
/*************[公用start]**************/
div.clear{
	clear: both;
	height: 0;
	width: 0;
}

a{
	text-decoration: none;
	color:inherit;
	cursor: pointer;
}

img{
	border:0;
	max-width: 100%;
}

div.wp{
	width: 1200px; /*主要内容区尺寸大小，每次制作前更新！！！ */
	margin:0 auto;
}

.fl{
	float: left;
}

.fr{
	float: right;
}

/*header-start*/
/**************************************************************/
/* top style */
.top {
	width: 100%;
	height: 47px;
	color: #FFF;
	background-color: #900;
	font-size: 12px;

}
.top ul li {
	line-height: 37px;
	list-style-type: none;
}
.t-left {
	float: left;
}
.t-right {
	float: right;
}



.header-1{
	height:37px ;
	line-height: 37px;
	background-color: #900;
}
.header-1 a{
	font-size: 16px;
	color:#fff;
	margin-left: 25px;
}
.header-1 a:hover{
	text-decoration: underline;
}

.header-2 .container{
	height: 120px;
	position: relative;
}

.header-2-bg{
	position: absolute;
	width: 238px;
	right:-51px ;
	bottom: 11px;
}
.header-2-bg img{
	display: block;
	width: 100%;
}
.header-2 {
	background-color: #CC0001;
	overflow: hidden;
}


.logo{

	width: 625px;
	margin-top: 23px;
	margin-left: 15px;
}

.logo a,.logo img{
	display: block;
	width: 100%;
}


.search{
	width: 254px;
	margin-top: 38px;
	position: relative;
}
.search input:focus{
	outline: none;
}
.search input[type="text"]{
	width: 100%;
	height: 42px;
	border:0;
	border-radius: 5px;
	padding: 8px 15px;
	padding-right: 50px;
}
.search input[type="image"]{
	position: absolute;
	right:15px ;
	top: 12px;
}


.nav-wp{
	background-color: #900;
}
.nav ul{
	margin:0;
}

.nav>ul>li{
	float: left;
	width: 10%;
	text-align: center;
	position: relative;
}
.nav>ul>li>a{
	display: block;
	height:55px ;
	line-height: 55px;
	font-size: 16px;
	color:#FFF;
	background-repeat: no-repeat;
	background-position: center bottom;

}

.nav>ul>li.cur>a,.nav>ul>li:hover>a{
	color:#2267b1;

}

.nav>ul>li>ul{
	position: absolute;
	left: 0;
	right: 0;
	top: 55px;
	z-index: 600;
	background-color: #fff;
	display: none;
	background-image: url(../images/sub.png);
}

.nav>ul>li>ul>li>a{
	display: block;
	height:40px ;
	line-height: 40px;
	font-size: 14px;
	color:#333;
	text-align: center;

}
.nav>ul>li>ul>li>a:hover{
	color:#2267b1;
}

/**************************************************************/
/*header-over*/

