/* 热销产品中心 begin */
.hotpro{
    padding-bottom: 50px;
}
.hotpro ul{
    padding:0;
    list-style:none;
}
.hotpro a{
    text-decoration: none;
}
.hotpro .clearfix::after{
    display: block;
    height: 0;
    content:'';
    clear: both;
}
.hotpro .tab-btn{
    padding:0 0 30px;
    display: table; /* 重点 */
    margin-left:auto; /* 重点 */
    margin-right: auto; /* 重点 */
}
.hotpro .tab-btn>li{
    display: inline-block;
    width:200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size:24px;
    color:#666666;
    border-radius: 25px;
    border:1px solid #0085d1;
    margin:0 10px;
    cursor: pointer;
}
.hotpro .tab-btn>li.active,.hotpro .tab-btn>li:hover{
    color:#fff;
    background-color: #0085d1;
}

.hotpro .list>.swiper-hotpro:not(:first-child){
    /* display: none; */
    /* 让其隐藏不知道尺寸 */
}


.swiper-hotpro .swiper-slide img{
    width:100%;
    height: 285px;
}
.swiper-hotpro .swiper-slide h3{
    margin:0;
    font-weight: normal;
    font-size:18px;
    color:#999;
    text-align:center;
}


    /* 更多 */
.hotpro .morebox{
    text-align: center;
    margin-top:36px;
}
.hotpro .more{
    display: inline-block;
    width:175px;
    height: 50px;
    line-height: 50px;
    color:#0085d1;
    border:1px solid;
    border-radius: 25px;
    font-size:24px;
    margin-right: 50px;
}
.hotpro .more:hover{
    color:#fff;
    background-color: #0085d1;
}
/* 热销产品中心 end */

/* 尚陶居3大优势 begin */
.ys{
    background: url('../images/ys-bg.jpg') no-repeat center top;
}
.ys .title>h2{
    border-color:#fff;
}


#swiper-ys,
#swiper-ys2{
    width:1200px;
    margin:30px auto 0;
    background-color: #fff;
    color:#666;
    padding-top:35px;
    padding-bottom:80px;
}
#swiper-ys h3,
#swiper-ys2 h3{
    position: relative;
    margin:0;
    font-size:30px;
    line-height: 42px;
    margin-bottom:30px;
    padding:0 60px;
}
#swiper-ys h3::before,
#swiper-ys2 h3::before{
    position: absolute;
    left:35px;
    display: inline-block;
    content:'';
    width:45px;
    height: 45px;
    background-color: #ff9200;
    transform: rotate(45deg);
    z-index: -1;
}
#swiper-ys .swiper-slide::after,
#swiper-ys2 .swiper-slide::after{
    display: block;
    height: 0;
    content:'';
    clear: both;
}

#swiper-ys .swiper-slide .txt,
#swiper-ys2 .swiper-slide .txt{
    float: left;
    width:525px;
    height: 350px;
    /* 水平垂直居中 */
    justify-content:center;
    align-items:center;
    display:-webkit-flex;
}
#swiper-ys2 .swiper-slide .txt{
    width:450px;
}
#swiper-ys .swiper-slide .txt dl,#swiper-ys .swiper-slide .txt dd
#swiper-ys2 .swiper-slide .txt dl,#swiper-ys2 .swiper-slide .txt dd{
    margin:0;
}
#swiper-ys .swiper-slide .txt dt,
#swiper-ys2 .swiper-slide .txt dt{
    font-size:24px;
    line-height: 60px;
}
#swiper-ys .swiper-slide .txt dd,
#swiper-ys2 .swiper-slide .txt dd{
    position: relative;
    padding-left:25px;
    font-size:18px;
    line-height: 2em;
    color:#999;
}
#swiper-ys .swiper-slide .txt dd::before,
#swiper-ys2 .swiper-slide .txt dd::before{
    display: inline-block;
    position: absolute;
    left:0;
    top:8px;
    vertical-align: middle;
    width:20px;
    height:20px;
    content:'';
    background: url('../images/icon-li.png') no-repeat center;
}

#swiper-ys .swiper-slide .imgbox,
#swiper-ys2 .swiper-slide .imgbox{
    float: left;
    width:630px;
    height: 350px;
}
#swiper-ys2 .swiper-slide .imgbox{
    margin-left:60px;
}
#swiper-ys .swiper-slide .imgbox img,
#swiper-ys2 .swiper-slide .imgbox img{
    width:100%;
    height: 100%;
}

    /* 按键 */
.ys #contrast,
.ys #contrast2{
    width:1200px;
    margin:0 auto;
    height: 70px;
    line-height: 70px;
    text-align:center;
    /* 弹性布局 */
    display:box; display:-webkit-box; display:-moz-box; 
}
.ys #contrast>span,
.ys #contrast2>span{
    position: relative;
    display: block;
    color:#fff;
    font-size:24px;
    background-color: #007dc4;
    cursor: pointer;
    /* 弹性布局 */
    box-flex:1; -webkit-box-flex:1; -moz-box-flex:1;
}
.ys #contrast>span.active,
.ys #contrast2>span.active{
    background-color: #ff9200;
}
.ys #contrast>span.active::before,
.ys #contrast2>span.active::before{
    z-index: 1;
    position: absolute;
    top:0;
    left:50%;
    transform: translate(-50%,-100%);
    content:'';
    width: 0; 
    height: 0; 
    border-width: 15px;
    border-style: solid;
    border-color:transparent transparent #ff9200 transparent;
}


    /* 服务保证优势 */
.service{
    width:1200px;
    margin:30px auto 0;
    background-color: #fff;
    padding:35px 0;
    color:#666;
}
.service>h3{
    position: relative;
    margin:0;
    font-size:30px;
    line-height: 42px;
    margin-bottom:50px;
    padding:0 60px;
    z-index: 1;
}
.service>h3::before{
    position: absolute;
    left:35px;
    content:'';
    width:45px;
    height: 45px;
    background-color: #ff9200;
    transform: rotate(45deg);
    z-index: -1;
}
.service>ul{
    margin:0;
    padding-left:60px;
    list-style: none;
}
.service>ul::after{
    display: block;
    height: 0;
    content:'';
    clear: both;
}
.service>ul>li{
    position: relative;
    margin:0 8px;
    float: left;
    box-sizing: border-box;
    padding:25px 15px 0;
    width:205px;
    height: 260px;
    text-align: center;
    border:5px solid transparent;
    transition:transform .2s; 
}
.service>ul>li.hover::after{
    position: absolute;
    top:50%;
    right:-12px;
    display: inline-block;
    content:'';
    height: 20px;
    width:20px;
    background-color: #ff9200;
    transform: rotate(45deg);
}
.service>ul>li.hover{
    border:5px solid #0085d1;
    transform: scale(1.18);
}
.service>ul>li>h4{
    margin:25px 0;
    font-weight: normal;
    font-size:24px;
    line-height: 1em;
}
.service>ul>li>p{
    margin:0;
    font-size:18px;
    line-height: 28px;
    color:#999;
    text-align:left;
}
/* 尚陶居3大优势 end */

/* 施工流程 begin */
.process {
    padding-bottom:100px;
}
.process ul{
    width:1200px;
    margin:0 auto;
    padding:0;
    list-style-type:none;
}
.process ul::after{
    display:block;
    height: 0;
    content:'';
    clear: both;
}
.process li{
    float: left;
    box-sizing: border-box;
    width:185px;
    padding:65px 0 0 18px;
    font-size:18px;
    line-height: 28px;
    color:#666666;
    margin:0 15px 50px 0;
    border-left:2px solid #0085d1;
}
.process ul>li:nth-child(6n){
    margin-left:0;
}

.process li{
    background: url('../images/process-g1.png') no-repeat 10px 5px;
}
.process li:hover{
    color:#fff;
    background-color: #0085d1;
}
.process li:hover span{
    color:#fff;
}


.process li>p{
    margin:0 0 25px;
 
}
.process li>span{
    color:#999;
}
/* 施工流程 end */

/* 工程案例中心 begin */
.case{
    /* padding-bottom:60px; */
}
.case .title{
    padding-bottom:20px;
}
.case .title>h2,.case .title>p{
    /* color:#fff; */
}
.case .title>h2::after{
    /* background-color: #fff; */
}

#swiper-case{
    width:1200px;
    margin:0 auto;
    padding-top:80px;
}
#swiper-case .swiper-slide img{
    width:100%;
    height:500px;
}
#swiper-case .swiper-slide .txt{
    margin:0 auto;
    transform: translateY(-65px);
    width:1050px;
    min-height: 205px;
    box-sizing: border-box;
    padding:20px;
    background-color: #fff;
    box-shadow: 0 0 5px 2px #eaeaea;
    border-right:24px solid #0085d1;
}
#swiper-case .swiper-slide .txt h3{
    margin:0;
    font-size:24px;
    line-height: 42px;
    color:#666;
}

#swiper-case .swiper-slide .txt p{
    margin:5px 0;
    font-size:18px;
    line-height: 28px;
    color:#999;
}
    /* 按钮 */
#swiper-case .swiper-pagination-bullets{
    top:0px;
    left:0px;
    display: table; /* 重点 */
    margin-left:auto; /* 重点 */
    margin-right: auto; /* 重点 */
    z-index: -1;
}
#swiper-case .swiper-pagination-bullet{
    margin:0 10px;
    display: inline-block;
    width:200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #0085d1;
    color:#fff;
    opacity: 1;
    border-radius: 5px;
    font-size:24px;
}
#swiper-case .swiper-pagination-bullet:hover{
    background-color: #fe8415;
}
#swiper-case .swiper-pagination-bullet-active{
    background-color: #fe8415;
}
/* 工程案例中心 end */

/* 口碑见证 begin */
.client{
    padding-bottom:60px;
    background: url('../images/client-bg.jpg') no-repeat top;
    background-size: cover;
}
.client .title>h2,.client .title>p{
    color:#fff;
}
.client .title>h2::after{
    background-color: #fff;
}
.client ul{
    width:1200px;
    margin:20px auto;
    list-style-type: none;
    padding:0;
}
.client ul::after{
    display: block;
    height: 0;
    content: '';
    clear: both;
}
.client li{
    float: left;
    width:385px;
    margin-right:20px;
    transition: .3s;
    box-shadow: 0 0 5px #eee;
    overflow: hidden;
    border-radius: 18px;
}
.client li.hover{
    transform: scale(1.15);
}
.client ul>li:nth-child(3n){
    margin-right:0;
}
.client li .txt{
    position: relative;
    height: 340px;
    box-sizing: border-box;
    padding:40px 40px 0;
    background-color: #fff;
}
.client li .txt>h3{
    margin:0;
    font-size:24px;
    line-height: 28px;
    color:#666666;
    margin-bottom:18px;
    text-align:center;
}
.client li .txt>p{
    margin:0;
    color:#999999;
    font-size:18px;
    line-height: 28px;
}
.client li .txt span{
    position: absolute;
    bottom:0;
    left:50%;
    transform: translate(-50%,50%);
    width:185px;
    height: 50px;
    line-height: 50px;
    text-align:center;
    font-size:24px;
    color:#fff;
    background-color: #ff9200;
    border-radius: 5px;
}
.client li .imgbox{
    height: 340px;
    overflow: hidden;
}
.client li .imgbox>img{
    width:100%;
    height: 100%;
}

/* 口碑见证 end */