.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
@media (min-width: 768px) {
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-default .btn-link {
  color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

.navbar-default .btn-link[disabled]:hover, fieldset[disabled] .navbar-default .btn-link:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, fieldset[disabled] .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*** Swiper 3.4.2* Most modern mobile touch slider and framework with hardware accelerated transitions** http://www.idangero.us/swiper/** Copyright 2017, Vladimir Kharlampidi* The iDangero.us* http://www.idangero.us/** Licensed under MIT** Released on: March 10, 2017*/
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  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-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  transition-property: -webkit-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 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: ease-out;
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
       align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: height, -o-transform;
  -moz-transition-property: transform, height, -moz-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -moz-transform, -o-transform;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -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-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  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-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate(0, -50%);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -moz-transform: scale(0);
       transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .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-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  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(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-slide {
  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;
  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-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.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;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

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

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-scrollbar {
  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);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.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;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes swiper-preloader-spin {
  100% {
    -moz-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);
  }
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: none;
  left: 0px;
  right: auto;
}

.swiper-button-prev::before {
  content: "\e730";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: none;
  right: 0px;
  left: auto;
}

.swiper-button-next::before {
  content: "\e731";
}

.swiper-button-next, .swiper-button-prev {
  font-family: "iconfont";
  font-size: 18px;
  text-align: center;
  color: #333;
  z-index: 10;
}

.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* display none until init */
.owl-carousel {
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
  float: left;
}

.owl-controls .owl-page, .owl-controls .owl-buttons div {
  cursor: pointer;
}

.owl-controls {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing {
  cursor: url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

/* Owl Carousel Owl Demo Theme  v1.3.3 */
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}

.owl-theme .owl-controls .owl-buttons div {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  font-size: 1.2rem;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
/* Styling Pagination*/
.owl-theme .owl-controls .owl-pagination {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .owl-theme .owl-controls .owl-pagination {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .owl-theme .owl-controls .owl-pagination {
    margin-top: 10px;
  }
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  vertical-align: top;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: 0 5px;
  font-size: 0;
  border: solid 2px #fff;
}

@media screen and (max-width: 991px) {
  .owl-theme .owl-controls .owl-page span {
    margin: 0 4px;
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 767px) {
  .owl-theme .owl-controls .owl-page span {
    margin: 0 3px;
    width: 10px;
    height: 10px;
  }
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
  background-color: #fff;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(../images/ajaxloader.gif) no-repeat center center;
}

.cer-owl {
  position: relative;
  margin-left: -12px;
  margin-right: -12px;
  padding-bottom: 66px;
}

.cer-owl .owl-buttons {
  display: none !important;
}

.cer-owl .owl-btns {
  font-size: 0;
  letter-spacing: 0;
}

.cer-owl .owl-btns .owl-btn {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 31px;
  color: #666;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  width: 33px;
  height: 33px;
  border: 1px solid #686868;
}

.cer-owl .owl-btns .owl-btn:hover {
  background: #252525;
  color: #fff;
  border-color: #252525;
}

.cer-owl .owl-btns .owl-btn.disabled {
  color: #666;
  cursor: auto;
}

.cer-owl .owl-btns .item-prev {
  left: 50%;
  -webkit-transform: translateX(-120%);
     -moz-transform: translateX(-120%);
      -ms-transform: translateX(-120%);
       -o-transform: translateX(-120%);
          transform: translateX(-120%);
}

@media screen and (max-width: 991px) {
  .cer-owl .owl-btns .item-prev {
    margin-right: 5px;
  }
}
.cer-owl .owl-btns .item-next {
  right: 50%;
  -webkit-transform: translateX(120%);
     -moz-transform: translateX(120%);
      -ms-transform: translateX(120%);
       -o-transform: translateX(120%);
          transform: translateX(120%);
}

.cer-owl .list-item {
  margin: 0 4%;
}

@media screen and (max-width: 1199px) {
  .cer-owl .list-item {
    margin: 0 5.17241%;
  }
}
.cer-owl .item-img img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .cer-owl .item-backdrop {
    display: none;
  }
}
.cer-owl .item-backdrop:before {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.cer-owl .item-backdrop .iconfont {
  font-size: 34px;
  color: #fff;
  position: relative;
}

* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  background: #ffffff;
}

body {
  margin: 0 auto;
  font-family: "microsoft yahei", arial;
  font-size: 12px;
  font-size: 1.2rem;
  height: 100%;
  background: #fff;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
  color: #333;
}

::-moz-selection {
  color: #fff;
  background: #1420A6;
}

::selection {
  color: #fff;
  background: #1420A6;
}

.bold {
  font-family: "microsoft yahei";
  font-weight: bold;
}

img {
  border: none;
  vertical-align: middle;
  max-width: 100%;
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

ul li {
  list-style-type: none;
}

ul, form, p, a, img, table, tr, td, li, dd, dt, dl, span {
  margin: 0;
  padding: 0;
  list-style: none;
}

embed, video, iframe {
  max-width: 100%;
}

input[type=submit], textarea[type=submit] {
  cursor: pointer;
}

input[type=checkbox], textarea[type=checkbox] {
  cursor: pointer;
}

input[type=radio], textarea[type=radio] {
  cursor: pointer;
}

input, textarea, select {
  font-size: 14px;
  font-size: 1.4rem;
  border: none;
  outline: none;
  background: none;
  font-family: "microsoft yahei";
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

textarea {
  resize: none;
}

.h1, .h2, .h3, h1, h2, h3 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

article, aside, dialog, footer, header, section, footer, nav, figure, menu {
  display: block;
}

a {
  text-decoration: none;
  color: #333;
  outline: none;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  cursor: pointer;
  display: inline-block;
}

a.active, a:focus {
  color: #1420A6;
  text-decoration: none;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

a:hover {
  text-decoration: none;
  outline: none;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  cursor: pointer;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a, button {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

embed, video, iframe {
  max-width: 100%;
}

.mar0 {
  margin: 0 !important;
}

.padd0 {
  padding: 0 !important;
}

.iconfont {
  font-size: 20px;
  text-align: center;
  line-height: 1;
}

.flo-left {
  float: left;
}

.flo-right {
  float: right;
}

.clear {
  clear: both;
}

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

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

.fix {
  *zoom: 1;
}

.fix:after, .fix:before {
  display: block;
  content: "clear";
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.posi-rela {
  position: relative;
}

.posi-abso {
  position: absolute;
}

.posi-fix {
  position: fixed;
}

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

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

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

.contain {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .contain {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .contain {
    width: 980px;
  }
}
@media (min-width: 1260px) {
  .contain {
    width: 1230px;
  }
}
@media (min-width: 1460px) {
  .contain {
    width: 1430px;
  }
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .container {
    width: 980px;
  }
}
@media (min-width: 1260px) {
  .container {
    width: 1230px;
  }
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.block {
  display: block;
}

.inblock {
  display: inline-block;
}

.self-ellipsis {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.self-ellipsis a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.self-ellipsis-2 {
  display: -webkit-box !important;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.self-ellipsis-2 a {
  display: -webkit-box !important;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
}
.self-ellipsis-2 span {
  display: -webkit-box !important;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
}
.self-ellipsis-3 {
  padding-bottom: 1px;
  display: -webkit-box !important;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.self-ellipsis-3 a {
  margin-top: -2px;
  display: -webkit-box !important;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

a.pic {
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.pic img {
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.pic:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.picimgs a {
  position: relative;
  display: block;
  overflow: hidden;
}

.picimgs:hover a::before {
  right: 50%;
  left: 50%;
  width: 0;
  background: rgba(255, 255, 255, 0.2);
}

.picimgs a::before, .picimgs a::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.picimgs:hover a::after {
  height: 0;
  top: 50%;
  bottom: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.common-vc {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.common-hc {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.common-center {
  position: absolute;
  top: 50%;
  left: 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%);
}

.item-table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}

.item-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.item-backdrop .iconfont {
  font-size: 26px;
  color: #fff;
  position: relative;
}

@media screen and (min-width: 992px) {
  .an-bd1 .item-backdrop {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0;
    right: 0;
    -webkit-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    transition: all 900ms ease;
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: -webkit-transform 0.4s ease;
    -o-transition: -o-transform 0.4s ease;
    -moz-transition: transform 0.4s ease, -moz-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
    -o-transform-origin: right center;
    transform-origin: right center;
  }

  .an-bd1 .item-backdrop:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0.51;
    filter: alpha(opacity=51);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=51)";
    background-color: #000;
  }
}
@media screen and (min-width: 992px) {
  .an-bd1:hover .item-backdrop {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
}
.at-resp-share-element .at4-share-count-container {
  text-decoration: none;
  float: right;
  padding-right: 15px;
  line-height: 25px !important;
}

.at-resp-share-element .at-icon {
  width: 24px !important;
  height: 24px !important;
}

.at-style-responsive .at-share-btn {
  padding: 0 !important;
  border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
}

.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}

.at-resp-share-element .at-icon {
  width: 24px !important;
  height: 24px !important;
}

.at-style-responsive .at-share-btn {
  padding: 0 !important;
  border-radius: 2px !important;
}

.at-resp-share-element .at-share-btn .at-icon-wrapper {
  width: 24px !important;
  height: 24px !important;
}

.at-resp-share-element .at-share-btn {
  margin-bottom: 0 !important;
  margin-right: 3px !important;
}

@font-face {
  font-family: "iconfont"; /* Project id 3271060 */
  src: url('../fonts/iconfont.woff2?t=1653645350386') format('woff2'),
       url('../fonts/iconfont.woff') format('woff'),
       url('../fonts/iconfont.ttf') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-wancheng:before {
  content: "\e819";
}

.icon-tel2:before {
  content: "\e609";
}

.icon-qq1:before {
  content: "\e603";
}

.icon-address2:before {
  content: "\e60a";
}

.icon-phone3:before {
  content: "\e617";
}

.icon-wechat1:before {
  content: "\e61d";
}

.icon-youxiang:before {
  content: "\e649";
}

.icon-youxiang1:before {
  content: "\e732";
}

.icon-Top:before {
  content: "\e769";
}

.icon-xinlangweibo:before {
  content: "\e601";
}

.icon-up_s:before {
  content: "\e6cd";
}

.icon-home:before {
  content: "\e624";
}

.icon-edit:before {
  content: "\e611";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-twitter:before {
  content: "\e607";
}

.icon-bigger:before {
  content: "\e647";
}

.icon-left:before {
  content: "\e72c";
}

.icon-right:before {
  content: "\e72d";
}

.icon-up1:before {
  content: "\e72e";
}

.icon-bottom1:before {
  content: "\e72f";
}

.icon-left1:before {
  content: "\e730";
}

.icon-right1:before {
  content: "\e731";
}

.icon-up:before {
  content: "\e73e";
}

.icon-bottom:before {
  content: "\e73f";
}

.icon-instagram:before {
  content: "\e79d";
}

.icon-tumblr:before {
  content: "\e79e";
}

.icon-download:before {
  content: "\e7a0";
}

.icon-download1:before {
  content: "\e7a7";
}

.icon-search4:before {
  content: "\e7b2";
}

.icon-address:before {
  content: "\e7bc";
}

.icon-email:before {
  content: "\e7bd";
}

.icon-contact:before {
  content: "\e7be";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-fax:before {
  content: "\e7c2";
}

.icon-mobile:before {
  content: "\e7c6";
}

.icon-phone:before {
  content: "\e7c8";
}

.icon-tel:before {
  content: "\e7c7";
}

.icon-phone1:before {
  content: "\e7cb";
}

.icon-skype:before {
  content: "\e7cc";
}

.icon-whatsapp1:before {
  content: "\e7c1";
}

.icon-address1:before {
  content: "\e7c3";
}

.icon-contact1:before {
  content: "\e7c4";
}

.icon-email1:before {
  content: "\e7c5";
}

.icon-skype1:before {
  content: "\e7c9";
}

.icon-fax1:before {
  content: "\e7ca";
}

.icon-qq:before {
  content: "\e7ce";
}

.icon-tel1:before {
  content: "\e7cd";
}

.icon-wechat:before {
  content: "\e7cf";
}

.icon-phone2:before {
  content: "\e7d0";
}

.icon-message:before {
  content: "\e7da";
}

.icon-calendar:before {
  content: "\e7e1";
}

.icon-calendar1:before {
  content: "\e7e3";
}

.icon-top:before {
  content: "\e7ed";
}

.icon-youbian:before {
  content: "\e60f";
}

.icon-jian2:before {
  content: "\e600";
}

.icon-jia2:before {
  content: "\e608";
}

.icon-vk:before {
  content: "\e735";
}

.icon-instagram1:before {
  content: "\e640";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-sousuo4:before {
  content: "\e610";
}

.icon-sousuo:before {
  content: "\e616";
}

.icon-sousuo1:before {
  content: "\e65b";
}

.icon-shangchuan:before {
  content: "\e602";
}

.icon-a-40youxiang:before {
  content: "\e6c2";
}

.icon-duoqiyingxiang:before {
  content: "\e6f1";
}

.icon-chuangxin:before {
  content: "\e6f2";
}

.icon-a-pinzhi1:before {
  content: "\e6f3";
}

.icon-gongchang:before {
  content: "\e6f4";
}

.icon-a-yongdiguimoyongfangguimo:before {
  content: "\e6f5";
}

.icon-shengchanzhizao:before {
  content: "\e6f6";
}

.slick-list, .slick-slider, .slick-track {
  position: relative;
  display: block;
}

.slick-loading .slick-slide, .slick-loading .slick-track {
  visibility: hidden;
}

.slick-slider {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  top: 0;
  left: 0;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide {
  position: relative;
}

.slick-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.slick-slide video {
  position: absolute;
  display: block;
  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%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  display: none \9 ;
  display: block \9 \0 ;
}

.slick-dots .slide-count {
  display: none;
}

@media screen and (max-width: 991px) {
  .slick-slide video {
    -o-object-position: inherit;
       object-position: inherit;
    -o-object-fit: inherit;
       object-fit: inherit;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(0, 0);
       -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
         -o-transform: translate(0, 0);
            transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
.daohang-mid {
  position: relative;
  top: 0;
  width: 100%;
  z-index: 99;
  background: #ffffff;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}

.pcduan {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1220px) {
  .pcduan {
    width: 95%;
  }
}
.logo {
  display: inline-block;
  font-size: 0;
  margin-top: 4px;
  min-width: 358px;
  min-height: 60px;
}

.daohang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.daohang > ul {
  margin-left: 6.4%;
  width: 57.6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.daohang ul li > a {
  display: block;
  border-radius: 6px;
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 37px;
  padding-bottom: 45px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-size: 18px;
  color: #333333;
}

.daohang ul li a > i {
  font-size: 14px;
  margin-left: 3px;
}

.daohang ul li .active {
  color: #1420A6;
  font-weight: bold;
}

.daohang ul li .active i {
  font-weight: 400;
}

.daohang > ul > li > a:hover {
  color: #1420A6;
  font-weight: bold;
}

.daohang ul li a:hover i {
  font-weight: 400;
}

.daohang > ul > li:hover > .yijicd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.yijicd {
  top: 105px;
  position: absolute;
  width: 100%;
  left: 0px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(linear, left top, right top, from(#F0F0F0), color-stop(44.2%, #F0F0F0), color-stop(44.2%, #ffffff), to(#ffffff));
  background: -webkit-linear-gradient(left, #F0F0F0 0%, #F0F0F0 44.2%, #ffffff 44.2%, #ffffff 100%);
  background: -moz-linear-gradient(left, #F0F0F0 0%, #F0F0F0 44.2%, #ffffff 44.2%, #ffffff 100%);
  background: linear-gradient(to right, #F0F0F0 0%, #F0F0F0 44.2%, #ffffff 44.2%, #ffffff 100%);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 32px;
  display: none;
}

.daohang ul li .yijicd a {
  padding: 0;
}

.yiji-left {
  margin-top: 25px;
}

.yiji-left-title i {
  font-size: 12px !important;
  font-weight: 100;
}

.yiji-left-title {
  width: auto;
  height: auto;
  display: block;
  font-weight: 600;
  font-size: 16px;
}

.yiji-left {
  max-width: 395px;
}

.yiji-left-neiorng {
  width: auto;
  height: auto;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
  margin-top: 16px;
}

.yiji-left a:hover {
  color: #1420A6;
}

.yijicd-kuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.yiji-kuang {
  width: 22%;
  margin-right: 3%;
  min-width: 115px;
}

.yiji-kuang:nth-child(4) {
  margin-right: 0px;
  margin-left: 4%;
  width: 20%;
}

.yiji-kuang-leixing {
  width: auto;
  height: auto;
  font-size: 16px;
  font-weight: bold;
  color: #1420A6;
  line-height: 34px;
}

.yiji-kuang ul li a:hover {
  color: #1420A6;
}

.yiji-kuang ul li a {
  width: auto;
  height: auto;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  stify-content: flex-start;
}

.yiji-kuang ul li a span {
  font-size: 12px;
  font-weight: 400;
  color: #FF8700;
  border: 1px solid #FF8800;
  border-radius: 4px;
  margin-left: 5px;
  padding-left: 6px;
  padding-right: 7px;
  display: block;
  line-height: 14px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.yiji-right {
  max-width: 646px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 15px;
}

.yiji-right.anli {
  max-width: 653px;
  width: 100%;
}

.yijicd.anliyiji {
  padding-bottom: 25px;
}

.yiji-right.anli .yiji-kuang {
  width: auto;
  margin-right: 0px;
  margin-left: 2.6%;
  margin-bottom: 29px;
}

.yiji-right.anli .yiji-kuang.no-bianju {
  margin-left: 0px;
}

.yiji-kuang-leixing i {
  font-size: 12px !important;
  font-weight: 400 !important;
}

.yiji-right.anli .yiji-kuang .yiji-kuang-leixing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.yiji-right.anli .yiji-kuang {
  width: 23%;
}

.yiji-kuang-leixing > img {
  width: 22px;
  height: 22px;
  margin-right: 6px;
  margin-top: -8px;
}

.yiji-right.gsjj .yiji-kuang.no-bianju {
  margin-left: 0px;
  margin-right: 0px;
}

.yiji-right.gsjj .yiji-kuang:nth-child(3) {
  margin-right: 2%;
}

.yiji-right.gsjj .yiji-kuang {
  width: 23.3%;
  margin-left: 2.7%;
  margin-right: 0px;
  margin-bottom: 29px;
}

.yijicd.gsjjkuang {
  padding-bottom: 25px;
}

@media screen and (max-width: 1220px) {
  .yijicd.anliyiji {
    background: -webkit-gradient(linear, left top, right top, from(#F0F0F0), color-stop(38%, #F0F0F0), color-stop(38%, #ffffff), to(#ffffff));
    background: -webkit-linear-gradient(left, #F0F0F0 0%, #F0F0F0 38%, #ffffff 38%, #ffffff 100%);
    background: -moz-linear-gradient(left, #F0F0F0 0%, #F0F0F0 38%, #ffffff 38%, #ffffff 100%);
    background: linear-gradient(to right, #F0F0F0 0%, #F0F0F0 38%, #ffffff 38%, #ffffff 100%);
  }

  .yijicd.anliyiji .yijicd-kuang .yiji-right.anli {
    width: 60%;
  }

  .yiji-left.anli {
    max-width: 365px;
  }

  .yiji-right.gsjj .yiji-kuang {
    min-width: 150px;
  }
}
@media screen and (max-width: 1050px) {
  .yiji-right.gsjj {
    width: 55%;
  }

  .yijicd.gsjjkuang {
    background: -webkit-gradient(linear, left top, right top, from(#F0F0F0), color-stop(40%, #F0F0F0), color-stop(40%, #ffffff), to(#ffffff));
    background: -webkit-linear-gradient(left, #F0F0F0 0%, #F0F0F0 40%, #ffffff 40%, #ffffff 100%);
    background: -moz-linear-gradient(left, #F0F0F0 0%, #F0F0F0 40%, #ffffff 40%, #ffffff 100%);
    background: linear-gradient(to right, #F0F0F0 0%, #F0F0F0 40%, #ffffff 40%, #ffffff 100%);
  }
}
.anli-img {
  max-width: 150px;
  max-height: 100px;
  margin-top: 10px;
}

.anli-img a {
  border-radius: 6px;
  display: block;
  font-size: 0;
  overflow: hidden;
}

.anli-img a img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.search-mid i {
  color: #1420A6;
  cursor: pointer;
  font-weight: bold;
}

.search-mid {
  position: relative;
  margin-top: -5px;
}

.search-mid form {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #ffffff;
  top: 40px;
  position: absolute;
  right: 0;
  width: 240px;
  height: 0px;
  overflow: hidden;
  border-radius: 6px;
}

.search-mid form input {
  height: 100%;
}

.sertext {
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  padding-left: 6px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-right: 6px;
}

.sub-tjian {
  cursor: pointer;
  position: relative;
  z-index: 2;
  width: 30px;
  height: 100%;
  border-radius: 6px;
}

.search-mid form i {
  position: absolute;
  right: 6px;
  top: 8px;
  z-index: 1;
}

.search-mid.active form {
  height: 34px;
  border: 1px solid #1420A6;
}

@media screen and (max-width: 1220px) {
  .yijicd {
    background: -webkit-gradient(linear, left top, right top, from(#F0F0F0), color-stop(44%, #F0F0F0), color-stop(40%, #ffffff), to(#ffffff));
    background: -webkit-linear-gradient(left, #F0F0F0 0%, #F0F0F0 44%, #ffffff 40%, #ffffff 100%);
    background: -moz-linear-gradient(left, #F0F0F0 0%, #F0F0F0 44%, #ffffff 40%, #ffffff 100%);
    background: linear-gradient(to right, #F0F0F0 0%, #F0F0F0 44%, #ffffff 40%, #ffffff 100%);
  }

  .yiji-right {
    width: 53%;
    max-width: none;
  }
}
@media screen and (max-width: 1180px) {
  .daohang ul {
    margin-left: 3%;
  }

  .yiji-right {
    width: 55%;
    max-width: none;
  }

  .yijicd {
    background: -webkit-gradient(linear, left top, right top, from(#F0F0F0), color-stop(42%, #F0F0F0), color-stop(40%, #ffffff), to(#ffffff));
    background: -webkit-linear-gradient(left, #F0F0F0 0%, #F0F0F0 42%, #ffffff 40%, #ffffff 100%);
    background: -moz-linear-gradient(left, #F0F0F0 0%, #F0F0F0 42%, #ffffff 40%, #ffffff 100%);
    background: linear-gradient(to right, #F0F0F0 0%, #F0F0F0 42%, #ffffff 40%, #ffffff 100%);
  }
}
@media screen and (max-width: 1050px) {
  .daohang > ul > li > a {
    font-size: 16px;
    padding-top: 38px;
    padding-bottom: 46px;
  }

  .daohang > ul {
    width: 55%;
  }

  .yiji-left {
    max-width: none;
    width: 36%;
  }

  .yiji-right {
    width: 60%;
  }

  .yijicd {
    background: -webkit-gradient(linear, left top, right top, from(#F0F0F0), color-stop(38%, #F0F0F0), color-stop(35%, #ffffff), to(#ffffff));
    background: -webkit-linear-gradient(left, #F0F0F0 0%, #F0F0F0 38%, #ffffff 35%, #ffffff 100%);
    background: -moz-linear-gradient(left, #F0F0F0 0%, #F0F0F0 38%, #ffffff 35%, #ffffff 100%);
    background: linear-gradient(to right, #F0F0F0 0%, #F0F0F0 38%, #ffffff 35%, #ffffff 100%);
  }
}
@media screen and (max-width: 980px) {
  .daohang {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .daohang ul {
    display: none;
  }

  .search-mid {
    position: absolute;
    right: 20px;
  }
}
.m-mobilenav {
  display: none;
}

@media screen and (max-width: 980px) {
  .daohang {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .mbnav-wp_seach {
    width: 100%;
    margin: auto;
    position: absolute;
    z-index: 2;
  }

  .mbnav-wp_seach > form > .box-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    height: 40px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #FFFFFF;
  }

  .mbnav-wp_seach > form > .box-form > .box-text {
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    border: 0px;
    height: 100%;
    padding-left: 10px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }

  .mbnav-wp_seach > form > .box-form > .box-submit {
    width: 30px;
    height: 100%;
    border: 0px;
    position: relative;
    z-index: 2;
    background: transparent;
    cursor: pointer;
  }

  .box-form .icon {
    color: #1420A6;
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .mbnav-list {
    margin-top: 20px;
  }

  .m-mobilenav {
    position: absolute;
    z-index: 11;
    padding-top: 25px;
    top: 0;
    left: 0;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .m-mobilenav .mbnav-btn {
    position: absolute;
    z-index: 2;
    top: 26px;
    left: 17px;
    width: 26px;
    -webkit-transition: all 550ms;
    -o-transition: all 550ms;
    -moz-transition: all 550ms;
    transition: all 550ms;
  }

  .m-mobilenav .mbnav-btn .line {
    width: 100%;
    height: 2px;
    background-color: #1420A6;
  }

  .m-mobilenav .mbnav-btn .line2 {
    margin-top: 6px;
    margin-bottom: 6px;
  }

  .m-mobilenav .mbnav-btn .smalldaohangxuanzhong {
    background-color: #FFFFFF;
  }

  .m-mobilenav .mbnav-btn.active {
    top: 50px;
  }

  .m-mobilenav .mbnav-btn.active .line {
    background-color: #ffffff;
  }

  .m-mobilenav .mbnav-bd {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    top: 0;
    visibility: hidden;
    z-index: 1;
  }

  .m-mobilenav .mbnav-bd.show {
    visibility: visible;
  }

  .m-mobilenav .mbnav-bd.show .mbnav-wp {
    height: 100%;
    opacity: 1;
  }

  .m-mobilenav .mbnav-bd.show .mbnav-item > a {
    opacity: 1;
    color: #FFFFFF;
    -webkit-transform: scale(1) translate(0, 0);
    -moz-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    -o-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }

  .m-mobilenav .mbnav-wp {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: #333;
    top: 0;
    -webkit-transition: all 550ms;
    -o-transition: all 550ms;
    -moz-transition: all 550ms;
    transition: all 550ms;
    opacity: 0;
    z-index: 9999999;
  }

  .m-mobilenav .mbnav-fix {
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 9999999;
    height: -webkit-calc(100% - 60px);
    height: -moz-calc(100% - 60px);
    height: calc(100% - 60px);
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* overflow-y: scroll; */
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .m-mobilenav .mbnav-item {
    position: relative;
    padding-left: 44px;
    padding-right: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .m-mobilenav .mbnav-item i {
    position: absolute;
    left: 13px;
    top: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background-color: #333;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
  }

  .m-mobilenav .mbnav-item > a {
    display: block;
    line-height: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #FFFFFF;
    -webkit-transform: scale(1.1) translate(60px, -35px);
    -moz-transform: scale(1.1) translate(60px, -35px);
    -ms-transform: scale(1.1) translate(60px, -35px);
    -o-transform: scale(1.1) translate(60px, -35px);
    transform: scale(1.1) translate(60px, -35px);
    opacity: 0;
    -webkit-transition: 0.5s 0.1s;
    -o-transition: 0.5s 0.1s;
    -moz-transition: 0.5s 0.1s;
    transition: 0.5s 0.1s;
  }

  .m-mobilenav .mbnav-item > a.current:after {
    content: "";
    margin-left: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: all 550ms;
    -o-transition: all 550ms;
    -moz-transition: all 550ms;
    transition: all 550ms;
  }

  .m-mobilenav .mbnav-item > a.active {
    color: #529dba;
  }

  .m-mobilenav .mbnav-item > a.active:after {
    background-color: #529dba;
  }

  .m-mobilenav .mbnav-item:nth-child(1) > a {
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
  }

  .m-mobilenav .mbnav-item:nth-child(2) > a {
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
  }

  .m-mobilenav .mbnav-item:nth-child(3) > a {
    -webkit-transition-delay: 350ms;
    -moz-transition-delay: 350ms;
    -o-transition-delay: 350ms;
    transition-delay: 350ms;
  }

  .m-mobilenav .mbnav-item:nth-child(4) > a {
    -webkit-transition-delay: 400ms;
    -moz-transition-delay: 400ms;
    -o-transition-delay: 400ms;
    transition-delay: 400ms;
  }

  .m-mobilenav .mbnav-item:nth-child(5) > a {
    -webkit-transition-delay: 450ms;
    -moz-transition-delay: 450ms;
    -o-transition-delay: 450ms;
    transition-delay: 450ms;
  }

  .m-mobilenav .mbnav-item:nth-child(6) > a {
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
  }

  .m-mobilenav .mbnav-item:nth-child(7) > a {
    -webkit-transition-delay: 550ms;
    -moz-transition-delay: 550ms;
    -o-transition-delay: 550ms;
    transition-delay: 550ms;
  }

  .m-mobilenav .mbsbnav-list {
    padding: 10px 0;
    display: none;
  }

  .m-mobilenav .mbsbnav-item {
    position: relative;
    padding-left: 20px;
    padding-right: 5px;
  }

  .m-mobilenav .mbsbnav-item i {
    left: 0;
    top: 6px;
    line-height: 24px;
  }

  .m-mobilenav .mbsbnav-item a {
    display: block;
    padding: 5px 5px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
  }

  .m-mobilenav .mbsbnav-item a.active {
    color: #529dba;
  }

  .box-form-tj {
    position: absolute;
    font-size: 20px !important;
    right: 5px;
    top: 8px;
    color: #043F71;
  }
}
::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

:-o-placeholder {
  color: #999;
  opacity: 1;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

.h0-text {
  font-size: 16px;
  line-height: 30px;
}

.h1-text {
  font-size: 14px;
  line-height: 30px;
}

.h2-text {
  font-size: 14px;
  line-height: 28px;
}

.h3-text {
  font-size: 14px;
  line-height: 26px;
}

.h1-text a {
  display: block;
}

.h0-text p {
  min-height: 30px;
  line-height: 30px;
}

.h1-text p {
  min-height: 30px;
  line-height: 30px;
}

.h2-text p {
  min-height: 28px;
  line-height: 28px;
}

.h3-text1 {
  font-size: 16px;
  line-height: 26px;
}

.h3-text1 h2 {
  font-size: 16px;
  font-style: normal;
}

.h0-text a:hover,
.h3-text1 a:hover {
  color: #1420A6;
}

.index-cp-img {
  display: block;
  font-size: 0;
  overflow: hidden;
  border-radius: 12px 12px 0px 0px;
}

img {
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.index-cp-img img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.index-cp-name {
  width: auto;
  height: auto;
  display: block;
  background: #F0F0F0;
  border-radius: 0px 0px 12px 12px;
  font-size: 26px;
  font-weight: bold;
  color: #333333;
  padding-top: 16px;
  padding-bottom: 21px;
  padding-left: 19px;
  padding-right: 19px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.index-cp-name:hover {
  color: #1420A6;
}

.icon-img img {
  width: 25px;
  height: 25px;
  display: block;
  font-size: 0;
  margin-left: auto;
  margin-right: auto;
}

.icon-img i {
  font-size: 30px;
  color: #1420A6;
}

.iconname {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-top: 1px;
  display: block;
}

.iconname:hover {
  color: #1420A6;
}

.kf-hexian {
  width: 36px;
  height: 1px;
  background: #E3E3E3;
  margin-left: auto;
  margin-right: auto;
  margin-top: 9px;
  margin-bottom: 9px;
}

.m-kf {
  padding-top: 20px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 29px;
  width: 58px;
  padding-bottom: 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.m-kf {
  position: fixed;
  z-index: 99;
  right: 10px;
  top: 50%;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 29px;
  background: #FFFFFF;
}

.m-kf .kf-item {
  cursor: pointer;
  position: relative;
  display: block;
  font-size: 0;
  font-size: 25px;
  text-align: center;
}

.m-kf .kf-item:hover i {
  color: #000;
}

.m-kf .kf-wx {
  position: absolute;
  display: none;
  bottom: -49px;
  right: 100%;
  width: 100px;
  font-size: 0;
  line-height: 0;
}

.m-kf .kf-item2:hover .kf-wx {
  display: block;
}

.m-kf .kf-wx img {
  width: 100%;
}

.m-kf .kf-wx:hover {
  display: block;
}

.m-kf .gotop {
  cursor: pointer;
}

@media screen and (max-width: 800px) {
  .m-kf {
    padding-top: 8px;
    padding-bottom: 0px;
    border-radius: 0px;
    right: 0;
    top: auto;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
    background-color: #DFDFDF;
  }

  .m-kf .kf-item {
    border-radius: 0px;
    width: 20%;
    text-align: center;
    font-size: 26px;
    background-color: #DFDFDF;
  }

  .m-kf .iconfont {
    color: #1420A6;
    font-size: 24px;
  }

  .m-kf .kf-item2 {
    position: relative;
  }

  .m-kf .kf-wx {
    bottom: 100%;
    right: auto;
    left: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  }

  /*.kf-item.kf-item2.activeimg .kf-wx {
    display: block !important;
  }*/

  .kf-item.kf-item2 .kf-wx {
    display: none !important;
  }

  .kf-hexian {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1259px) {
  .h0-text {
    font-size: 16px;
    line-height: 28px;
  }

  .h1-text {
    font-size: 14px;
    line-height: 28px;
  }

  .h0-text p {
    min-height: 28px;
    line-height: 28px;
  }

  .h1-text p {
    min-height: 28px;
    line-height: 28px;
  }

  .h2-text {
    font-size: 14px;
    line-height: 26px;
  }

  .h2-text p {
    min-height: 26px;
    line-height: 26px;
  }

  .h3-text {
    font-size: 14px;
    line-height: 24px;
  }

  .h3-text1 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  .h0-text {
    font-size: 15px;
    line-height: 26px;
  }

  .h1-text {
    font-size: 13px;
    line-height: 26px;
  }

  .h0-text p {
    min-height: 26px;
    line-height: 26px;
  }

  .h1-text p {
    min-height: 26px;
    line-height: 26px;
  }

  .h2-text {
    font-size: 13px;
    line-height: 24px;
  }

  .h2-text p {
    min-height: 24px;
    line-height: 24px;
  }

  .h3-text {
    font-size: 13px;
    line-height: 22px;
  }

  .h3-text1 {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 660px) {
  .h0-text {
    font-size: 14px;
    line-height: 24px;
  }

  .h1-text {
    font-size: 12px;
    line-height: 24px;
  }

  .h0-text p {
    min-height: 24px;
    line-height: 24px;
  }

  .h1-text p {
    min-height: 24px;
    line-height: 24px;
  }

  .h2-text {
    font-size: 12px;
    line-height: 22px;
  }

  .h2-text p {
    min-height: 22px;
    line-height: 22px;
  }

  .h3-text {
    font-size: 12px;
    line-height: 20px;
  }

  .h3-text1 {
    font-size: 14px;
    line-height: 20px;
  }
}
@media screen and (min-width: 801px) {
  /* .m-kf .gotop {display: none;} */
}
.dropdown {
  position: absolute;
  display: none;
}

.menu2 {
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 100%;
  width: 180px;
  padding: 10px 20px;
  background: #FFFFFF;
}

.dropdown > li {
  padding: 3px 0;
  position: relative;
}

.menu3 {
  left: 100%;
  top: 0;
  width: 181px;
  padding: 11px 30px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
}
.banner{
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .daohang-mid {
    position: relative;
  }

  .banner {
    margin-top: 0px;
  }
}
#wowslider-container1{
  overflow: hidden;
}
#wowslider-container1 .ws_images ul {
  position: relative;
  width: 10000%;
  height: 100%;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  border-spacing: 0;
  overflow: visible;
  /*table-layout:fixed;*/
}

#wowslider-container1 .ws_images ul li {
  position: relative;
  width: 1%;
  height: 100%;
  line-height: 0;
  overflow: hidden;
  float: left;
  padding: 0 0 0 0 !important;
  margin: 0 0 0 0 !important;
}

#wowslider-container1 .ws_images {
  position: relative;
  left: 0;
  top: 0;
  height: 100%;
  max-height: 620px;
  max-width: 1920px;
  vertical-align: top;
  border: none;
  overflow: hidden;
  z-index: 1;
}

#wowslider-container1 .ws_images ul a {
  width: 100%;
  height: 100%;
  max-height: 650px;
  display: block;
  color: transparent;
}

#wowslider-container1 img {
  max-width: none !important;
}

#wowslider-container1 .ws_images .ws_list img,
#wowslider-container1 .ws_images > div > img {
  width: 100%;
  border: none 0;
  max-width: none;
  padding: 0;
  margin: 0;
}

#wowslider-container1 .ws_images > div > img {
  max-height: 620px;
}

#wowslider-container1 .ws_images iframe {
  position: absolute;
  z-index: -1;
}

#wowslider-container1 .ws-title > div {
  display: inline-block !important;
}

#wowslider-container1 a {
  text-decoration: none;
  outline: none;
  border: none;
}

#wowslider-container1 .ws_bullets {
  float: left;
  position: absolute;
  z-index: 70;
}

#wowslider-container1 .ws_bullets div {
  position: relative;
  float: left;
  font-size: 0px;
}

/* compatibility with Joomla styles */
#wowslider-container1 .ws_bullets a {
  line-height: 0;
}

#wowslider-container1 .ws_script {
  display: none;
}

#wowslider-container1 sound, #wowslider-container1 object {
  position: absolute;
}

/* prevent some of users reset styles */
#wowslider-container1 .ws_effect {
  position: static;
  width: 100%;
  height: 100%;
}

#wowslider-container1 .ws_photoItem {
  border: 2em solid #fff;
  margin-left: -2em;
  margin-top: -2em;
}

#wowslider-container1 .ws_cube_side {
  background: #A6A5A9;
}

/* hide controls when video start play */
#wowslider-container1.ws_video_playing .ws_bullets, #wowslider-container1.ws_video_playing .ws_fullscreen, #wowslider-container1.ws_video_playing .ws_next, #wowslider-container1.ws_video_playing .ws_prev {
  display: none;
}

.ws-title-wrapper {
  display: none;
}

/* youtube/vimeo buttons */
#wowslider-container1 .ws_video_btn {
  position: absolute;
  display: none;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 55;
}

#wowslider-container1 .ws_video_btn.ws_youtube, #wowslider-container1 .ws_video_btn.ws_vimeo {
  display: block;
}

#wowslider-container1 .ws_video_btn div {
  position: absolute;
  /* background-image: url(../images/playvideo.png); */
  background-size: 200%;
  top: 50%;
  left: 50%;
  width: 7em;
  height: 5em;
  margin-left: -3.5em;
  margin-top: -2.5em;
}

#wowslider-container1 .ws_video_btn.ws_youtube div {
  background-position: 0 0;
}

#wowslider-container1 .ws_video_btn.ws_youtube:hover div {
  background-position: 100% 0;
}

#wowslider-container1 .ws_video_btn.ws_vimeo div {
  background-position: 0 100%;
}

#wowslider-container1 .ws_video_btn.ws_vimeo:hover div {
  background-position: 100% 100%;
}

#wowslider-container1 .ws_playpause.ws_hide {
  display: none !important;
}

#wowslider-container1 .ws_bullets {
  padding: 5px;
}

#wowslider-container1 .ws_bullets a {
  width: 14px;
  height: 14px;
  background: #fff;
  float: left;
  text-indent: -4000px;
  position: relative;
  margin-left: 10px;
  color: transparent;
  border-radius: 100%;
}

@media all and (max-width: 1260px) {
  #wowslider-container1 .ws_bullets a {
    width: 12px;
    height: 12px;
    margin-left: 9px;
  }
}
@media all and (max-width: 991px) {
  #wowslider-container1 .ws_bullets a {
    width: 10px;
    height: 10px;
    margin-left: 8px;
  }
}
@media all and (max-width: 767px) {
  #wowslider-container1 .ws_bullets a {
    width: 8px;
    height: 8px;
    margin-left: 6px;
  }
}
#wowslider-container1 .ws_bullets a:hover {
  background: #1420A6;
}

#wowslider-container1 .ws_bullets a.ws_selbull {
  background: #1420A6;
}

#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
  background-size: 200%;
  position: absolute;
  top: 50%;
  margin-top: -2.4em;
  z-index: 60;
  height: 6.4em;
  width: 6.4em;
  /* background-image: url(../images/arrows.png); */
}

#wowslider-container1 a.ws_next {
  background-position: 100% 0;
  right: 0.5em;
}

#wowslider-container1 a.ws_prev {
  left: 0.5em;
  background-position: 0 0;
}

#wowslider-container1 a.ws_next:hover {
  background-position: 100% 100%;
}

#wowslider-container1 a.ws_prev:hover {
  background-position: 0 100%;
}

/*playpause*/
#wowslider-container1 .ws_playpause {
  width: 6.4em;
  height: 6.4em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2.5em;
  margin-top: -2.5em;
  z-index: 59;
}

#wowslider-container1 .ws_pause {
  background-size: 100%;
  background-image: url(../images/pause.png);
}

#wowslider-container1 .ws_play {
  background-size: 100%;
  background-image: url(../images/play.png);
}

#wowslider-container1 .ws_pause:hover, #wowslider-container1 .ws_play:hover {
  background-position: 100% 100% !important;
}

/* bottom center */
#wowslider-container1 .ws_bullets {
  bottom: 0;
  left: 50%;
  padding: 5px;
}

#wowslider-container1 .ws_bullets div {
  left: -50%;
}

#wowslider-container1 .ws-title {
  position: absolute;
  display: block;
  font: 2em "Arimo", sans-serif;
  bottom: -0.2em;
  left: 0;
  margin: 1.8em 0.7em;
  padding: 0.6em 0.5em;
  color: #777777;
  z-index: 50;
  line-height: 1em;
  text-transform: uppercase;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.3);
  border: 0.05em solid #ffffff;
  border-radius: 0.5em;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
}

#wowslider-container1 .ws-title div {
  margin-top: 0.3em;
  font-size: 0.8em;
  line-height: 1.15em;
  font-weight: normal;
}

#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev, #wowslider-container1 .ws_playpause {
  display: none;
}

* html #wowslider-container1 a.ws_next, * html #wowslider-container1 a.ws_prev {
  display: block;
}

#wowslider-container1:hover a.ws_next, #wowslider-container1:hover a.ws_prev, #wowslider-container1:hover .ws_playpause {
  display: block;
}

#wowslider-container1 .ws_images > ul {
  animation: wsBasic 16s infinite;
  -moz-animation: wsBasic 16s infinite;
  -webkit-animation: wsBasic 16s infinite;
}

@keyframes wsBasic {
  0% {
    left: 0%;
  }
  12.5% {
    left: 0%;
  }
  25% {
    left: -100%;
  }
  37.5% {
    left: -100%;
  }
  50% {
    left: -200%;
  }
  62.5% {
    left: -200%;
  }
  75% {
    left: -300%;
  }
  87.5% {
    left: -300%;
  }
}
@-moz-keyframes wsBasic {
  0% {
    left: 0%;
  }
  12.5% {
    left: 0%;
  }
  25% {
    left: -100%;
  }
  37.5% {
    left: -100%;
  }
  50% {
    left: -200%;
  }
  62.5% {
    left: -200%;
  }
  75% {
    left: -300%;
  }
  87.5% {
    left: -300%;
  }
}
@-webkit-keyframes wsBasic {
  0% {
    left: 0%;
  }
  12.5% {
    left: 0%;
  }
  25% {
    left: -100%;
  }
  37.5% {
    left: -100%;
  }
  50% {
    left: -200%;
  }
  62.5% {
    left: -200%;
  }
  75% {
    left: -300%;
  }
  87.5% {
    left: -300%;
  }
}
#wowslider-container1 .ws_bullets a img {
  text-indent: 0;
  display: block;
  bottom: 25px;
  left: -74px;
  visibility: hidden;
  position: absolute;
  border: 1px solid rgba(220, 220, 220, 0.6);
  border-radius: 1px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  max-width: none;
}

#wowslider-container1 .ws_bullets a:hover img {
  visibility: visible;
}

#wowslider-container1 .ws_bulframe div div {
  height: 48px;
  overflow: visible;
  position: relative;
}

#wowslider-container1 .ws_bulframe div {
  left: 0;
  overflow: hidden;
  position: relative;
  width: 148px;
  background-color: #FFFFFF;
}

#wowslider-container1 .ws_bullets .ws_bulframe {
  display: none;
  bottom: 29px;
  overflow: visible;
  position: absolute;
  cursor: pointer;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  border: 1px solid #FFF;
  border-radius: 3px;
  -moz-border-radius: 3px;
}

#wowslider-container1 .ws_bulframe span {
  display: block;
  position: absolute;
  bottom: -8px;
  margin-left: 1px;
  left: 74px;
  width: 15px;
  height: 6px;
}

#wowslider-container1 .ws_bulframe div div {
  height: auto;
}

#wowslider-container1 .ws_bullets {
  bottom: 12px;
}

@media all and (max-width: 760px) {
  #wowslider-container1 .ws_fullscreen {
    display: block;
  }
}
@media all and (max-width: 400px) {
  #wowslider-container1 .ws_controls, #wowslider-container1 .ws_bullets, #wowslider-container1 .ws_thumbs {
    display: none;
  }
}
.section {
  position: relative;
}

.sec1 {
  padding-top: 70px;
  position: relative;
}

.sec1-tbody {
  text-align: center;
  width: 100%;
  background: url(../images/sec1-bgi.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 77px;
  margin-bottom: 59px;
}

.sec1-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 30px;
  color: #FFFFFF;
  text-align: center;
}

.sec1-title a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
}

.sec1-title a {
  font-size: 36px;
  font-weight: bold;
  color: #FFFFFF;
}

.gongsijieshao-neirong {
  margin-top: 40px;
}

.gongsijieshao-neirong a {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #FFFFFF;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gongsijieshao-neirong a:hover,
.sec1-title a:hover {
  text-decoration: underline;
  color: #FFFFFF !important;
}

.sec1-title a, .sec1-text a {
  color: #fff;
}

.sec1-text {
  color: #fff;
  text-align: center;
  max-width: 1074px;
  margin: 0 auto;
  padding-top: 34px;
}

.sec1-href {
  margin-top: 51px;
  text-align: center;
}

.sec1-href a {
  display: inline-block;
  width: 160px;
  height: 40px;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  padding: 6px;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 26px;
}

.sec1-href a:hover {
  background: #fff;
  color: #1420A6;
}

.sec1-list {
  font-size: 0;
  letter-spacing: 0;
  margin-left: -22.5px;
  margin-right: -22.5px;
}

.sec1-list-item {
  display: inline-block;
  vertical-align: top;
  width: 33.3333333333%;
  padding: 0 22.5px;
  padding-top: 47px;
  position: relative;
  margin-bottom: 29px;
}

.sec1-list-item-box {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  padding-top: 46px;
  text-align: center;
}

.sec1-list-item-icon {
  width: 93px;
  height: 93px;
  border: 1px dashed #1420A6;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 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%);
  padding: 4px;
}

.sec1-list-item-icon a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #1420A6;
  border-radius: 50%;
  background-color: #fff;
}
.sec1-list-item-icon span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid #1420A6;
  border-radius: 50%;
  background-color: #fff;
}
.sec1-list-item-icon .iconfont {
  font-size: 40px;
  color: #1420A6;
}

.sec1-list-item-icon .icona-yongdiguimoyongfangguimo {
  font-size: 34px;
}

.sec1-list-item-name {
  text-align: center;
  font-size: 20px;
  color: #1420A6;
  line-height: 38px;
  margin-top: 4px;
}

.sec1-list-item-name a {
  color: #1420A6;
}

.sec1-list-item-name.bold a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 2%;
  padding-right: 2%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-size: 24px;
  font-weight: bold;
  color: #1420A6;
}
.sec1-list-item-name.bold span {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 2%;
  padding-right: 2%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-size: 24px;
  font-weight: bold;
  color: #1420A6;
}
.sec1-list-item-text {
  text-align: center;
  color: #666;
  margin-top: 1px;
  margin-bottom: 8px;
}

.sec1-list-item-text a, .sec2-top-text a {
  color: #666;
}

.sec1-list-item-text a {
  margin-top: 1px;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  min-height: 52px;
}
.sec1-list-item-text span {
  margin-top: 1px;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  min-height: 52px;
  color: #666;
}

.sec1-list-item-text a:hover, .sec2-top-text a:hover {
  color: #1420A6;
}

.sec1-list-item-img {
  width: 100%;
  border-radius: 0px 0px 12px 12px;
  position: relative;
  overflow: hidden;
  padding-top: 1px;
}

.sec2 {
  position: relative;
  padding-top: 18px;
}

.sec2-top {
  width: 100%;
  padding-bottom: 16px;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
  padding-top: 8px;
}

.sec2-top-title {
  float: left;
  font-size: 36px;
  color: #1420A6;
  line-height: 44px;
  margin-top: 3px;
}

.sec2-top-title a {
  color: #1420A6;
}

.sec2-top-text {
  float: right;
  text-align: right;
  max-width: 674px;
  color: #666;
}

.sec2-top-text a {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}

.sec1-tbody a:hover {
  color: #000000;
}

.sec1-list-item-name.bold a:hover {
  color: #333333;
}

.sec2-top-title.bold a:hover {
  color: #333333;
}

.sec2-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 26px;
}

.index-cp-kuang.no-bianju {
  margin-left: 0px;
}

.index-cp-kuang {
  width: 31.66%;
  margin-left: 2.5%;
  margin-bottom: 28px;
}

.index-anli {
  margin-top: 29px;
}

.index-anli .sec2-top {
  padding-bottom: 18px;
}

.index-anli .sec2-top .sec2-top-title {
  margin-top: -1px;
}

.index-anli-kuang {
  width: 31.7%;
  margin-left: 2.4%;
  margin-bottom: 33px;
}

.index-anli-kuang.no-bianju {
  margin-left: 0px;
}

.anli-index-neirong {
  background: #F0F0F0;
  border-radius: 0px 0px 12px 12px;
  padding-left: 17px;
  padding-right: 17px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-top: 15px;
  padding-bottom: 18px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.an-in-n-title {
  width: auto;
  height: auto;
  display: block;
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.an-in-n-nei {
  width: auto;
  height: auto;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  margin-top: 16px;
}

.index-anli .sec2-list {
  margin-top: 31px;
}

.index-anli .sec2-top .sec2-top-title {
  margin-top: 1px;
}

.anli-index-neirong a:hover {
  color: #1420A6;
}

.sec2-list-item2 {
  display: inline-block;
  vertical-align: top;
  width: 33.3333333333%;
  padding: 0 22.5px;
  margin-bottom: 38px;
  position: relative;
}

.sec2-list-item-img {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.sec2-item2-box {
  background: #F5F5F5;
  width: 100%;
  position: relative;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
}

.sec2-item2-box:hover {
  background: #FFFFFF;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
}

.sec2-item2-info {
  position: relative;
  padding: 10px 16px 19px;
}

.sec2-item2-name {
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  margin-top: 1px;
}

.sec2-item2-name a:hover {
  color: #1420A6;
}

.sec2-item2-text {
  margin-top: 11px;
  color: #666;
}

.sec2-item2-text a {
  color: #666;
}

.sec2-item2-text a:hover {
  color: #1420A6;
}

.sec3 {
  background: #F5F5F5;
  margin-top: 37px;
  position: relative;
  padding-top: 52px;
  padding-bottom: 57px;
}

.sec3-title {
  font-size: 36px;
  font-weight: bold;
  color: #1420A6;
  line-height: 44px;
  text-align: center;
}

.sec3-title a {
  color: #1420A6;
}

.sec3-title a:hover {
  color: #333333;
}

.sec3-tbody {
  margin-top: 41px;
  width: 100%;
  position: relative;
}

.sec3-video {
  width: 57.9166666667%;
  float: left;
  position: relative;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
}

.item-videobox {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}

.sec3-video .item-videobox .item-video {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.3%;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  height: 0;
}

.item-videobox .item-video iframe, .item-videobox .item-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.sec3-right {
  width: 37.5%;
  float: right;
}

.sec3-right-img {
  position: relative;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.sec3-right-list {
  position: relative;
  width: 100%;
  margin-top: 4px;
}

.sec3-right-item {
  padding: 7px 0 5px;
  border-bottom: 1px dashed #CDCDCD;
  position: relative;
  padding-right: 76px;
}

.sec3-right-item-name {
  display: block;
  width: 100%;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.sec3-right-item-date {
  position: absolute;
  right: 0;
  top: 6px;
  color: #999999;
}

.fo-hidden {
  margin-top: -1px;
}

.sec3-right-item-name a {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.sec3-right-item-date {
  width: auto;
  height: auto;
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 30px;
}

.sec-rig-kuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px dashed #DCDCDC;
  padding-bottom: 3px;
  padding-top: 3px;
}

.sec-rig-kuang a:hover {
  color: #1420A6;
}

.sec-rig-title {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 36px;
}

.sec3-data {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 30px;
}

.sec2-top-title {
  max-width: 220px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.sec2-top-title a {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.sec3-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.sec3-title a {
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.sec1 .container .sec1-text.h1-text a {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (min-width: 992px) and (max-width: 1220px) {
  .sec1 {
    padding-top: 60px;
  }

  .sec1-tbody {
    padding-top: 4%;
    padding-bottom: 4.5%;
    margin-bottom: 50px;
  }

  .sec1-title {
    font-size: 28px;
  }

  .sec1-text {
    padding-top: 30px;
  }

  .sec1-href {
    margin-top: 36px;
  }

  .sec1-href a {
    width: 160px;
    height: 36px;
    font-size: 14px;
    line-height: 26px;
    padding: 5px;
  }

  .sec1-list {
    margin-left: -15px;
    margin-right: -15px;
  }

  .sec1-list-item {
    width: 33.3333333333%;
    padding: 0 15px;
    padding-top: 40px;
    margin-bottom: 20px;
  }

  .sec1-list-item-box {
    padding-top: 40px;
  }

  .sec1-list-item-icon {
    width: 80px;
    height: 80px;
  }

  .sec1-list-item-icon .iconfont {
    font-size: 32px;
  }

  .sec1-list-item-icon .icona-yongdiguimoyongfangguimo {
    font-size: 28px;
  }

  .sec1-list-item-name {
    font-size: 18px;
    line-height: 36px;
    margin-top: 4px;
  }

  .sec1-list-item-text {
    margin-top: 2px;
    margin-bottom: 4px;
  }

  .sec2 {
    padding-top: 20px;
  }

  .sec2-top {
    padding-bottom: 20px;
    padding-top: 6px;
  }

  .sec2-top-title {
    float: left;
    font-size: 32px;
    line-height: 40px;
  }

  .sec2-top-text {
    float: right;
    width: 620px;
  }

  .sec2-list {
    padding-bottom: 22px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .sec2-list-item {
    width: 33.3333333333%;
    padding: 0 15px;
    margin-bottom: 20px;
  }

  .sec2-list-item2 {
    width: 33.3333333333%;
    padding: 0 15px;
    margin-bottom: 30px;
  }

  .sec2-item2-info {
    padding: 8px 12px 16px;
  }

  .sec2-item2-name {
    font-size: 18px;
    line-height: 30px;
  }

  .sec2-item2-text {
    margin-top: 10px;
  }

  .sec3 {
    padding-top: 44px;
    padding-bottom: 64px;
  }

  .sec3-title {
    font-size: 32px;
    line-height: 40px;
  }

  .sec3-tbody {
    margin-top: 32px;
  }

  .sec3-video {
    width: 59%;
  }

  .sec3-right {
    width: 38.5%;
  }

  .sec2-top-text a {
    font-size: 16px;
  }

  .index-cp-name {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 22px;
  }

  .an-in-n-title {
    font-size: 22px;
  }

  .an-in-n-nei {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .sec1 {
    padding-top: 48px;
  }

  .sec1-tbody {
    margin-bottom: 40px;
  }

  .sec1-title {
    font-size: 24px;
  }

  .sec1-text {
    padding-top: 26px;
  }

  .sec1-href {
    margin-top: 30px;
  }

  .sec1-href a {
    width: 148px;
    height: 34px;
    font-size: 14px;
    line-height: 24px;
    padding: 4px;
  }

  .sec1-list {
    margin-left: -20px;
    margin-right: -20px;
  }

  .sec1-list-item {
    width: 50%;
    padding: 0 20px;
    padding-top: 40px;
    margin-bottom: 20px;
  }

  .sec1-list-item-box {
    padding-top: 40px;
  }

  .sec1-list-item-icon {
    width: 80px;
    height: 80px;
  }

  .sec1-list-item-icon .iconfont {
    font-size: 32px;
  }

  .sec1-list-item-icon .icona-yongdiguimoyongfangguimo {
    font-size: 28px;
  }

  .sec1-list-item-name {
    font-size: 16px;
    line-height: 32px;
    margin-top: 4px;
  }

  .sec1-list-item-text {
    margin-top: 2px;
    margin-bottom: 4px;
  }

  .sec2 {
    padding-top: 16px;
  }

  .sec2-top {
    padding-bottom: 12px;
    padding-top: 4px;
  }

  .sec2-top-title {
    float: none;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
  }

  .sec2-top-text {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  .sec2-list {
    padding-top: 30px;
    padding-bottom: 22px;
  }

  .sec2-list-item {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 16px;
  }

  .sec2-list-item2 {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 26px;
  }

  .sec2-item2-info {
    padding: 6px 8px 12px;
  }

  .sec2-item2-name {
    font-size: 14px;
    line-height: 24px;
  }

  .sec2-item2-text {
    margin-top: 10px;
  }

  .sec3 {
    padding-top: 36px;
    padding-bottom: 50px;
  }

  .sec3-title {
    font-size: 28px;
    line-height: 36px;
  }

  .sec3-tbody {
    margin-top: 26px;
  }

  .sec3-video {
    width: 100%;
  }

  .sec3-right {
    width: 100%;
    margin-top: 10px;
  }

  .sec3-right-item {
    padding: 6px 0;
    padding-right: 76px;
  }

  .sec3-right-item-date {
    top: 6px;
  }

  .index-cp-name {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }

  .an-in-n-title {
    font-size: 20px;
  }

  .an-in-n-nei {
    font-size: 16px;
  }

  .sec3 {
    margin-top: 0;
  }

  .sec2-top-text {
    max-width: 100%;
  }

  .sec2-top-title {
    max-width: none;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .sec1 {
    padding-top: 36px;
  }

  .sec1-tbody {
    margin-bottom: 28px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .sec1-text {
    padding-top: 20px;
  }

  .sec1-href {
    margin-top: 24px;
  }

  .sec1-list {
    margin-left: -10px;
    margin-right: -10px;
  }

  .sec1-list-item {
    width: 50%;
    padding: 0 10px;
    padding-top: 40px;
  }

  .sec2-top-title {
    font-size: 24px;
    line-height: 32px;
  }

  .sec2-list {
    padding-top: 20px;
    padding-bottom: 14px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .sec2-list-item {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 12px;
  }

  .sec2-list-item2 {
    width: 50%;
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .sec2-item2-info {
    padding: 4px 5px 8px;
  }

  .sec2-item2-text {
    margin-top: 4px;
  }

  .sec3 {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .sec3-title {
    font-size: 24px;
    line-height: 32px;
  }

  .sec3-tbody {
    margin-top: 20px;
  }

  .sec1-href a {
    font-size: 12px;
    width: 120px;
  }

  .sec1-title a {
    font-size: 20px;
  }

  .gongsijieshao-neirong {
    margin-top: 20px;
  }

  .gongsijieshao-neirong a {
    font-size: 12px;
  }

  .self-ellipsis-2 a {
    font-size: 12px;
  }

  .sec1-list-item-name.bold a {
    font-size: 20px;
  }
}
@media (max-width: 540px) {
  .sec1 {
    padding-top: 20px;
  }

  .sec1-tbody {
    margin-bottom: 20px;
  }

  .sec1-title {
    font-size: 18px;
    line-height: 24px;
  }

  .sec1-text {
    padding-top: 20px;
  }

  .sec1-href {
    margin-top: 20px;
  }

  .sec1-list {
    margin-left: -5px;
    margin-right: -5px;
  }

  .sec1-list-item {
    width: 33.333%;
    padding: 0 5px;
    padding-top: 33px;
  }
.sec1-list-item-name.bold span{
  font-size: 20px;
}
.sec1-list-item-text span{
  font-size: 14px;
}
  .sec1-list-item-box {
    padding-top: 33px;
  }

  .sec1-list-item-icon {
    width: 66px;
    height: 66px;
  }

  .sec1-list-item-icon .iconfont {
    font-size: 26px;
  }

  .sec1-list-item-icon .icona-yongdiguimoyongfangguimo {
    font-size: 24px;
  }

  .sec2-top-title {
    font-size: 20px;
    line-height: 28px;
  }

  .sec2-list {
    padding-top: 14px;
    padding-bottom: 10px;
    margin-left: -5px;
    margin-right: -5px;
  }

  .sec2-list-item {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 10px;
  }

  .sec2-list-item2 {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 16px;
  }

  .sec2-item2-info {
    padding: 4px 5px 8px;
  }

  .sec2-item2-text {
    margin-top: 4px;
  }

  .sec3 {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .sec3-title {
    font-size: 20px;
    line-height: 28px;
  }

  .sec3-tbody {
    margin-top: 16px;
  }
}
@media (max-width: 380px) {
  .sec1-list {
    margin-left: -5px;
    margin-right: -5px;
  }

  .sec1-list-item {
    width: 100%;
    padding: 0 5px;
    padding-top: 33px;
  }

  .sec2-list {
    padding-top: 14px;
    padding-bottom: 10px;
    margin-left: -5px;
    margin-right: -5px;
  }

  .sec2-list-item {
    width: 100%;
  }

  .sec2-list-item2 {
    width: 100%;
  }
}
.footer {
  background: url(../images/dinbubj.png) no-repeat;
  background-size: cover;
}

.footer-left-title {
  width: auto;
  height: auto;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 30px;
}

.hengkuang {
  margin-bottom: 3px;
}

.footer a:hover {
  text-decoration: underline;
  color: #FFFFFF;
}

.fxzzj a:hover {
  text-decoration: none;
}

.hengkuang > a:nth-child(1) {
  min-width: 61px;
  max-width: 61px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 30px;
  margin-right: 6px;
}

.hengkuang > a {
  font-size: 14px;
  font-weight: 400;
  color: #BABABA;
  line-height: 30px;
  margin-right: 2.9%;
}

.hengkuang > a:last-child {
  margin-right: 0px;
}

.foot-bottom {
  font-size: 14px;
  text-align: center;
  color: #666666;
  border-top: 1px solid #363636;
  margin-top: 41px;
  padding-top: 15px;
  padding-bottom: 20px;
}

.Keywords {
  margin-bottom: 3px;
}

.foot-bottom a {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}

.footer-left {
  padding-top: 53px;
}

.footer-left-title {
  margin-bottom: 13px;
}

.footer-left {
  width: 57.8%;
  max-width: 694px;
  width: 100%;
}

.foooter-kuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footlxwm {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 36px;
}

.footelxfs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.footelxfs p {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  min-width: 184px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  line-height: 40px;
}

.footelxfs p:nth-child(1) i {
  margin-right: 6.2%;
  font-size: 18px;
}

.footelxfs p a {
  color: #FFFFFF;
}

.footer-right {
  max-width: 439px;
  width: 100%;
  padding-top: 49px;
}

.footelxfs p:nth-child(2) i {
  margin-right: 8px;
}

.footer-right form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.footer-right form p {
  width: 49.6%;
  height: 35px;
  margin-bottom: 3px;
}

.footer-right form p:nth-child(3) {
  width: 100%;
  height: 62px;
}

.footer-right form p:nth-child(3) textarea {
  padding-top: 5px;
}

.footer-right form input,
.footer-right form textarea {
  width: 100%;
  height: 100%;
  background: rgba(61, 61, 61, 0.8);
  padding-left: 11px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  color: #FFFFFF;
}

.footer-yzm {
  width: 100%;
  height: 40PX;
  margin-top: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-yzm p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0px !important;
  height: 40px !important;
}

.footer-yzm p input {
  width: -webkit-calc(100% - 72px);
  width: -moz-calc(100% - 72px);
  width: calc(100% - 72px);
  height: 100%;
}

.footer-yzm .ttj {
  width: 49.6%;
  padding-left: 0px;
  background: #1420A6;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 30px;
}

.fxzzj {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 20px;
}

.fxzzj a {
  width: 35px;
  height: 35px;
  background: #363635;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  margin-right: 20px;
}

.fxzzj a:hover {
  background: #1420A6;
  color: #FFFFFF !important;
}

.footer-yzm p a {
  display: block;
  font-size: 0;
  width: 72px;
  background: #FFFFFF;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
}

.dibulogo {
  display: block;
  font-size: 0;
  margin-top: 42px;
}

.foot-company-add {
  margin-bottom: 5px;
}

@media screen and (max-width: 980px) {
  .footer-left {
    display: none;
  }

  .Links, .footlxwm, .footelxfs, .footer-right form, .Keywords {
    display: none;
  }

  .footer-right {
    padding-top: 20px;
    width: 100%;
    max-width: none;
  }

  .fxzzj {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .fxzzj a {
    margin-left: 2%;
    margin-right: 2%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }

  .dibulogo {
    text-align: center;
    margin-top: 10px;
  }

  .foot-bottom {
    margin-top: 10px;
  }
}
@media screen and (max-width: 800px) {
  .footer {
    padding-bottom: 53px;
  }

  .sec2-top-title {
    font-size: 20px;
  }

  .index-cp-name, .an-in-n-title {
    font-size: 16px;
  }

  .index-cp-name {
    padding-left: 3%;
    padding-right: 3%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }

  .an-in-n-nei {
    margin-top: 10px;
  }

  .sec2-top-text a,
.an-in-n-nei {
    font-size: 12px;
  }

  .anli-index-neirong {
    padding-left: 3%;
    padding-right: 3%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }

  .index-anli .sec2-list {
    margin-top: 0;
  }

  .sec2-list {
    padding-bottom: 10px;
  }

  .sec2-list {
    margin-top: 0px;
    padding-top: 20px;
  }

  .index-anli {
    margin-top: 0;
  }

  .sec3-title {
    font-size: 20px;
  }

  .sec3 {
    padding-top: 10px;
  }

  .sec-rig-kuang {
    font-size: 12px;
  }

  .sec-rig-title, .sec3-data {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .index-cp-kuang, .index-anli-kuang {
    width: 48%;
    margin-left: 0px;
  }

  .sec2-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 400px) {
  .index-cp-kuang, .index-anli-kuang {
    width: 48%;
  }
}
.container {
  max-width: 1200px;
  width: 100%;
}

@media screen and (max-width: 1220px) {
  .container {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
.crumbk-mid {
  padding-top: 34px;
}

.cpzx-mid.xq {
  background: #F5F5F5;
}

.crumbk-mid i {
  font-size: 12px;
  color: #666666;
}

.crumbk-mid a {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
}

.crumbk-mid a:hover {
  color: #1420A6;
}

.crumbk-mid a.active {
  color: #1420A6;
}

.cpzx-neirong-kuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #E3E3E3;
  padding-bottom: 57px;
  margin-bottom: 37px;
}

.cp-c-k-l {
  width: 37.5%;
  border-radius: 12px;
  overflow: hidden;
  margin-right: 2%;
  position: relative;
  height: 0px;
  overflow: hidden;
  padding-bottom: 25%;
}

.cp-c-k-l a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}

.cp-c-k-r {
  width: 53%;
  margin-right: 0.6%;
}

.cp-ck-r-title {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 36px;
  font-weight: bold;
  color: #333333;
}

.cp-ck-r-neirong {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  margin-top: 38px;
}

.cp-c-k-learn {
  width: 160px;
  height: 51px;
  border: 1px solid #1420A6;
  border-radius: 6px;
  text-align: center;
  font-size: 20px;
  background: #FFFFFF;
  font-weight: 400;
  color: #1420A6;
  line-height: 47px;
  margin-top: 35px;
}

.cp-c-k-learn:hover {
  color: #FFFFFF;
  background: #1420A6;
}

.cp-c-k-l a img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.cpzx-neirong {
  margin-top: 54px;
  margin-bottom: 125px;
}

.cp-ck-r-title:hover, .cp-ck-r-neirong:hover {
  color: #1420A6;
}

@media screen and (max-width: 1220px) {
  .cpzx-neirong {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 980px) {
  .cp-ck-r-title {
    font-size: 30px;
  }

  .cp-ck-r-neirong {
    margin-top: 20px;
  }

  .cpzx-neirong-kuang {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .cp-c-k-learn {
    width: 120px;
    height: 40px;
    line-height: 36px;
    font-size: 16px;
    margin-top: 20px;
  }

  .cpzx-neirong-kuang {
    padding-bottom: 40px;
  }

  .cp-ck-r-neirong {
    font-size: 16px;
  }
}
@media screen and (max-width: 820px) {
  .cpzx-neirong-kuang {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .cp-c-k-l, .cp-c-k-r {
    width: 100%;
    max-width: none;
    text-align: center;
    margin-right: 0px;
  }

  .cp-c-k-r {
    margin-top: 10px;
  }

  .cp-ck-r-neirong {
    margin-top: 6px;
  }

  .cpzx-neirong {
    margin-top: 30px;
  }

  .cpzx-neirong-kuang {
    padding-bottom: 28px;
    margin-bottom: 30px;
  }

  .cp-c-k-l {
    width: 100%;
    position: unset !important;
    height: auto !important;
    padding-bottom: 0px !important;
  }

  .cp-c-k-l a {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .logo img {
    padding-top: 12px;
  }

  .cp-ck-r-title {
    font-size: 20px;
  }

  .cp-ck-r-neirong {
    font-size: 12px;
    font-size: 1.2rem;
  }

  .crumbk-mid {
    margin-top: 10px;
    padding-top: 10px;
  }

  .crumbk-mid a {
    font-size: 12px;
  }

  .cpzx-neirong {
    margin-top: 20px;
  }

  .cp-c-k-learn {
    margin-top: 10px;
    font-size: 14px;
    width: 80px;
    height: 30px;
    line-height: 26px;
  }

  .logo {
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 200px;
    min-width: 200px;
  }

  .cpzx-neirong {
    margin-bottom: 35px;
  }
}
.cpcd-mid {
  background: #FFFFFF;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

.yijicpcd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.cpjs-kk-img {
  overflow: hidden;
  display: block;
  font-size: 0;
  border-radius: 12px 12px 0px 0px;
  height: 0px;
  padding-bottom: 66.8%;
}

.cpjs-kk-img img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.yijicpcd li a {
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
}

.yijicpcd > li:hover > a {
  color: #1420A6;
  font-weight: bold;
}

.yijicpcd > li:hover > a > span {
  background: #1420A6;
  width: 50px;
}

.yijicpcd > li {
  min-width: 80px;
  margin-right: 3.5%;
  position: relative;
}

.yijicpcd > li:hover ul {
  display: block;
}

.yijicpcd > li ul {
  display: none;
  top: 75px;
  width: 100%;
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2);
  padding-left: 2%;
  padding-right: 2%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  z-index: 3;
  border-radius: 0px 0px 6px 6px;
}

.yijicpcd > li ul li a {
  font-size: 16px;
}

.yijicpcd > li ul li a:hover {
  color: #1420A6;
}

.yijicpcd > li {
  margin-right: 5%;
}

.yijicpcd > li > a {
  padding-top: 24px;
  padding-bottom: 25px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.yijicpcd li.active > a {
  font-size: 20px;
  font-weight: bold;
  color: #1420A6;
  position: relative;
}

.yijicpcd li.active > a > span {
  background: #1420A6;
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 50px;
  -webkit-transform: translate(-50%);
     -moz-transform: translate(-50%);
      -ms-transform: translate(-50%);
       -o-transform: translate(-50%);
          transform: translate(-50%);
}

.yijicpcd > li > a {
  position: relative;
}

.yijicpcd li a span {
  display: block;
  width: 0px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 2px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%);
     -moz-transform: translate(-50%);
      -ms-transform: translate(-50%);
       -o-transform: translate(-50%);
          transform: translate(-50%);
  -webkit-transition: all 550ms;
  -o-transition: all 550ms;
  -moz-transition: all 550ms;
  transition: all 550ms;
}

.guanjianci {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  background: #F3F3F3;
  border-radius: 6px;
  padding-left: 1.3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 11px;
  padding-right: 68px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-bottom: 20px;
  padding-bottom: 6px;
  position: relative;
  margin-top: 25px;
}

.zhankai {
  width: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  color: #1420A6;
  margin-right: 0.9%;
  cursor: pointer;
  position: absolute;
  bottom: 0px;
  right: 0px;
  bottom: 16px;
}

.zhankai i {
  margin-top: 4px;
  font-size: 14px;
}

.guanjianci-kuang {
  height: 68px;
  overflow: hidden;
}

.guanjianci-kuang.zhankaiii {
  height: auto;
}

.guanjianci-kuang > span {
  margin-right: 8px;
}

.guanjianci-kuang > a {
  color: #666666;
}

.guanjianci-kuang > a.active {
  color: #1420A6;
}

.guanjianci-kuang > a:hover {
  color: #1420A6;
}

.cpjs-ttile {
  font-size: 20px;
  font-weight: bold;
  color: #1420A6;
  line-height: 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  margin-top: 27px;
  margin-bottom: 9px;
}

.cpjs-ttile:hover {
  color: #666666;
}

.cpjs-neirong:hover {
  color: #1420A6;
}

.cpjs-neirong {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}

.cpjs-kk {
  width: 31.7%;
  margin-bottom: 42px;
}

.cpjs-kk-n {
  background: #F0F0F0;
  border-radius: 0px 0px 12px 12px;
  padding-left: 4.9%;
  padding-right: 4.9%;
  padding-top: 16px;
  padding-bottom: 20px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.index-anli-kuang:hover .anli-index-neirong {
  background: #FFFFFF;
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
}

.cpjs-kk-name {
  width: auto;
  height: auto;
  font-size: 26px;
  font-weight: bold;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cpjs-zx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 18px;
}

.cpjs-zx-name {
  font-size: 16px;
  font-weight: bold;
  color: #1420A6;
  width: 114px;
  height: 38px;
  border: 1px solid #1420A6;
  border-radius: 6px;
  text-align: center;
  line-height: 34px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.cpjs-zx-name:hover {
  background: #1420A6;
  color: #FFFFFF;
}

.cpjs-zx p {
  font-size: 16px;
  font-weight: bold;
  color: #1420A6;
  line-height: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cpjs-zx p input {
  width: 20px;
  height: 20px;
  border: 1px solid #1420A6;
  border-radius: 4px;
  margin-right: 9px;
}

.cpjs-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 34px;
}

.cpjs-kk.no-bianju {
  margin-left: 0px;
}

.cpjs-kk {
  margin-left: 2.4%;
}

.cpjs-kk-name:hover {
  color: #1420A6;
}

/*-------------page-start--------------------------------------------------------------------*/
.page {
  clear: both;
  text-align: center;
  overflow: hidden;
  font-size: 0;
  letter-spacing: 0;
  margin-top: 27px;
  width: 100%;
  margin-bottom: 98px;
}

.page a {
  display: inline-block;
  vertical-align: top;
  color: #333333;
  margin: 0 6px 10px;
  color: #333333;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  line-height: 30px;
  width: 35px;
  height: 35px;
  background: #FFFFFF;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}

.page a.prev {
  min-width: 65px;
}

.page a.next {
  min-width: 65px;
  margin-left: 2px;
}

.page a:hover,
.page a.page-active {
  background: #1420A6;
  border: 1px solid #1420A6;
  color: #FFFFFF;
}
.page .no:hover{
  background: #FFFFFF;
  color: #999999;
  border: 1px solid #E5E5E5;
}
@media only screen and (max-width: 1219px) {
  .page a {
    font-size: 14px;
  }

  .page a.prev {
    min-width: 80px;
  }

  .page a.next {
    min-width: 60px;
  }
}
.page .add-form {
  display: inline-block;
  vertical-align: top;
  margin-left: 5px;
  padding-right: 30px;
}

.page .add-form .add-btn {
  text-align: center;
  padding: 0 5px;
  line-height: 33px;
  border: solid 1px #1420A6;
  background: #1420A6;
  width: 90px;
  height: 35px;
  background: #FFFFFF;
  font-size: 14px;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  color: #FFFFFF;
  cursor: pointer;
  color: #999999;
}

.page .add-form .add-btn:hover {
  background-color: #1420A6;
  color: #FFFFFF;
}

@media screen and (max-width: 1220px) {
  .yijicpcd > li {
    margin-right: 2%;
  }

  .yijicpcd li a,
.yijicpcd li.active > a {
    font-size: 16px;
  }

  .yijicpcd li.active > a > span,
.yijicpcd li a span,
.yijicpcd li:hover a span {
    width: 30px;
  }
}
@media screen and (max-width: 999px) {
  .yijicpcd > li {
    width: 16%;
    padding-left: 3%;
    padding-right: 3%;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    text-align: center;
    margin-right: 0px;
  }

  .yijicpcd {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .yijicpcd li > a > span {
    display: none;
  }

  .yijicpcd > li > ul {
    display: block;
    top: 0px;
    position: relative;
  }

  .yijicpcd > li > a {
    margin-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 980px) {
  .cpjs-kk-name {
    font-size: 22px;
  }

  .cpjs-zx-name {
    width: 90px;
    height: 34px;
    font-size: 14px;
    line-height: 30px;
  }

  .cpjs-zx p {
    font-size: 14px;
  }

  .cpjs-zx p input {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 860px) {
  .yijicpcd > li {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .yijicpcd li a, .yijicpcd li.active > a {
    font-size: 14px;
  }

  .yijicpcd > li ul li a {
    font-size: 14px;
  }

  .crumbk-mid a {
    font-size: 12px;
  }

  .guanjianci {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .guanjianci, .zhankai {
    font-size: 12px;
  }

  .guanjianci {
    padding-right: 56px;
  }

  .zhankai {
    width: 42px;
  }

  .zhankai i {
    font-size: 12px;
  }

  .cpjs-ttile {
    font-size: 16px;
    margin-top: 20px;
  }

  .cpjs-neirong {
    font-size: 12px;
  }

  .cpjs-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .cpjs-kk {
    width: 48%;
    margin-left: 0px;
  }

  .cpjs-list .page {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .cpjs-kk-name {
    font-size: 18px;
  }

  .cpjs-kk-n {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .cpjs-kk {
    margin-bottom: 16px;
  }

  .cpjs-zx {
    margin-top: 10px;
  }
}
@media screen and (max-width: 450px) {
  .cpjs-kk {
    width: 48%;
    /*max-width: 380px;*/
    margin-left: 2%;
  }
.cpjs-kk-name{
  font-size: 12px;
}
.cpjs-zx-name{
  width: auto !important;
  font-size: 12px;
  border: 0 !important;
}
.cpjs-kk.no-bianju{
  margin-left: 2%;
}
  .cpjs-list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .yijicpcd > li {
    width: 33%;
  }
}
.cp-xq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
  padding-bottom: 65px;
}

.cp-xq-left {
  width: 55%;
}

.cp-xq-right {
  width: 37.7%;
}

.xq-zx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 34px;
}

.xq-zx a:nth-child(1) {
  background: #1420A6;
  color: #FFFFFF;
}

.xq-zx a:hover {
  color: #666666;
}

.xq-zx a {
  display: block;
  width: 187px;
  height: 51px;
  border: 1px solid #1420A6;
  border-radius: 6px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  color: #1420A6;
  line-height: 51px;
}

.cp-xq-hengxian {
  display: block;
  width: 50px;
  height: 4px;
  background: #1420A6;
  border-radius: 2px;
  margin-top: 8px;
}

.cp-xq-right h1 {
  width: auto;
  height: auto;
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  margin-top: 23px;
}

.cp-xq-neirong {
  padding-right: 1%;
  font-size: 18px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin-top: 22px;
  min-height: 328px;
  margin-bottom: 30px;
}

.fenxiang div:nth-child(1) {
  margin-left: 12px;
}

.fenxiang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  stify-content: flex-start;
  width: auto;
  height: auto;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}

/* fangdajing start */
.zoomPad {
  position: relative;
  /* float:left; */
  /* z-index:99; */
  z-index: 10;
  cursor: crosshair;
}

.zoomPreload {
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
  color: #333;
  font-size: 12px;
  font-family: Tahoma;
  text-decoration: none;
  border: 1px solid #CCC;
  background-color: white;
  padding: 8px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: 43px 30px;
  z-index: 110;
  width: 90px;
  height: 43px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.zoomPup {
  overflow: hidden;
  background-color: #FFF;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 120;
  position: absolute;
  border: 1px solid #CCC;
  z-index: 101;
  cursor: crosshair;
}

.zoomOverlay {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #FFF;
  /*opacity:0.5;*/
  z-index: 5000;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 101;
}

.zoomWindow {
  position: absolute;
  left: 110%;
  top: 30px;
  background: #FFF;
  z-index: 6000;
  height: auto;
  z-index: 10000;
  z-index: 110;
}

.zoomWrapper {
  position: relative;
  border: 1px solid #999;
  /* addd */
  overflow: hidden;
  z-index: 110;
}

.zoomWrapperTitle {
  display: block;
  background: #999;
  color: #FFF;
  height: 18px;
  line-height: 18px;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 10px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 120;
  -moz-opacity: 0.6;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110;
}

.zoomWrapperImage img {
  border: 0px;
  display: block;
  position: absolute;
  z-index: 101;
}

.zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0.8;
  opacity: 0.8;
  position: absolute;
  display: block;
}

/* fangdajing end */
@media screen and (max-width: 640px) {
  .m-clstext .box-img {
    float: none;
    margin-right: 0;
    width: 100%;
  }
}
.m-prol {
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: -28px;
}

.m-prol .list-item {
  margin-right: 1.40187%;
  margin-bottom: 28px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  width: 32.35981%;
}

.m-prol .item-pic {
  border: solid 1px #d7d7d7;
}

.m-prol .item-text {
  padding-top: 18px;
  text-align: center;
}

.m-prol .item-title {
  height: 26px;
  line-height: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #555;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-prol .item-link {
  margin-top: 23px;
}

.m-prol .item-link input {
  margin-right: 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.m-prol .item-link a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  min-width: 116px;
  line-height: 24px;
  padding: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 22px;
  border: solid 1px #333333;
}

.m-prol .item-link a:hover {
  color: #fff;
  background-color: #E65D0E;
}

@media screen and (max-width: 991px) {
  .m-prol .item-text {
    padding-top: 10px;
  }

  .m-prol .item-link {
    margin-top: 10px;
  }

  .m-prol .item-title {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-prol .item-link input {
    margin-right: 5px;
  }

  .m-prol .item-link a {
    min-width: 100px;
    font-size: 12px;
    font-size: 1.2rem;
    border-radius: 10px;
  }
}
@media screen and (max-width: 480px) {
  .m-prol .list-item {
    margin-left: 1%;
    margin-right: 1% !important;
    width: 48%;
  }
}
.m-prob1 .prob-pic {
  position: relative;
  z-index: 3;
}

.m-prob1 .prob-pic-big {
  position: relative;
  border-radius: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-prob1 .prob-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  z-index: 8;
  display: none;
}

.m-prob1 .prob-video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.m-prob1 .prob-video.show {
  display: block;
}

.m-prob1 .prob-pic-big-img {
  display: block;
  line-height: 0;
  font-size: 0;
}

.m-prob1 .prob-pic-big-img .zoomPad {
  float: none;
  z-index: 8;
}

.m-prob1 .zoomWrapperImage img {
  max-width: 1200px;
}

.m-prob1 .prob-pic-small {
  position: relative;
  margin-top: 40px;
  padding-left: 24px;
  padding-right: 24px;
  overflow: hidden;
}

.m-prob1 .prob-pic-btn {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  display: block;
  line-height: 40px;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
  color: #676767;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.m-prob1 .prob-pic-btn:hover {
  color: #E65D0E;
}

.m-prob1 .prob-pic-btn.prev {
  left: 0;
}

.m-prob1 .prob-pic-btn.next {
  right: 0;
}

.m-prob1 .prob-pic-list {
  overflow: hidden;
}

.m-prob1 .prob-pic-list ul {
  width: 10000%;
  overflow: hidden;
  margin-left: 1%;
}

.m-prob1 .prob-pic-list ul li {
  position: relative;
  float: left;
  margin-right: 0.027%;
  width: 0.225%;
}

.m-prob1 .prob-pic-item .item-pic,
.m-prob1 .prob-pic-item .item-video {
  background-color: #fff;
  overflow: hidden;
  border-radius: 6px;
  border: 2px solid transparent;
}

.m-prob1 .prob-pic-item .item-pic:hover,
.m-prob1 .prob-pic-item .item-video:hover {
  border-color: #1420A6;
}

.m-prob1 .prob-pic-item .item-pic:hover img, .m-prob1 .prob-pic-item .item-video:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.m-prob1 .prob-pic-item .item-pic.active, .m-prob1 .prob-pic-item .item-video.active {
  border-color: #1420A6;
}

.m-prob1 .prob-pic-item .item-video {
  position: relative;
  display: block;
  line-height: 0;
  font-size: 0;
  text-align: center;
}

.m-prob1 .prob-info {
  padding-top: 35px;
}

.m-prob1 .prob-info-title {
  position: relative;
  font-size: 20px;
  font-size: 2rem;
  font-weight: normal;
}

.m-prob1 .prob-info-desc {
  margin-top: 8px;
  line-height: 28px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #555555;
}

.m-prob1 .prob-share {
  margin-top: 26px;
  letter-spacing: 0;
}

.m-prob1 .prob-share .font {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-right: 10px;
  line-height: 26px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #555;
}

.m-prob1 .prob-share .img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  background-color: #fff;
  height: 26px;
}

.m-prob1 .prob-info-link {
  margin-top: 42px;
  margin-bottom: -16px;
  overflow: hidden;
}

.m-prob1 .prob-info-link a {
  margin-bottom: 16px;
  margin-right: 16px;
  display: inline-block;
  padding: 5px 10px;
  min-width: 140px;
  line-height: 24px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 22px;
  background-color: #b7b7b7;
}

.m-prob1 .prob-info-link a:first-child {
  min-width: 117px;
}

.m-prob1 .prob-info-link a:last-child {
  margin-right: 0;
}

.m-prob1 .prob-info-link a:hover {
  color: white;
  background-color: #E65D0E;
  border-color: #E65D0E;
}

@media screen and (max-width: 1219px) {
  .zoomPad {
    cursor: default !important;
  }

  .zoomPup {
    display: none !important;
  }

  .zoomWindow {
    display: none !important;
  }

  .zoomPreload {
    display: none !important;
  }

  .m-prob1 .prob-pic {
    float: none;
    margin: 0 auto;
  }

  .m-prob1 .prob-info {
    margin-top: 20px;
    width: 100%;
    height: auto;
  }

  .m-prob1 .prob-info-desc {
    padding-bottom: 20px;
    line-height: 24px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .m-prob1 .prob-info-desc p {
    min-height: 10px;
  }
}
.m-propic {
  display: none;
}

@media screen and (max-width: 950px) {
  .m-propic {
    position: relative;
    padding-left: 35px;
    padding-right: 35px;
    display: block;
    overflow: hidden;
  }

  .m-propic .box-btn {
    position: absolute;
    z-index: 3;
    top: 50%;
    margin-top: -15px;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #AAAAAA;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }

  .m-propic .box-btn :hover {
    color: #E65D0E;
  }

  .m-propic .box-btn.prev {
    left: 0;
  }

  .m-propic .box-btn.next {
    right: 0;
  }

  .m-propic .box-bd {
    overflow: hidden;
  }

  .m-propic .box-list {
    width: 10000%;
    overflow: hidden;
  }

  .m-propic .list-item {
    position: relative;
    float: left;
    margin-right: 0.02%;
    width: 0.32%;
  }

  .m-propic .item-video, .m-propic .item-video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }

  .m-propic .item-pic {
    border: 1px solid #E65D0E;
  }
}
.m-mpro {
  margin-top: 78px;
}

.m-mpro .box-title {
  margin-bottom: 31px;
  overflow: hidden;
  text-align: center;
}

.m-mpro .box-title div, .m-mpro .box-title p {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.m-mpro .box-title div {
  padding-left: 12px;
}

.m-mpro .box-title div:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 960px;
  height: 1px;
  background-color: #ccd8e9;
}

.m-mpro .box-title p {
  padding-right: 12px;
  line-height: 34px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #555;
}

.m-mpro .box-title p:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 960px;
  height: 1px;
  background-color: #ccd8e9;
}

.m-mpro .box-list {
  width: 10000%;
  overflow: hidden;
}

.m-mpro .list-item {
  float: left;
  margin-right: 0.01402%;
  width: 0.3236%;
}

.m-mpro .item-pic {
  border: solid 1px #d7d7d7;
}

.m-mpro .item-text {
  padding-top: 18px;
  text-align: center;
}

.m-mpro .item-title {
  height: 26px;
  line-height: 16px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #555;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.m-mpro .item-link {
  margin-top: 23px;
}

.m-mpro .item-link input {
  margin-right: 20px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.m-mpro .item-link a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  min-width: 116px;
  line-height: 24px;
  padding: 5px;
  font-size: 14px;
  font-size: 1.4rem;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 22px;
  border: solid 1px #333333;
}

#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 99999999999999980000000000000000000000;
}

#baguetteBox-overlay.visible {
  opacity: 1;
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -webkit-transform 0.4s ease;
  -o-transition: left 0.4s ease, -o-transform 0.4s ease;
  -moz-transition: left 0.4s ease, transform 0.4s ease, -moz-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease, -moz-transform 0.4s ease, -o-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}

#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  -moz-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  -moz-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: -webkit-calc(50% - 30px);
  top: -moz-calc(50% - 30px);
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
  right: 2%;
  display: block !important;
}

.baguetteBox-button#previous-button {
  left: 2%;
  display: block !important;
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: -webkit-calc(2% + 6px);
  right: -moz-calc(2% + 6px);
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

.m-prob1 img {
  -webkit-transition: all 0ms;
  -o-transition: all 0ms;
  -moz-transition: all 0ms;
  transition: all 0ms;
}

.prob-pic-btn i:hover {
  color: #1420A6;
}

@media screen and (max-width: 1220px) {
  .cp-xq-neirong {
    min-height: 240px;
  }
}
@media screen and (max-width: 1080px) {
  .xq-zx a {
    width: 140px;
    height: 42px;
    line-height: 42px;
  }
}
@media screen and (max-width: 950px) {
  .cp-xq-right {
    width: 40%;
  }

  .cp-xq-neirong {
    min-height: auto;
  }

  .m-prob1 .prob-pic-small {
    margin-top: 20px;
  }

  .cp-xq-right h1 {
    font-size: 26px;
    margin-top: 10px;
  }

  .cp-xq-neirong {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .xq-zx a {
    height: 40px;
    line-height: 38px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .cp-xq {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .cp-xq-right {
    width: 100%;
    text-align: center;
  }

  .cpzx-mid.xq .crumbk-mid {
    margin-top: 0;
    padding-top: 14px;
  }

  .cp-xq-left {
    width: 100%;
    max-width: 660px;
    margin-left: auto;
    margin-right: auto;
  }

  .cp-xq {
    margin-top: 20px;
  }

  .cp-xq-right h1 {
    font-size: 20px;
  }

  .fenxiang {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .cp-xq-neirong, .fenxiang, .xq-zx a {
    font-size: 12px;
  }

  .xq-zx a {
    width: 100px;
    margin-left: 2%;
    margin-right: 2%;
  }

  .cp-xq-hengxian {
    margin-left: auto;
    margin-right: auto;
  }

  .xq-zx {
    margin-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .m-prob1 .prob-pic-list ul li {
    width: 0.308%;
  }
}
.ckgdanli {
  margin-top: 74px;
  background: #1420A6;
  padding-top: 30px;
  padding-bottom: 30px;
}

.ckgdanli a:hover {
  color: #666666;
}

.ckgdanli a i {
  margin-right: 8px;
  font-weight: 100;
  font-size: 26px;
  margin-left: 3px;
}

.ckgdanli a {
  display: block;
  width: 307px;
  margin-left: auto;
  margin-right: auto;
  height: 60px;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 56px;
}

.cpxqtp p {
  text-align: center;
}

.cpxqtp {
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 32px;
  padding-bottom: 56px;
}

/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("../fonts/e893059bdde44593be0f612e1d34d8a2.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  -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);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
     -moz-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: height, -o-transform;
  -moz-transition-property: transform, height, -moz-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -moz-transform, -o-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .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-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  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, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: -webkit-calc(var(--swiper-navigation-size) / 44 * 27);
  width: -moz-calc(var(--swiper-navigation-size) / 44 * 27);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: -webkit-calc(-1 * var(--swiper-navigation-size) / 2);
  margin-top: -moz-calc(-1 * var(--swiper-navigation-size) / 2);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: "";
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: "";
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  -moz-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-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-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
     -moz-transform: scale(0.33);
      -ms-transform: scale(0.33);
       -o-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
     -moz-transform: scale(0.66);
      -ms-transform: scale(0.66);
       -o-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
     -moz-transform: scale(0.33);
      -ms-transform: scale(0.33);
       -o-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
     -moz-transform: scale(0.66);
      -ms-transform: scale(0.66);
       -o-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
     -moz-transform: scale(0.33);
      -ms-transform: scale(0.33);
       -o-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
     -moz-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s top, 0.2s -o-transform;
  -moz-transition: 0.2s transform, 0.2s top, 0.2s -moz-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform, 0.2s -moz-transform, 0.2s -o-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s left, 0.2s -o-transform;
  -moz-transition: 0.2s transform, 0.2s left, 0.2s -moz-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform, 0.2s -moz-transform, 0.2s -o-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s right, 0.2s -o-transform;
  -moz-transition: 0.2s transform, 0.2s right, 0.2s -moz-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform, 0.2s -moz-transform, 0.2s -o-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
     -moz-transform-origin: left top;
      -ms-transform-origin: left top;
       -o-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
     -moz-transform-origin: right top;
      -ms-transform-origin: right top;
       -o-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  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);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.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 infinite linear;
     -moz-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.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;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}

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

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  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;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.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-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.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);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.xgcp-name {
  font-size: 36px;
  font-weight: bold;
  color: #1420A6;
}

.xgcp-name:hover {
  color: #000000;
}

.xgcp-title-kuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}

.annuqh {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 2px;
}

.annuqh div::before {
  display: none;
}

.annuqh div {
  font-weight: 400;
  margin-left: 6px;
  font-size: 30px;
  position: relative;
  left: auto;
  right: auto;
  margin-top: 0px;
  width: auto;
  height: auto;
  color: #A8A8A8;
}

.annuqh div:hover {
  color: #1420A6;
}

.annuqh div i {
  font-size: 26px;
  font-weight: bold;
}

.annuqh div i:hover {
  color: #1420A6;
}

.xgcp-slider-img {
  display: block;
  font-size: 0;
}

.xgcp-slider {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.xgcp-slider-name {
  position: absolute;
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #FFFFFF;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  background-color: red;
  left: 0px;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  right: 0px;
  bottom: 0px;
  padding-bottom: 11px;
  box-sizing: border-box;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.65)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C */
}

.xgcp-slider-name:hover {
  color: #1420A6;
}

.xgcp-mid {
  margin-bottom: 151px;
}

@media screen and (max-width: 1080px) {
  .cp-xq {
    padding-bottom: 40px;
  }

  .ckgdanli {
    margin-top: 40px;
  }

  .cpxqtp {
    padding-bottom: 10px;
  }

  .xgcp-mid {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 980px) {
  .xgcp-slider-name {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .xgcp-slider-name {
    font-size: 18px;
  }

  .xgcp-name, .annuqh div i {
    font-size: 20px;
  }

  .xgcp-title-kuang {
    margin-bottom: 20px;
  }

  .xgcp-mid {
    margin-bottom: 30px;
  }

  .ckgdanli a {
    width: 240px;
    font-size: 16px;
  }

  .cp-xq {
    padding-bottom: 20px;
  }

  .ckgdanli {
    margin-top: 20px;
  }

  .ckgdanli a i {
    font-size: 16px;
  }
}
.cpcd-mid.khal .cpcd-kuang > .yijicpcd > li > a {
  margin-right: 0px;
  min-width: 45px !important;
  text-align: center;
}

.cpcd-mid.khal .cpcd-kuang > .yijicpcd > li {
  margin-right: 5%;
}

.cpcd-mid.khal .cpcd-kuang > .yijicpcd > li:last-child {
  margin-right: 0px;
}

@media screen and (max-width: 1220px) {
  .cpcd-mid.khal .cpcd-kuang .yijicpcd {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .cpcd-mid.khal .cpcd-kuang > .yijicpcd > li {
    width: 10%;
    margin-right: 1.2%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 880px) {
  .cpcd-mid.khal .cpcd-kuang > .yijicpcd > li {
    width: 14.6%;
    margin-right: 1%;
    margin-left: 1%;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 580px) {
  .cpcd-mid.khal .cpcd-kuang > .yijicpcd > li {
    width: 18%;
  }

  .cpcd-mid.khal .cpcd-kuang > .yijicpcd {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 480px) {
  .cpcd-mid.khal .cpcd-kuang > .yijicpcd > li {
    width: 30%;
  }
}
.kehuanli-kuang {
  margin-top: 37px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.kehuanli-kuang .index-anli-kuang {
  margin-bottom: 36px;
}

.kehuanli-kuang .page {
  padding-top: 0px;
  margin-top: 4px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 80px;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .kehuanli-kuang {
    margin-top: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .kehuanli-kuang .page {
    padding-bottom: 20px;
  }
}
.anli-xq-mid {
  margin-top: 10px;
}

.anli-xq-mid h1 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #1420A6;
}

.anlixq-kuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 23px;
}

.anlixq-fenx div:nth-child(1) {
  margin-left: 4px;
}

.anlixq-fenx {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.anlixq-data, .anlixq-fenx {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
}

.anlixq-neirong {
  width: auto;
  height: auto;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin-top: 32px;
}

.anlixq-neirong p {
  text-indent: 2em;
}

.swiper-anlixq {
  max-width: 983px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
}

.swiper-anlixq-kuang {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.swiper-anlixq {
  position: relative;
}

.swiper-anlixq .swiper-button-prev {
  left: 0px;
}

.swiper-anlixq .swiper-button-next {
  right: 0px;
}

.swiper-anlixq .swiper-button-next,
.swiper-anlixq .swiper-button-prev {
  color: #666666;
  font-size: 28px;
}

.swiper-anlixq .swiper-button-next:hover,
.swiper-anlixq .swiper-button-prev:hover {
  color: #1420A6;
}

.gall-img {
  display: block;
  font-size: 0;
  border-radius: 12px;
  overflow: hidden;
}

.thub-img {
  display: block;
  font-size: 0px;
  overflow: hidden;
  border-radius: 12px;
  overflow: hidden;
}

.swiper-slide-thumb-active {
  border: 2px solid #1420A6;
  border-radius: 14px;
  overflow: hidden;
}

.gallery-thumbs {
  margin-top: 22px;
}

.anlixq-neirong {
  border-bottom: 1px solid #C1C1C1;
  margin-bottom: 32px;
  padding-bottom: 40px;
}

.anlixq-qiehuan {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

.anlixq-qiehuan p {
  max-width: 48%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.anlixq-qiehuan a,
.anlixq-qiehuan span {
  margin-left: 4px;
}

.sxp {
  min-width: 74px;
  margin-left: 0px;
}

.anlixq-qiehuan p:nth-child(2) .sxp {
  min-width: 54px;
  margin-left: 0px;
}

.anlixq-qiehuan a:hover {
  color: #1420A6;
}

.xgcp-mid-kkuang {
  margin-top: 101px;
}

.xgcp-mid-kkuang .xgcp-mid {
  margin-bottom: 124px;
}

@media screen and (max-width: 1080px) {
  .swiper-anlixq-kuang {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }

  .swiper-anlixq {
    max-width: none;
  }

  .swiper-anlixq-kuang {
    max-width: none;
    width: 92%;
  }
}
@media screen and (max-width: 999px) {
  .xgcp-mid-kkuang {
    margin-top: 47px;
  }

  .xgcp-mid-kkuang .xgcp-mid {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 767px) {
  .anli-xq-mid h1 {
    font-size: 20px;
  }

  .anlixq-kuang {
    margin-top: 10px;
  }

  .anlixq-data, .anlixq-fenx,
.anlixq-neirong {
    font-size: 12px;
  }

  .swiper-anlixq .swiper-button-next, .swiper-anlixq .swiper-button-prev {
    font-size: 20px;
  }

  .anlixq-neirong {
    margin-top: 16px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .gallery-thumbs {
    margin-top: 10px;
  }

  .anlixq-qiehuan {
    font-size: 12px;
  }

  .sxp {
    min-width: 54px;
  }

  .anlixq-qiehuan p:nth-child(2) .sxp {
    min-width: 43px;
  }

  .swiper-anlixq-kuang {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }

  .anlixq-qiehuan p {
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .anlixq-qiehuan {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .xgcp-mid-kkuang {
    margin-top: 38px;
  }

  .xgcp-mid-kkuang .xgcp-mid {
    margin-bottom: 44px;
  }
}
.crumbk-mid.xinwen {
  padding-top: 24px;
}

.newlist-kuang-left {
  display: block;
  font-size: 0;
  width: 50%;
  overflow: hidden;
}

.newlist-kuang-top {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
  margin-top: 35px;
}

.newlist-kuang-left img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.newlist-title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  line-height: 50px;
}

.newlist-kuang-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.newlist-kuang-right {
  width: 45%;
  margin-top: 38px;
  margin-bottom: 10px;
  margin-right: 1.2%;
}

.newlist-data {
  width: auto;
  height: auto;
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  line-height: 30px;
  margin-top: 19px;
}

.newlist-neirong {
  width: auto;
  height: auto;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 20px;
  margin-top: 19px;
}

.newckgd {
  width: auto;
  height: auto;
  font-size: 20px;
  font-weight: 400;
  color: #1420A6;
  line-height: 26px;
  margin-top: 36px;
}

.newlist-kuang-right a:hover {
  color: #1420A6;
}

.newlist-kuang-right .newckgd:hover {
  color: #000000;
}

.nli-k-n-title {
  width: auto;
  height: auto;
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 50px;
}

.nli-k-n-data {
  font-size: 18px;
  font-weight: 400;
  color: #999999;
  line-height: 30px;
  margin-top: 12px;
  margin-bottom: 11px;
}

.nli-k-n-nei {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-right: 20px;
  padding-left: 1px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.nelit-kuang-nei {
  width: auto;
  height: auto;
  padding-left: 28px;
  padding-right: 10px;
  padding-top: 14px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.nelit-kuang-img {
  overflow: hidden;
  display: block;
  font-size: 0;
}

.nelit-kuang-img img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.nelit-kuang {
  background-color: red;
  width: 48.3%;
  background: #FFFFFF;
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 16px;
  overflow: hidden;
  padding-bottom: 34px;
  margin-bottom: 43px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.nelit-kuang a:hover {
  color: #1420A6;
}

.nli-k-n-gengd {
  font-size: 20px;
  font-weight: 400;
  color: #1420A6;
  line-height: 26px;
  margin-top: 14px;
}

.nelit-kuang .nli-k-n-gengd:hover {
  color: #000000;
}

.newlist-kkuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 47px;
}

.newlist-kkuang .page {
  margin-top: 18px;
  margin-bottom: 111px;
}

@media screen and (max-width: 1180px) {
  .newlist-kuang-right {
    margin-top: 14px;
  }

  .newlist-title {
    font-size: 32px;
  }

  .newckgd {
    margin-top: 20px;
  }

  .newlist-data {
    margin-top: 10px;
  }

  .newlist-neirong {
    margin-top: 10px;
  }
}
@media screen and (max-width: 999px) {
  .newlist-title {
    font-size: 26px;
    line-height: 40px;
  }

  .nelit-kuang-nei {
    padding-left: 14px;
    padding-right: 14px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }

  .newlist-kkuang .page {
    margin-top: 0px;
    margin-bottom: 60px;
  }

  .nli-k-n-title {
    font-size: 26px;
    line-height: 40px;
  }

  .nli-k-n-nei {
    padding-right: 0px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }

  .newlist-kuang-top {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .newlist-kuang-left {
    width: 100%;
    text-align: center;
  }

  .newlist-kuang-right {
    text-align: center;
    margin-right: 0px;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: 30px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }

  .newlist-neirong {
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .newlist-title {
    font-size: 20px;
    line-height: 30px;
  }

  .newlist-data {
    line-height: 16px;
  }

  .newlist-data, .newlist-neirong {
    font-size: 12px;
    margin-top: 6px;
  }

  .newckgd {
    margin-top: 8px;
    font-size: 14px;
  }

  .newlist-kuang-right {
    margin-bottom: 14px;
  }

  .newlist-kkuang {
    margin-top: 40px;
  }

  .nli-k-n-title {
    font-size: 20px;
  }

  .nli-k-n-data {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 20px;
  }

  .nli-k-n-nei {
    font-size: 12px;
  }

  .nli-k-n-gengd {
    margin-top: 10px;
    font-size: 14px;
  }

  .nelit-kuang {
    padding-bottom: 20px;
    margin-bottom: 20px;
    text-align: center;
  }

  .newlist-kkuang .page {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 580px) {
  .nelit-kuang {
    width: 100%;
  }
}
.gsi-ttile {
  font-size: 34px;
  font-weight: bold;
  color: #1420A6;
  line-height: 40px;
  text-align: center;
  margin-top: 41px;
  margin-bottom: 62px;
}

.gsi-ttile {
  width: 100%;
}

.gsijj-top-kuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jlfpp {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
  margin-bottom: 19px;
}

.gsijj-left {
  width: 45%;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}

.gsijj-right {
  width: 53.3%;
  position: relative;
  height: 0px;
  padding-bottom: 30%;
}

.gsijj-right iframe {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.gszhuce {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 16px;
  overflow: hidden;
}

.gszhuce div {
  padding-left: 2%;
  padding-right: 2%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  text-align: center;
  width: 25%;
  padding-top: 48px;
  padding-bottom: 37px;
  box-sizing: border-box;
  background-color: rgba(20, 32, 166, 0.15);
}

.gszhuce {
  margin-top: 57px;
}

.gszhuce div:nth-child(2n) {
  background-color: rgba(20, 32, 166, 0.1);
}

.gszhuce div .zhucetitle {
  font-size: 44px;
  font-weight: bold;
  color: #1420A6;
  margin-bottom: 29px;
}

.gszhuce div p {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}

.jyln-mid {
  background: url(../images/dji_0006.png) no-repeat;
  background-size: cover;
  margin-top: 90px;
  padding-top: 87px;
  padding-bottom: 117px;
}

.jyln-kuang {
  text-align: center;
}

.jyln-title {
  font-size: 36px;
  font-weight: bold;
  color: #FFFFFF;
  margin-bottom: 39px;
}

.jyln-neirong {
  width: auto;
  height: auto;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
}

.jyzx-kuang {
  background: #F5F5F5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 16px;
  overflow: hidden;
  margin-top: 79px;
}

.jyzx-left {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  width: 48%;
  padding-left: 2.3%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  padding-top: 35px;
  margin-bottom: 10px;
}

.jyzx-right {
  width: 50%;
}

.jyzx-right p {
  display: block;
  font-size: 0px;
  overflow: hidden;
}

.jyzx-right p img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.hzhb-img {
  text-align: center;
  margin-top: 92px;
  margin-bottom: 118px;
}

@media screen and (max-width: 1220px) {
  .jlfpp {
    margin-bottom: 14px;
  }

  .jyzx-left {
    padding-top: 20px;
  }
}
@media screen and (max-width: 999px) {
  .gsjjie .cpcd-kuang .yijicpcd > li {
    width: 20%;
  }

  .gsi-ttile {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .gsijj-top-kuang {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .gsijj-right {
    width: 100%;
    width: 640px;
    height: 359px;
    margin-left: auto;
    margin-right: auto;
  }

  .gsijj-left {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .gszhuce div .zhucetitle {
    margin-bottom: 10px;
    font-size: 30px;
  }

  .gszhuce div p {
    font-size: 14px;
  }

  .jyln-mid {
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .jyln-title {
    margin-bottom: 20px;
  }

  .hzhb-img {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .jyzx-kuang {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .jyzx-right {
    width: 100%;
    text-align: center;
  }

  .jyzx-left {
    width: 100%;
    text-align: center;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .gsi-ttile {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .jlfpp {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .gsijj-left {
    font-size: 12px;
  }

  .gszhuce {
    margin-top: 30px;
  }

  .gszhuce div .zhucetitle {
    font-size: 26px;
  }

  .jyln-title {
    font-size: 20px;
  }

  .jyln-neirong {
    font-size: 12px;
  }

  .gszhuce div {
    padding-top: 20px;
    padding-bottom: 20px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }

  .jyzx-kuang {
    margin-top: 20px;
  }

  .jyzx-left {
    font-size: 12px;
  }
}
@media screen and (max-width: 680px) {
  .gsijj-right {
    height: auto;
    min-height: auto;
    padding-bottom: 56%;
  }
}
@media screen and (max-width: 625px) {
  .gszhuce {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .gszhuce div {
    width: 50%;
  }
}
.fazlc-title {
  width: auto;
  height: auto;
  font-size: 36px;
  font-weight: bold;
  color: #1420A6;
  line-height: 40px;
  text-align: center;
}

.zxwbj {
  padding: 3px;
  border: 1px dashed #999999;
  display: inline-block;
  border-radius: 50%;
}

.zhongxin {
  width: 12px;
  height: 12px;
  background: #999999;
  border-radius: 50%;
}

.fazlc-l-left.active .zxwbj {
  border: 1px dashed #1420A6;
}

.fazlc-l-left.active .zhongxin {
  background: #1420A6;
}

.fazlc-l-left.active p {
  color: #1420A6;
  font-size: 28px;
  font-weight: bold;
  color: #1420A6;
}

.fazlc-l-left p {
  margin-left: 10px;
  color: #999999;
}

.fazlc-l-left {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 28px;
  font-weight: 400;
  color: #999999;
  padding-bottom: 49px;
}

.fazlc-right {
  width: 84.0833333333%;
}

.fazlc-kuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 119px;
}

.fazlc-mid {
  margin-top: 39px;
}

.fazlc-right {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}

.fazlc-kuang {
  margin-top: 60px;
}

.fazlc-left {
  max-width: 110px;
  width: 110px;
  margin-top: 4px;
  margin-right: 4%;
}

.fazlc-l-left {
  position: relative;
  z-index: 2;
}

.zxwbj::before {
  content: "";
  left: 9%;
  position: absolute;
  width: 2px;
  height: 100%;
  background: #D2D2D2;
  z-index: -1;
}

.fazlc-l-left:last-child .zxwbj::before {
  height: 0px;
}

.fazlc-img {
  display: block;
  font-size: 0;
  margin-top: 40px;
}

@media screen and (max-width: 999px) {
  .fazlc-mid {
    margin-top: 20px;
  }

  .fazlc-kuang {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .crumbk-mid.xinwen {
    padding-top: 10px;
  }

  .fazlc-title {
    font-size: 20px;
    line-height: 28px;
  }

  .fazlc-mid {
    margin-top: 10px;
  }

  .fazlc-right {
    font-size: 12px;
  }

  .fazlc-kuang {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .fazlc-l-left.active p,
.fazlc-l-left p {
    font-size: 20px;
  }

  .fazlc-l-left {
    padding-bottom: 44px;
  }
}
@media screen and (max-width: 660px) {
  .gsjjie .cpcd-kuang .yijicpcd > li {
    width: 33%;
  }
}
@media screen and (max-width: 360px) {
  .gsjjie .cpcd-kuang .yijicpcd > li {
    width: 50%;
  }
}
.zmhzqy-title {
  font-size: 36px;
  font-weight: bold;
  color: #1420A6;
  line-height: 40px;
  text-align: center;
  margin-top: 41px;
  margin-bottom: 51px;
}

.zm-le-title {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
  margin-bottom: 22px;
}

.zm-le-neirong {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}

.zmhzqy-left {
  width: 42%;
}

.zmhzqy-right {
  width: 43.3%;
}

.zmhzqy-kuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.hzhbimg {
  margin-top: 40px;
  display: block;
  font-size: 0;
}

.hzhblogo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 82px;
  margin-bottom: 82px;
}

.hzhblogo .no-bianju {
  margin-left: 0px;
}

.hzhblogo a {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 18.33333333%;
  height: 130px;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 6px;
  margin-bottom: 37px;
  margin-left: 2.06%;
}

@media screen and (max-width: 999px) {
  .zmhzqy-title {
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .hzhbimg {
    margin-top: 20px;
  }

  .hzhblogo {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .zmhzqy-title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .zmhzqy-kuang {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .zmhzqy-left {
    margin-bottom: 30px;
  }

  .zmhzqy-left, .zmhzqy-right {
    width: 100%;
    text-align: center;
  }

  .zm-le-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
  }

  .hzhblogo a {
    width: 30%;
    margin-left: 1.5% !important;
    margin-right: 1.5% !important;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    margin-bottom: 10px;
  }

  .hzhblogo a img {
    width: 80px;
    height: 80px;
  }

  .zm-le-neirong {
    font-size: 12px;
  }
}
@media screen and (max-width: 450px) {
  .hzhblogo {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .hzhblogo a {
    width: 49%;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
.qywh-left {
  width: 47.8%;
  border-radius: 16px;
  overflow: hidden;
  font-size: 0px;
  display: block;
}

.qywh-right {
  width: 47.1%;
  margin-top: -51px;
}

.qywh-left img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.qiywenhua-kuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}

.qiywenhua-kuang:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-flow: row-reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}

.qywh-title {
  width: auto;
  height: auto;
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  line-height: 50px;
}

.qywh-title span {
  display: block;
}

.qywh-neirong {
  width: auto;
  width: auto;
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  margin-top: 29px;
}

.qiywen-mid {
  margin-top: 59px;
  margin-bottom: 122px;
}

.qiywenhua-kuang:nth-child(2n) .qywh-right {
  margin-top: 10px;
}

@media screen and (max-width: 999px) {
  .zmhzqy-title {
    margin-bottom: 0px;
  }

  .qiywen-mid {
    margin-top: 40px;
  }

  .qywh-title {
    font-size: 24px;
    line-height: 42px;
  }

  .qywh-neirong {
    margin-top: 10px;
  }

  .qiywenhua-kuang {
    margin-bottom: 30px;
  }

  .qywh-neirong {
    font-size: 16px;
  }

  .qiywen-mid {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .qiywenhua-kuang {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .qywh-left {
    width: 100%;
  }

  .qiywen-mid {
    text-align: center;
  }

  .qywh-right {
    margin-top: 20px;
    width: 100%;
  }

  .qiywenhua-kuang:nth-child(2n) {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .qywh-title {
    font-size: 20px;
    line-height: 36px;
  }

  .qywh-neirong {
    font-size: 12px;
  }

  .qiywen-mid {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .qywh-right {
    margin-top: 10px;
  }

  .qiywenhua-kuang {
    margin-bottom: 20px;
  }
}
.zs-kuang-n {
  position: relative;
}

.zs-kuang .zs-img {
  display: block;
  font-size: 0;
}

.zs-kuang {
  width: 22.7%;
  margin-bottom: 37px;
  margin-left: 3%;
}

.zs-kuang.no-bianju {
  margin-left: 0px;
}

.zs-yinying {
  position: absolute;
  left: 4.6%;
  right: 4.5%;
  top: 2.6%;
  bottom: 5%;
  background: rgba(20, 32, 166, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.zs-yinying i {
  color: #FFFFFF;
  font-size: 26px;
  font-weight: bold;
}

.zhengs-kuang {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.zs-name {
  width: auto;
  height: auto;
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  color: #333333;
  padding-left: 2%;
  padding-right: 2%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  margin-top: 10px;
}

.zhengs-kuang .page {
  margin-top: 3px;
  margin-bottom: 111px;
}

.zs-yinying {
  display: none;
}

.zs-kuang-n:hover .zs-yinying {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 999px) {
  .zhengs-mid {
    margin-top: 20px;
  }

  .zs-yinying {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .zs-name {
    font-size: 12px;
    margin-top: 8px;
  }

  .zmhzqy-title {
    line-height: 30px;
  }

  .zs-kuang {
    margin-bottom: 20px;
  }

  .zhengs-kuang .page {
    margin-top: 0px;
    margin-bottom: 40px;
  }

  .zs-kuang {
    width: 31.3%;
    margin-left: 1% !important;
    margin-right: 1% !important;
  }
}
@media screen and (max-width: 461px) {
  .zs-kuang {
    width: 31.3%;
    margin-left: 1% !important;
    margin-right: 1% !important;
  }

  .zhengs-kuang {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .zs-kuang {
    width: 49%;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
.crumbk-mid.con {
  padding-top: 23px;
}

.lxfs-lxwm {
  background: #F5F5F5;
  border-radius: 16px;
  overflow: hidden;
  margin-top: 36px;
}

.lx-wm-title {
  width: auto;
  height: auto;
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  line-height: 46px;
  margin-bottom: 58px;
  margin-top: 42px;
}

.lxwm-nei {
  width: auto;
  height: auto;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
}

.lxwm-nei i {
  font-size: 28px;
  margin-right: 5px;
  color: #1420A6;
}

.lxwm-nei em {
  font-size: 28px;
  margin-right: 5px;
  color: #1420A6;
}

.lx-wm-left {
  margin-left: 3.6%;
}

.lxwm-nei p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.lxfs-name {
  margin-bottom: 24px;
  margin-top: 24px;
}

.lxfs-xq {
  padding-left: 33px;
  word-break: break-all;
}

.lxwm-nei a:hover {
  color: #1420A6;
}

.lx-wm-nei-left:nth-child(1) {
  min-width: 200px;
  max-width: 250px;
}

.lxfs-lxwm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lx-wm-right {
  position: relative;
  height: 0px;
  overflow: hidden;
  width: 40.4%;
  padding-bottom: 45%;
}

.lx-wm-right iframe {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.lx-wm-nei-mid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.lx-wm-left {
  width: 56%;
}

.lx-wm-nei-left:nth-child(2) {
  margin-left: 4%;
  margin-right: 13px;
}

.lx-wm-nei-left:nth-child(2) .lxwm-nei i {
  font-size: 22px;
}
.lx-wm-nei-left:nth-child(2) .lxwm-nei em {
  font-size: 22px;
}

.zxly-title {
  width: auto;
  height: auto;
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  margin-top: 81px;
  margin-bottom: 50px;
}

.zaixianliuyan > form input,
.zaixianliuyan > form textarea {
  width: 100%;
  height: 100%;
  padding-left: 18px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.zaixianliuyan > form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.zaixianliuyan > form p {
  height: 46px;
  background: #FFFFFF;
  border: 1px solid #D2D2D2;
  border-radius: 6px;
  width: 47.4166666667%;
}

.zaixianliuyan > form .zxly-yzm {
  width: 100%;
}

.zaixianliuyan > form .zxly-yzm p {
  width: 47.4166666667%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.zaixianliuyan > form .zxly-yzm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 46px;
}

.zaixianliuyan > form .zxly-yzm .fasong {
  width: 47.4166666667%;
  background: #1420A6;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 6px;
  padding-left: 0px;
}

.zaixianliuyan > form .zxly-yzm p a {
  display: block;
  font-size: 0;
}

.zaixianliuyan > form p {
  position: relative;
  margin-bottom: 20px;
}

.zaixianliuyan > form p span {
  font-size: 16px;
  font-family: "Arial";
  font-weight: 400;
  top: 16px;
  left: 8px;
  color: #FF0000;
  position: absolute;
}

.zaixianliuyan > form .teax {
  width: 100%;
  height: 163px;
}

.zaixianliuyan > form .teax textarea {
  padding-top: 13px;
}

.zaixianliuyan > form input::-webkit-input-placeholder,
.zaixianliuyan > form textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 16px;
  font-family: "microsoft yahei";
  font-weight: 400;
  color: #999999;
  opacity: 1;
}

.zaixianliuyan > form input:-o-placeholder,
.zaixianliuyan > form textarea:-o-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 16px;
  font-family: "microsoft yahei";
  font-weight: 400;
  color: #999999;
  opacity: 1;
}

.zaixianliuyan > form input::-moz-placeholder,
.zaixianliuyan > form textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 16px;
  font-family: "microsoft yahei";
  font-weight: 400;
  color: #999999;
  opacity: 1;
}

.zaixianliuyan > form input:-ms-input-placeholder,
.zaixianliuyan > form textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 16px;
  font-family: "microsoft yahei";
  font-weight: 400;
  color: #999999;
  opacity: 1;
}

.zaixianliuyan {
  margin-bottom: 122px;
}

@media screen and (max-width: 1220px) {
  .lx-wm-left {
    margin-left: 2.6%;
  }
}
@media screen and (max-width: 1080px) {
  .lx-wm-title {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .zxly-title {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 999px) {
  .lxfs-lxwm {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .lx-wm-left {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 10px;
    text-align: center;
    padding-right: 10px;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }

  .lxwm-nei p {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .lxfs-xq {
    padding-left: 0px;
  }

  .lx-wm-nei-left:nth-child(2),
.lx-wm-nei-left:nth-child(1) {
    margin-right: 0px;
    width: 49%;
    max-width: none;
    text-align: center;
  }

  .lx-wm-right {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .lxwm-nei p {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .zxly-title {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .zaixianliuyan {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .lx-wm-nei-mid {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .lx-wm-nei-left:nth-child(2), .lx-wm-nei-left:nth-child(1) {
    width: 100%;
  }

  .zaixianliuyan > form p {
    width: 100%;
  }
}
.icon-img {
  position: relative;
}

.dihuahao {
  background: #FFFFFF;
  padding: 4px;
  position: absolute;
  right: 55px;
  top: 6px;
  font-size: 18px;
  border-radius: 6px;
  white-space: nowrap;
  display: none;
}

.kf-item:hover .dihuahao {
  display: block;
}

.wwx {
  display: none;
  position: absolute;
  bottom: 100%;
}

.fxzzj.active {
  position: relative;
}

.fxzzj.active .wwx {
  display: block;
}

.listcart{margin-top: 90px;}
.listcart a.l{float: left;}
.listcart a.r{float: right;}
.listcart a{ background:#1420A6;display:inline-block;height: 34px; width:200px; line-height: 34px;cursor: pointer;border: none;overflow: hidden;color: #fff;cursor: pointer;  border:1px solid #1420A6; padding-left:10px; padding-right:10px; text-align:center; margin-left:10px;}
.listcart a:hover{  border:#1420A6 solid 1px;background: #1420A6; color:#fff!important;}
@media screen and (max-width:999px){
.listcart a{margin-left:2.5%; margin-right:2.5%; padding-left:0px; padding-right:0px ;float: none;}
.listcart{ width:100%; margin-top:50px; }
}
@media screen and (max-width:472px){
.listcart a{ width:95% !important ; float:none; overflow:hidden; margin-bottom:1rem; margin-top:1rem}
}

.fotel{}
.teltan{ display: none; position: fixed; width: 100%; height: 100%; left: 0px; top: 0px; background: #000; background: rgba(0,0,0,0.3); z-index: 99999}
.teln{width: 300px; position: fixed; top: 50%; left: 50%; transform: translate(-50%,-50%); background: #fff; border-radius: 20px; padding-bottom: 20px;}
.teguan{position: absolute; width: 30px; height: 30px; border: 1px solid #666; text-align: center; line-height: 28px; border-radius: 50%; right: 10px; top: 10px; font-size: 18px; color: #666; cursor: pointer;z-index: 99}
.ketu{ border-radius: 20px; display: block; position: relative;}
.ketu img{width: 100%; border-radius: 20px;}
.ketu span{position: absolute; text-align: center; width: 90%; left: 5%; top: 50px; font-size: 20px; font-size: 2rem; line-height: 30px; font-weight: bold;}
.kezi{text-align: center;}
.keshu{ font-size: 16px; font-size: 1.6rem; line-height: 26px; font-weight: bold; margin-top: 10px;}
.kep{display: block; font-size: 14px; font-size: 1.4rem; line-height: 26px; margin-top: 10px;}
.kemor{ display: block; width: 120px; height: 40px; line-height: 40px; text-align: center; border-radius: 20px; margin: auto; background: #007aff; margin-top: 15px; font-size: 14px; font-size: 1.4rem; color: #fff;}



@media screen and (max-width: 767px) {
    .dihuahao{display: none !important}
}


#copyMy{
  height: 0px;
  overflow: hidden;
  font-size: 0;
  opacity: 0;
}
.wxtankuang{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.42);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.wxtc{
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
}
.zhidaol{
  width: 120px;
  height: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: #3c9f0e;color: #fff;border-radius: 12px;height: 40px;line-height: 40px;text-align: center;
  cursor: pointer;
}
.wxtc i{
  font-size: 40px;
  color: #3c9f0e;
  color: #FFFFFF;
}
@media screen and (max-width:980px){
	.m-mobilenav > .mbnav-bd.show > .mbnav-wp.show > .mbnav-fix > .mbnav-list > .mbnav-item:nth-child(2) > .mbsbnav-list{
			  display: block;
	}
}