body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;box-sizing: border-box;}
body{background:#fff;color:#333;font-family: "微软雅黑";}
ul,ol,li{list-style-type:none;}
/*select,input,img,select{vertical-align:middle;box-sizing: border-box;}*/
a{color:#333;text-decoration:none;}
dl,dt,dd{margin: 0;}
ul{
	zoom: 1;
}
ul:after{
	display: block;
	content: '';
	clear: both;
}
.clear{
	clear: both;
}

header{
	width: 100%;
	padding: 0 0.4rem;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	zoom: 1;
	transition-duration: 0.5s;
}
header:after{
	display: block;
	content: '';
	clear: both;
}
.logo{
	float: left;
	width: 5.4281rem;
	margin-top: 0.2rem;
}
.logo a{
	display: block;
}
.logo img{
	width: 100%;
}
.logo-white{
	display: block;
}
.logo-black{
	display: none;
}

.head-menu{
	float: left;
	margin-left: 0.7rem;
}
.head-menu ul li{
	float: left;
	font-size: 0.19rem;
	line-height: 1.12rem;
	margin-right: 0.24rem;
	position: relative;
}
.head-menu ul li a{
	color: #FFFFFF;
}
.head-menu ul li:last-child{
	margin-right: 0;
}
.head-menu ul li dl{
	position: absolute;
	width: 2.2rem;
	top: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-30px);
	transition-duration: 0.5s;
}
.head-menu ul li dl dd{
	padding: 0 0.1rem;
	font-size: 0.16rem;
	line-height: 0.5rem;
	border-bottom: 1px solid #999999;
	background: #FFFFFF;
	font-weight: normal !important;
}
.head-menu ul li dl dd a{
	font-weight: normal !important;
	color: #333333 !important;
}
.head-menu ul li:hover dl{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

.head-on a{
	color: #d72718 !important;
	font-weight: bold;
}
.login{
	float: left;
	margin-left: 0.2rem;
	margin-top: 0.38rem;
	zoom: 1;
}
.login:after{
	display: block;
	content: '';
	clear: both;
}
.login a{
	float: left;
	display: block;
	width: 0.84rem;
	height: 0.34rem;
	border-radius: 0.34rem;
	font-size: 0.16rem;
	color: #FFFFFF;
	text-align: center;
	line-height: 0.34rem;
	transition-duration: 0.5s;
}
.login a:nth-child(1){
	background: #d72718;
	margin-right: 0.1rem;
}
.login a:nth-child(2){
	background: #757575;
}
.login a:nth-child(1):hover{
	box-shadow: 0 0 4px 2px #6b0c03 inset;
}
.login a:nth-child(2):hover{
	box-shadow: 0 0 4px 2px #474545 inset;
}
.other-menu{
	float: left;
	margin-left: 0.2rem;
	margin-top: 0.38rem;
	padding-left: 0.2rem;
	zoom: 1;
	position: relative;
}
.other-menu:before{
	display: block;
	content: '';
	width: 1px;
	height: 0.34rem;
	background: #FFFFFF;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.17rem;
}
.other-menu:after{
	display: block;
	content: '';
	clear: both;
}
.language{
	float: left;
	display: block;
	width: 0.3rem;
	height: 0.34rem;
	font-size: 0.2rem;
	color: #FFFFFF;
	font-family: arial;
	line-height: 0.34rem;
}
.search{
	float: left;
	width: 0.42rem;
	height: 0.34rem;
	position: relative;
	cursor: pointer;
}
.search img{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.search-white{
	display: block;
}
.search-black{
	display: none;
}
.w1540{
	width: 16.34rem;
	margin: 0 auto;
}

.on{
	background: #FFFFFF;	
}
.on .logo-white{
	display: none !important;
}
.on .logo-black{
	display: block !important;
}
.on .head-menu ul li a{
	color: #333333;
}
.on .language{
	color: #333333;
}
.on .other-menu:before{
	background: #333333;
}
.on .search-white{
	display: none;
}
.on .search-black{
	display: block;
}
.foot-box{
	padding: 0.6rem 0 0.4rem;
	background: #403f45;
}
.foot-box .w1540{
	zoom: 1;
}
.foot-box .w1540:after{
	display: block;
	content: '';
	clear: both;
}
.foot-box-fl{
	float: left;
	width: 13%;
	position: relative;
}
.foot-box-fl:after{
	display: block;
	content: '';
	width: 1px;
	height: 2rem;
	background: linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));
	background: -webkit-linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));
	background: -moz-linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));
	background: -o-linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));
	background: -ms-linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));
	position: absolute;
	right: 0;
	top: 0;
}
.foot-box-fc{
	float: left;
	width: 71%;
	padding-left: 0.4rem;
	zoom: 1;
}
.foot-box-fc:after{
	display: block;
	content: '';
	clear: both;
}
.foot-box-fr{
	float: left;
	width: 16%;
	padding-left: 0.4rem;
	position: relative;
	text-align: center;
}
.foot-box-fr:after{
	display: block;
	content: '';
	width: 1px;
	height: 2rem;
	background: linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));
	background: -webkit-linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));
	background: -moz-linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));
	background: -o-linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));
	background: -ms-linear-gradient(to bottom,rgba(255,255,255,0),rgba(255,255,255,0.5),rgba(255,255,255,0));
	position: absolute;
	left: 0;
	top: 0;
}
.foot-box-fl img{
	display: block;
	width: 1.685rem;
}
.mall{
	margin-top: 0.25rem;
}
.mall a{
	font-size: 0.18rem;
	color: #FFFFFF;
	line-height: 0.3rem;
	padding-left: 0.38rem;
	position: relative;
}
.mall a:before{
	display: block;
	content: '';
	width: 27px;
	height: 26px;
	background: url(../images/gwc.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -13px;
}

.foot-box-fc dl{
	float: left;
	margin-right: 0.8rem;
	max-width: 1.9rem;
}
.foot-box-fc dl:last-child{
	margin-right: 0;
}
/*.foot-box-fc dl:nth-child(3){
	margin-right: 0.3rem;
}*/
.foot-box-fc dl dt{
	font-size: 0.19rem;
	color: #ffffff;
	line-height: 0.26rem;
	font-weight: normal;
	margin-bottom: 0.24rem;
}
.foot-box-fc dl dt a{
	color: #FFFFFF;
}
.foot-box-fc dl dd{
	font-size: 0.15rem;
	color: #ffffff;
	line-height: 0.24rem;
	font-family: "宋体";
	margin-bottom: 0.1rem;
	opacity: 0.63;
}
.foot-box-fc dl dd a{
	color: #FFFFFF;
}
.foot-box-fc dl dd:hover{
	opacity: 1;
}

.ewm{
	display: inline-block;
}
.ewm img{
	display: block;
	width: 1.38rem;
	margin: 0 auto;
}
.ewm p{
	font-size: 0.16rem;
	color: #ffffff;
	text-align: center;
	margin-top: 0.1rem;
	opacity: 0.7;
}
.foot-beian{
	background: #36353b;
	padding: 0.2rem 0;
}
.foot-beian .w1540{
	zoom: 1;
}
.foot-beian .w1540:after{
	display: block;
	content: '';
	clear: both;
}
.beian{
	float: left;
}
.jszc{
	float: right;
}
.foot-beian p{
	font-size: 0.16rem;
	color: #FFFFFF;
	opacity: 0.6;
	line-height: 0.24rem;
}
.foot-beian p a{
	color: #FFFFFF;
}

.mobile-menu{
	display: none;
	position: fixed;
	width: 100%;
	height: 1rem;
	background: #FFFFFF;
	padding: 0 0.2rem;
	z-index: 90;
	zoom: 1;
	top: 0;
}
.mobile-menu:after{
	display: block;
	content: '';
	clear: both;
}
.mobile-logo{
	float: left;
	width: 60%;
	margin-top: 0.22rem;
}
.mobile-logo img{
	display: block;
	width: 100%;
}
.mobile-menuBtn{
	position: absolute;
	right: 0;
	top: 0;
	width: 1rem;
	height: 1rem;
	background: #d01027;
}
.mobile-menuBtn span{
	position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 5px) / 2);
    width: 30px;
    height: 3px;
    background-color: #fff;
    transition-duration: 0.5s;
}
.mobile-menuBtn span:nth-child(1){
	transform: translateY(10px) rotate(0deg);
	animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}
.mobile-menuBtn span:nth-child(2){
	transform: translateY(-10px) rotate(0deg);
	animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}
.mobile-menuBtn span:nth-child(3){
	width: 20px;
}
.active_mobile span:nth-child(1) {
    transform: rotate(45deg);
    width: 30px;
}
.active_mobile span:nth-child(2) {
    transform: rotate(-45deg);
    width: 30px;
}
.active_mobile span:nth-child(3) {
    opacity: 0;
}

@media only screen and (max-width: 1540px){
	.foot-box-fc dl{
		float: left;
		margin-right: 0.5rem;
    	max-width: 2.7rem;
	}
}
@media only screen and (max-width: 1360px){
	
}
@media only screen and (max-width: 769px){
	.mobile-menu{
		display: block;
	}
	header{
		left: -62%;
		width: 60%;
		height: 100%;
		background: #FFFFFF;
		padding: 0.5rem 0.2rem;
		box-shadow: 0 0 4px 2px #dbdada;
	}

	.logo{
		width: 100%;
		margin-top: 0;
		margin-bottom: 0.4rem;
	}
	.logo-white{
		display: none;
	}
	.logo-black{
		display: block;
	}
	.head-menu{
		float: none;
		width: 100%;
		margin-left: 0;
	}
	.head-menu ul li{
		width: 100%;
		font-size: 0.3rem;
		line-height: 0.8rem;
		margin-right: 0;
	}
	.head-menu ul li a{
		color: #333;
	}
	.head-menu ul li dl{
		width: 100%;
		position: relative;
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		transition-duration: initial;
		display: none;
	}
	.head-menu ul li dl dd{
		padding-left: 0.2rem;
		border-bottom: none;
		font-size: 0.28rem;
	}
	.head-menu ul li dl dd a{
		font-weight: normal;
		color: #999 !important;
	}
	.login{
		float: none;
		margin-left: 0;
	}
	.login a{
		width: 1.4rem;
		height: 0.5rem;
		font-size: 0.26rem;
		line-height: 0.5rem;
	}
	.other-menu{
		margin-left: 0;
		float: none;
	}
	.other-menu:before{
		display: none;
	}
	.language{
		font-size: 0.3rem;
		color: #333333;
		margin-top: 0.04rem;
	}
	.search{
		margin-left: 0.2rem;
		width: 0.48rem;
    	height: 0.38rem;
	}
	.search-white{
		display: none;
	}
	.search-black{
		display: block;
	}
	.w1540{
		width: 94%;
	}
	.foot-box-fl{
		width: 50%;
	}
	.foot-box-fl img{
		width: 1.85rem;
	}
	.foot-box-fc{
		display: none;
	}
	.foot-box-fr{
		float: right;
		width: 50%;
	}
	.foot-box-fr:after{
		display: none;
	}
	.mall{
	    margin-top: 0.4rem;
	}
	.mall a{
		font-size: 0.28rem;
		padding-left: 0.68rem;
		line-height: 0.46rem;
	}
	.mall a:before{
		width: 24px;
    	height: 23px;
    	margin-top: -11px;
	}
	.ewm p{
		font-size: 0.28rem;
	}
	.foot-beian p{
		font-size: 0.28rem;
		line-height: 0.36rem;
	}
}



