@charset "utf-8";
body{
	background: url(../images/body_bg.png) no-repeat top center;
}
.header1{
	font-size: 0;
	padding: 27px 0 9px;
}
.header1 .logo{
	
}
.header1 .logo a{
	display: block;
}
.header1 .logo img{
	height: 92px;
}
.header1 .right{
	margin: 5px 0;
}
.header1 .right .top{
	margin-bottom: 20px;
}
.header1 .right .top .language{
	font-size: 24px;
	color: #231815;
	line-height: 25px;
	padding-right: 25px;
	margin-right: 25px;
	position: relative;
}
.header1 .right .top .language:after{
	content: '';
	position: absolute;
	display: inline-block;
	width: 1px;
	height: 22px;
	background: #CBCBCB;
	right: 0;
	top: 50%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.header1 .right .top .qq{
	width: 25px;
	height: 25px;
	background: url(../images/qq.png) no-repeat center;
}
.header1 .right .form{
	border: 1px solid #958D86;
}
.header1 .right .form input{
	
	height: 35px;
}
.header1 .right .form input[type=text]{
	width: 240px;
	border: none;
	background: transparent;
	padding: 0 12px;
}
.header1 .right .form input[type=submit]{
	width: 85px;
	background: #ED921B;
	font-size: 18px;
	color: #ffffff;
	border: none;
	cursor: pointer;
}

.nav{
	background: #E3D6CA;
	border-bottom: 2px solid #41352B;
	font-size: 0;
}
.nav .yiji{
	
}
.nav .yiji>li{
	width: 16.66%;
	background: url(../images/nav.png) no-repeat right center;
	position: relative;
}
.nav .yiji>li:last-child{
	background: transparent;
}
.nav .yiji>li>a{
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	line-height: 20px;
	display: block;
	padding: 15px 0;
	text-align: center;
}
.nav .yiji>li>.erji{
	display: none;
	position: absolute;
	background: #E3D6CA;
	z-index: 100;
	width: 100%;
	left: 0;
	top: 52px;
	padding-bottom: 6px;
	border-bottom: 6px solid #41352B;
}
.nav .yiji>li>.erji>li{
	
}
.nav .yiji>li>.erji>li>a{
	display: block;
	text-align: center;
	font-size: 18px;
	color: #0e050a;
	line-height: 20px;
	padding: 15px 0;
	border-bottom: 1px solid #C6C2BF;
}

.footer{
	background: #F4E4D5;
	padding: 25px 0;
}
.footer .left{
	margin-top: 75px;
}
.footer .left div{
	margin-bottom: 20px;
}
.footer .left div:last-child{
	margin-bottom: 0;
}
.footer .left span{
	font-size: 14px;
	color: #666666;
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	line-height: 20px;
}
.footer .left span:last-child{
	margin-right: 0;
}
.footer .right{
	text-align: center;
	font-size: 0;
}
.footer .right .ewm{
	
}
.footer .right .ewm a{
	
}
.footer .right .ewm img{
	width: 96px;
	height: 96px;
}
.footer .right p{
	font-size: 18px;
	color: #666666;
	margin-top: 15px;
}
@media (min-width:768px) and (max-width:1199px) {
	.footer .left div{
		margin-bottom: 0;
	}
	.footer .left{
		margin-top: 0;
	}
	.footer .left span{
		display: block;
		margin-right: 0;
		line-height: 25px;
	}
}



