*{ margin:0; padding:0;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
html{font-size: 100%;color:#333;letter-spacing: 0.5px;}
body{ font: 14px/1.5 "Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei",sans-serif;background-color: #fff;}
a{ text-decoration:none;outline: none; -moz-outline: none;-webkit-outline:none;}
a,a:hover,a:active,a:link,a:visited{/*transition:background 0.5s linear;-webkit-transition:background 0.5s linear;-moz-transition:background 0.5s linear;-o-transition:background 0.5s linear;*/text-decoration: none;}
em, i{font-style: normal;}
ul, ol, li{list-style: none;}
img{ border:none;vertical-align:middle;}
input,select,textarea{outline:none;border:none;background:none;}
textarea{resize:none;}
p{line-height:22px;}
select {
  /*统一边框*/
  /*border: solid 1px #000;*/
  /*将默认的select选择框样式清除*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  /*替换选择框的最右侧显示小箭头图片*/
  /*background: url("http://****.png") no-repeat scroll right center transparent;*/
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 14px;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }
/* .clear{ clear:both; height:0px; width:100%; overflow:hidden;} */
.position{position:relative;}
html, body {width: 100%;/*min-width: 1200px;min-height: 100%;*/}
.section{
	overflow: hidden;
}
.flex {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.flex1 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
/*闪现框*/
.iframModel {
	position: fixed;
	z-index: 9999;
	left: 50%;
	margin-left: -100px;
	top: 40%;
	padding: 15px;
	background: rgba(0, 0, 0, 0.6);
	font-size: 16px;
	color: #fff;
	width: 200px;
	text-align: center;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius:8px;
	box-shadow:2px 2px 5px #333333;
	-webkit-box-shadow:2px 2px 5px #333333;
	-moz-box-shadow:2px 2px 5px #333333;
}

/*楷体*/
@font-face{
	font-family: kaitiCust;
	src: url('/font/simkai.ttf');
}

/*华文细黑*/
@font-face{
	font-family: HeitiX;
	src: url('/font/Heiti.ttf');
}