﻿@charset "utf-8";

header,
section,
footer,
aside,
nav,
main,
article,
figure {
    display: block
}

strong {
    font-weight: bold
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0
}

body,
html {
    font-size: 100%;
    padding: 0;
    margin: 0
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
    margin: 0;
    padding: 0
}

body,
button,
input,
select,
textarea,
option {
    font-family: '微软雅黑', 'Arail', tahoma, Srial, helvetica, sans-serif;
    color: #333
}

body {
    background-color: #fff
}

form {
    display: block
}

em {
    font-style: normal
}

ul,
ol,
li {
    list-style: none
}

a {
    text-decoration: none;
    color: #333
}

a:hover {
    text-decoration: none
}

img {
    border: 0px;
    max-width: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear { clear: both; text-indent: -9999px }
.clearfix:before, .clearfix:after { content: " "; display: table }
.clearfix:after { clear: both }
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
    font-family: '微软雅黑', "microsoft yahei", Arial, Verdana, sans-serif, 'Tahoma'
}

select,
option,
input,
textarea {
    padding: 0;
    margin: 0;
    border: none
}

select:hover {
    cursor: pointer
}

input[type="submit"]:hover {
    cursor: pointer
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.whole-a {
    display: block;
    width: 100%;
    height: 100%
}

.whole-img {
    width: 100%;
    height: 100%
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

a,
p,
i,
span {
    font-size: inherit;
    color: inherit;
    line-height: inherit
}

a,
input,
select,
textarea,
.tran02 {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.tran06 {
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out
}

.w {
    width: 100%;
    padding: 0 10px
}

.mcolor {
    color: #084199 !important;
}

.white {
    color: #fff !important
}

.gray {
    color: #999 !important
}

.yellow {
    color: #fba807 !important
}

.red {
    color: #fb0504 !important
}

.orange {
    color: #ff6600 !important
}

.blue {
    color: #0d91ed !important
}

.mt10 {
    margin-top: 10px
}

.mt20 {
    margin-top: 20px
}

.mt30 {
    margin-top: 30px
}

.mt40 {
    margin-top: 40px
}

.mt50 {
    margin-top: 50px
}

.mb10 {
    margin-bottom: 10px
}

.mb20 {
    margin-bottom: 20px
}

.mb30 {
    margin-bottom: 30px
}

.mb40 {
    margin-bottom: 40px
}

.mb50 {
    margin-bottom: 50px
}

.mr10 {
    margin-right: 10px
}

.mr20 {
    margin-right: 20px
}

.mr30 {
    margin-right: 30px
}

.mr40 {
    margin-right: 40px
}

.mr50 {
    margin-right: 50px
}

.ml10 {
    margin-left: 10px
}

.ml20 {
    margin-left: 20px
}

.ml30 {
    margin-left: 30px
}

.ml40 {
    margin-left: 40px
}

.ml50 {
    margin-left: 50px
}

.table {
    width: 100%;
    margin: 0 auto
}

.table tr {
    height: 30px;
    line-height: 30px
}

.table td,
.table th {
    line-height: 20px;
    color: #666;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ddd;
    padding: 6px 0
}

.table th {
    font-weight: bold;
    background: #f9f9f9;
    line-height: 20px
}

.table tr {
    height: 30px;
    line-height: 30px
}

.mhover:hover {
    color: #167e1c !important
}

.mmhover:hover {
    color: #0ba113 !important
}

.uhover:hover {
    text-decoration: underline !important
}

.blank10 {
    height: 10px;
}

.blank20 {
    height: 20px;
}

.blank30 {
    height: 30px;
}

.blank40 {
    height: 40px;
}

.blank50 {
    height: 50px;
}

.blank60 {
    height: 60px;
}

.top10 {
    margin-top: 10px;
}
.f18 { font-size: 18px; }
.c000 { color:#000; }
.c333 { color:#333; }