@charset "UTF-8";
/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

[hidefocus],
summary {
  outline: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}

sup,
sub {
  font-size: 83%;
}

pre,
code,
kbd,
samp {
  font-family: inherit;
}

q:before,
q:after {
  content: none;
}

textarea {
  overflow: auto;
  resize: none;
}

label,
summary {
  cursor: default;
}

a,
button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
  font: 12px/1.14 arial, "宋体", "微软雅黑", \5b8b\4f53;
  color: #333;
  outline: 0;
}

body {
  background: #fff;
}

a {
  color: #333;
}

a:hover {
  color: #666;
}

* {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

a {
  transition: all ease 300ms;
}

.icon {
  display: inline-block;
  vertical-align: middle;
}

@-ms-viewport {
  width: device-width;
}

.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;
  }
  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;
  }
  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: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .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: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  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;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 7.5px;
  padding-right: 7.5px;
}

@media (min-width: 768px) {
  .container {
    width: 735px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 955px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1155px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.row {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.col,
.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,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16,
.col-xs-17,
.col-sm-17,
.col-md-17,
.col-lg-17,
.col-xs-18,
.col-sm-18,
.col-md-18,
.col-lg-18,
.col-xs-19,
.col-sm-19,
.col-md-19,
.col-lg-19,
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xs-21,
.col-sm-21,
.col-md-21,
.col-lg-21,
.col-xs-22,
.col-sm-22,
.col-md-22,
.col-lg-22,
.col-xs-23,
.col-sm-23,
.col-md-23,
.col-lg-23,
.col-xs-24,
.col-sm-24,
.col-md-24,
.col-lg-24 {
  position: relative;
  min-height: 1px;
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.col,
.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,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24 {
  float: left;
}

.col-xs-24 {
  width: 100%;
}

.col-xs-23 {
  width: 95.83333333%;
}

.col-xs-22 {
  width: 91.66666667%;
}

.col-xs-21 {
  width: 87.5%;
}

.col-xs-20 {
  width: 83.33333333%;
}

.col-xs-19 {
  width: 79.16666667%;
}

.col-xs-18 {
  width: 75%;
}

.col-xs-17 {
  width: 70.83333333%;
}

.col-xs-16 {
  width: 66.66666667%;
}

.col-xs-15 {
  width: 62.5%;
}

.col-xs-14 {
  width: 58.33333333%;
}

.col-xs-13 {
  width: 54.16666667%;
}

.col-xs-12 {
  width: 50%;
}

.col-xs-11 {
  width: 45.83333333%;
}

.col-xs-10 {
  width: 41.66666667%;
}

.col-xs-9 {
  width: 37.5%;
}

.col-xs-8 {
  width: 33.33333333%;
}

.col-xs-7 {
  width: 29.16666667%;
}

.col-xs-6 {
  width: 25%;
}

.col-xs-5 {
  width: 20.83333333%;
}

.col-xs-4 {
  width: 16.66666667%;
}

.col-xs-3 {
  width: 12.5%;
}

.col-xs-2 {
  width: 8.33333333%;
}

.col-xs-1 {
  width: 4.16666667%;
}

.col-xs-pull-24 {
  right: 100%;
}

.col-xs-pull-23 {
  right: 95.83333333%;
}

.col-xs-pull-22 {
  right: 91.66666667%;
}

.col-xs-pull-21 {
  right: 87.5%;
}

.col-xs-pull-20 {
  right: 83.33333333%;
}

.col-xs-pull-19 {
  right: 79.16666667%;
}

.col-xs-pull-18 {
  right: 75%;
}

.col-xs-pull-17 {
  right: 70.83333333%;
}

.col-xs-pull-16 {
  right: 66.66666667%;
}

.col-xs-pull-15 {
  right: 62.5%;
}

.col-xs-pull-14 {
  right: 58.33333333%;
}

.col-xs-pull-13 {
  right: 54.16666667%;
}

.col-xs-pull-12 {
  right: 50%;
}

.col-xs-pull-11 {
  right: 45.83333333%;
}

.col-xs-pull-10 {
  right: 41.66666667%;
}

.col-xs-pull-9 {
  right: 37.5%;
}

.col-xs-pull-8 {
  right: 33.33333333%;
}

.col-xs-pull-7 {
  right: 29.16666667%;
}

.col-xs-pull-6 {
  right: 25%;
}

.col-xs-pull-5 {
  right: 20.83333333%;
}

.col-xs-pull-4 {
  right: 16.66666667%;
}

.col-xs-pull-3 {
  right: 12.5%;
}

.col-xs-pull-2 {
  right: 8.33333333%;
}

.col-xs-pull-1 {
  right: 4.16666667%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-24 {
  left: 100%;
}

.col-xs-push-23 {
  left: 95.83333333%;
}

.col-xs-push-22 {
  left: 91.66666667%;
}

.col-xs-push-21 {
  left: 87.5%;
}

.col-xs-push-20 {
  left: 83.33333333%;
}

.col-xs-push-19 {
  left: 79.16666667%;
}

.col-xs-push-18 {
  left: 75%;
}

.col-xs-push-17 {
  left: 70.83333333%;
}

.col-xs-push-16 {
  left: 66.66666667%;
}

.col-xs-push-15 {
  left: 62.5%;
}

.col-xs-push-14 {
  left: 58.33333333%;
}

.col-xs-push-13 {
  left: 54.16666667%;
}

.col-xs-push-12 {
  left: 50%;
}

.col-xs-push-11 {
  left: 45.83333333%;
}

.col-xs-push-10 {
  left: 41.66666667%;
}

.col-xs-push-9 {
  left: 37.5%;
}

.col-xs-push-8 {
  left: 33.33333333%;
}

.col-xs-push-7 {
  left: 29.16666667%;
}

.col-xs-push-6 {
  left: 25%;
}

.col-xs-push-5 {
  left: 20.83333333%;
}

.col-xs-push-4 {
  left: 16.66666667%;
}

.col-xs-push-3 {
  left: 12.5%;
}

.col-xs-push-2 {
  left: 8.33333333%;
}

.col-xs-push-1 {
  left: 4.16666667%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-24 {
  margin-left: 100%;
}

.col-xs-offset-23 {
  margin-left: 95.83333333%;
}

.col-xs-offset-22 {
  margin-left: 91.66666667%;
}

.col-xs-offset-21 {
  margin-left: 87.5%;
}

.col-xs-offset-20 {
  margin-left: 83.33333333%;
}

.col-xs-offset-19 {
  margin-left: 79.16666667%;
}

.col-xs-offset-18 {
  margin-left: 75%;
}

.col-xs-offset-17 {
  margin-left: 70.83333333%;
}

.col-xs-offset-16 {
  margin-left: 66.66666667%;
}

.col-xs-offset-15 {
  margin-left: 62.5%;
}

.col-xs-offset-14 {
  margin-left: 58.33333333%;
}

.col-xs-offset-13 {
  margin-left: 54.16666667%;
}

.col-xs-offset-12 {
  margin-left: 50%;
}

.col-xs-offset-11 {
  margin-left: 45.83333333%;
}

.col-xs-offset-10 {
  margin-left: 41.66666667%;
}

.col-xs-offset-9 {
  margin-left: 37.5%;
}

.col-xs-offset-8 {
  margin-left: 33.33333333%;
}

.col-xs-offset-7 {
  margin-left: 29.16666667%;
}

.col-xs-offset-6 {
  margin-left: 25%;
}

.col-xs-offset-5 {
  margin-left: 20.83333333%;
}

.col-xs-offset-4 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 12.5%;
}

.col-xs-offset-2 {
  margin-left: 8.33333333%;
}

.col-xs-offset-1 {
  margin-left: 4.16666667%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col,
  .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,
  .col-sm-13,
  .col-sm-14,
  .col-sm-15,
  .col-sm-16,
  .col-sm-17,
  .col-sm-18,
  .col-sm-19,
  .col-sm-20,
  .col-sm-21,
  .col-sm-22,
  .col-sm-23,
  .col-sm-24 {
    float: left;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-23 {
    width: 95.83333333%;
  }
  .col-sm-22 {
    width: 91.66666667%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-20 {
    width: 83.33333333%;
  }
  .col-sm-19 {
    width: 79.16666667%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-17 {
    width: 70.83333333%;
  }
  .col-sm-16 {
    width: 66.66666667%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-14 {
    width: 58.33333333%;
  }
  .col-sm-13 {
    width: 54.16666667%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-11 {
    width: 45.83333333%;
  }
  .col-sm-10 {
    width: 41.66666667%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-8 {
    width: 33.33333333%;
  }
  .col-sm-7 {
    width: 29.16666667%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-5 {
    width: 20.83333333%;
  }
  .col-sm-4 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-2 {
    width: 8.33333333%;
  }
  .col-sm-1 {
    width: 4.16666667%;
  }
  .col-sm-pull-24 {
    right: 100%;
  }
  .col-sm-pull-23 {
    right: 95.83333333%;
  }
  .col-sm-pull-22 {
    right: 91.66666667%;
  }
  .col-sm-pull-21 {
    right: 87.5%;
  }
  .col-sm-pull-20 {
    right: 83.33333333%;
  }
  .col-sm-pull-19 {
    right: 79.16666667%;
  }
  .col-sm-pull-18 {
    right: 75%;
  }
  .col-sm-pull-17 {
    right: 70.83333333%;
  }
  .col-sm-pull-16 {
    right: 66.66666667%;
  }
  .col-sm-pull-15 {
    right: 62.5%;
  }
  .col-sm-pull-14 {
    right: 58.33333333%;
  }
  .col-sm-pull-13 {
    right: 54.16666667%;
  }
  .col-sm-pull-12 {
    right: 50%;
  }
  .col-sm-pull-11 {
    right: 45.83333333%;
  }
  .col-sm-pull-10 {
    right: 41.66666667%;
  }
  .col-sm-pull-9 {
    right: 37.5%;
  }
  .col-sm-pull-8 {
    right: 33.33333333%;
  }
  .col-sm-pull-7 {
    right: 29.16666667%;
  }
  .col-sm-pull-6 {
    right: 25%;
  }
  .col-sm-pull-5 {
    right: 20.83333333%;
  }
  .col-sm-pull-4 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 12.5%;
  }
  .col-sm-pull-2 {
    right: 8.33333333%;
  }
  .col-sm-pull-1 {
    right: 4.16666667%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-24 {
    left: 100%;
  }
  .col-sm-push-23 {
    left: 95.83333333%;
  }
  .col-sm-push-22 {
    left: 91.66666667%;
  }
  .col-sm-push-21 {
    left: 87.5%;
  }
  .col-sm-push-20 {
    left: 83.33333333%;
  }
  .col-sm-push-19 {
    left: 79.16666667%;
  }
  .col-sm-push-18 {
    left: 75%;
  }
  .col-sm-push-17 {
    left: 70.83333333%;
  }
  .col-sm-push-16 {
    left: 66.66666667%;
  }
  .col-sm-push-15 {
    left: 62.5%;
  }
  .col-sm-push-14 {
    left: 58.33333333%;
  }
  .col-sm-push-13 {
    left: 54.16666667%;
  }
  .col-sm-push-12 {
    left: 50%;
  }
  .col-sm-push-11 {
    left: 45.83333333%;
  }
  .col-sm-push-10 {
    left: 41.66666667%;
  }
  .col-sm-push-9 {
    left: 37.5%;
  }
  .col-sm-push-8 {
    left: 33.33333333%;
  }
  .col-sm-push-7 {
    left: 29.16666667%;
  }
  .col-sm-push-6 {
    left: 25%;
  }
  .col-sm-push-5 {
    left: 20.83333333%;
  }
  .col-sm-push-4 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 12.5%;
  }
  .col-sm-push-2 {
    left: 8.33333333%;
  }
  .col-sm-push-1 {
    left: 4.16666667%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-24 {
    margin-left: 100%;
  }
  .col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col,
  .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,
  .col-md-13,
  .col-md-14,
  .col-md-15,
  .col-md-16,
  .col-md-17,
  .col-md-18,
  .col-md-19,
  .col-md-20,
  .col-md-21,
  .col-md-22,
  .col-md-23,
  .col-md-24 {
    float: left;
  }
  .col-md-24 {
    width: 100%;
  }
  .col-md-23 {
    width: 95.83333333%;
  }
  .col-md-22 {
    width: 91.66666667%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-20 {
    width: 83.33333333%;
  }
  .col-md-19 {
    width: 79.16666667%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-17 {
    width: 70.83333333%;
  }
  .col-md-16 {
    width: 66.66666667%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-14 {
    width: 58.33333333%;
  }
  .col-md-13 {
    width: 54.16666667%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-11 {
    width: 45.83333333%;
  }
  .col-md-10 {
    width: 41.66666667%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-8 {
    width: 33.33333333%;
  }
  .col-md-7 {
    width: 29.16666667%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-5 {
    width: 20.83333333%;
  }
  .col-md-4 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-2 {
    width: 8.33333333%;
  }
  .col-md-1 {
    width: 4.16666667%;
  }
  .col-md-pull-24 {
    right: 100%;
  }
  .col-md-pull-23 {
    right: 95.83333333%;
  }
  .col-md-pull-22 {
    right: 91.66666667%;
  }
  .col-md-pull-21 {
    right: 87.5%;
  }
  .col-md-pull-20 {
    right: 83.33333333%;
  }
  .col-md-pull-19 {
    right: 79.16666667%;
  }
  .col-md-pull-18 {
    right: 75%;
  }
  .col-md-pull-17 {
    right: 70.83333333%;
  }
  .col-md-pull-16 {
    right: 66.66666667%;
  }
  .col-md-pull-15 {
    right: 62.5%;
  }
  .col-md-pull-14 {
    right: 58.33333333%;
  }
  .col-md-pull-13 {
    right: 54.16666667%;
  }
  .col-md-pull-12 {
    right: 50%;
  }
  .col-md-pull-11 {
    right: 45.83333333%;
  }
  .col-md-pull-10 {
    right: 41.66666667%;
  }
  .col-md-pull-9 {
    right: 37.5%;
  }
  .col-md-pull-8 {
    right: 33.33333333%;
  }
  .col-md-pull-7 {
    right: 29.16666667%;
  }
  .col-md-pull-6 {
    right: 25%;
  }
  .col-md-pull-5 {
    right: 20.83333333%;
  }
  .col-md-pull-4 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 12.5%;
  }
  .col-md-pull-2 {
    right: 8.33333333%;
  }
  .col-md-pull-1 {
    right: 4.16666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-24 {
    left: 100%;
  }
  .col-md-push-23 {
    left: 95.83333333%;
  }
  .col-md-push-22 {
    left: 91.66666667%;
  }
  .col-md-push-21 {
    left: 87.5%;
  }
  .col-md-push-20 {
    left: 83.33333333%;
  }
  .col-md-push-19 {
    left: 79.16666667%;
  }
  .col-md-push-18 {
    left: 75%;
  }
  .col-md-push-17 {
    left: 70.83333333%;
  }
  .col-md-push-16 {
    left: 66.66666667%;
  }
  .col-md-push-15 {
    left: 62.5%;
  }
  .col-md-push-14 {
    left: 58.33333333%;
  }
  .col-md-push-13 {
    left: 54.16666667%;
  }
  .col-md-push-12 {
    left: 50%;
  }
  .col-md-push-11 {
    left: 45.83333333%;
  }
  .col-md-push-10 {
    left: 41.66666667%;
  }
  .col-md-push-9 {
    left: 37.5%;
  }
  .col-md-push-8 {
    left: 33.33333333%;
  }
  .col-md-push-7 {
    left: 29.16666667%;
  }
  .col-md-push-6 {
    left: 25%;
  }
  .col-md-push-5 {
    left: 20.83333333%;
  }
  .col-md-push-4 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 12.5%;
  }
  .col-md-push-2 {
    left: 8.33333333%;
  }
  .col-md-push-1 {
    left: 4.16666667%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-24 {
    margin-left: 100%;
  }
  .col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-md-offset-18 {
    margin-left: 75%;
  }
  .col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-md-offset-12 {
    margin-left: 50%;
  }
  .col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-md-offset-6 {
    margin-left: 25%;
  }
  .col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .col,
  .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,
  .col-lg-13,
  .col-lg-14,
  .col-lg-15,
  .col-lg-16,
  .col-lg-17,
  .col-lg-18,
  .col-lg-19,
  .col-lg-20,
  .col-lg-21,
  .col-lg-22,
  .col-lg-23,
  .col-lg-24 {
    float: left;
  }
  .col-lg-24 {
    width: 100%;
  }
  .col-lg-23 {
    width: 95.83333333%;
  }
  .col-lg-22 {
    width: 91.66666667%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-20 {
    width: 83.33333333%;
  }
  .col-lg-19 {
    width: 79.16666667%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-17 {
    width: 70.83333333%;
  }
  .col-lg-16 {
    width: 66.66666667%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-14 {
    width: 58.33333333%;
  }
  .col-lg-13 {
    width: 54.16666667%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-11 {
    width: 45.83333333%;
  }
  .col-lg-10 {
    width: 41.66666667%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-8 {
    width: 33.33333333%;
  }
  .col-lg-7 {
    width: 29.16666667%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-5 {
    width: 20.83333333%;
  }
  .col-lg-4 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-2 {
    width: 8.33333333%;
  }
  .col-lg-1 {
    width: 4.16666667%;
  }
  .col-lg-pull-24 {
    right: 100%;
  }
  .col-lg-pull-23 {
    right: 95.83333333%;
  }
  .col-lg-pull-22 {
    right: 91.66666667%;
  }
  .col-lg-pull-21 {
    right: 87.5%;
  }
  .col-lg-pull-20 {
    right: 83.33333333%;
  }
  .col-lg-pull-19 {
    right: 79.16666667%;
  }
  .col-lg-pull-18 {
    right: 75%;
  }
  .col-lg-pull-17 {
    right: 70.83333333%;
  }
  .col-lg-pull-16 {
    right: 66.66666667%;
  }
  .col-lg-pull-15 {
    right: 62.5%;
  }
  .col-lg-pull-14 {
    right: 58.33333333%;
  }
  .col-lg-pull-13 {
    right: 54.16666667%;
  }
  .col-lg-pull-12 {
    right: 50%;
  }
  .col-lg-pull-11 {
    right: 45.83333333%;
  }
  .col-lg-pull-10 {
    right: 41.66666667%;
  }
  .col-lg-pull-9 {
    right: 37.5%;
  }
  .col-lg-pull-8 {
    right: 33.33333333%;
  }
  .col-lg-pull-7 {
    right: 29.16666667%;
  }
  .col-lg-pull-6 {
    right: 25%;
  }
  .col-lg-pull-5 {
    right: 20.83333333%;
  }
  .col-lg-pull-4 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 12.5%;
  }
  .col-lg-pull-2 {
    right: 8.33333333%;
  }
  .col-lg-pull-1 {
    right: 4.16666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-24 {
    left: 100%;
  }
  .col-lg-push-23 {
    left: 95.83333333%;
  }
  .col-lg-push-22 {
    left: 91.66666667%;
  }
  .col-lg-push-21 {
    left: 87.5%;
  }
  .col-lg-push-20 {
    left: 83.33333333%;
  }
  .col-lg-push-19 {
    left: 79.16666667%;
  }
  .col-lg-push-18 {
    left: 75%;
  }
  .col-lg-push-17 {
    left: 70.83333333%;
  }
  .col-lg-push-16 {
    left: 66.66666667%;
  }
  .col-lg-push-15 {
    left: 62.5%;
  }
  .col-lg-push-14 {
    left: 58.33333333%;
  }
  .col-lg-push-13 {
    left: 54.16666667%;
  }
  .col-lg-push-12 {
    left: 50%;
  }
  .col-lg-push-11 {
    left: 45.83333333%;
  }
  .col-lg-push-10 {
    left: 41.66666667%;
  }
  .col-lg-push-9 {
    left: 37.5%;
  }
  .col-lg-push-8 {
    left: 33.33333333%;
  }
  .col-lg-push-7 {
    left: 29.16666667%;
  }
  .col-lg-push-6 {
    left: 25%;
  }
  .col-lg-push-5 {
    left: 20.83333333%;
  }
  .col-lg-push-4 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 12.5%;
  }
  .col-lg-push-2 {
    left: 8.33333333%;
  }
  .col-lg-push-1 {
    left: 4.16666667%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-24 {
    margin-left: 100%;
  }
  .col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-lg-offset-18 {
    margin-left: 75%;
  }
  .col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-lg-offset-12 {
    margin-left: 50%;
  }
  .col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-lg-offset-6 {
    margin-left: 25%;
  }
  .col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* function */
.f-cb:after,
.f-cbli li:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  content: ".";
}

.f-cb,
.f-cbli li {
  zoom: 1;
}

.f-ib {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.f-dn {
  display: none;
}

.f-db {
  display: block;
}

.f-fl {
  float: left;
}

.f-fr {
  float: right;
}

.f-pr {
  position: relative;
}

.f-prz {
  position: relative;
  zoom: 1;
}

.f-oh {
  overflow: hidden;
}

.f-ff0 {
  font-family: arial, \5b8b\4f53;
}

.f-ff1 {
  font-family: "Microsoft YaHei", \5fae\8f6f\96c5\9ed1, arial, \5b8b\4f53;
}

.f-fs1 {
  font-size: 12px;
}

.f-fs2 {
  font-size: 14px;
}

.f-fs-lg {
  font-size: 24px;
}

.f-fwn {
  font-weight: normal;
}

.f-fwb {
  font-weight: bold;
}

.f-tal {
  text-align: left;
}

.f-tac {
  text-align: center;
}

.f-tar {
  text-align: right;
}

.f-taj {
  text-align: justify;
  text-justify: inter-ideograph;
}

.f-vam,
.f-vama * {
  vertical-align: middle;
}

.f-wsn {
  word-wrap: normal;
  white-space: nowrap;
}

.f-pre {
  overflow: hidden;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
  word-break: break-all;
}

.f-wwb {
  white-space: normal;
  word-wrap: break-word;
  word-break: break-all;
}

.f-ti {
  overflow: hidden;
  text-indent: -30000px;
}

.f-ti2 {
  text-indent: 2em;
}

.f-lhn {
  line-height: normal;
}

.f-tdu,
.f-tdu:hover {
  text-decoration: underline;
}

.f-tdn,
.f-tdn:hover {
  text-decoration: none;
}

.f-toe {
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.f-csp {
  cursor: pointer;
}

.f-csd {
  cursor: default;
}

.f-csh {
  cursor: help;
}

.f-csm {
  cursor: move;
}

.f-usn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.box-l {
  float: left;
  margin-right: 5px;
}

.box-r {
  overflow: hidden;
}

.f-push-5 {
  margin-bottom: 5px !important;
}

.f-push-5-t {
  margin-top: 5px !important;
}

.f-push-5-r {
  margin-right: 5px !important;
}

.f-push-5-l {
  margin-left: 5px !important;
}

.f-push-10 {
  margin-bottom: 10px !important;
}

.f-push-10-t {
  margin-top: 10px !important;
}

.f-push-10-r {
  margin-right: 10px !important;
}

.f-push-10-l {
  margin-left: 10px !important;
}

.f-push-15 {
  margin-bottom: 15px !important;
}

.f-push-15-t {
  margin-top: 15px !important;
}

.f-push-15-r {
  margin-right: 15px !important;
}

.f-push-15-l {
  margin-left: 15px !important;
}

.f-push-20 {
  margin-bottom: 20px !important;
}

.f-push-20-t {
  margin-top: 20px !important;
}

.f-push-20-r {
  margin-right: 20px !important;
}

.f-push-20-l {
  margin-left: 20px !important;
}

.f-push-30 {
  margin-bottom: 30px !important;
}

.f-push-30-t {
  margin-top: 30px !important;
}

.f-push-30-r {
  margin-right: 30px !important;
}

.f-push-30-l {
  margin-left: 30px !important;
}

.f-push-40 {
  margin-bottom: 40px !important;
}

.f-push-40-t {
  margin-top: 40px !important;
}

.f-push-40-r {
  margin-right: 40px !important;
}

.f-push-40-l {
  margin-left: 40px !important;
}

.f-push-50 {
  margin-bottom: 50px !important;
}

.f-push-50-t {
  margin-top: 50px !important;
}

.f-push-50-r {
  margin-right: 50px !important;
}

.f-push-50-l {
  margin-left: 50px !important;
}

.f-pdg-5 {
  padding-bottom: 5px !important;
}

.f-pdg-5-t {
  padding-top: 5px !important;
}

.f-pdg-5-r {
  padding-right: 5px !important;
}

.f-pdg-5-l {
  padding-left: 5px !important;
}

.f-pdg-10 {
  padding-bottom: 10px !important;
}

.f-pdg-10-t {
  padding-top: 10px !important;
}

.f-pdg-10-r {
  padding-right: 10px !important;
}

.f-pdg-10-l {
  padding-left: 10px !important;
}

.f-pdg-15 {
  padding-bottom: 15px !important;
}

.f-pdg-15-t {
  padding-top: 15px !important;
}

.f-pdg-15-r {
  padding-right: 15px !important;
}

.f-pdg-15-l {
  padding-left: 15px !important;
}

.f-pdg-20 {
  padding-bottom: 20px !important;
}

.f-pdg-20-t {
  padding-top: 20px !important;
}

.f-pdg-20-r {
  padding-right: 20px !important;
}

.f-pdg-20-l {
  padding-left: 20px !important;
}

.f-pdg-30 {
  padding-bottom: 30px !important;
}

.f-pdg-30-t {
  padding-top: 30px !important;
}

.f-pdg-30-r {
  padding-right: 30px !important;
}

.f-pdg-30-l {
  padding-left: 30px !important;
}

.f-pdg-40 {
  padding-bottom: 40px !important;
}

.f-pdg-40-t {
  padding-top: 40px !important;
}

.f-pdg-40-r {
  padding-right: 40px !important;
}

.f-pdg-40-l {
  padding-left: 40px !important;
}

.f-pdg-50 {
  padding-bottom: 50px !important;
}

.f-pdg-50-t {
  padding-top: 50px !important;
}

.f-pdg-50-r {
  padding-right: 50px !important;
}

.f-pdg-50-l {
  padding-left: 50px !important;
}

/*
Icon classes can be used entirely standalone. They are named after their original file names.

```html
<!-- `display: block` sprite -->
<div class="icon-home"></div>

<!-- `display: inline-block` sprite -->
<img class="icon-home" />
```
*/
.icon-f1 {
  background-image: url(../images/icon.png);
  background-position: 0px -400px;
  width: 92px;
  height: 92px;
}

.icon-f2 {
  background-image: url(../images/icon.png);
  background-position: -260px -500px;
  width: 80px;
  height: 80px;
}

.icon-f3 {
  background-image: url(../images/icon.png);
  background-position: -397px -400px;
  width: 83px;
  height: 72px;
}

.icon-f4 {
  background-image: url(../images/icon.png);
  background-position: -645px -84px;
  width: 68px;
  height: 72px;
}

.icon-fw1 {
  background-image: url(../images/icon.png);
  background-position: -645px 0px;
  width: 76px;
  height: 76px;
}

.icon-fw2 {
  background-image: url(../images/icon.png);
  background-position: -86px -595px;
  width: 77px;
  height: 68px;
}

.icon-i1:hover {
  background-image: url(../images/icon.png);
  background-position: -250px -148px;
  width: 117px;
  height: 118px;
}

.icon-i1 {
  background-image: url(../images/icon.png);
  background-position: -395px 0px;
  width: 117px;
  height: 118px;
}

.icon-i10 {
  background-image: url(../images/icon.png);
  background-position: -520px -253px;
  width: 92px;
  height: 92px;
}

.icon-i11 {
  background-image: url(../images/icon.png);
  background-position: 0px -595px;
  width: 78px;
  height: 68px;
}

.icon-i12 {
  background-image: url(../images/icon.png);
  background-position: -488px -400px;
  width: 83px;
  height: 72px;
}

.icon-i13 {
  background-image: url(../images/icon.png);
  background-position: -675px -338px;
  width: 20px;
  height: 28px;
}

.icon-i14 {
  background-image: url(../images/icon.png);
  background-position: -645px -377px;
  width: 20px;
  height: 28px;
}

.icon-i2:hover {
  background-image: url(../images/icon.png);
  background-position: -375px -274px;
  width: 117px;
  height: 118px;
}

.icon-i2 {
  background-image: url(../images/icon.png);
  background-position: -395px -126px;
  width: 117px;
  height: 118px;
}

.icon-i3:hover {
  background-image: url(../images/icon.png);
  background-position: -520px 0px;
  width: 117px;
  height: 118px;
}

.icon-i3 {
  background-image: url(../images/icon.png);
  background-position: -250px -274px;
  width: 117px;
  height: 118px;
}

.icon-i4:hover {
  background-image: url(../images/icon.png);
  background-position: -125px -274px;
  width: 117px;
  height: 118px;
}

.icon-i4 {
  background-image: url(../images/icon.png);
  background-position: 0px -274px;
  width: 117px;
  height: 118px;
}

.icon-i5:hover {
  background-image: url(../images/icon.png);
  background-position: -270px 0px;
  width: 117px;
  height: 118px;
}

.icon-i5 {
  background-image: url(../images/icon.png);
  background-position: -145px 0px;
  width: 117px;
  height: 118px;
}

.icon-i6:hover {
  background-image: url(../images/icon.png);
  background-position: -125px -148px;
  width: 117px;
  height: 118px;
}

.icon-i6 {
  background-image: url(../images/icon.png);
  background-position: 0px -148px;
  width: 117px;
  height: 118px;
}

.icon-i7 {
  background-image: url(../images/icon.png);
  background-position: 0px 0px;
  width: 137px;
  height: 140px;
}

.icon-i8 {
  background-image: url(../images/icon.png);
  background-position: -520px -126px;
  width: 115px;
  height: 119px;
}

.icon-i9 {
  background-image: url(../images/icon.png);
  background-position: -524px -500px;
  width: 79px;
  height: 79px;
}

.icon-lx1 {
  background-image: url(../images/icon.png);
  background-position: -84px -500px;
  width: 80px;
  height: 80px;
}

.icon-lx2 {
  background-image: url(../images/icon.png);
  background-position: 0px -500px;
  width: 76px;
  height: 87px;
}

.icon-lx3 {
  background-image: url(../images/icon.png);
  background-position: -305px -400px;
  width: 84px;
  height: 73px;
}

.icon-lx4 {
  background-image: url(../images/icon.png);
  background-position: -436px -500px;
  width: 80px;
  height: 80px;
}

.icon-lx5 {
  background-image: url(../images/icon.png);
  background-position: -348px -500px;
  width: 80px;
  height: 80px;
}

.icon-lx6 {
  background-image: url(../images/icon.png);
  background-position: -100px -400px;
  width: 101px;
  height: 79px;
}

.icon-lx7 {
  background-image: url(../images/icon.png);
  background-position: -172px -500px;
  width: 80px;
  height: 80px;
}

.icon-lx8 {
  background-image: url(../images/icon.png);
  background-position: -209px -400px;
  width: 88px;
  height: 77px;
}

.icon-s1 {
  background-image: url(../images/icon.png);
  background-position: -645px -222px;
  width: 50px;
  height: 50px;
}

.icon-s2 {
  background-image: url(../images/icon.png);
  background-position: -645px -280px;
  width: 50px;
  height: 50px;
}

.icon-s3 {
  background-image: url(../images/icon.png);
  background-position: -645px -164px;
  width: 50px;
  height: 50px;
}

.icon-s4 {
  background-image: url(../images/icon.png);
  background-position: -673px -377px;
  width: 23px;
  height: 18px;
}

.icon-s5 {
  background-image: url(../images/icon.png);
  background-position: -645px -338px;
  width: 22px;
  height: 31px;
}

body {
  font-family: arial, "微软雅黑", \5b8b\4f53;
  background-color: #fff;
}

.top-bar {
  background: #000000;
  height: 50px;
}

.top-bar .safe-tag {
  padding-top: 7px;
}

.top-bar .link-group {
  padding: 17px 0;
}

.top-bar .link-group a {
  display: inline-block;
  color: #ccac82;
  font-size: 14px;
  padding: 0 10px;
  border-right: 1px solid #ccac82;
  line-height: 16px;
}

.top-bar .link-group a:hover, .top-bar .link-group a:active {
  color: #bd945e;
}

.top-bar .link-group a:last-child {
  border-right: none;
}

.nav {
  background-color: #fff;
  padding: 15px 0;
}

.nav .nav-group {
  padding-top: 20px;
}

.nav .nav-group > li {
  position: relative;
  display: inline-block;
  color: #333;
  font-size: 16px;
  margin-left: 0;
}

.nav .nav-group > li :hover .lev2 {
  display: block;
}

.nav .nav-group > li a {
  display: inline-block;
  padding: 10px 15px;
  font-weight:bold;
}

.nav .nav-group .lev2 {
  display: none;
  background-color: #fefefe;
  z-index: 1000;
  top: 35px;
  left: 5px;
  position: absolute;
  padding: 5px 0;
  white-space: nowrap;
  width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.1);
}

.nav .nav-group .lev2 a {
  display: block;
  padding: 5px 10px;
  font-size:14px;
  font-weight:normal;
}

.nav .nav-group .lev2 a:hover {
  color: #fff;
  background-color: #ccac82;
}

@media (max-width: 1199px) {
  .nav {
    padding: 0;
  }
  .nav .container.mobile {
    padding: 0;
  }
}

#mobileNav {
  position: relative;
}

#mobileNav .logo-mobile {
  position: absolute;
  top: 0;
}

#mobileNav .slicknav_menu {
  background-color: #fff;
  padding-bottom: 0;
}

#mobileNav .slicknav_btn {
  margin-bottom: 9px;
  margin-top:14px;
}

#mobileNav .slicknav_nav {
  background-color: #4c4c4c;
  margin: 0 -5px;
  margin-top:67px;
}

.banner {
  height: 500px;
}

.banner .slogan {
  color: #fff;
  padding-top: 125px;
}

.banner .slogan h1 {
  font-size: 42px;
  margin-bottom: 20px;
}

.banner .slogan p {
  font-size: 24px;
  line-height: 36px;
}

.banner-sm.banner-mxjs {
  background: url(../images/banner-mxjs.jpg) no-repeat top center;
}

@media (max-width: 768px) {
  .banner-sm.banner-mxjs {
    height: 300px;
    background-size: cover;
  }
  .banner .slogan {
    color: #fff;
    padding-top: 55px;
  }
  .banner .slogan h1 {
    font-size: 32px;
    margin-bottom: 5px;
  }
  .banner .slogan p {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 568px) {
  .banner-sm.banner-mxjs {
    height: 200px;
  }
}

.banner-sm {
  height: 300px;
}

.banner-sm .slogan {
  font-size: 42px;
  color: #fff;
  margin-top: 120px;
}

.banner-sm p {
    color:#FFF;
    line-height:200%;
    font-size:14px;
}

.banner-sm.banner-cgal {
  background: url(../images/banner-cgal.jpg) no-repeat top center;
}

.banner-sm.banner-fwxm {
  background: url(../images/banner-fwxm.jpg) no-repeat top center;
}


.banner-sm.banner-lxcg-us {
  background: url(../images/banner-lxcg-us.jpg) no-repeat top center;
}

.banner-sm.banner-lxcg-en {
  background: url(../images/banner-lxcg-en.jpg) no-repeat top center;
}

.banner-sm.banner-lxcg-hk {
  background: url(../images/banner-lxcg-hk.jpg) no-repeat top center;
}

.banner-sm.banner-lxcg-aus {
  background: url(../images/banner-lxcg-aus.jpg) no-repeat top center;
}

.banner-sm.banner-lxcg-ca {
  background: url(../images/banner-lxcg-ca.jpg) no-repeat top center;
}

.banner-sm.banner-lxcg-sg {
  background: url(../images/banner-lxcg-sg.jpg) no-repeat top center;
}

.banner-sm.banner-news {
  background: url(../images/banner-news.jpg) no-repeat top center;
}
.banner-sm.banner-about {
  background: url(../images/banner-about.jpg) no-repeat top center;
}



@media (max-width: 768px) {
  .banner-sm.banner-cgal {
    height: 200px;
    background: url(../images/banner-cgal.jpg) no-repeat top center;
    background-size: cover;
  }
   .banner-sm.banner-news {
      height: 200px;
      background-size: cover;
    }
      .banner-sm.banner-about {
          height: 200px;
          background-size: cover;
        }
  .banner-sm.banner-fwxm {
    height: 200px;
    background: url(../images/banner-fwxm.jpg) no-repeat top center;
    background-size: cover;
  }
  .banner-sm.banner-lxcg {
    height: 200px;
    background-size: cover;
  }
  .banner-sm .slogan {
    color: #fff;
    margin-top: 55px;
  }
  .banner-sm .slogan h1 {
    font-size: 32px;
    margin-bottom: 5px;
  }
  .banner-sm .slogan p {
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 568px) {
  .banner-sm.banner-cgal {
    height: 150px;
  }
  .banner-sm.banner-about {
      height: 150px;
    }
  .banner-sm.banner-fwxm {
    height: 150px;
  }
  .banner-sm.banner-lxcg {
    height: 150px;
  }
  .banner-sm.banner-news {
        height: 150px;
    }
}

.section-title {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

.section-title .line {
  display: inline-block;
  width: 120px;
  height: 1px;
  background-color: #cc9966;
  margin-bottom: 20px;
}

.section-title .sub-title {
  font-size: 16px;
  color: #666;
  font-weight: normal;
  margin-top: 20px;
}

.section.grey {
  padding: 50px 0 0 0;
  /*background: #f5f5f5;*/
}

.cgal-main .section.info {
  margin-bottom: 40px;
}

.cgal-main .section.info .item {
  position: relative;
  padding: 30px 0;
}

.cgal-main .section.info .icon {
  position: absolute;
  left: 0;
}

.cgal-main .section.info dl {
  margin-left: 105px;
}

.cgal-main .section.info dt {
  font-size: 18px;
  font-weight: bold;
}

.cgal-main .section.info dd {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
}

.cgal-main .map {
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
}

.cgal-main .map .hold {
  width: 100%;
  visibility: hidden;
}

.cgal-main .map canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.cgal-main .scroll-table table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.cgal-main .scroll-table th {
  background-color: #cc9966;
  color: #fff;
  font-size: 16px;
  padding: 10px 5px;
  font-weight: bold;
}

.cgal-main .scroll-table td {
  font-size: 16px;
  padding: 10px 5px;
  width: 20%;
}

.cgal-main .scroll-table tr:nth-child(odd) {
  background-color: #ededed;
}

.cgal-main .scroll-table .inner {
  max-height: 500px;
}

@media (max-width: 600px) {
  .cgal-main .scroll-table td,
  .cgal-main .scroll-table th {
    font-size: 12px;
  }
}

.cgal-main .slideTxtBox .hd li {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 50px;
  cursor: pointer;
}

.cgal-main .slideTxtBox .hd li.on {
  background-color: #e9b673;
  color: #fff;
}

.cgal-main .case-list {
  margin-top: 30px;
}

.cgal-main .case-list .info {
  margin-top: 20px;
  background-color: #fff;
  box-shadow: 0 0 18px 4px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
}

.cgal-main .case-list .info .name {
  color: #cc9966;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}

.cgal-main .case-list .info .desc {
  font-size: 14px;
  line-height: 24px;
}

.cgal-main .case-list .case-demo img {
  width: 100%;
}

.index .slide-banner li {
  height: 600px;
}

@media (max-width: 960px) {
  .index .slide-banner li {
    height: 400px;
  }
}

@media (max-width: 600px) {
  .index .slide-banner li {
    height: 200px;
  }
}

.index #slideWrap {
  position: relative;
}

.index #slideWrap .owl-nav {
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 45%;
}

.index #slideWrap .owl-nav .owl-prev,
.index #slideWrap .owl-nav .owl-next {
  position: absolute;
  width: 24px;
  height: 48px;
}

.index #slideWrap .owl-nav .owl-prev {
  left: 40px;
  background: url(../images/prev.png) no-repeat center center;
}

.index #slideWrap .owl-nav .owl-next {
  right: 40px;
  background: url(../images/next.png) no-repeat center center;
}

==========



.index #slideWrap-mobile {
  position: relative;
}

.index #slideWrap-mobile .owl-nav {
  position: absolute;
  z-index: 100;
  width: 100%;
  top: 45%;
}

.index #slideWrap-mobile .owl-nav .owl-prev,
.index #slideWrap-mobile .owl-nav .owl-next {
  position: absolute;
  width: 24px;
  height: 48px;
}

.index #slideWrap-mobile .owl-nav .owl-prev {
  left: 40px;
  background: url(../images/prev.png) no-repeat center center;
}

.index #slideWrap-mobile .owl-nav .owl-next {
  right: 40px;
  background: url(../images/next.png) no-repeat center center;
}

.index .idea {
  background: #000;
}

.index .idea .title {
  background: #e9b673;
}

.index .idea .title p {
  color: #000;
  font-size: 36px;
  height: 140px;
  font-weight: bold;
  line-height: 145px;
  text-align: center;
}

@media (max-width: 992px) {
  .index .idea .title p {
    font-size: 24px;
    line-height: 65px;
    height: 65px;
  }
}

.index .idea .item {
  position: relative;
  padding-left: 140px;
  padding-top: 30px;
  padding-right: 49px;
  text-align: justify;
  color: #e9b673;
  font-size: 16px;
  line-height: 24px;
  min-height: 140px;
}

.index .idea .item .icon-wrap {
  position: absolute;
  font-size: 0;
  height: 140px;
  line-height: 140px;
  left: 0;
  top: 0;
}

@media (max-width: 768px) {
  .index .idea .item .icon-wrap {
    text-align: center;
    width: 140px;
  }
}

.index .country-list {
  padding: 50px 0 150px;
  background: url(../images/map-bg.jpg) repeat-y center center;
}

.index .country-list .list {
  margin-top: 80px;
}

.index .country-list .item {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

.index .country-list .item .text {
  margin-top: 20px;
}

.index .service-project .block {
  border: 1px solid #dddddd;
  box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.1);
  padding: 15px;
}

.index .service-project .tit {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.index .service-project .plain .text {
  font-size: 14px;
  line-height: 24px;
}

.index .service-project .chart {
  position: relative;
  text-align: center;
  width: 530px;
  margin: 0 auto;
}

.index .service-project .chart .main-text {
  width: 100%;
  text-align: center;
  top: 80px;
  color: #c4956a;
  font-size: 14px;
  line-height: 24px;
  position: absolute;
}

.index .service-project .chart .main-text p {
  font-weight: bold;
}

.index .service-project .chart .tips {
  position: absolute;
  color: #c4956a;
  font-size: 14px;
}

@media (max-width: 560px) {
  .index .service-project .chart {
    transform: scale(0.8);
    position: relative;
    left: -10%;
  }
}

@media (max-width: 450px) {
  .index .service-project .chart {
    position: relative;
    left: -30%;
    transform: scale(0.7);
  }
}

.index .apply-flow {
  text-align: center;
  padding: 26px 0;
}

.index .apply-flow .flow-item {
  display: inline-block;
  width: 120px;
  height: 120px;
  font-size: 18px;
  border-radius: 50%;
  text-align: center;
  line-height: 120px;
  background-color: #efefef;
  border: 1px solid #dfdfdf;
}

.index .apply-flow .flow-item span {
  display: inline-block;
  line-height: 24px;
  vertical-align: middle;
  padding: 0 20px;
}

.index .apply-flow .flow-item.bg {
  background-color: #e9b673;
}

.index .apply-flow .icon-wrap {
  display: inline-block;
  padding: 0 20px;
  height: 120px;
  line-height: 120px;
  font-size: 0;
}

.index .fwkc {
  margin: 0 -10px -10px;
}

.index .fwkc .item {
  float: left;
  width: 50%;
  padding: 0 10px;
  margin-bottom: 10px;
}

.index .fwkc .item img {
  width: 100%;
}

.index .fwkc .text {
  text-align: center;
  padding: 2px 0;
}

.index .bjts {
  color: #666666;
  min-height: 187px;
}

.index .bjts dl {
  margin-bottom: 17px;
}

.index .bjts dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.index .bjts dd {
  font-size: 16px;
  line-height: 24px;
}

.index .zqxy {
  margin-top: 30px;
  padding-bottom: 17px;
}

.index .zqxy .lab {
  display: block;
  background-color: #e9b673;
  border: 1px solid #c4956a;
  font-size: 18px;
  color: #fff;
  padding: 15px 20px;
  margin-bottom: 15px;
}

.index .zqxy .lab:hover {
  background-color: #e29f47;
}

.index .zqxy .lab:last-child {
  margin-bottom: 0;
}

.index .show {
  font-size: 16px;
  line-height: 24px;
  color: #666;
}

.index .show ul {
  min-height: 100px;
}

.index .project-row > div:nth-child(1) {
  margin-bottom: 15px;
}

.index .project-row > div:nth-child(2) {
  margin-bottom: 15px;
}

.index .project-row > div:nth-child(3) {
  margin-bottom: 15px;
}

.index .project-row > div:nth-child(4) {
  clear: both;
}

@media (max-width: 1200px) {
  .index .project-row > div:nth-child(3) {
    clear: both;
  }
  .index .project-row > div:nth-child(4) {
    clear: none;
  }
  .index .project-row > div:nth-child(4) .show {
    min-height: 215px;
  }
  .index .project-row > div:nth-child(5) {
    clear: both;
  }
  .index .project-row .bjts {
    min-height: 235px;
  }
}

.index .professor-list {
  background: #f5f5f5 url(../images/gradleft.png) no-repeat right bottom;
  padding-top: 50px;
}

.index .professor-list .section-title {
  margin-bottom: 50px;
}

.index .professor-list .item {
  padding: 0 10px;
  margin-bottom: 20px;
}

.index .professor-list .item .img-wrap img {
  width: 100%;
}

.index .professor-list .info {
  background-color: #fff;
  padding: 10px 20px;
}

.index .professor-list .name {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}

.index .professor-list .desc {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  min-height: 150px;
}

.index .professor-list .reason-list {
  padding: 30px 0 50px;
}

.index .professor-list .reason-item .index {
  text-align: center;
  margin-bottom: 20px;
}

.index .professor-list .reason-item .index span {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background-color: #e9b673;
  font-size: 24px;
}

.index .professor-list .reason-item .text {
  font-size: 14px;
  line-height: 24px;
  padding: 0 15px;
  text-align: justify;
}

.index .fwys .item {
  position: relative;
  min-height: 140px;
  padding-left: 150px;
  margin-bottom: 20px;
}

.index .fwys .icon-wrap {
  position: absolute;
  background-color: #e9b673;
  left: 0;
  top: 0;
  width: 130px;
  height: 130px;
  text-align: center;
  line-height: 130px;
}

.index .fwys dl {
  padding-top: 10px;
}

.index .fwys dl dt {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}

.index .fwys dl dd {
  font-size: 14px;
  line-height: 22px;
}

.index .nlpy {
  background-color: #f5f5f5;
}

.index .nlpy .list {
  padding: 20px 0 100px;
}

.index .nlpy .list .item {
  float: left;
  position: relative;
  width: 25%;
}

@media (max-width: 768px) {
  .index .nlpy .list .item {
    width: 50%;
  }
}

.index .nlpy .list .item img {
  width: 100%;
}

.index .nlpy .cover {
  position: relative;
}

.index .nlpy .cover .mask {
  position: absolute;
  font-size: 18px;
  color: #fff;
  z-index: 100;
  text-align: center;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 50px;
  overflow: hidden;
  background-color: #e9b673;
  transition: height 300ms ease;
}

.index .nlpy .cover .tit {
  height: 50px;
  line-height: 50px;
  font-size:16px;
}

.index .nlpy .cover .text {
  font-size: 14px;
  padding: 0 10px;
  line-height: 24px;
}

.index .nlpy .item:hover .cover .mask {
  height: 100%;
}

.index .nlpy .item:nth-child(2) .mask {
  background-color: #333333;
}

.index .nlpy .item:nth-child(4) .mask {
  background-color: #333333;
}

.index .nlpy .item:nth-child(5) .mask {
  background-color: #333333;
}

.index .nlpy .item:nth-child(7) .mask {
  background-color: #333333;
}

.index .hzgx {
  background: url(../images/partnership.jpg) no-repeat top center;
  padding-bottom: 40px;
}

.index .hzgx .row > div {
  margin-bottom: 20px;
}

.index .hzgx .row > div img {
  width: 100%;
}

.index .slideTxtBox {
  position: relative;
}

.index .slideTxtBox .hd {
  padding: 0 10px;
}

.index .slideTxtBox .hd li {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 50px;
  cursor: pointer;
  border:1px solid #eee;
}

.index .slideTxtBox .hd li.on {
  background-color: #e9b673;
  color: #fff;
}

.index .slideTxtBox .oprev,
.index .slideTxtBox .onext {
  position: absolute;
  top: 45%;
  width: 24px;
  height: 48px;
  cursor: pointer;
  border: none;
}

@media (max-width: 960px) {
  .index .slideTxtBox .oprev,
  .index .slideTxtBox .onext {
    display: none;
  }
}

.index .slideTxtBox .oprev {
  left: -140px;
  background: url(../images/prev.png) no-repeat center center;
}

.index .slideTxtBox .onext {
  right: -140px;
  background: url(../images/next.png) no-repeat center center;
}

.index .case-list {
  margin-top: 30px;
}
.case-list .owl-carousel .owl-stage-outer {
	height:555px;
}
.index .case-list .info {
  margin-top: 20px;
  background-color: #fff;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
  min-height:220px;
}

.index .case-list .info .name {
  color: #cc9966;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}

.index .case-list .info .desc {
  font-size: 14px;
  line-height: 24px;
}

.index .case-list .case-demo img {
  width: 100%;
}

.mxjs .fwcx {
  padding: 50px 0;
}

.mxjs .fwcx .img-wrap img {
  width: 100%;
}

.mxjs .fwcx .text {
  font-size: 16px;
  color: #666666;
  text-align: center;
  line-height: 24px;
}

.mxjs .fwcx .tips {
  text-align: center;
  background-color: #e9b673;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  margin-top: 40px;
}

.mxjs .fwzz {
  background: #000 url(../images/fwzz.jpg) no-repeat top center;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 30px;
  min-height: 387px;
}

.mxjs .fwzz dl {
  text-align: center;
}

.mxjs .fwzz dl dt {
  line-height: 36px;
  font-size: 18px;
  font-weight: bold;
}

.mxjs .fwzz dl dd {
  line-height: 30px;
  font-size: 16px;
}

.mxjs .hzjs {
  background: url(../images/mxjs.jpg) repeat-y top center;
  padding: 50px 0 100px;
}

.mxjs .hzjs .show-list {
  font-size: 16px;
  line-height: 40px;
  border: 2px dashed #e8b16a;
  padding: 20px 0;
}

.mxjs .hzjs .show-list ul {
  margin-left: -15px;
}

.mxjs .hzjs .show-list li {
  padding-left: 40px;
  background: url(../images/itembg.png) no-repeat left 5px;
}

@media (max-width: 996px) {
  .mxjs .hzjs .row > div {
    margin-bottom: 20px;
  }
}

.mxjs .fwys {
  padding: 50px 0 100px;
}

.mxjs .fwys .cnt {
  background: url(../images/fwys.png) no-repeat right center;
}

.mxjs .fwys .cnt li {
  font-size: 18px;
  min-height: 50px;
  position: relative;
  padding-left: 70px;
  padding-top: 15px;
  margin-bottom: 10px;
}

.mxjs .fwys .cnt li .index {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  background-color: #e9b673;
}

.mxjs .fwts {
  background-color: #f1f1f1;
  padding: 50px 0;
}

.mxjs .fwts .section-title {
  margin-bottom: 60px;
}

.mxjs .fwts .item {
  position: relative;
  min-height: 130px;
  padding-left: 150px;
  margin-bottom: 20px;
  background-color: #fff;
}

.mxjs .fwts .item .text {
  padding-top: 20px;
}

.mxjs .fwts .item .text .tit {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.mxjs .fwts .item .text p {
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}

.mxjs .fwts .item .icon-wrap {
  width: 130px;
  height: 130px;
  text-align: center;
  line-height: 130px;
  font-size: 0;
  background-color: #e9b673;
  position: absolute;
  left: 0;
  top: 0;
}

.mxjs .professor-list {
  padding-top: 50px;
}

.mxjs .professor-list .section-title {
  margin-bottom: 50px;
}

.mxjs .professor-list .item {
  margin-bottom: 20px;
  box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.2);
}

.professor-list .item .img-wrap {
    padding:5%;
    background:#FFF;
}

.mxjs .professor-list .item .img-wrap img {
  width: 100%;
}

.mxjs .professor-list .info {
  background-color: #fff;
  padding: 10px 20px;
}

.mxjs .professor-list .name {
  font-size: 24px;
  color: #000;
  font-weight: bold;
  margin-bottom: 10px;
}

.mxjs .professor-list .desc {
  font-size: 14px;
  line-height: 24px;
  color: #999;
  min-height: 150px;
}

.mxjs .khfk .fk-item {
  background-color: #fff;
  position: relative;
  min-height: 126px;
  margin-bottom: 20px;
  padding-left: 126px;
}

.mxjs .khfk .fk-item .img-wrap {
  position: absolute;
  left: 0;
}

.mxjs .khfk .fk-item .img-wrap img {
  width: 100%;
}

.mxjs .khfk .fk-item dl {
  min-height: 126px;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
}

.mxjs .khfk .fk-item dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.mxjs .khfk .fk-item dd {
  font-size: 16px;
  line-height: 24px;
}

.fwxm-main .fwcx {
  padding-bottom: 80px;
}

.fwxm-main .fwcx .item {
  position: relative;
  min-height: 135px;
  padding-left: 145px;
  margin-bottom: 20px;
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.1);
}

.fwxm-main .fwcx .icon-wrap {
  background-color: #e9b673;
  position: absolute;
  left: 0;
  width: 135px;
  height: 135px;
  line-height: 135px;
  font-size: 0;
  text-align: center;
}

.fwxm-main .fwcx .text {
  font-size: 14px;
  line-height: 24px;
  padding: 15px 10px;
}

.fwxm-main .sub-section .wrap {
  padding: 10px;
  box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.1);
}

.fwxm-main .sub-section .sub-title {
  font-size: 24px;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
  border-left: 5px solid #e9b673;
  padding-left: 10px;
  margin-bottom: 20px;
}

.fwxm-main .plain .text {
  padding: 0 0 30px;
  font-size: 14px;
  line-height: 24px;
}

.fwxm-main .chart {
  position: relative;
  text-align: center;
  padding-bottom: 50px;
  width: 530px;
  margin: 0 auto;
}

.fwxm-main .chart .main-text {
  width: 100%;
  text-align: center;
  top: 80px;
  color: #c4956a;
  font-size: 14px;
  line-height: 24px;
  position: absolute;
}

.fwxm-main .chart .main-text p {
  font-weight: bold;
}

.fwxm-main .chart .tips {
  position: absolute;
  color: #c4956a;
  font-size: 14px;
}

@media (max-width: 560px) {
  .fwxm-main .chart {
    transform: scale(0.8);
    position: relative;
    left: -10%;
  }
}

@media (max-width: 450px) {
  .fwxm-main .chart {
    left: -25%;
  }
}

.fwxm-main .apply-flow {
  text-align: center;
  padding: 26px 0;
}

.fwxm-main .apply-flow .flow-item {
  display: inline-block;
  width: 120px;
  height: 120px;
  font-size: 18px;
  border-radius: 50%;
  text-align: center;
  line-height: 120px;
  background-color: #efefef;
  border: 1px solid #dfdfdf;
}

.fwxm-main .apply-flow .flow-item span {
  display: inline-block;
  line-height: 24px;
  vertical-align: middle;
  padding: 0 20px;
}

.fwxm-main .apply-flow .flow-item.bg {
  background-color: #e9b673;
}

.fwxm-main .apply-flow .flow-item.bg1 {
  background: url(../images/fw3.png);
  color: #fff;
}

.fwxm-main .apply-flow .flow-item.bg2 {
  background: url(../images/fw4.png);
  color: #fff;
}

.fwxm-main .apply-flow .icon-wrap {
  display: inline-block;
  padding: 0 20px;
  height: 120px;
  line-height: 120px;
  font-size: 0;
}

.fwxm-main .show-list .img-wrap {
  position: relative;
  margin-bottom: 5px;
}

.fwxm-main .show-list .img-wrap img {
  width: 100%;
}

.fwxm-main .show-list .img-wrap span {
  position: absolute;
  left: 20px;
  top: 18px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.fwxm-main .show-list .text {
  line-height: 24px;
}

.fwxm-main .show-list .text.f-tac {
  line-height: 20px;
}

.fwxm-main .show-list dl {
  line-height: 20px;
}

.fwxm-main .show-list dl dt {
  font-weight: bold;
}

@media (max-width: 992px) {
  .fwxm-main .show-list .col-sm-12:nth-child(3) {
    clear: both;
  }
}

.lxcg-main .mgjy {
  padding: 50px 0;
}

.lxcg-main .mgjy .img-wrap {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}

.lxcg-main .mgjy .img-wrap span {
    line-height:180%;
    font-size:14px;
}

.lxcg-main .mgjy .img-wrap img {
  display: block;
  width: 100%;
}

.lxcg-main .mgjy .img-wrap .mask {
  position: absolute;
  color: #fff;
  z-index: 100;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 39px;
  overflow: hidden;
  transition: height 300ms ease;
}

.lxcg-main .mgjy .img-wrap .mask span {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  padding-left: 15px;
  display:block;
  padding-bottom:10px;
  padding-top:10px;
}

.lxcg-main .mgjy .img-wrap .mask p {
  font-size: 12px;
  line-height: 1.6;
  padding: 5px 15px;
}

.lxcg-main .mgjy .img-wrap:hover .mask {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.lxcg-main .lxys {
  padding-bottom: 60px;
}

.lxcg-main .lxys .item {
  text-align: center;
  margin-bottom: 50px;
}

.lxcg-main .lxys .item .icon-wrap {
  height: 100px;
  line-height: 100px;
  font-size: 0;
}

.lxcg-main .lxys .item .text {
  font-size: 16px;
  line-height: 32px;
  height:32px;
}

.lxcg-main .dxpm {
  padding-bottom: 50px;
}

.lxcg-main .dxpm table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  font-size: 16px;
}

@media (max-width: 768px) {
  .lxcg-main .dxpm table {
    font-size: 12px;
  }
}

.lxcg-main .dxpm th {
  background-color: #cc9966;
  padding: 10px 5px;
  text-align: center;
  width: 20%;
  color:#FFF;
}

.lxcg-main .dxpm td {
  padding: 10px 5px;
  text-align: center;
  width: 20%;
}

.lxcg-main .dxpm tr:nth-of-type(even) td {
  background-color: #f5f5f5;
}

.lxcg-main .rxyq {
  padding-bottom: 60px;
}

.lxcg-main .rxyq .item {
  position: relative;
  min-height: 90px;
  padding-left: 110px;
  margin-bottom: 40px;
}

.lxcg-main .rxyq .item .img-wrap {
  position: absolute;
  left: 0;
  top: 0;
}

.lxcg-main .rxyq .item dl {
  padding-top: 10px;
}

.lxcg-main .rxyq .item dt {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: bold;
}

.lxcg-main .rxyq .item dd {
  font-size: 14px;
  line-height: 24px;
}

.lxcg-main .xmys .item {
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.lxcg-main .xmys .text {
  padding: 10px;
  line-height: 24px;
  min-height: 100px;
}

.lxcg-main .xmys .img-wrap {
  position: relative;
}

.lxcg-main .xmys .img-wrap img {
  width: 100%;
}

.lxcg-main .xmys .img-wrap span {
  font-size: 20px;
  color: #fff;
  position: absolute;
  left: 10px;
  top: 30px;
  font-weight: bold;
}

.lxcg-main .fwlc {
  padding-bottom: 50px;
}

.lxcg-main .fwlc .flow .item {
  position: relative;
  text-align: center;
  float: left;
  width: 16.666%;
}

.lxcg-main .fwlc .flow .item:nth-of-type(odd) {
  background: url(../images/lx/p3-left.png) no-repeat right 15px, url(../images/lx/p3-right.png) no-repeat left 15px;
}

.lxcg-main .fwlc .flow .item:nth-of-type(even) {
  background: url(../images/lx/p3-right.png) no-repeat left 15px, url(../images/lx/p3-left.png) no-repeat right 15px;
}

.lxcg-main .fwlc .flow .item:first-child {
  background: url(../images/lx/p3-left.png) no-repeat right 15px;
}

.lxcg-main .fwlc .flow .item:last-child {
  background: url(../images/lx/p3-right.png) no-repeat left 15px;
}

@media (max-width: 997px) {
  .lxcg-main .fwlc .flow .item {
    width: 33.33%;
    margin-bottom: 10px;
  }
  .lxcg-main .fwlc .flow .item:nth-child(3) {
    background: url(../images/lx/p3-right.png) no-repeat left 15px;
  }
  .lxcg-main .fwlc .flow .item:nth-child(4) {
    background: url(../images/lx/p3-left.png) no-repeat right 15px;
  }
}

.lxcg-main .fwlc .icon-wrap {
  display: inline-block;
  position: relative;
  z-index: 10;
  width: 61px;
  height: 61px;
  background: url(../images/lx/p2.png) no-repeat 3px 3px;
}

.lxcg-main .fwlc .icon-wrap:hover {
  background: url(../images/lx/p1.png) no-repeat top left;
}

.lxcg-main .fwlc .text {
  font-size: 14px;
  line-height: 20px;
}

.lxcg-main .cgal {
  padding: 50px 0;
}

.lxcg-main .cgal img {
  width: 100%;
}

.lxcg-main .offer {
  padding: 50px 0;
}

.lxcg-main .offer .slideTxtBox {
  position: relative;
}

.lxcg-main .offer .slideTxtBox .hd li {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  padding: 20px 50px;
  cursor: pointer;
}

.lxcg-main .offer .slideTxtBox .hd li.on {
  background-color: #e9b673;
  color: #fff;
}

.lxcg-main .offer .slideTxtBox .prev,
.lxcg-main .offer .slideTxtBox .next {
  position: absolute;
  top: 45%;
  width: 24px;
  height: 48px;
  cursor: pointer;
}

.lxcg-main .offer .slideTxtBox .prev {
  left: -140px;
  background: url(../images/prev.png) no-repeat center center;
}

.lxcg-main .offer .slideTxtBox .next {
  right: -140px;
  background: url(../images/next.png) no-repeat center center;
}

@media (max-width: 960px) {
  .lxcg-main .offer .slideTxtBox .prev {
    left: 10px;
  }
  .lxcg-main .offer .slideTxtBox .next {
    right: 10px;
  }
}

.lxcg-main .offer .case-list {
  margin-top: 30px;
}

.lxcg-main .offer .case-list .info {
  margin-top: 20px;
  background-color: #fff;
  box-shadow: 0 0 18px 4px rgba(0, 0, 0, 0.1);
  padding: 10px 20px;
}

.lxcg-main .offer .case-list .info .name {
  color: #cc9966;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}

.lxcg-main .offer .case-list .info .desc {
  font-size: 14px;
  line-height: 24px;
}

.lxcg-main .offer .case-list .case-demo img {
  width: 100%;
}

.footer {
  background-color: #000000;
  font-size: 14px;
  color: #cc9966;
}

.footer a {
  color: #cc9966;
}

.footer a:hover {
  color: #bf8040;
}

.footer .tel {
  padding: 30px 0 2px;
  text-align: right;
  border-bottom: 2px solid #cc9966;
}

.footer .link-group {
  padding: 20px 0;
}

.footer .link-group a {
  display: inline-block;
  margin-right: 20px;
  line-height: 16px;
}

.footer .copyright {
  padding-bottom: 20px;
}

.footer .copyright a {
  display: inline-block;
  vertical-align: middle;
}

.footer .copyright .icp {
  margin: 0 20px;
}

@media (max-width: 600px) {
  .footer .link-group,
  .footer .copyright {
    text-align: center;
  }
}

@media (max-width: 1200px) {
  .push-ctl-md {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .push-ctl-sm {
    margin-bottom: 20px;
  }
}

.footer-form {
  background-color: #e9b673;
  padding: 20px 0;
}

.footer-form .tips {
  color: #fff;
  font-size: 24px;
  margin-right: 100px;
  display: inline-block;
  vertical-align: middle;
}

.footer-form form {
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}

.footer-form input {
  font-size: 20px;
  background-color: #fff;
  border-radius: 5px;
  border: none;
  width: 150px;
  padding: 10px;
  margin-right: 20px;
}

.footer-form input:first-child {
  width: 100px;
}

.footer-form .btn {
  display: inline-block;
  vertical-align: top;
  border: none;
  padding: 5px 30px;
  border-radius: 5px;
  background-color: #efefef;
}

@media (max-width: 1000px) {
  .footer-form form {
    display: block;
  }
  .footer-form input {
    font-size: 12px;
    width: 20%;
  }
  .footer-form .tips {
    display: block;
    margin-bottom: 10px;
  }
  .footer-form .btn {
    padding: 0 20px;
  }
}

@media (max-width: 500px) {
  .footer-form form {
    display: block;
  }
  .footer-form input {
    font-size: 12px;
    width: 100% !important;
    margin-bottom: 10px;
  }
  .footer-form .btn {
    padding: 0 20px;
    width: 100%;
  }
}

.crumb {
  margin-top: 10px;
  font-size: 14px;
  color: #999;
  margin-bottom: 20px;
}

.crumb a {
  color: #cc9966;
}

.crumb a::after {
  content: " >";
}

.channel-list .item {
  box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.channel-list .item .title {
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
}

.channel-list .item .title h1 {
  float: left;
  font-size: 16px;
}

.channel-list .item .title a {
  float: right;
  background-color: #cc9966;
  padding: 3px 7px;
  border-radius: 3px;
  color: #fff;
}

.channel-list .item .pic {
  padding: 5px 20px;
}

.channel-list .item .pic img {
  display: block;
  width: 100%;
}

.channel-list .item .art-list {
  font-size: 14px;
  line-height: 24px;
  padding: 10px 20px;
}

.channel-list .item .art-list li {
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 16px;
}

.channel-list .item .art-list li::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  left: 0;
  top: 7px;
  position: absolute;
  border-top: 5px solid transparent;
  border-left: 8px solid #ddd;
  border-bottom: 5px solid transparent;
}

.detail-list .block {
  box-shadow: 2px 2px 6px 2px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.detail-list .block .block-tit {
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px;
  border-left: 4px solid #cc9966;
  margin-bottom: 20px;
}

.detail-list .block .list li {
  position: relative;
  padding-right: 100px;
  line-height: 24px;
  margin-bottom: 5px;
}

.detail-list .block .list a {
  position: relative;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 16px;
  font-size: 14px;
}

.detail-list .block .list a::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  left: 0;
  top: 7px;
  position: absolute;
  border-top: 5px solid transparent;
  border-left: 8px solid #ddd;
  border-bottom: 5px solid transparent;
}

.detail-list .block .list .time {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 14px;
}

.detail-list .sm-list li {
  line-height: 24px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.detail-list .detail {
  background-color: #f5f5f5;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  padding: 30px 20px;
}

.detail-list .detail h1.title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.detail-list .detail .time {
  text-align: center;
  font-size: 14px;
  color: #999;
}

.detail-list .detail .cnt {
  margin-top: 20px;
}

.page {
  padding: 20px 0;
  text-align: center;
}

.page a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.page a.active, .page a:hover {
  background-color: #e9b674;
  color: #fff;
}
.about-fwcx .text h3 {
    font-size:20px;
    font-weight:bold;
}
.about-fwcx .text {
    font-size:16px;
    line-height:180%;
    border:1px solid #eee;
    height:200px;
    padding:15px;
}
.about-us {
 padding:10% 0 0 5%;
 background:#f7f5f5;
}
.about-us p {
    font-size:16px;
    margin-bottom:10%;
    line-height:180%;
}

.timeline { background:url("../images/timeline.jpg") no-repeat;}

.timeline .time-info {
    font-size:14px;
    background:#FFF;
    height:45px;
    line-height:45px;
    color:#666;
    text-align:right;
    margin-bottom:15px;
    margin-left:-58px;
    margin-right:-58px;
}

.timeline .time {
    float:right;
    background:#333333;
    color:#FFF;
    font-size:16px;
    font-weight:bold;
    text-align:center;
    padding:0 20px;
    margin-left:30px;
    width:100px;
}

.timeline .time:after {
    content: " ";
    left: 1px;
    border-left-width: 0;
    border-right-color: #fff;
    bottom: -7px;
}


.timeline .time-right .time-info {
    text-align:left;
}


.timeline .time-right .time {
    float:left;
    margin-left:0;
    margin-right:20px;
    background:#c4956a;

}

.time-relative {
    position:relative;
    height:auto;
}

.time-relative-con {
    position:relative;
    height:auto;
    z-index:9;
}


.timeline .time-border {
    border:2px solid #c4956a;
    height:380px;
    width:1px;
    position:absolute;
    left:50%;
    right:50%;
    top:-10px;
    z-index:8;
}


@media (max-width: 768px) {

    .timeline .time-info {
            margin-right:0;
            margin-left:0;
             line-height:24px;
             text-align:left;
             position:relative;
             padding:0 0 0 5px;
             height:45px;
        }
        .timeline .time {
                margin-left:0;
                width:70px;
                font-size:14px;
                padding:0 5px;
                position:absolute;
                right:0px;
                bottom:0px;
                margin-right:0 !important;
            }

}

@media (max-width: 568px) {
    .timeline .time-info {
        margin-right:0;
        margin-left:0;
         line-height:24px;
         text-align:left;
         position:relative;
         padding:0 0 0 5px;;
    }
    .timeline .time {
            margin-left:0;
            width:70px;
            font-size:14px;
            padding:0 5px;
            position:absolute;
            right:0px;
            bottom:0px;
            margin-right:0 !important;
        }
}

@media(max-width:768px){
    .index .professor-list .info {
        height:366px;
    }
    .index .service-project .block {
        min-height:339px;
    }
    .mxjs .fwys .cnt {
        background:none;
    }

    .index .slideTxtBox .hd ul {
        height:auto;
        overflow:hidden;
    }
    .index .slideTxtBox .hd li {
        width:50%;
        float:left;
    }
    .lxcg-main .mgjy .img-wrap .mask span {
        font-size: 14px;
        line-height: 12px;
    }
    .lxcg-main .mgjy .img-wrap .mask p {
        line-height: 1.4;
    }

    .footer {
        margin-bottom:60px;
    }
}


.slide_top {
    float: left;
    width: 25%;
    margin-top: 25px;
    box-sizing: border-box;
    text-align: center;
    line-height:160%;
    color:#333;
    font-size:16px;
}

.slide_top img {
    width:50px;
    height:50px;
}


footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 75px;
    background: url("../images/footer-bg.png") no-repeat center;
    background-size: 100% 100%;
    -moz-background-size:100% 100%;
    z-index: 999
}
footer .footer-wrp {
    padding: 0 5px;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}
footer .footer-wrp a {
    display: block;
    text-align: center;
    position: relative;
        padding-top: 16px;
}
footer .footer-icon {
    width: 32px;
    height: 29px;

    /*margin: 0 auto*/
}
footer .footer-icon-center {
    width: 63px;
    height: 72px;
    margin-top: -1.9rem;
    /*padding-top: 1rem;*/
}
footer .footer-p {
    font-size: 14px;
    color: #666;
    text-align: center;
    padding-top: 0.1rem;
}
footer .footer-center-p {
    margin-top: -5px;
    font-size: 14px;;
    color: #666;
    text-align: center;
}
footer .footer-num {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 1%;
    right: 0%;
    animation: num 1s infinite;
    -webkit-animation: num 1s infinite;
}

.show-wechat {
    position:fixed; right: 0; top: 50px; z-index: 999;
    display:none;
}

.msg-fixed {
    display:none;
}

.mask-div {
    position:fixed;left:0px;top:0px;
    background:rgba(0, 0, 0, 0.6);
    width:100%;  /*宽度设置为100%，这样才能使隐藏背景层覆盖原页面*/
    height:100%;
    filter:alpha(opacity=60);  /*设置透明度为60%*/
    opacity:0.6;  /*非IE浏览器下设置透明度为60%*/
    z-Index:888;
}

.tip-box {
    width:90%; height:270px; background:#FFF; max-width:500px;
    position:fixed; left:50%; top:50%; z-index: 9999; transform:translate(-50%,-50%);
    margin:0 auto;
    border-radius:5px;
    text-align:center;
}

.tip-box h3 {
    font-size:20px;
    font-weight:bold;
    line-height:80px;
}

.tip-box form {
    width:80%;
    margin:0 auto;
}

.tip-box input {
    width:100%;
    height:45px;
    text-align:center;
    font-size:14px;
}

.tip-box button {
    width:100%;
    height:45px;
    border:0px;
    background:#fbb150;
    font-size:16px;
    color:#FFF;
    font-weight:bold;
    margin-top:15px;
}

.tip-box p {
    font-size:14px;
    line-height:52px;
    color:#999;
}

.tip-box .close {
    color:#666;
    font-size:20px;
    position:absolute;
    right:10px;
    top:5px;
    cursor:pointer;
}