.shutters-banner { }
.shutters-banner h1 { font-weight: bold; margin-bottom: 15px; color: #000 }
.shutters-banner .content { line-height: 2 }

.shutters-quality .imagephoto {
    overflow: hidden;
    width: 100%;
    border-radius: 8px;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.shutters-quality dl {
    display: flex;
    margin: 15px 0 50px 0;
}
.shutters-quality dl dt {
    margin-right: 15px;
}
.shutters-quality dl dt i {
    display: inline-block;
    width: 60px;
    height: 60px;
    font-size: 4rem;
    text-align: center;
    color: #ef7e1b;
}
.shutters-quality dl dd strong {
    font-size: 1.2rem;
}
.shutters-quality dl dd p {
    font-size: 1rem;
}



.shutters-product {
    display: flex;
    flex-wrap: wrap;
}
.shutters-product .item {
    /* position: relative; */
    width: 31.33%;
    margin-right: 2%;
    margin-bottom: 20px;
    text-align: center;
    cursor: pointer;
    /* border-bottom: 3px solid #ef7e1b; */
}
.shutters-product .item:last-child {
    margin-right: 0%
}
.shutters-product .item .photo {
    overflow: hidden;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/*.shutters-product .item .photo.photo1 {
    background-image: url('../images/product/shutters/basswood-shutters.jpg');
}
.shutters-product .item .photo.photo2 {
    background-image: url('../images/product/shutters/paulownia-shutters.jpg');
}
.shutters-product .item .photo.photo3 {
    background-image: url('../images/product/shutters/pvc-shutters.jpg');
} */
.shutters-product .item .photo img {
    width: 100%;
    transition: all 0.3s;
}
.shutters-product .item:hover .photo img {
    transform: scale(1.1);
}
.shutters-product .item .title {
    width: 100%;
    /* height: 100%; */
    padding: 35px 40px;
    color: #000;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    text-align: center;
    background-color: #fff;
    /* background:rgba(0,0,0,0.4); */
}
.shutters-product .item .title h3 {
    margin-bottom: 15px;
    font-weight: bold;
}
@media only screen and (max-width:768px) {
    .shutters-product .item {
        width: 100%;
        margin-right: 0%;
    }
}


.shutters-whychoose {
    background-repeat: no-repeat;
    background-image: url('../images/product/shutters/why-choose-us-01.jpg');
    background-position: center center;
    background-size: cover;
}
.shutters-whychoose .bar-title {
    color: #fff;
}
.shutters-whychoose .bar-title h4 {
    color: #fff;
}
.shutters-whychoose .bar-title h3 {
    color: #fff;
}
.shutters-whychoose .bar-title p {
    color: #fff;
}
.shutters-whychoose ul {
    display: flex;
    flex-wrap: wrap;
}
.shutters-whychoose .item {
    width: 31.33%;
    margin-right: 2%;
    margin-bottom: 15px;
    text-align: center;
    cursor: pointer;
}
.shutters-whychoose .item:last-child {
    margin-right: 0%
}
.shutters-whychoose .item .title {
    width: 100%;
    padding: 35px 40px;
    color: #000;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    text-align: center;
    background-color: #fff;
}
.shutters-whychoose .item .title h3 {
    margin-bottom: 15px;
    font-weight: bold;
}
@media only screen and (max-width:768px) {
    .shutters-whychoose .item {
        width: 100%;
        margin-right: 0%;
    }
}


.shutters-process ul {
    display: flex;
    flex-wrap: wrap;
}
.shutters-process .item {
    overflow: hidden;
    width: 31.33%;
    margin-right: 2%;
    margin-bottom: 30px;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
}
.shutters-process .item:nth-child(3n) {
    margin-right: 0%
}
.shutters-process .item .photo {
    margin: 20px 20px 0 20px;
    overflow: hidden;
}
.shutters-process .item .photo img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.shutters-process .item:hover .photo img {
    transform: scale(1.1);
}
.shutters-process .item .title {
    width: 100%;
    padding: 35px 40px;
    color: #000;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    text-align: center;
    background-color: #fff;
}
.shutters-process .item .title h3 {
    margin-bottom: 15px;
    font-weight: bold;
}
@media only screen and (max-width:768px) {
    .shutters-process .item {
        width: 100%;
        margin-right: 0%;
    }
}




.shutters-delivery ul {
    display: flex;
    flex-wrap: wrap;
}
.shutters-delivery .item {
    width: 47%;
    margin-right: 4%;
    margin-bottom: 30px;
    text-align: center;
    cursor: pointer;
}
.shutters-delivery .item:nth-child(2n) {
    margin-right: 0%
}
.shutters-delivery .item .photo {
    overflow: hidden;
}
.shutters-delivery .item .photo img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.shutters-delivery .item:hover .photo img {
    transform: scale(1.1);
}
.shutters-delivery .item .title {
    width: 100%;
    padding: 35px 40px;
    color: #000;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    text-align: center;
    background-color: #fff;
}
.shutters-delivery .item .title h3 {
    margin-bottom: 15px;
    font-weight: bold;
}
@media only screen and (max-width:768px) {
    .shutters-delivery .item {
        width: 100%;
        margin-right: 0%;
    }
}