/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */ /*!
 
 @Name: layer's style
 @Author: ÏÍÐÄ
 @Blog£º sentsin.com
 
 */

body, html {
    font-family: Microsoft YaHei;
}

.layui-layer-btn a, .layui-layer-btn a:hover, a, a:active, a:hover {
    text-decoration: none;
}

.list-inline, .list-unstyled, nav .nav, ol, ul {
    list-style: none;
}

* html {
    background-image: url(about:blank);
    background-attachment: fixed;
}

html #layui_layer_skinlayercss {
    display: none;
    position: absolute;
    width: 1989px;
}

.layui-layer, .layui-layer-shade {
    position: fixed;
    pointer-events: auto;
}

.layui-layer-shade {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.layui-layer {
    top: 150px;
    left: 50%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    -webkit-background-clip: content;
    box-shadow: 1px 1px 50px rgba(0,0,0,.3);
    border-radius: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
}

.layui-layer-close {
    position: absolute;
}

.layui-layer-content {
    position: relative;
}

.layui-layer-border {
    border: 1px solid #B2B2B2;
    border: 1px solid rgba(0,0,0,.3);
    box-shadow: 1px 1px 5px rgba(0,0,0,.2);
}

.layui-layer-moves {
    position: absolute;
    border: 3px solid #666;
    border: 3px solid rgba(0,0,0,.5);
    cursor: move;
    background-color: #fff;
    background-color: rgba(255,255,255,.3);
    filter: alpha(opacity=50);
}

.layui-layer-load {
    background: url(images/layer/loading-0.gif) center center no-repeat #fff;
}

.layui-layer-ico {
    background: url(images/layer/icon.png) no-repeat;
}

.layui-layer-btn a, .layui-layer-dialog .layui-layer-ico, .layui-layer-setwin a {
    display: inline-block;
    vertical-align: top;
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.layui-anim {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceOut {
    100% {
        opacity: 0;
        -webkit-transform: scale(.7);
        transform: scale(.7);
    }

    30% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
    }

    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bounceOut {
    100% {
        opacity: 0;
        -webkit-transform: scale(.7);
        -ms-transform: scale(.7);
        transform: scale(.7);
    }

    30% {
        -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03);
    }

    0% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.layui-anim-close {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
    -webkit-animation-duration: .2s;
    animation-duration: .2s;
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateY(-2000px);
        -ms-transform: scale(.1) translateY(-2000px);
        transform: scale(.1) translateY(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateY(60px);
        -ms-transform: scale(.475) translateY(60px);
        transform: scale(.475) translateY(60px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.layui-anim-01 {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        -ms-transform: translateY(2000px);
        transform: translateY(2000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.layui-anim-02 {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(48px);
        transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) translateX(-2000px);
        -ms-transform: scale(.1) translateX(-2000px);
        transform: scale(.1) translateX(-2000px);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    60% {
        opacity: 1;
        -webkit-transform: scale(.475) translateX(48px);
        -ms-transform: scale(.475) translateX(48px);
        transform: scale(.475) translateX(48px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

.layui-anim-03 {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0);
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        -ms-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        -ms-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0);
    }
}

.layui-anim-04 {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.layui-anim-05 {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }
}

@keyframes shake {
    0%,100% {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        transform: translateX(-10px);
    }

    20%,40%,60%,80% {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px);
    }
}

.layui-anim-06 {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.layui-layer-title {
    padding: 0 80px 0 20px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #F8F8F8;
    border-radius: 2px 2px 0 0;
}

.layui-layer-setwin {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 0;
    line-height: initial;
}

    .layui-layer-setwin a {
        position: relative;
        width: 16px;
        height: 16px;
        margin-left: 10px;
        font-size: 12px;
    }

    .layui-layer-setwin .layui-layer-min cite {
        position: absolute;
        width: 14px;
        height: 2px;
        left: 0;
        top: 50%;
        margin-top: -1px;
        background-color: #2E2D3C;
        cursor: pointer;
    }

    .layui-layer-setwin .layui-layer-min:hover cite {
        background-color: #2D93CA;
    }

    .layui-layer-setwin .layui-layer-max {
        background-position: -32px -40px;
    }

        .layui-layer-setwin .layui-layer-max:hover {
            background-position: -16px -40px;
        }

    .layui-layer-setwin .layui-layer-maxmin {
        background-position: -65px -40px;
    }

        .layui-layer-setwin .layui-layer-maxmin:hover {
            background-position: -49px -40px;
        }

    .layui-layer-setwin .layui-layer-close1 {
        background-position: 0 -40px;
        cursor: pointer;
    }

        .layui-layer-setwin .layui-layer-close1:hover {
            opacity: .7;
        }

    .layui-layer-setwin .layui-layer-close2 {
        position: absolute;
        right: 6px;
        top: -7px;
        width: 30px;
        height: 30px;
        margin-left: 0;
        background: 0 0;
    }

        .layui-layer-setwin .layui-layer-close2:hover {
            background-position: -180px -31px;
        }

.layui-layer-btn {
    text-align: right;
    padding: 0 10px 12px;
    pointer-events: auto;
}

    .layui-layer-btn a {
        height: 28px;
        line-height: 28px;
        margin: 0 6px;
        padding: 0 15px;
        border: 1px solid #dedede;
        background-color: #f1f1f1;
        color: #333;
        border-radius: 2px;
        font-weight: 400;
        cursor: pointer;
    }

dl, ol, ul {
    margin-top: 0;
}

.layui-layer-btn a:hover {
    opacity: .9;
}

.layui-layer-btn a:active {
    opacity: .7;
}

.layui-layer-btn .layui-layer-btn0 {
    border-color: #4898d5;
    background-color: #2e8ded;
    color: #fff;
}

.layui-layer-dialog {
    min-width: 260px;
}

    .layui-layer-dialog .layui-layer-content {
        position: relative;
        padding: 20px;
        line-height: 24px;
        word-break: break-all;
        font-size: 14px;
        overflow: auto;
    }

        .layui-layer-dialog .layui-layer-content .layui-layer-ico {
            position: absolute;
            top: 16px;
            left: 15px;
            width: 30px;
            height: 30px;
        }

.layui-layer-ico1 {
    background-position: -30px 0;
}

.layui-layer-ico2 {
    background-position: -60px 0;
}

.layui-layer-ico3 {
    background-position: -90px 0;
}

.layui-layer-ico4 {
    background-position: -120px 0;
}

.layui-layer-ico5 {
    background-position: -150px 0;
}

.layui-layer-ico6 {
    background-position: -180px 0;
}

.layui-layer-rim {
    border: 6px solid #8D8D8D;
    border: 6px solid rgba(0,0,0,.3);
    border-radius: 5px;
    box-shadow: none;
}

.layui-layer-msg {
    min-width: 180px;
    border: 1px solid #D3D4D3;
    box-shadow: none;
}

.layui-layer-hui {
    min-width: 100px;
    background-color: #000;
    filter: alpha(opacity=60);
    background-color: rgba(0,0,0,.6);
    color: #fff;
    border: none;
}

    .layui-layer-hui .layui-layer-content {
        padding: 12px 25px;
        text-align: center;
    }

.layui-layer-dialog .layui-layer-padding {
    padding: 20px 20px 20px 55px;
    text-align: left;
}

.layui-layer-page .layui-layer-content {
    position: relative;
    overflow: auto;
}

.layui-layer-iframe .layui-layer-btn, .layui-layer-page .layui-layer-btn {
    padding-top: 10px;
}

.layui-layer-nobg {
    background: 0 0;
}

.layui-layer-iframe .layui-layer-content {
    overflow: hidden;
}

.layui-layer-iframe iframe {
    display: block;
    width: 100%;
}

.layui-layer-loading {
    border-radius: 100%;
    background: 0 0;
    box-shadow: none;
    border: none;
}

    .layui-layer-loading .layui-layer-content {
        width: 60px;
        height: 24px;
        background: url(images/layer/loading-0.gif) no-repeat;
    }

    .layui-layer-loading .layui-layer-loading1 {
        width: 37px;
        height: 37px;
        background: url(images/layer/loading-1.gif) no-repeat;
    }

    .layui-layer-ico16, .layui-layer-loading .layui-layer-loading2 {
        width: 32px;
        height: 32px;
        background: url(images/layer/loading-2.gif) no-repeat;
    }

.layui-layer-tips {
    background: 0 0;
    box-shadow: none;
    border: none;
}

    .layui-layer-tips .layui-layer-content {
        position: relative;
        line-height: 22px;
        min-width: 12px;
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
        box-shadow: 1px 1px 3px rgba(0,0,0,.3);
        background-color: #F90;
        color: #fff;
    }

    .layui-layer-tips .layui-layer-close {
        right: -2px;
        top: -1px;
    }

    .layui-layer-tips i.layui-layer-TipsG {
        position: absolute;
        width: 0;
        height: 0;
        border-width: 8px;
        border-color: transparent;
        border-style: dashed;
    }

    .layui-layer-tips i.layui-layer-TipsB, .layui-layer-tips i.layui-layer-TipsT {
        left: 5px;
        border-right-style: solid;
        border-right-color: #F90;
    }

    .layui-layer-tips i.layui-layer-TipsT {
        bottom: -8px;
    }

    .layui-layer-tips i.layui-layer-TipsB {
        top: -8px;
    }

    .layui-layer-tips i.layui-layer-TipsL, .layui-layer-tips i.layui-layer-TipsR {
        top: 1px;
        border-bottom-style: solid;
        border-bottom-color: #F90;
    }

    .layui-layer-tips i.layui-layer-TipsR {
        left: -8px;
    }

    .layui-layer-tips i.layui-layer-TipsL {
        right: -8px;
    }

.layui-layer-lan[type=dialog] {
    min-width: 280px;
}

.layui-layer-lan .layui-layer-title {
    background: #4476A7;
    color: #fff;
    border: none;
}

.layui-layer-lan .layui-layer-lan .layui-layer-btn {
    padding: 10px;
    text-align: right;
    border-top: 1px solid #E9E7E7;
}

.layui-layer-lan .layui-layer-btn a {
    background: #BBB5B5;
    border: none;
}

.layui-layer-lan .layui-layer-btn .layui-layer-btn1 {
    background: #C9C5C5;
}

.layui-layer-molv .layui-layer-title {
    background: #009f95;
    color: #fff;
    border: none;
}

a, a:visited, body {
    color: #333;
}

.layui-layer-molv .layui-layer-btn a {
    background: #009f95;
}

.layui-layer-molv .layui-layer-btn .layui-layer-btn1 {
    background: #92B8B1;
}

a, blockquote, body, button, code, dd, div, dl, dt, em, fieldset, figure, form, h1, h2, h3, h4, h5, h6, html, i, img, input, legend, li, ol, p, pre, select, span,  ul, var {
    font-style: normal;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

dl, hr {
    margin-bottom: 20px;
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-size: 14px;
    line-height: 1.42857143;
    background-color: #fff;
}

a {
    background-color: transparent;
}

    a:active, a:hover {
        color: #e70;
    }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

    .h1 .small, .h1 small, .h2 .small, .h2 small, .h3 .small, .h3 small, .h4 .small, .h4 small, .h5 .small, .h5 small, .h6 .small, .h6 small, h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
        font-weight: 400;
        line-height: 1;
    }

.h1, h1 {
    font-size: 36px;
}

.h2, h2 {
    font-size: 30px;
}

.h3, h3 {
    font-size: 24px;
}

.h4, h4 {
    font-size: 18px;
}

.h5, h5 {
    font-size: 14px;
}

.h6, h6 {
    font-size: 12px;
}

ol, ul {
    margin-bottom: 10px;
}

img {
    border: none;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    line-height: inherit;
    vertical-align: middle;
}

button {
    background: 0 0;
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled], html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner, input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

button, input {
    border: none;
    line-height: normal;
    outline: 0;
}

    input[type=checkbox], input[type=radio] {
        padding: 0;
    }

    input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

pre, textarea {
    overflow: auto;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden], template {
    display: none;
}

.clear:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .row:after, nav .nav:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

b, optgroup, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

.btn, .btn-danger.active, .btn-danger:active, .btn-default.active, .btn-default:active, .btn-info.active, .btn-info:active, .btn-primary.active, .btn-primary:active, .btn-success.active, .btn-success:active, .btn-warning.active, .btn-warning:active, .form-control, .open > .dropdown-toggle.btn-danger, .open > .dropdown-toggle.btn-default, .open > .dropdown-toggle.btn-info, .open > .dropdown-toggle.btn-primary, .open > .dropdown-toggle.btn-success, .open > .dropdown-toggle.btn-warning {
    background-image: none;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    margin-top: 20px;
    border: 0;
    border-top: 1px solid #eee;
}

code, kbd, pre, samp {
    font-family: monospace,monospace;
    font-size: 1em;
}

.clearfix, .container, .container-fluid, .dl-horizontal dd, .form-horizontal .form-group, .modal-footer, .row, nav .nav {
    zoom: 1;
}

.clear {
    zoom: 1;
}

.pull-right {
    float: right;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .pull-left {
    float: left;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

dt, label {
    font-weight: 700;
}

.text-beyond-hide {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.center {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.posf {
    position: fixed;
}

.posr {
    position: relative;
}

.posa {
    position: absolute;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.tac {
    text-align: center;
}

[role=button] {
    cursor: pointer;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:focus, a.text-primary:hover {
    color: #286090;
}

.text-success {
    color: #5cb85c;
}

a.text-success:focus, a.text-success:hover {
    color: #449d44;
}

.text-info {
    color: #337ab7;
}

a.text-info:focus, a.text-info:hover {
    color: #286090;
}

.text-warning {
    color: #e70;
}

a.text-warning:focus, a.text-warning:hover {
    color: #bb5e00;
}

.text-danger {
    color: #d9534f;
}

a.text-danger:focus, a.text-danger:hover {
    color: #c9302c;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:focus, a.bg-primary:hover {
    background-color: #286090;
}

.bg-success {
    background-color: #777;
}

a.bg-success:focus, a.bg-success:hover {
    background-color: #5e5e5e;
}

.bg-info {
    background-color: #eee;
}

a.bg-info:focus, a.bg-info:hover {
    background-color: #d5d5d5;
}

.bg-warning {
    background-color: #eee;
}

a.bg-warning:focus, a.bg-warning:hover {
    background-color: #d5d5d5;
}

.bg-danger {
    background-color: #eee;
}

a.bg-danger:focus, a.bg-danger:hover {
    background-color: #d5d5d5;
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
}

.list-inline {
    padding-left: 0;
    margin-left: -5px;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dd, dt {
    line-height: 1.42857143;
}

dd {
    margin-left: 0;
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }

    .container {
        max-width: 1180px;
        min-width: 1000px;
    }
}

abbr[data-original-title], abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 18px;
    border-left: 5px solid #eee;
}

    blockquote ol:last-child, blockquote p:last-child, blockquote ul:last-child {
        margin-bottom: 0;
    }

.table, address {
    margin-bottom: 20px;
}

blockquote .small, blockquote footer, blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #555;
}

    blockquote .small:before, blockquote footer:before, blockquote small:before {
        content: '\2014 \00A0';
    }

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right;
}

.container, .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}

caption, th {
    text-align: left;
}

.blockquote-reverse .small:before, .blockquote-reverse footer:before, .blockquote-reverse small:before, blockquote.pull-right .small:before, blockquote.pull-right footer:before, blockquote.pull-right small:before {
    content: '';
}

.blockquote-reverse .small:after, .blockquote-reverse footer:after, .blockquote-reverse small:after, blockquote.pull-right .small:after, blockquote.pull-right footer:after, blockquote.pull-right small:after {
    content: '\00A0 \2014';
}

address {
    font-style: normal;
    line-height: 1.42857143;
}

.container {
    max-width: 1180px;
    min-width: 1000px;
}

@media (min-width:992px) {
    .container {
        max-width: 1180px;
        min-width: 1000px;
    }
}

@media (min-width:1180px) {
    .container {
        max-width: 1180px;
        min-width: 1180px;
    }
}

.table, label {
    max-width: 100%;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width:768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:992px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width:1180px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

.modal, .modal-backdrop {
    right: 0;
    left: 0;
    bottom: 0;
}



caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
}

.table {
    width: 100%;
}

    .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
        padding: 8px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #ddd;
    }

    .table > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #ddd;
    }

    .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
        border-top: 0;
    }

    .table > tbody + tbody {
        border-top: 2px solid #ddd;
    }

    .table .table {
        background-color: #fff;
    }

.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
    padding: 5px;
}

.table-bordered, .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd;
}

    .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
        border-bottom-width: 2px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > thead > tr > td.active, .table > thead > tr > th.active {
    background-color: #f5f5f5;
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell;
}

.table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover {
    background-color: #e8e8e8;
}

.table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > thead > tr > td.success, .table > thead > tr > th.success {
    background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover {
    background-color: #d0e9c6;
}

.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #d9edf7;
}

.table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr > td.info:hover, .table-hover > tbody > tr > th.info:hover {
    background-color: #c4e3f3;
}

.table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > thead > tr > td.warning, .table > thead > tr > th.warning {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover {
    background-color: #faf2cc;
}

.table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > thead > tr > td.danger, .table > thead > tr > th.danger {
    background-color: #f2dede;
}

.table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%;
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }

        .table-responsive > .table {
            margin-bottom: 0;
        }

            .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
                white-space: nowrap;
            }

        .table-responsive > .table-bordered {
            border: 0;
        }

            .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > thead > tr > th:first-child {
                border-left: 0;
            }

            .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > thead > tr > th:last-child {
                border-right: 0;
            }

            .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > th {
                border-bottom: 0;
            }
}

.modal, .modal-open {
    overflow: hidden;
}

fieldset, legend {
    padding: 0;
    border: 0;
}

fieldset {
    margin: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    margin-bottom: 5px;
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

.form-control, output {
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    display: block;
}

input[type=file] {
    display: block;
}

input[type=range] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type=file]:focus, input[type=checkbox]:focus, input[type=radio]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

output {
    padding-top: 11px;
}

.form-control {
    width: 100%;
    height: 42px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #c5c5c5;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    }

    .form-control::-moz-placeholder {
        color: #a9a9a9;
        opacity: 1;
    }

    .form-control:-ms-input-placeholder {
        color: #a9a9a9;
    }

    .form-control::-webkit-input-placeholder {
        color: #a9a9a9;
    }

.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .form-control-feedback, .has-success .help-block, .has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label, .has-success.radio label, .has-success.radio-inline label {
    color: #3c763d;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date].form-control, input[type=time].form-control, input[type=datetime-local].form-control, input[type=month].form-control {
        line-height: 42px;
    }

    .input-group-sm input[type=date], .input-group-sm input[type=time], .input-group-sm input[type=datetime-local], .input-group-sm input[type=month], input[type=date].input-sm, input[type=time].input-sm, input[type=datetime-local].input-sm, input[type=month].input-sm {
        line-height: 228px;
    }

    .input-group-lg input[type=date], .input-group-lg input[type=time], .input-group-lg input[type=datetime-local], .input-group-lg input[type=month], input[type=date].input-lg, input[type=time].input-lg, input[type=datetime-local].input-lg, input[type=month].input-lg {
        line-height: 572px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .checkbox label, .radio label {
        min-height: 20px;
        padding-left: 20px;
        margin-bottom: 0;
        font-weight: 400;
        cursor: pointer;
    }

    .checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
        position: absolute;
        margin-left: -20px;
        margin-top: 4px\9;
    }

    .checkbox + .checkbox, .radio + .radio {
        margin-top: -5px;
    }

.checkbox-inline, .radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}

    .checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
        margin-top: 0;
        margin-left: 10px;
    }

    .checkbox-inline.disabled, .checkbox.disabled label, .radio-inline.disabled, .radio.disabled label, fieldset[disabled] .checkbox label, fieldset[disabled] .checkbox-inline, fieldset[disabled] .radio label, fieldset[disabled] .radio-inline, fieldset[disabled] input[type=checkbox], fieldset[disabled] input[type=radio], input[type=checkbox].disabled, input[type=checkbox][disabled], input[type=radio].disabled, input[type=radio][disabled] {
        cursor: not-allowed;
    }

.form-control-static {
    padding-top: 11px;
    padding-bottom: 11px;
    margin-bottom: 0;
    min-height: 34px;
}

    .form-control-static.input-lg, .form-control-static.input-sm {
        padding-left: 0;
        padding-right: 0;
    }

.form-group-sm .form-control, .input-sm {
    padding: 5px;
    border-radius: 2px;
    font-size: 12px;
}

.input-sm {
    height: 228px;
    line-height: 18px;
}

select.input-sm {
    height: 228px;
    line-height: 228px;
}

select[multiple].input-sm, textarea.input-sm {
    height: auto;
}

.form-group-sm .form-control {
    height: 228px;
    line-height: 18px;
}

.form-group-lg .form-control, .input-lg {
    border-radius: 5px;
    padding: 15px;
    font-size: 18px;
}

.form-group-sm select.form-control {
    height: 228px;
    line-height: 228px;
}

.form-group-sm select[multiple].form-control, .form-group-sm textarea.form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 228px;
    min-height: 32px;
    padding: 6px 5px;
    font-size: 12px;
    line-height: 18px;
}

.input-lg {
    height: 572px;
    line-height: 30px;
}

select.input-lg {
    height: 572px;
    line-height: 572px;
}

select[multiple].input-lg, textarea.input-lg {
    height: auto;
}

.form-group-lg .form-control {
    height: 572px;
    line-height: 30px;
}

.form-group-lg select.form-control {
    height: 572px;
    line-height: 572px;
}

.form-group-lg select[multiple].form-control, .form-group-lg textarea.form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 572px;
    min-height: 38px;
    padding: 16px 15px;
    font-size: 18px;
    line-height: 30px;
}

.has-feedback {
    position: relative;
}

    .has-feedback .form-control {
        padding-right: 52.5px;
    }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    pointer-events: none;
}

.form-group-lg .form-control + .form-control-feedback, .input-group-lg + .form-control-feedback, .input-lg + .form-control-feedback {
    width: 572px;
    height: 572px;
    line-height: 572px;
}

.form-group-sm .form-control + .form-control-feedback, .input-group-sm + .form-control-feedback, .input-sm + .form-control-feedback {
    width: 228px;
    height: 228px;
    line-height: 228px;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-success .form-control:focus {
        border-color: #2b542c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;
    }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .form-control-feedback, .has-warning .help-block, .has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label, .has-warning.radio label, .has-warning.radio-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-warning .form-control:focus {
        border-color: #66512c;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;
    }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .form-control-feedback, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-error .form-control:focus {
        border-color: #843534;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;
    }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #959595;
}

.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 11px;
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 31px;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 0;
}

@media (min-width:768px) {
    .form-inline .form-control-static, .form-inline .form-group {
        display: inline-block;
    }

    .form-inline .control-label, .form-inline .form-group {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .form-control, .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .checkbox, .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

        .form-inline .checkbox label, .form-inline .radio label {
            padding-left: 0;
        }

        .form-inline .checkbox input[type=checkbox], .form-inline .radio input[type=radio] {
            position: relative;
            margin-left: 0;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }

    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 11px;
    }

    .form-horizontal .form-group-lg .control-label {
        padding-top: 451px;
        font-size: 18px;
    }

    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0,-25%);
        -ms-transform: translate(0,-25%);
        -o-transform: translate(0,-25%);
        transform: translate(0,-25%);
        -webkit-transition: -webkit-transform .3s ease-out;
        -moz-transition: -moz-transform .3s ease-out;
        -o-transition: -o-transform .3s ease-out;
        transition: transform .3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 5px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: .5;
        filter: alpha(opacity=50);
    }

.modal-header {
    padding: 15px 30px;
    min-height: 16.43px;
}

    .modal-header .close {
        background-position: 0 -39px;
        cursor: pointer;
        float: right;
        filter: alpha(opacity=80);
        height: 12px;
        margin-top: 4px;
        opacity: .8;
        width: 12px;
    }

        .modal-header .close:hover {
            filter: alpha(opacity=100);
            opacity: 1;
        }

.modal-title {
    margin: 0;
    line-height: 1.42857143;
}

.modal-body {
    position: relative;
    padding: 15px 30px;
}

.modal-footer {
    padding: 15px 30px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

    .modal-footer .btn + .btn {
        margin-left: 5px;
        margin-bottom: 0;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width:768px) {
    .modal-dialog {
        width: 422px;
        margin: 250px auto 30px;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
        box-shadow: 0 5px 15px rgba(0,0,0,.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-danger, .btn-default, .btn-info, .btn-primary, .btn-success, .btn-warning {
    padding: 10px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 3px;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none;
}

.btn.active, .btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-default.focus, .btn-default:focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default.active, .btn-default:active, .btn-default:hover, .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

        .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333;
    }

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40;
    }

    .btn-primary.active, .btn-primary:active, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
    }

        .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40;
        }

    .btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #337ab7;
        border-color: #2e6da4;
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff;
    }

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success.focus, .btn-success:focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-success.active, .btn-success:active, .btn-success:hover, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }

        .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
            color: #fff;
            background-color: #398439;
            border-color: #255625;
        }

    .btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled].active, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #5cb85c;
        border-color: #4cae4c;
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff;
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info.focus, .btn-info:focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85;
    }

    .btn-info.active, .btn-info:active, .btn-info:hover, .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc;
    }

        .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85;
        }

    .btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info[disabled].active, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: #5bc0de;
        border-color: #46b8da;
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff;
    }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

    .btn-warning.focus, .btn-warning:focus {
        color: #fff;
        background-color: #ec971f;
        border-color: #985f0d;
    }

    .btn-warning.active, .btn-warning:active, .btn-warning:hover, .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #ec971f;
        border-color: #d58512;
    }

        .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
            color: #fff;
            background-color: #d58512;
            border-color: #985f0d;
        }

    .btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning[disabled].active, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        background-color: #f0ad4e;
        border-color: #eea236;
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff;
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger.focus, .btn-danger:focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19;
    }

    .btn-danger.active, .btn-danger:active, .btn-danger:hover, .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

        .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger[disabled].active, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff;
    }

.btn-index-details {
    padding: 0;
    font-size: 18px;
    line-height: 36px;
    border-radius: 18px;
    height: 36px;
    width: 117px;
    color: #fff;
    background-color: #ffb400;
    border-color: #ffb400;
}

    .btn-index-details:hover {
        color: #fff;
        background-color: #ff9812;
        border-color: #ff9812;
    }

.btn-info-save {
    padding: 0;
    font-size: 18px;
    line-height: 34px;
    border-radius: 3px;
    height: 34px;
    width: 133px;
    color: #ff8a00;
    background-color: #ffe5ca;
    border-color: #ff8a00;
}

    .btn-info-save:hover {
        color: #ff8a00;
        background-color: #fddab8;
        border-color: #ff8a00;
    }

.btn-info-choice, .btn-info-choice:hover {
    background-color: #e5ebe5;
    border-color: #9eb1a2;
}

.btn-info-choice {
    padding: 0;
    font-size: 14px;
    line-height: 24px;
    border-radius: 3px;
    height: 24px;
    width: 57px;
    color: #333;
}

.btn-block, input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%;
}

.btn-info-choice:hover {
    color: #e70;
}

.btn-link {
    color: #333;
    font-weight: 400;
    border-radius: 0;
}

    .btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
            border-color: transparent;
        }

            .btn-link:focus, .btn-link:hover {
                color: #ff8a00;
                text-decoration: underline;
                background-color: transparent;
            }

nav .nav li a:hover, nav .nav li.sp a {
    background-color: #fdda36;
}

.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none;
}

.btn-lg {
    padding: 15px;
    font-size: 18px;
    line-height: 30px;
    border-radius: 5px;
}

.btn-sm, .btn-xs {
    font-size: 12px;
    line-height: 18px;
    border-radius: 2px;
}

.btn-sm {
    padding: 5px;
}

.btn-xs {
    padding: 2px 5px;
}

.btn-block {
    display: block;
}

    .btn-block + .btn-block {
        margin-top: 5px;
    }

nav {
    border-bottom: 2px #ffdf4a solid;
    height: 35px;
    min-width: 1000px;
}

    nav .nav {
        height: 35px;
        margin: 0 0 0 280px;
        min-width: 720px;
        padding: 0;
    }

        nav .nav li {
            float: left;
            height: 35px;
            position: relative;
            text-align: center;
            width: 16.55%;
        }

            nav .nav li a {
                border-radius: 3px;
                display: inline-block;
                font-size: 18px;
                height: 26px;
                line-height: 26px;
            }

                nav .nav li a:hover {
                    color: #333;
                    text-decoration: none;
                }

            nav .nav li i {
                background-position: -174px -29px;
                bottom: 0;
                display: none;
                height: 7px;
                left: -6px;
                margin-left: 50%;
                position: absolute;
                width: 11px;
            }

                nav .nav li i.hot {
                    background-position: -307px -42px;
                    display: block;
                    height: 14px;
                    left: auto;
                    right: 22px;
                    top: -14px;
                    width: 27px;
                }

            nav .nav li.sp i {
                display: block;
            }

.mr0 {
    margin-right: 0!important;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr12 {
    margin-right: 12px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mr25 {
    margin-right: 25px;
}

.mr30 {
    margin-right: 30px;
}

.mr60 {
    margin-right: 60px;
}

.mrp50 {
    margin-right: 50%;
}

.ml0 {
    margin-left: 0!important;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml12 {
    margin-left: 12px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.ml30 {
    margin-left: 30px;
}

.ml90 {
    margin-left: 90px;
}

.mlp50 {
    margin-left: 50%;
}

.mt0 {
    margin-top: 0!important;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mb0 {
    margin-bottom: 0!important;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb25 {
    margin-bottom: 25px;
}

.mb30 {
    margin-bottom: 30px;
}

.m0 {
    margin: 0!important;
}

.m5 {
    margin: 5px;
}

.m10 {
    margin: 10px;
}

.m15 {
    margin: 15px;
}

.pr0 {
    padding-right: 0!important;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pr25 {
    padding-right: 25px;
}

.pr30 {
    padding-right: 30px;
}

.pl0 {
    padding-left: 0!important;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pl25 {
    padding-left: 25px;
}

.pl30 {
    padding-left: 30px;
}

.pl35 {
    padding-left: 35px;
}

.pt0 {
    padding-top: 0!important;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pt25 {
    padding-top: 25px;
}

.pt30 {
    padding-top: 30px;
}

.pb0 {
    padding-bottom: 0!important;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb25 {
    padding-bottom: 25px;
}

.index-activity, .pb30 {
    padding-bottom: 30px;
}

.p0 {
    padding: 0!important;
}

.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}

.p25 {
    padding: 25px;
}

.p30 {
    padding: 30px;
}

@-ms-viewport {
    width: device-width;
}

.visible-lg, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block, .visible-md, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-sm, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-xs, .visible-xs-block, .visible-xs-inline, .visible-xs-inline-block {
    display: none!important;
}

@media (max-width:767px) {
    .visible-xs {
        display: block!important;
    }

    table.visible-xs {
        display: table!important;
    }

    tr.visible-xs {
        display: table-row!important;
    }

    td.visible-xs, th.visible-xs {
        display: table-cell!important;
    }

    .visible-xs-block {
        display: block!important;
    }

    .visible-xs-inline {
        display: inline!important;
    }

    .visible-xs-inline-block {
        display: inline-block!important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block!important;
    }

    table.visible-sm {
        display: table!important;
    }

    tr.visible-sm {
        display: table-row!important;
    }

    td.visible-sm, th.visible-sm {
        display: table-cell!important;
    }

    .visible-sm-block {
        display: block!important;
    }

    .visible-sm-inline {
        display: inline!important;
    }

    .visible-sm-inline-block {
        display: inline-block!important;
    }
}

@media (min-width:992px) and (max-width:1179px) {
    .visible-md {
        display: block!important;
    }

    table.visible-md {
        display: table!important;
    }

    tr.visible-md {
        display: table-row!important;
    }

    td.visible-md, th.visible-md {
        display: table-cell!important;
    }

    .visible-md-block {
        display: block!important;
    }

    .visible-md-inline {
        display: inline!important;
    }

    .visible-md-inline-block {
        display: inline-block!important;
    }
}

@media (min-width:1180px) {
    .visible-lg {
        display: block!important;
    }

    table.visible-lg {
        display: table!important;
    }

    tr.visible-lg {
        display: table-row!important;
    }

    td.visible-lg, th.visible-lg {
        display: table-cell!important;
    }

    .visible-lg-block {
        display: block!important;
    }

    .visible-lg-inline {
        display: inline!important;
    }

    .visible-lg-inline-block {
        display: inline-block!important;
    }

    .hidden-lg {
        display: none!important;
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none!important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none!important;
    }
}

@media (min-width:992px) and (max-width:1179px) {
    .hidden-md {
        display: none!important;
    }
}

.visible-print {
    display: none!important;
}

@media print {
    .visible-print {
        display: block!important;
    }

    table.visible-print {
        display: table!important;
    }

    tr.visible-print {
        display: table-row!important;
    }

    td.visible-print, th.visible-print {
        display: table-cell!important;
    }
}

.visible-print-block {
    display: none!important;
}

@media print {
    .visible-print-block {
        display: block!important;
    }
}

.visible-print-inline {
    display: none!important;
}

@media print {
    .visible-print-inline {
        display: inline!important;
    }
}

.visible-print-inline-block {
    display: none!important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block!important;
    }

    .hidden-print {
        display: none!important;
    }
}

.site-container-wrap {
    padding-bottom: 50px;
}

.site-container-main {
    float: left;
    width: 860px;
}

.site-container-side {
    float: right;
    width: 300px;
}

.site-container-panel {
    border: 1px solid #e9e9e9;
    border-top: 5px solid #ffa800;
}

i { /*background:url(icon.png) no-repeat*/
}

.min-container {
    padding: 0 10px;
}

footer.bt0 {
    border-top: 0;
}

header {
    min-width: 1000px;
}

    header .topbar {
        height: 46px;
    }

        header .topbar .logo a, header .topbar .logo img {
            height: 43px;
            width: 110px;
        }

        header .topbar .logo i {
            background-position: -127px -42px;
            height: 35px;
            width: 180px;
        }

        header .topbar .topbar-right {
            color: #3f3a3b;
            height: 17px;
            line-height: 17px;
        }

            header .topbar .topbar-right i {
                background-position: -336px -42px;
                height: 17px;
                margin-right: 3px;
                width: 17px;
            }

            header .topbar .topbar-right .topbar-tel {
                border-right: 1px #bababa solid;
                color: #bababa;
                font-size: 18px;
            }

            header .topbar .topbar-right a {
                cursor: pointer;
                font-size: 12px;
                margin: 0 3px;
                padding: 0 5px;
            }

                header .topbar .topbar-right a.topbar-user {
                    font-size: 16px;
                }

                header .topbar .topbar-right a.sp {
                    background: #fdda36;
                }

                header .topbar .topbar-right a.topbar-cart em {
                    background: #000;
                    border-radius: 7px;
                    color: #fdda36;
                    font-size: 12px;
                    height: 15px;
                    line-height: 15px;
                    margin: 1px 0 0 2px;
                    overflow: hidden;
                    text-align: center;
                    width: 15px;
                    -webkit-text-size-adjust: none;
                }

            header .topbar .topbar-right #personal-list:hover .personal-list {
                display: block;
            }

            header .topbar .topbar-right .personal-list {
                display: none;
                left: 0;
                padding-top: 15px;
                top: 15px;
                width: 150px;
                z-index: 2;
            }

                header .topbar .topbar-right .personal-list .personal-list-top {
                    background-position: -199px -452px;
                    height: 10px;
                    left: -13px;
                    top: 6px;
                    margin-left: 50%;
                    width: 26px;
                }

                header .topbar .topbar-right .personal-list ul {
                    border: 1px solid #ccc;
                    background: #fff;
                    border-radius: 5px;
                    color: #666;
                    width: 150px;
                }

                    header .topbar .topbar-right .personal-list ul li {
                        width: 130px;
                    }

                        header .topbar .topbar-right .personal-list ul li a {
                            border-bottom: 1px #ccc solid;
                            height: 30px;
                            line-height: 30px;
                            width: 130px;
                        }

                            header .topbar .topbar-right .personal-list ul li a i {
                                display: inline-block;
                                height: 16px;
                                margin: 0 20px 0 5px;
                                vertical-align: middle;
                                width: 16px;
                            }

.current i, footer .footer-bq span {
    vertical-align: top;
    display: inline-block;
}

header .topbar .topbar-right .personal-list ul li a i.personal-list-ico0 {
    background-position: -103px -449px;
}

header .topbar .topbar-right .personal-list ul li a i.personal-list-ico1 {
    background-position: -119px -449px;
}

header .topbar .topbar-right .personal-list ul li a i.personal-list-ico2 {
    background-position: -135px -449px;
}

header .topbar .topbar-right .personal-list ul li a i.personal-list-ico3 {
    background-position: -151px -449px;
}

header .topbar .topbar-right .personal-list ul li a i.personal-list-ico4 {
    background-position: -167px -449px;
}

header .topbar .topbar-right .personal-list ul li a i.personal-list-ico5 {
    background-position: -183px -449px;
}

header .topbar .topbar-right .personal-list ul li:last-child a {
    border: none;
}

header .topbar .topbar-right .personal-list ul li:hover {
    background: #efefef;
}

    header .topbar .topbar-right .personal-list ul li:hover a {
        color: #666;
    }

header .nav-dropdown {
    height: 35px;
    line-height: 26px;
    position: relative;
    width: 280px;
    z-index: 1000;
}

    header .nav-dropdown a {
        color: #3f3b3a;
        display: block;
        font-size: 18px;
        text-align: center;
    }

        header .nav-dropdown a .sp, header .nav-dropdown a:hover {
            text-decoration: none;
        }

    header .nav-dropdown .dropdown-menu {
        border-top: 2px #fdda36 solid;
        left: 0;
        position: absolute;
        top: 35px;
        width: 280px;
    }

        header .nav-dropdown .dropdown-menu .index-nav-tabs {
            background: #fff;
            border: 1px solid #d5dee2;
            border-top: none;
            overflow: hidden;
        }

            header .nav-dropdown .dropdown-menu .index-nav-tabs a {
                border-bottom: 1px #d5dee2 solid;
                color: #3e3a39;
                font-size: 20px;
                height: 70px;
                line-height: 70px;
                text-align: center;
                width: 280px;
            }

                header .nav-dropdown .dropdown-menu .index-nav-tabs a i {
                    height: 26px;
                    margin-top: 22px;
                    margin-left: 55px;
                    width: 35px;
                }

                    header .nav-dropdown .dropdown-menu .index-nav-tabs a i.dmenu-ico0 {
                        background-position: 0 -77px;
                    }

                    header .nav-dropdown .dropdown-menu .index-nav-tabs a i.dmenu-ico1 {
                        background-position: -70px -77px;
                    }

                    header .nav-dropdown .dropdown-menu .index-nav-tabs a i.dmenu-ico2 {
                        background-position: -140px -77px;
                    }

                    header .nav-dropdown .dropdown-menu .index-nav-tabs a i.dmenu-ico3 {
                        background-position: -210px -77px;
                    }

                    header .nav-dropdown .dropdown-menu .index-nav-tabs a i.dmenu-ico4 {
                        background-position: -280px -77px;
                    }

                    header .nav-dropdown .dropdown-menu .index-nav-tabs a i.dmenu-ico5 {
                        background-position: -350px -77px;
                    }

                    header .nav-dropdown .dropdown-menu .index-nav-tabs a i.dmenu-ico6 {
                        background-position: -420px -77px;
                    }

                    header .nav-dropdown .dropdown-menu .index-nav-tabs a i.dmenu-point {
                        background-position: -493px -93px;
                        height: 10px;
                        margin-top: 30px;
                        width: 7px;
                    }

                header .nav-dropdown .dropdown-menu .index-nav-tabs a.sp, header .nav-dropdown .dropdown-menu .index-nav-tabs a:hover {
                    background: #fdda36;
                    padding-left: 4px;
                    width: 276px;
                }

                    header .nav-dropdown .dropdown-menu .index-nav-tabs a.sp i.dmenu-ico0, header .nav-dropdown .dropdown-menu .index-nav-tabs a:hover i.dmenu-ico0 {
                        background-position: -35px -77px;
                    }

                    header .nav-dropdown .dropdown-menu .index-nav-tabs a.sp i.dmenu-ico1, header .nav-dropdown .dropdown-menu .index-nav-tabs a:hover i.dmenu-ico1 {
                        background-position: -105px -77px;
                    }

                    header .nav-dropdown .dropdown-menu .index-nav-tabs a.sp i.dmenu-ico2, header .nav-dropdown .dropdown-menu .index-nav-tabs a:hover i.dmenu-ico2 {
                        background-position: -175px -77px;
                    }

                    header .nav-dropdown .dropdown-menu .index-nav-tabs a.sp i.dmenu-ico3, header .nav-dropdown .dropdown-menu .index-nav-tabs a:hover i.dmenu-ico3 {
                        background-position: -245px -77px;
                    }

                    header .nav-dropdown .dropdown-menu .index-nav-tabs a.sp i.dmenu-ico4, header .nav-dropdown .dropdown-menu .index-nav-tabs a:hover i.dmenu-ico4 {
                        background-position: -315px -77px;
                    }

                    header .nav-dropdown .dropdown-menu .index-nav-tabs a.sp i.dmenu-ico5, header .nav-dropdown .dropdown-menu .index-nav-tabs a:hover i.dmenu-ico5 {
                        background-position: -385px -77px;
                    }

                    header .nav-dropdown .dropdown-menu .index-nav-tabs a.sp i.dmenu-ico6, header .nav-dropdown .dropdown-menu .index-nav-tabs a:hover i.dmenu-ico6 {
                        background-position: -455px -77px;
                    }

                    header .nav-dropdown .dropdown-menu .index-nav-tabs a.sp i.dmenu-point, header .nav-dropdown .dropdown-menu .index-nav-tabs a:hover i.dmenu-point {
                        background: #fdda36;
                    }

                header .nav-dropdown .dropdown-menu .index-nav-tabs a.dmenu-last {
                    border: none;
                    height: 73px;
                }

        header .nav-dropdown .dropdown-menu .nav-right-menu {
            background: #fff;
            border-bottom: 1px #d5dee2 solid;
            height: 499px;
            left: 280px;
            overflow: hidden;
            top: 0;
            width: 0;
        }

            header .nav-dropdown .dropdown-menu .nav-right-menu .nav-related {
                background: #fff;
                height: 100%;
                left: 0;
                position: absolute;
                top: 0;
                width: 920px;
                z-index: 0;
            }

                header .nav-dropdown .dropdown-menu .nav-right-menu .nav-related .related-recommend {
                    height: 500px;
                    width: 688px;
                    border-right: 1px solid #d5dee2;
                }

                    header .nav-dropdown .dropdown-menu .nav-right-menu .nav-related .related-recommend span {
                        margin: 440px 34px 0 0;
                    }

                header .nav-dropdown .dropdown-menu .nav-right-menu .nav-related .related-recommend0 {
                    background: url(images/nav-right0.png) center center no-repeat;
                }

                header .nav-dropdown .dropdown-menu .nav-right-menu .nav-related .related-recommend1 {
                    background: url(images/nav-right1.png) center center no-repeat;
                }

                header .nav-dropdown .dropdown-menu .nav-right-menu .nav-related .related-recommend2 {
                    background: url(images/nav-right2.png) center center no-repeat;
                }

                header .nav-dropdown .dropdown-menu .nav-right-menu .nav-related .related-recommend3 {
                    background: url(images/nav-right3.png) center center no-repeat;
                }

                header .nav-dropdown .dropdown-menu .nav-right-menu .nav-related .related-recommend4 {
                    background: url(images/nav-right4.png) center center no-repeat;
                }

                header .nav-dropdown .dropdown-menu .nav-right-menu .nav-related .related-recommend5 {
                    background: url(images/nav-right5.png) center center no-repeat;
                }

                header .nav-dropdown .dropdown-menu .nav-right-menu .nav-related .related-recommend6 {
                    background: url(images/nav-right6.png) center center no-repeat;
                }

                header .nav-dropdown .dropdown-menu .nav-right-menu .nav-related .related-list {
                    border-right: 1px #d5dee2 solid;
                    height: 447px;
                    padding: 26px;
                    width: 178px;
                }

                    header .nav-dropdown .dropdown-menu .nav-right-menu .nav-related .related-list .related-tit {
                        height: 32px;
                        width: 100%;
                    }

                        header .nav-dropdown .dropdown-menu .nav-right-menu .nav-related .related-list .related-tit span {
                            border-bottom: 2px #fe8a5d solid;
                            font-size: 18px;
                            height: 30px;
                            line-height: 30px;
                            width: 72px;
                        }

                        header .nav-dropdown .dropdown-menu .nav-right-menu .nav-related .related-list .related-tit em {
                            border-bottom: 1px #000 solid;
                            height: 31px;
                            width: 106px;
                        }

                    header .nav-dropdown .dropdown-menu .nav-right-menu .nav-related .related-list a {
                        font-size: 14px;
                        height: 35px;
                        line-height: 35px;
                        text-align: left;
                        width: 100%;
                    }

                        header .nav-dropdown .dropdown-menu .nav-right-menu .nav-related .related-list a i {
                            background-position: -363px -42px;
                            height: 9px;
                            width: 8px;
                        }

                        header .nav-dropdown .dropdown-menu .nav-right-menu .nav-related .related-list a:hover {
                            color: #ff8a00;
                        }

                            header .nav-dropdown .dropdown-menu .nav-right-menu .nav-related .related-list a:hover i {
                                background-position: -353px -42px;
                            }

footer .friendly-link {
    border-bottom: 1px #dcdcdc solid;
}

    footer .friendly-link h5 {
        font-weight: 700;
        height: 40px;
        line-height: 40px;
    }

    footer .friendly-link p a {
        height: 28px;
        line-height: 28px;
    }

footer .footer-nav .contact-way em {
    font-size: 12px;
}

footer .footer-bq {
    background: #3c3837;
    color: #929191;
    height: 41px;
    padding: 10px 0 9px;
    text-align: center;
}

    footer .footer-bq a {
        display: inline-block;
        height: 41px;
        vertical-align: top;
    }

        footer .footer-bq a img {
            display: block;
            height: 41px;
            width: auto;
        }

    footer .footer-bq span {
        height: 41px;
        line-height: 41px;
    }

.mask {
    background: #000;
    filter: alpha(opacity=30);
    height: 100%;
    left: 0;
    opacity: .3;
    top: 0;
    width: 100%;
    z-index: 1050;
}

.login-popup h4 i {
    background-position: 0 -39px;
    cursor: pointer;
    filter: alpha(opacity=80);
    height: 12px;
    margin-top: 4px;
    opacity: .8;
    width: 12px;
}

    .login-popup h4 i:hover {
        filter: alpha(opacity=100);
        opacity: 1;
    }

.login-popup .login-activity {
    color: #ff8a00;
}

    .login-popup .login-activity i {
        background-position: -112px -39px;
        height: 15px;
        margin: 4px 6px 0 0;
        width: 15px;
    }

.login-popup .login .forget label input, .login-popup .register .forget input {
    margin-right: 5px;
}

.login-popup .switch {
    height: 40px;
    margin-bottom: 40px;
}

    .login-popup .switch span {
        border-bottom: 1px #e5e5e5 solid;
        cursor: pointer;
        font-size: 18px;
        height: 38px;
        line-height: 38px;
        padding-bottom: 1px;
        text-align: center;
        width: 50%;
    }

        .login-popup .switch span.sp {
            border-bottom: 2px #ff8a00 solid;
            color: #ff8a00;
            padding-bottom: 0;
        }

.login-popup .login ul {
    border: 1px solid #aeaeae;
    border-radius: 4px;
    padding: 15px;
}

    .login-popup .login ul li {
        height: 18px;
        padding: 15px;
    }

        .login-popup .login ul li i {
            width: 14px;
        }

        .login-popup .login ul li input {
            border: none;
            height: 18px;
            line-height: 18px;
            width: 259px;
        }

    .login-popup .login ul .login-name {
        border-bottom: 1px #e5e5e5 solid;
    }

        .login-popup .login ul .login-name i {
            background-position: -12px -39px;
            height: 16px;
            margin-top: 1px;
        }

    .login-popup .login ul .login-password i {
        background-position: -26px -39px;
        height: 18px;
    }

.login-popup .login .forget {
    font-size: 12px;
    line-height: 20px;
}

    .login-popup .login .forget label {
        cursor: pointer;
        font-weight: 400;
    }

.login-popup .login .other {
    height: 24px;
    line-height: 24px;
}

    .login-popup .login .other a {
        padding-left: 5px;
    }

        .login-popup .login .other a i {
            filter: alpha(opacity=80);
            height: 24px;
            opacity: .8;
            width: 24px;
        }

        .login-popup .login .other a .other-wb {
            background-position: -40px -39px;
        }

        .login-popup .login .other a .other-qq {
            background-position: -64px -39px;
        }

        .login-popup .login .other a .other-wx {
            background-position: -88px -39px;
        }

        .login-popup .login .other a:hover i {
            filter: alpha(opacity=100);
            opacity: 1;
        }

.login-popup .register ul li input {
    border: 1px solid #e5e5e5;
    height: 18px;
    line-height: 18px;
    padding: 9px 20px;
    width: 318px;
}

    .login-popup .register ul li input.img-code, .login-popup .register ul li input.message-code {
        width: 200px;
    }

.login-popup .register ul li span {
    height: 38px;
    cursor: pointer;
    line-height: 38px;
    text-align: center;
    width: 88px;
}

    .login-popup .register ul li span.code-btn {
        background: #ff9000;
        color: #fff;
        border-radius: 3px;
    }

    .login-popup .register ul li span.code-img {
        text-align: left;
    }

    .login-popup .register ul li span.btn-gray {
        background: #ccc;
        cursor: default;
        color: #fff;
    }

#gototop, .btm-zixun {
    cursor: pointer;
}

.login-popup .register .forget {
    font-size: 12px;
    line-height: 20px;
}

    .login-popup .register .forget a {
        color: #ff8a00;
    }

.login-btn, .register-btn {
    font-size: 20px;
    height: 38px;
    text-align: center;
    width: 100%;
    background: #0c2037;
    color: #fff;
    opacity: 1;
    border-radius: 3px;
}

    .login-btn:hover, .register-btn:hover {
        color: #fff;
        background: #ff9000;
    }

#js_loginPopup .modal-header .close {
    position: static;
}

#gototop {
    background: url(images/newIndex/backtop.png) center center no-repeat;
    bottom: 40px;
    height: 60px;
    position: fixed;
    right: 14px;
    width: 60px;
    z-index: 999;
    -webkit-transform: translateZ(0);
}

    #gototop:hover {
        background: url(images/newIndex/backtop2.png) center center no-repeat;
    }

.pop-body {
    height: 100%;
    overflow: hidden;
}

.current {
    height: 20px;
    border-bottom: 1px solid #ff9000;
}

    .current i {
        background-position: -350px -215px;
        height: 20px;
        width: 20px;
    }

.new-current {
    border-bottom: none;
}

.foue-oh-fure {
    width: 780px;
    margin: 0 auto;
    padding: 150px 0 180px;
}

    .foue-oh-fure .foue-left {
        width: 360px;
        height: 271px;
    }

    .foue-oh-fure .foue-right {
        font-size: 18px;
        padding-top: 90px;
    }

        .foue-oh-fure .foue-right .p2 {
            font-size: 20px;
            margin-top: 20px;
        }

            .foue-oh-fure .foue-right .p2 a {
                display: inline-block;
                padding: 1px 10px 2px;
                border-radius: 3px;
                margin: 0 10px;
                background: #ff9000;
                color: #fff;
            }

                .foue-oh-fure .foue-right .p2 a:hover {
                    color: #fff;
                }

.grow {
    background: #fff;
    height: 500px;
    overflow: hidden;
    position: relative;
    width: 100%;
    min-width: 1000px;
}

    .grow ul, .grow ul li, .grow ul li a {
        height: 100%;
        width: 100%;
        min-width: 1000px;
    }

        .grow ol, .grow ul, .grow ul li, .index-navbar {
            position: absolute;
        }

    .grow ul {
        left: 0;
        overflow: hidden;
        top: 0;
        z-index: 1;
    }

        .grow ul li {
            float: left;
            left: 0;
            opacity: 0;
            top: 0;
        }

            .grow ul li a {
                display: block;
            }

    .grow ol {
        bottom: 15px;
        height: 20px;
        width: 100%;
        text-align: center;
        z-index: 2;
    }

        .grow ol li {
            height: 15px;
            margin: 0 4px;
            overflow: hidden;
            width: 15px;
            display: inline-block;
        }

            .grow ol li a {
                background: #fff;
                border-radius: 100%;
                display: block;
                height: 12px;
                line-height: 100px;
                width: 12px;
                opacity: .7;
                float: left;
                margin-top: 1px;
            }

                .grow ol li a.flex-active {
                    background: #ff9000;
                    opacity: 1;
                    width: 14px;
                    height: 14px;
                    margin-top: 0;
                }

.general-title {
    color: #424242;
    height: 54px;
}

    .general-title h2 {
        height: 54px;
        line-height: 54px;
        text-align: center;
    }

        .general-title h2 span {
            display: inline-block;
            font-size: 18px;
            font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
            height: 54px;
            line-height: 54px;
            vertical-align: middle;
            margin: -5px 0 0 5px;
        }

            .general-title h2 span i {
                background-position: -375px -42px;
                display: inline-block;
                height: 20px;
                line-height: 20px;
                margin-top: -3px;
                text-align: right;
                vertical-align: middle;
                width: 22px;
            }

.index-nav .list a, .necessary-box li, .partner span {
    text-align: center;
}

.necessary {
    background: url(images/necessary-bg.png);
}

    .necessary .necessary-tab {
        border-bottom: 1px #bfbfbf solid;
        height: 38px;
        text-align: center;
    }

        .necessary .necessary-tab span {
            border-radius: 3px;
            cursor: default;
            display: inline-block;
            font-size: 16px;
            height: 24px;
            line-height: 24px;
        }

            .necessary .necessary-tab span i {
                background-position: -397px -42px;
                display: none;
                height: 12px;
                left: 42px;
                top: 32px;
                width: 12px;
            }

            .necessary .necessary-tab span.sp {
                background: #fdda36;
                color: #fff;
            }

                .necessary .necessary-tab span.sp i {
                    display: block;
                }

.necessary-box {
    font-size: 0;
}

    .necessary-box li a {
        display: inline-block;
        padding: 0 .625%;
        width: 19%;
    }

        .necessary-box li a .necessary-tit {
            background: #e5e5e5;
            color: #424242;
            font-size: 16px;
            font-weight: 700;
            height: 38px;
            line-height: 38px;
        }

        .necessary-box li a .necessary-con {
            border: 1px solid #f3f3f3;
            background: #f3f3f3;
        }

            .necessary-box li a .necessary-con .necessary-ico {
                border-radius: 5px;
                background: #bababa;
                height: 56px;
                margin: 40px auto 20px;
                width: 58px;
            }

                .necessary-box li a .necessary-con .necessary-ico i {
                    height: 56px;
                    width: 58px;
                }

                .necessary-box li a .necessary-con .necessary-ico .necessary-ico00 {
                    background-position: 0 -103px;
                }

                .necessary-box li a .necessary-con .necessary-ico .necessary-ico01 {
                    background-position: -56px -103px;
                }

                .necessary-box li a .necessary-con .necessary-ico .necessary-ico02 {
                    background-position: -112px -103px;
                }

                .necessary-box li a .necessary-con .necessary-ico .necessary-ico03 {
                    background-position: -168px -103px;
                }

                .necessary-box li a .necessary-con .necessary-ico .necessary-ico04 {
                    background-position: -224px -103px;
                }

                .necessary-box li a .necessary-con .necessary-ico .necessary-ico10 {
                    background-position: -224px -159px;
                }

                .necessary-box li a .necessary-con .necessary-ico .necessary-ico11 {
                    background-position: -280px -159px;
                }

                .necessary-box li a .necessary-con .necessary-ico .necessary-ico12 {
                    background-position: -336px -159px;
                }

                .necessary-box li a .necessary-con .necessary-ico .necessary-ico13 {
                    background-position: -392px -159px;
                }

                .necessary-box li a .necessary-con .necessary-ico .necessary-ico20 {
                    background-position: 0 -265px;
                }

                .necessary-box li a .necessary-con .necessary-ico .necessary-ico21 {
                    background-position: -56px -265px;
                }

                .necessary-box li a .necessary-con .necessary-ico .necessary-ico22 {
                    background-position: -112px -265px;
                }

                .necessary-box li a .necessary-con .necessary-ico .necessary-ico23 {
                    background-position: -168px -265px;
                }

                .necessary-box li a .necessary-con .necessary-ico .necessary-ico24 {
                    background-position: -224px -265px;
                }

                .necessary-box li a .necessary-con .necessary-ico .necessary-ico30 {
                    background-position: -280px -265px;
                }

                .necessary-box li a .necessary-con .necessary-ico .necessary-ico31 {
                    background-position: -336px -265px;
                }

                .necessary-box li a .necessary-con .necessary-ico .necessary-ico32 {
                    background-position: -392px -265px;
                }

                .necessary-box li a .necessary-con .necessary-ico .necessary-ico40 {
                    background-position: -392px -103px;
                }

                .necessary-box li a .necessary-con .necessary-ico .necessary-ico41 {
                    background-position: -448px -103px;
                }

                .necessary-box li a .necessary-con .necessary-ico .necessary-ico42 {
                    background-position: -448px -159px;
                }

            .necessary-box li a .necessary-con .necessary-name {
                font-size: 16px;
                height: 30px;
                line-height: 30px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .necessary-box li a .necessary-con .necessary-price {
                color: #ff8a00;
            }

                .necessary-box li a .necessary-con .necessary-price em {
                    font-size: 24px;
                    font-weight: 700;
                }

                .necessary-box li a .necessary-con .necessary-price var {
                    font-size: 14px;
                }

        .necessary-box li a:hover .necessary-tit {
            background: #fdda36;
            color: #fff;
        }

        .necessary-box li a:hover .necessary-con {
            border: 1px solid #fdda36;
            background: #fff;
        }

            .necessary-box li a:hover .necessary-con .necessary-ico {
                background: #fdda36;
            }

            .necessary-box li a:hover .necessary-con .necessary-name {
                color: #333;
            }

        .necessary-box li a.pl0 {
            padding-left: 0;
        }

        .necessary-box li a.pr0 {
            padding-right: 0;
        }

.index-half {
    background: #fbfbfb;
    border: 1px solid #f2f2f2;
    min-width: 1000px;
}

.customer {
    height: 328px;
    overflow: hidden;
}

    .customer ol {
        display: none;
    }

    .customer .flex-nav-next, .customer .flex-nav-prev {
        background: url(icon.png) no-repeat;
        cursor: pointer;
        height: 106px;
        overflow: hidden;
        position: absolute;
        top: 75px;
        width: 40px;
        z-index: 2;
    }

        .customer .flex-nav-next a, .customer .flex-nav-prev a {
            display: block;
            height: 106px;
            line-height: 500px;
            width: 40px;
        }

    .customer .flex-nav-prev {
        background-position: 0 -159px;
        left: 15px;
    }

    .customer .flex-nav-next {
        background-position: -40px -159px;
        right: 15px;
    }

.index-activity .con.big:after, .index-activity .con:after {
    right: 0;
}

.customer .customer-con {
    left: 0;
    top: 0;
    z-index: 0;
}

    .customer .customer-con li {
        padding: 0 15px;
        width: 385px;
    }

        .customer .customer-con li .customer-img {
            height: 217px;
            overflow: hidden;
            width: 100%;
        }

            .customer .customer-con li .customer-img img {
                height: auto;
                width: 100%;
            }

        .customer .customer-con li div {
            font-size: 18px;
        }

            .customer .customer-con li div span.col {
                color: #f84c1e;
            }

        .customer .customer-con li p {
            color: #878787;
            font-size: 12px;
            height: 60px;
            line-height: 20px;
        }

.partner {
    margin: 0 auto;
    max-width: 1260px;
    min-width: 1000px;
}

    .partner span {
        display: inline-block;
        width: 20%;
    }

        .partner span var {
            border-right: 1px #d3d3d3 solid;
            border-left: 1px #fff solid;
        }

            .partner span var.bln {
                border-left: none;
            }

            .partner span var.brn {
                border-right: none;
            }

.index-font-color .min-navbar .ic-search, .index-navbar .max-navbar .index-ic-tell i, .index-navbar .min-navbar .ic-search, footer .footer-bq a, footer .footer-info div i, footer .footer-nav .code .codes, footer .footer-nav .code a, footer .footer-nav .contact-way i {
    background: url(index-icon.png) no-repeat;
}

.index-font-color .logo, .index-navbar .logo {
    background: url(logo.png) no-repeat;
}

#personal-list-index {
    height: 31px;
}

    #personal-list-index:hover .personal-list-index {
        display: block;
    }

.index-navbar .min-navbar .personal-list-index {
    display: none;
    left: 0;
    padding-top: 15px;
    top: 31px;
    width: 150px;
    z-index: 3;
}

.index-navbar .min-navbar .ic-buy, .index-navbar .min-navbar span.s1 {
    padding: 0 10px;
}

.index-navbar .min-navbar .personal-list-index .personal-list-top {
    background-position: -199px -452px;
    height: 10px;
    left: -13px;
    top: 6px;
    margin-left: 50%;
    width: 26px;
}

.index-navbar .min-navbar .personal-list-index ul {
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 5px;
    color: #666;
    width: 150px;
    overflow: hidden;
}

    .index-navbar .min-navbar .personal-list-index ul li {
        width: 130px;
    }

        .index-navbar .min-navbar .personal-list-index ul li a {
            border-bottom: 1px #ccc solid;
            height: 30px;
            line-height: 30px;
            width: 130px;
            color: #666;
        }

            .index-navbar .min-navbar .personal-list-index ul li a i {
                display: inline-block;
                height: 16px;
                margin: 0 20px 0 5px;
                vertical-align: middle;
                width: 16px;
            }

                .index-navbar .min-navbar .personal-list-index ul li a i.personal-list-ico0 {
                    background-position: -103px -449px;
                }

                .index-navbar .min-navbar .personal-list-index ul li a i.personal-list-ico1 {
                    background-position: -119px -449px;
                }

                .index-navbar .min-navbar .personal-list-index ul li a i.personal-list-ico2 {
                    background-position: -135px -449px;
                }

                .index-navbar .min-navbar .personal-list-index ul li a i.personal-list-ico3 {
                    background-position: -151px -449px;
                }

                .index-navbar .min-navbar .personal-list-index ul li a i.personal-list-ico4 {
                    background-position: -167px -449px;
                }

                .index-navbar .min-navbar .personal-list-index ul li a i.personal-list-ico5 {
                    background-position: -183px -449px;
                }

        .index-navbar .min-navbar .personal-list-index ul li:last-child a {
            border: none;
        }

        .index-navbar .min-navbar .personal-list-index ul li:hover {
            background: #efefef;
        }

            .index-navbar .min-navbar .personal-list-index ul li:hover a {
                color: #666;
            }

.index-navbar {
    height: 100px;
    width: 100%;
    z-index: 1000;
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -o-transition: background-color .5s;
    transition: background-color .5s;
}

    .index-navbar:hover {
        background: #0c2037;
        zoom: 1;
    }

    .index-navbar .min-navbar {
        height: 31px;
        line-height: 30px;
        background: url(top-bg.png) center repeat-x;
        font-size: 12px;
        color: #fff;
        min-width: 1000px;
    }

        .index-navbar .min-navbar a {
            font-size: 12px;
            color: #fff;
            display: block;
            float: left;
            cursor: pointer;
        }

        .index-navbar .min-navbar span {
            display: block;
            float: left;
        }

        .index-navbar .min-navbar img {
            display: block;
            float: left;
            margin: 7px 0 0;
        }

        .index-navbar .min-navbar .ic-search {
            float: left;
            margin-top: 9px;
            display: inline-block;
            width: 14px;
            height: 15px;
            background-position: -194px -42px;
        }

    .index-navbar .logo {
        margin-top: 2px;
        width: 140px;
        height: 60px;
        display: inline-block;
        text-indent: -9999em;
        overflow: hidden;
        background-position: 0 0;
    }

.listHeader {
    height: 100px;
}

    .listHeader .index-navbar {
        background: #0c2037;
        zoom: 1;
    }

.white-header {
    border-bottom: 1px #e9e9e9 solid;
}

    .white-header .listHeader .index-navbar {
        background: #fff;
    }

        .white-header .listHeader .index-navbar .min-navbar, .white-header .listHeader .index-navbar .min-navbar a {
            color: #666;
        }

        .white-header .listHeader .index-navbar .logo {
            background-position: 0 -47px;
        }

        .white-header .listHeader .index-navbar .max-navbar .index-nav .list a {
            color: #333;
        }

.index-nav {
    width: 805px;
    height: 42px;
    position: relative;
    margin: 27px 0 0 0px;
}

    .index-nav .list li {
        float: left;
    }

    .index-nav .list a {
        display: block;
        width: 115px;
        height: 42px;
        color: #fff;
        font-size: 18px;
        line-height: 42px;
    }

        .index-nav .list .now, .index-nav .list a:hover {
            border-bottom: 2px solid #ff9000;
            line-height: 42px;
            height: 40px;
        }

    .index-nav .box {
        position: absolute;
        left: 0;
        top: 42px;
        width: 805px;
        background: url(index-subbg.png) center bottom no-repeat #FFF;
        overflow: hidden;
        height: 0;
        filter: alpha(opacity=0);
        opacity: 0;
        border-bottom: 2px solid #ff9000;
        background-size: 100% auto;
    }

    .index-nav .cont {
        position: relative;
        padding: 5px 20px 20px;
        min-height: 100px;
    }

.index-sublist li {
    width: 100%;
}

    .index-sublist li h3.mcate-item-hd {
        font-size: 14px;
        line-height: 22px;
        width: 80px;
        padding: 17px 10px 0 0;
        float: left;
        font-weight: bolder;
    }

    .index-sublist li p.mcate-item-bd {
        float: left;
        border-bottom: 1px solid #e8e9eb;
        padding: 15px 0;
        width: 675px;
    }

        .index-sublist li p.mcate-item-bd a {
            padding: 4px 0;
            margin-right: 22px;
            font-size: 12px;
            color: #999;
            display: inline-block;
        }

            .index-sublist li p.mcate-item-bd a.recom, .index-sublist li p.mcate-item-bd a:hover {
                color: #ff9000;
            }

.index-navbar .max-navbar .index-ic-tell {
    font-size: 24px;
    padding-top: 30px;
    color: #fff;
}

    .index-navbar .max-navbar .index-ic-tell i {
        background-position: -265px -77px;
        width: 19px;
        height: 19px;
        display: block;
        float: left;
        margin: 12px 5px 0 0;
    }

.index-font-color .min-navbar, .index-font-color .min-navbar a {
    color: #333;
}

    .index-font-color .min-navbar a {
        cursor: pointer;
    }

.index-font-color:hover .min-navbar, .index-font-color:hover .min-navbar a {
    color: #fff;
}

.index-font-color .min-navbar .ic-search {
    background-position: -194px -60px;
}

.index-font-color .index-nav .list a, .index-font-color .max-navbar .index-ic-tell {
    color: #333;
}

    .index-font-color .max-navbar .index-ic-tell i {
        background-position: -144px -51px;
    }

.index-font-color:hover .index-nav .list a, .index-font-color:hover .max-navbar .index-ic-tell {
    color: #fff;
}

.index-font-color:hover .min-navbar .ic-search {
    background-position: -194px -42px;
}

.index-font-color:hover .max-navbar .index-ic-tell i {
    background-position: -265px -77px;
}

.index-font-color .logo {
    background-position: 0 -65px;
}

.index-font-color:hover .logo {
    background-position: 0 0;
}

.index-banner {
    height: 470px;
    width: 100%;
}

.grow ol li a {
    background-color: #797a8b;
}

    .grow ol li a.flex-active {
        background-color: #ff9000;
    }
#full-screen-slider {
    width: 100%;
    height: 470px;
    float: left;
    position: relative;
}

#slides {
    display: block;
    width: 100%;
    height: 494px;
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

    #slides li {
        display: block;
        width: 100%;
        height: 100%;
        list-style: none;
        padding: 0;
        margin: 0;
        position: absolute;
    }

        #slides li a {
            display: block;
            width: 100%;
            height: 100%;
            text-indent: -9999px;
        }

#pagination {
    display: block;
    list-style: none;
    position: absolute;
    right: 47%;
    top: 434px;
    z-index: 9900;
    padding: 5px 10px 5px 0;
    margin: 0;
}

    #pagination li {
        display: block;
        list-style: none;
        width: 13px;
        height: 13px;
        float: left;
        margin-left: 15px;
        border-radius: 7px;
        background: #ccc;
        cursor: pointer;
    }

        #pagination li a {
            display: block;
            width: 100%;
            height: 100%;
            padding: 0;
            margin: 0;
            text-indent: -9999px;
            cursor: pointer;
        }

        #pagination li.current {
            background: #f38504;
        }

.index-packages {
    background-color: #f7f7f7;
    padding: 18px 0 15px;
    min-width: 1000px;
}

    .index-packages li {
        float: left;
        width: 20%;
        overflow: hidden;
    }

        .index-packages li .con {
            padding: 0 10px;
            border-right: 1px solid #e6e6e6;
            display: block;
            cursor: pointer;
        }

            .index-packages li .con .icon-box {
                left: -100%;
                top: 0;
                width: 200%;
            }

        .index-packages li .con0 {
            border-left: 1px solid #e6e6e6;
        }

        .index-packages li .con .icon {
            width: 60px;
            height: 60px;
            float: left;
            display: block;
            margin-right: 8px;
            overflow: hidden;
        }

            .index-packages li .con .icon img {
                width: auto;
                height: 100%;
            }

        .index-packages li .con:hover .icon-box {
            left: 0;
        }

        .index-packages li .con h3 {
            font-size: 18px;
            line-height: 28px;
        }

        .index-packages li .con p {
            font-size: 12px;
            color: #999;
            line-height: 18px;
        }

.index-title .title {
    font-size: 30px;
    height: 14px;
    position: relative;
    border-bottom: 1px solid #ebebeb;
    margin: 60px 0;
}

    .index-title .title span, .index-titles .title span {
        display: block;
        width: 180px;
        line-height: 36px;
        top: -6px;
        left: 50%;
        margin-left: -90px;
        text-align: center;
    }

    .index-title .title span {
        background-color: #fff;
        position: absolute;
        height: 36px;
    }

.index-titles .title {
    font-size: 30px;
    height: 14px;
    position: relative;
    border-bottom: 1px solid #d2f0f0;
    margin-bottom: 60px;
}

    .index-titles .title span {
        position: absolute;
        height: 36px;
        background: url(images/newIndex/partners-tit.png) no-repeat;
    }

.index-activity .inner {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
}

.index-activity .con {
    float: left;
    width: 20%;
    height: 400px;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    .index-activity .con:after, .index-activity .con:before {
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        z-index: 2;
        background: #ddd;
        content: '';
    }

    .index-activity .con:before {
        left: -1px;
    }

    .index-activity .con.big {
        width: 40%;
    }

        .index-activity .con.big:after, .index-activity .con.big:before {
            background: #ff9000;
            z-index: 3;
        }

    .index-activity .con h3 {
        font-size: 18px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ff9000;
        display: inline-block;
    }

        .index-activity .con h3 span {
            display: inline-block;
            color: #999;
            padding: 8px 0;
            font-size: 12px;
        }

    .index-activity .con .unfold .li0 .bl, .index-activity .con .unfold li a {
        display: block;
    }

    .index-activity .con a {
        color: #ff9000;
    }

.index-activity .fold, .index-activity .unfold {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.index-activity .fold {
    left: 0;
}

.index-activity .big .fold {
    left: -100%;
}

.index-activity .big .unfold {
    left: 0;
}

.index-activity .unfold {
    left: 100%;
}

.index-activity .con .pad {
    padding: 22px 20px 0;
}

.index-activity .con .fold li {
    color: #999;
    padding: 20px 0;
}

.index-activity .con .unfold h3 img {
    float: left;
    width: 44px;
    height: 44px;
}

.index-activity .con .unfold h3 p {
    float: left;
    padding: 4px 0 0 10px;
}

.index-activity .con .unfold .li0 {
    width: 100%;
    margin-bottom: 26px;
}

.index-activity .con .unfold li strong {
    font-size: 14px;
}

.index-activity .con .unfold .li0 strong {
    color: #ff9000;
}

.index-activity .con .unfold .li0 a {
    border-bottom: 1px dashed #d4d4d4;
    padding: 10px 0 25px;
}

.index-activity .con .unfold .li0 .tit {
    float: left;
}

.index-activity .con .unfold .li0 .check {
    float: right;
    width: 138px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    border: 1px solid #ff9000;
    color: #ff9000;
    display: block;
    margin-top: 16px;
}

.index-activity .con .unfold li h4 {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    width: 196px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-activity .con .li1, .index-activity .con .li2, .index-activity .con .li3, .index-activity .con .li4 {
    width: 50%;
    float: left;
}

    .index-activity .con .li1 a {
        border-bottom: 1px solid #d4d4d4;
        border-right: 1px solid #d4d4d4;
        padding: 4px 20px 10px 0;
    }

    .index-activity .con .li2 a {
        border-bottom: 1px solid #d4d4d4;
        padding: 4px 0 10px 20px;
    }

    .index-activity .con .li3 a {
        border-right: 1px solid #d4d4d4;
        padding: 20px 20px 10px 0;
    }

    .index-activity .con .li4 a {
        padding: 20px 0 10px 20px;
    }

.index-activity .con li p {
    font-size: 12px;
    color: #999;
    line-height: 18px;
}

.index-activity .con li .del {
    display: none;
}

.index-activity .con .li0 .del {
    display: inline-block;
}

.index-activity .con li p span.pl {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 110px;
    display: inline-block;
    height: 18px;
    vertical-align: middle;
}

.index-activity .con li p .bl {
    display: inline-block;
    vertical-align: bottom;
}

.index-activity .con .li1 .check, .index-activity .con .li2 .check, .index-activity .con .li3 .check, .index-activity .con .li4 .check {
    color: #ff9000;
    line-height: 22px;
    font-size: 12px;
}

.index-project li {
    float: left;
    width: 20%;
}

.index-project .con {
    padding: 0 10px;
}

    .index-project .con .img {
        width: 220px;
        height: 148px;
        position: relative;
    }

        .index-project .con .img img {
            width: 100%;
            height: 100%;
        }

        .index-project .con .img .h {
            bottom: 0;
            width: 100%;
            height: 0;
            overflow: hidden;
            position: absolute;
            left: 0;
            background: url(images/newIndex/check-search.png) center center no-repeat;
            z-index: 10;
            -webkit-transition: all ease-in-out .3s;
            -moz-transition: all ease-in-out .3s;
            -ms-transition: all ease-in-out .3s;
            -o-transition: all ease-in-out .3s;
            transition: all ease-in-out .3s;
        }

    .index-project .con p {
        padding: 5px 0;
        font-size: 12px;
        color: #999;
    }

        .index-project .con p span {
            width: 16px;
            height: 16px;
            background: url(images/newIndex/ic-time.png) center center no-repeat;
            float: left;
            margin: 0 6px 0 0;
        }

    .index-project .con h3 {
        font-size: 16px;
        padding: 0 0 16px;
    }

    .index-project .con .zthd-line {
        background: #ff9000;
        height: 2px;
        overflow: hidden;
        width: 0;
        -webkit-transition: all ease-in-out .3s;
        -moz-transition: all ease-in-out .3s;
        -ms-transition: all ease-in-out .3s;
        -o-transition: all ease-in-out .3s;
        transition: all ease-in-out .3s;
    }

    .index-project .con a:hover .zthd-line {
        width: 100%;
    }

    .index-project .con a:hover .img .h {
        height: 100%;
    }

.index-project .check-more {
    text-align: center;
    padding: 30px 0 40px;
}

    .index-project .check-more a {
        display: inline-block;
        width: 220px;
        height: 48px;
        line-height: 48px;
        font-size: 16px;
        background-color: #0c2037;
        color: #fff;
    }

        .index-project .check-more a:hover {
            background-color: #ff9000;
        }

.index-utility {
    padding-bottom: 40px;
}

    .index-utility li {
        float: left;
        width: 20%;
        text-align: center;
    }

        .index-utility li a {
            display: block;
            padding: 0 10px;
        }

            .index-utility li a i {
                display: inline-block;
                background: url(images/newIndex/utility.png);
                width: 142px;
                height: 110px;
            }

    .index-utility .con1 i {
        background-position: 0 0;
    }

    .index-utility .con2 i {
        background-position: -142px 0;
    }

    .index-utility .con3 i {
        background-position: -284px 0;
    }

    .index-utility .con4 i {
        background-position: -426px 0;
    }

    .index-utility .con5 i {
        background-position: -568px 0;
    }

    .index-utility h3 {
        font-size: 18px;
        font-weight: 700;
        line-height: 36px;
    }

    .index-utility a:hover p {
        color: #333;
    }

    .index-utility p {
        line-height: 18px;
        font-size: 12px;
        color: #666;
    }

    .index-utility a.active .con1 i {
        background-position: 0 -110px;
    }

    .index-utility a.active .con2 i {
        background-position: -142px -110px;
    }

    .index-utility a.active .con3 i {
        background-position: -284px -110px;
    }

    .index-utility a.active .con4 i {
        background-position: -426px -110px;
    }

    .index-utility a.active .con5 i {
        background-position: -568px -110px;
    }

    .index-utility a.active h3 {
        font-size: 18px;
        font-weight: 700;
        line-height: 36px;
        color: #ff9000;
    }

    .index-utility a.active p {
        color: #333;
    }

.index-voice {
    height: 455px;
    background: url(images/newIndex/customer-bg.png) center center repeat-x;
    min-width: 1000px;
}

    .index-voice h2 {
        text-align: center;
        padding: 50px 0;
        color: #fff;
    }

    .index-voice .con-c {
        padding-top: 22px;
        overflow: hidden;
    }

        .index-voice .con-c ol {
            display: none;
        }

        .index-voice .con-c .flex-nav-next, .index-voice .con-c .flex-nav-prev {
            background: url(images/newIndex/index-pre-next.png) no-repeat;
            cursor: pointer;
            height: 32px;
            overflow: hidden;
            position: absolute;
            top: 75px;
            width: 18px;
            z-index: 2;
        }

            .index-voice .con-c .flex-nav-next a, .index-voice .con-c .flex-nav-prev a {
                display: block;
                height: 32px;
                line-height: 200px;
                width: 18px;
            }

        .index-voice .con-c .flex-nav-prev {
            background-position: 0 0;
            left: 30px;
        }

        .index-voice .con-c .flex-nav-next {
            background-position: -18px 0;
            right: 30px;
        }

        .index-voice .con-c .index-voice-con {
            left: 0;
            top: 0;
            z-index: 0;
        }

            .index-voice .con-c .index-voice-con li {
                height: 150px;
                overflow: hidden;
            }

                .index-voice .con-c .index-voice-con li .pad {
                    width: 880px;
                    margin: 0 auto;
                }

                    .index-voice .con-c .index-voice-con li .pad .img {
                        width: 150px;
                        height: 150px;
                        float: left;
                        border-radius: 50%;
                    }

                        .index-voice .con-c .index-voice-con li .pad .img img {
                            width: 100%;
                            height: 100%;
                            border-radius: 50%;
                        }

                    .index-voice .con-c .index-voice-con li .pad .con {
                        float: left;
                        font-size: 18px;
                        color: #fff;
                        line-height: 30px;
                        padding-left: 60px;
                        width: 650px;
                        position: relative;
                        padding-top: 20px;
                    }

                        .index-voice .con-c .index-voice-con li .pad .con .text {
                            height: 60px;
                            line-height: 30px;
                            overflow: hidden;
                        }

                        .index-voice .con-c .index-voice-con li .pad .con h4 {
                            font-size: 14px;
                            padding: 20px 0;
                        }

                            .index-voice .con-c .index-voice-con li .pad .con h4 .s1 {
                                color: #ff9000;
                                font-size: 20px;
                                font-weight: 700;
                            }

                            .index-voice .con-c .index-voice-con li .pad .con h4 strong {
                                font-size: 18px;
                                padding: 0 15px;
                            }

                            .index-voice .con-c .index-voice-con li .pad .con h4 .s2 {
                                padding: 0 15px;
                            }

                        .index-voice .con-c .index-voice-con li .pad .con .i {
                            position: absolute;
                            width: 11px;
                            height: 5px;
                            background: url(images/newIndex/point.png) no-repeat;
                        }

                        .index-voice .con-c .index-voice-con li .pad .con .i1 {
                            top: 0;
                            left: 40px;
                        }

                        .index-voice .con-c .index-voice-con li .pad .con .i2 {
                            bottom: 75px;
                            right: -20px;
                        }

.index-partners {
    background: url(images/newIndex/partners-bg.png) center 0 repeat-x;
    min-width: 1000px;
    height: 460px;
    padding-top: 46px;
}

.index-footer-banner {
    background: url(images/newIndex/footer-banner.png) center center no-repeat #00020e;
    height: 250px;
    min-width: 1000px;
}

.index-partners ul {
    padding-top: 10px;
}

.index-partners li {
    float: left;
    width: 20%;
    text-align: center;
}

    .index-partners li span {
        padding: 44px 0;
        display: block;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        height: 60px;
    }

        .index-partners li span img {
            width: 160px;
            height: 60px;
        }

.index-partners .li4 span {
    border-right: none;
}

.index-partners .li5 span, .index-partners .li6 span, .index-partners .li7 span, .index-partners .li8 span {
    border-bottom: none;
}

.index-partners .li9 span {
    border-right: none;
    border-bottom: none;
}

footer {
    background: #f4f2f2;
    border-top: 1px #d5d4d4 solid;
    min-width: 1000px;
}

    footer .index-footer {
        background-color: #333;
        padding: 30px 0 20px;
    }

        footer .index-footer .friendly-link {
            border: none;
        }

            footer .index-footer .friendly-link h5 {
                height: 40px;
                line-height: 40px;
                color: #999;
            }

                footer .index-footer .friendly-link h5 a {
                    color: #999;
                    font-size: 14px;
                }

            footer .index-footer .friendly-link p a {
                height: 28px;
                line-height: 28px;
                color: #999;
                font-size: 12px;
            }

        footer .index-footer .footer-bq {
            color: #666;
            height: 41px;
            padding: 10px 0 9px;
            text-align: left;
            background: 0 0;
            font-size: 12px;
        }

            footer .index-footer .footer-bq a {
                display: inline-block;
                vertical-align: top;
                color: #666;
                width: 24px;
                height: 24px;
                background-position: -168px -42px;
                margin: 8px 0 0;
                float: left;
            }

            footer .index-footer .footer-bq span {
                display: inline-block;
                height: 41px;
                line-height: 41px;
                vertical-align: top;
            }

    footer .footer-info {
        border-bottom: 1px #dcdcdc solid;
    }

        footer .footer-info div {
            width: 20%;
        }

            footer .footer-info div i {
                height: 42px;
                width: 42px;
            }

                footer .footer-info div i.fi-icon1 {
                    background-position: 0 0;
                }

                footer .footer-info div i.fi-icon2 {
                    background-position: -42px 0;
                }

                footer .footer-info div i.fi-icon3 {
                    background-position: -84px 0;
                }

                footer .footer-info div i.fi-icon4 {
                    background-position: -126px 0;
                }

                footer .footer-info div i.fi-icon5 {
                    background-position: -168px 0;
                }

            footer .footer-info div span {
                color: #393939;
                font-style: 18px;
                max-width: 158px;
            }

            footer .footer-info div em {
                color: #999;
                max-width: 158px;
                font-size: 12px;
            }

    footer .footer-nav li {
        padding-left: 5%;
        width: 15%;
    }

        footer .footer-nav li span {
            font-size: 14px;
        }

        footer .footer-nav li a, footer .footer-nav li span {
            display: block;
            height: 28px;
            line-height: 28px;
        }

        footer .footer-nav li a {
            font-size: 12px;
        }

            footer .footer-nav li a i {
                background-position: -174px -12px;
                height: 7px;
                width: 5px;
            }

            footer .footer-nav li a:hover {
                color: #ff8a00;
                text-decoration: none;
            }

.info-model ul li .info-model-right .info-cue a:hover, .info-model ul li .info-model-right .info-type-pop:hover, .info-schedule-cue .info-s-perfect a:hover, .order-list .od-p1 dl dd .p2 a.gm:hover, .pay-con .order-cue var em {
    text-decoration: underline;
}

footer .footer-nav .code {
    background: 0 0;
    -webkit-background-size: auto auto;
    background-size: auto auto;
    height: 130px;
    width: 76px;
    margin-right: 70px;
}

    footer .footer-nav .code span {
        line-height: 18px;
        float: left;
    }

    footer .footer-nav .code .codes {
        -webkit-background-size: auto auto;
        background-size: auto auto;
        height: 76px;
        width: 76px;
        background-position: -210px 0;
        display: block;
        margin-top: 15px;
        float: left;
    }

    footer .footer-nav .code a {
        width: 18px;
        height: 18px;
        display: block;
        float: left;
        text-indent: -99999em;
        margin: 10px 10px 0 0;
    }

        footer .footer-nav .code a.wb {
            background-position: -210px -78px;
        }

        footer .footer-nav .code a.wx {
            background-position: -228px -78px;
        }

        footer .footer-nav .code a.qq {
            background-position: -246px -78px;
            margin-right: 0;
        }

footer .footer-nav .contact-way {
    max-width: 210px;
}

    footer .footer-nav .contact-way i {
        height: 34px;
        width: 34px;
    }

        footer .footer-nav .contact-way i.c-icon1 {
            background-position: 0 -42px;
        }

        footer .footer-nav .contact-way i.c-icon2 {
            background-position: -34px -42px;
        }

        footer .footer-nav .contact-way i.c-icon3 {
            background-position: -68px -42px;
        }

    footer .footer-nav .contact-way span {
        font-size: 16px;
    }

        footer .footer-nav .contact-way span.italic {
            font-style: normal;
        }

    footer .footer-nav .contact-way em {
        color: #999;
    }

@media screen and (max-width:1200px) {
    .index-nav {
        width: 616px;
    }

        .index-nav .list a {
            width: 88px;
            font-size: 16px;
        }

        .index-nav .box {
            width: 616px;
        }

    .index-sublist li p.mcate-item-bd {
        width: 475px;
    }

    .index-activity {
        width: 1000px;
        margin: 0 auto;
    }

        .index-activity .con .fold {
            width: 200px;
        }

        .index-activity .con .unfold {
            width: 392px;
        }

            .index-activity .con .unfold li h4 {
                width: 156px;
            }

        .index-activity .con li p span.pl {
            width: 70px;
        }

    .index-project {
        width: 1000px;
        margin: 0 auto;
    }

        .index-project .con .img {
            width: 180px;
            height: 120px;
        }
}

.min-list-navbar {
    height: 31px;
    z-index: 0;
    position: inherit;
}

    .min-list-navbar .min-navbar {
        color: #666;
    }

        .min-list-navbar .min-navbar a {
            color: #666;
            cursor: pointer;
        }

            .min-list-navbar .min-navbar a:hover {
                color: #ff9000;
                cursor: pointer;
            }

    .min-list-navbar:hover {
        background: 0 0;
    }

    .min-list-navbar .topbar .pull-left a.min-logo {
        background: url(images/newIndex/min-logo.png) no-repeat;
        width: 54px;
        height: 20px;
        display: block;
        margin-top: 6px;
    }

    .min-list-navbar .topbar .pull-left .site-nav {
        position: relative;
        width: 80px;
        text-align: center;
        padding-right: 10px;
        height: 29px;
        line-height: 28px;
        border: 1px solid #f0f0f0;
    }

        .min-list-navbar .topbar .pull-left .site-nav i {
            background: url(images/newIndex/min-logo.png) -55px 6px no-repeat;
            display: block;
            width: 8px;
            height: 20px;
            float: right;
        }

        .min-list-navbar .topbar .pull-left .site-nav .site-con {
            z-index: 999;
            display: none;
            position: absolute;
            background-color: #fff;
            top: 30px;
            left: -1px;
            width: 90px;
            border: 1px solid #e6e6e6;
            border-top: none;
        }

            .min-list-navbar .topbar .pull-left .site-nav .site-con li {
                padding-left: 12px;
            }

                .min-list-navbar .topbar .pull-left .site-nav .site-con li a {
                    line-height: 40px;
                }

        .min-list-navbar .topbar .pull-left .site-nav:hover {
            background-color: #fff;
            border: 1px solid #e6e6e6;
            border-bottom: 1px solid #fff;
        }

            .min-list-navbar .topbar .pull-left .site-nav:hover .site-con {
                display: block;
            }

            .min-list-navbar .topbar .pull-left .site-nav:hover .line-1 {
                color: #fff;
            }

            .min-list-navbar .topbar .pull-left .site-nav:hover i {
                background: url(images/newIndex/min-logo.png) -65px 6px no-repeat;
            }

.info-tab {
    padding: 50px 0 70px;
}

    .info-tab a {
        height: 23px;
        line-height: 26px;
    }

        .info-tab a i {
            height: 23px;
            width: 23px;
        }

            .info-tab a i.info-tab-ico0 {
                background-position: -80px -158px;
            }

            .info-tab a i.info-tab-ico1 {
                background-position: -103px -158px;
            }

            .info-tab a i.info-tab-ico2 {
                background-position: -126px -158px;
            }

            .info-tab a i.info-tab-ico3 {
                background-position: -149px -158px;
            }

            .info-tab a i.info-tab-ico4 {
                background-position: -172px -158px;
            }

            .info-tab a i.info-tab-ico5 {
                background-position: -195px -158px;
            }

        .info-tab a.select, .info-tab a:hover {
            color: #ff8a00;
            font-weight: 700;
        }

.info-schedule {
    margin-bottom: 50px;
}

    .info-schedule li {
        text-align: center;
        width: 15%;
    }

        .info-schedule li span {
            border-radius: 5px;
            display: inline-block;
            font-size: 16px;
            height: 24px;
            line-height: 24px;
            text-align: center;
            width: 86px;
            z-index: 1;
        }

            .info-schedule li span .info-s-dian {
                background: #e5e5e5;
                border-radius: 7px;
                height: 14px;
                left: -7px;
                top: 40px;
                width: 14px;
            }

            .info-schedule li span .info-s-cue {
                background-position: -413px -42px;
                height: 11px;
                left: -6px;
                top: 64px;
                width: 17px;
            }

        .info-schedule li em {
            background: #e5e5e5;
            height: 3px;
            left: -50%;
            top: 46px;
            width: 100%;
            z-index: 0;
        }

        .info-schedule li .info-s-line {
            left: -56%;
            width: 106%;
        }

        .info-schedule li.info-s-frist {
            text-align: left;
            width: 12.5%;
        }

        .info-schedule li.info-s-last {
            text-align: right;
            width: 12.5%;
        }

            .info-schedule li.info-s-last em {
                left: -62%;
                width: 130%;
            }

        .info-schedule li.select span {
            background: #ff8a00;
            color: #fff;
        }

            .info-schedule li.select em, .info-schedule li.select span .info-s-dian {
                background: #ff8a00;
            }

.info-schedule-cue {
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    margin-bottom: 40px;
}

    .info-schedule-cue .info-s-perfect {
        font-size: 16px;
        text-align: center;
    }

        .info-schedule-cue .info-s-perfect a {
            color: #ff8a00;
            cursor: pointer;
        }

.info-model {
    background: #f7f7f7;
}

    .info-model h4 {
        border-left: 4px #ff8a00 solid;
        color: #ff8a00;
        height: 18px;
        line-height: 18px;
    }

        .info-model h4 i {
            background-position: -336px -103px;
            cursor: pointer;
            height: 27px;
            right: 0;
            top: 0;
            width: 27px;
        }

    .info-model .info-partner-tab {
        padding-bottom: 1px;
    }

        .info-model .info-partner-tab span {
            border-top: 3px #ddd solid;
            background: #ddd;
            cursor: pointer;
            height: 27px;
            line-height: 27px;
            margin-right: 1px;
        }

            .info-model .info-partner-tab span.select {
                border-top: 3px #ff8a00 solid;
                background: #fff;
            }

    .info-model .info-remark {
        font-size: 16px;
    }

    .info-model .info-remark-txt {
        border: 1px solid #c5c5c5;
        background: #fff;
    }

        .info-model .info-remark-txt textarea {
            border: none;
            height: 120px;
            line-height: 20px;
            outline: 0;
            resize: none;
            width: 100%;
        }

    .info-model ul li {
        width: 100%;
    }

        .info-model ul li .info-model-left {
            height: 26px;
            line-height: 26px;
            text-align: right;
        }

        .info-model ul li .info-model-right .info-text {
            background: #f7f7f7;
            border: 1px solid #c5c5c5;
            height: 18px;
            line-height: 18px;
            padding: 3px 5px;
        }

            .info-model ul li .info-model-right .info-text.w328 {
                width: 328px;
            }

            .info-model ul li .info-model-right .info-text.w108 {
                width: 108px;
            }

        .info-model ul li .info-model-right .info-cue {
            line-height: 18px;
            width: 100%;
        }

            .info-model ul li .info-model-right .info-cue a {
                color: #ff8a00;
            }

        .info-model ul li .info-model-right .info-nuit {
            height: 26px;
            line-height: 26px;
        }

        .info-model ul li .info-model-right .info-select {
            cursor: pointer;
            height: 26px;
        }

            .info-model ul li .info-model-right .info-select select {
                border: 1px solid #c5c5c5;
                background: 0 0;
                cursor: pointer;
                height: 26px;
                outline: 0;
            }

            .info-model ul li .info-model-right .info-select i {
                background-position: -430px -42px;
                height: 24px;
                pointer-events: none;
                right: 1px;
                top: 1px;
                width: 19px;
            }

        .info-model ul li .info-model-right select.w340 {
            width: 340px;
        }

        .info-model ul li .info-model-right select.w194 {
            width: 194px;
        }

        .info-model ul li .info-model-right select.w120 {
            min-width: 120px;
        }

        .info-model ul li .info-model-right .info-type-pop {
            color: #ff8a00;
            height: 26px;
            line-height: 26px;
        }

        .info-model ul li .info-model-right .info-range {
            background: #fafafa;
            border: 1px solid #c5c5c5;
            line-height: 20px;
            overflow: hidden;
        }

        .info-model ul li .info-model-right .info-name-add {
            cursor: pointer;
            height: 19px;
            width: 19px;
        }

            .info-model ul li .info-model-right .info-name-add i {
                background-position: -449px -42px;
                height: 19px;
                width: 19px;
            }

            .info-model ul li .info-model-right .info-name-add:hover i {
                background-position: -468px -42px;
            }

        .info-model ul li .info-model-right .info-radio {
            font-weight: 400;
            height: 20px;
            margin-top: 3px;
            width: 100%;
        }

            .info-model ul li .info-model-right .info-radio label {
                cursor: pointer;
                height: 20px;
                line-height: 20px;
            }

        .info-model ul li .info-model-right .coad_simg {
            width: 114px;
        }

            .info-model ul li .info-model-right .coad_simg div {
                background: #fff;
                border: 1px solid #c5c5c5;
                height: 68px;
                overflow: hidden;
                width: 114px;
            }

                .info-model ul li .info-model-right .coad_simg div img {
                    margin: 0 auto;
                    height: auto;
                    width: 100%;
                }

            .info-model ul li .info-model-right .coad_simg span {
                cursor: pointer;
                height: 26px;
                line-height: 26px;
                text-align: center;
                width: 100%;
            }

        .info-model ul li .info-model-right .add-name {
            height: 26px;
        }

            .info-model ul li .info-model-right .add-name a {
                height: 19px;
                right: -22px;
                width: 19px;
            }

                .info-model ul li .info-model-right .add-name a i {
                    background-position: -296px -103px;
                    height: 19px;
                    width: 19px;
                }

                .info-model ul li .info-model-right .add-name a:hover i {
                    background-position: -315px -103px;
                }

        .info-model ul li .info-model-right .revise {
            background-position: -336px -103px;
            cursor: pointer;
            height: 27px;
            margin-top: 40px;
            width: 27px;
        }

        .info-model ul li .info-model-right .custom-txt {
            display: block;
            height: auto;
            outline: 0;
            overflow-y: auto;
            width: 100%;
        }

        .info-model ul li .add-model {
            height: 16px;
            line-height: 16px;
        }

            .info-model ul li .add-model i {
                background-position: -296px -122px;
                height: 16px;
                width: 16px;
            }

        .info-model ul li .remove-model {
            height: 16px;
            line-height: 16px;
        }

            .info-model ul li .remove-model i {
                background-position: -296px -138px;
                height: 16px;
                width: 16px;
            }

        .info-model ul li.info-model-tit {
            color: #ff8a00;
            font-size: 16px;
            height: 18px;
            line-height: 18px;
            overflow: hidden;
        }

            .info-model ul li.info-model-tit i {
                background-position: -487px -42px;
                height: 14px;
                margin-top: 2px;
                width: 12px;
            }

    .info-model ul.info-partner {
        border-top: 1px #c5c5c5 solid;
    }

    .info-model .disabled .info-model-right .info-select select, .info-model .disabled .info-model-right input.info-text, .info-model .disabled .info-model-right p.info-text {
        border: 1px solid #f7f7f7;
    }

    .info-model .disabled .info-model-right .info-select.w320 {
        overflow: hidden;
        width: 320px;
    }

    .info-model .disabled .info-model-right .info-select.w100 {
        overflow: hidden;
        width: 100px;
    }

    .info-model .disabled .info-model-right .info-select i {
        display: none;
    }

.info-complete {
    margin: 30px auto;
    width: 133px;
}

.special-tips {
    line-height: 26px;
}

    .special-tips var {
        color: #ff8a00;
    }

.popup {
    background: rgba(0,0,0,.3);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1050;
}

    .popup .popup-close {
        background: #000;
        border-radius: 100%;
        box-shadow: 0 0 15px rgba(0,0,0,.3);
        color: #fff;
        cursor: pointer;
        font-size: 30px;
        height: 40px;
        line-height: 35px;
        text-align: center;
        width: 40px;
        z-index: 1;
    }

    .popup .com-popup-close {
        left: 330px;
        margin-left: 50%;
        top: 130px;
    }

    .popup .com-sample {
        background: #fff;
        border-radius: 5px;
        box-shadow: 0 0 15px rgba(0,0,0,.3);
        height: 500px;
        left: -350px;
        margin-left: 50%;
        overflow-y: auto;
        top: 150px;
        width: 700px;
        z-index: 0;
    }

        .popup .com-sample h3 {
            text-align: center;
        }

        .popup .com-sample .com-sample-tab {
            background: #f4f4f4;
            width: 170px;
        }

            .popup .com-sample .com-sample-tab span {
                border-bottom: 1px #e5e5e5 solid;
                border-top: 1px #fff solid;
                cursor: pointer;
                display: block;
                font-size: 16px;
                height: 66px;
                line-height: 66px;
                padding: 0 10px;
            }

    .popup .card-img, .popup .heming-img {
        border-radius: 5px;
        height: auto;
        box-shadow: 0 0 15px rgba(0,0,0,.3);
        margin-top: 150px;
    }

    .popup .com-sample .com-sample-tab span.sp {
        background: #fff;
    }

    .popup .com-sample .com-sample-con {
        width: 449px;
    }

        .popup .com-sample .com-sample-con dd {
            font-size: 16px;
            line-height: 26px;
            padding-bottom: 20px;
        }

    .popup .card-img {
        width: 500px;
    }

    .popup .heming-img {
        width: 800px;
    }

    .popup .card-popup-close {
        left: 230px;
        margin-left: 50%;
        top: 130px;
    }

    .popup .hm-popup-close {
        left: 380px;
        margin-left: 50%;
        top: 130px;
    }

    .popup .single-prompt {
        background: #fff;
        border-radius: 10px;
        color: #000;
        font-size: 16px;
        line-height: 30px;
        left: -235px;
        margin-left: 50%;
        overflow: hidden;
        top: 200px;
        text-align: left;
        width: 470px;
    }

        .popup .single-prompt .pop-tit, .popup .single-prompt .single-title {
            background: #f4f4f4;
            font-size: 20px;
            text-align: center;
        }

        .popup .single-prompt .pop-con, .popup .single-prompt .single-con {
            display: block;
            line-height: 50px;
            text-align: center;
        }

            .info-lighten .lighten-box .lighten-tab li, .popup .popup-btn var, .popup .single-prompt .pop-con i, .popup .single-prompt .single-con i {
                display: inline-block;
                vertical-align: top;
            }

                .popup .single-prompt .pop-con i.success, .popup .single-prompt .single-con i.success {
                    background-position: -280px -215px;
                    height: 50px;
                    width: 54px;
                }

                .popup .single-prompt .pop-con i.fail, .popup .single-prompt .single-con i.fail {
                    background-position: -227px -215px;
                    height: 50px;
                    width: 50px;
                }

                .popup .single-prompt .pop-con i.prompt, .popup .single-prompt .single-con i.prompt {
                    background-position: -118px -201px;
                    height: 50px;
                    width: 50px;
                }

            .popup .single-prompt .pop-con var, .popup .single-prompt .single-con var {
                display: inline-block;
                font-size: 16px;
                vertical-align: top;
            }

    .popup .single-prompt-close {
        left: 215px;
        margin-left: 50%;
        top: 180px;
    }

    .popup .popup-btn {
        text-align: center;
    }

        .popup .popup-btn var {
            background: #f4f4f4;
            border-radius: 5px;
            cursor: pointer;
            width: 100px;
        }

            .popup .popup-btn var.ok {
                background: #ff8a00;
                color: #fff;
            }

.loading {
    text-align: center;
}

.order-list .od-list1, .order-list .od-list3, .order-list .od-nav-qh, .order-list .od-pock {
    width: auto;
}

.order-list .od-pock-con1 {
    float: none;
    margin-left: 70px;
    width: auto;
}

.order-list .od-p1 dl dd .p2 {
    width: 86px;
}

    .order-list .od-p1 dl dd .p2 a.gm {
        background: #fff;
        border: none;
        color: #3f3b3a;
        margin: 0;
        width: 84px;
    }

        .order-list .od-p1 dl dd .p2 a.gm:hover {
            background: #fff;
            border: none;
            color: #ff8a00;
        }

.order-list .od-p1 dl dt .p2.addinfo a.gm {
    border: 1px solid #ff8a00;
    background: #ffe5ca;
    color: #ff8a00;
    width: 84px;
}

    .order-list .od-p1 dl dt .p2.addinfo a.gm:hover {
        border: 1px solid #ff8a00;
        background: #ffe5ca;
        color: #ff8a00;
        text-decoration: underline;
    }

.info-lighten {
    bottom: 0;
    z-index: 10;
}

    .info-lighten .lighten-close {
        color: #a0a0a0;
        cursor: pointer;
        font-size: 26px;
        height: 30px;
        line-height: 30px;
        right: -20px;
        top: -10px;
        text-align: center;
        width: 30px;
    }

        .info-lighten .lighten-close:hover {
            color: #3f3b3a;
        }

    .info-lighten .lighten-box {
        border: 1px solid #e5e5e5;
        background: #fff;
    }

        .info-lighten .lighten-box .lighten-tit {
            border-left: 4px #ff8a00 solid;
            height: 18px;
            line-height: 18px;
        }

            .info-lighten .lighten-box .lighten-tit em {
                color: #ff8a00;
                font-size: 18px;
                font-weight: 700;
            }

        .info-lighten .lighten-box .lighten-sche {
            height: 46px;
            width: 46px;
        }

        .info-lighten .lighten-box .lighten-tab {
            padding-top: 13px;
        }

            .info-lighten .lighten-box .lighten-tab li {
                color: #a0a0a0;
                cursor: pointer;
                height: 20px;
                line-height: 18px;
                text-align: left;
                width: 8%;
            }

                .info-lighten .lighten-box .lighten-tab li i {
                    background-position: -155px -182px;
                    display: none;
                    height: 16px;
                    vertical-align: top;
                    width: 16px;
                }

                .info-lighten .lighten-box .lighten-tab li.w15 {
                    width: 15%;
                }

                .info-lighten .lighten-box .lighten-tab li.w12 {
                    width: 12%;
                }

                .info-lighten .lighten-box .lighten-tab li.sp {
                    color: #3f3b3a;
                }

.pay-con .order-cue var, .pay-con .order-name var {
    color: #ff8a00;
}

.info-lighten .lighten-box .lighten-tab li.sp i {
    display: inline-block;
}

@media (max-width:1200px) {
    .info-lighten .lighten-box .lighten-tab li, .info-lighten .lighten-box .lighten-tab li.w12, .info-lighten .lighten-box .lighten-tab li.w15 {
        width: 18%;
    }
}

.info-model ul li .info-model-right .frjr {
    background: #fff;
    border: 1px solid #c5c5c5;
    height: 18px;
    line-height: 18px;
    padding: 3px 5px;
    width: 328px;
    z-index: 1;
}

    .info-model ul li .info-model-right .frjr .frjr-list {
        border: 1px solid #c5c5c5;
        background: #fff;
        left: -1px;
        top: 24px;
        width: 100%;
    }

        .info-model ul li .info-model-right .frjr .frjr-list var {
            display: block;
            padding: 3px 5px;
        }

.pay-con {
    border: 1px solid #e5e5e5;
}

    .pay-con .order-name {
        font-size: 30px;
        line-height: 40px;
        text-align: center;
    }

    .pay-con .order-cue {
        font-size: 18px;
        line-height: 30px;
        text-align: center;
    }

    .pay-con .nfo-save {
        border: 1px solid #e70;
        border-radius: 3px;
        background: #ffe5ca;
        color: #e70;
        font-size: 18px;
        height: 34px;
        line-height: 34px;
        margin: 0 auto 30px;
        text-align: center;
        width: 133px;
    }

    .pay-con .order-recommend {
        border-bottom: 1px #e5e5e5 solid;
        font-size: 26px;
        height: 55px;
        margin: 0 auto;
        width: 440px;
        text-align: center;
    }

        .pay-con .order-recommend i {
            background-color: #fff;
            background-position: -120px -182px;
            height: 10px;
            left: -17px;
            margin-left: 50%;
            top: 50px;
            width: 34px;
        }

    .pay-con .necessary-box li a i {
        background-position: -80px -182px;
        height: 38px;
        margin: 45px auto 30px;
        width: 40px;
    }

    .pay-con .necessary-box li a .necessary-name {
        height: 60px;
    }

.ft-reg-color {
    color: #ff636a!important;
}

.mt-imp10 {
    margin-bottom: 10px!important;
}

.mod-reg-wrap {
    padding-bottom: 40px;
}

.item-loading, .location-loading {
    text-align: center;
}

.form-item-false {
    background: rgba(253,218,54,.2);
    text-align: center;
}

.product-grow {
    width: 560px;
}

    .product-grow .product-other-img {
        border: 1px solid #ccc;
        display: block;
        height: 313px;
        width: 558px;
    }

#product-show {
    margin-right: 30px;
    width: 560px;
}

    #product-show .preview-pic {
        height: 316px;
        position: relative;
        z-index: 50;
    }

        #product-show .preview-pic li {
            height: 316px;
            width: 560px;
        }

            #product-show .preview-pic li img {
                border: 1px solid #eee;
                height: 314px;
                width: 558px;
            }

    #product-show .flex-viewport {
        margin-bottom: 20px;
    }

    #product-show .flex-control-nav {
        margin-left: -4px;
        margin-right: -4px;
    }

        #product-show .flex-control-nav li {
            cursor: pointer;
            float: left;
            height: 72px;
            margin-right: 15px;
            margin-left: 3px;
            width: 126px;
        }

            #product-show .flex-control-nav li img {
                border: 1px solid #eee;
                height: 70px;
                width: 126px;
            }

                #product-show .flex-control-nav li img.flex-active, #product-show .flex-control-nav li img:hover {
                    border: 2px solid #ff9000;
                    height: 68px;
                    width: 124px;
                }

            #product-show .flex-control-nav li:last-child {
                margin-right: 0;
            }

.store-list {
    cursor: pointer;
    font-size: 12px;
    height: 26px;
    width: 228px;
}

    .store-list .store-add-show {
        border: 1px solid #ccc;
        background: #fff;
        height: 24px;
        line-height: 24px;
        z-index: 2;
    }

        .store-list .store-add-show .store-down-ico {
            background-position: -375px -215px;
            display: inline-block;
            height: 6px;
            width: 9px;
            float: right;
            margin-top: 9px;
        }

    .store-list .shore-add-list {
        border: 1px solid #ccc;
        -webkit-box-shadow: 0 0 5px #ddd;
        -moz-box-shadow: 0 0 5px #ddd;
        box-shadow: 0 0 5px #ddd;
        background: #fff;
        left: -45px;
        top: 25px;
        width: 400px;
        z-index: 1;
    }

        .store-list .shore-add-list .shore-close {
            background-position: -385px -215px;
            cursor: pointer;
            height: 17px;
            right: -8px;
            top: -8px;
            width: 17px;
        }

        .store-list .shore-add-list .shore-list-tit {
            border-bottom: 2px rgba(0,175,216,.3) solid;
            height: 25px;
        }

            .store-list .shore-add-list .shore-list-tit li {
                background: #fff;
                border: 1px solid #ddd;
                border-bottom: none;
                height: 25px;
                line-height: 22px;
                margin-right: 3px;
                padding: 1px 1px 0;
            }

                .store-list .shore-add-list .shore-list-tit li i {
                    background-position: -403px -221px;
                    display: inline-block;
                    height: 5px;
                    opacity: .5;
                    vertical-align: middle;
                    width: 7px;
                }

                .store-list .shore-add-list .shore-list-tit li.select i, .store-list .shore-add-list .shore-list-tit li:hover i {
                    opacity: 1;
                }

                .store-list .shore-add-list .shore-list-tit li.select {
                    border: 2px solid rgba(0,175,216,.3);
                    border-bottom: 0;
                    padding: 0;
                }

        .store-list .shore-add-list .shore-list-con {
            display: none;
        }

            .store-list .shore-add-list .shore-list-con .shore-list-ico {
                height: 22px;
                line-height: 22px;
                width: 100%;
            }

                .store-list .shore-add-list .shore-list-con .shore-list-ico i {
                    display: inline-block;
                    height: 16px;
                    margin-top: 3px;
                    width: 16px;
                    vertical-align: top;
                }

            .store-list .shore-add-list .shore-list-con .shore-city-name li, .store-list .shore-add-list .shore-list-con .shore-list-tag {
                width: 25%;
                height: 25px;
                overflow: hidden;
            }

            .store-list .shore-add-list .shore-list-con .shore-list-ico .shore-list-hot-ico {
                background-position: -413px -215px;
            }

            .store-list .shore-add-list .shore-list-con .shore-list-ico .shore-list-all-ico {
                background-position: -429px -215px;
            }

            .store-list .shore-add-list .shore-list-con .shore-list-ico span {
                font-weight: 700;
            }

            .store-list .shore-add-list .shore-list-con .shore-list-tag em {
                height: 25px;
                line-height: 25px;
                -webkit-transition: background .3s;
                -moz-transition: background .3s;
                -o-transition: background .3s;
                transition: background .3s;
            }

                .store-list .shore-add-list .shore-list-con .shore-list-tag em:hover {
                    color: #333;
                    background: rgba(0,175,216,.08);
                    text-decoration: none;
                }

                .store-list .shore-add-list .shore-list-con .shore-list-tag em.select {
                    background: #00afd8;
                    color: #fff;
                }

            .store-list .shore-add-list .shore-list-con .shore-city-name li span {
                height: 25px;
                line-height: 25px;
            }

                .store-list .shore-add-list .shore-list-con .shore-city-name li span:hover {
                    background: #b79567;
                    color: #fff;
                    text-decoration: underline;
                }

            .store-list .shore-add-list .shore-list-con.select {
                display: block;
            }

        .store-list .shore-add-list .shore-list-bt {
            border-top: 1px #ddd dashed;
        }

.mod-reg-info {
    margin-left: 590px;
    min-height: 315px;
    padding-bottom: 20px;
}

.mod-section-title {
    margin-bottom: 15px;
}

    .mod-section-title .title-info {
        color: #333;
        line-height: 36px;
        font-size: 24px;
        font-weight: 400;
        font-weight: 700;
    }

.mod-reg-form .form-item {
    min-height: 24px;
    margin-bottom: 20px;
}

    .mod-reg-form .form-item .bg-wi {
        width: 445px;
    }

    .mod-reg-form .form-item .item-panel {
        border: 1px solid #ccc;
        padding: 10px 15px;
        font-size: 12px;
        margin-bottom: 5px;
    }

    .mod-reg-form .form-item .item-panel-primary {
        border-color: #ffad10;
    }

    .mod-reg-form .form-item .item-label {
        float: left;
        font-weight: 400;
        vertical-align: top;
        margin-bottom: 0;
        width: 75px;
        line-height: 24px;
    }

    .mod-reg-form .form-item .item-label-vt {
        vertical-align: top;
    }

    .mod-reg-form .form-item .item-select {
        display: inline-block;
        width: 142px;
        height: 24px;
        background-color: #fff;
        border: 1px solid #ccc;
        vertical-align: middle;
        font-size: 12px;
    }

    .mod-reg-form .form-item .classify-body-from {
        display: none;
    }

        .mod-reg-form .form-item .classify-body-from.select {
            display: inline-block;
        }

    .mod-reg-form .form-item .item-desc {
        color: #333;
        display: inline-block;
        font-size: 12px;
        height: 23px;
        line-height: 23px;
        margin: 0 0 10px 20px;
        vertical-align: middle;
    }

        .mod-reg-form .form-item .item-desc span {
            display: inline-block;
            vertical-align: middle;
        }

        .mod-reg-form .form-item .item-desc i {
            background: url(images/new/icon.png) -224px 0 no-repeat;
            display: inline-block;
            height: 20px;
            margin-left: 5px;
            vertical-align: middle;
            width: 20px;
        }

    .mod-reg-form .form-item .service-des {
        margin-top: 46px;
        width: 434px;
        padding: 15px 10px 0;
        border-top: 1px solid #ccc;
        font-size: 12px;
        color: #999;
        line-height: 28px;
    }

        .mod-reg-form .form-item .service-des strong {
            font-size: 14px;
            color: #666;
            font-weight: 400;
        }

.mod-reg-form .form-item-inline {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}

.mod-reg-form .form-item-fixed {
    margin-left: 75px;
}

.mod-reg-form .pd-bor {
    padding: 8px 8px 4px;
    border: 1px solid #ccc;
    margin-right: 0;
    width: 362px;
    position: relative;
}

.mod-reg-form .form-item-fixed-sm {
    width: 370px;
}

.mod-reg-form .number {
    color: #ff626a;
    font-size: 20px;
    font-weight: 700;
}

    .mod-reg-form .number em {
        font-weight: 700;
    }

.mod-reg-form .price-bg {
    background: url(images/item/price-bg.png) center center;
    margin-bottom: 20px;
    padding: 10px;
}

.mod-section-tip {
    display: inline-block;
    vertical-align: middle;
}

    .mod-section-tip li {
        display: inline-block;
        margin-right: 20px;
        vertical-align: middle;
        margin-bottom: 10px;
    }

        .mod-section-tip li.active .tip-item {
            border-color: #ff636a;
            color: #ff636a;
        }

        .mod-section-tip li:last-child {
            margin-right: 0;
        }

    .mod-section-tip .tip-item {
        display: block;
        padding: 2px 12px;
        border: 1px solid #cecbce;
        font-size: 12px;
        color: #333;
        text-decoration: none;
    }

        .mod-section-tip .tip-item:hover {
            border-color: #ff636a;
            color: #ff636a;
        }

        .mod-section-tip .tip-item.noprice:hover {
            cursor: default;
            border-color: #cecbce;
            color: #333;
        }

    .mod-section-tip em {
        border: 1px solid #ccc;
        background: #fff;
        left: -200px;
        margin: 5px 0 0 50%;
        padding: 5px;
        width: 400px;
    }

.company-user-icon {
    float: left;
}

    .company-user-icon img {
        width: 60px;
        height: 60px;
    }

.company-user-info {
    width: 290px;
    float: left;
    margin-left: 10px;
    margin-top: 5px;
}

    .company-user-info .name {
        color: #333;
        font-size: 20px;
    }

        .company-user-info .name .name-info {
            display: inline-block;
            max-width: 140px;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            line-height: 1;
        }

    .company-user-info .title {
        font-size: 14px;
        overflow: hidden;
        margin-left: 5px;
        display: inline-block;
        color: #ffa800;
        line-height: 1;
    }

    .company-user-info .desc {
        font-size: 12px;
    }

.change-company-user {
    text-decoration: none;
    position: absolute;
    bottom: 13px;
    right: 10px;
}

    .change-company-user:hover {
        text-decoration: none;
    }

    .change-company-user .icon {
        display: inline-block;
        width: 14px;
        height: 14px;
        background-position: -105px -473px;
        vertical-align: middle;
    }

    .change-company-user .desc {
        display: inline-block;
        font-size: 12px;
        vertical-align: middle;
    }

.form-gap-lg {
    margin-top: 30px;
}

.company-product-list {
    font-size: 12px;
    line-height: 22px;
}

    .company-product-list .list-label {
        display: inline-block;
        text-align: right;
    }

    .company-product-list .list-info {
        display: inline-block;
        color: #666;
        margin-right: 5px;
    }

    .company-product-list .list-num {
        display: inline-block;
        color: #ff626a;
    }

    .company-product-list input {
        cursor: pointer;
        display: inline-block;
        margin: 0 5px 0 0;
    }

.mod-amount {
    display: inline-block;
    font-size: 0;
    vertical-align: top;
}

    .mod-amount .amount-input {
        width: 37px;
        height: 35px;
        border: 1px solid #ccc;
        line-height: 35px\9;
        text-align: center;
        font-size: 12px;
        color: #3c3c3c;
        outline: 0;
        vertical-align: top;
    }

    .mod-amount .amount-btn {
        display: inline-block;
        width: 15px;
        background-color: #f1f1f1;
        border: 1px solid #ccc;
        border-left: none;
        vertical-align: top;
    }

        .mod-amount .amount-btn .amount-decrease, .mod-amount .amount-btn .amount-increase {
            display: inline-block;
            width: 15px;
            height: 17px;
            line-height: 17px;
            color: #666;
            font-size: 12px;
            text-align: center;
            border-bottom: 1px #ccc solid;
            vertical-align: top;
            cursor: pointer;
            -moz-user-select: none;
            -webkit-user-select: none;
            -ms-user-select: none;
            -khtml-user-select: none;
            user-select: none;
        }

.company-btn-buy, .company-btn-cart {
    font-size: 14px;
    text-align: center;
    -webkit-transition: background-color .3s;
    display: inline-block;
    vertical-align: top;
}

.mod-amount .amount-btn .amount-decrease {
    border-bottom: none;
}

.amount_erro {
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
}

.amount_erro-col {
    color: #c00;
}

.mod-amount .detail-btn-disCart .amount-decrease, .mod-amount .detail-btn-disCart .amount-increase {
    cursor: default;
}

.company-btn-buy {
    background: #00afd8;
    color: #fff;
    line-height: 36px;
    margin-left: 10px;
    width: 180px;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

.business-type .tuijian-right .package-more, .company-btn-cart {
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
}

.company-btn-buy:hover {
    color: #fff;
    text-decoration: none;
    background: #009bbf;
}

.company-btn-buy.select {
    background: #ccc;
}

.company-btn-cart {
    border: 1px solid #00afd8;
    background: #fff;
    color: #00afd8;
    line-height: 34px;
    margin-left: 20px;
    width: 178px;
    transition: background-color .3s;
}

    .company-btn-cart:hover {
        background: rgba(0,175,216,.08);
        color: #00afd8;
        text-decoration: none;
    }

    .company-btn-cart.select {
        background: #fff;
        border: 1px solid #ccc;
        color: #ccc;
    }

.company-btn-ban, .company-btn-ban:hover {
    background: #ccc;
}

.change-scope-con .change-scope-title {
    height: 38px;
    line-height: 38px;
    background-color: #0c2037;
    color: #fff;
    font-size: 16px;
}

    .change-scope-con .change-scope-title em {
        font-size: 12px;
        cursor: pointer;
    }

.change-scope-con .scope-tab-left {
    width: 148px;
    border-right: 1px solid #ccc;
}

    .change-scope-con .scope-tab-left ul li {
        height: 49px;
        font-size: 12px;
        line-height: 49px;
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
        color: #333;
        cursor: pointer;
    }

        .change-scope-con .scope-tab-left ul li.on {
            border-bottom: 1px solid #ccc;
            border-top: 1px solid #ccc;
            background-color: #f8f8f8;
        }

.change-scope-con .scope-tab-right {
    width: 322px;
}

    .change-scope-con .scope-tab-right .scope-con {
        width: 322px;
        height: 286px;
        font-size: 12px;
        color: #666;
        line-height: 18px;
        margin-top: 10px;
    }

        .change-scope-con .scope-tab-right .scope-con ul li p {
            padding: 5px 0;
            text-align: Justify;
            text-justify: inter-ideograph(IE);
        }

.mod-section-panel {
    padding-bottom: 40px;
    border: 1px solid #f4f4f4;
    border-top: none;
}

.mod-part-title {
    border-top: 1px #ccc solid;
    border-bottom: 1px #eee solid;
    background: #fbfbfb;
}

    .mod-part-title .title {
        font-size: 16px;
        padding-left: 8px;
        color: #666;
        font-weight: 400;
        line-height: 28;
        height: 28px;
        position: relative;
    }

.business-type .package-group, .mod-article-title .sub-title {
    color: #333;
}

.mod-part-title .title span {
    background-color: #fff;
    border-top: 3px #00afd8 solid;
    display: inline-block;
    height: 29px;
    line-height: 28px;
    left: 0;
    top: -3px;
    padding: 0 20px;
    position: absolute;
    z-index: 10;
}

.mod-article-wrap {
    border: 1px solid #f4f4f4;
    border-top: none;
    margin-bottom: 40px;
}

.mod-article-title {
    text-align: center;
    margin-bottom: 20px;
}

    .mod-article-title .main-title {
        color: #333;
        font-size: 20px;
        font-weight: 400;
    }

    .mod-article-title .line {
        position: relative;
        width: 50%;
        height: 1px;
        margin: 20px auto 15px;
        background-color: #e9e9e9;
    }

        .mod-article-title .line:after, .mod-article-title .line:before {
            content: " ";
            display: block;
            position: absolute;
            height: 10px;
            left: 50%;
            top: -4px;
        }

        .mod-article-title .line:before {
            width: 34px;
            background: url(icon.png) -120px -182px no-repeat;
            margin-left: -17px;
            z-index: 10;
        }

        .mod-article-title .line:after {
            width: 56px;
            background-color: #fff;
            margin-left: -28px;
            z-index: 5;
        }

.tuijian {
    border: 1px solid #f4f4f4;
    border-top: none;
}

.business-type .package-group .rec-product-mix {
    font-size: 14px;
    text-align: center;
    width: 160px;
    line-height: 18px;
}

    .business-type .package-group .rec-product-mix img {
        width: 158px;
        height: 88px;
        border: 1px solid #ccc;
    }

    .business-type .package-group .rec-product-mix a:hover {
        color: #00afd8;
    }

.business-type .package-group .rec-product-plus {
    background-position: -350px -243px;
    height: 22px;
    margin-top: 36px;
    width: 23px;
}

.business-type .package-group:hover {
    color: #333;
}

.business-type .tuijian-right {
    padding-right: 40px;
}

    .business-type .tuijian-right span {
        line-height: 24px;
    }

        .business-type .tuijian-right span em {
            color: #ff636a;
        }

    .business-type .tuijian-right .tuijian-yj {
        text-decoration: line-through;
    }

    .business-type .tuijian-right .rec-product-minus {
        background-position: -375px -250px;
        height: 15px;
        margin-top: 39px;
        width: 23px;
    }

    .business-type .tuijian-right .package-more {
        border: 1px solid #00afd8;
        border-radius: 2px;
        font-size: 16px;
        line-height: 34px;
        text-align: center;
        width: 138px;
        color: #00afd8;
        -webkit-transition: background-color .3s;
        transition: background-color .3s;
    }

        .business-type .tuijian-right .package-more:hover {
            background: rgba(0,175,216,.08);
            color: #00afd8;
            text-decoration: none;
        }

.business-time {
    margin-top: 30px;
    text-align: center;
}

    .business-time .com-register-process {
        color: #333;
        display: inline-block;
        vertical-align: top;
        width: 120px;
    }

        .business-time .com-register-process i {
            display: block;
            height: 88px;
            margin: 0 auto;
            width: 80px;
        }

        .business-time .com-register-process .com-register-verify {
            background-position: 0 -321px;
        }

        .business-time .com-register-process .com-register-three {
            background-position: -80px -321px;
        }

        .business-time .com-register-process .com-register-pre {
            background-position: -160px -321px;
        }

        .business-time .com-register-process .com-register-license {
            background-position: -240px -321px;
        }

        .business-time .com-register-process .com-register-chapter {
            background-position: -320px -321px;
        }

        .business-time .com-register-process span {
            display: block;
        }

    .business-time .com-register-etc {
        background-position: -120px -182px;
        display: inline-block;
        height: 10px;
        margin-top: 39px;
        vertical-align: top;
        width: 34px;
    }

    .business-time .com-register-data {
        border: 1px solid #e9e9e9;
        border-top: none;
        display: inline-block;
        height: 48px;
        line-height: 48px;
        vertical-align: top;
        width: 696px;
    }

        .business-time .com-register-data span {
            color: #ffa800;
            font-size: 34px;
            font-weight: 700;
        }

        .business-time .com-register-data em {
            font-size: 18px;
            font-weight: 700;
        }

    .business-time .com-register-orther {
        background: #e6e6e6;
        color: #767575;
        display: inline-block;
        height: 26px;
        line-height: 26px;
    }

.business-intro {
    margin-top: 30px;
}

    .business-intro img {
        display: block;
        margin: 0 auto;
    }

.mod-necessary-box-wrap a:hover {
    text-decoration: none;
}

.mod-necessary-box-wrap .necessary-box li a .necessary-con .necessary-ico {
    background: 0 0;
    text-align: center;
}

.mod-necessary-box-wrap .necessary-ico-check {
    display: inline-block;
    background-position: -80px -182px;
}

.mod-necessary-box-wrap .necessary-box li a .necessary-con .necessary-ico i {
    height: 40px;
    width: 38px;
}

.mod-necessary-box-wrap .necessary-box-p {
    font-size: 14px;
}

    .mod-necessary-box-wrap .necessary-box-p li {
        display: block;
        float: left;
    }

        .mod-necessary-box-wrap .necessary-box-p li a {
            border: 1px solid #ccc;
            cursor: default;
            padding: 15px;
            height: 84px;
            width: 178px;
            display: block;
        }

            .mod-necessary-box-wrap .necessary-box-p li a span {
                line-height: 26px;
                display: block;
                font-size: 12px;
                color: #3b3b3b;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

            .mod-necessary-box-wrap .necessary-box-p li a .sp1 {
                font-size: 14px;
            }

            .mod-necessary-box-wrap .necessary-box-p li a .sp2 {
                color: #999;
            }

                .mod-necessary-box-wrap .necessary-box-p li a .sp2 em {
                    color: #00afd8;
                    font-size: 16px;
                }

            .mod-necessary-box-wrap .necessary-box-p li a .sp3 {
                color: #666;
            }

                .mod-necessary-box-wrap .necessary-box-p li a .sp3 em {
                    color: #ff9000;
                    font-size: 14px;
                    font-family: Arial;
                }

                .mod-necessary-box-wrap .necessary-box-p li a .sp3 i {
                    background: url(icon.png) no-repeat;
                    width: 78px;
                    height: 14px;
                    display: inline-block;
                    vertical-align: middle;
                    margin: 0 5px 3px 0;
                }

                .mod-necessary-box-wrap .necessary-box-p li a .sp3 .i0 {
                    background-position: -405px -321px;
                }

                .mod-necessary-box-wrap .necessary-box-p li a .sp3 .i1 {
                    background-position: -405px -335px;
                }

                .mod-necessary-box-wrap .necessary-box-p li a .sp3 .i2 {
                    background-position: -405px -349px;
                }

                .mod-necessary-box-wrap .necessary-box-p li a .sp3 .i3 {
                    background-position: -405px -363px;
                }

                .mod-necessary-box-wrap .necessary-box-p li a .sp3 .i4 {
                    background-position: -405px -377px;
                }

                .mod-necessary-box-wrap .necessary-box-p li a .sp3 .i5 {
                    background-position: -405px -391px;
                }

            .mod-necessary-box-wrap .necessary-box-p li a .sp4 var {
                background: 0 0;
                border: 1px solid #00afd8;
                cursor: pointer;
                color: #00afd8;
                height: 26px;
                line-height: 26px;
                -webkit-transition: background-color .3s;
                -moz-transition: background-color .3s;
                -o-transition: background-color .3s;
                transition: background-color .3s;
            }

                .mod-necessary-box-wrap .necessary-box-p li a .sp4 var:hover {
                    background: rgba(0,175,216,.08);
                    color: #00afd8;
                    text-decoration: none;
                }

        .mod-necessary-box-wrap .necessary-box-p li:last-child {
            margin-right: 0;
        }

.necessary-box-col3 li a {
    width: 22%;
}

.mod-select-tab {
    height: 68px;
    border-bottom: 1px #e9e9e9 solid;
    text-align: center;
    font-size: 0;
}

    .mod-select-tab .select-tab-item {
        display: inline-block;
        margin-top: 20px;
        padding: 3px 16px;
        background-color: #fff;
        border: 1px solid #ff8a00;
        color: #ffa800;
        font-size: 12px;
    }

        .mod-select-tab .select-tab-item:hover {
            text-decoration: none;
        }

        .mod-select-tab .select-tab-item.active {
            background-color: #ffa800;
            color: #fff;
            cursor: default;
        }

        .mod-select-tab .select-tab-item:first-child {
            border-right: none;
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
        }

        .mod-select-tab .select-tab-item:last-child {
            border-left: none;
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
        }

.mod-userinfo-wrap {
    padding: 30px;
    border-bottom: 1px #e9e9e9 solid;
}

.mod-userinfo-media {
    overflow: hidden;
}

    .mod-userinfo-media .media-hd {
        float: left;
        margin-right: 40px;
    }

        .mod-userinfo-media .media-hd img {
            width: 80px;
            height: 80px;
        }

    .mod-userinfo-media .info-detail:before, .mod-userinfo-media .num-detail:before {
        height: 10px;
        margin-right: 10px;
        width: 10px;
        display: inline-block;
        content: " ";
    }

    .mod-userinfo-media .media-bd {
        overflow: hidden;
    }

    .mod-userinfo-media .media-bd-title {
        margin-bottom: 5px;
        font-weight: 400;
        font-size: 22px;
        color: #666;
        line-height: 1;
    }

    .mod-userinfo-media .info-detail {
        font-size: 12px;
        color: #999;
    }

        .mod-userinfo-media .info-detail .city {
            color: #0994ce;
        }

        .mod-userinfo-media .info-detail .company {
            color: #222;
        }

        .mod-userinfo-media .info-detail .year {
            color: #ffa800;
        }

        .mod-userinfo-media .info-detail:before {
            background: url(icon.png) -368px -409px no-repeat;
        }

    .mod-userinfo-media .num-detail {
        font-size: 12px;
        color: #999;
    }

        .mod-userinfo-media .num-detail em {
            color: #ffa800;
        }

        .mod-userinfo-media .num-detail:before {
            background: url(icon.png) -368px -420px no-repeat;
        }

.mod-userinfo-title {
    padding: 30px 30px 0;
}

.mod-userinfo-table td, .mod-userinfo-table th {
    padding-left: 20px;
    border-bottom: 1px #e9e9e9 solid;
}

.mod-userinfo-title .title {
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    text-align: center;
}

.mod-userinfo-title .detail {
    line-height: 2;
    font-size: 12px;
    color: #999;
}

.mod-userinfo-table {
    width: 100%;
}

    .mod-userinfo-table th {
        height: 40px;
        color: #333;
        width: 30%;
    }

    .mod-userinfo-table td {
        height: 60px;
        color: #999;
        font-size: 12px;
    }

    .mod-userinfo-table .num {
        color: #ec8118;
    }

    .mod-userinfo-table .service-btn {
        padding: 5px 16px;
        background-color: #ec8118;
        color: #fff;
        font-size: 12px;
        border-radius: 3px;
    }

        .mod-userinfo-table .service-btn:hover {
            text-decoration: none;
            background-color: #ff9416;
        }

.mod-service-wrap .mod-select-tab {
    border: none;
    height: 55px;
}

    .mod-service-wrap .mod-select-tab .select-tab-item {
        border: 1px solid #ff8a00;
        border-right: none;
    }

        .mod-service-wrap .mod-select-tab .select-tab-item:last-child {
            border-right: 1px #ff8a00 solid;
        }

.mod-userinfo-page {
    padding: 15px 0;
    text-align: center;
}

.mod-title-modified {
    line-height: 48px;
    color: #333;
    font-size: 16px;
    text-align: center;
}

    .mod-title-modified:after, .mod-title-modified:before {
        background: url(icon.png) -368px -429px no-repeat;
        content: " ";
        display: inline-block;
        height: 10px;
        margin: 0 10px;
        width: 10px;
    }

.mod-service-list {
    text-align: center;
    padding: 20px 0 30px;
    border-top: 1px #e9e9e9 solid;
}

    .mod-service-list .list-pic {
        margin-left: auto;
        margin-right: auto;
        width: 80px;
        height: 80px;
        margin-bottom: 5px;
    }

        .mod-service-list .list-pic img {
            width: 80px;
            height: 80px;
        }

    .mod-service-list .list-title {
        margin-bottom: 5px;
        color: #666;
    }

    .mod-service-list .list-info {
        font-size: 12px;
        color: #999;
    }

        .mod-service-list .list-info em {
            color: #ffa800;
        }

    .mod-service-list .list-opt {
        margin: 10px auto 0;
        width: 160px;
    }

    .mod-service-list .opt-btn {
        background: #ffd839;
        color: #fff;
        display: inline-block;
        font-size: 12px;
        height: 26px;
        line-height: 26px;
        text-align: center;
        width: 70px;
        vertical-align: middle;
    }

        .mod-service-list .opt-btn:hover {
            text-decoration: none;
            opacity: .9;
        }

.change-manager {
    border-top: 5px #ff8a00 solid;
}

    .change-manager .change-manager-title {
        border-bottom: 1px #e9e9e9 solid;
        color: #333;
        font-size: 16px;
        height: 49px;
        line-height: 49px;
        text-align: center;
    }

        .change-manager .change-manager-title em {
            color: #ff8a00;
            cursor: pointer;
            font-size: 30px;
            height: 49px;
            line-height: 49px;
        }

    .change-manager .change-manager-tab {
        text-align: center;
    }

        .change-manager .change-manager-tab span {
            border: 1px solid #ff8a00;
            cursor: pointer;
            color: #ff8a00;
            display: inline-block;
            font-size: 12px;
            height: 28px;
            line-height: 28px;
            text-align: center;
            vertical-align: middle;
            width: 90px;
        }

            .change-manager .change-manager-tab span.select {
                background: #ff8a00;
                color: #fff;
            }

            .change-manager .change-manager-tab span.change-manager-tab-left {
                border-radius: 3px 0 0 3px;
            }

            .change-manager .change-manager-tab span.change-manager-tab-right {
                border-radius: 0 3px 3px 0;
            }

    .change-manager .change-manager-list {
        height: 328px;
        overflow: hidden;
    }

        .change-manager .change-manager-list ul li {
            border-top: 1px #e9e9e9 solid;
            padding-left: 60px;
        }

            .change-manager .change-manager-list ul li a, .change-manager .change-manager-list ul li img {
                height: 50px;
                width: 50px;
            }

            .change-manager .change-manager-list ul li .company-user-info {
                line-height: 25px;
                width: 300px;
            }

                .change-manager .change-manager-list ul li .company-user-info .name {
                    color: #3f3b3a;
                    font-size: 18px;
                }

                .change-manager .change-manager-list ul li .company-user-info .title {
                    color: #999;
                    font-size: 12px;
                }

                .change-manager .change-manager-list ul li .company-user-info .desc {
                    font-size: 12px;
                }

                    .change-manager .change-manager-list ul li .company-user-info .desc em {
                        color: #ff8a00;
                        font-size: 14px;
                    }

            .change-manager .change-manager-list ul li i {
                cursor: pointer;
                height: 40px;
                width: 40px;
            }

                .change-manager .change-manager-list ul li i.change-manager-sure {
                    background-position: -168px -409px;
                }

                .change-manager .change-manager-list ul li i.change-manager-mess {
                    background-position: -248px -409px;
                }

                .change-manager .change-manager-list ul li i.change-manager-tel {
                    background-position: -328px -409px;
                }

                .change-manager .change-manager-list ul li i.change-manager-sure.select {
                    background-position: -128px -409px;
                }

                .change-manager .change-manager-list ul li i.change-manager-mess.select {
                    background-position: -208px -409px;
                }

                .change-manager .change-manager-list ul li i.change-manager-tel.select {
                    background-position: -288px -409px;
                }

    .change-manager .change-manager-hide {
        height: 0;
        overflow: hidden;
    }

        .change-manager .change-manager-hide.select {
            height: 328px;
        }

.buy-pos {
    background: #fff;
    border-bottom: 1px #ddd solid;
    color: #787878;
    font-size: 22px;
    height: 0;
    line-height: 62px;
    left: 0;
    overflow: hidden;
    top: 0;
    width: 100%;
    z-index: 1030;
}

    .buy-pos .buy-pos-price {
        color: #ff8a00;
    }

.jspContainer {
    overflow: hidden;
    outline: 0;
    position: relative;
}

    .jspContainer:focus {
        outline: 0;
    }

    .jspContainer .jspPane {
        position: absolute;
    }

    .jspContainer .jspVerticalBar {
        background: #565656;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        width: 4px;
    }

        .jspContainer .jspVerticalBar .jspCap {
            display: none;
        }

        .jspContainer .jspVerticalBar .jspTrack {
            background-color: transparent;
            position: relative;
        }

            .jspContainer .jspVerticalBar .jspTrack .jspDrag {
                background: #ff8a00;
                position: relative;
                top: 0;
                left: 0;
                cursor: pointer;
            }

        .jspContainer .jspHorizontalBar *, .jspContainer .jspVerticalBar * {
            margin: 0;
            padding: 0;
        }

.item-protocol {
    border-top: 1px #f4f4f4 solid;
}

    .item-protocol i {
        background: url(images/new/icon.png) -264px 0 no-repeat;
        height: 20px;
        width: 20px;
    }

    .item-protocol .item-protocol-con {
        margin-left: 30px;
    }

        .item-protocol .item-protocol-con span {
            color: #00afd8;
            display: block;
            height: 20px;
            line-height: 20px;
        }

        .item-protocol .item-protocol-con p {
            color: #999;
            font-size: 12px;
            line-height: 20px;
        }

            .item-protocol .item-protocol-con p a {
                color: #00afd8;
                font-size: 12px;
            }

    .item-protocol.mb20 {
        margin-bottom: 20px;
    }

.item-new-supplier li {
    border-bottom: 1px #d9d9d9 solid;
    padding: 20px 0 20px 60px;
}

    .item-new-supplier li .ins-img {
        width: 150px;
    }

        .item-new-supplier li .ins-img a, .item-new-supplier li .ins-img a img {
            height: 80px;
            width: 80px;
            display: block;
        }

        .item-new-supplier li .ins-img a {
            background: #ccc;
            border-radius: 40px;
            margin: 16px 0 15px 12px;
            overflow: hidden;
            padding: 0;
        }

        .item-new-supplier li .ins-img span {
            display: block;
            height: 23px;
            line-height: 23px;
        }

            .item-new-supplier li .ins-img span i {
                background: url(images/new/icon.png) no-repeat;
                height: 23px;
                margin-right: 7px;
                width: 23px;
            }

                .item-new-supplier li .ins-img span i.icon0 {
                    background-position: -283px 0;
                }

                .item-new-supplier li .ins-img span i.icon1 {
                    background-position: -260px -23px;
                }

                .item-new-supplier li .ins-img span i.icon2 {
                    background-position: -283px -23px;
                }

    .item-new-supplier li .ins-con {
        border-right: 1px #f4f4f4 solid;
        margin: 0 380px 0 150px;
    }

        .item-new-supplier li .ins-con a {
            color: #00afd8;
            font-size: 18px;
            width: 100%;
        }

        .item-new-supplier li .ins-con span {
            height: 20px;
            line-height: 20px;
            width: 100%;
        }

            .item-new-supplier li .ins-con span i {
                background: url(images/new/icon.png) no-repeat;
                height: 20px;
                margin-right: 7px;
                width: 20px;
            }

        .item-new-supplier li .ins-con .ins-con-sp1 i {
            background-position: -224px -20px;
        }

        .item-new-supplier li .ins-con .ins-con-sp1 var {
            color: #00afd8;
        }

        .item-new-supplier li .ins-con .ins-con-sp2 i {
            background-position: -224px -40px;
        }

        .item-new-supplier li .ins-con .ins-con-sp2 var {
            color: #ff636a;
        }

        .item-new-supplier li .ins-con .ins-con-sp3 i {
            background-position: -244px 0;
        }

        .item-new-supplier li .ins-con .ins-con-sp3 var {
            color: #00afd8;
        }

    .item-new-supplier li .ins-btn {
        width: 380px;
    }

        .item-new-supplier li .ins-btn a, .item-new-supplier li .ins-btn span {
            display: block;
        }

        .item-new-supplier li .ins-btn .ins-btn-price {
            color: #ff626a;
            font-size: 24px;
            margin: 0 auto;
            text-align: center;
        }

        .item-new-supplier li .ins-btn .ins-btn-cost {
            color: #999;
            font-size: 12px;
            margin: 0 auto 15px;
            text-align: center;
        }

        .item-new-supplier li .ins-btn .ins-btn-buy {
            background: #00afd8;
            color: #fff;
            cursor: pointer;
            line-height: 36px;
            margin: 0 auto 10px;
            text-align: center;
            width: 276px;
            -webkit-transition: background-color .3s;
            -moz-transition: background-color .3s;
            -o-transition: background-color .3s;
            transition: background-color .3s;
        }

            .item-new-supplier li .ins-btn .ins-btn-buy:hover {
                background: #009bbf;
                color: #fff;
                text-decoration: none;
            }

            .item-new-supplier li .ins-btn .ins-btn-buy.select {
                background: #ccc;
            }

        .item-new-supplier li .ins-btn .ins-btn-zixun {
            border: 1px solid #00afd8;
            background: #fff;
            color: #00afd8;
            line-height: 34px;
            margin: 0 auto;
            text-align: center;
            width: 274px;
            -webkit-transition: background-color .3s;
            -moz-transition: background-color .3s;
            -o-transition: background-color .3s;
            transition: background-color .3s;
        }

            .item-new-supplier li .ins-btn .ins-btn-zixun:hover {
                background: rgba(0,175,216,.08);
                color: #00afd8;
                text-decoration: none;
            }

            .item-new-supplier li .ins-btn .ins-btn-zixun.select {
                background: #fff;
                border: 1px solid #ccc;
                color: #ccc;
            }

.item-new-select {
    border: 1px solid #ccc;
    cursor: pointer;
    margin-left: 75px;
    padding: 0 10px;
    width: 133px;
    z-index: 3;
}

    .item-new-select span {
        display: block;
        height: 22px;
        line-height: 22px;
        margin-right: 10px;
        overflow: hidden;
    }

    .item-new-select i {
        background-position: -375px -215px;
        height: 6px;
        width: 9px;
        float: right;
        margin-top: 9px;
    }

    .item-new-select div {
        border: 1px solid #ccc;
        border-top: none;
        background: #fff;
        display: none;
        left: -1px;
        opacity: 1;
        top: 23px;
        width: 153px;
    }

        .item-new-select div a {
            background: #fff;
            display: block;
            height: 24px;
            line-height: 24px;
            overflow: hidden;
            padding: 0 10px;
            -webkit-transition: background .3s;
            -moz-transition: background .3s;
            -o-transition: background .3s;
            transition: background .3s;
        }

            .item-new-select div a:hover {
                text-decoration: none;
                background: rgba(0,175,216,.08);
                color: #333;
            }

            .item-new-select div a.select {
                background: #00afd8;
                color: #fff;
            }

.comment-warp {
    margin: 0 auto;
    padding: 20px;
}

.comment-top .comment-top-score {
    text-align: center;
    width: 100px;
    color: #ff9000;
    padding: 30px 30px 0;
}

    .comment-top .comment-top-score span {
        font-size: 36px;
        font-weight: 700;
        height: 30px;
        line-height: 36px;
    }

        .comment-top .comment-top-score span var {
            font-size: 18px;
            font-weight: 400;
        }

.comment-top .pl-tp {
    height: 140px;
    border-left: 1px solid #ccc;
    width: 10px;
    position: relative;
    margin-right: 30px;
}

    .comment-top .pl-tp i {
        background: url(icon.png) -480px -219px no-repeat;
        width: 20px;
        height: 80px;
        display: block;
        position: absolute;
        top: 33px;
        left: -11px;
    }

.comment-top .comment-distribution {
    padding-top: 18px;
    height: 82px;
}

    .comment-top .comment-distribution li {
        height: 15px;
        line-height: 15px;
        padding-bottom: 7px;
    }

        .comment-top .comment-distribution li .comment-distribution-num {
            width: 55px;
        }

        .comment-top .comment-distribution li .comment-distribution-pic {
            background: #0c2037;
            height: 10px;
            margin-top: 3px;
            width: 124px;
        }

            .comment-top .comment-distribution li .comment-distribution-pic em {
                background: #ff9000;
                display: block;
                height: 10px;
            }

.comment-top .comment-tag {
    width: 386px;
    padding-top: 22px;
    height: 92px;
    border-right: 1px solid #ccc;
}

    .comment-top .comment-tag span {
        font-size: 12px;
        height: 22px;
        line-height: 22px;
        text-align: center;
        width: 116px;
        border: 1px solid #ff9000;
        color: #ff9000;
    }

.comment-list-tab, .comment-list-tab span {
    border-bottom: 1px #eee solid;
    height: 30px;
}

.comment-top .comment-popup-btn {
    border-radius: 3px;
    font-size: 14px;
    line-height: 36px;
    margin: 62px 100px 0 0;
    text-align: center;
    width: 140px;
    cursor: pointer;
    color: #fff;
    background-color: #0c2037;
    -webkit-transition: background-color .3s;
    -moz-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

    .comment-top .comment-popup-btn:hover {
        text-decoration: none;
        background: #ff9000;
        color: #fff;
    }

.ask-list li .ask-tag:hover, .wiki-list li .wiki-con a:hover, .zsk li a:hover {
    text-decoration: underline;
}

.comment-list-tab {
    margin-bottom: 40px;
}

    .comment-list-tab span {
        cursor: pointer;
        line-height: 30px;
        margin-right: 40px;
    }

        .comment-list-tab span.select {
            color: #ff9000;
        }

.comment-body {
    display: none;
}

    .comment-body .comment-none {
        background: rgba(253,218,54,.2);
        text-align: center;
    }

    .comment-body .comment-list-portrait {
        text-align: center;
        width: 130px;
    }

        .comment-body .comment-list-portrait img {
            height: 58px;
            width: 58px;
            border: 1px solid #ccc;
        }

    .comment-body .comment-list-con {
        margin-left: 150px;
        margin-right: 100px;
        position: relative;
        border: 1px solid #ccc;
    }

        .comment-body .comment-list-con .comment-list-score {
            height: 30px;
            line-height: 30px;
            font-size: 12px;
            color: #666;
        }

            .comment-body .comment-list-con .comment-list-score i {
                margin-top: 8px;
            }

        .comment-body .comment-list-con p {
            line-height: 24px;
        }

        .comment-body .comment-list-con em.cornert {
            background: url(icon.png) -161px -474px no-repeat;
            width: 16px;
            height: 11px;
            position: absolute;
            top: -1px;
            left: -16px;
            display: block;
            z-index: 10;
        }

    .comment-body.select {
        display: block;
    }

.pages {
    text-align: center;
}

    .pages a, .pages span {
        border: 1px solid #ddd;
        display: inline-block;
        height: 26px;
        line-height: 26px;
        margin: 0 3px;
        padding: 0 9px;
        vertical-align: middle;
    }

    .pages span {
        cursor: default;
    }

    .pages a:hover, .pages span {
        border: 1px solid #ff8a00;
        background: #ff8a00;
        color: #fff;
    }

.w780 {
    margin: 80px auto 0;
    width: 1000px;
}

.wikipedia {
    margin-top: 40px;
}

    .wikipedia .wiki {
        width: 50%;
    }

        .wikipedia .wiki .wikipedia-box {
            color: #333;
            width: 100%;
        }

            .wikipedia .wiki .wikipedia-box .wikipedia-title {
                padding-left: 160px;
            }

                .wikipedia .wiki .wikipedia-box .wikipedia-title i {
                    height: 19px;
                    width: 23px;
                }

                    .wikipedia .wiki .wikipedia-box .wikipedia-title i.quiz-ico {
                        background-position: -103px -409px;
                    }

                    .wikipedia .wiki .wikipedia-box .wikipedia-title i.wiki-ico {
                        background-position: -103px -429px;
                    }

                .wikipedia .wiki .wikipedia-box .wikipedia-title span {
                    color: #00afd8;
                    font-size: 16px;
                    height: 19px;
                    line-height: 19px;
                    margin-left: 33px;
                }

                    .wikipedia .wiki .wikipedia-box .wikipedia-title span a {
                        font-size: 12px;
                    }

            .wikipedia .wiki .wikipedia-box .wikipedia-list a {
                height: 30px;
                line-height: 30px;
                margin: 0 auto;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                width: 80%;
            }

                .wikipedia .wiki .wikipedia-box .wikipedia-list a em {
                    background: #00afd8;
                    display: inline-block;
                    height: 4px;
                    overflow: hidden;
                    vertical-align: middle;
                    width: 4px;
                }

                .wikipedia .wiki .wikipedia-box .wikipedia-list a:hover {
                    color: #00afd8;
                }

    .wikipedia .quiz .wikipedia-box .wikipedia-title {
        padding: 0 160px 0 0;
    }

    .wikipedia .quiz .wikipedia-box .wikipedia-list {
        border-right: 1px #ccc solid;
    }

.comment-popup {
    background: #fff;
    padding: 28px;
    width: 666px;
}

    .comment-popup .comment-popup-title span {
        color: #828282;
        font-size: 18px;
        height: 24px;
        line-height: 24px;
    }

    .comment-popup .comment-popup-title em {
        color: #acacac;
        cursor: pointer;
        font-size: 24px;
        height: 24px;
        line-height: 24px;
        opacity: .7;
    }

        .comment-popup .comment-popup-title em:hover {
            opacity: 1;
        }

    .comment-popup .comment-popup-score span {
        height: 22px;
        line-height: 22px;
    }

    .comment-popup .comment-popup-score em {
        background: #ebebeb;
        cursor: pointer;
        height: 22px;
        line-height: 22px;
        text-align: center;
        width: 80px;
    }

        .comment-popup .comment-popup-score em.select {
            background: #ff8a00;
            color: #fff;
        }

    .comment-popup textarea {
        border: 1px solid #d2d2d2;
        color: #888;
        height: 140px;
        resize: none;
        width: 644px;
    }

    .comment-popup .comment-popup-select {
        background: #ff8a00;
        border-radius: 3px;
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        height: 38px;
        line-height: 38px;
        margin: 0 auto;
        text-align: center;
        width: 85px;
    }

        .comment-popup .comment-popup-select:hover {
            opacity: .9;
            text-decoration: underline;
        }

.comment-star i {
    height: 14px;
    margin-top: 4px;
    width: 80px;
}

    .comment-star i small {
        cursor: pointer;
        height: 14px;
        padding-right: 2px;
        width: 14px;
    }

    .comment-star i.comment-popup-star0 {
        background-position: -405px -321px;
    }

    .comment-star i.comment-popup-star1 {
        background-position: -405px -335px;
    }

    .comment-star i.comment-popup-star2 {
        background-position: -405px -349px;
    }

    .comment-star i.comment-popup-star3 {
        background-position: -405px -363px;
    }

    .comment-star i.comment-popup-star4 {
        background-position: -405px -377px;
    }

    .comment-star i.comment-popup-star5 {
        background-position: -405px -391px;
    }

.topic-title {
    padding: 48px 0 80px;
}

    .topic-title h2 {
        text-align: center;
    }

.topic-body {
    background: url(images/newIndex/topic-list.png) top center repeat-y;
}

.topic-con {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background-color: #fff;
    padding: 0 118px;
}

    .topic-con ul li {
        height: 340px;
    }

        .topic-con ul li:nth-child(odd) .img {
            width: 402px;
            height: 228px;
            position: relative;
            float: left;
        }

            .topic-con ul li:nth-child(odd) .img img {
                border: 1px solid #ccc;
                width: 100%;
                height: 100%;
            }

                .topic-con ul li:nth-child(odd) .img img:hover {
                    border: 1px solid #ff9000;
                }

            .topic-con ul li:nth-child(odd) .img h3 {
                font-size: 16px;
                position: absolute;
                line-height: 40px;
                width: 402px;
                top: -40px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                text-align: right;
            }

            .topic-con ul li:nth-child(odd) .img .hl {
                right: 0;
            }

            .topic-con ul li:nth-child(odd) .img .hr {
                left: 0;
            }

            .topic-con ul li:nth-child(odd) .img strong {
                width: 98px;
                height: 38px;
                text-align: center;
                line-height: 38px;
                border: 1px solid #ccc;
                position: absolute;
                bottom: -60px;
                right: -130px;
                background-color: #fff;
                display: block;
                z-index: 10;
            }

                .topic-con ul li:nth-child(odd) .img strong.s1 {
                    left: -130px;
                }

            .topic-con ul li:nth-child(odd) .img .ll, .topic-con ul li:nth-child(odd) .img .lr {
                left: -80px;
            }

            .topic-con ul li:nth-child(odd) .img .line-0 {
                position: absolute;
                height: 1px;
                width: 70px;
                border-top: 1px solid #ccc;
                right: -80px;
                top: -20px;
                z-index: 8;
            }

            .topic-con ul li:nth-child(odd) .img .line-1 {
                position: absolute;
                height: 340px;
                width: 1px;
                border-right: 1px solid #ccc;
                right: -80px;
                top: -40px;
                z-index: 9;
            }

            .topic-con ul li:nth-child(odd) .img .garden {
                position: absolute;
                height: 32px;
                width: 32px;
                border-radius: 50%;
                background-color: #ff9000;
                opacity: .4;
                right: -95px;
                top: -35px;
                z-index: 7;
            }

            .topic-con ul li:nth-child(odd) .img .gr {
                left: -95px;
            }

        .topic-con ul li:nth-child(odd) .g .garden {
            height: 44px;
            width: 44px;
            right: -100px;
            top: -40px;
            animation: myfirst .5s;
            -moz-animation: myfirst .5s;
            -webkit-animation: myfirst .5s;
            -o-animation: myfirst .5s;
        }

        .topic-con ul li:nth-child(odd) .g .gr {
            left: -100px;
        }

        .topic-con ul li:nth-child(odd) .text {
            float: right;
            width: 382px;
            height: 228px;
            position: relative;
            line-height: 24px;
            padding-top: 20px;
            color: #666;
            overflow: hidden;
        }

            .topic-con ul li:nth-child(odd) .text i {
                width: 10px;
                height: 10px;
                border-radius: 50%;
                background: #c0cceb;
                float: left;
                display: block;
                margin: 7px 6px 0;
            }

        .topic-con ul li:nth-child(even) .img {
            width: 402px;
            height: 228px;
            position: relative;
            float: right;
        }

            .topic-con ul li:nth-child(even) .img img {
                border: 1px solid #ccc;
                width: 100%;
                height: 100%;
            }

                .topic-con ul li:nth-child(even) .img img:hover {
                    border: 1px solid #ff9000;
                }

            .topic-con ul li:nth-child(even) .img h3 {
                font-size: 16px;
                position: absolute;
                line-height: 40px;
                width: 402px;
                top: -40px;
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
            }

            .topic-con ul li:nth-child(even) .img .hl, .topic-con ul li:nth-child(even) .img .hr {
                left: 0;
            }

            .topic-con ul li:nth-child(even) .img strong {
                width: 98px;
                height: 38px;
                text-align: center;
                line-height: 38px;
                border: 1px solid #ccc;
                position: absolute;
                bottom: -60px;
                left: -130px;
                background-color: #fff;
                display: block;
                z-index: 10;
            }

                .topic-con ul li:nth-child(even) .img strong.s1 {
                    left: -130px;
                }

            .topic-con ul li:nth-child(even) .img .line-0 {
                position: absolute;
                height: 1px;
                width: 70px;
                border-top: 1px solid #ccc;
                left: -80px;
                top: -20px;
                z-index: 8;
            }

            .topic-con ul li:nth-child(even) .img .ll {
                left: -80px;
            }

            .topic-con ul li:nth-child(even) .img .line-1 {
                position: absolute;
                height: 360px;
                width: 1px;
                border-right: 1px solid #ccc;
                left: -80px;
                top: -40px;
                z-index: 9;
            }

            .topic-con ul li:nth-child(even) .img .lr {
                left: -80px;
            }

            .topic-con ul li:nth-child(even) .img .garden {
                position: absolute;
                height: 32px;
                width: 32px;
                border-radius: 50%;
                background-color: #ff9000;
                opacity: .4;
                left: -95px;
                top: -35px;
                z-index: 7;
            }

            .topic-con ul li:nth-child(even) .img .gr {
                left: -95px;
            }

        .topic-con ul li:nth-child(even) .g .garden {
            height: 44px;
            width: 44px;
            left: -100px;
            top: -40px;
            animation: mysecond .5s;
            -moz-animation: mysecond .5s;
            -webkit-animation: mysecond .5s;
            -o-animation: mysecond .5s;
        }

        .topic-con ul li:nth-child(even) .g .gr {
            left: -100px;
        }

        .topic-con ul li:nth-child(even) .text {
            float: left;
            width: 382px;
            height: 228px;
            position: relative;
            line-height: 24px;
            padding-top: 20px;
            color: #666;
            overflow: hidden;
        }

            .topic-con ul li:nth-child(even) .text i {
                width: 10px;
                height: 10px;
                border-radius: 50%;
                background: #c0cceb;
                float: left;
                display: block;
                margin: 7px 6px 0;
            }

    .topic-con .last {
        height: 100px;
        width: 100%;
        position: relative;
    }

        .topic-con .last .line-y {
            width: 1px;
            border-left: 1px solid #ccc;
            position: absolute;
            left: 50%;
            top: -50px;
            height: 100px;
        }

        .topic-con .last .line-x {
            width: 20px;
            border-bottom: 1px solid #ccc;
            position: absolute;
            left: 50%;
            top: -52px;
            height: 100px;
            margin-left: -10px;
        }

        .topic-con .last .garden {
            position: absolute;
            height: 32px;
            width: 32px;
            border-radius: 50%;
            background-color: #ff9000;
            opacity: .4;
            left: 50%;
            top: 32px;
            z-index: 7;
            margin-left: -16px;
        }

        .topic-con .last span {
            display: block;
            width: 100%;
            text-align: center;
            line-height: 24px;
            font-size: 12px;
            color: #999;
            position: absolute;
            left: 0;
            bottom: 0;
        }

.topic-banner {
    background: url(images/newIndex/topic-banner.png) top center no-repeat;
    height: 250px;
    width: 100%;
    margin-top: 40px;
}

.topic-yesr {
    width: 320px;
    height: 80px;
    text-align: center;
    background-color: #0c2037;
    color: #fff;
    position: relative;
    margin: 40px auto 100px;
    border-radius: 5px;
}

    .topic-yesr h3 {
        font-size: 18px;
        line-height: 28px;
        padding-top: 14px;
    }

    .topic-yesr .list-0, .topic-yesr .list-2 {
        width: 44px;
        height: 1px;
        border-bottom: 1px solid #ccc;
        position: absolute;
        left: 50%;
        margin-left: -22px;
    }

    .topic-yesr .list-1, .topic-yesr .list-3 {
        width: 1px;
        height: 50px;
        border-left: 1px solid #ccc;
        position: absolute;
        left: 50%;
    }

    .topic-yesr .list-0 {
        top: -20px;
    }

    .topic-yesr .list-1 {
        top: -68px;
    }

    .topic-yesr .list-2 {
        bottom: -20px;
    }

    .topic-yesr .list-3 {
        bottom: -69px;
    }

@keyframes myfirst {
    0% {
        height: 32px;
        width: 32px;
        right: -95px;
        top: -35px;
    }

    100% {
        height: 44px;
        width: 44px;
        right: -100px;
        top: -40px;
    }
}

@-moz-keyframes myfirst {
    0% {
        height: 32px;
        width: 32px;
        right: -95px;
        top: -35px;
    }

    100% {
        height: 44px;
        width: 44px;
        right: -100px;
        top: -40px;
    }
}

@-webkit-keyframes myfirst {
    0% {
        height: 32px;
        width: 32px;
        right: -95px;
        top: -35px;
    }

    100% {
        height: 44px;
        width: 44px;
        right: -100px;
        top: -40px;
    }
}

@-o-keyframes myfirst {
    0%;

{
    height: 32px;
    width: 32px;
    right: -95px;
    top: -35px;
}

100% {
    height: 44px;
    width: 44px;
    right: -100px;
    top: -40px;
}

}

@keyframes mysecond {
    0% {
        height: 32px;
        width: 32px;
        left: -95px;
        top: -35px;
    }

    100% {
        height: 44px;
        width: 44px;
        left: -100px;
        top: -40px;
    }
}

@-moz-keyframes mysecond {
    0% {
        height: 32px;
        width: 32px;
        left: -95px;
        top: -35px;
    }

    100% {
        height: 44px;
        width: 44px;
        left: -100px;
        top: -40px;
    }
}

@-webkit-keyframes mysecond {
    0% {
        height: 32px;
        width: 32px;
        left: -95px;
        top: -35px;
    }

    100% {
        height: 44px;
        width: 44px;
        left: -100px;
        top: -40px;
    }
}

@-o-keyframes mysecond {
    0%;

{
    height: 32px;
    width: 32px;
    left: -95px;
    top: -35px;
}

100% {
    height: 44px;
    width: 44px;
    left: -100px;
    top: -40px;
}

}

@media screen and (max-width:1200px) {
    .topic-body {
        background: url(images/newIndex/topic-list-min.png) top center repeat-y;
    }

    .topic-con {
        width: 880px;
        margin: 0 auto;
        padding: 0 59px;
    }

        .topic-con ul li:nth-child(odd) .img strong {
            right: -87px;
        }

            .topic-con ul li:nth-child(odd) .img strong.s1 {
                left: -87px;
            }

        .topic-con ul li:nth-child(odd) .img .ll, .topic-con ul li:nth-child(odd) .img .lr {
            left: -39px;
        }

        .topic-con ul li:nth-child(odd) .img .line-0 {
            right: -39px;
            width: 35px;
        }

        .topic-con ul li:nth-child(odd) .img .line-1 {
            right: -39px;
        }

        .topic-con ul li:nth-child(odd) .img .garden {
            right: -54px;
        }

        .topic-con ul li:nth-child(odd) .img .gr {
            left: -54px;
        }

        .topic-con ul li:nth-child(odd) .g .garden {
            right: -60px;
        }

        .topic-con ul li:nth-child(odd) .g .gr {
            left: -60px;
        }

        .topic-con ul li:nth-child(even) .img strong, .topic-con ul li:nth-child(even) .img strong.s1 {
            left: -87px;
        }

        .topic-con ul li:nth-child(even) .img .line-0 {
            left: -39px;
            width: 35px;
        }

        .topic-con ul li:nth-child(even) .img .line-1, .topic-con ul li:nth-child(even) .img .ll, .topic-con ul li:nth-child(even) .img .lr {
            left: -39px;
        }

        .topic-con ul li:nth-child(even) .img .garden, .topic-con ul li:nth-child(even) .img .gr {
            left: -54px;
        }

        .topic-con ul li:nth-child(even) .g .garden, .topic-con ul li:nth-child(even) .g .gr {
            left: -60px;
        }
}

.login-content-text {
    background: url(images/login-bg.png) top center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-width: 1000px;
}

    .login-content-text .login-ct {
        position: relative;
        height: 612px;
    }

    .login-content-text .login-main {
        background-color: #fff;
        border: 1px solid #ccc;
        width: 378px;
        position: absolute;
        right: 0;
        top: 50px;
    }

        .login-content-text .login-main .modal-header h4 a {
            width: 50%;
            float: left;
            text-align: center;
            display: inline-block;
            border-bottom: 1px solid #ccc;
            line-height: 45px;
        }

        .login-content-text .login-main .modal-header h4 .lg, .login-content-text .login-main .modal-header h4 .re {
            border-bottom: 2px solid #ff9000;
            line-height: 44px;
            color: #ff9000;
        }

        .login-content-text .login-main .login-popup .login ul {
            border: 1px solid #ccc;
            padding: 0 15px;
        }

            .login-content-text .login-main .login-popup .login ul li {
                padding: 20px 0;
            }

                .login-content-text .login-main .login-popup .login ul li input {
                    width: 224px;
                }

        .login-content-text .login-main .login-popup .login .other a {
            font-size: 12px;
        }

        .login-content-text .login-main .login-popup .login .login-btn {
            background: #0c2037;
            color: #fff;
            opacity: 1;
            border-radius: 3px;
        }

            .login-content-text .login-main .login-popup .login .login-btn:hover {
                color: #fff;
                background: #ff9000;
            }

.register-content-text {
    background: url(images/registered-bg.png) top center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-width: 1000px;
}

    .register-content-text .register-ct {
        position: relative;
        height: 612px;
    }

    .register-content-text .register-main {
        background-color: #fff;
        border: 1px solid #ccc;
        width: 378px;
        position: absolute;
        right: 0;
        top: 50px;
    }

        .register-content-text .register-main .modal-header h4 a {
            width: 50%;
            float: left;
            text-align: center;
            display: inline-block;
            border-bottom: 1px solid #ccc;
            line-height: 45px;
        }

        .register-content-text .register-main .modal-header h4 .lg, .register-content-text .register-main .modal-header h4 .re {
            border-bottom: 2px solid #ff9000;
            line-height: 44px;
            color: #ff9000;
        }

        .register-content-text .register-main .login-popup .register ul li input {
            width: 278px;
            border-radius: 3px;
            border: 1px solid #ccc;
        }

        .register-content-text .register-main .login-popup .register ul li .img-code, .register-content-text .register-main .login-popup .register ul li .message-code {
            width: 160px;
        }

        .register-content-text .register-main .login-popup .register ul li span.btn-gray {
            border-radius: 3px;
        }

        .register-content-text .register-main .login-popup .register .register-btn {
            background: #0c2037;
            color: #fff;
            opacity: 1;
            border-radius: 3px;
        }

            .register-content-text .register-main .login-popup .register .register-btn:hover {
                color: #fff;
                background: #ff9000;
            }

        .register-content-text .register-main .login-popup .register .forget label {
            font-weight: 400;
        }

.pages-img {
    width: 100%;
}

.zxdt-img {
    border-bottom: 1px #ececec solid;
}

.pages-con {
    border: 1px solid #ececec;
    border-bottom: 0;
}

    .pages-con .zxdt-pages {
        padding: 30px 0;
    }

    .pages-con.bt0 {
        border-top: 0;
    }

.zxdt-img.bb0 {
    border-bottom: 0;
}

.zxdt-list {
    padding: 12px 10px 20px;
}

    .zxdt-list li {
        border-bottom: 1px #ececec dashed;
        padding: 15px 40px;
    }

        .zxdt-list li a {
            color: #999;
            line-height: 20px;
        }

            .zxdt-list li a.zxdt-list-color {
                color: #f90;
                font-size: 18px;
                line-height: 30px;
            }

            .zxdt-list li a.zxdt-list-dark {
                color: #666;
                line-height: 26px;
            }

        .zxdt-list li:hover {
            box-shadow: 0 0 20px rgba(0,0,0,.2);
        }

.pages-con.bt {
    border-top: 1px #ececec solid;
}

.about-title {
    color: #333;
    display: inline-block;
    font-size: 30px;
    height: 50px;
    line-height: 50px;
    width: 100%;
}

    .about-title i, .about-title span {
        vertical-align: middle;
    }

    .about-title i {
        background: url(images/new/pages-title-line.png) no-repeat;
        content: " ";
        display: inline-block;
        height: 1px;
        margin: 10px 7px 0;
        width: 213px;
    }

        .about-title i.left-line {
            background-position: 0 0;
        }

        .about-title i.right-line {
            background-position: 0 -1px;
        }

.zjgs {
    background: url(images/new/zjgs.png) center bottom no-repeat;
}

    .zjgs .zjgs-con {
        line-height: 26px;
        padding: 70px 30px 50px 0;
        width: 555px;
    }

        .zjgs .zjgs-con span {
            color: #f90;
        }

.gsbgm {
    padding-bottom: 40px;
}

    .gsbgm .gsbgm-list {
        margin-top: 45px;
        padding: 15px 25px 35px;
    }

        .gsbgm .gsbgm-list i {
            background: url(images/new/icon.png) no-repeat;
            display: inline-block;
            height: 64px;
            width: 64px;
        }

        .gsbgm .gsbgm-list span {
            color: #333;
            font-size: 18px;
            line-height: 45px;
        }

        .gsbgm .gsbgm-list p {
            color: #999;
            line-height: 25px;
        }

    .gsbgm .gsbgm-list0 i {
        background-position: 0 0;
    }

    .gsbgm .gsbgm-list1 {
        border-left: 1px #ececec solid;
        border-right: 1px #ececec solid;
    }

        .gsbgm .gsbgm-list1 i {
            background-position: -64px 0;
        }

    .gsbgm .gsbgm-list2 i {
        background-position: -128px 0;
    }

.gsyw {
    background: url(images/new/gsyw.png) center bottom no-repeat #f8f8f8;
}

    .gsyw table {
        border-collapse: separate;
        border-spacing: 0;
        padding: 45px 0 80px;
    }

        .gsyw table th {
            border-right: 1px #f90 solid;
            padding: 10px 0 50px 35px;
            width: 110px;
        }

            .gsyw table th span {
                color: #f90;
                display: inline-block;
                font-size: 18px;
                width: 100%;
            }

                .gsyw table th span i {
                    border: 1px solid #f90;
                    border-radius: 8px;
                    background: #fff;
                    height: 16px;
                    right: -9px;
                    top: 4px;
                    width: 16px;
                }

        .gsyw table td {
            color: #666;
            padding: 10px 15px 50px 40px;
        }

.scfx .scfx-table {
    width: 100%;
    border-top: 1px #d6e6e6 solid;
    border-left: 1px #d6e6e6 solid;
}

    .scfx .scfx-table .scfx-table-th {
        background: #f7f7f7;
    }

        .scfx .scfx-table .scfx-table-th span {
            font-weight: 700;
        }

    .scfx .scfx-table span {
        border-bottom: 1px #d6e6e6 solid;
        border-right: 1px #d6e6e6 solid;
        line-height: 30px;
    }

.gsdt {
    padding-bottom: 60px;
}

    .gsdt .gsdt-list {
        padding-top: 50px;
    }

    .gsdt .gsdt-title {
        width: 100%;
    }

        .gsdt .gsdt-title i {
            background: url(images/new/icon.png) no-repeat;
            height: 52px;
            width: 52px;
        }

            .gsdt .gsdt-title i.gsdt-num1 {
                background-position: 0 -145px;
            }

            .gsdt .gsdt-title i.gsdt-num2 {
                background-position: -52px -145px;
            }

            .gsdt .gsdt-title i.gsdt-num3 {
                background-position: -104px -145px;
            }

        .gsdt .gsdt-title span {
            height: 40px;
            font-size: 16px;
            line-height: 20px;
            padding-top: 7px;
            margin-left: 62px;
            overflow: hidden;
        }

    .gsdt p {
        color: #666;
        font-size: 12px;
        line-height: 18px;
    }

    .gsdt a {
        color: #f90;
    }

.wmdys {
    padding-bottom: 40px;
}

    .wmdys .wmdys-list {
        padding-top: 50px;
    }

        .wmdys .wmdys-list i {
            border-radius: 40.5px;
            background: url(images/new/icon.png) no-repeat #f5f5f5;
            display: inline-block;
            height: 81px;
            width: 81px;
        }

            .wmdys .wmdys-list i.wmdys-icon1 {
                background-position: 0 -64px;
            }

            .wmdys .wmdys-list i.wmdys-icon2 {
                background-position: -81px -64px;
            }

            .wmdys .wmdys-list i.wmdys-icon3 {
                background-position: -162px -64px;
            }

            .wmdys .wmdys-list i.wmdys-icon4 {
                background-position: -243px -64px;
            }

        .wmdys .wmdys-list span {
            font-size: 16px;
        }

        .wmdys .wmdys-list p {
            color: #666;
            font-size: 12px;
            line-height: 20px;
        }

.jrwm-list dl dd, .lxwm dl dd {
    line-height: 22px;
    color: #666;
}

.lxwm {
    background: url(images/new/lxwm-line.png) center center no-repeat;
    padding: 10px 10px 20px;
}

    .lxwm dl {
        padding: 25px 0 0 20px;
        height: 150px;
    }

        .lxwm dl dt {
            color: #f90;
            font-size: 18px;
        }

        .lxwm dl dd {
            font-size: 12px;
        }

.jrwm-list dl {
    height: 225px;
    margin-bottom: 0;
    padding: 0 40px;
}

    .jrwm-list dl dt {
        font-size: 18px;
        font-weight: 400;
    }

    .jrwm-list dl.jrwm-list0 {
        background: url(images/new/jrwm0.png) right bottom no-repeat;
    }

    .jrwm-list dl.jrwm-list1 {
        background: url(images/new/jrwm1.png) right bottom no-repeat;
    }

    .jrwm-list dl.jrwm-list2 {
        background: url(images/new/jrwm2.png) right bottom no-repeat;
    }

.jrwm-info-tab {
    border-right: 1px #f2f2f2 solid;
    background: #fafafa;
    cursor: pointer;
    padding: 0 25px;
    width: 170px;
}

    .jrwm-info-tab dt {
        color: #666;
        font-size: 16px;
        font-weight: 400;
        height: 36px;
        line-height: 36px;
    }

        .jrwm-info-tab dt i {
            background: url(images/new/icon.png) -204px -36px no-repeat;
            height: 5px;
            margin-top: 15px;
            width: 8px;
        }

            .jrwm-info-tab dt i.select {
                background-position: -204px -41px;
            }

    .jrwm-info-tab dd span {
        color: #999;
        line-height: 28px;
    }

        .jrwm-info-tab dd span.select {
            color: #ff8a00;
        }

.jrwm-info-con {
    margin-left: 270px;
}

    .jrwm-info-con dt {
        color: #666;
        font-size: 16px;
        font-weight: 400;
        height: 28px;
        line-height: 28px;
    }

    .jrwm-info-con dd {
        color: #666;
        line-height: 26px;
        padding-bottom: 30px;
    }

.jytd-title-ch {
    color: #f90;
    font-size: 24px;
    padding-top: 50px;
}

.jytd-title-en {
    color: #999;
    font-size: 18px;
    padding-bottom: 40px;
}

.jytd-img img {
    height: auto;
    width: 100%;
}

.jytd-img.pb60 {
    padding-bottom: 60px;
}

.syfp {
    padding: 80px 20px;
}

    .syfp dt {
        font-size: 18px;
        font-weight: 400;
        line-height: 38px;
    }

        .syfp dt i {
            background: #333;
            border-radius: 2px;
            display: inline-block;
            height: 4px;
            width: 4px;
            vertical-align: middle;
        }

.tksm table, .tksm table tr, .tksm table tr td {
    border: 1px solid #999;
}

.syfp dd {
    color: #666;
    line-height: 24px;
}

    .syfp dd span {
        color: #f90;
    }

.tksm {
    padding: 30px;
}

    .tksm table {
        border-collapse: collapse;
    }

        .tksm table tr td {
            padding: 5px 10px;
        }

.tksm-wxts {
    padding-bottom: 60px;
}

.ydytxfw {
    padding: 30px 50px 20px;
}

    .ydytxfw .ydy {
        border: 1px solid #ccc;
        height: 160px;
        margin-bottom: 40px;
        padding: 40px 40px 0;
    }

        .ydytxfw .ydy .ydy-title {
            left: 0;
            top: -14px;
            width: 100%;
        }

            .ydytxfw .ydy .ydy-title span {
                display: inline-block;
                background: #fff;
                font-size: 18px;
                padding: 0 20px;
            }

                .ydytxfw .ydy .ydy-title span i {
                    background: #333;
                    border-radius: 2px;
                    display: inline-block;
                    height: 4px;
                    margin: 0 10px;
                    vertical-align: middle;
                    width: 4px;
                }

        .ydytxfw .ydy p {
            color: #666;
            line-height: 24px;
        }

    .ydytxfw .ydy0 {
        background: url(images/new/ydy0.png) right bottom no-repeat;
    }

    .ydytxfw .ydy1 {
        background: url(images/new/ydy1.png) right bottom no-repeat;
    }

    .ydytxfw .ydy2 {
        background: url(images/new/ydy2.png) right bottom no-repeat;
    }

    .ydytxfw .ydy3 {
        background: url(images/new/ydy3.png) right bottom no-repeat;
    }

.jmbz {
    height: auto;
    width: 100%;
}

.xxfwzx dl {
    padding: 40px 0 0 20px;
    height: 135px;
}

.xxfwzx .xxfwzx-lxfs {
    padding: 20px 0 50px;
}

    .xxfwzx .xxfwzx-lxfs i {
        background: url(images/new/icon.png) -192px 0 no-repeat;
        display: inline-block;
        height: 12px;
        margin-right: 7px;
        vertical-align: middle;
        width: 12px;
    }

    .xxfwzx .xxfwzx-lxfs var {
        color: #f90;
        font-size: 18px;
    }

    .xxfwzx .xxfwzx-lxfs span, .xxfwzx .xxfwzx-lxfs var {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        vertical-align: middle;
    }

.comment-tab {
    border-top: 1px #ececec solid;
    border-bottom: 1px #ececec solid;
    background: #fafafa;
}

    .comment-tab ul li, .zsk li {
        border-bottom: 1px #ececec dashed;
    }

    .comment-tab ul {
        margin-bottom: -1px;
    }

        .comment-tab ul li {
            padding: 7px 0;
        }

        .comment-tab ul .comment-tab-name {
            height: 24px;
            line-height: 24px;
            width: 115px;
        }

        .comment-tab ul .comment-tab-con {
            height: 24px;
            overflow: hidden;
        }

            .comment-tab ul .comment-tab-con a {
                color: #999;
                line-height: 24px;
            }

        .comment-tab ul .comment-tab-more {
            color: #999;
            cursor: pointer;
            height: 24px;
            line-height: 24px;
        }

            .comment-tab ul .comment-tab-more i {
                background: url(images/new/icon.png) -192px -24px no-repeat;
                display: inline-block;
                height: 12px;
                margin: -4px 0 0 5px;
                vertical-align: middle;
                width: 12px;
            }

                .comment-tab ul .comment-tab-more i.select {
                    background-position: -192px -12px;
                }

.zsk li .zsk-title {
    font-size: 18px;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}

    .zsk li .zsk-title:hover {
        color: #333;
    }

.zsk li span {
    color: #666;
    line-height: 28px;
}

.zsk li .zsk-con {
    color: #999;
    line-height: 20px;
}

    .zsk li .zsk-con:hover {
        color: #999;
    }

.jdal img {
    border: 1px solid #ececec;
    height: 122px;
    width: 218px;
}

.wiki-list li, .wiki-tab {
    border-bottom: 1px #ececec solid;
}

.wiki-detail-con, .wiki-tab {
    border-top: 1px #ececec solid;
}

.jdal .jdal-con {
    margin-left: 260px;
}

    .jdal .jdal-con .jdal-con-title {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
    }

.jdal .jdal-con-nr {
    color: #f90;
    line-height: 20px;
}

.jdal p {
    color: #666;
    line-height: 22px;
}

.wiki-tab {
    background: #fafafa;
    height: 40px;
    line-height: 40px;
}

    .wiki-tab a {
        color: #999;
        display: inline-block;
        margin-right: 40px;
    }

        .wiki-tab a.select {
            color: #f90;
        }

.wiki-list li .wiki-img {
    height: 90px;
    width: 160px;
}

    .wiki-list li .wiki-img img {
        height: 100%;
        width: 100%;
    }

.wiki-list li .wiki-con {
    padding-left: 180px;
}

    .wiki-list li .wiki-con a {
        color: #1a1a1a;
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
    }

    .wiki-list li .wiki-con p {
        color: #666;
        height: 60px;
        line-height: 20px;
        overflow: hidden;
    }

.wiki-detail img {
    height: 197px;
    width: 350px;
}

.wiki-detail .wiki-detail-title {
    padding-left: 390px;
}

    .wiki-detail .wiki-detail-title span {
        font-size: 18px;
        height: 50px;
        line-height: 50px;
        overflow: hidden;
    }

    .wiki-detail .wiki-detail-title p {
        color: #666;
        line-height: 20px;
    }

    .wiki-detail .wiki-detail-title a {
        background: #f90;
        color: #fff;
        height: 34px;
        line-height: 34px;
        text-align: center;
        width: 138px;
    }

.wiki-detail-con {
    margin: 0 20px;
}

    .wiki-detail-con li {
        border-bottom: 1px #ececec dashed;
    }

        .wiki-detail-con li h5 {
            font-size: 18px;
            height: 40px;
            line-height: 40px;
        }

        .wiki-detail-con li .wiki-detail-box {
            color: #666;
            line-height: 20px;
        }

        .wiki-detail-con li:last-child {
            border: none;
        }

.ask-list li {
    border-bottom: 1px #ececec solid;
}

    .ask-list li .ask-title {
        height: 30px;
        line-height: 30px;
    }

        .ask-list li .ask-title span {
            color: #f90;
            font-weight: 700;
        }

    .ask-list li p {
        color: #666;
        line-height: 25px;
    }

        .ask-list li p span {
            font-weight: 700;
        }

    .ask-list li .ask-tag {
        border: 1px dashed #f90;
        color: #f90;
        display: inline-block;
        height: 22px;
        line-height: 22px;
        vertical-align: middle;
    }

.ask-detail {
    border-bottom: 1px #ececec solid;
}

    .ask-detail li {
        border: none;
    }

.ask-bottom {
    background: url(images/new/ask-bottom.png) center center no-repeat #efefee;
    height: 60px;
}

    .ask-bottom .ask-btn {
        background: #f90;
        border-radius: 3px;
        color: #fff;
        cursor: pointer;
        height: 36px;
        line-height: 36px;
        margin-top: 12px;
        text-align: center;
        width: 196px;
    }

.ask-counselor {
    border-bottom: 1px #ececec dashed;
    margin: 0 20px;
    padding: 20px 0;
}

    .ask-counselor img {
        height: 60px;
        width: 60px;
    }

    .ask-counselor .ask-counselor-right {
        padding-left: 80px;
    }

        .ask-counselor .ask-counselor-right span {
            font-size: 18px;
            height: 28px;
            line-height: 25px;
        }

        .ask-counselor .ask-counselor-right var {
            color: #999;
            font-size: 12px;
            height: 16px;
            line-height: 16px;
            overflow: hidden;
        }

            .ask-counselor .ask-counselor-right var em {
                color: #f90;
            }

.ask-counselor-info {
    color: #666;
    line-height: 20px;
}

.related-title {
    height: 29px;
    margin: 20px;
}

    .related-title span {
        border-bottom: 1px #0c2037 solid;
        background: #0c2037;
        color: #fff;
        height: 28px;
        line-height: 28px;
        padding-left: 12px;
    }

        .related-title span i {
            height: 28px;
        }

            .related-title span i.related-title-icon {
                background: url(images/new/icon.png) -192px -36px no-repeat;
                height: 28px;
                width: 12px;
            }

            .related-title span i.related-title-jiao {
                background: url(images/new/icon.png) -204px 0 no-repeat #fff;
                height: 28px;
                width: 20px;
            }

    .related-title .related-title-right {
        border-bottom: 1px #ccc solid;
        height: 28px;
    }

.related li {
    width: 20%;
}

    .related li .related-list {
        border: 1px solid #ccc;
    }

        .related li .related-list .related-list-title {
            height: 26px;
            line-height: 26px;
            overflow: hidden;
        }

        .related li .related-list .related-list-start {
            font-size: 12px;
            height: 26px;
            line-height: 26px;
        }

            .related li .related-list .related-list-start i {
                background: url(icon.png) no-repeat;
                display: inline-block;
                height: 14px;
                margin: 6px 5px 6px 0;
                width: 78px;
            }

            .related li .related-list .related-list-start span {
                color: #f90;
                height: 26px;
                line-height: 26px;
            }

        .related li .related-list .related-start0 i {
            background-position: -405px -321px;
        }

        .related li .related-list .related-start1 i {
            background-position: -405px -335px;
        }

        .related li .related-list .related-start2 i {
            background-position: -405px -349px;
        }

        .related li .related-list .related-start3 i {
            background-position: -405px -363px;
        }

        .related li .related-list .related-start4 i {
            background-position: -405px -377px;
        }

        .related li .related-list .related-start5 i {
            background-position: -405px -391px;
        }

        .related li .related-list .related-list-yuan {
            color: #666;
            font-size: 12px;
            height: 26px;
            line-height: 26px;
        }

            .related li .related-list .related-list-yuan span {
                color: #f90;
                font-size: 16px;
            }

            .related li .related-list .related-list-yuan a {
                border: 1px solid #f90;
                color: #f90;
                height: 24px;
                line-height: 24px;
                text-align: center;
                width: 70px;
            }

.container-response {
    max-width: 1180px;
    min-width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width:1024px) and (max-width:1336px) {
    .container-response {
        max-width: 1180px;
        min-width: 1180px;
    }

    .site-container-main {
        width: 860px;
    }

    .hide-1336 {
        display: none;
    }
}

@media screen and (max-width:1024px) {
    .container-response {
        max-width: 940px;
        min-width: 940px;
    }

    .site-container-main {
        width: 620px;
    }

    header .nav-dropdown {
        width: 220px;
    }

    nav .nav {
        margin-left: 220px;
    }

        nav .nav li a {
            font-size: 16px;
        }

    footer .footer-nav .col-xs-8 {
        width: 58.33333333%;
    }

    footer .footer-nav .col-xs-4 {
        width: 41.66666667%;
    }

    footer .footer-info {
        font-size: 12px;
    }

        footer .footer-info div span {
            font-size: 18px;
            max-width: 130px;
        }

        footer .footer-info div em {
            max-width: 130px;
        }

    .hide-1024 {
        display: none;
    }

    .mod-reg-form .form-item-inline {
        margin-right: 20px;
    }

    .business-type .package-group .rec-product-mix, .business-type .package-group .rec-product-mix img {
        width: 150px;
    }

    .business-type .package-more, .comment-top .comment-popup-btn {
        margin-right: 0;
    }

    .comment-top .comment-tag {
        width: 256px;
    }

    .w780 {
        width: 840px;
    }

    .mod-reg-info {
        margin-left: 390px;
    }

    .product-grow {
        width: 360px;
    }

        .product-grow .product-other-img {
            height: 200px;
            width: 358px;
        }

    #product-show {
        width: 360px;
    }

        #product-show .preview-pic {
            height: 202px;
            position: relative;
            z-index: 50;
        }

            #product-show .preview-pic li {
                height: 202px;
                width: 360px;
            }

                #product-show .preview-pic li img {
                    border: 1px solid #eee;
                    height: 200px;
                    width: 358px;
                }

        #product-show .flex-control-nav li {
            height: 42px;
            margin-right: 15px;
            margin-left: 3px;
            width: 76px;
        }

            #product-show .flex-control-nav li img {
                height: 40px;
                width: 74px;
            }

                #product-show .flex-control-nav li img.flex-active, #product-show .flex-control-nav li img:hover {
                    height: 38px;
                    width: 72px;
                }
}

.laypage_main a, .laypage_main input, .laypage_main span {
    height: 26px;
    line-height: 26px;
}

.laypage_main button, .laypage_main input, .laypageskin_default a {
    border: 1px solid #ccc;
    background-color: #fff;
}

.laypage_main {
    font-size: 0;
    clear: both;
    color: #666;
    text-align: center;
}

    .laypage_main * {
        display: inline-block;
        vertical-align: top;
        font-size: 12px;
    }

    .laypage_main a {
        text-decoration: none;
        color: #666;
    }

    .laypage_main a, .laypage_main span {
        margin: 0 3px 6px;
        padding: 0 10px;
    }

    .laypage_main input {
        width: 40px;
        margin: 0 5px;
        padding: 0 5px;
    }

    .laypage_main button {
        height: 28px;
        line-height: 28px;
        margin-left: 5px;
        padding: 0 10px;
        color: #666;
    }

.laypageskin_default .laypage_curr {
    border: 1px solid #ffa800;
    background: #ffa800;
    color: #fff;
}

.laypageskin_molv a, .laypageskin_molv span {
    padding: 0 12px;
    border-radius: 2px;
}

.laypageskin_molv a {
    background-color: #f1eff0;
}

.laypageskin_molv .laypage_curr {
    background-color: #00AA91;
    color: #fff;
}

.laypageskin_molv input {
    height: 24px;
    line-height: 24px;
}

.laypageskin_molv button {
    height: 26px;
    line-height: 26px;
}

.laypageskin_yahei {
    color: #333;
}

    .laypageskin_yahei a, .laypageskin_yahei span {
        padding: 0 13px;
        border-radius: 2px;
        color: #333;
    }

    .laypageskin_yahei .laypage_curr {
        background-color: #333;
        color: #fff;
    }

.laypageskin_flow {
    text-align: center;
}

    .laypageskin_flow .page_nomore {
        color: #999;
    }

.pull-left1 {
    margin-left: 22px;
}
.clear {
clear:both
}
.top {
width:100%;text-align:left

}
.top_hyc {
width:100%;height:30px;background-color:#8f8f8f;
}
.hyc {
width:1180px;margin:0 auto;
}
.hyc_ti {
width:600px;text-align:left;line-height:30px;color:#fff;float:left;
}
.hycnav {
width:500px;float:right ;text-align:right;
}

.hycnav dd{
    float:right ;color:#fff;line-height:30px;
}
    .hycnav .hx {
    padding-left :10px; border-right:1px solid #fff; display:block;height:12px;margin-top:9px;margin-right :10px;
    }
    .hycnav dd a {
    color:#fff;
    }
        .hycnav dd a:hover {
        
        color:#F00}
.toplogo {
display:none
}
.top_logo {
width:1180px;margin:0 auto;text-align:left;
}
.top_nav {
width:100%;
height:60px;background-color:#ff7f00
}
.navlist {
width:1180px;margin:0 auto;font-size:16px;line-height:60px;color:#fff;overflow:hidden;height:60px;
}

    .navlist ul li a {color:#fff;padding-left:22px;padding-right:22px;float:left
    
    }
        .navlist ul li a:hover {
        background-color:#f10006;
        }
    .navlist ul li .danqianlm {
    background-color:#f10006;
    }