/** reset **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, img{border:medium none;margin: 0;padding: 0;}
body,button, input, select, textarea{font: 14px/1.5 'PingFangjt','Microsoft Yahei',tahoma, Srial, helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6{font-size: 100%;}
em{font-style:normal;}
ul, ol{list-style: none;}
*{box-sizing: border-box;}
a{text-decoration: none;color:#333;}
a:hover{text-decoration: none;
		color:#0074B3;
		-moz-transition: all 0.3s ease-in;
		-webkit-transition: all 0.3s ease-in;
		-o-transition: all 0.3s ease-in;
		transition: all 0.3s ease-in;
}
img{border:0px;  outline-width:0px;  vertical-align:top;}
.clearfix:after{clear:both;content:"\200B";display:block;height:0;}
.clearfix{*zoom:1;}
.w1400 { width:1400px; margin:0 auto;}



.fnt50 {font-size: 50px;}
.fnt30 {font-size: 30px;}
.fnt22 {font-size: 22px;}
.fnt20 {font-size: 20px;}
.fnt16 {font-size: 16px;}
@media screen and (max-width:1600px) {
	.w1400 { width: 90%;}
	
	.fnt50 {font-size: 46px;}
	.fnt30 {font-size: 28px;}
}
@media screen and (max-width:1440px) {
	.w1400 { width: 92%;}
	
	.fnt50 {font-size: 40px;}
	.fnt30 {font-size: 26px;}
	.fnt22 {font-size: 20px;}
	.fnt20 {font-size: 18px;}
	.fnt16 {font-size: 16px;}
	
}
@media screen and (max-width:1280px) {
	.w1400 { width: 96%;}
	
	.fnt50 {font-size: 36px;}
	.fnt30 {font-size: 22px;}
	.fnt22 {font-size: 18px;}
	.fnt20 {font-size: 16px;}
	.fnt16 {font-size: 14px;}
}
@media screen and (max-width:1024px) {
	.w1400 { width: auto; margin: 0 15px;}
	
	.fnt50 {font-size: 30px;}
	.fnt30 {font-size: 20px;}
}

/* DINCondensed Bold */
@font-face {
  font-family: "DINCondensed";
  src: url("../fonts/DIN Condensed Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/* PingFangjt */
@font-face {
  font-family: "PingFangjt";
  src: url("../fonts/PingFangjt.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}