@charset "utf-8";
*{ margin: 0; padding: 0;}
input, select, textarea, button{font: 12px/15px "microsoft yahei", Arial, Helvetica, sans-serif;vertical-align:middle; color: #2f2f2f;}
select{ appearance:none; -webkit-appearance:none; -moz-appearance:none; -ms-appearance:none; -o-appearance:none;}
.col2-set{/*width: 1200px;*/ margin: auto;}
header {
	position: relative;
	z-index: 2;
}
.col-main{ width: 1200px; margin:auto; position: revert; z-index: 1 }
.f-right, .right{ float: right !important;}
.f-left, .left{ float: left !important;}
.clearer:after,.fields:after{ display:block;content: "."; clear:both;overflow: hidden;height: 0;line-height: 0; font-size: 0;}
/*copyright*/
.footer_wrap{ background: #f6f7f7; width: 1200px; margin: auto;}
.footer_wrap .copyright{ width:100%; height:24px; line-height:24px; text-align:center; color:#595757; margin-bottom:10px;}
.footer_wrap .copyright span{padding:0 10px; color:#595757;}
.footer_wrap .copyright span a{display:inline-block; text-decoration:none; height:24px; line-height:24px; color:#595757;}
.footer_wrap .copyright span img{float:left; width: auto;}

/* 禁用iPhone中Safari的字号自动调整 */
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	/* 解决IOS默认滑动很卡的情况 */
	-webkit-overflow-scrolling : touch;
}

/* 禁止缩放表单 */
input[type="submit"], input[type="reset"], input[type="button"], input, select, textarea {
	resize: none;
	border: none;
	outline: none;
}

/* 取消链接高亮  */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 设置HTML5元素为块 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

/* 图片自适应 */
img {
	width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	display: block;
	-ms-interpolation-mode: bicubic;/*为了照顾ie图片缩放失真*/
}

/* 初始化 */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	margin: 0; padding: 0; list-style: none;border: 0;
}
body {
	font:12px/1.55 "microsoft yahei", Arial, Helvetica, sans-serif;
	color: #343434;
	background-color: #fff;
}
em, i {
	display: inline-block;
	font-style: normal;
}
ul,li{
	list-style-type: none;
}
button{
	border-style: none;
	outline: none;
}
/* strong {
	font-weight: normal;
} */
.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
.clearfix {
	zoom: 1;
}
a {
	text-decoration: none;
	color: #343434;
	font-family: 'Microsoft YaHei', Tahoma, Arial, sans-serif;
}
a:hover {
	text-decoration: none;
}
ul, ol {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-family: 'Microsoft YaHei';
	font-weight:normal;
}
img {
	border: none;
}
input{
	font-family: 'Microsoft YaHei';
	outline: none;
	vertical-align: middle;
}
/*单行溢出*/
.one-txt-cut{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
/*多行溢出 手机端使用*/
.txt-cut{
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.fl{
	float: left;
}
.fr{
	float: right;
}

.bg-fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.bg-fixed .bg-l,
.bg-fixed .bg-r {
	height: 100%;
}
.bg-fixed .bg-l img,
.bg-fixed .bg-r img {
	width: auto;
}
.bg-fixed .bg-l img {
	height: 80%;
}
.bg-fixed .bg-r img {
	height: 100%;
}