﻿* {
	margin: 0;
        padding: 0;
	list-style: none;
	border: 0;
	word-break: break-word;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
body {
    min-width: 1300px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Microsoft YaHei';
    -webkit-text-size-adjust: 100%;
    color: #3a3c3e;
    margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse
}

img {
	max-width: 100%;
	height: auto;
	display: inline-block
}
:focus {
	outline: 0;
}
a {
	color: #1a1a1a;
	text-decoration: none;
	color: inherit;
    vertical-align: top;
    transition: color 0.3s ease 0s;
    -webkit-transition: color 0.3s ease 0s;
    -moz-transition: color 0.3s ease 0s;
}

button {
	-webkit-appearance: none
}

input,select,option,button,textarea {
	font-family: "microsoft yahei","微软雅黑";
	outline-color: #70b00b;
	outline: #a98e67;
}

select option,select {
	color: #666;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
	color: #666;
}

input:-moz-placeholder,textarea:-moz-placeholder {
	color: #666;
}

input::-moz-placeholder,textarea::-moz-placeholder {
	color: #666;
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
	color: #666;
}

li {
	list-style: none
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5
}
 .clearfix {
    zoom: 1;
}
.clearfix:after {
	 content: ".";
	 display: block;
	 height: 0;
	 clear: both;
	 visibility: hidden
 }

article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,small {
	display: block
}

.fl{
	float: left
}

.fr {
	/*float:left;*/
	padding-left: 350px;
}
/* 用于垂直居中 */
.table {
	display: table;
	width: 100%;
	height: 100%
}

.table .table-cell {
	display: table-cell;
	vertical-align: middle
}

/* 用于垂直居中  End*/


/* 用于列表跳转，覆盖整个元素跳转 */
.link {
	position: relative
}

.link>a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 50
}
/* 用于列表跳转，覆盖整个元素跳转 End*/

.sizing {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.mengban{
	position: fixed;
	z-index: 20;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	overflow-y: auto;
}
.active{
	background: red;
}