html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}

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]{
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    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 {
        padding: 0;
        border: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-appearance: textfield;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}
legend {
    padding: 0;
    border: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
td,
th {
    padding: 0;
}
@media print {
    *,
    *:before,
    *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

   
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.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-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        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-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        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: 1200px) {
    .col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
        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;
    }
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}

.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after
{
  display: table;
  content: " ";
}
.container:after,
.container-fluid:after,
.row:after{
  clear: both;
}


/*banner*/
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-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;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .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;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1319px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1319px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1319px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1319px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1320px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1320px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1320px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1320px) {
  .visible-lg-inline-block {
    display: inline-block !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: 1319px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1320px) {
  .hidden-lg {
    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;
  }
  th.visible-print,
  td.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;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*通用样式*/
html{ overflow-x:hidden; overflow-y:auto;}
body{overflow: hidden;}
*{ padding:0; margin:0; outline: none;}
ul,ol,li,dl,dd,dt{ list-style-type:none; line-height:normal;}
body, button, input, select, textarea{ font-family:'Microsoft yahei' ,Arial;color:#666666;}
code, kbd, pre, samp { font-family:'Microsoft yahei' ,Arial;}
address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}
a{ text-decoration:none; 
        transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
-webkit-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
}
a:hover{ cursor:pointer;}
img{border:0; }
table { border-collapse: collapse; border-spacing: 0; }
h1,h2,h3,h4,h5,h6{ margin:0; font-weight:normal; font-family:'Microsoft yahei' ,Arial;}
input,table,tr,td{ margin:0; padding:0; border:none;}
button,table{ border:none; background:none; margin:0; padding:0;}
select{ margin:0; padding:0; font-family:'Microsoft yahei' ,Arial;}
textarea{ resize:none; outline:0;}
input{ outline:0;}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
i{font-style:normal;}
.elli{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.clearfix:after{content:'';display:block;height:0;overflow:hidden;clear:both;zoom:1;}
*{font-family:"微软雅黑";}
a{color:#666666;}
/*字母大写*/
.D1{text-transform:uppercase;}
/*字母小写*/
.D2{text-transform:lowercase;}
/*字母首字母大写*/
.D3{text-transform:capitalize;}
.container{ padding-right:15px; padding-left:15px; margin-right: auto; margin-left: auto;}

/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    
/*    margin-left: -14px;
    margin-right: -14px;*/
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
    outline: 0;
/*    padding-left: 14px;
    padding-right: 14px;*/
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    /*display: block;*/
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    /*border: 1px solid transparent;*/
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Slider */
.slick-loading .slick-list
{
    background: #fff center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/slick.woff') format('woff'), 
    url('../fonts/slick.ttf') format('truetype'), 
    url('../fonts/slick.svg#slick') format('svg');
}

@font-face
{   
 font-family: 'At';
 src: url('../fonts/Alibaba-PuHuiTi-Light.eot'); /* IE9 Compat Modes */
 src: url('../fonts/Alibaba-PuHuiTi-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Alibaba-PuHuiTi-Light.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Alibaba-PuHuiTi-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/Alibaba-PuHuiTi-Light.svg') format('svg'); /* Legacy iOS */
}
@font-face
{   
 font-family: 'Ab';
 src: url('../fonts/AlibabaSans-Bold.eot'); /* IE9 Compat Modes */
 src: url('../fonts/AlibabaSans-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/AlibabaSans-Bold.woff') format('woff'), /* Modern Browsers */
         url('../fonts/AlibabaSans-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/AlibabaSans-Bold.svg') format('svg'); /* Legacy iOS */
}
@font-face {
  font-family: 'opensans';

  src: url('../fonts/opensans.eot');
  src: url('../fonts/opensans.eot?#iefix') format('embedded-opentype'), url('../fonts/opensans.woff2') format('woff2'), url('../fonts/opensans.woff') format('woff'), url('../fonts/opensans.ttf') format('truetype'), url('../fonts/opensans.svg') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    left:40px;
    top: 50%;
    display: block;
    width: 52px;
    height: 100px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index:100;
}
.slick-next{
    left:auto;
    right:40px;
}
@media  screen and (max-width:991px){
.slick-prev,
.slick-next
{
    width: 30px;
    height: 58px;
    background-size:30px 58px;
    
}
.slick-next{
    background-size:30px 58px;
}
}
@media  screen and (max-width:767px){
.slick-prev,
.slick-next
{
    left:15px;
    width: 26px;
    height: 50px;
    background-size:26px 50px;
    
}
.slick-next{
    left:auto;
    right:15px;
    background-size:26px 50px;
}    
}





/* Dots */

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: ' ';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.margin_pc{ float:left; width:100%;}
.margin_mobile{ float:left; width:100%; display:none;}
@media  screen and (max-width:991px){
.margin_pc{ display:none;}
.margin_mobile{ display:block;}
}


@media screen (max-device-width: 320px){body{-webkit-text-size-adjust:none}}
@media screen (max-device-width: 480px){body{-webkit-text-size-adjust:none}}
@media only screen (-webkit-min-device-pixel-ratio: 2){body{-webkit-text-size-adjust:none}}
@media only screen (min-device-width: 768px) and (max-device-width: 1243px){body{-webkit-text-size-adjust:none}}

  ._pimg {
            width: 100%;
            overflow: hidden;
        }

            ._pimg ._div {
                position: relative;
                overflow:hidden;
            }

            ._pimg ._img {
                width: 100%;
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%,-50%);
                -webkit-transform: translate(-50%,-50%);
            }
			
#obtn .maxwidth{ margin:0 auto;padding-right:15px; padding-left:15px; }
@media (min-width: 767px) {
  .maxwidth {
    width: 767px;
  }
}
@media (min-width: 991px) {
  .maxwidth {
    width: 991px;
  }
}
@media (min-width: 1230px) {
  .maxwidth {
    width: 1230px;
  }
}
@media (min-width: 1600px) {
  .maxwidth {
    width: 1600px;
  }
}

/*top*/
#obtn .pz_top{ width: 100%; position: absolute; top: 0; z-index: 999; background:#fff;}
#obtn .pz_top .logo{float:left;width:14.33%;padding:22px 0 18px 0;}
#obtn .pz_top .logo ._pimg{width:100%;}
#obtn .pz_top .logo ._pimg ._div{display:block;position: relative;padding-bottom:28.57%;min-height: auto;}
#obtn .pz_top .logo ._pimg ._div ._img{position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);min-height: 100%;width: 100%!important;}
#obtn .pz_top .zy{float:right;display:inline-block;width:34px;height:34px;background:#aa381e;font-size: 14px;line-height: 34px;color:#fff;text-align: center;margin-top:32px;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;}
#obtn .pz_top .so_box{ float: right; position: relative; z-index: 60;width:13.37%;margin-right:12px;height:36px;margin-top:31px;}
#obtn .pz_top .Search{ float: left; background:#f5f5f5;color:#949494;width: 100%; height: 36px; border: none; line-height: 36px; padding: 5px 20px; font-size: 14px;letter-spacing: 1px;-webkit-border-radius: 36px;
-khtml-border-radius: 36px;
-moz-border-radius: 36px;
border-radius: 36px}
#obtn .pz_top .Search_but{ position: absolute;right: 0; width: 36px; height: 36px;   background: url(../_im_g/suo.png) no-repeat center center;  background-size: 14px 14px;}


/*menu*/
#obtn .pz_top .menu{float:right;margin-right:60px;}
#obtn .pz_top .menu ul{float:right;width:100%;letter-spacing: 1px;}
#obtn .pz_top .menu .nli{float:left;position: relative;height:100px;}
#obtn .pz_top .menu .nli>a{text-align:center;display:block;position: relative;color:#333;/*font-family:AlibabaPuHuiTi;*/font-size:16px;line-height:42px;padding:26px 28px 32px 29px;}
#obtn .pz_top .menu .nli a:hover{color:#aa381e;line-height:42px;font-weight: bold;}
#obtn .pz_top .menu .nli>a:hover::after{content:'';width:0;height:0;border-top:5px;border-left:5px;border-right:5px;border-style: solid dashed dashed  dashed;border-color: #aa381e transparent transparent  transparent;position: absolute;bottom:23px;left:50%;margin-left:-5px;}
#obtn .pz_top .menu .nli .on{position: relative;color:#aa381e;font-weight: bold;}
#obtn .pz_top .menu .nli a.on::after{content:'';width:0;height:0;border-top:5px;border-left:5px;border-right:5px;border-style: solid dashed dashed  dashed;border-color: #aa381e transparent transparent  transparent;position: absolute;bottom:23px;left:50%;margin-left:-5px;}
#obtn .pz_top .menu .nli a.in{position: relative;color:#aa381e;font-weight: bold;}
#obtn .pz_top .menu .nli a.in::after{content:'';width:0;height:0;border-top:5px;border-left:5px;border-right:5px;border-style: solid dashed dashed  dashed;border-color: #aa381e transparent transparent  transparent;position: absolute;bottom:23px;left:50%;margin-left:-5px;}
#obtn .pz_top .menu .nli .tul{ display:none; float:left;position: absolute;left:50%;margin-left:-140px;width:280px;background:rgba(170,56,38,1);padding:10px 0;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-animation:fade 0.5s ease-out ;
-moz-animation:fade 0.5s ease-out;
}
#obtn .pz_top .menu .nli .tul li{width:100%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;text-align: center;}
#obtn .pz_top .menu .nli .tul li a{line-height: 36px;color:#fff;}
#obtn .pz_top .menu .nli .tul li a:hover{opacity: 0.8;}

#obtn .pz_top .menu .nli:hover .tul{ display:block;} 
@-webkit-keyframes fade{
    0%{opacity:0;
    -webkit-transform:translateY(30px)}
    100%{opacity:1;
    -webkit-transform:translateY(0)}
    }
    @-moz-keyframes fade{
    0%{opacity:0;
    -moz-transform:translateY(30px)}
    100%{opacity:1;
    -moz-transform:translateY(0)}
    }


#obtn .pz_top .menuph{ display: none;}
#obtn .xialaph{ display: none;}

@media screen and (max-width:1599px){
#obtn .ctext.pz_top .menu{margin-right:20px;}
#obtn .ctext.pz_top .menu .nli>a{padding:26px 20px 32px 20px;}	
#obtn .ctext.pz_top .pz_t{padding:0;}	
}
@media screen and (max-width:1229px){
#obtn .ctext.pz_top .menu{margin-right:0px;}	
#obtn .ctext.pz_top .menu .nli>a{padding:26px 10px 32px 5px;}
}

@media screen and (max-width:991px ) {
#obtn .pz_top .maxwidth{ width: 100%; z-index: 999999999; position: fixed; top: 0; background: #fff;}
#obtn .pz_top .logo{width:100px;position: relative;z-index:10;float:left;padding-top:15px;}	
#obtn .pz_top .menu{display:none;}
#obtn .pz_top .so_box{display:none;}
#obtn .pz_top .zy{display:none;}
#obtn .pz_top .menuph{ display: block;}
#obtn .xialaph{ display: block;}

/*手机按钮*/
#obtn .menuph{ float: right; width: 28px; height: 22px; cursor: pointer; text-align: center; margin: 19px 0;}
#obtn .menuph .point { display: inline-block;  width: 28px;  height: 22px; position: relative;}
#obtn .menuph .point:hover .navbtn,
#obtn .menuph .point:hover .navbtn::after,
#obtn .menuph .point:hover .navbtn::before { width: 28px;}
#obtn .menuph .navbtn { position: absolute; top: 10px; right: 0; display: inline-block; width: 21px; height: 2px; background: #aa381e;
-webkit-transition: all .3s ease-out 0s; 
-moz-transition: all .3s ease-out 0s;  
-ms-transition: all .3s ease-out 0s;  
-o-transition: all .3s ease-out 0s;  
transition: all .3s ease-out 0s;}
#obtn .menuph .navbtn::after,
#obtn .menuph .navbtn::before { position: absolute; right: 0; display: inline-block; width: 28px; height: 2px; content: ''; background: #aa381e;
-webkit-transition: all .3s ease-out 0s;  
-moz-transition: all .3s ease-out 0s;  
-ms-transition: all .3s ease-out 0s;  
-o-transition: all .3s ease-out 0s;  
transition: all .3s ease-out 0s;}
#obtn .menuph .navbtn::after { top: -11px;}
#obtn .menuph .navbtn::before { top: 10px;}
#obtn .menuph .point.active .navbtn{ background: transparent;}
#obtn .menuph .point.active .navbtn::after{ -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0px;}
#obtn .menuph .point.active .navbtn::before { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); top: 0px;}

/*手机下拉*/
#obtn .xialaph{ position: fixed; left: 0; top: 0; float: left; width: 100%; height: 100%; overflow: scroll; padding: 60px 0 100px 0; display: none; z-index:999; background:#ffffff;}
#obtn .xialaph .ul2,
#obtn .xialaph .ul3{ display: none;}
#obtn .xialaph h4 a{ float: left; width: 60%; color: #333333; font-size:16px; line-height: 50px;}
#obtn .xialaph h4 a span{ padding-left: 6px; color: #ccc; font-size: 14px;}
#obtn .xialaph h4{ float: left; width: 100%; position: relative;}
#obtn .xialaph li:last-child h4::before{ content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background-color: #e7e7e7;}
#obtn .xialaph h4:hover a,
#obtn .xialaph h5:hover a{ color: #aa381e;}
#obtn .xialaph h4::after{ content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 1px; background-color: #e7e7e7;}
#obtn .xialaph h5 a{ float: left; width: 100%; color: #1f1f1f; font-size: 14px; line-height: 40px; text-transform:uppercase;}
#obtn .xialaph h5{ float: left; width: 100%; position: relative;}
#obtn .xialaph h5::after{ content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background-color: #e7e7e7;}
#obtn .xialaph li:last-child h5::after{ display: none;}
#obtn .xialaph h4 img{ width: 15px; height: 8px; float: right; margin-top: 24px; cursor: pointer;}
#obtn .xialaph h5 img{ width: 11px; height: 6px; float: right; margin-top: 26px; margin-right: 18px; cursor: pointer;}
#obtn .xialaph h4.active img.img_s,
#obtn .xialaph h5.active img.img_s{ display: none;}
#obtn .xialaph h4.active img.img_d,
#obtn .xialaph h5.active img.img_d{ display: block;}
#obtn .xialaph .ul2{ float: left; width: 100%; padding: 0 10px;}
#obtn .xialaph .ul3{ padding-top: 12px; padding-bottom: 18px; padding-left: 15px; position: relative;}
#obtn .xialaph .ul3::after{ content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; background-color: #3c3a3a;}
#obtn .xialaph li:last-child .ul3::after{ display: none;}
#obtn .xialaph .ul3 li a{ color: #333333; font-size: 14px; line-height: 35px; display: block;}
#obtn .xialaph .ul3 li{ padding-top: 5px;}
#obtn .xialaph .ul3 li:first-child{ padding-top: 0;}
#obtn .xialaph .phsou{ position: relative; margin-top: 34px;}
#obtn .xialaph .phsou input{ width: 100%; height: 56px; background-color: #ffffff; color: #aaa; font-size: 14px; padding-left: 20px; border: 1px solid #e5e5e5;}
#obtn .xialaph .phsou img{ cursor: pointer; width: 21px; height: 22px; position: absolute; top: 17px; right: 29px;  }
#obtn .img_d, .disno{ display: none;}
#obtn .xialaph .so {float: left;width: 100%;background: #fff;position: relative;top:5px;border: 1px solid #ac391f;}
#obtn .xialaph .so .Search {float: left;width: 100%;height: 36px;background: none;border: none;line-height: 36px;padding: 0 56px 0 10px;color: #414141;font-size: 14px;}
#obtn .xialaph .so .sear_sub {float: right;width: 50px; height: 100%; border: none;background: url(../_im_g/suo2.png) no-repeat center;background-color: #ac391f; position: absolute;right: 0;top: 0;}
#obtn .xialaph .zyw{float:left;display:inline-block;width:34px;height:34px;background:#aa381e;font-size: 14px;line-height: 34px;color:#fff;text-align: center;margin-top:25px;margin-left:15px;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;}
}

 /*底部*/
 
#obtn .ctext.footer{float:left;width:100%;background:#1c1b1c;position: relative;}
#obtn .ctext.footer .fot{float:left;width:100%; padding:70px 85px 83px 85px;position: relative;overflow: hidden;}
#obtn .ctext.footer .renter { float:left; width:58px;height:58px; position:absolute;top:-29px;z-index:9; right:9.3%; background: #AA381E; border-radius: 50%;cursor: pointer;}
#obtn .ctext.footer .renter ._pimg{float:left;width:100%;}
#obtn .ctext.footer .renter ._div{float:left;width:100%;position: relative;min-height: 30px;padding-bottom:100%;}
#obtn .ctext.footer .renter ._img{float:left;width:100%;position: absolute;min-height: 100%;top:50%;left:50%;transform: translate(-50%,-50%);}


#obtn .ctext.footer .fot1{float:left;width:36.64%;color:#fff;overflow: hidden;}
#obtn .ctext.footer .fot1 .span{float:left;font-size:18px;line-height:36px;display: inline-block;width:100%;padding-bottom:16px;}
#obtn .ctext.footer .fot1 .span::before{content: '';float:left;width:20px;height:20px;background:url(../_im_g/fw.png) no-repeat center center;background-size: 20px 20px;margin-right:5px;margin-top:10px;}
#obtn .ctext.footer .fot1 .fot1h5{float:left;width:100%;font-size:16px;line-height:32px;opacity: 0.6;/*overflow: hidden;text-overflow: ellipsis;white-space: nowrap;*/}
#obtn .ctext.footer .fot1 .fot1_1{width:100%;position: relative;margin-top:12px;float:left;}
#obtn .ctext.footer .fot1 .fot1_1 .ico{position:relative;float:left;width:34px;height:34px;border:1px solid #fff;margin-right:10px;background-size:34px 34px;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;}
#obtn .ctext.footer .fot1 .fot1_1 .ico ._div{display:block;padding-bottom:100%;min-height: 20px;}
#obtn .ctext.footer .fot1 .fot1_1 .ico .a2{width:34px;height:34px;margin:0;padding:0 5px 0 0;background:url(../_im_g/fx.png) no-repeat center center;background-size:34px 34px;}
#obtn .ctext.footer .fot1 .fot1_1 .ico:hover{background:#ac391f;border:1px solid #ac391f;}
#obtn .ctext.footer .fot1 .fot1_1 .ico .fer{width:120px;height:120px;border:2px solid #e5e5e5;background: #fff;position: absolute;bottom:38px;left:0%;/*margin-left:-60px;*/opacity: 0;z-index:10;}
#obtn .ctext.footer .fot1 .fot1_1 .ico:hover .fer{opacity: 1;transition: 1s;}

#obtn .ctext.footer .fot2 {float:left;width:51.92%;overflow: hidden;}
#obtn .ctext.footer .fot2 .ful{float:left;width:100%;}
#obtn .ctext.footer .fot2 .ful .fli{float:left;}
#obtn .ctext.footer .fot2 .ful .fli:first-child{width:19.91%;}
#obtn .ctext.footer .fot2 .ful .fli:nth-child(2){width:37.36%;}
#obtn .ctext.footer .fot2 .ful .fli:nth-child(3){width:24.31%;}
#obtn .ctext.footer .fot2 .ful .fli:last-child{width:18.13%;}
#obtn .ctext.footer .fot2 .ful .fli>span{font-size:18px;line-height:32px;color:#fff;letter-spacing: 1px;}
#obtn .ctext.footer .fot2 .ful .fli .flul{width:100%;padding-top:11px;}
#obtn .ctext.footer .fot2 .ful .fli .flul li a{font-size:16px;line-height: 38px;color:#fff;opacity: 0.6;}
#obtn .ctext.footer .fot2 .ful .fli .flul li:hover a{opacity: 1;}

#obtn .ctext.footer .fot3{float:right;width:11.44%;}
#obtn .ctext.footer .fot3 .fott{float:left;width:100%;}
#obtn .ctext.footer .fot3 .fott .fotl{float:left;width:76%;padding:5px;background:#fff;}
#obtn .ctext.footer .fot3 .fott .fotr{float:right;width:24%;text-align: center;position: relative;height:120px;}
#obtn .ctext.footer .fot3 .fott .fotr ._pimg{position: absolute;width:20px;height:20px;top:68%;left:50%;margin-left:-2px;}
#obtn .ctext.footer .fot3 .fott .fotr h5{margin-top:108px;text-align: center;color:#fff;opacity: 0.8;font-size:14px;line-height: 14px;text-align: right;}
#obtn .ctext.footer .fot3 .fott .fotr::before{content: '';float:left;position: relative;left:65%;width:1px;height:70px;background:rgba(255,255,255,0.2);}
#obtn .ctext.footer .fot3 .fotf{float:left;width:100%;height:30px;margin-top:25px;background:rgba(255,255,255,0.1);text-align: center;line-height:30px;font-size:15px;
-webkit-border-radius: 30px;
-khtml-border-radius: 30px;
-moz-border-radius: 30px;
border-radius:30px;}
#obtn .ctext.footer .fot3 .fotf h5{height:30px;padding-left:15px ;color:rgba(255,255,255,0.8);background:url(../_im_g/foot.png) no-repeat center center;background-size:12px 12px;background-position-x:34px ;}



#obtn .text1{float:left;width:100%;height:75px;background:#121111;}
#obtn .text1 .pz_dl{float:left;width:85%;padding:22px 0;font-size:14px;line-height:32px;}
#obtn .text1 .pz_dl .span{color:#fff;opacity: 0.6;}
#obtn .text1 .pz_dl>a{color:#fff;opacity: 0.6;}
#obtn .text1 .pz_dl>a:hover{opacity: 1;}
#obtn .text1 .pz_dr{float:right;width:200px;position:relative;height:40px;margin-top:17.5px;border:1px solid rgba(255,255,255,0.2);border-radius: 5px;}
#obtn .text1 .pz_dr .pz_dh3{font-size:16px;line-height:40px;color:rgba(255,255,255,0.6);padding-left:20px;position: relative;cursor: pointer;}
#obtn .text1 .pz_dr .pz_dh3::after{content: '';float:left;width:12px;height:12px;border-left: 1px solid #fff;border-bottom:1px solid #fff;position: absolute;right:30px;top:50%;margin-top:-6px;transform: rotateZ(-45deg);
-webkit-transition: 0.5s ease;
   -moz-transition: 0.5s ease;
	-ms-transition: 0.5s ease;
	 -o-transition: 0.5s ease;
		transition: 0.5s ease;}
#obtn .text1 .pz_dr .pz_ul{display: none; width:100%; position:absolute; left:0; bottom:40px; background:#f4f4f4; border-bottom:2px solid #fff; padding:10px 0;z-index:20;-webkit-animation:fadetop1 0.5s 0s ease both;
-moz-animation:fadetop1 0.5s 0s ease both;}
#obtn .text1 .pz_dr .pz_ul li{ float:left; width:100%;}
#obtn .text1 .pz_dr .pz_ul li a{ float:left; width:100%; padding:0 10px; color:#666666; font-size:14px; line-height:24px;}
#obtn .text1 .pz_dr .pz_ul li a:hover{ color:#ac391f;}

#obtn .text1 .pz_dr:hover .pz_ul{display: block;   
-webkit-animation:fadetop1 0.5s 0s ease both;
    -moz-animation:fadetop1 0.5s 0s ease both}
@-moz-keyframes fadetop1{
    0%{opacity:0;
    -moz-transform:translateY(30px)}
    100%{opacity:1;
    -moz-transform:translateY(0)}
    }
#obtn .text1 .pz_dr .pz_dh3:hover{color:#ac391f;}
#obtn .text1 .pz_dr .pz_dh3:hover::after{content: '';transform:rotate(135deg); -webkit-transform:rotate(135deg);}


#obtn .ctext3{width:100%; float:left; position:fixed; left:0; bottom:0; height:50px; background: #ac391f; z-index:6; box-shadow:0 -4px 7px rgba(0,0,0,0.15);}
#obtn .ctext3 li{ width:33.33%; float:left; text-align:center; padding:7px 0 5px 0; border-right:1px solid rgba(255,255,255, 0.2);}
#obtn .ctext3 li:last-child{ border:none;}
#obtn .ctext3 li .ico7{ width:100%; float:left; height:20px;}
#obtn .ctext3 li .name{ width:100%; float:left; margin-top:4px; font-size:12px; color:#fff; line-height:14px;}
#obtn .ctext3 li.l1 .ico7{ background:url(../_im_g/btn1.png) no-repeat center; background-size:20px 20px;}
#obtn .ctext3 li.l2 .ico7{ background:url(../_im_g/btn2.png) no-repeat center; background-size:20px 20px;}
#obtn .ctext3 li.l3 .ico7{ background:url(../_im_g/btn3.png) no-repeat center; background-size:20px 20px;}

@media screen and (max-width:1599px){
#obtn .ctext.footer .fot{padding:78px 0;}
#obtn .ctext.footer .fot1 .fot1h5{font-size:14px;line-height:32px;}
#obtn .text1 .pz_dl{width:80%;}
#obtn .text1 .pz_dr	{width:160px;}
#obtn .ctext.footer .fot2 .ful .fli .flul li a { font-size: 14px;line-height: 38px;}

#obtn .ctext.footer .fot3 .fott .fotr h5{margin-top:90px;}
#obtn .ctext.footer .fot3 .fott .fotr::before {height: 60px;left:50%;}
#obtn .ctext.footer .fot3 .fott .fotr ._pimg {top: 55%;margin-left:-5px;}
#obtn .ctext.footer .fot3 .fotf{margin-top:0px;}
#obtn .ctext.footer .fot3 .fotf h5{background-position-x:15px ;}
}
@media screen and (max-width:1229px){
#obtn .ctext.footer .fot3 .fott .fotl{width:70%;}
#obtn .ctext.footer .fot3 .fott .fotr{height:90px;width:30%;}
#obtn .ctext.footer .fot3 .fott .fotr h5{margin-top:62px;}
#obtn .ctext.footer .fot3 .fott .fotr::before {height: 40px;}
#obtn .ctext.footer .fot3 .fott .fotr ._pimg {top:46%;}
#obtn .ctext.footer .fot3 .fotf h5{background-position-x:10px ;}
}
@media screen and (max-width:991px){

#obtn .ctext.footer .fot1 {width:50%;}
#obtn .ctext.footer .fot3{width:50%;}
#obtn .ctext.footer .fot2{display:none;}	

#obtn .ctext.footer .fot3 .fott .fotl {width: 120px;}
#obtn .ctext.footer .fot3 .fott .fotr h5{margin-top:105px;}
#obtn .ctext.footer .fot3 .fott .fotr::before {height: 75px;}
#obtn .ctext.footer .fot3 .fott .fotr ._pimg {top: 90%;}
#obtn .ctext.footer .fot3 .fott {width: 50%;    margin-left: 10px;}
#obtn .ctext.footer .fot3 .fott .fotr h5{text-align: center;}
#obtn .ctext.footer .fot3 .fotf{width:50%;margin-top:10px;margin-left:10px;}
#obtn .ctext.footer .fot3 .fotf h5{background-position-x:40px ;}
#obtn .ctext2{display:none;}	
#obtn .text1 .pz_dl{width:80%;}
#obtn .text1 .pz_dr	{width:140px;}	
#obtn .text1 .pz_dr .pz_dh3{font-size:14px;}
#obtn .text1 .pz_dr .pz_dh3::after{width:10px;height:10px;}
#obtn .ctext2{display:none;}
}
@media screen and (max-width:767px){
#obtn .ctext.footer .fot { padding: 20px 0 60px 0;}
#obtn .ctext.footer .renter { width:40px;height:40px; top:-20px;}	
#obtn .ctext.footer .fot1 {width:100%;display:inline-block;text-align: center;}
#obtn .ctext.footer .fot1 .span{font-size:16px;line-height:20px;padding-bottom:0;}
#obtn .ctext.footer .fot1 .span::before{position:absolute;left:50%;margin-left:-60px;margin-top:0px;}
#obtn .ctext.footer .fot1 .fot1h2 {font-size: 18px;line-height: 32px;}
#obtn .ctext.footer .fot1 .fot1h5 {line-height: 24px;}
#obtn .ctext.footer .fot1 .fot1_1 {margin-top: 15px;left: 50%;margin-left:-60px;}
#obtn .ctext.footer .fot3{width:100%;position: relative;margin-top:20px;}	
#obtn .ctext.footer .fot3 .fott {width:180px;position: relative;left: 50%; margin-left: -90px;}
#obtn .ctext.footer .fot3 .fott .fotr h5{margin-top:110px;text-align: center;}
#obtn .ctext.footer .fot3 .fott .fotr::before {height: 70px;}
#obtn .ctext.footer .fot3 .fott .fotr ._pimg {top: 90%;}
#obtn .ctext.footer .fot3 .fotf {  position: absolute;top: 120px; left: 50%;margin-left: -100px;width: 200px;}

#obtn .text1{margin-bottom:50px;height:auto;background-size:cover;}
#obtn .text1 .pz_dl{width:100%;text-align:center;padding:10px 0;position: relative;}
#obtn .text1 .pz_dr	{width:240px;position: relative;top:-20px;right:50%;margin-right:-120px;}	
#obtn .text1 .pz_dr .pz_dh3{font-size:14px;line-height:40px;}
#obtn .text1 .pz_dr .pz_dh3::after{width:10px;height:10px;}
}
			