﻿/*网站公共样式*/
.info-content{line-height:2;min-height:200px;}
.info-content img{max-width:100%;}
a{color:#333;text-decoration:none;}
a:hover{color:#21227d;}
.bg-gray{background:#f6f6f6;}
.text-blue{color:rgb(1,61,131);}
.text-red{color:#e12341;}
.text-overflow{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.text-overflow-lines2{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;}
.display-flex-compat{display:-moz-box;/* Firefox */display:-ms-flexbox;/* IE10 */display:-webkit-box;/* Safari */display:-webkit-flex;/* Chrome,WebKit */display:flex;}
.font-size-13{font-size:13px;}
.tetx-green{color:#21227d;}
/*遮罩层*/
.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;}

/*动画*/
.transition-ease{transition:all 0.3s ease;}
.transform-scale:hover{transform:scale(1.1,1.1)}

/*字体*/
.font-size-p24m20{font-size:24px;}
.font-size-p20m18{font-size:20px;}
.font-size-p18m16{font-size:18px;}
.font-size-p16m14{font-size:16px;}
@media(max-width:768px){
.info-content{line-height:2;padding:20px 0px;}
.padding-top-60,.padding-top-50{padding-top:30px;}
.margin-top-60{margin-top:30px;}
.padding-bottom-60{padding-bottom:30px;}
.col-sm-12,.col-sm-3,.col-sm-4,.col-xs-12,.col-xs-6,.col-xs-5,.col-sm-8,.col-xs-7{padding-left:5px;padding-right:5px;}
.row{margin-left:-5px;margin-right:-5px;}

/*字体*/
.font-size-p20m18{font-size:18px;}
.font-size-p18m16{font-size:16px;}
.font-size-p24m20{font-size:20px;}
.font-size-p16m14{font-size:14px;}
}

/*顶部样式*/
.header{position:relative;}
.header .logo{display:flex;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;align-items:center;}

/* 分页banner */
 .pagebanner{width:100%;position:relative;overflow:hidden;}
.pagebanner .swiper-slide{text-align:center;font-size:18px;background:#fff;/* Center slide text vertically */
 display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;}
.pagebanner img{width:100%;}
.pagebanner .font-box{position:absolute;left:0;top:0;width:100%;height:100%;}
.pagebanner .font-box .container{height:100%;}
.pagebanner .font-box .font{position:absolute;left:15px;top:50%;transform:translateY(-50%);font-size:3rem;color:#fff;z-index:1;}

/*主菜单*/
@media (min-width:992px) /*pc端*/
{/*顶部*/
 .header .top{background:#2e3087;height:20px;}
.header{z-index:2;}
.header .logo{justify-content:center;height:100px;}
.header .logo img{max-height:70px;}
.header .nav-toggle{display:none}
.nav{height:100px;display:flex;justify-content:center;align-items:center;}
.nav>ul{overflow:hidden;text-align:center;}
.nav>ul>li{display:inline-block;}
.nav>ul>li>ul{position:absolute;display:none;}
.nav > ul > li > a{text-align:center;line-height:50px;text-decoration:none;height:100%;padding:0 20px;display:block;-webkit-transition:0.5s;-moz-transition:0.5s;-o-transition:0.5s;transition:0.5s;font-size:16px;}
.nav >ul>li.current >a,.nav >ul>li> a:hover{background:#21227d;color:#fff;}
.nav ul li ul li a{display:block;width:100%;text-align:center;color:#fff;font-size:16px;line-height:50px}
.nav ul li ul li a:hover{color:#7f67f8;}
.nav ul li{position:relative;}
.nav ul li .arrow{display:none}
.nav ul li ul{display:none;}
}

@media (max-width:992px) /*手机端*/
{/*顶部*/
.header .logo{justify-content:flex-start;}
.header{background:#fff;box-shadow:3px 3px 6px rgba(0,0,0,.1);position:fixed;top:0;left:0;width:100%;z-index:9;}
.header .logo{height:60px;}
.header .logo img{height:40px;}
.header .productmenubox{display:none;}
.header .nav-toggle{position:absolute;right:0px;top:0px;font-size:28px;color:#000;min-width:60px;height:60px;line-height:56px;text-align:center;cursor:pointer;z-index:1;}
.header .nav-toggle.active{color:#ccc;}
.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}
.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:3.5;border-bottom:1px solid #dcdcdc}
.nav ul li ul li a{padding-left:60px;font-size:14px;}
.nav ul li ul li ul li a{padding-left:90px;}
.nav ul li ul li ul li li a{padding-left:120px;}
.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:#444;}
.nav ul li.active > ul{display:block}
.nav ul li.active > .arrow{-ms-transform:rotate(90deg);-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg);}
/* 分页banner */
.pagebanner{margin-top:60px;overflow:hidden;}
.pagebanner img{min-height:120px;width:auto;max-width:120%;}
.pagebanner .font-box .font{font-size:2rem;}
}

/*底部*/
footer{background-color:rgb(33, 34, 125);color: #fff;line-height: 2.2;}
footer a{color:#fff;}
footer .topcolumn{display:block;font-size:16px;margin-bottom:10px;color:#f5f5f5;margin-right:45px;border-bottom: 1px solid #fff;}
footer .columnlink a{color:#fff;}
footer .ewmbox{width:50%;margin:10px auto;}
footer .ewmbox img{width:100px;height:100px;margin:0 auto;max-width:90%;}
footer p{line-height:2;}
footer .rights{line-height:2.2;background:#1e1f75;padding:10px 0;font-size: 13px;}
footer .rights a:hover,footer li a:hover{color:#fff;text-decoration:underline;}
footer .mobilefooter,footer ul li:not(:nth-child(-n+4)){display:none;}
footer .bottom-icon .top{background:url(../images/tp1.png) no-repeat left;padding-left:45px;}
footer .bottom-icon .bottom{background:url(../images/tp2.png) no-repeat left;padding-left:45px;}

@media(min-width:992px){footer{padding-top:40px;}}
@media(max-width:992px){
.wpsidebar-fkf{display:none!important;}
footer{margin-bottom:60px;padding:20px 0 10px;}
.footer-fixed{position:fixed;left:0;bottom:0;width:100%;height:60px;color:#fff;background:#000;z-index:4;-webkit-transition:all 0.3s ease-in-out;-o-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
.footer-fixed img{height:26px;width:24px;}
.footer-fixed ul{display:flex;flex-direction:row;justify-content:space-around;align-items:center;}
.footer-fixed ul li a{display:block;height:60px;width:100%;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center;}
.footer-fixed ul li p{color:#fff;font-size:12px;}
.footer-fixed.active{transform:translateX(260px);z-index:9999;}
.pcGoToTop{display:none!important;}
}

/*子栏目样式*/
@media(min-width:769px){
.toptitle{border-bottom:1px solid #ddd;margin-bottom:10px;padding-bottom:6px;}
.sub-nav-box{clear:both;position:relative;}
.sub-nav-box .sub-nav-title{line-height:57px;text-align:left;background:#ad7669;padding-left:15px;font-size:22px;
 color:white;font-family:"Microsoft YaHei",Tahoma,Verdana,"Simsun";}
.sub-nav-box .sub-nav ul{text-align:center;position:relative;padding:0 20px;}
.sub-nav-box .sub-nav li {display: inline-block;text-align: center;position: relative; z-index: 1;}
.sub-nav-box .sub-nav > ul > li > a {padding: 0px 25px; margin: 0px;line-height: 53px;display: block;font-size: 1.4rem; background: #21227d; color: #fff;}
.sub-nav-box .sub-nav > ul > li.active > a, .sub-nav-box .sub-nav > ul > li:hover > a {background: #111267;color:#fff;}
.sub-nav-box .sub-nav>ul>li>ul{display:none;position:absolute;top:40px;left:0;width:100%;background:rgb(1,61,131);z-index:9;}
.sub-nav-box .sub-nav>ul>li>ul{display:none;}}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             border-bottom-right-radius: 4px;}


/*BANNER*/
 .banners{display: flex;justify-content: center;align-items: center;overflow: hidden;clear: both;overflow: hidden;}
/*inner元素位置样式*/
.pics_wrap .font-box{width: calc(100% - 140px);height: calc(100% - 100px);position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.pics_wrap .fontBoxSlideLeft .container{height:100%;display:flex;justify-content:flex-start;align-items:center;text-align:left;}
@media(max-width:468px){/*手机端隐藏小圆点*/
.pics_wrap .html5zoo-nav-0{display:none !important;}
.pics_wrap img{min-height:170px;width:auto;max-width:160%;}}
/*inner内部文字样式，文字样式建议在inner里面修改*/
.pics_wrap .inner .font1{font-weight: bold;color: rgb(255, 255, 255);font-size: 60px;position: relative;padding-top: 70px;padding-right: 130px;background: url(../images/5gzk.png) no-repeat 80px 10px;background-size: 400px;margin-bottom:20px;}
.pics_wrap .inner .font2{border-radius: 50px;-moz-border-radius: 50px;-webkit-border-radius: 50px;overflow-wrap: break-word;border-color: transparent;line-height:1.8;padding:4px 30px;background-color: rgb(255, 255, 255);font-size: 18px;color: rgb(22, 39, 136);}

@media(max-width:992px){
.pics_wrap .inner .font1{font-size:30px;}
.pics_wrap .inner .line{display:none;}
.pics_wrap .inner .font2{display:none;}} 
@media(max-width:468px){
.pics_wrap .inner{width:100%;}
.pics_wrap .inner .font1{font-size:18px;padding:0 8px;background:#ccc;}
.pics_wrap .html5zoo-nav-0{display:none !important;}
}

/**  公司简介nav*/
.company-nav .sub-nav-box .sub-nav ul::after{content:"";width:100%;height:1px;border:1px dashed #028BCF;position:absolute;top:50%;left:0;}
.company-nav .sub-nav-box .sub-nav > ul > li > a {padding: 0px 25px; margin: 0px;line-height: 42px;display: block;font-size: 1.4rem; background: #21227d; color: #fff;}
.company-nav .sub-nav-box .sub-nav > ul > li.active > a, .company-nav  .sub-nav-box .sub-nav > ul > li:hover > a {background: #ffcc01;color: #21227d;}

/* 产品左侧pc */
.page-productLeftNav{min-height:600px;}
.page-productLeftNav .topName{color:#fff;background:#000;font-size:18px;padding-left:20px;line-height:3;font-weight:bold;}
.page-productLeftNav .sub-nav ul{text-align:center;padding:0;}
.page-productLeftNav .sub-nav li{display:block;padding:0px;text-align:left;position:relative;}
.page-productLeftNav .sub-nav > ul > li > a{padding-left:34px;margin:0px;line-height:48px;display:block;font-size:1.4rem;background:#fff;color:#fff;border-bottom:1px solid #f5f5f5;background:#21227d;position:relative;}
.page-productLeftNav .sub-nav > ul > li > a::after{content: "";position: absolute;top: 15px;left: 10px;background: url("../images/arrow_right_gz_hover.png") no-repeat center center;width:16px;height:16px;display:block;border-radius:50%;background-size:cover;}
.page-productLeftNav .sub-nav > ul > li.active > a, .page-productLeftNav .sub-nav > ul > li:hover > a{}
.page-productLeftNav .sub-nav > ul > li > ul>li a{background:#000;color:#fff;display:block;line-height:2.8;border-bottom:1px solid #999;padding-left:16px;}
.page-productLeftNav .sub-nav > ul > li > ul > li a:hover,{background: #666;}
.page-productLeftNav .sub-nav > ul > li > ul{display:none;position:static;width:100%;background:rgb(1,61,131);z-index:9;}
.page-productLeftNav .sub-nav > ul > li > ul{display:none;}
.page-productLeftNav .sub-nav > ul > li > ul.active{display: block;}
.productMobileNav{display:none;}
.page-commnav{margin-bottom:30px;}}

@media(max-width:768px){
.productMobileNav{display:block;}
.page-commnav{border-bottom:none;}
.page-commTopTitle{font-size:18px;color:#e12341;background:#f5f5f5;font-weight:bold;margin-bottom:20px;}
.sub-nav{display:flex;justify-content:center;align-items:center;}
.sub-nav ul{overflow:hidden;text-align:center;margin:0px auto;overflow:hidden;min-width:300px;}
.sub-nav ul li{float:left;padding:0px 3px;width:50%;margin-bottom:8px;}
.sub-nav ul li a{display:block;font-size:16px;border:1px solid #ccc;height:36px;line-height:34px;text-align:center;text-overflow:ellipsis;white-space:nowrap;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;color:#333;}
.sub-nav ul li.active a{background:#2e3087;color:#fff;border:1px solid #2e3087;}
.sub-nav ul li ul{display:none;}
}

/*公用标题*/
.comm_title{padding:0 0 2rem 0;font-size:32px;position:relative;margin-bottom:10px;}
.comm_title .en{font-size:30px;text-transform:uppercase;color:#e8e8e8;font-weight:bold;opacity:0.5;margin-bottom:-30px;}
.comm_title .cn{display:flex;align-items:center;justify-content:center;z-index:1;position:relative;}
.comm_title .title{font-size:30px;padding:0 20px;color:#2e3087;}
.comm_title .line{width:20px;background:#2e3087;height:2px;}



/*分页>>人才战略*/
.page-zhanlue .item{margin:40px auto;}
.page-zhanlue .item .iconbox{width:100px;height:100%;position:absolute;top:0;left:0;display:flex;align-items:center;}
.page-zhanlue .item .iconbox .icon{width:90px;height:90px;}
.page-zhanlue .item .content{text-align:left;padding-left:140px;}
.page-zhanlue .item .content .title{font-size:28px;}
@media(max-width:468px){
.page-zhanlue .item{margin:20px auto;}
.page-zhanlue .item .content .title{font-size:20px;}
.page-zhanlue .item .iconbox{width:80px;height:100%;position:absolute;top:0;left:0;display:flex;align-items:center;}
.page-zhanlue .item .iconbox .icon{width:60px;height:60px;}
.page-zhanlue .item .content{text-align:left;padding-left:100px;}
}

/*分页>>产品列表*/
.productlist .item{border:1px solid #ddd;}
.productlist .item .more{height:60px;display:flex;justify-content:space-between;align-items:center;padding:0 10px;color:#666;border-top: 1px solid #ccc;}
.productlist .item:hover{background:#21227d;}
.productlist .item:hover .more{color:#f5f5f5;}
/*产品内容页样式*/
.product-content .detail{border-bottom:2px solid #21227d;}
.product-content .detail .title{clear:both;text-align:center;overflow:hidden;background:#21227d;line-height:42px;color:rgb(255,255,255);font-weight:600;font-size:14px;display:inline-block;width:130px;position:relative;top:6px;}
.modal h4{margin-left:20px;}
.showbtn{display:block;width:120px;height:38px;border-radius:5px;font-size:16px;color:#333;background-color:#eee;border:1px solid #666;padding:0 20px;}
.modal{display:none;width:100%;height:100%;position:fixed;left:0;top:0;z-index:1000;background-color:rgba(0,0,0,0.5);}
.modal-content{width:50%;max-width:700px;min-height:300px;background-color:#fff;-webkit-animation:zoom 0.6s;animation:zoom 0.6s;resize:both;overflow:auto;margin:100px auto;display:flex;flex-direction:column;justify-content:space-between;position:relative;}
@-webkit-keyframes zoom{from{-webkit-transform:scale(0);}
to{-webkit-transform:scale(1);}
}
@keyframes zoom{from{transform:scale(0);}
to{transform:scale(1);}
}
.modal-header{box-sizing:border-box;border-bottom:1px solid #ccc;display:flex;justify-content:space-between;align-items:center;}
.close{color:#b7b7b7;font-size:30px;font-weight:bold;margin-right:20px;transition:all 0.3s;position:absolute;right:0;cursor:pointer;}
.close:hover,.close:focus{color:#95b4ed;text-decoration:none;cursor:pointer;}
.modal-body{padding:10px;font-size:16px;box-sizing:border-box;}
.modal-body .row{margin-left:0;margin-right:0;}
.modal-footer{box-sizing:border-box;border-top:1px solid #ccc;display:flex;padding:15px;justify-content:flex-end;align-items:center;}
.modal-footer button{width:60px;height:35px;padding:5px;box-sizing:border-box;margin-right:10px;font-size:16px;color:white;border-radius:5px;background-color:#153F8F;}
.modal-footer button:hover,.modal-footer button:focus{background-color:#3c68b2;cursor:pointer;}
@media only screen and (max-width:700px){.modal-content{width:80%;}}
#toTop{display:none;text-decoration:none;position:fixed;bottom:12px;right:12px;overflow:hidden;width:50px;height:50px;border:none;text-indent:-9999px;background:url(Images/ui.totop.png) no-repeat left 0px;background-size:auto;background-size:cover;z-index:190;border-radius:50%;transition:all 0.2s linear;}
#toTop:hover{background-position:left -50px;background-size:cover;}

.border-box{padding:10px;}
.product-box .row .item{padding-bottom:20px;}
.product-box .row .item .border-box{border: 1px solid rgb(238, 238, 238);}
.product-box .row .item .border-box:hover{border-color: #ffcc01;}

.pade-product-border {border-bottom: 1px solid #e2e2e2;padding-bottom:10px;margin-bottom:20px;}



/*分页>>新闻*/
.page-news .piclist li{border-bottom:1px solid #ddd;padding-bottom:1.5rem;margin-bottom:1.5rem;}
.page-news .piclist .title{font-size:16px;margin-bottom:1.5rem;line-height:1.6;display:block;}
.page-news .piclist .date{margin-bottom:1.2rem;}
.page-news .piclist .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;}
.page-news .piclist .picbox{position:relative;overflow:hidden;}
.page-news .piclist .picbox img{transition:all .3s ease-in-out;}
.page-news .piclist .picbox:hover img{transform:scale(1.1,1.1);}
.page-news .piclist .more{border:1px solid #d9d9d9;padding:5px 10px;min-width:86px;text-align:center;margin-top:1.6rem;display:inline-block;}
@media(max-width:468px){
.page-news .piclist .title{text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:24px;height:52px;margin-bottom:0.6rem;}
.page-news .piclist .date{margin-bottom:0;}
.page-news .piclist .introduct{display:none;}
}
.page-product .piclist li{margin-bottom:12px;}
/*手机端*/
@media(max-width:768px){/*公用标题*/
.comm_title{padding-top:0rem;padding-bottom:1.6rem;}
/*首页*/
.index-service .inner{padding:40px 20px;margin-bottom:10px;}
.index-service .inner .pic{margin-bottom:14px;}
.index-aboutus .background-gray{display:none;}
.index-advantage .item{height:40px;}
.index-aboutus .more{width:100px;height:40px;line-height:40px;font-size:16px;margin-top:10px;margin-bottom:10px;}
.index-news .columnlink ul li a {margin: 5px;}
/* 分页 */
.page-product .item{margin-bottom:10px;padding:0;}
.page-product .piclist li{margin-bottom:0;}
.productlist .picbox{margin-bottom:10px;}
}

/* 公司简介 */
.page-companyIntro .picbox{padding:20px 30px 20px 30px;float:left;}
.page-companyIntro img{border-radius:12px;width:620px;max-width:100%;}
.page-companyIntro .msg{font-size:16px;color:#666;line-height:2;margin-bottom:10px;}

/* 新闻 */
.pa_textlist_4 .item{padding:20px 0;border-bottom:1px solid #ddd;}
.pa_textlist_4 .title{font-size:18px;margin-bottom:4px;display:block;}
.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:#198ede;height:52px;color:#fff;font-weight:bold;line-height:58px;text-align:center;font-size:28px;}
.pa_textlist_4 .date-bottom{background:#198ede;line-height:30px;color:#fff;text-align:center;}
.pa_textlist_4 li a:hover{color:#198ede;}
.pa_textlist_8 .item{padding:10px 0;border-bottom:1px solid #ddd;}
.pa_textlist_8 .title{display:block;font-weight:bold;font-size:16px;line-height:1.7;color:#000;}
.pa_textlist_8 .date{line-height:1.7;}
.pa_textlist_8 .intro{line-height:1.7;}
@media(max-width:768px){.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;  }}



/*---add--*/
@media(min-width:1000px){
  footer{margin-top: 40px;}
  .page-contactUs .intro,.page-contactUs .title,.page-contactUs .zixun{width:450px;text-align: center;}

} 
@media(max-width:1000px){
  footer{margin-top: 30px;}
  .page-contactUs .intro{width:280px;}

}

/*公共样式*/
.breadcrumb > li + li::before{content: ">>";color:#000;}
.breadcrumb > li a{font-size:13px;}

.card1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;display: block;}
.card2{overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all;height: 44px;}

/* 分页-联系我们*/
.page-contactUs .company{padding-bottom:30px;text-align: left;}
.page-contactUs .title{font-size:33px;line-height:140%;margin-bottom:10px;}
.page-contactUs .red{line-height: 30.8px;font-size: 22px;background-color: rgb(255, 255, 255);color: rgb(204, 0, 0);}
.page-contactUs .phone{line-height: 30.8px;font-size: 22px;background-color: rgb(255, 255, 255);color: rgb(74, 134, 232);}
.page-contactUs .intro{font-size: 18px;line-height: 140%;border-top: 1px dashed #028BCF;max-width:100%;padding-top:26px;}

/* 分页-人才招聘*/
.page-rencaizhaopin li{border-bottom: 1px solid #e2e2e2;}





/*首页>>公司*/
.index-company .pic{border-radius: 20px;margin-bottom:20px;}
.index-company .company{color: rgb(33, 34, 125);font-weight: bold;}
.index-company .font2{color: rgb(81, 81, 81);}
.index-company .font3{color: rgb(0, 0, 0);margin-bottom:10px;}
.index-company .intro{font-size: 15px;color: rgb(115, 115, 115);line-height: 200%;margin-bottom:20px;}


/*首页>>新闻*/
.index-news {background: url("../images/ti2.jpg") repeat-y top left;}
.index-news .pa_textlist_4 .item{padding:20px 0;border:none;}
.index-news .pa_textlist_4 .title{font-size:18px;margin-bottom:4px;display:block;}
.index-news .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;}
.index-news .pa_textlist_4 .date-top{background:#2b2b2b;height:52px;color:#fff;font-weight:bold;line-height:58px;text-align:center;font-size:28px;}
.index-news .pa_textlist_4 .date-bottom{background:#2b2b2b;line-height:30px;color:#fff;text-align:center;}
.index-news .en{font-size: 36px;color: rgb(255, 255, 255);text-transform: uppercase;font-weight:bold;padding-top:20px;}
.index-news .cn{font-size: 20px;font-weight: bold;color: rgb(255, 255, 255);}
.index-news .more{font-size: 14px;background-color: rgba(255,204,1,1);color:#fff;display:inline-block;padding:2px 20px;margin: 10px 0;}
.index-advantage .item .iconbox{width: 50px;height: 100%;position: absolute;top: 0;left: 10px;display: flex;align-items: center;}
.index-advantage .item .iconbox .icon{width:50px;height:50px;}
.index-advantage .item .content{text-align:left;padding-left:80px;}


/*首页>>检测产品*/
.index-testing{background: url(../images/tu3.jpg) no-repeat top left;background-size: cover;padding-top: 80px;padding-bottom: 0;}
.index-testing .cn{font-size: 30px;color:#21227d;font-weight:bold;}
.index-testing .en{font-size: 20px;  color: rgb(119, 119, 119);}
.produceimg-box .swiper-container{width:100%;height:400px;margin-left:auto;margin-right:auto;}
.produceimg-box .swiper-slide{background-size:cover;background-position:center;}
.produceimg-box .swiper-slide-thumb-active{border:0px solid #808080;}
.produceimg-box .gallery-top{height:90%;width:100%;}m
.produceimg-box .gallery-top .swiper-slide #wrap{overflow:hidden;}
.produceimg-box .gallery-top .swiper-slide img{display:block;margin:0px auto;}
.produceimg-box .gallery-thumbs{height:auto;box-sizing:border-box;overflow:hidden;width:90%;margin-top:30px;}
.produceimg-box .gallery-thumbs .swiper-wrapper{}
.produceimg-box .gallery-thumbs .swiper-slide{cursor:pointer;padding:20px 0;position:relative;}
.produceimg-box .gallery-thumbs .swiper-slide-thumb-active{opacity:1;color:#21227d;}
.produceimg-box .gallery-thumbs .swiper-slide .pic1{display:inline-block;}
.produceimg-box .gallery-thumbs .swiper-slide .pic2{display:none;}
.produceimg-box .gallery-thumbs .swiper-slide-thumb-active .pic1{display:none;}
.produceimg-box .gallery-thumbs .swiper-slide-thumb-active .pic2{display:inline-block;}
.produceimg-box .swiper-button-next,.produceimg-box .swiper-button-prev{width:22px;height:100%;background-color:rgb(85,85,85);background-size:70% 70%;top:22px;}
.produceimg-box .swiper-button-next{right:0;}
.produceimg-box .swiper-button-prev{left:0;}
.produceimg-box .swiper-button-prev.swiper-button-disabled{opacity:.6;}
.produceimg-box .item{position:relative;overflow:hidden;}
.produceimg-box .gallery-top .row{padding-top:5px;padding-bottom:5px;margin-left:0;margin-right:0;padding-left:5px;padding-right:5px;}
.produceimg-box .gallery-top .swiper-slide{opacity:0!important;}
.produceimg-box .gallery-top .swiper-slide-active {opacity: 1 !important;}

@media(max-width:768px){.produceimg-box .gallery-thumbs{padding:0px;}
.produceimg-box{border:2px solid #ddd;padding:15px;}
.produceimg-box .gallery-top .swiper-slide img{width:100%;}
.produceimg-box .gallery-thumbs{width:100%;}
.produceimg-box .gallery-thumbs .swiper-wrapper{width:100%;}
.produceimg-box .swiper-button-next,.produceimg-box .swiper-button-prev{display:none;}
.produceimg-box .gallery-top .row .left-box img{height:292px;width:100%;}
.produceimg-box .gallery-top .col-sm-3 img{height:136px;width:100%;}
.produceimg-box .gallery-thumbs img{height:70px;}
.produceimg-box .gallery-thumbs .swiper-slide + .swiper-slide::before{top:18px;}
}
@media(max-width:468px) {
.produceimg-box .gallery-top .row .left-box img{height:auto;width:100%;}
.produceimg-box .gallery-top .col-sm-3 img{height:116px;width:100%;}
.produceimg-box .gallery-thumbs img{height:50px;}
}

.pa_textlist_7 .item{border:1px solid #ddd;margin-bottom:30px;background:#fff;}
.pa_textlist_7 .item .more{overflow-wrap: break-word;padding: 0px;border-color: transparent;border-width: 0px;height: 22px;width: 80px;display:inline-block;border-style: solid;background-color: rgb(33, 34, 125);text-align:center;color:#fff;line-height:22px;}
.pa_textlist_7 .item .more:hover{opacity:0.82;}
.pa_textlist_7 .item:hover{border-color: rgb(33, 34, 125);}

/*首页>>滚动产品*/
.adscroll{position:relative;}
.adscroll .yellow{background: #ffcc01;font-size: 36px;line-height: 80%;z-index: 1;color: #fff;}
.adscroll .yellow .cn{font-size: 20px;padding:10px 0 6px;}
.adscroll .yellow .en{font-size: 36px;line-height: 80%;font-weight:bold;}
.adscroll .yellow a{background-color: rgba(33,34,125,1);padding:6px 12px;color:#fff;font-size:14px;}
@media(max-width:992px) {
.comm_title .title{font-size:22px;position:relative}
.index-aboutus .picbox{margin-bottom:50px;background:transparent;position:relative;}
.index-aboutus .picbox .msgbox{max-width:100%;background:#298997;position:static;padding:20px;margin:10px auto;}
.index-aboutus .picbox .msgbox .more{width:120px;height:32px;border:1px solid #ddd;color:#fff;background:#fff;font-size:14px;line-height:32px;margin:20px auto;display:block;color:#999;}
.index-companyAdvantage .picbox{margin-bottom:15px;}
.index-cultrue .item .content .title{font-size:20px;}
.news .newslist .item{border:1px solid #ddd;margin-bottom:10px;}
}
@media(max-width:468px){.index-companyAdvantage .mask{opacity:1;}
.index-companyAdvantage .mask .title{font-size:22px;}
.index-classify .inner{text-align:center;padding:20px 0;}
.index-classify .inner .pic{height:80px;width:80px;margin-bottom:20px;}
.index-classify .inner .more{width:100px;}
}

@media(min-width:992px) {
.index-company {padding: 40px;}
.index-company .company{font-size: 35px;}
.index-company .font2{font-size: 20px;}
.index-company .font3{font-size: 28px;}
.index-news .leftbox{width:14%}
.index-news .rightbox{width:86%}
.index-news {background-position-x: -200px;}
.adscroll{margin-top: 26px;}
.adscroll .yellow{padding: 60px 0 20px 60px;position: absolute;right: 0;top: 20px;height: 277px;width: 460px;}
.index-testing{margin-top:60px;}
}

@media(max-width:992px) {
.index-company {padding-top: 20px;}
.index-company .company{font-size: 20px;padding-top:20px;}
.index-company .font3{font-size: 18px;}
.index-news li a,.index-news li .introduct{color:#fff;}
.index-news .leftbox{text-align:center;}
.index-news .rightbox .left{padding-left:0;}
.index-news .rightbox .right{padding-right:0;}
.adscroll .yellow{padding: 30px 0;text-align: center;}

.sub-nav-box{display:none;}
.comm_title {margin-bottom: -50px;margin-top: 20px;}

}