* {
	margin: 0;
	padding: 0;
	font-size: calc(100vw/7.5);
	list-style: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
}
html, body {
	height: 100%;/* width: 100%; */
/* overflow: hidden; */
}
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);
}
.container {
	position: absolute;
	width: 100%;
	min-height: 100%;
}
.all {
	position: absolute;
	overflow: scroll;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-overflow-scrolling: touch;
}
/*loading  Css*/
.loading {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}
.spinner {
	position: absolute;
	width: 60px;
	height: 60px;
	margin: auto;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.container1 > div, .container2 > div, .container3 > div {
	width: 15px;
	height: 15px;
	background-color: #67CF22;
	border-radius: 100%;
	position: absolute;
	-webkit-animation: bouncedelay 1.2s infinite ease-in-out;
	animation: bouncedelay 1.2s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.spinner .spinner-container {
	position: absolute;
	width: 100%;
	height: 100%;
}
.container2 {
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
}
.container3 {
	-webkit-transform: rotateZ(90deg);
	transform: rotateZ(90deg);
}
.circle1 {
	top: 0;
	left: 0;
}
.circle2 {
	top: 0;
	right: 0;
}
.circle3 {
	right: 0;
	bottom: 0;
}
.circle4 {
	left: 0;
	bottom: 0;
}
.container2 .circle1 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.container3 .circle1 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
.container1 .circle2 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.container2 .circle2 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
.container3 .circle2 {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}
.container1 .circle3 {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.container2 .circle3 {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.container3 .circle3 {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.container1 .circle4 {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}
.container2 .circle4 {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}
.container3 .circle4 {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}
@-webkit-keyframes bouncedelay {
 0%, 80%, 100% {
 -webkit-transform: scale(0);
}
 40% {
 -webkit-transform: scale(1);
}
}
@keyframes bouncedelay {
 0%, 80%, 100% {
 transform: scale(0);
 -webkit-transform: scale(0);
}
 40% {
 transform: scale(1);
 -webkit-transform: scale(1);
}
}
body {
	background-color: #fff;
}
header {
	position: relative;
	width: 100%;
}
header nav {
	position: relative;
	height: 1rem;
	background-color: #fff;
}
header nav .nav {
	position: relative;
	width: 100%;
	height: 1rem;
}
header nav .logo {
	position: absolute;
	width: auto;
	height: 1rem;
	left: .2rem;
	top: 0;
}
header nav .nav-show-btn {
	display: block;
	position: absolute;
	width: 1rem;
	height: 1rem;
	top: 0;
	right: 0;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
header nav .u {
	background-image: url(../images/m-img/unfold.jpg);
}
header nav .p {
	background-image: url(../images/m-img/pack-up.jpg) !important;
}
header nav .nav-btn {
	display: none;
	position: absolute;
	width: 100%;
	top: 1rem;
	padding: 0 0 .4rem 0;
	background-color: rgba(0, 120, 207, 0.9);
	z-index: 5;
}
header nav .nav-btn a {
	display: block;
	margin: 0 20px;
	text-align: center;
	font-size: .36rem;
	color: #fff;
	padding: 20px 0;
	line-height: 1;
	border-bottom: solid 1px #8cbfe9;
}
header nav .nav-btn a span {
	font-size: .36rem;
	color: #fff;
}
header .header-img {
	display: block;
	width: 100%;
}
footer {
	display: block;
	position: relative;
	width: 100%;
	background:#0071ce;
	background: linear-gradient(to right, #00c1de, #0071ce)
}
footer .footer {
	position: relative;
	width: 7.1rem;
	margin: 0 auto;
	padding: .4rem 0 .5rem;
	background: url(../images/footer-bg.png) bottom right no-repeat;
	background-size: 220px;
}
footer .footer-title {
	position: relative;
	font-size: .32rem;
	color: #fff;
	text-align: center;
}
footer .footer .contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	width: 7.1rem;
	margin-top: .3rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-bottom: 10px;
	border-bottom: solid 1px #80d2ec;
}
footer .footer .contacts-item {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
}
footer .footer .contacts-item-name {
	font-size: .28rem;
	padding-right: 20px;
	color: #fff;
}
footer .footer .contacts-item-name a{
	font-size: .28rem;
	color: #fff;
}
footer .footer .contacts-item-name::before {
	display: inline-block;
	content: "·";line-height:16px;
	color: #fff;
}
footer .footer .contacts-item-c {
	display:none;
	margin:5px 0 0 10px;padding-left: 10px;
	border-left:#fff 1px solid;
	font-size: 12px;line-height:16px;
	color: #fff;
}
footer .footer .c {
	position: relative;
	margin-top: .4rem;
}
footer .footer .c-address {
	margin-top: .08rem;
	font-size: 12px;
	color: #fff;
}
footer .footer .c-phone {
	margin-top: .08rem;
	font-size: 12px;
	color: #fff;
}
footer .footer .c-c {
	margin-top: .08rem;
	font-size: 12px;
	color: #fff;
}
footer .footer .c-wb {
	display: inline-block;
	position: relative;
	width: .8rem;
	margin-right: 20px;
	height: .6rem;
}
footer .footer .c-wb img {
	position: absolute;
	width: 100%;
	height: 100%;
}
footer .footer .c-wx {
	display: inline-block;
	position: relative;
	width: .8rem;
	height: .6rem;
}
footer .footer .c-wx img {
	position: absolute;
	width: 100%;
	height: 100%;
}
footer .footer .authorize {
	position: relative;
	margin-top: .4rem;
}
footer .footer .authorize p {
	font-size: 10px;
	color: #fff;
	line-height: 1.5;
}