/*****************reset start************************/
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
    margin: 0;
    padding: 0;
}
html{
    overflow-y: scroll;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500;
}

fieldset, img {
    border: none;
}

img {
    display: block;
    border:0;
}

address, caption, cite, code, dfn, var, em, i, sub, sup {
    font-style: normal;
    font-weight: normal;
}

ul, ol {
    list-style: none;
}

input {
    padding-top: 0;
    padding-bottom: 0;
    outline: none;
}

select, input {
    vertical-align: middle;
}

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    color: #666;
    font: 12px/1.5 "SimSun";
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    line-height:0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clr{
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

a {
    color: #333;
    text-decoration: none;
    outline: none;
    -webkit-transition: all .15s ease 0s;
    -ms-transition: all .15s ease 0s;
    transition: all .15s ease 0s;
}

a:visited,
a:focus,
a:hover {
    outline: none;
    text-decoration: none;
}

a:hover {
    color: #003673;
}
/***********************reset end****************************/
.w {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
}

.rt {
    float: right;
}

.hr {
    border-bottom: 1px solid #ddd;
    height: 0;
    margin-bottom: 10px;
    font-size: 0;
}

.hide {
    display: none;
}

.ftx-01 {
    color: #E62E04;
}

/*font*/
.font-arial {
    font-family: Arial;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}.mr25 {
    margin-right: 25px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}.ml25 {
    margin-left: 25px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt25 {
    margin-top: 25px;
}
.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}