@charset "utf-8";
/* CSS Document */
@charset "utf-8";
/* CSS Document */
body,img,ul,li{
	padding:0px;
	margin:0px;
	list-style:none;
}
/*heaer stytle start*/
#gonggao{
	width:100%;	
}
.gonggao {
	width:95%;
	margin:20px auto;
	font-size: 18px;
	color: #F00;
	font-family: "方正细黑一简体";
}
#header{
	width:100%;
	height:71px;
	margin-top:10px;
}
.header{
	width:80%;
	height:51px;
	margin:10px auto;
}
.header_left{
	width:180px;
	height:51px;
	float:left;
}
.header_right{
	width:320px;
	height:51px;
	float:right;
}
.header_right>div:first-child{
	float:left;
}
.header_right>div:nth-child(2){
	float:left;
	padding:15px 0px 10px 10px;
}
#ver{
	float:right;
	padding:15px 0px 10px 0px;
}
.banner{
	width:100%;
}
/*header stytle end */
/*menu style start*/
#menu{
	margin-bottom:20px;
	width:100%;
	height:50px;
	
}
.menu{
	width:700px;
	height:50px;
	margin:0 auto;
	
}
.menu>div{
	width:140px;
	height:50px;
	float:left;
}
.menu>div:nth-child(3){
	position:relative;
}
.menu>div:nth-child(3):hover>.top_nav{
	display:block;
}
.top_nav{
	width:140px;
	height:80px;
	background:#EAEAEA;
	border:1px solid #9B9A9A;
	position:absolute;
	display:none;
}
.top_nav>ul>li>a>span{
	font-size:15px;
	color:#9FA2A6;
}
.top_nav>ul>li>a>i{
	color:#1296db;
	margin-right:5px;
}
/*menu style end*/
/*content stytle start*/
#content{
	width:95%;
	margin:0 auto;
}
.content_top{
	text-align:center;
	margin-top:40px;
}
.content_top>img{
	margin:0 10px;
}
.content_two{
	margin-top:50px;
	height:310px;
}
.content_two>div:first-child,.content_three>div:first-child,.content_four>div:first-child{
	text-align:center;
}
.content_two>div>p,.content_three>div>p{
	margin:20px 0 10px 0;
	font-size:35px;
	color:#17A6EA;
	font-family:"黑体";
	font-weight:bold;
}
.content_two>div:last-child{
	width:850px;
	height:230px;
	border:1px dashed #C8C8C8;
	margin:0 auto;
}
.content_two_left>i{
	font-size:40px;
	color:#FF7034;
}
.content_two_left{
	width:350px;
	height:230px;
	float:left;
	margin-left:20px;
	margin-top:15px;
}
.content_two_left>p{
	margin:12px 0 12px 0;
}
.content_two_right{
	width:450px;
	height:80px;
	float:right;
	margin-right:30px;
	margin-top:75px;
}
.content_two_subsit{
	text-align:center;
}
.content_three{
	text-align:center;
	margin:40px auto;
}
.content_three>div:last-child{
	margin:0 auto;
	width:900px;
	border-radius:10px 10px 10px 10px;
	border:1px solid black;
}
.content_four{
	text-align:center;
	margin:40px auto;
	width:900px;
}
.content_four>div:first-child{
	margin:20px auto;
}
.content_four>div>p{
	margin:20px 0 10px 0;
	font-size:35px;
	color:#339966;
	font-family:"黑体";
	font-weight:bold;
}
.content_last{
	margin:40px auto;
	width:900px;
}
.content_last>div:first-child{
	margin:20px auto;
}
.content_last>i{
	font-size:30px;
}
.icon-wenda:before{
	color:#005BAB;
}
.icon-wendaduihua:before{
	color:#D02C3D;
}
/*content stytle end*/
/*footer style start*/
#footer{
	width:95%;
	margin:40px auto;
}
.footer{
	margin:0 auto;
	width:900px;
}
.footer>div:nth-child(2){
	margin:50px auto;
	width:520px;
	height:210px;
}
.footer>div:nth-child(2)>img{
	margin:0 10px;
}
.footer>div:nth-child(3){
	width:500px;
	padding:20px;
}
h2{
	color:red;
}
.footer>div:last-child{
	text-align:center;
}
/*footer style end*/
