/* 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: .75rem;margin-left: .45rem;}
.banner-box .logo img{width: 2.23rem; display: block;}
.banimg{width: 6.54rem; display: block; margin: 0 auto; margin-top: .74rem;}
.banP{width: 4.88rem;height: .49rem;line-height: .49rem;background: rgba(25, 150, 218, 0.2);border-radius: 1rem;display: block;margin: .26rem auto 0;
	animation: scale2 1.2s linear infinite alternate;
	-o-animation: scale2 1.2s linear infinite alternate;
	-moz-animation: scale2 1.2s linear infinite alternate;
	-webkit-animation: scale2 1.2s linear infinite alternate;
}
.banP p{width: 4.64rem; height: .49rem; line-height: .48rem;font-size: .3rem; color: #fff;background: #1996da;border-radius: 1rem;text-align: center;margin: 0 auto;}
.mainIndex{display: inline-block;width: 100%;margin-top: .9rem;}
.mainIndex .ewm{width: 4.2rem; display: block; margin: 0 auto;}
.mainIndex P{font-size: .24rem; color: #333;margin-top: .2rem;text-align: center;}
.pageBtm{display: block;width: 5.3rem;margin: 1.1rem 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;background: #034a7c;border-radius: 1rem;font-weight: bold;text-align: center;margin-right: .14rem;height: .47rem;line-height: .47rem;float: left;}
.Btmxq .sp2{display: inline-block;width: 70%;height: .47rem;line-height: .47rem;}
.Btmxq .spD{height: auto;line-height: .3rem;}









/*放大缩小*/
@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)  }}