.header{
	height: 80px;
	background-color: #fff;
}
.headerLogo,
.headerList{
	float: left;
}
.headerPhone{
	float: right;
}
.headerLogo{
	display: block;
	margin: 15px 60px 0 0;
	width:auto;
	height: 50px;
}
.headerList > li{
	float: left;
	position: relative;
	margin: 0 40px 0 0;
	width: auto;
	cursor: pointer;
}
.headerList > li:nth-child(2):before,
.headerList > li:nth-child(3):before,
.headerList > li:nth-child(4):before,
.headerList > li:nth-child(5):before{
	position: absolute;
	content: "";
	right: -28px;
	top: 10px;
	width: 36px;
	height: 22px;
	background-size: 100%;
	background-repeat: no-repeat;
}
.headerList > li > a{
	color: #333;
	font-size: 16px;
	line-height: 80px;
}
.headerList > li.active > a{
	color: #EA0F0E;
}
.headerPhone{
	padding: 0 0 0 32px;
	color: #666;
	background-image: url(../images/header/headerIcon2.png);
	background-size: 25px 24px;
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 80px;
}
.headerPhone > a{
	color: #EA0F0E;
	font-size: 18px;
}
.bannerNav{
	display: none;
}

/* header子菜单 */
.headerList > li:hover .headerLista{
	color: #EA0F0E;
}
.hdmenu_ul{
	position: absolute;
	background: #fff;
	margin-left: -25px;
	display: none;
	z-index: 1000;
}
.hdmenu_ul li{
	padding-top: 24px;
	padding-bottom: 13px;
	text-align: center;
	width: 118px;
	cursor: pointer;
}
.hdmenu_ul li a{
	color: #666;
	font-size: 14px;
}
.leftmenu_ul li a{
	color: #fff;
	font-size: 14px;
}
.leftmenu_ul{
	position: absolute;
	right: -128px;
	background: rgba(0,0,0,.4);
	top: 0;
	z-index: 1000;
	display: none;
}
.leftmenu_ul li{
	width: 128px;
	height: 48px;
	line-height: 48px;
	text-align: center;
}
.leftmenu_ul li:hover a{
	color: #EA0F0E;
}

@media(max-width: 1200px){
	.headerLogo{
		margin-right: 20px;
	}
	.headerList > li{
		margin: 0 20px 0 0;
	}
	.hdmenu_ul{
    margin-left: -10px;
}
}
@media(max-width: 992px){
	.header{
		display: none;
	}
	.bannerNav{
		display: block;
		/* position: absolute;
		top: 0;
		right: 0;
		left: 0;
		padding: 10px 12px 8px;
		background-color: transparent; */
		position: fixed;
		padding: 10px 12px 8px;
		width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .65);
		z-index: 99;
		height: 43px;
	}
	/* .bannerNav.nav_show{
		background-color: rgba(234,15,14,1);
	} */
	.bannerNav > img{
		display: block;
		float: left;
		width: 136px;
		height: 46px;
	}
	.bannerNav > a > img {
		width: 68px;
		height: 23px;
	}
	.bannerMenu{
		float: right;
		margin-top: 4px;
		width: 24px;
		height: 20px;
	}
	.bannerMenu > span{
		display: block;
		margin-bottom: 4px;
		width: 100%;
		height: 2px;
		border-radius: 2px;
		background-color: #fff;
	}
	.bannerMenu > span:last-child{
		margin-bottom: 0;
	}
	.m_headerList{
		display: none;
		position: absolute;
		top: 43px;
		right: 0px;
		left: 0px;
		padding: 0 30px;
		/* background-color: rgba(234,15,14,1); */
		background-color: rgba(0, 0, 0, 0.65);
		z-index: 99;
	}
	.m_headerList.nav_show{
		display: block;
	}
	.m_headerList > li{
		position: relative;
		padding: 14px 0 12px;
		width: 25%;
		text-align: center;
	}
	.m_headerList > li > a{
		display: block;
		font-size: 12px;
		color: #fff;
		height: 62px;
    line-height: 1.5;
	}
	.m_headerList > li > a > img{
		display: block;
		width: 40px;
		margin: 0 auto 5px;
	}
	.m_headerList > li:nth-child(1),
	.m_headerList > li:nth-child(2),
	.m_headerList > li:nth-child(3),
	.m_headerList > li:nth-child(4){
		padding-top: 25px;
		border-bottom: solid 1px rgba(255, 255, 255, .2);
	}
	.m_headerList > li:nth-child(1):before,
	.m_headerList > li:nth-child(2):before,
	.m_headerList > li:nth-child(3):before,
	.m_headerList > li:nth-child(4):before{
		position: absolute;
		content: "";
		right: 50%;
		top: 20px;
		transform: translateX(calc(-50% + 78px));
		width: 40px;
		height: 20px;
		background-image: url(../images/header/m_headerIcon6.png);
		background-size: 100%;
		background-repeat: no-repeat;
	}
	.m_headerList > li:nth-child(1):before,
	.m_headerList > li:nth-child(2):before,
	.m_headerList > li:nth-child(3):before,
	.m_headerList > li:nth-child(4):before{
		top: 34px;
	}
	
	.m_headerList > li:nth-child(5),
	.m_headerList > li:nth-child(6),
	.m_headerList > li:nth-child(7){
		padding-bottom: 34px;
	}
}
@media(max-width: 767px) {
	.m_headerList > li > a > img {
    width: 30px;
	}
	.m_headerList > li:nth-child(1):before, .m_headerList > li:nth-child(2):before, .m_headerList > li:nth-child(3):before,.m_headerList > li:nth-child(4):before {
		top: 12px;
	}
	.m_headerList > li:nth-child(1):before, .m_headerList > li:nth-child(2):before, .m_headerList > li:nth-child(3):before, .m_headerList > li:nth-child(4):before {
		width: 40px;
		left: -18px;
	}
}