@charset "utf-8";

#header{
	width: 100%;
	background: #fff;
	background: rgba(255,255,255,0.9);
	height: 80px;
	position: absolute;
	z-index: 1;	
	-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: 0;
}
#header .headerBox{
	width: 1200px;
	max-width: 1200px;
	min-width:1200px;
	height: 100%;
	margin:0px auto;
	-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{
	position: relative;
	z-index: 2;
	margin-top: 0px;
	float: left;
	-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{
	margin-top:10px;
	-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.menu-con{
	padding: 0;
}
#header .menu ul li{
	float: left;
	display: block;
	line-height: 0;
}

#header .menu ul li a span.cn{
	position: relative;
	z-index: 2;
	display: inline-block;
	color: #000;
	padding:0 25px;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	font-size: 2rem;
	margin: 0;
}
#header .menu ul li a:hover span.cn{
	color: #ff0000;
	height: 60px;
}


	#header .nav{
		height: 0;
		overflow: hidden;
		background: #fff;
		position: absolute;
		z-index: 1;
		width: 100%;
		left: 0;
		top: 0;
		border-top: 0;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;		
	}
	#header ul li:hover .nav{
		height: 210px;
	}
	#header .nav .con{
		width: 100%;
		margin-top: 80px;
		border-top:1px solid #f1f1f1;
	}

	#header .nav .con ul{
		display: block;
		width: 1200px;
		margin:0 auto;
		padding: 0 ;
	}
	#header .nav .con ul li{
		display: block;
		float: left;
		width: 12.5%;
		text-align: center;
		list-style: none;
		margin: 0 auto;
	}
	#header .nav .con ul li a{
		line-height: 34px;
		display: block;
		margin:0;
		font-size:12px;
		color: #999;
		padding-top: 25px;
	}
	#header .nav .con ul li a:hover{
		color: #e60012;
	}	
	#header .nav .con ul li a span{
		width: 80px;
		height: 60px;
		display: block;
		margin:0 auto;
		opacity: 0.5;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;		
	}
	#header .nav .con ul li a:hover span{
		opacity: 1;
	}	
	#header .nav .con ul li a .nav_01{background: url(../image/pro_nav.png) no-repeat 5px top;}
	#header .nav .con ul li a .nav_02{background: url(../image/pro_nav.png) no-repeat -155px top;}
	#header .nav .con ul li a .nav_03{background: url(../image/pro_nav.png) no-repeat -320px top;}
	#header .nav .con ul li a .nav_04{background: url(../image/pro_nav.png) no-repeat -480px top;}
	#header .nav .con ul li a .nav_05{background: url(../image/pro_nav.png) no-repeat -642px top;}
	#header .nav .con ul li a .nav_06{background: url(../image/pro_nav.png) no-repeat -806px top;}
	#header .nav .con ul li a .nav_07{background: url(../image/pro_nav.png) no-repeat -967px top;}
	#header .nav .con ul li a .nav_08{background: url(../image/pro_nav.png) no-repeat -1127px top;}

	#header .nav .con ul li a:hover .nav_01{background: url(../image/pro_nav_on.png) no-repeat 5px top;}
	#header .nav .con ul li a:hover .nav_02{background: url(../image/pro_nav_on.png) no-repeat -155px top;}
	#header .nav .con ul li a:hover .nav_03{background: url(../image/pro_nav_on.png) no-repeat -320px top;}
	#header .nav .con ul li a:hover .nav_04{background: url(../image/pro_nav_on.png) no-repeat -480px top;}
	#header .nav .con ul li a:hover .nav_05{background: url(../image/pro_nav_on.png) no-repeat -642px top;}
	#header .nav .con ul li a:hover .nav_06{background: url(../image/pro_nav_on.png) no-repeat -806px top;}
	#header .nav .con ul li a:hover .nav_07{background: url(../image/pro_nav_on.png) no-repeat -967px top;}
	#header .nav .con ul li a:hover .nav_08{background: url(../image/pro_nav_on.png) no-repeat -1127px top;}

	#header ul li.mall{
		position: relative;
	}
	#header .two_nav{
		position: absolute;
		top: 60px;
		left: 0;
		width: 100%;
		display: block;
		height: 0;
		overflow: hidden;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;	
	}
	#header ul li:hover .two_nav{
		height: 130px;
	}
	#header .menu .two_nav li{
		float: none;
		display: block;
	}
	#header .two_nav li a{
		display: block;
		width: 100%;
		float: none;
		background:#fff;
		height: 32px;
		line-height: 32px;
		text-align: center;
	}
	#header .menu ul li.mall .two_nav{
		width: 180%;
		margin-left: -40%;
	}


#header .con_right{
	float:right;
	height:36px;
	color:#fff;
	margin-top: 10px;
	position: relative;
	z-index: 2;
}
#header .con_right .search{
	width: 200px;
	position: relative;
	float: left;
}
#header .con_right .search input{
	width: 100%;
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	border-radius: 50px;
	background: rgba(255,255,255,0.8);
	border: 1px solid #e9ebf4;
}
#header .con_right .search button{
	width: 36px;
	height: 36px;
	background: url(../image/icon.png) no-repeat -500px top;
	border: 0;
	text-indent: -999em;
	position: absolute;
	right: 0;
	top: 5px;
	cursor: pointer;
}
#header .con_right .QR_code {
	width: 36px;
	height: 36px;
	float: right;
	margin-left: 12px;
}

#header .con_right .QR_code a{
	display: block;
	width: 36px;
	height: 36px;
	background: url(../image/icon.png) no-repeat -600px -44px;
	opacity: 0.5;
	cursor: pointer;
}
#header .con_right .QR_code a:hover{
	opacity: 0.8;
}


	#window_qr .content{
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  width: 700px;
	  height: 360px;
	  padding: 38px 10px;
	  margin: -180px 0 0 -350px;
	  background: #fff;
	}
	.window_hide .close{
	  position: fixed;
	  z-index: 9;
	  width: 60px;
	  height: 60px;
	  border:2px solid rgba(255,255,255,0.8);
	  border-radius: 100%;
	  top: 20px;
	  right: 10px;
	  text-indent: -999em;
	  overflow: hidden;
	  background: url(../image/icon.png) no-repeat right top;
	  filter:alpha(opacity=75); 
	  opacity:0.75;
	  -webkit-transition: all 0.2s ease-in;
	  transition: all 0.2s ease-in;

	}
	.window_hide .close:hover{
	  border:2px solid #fff;
	  filter:alpha(opacity=100); 
	  opacity:1;
	  transform:rotate(90deg);
	  -webkit-transform:rotate(90deg);
	}

	#window_qr  .QR-code{
		overflow: hidden;
		text-align: center;
	}
	#window_qr  .QR-code img{
		width: 220px;
	}
	#window_qr  .QR-code .QR-weixin, #window_qr .QR-code .QR-mweb, #window_qr .QR-code .QR-app{
		display: inline-block;
		margin: 20px 20px 0 20px;
	}
	#window_qr  .QR-code .QR-weixin h4, #window_qr .QR-code .QR-mweb h4, #window_qr .QR-code .QR-app h4{
		text-align: center;
		font-size: 12px;
		color: #555;
		font-weight: 100;
	}

@media screen and (max-width: 768px) {

#header{
	width: 100%;
	background: #fff;
	height: 50px;
	position: fixed;
	z-index: 10;
	-moz-box-shadow:0px 0px 0px rgba(0,0,0,0.2);       
	-webkit-box-shadow:0px 0px 0px rgba(0,0,0,0.2);       
	box-shadow:0px 0px 0px rgba(0,0,0,0.2); 	
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#header .headerBox{
	width: 100%;
	max-width: 100%;
	min-width:100%;
	height: 100%;
	margin:0px auto;
	-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{
	z-index: 9;
	margin-top: 12px;
	margin-left: 10px;
	float: left;
	-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{
	position: absolute;
	right: 0;
	top: 0;
	margin-top: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.menu-con{
	padding: 0;
	position: fixed;
	background: #f1f1f1;
	z-index: 9;
	width: 100%;
	height: 100vh;
	left: 100%;
	top: 50px;
	-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.open{
	left: 0;
}
#header .menu ul li{
	float: none;
	display: block;
	
	width: 100%;
	text-align: left;
	line-height: 0;
	padding-left: 30px;
	border-bottom: 1px solid #ddd;
}
#header .menu ul li.home{
	width: 100%;
	text-align: left;
}
#header .menu ul li.culture{
	width: 100%;
	text-align: left;
}
#header .menu ul li.home a{
	display: block;
}
#header .menu ul li span.cn{
	position: relative;
	display: block;
	margin:0;
	color: #000;
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	font-size: 18px;
	margin: 0;
}
#header .menu ul li a:hover span.cn{
	color: #ff0000;
	height: 60px;
	border-bottom: 0;
}
#header .menu ul li:hover span.cn{
	color: #ff0000;
}

	#header .two_nav{
		position: fixed;
		z-index: 9;
		top: 50px;
		left: auto;
		right: -50%;
		width: 50%;
		display: block;
		background: #fcfcfc;
		height: 100vh;
		overflow: hidden;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		padding: 0 10px;	
	}
	#header ul li .two_nav.cur{
		height: 100vh;
		right: 0
	}
	#header .menu .two_nav li{
		float: none;
		display: block;
		padding:0;
		border-bottom: 1px solid #eee;
	}
	#header .two_nav li a{
		display: block;
		width: 100%;
		float: none;
		background:#fcfcfc;
		height: 60px;
		line-height: 60px;
		text-align: center;
	}
	#header ul li:hover .two_nav{
		height: 100%;
	}
	#header .menu ul li.mall .two_nav{
		width: 50%;
		margin-left: 0;
	}
	
	
#header .menu .menu-btn{
	display: block;
	width: 36px;
	height: 36px;
	background: url(../image/icon.png) no-repeat -695px -44px;
	opacity: 0.5;
	cursor: pointer;
	position: absolute;
	top: 8px;
	right: 10px;
}

#header .con_right{
	float:none;
	position: absolute;
	top: 0;
	right: 50px;
	height:36px;
	color:#fff;
	margin-top: 0px;
}
#header .con_right .search{
	display: none;
	width: 200px;
	position: relative;
	float: left;
}
#header .con_right .search input{
	width: 100%;
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	border-radius: 50px;
	background: #fff;
	border: 1px solid #ddd;
}
#header .con_right .search button{
	width: 36px;
	height: 36px;
	background: url(../image/icon.png) no-repeat -500px top;
	border: 0;
	text-indent: -999em;
	position: absolute;
	right: 0;
	top: 5px;
	cursor: pointer;
}
#header .con_right .QR_code {
	width: 36px;
	height: 36px;
	float: right;
	margin-left: 0px;
	margin-top: 8px;
}

#header .con_right .QR_code a{
	display: block;
	width: 36px;
	height: 36px;
	background: url(../image/icon.png) no-repeat -595px -44px;
	opacity: 0.5;
	cursor: pointer;
}
#header .con_right .QR_code a:hover{
	opacity: 0.8;
}


	#window_qr .content{
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  padding: 38px 10px;
	  margin: 0;
	  background: #fff;
	}
	.window_hide .close{
	  position: fixed;
	  z-index: 9;
	  width: 40px;
	  height: 26px;
	  border:2px solid rgba(255,255,255,0.8);
	  border-radius: 0;
	  top: 20px;
	  right: 10px;
	  text-align: center;
	  color: #000;
	  text-indent: 0;
	  overflow: hidden;
	  background: #ccc;
	  filter:alpha(opacity=75); 
	  opacity:0.75;
	  -webkit-transition: all 0.2s ease-in;
	  transition: all 0.2s ease-in;

	}
	.window_hide .close:hover{
	  border:2px solid #fff;
	  filter:alpha(opacity=100); 
	  opacity:1;
	  transform:rotate(0deg);
	  -webkit-transform:rotate(0deg);
	}

	#window_qr  .QR-code{
		overflow: hidden;
		text-align: center;
	}
	#window_qr  .QR-code img{
		width: 220px;
	}
	#window_qr  .QR-code .QR-weixin, #window_qr .QR-code .QR-mweb, #window_qr .QR-code .QR-app{
		display: block;
		margin: 20px 20px 0 20px;
	}
	#window_qr  .QR-code .QR-weixin h4, #window_qr .QR-code .QR-mweb h4, #window_qr .QR-code .QR-app h4{
		text-align: center;
		font-size: 12px;
		color: #555;
		font-weight: 100;
	}

}