/*分页*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination>li {
  display: inline;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/*分页结束*/
.noData {
  text-align: center;
  font-size: 16px;
  line-height: 200px
}






@charset "UTF-8";

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
img,
legend {
  border: 0
}

legend,
td,
th {
  padding: 0
}

.container-fluid:after,
.container:after,
.row:after {
  clear: both
}

html {
  font-family: 'Microsoft YaHei', yahei, '微软雅黑', tahoma, arial, 'Hiragino Sans GB', \5b8b\4f53, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-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],
template {
  display: none
}

.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
  content: " ";
  display: table
}

a {
  /* background-color: transparent */
}

a:active,
a:hover {
  outline: 0
}

abbr[title] {
  border-bottom: 1px dotted
}

b,
optgroup,
strong {
  font-weight: 700
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

mark {
  background: #ff0;
  color: #000
}

small {
  font-size: 80%
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

sub {
  bottom: -.25em
}

svg:not(:root) {
  overflow: hidden
}

figure {
  margin: 1em 40px
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

pre,
textarea {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

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 {
  border: 0;
  padding: 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
}

.header,
.header .menu {
  height: 70px;
  overflow: hidden
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}

.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

.container,
.container-fluid {
  padding-left: 15px;
  padding-right: 15px
}

@media (min-width: 768px) {
  .container {
    width: 750px
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left
}

.col-xs-1 {
  width: 8.3333333333%
}

.col-xs-2 {
  width: 16.6666666667%
}

.col-xs-3 {
  width: 25%
}

.col-xs-4 {
  width: 33.3333333333%
}

.col-xs-5 {
  width: 41.6666666667%
}

.col-xs-6 {
  width: 50%
}

.col-xs-7 {
  width: 58.3333333333%
}

.col-xs-8 {
  width: 66.6666666667%
}

.col-xs-9 {
  width: 75%
}

.col-xs-10 {
  width: 83.3333333333%
}

.col-xs-11 {
  width: 91.6666666667%
}

.col-xs-12 {
  width: 100%
}

.col-xs-pull-0 {
  right: auto
}

.col-xs-pull-1 {
  right: 8.3333333333%
}

.col-xs-pull-2 {
  right: 16.6666666667%
}

.col-xs-pull-3 {
  right: 25%
}

.col-xs-pull-4 {
  right: 33.3333333333%
}

.col-xs-pull-5 {
  right: 41.6666666667%
}

.col-xs-pull-6 {
  right: 50%
}

.col-xs-pull-7 {
  right: 58.3333333333%
}

.col-xs-pull-8 {
  right: 66.6666666667%
}

.col-xs-pull-9 {
  right: 75%
}

.col-xs-pull-10 {
  right: 83.3333333333%
}

.col-xs-pull-11 {
  right: 91.6666666667%
}

.col-xs-pull-12 {
  right: 100%
}

.col-xs-push-0 {
  left: auto
}

.col-xs-push-1 {
  left: 8.3333333333%
}

.col-xs-push-2 {
  left: 16.6666666667%
}

.col-xs-push-3 {
  left: 25%
}

.col-xs-push-4 {
  left: 33.3333333333%
}

.col-xs-push-5 {
  left: 41.6666666667%
}

.col-xs-push-6 {
  left: 50%
}

.col-xs-push-7 {
  left: 58.3333333333%
}

.col-xs-push-8 {
  left: 66.6666666667%
}

.col-xs-push-9 {
  left: 75%
}

.col-xs-push-10 {
  left: 83.3333333333%
}

.col-xs-push-11 {
  left: 91.6666666667%
}

.col-xs-push-12 {
  left: 100%
}

.col-xs-offset-0 {
  margin-left: 0
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%
}

.col-xs-offset-3 {
  margin-left: 25%
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%
}

.col-xs-offset-6 {
  margin-left: 50%
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%
}

.col-xs-offset-9 {
  margin-left: 75%
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%
}

.col-xs-offset-12 {
  margin-left: 100%
}

@media (min-width: 768px) {

  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left
  }

  .col-sm-1 {
    width: 8.3333333333%
  }

  .col-sm-2 {
    width: 16.6666666667%
  }

  .col-sm-3 {
    width: 25%
  }

  .col-sm-4 {
    width: 33.3333333333%
  }

  .col-sm-5 {
    width: 41.6666666667%
  }

  .col-sm-6 {
    width: 50%
  }

  .col-sm-7 {
    width: 58.3333333333%
  }

  .col-sm-8 {
    width: 66.6666666667%
  }

  .col-sm-9 {
    width: 75%
  }

  .col-sm-10 {
    width: 83.3333333333%
  }

  .col-sm-11 {
    width: 91.6666666667%
  }

  .col-sm-12 {
    width: 100%
  }

  .col-sm-pull-0 {
    right: auto
  }

  .col-sm-pull-1 {
    right: 8.3333333333%
  }

  .col-sm-pull-2 {
    right: 16.6666666667%
  }

  .col-sm-pull-3 {
    right: 25%
  }

  .col-sm-pull-4 {
    right: 33.3333333333%
  }

  .col-sm-pull-5 {
    right: 41.6666666667%
  }

  .col-sm-pull-6 {
    right: 50%
  }

  .col-sm-pull-7 {
    right: 58.3333333333%
  }

  .col-sm-pull-8 {
    right: 66.6666666667%
  }

  .col-sm-pull-9 {
    right: 75%
  }

  .col-sm-pull-10 {
    right: 83.3333333333%
  }

  .col-sm-pull-11 {
    right: 91.6666666667%
  }

  .col-sm-pull-12 {
    right: 100%
  }

  .col-sm-push-0 {
    left: auto
  }

  .col-sm-push-1 {
    left: 8.3333333333%
  }

  .col-sm-push-2 {
    left: 16.6666666667%
  }

  .col-sm-push-3 {
    left: 25%
  }

  .col-sm-push-4 {
    left: 33.3333333333%
  }

  .col-sm-push-5 {
    left: 41.6666666667%
  }

  .col-sm-push-6 {
    left: 50%
  }

  .col-sm-push-7 {
    left: 58.3333333333%
  }

  .col-sm-push-8 {
    left: 66.6666666667%
  }

  .col-sm-push-9 {
    left: 75%
  }

  .col-sm-push-10 {
    left: 83.3333333333%
  }

  .col-sm-push-11 {
    left: 91.6666666667%
  }

  .col-sm-push-12 {
    left: 100%
  }

  .col-sm-offset-0 {
    margin-left: 0
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%
  }

  .col-sm-offset-3 {
    margin-left: 25%
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%
  }

  .col-sm-offset-6 {
    margin-left: 50%
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%
  }

  .col-sm-offset-9 {
    margin-left: 75%
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%
  }

  .col-sm-offset-12 {
    margin-left: 100%
  }
}

@media (min-width: 992px) {

  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left
  }

  .col-md-1 {
    width: 8.3333333333%
  }

  .col-md-2 {
    width: 16.6666666667%
  }

  .col-md-3 {
    width: 25%
  }

  .col-md-4 {
    width: 33.3333333333%
  }

  .col-md-5 {
    width: 41.6666666667%
  }

  .col-md-6 {
    width: 50%
  }

  .col-md-7 {
    width: 58.3333333333%
  }

  .col-md-8 {
    width: 66.6666666667%
  }

  .col-md-9 {
    width: 75%
  }

  .col-md-10 {
    width: 83.3333333333%
  }

  .col-md-11 {
    width: 91.6666666667%
  }

  .col-md-12 {
    width: 100%
  }

  .col-md-pull-0 {
    right: auto
  }

  .col-md-pull-1 {
    right: 8.3333333333%
  }

  .col-md-pull-2 {
    right: 16.6666666667%
  }

  .col-md-pull-3 {
    right: 25%
  }

  .col-md-pull-4 {
    right: 33.3333333333%
  }

  .col-md-pull-5 {
    right: 41.6666666667%
  }

  .col-md-pull-6 {
    right: 50%
  }

  .col-md-pull-7 {
    right: 58.3333333333%
  }

  .col-md-pull-8 {
    right: 66.6666666667%
  }

  .col-md-pull-9 {
    right: 75%
  }

  .col-md-pull-10 {
    right: 83.3333333333%
  }

  .col-md-pull-11 {
    right: 91.6666666667%
  }

  .col-md-pull-12 {
    right: 100%
  }

  .col-md-push-0 {
    left: auto
  }

  .col-md-push-1 {
    left: 8.3333333333%
  }

  .col-md-push-2 {
    left: 16.6666666667%
  }

  .col-md-push-3 {
    left: 25%
  }

  .col-md-push-4 {
    left: 33.3333333333%
  }

  .col-md-push-5 {
    left: 41.6666666667%
  }

  .col-md-push-6 {
    left: 50%
  }

  .col-md-push-7 {
    left: 58.3333333333%
  }

  .col-md-push-8 {
    left: 66.6666666667%
  }

  .col-md-push-9 {
    left: 75%
  }

  .col-md-push-10 {
    left: 83.3333333333%
  }

  .col-md-push-11 {
    left: 91.6666666667%
  }

  .col-md-push-12 {
    left: 100%
  }

  .col-md-offset-0 {
    margin-left: 0
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%
  }

  .col-md-offset-3 {
    margin-left: 25%
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%
  }

  .col-md-offset-6 {
    margin-left: 50%
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%
  }

  .col-md-offset-9 {
    margin-left: 75%
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%
  }

  .col-md-offset-12 {
    margin-left: 100%
  }
}

@media (min-width: 1200px) {

  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left
  }

  .col-lg-1 {
    width: 8.3333333333%
  }

  .col-lg-2 {
    width: 16.6666666667%
  }

  .col-lg-3 {
    width: 25%
  }

  .col-lg-4 {
    width: 33.3333333333%
  }

  .col-lg-5 {
    width: 41.6666666667%
  }

  .col-lg-6 {
    width: 50%
  }

  .col-lg-7 {
    width: 58.3333333333%
  }

  .col-lg-8 {
    width: 66.6666666667%
  }

  .col-lg-9 {
    width: 75%
  }

  .col-lg-10 {
    width: 83.3333333333%
  }

  .col-lg-11 {
    width: 91.6666666667%
  }

  .col-lg-12 {
    width: 100%
  }

  .col-lg-pull-0 {
    right: auto
  }

  .col-lg-pull-1 {
    right: 8.3333333333%
  }

  .col-lg-pull-2 {
    right: 16.6666666667%
  }

  .col-lg-pull-3 {
    right: 25%
  }

  .col-lg-pull-4 {
    right: 33.3333333333%
  }

  .col-lg-pull-5 {
    right: 41.6666666667%
  }

  .col-lg-pull-6 {
    right: 50%
  }

  .col-lg-pull-7 {
    right: 58.3333333333%
  }

  .col-lg-pull-8 {
    right: 66.6666666667%
  }

  .col-lg-pull-9 {
    right: 75%
  }

  .col-lg-pull-10 {
    right: 83.3333333333%
  }

  .col-lg-pull-11 {
    right: 91.6666666667%
  }

  .col-lg-pull-12 {
    right: 100%
  }

  .col-lg-push-0 {
    left: auto
  }

  .col-lg-push-1 {
    left: 8.3333333333%
  }

  .col-lg-push-2 {
    left: 16.6666666667%
  }

  .col-lg-push-3 {
    left: 25%
  }

  .col-lg-push-4 {
    left: 33.3333333333%
  }

  .col-lg-push-5 {
    left: 41.6666666667%
  }

  .col-lg-push-6 {
    left: 50%
  }

  .col-lg-push-7 {
    left: 58.3333333333%
  }

  .col-lg-push-8 {
    left: 66.6666666667%
  }

  .col-lg-push-9 {
    left: 75%
  }

  .col-lg-push-10 {
    left: 83.3333333333%
  }

  .col-lg-push-11 {
    left: 91.6666666667%
  }

  .col-lg-push-12 {
    left: 100%
  }

  .col-lg-offset-0 {
    margin-left: 0
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%
  }

  .col-lg-offset-3 {
    margin-left: 25%
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%
  }

  .col-lg-offset-6 {
    margin-left: 50%
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%
  }

  .col-lg-offset-9 {
    margin-left: 75%
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%
  }

  .col-lg-offset-12 {
    margin-left: 100%
  }
}

.header {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  box-shadow: 0 -1px 12px 4px rgba(77, 75, 86, .5);
}

.header .logo {
  float: left;
  margin-top: 12px;
  cursor: pointer;
  object-fit: contain;
}

.header .menu {
  float: right;
  position: relative;
  width: 585px;
}



.header .menu .line {
  margin-top: 29px;
  height: 10px;
  border-left: 1px solid #000;
  display: inline-block
}

.header .menu div:first-child {
  z-index: 300;
  margin-left: 0;
}

.header .menu .item {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  height: 42px;
  border-radius: 43px 46px 0 0;
  line-height: 42px;
  text-align: center;
  box-shadow: 4px 6px 4px 1px #002e4d;
  position: relative;
  width: 162px;
  background-color: #003e67;
  z-index: 200;
  margin: 30px 0 0 -27px;
}

.header .menu div:nth-child(2) {
  z-index: 220;
}

.header .menu div:nth-child(3) {
  z-index: 210;
}


.header .menu .item:nth-child(1):hover~.bg-block {
  left: 6px !important
}

.header .menu .item:nth-child(1).active~.bg-block {
  left: 6px
}

.header .menu .item:nth-child(3):hover~.bg-block {
  left: 107px !important
}

.header .menu .item:nth-child(3).active~.bg-block {
  left: 107px
}

.header .menu .item:nth-child(5):hover~.bg-block {
  left: 208px !important
}

.header .menu .item:nth-child(5).active~.bg-block {
  left: 208px
}

.header .menu .item:not(:last-child):hover {
  background-color: #ee6e2f;
}

.header .menu .item:last-child:hover {
  box-shadow: 4px 6px 4px 1px #e58252;
  background-color: #ee6e2f;
}

.header .menu .item.active.on {
  background-color: #ee6e2f;
}

.header .menu .item:last-child.active.on {
  box-shadow: 4px 6px 4px 1px #e58252;
}


.header .menu .bg-block {
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background: #000;
  position: absolute;
  top: 10px;
  left: -200px;
  width: 88px;
  height: 70px;
  z-index: 290
}

.menu-sub {
  position: fixed;
  z-index: 90;
  top: 70px;
  left: 0;
  width: 100%;
  height: 31px;
  -moz-transition: top .6s ease-out;
  -o-transition: top .6s ease-out;
  transition: top .6s ease-out;
  -webkit-transition: top .6s ease-out
}

.menu-sub.hide1 {
  top: 0
}

.menu-sub:hover {
  top: 70px !important
}

.menu-sub .menu-sub-c {
  float: right;
  margin: -20px 22px 0 0;
  width: 643px;
  line-height: 75px;
  background-color: #ee6e2f;
  height: 51px;
  padding: 0 4px;
  border-radius: 0 0 84px 94px;
}

.menu-sub .menu-sub-c .line {
  height: 9px;
  margin-top: 14px;
  display: inline-block;
  border-right: 1px solid #fff
}

.menu-sub .menu-sub-c .menu-sub-item {
  font-size: 14px;
  display: inline-block;
  color: #003e67;
  height: 14px;
  line-height: 14px;
  padding: 0 32px;
  margin: 10px 0;
  border-left: 1px solid #003e67;
  -webkit-transition: border-color .3s ease-out;
  -moz-transition: border-color .3s ease-out;
  -o-transition: border-color .3s ease-out;
  transition: border-color .3s ease-out
}

.menu-sub .menu-sub-c .menu-sub-item:first-child {
  border-left: none;
}

.menu-sub .menu-sub-c .menu-sub-item:last-child {
  padding-right: 0;
}

.content .about .about-txt,
.content .yewu .yewu-container {
  margin-left: auto;
  margin-right: auto;
  position: relative
}

.menu-sub .menu-sub-c .menu-sub-item.active,
.menu-sub .menu-sub-c .menu-sub-item:hover {
  cursor: pointer;
  border-bottom-color: #fff;
  color: #fff;
}

.content .index {
  background: url(/public/upload/topic/image/f1.jpg) no-repeat bottom center #00284a;
  width: 100%;
  height: 1800px;
}

@media screen and (max-height: 600px) {
  .content .index {
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%
  }
}

.content .about {
  background: url(/public/upload/topic/image/f2.jpg) no-repeat center center #00174b;
}

.content .about .about-txt {
  font-weight: normal;
  color: #fff;
  text-align: center;
  width: 980px;
  margin-left: -490px;
  left: 50%;
  top: 20%;
}

.about_tit {
  margin-left: -70px;
}

.content .about .about-txt h3 {
  font-weight: bold;
  font-size: 30px;
  color: #fff;
}

.about_content {
  text-align: left;
  position: relative;
  padding-top: 20px;
  width: 990px;
  margin: 10px auto 0 auto;
  font-size: 18px;
  line-height: 50px;
}

.about_content .about_img1 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.about_content .about_img2 {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.about_content p {
  text-indent: 2em;
  width: 86%;
  margin: 0 auto;
}

.content .yewu {
  background: url(/public/upload/topic/image/f3.jpg) repeat-y bottom center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}


@media screen and (max-height: 600px) {
  .content .yewu {
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%
  }
}

.content .yewu .yewu-container {
  position: relative;
  top: 30%;
  width: 1200px;
  margin: 0 auto;
  height: 370px;
  text-align: center;
}

.yewu-container div {
  vertical-align: middle;
  display: inline-block;
  margin-left: 5px;
  cursor: pointer;
  width: 281px;
  height: 370px;
}

/*.yewu-container div:first-child{margin-left:100px;}*/
.yewu-container div h3 {
  font-size: 30px;
  color: #fff;
  margin: 140px 0 45px 0;
}

.yewu-container div p {
  font-size: 20px;
  color: #fff;
  line-height: 36px;
  width: 200px;
  margin: 0 auto;
}

.f3_f1 {
  background: url(/public/upload/topic/image/f3_03.png) no-repeat center;
}

.f3_f2 {
  background: url(/public/upload/topic/image/f3_05.png) no-repeat center;
}

.f3_f3 {
  background: url(/public/upload/topic/image/f3_07.png) no-repeat center;
}

.f3_f4 {
  background: url(/public/upload/topic/image/f3_09.png) no-repeat center;
}



.yewu-containe {
  display: none;
  width: 1200px;
  left: 50%;
  overflow: hidden;
  position: absolute;
  height: 500px;
  top: 50%;
  margin: -250px 0 0 -600px;
}

.yewu-containe .hd {
  overflow: hidden;
}

.yewu-containe .hd .prev,
.yewu-containe .hd .next {
  transition: .5s;
  -webkit-transition: .5s;
  opacity: .5;
  filter: alpha(opacity=50);
  top: 50%;
  margin-top: -47px;
  position: absolute;
  background: url("../Images/png.png") no-repeat;
  display: block;
  width: 35px;
  height: 94px;
  overflow: hidden;
  cursor: pointer;
}

.yewu-containe .hd .prev {
  background-position: -249px 0;
  left: 0;
}

.yewu-containe .hd .next {
  background-position: -286px 0;
  right: 0;
}

.yewu-containe .hd ul {
  width: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
}

.yewu-containe .bd {
  width: 1000px;
  margin: 70px auto 0 auto;
}

.yewu-containe .bd ul {
  overflow: hidden;
  zoom: 1;
}

.yewu-containe .bd ul li {
  float: left;
  width: 1000px;
  _display: inline;
  overflow: hidden;
  text-align: center;
}

.yewu_tit {
  margin-bottom: 30px;
}

.yewu_tit img {
  display: inline-block;
  vertical-align: middle;
  width: 82px;
}

.yewu_tit i {
  margin: 0 14px;
  width: 88px;
  height: 1px;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
}

.yewu_tit h3 {
  color: #fff;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
}

.yewu-containe p {
  color: #fff;
  font-size: 18px;
  line-height: 40px;
}

.yewu-containe .hd a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

.f3_a {
  transition: .5s;
  -webkit-transition: .5s;
  display: none;
  width: 69px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  margin-left: -35px;
  border-radius: 7px;
  font-size: 20px;
  bottom: 20%;
  left: 50%;
  position: absolute;
  border: 2px solid #6f9fd1;
  background: url(../Images/jt_03.png) no-repeat center #01448b;
  color: #fff;
  cursor: pointer;
}

.f3_a:hover {
  background-color: #013b75;
}

.yewu-containe4 .yewu_tit {
  margin-bottom: 60px;
}

.content .contact {
  background: url(/public/upload/topic/image/f4.jpg) no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.f4_content {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 1135px;
}

.f4_content>img {
  position: absolute;
  left: 105px;
  top: 75px;
  display: block;
}

.f4_top,
.f4_bottom {
  /* text-align: center; */
}

.f4_top h3,
.f4_bottom h3 {
  line-height: 63px;
  width: 188px;
  height: 63px;
  border: 2px solid #fff;
  font-weight: normal;
  color: #fff;
  font-size: 30px;
}

.f4_top>img {
  width: 799px;
  height: 270px;
  display: block;
  margin: 30px 0 0 130px;
}

.f4_bottom {
  float: right;
  width: 895px;
  margin-top: 55px;
  overflow: hidden;
}

.f4_bottom h3 {
  float: right;
  margin-top: 20px;
}

.f4_div {
  margin-right: 130px;
  width: 707px;
  float: right;
  position: relative;
}

.f4_div .hd {
  position: absolute;
  width: 100%;
  height: 41px;
  bottom: -81px;
  text-align: center;
  overflow: hidden;
}

.f4_div .hd .prev,
.f4_div .hd .next {
  transition: .5s;
  -webkit-transition: .5s;
  opacity: .5;
  filter: alpha(opacity=.5);
  display: inline-block;
  margin: 0 5px;
  width: 41px;
  height: 41px;
  overflow: hidden;
  cursor: pointer;
  background: url("http://www.jiuboom.com/Images/png.png") no-repeat;
}

.f4_div .hd .prev {
  background-position: -333px 0;
}

.f4_div .hd .next {
  background-position: -379px 0;
}

.f4_div .hd ul {
  width: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
  zoom: 1;
}

.f4_div .bd {
  margin: 0 auto;
}

.f4_div .bd ul {
  overflow: hidden;
  zoom: 1;
}

.f4_div .bd ul li {
  margin: 0 1px;
  width: 707px;
  float: left;
  _display: inline;
  overflow: hidden;
  text-align: center;
}

.f4_div .bd ul li a,
.f4_div .bd ul li a img {
  overflow: hidden;
  transition: .5s;
  -webkit-transition: .5s;
  display: block;
  width: 100%;
}

.f4_div .bd ul li a:hover img {
  transform: scale(.93);
  -webkit-transform: scale(.93);
}

.f4_div .hd a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}



/*f5*/
.contact1 {
  background: url(/public/upload/topic/image/f5.jpg) no-repeat center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

.contact-list1 {
  position: relative;
  top: 50%;
  margin: -270px auto 0 auto;
  overflow: hidden;
  width: 1200px;
}

.f5_content {
  overflow: hidden;
  width: 775px;
  margin: 0 auto;
}

.f5_left {
  float: left;
  overflow: hidden;
  width: 312px;
  height: 583px;

}

.f5_left img {
  display: block;
  margin: 0 auto;
}

.f5_right {
  margin-left: -70px;
  float: left;
  width: 510px;
}

.f5_right li {
  line-height: 30px;
  overflow: hidden;
  margin: 52px 0 85px 0;
}

.f5_right li h4 {
  float: left;
  margin-right: 40px;
  font-size: 30px;
  color: #fff;
}

.f5_right li p {
  float: left;
}

.f5_right li p{
  font-size: 16px;
  color: #fff;
  display: block;
}

.f5_right li.f5_right_li1 {
  margin: 0px 0 50px 50px;
}

.f5_right li.f5_right_li2 {
  margin: 60px 0 100px 80px;
}

.f5_right li.f5_right_li3 {
  margin-left: 80px;
}

.f5_right li.f5_right_li4 {}

.f5_right li.f5_right_li5 {
  margin-left: -50px;
}


.footer {
  background-color: rgba(0, 0, 0, .6);
  padding: 10px 0;
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}

.f1 {
  overflow: hidden;
  position: absolute;
  ;
  width: 427px;
  height: 164px;
  top: 50%;
  left: 50%;
  margin: -82px 0 0-213px;
}

.f1_top {
  margin: 0 auto;
  width: 427px;
  height: 164px;
  overflow: hidden;
}

.f1_top img {
  display: block;
  width: 100%;
}


@media screen and (max-height: 600px) {
  .content .contact {
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%
  }
}

.content .contact .contact-list {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 1220px;
  top: 50%;
  display: none;
  margin-top: -320px
}

.content .contact .contact-list .item {
  vertical-align: top;
  color: #FFF;
  display: inline-block;
  width: 300px;
  height: 330px;
  text-align: center;
  border-left: 1px solid #FFF
}

.content .contact .contact-list .item b .gray {
  color: gray;
  padding-right: 6px
}

.content .contact .contact-list .item img {
  width: 15px;
  margin-top: 10px
}

.content .contact .contact-list .item:nth-child(1) {
  border-width: 0
}

.content .contact .contact-list .item h1,
.content .contact .contact-list .item h2 {
  margin: 8px
}

.content .contact .contact-list .item p {
  margin: 10px
}


.hide {
  display: none
}

canvas {
  display: block;
  vertical-align: bottom
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%
}

.onepage-pagination li a:before {
  background: rgba(255, 255, 255, .85)
}

.onepage-pagination li a.active:before {
  border: 1px solid #fff
}

.wrapper {
  width: 450px;
  height: 160px;
  position: absolute;
  left: 50%;
  top: 52%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.wrapper .logo .letter {
  fill: transparent;
  stroke: #FFF;
  stroke-width: 0
}

.wrapper.active .logo path.letter {
  -webkit-animation: draw 3s ease-out forwards, fill 4s linear forwards;
  -moz-animation: draw 3s ease-out forwards, fill 4s linear forwards;
  -o-animation: draw 3s ease-out forwards, fill 4s linear forwards;
  animation: draw 3s ease-out forwards, fill 4s linear forwards;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
  stroke-dasharray: 241;
  stroke-dashoffset: 241
}

@-webkit-keyframes draw {
  0% {
    stroke-width: 0
  }

  50% {
    stroke-width: .5
  }

  80% {
    stroke-width: 1.5
  }

  100% {
    stroke-dashoffset: 0;
    stroke-width: 0
  }
}

@-moz-keyframes draw {
  0% {
    stroke-width: 0
  }

  50% {
    stroke-width: .5
  }

  80% {
    stroke-width: 1.5
  }

  100% {
    stroke-dashoffset: 0;
    stroke-width: 0
  }
}

@-o-keyframes draw {
  0% {
    stroke-width: 0
  }

  50% {
    stroke-width: .5
  }

  80% {
    stroke-width: 1.5
  }

  100% {
    stroke-dashoffset: 0;
    stroke-width: 0
  }
}

@keyframes draw {
  0% {
    stroke-width: 0
  }

  50% {
    stroke-width: .5
  }

  80% {
    stroke-width: 1.5
  }

  100% {
    stroke-dashoffset: 0;
    stroke-width: 0
  }
}

@-webkit-keyframes fill {

  0%,
  55% {
    fill: transparent
  }

  100% {
    fill: #FFF
  }
}

@-moz-keyframes fill {

  0%,
  55% {
    fill: transparent
  }

  100% {
    fill: #FFF
  }
}

@-o-keyframes fill {

  0%,
  55% {
    fill: transparent
  }

  100% {
    fill: #FFF
  }
}

@keyframes fill {

  0%,
  55% {
    fill: transparent
  }

  100% {
    fill: #FFF
  }
}

.opacity_div {
  opacity: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
textarea,
p,
th,
td {
  margin: 0;
  padding: 0;
}


table {
  border-collapse: collapse;
  border-spacing: 0;
}


ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
  font-family: "Microsoft YaHei";
}

a {
  /* text-decoration: none; */
  /* color: #666; */
}

input {
  vertical-align: middle;
  border: none;
}

input,
button,
textarea,
select {
  outline: none;
  font-family: "Microsoft YaHei";
  font-size: 14px;
}

@media all and (max-width: 1400px) {

  .f3_f1 {
    right: -363px;
    top: -20px;
  }

  .f3_f2 {
    top: 6px;
    left: -350px;
  }

  .f3_f3 {
    bottom: -30px;
    right: -375px;
  }

  .f3_f4 {
    bottom: -15px;
    left: -345px;
  }

  .f5_left img {
    transform: scale(.9);
    -webkit-transform: scale(.9);
  }

  .yewu-containe {
    top: 60%;
  }

  .content .yewu {
    background: url(/public/upload/topic/image/f3.jpg) center;
  }

  .contact-list1 {
    transform: scale(.8);
    -webkit-transform: scale(.8);
  }

  .content .index {
    background: url(/public/upload/topic/image/f1.jpg) no-repeat center #00284a;
  }

  .f4_top h3,
  .f4_bottom h3 {
    line-height: 40px;
    width: 150px;
    height: 40px;
    border: 2px solid #fff;
    font-weight: normal;
    color: #fff;
    font-size: 20px;
    text-align: center;
  }

  .content .contact .contact-list {
    margin-top: -280px;
  }

  .f4_top>img {
    width: 45%;
    height: auto;
  }

  .f4_content>img {
    position: absolute;
    left: 85px;
    top: 150px;
    display: block;
    height: 355px;
    width: 800px;
  }

  .f4_div {
    width: 500px;
    margin: 0 50px 0 300px;
  }

  .f4_bottom {
    margin: 60px 30px 0 0;
  }

  .content .contact .contact-list {
    margin-top: -290px;
  }

  .f4_div .bd ul li {
    width: 400px !important;
    height: auto;
  }

  .f4_top {
    margin-top: 95px;
  }

  .f4_div .hd {
    bottom: -59px;
  }

  .f4_content {
    width: 1000px;
  }

  .f4_div .hd .prev,
  .f4_div .hd .next {
    margin: 0;
    transform: scale(.7);
    -webkit-transform: scale(.7);
  }

  .f3_a {
    bottom: 30px;
  }
}

@media screen and (min-width: 1401px) {
  .f3_f1 {
    right: -275px;
    top: -175px;
  }

  .f3_f2 {
    top: -75px;
    left: -350px;
  }

  .f3_f3 {
    bottom: 30px;
    right: -375px;
  }

  .f3_f4 {
    bottom: -35px;
    left: -345px;
  }

  .f5_left img {
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  .yewu-containe {
    top: 50%;
  }

  .contact-list1 {
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  .content .index {
    background: url(/public/upload/topic/image/f1.jpg) no-repeat bottom center #00284a;
  }

  .f4_top h3,
  .f4_bottom h3 {
    line-height: 63px;
    width: 188px;
    height: 63px;
    border: 2px solid #fff;
    font-weight: normal;
    color: #fff;
    font-size: 30px;
    text-align: center;
  }

  .content .contact .contact-list {
    margin-top: -320px;
  }

  .f4_top>img {
    width: 799px;
    height: 270px;
  }

  .f4_content>img {
    position: absolute;
    left: 105px;
    top: 75px;
    display: block;
  }

  .f4_div {
    width: 707px;
    margin-right: 130px;
  }

  .content .contact .contact-list {
    margin-top: -320px;
  }

  .f4_div .bd ul li {
    width: 707px;
  }

  .f4_top {
    margin-top: 0;
  }

  .f4_div .hd {
    bottom: -81px;
  }

  .f4_content {
    width: 1135px;
  }

  .f4_div .hd .prev,
  .f4_div .hd .next {
    margin: 0 5px;
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  .f3_a {
    bottom: 20%;
  }
}

.onepage-wrapper,
.onepage-wrapper .section {
  width: 100%;
  height: 100%
}

body,
html {
  margin: 0;
  overflow: hidden;
  -webkit-transition: opacity .4s;
  -moz-transition: opacity .4s;
  transition: opacity .4s
}

.onepage-wrapper,
body,
html {
  display: block;
  position: static;
  padding: 0;
  width: 100%;
  height: 100%
}

.onepage-wrapper {
  display: block;
  position: relative;
  padding: 0;
  -webkit-transform-style: preserve-3d
}

.onepage-pagination {
  position: absolute;
  right: 10px;
  top: 50%;
  z-index: 5;
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
}

.onepage-pagination li {
  padding: 0;
  text-align: center
}

.onepage-pagination li a {
  padding: 10px;
  width: 4px;
  height: 4px;
  display: block
}

.onepage-pagination li a:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background: rgba(0, 0, 0, .85);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px
}

.onepage-pagination li a.active:before {
  width: 10px;
  height: 10px;
  background: 0 0;
  border: 1px solid #000;
  margin-top: -4px;
  left: 8px
}

.disabled-onepage-scroll,
.disabled-onepage-scroll .wrapper {
  overflow: auto
}

.disabled-onepage-scroll .onepage-wrapper .section {
  position: relative !important;
  top: auto !important;
  left: auto !important
}

.disabled-onepage-scroll .onepage-wrapper {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  transform: none !important;
  -ms-transform: none !important;
  min-height: 100%
}

.disabled-onepage-scroll .onepage-pagination {
  display: none
}

.disabled-onepage-scroll .onepage-wrapper,
body.disabled-onepage-scroll,
html {
  position: inherit
}
#moblie{
  display: none;
}
#mo{
  display: none;
}
@media screen and (max-width: 600px) {
  .header {
    display: none;
  }

  .menu-sub {
    display: none;
  }

  #pc {
    display: none;
  }
  #moblie{
    display: block;
  }
  #mo{
    display: block;
  }

  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-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],
  template {
    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 {
    font-size: 2em;
    margin: 0.67em 0;
  }

  mark {
    background: #ff0;
    color: #000;
  }

  small {
    font-size: 80%;
  }

  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

  sup {
    top: -0.5em;
  }

  sub {
    bottom: -0.25em;
  }

  img {
    border: 0;
  }

  svg:not(:root) {
    overflow: hidden;
  }

  figure {
    margin: 1em 40px;
  }

  hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
  }

  pre {
    overflow: auto;
  }

  code,
  kbd,
  pre,
  samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }

  button,
  input,
  optgroup,
  select,
  textarea {
    color: inherit;
    font: inherit;
    margin: 0;
  }

  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 {
    border: 0;
    padding: 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-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }

  input[type="search"]::-webkit-search-cancel-button,
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }

  fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  }

  legend {
    border: 0;
    padding: 0;
  }

  textarea {
    overflow: auto;
  }

  optgroup {
    font-weight: bold;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
  }

  td,
  th {
    padding: 0;
  }

  /**
   * Swiper 3.1.0
   * Most modern mobile touch slider and framework with hardware accelerated transitions
   *
   * http://www.idangero.us/swiper/
   *
   * Copyright 2015, Vladimir Kharlampidi
   * The iDangero.us
   * http://www.idangero.us/
   *
   * Licensed under MIT
   *
   * Released on: July 14, 2015
   */
  .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
  }

  .swiper-container-no-flexbox .swiper-slide {
    float: left;
  }

  .swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }

  .swiper-container-android .swiper-slide,
  .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }

  .swiper-container-multirow>.swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
  }

  .swiper-slide {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
  }

  /* a11y */
  .swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
  }

  /* IE10 Windows Phone 8 Fixes */
  .swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
  }

  .swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
  }

  /* Arrows */
  .swiper-button-prev,
  .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 25px;
    height: 79px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 25px 79px;
    -webkit-background-size: 25px 79px;
    -o-background-size: 25px 79px;
    background-size: 25px 79px;
    background-position: center;
    background-repeat: no-repeat;
  }

  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAABPCAMAAAAp4J67AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABv1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAAAC79vXAAAAlHRSTlMABF5XuxLUW5KvPd8jB8lxe8Ip4DQBt4li0Q0a20qioEzaD2CLtDgGw3hzxggmPLCQERfZUZunRd0eC89ohLoDMS6+gGvLCiDeQqmYU9cV1ViTrj4Jb3zALIjvH60b8GbsFMShK/dE2Ic/+DDK6G1V87P0bpr5BX8oo2VcGKv1TXbjkTY30gx39iS8GV1k7aQqRn6Ki+neZQAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxIAAAsSAdLdfvwAAAFsSURBVEjHddRnOwJQGIDhE8pomCEZGZnZUvZIZK9sMhMlexOy9/zD/sB5ztf7et4P53rPEUJ+FBEAIjIKQKmKBomJBYhTa+Sg1cVDkpCokENScooc9KlpMCvdkCEHY2YWJNk5AKZcoxzyDPmQFJj1cihUJ8mhqLgEZpWWWeRQrq6Aa6msglnRqmo51NTWQWKtB7DZG+TQ2NQMSUtrmxzakzvk0NbpgFldzm459Lh6IenrBxgYHJKDcngEktExgHEXLL5bNwHJ5BQs/jQtvjDPAIhhC8nsHMk8PXyx4KGXLxaXlkH0K6sUrXnXiRx2N4jFt0HRpj9AZN2CZRPVwW2KdnYbiMx7JHP7A0QHwTy6JOchRYGjCqI03zGI23VCkc17SnRWTLK8dE504bkkigqRaK6uiW7C8FkLheGWojv/PVHVA7wn8Rh+osj0/EIUeiV587wTfXzCnyL0iV8UfXt/iH5d8N8J7eAfReu6fzAkOGgwh43IAAAAAElFTkSuQmCC");
    left: 20px;
    right: auto;
  }

  .swiper-button-prev.swiper-button-black,
  .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  }

  .swiper-button-prev.swiper-button-white,
  .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAABPCAMAAAAp4J67AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAB4FBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8AAABgyY+BAAAAn3RSTlMAVOIM1I45+DSUzgQN5XRP9SKuuRvxWmjrEwHFoCxCgtsJCNmFQC6cyAIS6WtX8h21sR7zUm/mEM2YMPk7itfgfkX3KKTBFe1jXu8YvaklS3nhBdKPODaSz+R1TiOtuhrsYH0HesIqNbeJYtBJodoZDtFhizffKQbDeHPHJrCQW9URFlCbp90fC4MDMS+AyiGqlxTWPsl8K7iHZEijnmdJW6T9AAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEgAACxIB0t1+/AAAAV5JREFUSMd11eVWAlEUQOHBGhVUTGyxE8XGAgsTuwNQsbuwu7u7ntUXuHv+fmvPmnVjjqSQ6HFxJXFzJ/GQPYm8vJUgKh9fivzU/kQBgSRBwSFEmtAwkPCISIqi5GiiGG0sSFx8AkWJchJRckoqSFp6BkW6zCwifTZJTm4eUX5BIZGhiKS4pJSozEg7H2cqp6iisoqo2kxSU1tHVN/QSGRpImlWtxC1tqlA2js6KeqSu4l6ettBVH39FA2oB4msNhL70DDRiAHAYdaAjI7Bd4+bJiCZnAKYnoE1tWtnIZmjW9syvyCGxaVlSFb0AKvONTGsb2xCsrXtEMOOk+7J7h7A/sGhGI7ijyE5OQWoODsXw4WBdvjSdiWGa+eNGJSWW3hXxt2FGO7P6B/78AigMD6JIexZB4mXFeDFCXPG8ZoPyZsZluXdRDPw4xPgqxdmbZD2G5KfXwCJDr4k/RH8Ay5MPP12/V2IAAAAAElFTkSuQmCC");
    right: 20px;
    left: auto;
  }

  .swiper-button-next.swiper-button-black,
  .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  }

  .swiper-button-next.swiper-button-white,
  .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("http://www.jiuboom.com/Images/png.png");
  }

  /* Pagination Styles */
  .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
  }

  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
  }

  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
  }

  button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none;
  }

  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
  }

  .swiper-pagination-white .swiper-pagination-bullet {
    background: #fff;
  }

  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
  }

  .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
  }

  .swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
  }

  .swiper-container-vertical>.swiper-pagination {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    -moz-transform: translate3d(0px, -50%, 0);
    -o-transform: translate(0px, -50%);
    -ms-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
  }

  .swiper-container-vertical>.swiper-pagination .swiper-pagination-bullet {
    margin: 5px 0;
    display: block;
  }

  .swiper-container-horizontal>.swiper-pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
  }

  .swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
  }

  /* 3D Container */
  .swiper-container-3d {
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px;
  }

  .swiper-container-3d .swiper-wrapper,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }

  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }

  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    /* Opera 11.10-12.00 */
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 16+, IE10, Opera 12.50+ */
  }

  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    /* Opera 11.10-12.00 */
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 16+, IE10, Opera 12.50+ */
  }

  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    /* Opera 11.10-12.00 */
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 16+, IE10, Opera 12.50+ */
  }

  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    /* Safari 4+, Chrome */
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    /* Chrome 10+, Safari 5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 3.6-15 */
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    /* Opera 11.10-12.00 */
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
    /* Firefox 16+, IE10, Opera 12.50+ */
  }

  /* Coverflow */
  .swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
  }

  /* Fade */
  .swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }

  .swiper-container-fade .swiper-slide {
    pointer-events: none;
  }

  .swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
  }

  .swiper-container-fade .swiper-slide-active,
  .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }

  /* Cube */
  .swiper-container-cube {
    overflow: visible;
  }

  .swiper-container-cube .swiper-slide {
    pointer-events: none;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    height: 100%;
  }

  .swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }

  .swiper-container-cube .swiper-slide-active,
  .swiper-container-cube .swiper-slide-next,
  .swiper-container-cube .swiper-slide-prev,
  .swiper-container-cube .swiper-slide-next+.swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }

  .swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
  }

  .swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
    z-index: 0;
  }

  /* Scrollbar */
  .swiper-scrollbar {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
  }

  .swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
  }

  .swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
  }

  .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    left: 0;
    top: 0;
  }

  .swiper-scrollbar-cursor-drag {
    cursor: move;
  }

  /* Preloader */
  .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -moz-transform-origin: 50%;
    -ms-transform-origin: 50%;
    -o-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -o-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
  }

  .swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  .swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }

  @-webkit-keyframes swiper-preloader-spin {
    100% {
      -webkit-transform: rotate(360deg);
    }
  }

  @-moz-keyframes swiper-preloader-spin {
    100% {
      -moz-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  @-o-keyframes swiper-preloader-spin {
    100% {
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  @keyframes swiper-preloader-spin {
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

  html,
  body {
    position: relative;
    height: 100%;
    background: black;
    /* font-family: "Microsoft YaHei"; */
  }

  div {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .menu {
    z-index: 10000;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    height: 89px;
    background: url(/public/upload/topic/20201113/fe4b862f7888838ca632baa28668a22b.jpg) no-repeat 30px center;
    background-color: #FFFFFF;
  }

  .logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    height: 89px;
    display: block;
  }

  .menu.active {
    top: 0;
    -webkit-transition: top 1s;
    -moz-transition: top 1s;
    -o-transition: top 1s;
    transition: top 1s;
  }

  .menu .menu-list {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 15000;
    background: rgba(0, 0, 0, 0.9);
    width: 0;
    height: 89px;
    -webkit-transition: opacity .8s, height 1s, width .5s;
    -moz-transition: opacity .8s, height 1s, width .5s;
    -o-transition: opacity .8s, height 1s, width .5s;
    transition: opacity .8s, height 1s, width .5s;
    opacity: 0;
  }

  .menu .menu-list .item {
    color: #FFFFFF;
    font-size: 28px;
    width: 160px;
    padding-top: 35px;
    padding-bottom: 35px;
    text-align: center;
    border-top: 1px solid gray;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .menu .menu-list .item:nth-child(1) {
    margin-top: 70px;
    border-width: 0;
  }

  .menu .menu-list.active {
    opacity: 1;
    width: 200px;
    height: 2000px;
  }

  .menu .btn {
    z-index: 20000;
    display: block;
    width: 35px;
    height: 50px;
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: 0px;
    padding: 0;
    margin: 0;
    outline: none;
  }

  .menu .btn span {
    display: block;
    text-align: left;
    text-indent: -100em;
    overflow: hidden;
    width: 35px;
    height: 4px;
    margin-top: 22px;
    margin-bottom: 22px;
    -webkit-transition: background 200ms;
    -moz-transition: background 200ms;
    -o-transition: background 200ms;
    transition: background 200ms;
    background: #054c7a;
  }

  .menu .btn span.active {
    background: transparent;
  }

  .menu .btn span.active:before {
    -webkit-animation: menu-btn-active-1 .5s ease-out;
    -moz-animation: menu-btn-active-1 .5s ease-out;
    -o-animation: menu-btn-active-1 .5s ease-out;
    animation: menu-btn-active-1 .5s ease-out;
    top: 24px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #FFFFFF;
  }

  .menu .btn span.active:after {
    -webkit-animation: menu-btn-active-3 .5s ease-out;
    -moz-animation: menu-btn-active-3 .5s ease-out;
    -o-animation: menu-btn-active-3 .5s ease-out;
    animation: menu-btn-active-3 .5s ease-out;
    bottom: 22px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #FFFFFF;
  }

  .menu .btn span.close:before {
    -webkit-animation: menu-btn-close-1 .5s ease-out;
    -moz-animation: menu-btn-close-1 .5s ease-out;
    -o-animation: menu-btn-close-1 .5s ease-out;
    animation: menu-btn-close-1 .5s ease-out;
  }
  .f4_bottom h3{
    bottom: 15px;
    position: absolute;
    right: -45px;
  }
  .menu .btn span.close:after {
    -webkit-animation: menu-btn-close-3 .5s ease-out;
    -moz-animation: menu-btn-close-3 .5s ease-out;
    -o-animation: menu-btn-close-3 .5s ease-out;
    animation: menu-btn-close-3 .5s ease-out;
  }

  .menu .btn span:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
    left: 0;
    content: "";
    display: block;
    width: 35px;
    height: 4px;
    top: 10px;
    background: #054c7a;
    -webkit-transition: background 200ms;
    -moz-transition: background 200ms;
    -o-transition: background 200ms;
    transition: background 200ms;
  }

  .menu .btn span:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
    left: 0;
    content: "";
    display: block;
    width: 35px;
    height: 4px;
    bottom: 10px;
    background: #054c7a;
    -webkit-transition: background 200ms;
    -moz-transition: background 200ms;
    -o-transition: background 200ms;
    transition: background 200ms;
  }

  @-webkit-keyframes menu-btn-active-1 {
    0% {
      top: 6px;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    50% {
      top: 22px;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      top: 22px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
  }

  @-moz-keyframes menu-btn-active-1 {
    0% {
      top: 6px;
      -moz-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    50% {
      top: 22px;
      -moz-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      top: 22px;
      -moz-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
  }

  @-o-keyframes menu-btn-active-1 {
    0% {
      top: 6px;
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    50% {
      top: 22px;
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      top: 22px;
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
  }

  @keyframes menu-btn-active-1 {
    0% {
      top: 6px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    50% {
      top: 22px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      top: 22px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
  }

  @-webkit-keyframes menu-btn-active-3 {
    0% {
      bottom: 6px;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    50% {
      bottom: 22px;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      bottom: 22px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  }

  @-moz-keyframes menu-btn-active-3 {
    0% {
      bottom: 6px;
      -moz-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    50% {
      bottom: 22px;
      -moz-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      bottom: 22px;
      -moz-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  }

  @-o-keyframes menu-btn-active-3 {
    0% {
      bottom: 6px;
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    50% {
      bottom: 22px;
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      bottom: 22px;
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  }

  @keyframes menu-btn-active-3 {
    0% {
      bottom: 6px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    50% {
      bottom: 22px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      bottom: 22px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }
  }

  @-webkit-keyframes menu-btn-close-1 {
    0% {
      top: 22px;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }

    50% {
      top: 22px;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      top: 6px;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }

  @-moz-keyframes menu-btn-close-1 {
    0% {
      top: 22px;
      -moz-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }

    50% {
      top: 22px;
      -moz-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      top: 6px;
      -moz-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }

  @-o-keyframes menu-btn-close-1 {
    0% {
      top: 22px;
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }

    50% {
      top: 22px;
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      top: 6px;
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }

  @keyframes menu-btn-close-1 {
    0% {
      top: 22px;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }

    50% {
      top: 22px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      top: 6px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }

  @-webkit-keyframes menu-btn-close-3 {
    0% {
      bottom: 22px;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }

    50% {
      bottom: 22px;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      bottom: 6px;
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }

  @-moz-keyframes menu-btn-close-3 {
    0% {
      bottom: 22px;
      -moz-transform: rotate(45deg);
      transform: rotate(45deg);
    }

    50% {
      bottom: 22px;
      -moz-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      bottom: 6px;
      -moz-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }

  @-o-keyframes menu-btn-close-3 {
    0% {
      bottom: 22px;
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }

    50% {
      bottom: 22px;
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      bottom: 6px;
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }

  @keyframes menu-btn-close-3 {
    0% {
      bottom: 22px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }

    50% {
      bottom: 22px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }

    100% {
      bottom: 6px;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
  }

  .swiper-container {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    /* font-size: 18px; */
  }

  .swiper-slide.index {
    background: url(/public/upload/topic/20201112/baf998d28fd7d489d15ab692cb65e980.jpg) no-repeat top center;
    -webkit-background-size: 330% 100%;
    -moz-background-size: 330% 100%;
    -o-background-size: 330% 100%;
    background-size: 330% 100%;
  }

  .f1 {
    position: absolute;
    top: 50%;
  }

  .f1_top {
    margin: 0 auto;
    width: 60%;
  }

  .f1_top img {
    display: block;
    width: 100%;
  }

  .f1_bottom {
    margin: 55px auto;
    letter-spacing: 10px;
    text-shadow: 5px 2px 6px #000;
    width: 565px;
    height: 54px;
    line-height: 54px;
    border: 1px solid #aaafb3;
    border-radius: 5px;
    overflow: hidden;
    text-align: center;
    font-size: 27px;
    color: #fff;
  }



  .swiper-slide.desc1 {
    background: url(/public/upload/topic/image/f2\ \(1\).jpg) no-repeat top center;
    -webkit-background-size: 120% 100%;
    -moz-background-size: 120% 100%;
    -o-background-size: 120% 100%;
    background-size: 120% 100%;
  }

  .swiper-slide.desc3 {
    background: url(/public/upload/topic/image/f4.jpg) no-repeat top center;
    -webkit-background-size: 310% 100%;
    -moz-background-size: 310% 100%;
    -o-background-size: 310% 100%;
    background-size: 310% 100%;
  }

  .f4_cont {
    position: relative;
    width: 95%;
    margin: 0 auto;
    top: 20%;
  }

  .f4_cont>img {
    z-index: 10;
    position: absolute;
    top: 30px;
    left: 30px;
    height: 310px;
    width: 330px;
  }

  .f4_top {
    text-align: center;
    position: relative;
    z-index: 100;
  }

  .f4_top img {
    display: block;
    margin: 20px auto;
    width: 80%;
  }

  .f4_bottom {
    position: relative;
    z-index: 100;
    float: inherit;
    width: auto;
    overflow: inherit;
    width: 320px;
    margin: 0 auto;
    margin-right: 45px;
    margin-top: 80px;
  }

  .f4_top h3,
  .f4_bottom h3 {
    font-family: "Microsoft YaHei";
    text-align: center;
    width: 85px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
  }

  .f4_bottom h3 {
    position: absolute;
    right: -50px;
    bottom: 15px;
  }

  .f4_bottom .swiper-container {
    overflow: hidden;
    /* text-align: center; */
    position: relative;
  }

  .f4_bottom .swiper-slide {
    height: 150px;
    width: 90%;
  }
  .f4_bottom .swiper-slide img{
    width: 100%;
  }
  .f4_bottom .swiper-button-prev,
  .f4_bottom .swiper-button-next {
    width: 29px;
    height: 29px;
    z-index: 10000;
    top: auto;
    bottom: 0;
    left: 50%;
  }

  .f4_bottom .swiper-button-prev {
    margin-left: -30px;
    background: url("http://www.jiuboom.com/mobile/Images/jt_03.png") no-repeat center;
  }

  .f4_bottom .swiper-button-next {
    margin-left: 30px;
    background: url("http://www.jiuboom.com/mobile/Images/jt_05.png") no-repeat center;
  }


  .f5_content {
    margin: 0 auto;
    position: relative;
    top: 25%;
  }

  .f5_content:after {
    clear: both;
    display: block;
    content: ''
  }

  .f5_content {
    zoom: 1;
    width: 100%;
  }


  .f5_left {
    float: left;
    overflow: hidden;
    width: 250px;
    margin-left: -100px;
    opacity: 1;
    margin-right:50px;
  }

  .f5_left img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }

  .f5_right {
    margin: 0px 0 0 -100px;
    float: left;
    width: 65%;
    opacity: 1;
  }

  .f5_right li {
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 55px;
  }

  .f5_right li h4 {
    margin: 0;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
  }

  .f5_right li p{
    font-size: 12px;
    color: #fff;
    display: block;
  }

  .f5_right li.f5_right_li1 {
    margin: 0px 0 60px 10px;
  }

  .f5_right li.f5_right_li2 {
    margin: 0 0 10px 70px;
  }

  .f5_right li.f5_right_li3 {
    margin-left: 60px;
    margin: 0 0 10px 60px;
  }

  .f5_right li.f5_right_li4 {
    margin: -24px 0 0 -10px;
    line-height: 24px;
  }

  .f5_right li.f5_right_li5 {
    margin: 0px 0 0 -40px;
    line-height: 24px;
    width: 100%;
  }




  .swiper-slide.desc2 {
    background: url(/public/upload/topic/image/f3.jpg) no-repeat top center;
    -webkit-background-size: 300% 100%;
    -moz-background-size: 300% 100%;
    -o-background-size: 300% 100%;
    background-size: 300% 100%;
  }

  .swiper-slide.desc2.on {
    background: url(../Images/f3bg_02.jpg) no-repeat top center;
    -webkit-background-size: 370% 100%;
    -moz-background-size: 370% 100%;
    -o-background-size: 370% 100%;
    background-size: 370% 100%;
  }

  .swiper-slide.contact {
    background: url(/public/upload/topic/image/f5.jpg) no-repeat top center;
    -webkit-background-size: 400% 100%;
    -moz-background-size: 400% 100%;
    -o-background-size: 400% 100%;
    background-size: 400% 100%;
  }

  .wrapper {
    position: absolute;
    left: 51%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .wrapper .logo .letter {
    fill: transparent;
    stroke: #FFFFFF;
    stroke-width: 0;
  }

  .wrapper .logo-info {
    -webkit-transition: opacity 3s 4s;
    -moz-transition: opacity 3s 4s;
    -o-transition: opacity 3s 4s;
    transition: opacity 3s 4s;
    opacity: 0;
  }

  .wrapper.active .logo path.letter {
    -webkit-animation: draw 3s ease-out forwards, fill 4s linear forwards;
    -moz-animation: draw 3s ease-out forwards, fill 4s linear forwards;
    -o-animation: draw 3s ease-out forwards, fill 4s linear forwards;
    animation: draw 3s ease-out forwards, fill 4s linear forwards;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    stroke-dasharray: 241;
    stroke-dashoffset: 241;
  }

  .wrapper.active .logo-info {
    opacity: 1;
  }

  @-webkit-keyframes draw {
    0% {
      stroke-width: 0;
    }

    50% {
      stroke-width: 0.5;
    }

    80% {
      stroke-width: 1.5;
    }

    100% {
      stroke-dashoffset: 0;
      stroke-width: 0;
    }
  }

  @-moz-keyframes draw {
    0% {
      stroke-width: 0;
    }

    50% {
      stroke-width: 0.5;
    }

    80% {
      stroke-width: 1.5;
    }

    100% {
      stroke-dashoffset: 0;
      stroke-width: 0;
    }
  }

  @-o-keyframes draw {
    0% {
      stroke-width: 0;
    }

    50% {
      stroke-width: 0.5;
    }

    80% {
      stroke-width: 1.5;
    }

    100% {
      stroke-dashoffset: 0;
      stroke-width: 0;
    }
  }

  @keyframes draw {
    0% {
      stroke-width: 0;
    }

    50% {
      stroke-width: 0.5;
    }

    80% {
      stroke-width: 1.5;
    }

    100% {
      stroke-dashoffset: 0;
      stroke-width: 0;
    }
  }

  @-webkit-keyframes fill {
    0% {
      fill: transparent;
    }

    55% {
      fill: transparent;
    }

    100% {
      fill: #FFFFFF;
    }
  }

  @-moz-keyframes fill {
    0% {
      fill: transparent;
    }

    55% {
      fill: transparent;
    }

    100% {
      fill: #FFFFFF;
    }
  }

  @-o-keyframes fill {
    0% {
      fill: transparent;
    }

    55% {
      fill: transparent;
    }

    100% {
      fill: #FFFFFF;
    }
  }

  @keyframes fill {
    0% {
      fill: transparent;
    }

    55% {
      fill: transparent;
    }

    100% {
      fill: #FFFFFF;
    }
  }

  .wrapper1 {
    width: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #FFFFFF;
    font-size: 25px;
  }

  .wrapper1 h3 {
    font-size: 40px;
    font-family: "Microsoft YaHei";
  }

  .wrapper1 h1 {
    margin: 0;
    font-size: 70px;
  }

  .wrapper1 h2 {
    margin: 30px 0 0 0;
    font-size: 40px;
  }

  .wrapper1>p {
    font-size: 28px;
    font-family: "Microsoft YaHei";
    color: white;
    line-height: 1;
    text-align: center;
  }

  #l-logo-1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 150px;
    height: 150px;
  }

  .desc2 {
    padding-top: 100px;
  }

  .desc2 .wrapper {
    width: 100%;
    height: auto;
  }

  .desc2 .wrapper .info {
    padding-top: 45px;
    font-size: 50px;
    color: #FFFFFF;
    font-weight: 900;
    width: 100%;
    text-align: center;
  }

  .f3_phone {
    overflow: hidden;
    width: 90%;
    margin: 50px auto;
  }

  .f3_f1 {
    text-align: center;
    color: #fff;
    float: left;
    width: 50%;
    margin: 15px 0;
    height: 230px;
  }

  .f3_f1 h3 {
    font-family: "Microsoft YaHei";
    margin: 52% 0 10px -20px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }

  .f3_f1 p {
    margin: 0 0 0 -20px;
    text-align: center;
    font-size: 13px;
  }

  .f3_f1 {
    background: url(/public/upload/topic/image/f3_03.png) no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
  }

  .f3_f2 {
    background: url(/public/upload/topic/image/f3_05.png) no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
  }

  .f3_f3 {
    background: url(/public/upload/topic/image/f3_07.png) no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    ;
  }

  .f3_f4 {
    background: url(/public/upload/topic/image/f3_09.png) no-repeat;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
    ;
  }



  .yewu_tit {
    text-align: center;
    width: 100%;
    margin: 0;
  }

  .yewu_tit img {
    display: inline-block;
    vertical-align: middle;
    width: 82px;
  }

  .yewu_tit i {
    margin: 0 14px;
    width: 88px;
    height: 1px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
  }

  .yewu_tit h3 {
    font-family: "Microsoft YaHei";
    color: #fff;
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
  }

  .yewu-containe {
    width: 82%;
    margin: 0 auto;
    text-align: center;
  }

  .yewu-containe p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
  }

  .f3_phone_bottom .swiper-container {
    visibility: hidden;
    position: absolute;
    z-index: -1;
  }

  .f3_phone_bottom .swiper-container.on {
    visibility: visible;
    position: relative;
    z-index: 10;
  }

  .f3_a {
    transition: .5s;
    -webkit-transition: .5s;
    display: none;
    width: 69px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    margin-left: -35px;
    border-radius: 7px;
    font-size: 20px;
    bottom: 20%;
    left: 50%;
    position: absolute;
    border: 2px solid #6f9fd1;
    background: url(../Images/jt.png) no-repeat center #01448b;
    color: #fff;
    cursor: pointer;
  }

  .f3_a:hover {
    background-color: #013b75;
  }


  .footer {
    background-color: rgba(0, 0, 0, .6);
    padding: 10px 0;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
  }

  .wrapper3 {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    color: #FFFFFF;
  }

  .wrapper3 p {
    font-size: 30px;
    margin: 6px;
  }

  .wrapper3 div {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .o-logo-admath {
    position: relative;
    width: 200px;
    height: 200px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }

  .o-logo-admath:active {
    -webkit-background-size: 40% 40%;
    -moz-background-size: 40%;
    -o-background-size: 40%;
    background-size: 40%;
  }

  .o-logo-digital {
    position: relative;
    width: 200px;
    height: 200px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }

  .o-logo-digital:active {
    -webkit-background-size: 40% 40%;
    -moz-background-size: 40%;
    -o-background-size: 40%;
    background-size: 40%;
  }

  .o-logo-searchwin {
    position: relative;
    width: 200px;
    height: 200px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }

  .o-logo-searchwin:active {
    -webkit-background-size: 40% 40%;
    -moz-background-size: 40%;
    -o-background-size: 40%;
    background-size: 40%;
  }

  .o-logo-tbs {
    position: relative;
    width: 200px;
    height: 200px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }

  .o-logo-tbs:active {
    -webkit-background-size: 40% 40%;
    -moz-background-size: 40%;
    -o-background-size: 40%;
    background-size: 40%;
  }

  .o-logo-valuemaker {
    position: relative;
    width: 200px;
    height: 200px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
  }

  .o-logo-valuemaker:active {
    -webkit-background-size: 40% 40%;
    -moz-background-size: 40%;
    -o-background-size: 40%;
    background-size: 40%;
  }

  .logo-admath {
    position: relative;
    width: 300px;
    height: 200px;
  }

  .logo-digital {
    position: relative;
    width: 300px;
    height: 200px;
  }

  .logo-searchwin {
    position: relative;
    width: 300px;
    height: 200px;
  }

  .logo-tbs {
    position: relative;
    width: 300px;
    height: 200px;
  }

  .logo-valuemaker {
    position: relative;
    width: 300px;
    height: 200px;
  }

  .contact {
    color: #FFFFFF;
  }

  .contact .swiper-slide {
    padding-top: 300px;
    text-align: center;
  }

  .contact .swiper-slide .gray {
    margin-right: 10px;
    color: gray;
  }

  .contact .swiper-slide .phone {
    margin-top: 40px;
  }

  .contact .swiper-slide h1 {
    margin: 80px 0;
    font-size: 50px;
  }

  .contact .swiper-slide h2 {
    margin-top: 0;
    font-size: 50px;
    font-weight: 100;
  }

  .contact .swiper-slide p {
    font-size: 30px;
    margin: 5px;
  }


  .content .about .about-txt {
    display: block;
    display: none;
    top: 35%;
    width: 1200px;
    font-weight: normal;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    margin-top: -125px;
  }

  .about_tit h3 {
    margin-top: -56px;
    padding: 0;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
  }

  .about_content {
    position: relative;
    padding-top: 20px;
    width: 87%;
    margin: 10px auto 0 auto;
    font-size: 18px;
    line-height: 41px;
    text-indent: 2em;
  }

  .about_content .about_img1 {
    display: block;
    position: absolute;
    top: -10px;
    left: -20px;
    width: 30px;
  }

  .about_content .about_img2 {
    display: block;
    position: absolute;
    bottom: -20px;
    right: -35px;
    width: 30px;
  }

  .about_content p {
    margin: 0 auto;
    width: 90%;
    text-align: left;
    font-size: 13px;
    line-height: 25px;
  }

  .about_tit {
    margin: 0;
  }







}