
 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,ul, img, blockquote{
	margin: 0;
	padding: 0;
	border: medium none;
} 
body {
	/*font-family: Microsoft Yahei, arial, Hiragino Sans GB, \\5B8B\4F53, sans-serif;*/
    /* font-size: 14px; */
    font-size:14px;
	/* line-height: 1.42857143; */
	color: #333;
	background:#fff;
	font-family:arial,"Microsoft Yahei","微软雅黑", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
    outline: 0;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}
html * {
	outline: 0;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

*{
	/*滑动时候警告：Unable to preventDefault inside passive event listener,解决方法*/
    touch-action: pan-y;
}
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;
}

.fluid{
	padding:60px 0px;
}
#dituContent{
    box-sizing: border-box;
}