
.index-product{
    background-color: #fff;
    padding: 40px 0 60px;
    overflow: hidden;
}




.inpro-tabnav .item{
    display: block;
    font-size: 0;
    text-align: center;
    height: 72px;
    background-color: #555555;
    transition: 0.3s;
}
.inpro-tabnav .row{
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 0;
    margin-top: -20px;
}
.inpro-tabnav li{
    margin-top: 20px;
    padding: 0 10px !important;
}
.inpro-tabnav li i{
    display: inline-block;
    height: 72px;
    vertical-align: middle;
}
.inpro-tabnav li .tit{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
}
.inpro-tabnav .item:hover,.inpro-tabnav .active .item{
    background-color: #353c93;
}
.inpro-tabnav .icon1{
    width: 44px;
    background: url(../images/inpro-icon1.png) no-repeat 0 center;
}
.inpro-tabnav .icon2{
    width: 55px;
    background: url(../images/inpro-icon2.png) no-repeat 0 center;
}
.inpro-tabnav .icon3{
    width: 56px;
    background: url(../images/inpro-icon3.png) no-repeat 0 center;
}
.inpro-tabnav .icon4{
    width: 40px;
    background: url(../images/inpro-icon4.png) no-repeat 0 center;
}

@media screen and (max-width:996px){
    .inpro-tabnav{
        width: 100%;
        height: 72px;
    }
    .inpro-tabscroll{
        overflow-x: scroll;
        position: relative;
        height: 100%;
    }
    .inpro-tabscroll::-webkit-scrollbar{
        display: none;
    }
    .inpro-tabnav ul{
        font-size: 0;
        white-space: nowrap;
        position: absolute;
    }
    .inpro-tabnav li{
        display: inline-block;
        height: 72px;
        vertical-align: top;
        width: 305px;
        float: unset;
    }
}

.inpro-tabcont{
    padding-top: 10px;
}
.inpro-tabcont .col-lg-4{
    padding-left: 5px;
    padding-right: 5px;
}

.inpro-tabcont .col-lg-8{
    padding-left: 0;
    padding-right: 0;
}
.inpro-tabcont .row{
    margin-left: -5px;
    margin-right: -5px;
}
.inpro-tabitem{
    display: none;
}
.inpro-tabitem.active{
    display: block;
}
.inpro-item{
    position: relative;
    margin-top: 10px;
    overflow: hidden;
}
.inpro-bigitem{
    overflow: hidden;
}
.inpro-img{
    width: 100%;
}
.inpro-img img{
    width: 100%;
}
.inpro-info{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    height: 58px;
    background: url(../images/inpro-titbg.png) repeat-x center bottom;
}
.inrpo-tit{
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 20px;
}
.inpro-bigitem .inpro-info{
    height: 95px;
    background: url(../images/inpro-titbg2.png) repeat-x center bottom;
}
.inpro-bigitem .inrpo-tit{
    font-size: 22px;
    font-weight: bold;
    margin-top: 50px;
}
.inrpo-tit a{
    color: #fff;
}
.inpro-attr{
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
    color: #999;
    height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inpro-attr em{
    font-weight: bold;
    color: #333;
}

.inpro-zh{
    height: 140px;
    margin-top: 60px;
    box-sizing: border-box;
    padding: 30px 60px;
    background: url(../images/inpro-zhbg1.jpg) no-repeat left center;
    position: relative;
}
.inpro-zhtit{
    text-align: center;
    font-size: 26px;
    line-height: 32px;
    color: #fff;
    margin: auto;
}
.inpro-zhtit .tit{
    font-size: 20px;
    margin-bottom: 10px;
}
.inpro-zhbtn{
    position: absolute;
    top: 45px;
    right: 60px;
    width: 180px;
    height: 50px;
}
.inpro-zhbtn a{
    display: inline-block;
    width: 181px;
	height: 50px;
	background-color: #f09402;
    border-radius: 2px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    transition: 0.3s;
}
.inpro-zhbtn a:hover{
    background-color: #cd6f00;
}
@media screen and (max-width:1175px){
    .inpro-zhtit{
        text-align: left;
        margin-left: 230px;
    }
    .inpro-zhtit .tit{
        font-size: 14px;
    }
    .inpro-zhtit .text{
        font-size: 18px;
    }
    .inpro-zh {
        padding: 30px;
    }    
}
@media screen and (max-width:992px){
    .inpro-zh{
        height: 200px;
        background: url(../images/inpro-zhbg2.jpg) no-repeat center top;
        background-size: cover;
        
    }
    .inpro-zhtit{
        text-align: center;
        margin: auto;        
    }
    .inpro-zhtit .tit{
        font-size: 16px;
    }
    .inpro-zhtit .text{
        font-size: 20px;
    }
    .inpro-zhbtn{
        position: unset;
        text-align: center;
        width: unset;
        margin-top: 20px;
    }
}
@media screen and (max-width:768px){
    .inpro-zhtit .tit{
        font-size: 12px;
    }
    .inpro-zhtit .text{
        font-size: 16px;
    }
}
@media screen and (max-width:493px){
    .inpro-zh{
        height: 240px;
    }
}

.index-apply{
    padding: 0 0 60px;
}

.inapp-tit{
    text-align: center;
    line-height: 40px;
    font-size: 36px;
    color: #333;
    font-weight: bold;
}
.inapp-text{
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
    color: #666;
}
.inapp-main{
    margin-top: 20px;
    overflow: hidden;
}
.inapp-box{
    margin-left: -5px;
    margin-right: -5px;
}
.inapp-main .item-box{
    float: left;
    width: 20%;
    box-sizing: border-box;
    padding-left: 5px;
    padding-right: 5px;
}
.inapp-item {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}
.inapp-img img{
    width: 100%;
}
.inpro-tit{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    font-size: 0;
    transition: 0.3s;
    padding: 0 10px;
}
.inpro-tit a{
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    width: 100%;
    color: #fff;
}
.inpro-tit span{
    display: inline-block;
    height: 100%;
    width: 1px;
    margin-left: -1px;
    vertical-align: middle;
}

@media screen and (max-width:992px){
    /* .container{
        padding-left: 30px !important;
        padding-right: 30px !important;
    } */
    .inapp-main .item-box{
        width: 50%;
        padding-left: 7px;
        padding-right: 7px;
        margin-top: 15px;
    }
    .inapp-box{
        margin-left: -7px;
        margin-right: -7px;
        margin-top: -15px;
    }
    .inpro-tit a{
        font-size: 28px;
        line-height: 30px;
    }
}

@media screen and (max-width:992px){
    .inapp-box{
        margin-left: -7px;
        margin-right: -7px;
        margin-top: -15px;
    }
    .inpro-tit a{
        font-size: 20px;
        line-height: 30px;
    }
}
@media screen and (max-width:1280px) and (min-width:992px){
    .index-product .container{
        /* width: 970px; */
    }
}


.inapp-btn{
    margin-top: 40px;
    font-size: 0;
    text-align: center;
}
.inapp-btn a{
    display: inline-block;
    width: 180px;
	height: 50px;
    border-radius: 2px;
    box-sizing: border-box;
    line-height: 50px;
    margin: 0 25px;
    transition: 0.3s;
    font-size: 18px;
    vertical-align: top;
}
.btn-more{
    border: 1px solid #353c93;
    color: #353c93;
}
.btn-more span{
    display: inline-block;
    padding-right: 36px;
    background: url(../images/more-arr.png) no-repeat right center;
}
.btn-online{
    background-color: #f09402;
    color: #fff;
}
.btn-online:hover{
    background-color: #cd6f00;
}
.btn-more:hover{
    background-color: #353C93;
    color: #fff;
}
.btn-more:hover span{
    background: url(../images/bannbiaoz.png) no-repeat right center;
}

@media screen and (max-width:992px){
    .inapp-btn a{
        width: 330px;
        height: 50px;
        font-size: 18px;
        line-height: 50px;
        margin: 0;
    }
}
@media screen and (max-width:768px){
    .inapp-btn a{
        margin: 0;
    }
}



.inab-num{
    background: url("../images/shujuban.jpg") no-repeat center top;
    background-size: cover;
}
.inab-num .row{
    margin: 0 !important;
}
.inab-num .item{
    background: url(../images/inacout-line.png) no-repeat 0 center;
    height: 177px;
    text-align: center;
    color: #fff;
}
.inab-num li:first-child .item{
    background: none;
}
.inab-num .item-dt{
    font-size: 20px;
    line-height: 24px;
    padding-top: 38px;
}
.inab-num .item-dd{
    font-size: 20px;
    line-height: 24px;
    margin-top: 25px;
}
.inab-num .item-dd strong{
    font-size: 58px;
    line-height: 60px;
    font-weight: bold;
    margin: 0 10px;
}

@media screen and (max-width: 992px){
    .inab-num li:nth-child(3) .item{
        background: none;
    }
}
@media screen and (max-width: 768px){
    .inab-num .item{
        height: 150px;
    }
    .inab-num .item-dt{
        font-size: 12px;
        padding-top: 20px;
    }
    .inab-num .item-dd{
        font-size: 12px;
        line-height: 48px;
        margin-top: 15px;
    }
    .inab-num .item-dd strong{
        font-size: 30px;
    }
}

.u-paging{margin-top: 50px;}
    .paging-inner{height: 36px;margin: 0 auto;text-align: center;font-size: 14px;}
    .paging-inner a {margin:0 5px;height: 34px;line-height: 34px;width: 36px;color: #666;border: 1px solid #cecece;transition: 0.3s;}
    .paging-inner .current,.paging-inner a:hover{background-color: #353c93;color: #fff;border-color: #353c93;}
    .paging-inner span,.paging-inner a{display: inline-block;vertical-align: top;text-align: center;color: #666;line-height: 34px;}

    .page-ellipsis {width: 36px;}
    .paging-inner .prev{background:#fff url(../images/pagePrev.png) no-repeat center center;}
   	.paging-inner .next{background:#fff url(../images/pageNext.png) no-repeat center center;}
    .paging-inner .prev:hover{background:#353c93 url(../images/pagePrev_hover.png) no-repeat center center;}
    .paging-inner .next:hover{background:#353c93 url(../images/pageNext_hover.png) no-repeat center center;}


.list-products{
    padding: 40px 0 60px;
}
.pro-class{    
    height: 60px;
}
.pro-class .row{
    margin: 0;
}
.pro-class li{
    padding: 0;
}
.pro-class .item{
    display: block;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #666;
    transition: 0.3s;
    background: #f5f5f5 url(../images/pro-claline.png) no-repeat 0 center;
}
.pro-class .item:hover,.pro-class .active .item{
    background: #353c93;
    color: #fff;
    font-weight: bold;
}

.proList{
    padding-top: 20px;
}
.wsc-list-products .list-item{
    margin-top: 20px;
}
.wsc-list-products .list-img img{
    width: 100%;
}
.wsc-list-products .list-info{
    padding: 20px;
    background-color: #f5f5f5;
}
.wsc-list-products .list-tit{
    font-size: 16px;
    color: #333;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.wsc-list-products .list-btn{
    margin-top: 17px;
    font-size: 0;
    text-align: center;
}
.wsc-list-products .list-btn a{
    width: 100%;
    height: 30px;
    display: inline-block;
    border-radius: 15px;
    vertical-align: top;
    text-align: center;
    line-height: 30px;
    transition: 0.3s;
    font-size: 14px;
}
.btn-white{
    background-color: #fff;
    color: #353c93;
}
.btn-white:hover{
    background-color: #353c93;
    color: #fff;
}
.wsc-list-products .col-lg-3,.wsc-list-products .col-md-3,.wsc-list-products .col-sm-6,.wsc-list-products .col-xs-6{
    padding-left: 10px;
    padding-right: 10px;
}
.wsc-list-products > .row{
    margin-left: -10px;
    margin-right: -10px;
}
.wsc-list-products .list-btn .col-lg-6,.wsc-list-products .list-btn .col-md-6,.wsc-list-products .list-btn .col-sm-6{
    padding-left: 7px;
    padding-right: 7px;
}
.wsc-list-products  .list-btn .row{
    margin-left: -7px;
    margin-right: -7px;
}
@media screen and (max-width: 768px){
    .wsc-list-products .list-btn .btn-white{
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 992px){
    .pro-class li .item{
        background-image: none;
        margin-top: 10px;
    }
    .pro-class li{
        padding-left: 5px;
        padding-right: 5px;
    }
    .pro-class .row{
        margin-left: -5px;
        margin-right: -5px;
    }
}

.foot-public{
    padding: 60px 0;
    background-color: #f5f5f5;
}
.ftpub-tip{
    height: 140px;
    background: url(../images/bttip-leftbg.jpg) no-repeat 0 center;
    padding-left: 265px;
}
.ftpub-tip .bg-box{
    padding-left: 87px;
    margin-left: -42px;
    background: url(../images/bttip-rightbg.png) no-repeat 0 0;
    height: 140px;
    padding-right: 340px;
}
.ftpub-tiptext{
    float: left;
    width: 100%;
    font-size: 0;
    height: 100%;
}
.ftpub-tiptext p{
    display: inline-block;
    vertical-align: middle;
    line-height: 34px;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}
.ftpub-tiptext span{
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 1px;
    margin-left: -1px;
}
.ftpub-tipbtn{
    float: right;
    width: 261px;
    margin-top: 45px;
    margin-right: -281px;
}
.ftpub-tipbtn a{
    display: block;
    width: 260px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 2px;
    background-color: #f09402;
    color: #fff;
    font-size: 18px;
    transition: 0.3s;
}



.pdHead{
    padding: 60px 0;
    background-color: #fff;
}
.pd-img{
    position: relative;
}
.pd-img img{
    display: block;
    margin: auto;
}
.pd-img .carousel-indicators{
    position: absolute;
    left: 0;
    right: 0;
    width: 98px;
    height: 23px;
    border-radius: 11px;
    bottom: 20px;
    margin: auto;
    background: rgba(245, 245, 245, 0.5);
    text-align: center;
}
.pd-img .carousel-indicators li{
    width: 10px;
	height: 10px;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 5px;
    vertical-align: middle;
    border: 0;
}
.pd-img .carousel-indicators .active{
    background-color: #f09402;
}

.pd-tit{
    font-size: 32px;
    line-height: 42px;
    color: #333;
    font-weight: bold;
}
.pd-intro{
    margin-top: 30px;
    padding: 30px 30px 50px;
    background-color: #f7f7f7;
    border-top: solid 1px #f0f0f0;
    font-size: 16px;
    line-height: 26px;
    color: #666;
}
.pd-introdt{
    color: #999;
    font-size: 14px;
}
.pd-line{
    width: 100%;
    height: 1px;
    background-color: #f0f0f0;
    margin: 30px 0;
}
.pd-btn{
    margin-top: 40px;
    font-size: 0;
}
.pd-btn a{
    display: inline-block;
    width: 200px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    border-radius: 2px;
    font-size: 18px;
    vertical-align: top;
}
.pd-btn a:first-child{
    margin-right: 50px;
}
.pd-btn a:hover{
    color: #fff;
}

@media screen and (min-width: 996px) and (max-width: 1020px){
    .pd-btn a{
        /* padding: 0 30px; */
    }
}
@media screen and (max-width: 768px){
    .pd-btn{
        text-align: center;
    }
    .pd-btn a{
       margin: 10px auto 0;
       display: block;

    }
    .pd-btn a:first-child {
        margin: auto;
    }
}
@media screen and (max-width: 996px){
    .pd-info{
       margin-top: 30px;
    }
}

.pdMain{
    padding: 1px 0 60px;
    background-color: #f5f5f5;
}
.pdMain .row {
    margin-top: 40px;
}

.pd-box{
    background-color: #fff;
}




.pdTab-box{
    height: 60px;
}
.pdTab{
    width: 100%;
    height: 60px;
}
.pdtab-scroll{
    overflow-x: scroll;
    position: relative;
    height: 100%;
    width: 100%;
}
.pdtab-scroll::-webkit-scrollbar{
    display: none;
}
.pdTab ul{
    width: 100%;
    font-size: 0;
    white-space: nowrap;
    position: absolute;
    background-color: #eee;
}
.pdTab li{
    display: inline-block;
    height: 52px;
    vertical-align: top;
    line-height: 44px;
    width: 16.66%;
    transition: 0.3s;
    border-top: 8px solid #eee;
    text-align: center;
    background-color: #eee;
}
.pdTab li a{
    font-size: 16px;
    color: #666;
    transition: 0.3s;
}
.pdTab .active,.pdTab li:hover{
    background-color: #fff;
    border-color: #353c93;
}
.pdTab .active a,.pdTab li:hover a{
    color: #353c93;
}
.pd-main-edit{
    padding: 40px;
    background-color: #fff;
}
.pdCont{
    margin-top: 30px;
    border-top: 1px solid #f0f0f0;
    padding-top: 30px;
}
.pdCont:first-child{
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}
.pdCont .sec-tit{
    font-size: 24px;
    line-height: 34px;
    color: #333;
    font-weight: bold;
    padding-left: 13px;
    background: url(../images/pdsec-titbg.png) no-repeat 0 center;
}
.pdedit-block{
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #333;
}


.pdTab-box {
    margin: 0 auto;
    position: relative;
}
.pro-fixed {
    position: fixed;
    top: 0;
    z-index: 999;
}
.pro-end {
    position: absolute;bottom: 0;
}

.pdfac-left{
    float: left;
    font-size: 0;
}
.pdfac-right{
    float: right;
    font-size: 0;
}
.pdfacitem .row{
    margin: 0;
}

.pdfacitem .col-lg-6,.pdfacitem .col-md-6,.pdfacitem .col-sm-12,.pdfacitem .col-xs-12{
    padding: 0;
}
.pdfacitem{
    background-color: #f5f5f5;
}
.pdfac-img{
    overflow: hidden;
}
.pdfac-img img{
    width: 100%;
}
.pdfac-info{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    line-height: 28px;
    color: #999;
    padding: 0 50px;
}
.vt-mid{
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 100%;
    margin-left: -1px;
}
.pdfac-info .tit{
    font-size: 18px;
    line-height: 28px;
    color: #333;
    font-weight: bold;
}

@media screen and (max-width: 1200px){
    .pdfac-info{
        padding: 0 20px;
    }
}
@media screen and (max-width: 996px){
    .pdfac-info{
        padding: 20px;
    }
    .pdfacitem{
       margin-top: 20px;
    }
    .pdfacitem:first-child{
        margin-top: 0;
     }
}

.pdbar-main{
    padding: 30px 40px 40px;
    background-color: #fff;
    margin-top: 20px;
    text-align: center;
}
.pdbar-main:first-child{
    margin-top: 0;
}

.pdbar-item i{
    display: block;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    margin: auto;
}
.pdbar-item .icon1{
    background: url(../images/pdbar-icon.png) no-repeat center center;
}
.pdbar-item .icon2{
    background: url(../images/pdbar-icon2.png) no-repeat center center;
}
.pdbar-item .icon3{
    background: url(../images/pdbar-icon3.png) no-repeat center center;
}

.pdbar-dd{
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    color: #333;
    word-break: break-all;
    margin-top: 20px;
}

.pdbar-btn{
    margin-top: 30px;
    text-align: center;
}
.pdbar-btn a{
    display: inline-block;
    width:100%;
    height:50px;
    border:1px solid #353C93;
    border-radius:2px;
    font-size: 18px;
    line-height: 50px;
    color: #353C93;
    transition: 0.3s;
}
.pdbar-btn a:hover{
    background-color: #353C93;
    color: #fff;
}



@media screen and (max-width: 1100px){
    .pdbar-dd{
       font-size: 18px;
       line-height: 28px;
    }
}
@media screen and (max-width:996px){
    .pdTab li{
        width: 160px;
    }
}


.form-style1 input{
    width:400px;
    height:56px;
    border:1px solid #D9D9D9;
    padding: 15px 20px;
    color: #555555;
    font-size: 18px;
    line-height: 26px;
    max-width: 100%;
    background: none;
    transition: 0.3s;
}
.form-style1 input::placeholder,.form-style1 textarea::placeholder{
    color: #999;
}
.form-style1 input:focus,.form-style1 textarea:focus{
    border-color: #353c93;
}
.form-style1 textarea{
    padding: 15px 20px;
    width: 600px;
    height: 112px;
    border: 1px solid #d9d9d9;
    font-size: 18px;
    line-height: 26px;
    max-width: 100%;
    color: #555;
    background: none;
    transition: 0.3s;
}
.form-style1{
    border: 10px solid #F0F1F5;
    background: url(../images/pd-formbg.jpg) no-repeat right bottom;
    background-size: cover;
    padding: 40px;
    margin-top: 15px;
}
.form-style1 .fm-row{
    margin-top: 10px;
}
.form-style1 .fm-row:first-child{
    margin-top: 0;
}
.fm-btn{
    margin-top: 20px;
}
.fm-btn button{
    display: inline-block;
    width: 180px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    background-color: #F09402;
    transition: 0.3s;
    cursor: pointer;
}
.fm-btn button:hover{
    background-color: #cd6f00;
}
@media screen and (max-width: 1100px){
    .form-style1{
       background: none;
    }
}


.wsc-relate{
    padding: 60px 0;
    background-color: #fff;
}

.rTitText{
    float: left;
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    color: #1a1a1a;
    padding-left: 17px;
    background: url(../images/pdsec-titbg.png) no-repeat 0 center;
}
.reMain{
    margin-top: 25px;
}



.serv-block1{
    padding: 60px 0;
    background-color: #fff;
}
.serv-ctit{
    font-size: 30px;
    line-height: 32px;
    color: #333;
    text-align: center;
    font-weight: bold;
}

.servb1-main{
    margin-top: 30px;
}

.servb1-main .item{
    background-color: #f7f7f7;
    padding: 46px 30px 40px;
}
.servb1-main i{
    display: block;
    width: 60px;
    height: 60px;
    margin: auto;
}
.servb1-main .icon1{
    background: url(../images/servb1-1.png) no-repeat center center;
}
.servb1-main .icon2{
    background: url(../images/servb1-2.png) no-repeat center center;
}
.servb1-main .icon3{
    background: url(../images/servb1-3.png) no-repeat center center;
}

.servb1-main .tit{
    text-align: center;
    font-size: 22px;
    line-height: 36px;
    margin-top: 15px;
    font-weight: bold;
    color: #333;
}
.servb1-main .text{
    font-size: 16px;
    line-height: 28px;
    margin-top: 10px;
    color: #999;
}


.serv-block2{
    padding: 60px 0;
    background-color: #f5f5f5;
    font-size: 0;
}

.servb2-main{
    margin-top: 30px;
}

.servb2-img img{
    width: 100%;
}
.servb2-info{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    padding: 0 40px;
    text-align: center;
}
.servb2-main .col-lg-12,.servb2-main .col-md-12,.servb2-main .col-sm-6,.servb2-main .col-xs-6{
    background-color: #fff;
    font-size: 0;
    padding: 0;
}
.servb2-main .col-lg-4,.servb2-main .col-md-4,.servb2-main .col-sm-12,.servb2-main .col-xs-12{
    padding: 0;
}
.servb2-main .row{
    margin: 0;
}
.servb2-info .tit{
    position: relative;
    font-size: 22px;
    line-height: 26px;
    color: #333;
    font-weight: bold;
    padding-bottom: 16px;
}

.servb2-info .tit .line{
    width: 30px;
    height: 4px;
    background-color: #353C93;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.servb2-info .text{
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
    color: #999;
}


.servb2-tip{
    margin-top: 40px;
    background: url(../images/inpro-zhbg1.jpg) no-repeat 0 center;
}
.servb2-tip .ftpub-tipbtn a{
    width: 180px;
}
.servb2-tip .ftpub-tipbtn{
    width: 180px;
    margin-right: -200px;
}
.servb2-tip .bg-box{
    padding-right: 260px;
}


@media screen and (max-width: 1220px){
    .ftpub-tiptext p{
        font-size: 18px;
    }
}
@media screen and (max-width: 992px){
    .ftpub-tip{
        height: unset;
        background: none;
        padding-left: 0;
    }
    .ftpub-tip .bg-box{
        height: 200px;
        background: url(../images/inpro-zhbg2.jpg) no-repeat center top;
        background-size: cover;
        padding: 0;
        margin: 0;
        text-align: center;
    }
    .ftpub-tiptext{
        margin-top: 30px;
        float: unset;
        width: 100%;
        font-size: 0;
        height: unset;
    }
    .ftpub-tiptext p{
        display: block;
        font-weight: bold;
        font-size: 16px;
    }
    .ftpub-tiptext span{
        display: none;
    }
    .ftpub-tipbtn,.servb2-tip .ftpub-tipbtn{
        width: unset;
        float: unset;        
        margin-top: 20px;
        margin-right: 0;
    }
    .ftpub-tipbtn a,.servb2-tip .ftpub-tipbtn a{
        display: block;
        width: 180px;
        font-size: 14px;
        margin: auto;
    }
}

.serv-block3{
    padding: 60px 0 90px;
    background-color: #fff;
}

.serv-ctext{
    font-size: 16px;
    line-height: 26px;
    margin-top: 24px;
    color: #999;
    text-align: center;
}
.servb3-main{
    margin-top: 40px;
}
.servb3-main img{
    width: 100%;
}
@media screen and (max-width: 996px){
    .servb1-main .item{
        margin-top: 10px;
    }
}
@media screen and (max-width: 768px){
    .servb2-info .tit{
        /* font-size: 18px; */
        padding-bottom: 10px;
    }
    .servb2-info .text{
        /* font-size: 14px; */
        margin-top: 15px;
    }
    .servb2-main .col-lg-4{
        margin-top: 10px;
    }
    .servb2-main .col-lg-4:first-child{
        margin-top: 0;
    }
}


.lianxi{
    padding: 40px 0 60px;
}

.lx-block1 .item{
    padding: 40px 0 0;
    text-align: center;
    background-color: #f5f5f5;
    min-height: 248px;
    margin-top: 20px;
}
.lx-block1 .col-lg-3,.lx-block1 .col-md-3,.lx-block1 .col-sm-6,.lx-block1 .col-xs-6{
    padding-left: 10px;
    padding-right: 10px;
}
.lx-block1 .row{
    margin-left: -10px;
    margin-right: -10px;
}

.lx-block1 i{
    width: 60px;
    height: 60px;
    display: block;
    margin: auto;
}
.lx-block1 .icon1{
    background: url(../images/lx1-1.png) no-repeat center center;
}
.lx-block1 .icon2{
    background: url(../images/lx1-2.png) no-repeat center center;
}
.lx-block1 .icon3{
    background: url(../images/lx1-3.png) no-repeat center center;
}
.lx-block1 .icon4{
    background: url(../images/lx1-4.png) no-repeat center center;
}

.lx-block1 .tit{
    font-size: 14px;
    line-height: 18px;
    margin-top: 13px;
    color: #999;
}
.lx-block1 .text{
    font-size: 22px;
    line-height: 30px;
    margin-top: 25px;
    font-weight: bold;
    color: #333;
}

.lx-block2{
    margin-top: 60px;
}
.lx2-main{
    margin-top: 15px;
}
.lx2-main .form-style1{
    background-image: url(../images/lx-formbg.png);
}

.lx-block3{
    margin-top: 40px;
}

.lx3-main{
    position: relative;
    height: 450px;
}
.lx3-maptext{
    position: absolute;
    left: 0;
    height:57px;
    background:rgba(53,60,147,0.9);
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 57px;
    color: #fff;
    font-weight: bold;
    height: 57px;
}
.lx3-maptext span{
    padding-left: 42px;
    background: url(../images/lx3-mappos.png) no-repeat 0 center;
    background-size: contain;
}

.lx3-map{
    height: 100%;
    background: url(../images/mapzw.png) no-repeat center top;
    background-size: cover;
}

@media screen and (max-width: 776px){
    .lx3-maptext{
        font-size: 14px;
        height: 112px;
        padding-top: 18px;
        line-height: 25px;
    }
    .lx3-maptext span{
        display: inline-block;
        padding-left: 0;
        padding-top: 30px;
        background: url(../images/lx3-mappos.png) no-repeat center 0;
        background-size: 18px auto;
    }
    
}
@media screen and (max-width: 576px){
    .lx3-maptext{
        /* font-size: 12px; */
    }
    .lx3-maptext span{
        padding-left: 22px;
    }
}


@media screen and (max-width: 768px){
    .lx-block1 .text{
        font-size: 16px;
    }
    .form-style1{
        padding: 20px 15px;
    }
    .form-style1 input{
        font-size: 14px;
    }
}

.simple-page{
    padding: 0 0 80px;
    background-color: #f8f8f8;
      
}
.simple-page-box{
    padding: 100px 50px 80px;
    background-color: #fff;
    margin: 15px auto 0; 
}




.wsc-search-main{
    margin-top: 40px;
    padding-bottom: 80px;
    
}
.wsc-select{
    float: left;
    width: 120px;
    margin-left: -120px;
    border: 1px solid #f6f6f6;
    text-align: center;
    position: relative;
    border-right: 0;
}
.select-panel{
    padding: 12px 14px;
    height: 46px;
    font-size: 14px;
    color: #222;
}
.select-menu{
    position: absolute;
    left: 0;
    top: 44px;
    background-color: #fff;
    border: 1px solid #f6f6f6;
    display: none;
}
.select-menu li{
    padding: 12px 14px;
    height: 46px;
    font-size: 14px;
    color: #555;
    border-bottom: 1px dashed #f6f6f6;
    width: 90px;
    transition: 0.3s;
    cursor: pointer;
}
.select-menu li:hover,.select-menu .active{
    color: #222;
    background-color: #f6f6f6;
}

.wsc-search form{
    padding-left: 120px;
    padding-right: 150px;
    max-width: 940px;
}
.wsc-search input{
    float: left;
    width: 100%;
    padding: 12px 14px;
    height: 46px;
    font-size: 14px;
    border: 1px solid #f6f6f6;
}
.wsc-search input:focus{
    
}
.btn-search{
    height: 46px;
    width: 150px;
    float: right;
    margin-right: -150px;
    background-color: #353C93;
    color: #fff;
    font-size: 16px;
}
.btn-search:hover{
    /* background-color: ; */
}


.search-tab{
    background-color: #f6f6f6;
    height: 56px;
}
.search-tab li{
    float: left;
    border-top: 3px solid #f5f5f5;
    height: 56px;
    line-height: 56px;
    padding: 0 40px;
    background: #f5f5f5 url(../images/nav-sx.png) no-repeat left center;
    font-size: 16px;
    color: #222;
}
.search-tab .active,.search-tab li:hover{
    background-color: #fff;
    border-color: #353C93;
    color: #353C93;
    background-image: none;
}
.search-tab .active +li,.search-tab li:hover +li{
    background-image: none;
}
.sl-count{
    padding-top: 20px;
}
.wsc-search-none{
    margin: 100px auto 0;
}
.search-wd,.s-key{color: #353C93;}

.search-none-tit{font-size: 20px;line-height: 1;color: #222;}
.search-none-main{font-size: 16px;margin-top: 20px;color: #222;}
.search-none-main dd{font-size: 14px;line-height: 30px;color: #555;}

.search-none-btn{margin-top: 40px;}
		



.wsc-search-list{
    margin: auto;
    padding-bottom: 100px;
}
.wsc-search-list .list-item{
    background-color: #f6f6f6;
    padding: 20px 40px 20px 20px;
    margin-top: 20px;
    transition: 0.3s;
}
.wsc-search-list .list-item:hover{
    background-color: #fff;
    box-shadow: 0px 1px 18px 2px rgba(191, 191, 191, 0.16);
}
.wsc-search-list .list-item:hover .list-tit{
    color: #000;
}
.wsc-search-list .list-tit{
    font-size: 18px;
    line-height: 28px;
    color: #222;
    height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wsc-search-list .list-text{
    font-size: 14px;
    line-height: 24px;
    color: rgba(85,85,85,0.7);
    height: 48px;
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;
    margin-top: 7px;
}
.wsc-search-list .time{
    font-size: 14px;
    line-height: 1;
    color: #8a8a8a;
    margin-top: 24px;
}
.wsc-search-list .list-picitem{
    padding-left:290px;
}
.wsc-search-list .list-picitem .list-img{
    width: 240px;
    float: left; 
    margin-left:-270px; 
}
.wsc-search-list .list-picitem .list-img img{
    width: 240px;
}
.wsc-search-list .list-picitem .list-info{ 
    float: left; 
    width: 100%;
}


.banner.fwjs{
    background: url("../images/banner-fuwu.jpg") no-repeat center top;
    background-size: cover; 
}
.banner.cplist{
    background: url("../images/banner-product.jpg") no-repeat center top;
    background-size: cover; 
}
.banner.cplist .banner-tle{
    padding-top: 98px;
}
.banner.lxwm{
    background: url("../images/banner-lianxi.jpg") no-repeat center top;
    background-size: cover; 
}

.ftpub-list{
    margin-top: 60px;
}



@media screen and (max-width: 376px){
    .pd-tit{
        font-size: 22px;
    }
    .pd-intro{
        font-size: 14px;
    }
    .pd-introdt{
        font-size: 12px;
    }
    .pd-btn a{
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    
}

@media screen and (max-width: 768px){
    .simple-page-box{
        padding: 50px 15px 40px;
        margin-top: 15px;
    }
    .wsc-select{
        width: 80px;
        font-size: 12px;
        margin-left: -80px;
    }
    .btn-search{
    width: 75px;
    margin-right: -75px;
    }
    .wsc-search form {
        padding-left: 80px;
        padding-right: 75px;
    }
}


.bread-nav h1{
    vertical-align: middle;
}


.inpro-bigitem .inpro-img .hunset{
    height: unset !important;
}

.index-banner .carousel-inner .item{
    height: 360px !important;

}
.index-banner .indexBan-tle{
    padding-top: 59px !important;
}
.indexBan-post a{
    margin-top: 15px !important;
}
.indexNew-box:first-child{
    margin-top: 0;
}
.inRi-tit{
    color: #333;
    font-weight: bold;
}
.indexBan-tle{
    font-size: 30px !important;
}
.indexBan-tex{
    font-size: 63px !important;
}