﻿﻿article,aside,blockquote,body,button,code,dd,details,div,dl,dt,fieldset,figcaption,figure,footer,form,h1,h2,
h3,h4,h5,h6,header,hgroup,hr,input,legend,li,menu,nav,ol,p,pre,section,td,textarea,th,ul, img, blockquote{
	margin: 0;
	padding: 0;
	border: medium none;
}
@font-face {
	font-family: hanSans;
	src: url(../wenfonts/SourceHanSansCN-Regular.otf);
  }
body {
	font-size: 14px;
	line-height: 1.42857143;
	color: #023d67;
	background:#fff;
	/* font-family:  '微软雅黑','Arial','sans-serif', "Hiragino Sans GB", "WenQuanYi Micro Hei", 'STHeiti','STXihei','Heiti SC','Times New Roman','PingFang SC','Droid Sans'; */
	/* font-family: '微软雅黑',"Microsoft Yahei", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif, arial; */
	/* font-family: PingFangSC,Microsoft YaHei,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif; */
	/* font-family: ; */
	font-family: '微软雅黑','hanSans';
    outline: 0;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
	overflow-scrolling: touch;
	-webkit-overflow-scrolling: touch;
}
.china{
	font-family: 'STHeiti','STXihei','Heiti SC','Times New Roman','PingFang SC','Droid Sans','微软雅黑';
}
.english{
	font-family: 'Arial','Tahoma','sans-serif';
}
html * {
	outline: 0;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
*,
 :after,
 :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
*{
	/*滑动时候警告：Unable to preventDefault inside passive event listener,解决方法*/
    touch-action: pan-y;
}
/* * {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
} */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
	visibility: hidden;
}

.clearfix {
	zoom: 1
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
ul,
li {
	list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}
a:hover{
	text-decoration: none;
}
a:focus,
a:hover,
a:visited{
  text-decoration: none;
  outline: none !important;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  /*去掉iOS系统input标签默认样式*/
  -webkit-appearance: none;
   }
.left{
	float:left;
}
.right{
	float:right;
}
.w1200{
	width:1200px;
	margin:0 auto;
}
/* img{
	border:0;
	display: block;
	overflow: hidden;
	max-width: 100%;
	height:auto;
} */
img {
    border: 0px;
    outline-width: 0px;
	vertical-align: top;
	max-width: 100%;
}
/* all */

::-webkit-input-placeholder {
	color:  #666666;
}
::-moz-placeholder {
	color:  #666666;
}
/* firefox 19+ */
:-ms-input-placeholder {
	color:  #666666;
}
/* ie */

input:-moz-placeholder {
	color:  #666666;
}
.form td input::-webkit-input-placeholder {
	color:  #666666;
}

.form td input::-webkit-input-placeholder {
	color: #666666;
}

.form td input::-webkit-input-placeholder {
	color:  #666666;
}
/* individual: mozilla */
.form td input::-moz-placeholder {
	color: #666666;
}
.form td input::-moz-placeholder {
	color:  #666666;
}
.form td input::-moz-placeholder {
	color:  #666666;
}

input,textarea,select{
	font-family: "Microsoft YaHei", "Arial", arial;
    color: #333333;
    font-size: 12px;
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-appearance: none;
    display: block;
}
.text-justify{
  text-align: justify;
}
.text-center{
	text-align: center;
}
.text-right{
	text-align: right;
}
.fontS14{
	font-size:14px;
}
.fontS15{
	font-size:15px;
	line-height: 1.6;
}
.fontS16{
	font-size:16px;
}
.fontS17{
	font-size:17px;
}
.fontS18{
	font-size:18px;
}
.fontS19{
	font-size:19px;
  }
.fontS20{
	font-size:20px;
}
.fontS21{
	font-size:21px;
}
.fontS22{
	font-size:22px;
}
.fontS23{
	font-size:23px;
}
.fontS24{
	font-size:24px;
}
.fontS25{
	font-size:25px;
}
.fontS26{
	font-size:26px;
}
.fontS27{
	font-size:27px;
}
.fontS28{
	font-size: 28px;
}
.fontS29{
	font-size:29px;
}
.fontS30{
	font-size:30px;
}
.fontS34{
	font-size:34px;
}
.fontS38{
	font-size:38px;
}
.fontS42{
	font-size:42px;
}
.fontS45{
	font-size:45px;
}
.fontS50{
	font-size:50px;
}
.fontS54{
	font-size:54px;
}

.fontM{
	font-weight: 600;
}
.mb10{
	margin-bottom: 10px;
}
