header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 8;
}
.top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 80px;
	transition: .3s;
	position: relative;
}
.head .top{
	background: rgba(255, 255, 255, 1);
}
.top:hover{
	background: #fff;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, .2);
}
.logo{
	padding: 5px 0px 0px;
}
.logo a{
	display: flex;
}
.logo svg:first-child,.logo img:first-child{
	width: auto;
	max-height: 46px;
}
.logo svg:last-child,.logo img:last-child{
	width: auto;
	max-height: 36px;
	margin-left: 11px;
}
.logo svg path{
	fill: #fff;
}
.top:hover .logo svg:first-child path,.head .top .logo svg:first-child path{
	fill: var(--green-color);
}
.top:hover .logo svg:last-child path,.head .top .logo svg:last-child path{
	fill: #474444;
}
nav{
	width: 45%;
}
nav ul{
	display: flex;
	justify-content: space-between;
}
nav li{
	position: relative;
}
nav li>a{
	color: #fff;
	font-size: 18px;
	line-height: 90px;
	text-transform:uppercase;
	transition: .3s;
	display: block;
}
.top:hover nav li>a,.head .top nav li>a{
	color: var(--black-color);
}
.top nav li>a:hover{
	color: var(--green-color);
}
nav li dl{
	position: absolute;
	min-width: 250px;
	background: rgba(255, 255, 255, .9);
	left: -89px;
	top: 100%;
	display: none;
}
nav li dl::before{
	content: "";
	position: absolute;
	bottom: 100%;
	left: 50%;
	margin-left: -10px;
	border-bottom: 10px solid var(--green-color);
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
nav dd a{
	display: block;
	font-size: 16px;
	color: var(--black-color);
	font-weight: 300;
	text-align: center;
	line-height: 68px;
	border-bottom: 1px solid rgba(0, 0, 0, .08);
	transition: .3s;
}
nav dd a:hover{
	color: #fff;
	background: var(--green-color);
}
nav dd:last-child a{
	border-bottom: 0;
}
.fnction{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 18%;
}
/*.timail{
	padding: 0px 10px;
}
.timail a{
	color: #fff;
	text-align: center;
	display: block;
}
.timail a i{
	font-size: 70px;
	line-height: 30px;
	display: block;
	color: var(--black-color);
}
.timail a p{
	background: rgba(0, 0, 0, .2);
	width: 135px;
	height: 32px;
	text-align: center;
	border-radius: 16px;
	line-height: 31px;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 4px;
}
.top:hover .timail a p,.head .top .timail a p{
	background: var(--green-color);
}*/

.timail a{
	color: #fff;
	text-align: center;
	display: block;
}
.timail a i{
	font-size: 26px;
	line-height: 30px;
	display: block;
}
.top:hover .timail a,.head .top .timail a{
	color: #000;
}
.search{
	cursor: pointer;
}
.search i{
	color: #fff;
	font-size: 22px;
}
.language{
	position:relative;
}
.language>a i{
	color: #fff;
	font-size: 22px;
	line-height:58px;
}
.top:hover .search i,.top:hover .language>a i,.head .top .search i,.head .top .language>a i{
	color: var(--black-color);
}
.language span{
	display:none;
	position:absolute;
	width:80px;
	top:calc(100% + 16px);
	background:#fff;
	left:-29px;
	padding:8px 0px;
	box-shadow:0px 0px 10px rgba(0,0,0,.15);
}
.language span a{
	display:block;
	font-size:16px;
	line-height:30px;
	text-align:center;
}
.language span a:hover{
	color:var(--green-color);
}
.sousuo{
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	z-index: -3;
	background: #fff;
	padding: 20px 7% 20px 15%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	opacity: 0;
	transition: .3s;
}
.sousuo.soo{
	opacity: 1;
	z-index: 3;
}
.sousuo span{
	cursor: pointer;
}
.sousuo span i{
	font-size: 26px;
	color: #666;
}
.sousuo form{
	display: flex;
	justify-content: space-between;
	width: 80%;
}
.sousuo form input{
	width: 85%;
	border: 1px solid #ddd;
	height: 50px;
	line-height: 20px;
	padding: 15px;
	border-right: 0;
}
.sousuo form button{
	width: 15%;
	background: var(--green-color);
	border: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 5px;
	text-transform:uppercase;
}
.sousuo form button:hover{
	cursor: pointer;
}
.tmenu{
	position:absolute;
	width:100%;
	top:100%;
	left:0;
	background:#fff;
	z-index:3;
	box-shadow:0px 0px 4px rgba(0,0,0,.3);
	display:none;
}
.tmenu.tshow{
	display:block;
	animation:fadeIn .3s;
}
.secondnav{
	display:flex;
	min-height:400px;
}
.secondnav ol{
	display:none;
	flex-wrap:wrap;
	align-content:flex-start;
	width:58%;
	background:#f7f9fb;
	padding:30px 0px 60px 20%;
}
.secondnav ol.on{
	display:flex;
}
.secondnav ol li{
	width: 50%;
	border-bottom:1px solid rgba(0,0,0,.08);
}
.secondnav ol li a{
	display:flex;
	align-items:center;
	justify-content:space-between;
	font-size:15px;
	line-height:25px;
	padding:15px 0px;
	width:75%;
	transition:.3s;
}
.secondnav ol li i{
	width:auto;
	height:40px;
	position:relative;
}
.secondnav ol li i img{
    height:100%;
    width:auto;
}
/*.secondnav ol li i::after{
	content:'';
	position:absolute;
	width:8px;
	height:8px;
	border-right:1px solid var(--green-color);
	border-bottom:1px solid var(--green-color);
	top:50%;
	right:1px;
	margin-top:-4px;
	transform:rotate(-45deg);
}
.secondnav ol li i::before{
	content:"";
	position:absolute;
	width:19px;
	height:1px;
	background:var(--green-color);
	top:50%;
	left:0;
}*/
.secondnav ol li a:hover{
	color:var(--green-color);
}
.secondnav dl{
	padding:40px;
	width:42%;
}
.secondnav dl dd{
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
.secondnav dl dd .hclist{
	width:50%;
}
/*.secondnav dl dd .hclist:last-child{
	width:100%;
	border-top:1px solid rgba(0,0,0,.1);
	border-bottom:1px solid rgba(0,0,0,.1);
	margin:15px 0px 0px;
	padding:12px 0px;
	display:flex;
	font-family:SHSCR;
}
.secondnav dl dd .hclist:last-child h2{
	text-transform:capitalize;
}
.secondnav dl dd .hclist:last-child section{
	margin:0;
}*/
.secondnav dl dt{
	width:100%;
	display:flex;
	padding-top:4%;
	border-top:1px solid rgba(0,0,0,.1);
	margin-top:4%;
}
.secondnav dl dd .hclist>i{
	display:block;
	height:1px;
	background:rgba(0,0,0,.1);
	margin:15px 0px 10px;
}
.secondnav dl dd h2{
	font-size:15px;
	line-height:28px;
	text-transform:uppercase;
}
.secondnav dl dd section{
	font-size:14px;
	line-height:26px;
	font-weight:300;
	color:#333;
	margin:5px 0px 0px;
}
.secondnav dl dt a{
	display:block;
	margin-right:15px;
}
.secondnav dl dt a i{
	font-size:34px;
	line-height:34px;
}
@media (max-width:1440px) {
	.logo svg:first-child{
		max-height: 40px;
	}
	.logo svg:last-child{
		max-height: 30px;
		margin-left: 10px;
	}
	nav{
		width: 55%;
	}
	nav li>a{
		font-size: 16px;
		line-height: 66px;
	}
	nav li dl{
		min-width: 200px;
		left: -59px;
	}
	nav dd a{
		font-size: 16px;
		text-align: center;
		line-height: 58px;
	}
	.timail{
		padding: 0px 10px;
	}
	.timail a i{
		font-size: 50px;
		line-height: 24px;
	}
	.timail a p{
		width: 110px;
		height: 28px;
		border-radius: 15px;
		line-height: 28px;
		font-size: 13px;
		letter-spacing: 2px;
	}
	.search i{
		font-size: 20px;
	}
	.language a i{
		font-size: 20px;
	}
	.sousuo{
		padding: 10px 6.5% 10px 15%;
	}
	.sousuo span i{
		font-size: 22px;
	}
	.sousuo form input{
		height: 40px;
		line-height: 20px;
		padding: 10px;
	}
	.sousuo form button{
		font-size: 16px;
	}
	.secondnav ol li a{
		font-size:16px;
		padding:15px 0px;
	}
	.secondnav{
		min-height:410px;
	}
}
nav>h2{
	display:none;
	justify-content:flex-end;
	padding:10px 15px 0;
}
nav>h2 i{
	display:block;
	width:30px;
	height:30px;
	position:relative;
}
nav>h2 i::after{
	content:"";
	position:absolute;
	width:2px;
	height:30px;
	background:#000;
	top:50%;
	left:50%;
	margin-top:-15px;
	margin-left:-1px;
	transform:rotate(45deg);
}
nav>h2 i::before{
	content:"";
	position:absolute;
	width:2px;
	height:30px;
	background:#000;
	top:50%;
	left:50%;
	margin-top:-15px;
	margin-left:-1px;
	transform:rotate(-45deg);
}
.nav-click{
	display:none;
	flex-wrap:wrap;
	align-content:space-between;
	width:31px;
	height:26px;
	padding:5px 4px;
}
.nav-click i{
	width:30px;
	height:2px;
	background:#fff;
}
.top:hover .nav-click i{
	background: #000;
}
.head .nav-click i{
	background:#000;
}
@media (max-width:992px) {
	.top{
		padding: 6px 15px;
		align-items:flex-start;
	}
	.top:hover{
		box-shadow: 0px 0px 10px rgba(0, 0, 0, .2);
	}
	.head .top{
		box-shadow: 0px 0px 5px rgba(0, 0, 0, .2);
	}
	.logo{
		padding: 0px 0px 0px;
	}
	.logo svg:first-child{
		max-height: 30px;
	}
	.logo svg:last-child{
		max-height: 20px;
		margin-left: 5px;
	}
	.nav-click{
		display:flex;
	}
	nav{
		position:fixed;
		width:100%;
		height:100%;
		top:0;
		left:0;
		background:#fff;
		display:none;
		z-index:6;
	}
	nav.nav{
		display:block;
		animation:fadeIn .3s;
	}
	nav h2{
		display:flex;
	}
	nav ul{
		display: block;
		padding: 0px 15px 15px;
		width:100%;
		height:calc(100% - 50px);
		overflow-y:auto;
	}
	nav li{
		position: relative;
		margin:0px 0px 5px;
	}
	nav li>a{
		color: #000;
		font-size: 16px;
		line-height: 48px;
		border-bottom:1px solid rgba(0,0,0,.07);
		text-align:center;
		font-weight:500;
	}
	nav li dl{
		position: static;
		min-width: 100%;
		left: -89px;
		top: 100%;
		display: flex;
		flex-wrap:wrap;
		margin:2px -2px;
	}
	nav li dl::before{
		display:none;
	}
	nav dd{
		width:33.333333%;
	}
	nav ul li:nth-child(2) dd{
		width:50%;
	}
	nav dd a{
		font-size: 14px;
		line-height: 36px;
		border-bottom:1px solid rgba(0,0,0,.07);
	}
	nav dd:last-child a{
		border-bottom:1px solid rgba(0,0,0,.07);
	}
	nav ul li:nth-child(2) dd:nth-child(7){
		width:50%;
	}
	.fnction{
		width: 40%;
	}
	.timail{
		padding:0;
	}
	.timail a i{
		font-size: 26px;
		line-height: 30px;
	}
	.timail a p{
		display:none;
	}
	.search i{
		font-size: 18px;
	}
	.language a i{
		font-size: 18px;
		line-height:28px;
	}
	.sousuo{
		padding: 10px 15px;
	}
	.sousuo span i{
		font-size: 20px;
	}
	.sousuo form{
		width: 85%;
	}
	.sousuo form input{
		width: 80%;
		height: 36px;
		line-height: 16px;
		padding: 10px;
		font-size:14px;
	}
	.sousuo form button{
		width: 20%;
		font-size: 14px;
		letter-spacing: 0px;
	}
}