@charset "utf-8";
/* CSS Document */
/* @import url('https://fonts.googleapis.com/css?family=Noto+Sans+SC:100,300,400,500,700,900'); */
* {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; padding: 0; margin: 0; }
body{ font-size: 14px; color: #666; overflow-x: hidden; font-family: 'HelveticaLTStd-Light',Arial,sans-serif;padding-top: 70px;}
ul,li,ol,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,header,footer{ list-style: none; padding: 0; margin: 0; }
input,textarea,select{ outline:none; font-family: 'HelveticaLTStd-Light',Arial,sans-serif;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999;}
:-ms-input-placeholder {color: #999;}

a { text-decoration: none; color:#666; transition: color 0.56s ease;}
a:hover{ color: #82c02f;}

.clearfix:after{content:"";height:0;line-height:0;display:block;visibility:hidden;clear:both}
.clearfix{zoom:1;}
.clear{ clear:both}
.overflow{overflow-y:hidden;}

.fl{float: left;}
.fr{float: right;}

/* 水平镜像翻转 */
.mirrorRotateLevel img{transition: all .4s;-webkit-transition: all .4s;}
.mirrorRotateLevel:hover img {-moz-transform:scaleX(-1);-webkit-transform:scaleX(-1);-o-transform:scaleX(-1);transform:scaleX(-1);/*兼容IE*/ filter:FlipH;}
/*图片放大*/
.imgZoom img{transition: all .4s;-webkit-transition: all .4s;}
.imgZoom:hover img{transform:scale(1.1, 1.1); -webkit-transform:scale(1.1, 1.1);}
/*图片旋转*/
.imgRotate img{-webkit-transition:-webkit-transform 2s ease-out;-moz-transition:-moz-transform 2s ease-out;-o-transition:-o-transform 2s ease-out;-ms-transition:-ms-transform 2s ease-out;}
.imgRotate img:hover{-webkit-transform:rotateZ(360deg);-moz-transform:rotateZ(360deg);-o-transform:rotateZ(360deg);-ms-transform:rotateZ(360deg);transform:rotateZ(360deg);}
/*按钮鼠标经过变暗*/
.wlp-button:hover{filter:alpha(opacity=90);background-image:-webkit-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1))!important;background-image:linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1))!important;}
/*鼠标经过有阴影*/
.wlp-shadow:hover{box-shadow: 0 0 20px rgba(0,0,0,0.3)!important;}
/*鼠标经过上浮并加阴影*/
.wlp-flow-shadow{-webkit-transition:all .5s;transition:all .5s;}
.wlp-flow-shadow:hover{transform:translate3d(0, -5px, 0);-webkit-transform:translate3d(0, -8px, 0);-webkit-box-shadow:0 0px 10px #e9e9e9;box-shadow:0 0px 10px rgba(0,0,0,.7);}
/*图片经过遮罩*/
.wlp-filter:hover img{ filter:alpha(opacity=70); -moz-opacity:0.7; -webkit-opacity: 0.7; opacity: 0.7;}

img{ display: inline-block; vertical-align:middle;max-width:100%;max-height:100%;height: auto; border: none;}

.wrap{ width: 1300px; margin: 0 auto;}


/*顶部*/
.header{ width: 100%; background: #fff; box-shadow: 0 0 5px rgba(0,0,0,.1); position: fixed; top: 0; z-index: 1111; transition: height 0.3s;}
.header .headTop{ height:38px; line-height: 38px; background: #82c02f; font-size: 14px; color:#fff; overflow: hidden; transition: all 0.5s;}
.header .headTop .topLeft{float:left;}
.header .headTop .topRight{ float: right;}
.header .logo{ float: left; padding: 10px 0; transition: all 0.5s;}
.header .headRight{ float: right;}
.header .nav{ float: left; margin-right: 15px;}
.header .nav>ul>li{float: left; position: relative; margin-right: 1px;}
.header .nav>ul>li.focus a{background:url(../images/navBg.jpg) no-repeat center;color: #fff;}
.header .nav>ul>li>a{ font-size: 16px; color: #333; line-height: 70px; padding: 0 20px; display: block; position: relative;transition: all 0.3s;}
.header .nav>ul>li>a.tit::before,.header .nav>ul>li>a.proTit::before{content: ""; width: 9px; height: 5px; background:url(../images/icon01.png) no-repeat center; position: absolute; right: 8px; top: 50%; margin-top: -2px;}
.header .nav>ul>li>a:hover{ background:url(../images/navBg.jpg) no-repeat center;color: #fff;}
.header .nav>ul>li .subnav{ height: 84px; line-height: 50px; position: absolute; left:50%; top: 70px; display: none; white-space: nowrap; transform: translate(-50%,0);}
.header .nav ul li .subnav::after{ content: ""; width: 5000px; height: 50px; background: #fff; border-top: 1px solid #dddfeb;  position: absolute; left: -2500px; top: 0;}
.header .nav>ul>li:hover>a{background:url(../images/navBg.jpg) no-repeat center;}
.header .nav>ul>li:hover .subnav{ display: block;}
.header .nav ul li:hover .subnav a{ background: none;}
.header .nav ul li .subnav a{ padding:0 20px; line-height: 50px; position: relative; z-index: 11; display: inline-block; color:#333333;}
.header .nav ul li .subnav a:hover{ color: #82c02f;}
.header .searchBtn{ float: left; width: 20px; height: 20px; background:url(../images/icon02.png) no-repeat center;  background-size:cover;  margin-top: 24px; margin-right: 30px; cursor: pointer; transition: all 0.3s ease;}
.header .lang{ float: left;  padding-left: 15px; margin-top: 22px; border-left: 1px solid #999999; transition: all 0.3s ease;}
.header .lang a{ margin-right: 5px;}
.header .lang img{width:18px; transition: all 0.3s ease;}
.header .menu-toggle{display: none;}

.header.cur{ height: 50px;}
.header.cur .headTop{ height:0;}
.header.cur .logo{ height:50px; padding:5px 0;}
.header.cur .nav>ul>li>a{ line-height: 50px;}
.header.cur .nav>ul>li .subnav{ top: 50px;}
.header.cur .searchBtn{ margin-top: 15px;}
.header.cur .lang{margin-top: 12px;}

.pronav{ padding: 0 50px 25px; display: none;}
.pronav .box{ background: #f5f5f5; box-shadow: 0 0 15px rgba(0,0,0,.3); overflow: hidden;position: relative;}
.pronav .box .off{ width: 18px; height: 18px; background:url(../images/icon16.png) no-repeat center; position: absolute; right: 20px; top: 20px; cursor: pointer;}
.pronav .box .wrap{ position: relative;}
.pronav .proNavBox{ width: 30%; background:-webkit-linear-gradient(left,#f5f5f5,#d3d4d3); background: linear-gradient(left,#f5f5f5,#d3d4d3); padding-top: 70px; padding-bottom: 9999px; margin-bottom: -9999px; float: left;}
.pronav .proNavBox ul>li{ line-height: 60px; border-bottom: 1px solid #cdcece;}
.pronav .proNavBox ul>li>a{ font-size: 18px; color: #333; display: block; padding-left: 40px;}
.pronav .proNavBox ul>li>a:hover,.pronav .proNavBox>ul>li.cur>a{ background: #1e50b5 url(../images/icon15.png) no-repeat right 40px center; color: #fff;}
.pronav .proNavBox ul li .subItem{ width: 70%; height: 100%; padding-top: 70px; position: absolute; left: 30%; top: 0; z-index: 22; background:-webkit-linear-gradient(left,#ffffff,#f2f2f2); background: linear-gradient(left,#ffffff,#f2f2f2); display: none;}
.pronav .proNavBox ul li .subItem>ul{ width: 40%; float: left;}
.pronav .proNavBox ul li .subItem>ul>li{ line-height: 44px; border-bottom: none;}
.pronav .proNavBox ul li .subItem>ul>li>a{ font-size: 16px; color: #666; position: relative; padding: 0 50px;}
.pronav .proNavBox ul li .subItem>ul>li>a:hover{ background: #1e50b5 url(../images/icon15.png) no-repeat right 40px center; color: #fff;}
.pronav .proNavBox ul li .subItem>ul>li>a::after{ content: ""; width: 75%; height: 1px; background: #cdcece; position: absolute; left: 50px; bottom: -1px;}

.pronav .proNavBox ul li .subItem .navproBox{ width: 60%; padding-left: 50px; float: left;}
.pronav .proNavBox ul li .subItem .navproBox>ul>li{ width: 50%; padding: 0 20px; border-bottom: none; float: left;}
.pronav .proNavBox ul li .subItem .navproBox ul li a{ display: block;  border-bottom: #cecece solid 1px; padding: 10px 0; overflow: hidden;}
.pronav .proNavBox ul li .subItem .navproBox ul li dl{ width: 54px; height: 38px; position: relative; float: left;}
.pronav .proNavBox ul li .subItem .navproBox ul li dl img{ position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
.pronav .proNavBox ul li .subItem .navproBox ul li h3{ height: 38px; line-height: 1.2; font-size: 13px; font-weight: 200; padding:4px 4px 4px 10px; display: flex; align-items:center; }
.pronav .proNavBox ul li .subItem .navproBox ul li h3 span{display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.pronav .proNavBox ul li .subItem .navproBox ul li a:hover{ background:none;}
.pronav .proNavBox ul li .subItem .navproBox ul li a:hover h3{ background: #1e50b5; color: #fff; }

.pronav .proNavCon{ width: 70%; background:-webkit-linear-gradient(left,#ffffff,#f5f5f5); background: linear-gradient(left,#ffffff,#f5f5f5); float: right; padding:50px 0 20px 90px;}
.pronav .proNavCon ul{ margin: 0 -28px;}
.pronav .proNavCon ul li{ width: 33.33%; padding: 0 28px; margin-bottom: 20px; float: left;}
.pronav .proNavCon ul li a{display: block; overflow: hidden;}
.pronav .proNavCon ul li dl{ padding-bottom: 71.8%; position: relative; overflow: hidden;}
.pronav .proNavCon ul li dl img{ position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
.pronav .proNavCon ul li h3{ font-size: 15px; font-weight: normal; color: #82c02f; margin-top: 5px; text-align: center; overflow: hidden;  text-overflow:ellipsis;  white-space: nowrap;}

/*首页bannner*/
.banner {height:615px; position: relative; width: 100%;}
.banner .swiper-container{ width:100%; height:615px; overflow:hidden;}
.banner .swiper-container .swiper-slide{width:100%; height: 615px; background-position:center; background-repeat: no-repeat; background-size: cover;}
.banner .swiper-container .swiper-slide a{width:100%; height: 615px;display: block;}
.banner .pagination {position: absolute;z-index: 20;bottom:30px;width: 100%;text-align: center;}
.banner .swiper-pagination-switch {display: inline-block; width:16px; height: 16px; background:#fff; margin: 0 4px; border-radius: 10px; cursor: pointer;}
.banner .swiper-active-switch { background: #82c02f; border: #fff solid 2px; opacity: 1;}

.neibanner{ width: 100%; height:365px; background-position:center; background-repeat: no-repeat; background-size: cover; }

.home01{ background:url(../images/homeBg.jpg) repeat-x center top; padding: 50px 0;}
.home01 ul{ margin: 0 -21px;}
.home01 ul li{ width: 33.33%; padding: 0 21px; float: left;}
.home01 ul li a{display: block;}
.home01 ul li dl{overflow: hidden; padding-bottom:61.728%; position: relative;}
.home01 ul li dl img{ position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
.home01 ul li h3{ font-size: 23px; font-weight: normal; line-height: 1; color: #000; margin: 10px 0;}
.home01 ul li ol{ font-size: 15px;line-height: 1.4; color: #999; display: -webkit-box;  -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.home01 ul li dt{ color: #82c02f; font-size: 15px; background:url(../images/icon03.png) no-repeat 110px center; margin-top: 20px;transition: background 0.56s ease; }
.home01 ul li a:hover dt{background:url(../images/icon03.png) no-repeat 150px center;}

.home2{ background: #eee; padding: 80px 0;}
.home2 .home2_l{ width: 57%; float: left;}
.home2 .home2_l .title{margin-bottom: 25px;}
.home2 .home2_l .title h2{ font-size: 35px; color: #000; font-weight:bold; padding-bottom: 22px; position: relative;}
.home2 .home2_l .title h2::after{ content: ""; width: 35px; height: 5px; background: #82c02f; position: absolute; left: 0; bottom: 0;}
.home2 .home2_l .box{ line-height: 1.6; padding-bottom: 30px;}
.home2 .home2_l a.more{ width: 120px; background: #fff; border-left: 5px solid #82c02f; line-height: 35px; text-align: center; display: block; position: relative; z-index: 11;}
.home2 .home2_l a.more span{ position: relative; z-index: 11;}
.home2 .home2_l a.more:hover{ color: #fff;}
.home2 .home2_l a.more::after{ content: ""; width: 0; height: 35px; background: #82c02f; position: absolute; left: 0; top: 0; transition: width 0.56s ease;}
.home2 .home2_l a.more:hover::after{ width:100%;}
.home2 .home2_r{ width: 400px; float: right; padding-top: 30px;}
.home2 .home2_r ul{ overflow: hidden;}
.home2 .home2_r ul li{ width: 50%; height: 150px; text-align: center; padding: 20px; border-top: 1px solid #d4d4d4; border-left: 1px solid #d4d4d4; margin-top: -1px; margin-left: -1px; float: left;}
.home2 .home2_r ul li dl{ color: #999; font-size: 15px; margin-top: 5px;}
.home2 .home2_r ul li dl b{ color: #000; font-size:32px;}
.home2 .home2_r ul li p{ color: #999; font-size:15px;}

.home3{ padding: 70px 0;}
.home3 .title{margin-bottom: 25px; overflow: hidden;}
.home3 .title h2{font-size: 40px; color: #000; font-weight:bold; line-height: 1.2; float: left;}
.home3 .title a.more{ width: 120px; background: #e7e7e7; border-left: 5px solid #82c02f; line-height: 35px; text-align: center; display: block; position: relative; z-index: 11;  float: right;}
.home3 .title a.more span{ position: relative; z-index: 11;}
.home3 .title a.more:hover{ color: #fff;}
.home3 .title a.more::after{ content: ""; width: 0; height: 35px; background: #82c02f; position: absolute; left: 0; top: 0; transition: width 0.56s ease;}
.home3 .title a.more:hover::after{ width:100%;}
.home3 .box{}
.home3 .box ul{ margin: 0 -10px;}
.home3 .box ul li{ width: 33.33%; padding: 0 10px; float: left;}
.home3 .box ul li a{display: block;}
.home3 .box ul li dl{overflow: hidden; padding-bottom: 57.619%; position: relative;}
.home3 .box ul li dl img{ position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
.home3 .box ul li span{ font-size: 16px; color: #82c02f; line-height: 2;}
.home3 .box ul li h3{ height: 44px; font-size: 18px; color: #333; font-weight: normal; line-height: 22px; margin-bottom: 5px;}
.home3 .box ul li dt{ font-size: 15px; color: #999;  line-height: 1.3; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.home3 .box ul li a:hover h3{color: #82c02f;}
.home3 .box ul li a:hover dt{color: #82c02f;}

.ntitle{ margin-bottom: 25px; overflow: hidden;}
.ntitle h2{ font-size: 29px; color: #333; font-weight: normal; line-height: 1; float: left;}
.ntitle .download{ width: 200px; height: 40px; color: #333; line-height: 36px; padding-left: 45px; border:#d3d3d3 solid 2px; background:url(../images/icon12.png) no-repeat 13px center; position: relative; float: right;}
.ntitle .download::before{ content: ""; width: 12px; height: 12px; background:url(../images/icon13.png) no-repeat center; position: absolute; right: 14px; top: 12px;}
.ntitle .download:hover{ background: #f2f2f2 url(../images/icon12.png) no-repeat 13px center;}

.content{background:#fff url(../images/icon09.png) repeat-x left top;}
.bread{ line-height: 55px; border-bottom: 1px solid #c8c8c8; margin-bottom: 48px;}
.bread .box{ margin-left: -15px;}
.bread a{ margin: 0 0;}

.main{ min-height: 500px; position: relative; padding-right: 315px;}
.rightNav{ width: 230px; position: absolute; right: 0; top: 0;}
.rightNav dl{ font-size: 29px; color: #82c02f; line-height: 1; margin-bottom: 25px;}
.rightNav ul li a{ font-size: 18px; line-height: 39px; color: #82c02f; border-bottom: #d6d6d6 solid 1px; display: block;}
.rightNav ul li a.tit{ background:url(../images/icon10.png) no-repeat right center;}
.rightNav ul li.on a.tit{background:url(../images/icon11.png) no-repeat right center;}
.rightNav ul li .subnav{ display:none; padding: 5px 0 20px;}
.rightNav ul li .subnav a{ font-size: 14px; color: #666; line-height: 26px; border: none;}
.rightNav ul li .subnav a:hover,.rightNav ul li .subnav a.cur{color: #82c02f;}

.products ul{ margin: 0 -18px;}
.products ul li{ width: 33.33%; padding: 0 18px; margin-bottom: 35px; float: left;}
.products ul li a{display: block; overflow: hidden;}
.products ul li dl{ padding-bottom: 71.8%; position: relative; overflow: hidden; box-shadow: 12px 5px 0 #eee;}
.products ul li dl img{ position:absolute;top:0;bottom:0;left:0;right:0;width: 100%; height: 100%; margin:auto;}
.products ul li h3{ height:42px; font-size: 16px; font-weight: normal; overflow:hidden; margin-top: 15px;}

.proview{}
.proview .proHead{ margin-bottom: 50px;}
.proview .proHead .sp-wrap::before{ content: ""; width: 32px; height: 32px; background:url(../images/icon14.png) no-repeat center; position: absolute; right: 20px; bottom: 30px; z-index: 11;}
.proview .proHead .proHead-r{}
.proview .proHead .proHead-r h1{ font-size: 23px; color: #82c02f; font-weight: normal; line-height: 1; margin-bottom: 25px;}
.proview .proHead .proHead-r .proJJ{ height: 220px; font-size: 15px; line-height: 25px; overflow: hidden; margin-bottom: 23px;}
.proview .proHead .proHead-r .download{ width: 200px; height: 40px; color: #333; line-height: 36px; padding-left: 45px; border:#d3d3d3 solid 2px; background:#f2f2f2 url(../images/icon12.png) no-repeat 13px center; position: relative; display: block; }
.proview .proHead .proHead-r .download::before{ content: ""; width: 12px; height: 12px; background:url(../images/icon13.png) no-repeat center; position: absolute; right: 14px; top: 12px;}
.proview .proHead .proHead-r .download:hover{ background: #ddd url(../images/icon12.png) no-repeat 13px center;}

.proCon .tit{ margin-bottom: 15px; overflow: hidden;}
.proCon .tit h3{ font-size: 18px; color: #82c02f; font-weight: normal; float: left;}
.proCon .tit p{ float: right; font-size: 15px; color: #999999;}
.proCon .box{ margin-bottom: 50px; line-height: 1.7;}
.proCon .box table{ width: 100%; text-align: center; font-size: 14px; border-spacing: 0; border-collapse: collapse; border: #d8d8d8 solid 1px !important;}
.proCon .box table tr:nth-child(odd){ background: #f1f1f1;}
.proCon .box table tr td{ border: #d8d8d8 solid 1px !important; padding:10px 15px; line-height: 2;}
.proCon .box table tr td:nth-child(1){ text-align: left; }
.proCon .box h3{ font-size: 18px; color: #82c02f; font-weight: normal;  margin:25px 0 10px;}
.proCon .box li{list-style:disc inside;}

.proviewNav{ font-size: 18px; line-height: 46px; border-bottom: #dcdcdc solid 1px; margin-bottom: 30px; padding-right: 100px; position: relative; overflow: hidden;}
.proviewNav .arrow-left{ width: 22px; height: 22px; border:#ccc solid 2px; background: url(../images/icon17.png) no-repeat center; transform:rotate(180deg); position: absolute; right: 26px; top: 12px; z-index: 11;}
.proviewNav .arrow-right{ width: 22px; height: 22px; border:#ccc solid 2px; background: url(../images/icon17.png) no-repeat center; position: absolute; right: 0; top: 12px; z-index: 11;}
.proviewNav .swiper-container{ margin: 0 -25px;}
.proviewNav .swiper-slide{ padding: 0 25px; box-sizing: border-box;}
.proviewNav .swiper-slide li{position: relative; cursor: pointer;}
.proviewNav .swiper-slide.on li{ color: #82c02f;}
.proviewNav .swiper-slide.on li::after{ content: ""; width: 100%; height: 2px; background: #82c02f; position: absolute; left: 0; bottom: 0;}
.proCon .box{ display: none;}
.proCon .box.on{ display: block;}

.text{ font-size: 15px; line-height: 24px;}
.about .text{ font-size: 16px; line-height: 1.9;}


.about .box ol{ color: #82c02f; font-size: 15px; margin-bottom: 20px;}
.about .box ul{ overflow: hidden; margin: 0 -20px; display:flex; flex-wrap:wrap;}
.about .box ul li{ width: 33.33%; padding: 0 20px; }
.about .box ul li dl{border:#ccc solid 1px; position: relative; overflow: hidden;}
.about .box ul li h3{ font-weight: normal; font-size: 16px; margin: 10px 0 20px;}


.honor{ margin-bottom: 50px;}
.honor .box ul li{ border-bottom:#e0e0e0 solid 1px; overflow: hidden;}
.honor .box ul li a{ line-height: 38px; display:block; position:relative;}
.honor .box ul li h3{ font-size: 16px; font-weight: normal; background:url(../images/pdf.png) no-repeat 5px center; padding-left:38px; padding-right:80px}
.honor .box ul li span{ font-size:12px; color:#d0d0d0; position: absolute; right:0; top:0;}
.honor .listPic ul{ margin:0 -8px;}
.honor .listPic ul li{ width:25%; padding:0 8px; margin-bottom: 10px; float: left;}
.honor .listPic ul li a{ display:block;}
.honor .listPic ul li dl{ overflow: hidden; position: relative; margin-bottom: 5px; border:#eee solid 3px;}
.honor .listPic ul li dl img{  padding:5px;}
.honor .listPic ul li h3{ height:42px;line-height:21px; font-size: 15px; font-weight: normal;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}

.application .box ol{ color: #82c02f; font-size: 15px; margin-bottom: 20px;}
.application .box ul{ overflow: hidden; margin: 0 -20px;}
.application .box ul li{ width: 25%; padding: 0 20px; float: left;}
.application .box ul li dl{ overflow: hidden;}
.application .box ul li h3{ height:54px; font-weight: normal; font-size: 16px; margin: 10px 0 20px; overflow: hidden;}

.news{}
.news ul{ overflow: hidden;}
.news ul li{ border: #dddddd solid 1px; overflow: hidden; box-shadow: 5px 5px 0 #eee; margin-bottom: 24px;}
.news ul li a{ padding: 40px 30px; display: block; overflow: hidden;}
.news ul li dl{ width: 326px; overflow: hidden; float: left;}
.news ul li ol{ padding-left: 360px;}
.news ul li ol h3{ font-size: 18px; color: #333; font-weight: normal; line-height: 1; overflow: hidden; text-overflow:ellipsis; white-space: nowrap; margin-bottom: 20px;}
.news ul li ol dt{ font-size: 15px; color: #999; line-height: 20px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; margin-bottom: 20px;}
.news ul li ol dd{  color: #82c02f; line-height: 20px; margin-bottom: 10px; }
.news ul li ol span{float: right; line-height: 1;}
.news ul li a:hover{ background: #eee;}

.newsview{}
.newsview .newsHead{ margin-bottom: 30px;}
.newsview .newsHead h1{ font-size: 29px; color: #333; font-weight: normal; line-height: 1.2; margin-bottom: 15px;}
.newsview .box{ padding: 40px 50px; border: #dddddd solid 1px; border-bottom: none; line-height: 2;}
.newsview .box .back{ text-align: right; padding-top: 30px;}
.newsview .box .back a{ color: #82c02f;}
.newsview .newspage{ background: #f4f4f4; border: #dddddd solid 1px; border-top: none; padding: 20px 50px;}
.newsview .newspage a{display: block; color: #82c02f; line-height: 1.6;overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
.newsview .newspage a:hover{ text-decoration: underline;}

.history{ background: #f0f0f0; padding: 60px 0; margin-top: 70px;}
.history .box{ position: relative; margin-top: 70px;}
.history .box::after{ content: ""; width: 100%; height: 2px; background: #ccc; position: absolute; left: 0; top: 55px;}
.history .box .arrow-left,.history .box .arrow-right{ width: 45px; height: 45px; position: absolute; top: 33px;}
.history .box .arrow-left{ left: -66px; background:url(../images/arrow-left.png) no-repeat center;}
.history .box .arrow-right{ right: -66px; background:url(../images/arrow-right.png) no-repeat center;}
.history .box .con{ padding: 0 14px; position: relative;}
.history .box .con::after{ content: ""; width: 1px; height: 101px; background: #ccc; position: absolute; left: 50%; top: 0px;}
.history .box .con dt{ width: 126px; height: 38px; line-height: 38px; text-align: center; font-size: 18px; border-radius: 38px; background: #ccc;color: #333; margin: 0 auto 64px; position: relative; z-index: 11;}
.history .box .con ol h3{ font-size: 14px; font-weight: normal; margin-top: 8px;}
.history .box .con:hover dt{ background: #82c02f; color: #fff;}

.contact01{ margin-bottom: 40px;}
.contact_l,.contact_r{ width: 50%; float: left;}
.contact_r{ padding-left: 50px;}
.contact_r li{ margin-bottom: 6px; font-size: 14px;}
.contact_r li h3{font-size: 14px; color: #000;}
.contact_r li a{ color: #82c02f;}
.contact_r input{ width: 100%; height:40px; border: #d0d0d0 solid 1px; padding-left: 18px; font-size: 15px;}
.contact_r textarea{ width: 100%; height:95px; border: #d0d0d0 solid 1px; padding:10px 18px; font-size: 15px;}
.contact_r button{ width: 180px; height: 44px;background: #82c02f; border: none; color: #fff; font-size: 16px; cursor: pointer; margin-top: 5px; transition: background 0.56s ease;}
.contact_r button:hover{ background: #0089c4;}

.contact02 ul{ overflow: hidden; margin: 0 -25px;}
.contact02 ul li{ width: 50%; font-size: 14px; padding: 0 25px; margin-bottom: 20px; float: left;}
.contact02 ul li .con{ border: #ddd solid 1px; padding: 30px 30px 50px; box-shadow: 5px 3px 0 #eeeeee;}
.contact02 ul li .con dl{ color: #82c02f; font-size: 16px; margin-bottom: 30px;}
.contact02 ul li .con ol{ line-height: 24px; overflow: hidden;}
.contact02 ul li .con ol dd{ width: 50%; float: left;}
.contact02 ul li:nth-last-child(1),.contact02 ul li:nth-last-child(2){ width: 100%;}

.footer{padding-top: 150px; position: relative; overflow: hidden;}
.footer::after{ content: ""; width: 100%; height:150px; background:url(../images/footerBg.png) no-repeat center bottom; background-size: 100%; position: absolute; left: 0; top: 0;}
.footer .fmain{ background: #e1e1e1; padding: 55px 0;}
.footer .fmain .wrap{ position: relative;}
.footer .fmain .fnav{ float: left; width: 65%;}
.footer .fmain .fnav ul li{ float: left; width: 25%;}
.footer .fmain .fnav ul li dl{ font-size: 18px; margin-bottom: 15px;}
.footer .fmain .fnav ul li dl a{ color: #000; border-bottom: #82c02f solid 2px; padding-bottom: 5px;}
.footer .fmain .fnav ul li ol a{display: block; line-height: 1.6;}
.footer .fmain .fcontact{ float: right; line-height: 27px;}
.footer .fmain .gotop{ width: 64px; height: 64px; background: #82c02f url(../images/icon08.png) no-repeat center; position: absolute; right: 0; top: -110px; z-index: 111; cursor: pointer;}
.footer .copyright{ background: #82c02f; line-height: 70px; color: #fff;}
.footer .copyright a{ color: #fff;}
.footer .copyright a:hover{ text-decoration: underline;}
.footer .copyright .copyright_l{ float: left;}
.footer .copyright .copyright_r{ float: right;}

/*===/分页=============================*/
.fenye{ padding: 30px 0 10px; font-size:16px; margin-left: -8px; text-align: right;}
.off{  padding:8px 15px; background:#e2e2e2; color:#333; margin:0 8px;}
a.off:hover{ background:#82c02f; color:#fff; }
.fenye a{ line-height:1;color:#333; padding:8px 15px; margin-right:8px;background:#e2e2e2;}
.fenye a:hover{color:#fff;background:#82c02f; }
.fenye a.fenyeon{ line-height:1; background:#82c02f; color:#FFF;}

/*搜索框*/
.search-dialog-box{display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 999999;}
.search-dialog-box .black{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, .8);}
.search-dialog{position: absolute;left:50%;top:50%;box-sizing:border-box;width: 680px;padding: 20px 30px;transform: translate(-50%,-50%);background-color: #fff;box-shadow: 0 0 10px rgba(0,0,0,.33);border-radius:50px;}
.search-dialog input[type=text]{float: left;width: 86%;border: none; padding: 0;font-size:18px;line-height: 28px; height:28px;color: #999; background-color: #fff;border-radius: 0;}
.search-dialog input[type=submit] {float: right; width:28px; height:28px; background-repeat: no-repeat; background-position: center; background-size: 100%; border: none; padding: 0; background-image: url(../images/search-btn.png);background-color: transparent; cursor: pointer;}


@media screen and (max-width:1340px){
.wrap{ width: 100%; padding: 0 20px;}
.header{ padding: 0 20px;}
.main.wrap{ padding-right: 280px;}
.rightNav{ right: 20px;}
.contact02 ul{ margin: 0 -10px;}
.contact02 ul li{font-size: 14px; padding: 0 10px; margin-bottom: 20px;}
.footer .fmain .gotop{ right: 20px;}
}

@media screen and (max-width:1100px){
body{ padding-top: 60px; }

.header{ width: 100%; height:60px; background: #fff; box-shadow: 0 0 5px rgba(0,0,0,.1);  position: fixed; top: 0; left: 0; z-index: 1111;}
.header .logo{ float: left; padding-top: 15px; }

.header .headRight{ float: none; padding-top: 0; width: 100%; height: calc(100vh - 60px); background: #fff; border-top: 1px solid #eee; position: fixed; left: 0; top: 60px; display: none;}
.header .nav{ width: 100%; border: none; margin-bottom: 20px;}
.header .nav ul li{ float: none; border-bottom: #eee solid 1px; margin-right: 0;}
.header .nav ul li a{ line-height: 50px; font-size: 16px; padding: 0 15px; display: block;}
.header .nav>ul>li.focus a{ background: #eee;}
.header .nav>ul>li:hover>a{ background:none;}
.header .nav>ul>li>a.tit::before, .header .nav>ul>li>a.proTit::before{ right: 15px;}
.header .nav ul li .subnav::after{display: none;}
.header .nav ul li .subnav{ width: 100%; height: auto; line-height: 32px; padding: 15px;  background: #f5f5f5; position: relative; left:0; top: 0; transform: translate(0,0); display: none; overflow: hidden;}
.header .nav ul li .subnav a{ float: left; width: 100%; padding: 0; font-size: 15px; line-height: 36px; display: block;}
.header .nav ul li:hover .subnav{ display: none;}

.header .menu-toggle{ width:60px; height:60px; position:absolute; right:0px; top:0;  float:right; z-index:99999; display:block;}
.header .menu-toggle span{ width:35px; height:2px; background:#333;display:block; position:relative; opacity:1;transition:all 300ms; margin:30px 0 0 12px;}
.header .menu-toggle span:before{ content:"";width:35px; height:2px; background:#333;display:block; position:absolute; left:0; top:-10px;transition:all 300ms;}
.header .menu-toggle span:after{ content:"";width:35px; height:2px; background:#333;display:block;position:absolute; left:0; top:10px;transition:all 300ms;}
.header .menu-toggle.cur span{background-color:transparent;}
.header .menu-toggle.cur span:before{transform:rotate(45deg); top:0px;}
.header .menu-toggle.cur span:after{transform:rotate(-45deg); top:0px;}

.header .searchBtn{ margin-left: 15px; margin-top: 10px;}
.header .lang{margin-top: 10px;}

.pronav{ width: 100%; padding: 0; display: none; position: fixed; top: 0; left: 0; z-index: 11111;}
.pronav .box{ height: 100vh; background: #f5f5f5; box-shadow: 0 0 15px rgba(0,0,0,.3); overflow: hidden;position: relative;}
.pronav .box .off{ width: 18px; height: 18px; background:url(../images/icon16.png) no-repeat center; position: absolute; right:5px; top: 15px; cursor: pointer;}
.pronav .box .wrap{ position: relative; padding: 0;}
.pronav .proNavBox{ width: 100%; background:-webkit-linear-gradient(left,#f5f5f5,#d3d4d3); background: linear-gradient(left,#f5f5f5,#d3d4d3); padding-top: 50px;float: none;}
.pronav .proNavBox ul>li{ line-height: 50px; border-bottom: 1px solid #cdcece; position: relative;}
.pronav .proNavBox ul>li.tit::before{content: ""; width: 9px; height: 5px; background:url(../images/icon01.png) no-repeat center; position: absolute; right: 20px; top: 50%; margin-top: -2px;}
.pronav .proNavBox ul>li>a{ font-size: 16px; color: #333; display: block; padding-left: 20px;}
.pronav .proNavBox ul>li>a:hover,.pronav .proNavBox>ul>li.cur>a{ background: #1e50b5; color: #fff;}
.pronav .proNavBox ul li .subItem{ width:100%; height:auto; padding-top: 0; position: relative; left: 0; top: 0; z-index: 22; background:-webkit-linear-gradient(left,#ffffff,#f2f2f2); background: linear-gradient(left,#ffffff,#f2f2f2); display: none;}
.pronav .proNavBox ul li .subItem>ul{ width: 100%; float: none;}
.pronav .proNavBox ul li .subItem>ul>li{ line-height: 44px; border-bottom: none;}
.pronav .proNavBox ul li .subItem>ul>li>a{ font-size: 15px; color: #666; position: relative; padding: 0 20px;}
.pronav .proNavBox ul li .subItem>ul>li>a:hover{ background: #1e50b5 url(../images/icon15.png) no-repeat right 40px center; color: #fff;}
.pronav .proNavBox ul li .subItem>ul>li>a::after{ content: ""; width: 100%; height: 1px; background: #cdcece; position: absolute; left: 0; bottom: -1px;}

.pronav .proNavBox ul li .subItem .navproBox{ display: none;}
.pronav .proNavCon{ display: none;}

}

@media screen and (max-width:1000px){
.wrap{ width: 100%; padding: 0 15px;}
.header{ padding: 0;}
.header .headTop{ display:none;}
.header .logo{ float: left; width:170px; height:60px; padding:10px 0; }

.banner {height:200px; position: relative; width: 100%;}
.banner .swiper-container{ width:100%; height:200px; overflow:hidden;}
.banner .swiper-container .swiper-slide{width:100%; height: 200px; background-position:center; background-repeat: no-repeat; background-size: cover;}
.banner .swiper-container .swiper-slide a{width:100%; height:200px;display: block;}
.banner .pagination {position: absolute;z-index: 20;bottom:10px;width: 100%;text-align: center;}
.neibanner{ width: 100%; height:120px; }


.home01{  padding: 30px 0 10px;}
.home01 ul{ margin: 0 ;}
.home01 ul li{ width:100%; padding: 0; float: none; margin-bottom: 15px;}
.home01 ul li h3{ font-size: 18px; margin: 8px 0;}
.home01 ul li ol{ font-size: 13px;line-height: 1.4;}
.home01 ul li dt{font-size: 13px; margin-top: 5px; }

.home2{ padding:30px 0;}
.home2 .home2_l{ width: 100%; float: none;}
.home2 .home2_l .title{margin-bottom: 20px;}
.home2 .home2_l .title h2{ font-size: 24px;  padding-bottom: 10px; position: relative;}
.home2 .home2_l .title h2::after{ content: ""; width: 25px; height: 3px;}
.home2 .home2_l .box{ line-height: 1.6; font-size: 14px; padding-bottom: 30px;}
.home2 .home2_l a.more{ line-height: 32px; font-size: 14px;}
.home2 .home2_l a.more::after{height: 32px;}
.home2 .home2_r{ width: 100%; float: none; padding-top: 30px;}
.home2 .home2_r ul li{padding: 20px;}
.home2 .home2_r ul li dl b{  font-size:28px;}
.home2 .home2_r ul li p{  font-size:14px;}

.home3{ padding: 40px 0;}
.home3 .title{margin-bottom: 25px; overflow: hidden;}
.home3 .title h2{font-size: 24px;}
.home3 .title a.more{ width: 100px;line-height: 30px;font-size: 14px;}
.home3 .title a.more::after{height: 30px;}
.home3 .box ul{ margin: 0;}
.home3 .box ul li{ width: 100%; padding: 0; float: none; margin-bottom: 15px;}
.home3 .box ul li span{ font-size: 14px;}
.home3 .box ul li h3{ height: 44px; font-size: 16px;  line-height: 22px; margin-bottom: 5px;}
.home3 .box ul li dt{ font-size: 12px; line-height: 1.3; }

.ntitle{ margin-bottom: 20px; overflow: hidden;}
.ntitle h2{ font-size: 22px; color: #333; font-weight: normal; line-height: 32px; float: left;}
.ntitle .download{ width: 130px; height: 32px;line-height: 30px; font-size: 12px; padding-left: 30px; border:#d3d3d3 solid 1px; background:url(../images/icon12.png) no-repeat 10px center; background-size: 15px auto;}
.ntitle .download::before{ right: 10px; top: 10px;}
.ntitle .download:hover{ background: #f2f2f2 url(../images/icon12.png) no-repeat 10px center;background-size: 15px auto;}

.content{background:#fff url(../images/icon09.png) repeat-x left top;}
.bread{ line-height: 46px;margin-bottom: 30px;}
.bread .box{ margin-left: -12px; font-size: 13px;}
.bread a{ margin: 0 12px;}

.main{min-height: 100px; position: relative; padding-right: 0;}
.main.wrap{ padding-right: 15px;}
.rightNav{ width: 100%; position: relative; right: 0; top: 0; margin-bottom: 30px; display: none;}
.rightNav dl{ font-size: 22px; color: #82c02f; line-height: 1; margin-bottom: 15px;}
.rightNav ul{}
.rightNav ul li a{ font-size: 16px; line-height: 39px;}
.rightNav ul li .subnav{ display:none; padding: 5px 0 10px;}

.products ul{ margin: 0 -5px;}
.products ul li{ width: 50%; padding: 0 5px; margin-bottom: 15px; float: left;}
.products ul li dl{box-shadow: 12px 5px 0 #eee;}
.products ul li h3{ height: 34px; font-size: 13px; font-weight: normal; margin-top: 12px;}

.proview{}
.proview .proHead{ margin-bottom: 30px;}
.proview .proHead .sp-wrap::before{ content: ""; width: 32px; height: 32px; background:url(../images/icon14.png) no-repeat center; position: absolute; right: 20px; bottom: 30px; z-index: 11;}
.proview .proHead .proHead-r{ padding-left: 0;}
.proview .proHead .proHead-r h1{ font-size: 20px; margin-bottom: 15px;}
.proview .proHead .proHead-r .proJJ{ height: auto; font-size: 14px; line-height: 1.8; overflow: hidden; margin-bottom: 23px;}
.proview .proHead .proHead-r .download{ width: 200px; height: 40px; color: #333; font-size: 14px; line-height: 36px; padding-left: 45px; border:#d3d3d3 solid 2px; background:#f2f2f2 url(../images/icon12.png) no-repeat 13px center; position: relative; display: block; }
.proview .proHead .proHead-r .download::before{ content: ""; width: 12px; height: 12px; background:url(../images/icon13.png) no-repeat center; position: absolute; right: 14px; top: 12px;}
.proview .proHead .proHead-r .download:hover{ background: #ddd url(../images/icon12.png) no-repeat 13px center;}

.proCon .tit{ margin-bottom: 15px; overflow: hidden;}
.proCon .tit h3{ font-size: 16px; color: #82c02f; font-weight: normal; float: none;}
.proCon .tit p{ float: none; font-size: 12px; color: #999999;}
.proCon .box{ margin-bottom: 30px;}
.proCon .box h3{ font-size: 16px; color: #82c02f; font-weight: normal;  margin:25px 0 10px;}

.proviewNav{ font-size: 16px; line-height: 46px; border-bottom: #dcdcdc solid 1px; margin-bottom: 30px; padding-right: 70px; position: relative; overflow: hidden;}
.proviewNav .swiper-container{ margin: 0 -10px;}
.proviewNav .swiper-slide{ padding: 0 10px; box-sizing: border-box;}

.text{ font-size: 14px; line-height: 24px;}
.about .text{ font-size: 14px; line-height: 1.8;}

.honor{ margin-bottom: 20px;}
.honor .box ul li{ border-bottom:#e0e0e0 solid 1px; overflow: hidden;}
.honor .box ul li a{ line-height: 1.2; display:block; position:relative;}
.honor .box ul li h3{ padding:10px 0; font-size: 13px;  background:url(../images/pdf.png) no-repeat 5px center; padding-left:30px; padding-right:50px}
.honor .box ul li span{padding:7px 0;  font-size:12px; color:#d0d0d0; position: absolute; right:0; top:50%; transform: translate(0,-50%);}
.honor .listPic ul{ margin:0 -5px;}
.honor .listPic ul li{ width:50%; padding:0 5px; margin-bottom: 10px; float: left;}
.honor .listPic ul li a{ display:block;}
.honor .listPic ul li dl{ overflow: hidden; position: relative; margin-bottom: 5px;}
.honor .listPic ul li h3{ height:42px;line-height:21px; font-size: 13px;}

.application .box ol{ color: #82c02f; font-size: 15px; margin-bottom: 20px;}
.application .box ul{ overflow: hidden; margin: 0 -10px;}
.application .box ul li{ width: 50%; padding: 0 10px; float: left;}
.application .box ul li h3{ height:50px;  font-size: 14px; margin: 10px 0 20px;}

.news{}
.news ul{ overflow: hidden;}
.news ul li{ box-shadow: 5px 5px 0 #eee; margin-bottom: 15px;}
.news ul li a{ padding: 20px; display: block; overflow: hidden;}
.news ul li dl{ width: 100%; overflow: hidden; float: none;}
.news ul li ol{ padding-left: 0;}
.news ul li ol h3{ font-size: 15px; line-height: 1;  margin: 10px 0;}
.news ul li ol dt{ font-size: 13px; color: #999; line-height: 20px;  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; margin-bottom: 10px;}
.news ul li ol dd{ font-size: 13px; line-height: 20px; margin-bottom: 0px; }
.news ul li ol span{float: right; line-height: 1;font-size: 13px; color: #999; margin-top: -18px;}

.newsview{ margin-bottom: 20px;}
.newsview .newsHead{ margin-bottom: 20px;}
.newsview .newsHead h1{ font-size: 18px; line-height: 1.3; margin-bottom: 10px;}
.newsview .newsHead p{ font-size: 12px;}
.newsview .box{ padding: 20px; line-height: 1.6; font-size: 14px;}
.newsview .box .back{ text-align: right; padding-top: 30px;}
.newsview .box .back a{ color: #82c02f;}
.newsview .newspage{ background: #f4f4f4; border: #dddddd solid 1px; border-top: none; padding: 20px;}
.newsview .newspage a{display: block;  line-height: 1.6; font-size: 14px;}
.newsview .newspage a:hover{ text-decoration: underline;}

.history{ background: #f0f0f0; padding: 30px 0; margin-top: 30px;}
.history .box{ position: relative; margin-top: 30px;}
.history .box::after{ content: ""; width: 100%; height: 2px; background: #ccc; position: absolute; left: 0; top: 55px;}
.history .box .arrow-left,.history .box .arrow-right{ display: none;}
.history .box .con{ padding: 0 6px; position: relative;}
.history .box .con::after{ content: ""; width: 1px; height: 101px; background: #ccc; position: absolute; left: 50%; top: 0px;}
.history .box .con dt{ width: 100px; height: 32px; line-height: 32px; font-size: 15px; margin: 0 auto 64px; position: relative; z-index: 11;}
.history .box .con ol h3{ font-size: 12px; font-weight: normal; margin-top: 8px;}

.contact01{ margin-bottom: 30px;}
.contact_l,.contact_r{ width: 100%; float: none;}
.contact_r{ padding-left: 0; margin-top: 20px;}
.contact_r li{ margin-bottom: 6px; font-size: 14px;}
.contact_r li h3{font-size: 14px; color: #000;}
.contact_r li a{ color: #82c02f;}
.contact_r input{ width: 100%; height:40px; border: #d0d0d0 solid 1px; padding-left: 10px; font-size: 14px;}
.contact_r textarea{ width: 100%; height:95px; border: #d0d0d0 solid 1px; padding:10px; font-size: 14px;}
.contact_r button{ width: 160px; height: 36px;font-size: 15px; }

.contact02 ul{ overflow: hidden; margin: 0;}
.contact02 ul li{ width: 100%; font-size: 14px; padding: 0; margin-bottom: 15px; float: none;}
.contact02 ul li .con{ padding: 15px; box-shadow: 5px 3px 0 #eeeeee;}
.contact02 ul li .con dl{  font-size: 15px; margin-bottom: 5px;}
.contact02 ul li .con ol{ font-size: 12px; line-height:1.4; overflow: hidden;}
.contact02 ul li .con ol dd{ width: 100%; float: none;}
.contact02 ul li:nth-last-child(1),.contact02 ul li:nth-last-child(2){ width: 100%;}
.contact02 ul li .con p{ margin: 10px 0;}


.footer{padding-top:10px; position: relative; overflow: hidden;}
.footer::after{display: none;}
.footer .fmain{ background: #e1e1e1; padding:30px 0;}
.footer .fmain .wrap{ position: relative;}
.footer .fmain .fnav{ display: none;}
.footer .fmain .fcontact{ float: none; line-height: 1.8; font-size: 14px;}
.footer .fmain .gotop{ width:40px; height:40px; background: #82c02f url(../images/icon08.png) no-repeat center; background-size: 18px auto; position: absolute; right: 15px; top: 0px; }
.footer .copyright{  line-height: 1.5;  font-size: 12px; padding: 20px 0;}
.footer .copyright .copyright_l{ float: none;}
.footer .copyright .copyright_r{ float: none;}

/*===/分页=============================*/
.fenye{ padding: 20px 0 30px; font-size:16px; margin-left: -5px; text-align:center;}
.off{  padding:5px 12px; background:#e2e2e2; color:#333; margin:0 5px;}
a.off:hover{ background:#82c02f; color:#fff; }
.fenye a{ line-height:1;color:#333; padding:5px 12px; margin-right:5px;background:#e2e2e2;}
.fenye a:hover{color:#fff;background:#82c02f; }
.fenye a.fenyeon{ line-height:1; background:#82c02f; color:#FFF;}

.search-dialog{ width: 90%;}

}