 
/*公共头部底部开始----------------------------------------------------*/

.header{position: fixed;width: 100%;top: 0;z-index: 20;left: 0;}
.pc-header{height: 88px;background-color: #fff;box-shadow: 5px 5px 5px rgba(0,0,0,.1);border-radius:0 0 5px 5px;}
.pc-header .logo{padding-top: 23px;padding-left:50px;}
.pc-header-r{margin-right:30px;padding-top: 35px;padding-right: 100px;position: relative;}
.pc-header-r .public-icon{position: absolute;right: 0;top: 35px;}
.pc-header-r .public-icon a{display: inline-block;vertical-align: middle; margin-left: 20px;font-family: Arial; }
.pc-nav li{float: left;position: relative;}
.pc-nav .head{display: block;font-size: 16px;padding-left:28px;padding-right:28px; color:#333;padding-bottom: 32px;position: relative;overflow: hidden;}
.pc-nav .head::before{content: '';width:0;height: 4px;background-color: #08599d; bottom: 0;right: 0;position: absolute;
-webkit-transition: all .25s ;
   -moz-transition: all .25s ;
    -ms-transition: all .25s ;
     -o-transition: all .25s ;
        transition: all .25s ;}
.pc-nav a:hover{color:#08599d;}
.pc-nav .body{position: absolute; border: 1px solid #ddd; border-radius: 0 0 5px 5px; background-color: #fff; width: 180%;left: -40%;background-image: url(../images/nav_bg.png);background-repeat: repeat-x;background-position: 0 0;top: 53px;display: none;}
.pc-nav .body a{display: block;text-align: center;line-height: 38px;border-bottom: 1px solid #eee;}
.pc-nav li.on .head{color:#08599d; }
.pc-nav li.select .head{color:#08599d;}
.pc-nav li.select .head::before{left: 0;right:auto;width: 100%;}
.pc-nav li:hover .head::before{left: 0;right:auto;width: 100%;}
.mo-menu,.header .mo-header{display: none;}
.pc-nav .public-icon,.mo-header ul{display: none;}

.footer{background-position: center bottom; background-attachment: fixed; background-repeat: no-repeat; box-shadow: 0 11px 6px -9px rgba(0,0,0,0.15) inset; }
.footer-c{background-color:#0d2e59;padding: 20px 0;}
.footer-focus{text-align: center;}
.footer-focus a{display: inline-block;margin-left: 6px;margin-right: 6px; vertical-align: middle;opacity: 0.8;
-webkit-transition: all .25s;
   -moz-transition: all .25s;
    -ms-transition: all .25s;
     -o-transition: all .25s;
        transition: all .25s;}
.footer-focus a:hover{opacity: 1;}
.footer-bottom{text-align: center;margin-top: 13px;font-size: 12px;}
.footer-bottom .title{color: rgba(255,255,255,.5);font-size: 14px;margin-top: 5px;}
.footer-bottom .link{display: inline-block;margin-left: 30px;margin-right: 30px;}
.footer-bottom .copy{color:rgba(255,255,255,.5);}
.footer-bottom .link a{color:#fff;}
.footer-bottom .link a:hover{opacity: 0.5;}
.footer-bottom .link span{color:#fff;display: inline-block;margin-left: 6px;margin-right: 6px;}
.footer-bottom select{color:#425670; width: 140px;height: 22px;line-height: 22px;border: 1px solid rgba(255,255,255,.3);-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;}



/*公共头部底部结束-----------------------------------------------------*/

/*首页开始---------------------------------------------------------*/
.index-banner .owl-stage-outer{width: 100%;height: 100%;}
.index-banner .owl-stage,.index-banner .owl-item{height: 100%;}
.index-banner .item{width: 100%;height: 100%;background-repeat: no-repeat; -webkit-background-size: cover; background-size: cover;background-position: center center;}
.index-banner .owl-dots{text-align: center;position: absolute;z-index: 2;width: 100%;left: 0;bottom: 35px;}
.index-banner .owl-dot{display: inline-block;width: 12px;height: 12px;border-radius: 6px;background-color:rgba(255,255,255,.85);margin-left: 6px;margin-right: 6px;
-webkit-transition: all .3s;
   -moz-transition: all .3s;
    -ms-transition: all .3s;
     -o-transition: all .3s;
        transition: all .3s;}
.index-banner .owl-dot.active{width: 40px;background-color: #0092dd;}
.index-banner .wrap{top: 50%;position: absolute;left: 0;right: 0;
-webkit-transform: translateY(-20%);
   -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
     -o-transform: translateY(-20%);
        transform: translateY(-20%);}
.index-banner .item-text{color:#fff;opacity: 0;position: relative;left: 10%;}
.index-banner .item-text h2{font-size: 42px;text-align: left;}
.index-banner .item-text p{font-size: 16px;color:rgba(255,255,255,.6);text-align: left;}
.index-banner .active .item-text{opacity: 1;left: 0;
-webkit-transition: all .5s .1s;
   -moz-transition: all .5s .1s;
    -ms-transition: all .5s .1s;
     -o-transition: all .5s .1s;
        transition: all .5s .1s;}

.index-about{height: 700px;position: relative;}
.index-about .bg{width: 100%;background-repeat: no-repeat; background-position: center center; -webkit-background-size: cover; background-size: cover;position: absolute;height: 100%;background-attachment: fixed;}
.index-about-content{position: absolute;z-index: 2;left: 0;right: 0;top: 50%;text-align: center;
-webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
        transform: translateY(-50%);}
.index-about-content .img{margin-bottom: 30px;}
/*.index-about-content .img img{width: 7rem;}*/
.index-about-content p{max-width: 760px;margin-left: auto;margin-right: auto;line-height: 2;
  -webkit-line-clamp: 2;
    line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;}
.index-about-content .more{display: block;margin-left: auto;margin-right: auto;width: 136px;height: 42px;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;text-align: center;line-height: 42px;color:#fff;font-size: 12px;background-color: #07509b; border-radius: 5px;margin-top:30px;}

.index-product{padding: 70px 0 100px; background-repeat: no-repeat; background-position: center center; -webkit-background-size: cover;
background-size: cover;}
.index-product h2{color:#fff;font-size: 28px;text-align: center;}
.index-product-title {text-align: center;margin-top: 50px; margin-bottom: 50px;}
.index-product-title li{display: inline-block;margin-left: 5px;margin-right: 5px; vertical-align: top;padding: 20px 25px;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 2px solid transparent; cursor: pointer;color:#266496;}
.index-product-title .icon{margin-bottom: 10px;}
.index-product-title .icon .img2{display: none;}
.index-product-title li.on{color:#fff;border-color:rgba(255,255,255,.1);}
.index-product-title li.on .img1{display: none;}
.index-product-title li.on .img2{display: block;}
.index-product-title li p{color:#266496;}
.index-product-title li.on p{color:#fff;}

.index-product .item{text-align: center;display: block;}
.index-product .item img{width: auto;display: inline-block;max-width: 100%;}
.index-product .item p{font-weight: bold;color:#fff; margin-top: 15px;font-size: 16px;}
.index-product .owl-prev,.index-product .owl-next{width: 16px;height: 31px;position: absolute;top: 50%;margin-top: -15px;text-indent: -99px;overflow: hidden;}
.index-product .owl-prev{background:url(../images/pro_prev.png); left: -30px;}
.index-product .owl-next{background:url(../images/pro_next.png); right:-30px;}

.index-news{padding: 100px 0 60px;}
.index-news h2{ color:#003d91;text-align: center;font-size: 28px;}
.index-news-content{margin-top: 60px;margin-bottom: 50px;}
.index-news-content .item{background-color: #fff;}
.index-news-content .pic{width: 45%;display: block;}
.index-news-content .text{width: 52%;margin-top: 20px;padding-bottom: 40px;}
.index-news-content .text h3{font-weight: normal;font-size: 18px;margin-bottom: 15px;overflow: hidden; text-overflow: ellipsis;white-space: nowrap;text-align: left;}
.index-news-content h3 a{color:#333;}
.index-news-content .text p{line-height: 1.8;
  text-align: left;
  -webkit-line-clamp: 4;
    line-clamp: 4;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;}
.index-news-content .tip{color:#999;font-size: 12px;margin-top: 25px;text-align: left;}
.index-news-content .tip a{color:#999;}
.index-news-content .owl-item{background-color: #fff;}
.index-news-content .owl-nav{position: absolute;right: 0;z-index: 2;bottom: 10px;}
.index-news-content .owl-prev,.index-news-content .owl-next{width: 30px;height: 24px;display: inline-block;text-indent: -99px;overflow: hidden;background-image: url(../images/index_news_arrow.png);margin-left: 10px;}
.index-news-content .owl-prev{background-position:0 0 ;}
.index-news-content .owl-next{background-position:right 0 ; }
.index-news-content .owl-dots{bottom: 15px;left: 48%;position: absolute;}
.index-news-content .owl-dot{width: 12px;height: 12px;background-color: #e9e9e9; border-radius: 50%;display: inline-block;margin-right: 10px;}
.index-news-content .owl-dot.active{background-color: #0391d9;}
.index-news .index-news-more{display: block;margin-left: auto;margin-right: auto; width: 188px;height: 40px;border-radius: 20px;background-color:#003d91; text-align: center;line-height: 40px;color:#fff;}
 .index-news .index-news-more i{font-family: "宋体";display: inline-block;margin-left: 10px; vertical-align: middle;}

/*首页结束-------------------------------------------------------------------------*/
/*新闻中心开始---------------------------------------------------------------*/
.inside-focus {position: relative;}
.inside-focus img{width: 100%;}
.inside-focus .wrap{position: absolute;margin-top: 44px;top: 50%;left: 0;right: 0;
-webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
        transform: translateY(-50%);}
.inside-focus-text{margin-left: 8%;color:#fff;}
.inside-focus-text.fr{margin-left: 0;margin-right: 8%;}
.inside-focus-text h2{font-size: 36px;}
.inside-focus-text h3{font-size: 20px;margin-top: 10px;}

.inside-title{height: 60px;background-color: #f2f2f2;}
.inside-title .wrap{overflow-y: hidden;overflow-x: auto;}
.inside-title-list{text-align: center;padding-top: 20px;margin-left: auto;margin-right: auto;}
.inside-title-list li{float: left;}
.inside-title-list a{display: block;padding-left: 30px;padding-right: 30px; padding-bottom: 20px;position: relative;color:#999;}
.inside-title-list a::after{content: ''; width: 0;position: absolute;height: 2px;background-color: #07589e;right: 0;bottom: -1px;
-webkit-transition: all .25s;
   -moz-transition: all .25s;
    -ms-transition: all .25s;
     -o-transition: all .25s;
        transition: all .25s;}
.inside-title-list a:hover,.inside-title-list li.on a{color:#333;font-weight: bold;}
.inside-title-list a:hover::after,.inside-title-list li.on a::after{width: 100%;right: auto;left: 0;}
/*滚动条背景色-长*/
.inside-title .wrap::-webkit-scrollbar-track-piece {width: 1px;height:2px;background-color:#aaa;} 
/*滚动条宽高*/
.inside-title .wrap::-webkit-scrollbar {width: 1px;height:2px;background-color:#999;}
/*滚动条背景色-小*/
.inside-title .wrap::-webkit-scrollbar-thumb {width: 1px;height:1px;background-color:#000;} 
.inside-title .wrap::-webkit-scrollbar-thumb:hover {width: 1px;height:1px;background-color:#000;}



.inside-local{text-align: right;font-size: 12px;color:#999;padding-top: 25px;padding-bottom: 25px;}
.inside-local a{color:#999;}
.inside-local a:hover{color:#07599d;}
.page{margin-top: 20px;text-align: center;width: 100%;}
.page a{width: 30px;height: 30px;line-height: 30px;text-align: center;display: inline-block;color:#999;vertical-align: middle;}
.page a.arrow{font-family: "宋体";font-size: 20px;}
.page a.on,.page a:hover{background-color: #07599d; color:#fff;}


.news{padding-bottom: 110px;}
.news-title{text-align: center;font-size: 30px;color:#333; }
.news-list .grid{max-width: 100%;margin-bottom: 50px;}
.news-list .grid li{width: 33.3333%;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 10px;}
.news-list .grid li a, .news-list .grid li img{width: 100%;}
.news-list .grid li a{background-color: #f4f4f4;color:#999;
-webkit-transition: all .5s;
   -moz-transition: all .5s;
    -ms-transition: all .5s;
     -o-transition: all .5s;
        transition: all .5s;}
.news-list .grid li .text{padding:15px;}
.news-list .grid h2{font-weight: normal;font-size: 18px;color:#333;margin-bottom: 10px;overflow: hidden; text-overflow: ellipsis;white-space: nowrap;
-webkit-transition: all .5s;
   -moz-transition: all .5s;
    -ms-transition: all .5s;
     -o-transition: all .5s;
        transition: all .5s;}
.news-list .grid p{ line-height: 1.8;}
.news-list .grid .down{font-size: 12px;margin-top: 30px;color:#999;}
.news-list .grid li a:hover{background-color:#07559b; color:#fff;}
.news-list .grid li a:hover h2{color:#fff;}
.news-list .grid a:hover .down{color:#fff;}
/*详情*/
.news-details{padding-bottom: 90px;}
.inside-news-title{border-bottom: 1px solid #ccc;margin-bottom: 30px;}
.inside-news-title h1{font-size: 24px;text-align: center;color:#333;font-weight: normal;}
.inside-news-title span{text-align: center;font-size: 12px; color:#999; display: block;margin: 20px 0;}
.news-article img{max-width: 100%;}
.news-bottom{padding-top: 20px;margin-top: 20px;border-top: 1px solid #ccc; line-height: 1.8;}
.news-bottom-l{width: 80%; }
.news-bottom a{color:#666;font-size: 12px; }
.news-bottom-r{text-align: right;}
.news-bottom-r .return{display: inline-block;width: 80px;height: 28px;line-height: 28px;text-align: center;color:#fff;background-color: #07559b;}
.news-bottom-r .bdshare-button-style0-16 a {margin: 0;padding: 0; width: 16px;height: 15px; -webkit-background-size: 16px auto; background-size: 16px auto; margin-left: 10px;background-position: center center;}
.news-bottom-r .bdshare-button-style0-16 a.bds_tsina{background-image: url(../images/share_weibo.png);}
.news-bottom-r .bdshare-button-style0-16 a.bds_weixin{background-image: url(../images/share_wechat.png);}
.news-bottom-r .bdshare-button-style0-16 a.bds_qzone{background-image: url(../images/share_qzone.png);}
.news-bottom-r .bdshare-button-style0-16{margin-bottom: 15px;}
.news-bottom-r .bdsharebuttonbox span{font-size: 12px;line-height: 1;float: left;}


/*新闻中心结束-------------------------------------------------------------------*/

/*产品中心开始------------------------------------------------*/
.rmfl{float:none!important;display: inline-block; vertical-align:top;}
.pro-list{text-align: center;}
.product-sea{padding-bottom: 80px;}
.product-sea li{float: left; width: 48%;margin-right: 4%; margin-bottom: 4%;}
.product-sea li:nth-of-type(2n){margin-right: 0;}
.product-sea .img img{width: 100%;}
.product-sea a{display: block;position: relative;color:#fff;}
.product-sea-text{position: absolute;bottom: 0;width: 100%;background-color:rgba(0,0,0,.4);-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding: 10px 30px;}
.product-sea-text h2{font-size: 18px;margin-bottom: 10px;}
.product-sea-text p{overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.product-sea-hover{width: 100%;height: 100%;top: 0;left: 0;position: absolute;z-index: 2; background-color:rgba(8,89,157,.95);opacity: 0;
-webkit-transition: all .5s;
   -moz-transition: all .5s;
    -ms-transition: all .5s;
     -o-transition: all .5s;
        transition: all .5s;}
.product-sea-hover .center{text-align: center;position: absolute;width: 100%;top: 50%;opacity: 0;}
.product-sea-hover h3{font-size: 24px;margin-bottom: 10px;}
.product-sea a:hover .product-sea-text{opacity: 0;}
.product-sea a:hover .product-sea-hover{opacity: 1;}
.product-sea a:hover .product-sea-hover .center{opacity: 1;
-webkit-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
     -o-transform: translateY(-50%);
        transform: translateY(-50%);
-webkit-transition: all .5s .1s;
   -moz-transition: all .5s .1s;
    -ms-transition: all .5s .1s;
     -o-transition: all .5s .1s;
        transition: all .5s .1s;}

/*通导系统*/
.product-list{padding-bottom: 110px;}
.product-list .title{font-size: 30px;color:#333;text-align: center; font-weight: bold;}
.product-list-head{text-align: center; margin-bottom: 20px;margin-top: 20px;}
.product-list-head a{color:#999; display: inline-block;margin-left: 25px;margin-right: 25px;}
.product-list-head a.on,.product-list-head a:hover{color:#085ca1;}
.pro-list li{float: left; width: 32%;margin-right: 2%;margin-bottom: 2%;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #e1e1e1;text-align: center;padding: 30px;}
.pro-list li a{display: block;}
.pro-list li:nth-of-type(3n){margin-right: 0;}
.pro-list img{width:100%; max-width: 100%;}
.pro-list .text{margin-top: 30px;}
.pro-list h2{font-size: 18px; color:#333;margin-bottom: 10px;}

/*详情*/
.product-details-show{margin-bottom: 50px;}
.product-details-show-l{width: 53%;}
.product-details-show-l .owl-item{background-color: #fff;}
.product-details-show-l .owl-prev,.product-details-show-l .owl-next{width: 18px;height: 33px;background-image: url(../images/pro_arrow.png); background-repeat: no-repeat; position: absolute;top: 50%;margin-top: -17px;text-indent: -99px;overflow: hidden;}
.product-details-show-l .owl-prev{left: 15px; }
.product-details-show-l .owl-next{right: 15px;background-position: right 0;}
.product-details-show-r{width: 40%;margin-top: 50px;}
.product-details-show-r h2{font-size: 30px;color:#333; margin-bottom: 15px;}
.product-details-show-btn{margin-top: 30px;}
.product-details-show-btn a{display: inline-block;margin-right: 20px;width: 120px;height: 36px;line-height: 36px;text-align: center;color:#fff;vertical-align: top;}
.product-details-show-btn a.details{background-color: #075ca1;}
.product-details-show-btn a.return{background-color: #474747; margin-right: 0;}

.product-detail h2{font-size: 24px;color:#333; padding-bottom: 15px;border-bottom: 1px solid #cacaca; margin-bottom: 15px;}
.product-detail {padding-bottom: 70px;}
.product-detail .img img{max-width: 100%;}
.product-detail p {font:normal 14px "Microsoft Yahei";color:#666;line-height: 2!important;}
.product-detail span{font:normal 14px "Microsoft Yahei"!important;color:#666;}
.product-related{padding-bottom: 110px;}
.product-related h2{text-align: center;font-size: 24px;color:#333;}
.product-related-content{margin-top: 30px;}
.product-related-content .img{padding: 20px;border: 1px solid #e1e1e1;text-align: center;}
.product-related-content .owl-item img{width: auto;max-width: 100%;display: inline-block;}
.product-related-content p{text-align: center;margin-top: 10px;font-size: 16px;}
.product-related-content .owl-prev,.product-related-content .owl-next{width: 18px;height: 33px;background-image: url(../images/pro_arrow.png); background-repeat: no-repeat; position: absolute;top: 50%;margin-top: -17px;text-indent: -99px;overflow: hidden;}
.product-related-content .owl-prev{left: -4%; }
.product-related-content .owl-next{right:-4%;background-position: right 0;}



/*产品中心结束-------------------------------------------------------*/
/*客户服务开始----------------------------------------------------、*/
.service-title{text-align: center;margin-bottom: 30px;margin-top:30px;}
.service-title span{font-size: 30px;color:#333;}
.service-title.white span{color:#fff;}
.service-title p{margin-top: 15px;}


.service-system{padding-bottom: 90px;}
.service-system-list li{float: left; width: 28%;margin-right: 8%;text-align: center;}
.service-system-list li:nth-of-type(3n){margin-right: 0;}
.service-system-list .img img{max-width: 100%;}
.service-system-list .text{margin-top: 30px;}
.service-system-list h2{font-size: 18px;text-align: center; color:#08589e;}
.service-system-list p{line-height: 2;}

.service-support{padding: 100px 0; background-repeat: no-repeat; background-position: center center; -webkit-background-size: cover;
background-size: cover;}
.service-support-pic{margin-bottom: 40px;}
.service-support-pic li{float: left; width: 30%;margin-right: 5%;}
.service-support-pic li:nth-of-type(3n){margin-right: 0;}
.service-support-pic img{width: 100%;}

.service-support-content{color:#fff;line-height: 2;}
.service-support-content li{display: inline-block; vertical-align:top; width: 33%;}
.service-support-content h3{font-size: 18px;font-weight: normal;}

.service-download{background-color: #f7f7f7;padding: 100px 0;}
.service-download-list li{width: 47.5%;float: left; margin-right: 5%; margin-bottom: 15px;padding-bottom: 10px;margin-top: 10px;border-bottom: 1px dashed #dadada;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;padding-right: 15px;position: relative;}
.service-download-list li:nth-of-type(2n){margin-right: 0;}
.service-download-list .download-icon{width: 13px;height: 12px;background: url(../images/download_icon.png) no-repeat; position: absolute;right: 0;top: 5px;}

.service-solve{padding: 80px 0;border-bottom: 1px solid #e4e4e4;}
.service-solve-list{position: relative;}
.service-solve-list::after{content: '';width: 1px;height: 100%;position: absolute;left: 12px;border-left: 1px dashed #dfdfdf;top: 0;z-index: -1;}
.service-solve-list li{position: relative;padding-left: 14%;margin-bottom: 30px;}
.service-solve-list .num{width: 25px;height: 25px;border-radius: 50%;line-height: 25px;text-align: center;color:#fff; background-color: #989898;position: absolute;left: 0;top: 0;}
.service-solve-text{padding-bottom: 15px;border-bottom: 1px solid #dddddd; line-height: 2;}
.service-solve-text h2{font-weight: normal;color:#08559b; margin-bottom: 5px;cursor: pointer;}
.service-solve .service-solve-more{display: block;margin-left: auto;margin-right: auto;width: 160px;height: 40px;line-height: 40px;text-align: center;color:#fff;background-color:#07589e;margin-top: 40px;}
.service-solve-text p{display: none;}

.service-suggest{padding: 70px 0 110px;}
.service-suggest .state{text-align: center;}
.service-suggest-form li{float: left; margin-bottom: 20px;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-left: 80px;position: relative;display: block;width: 100%;}
.service-suggest-form .w48{width: 48%;}
.service-suggest-form .mr4{margin-right: 4%;}
.service-suggest-form .word{width: 80px;position: absolute;line-height: 35px;left: 0;top: 0;}
li:last-of-type .word {line-height:normal;}
.service-suggest-form .bd{border: 1px solid #ddd;}
.service-suggest-form .text,.service-suggest-form .yanzheng{height: 33px;line-height: 33px;display: block;width: 100%;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-left: 10px;padding-right: 10px;font-family: "微软雅黑"; font-size: 14px;color:#666;}
.service-suggest-form textarea{height: 240px;display: block;width: 100%;padding: 10px;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;font-family: "微软雅黑"; font-size: 14px;color:#666;}
.service-suggest-form .yanzheng{width: 120px;display: inline-block;}
.service-suggest-form .yz_img{display: inline-block;margin-left: 10px;margin-right: 10px;}
.service-suggest-form .submit{width: 140px;height: 35px;color:#fff;font-family: "微软雅黑";font-size: 14px;background-color: #07589e;}



/*客户服务结束---------------------------------------------------------*/
/*睿铭测控开始-----------------------------------------------------------*/
.control-servey{padding-bottom: 80px;background-color: #f7f7f7;}
.control-servey-pic,.control-servey-text{width: 48%;}
.control-servey-text h2{font-size: 24px;color:#085ca1; border-bottom: 1px solid #dddddd; padding-bottom: 15px; font-weight: normal; margin-bottom: 15px;}
.control-servey-text .text{/*overflow-y: scroll;*/height: 200px;}
.control-servey-text .jspDrag{background:#085ca1;border-radius: 8px;}
.control-servey-text p{line-height: 2;}
.control-servey-pic .owl-dots{position: absolute;width: 100%;left: 108.33%;bottom: 15px;}
.control-servey-pic .owl-dot{display: inline-block;margin-right: 10px;width: 12px;height: 12px;border-radius: 50%;background-color: #e9e9e9;}
.control-servey-pic .owl-dot.active{background-color: #0391d9;}

.control-cultrue{padding: 80px 0;}
.control-cultrue-content{padding-top: 10px; position: relative;}
.control-cultrue-content::before{content: ''; position: absolute; width: 61%;right: 0;border-top: 1px solid #bebebe;top: 0;} 
.control-cultrue-content::after{content: ''; width: 1px;height: 80px;position: absolute;border-left: 1px solid #bebebe; left: 39%;top: 0;
-webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
     -o-transform: rotate(45deg);
        transform: rotate(45deg);
-webkit-transform-origin: top;
-moz-transform-origin: top;
-ms-transform-origin: top;
-o-transform-origin: top;
transform-origin: top;}
.control-cultrue-pic{width: 36%;}
.control-cultrue-pic img{max-width: 100%;}
.control-cultrue-r{width: 58%; margin-top: 60px;}
.control-cultrue-text span{width:30%;display:inline-block;  vertical-align:top;margin-right:4%;}
.control-cultrue-list{margin-top: 60px;}
.control-cultrue-list li{width: 21.25%;margin-right: 5%;text-align: center; float: left;}
.control-cultrue-list li:nth-of-type(4n){margin-right: 0;}
.control-cultrue-list .icon{}
.control-cultrue-list .icon img{max-width: 100%;}
.control-cultrue-list p{font-size: 18px;color:#08589e;margin-top: 10px;}

.control-research{padding: 80px 0; background:url(../images/control_research_bg.jpg) no-repeat center;-webkit-background-size: cover; background-size: cover;}
.control-research-pic{width: 49%;}
.control-research-pic img {width: 100%;}
.control-research-text{width: 47%;padding-top: 50px;}
.control-research-text h2{font-size: 24px;color:#08589e; margin-bottom: 30px;}
.control-research-text p{line-height: 1.8;}

.control-qualification{padding: 20px 0;background:url(../images/control-qualification_bg.jpg)no-repeat center;-webkit-background-size: cover; background-size: cover;}
.control-qualification-list .img img{width: 100%;}
.control-qualification-list .block{position: relative;background:rgba(238, 238, 238, 0.3);border:1px solid #e6e6e6;}
.control-qualification-list .block p{/*position: absolute;bottom: 0;*/padding: 10px;width: 100%;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; left: 0;color:#000;text-align: center;}
.control-qualification-list .owl-prev,.control-qualification-list .owl-next{width: 18px;height: 33px;background-image: url(../images/pro_arrow.png); background-repeat: no-repeat; position: absolute;top: 50%;margin-top: -17px;text-indent: -99px;overflow: hidden;}
.control-qualification-list .owl-prev{left: -50px; }
.control-qualification-list .owl-next{right: -50px;background-position: right 0;}

/*.control-responsibility{margin-bottom: 70px;}*/
.control-responsibility-list li{width: 33.333333%;float: left; position: relative;}
.control-responsibility-list img{width: 100%;}
.control-responsibility-list .text{position: absolute;width: 90%;text-align: center;margin-left: auto;margin-right: auto;left: 0;right: 0;bottom: 10%;color:#fff; z-index: 2;max-width: 250px;}
.control-responsibility-list h2{font-size: 24px;position: relative;}
.control-responsibility-list h2::after{width: 30px;height: 2px;background-color: #fff; display: block;margin-left: auto;margin-right: auto;margin-top: 15px;margin-bottom: 15px;content: '';}
.control-responsibility-list p{line-height: 2;}

.control-partner{padding-bottom: 80px;padding-top:70px;}
.control-partner .owl-item{background-color: #fff;}
.control-partner .owl-dots{margin-top: 30px;text-align: center;}
.control-partner .owl-dot{display: inline-block;margin-right: 10px;width: 12px;height: 12px;border-radius: 50%;background-color: #e9e9e9;}
.control-partner .owl-dot.active{background-color: #0391d9;}
.control-partner-list .owl-stage-outer{padding-left: 1px;}
.control-partner-list .img{padding-top: 48%;width: 100%;position: relative;border: 1px solid #eee;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;margin-left: -1px;}
.control-partner-list .img img{position: absolute;max-width: 60%;top: 0;bottom: 0;left: 0;right: 0;margin:auto;}
.control-partner-list .img:nth-child(2){margin-top: -1px;}

.control-history{padding: 70px 0;  -webkit-background-size: cover;
background-size: cover;background-repeat: no-repeat;background-position: center;}
.picScroll-top{ margin:0 auto;  width:100%;  overflow:hidden; position:relative;}
.picScroll-top .hd{ overflow:hidden; text-align: center; }
.picScroll-top .hd .prev,.picScroll-top .hd .next{ display:inline-block;  width:30px; height:30px;  margin-right:20px;margin-left: 20px; overflow:hidden; cursor:pointer; background:url("../images/arrow.png") 0 0 no-repeat;border: 1px solid rgba(255,255,255,.5);}
.picScroll-top .hd .next{ background-position:right 0;  }
.picScroll-top .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1;display: none;}
.picScroll-top .pageState{display: none;}
.picScroll-top .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer;}
.picScroll-top .hd ul li.on{ background-position:0 0; }
.picScroll-top .bd{ padding-bottom: 30px; position: relative;z-index: 2;}
.picScroll-top .bd::after{content:"";width: 2px;height: 100%;background-color:rgba(216,216,216,.7); top: 0;left: 50%;position: absolute;z-index: -1;}
.picScroll-top .picList{ overflow:hidden; zoom:1; }
.picScroll-top .picList li{  zoom:1; min-height: 70px;color:#fff;padding-top: 30px;}
.picScroll-top .picList .block{width: 50%;}
.picScroll-top .picList li:nth-of-type(2n-1) .block,.picScroll-top .picList li:nth-of-type(2n) .ele{float: right;}
.picScroll-top .picList li:nth-of-type(2n) .block,.picScroll-top .picList li:nth-of-type(2n-1) .ele{float: left;}
.picScroll-top .picList .head{font-size: 26px;/*font-weight: bold; */width: 40%;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; position: relative;}
.picScroll-top .picList .head::after{content:"";position: absolute;width: 30px;height: 1px;background:rgb(212,213,214);left: 6px;top: 50%;}
.picScroll-top .picList .head::before{content:"";width: 12px;height: 12px;border-radius: 6px;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;border: 4px solid #0391d9; left: -6px;position: absolute;top: 50%;margin-top: -6px;}
.picScroll-top .picList li:nth-of-type(2n) .head::after{right: 6px;left:auto;}
.picScroll-top .picList li:nth-of-type(2n) .head::before{right: -6px;left: auto;}
.picScroll-top .picList li:nth-of-type(2n-1) .head{text-align: right;}
.picScroll-top .picList .body{width: 43%;margin-left: 4%;line-height: 24px;margin-top: 15px;}
.picScroll-top .picList li:nth-of-type(2n) .body{margin-right: 4%;margin-left: 0;}


.control-human{padding: 80px 0 110px;}
.prencai{padding-top: 30px;}
.prencai .prencai-head{background-color: #07599d; height: 40px;line-height: 40px; color:#fff; margin-bottom: 10px;}
.prencai span{padding-left: 5%; display: inline-block;}
.prencai .span1{width: 26%;}
.prencai .span2{width: 16%;}
.prencai .span3{width: 17%;}
.prencai .span4{width: 18%;}
.prencai .rencai-content li,.mrencai li{margin-bottom: 5px; color:#666;}
.prencai .rencai-content .hd,.mrencai .hd{height: 55px;line-height: 55px; background-color:#f3f3f3;cursor: pointer;}
.prencai .rencai-content .span1{background: url(../images/rencai_jia.png) no-repeat 6% center;}
.prencai .rencai-content .hd-on .hd{background-color: #e6eef5;}
.prencai .rencai-content .hd-on .span1{background-image: url(../images/rencai_jian.png);}
.prencai .rencai-content .bd,.mrencai .bd{background-color: #fafafa; display: none;}
.prencai .rencai-content .bd .bd-up{padding: 20px 0; padding-bottom: 30px;}
.prencai .rencai-content .bd .bd-upc{padding: 0 5%; width: 40%;}
.prencai .rencai-content .bd-upc.bdr{border-right: 1px solid #eceeec; padding-top: 10px; padding-bottom: 20px; margin-left: -1px;}
.prencai .rencai-content .bd h3{font-size: 16px; color:#333; font-weight: normal;padding-bottom: 20px;}
.rencai-content .bd p{line-height: 26px;}
.rencai-content .bd a{color:#07599d; text-decoration: underline;}
.prencai .rencai-content .bd .bd-down{ padding-left: 5%; padding-bottom: 30px;}
.mrencai{display: none;}

.control-contact{background:#f7f7f7;min-height: 600px;width:100%;}
.contact-title{text-align: center;margin-top:65px;margin-bottom: 55px;}
.contact-title span{font-size: 30px;color: #333;}
.contact-text h2{color:#829dc0;margin-bottom:20px;font-size: 18px;}
.contact-text{width:32%;}
.contact-text p{line-height: 2;}
.contact-map{width:64%;}
/*睿铭测控结束-------------------------------------------------------------*/



@media (min-width: 1024px) {
.index-about-content .more span,.index-news .index-news-more span,.index-news .index-news-more i,.news-bottom-r .return span,.product-details-show-btn a span,.service-solve .service-solve-more span{position: relative;z-index: 2;}
.index-about-content .more,.index-news .index-news-more,.news-bottom-r .return,.product-details-show-btn a,.service-solve .service-solve-more{position: relative;overflow: hidden;}
.index-about-content .more::after,.index-news .index-news-more::after,.news-bottom-r .return::after,.product-details-show-btn a::after,.service-solve .service-solve-more::after{content: '';width: 100%;height:0;background-color: #0391d9;position: absolute;left: 0;top: 0;
-webkit-transition: all .3s;
   -moz-transition: all .3s;
    -ms-transition: all .3s;
     -o-transition: all .3s;
        transition: all .3s;}
.index-about-content .more:hover::after,.index-news .index-news-more:hover::after,.news-bottom-r .return:hover::after,.product-details-show-btn a:hover::after,.service-solve .service-solve-more:hover::after{height: 100%;}
.index-product .item:hover p{color:#08599d;}
.index-product .item:hover .img{opacity: 0.8;}
.product-related-content a:hover .img{box-shadow: 0 0 10px #ccc;}
.pro-list a:hover h2{color:#08599d;}
.pro-list li:hover{box-shadow: 0 0 10px #ccc;}
.service-system-list .img,.control-cultrue-list .icon,.control-responsibility-list .img::after,.control-responsibility-list li .text{
-webkit-transition: all .3s;
   -moz-transition: all .3s;
    -ms-transition: all .3s;
     -o-transition: all .3s;
        transition: all .3s;
}
.service-system-list .img:hover,.control-cultrue-list .icon:hover{
-webkit-transform: translateY(-10px);
   -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
     -o-transform: translateY(-10px);
        transform: translateY(-10px);
}
.control-responsibility-list .img{position: relative;}
.control-responsibility-list .img::after{content: ''; position: absolute;width: 100%;height: 100%;top: 0;left: 0;background:rgba(0,0,0,.5);opacity: 0;}
.control-responsibility-list li:hover .img::after{opacity: 1; }
.control-responsibility-list li:hover .text{
-webkit-transform: translateY(-30px);
   -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
     -o-transform: translateY(-30px);
        transform: translateY(-30px);
}
.control-partner-list .img:hover img{opacity: 0.7; }
.picScroll-top .hd .prev, .picScroll-top .hd .next{
-webkit-transition: all .3s;
   -moz-transition: all .3s;
    -ms-transition: all .3s;
     -o-transition: all .3s;
        transition: all .3s;
}
.picScroll-top .hd .prev:hover, .picScroll-top .hd .next:hover{background-color: #0391d9; border-color: #0391d9;}
.control-qualification-list .img {overflow: hidden;}
.control-qualification-list .img img{
-webkit-transition: all .5s;
   -moz-transition: all .5s;
    -ms-transition: all .5s;
     -o-transition: all .5s;
        transition: all .5s;
}
.control-qualification-list .img:hover img{
-webkit-transform: scale(1.1, 1.1);
   -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
     -o-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
}


}

@media (min-width: 1600px) {
.pc-nav .head{padding-left: 40px;padding-right: 40px;}

    
}
@media (max-width: 1200px) {
.pc-nav .head{padding-left: 25px;padding-right: 25px;}  
.index-news-content .tip{margin-top: 15px;}
.control-servey-pic .owl-dots{width: auto;right: 0;left:auto;}


}

@media (max-width: 1000px) {
.pc-header-r{display: none;}  
.pc-header{height: 60px;width: 100%;border-radius: 0;}
.pc-header .logo{padding-top: 12px;padding-left: 30px;}
.pc-header .logo img{width: 80px;}
.mo-menu{padding-right: 30px;padding-top: 17px;display: block;}
.mo-header{position: fixed;height: 100%;overflow: hidden;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;padding-top: 80px;background-color: #fff;width: 100%;top: 0;z-index: -1;}
.mo-header ul{margin-left: 30px;margin-right: 30px;text-align: center;height: 100%;overflow: auto;display: block;}
.mo-header li{border-bottom: 1px solid rgba(8,89,157,.5);padding: 10px 0;}
.mo-header .head{font-size: 16px; color:#333;line-height: 40px;}
.mo-header a{display: block;}
.mo-header .body a{line-height: 36px;}
.mo-header .body {display: none;}
.mo-header li.on .head{color:#08599d;}
.mo-header .public-icon a{display: inline-block;vertical-align: middle;margin-left: 5px;margin-right: 5px;}

.inside-focus{margin-top: 60px;}
.index-news-content .text,.inside-focus .wrap{margin-top: 0;}
.inside-focus-text h2{font-size: 1.2rem;}
.inside-focus-text h3{font-size: 0.8rem;}
}

@media (max-width: 768px) {
.prencai{display: none;}
.mrencai{display: block;}
.mrencai .hd{padding:0 3%; box-sizing: border-box;}
.mrencai .hd p{ font-size: 18px; background: url(../images/rencai_jia.png) no-repeat right center;}

.mrencai li.hd-on .hd{background-color: #e6eef5;}
.mrencai li.hd-on .hd p{background-image: url(../images/rencai_jian.png);}
.mrencai .bdc{padding-top: 20px;padding-bottom: 20px;padding-left: 3%; padding-right: 3%;}
.mrencai .bd-block,.mrencai .bd-upc {padding-bottom: 15px;}
.mrencai h3{font-size: 16px;font-weight: normal;color:#333;}
.mrencai .bd-block h3{display: inline-block; }
.mrencai .bd-block span{font-size: 16px;}
.mrencai .bd-upc h3{padding-bottom: 5px;}

.index-about-content .img img{width: 10rem;}
.index-about{height: 26rem;}
.index-about-content .img{margin-bottom: 1.2rem;}
.index-product .owl-prev,.product-related-content .owl-prev,.control-qualification-list .owl-prev{left: 0;}
.index-product .owl-next, .product-related-content .owl-next, .control-qualification-list .owl-next{right: 0;}
.index-news,.service-support,.service-download,.service-solve,.service-suggest,.control-history,.control-qualification{padding: 3rem 0;}
.index-news-content{margin: 2rem 0;}
.index-news h2,.index-product h2{font-size: 24px;}
.index-product,.control-human{padding: 2rem 0 3rem;}
.index-product-title{margin: 2rem 0;}
.news-bottom-r,.news-bottom-l{float: none;width: 100%;text-align: left;}
.news-bottom-r{margin-top: 1rem;}
.inside-news-title h1,.product-detail h2,.product-related h2,.product-sea-hover h3{font-size: 20px;}
.product-details-show-r{margin-top: 1rem;}
.pro-list li{width: 48%;margin-right: 4%;margin-bottom: 4%;}
.pro-list li:nth-of-type(3n){margin-right: 4%;}
.pro-list li:nth-of-type(2n){margin-right: 0;}
.product-sea-text{padding-left: 10px;padding-right: 10px;}
.product-sea-text h2{font-size: 16px; margin-bottom: 5px;}
.picScroll-top .picList .head{padding-left: 50px;width: auto;font-size: 1.5rem;}
.picScroll-top .picList li:nth-of-type(2n) .head{padding-left: 0;padding-right: 50px;}
.picScroll-top .picList .body{width: 96%;}
.picScroll-top .picList li{padding-top: 20px;}

}

@media (max-width: 640px){
.index-news-content .pic,.index-news-content .text{width: 100%;float: none;}
.index-news-content .text,.product-related-content{margin-top: 1rem;}
.index-news-content .owl-dots{left: 0;bottom: 0;}
.index-news-content .owl-nav{bottom: 0;}
.footer{padding-bottom: 0 !important;}
.footer-bottom .copy{display: block;}
.footer-bottom .link{margin: 20px auto;display: block;}
.index-banner .item-text h2{font-size: 1.3rem;}
.index-banner .item-text p{font-size: 14px;}
.news-list .grid li{width: 50%;}
.news,.news-details,.product-related,.product-detail,.product-list{padding-bottom: 3rem;}
.product-sea,.service-system,.control-servey,.control-partner{padding-bottom: 2rem;}
.control-research,.control-cultrue{padding: 2rem 0;}

.control-responsibility{margin-bottom: 2rem;}
.news-title,.product-details-show-r h2,.product-list .title,.service-title span{font-size: 24px;}
.news-list .grid{margin-top: 20px;}
.product-details-show-l,.product-details-show-r{width: 100%;}
.service-solve-list li{padding-left: 10%;}
.service-system-list h2{font-size: 16px;}
.service-system-list p{line-height: 1.8;}
.control-servey-pic, .control-servey-text{width: 100%;}
.control-servey-text{margin-top: 1rem;}
.service-title{margin-bottom: 1rem;}

.contact-message{width:100%;}
.contact-map{width:100%;}
.contact-text{width:100%;margin-bottom:1rem;}
.control-contact{margin-bottom:2rem;}
.control-cultrue-r{width: 100%;}
.control-cultrue-pic{width: 100%;text-align: center;}
.control-cultrue-content::before{width: 90%;}
.control-cultrue-content::after{left: 10%;}
.control-cultrue{overflow: hidden;}

.control-research-pic,.control-research-text{width: 100%;}
.control-research-text{padding-top: 1.5rem;}
.control-research-text h2{font-size: 20px; margin-bottom: 1rem;}
.control-responsibility-list li{width: 100%;}
.control-cultrue-pic img{max-width: 70%;}
.control-cultrue-r,.control-cultrue-list{margin-top: 2rem;}
.control-servey-text h2{font-size: 20px;}
}


@media (max-width: 480px){
.index-product-title li{padding: 15px;}
.index-product-title .icon img{width: 4.5rem;}
.index-news .index-news-more{width: 160px;}
.footer-bottom .link a{display: inline-block;margin-bottom: 10px;}
.index-about-content .more{margin-top: 1rem;}
.news-title{font-size: 20px;}
.news-list .grid li{width: 100%;}
.news-list .grid{margin-bottom: 1rem;}
.pro-list li{width: 100%;margin-right: 0;padding: 20px;}
.pro-list li:nth-of-type(3n){margin-right: 0;}
.product-sea li{width: 100%;margin-right: 0;margin-bottom: 1rem;}
.service-suggest-form .w48{width: 100%;}
.service-suggest-form .mr4{margin-right: 0;}
.service-suggest-form .submit{display: block;margin-top: 10px;}
.service-download-list li{width: 100%;margin-right: 0;}
.control-cultrue-text span{width: 45%;}
.control-cultrue-list li{width: 48%;margin-right: 4%; margin-bottom: 1.5rem;}
.control-cultrue-list li:nth-of-type(2n){margin-right: 0;}
.mrencai .hd p,.control-cultrue-list p{font-size: 16px;}
}

@media (max-width: 360px){
.mo-header li{padding: 5px 0;}
}



.inside-title-list {
  font-size: 0;
  text-align: center;
}

.inside-title-list li {
  display: inline-block;
  float: none;
  vertical-align: middle;
  font-size: 14px;
}