/*
  通用结构样式
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.main-content {
  max-width: 1200px;
  margin: 0 auto;
}
.main-content-s {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.position-absolute {
  position: absolute;
}
.position-absolute.bottom {
  bottom: 0;
}
.position-absolute.top {
  top: 0;
}
.position-absolute.left {
  left: 0;
}
.position-absolute.right {
  right: 0;
}
.position-relative {
  position: relative;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.margin-top {
  margin-top: 0.15rem;
}
.margin-top-m {
  margin-top: 0.3rem;
}
.margin-top-big {
  margin-top: 0.5rem;
}
.margin-bottom {
  margin-bottom: 0.15rem;
}
.margin-bottom-m {
  margin-bottom: 0.3rem;
}
.margin-bottom-big {
  margin-bottom: 0.5rem;
}
.margin-left {
  margin-left: 0.15rem;
}
.margin-left-m {
  margin-left: 0.3rem;
}
.margin-left-big {
  margin-left: 0.5rem;
}
.margin-right {
  margin-right: 0.15rem;
}
.margin-right-m {
  margin-right: 0.3rem;
}
.margin-right-big {
  margin-right: 0.5rem;
}
.margin-column {
  margin-bottom: 0.15rem;
  margin-top: 0.15rem;
}
.margin-column-m {
  margin-bottom: 0.3rem;
  margin-top: 0.3rem;
}
.margin-column-big {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
.margin-row {
  margin-left: 0.15rem;
  margin-right: 0.15rem;
}
.margin-row-m {
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}
.margin-row-big {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.margin {
  margin-bottom: 0.15rem;
  margin-top: 0.15rem;
  margin-left: 0.15rem;
  margin-right: 0.15rem;
}
.margin-m {
  margin-bottom: 0.3rem;
  margin-top: 0.3rem;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
}
.margin-big {
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.no-margin {
  margin: 0 !important;
}
.row-center {
  margin-left: auto;
  margin-right: auto;
}
.padding-top {
  padding-top: 0.15rem;
}
.padding-top-m {
  padding-top: 0.3rem;
}
.padding-top-big {
  padding-top: 0.5rem;
}
.padding-bottom {
  padding-bottom: 0.15rem;
}
.padding-bottom-m {
  padding-bottom: 0.3rem;
}
.padding-bottom-big {
  padding-bottom: 0.5rem;
}
.padding-left {
  padding-left: 0.15rem;
}
.padding-left-m {
  padding-left: 0.3rem;
}
.padding-left-big {
  padding-left: 0.5rem;
}
.padding-right {
  padding-right: 0.15rem;
}
.padding-right-m {
  padding-right: 0.3rem;
}
.padding-right-big {
  padding-right: 0.5rem;
}
.padding-column {
  padding-bottom: 0.15rem;
  padding-top: 0.15rem;
}
.padding-column-m {
  padding-bottom: 0.3rem;
  padding-top: 0.3rem;
}
.padding-column-big {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.padding-row {
  padding-left: 0.15rem;
  padding-right: 0.15rem;
}
.padding-row-m {
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.padding-row-big {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.padding {
  padding-bottom: 0.15rem;
  padding-top: 0.15rem;
  padding-left: 0.15rem;
  padding-right: 0.15rem;
}
.padding-m {
  padding-bottom: 0.3rem;
  padding-top: 0.3rem;
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}
.padding-big {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.no-padding {
  padding: 0 !important;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-column-reverse {
  flex-direction: column-reverse;
}
.align-items-center {
  align-items: center;
}
.align-items-start {
  align-items: flex-start;
}
.align-items-end {
  align-items: flex-end;
}
.justify-content-start {
  justify-content: flex-start;
}
.justify-content-end {
  justify-content: flex-end;
}
.justify-content-around {
  justify-content: space-around;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-center {
  justify-content: center;
}
.flex-1 {
  flex: 1;
}
.bg-img-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bg-color-white {
  background-color: #fff;
}
.bg-color-gray {
  background-color: #f5f5f5;
}
.bg-color-opacity-black {
  background-color: rgba(0, 0, 0, 0.8) !important;
}
.bg-color-opacity-white {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.ellipis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellipsis2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.border-box {
  box-sizing: border-box;
}
.overflow-hidden {
  overflow: hidden;
}
.full-y {
  height: 100%;
}
.visibility-hidden {
  visibility: hidden;
}
@media screen and (min-width: 320px) {
  html {
    font-size: 80px;
  }
}
@media screen and (min-width: 640px) {
  html {
    font-size: 90px;
  }
}
@media screen and (min-width: 960px) {
  html {
    font-size: 100px;
  }
}
.font-size-xxl {
  font-size: 0.3rem;
}
.font-size-xl {
  font-size: 0.2rem;
}
.font-size-l {
  font-size: 0.18rem;
}
.font-size-m {
  font-size: 0.16rem;
}
.font-size-s {
  font-size: 0.14rem;
}
.font-size-mini {
  font-size: 0.12rem;
}
.text-color-black {
  color: #333 !important;
}
.text-color-gray {
  color: #545454 !important;
}
.text-color-gray-l {
  color: #666 !important;
}
.text-color-gray-ll {
  color: #999 !important;
}
.text-color-white {
  color: #fff !important;
}
.text-align-center {
  text-align: center;
}
.text-align-left {
  text-align: left;
}
.text-align-right {
  text-align: right;
}
.line-height-xxl {
  line-height: 4.5;
}
.line-height-xl {
  line-height: 3;
}
.line-height-l {
  line-height: 2;
}
.line-height-m {
  line-height: 1.5;
}
.line-height-s {
  line-height: 1.3;
}
.cursor-pointer {
  cursor: pointer;
}
.bottom-card {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.img-box {
  font-size: 0;
  overflow: hidden;
}
.img-box .img-cover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.img-box .img-full {
  width: 100%;
  height: 100%;
}
.img-box .img-full-x {
  width: 100%;
}
.img-box .img-full-y {
  height: 100%;
}
.animate-slow {
  animation-duration: 5s;
}
.animate-infinite {
  animation-iteration-count: infinite;
}
.animate-linear {
  animation-timing-function: linear;
}
.animate-top-to-bottom {
  animation-name: top-to-bottom;
}
.animate-rotate-z {
  animation-name: rotate-z;
}
@keyframes top-to-bottom {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  50% {
    transform: translate3d(0, 30px, 0);
  }
}
@keyframes rotate-z {
  0% {
    transform: rotateZ(0);
  }
  50% {
    transform: rotateZ(-180deg);
  }
  100% {
    transform: rotateZ(-360deg);
  }
}
/*
主题样式
*/
.bg-color-theme {
  background: #062F5A;
}
.bg-color-theme-2 {
  background: #2b2925;
}
.text-color-theme {
  color: #062F5A;
}
.text-color-theme-s {
  color: #f39501;
}
.box-shadow {
  box-shadow: 0 0 6px #ccc;
}
/* header */
html {
  background: #fff;
  font-size: 16px;
}
a:hover {
  color: #062F5A;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
body {
  padding-right: 0px !important;
}
.modal-open {
  overflow-y: auto;
}
@font-face {
  font-family: 'iconfont';
  /* project id 1004554 */
  src: url('//at.alicdn.com/t/font_1004554_ph8zf3ilnyj.eot');
  src: url('//at.alicdn.com/t/font_1004554_ph8zf3ilnyj.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_1004554_ph8zf3ilnyj.woff2') format('woff2'), url('//at.alicdn.com/t/font_1004554_ph8zf3ilnyj.woff') format('woff'), url('//at.alicdn.com/t/font_1004554_ph8zf3ilnyj.ttf') format('truetype'), url('//at.alicdn.com/t/font_1004554_ph8zf3ilnyj.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont";
  font-style: normal;
  user-select: none;
}
.main-title {
  line-height: 50px;
  display: flex;
  align-items: center;
}
.main-title .p1 {
  font-size: 0.38rem;
  font-family: 'Brown-Light', Helvetica, Arial, sans-serif;
}
.main-title .p2 {
  font-size: 0.28rem;
}
@media (max-width: 768px) {
  .main-title .p1 {
    font-size: 20px;
  }
  .main-title .p2 {
    font-size: 16px;
  }
}
@font-face {
  font-family: 'dense';
  src: url('../fonts/dense-Regular.otf');
}
.font-dense {
  font-family: 'dense';
}
@font-face {
  font-family: 'bys';
  src: url('../fonts/方正清刻本悦宋简体.ttf');
}
.font-bys {
  font-family: 'bys';
}
.layui-tab-brief > .layui-tab-title .layui-this {
  color: #062F5A;
}
.layui-tab-brief > .layui-tab-more li.layui-this:after,
.layui-tab-brief > .layui-tab-title .layui-this:after {
  border-bottom: 2px solid #062F5A;
}
.main-button {
  border: 1px solid #062F5A;
  padding: 8px 25px;
  display: inline-block;
  color: #062F5A;
  background: #fff;
}
.main-button:active {
  background: #062F5A;
  color: #fff;
}
.news-banner {
  position: fixed;
  height: calc(100vh - 100PX);
  width: 100%;
  top: 0;
  overflow: hidden;
}
.news-banner .bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%;
  animation: zoomInBg linear 10s;
}
.news-banner .innerbanner-title {
  position: absolute;
  bottom: 45%;
  font-size: 0.7rem;
  width: 100%;
  text-align: center;
}
.news-banner + div {
  margin-top: calc(100vh - 100PX);
  position: relative;
  background: #fff;
}
@media (max-width: 768px) {
  .news-banner {
    height: 3rem !important;
  }
  .news-banner + div {
    margin-top: 3rem;
  }
  .news-banner .innerbanner-title {
    bottom: 20%;
    font-size: 20px;
  }
}
@keyframes zoomInBg {
  0% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
.main-header {
  z-index: 90;
  transition: all .2s;
  box-sizing: border-box;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* 标准的语法 */
}
.main-header .header-top {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-size: auto;
  background-position-x: 80%;
  height: 100px;
}
.main-header .logo-box {
  transition: all .5s;
  height: 100px;
  padding: 20px 0;
}
.main-header .logo-box img {
  max-height: 100%;
}
.main-header.fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  transition: all 0.2s ease-in;
}
.main-header .search-wrapper {
  display: inline-block;
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -15px;
  width: 150px;
  height: 30px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 17px;
}
.main-header .search-wrapper .form-control,
.main-header .search-wrapper .btn {
  background: transparent;
  border: none;
  outline: none;
  color: #fff;
}
.main-header .search-wrapper .form-control:focus,
.main-header .search-wrapper .btn:focus {
  box-shadow: none;
}
.main-header .header-nav .main-menu-item {
  position: relative;
  cursor: pointer;
  padding: 0 15px;
  flex: 1;
  font-size: 16px;
  display: inline-block;
}
.main-header .header-nav .main-menu-item .dropicon {
  margin-left: 5px;
}
.main-header .header-nav .main-menu-item .main-menu-link {
  outline: none;
  width: 100%;
  display: inline-block;
  line-height: 50px;
  position: relative;
  text-align: center;
  transition: all .5s;
}
.main-header .header-nav .main-menu-item .menu-link {
  color: #fff;
}
.main-header .header-nav .main-menu-item .menu-link .iconfont {
  display: none;
}
.main-header .header-nav .main-menu-item.menu-item-has-children .main-menu-link > .iconfont {
  display: inline-block;
}
.main-header .header-nav .main-menu-item .sub-menu {
  max-height: 0;
  position: absolute;
  white-space: nowrap;
  transform: translateX(-50%);
  left: 50%;
  visibility: hidden;
  box-sizing: border-box;
  z-index: 10;
  top: 80px;
  opacity: 0;
  transition: all .3s;
}
.main-header .header-nav .main-menu-item .sub-menu:after {
  content: '';
  width: 0;
  height: 0;
  left: 50%;
  margin-left: -10px;
  top: -20px;
  border: 10px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 2;
}
.main-header .header-nav .main-menu-item .sub-menu .menu-item-depth-1 {
  font-size: 14px;
  color: #545454;
  text-align: left;
}
.main-header .header-nav .main-menu-item .sub-menu .menu-item-depth-1 a {
  display: block;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.5);
  line-height: 45px;
  transition: all .3s;
}
.main-header .header-nav .main-menu-item .sub-menu .menu-item-depth-1:nth-last-of-type(1) {
  border: none;
}
.main-header .header-nav .main-menu-item .sub-menu .menu-item-depth-1:hover a {
  opacity: 0.8;
}
.main-header .header-nav .main-menu-item .sub-menu.active {
  visibility: visible;
  top: 50px;
  opacity: 1;
}
.main-header .header-nav .main-menu-item:hover .item_link,
.main-header .header-nav .main-menu-item:hover .main-menu-link {
  color: #fff;
}
.main-header .header-nav .main-menu-item:hover .item_link::before,
.main-header .header-nav .main-menu-item:hover .main-menu-link::before {
  width: 100%;
}
.main-header .header-nav .main-menu-item:hover .item_link .dropicon,
.main-header .header-nav .main-menu-item:hover .main-menu-link .dropicon {
  transition: all .3s;
  transform: rotateX(180deg);
}
.mobile-header {
  height: 60px;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  z-index: 99;
}
.mobile-header .top-header {
  height: 100%;
}
.mobile-header.fixed-mobile-header {
  position: fixed;
  top: 0;
  width: 100%;
}
.mobile-header .logo-box {
  max-height: 40px;
}
.mobile-header .logo-box img {
  max-height: 40px;
}
.header-side-nav .nav-wrapper {
  width: 80%;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
}
.header-side-nav .nav-wrapper .header-nav {
  background: #062F5A;
  overflow: scroll;
  height: 100vh;
}
.header-side-nav .nav-wrapper .header-nav .meenu-ul {
  padding: .2rem .2rem;
}
.header-side-nav .nav-wrapper .header-nav .main-menu-link {
  border-bottom: 1px solid #fff;
}
.header-side-nav .nav-wrapper .header-nav .menu-item .menu-link {
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0 0.2rem;
  line-height: 5;
  font-size: 0.14rem;
  white-space: nowrap;
  word-break: keep-all;
}
.header-side-nav .nav-wrapper .header-nav .menu-item .menu-link .iconfont {
  visibility: hidden;
}
.header-side-nav .nav-wrapper .header-nav .menu-item.menu-item-has-children > .menu-link > .iconfont {
  visibility: visible;
}
.header-side-nav .nav-wrapper .header-nav .sub-menu {
  max-height: 0;
  overflow: hidden;
  padding-left: 0.2rem;
  z-index: 999;
}
.header-side-nav .nav-wrapper .header-nav .sub-menu.active {
  transition: max-height 5s ease-out;
  max-height: 4000px;
}
/* footer */
#footer {
  color: #bbbbbb;
  background: #20252c;
}
#footer a {
  color: inherit;
  text-decoration: underline;
}
/*gotop*/
.cbbfixed {
  position: fixed;
  right: 20px;
  bottom: -85px;
  z-index: 90;
  cursor: pointer;
}
.cbbfixed .cbbtn {
  width: 40px;
  height: 40px;
  display: block;
  background-color: #7e7e7e;
}
.cbbfixed .gotop {
  margin-top: 1px;
}
.cbbfixed .gotop:hover {
  background-color: #f39501;
}
.cbbfixed .gotop .up-icon {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  font-size: 0.18rem;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
}
.iw_poi_title {
  color: #CC5522;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
  font-size: 0.14rem;
}
.iw_poi_content {
  font: 12px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  word-wrap: break-word;
}
.text_fff {
  color: #fff;
}
.video_wrapper {
  z-index: 100;
  position: fixed;
  left: 50%;
  margin: 0 auto;
  top: 25%;
  margin-left: -25vw;
  display: none;
  background: #333;
}
.closeVideo {
  position: absolute;
  right: -36px;
  top: 0;
  cursor: pointer;
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 0;
  background: #dd0000;
  color: #fff;
  z-index: 10;
  opacity: .8;
  font-size: 0.18rem;
}
.closeVideo .closeIcon {
  font-size: 14px;
  line-height: 36px;
  opacity: .6;
}
.closeVideo:hover {
  opacity: 1;
}
.nav {
  display: none;
  overflow: auto;
}
@media (max-width: 768px) {
  body {
    overflow: auto;
  }
  .main-header {
    display: none;
  }
  .main-header-mobile {
    position: fixed;
    top: 0;
    width: 100%;
    display: block;
    z-index: 9999;
  }
  .model_top {
    height: 60px;
    width: 100%;
    background: #fff;
    text-align: center;
    border-bottom: 1px solid #ddd;
  }
  .model_top img {
    height: 30px;
    margin-top: 15px;
  }
}
/* map*/
.section_webmap {
  background: #33373b;
}
.section_webmap .main-content {
  max-width: 1300px;
}
.section_webmap a:hover {
  color: #fff;
}
.section_webmap .item {
  height: 160px;
  position: relative;
}
.section_webmap .item .links li {
  padding: 5px;
  display: inline-block;
}
.section_webmap .item .links li a:hover {
  opacity: .7;
}
.section_webmap .item:nth-of-type(1):after {
  content: '';
  width: 1px;
  height: 100%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
}
.section_webmap .item:nth-of-type(2) {
  padding-left: 30px;
}
.section_webmap .code-list {
  width: 80px;
  flex: 0 0 80px;
}
.section_webmap .code-list > .img-box {
  display: none;
}
.section_webmap .code-list > .img-box img {
  width: 100px;
  height: 100px;
}
.section_webmap .code-list > .img-box:nth-of-type(1) {
  display: block;
}
.section_webmap .code-img-name-list {
  flex: 1;
}
.section_webmap .code-img-name-list li {
  position: relative;
  overflow: hidden;
  padding: 0 20px;
}
.section_webmap .code-img-name-list li.active {
  color: #fff;
}
.section_webmap .code-img-name-list li.active:after {
  content: '';
  width: 8px;
  height: 8px;
  background: #999;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: rotate(45deg) translateY(-8px);
  transform-origin: center;
}
@media (max-width: 992px) {
  .section_webmap > div {
    padding: 20px 15px;
  }
  .section_webmap .item {
    border-right: none;
    height: 150px;
  }
  .section_webmap .item:nth-of-type(1):after {
    display: none;
  }
}
/*下拉菜单*/
.slide_list {
  font-size: 0;
}
.slide_list .item .item_title {
  position: relative;
  cursor: pointer;
}
.slide_list .item .item_title .iconfont {
  transition: all .5s;
}
.slide_list .item .item_title .iconfont {
  transform-origin: center;
}
.slide_list .item .active + .item_content {
  display: block;
}
.slide_list .item .active .iconfont {
  transform: rotateZ(90deg);
}
.slide_list .item .item_content {
  padding: 20px;
  display: none;
  white-space: pre-wrap;
  font-size: 0.14rem;
  color: #545454;
}
.slide_list .item .item_content strong {
  padding-left: 10px;
  border-left: 4px solid #f39501;
}
.slide_list .item .item_content blockquote {
  margin: 0 20px;
}
.tabbar .tabs {
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.tabbar .tabs .tab {
  text-align: center;
  background: #ddd;
  flex: 1;
  line-height: 40px;
  color: #fff;
  cursor: pointer;
}
.tabbar .tabs .active {
  background: #f39501;
  font-weight: 700;
}
.tabbar .content {
  display: none;
  padding: 20px 40px;
}
.big_banner .banner_swiper {
  position: relative;
}
.big_banner .banner_swiper .swiper-slide {
  height: calc(100vh - 100PX);
}
.big_banner .banner_swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.big_banner .banner_swiper .banner_pagination {
  text-align: center;
  position: absolute;
  bottom: 20px;
  z-index: 2;
  cursor: pointer;
}
.big_banner .banner_swiper .banner_pagination .bannner_bullet {
  display: inline-block;
  height: 3px;
  width: 30px;
  background: #888;
  margin: 0 5px;
}
.big_banner .banner_swiper .banner_pagination .bannner_bullet:hover {
  background: #fff;
}
.big_banner .banner_swiper .banner_pagination .banner_bullet_active {
  background: #fff;
}
@media (max-width: 768px) {
  .big_banner .banner_swiper {
    position: relative;
  }
  .big_banner .banner_swiper .swiper-slide {
    height: auto;
  }
}
@media (max-width: 768px) {
  #jquery_jplayer_1 {
    width: 100% !important;
    height: 200px !important;
  }
  #jquery_jplayer_1 video {
    width: 100% !important;
    height: auto !important;
  }
  #jquery_jplayer_1 .jp-controls-holder {
    width: 100% !important;
  }
}
/*videos*/
.index_video {
  position: relative;
}
.index_video .video_box {
  max-height: 700px;
  overflow: hidden;
  position: relative;
}
.index_video .video_content {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0;
  bottom: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  z-index: 3;
}
.index_video .video_content .playVideo {
  color: #fff;
  cursor: pointer;
}
.sharp {
  height: 60px;
  width: 100px;
  background: #6c6;
  display: inline-block;
  position: relative;
  line-height: 60px;
  color: #FFFFFF;
  text-align: center;
  margin: 25px 0;
}
.sharp::before {
  content: "";
  width: 0px;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-bottom: 25px solid #6c6;
  position: absolute;
  top: -25px;
  left: 0px;
}
.sharp::after {
  content: "";
  width: 0px;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 25px solid #6c6;
  position: absolute;
  bottom: -25px;
  left: 0px;
}
.time-line-wrapper {
  position: relative;
}
.time-line-wrapper::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #dedede;
  top: 50%;
  margin-top: -1px;
}
.time-line-wrapper ul {
  height: 650px;
  z-index: 10;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.time-line-wrapper ul .item {
  height: 650px;
  width: 200px;
  text-align: center;
}
.time-line-wrapper ul .item:nth-of-type(even) {
  justify-content: flex-start;
}
.time-line-wrapper ul .item:nth-of-type(even) .item-content {
  top: 0;
}
.time-line-wrapper ul .item:nth-of-type(even) .tag {
  bottom: -9px;
}
.time-line-wrapper ul .item:nth-of-type(even) .tag:after {
  top: -30px;
}
.time-line-wrapper ul .item:nth-of-type(odd) {
  justify-content: flex-end;
}
.time-line-wrapper ul .item:nth-of-type(odd) .item-content {
  bottom: 0;
}
.time-line-wrapper ul .item:nth-of-type(odd) .tag {
  top: -9px;
}
.time-line-wrapper ul .item:nth-of-type(odd) .tag:after {
  top: 17px;
}
.time-line-wrapper ul .item .tag {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  left: 50%;
  margin-left: -9px;
  border: 1px solid #dfdfdf;
  transition: all .3s;
}
.time-line-wrapper ul .item .tag:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #dfdfdf;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  top: 50%;
  margin-top: -3px;
  transition: all .3s;
}
.time-line-wrapper ul .item .tag:after {
  content: '';
  width: 1px;
  height: 30px;
  background: #dfdfdf;
  position: absolute;
  transition: all .3s;
}
.bg-video {
  opacity: 0.1;
  z-index: 0;
}
.bg-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

