﻿.container {max-width: 1230px;}

/*网站公共样式*/
.clear{clear:both;overflow:hidden;}
.info-content,.product-content{font-size:15px;line-height:2;margin:0 auto;padding: 0px;}
.news-content{margin-top:30px !important;}
a{color:#000;text-decoration:none;}                                            
a:hover{color:#0058de;}
a:focus{color:#000;}
a.btn-more{transition:all 0.5s ease;-moz-transition:all 0.5s ease; /* Firefox 4 */-webkit-transition:all 0.5s ease; /* Safari and Chrome */-o-transition:all 0.5s ease; /* Opera */}
.banner{height:500px\9!important;overflow:hidden\9!important;overflow:hidden;} /*兼容ie低版*/.banner{height:500px\9!important;overflow:hidden\9!important;overflow:hidden;} /*兼容ie低版*/
.clearfix{clear:both;}
.header1{background-color: #fff;border-top: 3px solid rgb(0, 61, 135);}
html{ overflow-y:scroll; min-height:101%;}
html{ overflow:-moz-scrollbars-vertical;}
.product-content{display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;}

/*产品公共样式*/
.account{text-align: center;}
.product-box{padding-top: 60px;}
.breadcrumb-line .breadcrumb{color:#5a5a5a;font-size: 14px;border-bottom: 1px solid #f4f4f4;}
.breadcrumb > li + li::before {content: " ->";color:#5a5a5a}
.pagination > li > a, .pagination > li > span{padding: 6px 10px;}
.card2{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all;height: 44px;}
.html5zoo-arrow-left-0{background:url(../images/left.png) no-repeat scroll left top!important;margin-left:30px;background-size: cover !important;}
.html5zoo-arrow-right-0{background:url(../images/left2.png) no-repeat scroll left top!important;margin-right:30px;background-size: cover !important;}
.page ul li .fa{padding-right: 10px;}
.page ul li:hover a,.page ul li:hover{color: #0488CD;}
.font-size-13{font-size:13px;}
@media (min-width:1000px){.card1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;font-size: 15px;}}
@media (max-width:1000px){.card1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;font-size: 15px;text-align:center;}}

/*遮罩层*/
.mask-bg{position:fixed;width: 100%;height:100%;display:none;height:100vh;background-color: rgba(0, 0, 0, .7);overflow:hidden;z-index:99;top: 0;left: 0;}
.mask-bg.active{display:block;}
/*自定义导航动画，也可以用animater.css中的动画，需要在script.js中修改*/
.nav .animated,.sub-nav .animated{-webkit-animation-duration:0.4s;animation-duration:0.4s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.navSlide{-webkit-animation-name:navSlide;animation-name:navSlide}
@keyframes navSlide{0%{-webkit-transform:translateY(100%);transform:translateY(100%);opacity:0;visibility:visible}100%{-webkit-transform:translateY(0);opacity:1;transform:translateY(0)}}
#tab_c{display: flex; flex-direction: column;justify-content: center;align-items: center;margin-top: 40px;}
/*主菜单*/
@media (min-width:1000px) /*pc端*/
{
.header1{height: 84px;}
/*top*/
.home-headline{text-align:center;font-weight:normal;}
.home-headline i{background-color: #54bfc4;height: 2px;width: 40px;display:block;margin:10px auto;}
.header-top {background-color:#000;}
.header1 .logo{display:block}
.header1 .nav-toggle{display:none}
.header1 .logobox{padding: 2px 0 2px 15px;}
.header1 .right{padding-right:0;}
.logo img{max-height: 76px;width: auto;}
.logo .invest{font-size: 24px;line-height:1.5;}
.nav > ul{float:right;}

.nav-bg{padding-top: 16px;}
.pageheader .nav > ul > li > a{color:#000;}
.pageheader .nav > ul > li > a::after{background-color: #e30b20;}
.pageheader .nav > ul > li.current > a,.pageheader .nav > ul > li > a:hover{color:#e30b20;}
.pageheader .search .fa{color: #e30b20;}

.nav>ul>li{float:left;text-align:center;line-height:45px;}
.nav>ul>li>ul{position:absolute;}
.nav>ul>li>a{padding: 15px 18px;font-size: 16px;}
.nav >ul>li.current >a,.nav >ul>li> a:hover{color:#fff;}
.nav ul li.current{color:#fff;background:#003d87;}
.nav li:hover> ul{display:none;}
.nav> ul > li > ul li ul::before{display:block;margin:0px auto;text-align: center;position:absolute;top:20px;left:-10px;content: "";width: 0;height: 0;border-bottom:5px solid transparent;border-right:5px solid transparent;border-top: 5px solid transparent;border-left: 5px solid #fff;}
.nav ul li ul li a{display:block;width:100%;text-align:center;color:#fff;font-size:15px;line-height:50px} 
.nav ul li ul li a:hover{text-decoration:none;color:#fff;background:#54C1C4;}
.nav ul li{position:relative;}      
.nav ul li .arrow{display:none}
.nav ul li ul{background-color:#2366cd;display:none;position:absolute;z-index:2;width:121px;top: 48px;} /*二级ul样式*/
.nav ul li ul li ul{left:100%;top:0px; display:none;}/*三级以后ul样式*/
.el-input-group {width: 50%!important;}
}
@media (max-width:1000px) /*手机端*/
{
/*top*/
.home-headline{text-align:center;font-weight:normal;}
.home-headline i{background-color: #54bfc4;height: 2px;width: 40px;display:block;margin:10px auto;}
.header-top {background-color:#000;}
.header1 {padding:0px 0;}
.header1 .logo{line-height:60px;text-align:left;}
.header1 .logo img{height:auto;width:auto;max-width:250px;max-height:65px;}
.header1 .nav-toggle{position:absolute;right:10px;top:40px;font-size:25px;color:#fff;min-width:40px;height:40px;line-height:40px;text-align:center;cursor:pointer;z-index:1;background: #003d87;border-radius: 50%;}
.header1 .nav-toggle.active{color:#ccc;}
.header1 .topcoms .logobox{padding-left: 10px;}
.topcoms .col-xs-12{padding:0 0;}
.document-flow{background-color: #fff;}

.nav{position:fixed;z-index:100;top:0px;right:0px;width:0px;background:#fff;height:100%;height:100vh;opacity:0;transition: all 0.2s linear;overflow-y:auto;padding-left: 0;padding-right: 0;}
.nav.active{opacity:1;width:300px;max-width:60%}
.nav ul li{line-height: 45px;text-align:left}
.nav ul li ul{display:none;} /*二级ul样式*/
.nav ul li a{padding-left:30px;display:block;color:#999;font-size:15px;line-height:2;border-bottom: 1px solid #dcdcdc;padding: 10px 20px 10px 30px;}
.nav ul li ul li a{padding-left:50px;font-size:14px;background-color:#eeeeee}
.nav ul li ul li ul li a{padding-left:70px;}
.nav ul li ul li ul li li a{padding-left:80px;}
.nav ul li{position:relative;}
.nav ul li .arrow{position:absolute;right:0px;top:0px;width:50px;height:50px;line-height:50px; text-align:center;transition-duration:0s}
.nav ul li .arrow:after{font-family:FontAwesome;content:"\f105";display:block;font-weight:bold;font-size:18px}
.nav ul li.current > a{color:#3c78d8;}
.nav ul li.active > ul{display:block}
.nav ul li.active > .arrow{transform:rotate(90deg)}
.gotoptop_icon{display:none!important;}
}
/*小手机*/
@media (max-width: 767px){
/*FOOTER*/
.foot-menu li:nth-child(5),.foot-menu li:nth-child(6){display:none;}
}

/*FOOTER*/
footer{width:100%;min-height:95px;line-height:2.5;}
.footernav>ul>li{display:inline;}
.footernav >ul>li> a:hover{color: rgb(54, 128, 249);}
.footernav ul li a{padding: 0px 10px;color: #d9d9d9;}
.footernav>ul>li>ul{display:none;}
.beian a:hover,.copyright a:hover{color:#fff;text-decoration:underline;}
.beian a,.beian{font-size:13px;}
.coun{text-align:center;color: rgb(158, 158, 158);}
.title-dZ{color:rgb(158, 158, 158);}
@media (min-width:1000px) {
.coun{margin-top: 10px;}
.coun img{max-height: 150px;}
.footernav ul{margin-bottom: 8px;}
.beian{padding:10px 0;}
footer{background-color:#000; padding-top: 30px;margin-top:80px;}
.title-dZ {border-top: 1px dashed #555;border-bottom: 1px dashed #555;padding: 10px 0;}
.title-dZ ul li{display:inline-block;padding-right: 30px;}
}
@media (max-width:1000px) {
.coun{margin-top: 20px;}
.coun img{max-height: 120px;}
.footernav{text-align:left;}
.footernav ul li:first-child a{padding-left:0;}
.bot-bg{margin-top: -50px;padding-bottom: 40px;}
footer{text-align: center;margin-top:20px;padding-top: 20px;background-color:#000;}
.beian{margin-top: 10px;}
.foo-footer{margin-bottom:50px;}
.title-dZ ul li{display:inline-block;padding-right: 1px;}
.title-dZ {border-top: 1px dashed #555;border-bottom: 1px dashed #555;padding: 10px;text-align: left;}
}


/*置顶*/
 #gotoptop_icon{position: fixed;z-index: 10;right: 5px;bottom: 50px;width: 50px;height: 50px;background: url(../images/top.png) no-repeat;cursor: pointer;}
@media (max-width:1000px){#gotoptop_icon{display:none !important;}}

/*移动端固定栏目按钮*/
.float-nav-toggle{z-index: 10;display: block;text-align: center;position: fixed;left: 6px;bottom: 60px;color: #fff;font-size: 18px;width: 40px;height: 40px;line-height: 40px;background-color: rgba(13, 13, 13, 0.6);border-radius: 20px;}
@media (max-width: 767px) {.display-xs-block {display: block !important;}}
/*移动端固定导航栏*/
.footer-fixed{position:fixed;left:0;bottom:0;overflow:hidden;width:100%;padding:6px 0px 2px;color:#fff;z-index:9;-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;border-top: 0.2rem solid #000;background: #fff;}
.footer-fixed ul{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;text-align: center;}
.footer-fixed ul li a{width:100%;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;font-size: 13px;}
.footer-fixed ul li p{font-size:1.3rem;}
.footer-fixed.active{transform:translateX(2.8rem);z-index:9;}
.footer-fixed2{font-size: 2.8rem;padding-top: 0.6rem;}
.footer-fixed i{display:block;}
.footer-fixed .fa{font-size:22px;}
@media (min-width:1000px){.footer-fixed{display:none!important;}}
@media (max-width:1000px){}
/*PC端置顶*/
#ToTop {position: fixed;bottom: 80px;right: 40px;width: 40px;height: 40px;text-indent: -999em;z-index: 20000;background-image: url(../images/top2.png); background-repeat: no-repeat;background-position:0 0;}
#ToTop:hover {width: 40px;height: 40px;background: url(../images/top2.png) no-repeat 0 -42px;text-indent: -999em;filter: alpha(opacity=100);opacity: 1;z-index: 20000;}
/*搜素*/
/*.sub-nav .sst-box {position: absolute;top: 8px;right: 110px;}  
.sub-nav .sst-box .btn{background:url(../images/y_sch.png)no-repeat center;position: absolute;right: -50px;width: 50px;height: 32px;}  
.sub-nav .sst-box .s-input{background-color: #fff;border: none;width: 260px;height: 32px;padding-left: 10px;}  
.search2{position: absolute;top: -5px;right: -35px;}
.search .font{font-size:15px;}
.search .font .rs{color:#888;}
.ss-box .s-input{font-size: 15px;line-height: 32px;height: 32px;color: #fff;border: transparent 1px solid;background:none;}
.ss-box .s-btn{background:url(../images/WED.png)no-repeat center;line-height: 32px;height: 32px;border: none;overflow: hidden;}
.ss-box .box-ss{padding-left: 0;padding-right: 0;}*/

/*图片列表*/
.images-list .row .item a{display:block;overflow:hidden;}
.images-list2 .row .item a{display: block;overflow: visible !important;text-align: center;}
.images-list2 .row .item img{display: block;width: 112px !important;height: auto !important;margin: 0px auto;}
.images-list2 .dsc{min-height: 340px;}
.images-list2 .mnsn{overflow:visible!important;padding: 20px 20px 0;}
.images-list2 i{border-top: 2px solid #46bec1;width: 66px;display: block;margin: 0 auto;}
.images-list2 .i{background-color: rgb(249, 250, 254);}
.images-list2 .i2{background-color:#fff;}
.images-list2 .li{padding: 0 20px;}
.title .mi2{font-size: 12px;color: rgb(153, 153, 153);text-align: center;}
@media (min-width:1000px){
.pop img{height: 360px;width: 399px;}
.images-list .row .item img {display: block;width: 100% !important; height: 235px !important;transition: 0.3s linear;-moz-transition: -moz-transform 0.5s ease-out;}
.images-list .row .item:hover img {transform: translateY(-5%);}
.title .car{color: rgb(119, 119, 119);font-size: 14px;line-height: 160%;padding: 20px 0;height: 200px;overflow: hidden;}

}
@media (max-width:1000px){.title .car{color: rgb(119, 119, 119);font-size: 14px;line-height: 160%;padding: 20px 0;overflow: hidden;}
}

/*子栏目样式*/
.sub-nav-box .sub-nav-title{padding-left:15px;height: 40px;line-height: 40px;font-weight: bold;margin-bottom: 10px;}
.sub-nav-box .sub-nav-title b{color:#666;font-weight: normal;}
/*.sub-nav-box .sub-nav{overflow:visible;}
.sub-nav-box .sub-nav li{text-align:center;position:relative;display: inline-block;}
.sub-nav-box .sub-nav li a{display:block;background-color: #3c78d8;height: 40px;line-height: 40px;color: #fff;padding: 0 2px;}
.sub-nav-box .sub-nav li a:hover{background-color: #003d87;}
.sub-nav-box .sub-nav li ul{display:none}
.sub-nav-box .sub-nav li ul li a{padding-left:55px;}
.sub-nav-box .sub-nav li ul li ul li a{padding-left:85px}

.sub-nav-box li .arrow{position:absolute;right:0px;top:0px;width:54px;height:54px;line-height:54px; text-align:center;transition-duration:0.1s;cursor:pointer}
.sub-nav-box li .arrow:after{font-family:FontAwesome;content:"\f105";display:block;font-weight:bold;font-size:18px}

.sub-nav-box .sub-nav li.current > a{background-color: #003d87;}
.sub-nav-box .sub-nav li.active > ul{display:block}
.sub-nav-box .sub-nav li.active > .arrow{transform:rotate(90deg)}*/
@media (min-width:1000px) {
/*.sub-nav-box .sub-nav li{padding: 0 6px;min-width:120px;margin-bottom: 4px;}*/
.sub-nav-box .sub-nav-title{font-size:20px;width: 250px;}
.sub-nav-box .sub-nav-title b{font-size:18px;}
}
@media screen and (min-width:768px) and (max-width:999px){.sub-nav-box .sub-nav li{padding: 0 6px;}
}
@media (max-width:1000px) {
/*.sub-nav-box .sub-nav li{padding: 0 3px;min-width: 50%;margin-bottom: 5px;}*/
.sub-nav-box .sub-nav-title{font-size:25px;}
.sub-nav-box .sub-nav-title b{font-size:13px;}
.sub-nav-box .sub-nav-title{line-height: 1.5;height: auto;}
}


/*子栏目样式*/
.sub-nav-box {position: relative;border-bottom: 1px dotted rgb(61, 61, 61);margin-bottom: 30px;margin-left: 15px;margin-right: 15px;}
.sub-nav-box .sub-nav>ul>li{text-align:center;display: inline-block;}
.sub-nav-box .sub-nav>ul>li>ul{position:absolute;}
.sub-nav-box .sub-nav>ul>li>a{background-color: #3c78d8;color: #fff;}
.sub-nav-box .sub-nav >ul>li.active >a,.sub-nav-box .sub-nav >ul>li:hover >a{background-color: #003d87;color: #fff;}
.sub-nav-box .sub-nav li:hover> ul{display:block;}
/*.sub-nav-box .sub-nav> ul > li > ul::before {display:block;margin:0px auto;text-align: center;position:absolute;top:-8px;left: 45%;content: "";width: 0;height: 0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom: 8px solid #ed8e82;}
*/.sub-nav-box .sub-nav> ul > li > ul li ul::before{display:block;margin:0px auto;text-align: center;position:absolute;top:20px;left:-4px;content: "";width: 0;height: 0;border-bottom:5px solid transparent;border-right:5px solid transparent;border-top: 5px solid transparent;border-left: 5px solid #fff;}
.sub-nav-box .sub-nav ul li ul li a{display:block;width:100%;text-align:left;color:#fff;padding: 6px 4px;} 
.sub-nav-box .sub-nav ul li ul li a:hover{text-decoration:none;color:#fff;background:rgba(0, 0, 0, 0.1);}

.sub-nav-box .sub-nav ul li{position:relative;}
.sub-nav-box .sub-nav ul li .arrow{display:none}
.sub-nav-box .sub-nav ul li ul{background-color:#3c78d8;display:none;position:absolute;left:0;z-index:2;width:100%;top: 30px;} /*二级ul样式*/
.sub-nav-box .sub-nav ul li ul li ul{left:100%;top:0px; display:none;}/*三级以后ul样式*/

@media screen and (min-width:1000px){
.sub-nav-box{padding: 50px 0 20px;}
.sub-nav-box .sub-nav{position: absolute;right: 0;top: 60px;}
.sub-nav-box .sub-nav>ul>li>a{padding:12px 19px;min-width:120px;}
.sub-nav-box .sub-nav >ul>li.active >a{font-weight:bold;}
.contactus .sub-nav-box .sub-nav > ul > li > a{padding: 20px 118px;}
.newsnav .sub-nav-box .sub-nav > ul > li > a{padding: 20px 168px;}
.sub-nav-box .sub-nav > ul > li:not(:last-child){margin-right:10px;}
}
@media screen and (max-width:1000px){
.sub-nav-box{padding:20px 10px 0;}
.sub-nav-box .sub-nav>ul>li{margin:0 4px;}
.sub-nav-box .sub-nav>ul>li>a{width: 100%;height: 34px;display: inline-block;font-size: 13px;overflow: hidden;}
.sub-nav-box .sub-nav ul li{width:47%;line-height: 34px;}
.sub-nav-box .sub-nav ul li ul li,.sub-nav-box .sub-nav ul li ul::before{display:none;}
}


/*分页样式*/
@media (min-width:1000px) {  
.div-img{ position:relative;}/*鼠标触发下拉遮罩样式*/
.div-img .mask{width:0;height:100%;background:rgba(0, 0, 0, 0.56);position:absolute;top:0;left:0;transition:0.3s linear;overflow:hidden;display:flex;justify-content:center;align-items:center;flex-direction: column;}
.div-img .mask p{color:#fff;}
.div-img:hover .mask p{color:#fff;}
.div-img .mask .fa{font-size:36px;color:#fff;}
.div-img .mask p.font1{font-size:16px;padding-bottom:4px;}
.HonourList .div-img .mask p.font{position: absolute;bottom: 0;z-index: 2;text-align: center;background-color: #27c940;width: 100%;}
}
@media (max-width:1000px) {
.div-img .mask{text-align:center;padding-top:10px;}
.div-img .mask p.font2{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all;height: 44px;}
}

/*分页-产品中心*/
.product-box .row .item{text-align: center;margin-bottom: 20px;}
.account{padding: 5px;line-height: 1.7em;color: #868686;background-color: #F5F5F5;border: #E5E5E5 1px solid;margin-bottom: 10px;text-align:left;}
.account>span{display:block;}
@media (min-width:1000px){
.product-box .row .item .border-box .title{text-align:center;color: #5a5a5a;width: 92.9%;line-height: 26px;margin: 0 15px;}
.product-box .row .item .border-box .title a{font-size: 18px;}
.product-box .row .item .border-box .title:hover a{color:#000;}
.border-box{border: 1px solid rgb(238, 238, 238);padding:15px;padding-bottom: 0;}
.border-box:hover{border: 1px solid #434343;}
.page {padding-left: 15px!important;padding-right: 15px!important;}
}
@media (max-width:1000px){
.product-box{padding-top:20px;}
.product-box .row .item {padding-left:5px;padding-right:5px;}
.product-box .row .item .border-box{padding:10px;}
.product-box .row .item .border-box .title a{font-weight:bold;}
}

/*分页>公司介绍*/
a.btn-more{transition:all 0.5s ease;-moz-transition:all 0.5s ease; /* Firefox 4 */-webkit-transition:all 0.5s ease; /* Safari and Chrome */-o-transition:all 0.5s ease; /* Opera */}
.voice{margin-left: 15px;margin-right: 15px;}
.voice p{font-size: 13px;color: rgb(255, 255, 255);line-height: 260%;}
.company{text-align:left;}
.company b{position: relative;bottom: 5px;padding-right: 5px;}
.company strong{font-size: 15px;line-height: 200%;color: rgb(0, 0, 0);}
.company .title{font-size: 16px;line-height: 200%;color: rgb(0, 0, 0);padding-top: 20px;font-weight: bold;}
.company p{font-size: 14px;line-height: 200%;color: rgb(102, 102, 102);margin-top: 5px;margin-bottom: 30px;}
.core{text-align: center;padding: 40px;background-color: rgb(249, 249, 249);margin-bottom: 30px;}
.core strong{display: block;font-size: 16px;padding: 15px 0;}
.core p{font-size: 14px;line-height: 200%;}
.homemore-zn a{text-align: center;background-color:rgba(59,133,245,1);-moz-border-radius: 30px 30px 30px 30px;-webkit-border-radius: 30px 30px 30px 30px;border-radius: 30px 30px 30px 30px;color:#fff;}
.homemore-zn a:hover{background-color:rgba(0,88,222,1);}
@media (min-width:1000px) {
.homemore-zn{margin-top:30px;}
.homemore-zn a{padding:10px 40px;}
.rich{text-align:center;padding: 30px 0;}
.rich strong{font-size: 20px;}
.voice-bg{background:url(../images/home_bg_04.jpg)no-repeat center;padding: 35px 0;margin-bottom: 20px;}
.voice strong{font-size: 24px;color: rgb(255, 255, 255);line-height: 260%;}
}
@media (max-width:1000px) {
.homemore-zn{margin:10px 0;text-align:center;}
.homemore-zn a{padding: 8px 30px;}
.rich{text-align:center;padding: 30px 15px;}
.rich strong{font-size:16px;}
.rich p{font-size:12px;}
.voice-bg{background:url(../images/home_bg_04.jpg)no-repeat center;padding: 30px 0;}
.voice strong{font-size: 20px;color: rgb(255, 255, 255);line-height: 260%;}
}

/*首页公共样式*/
/*首页标题*/
.home-headline{text-align:center;font-weight:bold;}
/*首页样式*/
/*我们服务于您的要求*/
.full-column-bg{background:url(../images/bj34.png) no-repeat;color:#fff;text-align:center;}
.full-column-content{padding:50px 0;}
.full-column-title{line-height: 1.5; font-size: 30px;margin-bottom:20px;font-weight: bold;}
.full-column-text{line-height:1.5;font-size:17px;margin-bottom:20px;}
.full-column-call{font-size:21px;line-height:1.5;font-weight: bold;}

.home-headline ul li ul li{display:none;}

@media (min-width:1000px) {
/*首页标题*/
.home-headline{padding: 50px 0 20px;overflow: hidden;border-bottom: 1px dotted rgb(61, 61, 61);margin-bottom: 20px;margin-left: 15px;margin-right: 15px;}
.home-headline span{font-size: 28px;}
.home-headline b{font-size:18px;color:#666;font-weight: normal;}
.home-headline ul li{display:inline-block;padding: 0 10px;}
.home-headline ul li a{font-weight:normal;font-size:14px;color:#fff;height:40px;line-height:40px;display:block;min-width:120px;background-color:#3c78d8;padding: 0 2px;}
.home-headline ul>li.current a,.home-headline ul li a:hover{background-color:#003d87;}
}
@media screen and (min-width:728px) and (max-width:999px){.container .home-headline ul li a{width:100%;}}
@media (max-width:1000px) {
    /*首页标题*/
.home-headline{padding:20px 15px;overflow: hidden;}
.home-headline span{font-size: 25px;display: block;text-align: left;}
.home-headline .prod{border-bottom: 1px dotted rgb(61, 61, 61);padding-bottom: 10px;margin-bottom: 10px;}
.home-headline b{font-size:13px;color:#666;font-weight: normal;}
.home-headline ul li{display:inline-block;padding: 0 3px;min-width: 50%;}
.home-headline ul li a{text-align: center;font-weight:normal;font-size:14px;color:#fff;height:40px;line-height:40px;display:block;min-width:120px;background-color:#3c78d8;padding: 0 2px;}
.home-headline ul>li.current a,.home-headline ul li a:hover{background-color:#003d87;}

.full-column-content{padding:50px 15px;}
.full-column-call{font-size:20px;}
}

/*首页-产品中心*/
.section4 .item img{transition:0.2s linear;max-height: 150px;width: auto !important;}
.transition-ease p{padding:10px 0;}
/*首页-新闻中心*/
.pa_textlist_4 .item{padding:20px 0px;border-bottom:1px dotted #ccc;overflow: hidden;}
.pa_textlist_4 .title{font-size:18px;margin-bottom:4px;display:block;width:100%;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.pa_textlist_4 .introduct{text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:26px;height:52px;color:#666;}
.pa_textlist_4 .date-top{background:#21227d;height:52px;color:#fff;font-weight:bold;line-height:58px;text-align:center;font-size:35px;}
.pa_textlist_4 .date-bottom{background:#21227d;line-height:30px;color:#fff;text-align:center;}
@media(min-width:1000px) {#section4{padding-bottom:50px;}
.section4 .item:hover img{transform:translateY(-5%);
}
@media (max-width:1000px) {#section4{padding-bottom:30px;}
}
}

/*------------------------add---------------------------------------*/

/*在线留言*/
.feedbook-bg{background-color: rgb(0, 61, 135);color:#fff;}
.feedbook-img{position:relative;}
.feedbook-title{font-size: 20px;line-height:1.5;margin-top:20px;font-weight:bold;}
.feedbook-text{font-size:14px;margin-bottom:26px;}
@media(min-width:1000px){
.feedbook-bg{padding-bottom:0;}
.feedbook-img{margin-left:-15px;min-height:574px;}
.feedbook-img img{position:absolute;width:auto;height:100%;object-fit: cover;}
}

@media (max-width:1000px) {
.full-column-content{padding:30px 15px;}
.feedbook-img img{width:100%;height:100%;}
.feedbook-bg{padding:20px 0;}
}
.feedbook-index .el-radio__inner{background:url(../images/radio_bg.png) no-repeat;border: 0;width: 16px;height: 16px;}
.feedbook-index .el-radio.is-checked .el-radio__inner{background:url(../images/radio_checkedbg.png) no-repeat;}

/*新闻栏目模板*/
.pa_textlist_8 .item{padding:10px 0;border-bottom:1px dotted #666666;margin-left: 15px;margin-right: 15px;}
.pa_textlist_8 .title{display:block;font-size:16px;line-height:2;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}
.pa_textlist_8 .date{line-height:2;font-size: 12px;}
.pa_textlist_8 .intro{line-height:2;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
@media(max-width:1000px){
.pa_textlist_8 .intro { text-overflow: -o-ellipsis-lastline;  overflow: hidden;  text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;   line-height: 26px;  height: 52px;  }
}
@media(max-width:1000px){}


/*在线客服*/
.zaixian{position:fixed;bottom:440px;right:0px;z-index:9;}
.zaixian .zaixian_com{position:relative;width:50px;height:80px;}
.zaixian_com .zxzx_pic1{position:absolute;right:0px;top:0px;}
.zaixian_com .zxzx_pic2{position:absolute;right:-190px;top:-70px;z-index:10;width:170px;height:300px;}
.zaixian_com .zxzx_pic1 p{position: absolute;top: 50px;left: 18px;font-size: 13px;color: #fff;}
.zaixian_com .zxzx_pic2 p{position: absolute;top: 118px;left: 24px;font-size: 13px;color: #fff;}
.kf-lf-lj{position:absolute;width:100px;right:10px;top:70px;}
.kf-lf-lj a{display:block;line-height:30px;padding-left:10px;margin:5px 0;color:#848484;font-size:13px;}
.kf-lf-lj a .fa{padding-right:4px;}
.kf-lf-lj a:hover{background:#1298fa url(../images/box-kefu2.png) no-repeat 5px center;color:#FFF;border-radius:4px;}
@media(max-width:1000px){.zaixian{display:none;}}


/*首页-某某仪器仪表有限公司*/
.title-Englist{text-align:center;text-transform: uppercase;font-weight: bold;}
.title-text{text-align:center;font-weight: bold;}
.MyStrength li{padding-left: 0;padding-right: 0}
.MyStrength li .boxs{background-color: rgb(0, 61, 135);position:relative;border: 1px solid #ccc;}
.MyStrength li .boxs .imge{display:inline-block;border-radius:50%;background-color:#fff;z-index:2}
.MyStrength li .boxs i{display:inline-block;width:86px;height:2px;background:#ef4210}
.MyStrength li .boxs i{background-color:#fff;position:relative;z-index:1}
.MyStrength li.boxs .title,.MyStrength li .boxs .fonts{color:#fff;position:relative;z-index:1;}
.MyStrength li .boxs .fonts p{color: rgb(255, 255, 255);line-height: 2;font-weight: 400;margin-bottom: 30px;}
.MyStrength li .boxs .imge img{width:100%;height:100%;}
.title-heng{width:42px;height:2px;background-color:#666;margin:auto;margin-top:5px;margin-bottom:5px;}
.about-index-bg{background-color:#02050c;}
.all-more{width: 163px;height: 44px;line-height: 44px;background-color:#fff;border-radius:3px;display:block;margin:auto;text-align:center;transition: border-color 0.4s ease 0s,background-color 0.4s ease 0s;}
.all-more:hover{background-color: rgba(60,120,216,1);color:#fff;}
.about-index-content{color:#fff;}
.about-index-text{text-align: left;text-indent: 2em;}

@media(min-width:1000px) {
.title-Englist{font-size:28px;margin-top: 60px;}
.title-text{font-size:24px;}
.MyStrength{margin: 100px 10px 80px;}
.MyStrength li .boxs{width: 244px;margin: auto;}
.MyStrength li .boxs .imge{width:150px;height:150px;line-height:65px;position:relative;top:-75px;}
.MyStrength li .boxs .title{font-size: 25px;margin-top: -50px;color:#fff;font-weight:bold}
.MyStrength li .boxs p{font-size:16px;overflow: hidden;padding: 0 15px;}
.MyStrength li .boxs i{margin: 15px 0 20px;}
.about-index-content{margin-top:50px;text-align:center;}
.about-index-title{font-size: 30px;color: rgb(54, 128, 249);margin-bottom:20px;}
.about-index-text{color: rgb(255, 255, 255);font-size: 16px;line-height: 2;}
.all-more{margin-bottom:80px;}
.about-index-bg{margin-top: 30px;}
}
@media(max-width:1000px) {
.title-Englist{font-size:20px;margin-top: 20px;}
.title-text{font-size:24px;}
.MyStrength{margin-top:50px;}
.MyStrength li{margin-bottom: 40px;}
.MyStrength li .boxs{margin: 5px;}
.MyStrength li .boxs .imge{width:100px;height:100px;line-height:45px;position:relative;top:-40px;}
.MyStrength li .boxs .title{font-size: 15px;color:#fff;margin-top: -25px;font-weight: bold;}
.MyStrength li .boxs i{margin-bottom:4px;}
.MyStrength li .boxs .fonts p{font-size: 14px;min-height: 120px;max-height: 140px;overflow: hidden;margin-bottom:10px;text-align:left;padding:0 6px 0 7px;min-height: 200px;}
.about-index-content{padding:0 15px;margin-top:20px;}
.about-index-title{font-size:24px;color: rgb(54, 128, 249);line-height:2;}
.about-index-text{font-size:14px;line-height:2;}
.years-box li .title{font-size:36px;width: 106px;height: 106px;line-height: 100px;border: 4px solid #3680f9;border-radius: 50%;margin-bottom: 10px;}
.years-box li p{font-size: 12px;}
.years-box li{margin-bottom:20px;}
.all-more{margin-bottom:40px;}
.about-index-bg{margin-top: 20px;}

}
.years-box li{color:#fff;text-align:center;}
.years-box li .title{font-weight:bold;position: relative;display: inline-block;}
.years-box li .title:hover .animateNum{color:#3d85c6;}
@media (min-width:1000px){
.years-box{padding:80px 0;}
.years-box li .title{font-size: 46px;width: 142px;height: 142px;line-height: 134px;border: 4px solid #3680f9;border-radius: 50%;margin-bottom: 10px;}
.years-box li .title::after{position:absolute;right: -20px;bottom: 10px;font-size:14px;}
.years-box li p{font-size: 18px;}
}
@media (max-width:999px) and (min-width:415px){ 
.years-box{padding:60px 0;}
.years-box li .title::after{position:absolute;right: -20px;bottom: 10px;font-size:14px;}

}
@media (max-width:414px){   
.years-box{padding:30px 0;}
.years-box li{padding-left: 0;padding-right: 0;}
.years-box li .title::after{position:absolute;right: -14px;bottom: 6px;font-size:10px;font-weight:normal;}
}

/*切换*/
@media (min-width:1000px){
.topcoms{padding: 20px 0 10px;}
.siteTab{text-align: right;position: absolute;right:15px;z-index: 10;}
}
@media (max-width:1000px){ 
.siteTab{text-align: center;}

}
.siteTab{padding-top: 4px;font-size: 16px;font-weight: bold;}
.siteTab .active{color: rgb(54, 128, 249);}
.siteTab a:hover{color: rgb(54, 128, 249);}

tr,td{border: 1px solid #D8E0E8;padding: 8px;vertical-align: middle;}
/*.product-content table{margin: 30px auto 0;}*/



/*内页-互动交流 */
@media(min-width:1000px){
.serviceTitle li,.serviceTitlerui li{width:20%;}
.full-column-bg{margin-bottom: -80px;}
.MyStrength li .boxs{min-height: 441px;}
}
@media(max-width:1000px){
/*.serviceTitle li:first-child,.service-list li:first-child{width:40%;}
.serviceTitle li:not(:first-child),.service-list li:not(:first-child){width:20%;}*/
.full-column-bg{margin-bottom: -20px;}
}
@media(max-width:415px){
.service-list li:nth-child(3){font-size:12px;line-height: 1.4;}
.service-list li:nth-child(4){font-size:12px;}
}
.serviceTitle{margin: 20px 0 0;height: 40px;line-height: 40px;background-color: #003d87;text-align: center;border-top: 1px solid #ccc;font-weight:bold;color: #fff;}
.serviceTitle li,.service-list li{float:left;}
.service-list{height: 40px;line-height: 40px;text-align: center;}
.service-list li{padding:0 10px;}
.serviceTitlerui ul:nth-child(2n){background-color:rgba(60, 120, 216, 0.05);}
.service-list li:not(:first-child){text-align:center;}
.serviceDetail{border: 1px dashed #ccc;padding: 0;}
.serviceDetail li{border-bottom: 1px dashed #ccc;padding: 0 20px;}
.serviceDetail li .title{display:inline-block;}

/*Pc端固定客服*/
.wpsidebar-fkf{position:fixed;right:4px;top:68%;transform:translate(0,-50%);z-index:9999;}
.fkf-item{position: relative;width: 50px;height: 50px;border: 1px solid #e1e1e1;background-color: #fff;margin-bottom: 6px;box-sizing: border-box;cursor: pointer;font-size: 20px;}
.fkf-item:hover{background-color:#e54451;border-color:#e54451;}
.fkf-item i.addfa{ text-align: center;display: block;line-height: 50px;color: #626262;}
.fkf-item:hover i.addfa{color:#fff;}
.fkf-cart>span{position:absolute;display:block;width:24px;height:24px;border-radius:50%;background-color:#ff6600;color:#fff;left:-12px;top:-12px;text-align:center;line-height:24px;}
.fkf-item-right{position:absolute;right:35px;padding-right:25px;top:-15px;display:none;}
.fkf-item:hover .fkf-item-right{display:block;}
.fkf-item-right-content{width:430px;border:1px solid #e1e1e1;padding:20px;padding-top:15px;background-color:#fff;-webkit-box-shadow:0 3px 8px rgba(0,0,0,.15);-moz-box-shadow:0 3px 8px rgba(0,0,0,.15);box-shadow:0 3px 8px rgba(0,0,0,.15);position:relative;font-family: 宋体;}
.fkf-item-right-content .arrow,.right-content-ewm2 .arrow{position:absolute;width:20px;height:20px;right:-15px;top:23px;z-index:20;}
.fkf-item-right-content-top{padding-bottom:10px;padding-top:10px;border-bottom:1px solid #ccc;position:relative;white-space:nowrap;overflow:hidden;}
.fkf-item-right-content-top img{position:absolute;left:0;top:20px;width:40px;height:40px;}
.fkf-item-right-content-top h2{font-size:22px;font-weight: bold;}
.fkf-item-right-content-bottom p{padding-top:15px;padding-bottom:15px;}
.fkf-item-right-content-bottom .content-bottom-item{display:inline-block;width:32%;margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;}
.content-bottom-item img{width:25px;height:25px;margin-right:5px;background-color:#333;vertical-align:top;}
.content-bottom-item span{display:inline-block;line-height:25px;}
.content-bottom-item:hover img{background-color:#ff6800;}
.content-bottom-item:hover span{color:#ff6800}
.right-content-tele{width:200px;}
.right-content-tele .fkf-item-right-content-top:last-child{border-bottom:0;padding-bottom:0;padding-top:10px;}

.right-content-ewm2{padding:10px;background-color:#fff;border:1px solid #e1e1e1;-webkit-box-shadow:0 3px 8px rgba(0,0,0,.15);-moz-box-shadow:0 3px 8px rgba(0,0,0,.15);box-shadow:0 3px 8px rgba(0,0,0,.15);position:relative;display:flex;flex-direction:row;width:max-content;}
.right-content-ewm2 .ewm div{width:150px;}
.right-content-ewm2 .ewm p{text-align:center;font-size:12px;color: #666;padding-top: 10px;}
.fkf-item-right-ewm{top:initial;bottom:-15px;}
.right-content-ewm2 .arrow{top:initial;bottom:23px;}

/*搜索*/
@media(min-width:1000px){
.ss-box{position: absolute;top: 56px;left: 250px;width: 200px;}
}
@media(max-width:1000px){
.ss-box{width: 100%;margin: 20px 0;}
}
.ss-box{color: #000;border: 1px solid #ccc;background: transparent;height: 32px;border-radius: 2px;}
.ss-box input{background-color: #1e90ff;border: none;height: 31px;color: #000;}
.ss-box .s-input{width: 100%;outline: none;border: none;line-height: 40px;height: 32px;padding-left: 0px;background-color: transparent;}
.ss-box .s-btn{position: absolute;background-color: transparent;width: 50px;height: 33px;color: #ccc;cursor: pointer;line-height: 32px;outline: none;border: none;top: -2px;z-index: 2;right: 0;}
