@charset "utf-8";
/* CSS Document */
* {margin: 0;padding: 0;border-radius: 0;box-sizing: border-box;}
body {font-size: 13px;font-family: "思源黑体";margin: 0px auto;background: #fff;max-width: 640px;height: auto;padding-top: 68px;}
ul,
li {list-style: none;margin: 0;padding: 0;}
a {text-decoration: none;}
img {border: none;vertical-align: middle;}
h1,h2,h3,h4,h5,h6 {font-weight: normal;color: #000;}
i {font-style: normal;}
/* 滚动条 */
::-webkit-scrollbar {width: 6px;background: #ffffff;}
::-webkit-scrollbar-thumb {background: #999;border-radius: 10px;}
/* 头部*/
.top_bg {width: 100%;max-width: 640px;height: 68px;border-bottom: 1px solid #eeeeee;position: fixed;left: 50%;top: 0px; background:#FFFFFF;box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.11);box-sizing: border-box;z-index: 9999;transform: translateX(-50%);transition: all 0.4s ease;}
.top_t{display:none!important;}
.top {width: 96%;margin: 0 auto;}
.top .top_logo {float: left; margin-top: 10px;}
.top .top_logo img {height: 50px;}
.top .top_nav {display: none;}
.top .en{display:none;}
/*右边三横*/
.top_rr {float: right;}
.menu {float: right;width: 20px;overflow: hidden;display: inline;position: relative;height: 40px;margin-top: 21px;margin-left: 13px;cursor: pointer;}
.menu span {width: 100%;overflow: hidden;position: absolute;left: 0px;top: 5px;z-index: 12;height: 2px;border-radius: 1px;background: #333;transition: all 0.4s ease;}
.menu span:nth-child(2) {top: 12px;transition: all 0.4s ease;}
.menu span:nth-child(3) {top: 19px;transition: all 0.4s ease;}
.menu_show {top: 4px;}
.menu_show span { transform: rotate(45deg);top: 8px;}
.menu_show span:nth-child(2) {transform: rotate(-45deg);top: 8px;}
.menu_show span:nth-child(3) {display: none;}
/*手机版主菜单*/
.nav_sj {display: none;width: 80%;position: absolute;top: 68px;right: 0px;height: auto;background: rgba(24, 24, 24, 0.9);overflow: hidden;padding: 0px 0px;z-index: 99999;}
.nav_sj ul {float: none;display: block;}
.nav_sj ul li {float: none;font-size: 16px;padding: 0 5%;line-height: 50px;text-align: left;border-bottom: 1px #666 solid;box-sizing: border-box;}
.nav_sj ul li span {float: right;}
.nav_sj ul li span img {width: 15px;}
.nav_sj ul li a {color: #f1f1f1;text-align: left;height: 50px;line-height: 50px;display: inline-block;}
.nav_sj ul li a.hover {color: #cccccc; /*font-weight: bolder;*/border-bottom: 0px #666 solid;}
.nav_sj ul li .nav1 {display: none;width: 86%;margin-left: 6%;}
.nav_sj ul li .nav1 a {color: #999;height: 40px;line-height: 40px;font-size: 15px;}
/* 下拉搜索 */
.top_search {float: right;text-align: right;margin-top: 17px;position: relative;}
.top_search i {display: block; float: left;width: 2px;height: 15px;background-color: #999999;margin-top: 9px;}
.ss {display: none;position: fixed;top: 100px;left: 5%;width: 90%;cursor: pointer;border: 1px solid transparent;box-sizing: border-box;background-color: #f1f1f1;}
.ss .input {height: 40px; background:#fffff;width: 100%;padding-left: 10px;font-size: 14px; color: #666;line-height: 40px;border: 1px #eeeeee solid; border-radius:20px;outline: none;}
.ss .inputimg { position:absolute; top:5px; right:5px;width: auto;height: auto;padding-right: 12px;padding-top: 3.5px;filter: grayscale(100%);}
.ss:hover .input {display: block;}
.ss:hover .inputimg {filter: grayscale(1);}
.ss .tclose{width:93%; text-align:right; margin:10px auto; font-size:20px; color:#555; font-weight:bold;}
.topss{width:96%; margin:10px auto; margin-bottom:20px; overflow:hidden; position:relative;}
.sj_search {float: left;margin-right: 10px;margin-top: 4px;}
.sj_search img {filter: grayscale(1);}
/* banner */
.pc_banner_swiper { display: none;}
.sj_banner_swiper .swiper-slide img {width: 100%;height: auto;}
.sj_banner_swiper .swiper-pagination-bullet {width: 18px;height: 5px;border-radius: 2.5px;background: #ffffff;opacity: 1;margin: 0 5px !important;}
.sj_banner_swiper .swiper-pagination-bullet-active { background: #0081cc;}

/*首页产品*/
.iproducts {background: #f1f1f1;overflow: hidden;}
.ipro_nav {width: 100%;height: 50px;margin: 10px auto;text-align: center;}
.ipro_nav ul {display: inline-block;}
.ipro_nav ul li {width: 100px;float: left;margin-left: 1px;border-right: 1px #cecccc solid; padding-right:1px;text-align: center;font-size: 12px;}
.ipro_nav ul li:last-child{border-right:0;}
.ipro_nav ul li .ipro_icon{width:30px;text-align:center; margin:0 auto; height:30px; position:relative; overflow:hidden;}
.ipro_nav ul li .ipro_icon img{width:26px;}
.ipro_nav ul li .ipro_icon .pro_icon2{position:absolute; left:0; top:100%;transition: all .4s;}
.ipro_nav ul li .ipro_icon .pro_icon1{position:absolute; left:0; top:0;}
.ipro_nav ul li p {color: #666; margin-top:1px; font-size:12px; font-weight:bold;}
.ipro_nav ul li.on p{color: #64a846;}.ipro_nav ul li.on .ipro_icon .pro_icon1{top:100%;}.ipro_nav ul li.on .ipro_icon .pro_icon2{top:0;}
.ipro_content {width: 100%;overflow: hidden;margin: 0px auto;}
.ipro{ width:94%; margin:10px auto;margin-bottom:10px; padding-bottom:10px; overflow:hidden; position:relative;}
.ipro_list{padding-bottom:10px; overflow:hidden; position:relative; border-radius:10px; background:#fff; margin-bottom:20px;}

.ipro_list:hover{box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);}
.ipro_list1{width:45%; float:left; margin-left:4%; padding-top:10px; overflow:hidden; }
.ipro_list1 h3{font-size:18px; color:#000000;}
.ipro_list1 p{font-size:12px; color:#333; margin-top:5px;}
.ipro_list1 p span{ display:inline-table; width:90%;font-size:12px; color:#666; line-height:20px;}
.ipro_list2{ float:right; width:50%; overflow:hidden; margin-top:20px; margin-right:1%; padding-bottom:2%; position:relative;}
.ipro_list2 img{ width:100%;transition: all 0.6s ease;}
.ipro_list:hover img{transform: scale(1.1);}
.promore{margin-top:10px; width:100px; font-size:12px; border-radius:20px; height:30px; line-height:28px; border:1px #64a846 solid; text-align:center; color:#64a846; }


/*关于我们*/
.iabout_bg{width: 100%;margin:0px auto; padding:50px 0px; overflow:hidden;}
.iabout{width: 94%; margin:0 auto;overflow:hidden;}
.iabout_left{ position:relative;}.iabout_left img{width:100%;}
.iabout_left div.img {width:50px;position: absolute;top: 60%;left: 50%;-webkit-transform: translateX(-50%);-o-transform: translateX(-50%);-ms-transform: translateX(-50%);-moz-transform: translateX(-50%);transform: translateX(-50%);height: 50px;margin-top: -25px;}
/*弹出层*/
.video_bg{display: none; position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: #101010;z-index: 9999999999999;}
.video_close img{position: absolute;right: 24px;top: 24px;width: 36px;height: auto;opacity: 0.5;cursor: pointer;}
.video{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 96%;height: 40vh;}
.video iframe{width: 100%;height: 100%;}.video video{width: 100%;height: 100%;}

.iabout_right{text-align:left;overflow: hidden;}
.iabout_right_r{width:98%;  margin-left:1%;}
.iabout_right_r h1{font-size: 24px;color: #64a846;margin-top: 25px;text-align: left; font-weight:bold;}
.iabout_right_r h1 i{ font-size:16px; color:#333; display:block;}
.iabout_right_r h2{font-size: 18px;color: #333;margin-top: 15px;text-align: left; font-weight:bold;}
.iabout_right_r p{font-size: 12px;color: #666666;line-height: 22px; margin-top:10px;}
.aboutus_num {width:94%;margin:0 auto;margin-top: 30px; overflow:hidden; border-top:1px rgba(0,0,0,0.2) solid;border-bottom:1px rgba(0,0,0,0.2) solid; padding-top:20px; padding-bottom:20px;}
.aboutus_num ul {overflow: hidden;width: 100%;}
.aboutus_num ul li {float: left;width: 20%;text-align: center;}
.aboutus_num ul li h1 {line-height: 22px;}
.aboutus_num ul li b {font-size: 16px;color: #64a846;font-weight: 550;}
.aboutus_num ul li span {font-size: 12px;color: #64a846;font-weight: 400;}
.aboutus_num ul li i {font-size: 12px;color: #666;}

.title{width: 94%; margin:0 auto;}
.cp_t{width: 100%;height: auto;text-align: center;font-size: 24px;color: #000;font-weight: bold;}
.title p{ font-size:12px; color:#666666;text-align: center; line-height:22px; margin-top:4px;}

/* 优势开始 */
.iadvan_bg {padding-top: 30px;max-width:1920px; margin:0 auto;background: url("../images/iser_bg.jpg") no-repeat center/cover #000;position: relative; padding-bottom:30px;}
.iadvan_bg .cp_t{color: #64a846;}.iadvan_bg .title p{color: #f1f1f1;}
.iadvan {width: 94%; margin: 0 auto;overflow:hidden; margin-top: 15px; }
.iadvan ul {margin: 0px auto; overflow:hidden; margin-bottom:30px;}
.iadvan ul li {text-align: center;background:#fff;}
.iadvan_img{ width:100%; overflow:hidden;}
.iadvan_img img { width:100%;}
.iadvan_text{ width:99%; margin:10px auto; text-align:center; overflow:hidden;}
.iadvan_text img{ width:50px;}.iadvan_text h2{ font-size:16px; font-weight:bold; margin-top:3px;}
.iadvan_text p {width:80%; margin:6px auto;font-size: 12px; margin-bottom:20px; color: #666;line-height: 22px;  overflow:hidden;}


/*市场分布*/
.iwelfare_bg {width: 100%;margin:0 auto;padding-top: 30px; min-height:420px;background: url("../images/iwelfare_bg.jpg") no-repeat center/cover #fff;padding-bottom: 3px;overflow: hidden;}

/*市场分布结束*/

/* 荣誉资质 */
.ihonor_bg {background-color: #f3f3f3;padding-top: 20px;padding-bottom: 20px;}
.ihonor_bg .title {margin-bottom: 2px;}.ihonor_bg .cp_t{color: #64a846;}
.iProduct_list {text-align: center;}
.iProduct_list ul {display: inline-block;}
.iProduct_list ul li {float: left;width: 60px;height: 5px; background:#888; margin-right:10px;box-sizing: border-box;position: relative;cursor: pointer;}
.iProduct_list ul li.iProduct_list_active {background:#64a846!important;}


.ihonor .iProduct_active {display: block !important;}
.picScroll-left {/* 默认隐藏 */display: block;position: relative;overflow: hidden;}
.picScroll-left .hd {width: 98%;position: absolute;top: 45%;left: 50%;-webkit-transform: translateX(-50%);-o-transform: translateX(-50%);-ms-transform: translateX(-50%);-moz-transform: translateX(-50%);transform: translateX(-50%);height: 50px;margin-top: -25px;}
.picScroll-left .hd div {cursor: pointer;}
.picScroll-left .hd div:hover img {filter: none;}
.picScroll-left .hd div img {width:30px;filter: grayscale(100%);-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;}
.picScroll-left .hd .next {float: right; }
.picScroll-left .hd .prev {float: left;}
.picScroll-left .bd {width: 98%;margin: 0 auto;padding: 0 20px;box-sizing: border-box;}
.picScroll-left .bd > div {width: 100% !important;}
.picScroll-left .bd ul {zoom: 1;}
.picScroll-left .bd ul li {box-sizing: border-box;}
.picScroll-left .bd ul li a {display: block;padding-top: 10px;padding-bottom: 10px;margin: 10px;-webkit-transition: all 0.3s;-o-transition: all 0.3s;-ms-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}
.picScroll-left .bd ul li a:hover {}
.picScroll-left .bd ul li .pic {text-align: center; width:90%; margin:10px auto; padding-top:5%;padding-bottom:5%;box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.picScroll-left .bd ul li .pic img {width: 90%;height: auto;display: block;margin: 0 auto; border:1px #e1e1e1 solid;}
.picScroll-left .bd ul li:hover img {box-shadow: 0 0 8px rgba(0,0,0,0.1);}
.picScroll-left .bd ul li .title {line-height: 24px;text-align: center;font-size: 16px;color: #666;margin-top: 15px;}


/* 新闻资讯 */
.inews_bg { margin: 0 auto;margin-top: 14px;margin-bottom: 10px;overflow: hidden;}
.title1{ margin: 0 auto;overflow: hidden;margin-bottom: 20px;}
.title1 .cp_t{ text-align:left; position:relative; height:30px; color:#64a846;}
.title1 .cp_t i{position: absolute;left: 0%; bottom:0px;width: 30px;height: 3px; display:block;background-color: #af0517;}
.iNews {width: 94%; max-width:1500px;margin: 0 auto;overflow: hidden; margin-top:15px;}
.iNews1 {overflow: hidden;}
.iNews1 a{border:1px #dddddd solid; display:block;color:#999; position:relative;}
.iNews1:hover .iNews1_img img {transform: scale(1.0);}
/*.iNews1:hover .iNews1_text > h1 {color: #af0517;}*/
.iNews1 .iNews1_text { position:absolute;bottom:0px; left:4%;width:92%; margin:0 auto;padding-bottom: 25px; z-index:2;}
.iNews1 .iNews1_text > .iNews_time{height: 30px; color:#fff;text-align:left; line-height:30px; margin-top:10px; font-size:16px;}
.iNews1 .iNews1_text > h1 {font-size: 19px;color: #fff;font-weight: 550;margin-top: 10px; padding-bottom:15px; border-bottom:1px rgba(255,255,255,0.8) solid;}
.iNews1 .iNews1_text span {display: block; float:right;height: 34px;line-height: 32px;text-align: center;font-size: 13px;color: #fff;}
.iNews1 .iNews1_img {overflow: hidden;}
.iNews1 .iNews1_img img {width: 100%;-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;}
.iNews1_bg{position: absolute;top:30%;left: 0; width: 100%;height: 70%;background: -webkit-linear-gradient(top,rgba(255,255,255,0),rgba(100,168,70,1));
background: -moz-linear-gradient(top,rgba(255,255,255,0),rgba(100,168,70,1));
background: -o-linear-gradient(top,rgba(255,255,255,0),rgba(100,168,70,1));
background: -ms-linear-gradient(top,rgba(255,255,255,0),rgba(100,168,70,1));
z-index: 1;transition: all .4s;overflow: hidden;}

.iNews2 {overflow: hidden; margin-top:15px;}
.iNews2 ul li {border-bottom: 1px solid #e3e3e3; margin-bottom:10px;padding-bottom:10px;}.iNews2 ul li:last-child{border-bottom:0;}
/*.iNews2 ul li:hover{border-bottom: 1px solid #e3e3e3; }*/
.iNews2 ul li:hover .iNews2_text h1 {color: #64a846;}.iNews2 ul li:hover .iNews2_text span {color: #64a846;}
.iNews2 ul li a {display: block;overflow: hidden;}
.iNews2 .iNews2_img{width:25%; float:left;}.iNews2 .iNews2_img img{width:100%;}
.iNews2 .iNews2_text {width: 70%; float:right; margin:0 auto;}
.iNews2 .iNews2_text h1 {font-size: 16px;color: #333333;font-weight: 550;padding-right: 12px;box-sizing: border-box; height:25px; overflow:hidden;}
.iNews2 .iNews2_text p {font-size:12px;color: #666;line-height:20px; height:45px; overflow:hidden;}
.iNews2 .iNews2_time {height: 30px; color:#999;text-align:left; line-height:30px;  font-size:13px;}
.iNews2 .iNews2_time span {display: block; float:right;height: 34px;line-height: 32px;text-align: center;font-size: 13px;color: #999;}

.pc_banner {display:none;}
.sj_banner {width: 100%;margin:0 auto; position:relative;}
.sj_banner img {width: 100%;height: auto;}
.pc_banner_bg{position: absolute;top:0%;left: 0; width: 100%;height: 50%;background: -webkit-linear-gradient(top,rgba(10,22,46,1),rgba(255,255,255,0));
background: -moz-linear-gradient(top,rgba(10,22,46,1),rgba(255,255,255,0));
background: -o-linear-gradient(top,rgba(10,22,46,1),rgba(255,255,255,0));
background: -ms-linear-gradient(top,rgba(10,22,46,1),rgba(255,255,255,0));
z-index: 1;transition: all .4s;overflow: hidden;}
/*banner图上的文字*/
.banner_conbg{width:100%; position:absolute; overflow:hidden; top:10%; left:0;}
.banner_conbg .banner_con{width:90%; margin:0 auto; text-align:left; overflow:hidden;}
.banner_conbg .banner_con i{ display:block;font-size:18px; color:#ffffff; font-weight:bold; margin-top:10px;}
.banner_conbg .banner_con p{ font-size:12px; line-height:22px;color:rgba(255,255,255,0.6);margin-top:10px; width:70%;}

/*产品列表*/
.pro_nav {width: 100%;margin: 0px auto;text-align: center; padding-top:10px; padding-bottom:10px; border-bottom:1px rgba(0,0,0,0.1) solid; margin-bottom:20px; }
.pro_nav ul {width:94%; margin:0px auto; overflow:hidden; text-align:left;}
.pro_nav ul a {display:inline-block;margin-left: 10px;padding-left:10px;padding-right:10px;text-align: left;font-size: 12px; line-height:40px;overflow:hidden;}
.pro_nav ul a .pro_icon{width:30px; float:left; margin:0 auto; height:40px; position:relative; overflow:hidden;}
.pro_nav ul a .pro_icon img{width:30px;}
.pro_nav ul a .pro_icon .pro_icon2{position:absolute; left:0; top:100%;transition: all .4s;}
.pro_nav ul a .pro_icon .pro_icon1{position:absolute; left:0; top:0;}
.pro_nav ul a span {color: #666; margin-top:20px; font-size:16px; font-weight:bold;}
.pro_nav ul a:hover span{color: #64a846;}.pro_nav ul a:hover .pro_icon .pro_icon1{top:100%;}.pro_nav ul a:hover .pro_icon .pro_icon2{top:0;}
.pro_nav ul a.hover span{color: #64a846;}.pro_nav ul a.hover .pro_icon .pro_icon1{top:100%;}.pro_nav ul a.hover .pro_icon .pro_icon2{top:0;}

/* 产品中心内页 */
.product_de_bg {padding-top: 22px;padding-bottom: 30px; overflow: hidden;}
.product_de_bg .product_de_left {text-align: center;padding: 30px 0; background:#fff;}
.product_de_bg .product_de_left img {width: 100%;}
.product_de_bg .product_de_right {width: 94%;margin: 0 auto;}
.product_de_bg .product_de_right h1 {font-size: 18px;color: #333333;font-weight: 550;margin-bottom: 5px;margin-top: 10px;}
.product_de_bg .product_de_right h3 {font-size: 12px;color: #666;line-height: 20px;font-weight: 500;margin-top: 10px;padding-bottom: 10px; margin-bottom:10px; border-bottom:1px rgba(0,0,0,0.1) solid;}
.product_de_bg .product_de_right p{font-size:12px; color:#666; line-height:25px;}
.product_de_bg .product_de_right span{font-size:12px; color:#666; line-height:25px; display:block;}
.product_de_bg .product_de {clear: both;padding-top: 59px;}

/* 表格样式 */
.product_de_con{width: 94%;margin: 0 auto; margin-top:10px;margin-bottom:40px;}
.product_de_con h1{font-size: 18px;color: #333;font-weight: 550;margin-bottom: 10px; border-bottom:1px rgba(0,0,0,0.1) solid; padding-bottom:10px;}
.product_de_con p{font-size:12px;}

/*关于我们 新闻分类*/
.news_nav {width: 100%;margin: 0px auto;text-align: center; padding-top:10px; padding-bottom:10px; border-bottom:1px rgba(0,0,0,0.1) solid; margin-bottom:20px; }
.news_nav ul {width:94%; margin:0px auto; overflow:hidden; text-align:left;}
.news_nav ul a {display:inline-block;padding-left:14px;padding-right:14px;text-align: left;font-size: 12px; line-height:30px;overflow:hidden;}
.news_nav ul a span {color: #666;font-weight:bold;}
.news_nav ul a:hover span{color: #64a846;}
.news_nav ul a.hover span{color: #64a846;}

/* 关于我们 */
.about1_bg { margin:30px auto;overflow: hidden;position: relative;}
.about1 {width: 94%; margin:0 auto;box-sizing: border-box;overflow: hidden;}
.about1_content {}
.about1_content h1 {font-size: 18px;color: #333333;font-weight: bold; margin-bottom:10px;}
.about1_content i{ font-size:14px; color:#333; font-weight:lighter; display:block;}
.about1_content h2 {font-size: 20px;color: #333333;font-weight: bold; margin-top:15px; padding-bottom:15px; }
.about1_content p {font-size: 12px;color: #666666;line-height: 22px;}
.about1_content span img{ float:left; width:100px; margin-right:20px;}
.about1_content span dd{margin-top:30px; padding-top:15px; line-height:30px; font-size:16px;color: #666666;}
.about1_right {position: relative; text-align:right;}.about1_right img{max-width:100%;}.about1_right p{font-size: 12px; padding-top:5px;text-align:left;color: #666666;line-height: 22px;}

/*企业文化*/
.culture_bg { margin:30px auto;overflow: hidden;position: relative; background:url("../images/culture_bg.jpg") no-repeat center/cover; padding-top:30px; padding-bottom:10px;}
.culture_a{width: 94%;margin:0px auto;height:auto;overflow: hidden; position:relative;}
.culture_c{width: 100%;height: auto;overflow: hidden;margin: 0px auto;margin-bottom: 15px;}
.culture_cl{overflow: hidden;margin-top: 15px;margin-bottom: 20px;border-radius: 15px;background:#fff; padding-bottom:30px;}
.culture_cl a{width: 100%;height: auto;display: block;}
.culture_cl a h1{font-size: 18px;text-align: center; color: #333333;margin-top: 10px; font-weight:bolder;}
.culture_cl a p{font-size: 12px;text-align: center; color: #666666;width:88%; margin:0 auto;line-height:22px; margin-top:30px;  overflow:hidden;}
.culture_cl a .culture_cl1{width: 100%; text-align:center;margin:20px auto 0px;}
.culture_cl img{width: 55px;margin:0px auto;filter: grayscale(100%)brightness(10%);}

/* 关于我们实力 */
.about3_bg { margin:0px auto;overflow: hidden;position: relative; background:#f9f9f9; padding-top:30px;}
.about3 {width: 94%; margin:0 auto;box-sizing: border-box;overflow: hidden;}
.about3_content {}
.about3_content ul li{ border-bottom:1px rgba(0,0,0,0.1) solid; padding-bottom:12px; margin-bottom:12px;}
.about3_content ul li h2{ font-size:18px; margin-top:10px;}.about3_content ul li p{width:85%;font-size:12px; color:#666; line-height:22px;}
.about3_right {position: relative;}.about3_right img{width:100%;}
/* 关于我们制造 */
.about4_bg {margin:0px auto;margin-bottom:30px;overflow: hidden;position: relative; background:url("../images/aboutus5_bg.jpg") no-repeat center/cover;  padding-top:30px; padding-bottom:30px;}
.about4_bg .con_title h2{color:#fff;}.about4_bg .con_title p{color:rgba(255,255,255,0.8);}
.about4 {width: 94%; margin:0 auto;overflow: hidden; margin-top:10px; overflow:hidden;}
.about4 ul li{ width:47%; float:left; margin:1.5%; border-radius:20px; overflow:hidden; box-shadow:0 0 10px rgba(0, 0, 0, 0.3);}
.about4 ul li img{ width:100%;}


/*人才招聘*/
.job1 {width: 94%;margin:0 auto; text-align:center;padding-bottom: 14px;overflow: hidden; margin-bottom:30px;}
.job1 img{width:98%; margin-top:20px;}
/*员工福利*/
.job2_bg{ margin:20px auto;overflow: hidden;position: relative; background:#f9f9f9; padding-top:20px; padding-bottom:10px;}
.job2 {width: 88%; max-width:1500px; margin:0 auto;overflow: hidden;}
.job2_left {}.job2_left img{width:100%;}
.job2_right h1 {font-size: 20px;color: #333333;font-weight: bold; margin-top:20px;margin-bottom:20px;}
.job2_right {position: relative;}
.job2_con{width:100%; overflow:hidden;}
.job2_con ul li{width:45%; float:left;overflow:hidden; border-top:1px rgba(0,0,0,0.1) solid; padding-top:20px; margin-bottom:20px; margin-right:10%;}
.job2_con ul li:nth-child(2n){ margin-right:0%;}
.job2_con ul li img{width:46px;}
.job2_con ul li h2{ font-size:18px;margin-bottom:6px;margin-top:6px;}.job2_con ul li p{font-size:12px; color:#666; height:90px; overflow:hidden; line-height:22px;}
.job1_con{margin-top:30px;}
.job1_con ul li{border-radius:10px; border:1px rgba(0,0,0,0.1) solid; padding:3%; text-align:left; margin-bottom:30px;}
.job1_con ul li h1{ font-size:18px; color:#666; font-weight:bold; padding-bottom:20px; border-bottom:1px rgba(0,0,0,0.1) solid;}
.job1_con ul li p{font-size:12px; color:#666;  line-height:22px;}
.job1_con ul li p span{ display:block;font-weight:bold; margin-top:20px;}

/* 发展历程 */
.history_bg {padding-top: 10px;position: relative; height:400px;}
.history_bg i{display:block; width:100%; position:absolute;left:0; top:128px; height:1px; background:rgba(0,0,0,0.1);}
.history {/* 默认隐藏 */display: block;position: relative;overflow: hidden; height:350px;}
.history .hd {width: 55%;position: absolute;top: 90%;left: 50%;-webkit-transform: translateX(-50%);-o-transform: translateX(-50%);-ms-transform: translateX(-50%);-moz-transform: translateX(-50%);transform: translateX(-50%);height: 50px;margin-top: -25px;}
.history .hd div {cursor: pointer;}
.history .hd div:hover img {filter: none;}
.history .hd div img {width:60px;filter: grayscale(100%);-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;}
.history .hd .next {float: right; }
.history .hd .prev {float: left;}
.history .bd {width: 98%;margin: 0 auto;padding: 0 40px;box-sizing: border-box;}
.history .bd > div {width: 100% !important;}
.history .bd ul li {box-sizing: border-box;}
.history .bd ul li h1{ height:50px; line-height:50px; font-weight:bold;}.history .bd ul li img{ height:36px; margin-left:10px;}
.history .bd ul li span{display:block; width:1px; height:80px; background:rgba(0,0,0,0.1);margin-left:28px; margin-top:-2px;}
.history .bd ul li p {width:90%;font-size: 16px;color: #666666;line-height: 30px; margin-top:5px;}


/*荣誉资质*/
.honor1_bg {margin:30px auto;overflow: hidden;position: relative;}
.honor1 {width: 94%; margin:0 auto;box-sizing: border-box;overflow: hidden; }
.honor1_content {}
.honor1_content i{ font-size:16px; color:#333; font-weight:lighter; display:block;}
.honor1_content h2 {font-size: 18px;color: #333333;font-weight: bold; margin-bottom:15px; }
.honor1_right {position: relative; }.honor1_right p{font-size: 12px; text-align:left;color: #666666;line-height: 22px;}

.honor_c{width: 94%;height: auto;overflow: hidden;margin: 0px auto;}
.honor_c ul{width: 100%;height: auto;overflow: hidden;margin:0px auto;}
.honor_c ul li{width: 48%;height: auto;float: left;margin-right: 3.5%;overflow: hidden;margin-bottom: 3%;cursor: pointer;}
.honor_c ul li:nth-child(2n+2){ margin-right:0px;}
/*.honor_c ul li .image{ width:98.3%; height:400px; border: 2px #ddd solid; display: table-cell;vertical-align: middle; overflow:hidden;}*/
.honor_c ul li .image{ width:98.3%; height:200px; margin:0 auto; border: 2px #eee solid; background:#eee;position: relative; overflow:hidden;}
.honor_c ul li img{width: 94%;height: auto;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}/*图片垂直居中*/
.honor_c ul li .honor_c2{height: 50px;width: 98.3%;margin:0 auto;line-height: 50px; margin-top:5px;text-align: center;font-size: 15px;overflow: hidden;color: #666; border:1px #e1e1e1 solid;}
.honor_c ul li:hover .image{border: 2px #64a846 solid;width: 98.3%;}
.honor_c ul li:hover .honor_c2{color: #fff; background:#64a846;border:1px #64a846 solid;}

.img-box{
			position: fixed;
			width: 100%;
			height: 100%;
			background:rgba(0,0,0,0.8);
			top: 0;
			left: 0;
			z-index: 9999;
			display:none;

		}
		.img-container{
			display: flex;
			justify-content: center;
			align-items: center;
			width: 100%;
			height: 100%;
		}


.img-container{display: flex;justify-content: center;align-items: center;width: 462px;height: 100%;margin:0px auto;position: relative;}
.img-container img{width:462px;height:auto;display:block;margin:0px auto;}
#gd{width: 100%;height: 100%;overflow: hidden;margin: 0px auto;display: table;}
.gd{width:100%;height:auto;overflow:hidden;margin:0px auto;display: table-cell;position: fixed;left: 50%;top: 50%;transform: translate(-50%,-50%);z-index: 9999;}
.gd1{width:60px;height:auto;overflow:hidden;margin:0px auto; background:#CCCC33}
.gd em{width:38px;height:38px;transition: all 0.5s;cursor: pointer;position: absolute;right: 20%;top:0px;z-index: 10000}
.gd em img{width:38px;height:38px;}
.gd em:hover{transform:rotate(270deg);}


/* 产品应用列表 */
.solution_bg {margin:0 auto;padding-top: 0px;}
.solution {margin: 0 auto; overflow:hidden; margin-bottom:90px;}
.solution ul li {position: relative;width:88%;margin:0 auto; }
.solution ul li div.sol_bg{width:100%;position:absolute;bottom:0px; left:0px; height:360px;background: #f9f9f9; border-radius:20px; z-index:0;}
.solution ul li div.solution_con{width:100%;}
.solution ul li a{display:block; padding:0 5%; overflow:hidden; margin:30px auto;}
.solution ul li .solution_text{ margin-top:0px; position:relative;}
.solution_text i { font-size: 120px; color:rgba(0,0,0,0.05); font-weight:bold; position:absolute; top:0px;left:10px;}
.solution_text .solution_text_con{ padding-bottom:20px;}
.solution_text .solution_text_con span {font-size: 24px;color: #333;font-weight: bold;padding-bottom:15px;}
.solution ul li .solution_img{ position:relative; height:450px; }/*解决方案图片*/
.solution_text img{width:50px; display:block; margin-bottom:10px;}
.solution_text p {font-size: 16px;color: #666666;line-height:30px; margin-top:10px;overflow: hidden;}
.solution_img .sol_img_bg{width:90%;position:absolute;bottom:30px; left:0px; height:200px;background: #e9edf0; border-radius:20px;z-index:1;}
.solution_img .sol_img{width:90%;position:absolute;bottom:50px; right:0px; height:380px; border-radius:20px;z-index:20;}
.solution_img .sol_img img { max-width: 100%;}

/*产品应用详情页*/
.solution_de_bg { margin:30px auto;overflow: hidden; padding-bottom:10px;}
/*三大优势*/
.solution_de_a{width: 94%;margin:0px auto;height:auto;overflow: hidden; position:relative;}
.solution_de_c{width: 100%;height: auto;overflow: hidden;margin: 0px auto;margin-bottom: 25px;}
.solution_de_cl{overflow: hidden;margin-top: 15px;padding-bottom: 20px;border-radius: 10px;border:1px #ddd solid;}
.solution_de_cl:nth-child(3n+3){margin-right: 0%;}
.solution_de_cl a{width: 100%;height: auto;display: block;}
.solution_de_cl a h1{font-size: 18px;text-align: center; color: #333333;margin-top: 25px; font-weight:bolder;}
.solution_de_cl a h2{font-size: 18px;text-align: center; color: #333333; font-weight:bolder;}
.solution_de_cl a p{font-size: 12px;text-align: left; color: #666666;width:92%; margin:0 auto;margin-top: 10px; line-height:22px;overflow:hidden;}
.solution_de_cl a .solution_de_cl1{width: 100%;height: auto; text-align:center;margin:20px auto;}
.solution_de_cl img{width: 55px;margin:0px auto;/*filter: grayscale(100%)brightness(10%);*/}

/* 工艺技术 */
.technology_bg { margin:30px auto;overflow: hidden;}
.tech {width: 94%; margin:20px auto;overflow: hidden;}.tech img{width:100%;}
.tech_left { margin-bottom:20px;}
.tech_left h1 {font-size: 18px;color: #333333;font-weight: bold; margin-bottom:10px;}
.tech_left p {font-size: 12px;color: #666666;line-height: 22px;}
.tech_right {position: relative;}
.tech_con{width:100%; overflow:hidden;}
.tech_con ul li{width:50%; float:left;overflow:hidden; border-bottom:1px rgba(0,0,0,0.1) solid; padding-bottom:20px; margin-bottom:20px;}
.tech_con ul li h2{ font-size:18px; font-weight:bold; margin-bottom:10px;}.tech_con ul li p{width:95%;font-size:12px; color:#666; line-height:22px;}
.swelfare_bg {width: 94%;margin:0 auto;padding-top: 20px;overflow: hidden;}
.swelfare {margin: 0 auto; overflow:hidden; margin-top:20px;}
.swelfare ul li {margin-bottom: 1.8%;background-color: #f9f9f9;border: 1px solid #f9f9f9; overflow:hidden;}
.swelfare_img {overflow: hidden; }
.swelfare_img img {width: 100%;}
.swelfare_text {padding: 0 10px;padding-top: 20px;padding-bottom: 25px; overflow:hidden;}
.swelfare_text span {display:block;font-size:14px;color: #333;font-weight: bold;}
.swelfare_text p {width:98%;font-size: 12px;color: #666;line-height: 22px;margin-top:10px;}

/* 新闻资讯 */
.news {width: 94%;margin: 0 auto;margin-bottom: 40px;}
.news ul {}
.news ul li {overflow: hidden;position: relative;border-bottom: 1px solid #eeeeee;padding: 19px 0;}
.news ul li a {display: block;}
.news .news_img {overflow: hidden;}
.news .news_img img {width: 100%;height: auto;min-height: 220px;object-fit: cover;-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s;}
.news .news_time {float: left;width: 8.8%;margin-left: 3.4%;}
.news .news_time h1 {font-size: 14px;color: #999;font-weight: 550;margin-top: 15px;}
.news .news_time i {font-size: 18px;color: #999;font-weight: 550;display: block;margin-top: 7px;}
.news .news_time p {font-size: 18px;color: #999;font-weight: 550;margin-top: 7px;}
.news .news_text {float: right;width: 85%;}
.news .news_text h1 {font-size: 18px;color: #333;font-weight: 400;margin-top: 12px;margin-bottom: 14px;}
.news .news_text p {font-size: 12px;color: #999;line-height: 22px;overflow: hidden;}
.news .news_text span {opacity: 0;position: absolute;left: 0;bottom: 0;display: block;width: 112px;height: 33px;line-height: 33px;border-radius: 20px;font-size: 13px;color: #64a846;text-align: center;background-color: #fff;-webkit-transition: all 0.4s;-o-transition: all 0.4s;-ms-transition: all 0.4s;-moz-transition: all 0.4s;transition: all 0.4s; border:1px #64a846 solid;}
.news .news_text i {font-family: swiper-icons;font-weight: bold;font-size: 12px;}

/* 新闻内页 */
.news_de {width: 94%;margin: 0 auto;padding-top: 25px;}
.news_de .de_title {text-align: center;}
.news_de .de_title h1 {color: #333333;font-size: 24px;padding-bottom: 15px;}
.news_de .fx {text-align: center;margin: 10px auto;border-bottom: 1px solid #e5e5e5;padding-bottom: 13px;position: relative;}
.news_de .fx span {font-size: 16px;color: #333333;vertical-align: middle;}
.news_de .fx img {width: 28px;height: auto;margin: 0 10px;margin-top: -2px;}
.news_de .fx span.news_de_time {margin-right: 22px;color: #666;}
.news_de .news_content {margin-bottom: 24px;font-size: 12px;color: #666;line-height: 22px;}
.news_de .news_content p{font-size: 12px;color: #666;line-height: 22px;}
.news_de .news_content h2 {font-size: 12px;color: #666;font-weight:bold;line-height: 35px; margin-top:10px;}
.news_de .news_content span{font-size: 12px;font-weight:550; display:block;}
.news_de .news_content img {margin: 19px auto;max-width: 100%;height: auto;display: block;}
.video_btns {width: 100%;height: auto;position: relative;border-top: 1px solid #dddddd;padding-top: 23px;margin-bottom: 30px;margin-top: 27px;}
.video_btns a {display: inline-block;font-size: 16px;color: #666666;}
.video_btns a.prev,
.video_btns a.next {line-height: 53px;}
.video_btns a.prev:hover {color: #64a846;}
.video_btns a.next:hover {color: #64a846;}
.video_btns a.return {width: 141px;height: 42px;color: #fff;text-align: center;line-height: 40px;border: 1px solid #64a846;border-radius: 40px;background-color: #64a846;box-sizing: border-box;}


/* 联系我们 */
.contactus_bg {margin:30px auto 0px;overflow: hidden;position: relative;}
.con_title {text-align: center; margin-bottom: 22px;}
.con_title i{ display:block; margin:0 auto;width:50px; height:3px; background:#c9151e;margin-bottom: 25px;}
.con_title h2 {font-size: 24px;color: #333333;font-weight: bold;margin-bottom: 15px;}
.con_title p {font-size: 12px;color: #666666; line-height:22px;}
.contactus {width: 94%; margin:0 auto;overflow: hidden;}
.contactus_content { margin-bottom:10px;}
.contactus_content h1 {font-size: 20px;color: #666;font-weight: bold; margin-bottom:30px;}
.contactus_content i{ font-size:16px; color:#666666; font-weight:lighter; display:block;}
.contactus_content h2 {font-size: 20px;color: #666;font-weight: bold; margin-bottom:20px; padding-bottom:20px; border-bottom:1px #ddd solid;}
.contactus_content p {font-size: 12px;color: #666666;line-height: 22px;}
.contactus_content span{ overflow:hidden; overflow:hidden;}
.contactus_content span img{ float:left; width:100px; margin-right:5px; margin-top:20px; vertical-align:middle;}
.contactus_content span a{padding-top:40px; display:block; float:left; width:100px;}
.maps {position: relative;margin-bottom:0px; padding-bottom:0px;}

/* 分页 */
.fy {text-align: center;margin-bottom: 37px;}
.fy ul {display: inline-block;overflow: hidden;}
.fy ul li {float: left;width: 32px;height: 32px;box-sizing: border-box;text-align: center;margin: 0 8px;overflow: hidden;}
.fy ul li.fy_prev a {font-weight: bold;font-size: 14px;font-family: swiper-icons;background-color: #dddddd;}
.fy ul li.fy_next a {font-weight: bold;font-size: 14px;font-family: swiper-icons;background-color: #dddddd;}
.fy ul li.fy_active a {background-color: #64a846;border-color: #64a846;color: #fff;}
.fy ul li:hover a {background-color: #64a846;border-color: #64a846;color: #fff;}
.fy ul li a {display: block;line-height: 30px;color: #666;border:1px #ddd solid;font-size: 14px;}




/* 底部 */
.bottom_bg { padding-bottom: 30px;background-color: #f3f3f3; width: 100%;max-width: 1920px; margin:0 auto; overflow:hidden;}
.bottom {width: 90%;max-width: 1500px; margin: 0 auto;}
.bottom2 {display:none;}


.bottom3 {font-size: 13px;color:#666; line-height:20px; overflow:hidden; text-align:center;  margin-top:20px;}
.bottom3 a {display: inline-block;margin-left: 10px;color:#666;}
.bottom3 a:hover {opacity: 0.8;}
.bot3_left{}
.bot3_right{ display:none;}