@charset "utf-8";

header{
	width: 100%;
	height: 100px;
	position: absolute;
	z-index: 999;
	top: -100px;
	left: 0;
	background: #fff;
	height: 80px;
	box-shadow:0 0 20px rgba(0,0,0,0.08);
}
header.one{
	top: 0px;
}
header.two{
	position: fixed;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}
header.suspend{
	position: fixed;
	top: 0px;
}


header .content{
	position: relative;
	margin:0 auto;
	width: 100%;
	max-width: 1600px;
	min-width: 1200px;
}
header .logo{
	position: absolute;
	z-index: 9;
	top: 20px;
	left: 25px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;		
}
header .logo .icon-logo{
	display: block;
	width: 210px;
	height: 100px;
	background: url(../images/icon.png) no-repeat left top;
}


header .menu{
	position: absolute;
	z-index: 9;
	right: 80px;
	top: 0px;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

header .menu ul.menu-con{
	height: 80px;
	float: left;
	position: relative;
	display: inline-block;
	padding:0;
}
header.suspend .menu ul.menu-con{
	height: 70px;
}

header .menu ul li{
	display: block;
	overflow: hidden;
	float: left;
	height: 80px;
	position: relative;
	border-left:1px solid #e3e3e3;
}
header .menu ul li:hover{
	overflow: visible;
}
header .menu ul li a{
	position: relative;
	display: block;
	text-align: center;
	color: #000;
	font-size: 16px;
	line-height: 77px;
	overflow: hidden;
	background: none;
	padding:0 25px;
}

header .menu ul li a:hover{
	color: #e60012;
}

header .menu ul li a.nav{
	line-height: 34px;
	font-size: 14px;
	color: #888;
	font-weight: bold;
}
header .menu ul li span.nav{
	display: none;
	background: #fff;
}
header .menu ul li:hover span.nav{
	display: block;
}
header .menu ul li span.nav a{
	position: relative;
	display: block;
	text-align: center;
	color: #000;
	border-bottom: 1px solid #f1f1f1;
	font-size: 14px;
	line-height: 40px;
	overflow: hidden;
	background: none;
	padding:0 0px;
}
header .menu ul li span.nav a:hover{
	color: #e60012;
}

@media screen and (max-width: 1400px){
	
	header .menu ul li a{
		position: relative;
		display: block;
		text-align: center;
		color: #000;
		font-size: 14px;
		line-height: 77px;
		overflow: hidden;
		background: none;
		padding:0 25px;
	}
}
@media screen and (max-width: 1260px){
	
	header .menu ul li a{
		position: relative;
		display: block;
		text-align: center;
		color: #000;
		font-size: 14px;
		line-height: 77px;
		overflow: hidden;
		background: none;
		padding:0 20px;
	}
}
@media screen and (max-width: 768px) {
/*mobile css*/

header{
	width: 100%;
	height: 60px;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	background: #fff;
	box-shadow:none;
	border-bottom: 1px solid #f1f1f1;
}
header.one{
	top: 0px;
}
header.two{
	position: fixed;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}
header.suspend{
	position: fixed;
	top: 0px;
}


header .content{
	position: relative;
	margin:0 auto;
	width: 100%;
	max-width: 100%;
	min-width: 100%;
}
header .logo{
	position: absolute;
	z-index: 9;
	top: 20px;
	left: 23px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;		
}
header .logo .icon-logo{
	display: block;
	width: 200px;
	height: 40px;
	background: url(../images/icon.png) no-repeat left top;
	background-size: 700px;
}


header .menu {
	position: fixed;
	z-index: 9;
	top: 0px;
	right: 0;
	width: 100%;
	height: auto;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
header .menu .menuBtn {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	z-index: 9;
	top: 2px;
	right: 5px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;		
}
header .menu .menuBtn .iconMenuBtn{
	width: 50px;
	height: 50px;
	display: block;
}
header .menu .menuBtn .iconMenuBtn{
	background: url(../images/icon.png) no-repeat right bottom;
}
header .menu a.menuBtn.on .iconMenuBtn{
	background: url(../images/icon.png) no-repeat -900px bottom;
}

header .menu ul.menuCon{
	height: 100vh;
	width: 100%;
	float: none;
	right: -100%;
	top: 60px;
	background:#fff;
	position: absolute;
	display: block;
	border-top: 1px solid #f1f1f1;
	padding:0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}
header .menu ul.menuCon.on{
	right: 0
}


header .menu ul li{
	display: block;
	overflow: hidden;
	float: none;
	height: auto;
	position: relative;
	border-left: 0;
	border-bottom:1px solid #f1f1f1;
}
header .menu ul li:hover{
	overflow: visible;
}
header .menu ul li a{
	position: relative;
	display: block;
	text-align: left;
	color: #000;
	font-size: 16px;
	line-height: 60px;
	overflow: hidden;
	background: none;
	padding:0 25px;
}

header .menu ul li a:hover{
	color: #e60012;
}

header .menu ul li a.nav{
	line-height: 34px;
	font-size: 14px;
	color: #888;
	font-weight: normal;
	text-align: left;
	margin:10px 0 0 0;
}
header .menu ul li span.nav{
	display: none;
	background: #fff;
}
header .menu ul li:hover span.nav{
	display: none;
}

header .menu ul li ul{
    top:0px;
	position: relative;
    margin:0 0px 8px;
	overflow: hidden;
	padding:0;
	border:0;
}

header .menu ul li ul li{
	float: left;
	text-align: center;
	border: 0;
	height: 46px;

}
header .menu ul li ul li a{
	line-height: 42px;
}
/*mobile end*/
}