body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select,
button {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}

a {
	text-decoration: none;
	font-family: "微软雅黑";
}

em {
	font-style: normal
}

li {
	list-style: none
}

img {
	border: 0;
	vertical-align: middle
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

p {
	word-wrap: break-word
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}

.clearfix {
	zoom: 1;
}

input,
button {
	border: 0;
	outline: none;
}
/*内容*/
.content{
	width: 1200px;
	margin:0 auto 80px;
	padding-top: 80px;
}
.left_content,.right_content{
	float: left;
}
/*左内容*/
.left_content{
	width: 250px;
}
.left_content ul li{
	position: relative;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #616161;
	border-bottom: 1px dashed #6fc1b5;
	position: relative;
	cursor: pointer;
}
.left_content ul li div:nth-child(1){
	padding:0 12px;
	
}
.left_content ul li div:nth-child(1):hover{
	background: #87cdc0;
	color: #ffffff;
}
.left_content ul li div:nth-child(1) b{
	position: absolute;
	right: 12px;
	width: 8px;
	height: 8px;
	
}
.left_content ul li div:nth-child(2){
	position: absolute;
	left: 250px;
	top: 0;
	width: 370px;
	border:1px solid #b8e2da;
	padding:12px;
	z-index: 99;
	background: #ffffff;
}
.left_content ul li table tr{
}
.left_content ul li table td{
	vertical-align: top;
	line-height: 20px;
	height: 50px;
}
.left_content ul li div:nth-child(2) a{
	margin: 2px 20px 0px 0;
	font-size: 14px;
	color: #222222;
	/*width: 120px;*/
	text-align: left;
	display: inline-block;
	vertical-align: top;
}
.left_content ul li div:nth-child(2) a:hover{
	color: #47b29e;
}
.left_content ul li div:nth-child(2) a:nth-child(3n+3){
	margin-right: 0;
}
/*右内容*/
.right_content{
	width: 900px;
	margin-left: 50px;
}
.right_top_content{
	position: relative;
	border-bottom: 1px solid #8db9b0;
	padding-bottom: 12px;
}
.right_top_content strong {
	font-size: 18px;
	border-left: 8px solid #47b29e;
	color: #002222;
	display: block;
	padding-left: 16px;
	margin-top: 16px;
}
.right_top_content span{
	position: absolute;
	right: 0;
	top: 0;
}
.right_top_content span a{
	font-size: 14px;
	color: #222222;
}
.right_top_content span a:hover{
	color: #47b29e;
}
.right_main_content{
	margin:15px 0;
}
.right_main_content:nth-child(2){
	margin-bottom: 8px;
}
.right_main_content:nth-child(3){
	margin-top: 0px;
}
.right_main_content title{
	font-size: 18px;
	color: #222222;
	display: inline-block;
	margin-bottom: 10px;
	font-weight: bold;
}
.right_main_content p{
	font-size: 15px;
	color: #222222;
}
.pro_content{
	font-size: 15px;
	color: #222222;
}
.pro_content a{
	font-size: 14px;
	color: #222222;
	line-height: 20px;
	margin-right: 10px;
}
.pro_content a:hover{
	color: #47b29e;
}
.more{
	color: #8adbd2;
	font-size: 14px;
	cursor: pointer;
	float: right;
}
/**/
.menu { 
	height: auto; 
	margin-top: 30px;
}
.menu .aA{
	background: #ffffff;
	border-bottom: 1px solid #cccccc;
}
.menu .aA a{ 
	width:134px;
	height: 40px;
	color: #222222; 
	margin-right: 6px; 
	text-align: center; 
	line-height: 40px; 
	font-size: 18px; 
	z-index: 2;
	background:#e2f0d6;
	cursor: pointer;
	display: inline-block;
}
.menu .aA .active1{
	color: #ffffff;
	background: #47b29e;
}
.menu #oUl2 .aLi { 
	width: 100%; 
	z-index: 3; 
	display: none;
	height: auto;
	padding-top: 18px;
	line-height: 30px;
	color: #222222;
	font-size: 15px;
}
.menu #oUl2 .active2{
	display: block;
}
.menu #oUl2 .aLi p{
	font-size: 14px;
	color: #222222;
	line-height: 20px;
}