

.section-model{
    width: 100%;
    position: relative;
}

.section-model-title{
    font-weight: 500;
    font-size: 28px;
    text-align: center;
    background-color: #fff;
    position: relative;
    z-index: 1;
    width: max-content;
    width: -moz-max-content;
    margin: 0 auto;
    padding: 0 40px;
}

.section-model:after{
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #999;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.section-product{
    width: 1140px;
    margin: 0 auto;
    margin-top: 52px;
}

.product-item{
    width: 220px;
    float: left;
    margin-right: 86px;
    margin-bottom: 32px;
}
.product-item:nth-child(4n+0){
    margin-right: 0;
}
.product-item .product-img-box{
    position: relative;
}

.product-item .product-img-box img{
    width: 100%;
}
.product-item .product-info{
    text-align: center;
}
.product-shade{
    background: #F18FA8;
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.show-go{
    color: #fff;
    width: 135px;
    border: 1px solid #fff;
    border-radius: 6px;
    text-align: center;
    padding: 30px 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
    -moz-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.product-img-box:hover > a .product-shade{
    opacity: 0.7;
}
.product-img-box:hover > a .show-go{
    opacity: 1;
}
.product-item .product-title{
    font-weight: 500;
    font-size: 16px;
    margin-top: 8px;
}
.product-item .product-price{
    font-size: 14px;
    margin-top: 8px;
}

.product-item:hover .product-img-box .product-shade-a .product-shade{
    /*opacity: 0.5;*/
}

.section-guide{
    margin-top: 109px;
}
.guide-about{
    width: 100%;
    height: 520px;
    margin-bottom: 96px;
    background-size: cover;
    background-repeat: no-repeat;
}
.guide-about img{
    width: 100%;
}

.special{
    width: 960px;
    margin: 0 auto;
    text-align: center;
    display: flex;
}
.special-item{
    width: 120px;
    margin-right: 160px;
}
.special-item:last-child{
    margin-right: 0;
}
.special-icon{
/*    width: 120px;
    height: 120px;*/
    background: #1A1A1A;
/*    border-radius: 50%;*/
}

.special-item .p1{
    font-size: 16px;
    line-height: 40px;
}

.special-item .p2{
    font-size: 13px;
    color: #b3b3b3;
    line-height: 20px;
}
.guide-more{
    text-align: center;
    margin-top: 89px;
}
.guide-more a{
    font-size: 15px;
    width: 226px;
    height: 40px;
    line-height: 36px;
    border: 1px solid #000000;
    border-radius: 8px;
    color: #000;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    -moz-transition: all .15s ease-in;
    -webkit-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    -ms-transition: all .15s ease-in;
    transition: all .15s ease-in;
}
.guide-more a:hover{
    background: #000000;
    color: #fff;
}



.news-section{
    margin-top: 160px;
}

.paging-button {
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    box-shadow: 0px 2px 12px 0px rgba(198, 155, 111, 0.5);
    border-radius: 50%;
    text-align: center;
    line-height: 58px;
    font-size: 20px;
    color: #C69B6F;
    position: absolute;
    top: 35%;
}
.paging-button-prev{
    left: 0;
}
.paging-button-next {
    right: 0;
}

.news{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.news .item{
    width: 360px;
    /*float:left;*/
    /*margin-left: 30px;*/
    margin: 0 auto;
    -moz-transition: all .15s ease-in;
    -webkit-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    -ms-transition: all .15s ease-in;
    transition: all .15s ease-in;
    padding: 10px;
}

.news .item:first-child{
    /*margin-left: 0;*/

}



.news .item img{
    width: 100%;

}

.news .item .content{
    padding: 16px;
}

.news .item .content .title{
    font-size: 16px;
    font-weight: 500;
}
.news .item .content .title a{
    color: #000;
    -moz-transition: all .15s ease-in;
    -webkit-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    -ms-transition: all .15s ease-in;
    transition: all .15s ease-in;
}
.news .item .content .title-line{
    height: 3px;
    width: 80px;
    background: #000;
    margin-top: 15px;
    margin-bottom: 24px;
    -moz-transition: all .15s ease-in;
    -webkit-transition: all .15s ease-in;
    -o-transition: all .15s ease-in;
    -ms-transition: all .15s ease-in;
    transition: all .15s ease-in;
}
.news .item .content .desc{
    font-size: 14px;
    font-weight: 300;
    color: #999;
}
.news .item:hover{
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.news .item:hover  .title a{
    color: #1a1a1a;

}
.news .item:hover  .title-line{
    background: #1a1a1a;
}



.news .swiper-pagination-news{
    left: unset;
    right: 30px;
    bottom: 0;
}
.swiper-pagination-news .swiper-pagination-bullet{
    width: 20px;
    margin-left: 5px;
    border-radius: 6px;
}
.swiper-pagination-news .swiper-pagination-bullet-active{
    background: #1a1a1a;
}

