/*reset*/
body,ul,li,p,a,h1,h2,h3,h4,h5,h6,img{padding:0;margin:0;}
ul li{list-style: none;}
a{text-decoration: none;}
img{border:none;}

body{font-family: "Microsoft YaHei","Î¢ÈíÑÅºÚ","Arial",sans-serif;font-size:14px;color:#333;background:#fff;min-width: 1250px;}


/*头部*/
.head{
	width: 100%;
	height: 390px;
	border-bottom: 2px solid #d81b23;
	overflow: hidden;
}

.head .bg{
	position: absolute;
	width: 100%;
	min-height: 390px;
	min-width: 1250px;
	z-index: -1;
}

.head .guohui{
	float: left;
	margin-top: 15px;
}

.head .nianfen{
	float: left;
 	margin-top: 45px;
}

.head .big-bg{
	position: absolute;
	left: 400px;
	top: 45px;
}

.head .con{
	position: relative;
	top: 0px;
	width: 970px;
	height: 390px;
	margin: 0 auto;
}

.head h1{
	clear: both;
	font-family: "FZLTCHJW";
	font-size: 56px;
	color: #c2191f;
	margin-left: 20px;
}

.head p{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #d81b23;
	margin-top: 100px;
	text-indent: 2em;
	line-height: 30px;
}

/*底部*/
.foot{
	width: 100%;
	height: 195px;
	background-color: #b54341;
	overflow: hidden;
}

.foot p{
	text-align: center;
	font-family: "宋体";
	font-size: 12px;
	color: #fff;
	line-height: 30px;
}

.foot p a{
	font-family: "宋体";
	font-size: 12px;
	color: #fff;
}

.foot p span{
	padding-left: 15px;
}

.foot img{
	display: block;
	margin: 0 auto;
	margin-top: 5px;
}