/*
* @Author: Dodo
* @Date:   2018-07-02 16:10:47
* @Last Modified by:   Dodo
* @Last Modified time: 2019-04-19 21:06:53
*/
@charset "utf-8";
body {
    font-family: "Microsoft YaHei", sans-serif;
    color: #333;
    overflow-x: hidden;
    height: 100%;
    padding-top: 84px;
}

@media (min-width:1599px) {
    .container.w_1440 {
        width: 1440px;
        padding-left: 0;
        padding-right: 0;
    }

}

@media (min-width:1366px) and (max-width:1599px) {
    .container.w_1440 {
        width: 1200px;
        padding-left: 0;
        padding-right: 0;
    }

}

@media (min-width:1366px){
    .container{
        width: 1200px;
        padding-left: 0;
        padding-right: 0;
    }
}

/* 图片自适应 */
img {
    max-width: 100%;
    height: auto;
    width: auto\9;  /* ie8 */
    -ms-interpolation-mode: bicubic;  /*为了照顾ie图片缩放失真*/
    border: none;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

/*============================ public ============================*/
.header-cont{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 98;
}
.header{
    margin-left: 100px;
    margin-right: 73px;
    padding: 0 0 2px 370px;
    position: relative;
    z-index: 98;
}
.header-logo{
    float: left;
    margin-left: -370px;
    padding-top: 15px;
    padding-bottom: 17px;
}
.header-logo img{
    height: 50px;
}
.header-bream{
    width: 30px;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #bbb;
    position: absolute;
    right: 15px;
    top: 28px;
    cursor: pointer;
    display: none;
}
.header-bream span{
    display: block;
    width: 80%;
    height: 1px;
    background: #bbb;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}
.header-bream span:first-child{
    margin-top: 8px;
}

.header-toggle{
    float: left;
    width: 100%;
    padding-right: 537px;
    margin-right: -25px;
}

.header-search{
    position: relative;
    float: right;
    margin-right: -537px;
    background: rgba(255, 255, 255, .7); 
    padding: 22px 27px 0;
    width: 404px;
}
.header-search-top{
    width: 100%;
    height: 36px;
    padding-right: 50px;
    border: 1px solid #345dc5;
    border-radius: 36px;
    background: #fff;
    position: relative;
    z-index: 2;
}
.header-search-top .put-01{
    float: left;
    width: 100%;
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #666;
    background: none;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
}
.header-search-top .put-01::-webkit-input-placeholder {
    color: #666;
}
.header-search-top .put-01:-moz-placeholder {
    color: #666;
    opacity: 1;
}
.header-search-top .put-01::-moz-placeholder {
    color: #666;
    opacity: 1;
}
.header-search-top .put-01:-ms-input-placeholder {
    color: #666;
}
.header-search-top .but-01{
    float: right;
    margin-right: -50px;
    background: none;
    border: none;
    width: 50px;
    height: 36px;
    border-radius: 36px;
    margin-left: -1px;
    margin-top: -1px;
    background: url('../images/icon-01.png') center center no-repeat #345dc5;
}

.header-search-bottom{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    line-height: 32px;
    padding: 74px 27px 20px;
    background: rgba(255, 255, 255, .7);
    -webkit-box-shadow:0 0 10px rgba(0, 0, 0, .2);  
    -moz-box-shadow:0 0 10px rgba(0, 0, 0, .2);  
    box-shadow:0 0 10px rgba(0, 0, 0, .2);
    display: none;
}
.header-search-bottom .b1{
    font-size: 16px;
    color: #345dc5;
    line-height: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 7px;
}
.header-search-bottom .span-01{
    float: left;
    min-width: 33.33%;
    padding-right: 10px;
}
.header-search-bottom a{
    font-size: 14px;
    color: #666;
}

.nav-menu{
    float: left;
    width: 100%;
}
.nav-menu>ul>li{
    float: left;
    width: 14%;
    text-align: center;
    position: relative;
}
.nav-menu>ul>li>a{
    display: inline-block;
    line-height: 76px;
    font-size: 16px;
    color: #333;
    padding: 0 4px;
    padding-top: 2px;
    position: relative;
}
.nav-menu>ul>li>a::before,.nav-menu>ul>li>a::after{
    content: " ";
    position: absolute;
    left: 50%;
    right: 50%;
    top: 0;
    height: 2px;
    background: #345dc5;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.nav-menu>ul>li>a.on{
    color: #345dc5;
}
.nav-menu>ul>li>a.on::before{
    left: 0;
}
.nav-menu>ul>li>a.on::after{
    right: 0;
}
.nav-menu .ul-down{
    position: absolute;
    top: 100%;
    left: -20px;
    right: -20px;
    padding: 0;
    background: rgba(255, 255, 255, .95);
    display: none;
}
.nav-menu .ul-down li{
    border-top: 1px solid #dbdbdb;
}
.nav-menu .ul-down li:first-child{
    border-top: none;
}
.nav-menu .ul-down li a{
    display: block;
    width: 100%;
    line-height: 20px;
    padding: 5px 10px;
    text-align: center;
    color: #333;
}
.nav-menu>ul>li:hover .ul-down li a:hover{
    color: #fff;
    background: #345dc5;
}



.footer{
    background: #333;
    font-size: 14px;
    color: #999;
}
.footer-top{
    padding: 40px 150px 18px 0;
    position: relative;
}
.footer-ewm{
    float: right;
    margin-right: -150px;
    width: 128px;
}
.footer-ewm img{
    width: 128px;
    height: 128px;
}
.footer-ewm .span-txt{
    font-size: 14px;
    line-height: 14px;
    color: #999;
    margin-top: 9px;
}
.footer-left{
    float: left;
    width: 100%;
}
.footer-nav{
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 24px;
}
.footer-nav ul li{
    float: left;
    margin-left: 88px;
}
.footer-nav ul li:first-child{
    margin-left: 0;
}
.footer-nav ul li b,.footer-nav ul li span{
    display: block;
}
.footer-nav ul li b{
    margin-bottom: 20px;
}
.footer-nav ul li span{
    font-size: 14px;
    line-height: 30px;
}
.footer-nav a{
    color: #fff;
}
.footer-contact{
    line-height: 30px;
}
.footer-contact .b1{
    color: #289c3b;
    font-style: italic;
}
.footer-share{
    margin-top: 20px;
}
.footer-share .bdshare-button-style0-16{
    font-size: 16px;
    color: #afbecb;
}
.footer-share .bdshare-button-style0-16 span{
    line-height: 34px;
}
.footer-share .bdshare-button-style0-16 a{
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin: 0 5px;
    padding: 0;
}
.footer-share .bdshare-button-style0-16 a.bds_weixin{
    background: url('../images/f-icon-01.png') center center no-repeat;
}
.footer-share .bdshare-button-style0-16 a.bds_sqq{
    background: url('../images/f-icon-02.png') center center no-repeat;
}
.footer-share .bdshare-button-style0-16 a.bds_tsina{
    background: url('../images/f-icon-03.png') center center no-repeat;
}
.foot-copy{
    line-height: 24px;
    padding-top: 15px;
    padding-bottom: 25px;
    border-top: 1px solid #444;
}


/*============================ index ============================*/
.banner_owl .owl-dots{
    display: inline-block;
    height: 24px;
    line-height: normal;
    position: absolute;
    left: 50%;
    bottom: 30px;
    background: rgba(51, 51, 51, .4);
    border-radius: 24px;
    padding: 0 15px;
}
.banner_owl button.owl-dot{
    margin: 5px 5px 0;
    width: 14px;
    height: 14px;
    background: url('../images/dian-01.png') center center no-repeat;
}
.banner_owl button.owl-dot.active{
    background: url('../images/dian-02.png') center center no-repeat;
}

.index-special-service{
    padding-top: 60px;
    padding-bottom: 60px;
    background: url('../images/bg-01.jpg') center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.index-title .b-01{
    padding-left: 137px;
    min-width: 284px;
    height: 80px;
    line-height: 80px;
    background: url('../images/bg-02.png') left center no-repeat;
    font-size: 36px;
    color: #333;
    letter-spacing: 7px;
}

.index-special-service-01{
    padding-top: 10px;
}
.index-special-service-div1{
    float: left;
    width: 50%;
    margin-top: 30px;
}
.index-special-service-div1 .span-img{
    width: 278px;
    max-width: 80%;
    border-radius: 50%;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}
.index-special-service-div1 .span-img img{
    width: 100%;
}
.index-special-service-div1 .span-img .mg-icon{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
}
.index-special-service-div1 .b1{
    font-size: 24px;
    color: #333;
    line-height: 42px;
    margin-top: 12px;
}
.index-special-service-div1 .div1{
    margin-top: 5px;
}
.index-special-service-div1 .a-01{
    width: 190px;
    height: 42px;
    line-height: 40px;
    border: 1px solid #e5e5e5;
    border-radius: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 14px;
    font-size: 16px;
    color: #333;
}


.index-customer-service{
    background: url('../images/bg-04.jpg') center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 97px;
    padding-bottom: 100px;
}
.index-customer-service-01{
    padding-top: 20px;
}
.index-customer-service-div1{
    float: left;
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 24px;
    margin-top: 30px;
}
.index-customer-service-div1 .a-img{
    width: 168px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    background: #ededed;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.index-customer-service-div1 .a-img .mg-icon{
    position: absolute;
    left: 0;
    top: 0;
    filter:alpha(opacity=0); 
    -moz-opacity:0;  
    -khtml-opacity: 0;  
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.index-customer-service-div1 .span-txt{
    font-size: 20px;
    line-height: 30px;
}
.index-customer-service-div1 .span-txt a{
    color: #333;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.index-customer-service-div1 .span-en{
    text-transform: uppercase;
    margin-top: 14px;
}
.index-customer-service-div1 .span-en a{
    color: #999;
}

.index-understand{
    padding-top: 60px;
    padding-bottom: 60px;
    background: url('../images/bg-05.jpg') center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.index-understand-01{
    padding-top: 60px;
}

.index-technology{
    float: left;
    width: 47.5%;
}
.index-news-title{
    padding-right: 150px;
    height: 36px;
    line-height: 36px;
}
.index-news-title .b1{
    font-size: 24px;
    color: #345dc5;
    padding-right: 38px;
    background: url('../images/icon-05.png') right center no-repeat;
}
.index-news-title .a-more{
    position: absolute;
    right: 0;
    top: 0;
    width: 108px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #e5e5e5;
    text-align: center;
    border-radius: 36px;
    font-size: 16px;
    color: #666;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.index-news-title .span-en{
    font-size: 16px;
    color: #999;
    text-transform: uppercase;
    margin-left: 9px;
}


.index-technology .title{
    font-size: 18px;
    margin-top: 14px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.index-technology .title a{
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
}
.index-technology .details{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 10px;
}
.index-technology .a-img{
    margin-top: 13px;
}
.index-technology .a-img img{
    width: 100%;
}

.index-news{
    float: right;
    width: 48.75%;
}
.index-news-list{
    margin-top: 35px;
}
.index-news-list li{
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px dashed #dbdbdb;
    padding-left: 235px;
}
.index-news-list li:first-child{
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
.index-news-list li .a-img{
    float: left;
    margin-left: -235px;
    width: 214px;
}
.index-news-list li .a-img img{
    width: 100%;
}
.index-news-list li .div1{
    width: 100%;
    line-height: 24px;
}
.index-news-list li .div1 .title{
    font-size: 16px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.index-news-list li .div1 .title a{
    color: #333;
}
.index-news-list li .div1 .div-date{
    font-size: 14px;
    color: #666;
    margin-top: 5px;
}
.index-news-list li .div1 .div-details{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-top: 5px;
}


/*============================ 06_新闻资讯 ============================*/
.banner-inside img{
    display: block;
    width: 100%;
}
.public-bream{
    background: #f7f7f7;
}
.public-bream-nav{
    float: left;
    width: 63.33%;
    overflow: auto;
}
.public-bream-nav a{
    float: left;
    min-width: 189px;
    background: #e0e0e0;
    text-align: center;
    height: 76px;
    line-height: 76px;
    font-size: 20px;
    color: #333;
    position: relative;
    -webkit-box-shadow:6px 0 9px rgba(0, 0, 0, .2);
    -moz-box-shadow:6px 0 9px rgba(0, 0, 0, .2);
    box-shadow:6px 0 9px rgba(0, 0, 0, .2);
}
.public-bream-nav a span{
    display: block;
    width: 100%;
    padding: 0 15px;
}
.public-bream-nav a:first-child{
    z-index: 9;
}
.public-bream-nav a:nth-child(2){
    z-index: 8;
}
.public-bream-nav a:nth-child(3){
    z-index: 7;
}
.public-bream-nav a:nth-child(4){
    z-index: 6;
}
.public-bream-nav a:nth-child(5){
    z-index: 5;
}
.public-bream-nav a:nth-child(6){
    z-index: 4;
}
.public-bream-nav a.on{
    background: #345dc5;
    color: #fff;
}
.public-bream-address{
    float: right;
    width: 35%;
    line-height: 76px;
    padding-left: 30px;
    text-align: right;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #666;
}
.public-bream-address .mg-icon{
    margin-right: 8px;
    position: relative;
    top: -1px;
}
.public-bream-address a{
    color: #666;
}
.public-bream-address a.on{
    color: #345dc5;
}

.news-main{
    padding-top: 48px;
    padding-bottom: 80px;
}
.news-sub-menu{
    width: 100%;
    overflow: auto;
}
.news-sub-menu .div1{
    margin-left: auto;
    margin-right: auto;
}
.news-sub-menu .div1 .span-01{
    float: left;
    font-size: 20px;
}
.news-sub-menu .div1 .span-01 .bdo-01{
    display: block;
    padding-right: 23px;
    padding-left: 24px;
    background: url('../images/line-01.jpg') left center no-repeat;
}
.news-sub-menu .div1 .span-01:first-child .bdo-01{
    padding-left: 0;
    background: none;
}
.news-sub-menu .div1 .span-01 a{
    color: #666;
}
.news-sub-menu .div1 .span-01.on a{
    color: #345dc5;
}

.news-list li{
    padding-left: 235px;
    padding-bottom: 28px;
    margin-top: 27px;
    border-bottom: 1px dashed #dbdbdb;
}
.news-list li .a-img{
    float: left;
    width: 214px;
    margin-left: -235px;
    margin-top: 3px;
}
.news-list li .a-img img{
    width: 100%;
}
.news-list li .div1{
    float: left;
    width: 100%;
    line-height: 24px;
}
.news-list li .title{
    font-size: 18px;
    color: #333;
    padding-right: 116px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news-list li .title .span-date{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #666;
}
.news-list li .title a{
    color: #333;
}
.news-list li .details{
    font-size: 14px;
    color: #666;
    margin-top: 9px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-list li .div-tag{
    padding-right: 130px;
    margin-top: 14px;
}
.news-list li .div-tag .a-more{
    float: right;
    margin-right: -130px;
    width: 118px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #e5e5e5;
    border-radius: 36px;
    text-align: center;
    color: #666;
}
.news-list li .div-tag .a-01{
    float: left;
    height: 36px;
    line-height: 36px;
    background: url('../images/bg-06.jpg') right center no-repeat #ededed;
    font-size: 16px;
    color: #345dc5;
    padding-left: 16px;
    padding-right: 20px;
}

.pages{
    font-size: 0;
    padding-top: 50px;
}
.pages a{
    display: inline-block;
    font-size: 14px;
    color: #666;
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 0 10px;
    border-radius: 5px;
}
.pages a.ling{
    width: 120px;
    background: #e6e6e6;
}
.pages a.on{
    background: #345dc5;
    color: #fff;
}


/*============================ 07_新闻资讯_详情 ============================*/
.news-art{
    padding-bottom: 70px;
    margin-top: 48px;
}
.news-art .title{
    padding-bottom: 26px;
    border-bottom: 1px dashed #dbdbdb;
}
.news-art .title .title-tit{
    font-size: 30px;
    line-height: 40px;
    color: #333;
}
.news-art .title .title-info{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-top: 13px;
}
.news-art .title .title-info .span-01{
    display: inline-block;
    margin: 0 15px;
}
.news-share{
    display: inline-block;
    margin: 0 15px;
    height: 20px;
    line-height: 20px;
    position: relative;
    top: 4px;
    overflow: hidden;
}
.news-share .bdshare-button-style0-16{
    display: inline-block;
    height: 20px;
    font-size: 14px;
    color: #666;
}
.news-share .bdshare-button-style0-16 span{
    line-height: 20px;
}
.news-share .bdshare-button-style0-16 a{
    float: none;
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 20px;
    margin: 0 5px;
    padding: 0;
    position: relative;
    top: 2px;
}

.news-art .details{
    padding-top: 25px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.news-pages{
    background: #f5f5f5;
    font-size: 14px;
    color: #666;
    margin-top: 50px;
}
.news-pages .span-01{
    float: right;
    width: 50%;
    height: 60px;
    line-height: 60px;
    padding: 0 20px 0 100px;
    text-align: right;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news-pages .span-01:first-child{
    text-align: left;
    float: left;
    padding: 0 100px 0 20px;
}
.news-pages .span-01 a{
    color: #666;
}
.news-pages .span-01 a.on{
    color: #345dc5;
}
.news-pages .a-return{
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -75px;
    width: 150px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #345dc5;
    color: #fff;
}


/*============================ 09_客户服务_资料下载 ============================*/

.download-main{
    padding-top: 56px;
    padding-bottom: 80px;
}

.public-sub-nav{
    width: 100%;
    font-size: 0;
    overflow: auto;
}
.public-sub-nav .div1{
    margin-left: auto;
    margin-right: auto;
}
.public-sub-nav .span-01{
    display: inline-block;
    text-align: center;
}
.public-sub-nav .span-01 .bdo-01{
    display: block;
    padding-left: 32px;
}
.public-sub-nav .span-01 .bdo-01 img{
    margin-right: 8px;
}
.public-sub-nav .span-01 .bdo-01 .mg1{
    display: inline-block;
}
.public-sub-nav .span-01 .bdo-01 .mg1h{
    display: none;
}
.public-sub-nav .span-01:first-child .bdo-01{
    padding-left: 0;
}
.public-sub-nav .span-01 a{
    display: block;
    min-width: 220px;
    height: 52px;
    line-height: 52px;
    background: #ededed;
    border-radius: 52px;
    font-size: 20px;
    color: #333;
    padding: 0 15px;
}

.download-list{
    margin-top: 34px;
}
.download-list li{
    position: relative;
    padding-right: 120px;
    border-bottom: 1px dashed #dbdbdb;
}
.download-list li .a-01{
    display: inline-block;
    max-width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 26px;
    background: url('../images/bg-07.png') left center no-repeat;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.download-list .a-icon{
    position: absolute;
    right: 9px;
    top: 18px;
    display: block;
    width: 22px;
    height: 21px;
    background: url('../images/icon-07.png') center center no-repeat;
}
.download-list .a-icon:hover{
    background: url('../images/icon-07h.png') center center no-repeat;
}

.public-sub-nav .span-01.on .bdo-01 .mg1{
    display: none;
}
.public-sub-nav .span-01.on .bdo-01 .mg1h{
    display: inline-block;
}
.public-sub-nav .span-01.on a{
    background: #345dc5;
    color: #fff;
}


/*============================ 04_特检服务 ============================*/
.exa-service{
    padding-top: 28px;
}
.exa-service-a1{
    margin-top: 20px;
    position: relative;
}
.exa-service-a1 img{
    width: 100%;
}
.exa-service-a1::before{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 10px solid #f7f7f7;
    z-index: 1;
    filter:alpha(opacity=100);  
    -moz-opacity:1;  
    -khtml-opacity: 1;  
    opacity: 1;
}
.exa-service-a1 .span-mc{
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    font-size: 18px;
    color: #333;
    background: #f7f7f7;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    line-height: 26px;
    padding-top: 17px;
    padding-bottom: 24px;
}
.exa-service-a1 .span-mc table,.exa-service-a1 .span-mc table td{
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.exa-service-a1 .span-mc .bdo-txt{
    display: block;
    height: 52px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.exa-service-a1 .span-mc .bdo-icon{
    display: block;
    width: 32px;
    height: 32px;
    background: url('../images/icon-14.png') center center no-repeat;
    margin-top: 9px;
}

.exa-service-a1:hover::before{
    filter:alpha(opacity=0); 
    -moz-opacity:0;  
    -khtml-opacity: 0;  
    opacity: 0;
}
.exa-service-a1:hover .span-mc{
    top: 0;
    background: rgba(7, 8, 10, .72);
    color: #fff;
    font-size: 24px;
}
.exa-service-a1 .span-mc .bdo-txt{
    line-height: 32px;
    height: 64px;
}
.exa-service-a1:hover .span-mc .bdo-icon{
    margin-top: 24px;
    background: url('../images/icon-14h.png') center center no-repeat;
}


/*============================ 03_SAT-RNA ============================*/
.sat-main{
    padding-top: 42px;
    padding-bottom: 80px;
}

.public-inside-title{
    color: #333;
    background: url('../images/bg-09.jpg') right bottom no-repeat;
    height: 24px;
    line-height: 24px;
    text-transform: uppercase;
}
.public-inside-title .div-01{
    float: left;
    padding-right: 23px;
    font-size: 24px;
    background: url('../images/bg-10.jpg') right 10px bottom no-repeat #fff;
    height: 24px;
    line-height: 24px;
}
.public-inside-title .span-cn{
    padding-right: 17px;
    background: url('../images/line-02.png') right center no-repeat;
}
.public-inside-title .span-en{
    font-size: 14px;
    color: #666;
}

.sat-art{
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin-top: 40px;
}


/*============================ 10_联系我们 ============================*/
.contact-message{
    padding-top: 42px;
    padding-bottom: 56px;
}

.contact-message-form{
    padding-left: 25%;
    padding-right: 25%;
    margin-top: 46px;
}
.contact-message-form li{
    padding-left: 57px;
    line-height: 42px;
    margin-top: 18px;
}
.contact-message-form li:first-child{
    margin-top: 0;
}
.contact-message-form li .span-title{
    float: left;
    margin-left: -57px;
    font-size: 16px;
    color: #333;
}
.contact-message-form li .put-01{
    width: 100%;
    height: 42px;
    line-height: 40px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    color: #333;
}
.contact-message-form li .put-01::-webkit-input-placeholder { color: #999; }
.contact-message-form li .put-01:-moz-placeholder { color: #999; opacity: 1; }
.contact-message-form li .put-01::-moz-placeholder { color: #999; opacity: 1; }
.contact-message-form li .put-01:-ms-input-placeholder { color: #999; }
.contact-message-form li .text-01{
    width: 100%;
    height: 152px;
    line-height: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 10px 20px;
    resize: none;
    font-size: 14px;
}
.contact-message-form li .but-01{
    border: none;
    background: none;
    width: 140px;
    height: 40px;
    background: #345dc5;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    line-height: normal;
}


.contact-01{
    background: url('../images/bg-11.jpg') center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 48px;
    padding-bottom: 46px;
}
.public-title .span-01{
    display: inline-block;
    text-align: left;
    padding-left: 35px;
    position: relative;
    color: #fff;
    text-transform: uppercase;
}
.contact-01 .public-title .span-01::before,.contact-01 .public-title .span-01::after{
    content: " ";
    width: 96px;
    height: 1px;
    background: rgba(255, 255, 255, .5);
    position: absolute;
    top: 50%;
}
.contact-01 .public-title .span-01::before{
    left: -117px;
}
.contact-01 .public-title .span-01::after{
    right: -117px;
}
.public-title .span-01 .bdo-zi{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 48px;
    line-height: 48px;
}
.public-title .span-01 .bdo-cn{
    font-size: 24px;
    line-height: 30px;
}
.public-title .span-01 .bdo-en{
    font-size: 14px;
}

.public-title.ling .span-01 .bdo-zi{
    color: #345dc5;
}
.public-title.ling .span-01 .bdo-cn{
    color: #333;
}
.public-title.ling .span-01 .bdo-en{
    color: #666;
}

.contact-cont{
    padding-top: 55px;
    padding-bottom: 60px;
}

.contact-art{
    float: left;
    width: 45.8%;
    line-height: 26px;
    font-size: 16px;
    color: #666;
    padding-top: 35px;
}
.contact-art .b-name{
    font-size: 18px;
    color: #345dc5;
}
.contact-list li{
    margin-top: 18px;
    padding-left: 75px;
}
.contact-list li .span-title{
    float: left;
    margin-left: -75px;
}
.contact-list li .span-title .mg-icon{
    position: relative;
    top: -2px;
    margin-right: 9px;
}

.contact-map{
    float: right;
    width: 51.66%;
    padding: 4px;
    border: 1px solid #e5e5e5;
}
.contact-map img{
    width: 100%;
}


/*============================ 02_了解智量 ============================*/
.about-intro{
    padding-top: 49px;
    padding-bottom: 63px;
}
.about-intro .details{
    font-size: 14px;
    line-height: 26px;
    color: #666;
    margin-top: 20px;
}

.about-honor{
    background: url('../images/bg-12.jpg') center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 56px;
    padding-bottom: 42px;
}
.about-honor-owl{
    width: 804px;
    max-width: 90%;
    margin: 32px auto 0;
}
.about-honor-owl .owl-dots{
    height: 14px;
    line-height: 12px;
    text-align: center;
    margin-top: 30px;
}
.about-honor-owl button.owl-dot{
    margin: 0 6px;
    width: 14px;
    height: 14px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #345dc5;
}
.about-honor-owl button.owl-dot.active{
    background: #fff;
}
.about-honor-a1 .span-img{
    border: 10px solid rgba(255, 255, 255, .3);
}
.about-honor-a1 .bdo-mc{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #fff;
}
.about-honor-a1 .bdo-mc table,.about-honor-a1 .bdo-mc table td{
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
.about-honor-a1 .bdo-mc img{
    max-width: 100%;
    max-height: 100%;
}
.about-honor-a1 .span-txt{
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    margin-top: 15px;
    height: 22px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}


.about-partners{
    padding-top: 53px;
}
.about-partner-list{
    margin-top: 30px;
}
.about-partner-list li{
    padding-top: 35px;
    padding-bottom: 35px;
}
.about-partner-list li::before{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    background: #f5f5f5;
}
.about-partner-list .container{
    position: relative;
    z-index: 2;
}
.about-partner-img{
    float: left;
    width: 50%;
    padding-right: 35px;
}
.about-partner-img .a-01{
    float: right;
}
.about-partner-details{
    float: right;
    width: 50%;
    padding-left: 35px;
}
.about-partner-details .div-title a{
    display: inline-block;
    font-size: 20px;
    color: #345dc5;
    line-height: 20px;
    padding-bottom: 9px;
    border-bottom: 2px solid #345dc5;
}
.about-partner-details .details{
    font-size: 14px;
    line-height: 26px;
    color: #666;
    margin-top: 28px;
}

.about-partner-list li:nth-child(2n)::before{
    left: auto;
    right: 0;
}
.about-partner-list li:nth-child(2n) .about-partner-img{
    float: right;
    padding-right: 0;
    padding-left: 35px;
}
.about-partner-list li:nth-child(2n) .about-partner-img .a-01{
    float: left;
}
.about-partner-list li:nth-child(2n) .about-partner-details{
    float: left;
    padding-left: 0;
    padding-right: 35px;
}














