@charset "utf-8";
body{
	font-family:"Microsoft Yahei","SimSun";
	font-size:14px;
	color:#000;
	background:#f6f9fe;
}

a{
	color:#000;
	transition:all 0.2s;
}

a:hover{
	color:#c41a1a !important;
}

.fw{
	color:#fff;
}

.fw a{
	color:#fff;
}

.fw a:hover{
	color:#dfdfdf !important;
}

img{
	display:block;
	max-width: 100%;
	max-height: 100%;
}

.wrapper{
	width:100%;
	min-width:1064px;
	max-width:1920px;
	margin:0px auto;
	overflow:hidden;
}

.box{
	width:1064px;
	margin:0px auto;
}

h1,h2,h3,h4,h5{
	font-family:"Microsoft Yahei","SimHei";
	overflow:hidden;
}

p,li{
	overflow:hidden;
}








#header{
	background:url(images/header.jpg) no-repeat center top;
}
#header .box{
	height:1155px;
}








#footer{
	color:#fff;
	line-height:26px;
	padding:58px 0px;
	border-top:none;
	text-align:center;
	background:#73b1ee;
	margin-top:-2px;
}
#footer a{color:#fff;}

