/*
 * @Author: feelChin 
 * @Date: 2021-05-25 17:16:02 
 * @Last Modified by: feelChin
 * @Last Modified time: 2021-08-10 10:58:58
 */
/*
 * @Author: Chin 
 * @Date: 2020-06-23 10:17:36 
 * @Last Modified by: feelChin
 * @Last Modified time: 2021-07-29 11:18:24
 */
@import url("../fonts/iconfont/iconfont.css");
* {
  margin: 0;
  padding: 0;
  outline: none;
}

html, body {
  font-family: "Noto Sans SC,PingFang SC,Microsoft Yahei,miui,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,sans-serif";
  -webkit-tap-highlight-color: transparent;
  font-size: .14rem;
  line-height: 1.8;
}

h1, h2, h3, h4, h5, h6, small, big, input, textarea, button, select {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

ul, ol, menu {
  list-style: none;
}

fieldset, img {
  border: 0;
  display: inline-block;
}

img, object, input, textarea, button, select {
  vertical-align: middle;
}

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

audio, canvas, video {
  display: inline-block;
  zoom: 1;
}

blockquote, q {
  quotes: none;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

input, textarea, button, select, a {
  outline: none;
  border: none;
}

input, textarea {
  display: block;
  -webkit-user-select: auto;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

mark {
  background-color: transparent;
}

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

sup, sub {
  vertical-align: baseline;
}

h4, h5, h6 {
  font-weight: 400;
}

:root {
  --ease-in-a: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --ease-in-b: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --ease-in-c: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --ease-in-d: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --ease-in-e: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --ease-in-f: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --ease-out-a: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-out-b: cubic-bezier(0.215, 0.61, 0.355, 1);
  --ease-out-c: cubic-bezier(0.165, 0.84, 0.44, 1);
  --ease-out-d: cubic-bezier(0.23, 1, 0.32, 1);
  --ease-out-e: cubic-bezier(0.19, 1, 0.22, 1);
  --ease-out-f: cubic-bezier(0.075, 0.82, 0.165, 1);
  --ease-in-out-a: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  --ease-in-out-b: cubic-bezier(0.645, 0.045, 0.355, 1);
  --ease-in-out-c: cubic-bezier(0.77, 0, 0.175, 1);
  --ease-in-out-d: cubic-bezier(0.86, 0, 0.07, 1);
  --ease-in-out-e: cubic-bezier(1, 0, 0, 1);
  --ease-in-out-f: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

html, body {
  scroll-behavior: smooth;
  color: #333;
  background-color: #fff;
}

.y30 {
  opacity: 0;
  transform: translate3d(0, 30%, 0) scale(0.9);
}

.y30.flag {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition: .44s;
}

.y60 {
  opacity: 0;
  transform: translate3d(0, 50%, 0) scale(0.9);
}

.y60.flag {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition: .44s;
}

.y100 {
  opacity: 0;
  transform: translate3d(0, 100%, 0) scale(0.9);
}

.y100.flag {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition: .44s;
}

.x50 {
  opacity: 0;
  transform: translate3d(50%, 0, 0) scale(0.9);
}

.x50.flag {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition: .44s;
}

.x100 {
  opacity: 0;
  transform: translate3d(100%, 0, 0) scale(0.9);
}

.x100.flag {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition: .44s;
}

.x-50 {
  opacity: 0;
  transform: translate3d(-50%, 0, 0) scale(0.9);
}

.x-50.flag {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition: .44s;
}

.x-100 {
  opacity: 0;
  transform: translate3d(-100%, 0, 0) scale(0.9);
}

.x-100.flag {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transition: .44s;
}

.o {
  opacity: 0;
}

.o.flag {
  opacity: 1;
  transition: 1.7s;
}

.doubleAniHClass {
  position: relative;
  z-index: 1;
}

.doubleAniHClass:hover:after {
  height: 100%;
  opacity: .3;
}

.doubleAniHClass:hover:before {
  height: 100%;
  opacity: 1;
}

.doubleAniHClass:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: auto;
  bottom: 0;
  z-index: -1;
  height: 50%;
  background: #9DD5D0;
  transition: .55s;
  transition-timing-function: var(--ease-in-out-b);
}

.doubleAniHClass:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: auto;
  bottom: 0;
  z-index: -1;
  height: 30%;
  background: #9DD5D0;
  transition: .55s;
  transition-timing-function: var(--ease-in-out-b);
}

.doubleAniH {
  position: relative;
  z-index: 1;
}

.doubleAniH:hover:after {
  height: 100%;
  opacity: .9;
}

.doubleAniH:hover:before {
  height: 100%;
  opacity: 1;
}

.doubleAniH:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: auto;
  bottom: 0;
  z-index: -1;
  height: 60%;
  opacity: 0;
  background: #1B7770;
  transition: .55s;
  transition-timing-function: var(--ease-in-out-b);
}

.doubleAniH:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: auto;
  bottom: 0;
  z-index: -1;
  height: 40%;
  opacity: 0;
  background: #1B7770;
  transition: .55s;
  transition-timing-function: var(--ease-in-out-b);
}

.doubleAniH {
  position: relative;
  z-index: 1;
}

.doubleAniH:hover:after {
  height: 100%;
  opacity: .9;
}

.doubleAniH:hover:before {
  height: 100%;
  opacity: 1;
}

.doubleAniH:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: auto;
  bottom: 0;
  z-index: -1;
  height: 60%;
  opacity: 0;
  background: #1B7770;
  transition: .55s;
  transition-timing-function: var(--ease-in-out-b);
}

.doubleAniH:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  top: auto;
  bottom: 0;
  z-index: -1;
  height: 40%;
  opacity: 0;
  background: #1B7770;
  transition: .55s;
  transition-timing-function: var(--ease-in-out-b);
}

.doubleAniW {
  position: relative;
  z-index: 1;
}

.doubleAniW:hover:after {
  width: 100%;
  opacity: .9;
}

.doubleAniW:hover:before {
  width: 100%;
  opacity: 1;
}

.doubleAniW:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  width: 60%;
  opacity: 0;
  background: #1B7770;
  transition: .55s;
  transition-timing-function: var(--ease-in-out-b);
}

.doubleAniW:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  width: 40%;
  opacity: 0;
  background: #1B7770;
  transition: .55s;
  transition-timing-function: var(--ease-in-out-b);
}

@keyframes ani {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.splitlist {
  line-height: 1.2;
  white-space: pre-wrap;
}

.splitlist.flag span {
  animation: ani .6s forwards;
}

.splitlist span {
  font-family: inherit;
  width: auto;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  text-transform: inherit;
  opacity: 0;
  display: inline-block;
}

.splitlist span.letters {
  color: #1B7770;
}

.cursordot {
  position: fixed;
  top: 0;
  left: 0;
  border-radius: 100%;
  pointer-events: none;
  opacity: 0;
  will-change: transform;
  background-size: contain;
  mix-blend-mode: exclusion;
}

.cursordot::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  mix-blend-mode: exclusion;
}

.cursordot:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  transform: translate(-50%, -50%) scale(1.2);
  mix-blend-mode: exclusion;
  border-radius: 50%;
}

.imgs {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.deepmao {
  position: relative;
  top: -1rem;
  display: block;
  height: 0;
  overflow: hidden;
}

.linkA {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
}

.photoActives {
  position: relative;
  overflow: hidden;
}

.photoActives .photoActive {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 3;
}

.photoActives.reset_photoActive .photoActive {
  bottom: -100%;
  transition: .66s;
  transition-timing-function: var(--ease-in-out-b);
}

.photoSlides {
  position: relative;
  overflow: hidden;
  --bg: white;
}

.photoSlides:after {
  display: none;
}

.photoSlides.ifIe:after {
  display: none;
}

.photoSlides.ifIe img {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.photoSlides:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0%;
  height: 100%;
  background: var(--bg);
  z-index: 3;
}

.photoSlides.flag img {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.photoSlides.flag:after {
  width: 100%;
  transition: .6s;
  transition-timing-function: var(--ease-in-out-b);
}

.photoSlides.reset:after {
  width: 0%;
  right: auto;
  left: 0;
}

.photoSlides img {
  transform: translate3d(0, 30%, 0) scale(0.8);
  opacity: 0;
  transition: transform .6s;
}

.ell {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.ells {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.wechat {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition-timing-function: var(--ease-in-out-b);
  cursor: pointer;
}

.wechat.active {
  transition: .3s;
  visibility: visible;
  opacity: 1;
}

.wechat.active div {
  transform: translateY(0);
}

.wechat div {
  height: auto;
  padding: 20px;
  background: #eee;
  text-align: center;
  transition: .3s;
  transform: translateY(50px);
}

.wechat div img {
  display: block;
  margin: auto;
}

.wechat div p {
  font-size: 14px;
  color: #666;
  margin-top: 6px;
}

.videobox {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
}

.videobox.active {
  visibility: visible;
  opacity: 1;
}

.videobox.active .bg {
  visibility: visible;
  opacity: 1;
}

.videobox.active video {
  transition-delay: .3s;
  opacity: 1;
  transform: translateY(0);
}

.videobox.active i {
  visibility: visible;
  opacity: 1;
}

.videobox .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  transition: .4s;
  visibility: hidden;
  opacity: 0;
}

.videobox video {
  width: 70%;
  transition: .4s;
  transform: translateY(50%);
  opacity: 0;
  max-width: 100%;
  max-height: 100%;
}

.videobox i {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #1B7770;
  color: #fff;
  z-index: 3;
  cursor: pointer;
  visibility: hidden;
  opacity: 0;
  transition: .4s;
}

.videobox i:hover {
  background: #C7A00B;
}

.subnavHead {
  position: relative;
}

.subnavHead .bannerimg {
  overflow: hidden;
}

.subnavHead .bannerimg img {
  position: relative;
  width: 100%;
  display: block;
  will-change: transform;
}

.newspaper {
  word-break: break-all;
}

.newspaper a {
  transition: color .4s;
}

.newspaper a:link {
  color: #333;
}

.newspaper a:visited {
  color: #333;
}

.newspaper a:active {
  color: #1B7770;
}

.newspaper a:hover {
  color: #1B7770;
}

.newspaper img {
  max-width: 100% !important;
  height: auto !important;
  width: auto !important;
}

.newspaper .tablebox {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  overflow: -webkit-scrollbars-none;
}

.newspaper .tablebox::-webkit-scrollbar {
  display: none;
}

.newspaper .tablebox table {
  width: auto !important;
  max-width: 100% !important;
}

@keyframes pageTransTion {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}

@keyframes pageTransTionFirst {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(100%);
  }
}

@keyframes pageTransTionSecond {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(150%);
  }
}

@keyframes pageTransTionThird {
  from {
    transform: translateY(0%);
  }
  to {
    transform: translateY(200%);
  }
}

.pageTransTionIn {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  animation: pageTransTion .01s 1.3s forwards;
  display: none;
}

.pageTransTionIn .pageTransTionFirst,
.pageTransTionIn .pageTransTionSecond,
.pageTransTionIn .pageTransTionThird {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pageTransTionIn .pageTransTionFirst {
  background: #3ABEB4;
  animation: pageTransTionFirst 1.2s 0.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.pageTransTionIn .pageTransTionSecond {
  background: #1B7770;
  animation: pageTransTionSecond 1.2s 0.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.pageTransTionIn .pageTransTionThird {
  background: #fff;
  animation: pageTransTionThird 1.2s 0.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

.last3:nth-child(3n+1):nth-last-child(-n+3),
.last3:nth-child(3n+1):nth-last-child(-n+3) ~ li {
  margin-bottom: 0;
}

.amap-logo,
.amap-copyright {
  display: none !important;
}

.amap-toolbar {
  z-index: 2;
  display: none !important;
}

.amap-scalecontrol {
  display: none !important;
}

.amap-layers:after {
  content: '' !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 0;
}

.amap-layers svg {
  width: 100% !important;
  height: 100% !important;
}

.amap-markers {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.innerdot {
  display: none !important;
}

.infobox {
  display: none;
}

.amap-info-contentContainer {
  width: auto;
  height: auto;
  max-width: 320px;
  padding: 15px 20px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.amap-info-contentContainer h5 {
  color: #333;
  font-size: 18px;
}

.amap-info-contentContainer p {
  color: #999;
  font-size: 16px;
}

.amap-marker .mapdaohang {
  width: 100%;
  height: 33px;
  background: #9DD5D0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .16rem;
  transform: translate(-50%, -140%);
}

.mapdots {
  width: 1.2rem;
  height: 1.2rem;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 1;
  color: #C7A00B;
}

.mapdots:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #1B7770;
  z-index: -1;
  -webkit-animation: dots 1.5s infinite linear;
  animation: dots 1.4s infinite linear;
}

.mapdots:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #1B7770;
  z-index: -1;
  -webkit-animation: dots 1.5s infinite linear;
  animation: dots 1.4s -.7s infinite linear;
}

.mapdots .dot {
  width: .3rem;
  height: .3rem;
  background: #1B7770;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.mapdots .dot img {
  width: 25px;
  transform: translateY(-50%);
}

@keyframes dots {
  from {
    opacity: 1;
    transform: scale(0.1);
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}

.scrollNumItem {
  display: flex;
}

.scrollNumItem .scrollNumBox {
  position: relative;
  overflow: hidden;
}

.scrollNumItem .scrollNumBox .scrollNumUl {
  width: 100%;
}

.scrollNumItem .scrollNumBox .scrollNumUl li {
  height: 100%;
  width: 100%;
}

@keyframes move {
  from {
    transform: translateY(-90%);
    filter: url(#blur);
  }
  to {
    transform: translateY(1%);
    filter: url(#blur);
  }
}

@keyframes bounce-in-down {
  from {
    transform: translateY(calc(var(--i) * -10% - 7%));
    filter: none;
  }
  25% {
    transform: translateY(calc(var(--i) * -10% + 3%));
  }
  50% {
    transform: translateY(calc(var(--i) * -10% - 1%));
  }
  70% {
    transform: translateY(calc(var(--i) * -10% + .6%));
  }
  85% {
    transform: translateY(calc(var(--i) * -10% - .3%));
  }
  to {
    transform: translateY(calc(var(--i) * -10%));
  }
}

@media screen and (max-width: 640px) {
  .noscroll {
    background-attachment: scroll !important;
  }
  .videobox video {
    width: 100%;
  }
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pswp__button:focus,
.pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
      Arrow buttons hit area
      (icon is added to :before pseudo-element)
  */
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*
  
      2. Share modal/popup and links
  
   */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*
  
      3. Index indicator ("1 of X" counter)
  
   */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 50px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*
      
      4. Caption
  
   */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*
  
      5. Loading indicator (preloader)
  
      You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR
  
   */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /* 
              The idea of animating inner circle is based on Polymer ("material") loading indicator 
               by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
          */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

/*
      
      6. Additional styles
  
   */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: transparent !important;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
      pswp__ui--hidden class is added when controls are hidden
      e.g. when user taps to toggle visibility of controls
  */
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
      Background is added as a separate element.
      As animating opacity is much faster than animating rgba() background-color.
  */
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
      stretched thumbnail or div placeholder element (see below)
      style is added to avoid flickering in webkit/blink when layers overlap
  */
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
      div element that matches size of large image
      large image loads on top of it
  */
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
      Error message appears when image is not loaded
      (JS option errorMsg controls markup)
  */
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

.pswp__bg {
  background: rgba(0, 0, 0, 0.8);
}

.pswp__top-bar {
  background-color: transparent;
}

.pswp__top-bar .pswp__button--close {
  position: relative;
  width: 50px;
  height: 50px;
  top: 0;
  background: #1B7770;
  font-size: 16px;
  color: white;
  background-position: 0 0;
  opacity: 1;
  z-index: 2;
}

.pswp__caption {
  margin-top: 20px;
  background: transparent;
  bottom: 0;
  display: none;
}

.pswp__caption small {
  display: none;
}

.pswp__caption__center {
  width: auto;
  min-height: 44px;
  line-height: 1.2;
  transition: .3s;
  font-size: 14px;
  color: #747474;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  background: white;
  box-sizing: border-box;
}

.pswp__button {
  width: 30px;
  height: 30px;
  background: transparent;
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
  width: 46px;
  height: 46px;
  background: white;
  border-radius: 50%;
  transition: .5s !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #1B7770;
  opacity: 1;
}

.pswp__button--arrow--left:hover,
.pswp__button--arrow--right:hover {
  background: #1B7770;
  color: white;
}

.pswp__button--arrow--left {
  left: 50%;
  transform: translateX(-50%);
}

.pswp__button--arrow--right {
  right: 50%;
  transform: translateX(50%);
}

.pswp__button--arrow--left {
  margin-left: -600px;
}

.pswp__button--arrow--right {
  margin-right: -600px;
}

.pswp__button--arrow--left:before {
  width: 66px;
  height: 66px;
  background: transparent;
}

.pswp__button--arrow--right:before {
  width: 66px;
  height: 66px;
  background: transparent;
}

.atie-calendar,
.atie-calendar * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.calendar-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.atie-calendar-mask {
  position: fixed;
  height: 100%;
  width: 100%;
}

.atie-calendar {
  position: relative;
  outline: none;
  width: 280px;
  border: 1px solid #fff;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  background-clip: padding-box;
  line-height: 1.5;
}

.atie-calendar-input-wrap {
  height: 34px;
  padding: 6px 10px;
  border-bottom: 1px solid #e8e8e8;
}

.atie-calendar-input {
  border: 0;
  width: 100%;
  cursor: auto;
  outline: 0;
  height: 22px;
  color: rgba(0, 0, 0, 0.65);
  background: #fff;
}

.atie-calendar-date-panel {
  position: relative;
}

.atie-calendar-header {
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom: 1px solid #e8e8e8;
}

.atie-calendar-header > div > a {
  position: absolute;
  top: 0;
  font-size: 12px;
  cursor: pointer;
}

.atie-calendar-header > div > a:hover {
  color: #1890ff;
}

.atie-calendar-prev-year-btn {
  left: 7px;
}

.atie-calendar-prev-month-btn {
  left: 36px;
}

.atie-calendar-next-year-btn {
  right: 7px;
}

.atie-calendar-next-month-btn {
  right: 36px;
}

.atie-calendar-ym-select {
  font-weight: 500;
}

.atie-calendar-body {
  padding: 8px 12px;
}

.atie-calendar table,
.atie-calendar td,
.atie-calendar th {
  border: 0;
  text-align: center;
}

.atie-calendar table {
  border-collapse: collapse;
  max-width: 100%;
  background-color: transparent;
  width: 100%;
}

.atie-calendar thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: inherit;
}

.atie-calendar tbody {
  display: table-row-group;
  vertical-align: middle;
  border-color: inherit;
}

.atie-calendar tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}

.atie-calendar-column-header .atie-calendar-column-header-inner {
  display: block;
  font-weight: 400;
}

.atie-calendar-cell {
  padding: 3px 0;
  height: 30px;
  cursor: pointer;
}

.atie-calendar-selected-day .atie-calendar-date {
  background: #d1e9ff;
}

.atie-calendar-last-month-cell .atie-calendar-date,
.atie-calendar-next-month-btn-day .atie-calendar-date {
  color: rgba(0, 0, 0, 0.25);
}

.atie-calendar-today .atie-calendar-date {
  border-color: #1890ff;
  font-weight: 700;
  color: #1890ff;
}

.atie-calendar-selected-date .atie-calendar-date,
.atie-calendar-selected-start-date .atie-calendar-date,
.atie-calendar-selected-end-date .atie-calendar-date {
  background: #1890ff;
  color: #fff;
  border: 1px solid transparent;
}

.atie-calendar-date {
  display: block;
  margin: 0 auto;
  color: rgba(0, 0, 0, 0.65);
  border-radius: 2px;
  width: 24px;
  height: 24px;
  line-height: 22px;
  border: 1px solid transparent;
  padding: 0;
  background: transparent;
  text-align: center;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}

.atie-calendar-footer {
  border-top: 1px solid #e8e8e8;
  line-height: 38px;
  padding: 0 12px;
}

.atie-calendar-footer-btn {
  text-align: center;
  display: block;
}

.atie-calendar .atie-calendar-today-btn {
  display: inline-block;
  text-align: center;
  color: #1890ff;
  cursor: pointer;
}

@keyframes shubiao {
  0% {
    transform: translateY(-10px);
    opacity: 0;
  }
  100% {
    transform: translateY(10px);
    opacity: 1;
  }
}

@keyframes guodong {
  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes fadeInUp2 {
  from {
    opacity: 0;
    transform: translate3d(0, 50%, 0) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight2 {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown2 {
  from {
    opacity: 0;
    transform: translate3d(0, -50%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft2 {
  from {
    opacity: 0;
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 200px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 35px, 0);
  }
  75% {
    transform: translate3d(0, -20px, 0);
  }
  90% {
    transform: translate3d(0, 10px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    opacity: 1;
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    opacity: 1;
  }
}

@keyframes faderRotateZ {
  from {
    opacity: 0;
    visibility: hidden;
    transform-origin: 0 0 0;
    transform: perspective(500px) rotatex(-90deg) translateZ(0);
  }
  to {
    opacity: 1;
    visibility: visible;
    transform: rotate(0deg) translateZ(0);
  }
}

/**
 * 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("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") 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 {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

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

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height;
}

.swiper-container-3d {
  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 {
  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: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

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

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

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

.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 {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: 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: .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: 'prev';
}

.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: 'next';
}

.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;
  transition: .3s opacity;
  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 {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .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%;
  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%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top;
}

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

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right;
}

.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%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  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: flex;
  justify-content: 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%;
  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;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  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% {
    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 {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  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;
  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 {
  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: .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;
}

.App {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.1s;
}

.App.flag {
  opacity: 1;
  visibility: visible;
}

@font-face {
  font-family: "abcR";
  src: url("../fonts/abcR/abchanelcouture-light-webfont.eot");
  src: url("../fonts/abcR/abchanelcouture-light-webfont.eot") format("embedded-opentype"), url("../fonts/abcR/abchanelcouture-light-webfont.woff2") format("woff2"), url("../fonts/abcR/abchanelcouture-light-webfont.woff") format("woff"), url("../fonts/abcR/abchanelcouture-light-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ab";
  src: url("../fonts/ab/ab-chanel-couture-regular.woff-webfont.eot");
  src: url("../fonts/ab/ab-chanel-couture-regular.woff-webfont.eot") format("embedded-opentype"), url("../fonts/ab/ab-chanel-couture-regular.woff-webfont.woff2") format("woff2"), url("../fonts/ab/ab-chanel-couture-regular.woff-webfont.woff") format("woff"), url("../fonts/ab/ab-chanel-couture-regular.woff-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #1B7770;
}

::-moz-selection {
  background: #1B7770;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #1B7770;
  color: #fff;
  text-shadow: none;
}

::-webkit-input-placeholder {
  color: #999;
}

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

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

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

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 1rem;
  padding-left: .4rem;
  padding-right: .5rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 11;
}

header:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  z-index: -1;
  background: #fff;
  transition: .44s;
}

header.active {
  transition-delay: .44s;
  box-shadow: 0 0 0.03rem rgba(0, 0, 0, 0.1);
}

header.active:after {
  height: 100%;
}

header.active .absoluteLink {
  top: 100%;
}

header.active .logo img:first-child {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

header.active .logo img:last-child {
  opacity: 1;
  position: relative;
  top: 0;
  left: 0;
}

header.active .morelink ul li:hover > a {
  color: #fff;
}

header.active .morelink ul li > a {
  color: #333;
}

header.active .morelink .otherlink i {
  color: #333;
}

header.active .morelink .mobileMenu .mobileMenu_box div {
  background: #333;
}

header .logo {
  position: relative;
  display: flex;
  align-items: center;
}

header .logo img {
  height: .78rem;
  transition: opacity .4s;
}

header .logo img:first-child {
  opacity: 1;
}

header .logo img:last-child {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

header .morelink {
  height: 100%;
  display: flex;
  align-items: center;
}

header .morelink ul {
  height: 100%;
  display: flex;
}

header .morelink ul li {
  height: 100%;
  position: relative;
  margin: 0 .06rem;
}

header .morelink ul li:hover .absoluteLink {
  opacity: 1;
  visibility: visible;
  transform: translate3d(-50%, 0.06rem, 0);
}

header .morelink ul li:hover > a span:after {
  height: 100%;
  opacity: .3;
}

header .morelink ul li:hover > a span:before {
  height: 100%;
  opacity: 1;
}

header .morelink ul li.active > a span:after {
  opacity: 1;
}

header .morelink ul li.active > a span:before {
  opacity: 1;
}

header .morelink ul li > a {
  transition: color .4s;
  height: 100%;
  display: flex;
  align-items: center;
  font-size: .16rem;
  color: #fff;
}

header .morelink ul li > a span {
  padding: 0 .06rem;
}

header .morelink ul li > a span:after, header .morelink ul li > a span:before {
  background: #1B7770;
  opacity: 0;
}

header .morelink .otherlink {
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
}

header .morelink .otherlink i {
  font-size: .2rem;
  transition: color .4s;
  cursor: pointer;
}

header .morelink .otherlink i:hover {
  color: #1B7770;
}

header .morelink .otherlink .wechatIco {
  height: 100%;
  margin-left: .2rem;
  margin-right: .23rem;
  display: flex;
  align-items: center;
}

header .morelink .otherlink .telIco {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

header .morelink .otherlink .telIco:hover i {
  color: #1B7770;
}

header .morelink .otherlink .telIco:hover .absoluteLink {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0.06rem, 0);
}

header .morelink .otherlink .telIco .absoluteLink {
  left: auto;
  right: -100%;
  transform: translate3d(0, 0.12rem, 0);
}

header .morelink .otherlink .telIco .absoluteLink figure {
  position: relative;
  text-align: right;
  padding-right: .2rem;
  box-sizing: border-box;
}

header .morelink .otherlink .telIco .absoluteLink .list {
  padding: .02rem 0;
}

header .morelink .otherlink .telIco .absoluteLink .list a {
  padding: 0 .1rem;
}

.w1656 {
  width: 1656px;
  margin: 0 auto;
}

.absoluteLink {
  position: absolute;
  top: 60%;
  white-space: nowrap;
  left: 50%;
  transform: translate3d(-50%, 0.12rem, 0);
  opacity: 0;
  visibility: hidden;
  transition: .44s;
  transition-timing-function: var(--ease-in-out-b);
}

.absoluteLink .svg {
  width: 100%;
  height: .2rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: calc(50% - 10%) bottom, calc(50% + 10%) bottom;
  opacity: .5;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 100c55.228 0 100-44.772 100-100v100H0z' fill='%23000'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M100 100C44.772 100 0 55.228 0 0v100h100z' fill='%23000'/%3E%3C/svg%3E");
}

.absoluteLink figure {
  font-size: 0;
  line-height: 1;
  text-align: center;
}

.absoluteLink .list {
  padding: .1rem 0;
  background: rgba(0, 0, 0, 0.5);
}

.absoluteLink .list a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: .3rem;
  padding: 0 .3rem;
  box-sizing: border-box;
  font-size: .15rem;
  color: #fff;
  transition: .4s;
}

.absoluteLink .list a:hover {
  color: #9DD5D0;
}

.mobileMenu {
  display: none;
  align-items: center;
  justify-content: center;
  transition: .4s;
  cursor: pointer;
  transition-timing-function: ease-in-out;
}

.mobileMenu .mobileMenu_box {
  position: relative;
  width: 24px;
  height: 18px;
}

.mobileMenu .mobileMenu_box.active div {
  background: #1B7770;
}

.mobileMenu .mobileMenu_box.active div:first-child {
  top: 50%;
  width: 100%;
  transform: translateY(-50%) rotate(45deg);
  transition-property: width,top,transform;
  transition-delay: 0s,0s,.3s;
}

.mobileMenu .mobileMenu_box.active div:nth-child(2) {
  opacity: 0;
  width: 100%;
}

.mobileMenu .mobileMenu_box.active div:last-child {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
  transition-property: bottom,transform;
  transition-delay: 0s,.3s;
}

.mobileMenu .mobileMenu_box div {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #fff;
  left: 0;
  transition: .3s;
}

.mobileMenu .mobileMenu_box div:first-child {
  top: 0;
}

.mobileMenu .mobileMenu_box div:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}

.mobileMenu .mobileMenu_box div:last-child {
  bottom: 0;
}

.mobileNav {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  transform: translateX(100%);
  transition: .5s;
  transition-timing-function: var(--ease-in-out-b);
  z-index: 8;
  background: white;
}

.mobileNav.active {
  visibility: visible;
  transform: translate(0);
}

.mobileNav .box {
  width: 100%;
  height: calc(100% - 1rem);
  padding-top: 1rem;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  overflow: -webkit-scrollbars-none;
  scroll-snap-type: y mandatory;
  scroll-snap-align: start;
}

.mobileNav .box::-webkit-scrollbar {
  display: none;
}

.mobileNav .box .mobileNavitems {
  height: auto;
  width: 100%;
  overflow: hidden;
}

.mobileNav .box .mobileNavitems .item {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 5%;
  box-sizing: border-box;
}

.mobileNav .box .mobileNavitems .item.active h5 {
  color: #1B7770;
}

.mobileNav .box .mobileNavitems .item.active i {
  transform: rotate(90deg);
}

.mobileNav .box .mobileNavitems .item h5 {
  font-family: initial;
  color: #333;
  font-weight: 700;
  font-size: 16px;
  transition: color .3s;
}

.mobileNav .box .mobileNavitems .item i {
  color: #666;
  display: block;
  transition: .4s;
}

.mobileNav .box .mobileNavitems .mobilelinkitems {
  transition: .4s;
  padding: 0 5%;
  height: 0;
  box-sizing: border-box;
  overflow: hidden;
  background: #f9f9f9;
}

.mobileNav .box .mobileNavitems .mobilelinkitems.hasChildActive:before, .mobileNav .box .mobileNavitems .mobilelinkitems.hasChildActive:after {
  display: block;
}

.mobileNav .box .mobileNavitems .mobilelinkitems:before, .mobileNav .box .mobileNavitems .mobilelinkitems:after {
  content: '';
  width: 100%;
  display: none;
  height: 5px;
}

.mobileNav .box .mobileNavitems .mobilelinkitems a {
  position: relative;
  display: flex;
  height: 35px;
  align-items: center;
  font-size: 14px;
  color: #333;
  transition: .5s;
}

.mobileNav .box .mobileNavitems .mobilelinkitems a:hover {
  color: #1B7770;
}

.popUp {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  will-change: transform;
}

.popUp.active {
  visibility: visible;
}

.popUp.active .popUpBg {
  visibility: visible;
  opacity: 1;
  transition: .5s;
}

.popUp.active .popUpBox {
  transition: .4s;
  transition-timing-function: ease-in-out;
  transform: translate3d(0%, 0, 0);
}

.popUp .popUpBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.popUp .popUpBox {
  position: relative;
  width: 100%;
  height: 100%;
  transform: translate3d(30%, 0, 0);
}

.swiper-box1 {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.swiper-box1 .swiper-box {
  color: #fff;
  bottom: 0;
  left: .52rem;
  right: .32rem;
  position: absolute;
  padding-bottom: .2rem;
  z-index: 3;
}

.swiper-box1 .swiper-box .head {
  display: flex;
  align-items: center;
}

.swiper-box1 .swiper-box .head .line {
  flex: 1;
  background: #707070;
  height: 1px;
  opacity: .3;
}

.swiper-box1 .swiper-box .head .numbox {
  margin-left: .2rem;
  margin-right: .23rem;
  display: flex;
  align-items: center;
}

.swiper-box1 .swiper-box .head .numbox span {
  width: 1px;
  height: .13rem;
  background: #fff;
  display: block;
  margin: 0 .16rem;
}

.swiper-box1 .swiper-box .head .numbox div {
  font-size: .12rem;
  font-family: 'abcR';
}

.swiper-box1 .swiper-box .head i {
  cursor: pointer;
  transition: color .4s;
}

.swiper-box1 .swiper-box .head i:hover {
  color: #1B7770;
}

.swiper-box1 .swiper-box .indexTitle {
  margin-top: .05rem;
  display: flex;
  justify-content: space-between;
}

.swiper-box1 .swiper-box .indexTitle .indexgonggao {
  display: flex;
  align-items: center;
  width: 60%;
}

.swiper-box1 .swiper-box .indexTitle .indexgonggao .indexgonggaoHead {
  padding: .2rem .14rem;
  display: flex;
  background: rgba(27, 119, 112, 0.6);
}

.swiper-box1 .swiper-box .indexTitle .indexgonggao .indexgonggaoHead i {
  line-height: 1;
  font-size: .32rem;
}

.swiper-box1 .swiper-box .indexTitle .indexgonggao .indexgonggaoHead .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: .08rem;
}

.swiper-box1 .swiper-box .indexTitle .indexgonggao .indexgonggaoHead .text p {
  font-size: .12rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
}

.swiper-box1 .swiper-box .indexTitle .indexgonggao .indexgonggaoHead .text p:last-child {
  font-weight: 400;
}

.swiper-box1 .swiper-box .indexTitle .indexgonggao .indexgonggaoCtrl {
  height: 70%;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  margin-left: .2rem;
  margin-right: .34rem;
}

.swiper-box1 .swiper-box .indexTitle .indexgonggao .indexgonggaoCtrl div {
  font-size: .12rem;
  transform-origin: center;
  transform: scale(0.7);
  cursor: pointer;
  transition: color .4s;
}

.swiper-box1 .swiper-box .indexTitle .indexgonggao .indexgonggaoCtrl div:hover {
  color: #9DD5D0;
}

.swiper-box1 .swiper-box .indexTitle .indexgonggao .swiper-indexgongao {
  height: .6rem;
  flex: 1;
  overflow: hidden;
}

.swiper-box1 .swiper-box .indexTitle .indexgonggao .swiper-indexgongao .swiper-wrapper .swiper-slide {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.swiper-box1 .swiper-box .indexTitle .indexgonggao .swiper-indexgongao .swiper-wrapper .swiper-slide:hover time, .swiper-box1 .swiper-box .indexTitle .indexgonggao .swiper-indexgongao .swiper-wrapper .swiper-slide:hover p {
  color: #9DD5D0;
}

.swiper-box1 .swiper-box .indexTitle .indexgonggao .swiper-indexgongao .swiper-wrapper .swiper-slide time, .swiper-box1 .swiper-box .indexTitle .indexgonggao .swiper-indexgongao .swiper-wrapper .swiper-slide p {
  line-height: 1.2;
  font-weight: 500;
  transition: color .4s;
}

.swiper-box1 .swiper-box .indexTitle .swiper-pag {
  display: flex;
  line-height: 1;
}

.swiper-box1 .swiper-box .indexTitle .swiper-pag section {
  position: relative;
  width: auto;
  height: auto;
  opacity: 1;
  background: transparent;
  margin: 0 .045rem;
}

.swiper-box1 .swiper-box .indexTitle .swiper-pag section:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgba(27, 119, 112, 0.6);
  transition-timing-function: linear;
}

.swiper-box1 .swiper-box .indexTitle .swiper-pag section.swiper-pagination-bullet-active:after {
  width: 100%;
  transition: 7.1s;
}

.swiper-box1 .swiper-box .indexTitle .swiper-pag section img {
  width: 1.67rem;
}

.swiper-box1 .swiper-wrapper .swiper-slide {
  height: 100%;
  overflow: hidden;
}

.swiper-box1 .swiper-wrapper .swiper-slide .box1img {
  height: 100%;
}

.swiper-box1 .swiper-wrapper .swiper-slide .box1img img {
  height: 100%;
  object-fit: cover;
}

.swiper-box1 .swiper-wrapper .swiper-slide .box1text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swiper-box1 .swiper-wrapper .swiper-slide .box1text.active .w1656 .title {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.swiper-box1 .swiper-wrapper .swiper-slide .box1text.active .w1656 p {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.swiper-box1 .swiper-wrapper .swiper-slide .box1text.active .w1656 .learn {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.swiper-box1 .swiper-wrapper .swiper-slide .box1text .w1656 {
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 0 !important;
  box-sizing: border-box;
}

.swiper-box1 .swiper-wrapper .swiper-slide .box1text .w1656 .title {
  line-height: 1;
  font-size: 0;
  transform: translate3d(0, 100%, 0);
  opacity: 0;
  transition-property: transform,opacity;
  transition-duration: .4s;
}

.swiper-box1 .swiper-wrapper .swiper-slide .box1text .w1656 .title figure {
  margin-left: auto;
  margin-right: auto;
  width: 5.44rem;
}

.swiper-box1 .swiper-wrapper .swiper-slide .box1text .w1656 .title figure img {
  width: 100%;
}

.swiper-box1 .swiper-wrapper .swiper-slide .box1text .w1656 p {
  font-size: .2rem;
  margin: .15rem 0 .3rem;
  transform: translate3d(0, 70%, 0);
  opacity: 0;
  transition-property: transform,opacity;
  transition: .4s;
  font-family: 'abcR';
  text-transform: uppercase;
}

.swiper-box1 .swiper-wrapper .swiper-slide .box1text .w1656 .learn {
  transform: translate3d(0, 50%, 0);
  opacity: 0;
  transition-property: transform,opacity;
  transition: .4s;
}

.swiper-box1 .swiper-wrapper .swiper-slide .box1text .w1656 .learn:after, .swiper-box1 .swiper-wrapper .swiper-slide .box1text .w1656 .learn:before {
  background: #1B7770;
}

.learn {
  padding: .05rem .11rem;
}

.indexProfile {
  position: relative;
  padding: 1.8rem 0 1.75rem;
  display: flex;
}

.indexProfile .font {
  width: 7.37rem;
  margin-left: 2.73rem;
}

.indexProfile .font h5 {
  font-size: .32rem;
  line-height: 1.375;
}

.indexProfile .font h5 span.letters {
  color: #1B7770;
}

.indexProfile .font p {
  margin: .25rem 0 .4rem;
  font-size: .16rem;
  color: #555;
}

.indexProfile figure {
  position: absolute;
  width: 31.77%;
  top: 3.2rem;
  right: 11.56%;
}

.indexCulture {
  display: flex;
}

.indexCulture figure {
  width: 52.6%;
  transform: translateY(-0.4rem);
}

.indexCulture .font {
  flex: 1;
}

.indexCulture .font .text {
  width: 4.05rem;
  margin-top: 2.4rem;
  margin-left: 1.9rem;
}

.indexCulture .font .text p {
  font-size: .16rem;
  color: #555;
  margin: .45rem 0;
}

.ititle h6 {
  font-size: .26rem;
  color: #1B7770;
  font-family: 'ab';
  text-transform: uppercase;
  line-height: 1;
}

.ititle h6 span.letters {
  font-size: .5rem;
  font-family: 'abcR';
  letter-spacing: .04rem;
}

.ititle h5 {
  font-size: .24rem;
  font-weight: 700;
  margin-top: .15rem;
}

.indexGroup {
  position: relative;
  z-index: 3;
}

.indexGroup .w1600 {
  width: 83.33%;
  margin-left: auto;
}

.indexGroup .w1600 .groupBox .ititle {
  position: relative;
  padding: 1.4rem 0 .1rem;
  margin-left: 2.5rem;
}

.indexGroup .w1600 .groupBox .ititle:after {
  content: '';
  position: absolute;
  left: 4%;
  top: 0;
  transform: translateY(-0.8rem);
  width: .04rem;
  height: 1.6rem;
  background: #555555;
  display: none;
}

.indexGroup .w1600 .swiper {
  position: relative;
  transform: translateY(1.05rem);
}

.indexGroup .w1600 .swiper .swiper-groupPag {
  z-index: 2;
  position: absolute;
  padding-left: 2.5rem;
  padding-right: 2.16rem;
  display: flex;
  width: 100%;
  justify-content: space-between;
  line-height: 1;
  box-sizing: border-box;
  top: 1.25rem;
  left: 0;
  bottom: auto;
  height: auto;
  opacity: 0;
  transform: translate3d(0, 50%, 0) scale(0.9);
  transition: .4s;
}

.indexGroup .w1600 .swiper .swiper-groupPag.flag {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.indexGroup .w1600 .swiper .swiper-groupPag span {
  position: relative;
  opacity: 1;
  background: transparent;
  width: 1rem;
  height: 1rem;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.indexGroup .w1600 .swiper .swiper-groupPag span.swiper-pagination-bullet-active:after {
  opacity: 1;
}

.indexGroup .w1600 .swiper .swiper-groupPag span:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #1B7770;
  z-index: -1;
  transform: translate(0.07rem, 0.07rem);
  opacity: 0;
  transition: .5s;
}

.indexGroup .w1600 .swiper .swiper-groupPag span i {
  color: #fff;
  line-height: 1.3;
  width: .32rem;
  font-size: .16rem;
}

.indexGroup .w1600 .swiper .swiper-group {
  overflow: hidden;
  position: relative;
}

.indexGroup .w1600 .swiper .swiper-group .swiper-wrapper .swiper-slide {
  position: relative;
  color: #fff;
  height: auto;
}

.indexGroup .w1600 .swiper .swiper-group .swiper-wrapper .swiper-slide figure {
  position: relative;
}

.indexGroup .w1600 .swiper .swiper-group .swiper-wrapper .swiper-slide figure:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.indexGroup .w1600 .swiper .swiper-group .swiper-wrapper .swiper-slide .text {
  position: absolute;
  left: 2.45rem;
  bottom: 1.25rem;
  width: 4.7rem;
  z-index: 3;
}

.indexGroup .w1600 .swiper .swiper-group .swiper-wrapper .swiper-slide .text .ititle h6 {
  color: #fff;
}

.indexGroup .w1600 .swiper .swiper-group .swiper-wrapper .swiper-slide .text .ititle h5 {
  color: #fff;
}

.indexGroup .w1600 .swiper .swiper-group .swiper-wrapper .swiper-slide .text p {
  font-size: .16rem;
  margin: .25rem 0 .35rem;
}

.indexGroup .w1600 .swiper .swiper-group .swiper-wrapper .swiper-slide .text a:after, .indexGroup .w1600 .swiper .swiper-group .swiper-wrapper .swiper-slide .text a:before {
  color: #1B7770;
}

.indexSubsidiary {
  display: flex;
  position: relative;
  z-index: 1;
}

.indexSubsidiary figure {
  width: 52.6%;
}

.indexSubsidiary .font {
  flex: 1;
}

.indexSubsidiary .font .text {
  width: 4rem;
  margin-top: 2.5rem;
  margin-left: 1.9rem;
}

.indexSubsidiary .font .text .list {
  margin-top: .55rem;
}

.indexSubsidiary .font .text .list a {
  position: relative;
  display: flex;
  align-items: center;
  height: .65rem;
  border-bottom: 1px solid #707070;
  padding-right: .3rem;
  box-sizing: border-box;
  z-index: 1;
}

.indexSubsidiary .font .text .list a:hover:after {
  opacity: .5;
}

.indexSubsidiary .font .text .list a:first-child {
  border-top: 1px solid #707070;
}

.indexSubsidiary .font .text .list a span {
  position: absolute;
  right: .1rem;
  top: 50%;
  transform: translateY(-50%);
  color: #1B7770;
  font-size: .1rem;
  font-weight: 700;
  z-index: 3;
}

.indexSubsidiary .font .text .list a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #9DD5D0;
  z-index: -1;
  transform: translate(0.07rem, 0.1rem);
  opacity: 0;
  transition: .45s;
}

.indexNews {
  padding: 1.1rem 0 1.55rem;
}

.indexNews .w1554 {
  width: 1554px;
  margin: 0 auto;
}

.indexNews .w1554 .ititle {
  margin-bottom: .62rem;
}

.indexNews .w1554 .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.indexNews .w1554 .list.itemAnimates .itemAnimate {
  opacity: 0;
}

.indexNews .w1554 .list.itemAnimates.flag .itemAnimate {
  animation: fadeInRight2 .6s forwards ease-in-out;
}

.indexNews .w1554 .list .item {
  width: 24%;
}

.indexNews .w1554 .list .item:hover figure img {
  transform: scale(1.1);
}

.indexNews .w1554 .list .item:hover .font h5 {
  color: #1B7770;
}

.indexNews .w1554 .list .item:hover .font .learn:after {
  height: 100%;
  opacity: .3;
}

.indexNews .w1554 .list .item:hover .font .learn:before {
  height: 100%;
  opacity: 1;
}

.indexNews .w1554 .list .item figure {
  overflow: hidden;
}

.indexNews .w1554 .list .item figure img {
  transition: .4s;
}

.indexNews .w1554 .list .item .font {
  padding: .28rem .3rem .2rem;
  box-sizing: border-box;
  border: 1px solid #EDEDED;
  box-sizing: border-box;
}

.indexNews .w1554 .list .item .font h5 {
  font-size: .18rem;
  font-weight: 700;
  line-height: 1.44;
  transition: color .4s;
}

.indexNews .w1554 .list .item .font p {
  color: #555555;
  margin: .15rem 0 .45rem;
}

.future {
  padding: 1.55rem 0 1.9rem;
  position: relative;
  z-index: 1;
}

.future:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.3);
}

.future .w1656 {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.future .w1656 h5 {
  font-size: .36rem;
  font-weight: 700;
  line-height: 1;
}

.future .w1656 p {
  width: 630px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin: .35rem 0 .65rem;
  text-align: center;
}

.future .w1656 .learn:after, .future .w1656 .learn:before {
  background: #1B7770;
}

.subnavHead {
  height: 100vh;
  color: #fff;
}

.subnavHead .bannerimg {
  position: relative;
  height: 100%;
}

.subnavHead .bannerimg > img {
  height: 100%;
  object-fit: cover;
}

.subnavHead .bannerimg .bannerText {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.subnavHead .bannerimg .bannerText .w1656 {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 2.45rem;
  box-sizing: border-box;
}

.subnavHead .bannerimg .bannerText .w1656 .title figure {
  height: .82rem;
}

.subnavHead .bannerimg .bannerText .w1656 .title figure img {
  width: auto;
  height: 100%;
}

.subnavHead .bannerimg .bannerText .w1656 .title h6 {
  font-size: .42rem;
  font-family: 'ab';
  line-height: 1.2;
}

.subnavHead .bannerimg .bannerText .w1656 .mouseDown {
  position: relative;
  margin-top: 1.05rem;
  width: 1.26rem;
  height: 1.26rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  cursor: pointer;
}

.subnavHead .bannerimg .bannerText .w1656 .mouseDown:hover i {
  border-color: transparent;
  transform: translate3d(0, 15%, 0) rotateX(180deg) scale(0.85);
}

.subnavHead .bannerimg .bannerText .w1656 .mouseDown:hover i:after {
  height: 100%;
  opacity: .9;
}

.subnavHead .bannerimg .bannerText .w1656 .mouseDown:hover i::before {
  height: 100%;
  opacity: .6;
}

.subnavHead .bannerimg .bannerText .w1656 .mouseDown i {
  border-radius: 50%;
  border: 1px solid #fff;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .36rem;
  line-height: 1;
  overflow: hidden;
  transition-property: border-color,transform;
  transition: .4s;
  transform: translate3d(0, 0, 0) rotateX(180deg) scale(1);
}

.subnavHead .bannerimg .bannerText .w1656 .mouseDown i:after {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 20%;
  border-radius: 50%;
  background: #1B7770;
  opacity: 0;
  transition: .5s;
  z-index: -1;
}

.subnavHead .bannerimg .bannerText .w1656 .mouseDown i:before {
  content: '';
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  height: 40%;
  border-radius: 30%;
  background: #1B7770;
  opacity: 0;
  transition: .5s;
  z-index: -1;
}

.subnavHead .subnavBody {
  position: absolute;
  width: 100%;
  height: 1.28rem;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.52));
  z-index: 4;
}

.subnavHead .subnavBody .w1656 {
  height: 100%;
  display: flex;
  align-items: center;
}

.subnavHead .subnavBody .w1656 a {
  display: inline-block;
  margin-right: .5rem;
  font-size: .18rem;
  padding: 0 .03rem;
}

.subnavHead .subnavBody .w1656 a.active:after, .subnavHead .subnavBody .w1656 a.active:before {
  opacity: 1;
}

.subnavHead .subnavBody .w1656 a:after, .subnavHead .subnavBody .w1656 a:before {
  background: #1B7770;
  opacity: 0;
}

.ptitle h5 {
  font-size: .36rem;
  font-weight: 500;
  line-height: 1.2;
}

.ptitle h5:last-child {
  color: #1B7770;
  margin-top: .12rem;
}

.about {
  display: flex;
  position: relative;
  z-index: 6;
}

.about.abotInner {
  padding-bottom: 1.2rem;
}

.about .font {
  flex: 1;
  padding: 1.4rem .85rem 0 0;
  box-sizing: border-box;
}

.about .font .aboutP {
  font-size: .16rem;
  color: #555;
  margin: .65rem 0 .45rem;
}

.about .font .text {
  margin-top: .9rem;
}

.about .font .text.feelChin h5 {
  font-size: .24rem;
  line-height: 1.2;
}

.about .font .text.feelChin p {
  font-size: .16rem;
  color: #666;
}

.about .font .text.feelChin p span {
  color: #1B7770;
  font-weight: 700;
}

.about figure {
  position: relative;
  width: 42.7%;
  transform: translateY(-1.28rem);
}

.about figure img {
  position: sticky;
  top: 3rem;
}

.aboutCulture {
  position: relative;
  z-index: 1;
  padding: .9rem 0 1.25rem;
}

.aboutCulture:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: rgba(0, 0, 0, 0.25);
}

.aboutCulture .box {
  color: #fff;
  padding-right: 2.3rem;
  box-sizing: border-box;
}

.aboutCulture .box .ititle {
  margin-bottom: .85rem;
}

.aboutCulture .box .ititle h6 {
  color: #fff;
}

.aboutCulture .box .ititle h6 span.letters {
  color: #fff;
}

.aboutCulture .box .items {
  display: flex;
  justify-content: space-between;
}

.aboutCulture .box .items.itemAnimates {
  overflow: hidden;
}

.aboutCulture .box .items.itemAnimates .itemAnimate {
  opacity: 0;
}

.aboutCulture .box .items.itemAnimates.flag .itemAnimate {
  animation: fadeInUp2 .5s forwards ease-in-out;
}

.aboutCulture .box .items .item {
  width: 18.23%;
  border: 1px solid #fff;
  box-sizing: border-box;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  transition: border-color .4s;
}

.aboutCulture .box .items .item:hover {
  border-color: transparent;
}

.aboutCulture .box .items .item:hover:after {
  height: 100%;
  opacity: .5;
}

.aboutCulture .box .items .item:hover:before {
  height: 100%;
  opacity: .8;
}

.aboutCulture .box .items .item i {
  font-size: .43rem;
  line-height: 1;
}

.aboutCulture .box .items .item .title {
  text-align: center;
}

.aboutCulture .box .items .item .title h5 {
  font-size: .24rem;
  line-height: 1.2;
  font-weight: 500;
  margin: .2rem 0 .1rem;
}

.aboutCulture .box .items .item .text {
  padding: 0 .18rem;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  height: 0;
  transition: height .5s;
  display: none;
}

.aboutCulture .box .items .item .text .line {
  width: 100%;
  height: 1px;
  background: #fff;
  margin: .35rem 0 .2rem;
}

.aboutLeader {
  padding: .45rem 0 1.2rem;
}

.aboutLeader .box {
  box-sizing: border-box;
}

.aboutLeader .box .ititle {
  transform: translateY(0.75rem);
}

.aboutLeader .box .swiper {
  position: relative;
  display: flex;
  align-items: center;
}

.aboutLeader .box .swiper .swiper-line {
  position: absolute;
  left: 3.33rem;
  transform: translateY(-50%);
  width: 4.75rem;
  height: 1px;
  background: #1B7770;
  z-index: 3;
}

.aboutLeader .box .swiper .swiper-text {
  margin-top: .5rem;
  width: 32.03%;
  overflow: hidden;
  margin-right: 1.25rem;
  height: auto;
}

.aboutLeader .box .swiper .swiper-text .swiper-wrapper {
  height: auto;
}

.aboutLeader .box .swiper .swiper-text .swiper-wrapper .swiper-slide {
  height: auto;
}

.aboutLeader .box .swiper .swiper-text .swiper-wrapper .swiper-slide h6 {
  position: relative;
  font-size: .24rem;
  line-height: 1.2;
  margin-bottom: .4rem;
}

.aboutLeader .box .swiper .swiper-text .swiper-wrapper .swiper-slide p {
  margin-top: .65rem;
  font-size: .16rem;
  color: #666;
}

.aboutLeader .box .swiper .swiper-text .swiper-wrapper .swiper-slide p:first-child {
  margin-top: 0;
}

.aboutLeader .box .swiper .swiper-leaderImg {
  position: relative;
  flex: 1;
  overflow: hidden;
}

.aboutLeader .box .swiper .swiper-leaderImg .swiper-prev, .aboutLeader .box .swiper .swiper-leaderImg .swiper-next {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  width: .52rem;
  height: .52rem;
  background: #1B7770;
  color: #fff;
  z-index: 3;
  cursor: pointer;
}

.aboutLeader .box .swiper .swiper-leaderImg .swiper-next {
  transform: translateY(calc(-100% - .09rem));
}

.aboutLeader .box .swiper .swiper-leaderImg .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: flex-end;
  width: 300px;
}

.aboutLeader .box .swiper .swiper-leaderImg .swiper-wrapper .swiper-slide.swiper-slide-active {
  width: 444px;
}

.aboutCom {
  padding: 1rem 0 1.5rem;
}

.aboutCom .w1656 .ititle {
  margin-bottom: 1.25rem;
}

.aboutCom .w1656 .ititle h6 {
  color: #fff;
}

.aboutCom .w1656 .ititle h6 span.letters {
  color: #fff;
}

.aboutCom .w1656 .ititle h5 {
  color: #fff;
}

.aboutCom .w1656 .img {
  text-align: center;
}

.aboutCom .w1656 .img img {
  max-width: 100%;
}

.aboutContent {
  padding-top: .87rem;
  overflow: hidden;
}

.aboutContent .box {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

.aboutContent .box .font {
  flex: 1;
}

.aboutContent .box .font .list {
  margin-top: 1.2rem;
}

.aboutContent .box .font .list li {
  display: flex;
  align-items: center;
  margin-bottom: .44rem;
}

.aboutContent .box .font .list li:first-child span {
  font-weight: 700;
  color: #1B7770;
  font-size: .3rem;
  font-family: 'abcR';
}

.aboutContent .box .font .list li:last-child {
  margin-bottom: 0;
}

.aboutContent .box .font .list li i {
  width: .4rem;
  height: .4rem;
  background: #1B7770;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: .2rem;
  border-radius: 50%;
  margin-right: .24rem;
}

.aboutContent .box .font .list li span {
  font-size: .16rem;
  color: #666;
}

.aboutContent .box .map {
  width: 58.27%;
  height: 7.1rem;
}

.aboutContent .box .map #map {
  width: 100%;
  height: 100%;
}

.placeholder {
  height: .14rem;
  width: 100%;
  position: relative;
}

.placeholder.flag:after {
  width: 100%;
}

.placeholder:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 0%;
  height: 100%;
  transition: .8s;
  background: #1B7770;
  transform: translateX(-50%);
}

.news {
  padding: 1rem 0 .65rem;
  position: relative;
  z-index: 6;
}

.news .w1656 .newsImg {
  width: calc(22.34% + 22.34% + 3.546%);
  transform: translateY(-100%);
  margin-left: auto;
  margin-bottom: -4.6rem;
}

.news .w1656 .newsImg .swiper-news {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.news .w1656 .newsImg .swiper-news .swiper-pag {
  position: absolute;
  bottom: .4rem;
  z-index: 4;
  line-height: 1;
  text-align: right;
  padding-right: .24rem;
  box-sizing: border-box;
}

.news .w1656 .newsImg .swiper-news .swiper-pag section {
  width: .09rem;
  height: .09rem;
  opacity: 1;
  background: #fff;
  margin: 0;
  margin-left: .08rem;
}

.news .w1656 .newsImg .swiper-news .swiper-pag section.swiper-pagination-bullet-active {
  background: #9DD5D0;
}

.news .w1656 .newsImg .swiper-news .swiper-wrapper {
  height: auto;
}

.news .w1656 .newsImg .swiper-news .swiper-wrapper .swiper-slide {
  height: auto;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.news .w1656 .newsImg .swiper-news .swiper-wrapper .swiper-slide:hover img {
  transform: scale(1.05);
}

.news .w1656 .newsImg .swiper-news .swiper-wrapper .swiper-slide img {
  transition: .4s;
}

.news .w1656 .newsImg .swiper-news .swiper-wrapper .swiper-slide .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 70%, #1B7770 100%);
  z-index: 5;
  color: #fff;
}

.news .w1656 .newsImg .swiper-news .swiper-wrapper .swiper-slide .mask .title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  background: #1B7770;
  width: .63rem;
  height: .63rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news .w1656 .newsImg .swiper-news .swiper-wrapper .swiper-slide .mask .title small {
  font-size: .16rem;
  width: .32rem;
  display: block;
  line-height: 1.2;
}

.news .w1656 .newsImg .swiper-news .swiper-wrapper .swiper-slide .mask .text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: .18rem 1rem .18rem .44rem;
  box-sizing: border-box;
}

.news .w1656 .newsImg .swiper-news .swiper-wrapper .swiper-slide .mask .text time {
  font-family: 'abrR';
  line-height: 1;
}

.news .w1656 .newsImg .swiper-news .swiper-wrapper .swiper-slide .mask .text p {
  font-size: .18rem;
  line-height: 1.2;
  margin-top: .1rem;
}

.news .w1656 .newsItem {
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.news .w1656 .newsItem i {
  width: 22.34%;
}

.news .w1656 .newsItem .item {
  width: 22.34%;
  display: block;
  transition: .5s;
  margin-bottom: .65rem;
}

.news .w1656 .newsItem .item:hover {
  transform: translateY(-0.25rem);
}

.news .w1656 .newsItem .item:hover figure img {
  transform: scale(1.05);
}

.news .w1656 .newsItem .item figure {
  overflow: hidden;
}

.news .w1656 .newsItem .item figure img {
  transition: .4s;
}

.news .w1656 .newsItem .item .font {
  padding: .23rem .15rem 0 .3rem;
  box-sizing: border-box;
}

.news .w1656 .newsItem .item .font .timer {
  position: relative;
  padding-left: .07rem;
}

.news .w1656 .newsItem .item .font .timer:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 1rem;
  background: #9DD5D0;
}

.news .w1656 .newsItem .item .font .timer time {
  position: relative;
  font-size: .16rem;
  font-family: 'ab';
  color: #1B7770;
  line-height: 1.2;
}

.news .w1656 .newsItem .item .font h5 {
  font-size: .2rem;
  line-height: 1.7;
  margin: .17rem 0 .15rem;
}

.news .w1656 .newsItem .item .font p {
  color: #666;
}

.paging {
  display: flex;
  align-items: center;
  justify-content: center;
}

.paging a {
  color: #555;
  font-size: .16rem;
  font-weight: 700;
  margin: 0 .17rem;
  transition: color .4s;
  line-height: 1.25;
  padding: 0 .03rem;
}

.paging a.active:after, .paging a.active:before {
  opacity: 1;
}

.paging a:after, .paging a:before {
  opacity: 0;
  height: 60%;
}

.paging a:hover {
  color: #fff;
}

.paging a.iconfont {
  font-size: .2rem;
  color: #777777;
}

.paging a.iconfont:hover {
  color: #fff;
}

.newsInner {
  position: fixed;
  z-index: 666;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.newsInner .box {
  position: absolute;
  right: 0;
  top: 0;
  width: 1200px;
  height: 100%;
  background: #fff;
  padding: 1.4rem .4rem 1rem 1.6rem;
  box-sizing: border-box;
}

.newsInner .box .boxText {
  height: 100%;
  display: flex;
  overflow-x: hidden;
  overflow-y: auto;
}

.newsInner .box .boxText::-webkit-scrollbar {
  width: .05rem;
  height: .05rem;
  border-radius: .06rem;
  background-color: #e5e5e5;
}

.newsInner .box .boxText::-webkit-scrollbar-thumb {
  background-color: #1B7770;
  border-radius: .06rem;
}

.newsInner .box .boxText .newspaper {
  width: 100%;
}

.newsInner .box .boxText .newspaper h5 {
  font-size: .3rem;
  line-height: 1.6;
  text-align: center;
  width: 650px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.newsInner .box .boxText .newspaper .title {
  margin-top: .6rem;
  margin-bottom: .2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.newsInner .box .boxText .newspaper .title .linkleft {
  display: flex;
  color: #777777;
  align-items: center;
}

.newsInner .box .boxText .newspaper .title .linkleft .line {
  width: 1px;
  height: .14rem;
  background: #707070;
  display: block;
  margin: 0 .26rem;
  opacity: .3;
}

.newsInner .box .boxText .newspaper .title .linkRight {
  display: flex;
  align-items: center;
}

.newsInner .box .boxText .newspaper .title .linkRight a {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  font-size: .2rem;
  border-color: transparent;
  transition: color .4s;
  color: #999;
  margin-right: .16rem !important;
}

.newsInner .box .boxText .newspaper .title .linkRight a:hover {
  color: #1B7770;
}

.newsInner .box .boxText .newspaper .text {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: .75rem;
}

.newsInner .box .boxText .newspaper .text.feelChin p {
  font-size: .16rem;
  color: #555;
}

.newsInner .box .boxText .zhanwei {
  width: 1.2rem;
  height: 100%;
}

.newsInner .box .boxText .recruitment {
  width: 100%;
}

.newsInner .box .boxText .recruitment .recruitmentHead {
  display: flex;
  align-items: center;
}

.newsInner .box .boxText .recruitment .recruitmentHead h5 {
  font-size: .26rem;
  line-height: 1.2;
}

.newsInner .box .boxText .recruitment .recruitmentHead time {
  color: #777777;
  font-size: .15rem;
  margin-left: .8rem;
}

.newsInner .box .boxText .recruitment .recruitmentBox {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: .25rem;
  padding-top: .65rem;
}

.newsInner .box .boxText .recruitment .recruitmentBox .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.newsInner .box .boxText .recruitment .recruitmentBox .list span {
  display: block;
  width: 33.33%;
  color: #777777;
  font-size: .16rem;
  line-height: 1.2;
  margin-bottom: .35rem;
}

.newsInner .box .boxText .recruitment .recruitmentBox .bianjiqi {
  padding: .25rem 0 .6rem;
}

.newsInner .box .boxText .recruitment .recruitmentBox .bianjiqi.feelChin h6 {
  font-weight: 700;
  font-size: .18rem;
  line-height: 1.2;
}

.newsInner .box .boxText .recruitment .recruitmentBox .botMassage {
  padding: .3rem .5rem;
  background: #1B7770;
}

.newsInner .box .boxText .recruitment .recruitmentBox .botMassage p {
  font-size: .15rem;
  color: #fff;
  line-height: 2.1;
}

.newsInner .box .boxText .industryOtherInner {
  width: 100%;
}

.newsInner .box .boxText .industryOtherInner .title {
  margin-bottom: .37rem;
}

.newsInner .box .boxText .industryOtherInner .title h6 {
  font-size: .2rem;
  font-family: 'ab';
  text-transform: uppercase;
  line-height: 1.5;
  color: #1B7770;
}

.newsInner .box .boxText .industryOtherInner .title h5 {
  font-size: .3rem;
  font-weight: 700;
  line-height: 1.5;
}

.newsInner .box .boxText .industryOtherInner .font {
  word-break: break-all;
  padding-top: .35rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.newsInner .box .boxText .industryOtherInner .font img {
  max-width: 100% !important;
  height: auto !important;
  width: auto !important;
}

.newsInner .box .boxText .industryOtherInner .font.feelChin p {
  color: #666;
}

.newsInner .box .listLink {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.newsInner .box .listLink a {
  width: .8rem;
  height: .8rem;
  background: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555555;
  font-size: .16rem;
  margin: .03rem 0;
  transition: color .4s;
}

.newsInner .box .listLink a.iconfont {
  font-size: .26rem;
}

.newsInner .box .listLink a:hover {
  color: #fff;
}

.newsInner .bg {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}

.bdsharebuttonboxs {
  position: fixed;
  z-index: 99999;
  display: flex;
  align-items: center;
}

.bdsharebuttonboxs a {
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
  font-size: .2rem !important;
  transition: color .4s;
  color: #999;
  margin-right: .16rem !important;
}

.bdsharebuttonboxs a:hover {
  color: #1B7770;
}

.swiper-industryOtherImg {
  position: relative;
  overflow: hidden;
  width: 8rem;
  margin-top: .4rem;
}

.swiper-industryOtherImg .prev, .swiper-industryOtherImg .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  color: #fff;
  font-size: .3rem;
  cursor: pointer;
  transition: color .4s;
}

.swiper-industryOtherImg .prev:hover, .swiper-industryOtherImg .next:hover {
  color: #1B7770;
}

.swiper-industryOtherImg .prev {
  left: .38rem;
}

.swiper-industryOtherImg .next {
  right: .38rem;
}

.swiper-industryOtherImg .swiper-wrapper {
  height: auto;
}

.swiper-industryOtherImg .swiper-wrapper .swiper-slide {
  width: 100%;
}

.swiper-industryOtherImg .swiper-wrapper .swiper-slide img {
  width: 100% !important;
}

.ccp {
  padding: .9rem 0 1rem;
}

.ccp .w1656 {
  margin-bottom: .5rem;
}

.ccp .w1656 .firstNews {
  display: flex;
  position: relative;
}

.ccp .w1656 .firstNews figure {
  width: 54.34%;
}

.ccp .w1656 .firstNews .font {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 51.32%;
  background: #F7F7F7;
  padding: .75rem .67rem .54rem .54rem;
  box-sizing: border-box;
  z-index: 6;
}

.ccp .w1656 .firstNews .font time {
  color: #999;
  font-family: 'ab';
  line-height: 1;
}

.ccp .w1656 .firstNews .font h5 {
  font-size: .24rem;
  line-height: 1.41;
  margin: .24rem 0 .5rem;
}

.ccp .w1656 .firstNews .font p {
  color: #666;
}

.ccp .w1656 .firstNews .font span {
  display: inline-block;
  margin-top: .7rem;
  transition: color .5s;
}

.ccp .w1656 .items {
  margin-top: .6rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ccp .w1656 .items .item {
  margin-bottom: .55rem;
  width: 31.4%;
}

.ccp .w1656 .items .item:hover figure img {
  transform: scale(1.05);
}

.ccp .w1656 .items .item:hover .font h5 {
  color: #1B7770;
}

.ccp .w1656 .items .item:hover .font .learn {
  color: #fff;
}

.ccp .w1656 .items .item:hover .font .learn:after {
  height: 100%;
  opacity: .9;
}

.ccp .w1656 .items .item:hover .font .learn:before {
  height: 100%;
  opacity: 1;
}

.ccp .w1656 .items .item figure {
  position: relative;
  overflow: hidden;
}

.ccp .w1656 .items .item figure time {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: .63rem;
  height: .63rem;
  background: #1B7770;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.ccp .w1656 .items .item figure time span {
  font-family: 'abrR';
  color: #fff;
  line-height: 1.428;
}

.ccp .w1656 .items .item figure img {
  transition: .4s;
}

.ccp .w1656 .items .item .font {
  padding: .2rem .35rem .25rem .25rem;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #DEDEDE;
}

.ccp .w1656 .items .item .font h5 {
  font-size: .25rem;
  transition: color .5s;
}

.ccp .w1656 .items .item .font p {
  margin: .25rem 0 .3rem;
}

.ccp .w1656 .items .item .font .learn {
  transition: color .5s;
}

.ccp .w1656 .items i {
  width: 31.4%;
}

.information {
  padding: 1.6rem 0 1.05rem;
}

.information .w1656 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.information .w1656 .item {
  position: relative;
  width: 30.19%;
  padding: .62rem .4rem .4rem .37rem;
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
  margin-bottom: 1rem;
}

.information .w1656 .item:hover time {
  background: #9DD5D0;
}

.information .w1656 .item:hover h5, .information .w1656 .item:hover p {
  color: #fff;
}

.information .w1656 .item time {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  transform: translateY(-50%);
  width: .63rem;
  height: .63rem;
  background: #1B7770;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: background-color .4s;
}

.information .w1656 .item time span {
  font-family: 'abrR';
  color: #fff;
  line-height: 1.428;
}

.information .w1656 .item h5 {
  font-size: .2rem;
  line-height: 1.5;
  margin-bottom: .3rem;
  font-weight: 500;
}

.information .w1656 .item p {
  color: #666;
}

.information .w1656 .item h5, .information .w1656 .item p {
  transition: color .5s;
}

.information .w1656 i {
  width: 30.19%;
}

.guys {
  padding: .95rem 0 .6rem;
}

.guys .w1656 {
  margin-bottom: .7rem;
  overflow: hidden;
}

.guys .w1656 .title h5 {
  font-size: .36rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: .45rem;
}

.guys .w1656 .title p {
  color: #666;
  font-size: .16rem;
}

.guys .w1656 .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: .9rem;
}

.guys .w1656 .items .item {
  margin-bottom: .4rem;
  width: 32%;
  background: #F6F6F6;
  padding: .5rem .2rem .5rem .55rem;
  box-sizing: border-box;
}

.guys .w1656 .items .item:hover .head h6, .guys .w1656 .items .item:hover .head i {
  color: #fff;
}

.guys .w1656 .items .item:hover .head i {
  border-color: #fff;
}

.guys .w1656 .items .item:hover .box .list span {
  color: #fff;
}

.guys .w1656 .items .item:hover .box time {
  color: #fff;
}

.guys .w1656 .items .item .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.guys .w1656 .items .item .head h6 {
  font-size: .24rem;
  color: #555555;
  transition: color .5s;
}

.guys .w1656 .items .item .head i {
  line-height: 1;
  color: #999;
  border-radius: 50%;
  border: 1px solid #999;
  font-size: .14rem;
  width: .3rem;
  height: .3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-property: color,border-color;
  transition: .5s;
}

.guys .w1656 .items .item .box {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: .25rem;
  padding-top: .45rem;
}

.guys .w1656 .items .item .box .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.guys .w1656 .items .item .box .list span {
  color: #777777;
  font-size: .16rem;
  width: 50%;
  display: block;
  line-height: 1.2;
  margin-bottom: .3rem;
  transition: color .5s;
}

.guys .w1656 .items .item .box time {
  display: flex;
  color: #777777;
  font-size: .16rem;
  margin-top: .4rem;
  transition: color .5s;
}

.guys .w1656 .items > i {
  width: 32%;
}

.message {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.message .w1656 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}

.message .w1656 .title {
  text-align: center;
}

.message .w1656 .title h5 {
  font-size: .3rem;
  font-weight: 700;
  line-height: 1.2;
}

.message .w1656 .title h6 {
  font-size: .16rem;
  font-family: 'ab';
}

.message .w1656 .inputbox {
  margin: .6rem 0 .45rem;
  width: 640px;
}

.message .w1656 .inputbox .list {
  display: flex;
  justify-content: space-between;
  height: .44rem;
}

.message .w1656 .inputbox .list input {
  height: 100%;
  width: 48%;
  padding: .15rem;
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
}

.message .w1656 .inputbox textarea {
  margin: .14rem 0 .25rem;
  width: 100%;
  height: 1.6rem;
  padding: .15rem;
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
  font-family: "Noto Sans SC,PingFang SC,Microsoft Yahei,miui,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,sans-serif";
}

.message .w1656 .inputbox button {
  cursor: pointer;
  width: .97rem;
  height: .44rem;
  background: #1B7770;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.messageBox {
  width: 100%;
  height: 100vh;
  position: relative;
}

.onlineBox {
  cursor: pointer;
  position: fixed;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: .8rem;
  height: .8rem;
  background: #1B7770;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
}

.onlineBox i {
  font-size: .3rem;
  line-height: 1.4;
}

.onlineBox p {
  font-size: .16rem;
}

.videoFixed {
  position: fixed;
  z-index: 6;
  right: 3vw;
  bottom: 29.44%;
  cursor: pointer;
}

.videoFixed .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.videoFixed .bg span {
  font-size: 12px;
}

.videoFixed .bg i {
  font-size: 12px;
  margin-left: .1rem;
}

footer {
  position: relative;
  padding: 1rem 0 .7rem;
}

footer .w1554 {
  width: 1554px;
  margin: 0 auto;
}

footer .w1554 .footerTop {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

footer .w1554 .footerTop .footerTopLeft {
  display: flex;
}

footer .w1554 .footerTop .footerTopLeft .list {
  margin-right: .5rem;
}

footer .w1554 .footerTop .footerTopLeft .list:first-child .listitem {
  width: 3.75rem;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .w1554 .footerTop .footerTopLeft .list:first-child .listitem i {
  width: 33.33%;
}

footer .w1554 .footerTop .footerTopLeft .list:first-child .listitem a {
  width: 33.33%;
  transition: color .4s;
}

footer .w1554 .footerTop .footerTopLeft .list:first-child .listitem a:hover {
  color: #1B7770;
}

footer .w1554 .footerTop .footerTopLeft .list h5 {
  font-size: .22rem;
  font-weight: 700;
  color: #1B7770;
  line-height: 1.2;
  margin-bottom: .3rem;
}

footer .w1554 .footerTop .footerTopLeft .list .listitem {
  display: flex;
  flex-direction: column;
}

footer .w1554 .footerTop .footerTopLeft .list .listitem a {
  font-size: .16rem;
  line-height: 1.2;
  margin-bottom: .18rem;
}

footer .w1554 .footerTop .footerTopLeft .foot-jb {
  margin-left: 0.5rem;
  margin-right: 0;
}

footer .w1554 .footerTop .footerTopLeft .foot-jb .listitem p {
  margin-bottom: 0.05rem;
}

footer .w1554 .footerTop .footerTopLeft .foot-jb .listitem p:last-child {
  margin-bottom: 0;
}

footer .w1554 .footerTop .footerTopLeft .foot-jb .listitem .tel {
  padding-top: .1rem;
}

footer .w1554 .footerTop .footerRight p {
  text-align: center;
  margin-top: .05rem;
}

footer .w1554 .footerBot {
  margin-top: .95rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .w1554 .footerBot p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #555;
  white-space: pre-wrap;
}

footer .w1554 .footerBot p a {
  transition: color .4s;
}

footer .w1554 .footerBot p a:hover {
  color: #1B7770;
}

footer .backToTop {
  position: absolute;
  right: 11px;
  bottom: .43rem;
  z-index: 3;
  background: #C7A00B;
  width: .48rem;
  height: .48rem;
  border-radius: .05rem;
  transition: transform .4s;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

footer .backToTop:hover {
  transform: translateY(-15%);
}

.tourism {
  position: relative;
  z-index: 4;
  margin-bottom: .45rem;
}

.tourism .w1656 figure {
  transform: translateY(-3.08rem);
  margin-bottom: -3.08rem;
  width: 7.68rem;
  max-width: 100%;
  margin-left: auto;
}

.tourism .w1656 .font {
  transform: translateY(-0.56rem);
}

.tourism .w1656 .font .ptitle {
  margin-bottom: .45rem;
}

.tourism .w1656 .font .text.feelChin p {
  color: #555555;
  font-size: .16rem;
}

.tourism .w1656 .font .text.feelChin p span {
  font-weight: 700;
  color: #333;
  white-space: pre-wrap;
}

.tourismItem {
  padding-bottom: 1.36rem;
}

.tourismItem .w1656 {
  display: flex;
}

.tourismItem .w1656 .swiper-img {
  width: 60.38%;
  overflow: hidden;
}

.tourismItem .w1656 .swiper-img .swiper-wrapper {
  height: auto;
}

.tourismItem .w1656 .swiper-img .swiper-wrapper .swiper-slide {
  width: 100%;
  height: auto;
}

.tourismItem .w1656 .swiper-list {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding-left: .43rem;
  box-sizing: border-box;
}

.tourismItem .w1656 .swiper-list.ifqq .list.active {
  flex: 3;
}

.tourismItem .w1656 .swiper-list .list {
  position: relative;
  flex: 1;
  cursor: pointer;
  display: flex;
}

.tourismItem .w1656 .swiper-list .list:after {
  content: '';
  position: absolute;
  bottom: 15%;
  width: 750px;
  right: 0;
  height: 1px;
  background: #9DD5D0;
  z-index: 3;
  transform: translateY(50%);
  opacity: 0;
  transition: .4s;
}

.tourismItem .w1656 .swiper-list .list.active:after {
  transform: translateY(0);
  opacity: 1;
}

.tourismItem .w1656 .swiper-list .list.active i {
  transform: translateY(0);
  opacity: 1;
}

.tourismItem .w1656 .swiper-list .list.active .font h5 {
  color: #1B7770;
}

.tourismItem .w1656 .swiper-list .list i {
  font-size: .32rem;
  color: #1B7770;
  line-height: 1.5;
  transform: translateY(50%);
  opacity: 0;
  transition: .4s;
}

.tourismItem .w1656 .swiper-list .list .font {
  margin-left: .35rem;
}

.tourismItem .w1656 .swiper-list .list .font h5 {
  font-size: .24rem;
  font-weight: 500;
  transition: color .4s;
}

.tourismItem .w1656 .swiper-list .list .font p {
  height: 0;
  color: #666;
  overflow: hidden;
  transition: height .5s;
}

.tourismItem .w1656 .swiper-list .list .font p span {
  font-size: .16rem;
  margin: .42rem 0 1rem;
  display: block;
}

.tourismList {
  padding: 1.2rem 0 .35rem;
}

.tourismList .w1656 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.tourismList .w1656 > i {
  width: 31%;
}

.tourismList .w1656 .item {
  padding: .3rem .43rem .5rem;
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
  width: 31%;
  margin-bottom: .4rem;
}

.tourismList .w1656 .item:hover i {
  color: #fff;
}

.tourismList .w1656 .item:hover h5 {
  color: #fff;
}

.tourismList .w1656 .item:hover time {
  color: #fff;
}

.tourismList .w1656 .item i {
  color: #1B7770;
  line-height: 1;
  font-size: .3rem;
  transition: color .4s;
}

.tourismList .w1656 .item h5 {
  line-height: 1.2;
  font-size: .2rem;
  font-weight: 500;
  margin: .2rem 0 .25rem;
  transition: color .4s;
}

.tourismList .w1656 .item time {
  color: #999;
  font-family: 'ab';
  transition: color .4s;
}

.tourismAllarea {
  padding: 2.55rem 0 .95rem;
}

.tourismAllarea .w1656 {
  position: relative;
  background: #F6F6F6;
  padding: .9rem 1.56rem 1.25rem 0;
  box-sizing: border-box;
}

.tourismAllarea .w1656 figure {
  position: absolute;
  left: .67rem;
  width: 43.47%;
  bottom: .7rem;
}

.tourismAllarea .w1656 .font {
  width: 5.85rem;
  margin-left: auto;
  display: block;
}

.tourismAllarea .w1656 .font:hover p {
  color: #1B7770;
}

.tourismAllarea .w1656 .font h5 {
  font-size: .36rem;
  line-height: 1.2;
}

.tourismAllarea .w1656 .font time {
  font-family: 'ab';
  margin-top: .3rem;
  display: block;
  color: #999;
}

.tourismAllarea .w1656 .font p {
  color: #555555;
  font-size: .16rem;
  -webkit-line-clamp: 3;
  margin: .6rem 0 .7rem;
  transition: color .4s;
}

.tourismAllarea .w1656 .font > span {
  display: flex;
  align-items: center;
  color: #555555;
  font-size: .16rem;
}

.tourismAllarea .w1656 .font > span i {
  color: #1B7770;
  font-size: .3rem;
  margin-right: .16rem;
}

.indystry .w1656 .head {
  display: flex;
  justify-content: space-between;
  padding: .9rem 0 1.05rem;
}

.indystry .w1656 .head .headLeft i {
  color: #1B7770;
  font-size: .4rem;
  line-height: 1;
  margin-bottom: .3rem;
  display: block;
}

.indystry .w1656 .head .font {
  width: 58.45%;
}

.indystry .w1656 .head .font h5 {
  font-size: .3rem;
  font-weight: 700;
  line-height: 1.2;
}

.indystry .w1656 .head .font p {
  color: #555555;
  font-size: .16rem;
  margin-top: .35rem;
}

.indystry .w1656 .swiper-img {
  margin-bottom: .9rem;
  overflow: hidden;
  position: relative;
}

.indystry .w1656 .swiper-img .swiper-wrapper {
  height: auto !important;
}

.indystry .w1656 .swiper-img .swiper-wrapper .swiper-slide {
  height: auto !important;
}

.indystry .w1656 .swiper-img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: .55;
  background: linear-gradient(to bottom, transparent 70%, #000 100%);
}

.indystry .w1656 .swiper-img .prev, .indystry .w1656 .swiper-img .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 4;
  color: #fff;
  font-size: .4rem;
  cursor: pointer;
  transition: color .4s;
}

.indystry .w1656 .swiper-img .prev:hover, .indystry .w1656 .swiper-img .next:hover {
  color: #1B7770;
}

.indystry .w1656 .swiper-img .prev {
  left: .55rem;
}

.indystry .w1656 .swiper-img .next {
  right: .55rem;
}

.indystry .w1656 .swiper-img .swiper-pag {
  position: absolute;
  bottom: .15rem;
  z-index: 3;
  text-align: center;
}

.indystry .w1656 .swiper-img .swiper-pag section {
  position: relative;
  width: auto;
  height: auto;
  opacity: 1;
  background: transparent;
  margin: 0 .045rem;
}

.indystry .w1656 .swiper-img .swiper-pag section:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: rgba(27, 119, 112, 0.6);
  transition-timing-function: linear;
}

.indystry .w1656 .swiper-img .swiper-pag section.swiper-pagination-bullet-active:after {
  width: 100%;
  transition: 7.1s;
}

.indystry .w1656 .swiper-img .swiper-pag section img {
  width: 1.67rem;
}

.indystry .w1656 .paging {
  padding-bottom: 1.1rem;
}

.hotelList {
  padding-bottom: .7rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hotelList i {
  width: 31.5%;
}

.hotelList .item {
  width: 31.5%;
  margin-bottom: .4rem;
}

.hotelList .item:hover figure img {
  transform: scale(1.1);
}

.hotelList .item:hover .font span:after {
  height: 100%;
}

.hotelList .item:hover .font span:before {
  height: 100%;
}

.hotelList .item figure {
  overflow: hidden;
}

.hotelList .item figure img {
  transition: .4s;
}

.hotelList .item .font {
  padding: .2rem .35rem .25rem .25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.hotelList .item .font h5 {
  font-size: .2rem;
  font-weight: 500;
  line-height: 1.2;
}

.hotelList .item .font p {
  color: #666;
  margin: .25rem 0 .3rem;
}

.social-share .icon-wechat .wechat-qrcode {
  top: 50% !important;
  left: 50% !important;
  right: auto;
  position: fixed !important;
  bottom: 0;
  transform: translate(-50%, -50%);
}

.social-share .social-share-icon {
  width: auto !important;
  height: auto !important;
}

