*{
padding: 0;
margin: 0;
list-style: none;
text-decoration: none;
font-family: Microsoft YaHei; 
}
body{
	background:url(../images/bg.png);
	}
.hd-content{
	width:960px;
	height:60px;
	line-height:60px;
	margin:0 auto;
	text-align:center;
	}
.hd-content >a{
	color:#fff;
	font-size:20px;
	}
.marginleft{
	margin-left:1%;
	}
#banner_box{
	width:100%;
	height:61px;
	background:rgba(80, 227, 194, 1);
	}
#min_box{
	width:1200px;
	height:800px;
	margin:0 auto;
	margin-top:50px;
	
	}
#nav_box{
	width:20%;
	height:500px;
	float:left;
	}
.nav_ul{
	width:100%;
	height:auto;
	float:left;
	background:#28262c;
	border-radius:5px;
	}
.nav_ul ul{
	width:100%;
	height:auto;
	float:left;
	}	
.nav_ul ul li{
	width:90%;
	height:50px;
	line-height:50px;
	float:left;
	color:#ccc;
	cursor:pointer;
	padding-left:10%;
	border-top: 1px solid #555;
	}
.nav_ul ul li:hover{
	color:#fff;
	text-decoration:underline;
	}	
#content_box{
	width:75%;
	height:auto;
	float:right;
	}	
.content_main{
	width:100%;
	height:auto;
	float:left;
	}	
.content_title{
	width:97%;
	height:50px;
	color:#fff;
	flaot:left;
	background:rgba(80, 227, 194, 1);
	border-color:#d4d4d4;
	border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
	line-height:50px;
	padding-left:3%;
	}	
.conent_info{
	width:100%;
	height:600px;
	float:left;
	}
.conent_info_ul{
	width:100%;
	height:auto;
	float:left;
	}	
.conent_info_ul li{
	width:24.25%;
	height:150px;
	float:left;
	margin-top:1%;
	background:#fff;
	text-align:center;
	border-radius:5px;
	}
.conent_info_ul li a{
	color:#000;
	}
.conent_info_ul li a:hover{
	color:rgba(80, 227, 194, 1);
	text-decoration:underline;
	}
.link_ico{
	width:50%;
	height:80px;
	float:left;
	margin-left:25%;
	margin-top:5%;
	}
.link_title{
	width:100%;
	float:left;
	height:35px;
	line-height:35px;
	font-size:14px;
	margin-top:10px;
	font-family: Microsoft YaHei;
	}
.link_ico img{
	width:auto;
	height:100%;
	max-width:105px;
	}
/*.conent_info_ul li img{
	width:70%;
	height:70%;
	margin-top:8%;
	}*/
/*************二维码样式***************/
.conent_info2_ul{
	width:100%;
	height:auto;
	float:left;
	}
.conent_info2_ul li{
	width:24.25%;
	height:250px;
	float:left;
	margin-top:1%;
	background:#fff;
	text-align:center;
	border-radius:5px;
	}	
.conent_info2_ul li img{
	width:60%;
	height:auto;
	margin-top:40px;
	}
/***********************************/	
	
	
	
	
	
	
	
	
	
	
	
	