/*基础样式*/
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd,li{
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 14px;
	font-family: 宋体;
	color: #000;
}
body{

}

/*@font-face {*/
	/*font-family: "SourceHanSansSC-Regular";*/
	/*src: url(/css/front/SourceHanSansSC-Regular.otf);*/
/*}*/
/*@font-face {*/
	/*font-family: "SourceHanSansCN-Normal";*/
	/*src: url(/css/front/SourceHanSansCN-Normal.otf);*/
/*}*/

i{
	padding: 0;
	margin: 0;
	font-style: normal;
}
a{
	color: #000;
	text-decoration: none;
}
input,img{
	vertical-align: middle;
	border:0 none;
	outline-style: none;
	padding: 0;
	margin: 0;
}
/*清除浮动*/
.clearfix:after{
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	clear: both;
	visibility: hidden;
}
.clearfix{
	zoom: 1;
}
/*版心*/
.w{
	width: 1300px;
	margin: 0 auto;
}

/*通用a标签*/
.btn-green-a{
	display: block;
	text-align: center;
	width:100px;
	height:40px;
	line-height: 40px;
	background:rgba(62,178,150,1);
	box-shadow:0px 5px 20px 0px rgba(13,161,128,0.2);
	border-radius:20px;
	font-size:14px;
	font-family:SourceHanSansCN-Regular;
	font-weight:400;
	color:rgba(255,255,255,1);
}

.clear {
	clear:both;
}

/*通用五星标签*/
.text-start-box{
	color:#FF7977;
}


