﻿html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
	margin: 0;
	padding: 0;
}
header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
	display: block;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
html, body, fieldset, img, iframe, abbr {
	border: 0;
}
i, cite, em, var, address, dfn {
	font-style: normal;
}
[hidefocus], summary {
	outline: 0;
}
li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
small {
	font-size: 100%;
	font-weight: normal;
}
sup, sub {
	font-size: 83%;
}
pre, code, kbd, samp {
	font-family: inherit;
}
q:before, q:after {
	content: none;
}
textarea {
	overflow: auto;
	resize: none;
}
label, summary {
	cursor: default;
}
a, button {
	cursor: pointer;
}
del, ins, u, s, a, a:hover {
	text-decoration: none;
}
body, textarea, input, button, select, keygen, legend {
	font: 14px/24px "微软雅黑", arial, sans-serif, \5b8b\4f53;
	color: #333;
	outline: 0;
}
html {
	background: #fff;
}
body {
	background: #fff;
	position: relative;
	width: 100%;
	margin: 0 auto;
	min-width: 1400px;
	overflow-x: auto;
	max-width: 2560px;
}
/*a,a:hover{color:#333;-webkit-transition: all 400ms;transition: all 400ms;}*/
/*a:hover{color:#303860;}*/
img {
	border: 0 none;
}
p {
	text-align: justify;
}
a, a:hover {
	color: #333;
	-webkit-transition: all 400ms;
	transition: all 400ms;
}
a:focus {
	outline: none;
}

p {
	line-height: 22px;
}
a {
	color: inherit;
	text-decoration: none;
}
.cleafix:before, .cleafix:after {
	display: table;
	content: " ";
}
.cleafix:after {
	clear: both;
}
.cleafix {
 *zoom: 1;
}
.clear-float {
	clear: both;
}
.auto {
	width: 1060px;
	margin: 0 auto;
	position: relative;
}
.wrap {
	width: 1060px;
	margin: 0 auto;
	position: relative;
	background: #fff;
}
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
* html .clearfix, *:first-child+html .clearfix {
	zoom: 1;
}
/*公用样式*/
.w1200 {
	width: 1130px;
	margin: 0 auto;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.pr {
	position: relative;
}
.none {
	display: none;
}
.ov {
	overflow: hidden;
}
input[type="checkbox"] {
	vertical-align: -2px;
	margin-right: 4px;
}

/*占位符*/

input::-webkit-input-placeholder {
color: #b2adad;
}
input:-moz-placeholder {
color: #b2adad;
}
input::-moz-placeholder {
color: #b2adad;
}
input:-ms-input-placeholder {
color: #b2adad;
}



/*设置滚动条样式*/
/*::-webkit-scrollbar{
    width: 16px;
    height: 5px;
    background-color:rgba(246, 248, 249, .8);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb{
    background-color:#ededed;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
*/

/*文字超出隐藏{*/
     /*overflow:hidden;*/
     /*text-overflow:ellipsis;*/
     /*display:-webkit-box;*/
     /*-webkit-box-orient:vertical;*/
     /*-webkit-line-clamp:2;*/
/*}*/
