


body,ol,ul,li,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select,div,span,a,aside,article,section,header,nav,footer,label,img,th,td{margin:0;padding:0;box-sizing:border-box;}
fieldset,img{border:0;}
img{vertical-align:middle;max-width:100%;}
ol,ul,li{list-style-type:none;}
table{border-collapse:collapse;border-spacing:0;}
button,input,select,textarea{font-size:.875rem;font-family:inherit;margin:0;outline:none;resize:none;border:none;background:none;}
.clearfix:after{clear:both;content:".";display:block;height:0;overflow:hidden;visibility:hidden;}
.clearfix{zoom:1;}
html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;overflow:-moz-scrollbars-vertical;}
h1,h2,h3,h4,h5,h6{font-weight:normal;font-size:100%;}
body{color:#666;line-height:1.5;font-family:'Microsoft YaHei',Arial,'simsun',HELVETICA;min-width:320px;}
a{color:#666;text-decoration:none;transition:all ease 0.3s;}
a:hover{color:#6eb92d;}


/* CSS活动的公共样式 */
.fl{float:left;}
.fr{float:right;}
.ce{text-align:center;}
.hide{overflow:hidden;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.container{position:relative;min-width:320px;width:100%;max-width:1350px;margin:0 auto;}
.pImg{position:relative;padding-top:100%;display:block;overflow:hidden;}
.pImg img{position:absolute;top:0;left:0;width:100%;height:100%;transition:all 0.5s;}
.bgImg{background-position:center;background-size:cover;position:relative;transition:all 0.5s;display:block;width:100%;height:100%;}
.pd60{padding:20px 0;font-size:.875em;overflow:hidden;}
.mb40{margin-bottom:40px;}
.font14{font-size:.875em;}
.gray{background:#efefef;}

/* @font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.eot');
  src: url('../font/iconfont.eot') format('embedded-opentype'),
  url('../font/iconfont.woff') format('woff'),
  url('../font/iconfont.ttf') format('truetype'),
  url('../font/iconfont.svg') format('svg');
} */
@font-face {
  font-family: 'iconfont';  /* Project id 2778895 */
  src: url('../font/font_2778895_i95y6vtjjgr.eot'); /* IE9 */
  src: url('../font/font_2778895_i95y6vtjjgr.eot') format('embedded-opentype'), /* IE6-IE8 */
  url('../font/font_2778895_i95y6vtjjgr.woff2') format('woff2'),
  url('../font/font_2778895_i95y6vtjjgr.woff') format('woff'),
  url('../font/font_2778895_i95y6vtjjgr.ttf') format('truetype'),
  url('../font/font_2778895_i95y6vtjjgr.svg') format('svg');
}


.iconfont {
  font-family:"iconfont" !important;
  font-style:normal;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  position:relative;
}
 

/* 头部 */
.header{height:90px;padding-top:15px;background: url('../image/head_bg.jpg') no-repeat center;background-size:cover;}
.headTie{padding-left:20px;margin-left:20px;border-left: 1px dotted #bfbfbf;line-height:54px;font-size:20px;color:#555;}
.headTie span{color:#6eb92d;}
.headTel{font-size:12px;background: url('../image/hTel.png') no-repeat right center;padding-right:50px;line-height:1.2;margin-top:8px;text-align:right;}
.headTel i{font-style:normal;opacity:.6;font-family:Arial;margin-right:5px;}
.headTel span{display:block;color:#6eb92d;font-family:Arial;font-size:28px}

/* PC导航 */
.nav{height:60px;background:#005ba8;line-height:1.4;}
.nav>ul{display: flex;flex-flow: row wrap;justify-content:space-between;border-left: 1px solid #1a6cb1;}
.nav .m{float:left;text-align:center;flex-grow:1;position:relative;z-index:10;border-right: 1px solid #1a6cb1;}
.nav .m>a{color:#fff;display:block;position:relative;z-index:2;height:60px;padding-top:12px;}
.nav .m i{display: block;font-size:14px;opacity:.5;font-style:normal; -webkit-transform:scale(0.8);-moz-transform:scale(1);}
.nav .m>a::after{content:"";position:absolute;left:0;bottom:0;height:0;background:url('../image/nav_h.jpg') no-repeat center;background-size:cover;width:100%;transition:all .3s;z-index:-1;}
.nav .cur>a::after,.nav .m>a:hover::after,.nav .on>a::after{height:100%;}
.nav .cur>a,.nav .m>a:hover,.nav .on>a{color:#fff;}
.nav .navSub{position:absolute;left:0;top:120%;background:#003d71;background:rgba(0, 61, 113,.8);line-height:35px;width:100%;font-size:.875rem;transform:scale(0);transition:top .4s,opacity .4s;opacity:0;}
.nav .navSub li{border-bottom:1px solid #012340;line-height:30px;}
.nav .navSub a{color:#fff;display:block;}
.nav .navSub a:hover{background:#6eb92d;color:#fff;}
.nav .m4 .navSub {width:360px;overflow:hidden;}
.nav .m4 .navSub li{width:48%;float:left;}
.nav .m4 .navSub li:nth-child(2n){float:right;}
.nav .m:hover .navSub{transform:scale(1);opacity:1;top:100%;}
.navFix{position: fixed;z-index:99;width:100%;left:0;top:0;}

/*  导航按钮 */
.navTrigger{position:absolute;top:22px;right:15px;width:28px;overflow:hidden;white-space:nowrap;color:transparent;z-index:20;cursor:pointer;display:none;}
.navTrigger span{display:block;height:2px;background:#005ba8;margin-bottom:6px;transition:all 0.3s;  -webkit-transform-origin: 0% 50%;-moz-transform-origin: 0% 50%; -ms-transform-origin: 0% 50%;-o-transform-origin: 0% 50%;transform-origin: 0% 50%;}
.navTrigger span:nth-child(3){margin-bottom:0;}
.navTrigger-on span:nth-child(1){transform: translateX(4px) translateY(0px) rotate(45deg);}
.navTrigger-on span:nth-child(2){opacity:0;}
.navTrigger-on span:nth-child(3){transform:translateX(2px) translateY(2px) rotate(-45deg);}
.wapTel{font-family:"iconfont";position: absolute;color:#005ba8;right:60px;font-size:1.5rem;line-height:1;top:20px;display:none;}
.wapLang{position: absolute;right:96px;top:12px;display:none;}

/* 广告轮播图 */
.banner{position:relative;overflow:hidden;}
.banner img{width:100%;}
.banner .small{display:none;}
.swiper-wrapper{transition-timing-function: ease-in-out;}
.banner .swiper-pagination-bullet{background:none;opacity:1;cursor:pointer;width:14px;height:14px;border:1px solid #fff;position: relative;}
.banner .swiper-pagination-bullet:after{content:"";position:absolute;width:6px;height:6px;background:#fff;top:3px;left:3px;border-radius:100%;}
.banner .swiper-pagination-bullet-active{border-color: #005ba8;}
.banner .swiper-pagination-bullet-active::after{background:#005ba8;opacity:1;}
.banner .swiperBtn{z-index:5;top:50%;left:50%;margin-left:-720px;background:#fff;color:#333;width:36px;height:36px;line-height:34px;font-size:20px;opacity:0;transition:all .5s;}
.banner .swiperNext {margin-left:720px;}
.banner:hover .swiperBtn{opacity:1;}


/* 我们的产品 */
.hTitle{font-size:2.25rem;text-align:center;color:#0b62ac;padding-bottom: 
20px;margin-bottom:20px;background: url('../image/tie_bg1.png') no-repeat center bottom;}

.proMenuBox{position: relative;padding:10px 25px;}
.proMenu{margin-bottom:10px;overflow:hidden;font-size:1rem;}
/* .proMenu::after{content:"";position: absolute;left:0;top:50%;width:100%;height:1px;background:#e5e5e5;} */
.proMenu li{float:left;width:14.28%;text-align:center;position:relative;transition:all .5s;}
.proMenu li a{display:block;padding-top:32px;color:#333;height:160px;}
.proMenu li::after{content:"";position:absolute;background:#fff url('../image/ring.png') no-repeat;left:0;top:0;height:160px;width:160px;z-index:-1;transition:all .5s;left:50%;margin-left:-80px;background-size:100%;}
.proMenu li i{display:inline-block;width:44px;height:44px;margin-bottom:5px;transition:all .5s;}
.proMenu li span{display:block;line-height:1.4; }
.proMenu li em{font-style:normal;display:block;font-size:10px;-webkit-transform:scale(0.8);-moz-transform:scale(1);opacity:.6;}
.proMenu .on a,.proMenu li:hover{transform: scale(1.1);color:#6eb92d;}
.proMenu .on a i,.proMenu li:hover i{background-position:0 -44px;}
.proMenu .on::after,.proMenu li:hover::after{background:#fff url('../image/ring_h.png') no-repeat;transform: rotate(180deg);background-size:100%;}
.proMenu .btn{background:none;font-family:"iconfont";left:0;top:44%;font-size:32px;line-height:1;width:auto;height:auto;left:-6px;cursor: pointer;color:#999;}
.proMenu .swiper-button-next{left:auto;right:-6px;transform:rotate(-180deg);}
.proMenu .btn:hover{color:#6eb92d;}

.proMain{background:url('../image/pro_bg.jpg') no-repeat center;background-size:cover; color:#fff;position:relative;}
.proMain::after{content:"";position: absolute;left:28%;top:-20px;/*border:10px solid transparent;*/border-bottom-color: #152824;}
.proMain li{padding:30px 10% 0px 10%;overflow:hidden;}
.proMain li .pic{float:left;width:240px;margin-right:35px;}
.proMain li .txt{padding-top:15px;overflow:hidden;}
.proMain li h4{font-size:1.714em;color:#fff;margin-bottom:15px;padding-bottom:15px;background:url('../image/pro_tie.png') no-repeat left bottom;padding-left:25px;}
.proMain li h4 a{color: #fff;}
.proMain li .more{display:inline-block;margin-top:25px; margin-bottom:25px;width:100px;height:30px;line-height:30px;background:#005ba8;color:#fff;text-align:center;border-radius:15px;}
.proMain li .more:hover{width:160px;background:#6eb92d;}

/* 技术与服务 */
.serve{background:#f4f4f4 url('../image/serve_bg.jpg') no-repeat right bottom;}
.serve ul{padding:10px 0;}
.serve li{float:left;width:20%;border:1px solid #d5d5d5;margin-left:-1px;transition:all .5s;position: relative;}
.serve li a{display:block; height:320px;text-align:center;padding:70px 6% 0 6%;position:relative;z-index:2;overflow:hidden;}
.serve li a::after{content:"";position: absolute;width:100%;height:100%;background:url('../image/serve_bg.png') no-repeat center;background-size:cover;top:0;left:0;z-index:-1;opacity:0;transition:all .5s;}
.serve li i{display:inline-block;width:66px;height:66px;background-repeat: no-repeat;margin-bottom:25px;transition:all .5s;}
.serve li h4{font-size:1.857em;color:#333;padding-bottom:40px;position:relative;}
.serve li h4::after{content:"";position: absolute;left:50%;bottom:0;width:32px;height:3px;background:#005ba8;margin-left:-16px;}
.serve li .txt{color:#fff;opacity:0;transition:all .5s;position: relative;top:0;}
.serve li p{font-size:1.143em;min-height:150px;margin-bottom:10px;}
@media all and (min-width:1024px) {
  .serve li:hover{z-index:5;}
  .serve li a:hover{padding-top:30px;overflow: visible;}
  .serve li a:hover::after{transform: scale(1.2);opacity:1;}
  .serve li a:hover .txt{opacity:1;top:-75px;transition-delay:.15s;}
  .serve li a:hover i{background-position:0 -66px;}
  .serve li a:hover h4{opacity:0;}
}




/* 关于我们 */
.about{background:url('../image/about_bg.jpg') no-repeat center;background-size:cover; overflow:hidden;}
.about .hTitle{background: url('../image/tie_bg2.png') no-repeat center bottom;}
.avideo{width:49%;height:410px;position: relative;}
.my-video-dimensions{width:100%;height:100%;}
.avideo .video-js .vjs-big-play-button{left:50%;top:50%;width:60px;height:60px;border-radius:100%;margin-left:-30px;margin-top:-30px;line-height:60px;}
.avideo .vjs-poster{background-size:cover;}

.aboutR{width:49%;}
.aboutR h3{font-size:2.143em;color:#005ba8;margin-bottom:20px;padding-bottom:15px;position:relative;}
.aboutR h3::after{content:"";position: absolute;left:0;bottom:0;width:14px;background:#83c24c;height:1px;}
.aboutR .txt{height:110px;margin-bottom:10px;overflow:hidden;}

.aboutNum{color:#8b8b8b;display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content: space-between;overflow:hidden;}
.aboutNum li{float:left;position:relative;}
.aboutNum li span{position:relative;line-height:1.2;color:#005ba8;padding-left:30px;display:block;}
.aboutNum li b{font-size:2.714em;font-family:Arial;}
.aboutNum li span::after{content:"";position: absolute;left:0;top:0;width:30px;height:30px;background: url('../image/aIcon.png') no-repeat;}
.aboutNum li:nth-child(2) span::after{background-position:-30px 0;}
.aboutNum li:nth-child(3) span::after{background-position:-60px 0;}
.aboutNum li:nth-child(4) span::after{background-position:-90px 0;}
.aboutNum li:nth-child(5) span::after{background-position:-120px 0;}

.aboutR .more{display:inline-block;width:150px;height:40px;border:2px solid #7bbf40;text-align:center;color:#7bbf40;line-height:40px;text-align:center;border-radius:20px;margin-top:40px;}
.aboutR .more i,.aboutBox li .more i{font-style:normal;margin-left:10px;}
.aboutR .more:hover{background:#7bbf40;color:#fff;}
.aboutBox{clear: both;padding-top:30px;margin-right:-20px;}
.aboutBox li{float:left;width:25%;padding-right:20px;text-align:center;}
.aboutBox li a{display:block;background:#fff;height:330px;padding:30px 12% 20px 12%;}
.aboutBox li .icon{display:inline-block;width:62px;height:62px;margin-bottom:20px;transition:all .5s;}
.aboutBox li h4{font-size:1.857em;color:#333;margin-bottom:10px;}
.aboutBox li p{height:90px;margin-bottom:10px;}
.aboutBox li .more{display:inline-block;width:140px;height:32px;line-height:28px;border:2px solid #7bbf40;text-align:center;border-radius:16px;}
.aboutBox li a:hover{background:#7bbf40;color:#fff;}
.aboutBox li a:hover h4{color:#fff;}
.aboutBox li a:hover .more{border-color:#fff;}
.aboutBox li a:hover .icon{background-position: 0 -62px;}

/* 新闻快讯 */
.news{background: url('../image/news_bg.jpg') no-repeat center;background-size:cover;}
.newsL{width:63%;overflow:hidden;}
.newsMenu{margin-bottom:25px;overflow:hidden;padding-left:1px;}
.newsMenu .more,.newsR .title .more{float:right;margin-top:30px;background: url('../image/nMore.jpg') no-repeat center right;padding-right:20px;}
.newsMenu .more:hover,.newsR .title .more:hover{color:#005ba8;}
.newsMenu .m{font-size:1.714em;display:inline-block;width:160px;height:56px;line-height:54px;border:1px solid #b5b5b5;text-align:center;margin-left:-1px;background:#f6f6f6;}
.newsMenu .on{background:#005ba8;color:#fff;border-color:#005ba8;}
.newsMain li{float:left;width:48%;background:#f6f6f6;}
.newsMain li:nth-child(2){float:right;}
.newsMain li .pic{height:260px;overflow:hidden;position:relative;}
.newsMain li .date{position: absolute;left:0;top:0;width:60px;height:60px;color:#fff;background:rgba(123,191,64,.8);text-align:center;font-size:12px;font-family:Arial;line-height:1.2;padding-top:2px;}
.newsMain li .date i{font-size:30px;display:block;font-style:normal;}
.newsMain li .txt{padding:25px 7%;height:160px;color:#888;position:relative;position: relative;z-index:2;}
.newsMain li .txt::after,.newsR li a::after{content:"";position: absolute;left:0;bottom:0;width:100%;height:0;background:#7bbf40;z-index:-1;transition:all .5s;}
.newsMain li .txt h4{font-size:1.286em;margin-bottom:15px;color:#191919;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.newsMain li a:hover .txt,.newsMain li a:hover .txt h4{color:#fff;transition:all .5s;}
.newsMain li a:hover .txt::after{height:100%;}
.newsMain li a:hover .bgImg{transform: scale(1.1);}

.newsR{width:34%;}
.newsR .title{margin-bottom:25px;line-height:56px;color:#999;}
.newsR .title span{font-size:1.714em;color:#333;margin-right:5px;}
.newsR .title .more{margin-top:5px;}
.newsR li{background:#f6f6f6;margin-bottom:12px;}
.newsR li a{display:block;padding:20px 6%;height:130px;color:#888;position: relative;z-index:2;}
.newsR li a::after{width:0;height:100%;}
.newsR li h4{font-size:1.286em;margin-bottom:10px;color:#191919;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.newsR li a:hover,.newsR li a:hover h4{color:#fff;transition:all .5s;}
.newsR li a:hover::after{width:100%;}

/* 企业荣誉 */
.honor{background:url('../image/honor_bg.jpg') no-repeat center;background-size:cover;background-attachment: fixed; overflow:hidden;}
.hTitleW{color:#fff;background: url('../image/tie_bg3.png') no-repeat center bottom;}
.honor .container,.partner .container{padding:0 60px;}
.honorSlide li{width:20%;text-align:center;float:left;}
.honorSlide li p{font-weight:normal;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#fff;z-index:2;position:relative;margin-top:15px;}
.honorSlide li .pImg{padding-top:70%;}
.honorSlide li a:hover img{transform:scale(1.1);}
.swiperBtn{width:30px;height:30px;text-align:center;line-height:26px;color:#fff;;left:0;top:60%;border:2px solid #fff;border-radius:100%;font-family:"simsun";font-weight:700;position:absolute;cursor: pointer;}
span.swiperNext{left:auto;right:0;}
.swiperBtn:hover{background: #fff;opacity:1;color:#005ba8;}

/* 品牌客户 */
.partner{background: url('../image/partner_bg.jpg');}
.partner .hTitle{background: url('../image/tie_bg4.png') no-repeat center bottom;}
.partnerSlide{padding-left:1px;}
.partner li{float:left;width:16.66%;}
.partner li a{display: block;border:1px solid #d9d9d9;padding-top:54%;}
.partner li a::after{content:"";position: absolute;left:0;bottom:0;width:100%;height:5px;background:#7bbf40;transform-origin:right;transform: scale(0,1);transition:transform .5s;}
.partner li a:hover::after{transform-origin:left;transform: scale(1);}
.partner .swiperBtn{border-color:#ccc;color:#ccc;top:70%;}
.partner .swiperBtn:hover{border-color:#7bbf40;color:#7bbf40;}

/*底部 */
.footer{background:#272727;font-size:.875rem;color:#bebebe;line-height:2em;overflow:hidden;}
.footMain{padding:50px 0;overflow:hidden;}
.footMenu{width:74%;overflow:hidden;max-width:820px;display: flex;justify-content: space-between;}
.footMenu ul{float:left;}
.footMenu ul h4{color:#fff;font-size:1.286em;margin-bottom:15px;position:relative;padding-bottom:15px;}
.footMenu ul h4::after{content:"";position: absolute;left:0;bottom:0;width:15px;height:4px;background:#6eb92d;}
.footMenu .footMenu2{width:40%;}
.footMenu2 li:nth-child(1){float:none;width:100%;}
.footMenu2 li{float:left;width:48%;}
.footMenu2 li:nth-child(2n){float:right;}
.footMenu_wap{display:none;overflow:hidden;text-align:center;}
.footWx{width:147px;text-align:center;line-height:1.6;background: url('../image/wx_bg.png') no-repeat;padding:10px 10px 2px 2px;}
.footWx span{display:block;text-align:center;margin-top:8px;font-size:12px;}
.footer a{color:#aaa;}
.footer a:hover{color:#fff;}
.copyright{padding:15px 0;position:relative;}
.copyright::after{content:"";position: absolute;left:0;top:0;width:200%;margin-left:-50%;height:1px;background:#3d3d3d;}
.firendlink{padding-top:8px;clear: both;}
.firendlink a{margin:0 5px;}

/*内页公用 */
.listWrap{overflow:hidden;padding:60px 0;font-size:.875em;}
.listBanner,.mzsmBanner{height:260px;background-position: center;background-repeat: no-repeat;background-size:cover;position:relative;}
.listBanner h3{position:absolute;color:#fff;top:50%;font-size:1.125rem;text-transform:uppercase;width:100%;animation:leftPic 1s;-webkit-transform: translateY(-50%); -moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%); transform:translateY(-50%);text-align:center;line-height:1.8;}
.listBanner h3 span{display: block;font-size:2rem;}
.breadCrumb{font-size:.875rem;overflow:hidden;background:#f7f7f7;padding:20px 0;}
.breadCrumb p span,.menuBox p span{position:relative;padding-left:20px;}
.breadCrumb span::after,.menuBox p span::after{content:"\e646";position:absolute;left:0;font-family:"iconfont";top:0;} 
.breadCrumb .back{float:right;position:relative;color:#005ba8;border:1px solid #005ba8;line-height:26px;width:90px;text-align:center;}
.breadCrumb .back i{font-family:"iconfont";margin-right:5px;}
.breadCrumb .back:hover{background:#005ba8;color:#fff;}
.proCrumb{background:#fff;}
.listBox{min-height:300px;}
.proSear{width:50%;margin:0 auto;height:50px;line-height:50px;margin-bottom:40px;padding:0 50px 0 15px;background:#eee;}
.proSear .btn{height:50px;line-height:50px;width:50px;text-align:center;font-size:16px;background:#333 url('../image/sIcon.png') no-repeat center;color:#fff;cursor:pointer;transition:all 0.3s;float:left;margin-right:-50px;}
.proSear .txt{height:48px;line-height:48px;border-right:none;width:100%;padding:0 10px;float:left;}
.proSear .btn:hover{background-color:#111;}
@keyframes leftPic
{
  0%   {opacity:0;padding-top:60px;}
  100% {opacity:1;padding-top:0;}
}

/*内页公用菜单*/
.listMenu{height:60px;line-height:60px;position:relative;font-size:1.125rem;}
.listMenu::after{content:"";position: absolute;left:-50%;bottom:-1px;width:200%;background:#d6d6d6;z-index:-1;height:1px;}
.listMenu .m:first-child{border-left:1px solid #d6d6d6;}
.listMenu .m{display:inline-block;position:relative;color:#191919;padding:0 25px;border-right:1px solid #d6d6d6;}
.listMenu .m:hover,.listMenu .cur,.listMenu p a:hover{color:#6eb92d;}
.listMenu .m::after{content:"";position: absolute;left:0;bottom:0;background:#6eb92d;width:0;height:3px;transition:all .5s;}
.listMenu .cur::after,.listMenu a:hover::after{width:100%;}
.listMenu p{position: absolute;right:0;font-size:14px;top:0;color:#999;}
.listMenu p a{color:#999;}
.pro_subMenu{text-align:center;font-size:.875rem;margin-bottom:30px;}
.pro_subMenu a{margin:0 10px;border:1px solid #ccc;height:36px;line-height:36px;display:inline-block;padding:0 15px;margin-bottom:5px;}
.pro_subMenu a:hover,.pro_subMenu .cur{background:#005ba8;border:1px solid #005ba8;color:#fff;}

/*公司简介*/
.aboutNum2{padding:90px 0;}
.aboutNum2 h6{font-size:2.143em;color:#6eb92d;}
.aboutNum2 li{flex-grow:1;max-width:190px;}
.aboutNum2 li span{padding-left:0;overflow:hidden;}
.aboutNum2 li span::after{left:auto;right:0;}
.aboutNum2 li b{float:left;}
.aboutNum2 li span::before{content:"";position: absolute;right:35px;width:35px;height:1px;background:#e1e1e1;top:15px;}
.aTie{font-size:1.875rem;color:#005ba8;font-weight:700;margin-bottom:30px;}
.aobutTxt{width:46%;}
.aobutTxt .title{margin-bottom:30px;color:#333;font-size:1.25em;}
.aobutTxt .title span{display:block;color:#005ba8;font-size:1.5em;font-weight:700;}

.aboutFont{box-shadow:0 0 10px #ddd;padding:20px;margin:40px auto;overflow:hidden;}
.aboutFont .aTie{margin-bottom:20px;}
.aboutFont .bgImg{float:left; width:48%;height:365px;}
.aboutFont .font{width:48%;padding-right:2%;padding-top:10px;}
.aboutFont .txt{line-height:1.8;}
.aboutBox2 .txt{height:200px;margin-bottom:10px;overflow:hidden;}

.aboutBox2 ul{display: flex;justify-content: space-between;color:#333;}
.aboutBox2 li{float:left;overflow:hidden;padding-top:10px;}
.aboutBox2 li span{display:block;}
.aboutBox2 li b{float:left;color:#6eb92d;font-size:1.875em;margin-top:-10px;margin-right:5px;background: url('../image/a_arr.png') no-repeat center bottom;padding-bottom:10px;}

.aboutBox3{background:#f2f2f2;text-align: center;}
.aboutBox3 .aTie {text-align:left;}
.aboutBox3 .aTie i{font-family:"iconfont";font-style:normal;margin-right:15px;font-weight:400;color:#6eb92d;}
.aboutBox3 li{float:left;width:20%;}
.aboutBox3 li .pImg{padding-top:56%;margin-bottom:20px;}
.aboutBox3 li h4{font-size:1.143em;color:#6eb92d;margin-bottom:10px;}
.aboutBox3 li p{padding:0 10px;color:#888;}
.aboutBox3 li:hover img{transform: scale(1.1);}
.aboutBox3 .swiperBtn{display:none;}
.aboutBox5 .bgImg{float:right;}
.aboutBox5 .font{float:left;padding-right:0;}

.aboutBox6{background:#f2f2f2;overflow:hidden;}
.aboutBox6 li{float:left;width:52%;overflow:hidden;margin-bottom:30px;padding-left:185px;}
.aboutBox6 li .pic{float:left;width:160px;height:115px;margin-left:-185px;}
.aboutBox6 li img{width:100%;height:100%;}
.aboutBox6 li:nth-child(2n){float:right;width:46%;}
.aboutBox6 li:nth-child(3) p{max-width:580px;}
.aboutBox6 li h4{font-size:1.571em;color:#191919;padding-bottom:10px;margin-bottom:10px;font-weight:700;position:relative;overflow:hidden;}
.aboutBox6 li h4::after{content:"";position: absolute;left:0;bottom:0;width:45px;height:2px;background:#6eb92d;}

/*发展历程*/
.listTie{font-size:2.188rem;color:#005ba8;font-weight:700;text-align:center;margin-bottom:20px;}
.listTxt{font-size:1rem;text-align:center;line-height:2;margin-top:-10px;margin-bottom:40px;}
.listTxt span{display:block;}
.historyBox{position: relative;margin-top:50px;text-align:center;padding:0 30px;}
.historyBox::after{content:"";position: absolute;left:0;bottom:15px;background:#ebebeb;width:100%;height:1px;z-index:-1;}
.historyMenu{overflow:hidden;font-size:1.786em;font-family:Arial;max-width:1140px;margin:0 auto;}
.historyMenu li{float:left;width:14.28%;padding-bottom:50px;position:relative;cursor: pointer;}
.historyMenu li::after{content:"";position:absolute;left:50%;bottom:0;width:12px;height:12px;border-radius:100%;background:#ccc;border:10px solid #f0f0f0;margin-left:-16px;transition:all .5s;}
.historyMenu .swiper-slide-thumb-active::after{background:#fff;border-color:#6eb92d;}
.historyMenu .swiper-slide-thumb-active{color:#191919;font-weight:700;}
.historyMenu .swiperBtn{border-color:#c4c4c4;color:#c4c4c4;top:65%;background:#fff;z-index:3;}
.historyMenu .swiperBtn:hover{border-color:#6eb92d;color:#6eb92d;}

.historyMain{overflow:hidden;max-width:1024px;margin:0 auto;margin-top:50px;}
.historyMain li{overflow:hidden;margin-bottom:30px;padding-left:290px;color:#555;}
.historyMain li .pic{float:left;width:235px;height:175px;margin-left:-290px;}
.historyMain li img{width:100%;height:100%;}
.historyMain li h4{color:#005ba8;padding:15px 0;border-bottom: 1px solid #ebebeb;margin-bottom:15px;overflow:hidden;font-size:1.714em;}

/* 在线验厂 */
.videoList ul{margin-right:-40px;overflow: hidden;}
.videoList li{float:left;width:33.3%;padding-right:40px;margin-bottom:20px;text-align:center;}
.videoList li a{display: block;overflow: hidden;}
.videoList li .pImg{padding-top:65%;}
.videoList li p{height:60px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;transition:all .3s;padding-top:20px;}
.videoList li .pImg::after{content:"";position:absolute;left:0;top:0;background:#000;opacity:.5;width:100%;height:100%;transition:all .5s;z-index:4;}
.videoList li .pImg::before{content:"";position:absolute;left:50%;top:50%;width:90px;height:36px;background: url('../image/vIcon.png') no-repeat;margin-left:-45px;margin-top:-18px;z-index:5;transition:all .5s;background-size:cover;}
.videoList li:hover img{transform: scale(1.06);}
.layer_video{width:80% !important;height:80%;}

/* 图片列表 */
.honorList ul{margin-right:-30px;}
.honorList li{float:left;width:25%;padding-right:30px;text-align:center;margin-bottom:30px;}
.honorList li a{display:block;border:1px solid #eee;padding:20px;box-shadow:0 0 12px #eee;}
.honorList li .pImg{padding-top:72%;}
.honorList li p{margin-top:15px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.honorList li a:hover{background:#6eb92d;color:#fff;}

.picList ul{margin-right:-45px;}
.picList li{width:33.3%;text-align:center;float:left;padding-right:45px;margin-bottom:45px;margin-bottom:15px;}
.picList li .pImg{padding-top:72%;}
.picList li p{font-weight:normal;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#333;z-index:2;position:relative;height:70px;line-height:70px;font-size:1.25em;}
.picList li p::after{content:"";position: absolute;left:0;bottom:0;width:100%;height:0;background:#6eb92d;z-index:-1;transition:all .5s;}
.picList li a:hover img,.partnerList li:hover img{transform:scale(1.1);}
.picList li a:hover p{color:#fff;}
.picList li a:hover p::after{height:100%;}
.picList31 li a{}
.picList31 li .pImg{padding-top:0;text-align:center;}
.picList31 li .pImg img{position: static;height:auto;width:auto;max-height:100%;}
.picList32 li .pImg{padding-top:132%;}
.partnerList{margin-right:-10px;padding-left:1px;}
.partnerList li{padding-right:10px;margin-bottom:10px;}

/* 加入我们 */
.jobBox1 .bgImg{width:50%;height:350px;}
.jobBox1 .txt{width:50%;background:#6eb92d;color:#fff;height:350px;font-size:1.286em;padding:2% 3%;line-height:2;}
.jobBox2{background:#f2f2f2;}
.jobBox2 li{float:left;width:31%;margin:0 1%;}
.jobBox2 li .pImg{padding-top:54%;}
.jobBox2 li p{text-align:center;font-size:1.286em;color:#333;margin-top:20px;}
.jobBox2  li:hover img{transform: scale(1.1);}

.jobList{font-size:1em;}
.jobList li{margin-bottom:15px;}
.jobList .top{padding:0 15% 0 20px;height:60px;line-height:60px;border:1px solid #ddd;background:#fff;margin-top:10px;cursor: pointer;display: flex;justify-content: space-between;position:relative;}
.jobList .top::after{content:"+";position: absolute;right:20px;font-size:20px;}
.jobList .font{border:1px solid #ccc;border-top:none;padding:20px;margin-bottom:10px;background:#f5f5f5;display:none;}

/* 产品列表 */
.proWrap{padding-top:10px;}
.proSider{width:20%;font-size:1.143em;}
.proSider .title{background:#6eb92d;padding:0 15px;color:#fff;font-size:1.5em;height:54px;line-height:54px;position:relative;}
.proSider .title::after{content:"\e60e";position:absolute;right:15px;top:0;font-family:"iconfont";font-size:1.8rem;}
.proSider .title i{float:right;color:#fff;display:none;font-size:14px;cursor:pointer;position: relative;padding-right:25px;font-style:normal;}
.proSide_sub li{background:#eee;margin-top:8px;}
.proSide_sub li a{padding:0 15px;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;display:block;height:42px;line-height:42px; color:#333;position:relative;}
.proSide_sub li a::after{content:"";position: absolute;left:0;top:0;width:5px;height:0;background:#6eb92d;transition:all .5s;}
.proSide_sub li i{float:right;font-family:"iconfont";font-style:normal;color:#999;transform: rotate(180deg);margin-right:5px;transition:all .5s;}
.proSide_sub li a:hover,.proSide_sub li .cur{color:#6eb92d;}
.proSide_sub li a:hover::after,.proSide_sub li .cur::after{height:100%;}
.proSide_sub li a:hover i,.proSide_sub li .cur i{transform: rotate(270deg);}
.proSide_sub .sub{background:#f6f6f6;}
.proSide_sub ul li a{background: url('../image/ly_li2.png') no-repeat 15px center;padding-left:25px;}
.proSide_sub ul .cur,.proSide_sub ul  a:hover{color:#6eb92d;}
.proR{width:77%;}
.pro_bread{font-size:.875rem;height:54px;line-height:54px;overflow:hidden;margin-bottom:25px;overflow:hidden;border-bottom: 1px solid #d6d6d6;text-align:right;opacity:.8;}
.proList {margin-right:-15px;font-size:1.286em;}
.proList li{float:left;width:33.3%;margin-bottom:30px;padding-right:15px;}
.proList li .pImg{border:1px solid #bee1ff;padding-top:74%;border-top-width:5px;}
.proList li p{height:60px;line-height:60px;background:#efefef;padding:0 15px;color:#333;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.proList li .more{float:right;font-size:14px;background:#575757;width:80px;height:30px;line-height:30px;color:#fff;line-height:30px;margin-top:15px;text-align:center;margin-left:15px;transition:all .5s;}
.proList li a:hover img{transform: scale(1.1);}
.proList li a:hover p{color:#6eb92d;}
.proList li a:hover .more{background:#6eb92d;color:#fff;}

.proBom{position:fixed;left:0;top:0;width:100%;height:100%;background:rgba(0, 0, 0,.4);z-index:90;display:none;}
.proBom .main{position: absolute;left:50%;max-width:1040px;min-width:320px;background:#fafafa url('../image/bom_bg.jpg') no-repeat right bottom;z-index:99;left:50%;top:50%;transform: translate(-50%,-50%);border-radius:15px;padding:3.5%;height:540px;width:100%;}
.proBom .close{position:absolute;width:35px;height:35px;background: url('../image/close2.png') no-repeat;right:-40px;top:0;cursor:pointer;transition:all .5s;}
.proBom .pic{float:left;width:60%;}
.proBom .pic img{width:100%;}
.proBom .txt{float:right;width:35%;}
.proBom .txt li{padding:9px 0;border-bottom: 1px solid #efefef;color:#333;padding-left: 15px;background: url('../image/p_li.jpg') no-repeat left center;}
.proBom .close:hover{transform:rotate(180deg);}

/* 制程能力 */
.zcnlMain{background:url('../image/zcnl_bg.jpg') no-repeat center;background-size:cover; padding:5% 10%;margin-top:40px;}
.zcnlBox{background:#fff;padding:3% 4%;text-align:center;font-size:1.143em;}
.zcnlBox .tie{color:#6eb92d;font-size:1.875em;margin-bottom:20px;}
.zcnlBox .top{height:60px;color:#fff;font-size:1.125em;}
.zcnlBox table{border: 1px solid #e8e8e8;padding:8px;width:100%;margin-bottom:25px;}
.zcnlBox th{background:#005ba8;padding:18px 6px;color:#fff;width:33.3%;}
.zcnlBox tr{border:1px solid #dedede;}
.zcnlBox td{padding:18px 6px;border: 1px solid #dedede;}

/* 品质保证 */
.pzbjBox1{padding-bottom:0;}
.pzbjBox2{background:#f1f1f1;}
.pzbjBox2 ul{display: flex;justify-content: space-between;}
.pzbjBox2 li{float:left;background:#fff;max-width:320px;padding:25px 20px;height:320px;text-align:center;}
.pzbjBox2 li i{display:inline-block;width:78px;height:71px;background: url('../image/pzbj_icon.png') no-repeat;margin-bottom:20px;position: relative;top:10px;transition:all .5s;}
.pzbjBox2 li:nth-child(2) i{background-position:-78px 0;}
.pzbjBox2 li:nth-child(3) i{background-position:-156px 0;}
.pzbjBox2 li h4{font-size:1.714em;color:#333;padding-bottom:15px;margin-bottom:15px;position:relative;}
.pzbjBox2 li h4::after{content:"";position: absolute;left:0;bottom:0;width:32px;height:2px;background:#6eb92d;left:50%;margin-left:-16px;}
.pzbjBox2 li:hover i{top:0;}


/* 在线下单 */
.zxxdWrap{background:#f5f5f5 url('../image/zxxd.jpg') no-repeat center top;padding:65px 0 20px 0;font-size:.875em;}
.zxxdBox{background:#fff;max-width:840px;margin:0 auto;padding:30px 4% 30px 5%;border-top:5px solid #6eb92d;}
.zxxdBox .listTie{font-weight:400;}
.listTie span{display:block;font-size:0.514em;color:#999;font-weight:400;}

.zxxdBox li{margin-bottom:20px;color:#191919;position:relative;padding-right:20px;}
.zxxdBox li label{display:block;font-size:1.143em;margin-bottom:8px;}
.zxxdBox li input{height:46px;line-height:46px;border:1px solid #999999;width:100%;padding:0 15px;transition:all .3s;font-size:12px;color:#555;}
.zxxdBox li input:hover,.zxxdBox textarea:hover{opacity:1;border:1px solid #000; color:#000000}

.zxxdBox li i{font-style:normal;line-height:46px;}
.zxxdBox .f2{width:42%;padding-right:35px;}
.zxxdBox .f2 i{float:right;margin-right:-35px;}
.zxxdBox .f3{width:54%;}
.zxxdBox .f3 p{display: flex;justify-content: space-between;}
.zxxdBox .f3 i{margin:0 10px;}
.zxxdBox .f3 .t{margin-right:-20px;}
.zxxdBox .f5{width:42%;}
.zxxdBox .f6{width:54%;}
.zxxdBox .f4,.zxxdBox .f7{clear: both;}
.zxxdBox textarea{padding:10px 15px;border:1px solid #999999;width:100%;height:90px;font-size:12px;color:#333;}
.zxxdBox .btn input{width:96px;height:32px;color:#fff;cursor:pointer;margin:0 15px;transition:all .5s;background:#b2b2b2 url('../image/reset.png') no-repeat 10px center;padding-left:10px;}
.zxxdBox .btn .sub{background:#005ba8 url('../image/sub.png') no-repeat 6px center;padding-left:15px;}
.zxxdBox .txt{margin-top:10px;color:#aaa;}
.zxxdBox .btn input:hover{background-color:#6eb92d;}

.zxxdBox li input::-webkit-input-placeholder,.zxxdBox li textarea::-webkit-input-placeholder{color:#999999;}
.zxxdBox li input::-moz-placeholder,.zxxdBox li textarea::-moz-placeholder{color:#999999;}
.zxxdBox li input:-moz-placeholder,.zxxdBox li textarea:-moz-placeholder{color:#999999;}
.zxxdBox li input:-ms-input-placeholder,.zxxdBox li textarea:-ms-input-placeholder{ color:#999999;}



/* 供应商平台  */
.gysptBox1{font-size:1.125em;}
.gysptBox1 .txt{width:48%;line-height:2;}
.gysptBox1 h4{font-size:2.22em;color:#005ba8;margin-bottom:25px;line-height:1.4;}
.gysptBox1 h4 span{color:#6eb92d;}
.gysptBox1 .pic{width:46%;padding-right:10px;padding-bottom:10px;height:380px;overflow:hidden;position:relative;}
.gysptBox1 .pic::after{content:"";position: absolute;background:#6eb92d;width:100%;height:100%;top:10px;right:-10px;z-index:-1;}


#promise{clear:both;}
.gysptBox2,.gysptBox3{background:#f2f2f2;padding:40px 4%;}
.gysptBox2 .listTie span{margin-top:10px;color:#666;}
.gysptBox2{padding-top:60px;}

.gysptBox2 ul{display: flex;justify-content: space-between;font-size:1.714em;}
.gysptBox2 li{float:left;background:#fff;max-width:370px;padding:40px 30px 30px 30px;height:440px;text-align:center;box-shadow:0 3px 10px #ddd;}
.gysptBox2 li h4{font-size:1.5em;color:#191919;margin-bottom:20px;}
.gysptBox2 li i{display:inline-block;width:75px;height:75px;background: url('../image/gyspt_icon.png') no-repeat;margin-bottom:30px;position: relative;top:10px;transition:all .5s;}
.gysptBox2 li:nth-child(2) i{background-position:-75px 0;}
.gysptBox2 li:nth-child(3) i{background-position:-150px 0;}
.gysptBox2 li:hover i{top:0;}

.gysgy li{float:left;width:33.3%;}
.gysgy li .pImg{padding-top:86%;}
.gysgy .swiperBtn{border-color:#999;color:#999;left:15px;z-index:5;background:#fff;top:50%;}
.gysgy .swiperNext{left:auto;right:15px;}
.gysgy .swiperBtn:hover{border-color:#6eb92d;color:#6eb92d;}

/* 新闻列表 */
.newsSlide{margin-bottom:40px;overflow:hidden;font-size:1.143em;position: relative;}
.newsSlide li{background:#fafafa;overflow:hidden;}
.newsSlide .pic{width:63%;height:500px;overflow:hidden;}
.newsSlide .txt{padding:30px 3%;width:37%;}
.newsSlide .date,.newsList li .date{display:block;font-size:1.125em;color:#191919;}
.newsSlide h3,.newsList li h3{margin:35px 0;font-size:1.5em;}
.newsSlide h3 a{color:#191919;}
.newsSlide h3 a:hover,.newsList li a:hover h3{color:#6eb92d;}
.newsSlide p,.newsList li p{line-height:2;color:#888;height:150px;margin-bottom:20px;}
.nMore{display:block;background:#ffff;line-height:40px;padding:12px 8%;font-size:1.125em;overflow: hidden;}
.nMore i{float:right;height:40px;background:#b2b2b2;border-radius:0 20px 20px 0;color:#fff;font-style:normal;width:60px;text-align:center;font-size:24px;transition:all .5s;}
.nMore:hover i{background:#6eb92d;}
.newsSlide li:hover .bgImg{transform: scale(1.04);}
.newsSlide .swiper-pagination{width:63%;}
.newsSlide .swiper-pagination-bullet{width:12px;height:12px;}

.newsList ul,.relaNews ul{margin-right:-15px;}
.newsList li{float:left;width:33.3%;padding-right:15px;margin-bottom:25px;}
.newsList li .pImg{padding-top:64%;}
.newsList li .txt{background:#fafafa;padding:25px;padding-bottom:40px;}
.newsList li h3{color:#191919;white-space:nowrap;overflow:hidden;text-overflow: ellipsis;margin:15px 0;}
.newsList li p{height:100px;}
.newsList li .nMore{line-height:34px;}
.newsList li .nMore i{height:34px;}
.newsList li a:hover .nMore i{background:#6eb92d;}
.newsList li a:hover img{transform: scale(1.1);}

/* 新闻详情 */
.newsTie{font-size:2.143em;color:#333;margin-bottom:8px;text-align:center;border-bottom: 1px solid #e4e4e4;margin-bottom:20px;padding-bottom:20px;}
.newsTie2{text-align:center;}
.showCon{padding:40px 0;overflow:hidden; font-size:1.2em; color:#444444}
.newsTie2 span{position:relative;padding-left:20px;margin:0 30px;}
.newsTie2 span:before{content:"\e62e";font-family:"iconfont";position:absolute;left:0;top:-1px;}
.newsTie2 .s2:before{content:"\e60b";}
.newsTie2 .s3:before{content:"\e735";font-size:1rem;top:-2px;}
.showPage{height:80px;line-height:80px;overflow:hidden;background:#f1f1f1;}
.showPage a{float:left;width:43%;padding:0 20px;}
.showPage a i{font-style:normal;font-family:"宋体";font-weight:bold;padding-left:10px;margin-left:10px; border-left: 1px dotted #ccc;}
.showPage a:nth-child(2){float:right;text-align:right;}
.showPage a:nth-child(1) i{padding:0 10px 0 0;margin:0 10px 0 0; border-right: 1px dotted #ccc;border-left:none;}
.showPage a:nth-child(3){width:14%;text-align:center;border-left:1px solid #ddd;border-right:1px solid #ddd;}
.showPage a:hover{background:#005ba8;color:#fff;}
.relaNews{padding-top:50px;}
.relaNews .title{font-size:2.571em;color:#005ba8;margin-bottom:30px;}


/* 联系我们 */
.contactBox .tel{text-align:center;font-size:2.143em;color:#005ba8;font-weight:700;max-width:800px;margin:0 auto;border-bottom:6px solid #efefef;background: url('../image/cTel.png') no-repeat 30px top;margin-bottom:60px;}
.contactBox .tel span{color:#6eb92d;font-size:1.6em;}
.contactTxt{background:#fafafa url('../image/bom_bg.jpg') no-repeat right bottom;padding:20px 3%;width:52%;height:370px;box-shadow:0 5px 6px #ddd;}
.contactTxt .tie{font-size:2.571em;color:#191919;padding-bottom:15px;margin-bottom:20px;position:relative;border-bottom:3px solid #e8e8e8;}
.contactTxt .tie::after{content:"";position: absolute;left:0;bottom:-3px;width:90px;background:#6eb92d;height:3px;}
.contactTxt .txt{font-size:1.286em;margin-bottom:25px;}
.contactTxt .btn{background:#07569d;color:#fff;width:100px;height:30px;line-height:30px;display:inline-block;text-align:center;}
.contactTxt .btn i{font-family:"iconfont";font-style:normal;margin-right:8px;}
#dituContent,.contactMap{width:46%;height:370px;float:right;}



/* 在线留言*/
.feedback{padding-top:20px;overflow:hidden;}
.feedback .listTie{color:#191919;text-align:left;font-weight:400;}
.feedback .listTie i{font-family:"iconfont";font-style:normal;color:#6eb92d;margin-right:5px;}
.feedback ul{margin-right:-15px;margin-bottom:15px;}
.feedback li{float:left;width:25%;padding-right:15px;}
.feedback li input{width:100%;background:#eee;padding:0 25px;height:50px;line-height:50px;}
.feedback textarea{width:100%;height:190px;margin-bottom:15px;background:#eee;padding:15px 25px;}
.feedback .btn input{width:96px;height:32px;color:#fff;cursor:pointer;margin:0 15px;transition:all .5s;background:#b2b2b2 url('../image/reset.png') no-repeat 10px center;padding-left:10px;}
.feedback .btn .sub{background:#005ba8 url('../image/sub.png') no-repeat 6px center;padding-left:15px;}
.feedback .btn input:hover{background-color:#6eb92d;}
.BMapLib_sendToPhone{display:none;}