@charset "utf-8";
/* CSS Document */
body{font-size:14px;background: #fff url('../images/index/bg01.png') repeat center;color:#666;font-family: Arial,"微软雅黑","宋体";}/*font-family:"Microsoft YaHei","Helvetica Neue","Helvetica","Hiragino Sans GB","Hiragino Sans GB W3","Arial,sans-serif";*/
body,dd,div,dl,dt,form,h2,h3,h4,li,ol,p,td,th,ul,input{margin:0;padding:0;border:0;}
html { height:100%;font-family:'latoregular'; }
body { height:100%; margin:0; padding:0; line-height:24px;  }
h2,h3,h4{font-size:100%;}
ol,ul{list-style-type:none;}
img{border:0;vertical-align:middle;}
table{border-collapse:collapse;}
li{list-style: none;}
a{color:#666;cursor:pointer;outline:0;text-decoration:none;webkit-transition: all 500ms; -moz-transition: all 500ms; -ms-transition: all 500ms; -o-transition: all 500ms; transition: all 500ms;}
a:hover{color:#333;}
em,i{font-style:normal;}
input{outline:0;font-family:arial,'pingfang sc',stheiti,"microsoft yahei",sans-serif;}
.clearfix:before,.clearfix:after{content:"";display:table;}
.clearfix:after{clear:both;}
.clearfix{*zoom:1;}
.clear{clear:both;}
.fl{float:left;}
.fr{float:right;}
.tran_time{ webkit-transition: all 500ms; -moz-transition: all 500ms; -ms-transition: all 500ms; -o-transition: all 500ms; transition: all 500ms; }
.wrapper{margin:0 auto;border:0;width: 1200px;}
.minw{width:100%;min-width:1200px;}


/* 首页 */
.index_header{position: fixed;z-index:9999;width:100%;top:0;left:0;}
.index_header .slideTxtBox{text-align:left;  }
.index_header .slideTxtBox .hd{display: flex;align-items: center; padding: 10px;position:relative;background-color: rgb(68, 68, 68);height: 80px;color: #fff;justify-content: center;}
.index_header .slideTxtBox .hd ul{width: 650px;display: flex;align-items: center;justify-content:center;height: 100%;}
.index_header .slideTxtBox .hd ul li{ margin:0 25px; cursor:pointer;text-align: center;height: 80%;display: flex;align-items: center;}
.index_header .slideTxtBox .hd ul li a{color: #fff;}
.index_header .slideTxtBox .hd ul li.on{border-bottom: 3px solid  #6ab246;}
.index_header .slideTxtBox .hd .logo{width: 300px;padding-bottom: 10px;}
.index_header .slideTxtBox .hd .logo img{width: 100%;}
.index_header .slideTxtBox .hd .language{position:relative;display: flex;align-items: center;width: 250px;justify-content: space-between;}
.index_header .slideTxtBox .hd .language div{}
.index_header .slideTxtBox .hd .language div img{margin-right: 10px;}
.index_header .slideTxtBox .hd .language a{color:#fff;}
.index_header .slideTxtBox .hd .language .search_but{cursor: pointer;}
.index_header .slideTxtBox .hd .language .language_search{display:none;position:absolute;top:73px;right:0;width:260px;border:1px solid rgb(0, 181, 75);z-index:9999;}

.index_header .slideTxtBox .hd .language .language_search{}
.index_header .slideTxtBox .hd .language .language_search .keywords{width:200px;height:34px;line-height:34px;float:left;text-indent:10px;}
.index_header .slideTxtBox .hd .language .language_search .butt{cursor: pointer;height:34px;width:60px;background:rgb(0, 181, 75);color:#fff;float:left;}

.index_header .slideTxtBox .bd{background: #fff;height: auto;}
.index_header .slideTxtBox .bd ul .ul-m{ padding:25px;  zoom:1;display: flex;justify-content: center;justify-items: center;margin: auto;}
.index_header .slideTxtBox .bd ul .ul-m a{margin: 0 15px;}
.index_header .slideTxtBox .bd ul{display: flex;justify-content: center;width: 1200px;}
.index_header .slideTxtBox .bd ul .ul-main{display: flex;justify-content: center;align-items: flex-start;padding: 20px;}
.index_header .slideTxtBox .bd ul .ul-main div{margin:0 50px;}
.index_header .slideTxtBox .bd ul .ul-main div li a.titD{color: #000;font-size: 16px;font-weight: 700;margin: 10px auto;}
.index_header .slideTxtBox .bd ul .ul-main div li a.titD:hover{text-decoration: none;}
.index_header .slideTxtBox .bd ul .ul-main div li a{}
.index_header .slideTxtBox .bd ul .ul-main div li a:hover{text-decoration: underline;}
.index_header .slideTxtBox .bd ul .ul-main div li{font-size:14px;font-weight: normal;line-height: 24px;margin-bottom: 13px;}
.index_header .slideTxtBox .bd li{ height:24px; line-height:24px;}




/*  */
.index_box1 .slideBox{ height:880px; overflow:hidden; position:relative;width: 100%;}
.index_box1 .slideBox .hd{overflow:hidden; position:absolute; right:50%; bottom:1.5%; z-index:1;transform: translate(50%,0);}
.index_box1 .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;background-color: rgba(255,255,255,.3);border-radius: 10px;padding: 5px 10px;}
.index_box1 .slideBox .hd ul li{text-indent:-9999em;overflow:hidden; float:left; margin:0 5px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer;border-radius: 50%;}
.index_box1 .slideBox .hd ul li.on{ background:rgba(0,0,0,.8);; color:#fff; }
.index_box1 .slideBox .bd{ position:relative; height:100%; z-index:0;   }
.index_box1 .slideBox .bd li{ zoom:1; vertical-align:middle; width:100%; display:block;height:880px;}
.index_box1 .slideBox .prev,
.index_box1 .slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/index/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.index_box1 .slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.index_box1 .slideBox .prev:hover,
.index_box1 .slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.index_box1 .slideBox .prevStop{ display:none;}
.index_box1 .slideBox .nextStop{ display:none;}

/* 标题 */
.titleD{margin:20px auto 10px;padding: 30px 0;text-align: center;}
.titleD h2{background: url('../images/index/icon04.png') no-repeat center 100%;font-size: 30px;color: rgb(255, 255, 255);height: 50px;line-height: 30px;}
.item a img{width:100%;height: 100%;}
.item a .zzc{display: none;}
.item a:hover .zzc{display: block;width: 100%;height: 100%;position:absolute;top:0;left: 0;background: rgb(0, 0, 0,0.3);}
.item a:hover .zzc h3{color: #fff;z-index: 2;position:absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);color: #fff;font-size: 20px;font-weight: 400;}
.index_box2{background: url('../images/index/bg01.png') repeat center;}
.index_box2 .index_box2_one{display: flex;flex-wrap: wrap;justify-content:space-between;padding: 0px 30px;}
.index_box2 .index_box2_one .item{width: 49%;position: relative;margin-bottom: 20px;}
.index_box2 .index_box2_two{padding: 10px 30px;text-align: center;}
.index_box2 .index_box2_two .item{width: 100%;position: relative;margin: auto;}
.index_box2 .index_box2_three{display: flex;padding: 0 30px 10px;justify-content: space-between;}
.index_box2 .index_box2_three .video_D{width: 49%;height: auto;display: flex;align-items: center;align-content: center;background: #000;}
.index_box2 .index_box2_three .video_D video{width: 100%;margin: auto;height: 100%;}
.index_box2 .index_box2_four_m{display: flex;justify-content: space-between;padding: 10px 30px;}
.index_box2 .index_box2_four_m .item{width: 31%;padding: 5px;background: #fff;position: static;}
.index_box2 .index_box2_four_m .item .imgD{width: 100%;height: auto;overflow: hidden;}
.index_box2 .index_box2_four_m .item .imgD img{width: 100%;height: auto;transform: scale(1);transition: all 1s ease-out;}
.index_box2 .index_box2_four_m .item a:hover .imgD img{transform: scale(1.2);}
.index_box2 .index_box2_four_m .item .font{padding: 5px;}
.index_box2 .index_box2_four_m .item .font h4{font-size: 14px;font-weight: 400;color: rgb(34, 34, 34);margin: 10px 0;}
.index_box2 .index_box2_four_m .item .font p{font-size: 12px;color: rgb(153, 153, 153);line-height: 20px;}
.index_box2 .index_box2_four_d{margin:20px auto;text-align:center;width:200px;}
.index_box2 .index_box2_four_d a{color: #000;font-size: 16px;padding: 8px 10px;width: 100px;border: 1px solid #000;display: block;}
.index_box2 .index_box2_four_d a:hover{background:rgb(51, 51, 51);color: #fff;border: 1px solid rgb(51, 51, 51);}

.index_box3{padding: 10px 0;}
.index_box3 .index_box3_wrap .picMarquee-left{ width:100%;  overflow:hidden; position:relative;}
.index_box3 .index_box3_wrap .picMarquee-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px; display: none;}
.index_box3 .index_box3_wrap .picMarquee-left .hd .prev,.picMarquee-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
     cursor:pointer; background:url("../images/arrow.png") no-repeat;}
.index_box3 .index_box3_wrap .picMarquee-left .hd .next{ background-position:0 -50px;  }
.index_box3 .index_box3_wrap .picMarquee-left .hd .prevStop{ background-position:-60px 0; }
.index_box3 .index_box3_wrap .picMarquee-left .hd .nextStop{ background-position:-60px -50px; }
.index_box3 .index_box3_wrap .picMarquee-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
.index_box3 .index_box3_wrap .picMarquee-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("../images/icoCircle.gif") 0 -9px no-repeat; }
.index_box3 .index_box3_wrap .picMarquee-left .hd ul li.on{ background-position:0 0; }
.index_box3 .index_box3_wrap .picMarquee-left .bd{ display: flex;justify-content: center;} /*padding:10px;*/
.index_box3 .index_box3_wrap .picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.index_box3 .index_box3_wrap .picMarquee-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.index_box3 .index_box3_wrap .picMarquee-left .bd ul li .pic{ text-align:center; }
.index_box3 .index_box3_wrap .picMarquee-left .bd ul li .pic img{ width:90px; height:90px; display:block;}
.index_box3 .index_box3_wrap .picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
.index_box3 .index_box3_wrap .picMarquee-left .bd ul li .title{ line-height:24px;   }


.index_footer{padding: 50px 0;background: rgb(51, 51, 51);color: #fff;z-index: 9;}
.index_footer .index_footer_wrap{}
.index_footer .index_footer_wrap .footer_item{float:left;align-items: flex-start;}
.index_footer .index_footer_wrap .footer_item.footer_yewu{margin-left:70px;}
.index_footer .index_footer_wrap .footer_item .fi_l img{margin-right: 10px;margin-top: -5px;}
.index_footer .index_footer_wrap .footer_item .fi_r div{display: flex;flex-wrap: wrap;}
.index_footer .index_footer_wrap .footer_item .fi_r div a{color: #fff;width: 100px;display:block;}
.index_footer .index_footer_wrap .footer_item .fi_r .fot_subnav ul{margin: 0 35px 0 0;}
.index_footer .index_footer_wrap .footer_item .fi_r .title_li{font-size: 16px;margin: 0 0 15px 0;}
.index_footer .index_footer_wrap .footer_item .fi_r li,.index_footer .index_footer_wrap .footer_item .fi_r a{font-size: 12px;margin: 5px auto;}
.fot_subnav ul h3{margin-bottom:10px;font-size:14px;}
.index_footer .index_footer_wrap .footer_rightD{flex:1;display: flex;float:right;}
.index_footer .index_footer_wrap .footer_rightD div{text-align: center;margin:0 5px;}
.index_footer .index_footer_wrap .footer_rightD div h4{margin-top: 15px;}


/* 关于我们-公司介绍 */
.other.titleD h2{color: #666;}
.about-1.other_banner{background: url('../images/about/banner.jpg')no-repeat center;background-size: cover;height: 863px;}
.other_banner{color: #6ab246;font-size: 36px;position: relative;}
.other_banner .font{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); display: flex; line-height: 50px; height: 50px; letter-spacing: 10px; font-size: 50px;}
.about_titD{background: #fff;border-bottom: 1px solid rgb(204, 204, 204);}
.about_titD .about_titD_wrap{display: flex;justify-content: center;align-items: center;padding: 2px 0;}
.about_titD .about_titD_wrap .titD-item{width: 143px;height: 60px;}
.about_titD .about_titD_wrap .titD-item a{display: block;height: 100%;width: 100%;align-items: center;display: flex;justify-content: center;font-size: 14px;border-bottom: 2px solid transparent;}
.about_titD .about_titD_wrap .titD-item.on a,.about_titD .about_titD_wrap .titD-item a:hover{color:rgb(106, 178, 70);border-bottom: 2px solid rgb(106, 178, 70);}
.about_titD .about_titD_wrap .titD-line{height: 20px;border-right: 1px solid rgb(204, 204, 204);margin:0 5px;}
.about_box1 .about_box1_wrap .about_box1_bd{padding: 30px 0;width: 95%;margin: auto;}
.about_box1 .about_box1_wrap .about_box1_bd p{font-size: 14px;line-height: 37px;}
.about_box1 .about_box1_wrap .about_box1_bd img{max-width:100%;}
.about_box2 .about_box2_wrap{text-align: center;}
.about_box2 .about_box2_wrap .imgD{width: 98%;margin: 20px auto;position: relative;}
.about_box2 .about_box2_wrap .imgD img{width: 100%;}
.about_box2 .about_box2_wrap .imgD .font{position: absolute;left: 0;bottom: 1%;text-align: right;width: 97%;font-size: 16px;color: #fff;}
.about_box2 .about_box2_wrap .imgD .font h3{margin: 20px 0;font-weight: 400;}

.about_box3 .about_box3_wrap {}
.about_box3 .about_box3_wrap .picScroll-left{ width:98%;  position:relative; margin: 0 auto;}
.about_box3 .about_box3_wrap .picScroll-left .hd{width: 1200px;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);z-index: 9;}
.about_box3 .about_box3_wrap .picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block;  width:40px; height:40px; float:right; overflow:hidden;
     cursor:pointer;border-radius: 50%;opacity: 0.35;}
/* url("../images/index/slider-arrow.png") no-repeat  background-position:4px 0px; */
.about_box3 .about_box3_wrap .picScroll-left .hd .prev{position: absolute;left: -5px;background:rgb(0, 0, 0,0.5) url('../images/index/prev05.png') no-repeat center;background-size: 50%;}
.about_box3 .about_box3_wrap .picScroll-left .hd .next{ right:-5px;background:rgb(0, 0, 0,0.5) url('../images/index/next05.png') no-repeat center;background-size: 50%;}
.about_box3 .about_box3_wrap .picScroll-left:hover .hd .prev,.picScroll-left:hover .hd .next{opacity: 0.7;}
.about_box3 .about_box3_wrap .picScroll-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1;display: none;}
.about_box3 .about_box3_wrap .picScroll-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("../images/icoCircle.gif") 0 -9px no-repeat; }
.about_box3 .about_box3_wrap .picScroll-left .hd ul li.on{ background-position:0 0; }
.about_box3 .about_box3_wrap .picScroll-left .bd{ padding:10px; overflow: hidden; }
.about_box3 .about_box3_wrap .picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.about_box3 .about_box3_wrap .picScroll-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.about_box3 .about_box3_wrap .picScroll-left .bd ul li .pic{ text-align:center;overflow: hidden;}
.about_box3 .about_box3_wrap .picScroll-left .bd ul li .pic a{display:block;}
.about_box3 .about_box3_wrap .picScroll-left .bd ul li .pic img{ width:270px; height:380px; display:block;  padding:2px; border:1px solid #ccc;transform: scale(1);transition: all 1s ease-out;}
.about_box3 .about_box3_wrap .picScroll-left .bd ul li .pic a:hover img{ border-color:#999;transform: scale(1.2);}
.about_box3 .about_box3_wrap .picScroll-left .bd ul li .title{ line-height:24px;   }

.about_box4 .about_box4_wrap{display: flex;flex-wrap: wrap;width: 98%;justify-content: space-between;}
.about_box4 .about_box4_wrap .item{width: 49%;margin: 0 0 60px;}
.about_box4 .about_box4_wrap .item a{display:block;width: 100%;height: 100%;}
.about_box4 .about_box4_wrap .item a img{width: 100%;}
.about_box4 .about_box4_wrap .item a h4{font-size: 14px;font-weight: bold;margin-bottom: 15px;text-align: center;padding: 13px 0;}
.about_box4 .about_box4_wrap .item a:hover h4{color:rgb(232,0,55);}

/* 展示展厅 */
.exhibition.other_banner{background: url('../images/exhibition/banner.jpg')no-repeat center;background-size: cover;height: 863px;}
.exhibition.other_banner .font{color: #000;}
.exhibition_box1 .exhibition_box1_wrap{}
.exhibition_box1 .exhibition_box1_wrap .imgDiv{margin: auto;justify-content: space-between;}
.exhibition_box1 .exhibition_box1_wrap .imgDiv .item{width: 25%;margin: 10px 0;text-align:center;float:left;height: 215px;overflow:hidden;}
.exhibition_box1 .exhibition_box1_wrap .imgDiv .item img{width: 96%;}

/* 产品展示 */
.product.other_banner{background: url('../images/product/banner.jpg')no-repeat center;background-size: cover;height: 863px;}
.product_box1{padding: 35px 0;}
.product_box1 .product_box1_wrap .item{display: flex;justify-content: center;width: 98%;margin: auto;}
.product_box1 .product_box1_wrap .item .imgD,.product_box1 .product_box1_wrap .item .wordD{width: 50%;overflow: hidden;}
.product_box1 .product_box1_wrap .item img{width: 100%;height: auto;transform: scale(1);transition: all 0.1s ease-out;}
.product_box1 .product_box1_wrap .item .imgD:hover img{transform: scale(1.3);}
.product_box1 .product_box1_wrap .item .wordD{position: relative;}
.product_box1 .product_box1_wrap .item .wordD img{transform: scale(1);transition: all 0.1s ease-out;}
.product_box1 .product_box1_wrap .item .wordD:hover img{transform: scale(1.3);}
.product_box1 .product_box1_wrap .item .wordD.left{order: -1;}
.product_box1 .product_box1_wrap .item .wordD .font{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);color: #fff;font-weight: 300;text-align: center;font-size: 14px;}
.product_box1 .product_box1_wrap .item .wordD .font h3{font-size: 24px;font-weight: 400;margin:10px auto 30px;}
.product_box1 .product_box1_wrap .item .wordD .font h4{font-size: 14px;font-weight: 400;margin: 10px auto;}
.product_box1 .product_box1_wrap .item .wordD .font a{color: #fff;font-size: 14px;font-weight: 400;margin: 20px auto 10px;display: block;}

/* 产品展示-产品中心 */
.pro-center_location{margin-top: 40px;height: 35px;padding: 20px 0;line-height: 35px;}
.pro-center_location .pro-center_location_wrap{background:#fff;}
.pro-center_location .pro-center_location_wrap a{color: #888;font-size: 14px;font-weight: 400;}
/* .pro-center_location .pro-center_location_wrap a:first-child{margin-left: 20px;} */
.pro_local_search{border:1px solid #f0f0f0;margin-right:10px;}
.pro_local_search .keywords{width:200px;height:34px;line-height:34px;float:left;}
.pro_local_search .butt{height:34px;width:100px;background:rgb(0, 181, 75);color:#fff;float:left;}
.pro-center_location .pro-center_location_wrap h4{color: #888;font-size: 14px;margin: 0px 5px;font-weight: 200;}
.pro-center_box1{}
.pro-center_box1 .pro-center_box1_wrap{display: flex;justify-content: space-between;padding: 0px 0 40px;background:#fff;}
/* 左边菜单 */
.pro-center_box1 .pro-center_box1_wrap .left-menu{width: 260px;}
.pro-center_box1 .pro-center_box1_wrap .left-menu .topD{width: 100%;height: 100px;background: #6ab246;color: #fff;font-size: 20px;text-align: center;line-height: 100px;font-weight: 600;}
.pro-center_box1 .pro-center_box1_wrap .left-menu .sideMenu{margin-top: 10px;width: 100%;}
.pro-center_box1 .pro-center_box1_wrap .left-menu .sideMenu h3{ height:50px;display: flex;align-items: center; padding:0 20px;cursor:pointer;font:normal 14px/32px "Microsoft YaHei";justify-content:flex-start;border:1px solid rgb(237, 237, 237);margin-top: 10px;}
.pro-center_box1 .pro-center_box1_wrap .left-menu .sideMenu h3 a{font-size: 16px;font-weight:700;}
.pro-center_box1 .pro-center_box1_wrap .left-menu .sideMenu h3 em{ float:right; display:block; width:40px; height:32px;   background:url(images/icoAdd.png) 16px 12px no-repeat; cursor:pointer; }
.pro-center_box1 .pro-center_box1_wrap .left-menu .sideMenu h3.on,.pro-center_box1 .pro-center_box1_wrap .left-menu .sideMenu h3:hover{ background-position:16px -57px;color: #fff;background-color: #6ab246;;}
.pro-center_box1 .pro-center_box1_wrap .left-menu .sideMenu h3.on a,.pro-center_box1 .pro-center_box1_wrap .left-menu .sideMenu h3:hover a{color: #fff;}
.pro-center_box1 .pro-center_box1_wrap .left-menu .sideMenu ul{ padding:8px 0px; color:#999; display:none; /* 默认都隐藏 */ }
.pro-center_box1 .pro-center_box1_wrap .left-menu .sideMenu ul li{display: flex;align-items: center;height: 50px;padding-left: 20px;border-bottom: #ededed solid 1px;}
.pro-center_box1 .pro-center_box1_wrap .left-menu .sideMenu ul a{font-size: 14px;color: #888;font-weight:700;}
.pro-center_box1 .pro-center_box1_wrap .left-menu .sideMenu ul li .imgD{background: url('../images/product/red-arrow.png') no-repeat center;width: 12px;height: 12px;background-position: 0 -28px;margin-bottom: 3px;}
.pro-center_box1 .pro-center_box1_wrap .left-menu .sideMenu ul li.on .imgD{background-position: -1px -49px;margin:3px 0 0 0;}
.pro-center_box1 .pro-center_box1_wrap .left-menu .sideMenu ul li.on a{color: rgb(0, 181, 75);}
.pro-center_box1 .pro-center_box1_wrap .left-menu .sideMenu ul li a:hover{color: rgb(0, 181, 75);}
.pro-center_box1 .pro-center_box1_wrap .right-list{width: 910px;}
.pro-center_box1 .pro-center_box1_wrap .right-list .title{color: #6ab246;font-size: 14px;padding:15px 0 15px 5px;width: 100%;border-bottom: 1px solid rgb(237, 237, 237);margin-bottom: 20px;}
.pro-center_box1 .pro-center_box1_wrap .right-list .r-list{display: flex;justify-content:flex-start;flex-wrap: wrap;}
.pro-center_box1 .pro-center_box1_wrap .right-list .r-list .item{width: 33.2%;margin-bottom:15px;}
.pro-center_box1 .pro-center_box1_wrap .right-list .r-list .item .imgD{border: 1px rgb(237, 237, 237) solid;text-align: center;transition: all 1s;}
.pro-center_box1 .pro-center_box1_wrap .right-list .r-list .item a:hover .imgD{border: 1px solid rgb(0, 181, 75);}
.pro-center_box1 .pro-center_box1_wrap .right-list .r-list .item a:hover h4{text-decoration: underline;color: rgb(0, 181, 75);}
.pro-center_box1 .pro-center_box1_wrap .right-list .r-list .item .imgD img{width: 90%;margin: 15px auto;}
.pro-center_box1 .pro-center_box1_wrap .right-list .r-list .item a h4{text-align: center;font-weight: 400;color: #555;margin: 10px auto;transition: all 1s;}
.pro-center_box1 .pro-center_box1_wrap .right-list .page{display: flex;justify-content:center;margin: 35px auto 60px;width: 100%;}
.pro-center_box1 .pro-center_box1_wrap .right-list .page li{display:inline-block;margin: 0 7px;border: 1px solid rgb(237, 237, 237);color: #888;padding: 5px 15px;}
.pro-center_box1 .pro-center_box1_wrap .right-list .page li.pagebarCurrent,.pro-center_box1 .pro-center_box1_wrap .right-list .page li:hover{color: #fff;background: rgb(0, 181, 75);border: 1px solid rgb(0, 181, 75);cursor: auto;}
.pro-center_box1 .pro-center_box1_wrap .right-list .page li a{display:block;}
.pro-center_box1 .pro-center_box1_wrap .right-list .page li a:hover{color:#fff;}

#articeBottom.page{display: flex;justify-content:center;margin: 35px auto 60px;width: 100%;}
#articeBottom.page li{display:inline-block;margin: 0 7px;border: 1px solid rgb(237, 237, 237);color: #888;padding: 5px 15px;}
#articeBottom.page li.pagebarCurrent,#articeBottom.page li:hover{color: #fff;background: rgb(0, 181, 75);border: 1px solid rgb(0, 181, 75);cursor: auto;}
#articeBottom.page li a{display:block;}
#articeBottom.page li a:hover{color:#fff;}
/* 产品详情页 */
.pro-center_box1 .pro-center_box1_wrap .product-details{width: 920px;padding: 10px 0 100px;}
.pro-center_box1 .pro-center_box1_wrap .product-details .title{padding-left: 10px;font-size: 16px;font-weight: bold;color: #444;}
.pro-center_box1 .pro-center_box1_wrap .product-details .details_box1{display: flex;margin: 20px auto;width: 100%;}
.pro-center_box1 .pro-center_box1_wrap .product-details .details_box1 .imgD{width: 50%;}
.pro-center_box1 .pro-center_box1_wrap .product-details .details_box1 .imgD img{width: 100%;}
.pro-center_box1 .pro-center_box1_wrap .product-details .details_box2{}
.pro-center_box1 .pro-center_box1_wrap .product-details .details_box2 table{width: 100%;}
.pro-center_box1 .pro-center_box1_wrap .product-details .details_box2 table tr{width: 100%;}
.pro-center_box1 .pro-center_box1_wrap .product-details .details_box2 table tr td{width: 25%;font-size: 16px;color: #000;padding: 5px 10px;border:1px solid rgb(221, 221, 221);height: 32px;line-height: 32px;}
.pro-center_box1 .pro-center_box1_wrap .product-details .details_box3{margin-top: 20px;}
.pro-center_box1 .pro-center_box1_wrap .product-details .details_box3 p span{color: rgb(146, 208, 80);background-color: rgb(0, 0, 0);padding: 0 60px;}
.pro-center_box1 .pro-center_box1_wrap .product-details .details_box3 p{line-height: 1.75; font-size: 16px;margin: .5em 0;}


/* 联系我们 */
.contact.other_banner{background: url('../images/contact/banner.jpg')no-repeat center;background-size: cover;height: 863px;}
.contact_box1 .contact_box1_wrap .title{font-size: 26px;color: #666;text-align: center;padding: 30px 0;}
.contact_box2{background: url('../images/index/bg01.png') repeat center;}
.contact_box2 .contact_box2_wrap{}
.contact_box2 .contact_box2_wrap .contact_box2_one{width: 100%;height: 552px;background: #ccc;margin-bottom: 20px;}
.contact_box2 .contact_box2_wrap .contact_box2_two{padding: 20px 40px;display: flex;background: #fff;justify-content: space-between;align-items: center;}
.contact_box2 .contact_box2_wrap .contact_box2_two .two-left{}
.contact_box2 .contact_box2_wrap .contact_box2_two .two-left h2{font-size:20px;color:#888;margin:10px auto;font-weight:bold;}
.contact_box2 .contact_box2_wrap .contact_box2_two .two-left h4{font-size: 16px;margin: 7px auto;font-weight: 300;}
.contact_box2 .contact_box2_wrap .contact_box2_two .two-left .color-block{display: flex;margin: 20px auto 30px;}
.contact_box2 .contact_box2_wrap .contact_box2_two .two-left .color-block div{width:73px;height: 12px;margin-right: 8px;}
.contact_box2 .contact_box2_wrap .contact_box2_two .two-left .color-block div.one{background-color: rgb(0, 115, 0);}
.contact_box2 .contact_box2_wrap .contact_box2_two .two-left .color-block div.two{background-color: rgb(10, 184, 10);}
.contact_box2 .contact_box2_wrap .contact_box2_two .two-left .color-block div.three{background-color: rgb(68, 68, 68);}
.contact_box2 .contact_box2_wrap .contact_box2_two .two-right{display: flex;}
.contact_box2 .contact_box2_wrap .contact_box2_two .two-right .item{text-align: center;width: 182px;}
.contact_box2 .contact_box2_wrap .contact_box2_two .two-right .item img{width: 162px;}
.contact_box2 .contact_box2_wrap .contact_box2_two .two-right .item h3{font-weight:normal;font-size: 20px;color: #555;margin: 15px auto 0;text-align: center;}
.contact_box2 .contact_box2_wrap .contact_box2_three{width: 1010px;margin:40px auto 20px;}
.contact_box2 .contact_box2_wrap .contact_box2_three .title{text-align:center;}
.contact_box2 .contact_box2_wrap .contact_box2_three .title h2{font-size: 24px;color: #fff;font-weight:bold;margin: 10px auto;}
.contact_box2 .contact_box2_wrap .contact_box2_three .title h5{font-weight: 400;font-size: 12px;color: #fff;margin: 10px auto;}
.contact_box2 .contact_box2_wrap .contact_box2_three .inputDiv{display: flex;flex-wrap: wrap;justify-content: space-between;font-size: 14px;}
.contact_box2 .contact_box2_wrap .contact_box2_three .inputDiv input{height: 52px;color: #888;width: 47.5%;margin: 10px 0;padding:5px 10px;}
.contact_box2 .contact_box2_wrap .contact_box2_three .inputDiv textarea{margin: 10px 0;height: 200px;color: #888;width: 100%;padding: 10px;font-family: arial,'pingfang sc',stheiti,"microsoft yahei",sans-serif;outline: none;}
.contact_box2 .contact_box2_wrap .contact_box2_three .btn{margin: 10px auto;width: 120px;height: 45px;color: #fff;background-color: rgb(106, 178, 70);font-size: 14px;line-height: 45px;border-radius: 6px;text-align: center;}
.contact_box2 .contact_box2_wrap .contact_box2_three .btn input{width: 120px;height: 45px;color: #fff;background-color: rgb(106, 178, 70);font-size: 14px;line-height: 45px;border-radius: 6px;text-align: center;cursor: pointer;}

/* 资源 */
.resources.other_banner{background: url('../images/resources/banner.jpg')no-repeat center;background-size: cover;height: 863px;}
.resources_box1{margin-top: 10px;}
.resources_box1 .resources_box1_wrap{display: flex;justify-content: space-between;}
.resources_box1 .resources_box1_wrap .videoDiv{width: 33%;height:280px;background: #000;display: flex;align-items: center;}
.resources_box1 .resources_box1_wrap .videoDiv video{width: 100%;}
.resources.titleD{padding: 30px 0 0;}
.resources.titleD h2{color: #333;}
.resources_box2 .resources_box2_wrap{width: 1180px;margin: auto;background:#fff;padding:10px;}
.resources_box2 .resources_box2_wrap img{max-width:100%;}
.resources_box2 .resources_box2_wrap h3{font-size: 16px;color: #666;font-weight: bold;margin: 15px auto;text-align: center;}
.resources_box2 .resources_box2_wrap h4{font-size: 14px;color: #666;font-weight: bold;margin: 0px auto;}
.resources_box2 .resources_box2_wrap p,.resources_box2 .resources_box2_wrap .imgD .imgDiv h5{font-size: 14px;color: #666;font-weight: 400;margin: 0px auto;}
.resources_box2 .resources_box2_wrap .imgD{display: flex;flex-wrap: wrap;margin: 20px auto;}
.resources_box2 .resources_box2_wrap .imgD .imgDiv{display: flex;align-items: center;justify-content: center;flex-wrap: wrap;width: 100%;margin: 15px 0;}
.resources_box2 .resources_box2_wrap .imgD .imgDiv img{width: 500px;}
.resources_box2 .resources_box2_wrap .imgD .imgDiv h5{width: 100%;text-align: center;margin: 5px auto;}
.resources_box2 .resources_box2_wrap .imgD .two.imgDiv{width: 50%;}
.resources_box2 .resources_box2_wrap .imgD .two.imgDiv img{width: 260px;height: 160px;}
.resources_box2 .resources_box2_wrap .imgD .three.imgDiv img{width: 307px;}
.resources_box2 .resources_box2_wrap .imgD .four.imgDiv img{width: 371px;}
.resources_box3{background: url('../images/resources/bg.jpg') no-repeat right top;padding-bottom: 40px;}
.resources_box3 .resources_box3_wrap .material{width: 700px;padding: 20px 50px;}
.resources_box3 .resources_box3_wrap .material li{width:100%;height:84px;line-height:84px;border-bottom:1px solid #d2d2d2;}
.resources_box3 .resources_box3_wrap .material li a{color: #404040;}
.resources_box4 .resources_box4_wrap {padding:20px 0;}
.resources_box4 .resources_box4_wrap  img{width: 100%;}

.baisebody{background:#fff;}


#articleHeader h4{font-size:16px;font-weight:700;color:rgb(0, 181, 75);    margin: 12px 0;}
#articleHeader h4 a{color:rgb(0, 181, 75);}
