*{
	box-sizing:border-box;
}
body,h1,h2,h3,h4,h5,h6,p,ul,li,ol,table,tr,td{
	padding:0px;
	margin:0px;
	list-style:none;
	font: 12px PingFangSC-Light, "PingFang SC", "Microsoft YaHei", "SimSun", "Arial Narrow", HELVETICA;
}
div,span,input,textarea{
	font-family: PingFangSC-Light, "PingFang SC", "Microsoft YaHei", "SimSun", "Arial Narrow", HELVETICA!important;
}
a{
	text-decoration:none;
	color:#4e4e4e;
  	font-family: PingFangSC-Light, "PingFang SC", "Microsoft YaHei", "SimSun", "Arial Narrow", HELVETICA!important;
}
input{
	border:none;
	outline:none;
	font-size:14px;
	color:#999;
}
button{
	border:none;
	outline:none;
	cursor:pointer;
	font-size:16px;
	color:#fff;
}
img{
	border:none;
}
/*左浮动*/
.lf{
	float:left;
}
/*右浮动*/
.rf{
	float:right;
}
.clearFloat:after{
	content:"";
	display:block;
	clear:both;
}
.contain{
	width:1200px;
	margin:0 auto;
	margin-top:20px;
}
.page-name ul li:hover a{
	color:#32d693!important;
}
.current-sel{
	border-bottom:2px solid #32d693;
	color:#32d693!important;
}
.current-sel a{
	color:#32d693!important;
}
@keyframes arrow-move{
	0%{
		background-position:91% center;
	}
	20%{
		background-position:92% center;
	}
	40%{
		background-position:93% center;
	}
	60%{
		background-position:92% center;
	}
	80%{
		background-position:91% center;
	}
	100%{
		background-position:90% center
	}
}
@keyframes hotInstrument{
    0%{transform:translate3d(0,-1px,0px);box-shadow:1px 1px 10px 0px rgba(204,204,204,0.2);}
    25%{transform:translate3d(0,-1px,0px);box-shadow:3px 3px 10px 1px rgba(204,204,204,0.2);}
    50%{transform:translate3d(0,-2px,0px);box-shadow:5px 5px 10px 2px rgba(204,204,204,0.2);}
    75%{transform:translate3d(0,-3px,0px);box-shadow:7px 7px 10px 3px rgba(204,204,204,0.2);}
    100%{transform:translate3d(0,-4px,0px);box-shadow:8px 8px 10px 3px rgba(204,204,204,0.2);}
}
@keyframes statistic{
	0%{background-position:0 0px}
	10%{background-position:0 -42px}
	20%{background-position:0 -84px}
	30%{background-position:0 -126px}
	40%{background-position:0 -168px}
	50%{background-position:0 -210px}
	60%{background-position:0 -252px}
	70%{background-position:0 -294px}
	80%{background-position:0 -336px}
	90%{background-position:0 -378px}
	100%{background-position:0 -420px}
}
.page-name {width: 980px;height: 50px;background-color: #fff;padding-left: 21px; }
.page-name ul{float:left; }
.page-name ul:after{content:"";display:block;clear:both; }
.page-name ul li {height: 50px;line-height: 50px;text-align: center;cursor: pointer; }
.page-name ul li a {display:inline-block;width:100%;height:100%;font-size: 16px;color: #666; }
.page-name .green{color: #32d693;font-size: 16px;display: inline-block;margin: 2px 0 0 5px;line-height: 21px; }
.page-num {width: 100px;height: 50px;margin-right: 20px;font-size: 14px;color: #666;text-align: center; }
.page-num .left-arrow {width: 10px;height: 100%;margin-left: 15px;background:url('../png/left.png') no-repeat center center;cursor: pointer; }
.page-num .left-arrow a {display: inline-block;width: 100%;height: 100%; }
.page-num .right-arrow {width: 10px;height: 100%;margin-left: 10px;background:url('../png/right.png') no-repeat center center;cursor: pointer; }
.right-arrow a {display: inline-block;width: 100%;height: 100%; }
.page-num p {font-size: 14px;color: #666; }
.page-num span {font-size: 14px;color: #32d693; }