@charset "utf-8";
#page-width{
	height: 80px;
}
#header{
	width: 100%;
	top: 0;
	position: fixed;
	z-index: 1000;
	left: 0;
	transition: all 0.4s ease-in-out;
	height: 80px;
	background-color: rgba(255,255,255,1);
}
#header.on{
	background: rgba(255,255,255,.9);
	box-shadow: 0 0 25px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

#header .headerBox{
	padding-top: 0px;
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
	position: relative;
}
#header .logo {
	position: absolute;
	z-index: 12;
	top: 22px;
	left: 50px;
}
#header .logo a{
	display: block;
	position: relative;
	width: 219px;
	height: 40px;
	background: url(../img/logo2.png) no-repeat;
	background-size: 100%;
	z-index: 9;
	transition: all 0.2s ease-in-out;
}
#header.on .logo a{
	background-image: url(../img/logo2.png);
}
#header .logo .icon-logo{
	display: none;
}


#header .menu{
	position: absolute;
	z-index: 11;
	top: 0;
	right: 0;
	width: 100%;
}
#header .menu-box{
	padding: 0 15px;
	height: 80px;
}
#header .menu .menu-con-bg{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
#header .menu-con{
}
#header .menu-con>ul{
	margin: 0px;
	text-align: center;
}
#header .menu-con>ul>li{
	display: inline-block;
	position: relative;
}
#header .menu-con>ul>li>a{
	display: block;
	margin: 0;
	position: relative;
	z-index: 3;
}
#header .menu-con>ul>li>a>span.cn{
	display: block;
	color: #000;
	opacity: 1;
	height: 80px;
	line-height: 80px;
	margin: 0 28px;
	overflow: hidden;
	text-align: center;
	font-size: 17px;
	position: relative;
	text-transform: uppercase;
	z-index: 1;
	top: 0;
}
#header.on .menu-con>ul>li>a>span.cn{
	color: #000;
}
#header .menu-con>ul:hover>li>a>span.cn{
	opacity: .5;
}
#header .menu-con>ul>li:hover>a>span.cn{
	opacity: 1;
	color: #E40012;
	/* border-bottom: 1px solid #E40012; */
}
#header .menu-con>ul>li>a>span.cn::before{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: #E40012;
	content: "";
	transition: all 0.4s ease-in-out;
}
#header .menu-con>ul>li:hover>a>span.cn::before{
	width: 100%;
}

/* 二级菜单 */
#header .menu-con>ul>li .navCon{
	position: absolute;
	z-index: 1;
	top: 80px;
	left: 0;
}
#header .menu-con>ul>li.nav4 .navCon{
	transform: translate(-41%,0);
}
#header .menu-con>ul>li .navConBg{
	position: absolute;
	z-index: 1;
	height: 0;
	left: -5000px;
	width: 10000px;
	background-color: rgba(255,255,255,.95);
	box-shadow: 0 10px 10px rgba(0,0,0,0.05);
	backdrop-filter: blur(10px);
	transition: all 0.4s ease-in-out;
}
#header .menu-con>ul>li .navCon>ul{
	padding: 0 28px;
	position: relative;
	z-index: 2;
	white-space: nowrap;
	height: 0;
	overflow: hidden;
	transition: all 0.4s ease-in-out;
}

#header .menu-con>ul>li:hover .navCon,
#header .menu-con>ul>li:hover .navConBg,
#header .menu-con>ul>li:hover .navCon>ul{
	height: 60px !important;
	opacity: 1 !important;;
}

#header .menu-con>ul>li.nav3:hover .navCon,
#header .menu-con>ul>li.nav3:hover .navConBg,
#header .menu-con>ul>li.nav3:hover .navCon>ul{
	height: 240px !important;
	opacity: 1 !important;
	text-align: center;
}
#header .menu-con>ul>li.nav3{	position: inherit;}#header .menu-con>ul>li.nav3 .navCon{	width: 100%;}#header .menu-con>ul>li.nav3 .navCon>ul{	text-align: center;    white-space: initial;	width: 1200px;	margin: 0 auto;}#header .menu-con>ul>li.nav3 .navCon>ul>li{	display: inline-block;	margin: 1% 0.5% 0;	width: 17%;}#header .menu-con>ul>li.nav3 .navCon>ul>li a{	background-color: #fff;	padding: 0 10px;
	border: 1px solid #f1f1f1;}


#header .menu-con>ul>li .navCon>ul>li{
	display: inline-block;
	margin: 0 30px 0 0;
}
#header .menu-con>ul>li .navCon a{
	font-size: 15px;
	display: block;
	text-align: center;
	padding: 10px 0;
	line-height: 40px;
	transition: all 0.3s ease-in-out;
}
#header .menu-con>ul>li:hover .navCon a{
	line-height: 40px;
}
#header .menu-con>ul>li .navCon a:hover{
	color: #E40012;
}

#header .headerBox>.con{
	position: absolute;
	top: 0;
	right: 50px;
	z-index: 11;
	transition: all 0.4s ease-in-out;
}

#header .search-btn{
	width: 50px;
	height: 80px;
	display: none;
	position: absolute;
	right: 100px;
	top: 0;
	cursor: pointer;
	background: url(../img/search-hover.png) no-repeat center center;
	background-size: 22px;
}
#header.on .search-btn,
#header .search-btn:hover{
	background-image: url(../img/search-hover.png);
}
#header .con .search:hover .search,
#header .search.open{
	top: 22px;
}

#header .search{
	top: 23px;
	right: 2px;
	position: absolute;
	z-index: 999;
	transition: all 0.3s ease-in-out;
}
#header .search input{
	width: 260px;
	padding-left: 15px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	border: 1px solid #eee;
	color: #000;
	background: #F1F1F1;
	border-radius: 20px;
	position: relative;
	top: 0;
	transition: all 0.2s ease-in-out;
}
#header .con input::placeholder{
	color: #888;
}
/* #header .search input:focus{
	width: 260px;
	padding-left: 18px;
	border: 1px solid #ddd;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	height: 40px;
	top: -2px;
} */
#header .con input:focus::placeholder{
	color: #333;
}
#header .con button{
	position: absolute;
	right: 10px;
	top: 2px;
	font-size: 14px;
	width: 32px;
	height: 32px;
	text-indent: -999em;
	background: url(../img/search-footer.png) no-repeat 6px center;
	border-radius: 2px;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	opacity: .5;
}
#header .con .search:hover button{
	opacity: 1;
}
#header .con button:hover{
	background-image: url(../img/search-hover.png);
}
#header .search .search-close{
	height: 80px;
	line-height: 80px;
	padding-left: 10px;
	color: #888;
}
#header .con .language{
	position: absolute;
	right: 50px;
	top: 0;
	display: none;
}
#header .con .language a{
	display: block;
	width: 126px;
	height: 80px;
	font-size: 14px;
	line-height: 80px;
	padding-left: 28px;
	background: url(../img/language-hover.png) no-repeat left center;
}
#header .con .language .iconfont{
	position: relative;
	top: 1px;
	margin-left: 2px;
}

#header.on .con .language a{
	color: #000;
	background: url(../img/language-hover.png) no-repeat left center;
}
#header .con .language a:hover{
	color: #E40012;
	background: url(../img/language-hover.png) no-repeat left center;
}
#header .con .link{
	position: absolute;
	right: 130px;
	line-height: 80px;
}
#header .con .link a{
	display: block;
	width: 6em;
	height: 80px;
	font-size: 17px;
	line-height: 80px;
	color: #000;
	font-weight: bold;
}
#header.on .con .link a{
	color: #333;
}
#header .con .link a:hover{
	color: #E40012;
	font-weight: bold;
}


/* 隐藏二级菜单 */
.hide-nav{
	position: fixed;
	z-index: 1000;
	top: 80px;
	left: 0;
	width: 100%;
	background-color: rgba(255,255,255,.9);
	box-shadow: 0 10px 10px rgba(0,0,0,0.05);
	backdrop-filter: saturate(90%) blur(10px);
	height: 0;
	overflow: hidden;
	transition: all 0.4s ease-in-out;
}
.hide-nav a{
	font-size: 16px;
	display: block;
	text-align: center;
	padding: 10px 0;
	line-height: 40px;
	transition: all 0.3s ease-in-out;
}
.hide-nav a:hover{
	color: #E40012;
}
.hide-nav a.on{
	color: #E40012;
}
.hide-nav>ul{
	text-align: center;
	padding: 0;
	position: relative;
	z-index: 2;
}
.hide-nav>ul>li{
	display: inline-block;
	margin: 0 15px;
}

#header .nav9,
#header .nav10{display: none !important;}
@media screen and (max-width: 1600px) {
	#header .menu-con{padding-right: 5em;}
	#header .menu-con>ul>li>a>span.cn{
		margin: 0 25px;
	}
	#header .logo {
		position: absolute;
		z-index: 12;
		top: 20px;
		left: 30px;
	}
	#header .headerBox>.con{
		right: 30px;
	}
}

@media screen and (max-width: 1330px) {
	#header .menu-con>ul>li>a>span.cn{
		margin: 0 18px;
		font-size: 16px;
	}
	#header .logo {
		left: 30px;
	}
	#header .headerBox>.con{
		right: 10px;
	}
}

@media screen and (max-width: 768px) {
	body.open{overflow: hidden;}
	.top-box{
		display: none;
	}
	#header {
		position: fixed;
		left: 0;
		top: 0 !important;
		z-index: 9999;
		height: 50px;
	}
	#header.on{
		top: 0 !important;
		border-bottom: 0;
	}
	#header .headerBox{
		width: 100%;
		max-width: 100%;
		min-width:100%;
		height: 50px;
		margin:0 auto;
		position: relative;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	.header-block{
		height: 50px;
		transition: all 0.2s ease-in-out;
	}
	#header .link{
		display: none;
	}
	#header .headerBox > .con {
		position: absolute;
		z-index: 12;
		display: block;
		top: 0px;
		height: 50px;
		width: 100%;
		left: auto;
		right: 0;
	}
	#header .search-btn{
		width: 50px;
		height: 50px;
		position: absolute;
		right: 50px;
		top: 0;
		background: url(../img/search-footer.png) no-repeat center center;
		background-size: 20px;
	}
	#header .search{
		right: 0%;
		top:-50px;
		width:100%;
		display: flex;
		position: relative;
		height: 50px;
		padding: 5px 10px;
		transition: all 0.4s ease-in-out;
	}
	#header .con.open{
		z-index: 13;
		background-color: #fff;
	}
	#header .search.open{
		right: 0;
		top: 0px;
	}
	#header .search form{
		flex: 1;
		position: relative;
	}
	#header .con input,
	#header .search input:focus{
		width: 100%;
		padding-left: 15px;
		height: 40px;
		font-size: 14px;
		line-height: 30px;
		border-radius: 30px;
		color: #888;
		border: 1px solid #f1f1f1;
		background: rgba(255,255,255,1);
		font-size: 14px;
	}
	#header .con button{
		position: absolute;
		right: 10px;
		top: 0;
		font-size: 14px;
		width: 40px;
		height: 40px;
		border-radius: 100%;
		text-indent: -999em;
		background: url(../img/search-hover.png) no-repeat center center;
		background-size: 20px;
		cursor: pointer;
		opacity: 1;
	}
	#header .search .search-close{
		height: 40px;
		line-height: 40px;
		padding-left: 5px;
		color: #999;
	}
	#header .search .search-close .iconfont{
		font-size: 24px;
		color: #888;
	}
	#header.on .search-btn, #header .search-btn:hover{
		background: url(../img/search-footer.png) no-repeat center center;
		background-size: 20px;
	}
	
	#header .qr{
		display: none;
	}
	
	#header .logo{
		position: absolute;
		left: 50%;
		width: 70px;
		top: 50%;
		left: 15px;
		transform: translate(0,-50%);
		z-index: 13;
		-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 a{
		width: 100%;
		height: 50px;
		background-position: center;
	}

	#header .menu{
		position: absolute;
		background: none;
		width: 50px;
		height: 50px;
		right: 0px;
		top: 0px;
		z-index: 13;
		-webkit-transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;	
	}

	#header .menu-box{
		width: auto;
		min-width: auto;
		max-width: auto;
		padding: 0;
		height: auto;
		float: none;
	}

	#header .menu .icon-menu-btn {display: block; width: 40px; z-index: 12; height: 40px; margin-top: 5px; position: relative;}
		.icon-menu-btn:before, .icon-menu-btn:after { content: ""; display: block; width: 20px; height: 2px; background: #888; border-radius: 4px; position: absolute; left: 0; -webkit-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
		.icon-menu-btn:before { top: 11px; left: 10px; box-shadow: 0 8px #888; }
		.icon-menu-btn:after { bottom: 11px;  left: 10px;}
		.icon-menu-btn.open:before { top: 19px; left: 8px; width: 23px; height: 2px; background: #E40012; -webkit-transform: rotate(45deg); transform: rotate(45deg);  box-shadow: none;}
		.icon-menu-btn.open:after { bottom: 19px; left: 8px; width: 23px; height: 2px; background: #E40012; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
	#header .menu .menu-con-bg{
		display: none;
		opacity: 1;
		position: fixed;
		width: 100%;
		height: 100vh;
		top: 0;
		left: 0;
		background-color: rgba(0,0,0,0.85);
	}
	#header .menu .menu-con{
		position: fixed;
		z-index: 11;
		right: -100%;
		top: 0;
		width: 80%;
		height: 100vh;
		background: #fff;
		padding: 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 .menu .menu-con.open{
		right: 0%;
		/* overflow: auto; */
	}
	#header .menu .menu-title{
		text-indent: -999em;
		font-size: 22px;
		font-weight: 200;
		color: #888;
		height: 50px;
		line-height: 50px;
		box-sizing: border-box;
		/* background: url(../img/logo2.png) no-repeat 20px center; */
		background-size: 80px;
		padding: 0px 0 0 20px;
		-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{
		margin: 0 20px 20px 20px;
		border-top: 1px solid #f1f1f1;
		display: block;
		height: 100%;
		padding-bottom: 99px;
		overflow: auto;
	}
	#header .menu ul li{
		display: block;
		float: none;
		margin: 0;
		position: relative;
		border-bottom: 1px solid #f1f1f1;
		-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-con>ul>li{
		float: none;
		width: 100%;
	}
	#header .menu ul li a span.cn{
		position: relative;
		display: block;
		color: #E40012;
		font-weight: bold;
		padding: 8px 0 8px 0px;
		line-height: 33px;
		height: auto;
		overflow: visible;
		text-align: left;
		font-size: 16px;
		margin: 0;
	}
	#header .menu-con>ul>li>a>span.cn::before{
		display: none !important;
	}
	#header .menu-con > ul > li:hover > a > span.cn{
		color: #E40012;
		border-bottom: 0 !important;
	}
	#header .menu-con>ul>li:hover>a{
		border-bottom:0;
	}
	#header .menu-con>ul>li>a>span.cn::after{
		display: none;
		content: '';
		position: absolute;
		width: 3px;
		height: 15px;
		background-color: #E40012;
		bottom: 16px;
		left: 0;
		margin-left: 0;
	}
	#header .menu ul li .navCon{
		position: relative;
		z-index: 0;
		top: 0;
		padding:  0;
		margin-top: -8px;
		width: 100%;
		background: #FFF;
		border-radius:0;
		display: block;
		height: auto;
		opacity: 1;
		overflow: hidden;
		box-shadow: none;
		transition: all 0.2s ease-in-out;
	}
	#header .menu ul li .navCon ul{
		width: 100%;
		margin: 0;
		height: auto;
		padding: 0 0 10px 0px !important;
		overflow: hidden;
		border: 0;
	}
	
	#header .menu-con>ul>li:hover .navCon,
	#header .menu-con>ul>li:hover .navConBg,
	#header .menu-con>ul>li:hover .navCon>ul{
		height: auto !important;
		opacity: 1 !important;;
	}
	#header .menu-con > ul > li > a{
		background: none !important;
		padding: 8px 0;
		border: 0;
		height: auto;
	}
	#header .menu-con > ul > li:hover > a{
		border: 0;
	}
	#header .menu-con > ul > li .navCon a:hover{
		color: #000;
	}
	#header .menu ul li .navCon li{
		float: left;
		width: 50%;
		border: 0;
		margin: 0 !important;
	}
/* 	#header .menu ul li.nav3 .navCon li{
		float: none;
		width: 100%;
	} */
	#header .menu ul li .navCon a{
		font-size: 14px;
		display: block;
		padding: 8px 0;
		line-height: 16px;
		color: #666;
		text-align: left;
		transition: all 0.2s ease-in-out;
	}
	#header .menu-con ul li:hover .navCon a{
		line-height: 32px;
	}
	#header .menu ul li .navCon a:hover{
		background: #fff;
		line-height: 32px;
	}
	
	#header .menu-con>ul>li:hover .navCon{
		height: auto;
		border-bottom: 0;
		box-shadow: none;
	}
	#header .menu-con>ul>li .navCon a{
		font-size: 14px;
		display: block;
		padding: 8px 0;
		line-height: 16px;
	}
	#header .menu-con>ul>li:hover .navCon a{
		font-size: 14px;
		display: block;
		padding: 8px 0;
		line-height: 16px;
		
	}
	
	#header .nav8{display: none !important;}
	#header .nav9{display: block !important;}
	#header .nav10{display: block !important;}
	#nav9,#nav10{display: none !important;}
	
	
	/* 隐藏二级菜单 */
	.hide-nav{
		position: fixed;
		z-index: 1000;
		top: 50px;
		left: 0;
		width: 100%;
		background-color: rgba(255,255,255,.9);
		box-shadow: 0 10px 10px rgba(0,0,0,0.05);
		backdrop-filter: saturate(90%) blur(10px);
		height: 0;
		overflow: hidden;
		transition: all 0.4s ease-in-out;
		display: none !important;
	}
}