@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;box-sizing: border-box;}
@font-face {
  font-family: 'MyWebFont';
  src: url('../font/AlimamaShuHeiTi-Bold.ttf') format('ttf'),
	  url('../font/SourceHanSansCN-Medium_1.otf') format('otf'),
}
body{list-style: none; font-family:'MyWebFont'; position:relative;}
html,body{}
h1,h2,h3,h4,h5,h6{ font-weight:normal;}
img{border:0;}
html[xmlns] .clearfix{display:block;}
li{list-style:none;}
a{text-decoration:none; color:#333;}
a:hover{ color:#01a474;}
a{-webkit-tap-highlight-color: rgba(0,0,0,0);}
 a img{-webkit-tap-highlight-color: rgba(0,0,0,0);}
body{
font-size:12px;
}
.content {
    width: 100%;
}
.bg{
	background: #d6ebf9;
	position: relative;
}
.content-bg{
	background: url("../images/bg.png") no-repeat bottom;
	background-position: bottom;
	background-attachment: fixed;
	height: 100vh;
}
.banner{
	padding: 1em 3em;
	width: 100%;
	box-sizing: border-box;
}
.banner img{
	width: 100%;
}
.biaoshi_ul{
	padding: 0em 1em;
}
.biaoshi_ul li {
    width: 33.33333333333333%;
    float: left;
    margin-bottom: 0.8333333333333333em;
}
.biaoshi_ul li a {
    width: 100%;
    display: block;
    line-height: 1.333333333333333em;
    margin: 0 auto;
}
.biaoshi_ul li a img {
    margin: 0.9166666666666667em auto;
    height: 4.333333333333333em;
    display: block;
}
.biaoshi_ul li a p {
    width: 100%;
    height: 1.333333333333333em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-bottom: 0.4583333333333333em;
    text-align: center;
	color: #000;
	font-weight: 600;
}
@media screen and (min-width:479px){
body{font-size:1em;}
}
@media screen and (min-width:639px){
body{font-size:1.1em;}
}
@media screen and (min-width:767px){
body{font-size:1.1em;}
}
@media screen and (min-width:1079px){
body{font-size:1.2em;}
.biaoshi_ul li {
    width: 25%;
}
}
@media screen and (min-width:1199px){
body{font-size:1.3em;}
.biaoshi_ul li {
    width: 25%;
}
}
@media screen and (min-width:1279px){
body{font-size:1.4em;}
.biaoshi_ul li {
    width: 25%;
}
}
@media screen and (min-width:1365px){
body{font-size:1.5em;}
.biaoshi_ul li {
    width: 25%;
}
}
@media screen and (min-width:1535px){
body{font-size:2em;}
}
@media screen and (min-width:1599px){
body{font-size:2em;}
.biaoshi_ul li {
    width: 25%;
}
}
@media screen and (min-width:1919px){
body{font-size:2em;}
.biaoshi_ul li {
    width: 20%;
}
}
@media screen and (min-width:2047px){
body{font-size:2em;}
.biaoshi_ul li {
    width: 20%;
}
}
@media screen and (min-width:2559px){
body{font-size:2em;}
.biaoshi_ul li {
    width: 16.66666666666%;
}
}
.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}