header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 3;
	transition: .8s;
}
.h-white{
	animation: slideIno 1.6s linear forwards;
}
.hm-white{
	background: rgba(255, 255, 255, .95);
}
@keyframes slideIno {
	0% {
		background: rgba(255, 255, 255, .8);
	}
	50% {
		background: rgba(255, 255, 255, 1);
	}
	100% {
		background: rgba(255, 255, 255, .8);
	}
}
.logo a{
	display: flex;
	align-items: center;
	position: relative;
	z-index: 5;
}
.logo svg:first-child,.logo img:first-child{
	height: 20px;
	width: auto;
}
.logo svg:last-child,.logo img:last-child{
	margin-left: 10px;
	height: 32px;
	width: auto;
}
.logo svg:first-child path{
	fill: #e1553e;
}
.logo svg:last-child path{
	fill: #fff;
}
.m-logo svg:first-child,.logo img:first-child{
	height: 20px;
	width: auto;
}
.m-logo svg:last-child,.logo img:last-child{
	margin-left: 10px;
	height: 32px;
	width: auto;
}
.m-logo svg:first-child path{
	fill: #e1553e;
}
.m-logo svg:last-child path{
	fill: #fff;
}
.h-white .logo svg:last-child path,.hm-white .logo svg:last-child path{
	fill: #000;
}
.nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 7%;
	position: relative;
	z-index: 5;
}
.nav a{
	color: #fff;
	transition: .3s;
}
.h-white .nav li>a,.hm-white .nav li>a{
	color: #000;
}
.hm-white .nav{
	transition: 0s .2s;
	border-bottom: 1px solid #ddd;
}
.menu{
	display: flex;
	width: calc(86% - 300px);
}
.menu ul{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.menu li{
	position: relative;
}
.menu li>a{
	display: block;
	font-size: 18px;
	line-height: 24px;
	padding: 30px 0px;
	transition: .3s;
	position: relative;
}
.menu li>a:after{
	content: "";
	position: absolute;
	width: 0;
	left: 50%;
	height: 3px;
	bottom: -2px;
	background: #e1553e;
	transition: .3s;
}
.menu li.on>a{
	color: #e1553e;
}
.menu li.on>a::after{
	left: 0;
	width: 100%;
}
.menu li dl{
	position: absolute;
	top: 100%;
	left: 0;
	padding-top: 20px;
	display: none;
	min-width: 125px;
	animation: fadeInDown .5s ease-out;
	z-index: 6;
}
.menu li dl.dl{
	display: block;
	animation: fadeInUp .5s ease-out;
}
.menu li dd{
	display: flex;
}
.menu li dd a{
	display: block;
	font-size: 14px;
	padding: 8px 0px;
	line-height: 20px;
	white-space: nowrap;
	color: #555;
	transition: .3s;
	position: relative;
}
.menu li dd a:hover{
	color: #e1553e;
}
.menu li dd a:after{
	content: "";
	position: absolute;
	width: 0;
	left: 50%;
	height: 1px;
	bottom: 8px;
	background: #e1553e;
	transition: .3s;
}
.menu li dd a:hover::after{
	left: 0;
	width: 100%;
}
.n-menu,.n-menus{
	height: 480px;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	background: rgba(255, 255, 255, .95);
	display: none;
}
.n-menus{
	height: 84px;
}
.tool{
	display: flex;
	align-items: center;
	margin-left: 95px;
	position: relative;
	z-index: 5;
}
.language a{
	display: flex;
	align-items: center;
}
.h-white .language a,.hm-white .language a{
	color: #000;
}
.language a span{
	margin-left: 10px;
	font-size: 14px;
	line-height: 24px;
	font-family:SHSCN-Normal;
}
.search{
	display: flex;
	align-items: center;
	margin: 0px 35px;
}
.search:before,.search:after{
	content: "";
	width: 1px;
	height: 12px;
	background: rgba(255, 255, 255, .6);
}
.h-white .search:before,.h-white .search:after,.hm-white .search:before,.hm-white .search:after{
	background: rgba(0, 0, 0, .6);
}
.search p{
	margin: 0px 30px;
	font-family:SHSCN-Normal;
	position: relative;
	cursor: pointer;
}
.search p:after,.search p:before{
	content: "";
	position: absolute;
	width: 2px;
	height: 18px;
	background: #000;
	left: calc(50% - 1px);
	top: 4px;
	opacity: 0;
	transition: 0s;
}
.search p:after{
	transform: rotate(45deg);
}
.search p:before{
	transform: rotate(-45deg);
}
.search p.on:after,.search p.on:before{
	opacity: 1;
	transition: .3s;
}
.search i{
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	transition: .3s;
}
.search p.on i{
	opacity: 0;
	transition: 0s;
}
.h-white .search i,.hm-white .search i{
	color: #000;
}
.bill{
	color: #fff;
	font-size: 15px;
	line-height: 24px;
	font-family:SHSCN-Normal;
	display: flex;
	align-items: center;
	cursor: pointer;
	transition: .3s;
}
.h-white .bill,.hm-white .bill{
	color: #000;
}
.bill i{
	font-size: 20px;
	line-height: 24px;
	margin-left: 5px;
	margin-top: 2px;
}
.menu-big{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 6;
	background: #434343;
	width: 100%;
	height: 100%;
	padding: 25px 7%;
	transform: scale(0);
	opacity: 0;
	transition: opacity .5s,transform 0s .5s;
}
.menu-big.menu-show{
	transform: scale(1);
	opacity: 1;
	transition: opacity .5s,transform 0s 0s;
}
.m-head{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.m-head .close{
	color: #fff;
	font-family:SHSCN-Normal;
	font-size: 16px;
	cursor: pointer;
}
.m-head .close i{
	margin-left: 6px;
}
.m-content{
	margin-top: 12%;
	padding: 0px 15%;
	display: flex;
	justify-content: space-between;
}
.m-content dl{
	animation: fadeInDown_qs50 .5s ease-out forwards;
}
.m-content dl:last-child{
	display: none;
}
.m-content dt{
	margin: 0px 0px 50px;
}
.m-content dt a{
	color: #fff;
	font-size: 24px;
	line-height: 44px;
	font-family:SHSCN-Normal;
}
.m-content dd a{
	font-size: 18px;
	font-weight: 300;
	line-height: 40px;
	color: #ddd;
}
.menu-show .m-content dl:nth-child(1){
	animation: fadeInUp_qs50 .5s ease-out forwards;
}
.menu-show .m-content dl:nth-child(2){
	animation: fadeInUp_qs50 .8s ease-out forwards;
}
.menu-show .m-content dl:nth-child(3){
	animation: fadeInUp_qs50 1.1s ease-out forwards;
}
.menu-show .m-content dl:nth-child(4){
	animation: fadeInUp_qs50 1.4s ease-out forwards;
}
.menu-show .m-content dl:nth-child(5){
	animation: fadeInUp_qs50 1.7s ease-out forwards;
}
.menu-show .m-content dl:nth-child(6){
	animation: fadeInUp_qs50 1.9s ease-out forwards;
}
.sousuo{
	position: fixed;
	z-index: -3;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transform: scale(0);
	transition: 0s .5s;
}
.sousuo-s{
	transition: 0s 0s;
	z-index: 3;
	transform: scale(1);
}
.sousuo:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: -100%;
	left: 0;
	background: #f7f7f7;
	transition: .5s;
}
.sousuo-s:after{
	top: 0;
}
.sousuo section{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 2;
	opacity: 0;
	transition: .3s 0s;
}
.sousuo-s section{
	opacity: 1;
	transition: .3s .3s;
}
.sousuo form{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 60%;
	border-bottom: 1px solid #ddd;
}
.sousuo form input{
	width: 85%;
	border: 0;
	line-height: 20px;
	padding: 30px 0px;
	height: 50px;
	font-size: 18px;
	background: transparent;
	outline: none;
}
.sousuo form input::placeholder{
	color: #bbb;
}
.sousuo form button{
	width: 100px;
	height: 36px;
	border-radius: 18px;
	background: #434343;
	color: #fff;
	border: 0;
	font-size: 14px;
}
.sousuo form button:hover{
	color: #fff;
	background: #e1553e;
	cursor: pointer;
}
@media (max-width: 1440px) {
	.menu{
		width: calc(95% - 300px);
	}
	.menu li>a{
		font-size: 16px;
		line-height: 24px;
		padding: 30px 0px;
	}
	.menu li dd a{
		padding: 5px 0px;
	}
	.menu li dd a:after{
		bottom: 5px;
	}
	.n-menu,.n-menus{
		height: 400px;
	}
	.tool{
		margin-left: 40px;
	}
	.search{
		margin: 0px 30px;
	}
	.search p{
		margin: 0px 23px;
	}
	.bill{
		font-size: 14px;
	}
	.bill i{
		font-size: 18px;
	}
	.m-content{
		margin-top: 10%;
	}
	.m-content dt{
		margin: 0px 0px 40px;
	}
	.m-content dt a{
		font-size: 22px;
		line-height: 40px;
	}
	.m-content dd a{
		font-size: 16px;
		line-height: 36px;
	}
}
@media (max-width: 992px) {
	.nav{
		padding: 15px;
	}
	.logo,.m-logo{
		width: 58.5%;
	}
	.menu{
		width: auto;
	}
	.menu ul{
		display: none;
	}
	.language{
		display: none;
	}
	.tool{
		margin-left: 0px;
	}
	.search{
		display: none;
	}
	.menu-big{
		padding: 16px 15px;
	}
	.m-logo a{
		display:flex;
		align-items:center;
	}
	.m-head .close{
		font-size: 12px;
	}
	.m-head .close i{
		margin-left: 5px;
		font-size: 12px;
	}
	.m-content{
		margin-top: 12%;
		padding: 0px 0px;
		display: block;
	}
	.m-content dl:last-child{
		display: block;
	}
	.m-content dt{
		margin: 0px 0px 0px;
		width: 100%;
		display: flex;
		justify-content: space-between;
		border-bottom: 1px solid rgba(255, 255, 255, .2);
	}
	.m-content dt a{
		width: 80%;
		display: block;
		font-size: 15px;
		line-height: 24px;
		padding: 15px 0px;
	}
	.m-content dt i{
		width: 20%;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		padding-right: 5px;
	}
	.m-content dt i:after{
		content: "";
		width: 15px;
		height: 15px;
		background: url(../images/rjt.png) right center no-repeat;
		background-size: auto 15px;
		transition: .3s;
	}
	.m-content dt.on i:after{
		transform: rotate(90deg);
	}
	.m-content dl section{
		display: none;
		border-bottom: 1px solid rgba(255, 255, 255, .2);
		padding: 10px 0px;
	}
	.m-content dd{
		padding: 5px 10px 2px;
	}
	.m-content dd a{
		font-size: 14px;
		line-height: 25px;
	}
}