@charset "utf-8";
body{
	background: #F3E6D9;
}
header{
	height: 50px;
}
.header{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 0;
	padding:0 10px;
	height: 50px;
	position: fixed;
	background: #F3E6D9;
	z-index: 99;
	width: 100%;
	left: 0;
	top: 0;
}
.header .left{
	display: flex;
	align-items: center;
}
.header .left .menu{
	min-width: 30px;
	height: 30px;
	background: transparent url(../images/menu.png) no-repeat center;
	background-size: 90%;
	border: none;
	outline: none;
	cursor: pointer;
	margin-right: 3px;
}
.header .left a{
position: absolute;
    left: 50%;
    transform: translate(-50%,0);}
.header .left img{
	height: 30px;
}
.header .right{
	display: flex;
	align-items: center;
}
.header .right b{
	color: #D1C9C1;
	font-size: 14px;
	margin: 0 3px;
}
.header .right .language{
	font-size: 14px;
	color: #000000;
}
/*手机端侧边菜单*/
.m_gai{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,.45);
	z-index: 99;
}
.mNav{
	position: fixed;
	top: 0;
	left: -180px;
	bottom: 0;
	width: 180px;
	background: #DD5419;
	z-index: 100;
}
.mNav .yiji{
	
}
.mNav .yiji>li{
	
}
.mNav .yiji>li>a{
	display: block;
	background: #DD5519;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    border-bottom: 1px solid #EC8C1B;
    padding: 6% 0;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}
.mNav .yiji>li>.erji{
	width: 100%;
	background: #E17B24;
	display: none;
}
.mNav .yiji>li>.erji>li{
	
}
.mNav .yiji>li>.erji>li>a{
	border: 1px solid #e17b24;
	border-bottom: 1px solid #f19e58;
	display: block;
	font-size: 14px;
	text-align: center;
	line-height: 35px;
	color: #ffffff;
	transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
}

.mNav .yiji>li.active>a{
	background: #E17B24;
}
/*手机端侧边菜单*/


.footer{
	background: #F1BC83;
	padding: 30px 10px 15px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.footer .info,
.footer .info a{
	font-size: 12px;
	color: #994f24;
	line-height: 23.7px;
}
.footer .ewm_a{
	margin-left: 10px;
	text-align: center;
	min-width: 70px;
}
.footer .ewm_a p{
	font-size: 14px;
	color: #323333;
	line-height: 20px;
	margin-bottom: 5px;
}
.footer .ewm_a .ewm{
	font-size: 0;
}
.footer .ewm_a .ewm a{
	display: block;
}
.footer .ewm_a .ewm img{
	width: 70px;
	height: 70px;
}