.about_detail{
	margin-bottom:20px;
}
.about_detail .main{
	width:930px;
	background:#fff;
	border:1px solid #eee;
}
.about_detail .main .box{
	padding:35px;
}



.tab_nav .cur{background-color: #3B3B3B; }
.tab_nav .cur a , .tab_nav .cur a:hover{ cursor:pointer; color:#fff; text-decoration:none;}
.tab_item .box{ display:none;}
.tab_item .chk{ display:block;}

.about_detail .side{
	width:240px;
	background:#fff;
	border:1px solid #eee;
}
.about_detail .side .box{
	padding-top:20px;
	padding-bottom:20px;
}
.about_detail .side li{
	color: ##425066;
	display:block;
	height: 50px;
	line-height: 50px;
}
.about_detail .side li a{
	padding-left:30px;
	font-size: 16px;
	display:block;
	height: 50px;
	line-height: 50px;
}
.about_detail #chk{
	background-color: #3B3B3B;
}
.about_detail #chk a{
	color: #fff;
}

.about_detail .subTitle{
	font-size: 22px;
	height: 35px;
	line-height: 35px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #eee;
}
.about_detail .content{
	line-height:30px;
	font-size:14px;
}

.about_detail .content img{
	max-width:100%;
}



.box_message .txt{
	color: #999;
	background: #fff;
	width: 360px;
	border: 1px solid #cccccc;
	border-radius: 10px;
	height: 20px;
	line-height: 20px;
	padding: 10px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	margin: 0;
	outline: 0;
	margin-bottom:20px;
}
.box_message #content{
	width: 360px;
	height: 116px;
	overflow-x: hidden;
	overflow-y: hidden;
	border: 1px solid #cccccc;
	border-radius: 10px;
	color: #999;
	background: #fff;
	padding: 10px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	margin: 0;
	outline: 0;
	margin-bottom:20px;
}
.box_message .btn{
	width: 380px;
	height: 40px;
	line-height: 40px;
	border: none;
	cursor: pointer;
	text-align: center;
	background: #2ecc71;
	border-radius: 10px;
	font-size: 16px;
	font-family: 'Microsoft YaHei';
	color: #fff;
}