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;}
*{ 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: 'AlibabaPuHuiTi';
 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: 'AlibabaSanb';
 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%);
            }
			
.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: 1430px) {
  .maxwidth {
    width: 1430px;
  }
}
/*top*/
#obtn .ctext.pz_top{float:left;width:100%;height:215px;position: absolute;z-index: 8;}
/* #obtn .ctext.pz_bg{background:rgba(0,0,0,0.3);} */
#obtn .ctext.pz_top .pz_t{float:left;width:100%;position: relative;}
#obtn .ctext.pz_top .logo{float:left;width:12.71%;margin:28px 0;}
#obtn .ctext.pz_top .logo ._pimg{width:100%;}
#obtn .ctext.pz_top .logo ._pimg ._div{display:block;}


#obtn .pz_top .so_box{ float: right; position: relative; z-index: 99; margin: 88px 0;}
#obtn .pz_top .Search_but{ float: left; width: 36px; height: 36px; border-radius: 50%; border: none; background: url(/Theme/cn/images/so.png) no-repeat center; background-color: #fff; background-size: 16px 16px;}
#obtn .pz_top .so_but{ display: none; float: left; width: 282px; position: absolute; right: 0; top: 90px; z-index: 99;}
#obtn .pz_top .so{ float: left; width: 100%; background: #fff; position: relative; border: 1px solid #0594de;}
#obtn .pz_top .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;letter-spacing: 1px;}
#obtn .pz_top .so .sear_sub{ float: right; width: 50px; height: 100%; border: none; background: url(/Theme/cn/images/sou.png) no-repeat center #0594de ;  position: absolute; right: 0; top: 0;}

#obtn .ctext.pz_top .menu{float:right;margin-right:15px;padding:85px 0;}
#obtn .ctext.pz_top .menu ul{float:left;}
#obtn .ctext.pz_top .menu .nli{float:left;padding:10px 35px 10px 34px;letter-spacing: 1px;position: relative;text-transform: uppercase;}
#obtn .ctext.pz_top .menu .nli>span>a{font-size:16px;line-height:16px;color:#fff;}
#obtn .ctext.pz_top .menu .nli:hover>span>a{color:#ee9d00;border-bottom:3px solid #ee9d00;padding-bottom:7px;font-weight:bold;}
#obtn .ctext.pz_top .menu .nli .on{color:#ee9d00;border-bottom:3px solid #ee9d00;padding-bottom:7px;font-weight:bold;}
#obtn .ctext.pz_top .menu .sub{display:none;width:140px;cursor: pointer;position: absolute;text-align:center;top:40px;left:50%;padding:10px 0 ;margin-left:-70px;color:#fff;background:rgba(193,135,17,0.8);overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
-webkit-animation:fadeInUp1 0.5s 0s ease both;
-moz-animation:fadeInUp1 0.5s 0s ease both;
}
#obtn .ctext.pz_top .menu .sub .sli{ width:100%; float: left; position: relative;padding:10px 0 ;}
#obtn .ctext.pz_top .menu .sub .sli>a{color:#fff;display:block;font-size:14px;line-height:14px;padding:5px 0;overflow:hidden;}
#obtn .ctext.pz_top .menu .sub .sli:hover a{text-decoration:underline;}
#obtn .ctext.pz_top .menu .nli:hover .sub{display:block;
    -webkit-animation:fadeInUp1 0.5s 0s ease both;
    -moz-animation:fadeInUp1 0.5s 0s ease both}
@-webkit-keyframes fadeInUp1{
    0%{opacity:0;
    -webkit-transform:translateY(30px)}
    100%{opacity:1;
    -webkit-transform:translateY(0)}
    }
    @-moz-keyframes fadeInUp1{
    0%{opacity:0;
    -moz-transform:translateY(30px)}
    100%{opacity:1;
    -moz-transform:translateY(0)}
    }

#obtn .ctext.pz_top .menuph{ display: none;}
#obtn .xialaph{ display: none;}

@media screen and (max-width:1429px){
#obtn .ctext.pz_top .logo{margin:35px 0;}	
#obtn .ctext.pz_top .menu{padding:55px 0;}
#obtn .ctext.pz_top .menu .nli{padding:10px 20px;}	
#obtn .pz_top .so_box{margin:58px 0;}
}
@media screen and (max-width:991px){
#obtn .ctext.pz_top{height:60px;background:#ee9d00;position: relative;z-index: 10;}
#obtn .ctext.pz_top .logo{top:0px;width:100px;margin:5px 0;position: relative;z-index:10;float:left;}	
#obtn .ctext.pz_top .menu{display:none;}
#obtn .ctext.pz_top .so_box{display:none;}	
#obtn .ctext.pz_top .menuph{ display: block;}
#obtn .xialaph{ display: block;}

/*手机按钮*/
#obtn .ctext.pz_top .menuph{ float: right; width: 28px; height: 22px; cursor: pointer; text-align: center; margin: 19px 0;}
#obtn .ctext.pz_top .menuph .point { display: inline-block;  width: 28px;  height: 22px; position: relative;z-index:10;}
#obtn .ctext.pz_top .menuph .point:hover .navbtn,
#obtn .ctext.pz_top .menuph .point:hover .navbtn::after,
#obtn .ctext.pz_top .menuph .point:hover .navbtn::before { width: 28px;}
#obtn .ctext.pz_top .menuph .navbtn { position: absolute; top: 10px; right: 0; display: inline-block; width: 21px; height: 2px; background: #14a6e5;
-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 .ctext.pz_top .menuph .navbtn::after,
#obtn .ctext.pz_top .menuph .navbtn::before { position: absolute; right: 0; display: inline-block; width: 28px; height: 2px; content: ''; background: #14a6e5;
-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 .ctext.pz_top .menuph .navbtn::after { top: -11px;}
#obtn .ctext.pz_top .menuph .navbtn::before { top: 10px;}
#obtn .ctext.pz_top .menuph .point.active .navbtn{ background: transparent;}
#obtn .ctext.pz_top .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 .ctext.pz_top .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:14px; float: left; width: 100%; height: 100%; overflow: scroll; padding: 46px 0 100px 0; display: none; z-index:9; 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: #14a6e5;}
#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 #14a6e5;}
#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(/Theme/cn/images/sou.png) no-repeat center;background-color: #14a6e5; position: absolute;right: 0;top: 0;}
}

	



 /*底部*/
#obtn .ctext.footer{float:left;width:100%;background:#1c1b1c;padding:78px 0;}
#obtn .ctext.footer .fot1{float:left;width:32.14%;color:#fff;}
#obtn .ctext.footer .fot1 .span{float:left;font-size:18px;line-height:20px;display: inline-block;width:100%;}
#obtn .ctext.footer .fot1 .span::before{content: '';float:left;width:18px;height:18px;background:url(/Theme/cn/images/fw.png) no-repeat center center;background-size: 18px 18px;margin-right:5px;}
#obtn .ctext.footer .fot1 .fot1h2{font-size:32px;line-height:70px;font-weight: bold;font-family: 微软雅黑;}
#obtn .ctext.footer .fot1 .fot1h5{font-size:16px;line-height:36px;}
#obtn .ctext.footer .fot1 .fot1_1{width:100%;position: relative;margin-top:15px;}
#obtn .ctext.footer .fot1 .fot1_1 .ico{position:relative;float:left;width:34px;height:34px;border:1px solid #fff;margin-right:10px;background-size:36px 36px;
-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;}
#obtn .ctext.footer .fot1 .fot1_1 .ico .a2{width:32px;height:32px;margin:0;padding:0 5px 0 0;background:url(/Theme/cn/images/fx.png) no-repeat center center;background-size:32px 32px;}
#obtn .ctext.footer .fot1 .fot1_1 .ico:hover{background:#0594DE;border:1px solid #0594DE;}
#obtn .ctext.footer .fot1 .fot1_1 .ico .fer{width:60px;height:60px;border:2px solid #e5e5e5;background: #fff;position: absolute;top:130%;left:50%;margin-left:-30px;/* display:none; */opacity: 0;z-index:10;}
#obtn .ctext.footer .fot1 .fot1_1 .ico:first-child:hover .fer{/* display: block; */opacity: 1;transition: 1s;}

#obtn .ctext.footer .fot2 {float:left;width:55.28%;}
#obtn .ctext.footer .fot2 .ful{float:left;width:100%;}
#obtn .ctext.footer .fot2 .ful .fli{float:left;padding:0 46px 0 30px;}
#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:10px;}
#obtn .ctext.footer .fot2 .ful .fli .flul li{text-align:center;}
#obtn .ctext.footer .fot2 .ful .fli .flul3 li{text-align:left;text-transform: uppercase;}
#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.fli2{width:260px;padding:0 40px 0 30px ;position: relative;}
#obtn .ctext.footer .fot2 .ful .fli.fli2 ul{width:50%;}
#obtn .ctext.footer .fot2 .ful .fli.fli2 .flul1{text-align:left;}
#obtn .ctext.footer .fot2 .ful .fli.fli2 .flul1 li{text-align:left;padding-left:5px;}
#obtn .ctext.footer .fot2 .ful .fli.fli2 .flul2{float:right;position: absolute;top:38px;left:50%;}
#obtn .ctext.footer .fot2 .ful .fli.fli2 .flul2 li{text-align: left;padding-left:20px;}
#obtn .ctext.footer .fot3{float:right;width:12.42%;}
#obtn .ctext.footer .fot3 .fott{float:left;width:100%;margin-left:10px;}
#obtn .ctext.footer .fot3 .fott .fotl{float:left;width:68.96%;padding:5px;background:#fff;}
#obtn .ctext.footer .fot3 .fott .fotr{float:right;width:31%;text-align: center;position: relative;height:120px;}
#obtn .ctext.footer .fot3 .fott .fotr ._pimg{position: absolute;width:20px;height:20px;top:65%;left:50%;margin-left:-10px;}
#obtn .ctext.footer .fot3 .fott .fotr h5{margin-top:104px;text-align: center;color:#fff;opacity: 0.8;font-size:14px;line-height: 14px;}
#obtn .ctext.footer .fot3 .fott .fotr::before{content: '';float:left;position: relative;left:50%;width:1px;height:70px;background:rgba(255,255,255,0.2);}

#obtn .ctext.footer .fot3 .fotf{float:left;width:100%;height:30px;margin-top:20px;margin-left:10px;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(/Theme/cn/images/foot.png) no-repeat center center;background-size:12px 12px;background-position-x:34px ;}



#obtn .text1{float:left;width:100%;height:75px;background:#000;}
#obtn .text1 .pz_dl{float:left;width:85%;padding:22px 0;color:#fff;opacity: 0.6;font-size:14px;line-height:32px;}
#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:#14a6e5;}

#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:#14a6e5;}
#obtn .text1 .pz_dr .pz_dh3:hover::after{content: '';transform:rotate(135deg); -webkit-transform:rotate(135deg);}


#obtn .ctext2{ float:left; width:43px; position:fixed; z-index:999; right:24px; top:50%; margin-top:-128px;}
#obtn .ctext2 ul{ float:left; width:100%;}
#obtn .ctext2 ul li{ float:left; width:100%; margin:7.5px 0; position:relative;}
 #obtn .ctext2 ul li a{ float:left; width:100%; height:43px; position:relative; z-index:6; background:#0594de; border-radius:50%;}
 #obtn .ctext2 ul li:after{content: '';height:15px;border-right:1px dashed #00a96a ;position: absolute;left:50%;top:100%;margin-left:-1px;}
 #obtn .ctext2 ul li:last-child:after{content: '';border:none;}
 #obtn .ctext2 ul li a:hover{background:#ee9d00;}
 #obtn .ctext2 .pf_tel{ float:left; position:absolute; z-index:4; top:0; right:-300px; background:#3aa9e1; line-height:38px; color:#fff; font-size:15px; padding:0 15px;white-space:nowrap; border-radius:2px;
 -webkit-transition: all 0.5s ease-out 0s; 
 -moz-transition: all 0.5s ease-out 0s; 
 -o-transition: all 0.5s ease-out 0s; 
 transition: all 0.5s ease-out 0s;}
 #obtn .ctext2 .pf_tel:after{ float:left; width:0; height:0; content:''; position:absolute; left:100%; top:50%; border-top:5px solid transparent; border-bottom:5px solid transparent;border-left: 7px solid #3aa9e1; margin-top:-5px; }
 #obtn .ctext2 .pf_er{ float:left; position:absolute; z-index:4; top:50%;border:1px solid #e5e5e5; margin-top:-46px; right:-300px; width:92px; background:#fff; line-height:0; padding:4px;white-space:nowrap; border-radius:2px;
 -webkit-transition: all 0.5s ease-out 0s; 
 -moz-transition: all 0.5s ease-out 0s; 
 -o-transition: all 0.5s ease-out 0s; 
 transition: all 0.5s ease-out 0s;}
 #obtn .ctext2 .pf_er:after{ float:left; width:8px; height:8px;background:#fff;border:1px solid #e5e5e5;border-top:none;border-left: none; content:''; position:absolute; left:97.5%; top:50%;  margin-top:-5px; transform: rotateZ(-45deg);}

 #obtn .ctext2 ul li:hover .pf_tel{ right:54px;}
 #obtn .ctext2 ul li:hover .pf_er{ right:54px;}


#obtn .ctext3{width:100%; float:left; position:fixed; left:0; bottom:0; height:50px; background: #0594de; 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(/Theme/cn/images/btn1.png) no-repeat center; background-size:20px 20px;}
#obtn .ctext3 li.l2 .ico7{ background:url(/Theme/cn/images/btn2.png) no-repeat center; background-size:20px 20px;}
#obtn .ctext3 li.l3 .ico7{ background:url(/Theme/cn/images/btn3.png) no-repeat center; background-size:20px 20px;}

@media screen and (max-width:1429px){
	
	
#obtn .ctext.footer .fot1 .fot1h2{font-size:28px;line-height:70px;font-weight: bold;font-family: 微软雅黑;}
#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 {width: 52.28%;}
#obtn .ctext.footer .fot2 .ful .fli {padding: 0 10px 0 10px;}	
#obtn .ctext.footer .fot2 .ful .fli.fli2 {width: 180px;padding: 0px 10px 0 10px;}
#obtn .ctext.footer .fot2 .ful .fli .flul li a { font-size: 14px;line-height: 38px;}
#obtn .ctext.footer .fot3{width:15%;}
#obtn .ctext.footer .fot3 .fott .fotr h5{margin-top:80px;}
#obtn .ctext.footer .fot3 .fott .fotr::before {height: 50px;}
#obtn .ctext.footer .fot3 .fott .fotr ._pimg {top: 45%;}

#obtn .ctext.footer .fot3 .fotf h5{background-position-x:15px ;}
}

@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: 65%;}
#obtn .ctext.footer .fot3 .fott {width: 50%;}
#obtn .ctext.footer .fot3 .fotf{width:50%;}
#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 { padding: 20px 0 60px 0;}
	
#obtn .ctext.footer .fot1 {width:100%;display:inline-block;text-align: center;}
#obtn .ctext.footer .fot1 .span{font-size:16px;line-height:20px;}
#obtn .ctext.footer .fot1 .span::before{position:absolute;left:50%;margin-left:-60px;}
#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;}
#obtn .ctext.footer .fot3 .fott .fotr::before {height: 70px;}
#obtn .ctext.footer .fot3 .fott .fotr ._pimg {top: 65%;}
#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:22px 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;}
#obtn .text1 .pz_dr .pz_dh3::after{width:10px;height:10px;}
#obtn .ctext2{display:none;}
}
			