.wsc-layout{
    overflow: hidden;
}
@media(max-width:1746px){	
.wsc-layout{overflow: visible;}
.ft-all-img img{width:100%;}
.wsc-tophandle{display:none}
.wsc-headNav{float:none !important}
}
@media(max-width:1570px){	
.wsc-hnCont{float:right !important}
.hn-text{padding:27px 5px 30px !important;}
}
@media(max-width:1395px){	
.hn-text a{font-size:16px !important;}
.hn-text{padding:27px 0px 30px !important;}
}
@media(max-width:1229px){	
.hn-text a{font-size:14px !important;}
}

.wsc-intop{
    position: absolute;
    left: 0;
    top: 0;
    height: 90px;
    width: 100%;
    z-index: 1024;
}
.index-banner{
    position: relative;
	height:720px !important;
}

.index-main{
    max-width: 1600px;
    margin: auto;
}

.inban-main{
    padding-top: 230px;
    color: #fff;
    width: 800px;
    margin:auto;text-align: center;
}
.inban-tit{
    font-size: 66px;
    line-height: 80px;
    font-weight: bold;
}
.inban-text{
    font-size: 26px;
    line-height: 36px;
    margin-top: 27px;
}

.inban-btn{
    margin-top: 400px;
}
.inban-btn a{
    display: inline-block;
    box-sizing: border-box;
    width: 220px;
    height: 60px;
    background: rgba(255, 255, 255, 0.08) url(../images/btn-left-white.png) no-repeat left center;
    color: #fff;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    transition: 0.3s;
}
.inban-btn a span{
    display: inline-block;
    width: 220px;height: 60px;
    background: url(../images/btn-right-white.png) no-repeat right center;
    
}
.inban-btn a:hover{
    background: #1e3d80;
}
.inban-btn a:hover span{
    background: none;
}
.index-nav{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 1600px;    
    z-index: 99;
}
.index-nav li{
    float: left;
    width: 20%;
    box-sizing: border-box;
    padding-left: 1px;
}
.index-nav a{
    display: block;
    height: 117px;
    Background-color:rgba(34,34,34,0.88);
    color: #fff;
    text-align: center;font-size: 20px;
    transition: 0.3s;
    padding-top: 43px;
}
.index-nav .innav1{
    Background-color:rgba(255,89,45,0.88)
}
.index-nav li:first-child{
    padding-left: 0;
}
.index-nav a i{
    display: block;
    height: 42px;
    margin: 0 auto 15px;
}
.innav1 i{
    background: url(../images/inban1.png) no-repeat center center;
}
.innav2 i{
    background: url(../images/inban2.png) no-repeat center center;
}
.innav3 i{
    background: url(../images/inban3.png) no-repeat center center;
}
.innav4 i{
    background: url(../images/inban4.png) no-repeat center center;
}

.innav5 i{
    background: url(../images/inban5.png) no-repeat center center;
}
.index-nav a:hover{
    Background-color:rgba(34,34,34,1);
    margin-top: -20px;
   padding-top: 63px;
}
.index-nav .innav1:hover{
    Background-color:rgba(255,89,45,1)
}


.index-block1{
    padding: 93px 0;
    background: #f6f6f6 url(../images/inblock1-bg.jpg) no-repeat center top;
}
.incTit{
    font-size: 40px;
    line-height: 50px;
    color: #222;
    font-weight: bold;
    text-align: center;
}

.inb1-main{
    margin-top: 50px;
    overflow: hidden;
}
.inb1-main ul{
    margin: 0 -10px;
}
.inb1-main li{
    width: 20%;
    box-sizing: border-box;
    padding: 0 10px;
    float: left;
    transition: 0.3s;
}
.inb1-main li .item{
    padding: 34px 40px 0;
    background: #fff;
    height: 326px;
    transition: 0.3s;
}
.inb1-main .tit{
    font-size: 20px;
    line-height: 30px;
    color: #222;
    font-weight: bold;
    transition: 0.3s;
}
.inb1-main .text{
    font-size: 14px;
    line-height: 22px;
    color: #828282;
    margin-top: 11px;
    transition: 0.3s;
    height: 198px;
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:9;-webkit-box-orient: vertical;
}
.inb1-main .active .inab1{
    background: url(../images/inab-bg1.png) no-repeat center top;
}
.inb1-main .active .inab2{
    background: url(../images/inab-bg2.png) no-repeat center top;
}
.inb1-main .active .inab3{
    background: url(../images/inab-bg3.png) no-repeat center top;
}
.inb1-main .active .inab4{
    background: url(../images/inab-bg4.png) no-repeat center top;
}
.inb1-main .active .inab5{
    background: url(../images/inab-bg5.png) no-repeat center top;
}
.inb1-main .active .tit,.inb1-main .active .text{
    color: #fff;
}


@media screen and (max-width:1200px){
    .inb1-main li .item{
        padding: 34px 20px 0;
    }
}





.btn-gtri {
    display: inline-block;
    box-sizing: border-box;
    width: 200px;
    border: 1px solid #eaeaea;
    height: 50px;
    text-align: center;
    font-size: 16px;
    transition: 0.3s;
}
.btn-gtri a{
    width: 200px;
    display: inline-block;
    background: url(../images/btn-left-grey.png) no-repeat left center;
    color: #555;
    line-height: 50px;
    margin: -1px 0 0 -1px;
    transition: 0.3s;
}
.btn-gtri span{
    display: inline-block;
    width: 200px;height: 50px;
    background: url(../images/btn-right-grey.png) no-repeat right center;
}
.btn-gtri:hover,.btn-wtri:hover{
    background-color: #FF592D;
   
}
.btn-gtri:hover a,.btn-gtri:hover span,.btn-wtri:hover a,.btn-wtri:hover span{
    background: none;
    color: #fff;
}
.btn-wtri {
    display: inline-block;
    box-sizing: border-box;
    width: 200px;
    border: 1px solid rgba(234,234,234,0.2);
    height: 50px;
    text-align: center;
    font-size: 16px;
    transition: 0.3s;
}
.btn-wtri a{
    width: 200px;
    display: inline-block;
    background: url(../images/btn-lw50.png) no-repeat left center;
    color: #fff;
    line-height: 50px;
    margin: -1px 0 0 -1px;
}
.btn-wtri span{
    display: inline-block;
    width: 200px;height: 50px;
    background: url(../images/btn-rw50.png) no-repeat right center;
}

.inpro-left,.inpro-right{
    width: 50%;
    float: left;
    position: relative;
    height: 800px;
}

.index-block2 .inpro-left{
    background: url(../images/inblock2.png) no-repeat center top;

}
.inpro-btn{
    margin: 0 -10px;
    max-width: 840px;
    position: absolute;
    height: 100px;
    left: 0;right: 0;
    bottom: 60px;
    margin: auto;
}
.inpro-btn li{
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding: 0 10px;
}
.inpro-btn li a{
    display: block;
    height: 100px;
    text-align: center;
    line-height: 100px;
    font-size: 24px;
    font-weight: bold;
    transition: 0.2s;
}
.inpro-btn li a span{
    display: inline-block;
    padding-right: 72px;
}
.index-block2 .inpro-btn li a,.index-block3 .inpro-btn li a:hover,.index-block2-copy .inpro-btn li a{
    background-color: #fff;
    color: #FF592D;
}
.index-block2 .inpro-btn li span,.index-block3 .inpro-btn li a:hover span{
    background: url(../images/inmore-orange.png) no-repeat right center;
}

.index-block3 .inpro-btn li a,.index-block2 .inpro-btn li a:hover, .index-block2-copy .inpro-btn li a:hover{
    background-color: #FF592D;
    Color:#fff;
}
.index-block3 .inpro-btn li span,.index-block2 .inpro-btn li a:hover span{
    background: url(../images/inmore-white.png) no-repeat right center;
}


.inpro-main{
    max-width: 800px;
    box-sizing: border-box;
    padding: 100px 0;
}
.index-block2 .inpro-main{
    float: left;
    padding-left: 10.5%;
}
.index-block3 .inpro-main{
    float: right;
    padding-right: 10.5%;
}

.inpro-main .incTit{
    text-align: left
}
.inpro-intro{
    margin-top: 35px;
    font-size: 14px;
    line-height: 24px;
    color: #828282;
    height: 72px;
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:3;-webkit-box-orient: vertical;
}
.inpro-main .btn{
    margin-top: 35px;
}

.inpro-list{
    margin-top: 60px;
}
.inpro-list .col ul{
    margin: 0 -5px;
}
.inpro-list .col li{
    box-sizing: border-box;
    padding: 0 5px;
    float: left;
}
.inpro-list .col2{
    margin-top: 10px; 
}

.index-block2 .col1 li,.index-block3 .col li,.index-block2-copy .col li{
    width: 50%;
}
.index-block2 .col2 li{
    width: 33.33%;
}
.inpro-list .col .item{
    display: block;
    height: 150px;
    box-sizing: border-box;
    background: #f6f6f6;
    font-size: 0;
    transition: 0.3s;
}

.inpro-list .col span{
    display: inline-block;
    font-size: 18px;
    line-height: 28px;
    color: #222;
    width: 50%;
    vertical-align: middle;
    box-sizing: border-box;
    padding-left: 35px;
    transition: 0.3s;
}
.inpro-list .col .item:hover{
    transform: translateY(-5px);
}
.inpro-list .col .item:hover span{
    color: #1e3d80;
}

.inpro-list .col i{
    display: inline-block;
    height: 150px;
    width: 50%;
    vertical-align: middle
}
.index-block2 .inpro-list .icon1{
    background: url(../images/intc1.png) no-repeat center center;
}
.index-block2 .inpro-list .icon2{
    background: url(../images/intc2.png) no-repeat center center;
}
.index-block2 .inpro-list .icon3{
    background: url(../images/intc3.png) no-repeat center bottom;
}
.index-block2 .inpro-list .icon4{
    background: url(../images/intc4.png) no-repeat center bottom;
}
.index-block2 .inpro-list .icon5{
    background: url(../images/intc5.png) no-repeat center bottom;
}

.index-block2  .col2 span{
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #222;
    box-sizing: border-box;
    padding-left: 0;
    width: 100%;
    text-align: center;
}

.index-block2 .col2 i{
    display: block;
    height: 90px;
    width: 100%;
}

.index-block3 .inpro-right{
    background: url(../images/inblock3.png) no-repeat center top;
}



.index-block3 .inpro-list .icon1{
    background: url(../images/inhw1.png) no-repeat center center;
}
.index-block3 .inpro-list .icon2{
    background: url(../images/inhw2.png) no-repeat center center;
}
.index-block3 .inpro-list .icon3{
    background: url(../images/inhw3.png) no-repeat center center;
}
.index-block3 .inpro-list .icon4{
    background: url(../images/inhw4.png) no-repeat center center;
}



.index-block4{
    height: 588px;
    overflow: hidden;
    padding-top: 94px;
    background: url(../images/inblock4-bg.jpg) no-repeat center top;
}

.index-block4 .incTit{
    color: #fff;
}
.inb4-text{
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    width: 1160px;
    margin: 40px auto 0;
}
.inb4-mian{
    margin-top: 60px;
}
.inb4-mian ul{
    margin: 0 -10px;
}
.inb4-mian li{
    float: left;
    box-sizing: border-box;
    width: 25%;
    padding: 0 10px;
    
}
.inb4-mian li .item{
    display: block;
    box-shadow: 3px 3px 30px 0px 
        rgba(0, 21, 65, 0.36);
    border: solid 1px #779ff2;
    height: 240px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    transition: 0.3s;
}
.inb4-mian li .item:hover{
    border-color: #fff;
}
.inb4-mian li .item i{
    height: 133px;
    display: block;
}
.inb4-mian li .tit{
    font-size: 20px;
    line-height: 24px;
    color: #f5f5f5;
}

.inb4-mian li .text{
    font-size: 14px;
    line-height: 22px;
    color: #e0e0e0;
    margin-top: 10px;
}

.inb4-mian li .icon1{
    background: url(../images/inb4-1.png) no-repeat center center;
}
.inb4-mian li .icon2{
    background: url(../images/inb4-2.png) no-repeat center center;
}
.inb4-mian li .icon3{
    background: url(../images/inb4-3.png) no-repeat center center;
}
.inb4-mian li .icon4{
    background: url(../images/inb4-4.png) no-repeat center center;
}



.inForm{
    height: 678px;
    overflow: hidden;
}

.form-left{
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-left: 160px;
    background-color: #fff;
    height: 678px;
    position: relative;
}
.form-right{
    float: left;
    width: 50%;
    background: #f6f6f6 url(../images/inform-right.png) no-repeat left center;
    height: 678px;
}
.inform-main{
    width: 560px;
    padding-top: 94px;
    box-sizing: border-box;
}
.form-right .inform-main{
    width: unset;
    max-width: 720px;
    padding-left: 16%;
    padding-right: 15px;
}

@media screen and (max-width:1600px){
    .form-left .inform-main{
        position: absolute;
        left: 0;
    }
    .inban-tit{
        font-size: 58px;
        line-height: 68px;
    }
}

.inForm .incTit{
    text-align: left;
}

.inform-text{
    font-size: 14px;
    line-height: 24px;
    color: #828282;
    margin-top: 28px;
}

.form-style1{
    padding-top: 7px;
    width: 100%;
}
.form-style1 form{
    display: block;
}
.form-style1 .fm-row{
    margin-top: 15px;
    position: relative;
}
.form-style1 label{
    position: absolute;
    left: 20px;
    top: 10px;
    font-size: 16px;
    line-height: 30px;
    cursor: text;
    color: #999;
    transition: 0.3s;
}
.form-style1 label span{
    margin-left: 5px;
    font-size: 12px;
}
 .form-style1 .fm-item{
    width: 100%;
}
.form-style1 .fm-item input{
    width: 100%;
    box-sizing: border-box;
    background-color: #f6f6f6;
    border-radius: 3px;
    padding: 10px 20px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    color: #666;
    border: 1px solid #f6f6f6;
}
.fm-item input:focus{
    border-color: #1e3d80;
    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: #1e3d80 !important;
    background-color: #fff;
    padding: 0 10px;
}
.form-style1 .form-btn{
    margin-top: 23px;
}
.form-style1 .form-btn .btn-sub{
    width: 100%;
    height: 50px;
    background-color: #1e3d80;
    border-radius: 3px;
    color: #f5f5f5;
    line-height: 50px;
    font-size: 16px;
    border: 0;
    transition: 0.3s;
}
.form-style1 .form-btn .btn-sub:hover{
    background-color: #3358a8;
}
.form-style1 .form-btn .btn-sub:hover,.form-style1 .form-btn .btn-sub{
background-color:#FF592D;
}
.form-style1 .check{
    font-size: 0;
    line-height: 24px;
    color: #999;
}
.form-style1 .check span{
    display: inline-block;
    font-size: 14px;
    vertical-align: top;
}
.form-style1 .check .icon{
    width: 29px;
    height: 24px;
    background: url(../images/fm-check.png) no-repeat center center;
}
.form-style1 .checked .icon{
    background: url(../images/fm-checked.png) no-repeat center center;
}
.inform-contlist{
    padding-top: 15px;
}
.inform-contlist li{
    font-size: 0;
    margin-top: 35px;
}
.inform-contlist li i{
    width: 46px;
    height: 46px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
}
.inform-contlist li .info{
    display: inline-block;
    vertical-align: middle;
    margin-left: 19px;
    width: 309px;
}
.inform-contlist .tit{
    font-size: 16px;
    line-height: 18px;
    color: #999;
}
.inform-contlist .text{
    font-size: 24px;
    line-height: 26px;
    color: #222;
    margin-top: 6px;
}
.inform-contlist .text a{
    color: #FF592D;
}
.inform-contlist .item1 i{
    background: url(../images/incont-1.png) no-repeat center center;
}
.inform-contlist .item2 i{
    background: url(../images/incont-2.png) no-repeat center center;
}
.inform-contlist .item3 i{
    background: url(../images/incont-3.png) no-repeat center center;
}
.inform-contlist .item4 i{
    background: url(../images/incont-4.png) no-repeat center center;
}
.inform-contlist .item4 .text{
    font-size: 18px;
}
.inform-contlist .item4 i,.inform-contlist .item4 .info{
    vertical-align: top;
}



.proh-block1{
    padding: 100px 0;
    background-color: #fff;
}
.prohb1-tit{
    font-size: 30px;
    line-height: 32px;
    color: #222;
    text-align: center;
}
.prohb1-text{
    font-size: 16px;
    line-height: 26px;
    color: #222;
    text-align: center;
    margin-top: 32px;font-family:Poppins;
}

.prohb1-main{
    margin-top: 45px;
}
.prohb1-item{
    width:350px;height:260px;
    overflow: hidden;
    float: left;
    margin-left: 10px;
}
.prohb1-item:first-child{
    margin-left: 0; 
}
.prohb1-item img{
    width: 100%;
}



.proh-block2{
    padding: 100px 0;
    background-color: #f6f6f6;
}
.proh-sectit{
    font-size: 24px;
    font-weight: bold;
    color: #222;
    line-height: 26px;
}

.prohb2-main{
    margin-top: 39px;
}
.list-main{
    margin-top: -20px;
    margin-right: -20px;
}
.wsc-list-product .list-item{
    margin-top: 20px;
    margin-right: 20px;
    width: 342px;
    float: left;
    transition: 0.3s;
	box-shadow:0 0 4px #d0cccc;
}
.wsc-list-product .list-item:hover{
    transform: translateY(-5px);
    box-shadow: 0px 0px 16px 0px 
        rgba(0, 0, 0, 0.08);
}
.wsc-list-product .list-img{
    height:345px;
    width: 320px;
    line-height: 345px;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
	padding:0px 10px;position:relative;
}
.list-img img{
    max-width: 100%;
}

.wsc-list-product .list-info{
    margin-top: 1px;
    background: #fff;
    padding: 25px 28px 0;
    height: 100px;
}

.wsc-list-product .list-tit{
   font-size: 16px;
   line-height: 24px;
   color: #222;
   height: 48px;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowraps;
   font-family:Poppins;
}
.wsc-list-product .list-attr{
    margin-top: 10px;
    font-size: 14px;
    line-height: 28px;
    color: #828282;
}
.wsc-list-product .list-attr li{
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.proh-block3{
    padding: 100px 0;
    background-color: #fff;
}
.proh-type{
    height: 500px;
    overflow: hidden;
}
.proh-type-img{
    width: 716px;
    height: 500px;
    overflow: hidden;
}
.proh-type-main{
    width: 585px;
    height: 440px;
    padding: 60px 60px 0;
}

.proh-block3 .proh-type-img{
    float: left;
}
.proh-block4 .proh-type-img{
    float: right;
}
.proh-block3 .proh-type-main{
    float: right;
    Background:#F96F32 url(../images/proh-tcright.png) no-repeat center center;
}
.proh-block4 .proh-type-main{
    float: left;
    background: #fff;
}

.proh-type-main .tit{
    font-size: 40px;
    line-height: 50px;
    color: #222;
    font-weight: bold;
}

.proh-type-main .text{
    font-size: 14px;
    line-height: 24px;
    color: #828282;
    margin-top: 28px;
    word-break: break-all;
}

.proh-type-main .btn{
    margin-top: 45px;
}
.proh-block3 .proh-type-main .btn:hover{
    background: #fff;
    background-color: #FF592D;
}
.proh-block3 .proh-type-main .btn-wtri:hover span{
   color: #fff !important;
}

.proh-block3 .tit,.proh-block3 .text{
    color: #fff;
}


.proh-class{
    margin-top: 10px;
}
.proh-class ul{
    margin: 0 -5px;
}
.proh-class li{
    float: left;
    width: 20%;
    box-sizing: border-box;
    padding: 0 5px;
}

.proh-class li a{
    display: block;
    height: 180px;
    font-size: 18px;
    line-height: 28px;
    color: #222;
    background-color: #f6f6f6;
    transition: 0.3s;
}
.proh-class li a:hover{
    transform: translateY(-5px);
    Color:#F96F32;
}
.proh-class li i{
    display: block;
    height: 139px;
}
.proh-block3 .item1 i{
    background:  url(../images/proh-tc1.png) no-repeat center center;
}
.proh-block3 .item2 i{
    background: url(../images/proh-tc2.png) no-repeat center center;
}
.proh-block3 .item3 i{
    background: url(../images/proh-tc3.png) no-repeat center center;
}
.proh-block3 .item4 i{
    background: url(../images/proh-tc4.png) no-repeat center center;
}
.proh-block3 .item5 i{
    background: url(../images/proh-tc5.png) no-repeat center center;
}


.proh-block4{
    background-color: #f6f6f6;
    padding: 100px 0;
}

.proh-block4 li{
    width: 25% !important;
}
.proh-block4 li a{
    height: 150px;
    box-sizing: border-box;
    text-align: left;
    padding-left: 35px;
    font-size: 0;
}
.proh-block4 li i{
    display: inline-block;
    margin-left: -1px;
    height: 150px;
    vertical-align: middle;
}
.proh-block4 li span{
    width:40% !important;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 28px;
    color: #222;
}




.ft-all-block{
    padding: 100px 0;
    background-color: #fff; 
}

.ftb1-item{
    width: 680px;
    height: 350px;
    float: left;
    margin-left: 20px;
    padding: 100px 0px;
}
.ftb1-item1{
    margin-left: 0;
    background: url(../images/ft-block1-1.jpg) no-repeat center top
}  
.ftb1-item2{
    background: url(../images/ft-block1-2.jpg) no-repeat center top
} 
.ftb1-item .tit{
    font-size: 24px;
    line-height: 26px;
	width:400px;margin:0px auto;font-family:Poppins
}

.ftb1-item .text{
    font-size: 14px;
    line-height: 22px;
    margin: 18px auto;width:400px;font-family:Poppins
}

.ftb1-item .link{
    width:400px;margin:0px auto;font-family:Poppins
}
.ftb1-item .link li{
    float: left;
    width: 50%;
    list-style:disc;
    margin-top: 15px;
}
.ftb1-item .link li a{
    color: #1e3d80;

    font-size: 14px;
    line-height: 24px;
    transition: 0.3s;font-family:Poppins
}
.ftb1-item .link li a:hover{
    font-weight:700;
}

.ftb1-item .tit,.ftb1-item .text,.ftb1-item .link li a{
Color:#333;
}

.ftb2{
    margin-top: 60px;
}
.ftb2-item{
    width: 285px;
    height: 146px;
    background-color: #f6f6f6;
    float: left;
    margin-left: 20px;
    padding-top: 34px;
    font-size: 18px;
    line-height: 24px;
    color: #222;
    text-align: center;
    transition: 0.3s;
}
.ftb2-item:first-child{
    margin-left: 0;
}
.ftb2-item:hover{
    background-color: #FA6842;
    box-shadow: 0px 0px 16px 0px 
        rgba(0, 0, 0, 0.08);
}

.ftb2-item i{
    display: block;
    width: 80px;
    height: 80px;
    margin:0 auto 14px;
    border-radius: 50%;
}
.ftb2-item .icon1{
    background: #fff url(../images/ftb2-1.png) no-repeat center center;
}
.ftb2-item .icon2{
    background: #fff url(../images/ftb2-2.png) no-repeat center center;
}
.ftb2-item .icon3{
    background: #fff url(../images/ftb2-3.png) no-repeat center center;
}
.ftb2-item .icon4{
    background: #fff url(../images/ftb2-4.png) no-repeat center center;
}


.ftb2-item  p{
    font-size: 14px;
    line-height: 22px;
    color: #828282;
    text-align: center;
    margin-top: 12px;
}
.ftb2-sty2 .ftb2-item {
    height: 214px;
}



.prolist-head{
    width: 737px;
    height: 209px;
}
.plhead-tc{
    background: url(../images/prol-tchead.png) no-repeat center top;
}
.plhead-hw{
    background: url(../images/prol-hwhead.jpg) no-repeat center top;
}
.prolist-head .tit{ 
    margin: 24px 30px 0 30px;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    color: #695c56;
    position: relative;
    padding-bottom: 22px;
}
.prolist-head .tit span{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background-color: #695c56;
}
.prolist-head .text{
    font-size: 14px;
    line-height: 26px;
    color: #695c56;
    margin-top: 13px;

    margin: 16px 30px 24px 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

 .prolist-head .text:hover{
    text-overflow:inherit; 
    overflow: visible; 
    white-space: pre-line; 
 }
.lh1{font-size:32px;font-family:Poppins;margin-top:20px;padding:10px 0px;font-weight:700}
.lbanner img{width:100%;height:auto;}
.ldes{background:#f97f26;padding:20px;font-family:Poppins;color:#fff;font-size:15px;line-height:28px;}
.lprice{font-size:18px;font-weight:500;color:#222;font-family:Poppins}
.list-info:hover .lprice, .list-info:hover a{color:#F96F32}

.list-img span{position: absolute;background: #F96F32;color: #fff;height: 25px;line-height: 25px;padding: 0px 15px;float: left;display: block;top: 12px;}
.prolist-main{margin-top: 50px;}

.sideNav{
    width: 285px;
    float: left;
}
.plcont-main{
    
    float: right;
}

.sn-tit a{
    Color:#333333;
    display: block;
    height: 60px;
    background-color: #f0f0f0;
    padding: 0 30px;
    color: #1e3d80;
    font-size: 16px;
    line-height: 60px;
}
.sn-item-tit{
     padding: 0 30px;
     background-color: #fff;
     width: 225px;
     overflow: hidden; 
     transition: 0.3s;
}
.sn-item-tit a{
    float: left;
    max-width: 240px;
    height: 30px;
    line-height: 30px;
    padding: 15px 0;
    font-size: 16px;
    color: #555;
    transition: 0.3s;
}
.sn-item-tit span{
    width: 14px;
    height: 60px;
    float: right;
    background: url(../images/pl-jia.png) no-repeat center center;
}

.sideNav .active .sn-item-tit,.sn-item-tit:hover{
    background-color: #f0f0f0;
}
.sideNav .active .sn-item-tit a,.sn-item-tit:hover a{
    color: #1e3d80;
}
.sideNav .active .sn-item-tit span{
    background: url(../images/pl-jian.png) no-repeat center center;
}

.sideNav ul{
    padding: 11px 30px;
    background-color: #f9f9f9;
    display: none;
}
.sideNav .active ul{
    display: block;
}
.sideNav ul li{
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #828282;
}
.sideNav ul .secact,.sideNav ul li:hover a{
    color: #222;
}


.side-cont{
    margin-top: 20px;
}
.sd-cont-tit{
    line-height: 30px;
    padding: 20px 30px;
    background-color: #efefef;
    font-size: 20px;
    color: #222;
    font-weight: bold;
}

.sd-cont-main{
    background-color: #fff;
    padding: 30px 20px 40px;
}
.sd-cont-img{
    height: 171px;
    text-align: center;
}

.sd-cont-main .sl-btn{
    padding-top: 9px;
}
.prolist-main{
    padding-bottom: 100px;
}








.pdHead{
    padding: 60px 0;
    background-color: #fff;
}
.pd-img{
    width: 720px;
    float: left;
    position: relative;
}
.pd-img .dis{
	position: absolute;
    background: #F96F32;
    color: #fff;
    height: 25px;
    line-height: 25px;
    padding: 0px 15px;
    float: left;
    display: block;
    top: 12px;
	z-index:999;
}
.pd-imgitem{
    width: 715px;
    position: relative;
    height: 520px;
    background-color: #fff;
    border: solid 1px #eaeaea;
}
.pd-img .owl-dots {
    margin-top: 10px;
    text-align: center;
}
.pd-img .owl-dots button {
    width: 100px;
    height: 100px;
    position: relative;
    margin-left: 3px;
    margin-right: 3px;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
}
.pd-img .owl-dots button:first-child {
    margin-left: 0;
}
.pd-img .owl-dots button img {
    max-width: 98px;
    max-height: 73px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.pd-img .owl-dots .active {
    border: 1px solid #1e3d80;
   
}

.pd-img .owl-carousel .owl-stage-outer{
    overflow: hidden;
}
.pd-img .owl-carousel .owl-item{
    position: relative;
    overflow: hidden;
    height:522px;
}
.pd-img .owl-carousel .owl-item img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: unset;
    max-width: 100%;
    max-height: 100%;
}
.pd-info{
    width: 650px;
    float: right;
}
.pd-tit{
    font-size: 28px;
    line-height: 36px;
    color: #222;
    font-weight: 500;
	font-family:Poppins;
}
.cprice{font-size:26px;margin:10px 0px;color:#222;font-weight:700;}
.cprice del{margin-left:20px;color:#666;font-size:22px;font-weight:normal;}
.pd-attr{
    margin-top: 40px;
    line-height: 36px;
    font-size: 16px;
	color: #222;
    
    padding: 20px 0px;
    font-family: Poppins;
    font-weight: 400;
}

.pd-attr li span{
    font-size: 16px;
    font-family: Poppins;
    font-weight: 500;
    color: #828282;
}
.pd-attr li a{margin:0px 0px 0px 8px;}
.pd-tip{
    margin-top: 3px;
    line-height: 36px;
    font-size: 14px;
    color: #222222;
    padding: 12px 30px;
    background-color: #f9f9f9;
    font-family: Poppins;
    font-weight: 800;
}
.pd-tip span{
    font-size: 14px;
    font-family: Poppins;
    font-weight: 400;
    color: #828282;
    line-height: 24px;
}
.pd-btn{
    margin-top: 40px;
    font-size: 0;
}
.pd-btn .btn{
    display:block;
    width: 300px;
    height: 51px;
    border-radius: 3px;
    line-height: 60px;
    font-size: 16px;
    text-align: center;
    transition: 0.3s;
    box-sizing: border-box;float:left;margin-right:20px;
}
.pd-btn a:child(1){background:none !important}
.pd-btn .btn-red{
    background: rgba(255,89,45,0.1);
    border: 1px solid #FF592D;
    border-radius: 4px;
    color: #FF592D;
}
.pd-btn .btn-blue:hover{
    background-color: #d6411a;
    border-color: #3358a8;
    color: #fff;
}
.pd-btn .btn-blue{
    color: #fff;
    display: flex;
align-items: center;
justify-content: center;
margin-left:0;
margin-top:8px;
background-color:#FF592D;
border-radius: 4px;
}
.pd-btn .btn-red:hover{
    background-color: #d6411a;
    Color:#ffffff;
}

.pd-file {
    margin-top: 20px;
    font-size: 0;
}
.pd-file a{
    font-size: 16px;
    line-height: 36px;
    display: inline-block;
    padding-left: 22px;
    color: #828282;
    background: url(../images/pd-file.png) no-repeat 0 center;
    transition: 0.3s
}
.pd-file a:hover{
    background: url(../images/pd-failh.png) no-repeat 0 center;
    color: #1e3d80;
}
.pd-file span{
    font-size: 16px;
    line-height: 36px;
    display: inline-block;
    margin: 0 14px;
    color: #aaa;
}
.pd-file span:first-child{
    display: none;
}


.pdh-block2{
    margin-top: 40px;
}
.pdh-block2 .container{
    background: url(../images/pdhb2-bg.jpg) no-repeat center top;
}
.pdhb2-left{
    width: 416px;
    height: 100px;
    float: left;
    padding:30px 40px 30px  50px ;
    font-size: 0;
}
.pdhb2-right{
    width: 644px;
    height: 100px;
    float: left;
    padding: 30px 0 30px 50px;
    font-size: 0;
}
.pdh-block2 i,.pdhb2-logo{
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.pdh-block2 .icon1{
    background: #fff url(../images/pdh2-logo.png) no-repeat center center;
}

.pdh-block2 .info{
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}
.pdhb2-left .info{
     width: 285px;
}
.pdh-block2 .tit{
    font-size: 16px;
    line-height: 26px;
    color: #999;
}
.pdh-block2 .text{
    font-size: 20px;
    line-height: 28px;
    color: #555;
    margin-top: 5px; 
}
.pdh-block2 .info a{
    font-size: 16px;
    line-height: 28px;
    color: #555;
    margin-top: 13px;
    text-decoration: underline;
    transition: 0.3s;
}
.pdh-block2 .info a:hover{
    color: #1e3d80;
}

.pdhb2-logo img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}


.pd-main{
    padding: 60px 0 80px;
    background: #f6f6f6;
}
.pd-main .wsc-layoutCon{
    width: 1420px;
    margin: auto;
    position: relative;
}
.wsc-layoutCon .fixed {
    position: absolute;
    right: 0;
}
.pd-main .layout-box{
    width: 1420px;
    box-sizing: border-box;
    background-color: #fff;
}
.pd-main .layout-bar{
    width: 285px;
    box-sizing: border-box;
    background-color: #fff;
}

.pdTab{
    height: 70px;
    
}
.pdTab ul{
    width: 1420px;
    margin: auto;
}
.pdTab li{
    box-sizing: border-box;
    float: left;
    border-top: 2px solid #efefef;
    padding: 16px 0;
    line-height: 36px;
    width: 25%;
    text-align: center;
    transition: 0.3s;
    background: #efefef url(../images/pdtab-line.png) no-repeat left center;
}
.pdTab li:first-child{
    background-image: none;
}
.pdTab li a{
    font-size: 18px;
    color: #555;
    transition: 0.3s;
}
.pdTab li:hover,.pdTab .active{
    border-color:#1e3d80;
    background-color: #fff;
    background-image: none;
}
.pdTab li:hover a,.pdTab .active a{
    color: #1e3d80;
}
.pd-main-edit{
    padding: 60px 50px;
    background: #fff;
	font-family:Poppins;
}
.pdCont{
    margin-top: 40px;
    border-top: 1px solid #eaeaea;
    padding-top: 40px;
}
.pdCont:first-child{
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
}
.pdCont .sec-tit{
    font-size: 20px;
    line-height: 28px;
    color: #222;
    padding-left: 26px;
    background: url(../images/pd-sec-tit.png) no-repeat 0 center;
}
.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;
}


.pd-form-main{
    width: 520px;
}

.side-link{
     background-color: #fff;
}
.side-tit{
    height: 70px;
    background-color: #efefef;
    line-height: 70px;
    padding: 0 30px;
    color: #222;
    font-size: 20px;
    font-weight: bold;
}

.sl-main{
    padding: 20px 20px 40px;
}
.sl-img{
    border: 1px solid #eaeaea;
    position: relative;
    height: 183px;
}
.sl-img img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.sl-tit{
    font-size: 20px;
    line-height: 28px;
    color: #222;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 15px;
}

.sl-attr{
    font-size: 14px;
    line-height: 28px;
    margin-top: 16px;
    color: #828282;
}
.sl-attr li{
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sl-btn{
    padding-top: 15px;
}
.sl-btn .btn{
    display: inline-block;
    box-sizing: border-box;
    width: 245px;
    height: 50px;
    border-radius: 3px;
    margin-top: 15px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    transition: 0.3s;
}
.sl-btn .btn-blue,.sl-btn .btn-grey:hover{
    background-color: #FF592D;
}
.sl-btn .btn-blue:hover{
    background-color:#d6411a;
    border-color: #FF592D; 
}
.sl-btn .btn-grey{
    background-color: #f6f6f6; 
    color: #555;
}

.ft-all-block .rTit{
    margin-bottom: 35px;
}

.wsc-detrel{
    padding: 80px 0 100px;
    background-color: #f6f6f6;
}
.compdet-bread{
    margin-bottom: -50px;
    background-color: unset;
}
.compdet-bread a,.compdet-bread span,.compdet-bread h1,.compdet-bread em{
    color: #fff !important;
}

.compdet-head{
    padding-top: 80px;
    background: url(../images/compdet-head.jpg) no-repeat center top;
}
.compb1-img{
    float: left;
    width: 550px;
    height: 360px;
    background-color: #ffffff;
    border: 20px solid #fff;
}
.compb1-img img{
    width: 100%;
}
.compb1-info{
    width: 560px;
    float: right;
}
.compb1-tit{
    font-size: 14px;
    color: #fff;
    line-height:36px;
   text-indent: 76px;
   width: 310px;
   height: 36px;
   background: url(../images/compbb1-tit.png) no-repeat 0 0;
}
.compb1-name{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    margin-top: 13px;
}
.compb1-text{
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    line-height: 24px;
    margin-top: 34px;
    padding-top: 34px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.compb1-btn,.compb2-btn{
    margin-top: 32px;
}
.compb1-btn a,.compb2-btn a{
    display: inline-block;
    width: 280px;
    height: 50px;
    border-radius: 3px;
    border: solid 1px #ffffff;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    transition: 0.3s;
}
.compb1-btn a:hover{
    background-color: #fff;
    color: #1e3d80;
}
.compb2-btn{
    text-align: center;
}

.comph-block2{
    margin-top: 50px;
    padding: 50px 50px 60px;
    background-color: #fff;
}

.compb2-tit{
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
}
.compb2-main{
    margin-top: 29px;
}
.compb2-main ul{
    font-size: 0;
    text-align: center;
}
.compb2-main li{
    width: 298px;
    height: 423px;
    border: 1px solid #eaeaea;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px;
}
.compb2-main li img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.comp-relate{
    padding: 80px 0;
}

.relate-comp{
    padding: 80px 0 100px;
    background-color: #fff;
}

.recomp-tit{
    font-size: 30px;
    line-height: 32px;
    color: #222;
    text-align: center;
    font-weight: bold;
}
.recomp-text{
    font-size: 16px;
    line-height: 18px;
    color: #828282;
    text-align: center;
    margin-top: 15px;
}
.recomp-main{
    margin-top: 40px;
}
.recomp-list{
    margin-top: -1px;margin-right: -1px;
}
.recomp-list .list-item{
    float: left;
    width: 299px;
    height: 200px;
    border: 20px solid #f0f0f0;
    margin-right: 1px;
    margin-top: 1px;
    background-color: #fff;
    padding: 0 30px;
    transition: 0.3s;
}
.recomp-list .list-item:hover{
    border-color: rgba(30,61,128,0.8);
}
.recomp-list .list-item:hover .list-tit{
    color: #1e3d80
}
.recomp-list .list-img{
    width: 120px;
    height: 100px;
    margin: auto;
    padding-top: 18px;
}
.recomp-list .list-tit{
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #555;
    margin-top: 7px;
}


.fb-tit{
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
}
.fb-text{
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    margin-top: 20px;
}
.mt40{
    margin-top: 40px !important;
}

.become .container{
    padding-top: 80px;
}
.become-tle{
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
.become-tex{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    width: 850px;
    margin: 34px auto 0;
}
.become-tle{
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.become-bot{
    font-size: 0;
    margin-top: 26px;
    text-align: center;
}
.become-bot a{
    display: inline-block;
    width: 230px;
    height: 50px;
    border-radius: 3px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
}
.btn{
    transition: 0.3s;
}
.btn-white{
    background-color: #ffffff;
    border: solid 1px #1e3d80;
    color: #143d7d;
}
.btn-blue,.btn-white:hover{
    background-color:rgba(255,89,45,0.88);
    border:solid 1px #FF592D;
}
.btn-blue:hover,.mixed-bot .btn-blue:hover{
    background-color:#d6411a;
    border: solid 1px #FF592D;
}
.become-bot .btn-blue,.mixed-bot .btn-blue{
    background-color: #1e3d80;
    border: solid 1px #1e3d80;
    color: #fff;
    margin-right: 15px;
}

.package-block1 {
    padding-top: 80px;
}

.pgb-text{
    font-size: 16px;
    line-height: 26px;
    color: #828282;
    text-align: center;
    margin-top: 34px;
}
.pgb1-img{
    margin-top: 42px;
    text-align: center;
}
.pgb1-tit{
    font-size: 20px;
    line-height: 28px;
    color: #555;
    margin-top: 40px;
    text-align: center;
}

.package-block2{
    margin-top: 45px;
    text-align: center;
}
.pgb2-main > div{
    padding-top: 440px;
    height: 60px;
    float: left;
}
.pgb2-main span{
    font-size: 20px;
    line-height: 28px;
}
.pgb2-main .item1{
    width: 500px;
    background: url(../images/package2-1.jpg) no-repeat center top;
    margin-right: 15px;
}

.pgb2-main .item2{
    width: 685px;
    background: url(../images/package2-2.jpg) no-repeat center top;
}

.pgb2-tit{
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    margin-top: 60px;
    color: #222;
}
.pgb2-text{
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    margin-top: 13px;
    color: #828282;
}


.splite-line{
    margin-top: 73px;
    height: 1px;
    background-color: #eaeaea;
}



.dz-block1{
    height: 442px;
    padding-top: 80px;
    background: #fff url(../images/dzb1-bg.png) no-repeat center bottom;
}
.dzb-text{
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #828282;
    margin-top: 34px;
}


.dz-block2{
    padding: 80px 0;
    background: url(../images/dzb2-bg.jpg) no-repeat center top;
    height: 528px;
    overflow: hidden;
}

.dz-block2 .cTit,.dz-block2 .dzb-text{
    color: #fff;
}

.dzb2-flew{
    margin-top: 52px;
    margin-bottom: 80px;
    background: url(../images/dzb2-flew.png) no-repeat center top;
}
.dzb2-flew li{
    width: 200px;
    height: 130px;
    margin-left: 50px;
    text-align: center;
    padding-top: 76px;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    float: left;
}
.dzb2-flew li:first-child{
    margin-left: 0;
}

.cont-tip{
    width: 1100px;
    margin: auto;
    height: 50px;
    padding: 32px 50px;
}
.cont-tip .tit{
    float: left;
    padding-left: 70px;
    font-size: 24px;
    line-height: 50px;
}

.contip-btn{
    float: right;
    font-size: 0;
}
.contip-btn .btn-ff:hover{
    background-color: #6da6ff;
    color: #fff;
}
.cont-tip a{
    display: inline-block;
    width: 230px;
    height: 50px;
    border-radius: 3px;
    text-align: center;
    line-height: 50px;
    margin-left: 15px;
    transition: 0.3s;
    font-size: 16px;
}
.btn-f0{
    background-color: #f0f0f0;
    color: #143d7d;
}
.btn-f0:hover{
    background-color: #1e3d80;
    color: #fff;
}
.btn-f0:first-child{
    margin-left: 0;
}
.btn-ff{
    background-color: #fff;
    color: #143d7d;
}
.btn-ff:hover{
    background-color: #6da6ff;
    color: #fff;
}
.btn-ff:first-child{
    margin-left: 0;
}

.cont-tip-white{
    background-color: #fff;
}
.cont-tip-white .tit{
    background: url(../images/fj-blue.png) no-repeat 0 center;
}
.cont-tip-blue{
    background-color: #143d7d;
}
.cont-tip-blue .tit{
    color: #fff;
    background: url(../images/fj-white.png) no-repeat 0 center;
}

.dz-block3{
    padding: 80px 0;
    background: #fff url(../images/dzb3-bg.png) no-repeat center 6px;
    height: 522px;
}
.dz-block3 .cont-tip{
    margin-top: 298px;
}

.dz-block4{
    padding: 80px 0;
    background: #fff url(../images/dzb4-bg.jpg) no-repeat center top;
    height: 550px;
}
.dz-block4 .cont-tip{
    margin-top: 328px;
}


.ab-tit{
    font-size: 20px;
    line-height: 22px;
    color: #222;
    font-weight: bold;
}
.ab-text{
    font-size: 14px;
    line-height: 24px;
    margin-top: 23px;
    color: #828282;
}
.ab-whoUs .ab-tit,.ab-whoUs .ab-text{
    color: #fff;
    Width:492px
}
.ab-whoUs .ab-text {
    width: 492px;
}



.cont-block1{
    padding: 100px 0;
    background-color: #f6f6f6;
}
.cont-block1 .inForm .form-left{
    width: 700px;
    height: 598px;
    padding-left: 0;
}
.cont-block1 .inForm .form-right{
    width: 500px;
    height: 598px;
    background: url(../images/cont-bg.png) no-repeat center top;
}
.cont-block1 .inform-main{
    padding-top: 55px;
    padding-left: 60px;
    width: 620px;
    padding-right: 0;
}


.cont-block1 .form-right{
    background-position: center center;
}
.cont-block1  .form-right .inform-main{
    width: 100%;
}














.xx-main .wsc-bread a, .xx-main .wsc-bread span, .xx-main .wsc-bread strong{
    color: #999;
}
.xx-main .wsc-bread em, .xx-main .wsc-bread h1 {
    color: #222;
}
.xx-main .wsc-bread {
    position: inherit;
}
.xx-main {
    background: #f5f5f5;
}
.leTy-top {
    width: 100%;
    background: url("../images/xx-bgm.jpg") no-repeat center bottom;
}
.leTy-title {
    font-size: 30px;
    color: #222;
    font-weight: bold;
    text-align: center;
    padding-top: 60px;
}
.leTy-tex {
    font-size: 16px;
    color: #828282;
    line-height: 26px;
    margin-top: 30px;
}
.leTy-cls {
    width: 590px;
    height: 520px;
    float: left;
    text-align: center;
    color: #fff;
}
.leTy-main .yz1 {
    background: url("../images/rf1.jpg") no-repeat center;
}
.leTy-main .yz2 {
    background: url("../images/rf2.jpg") no-repeat center;
    margin-left: 20px;
}
.leTy-tit {
    font-size: 24px;
    line-height: 34px;
    padding-top: 100px;
}
.leTy-cont li {
    font-size: 16px;
    line-height: 26px;
    padding: 15px 0;
    width: 420px;
    background:rgba(29,59,127,0.8);
    border: 1px solid #668cdc;
    border-radius: 50px;
    margin: 28px auto 0;
}
.leTy-hd {
    font-size: 20px;
    color: #222;
    margin-top: 40px;
}
.leTy-main {
    margin-top: 30px;
    padding-bottom: 80px;
}
.model {
    padding-top: 76px;
}
.model-title {
    font-size: 30px;
    color: #222;
    font-weight: bold;
    text-align: center;
}
.model-head {
    height: 98px;
    border: 1px solid #dee2e9;
    background: #f2f4f8;
    margin-top: 36px;
}
.modelHead-left {
    float: left;
    line-height: 98px;
    font-size: 20px;
    color: #222;
    margin-left: 40px;
    font-weight: bold;
    width: 739px;
}
.modelHead-left a {
    display: inline-block;
    font-size: 16px;
    color: #828282;
    background: #fff;
    height: 30px;
    padding: 0 27px;
    line-height: 32px;
    margin-left: 14px;
    border-radius: 4px;
    border: 1px solid #fff;
}
.modelHead-left a:first-child {
    margin-left: 38px;
}
.modelHead-left a:hover {
    background: #e2e7f1;
    color: #1e3d80;
    border: 1px solid #ced7ea;
}
.modelHead-left .active {
    background: #e2e7f1;
    color: #1e3d80;
    border: 1px solid #ced7ea;
}
.modelHead-right {
    float: left;
    width: 418px;
    line-height: 98px;
    font-size: 20px;
    color: #222;
    font-weight: bold;
    text-indent: 40px;
    border-left: 1px solid #dee2e9;
}
.model-pro {
    width: 779px;
    border-right: 1px solid #dee2e9;
    float: left;
    padding-top: 15px;
    padding-bottom: 40px;
}
.modelPro-box {
    width: 720px;
    margin: 5px auto 0;
    background: #f6f6f6;
    padding: 5px;
    position: relative;
}
.modelPro-img {
    width: 120px;
    height: 90px;
    float: left;
    text-align: center;
}
.modelPro-img img {
    max-width: 100%;
    max-height: 100%;
}
.modelPro-cont {
    float: left;
    margin-left: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #222;
    margin-top: 10px;
}
.addProduct {
    width: 176px;
    height: 34px;
    background: #fff;
    border: 1px solid #cad1e0;
    border-radius: 4px;
    font-size: 16px;
    color: #1e3d80;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}
.addProduct:hover {
    background: #3358a8;
    color: #fff;
}

 .addDisabled{
     color: #c1c1c1;
     background-color: #eaeaea;
 }
 .addDisabled:hover{
    color: #c1c1c1;
    background-color: #eaeaea;
}
.model-all {
    height: 630px;
}
.model-all {   
    overflow-y: scroll;
}
.model-sel {
    width: 418px;
    float: left;
}
.modelSel-box {
    background: #f6f6f6;
    width: 320px;
    margin-left: 20px;
    padding: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #828282;
    margin-top: 5px;
}
.modelSel-box input {
    background: #f6f6f6;
    border-bottom: 1px solid #999999;
    width: 50px;
    font-size: 14px;
    color: #1e3d80;
    text-indent: 5px;
}
.modelSel-box {
    position: relative;
}
.deleteProduct {
    position: absolute;
    width: 74px;
    height: 34px;
    background: #fff;
    text-align: center;
    line-height: 34px;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    font-size: 14px;
    color: #999;
    cursor: pointer;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    transition: 0.3s;
}
.deleteProduct:hover{
    background-color: #1e3d80;
    color: #fff;
}
.modelSel-count a {
    width: 280px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    background: #1e3d80;
    margin: 30px auto 0;
}
.model-relts {
    margin-top: 15px;
}
.model-main {
    border: 1px solid #dee2e9;
    border-top: none;
}
.model-rem {
    height: 98px;
    background: #f2f4f8;
    line-height: 98px;
    font-size: 20px;
    color: #222;
    font-weight: bold;
    text-indent: 40px;
    border: 1px solid #dee2e9;
    border-top: none;
}
.choiceContainer {
    font-size: 18px;
    color: #828282;
}
.choiceContainer input {
    position: relative;
    top: -3px;
    margin-left: 20px;
}
.computeInfo {
    font-size: 18px;
    color: #828282;
}
.computeInfo input {
    width: 100px;
    font-size: 18px;
    color: #222;
    text-align: center;
    border-bottom: 1px solid #999999;
}
.computeInfo label {
    margin-left: 60px;
}
.computeInfo label:first-child {
    margin-left: 0;
}
.modelRem {
    padding: 40px;
    border: 1px solid #cad1e0;
    border-top: none;
}
.computeInfo {
    margin-top: 30px;
}
.modelRem .wsc-form{
    width: 520px;
}
.modelRem .form-btn button {
    width: 320px!important;
    cursor: pointer;
}
.modelRem-tet {
    font-size: 18px;
    color: #828282;
    margin-top: 28px;
}
.modelIco-cls {
    width: 590px;
    height: 224px;
    float: left;
    text-align: center;
}
.fc1 {
    background: url("../images/fc1.jpg") no-repeat center top;
}
.fc2 {
    background: url("../images/fc2.jpg") no-repeat center top;
    background-size: cover;
    margin-left: 20px;
}
.modelIco-tit {
    font-size: 24px;
    color: #695c56;
    font-weight: bold;
    line-height: 1;
    margin-top: 40px;
}
.modelIco-tex {
    color: #695c56;
    font-size: 14px;
    line-height: 24px;
    margin-top: 12px;
    height: 48px;
}
.modelIco-post a {
    display: block;
    width: 258px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 18px;
    color: #695c56;
    font-weight: bold;
    border: 1px solid #695c56;
    border-radius: 50px;
    margin: 20px auto 0;
    transition: 0.3s;
}
.modelIco-post a:hover{
    background-color: #695c56;
    color: #fff;
}
.model-ico {
    margin-top: 60px;
    padding-bottom: 80px;
}
.sevDom {
    width: 100%;
    height: 945px;
    background: url("../images/fwdoom.jpg") no-repeat center top;
}
.sevDom-tit {
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    padding-top: 78px;
}
.sevDom-cls {
    width: 590px;
    float: left;
    margin-left: 20px;
}
.sevDom-cls:first-child {
    margin-left: 0;
}
.sevDom-head {
    height: 80px;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 80px;
    background: #1e3d80;
}
.sevDom-cont {
    background: #fff;
}
.sevDom-box {
    padding: 28px 0;
    width: 530px;
    margin: 0 auto;
    border-top: 1px dashed #afafaf;
}
.sevDom-box:first-child {
    border: none;
}
.sevDom-title {
    font-size: 16px;
    color: #555;
    line-height: 28px;
}
.sevDom-but {
    margin-top: 14px;
}
.sevDom-but a {
    width: 160px;
    height: 30px;
    display: block;
    line-height: 30px;
    font-size: 14px;
    color: #999;
    border-radius: 4px;
    text-indent: 40px;
    background: #f6f6f6 url("../images/xzbz.png") no-repeat 20px center;
    transition: 0.3s;
}
.sevDom-but a:hover{
    background: #1e3d80 url("../images/xzbzh.png") no-repeat 20px center;
    color: #fff;
}
.sevDom-main {
    margin-top: 40px;
}
.sevXz-box {
    width: 285px;
    height: 250px;
    float: left;
    background: #f6f6f6;
    text-align: center;
    margin-left: 20px;
}
.sevXz-box:first-child {
    margin-left: 0;
}
.sevXz-head {
    margin-top: 30px;
}
.sevXz-tit {
    font-size: 18px;
    color: #222;
    line-height: 1;
    margin-top: 18px;
}
.sevXz-tex {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #828282;
    margin-top: 20px;
}
.sevXz-title {
    font-size: 30px;
    color: #222;
    font-weight: bold;
    text-align: center;
    padding-top: 80px;
}
.sevXz-intro {
    font-size: 16px;
    color: #828282;
    line-height: 1;
    text-align: center;
    margin-top: 20px;
}
.sevXz-main {
    margin-top: 40px;
}
.sev-xz {
    padding-bottom: 100px;
}
.jscroll-h {
    left: 6px!important;
    width: 10px!important;
}
.model-relts {
    height: 630px;
}
.mixed {
    width: 100%;
    background: #f6f6f6;
    padding: 60px 0;
}
.mixed-tle {
    text-align: center;
    font-size: 30px;
    line-height: 1;
    color: #222;
    font-weight: bold;
}
.mixed-tex {
    color: #828282;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    margin-top: 30px;
}
.mixed-bot {
    font-size: 0;
    text-align: center;
    margin-top: 32px;
}
.mixed-bot a {
    font-size: 16px;
    color: #143d7d;
    display: inline-block;
    height: 50px;
    text-align: center;
    padding: 0 40px;
    border: 1px solid #1e3d80;
    border-radius: 4px;
    line-height: 50px;
    margin: 0 7px;
}
.mixed-bot a:hover{
    background: #143d7d;
    color: #fff;
}
.cent {
    width: 100%;
    height: 716px;
    background: url("../images/juanren.jpg") no-repeat center top;
}
.cent-left {
    width: 600px;
    float: left;
}
.cent-tit {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    padding-top: 80px;
}
.cent-intro {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    width: 550px;
    margin-top: 40px;
}
.cent-right {
    width: 520px;
    float: left;
    margin-left: 80px;
}
.centR-tle {
    font-size: 30px;
    color: #222;
    font-weight: bold;
    line-height: 1;
    padding-top: 60px;
}
.centR-tex {
    font-size: 14px;
    line-height: 24px;
    color: #555;
    margin-top: 35px;
}
.cent-right button {
    width: 180px!important;
    cursor: pointer;
}
.become {
    width: 100%;
    height: 350px;
    background: url("../images/caijbl.jpg") no-repeat center top;
}




.about{
    padding: 100px 0 80px;
}

.ab-left,.ab-right{
    width: 50%;
    float: left;
    box-sizing: border-box;
}
.ab-main{
    border: 1px solid #eaeaea;
    border-top: 0;
}
.ab-info{
    padding: 80px 70px 0 60px;
}
.ab-item1 .ab-right{
    border-left: 1px solid #eaeaea;
    padding-top: 60px;
}




.dialog{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.5);
    z-index: 99;
    display: none;
}
.diaInner{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #fff;
    border-radius: 10px;
    z-index: 101;
    margin: auto;
    width: 980px;
    height: 542px;
    display: none;
}
.diaHead{
    height: 90px;
    padding-top: 30px;
    text-align: center;
    border-bottom: 2px solid #f5f7fa;
}
.diaHead .tit{
    font-size: 26px;
    color: #333;
}
.diaForm{
    width: 560px;
    margin: auto;
    padding-top: 23px;
}

.dia-tiptext{
    font-size: 16px;
    line-height: 26px;
}

.diaClose {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2) url(../images/diaclose.png) no-repeat center center;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 110;
    transition: 0.3s;
}

.diaClose:hover{
    background: #1e3d80 url(../images/diaclose.png) no-repeat center center;
}


.index-block2-copy .inpro-left {
    background: url(../images/inblock2-copy.png) no-repeat center top;
}
.index-block2-copy .inpro-main {
    float: left;
    padding-left: 10.5%;
}
.index-block2-copy .inpro-list .icon1 {
    background: url(../images/inet1.png) no-repeat center center;
}
.index-block2-copy .inpro-list .icon2 {
    background: url(../images/inet2.png) no-repeat center center;
}







a{
color: inherit;
 text-decoration: none;
 }
 .index-block4 {
 height: 380px;
 overflow: hidden;
 padding-top: 80px;
 background: url(../images/block4-bg.png) no-repeat center top;
 }

 .block4-main {
 max-width: 1600px;
 margin: auto;
 }

.block4-mainCon {
 width: 960px;
 }

.block4Tit {
font-size: 58px;
 font-family: Big John;
font-weight: 400;
color: #222222;
 line-height: 60px;
}

 .block4-text {
font-size: 20px;
font-family: Poppins;
font-weight: 400;
 color: #515151;
line-height: 30px;
margin-top: 24px;
}

 .btn1 {
 width: 220px;
height: 60px;
 margin-top: 58px;
 text-align: center;
line-height: 60px;
font-size: 22px;
font-family: Helvetica Neue;
font-weight: 400;
color: #FF592D;
 background: url("../images/btn1.png") no-repeat center 100%;
 }

 .btn-gtri1:hover {
background-color: #FF592D;
color: #fff;
}

.form-style1 .form-btn .btn-sub {
 width: 100%;
 height: 50px;
 background-color: rgb(255,89,45);
 border-radius: 3px;
 color: #f5f5f5;
 line-height: 50px;
 font-size: 16px;
 border: 0;
 transition: 0.3s;
}
.form-style1 .form-btn .btn-sub:hover{
 background-color: rgba(255,89,45,0.88);
}





.proh-block4 .item1 {
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding: 14px;
 background: #fff;
}

.proh-block4 .item1 span {
    width: 104px;
}


li{
    list-style: none;
  }
  a{
    text-decoration: none;
  }
.proh-block5 {
  padding: 100px 0;
  background-color: #fff;
}
.container {
  width: 1430px;
  margin: auto;
}
.clearfix, .clf {
  zoom: 1;
}
.proh-type {
  height: 500px;
  overflow: hidden;
}
.proh-block5 .proh-type-img {
  float: left;
}
.proh-type-img {
  width: 716px;
  height: 500px;
  overflow: hidden;
}

.proh-block5 .proh-type-main {
  float: right;
  background: #F96F32;
}
.proh-block5 li{
    width: 50% !important;
}

.proh-block5 .tit, .proh-block5 .text {
  color: #fff;
}
.proh-type-main .tit {
  font-size: 40px;
  line-height: 50px;
  color: #222;
  font-weight: bold;
}
.proh-type-main .tits {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  font-weight: bold;
}
.proh-block5 .tit, .proh-block5 .text {
  color: #fff;
}
.proh-type-main .text {
  font-size: 14px;
  line-height: 24px;
  margin-top: 28px;
  word-break: break-all;
}
.btn-wtri {
  display: inline-block;
  box-sizing: border-box;
  width: 200px;
  border: 1px solid rgba(234,234,234,0.2);
  height: 50px;
  text-align: center;
  font-size: 16px;
  transition: 0.3s;
}
.proh-type-main .btn {
  margin-top: 45px;
}
.btn {
  transition: 0.3s;
}
.btn-wtri a {
  width: 200px;
  display: inline-block;
  color: #fff;
  line-height: 50px;
  margin: -1px 0 0 -1px;
}
.proh-class {
  margin-top: 10px;
}
.proh-class ul {
  margin: 0 -5px;
  padding-inline-start: 0;
}
.proh-class li {
  float: left;
  width:20%;
  box-sizing: border-box;
  padding: 0 5px;
}
.proh-class li a {
  display: block;
  height: 180px;
  font-size: 18px;
  line-height: 28px;
  color: #222;
  background-color: #f6f6f6;
  transition: 0.3s;text-align:center;
}
.proh-block5 .item1 i {
  width: 150px;
  height: 150px;
  display: block;
  background: url(../images/proh-tc-1-1.png) no-repeat center center;
}
.proh-block5 .item2 i{
  width: 150px;
  height: 150px;
  display: block;
  background: url(../images/proh-tc-2-1.png) no-repeat center center;
}
.proh-block5 .item1,.proh-block5 .item2{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.clearfix:after, .clf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: '.';
  clear: both;
  height: 0;
}

.proh-block4 .item1,.proh-block4 .item2,.proh-block4 .item3,.proh-block4 .item4{
background:#fff;
display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px;
}

 .prolist-head{
    Width:1200px;
    Height:300px;
    display: flex;
    align-items: center;
}
.plhead-tc{
 background: url(../images/prol-tchead1.png) no-repeat center top;
 width: 560px;
 height: 168px;
 margin-left: 32px;
}
.prolist-head .tit,.prolist-head .tit span,.prolist-head .text{
    color: #FFFFFF;
} 


.sn-tit a:hover{
    color:#333333;
}



.ba-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 460px;
  }
  .ba-text {
    font-size: 22px;
    font-family: Poppins;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 22px;
    text-shadow: 0px 0px 21px rgba(74, 135, 207, 0.66);
    text-align: center;
  }

a:hover,a:hover p{
    color:#F96F32;
}

.pd-btn .btn-blue img{
    margin-right:16px;
}

.hn-item li a:hover{
    color:#F96F32;
}
.wsc-edit{font-size:16px;color:#555}
.wsc-edit ul{margin-bottom:20px;}
.wsc-edit ul li{line-height:35px;list-style:circle}



.p404-tit {
    padding-top: 90px;
    font-size: 40px;
    line-height: 46px;
    text-align: center;
    font-weight: bold;
}

.p404-text {
    font-size: 20px;
    font-family: Poppins;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 22px;
    text-shadow: 0px 0px 21px rgba(74, 135, 207, 0.66);
    text-align: center;
	line-height:35px;
}
.p404-text a{color:#FFf;font-weight:700;margin-left:15px;font-size:24px;text-decoration:underline}