﻿@charset "utf-8";
html {
	height: 100%;
	width: 100%;
}
body {
	font-family: "微软雅黑";
	font-size: 14px;
	min-width: 1366px;
	background: #ffffff;
	position: relative;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
}
p,
li,
ul,
h3 {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
:focus {
	outline: none;
}
::-ms-clear,
 ::-ms-reveal {
	display: none;
}
button,
input,
textarea {
	outline: none;
	font-family: "微软雅黑";
	font-size: 14px;
}
img {
	border: none;
}
a {
	text-decoration: none;
	color: inherit;
}
div,
span,
p,
img,
ul,
li,
a {
	box-sizing: border-box;
}

.footer {
	width: 100%;
/*	position: fixed;*/
	bottom: 0;
	height: 254px;
}
.footer.hui {
	background: #F1F2F3;
	color: #666666;
}
.footer.lan {
	background: #0E4379;
	color: #FFFFFF;
}
.footer-box {
	width: 1200px;
	margin: 0 auto;
}
.footer-select {
	width: 100%;
	box-sizing: content-box;
	height: 40px;
	padding-left: 68px;
	padding-top: 20px;
	/* overflow: hidden; */
}
.select {
	box-sizing: border-box;
	height: 40px;
	width: 210px;
	float: left;
	margin-right: 6px;
	position: relative;
	cursor: pointer;
}
.select-xz {
	width: 100%;
	height: 100%;
	line-height: 40px;
	font-size:16px;
	box-sizing: border-box;
	padding: 0 30px 0 14px;
	border-radius:4px;
}
.optionbox {
	display: none;
	width: 210px;
	max-height: 468px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(112,112,112,1);
	overflow: auto;
	position: absolute;
	bottom: 40px;
	box-sizing: border-box;
	/* padding: 10px 0; */
}
.optionbox span {
	display: block;
	padding: 0 14px;
	font-size:16px;
	color: #333333;
	height: 36px;
	line-height:36px;
}
.optionbox span:hover {
	background: #F1F2F3;
}
.hui .select-xz {
	border:1px solid rgba(102,102,102,1);
	color: #666666;
	background: url(../img/ssanjiao.png) no-repeat;
	background-position: 182px 16px;
}
.lan .select-xz {
	background: url(../img/ssanjiao1.png) no-repeat;
	color: #ffffff;
	background-color:rgba(3,105,190,0.24);
	background-position: 182px 16px;
}
.left-img {
	height: 80px;
	height: 80px;
	float: left;
	margin: 40px 24px 74px 58px;
}
.leftlist {
	float: left;
	width: 326px;
}
.leftlist span {
	margin-top: 16px;
	display: block;
	font-size:15px;
}
.centerlist {
	width: 304px;
	float: left;
	box-sizing: border-box;
	padding-left: 30px;
	margin-right: 48px;
}
.centerlist span {
	margin-top: 16px;
	display: block;
	font-size:15px;
	position: relative;
}
.centerlist span img {
	position: absolute;
	left: -30px;
	top: 0;
	width: 20px;
	height: 20px;
}
.rightlist {
	width: 142px;
	float: left;
	box-sizing: border-box;
	padding-left: 20px;
	margin-right: 50px;
}
.rightlist span {
	margin-top: 27px;
	display: block;
	font-size:15px;
	position: relative;
}
.rightlist span img {
	position: absolute;
	left: -30px;
	top: -3px;
	width: 25px;
	height: 25px;
}
.rightimg {
	width: 110px;
	float: left;
}
.rightimg img {
	width: 110px;
	height: 110px;
	margin-top: 16px;
	margin-bottom: 5px;
}
.rightimg div {
	width: 100%;
	text-align: center;
	font-size: 13px;
}
.bottomtext {
	float: left;
	width: 520px;
	margin-top: -20px;
	font-size: 15px;
}