﻿body {
	background-color: #e8e8e8;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	overflow-x: hidden;
	position: relative;
}
img {
	width: 100%;
}
.header {
	margin: 0 auto 0.2rem;
	width: 9.5rem;
	height: 1.5rem;
	text-align: center;
	padding: 0.26rem 0.34rem 0 0.22rem;
	box-sizing: border-box;
	overflow: hidden;
	zoom: 1;
	z-index: 1200;
	position: fixed;
	top: 0;
	center:0;
	background: #000;
	border-bottom: 1px solid #FEB7B3;
}
.header .logo {
	margin: 0 auto 0.2rem;
	width: 3.79rem;
	position: relative;
}
.header .hImg {
	width: 1.4rem;
	float: left;
}
.header .menu {
	margin: 0.27rem 0 0;
	width: 0.64rem;
	float: right;
}
.header .menu.on a {
	display:block;
	background: url() no-repeat;
	background-size: 100% auto;
}
.header .menu.on a img {
	visibility: hidden;
}
.mainBox {
	padding-top: 1.5rem;
	position: relative;
	transition: transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
}
.mainBox.show {
	transform: translateX(-4.65rem);
	-webkit-transform: translateX(-4.65rem);
}
.menuBox {
	padding-top: 1.5rem;
	width: 4.65rem;
	height: 100%;
	position: absolute;
	left: 100%;
	top: 0;
	overflow-y: auto;
	box-sizing: border-box;
	z-index: 1000;
	background: url() repeat-y left top;
	background-size: 100% auto;
}
.menuBox li {
	border-bottom: 1px solid #FFB7B3;
}
.menuBox li:last-child {
	border: none;
}
.menuBox li a {
	padding: 0 0.62rem;
	display: block;
	color: #444;
	font-size: 0.33rem;
	line-height: 1.45rem;
}
.menuBox li.color a {
	color: #f14141;
}
.menuBox li a:hover {
	color: #f14141;
}
.banner {
	z-index: 1;
	position: relative;
}
.banner img {
	width: 100%;
}
.banner .slick-dots {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0.11rem;
	z-index: 99;
}
.banner .slick-dots li {
	width: 0.22rem;
	height: 0.22rem;
	display: inline-block;
	margin: 0 0.1rem;
	border-radius: 50%;
	background: #FF9892;
}
.banner .slick-dots li button {
	display: none;
}
.banner .slick-dots li.slick-active {
	background: #F14141;
}
.text {
	margin-bottom: 0.32rem;
	padding: 0 0.5rem;
	background: rgba(255,248,248,0.9);
	color: #333;
	font-size: 0.3rem;
	line-height: 0.8rem;
}
.text span {
	color: #ff1818;
}
.text img {
	margin: -0.04rem 0.2rem 0 0;
	width: 0.42rem;
	display: inline-block;
	vertical-align: middle;
}
.btnUl {
	margin: 0 auto 0.02rem;
	width: 9.25rem;
	overflow: hidden;
	zoom: 1;
}
.btnUl li {
	width: 49.2%;
	float: left;
}
.btnUl li:last-child {
	float: right;
}
/* 线路检测 */
.testing {
	margin: 0 auto 0.2rem;
	width: 9.5rem;
}
.testing li {
	margin-bottom: 0.05rem;
}
.testing li a {
	padding-right: 0.28rem;
	display: block;
	overflow: hidden;
	zoom: 1;
	color: #fff;
	font-size: 0.3rem;
	/* background: url(../images/bg01.png) no-repeat; */
	background: #fff;
	background-size: 100% 100%;
}
.testing li a img {
	float: left;
	width: 0.6rem;
	margin: 0.35rem 0 0 0.2rem;
}
.testing li a .txt {
	margin: 0.2rem 0.25rem 0 0;
	width: 1.0rem;
	display: block;
	float: left;
	font-size: 0.33rem;
	font-weight: bold;
	text-align: center;
	color: #000;
}
.testing li a .url1 {
	width: 3rem;
	font-size: 100%;
	display: block;
	float: left;
	font-weight: bold;
	line-height: 1.38rem;
	color: #000;
}
.testing li a .ms {
	display: block;
	float: left;
	line-height: 1.38rem;
	color: #000;
}
.testing li a .btn {
	margin-top: 0.3rem;
	width: 2.2rem;
	display: block;
	float: right;
	color: #ffffff;
	line-height: 0.84rem;
	text-align: center;
	border-radius: 0.1rem;
	background: #4182e7;
}
.note {
	margin-bottom: 0.2rem;
	color: #ff827a;
	font-size: 0.3rem;
	text-align: center;
}
.note img {
	margin: -0.05rem 0.1rem 0 0;
	width: 0.3rem;
	display: inline-block;
	vertical-align: middle;
}
#footer {
	padding: 0.2rem 0;
	overflow: hidden;
	background-color: #fff;
}
#footer p {
	margin-bottom: 0.2rem;
	color: #999;
	font-size: 0.3rem;
	text-align: center;
}
#footer a {
	color: #999;
}
#footer .img {
	margin: 0 auto;
	width: 9.2rem;
}
.bottom {
	padding: 0.25rem 0 0.2rem;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 120;
	background: #202021;
}
.bottom li {
	width: 25%;
	float: left;
	position: relative;
	box-sizing: border-box;
}
.bottom li:before {
	width: 1px;
	height: 0.85rem;
	position: absolute;
	right: 0;
	top: 0;
	background: #363636;
	content: "";
}
.bottom li:last-child:before {
	display: none;
}
.bottom li a {
	display: block;
	color: #fff;
	font-size: 0.35rem;
	line-height: 0.85rem;
	text-align: center;
}
.bottom li a img {
	margin: -0.1rem 0.15rem 0 0;
	width: auto;
	height: 0.5rem;
	display: inline-block;
	vertical-align: middle;
}
.bottom li .info {
	display: none;
	width: 100%;
	position: absolute;
	top: -2rem;
	left:0;
	background: url() no-repeat;
	background-size: 100% 100%;
}
.bottom li .info a {
	display: block;
	font-size: 0.35rem;
	line-height: 0.9rem;
}
.bottom li .info a:hover {
	color:#efe078;
}