.news{
    padding: 100px 0;
}
.wsc-list-news{
    margin-top: -20px;
    margin-right: -20px;
}
.wsc-list-news .list-item{
    float: left;
    width: 475px;
    
    border: solid 1px #ebebeb;
    padding: 104px 54px 49px 49px;
    margin-top: 20px;
    margin-right: 20px;
    transition: 0.3s;
    position: relative;
}
.wsc-list-news .list-item:hover{
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}
.wsc-list-product .list-item:hover{
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}


.list-img img{
    width: 100%;
    transition: 0.3s;
}
.list-item{
    transition: 0.3s;
}
.wsc-list-news .list-tit{
    font-size: 16px;
    line-height: 30px;
    color: #333;
    height: 60px;
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;
}
.wsc-list-news .list-text{
    font-size: 14px;
    line-height: 28px;
    color: #999;
    height: 56px;
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;
    margin-top: 40px;
}
.wsc-list-news .list-time{
    font-size: 24px;
    line-height: 1;
    color: #999;
    position: absolute;
    left: 50px;
    top: 50px;
}
.list-time{
    font-family: Arial, Helvetica;
}


.wsc-detail{
    padding: 60px 0 100px;
}
.det-tit{
    font-size: 24px;
    line-height: 40px;
    color: #262626;
}
.det-mark{
    font-size: 0;
    line-height: 1;
    margin-top: 23px;
    color: #999;
}
.det-mark em{
    display: inline-block;
    font-size: 14px;
    margin: 0 12px;
    color: #aaa;
}
.det-time{
    display: inline-block;
    font-size: 14px
}
.det-cont{
   margin-top: -10px;
}


.det-link{
    padding: 40px;
    background-color: #f6f6f6;
    overflow: hidden;
}
.dl-prev,.dl-next{
    position: relative;
    padding-left: 70px;
    line-height: 40px;
}
.dl-prev a,.dl-next a{
    display: block;
    height: 40px;    
    color: #777;
    transition: 0.3s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.det-link a i{
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 40px;
    color: #999;
    font-size: 14px;
}
.det-link a span{
    font-size: 14px;
    color: #777;
    
}
.det-link a:hover span{
    color: #262626;
}


.sr-tit{
    overflow: hidden;
    line-height: 40px;
}
.sr-tittext{
    font-size: 18px;
    padding-left: 11px;
    color: #222;
   
}

.side-relate .list-item:hover a{
   color: #305dc3
}

.reList-news .list-item{
    padding-top: 25px;
    border-top: 1px dotted #e8e8e8;
    margin-top: 30px;
}
.reList-news .list-tit{
    font-size: 16px;
    line-height: 26px;
    color:#262626;
    max-height: 52px;
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;
}
.reList-news .list-text{
    font-size: 14px;
    line-height: 26px;
    color:#999;
    max-height: 52px;
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;
    margin-top: 12px;
}
.reList-news .list-time{
    font-size: 14px;
    line-height: 1;
    color:#777;
    margin-top: 20px;
}
.srMore{
    margin-top: 40px;
    font-size: 0;
}
/*.btn{
    display: inline-block;
    width: 280px;
	height: 50px;
	background-color: #f6f6f6;
	border-radius: 25px;
    border: solid 1px #eaeaea;
    line-height: 50px;
    text-align: center;
    color: #999;
    transition: 0.3s;
    font-size: 14px;
    box-sizing: border-box;
    vertical-align: top;
}*/
.btn:hover{
    background-color: #305dc3;
    color: #fff;
    border-color: #305dc3;
}


.wsc-detrel{
    background-color: #f6f6f6;
    padding-bottom: 100px;
}
.wsc-list-product {
    margin-top: -20px;
    margin-right: -21px;
}
.wsc-list-product .list-item{
    float: left;
    margin-top: 20px;
    margin-right: 20px;
    width: 280px;
    background-color: #fff;
}
.wsc-list-product .list-img{
    width: 280px;
    height: 250px;
    overflow: hidden;
}
.wsc-list-product .list-info{
    padding: 30px;
    height: 163px;
    border-top: 1px solid #f6f6f6;
}
.wsc-list-product .list-tit{
    font-size: 18px;
    line-height: 28px;
    color: #222;
    height: 28px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.wsc-list-product .list-attr{
    margin-top: 20px;
    font-size: 14px;
    line-height: 28px;
    height:56px;
    overflow:hidden;
    color: #999;
}
.wsc-list-product .list-attr div{
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 12px;
    
}
.wsc-list-product .list-btn{
    font-size: 0;
    margin-top: 21px;
}
.wsc-list-product .list-btn a{
    display: inline-block;
    width: 105px;
	height: 36px;
    border-radius: 3px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    box-sizing: border-box;
}
.wsc-list-product .list-btn .kf{
    background-color: #315dc3;
    color: #ebf0fc;
}
.wsc-list-product .list-btn .kf:hover{
    background-color: #496ad1;
}
.wsc-list-product .list-btn .more{
    border: solid 1px #999999;
    margin-left: 10px;
    background-color: #fff;
    color: #999999;
}


.wsc-list-case {
    margin-top: -20px;
    margin-right: -20px;
}
.wsc-list-case .list-item{
    float: left;
    margin-top: 20px;
    margin-right: 20px;
    width: 380px;
    background-color: #fff;
}
.wsc-list-case .list-img{
    width: 380px;
    height: 220px;
    overflow: hidden;
}
.wsc-list-case .list-info{
    padding: 35px 40px 40px;
    height: 60px;
}
.wsc-list-case .list-tit{
    font-size: 16px;
    line-height: 30px;
    color: #222;
    height: 60px;
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;
}



.caseList{
    padding: 100px 0;
}
.caseList .wsc-list-case .list-item{
    background-color: #f6f6f6;
}

.wsc-detCase{
    background-color: #fff;
    padding: 50px 50px 60px;
}

.wsc-detCase .split-line{
    margin: 60px auto;
}

.cd-img{
    width: 560px;
    height: 324px;
    overflow: hidden;
    float: left;
}
.cd-img img{
    width: 560px;
}

.cd-info{
    width: 470px;
    float: right;
}
.cd-tit{
    font-size: 30px;
    line-height: 40px;
    color: #222;
    font-weight: bold;
}
.cd-attr{
    padding-top: 30px;
    margin-top: 20px;
    border-top: 1px dotted #ebebeb;
    font-size: 16px;
    line-height: 36px;
    color: #555;
}
.cd-btn{
    font-size: 0;
    margin-top: 70px;
}
.cd-btn .btn{
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    border-radius: 3px;
}
.btn-red{
    width: 200px;
    border-color: #d61b16;
    background-color: #d61b16;
    color: #fff;
    margin-right: 10px;
}
.btn-tel{
    width: 250px;
    border-color: #eaeaea;
    background-color: #fff;
    color: #555;
    font-size: 24px;
    font-weight: bold;
}
.btn-tel span{
    display: inline-block;
    padding-left: 34px;
    
}


.cd-sectit{
    line-height: 1;
    font-size: 24px;
    color: #222;
    padding-left: 22px;
    
}
.cd-cont{
    margin-top: 27px;
}


.about,.honor,.apply{
    padding: 100px 0;
}
.nums{
    margin-top: 50px;
    overflow: hidden;
}
.num{
    width: 313px;
    float: left;
    padding: 55px 40px 0;
    height: 225px;
    color: #fff;
    position: relative;
}

.num span{
    font-size: 62px;
    line-height: 1;
    float: left;
    letter-spacing: -2px;
    font-family: Arial;
}
.num span sub{
    font-size: 26px;
}
.num p{
    font-size: 14px;
    line-height: 24px;
    position: absolute;
    left: 193px;
    top: 54px;
    padding-bottom: 12px;

    width: 160px;
}


.ab-imgblock{
    margin-top: 50px;
    overflow: hidden;
}
.ab-img{
    width: 580px;
    height: 360px;
    position: relative;
    margin-left: 20px;
    float: left;
}
.ab-img:first-child{
    margin-left: 0;
}
.ab-img{
    width: 580px;
}
.ab-imgtit{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 53px 0 16px;
    height: 30px;
   
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.ab-map{
    margin-top: 65px;
    text-align: center;
}

.ab-textem{
    color: #222;
    font-size: 18px;
    line-height: 26px;
    font-weight: bold;
    margin-bottom: 13px;
}


.honor-main{
    overflow: hidden;
}
.honor-box{
    margin-right: -20px;
}
.honor-item{
    float: left;
    width: 320px;
    padding: 30px 30px 45px;
    height: 490px;
    margin-right: 20px;
   
}
.hoimg{
    background-color: #fff;
    position: relative;
    width: 320px;
    height: 444px;
}
.hoimg img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.honor-item .tit{
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    margin-top: 15px;
}



.apply-text{
    margin-top: 17px;
    text-align: center;
}

.apply-main{
    margin-top: 60px;
    overflow: hidden;
    padding-top: 80px;
}
.apply-item{
    position: relative;
    width: 480px;
	height: 290px;
   
    padding: 130px 50px 0;
    float: left;
    margin-left: 20px;
}
.apply-item:first-child{
    margin-left: 0;
}
.apply-item .icon{
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    margin: auto;
    width: 140px;
    height: 140px;
    border: 10px solid #f7f8fa;
    border-radius: 50%;
}

.apply-item .tit{
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    color: #222;
}
.apply-item .text{
    font-size: 14px;
    line-height: 28px;
    color: #555;
    margin-top: 17px;
}


.contact{
    padding: 100px 0;
}
.contact .text{
    width: 990px;
    text-align: center;
    margin: auto;
}
.con-way{
    margin-top: 50px;
    overflow: hidden;
}
.con-item{
    width: 380px;
	height: 125px;
	border-radius: 3px;
    margin-left: 20px;
    padding: 195px 0 0;
    float: left;
    font-size: 16px;
    line-height: 26px;
    color: #555;
    text-align: center;
}
.con-item:first-child{
    margin-left: 0;
}

.con-item dt{
    margin-bottom: 10px;
    line-height: 1;
    color: #222;
}

.con-map{
    background-color: #f6f6f6;
    padding: 40px;
}
.con-map .map{
    width: 1100px;
	height: 380px;
	background-color: #999999;
	border-radius: 3px;
	border: solid 1px #ebebeb;
}




.index-box{
    margin: auto;
}
.list-box{
    margin: 0 -10px;
    box-sizing: border-box;
}

.l3,.l4,.l5{
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
}
.l3{
    width: 33.33%;
}
.l4{
    width: 25%;
}
.l5{
    width: 20%;
}
.index-pro{
    padding: 100px 0;
    background-color: #f6f6f6;
}
.inpro-cTit{
    text-align: center;
    line-height: 1;
    font-size: 36px;
    color: #222;
    font-weight: bold;
}
.inpro-type{
    box-sizing: border-box;
    width: 100%;
    height: 120px;
    margin-top: 60px;
    overflow: hidden;
    padding: 45px 60px;
    color: #fff;
    line-height: 30px;
}
.inpro-type1{
 
    background-size: cover;
}
.inpro-type2{
  
    background-size: cover;
}
.inpro-typetit{
    float: left;
    font-size: 28px;
}
.inpro-typetit span{
    font-weight: bold;
}
.inpro-typemore{
    float: right;
    font-size: 14px;
}
.inpro-typemore i{
    margin: 0 15px;
}
.inpro-main{
    margin-top: 20px;
}
.inpro-item{
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.inpro-item:hover{
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}
.inpro-item img{
    width: 100%;
}
.inpro-item .info{
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    text-align: center;
    height: 50px;
}
.inpro-item .tit{
    font-size: 20px;
    line-height: 1;
    color: #222;
}
.inpro-item .more{
    font-size: 14px;
    line-height: 1;
    color: #999;
    margin-top: 14px;
}

.index-about{
    padding-top: 100px;
    
}
.in-cTit{
    font-size: 36px;
    line-height: 1;
    text-align: center;
    color: #222;
    padding-bottom: 30px;
    
}
.index-about .in-cTit{
    color: #fff;
   
}


.in-more{
    margin-top: 40px;
    font-size: 0;
    text-align: center;
}
.in-more a{
    display: inline-block;
    width: 220px;
	height: 56px;
	background-color: #f6f6f6;
	border-radius: 28px;
    border: solid 1px #eaeaea;
    line-height: 56px;
    font-size: 14px;
    color: #999;
    transition: 0.3s;
}
.index-about .in-more a{
    border: solid 1px rgba(250,250,250,0.3);
    background-color: rgba(246,246,246,0.3);
    color: #fff;
}

.in-more a:hover{
    background-color: #305dc3;
    color: #fff;
    border-color: #305dc3;
}
.index-about .text{
    width: 1180px;
    margin: 60px auto 0;
    color: #fff;
}
.inab-main{
    margin-top: 90px;
    
}
.index-about .nums{
    width: 1398px;
    margin: auto;
    transition: 0.3s;
}
.index-about .num{
    width: 294px;
    height: 160px;
    padding: 60px 86px;
    transition: 0.3s;
}
.index-about .num:first-child{
    width: 346px;
    padding: 60px 60px;
}
.index-about .num span{
    font-size: 72px;
    line-height: 60px;
}
.index-about .num p{
    left: 233px;
    top: 59px;
}


@media screen and (max-width:1400px){
    .index-about .nums{
        width: 1197px;
    }
    .index-about .num{
        padding: 60px 52px;
    }
    .index-about .num:first-child{
        padding: 60px 26px;
    }
}



.in-cTit span{
    color: #d61b15;
}

.index-case{
    padding: 120px 0 100px;
}
.incase-main{
    margin-top: 60px;
}
.incase-main .wsc-list-case .list-item{
    width: 100%;
    margin-right: 0;
    background-color: #f6f6f6;
}
.incase-main .wsc-list-case .list-img{
    width: 100%;
	height: unset;
}
.incase-main .wsc-list-case .list-tit{
    font-size: 18px;
}

.wsc-list-case .list-item:hover{
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
    background-color: #fff;
}

.index-news{
    padding: 100px 0;
   
}
.innews-main{
    margin-top: 60px;
}
.innews-main .wsc-list-news .list-item{
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    padding: 105px 50px 50px;
    

}
.innews-main .wsc-list-news .list-tit{
    font-size: 18px;
}
.innews-main .wsc-list-news .list-text{
    margin-top: 27px;
}



@media screen and (min-width:1600px){
    .index-box{
        width: 1600px;
    }
}
@media screen and (max-width:1440px){
    .wsc-Nav{
        padding: 0 40px;
    }
    .hn-item{
        margin-left: 6px;
    }
    .hn-text{
        padding: 35px 12px;
    }
}

@media screen and (min-width:1440px)  and (max-width:1600px){
    
    .wsc-Nav{
        padding: 0 60px;
    }
}
@media screen and (max-width:1200px){
    .index-box{
        width: 1200px;
    }
}


.proHome{
    padding: 100px 0;
    background-color: #f6f6f6;
}
.proh-class1{
    margin-top: 80px;
}
.phclass-main{
    margin-top: 40px;
    padding: 40px;
    background-color: #fff;
}
.phclass-main .split-line{
    margin: 30px auto;
}
.phclass-img{
    float: left;
    width: 550px;
    height: 466px;
    overflow: hidden;
}
.phclass-img img{
    width: 100%;
}
.phclass-info{
    width: 490px;
    background-color: #fff;
    float: right;
    height: 390px;
}
.proh-class2 .phclass-img{
    float: right;
}
.proh-class2 .phclass-info{
    float: left;
}
.phclass-info .tit{
    font-size: 18px;
    line-height: 1;
    color: #222;
}
.phclass-info .text{
    font-size: 14px;
    line-height: 26px;
    color: #555;
    margin-top: 17px;
}

.sec-tit{
   padding-left: 19px;
background: #c30e23;
color: #fff;
font-size: 16px !important;
margin-bottom: 20px;
font-weight: bold;
}

.proh-list{
    margin-top: 30px;
}
.phclass-info .advant ul{
    padding-top: 21px;
    line-height: 30px;
    color: #555;
    margin-right: -3px;
}
.advant li{
    font-size: 0;
    width: 213px;
	height: 60px;
	background-color: #f6f6f6;
    border-radius: 3px;
    float: left;
    margin-right: 3px;
    margin-top: 3px;
    padding: 15px 0 15px 30px;
}
.advant li i{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}
.advant li span{
    font-size: 14px;
    line-height: 24px;
    color: #555;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}



.proList{
    padding-bottom: 100px;
}
.sideNav-tit{
    width: 280px;
	height: 90px;
   
    text-align: center;
    line-height: 90px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    border-bottom: 6px solid #1b2c73;
    transition: 0.3s;
}

.sideNav-h1{
    width: 200px;
	height: 30px;
    background-color: #f0f0f0;
    padding: 15px 40px;
    line-height: 30px;
    font-size: 20px;
    overflow: hidden;
}
.sideNav-h1 a{
    float: left;
    width: 150px;
    height: 30px;
}
.sideNav-h1 i{
    float: right;
    width: 16px;
    height: 30px;
  
    transition: 0.1s;
}
.sideNav-item ul{
    padding: 0 40px 15px;
    background-color: #fff;
    display: none;
    transition: 0.3s;
}
.sideNav-item li{
    padding: 10px 0;
    line-height: 26px;
    font-size: 16px;
    color: #555;
}
.sideNav-item li a{
    display: block;
    height: 26px;
    transition: 0.3s;
    position: relative;
}
.sideNav-item li span{
    display: none;
    transition: 0.3s;
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 26px;
}
.sideNav-item li span{
    transition: 0.3s;
}
.sideNav-item li:hover span,.sideNav-item .sec-act span{
    display: inline;
}
.sideNav-item li:hover a,.sideNav-item .sec-act a{
    padding-left: 10px;
}
.sideNav .active .sideNav-h1,.sideNav-h1:hover{
    background-color: #f9f9f9;
}

.sideNav .active ul{
    display: block;
}




.pdHead{
    padding: 60px 0 80px;
    background-color: #fff;
}
.pd-img{
    width: 560px;
    float: left;
    overflow: hidden;
}
.pd-info{
    width: 570px;
    float: right;
}
.pd-tit{
    font-size: 30px;
    line-height: 1;
    color: #222;
}
.pd-text{
    font-size: 14px;
    line-height: 24px;
    margin-top: 33px;
    color: #555;
}
.pd-text span{
    color: #222;
    font-weight: bold;
}
.pd-attr{
    margin-top: 35px;
    line-height: 32px;
    font-size: 14px;
    color: #222;
    padding: 30px;
    background-color: #f9f9f9;
    border-top: 3px solid #ebebeb;
}
.pd-attr li span{
    color: #777;
}
.pd-btn{
    margin-top: 60px;
}
.pd-btn .btn{
    width: 250px;
    border-radius: 3px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
}
.pd-btn .btn-tel{
    cursor: default;
    background-color: #305dc3;
    border-color: #305dc3;
    color: #fff;
}
.pd-btn .btn-tel span{
    background-image: url(../images/tel-btnh.png);
}


.pd-main{
    margin-top: 30px;
    padding-top: 80px;
}
.pd-main .wsc-layoutCon{
    width: 1180px;
    margin: auto;
}
.pd-main .layout-box{
    width: 920px;
    box-sizing: border-box;
}
.pd-main .layout-bar{
    width: 240px;
    box-sizing: border-box;
}

.pdTab{
    height: 60px;
    
}
.pdTab ul{
    width: 920px;
    margin: auto;
}
.pdTab li{
    box-sizing: border-box;
    float: left;
    border-top: 3px solid #eaeaea;
    border-left: 1px solid #fff;
    padding: 12px 0;
    line-height: 36px;
    width: 33.3%;
    text-align: center;
    transition: 0.3s;
    background-color: #eaeaea;
}
.pdTab li:first-child{
    border-left: 0;
}
.pdTab li a{
    font-size: 18px;
    color: #555;
    transition: 0.3s;
}
.pdTab li:hover,.pdTab .active{
    border-top: 3px solid #c30e23;
    background-color: #fff;
}
.pdTab li:hover a,.pdTab .active a{
    color: #c30e23;
}
.pd-main-edit{
    padding: 60px 50px;
    background-color: #fff;
}
.pdCont{
    margin-top: 50px;
}
.pdCont:first-child{
    margin-top: 0;
}
.pdCont .sec-tit{
    font-size: 24px;
    line-height: 36px;
}
.pdedit-block{
    margin-top: 25px;
}


.pdTab-box {
    margin: 0 auto;
    position: relative;
}
.pro-fixed {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 999;
}
.pro-end {
    position: absolute;bottom: 0;
}
.side-link{
    background-color: #fff;
    padding-bottom: 40px;
}
.side-tit{
    height: 63px;
    background-color: #eaeaea;
    padding: 0 20px;
    line-height: 63px;
    font-size: 18px;
    color: #222;
}
.sl-item{
    margin-top: 30px;
    padding: 0 20px;    
}
.sl-item:first-child{
    margin-top: 40px;
}
.sl-item i{
    display: block;
    width: 90px;
	height: 90px;
    border: solid 1px #eaeaea;
    margin: auto;
    border-radius: 50%;
}
.sl-solicon1{
    background:  url(../images/side-kf.png) no-repeat center center;
}
.sl-solicon2{
    background: url(../images/side-kf12.png) no-repeat center center;
}
.sl-text{
    text-align: center;
    line-height: 1;
    margin-top: 19px;
}
.sl-btn{
    margin-top: 20px;
}
.sl-btn a{
    display: inline-block;
    width: 200px;
	height: 46px;
	background-color: #c30e23;
    border-radius: 3px;
    font-size: 16px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    transition: 0.3s;
}
.sl-btn a:hover{
    background-color: #2b2b2b;
    color: #fff;
}

.pd-main .side-relate{
    margin-top: 20px;
    padding-bottom: 40px;
    background-color: #fff;
}
.pdsr-main{
    padding: 20px 20px 0;
}
.pdsr-img{
    width: 200px;
	/*! height: 178px; */
	/*! background-color: #f0f0f0; */
}
.pdsr-img img{
    width: 100%;
}
.pdsr-item .tit{
    font-size: 16px;
    line-height: 26px;
    color: #222;
    text-align: center;
    padding-top: 14px;
}

.pd-chmain{
    /*! padding-top: 25px; */
    padding-bottom: 50px;
}
.pd-chitem{
    margin-top: 30px;
}
.pd-chitem:first-child{
    margin-top: 0;
}

.pd-chimg{
    float: right;
    width: 390px;
}
.pd-chimg img{
    width: 100%;
}
.pd-ch2 .pd-chimg{
    float: left;
}

.pd-chinfo{
    float: left;
    width: 390px;
}
.pd-ch2 .pd-chinfo{
    float: right;
}
.pd-ch1tit{
    position: relative;
    color: #3b5dc7;
    font-size: 24px;
    line-height: 1;
    padding-bottom: 25px;
}
.pd-ch1tit span{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
	height: 2px;
	background-color: #3b5dc7;
}
.pd-chinfo .tit{
    padding-top: 30px;
    color: #3b5dc7;
    font-size: 18px;
    line-height: 1;
}
.pd-chinfo .text{
    margin-top: 15px;
    color: #555;
    font-size: 14px;
    line-height: 28px;
}
.pd-chnum{
    margin-top: 40px;
    width: 820px;
	height: 60px;
	background: #f6f6f6 url(../images/pd-chnum-bg.jpg) no-repeat center top;
    border-radius: 3px;
    padding: 46px 0 47px;
}
.pd-chnum li{
    width: 33.33%;
    float: left;
    
    text-align: center;
    font-size: 0;
}
.pd-chnum li:first-child{
    background: none;
}
.pd-chnum li i{
    display: inline-block;
    width: 60px;
	height: 60px;
    border-radius: 50%;
    margin-right: 14px;
    vertical-align: middle;
}
.pd-chnum .num-info{
    display: inline-block;
    vertical-align: middle;
}
.pd-chnum .num-info .num{
    font-size: 42px;
    font-family: Arial, Helvetica;
    line-height: 1;
    font-weight: bold;
    color: #c30e23;
    width: unset;
    height: unset;
    padding: 0;
    float: none;
    text-align: left;
}
.pd-chnum .num-info .num sub{
    font-size: 16px;
    line-height: 1;
}
.pd-chnum .num-info p{
    font-size: 14px;
    line-height: 1;
    color: #555;
    margin-top: 10px;
}
.pd-chnum .icon1{
    background: #fff url(../images/pd-chicon1.png) no-repeat center center;
}
.pd-chnum .icon2{
    background: #fff url(../images/pd-chicon2.png) no-repeat center center;
}
.pd-chnum .icon3{
    background: #fff url(../images/pd-chicon3.png) no-repeat center center;
}
.pd-chList{
    padding: 50px;
    margin: 0 -50px;
    background-color: #fbfbfb;
}
.pd-chlist-tit{
    position: relative;
    font-size: 24px;
    line-height: 1;
    color: #3b5dc7;
    padding-bottom: 23px;
}
.pd-chlist-tit span{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
	height: 2px;
	background-color: #3b5dc7;
}
.pd-chlist-main{
    padding-top: 10px;
    margin-right: -20px;
    /* width: 820px;
    margin: auto */
    
}
.pd-chlist-main .item{
    width: 400px;
	height: 230px;
	background-color: #3b5dc7;
    border-radius: 3px;
    float: left;
    margin-top: 20px;
    margin-right: 20px;
    overflow: hidden;
    text-align: center;
}

.pd-chlist-main .item .tit{
    font-size: 20px;
    line-height: 1;
    color: #fff;
    padding-top: 152px;
}
.pd-chlist-main .item .text{
    font-size: 14px;
    line-height: 1;
    color: #fff;
    margin-top: 15px;
}
.pdedit-block .form-main{
    padding: 68px 40px 40px;
    
}
.pdedit-block .fm-head{
    padding-left: 232px;
}
.pdedit-block .fm-tel{
    margin-left: 0;
    float: right;
}
.pdedit-block .wsc-form{
    background-color: #fff;
    padding: 20px 40px 40px; 
}
.pdedit-block .fm-item input{
    width: 278px;
}
.pdedit-block .fm-item textarea{
    width: 619px;
}

.wsc-layoutCon .fixed {
    position: absolute;
    right: 0;
}
.wsc-layoutCon {
    position: relative;
}


.index-banner {
    position: relative;
}
.index-banner .owl-dots{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    text-align: center;
}
.index-banner .owl-dot{
    width: 12px;
	height: 12px;
	background-color: #fafafa;
    border: solid 1px #fafafa;
    border-radius: 50%;
    margin: 0 9px;
}
.index-banner .owl-dots .active{
    background-color: transparent;
}
.index-banner .owl-nav{

}
.index-banner .owl-prev{
    position: absolute;
    left: 0;
    top: 0;bottom: 0;
    margin: auto;
    width: 46px;
	height: 46px;
   
    transition: 0.3s;
}
.index-banner .owl-next{
    position: absolute;
    right: 0;
    top: 0;bottom: 0;
    margin: auto;
    width: 46px;
	height: 46px;
    background: rgba(0, 0, 0, 0.2) url(../images/owlNext.png) no-repeat center center;
    transition: 0.3s;
}



.incase-main .owl-carousel {
    position: relative;
}
.incase-main .owl-prev{
    display: none;
    position: absolute;
    left: 0;
    top: 0;bottom: 0;
    margin: auto;
    width: 50px;
	height: 50px;
    background: rgba(0, 0, 0, 0.2) url(../images/owlPrev.png) no-repeat center center;
    transition: 0.3s;
}
.incase-main .owl-next{
    display: none;
    position: absolute;
    right: 0;
    top: 0;bottom: 0;
    margin: auto;
    width: 50px;
	height: 50px;
   
    transition: 0.3s;
}
.incase-main .owl-prev:hover{
    background: #305dc3 url(../images/owlPrev.png) no-repeat center center;
}

.incase-main .wsc-list-case{
    margin-right: 0;
}

.incase-main .owl-carousel:hover .owl-nav button{
    display: block;
}



.inpro-main .owl-carousel {
    position: relative;
}
.inpro-main .owl-prev{
    position: absolute;
    left: 0;
    top: 0;bottom: 0;
    margin: auto;
    width: 50px;
	height: 50px;
   
    transition: 0.3s;
    border: solid 1px #eaeaea;
}
.inpro-main .owl-next{
    position: absolute;
    right: 0;
    top: 0;bottom: 0;
    margin: auto;
    width: 50px;
	height: 50px;
    
    transition: 0.3s;
    border: solid 1px #eaeaea;
}
.inpro-main .owl-prev:hover{
   
    border: solid 1px #294da0;
}
.inpro-main .owl-next:hover{
    
    border: solid 1px #294da0;
}



.inpro-main .owl-carousel .owl-stage-outer,.incase-main .owl-carousel .owl-stage-outer{
    margin: -30px 0;
    padding: 30px 0;
}



#mapContainer {
    width: 100%;
    height: 100%;
}
.marker-route{
    width: 320px;
    height: 130px;
    
    transform: translate(-50%,-72%);
}



.album{
    padding: 100px 0;
}

.wsc-list-album{
    margin-top: -20px;
    margin-right: -20px;
}
.wsc-list-album .list-item{
    float: left;
    margin-right: 20px;
    margin-top: 20px;
    width: 380px;
    cursor: pointer;
}
.wsc-list-album .list-img{
    width: 380px;
    height: 220px;
    overflow: hidden;
}
.wsc-list-album .list-info{
    padding: 30px;
    background-color: #f6f6f6;
}
.wsc-list-album .list-tit{
    font-size: 18px;
    line-height: 30px;
    color: #555;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 28px;
    
}

.dialog-img .dia-msg img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.dialog-img .dia-content{
    width: 800px;
    height: 600px;
}
.dialog-img .dia-close{
    top: -36px;
    right: -47px;
    width: 32px;
    height: 32px;
   
    border-radius: 50%;
}



.form-block{
    padding: 60px 0 100px;
    background-color: #f6f6f6;
}
.form-main{
    padding: 76px 50px 50px;
    
    margin-top: 40px;
}

.fm-head{
    padding-left: 370px;
}
.fm-text{
    float: left;
    width: 300px;
    font-size: 18px;
    line-height: 30px;
    color: #555;
}
.fm-text a{
    color: #315dc3;
}
.fm-tel{
    float: left;
    padding-left: 50px;
    margin-left: 65px;
    font-size: 14px;
    line-height: 24px;
    color: #999;
   
}
.fm-tel span{
    font-size: 20px;
    line-height: 30px;
    color: #315dc3;
}

.wsc-form{
    background-color: #f6f6f6;
    border-radius: 3px;
    padding: 20px 50px 40px;
    margin-top: 50px;
}
.wsc-form form{
    display: block;
}
.fm-row{
    margin-top: 20px;
    position: relative;
}
.fm-col{
    float: left;
    margin-left: 20px;
    position: relative;
}
.fm-col:first-child{
    margin-left: 0;
}
.wsc-form label{
    position: absolute;
    left: 20px;
    top: 10px;
    font-size: 14px;
    line-height: 30px;
    cursor: text;
    color: #999;
    transition: 0.3s;
}
label span{
    margin-left: 5px;
    font-size: 12px;
}
.fm-item{
    width: 100%;
}
.fm-item input{
    width: 271px;
	background-color: #ffffff;
	border-radius: 3px;
	border: solid 1px #eaeaea;
    padding: 10px 20px;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    color: #666;
}
.fm-item textarea{
    width: 940px;
    padding: 10px 20px;
    height: 80px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    display: block;
    background-color: #fff;
    border: 1px solid #eaeaea;
}
.fm-item input:focus,.fm-item textarea:focus{
    border-color: #DB1516;
    background-color: #fff;
}
/* 表单项提示文字 */
.msg-box{
    color: #DB1516;
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 14px;
    line-height: 30px;
}
/* 表单项验证不通过提示样式 */
.n-invalid {
    border-color: #DB1516 !important;
}

.labAct{
    transform: translate(-8px,-23px);
    color: #DB1516 !important;
    background-color: #fff;
    padding: 0 10px;
}
.form-btn{
    margin-top: 30px;
}
.form-btn .btn-sub{
    width: 200px;
	height: 46px;
	background-color: #315dc3;
    border-radius: 3px;
    color: #fff;
    line-height: 46px;
    font-size: 16px;
    border: 0;
}
.btn-sub:hover{
    background-color: #496ad1;
}


.conTip{
    margin-top: 50px;
    width: 1180px;
    height: 200px;
    box-sizing: border-box;
    padding: 50px 0 0 408px;
   
}
.conTip-text{
    font-size: 34px;
    line-height: 1;
    color: #ebf0fc;   
}
.conTip-text span{
    font-weight: bold;
    margin-right: 5px;
}

.conTip-btn{
    margin-top: 20px;
}
.conTip-btn .btn{
    border-radius: 3px;
    width: 220px;
    font-size: 16px;
    float: left;
}

.conTip-btn .kf-btn{
    color: #305dc3;
    background-color: #fff;
    border: 0;
}
.conTip-btn .kf-btn2{
    color: #fff;
    background-color: transparent;
    border-color: #fff;
    margin-left: 20px;
}
.tip-tel{
    float: left;
    margin-left: 50px;
    padding-left: 50px;
    font-size: 14px;
    line-height: 24px;
    color:  #ebf0fc;
   
    margin-top: -5px;
}
.tip-tel span{
    font-size: 20px;
    line-height: 30px;
    color: #ebf0fc;
    font-weight: bold;
}