* {
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
}
html, body {
	height: 100%;
}
a {
	text-decoration: none;
}
section, div, ul, li, p {
	position: relative;
}
img {
	max-width: 100%;border:none;
}
/* 屏蔽文本框高亮 */
input, select {
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.pc-none {
	display: none !important;
}
.container {
	position: absolute;
	width: 100%;
	min-height: 100%;
}
.container .x-center {
	position: relative;
	margin: 0 auto;
}
.container header {
	position: relative;
	width: 100%;
}
.container header nav {
	position: relative;
	height: 70px;
	background-color: #fff;
}
.container header nav .nav {
	position: relative;
	width: 1000px;
	height: 70px;
}
.container header nav .logo {
	position: absolute;
	height: 70px;
	left: 0;
	top: 0;
}
.container header nav .nav-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	height: 70px;
	right: 0;
	top: 0;
}
.container header nav .nav-btn a {
	position: relative;
	display: block;
	font-size: 16px;
	text-align: center;
	line-height: 70px;
	margin-left:30px;
	color: #333;
}
.container header nav .nav-btn a span {
	font-size: 16px;
	color: #666;
}
.container header nav .nav-btn a.focus::after {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	top: 55px;
	background-color: #0071ce;
}
.container header .header-img {
	display: block;
	width: 100%;
}
.container footer {
	display: block;
	position: relative;
	width: 100%;
	background:#0071ce;
	background: linear-gradient(to right, #00c1de, #0071ce);
}
.container footer .footer {
	position: relative;
	width: 1000px;
	padding: 40px 0 50px;
	background: url(../images/footer-bg.png) no-repeat;
	background-size: 224px;
	background-position:bottom right;

}
.container footer .footer-title {
	position: relative;
	font-size: 32px;
	color: #fff;
	text-align: center;
}
.container footer .footer .contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 100%;
	height:212px;
	padding: 20px 0 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: solid 1px #80d2ec;
}
.box-item{
	position: relative;
	width: 250px;
}
.container footer .footer .contacts-item {
	min-height:32px;margin-bottom:10px;
}
.container footer .footer .contacts-item-name {
	font-size: 14px; cursor:pointer;
	color: #fff;padding-right:20px;
}
.container footer .footer .contacts-item-name a{
	font-size: 14px;
	color: #fff;
}
.container footer .footer .contacts-item-c {
	margin:5px 0 0 5px;padding:0 0 0 10px;
	display: none;border-left:#fff 1px solid;
	font-size:12px;line-height:16px;
	color: #fff;
}

.container footer .footer .c {
	position: relative;
	margin-top: 40px;line-height:1;
}
.container footer .footer .c-address {
	font-size: 14px;
	color: #fff;
}
.container footer .footer .c-phone {
	margin-top: 8px;
	font-size: 14px;
	color: #fff;
}
.container footer .footer .c-c {
	margin-top: 8px;
	font-size: 14px;
	color: #fff;
}
.container footer .footer .c-wb {
	position: absolute;
	width: 40px;
	height: 30px;
	left: 500px;
	top: 0;
}
.container footer .footer .c-wb img {
	position: absolute;
	width: 100%;
	height: 100%;
}
.container footer .footer .c-wx {
	position: absolute;
	width: 40px;
	height: 30px;
	left: 580px;
	top: 0;
}
.container footer .footer .c-wx img {
	position: absolute;
	width: 100%;
	height: 100%;
}
.container footer .footer .authorize {
	position: relative;
	margin-top: 40px;
}
.container footer .footer .authorize p {
	font-size: 12px;
	color: #fff;
	line-height: 1.5;
}