/* 轮播图 begin */
#swiper-banner {
    overflow: hidden;
}
#swiper-banner img{
    width:100%;
}
#swiper-banner > .swiper-pagination-bullets{
    bottom: 30px;
}
#swiper-banner .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
}
#swiper-banner > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 15px;
 
}
#swiper-banner .swiper-pagination-bullet-active{
    background: #0085d1;
}
/* 轮播图 end */

/* 热销产品中心 begin */
.hotpro{
    height: 1102px;
    overflow: hidden;
}
.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:hover{
    color:#fff;
    background-color: #0085d1;
}
.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;
}
/* 热销产品中心 end */

/* 四大核心优势 begin */
.advan {
    padding-bottom:60px;
}
.advan .itembox{
    height: 440px;
    margin-top:-50px;
}
.advan .itembox1{
    margin-top:0;
}
.advan .itembox1 .txt{
    margin-top:50px !important;
}
.advan .item{
    width:1200px;
    margin:0 auto;
}
.advan .item>.txt{
    float: right;
    width:420px;
    margin:0 70px;
    margin-top:100px;
}
.advan .itembox:nth-child(odd) .item>.txt{
    float: left;
}
.advan .item>.txt>img{
    margin-bottom:35px;
}
.advan .item>.txt>p{
    margin:0 auto;
    color:#999999;
    font-size:18px;
    line-height: 28px;
}

.advan .itembox:nth-child(2) {
    background: url('../images/advang1.png') no-repeat center;
}
.advan .itembox:nth-child(3) {
    background: url('../images/advang2.png') no-repeat center;
}
.advan .itembox:nth-child(4) {
    background: url('../images/advang3.png') no-repeat center;
}
.advan .itembox:nth-child(5) {
    background: url('../images/advang4.png') no-repeat center;
}
/* 四大核心优势 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:hover{
	background: #fe8415;
}

#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-active{
    background-color: #fe8415;
}
/* 工程案例中心 end */

/* 企业荣誉 begin */
.honor .inner{
    width:1200px;
    margin:0 auto;
}
/* 企业荣誉 end */

/* 走进尚陶居 begin */
.about .inner{
    width:1200px;
    margin:0 auto;
}
.about .clearfix::after{
    display: block;
    height: 0;
    content:'';
    clear: both;
}
.about .txt{
    float: left;
    width:590px;
}
.about .txt h3{
    margin:0;
    font-size:24px;
    line-height: 42px;
    color:#666;
}
.about .txt hr{
    display: inline-block;
    height: 7px;
    width: 45px;
    border:none;
    background-color: #fe8415;
    margin:12px 5px;
}
.about .txt p{
    margin:5px 0;
    font-size:18px;
    line-height: 28px;
    color:#999;
}
.about .txt .more{
    display: inline-block;
    margin-top:10px;
    width:175px;
    height: 50px;
    line-height: 50px;
    color:#0085d1;
    border:1px solid;
    border-radius: 25px;
    text-align: center;
    text-decoration: none;
    font-size:24px;
    transition: .3s;
}
.about .txt .more:hover{
    color:#fff;
    background-color: #0085d1;
}
.about .imgbox{
    float: right;
    width:590px;
    height: 400px;
}
.about .imgbox>img{
    width:100%;
    height: 100%;
}
/* 走进尚陶居 end */

/* 公司动态 begin */
.news .inner{
    padding-bottom:80px;
    width:1200px;
    margin:0 auto;
}
.news .clearfix::after{
    display: block;
    height: 0;
    content:'';
    clear: both;
}
.news .oneline{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.news .twoline{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news a {
    text-decoration: none;
}
.news ul{
    margin:0;
    padding:0;
    list-style-type: none;
}


.news .left{
    position: relative;
    width:590px;
    float: left;
}
.news .left img{
    width:100%;
    height: 225px;
    margin-bottom:10px;
}
.news .left .date{
    position: absolute;
    top:0;
    width:100px;
    height: 90px;
    color:#fff;
    background-color: #0085d1;
}
.news .left .date>span{
    display: block;
    text-align: center;
    font-size:60px;
    line-height: 1.1em;
}
.news .left .date>small{
    display: block;
    text-align: center;
    font-size:16px;
}


.news .right{
    width:590px;
    float: right;
}
.news .right li::after{
    display: block;
    height: 0;
    content:'';
    clear: both;
}
.news .right li{
    margin-bottom:55px;
    transition: .3s;
}
.news .right li a{
    color:#999;
}
.news .right .date{
    float: left;
    width:80px;
}
.news .right .date>span{
    display: block;
    text-align: center;
    font-size:60px;
    line-height: 1.1em;
}
.news .right .date>small{
    display: block;
    text-align: center;
    font-size:16px;
}
.news .right .txt{
    float: right;
    width:500px;
}
.news .right li:hover{
    transform: translateX(20px);
}
.news .right li:hover h3,.news .right li:hover .date{
    color:#0085d1;
}


.news .inner h3{
    margin:0;
    color:#666;
    font-size:24px;
    line-height: 42px;
}
.news .inner p{
    margin:0;
    color:#999;
    font-size:18px;
    line-height: 28px;
}
.news .more{
    display: inline-block;
    margin-top:30px;
    width:175px;
    height: 50px;
    line-height: 50px;
    font-size:24px;
    color:#0085d1;
    border:1px solid;
    border-radius: 25px;
    text-align: center;
    text-decoration: none;
    transition: .3s;
}
.news .more:hover{
    color:#fff;
    background-color: #0085d1;
}
/* 公司动态 end */