@charset "utf-8";

#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);
	backdrop-filter: blur(10px);
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
#header.on{
	background: rgba(255,255,255,1);
	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: 85%;
	margin: 0 auto;
	position: relative;
}
@media screen and (max-width: 1700px) {
	#header .headerBox{ width:90%; margin:0 auto; padding: 0;} 
}
@media screen and (max-width: 1500px) {
	#header .headerBox{ width:95%; margin:0 auto; padding: 0;} 
}
#header .logo {
	position: absolute;
	z-index: 12;
	top: 0;
	left: 2px;
}
#header .logo a{
	display: block;
	position: relative;
	width: 175px;
	height: 78px;
	background: url(../img/logo.png) no-repeat left center;
	background-size: 100%;
	z-index: 9;
	transition: all 0.2s ease-in-out;
}
#header.on .logo a{
	background-image: url(../img/logo.png);
}
#header .logo .icon-logo{
	display: none;
}
@media screen and (max-width: 1500px) {
	#header .logo a{
		width: 145px;
	}
}

#header .menu{
	position: absolute;
	z-index: 11;
	top: 0;
	right: 155px;
	width: 100%;
}
#header .menu-box{
	padding: 0;
	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: right;
}
#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 20px;
	text-align: center;
	font-size: 15px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	top: 0;
	transition: all 0.4s ease-in-out;
}


#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: #3775C6;
}
#header .menu-con>ul>li>a>span.cn::before{
	position: absolute;
	left: 50%;
	bottom: -5px;
	width: 30px;
	height: 5px;
	border-radius: 5px 5px 0 0;
	background-color: #3775C6;
	content: "";
	transition: all 0.4s ease-in-out;
	transform: translate(-50%, 0);
}
#header .menu-con>ul>li:hover>a>span.cn::before{
	bottom: 0;
}
#header .menu-con>ul>li.nav2-sm{
	display: none;
}
@media screen and (max-width: 2300px) {
	#header .menu-con>ul>li>a>span.cn{
		margin: 0 10px;
	}
}
@media screen and (max-width: 1750px) {
	#header .menu-con>ul>li.nav2-sm{display: inline-block;	}
	#header .menu-con>ul>li.lg{display: none;}
	#header .menu-con>ul>li>a>span.cn{ margin: 0 25px; font-size: 14px;} 
}
/* 二级菜单 */
#header .menu-con>ul>li .navCon{
	position: absolute;
	z-index: 1;
	top: 80px;
	left: 0;
	display: none;
	width: 300px;
}
#header .menu-con>ul>li .navConBg{
	position: absolute;
	z-index: 1;
	height: 100%;
	left: 0;
	width: 100%;
	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 20px;
	position: relative;
	z-index: 2;
	white-space: nowrap;
	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{
	display: block;
}
#header .menu-con>ul>li .navCon>ul>li{
	display: block;
	margin: 0 0px 0 0;
}
#header .menu-con>ul>li .navCon a{
	font-size: 14px;
	display: block;
	text-align: left;
	padding: 0px 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: #3775C6;
}

#header .headerBox>.con{
	position: absolute;
	height: 80px;
	top: 0;
	right: 0px;
	z-index: 11;
	transition: all 0.4s ease-in-out;
}

#header .search-btn{
	width: 50px;
	height: 80px;
	display: block !important;
	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: 135px;
	padding-left: 15px;
	height: 36px;
	font-size: 14px;
	border: 1px solid #eee;
	color: #000;
	background: #fff;
	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: #fff 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;
	display: flex;
	align-items: center;
	height: 80px;
	right: 0px;
	top: 50%;
	transform: translate(0,-50%);
}
#header .con .language>a{
	display: flex;
	align-items: center;
	white-space: nowrap;
	border: 1px solid #DBDBDB;
	border-radius: 8px;
	height: 38px;
	font-size: 14px;
	line-height: 38px;
	padding:0 15px 0 40px;
	background: url(../img/language.svg) no-repeat 12px center;
}
#header .con .language>a span{
	margin-top: 2px;
	margin-left: 5px;
	width: 0;
	height: 0;
	border-radius: 4px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 7px solid #000;
}
#header .con .languag>a:hover{
	color: #3775C6;
}
#header .con .languag>a:hover span{
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 0;
	border-bottom: 7px solid #000;
}

#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: #3775C6;
	font-weight: bold;
}
.language-box{
	position: absolute;
	display: none;
	width: 100%;
	top: 80px;
	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 .con .language:hover .language-box{
	display: block ;
}
.language-box a{
	font-size: 14px;
	display: block;
	padding: 0px 0;
	text-align: center;
	line-height: 40px;
	transition: all 0.3s ease-in-out;
}

.language-box a:hover{
	opacity: 1;
	color: #3775C6;
}

.language-con .content{
	margin: 0;
	width: 500px;
	height: auto;
	transform: translate(-50%,-50%);
}
.language-con .window-con{
	display: flex;
	padding-top: .3rem;
}
.language-con .window-con a{
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 1px solid #f1f1f1;
	border-radius: .1rem;
	margin: .1rem;
	width: 50%;
	padding: .3rem 0 .2rem;
	transition: all 0.3s ease-in-out;
}
.language-con .window-con a span{
	font-size: .16rem;
	padding-top: 5px;
}
.language-con .window-con a:hover{
	background-color: #3775C6;
	color: #fff;
	border: 1px solid #3775C6;
}



@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: 50px;
	}
	#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 .con .language{
		display: none;
	}
	#header .con .language-btn{
		position: absolute;
		display: flex;
		align-items: center;
		height: 50px;
		right: 0px;
		top: 50%;
		transform: translate(0,-50%);
	}
	#header .con .language-btn>a{
		display: flex;
		align-items: center;
		white-space: nowrap;
		border: 1px solid #DBDBDB;
		border-radius: 8px;
		height: 38px;
		font-size: 14px;
		line-height: 38px;
		padding:0 15px 0 40px;
		background: url(../img/language.svg) no-repeat 12px center;
		width: 50px;
		height: 50px;
		line-height: 50px;
		text-indent: -999em;
		padding: 0;
		border: 0;
	}
	
	#header .qr{
		display: none;
	}
	
	#header .logo{
		position: absolute;
		width: 90px;
		top: 50%;
		left: 10px;
		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: #3775C6; 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 #3775C6; }
		.icon-menu-btn:after { bottom: 11px;  left: 10px;}
		.icon-menu-btn.open:before { top: 19px; left: 8px; width: 23px; height: 2px; background: #3775C6; -webkit-transform: rotate(45deg); transform: rotate(45deg);  box-shadow: none;}
		.icon-menu-btn.open:after { bottom: 19px; left: 8px; width: 23px; height: 2px; background: #3775C6; -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: #3775C6;
		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: #3775C6;
		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: #3775C6;
		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: none;
		width: 100%;
		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;
		
	}
	
	.language-con .content{
		left: 50%;
		top: 50%;
		margin: 0;
		width: 80%;
		height: auto;
		transform: translate(-50%,-50%);
	}
	.language-con .window-con{
		display: flex;
		padding-top: .3rem;
	}
	.language-con .window-con a{
		display: flex;
		flex-direction: column;
		align-items: center;
		border: 1px solid #f1f1f1;
		border-radius: .1rem;
		margin: .1rem;
		width: 50%;
		padding: .3rem 0 .2rem;
		transition: all 0.3s ease-in-out;
	}
	.language-con .window-con a span{
		font-size: .16rem;
		padding-top: 5px;
	}
	.language-con .window-con a:hover{
		background-color: #3775C6;
		color: #fff;
		border: 1px solid #3775C6;
	}
	
	
}