@charset "utf-8";
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

#bsWXBox {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

#bdshare_weixin_qrcode_dialog {
    -webkit-box-sizing: initial !important;
    box-sizing: initial !important
}

#bdshare_weixin_qrcode_dialog * {
    -webkit-box-sizing: initial !important;
    box-sizing: initial !important
}

body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin: 0;
    padding: 0
}

html, body {
    position: relative
}

body {
    font-family: arial, "microsoft yahei";
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    min-width: 1200px
}

@media screen and (max-width: 1280px) {
    body {
        min-width: 1260px
    }
}

.bodyHIdden {
    overflow: hidden;
    height: 100%;
    width: 100%
}

.container {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 1280px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

a:link, a:visited {
    text-decoration: none;
    outline: #333;
    color: #333
}

a:hover, a:active, a:focus {
    color: #000
}

ul, li {
    list-style: none
}

img {
    border: 0;
    max-width: 100%;
    max-height: 100%
}

table {
    border-collapse: collapse;
    width: 100%
}

input[type=text], textarea {
    font-family: arial, "microsoft yahei";
    font-size: 14px;
    -webkit-appearance: none
}

input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
    cursor: pointer;
    outline: none
}

input[type='checkbox'], input[type='radio'] {
    position: relative;
    vertical-align: middle;
    margin-top: -2px;
    margin-bottom: 1px;
    margin-left: 5px;
    margin-right: 5px
}

textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
    padding: 0;
    color: #666;
    outline: none
}

.f-l {
    float: left
}

.f-r {
    float: right
}

.font20 {
    font-size: 20px
}

.textCenter {
    text-align: center
}

.color333 {
    color: #333
}

.hide {
    overflow: hidden
}

.rel {
    position: relative
}

.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    display: block
}

.middleCenter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: auto
}

.middleRight {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    margin: auto
}

.middleLeft {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    margin: auto
}

.indent2 {
    text-indent: 2em
}

.page {
    clear: both;
    text-align: center;
    font-size: 0;
    color: #666
}

.page em {
    font-style: normal;
    color: #666;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    min-width: 34px;
    line-height: 32px;
    margin: 0 5px;
    padding: 0 7px;
    vertical-align: middle
}

.page div {
    display: inline-block;
    line-height: 34px;
    font-size: 15px;
    vertical-align: middle;
    margin: 0 5px
}

.page a, .page span, .page strong {
    color: #666;
    display: inline-block;
    text-align: center;
    font-size: 15px;
    min-width: 34px;
    line-height: 32px;
    margin: 0 5px;
    padding: 0 7px;
    border: 1px #e0e0e0 solid;
    vertical-align: middle;
    -webkit-transition: all .5s;
    transition: all .5s
}

.page a.cur, .page span.cur, .page a:hover, .page span:hover {
    background: #ee530a;
    border-color: #ee530a;
    color: #fff
}

.page .confirm {
    color: #004cb8;
    border-color: #004cb8;
    min-width: 68px;
    vertical-align: baseline
}

.page .form_control {
    height: 34px;
    border: 1px #e0e0e0 solid;
    line-height: 32px;
    padding: 0 10px;
    width: 68px;
    text-align: center;
    color: #666;
    font-size: 15px;
    margin-left: 8px;
    margin-right: 8px;
    vertical-align: middle
}

.page strong {
    background: #ee530a;
    border-color: #ee530a;
    color: #fff;
}

.indent2 {
    text-indent: 2em
}

#searchPopup {
    position: absolute;
    top: 0;
    width: 100%;
    display: none;
    z-index: 9999
}

#searchPopup .searchBox {
    color: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1;
    top: 120px;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

#searchPopup .searchBox.fadeIn {
    top: 100px;
    opacity: 1;
    z-index: 999
}

#searchPopup .searchBox .container {
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    text-align: right
}

#searchPopup .searchBox input {
    border: 1px #fff solid;
    background: #fff;
    color: #333;
    width: 40%;
    padding: 0 10px;
    font-size: 14px;
    height: 36px;
    line-height: 34px
}

#searchPopup .searchBox input:focus {
    color: #333
}

#searchPopup .searchBox .btn {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    height: 36px;
    width: 36px;
    background: #a88a6e url(../images/icon/search.png) no-repeat center;
    background-size: 20px
}

#searchPopup .searchBox .close {
    display: none
}

.transparent {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    margin: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3)
}

.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    will-change: transform, opacity
}

.prompt {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    display: none;
    z-index: 99999;
    background: #fff;
    filter: alpha(opacity=90);
    opacity: 80
}

.prompt a {
    color: #000
}

.prompt span {
    position: absolute;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    top: 55%;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    display: block;
    line-height: 24px;
    color: #000
}

.prompt span a {
    text-decoration: underline
}

.prompt_close {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 30px;
    font-weight: 100;
    cursor: pointer
}

.prompt_close:hover {
    background: #f00;
    color: #fff
}