/* 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;}
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;}
.m-hide{display: none;}
.clearfix::after { content:''; clear:both; display:block; height:0; overflow:hidden;visibility:hidden;}
.The_total{display:none;}
a[title="站长统计"]{display: none;}
body{width:7.5rem;margin: 0 auto!important;overflow-x: hidden;overflow-y: auto;}
.wrap{width:6.8rem;margin: 0 auto; position: relative;}
.wrap1{width:7rem;margin: 0 auto;clear: both; text-align: center; position: relative;}
.wrap2{width:7.5rem;margin: 0 auto;clear: both; text-align: center; position: relative;}
.m-show{display:block!important;}
.m-hide{display: none!important;}




.page-index{width: 100%; height: 100%; background: url(../images/page-index.jpg) no-repeat center top; background-size: 7.5rem; float: left;}


/*banner*/
.banner-box{height:6.52rem;width: 100%; float: left; position: relative;}
.banner-box .wrap{text-align: center;}
.banner-box .logo{width:2rem; height:.74rem; top: .3rem; position: absolute; left: 0;}
.banner-box .logo img{width: 100%; display: block; }



/* 首页 */
.mainIndex{width: 100%; clear: both; float: left;margin: auto;}
.mainIndex .part01{float: left;width: 6.07rem;margin-left: .43rem; margin-bottom: .33rem;}
.mainIndex .part01 img{width: 100%; display: block;}
.mainIndex .part02{float: left;width: 6.57rem; height: 2.98rem; margin-left: .23rem;
	background: url(../images/index-img02.png) no-repeat center; background-size: 100%;
}
.mainIndex .part02 img{float: left;width: 2.5rem; margin-left: .43rem; margin-top: .22rem;}
.mainIndex .part02 ul{float: left; margin-left: .6rem; width: 2.5rem; margin-top: .23rem;}
.mainIndex .part02 ul li{font-size: .26rem; line-height: .35rem; color: #333; float: left; clear: both; margin-bottom: .13rem;}
.mainIndex .part02 ul li i{width: .35rem; height: .35rem; display: block; float: left; color: #fff; font-size: .24rem; margin-right: .26rem;
	background: url(../images/index-img04.png) no-repeat center; background-size: 100%;
}



.mainIndex .videoBox{width: 6.92rem; height: 6.06rem; float: left; margin: -.06rem .04rem .35rem;
	background: url(../images/index-img05.png) no-repeat center; background-size: 100%;
}
.mainIndex .videoBox .video-box{width: 5.65rem; float: left; margin-top: 2rem; margin-left: .52rem; border-radius: .16rem;}
.mainIndex .videoBox #player{width: 5.65rem; min-height: 2.8rem; background: #666; float: left; margin: .15rem;}


.indexBtn{width: 100%; clear: both; float: left; margin-bottom: .1rem; text-align: center;}
.indexBtn a{width: 5.31rem; height: .88rem; display: inline-block; margin: 0 .37rem .37rem; font-weight: 700;
	font-size: .3rem; line-height: .84rem; color: #fff;
	border-radius: .4rem;
	position: relative;
}
.indexBtn a.btn01{background: url(../images/btn01.png) no-repeat center; background-size: 100%;
	box-shadow: 0 .02rem .04rem rgba(22,77,254,.2);
}
.indexBtn a.btn02{background: url(../images/btn02.png) no-repeat center; background-size: 100%; color: #fff;
	box-shadow: 0 .02rem .04rem rgba(255,59,0,.6);
}
.indexBtn a::after{content: '';width: 1rem; height: .96rem; display: block;
	background: url(../images/cursor01.png) no-repeat center; background-size: 100%;
	position: absolute; top: .16rem; right: -.28rem;
	-webkit-animation: scaleDraw 2s ease-in-out infinite;
	animation: scaleDraw 2s ease-in-out infinite;
}


.btmEwm{ clear: both; float: left; margin-top: .6rem; margin-left: .73rem;}

.btmEwm .left{float: left; margin-bottom: .57rem; width: 1.95rem; height: 1.96rem;}
.btmEwm .left img{width: 100%; display: block;}


.btmEwm .txt{float: left; margin-left: .17rem; margin-top: .13rem;}
.btmEwm .txt font{width: 3.4rem; display: block; height: .63rem; padding-left: .2rem; 
	float: left; 
	font-size: .3rem; font-weight: bold; line-height: .63rem; color: #fff; text-align: center;
	background: url(../images/index-img06.png) no-repeat center; background-size: 100%;
}

.btmEwm .txt p{float: left; clear: both; font-size: .24rem; line-height: .36rem; color: #333; text-align: left; margin-top: .2rem; margin-left: .45rem;}

@-webkit-keyframes scaleDraw{
	0%  {transform: scale(.95); }
	25% {transform: scale(1.1);}
	50% {transform: scale(.95);}
	75% {transform: scale(1.1);}
	100%{transform: scale(.95);}
}
@keyframes scaleDraw {  /*定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称*/
	0%  {transform: scale(.95); }
	25% {transform: scale(1.1);}
	50% {transform: scale(.95);}
	75% {transform: scale(1.1);}
	100%{transform: scale(.95);}
}