/* CSS Document */
@font-face {
    font-family: "NotoSansHans-Regular";
    src: url("../fonts/NotoSansHans-Regular.woff2") format("woff2"),
         url("../fonts/NotoSansHans-Regular.woff") format("woff"),
         url("../fonts/NotoSansHans-Regular.ttf") format("truetype"),
         url("../fonts/NotoSansHans-Regular.eot") format("embedded-opentype"),
         url("../fonts/NotoSansHans-Regular.svg") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "NotoSansHans-Medium";
    src: url("../fonts/NotoSansHans-Medium.woff2") format("woff2"),
         url("../fonts/NotoSansHans-Medium.woff") format("woff"),
         url("../fonts/NotoSansHans-Medium.ttf") format("truetype"),
         url("../fonts/NotoSansHans-Medium.eot") format("embedded-opentype"),
         url("../fonts/NotoSansHans-Medium.svg") format("svg");
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
    font-family: "CENTURYGOTHIC-BOLD";
    src: url("../fonts/CENTURYGOTHIC-BOLD.woff2") format("woff2"),
         url("../fonts/CENTURYGOTHIC-BOLD.woff") format("woff"),
         url("../fonts/CENTURYGOTHIC-BOLD.ttf") format("truetype"),
         url("../fonts/CENTURYGOTHIC-BOLD.eot") format("embedded-opentype"),
         url("../fonts/CENTURYGOTHIC-BOLD.svg") format("svg");
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: "BAHNSCHRIFT";
    src: url("../fonts/BAHNSCHRIFT.woff2") format("woff2"),
         url("../fonts/BAHNSCHRIFT.woff") format("woff"),
         url("../fonts/BAHNSCHRIFT.ttf") format("truetype"),
         url("../fonts/BAHNSCHRIFT.eot") format("embedded-opentype"),
         url("../fonts/BAHNSCHRIFT.svg") format("svg");
  }
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote{
    margin: 0;
    padding: 0;
}
body {
    color: #333;
    font-size: 14px;
    font-family: "Microsoft YaHei","PingFang", "PingFang SC",  "黑体", "宋体", sans-serif;
}
td, th, caption {
    font-size: 14px;
}

h1{
	font-size: 20px
}

h2{
	font-size: 18px
}

h3{
	font-size: 16px
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
a {
    color: #333;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
img {
    border: none;
    vertical-align: middle;
}
ol, ul, li {
    list-style: none;
}
input, textarea, select, button {
    font: 14px  ,"Microsoft YaHei","PingFangSC","PingFang","PingFangSC-Regular", "黑体", "宋体", sans-serif;
	outline: none
}
input::-webkit-outer-spin-button,  
input::-webkit-inner-spin-button{  
    -webkit-appearance: none !important;  
    margin: 0;  
}
table {
    border-collapse: collapse;
}

.clearfix {zoom: 1; } 
.clearfix:after,.clearfix:before {content: "\200B"; display: block; height: 0; visibility: hidden; }
.clearfix:after {clear: both; }

/*公共类*/
.fl {
    float: left
}
.fr {
    float: right
}
.al {
    text-align: left
}
.ac {
    text-align: center
}
.ar {
    text-align: right
}
.hide {
    display: none
}
.show{
	display: block
}
.mt10{
	margin-top: 10px
}
.mt20{
	margin-top: 20px
}
.mt30{
	margin-top: 30px
}
.mt40{
	margin-top: 40px
}
.mt50{
	margin-top: 50px
}
.mt80{
	margin-top: 80px
}
.pt30{
	padding-top: 30px
}
.pt40{
	padding-top: 40px
}
.pt50{
	padding-top: 50px
}
.pt80{
	padding-top: 80px
}
.ml20{
    margin-left: 20px;
}
.over-line1{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.over-line2{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.over-line3{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.over-line4{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
@keyframes moveDownSpot {
	from{
		opacity: 1;
		top: 3px;
	}
	to{
		opacity: 0;
		top: 15px;
	}
}
.cssone{
    animation:top .4s linear forwards;
}
@keyframes top {
	to{
		margin-top:-49px;
	}
}
.cssone2{
    animation:top2 .4s linear forwards;
}
@keyframes top2 {
	to{
		padding-top:104px;
	}
}
.cssone3{
    animation:top3 .4s linear forwards;
}
@keyframes top3 {
	to{
		margin-top:0;
	}
}
.cssone4{
    animation:top4 .4s linear forwards;
}
@keyframes top4 {
	to{
		padding-top:153px;
	}
}
a{
   -webkit-tap-highlight-color:transparent;
}
.cmbg{
    width:100%;
    background:no-repeat center center;
    background-size:cover;
}
.block{
    display:block!important;
}


