/*样式重置*/
html, body, form, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, em, address, a, input, textarea, label, span, strong, img {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 1;
}
body ol, body ul{
    margin-bottom: 0;
}
html, body {
	background: none repeat scroll 0 0 #fff;
    height: 100%;
    width: 100%;
    position: relative!important;
    font-family:"Microsoft Yahei";
}

body {
    color: #666666;
    font-family: "microsoft yahei", Arial, Helvetica, STHeiTi, sans-serif;
    line-height: 1.5;
    font-size: 14px;
    overflow-x: hidden!important;
    background-color: #f7f7f7;
}

label, strong, span, a, i, em, b {
    display: inline-block;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 16px;
    font-weight: normal;
}

i,em,strong,b,label {
    font-style: normal;
    font-weight: normal;
}

ol li, ul li {
    position: relative;
    list-style: none;
}

dl dt {
    font-weight: normal;
}

a, input, textarea, select, button {
    outline: none;
}
a:hover,a:visited,a:active,a:link{ text-decoration:none!important;color: #fff;}

a{
    color: #fff;
}
/*input:-webkit-autofill {*/
/*-webkit-box-shadow: 0 0 0 1000px white inset;*/
/*}*/

input {
    background: #fff;
    color: #000;
    padding: 0 8px;
    height: 30px;
    line-height: 28px;
}

select {
    background: -moz-linear-gradient(bottom, #e5e6e7, #ffffff);
    background: -webkit-linear-gradient(bottom, #e5e6e7, #ffffff);
    background: -o-linear-gradient(bottom, #e5e6e7, #ffffff);
    background: -ms-linear-gradient(bottom, #e5e6e7, #ffffff);
    background: linear-gradient(bottom, #e5e6e7, #ffffff);
    color: #2b2b2b;
    height: 30px;
    padding-left: 12px;
    width: 164px;
}

 body p {
    color: #8c8c8c;
    margin:0;
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a, button {
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}

label * {
    vertical-align: middle;
}

a:hover {
    text-decoration: none;
}

a:focus, a:visited {
    text-decoration: none;
}

table {
    text-align: center;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 12px;
}

table tr td, table tr th {
    vertical-align: middle;
}

table thead th:last-child {
    border-radius: 0 0 0 0;
    overflow: hidden;
}

table th {
    text-align: center;
}




/*公用的样式*/
.clear {
    zoom: 1;
}
.clear:after{
    content: "";
    display:table;
    clear: both;
}
.wrap{ width: 1200px; margin: 0 auto; }

.fl {
    float: left;
}

.fr {
    float: right;
}
.pr{
    position: relative;
}
.pa{
    position: absolute;
}
.t-r{
	text-align:right;
	}
.t-c{
	text-align:center;
	}
.t-l{
	text-align:left;
	}
.mb30 {
    margin-bottom: 30px;
}

.mt30 {
    margin-top: 30px;
}

.mt50 {
    margin-top: 50px;
}
.clearfix:after, .clearfix:before {
    display: table;
    line-height: 0;
    content: "";
    clear: both;
}
.mer-auto{
    width: 1200px;
    margin: 0 auto;
}
