.header{
	background: url(../img/headbg.jpg) no-repeat;
	height: 447px;
	background-position: top center;
	position: relative;
}
.headertop{
	background-image: url(../img/navopa.png);
	background-repeat: repeat;
	height: 230px;
	position: absolute;
	width: 1100px;
	bottom: 20px;
}
.headerinfo{
	float: right;
	width: 600px;
	margin-right: 20px;
}
.headerlogo{
	width: 100%;
	height: 136px;
	border-bottom: 3px solid #fff;
	padding-top: 28px;
}
.headerlogo img{
	float: left;
	margin-left: 60px;
	margin-right: 23px;
}
.headerlogo>div{
	float: left;
}
.headerinfo h1,.headerinfo h2{
	color: #fff;
}
.headerinfo h1{
	font-size: 43px;
	font-family:Simsun;
	font-weight: bold;
	margin-top: 21px;
}
.headerinfo h2{
	font-size: 25px;
	text-align: center;
	letter-spacing: 1px;
	margin-top: 17px;
}
.headernav{
	height: 46px;
	margin-top: 17px;
	float: right;
	margin-right: 20px;
}
.headernav>ul>li{
	height: 46px;
	line-height: 46px;
	width: 101px;
	text-align: center;
	margin-left: 15px;
}
.headernav>ul>li a{
	display: block;
	font-size: 20px;
	color: #fff;
}
.headernav li.active{
	background: #fff;
}
.headernav>ul>li.active>a{
	color: #dc3523;
}
.headernav>ul>li:hover{
	background: #fff;
}
.headernav>ul>li:hover>a{
	color: #dc3523;
}
.headernav>ul>li ul{
	display: none;
}
.headernav>ul>li:hover ul{
	display: block;
	position: absolute;
    width: 101px;
    z-index: 1000;
}
.headernav>ul>li ul li{
	background: url(../img/navopa.png) repeat;
	width: 135px;
	border-bottom: 1px solid #fff;
}
.headernav li ul li a{
	color: #fff;
	width: 135px;
	font-size: 16px;
}


.footer{
	height: 132px;
	padding-top: 15px;
	position: relative;
}
.footer p{
	color: #fff;
	text-align: left;
	margin-left: 327px;
	font-size: 14px;
	line-height: 30px;
}
.footer a+p{
	padding-top: 20px;
}
.footer>div{
	height: 132px;
	background: #282828;
}
.footer a{
	position: absolute;
	top: 0;
}


.position{
	background: url(../img/titlebg.jpg) repeat-x left center;
	margin: 50px 0 31px 0;
	font-size: 14px;
}
.position a,.position span{
	color: #d8020c;
}
.position span{
	margin: 0 5px 0 5px;
}
.position>div>div{
	padding: 0 10px;
	background: #fff;
	border: 1px solid #b9b9b9;
	border-top: none;
	border-bottom: none;
	display: inline-block;
	float: right;
	height: 14px;
	line-height: 14px;
}