@charset "utf-8";
/* CSS Document */

*{
	padding:0;
	margin:0;
	border:none;
	outline:none;
	font-size:12px;
	color:#333;
	list-style:none;
	font-family: Microsoft YaHei, Arial, sans-serif !important;
	font-weight:normal;
	}
p{
	margin:0;
    padding:0;
    border:0;
    outline:0;
    font-weight:inherit;
    font-style:inherit;
	list-style:none;
	font-size:12px;
	line-height:24px;
	}
article, aside, dialog, figure, footer, header, hgroup, menu, nav, dir, section{
    margin: 0;
    padding: 0;
    display: block;	
}
.clear{
	clear:both;
	}
a{
	text-decoration:none;
	}


.w_1140{
	width:80%;
	margin:auto;
	}
	
.nav_box{
	background: #fff;
    position: relative;
    width: 100%;
    z-index: 99;
	top: 0;
	left: 0;
	box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	}
.header{
	background: #fff;
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
    left: 0;
}
.nav_top_box{
	background: #3d3d3d;
	width: 100%;
	border-bottom: solid 1px rgba(0,0,0,0.1);
}
.nav_top dl{
	float: right;
}
.nav_top dl dd{
	float: left;
	border-right: solid 1px rgba(0,0,0,0.06);
}
.nav_top dl dd img{
	display: block;
	width: 20px;
    opacity: 0.4;
    padding: 2px 10px;
}
.nav_top h3{
	font-size: 12px;
	padding-right: 20px;
	line-height: 24px;
	color: #eee;
	letter-spacing: 0.2px;
	float:left;
/*	margin-left: 0.2%;*/
}
.nav_top dl dd:first-of-type{
	font-size: 12px;
/*	padding-right: 20px;*/
	line-height: 24px;
	color: #eee;
	letter-spacing: 0.2px;
}
.nav_top dl dd:first-of-type img{
	opacity: 1;
	float: left;
}
.nav_top dl dd:first-of-type span{
	float: left;
    color: #fff;
    margin-right: 15px;
    text-decoration: underline;
	cursor:pointer;
}
.logo{
	height:55px;
	margin-top: 8px;
	float:left;
	padding:10px 0;
	box-sizing: border-box;
	margin-right: 10%;
	}
.logo img{
	display:block;
	height:100%;
	}
.serch{
	float:right;
	padding: 20px 0 0;
}
.serch .s_img {
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
    background: url(../img/search.png) no-repeat;
    display: block;
    width: 30px;
    height: 30px;
    right: 9%;
    top: 60px;
	float:right;
    cursor: pointer;
}
.nav_box a{
	width: inherit;
	height: inherit;
	line-height: inherit;
	color: inherit;
	font-size: inherit;
}
.nav_box ul{
	float:left;
	}
.nav_box ul li{
	width:140px;
	float:left;
	border-left:solid 1px rgba(0,0,0,0.02);
	position: relative;
	box-sizing: border-box;
}

.nav_box ul li:last-of-type{
	border-right:solid 1px rgba(0,0,0,0.02);
}
.nav_box ul li h1{
	height:68px;
	line-height:78px;
	font-size:16px;
	letter-spacing:1px;
	color: #000;
	text-align:center;
	cursor:pointer;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
	position: relative;
	z-index: 99;
	}
.nav_box ul li .up{	
	width: 30px;
	height:72px;
    float: right;
	margin-right: 8px;
	position: relative;
}
.nav_box ul li .up img{
	vertical-align: middle;
}
.nav_box ul li .up img:nth-of-type(1){
	position:absolute;
	top:48%;
	transition:all 0.1s;
}
.nav_box ul li .up img:nth-of-type(2){
	opacity:0;
	transition:all 0.1s;
}
/*.nav_box ul li:after{
	content: "";
	display: block;
	width: 100%;
	height: 0;
	background: #122a88;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
}*/
.nav_box ul li:hover h1{
	color: #08a55e;
}
.nav_box ul li:hover .up img:nth-of-type(2){
	opacity:1;
	transition:all 0.1s;
}
.nav_box ul li:hover .up img:nth-of-type(1){
	opacity:0;
	transition:all 0.1s;
}

.nav_box ul li.active h1{
	color: #08a55e;
}
.nav_box ul li.active .up img:nth-of-type(2){
	opacity:1;
	transition:all 0.1s;
}
.nav_box ul li.active .up img:nth-of-type(1){
	opacity:0;
	transition:all 0.1s;
}
/*.nav_box ul li:hover:after{
	height: 100%;
}*/
.nav_box ul li > dl{
	width:200px;
	position: absolute;
	left: -35px;
	background: #FFF;
	height: 0;
	overflow: hidden;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
}
.nav_box ul li dl dd{
	width: 190px;
	margin:auto;
	color: #444;
	font-size: 13px;
	box-sizing: border-box;
	line-height: 50px;
	position: relative;
	cursor: pointer;
	-webkit-transition:all 0.6s;
	transition:all 0.6s;
	text-align: left;
	border-bottom: solid 1px rgba(0,0,0,0.1);
}
.nav_box ul li dl dd:first-of-type{
	border-top: solid 1px #eee;
	text-align: left;
}
/*.nav_box ul li dl dd:after{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-top:solid 1px #122a88;
	border-right:solid 1px #122a88;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -2px;
	opacity: 0;
}*/
.nav_box ul li dl dd:hover{
	color: #08a55e;
}
.nav_box ul li dl dd:hover:after{
	opacity: 1;
}

.nav_box ul li{
	overflow:hidden;
}
.nav_box ul li:hover{
	overflow:inherit;
}
.nav_box ul li:hover .s_menu{
	opacity:1;
	top:100%;
	display:block;
}

.s_menu{	
	background-color:#f7f7f7;
	left:50%;
	top:80px;
	opacity:0;
	display:none;
	position:absolute;
	left:0px;
	width:100%;
	z-index:50;
	box-shadow:0px 4px 4px rgba(0,0,0,0.1);
	padding:2% 0;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
/*.s_menu.menu_compu{
	 position:fixed; width:100%;top:95px;
	 z-index:9999;
}*/
 .s_menu .left{
	float:left;
	margin-bottom:30px;
	text-align:left;
	position:relative;
	}

 .s_menu .left dd{	
	margin-bottom:2px;
	cursor:default;
	background-color:rgba(204,204,204,0.3);
	width:246px;
	height:46px;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
	position:relative;
	}
 .s_menu .left dd h3{	
	display:inline-block;
	position:relative;
	letter-spacing:0.5px;
	font-size:13px;
	color:rgba(40,40,40,0.7);
	font-weight:600;
	line-height:46px;
	margin-left:52px;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
	}
.s_menu .left dd h3:hover{
	/*text-decoration:underline;*/
	}
 .s_menu .sright{
	 position:fixed;
	 left:340px;
	 top:125px;
	 display:none;
	 padding:0 60px;
 }
.s_menu dd:first-of-type .sright{
	  display:block;
  }
 .s_menu .left dd:hover .sright{
	 display:block;
}
.s_menu .sright .bar{
	float:left;
	margin-right: 20px;
    margin-bottom: 15px;
    border: 1px solid rgba(153,153,153,0.2);
    width: 150px;
    height: 150px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.s_menu .sright .bar img{
	display: block;
    width: 150px;
    margin: auto;
    margin-top: 10px;
}
.s_menu .sright .bar h3{
	display:inline-block;
	font-size:12px;
	letter-spacing:1px;
	/*margin-top:10px;*/
	color:rgba(8,165,94,0.3);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	position:relative;
	}
.s_menu .sright .bar h3:before{
	content:"";
	display:block;
	width:0px;
  	height:0px;
  	border-bottom:5px solid transparent;
 	border-top:5px solid transparent;
  	border-left:5px solid rgba(8,165,94,0.3);
	position:absolute;
	right:-20px;
	top:20px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	}
.s_menu .sright .bar:hover h3:before{
	right:-30px;
	border-bottom:5px solid transparent;
 	border-top:5px solid transparent;
  	border-left:5px solid #08a55e;
	color:#08a55e;
	}
.s_menu .sright .bar:hover{
	border:1px solid rgba(8,165,94,0.5);
	}


/* .s_menu .right{
	float:left;
	padding-left:36px;
	box-sizing:border-box;
	position:relative;
	}
 .s_menu .right dt{	
	cursor:default;
width:240px;
	height:46px;
    background-color:#333;
	position:absolute;
	left:-240px;
	bottom:23px;
	cursor:pointer;
	}
 .s_menu .right dt h5{
	display:inline-block;
	letter-spacing:1.2px;
	font-size:13px;
	line-height:46px;
	margin-left:-50px;
	color:rgba(255,255,255,0.8);
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
	}
 .s_menu .right dt i{
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
	}
 .s_menu .right dt:hover h5{
	color:rgba(255,255,255,1);
	}
 .s_menu .right dt:hover i{
	margin-left:10px;
	}
 .s_menu .right dd{
	float:left;
	margin-right:20px;
	margin-bottom:15px;
	border:1px solid rgba(153,153,153,0.2);
	width:150px;
	height:150px;
	webkit-transition: all 0.4s;
	transition: all 0.4s;
	}
 .s_menu .right dd img{
	display:block;
	width:150px;
	margin:auto;
	margin-top:10px;
	}*/
.s_menu .right_box {
    float: right;
	width:70%;
    box-sizing: border-box;
    position: relative;
}
.s_menu .right{
	display:none;
}
.s_menu .right:first-of-type{
	display:block;
}
.s_menu .right dd {
    float: left;
    margin: 10px;
    margin-bottom: 10px;
    border: 1px solid rgba(153,153,153,0.2);
    width: 150px;
    webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.s_menu .right dd img {
    display: block;
    width: 100%;
    margin: auto;
}
 .s_menu .right dd h3{
	display:inline-block;
	font-size:12px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	position:relative;
	padding: 5px 5%;
    width: 90%;
	line-height:16px;
	}
 .s_menu .right dd h3:before{
	content:"";
	display:block;
	width:0px;
  	height:0px;
  	border-bottom:5px solid transparent;
 	border-top:5px solid transparent;
  	border-left:5px solid rgba(8,165,94,0.3);
	position:absolute;
	right:8px;
	top:8px;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	}
*/
.s_menu p{
	text-align: center;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	}
.s_menu p:hover{
	color:#08a55e;
	}
.s_menu li:hover .s_menu{
	display:block;
	}
 .s_menu .right dd:hover h3{
	color:#08a55e;
	/*text-decoration:underline;*/
	}
.s_menu .right dd:hover h3:before{
	right:2px;
	border-bottom:5px solid transparent;
 	border-top:5px solid transparent;
  	border-left:5px solid #08a55e;
	color:#08a55e;
	}
 .s_menu .right dd:hover{
	border:1px solid rgba(8,165,94,0.5);
	}
	

.bn{
	margin:0 auto;	
	width: 98%;
    /*height: auto;*/
	height: 600px;	
    position: relative;
    z-index: 0;
    overflow: hidden;	
}

.bn a{
	width:100%;
	display: block;
	display:none;
	padding-top:40px;
	position:absolute;
	left:0;
	top:0;
}
.bn .btn{
	position:absolute;
	left:50%;
	bottom:14%;
	-webkit-transform:translate(-50%,0);
	transform:translate(-50%,0);
	}
.bn .btn dd{
	width:10px;
	height:10px;
	margin:8px;
	background:#fff;
	float:left;
	border-radius:50%;
	}
.bn .btn dd.btn_act{
	background:#08a55e;
	}
/*.banner ul li img:nth-of-type(1){
	position:relative;
}
.banner ul li img:nth-of-type(2){
	position:absolute;
	top:0;
}*/
.bucket{
    background: #fff;
    display: block;
    position: relative;
    padding: 1% 0;
    border-radius: 5px;
    bottom: 100px;
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
}
.bucket .row .col{
	float:left;
	width: 20%;
    color: #222222;
    display: block;
    padding: 1% 2.46%;
    border-right: solid 1px rgba(0,0,0,0.05);	
	cursor:pointer;
}
.bucket .row .col:nth-of-type(4){
	border-right:0;
}
.bucket .row .col .img{
	width:30%;
}
.bucket .row .col .txt{
    padding-top: 10px;
}
.bucket .row .col h3{
	color:#333;
	font-weight:bold;
    font-size: 20px;
    line-height: 24px;
	letter-spacing: 1px;
	margin-top:10px;
}
.bucket .row .col:hover h3{
	color:#08a55e;
}
.bucket .row .col p{
	margin-left:120px;
	width:50px;
	color:#666;
	font-size: 12px;
    letter-spacing: 1px;
	margin-top: 2%;
}
.bucket .row .col img{
	width:100%;
    float: left;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-top: 20px;
}

/*.grid_wrap{
	background-color:#f2f2f2;
}*/

.grid_top .left{
	float: left;
	position:relative;
    display: block;
    width: 49%;
    height: 100%;
    background-position: center center;
    background-size: auto 660px;
    background-color: #fff;
    cursor: pointer;
    transition: all .6s;
	overflow:hidden;
}

.grid_top .left img{
	width:100%;
	heigth:100%;
	transition:all ease-in-out 0.5s;
	display: block;
}

.grid_top .left:hover img{
	transform:scale(1.05);
	transition:all ease-in-out 0.5s;
}
.grid_top .left .txt{
    font-weight: 500;
    line-height: 32px;
	position:absolute;
	bottom:8%;
	left:5%;
}
.grid_top .left .txt h3{
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
	letter-spacing: 1px;
	color:#08a55e;
}

.grid_top .left:hover .txt h3{
	color:#08a55e;
}
.grid_top .left .txt p{
	font-size:14px;
	color:#999;
}
.grid_top{
	position: relative;
}
.grid_top .left{
	position: absolute;
	left: 0;
	top: 0;
	width: 49%;
	height: 100%;
	background: #111;
}
.grid_top .left video{
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
    border: 0;
}
.grid_top .right{
	float:right;
    display: block;
    width: 50%;
    height: 100%;
    background-position: center center;
    background-size: auto 660px;
    cursor: pointer;
    transition: all .6s;
	overflow:hidden;
}
.grid_top .right ul li{
	position:relative;
	overflow:hidden;
	transition: all 0.4S ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	box-sizing:border-box;
	border:1px solid white ;
}
.grid_top .right ul li.twoline{
 	margin-bottom: 2.7%;
}
.grid_top .right ul li:hover{
	transition: all 0.4S ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	border:1px solid #eee ;
	/*-webkit-box-shadow:0px 2px 5px #dbdbdb;*/

}
.grid_top .right ul li:last-of-type:hover img{
	transform:scale(1.02);
	transition:all ease-in-out 0.5s;
}
.grid_top .right ul li dl dd{
	width:49%;
	float:left;
	position: relative;
	margin-right: 2%;
}
.grid_top .right ul li dl dd:nth-of-type(2){
	margin-right:0;
}
.grid_top .right img{
	width:100%;
	display:block;
	transition:all ease-in-out 0.5s;
}
.grid_top .right ul li dl dd:hover img{
	transform:scale(1.02);
	transition:all ease-in-out 0.5s;
}

.grid_top .right .txt:nth-of-type(1){
    font-weight: 500;
    line-height: 32px;
	position:absolute;
	top: 34%;
    right: 8%;
}
.grid_top .right ul li .txttech{
	position:absolute;
	top: 58%;
	left: 5%;
}
.grid_top .right ul li .txttech h3{
	font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 1px;
}
.grid_top .right ul li .txttech p{
    font-size: 14px;
    color: #ccc;
}
/*.grid_top .right .txt:nth-of-type(2){
    font-weight: 500;
    line-height: 32px;
	position:absolute;
	bottom:18%;
	right:5%;
}*/
.grid_top .right .txt h3{
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
	letter-spacing: 1px;
	color:#08a55e;
}

.gide_mid li{
	float:left;
	width:49%;
	display: block;
	position:relative;
	overflow: hidden;
	cursor:pointer;
}
.gide_mid li .txt{
	position:absolute;
	bottom: 20%;
    left: 5%;
}
.gide_mid li img{
	width:100%;
	transition: all ease-in-out 0.5s;
}
.gide_mid li:hover img{
	transform: scale(1.02);
    transition: all ease-in-out 0.5s;
}
.gide_mid li h3{
 	font-size: 24px;
    font-weight: 500;
    line-height: 32px;
	letter-spacing: 1px;
	color:#08a55e;
}
.gide_mid li p{
	font-size: 14px;
    color: #999;
}

.grid_top .right .txt p{
	font-size:14px;
	color:#ccc;
}

.grid_low ul {
	padding: 3% 0;
    background-color: #f2f2f2;
    margin: 2% 0;
}
	
.grid_low ul li{
	float:left;
	width:33.3%;
	border-left:2px solid #ccc;
	box-sizing:border-box;
	cursor:pointer;
	transition: all ease-in-out 0.5s;

}
.grid_low ul li:hover{
	border-left:2px solid #666;
	transition: all ease-in-out 0.5s;
}
.grid_low ul li h1{
	font-size:22px;
	color:#333;
	margin-left:8%;
	line-height:10px;
	letter-spacing: 1px;
}
.grid_low ul li h1:hover{
	color: #08a55e;
}
.grid_low ul li h2{
	font-size: 14px;
    color: #999;
    margin-left: 8%;
    margin-top: 5%;
    line-height: 10px;
}
	

.foot .foot_content ul{
    padding-top: 2%;
    padding-bottom: 2%;
}
.foot .foot_content ul li{
	float:left;
	margin-right:10.5%;
}
html[lang="en"] .foot .foot_content ul li {
	margin-right:5.5%;
}
.foot .foot_content ul li h3{
	font-size:15px;
	margin-bottom: 20px;
	color:#898989;
}
.foot .foot_content ul li .erweima{
	margin-top: -28%;
}

.foot .foot_content ul li p{
	color:#e0e0e0;
	line-height:22px;
	font-size:14px;
}
.foot .foot_content ul .tel{
	 
}
.foot .foot_content ul li:nth-of-type(5){
	margin-right:0px;
	float:right;
}
.foot .foot_content ul li:nth-of-type(4) p{
	width:250px;
}
.foot .foot_content ul li img{
	vertical-align: middle;
	margin-right: 16px;
}	
.copy .copy_content{
	text-align:center;
	padding: 0.5% 0;
	position: relative;
}
.copy .copy_content span{
	font-size:12px;
	color:#eee;
}
.copy .copy_content span:nth-of-type(1){
	float:left;
}
.copy .copy_content span:nth-of-type(2){
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.copy .copy_content span:nth-of-type(2) a{
	color: #eee;
}
.copy .copy_content span:nth-of-type(2) a:hover{
	text-decoration: underline;
}
.copy .copy_content span:nth-of-type(2) img{
	float:left;
	margin-right: 10px;
}
.copy .copy_content span:nth-of-type(3){
	float:right;
}		
.index_all{
	position: absolute;top: 94%;
}
	
/*Allcontact*/	
/*左导航共有样式*/
.left_menuone{
	position:absolute;
	left:0;
	top:0;
	background-color:rgba(8,165,94,0.85);
	/*height:100%;*/
	width:18%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	}
.left_menuone .shouqilai{
	display:none;
}
.hidLeftMenu{
	display:none;
}
.left_menuone dl{
    width: 99%;
    background-color: rgb(255,255,255);
    margin: 3px auto;
    box-shadow: 0 1px 0px rgba(231,120,36,0.2);
    padding: 20px 0;
	margin-left: 1px;
	display: inherit;
	}
/*.left_menuone dl:nth-of-type(3){
	margin-top:5px;
	margin-bottom: 5px;
	}*/
.left_menuone dt{
	width:85%;
	margin:10px auto 0;
	line-height:20px;
	padding-left:5px;
	border-bottom:1px solid #eee;
	font-size: 18px;
	color: #08a55e;
	font-weight: bold;
    letter-spacing: 0.5px;
	padding-bottom:10px;
	}
.left_menuone dd{
	width:80%;
	margin:auto;
	line-height:18px;
	padding:10px 0 10px 14px;
	border-bottom:1px solid #eee;
	position:relative;
	font-size: 13px;
}
.left_menuone dd:hover{
	color:#08a55e;
	

}
.left_menuone dd > a{
	font-size: 14px;}
.left_menuone dd ol a{
	font-size: 12px;
	line-height:16px;
	display:inline-block;
	margin:2px 0;
	border-top:1px dotted #eee;
	padding-top:4px;
	width:100%;
}
.left_menuone dl .sjss{
	width: 0;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 6px solid #CCC;
	position:absolute;
	top:14px;
	left:0;
	}
.left_menuone h1{
	font-size: 18px;
    margin-left: 10px;
    margin-bottom: 5px;
    color: #08a55e;
    padding-left: 5px;
    width: 85%;
    margin: auto;
	}
.left_menuone h3{
	font-size: 16px;
    margin: 15px 0 0 10px;
    color: #333;
	padding-left: 10px;
    width: 85%;
	}
.left_menuone h4{
    font-size: 13px;
	margin-top:5px;
    margin-left: 10px;
    letter-spacing: 0.3px;
    line-height: 16px;
    color: #999;
	padding-left: 10px;
    width: 85%;
	}
.left_menuone h6{	
	padding: 10px;
    border: 1px solid #eee;
    margin: 10px 15px;
}
.left_menuone h5{
    font-size: 14px;
    margin: 15px 0 0 10px;
    color: rgba(8,165,94,0.8);
    padding-left: 5px;
    width: 85%;
}
.left_menuone h6 img{
	width:100%;
}
.right_conbox{

}

.com_box{
	width: 100%;
    margin: auto;
    padding-top: 2%;
	background:#f9f9f9;
	}
.com_box .top{
	padding: 39px 0 0 0;
	}
.com_box .top h2{
	float:left;
	margin-right:10px;
	}
.com_box .top  h2:last-of-type{
	color:#08a55e;
	}
.com_box .top h2 a:hover{
	text-decoration: underline;
}
.com_box .com_contain{
	width:95%;
	position:relative;
	min-height:770px;
	padding-bottom: 30px;
	margin:auto;
	background: #fff;
	/*background-color:rgba(249,249,249,0.3);*/
	}
.com_box .com_contain.qulity0{
	min-height:700px;
}
.com_box .com_contain.about_net{
	min-height: 600px;
}
.com_box .com_contain .right{
	float: right;
    width: 75%;
    overflow: hidden;
    padding: 0 2%;
	padding-bottom: 2%;
	}
.com_box .com_contain .right img{
	max-width: 100%;
	height: auto !important;
}
.com_box .com_contain .right .inner_intro{
	float:left;
	width:50%;
	padding: 39px 0 0 0;
	}
.type{	
	width: 100px;
    height: 20px;
    background: rgba(8,165,94,0.85);
    padding: 10px 10px;
    margin-top: 50px;
    display: inline-flex;
    color: #fff;
}
.type .img1{
width: 25px !important;
    height: 25px !important;
    display: inline-block;
    margin-right: 10px;
}

/*产品筛选*/
/*.com_box .com_contain .second{
	float: right;
    width: 20%;
}
*/
.com_box .com_contain .second{
    width: 90%;
    background-color: rgb(255,255,255);
    margin: 0 auto;
    /*box-shadow: 0 1px 0px rgba(231,120,36,0.2);*/
	}
.com_box .com_contain .second h5{
	font-size: 18px;
    line-height: 36px;
    color: #08a55e;
	width: 84%;
    margin: auto;
	border-bottom: 1px solid rgba(8,165,94,0.4);
	}
.com_box .com_contain .second li{
	background-color: #FFF;
       border-bottom: 1px solid rgba(153,153,153,0.1);
    margin-bottom: 20px;
   /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
	}
.com_box .com_contain .second dl{
	margin: 10px auto;
    overflow: hidden;
    cursor: default;
    width: 84%;
	padding:0;
	box-shadow: none;
	}
.com_box .com_contain .second dt{
	width: 35%;
    margin: auto;
    color: #08a55e;
    font-size: 15px;
    position: relative;
    float: left;
    border-bottom: none;
    line-height: inherit;
    font-weight: bold;
    letter-spacing: 0.2px;
	}
.com_box .com_contain .second input{
	width: 50%;
    float: right;
    border: 1px solid rgba(0,0,0,0.2);
	box-sizing: border-box;
    height: 18px;
}
.com_box .com_contain .second input.submit{
width: 80px;
    margin-right: 18px;
    background: #08a55e;
    line-height: 25px;
    height: 25px;
    border: none;
    color: #fff;
}
.com_box .com_contain .second select{
	width:50%;
	float:right;
	border: 1px solid rgba(0,0,0,0.2);
}
/*.com_box .com_contain .second dt b{
	position:absolute;
	left:5px;
	top:0px;
	font-size: 16px;
    color: #08a55e;
	}*/
.com_box .com_contain .second dd{
	width:76%;
	margin:auto;
	border-bottom: 1px solid #eee;
	padding-left:28px;
	position:relative;
	line-height:30px;
	}
.com_box .com_contain .p_submit{
	width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid rgba(8,165,94,0.8);
    float: right;
    box-shadow: 0 1px 1px rgba(0,0,0,0.3);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    margin-right: 8%;
    margin-bottom: 20px;
    background-color: rgba(8,165,94,0.8);
    color: #fff;
	cursor:pointer;
	}
.com_box .com_contain .p_submit:hover{
	background-color: rgba(8,165,94,1);
	}
	
.com_box .com_contain .right h5{
	padding: 39px 0 10px 0;
    width: 100%;
    font-weight: normal;
    font-size: 18px;
    border-bottom: 1px solid rgba(8,165,94,0.4);

}
.com_box .com_contain .right strong{	
	padding: 1% 0;
    font-weight: bold;
    color: #08a55e;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.5px;
}
.com_box .com_contain .right h4{
	font-size: 12px;
    color: #08a55e;
}
.com_box .com_contain .right h5:before{
	height:8px;
	width:2px;
	background:rgba(8,165,94,1);
}
.com_box .com_contain .right .img{
	position:relative;
	}
.com_box .com_contain .right .img img{
	display:block;
	margin-top:20px;
	width:96%;
	}
.com_box .com_contain .right .img_txt{
	width:230px;
	height:110px;
	background-color:rgba(255,255,255,0.8);
	position:absolute;
	right:60px;
	bottom:20px;

	}
.com_box .com_contain .right .img_txt h4{
	color:rgba(51,51,51,1);
	font-weight:600;
	font-size:14px;
	width:90%;
	margin:15px auto;
	text-align:center;
	}
.com_box .com_contain .right .img_txt h3{
	width:88%;
	margin:auto;
	margin-top:-5px;
	color:rgba(0,0,0,1);
	line-height:20px;
	}
.com_box .com_contain .right .txt{
	width:96%;
	margin-top:20px;
	}
.com_box .com_contain .right h2{
	color:rgba(51,51,51,1);
	margin-bottom:10px;
	}
.com_box .com_contain .right .c_kj{
	width:95%;
	}
.com_box .com_contain .right .c_kj h2{
	font-size: 18px;
    color: rgba(51,51,51,1);
    margin-top: 30px;
	font-weight:normal;
	margin:30px 0 20px 0;
	position:relative;
	padding-left:12px;
	}
.com_box .com_contain .right .c_kj h2:before{
	content:"";
	width:3px;
	height:20px;
	background-color:rgba(218,37,29,1);
	position:absolute;
	left:0;
	top:2px;
	}
.com_box .com_contain .right .c_kj img{
	display:block;
	margin:auto;
	}

/*history*/
.com_box .his_contain{
	width:100%;
	border-top:1px solid #51b256;
	position:relative;
	min-height:850px;
	padding-bottom:60px;
	background-color:rgba(249,249,249,0.3);
	}

.com_box .his_contain .right{
	float:right;
	width:79%;
	position:relative;
	}
.com_box .his_contain .right h1{
	font-size:20px;
	color:rgba(51,51,51,1);
	margin-top:30px;
	}
.com_box .his_contain .right .h_btn{
	width:100%;
	height:55px;
	position:absolute;
	left:5px;
	top:130px;
	z-index:999;
	}
.com_box .his_contain .right .h_btn img{
	display:block;
	width:20px;
	}
.com_box .his_contain .right .prv{
	float:left;
	/*background-color:rgba(102,102,102,1);*/
	}
.com_box .his_contain .right .next{
	float:right;
	margin-right:10px;
	}
.com_box .his_contain .right .h_imgs{
	width:880px;
	margin-left:46px;
	position:relative;
	height:150px;
	margin-top:30px;
	overflow:hidden;
	}
.com_box .his_contain .right .h_imgs ul{
	position:absolute;
	left:0;
	top:0;
	}
.com_box .his_contain .right .h_imgs ul li{
	float:left;
	margin:10px;
	position:relative;
	z-index:999;
	cursor:default;
	}
.com_box .his_contain .right .img_txt{
	width:100%;
	height:30px;
	position:absolute;
	bottom:0;
	left:0;
	background-color:rgba(60,139,13,1);
	overflow:hidden;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
	}
.com_box .his_contain .right .img_txt p{
	width:85%;
	margin:auto;
	color:rgba(255,255,255,1);
	text-align:center;
	line-height:24px;
	}
.com_box .his_contain .right .img_txt strong{
	display:block;
	font-size:13px;
	color:rgba(255,255,255,1);
	text-align:center;
	line-height:30px;
	}
.com_box .his_contain .right .h_imgs ul li:hover .img_txt{
	height:100%;
	}
.com_box .his_contain .right .h_imgs ul li:hover .img_txt p{
	margin-top:10px;
	}
.com_box .his_contain .right .h_imgs ul li:hover .img_txt strong{
	font-size:14px;
	}
.com_box .his_contain .right  .h_dev{
	margin-top:70px;
	width:96%;
	margin-left:10px;
	position:relative;
	}
.com_box .his_contain .right  .h_dev .hx{
	width:2px;
	height:100%;
	background-color:rgba(60,139,13,0.2);
	position:absolute;
	left:130px;
	top:-40px;
	padding-top:50px;
	}
.com_box .his_contain .right  .h_dev li{
	margin-bottom:50px;
	position:relative;
	cursor:default;
	}
.com_box .his_contain .right  .h_time{
	float:left;
	width:80px;
	height:38px;
	text-align:center;
	line-height:38px;
	background-color:rgba(60,139,13,0.03);
	font-size:14px;
	color:rgba(60,139,13,1);
	font-weight:600;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
	}
.com_box .his_contain .right  span{
	position:absolute;
	left:121px;
	top:10px;
	border:2px solid rgba(60,139,13,0.2);
	border-radius:50%;
	width:15px;
	height:15px;
	background-color:#FFF;
	z-index:99;
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
	}
.com_box .his_contain .right  .h_txt{
	float:left;
	background-color:rgba(60,139,13,0.03);
	margin-left:120px;
	padding:20px 0;
	width:590px;
	margin-top:-12px;
	position:relative;
	border:1px solid rgba(25,54,5,0.05);
	box-sizing:border-box;
	-webkit-transition:all 1s;
	transition:all 1s;
	}
.com_box .his_contain .right  .h_sj{
	width:20px;
	height:20px;
	border-bottom:1px solid rgba(25,54,5,0.05);
	border-left:1px solid rgba(25,54,5,0.05);
	background-color:#f7faf6;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	position:absolute;
	left:-11px;
	top:20px;
	}
.com_box .his_contain .right  .h_txt p{
	margin-left:50px;
	color:#333;
	-webkit-transition:all 0.5s;
	transition:all 0.5s;
	}
.com_box .his_contain .right .h_dev li:hover .h_txt{
	margin-left:246px;
	}
.com_box .his_contain .right .h_dev li:hover p{
	color:rgba(218,37,29,1);
	}
.com_box .his_contain .right .h_dev li:hover .h_time{
	color:rgba(255,255,255,1);
	background-color:rgba(60,139,13,1);
	}
.com_box .his_contain .right .h_dev li:hover span{
	border:2px solid rgba(60,139,13,1);
	}


/*culture*/
.com_box .cul_contain{
	width:100%;
	border-top:1px solid #51b256;
	position:relative;
	min-height:850px;
	padding-bottom:60px;
	background-color:rgba(249,249,249,0.3);
	}

.com_box .cul_contain .right{
	float:right;
	width:79%;
	}
.com_box .cul_contain .right h1{
	font-size:20px;
	color:rgba(51,51,51,1);
	margin-top:30px;
	}
.com_box .cul_contain .right .img{
	position:relative;
	margin-bottom:35px;
	}
.com_box .cul_contain .right .img img{
	display:block;
	margin-top:20px;
	width:96%;
	}
.com_box .cul_contain .right .img_txt{
	width:230px;
	height:110px;
	background-color:rgba(255,255,255,0.8);
	position:absolute;
	right:60px;
	bottom:20px;

	}
.com_box .cul_contain .right .img_txt h4{
	color:rgba(51,51,51,1);
	font-weight:600;
	font-size:14px;
	width:90%;
	margin:15px auto;
	text-align:center;
	}
.com_box .cul_contain .right .img_txt h3{
	width:88%;
	margin:auto;
	margin-top:-5px;
	color:rgba(0,0,0,1);
	line-height:20px;
	}
.com_box .cul_contain .right h5{
	color:rgba(51,51,51,1);
	font-weight:600;
	font-size:14px;
	margin:15px auto;
	}
.com_box .cul_contain .right h6{
	color:rgba(51,51,51,1);
	}

/*posibility*/
.com_box .pos_contain{
	width:100%;
	border-top:1px solid #51b256;
	position:relative;
	min-height:850px;
	padding-bottom:60px;
	background-color:rgba(249,249,249,0.3);
	}

.com_box .pos_contain .right{
	float:right;
	width:79%;
	}
.com_box .pos_contain .right h1{
	font-size:20px;
	color:rgba(51,51,51,1);
	margin-top:30px;
	}
.com_box .pos_contain .right .img{
	position:relative;
	margin-bottom:35px;
	}
.com_box .pos_contain .right .img img{
	display:block;
	margin-top:20px;
	width:96%;
	}
.com_box .pos_contain .right .img_txt{
	width:230px;
	height:110px;
	background-color:rgba(255,255,255,0.8);
	position:absolute;
	right:60px;
	bottom:20px;

	}
.com_box .pos_contain .right .img_txt h4{
	color:rgba(51,51,51,1);
	font-weight:600;
	font-size:14px;
	width:90%;
	margin:15px auto;
	text-align:center;
	}
.com_box .pos_contain .right .img_txt h3{
	width:88%;
	margin:auto;
	margin-top:-5px;
	color:rgba(0,0,0,1);
	line-height:20px;
	}
.com_box .pos_contain .right h5{
	color:rgba(51,51,51,1);
	font-size:18px;
	margin:15px auto;
	}
.com_box .pos_contain .pos_left{
	float:left;
	width:60%;
	}
.com_box .pos_contain .pos_left .p1{
	color:rgba(51,51,51,0.9);
	font-size:13px;
	font-weight:600;
	}
.com_box .pos_contain .pos_left .p2{
	color:rgba(51,51,51,1);
	font-size:12px;
	margin-top:20px;
	}
.com_box .pos_contain .pos_right{
	float:right;
	width:36%;
	}

/*contact*/
.com_box .tact_contain{
	width:100%;
	border-top:1px solid #51b256;
	position:relative;
	min-height:600px;
	padding-bottom:60px;
	background-color:rgba(249,249,249,0.3);
	}

.com_box .tact_contain .right{
	float:right;
	width:79%;
	}
.com_box .tact_contain .right h1{
	font-size:20px;
	color:rgba(51,51,51,1);
	margin-top:30px;
	}
.com_box .tact_contain .right .img{
	position:relative;
	margin-bottom:35px;
	margin-top:20px;
	}
/*.com_box .tact_contain .right .img img{
	display:block;
	margin-top:20px;
	width:96%;
	}*/
.com_box .tact_contain .right .img_txt{
	width:230px;
	background-color:rgba(255,255,255,0.85);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr='#ccffffff',endcolorstr='#ccffffff');
	position:absolute;
	right:80px;
	bottom:40px;
	}
.com_box .tact_contain .tact_txt{
	width:92%;
	margin:20px auto;
	}
.com_box .tact_contain .right h5{
	color:#000;
	font-size:18px;
	margin:15px auto;
	}
.com_box .tact_contain .right h6{
	color:#222;
	font-size:12px;
	}	
	
#mapDiv{
	width:100%;
	height:500px;
	position:relative;
}	
/*.com_contain .right .top{
	padding: 5%;
}*/

.com_contain .right .top h3{
	font-size: 18px;
    color: #333;
    text-align: center;
    letter-spacing: 2px;
}
.com_contain .right .top h4{
 	font-size: 12px;
    line-height: 18px;
    color: #999999;
    text-align: center;
	padding-top: 0.5%;
}
.com_contain .right .top .inf{
	padding-top:2.5%;
}
.com_contain .right .top .inf input{
	width:47%;
	border-bottom:1px solid #ddd;
	line-height:30px;
	height:30px;
	margin-right:6%;
	margin-bottom:3%;
	color: #c0c0c0;
	font-size:12px;
	background-color: transparent;
	float:left;
}
.com_contain .right .top .inf input:nth-of-type(2){
	margin-right:0;
}

.com_contain .right .top textarea{
	width:100%;
	border-bottom:1px solid #ddd;
	height:100px;
	margin:2% 0;
	background-color: transparent;
}

.com_contain .right .top .submit{
	width:24%;
	background-color:rgba(8,165,94,0.8);
	color:#fff;
	line-height:34px;
	margin:auto;
	display:block;
	margin-top: 4%;
	font-size: 14px;
	cursor: pointer;
}
.com_contain .right .top .submit:hover{
	background-color:#08a55e;
}	
.com_box .com_contain .right .inner_newsd h1 {
		width:100%;	
}
.com_box .com_contain .right .bgs{
	position: relative;
	margin-top: 3%;
}
.com_box .com_contain .right .bgs img{
	min-width: 100%;
}
.com_box .com_contain .right .bgs .txtss{
	position: absolute;
	left: 5%;
	top: 5%;
}
.txtss p,.txtss span{
	max-width: 100%;
	color: #fff;
}
.com_box .com_contain .right h1{
	font-size:14px;
	line-height:1.8;
	float:left;
	width:48%;
	padding: 34px 0 0 0;
	text-align: left;
    text-overflow: ellipsis;
}
.com_box .com_contain .right .inner_intro p{
	font-size:14px;
}
 .com_box .com_contain .right .about_net h1 {
	width:100%;
}


.com_box .com_contain .right h1.inner_tech{
	width:100%;
}
.com_box .com_contain .right h1.inner_qulity{
	width:100%;
}

.com_box .com_contain .right .pic_ img{
	float: left; 
	width: 48%;
	margin-right:4%;
	margin-top: 50px;
}
.com_box .com_contain .right .pic_ img:nth-of-type(2){
	margin-right:0;
}
.com_box .com_contain .right .pic{
	float:right; 
	width:25%;
	padding: 39px 0 0 0;
    display: block;
	overflow: hidden;	
}

.com_box .com_contain .right.quality .pic{
	width:100%;
	padding: 39px 0 0 0;
    display: block;
	overflow: hidden;	
}

.com_box .com_contain .right .pic.pic1{
	width:100%;
	padding:0;
}

.com_box .com_contain .right .pic.about_net{
	width:100%;
	padding:0;
}

.com_box .com_contain .right .pic .phone{
	display:none;
}
.com_box .com_contain .right .pic.pic_news{
	margin: 20px 0 20px 0; padding:0;
}
.com_box .com_contain .right .pic.intro{
	width:46%;
}
.com_box .com_contain .right .pic img{
	width: 100%;
    display: block;
	transition:all 0.3s ease-in-out;
}	
.com_box .com_contain .right .pic.pic_tech{
	width:100%;
}
.com_box .com_contain .right .pic.pic_quality{
		width:100%;
}
.com_box .com_contain .right ul li:hover .pic img{
	transform:scale(1.05);
	transition:all 0.3s ease-in-out;
}
.com_box .com_contain .right ul li h3{	
	font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;	
	padding: 34px 0 0 0;
	transition:all 0.1s ease-in-out;
}
.com_box .com_contain .right .txt_{
	width:73%;
	float:left;
	margin-top: 2%;
}
.com_box .com_contain .right ul li:hover .txt_ h3{
	color:#08a55e;
	transition:all 0.5s ease-in-out;
}
.com_box .com_contain .right ul{
	margin-top:20px;
}
.com_box .com_contain .right ul li{	
    border-bottom: 1px solid #eee;
    cursor: pointer;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.com_box .com_contain .right ul li:last-of-type{	
	  border-bottom: 1px solid #eee;
	 
}
.com_box .com_contain  .honors img{
	border-bottom: 1px solid #eee;
    cursor: pointer;
    padding-bottom: 20px;
    margin-bottom: 20px;
	float:left;
	width:19%;
	margin-right:1%;
}
.big_imgs{
	height:90%;
	position:absolute;
	left:50%;
	top:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
.big_imgs img{
	height:100%;
	display:block;
}
.com_box .com_contain .right .pic_ dl dd img{
	width: 100%;
    display: block;	
}	
.com_box .com_contain .right h3{	
   font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    padding: 34px 0 10px 0;
    border-bottom: 1px solid rgba(8,165,94,0.4);
}
.com_box .com_contain .right .pi ul li{
	width:23%; float:left; margin-right:2.5%;
	padding: 39px 0 0 0;
	border-top: transparent;
}
		
.com_box .com_contain .right .pi ul li:nth-of-type(4n){		
 		margin-right:0;
}
.com_box .com_contain .right .pi ul li img{
	width:100%;
	display:block;
}
.twomenu{
		display: none;

}

.twomenu ol{
}
.left_menuone dl .sjss .after{
	opacity:0;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #08a55e;
    position: absolute;
    top: 50%;
    margin-left: -8px;
    margin-top: -3px;
}
.pages{
    width: 18%;
    margin: auto;
    margin-top: 50px;
	position: absolute;
    bottom: 8%;
    left: 50%;
}
.pages dd{
    margin-right: 10px;
    float: left;
    font-size: 12px;
}
.pages.pagess{
	position:static;
	left:inherit;
	bottom:inherit;
	width:100%;
	text-align:center;
	}
.pagess .current{
	background:#08a55e;
	color:#fff;
	font-size:14px;
	margin:5px;
	padding:3px 6px;
	}
.pagess a{
	font-size:14px;
	margin:5px;
	border:1px solid #eee;
	color:#08a55e;
	padding:3px 8px;
	-webkit-transition:all 0.2s linear;
	transition:all 0.2s linear;
	}
.pagess a:hover{
	background:#08a55e;
	color:#fff;}
.pagess .rows{
	margin-top:15px;
	font-size:13px;
	}
.com_box .com_contain .right .p ul{
	width:100%;
	list-style:none;
}
.com_box .com_contain .right .p ul li{
	width: 20%;
	float:left;
	/*position:relative;*/
	margin-right: 6.3%;
	transition: all 0.4S ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	border-bottom: 1px solid #08a55e;;
	cursor:pointer;
	/*border-top: transparent;*/
	margin-top: 5.3%;
	margin-left: 2px;
}
.com_box .com_contain .right .p ul li .tst{
    width: 72%;
    float: right;
	padding: 2% 0;
}
.com_box .com_contain .right .p ul li .tst p{
	padding:2% 0 0 0; width: 78%;
}
.com_box .com_contain .right .pul li a{
	text-decoration:none;
}
.com_box .com_contain .right .p ul li:hover{
	transition: all 0.4S ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transform: translate(0,-5px);
	-webkit-transform: translate(0,-5px);
	-webkit-box-shadow:0px 0px 8px 0 rgba(0,86,47,0.2);
	box-shadow: 0px 0px 8px 0 rgba(0,86,47,0.2);
}
.com_box .com_contain .right .p ul li:nth-of-type(4n){
	margin-right:0;
}
.com_box .com_contain .right .p ul li img{
	width: 80%;
    display: block;
    margin: 20px auto;
}
.com_box .com_contain .right .p ul li img.prodetail{
 	padding:2% 0 0 0;    margin-left: -3px; width: 78%;
}
.com_box .com_contain .right .p ul li .duanzi{
	width: 25%;float: left; padding: 2% 0;
}
/*.com_box .com_contain .right .p ul li .pro{
	overflow:hidden;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transition: transform 1.6s ease 0s;
    -webkit-transition: -webkit-transform 1.6s ease 0s;
}*/
.com_box .com_contain .right .p ul li .bottom h6{
	color: #333;
    font-size: 14px;
	text-align:center;
	margin-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	padding: 0 5px;
	text-overflow: ellipsis;
}
.com_box .com_contain .right .p ul li:hover .bottom h6{
	color:#08a55e;
}



.com_box .com_contain .right_{
	float:right;
	width:79%;
	overflow: hidden;
	}
	
.com_box .com_contain .right_ h5{
	padding: 39px 0 0 0;
    width: 100%;
    font-weight: normal;
    font-size: 18px;
	}
.com_box .com_contain .right_ .downlo{
	float:left; 
	width:25%;
    display: block;
	overflow: hidden;
	margin: 25px 0 25px 0; 
	padding:0;"
	
}
.com_box .com_contain .right_ .downlo img{
	width: 100%;
    display: block;
	transition:all 0.3s ease-in-out;
}	
.com_box .com_contain .right_ ul{
    display:flex;
    flex-wrap: wrap;
}
.com_box .com_contain .right_ ul li:hover .downlo img{
	transform:scale(1.05);
	transition:all 0.3s ease-in-out;
}
.com_box .com_contain .right_ ul li h3{	
	font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;	
	padding: 34px 0 0 0;
	    margin-bottom: 4px;
}
.com_box .com_contain .right_ .txt_{
	width: 70%;
    float: right;
    margin-top: 3%;
}

.com_box .com_contain .right_ ul li{	
  	width:50%;
	cursor:pointer;
	margin-top: 2%;
	float:left;
}
.com_box .com_contain .right_ ul li:last-of-type{	
	  border-bottom: 1px solid #eee;
	 
}
.com_box .com_contain .right_ ul li .but{
	background-color: #08a55e;
    width: 80px;
    height: 30px;
    color: #fff;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5%;
	-webkit-box-shadow:0px 0px 8px 0 rgba(119,55,0,0.2);
	box-shadow: 0px 0px 8px 0 rgba(119,55,0,0.2);
}
.com_box .com_contain .right_ ul li .but:hover{
	background-color:#e78734;
	transition:all 0.3s ease-in-out;
}
.com_box .com_contain .right .de{
    margin: auto;
    margin-top: 3%;
   /* position: relative;*/
   /* width: 85%;*/
}
.com_box .com_contain .right .de .mi{
	margin: auto;
    float: left;
    width: 100%;
    box-sizing: border-box;
	/*background: #f9f9f9;*/
	/*border-top: 1px solid rgba(0,0,0,0.2);*/
	border-bottom: 1px solid rgba(0,0,0,0.2);
}
.com_box .com_contain .right .de .tu img{
	width:100%;
	display:block;
}
.com_box .com_contain .right .de .ri img{
	width:100%;
	display:block;
}
.com_box .com_contain .right .de .prove img{
	height: 25px;
    float: left;
    width: inherit;
    margin: 20px 10px;
}
.com_box .com_contain .right .de .log{
	width: 11%;
    float: right;
    margin-bottom: 1.5%;
}
.com_box .com_contain .right .de .title{
	width:100%;
}
.com_box .com_contain .right .de .le{
	width:50%;
	float:left;
	    margin-top: 2%;
}
.com_box .com_contain .right .de .ri{
	width: 25%;
    float: left;
    border-right: 1px solid rgba(0,0,0,0.1);
    padding-right: 10%;
}
.com_box .com_contain .right .de .detail{
    width: 60%;
    float: right;
}
.com_box .com_contain .right .de .detail {
	line-height: 1.6;
    font-size: 13px;
    color: #333;
    font-weight: 700;
}
.com_box .com_contain .right .de .detail img,.com_box .com_contain .right .de .detail p img{
	max-width:100%;
	}
/*.com_box .com_contain .right .de .prove_all{
	width:100%;
	margin-top:2%;
}*/
.com_box .com_contain .right .de .prove{
	margin-top: 2%;
}
.com_box .com_contain .right .de .note{
    float: right;
    margin-top: 1%;
}
.com_box .com_contain .right .de .note .addition{
	font-size: 13px;
    color: #999;
}
.com_box .com_contain .right .de .note span{
	font-size: 14px;
    color: #666;
}
.com_box .com_contain .right .de .le b{
	color: #333;
    font-size: 24px;
    display: block;
	    font-weight: 600;
}
.com_box .com_contain .right .de .le i{
	font-style: inherit;
    font-size: 13px;
    color: #999;
    letter-spacing: 1px;
}
.com_box .com_contain .right .de table{
	width:100%;
}
.com_box .com_contain .right .de table th{
	text-align: left;
    font-size: 14px;
    color: #111;
    width: 40%;
    padding-left: 15px;
}
.com_box .com_contain .p_left{
	width:40%;
	float:left;
}
.com_box .com_contain .p_left p{
    text-align: left;
    font-size: 14px;
    color: #333;
	line-height:44px;
	background: rgba(0,0,0,0.05);
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	padding-left:10px;
}

.com_box.one .com_contain .p_left p{
  border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.com_box .com_contain .p_left p:nth-of-type(2n) {
    background: rgba(0,0,0,0.02);
}
.com_box .com_contain .right .de table {
	width:60%;
}
.com_box .com_contain .right .de table td{
    text-align: left;
    font-size: 14px;
    color: #333;
	text-align:center;
}
.com_box.one .com_contain .right .de table td{
	border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.com_box .com_contain .right .de .mark img{
	width:16%;
	display: inline-block;
}
.com_box .com_contain .right .de table tr{
	line-height: 42px;
	height: 42px;
	overflow:hidden;
	background: rgba(0,0,0,0.05);
}
.com_box .com_contain .right .de table tr:nth-of-type(2n){
	background: rgba(0,0,0,0.02);
}

.com_box .com_contain .right .de img:last-of-type{
}
    
.com_box .com_contain .right .de .tu{
	width: 55%;
    box-sizing: border-box;
	margin: 4% auto;   
}
.com_box .com_contain .right .de .form{
    margin-top: 5%;
}
.com_box .com_contain .right .de h6{
	color: #333;
    font-size: 18px;
    display: block;
   	margin: 25px 0 15px !important;
	font-weight:600;
}



.com_box .com_contain .right .de .type{
       width: 18%;
    /*float: left;*/
    border: 1px solid #08a55e;
    box-sizing: border-box;
    padding: 1%;
    background-color: rgba(8,165,94,0.8);
    color: #fff;
    box-sizing: border-box;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.com_box .com_contain .right .de .type .img1{
    width: 12%;
    display: block;
    float: left;
	margin-right: 5%;
}
.com_box .com_contain .right .de .type .imgs{
    width: 50%;
    display: block;
	margin:auto;
}
.com_box .com_contain .right .de .type:hover{
	background-color:#08a55e;
	transition:all 0.3s ease-in-out;
}

.xq_all{
	width:100%;
	height:100%;
	position:fixed;
	left:0%;
	top:0%;
	background-color:rgba(0,0,0,0.7);
	display:none;
	z-index:9999;
	cursor:default;
	overflow:auto;
	}
.xq_all .close{
	width:38px;
	height:37px;
	background:url(../img/close.png) no-repeat;
	position:absolute;
	right: 8%;
    top: 8%;
	opacity:0;
	cursor:pointer;
	}
.xq_all .xq_box{
	width:0%;
	position:absolute;
	left:50%;
	top:7%;
	padding:4% 4% 2%;
	margin-bottom:4%;
	overflow:auto;
	background:#fff;
	border-radius:2px;
	opacity:0;
	}
.xq_all .xq_box .imgs img{
	width:100%;
	display:block;
	}
.xq_all .xq_box a{
	font-weight:700;
	color:#e78734;
	line-height:40px;
	font-size: 16px;
}

/*phone*/
.navBtn{
	display: none;
	position:fixed;
	right:6%;
	top:13px;
	z-index:9999;
}
.navBtn span{
	display: block;
    width: 28px;
    height: 3px;
    background: #333;
    margin: 4px 0;
}
/*.navBtn span:nth-of-type(2){
	width: 24px;
}*/
.nav_btn_active{
	-webkit-transition:all 0.4s;
	transition:all 0.4s;
	margin-top:3%;
}
.nav_btn_active span:nth-of-type(1){
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	}
.nav_btn_active span:nth-of-type(2){
	opacity:0;
	}
.nav_btn_active span:nth-of-type(3){
	margin-top:-50%;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	}


.com_box .com_contain .right .firstRow td{
	padding: 34px 0;
	word-break: break-all;
}
.com_box .com_contain .right .firstRow td p{
	margin-top:2%; 
	font-size:14px;
	line-height:1.2;
	float:left;
	width:55%;
}
.nav{
	display:none;
}
.nav_box .serch input.search_b{
	float:left; margin-left:15px; width:100px; color:#999; margin-top: 10px;
}
.se_result{
    margin: auto;
    padding-top: 2%;
    padding-bottom: 30px;
    min-height: 450px;
}
.se_result p{
	font-size:16px;
}
.se_result ul{
	margin-left: 15px;
	margin-top:20px;
}
.se_result ul li font{
	color:#08a55e;
	font-size: 14px
}
.se_result ul li{
	float:left;
    width: 15.8%;
    margin-right: 5%;
	transition: all 0.4S ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    border-bottom: 1px solid #08a55e;
    cursor: pointer;
    margin-top: 2%;
}
.se_result ul li:nth-of-type(5n) {
    margin-right: 0%;
}
.se_result ul li img {
    width: 80%;
    display: block;
    margin: 20px auto;
}
.se_result ul li h6 {
    color: #333;
    font-size: 14px;
    text-align: center;
    margin-bottom: 18px;
}
.big_box {
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.92);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
   /* overflow-Y: scroll;*/
}
.big_box .close {
    position: fixed;
    top: 3%;
    right: 3.5%;
    z-index: 100;
    cursor: pointer;
}
.big_box .close img {
    width: 36px;
}
.big_imgss {
	width:100%;
	height:100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2;
}
.big_imgss img {
    display: block;
    max-width: 100%;
    margin: auto;
}
.com_box .com_contain .right .de .tu2{
	margin-top: 0 !important;
}
.com_box .com_contain .right .de .tu2 img{
	max-width: 100% !important;
	width: auto !important;
	height: auto !important;
}
.bar_d h6{
    padding: 1.5% 0 0%;
    font-size: 20px;
    color: rgba(8,165,94,0.85);
}
.bar_d .pss{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}	
.bar_d .pss a{
    display: block;
    padding: 12px 15px;
    margin-top: 1%;
    width:49.5%;
    background: #f9f9f9;
    box-sizing: border-box;
    transition: all 0.3s linear;
}
.bar_d .pss a p{
    font-size: 14px;
}
.bar_d .pss a:hover {
    background: #eee;
}
	
	
	
	
	
	