@charset "utf-8";
/* ====================
     公共样式
     author:linlin
==================== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td,img { 
	padding: 0; margin: 0; 
	}
fieldset,img { border: 0; }
address,caption,cite,code,dfn,em,th,var,i { font-weight:normal; font-style:normal; }
ol,ul,li { list-style: none; }
div,dl,dt,dd,ol,ul,li{ zoom:1; }
caption,th { text-align: left; }
h1,h2,h3,h4,h5,h6 { font-weight: normal; font-size:100%; }
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	 height:100%;
}
body {
  font-family: "黑体","microsoft yahei","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Hiragino Sans GB W3","Microsoft YaHei UI","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
  font-size: 14px;
  color: #444;
  line-height: 1;
}
a{
	/*color:#000000;*/text-decoration: none;
}
a:link,a:visited,a:hover,a:active {
	outline: 0;
	text-decoration: none;
}
b,strong {
	font-weight: bold;
}
hr {
	height: 0;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
button,input,select,textarea {
	margin: 0;
	font-family: inherit;
	font-size: 100%
}
button,input {
	line-height: normal;
}
button,select {
	text-transform: none;
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
	cursor: pointer;
	border: none;
	outline: none;
	border:none;
	-webkit-appearance: none;
}
button[disabled],html input[disabled] {
	cursor: default;
}
input[type="checkbox"],input[type="radio"] {
	padding: 0;
	box-sizing: border-box;
	
}
input[type="radio"]
{
	width: 20px;
	height: 20px;
	vertical-align: middle;
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,input::-moz-focus-inner {
	padding: 0;
	border: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul{
	list-style-type: none;
}
input[type="text"],input[type="search"],input[type="password"]{
	
	-webkit-appearance:none;
	-webkit-tap-highlight-color:#fff;
	
	}
form {
    border: 0;
}
table, td, tr, th {
    font-size: 100%
}
textarea {
    resize: none;
}
img{
	display: block;
	border-style: none;
}
.linner{
	width: 1200px;
	margin: 0 auto;
}
.f_l{float: left;!important;}
.f_r{ float: right;!important;}

.shows{ display: block !important;}
.hides{
	display: none !important;
}
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}

