@font-face {
  font-family: "aliMaMa";
  font-weight: 700;
  src: url('../fonts/AlimamaShuHeiTi-Bold.woff2') format('woff2'),
    url('../fonts/AlimamaShuHeiTi-Bold.woff') format('woff'),
    url('../fonts/AlimamaShuHeiTi-Bold.ttf') format('ttf'),
    url('../fonts/AlimamaShuHeiTi-Bold.otf') format('otf');

}

:root {
  --white-txt-color: #fff;
  --theme-blue-color: #0067b1;
  --black-txt-color: #1a1a1a;
  --black-txt-color2: #181413;
  --50gray-color: #808080;
  --blue-alpha0: rgba(34, 81, 162, 0);
  --blue-alpha1: rgba(34, 81, 162, 1);
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

body,
html {
  font-size: 62.5%;
  font-family: 'Microsoft YaHei', Arial, 'simsun', HELVETICA;

}

* {
  margin: 0;
  padding: 0;
}

a:hover {
  text-decoration: none;
}

input {
  outline: none;
}

input::placeholder {
  color: #007aff;
}

.sreachArea {
  position: relative;
  min-height: 2.6rem;
  width: 22px;
}

.sreachArea input {
  border: none;
  background-color: rgba(255, 255, 255, 0);
  font-size: 1.6rem;
}

.sreachArea input[name="keyword"] {
  display: none;
  border-bottom: 1px solid #fff;
  opacity: 0;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  color: var(--white-txt-color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.sreachArea input[name="keyword"].action {
  opacity: 1;
  transform: translateX(-180px);
  -webkit-transform: translateX(-180px);
  display: flex;

}

.sreachArea input[name="submit"] {
  display: inline-block;
  width: 20px;
  height: 22px;
  background: url(../images/sprites.png) no-repeat;
  background-position: -40px -75px;
  position: absolute;
  z-index: 2;
}

.sreachArea input[name="keyword"] {
  border-bottom: 1px solid #007aff;
  color: #007aff;
}

::-webkit-input-placeholder {
  color: var(--white-txt-color);
}

:-moz-placeholder {
  /*Firefox 18-*/
  color: var(--white-txt-color);
}

::-moz-placeholder {
  /*Firefox 19+*/
  color: var(--white-txt-color)
}

:-ms-input-placeholder {
  color: var(--white-txt-color);
}

.ani {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
}

header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

header.headBlue {
  animation: fadeInBackground 0.5s ease forwards;
}

header.headBlue .logo {
  width: 175px;
  height: 46px;
  background: url(/template/jinhang/images/logo.png) 0 0 no-repeat;
}

header.headBlue .nav li {
  padding: 3.5rem 0;
}

header.headBlue .nav li a {
  color: var(--white-txt-color);
}

header.headBlue .nav li:hover a {
  color: var(--theme-blue-color);
}

header.headBlue .nav li a:hover {
  color: var(--theme-blue-color);
}

header.headBlue .sreachArea input[name="submit"] {
  display: inline-block;
  width: 20px;
  height: 22px;
  background: url(../images/sprites.png) no-repeat;
  background-position: -10px -75px;
  position: absolute;
  z-index: 2;
}

span.sreachBox.ani {
  margin-top: 5px;
  margin-left: 25px;
}

.sreachBox.scale {
  margin-left: 50rem;
}

.sreachBox.scale {
  margin-left: 22rem !important;
}

.max-width {
  max-width: 1620px;

}

#fullpage {
  scrollbar-width: none;
  overflow: hidden;
}

#fullpage::-webkit-scrollbar {
  display: none;
}

.nav {}

.nav li {
  min-width: 10rem;
  padding: 3.5rem 0;
  margin-left: 3.5rem;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  position: relative;
  text-align: center;
}

.nav li .second {
  position: absolute;
  visibility: hidden;
  top: 120%;
  left: 100%;
  width: 1000px;
  opacity: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: flex;
  background-color: rgba(255, 255, 255, 1);
  overflow: hidden;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, .5);
}

.nav li .new-second {
  position: absolute;
  visibility: hidden;
  top: 100%;
  left: 50%;
  width: 24rem;
  transform: translateX(-50%);
  opacity: 1;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 1);
  overflow: hidden;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, .3);
  padding: 8px;
}

.nav li .new-second dt a {
  color: var(--black-txt-color);
  font-weight: normal;
  font-size: 1.4rem;
  padding: 1.6rem 0;
  display: block;
}

.nav li .new-second dt a:hover {
  background-color: var(--theme-blue-color);
  color: #fff;
}

.nav li .new-second dt {

  border-bottom: 1px solid #eaeaea;
}

.nav li .new-second dt:last-child {
  border-bottom: none;
}

.nav li .new-second dl {
  margin-bottom: 0;
  width: 100%;
}

/* .nav li:nth-child(2) .second{
  transform: translate(-50%,20%);
  -webkit-transform: translate(-50%,20%);
}
.nav li:nth-child(3) .second{
  transform: translate(-60%,20%);
  -webkit-transform: translate(-60%,20%);
}
.nav li:nth-child(4) .second{
  transform: translate(-70%,20%);
  -webkit-transform: translate(-70%,20%);
}
.nav li:nth-child(5) .second{
  transform: translate(-80%,20%);
  -webkit-transform: translate(-80%,20%);
} */
.nav li:hover .second {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.nav li:hover .new-second {
  opacity: 1;
  visibility: visible;
  animation: navShow .3s linear forwards;
  -webkit-animation: navShow .3s linear forwards;
  -moz-animation: navShow .3s linear forwards;
  -ms-animation: navShow .3s linear forwards;
}

@keyframes navShow {
  from {
    top: 130%;
    opacity: 0;
  }

  to {
    top: 100%;
    opacity: 1;
  }
}

@-webkit-keyframes navShow {
  from {
    top: 130%;
    opacity: 0;
  }

  to {
    top: 100%;
    opacity: 1;
  }
}

@-moz-keyframes navShow {
  from {
    top: 130%;
    opacity: 0;
  }

  to {
    top: 100%;
    opacity: 1;
  }
}

@-ms-keyframes navShow {
  from {
    top: 130%;
    opacity: 0;
  }

  to {
    top: 100%;
    opacity: 1;
  }
}

/* .nav li:nth-child(3):hover .second{
  opacity: 1;
  visibility: visible;
  transform: translate(-60%,0%);
  -webkit-transform: translate(-60%,0%);
}
.nav li:nth-child(4):hover .second{
  opacity: 1;
  visibility: visible;
  transform: translate(-70%,0%);
  -webkit-transform: translate(-70%,0%);
}
.nav li:nth-child(5):hover .second{
  opacity: 1;
  visibility: visible;
  transform: translate(-80%,0%);
  -webkit-transform: translate(-80%,0%);
} */

.nav li .second>.lf {
  /* width: 350px; */
  padding: 25px 20px;
  display: inline-flex;
  flex-direction: column;
  /* justify-content: center; */
  /* align-items: center; */
  /* background-color: #d7e4f2; */
}

/* 定义动画 */
@keyframes fadeInBackground {
  0% {
    background: transparent;
    opacity: 0;
  }

  /* 完全透明 */
  100% {
    background: linear-gradient(45deg, #17729D, #FDD100);
    opacity: 1;
  }

  /* 最终背景 */
}

/* 应用动画 */
/* .head-fix.hovered {
  animation: fadeInBackground 0.5s ease forwards;
} */

/*  .head-fix.hovered {
  background: #fff;
} */

.nav li .second .lf .p2 {
  text-align: right;
  color: var(--theme-blue-color);
  font-size: 1.8rem;
}

.nav li .second .rt {
  padding: 40px 80px;
  width: calc(100% - 350px);
}

.nav li .second .rt>.line {
  width: 1px;
  height: 150px;
  background-color: #d2d6da;
  margin: 0 60px;
}

.nav li .second .rt>.lf-img {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.nav li .second .rt>.a-box a {
  color: var(--black-txt-color);
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  min-width: 150px;
  margin-right: 20px;
}

.nav li .second .rt>.a-box a span {
  display: inline-block;
  margin-right: 20px;
}

.second>.lf.title .txt-box .p1 {
  font-size: 36px;
  color: var(--theme-blue-color);
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.second .division {
  border: 1px solid #839C58;
  margin: 35px 0;
}

.second>.lf.gc-title {
  flex: 1;
}

.second>.lf.gc-title .txt-box .p1 {
  background: linear-gradient(45deg, #17729D, #FDD100);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: -5px;
  text-transform: uppercase;
  text-align: left;
}

.second>.lf.gc-title .txt-box .p2 {
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}

.second>.lf.gc-title .txt-box .disgrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: left;
  gap: 10px;
}

.second>.lf.gc-title .txt-box .disgrid a {
  color: #000;
  font-size: 16px;
  font-weight: normal;
}

.second>.lf.gc-title .txt-box .disgrid a:hover {
  color: var(--theme-blue-color);
}

.sj {
  margin-right: 10px;
}

.secondBg {
  background-size: cover;
  background-image: url(/template/jinhang/images/bg.png);
}

.nav li:after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: var(--theme-blue-color) transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
}

.nav li:hover:after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--theme-blue-color)
}

.nav li:last-child:hover:after {
  width: 0;
}

.nav li.active:after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--theme-blue-color)
}

.nav li a {
  font-size: 1.8rem;
  color: var(--theme-blue-color);
  font-weight: bold;
}

.nav li:hover {
  background-color: #FFF;
}

.nav li:hover a {
  color: var(--theme-blue-color);
}

.nav li a:hover {
  font-weight: 900;

}

.head-fix {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}

.jumpTip {
  display: block;
  width: 40px;
  height: 44px;
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: tra -webkit-transform: translateX(-50%);
  background: url(../images/sprites.png) no-repeat;
  background-position: 0 0;
  z-index: 15;
  -webkit-animation: jump 1.5s ease-in-out infinite;
  -o-animation: jump 1.5s ease-in-out infinite;
  -moz-animation: jump 1.5s ease-in-out infinite;
  animation: jump 1.5s ease-in-out infinite;
}

@-webkit-keyframes jump {
  0% {
    transform: translate(-50%, 0);
  }

  50% {
    transform: translate(-50%, -30%);
  }

  100% {
    transform: translate(-50%, 0);
  }
}

@-o-keyframes jump {
  0% {
    transform: translate(-50%, 0);
  }

  50% {
    transform: translate(-50%, -30%);
  }

  100% {
    transform: translate(-50%, 0);
  }
}

@-moz-keyframes jump {
  0% {
    transform: translate(-50%, 0);
  }

  50% {
    transform: translate(-50%, -30%);
  }

  100% {
    transform: translate(-50%, 0);
  }
}

@keyframes jump {
  0% {
    transform: translate(-50%, 0);
  }

  50% {
    transform: translate(-50%, -30%);
  }

  100% {
    transform: translate(-50%, 0);
  }
}

.bannerImg {
  background-size: cover;
  background-position: center center;
  width: 100vw;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

}

.bannerImg.active {
  /*   -webkit-animation: scaleBig2 21s linear infinite;
  -o-animation: scaleBig2 21s linear infinite;
  -moz-animation: scaleBig2 21s linear infinite;
  animation: scaleBig2 21s linear infinite; */
}

@keyframes scaleBig2 {
  0% {
    transform: scale(1, 1)
  }

  50% {
    transform: scale(1.04, 1.04)
  }

  100% {
    transform: scale(1, 1)
  }
}

@-webkit-keyframes scaleBig2 {
  0% {
    transform: scale(1, 1)
  }

  50% {
    transform: scale(1.04, 1.04)
  }

  100% {
    transform: scale(1, 1)
  }
}

@-o-keyframes scaleBig2 {
  0% {
    transform: scale(1, 1)
  }

  50% {
    transform: scale(1.04, 1.04)
  }

  100% {
    transform: scale(1, 1)
  }
}

@-moz-keyframes scaleBig2 {
  0% {
    transform: scale(1, 1)
  }

  50% {
    transform: scale(1.04, 1.04)
  }

  100% {
    transform: scale(1, 1)
  }
}

#banner {
  height: 100%;
}

#banner .swiper-wrapper {
  height: 100%;
}

#banner .swiper-slide {
  height: 100%;
}

/*栏目一*/
.colTitle {
  padding: 0 0 0 8rem;
}

.colTitle h4 {
  color: var(--black-txt-color);
  font-size: 4rem;
  margin-bottom: 3rem;
  position: relative;
  font-weight: 700;

}

.colTitle h4:after {
  position: absolute;
  content: "";
  background-color: var(--black-txt-color);
  width: 6.5rem;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: -8rem;
}

.colTitle p {
  color: var(--black-txt-color);
  font-size: 2rem;
  letter-spacing: 0.1rem;
}

.mapArea-index>img {
  max-height: 560px;
}

.parkIndex-info dl .bigTxt {

  position: relative;
}

.parkIndex-info dl .bigTxt b {
  /* color: var(--theme-blue-color); */

  background: linear-gradient(45deg, #17729D, #FDD100);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  clip-path: text;
  font-size: 10.2rem;
  font-weight: 500;
  line-height: 1;
  display: block;
}

.parkIndex-info dl {
  margin-bottom: 12.2rem;
}

.parkIndex-info dl .bigTxt .small {
  font-size: 2.2rem;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(100%);
  -wenbkit-transform: translateX(100%);
  font-weight: 500;
  line-height: 1;
}

.parkIndex-info dl dd {
  font-size: 1.6rem;
  color: var(--black-txt-color2);
  letter-spacing: .1rem;
  margin-top: 2rem;
}

.mt-10 {
  margin-top: 10rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.parkImgBox {
  position: relative;
}

.cirle-1 {
  display: flex;
  /* cursor: pointer; */
  background-color: rgba(248, 219, 165, .5);
  border: 2px solid rgba(248, 219, 165, 1);
  -webkit-animation: scaleBig 1.5s ease-in-out infinite;
  -o-animation: scaleBig 1.5s ease-in-out infinite;
  -moz-animation: scaleBig 1.5s ease-in-out infinite;
  animation: scaleBig 1.5s ease-in-out infinite;
  border-radius: 50%;
  position: absolute;
  justify-content: center;
  align-items: center;

}

.cirle-1 i {
  display: block;
  border-radius: 50%;
  width: 1.1rem;
  height: 1.1rem;
  background-color: rgba(248, 219, 165, 1);
}

.overflow-hiddenimg {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
}

.overflow-hidden:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;

}

/* .keyCYbox{
   position: absolute;
   right: 5%;
   bottom:0;
   display: block;
   transform: scale(0.9);
  -webkit-transform: scale(0.9);
} */
.keyCYbox {
  /* position: absolute; */

  /* display: block; */
  /* transform: scale(0.9);
  -webkit-transform: scale(0.9); */
}

.keyCYbox>a {
  /* transform: scale(0.8);
  -webkit-transform: scale(0.8); */
}

.mapPos1 {
  top: -160px;
  right: 0;
  position: absolute;
}

.mapPos1 span {
  width: 12px;
  height: 12px;
  background: #f8dba5;
  border-radius: 50%;
  display: block;
  position: absolute;
  bottom: -64px;
  left: 50%;
  margin-left: -6px;
}

.mapPos2 span {
  width: 12px;
  height: 12px;
  background: #f8dba5;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -6px;
}

.mapPos3 span {
  width: 12px;
  height: 12px;
  background: #f8dba5;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -6px;
}

.mapPos4 span {
  width: 12px;
  height: 12px;
  background: #f8dba5;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -6px;
}

.mapPos5 span {
  width: 12px;
  height: 12px;
  background: #f8dba5;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -6px;
}

.mapPos6 span {
  width: 12px;
  height: 12px;
  background: #f8dba5;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -6px;
}

.mapPos1>div::before {
  position: absolute;
  content: "";
  width: 0px;
  height: 80px;
  border-right: 2px dashed #f8dba5;
  bottom: -140px;
  left: -45px;
}

.mapPos1>div::after {
  position: absolute;
  content: "";
  width: 140px;
  height: 0;
  border-top: 2px dashed #f8dba5;
  bottom: -60px;
  left: -40px;
}

.mapPos4 {
  top: 260px;
  left: -180px;
  position: absolute;
}

.mapPos4>div::before {
  position: absolute;
  content: "";
  width: 0px;
  height: 80px;
  border-right: 2px dashed #f8dba5;
  top: -80px;
  left: 50%;
}

.mapPos4>div::after {
  position: absolute;
  content: "";
  width: 160px;
  height: 0;
  border-top: 2px dashed #f8dba5;
  top: -80px;
  left: 50%;
}

.mapPos2 {
  bottom: 30px;
  left: 58px;
  position: absolute;
}

.mapPos2>div::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 0px;
  border-top: 2px dashed #f8dba5;
  top: 50%;
  right: -95px;
}

.mapPos2>div::after {
  position: absolute;
  content: "";
  width: 0;
  height: 180px;
  border-left: 2px dashed #f8dba5;
  top: -130px;
  right: -95px;
}

.mapPos5>div::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 0px;
  border-top: 2px dashed #f8dba5;
  left: 20px;
  top: -20px;
}

.mapPos5>div::after {
  position: absolute;
  content: "";
  width: 0;
  height: 130px;
  border-left: 2px dashed #f8dba5;
  left: 20px;
  top: -160px;
}

.mapPos5 {
  bottom: 0px;
  left: 445px;
  position: absolute;
}

.mapPos6>div::before {
  position: absolute;
  content: "";
  width: 0;
  height: 20px;
  border-left: 2px dashed #f8dba5;
  left: 50%;
  top: -35px;
}

.mapPos6>div::after {
  position: absolute;
  content: "";
  width: 220px;
  height: 0;
  border-top: 2px dashed #f8dba5;
  left: -110px;
  top: -35px;
}

.mapPos6 {
  top: 220px;
  left: 555px;
  position: absolute;
}

.mapPos3 {
  top: 20px;
  left: 552px;
  position: absolute;
}

.mapPos3>div::before {
  position: absolute;
  content: "";
  width: 75px;
  height: 0;
  border-bottom: 2px dashed #f8dba5;
  left: -75px;
  top: 50%;
}

.mapPos3>div::after {
  position: absolute;
  content: "";
  width: 0;
  height: 40px;
  border-right: 2px dashed #f8dba5;
  left: -75px;
  top: 60px;
}

.mapArea-index {
  width: 618px;
  margin: 0 auto;
  position: relative;
}

.keyCYbox>a>div {
  width: 230px;
  /* height: 130px; */
  position: relative;
}

.keyCYbox>a>div img {
  /* position: absolute; */
  width: 100%;
  top: 50%;
  left: 50%;
  /* transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%); */

}

/* .indexCymap{
  display: none;
} */
.indexCymap.active {
  display: block;
  -webkit-animation: open 0.5s ease-in-out forwards;
  -o-animation: open 0.5s ease-in-out forwards;
  -moz-animation: open 0.5s ease-in-out forwards;
  animation: open 0.5s ease-in-out forwards;
}

.keyCYbox p {
  margin: 0;
  padding: 8px 0;
  width: 230px;
  background-color: var(--theme-blue-color);
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
}

.cirlePos1 {
  top: 19%;
  left: 53%;
  width: 30px;
  height: 30px;
}

.cirlePos2 {
  top: 43%;
  left: 60%;
  width: 20px;
  height: 20px;
}

.cirlePos3 {
  top: 22%;
  left: 75%;
  width: 30px;
  height: 30px;
}

.cirlePos4 {
  top: 28%;
  left: 17%;
  width: 45px;
  height: 45px;
}

.cirlePos5 {
  top: 38.5%;
  left: 74%;
  width: 20px;
  height: 20px;
}

.cirlePos6 {
  top: 31.5%;
  left: 70%;
  width: 20px;
  height: 20px;
}

@keyframes scaleBig {
  0% {
    transform: scale(1, 1)
  }

  60% {
    transform: scale(1.3, 1.3)
  }

  100% {
    transform: scale(1, 1)
  }
}

@-webkit-keyframes scaleBig {
  0% {
    transform: scale(1, 1)
  }

  60% {
    transform: scale(1.3, 1.3)
  }

  100% {
    transform: scale(1, 1)
  }
}

@-o-keyframes scaleBig {
  0% {
    transform: scale(1, 1)
  }

  60% {
    transform: scale(1.3, 1.3)
  }

  100% {
    transform: scale(1, 1)
  }
}

@-moz-keyframes scaleBig {
  0% {
    transform: scale(1, 1)
  }

  60% {
    transform: scale(1.3, 1.3)
  }

  100% {
    transform: scale(1, 1)
  }
}

/* 在线客服样式 */
.gr_kefu {
  position: fixed;
  width: 50px;
  height: 205px;
  right: 0;
  top: 300px;
  z-index: 100;
}

.gr_kefu ul li {
  width: 50px;
  height: 50px;
  float: left;
  position: relative;
  margin-bottom: 1px;
  font-size: 12px;
  line-height: 50px;
  font-size: 16px;
  list-style: none;
}

.gr_kefu ul li .sidebox {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0;
  right: 0;
  transition: all 0.3s;
  color: #fff;
  background: var(--theme-blue-color);
  overflow: hidden;

  font-size: 12px
}

.gr_kefu ul .kf4 .sidebox {
  background-color: #4b4c4d;
}

.gr_kefu ul li.kf2 .sidebox {
  /* background:#7fbb57; */
  overflow: visible;
}

.gr_kefu ul .kf3 {
  display: block;
}

.gr_kefu ul .kf3 .sidebox {
  display: block;

}

.gr_kefu ul .kf3 .sidebox span {

  float: left;
  margin-left: 1rem;

}

.gr_kefu ul li .sidebox:hover {
  opacity: 1;
}

.gr_kefu ul li .sidebox3 {
  font-size: 14px;
  overflow: hidden;
}

.gr_kefu ul li .sidetop {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  background: #222;
  transition: all 0.3s;
  opacity: .8;
}

.gr_kefu ul li .sidetop:hover {
  opacity: 1;
}

.gr_kefu ul li img {
  float: left;
}

.gr_kefu ul li .kImg {
  display: block;
  width: 24px;
  height: 24px;
  padding: 13px;
  box-sizing: content-box;
}

.gr_kefu .kf_wx {
  position: absolute;
  top: 0;
  left: -140px;
  width: 140px;
  display: ;
  background: #fff;
  border: 1px solid #dadada;
  padding: 14px;
  line-height: 20px;
  color: #333;
  text-align: center;
  display: none;
}

.gr_kefu .kf_wx img {
  display: block;
  width: 110px;
  height: 110px;
  margin-bottom: 5px;
  float: none;
}

.gr_kefu .qq {
  height: 0;
  position: relative;
  z-index: 2;
}

.gr_kefu .qq .sidebox {
  border: 1px solid #0073c1;
  height: auto;
  border-radius: 5px 0 0 5px;
  width: 140px;
  background: #fff;
  opacity: 1;
  bottom: -50px;
  top: auto;
  text-align: center;
  padding-bottom: 5px;
  right: -150px;
}

.gr_kefu .qq h5 {
  height: 35px;
  line-height: 35px;
  background: #0073c1;
  font-weight: normal;
  color: #fff;
  font-size: 14px;
  padding: 0 10px;
  text-align: left;
  margin-bottom: 10px;
}

.gr_kefu .qq h5 i {
  float: right;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
  z-index: 5;
  margin-top: 5px;
  width: 20px;
}

.gr_kefu .qq h5 i:hover {
  transform: rotate(90deg);
}

.gr_kefu .qq a {
  display: block;
  height: 32px;
  line-height: 32px;
  border-radius: 18px;
  border: 1px solid #0073c1;
  margin: 5px 15px
}

.newsIndex-list li {
  margin-left: 2rem;
  padding: 2rem;
}

.newsIndex-list li.action p {
  color: var(--theme-blue-color);
}

.newsIndex-list li p {
  font-size: 1.8rem;
  color: var(--black-txt-color);
  cursor: pointer;
}

.newsArea {
  background-color: #f7f7f7;
}

.hotNews {
  height: 380px;
}

.hotImg {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.hotImg>div {
  height: 100%;

}

.hotImg:hover div {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.hotImg>div img {
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);

}

.hotNewifo {
  height: 100%;
  padding: 3.4rem;
  background-color: var(--white-txt-color);
}

.hotNewifo .date {

  font-size: 2rem;
  color: var(--theme-blue-color);
  padding: 0 0 3rem 0;
  display: block;
  border-bottom: 1px solid #c3c3c3;
}

.hotNewifo .newInfo h3 {
  padding: 3rem 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 2.6rem;
  color: var(--black-txt-color);
  margin-bottom: 2.4rem;
}

.hotNewifo .newInfo p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 1.8rem;
  color: var(--black-txt-color);
}

.hotNewifo .more {
  margin-top: 6.6rem;
  max-width: 140px;
}

.hotNewifo .more:hover i {
  -webkit-animation: moveRight 0.5s ease-in-out infinite;
  -o-animation: moveRight 0.5s ease-in-out infinite;
  -moz-animation: moveRight 0.5s ease-in-out infinite;
  animation: moveRight 0.5s ease-in-out infinite;
}

@keyframes moveRight {
  0% {
    transform: translateX(40%)
  }

  60% {
    transform: translateX(0%)
  }

  100% {
    transform: translateX(40%)
  }
}

@-webkit-keyframes moveRight {
  0% {
    transform: translateX(40%)
  }

  60% {
    transform: translateX(0%)
  }

  100% {
    transform: translateX(40%)
  }
}

.hotNewifo .more font {
  display: inline-block;
  color: var(--black-txt-color);
  margin-left: 2rem;
  font-size: 1.8rem;
}

.new-l {
  padding: 0 2.5rem 0 0;
}

.new-r {
  padding: 0 0 0 2.5rem;
}

.news-b {
  height: 180px;
}

.news-b a {
  height: 100%;
}

.news-b a .infoImg {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.news-b a .infoImg div {
  height: 100%;

}

.news-b a .infoImg div img {
  min-height: 100%;
  min-width: 100%;
  max-width: 150%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.new-b-r-box {
  padding: 2rem;
}

.news-b a .date {
  font-size: 1.6rem;
  color: var(--50gray-color);
  padding: 0 0 1.5rem 0;
  display: block;
  border-bottom: 1px solid #c3c3c3;
}

.news-b a .new-b-r-box h3 {
  padding: 1.5rem 0 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 2rem;
  color: var(--black-txt-color);
  margin-bottom: 1.2rem;
}

.news-b a:hover {
  background: #fff;
  padding: 2rem;
  box-sizing: content-box;
}

.news-b a .new-b-r-box p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 1.6rem;
  color: var(--50gray-color);
}

.zcFl-box {
  border-radius: 15px;
  border: 1px solid var(--theme-blue-color);
  position: relative;
  overflow: hidden;
  padding: 2rem 3rem;
  height: 338px;
  width: 30%;
}

.zcFl-box>.zcTitle>.zcButton {
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 50%;
  background: #23AC38;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 30px;
  border-radius: 50px;
}

.zcFl-box>.zcTitle>.zcButton:hover {
  background: #1c882c;
}

.zcFl-box>.zcTitle>.zcButton>a {
  color: #fff;
  display: block;
  line-height: 30px;
  width: 100%;
  height: 100%;
}

/* .zcFl-box:hover {
  background-color: var(--theme-blue-color);
  box-shadow: 10px 10px 15px #c4d1e6;
  -webkit-box-shadow: 10px 10px 15px #c4d1e6;
} */

.zcFl1::after {
  content: "";
  width: 20rem;
  height: 20rem;
  position: absolute;
  background: url(../images/cy-blue.png) no-repeat;
  background-size: contain;
  right: -3%;
  bottom: -13%
}

/* .zcFl1:hover::after {
  background: url(../images/cy-white.png) no-repeat;
  background-size: contain;
} */

.zcFl2::after {
  content: "";
  width: 20rem;
  height: 20rem;
  position: absolute;
  background: url(../images/my-blue.png) no-repeat;
  background-size: contain;
  right: -3%;
  bottom: -13%
}

.mt-8 {
  margin-top: 8rem !important;
}

/* .zcFl2:hover::after {
  background: url(../images/my-white.png) no-repeat;
  background-size: contain;
} */

.zcFl3::after {
  content: "";
  width: 20rem;
  height: 20rem;
  position: absolute;
  background: url(../images/talent-blue.png) no-repeat;
  background-size: contain;
  right: -3%;
  bottom: -13%
}

/* .zcFl3:hover::after {
  background: url(../images/talent-white.png) no-repeat;
  background-size: contain;
} */

.newhidden {
  display: none;
}

.indexnewopen {
  display: block;
  -webkit-animation: open .75s ease-in-out forwards;
  -o-animation: open .75s ease-in-out forwards;
  -moz-animation: open .75s ease-in-out forwards;
  animation: open .75s ease-in-out forwards;
}

.zcTitle>div>i {
  width: 48px;
  height: 48px;
  display: block;
  border-radius: 50%;
  background-image: url(../images/sprites.png);

}

.zcTitle>div>h3 {
  margin-left: 1.2rem;
  color: var(--theme-blue-color);
  font-size: 2.4rem;
}

.zcFl1 .zcTitle>div>i {
  background-position: -8px -233px;
  background-color: var(--theme-blue-color);
}

.zcFl2 .zcTitle>div>i {
  background-position: -59px -233px;
  background-color: var(--theme-blue-color);
}

.zcFl3 .zcTitle>div>i {
  background-position: -114px -233px;
  background-color: var(--theme-blue-color);
}

.zcCol a {
  display: block;
  background: linear-gradient(45deg, #17729D, #FDD100);
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  position: relative;
  padding: 0 0 0 1.2rem;
  font-size: 1.6rem;
  margin-top: 1.4rem;
  line-height: 1.6;
}

.zcCol a:hover {
  font-weight: 500;
}

.zcCol a:after {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  top: 1rem;
  left: 0;
  border-radius: 50%;
  background-color: var(--theme-blue-color);
}

/* .zcFl-box:hover .zcTitle i {
  background-color: #fff;
  background-position-y: -186px;
}

.zcFl-box:hover .zcTitle h3 {
  color: #fff;
} 

.zcFl-box:hover .zcCol a:after {
  background-color: #fff;
}

.zcFl-box:hover .zcCol a {
  color: #fff;
}*/

#joinCom .joinImg {
  min-width: calc(100% / 6);
  margin-bottom: 2.6rem;
}

.joinImg {
  height: 60px;
  overflow: hidden;
}

.joinImg img {
  max-height: 60px;
}

.foot-item {
  /* background-color: var(--theme-blue-color); */
  background: linear-gradient(45deg, #17729D, #FDD100);
  padding: 3.2rem 0 1.8rem 0;
}

.foot-info {
  margin-bottom: 1.6rem;
}

.foot-info i {
  display: block;
  width: 48px;
  height: 48px;
  background: url(../images/sprites.png) no-repeat;
  transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  margin: -1rem;
}

.foot-info:nth-child(1) i {
  background-position: -94px -7px;
}

.foot-info:nth-child(2) i {
  background-position: -157px -7px;
}

.foot-info:nth-child(3) i {
  background-position: -217px -7px;
}

.foot-info h3 {
  color: var(--white-txt-color);
  font-size: 2.8rem;
  margin-left: 2rem;
}

.foot-info p {
  color: var(--white-txt-color);
  font-size: 1.8rem;
  margin-left: 2rem;
}

.fl-t {
  border-bottom: 1px solid #fff;
}

.fl-b {
  margin-top: 1.6rem;
}

.fl-b p,
.fl-b a {
  color: var(--white-txt-color);
  font-size: 1.5rem;
  line-height: 2.2;
}

/*园区*/
.colBg-Area {
  position: relative;
  height: 100vh;
  width: 100%;

}

.parkColBg {
  background-size: cover;
  background-image: url(../images/parkColbg.jpg);

}

.colBg-Area>h4 {
  text-align: center;
  color: var(--white-txt-color);
  font-size: 6.2rem;
  letter-spacing: .2rem;
}

.colBg-Area>p {
  text-align: center;
  margin-top: 1rem;
  color: var(--white-txt-color);
  font-size: 1.6rem;
  letter-spacing: .1rem;
}

.keyPark {
  background: url(../images/chanyeBg.jpg) no-repeat bottom center;
  background-size: cover;
  padding: 20rem 0;
}

.kp-cir {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  position: relative;
  display: flex;
  justify-content: center;
}

.kp-cir .pcir3 {
  position: absolute;
  top: 0%;
  -webkit-animation: zhuan1 3.5s linear infinite;
  -o-animation: zhuan1 3.5s linear infinite;
  -moz-animation: zhuan1 3.5s linear infinite;
  animation: zhuan1 3.5s linear infinite;
}

@-webkit-keyframes zhuan1 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes zhuan1 {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.kp-cir .pcir2 {
  position: absolute;
  top: 50%;
  margin-top: -187.5px;
  -webkit-animation: zhuan1 5.5s linear infinite;
  -o-animation: zhuan1 5.5s linear infinite;
  -moz-animation: zhuan1 5.5s linear infinite;
  animation: zhuan1 5.5s linear infinite;
}

.kp-cir .pcir1 {
  position: absolute;
  top: 50%;
  margin-top: -465.5px;
  -webkit-animation: zhuan1 8.5s linear infinite;
  -o-animation: zhuan1 8.5s linear infinite;
  -moz-animation: zhuan1 8.5s linear infinite;
  animation: zhuan1 8.5s linear infinite;
}

.parkBtn {
  width: 18.6rem;
  height: 18.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid var(--theme-blue-color);
  background-color: #fff;
  font-size: 1.8rem;
  color: var(--black-txt-color);
  position: absolute;

}

.parkBtn.park1 {
  top: -10%;
  left: 50%;
  margin-left: -8.8rem;
}

.parkBtn.park2 {
  top: 20%;
  left: 90%;
  margin-left: -8.8rem;
}

.parkBtn.park3 {
  top: 60%;
  left: 90%;
  margin-left: -8.8rem;
}

.parkBtn.park4 {
  top: 90%;
  left: 50%;
  margin-left: -8.8rem;
}

.parkBtn.park5 {
  top: 60%;
  left: 0%;
}

.parkBtn.park6 {
  top: 20%;
  left: 0%;
}

.parkBtn.grayBg {
  background-color: #ececec;
}

.parkBtn:hover {
  background-color: var(--theme-blue-color);
  color: var(--white-txt-color);
  box-shadow: 0px 0px 50px #829bc6;
  -webkit-box-shadow: 0px 0px 50px #829bc6;
}

.parkBtn.active {
  background: linear-gradient(45deg, #17729D, #FDD100);
  color: var(--white-txt-color);
  box-shadow: 0px 0px 50px #829bc6;
  -webkit-box-shadow: 0px 0px 50px #829bc6;
}

.cirCenimg {
  display: none;
}

.cirCenimg.active {
  display: block;
}

.kp-cir .cirCen {
  width: 22.5rem;
  height: 22.5rem;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.kp-cir .cirCen>div {
  position: relative;
  height: 100%;
}

.kp-cir .cirCen>div>.cirCenimg {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.keyPark-info {
  padding: 0 0 0 78px;
  height: 68.7rem;
}

.keyPark-info .keyPark-title p {
  font-size: 4.8rem;
  margin-bottom: 0;
  font-weight: bold;
  color: #333333;

}

.keyPark-info .keyPark-title font {
  font-size: 2.8rem;
  text-transform: uppercase;
  color: #c5c8ca;
  display: block;
  letter-spacing: .1rem;
}

.keyinfo-list.active {
  display: block;
  -webkit-animation: open .75s ease-in-out forwards;
  -o-animation: open .75s ease-in-out forwards;
  -moz-animation: open .75s ease-in-out forwards;
  animation: open .75s ease-in-out forwards;
}

@-webkit-keyframes open {
  0% {
    transform: translate(0, 30%);
    opacity: 0;
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes open {
  0% {
    transform: translate(0, 30%);
    opacity: 0;
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes open3 {
  0% {
    transform: translate(0, -30%);
    opacity: 0;
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

@keyframes open3 {
  0% {
    transform: translate(0, -30%);
    opacity: 0;
  }

  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}

.keyinfo-list {
  display: none;
}

.keyinfo-list>p {
  font-size: 2.8rem;
  font-weight: 500;
  color: var(--black-txt-color);
  margin-top: 6rem;
}

.keyinfo-list>font {
  display: block;
  font-size: 1.6rem;
  color: #606060;
  line-height: 1.8;
}

.keyNuminfo {
  margin-top: 4rem;
  flex-wrap: wrap;
}

.keyNuminfo>div>p {
  font-size: 6.8rem;
  font-weight: bold;
  background: linear-gradient(45deg, #17729D, #FDD100);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  clip-path: text;
  position: relative;
  margin-right: 108px;
  line-height: 1;
  display: inline-block;
}

.keyNuminfo>div>p span {
  font-size: 1.8rem;
  font-weight: normal;
  color: var(--theme-blue-color);
  position: absolute;
  right: -46px;
  bottom: 6px;
}

.keyNuminfo>div {
  width: 33.33%;
  margin-bottom: 24px;
}

.keyNuminfo>div>p span.r-20 {
  right: -24px;
}

.keyNuminfo>div>font {
  font-size: 1.6rem;
  display: block;
}

.keyinfo-list a {
  background-color: var(--blue-alpha0);
  border-radius: 30px;
  border: 1px solid var(--theme-blue-color);
  width: 160px;
  display: block;
  line-height: 2.6;
  text-align: center;
  color: var(--black-txt-color);
  letter-spacing: .1rem;
  font-size: 1.6rem;
  margin-top: 4rem;
}

.keyinfo-list a:hover {
  background-color: var(--blue-alpha1);
  color: var(--white-txt-color);
}

/*园区内页*/
.parkConbg {
  background-size: cover;
  width: 100%;
  height: 700px;
}

.parkConbg>h4 {
  color: var(--white-txt-color);
  font-size: 4.2rem;
  text-align: center;
  line-height: 1;
  margin-top: 140px;
}

.parkConbg>span {
  background-color: var(--white-txt-color);
  width: 66px;
  height: 2px;
  display: block;
  margin: 30px 0 50px;
}

.parkConbg>p {
  color: var(--white-txt-color);
  font-size: 1.6rem;
  text-align: center;
  line-height: 2.2;
}

.w-128 {
  width: 1260px;
  margin: 0 auto;
}

.parkInt {
  padding: 6.6rem 0;
}

.parkInt-info {
  padding: 0 0 0 32px;
}

.parkInt-info p {
  font-size: 2.4rem;
  color: var(--black-txt-color);
}

.parkInt-info img {
  display: block;
}

.parkInt-info font {
  color: #97989c;
  line-height: 2.8;
  margin: 32px 0 42px 0;
  font-size: 1.45rem;
  display: block;

}

.parkInt-info font em {
  color: var(--theme-blue-color);
  font-style: normal;
}

.parkInt-img {
  padding: 0 32px 0 0;
  height: 316px;


}

.parkInt-img>div {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.parkInt-img>div>img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.grayBg-con {
  background-color: #fafafa;


}

.advInfo p {
  font-size: 2.4rem;
  color: var(--black-txt-color);

}

.advInfo img {
  display: block;
  margin-bottom: 62px;
}

.advInfo font {
  color: #97989c;
  line-height: 1.8;
  margin: 14px 0 0 0;
  font-size: 1.45rem;
  display: block;
  position: relative;
  padding: 0 0 0 18px;
}

.advInfo font::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--theme-blue-color);
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 0px;
}

.advInfo font em {
  color: var(--theme-blue-color);
  font-style: normal;
}

.advInfo-img {
  position: relative;
  /*height: 449px;*/


}

.yuanquImg {
  height: auto;
}

.advInfo-img img {
  display: block;
  top: 0;
  left: 0;
  width: calc(50vw - 24px);
}

.zt-title {
  padding: 6.2rem;
  width: 100%;
}

.zt-title p {
  font-size: 2.4rem;
  color: var(--black-txt-color);
  text-align: center;
}

.zt-title img {
  display: block;
  width: 104px;
  margin: 0 auto
}

.zt-title font {
  font-size: 1.5rem;
  color: #737373;
  text-align: center;
  display: block;
  line-height: 1.8;
  margin: 46px 0 0 0;
}

.ptAera-jinxin {
  padding: 6rem 0 10rem 0;
  max-height: 68rem;
  position: relative;
}

.ptAera-jinxinbg {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.ptAera-box {
  height: 52rem;
}

.ptAera-l {
  border-left: 1px solid #ffffff;
}

.ptAera-l li i {
  display: block;
  width: 42px;
  height: 42px;
  background: url(../images/sprites.png) no-repeat;
}

.ptAera-l li p {
  font-size: 1.8rem;
  color: #fff;
  margin: 0 0 0 12px
}

.ptAera-l li {
  padding: 14px 26px;
  position: relative;
  z-index: 1;
  margin-bottom: 18px;
  cursor: pointer;
  display: inline-block;

}

.ptAera-l li:nth-child(1) i {
  background-position: -1297px -26px;
}

.ptAera-l li:nth-child(2) i {
  background-position: -1360px -26px;
}

.ptAera-l li:nth-child(3) i {
  background-position: -1423px -26px;
}

.ptAera-l li:nth-child(4) i {
  background-position: -1486px -26px;
}

.jfptAera-l li:nth-child(1) i {
  background-position: -1293px -215px;
}

.jfptAera-l li:nth-child(2) i {
  background-position: -1360px -215px;
}

.jfptAera-l li:nth-child(3) i {
  background-position: -1423px -215px;
}

.jfptAera-l li:nth-child(4) i {
  background-position: -1486px -215px;
}

.ptAera-l li.active p {
  font-weight: 700;
}

.ptAera-l li.active:before {
  width: 5px;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: -2.5px;
  background-color: #fff;
}

.ptAera-l li:after {
  width: 0%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  background: linear-gradient(to right, rgba(255, 255, 255, .5), rgba(255, 255, 255, .0));
}

.ptAera-l li.active:after {
  width: 80%;

}

.ptAera-rbox1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

.ptAera-rbox1>p {
  font-size: 1.6rem;
  color: var(--black-txt-color);
  margin-bottom: 4.2rem;
}

.ptAera-rbox1>ul li i {
  width: 80px;
  height: 80px;
  display: block;
  background: url(../images/sprites.png) no-repeat;
}

.ptAera-r {
  padding: 10px;
  border-radius: 15px;
  background: #fff;
  min-height: 510px;
}

.otherPtAera-r {
  background: #edf1f8;
}

.peitao-r {
  padding: 0;
}

.ptAera-rbox1 {
  padding: 48px 46px;
}

.ptAera-rbox1>ul li p {
  font-size: 2rem;
  color: var(--theme-blue-color);
  margin: 1.25rem 0 1.5rem 0;
  text-align: center;
  width: 100%;

}

.ptAera-rbox1>ul li {
  width: 17.5%;

}

.ptAera-rbox1>ul li font {
  display: block;
  border-radius: 10px;
  border: 1px dashed #d1d1d1;
  padding: 15px 12px;
  min-height: 155px;
  font-size: 1.4rem;

  margin: 0 auto;
}

.ptAera-rbox1>ul li:nth-child(1) i {
  background-position: -1273px -107px;
}

.ptAera-rbox1>ul li:nth-child(2) i {
  background-position: -1376px -107px;
}

.ptAera-rbox1>ul li:nth-child(3) i {
  background-position: -1480px -107px;
}

.ptAera-rbox1>ul li:nth-child(4) i {
  background-position: -1580px -107px;
}

.ptAera-rbox1>ul li:nth-child(5) i {
  background-position: -1688px -107px;
}

.ptAera-rbox2 {
  display: flex;
}

.jxhxArea {
  padding: 20px;
  width: 50%;
  min-height: 245px;
}

.jxhxArea>div {
  margin: 0 16px 0 0;
}

.jxhxArea>div>div {
  margin: 0 0 16px 0;
}

.jxhxArea .jxhx-title p {
  font-size: 8.6rem;
  color: var(--theme-blue-color);
  margin: 0 12px 0 0;
  line-height: 1;
}

.jxhxArea .jxhx-title font {
  font-size: 3.4rem;
  color: var(--theme-blue-color);
  line-height: 1;
}

.jxhxArea>div>p {
  color: var(--black-txt-color);
  font-size: 1.4rem;
}

.jxhxArea>div>p>b {
  font-weight: normal;
  color: var(--theme-blue-color);
  font-size: 1.4rem;
}

.jxhxArea:nth-child(1) {
  border-right: 1px dashed #7391c5;
  border-bottom: 1px dashed #7391c5;
}

.jxhxArea:nth-child(2) {

  border-bottom: 1px dashed #7391c5;
}

.jxhxArea:nth-child(3) {
  border-right: 1px dashed #7391c5;

}

.ptAera-rbox3 {
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dlgbox-b2 {
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ptAera-rbox3 ul {
  width: 100%;
}

.ptAera-rbox3 li {
  width: 32%;
}

.ptAera-rbox3 li img {
  width: 100%;
}

.ptAera-rbox3 p {
  text-align: center;
  font-size: 2.2rem;
  color: var(--theme-blue-color);
  margin: 14px 0 0 0;
}

.ptAera-rbox4 {
  padding: 30px 48px;
  display: flex;
  justify-content: space-around;

}

.ptAera-rbox4 .ptAera-rbox4-l {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 3.6rem;
  padding: 3.6rem 0;
}

.ptAera-rbox4 .ptAera-rbox4-l>div {
  padding: 15px;
  border: 1px dashed var(--black-txt-color);
  border-radius: 15px;
}

.ptAera-rbox4 .ptAera-rbox4-l>div p {
  font-size: 2.2rem;
  color: var(--theme-blue-color);
  margin: 0 0 16px 0;
  position: relative;
  padding: 0 0 0 30px;
}

.ptAera-rbox4 .ptAera-rbox4-l>div p:after {
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  background-color: var(--theme-blue-color);
  border-radius: 50%;
  top: 50%;
  margin-top: -4px;
  left: 0;
}

.ptAera-rbox4 .ptAera-rbox4-l>div font {
  font-size: 1.5rem;
  line-height: 1.8;
  display: block;
  color: var(--black-txt-color);

}



.ptAera-rbox1,
.ptAera-rbox2,
.ptAera-rbox3,
.ptAera-rbox4 {
  display: none;
}

.ptAera-rbox1.active {
  display: flex;
  -webkit-animation: open .35s ease-in-out forwards;
  -o-animation: open .35s ease-in-out forwards;
  -moz-animation: open .35s ease-in-out forwards;
  animation: open .35s ease-in-out forwards;
}

.ptAera-rbox2.active {
  display: flex;
  -webkit-animation: open .35s ease-in-out forwards;
  -o-animation: open .35s ease-in-out forwards;
  -moz-animation: open .35s ease-in-out forwards;
  animation: open .35s ease-in-out forwards;
}

.ptAera-rbox3.active {
  display: flex;
  -webkit-animation: open .35s ease-in-out forwards;
  -o-animation: open .35s ease-in-out forwards;
  -moz-animation: open .35s ease-in-out forwards;
  animation: open .35s ease-in-out forwards;
}

.ptAera-rbox4.active {
  display: flex;
  align-items: center;
  -webkit-animation: open .35s ease-in-out forwards;
  -o-animation: open .35s ease-in-out forwards;
  -moz-animation: open .35s ease-in-out forwards;
  animation: open .35s ease-in-out forwards;
}

.fix-left>div {

  position: fixed;
  top: 200px;
  left: 0;
  z-index: 35;
}

.fix-left>div img {
  width: 24px;
}

.fix-left a {
  margin: 0 0 1px;
  display: flex;
  align-items: center;
}

.fix-left>div>div {
  margin: 0 0 1px;
  display: flex;
  align-items: center;
  position: relative;
}

.fix-left a>div:nth-child(1) {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-blue-color);
}

.fix-left>div>div>div:nth-child(1) {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--theme-blue-color);
}

.fix-left a>p {
  height: 50px;
  line-height: 50px;
  font-size: 1.8rem;
  letter-spacing: .1rem;
  margin: 0;
  width: 0;
  color: #fff;
  overflow: hidden;
  background-color: var(--theme-blue-color);

}

.fix-left>div>div>p {
  height: 50px;
  line-height: 50px;
  font-size: 1.8rem;
  letter-spacing: .1rem;
  margin: 0;
  width: 0;
  color: #fff;
  overflow: hidden;
  background-color: var(--theme-blue-color);

}

.fix-left a>div:nth-child(1)>div {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
}

.fix-left>div>div>div:nth-child(1)>div {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
}

.fix-left a:hover>p {
  width: 160px;
  padding: 0 0 0 8px;
}

.fix-left>div>div:hover>p {
  width: 160px;
  padding: 0 0 0 8px;
}

.slideBd {
  position: relative;
}

/*金航科技*/
.jfptAera-rbox1,
.jfptAera-rbox1-t {
  width: 100%;
}

.jfptAera-rbox1-t-l>p:nth-child(1) {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--theme-blue-color);
  margin: 0 0 15px;
}

.jfptAera-rbox1-t-l>div:nth-child(2) {
  margin: 0 0 15px;
}

.jfptAera-rbox1-t-l>div:nth-child(2) p {
  width: 40px;
  height: 40px;
  font-size: 2rem;
  border-radius: 50%;
  background-color: var(--theme-blue-color);
  color: #fff;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 0;
  display: inline-flex;
}

.jfptAera-rbox1-t-l>div:nth-child(4) {
  margin-top: 1.6rem;
}

.jfptAera-rbox1-t-l>div:nth-child(2) font {
  display: block;
  padding: 0 0 0 20px;
  font-size: 2rem;
  color: var(--theme-blue-color);
}

.jfptAera-rbox1-t-l>div:nth-child(4) p {
  font-size: 2.2rem;
  color: var(--theme-blue-color);
}

.jfptAera-rbox1-t-l>div:nth-child(4) sub {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 16px;
  color: #7f7f7f;
  bottom: -.95em;
}

.jfptAera-rbox1-t-r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 220px;
}

.jfptAera-rbox1-b {
  margin-top: 1.6rem;
}

.jfptAera-rbox1-b img {
  width: 100%;
}

.jfptAera-rbox1-t-r>div {
  display: flex;
  align-items: center;
}

.jfptAera-rbox1-t-r p {
  width: 40px;
  height: 40px;
  font-size: 2rem;
  border-radius: 50%;
  background-color: var(--theme-blue-color);
  color: #fff;
  text-align: center;
  align-items: center;
  justify-content: center;
  margin: 0;
  display: inline-flex;
}

.jfptAera-rbox1-t-r font {
  display: block;
  padding: 0 0 0 20px;
  font-size: 2rem;
  color: var(--theme-blue-color);
}

.jfptAera-rbox2-t-l {
  width: 50%;
  min-width: 50%;

}

.jfptAera-rbox2-t-l>div {
  margin-right: 15px;
}

.jfptAera-rbox2-t-l img {
  width: 100%;
  min-width: 218px;
}

.jfptAera-rbox2-t-l p {
  width: 158px;
  border-radius: 10px;
  text-align: center;
  background-color: var(--theme-blue-color);
  padding: 8px 0;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 600;
}

.jfptAera-rbox2-t-l font {
  display: block;
  font-size: 1.6rem;
  color: var(--black-txt-color);
  margin-bottom: 8px;
}

.ptAera-rbox2-pd {
  padding: 2.2rem 3rem 1.8rem;
}

.jfptAera-rbox2-t-r p {
  width: 140px;
  min-width: 140px;
  border-radius: 10px;
  text-align: center;
  padding: 8px 0;
  color: #fff;
  font-size: 2.2rem;
  margin: 0;
  font-weight: 600;
  background-color: var(--theme-blue-color);

}

.jfptAera-rbox2-t-r font {
  display: block;
  font-size: 1.6rem;
  color: var(--black-txt-color);
  margin-left: 8px;
}

.jfptAera-rbox2-b {
  width: 100%;
  margin-top: 2.6rem;
}

.jfptAera-rbox2-b>div {
  width: 30%;
}

.jfptAera-rbox2-b>div img {
  width: 100%;
}

.jfptAera-rbox2-b p {
  text-align: center;
  margin: 1rem 0 0 0;
  font-size: 1.8rem;
  color: var(--theme-blue-color);
  font-weight: 600;
}

.jfptAera-rbox2-t-r {
  height: 238.5px;
  padding: 0 0 0 15px;
}

.jfptAera-rbox2-t-r font em {
  color: var(--theme-blue-color);
  font-style: normal;
}

.jfptAera-rbox3>p {
  font-size: 1.6rem;
  color: var(--black-txt-color);
  margin: 0;
  text-align: left;
}

.jfptAera-rbox3-b dl {
  width: 32%;

}

.jfptAera-rbox3-b dl dt {
  width: 100%;
  position: relative;
  margin-top: 1.6rem;
}

.jfptAera-rbox3-b dl dt p {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 120px;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  padding: 8px 0;
  background-color: rgba(45, 101, 197, .8);
}

.jfptAera-rbox3-b dl img {
  width: 100%;
}

.jfptAera-box4-l div dt {
  width: 8px;
  min-width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 12px;

  background-color: var(--black-txt-color);
}

.jfptAera-box4-l div dd {
  font-size: 1.8rem;
  color: var(--black-txt-color);
}

.jfptAera-box4-l div dl {
  margin-bottom: 1.6rem;
}

.jfptAera-box4-l div dd b {
  font-size: 2.8rem;
  font-weight: 500;
  display: inline-block;
  margin: 0 6px;
  color: var(--theme-blue-color);
  line-height: 1;
}

.jfptAera-box4 {
  width: 100%;

}

.jfptAera-box4-l>div {
  margin-right: 3.8rem;
}

.jfptAera-box4-r img {}

.dlgbox-b3 .ptAera-rbox4-l {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 4.6rem;

  padding: 1.6rem 0;
}

.dlgPtAera-r {
  min-height: auto;
}

.dlgbox-b3 .ptAera-rbox4-l>div {
  padding: 15px;
  border: 1px dashed var(--black-txt-color);
  border-radius: 15px;
  margin-bottom: 4.6rem;
}

.dlgbox-b3 .ptAera-rbox4-l>div p {
  font-size: 2.2rem;
  color: var(--theme-blue-color);
  margin: 0 0 16px 0;
  position: relative;
  padding: 0 0 0 30px;
}

.dlgbox-b3 .ptAera-rbox4-l>div p:after {
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  background-color: var(--theme-blue-color);
  border-radius: 50%;
  top: 50%;
  margin-top: -4px;
  left: 0;
}

.dlgbox-b3 .ptAera-rbox4-l>div font {
  font-size: 1.5rem;
  line-height: 1.8;
  display: block;
  color: var(--black-txt-color);

}

.dlgbox-b3 p {
  text-align: left;
}

.dlgbox-b1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.dlgbox-b1-l p {
  font-size: 1.5rem;
  color: var(--black-txt-color);
  line-height: 1.8;
  margin-bottom: 2.2rem;
}

.dlgbox-b1-l {

  width: 32%;
}

.dlgbox-b1-l img {
  width: 100%;
}

.dlgbox-b1-r {

  width: 32%;

}

.dlgbox-b1-r img {
  width: 100%;
}

.dlgbox-b1-l p em {
  font-style: normal;
  color: var(--theme-blue-color);
}

.dlgbox-b1-r p {
  display: inline-block;
  padding: 8px 12px;
  font-size: 1.6rem;
  border-radius: 10px;
  background-color: var(--theme-blue-color);
  color: #fff;
}

.dlgbox-b1-r span {
  display: block;
  position: relative;
  padding: 0 0 0 12px;
  color: var(--black-txt-color);
  margin: 0 8px 8px 0;
  width: 47%;
  font-size: 1.5rem;
}

.dlgbptAera-rbox1 {
  padding: 24px;

}

.dlgbox-b1-r>span {
  width: 100%;
}

.dlgbox-b1-r span:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--theme-blue-color);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}

.dlgbox-b1-r font {
  font-size: 1.5rem;
  color: var(--black-txt-color);
  display: block;
  margin-top: 1.6rem;
}

.dlgbox-b1-r em {
  font-style: normal;
  color: var(--theme-blue-color);
}





.ysAera {
  padding: 0 0 6.2rem;
}

.ysAera>div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
}

.ysAera>div:hover {
  box-shadow: 0 0 30px rgba(225, 225, 225, 1);
  -webkit-box-shadow: 0 0 30px rgba(225, 225, 225, 1);
  -moz-box-shadow: 0 0 30px rgba(225, 225, 225, 1);
  -o-box-shadow: 0 0 30px rgba(225, 225, 225, 1);
  transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
}

.ysAera>div i {
  width: 76px;
  height: 76px;
  background: url(../images/sprites.png) no-repeat;
  display: block;
  margin-bottom: 2.2rem;
}

.ysAera>div p {
  color: var(--black-txt-color);
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 1.6rem;
}

.ysAera>div font {
  color: #4f4f4f;
  font-size: 1.7rem;
  text-align: center;
  display: block;
}

.ysAera>div:nth-child(1) i {
  background-position: -820px -471px;
}

.ysAera>div:nth-child(2) i {
  background-position: -910px -471px;
}

.ysAera>div:nth-child(3) i {
  background-position: -1000px -471px;
}

.ysAera>div:nth-child(4) i {
  background-position: -1098px -471px;
}

.zt-gray {
  background-color: #fff;
}

.cyjoinImg {
  display: flex;
  justify-content: center;
  height: 80px;
}

.cyjoinImg img {
  height: 100%;
  max-height: 80px;
}

.rzqyAera {
  padding: 0 0 6.2rem;
}

.backBtn {
  display: block;
  border: 2px solid var(--theme-blue-color);
  border-radius: 15px;
  background-color: rgba(34, 81, 162, .1);
  width: 246px;
  text-align: center;
  margin: 6.2rem auto;
  font-size: 1.8rem;
  padding: 1.6rem 0;
  color: var(--black-txt-color);
}

.backBtn:hover {
  background: linear-gradient(45deg, #17729D, #FDD100);
  color: var(--white-txt-color);
}

.slideTable2 {
  width: 260px;
  position: absolute;
  top: 152px;
  left: -440px;
  background-color: #fff;
  z-index: 15;
}

.slideTable {
  width: 400px;
  position: absolute;
  top: 50px;
  left: -400px;
  background-color: #f9f9f9;
  z-index: 15;
}

.slideTable2 .contact-b div p {
  font-size: 1.6rem;
}

.slideTable2 .contact-b div font {
  font-size: 1.4rem;
}

.slideTable .formTable {
  margin-left: 0;
}

.slideTable .qyChange li {
  padding: 6px;
}

.fix-left>div>div:hover .slideTable {
  left: 0;
}

.fix-left a:hover .slideTable2 {
  left: 0;
}

.fix-left .formTable {
  padding: 16px 24px 8px 24px;

}

.fix-left .slideTable {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, .4);
  -webkit-box-shadow: 0px 3px 8px rgba(0, 0, 0, .4);
}

.fix-left .slideTable .sumbitBtn {
  width: 80%;
  margin: 0 auto 12px;
}

.ztinfo-box {
  padding: 6rem 0;
}

.ztind-l p {
  padding: 8px 20px;
  line-height: 1;
  background-color: #9ebdad;
  color: var(--black-txt-color);
  font-weight: 700;
  margin: 0;
  font-size: 1.8rem;
  display: inline-block;
  margin-bottom: 2rem;
}

.ztind-l font {
  display: block;
  font-size: 1.6rem;
}

.ztind-l:nth-child(2) p {
  background-color: #f4e58a;
}

.ztimgArea {
  display: flex;
  justify-content: center;
  padding: 4rem 0;
}

.ztimgArea-dt {
  position: relative;
}

.ztTxtImg-icon {
  position: absolute;
  cursor: pointer;
}

#jxzt10d {
  top: 12px;
  left: 362px;
}

#jxzt11d {
  top: 57px;
  left: 279px;
}

#jxzt12d {

  top: 102px;
  left: 171px;
}

#jxzt13d {
  top: 153px;
  left: 71px;
}

#jxzt9d {
  top: 232px;
  left: 163px;
}

#jxzt8d {
  top: 187px;
  left: 263px;
}

#jxzt7d {
  top: 127px;
  left: 347px;
}

#jxzt6d {
  top: 197px;
  left: 437px;
}

#jxzt5d {
  top: 87px;
  left: 448px;
}

#jxzt4d {
  top: 147px;
  left: 531px;
}

#jxzt3d {
  top: 323px;
  left: 618px;
}

#jxzhl {
  top: 297px;
  left: 224px;
}

#jxzt14d {
  top: 247px;
  left: 314px;
}

#jx1d {
  top: 578px;
  left: 506px;
}

#jx2d {
  top: 418px;
  left: 744px;
}

#jxbgl {
  top: 418px;
  left: 744px;
}

#jxssl {
  top: 436px;
  left: 366px;
}

#jxyfl {
  top: 578px;
  left: 506px;
}

.jxzzPos3 {
  bottom: 180px;
  left: -80px;
}

.jxzzPos3 .rightLine {
  display: none !important;
}

.jxzzPos3 .lineCri {
  bottom: -20px;
  right: -10px;
  transform: rotate(25deg);
  -webkit-transform: rotate(25deg);
}

.ztTxt {
  position: absolute;

  min-width: 600px;
}

.ztTxt>div {
  position: relative;
}

.ztTxt>div .lineCri {
  position: absolute;
  display: flex;
  align-items: center;
}

.ztTxt>div .lineCri span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ff8a00;
  display: block;
}

.ztTxt>div .lineCri i {
  width: 100px;
  height: 1px;
  background-color: #ff8a00;
  display: block;
}

.ztTxt>div .rightLine {
  flex-direction: row-reverse;
}

.ztTxt>div .rightLine i {
  width: 60px;
}

.ztTxt>div .rightLine {
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
}

.jxzzPos1 {
  top: 153px;
  left: 731px;
}

.jxzzPos1 .lineCri {
  top: 134px;
  left: -40px;
}

.jxzzPos1 .rightLine {
  top: 118px;
  left: 60px;
}

.jxzzPos2 {
  top: 303px;
  left: 781px;
}

.jxzzPos2 .lineCri {
  top: 164px;
  left: 20px;
}

.jxzzPos2 .rightLine i {
  width: 160px;
}

.jxzzPos2 .rightLine {
  top: 128px;
  left: 100px;
}

.jxzzPos4 {
  top: 463px;
  left: -180px;
}

.jxzzPos4 .lineCri {
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  top: 144px;
  right: 57px;
}

.jxzzPos4 .rightLine i {
  width: 160px;
}

.jxzzPos4 .rightLine {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  top: 170px;
  right: -100px;
}

#ztTxt4 {
  top: 323px;
  left: -180px;
}

#ztTxt4 .lineCri {
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  top: 126px;
  right: 107px;
}

#ztTxt4 .lineCri i {
  width: 160px;
}

#ztTxt4 .rightLine i {
  width: 60px;
}

#ztTxt4 .rightLine {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  top: 170px;
  right: 50px;
}

.jxzzPos5 {
  top: 433px;
  left: -160px;
}

.jxzzPos5 .lineCri {
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  top: -34px;
  right: 261px;
}

.jxzzPos5 .lineCri i {
  width: 60px;
}

.jxzzPos5 .rightLine i {
  width: 160px;
}

.jxzzPos5 .rightLine {
  display: none !important;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  top: -50px;
  right: 100px;
}

.jxzzPos6 {
  top: 3px;
  left: 581px;
}

.jxzzPos6 .lineCri {
  top: 139px;
  left: -20px;
}

.jxzzPos6 .rightLine i {
  width: 120px;
}

.jxzzPos6 .rightLine {
  top: 123px;
  left: 80px;
}

.jxzzPos7 {
  top: 127px;
  left: 581px;
}

.jxzzPos7 .lineCri {
  top: 139px;
  left: -40px;
}

.jxzzPos7 .rightLine i {
  width: 120px;
}

.jxzzPos7 .rightLine {
  top: 123px;
  left: 60px;
}

.jxzzPos8 {
  top: 450px;
  left: 0;
}

.jxzzPos8 .lineCri {
  top: -69px;
  left: 40px;
  transform: rotate(-35deg);
  -webkit-transform: rotate(-35deg);
}

.jxzzPos8 .lineCri i {
  width: 160px !important;
}

.jxzzPos8 .rightLine {
  display: none !important;
  top: 123px;
  left: 60px;
}

.jxzzPos9 {
  top: 87px;
  left: 681px;
}

.jxzzPos9 .lineCri {
  top: -35px;
  left: -250px;
}

.jxzzPos9 .lineCri i {
  width: 300px !important;
}

.jxzzPos9 .rightLine i {
  width: 60px !important;
}

.jxzzPos9 .rightLine {
  transform: rotate(20deg) !important;
  -webkit-transform: rotate(20deg) !important;
  top: -24px;
  left: 54px;
}

.jxzzPos10 {
  top: 431px;
  left: -126px;
}

.jxzzPos10 .lineCri {
  transform: rotate(-60deg) !important;
  -webkit-transform: rotate(-60deg) !important;
  top: -105px;
  left: 0px;
}

.jxzzPos10 .lineCri i {
  width: 200px !important;
}

.jxzzPos10 .rightLine i {
  width: 60px !important;
}

.jxzzPos10 .rightLine {
  transform: rotate(0deg) !important;
  -webkit-transform: rotate(0deg) !important;
  top: -194px;
  left: 155px;
}

.jxzzPos11 {
  top: 431px;
  left: -126px;
}

.jxzzPos11 .lineCri {
  transform: rotate(-60deg) !important;
  -webkit-transform: rotate(-60deg) !important;
  top: -65px;
  left: 400px;
}

.jxzzPos11 .lineCri i {
  width: 110px !important;
}

.jxzzPos11 .rightLine i {
  width: 60px !important;
}

.jxzzPos11 .rightLine {
  display: none !important;
  transform: rotate(0deg) !important;
  -webkit-transform: rotate(0deg) !important;
  top: -194px;
  left: 155px;
}

.ztTxt table th {
  background-color: #27557a;
  color: #fff;
  font-size: 1.5rem;
  padding: 6px 24px;
  border: 1px solid #d1d1d1;
  text-align: center;
}

.ztTxt table td {
  background-color: #fff;
  text-align: center;
  padding: 6px 24px;
  border: 1px solid #d1d1d1;
  font-size: 14.1px;
}

.jxzzPos6 table th {
  padding: 6px 12px !important;
}

.jxzzPos6 table td {
  padding: 6px 12px !important;
}

.jxzzPos7 table th {
  padding: 6px 12px !important;
}

.jxzzPos7 table td {
  padding: 6px 12px !important;
}

.jxzzPos8 table th {
  padding: 6px 12px !important;
}

.jxzzPos8 table td {
  padding: 6px 12px !important;
}

.jxzzPos9 table th {
  padding: 6px 12px !important;
}

.jxzzPos9 table td {
  padding: 6px 12px !important;
}

.jxzzPos10 table th {
  padding: 6px 12px !important;
}

.jxzzPos10 table td {
  padding: 6px 12px !important;
}

.jxzzPos11 table th {
  padding: 6px 12px !important;
}

.jxzzPos11 table td {
  padding: 6px 12px !important;
}

.ztTxt {
  display: none;
}

.ztTxt.active {
  display: block;
  -webkit-animation: open3 .35s ease-in-out forwards;
  -o-animation: open3 .35s ease-in-out forwards;
  -moz-animation: open3 .35s ease-in-out forwards;
  animation: open3 .35s ease-in-out forwards;
}

.jfptAera-bigbox4 {
  padding: 30px 20px;
  justify-content: center;
  height: 480px;
  justify-content: center;
}

#jfkjy1 {
  top: 3px;
  left: 491px;
}

#jfkjy2 {
  top: 73px;
  left: 517px;
}

#jfkjy3 {
  top: 223px;
  left: 709px;
}

#jfkjy4 {
  top: 408px;
  left: 925px;
}

#jfkjy5 {
  top: 648px;
  left: 602px;
}

#jfkjy6 {
  top: 268px;
  left: 323px;
}

#jfkjy7 {
  top: 425px;
  left: 462px;
}

#jfkjy8 {
  top: 181px;
  left: 197px;
}

#jfkjy9 {
  top: 100px;
  left: 184px;
}

#jfkjy10 {
  top: 158px;
  left: 37px;
}

.jkfjy-4 table tr td:nth-child(1) {
  background-color: #27557a;
  text-align: center;
  color: #fff;
}

.jkfjy-4 {
  min-width: 300px;
}

.jkfjy-1pos {
  top: 460px;
  left: -120px;
}

.jkfjy-1pos .lineCri {
  top: -53px;
  left: 189px;
  transform: rotate(-45deg) !important;
  -webkit-transform: rotate(-45deg) !important;
}

.jkfjy-1pos .rightLine {
  transform: rotate(0deg) !important;
  -webkit-transform: rotate(0deg) !important;
  top: -90px;
  left: 280px;
}

.jkfjy-1pos .rightLine i {
  width: 280px !important;
}

.jkfjy-2pos {
  top: 260px;
  left: -120px;
}

.jkfjy-2pos .lineCri {
  top: -46px;
  left: 180px;
  transform: rotate(-45deg) !important;
  -webkit-transform: rotate(-45deg) !important;
}

.jkfjy-2pos .rightLine {
  transform: rotate(0deg) !important;
  -webkit-transform: rotate(0deg) !important;
  top: -90px;
  left: 280px;
}

.jkfjy-2pos .rightLine i {
  width: 280px !important;
}

.jkfjy-3pos {
  top: -60px !important;
  left: 960px !important;
}

.jkfjy-3pos .lineCri {
  top: 336px !important;
  left: -150px !important;
  transform: rotate(0deg) !important;
  -webkit-transform: rotate(0deg) !important;
}

.jkfjy-3pos .lineCri i {
  width: 160px !important;
}

.jkfjy-3pos .rightLine {
  display: none !important;
}

.jkfjy-3pos table td {
  padding: 6px 20px;
}

.jkfjy-4pos {
  top: 13px !important;
  left: 980px !important;
}

.jkfjy-4pos .lineCri {
  top: 386px !important;
  left: -7px !important;
  transform: rotate(0deg) !important;
  -webkit-transform: rotate(0deg) !important;
}

.jkfjy-4pos .rightLine {
  transform: rotate(-40deg) !important;
  -webkit-transform: rotate(-40deg) !important;
  top: 423px !important;
  right: 62px !important;
}

.jkgbox-b dl dt p {
  padding: 8px 12px;
  min-width: 120px;
  width: auto;
}

.jkgbox-b2 {
  display: flex;
  align-items: center;
}

.jkgbox-b2-l {
  width: 50%;
  padding: 0 15px 0 0;
  position: relative;
}

.jkgbox-b2-l>img {
  width: 100%;
}

.jkgbox-b2-l .jkgbox-b2-l-img {
  position: absolute;
  right: 15px;
  top: 0;
}

.jkgbox-b2-l p {
  font-size: 2.4rem;
  background-color: var(--theme-blue-color);
  padding: 8px 12px;
  color: #fff;
  display: inline-block;
  margin: 0;
  border-radius: 10px;
}

.jkgbox-b2-l span {
  display: block;
  font-size: 2.2rem;
  color: var(--theme-blue-color);
  padding: 0 0 0 24px;
  margin-bottom: 8px;
  position: relative;
  margin-top: 3rem;
}

.jkgbox-b2-l font {
  display: block;
  color: var(--black-txt-color);
  margin-top: 1.2rem;
  font-size: 1.5rem;
}

.jkgbox-b2-l span:after {
  position: absolute;
  content: "";
  background-color: var(--theme-blue-color);
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: -4px;
}

.jkgbox-b2-r {
  padding: 0 0 0 15px;
  width: 50%;
}

.jkgbox-b2-r p {
  font-size: 2.4rem;
  background-color: var(--theme-blue-color);
  padding: 8px 12px;
  color: #fff;
  display: inline-block;
  margin: 0;
  border-radius: 10px;
}

.jkgbox-b2-r font {
  display: block;
  color: var(--black-txt-color);
  margin-top: 1.2rem;
  margin-bottom: 1.6rem;
  font-size: 1.5rem;
}

.jkgbox-b2-r-b {
  margin-top: 1.6rem;
}

.jkgbox-b2-r-b>div:nth-child(1) {
  padding: 0 15px 0 0;
}

.jkgbox-b2-r-b>div:nth-child(1) img {
  width: 100%;
}

.jkgbox-b2-r-b2 {
  min-width: 265px;
  width: 265px;
}

.jkgbox-b2-r-b2 img {
  width: 100%;
}

.jkgbox-b2-r-b2 p {
  margin-bottom: 1.6rem;
}

#jkg1d {
  top: 393px;
  left: 431px;
}

#jkg1d {
  top: 393px;
  left: 431px;
}

#jkg2d {
  top: 321px;
  left: 121px;
}

#jkg3d {
  top: 89px;
  left: 219px;
}

#jkg4d {
  top: 5px;
  left: 313px;
}

#jkg5d {
  top: 112px;
  left: 368px;
}

#jkg6d {
  top: 175px;
  left: 534px;
}

#jkg7d {
  top: 226px;
  left: 712px;
}

#jkg8d {
  top: 185px;
  left: 767px;
}

#jkg9d {
  top: 136px;
  left: 601px;
}

#jkg10d {
  top: 38px;
  left: 466px;
}

#jkg11d {
  top: 25px;
  left: 569px;
}

#jkg12d {
  top: 9px;
  left: 669px;
}

#jkg13d {
  top: 127px;
  left: 807px;
}

#jkg14d {
  top: 64px;
  left: 844px;
}

#jkg15d {
  top: 0;
  left: 837px;
}

#jkg16d {
  top: 25px;
  left: 734px;
}

#jkg17d {
  top: 103px;
  left: 677px;
}

#jkg18d {
  top: 15px;
  left: 891px;
}

.jkgzt-txt table {
  min-width: 350px
}

.jkgzt-txt table tr:nth-child(4) td:nth-child(2) {
  text-align: left;
}

.jkg-pos1 {
  top: 481px;
  left: -150px;
}

.jkg-pos1 .lineCri {
  display: none !important;
}

.jkg-pos1 .rightLine {
  display: flex !important;
  top: -20px;
  right: 0px;
}

.jkg-pos2 table td:nth-child(2) {
  max-width: 160px;
}

.jkg-pos2 {
  top: -80px;
  left: -140px;
}

.jkg-pos2 .lineCri:nth-child(1) {
  bottom: -93px;
  left: 29px;
  transform: rotate(45deg) !important;
  -webkit-transform: rotate(45deg) !important;
}

.jkg-pos2 .lineCri:nth-child(1) i {
  width: 200px !important;
}

.jkg-pos2 .rightLine {
  top: 360px;
  right: 80px;
  transform: rotate(0) !important;
  -webkit-transform: rotate(00deg) !important;
}

.jkg-pos3 table td:nth-child(2) {
  max-width: 260px;
}

.jkg-pos3 {
  position: absolute;
  top: 240px;
  left: -80px;
}

.jkg-pos3 table tr:nth-child(6) td:nth-child(2) {
  text-align: left;
  max-width: 220px;
}

.jkg-pos3 .lineCri:nth-child(1) {
  display: none;
}

.jkg-pos3 .rightLine {
  top: 80px;
  right: -50px;
  transform: rotate(-45deg) !important;
  -webkit-transform: rotate(-45deg) !important;
}

.jkg-pos4 {
  position: absolute;
  top: 265px !important;
  right: -226px !important;
  left: auto !important;
}

.jkg-pos4 table td:nth-child(2) {
  max-width: 180px;
}

.jkg-pos4 table tr:nth-child(4) td:nth-child(2) {
  text-align: center;
}

.jkg-pos4 table tr:nth-child(6) td:nth-child(2) {
  text-align: left;
}

.jkg-pos4 .lineCri:nth-child(1) {
  top: -62px !important;
}

.jkg-pos4 .rightLine {
  display: none !important;
}

.jkg-pos5 {
  position: absolute;
  top: 205px;
  right: -216px;
  left: auto;
}

.jkg-pos5 table td:nth-child(2) {
  max-width: 140px;
}

.jkg-pos5 table tr:nth-child(4) td:nth-child(2) {
  text-align: center;
}

.jkg-pos5 table tr:nth-child(6) td:nth-child(2) {
  text-align: left;
}

.jkg-pos5 .lineCri:nth-child(1) {
  transform: rotate(45deg) !important;
  -webkit-transform: rotate(45deg) !important;
  top: -88px;
  left: 70px;
}

.jkg-pos5 .lineCri:nth-child(1) i {
  width: 180px !important;
}

.jkg-pos5 .rightLine {
  display: none !important;
}

.jkg-pos6 {
  position: absolute;
  top: 195px;
  right: -256px;
  left: auto;
}

.jkg-pos6 table td:nth-child(2) {
  max-width: 190px;
}

.jkg-pos6 table tr:nth-child(2) td:nth-child(2) {
  text-align: left;
}

.jkg-pos6 .lineCri:nth-child(1) {
  transform: rotate(45deg) !important;
  -webkit-transform: rotate(45deg) !important;
  top: -88px;
  left: 70px;
}

.jkg-pos6 .lineCri:nth-child(1) i {
  width: 180px !important;
}

.jkg-pos6 .rightLine {
  display: none !important;
}

#dlg1d {
  top: -31px;
  left: 675px;
}

#dlg2d {
  top: 392px;
  left: 723px;
}

#dlg3d {
  top: 347px;
  left: 101px;
}

.dlgzt p {
  font-size: 1.3rem;
  color: var(--black-txt-color);
}

.dlgzt table tr td {
  text-align: center;
}

.dlgzt {
  min-width: 450px;
}

.dlgzt table tr td:nth-child(1) {
  width: 30%;
  font-weight: 500;
  font-size: 1.5rem;
  color: #fff;
  background-color: #27557a;

}

.dlgzt table tr td>div>div {
  margin-right: 8px;
}

.dlgzt-pos1 {
  top: 13px;
  left: 88px;
}

.dlgzt-pos1 .lineCri {
  display: none !important;
}

.dlgzt-pos1 .rightLine {
  display: flex !important;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  left: auto;
  right: -80px;
  top: 56px;
}

.dlgzt-pos1 .rightLine i {
  width: 120px !important;
}

.dlgzt-pos2 {
  top: 50px;
  right: -350px;
}

.dlgzt-pos2 .lineCri {
  display: none !important;
}

.dlgzt-pos2 .rightLine {
  display: flex !important;
  bottom: -30px;
  left: 160px;
}

.dlgzt-pos3 {
  top: -106px;
  left: -60px;
}

.dlgzt-pos3 .rightLine {
  display: none !important;
}

.dlgzt-pos3 .lineCri {
  transform: rotate(55deg);
  -webkit-transform: rotate(55deg);
  bottom: -60px;
  left: 60px;
}

.zsxm-col-t:nth-child(1) {
  border-top: none;
}

.zsxm-col-t {
  border-top: 1px solid #d1d1d1;
  padding: 1.6rem 0;
}

.zsxm-col-t p {
  text-align: left;
}

.zsxm-col-t img {
  width: 164px;
}

.dlgptAera-l li:nth-child(1) i {
  background-position: -1296px -280px;
}

.dlgptAera-l li:nth-child(2) i {
  background-position: -1360px -280px;
}

.dlgptAera-l li:nth-child(3) i {
  background-position: -1428px -280px;
}

.dlgbox-b dl {
  width: 48%;
}

.dlgbox-b dl img {
  width: 100%;
}

.dlgbox-b dl dt p {
  padding: 8px 12px;
  white-space: nowrap;
  min-width: 120px;
  width: auto;
}






/*产业生态*/
/*园区*/
.systBg {
  position: relative;
  height: 700px;
  width: 100%;

}

.systBg {
  background-size: cover;
  background-image: url(../images/cystBg.jpg);

}

.systBg>h4 {
  text-align: center;
  color: var(--white-txt-color);
  font-size: 6.2rem;
  letter-spacing: .2rem;
  font-weight: 700;
}

.systBg>p {
  text-align: center;
  margin-top: 1rem;
  color: var(--white-txt-color);
  font-size: 1.6rem;
  letter-spacing: .1rem;
  letter-spacing: 2px;
}

.col-subMenu {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 103, 177, .9);
}

.col-subMenu>div {
  position: relative;
  background: linear-gradient(45deg, #17729D, #FDD100);
  padding: 20px 125px;
}

#AeraPoint {
  position: absolute;
  top: -13.6rem
}

.col-subMenu>div:after {
  content: "";
  width: 60px;
  height: 64px;
  background: url(../images/submenu-tip.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -60px;
  top: 0;
}

.col-subMenu>div a {
  font-size: 1.6rem;
  position: relative;
  margin-right: 42px;
  color: #fff;
  position: relative;
}

.col-subMenu>div a.active {
  font-weight: 500;
}

.col-subMenu>div a.active:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.col-subMenu>div a:hover {
  font-weight: 500;
}

.col-subMenu>div a:hover:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.cyst-1-info {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -o-transform: scale(0.9);
}

.cyst-1-info>div {
  position: relative;
}

.cyst-1-btn .cystBtnimg {
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  border: 2px dashed var(--theme-blue-color);
  background-color: #fff;
}

.cyst-1-btn .cystBtnimg i {
  display: block;
  width: 118px;
  height: 118px;
  background-image: url(../images/sprites.png);
}

.cyst1icon i {
  background-position: -18px -315px;
}

.cystBtntxt img {
  opacity: .5;
}

.cystBtntxt div p {
  font-size: 2.6rem;
  line-height: 1.4;
  color: var(--black-txt-color);
  margin-bottom: 0;
}

.cystBtntxt div font {
  font-size: 1.4rem;
  color: var(--black-txt-color);
}

.cyst-1-btn,
.cyst-2-btn,
.cyst-3-btn,
.cyst-4-btn,
.cyst-5-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cystBtntxt {
  margin-top: 1.6rem;
}

.cyst-1-btn {
  position: absolute;
  bottom: 17%;
  left: -6%;
}

.cyst-2-btn {
  position: absolute;
  bottom: 58%;
  left: 10%;
}

.cyst-2-btn .cystBtnimg {
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  border: 2px dashed var(--theme-blue-color);
  background-color: #fff;
}

.cyst-2-btn .cystBtnimg i {
  display: block;
  width: 118px;
  height: 118px;
  background-image: url(../images/sprites.png);
}

.cyst2icon i {
  background-position: -151px -315px;
}

.cyst-3-btn {
  position: absolute;
  bottom: 76%;
  left: 40%;
}

.cyst-3-btn .cystBtnimg {
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  border: 2px dashed var(--theme-blue-color);
  background-color: #fff;
}

.cyst-3-btn .cystBtnimg i {
  display: block;
  width: 118px;
  height: 118px;
  background-image: url(../images/sprites.png);
}

.cyst3icon i {
  background-position: -306px -315px;
}

.cyst-4-btn {
  position: absolute;
  bottom: 58%;
  left: 66%;
}

.cyst-4-btn .cystBtnimg {
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  border: 2px dashed var(--theme-blue-color);
  background-color: #fff;
}

.cyst-4-btn .cystBtnimg i {
  display: block;
  width: 118px;
  height: 118px;
  background-image: url(../images/sprites.png);
}

.cyst4icon i {
  background-position: -472px -315px;
}

.cyst-5-btn {
  position: absolute;
  bottom: 17%;
  left: 88%;
}

.cyst-5-btn .cystBtnimg {
  width: 18rem;
  height: 18rem;
  border-radius: 50%;
  border: 2px dashed var(--theme-blue-color);
  background-color: #fff;
}

.cyst-5-btn .cystBtnimg i {
  display: block;
  width: 118px;
  height: 118px;
  background-image: url(../images/sprites.png);
}

.cyst5icon i {
  background-position: -626px -315px;
}

.cystBtntxt>div {
  min-width: 160px;
}

.cyst-1-box {
  padding: 168px 0 48px 0;
}

.cystBtn:hover .cystBtnimg {
  background: linear-gradient(45deg, #17729D, #FDD100);
  box-shadow: 0px 0px 50px #829bc6;
  -webkit-box-shadow: 0px 0px 50px #829bc6;
}

.cystBtn:hover img {
  opacity: 1;
}

.cystBtn:hover p {
  color: var(--theme-blue-color);
  font-weight: 500;
}

.cystBtn:hover font {
  color: var(--theme-blue-color);
}

.cystBtn:hover i {
  background-position-y: -465px;
}

.cyst-2-box {
  padding: 144px 0 90px;
}

.cyst-2-info {

  position: relative;
}

.cystcir {
  /* -webkit-animation: zhuan1 11.5s linear infinite;
      -o-animation: zhuan1 11.5s linear infinite;
      -moz-animation: zhuan1 11.5s linear infinite;
      animation: zhuan1 11.5s linear infinite; */
}

.cystcir {
  -webkit-animation: zhuan1 3.5s linear infinite;
  -o-animation: zhuan1 3.5s linear infinite;
  -moz-animation: zhuan1 3.5s linear infinite;
  animation: zhuan1 3.5s linear infinite;
}

.cystcir-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.cyst2btn {
  width: 313px;
  height: 313px;
  background: url(../images/cyst2-img3.png) no-repeat;
  background-size: contain;
  position: absolute;
  border-radius: 50%;
}

.cyst2btn i {
  display: block;
  width: 148px;
  height: 148px;
  background: url(../images/sprites.png) no-repeat;
  margin-bottom: 1.4rem;
  border-radius: 50%;
}

#cyst2btn1 {
  top: -10%;
  left: 35%;
}

#cyst2btn1 i {
  background-position: -332px 0;
}

.cyst2btn p {
  font-size: 2.6rem;
  text-align: center;
  color: var(--black-txt-color);
  margin-bottom: .6rem;
}

.cyst2btn font {
  font-size: 1.6rem;
  text-align: center;
  color: var(--black-txt-color);
  line-height: 1.2;
}

#cyst2btn2 {
  top: 8%;
  right: 20%;
}

#cyst2btn2 i {
  background-position: -526px 0;
}

#cyst2btn3 {
  bottom: 3%;
  right: 24%;
}

#cyst2btn3 i {
  background-position: -1116px 0;

}

#cyst2btn4 {
  bottom: 0%;
  left: 28%;
}

#cyst2btn4 i {
  background-position: -933px 0;


}

#cyst2btn5 {
  top: 23%;
  left: 16%;
}

#cyst2btn5 i {
  background-position: -736px 0;
}

.cyst2btn:hover {
  background-image: none;
  background-color: var(--theme-blue-color);
  box-shadow: 0px 0px 50px #829bc6;
  -webkit-box-shadow: 0px 0px 50px #829bc6;
}

.cyst2btn:hover i {
  background-position-y: -153px !important;
}

.cyst2btn:hover p,
.cyst2btn:hover font {
  color: var(--white-txt-color);
}

.cyst-3-box-info>div>div {
  padding: 0 1.2rem 0 0;
  margin-bottom: 3.2rem;
}

.cyst-3-box-info>div>div img {
  width: 100%;
}

.cyst-3-box {
  padding: 9rem 0;
}

.cyst-4-listbox p {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 1.2rem;
}

.cyst-4-listbox>div:nth-child(1) {
  padding: 0 20px 0 0;
}

.cyst-4-listbox>div:nth-child(2) {
  padding: 0 0 0 20px;
}

.cyst-4-box ul li {
  padding: 60px 0;
}

.cyst-4-box ul li.grayBg {
  background-color: #f7f7f7;
}

.cyst-4-box ul li.grayBg .cyst-4-listbox {
  flex-direction: row-reverse;
}

.cyst-4-box ul li.grayBg .cyst-4-listbox>div:nth-child(1) {
  padding: 0 0 0 20px;
}

.cyst-4-box ul li.grayBg .cyst-4-listbox>div:nth-child(2) {
  padding: 0 20px 0 0;
}

.cyst-4-box ul li.grayBg .colTitle {
  justify-content: flex-end;
}

.cyst-4-box {
  padding: 0 0 110px 0;
}

.cyst-5-1-r {
  padding: 0 0 0 10px;
}

.cyst-5-1-r img {
  width: 100%;
}

.cyst-5-1-l p {
  font-weight: bold;
  background: linear-gradient(45deg, #17729D, #FDD100);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  clip-path: text;
  font-size: 10.2rem;
  line-height: 1;
  position: relative;
  display: inline-block;
}

.cyst-5-1-l p::after {
  width: 15vw;
  height: 1px;
  content: "";
  position: absolute;
  bottom: 12px;
  right: -20vw;
  background: linear-gradient(to right, var(--theme-blue-color), #fff);

}

.cyst-5-1-l p span {
  position: absolute;
  background: linear-gradient(45deg, #17729D, #FDD100);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  clip-path: text;
  right: -76px;
  bottom: 0;
  font-size: 24px;

}

.cyst-5-1-l font {
  display: block;
  font-size: 1.8rem;
  margin: 18px 0;
}

.cyst-5-1-l img {
  width: 100%;
}

.cyst-5-1 {
  margin: 2rem 0 0 0;
}

.cyst-5-2-l {
  padding: 0 10px 0 0;
}

.cyst-5-2-lcon {
  padding: 32px 46px;
  background-color: #e8edf6;
}

.cyst-5-2-lcon p {
  color: var(--theme-blue-color);
  font-size: 2.4rem;
  margin-bottom: 2rem;
  font-weight: 700;
}

.cyst-5-2-lcon ul li {
  padding: 0 0 0 20px;
  position: relative;
  font-size: 1.6rem;
  position: relative;
  color: var(--black-txt-color);
  line-height: 2.4;
}

.cyst-5-2-lcon ul li:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--theme-blue-color);
  top: 50%;
  left: 0;
  margin-top: -3px;
  position: absolute;
}

.cyst-5-2-r {
  padding: 0 0 0 10px;
}

.cyst-5-2-rcon {
  padding: 32px 46px;
  background-color: #e5f5f4;
}

.cyst-5-2-rcon p {
  color: #009d95;
  font-size: 2.4rem;
  margin-bottom: 2rem;
  font-weight: 700;
}

.cyst-5-2-rcon ul li {
  padding: 0 0 0 20px;
  position: relative;
  font-size: 1.6rem;
  position: relative;
  color: var(--black-txt-color);
  line-height: 2.4;
  margin-right: 30px;
}

.cyst-5-2-rcon ul li:after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #009d95;
  top: 50%;
  left: 0;
  margin-top: -3px;
  position: absolute;
}

.cyst-5-2 {
  margin: 90px 0;
}

.zhufangBg {
  background: url(../images/cyst-5img-3.jpg) no-repeat center center;
  background-size: cover;
  padding: 90px 0;
}

.zhufangBg ul li {
  font-weight: 700;
  font-size: 7.8rem;
  background: linear-gradient(45deg, #17729D, #FDD100);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  clip-path: text;
}

.zhufangBg ul li p {
  font-weight: 600;
  font-size: 10.2rem;
  background: linear-gradient(45deg, #17729D, #FDD100);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  clip-path: text;
  position: relative;
  line-height: 1;
}

.zhufangBg ul li p span {
  font-size: 28px;
  position: absolute;
  bottom: 0;
  right: -26px;
}

.zhufangBg ul li font {
  display: block;
  font-size: 1.8rem;
  color: var(--theme-blue-color);
  font-weight: normal;
}

.cyst-5-box {
  padding: 120px 0 0 0;
}

.cyst-6-box {
  padding: 120px 0;
}

.cyst-6-box .zcFl-box {
  min-height: 300px;
}

.cyst-7-box {
  padding: 90px 0;
}

.cyst-7-box p {
  font-size: 1.8rem;
  line-height: 2.2;
}

.cyst-7-b-l {
  height: 770px;
  position: relative;
  z-index: 2;

}

.cyst-7-b-l:before {
  background: url(../images/cyst-7img-1.png) no-repeat;
  background-size: cover;
  background-position: right;
  content: "";
  right: 0;
  top: 0;
  width: 50vw;
  height: 100%;
  z-index: -1;
  position: absolute;
}

.cyst-7-b-lcon {
  height: 100%;
}

.alphaBox {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 110px;
  background-color: rgba(255, 255, 255, .2);
  margin: 10px;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}

.cyst-7-b-lcon {
  width: 520px;
  margin: 0 auto
}

.alphaBox>p {
  color: var(--white-txt-color);
  font-size: 3.4rem;
}

.swiperCyst7 {
  position: relative;
  height: 770px;
}

.swiperCon7 {
  position: absolute;
  top: 0;
  left: -2vw;
  right: 0;
  bottom: 0;
  width: 52vw;
  height: 100%;

}

.cyst-bigBox {
  display: none;
}

.cyst-bigBox.active {
  display: block;
}

.swiper-container {
  height: 100%;
}

.cyst-7-b-r {
  padding: 0;
}

#cyst {
  height: 100%;
}

#cyst .swiper-wrapper {
  height: 100%;
}

#cyst7-1 {
  height: 100%;
  background: url(../images/cyst7-img2.png) no-repeat;
  background-size: cover;

}

.img-cyst {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  mix-blend-mode: multiply;

}

#cyst7-2 {
  height: 100%;
  background: url(../images/cyst7-img3.png) no-repeat;
  background-size: cover;

}

#cyst1 {
  height: 100%;
}

.cyst-b-rcon {
  height: 100%;


}

.cyst-b-rcon>div:nth-child(2) {

  height: 100%;
  padding: 6rem 10rem 6rem 8rem;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}

.cyst-b-rcon p {
  color: #fff;
  font-size: 3.2rem;
}

.cyst-b-rcon font {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  letter-spacing: .1rem;
}

.cyst-7-letfbtn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: -30px;
  position: absolute;
  top: 50%;
  left: 6%;
  z-index: 2;
}

.cyst-7-letfbtn img {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
}

.cyst-7-rightbtn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  right: 6%;
  z-index: 2;
}

.cyst-7-rightbtn img {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
}

.btnchange:hover {
  background-color: var(--theme-blue-color);
  box-shadow: 0 0 30px #829bc6;
  cursor: pointer;
}

.alphaBox div {
  display: none;

}

.cyst-7-b-l .active div {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(45deg, #17729D, #FDD100);
  color: var(--white-txt-color);
  font-size: 1.8rem;
  position: absolute;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 10px;
  box-shadow: 0 0 20px var(--theme-blue-color);
  -webkit-box-shadow: 0 0 20px var(--theme-blue-color);
  -webkit-animation: open2 .35s ease-in-out forwards;
  -o-animation: open2 .35s ease-in-out forwards;
  -moz-animation: open2 .35s ease-in-out forwards;
  animation: open2 .35s ease-in-out forwards;
}

@-webkit-keyframes open2 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }

  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}

@keyframes open2 {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }

  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}

.swiper-button-disabled {
  display: none;
}

.entry-l-box {

  display: inline-flex;

}

.entry-l {
  box-shadow: 0 0 60px #ececec;
  -webkit-box-shadow: 0 0 60px #ececec;
  padding: 60px 40px 40px 40px;
  display: inline-flex;
  width: 100%;

  flex-direction: column;
  position: relative;
}

.entry-l>p {
  font-size: 3.2rem;
  color: var(--black-txt-color);
  font-weight: 600;
  margin-bottom: 1.4rem;
}

.entry-l>font {
  font-size: 2rem;
  color: var(--black-txt-color);
  display: block;
}

.entry-l>span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dcdcdc;
  margin: 36px 0 56px;
}

.entry-l ul {}

.entry-l li {
  margin-right: 22px;
}

.entry-l li i {
  display: block;
  background: url(../images/sprites.png) no-repeat;

  width: 40px;
  height: 40px;
  margin-right: 6px;
}

.entry-l .entry-l-1 li:nth-child(2) i {
  background-position: -820px -357px;
}

.entry-l .entry-l-1 li:nth-child(3) i {
  background-position: -876px -357px;
}

.entry-l .entry-l-1 li:nth-child(4) i {
  background-position: -932px -357px;
}

.entry-l .entry-l-1 li:nth-child(5) i {
  background-position: -988px -357px;
}

.entry-l .entry-l-1 li:nth-child(6) i {
  background-position: -1044px -357px;
}

.entry-l .entry-l-2 li:nth-child(2) i {
  background-position: -820px -407px;
}

.entry-l .entry-l-2 li:nth-child(3) i {
  background-position: -876px -407px;
}

.entry-l .entry-l-3 li:nth-child(2) i {
  background-position: -932px -407px;
}

.entry-l-1,
.entry-l-2 {
  margin-bottom: 66px;
}

.entry-l .number {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 3px solid #809e55;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 5.2rem;
  line-height: 1;
  background: linear-gradient(45deg, #17729D, #FDD100);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  clip-path: text;
  margin-right: 38px;
  position: relative;
}

.entry-l .plus {}

.entry-l .plus:after {
  content: "+";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  font-size: 4.2rem;
  bottom: -52px;
}

.entry-l li>p {
  font-size: 2rem;
  color: var(--black-txt-color);
  margin-bottom: 0;
}

.handimg {
  position: absolute;
  width: 443px;
  height: 246px;
  overflow: hidden;
  right: 4%;
  bottom: 10%;
}

.handimg-box {
  position: relative;
  height: 100%;

}

.handimg-box img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  max-height: 150%;

}

.entry-l:hover .handimg-box {
  animation: shake 0.8s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}

@keyframes shake {
  0% {
    transform: skew(0, 0)
  }

  20% {
    transform: skew(8deg, 0)
  }

  80% {
    transform: skew(-8deg, 0)
  }

  100% {
    transform: skew(0, 0)
  }
}

@-webkit-keyframes shake {
  0% {
    transform: skew(0, 0)
  }

  20% {
    transform: skew(8deg, 0)
  }

  80% {
    transform: skew(-8deg, 0)
  }

  100% {
    transform: skew(0, 0)
  }
}

@-ms-keyframes shake {
  0% {
    transform: skew(0, 0)
  }

  20% {
    transform: skew(8deg, 0)
  }

  80% {
    transform: skew(-8deg, 0)
  }

  100% {
    transform: skew(0, 0)
  }
}

@-moz-keyframes shake {
  0% {
    transform: skew(0, 0)
  }

  20% {
    transform: skew(8deg, 0)
  }

  80% {
    transform: skew(-8deg, 0)
  }

  100% {
    transform: skew(0, 0)
  }
}

.formTable {
  margin-left: 30px;
  background-color: #f9f9f9;
  padding: 34px;
}

.joinus {
  background-color: #fff;
  padding: 16px 8px;
  margin-bottom: 1.8rem;
  di
}

.joinus b {
  color: red;
}

.joinus p {
  font-size: 1.5rem;
  color: #9a9a9a;
  margin-left: 8px;
  min-width: 100%;
  margin-bottom: 0;
}

.grayin::-webkit-input-placeholder {
  color: #e3e3e3;
}

.grayin:-moz-placeholder {
  /*Firefox 18-*/
  color: #e3e3e3;
  ;
}

.grayin::-moz-placeholder {
  /*Firefox 19+*/
  color: #e3e3e3;
}

.grayin:-ms-input-placeholder {
  color: #e3e3e3;
}

.inputbox {
  width: calc(100% - 70px)
}

.formTable h4 {
  text-align: center;
  font-size: 2.8rem;
  margin-bottom: 2.6rem;
}

.grayin {
  border: none;
  font-size: 1.5rem;
  padding: 0 12px;
  width: 100%;
}

.inputbox input {
  background: none;
}

.textareabox {
  width: 100%;
}

.textareabox textarea {
  border: none;
  width: 100%;
  resize: none;
  outline: none;
}

.square:after {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -4.5px;
  width: 9px;
  height: 9px;
  border-top: 2px solid var(--theme-blue-color);
  border-right: 2px solid var(--theme-blue-color);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.yqsqBox {
  position: relative;
}

.qyChange {
  position: absolute;
  bottom: -127.5px;
  left: 0;
  width: 100%;
  padding: 12px 0;
  background: linear-gradient(to bottom, #ededed 0 2%, #fff 40% 100%);
  box-shadow: 0 10px 10px #ededed;
  -webkit-box-shadow: 0 10px 10px #ededed;
  display: none;
}

.qyChange.active {
  display: flex;
  -webkit-animation: open .35s ease-in-out forwards;
  -o-animation: open .35s ease-in-out forwards;
  -moz-animation: open .35s ease-in-out forwards;
  animation: open .35s ease-in-out forwards;
}

.qyChange li {
  display: flex;
  align-items: center;
  width: 50%;
  padding: 6px 24px;
}

.qyChange li i {
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #b0b0b0;
  margin-right: 8px;
}

.qyChange li font {
  font-size: 1.5rem;
  color: #9a9a9a;
  display: block;
}

.yqsqBox.active {
  background-color: var(--theme-blue-color);
}

.yqsqBox.active .square:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg)
}

.sumbitBtn {
  display: block;
  border: 2px solid var(--theme-blue-color);
  border-radius: 15px;
  background-color: rgba(34, 81, 162, .1);
  margin-top: 48px;
  width: 100%;
}

.sumbitBtn b {
  text-align: center;
  font-size: 1.5rem;
  color: var(--black-txt-color);
  font-weight: normal;
  display: block;
}

.sumbitBtn:hover {
  background: linear-gradient(45deg, #17729D, #FDD100);
}

.sumbitBtn:hover b {
  color: #fff;
}

.entry-big-box {
  padding: 78px 0;
}

.entry2-l {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

.entry2-l ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.entry2-l ul:nth-child(2) {
  flex-direction: row-reverse;
}

.entry2-l li p {
  width: 230px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.6;
  color: var(--black-txt-color);
  margin-top: 2.6rem;
}

.entry2-l li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.entry2-l ul:nth-child(2) li:nth-child(1) {
  transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
}

.entry2-l ul:nth-child(1) li:nth-child(3) {
  transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
}

.entry2-l ul:nth-child(1) {
  margin-bottom: 128px;
}

.entry2-l ul:nth-child(1) li:nth-child(5) {
  position: relative;
}

.entry2-l ul:nth-child(1) li:nth-child(5):after {
  content: "";
  position: absolute;
  width: 52px;
  height: 36px;
  background: url(../images/rzlc-img-arrow.jpg);
  bottom: -78px;
  left: 50%;
  margin-left: -26px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.entry2-l ul:nth-child(1) li:nth-child(2),
.entry2-l ul:nth-child(1) li:nth-child(4),
.entry2-l ul:nth-child(2) li:nth-child(2),
.entry2-l ul:nth-child(2) li:nth-child(4) {
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
}

.entry2-l ul:nth-child(2) li:nth-child(2) img,
.entry2-l ul:nth-child(2) li:nth-child(4) img {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}


/*新闻列表*/
.newslistArea {
  padding: 6rem 0;
}

.newslist-box {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #c3c3c3;
  padding: 35px 0;
}

.mob-news-list {
  display: flex;
}

.newslist-box:hover {
  padding: 35px;
  background-color: rgba(34, 81, 162, .1);
}

.newDate {
  max-width: 75px;
  width: 75px;
}

.newDate p {
  font-size: 2rem;
  color: var(--black-txt-color);
  margin: 0;
}

.newDate span {
  display: block;
  font-size: 2rem;
  color: #979898;
}

.newsinfo-list {
  padding: 0 25px;
  width: 100%
}

.newsinfo-list p {
  font-size: 2.6rem;
  color: var(--black-txt-color);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.5;
  margin-bottom: 12px;
  white-space: pre-wrap;
}

.newsinfo-list span {
  display: block;
  font-size: 1.6rem;
  color: #979898;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.newsimg-list {
  width: 344px;
  min-width: 344px;
  height: 180px;
  position: relative;
  overflow: hidden;
}

.newsimg-list>div {
  height: 100%;
}

.newsimg-list>div img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  max-height: 150%;
}

.pageList-area {
  padding-bottom: 4.6rem;
}

.pageList-area li {}

.pageList-area li a {
  border: 1px solid #e4eaec;
  display: inline-block;
  justify-content: center;
  align-items: center;
  padding: 12px 12px;
  min-width: 42px;
  min-height: 42px;
  font-size: 1.5rem;
  color: #9fa7af;
}

.pageList-area li a:hover {
  background: linear-gradient(45deg, #17729D, #FDD100);
  color: #fff;
}

.menuBar {
  margin: 13.8rem 0 4.6rem;
}

.menuBar i {
  width: 16px;
  height: 14px;
  display: block;
  background: url(../images/sprites.png) no-repeat;
  background-position: -287px -9px;
}

.menuBar p {
  margin: 0;
  font-size: 1.4rem;
}

.menuBar p a {
  display: inline-block;
  margin: 0 4px;
  color: var(--black-txt-color);
}

.menuBar p a:last-child {
  color: var(--theme-blue-color);
}

.con-tilte h1 {
  line-height: 1.5;
  margin-bottom: 18px;
  /*   overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
  font-size: 3.8rem;
}

.newsCon-area {
  margin-bottom: 9rem;
}

.con-tilte span {
  color: #b1b7b8;
  font-size: 1.4rem;
}

.con-tilte {
  border-bottom: 1px solid #b1b7b8;
  padding: 0 0 18px;
}

.con {
  background-color: #fff;
  padding: 6rem 4rem;
}

.newsCon-area-l {
  padding: 0 15px 0 0;
}

.pagecon {
  padding: 34px 0;
  min-height: 580px;
}

.newsCon-area-r {
  padding: 0 0 0 15px;
}

.recommend-con {
  background-color: #fff;
  padding: 34px;
}

.recommend-con>p {
  color: #333;
  font-size: 2.2rem;
}

.recommend-list {
  margin-top: 3.6rem;
}

.recommend-list a {
  border-bottom: 1px dashed #eaeaea;
  padding: 14px 0;
  display: block;
}

.recommend-list li:last-child a {
  border-bottom: none;
}

.recommend-list a:hover {
  background-color: rgba(34, 81, 162, .1);
}

.recommend-list a>p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--black-txt-color);
  font-size: 1.6rem;
  line-height: 1.7;
}

.recommend-tip {
  margin: 1.8rem 0;
}

.recommend-tip span {
  display: inline-block;
  background-color: #e8edf6;
  color: var(--theme-blue-color);
  padding: 4px 12px;
  font-size: 1.4rem;
  margin-right: 24px;
}

.recommend-tip font {
  color: #808080;
  font-size: 1.6rem;
}

.contactBg {
  background-image: url(../images/contactBg.jpg);
}

.mapArea {
  position: relative;
}

#map {
  width: 100%;
  height: 700px;
  background-color: antiquewhite;
}

.concactList {
  position: absolute;
  right: 0;
  top: 0;
  padding: 24px 110px 24px 60px;
  height: 700px;
  bottom: 0;
  background-color: #fff;
  z-index: 10;
}

.contact-t {
  width: 410px;
  padding: 12px 0;
  border-bottom: 1px solid var(--black-txt-color);
}

.contact-t p {
  font-size: 2.2rem;
  margin: 0;
}

.contact-b div p {
  font-size: 1.9rem;
  color: var(--black-txt-color);
  margin-bottom: 0;
  margin-right: 16px;
}

.contact-b div font {
  font-size: 1.7rem;
  color: #3d3b3c;
  display: block;
}

.contact-b div {
  padding: 12px 16px;
  border-bottom: 1px dashed #cfcfcf;
}

.concactList li {
  cursor: pointer;
}

.contact-t span {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;

  width: 9px;
  height: 9px;
  border-top: 2px solid var(--theme-blue-color);
  border-right: 2px solid var(--theme-blue-color);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  display: block;
}

.concactList li.active .contact-t {
  background: linear-gradient(45deg, #17729D, #FDD100);
  padding: 8px 12px;
}

.concactList li.active .contact-t p {
  color: #fff;
}

.concactList li.active .contact-t span {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.concactList li .contact-b {
  height: 0;

  overflow: hidden;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
}

.concactList li.active .contact-b {
  height: auto;

}

.cyh-col-1 {
  height: 418px;
}

.cyh-col-2-con {
  margin-bottom: 2.8rem;
}

.cyh-col-2-con p {
  padding: 1.2rem 1.6rem;
  border-radius: 10px;
  color: #fff;
  font-size: 2.2rem;
  margin: 0 1.6rem 0 0;
  background-color: var(--theme-blue-color);
}

.cyh-col-2-con font {
  color: var(--black-txt-color);
  font-size: 1.6rem;
  margin: 0;
  position: static;
}

.cyh-col-2-con font::after {
  display: none;
}

.cyh-col-2-box {
  padding: 6rem 0;
  background-image: url(../images/szcyh/parkcon2.jpg);
  background-size: auto 90%;
  background-position: 95% 95%;
  background-repeat: no-repeat;
  background-color: #fafafa;
}

.smcyh-col-2-box {
  background-image: url(../images/smcyh/parkcon2.jpg);
}

.cyh-col-3-con-t {
  padding: 2.6rem 3.5rem;
  background-color: var(--theme-blue-color);
}

.cyh-col-3-con-t p {
  font-size: 2.2rem;
  margin: 0 0 0 1.6rem;
  color: #fff;
}

.cyh-col-3 {
  width: 100%;
}

.cyh-col-3-con-t i {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-image: url(../images/sprites.png);
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: -201px -195px;
}

.cyh-col-3-con-b {
  padding: 2.6rem 3.5rem;
  background-color: #e8edf6;
}

.cyh-col-3-con-b p {
  color: var(--black-txt-color);
  font-size: 1.6rem;
  margin: 0;
}

.cyh-col-3>div {
  width: 48%;
}

.cyh-col-3>div:nth-child(2) i {
  background-position: -248px -195px;
}

.cyh-col-3-img {
  padding: 3.2rem 0;
}

.cyh-col-3-img>div {
  position: relative;
  margin-bottom: 16px;
}

.cyh-col-3-img>div>div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-color: rgba(34, 81, 162, .5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.cyh-col-3-img>div:hover>div {
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
}

.cyh-col-3-img>div>div p {
  font-size: 1.8rem;
  color: #fff;
  margin: 1.6rem 0 0 0;
}

.cyh-col-4-box-t>div {
  width: 31.5%;
  padding: 2.2rem 6.6rem;
  background-color: #fff;
  box-shadow: 0 0 40px rgba(0, 0, 0, .1);
  border-radius: 16px;
}

.cyh-col-4-box-t>div span {
  display: block;
  color: #dfe3ee;
  font-size: 5.6rem;
  line-height: 1;
  font-weight: 500;
  ;
  margin-bottom: 1.8rem;
}

.cyh-col-4-box-t>div p {
  color: var(--black-txt-color);
  font-size: 2.4rem;
  margin-bottom: 1.8rem;
}

.cyh-col-4-box-t>div font {
  color: var(--black-txt-color);
  font-size: 1.6rem;
  text-align: center;
  display: block;
}

.cyh-col-4-box-t>div:hover {
  background: linear-gradient(225deg, #3c79e3, #2251a2);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  box-shadow: 0 0 40px rgba(0, 0, 0, .2);
}

.cyh-col-4-box-t>div:hover p,
.cyh-col-4-box-t>div:hover font {
  color: #fff;
}

.cyh-col-4-box-b {
  margin-top: 6.2rem;
  padding: 0 0 3.6rem 0;
}

.cyh-col-4-box-b>div {
  padding: 1.8rem 0;
  margin-bottom: 2.2rem;
}

.cyh-col-4-box-b>div p {
  font-size: 2.2rem;
  color: var(--black-txt-color);
  margin-bottom: 0;
  margin-top: 1.6rem;
  text-align: center;
}

.cyh-col-4-box-b>div i {
  display: block;
  width: 105px;
  height: 105px;
  background-image: url(../images/sprites.png);
  background-repeat: no-repeat;
}

.cyh-col-4-box-b>div:nth-child(1) i {
  background-position: -36px -668px;
}

.cyh-col-4-box-b>div:nth-child(2) i {
  background-position: -189px -668px;
}

.cyh-col-4-box-b>div:nth-child(3) i {
  background-position: -342px -668px;
}

.cyh-col-4-box-b>div:nth-child(4) i {
  background-position: -495px -668px;
}

.cyh-col-4-box-b>div:nth-child(5) i {
  background-position: -648px -668px;
}

.cyh-col-4-box-b>div:nth-child(6) i {
  background-position: -801px -668px;
}

.cyh-col-4-box-b>div:nth-child(7) i {
  background-position: -954px -668px;
}

.cyh-col-4-box-b>div:nth-child(8) i {
  background-position: -1107px -668px;
}

.cyh-col-4-box-b>div:hover p {
  color: #fff;
}

.cyh-col-4-box-b>div:hover {
  background: linear-gradient(225deg, #3c79e3, #2251a2);
  transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  box-shadow: 0 0 40px rgba(0, 0, 0, .2);
}

.cyh-col-4-box-b>div:hover i {
  background-position-y: -804px;
}

.cyh-col-4-box-l span {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #fff;
  background-color: #d5e0f3;
}

.cyh-col-4-box-l div p {
  margin: 0 0 0 2rem;
  font-size: 2rem;
  color: var(--black-txt-color);
  position: relative;
}

.cyh-col-4-box-l div.active p {
  color: var(--theme-blue-color);
  font-weight: 600;
}

.cyh-col-4-box-l div.active span {
  background-color: var(--theme-blue-color);
  font-weight: normal;
}

.cyh-col-4-box-l div p font {
  margin: 0 0 0 0;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 1.6rem;
  color: #4f4f4f;
  white-space: nowrap;
  opacity: 0;
}

.cyh-col-4-box-l div.active p font {
  margin: 0 0 0 0;
  position: absolute;
  left: 0;
  bottom: -2.6rem;
  font-size: 1.6rem;
  color: #4f4f4f;
  white-space: nowrap;
  opacity: 1;
}

.cyh-col-4-box-l>p {
  text-align: left;
  font-size: 2.4rem;
  line-height: 1.8;

}

.cyh-col-4-box-l>div {
  margin-top: 16.4rem;
  position: relative;
}

.cyh-col-4-box-l>div>div {
  margin-bottom: 10.5rem;
  cursor: pointer;
}

.cyh-col-4-box-l>div>div:nth-child(3) {
  /* margin-bottom: 0; */
}

.cyh-col-4-box-l>div::after {
  z-index: -1;
  position: absolute;
  content: "";
  top: 0;
  left: 13px;
  width: 3px;
  height: 554px;
  margin-top: -127px;
  background: linear-gradient(to bottom, #ffffff, var(--theme-blue-color), #ffffff);
}

.cyh-col-4-box-r {
  padding: 6.2rem 0;
}

.cyh-col-4-box-r>div {
  width: 100%;
  margin-bottom: 16px;
}

.cyh-col-4-box-r>div img {
  width: 100%;
}

.showImg {
  display: none;
}

.showImg div div {
  margin-bottom: .8rem;
}

.showImg.active {
  display: flex;
  -webkit-animation: open .35s ease-in-out forwards;
  -o-animation: open .35s ease-in-out forwards;
  -moz-animation: open .35s ease-in-out forwards;
  animation: open .35s ease-in-out forwards;
}

.cyh-col-6-con>div {
  width: 31.5%;
}

.cyh-col-6-con>div img {
  width: 100%;
}

.cyh-col-6-con .cyh-col-6-con-txt {
  background-color: #fff;
  padding: 2.4rem;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, .1);
}

.cyh-col-6-con .cyh-col-6-con-txt p {
  font-size: 2rem;
  color: var(--black-txt-color);
  text-align: center;
}

.cyh-col-6-con .cyh-col-6-con-txt font {
  text-align: center;
  font-size: 1.6rem;
  display: block;
  color: var(--black-txt-color);
}

.cyh-col-6-box {
  padding: 6rem 0;
}

.cyh-col-6-con>div:hover .cyh-col-6-con-txt {
  background-color: var(--theme-blue-color);
  color: #fff
}

.cyh-col-6-con>div:hover .cyh-col-6-con-txt p {

  color: #fff
}

.cyh-col-6-con>div:hover .cyh-col-6-con-txt font {

  color: #fff
}

.zt-title font {
  display: block;
  margin-top: 2.6rem;
  text-align: center;
  color: #97989c;
}

.cyh-col-7-con-img {
  width: 131px;
  height: 131px;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cyh-col-7-con-img span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

.cyh-col-7-con-img i {
  width: 105px;
  height: 105px;
  display: block;
  background-image: url(../images/sprites.png);
  background-repeat: no-repeat;
}

.cyh-col-7-con>div {
  /* min-width: 20%; */
  margin-bottom: 3.6rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

/* .cyh-col-7-con>div:nth-child(3),.cyh-col-7-con>div:nth-child(8){
       
      }
      .cyh-col-7-con>div:nth-child(5),.cyh-col-7-con>div:nth-child(10){
        align-items: flex-end;
        min-width: 20%; 
      }
      .cyh-col-7-con>div:nth-child(1),.cyh-col-7-con>div:nth-child(6){
        align-items: flex-start;
        min-width: 20%; 
      } */
.cyh-col-7-con>div p {
  font-size: 2.2rem;
  margin-top: 2.2rem;
  color: var(--black-txt-color);
  position: relative;
}

.cyh-col-7-con>div p font {
  font-size: 1.4rem;
  position: absolute;
  bottom: -2.2rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  color: var(--black-txt-color);
  display: block;
  white-space: nowrap;
}

.cyh-col-7-con>div:hover span {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
}

.cyh-col-7-con>div:nth-child(1) i {
  background-position: -1295px -665px;
}

.cyh-col-7-con>div:nth-child(2) i {
  background-position: -1429px -673px;
}

.cyh-col-7-con>div:nth-child(3) i {
  background-position: -1563px -665px;
}

.cyh-col-7-con>div:nth-child(4) i {
  background-position: -1697px -665px;
}

.cyh-col-7-con>div:nth-child(5) i {
  background-position: -1831px -665px;
}

.cyh-col-7-con>div:nth-child(6) i {
  background-position: -1295px -798px;
}

.cyh-col-7-con>div:nth-child(7) i {
  background-position: -1429px -798px;
}

.cyh-col-7-con>div:nth-child(8) i {
  background-position: -1563px -798px;
}

.cyh-col-7-con>div:nth-child(9) i {
  background-position: -1697px -798px;
}

.cyh-col-7-con>div:nth-child(10) i {
  background-position: -1831px -798px;
}

#mobheader,
.slide-nav {
  display: none;
}

#mobfooter {
  display: none;
}

.entry2-l ul:nth-child(1) li:nth-child(6) {
  display: none;
}

.m-bottom-fix {
  display: none;
}

.slideTable-m {
  display: none;
}

.mob-show {
  display: none !important;
}

.m-tel {
  display: none;
}

.yuanquLogo {
  display: flex;
  /* justify-content: space-between; */
}

.yuanquLogo>div {
  width: 25%;
}

.cy-pc-hide {
  display: none;
}

.cy-mob-hide {
  display: flex;
}

.logo {
  width: 175px;
  height: 46px;
  background: url(/template/jinhang/images/logo-b.png) 0 0 no-repeat;
}

.logo img {
  height: 100%;
}

.ad-fix {
  position: fixed;
  bottom: 5px;
  left: 5px;
  z-index: 9999;
}

.ad-fix .ad-fix-item {
  position: relative;
}

.ad-fix .ad-fix-item .closeAd {
  position: absolute;
  right: 10px;
  top: 10px;
  display: flex;
  width: 20px;
  height: 20px;
  font-family: cursive;
  text-align: center;
  color: #333;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
}

.ad-fix .ad-fix-item .closeAd:hover {
  color: #fff;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  background: rgba(0, 0, 0, 0.6);
}

.ad-fix .ad-fix-item img {
  display: block;
  border-radius: 15px;
}

.index-new-t {

  margin-top: 8.5rem;
}

.index-new-t:nth-child(2) {
  padding: 0 0 0 14rem;
}

.news-50 {
  width: 50%;
}

.news-50:nth-child(2) {
  padding: 0 0 0 6rem;
}

.iNewsinfoArea {
  margin-top: 2.5rem;
}

.iNewsInfoBox:hover {
  background-color: #ebebeb;
}

.iNewsInfoBox:hover .iNewsInfo * {
  color: var(--theme-blue-color);
  font-weight: 900;
}

.iNewsInfoBox .iNewsInfoImg {
  min-width: 230px;
  width: 230px;
  height: 140px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.iNewsInfoBox .iNewsInfoImg img {
  display: block;
  position: absolute;
  height: 100%;
  max-height: 100%;
  min-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translateX(-50%, -50%);
}

.iNewsInfoBox .iNewsInfo {
  padding: 0 0 0 4rem;
}

.iNewsInfoBox .iNewsInfo span {
  display: block;
  color: var(--black-txt-color2);
  font-size: 1.6rem;
  border-bottom: 1px solid #c3c3c3;
  padding: 1rem 0 1.5rem;
}

.iNewsInfoBox .iNewsInfo h3 {
  font-size: 1.8rem;
  margin-top: 2rem;
  line-height: 1.7;
  color: var(--black-txt-color);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.i-news-item {
  margin-bottom: 2rem;
}

.i-news-item:last-child {
  margin-bottom: 0;
}

.zcPagecon p {
  width: 100%;
}

.zcPagecon img {
  height: 5em !important;
}

.zcNote-item-info {
  width: 100%;
  justify-content: space-between;
}

.zcNote-item-info span {
  font-size: 1.8rem;
  color: var(--50gray-color);
  letter-spacing: -4px;
}

.zcNote-item-info h3 {
  font-size: 1.8rem;
  color: var(--50gray-color);
  width: calc(100% - 2.4rem - 10rem);
  padding: 0 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.zcNote-item-info font {
  font-size: 1.8rem;
  color: var(--50gray-color);
}

.zcNote-item-info:hover * {
  color: var(--theme-blue-color);
  font-weight: 900;
}

.zcNote-item li {
  padding: 0 0 2.2rem 0;
  margin-bottom: 2.2rem;
  border-bottom: 1px dashed #c6c6c6;
}

.zcNote-item li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.zcNote-bg {
  background-color: #eef1f8;
  padding: 10rem 0;
}

.zcnotelistArea {
  width: 1580px;
  margin: 0 auto;
  padding: 5rem 9rem;
  background-color: #fff;
  box-sizing: border-box;
}

.zcnotelistArea>ul li {
  padding: 3.5rem 0;
  border-bottom: 1px dashed #c6c6c6;
}

.zcnotelistArea>ul li:last-child {
  margin-bottom: 4.5rem;
}

.zcCon {
  background-color: #fff;
    padding: 6rem 4rem;
}

.fileArea {
  margin-top: 3.5rem;
  flex-wrap: wrap;
}

.fileArea li {
  width: 25%;
  padding: 0 3rem;
  margin-bottom: 2.5rem;
}

.fileArea li p {
  margin-top: 2.5rem;
  color: var(--50gray-color);
  font-size: 1.4rem;
}

.fileIcon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}

.fileIcon img {
  width: 89px;
  display: block;
}

.zcfrom {
  background-color: #fff;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, .1),
    -5px -5px 15px rgba(0, 0, 0, .1);
  padding: 3.5rem;
  margin: 3.5rem;
}

.zcfrom form {
  display: block;

}

.zcfrom p {
  color: var(--theme-blue-color);
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 3.5rem;
}

.zcfrom form>div {
  flex-wrap: wrap;

}

.zcfrom form .zcItem {
  width: 50%;
  padding: 0 20px 0 0;
  margin-bottom: 1.5rem;
}

.zcfrom form .zcItem:nth-child(2n) {
  width: 50%;
  padding: 0 0 0 20px;
}

.zcfrom form .zcItem input {
  display: block;
  width: 100%;
  background-color: #f5f7fa;
  border: none;
  padding: 1.75rem 1.75rem;
  font-size: 1.4rem;
  color: var(--black-txt-color);
}

.zcfrom form .zcItem ::-webkit-input-placeholder {
  color: var(--50gray-color);
}

.zcfrom form button {
  display: block;
  border: 2px solid var(--theme-blue-color);
  border-radius: 10px;
  background-color: rgba(34, 81, 162, .1);
  width: 220px;
  margin: 2.5rem auto 0;
  line-height: 2.6;
  letter-spacing: 3px;
  font-size: 1.6rem;
}

.zcfrom form button:hover {
  background: linear-gradient(45deg, #17729D, #FDD100);
  color: #fff;
}

.jbbg {
  padding: 6.5rem 0;
  background: url(../images/jbBg.jpg) no-repeat right bottom;
  background-size: 25% auto;
}

.aboutPage {
  display: flex;
  margin-bottom: 3.5rem;
  flex-wrap: wrap;
  justify-content: space-between;

}

.aboutPage>div {
  position: relative;
  width: 27.3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5.5rem;
}

.aboutPage>div:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 118px;
  background: url(../images/dsleft.png) no-repeat center center;
  position: absolute;
  left: 0;
  bottom: 0;
}

.aboutPage>div:after {
  content: "";
  position: absolute;
  width: 60px;
  height: 118px;
  background: url(../images/dsright.png) no-repeat center center;
  position: absolute;
  right: 0;
  bottom: 0;
}

.aboutPage>div .about-4-date {
  font-size: 2.4rem;
  padding: 8px 4.8rem;
  color: #454545;
  border-bottom: 1px solid #d0d0d0;
}

.aboutPage>div h4 {
  font-family: aliMaMa;
  font-size: 3.3rem;
  background: linear-gradient(45deg, #17729D, #FDD100);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  clip-path: text;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 700;
}

.jgPage {
  padding: 6rem 0;
  display: flex;
  justify-content: center;
}

.indexNews .newsInfo-box li {
  min-width: 50%;
  padding: 0 1.6rem 0 0;
}

/* .indexNews li:nth-child(2){
            width: 50%;
            padding: 0 0 0 3.6rem;
          } */
.ldPage {
  display: flex;
  padding: 3.6rem 0 7.2rem;
  flex-wrap: wrap;
}

.ldPage li {
  align-items: center;
  position: relative;
  width: 50%;
  padding: 3.6rem 2.6rem 3.6rem 0;
  margin-top: 4.5rem;
  z-index: 1;
}

.ldPage li:nth-child(2n) {
  padding: 3.6rem 0rem 3.6rem 2.6rem;
}

.ldPage li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 90%;
  bottom: 99%;
  background-color: #e5e5e5;
  transition: all 0.3s;
}

.ldPage li:nth-child(2n)::after {
  left: 2.6rem;
}

.ldPage li:hover::after {
  bottom: 0;
}

.ldPage li>div>div>p {
  font-size: 3.5rem;
  background: linear-gradient(45deg, #17729D, #FDD100);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  clip-path: text;
  line-height: 1;
  font-weight: 700;
  position: relative;
}

.ldPage li>div>div>p span {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 1.6rem;
  padding: 1rem 0 0 0;
  font-weight: normal;
}

.ldPage li>div {
  display: flex;
  padding: 1.8rem 0 1.8rem 3.6rem;
  border-left: 2px solid var(--theme-blue-color);
  align-items: center;
}

.ldPage li>div>div {
  min-width: 60%;
}

.ldPage li>div>p {
  text-align: justify;
  text-justify: inter-word;
  /* 适用于旧版IE浏览器 */
  -moz-text-align-last: justify;
  /* 适用于Firefox */
  text-align-last: justify;
  /* 适用于现代浏览器 */
  width: 9rem;
  font-size: 2.8rem;
  color: var(--black-txt-color);
  line-height: 1;

}

.companyInfo1 {
  align-items: center;
  padding: 9.6rem 0;
}

.company1left {
  width: 50%;
  padding-right: 2.6rem;
}

.company1left-tilte {
  margin-bottom: 2.5rem;
}

.company1left-tilte h3 {
  font-size: 4rem;
  color: var(--theme-blue-color);
}

.company1left-tilte span {
  font-size: 1.6rem;
  color: #c5c8ca;
}

.company1left p {
  font-size: 1.5rem;
  line-height: 1.8;
  color: var(--txt-black-color);
}

.numberCom {
  margin-top: 4rem;
  display: flex;

}

.numberCom dl {
  margin-right: 9.6rem;
}

.numberCom dl .bigTxt b {
  background: linear-gradient(45deg, #17729D, #FDD100);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  clip-path: text;
  font-size: 8.2rem;
  font-weight: 700;
  line-height: 1;
  display: block;
  letter-spacing: -1px;
}

.numberCom dl .bigTxt .small {
  font-size: 1.8rem;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(100%);
  -wenbkit-transform: translateX(100%);
  font-weight: 500;
  line-height: 1;
}

.numberCom dl .bigTxt {
  position: relative;
}

.numberCom dl dd {
  font-size: 1.6rem;
  color: var(--black-txt-color2);
  letter-spacing: .1rem;

}

.company1right {
  width: 50%;
  padding: 0 0 0 1.6rem;
}

#comImg img {
  height: calc(730px / 1.66);
}

.comBg {
  background: url(../images/jfbg.jpg) no-repeat bottom;
  background-size: cover;
  padding: 11rem 0;
}

.companyInfo2 {
  flex-wrap: wrap;
}

.companyInfo2 dl {
  position: relative;
  margin-bottom: 4.6rem;
}

.companyInfo2 dl::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 100px;
  background-color: #fff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.companyInfo2 dl:nth-child(1) {
  width: 33.33%;
  padding-right: 10.6rem;
}

.companyInfo2 dl:nth-child(3):after {
  display: none;
}

.companyInfo2 dl:nth-child(6):after {
  display: none;
}

.companyInfo2 dl:nth-child(2) {
  width: 33.33%;
  padding: 0 6.6rem;
}

.companyInfo2 dl:nth-child(3) {
  width: 33.33%;
  padding-left: 10.6rem;
}

.companyInfo2 dl:nth-child(4) {
  width: 33.33%;
  padding-right: 10.6rem;
}

.companyInfo2 dl:nth-child(5) {
  width: 33.33%;
  padding: 0 6.6rem;
}
.companyInfo2 dl:nth-child(6) {
  width: 33.33%;
  padding-left: 10.6rem;
}

.companyInfo2-title p {
  font-size: 2rem;
  color: #fff;
  position: relative;
  font-weight: normal;
  margin-left: 1.6rem;
}

.companyInfo2-title p:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: translateY(1rem);
  -webkit-transform: translateY(1rem);
}

.companyInfo2 dd {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.8;
  margin-top: 3.6rem;

}

.companyInfo3 {
  position: relative;
  padding: 9.6rem 0;
}

.companyInfo3-right {
  width: 50%;
  position: absolute;
  z-index: 12;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  background-color: var(--theme-blue-color);
}

.companyInfo3-right p {
  padding: 4.5rem;
  background-color: #fff;
  color: var(--txt-black-color);
  font-size: 1.8rem;
  line-height: 2.2;
  transform: translate(-2.2rem, -2.2rem);
  -webkit-transform: translate(-2.2rem, -2.2rem);
}

.companyInfo3-left {
  width: 60%;
}

.indexNews {
  width: 50%;
}

.indexNews:nth-child(2) {
  padding: 0 0 0 4.6rem;
}

.zcNote-item .zcNote-item-info {
  padding: 1rem 0;
}

#comTip .swiper-pagination-bullet {
  width: 25px;
  height: 4px;
  border-radius: 5px;
  background-color: #fff;
  opacity: .5;
}

#comTip .swiper-pagination-bullet-active {
  background-color: var(--theme-blue-color);
  opacity: 1;
}

#comTip2 .swiper-pagination-bullet {
  width: 25px;
  height: 4px;
  border-radius: 5px;
  background-color: #fff;
  opacity: .5;
}

#comTip2 .swiper-pagination-bullet-active {
  background-color: var(--theme-blue-color);
  opacity: 1;
}

.hbpage {
  padding: 60px 0;
}

.hbtilte {
  font-size: 1.8rem;
  line-height: 2;
  padding: 2.5rem 5rem;
  border-radius: 45px;
  text-indent: 2em;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .3),
    0 5px 10px rgba(0, 0, 0, .2);
}

.hbtitle_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.hbtitle_area p {
  display: inline-block;
  color: var(--theme-blue-color);
  font-weight: bold;
  font-size: 5.5rem;
  line-height: 1.3;
  position: relative;
}

.hbtitle_area p:before {
  content: "";
  background-color: var(--theme-blue-color);
  width: 108px;
  height: 4px;
  position: absolute;
  left: -160px;
  top: 60%;
}

.hbtitle_area p:after {
  content: "";
  background-color: var(--theme-blue-color);
  width: 108px;
  height: 4px;
  position: absolute;
  right: -160px;
  top: 60%;
}

.hbtitle_area font {
  width: 100%;
  display: block;
  color: var(--theme-blue-color);
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 1px;
}

.hbtitle_second_area {
  padding: 60px 0;
}

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

.cyst-4-box .service_col li {
  margin-top: 5rem;
  width: 46%;
  box-sizing: border-box;
  padding: 3.5rem 7rem;
  border-radius: 55px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .3),
    0 5px 10px rgba(0, 0, 0, .2);
}

.cyst-4-box .service_col li:hover {
  background-color: var(--theme-blue-color);
}

.cyst-4-box .service_col li:hover * {
  color: #fff;
}

.service_col li p {
  font-size: 2.4rem;
  color: var(--theme-blue-color);
  text-align: center;
  line-height: 1;
}

.service_col li font {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  color: var(--theme-blue-color);
}

.cyst-4-box .service_col li span {
  display: block;
  font-size: 1.6rem;
  text-indent: 2em;
  line-height: 2;
  color: var(--black-txt-color);
  margin-top: 1.6rem;
}

.endInfo {
  margin: 8rem 0 0 0;
  color: var(--50gray-color);
  font-size: 2.8rem;
  text-indent: 2em;
}

.cul_col {
  margin: 6rem 0 0 0;
}

.cul-item {
  background-color: #fff;
  overflow: hidden;
  margin-top: 6rem;
  border-top-left-radius: 80px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .3),
    0 5px 10px rgba(0, 0, 0, .2);
  display: flex;
  align-items: center;
}

.cul-img {
  width: 47%;
}

.cul-img img {
  width: 100%;
}

.cul_list {
  display: flex;
}

.cul_tip_title {
  margin: 0 0 2.2rem 2.2rem;
}

.cul_tip_title p {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: justify;
  color: var(--theme-blue-color);
  line-height: 1;
}

.cul_tip_title span {
  display: block;
  font-size: 1.8rem;
  margin: 1.2rem 0 3.6rem 0;
  color: var(--black-txt-color);
}

.cul_tip_title hr {
  width: 166px;
  height: 2px;
  display: block;
  background-color: #e2e4e3;
  position: relative;
}

.cul_tip_title hr:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 20%;
  background-color: var(--theme-blue-color);
  height: 2px;
}

.cul_info {
  width: calc(100% - 47%);
  box-sizing: border-box;
  padding: 4.5rem 8rem;
  display: flex;
  flex-wrap: wrap;
}

.cul_list {
  width: 50%;
}

.cul_info .cul_list:last-child {
  width: 100%
}

.cul_info .cul_list:last-child .cul_tip_title {
  margin: 0 0 0 2.2rem;
}
.sologanBg{
  background: url(../images/slogan.png) no-repeat;
  background-position: bottom -250px right;
}








@media all and (max-width:1800px) {

  body,
  html {
    font-size: 52.5%;
  }

  .max-width {
    padding-left: 80px;
    padding-right: 80px;
  }

  .mapArea-index {
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }

  .mapTitle {
    margin-bottom: -8rem;
  }

  .parkBtn.park5 {
    top: 60%;
    left: -10rem;
  }

  .parkBtn.park6 {
    top: 20%;
    left: -10rem;
  }

  .parkBtn.park2 {
    top: 60%;
    left: 75rem;
  }

  .parkBtn.park3 {
    top: 20%;
    left: 75rem;
  }

  .nav li {
    padding: 3.5rem 0;
  }

  /* .parkImgBox>img{
   max-height: 460px;
  } */
  .hotNews {
    height: 260px;
  }

  .hotNewifo .more {
    margin-top: 2.6rem;
  }

  .hotNewifo .newInfo p {
    -webkit-line-clamp: 1;
  }

  .fix-left>div {
    top: 150px;
  }

  .slideTable {
    width: 320px;
  }

  .concactList {
    height: 580px;
  }

  .zcFl-box {
    height: 300px;
  }

  .keyPark>div {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }

  .col-subMenu>div:after {
    height: 7.1rem;
  }

  .cyst-1-box {
    padding: 16.8rem;
  }

  .cyst-2-box {
    padding: 12rem 9rem;
  }

  .systBg {
    height: 560px;
  }

  .cyst-1-info {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }

  .cyst-2-info {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }

  .entry-l li {
    margin-right: 1.6rem;
  }

  #cyst2btn5 {
    top: 23%;
    left: 9%;
  }

  #cyst2btn2 {
    top: 8%;
    right: 12%;
  }

  #cyst2btn3 {
    bottom: 4%;
    right: 12%;
  }

  #cyst2btn4 {
    bottom: 0%;
    left: 18%;
  }

  .cyst-4-imgbox img {
    width: 100%;
  }

  .cyst-7-b-l {
    height: 660px;
  }

  .swiperCyst7 {
    height: 660px;
  }

  .swiperCon7 {
    height: 100%;
  }

  .handimg {
    width: 40%;
  }

  #map {
    height: 580px;
  }

  .ptAera-r {
    min-height: 400px;
  }

  .jfptAera-rbox1-t-l img {
    width: 90%;
  }

  .jfptAera-bigbox4 {
    height: auto;
    min-height: auto;
  }

  .fix-left {
    top: 100px;
  }

  .cyh-col-4-box-r {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }

  .ztimgArea-dt {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }

  .ztimgArea-dt-2con {
    transform: scale(0.85);
    -webkit-transform: scale(0.85);
  }

  .ptAera-rbox4-r-s {
    width: 580px;

  }

  .ptAera-rbox4-l-s div:nth-child(2) {
    margin-bottom: 0;
  }

  .ptAera-rbox4-l-s div:nth-child(1) {
    margin-bottom: 16px;
  }

  .dlgPtAera-r {
    display: flex;
    justify-content: center;
  }

  .ptAera-rbox4-r-s img {
    width: 100%;
  }

  .jkgbox-b2-l-img {
    width: 215px;
  }

  .jkgbox-b2-l-img img {
    width: 100%;
  }

  .ztimgArea-dt-l {
    transform: scale(0.75);
    -webkit-transform: scale(0.75);
  }

  .ztimgArea-dt-l {
    margin: -12.5rem 0;
  }

  .ztinfo-box-s {}

  .ztind-l {
    padding-left: 12.6rem;
  }

  /* .ztTxt table td{
    padding: 0.6rem 1.2rem;
  } */
  /* #jkfjy-4pos {
      top: 83px !important;
      left: 980px !important;
  }
  .jkfjy-4pos .lineCri {
      top: 286px !important;
      left: -7px !important;
  }
  .jkfjy-4pos .rightLine {
      
      top: 323px !important;
      right: 62px !important;
  }
  .jkg-pos1 {
      top: 481px !important;
      left: -150px !important;
  }
  .jkg-pos1 .rightLine {
      display: flex !important;
      top: 100px !important;
      right: 82px !important;
  }
  .jkg-pos1 .lineCri {
      display: none !important;
  } */
  .jfptAera-box4-r {
    width: 42%;
  }

  .jfptAera-box4-r img {
    width: 100%;
  }

  .iNewsInfoBox .iNewsInfoImg {
    min-width: 210px;
    width: 210px;
    height: 120px;
  }

  .zcnotelistArea {
    width: 1380px;
  }

  .zcnotelistArea {
    width: 1180px;
  }

  .aboutPage>div:after {
    transform: scale(.9);
  }

  .aboutPage>div:before {
    transform: scale(.9);
  }

  #comImg img {
    height: calc(668px / 1.66);
  }

  #comImg2 img {
    height: calc(817px / 1.89);
  }

  .bannerImg img {
    display: block;
    transform: scale(.9);
    -webkit-transform: scale(.9);
  }

  /* .hotImg{
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  } */
}

/* @media all and (max-width:1620px) {
  .max-width {
    padding-left: 60px;
    padding-right: 60px;
  }
} */

@media all and (max-width:1440px) {

  body,
  html {
    font-size: 52.5%;
  }

  .max-width {
    padding-left: 80px;
    padding-right: 80px;
  }

  .nav li {
    padding: 5rem 0;
  }

  .mapArea-index {
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
  }

  .mapTitle {
    margin-bottom: -20rem;
  }

  /* .parkImgBox>img{
   max-height: 460px;
  } */
  .hotNews {
    height: 260px;
  }

  .hotNewifo .more {
    margin-top: 2.6rem;
  }

  .hotNewifo .newInfo p {
    -webkit-line-clamp: 1;
  }

  .zcFl-box {
    height: 300px;
  }

  .keyPark>div {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }

  .col-subMenu>div:after {
    height: 7.1rem;
  }

  .cyst-1-box {
    padding: 16.8rem;
  }

  .cyst-2-box {
    padding: 12rem 9rem;
  }

  .systBg {
    height: 560px;
  }

  .cyst-1-info,
  .cyst-2-info {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }

  #cyst2btn5 {
    top: 23%;
    left: 0%;
  }

  #cyst2btn2 {
    top: 8%;
    right: 4%;
  }

  #cyst2btn3 {
    bottom: 4%;
    right: 12%;
  }

  #cyst2btn4 {
    bottom: 0%;
    left: 18%;
  }

  .cyst-4-imgbox img {
    width: 100%;
  }

  .cyst-7-b-l {
    height: 660px;
  }

  .swiperCyst7 {
    height: 660px;
  }

  .swiperCon7 {
    height: 100%;
  }

  .handimg {
    width: 40%;
  }

  #map {
    height: 580px;
  }

  .concactList {
    height: 580px;
  }

  .ptAera-r {
    min-height: 360px;
  }

  .jfptAera-rbox1-t-l img {
    width: 90%;
  }

  .jfptAera-bigbox4 {
    height: auto;
    min-height: auto;
  }

  .fix-left {
    top: 100px;
  }

  .ztimgArea-dt-l {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }

  /* .ztTxt table td{
    padding: 0.6rem 1.2rem;
  } */
  /* .jkfjy-4pos {
      top: 83px !important;
      left: 980px !important;
  }
  .jkfjy-4pos .lineCri {
      top: 286px !important;
      left: -7px !important;
  }
  .jkfjy-4pos .rightLine {
      
      top: 323px !important;
      right: 62px !important;
  }
  .jkg-pos1 {
      top: 481px !important;
      left: -150px !important;
  }
  .jkg-pos1 .rightLine {
      display: flex !important;
      top: 100px !important;
      right: 82px !important;
  }
  .jkg-pos1 .lineCri {
      display: none !important;
  } */
  .jfptAera-rbox1-t-r {
    min-width: 48%;
  }

  .jkgbox-b2-l-img {
    width: 215px;
  }

  .jkgbox-b2-l-img img {
    width: 100%;
  }

  .jkgbox-b2-r-t>div:nth-child(2) {
    min-width: 215px;
    overflow: hidden;
  }

  .jfptAera-box4-r {
    width: 36%;
  }

  .ptAera-rbox4-r {
    min-width: 46%;
  }

  .ptAera-rbox4-r img {
    width: 100%;
  }

  .jfptAera-box4-r img {
    width: 100%;
  }

  .ztimgArea-dt {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }

  .jxhxArea>div>img {
    width: 170px;
  }

  .ptAera-rbox4-l>div {
    margin-bottom: 2.6rem;
  }

  .cyst-3-box {
    padding: 6rem 0;
  }

  .cyst-5-box {
    padding: 6rem 0 0 0;
  }

  .entry-l .number {
    margin-right: 2.4rem;
  }

  .entry-l li {
    margin-right: 1.2rem;
  }

  .iNewsInfoBox .iNewsInfoImg {
    min-width: 180px;
    width: 180px;
    height: 98px;
  }

  .zcnotelistArea {
    width: 1180px;
  }

  .aboutPage>div:after {
    transform: scale(.7);
    transform-origin: 50% 100%;
  }

  .aboutPage>div:before {
    transform: scale(.7);
    transform-origin: 50% 100%;
  }

  #comImg img {
    height: calc(543px / 1.66);
  }

  #comImg2 img {
    height: calc(665px / 1.89);
  }

  .bannerImg img {
    display: block;
    transform: scale(.8);
    -webkit-transform: scale(.8);
  }

  /* .keyCYbox{
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        bottom: -10%;
  } */


}

/* @media all and (max-width:1260px) {
  .max-width {
    padding-left: 30px;
    padding-right: 30px;
  }
} */

@media all and (max-width:1380px) {

  body,
  html {
    font-size: 42.5%;
  }

  .logo {
    height: 36px;
  }

  .logo>img {
    height: 100%;
  }

  .mapArea-index {
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform: scale(0.65);
    -webkit-transform: scale(0.65);
  }

  .parkIndex-info {
    margin-top: 22rem;
  }

  .mapTitle {
    margin-bottom: -22rem;
  }

  .newsindex-title {
    margin-top: 7.2rem;
  }

  .nav li .second {
    width: 800px;
    bottom: -190px;
  }

  .nav li .second>.lf {
    width: 230px;
  }

  .nav li .second .rt {
    width: auto;
    padding: 20px;
  }

  .max-width {
    padding-left: 80px;
    padding-right: 80px;
  }

  .nav li {
    padding: 5rem 0;
  }

  .joinImg {
    height: 80px;
  }

  .joinImg img {
    height: 100%;
  }

  .news-b {
    height: 130px;
  }

  .news-b a .infoImg {
    height: 80%;
  }

  /* .parkImgBox>img{
   max-height: 360px;
  } */
  .hotNews {
    height: 260px;
  }

  .hotNewifo .more {
    margin-top: 2.6rem;
  }

  .hotNewifo .newInfo p {
    -webkit-line-clamp: 1;
  }

  .zcFl-box {
    height: 300px;
  }

  .keyPark>div {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }

  .col-subMenu>div:after {
    height: 8.2.rem;
  }

  .col-subMenu>div:after {
    height: 8.2rem !important;
  }

  .cyst-1-box {
    padding: 16.8rem;
  }

  .cyst-2-box {
    padding: 12rem 9rem;
  }

  .systBg {
    height: 560px;
  }

  .cyst-1-info,
  .cyst-2-info {
    transform: scale(07);
    -webkit-transform: scale(0.7);
  }

  #cyst2btn5 {
    top: 23%;
    left: 0%;
  }

  #cyst2btn2 {
    top: 8%;
    right: 4%;
  }

  #cyst2btn3 {
    bottom: 4%;
    right: 12%;
  }

  #cyst2btn4 {
    bottom: 0%;
    left: 18%;
  }

  .cyst-4-imgbox img {
    width: 100%;
  }

  .cyst-7-b-l {
    height: 660px;
  }

  .swiperCyst7 {
    height: 660px;
  }

  .swiperCon7 {
    height: 100%;
  }

  .handimg {
    width: 40%;
  }

  #map {
    height: 580px;
  }

  .ptAera-r {
    min-height: 360px;
  }

  .jfptAera-rbox1-t-l img {
    width: 90%;
  }

  .jfptAera-bigbox4 {
    height: auto;
    min-height: auto;
  }

  .fix-left>div {
    top: 80px !important;
    position: fixed;
  }

  .ztimgArea-dt-l {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }

  .parkInt-info {
    padding: 0 120px 0 60px;
  }

  .ztimgArea-dt-2con,
  .ztimgArea-dt-l {
    transform: scale(0.6) !important;
    -webkit-transform: scale(0.6) !important;
  }

  /* .ztTxt table td{
    padding: 0.6rem 1.2rem;
  } */
  /* .jkfjy-4pos {
      top: 83px !important;
      left: 980px !important;
  }
  .jkfjy-4pos .lineCri {
      top: 286px !important;
      left: -7px !important;
  }
  .jkfjy-4pos .rightLine {
      
      top: 323px !important;
      right: 62px !important;
  }
  .jkg-pos1 {
      top: 481px !important;
      left: -150px !important;
  }
  .jkg-pos1 .rightLine {
      display: flex !important;
      top: 100px !important;
      right: 82px !important;
  }
  .jkg-pos1 .lineCri {
      display: none !important;
  } */
  .jfptAera-rbox1-t-r {
    min-width: 48%;
  }

  .jkgbox-b2-l-img {
    width: 215px;
  }

  .jkgbox-b2-l-img img {
    width: 100%;
  }

  .jkgbox-b2-r-t>div:nth-child(2) {
    min-width: 215px;
    overflow: hidden;
  }

  .jfptAera-box4-r {
    width: 36%;
  }

  .ptAera-rbox4-r {
    min-width: 46%;
  }

  .ptAera-rbox4-r img {
    width: 100%;
  }

  .jfptAera-box4-r img {
    width: 100%;
  }

  .keyCYbox p {
    font-size: 2.2rem;
  }

  .parkBtn.park2 {
    left: 80rem;
  }

  .parkBtn.park3 {
    left: 80rem;
  }

  .parkBtn.park5 {
    left: -15rem;
  }

  .parkBtn.park6 {
    left: -15rem;
  }

  .parkBtn {
    width: 25rem;
    height: 25rem;
    font-size: 2.2rem;
  }

  .parkConbg {
    height: 480px
  }

  .advInfo-img {
    height: auto;
  }

  .advInfo {
    padding: 0 140px 0 90px;
  }

  .advInfo img {
    margin-bottom: 6.2rem;
  }

  .ztimgArea-dt {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    margin: -18rem 0;
  }

  .jxhxArea>div>img {
    width: 170px;
  }

  .ptAera-rbox4-l>div {
    margin-bottom: 2.6rem;
  }

  .cyst-3-box {
    padding: 6rem 0;
  }

  .cyst-5-box {
    padding: 6rem 0 0 0;
  }

  .entry-l .number {
    margin-right: 2.4rem;
  }

  .entry-l li {
    margin-right: 1.2rem;
  }

  .ptAera-box {
    height: 58rem;
  }

  .ptAera-r {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    min-height: 280px;
  }

  .jfptAera-rbox2-t-l {
    overflow: hidden;
  }

  .ztimgArea-dt-s {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }

  .jxhxArea {
    min-height: auto;
    overflow: hidden;
  }

  .fix-left>div {
    z-index: 5;
  }

  .w-128 {
    width: 1080px;
  }

  .cyh-col-3-img {}

  .cyh-col-3-img>div {
    overflow: hidden;
  }

  .cyh-col-3-img>div:nth-child(1) {
    width: 30%;
  }

  .cyh-col-3-img>div:nth-child(2) {
    width: 30%;
  }

  .cyh-col-3-img>div:nth-child(3) {
    width: 36%;
    overflow: hidden;
  }

  .cyh-col-3-img>div:nth-child(4) {
    width: 49%;
  }

  .cyh-col-3-img>div:nth-child(5) {
    width: 49%;
    overflow: hidden;
  }

  .cyh-col-3-img>div>mg {
    width: 100%;
  }

  .showImg>div>div {
    width: 49%;
  }

  .showImg>div>div img {
    width: 100%;
  }

  .col-subMenu>div:after {
    height: 8.rem !important;
  }

  .entry-l li>p {
    font-size: 1.7rem;
  }

  .entry2-l {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }

  .entry2-l ul:nth-child(2) li:nth-child(6) p br {
    display: none;
  }

  .entry2-l ul:nth-child(2) {
    margin-right: -15rem;
  }

  .entry2-l ul:nth-child(2) {
    justify-content: flex-end;
  }

  .contact-t {
    width: 280px;
  }

  .slideTable {
    width: 320px;
  }

  .zcnotelistArea {
    width: 1080px;
  }

  #comImg img {
    height: calc(543px / 1.66);
  }

  #comImg2 img {
    height: calc(556px / 1.89);
  }

  .bannerImg img {
    display: block;
    transform: scale(.7);
    -webkit-transform: scale(.7);
  }

}

@media all and (max-width:768px) {

  body,
  html {
    font-size: 62.5%;
  }

  .m-tel {
    display: block;
  }

  #mobheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 16px 16px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px;
  }

  #mobfooter {
    z-index: 99;
    display: flex;
    position: fixed;
    bottom: 0;
    padding: 5px 0;
    width: 100%;
    font-size: 1.8rem;
    background: linear-gradient(45deg, #17729D, #FDD100);
  }

  #mobfooter>.mobfooter-item {
    flex: 1;
    text-align: center;

  }

  #mobfooter>.mobfooter-item>a {
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .mobfooter-item:nth-child(1) i {

    background-image: url(../images/home_ico.png);
    background-size: cover;
  }

  .mobfooter-item:nth-child(2) i {
    background-image: url(../images/telIcon.png);
    background-size: cover;
  }

  .mobfooter-item:nth-child(3) i {
    background-image: url(../images/kefu.png);
    background-size: cover;
  }

  .mobfooter-item i {
    width: 25px;
    height: 25px;
    display: block;
  }

  .mobfooter-item>a>span {
    font-size: 1.4rem;
  }

  .m-logo {
    display: block;
    width: 130px;
  }

  .m-logo img {
    width: 100%;
  }

  #mobheader .rt-btn .right-btn span {
    display: block;
    background: linear-gradient(45deg, #17729D, #FDD100);
    width: 25px;
    height: 3px;
  }



  .slide-nav {
    display: block;
  }

  .slide-nav .arr-box .closebtn {
    width: 20px;
    vertical-align: middle;
    margin-right: 18px;
  }

  .slide-nav {
    position: fixed;
    background-color: #fff;
    background-size: 100% auto;
    width: 60%;
    height: 100%;
    top: 0;
    right: -78%;
    z-index: 1000;
    -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding: 50px 0 0;
    overflow: scroll;
  }

  .slide-nav .arr-box {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 47px;
    line-height: 47px;
    background: #dadada;
    text-align: right;
  }

  .slide-nav h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px 0 24%;
    height: 45px;
    line-height: 45px;
    font-weight: normal;
  }

  .slide-nav h3 a {
    font-size: 15px;
    color: #333333 !important;
    display: block;
    width: 100%;
  }

  .slide-nav h3 a {
    font-size: 15px;
    color: #333333;
    display: block;
    width: 100%;
  }

  .slide-nav h3 div.arr {
    width: 12px;
    height: 12px;
    background: url(../images/jia.png) no-repeat;
    background-size: 12px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .slide-nav h3 div.arr.arr-active {
    background: url(../images/jian.png) no-repeat center;
    background-size: 7px auto;
  }

  .slide-nav>div ul li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }

  .slide-nav>div ul {
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 73%;
    margin: auto;
  }

  .slide-nav>div ul li {
    line-height: 40px;
    height: 40px;
    list-style: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    padding-left: 0%;
  }

  .slide-nav>div ul li a {
    display: block;
    color: #333333;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
  }

  #mobheader .rt-btn .right-btn span:nth-child(2) {
    margin: .5rem 0;
  }

  /*联系我们*/
  .systBg {
    background-size: auto 100%;
    margin-top: 66px;
  }

  .systBg>h4 {
    font-size: 2.6rem;
  }

  .systBg {
    height: 20vh;
  }

  .max-width {
    padding: 0 2rem;
  }

  .head-fix {
    display: none;
  }

  .gr_kefu {
    display: none;
  }

  .fl-t {
    flex-direction: column-reverse;
  }

  .concactList {
    position: static;
    padding: 2rem;
    height: auto;
  }

  .contact-t {
    width: 100%;
  }

  #map {
    height: 30vh;
  }

  .fl-t>div:nth-child(2) img {
    height: 60px;
  }

  .fl-t>div:nth-child(2) {
    margin-bottom: 1.6rem;
    display: none;
  }

  .foot-info h3 {
    font-size: 1.7rem;
  }

  .foot-info p {
    font-size: 1.5rem;
  }

  .foot-info i {
    transform: scale(0.6, 0.6);
    -webkit-transform: scale(0.6, 0.6);
  }

  .contact-t p {
    font-size: 1.8rem;
  }

  .fl-b {
    flex-direction: column-reverse;
    align-items: flex-start !important;
  }

  .foot-item {
    padding: 2.4rem 0 1.8rem 0;
    padding-bottom: 90px;
  }

  .fl-b p,
  .fl-b a {
    font-size: 1.2rem;
  }

  /*新闻列表*/
  .col-subMenu {
    display: none;
  }

  .newsimg-list {
    min-width: 120px;
    width: 120px;
    height: 90px;
  }

  .newslistArea {
    padding: 2rem 0 3.2rem;
  }

  .newsinfo-list p {
    font-size: 1.7rem;
    width: 100%;
  }

  .newsinfo-list span {
    font-size: 1.4rem;
    width: 100%;
  }

  .newsinfo-list {
    width: 100%;
    margin-top: .8rem;
    padding: 0 8px 0 0;
  }

  .newslistArea li {
    width: 100%;
  }

  .newslist-box {
    width: 100%;
    justify-content: space-between;
  }

  .newslist-box:hover {
    padding: 4px;
  }

  .newDate {}

  .newDate p {
    display: inline-block;
    font-size: 1.2rem;

  }

  .newDate span {
    display: inline-block;
    font-size: 1.2rem;
    color: #1a1a1a;
    position: relative;
    padding: 0 0 0 3px;
  }

  .newDate span::after {
    content: "/";
    position: absolute;
    font-size: 1.2rem;
    color: #1a1a1a;
    top: 0;
    left: -2px;
  }

  .mob-news-list {
    flex-direction: column;
    width: calc(100% - 120px);
  }

  /*新闻内页*/
  .menuBar {
    display: none !important;
  }

  .con {
    margin-top: 8rem;
    padding: 1.6rem;
  }

  .con-tilte h1 {
    font-size: 2.2rem;
  }

  .newsCon-area-l {
    padding: 0;
  }

  .con-tilte span {
    font-size: 1.3rem;
  }

  .newsCon-area {
    flex-direction: column;
  }

  .newsCon-area-r {
    padding: 0;
    margin: 1.6rem 0 0 0;
  }

  .recommend-con>p {
    font-size: 1.8rem;
  }

  .recommend-con {
    padding: 1.6rem;
  }

  .recommend-list {
    margin-top: 1.6rem;
  }

  .recommend-list a>p {
    font-size: 1.rem;
  }

  .recommend-list li:nth-child(4),
  .recommend-list li:nth-child(5) {
    display: none;
  }

  .newsCon-area {
    margin-bottom: 1.6rem;
  }

  /*入驻指南*/
  .entry-big-box {
    padding: 1.6rem 0 0 0;
    flex-direction: column;
  }

  .entry-l-box {
    padding: 0;
  }

  .entry-l {
    padding: 1.6rem;
  }

  .entry-l>p {
    font-size: 2.2rem;
  }

  .entry-l>font {
    font-size: 1.5rem;
  }

  .handimg {
    position: static;
    width: 100%;
    margin-top: 1.6rem;
  }

  .handimg-box {
    width: 100%;
    height: auto;
  }

  .handimg-box img {
    position: static;
    width: 100%;
    transform: none;
    -webkittransform: none;
  }

  .entry-l ul {
    margin-bottom: 2.6rem;
  }

  .entry-l ul li {
    margin-top: .8rem;
  }

  .entry-l .plus:after {
    display: none;
  }

  .entry-l>span {
    margin: 1.6rem 0;
  }

  .entry-r-box {
    padding: 0;
  }

  .entry-r-box {
    padding: 0;
    margin: 1.6rem 0 0 0;
  }

  .formTable {
    margin: 0;
    padding: 2.2rem 1.6rem 1.6rem;
    background-color: #fff;
    box-shadow: 0 0 60px #ececec;
    -webkit-box-shadow: 0 0 60px #ececec;
  }

  .formTable h4 {
    font-size: 2.2rem;
  }

  .entry-1-box {
    padding: 0;
  }

  .entry2-l {
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  .entry-l li>p {
    font-size: 1.6rem;
  }

  .entry2-l ul {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .entry2-l li {
    width: 46%;
    margin-bottom: 1.6rem;
  }

  .entry2-l li img {
    width: 60%;
  }

  .entry-l .number {
    width: 40px;
    height: 40px;
    font-size: 2.4rem;
  }

  .entry2-l ul:nth-child(1) li:nth-child(6) {
    display: flex;
  }

  .entry2-l ul:nth-child(1) li:nth-child(2),
  .entry2-l ul:nth-child(1) li:nth-child(4),
  .entry2-l ul:nth-child(2) li:nth-child(2),
  .entry2-l ul:nth-child(2) li:nth-child(4) {
    display: none;
  }

  .entry2-l ul:nth-child(1) li:nth-child(5):after {
    display: none;
  }

  .entry2-l ul:nth-child(1) {
    margin-bottom: 0;
  }

  .entry2-l ul:nth-child(2) {
    flex-direction: row;
  }

  .entry2-l ul:nth-child(2) li:nth-child(1) {
    display: none;
  }

  .entry2-l li p {
    width: 100%;
    margin: .8rem 0 0 0;
  }

  .entry2-l ul:nth-child(2) {
    justify-content: space-between;
  }

  .qyChange {
    bottom: -139.9px;
  }

  .qyChange li {
    padding: 8px 12px;
  }

  /*产业生态*/
  .colTitle h4 {
    font-size: 2.2rem;
  }

  .colTitle {
    padding: 16px 0 0 0;
    margin-top: 1.6rem !important;
  }

  .cyst-7-box {
    padding: 1.6rem 0;
  }

  .colTitle h4:after {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    top: auto;
    bottom: -16px;
    left: 0;
  }

  .cyst-7-box p {
    font-size: 1.4rem;
  }

  .cyst-7area {
    flex-direction: column;
  }

  .cyst-7-b-l:before {
    width: 100%;
    background: url(../images/mobcyst-7img-1.png) no-repeat;
    background-size: cover;
    background-position: bottom center;
  }

  .cyst-7-b-l {
    height: auto;
    padding: 1.6rem 0;
  }

  .alphaBox {
    width: 42%;
  }

  .cyst-7-b-lcon {
    width: 100%;
  }

  #changePT {
    width: 100%;
  }

  .cyst-7-b-l .active div {
    font-size: 1.2rem;
  }

  .alphaBox {
    height: auto;
    min-height: 80px;
  }

  .alphaBox>p {
    font-size: 2.2rem;
  }

  .swiperCyst7 {
    height: 360px;
  }

  .swiperCon7 {
    width: 100%;
    left: 0;
    top: -24px;
  }

  .cyst-7-rightbtn,
  .cyst-7-letfbtn {
    transform: scale(.7);
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
  }

  .cyst-b-rcon>div:nth-child(2) {
    padding: 1.6rem;
  }

  .cyst-b-rcon p {
    font-size: 2.2rem;
  }

  .cyst-6-box {
    padding: 1.6rem 0;
  }

  .zcFl-box>.zcTitle>.zcButton {
    margin: 10px auto 0;
    position: static;
    bottom: 0;
    left: 0;
    transform: none;
  }

  .zcFl {
    flex-direction: column;
  }

  .cyst-6-box .zcFl-box {
    width: 100%;
    margin-bottom: 1.6rem;
    padding: 1.6rem;
  }

  .cyst-5-box {
    padding: 0 0 0 0;
  }

  .cyst-5-1-l p {
    font-size: 4.6rem;
  }

  .cyst-5-1 {
    flex-direction: column;

  }

  .cyst-5-1 .col-xl-6 {
    padding: 0;
  }

  .cyst-5-1-r {
    padding: 0;
    margin: 1rem 0 0 0;
  }

  .cyst-5-1-l font {
    font-size: 1.6rem;
  }

  .cyst-5-2 {
    margin: 1.6rem 0;
  }

  .cyst-5-2>div:nth-child(2) {
    flex-direction: column;

    >div {
      padding: 0;
    }
  }

  .cyst-5-2-lcon {
    padding: 1.6rem;
  }

  .cyst-5-2-l {
    padding: 0;
    margin-bottom: 1.6rem;
  }

  .cyst-5-2-lcon ul li {
    font-size: 1.4rem;
    line-height: 1.8;
    margin: .8rem 0;
  }

  .cyst-5-2-rcon ul li {
    font-size: 1.4rem;
    line-height: 1.8;
    margin: .8rem 0;
  }

  .cyst-5-2-r {
    padding: 0;
  }

  .cyst-5-2-rcon {
    padding: 1.6rem;
  }

  .zhufangBg ul {
    flex-wrap: wrap;
  }

  .zhufangBg ul li:nth-child(1) {
    flex: 1 1 100%;
  }

  .zhufangBg ul li:nth-child(2) {
    flex: 1 1 100%;
    margin-bottom: 1.6rem;
    text-align: center;
    font-size: 2.2rem;
  }

  .zhufangBg ul li:nth-child(1) p {
    font-size: 5.6rem;
    text-align: center;
  }

  .zhufangBg ul li:nth-child(1) font {
    text-align: center;
    font-size: 1.6rem;
  }

  .zhufangBg ul li p span {
    right: auto;
  }

  .zhufangBg ul li {
    font-size: 1.2rem;
  }

  .zhufangBg ul li p {
    font-size: 2.2rem;
    margin-bottom: .8rem;
  }

  .zhufangBg ul li font {
    font-size: 1.2rem;
  }

  .zhufangBg ul li p span {
    font-size: 1.5rem;
  }

  .zhufangBg {
    padding: 2.6rem 0;
  }

  .cyst-4-box ul li {
    padding: 1.6rem 0;
  }

  .cyst-4-listbox {
    flex-direction: column;
  }

  .cyst-4-listbox p {
    font-size: 1.4rem;
  }

  .cyst-4-listbox>div:nth-child(2) {
    padding: 0;
    margin: .8rem 0 0 0;
  }

  .cyst-4-box ul li.grayBg .cyst-4-listbox {
    flex-direction: column;
  }

  .cyst-4-listbox>div:nth-child(1) {
    padding: 0;
  }

  .cyst-4-box ul li.grayBg .cyst-4-listbox>div:nth-child(1) {
    padding: 0;
  }

  .hzjgbox .col-4 {
    padding: 0;
  }

  .cyst-3-box-info>div>div {
    padding: 0;
    margin: 0 0 1.6rem 0;
  }

  .cyst-4-box {
    padding: 0 0 1.6rem 0;
  }

  .cyst-3-box {
    padding: 1.6rem 0;
  }

  .cyst-3-box-info {
    margin-top: 0 !important;
  }

  .cyst-3-box-info .col-6 {
    padding: 0;
  }

  .cyst-3-box .colTitle {
    margin-top: 0 !important;
  }

  .cyst-2-box {
    padding: 1.6rem 0;
    overflow: hidden;
  }

  .cystcir {
    width: 460px;
  }

  .cystcir-center {
    width: 180px;
  }

  .cystcir-center img {
    width: 100%;
  }

  .cyst2btn {
    transform: scale(.5) !important;
    -webkit-transform: scale(.5) !important;
  }

  #cyst2btn1 {
    top: 0px;
    left: 50%;
    margin-top: -162px;
    margin-left: -162px;
  }

  #cyst2btn2 {
    top: 0%;
    left: 100%;
    margin-left: -162px;
  }

  #cyst2btn3 {
    top: 58%;
    left: 88%;
    margin-left: -162px;
  }

  #cyst2btn4 {
    top: 58%;
    left: 12%;
    margin-left: -162px;
  }

  #cyst2btn5 {
    top: 0%;
    left: 0%;
    margin-left: -162px;
  }

  .cyst-1-box {
    padding: 4.6rem 0;
  }

  .cyst-1-bimg {
    width: 420px;
  }

  .cystBtn {
    transform: scale(.5) !important;
    -webkit-transform: scale(.5) !important;
  }

  .cystBtntxt div p {
    font-size: 3.8rem;
  }

  .cyst-1-btn {
    left: -46px;
    bottom: 0;
    margin-left: -90px;
    margin-bottom: -90px;
  }

  .cyst-2-btn {
    left: 46px;
    bottom: 112px;
    margin-left: -90px;
    margin-bottom: -90px;
  }

  .cyst-3-btn {
    left: 182px;
    bottom: 182px;
    margin-left: -90px;
    margin-bottom: -90px;
  }

  .cystBtntxt img {
    display: none;
  }

  .cyst-4-btn {
    left: 352px;
    bottom: 62px;
    margin-left: -90px;
    margin-bottom: -90px;
  }

  .cyst-5-btn {
    left: 442px;
    bottom: -70px;
    margin-left: -90px;
    margin-bottom: -90px;
  }

  /*产业*/
  .colBg-Area {
    height: 20vh;
    margin-top: 66px;
  }

  .colBg-Area>h4 {
    font-size: 2.6rem;
  }

  .jumpTip {
    bottom: 1rem;
    -webkit-transform: scale(.7);
    transform: scale(.7);
  }

  .keyPark {
    padding: 1.6rem 0;
  }

  .keyPark>div {
    flex-direction: column;
  }

  .kp-cir {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    margin-top: -150px;
    margin-bottom: -80px;
  }

  .parkBtn {
    -webkit-transform: scale(.7);
    transform: scale(.7);
    font-size: 3.6rem;
    padding: 0 2.6rem;
    text-align: center;
  }

  .parkBtn.park1 {
    margin-left: -120px;
  }

  .parkBtn.park2 {
    margin-left: -120px;
    margin-right: -220px;
    left: auto;
    top: 10%;
    right: 0;
  }

  .parkBtn.park3 {
    margin-left: -120px;
    margin-right: -220px;
    left: auto;
    top: 60%;
    right: 0;
  }

  .parkBtn.park4 {
    margin-left: -120px;
    left: 50%;
    top: 80%;
  }

  .parkBtn.park5 {
    margin-left: -210px;
    left: 0;
    top: 60%;
  }

  .parkBtn.park6 {
    margin-left: -210px;
    left: 0;
    top: 10%;
  }

  .keyPark-info {
    padding: 0;
    height: auto;
  }

  .keyPark-title {
    display: none;
  }

  .keyinfo-list>p {
    margin-top: 1.6rem;
  }

  .keyNuminfo>div {
    width: 50%;
  }

  .keyNuminfo>div>p {
    font-size: 4.6rem;
  }

  .keyinfo-list a {
    width: 100%;
    margin-top: .8rem;
  }

  .fix-left {
    display: none;
  }

  .m-bottom-fix {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    background: linear-gradient(45deg, #17729D, #FDD100);
    border-top: 1px solid #fff;
    z-index: 30;
  }

  .m-bottom-fix a {
    width: 33.33%;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 1.2rem 0 0 0;
  }

  .m-bottom-fix a img {
    width: 26px;
    height: 26px;
  }

  .m-bottom-fix a p {
    color: #fff;
    margin-top: .6rem;
  }

  .m-tel-area {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -40%;
    z-index: 101;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
  }

  .m-tel {
    background-color: #fff;
    width: 100%;
  }

  .m-tel a {
    display: block;
    border-bottom: 1px solid #e1e1e1;
    font-size: 1.5rem;
    text-align: center;
    padding: 12px 0;
    color: #333;
  }

  .slideTable-m {
    position: fixed;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 101;
    padding: 0 3.2rem;
  }

  .formTable {
    width: 100%;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
  }

  .parkConbg {
    height: 40vh;
  }

  .parkConbg>h4 {
    font-size: 2.4rem;
    margin-top: 40px;
  }

  .parkConbg>span {
    margin: .8rem 0
  }

  .parkConbg>p {
    padding: 0 1.6rem;
    font-size: 1.4rem;
  }

  .parkInt {
    padding: 0;
  }

  .w-128 {
    width: 100%;
    flex-direction: column;
    padding: 2rem 0 0 0 !important;
  }

  .parkInt-img {
    padding: 0;
    height: 180px;
  }

  .parkInt-img>div>img {
    max-width: 100%;
    height: auto;
    min-height: auto;
  }

  .parkInt-info {
    padding: 0;
    margin: 1.6rem 0 0 0;
  }

  .parkInt-info font {
    margin: 1.6rem 0;
    line-height: 1.8;
  }

  .yqAdv-box>div {
    flex-direction: column-reverse;
  }

  .advInfo-img img {
    width: 100%;
  }

  .advInfo {
    padding: 0 2rem;
    margin: 1.6rem 0 1.6rem 0;
  }

  .advInfo img {
    margin-bottom: 1.6rem;
  }

  .advInfo font {
    line-height: 1.5;
  }

  .zt-title {
    padding: 2rem 2rem;
    display: inline-block;
  }

  .zt-title p {
    text-align: left;
  }

  .zt-title img {
    margin: 0;
  }

  .ztimgArea-dt {
    transform: scale(0.38);
    -webkit-transform: scale(0.38);
    margin: -26.6rem 0 -23.6rem 0;
  }

  .ztTxt {
    position: static;
  }

  .ztinfo-box {
    padding: 0;
  }

  .ztTxtBox {
    margin-top: 3.2rem;
    height: 24rem;
  }

  .jkfjy-4 {
    min-width: 100%;
    width: 100%;
  }

  .jkgzt-txt table {
    min-width: 100%;
    width: 100%;
  }

  .ztTxt>div .lineCri {
    display: none;
  }

  .ztTxt table td {
    font-size: 30px;
  }

  .ztTxtImg-icon {
    z-index: 50;
  }

  .jkfjy-4 table tr td:nth-child(1) {
    width: 30%;
  }

  .zt-title font {
    margin-top: 1.6rem;
    text-align: left;
  }

  .zt-title font br {
    display: none;
  }

  .ptAera-jinxin {
    max-height: 1000vh;
  }

  .ptAera-box {
    flex-direction: column;
    height: auto;
    justify-content: flex-start !important;
  }

  .ptAera-r {
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  .peitao-r {}

  .ptAera-l {
    display: flex;
    flex-wrap: wrap;
  }

  .ptAera-l li {
    width: 50%;
    flex-direction: column;
    padding: .8rem 1.6rem;

  }

  .ptAera-l li.active:before {
    display: none;
  }

  .ptAera-jinxin {
    padding: 1.6rem 0;
  }

  .ptAera-l {
    border-left: 0;
  }

  .ptAera-l li.active:after {
    width: 100%;
  }

  .ptAera-jinxin .col-xl-3 {
    padding: 0;
  }

  .ptAera-rbox1 {
    padding: 1.6rem;
  }

  .jfptAera-rbox1-t {
    flex-direction: column;
  }

  .jfptAera-rbox1-t-l>p:nth-child(1) {
    font-size: 1.8rem;
  }

  .jfptAera-rbox1-t-l {
    margin-bottom: -50px;
  }

  .jfptAera-rbox1-t-r font {
    font-size: 1.6rem;
  }

  .jfptAera-rbox1-t-l>div:nth-child(2) p {
    min-width: 40px;
    transform: scale(.8);
    -webkit-transform: scale(.8);
    margin-right: -16px;
  }

  .jfptAera-rbox1-t-l>div:nth-child(2) font {
    font-size: 1.6rem;
  }

  .jfptAera-rbox1-t-r p {
    min-width: 40px;
    transform: scale(.8);
    -webkit-transform: scale(.8);
    margin-right: -16px;
  }

  .jfptAera-rbox1-t-l>div:nth-child(4) {
    transform: translateY(240px);
  }

  .jfptAera-rbox1-b {
    margin-top: 78px;
  }

  .jkgbox-b2 {
    padding: .8rem 0rem;
    flex-direction: column;
  }

  .jkgbox-b2-l {
    width: 100%;
    padding: 0 1.6rem;
  }

  .jkgbox-b2-l-img {
    width: 122px;
  }

  .jkgbox-b2-l span {
    font-size: 1.7rem;
    padding: 0 0 0 12px;
    margin-top: 1.6rem;
  }

  .jkgbox-b2-r {
    width: 100%;
    margin-top: 1.2rem;
  }

  .jkgbox-b2-r-t>div:nth-child(2) {
    display: none;
  }

  .jkgbox-b2-l p {
    font-size: 1.7rem;
  }

  .jkgbox-b2-r p {
    font-size: 1.7rem;
  }

  .jkgbox-b2-r-b {
    flex-direction: column;
  }

  .jkgbox-b2-r-b2 {
    width: 100%;
    min-width: 100%;
    margin-top: 1.6rem;
  }

  .ptAera-rbox3 {
    padding: 0;
  }

  .jfptAera-rbox3-b dl {
    width: 48%;
  }

  .jkgbox-b dl dt p {
    font-size: 1.3rem;

  }

  .jfptAera-rbox3-b dl dt {
    margin-top: 1.2rem;
  }

  .jfptAera-bigbox4 {
    padding: 0;
  }

  .jfptAera-box4 {
    flex-direction: column;
    align-items: flex-start !important;
  }

  .jfptAera-box4-l {
    align-items: flex-start !important;

  }

  .jfptAera-box4-r {
    width: 100%;
  }

  .jfptAera-box4-l>div {
    margin-right: 0;
    width: 50%;
  }

  .jfptAera-box4-l div dl {
    margin-bottom: .8rem;

  }

  .jfptAera-box4-l div dd {
    font-size: 1.2rem;
  }

  .ysAera {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 0 1.6rem 0;
    padding: 0 !important;
  }

  .ysAera>div {
    margin-bottom: 1.6rem;
    padding: 0;
    width: 50%;
  }

  .ysAera>div p {
    margin-bottom: 0rem;
    font-size: 1.8rem;
  }

  .ysAera>div font {
    font-size: 1.4rem;
  }

  .backBtn {
    margin: 3.2rem auto;
    font-size: 1.6rem;
    width: 50%;
    padding: .8rem;
  }

  .cyjoinImg img {
    height: 60px;
  }

  .ztimgArea-dt-2con {
    transform: scale(0.38) !important;
    -webkit-transform: scale(0.38) !important;
    margin-top: -360px;
  }

  .dlgzt table tr td:nth-child(1) {
    font-size: 30px;
  }

  .dlgzt table tr td:nth-child(2) {
    font-size: 30px;
  }

  .ztTxt>div .rightLine {
    display: none !important;
  }

  .dlgzt {
    min-width: 100%;
  }

  .dlgzt table {
    width: 100%;
  }

  .dlgzt p {
    font-size: 30px;
  }

  .dlgbox-b1 {
    flex-direction: column;
  }

  .dlgbox-b1>div {
    width: 100%;
  }

  .dlgbox-b1-r {
    margin-top: 1.6rem;
  }

  .dlgbox-b1>div:nth-child(3) span:nth-child(1) {
    width: 60%;
  }

  .dlgbox-b1>div:nth-child(3) span:nth-child(3) {
    width: 60%;
  }

  .dlgbox-b1>div:nth-child(3) span:nth-child(2) {
    width: 30%;
  }

  .dlgbox-b1>div:nth-child(3) span:nth-child(4) {
    width: 30%;
  }

  .dlgbox-b2 {
    padding: 0;
  }

  .dlgbox-b dl {
    width: 100%;
  }

  .dlgbox-b3 {
    flex-direction: column;
    width: 100%;
  }

  .ptAera-rbox4-r-s {
    width: 100%;
  }

  .dlgbox-b3 .ptAera-rbox4-l {
    margin-right: 0;
  }

  .dlgbox-b3 .ptAera-rbox4-l>div p {
    margin: 0 0 12px 0;
  }

  .ztimgArea-dt-l {
    transform: scale(0.34) !important;
    -webkit-transform: scale(0.34) !important;
    margin-top: -380px;
  }

  .ztimgArea-dt-l .ztTxtBox {
    padding: 0 4rem;
  }

  .ztimgArea-dt-l .ztTxtBox table {
    width: 100%;
  }

  .ztimgArea-dt-l .ztTxt table td {
    font-size: 36px;
  }

  .ztimgArea {
    padding: 2rem 0 3rem 0;
  }

  .jfptAera-rbox2-t {
    flex-direction: column;
  }

  .jfptAera-rbox2-t>div {
    margin-right: 0;
    width: 100%;
  }

  .jfptAera-rbox2-t-l {
    flex-direction: column;
  }

  .ptAera-rbox2-pd {
    padding: 1.6rem;
  }

  .jfptAera-rbox2-t-l p {
    font-size: 1.7rem;
    width: 120px;
  }

  .jfptAera-rbox2-t-l>div {
    margin: 0;
  }

  .jfptAera-rbox2-t-l>div:nth-child(2) {
    width: 100%;
  }

  .jfptAera-rbox2-t-r {
    height: auto;
    padding: 0;

  }

  .jfptAera-rbox2-t-r>div {
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    margin-top: .8rem;
  }

  .jfptAera-rbox2-t-r p {
    font-size: 1.7rem;
    width: 120px;
    min-width: 120px;
  }

  .jfptAera-rbox2-b {
    flex-wrap: wrap;
  }

  .jfptAera-rbox2-b>div {
    width: 46%;
  }

  .jfptAera-rbox2-b p {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }

  .ztind-l {
    padding: 0 2rem;
    margin-bottom: 1.6rem;
  }

  .ztind-l font br {
    display: none;
  }

  .ztimgArea-dt-s table {
    width: 100%;
  }

  .ztimgArea-dt-s table th {
    font-size: 30px;
  }

  .ptAera-rbox1 ul {
    flex-wrap: wrap;
  }

  .ptAera-rbox1 ul li {
    width: 48%;
    margin-bottom: 1.2rem;
  }

  .jxhxArea {
    padding: 1.6rem;
    width: 100%;
  }

  .jxhxArea>div>img {
    display: none;
  }

  .jxhxArea:nth-child(1) {
    border-right: none;
  }

  .jxhxArea:nth-child(3) {
    border-right: none;
    border-bottom: 1px dashed #7391c5;
  }

  .ptAera-rbox3 li {
    width: 100%;
  }

  .ptAera-rbox3 ul {
    flex-wrap: wrap;
  }

  .ptAera-rbox3 p {
    font-size: 1.7rem;
    margin: .8rem 0 1.6rem 0;
  }

  .ptAera-rbox4 {
    padding: 1.6rem;
    flex-wrap: wrap;
  }

  .ptAera-rbox4 .ptAera-rbox4-l {
    margin-right: 0;
  }

  .cyh-col-2-box {
    padding: 0 0 250px 0;
    background-size: contain;
    background-position: 100% 100%
  }

  .cyh-col-3 {
    flex-wrap: wrap;
    padding: 0 2rem;
  }

  .cyh-col-3>div {
    width: 100%;
    margin-bottom: 1.6rem;
  }

  .cyh-col-3-con-t {
    padding: 1.6rem;
  }

  .cyh-col-3-con-b {
    padding: 1.6rem;
  }

  .cyh-col-3-img {
    padding: 0 2rem;
  }

  .cyh-col-3-img>div:nth-child(1) {
    width: 100%;
  }

  .cyh-col-3-img>div:nth-child(1)>img {
    width: 100%;
  }

  .cyh-col-3-img>div:nth-child(2) {
    width: 49%;
    height: 120px;
  }

  .cyh-col-3-img>div:nth-child(2)>img {
    height: 100%;
  }

  .cyh-col-3-img>div:nth-child(3) {
    width: 49%;
    height: 120px;
  }

  .cyh-col-3-img>div:nth-child(3)>img {
    height: 100%;
  }

  .cyh-col-3-img>div:nth-child(4) {
    width: 49%;
    height: 120px;
  }

  .cyh-col-3-img>div:nth-child(4)>img {
    height: 100%;
  }

  .cyh-col-3-img>div:nth-child(5) {
    width: 49%;
    height: 120px;
  }

  .cyh-col-3-img>div:nth-child(5)>img {
    height: 100%;
  }

  .cyh-col-4-box-t {
    flex-wrap: wrap;
  }

  .cyh-col-4-box-t>div {
    width: 100%;
    padding: 1.6rem;
  }

  .cyh-col-4-box-b>div {
    width: 24%;
    margin: -20px 0 -20px 0;
  }

  .cyh-col-4-box-b>div i {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }

  .cyh-col-4-box-b>div p {
    font-size: 1.4rem;
    margin-top: -10px;
  }

  .cyh-col-4-box-b {
    margin-top: 1.6rem;
    padding: 0 0 1.6rem 0;
  }

  .cyh-col-4-box {
    flex-direction: column;
  }

  .cyh-col-4-box-l>div>div {
    margin-bottom: 60px;
  }

  .cyh-col-4-box-l>div::after {
    display: none;
  }

  .cyh-col-4-box-l>div {
    margin-top: 1.6rem;
  }

  .cyh-col-4-box-r {
    transform: scale(1);
    -webkit-transform: scale(1);
    padding: 0;
  }

  .cyh-col-6-box {
    padding: 1.6rem;
  }

  .cyh-col-6-con {
    flex-wrap: wrap;
  }

  .cyh-col-6-con>div {
    width: 100%;
    margin-bottom: 1.6rem;
  }

  .cyh-col-7-con {
    flex-wrap: wrap;
    justify-content: flex-start !important;
  }

  .cyh-col-7-con>div {
    width: 24%;
  }

  .cyh-col-7-con>div p {
    font-size: 1.4rem;
  }

  .mob-hide {
    display: none !important;
  }

  .mob-show {
    display: flex !important;
  }

  .cyh-col-7-con-img {
    transform: scale(.6);
    -webkit-transform: scale(.6);
    margin: -30px 0 -30px;
  }

  .banner {
    width: 100%;
    height: 30vh;
  }

  .mapTitle {
    margin-top: 0px !important;
  }

  .parkDetailBox {
    flex-direction: column;
  }

  .mapArea-index {
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform: scale(.39);
    -webkit-transform: scale(.39);
    margin: -30px 0;
  }

  .mapTitle p br {
    display: none;
  }

  .mapTitle p {
    font-size: 1.6rem;
  }

  .keyCYbox p {
    font-size: 26px;
  }

  .parkIndex-info {
    margin-top: 6.2rem;
    padding: 0;
  }

  .parkIndex-info dl {
    margin-bottom: 1.6rem;
    width: 50%;
    padding: 0 8px;
  }

  .parkIndex-info dl .bigTxt b {
    font-size: 6.2rem;
  }

  .newsindex-title {
    margin: 1.6rem 0;
    flex-wrap: wrap;
    flex: 1 1 100%;
  }

  .newsIndex-list {
    padding: 0;
    width: 100%;
    margin: 1.6rem 0 0 0 !important;
    justify-content: space-between;
  }

  .newsIndex-list li {
    width: 31%;
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
  }

  .newsIndex-list li p {
    margin: 0;
    padding: 8px 0;
    font-size: 1.6rem;
  }

  .newsIndex-list li.action {
    background-color: var(--theme-blue-color);
  }

  .newsIndex-list li.action p {
    color: #fff;
  }

  .hotNews {
    flex-direction: column;
    height: auto;
  }

  .hotImg {
    height: 180px;
  }

  .hotNewifo {
    padding: 1.6rem;
  }

  .hotNewifo .date {
    padding: 0 0 1.6rem 0;
  }

  .hotNewifo .newInfo h3 {
    padding: 1.6rem 0 0 0;
    margin-bottom: 1.6rem;
    font-size: 1.8rem;
  }

  .hotNewifo .newInfo p {
    font-size: 1.5rem;
  }

  .hotNewifo .more {
    margin-top: .8rem;
  }

  .news-b {
    height: auto;
    flex-direction: column;
  }

  .new-l {
    padding: 0;
    margin-bottom: 1.6rem;
  }

  .news-b a .infoImg {
    width: 120px;
    min-width: 120px;
  }

  .news-b a {
    display: block;
    width: 100%;
    justify-content: space-between !important;
  }

  .news-b a .infoImg div {
    height: 120px;
    width: 100%;
    min-width: 100%;
  }

  .new-b-r-box {
    padding: 0;
    width: calc(100% - 130px);
  }

  .new-r {
    padding: 0;
    margin-bottom: 1.6rem;
  }

  .news-b a .date {
    font-size: 1.2rem;
  }

  .news-b a .new-b-r-box h3 {
    font-size: 1.5rem;
  }

  .news-b a .new-b-r-box p {
    -webkit-line-clamp: 1;
    font-size: 1.3rem;
  }

  .zcFl-box {
    width: 100%;
    padding: 1.6rem;
    margin-bottom: 1.6rem;
    height: auto;
  }

  #joinCom .joinImg {
    min-width: 32.3%;
    width: 32.3%;
    margin-bottom: 0;
  }

  .joinImg img {
    height: 30px;
  }

  .joinImg {
    height: 60px;
    width: 100%;
  }

  .ztimgArea {
    align-items: flex-start;
  }

  .rzqyAera {
    padding: 0 2rem !important;
  }

  .rzqyAera .joinImg {
    width: 100% !important;
  }

  .rzqyAera .joinImg img {
    height: 40px;
  }

  .ztimgArea {
    position: relative;
  }

  .yuanquLogo {
    flex-wrap: wrap;
  }

  .rzqyAera .yuanquLogo>div {
    width: 48% !important;
  }

  .jfptAera-rbox1-t-r {

    width: 100%;
  }

  .cyst-5-1-l p::after {
    display: none;
  }

  .cy-pc-hide {
    display: flex;
  }

  .cy-mob-hide {
    display: none;
  }

  .bannerImg img {
    display: block;
    transform: scale(.3);
    -webkit-transform: scale(.3);
  }

  .indexNewsAera {
    display: block !important;
  }

  .indexNews {
    width: 100%;
  }

  .indexNews:nth-child(2) {
    padding: 0 0 0 0;
  }

  .iNewsInfoBox .iNewsInfo {
    padding-left: 2rem;
  }

  .iNewsInfoBox .iNewsInfo span {
    padding: .8rem 0;
  }

  .iNewsInfoBox .iNewsInfo h3 {
    margin-top: .8rem;
  }

  .iNewsInfoBox .iNewsInfo span {
    font-size: 1.2rem;
  }

  .iNewsInfoBox .iNewsInfo h3 {
    font-size: 1.6rem;
  }

  .zcNote-item-info font {
    font-size: 1.2rem;
  }

  .zcNote-item-info h3 {
    padding: 0;
  }

  .zcNote-bg {
    padding: 1.6rem 0;
  }

  .zcnotelistArea {
    padding: 1.6rem .8rem;
    width: 100%;

  }

  .zcnotelistArea>ul li {
    padding: 1.6rem;
  }

  .pageList-area {
    padding-bottom: 1.6rem;
  }

  .zcCon {
    margin-top: 9.6rem;
    padding: 1.6rem 0;
  }

  .con-tilte h1 {
    overflow: auto;
    line-height: 1.6;
    white-space: normal;
    text-overflow: inherit;
  }

  .fileArea li {
    width: 50%;
    padding: 0 .8rem;
  }

  .fileIcon img {
    width: 30%;
  }

  .zcfrom {
    margin: 3.5rem 0;
  }

  .zcfrom p {
    font-size: 1.7rem;
  }

  .zcfrom form .zcItem {
    width: 100%;
    padding: 0;
  }

  .zcfrom form .zcItem:nth-child(2n) {
    width: 100%;
    padding: 0;
  }

  .jbbg {
    padding: 2.4rem 0;
  }

  .aboutPage>div {
    width: 50%;
    margin-bottom: 2.4rem;
  }

  .aboutPage>div h4 {
    font-size: 1.3rem;
  }

  .aboutPage>div .about-4-date {
    font-size: 1.3rem;
    padding: 8px 1.2rem;
  }

  .aboutPage>div:before {
    transform: scale(.4);
    transform-origin: 50% 100%;
  }

  .aboutPage>div:after {
    transform: scale(.4);
    transform-origin: 50% 100%;
  }

  .jgPage {
    overflow-x: scroll;
    justify-content: flex-start;
  }

  .ldPage li {
    width: 100%;
    padding: 1.8rem 0;
    margin-top: 1.6rem;
  }

  .ldPage li>div>div>p {
    font-size: 2.4rem;
  }

  .ldPage li:nth-child(2n) {
    padding: 3.6rem 0 3.6rem 0;
  }

  .ldPage li>div {
    display: block !important;
    padding: 0rem 0 0rem 3.6rem;
  }

  .ldPage li>div>p {
    font-size: 2rem;
    width: 6.5rem;
    margin-top: 3.6rem;
  }

  .ldPage {
    padding: 3.6rem 0;
  }

  .companyInfo1 {
    flex-direction: column;
    padding: 2.4rem 0;
  }

  .company1left {
    width: 100%;
    padding-right: 0;
  }

  .company1left-tilte h3 {
    font-size: 2.6rem;
  }

  .company1left-tilte span {
    font-size: 1.2rem;
  }

  .company1left p {
    font-size: 1.4rem;
    line-height: 2.2;
  }

  .numberCom dl .bigTxt b {
    font-size: 4.6rem;
  }

  .numberCom {
    justify-content: space-between;
    padding: 0 3.6rem 0 0;
  }

  .numberCom dl {
    margin-right: 0;
  }

  .company1right {
    width: 100%;
    padding: 0;
    margin: 1.6rem;
  }

  #comImg img {
    width: 100%;
    height: auto;
  }

  .numberCom dl dd {
    font-size: 1.3rem;
  }

  .numberCom dl .bigTxt .small {
    font-size: 1.3rem;
  }

  .comBg {
    padding: 2.4rem 0;
  }

  .companyInfo2 {
    flex-direction: column;
  }

  .companyInfo2 dl:nth-child(1),
  .companyInfo2 dl:nth-child(2),
  .companyInfo2 dl:nth-child(4),
  .companyInfo2 dl:nth-child(3),
  .companyInfo2 dl:nth-child(5) {
    width: 100%;
    padding: 0;
    margin-bottom: 3.6rem;
  }

  .companyInfo2 dl::after {
    display: none;
  }

  .companyInfo2 dd {
    margin-top: 1.6rem;
    font-size: 1.4rem;
  }

  .companyInfo3 {
    padding: 2.4rem 0;
    position: static;
  }

  #comImg2 img {
    width: 100%;
    height: auto;
  }

  .companyInfo3-left {
    width: 100%;
  }

  .companyInfo3-right {
    width: 100%;
    position: static;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
  }

  .companyInfo3-right p {
    font-size: 1.6rem;
    padding: 2.6rem;
    transform: scale(.9) translate(0);
    -webkit-transform: scale(.9) translate(0);
  }

  .pagecon img {
    max-width: 100%;

  }
 .hbpage{
    padding: 6rem 0;
  }
  .hbtilte{
    font-size: 1.4rem;
    padding: 2.2rem 2.8rem;
    border-radius: none;
  }
  .hbtitle_area p{
    font-size: 2.2rem;
  }
  .hbtitle_area p:after,.hbtitle_area p:before{
    display: none;
  }
  .cyst-4-box .service_col li{
    width: 100%;
        padding: 2.5rem 3.5rem;
  }
  .hbtitle_second_area{
    padding: 4.5rem 0;
  }
  .endInfo {
      font-size: 2rem;
      margin-top: 2.6rem;
  }
  .cul-item{
    flex-wrap: wrap;
  }
  .cul-item .cul-img{
    width: 100%;
  }
  .cul_info{
    width: 100%;
    padding: 2.6rem;
  }
  .cul_list{
    width: 100%;
  }
  .cul_icon{
    width: 38px;
  }
  .cul_icon img{
    
    height: 38px;
  }
}

@media all and (max-width:414px) {

  body,
  html {
    font-size: 54.5%;
  }

  .cyst-1-btn {
    left: -20px;

  }
}

@media all and (max-width:375px) {

  body,
  html {
    font-size: 52.5%;
  }

  .mapArea-index {
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    transform: scale(.35);
    -webkit-transform: scale(.35);
    margin: -80px 0;
  }

  .parkIndex-info {
    margin-top: 12.2rem;
  }

  .ztimgArea-dt {
    transform: scale(0.38);
    -webkit-transform: scale(0.38);
    margin: -26.6rem 0 -23.6rem 0;
  }

  .cyst-1-btn {
    left: 0px;

  }
}