﻿html{ overflow-x:auto; overflow-y:auto;}
*{ padding:0; margin:0;}
ul, ol,li{ list-style-type:none;}
body{ margin:0;font-size:12px; font-family:"microsoft yahei"; color:#484848; background: #f3f4f5;
-webkit-user-select:none; 
-moz-user-select:none; 
-ms-user-select:none; 
user-select:none;}
img{border:0; max-width:100%;}
a{ text-decoration:none; color:#333;
-webkit-transition: all 0.2s ease-out 0s; 
   -moz-transition: all 0.2s ease-out 0s; 
     -o-transition: all 0.2s ease-out 0s; 
        transition: all 0.2s ease-out 0s;}
a:hover{ color:#e45b2b;}
h1,h2,h3,h4,h5,h6{margin:0; font-weight:normal; font-family:'Microsoft yahei' ,Arial,'pingFang';}
h1{font-size: 32px;}
h2{font-size: 24px;}
h3{font-size: 22px;}
h4{font-size: 18px;}
h5{font-size: 14px;}


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;
    }

    img {
        max-width: 100% !important;
    }

    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,'pingFang';color:#666666;}
code, kbd, pre, samp { font-family:'Microsoft yahei' ,Arial,'pingFang';}
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; max-width:100%;}
table { border-collapse: collapse; border-spacing: 0; }
h1,h2,h3,h4,h5,h6{ margin:0; font-weight:normal; font-family:'Microsoft yahei' ,Arial,'pingFang';}
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,'pingFang';}
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:'pingFang';}
a{color:#666666;}
/*字母大写*/
.D1{text-transform:uppercase;}
/*字母小写*/
.D2{text-transform:lowercase;}
/*字母首字母大写*/
.D3{text-transform:capitalize;}
.container1{margin: 0 auto;}
.container{margin-right: auto; margin-left: auto;}
@media (min-width: 768px) {
    .container{ width: 768px; }
}
@media (min-width: 992px) {
    .container{ width: 992px; }
}
@media (min-width: 1200px) {
    .container{width:1200px;}
    .container1{width: 1720px;}
}

/* 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: 'pingFang';
    font-weight: normal;
    font-style: normal;
}
/* 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;
    background:url(../images/ban1.png) no-repeat;
    z-index:100;
}
.slick-next{
    left:auto;
    right:40px;
    background:url(../images/ban2.png) no-repeat;
}
@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;}
}


/*pc*/
@media (min-width: 1230px) {
  .container {
    width: 1230px;
  }
}
#obtn{float: left; width: 100%;}
#obtn .head{ float:left; width:100%; background:#131112; padding: 0 50px; min-width: 1230px;}
#obtn .logo{ float:left; margin:15px 0; width:175px; height:34px; line-height:0;transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;}

/*menu*/
#obtn .menu{float: left; margin-left:63px;}
#obtn .menu .nli{ float:left; padding:0; margin:0; position:relative;}
#obtn .menu .nli span a{ float:left; position:relative; width: 112px; color:#e0e0e0; font-size:18px; line-height:64px; text-align: center;
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
#obtn .menu .nli.active span a,
#obtn .menu .nli:hover span a{background: #e07e11; color:#ffffff; font-weight: 600;}

#obtn .topSearch{float: right; margin: 15px 0;}
#obtn .topSearch button{float: left; width: 34px; height: 34px; background:none; border:0;}
#obtn .topSearch button img{vertical-align: middle; margin-top: -1px;}
#obtn .topSearch input{float: left; width:40px; background:none; border:0; height: 34px; font-size: 18px; line-height: 34px;color: #ffffff;
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
#obtn .topSearch:hover input,
#obtn .topSearch:active input{ width:180px; border-bottom: 1px solid #fff; border-bottom: 1px solid rgba(255,255,255,0.5);}

#obtn .topSearch input::-webkit-input-placeholder {color: #ffffff;}
#obtn .topSearch input::-moz-placeholder {color: #ffffff;}
#obtn .topSearch input:-ms-input-placeholder {color: #ffffff;}

/*banner*/
#obtn .slide_banner{ float:left; width:100%; position:relative; text-align:center; min-width:1230px;}
#obtn .slide_banner .slick-slide{ width:100%; padding:0; position:relative; line-height:0; min-height:inherit;}
#obtn .slide_banner .slick-slide a.bmbtn{display: block;
position: absolute;
left: 50%;
bottom: 18%;
color: #fff;
font-size: 24px;
text-align: center;
width: 21.5%;
line-height: 40px;
border: 1px solid #fff;

-webkit-transform: translate( -50%, 0%);
    -ms-transform: translate( -50%, 0%);
        transform: translate( -50%, 0%);

}
#obtn .slide_banner img{ width:100%;}
#obtn .slide_banner .slick-dots{ height:11px;bottom:25px;}
#obtn .slide_banner .slick-dots li{ background:#fff; width:11px; height:11px; margin:0 8px; background:#fff; border-radius:50%; text-indent:-9999px; overflow:hidden; vertical-align:top;
    /*opacity:0.4; filter:alpha(opacity=40); */
}
#obtn .slide_banner .slick-dots li.slick-active{background:#e07e11}

/*main*/
#obtn .hService{float: left; width: 100%;}
#obtn .homeTit{float:left; width: 100%; text-align: center; color:#000000; font-size: 32px; line-height: 80px; font-weight: bold;}
#obtn .hService .hSerList{float: left; width: 100%; margin-top: 30px;}
#obtn .hService .hSerList ul{margin: 0 -25px;}
#obtn .hService .hSerList li{float: left; width:33.3%; padding: 0 25px; font-size: 24px;}
#obtn .hService .hSerList li .p1{float: left; width: 100%; background: #fff; line-height: 30px; padding: 30px 10px 30px 10px; text-align: center;color:#000000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.1);
}
#obtn .hService .hSerList li .p1 b:hover{color:#f08300;}
#obtn .hService .hSerList li .p1 i{display: block; font-size: 10px; line-height:20px;}

#obtn .hAboutText{float: left; width: 100%; margin-top: 30px;}
#obtn .hAboutText .hAboutLeft{float: left; width: 490px;}
#obtn .hAboutText .hAboutLeft .tTit{float: left; width: 100%; color:#000000; font-size: 24px; line-height: 25px; font-weight: bold;}
#obtn .hAboutText .hAboutLeft .tTit span{color:#f08300}
#obtn .hAboutText .hAboutLeft .tText{float: left; width: 100%; margin-top: 13px; color:#000; font-size: 16px;line-height: 40px;text-indent:40px;}
#obtn .hAboutText .hAboutLeft .hAboutLi{float: left; width: 100%;}
#obtn .hAboutText .hAboutLeft .hAboutLi dd{float: left; width: 100%; font-weight:bold; margin-top: 15px; background: #fff; color:#000; font-size: 18px; height: 35px; line-height: 35px;}
#obtn .hAboutText .hAboutLeft .hAboutLi dd:hover{ color:#f08300;}
#obtn .hAboutText .hAboutLeft .hAboutLi dd span{ width:50px; height:100%; background:#f08300; padding:5px 10px; color:#fff;}
#obtn .hAboutVideo{float: right; width: 690px; height: 390px; background: #000; position: relative}
/*#obtn .hAboutVideo:after{position: absolute; content: ''; width: 93px; height: 93px; left: 50%; margin-left: -46px; top:50%; margin-top: -46px; background: url('../images/main1.png') no-repeat; cursor: pointer}*/
#obtn .hAboutVideo video{float: left; width: 690px; height: 390px;}

#obtn .hCase{float: left; width: 100%; }
#obtn .hInfo{float: left; width: 100%; text-align: center; color:#494949; font-size: 14px; margin-top: 9px; line-height:20px;}
#obtn .hInMore{float: left; width: 100%; text-align: center; line-height: 36px; font-size: 20px; color:#000; margin-bottom:20px;}
#obtn .hInMore a{color:#ee8100}
#obtn .hInMore a em{font-family: 'SimSun'}
#obtn .hCase .hCaList{float: left; width: 100%; margin-top: 30px;}
#obtn .hCase .hCaList ul{margin: 0 -10px;}
#obtn .hCase .hCaList li{float: left; width: 25%; padding: 10px 10px;}
#obtn .hCase .hCaList li a{float: left; width: 100%; background: #fff; overflow: hidden;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.1);
}
#obtn .hCase .hCaList li .tImg{float: left; width: 100%; font-size: 0; line-height: 0; overflow: hidden;}
#obtn .hCase .hCaList li .tImg img{
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
#obtn .hCase .hCaList li .dText{float: left; width: 100%; padding: 12px 18px 20px 18px;}
#obtn .hCase .hCaList li .dText .tH1{float: left; width: 100%; color:#2d2d2d; font-size: 22px; line-height: 38px; font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
#obtn .hCase .hCaList li .dWord{float: left; width: 100%; color:#777777; font-size: 12px; line-height: 15px; height: 45px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
}
#obtn .hCase .hCaList li .dList{float: left; width: 100%; margin-top: 11px;}
#obtn .hCase .hCaList li .dList dd{float:left; padding:0 4px; height: 26px; line-height: 26px; background: #f1f1f1; color:#3f3f3f; font-size: 12px; margin-right:7px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
#obtn .hCase .hCaList li a:hover .tImg img{
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
#obtn .hCase .hCaList li a:hover .dText .tH1{color:#ee8100}

#obtn .hActivity{float: left; width: 100%; margin-top: 60px;}
#obtn .hActivity .hActList{float: left; width: 100%; margin-top: 22px;}
#obtn .hActivity .hActList ul{margin: 0 -9px;}
#obtn .hActivity .hActList li{float: left; width: 33.333%; padding: 0 9px;}
#obtn .hActivity .hActList li a{float: left; width: 100%;background: #fff; overflow: hidden;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.1);}
#obtn .hActivity .hActList li .tImg{float: left; width: 100%; font-size: 0; line-height: 0; overflow: hidden;}
#obtn .hActivity .hActList li .tImg img{
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
#obtn .hActivity .hActList li .dText{float: left; width: 100%; padding: 12px 15px 20px 15px;}
#obtn .hActivity .hActList li .dText .tH1{float: left; width: 100%; color:#2d2d2d; font-size: 22px; line-height: 38px; font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
#obtn .hActivity .hActList li .dWord{float: left; width: 100%; color:#777777; font-size: 12px; line-height: 15px; height: 45px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
}
#obtn .hActivity .hActList li a:hover .tImg img{
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
#obtn .hActivity .hActList li a:hover .dText .tH1{color:#ee8100}


#obtn .hCase.hFilm .dTime{float: left; width: 100%; margin-top: 9px; color:#777777; font-size: 12px; line-height: 20px;}

#obtn .hCase.hFilm .tImg{position: relative}
#obtn .hCase.hFilm .tImg:after{position: absolute; content: ''; width: 53px; height: 53px; left: 50%; margin-left: -26px; top:50%; margin-top: -26px; background: url('../images/main1.png') no-repeat; background-size:100%;}

#obtn .hGreatXia{float: left; width: 100%; margin-top: 70px;}
#obtn .hGreatXImg{float: left; width: 100%; margin-top: 17px; font-size: 0; line-height: 0;}

#obtn .hNewsBox{float: left; width: 100%; margin: 53px 0 50px 0;}
#obtn .hNewsList{float: left; width: 100%; margin-top:15px;}
#obtn .hNewsList .hNewsLeft{float: left; width: 680px;}
#obtn .hNewsList .hNewsLeft a{float: left; width: 100%}
#obtn .hNewsList .hNewsLeft .tImg{float: left; width: 100%; font-size: 0; line-height: 0; overflow: hidden; position: relative}
#obtn .hNewsList .hNewsLeft .tImg .posUp{position: absolute; left: 0; top:0; width: 60px; height: 30px; background: #f08300; color:#fff; font-size: 20px; text-align: center; line-height: 30px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
#obtn .hNewsList .hNewsLeft .tImg img{
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
#obtn .hNewsList .hNewsLeft a:hover .tImg img{
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
#obtn .hNewsList .hNewsLeft .dText{float:left; width: 100%; background: #fff; padding: 0 25px;}
#obtn .hNewsList .hNewsLeft .dText .hNLTit{float: left; width: 210px; margin: 23px 0 21px 0;}
#obtn .hNewsList .hNewsLeft .dText .hNLTit h2{float: left; width: 100%; font-size: 20px;color:#000000; font-weight: 600; line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
#obtn .hNewsList .hNewsLeft .dText .hNLTit span{color:#5b5b5b; font-size: 10px; line-height: 18px;}
#obtn .hNewsList .hNewsLeft .dText .hNRText{float: right; width: 395px;color:#000000; font-size: 12px; line-height: 15px; margin: 29px 5px 30px 0; height: 30px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
#obtn .hNewsList .hNewsLeft a:hover .dText .hNLTit h2{color:#ee8100}

#obtn .hNewsList .hNewsRight{float: right; width:506px; background: #fff; padding:14px 40px;}
#obtn .hNewsList .hNewsRight ul{float: left; width: 100%}
#obtn .hNewsList .hNewsRight li{float: left; width: 100%; margin: 20px 0;}
#obtn .hNewsList .hNewsRight li h4{float: left; width: 100%; padding-right:130px;color:#000000; font-size: 16px; line-height: 25px; font-weight: 600; position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
#obtn .hNewsList .hNewsRight li h4 span{position: absolute; right: 0; top:6px; width: 32px; height: 16px; line-height: 16px; font-size: 12px; text-align: center; background: #f08300; color:#fff;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
#obtn .hNewsList .hNewsRight li .dText{float: left; width: 320px; color:#565656; font-size: 12px; line-height: 22px; overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
#obtn .hNewsList .hNewsRight li .dTime{float: right; color:#5b5b5b; font-size: 12px;line-height: 22px;}
#obtn .hNewsList .hNewsRight li a:hover h4{color:#ee8100}

/*pz_down*/
#obtn .pz_down{float: left; width: 100%; min-width: 1230px; background: #343539;}
#obtn .footer1{float: left; width: 100%; margin: 80px 0 80px 0;}
#obtn .footer1 .footLeft{float: left; width:500px;}
#obtn .footer1 .dLogo{float: left; width: 100%;font-size: 0; line-height: 0;}
#obtn .footer1 .dLogo img{}
#obtn .footer1 .dTel1{float: left; width: 100%; color:#fff!important; margin-top: 25px;font-size:55px; line-height: 60px; font-weight: bold;}
#obtn .footer1 .dAdd{float: left; width: 100%; margin-top: 25px; font-size: 16px; line-height: 35px; color:#e0e0e0;}

#obtn .footer1 .footRight{float: right;}
#obtn .footer1 .footRight .QRCode{float: left; width: 155px; height: 155px; margin: 0 25px;}
#obtn .footer1 .footRight .QRCode .tImg{float: left; width: 100%; font-size: 0; line-height: 0; padding:7px; background: #fff;}
#obtn .footer1 .footRight .QRCode .dText{float: left; width: 100%; text-align: center; line-height: 46px; font-size: 16px;  color:#fff;}
#obtn .footer2{float: left; width: 100%; background: #222222; font-size:14px; line-height: 54px; color:#999999; text-align: center;}

/*1集团简介*/
#obtn .aboutInfo{float: left; width: 100%; margin: 45px 0 70px 0; text-align: center; min-width: 1230px;}
#obtn .aboutInfo .tLogo{float: left; line-height: 0;width: 100%;}
#obtn .aboutInfo .tText{ float: left; width: 100%; color:#000; font-size: 20px; line-height: 33px; margin: 27px 0 25px 0;}
#obtn .aboutInfo .dImg{float: left; width: 100%; line-height: 0; padding-left: 15px;}

#obtn .orangeBg{float: left; width: 100%; background: #ff6900; min-width: 1230px;}
#obtn .aboutQuali{float: left; width: 100%; text-align: center; color:#fff; font-size: 24px; line-height: 48px; margin: 53px 0 67px 0;}
#obtn .aboutQuali .tH1{float: left; width: 100%; font-size: 34px; font-weight: 600;}
#obtn .aboutQuali .dText{float: left; width: 100%; font-weight: 100;}

#obtn .aboutVideoBox{float: left; width: 100%; margin: 40px 0 65px 0;}
#obtn .aboutVideoBox .aVideo{float: left; width: 100%; background: #000; margin-top: 17px;}

#obtn .customerLists{float: left; width: 100%; margin: 43px 0 56px 0;}
#obtn .customerLists .tImg{float: left; width:50%; text-align: center; line-height: 0; margin-top: 20px; padding-right: 10px;}
#obtn .customerLists .tImg:last-child{padding: 0 0 0 10px;}

#obtn .aboutFounderBg{float: left; width: 100%; background: url('../images/about5.jpg') no-repeat center; background-size: cover; min-width: 1230px;}
#obtn .aboutFounderBg .lImg{float: left; width: 550px; line-height: 0;margin: 25px 0 0 55px; }
#obtn .aboutFounderBg .rText{float: right; width: 485px; margin: 70px 0 0 0;}
#obtn .aboutFounderBg .topTit{float: left; width: 100%;font-size: 36px; color:#f08300;line-height: 40px;}
#obtn .aboutFounderBg .topTit em{display: block; font-size: 16px; line-height: 22px;}
#obtn .aboutFounderBg .rText h2{float: left; width: 100%; color:#fff; font-size: 46px; line-height: 55px; margin-top: 27px; font-weight: 600;}
#obtn .aboutFounderBg .rText .aboutFounInfo{float: left; width: 100%; margin-top: 15px; color:#fff; font-size:20px; line-height: 42px; }

#obtn .aboutHistory{float: left; width: 100%; padding:75px 100px 100px 100px; position: relative; min-width: 1230px;
    overflow-x: hidden;
}
#obtn .aboutHistory .aHisTit{position:absolute; left: 100px; top:75px; width: 320px; font-size:50px; line-height: 55px;color:#161616; padding-left:23px; z-index: 2; font-family: Arial;}
#obtn .aboutHistory .aHisTit img{margin-top: 10px;}
#obtn .aboutHistory .aHisTit:after{position: absolute; content: ''; left: 0; top:12px; width: 4px; height: 40px; background: #ff6900;}

#obtn .aboutHistory .aHistoryList{float: left; width: 1720px; position: relative; z-index:1;}
#obtn .aboutHistory .aHistoryList:after{position: absolute; content: ''; width:1920px; height: 95px; left:-100px; top:50%; margin-top: -37px; background: #ff6900; z-index:0;}
#obtn .aHistoryList .bd{float: left; width: 100%; position: relative; z-index: 2;}
#obtn .aHistoryList .bd ul{float: left; width: 100%;}
#obtn .aHistoryList .bd li{width: 236px; float: left; height: 325px; position: relative;}
#obtn .aHistoryList .bd li:first-child{margin-top: 300px;}
#obtn .aHistoryList .bd li .year{position: absolute; right:-130px; top:27px; color:#fff; font-size: 62px; line-height:50px; font-weight: bold; letter-spacing: -5px; font-family: Arial;}
#obtn .aHistoryList .bd li .pic{float: left; width: 100%; line-height: 0;}
#obtn .aHistoryList .bd li .aHisText{float: left; width: 100%; padding-left:14px; margin-top: 10px;}
#obtn .aHistoryList .bd li .aHisText h3{display: block; color:#ff6900; font-size: 31px; line-height:32px; font-weight:600;}
#obtn .aHistoryList .bd li .aHisText .p2{display: block; color:#161616; font-size: 24px; line-height: 26px;}
#obtn .aHistoryList .bd li .aHisText .p3{display: block; color:#848484; font-size: 12px; line-height: 14px; position: relative; margin-top: 3px;}
#obtn .aHistoryList .bd li .aHisText .p3:after{position: absolute; content: ''; left: 0; bottom: -5px; width: 34px; height: 3px; background: #ff6900;}
#obtn .aHistoryList .bd li .topBox{float: left; width: 100%; position: relative;}
#obtn .aHistoryList .bd li .table{height: 325px; display: table;}
#obtn .aHistoryList .bd li .table .cell{display: table-cell; vertical-align: bottom;}
#obtn .aHistoryList .bd li .topBox .year{bottom: 0; top:auto; right:-20px;}
#obtn .aHistoryList .bd li.two{margin-left: 60px;}
#obtn .aHistoryList .bd li.two .topBox .pic{margin-top: 20px;}
#obtn .aHistoryList .bd li .downBox{float: left; width: 100%; margin-left: 100px; position: relative;}
#obtn .aHistoryList .bd li .downBox .year{top:0;}
#obtn .aHistoryList .bd li.three{margin-left: 235px;}
#obtn .aHistoryList .bd li.three .aHisText{padding-left: 0;}
#obtn .aHistoryList .bd li.three .topBox .aHisText{padding-bottom:90px;}
#obtn .aHistoryList .bd li.three .downBox{margin-left: 0; margin-top: 18px;}
#obtn .aHistoryList .bd li.three .topBox .imgLe{position: absolute; line-height: 0; bottom:20px; left:-190px;}
#obtn .aHistoryList .bd li.four .topBox .pic{margin: 20px 0 0 20px; padding-bottom: 20px;}
#obtn .aHistoryList .bd li.four .downBox{padding-top: 80px;}
#obtn .aHistoryList .bd li.four .downBox .year{right:70px;}
#obtn .aHistoryList .bd li.five{ width: 415px; margin-left: 20px;}
#obtn .aHistoryList .bd li.five .aHisText{padding-left: 0; padding-bottom: 80px;}
#obtn .aHistoryList .bd li.five .topBox .year{right: 170px;}

.aHistoryList .hd{position:absolute; right: 60px; top:320px; z-index: 4;}
.aHistoryList .hd ul{ float:right; zoom:1; margin-top:10px; zoom:1; }
.aHistoryList .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin:9px; text-indent:-999px; cursor:pointer; border:1px solid #fff;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.aHistoryList .hd ul li.on{background: #fff;}

    /*新闻动态*/
#obtn .pageNewsBox{float: left; width: 100%; margin: 70px 0 45px 0;}
#obtn .PTVideo{float: left; width: 100%; margin-bottom: 20px;  background: #fff;}
#obtn .PTVideo .lVideo{float: left; width: 840px}
#obtn .PTVideo .lVideo video{height:auto;}
#obtn .PTVideo .lVideo img{width:100%; height:338px;}
#obtn .PTVideo .PNRText{float: left; width: 360px; padding:30px 25px;}
#obtn .PTVideo .PNRText a{float: left; width: 100%;color:#000000;}
#obtn .PTVideo .PNRText .tH1{float: left; width: 100%; font-size: 22px; line-height: 30px; font-weight: bold;
    /*overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;*/
}
#obtn .PTVideo .PNRText .tTime{float: left; width: 100%; color:#5b5b5b; font-size: 12px; line-height: 22px;}
#obtn .PTVideo .PNRText .dText{float: left; width: 100%; color:#000; font-size: 12px; line-height: 20px; margin-top: 22px; height: 160px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:8;
    overflow: hidden;
}
#obtn .PTVideo .PNRText .dMore{float: left; width: 100%; color:#ee8100; font-size: 16px; line-height: 30px; margin-top: 14px;}
#obtn .PTVideo .PNRText .dMore i{font-family:'SimSun';}
#obtn .PTVideo .PNRText a:hover{color:#ee8100;}

#obtn .PNewsList{float: left; width: 100%; margin-top: 30px; background: #fff; padding: 0 35px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.1);
}
#obtn .PNewsList .PNTTit{float: left; width: 100%; margin-top: 8px; font-size: 24px; color:#000; line-height: 50px; border-bottom: 1px solid #e3e3e3;font-weight:600;}
#obtn .PNewsList ul{float: left; width: 100%; margin-top: 8px;}
#obtn .PNewsList ul li{float: left; width: 100%; margin-top:20px;}
#obtn .PNewsList ul li a{color:#000000; position: relative; float: left; width: 100%;}
#obtn .PNewsList ul li a:hover{color:#f08300}
#obtn .PNewsList li .lTH1{float: left; max-width:100%; font-size: 22px; line-height: 30px; padding:0 52px 0 35px; position: relative; font-weight:600;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#obtn .PNewsList li i{position: absolute; width: 20px; height: 20px; background: #dddddd;font-size: 16px; text-align: center; line-height: 20px; color:#fff; left: 0; top:50%; margin-top: -9px; font-weight: normal}
#obtn .PNewsList li .lTH1 .posR{position: absolute; right:0; width: 52px; top:50%; margin-top: -7px; height: 16px; font-size: 12px; color:#fff; line-height: 16px; text-align: center;font-weight: normal;}
#obtn .PNewsList li .lTH1 .posR em{float: left; width: 32px; height: 16px; background: #f08300; margin-right: 2px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
#obtn .PNewsList li .lTH1 .posR span{float: left; width: 16px; height: 16px; background: #ff4200;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
#obtn .PNewsList li .cText{float: left; width:80%; color:#565656; font-size: 14px; line-height:23px; padding-left: 35px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#obtn .PNewsList li .rTime{float: right; color:#5b5b5b; font-size: 14px; line-height: 23px;}
#obtn .PNewsList .dNMore{float: left; width: 100%; margin: 20px 0 16px 0; display: block; text-align: center;}
#obtn .PNewsList .dNMore a{display:inline-block; width: 144px; height: 33px; text-align: center; line-height: 32px; background: #bababa; font-size: 16px; color:#fff;
    border-radius: 33px;
    -moz-border-radius: 33px;
    -webkit-border-radius: 33px;
}
#obtn .PNewsList .dNMore a:hover{background:#ff4200;}

/*3新闻详情*/
#obtn .PNbg{float: left; width: 100%; border-bottom: 1px solid #cecece;}
#obtn .pageNCurrent{float: left; width: 100%; color:#000; font-size: 16px; line-height: 60px;}
#obtn .pageNCurrent .left{float: left;}
#obtn .pageNCurrent a{float: right; color:#000;}
#obtn .pageNCurrent a:hover{color:#ff4200;}
#obtn .pageNCurrent a img{vertical-align: middle; margin-top: -2px;}
#obtn .pageNewsInfo{float: left; width: 100%; margin-top: 40px; background: #fff; padding:17px 40px 19px 40px;}
#obtn .pageNewsInfo .newsTit{float: left; width: 100%; color:#000; font-size:34px; line-height: 44px;}
#obtn .pageNewsInfo .newsDel_1{float: left; width: 100%; color:#000; font-size: 20px; line-height: 46px; margin-top: 25px;}
#obtn .pageNewsInfo .newsDel_1 .lTime{float: left;}
#obtn .pageNewsInfo .newsDel_1 .lTime span{color:#808080}

#obtn .pageNewsInfo .newsDel_1 .btns{float: right; }
#obtn .pageNewsInfo .newsDel_1 .share{float: left; padding: 5px 20px; border:1px solid #c2c2c2; cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#obtn .pageNewsInfo .newsDel_1 .share:hover{
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.1);
}
#obtn .pageNewsInfo .bdshare-button-style0-24 a,
#obtn .pageNewsInfo .bdshare-button-style0-24 .bds_more{margin: 6px 0!important;
    color: #333333 !important; font-size: 22px;background:url("../images/new3.png") no-repeat; padding-left: 28px!important;}
#obtn .pageNewsInfo .newsVideo{float: left; width: 100%; margin: 85px 0 0 0; display: block; text-align: center}
#obtn .pageNewsInfo .newsVideo video{display: inline-block;}
#obtn .pageNewsInfo .newsTextBox{float:left; width:100%; line-height: 34px;  color: #333;  font-size: 16px; margin-top:45px;}
#obtn .pageNewsReturn{float: left; width: 100%; margin: 59px 0 47px 0; display: block; text-align: center;}
#obtn .pageNewsReturn a{display: inline-block; width: 114px; height: 33px; text-align: center; line-height: 32px; color:#fff; background: #bababa; font-size: 20px;
    border-radius: 33px;
    -moz-border-radius: 33px;
    -webkit-border-radius: 33px;
}
#obtn .pageNewsReturn a:hover{background:#e07e11}

/*inBanner*/
#obtn .inBanner{ float:left; width:100%; line-height:0; min-width:1230px; position: relative; }
#obtn .inBanner .presentTit{position: absolute; width: 100%; left: 0; top:50%; margin-top: -70px;color:#fff; text-align: center;}
#obtn .inBanner .presentTit b{display: block; line-height: 95px; font-size: 78px;}
#obtn .inBanner .presentTit i{display: block; font-size: 28px; line-height: 46px; font-weight: 600;}

/*4路演全案*/
#obtn .pRoadshowInfo{float: left; width: 100%; text-align: center; margin: 68px 0 90px 0;}
#obtn .pRoadshowInfo .tText{float: left; width: 100%; color:#000000; font-size: 20px; line-height: 23px;}
#obtn .pRoadshowInfo .dlBox{float: left; width: 100%; margin-top: 30px;}
#obtn .pRoadshowInfo .dlBox dl{margin:0 -8px;}
#obtn .pRoadshowInfo .dlBox dd{float: left; width:14.285%; padding: 0 8px;}
#obtn .pRoadshowInfo .dlBox dd .p1{float: left; width: 100%; background: #fff; font-size:21px; line-height:25px; padding: 25px 10px 21px 10px; text-align: center;color:#000000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.1);
}
#obtn .pRoadshowInfo .dlBox dd .p1 i{display: block; font-size:6px; line-height:14px;}
#obtn .pRoadshowInfo .dCusMore{float: left; width: 100%; margin: 55px 0 0 0; display: block; text-align: center;}
#obtn .pRoadshowInfo .dCusMore a{display:inline-block; width: 302px ; height: 32px; border:1px solid #1e1f1f; color:#000000; font-size: 18px; line-height: 30px;}
#obtn .pRoadshowInfo .dCusMore a i{font-family: 'SimSun';}
#obtn .pRoadshowInfo .dCusMore a:hover{color:#e07e11; border-color:#e07e11;}

#obtn .pageBack1{float: left; width: 100%; background: #232323; min-width: 1230px;}
#obtn .pRoadshowBox{float: left; width: 100%; margin: 90px 0 130px 0;}
#obtn .pRoadTit{float: left; width: 100%; text-align: center; color:#fff;}
#obtn .pRoadTit h1{float: left; width: 100%; font-size: 30px; line-height: 38px;}
#obtn .pRoadTit h6{float: left; width: 100%; font-size: 20px; line-height: 30px;}
#obtn .pRoadList{float: left; width: 100%; margin-top: 45px;}
#obtn .pRoadList ul{float: left; width: 100%;}
#obtn .pRoadList li{float: left; position: relative}
#obtn .pRoadList li.mlHundred{margin-left: 100px;}
#obtn .pRoadList li a{float: left;}
#obtn .pRoadList li .lImg{float: left; width: 498px; height: 350px; font-size: 0; line-height: 0; overflow: hidden;
}
#obtn .pRoadList li .lImg img{ min-height:100%;
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
#obtn .pRoadList li a:hover .lImg img{
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
#obtn .pRoadList li .rText{float: left; width: 600px; height: 350px;background: #fff; padding: 0 120px 0 48px;}
#obtn .pRoadList li .rText .tableBox{display: table; width: 100%; height: 350px;}
#obtn .pRoadList li .rText .cell{display: table-cell; vertical-align: middle;}
#obtn .pRoadList li .rText .tH1{float: left; width: 100%; color:#000; font-size: 32px; line-height: 40px; font-weight: 600;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
#obtn .pRoadList li a:hover .rText .tH1{color:#ee8100}
#obtn .pRoadList li .rText .tSlo{float: left; width: 100%; color:#333333; font-size: 26px; line-height: 40px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#obtn .pRoadList li .rText .dText{float: left; width: 100%; margin-top: 5px; color:#232323; font-size: 16px; line-height: 26px; height: 130px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
#obtn .pRoadList li .rText .dMore{float: left; width: 100%; margin-top: 8px; line-height: 30px; font-size: 18px; color:#ee8100;}
#obtn .pRoadList li .rText .dMore i{font-family:'SimSun';}

#obtn .pRoadList li.black .lImg{float: right; width: 600px; height: 396px;}
#obtn .pRoadList li.black.imgH .lImg{height: 350px;}
#obtn .pRoadList li.black .rText{float: left; width:498px; height: 396px; padding: 0 58px 0 0; background: #232323;}
#obtn .pRoadList li.black.imgH .rText{height: 350px;}
#obtn .pRoadList li.black .rText .tableBox{height: 396px;}
#obtn .pRoadList li.black.imgH .rText .tableBox{height: 350px;}
#obtn .pRoadList li.black .rText .tH1{color:#fff;}
#obtn .pRoadList li.black .rText .tSlo{color:#fff;}
#obtn .pRoadList li.black .rText .dText{color:#fff; height: 78px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
#obtn .pRoadList li.img{font-size: 0; line-height: 0;}
#obtn .pRoadList li .posText{position: absolute; right: 110px; width: 440px; top:50%; margin-top: -127px;}
#obtn .pRoadList li .posText .rText{width: 440px; background:none; padding: 0; height: auto;}
#obtn .pRoadList li .posText .rText .tH1{color:#fff;}
#obtn .pRoadList li .posText .rText .tSlo{color:#fff;}
#obtn .pRoadList li .posText .rText .dText{color:#fff;}

#obtn .pRoadList li.mlRight .lImg{float: right;}
#obtn .pRoadList li.mlRight.black .lImg{float: left;}
#obtn .pRoadList li.mlRight.black .rText{padding: 0 0 0 58px;}

/*5路演全案详情*/
#obtn .pageOptionInfo{float: left; width: 100%; margin: 110px 0 75px 0;}
#obtn .pageOptionInfo .potTit{float: left; width: 100%; text-align: center; color:#fff; font-size: 32px; line-height: 50px; font-weight: 600;}
#obtn .pageOptionInfo .potVideo{float: left; width: 100%; margin-top: 50px;}
#obtn .pageOptionInfo .potText{float: left; width: 100%; color:#fff; font-size: 16px; line-height: 26px; text-align: center; margin-top: 55px;padding: 0 150px;}
#obtn .pageOptionInfo .potHI1{float: left; width: 100%; text-align: center; color:#fff; font-size: 30px; font-weight: bold; margin-top: 44px; line-height: 45px;}

#obtn .pageOptionInfo .potList{float: left; width: 100%; margin-top:38px;}
#obtn .pageOptionInfo .potList ul{margin: 0 -25px;}
#obtn .pageOptionInfo .potList li{float: left; width:20%; padding: 0 25px; font-size: 22px;}
#obtn .pageOptionInfo .potList li .p1{float: left; width: 100%; background: #383838; line-height: 30px; padding: 25px 10px 21px 10px; text-align: center;color:#f2f1f3;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.1);
}
#obtn .pageOptionInfo .potList li .p1 i{display: block; font-size: 7px; line-height:11px; color:#afafaf;}

#obtn .pageOptHot{float: left; width: 100%; margin: 58px 0 95px 0;}
#obtn .pageOptHot .potH1{float: left; width: 100%; color:#232323; font-size: 32px; line-height: 60px; font-weight: 600;}
#obtn .pageOptHot .pageOptList{float: left; width: 100%; margin-top: 28px;}
#obtn .pageOptHot .pageOptList ul{margin: 0 -15px;}
#obtn .pageOptHot .pageOptList li{float: left; width: 33.333%; padding: 0 15px;}
#obtn .pageOptHot .pageOptList li a{float: left; width: 100%; background: #fff; overflow: hidden;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,0.1);
}
#obtn .pageOptHot .pageOptList li .tImg{float: left; width: 100%; font-size: 0; line-height: 0; overflow: hidden;}
#obtn .pageOptHot .pageOptList li .tImg img{
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
#obtn .pageOptHot .pageOptList li .dText{float: left; width: 100%; padding: 12px 18px 20px 18px;}
#obtn .pageOptHot .pageOptList li .dText .tH1{float: left; width: 100%; color:#2d2d2d; font-size: 22px; line-height: 38px; font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
#obtn .pageOptHot .pageOptList li .dWord{float: left; width: 100%; color:#232323; font-size: 16px; line-height: 26px; height:52px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
#obtn  .pageOptHot .pageOptList li .dTime{float: left; width: 100%; margin-top:18px; color:#232323; font-size: 14px; line-height: 20px;}
#obtn  .pageOptHot .pageOptList li .dTime span{float:left;}
#obtn  .pageOptHot .pageOptList li .dTime em{float: right; margin-right: 25px;}

#obtn .pageOptHot .pageOptList li a:hover .dText .tH1{color:#e07e11}
#obtn .pageOptHot .pageOptList li a:hover .tImg img{
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

/*6路演活动*/
#obtn .pageActBox{float: left; width: 100%; margin: 85px 0 110px 0;}
#obtn .pageActBox .lText{float: left; width: 485px;}
#obtn .pageActBox .tTit{float: left; width: 100%;}
#obtn .pageActBox .tTit h2{float: left; color:#000000; font-size: 36px; line-height: 40px; font-weight: 600; margin-right: 9px;}
#obtn .pageActBox .tTit a{float: left; width: 110px; height: 35px; margin:4px 0 0 5px; text-align: center; line-height: 35px; color:#fff; font-size: 18px; background: #f08300;
    font-weight: 600;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}
#obtn .pageActBox .tTit a:hover{
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    -o-box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}
#obtn .pageActBox .dWords{float: left; width: 100%; color:#000000; font-size: 16px; line-height: 35px; height: 290px; overflow: hidden; margin-top: 23px;}
#obtn .pageActBox .rVideo{float: right; width: 677px; height:381px; background: #000}
#obtn .pageActList{float: left; width: 100%; margin-top: 30px;}
#obtn .pageActList .slick-prev,
#obtn .pageActList .slick-next{z-index: -1;}
#obtn .pageActList .ul{margin: 0 -7px;}
#obtn .pageActList .li1{float: left; width: 100%; padding: 0 7px;}
#obtn .pageActList .li1 a{float: left; width: 100%; font-size: 0; line-height: 0; overflow: hidden;}
#obtn .pageActList .li1 a img{
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
#obtn .pageActList .li1 a:hover img{
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
#obtn .pageActList .slick-dots{height: 9px; bottom:-37px;}
#obtn .pageActList .slick-dots li{width:9px; height: 9px; border:1px solid #666667; margin: 0 6px;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}
#obtn .pageActList .slick-dots li.slick-active{background: #f08300; border:1px solid #f08300;}


#obtn .whiteBg{background: #fff; min-width: 1230px; line-height: 0;}

/*7路演影片*/
#obtn .pRoadshowInfo.pFilmBox{margin-bottom:30px;}
#obtn .pFilmTit{float: left; width: 100%; text-align: center; color:#000000; font-size: 30px; line-height: 40px; margin-bottom: 14px; font-weight: 600;}
#obtn .pFilmUl{float: left; width: 100%; margin: 34px 0 45px 0;}
#obtn .pFilmUl ul{margin: 0 -10px;}
#obtn .pFilmUl li{float: left; width:20%; padding:0 10px; margin-top: 18px;}
#obtn .pFilmUl li span{float: left; width: 100%;color:#fff; background: #353535; line-height: 45px; height: 46px; font-size: 30px; text-align: center; font-weight: 600; cursor: pointer}
#obtn .pFilmUl li.on span{background: #f08300}
#obtn .pRoadshowInfo.pFilmBox .dCusMore{margin-top: 30px;}

#obtn .pFilmList{float: left; width: 100%; margin-top: 68px;}
#obtn .pFilmList .homeTit{float:left; width: 100%; text-align: center; color:#000000; font-size: 30px; line-height:40px; font-weight: bold;}
#obtn .pFilmList .hInfo{float: left; width: 100%; text-align: center; color:#000000; font-size: 20px; line-height: 30px; margin-top: 3px;}
#obtn .pFilmList .hInMore{float: left; width: 100%; text-align: center; line-height: 36px; font-size: 18px;}
#obtn .pFilmList .hInMore a{color:#ee8100}
#obtn .pFilmList .hInMore a em{font-family: 'SimSun'}

#obtn .pFilmLBin{float: left; width: 100%; margin-top: -5px;}
#obtn .pFilmLBin ul{margin: 0 -25px;}
#obtn .pFilmLBin li{float: left; width: 25%; padding: 0 25px; margin-top: 32px;}
#obtn .pFilmLBin li a{float: left; width: 100%; background: #fff; overflow: hidden; position: relative;
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
}
#obtn .pFilmLBin li a:hover{
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    -o-box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.15);
}
#obtn .pFilmLBin li .tImg{float: left; width: 100%; font-size: 0; line-height: 0; overflow: hidden;}
#obtn .pFilmLBin li .tImg img{
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
#obtn .pFilmLBin li a:hover .tImg img{
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
#obtn .pFilmLBin li .dText{float: left; width: 100%; padding:20px 10px; height: 65px; position:absolute; left:0; bottom:0;  background: rgba(0,0,0,0.5);
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
#obtn .pFilmLBin li .dText h2{float: left; width: 100%; color:#fff; font-size: 18px; line-height: 25px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#obtn .pFilmLBin li .dText .time{float: left; width: 100%; color:#494949; font-size: 12px; line-height: 18px; height: 0; overflow: hidden;
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}

#obtn .pFilmLBin li .pFilmInfo{position: absolute; left: 0; bottom: 0; width: 100%;  background: #000; background: rgba(0,0,0,0.8);padding:44px 22px 0 22px; height:100%; overflow: hidden; opacity: 0;filter:alpha(opacity=0);
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
#obtn .pFilmLBin li .pFilmInfo .tH1{float:left; width: 100%; color:#fff; font-size: 20px; line-height: 28px;font-weight: 600;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#obtn .pFilmLBin li .pFilmInfo .hour{float: left; width: 100%;color:#fff; font-size: 12px; line-height: 25px;}
#obtn .pFilmLBin li .pFilmInfo .tText{float: left; width: 100%; margin-top: 18px;color:#fff; font-size: 12px; line-height: 17px; height: 85px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:5;
    overflow: hidden;
}
#obtn .pFilmLBin li .pFilmInfo .Duration{float: left; width: 100%; color:#fff; font-size: 12px; line-height:20px; margin-top: 18px;}
#obtn .pFilmLBin li .pFilmInfo .lookOver{float: left; width: 100%; color:#ee8100; font-size: 18px; line-height: 30px; margin-top:40px;}
#obtn .pFilmLBin li .pFilmInfo .lookOver i{font-family: 'SimSun';}
#obtn .pFilmLBin li a:hover .pFilmInfo{ opacity:1;filter:alpha(opacity=100);}

#obtn .pFilmList.last{margin-bottom: 150px;}
/*8路演影片详情*/
#obtn .filmVideo{float: left; width: 100%; background: #000;}

#obtn .movieInfo{float: left; width: 100%; padding: 63px 65px;}
#obtn .movieInfo .lImg{float: left; width:296px; font-size: 0; line-height: 0;}
#obtn .movieInfo .rText{float:right; width: 730px; color:#000000; font-size: 16px; line-height: 23px;}
#obtn .movieInfo .rText .tH1{float: left; width: 640px;font-size: 32px; line-height: 48px; font-weight: 600;}
#obtn .movieInfo .rText .ProTit{float: left; width: 640px; margin-top: 12px; font-size: 20px; font-weight: 600; line-height: 35px;}
#obtn .movieInfo .rText .ProTit img{vertical-align: middle; margin-top: -5px;}
#obtn .movieInfo .rText .proInfo{float: left; width: 100%; height: 184px; overflow-y: auto; margin:7px 0 26px 0;}

#obtn .movieInfo .ProShare{float: right; margin-top: 18px; color:#424242; font-size: 18px; line-height: 30px; cursor: pointer; position: relative}
#obtn .movieInfo .ProShare img{vertical-align: middle; margin-top: -4px;}
#obtn .movieInfo .pShareBox{position: absolute; top:30px; right: 0; width: 240px; padding: 18px 15px 11px 15px; background: #232323; display: none;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
#obtn .movieInfo .pShareBox .copyHttp{float: left; width: 100%; background:#686868; overflow: hidden;
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
}
#obtn .movieInfo .pShareBox .copyHttp input{float: left; width: 130px; height: 25px; line-height: 25px; background:none; color:#fff; text-indent: 10px; font-size: 14px;}
#obtn .movieInfo .pShareBox .copyHttp a{float: right; width: 80px; height: 25px; font-size: 18px; line-height: 25px; text-align: center; color:#fff; background: #e07e11}
#obtn .movieInfo .pShareBox .QRBox{float: left; width: 100%; margin-top: 15px; background: #fff; padding: 5px;
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
}
#obtn .movieInfo .pShareBox .LQRc{float: left; width: 80px; height: 80px; font-size: 0; line-height: 0; }
#obtn .movieInfo .pShareBox .LQRc img{margin-top: 0;}
#obtn .movieInfo .pShareBox .rCopy{float: right; width: 115px; color:#232323; font-size: 16px; line-height: 20px; text-align: right; margin-top:20px;}
#obtn .movieInfo .pShareBox .rCopy em{color:#e07e11}

#obtn .movieInfo .VideoIntr{float: left; width: 100%; font-size: 20px; line-height: 40px;}
#obtn .movieInfo .VideoIntr img{vertical-align: middle; margin-top: -3px;}
#obtn .RelatedFilms{float: left; width: 100%; padding: 0 65px; margin: 70px 0 80px 0;}
#obtn .RelatedFilms .tH1Mov{float: left; width: 100%; color:#000; font-size: 32px; line-height: 40px; font-weight: 600; margin-bottom: 5px;}
#obtn .RelatedFilms .pFilmLBin li .pFilmInfo{padding-top: 34px;}

/*9留言1*/
#obtn .messageBox{float: left; width: 100%; background: #fff; margin: 95px 0; overflow: hidden;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}

#obtn .messageBox .lImg{float: left; width: 424px; font-size: 0; line-height: 0;}
#obtn .messageBox .rForm{float: right; padding:160px 80px 0 0; width: 750px;}
#obtn .messageBox .rForm .tInfo{float: left; width: 100%; color:#3f3f3f; font-size: 20px; padding-left: 116px;}
#obtn .messageBox .rForm label{float: left; width: 100%; margin-top:39px;}
#obtn .messageBox .rForm label span{float: left; width: 190px; color:#000000; font-size: 20px; text-align: right; line-height: 50px; margin-right: 8px;}
#obtn .messageBox .rForm label span i{color:#ce0000; vertical-align: middle}
#obtn .messageBox .rForm label input{float: left; width: 470px; height: 50px; border:1px solid #d3d3d3; font-size: 20px; text-indent: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#obtn .messageBox .rForm label .MultipleBox{float: left; width: 470px; margin-top: -2px; min-height: 86px;}
#obtn .messageBox .rForm label .MultipleBox dd{float: left; width: 128px; height: 35px; margin: 8px 10px 0 0; font-size:18px; color:#000000; line-height: 33px; text-align: center;border:1px solid #d3d3d3; cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
#obtn .messageBox .rForm label .MultipleBox dd:hover,
#obtn .messageBox .rForm label .MultipleBox dd.on{background: #f08300; border-color:#f08300; color:#fff;}
#obtn .messageBox .rForm label:last-child{display: block; text-align: center;margin-top: 67px;}
#obtn .messageBox .rForm label button{display: inline-block; width: 145px; height: 42px; border:1px solid #d3d3d3; line-height: 40px; color:#999999; font-size: 20px; margin: 0 10px;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
}
#obtn .messageBox .rForm label button:hover,
#obtn .messageBox .rForm label button.first{background: #f08300; border-color:#f08300; color:#fff;}

/*11合作加盟*/
#obtn .pageLineMap{float: left; width: 100%; text-align: center; margin: 35px 0 50px 0;}
#obtn .pageJoinCase{float: left; width: 100%; margin: 55px 0;}
#obtn .homeTit.pageH1{float:left; width: 100%; text-align: center; color:#000000; font-size: 30px; line-height:40px; font-weight: bold;}
#obtn .hInfo.pageIn{float: left; width: 100%; text-align: center; color:#000000; font-size: 20px; line-height: 30px; margin-top: 3px;}
#obtn .pJoinCus{float: left; width: 100%; margin-top: 40px; line-height: 0; position: relative;}
#obtn .pJoinCus .pJoinCusText{position: absolute; left: 0; bottom: 0; width: 100%; height: 45px; background: #000; background: rgba(0,0,0,0.5); color:#fff; font-size: 20px; line-height: 45px; text-align: center;}

#obtn .pJoinAgency{float: left; width: 100%; margin-top: 85px;}
#obtn .pJoinAgeList{float: left; width: 100%; margin-top: 35px; padding: 0 74px;}
#obtn .pJoinAgeList .li1{float: left; width:100%; padding:0 15px;}
#obtn .pJoinAgeList .pJAgeBox{float: left; width: 100%; position: relative; line-height: 0; overflow: hidden; cursor: pointer;}
#obtn .pJoinAgeList .pJAgeText{position: absolute; left: 0; top:0; width: 100%; height: 100%; color:#fff; background: #000; background: rgba(0,0,0,0.38); text-align: center; padding-top: 53px;}
#obtn .pJoinAgeList .pJAgeText h2{font-size: 30px; line-height: 45px;}
#obtn .pJoinAgeList .pJAgeText h6{font-size: 22px; line-height: 40px; font-weight: 100;}
#obtn .pJoinAgeList .pJAgeBox img{
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
#obtn .pJoinAgeList .pJAgeBox:hover img{
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
#obtn .pJoinAgeList .slick-prev,
#obtn .pJoinAgeList .slick-next{width: 34px; height: 64px; left:0; background: url('../images/join6.png') no-repeat;}
#obtn .pJoinAgeList .slick-next{left: auto; right: 0; background: url('../images/join6_1.png') no-repeat;}

#obtn .coreBusiness{float: left; width:100%; margin: 60px 0 140px 0;}
#obtn .coreBusList{float: left; width: 100%; margin-top: 10px;}
#obtn .coreBusList ul{margin: 0 -5px;}
#obtn .coreBusList li{float: left; width:50%; padding: 0 5px; margin-top: 30px; color:#000000; font-size: 20px; line-height: 35px;}
#obtn .coreBusList li .lIco{float: left; width:74px; height: 74px;}
#obtn .coreBusList li .rText{float: right; width: 500px; margin-top: 15px;}
#obtn .coreBusImg{float: left; width: 100%; text-align: center; line-height: 0; margin-top: 120px;}

#obtn .coopClaim{float: left; width: 100%; line-height: 0;
    /*margin: 75px 0 70px 0;*/

}
#obtn .coopClaimList{float: left; width: 100%; margin-top: 65px;}
#obtn .coopClaimList ul{margin: 0 -46px;}
#obtn .coopClaimList li{float: left; width: 20%; padding: 0 46px; cursor: pointer}
#obtn .coopClaimList li .tIco{float: left; width: 100%; background: #f2f1f3; border:4px solid #e2750e; padding: 14px; line-height: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
#obtn .coopClaimList li:hover .tIco{
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
}
#obtn .coopClaimList li .tIco img{ background: #e2750e;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
#obtn .coopClaimList li .dText{float: left; width: 100%; color:#000000; font-size: 20px; line-height: 23px; margin-top: 23px; height: 92px; text-align: center; font-weight: 600;}

#obtn .ProductSystem{float: left; width: 100%; margin:74px 0 135px 0;}
#obtn .ProSysTop{float: left; width: 100%; text-align:center; margin-top: 60px;}
#obtn .ProductSystem .proSH1{float: left; width: 100%; color:#e2750e; font-size: 41px; line-height: 55px; font-weight: 600;}
#obtn .ProductSystem .proSText{float: left; width: 100%; margin-top: 11px; color:#000000; font-size: 25px; line-height: 37px; font-weight: 100;}
#obtn .ProductSystem .ProSysImg{float: left; width: 100%; line-height: 0; text-align: center; margin-top: 12px;}
#obtn .ProSysRight{float: right; width: 430px; margin-left: 55px; text-align: left; margin-top: -25px;}

/*12路演大侠App*/
#obtn .lyOne{float: left; width: 100%; line-height: 0; position: relative;}

#obtn .lyOne .lyQR{position: absolute; width: 400px; left: 50%; margin-left:140px; bottom: 120px;}
#obtn .lyOne .lyQR .tit{float:left; width: 100%; text-align:left; color:#fff; font-size: 60px; line-height: 60px; font-weight: 100; font-family:'Microsoft yahei';}
#obtn .lyOne .lyQR .icoBox{float: left; width: 100%; margin-top: 110px;}
#obtn .lyOne .lyQR .icoBox .icoQr{float: left;line-height: 0; cursor: pointer; position: relative;}
#obtn .lyOne .lyQR .icoBox .AppPg{float: left; margin-left: 10px; line-height: 0;}
#obtn .lyOne .lyQR .icoBox .AppAnd{float: left; margin-left: 10px; line-height: 0;}
#obtn .lyOne .lyQR .icoBox .icoQr .ewmBox{position:absolute; width: 200px; height: 200px; bottom:65px; left: 50%; margin-left: -100px; background: #fff; padding: 10px; line-height: 0; display: none;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
}
#obtn .lyOne .lyQR .icoBox .icoQr:hover .ewmBox{display: block;}

#obtn .lyVideo{float: left; width: 100%; margin: 69px 0;}
#obtn .lyVideo video{float: left; width: 100%; /*height: 566px;*/}
#obtn .imgBox{float: left; width: 100%; min-width: 1230px; line-height: 0;}




#obtn .movieInfo .pShareBox .copyHttp textarea{float: left; width: 130px; height: 25px; line-height: 25px; background:none; color:#fff; text-indent: 10px; font-size: 14px; overflow: hidden; border:0;}
#obtn .movieInfo .pShareBox .copyHttp input{float: right; width: 80px; height: 25px; font-size: 18px; line-height: 25px; text-align: center; color:#fff; background: #e07e11;}
#obtn .movieInfo .pShareBox .QRBox{float: left; width: 100%; margin-top: 15px; background: #fff; padding: 5px;
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
}
#obtn .movieInfo .pShareBox .LQRc{float: left; width: 80px; height: 80px; font-size: 0; line-height: 0; }
#obtn .movieInfo .pShareBox .LQRc canvas{ width: 80px!important; height: 80px!important;}



/*弹窗*/
#obtn .enrollBox{position: fixed;display: none; z-index: 999; width: 100%; height: 100%; top:0; left: 0; background: #000; background: rgba(0,0,0,0.5);}
#obtn .enrollForm{position: fixed;display: none; z-index:999;width: 770px; background: #fff; top:50%; left: 50%; margin-left: -385px; margin-top:-236px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
#obtn .enrollForm .close{position: absolute; right: 10px; top:10px; cursor: pointer; width: 30px; height: 30px; line-height: 0;}
#obtn .enrollForm .rForm{float:left; width: 100%; padding: 50px 80px 50px 80px;}
#obtn .enrollForm .rForm .tInfo{float: left; width: 100%; text-align: center; color:#3f3f3f; font-size: 20px; margin-top: 20px;}
#obtn .enrollForm .rForm label{float: left; width: 100%; margin-top:25px; padding-left: 110px; position: relative;}
#obtn .enrollForm .rForm label.last{padding-left: 175px;}
#obtn .enrollForm .rForm label span{float: left; position: absolute; left: 0; top:0; color:#000000; font-size:18px; text-align: right; line-height: 40px;}
#obtn .enrollForm .rForm label span i{color:#ce0000; vertical-align: middle}
#obtn .enrollForm .rForm label input{float: left; width:100%; height: 40px; border:1px solid #d3d3d3; font-size: 18px; text-indent: 10px; color:#333;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
#obtn .enrollForm .rForm label .MultipleBox{float: left; width:100%; margin-top: -2px; }
#obtn .enrollForm .rForm label .MultipleBox dd{float: left; /*width: 100px;*/ padding:0 10px; height: 35px; margin: 5px 10px 0 0; font-size:16px; color:#000000; line-height: 33px; text-align: center;border:1px solid #d3d3d3; cursor: pointer;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
#obtn .enrollForm .rForm label .MultipleBox dd:hover,
#obtn .enrollForm .rForm label .MultipleBox dd.on{background: #f08300; border-color:#f08300; color:#fff;}
#obtn .enrollForm .rForm label:last-child{display: block; text-align: center;margin-top: 40px; padding-left: 0;}
#obtn .enrollForm .rForm label button{display: inline-block; width: 145px; height: 42px; border:1px solid #d3d3d3; line-height: 40px; color:#999999; font-size: 18px; margin: 0 10px;
    border-radius: 40px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
}
#obtn .enrollForm .rForm label button:hover,
#obtn .enrollForm .rForm label button.first{background: #f08300; border-color:#f08300; color:#fff;}


#obtn .submittedSucBox{position: fixed; display: none; z-index: 999; width: 770px; background: #fff; top:50%; left: 50%; height: 487px; margin-left: -385px; margin-top:-243.5px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;}

#obtn .submittedSucBox .close{position: absolute; right: 10px; top:10px; cursor: pointer; width: 30px; height: 30px; line-height: 0;}
#obtn .submittedSucBox .table{float: left; width: 100%; height: 487px; display: table}
#obtn .submittedSucBox .tableCell{display: table-cell; vertical-align: middle;}
#obtn .submittedSucBox .tableCell .ico{float: left; width: 100%; text-align: center; line-height: 0;}
#obtn .submittedSucBox .tableCell .ico img{width: 70px;}
#obtn .submittedSucBox .tableCell .p1{float: left; width: 100%; text-align: center; color:#333; font-size: 28px; line-height: 50px; margin: 10px 0;}
#obtn .submittedSucBox .tableCell .p2{float: left; width: 100%; text-align: center; color:#666; font-size: 16px; line-height: 30px;}





#obtn .pageActList .slick-prev,
#obtn .pageActList .slick-next{width: 24px; height: 44px; left: -30px; background: url("../images/join6.png") no-repeat; background-size: cover; z-index: 99;}
#obtn .pageActList .slick-next{left: auto; right: -30px;background: url("../images/join6_1.png") no-repeat; background-size: cover;}
.sy_gd{
	width:125px;
	height:38px;
	text-align:center;
	line-height:38px;
	color:#ffa938;
	margin:35px auto;
	border-radius:30px;
	border:1px solid #ffa938;
	}
.sy_gd a{
	color:#ffa938;
	}
.sy_gd:hover{
	background:#ffa938;
	}
.sy_gd a:hover{
	color:#fff;
	}






/**top**/
.w1200{ width:1200px; margin:0 auto;}
.fl{ float:left;}
.fr{ float:right;}
.top{ background:url(../images/top.png)  repeat-x 0 0; width:100%; height:255px;}

.toppz{ width:1010px; float:right;}

.top_s{ padding-left:30px; padding-right:3px;}

.top1{ padding-top:24px; float:left;}

.sll{ float:right; padding-top:45px; padding-bottom:37px;}

.xer{ clear:both; float:right;}

.top_x{ clear:both; /**height:130px;**/}

.dhh{ line-height:100px; width:1010px; margin-left:1px; margin-top:25px;}

.dhh li{ float:left; display:inline;  font-family:'微软雅黑';  font-size:16px; width:16.6%; text-align:center; margin-top:24px; }

.dh_a{color:#000; display:block; float:left; width:100%; height: 100px;  line-height: 100px;}

.dh_a:hover{background:#ffa938; color:#fff; height: 100px;  line-height: 100px;  text-decoration: none;}

.dh_axz{background:#ffa938; color:#fff; height: 100px;  line-height: 100px;}


/**服务客户**/

.fwu{ width:1200px;  background:#f5f5f5; margin-bottom:50px; overflow:hidden; position:relative;}

.fwu ul{ position:relative; width:1210px;}

.fwu li{ width:200px; height:111px; float:left; border-right:1px dotted #dcdcdc;border-bottom:1px dotted #dcdcdc; line-height:111px; text-align:center; position:relative; z-index:2;cursor:pointer;}

.fwu li img{ *position:absolute;position:absolute\9; top:50%; left:50%; vertical-align: middle;}

.fwu li:hover img{-webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%); filter: gray; }


.fwu div.bg{ position:absolute; left:0; top:0; width:200px; height:111px; background:#fff; z-index:1;}

.gud{ padding-top:40px;}





/**服务**/

.fw_box{
	width:100%;
	height:704px;
	background:##F8F9FF;
	}
.fw_bj{
	width:1200px;
	height:704px;
	background:url(../images/111.jpg) no-repeat;
	}
.fw_icon{
	padding-top:80px;
	padding-left:530px;
	}
.fw_bt{
	padding-top:100px;
	padding-left:1030px;
	}

.yxgw{
	width:24%;
	float:left;
	}