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;
}
body {
	
	font-size: 14px;
	line-height: 1.42857143;
	color: #545454;
	background:#fff;
	font-family: "Microsoft Yahei", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif, arial;
    font-weight: 300;
    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);
}
*,
 :after,
 :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
*{
	
    touch-action: pan-y;
}

.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;
  
  -webkit-appearance: none;
   }
.left{
	float:left;
}
.right{
	float:right;
}
.w1200{
	width:1200px;
	margin:0 auto;
}

img {
    border: 0px;
    outline-width: 0px;
	vertical-align: top;
	max-width: 100%;
}


::-webkit-input-placeholder,
::-moz-placeholder,

:-ms-input-placeholder,


input:-moz-placeholder,
.form td input::-webkit-input-placeholder,
.form td input::-webkit-input-placeholder ,
.form td input::-webkit-input-placeholder,

.form td input::-moz-placeholder ,
.form td input::-moz-placeholder,
.form td input::-moz-placeholder {
	color: #a3a3a3;
}
.ellipsis{
	    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.webkitbox{
	display: -webkit-box;
    -webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
    overflow: hidden;
}
