@charset "utf-8";
/* CSS Document */
/*VOC页面样式表*/

/*banner样式*/

img{ border:0;}
.banner{
	z-index:-1;
	position:relative;
}
.banner img{
	width:100%;
}
.cp{
	width:100%;
	height:42px;
	border-bottom: 1px solid #e1e0e0;
}
.cp .tit_5 {
	width: 200px;
	height: 41px;
	border-bottom: 2px solid #66cc33;
	text-align: center;
	line-height: 41px;
	font-size: 24px;
	color: #000;
	margin: 0 auto;
}
.va{
	width:600px;
	height:42px;
	margin:30px auto 0;
}
.va > ul >li{
	float:left;
	width:180px;
	height:42px;
	text-align:center;
	background-color:#e6e6e6;
	margin-right:20px;
	border-radius:20px;
}
.va > ul > li >a{
	color:#000;
	font-size:16px;
	display:block;
	width:180px;
	height:42px;
	line-height:42px;

}
.va > ul > li > a:hover{
	height:40px;
	background-color:#fff;
	border:1px solid #83c53e;
	border-radius:20px;
}
.main{
	padding:40px 0;
	width:1200px;
	height:auto;
	margin:0 auto;
}
.main_left{
	width:394px;
	float:left;
}
.main_left_top{
	width:394px;
	height:158px;
}
.main_left_bottom{
	width:393px;
	height:auto;
	border:1px solid #e6e6e6;
}
.main_left_bottom > div{
	text-align:left;
	height:45px;
	line-height:45px;
	padding-left:20px;
	border-bottom:1px solid #e6e6e6;
}
.main_left_bottom > div >a{
	font-size:14px;
	color:#666;
}
.main_left_bottom > div >a:hover{
	font-size:14px;
	color:#009900;
}
.main_right{	
	float:right;
	width:766px;
	height:auto;
	margin-left:40px;
	border-top:1px solid #e6e6e6;
}
.voc_p{
	text-align:left;
	color:#454444;
	font-size:14px;
	height:45px;
	line-height:45px;
	border-bottom:1px solid #e6e6e6;
	margin-bottom:20px;
}
.voc_pn{
	font-size:14px;
	color:#333;
	text-align:left;
	line-height:28px;
}
.voc_pn_top{
	font-size:14px;
	color:#333;
	text-align:left;
	line-height:28px;
	text-indent:26px;
}
.voc_pc{
	font-size:14px;
	color:#333;
	text-align:center;
	line-height:28px;	
}

/*产品中心-传统产品样式表*/
.main_c{
	width:1200px;
	height:auto;
	margin:0 auto;
	padding:40px 0;
}
.main_c_left{
	width:394px;
	float:left;	
}
.main_c_ltop{
	width:394px;
	height:158px;
}
.main_c_lbot{
	width:392px;
	border:1px solid #e6e6e6;
}
.main_c_lbot > div{
	text-align:left;
	line-height:40px;
	padding-left:20px;
	border-bottom:1px solid #e6e6e6;	
}
.main_c_lbot > div > a{
	font-size:14px;
	color:#666;
}
.main_c_lbot > div > a:hover{
	font-size:14px;
	color:#009900;
}
.main_c_right{	
	float:right;
	width:766px;
	margin-left:40px;
	border-top:1px solid #e6e6e6;
}
.main_c_lx{
	font-size:14px;
	color:#085c98;
}
/*小图标样式表*/
.code.icon {
  color: #666;
  position: absolute;
  margin-left: 3px;
  margin-top: 6px;
}
.code.icon:after {
  content: '';
  position: absolute;
  top:11px;
  left: 6px;
  width: 7px;
  height: 7px;
  border-bottom: solid 1px currentColor;
  border-right: solid 1px currentColor;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*环境监测样式表*/
.main_lx > a{
	position:relative;
	left:25px;
}
.main_lx_p{
	width:320px;
	margin-right:20px;
	line-height:30px;
	padding-left:35px;
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
}
.main_lx_p > a{
	font-size:12px;
	color:#666;
}
.main_lx_p > a:hover{
	font-size:12px;
	color:#009900;
}


/*关于我们样式表*/
.val{
	width:800px;
	height:42px;
	margin:30px  auto;
}
.val > ul >li{
	float:left;
	width:180px;
	height:42px;
	text-align:center;
	background-color:#e6e6e6;
	margin-right:20px;
	border-radius:20px;
}
.val > ul > li >a{
	color:#000;
	font-size:16px;
	display:block;
	width:180px;
	height:42px;
	line-height:42px;

}
.val > ul > li > a:hover{
	height:40px;
	background-color:#fff;
	border:1px solid #83c53e;
	border-radius:20px;
}
.main_n{
	width:1200px;
	margin:40px auto;
	min-height:500px;
}
.main_n > p{
	text-align:justify;
	text-indent:30px;
	line-height:36px;
	font-size:16px;
	color:#000;
}

/*新闻中心样式表*/

.val_new{
	width:400px;
	height:42px;
	margin:30px auto;
}
.val_new > ul >li{
	float:left;
	width:180px;
	height:42px;
	text-align:center;
	background-color:#e6e6e6;
	margin-right:20px;
	border-radius:20px;
}
.val_new > ul > li >a{
	color:#000;
	font-size:16px;
	display:block;
	width:180px;
	height:42px;
	line-height:42px;

}
.val_new > ul > li > a:hover{
	height:40px;
	background-color:#fff;
	border:1px solid #83c53e;
	border-radius:20px;
}
.main_new{
	background-color:#f7f7f7;
	height:auto;
	padding:40px 0;
}
.main_new_cen{
	width:1200px;
	margin:0 auto 20px;
	background-color:#fff;
}
.main_new_cleft{
	width:400px;
	height:260px;
	float:left;
}
.main_new_cleft img{
	width:400px;
	height:260px;
}
.main_new_cright{
	width:740px;
	float:right;
	height:260px;
	padding:0 30px;
	text-align:left;
}
.main_new_x{
	width:740px;
	border-bottom:1px solid #e6e6e6;
	height:40px;
	line-height:40px;
	font-size:18px;
}
.main_new_x > a{
	color:#000;
}
.main_new_x > a:hover{
	color:#83c53e;
}
.main_new_n{
	font-size:14px;
	color:#000;
	text-align:left;
	margin-top:20px;
	line-height:25px;
}
.next{
	width:100%;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:16px;
	margin:0 auto;
	padding-left:40%;
}
.next > li > a{
	color:#000;
}
.next > li{
	float:left;
	list-style-type:none;
	width:50px;
}
/*新闻详情页样式表*/
.main_n_c{
	font-size:24px;
	height:40px;
	line-height:40px;
	text-align:left;
	color:#454543;
	padding-left:20px;
	padding-top:20px;
}
.main_n_ct{
	font-size:14px;
	color:#454543;
	text-align:left;
	padding-left:20px;
	height:40px;
	line-height:40px;
}
.main_n_cn{
	font-size:16px;
	color:#454543;
	text-align:justify;
	padding:20px 30px;
	line-height:30px;
}

/*人力资源样式表*/

.main_r{
	width:1200px;
	margin:0 auto;
	height:auto;
	padding:30px 0;
	min-height:500px;
}
.main_r > p{
	color:#000;
	font-size:14px;
	text-align:justify;
	text-indent:28px;
	line-height:26px;
}

/*联系我们样式表*/
.main_l{
	width:1200px;
	margin:0 auto;
	height:auto;
	padding:30px 0;
	min-height:500px;
}
.main_r_p{
	color:#2b2c2c;
	font-size:16px;
	text-align:left;
	line-height:26px;
}
.main_r_n{
	color:#999;
	font-size:14px;
	text-align:left;
	line-height:26px;	
}

/*解决方案样式表*/
.both{
	width:1200px;
	margin:20px auto;
	height:80px;
	border:1px solid #e5e5e5;
}
.both > ul > li{
	float:left;
	width:300px;
	height:80px;
	text-align:center;
	line-height:80px;
}
.both > ul > li > a{
	color:#000;
	font-size:15px;
	display:block;
	height:80px;
	border-right:1px solid #e5e5e5;
}
.both > ul > li > a:hover{
	background-color:#f8f7f7;
}
.main_j{
	width:1200px;
	height:auto;
	margin:0 auto;
}
.main_j > p{
	font-size:14px;
	color:#333;
	line-height:26px;
}



lid #e5e5e5;
}
.both > ul > li{
	float:left;
	width:300px;
	height:80px;
	text-align:center;
	line-height:80px;
}
.both > ul > li > a{
	color:#000;
	font-size:15px;
	display:block;
	height:80px;
	border-right:1px solid #e5e5e5;
}
.both > ul > li > a:hover{
	background-color:#f8f7f7;
}
.main_j{
	width:1200px;
	height:auto;
	margin:0 auto;
}
.main_j > p{
	font-size:14px;
	color:#333;
	line-height:26px;
}



