@charset "utf-8";
/* CSS Document */


*{margin:0; padding:0;}
img{border:0; outline:0;}
.clear{clear:both;}
input{outline:none;}
body{ background:#fff; font-size:12px; font-family:"微软雅黑";; color:#000;}
h2,h3{font-weight:100;}
.clearfix:after{ content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix{ display:inline-block;}
*html.clearfix{ height:1%;}
.clearfix{ display:block;}
.mt10{margin-top:10px;}
.mt55{margin-top:55px;}
*{-moz-box-sizing:border-box;box-sizing:border-box;}


.wid1200{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}


#top{
	padding:30px 0;
	margin:auto;
	background:url(../images/img/banner_bg.jpg) no-repeat center top;
	min-width:1200px;
	text-align:center;
	}
.logo{
	width:100px;
	height:100px;
	background: url(../images/logo.png) no-repeat left center;
	display: inline-block;
	vertical-align: middle;
}
.titleh3{
	font-size:40px;
	color:#CD3333;
	font-weight: bold;
	display: inline-block;
	height:80px;
	line-height: 40px;
	vertical-align: middle;
}
.top_div{
	position: relative;
	text-align: center;
}
.titleh4{
	font-size:30px;
	color:#EEF5FF;
	font-weight: bold;
	display: inline-block;
	line-height: 30px;
	vertical-align: middle;
	font-family:楷体
}

.search{
	position: absolute;
	right:0;
	bottom:-20px;


}
.search input{
	display: inline-block;
	vertical-align: middle;
	width:200px;
	padding:0 10px;
	height:30px;
	line-height: 30px;
	float: left;
	border:1px solid #b81c0d;
}
.search_button{
	display: inline-block;
	vertical-align: middle;
	background:#b81c0d;
	color:#fff;
	font-size: 14px;
	padding:0 5px;
	height:30px;
	line-height: 30px;
}
	
.nav{
	width:100%; 
	height:45px; 
	/*background:#b81c0d;*/
	}
.nav ul{
	height:45px; 
	/*background:#b81c0d;*/
	margin:auto;
	
	}
.nav li{
	float:left;
	width: 120px;
	height:45px;
	line-height:45px;
	text-align:center;
	font-size:16px;
	position:relative;
	list-style:none;
	font-family:"微软雅黑";
	font-weight:bold;
	/*background:url(../images/img/nav_line.jpg) no-repeat right;*/
	}
.nav li a{
	color:#FFF;
	text-decoration:none;
	display:block;
	}
.nav li a.link{
	float:left;
	width: 120px;
	}
.nav li a.link200{
	float:left;
	width: 120px;
}
.nav ul li a:hover{
	background:#e70d0b;
	display:block;
	}
.nav dl{
	width:119px;
	font-size:14px;
	background:#0069b7;
	
	position:absolute;
	top:45px;
	left:0px;
	display:none;
	z-index:10000;
	}
.nav dl dd a{
	color:#fff;
	height:31px;
	line-height:31px;
	display:block;
	border-bottom:1px solid #cb1307;
	}
.nav dl dd a:hover{
	color:#fff;
	background:#e70d0b;
	}
.footer_bg{
	background:url(../images/footer.jpg) no-repeat center;
	min-width: 1200px;
}
#footer{
	margin:auto;
	line-height:32px;
	text-align:center;
	margin-top:8px;
	margin-bottom:8px;
	bottom:0;
	font-size:16px;
	padding: 30px;
	}






















	