/* reset */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dd, figure, menu, input, textarea, button, select, th, td iframe{ margin:0; padding:0;}
h1, h2, h3, h4, h5, h6, b, strong { font-size:100%; font-weight:normal;}
li { list-style:none;}
em, i { font-style:normal;}
a, a:visited, a:active { text-decoration:none; border:none; outline:none;}
input, textarea { outline:none;}
textarea { resize: vertical;}
body { 
	-webkit-text-size-adjust:100%; 
	-webkit-tap-highlight-color:rgba(0,0,0,0); 
	-webkit-touch-callout:none; 
	word-wrap:break-word; 
	line-height:1.5;font-size: 12px;min-width:7.5rem!important;
	width:7.5rem;margin: 0 auto!important;overflow-x: hidden;overflow-y: auto;
}
body, button, input, select, textarea { font-family: 'helvetica neue', tahoma, 'hiragino sans gb', stheiti, 'wenquanyi micro hei', 'microsoft yahei', simsun, sans-serif;}
.none{ display:none;}
.left { float:left;}
.right { float:right;}

.clearfix::after { content:''; clear:both; display:block; height:0; overflow:hidden;visibility:hidden;}
.The_total{display:none;}
a[title="站长统计"]{display: none;}
.wrap{width:6.7rem;margin: 0 auto; position: relative; clear: both; text-align: center;}
.wrap1{width:6.88rem;margin: 0 auto;clear: both; text-align: center; position: relative;}
.m-show{display:block!important;}
.m-hide{display: none!important;}
@media screen and (max-width: 750px) {
	body{background-color: #fff;}
}
body{background-color: #fff;}
.page-index {
	float: left;
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	background: #fff url('../images/page-index.jpg') no-repeat center top;
	background-size: 7.5rem;
}
/*banner*/
.banner-box{width: 100%; float: left; position: relative;}
.page-list .banner-box{height:3.29rem;}
.banner-box .wrap{text-align: center;}
.banner-box .logo{display: inline-block;width: 100%;margin-top: .58rem;margin-left: .45rem;}
.banner-box .logo img{width: 2.23rem; display: block;}
.banimg{width: 4.71rem; display: block; margin: 0 auto; margin-top: 1.35rem;}
.banP{width: 100%;display: inline-block;margin-top: .34rem;}
.banP p{width: 100%;font-size: .32rem;font-weight: bold;text-align: center;color: #18648f;}
.mainIndex{display: inline-block;width: 100%;margin-top: .18rem;}
.mainIndex .ewm{width: 3.82rem; display: block; margin: 0 auto;}
.mainIndex p{font-size: .24rem; color: #92abc3;margin-top: .1rem;text-align: center;}
.pageBtm{display: block;width: 5.8rem;margin: .8rem auto .5rem;}
.pageBtm>div{display: inline-block;width: 100%;margin-bottom: .21rem;}
.Btmxq{font-size: .2rem;color: #fff;}
.Btmxq .sp1{display: inline-block;width: 1.43rem;border-radius: 1rem;font-weight: bold;text-align: center;margin-right: .14rem;height: .47rem;line-height: .47rem;float: left;color: #8e3b04;
	background: #ffd58c;
	background: -webkit-linear-gradient(top, #fff 42%, #ffd58c);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(bottom, #fff 42%, #ffd58c);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(bottom, #fff 42%, #ffd58c);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to bottom, #fff 42%, #ffd58c);
}
.Btmxq .sp2{display: inline-block;width: 4.2rem;height: .47rem;line-height: .47rem;}
.Btmxq .spD{height: auto;line-height: .3rem;}
.laba{width: 1.5rem;position: absolute;top: 3.75rem;right: .22rem;
	animation: scale2 .8s linear infinite alternate;
	-o-animation: scale2 .8s linear infinite alternate;
	-moz-animation: scale2 .8s linear infinite alternate;
	-webkit-animation: scale2 .8s linear infinite alternate;
}








/*放大缩小*/
@keyframes scale2 {  from {    transform: scale(1)  }  to {    transform: scale(1.05)  }}
@-o-keyframes scale2  {  from {    transform: scale(1)  }  to {    transform: scale(1.05)  }}
@-moz-keyframes scale2  {  from {    transform: scale(1)  }  to {    transform: scale(1.05)  }}
@-webkit-keyframes scale2  {  from {    transform: scale(1)  }  to {    transform: scale(1.05)  }}