body {
	background-color: #F1F1F1;
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	position: relative;
	height: 100vh;
	overflow-x: hidden;
}
img {
	width: 100%;
}
.header {
	width: 100%;
	height: 1.32rem;
	text-align: center;
	padding: 0.27rem 0.34rem 0 0.32rem;
	box-sizing: border-box;
	overflow: hidden;
	zoom: 1;
	z-index: 1200;
	position: fixed;
	top: 0;
	left:0;
	background: #fff;
}
.header .logo {
	margin-right: 0.2rem;
	width: 2.16rem;
	float: left;
	position: relative;
}
.header .hImg {
	width: 1.4rem;
	float: left;
}
.header .menu {
	margin: 0.14rem 0 0;
	width: 0.64rem;
	float: right;
}
.header .menu.on a {
	display:block;
	background: url(../images/menu_close.png) no-repeat;
	background-size: 100% auto;
}
.header .menu.on a img {
	visibility: hidden;
}
.menuBox {
	padding-top: 1.32rem;
	width: 4.65rem;
	height: 100%;
	position: fixed;
	right: -4.65rem;
	top: 0;
	overflow-y: auto;
	box-sizing: border-box;
	z-index: 1000;
	background: rgba(0,0,0,0.8);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.menuBox.show {
	right: 0;
}
.menuBox li {
	border-bottom: 1px solid #4C4C4C;
}
.menuBox li:last-child {
	border: none;
}
.menuBox li a {
	padding: 0 0.62rem;
	display: block;
	color: #fff;
	font-size: 0.33rem;
	line-height: 1.1rem;
}
.menuBox li.color a {
	color: #ff0000;
}
.menuBox li a:hover {
	color: #f8fa2d;
}
.banner {
	padding-top: 1.32rem;
	z-index: 1;
	position: relative;
}
.banner img {
	width: 100%;
}
.banner .slick-dots {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0.28rem;
	z-index: 99;
}
.banner .slick-dots li {
	width: 0.22rem;
	height: 0.22rem;
	display: inline-block;
	margin: 0 0.1rem;
	border-radius: 50%;
	background: #fff;
}
.banner .slick-dots li button {
	display: none;
}
.banner .slick-dots li.slick-active {
	background: #18AB7D;
}
.text {
	margin-bottom: 0.32rem;
	padding: 0 0.2rem;
	background: #fff;
	color: #333;
	font-size: 0.3rem;
	line-height: 0.7rem;
}
.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.5rem auto 0.25rem;
	width: 9.05rem;
	overflow: hidden;
	zoom: 1;
}
.btnUl li {
	width: 50%;
	float: left;
}
/* 蝥輯楝璉�瘚� */
.testing {
	line-height: 1;
	margin: 0 0.38rem 0.26rem;
	position: relative;
	z-index: 100;
	border-radius: 5px;
	border: 1px solid #D7D7D7;
	background: #fff;
}
.testing .bd {
	padding-left: 0;
	padding-right: 0;
padding-top:.36rem;
padding-bottom:.15rem
}
.testing .bd ul {
padding-left:.35rem;
padding-right:.35rem;
	padding-top: 0;
}
.testing .bd li {
*zoom:1;
margin-bottom:.25rem;
margin-top: 105px;
}
.testing .bd li p {
	width: 6.05rem;
	float: left;
	border: 1px solid #AFAFAF;
	border-radius: 5px;
	overflow: hidden;
	zoom: 1;
}
.testing .bd .ms {
	float: left;
font-size:.32rem;
height:.8rem;
line-height:.8rem;
	width: 1.2rem;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
border-radius:.11rem;
	color: #2ad456;
}
.testing .bd .url {
	display: block;
font-size:.32rem;
height:.8rem;
line-height:.8rem;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
border-radius:.11rem;
	color: #333;
	text-align: left;
	width: 3.4rem;
	float: left;
	margin-right: 0.2rem;
}
.testing .bd .btn-open {
	line-height: 1;
	float: right;
font-size:.32rem;
height:.8rem;
line-height:.8rem;
	display: block;
	text-align: center;
	border: 0;
	width: 2.2rem;
}
.testing .bd .btn-open a {
	display: block;
	padding-left:.3rem;
	padding-right:.4rem;
	padding-top: 0;
	padding-bottom: 0;
	border: 1px solid #1DBA89;
	background: #1DBA89;
	color: #fff;
	border-radius:5px;
	height:.8rem;
	line-height:.8rem;
}
.testing .bd .btn-open a:hover {
	background: #FF9400;
	border: 1px solid #FF9400;
	color: #fff;
}
.testing li {
	overflow: hidden;
	zoom: 1;
}
.testing .img01 {
	margin: 0.2rem 0.2rem 0 0;
	width: 0.4rem;
	float: left;
}
.testing .img02 {
	margin: 0.3rem 0.2rem 0 0;
	width: 0.6rem;
	float: left;
}
.refresh img {
	width: 5.55rem;
}
.refresh {
	width: 5.55rem;
	margin: 1rem auto 1rem;
}
.refresh a {
	display: block;
}
#footer {
	position: absolute;
    width: 100%;
    bottom: 0;
	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 .img {
	margin: 0 auto;
	width: 9.2rem;
}
