/*头部*/
.header{
	width: 1200px;
	height:87px;
	margin:auto;
}
/*logo*/
.logo{
	width: 372px;
	height: 62px;
	margin-top:10px;
	float: left;
}

/*广告横幅*/
.banner{
	width: 100%;
	min-width:1200px;
	height: 370px;
	background:url(../images/banner.png) no-repeat;
	background-size:1920px 370px;
}
.banner .w1200{
	height: 370px;
	position: relative;
	overflow: hidden;
}
.banner-text{
	position: absolute;
	top: 100px;
	left: 20%;
}
.banner-img{
	position: absolute;
	top: 19px;
	left: 752px;
}

/*导航条*/
.nav{
	width: 100%;
	min-width: 1200px;
	margin: auto;
	background:#da241b;
	position: relative;
	z-index: 9999;
}

/*一级导航条*/
.nav-one{
	margin:auto;
}
.nav-one > li{
	float:left;
	position: relative;
}
.nav-one > li > a{
	line-height: 48px;
	padding:0px 32px;
	margin: 0px 13px;
	display:block;
	font-size:16px;
	color:#fefeff;
}
/*样式*/
.nav-one > li:hover > a,.nav-one > .nav-hover > a{
	background:#ffa147;
	color:#000;
	font-weight: 900;
}

/*二级导航条*/
.nav-two{ 
	display:none;
	min-width: 155px;
	padding-bottom: 10px;
	z-index: 66;
	max-width: 180px;
	padding-top: 10px;
	background: #fff;
	position:absolute;
	top: 100%;
	left: 0px;
}
.nav-two > li{
	width: 100%;
	position: relative;
}
.nav-two > li > a{
	padding:0px 20px 0px 36px;
	line-height: 48px;
	font-size: 16px;
	display:block;
	position:relative;
	color:#333;
	position: relative;
	left: 0;
	transition: all .5s;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*样式*/
.nav-two > li:hover > a{
	background-color: #ffa147;
	text-decoration: underline;
	
	transition: all .5s;
}

/*三级导航条*/
.nav-three{
	display:none;
	min-width: 150px;
	max-width: 180px;
	background: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	position:absolute;
	top: 0;
	left: 100%;
}
.nav-three > li{
	width: 100%;
	position: relative;
}
.nav-three > li > a{
	line-height: 45px;
	display:block;
	font-size: 14px;
	color:#333;
	position: relative;
	left: 0;
	transition: all .5s;
	padding:0px 20px 0px 20px;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*样式*/
.nav-three > li:hover > a{
	text-decoration: underline;
	left: 10px;
	transition: all .5s;
}

/*四级导航条*/
.nav-four{
	display:none;
	max-width: 180px;
	min-width: 150px;
	background: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	position:absolute;
	top: 0;
	left: 100%;
}
.nav-four > li{
	width: 100%;
}
.nav-four > li > a{
	padding:0px 20px 0px 21px;
	line-height: 40px;
	display:block;
	color:#333;
	font-size: 14px;
	position: relative;
	left: 0;
	transition: all .5s;

	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*样式*/
.nav-four > li:hover > a{
	text-decoration: underline;
	left: 10px;
	transition: all .5s;
}


/*页尾*/
.footer{
	width: 100%;
	min-width:1200px;
	padding:0px;
	border:0px;
	background:#da241b;
	margin-top: 30px;
}
.footer-content{
	width: 1200px;
	margin: auto;
	color:#ffffff;
	line-height: 40px;
	text-align: center;
	font-size:14px;
	border:0px;
}
.footer-content a{
	color:#ffffff ;
	text-decoration:none;
}
.footer-content span{
	margin:0px 5px;
}
.footer-content s{
	margin-left:5px;
}
/* 样式 */
.footer-content a:hover{
	color:#49eef1 ;
}