@charset "utf-8";
/* CSS Document */
.pp {
  line-height: 2em;
  text-indent: 2em;
  font-size: 12px;
}
/* 弹跳 */
@keyframes bounce {
  0% {
    transform: translate3d(0, 0, 0);
    /* text-shadow: rgba(255, 255, 255, 0.4) 0 0 0.05em; */
  }
  100% {
    transform: translate3d(0, -0.5em, 0);
    /* text-shadow: rgba(255, 255, 255, 0.4) 0 1em 0.35em; */
  }
}
/* 旋转 */
@keyframes xuanzhuan {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* 旋转 */
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.15), 0 0 0 10px rgba(255, 255, 255, 0.15), 0 0 0 20px rgba(255, 255, 255, 0.15);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.15), 0 0 0 20px rgba(255, 255, 255, 0.15), 0 0 0 40px rgba(255, 255, 255, 0);
  }
}
* {
  margin: 0;
  padding: 0;
  color: #333;
  -webkit-tap-highlight-color: transparent;
  font-size: 14px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  touch-action: pan-y;
}
a {
  display: block;
  text-decoration: none;
}
img {
  border: 0px;
  display: block;
}
body {
  margin: 0 auto;
  background-repeat: repeat;
  background-color: #fffbe9;
}
ul,
li {
  list-style-type: none;
}
button {
  border: none;
  outline: none;
  background-color: transparent;
  box-sizing: content-box;
}
p {
  line-height: 2em;
  text-align: justify;
  color: #333;
  font-size: 12px;
}
@media (max-width:1300px) {
  p {
    font-size: 12px;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  p {
    text-indent: 0;
    font-size: 3.4vw;
  }
}
p img {
  display: inline-block;
  text-indent: 0;
  text-align: justify;
}
@media (max-width:1024px) {
  p img {
    width: 100% !important;
    height: unset !important;
  }
}
table {
  border: none;
  border-collapse: collapse;
  border: 0;
}
tr {
  border: none;
  border: 1px solid #DDD;
}
td {
  border: none;
  border: 1px solid #DDD;
}
input {
  outline: none;
  border: none;
}
.fancybox__container * {
  color: #fff !important;
}
.buttonLink {
  display: none;
}
.pageContent {
  padding: 60px 0;
}
@media (max-width:1300px) {
  .pageContent {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .pageContent {
    padding: 15vw 0;
  }
}
.pageContent section:first-child mod {
  padding-top: 0!important;
}
.pageContent section:last-child mod {
  padding-bottom: 0!important;
}
mod {
  display: block;
}
.pageBox .unifyButton {
  margin-top: 20px;
}
@font-face {
  font-family: 'pingfang';
  src: url('../fonts/pingfangscregular.woff2');
}
@font-face {
  font-family: 'xianxian';
  src: url('../fonts/ShangShouXianXian.ttf');
}
::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 2px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  width: 2px;
  border-radius: 10px;
  background: #868686;
}
::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
}
.aboutMod-1 .coutBox {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 60px 0;

}
@media (max-width:1300px) {
  .aboutMod-1 .coutBox {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .aboutMod-1 .coutBox {
    padding: 15vw 0;
  }
}
.aboutMod-1 .coutBox .rbBox {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 90%;
  margin: 0 auto;
}
@media (max-width:1300px) {
  .aboutMod-1 .coutBox .rbBox {
    width: 90%;
  }
}
@media (max-width:1024px) {
  .aboutMod-1 .coutBox .rbBox {
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.aboutMod-1 .coutBox .rbBox .leftImg {
  width: 40%;
  position: relative;
}
.aboutMod-1 .coutBox .rbBox .leftImg img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width:1024px) {
  .aboutMod-1 .coutBox .rbBox .leftImg {
    width: 100%;
    margin-bottom: 10vw;
  }
}
.aboutMod-1 .coutBox .rbBox .box {
  padding-left: 83px;
  width: 55%;
  display: flex;
  flex-direction: column;
  background-image: url(../img/zhubg.png);
  background-size: contain;
  left: 68px;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .aboutMod-1 .coutBox .rbBox .box {
    padding-left: 0;
    width: 100%;
  }
}
.aboutMod-1 .coutBox .rbBox .box .unifyTitle {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: unset;
  flex-wrap: unset;
}
.aboutMod-1 .coutBox .rbBox .box .xian {
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 40px 0;
  width: 100%;
  height: 1px;
}
@media (max-width:1600px) {
  .aboutMod-1 .coutBox .rbBox .box .xian {
    margin: 20px 0;
  }
}
.aboutMod-1 .coutBox .rbBox .box .xian i {
  background-color: #444;
  width: 0%;
  height: 100%;
  transition-duration: 2s;
  transition-property: all;
  display: block;
}
.aboutMod-1 .coutBox .rbBox .box .txtBox * {
  color: #444;
  font-size: 16px;
}
@media (max-width:1300px) {
  .aboutMod-1 .coutBox .rbBox .box .txtBox * {
    font-size: 12px;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .aboutMod-1 .coutBox .rbBox .box .txtBox * {
    font-size: 3.2vw;
  }
}
.aboutMod-1 .coutBox .rbBox .box .unifyButton {
  margin-left: 0;
}
.aboutMod-1 .coutBox .rbBox .box:hover .xian i {
  width: 100%;
}
.aboutMod-1 .bgImg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
}
@media (max-width:1024px) {
  .aboutMod-1 .bgImg {
    display: none;
  }
}
.aboutMod-2 {
  overflow: hidden;
  padding: 60px 0;
  background-color: #f7f7f7;
  width: 100%;
}
@media (max-width:1300px) {
  .aboutMod-2 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .aboutMod-2 {
    padding: 15vw 0;
  }
}
.aboutMod-2 .bolang {
  margin-top: 80px;
  width: 100%;
}
.aboutMod-2 .unifyTitle {
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
.aboutMod-2 .cBox {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.aboutMod-2 .left {
  width: 50%;
  padding-right: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
.aboutMod-2 .right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutMod-2 .subtitle {
  background: linear-gradient(to right, #1a597b, #c30d23);
  padding-right: 10px;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 48px;
  transform: scale(0.6, 1);
  transform-origin: 0 0;
  display: block;
  font-style: italic;
}
.aboutMod-2 .left .title {
  font-size: 30px;
  margin: 20px;
}
.aboutMod-2 .quan {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  box-shadow: 0 0 40px #04466f4a;
  border-radius: 50%;
}
.aboutMod-2 .quan > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 10px solid #fff;
  border-radius: 50%;
}
.aboutMod-2 .quan img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.aboutMod-2 .quanBox {
  width: 70%;
  position: relative;
  padding: 34px;
}
.aboutMod-2 .pointQ {
  background-image: url(../../html/rgmod/moduleMod/aboutMod/aboutMod-2/pointQ.png);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-size: contain;
  animation: spin1 40s infinite linear;
}
@keyframes spin1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 1600px) {
  .aboutMod-2 .cBox {
    width: 1200px;
  }
}
@media only screen and (max-width: 1300px) {
  .aboutMod-2 .cBox {
    width: 90%;
  }
  .aboutMod-2 .subtitle {
    width: max-content;
  }
  .aboutMod-2 .quanBox {
    width: 84%;
  }
}
@media only screen and (max-width: 1024px) {
  .aboutMod-2 .cBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 84%;
    flex-direction: column-reverse;
  }
  .aboutMod-2 .left {
    width: 100%;
    padding-right: 0;
    margin-top: 10vw;
  }
  .aboutMod-2 .right {
    width: 100%;
  }
  .aboutMod-2 .quanBox {
    width: 100%;
  }
  .aboutMod-2 .quanBox {
    padding: 6vw;
    margin: 4vw 0;
  }
}
.aboutMod-3 {
  position: relative;
  height: 36vw;
  background-color: #666;
}
@media (max-width:1300px) {
  .aboutMod-3 {
    height: 50vw;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .aboutMod-3 {
    height: unset;
  }
}
.aboutMod-3 .gallery {
  width: 100%;
}
@media (min-width:1024px) {
  .aboutMod-3 .gallery {
    display: none;
  }
}
.aboutMod-3 .gallery img {
  width: 100%;
}
.aboutMod-3 .coutBox {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: unset;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(../img/wenhbg.jpg);
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 0%;

}
@media (max-width:1024px) {
  .aboutMod-3 .coutBox {
    padding-top: 0;
  }
}
.aboutMod-3 .coutBox .rbBox {
  width: 100%;
  position: relative;
  height: 100%;
}
@media (max-width:1024px) {
  .aboutMod-3 .coutBox .rbBox {
    width: 100%;
  }
}
.aboutMod-3 .coutBox .rbBox .box {
  padding: 70px 80px;
  margin: auto;
    width: 90%;
}
@media (max-width:1600px) {
  .aboutMod-3 .coutBox .rbBox .box {
    padding: 40px;
  }
}
@media (max-width:1024px) {
  .aboutMod-3 .coutBox .rbBox .box {
    padding: 10px;
  }
}
.aboutMod-3 .coutBox .rbBox .box * {
  color: #fff;
}
.aboutMod-3 .coutBox .rbBox .box .txtBox p{font-size: 16px;}
.aboutMod-3 .coutBox .rbBox .box .more {
  margin-top: 0;
}
.aboutMod-3 .coutBox .rbBox .box .title {
  line-height: 1em;
  font-size: 48px;
  font-family: 'siyuansongti';
}
@media (max-width:1600px) {
  .aboutMod-3 .coutBox .rbBox .box .title {
    font-size: 40px;
  }
}
@media (max-width:1600px) and (max-width:1024px) {
  .aboutMod-3 .coutBox .rbBox .box .title {
    font-size: 7vw;
  }
}
.aboutMod-3 .coutBox .rbBox .box .xian {
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 40px 0;
  width: 100%;
  height: 1px;
}
@media (max-width:1600px) {
  .aboutMod-3 .coutBox .rbBox .box .xian {
    margin: 20px 0;
  }
}
.aboutMod-3 .coutBox .rbBox .box .xian i {
  background-color: #fff;
  width: 0%;
  height: 100%;
  transition-duration: 2s;
  transition-property: all;
  display: block;
}
@media (max-width:1300px) {
  .aboutMod-3 .coutBox .rbBox .box .txtBox * {
    font-size: 14px;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .aboutMod-3 .coutBox .rbBox .box .txtBox * {
    font-size: 3.2vw;
  }
}
.aboutMod-3 .coutBox .rbBox .box:hover .xian i {
  width: 100%;
}
.aboutMod-3 .coutBox .rbBox::before {
  content: '';
  position: absolute;
  z-index: 0;
  display: block;
  width: 150px;
  height: 150px;
  top: -75px;
  left: -75px;
  filter: brightness(1000) grayscale(1);
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url();
  background-position: center;
  animation: xuanzhuan 20s linear 0s infinite normal;
}
@media (max-width:1600px) {
  .aboutMod-3 .coutBox .rbBox::before {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 100px;
    height: 100px;
    top: -50px;
    left: -50px;
  }
}
.aboutMod-3 .coutBox .rbBox::after {
  content: '';
  position: absolute;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #207f4c;
  opacity: 0.7;
  z-index: -1;
}
.aboutMod-4 {
  padding-top: 150px;
}
@media (max-width:1300px) {
  .aboutMod-4 {
    padding-top: 80px;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .aboutMod-4 {
    padding: 10vw 0;
  }
}
.aboutMod-4 .cenBox {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1300px) {
  .aboutMod-4 .cenBox {
    width: 90%;
  }
}
@media (max-width:1300px) {
  .aboutMod-4 .cenBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    flex-direction: column-reverse;
  }
}
.aboutMod-4 .cenBox .left {
  position: relative;
  padding-right: 80px;
  width: 65%;
}
@media (max-width:1300px) {
  .aboutMod-4 .cenBox .left {
    width: 100%;
    padding: 0;
  }
}
.aboutMod-4 .cenBox .left .leftCout {
  position: relative;
  z-index: 1;
}
.aboutMod-4 .cenBox .left .leftCout .title .en {
  color: #207f4c;
  font-weight: bold;
  font-size: 20px;
  opacity: 0.3;
  text-transform: uppercase;
}
.aboutMod-4 .cenBox .left .leftCout .title .cn {
  font-weight: bold;
  font-size: 40px;
}
.aboutMod-4 .cenBox .left .leftCout .title .titleBom {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .aboutMod-4 .cenBox .left .leftCout .title .titleBom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    flex-direction: column-reverse;
  }
}
.aboutMod-4 .cenBox .left .leftCout .title .titleBom .yuanLink {
  width: fit-content;
  position: relative;
  transition-duration: 0.5s;
  transition-property: all;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .aboutMod-4 .cenBox .left .leftCout .title .titleBom .yuanLink canvas {
    width: 30vw!important;
    height: 30vw!important;
  }
}
.aboutMod-4 .cenBox .left .leftCout .title .titleBom .yuanLink .abox {
  position: absolute;
  width: 78%;
  height: 78%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border-radius: 50%;
  z-index: 1;
}
.aboutMod-4 .cenBox .left .leftCout .title .titleBom .yuanLink .abox .e {
  font-family: 'Hel-01';
  color: #207f4c;
  font-size: 20px;
  opacity: 0.4;
}
.aboutMod-4 .cenBox .left .leftCout .title .titleBom .yuanLink .abox .c {
  font-size: 20px;
  transition-duration: 0.5s;
  transition-property: all;
  color: #207f4c;
  font-weight: bold;
  margin-bottom: 10px;
}
.aboutMod-4 .cenBox .left .leftCout .title .titleBom .yuanLink .abox i {
  font-size: 20px;
  transition-duration: 0.5s;
  transition-property: all;
}
.aboutMod-4 .cenBox .left .leftCout .title .titleBom .yuanLink::after {
  content: '';
  position: absolute;
  z-index: 0;
  display: block;
  width: 78%;
  height: 78%;
  opacity: 1;
  border-radius: 50%;
  background-color: #fff;
  transition-duration: 0.5s;
  transition-property: all;
}
.aboutMod-4 .cenBox .left .leftCout .title .titleBom .yuanLink:hover {
  transform: translate(-10px);
}
@media (max-width:1024px) {
  .aboutMod-4 .cenBox .left .leftCout .title .titleBom .yuanLink:hover {
    transform: none;
  }
}
.aboutMod-4 .cenBox .left .leftCout .title .titleBom .yuanLink:hover .abox .e {
  color: #fff;
}
.aboutMod-4 .cenBox .left .leftCout .title .titleBom .yuanLink:hover .abox .c {
  color: #fff;
}
.aboutMod-4 .cenBox .left .leftCout .title .titleBom .yuanLink:hover .abox i {
  color: #fff;
}
.aboutMod-4 .cenBox .left .leftCout .title .titleBom .yuanLink:hover::after {
  opacity: 0;
}
.aboutMod-4 .cenBox .left .leftCout .title .titleBom .content {
  height: 156px;
  padding: 30px 60px;
  background-color: #f8f8f8;
  border-radius: 100px;
}
@media (max-width:1024px) {
  .aboutMod-4 .cenBox .left .leftCout .title .titleBom .content {
    height: unset;
    border-radius: unset;
    padding: 10vw;
    margin-bottom: 10vw;
  }
}
.aboutMod-4 .cenBox .left .leftCout .title .titleBom .content p {
  font-size: 16px;
  line-height: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width:1600px) {
  .aboutMod-4 .cenBox .left .leftCout .title .titleBom .content p {
    font-size: 12px;
  }
}
@media (max-width:1600px) and (max-width:1024px) {
  .aboutMod-4 .cenBox .left .leftCout .title .titleBom .content p {
    font-size: 3.4vw;
  }
}
.aboutMod-4 .cenBox .right {
  width: 35%;
}
@media (max-width:1300px) {
  .aboutMod-4 .cenBox .right {
    margin-bottom: 40px;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .aboutMod-4 .cenBox .right {
    padding: 0 10vw;
    width: 100%;
  }
}
.aboutMod-4 .cenBox .right .oneImg {
  width: 100%;
  margin: 0 auto;
}
.banner-1 {
  position: relative;
  height: 100vh;
}
.banner-1 #inxBanner {
  height: 100%;
}
.banner-1 #inxBanner .swiper-slide {
  overflow: hidden;
}
.banner-1 #inxBanner .swiper-slide .slide-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.banner-1 #inxBanner .swiper-slide .slide-inner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.banner-2 {
  width: 100%;
  position: relative;
  height: 100vh;
}
@media (max-width:1024px) {
  .banner-2 {
    height: 60vw;
  }
}
.banner-2 #inxVideo {
  background-color: black;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.bannerMod-3 {
  /* @keyframes circle-left {
  0%{
      
  }
  100% {
      
  }
} */
  /* 中间圆-E */
}
.bannerMod-3 .inxBannerKK {
  height: 46vw;
  overflow: hidden;
  position: relative;
}
.bannerMod-3 .inxBannerK {
  width: 160%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  overflow: hidden;
  height: 100%;
  top: 0;
  display: flex;
  justify-content: center;
}
.bannerMod-3 .inxBanControl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  display: flex;
}
.bannerMod-3 .inxBanControl > div {
  width: 50%;
  height: 100%;
}
.bannerMod-3 #inxBanner {
  height: 100%;
}
.bannerMod-3 .inxBannerKK .imgBox {
  width: 100%;
  height: 100%;
}
.bannerMod-3 .inxBannerKK .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2);
  transition-duration: 3s;
  filter: blur(5px);
  transition-timing-function: cubic-bezier(0.71, 0.52, 0.29, 1.01);
}
.bannerMod-3 .inxBannerBox {
  height: 100%;
  position: relative;
}
.bannerMod-3 #inxBanner .swiper-slide-active .imgBox.on img {
  transform: scale(1);
  filter: blur(0px);
}
.bannerMod-3 .topNav {
  position: relative;
}
.bannerMod-3 .topLogo {
  position: absolute;
  left: 50px;
  top: 40px;
  z-index: 11;
}
.bannerMod-3 .topLogo img {
  width: 200px;
  filter: grayscale(100%) brightness(500%);
}
.bannerMod-3 .boxall {
  position: relative;
}
.bannerMod-3 .circle-progress {
  width: 200px;
  height: 200px;
  position: absolute;
  z-index: 111;
  bottom: -120px;
  left: calc(50% - 100px);
  transition: all 0.5s;
}
.bannerMod-3 .circle-progress:nth-child(1) .left {
  transform: rotate(60deg);
  transform-origin: bottom center;
}
.bannerMod-3 .circle-progress:nth-child(2) .left {
  transform: rotate(132deg);
  transform-origin: bottom center;
}
.bannerMod-3 .circle-progress:nth-child(3) .left {
  transform: rotate(204deg);
  transform-origin: bottom center;
}
.bannerMod-3 .circle-progress:nth-child(4) .left {
  transform: rotate(276deg);
  transform-origin: bottom center;
}
.bannerMod-3 .circle-progress:nth-child(5) .left {
  transform: rotate(348deg);
  transform-origin: bottom center;
}
.bannerMod-3 .circle-progress .content {
  position: absolute;
  top: 0;
  width: 200px;
  height: 100px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.bannerMod-3 .circle-progress .left {
  left: 0;
}
.bannerMod-3 .circle-progress .circle {
  position: absolute;
  margin: 0;
  width: calc(100% - 0px);
  height: calc(200% - 0px);
  border-radius: 50%;
  border: 1px solid transparent;
}
.bannerMod-3 .circle-progress .left-circle1 {
  left: 0;
  border-top-color: #fff;
  border-left-color: #fff;
  /* animation: circle-left 5s ease infinite; */
  transition: all 8s ease;
  transform: rotate(-135deg);
}
.bannerMod-3 .circle-progress .left-circle2 {
  left: 0;
  border-top-color: rgba(255, 255, 255, 0.5);
  border-left-color: rgba(255, 255, 255, 0.5);
}
.bannerMod-3 .centerYuan {
  width: 68px;
  height: 68px;
  margin: -20px auto 0;
  z-index: 1;
  position: relative;
}
.bannerMod-3 .centerYuan .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../../html/rgmod/moduleMod/bannerMod/bannerMod-3/centerYuan.png);
  background-position: center;
  width: 100%;
  height: 100%;
}
.bannerMod-3 .centerYuan img {
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .bannerMod-3 .inxBanner {
    height: 70vw;
  }
  .bannerMod-3 .centerYuan {
    width: 12vw;
    height: 12vw;
  }
  .bannerMod-3 .circle-progress {
    width: 30vw;
    height: 30vw;
    bottom: -16vw;
    left: calc(50% - 15vw);
  }
  .bannerMod-3 .circle-progress .content {
    width: 30vw;
    height: 15vw;
  }
  .bannerMod-3 .topLogo img {
    width: 34vw;
  }
  .bannerMod-3 .topLogo {
    left: 5vw;
    top: 6vw;
  }
}
.bannerMod-4 {
  position: relative;
}
.bannerMod-4 .imgBox {
  width: 100%;
  overflow: hidden;
  height: 48vw;
  max-height: calc(100vh - 50px);
  clip-path: polygon(0% 0%, 100% 0%, 100% 12%, 90% 100%, 10% 100%, 0% 12%);
  background-color: #333;
}
@media (max-width:1024px) {
  .bannerMod-4 .imgBox {
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 0%);
    height: 100vw;
  }
}
.bannerMod-4 .imgBox #inxBanner {
  height: 100%;
}
.bannerMod-4 .imgBox #inxBanner .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bannerMod-4 .logoBox {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  clip-path: polygon(0% 0%, 100% 0%, 90% 100%, 10% 100%);
  z-index: 1;
  background-color: #fff;
  width: 240px;
  height: 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .bannerMod-4 .logoBox {
    display: none;
  }
}
.bannerMod-4 .logoBox img {
  height: 90%;
  width: 80%;
  object-fit: contain;
}
.bannerMod-4 .inxBanLR {
  transform: translateY(0);
}
@media (max-width:1024px) {
  .bannerMod-4 .inxBanLR {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    margin: 8vw;
  }
}
.bannerMod-4 .inxBanLR > div {
  position: absolute;
  bottom: 0;
  width: 6vw;
  height: 6vw;
  border: 1px solid #999;
  cursor: pointer;
}
@media (max-width:1024px) {
  .bannerMod-4 .inxBanLR > div {
    width: 20vw;
    height: 20vw;
    position: unset;
  }
}
.bannerMod-4 .inxBanLR > div .controlB {
  position: relative;
  width: 100%;
  height: 100%;
}
.bannerMod-4 .inxBanLR > div .controlB:hover .controSwiper {
  opacity: 0;
}
.bannerMod-4 .inxBanLR > div .controlB:hover .cout {
  background-color: transparent;
}
.bannerMod-4 .inxBanLR > div .controlB:hover .cout .inxBanNum {
  color: #333;
}
.bannerMod-4 .inxBanLR > div .controlB:hover .cout i {
  color: #333;
}
@media (max-width:1024px) {
  .bannerMod-4 .inxBanLR > div .controlB:hover .controSwiper {
    opacity: 1;
  }
  .bannerMod-4 .inxBanLR > div .controlB:hover .cout {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .bannerMod-4 .inxBanLR > div .controlB:hover .cout .inxBanNum {
    color: #fff;
  }
  .bannerMod-4 .inxBanLR > div .controlB:hover .cout i {
    color: #fff;
  }
}
.bannerMod-4 .inxBanLR > div .controlB .controSwiper {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  transition-duration: 0.5s;
  transition-property: all;
}
.bannerMod-4 .inxBanLR > div .controlB .controSwiper .swiper {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bannerMod-4 .inxBanLR > div .controlB .controSwiper .swiper .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bannerMod-4 .inxBanLR > div .controlB .cout {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  background-color: rgba(0, 0, 0, 0.3);
  transition-duration: 0.5s;
  transition-property: all;
}
.bannerMod-4 .inxBanLR > div .controlB .cout .inxBanNum {
  color: #fff;
  font-size: 30px;
  font-family: 'Hel';
  font-weight: bold;
  transition-duration: 0.5s;
  transition-property: all;
}
@media (max-width:1300px) {
  .bannerMod-4 .inxBanLR > div .controlB .cout .inxBanNum {
    font-size: 20px;
  }
}
.bannerMod-4 .inxBanLR > div .controlB .cout i {
  font-size: 20px;
  color: #fff;
  transition-duration: 0.5s;
  transition-property: all;
}
.bannerMod-4 .inxBanLR > div.inxBanLeft {
  left: 10px;
}
.bannerMod-4 .inxBanLR > div.inxBanRight {
  right: 10px;
}
.bannerMod-5 {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media (max-width:1024px) {
  .bannerMod-5 {

    margin-top: 18vw;
    height: 28vh;
   
  }

}


.bannerMod-5 #inxBanner {
  width: 100%;
  height: 100%;
}
.bannerMod-5 #inxBanner ul li .box {
  position: relative;
  width: 100%;
  height: 100%;
}
.bannerMod-5 #inxBanner ul li .box .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bannerMod-5 #inxBanner ul li .box .text {
  position: absolute;
  z-index: 1;
  left: 16%;
  bottom: 45%;
}
@media (max-width:1024px) {
  .bannerMod-5 #inxBanner ul li .box .text {

    left: 16%;
    bottom: 26%;
  }

}


.bannerMod-5 #inxBanner ul li .box .text h1 {
  color: #fff;
  text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.6);
  font-size: 56px;
  transform: translateX(40px);
  margin-bottom: 20px;
  transition-duration: 0.5s;
  transition-property: all;
  opacity: 0;
}
.bannerMod-5 #inxBanner ul li .box .text h2 {
  color: #fff;
  text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.6);
  font-size: 20px;
  transform: translateX(40px);
  transition-duration: 0.5s;
  transition-property: all;
  font-weight: 500;
  opacity: 0;
}


.bannerMod-5 #inxBanner ul li.swiper-slide-active .box .text h1 {
  transform: translate(0);
  opacity: 1;
  transition-delay: 0.5s;
}
.bannerMod-5 #inxBanner ul li.swiper-slide-active .box .text h2 {
  transform: translate(0);
  transition-delay: 0.8s;
  opacity: 1;
}

@media (max-width:1024px) {
  .bannerMod-5 #inxBanner ul li .box .text h1 { font-size: 8vw;}
  .bannerMod-5 #inxBanner ul li .box .text h2{font-size: 2cqi;}

}

.bannerMod-6 {
  height: calc(100vh - 100px - 50px);
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  margin-top: 100px;
}
@media (max-width:1600px) {
  .bannerMod-6 {
    margin-top: 90px;
    height: calc(100vh - 90px - 50px);
  }
}
@media (max-width:1600px) and (max-width:1300px) {
  .bannerMod-6 {
    margin-top: 80px;
    height: calc(100vh - 80px - 50px);
  }
}
@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
  .bannerMod-6 {
    margin-top: 20vw;
    height: calc(100vh - 20vw - 50px);
  }
}
.bannerMod-6 .bannerLeft {
  width: 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: unset;
}
.bannerMod-6 .bannerLeft .iconfont {
  color: #207f4c;
  font-size: 30px;
  margin-bottom: 20px;
  animation: bounce 0.75s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate;
}
.bannerMod-6 .bannerLeft .xian {
  position: relative;
  display: block;
  height: 220px;
  width: 2px;
  background-color: #207f4c;
  border-radius: 2px;
}
.bannerMod-6 .bannerLeft .xian o {
  width: 8px;
  height: 8px;
  background-color: #207f4c;
  border-radius: 4px;
  position: absolute;
  left: -3px;
  top: 0;
  z-index: 1;
  animation: bounce11 1.5s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate;
}
@keyframes bounce11 {
  0% {
    top: calc(100% - 8px);
  }
  100% {
    top: 0;
  }
}
.bannerMod-6 .bannerBox {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: calc(100% - 100px);
  border-bottom-left-radius: 200px;
}
.bannerMod-6 .bannerBox #inxBanner {
  width: 100%;
  height: 100%;
}
.bannerMod-6 .bannerBox #inxBanner ul li .box {
  position: relative;
  width: 100%;
  height: 100%;
}
.bannerMod-6 .bannerBox #inxBanner ul li .box .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.bannerMod-6 .bannerBox #inxBanner ul li .box .text {
  position: absolute;
  z-index: 1;
  left: 10%;
  bottom: 15%;
}
.bannerMod-6 .bannerBox #inxBanner ul li .box .text h1 {
  color: #fff;
  text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.6);
  font-size: 40px;
  transform: translateX(40px);
  margin-bottom: 20px;
  transition-duration: 0.5s;
  transition-property: all;
  opacity: 0;
}
.bannerMod-6 .bannerBox #inxBanner ul li .box .text h2 {
  color: #fff;
  text-shadow: 4px 4px 20px rgba(0, 0, 0, 0.6);
  font-size: 20px;
  transform: translateX(40px);
  transition-duration: 0.5s;
  transition-property: all;
  opacity: 0;
}
.bannerMod-6 .bannerBox #inxBanner ul li.swiper-slide-active .box .text h1 {
  transform: translate(0);
  opacity: 1;
  transition-delay: 0.5s;
}
.bannerMod-6 .bannerBox #inxBanner ul li.swiper-slide-active .box .text h2 {
  transform: translate(0);
  transition-delay: 0.8s;
  opacity: 1;
}
.bannerMod-6 .bannerBox #inxBanner ul li .box .img {
  transform: scale(1.1);
  object-fit: cover;
  transition-duration: 0.5s;
  transition-property: all;
}
.bannerMod-6 .bannerBox #inxBanner ul li .box .text {
  transform: translateY(40px);
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.bannerMod-6 .bannerBox #inxBanner ul li.swiper-slide-active .box .img {
  transform: scale(1);
  object-fit: cover;
  transition-duration: 10s;
  transition-property: all;
}
.bannerMod-6 .bannerBox #inxBanner ul li.swiper-slide-active .box .text {
  transform: translateY(0px);
  z-index: 1;
  transition-duration: 0.5s;
  transition-property: all;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.videoMod-1 {
  position: relative;
  width: 100%;
  padding: 60px 0;
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  background-image: unset;
  background-position: left;
}
@media (max-width:1300px) {
  .videoMod-1 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .videoMod-1 {
    padding: 15vw 0;
  }
}
.videoMod-1 .videoBox {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width:1300px) {
  .videoMod-1 .videoBox {
    width: 90%;
  }
}
@media (max-width:1024px) {
  .videoMod-1 .videoBox {
    width: 100%;
  }
}
.videoMod-1 .videoBox #inxVideo {
  display: block;
  height: 100%;
  background-color: black;
  width: 1200px;
  margin: 0 auto;
}
@media (max-width:1300px) {
  .videoMod-1 .videoBox #inxVideo {
    width: 90%;
  }
}
@media (max-width:1024px) {
  .videoMod-1 .videoBox #inxVideo {
    width: 100%;
  }
}
.countUpMod-1 {
  width: 90%;
  margin: 0 auto;
  padding: 60px 0;
}
@media (max-width:1300px) {
  .countUpMod-1 {
    width: 90%;
  }
}
@media (max-width:1300px) {
  .countUpMod-1 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .countUpMod-1 {
    padding: 15vw 0;
  }
}
@media (max-width:1024px) {
  .countUpMod-1 {
    padding: 10vw 0;
  }
}
.countUpMod-1 ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .countUpMod-1 ul {
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: wrap;
  }
}
.countUpMod-1 ul li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .countUpMod-1 ul li {
    flex: unset;
    width: 50%;
    margin: 4vw 0;
  }
}
.countUpMod-1 ul li .shuju {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.countUpMod-1 ul li .shuju div{font-size: 20px;}
.countUpMod-1 ul li .shuju span {
  color: #207f4c;
  font-size: 60px;
}
@media (max-width:1024px) {
  .countUpMod-1 ul li .shuju span {
    font-size: 10vw;
  }
}
.countUpMod-1 ul li p {
  font-size: 14px;
}
@media (max-width:1024px) {
  .countUpMod-1 ul li p {
    font-size: 3vw;
    width: 90%;
  }
}
.countUpMod-1 ul li .title {
  font-size: 20px;
}
@media (max-width:1024px) {
  .countUpMod-1 ul li .title {
    font-size: 4vw;
    text-align: center;
  }
}
.personMod-1 {
  width: 100%;
  height: 600px;
  position: relative;
}
@media (max-width:1024px) {
  .personMod-1 {
    height: unset;
  }
}
.personMod-1 .strengthBox {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .personMod-1 .strengthBox {
    position: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.personMod-1 .strengthBox .left {
  width: 70%;
  height: 100%;
  position: relative;
}
@media (max-width:1024px) {
  .personMod-1 .strengthBox .left {
    width: 100%;
  }
}
.personMod-1 .strengthBox .left .box {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.personMod-1 .strengthBox .left .box .coutBox {
  height: 100%;
  position: relative;
}
.personMod-1 .strengthBox .left .box .coutBox .neirong {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.personMod-1 .strengthBox .left .box .coutBox .neirong ul {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
.personMod-1 .strengthBox .left .box .coutBox .neirong ul li {
  position: absolute;
  top: 0;
  transition-duration: 0.5s;
  transition-property: all;
  opacity: 0;
  pointer-events: none;
  width: 100%;
}
.personMod-1 .strengthBox .left .box .coutBox .neirong ul li .txtBox {
  padding-left: 50px;
  transition-duration: 0.5s;
  transition-property: all;
  transform: translateY(20px);
}
@media (max-width:1024px) {
  .personMod-1 .strengthBox .left .box .coutBox .neirong ul li .txtBox {
    padding: 10vw 0;
  }
}
.personMod-1 .strengthBox .left .box .coutBox .neirong ul li .txtBox * {
  color: #fff;
  font-size: 16px;
}
@media (max-width:1600px) {
  .personMod-1 .strengthBox .left .box .coutBox .neirong ul li .txtBox * {
    line-height: 2em;
  }
}
@media (max-width:1600px) and (max-width:1300px) {
  .personMod-1 .strengthBox .left .box .coutBox .neirong ul li .txtBox * {
    font-size: 14px;
  }
}
.personMod-1 .strengthBox .left .box .coutBox .neirong ul li.on {
  pointer-events: auto;
  opacity: 1;
  transition-delay: 0.3s;
}
.personMod-1 .strengthBox .left .box .coutBox .neirong ul li.on .txtBox {
  transform: translateY(0);
  transition-delay: 0.3s;
}
.personMod-1 .strengthBox .left .box .coutBox .neirong .absTop {
  position: relative;
  width: 100%;
  height: 100%;
}
.personMod-1 .strengthBox .left .box .coutBox .neirong .absTop .absBox {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 11;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .personMod-1 .strengthBox .left .box .coutBox .neirong .absTop .absBox {
    position: unset;
  }
}
.personMod-1 .strengthBox .left .box .coutBox .neirong .absTop .absBox * {
  color: #fff;
}
.personMod-1 .strengthBox .left .box .coutBox .neirong .absTop .absBox .titleNormal {
  text-align: start;
}
.personMod-1 .strengthBox .left .box .coutBox .neirong .absTop .absBox li .boxK {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .personMod-1 .strengthBox .left .box .coutBox .neirong .absTop .absBox li .boxK {
    padding-top: 10vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.personMod-1 .strengthBox .left .box .coutBox .neirong .absTop .absBox li .boxK .img {
  width: 300px;
  height: 400px;
  object-fit: cover;
}
@media (max-width:1024px) {
  .personMod-1 .strengthBox .left .box .coutBox .neirong .absTop .absBox li .boxK .img {
    width: 60vw;
    height: 80vw;
  }
}
.personMod-1 .strengthBox .left .box .coutBox .neirong .absTop .absBox li .boxK .txtBox {
  padding: 20px 0 20px 40px;
}
.personMod-1 .strengthBox .left .box .coutBox .neirong .absTop .absBox li .boxK .txtBox .title {
  margin-bottom: 20px;
  font-size: 30px;
}
.personMod-1 .strengthBox .left .box .coutBox .neirong .absTop .absBox li .boxK .txtBox .miaoshu {
  line-height: 2em;
}
.personMod-1 .strengthBox .left .box .coutBox .bg {
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.personMod-1 .strengthBox .right {
  background-color: #f3f3f3;
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 100%;
}
@media (max-width:1024px) {
  .personMod-1 .strengthBox .right {
    width: 100%;
  }
}
@media (max-width:1024px) {
  .personMod-1 .strengthBox .right ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 3vw 0;
  }
}
.personMod-1 .strengthBox .right ul li {
  transform: translateX(40px);
  margin-bottom: 60px;
  transition-duration: 0.5s;
  transition-property: all;
}
@media (max-width:1300px) {
  .personMod-1 .strengthBox .right ul li {
    margin-bottom: 40px;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .personMod-1 .strengthBox .right ul li {
    width: 50%;
    margin-bottom: 0;
    transform: unset;
    text-align: center;
  }
}
.personMod-1 .strengthBox .right ul li span {
  font-size: 24px;
  cursor: pointer;
}
@media (max-width:1300px) {
  .personMod-1 .strengthBox .right ul li span {
    font-size: 18px;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .personMod-1 .strengthBox .right ul li span {
    font-size: 4vw;
    width: 100%;
    text-align: center;
    padding: 4vw 0;
    display: block;
    border-bottom: 1px dashed #ccc;
    width: 1200px;
    margin: 0 auto;
  }
}
@media (max-width:1300px) and (max-width:1024px) and (max-width:1300px) {
  .personMod-1 .strengthBox .right ul li span {
    width: 90%;
  }
}
.personMod-1 .strengthBox .right ul li span::before {
  content: '';
  position: absolute;
  z-index: 0;
  display: block;
  width: 10px;
  height: 10px;
  top: calc(50% - 10px * 0.5);
  right: calc(100% + 10px);
  border-radius: 50%;
  background-color: #207f4c;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: all;
}
.personMod-1 .strengthBox .right ul li:last-child {
  margin-bottom: 0;
}
.personMod-1 .strengthBox .right ul li.on {
  transform: translateX(0);
}
.personMod-1 .strengthBox .right ul li.on span {
  color: #207f4c;
}
.personMod-1 .strengthBox .right ul li.on span::before {
  opacity: 1;
}
@media (max-width:1024px) {
  .personMod-1 .strengthBox .right ul li.on span::before {
    display: none;
  }
}
.personMod-2 {
  margin: 100px 0;
  height: 40vw;
  margin-top: 0;
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: unset;
  flex-wrap: unset;
}
.personMod-2 .unifyTitle-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .personMod-2 {
    margin: 20vw 0;
  }
}
@media (max-width:1024px) {
  .personMod-2 {
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset;
    height: unset;
  }
}
@media (max-width:1024px) {
  .personMod-2 .inxTitle {
    text-align: center;
    margin-bottom: 10vw;
  }
}
.personMod-2 .left {
  width: 46%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  background-repeat: repeat;
  background-image: url(pelpepWL.jpg);
  position: relative;
}
@media (max-width:1300px) {
  .personMod-2 .left {
    width: 36%;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .personMod-2 .left {
    width: 100%;
  }
}
.personMod-2 .left #pelpeoImg {
  overflow: unset;
  width: 100%;
  height: 100%;
}
.personMod-2 .left #pelpeoImg li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  .personMod-2 .left #pelpeoImg li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.personMod-2 .left #pelpeoImg li .photo {
  margin-right: -8%;
  z-index: 2;
  border-radius: 50%;
  background-repeat: repeat;
  background-image: url(pelpepWL.jpg);
  height: 66%;
  position: relative;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .personMod-2 .left #pelpeoImg li .photo {
    margin: 0;
  }
}
.personMod-2 .left #pelpeoImg li .photo .img {
  height: 91%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
}
.personMod-2 .left #pelpeoImg li .photo .chinaK {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 137%;
  aspect-ratio: 1/1;
}
.personMod-2 .left #pelpeoImg li .bgPel {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  opacity: 0;
  transition-duration: 0.2s;
  transition-property: all;
  object-fit: cover;
}
.personMod-2 .left #pelpeoImg li .gaizhu {
  display: none;
  position: absolute;
  left: -10%;
  aspect-ratio: 1/1;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to left, #740403, transparent, transparent);
}
.personMod-2 .left #pelpeoImg li.swiper-slide-active .bgPel {
  opacity: 0.1;
}
.personMod-2 .right {
  padding: 4vw 4vw 4vw 12vw;
  width: 54%;
  height: 100%;
  background-color: #eee;
}
@media (max-width:1300px) {
  .personMod-2 .right {
    width: 64%;
    padding: 2vw 2vw 2vw 12vw;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .personMod-2 .right {
    width: 100%;
    padding: 10vw;
  }
}
.personMod-2 .right .tabs {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: unset;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  .personMod-2 .right .tabs {
    margin-top: 1vw;
  }
}
@media (max-width:1600px) and (max-width:1300px) {
  .personMod-2 .right .tabs {
    margin-top: 2vw;
  }
}
.personMod-2 .right .tabs li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: unset;
  flex-wrap: unset;
}
.personMod-2 .right .tabs li span {
  margin: 0 20px;
  color: #666;
  cursor: pointer;
}
@media (max-width:1024px) {
  .personMod-2 .right .tabs li span {
    margin: 0 2vw;
    font-size: 4vw;
  }
}
.personMod-2 .right .tabs li i {
  width: 12px;
  height: 22px;
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  background-image: url(../img/zuoyouWL.png);
  display: block;
}
.personMod-2 .right .tabs li i.L {
  background-position: left;
}
.personMod-2 .right .tabs li i.R {
  background-position: right;
}
.personMod-2 .right .tabs li x {
  width: 30px;
  display: block;
  height: 1px;
  background-color: #999;
}
@media (max-width:1600px) {
  .personMod-2 .right .tabs li x {
    width: 22px;
  }
}
@media (max-width:1600px) and (max-width:1300px) {
  .personMod-2 .right .tabs li x {
    width: 2vw;
  }
}
.personMod-2 .right .tabs li.on span {
  color: #207f4c;
}
.personMod-2 .right .tabs li.on i.L {
  background-position: -12px 0;
}
.personMod-2 .right .tabs li.on i.R {
  background-position: 24px 0;
}
.personMod-2 .right .tabs li.on x {
  background-color: #207f4c;
}
.personMod-2 .right .content {
  margin-top: 60px;
  position: relative;
}
@media (max-width:1600px) {
  .personMod-2 .right .content {
    margin-top: 2vw;
  }
}
@media (max-width:1600px) and (max-width:1024px) {
  .personMod-2 .right .content {
    margin-top: 10vw;
  }
}
.personMod-2 .right .content li {
  position: absolute;
  display: none;
}
.personMod-2 .right .content li .name {
  font-size: 30px;
  font-weight: bold;
}
@media (max-width:1024px) {
  .personMod-2 .right .content li .name {
    font-size: 8vw;
  }
}
.personMod-2 .right .content li .work {
  margin: 20px 0 40px;
  font-size: 18px;
  color: #e3b243;
}
@media (max-width:1600px) {
  .personMod-2 .right .content li .work {
    margin: 1vw 0 1vw;
  }
}
@media (max-width:1600px) and (max-width:1300px) {
  .personMod-2 .right .content li .work {
    margin: 1vw 0 2vw;
  }
}
@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
  .personMod-2 .right .content li .work {
    margin: 2vw 0 6vw;
  }
}
.personMod-2 .right .content li .jsNeirong * {
  font-size: 0.9vw;
  line-height: 2.5em;
  color: #888;
}
@media (max-width:1024px) {
  .personMod-2 .right .content li .jsNeirong * {
    font-size: 4vw;
    line-height: 2em;
  }
}
.casesMod-1 {
  padding: 60px 0;
}
@media (max-width:1300px) {
  .casesMod-1 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .casesMod-1 {
    padding: 15vw 0;
  }
}
.casesMod-1 .yx {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width:1300px) {
  .casesMod-1 .yx {
    width: 90%;
  }
}
@media (max-width:1024px) {
  .casesMod-1 .yx #userTiyan .box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    flex-direction: column-reverse;
  }
}
@media (max-width:1024px) {
  .casesMod-1 .yx #userTiyan .box .imgVideo {
    height: 60vw;
    margin-bottom: 10vw;
  }
}
@media (max-width:1024px) {
  .casesMod-1 .yx #userTiyan .box .contor {
    margin: 4vw 0;
    width: 100%;
  }
}
@media (max-width:1024px) {
  .casesMod-1 .yx #userTiyan .box .contor .TiyanQuan {
    width: 15vw;
    height: 15vw;
  }
}
@media (max-width:1024px) {
  .casesMod-1 .yx #userTiyan .box .contor .TiyanQuan .num {
    font-size: 6vw;
  }
}
.casesMod-1 .TiyanQuan {
  width: 100px;
  height: 100px;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.casesMod-1 ._svg {
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  stroke: rgba(0, 0, 0, 0.5);
}
.casesMod-1 ._ind {
  stroke: #666;
  stroke-dasharray: 383.08;
  stroke-dashoffset: 383.08;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: 0;
  left: 0;
}
.casesMod-1 .num {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: 'Hel-01';
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
}
.casesMod-1 #userTiyan {
  width: 100%;
  height: 430px;
}
.casesMod-1 #userTiyan .imgVideo {
  height: 100%;
  width: 50%;
  background-color: rgba(0, 0, 0, 0.05);
}
.casesMod-1 #userTiyan .imgVideo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.casesMod-1 .box {
  display: flex;
  position: relative;
  align-items: flex-end;
  height: 100%;
  background-color: #fff;
}
.casesMod-1 .box .cout {
  height: 60%;
  width: 50%;
  padding-right: 10%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
.casesMod-1 .contor {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  width: 70%;
}
.casesMod-1 .cout .title {
  font-size: 22px;
  margin-bottom: 20px;
}
.casesMod-1 .inxMore {
  position: absolute;
  bottom: 20px;
}
.casesMod-1 .cout p {
  font-size: 12px;
  color: #999;
}
.casesMod-1 .userTiyan-pag {
  display: flex;
  align-items: center;
  width: unset!important;
  padding-left: 20px;
}
.casesMod-1 .userTiyan-bullet {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  display: block;
  transition: all 2s;
  margin: 0 10px;
  cursor: pointer;
}
.casesMod-1 .userTiyan-bullet-active {
  background-color: #1e6e54;
  cursor: default;
}
@media (max-width:1300px) {
  .casesMod-1 .box .cout {
    width: 64%;
  }
  .casesMod-1 #userTiyan .imgVideo {
    width: 36%;
  }
  .casesMod-1 .contor {
    width: 64%;
  }
}
@media (max-width:1024px) {
  .casesMod-1 .TiyanQuan {
    width: 20vw;
    height: 20vw;
  }
  .casesMod-1 .box {
    display: flex;
    flex-direction: column;
  }
  .casesMod-1 #userTiyan .imgVideo {
    width: 100%;
    height: 100vw;
  }
  .casesMod-1 .contor {
    position: unset;
    margin: 10vw 0;
  }
  .casesMod-1 #userTiyan {
    height: unset;
  }
  .casesMod-1 .box .cout {
    width: 100%;
    padding-right: 0;
  }
  .casesMod-1 .inxMore {
    position: unset;
    margin-top: 10vw;
    padding-bottom: 10px;
  }
}
.casesMod-2 {
  background-color: #f9f9f9;
  width: 100%;
  position: relative;
  padding: 60px 0;
}
@media (max-width:1300px) {
  .casesMod-2 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .casesMod-2 {
    padding: 15vw 0;
  }
}
@media (max-width:1300px) {
  .casesMod-2 {
    padding: 0 4%;
    padding-top: 60px;
  }
}
@media (max-width:1300px) and (max-width:1300px) {
  .casesMod-2 {
    padding-top: 8vw;
  }
}
@media (max-width:1300px) and (max-width:1300px) and (max-width:1024px) {
  .casesMod-2 {
    padding-top: 15vw;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .casesMod-2 {
    padding: unset;
    padding-top: 60px;
  }
}
@media (max-width:1300px) and (max-width:1024px) and (max-width:1300px) {
  .casesMod-2 {
    padding-top: 8vw;
  }
}
@media (max-width:1300px) and (max-width:1024px) and (max-width:1300px) and (max-width:1024px) {
  .casesMod-2 {
    padding-top: 15vw;
  }
}
.casesMod-2 .boxkk {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width:1300px) {
  .casesMod-2 .boxkk {
    width: 90%;
  }
}
.casesMod-2 .boxkk .topCout {
  position: relative;
  height: 32vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .casesMod-2 .boxkk .topCout {
    width: 90%;
    margin: 0 auto;
    height: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.casesMod-2 .boxkk .topCout #inxCaseTxt {
  width: 20%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: unset;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .casesMod-2 .boxkk .topCout #inxCaseTxt {
    width: 100%;
  }
}
.casesMod-2 .boxkk .topCout #inxCaseTxt .swiper-wrapper {
  height: unset;
}
.casesMod-2 .boxkk .topCout #inxCaseTxt .swiper-wrapper .swiper-slide {
  opacity: 0 !important;
}
.casesMod-2 .boxkk .topCout #inxCaseTxt .swiper-wrapper .swiper-slide .txtBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.casesMod-2 .boxkk .topCout #inxCaseTxt .swiper-wrapper .swiper-slide .txtBox a {
  width: fit-content;
  position: relative;
  transition-duration: 0.5s;
  transition-property: all;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .casesMod-2 .boxkk .topCout #inxCaseTxt .swiper-wrapper .swiper-slide .txtBox a canvas {
    width: 30vw!important;
    height: 30vw!important;
  }
}
.casesMod-2 .boxkk .topCout #inxCaseTxt .swiper-wrapper .swiper-slide .txtBox a .abox {
  position: absolute;
  width: 78%;
  height: 78%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border-radius: 50%;
  z-index: 1;
}
.casesMod-2 .boxkk .topCout #inxCaseTxt .swiper-wrapper .swiper-slide .txtBox a .abox .en {
  font-family: 'Hel-01';
  color: #207f4c;
}
.casesMod-2 .boxkk .topCout #inxCaseTxt .swiper-wrapper .swiper-slide .txtBox a .abox .cn {
  font-size: 20px;
  color: #207f4c;
}
.casesMod-2 .boxkk .topCout #inxCaseTxt .swiper-wrapper .swiper-slide .txtBox a::after {
  content: '';
  position: absolute;
  z-index: 0;
  display: block;
  width: 78%;
  height: 78%;
  opacity: 1;
  border-radius: 50%;
  background-color: #fff;
  transition-duration: 0.5s;
  transition-property: all;
}
.casesMod-2 .boxkk .topCout #inxCaseTxt .swiper-wrapper .swiper-slide .txtBox a:hover {
  transform: translate(10px);
}
@media (max-width:1024px) {
  .casesMod-2 .boxkk .topCout #inxCaseTxt .swiper-wrapper .swiper-slide .txtBox a:hover {
    transform: none;
  }
}
.casesMod-2 .boxkk .topCout #inxCaseTxt .swiper-wrapper .swiper-slide .txtBox a:hover .abox .en {
  color: #fff;
}
.casesMod-2 .boxkk .topCout #inxCaseTxt .swiper-wrapper .swiper-slide .txtBox a:hover .abox .cn {
  color: #fff;
}
.casesMod-2 .boxkk .topCout #inxCaseTxt .swiper-wrapper .swiper-slide .txtBox a:hover::after {
  opacity: 0;
}
.casesMod-2 .boxkk .topCout #inxCaseTxt .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.casesMod-2 .boxkk .topCout #inxCaseImg {
  width: 80%;
  border-radius: 20px;
  height: 100%;
}
@media (max-width:1024px) {
  .casesMod-2 .boxkk .topCout #inxCaseImg {
    width: 100%;
    height: 50vw;
  }
}
.casesMod-2 .boxkk .topCout #inxCaseImg .li .btnBox {
  position: relative;
  width: 100%;
  height: 100%;
}
.casesMod-2 .boxkk .topCout #inxCaseImg .li .btnBox .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.casesMod-2 .boxkk .topCout #inxCaseImg .li .btnBox .xmTitle {
  width: 100%;
  position: absolute;
  bottom: 40px;
  left: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .casesMod-2 .boxkk .topCout #inxCaseImg .li .btnBox .xmTitle {
    left: 6vw;
    bottom: 6vw;
  }
}
.casesMod-2 .boxkk .topCout #inxCaseImg .li .btnBox .xmTitle .lShu {
  height: 14vw;
  border-radius: 3px;
  width: 6px;
  background-color: #207f4c;
}
.casesMod-2 .boxkk .topCout #inxCaseImg .li .btnBox .xmTitle .reTitle {
  padding-left: 1vw;
}
.casesMod-2 .boxkk .topCout #inxCaseImg .li .btnBox .xmTitle .reTitle .sortName {
  margin-bottom: 2vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
.casesMod-2 .boxkk .topCout #inxCaseImg .li .btnBox .xmTitle .reTitle .sortName i {
  display: block;
  width: 40px;
  height: 1px;
  background-color: #fff;
  margin-right: 10px;
}
.casesMod-2 .boxkk .topCout #inxCaseImg .li .btnBox .xmTitle .reTitle .sortName span {
  font-size: 20px;
  color: #fff;
}
@media (max-width:1024px) {
  .casesMod-2 .boxkk .topCout #inxCaseImg .li .btnBox .xmTitle .reTitle .sortName span {
    font-size: 4vw;
  }
}
.casesMod-2 .boxkk .topCout #inxCaseImg .li .btnBox .xmTitle .title {
  font-size: 34px;
  color: #fff;
}
@media (max-width:1024px) {
  .casesMod-2 .boxkk .topCout #inxCaseImg .li .btnBox .xmTitle .title {
    font-size: 6vw;
  }
}
.casesMod-2 .boxkk .topCout #inxCaseImg .mask {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: -20%;
  background-color: #207f4c;
  z-index: 1;
  border-top-right-radius: 20vw 13vw;
  border-bottom-right-radius: 20vw 13vw;
  width: 0%;
  height: 100%;
  transition-duration: 1s;
  transition-property: all;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.casesMod-2 .boxkk .topCout #inxCaseImg .mask .en {
  color: #fff;
  font-size: 50px;
  font-family: 'As';
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: all;
  margin-right: 20%;
}
.casesMod-2 .boxkk .topCout #inxCaseImg .mask .cn {
  color: #fff;
  font-size: 30px;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: all;
  margin-right: 20%;
}
.casesMod-2 .boxkk .topCout #inxCaseImg .mask.on {
  left: 0;
  transform: translateX(0%);
  border-top-right-radius: 0 13vw;
  border-bottom-right-radius: 0 13vw;
  width: 120%;
  height: 100%;
}
.casesMod-2 .boxkk .topCout #inxCaseImg .mask.on div {
  transition-delay: 0.5s;
  opacity: 1;
}
.casesMod-2 .boxkk .topCout .inxCasesPa {
  height: fit-content;
  position: absolute;
  top: 40px;
  right: 7%;
  left: unset;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  color: #207f4c;
  font-size: 20px;
  width: 5%;
}
.casesMod-2 .boxkk .topCout .inxCasesPa span {
  color: #207f4c;
  font-size: 20px;
  font-family: 'Hel';
}
.casesMod-2 .boxkk .topCout .inxCaseNa {
  width: 10%;
  position: absolute;
  right: 5%;
  bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .casesMod-2 .boxkk .topCout .inxCaseNa {
    display: none;
  }
}
.casesMod-2 .boxkk .topCout .inxCaseNa > div {
  z-index: 1;
  cursor: pointer;
  transform: scale(1.2, 1);
}
.casesMod-2 .boxkk .topCout .inxCaseNa > div i {
  font-size: 30px;
  color: #207f4c;
}
.casesMod-2 .boxkk #inxCaseBtn {
  margin-top: 50px;
}
@media (max-width:1024px) {
  .casesMod-2 .boxkk #inxCaseBtn {
    margin-top: 10vw;
  }
}
.casesMod-2 .boxkk #inxCaseBtn .swiper-slide .btnBox {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  height: 8vw;
  width: 100%;
}
@media (max-width:1024px) {
  .casesMod-2 .boxkk #inxCaseBtn .swiper-slide .btnBox {
    height: 26vw;
  }
}
.casesMod-2 .boxkk #inxCaseBtn .swiper-slide .btnBox .cout {
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition-duration: 0.5s;
  transition-property: all;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.casesMod-2 .boxkk #inxCaseBtn .swiper-slide .btnBox .kuang {
  border-radius: 10px;
  border: 4px solid #207f4c;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: all;
  position: absolute;
  top: 0;
  z-index: 1;
}
.casesMod-2 .boxkk #inxCaseBtn .swiper-slide .btnBox img {
  width: 100%;
  height: 100%;
}
.casesMod-2 .boxkk #inxCaseBtn .swiper-slide.on .btnBox .cout {
  opacity: 0;
}
.casesMod-2 .boxkk #inxCaseBtn .swiper-slide.on .btnBox .kuang {
  opacity: 1;
}
.casesMod-3 {
  overflow: hidden;
  position: relative;
}
.casesMod-3 .imgBox {
  height: 44vw;
}
@media (max-width:1300px) {
  .casesMod-3 .imgBox {
    height: calc(100vh - 20vw);
  }
}
.casesMod-3 .imgBox #fanganImg {
  height: 100%;
}
.casesMod-3 .imgBox #fanganImg li .bgImg {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.casesMod-3 .imgBox #fanganImg li .content {
  padding: 200px 100px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
@media (max-width:1300px) {
  .casesMod-3 .imgBox #fanganImg li .content {
    padding: 60px;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .casesMod-3 .imgBox #fanganImg li .content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: unset;
  }
}
.casesMod-3 .imgBox #fanganImg li .content .leftTitle {
  width: 50%;
}
@media (max-width:1024px) {
  .casesMod-3 .imgBox #fanganImg li .content .leftTitle {
    width: 100%;
  }
}
.casesMod-3 .imgBox #fanganImg li .content .leftTitle .title {
  font-size: 60px;
  color: #fff;
  text-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  font-weight: bold;
}
@media (max-width:1300px) {
  .casesMod-3 .imgBox #fanganImg li .content .leftTitle .title {
    font-size: 40px;
  }
}
.casesMod-3 .imgBox #fanganImg li .content .leftTitle .sub {
  color: #fff;
  font-size: 16px;
  line-height: 2em;
  margin-top: 40px;
  text-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}
@media (max-width:1300px) {
  .casesMod-3 .imgBox #fanganImg li .content .leftTitle .sub {
    font-size: 12px;
  }
}
.casesMod-3 .imgBox #fanganImg li .content .yuanLink {
  width: fit-content;
  position: relative;
  transition-duration: 0.5s;
  transition-property: all;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .casesMod-3 .imgBox #fanganImg li .content .yuanLink canvas {
    width: 30vw!important;
    height: 30vw!important;
  }
}
.casesMod-3 .imgBox #fanganImg li .content .yuanLink .abox {
  position: absolute;
  width: 78%;
  height: 78%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border-radius: 50%;
  z-index: 1;
}
.casesMod-3 .imgBox #fanganImg li .content .yuanLink .abox .e {
  font-family: 'Hel-01';
  color: #207f4c;
  font-size: 20px;
  opacity: 0.4;
}
.casesMod-3 .imgBox #fanganImg li .content .yuanLink .abox .c {
  font-size: 20px;
  transition-duration: 0.5s;
  transition-property: all;
  font-weight: bold;
  margin-bottom: 10px;
}
.casesMod-3 .imgBox #fanganImg li .content .yuanLink .abox i {
  font-size: 20px;
  transition-duration: 0.5s;
  transition-property: all;
}
.casesMod-3 .imgBox #fanganImg li .content .yuanLink::after {
  content: '';
  position: absolute;
  z-index: 0;
  display: block;
  width: 78%;
  height: 78%;
  opacity: 1;
  border-radius: 50%;
  background-color: #fff;
  transition-duration: 0.5s;
  transition-property: all;
}
.casesMod-3 .imgBox #fanganImg li .content .yuanLink:hover {
  transform: translate(-10px);
}
@media (max-width:1024px) {
  .casesMod-3 .imgBox #fanganImg li .content .yuanLink:hover {
    transform: none;
  }
}
.casesMod-3 .imgBox #fanganImg li .content .yuanLink:hover .abox .e {
  color: #fff;
}
.casesMod-3 .imgBox #fanganImg li .content .yuanLink:hover .abox .c {
  color: #fff;
}
.casesMod-3 .imgBox #fanganImg li .content .yuanLink:hover .abox i {
  color: #fff;
}
.casesMod-3 .imgBox #fanganImg li .content .yuanLink:hover::after {
  opacity: 0;
}
@media (max-width:1024px) {
  .casesMod-3 .imgBox #fanganImg li .content .yuanLink {
    margin-top: 10vw;
  }
}
.casesMod-3 .imgBox #fanganImg li .content .yuanLink .fanganCanvas {
  opacity: 0.6;
  transition-duration: 0.5s;
  transition-property: all;
}
.casesMod-3 .imgBox #fanganImg li .content .yuanLink::after {
  display: none;
}
.casesMod-3 .imgBox #fanganImg li .content .yuanLink:hover .fanganCanvas {
  opacity: 1;
}
.casesMod-3 .imgBox #fanganImg li .content .yuanLink:hover .abox .c {
  color: #207f4c;
}
.casesMod-3 .imgBox #fanganImg li .content .yuanLink:hover .abox i {
  color: #207f4c;
}
.casesMod-3 .btnBox {
  position: absolute;
  bottom: 40px;
  width: 100%;
}
.casesMod-3 .btnBox #fanganBtn {
  overflow: unset;
}
.casesMod-3 .btnBox #fanganBtn li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.casesMod-3 .btnBox #fanganBtn li .box {
  border: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
  width: 80%;
  cursor: pointer;
  border-radius: 10px;
  overflow: hidden;
  height: 120px;
}
@media (max-width:1300px) {
  .casesMod-3 .btnBox #fanganBtn li .box {
    height: 80px;
  }
}
.casesMod-3 .btnBox #fanganBtn li .box .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.casesMod-3 .btnBox #fanganBtn li .box .title {
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.casesMod-3 .btnBox #fanganBtn li .box .title .tet {
  position: relative;
  z-index: 1;
  text-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
  color: #fff;
  font-weight: bold;
  font-size: 22px;
}
@media (max-width:1300px) {
  .casesMod-3 .btnBox #fanganBtn li .box .title .tet {
    font-size: 18px;
  }
}
.casesMod-3 .btnBox #fanganBtn li .box .title::after {
  content: '';
  position: absolute;
  z-index: 0;
  display: block;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  transition-duration: 2s;
  transition-property: all;
  background-color: rgba(0, 0, 0, 0.4);
}
.casesMod-3 .btnBox #fanganBtn li.on .box .title::after {
  width: 100%;
  transition-duration: 5s;
  transition-property: all;
  transition-timing-function: linear;
}
.historyMod-1 {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
  height: 500px;
}
.historyMod-1 .coutBox {
  background-color: rgba(0, 0, 0, 0.7);
  padding: 60px 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 100%;
}
@media (max-width:1300px) {
  .historyMod-1 .coutBox {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .historyMod-1 .coutBox {
    padding: 15vw 0;
  }
}
@media (max-width:1024px) {
  .historyMod-1 .coutBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.historyMod-1 .coutBox .left {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: unset;
  height: 100%;
}
@media (max-width:1024px) {
  .historyMod-1 .coutBox .left {
    width: 100%;
  }
}
.historyMod-1 .coutBox .left .leftBox {
  padding-right: 80px;
  width: calc(1200px * 0.4);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  .historyMod-1 .coutBox .left .leftBox {
    width: 80%;
  }
}
@media (max-width:1600px) and (max-width:1024px) {
  .historyMod-1 .coutBox .left .leftBox {
    padding-right: 0;
    width: 100%;
    padding: 5vw;
  }
}
.historyMod-1 .coutBox .left .leftBox .unifyTitle {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
.historyMod-1 .coutBox .left .leftBox .unifyTitle * {
  color: #fff;
}
.historyMod-1 .coutBox .left .leftBox .miaoshu {
  color: #fff;
  line-height: 2em;
  font-size: 14px;
}
.historyMod-1 .coutBox .left .leftBox .sortImg {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
@media (max-width:1024px) {
  .historyMod-1 .coutBox .left .leftBox .sortImg {
    height: unset;
    border-radius: 4vw;
  }
}
.historyMod-1 .coutBox .right {
  width: 60%;
  height: 100%;
}
@media (max-width:1024px) {
  .historyMod-1 .coutBox .right {
    width: 90%;
    border-radius: 4vw;
    margin: 0 auto;
  }
}
.historyMod-1 .coutBox .right .hisTabsBox {
  padding: 60px 0;
  height: 100%;
  background-color: #207f4c;
}
@media (max-width:1024px) {
  .historyMod-1 .coutBox .right .hisTabsBox {
    padding: 6vw 0;
  }
}
.historyMod-1 .coutBox .right .hisTabsBox #hisTabs {
  margin-bottom: 60px;
}
@media (max-width:1024px) {
  .historyMod-1 .coutBox .right .hisTabsBox #hisTabs {
    margin-bottom: 6vw;
  }
}
.historyMod-1 .coutBox .right .hisTabsBox #hisTabs .xian {
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: rgba(248, 214, 141, 0.2);
  position: absolute;
}
.historyMod-1 .coutBox .right .hisTabsBox #hisTabs li {
  margin-right: 100px;
  width: unset;
}
@media (max-width:1024px) {
  .historyMod-1 .coutBox .right .hisTabsBox #hisTabs li {
    margin-right: 10vw;
  }
}
.historyMod-1 .coutBox .right .hisTabsBox #hisTabs li .date {
  font-size: 20px;
  cursor: pointer;
  color: rgba(255, 238, 154, 0.5);
}
.historyMod-1 .coutBox .right .hisTabsBox #hisTabs li:last-child {
  margin-right: 0;
}
.historyMod-1 .coutBox .right .hisTabsBox #hisTabs li.on .date {
  color: #207f4c;
}
.historyMod-1 .coutBox .right .hisTabsBox .neirong {
  margin: 0 auto;
  width: 80%;
}
.historyMod-1 .coutBox .right .hisTabsBox .neirong #hisCout li .coutDate {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #207f4c;
}
@media (max-width:1300px) {
  .historyMod-1 .coutBox .right .hisTabsBox .neirong #hisCout li .coutDate {
    font-size: 36px;
  }
}
@media (max-width:1024px) {
  .historyMod-1 .coutBox .right .hisTabsBox .neirong #hisCout li .coutDate {
    font-size: 8vw;
  }
}
.historyMod-1 .coutBox .right .hisTabsBox .neirong #hisCout li .miaoshu {
  line-height: 2em;
  text-align: justify;
}
.historyMod-1 .coutBox .right .hisTabsBox .neirong #hisCout li .miaoshu p {
  color: #207f4c;
  font-size: 16px;
}
@media (max-width:1024px) {
  .historyMod-1 .coutBox .right .hisTabsBox .neirong #hisCout li .miaoshu {
    line-height: 2em;
    font-size: 3.4vw;
  }
}
.historyMod-1 .coutBox .right .hisTabsBox .neirong .contro {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: unset;
  flex-wrap: unset;
}
.historyMod-1 .coutBox .right .hisTabsBox .neirong .contro div {
  margin-right: 20px;
  border-radius: 50%;
  cursor: pointer;
  background-color: #ffffff;
  transition-duration: 0.5s;
  transition-property: all;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.historyMod-1 .coutBox .right .hisTabsBox .neirong .contro div i {
  transition-duration: 0.5s;
  transition-property: all;
}
.historyMod-1 .coutBox .right .hisTabsBox .neirong .contro div.bianjie {
  opacity: 0.3;
  pointer-events: none;
}
.historyMod-1 .coutBox .right .hisTabsBox .neirong .contro div:hover {
  background-color: #fff;
}
.historyMod-1 .coutBox .right .hisTabsBox .neirong .contro div:hover i {
  color: #333;
}
.historyMod-2 {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  padding: 60px 0;
}
@media (max-width:1300px) {
  .historyMod-2 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .historyMod-2 {
    padding: 15vw 0;
  }
}
@media (max-width:1024px) {
  .historyMod-2 {
    overflow: hidden;
  }
}
.historyMod-2 .box {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 1400px;
  margin: 0 auto;
  height: 40vw;
}
@media (max-width:1300px) {
  .historyMod-2 .box {
    width: 90%;
  }
}
@media (max-width:1024px) {
  .historyMod-2 .box {
    height: unset;
    width: 200%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.historyMod-2 .box .unifyTitle {
  width: 10%;
}
@media (max-width:1024px) {
  .historyMod-2 .box .unifyTitle {
    width: unset;
  }
}
.historyMod-2 .box .unifyTitle .cn {
  writing-mode: vertical-lr;
}
@media (max-width:1024px) {
  .historyMod-2 .box .unifyTitle .cn {
    writing-mode: unset;
  }
}
.historyMod-2 .box .unifyTitle .en {
  writing-mode: vertical-lr;
}
@media (max-width:1024px) {
  .historyMod-2 .box .unifyTitle .en {
    writing-mode: unset;
  }
}
.historyMod-2 .box .swiperBox {
  width: 90%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .historyMod-2 .box .swiperBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    flex-direction: column-reverse;
  }
}
.historyMod-2 .box .swiperBox .txtBox {
  width: 65%;
  height: 100%;
}
@media (max-width:1300px) {
  .historyMod-2 .box .swiperBox .txtBox {
    width: 70%;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .historyMod-2 .box .swiperBox .txtBox {
    width: 120%;
    margin-top: 4vw;
  }
}
.historyMod-2 .box .swiperBox .txtBox #historyTxt {
  width: 100%;
  height: 100%;
}
.historyMod-2 .box .swiperBox .txtBox #historyTxt .swiper-slide {
  background-color: rgba(0, 0, 0, 0);
  padding: 30px;
  opacity: 0.6;
  transition-duration: 0.5s;
  transition-property: all;
}
@media (max-width:1600px) {
  .historyMod-2 .box .swiperBox .txtBox #historyTxt .swiper-slide {
    padding: 20px 30px;
  }
}
@media (max-width:1600px) and (max-width:1300px) {
  .historyMod-2 .box .swiperBox .txtBox #historyTxt .swiper-slide {
    padding: 20px;
  }
}
@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
  .historyMod-2 .box .swiperBox .txtBox #historyTxt .swiper-slide {
    padding: 8vw 5vw;
  }
}
.historyMod-2 .box .swiperBox .txtBox #historyTxt .swiper-slide.on {
  background-color: #207f4c42;
  transition-duration: 0.5s;
  transition-property: all;
  opacity: 1;
}
.historyMod-2 .box .swiperBox .txtBox #historyTxt .swiper-slide a .top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
.historyMod-2 .box .swiperBox .txtBox #historyTxt .swiper-slide a .top .year {
  font-size: 30px;
  color: #207f4c;
  font-family: 'Hel-02';
  font-weight: bold;
  line-height: 1em;
}
@media (max-width:1300px) {
  .historyMod-2 .box .swiperBox .txtBox #historyTxt .swiper-slide a .top .year {
    font-size: 24px;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .historyMod-2 .box .swiperBox .txtBox #historyTxt .swiper-slide a .top .year {
    font-size: 6vw;
    width: 100%;
  }
}
.historyMod-2 .box .swiperBox .txtBox #historyTxt .swiper-slide a .top .bt {
  font-size: 20px;
  font-weight: bold;
  color: #444;
  margin: 10px 0;
}
@media (max-width:1300px) {
  .historyMod-2 .box .swiperBox .txtBox #historyTxt .swiper-slide a .top .bt {
    font-size: 18px;
    font-size: 4vw;
    margin: 4px 0;
  }
}
.historyMod-2 .box .swiperBox .txtBox #historyTxt .swiper-slide a .miaoshu {
  margin-top: 10px;
}
.historyMod-2 .box .swiperBox .txtBox #historyTxt .swiper-slide a .miaoshu * {
  color: #444;
}
@media (max-width:1300px) {
  .historyMod-2 .box .swiperBox .txtBox #historyTxt .swiper-slide a .miaoshu * {
    font-size: 12px;
  }
}
@media (max-width:1300px) {
  .historyMod-2 .box .swiperBox .txtBox #historyTxt .swiper-slide a .miaoshu * {
    line-height: 2em;
  }
}
.historyMod-2 .box .swiperBox .imgBox {
  margin-left: 0;
  padding-left: 5%;
}
@media (max-width:1300px) {
  .historyMod-2 .box .swiperBox .imgBox {
    width: 30%;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .historyMod-2 .box .swiperBox .imgBox {
    padding-left: 0;
    width: 90vw;
  }
}
.historyMod-2 .box .swiperBox .imgBox img {
  width: 100%;
}
.historyMod-2 .box .swiperBox .imgBox img:first-child {
  margin-bottom: 20px;
}
.historyMod-2 .box .swiperBox .imgBox {
  margin-left: -5%;
  width: 40%;
  height: 100%;
}
@media (max-width:1300px) {
  .historyMod-2 .box .swiperBox .imgBox {
    width: 40%;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .historyMod-2 .box .swiperBox .imgBox {
    margin-left: 0;
    width: 100%;
    height: 60vw;
  }
}
.historyMod-2 .box .swiperBox .imgBox #historyImg {
  width: 100%;
  height: 100%;
}
.historyMod-2 .box .swiperBox .imgBox #historyImg .swiper-wrapper {
  align-items: center;
}
.historyMod-2 .box .swiperBox .imgBox #historyImg .swiper-wrapper .swiper-slide {
  transition-duration: 0.5s;
  transition-property: all;
  width: 80%;
  margin: 0 auto;
}
@media (max-width:1300px) {
  .historyMod-2 .box .swiperBox .imgBox #historyImg .swiper-wrapper .swiper-slide {
    width: 90%;
  }
}
@media (max-width:1024px) {
  .historyMod-2 .box .swiperBox .imgBox #historyImg .swiper-wrapper .swiper-slide {
    height: 90%;
  }
}
.historyMod-2 .box .swiperBox .imgBox #historyImg .swiper-wrapper .swiper-slide .imgR {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.historyMod-2 .box .swiperBox .imgBox #historyImg .swiper-wrapper .swiper-slide .mask {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  transition-duration: 0.5s;
  transition-property: all;
}
.historyMod-2 .box .swiperBox .imgBox #historyImg .swiper-wrapper .swiper-slide.cengji {
  z-index: 1;
}
.historyMod-2 .box .swiperBox .imgBox #historyImg .swiper-wrapper .swiper-slide.big {
  transform: scale(1.2, 1.4);
}
@media (max-width:1024px) {
  .historyMod-2 .box .swiperBox .imgBox #historyImg .swiper-wrapper .swiper-slide.big {
    transform: scale(1.2, 1.1);
  }
}
.historyMod-2 .box .swiperBox .imgBox #historyImg .swiper-wrapper .swiper-slide.big .mask {
  background-color: rgba(255, 255, 255, 0);
}
.historyMod-2 .bg {
  position: absolute;
  opacity: 0.5;
  object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
}
.historyMod-3 {
  padding: 60px 0;
}
@media (max-width:1300px) {
  .historyMod-3 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .historyMod-3 {
    padding: 15vw 0;
  }
}
.historyMod-3 #liucout {
  width: 90%;
}
.historyMod-3 #liucout .box {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.historyMod-3 #liucout .box .miaoshu {
  height: 14vw;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  transition: 0.5s all;
}
.historyMod-3 #liucout .box .miaoshu h1 {
  width: 40%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #c53232;
  color: #fff;
  border-radius: 20px;
  font-size: 20px;
  font-weight: bold;
}
.historyMod-3 #liucout .box .tu {
  width: 80%;
  height: 14vw;
  margin: 0 auto;
  object-fit: cover;
  background-position: center;
  background-size: cover;
  border: 4px solid #f5ac53;
  border-radius: 16px;
}
.historyMod-3 #liucout .box .tu > div {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.historyMod-3 #liucout .box:hover .tu > div {
  opacity: 1;
}
@keyframes zhuanquan {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.historyMod-3 #liucout .box .name {
  font-size: 24px;
  margin: 10px 0;
  font-weight: bold;
  color: #fff;
}
.historyMod-3 #liucout .swiper-wrapper {
  position: relative;
}
.historyMod-3 #liucout .box .miaoshu p {
  font-size: 16px;
  text-indent: 2em;
  color: #232121;
  line-height: 1.8em;
}
.historyMod-3 #liucout li:nth-child(2n) .box {
  flex-direction: column-reverse;
}
.historyMod-3 #liucout li:nth-child(2n) .miaoshu {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-start;
}
.historyMod-3 #liucout .box .xian {
  height: 70px;
  width: 1px;
  background-color: #ab3345;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.historyMod-3 #liucout .box .xian > o {
  width: 12px;
  height: 12px;
  background-color: #ab3345;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 11;
}
.historyMod-3 .hengxian {
  width: 600px;
  height: 2px;
  position: absolute;
  top: 50%;
  transition: 0.5s all;
  background-color: #d79e4d;
}
.historyMod-3 .hengxian div {
  height: 100%;
  background-color: #d79e4d;
  transition: all 0.5s ease;
}
.historyMod-3 .mask {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(212, 44, 44, 0.15), 0 0 0 10px rgba(212, 44, 44, 0.15), 0 0 0 20px rgba(212, 44, 44, 0.15);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(212, 44, 44, 0.15), 0 0 0 20px rgba(212, 44, 44, 0.15), 0 0 0 40px rgba(212, 44, 44, 0);
  }
}
.anin {
  background: #ff668a;
  color: #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  line-height: 10px;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  -webkit-animation: ripple 1s linear infinite;
  animation: ripple 1s linear infinite;
}
.anin:hover {
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}
.anin div {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
}
@media (max-width:1024px) {
  .historyMod-3 #liucout .box .miaoshu {
    height: 46vw;
  }
  .historyMod-3 #liucout .box .tu {
    height: 46vw;
  }
}
.historyMod-4 {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  background-image: unset;
}
.historyMod-4 .bgMask {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.historyMod-4 .bgMask .cenBox {
  padding: 60px 0;
  width: 1200px;
  margin: 0 auto;
}
@media (max-width:1300px) {
  .historyMod-4 .bgMask .cenBox {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .historyMod-4 .bgMask .cenBox {
    padding: 15vw 0;
  }
}
@media (max-width:1300px) {
  .historyMod-4 .bgMask .cenBox {
    width: 90%;
  }
}
@media (max-width:1300px) {
  .historyMod-4 .bgMask .cenBox {
    padding: 60px 0;
    padding-top: 10vw;
  }
}
@media (max-width:1300px) and (max-width:1300px) {
  .historyMod-4 .bgMask .cenBox {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1300px) and (max-width:1024px) {
  .historyMod-4 .bgMask .cenBox {
    padding: 15vw 0;
  }
}
.historyMod-4 .bgMask .cenBox .topTabs {
  position: relative;
}
.historyMod-4 .bgMask .cenBox .topTabs #inxHistory {
  width: 80%;
}
.historyMod-4 .bgMask .cenBox .topTabs #inxHistory ul li {
  width: 33.333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .historyMod-4 .bgMask .cenBox .topTabs #inxHistory ul li {
    z-index: 2;
  }
}
.historyMod-4 .bgMask .cenBox .topTabs #inxHistory ul li .quanK {
  position: relative;
  width: 200px;
  height: 200px;
}
.historyMod-4 .bgMask .cenBox .topTabs #inxHistory ul li .quanK .quan {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 200px * 0.5);
  left: calc(50% - 200px * 0.5);
  transition-duration: 0.5s;
  transition-property: all;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  transform: scale(0.3);
  padding: 8px;
  border-radius: 50%;
}
.historyMod-4 .bgMask .cenBox .topTabs #inxHistory ul li .quanK .quan .quan1 {
  position: relative;
  background-color: #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.historyMod-4 .bgMask .cenBox .topTabs #inxHistory ul li .quanK .quan .quan1 span {
  font-size: 80px;
  font-family: 'siyuansongti';
}
.historyMod-4 .bgMask .cenBox .topTabs #inxHistory ul li .quanK .quan .quan1 .tabsImg {
  z-index: 1;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: all;
  border-radius: 50%;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.historyMod-4 .bgMask .cenBox .topTabs #inxHistory ul li .infoTitle {
  transform: translateY(-90px) scale(0.5);
  transition-duration: 0.5s;
  transition-property: all;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.historyMod-4 .bgMask .cenBox .topTabs #inxHistory ul li .infoTitle .xianshan {
  height: 60px;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: all;
  width: 70%;
}
.historyMod-4 .bgMask .cenBox .topTabs #inxHistory ul li .infoTitle .years {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  font-size: 24px;
  width: 250px;
  height: 50px;
  transition-duration: 0.5s;
  transition-property: all;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../../html/rgmod/moduleMod/historyMod/historyMod-4/hisTimeBg.png);
  background-position: center;
  opacity: 0;
}
.historyMod-4 .bgMask .cenBox .topTabs #inxHistory ul li.swiper-slide-active {
  z-index: 1;
}
.historyMod-4 .bgMask .cenBox .topTabs #inxHistory ul li.swiper-slide-active .quanK .quan {
  transform: scale(1);
}
.historyMod-4 .bgMask .cenBox .topTabs #inxHistory ul li.swiper-slide-active .quanK .quan .quan1 .tabsImg {
  opacity: 1;
}
.historyMod-4 .bgMask .cenBox .topTabs #inxHistory ul li.swiper-slide-active .infoTitle {
  transform: translateY(-50%) scale(1);
}
.historyMod-4 .bgMask .cenBox .topTabs #inxHistory ul li.swiper-slide-active .infoTitle .xianshan {
  opacity: 1;
}
.historyMod-4 .bgMask .cenBox .topTabs #inxHistory ul li.swiper-slide-active .infoTitle .years {
  opacity: 1;
}
.historyMod-4 .bgMask .cenBox .topTabs .naviga {
  position: absolute;
  width: 80px;
  height: 80px;
  top: calc(200px * 0.5 - 40px);
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../../html/rgmod/moduleMod/historyMod/historyMod-4/maobiQQ.png);
  background-position: center;
  filter: invert(1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  cursor: pointer;
}
@media (max-width:1024px) {
  .historyMod-4 .bgMask .cenBox .topTabs .naviga {
    display: none;
  }
}
.historyMod-4 .bgMask .cenBox .topTabs .naviga i {
  color: #fff;
  font-size: 20px;
}
.historyMod-4 .bgMask .cenBox .topTabs .naviga.inxHis-prev {
  left: 0;
}
.historyMod-4 .bgMask .cenBox .topTabs .naviga.inxHis-next {
  right: 0;
}
.historyMod-4 .bgMask .cenBox .topTabs .hengxian {
  background-image: url(../../html/rgmod/moduleMod/historyMod/historyMod-4/navBg.png);
  background-size: 100% 100%;
  filter: invert(1);
  display: block;
  opacity: 0.8;
  width: 100%;
  height: 8px;
  position: absolute;
  top: calc(200px * 0.5 - 2px);
}
@media (max-width:1024px) {
  .historyMod-4 .bgMask .cenBox .bottomCout #inxHisCout {
    transition-duration: 0.5s;
    transition-property: all;
  }
}
.historyMod-4 .bgMask .cenBox .bottomCout #inxHisCout ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .historyMod-4 .bgMask .cenBox .bottomCout #inxHisCout ul li {
    height: fit-content;
  }
}
.historyMod-4 .bgMask .cenBox .bottomCout #inxHisCout ul li .title {
  color: #fff;
  font-size: 20px;
}
.historyMod-4 .bgMask .cenBox .bottomCout #inxHisCout ul li .miaoshu {
  transform: translateY(40px);
  opacity: 0;
  margin-top: 40px;
  transition-duration: 0.5s;
  transition-property: all;
}
.historyMod-4 .bgMask .cenBox .bottomCout #inxHisCout ul li .miaoshu p {
  color: #ccc;
  font-size: 14px;
}
@media (max-width:1024px) {
  .historyMod-4 .bgMask .cenBox .bottomCout #inxHisCout ul li .miaoshu p {
    font-size: 3.2vw;
  }
}
.historyMod-4 .bgMask .cenBox .bottomCout #inxHisCout ul li.swiper-slide-active .miaoshu {
  transition-delay: 0.8s;
  transform: translateY(0);
  opacity: 1;
}
@media (max-width:1024px) {
  .historyMod-4 .bgMask .cenBox .bottomCout #inxHisCout ul li.swiper-slide-active .miaoshu {
    transition-delay: 0.3s;
  }
}
.historyMod-4 .bannerBWL {
  top: 0;
  transform: rotate(180deg);
  bottom: unset;
}
.historyMod-4 .yunDuo {
  overflow: hidden;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.historyMod-4 .yunDuo img {
  width: 120vw;
  bottom: 0;
  position: relative;
  left: 0;
  z-index: 1;
}
@media (max-width:1024px) {
  .historyMod-4 .yunDuo img {
    width: 100%;
  }
}
.historyMod-5 {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  width: 100%;
  position: relative;
}
.historyMod-5 .coutBox {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .historyMod-5 .coutBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.historyMod-5 .coutBox .right {
  width: 60%;
  padding: 60px 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}
@media (max-width:1300px) {
  .historyMod-5 .coutBox .right {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .historyMod-5 .coutBox .right {
    padding: 15vw 0;
  }
}
.historyMod-5 .coutBox .right .unifyTitle .cn {
  color: #fff;
}
.historyMod-5 .coutBox .right .unifyTitle .en {
  color: #fff;
}
.historyMod-5 .coutBox .right .hisTabsBox #hisTabs .xian {
  bottom: 54px;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.251);
  position: absolute;
}
.historyMod-5 .coutBox .right .hisTabsBox #hisTabs li {
  width: unset;
  margin: 0 100px;
  opacity: 0.6;
  transition-duration: 0.5s;
  transition-property: all;
}
@media (max-width:1024px) {
  .historyMod-5 .coutBox .right .hisTabsBox #hisTabs li {
    margin: 0 10vw;
  }
}
.historyMod-5 .coutBox .right .hisTabsBox #hisTabs li .date {
  padding-bottom: 50px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  position: relative;
}
.historyMod-5 .coutBox .right .hisTabsBox #hisTabs li .date .riqi {
  font-size: 24px;
  color: #ccc;
  margin-bottom: 30px;
  transition-duration: 0.5s;
  transition-property: all;
  transform: scale(0.7);
}
.historyMod-5 .coutBox .right .hisTabsBox #hisTabs li .date .dian {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #fff;
  transition-duration: 0.5s;
  transition-property: all;
  bottom: 0;
  display: block;
  animation: ripple 2s linear 0s infinite normal;
}
.historyMod-5 .coutBox .right .hisTabsBox #hisTabs li.swiper-slide-active {
  opacity: 1;
}
.historyMod-5 .coutBox .right .hisTabsBox #hisTabs li.swiper-slide-active .date .riqi {
  transform: scale(1);
  opacity: 1;
}
.historyMod-5 .coutBox .right .hisTabsBox #hisTabs li.swiper-slide-active .date .dian {
  background-color: #207f4c;
}
.historyMod-5 .coutBox .right .hisTabsBox .neirong {
  width: 80%;
  margin: 0 auto;
  margin-top: 50px;
}
@media (max-width:1300px) {
  .historyMod-5 .coutBox .right .hisTabsBox .neirong {
    width: 90%;
  }
}
@media (max-width:1024px) {
  .historyMod-5 .coutBox .right .hisTabsBox .neirong {
    margin-top: 4vw;
  }
}
.historyMod-5 .coutBox .right .hisTabsBox .neirong #hisCout li {
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: unset;
  flex-wrap: unset;
}
.historyMod-5 .coutBox .right .hisTabsBox .neirong #hisCout li .coutDate {
  font-size: 18px;
  margin-bottom: 20px;
  color: #f8f8f8;
}
@media (max-width:1024px) {
  .historyMod-5 .coutBox .right .hisTabsBox .neirong #hisCout li .coutDate {
    font-size: 6vw;
  }
}
.historyMod-5 .coutBox .right .hisTabsBox .neirong #hisCout li .miaoshu {
  padding: 0 20px;
  font-size: 14px;
  line-height: 1.6em;
  text-align: justify;
}
.historyMod-5 .coutBox .right .hisTabsBox .neirong #hisCout li .miaoshu p {
  color: #ccc;
  font-size: 14px;
}
@media (max-width:1300px) {
  .historyMod-5 .coutBox .right .hisTabsBox .neirong #hisCout li .miaoshu p {
    font-size: 14px;
  }
}
@media (max-width:1024px) {
  .historyMod-5 .coutBox .right .hisTabsBox .neirong #hisCout li .miaoshu {
    line-height: 2em;
    font-size: 3.4vw;
  }
}
.historyMod-5 .coutBox .right .hisTabsBox .neirong .contro {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.historyMod-5 .coutBox .right .hisTabsBox .neirong .contro div {
  border-radius: 50%;
  cursor: pointer;
  transition-duration: 0.5s;
  transition-property: all;
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.historyMod-5 .coutBox .right .hisTabsBox .neirong .contro div i {
  color: #fff;
  transition-duration: 0.5s;
  transition-property: all;
}
@media (max-width:1300px) {
  .historyMod-5 .coutBox .right .hisTabsBox .neirong .contro div {
    width: 40px;
    height: 40px;
  }
}
.historyMod-5 .coutBox .right .hisTabsBox .neirong .contro div.bianjie {
  opacity: 0.3;
  pointer-events: none;
}
.historyMod-5 .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.superiorityMod-1 {
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1300px) {
  .superiorityMod-1 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .superiorityMod-1 {
    padding: 15vw 0;
  }
}
.superiorityMod-1 ul {
  margin-top: 50px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1300px) {
  .superiorityMod-1 ul {
    width: 90%;
  }
}
@media (max-width:1024px) {
  .superiorityMod-1 ul {
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    flex-wrap: wrap;
  }
}
.superiorityMod-1 ul li {
  padding: 0 30px;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .superiorityMod-1 ul li {
    width: 100%;
    margin-bottom: 6vw;
  }
}
.superiorityMod-1 ul li img {
  width: 100%;
  height: 220px;
  margin-bottom: 20px;
  border-radius: 20px;
}
@media (max-width:1024px) {
  .superiorityMod-1 ul li img {
    height: 40vw;
  }
}
.superiorityMod-1 ul li .title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
}
@media (max-width:1024px) {
  .superiorityMod-1 ul li .title {
    font-size: 5vw;
    margin-bottom: 4vw;
  }
}
.superiorityMod-1 ul li .miaoshu {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.superiorityMod-1 ul li .miaoshu P{font-size: 14px;}
.superiorityMod-2 {
  padding: 60px 0;
}
@media (max-width:1300px) {
  .superiorityMod-2 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .superiorityMod-2 {
    padding: 15vw 0;
  }
}
.superiorityMod-2 .box {
  margin-bottom: 40px;
  width: 1200px;
  margin: 0 auto;
}
@media (max-width:1300px) {
  .superiorityMod-2 .box {
    width: 90%;
  }
}
@media (max-width:1024px) {
  .superiorityMod-2 .box {
    width: 100%;
  }
}
.superiorityMod-2 .box .inxTitle {
  text-align: center;
}
.superiorityMod-2 .box .shiliBox {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  aspect-ratio: 2/1;
}
@media (max-width:1024px) {
  .superiorityMod-2 .box .shiliBox {
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset;
    aspect-ratio: unset;
  }
}
.superiorityMod-2 .box .shiliBox ul {
  height: 100%;
  width: calc(100% - 20%);
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  background-image: unset;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .superiorityMod-2 .box .shiliBox ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset;
    margin-top: 10vw;
  }
}
.superiorityMod-2 .box .shiliBox ul li {
  flex: 1;
  height: 100%;
  overflow: hidden;
}
@media (max-width:1024px) {
  .superiorityMod-2 .box .shiliBox ul li {
    flex: unset;
    width: 100%;
  }
}
.superiorityMod-2 .box .shiliBox ul li .box1 {
  padding-bottom: 140px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: unset;
  flex-wrap: unset;
  transition-duration: 0.5s;
  transition-property: all;
}
@media (max-width:1300px) {
  .superiorityMod-2 .box .shiliBox ul li .box1 {
    padding-bottom: 10vw;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .superiorityMod-2 .box .shiliBox ul li .box1 {
    padding-bottom: 20vw;
  }
}
.superiorityMod-2 .box .shiliBox ul li .box1 .tibg {
  width: 100%;
  height: 100px;
  transition-duration: 0.5s;
  transition-property: all;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: unset;
  flex-wrap: unset;
  padding: 16px 30px;
  background-color: #d3b99b;
}
.superiorityMod-2 .box .shiliBox ul li .box1 .tibg * {
  color: #207f4c;
  transition-duration: 0.5s;
  transition-property: all;
}
@media (max-width:1024px) {
  .superiorityMod-2 .box .shiliBox ul li .box1 .tibg {
    padding: 6vw;
  }
}
.superiorityMod-2 .box .shiliBox ul li .box1 .tibg .title {
  font-size: 24px;
  font-family: 'siyuansongti';
  margin-bottom: 10px;
}
.superiorityMod-2 .box .shiliBox ul li .box1 .tibg .txtC {
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: all;
  text-align: justify;
  line-height: 2em;
  text-indent: 2em;
  font-size: 12px;
  margin-top: 50px;
  text-indent: 0;
  text-align: center;
}
@media (max-width:1024px) {
  .superiorityMod-2 .box .shiliBox ul li .box1 .tibg .txtC {
    margin-top: 5vw;
    pointer-events: none;
  }
}
@media (max-width:1300px) {
  .superiorityMod-2 .box .shiliBox ul li .box1 .tibg .subtitle {
    font-size: 14px;
  }
}
.superiorityMod-2 .box .shiliBox ul li:hover .box1 {
  padding-bottom: 0;
}
.superiorityMod-2 .box .shiliBox ul li:hover .box1 .tibg {
  padding-top: 100px;
  height: 100%;
  transition-delay: 0.5s;
  background-color: #207f4c;
}
@media (max-width:1024px) {
  .superiorityMod-2 .box .shiliBox ul li:hover .box1 .tibg {
    padding-top: 10vw;
  }
}
.superiorityMod-2 .box .shiliBox ul li:hover .box1 .tibg * {
  color: #fff;
  transition-delay: 0.5s;
}
.superiorityMod-2 .box .shiliBox ul li:hover .box1 .tibg .txtC {
  opacity: 1;
  transition-delay: 0.8s;
}
.superiorityMod-2 .box .shiliBox ul i {
  background-color: #fff;
  height: 100%;
  width: 10px;
  display: block;
}
@media (max-width:1024px) {
  .superiorityMod-2 .box .shiliBox ul i {
    display: none;
  }
}
.superiorityMod-2 .box .shiliBox .more {
  width: 20%;
  background-color: #666;
  height: 100%;
}
@media (max-width:1024px) {
  .superiorityMod-2 .box .shiliBox .more {
    width: 100%;
  }
}
.superiorityMod-2 .box .shiliBox .more .box1 {
  padding-bottom: 140px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: unset;
}
@media (max-width:1300px) {
  .superiorityMod-2 .box .shiliBox .more .box1 {
    padding-bottom: 10vw;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .superiorityMod-2 .box .shiliBox .more .box1 {
    padding-bottom: 0;
  }
}
@media (max-width:1300px) {
  .superiorityMod-2 .box .shiliBox .more .box1 img {
    height: 50%;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .superiorityMod-2 .box .shiliBox .more .box1 img {
    height: 50vw;
  }
}
.superiorityMod-2 .box .shiliBox .more .box1 .tibg {
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  background-color: #207f4c;
}
.superiorityMod-2 .box .shiliBox .more .box1 .tibg * {
  color: #fff;
}
.superiorityMod-2 .box .shiliBox .more .box1 .tibg a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.superiorityMod-3 {
  position: relative;
  width: 100%;
  padding: 60px 0;
}
@media (max-width:1300px) {
  .superiorityMod-3 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .superiorityMod-3 {
    padding: 15vw 0;
  }
}
.superiorityMod-3 .scrollLR {
  position: relative;
  height: 30vw;
  width: 100%;
}
@media (max-width:1024px) {
  .superiorityMod-3 .scrollLR {
    height: 54vw;
  }
}
.superiorityMod-3 .scrollLR .top_gallery {
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  touch-action: none;
}
.superiorityMod-3 .scrollLR .top_gallery .inner {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.superiorityMod-3 .scrollLR .top_gallery .inner .content {
  padding: 0 8vw;
  display: inline-flex;
  column-gap: 4vw;
  height: 100%;
}
.superiorityMod-3 .scrollLR .top_gallery .inner .content .top_projectItem {
  width: 60vw;
  padding: 0 3vw;
  height: 100%;
}
@media (max-width:1024px) {
  .superiorityMod-3 .scrollLR .top_gallery .inner .content .top_projectItem {
    width: 100vw;
  }
}
.superiorityMod-3 .scrollLR .top_gallery .inner .content .top_projectItem .bgTu {
  position: relative;
  background-size: 120%;
  border-radius: 20px;
  background-position: 0%;
  transition-duration: 0.5s;
  transition-property: all;
  width: 100%;
  height: 100%;
}
.superiorityMod-3 .scrollLR .top_gallery .inner .content .top_projectItem .bgTu .ysTxt {
  position: absolute;
  bottom: 4vw;
  right: -4vw;
  left: 4vw;
}
@media (max-width:1024px) {
  .superiorityMod-3 .scrollLR .top_gallery .inner .content .top_projectItem .bgTu .ysTxt {
    bottom: 8vw;
    right: -8vw;
    left: 8vw;
  }
}
.superiorityMod-3 .scrollLR .top_gallery .inner .content .top_projectItem .bgTu .ysTxt .ul {
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: unset;
  flex-wrap: wrap;
}
.superiorityMod-3 .scrollLR .top_gallery .inner .content .top_projectItem .bgTu .ysTxt .ul li .s1 {
  margin-bottom: 2vw;
  opacity: 0;
  transform: translateY(100%);
  filter: blur(2px);
  color: #fff;
  line-height: 1em;
  font-size: 44px;
  font-weight: bold;
  transition-duration: 0.5s;
  transition-property: all;
  text-shadow: 1px 2px 20px #893180;
}
@media (max-width:1300px) {
  .superiorityMod-3 .scrollLR .top_gallery .inner .content .top_projectItem .bgTu .ysTxt .ul li .s1 {
    font-size: 30px;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .superiorityMod-3 .scrollLR .top_gallery .inner .content .top_projectItem .bgTu .ysTxt .ul li .s1 {
    font-size: 6vw;
  }
}
.superiorityMod-3 .scrollLR .top_gallery .inner .content .top_projectItem .bgTu .ysTxt .ul li.on .s1 {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.5s;
  transition-property: all;
  filter: blur(0px);
}
.superiorityMod-3 .scrollLR .top_gallery .inner .content .top_projectItem:hover .bgTu {
  background-position: 20%;
  transition-duration: 6s;
  transition-property: all;
}
.superiorityMod-4 {
  padding: 60px 0;
}
@media (max-width:1300px) {
  .superiorityMod-4 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .superiorityMod-4 {
    padding: 15vw 0;
  }
}
.superiorityMod-4 ul {
  display: flex;
  align-items: center;
  height: 140px;
  width: 1400px;
  margin: 0 auto;
  justify-content: space-between;
  position: relative;
}
.superiorityMod-4 ul img {
  width: 50%;
}
.superiorityMod-4 li {
  box-shadow: 0 6px 20px rgba(0, 29, 40, 0.1);
  padding: 20px;
  border-radius: 20px;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #fff;
  flex: 1;
  margin-right: 20px;
}
.superiorityMod-4 li:last-child {
  margin-right: 0;
}
.superiorityMod-4 .cout {
  width: 50%;
  flex-direction: column;
  display: flex;
  padding-left: 5%;
}
.superiorityMod-4 .cout > div {
  font-size: 16px;
  font-weight: 100;
}
.superiorityMod-4 .cout > span {
  font-size: 12px;
  color: #bdc3c5;
  line-height: 1.6em;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 1600px) {
  .superiorityMod-4 ul {
    width: 1230px;
  }
}
@media only screen and (max-width: 1300px) {
  .superiorityMod-4 ul {
    width: 96%;
  }
  .superiorityMod-4 li {
    width: 24%;
  }
}
@media only screen and (max-width: 1024px) {
  .superiorityMod-4 ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: -3vw;
    width: 88%;
  }
  .superiorityMod-4 li {
    width: 49%;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 44vw;
    margin-bottom: 2vw;
  }
  .superiorityMod-4 .cout {
    padding-left: 0;
    width: 100%;
  }
  .superiorityMod-4 ul img {
    width: 74%;
  }
  .superiorityMod-4 ul {
    height: unset;
  }
}
.superiorityMod-5 {
  height: 50vw;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
@media (max-width:1024px) {
  .superiorityMod-5 {
    height: unset;
  }
}
.superiorityMod-5 .coutBox {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
@media (max-width:1024px) {
  .superiorityMod-5 .coutBox {
    position: unset;
  }
}
.superiorityMod-5 .coutBox ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width:1024px) {
  .superiorityMod-5 .coutBox ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.superiorityMod-5 .coutBox ul li {
  flex: 1;
  height: 100%;
  position: relative;
}
@media (max-width:1024px) {
  .superiorityMod-5 .coutBox ul li {
    height: 30vw;
    flex: unset;
    width: 100%;
  }
}
.superiorityMod-5 .coutBox ul li .ico {
  height: 50px;
  object-fit: contain;
  margin-bottom: 0px;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: all;
}
@media (max-width:1024px) {
  .superiorityMod-5 .coutBox ul li .ico {
    opacity: 1;
  }
}
.superiorityMod-5 .coutBox ul li .box {
  height: 100%;
  padding: 60px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1300px) {
  .superiorityMod-5 .coutBox ul li .box {
    padding: 30px 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .superiorityMod-5 .coutBox ul li .box {
    padding: 0;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.superiorityMod-5 .coutBox ul li .box .txtBox {
  height: 60%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .superiorityMod-5 .coutBox ul li .box .txtBox {
    height: unset;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    flex-direction: column-reverse;
    padding-left: 4vw;
  }
}
.superiorityMod-5 .coutBox ul li .box .txtBox .miaoshu {
  writing-mode: vertical-lr;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.2em;
}
@media (max-width:1600px) {
  .superiorityMod-5 .coutBox ul li .box .txtBox .miaoshu {
    font-size: 16px;
  }
}
@media (max-width:1600px) and (max-width:1300px) {
  .superiorityMod-5 .coutBox ul li .box .txtBox .miaoshu {
    font-size: 12px;
  }
}
@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
  .superiorityMod-5 .coutBox ul li .box .txtBox .miaoshu {
    writing-mode: lr;
  }
}
.superiorityMod-5 .coutBox ul li .box .txtBox > i {
  display: block;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 10px;
  margin: 2vw 0;
}
@media (max-width:1024px) {
  .superiorityMod-5 .coutBox ul li .box .txtBox > i {
    width: 100%;
    height: 1px;
  }
}
.superiorityMod-5 .coutBox ul li .box .txtBox > i i {
  width: 100%;
  background-color: #fff;
  height: 0;
  transition-duration: 0.5s;
  transition-property: all;
}
.superiorityMod-5 .coutBox ul li .box .txtBox .title {
  writing-mode: vertical-lr;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (max-width:1300px) {
  .superiorityMod-5 .coutBox ul li .box .txtBox .title {
    font-size: 24px;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .superiorityMod-5 .coutBox ul li .box .txtBox .title {
    writing-mode: lr;
    font-size: 5vw;
  }
}
.superiorityMod-5 .coutBox ul li.on .ico {
  margin-bottom: 50px;
  opacity: 1;
}
@media (max-width:1024px) {
  .superiorityMod-5 .coutBox ul li.on .ico {
    margin-bottom: 0;
  }
}
.superiorityMod-5 .coutBox ul li.on .box .txtBox > i i {
  height: 100%;
}
.superiorityMod-5 .coutBox .maskOn {
  height: 100%;
  background-color: #207f4c;
  opacity: 0.7;
  width: 12.5%;
  position: absolute;
  top: 0;
  left: 0;
  transition-duration: 0.5s;
  transition-property: all;
}
.superiorityMod-6 {
  padding: 60px 0;
  /* .ul .mask a {width: 100%;height: 100%;cursor: url(../img/mouseMore.png), auto;} */
}
@media (max-width:1300px) {
  .superiorityMod-6 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .superiorityMod-6 {
    padding: 15vw 0;
  }
}
.superiorityMod-6 .ul {
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}
.superiorityMod-6 .ul li {
  width: 33.33333%;
  transition: all 0.5s;
  height: 100%;
}
.superiorityMod-6 .ul .img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.superiorityMod-6 .ul * {
  color: #fff;
}
.superiorityMod-6 .ul .mask {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  position: relative;
}
.superiorityMod-6 .ul li.on {
  width: 80%;
}
.superiorityMod-6 .ul li.on .mask {
  background-color: rgba(0, 0, 0, 0.5);
}
.superiorityMod-6 .ul li.on .absBox {
  top: 40%;
}
.superiorityMod-6 .ul li.on .absBox div {
  opacity: 1;
}
.superiorityMod-6 .ul .absBox {
  position: absolute;
  top: 80%;
  left: 4vw;
  transition: all 0.5s;
}
.superiorityMod-6 .ul .absBox h1 {
  font-size: 22px;
}
@media (max-width:1024px) {
  .superiorityMod-6 .ul .absBox h1 {
    font-size: 5vw ;
  }
}
.superiorityMod-6 .ul .absBox div {
  width: 30vw;
  height: 100px;
  opacity: 0;
  transition: all 0.5s;
  margin-top: 40px;
  font-size: 14px;
  line-height: 2em;
  font-weight: 100;
}
.superiorityMod-6 .ul .absBox div p {
  font-size: 14px;
  line-height: 2em;
  text-indent: 0;
}
.superiorityMod-6 .shanBox {
  height: 500px;
  width: 1200px;
  margin: 0 auto;
}
@media (max-width:1300px) {
  .superiorityMod-6 .shanBox {
    width: 90%;
  }
}
@media (max-width:1300px) {
  .superiorityMod-6 .shanBox {
    height: 34vw;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .superiorityMod-6 .shanBox {
    height: 62vw;
  }
}
.superiorityMod-6 .abtitle {
  font-size: 24px;
  color: #537670;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1024px) {
  .superiorityMod-6 .ul .mask {
    overflow: hidden;
  }
  .superiorityMod-6 .ul .absBox div {
    height: unset;
    width: 41vw;
    text-align: justify;
    margin-top: 5vw;
  }
  .superiorityMod-6 .ul .absBox div p {
    font-size: 3vw;
  }
  .superiorityMod-6 .ul li.on .absBox {
    top: 6vw;
  }
}
.superiorityMod-7 .dzYoushiCout {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1300px) {
  .superiorityMod-7 .dzYoushiCout {
    width: 90%;
  }
}
@media (max-width:1024px) {
  .superiorityMod-7 .dzYoushiCout {
    flex-direction: column-reverse;
  }
}
.superiorityMod-7 .dzYoushiCout .centerImg {
  border-radius: 50%;
  padding: 10px;
  width: 24vw;
  height: 24vw;
  border: 1px solid #999;
}
@media (max-width:1024px) {
  .superiorityMod-7 .dzYoushiCout .centerImg {
    width: 80vw;
    height: 80vw;
  }
}
.superiorityMod-7 .dzYoushiCout .centerImg .box {
  border-radius: 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.superiorityMod-7 .dzYoushiCout .centerImg .box img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.superiorityMod-7 .dzYoushiCout .list {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width:1024px) {
  .superiorityMod-7 .dzYoushiCout .list {
    margin-top: 6vw;
    transform: translateY(0);
    position: unset;
  }
}
.superiorityMod-7 .dzYoushiCout .list li {
  width: 50%;
  margin-bottom: 40px;
}
@media (max-width:1024px) {
  .superiorityMod-7 .dzYoushiCout .list li {
    margin-bottom: 6vw;
    width: 100%;
  }
}
.superiorityMod-7 .dzYoushiCout .list li .liBox {
  width: 50%;
}
@media (max-width:1024px) {
  .superiorityMod-7 .dzYoushiCout .list li .liBox {
    width: 100%;
  }
}
.superiorityMod-7 .dzYoushiCout .list li .liBox .title {
  font-size: 24px;
  color: #207f4c;
  font-weight: bold;
}
@media (max-width:1024px) {
  .superiorityMod-7 .dzYoushiCout .list li .liBox .title {
    font-size: 5vw;
  }
}
.superiorityMod-7 .dzYoushiCout .list li .liBox .miaoshu {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.superiorityMod-7 .dzYoushiCout .list li:nth-child(2n) {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: unset;
  flex-wrap: unset;
}
.superiorityMod-7 .dzYoushiCout .list li:nth-child(2n) .liBox {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .superiorityMod-7 .dzYoushiCout .list li:nth-child(2n) .liBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: unset;
    flex-wrap: unset;
  }
}
.superiorityMod-8 {
  padding: 60px 0;
}
@media (max-width:1300px) {
  .superiorityMod-8 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .superiorityMod-8 {
    padding: 15vw 0;
  }
}
.superiorityMod-8 .zhichi {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
}
@media (max-width:1300px) {
  .superiorityMod-8 .zhichi {
    width: 90%;
  }
}
@media (max-width:1024px) {
  .superiorityMod-8 .zhichi {
    width: 100%;
  }
}
.superiorityMod-8 .zhichi .box {
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  background-image: unset;
  height: 30vw;
}
@media (max-width:1024px) {
  .superiorityMod-8 .zhichi .box {
    background-attachment: fixed;
    height: unset;
  }
}
.superiorityMod-8 .zhichi .box ul {
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: unset;
  flex-wrap: unset;
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  .superiorityMod-8 .zhichi .box ul {
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: wrap;
  }
}
.superiorityMod-8 .zhichi .box ul li {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  transition-duration: 0.5s;
  transition-property: all;
  position: relative;
}
@media (max-width:1024px) {
  .superiorityMod-8 .zhichi .box ul li {
    flex: unset;
    width: 50%;
    height: 50vw;
  }
}
.superiorityMod-8 .zhichi .box ul li .title {
  font-size: 22px;
  font-weight: bold;
  transition-duration: 0.5s;
  transition-property: all;
}
.superiorityMod-8 .zhichi .box ul li .text {
  width: 16vw;
  position: absolute;
  top: 13vw;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: all;
  transform: translateY(2vw);
}
@media (max-width:1024px) {
  .superiorityMod-8 .zhichi .box ul li .text {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    transition-delay: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    pointer-events: none;
  }
}
@media (max-width:1024px) {
  .superiorityMod-8 .zhichi .box ul li .text .textBox {
    transform: scale(0.5);
    transition-duration: 0.5s;
    transition-property: all;
    width: 80%;
    height: unset;
    background-color: #666;
    border-radius: 20px;
    padding: 10vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.superiorityMod-8 .zhichi .box ul li * {
  color: #fff;
}
@media (max-width:1024px) {
  .superiorityMod-8 .zhichi .box ul li.on .text {
    opacity: 1;
    pointer-events: auto;
  }
}
@media (max-width:1024px) {
  .superiorityMod-8 .zhichi .box ul li.on .text .textBox {
    transform: scale(1);
  }
}
@media (min-width:1024px) {
  .superiorityMod-8 .zhichi .box ul li:hover {
    background-color: rgba(0, 0, 0, 0.5);
    flex: 2;
  }
  .superiorityMod-8 .zhichi .box ul li:hover .title {
    transform: translateY(-8vw);
  }
  .superiorityMod-8 .zhichi .box ul li:hover .text {
    opacity: 1;
    top: 10vw;
    transition-duration: 0.5s;
    transition-property: all;
  }
}
.superiorityMod-9 {
  position: relative;
  background-color: #f3f3f3;
  overflow: hidden;
  padding: 60px 0;
}
@media (max-width:1300px) {
  .superiorityMod-9 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .superiorityMod-9 {
    padding: 15vw 0;
  }
}
@media (max-width:1300px) {
  .superiorityMod-9 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .superiorityMod-9 {
    padding: 15vw 0;
  }
}
.superiorityMod-9 .nrBox {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
}
@media (max-width:1300px) {
  .superiorityMod-9 .nrBox {
    width: 90%;
  }
}
@media (max-width:1024px) {
  .superiorityMod-9 .nrBox {
    width: 96%;
  }
}
.superiorityMod-9 .nrBox .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .superiorityMod-9 .nrBox .ul {
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: wrap;
  }
}
.superiorityMod-9 .nrBox .ul li {
  width: 33.33333%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  margin-bottom: 20px;
}
@media (max-width:1024px) {
  .superiorityMod-9 .nrBox .ul li {
    width: 50%;
  }
}
.superiorityMod-9 .nrBox .ul li .sbox {
  width: 90%;
  padding: 30px 40px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.05);
}
@media (max-width:1024px) {
  .superiorityMod-9 .nrBox .ul li .sbox {
    padding: 5vw;
  }
}
.superiorityMod-9 .nrBox .ul li .sbox .top {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .superiorityMod-9 .nrBox .ul li .sbox .top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.superiorityMod-9 .nrBox .ul li .sbox .top .img {
  width: 50%;
}
.superiorityMod-9 .nrBox .ul li .sbox .top .title {
  padding-left: 10px;
  width: 50%;
  font-size: 22px;
  font-weight: bold;
}
@media (max-width:1300px) {
  .superiorityMod-9 .nrBox .ul li .sbox .top .title {
    font-size: 18px;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .superiorityMod-9 .nrBox .ul li .sbox .top .title {
    text-align: center;
    font-size: 4vw;
    padding: 0;
    width: 100%;
  }
}
.superiorityMod-9 .nrBox .ul li .sbox .miaoshu {
  margin-top: 20px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5em;
  font-size: 12px;
}
@media (max-width:1024px) {
  .superiorityMod-9 .nrBox .ul li .sbox .miaoshu {
    margin-top: 2vw;
  }
}
.superiorityMod-9 #large-header {
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%!important;
  height: 100%!important;
  transition-duration: 0.5s;
  transition-property: all;
  position: absolute;
  opacity: 0;
}
.superiorityMod-9 #large-header #demo-canvas {
  position: fixed;
  top: 0;
  pointer-events: none;
}
.superiorityMod-9:hover #large-header {
  opacity: 1;
}
.superiorityMod-10 {
  padding: 60px 0;
}
@media (max-width:1300px) {
  .superiorityMod-10 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .superiorityMod-10 {
    padding: 15vw 0;
  }
}
.superiorityMod-10 .youshiBox {
  position: relative;
  height: 530px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width:1300px) {
  .superiorityMod-10 .youshiBox {
    width: 90%;
  }
}
@media (max-width:1600px) {
  .superiorityMod-10 .youshiBox {
    height: 450px;
  }
}
@media (max-width:1600px) and (max-width:1024px) {
  .superiorityMod-10 .youshiBox {
    height: unset;
  }
}
.superiorityMod-10 .youshiBox #youshi11 {
  width: 100%;
  height: 100%;
}
.superiorityMod-10 .youshiBox #youshi11 li {
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .superiorityMod-10 .youshiBox #youshi11 li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.superiorityMod-10 .youshiBox #youshi11 li .left {
  width: 50%;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width:1024px) {
  .superiorityMod-10 .youshiBox #youshi11 li .left {
    width: 100%;
  }
}
.superiorityMod-10 .youshiBox #youshi11 li .left .coutBox {
  padding: 64px;
  background-color: #fff;
  width: 100%;
  height: 450px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}
@media (max-width:1600px) {
  .superiorityMod-10 .youshiBox #youshi11 li .left .coutBox {
    padding: 50px;
    height: 366px;
  }
}
@media (max-width:1600px) and (max-width:1024px) {
  .superiorityMod-10 .youshiBox #youshi11 li .left .coutBox {
    width: 100%;
    height: unset;
    padding: 6vw;
  }
}
.superiorityMod-10 .youshiBox #youshi11 li .left .coutBox .title {
  font-weight: bold;
  font-size: 32px;
  line-height: 1em;
}
@media (max-width:1600px) {
  .superiorityMod-10 .youshiBox #youshi11 li .left .coutBox .title {
    font-size: 36px;
  }
}
.superiorityMod-10 .youshiBox #youshi11 li .left .coutBox .xian {
  margin: 26px 0 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  .superiorityMod-10 .youshiBox #youshi11 li .left .coutBox .xian {
    margin: 26px 0 40px;
  }
}
.superiorityMod-10 .youshiBox #youshi11 li .left .coutBox .xian .i {
  width: 70%;
  height: 1px;
  background-color: rgba(190, 31, 35, 0.3);
}
.superiorityMod-10 .youshiBox #youshi11 li .left .coutBox .xian .i i {
  height: 100%;
  background-color: #207f4c;
  left: 0;
  width: 25%;
  display: block;
}
.superiorityMod-10 .youshiBox #youshi11 li .left .coutBox .xian .sort {
  color: #000;
  opacity: 0.35;
  font-size: 16px;
  margin-left: 20px;
}
.superiorityMod-10 .youshiBox #youshi11 li .left .coutBox .subtitle {
  margin-bottom: 40px;
  line-height: 1em;
  font-size: 14px;
  color: #207f4c;
}
.superiorityMod-10 .youshiBox #youshi11 li .left .coutBox .miaoshu p {
  font-size: 16px;
}
@media (max-width:1024px) {
  .superiorityMod-10 .youshiBox #youshi11 li .left .coutBox .miaoshu p {
    font-size: 3.2vw;
  }
}
.superiorityMod-10 .youshiBox #youshi11 li .right {
  width: 50%;
  height: 100%;
}
@media (max-width:1024px) {
  .superiorityMod-10 .youshiBox #youshi11 li .right {
    width: 100%;
  }
}
.superiorityMod-10 .youshiBox #youshi11 li .right .imgBox {
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  .superiorityMod-10 .youshiBox #youshi11 li .right .imgBox {
    width: 100%;
    height: 50vw;
  }
}
.superiorityMod-10 .youshiBox #youshi11 li .right .imgBox img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.superiorityMod-10 .youshiBox .controls {
  padding-right: 30px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .superiorityMod-10 .youshiBox .controls {
    width: 100%;
    top: 100%;
    position: unset;
  }
}
.superiorityMod-10 .youshiBox .controls .navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.superiorityMod-10 .youshiBox .controls .navigation div {
  cursor: pointer;
  margin-right: 20px;
  border-radius: 50%;
  border: 1px dashed #333;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 54px;
  height: 54px;
}
.superiorityMod-10 .youshiBox .controls .pagination {
  width: fit-content;
}
.superiorityMod-10 .youshiBox .controls .pagination .swiper-pagination-bullet {
  background-color: #333;
  opacity: 0.3;
  height: 6px;
  border-radius: 3px;
  margin-right: 10px;
  width: 40px;
}
.superiorityMod-10 .youshiBox .controls .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
@media (max-width:1024px) {
  .superiorityMod-10 .youshiBox .controls .pagination .swiper-pagination-bullet {

    width: 16px;
  }
}
.superiorityMod-11 {
  padding: 60px 0;
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  background-image: url(../../html/rgmod/moduleMod/superiorityMod/superiorityMod-11/chooseBg.jpg);
}
@media (max-width:1300px) {
  .superiorityMod-11 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .superiorityMod-11 {
    padding: 15vw 0;
  }
}
@media (max-width:1600px) {
  .superiorityMod-11 {
    padding: 6vw;
  }
}
@media (max-width:1600px) and (max-width:1024px) {
  .superiorityMod-11 {
    padding: 15vw 10vw;
  }
}
.superiorityMod-11 .cenBox {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: unset;
  flex-wrap: unset;
}
@media (max-width:1300px) {
  .superiorityMod-11 .cenBox {
    width: 90%;
  }
}
.superiorityMod-11 .cenBox * {
  color: #fff;
}
@media (max-width:1024px) {
  .superiorityMod-11 .cenBox {
    flex-direction: column-reverse;
  }
}
.superiorityMod-11 .cenBox .left {
  width: 50%;
}
@media (max-width:1024px) {
  .superiorityMod-11 .cenBox .left {
    width: 100%;
  }
}
.superiorityMod-11 .cenBox .left .sortTitle .imgBox {
  width: 100%;
  height: 60px;
}
.superiorityMod-11 .cenBox .left .sortTitle .imgBox .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../../html/rgmod/moduleMod/superiorityMod/superiorityMod-11/chooseTitle.png);
  background-position: center;
  width: 100%;
  height: 100%;
}
.superiorityMod-11 .cenBox .left .content {
  margin-top: 80px;
}
@media (max-width:1024px) {
  .superiorityMod-11 .cenBox .left .content {
    margin-top: 10vw;
  }
}
.superiorityMod-11 .cenBox .left .content #whyChoose li {
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: all;
}
.superiorityMod-11 .cenBox .left .content #whyChoose li.swiper-slide-active {
  opacity: 1;
}
.superiorityMod-11 .cenBox .left .content #whyChoose li .title {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 40px;
}
.superiorityMod-11 .cenBox .left .content #whyChoose li .cout p {
  font-size: 14px;
}
.superiorityMod-11 .cenBox .left .content .controlBox {
  margin-top: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .superiorityMod-11 .cenBox .left .content .controlBox {
    margin-top: 2vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
.superiorityMod-11 .cenBox .left .content .controlBox .whyChoose-pagination .swiper-pagination-bullet {
  border-radius: 0;
  background-color: #fff;
  opacity: 0.5;
  width: 20px;
  height: 2px;
  transition-duration: 0.5s;
  transition-property: all;
}
.superiorityMod-11 .cenBox .left .content .controlBox .whyChoose-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
  opacity: 1;
}
.superiorityMod-11 .cenBox .left .content .controlBox .lrBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .superiorityMod-11 .cenBox .left .content .controlBox .lrBox {
    margin-top: 6vw;
  }
}
.superiorityMod-11 .cenBox .left .content .controlBox .lrBox > div {
  cursor: pointer;
  margin-left: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transition-duration: 0.5s;
  transition-property: all;
}
.superiorityMod-11 .cenBox .left .content .controlBox .lrBox > div i {
  transition-duration: 0.5s;
  transition-property: all;
}
.superiorityMod-11 .cenBox .left .content .controlBox .lrBox > div:hover {
  background-color: #ffffff;
}
.superiorityMod-11 .cenBox .left .content .controlBox .lrBox > div:hover i {
  color: #333;
}
.superiorityMod-11 .cenBox .right {
  width: 50%;
  padding-left: 8vw;
}
@media (max-width:1024px) {
  .superiorityMod-11 .cenBox .right {
    width: 100%;
    padding: 0;
    margin-top: 10vw;
  }
}
.superiorityMod-11 .cenBox .right .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../../html/rgmod/moduleMod/superiorityMod/superiorityMod-11/chooseBg.png);
  background-position: center;
  width: 100%;
  height: 100%;
}
.newsMod-1 {
  padding: 60px 0;
}
@media (max-width:1300px) {
  .newsMod-1 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .newsMod-1 {
    padding: 15vw 0;
  }
}
.newsMod-1 .coutBox {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width:1300px) {
  .newsMod-1 .coutBox {
    width: 90%;
  }
}
.newsMod-1 .coutBox .top {
  margin-bottom: 40px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
.newsMod-1 .coutBox .top .tabs {
  position: relative;
}
.newsMod-1 .coutBox .top .tabs ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.newsMod-1 .coutBox .top .tabs ul li {
  width: 150px;
  height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .newsMod-1 .coutBox .top .tabs ul li {
    width: 25vw;
  }
}
.newsMod-1 .coutBox .top .tabs ul li .box {
  font-size: 16px;
  cursor: pointer;
}
.newsMod-1 .coutBox .top .tabs ul li.on .box {
  color: #207f4c;
}
.newsMod-1 .coutBox .top .tabs .dot {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background-color: #207f4c;
  display: block;
  z-index: 1;
  transition-duration: 0.5s;
  transition-property: all;
}
.newsMod-1 .coutBox .top::after {
  content: '';
  position: absolute;
  z-index: 0;
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #ddd;
  bottom: 0;
}
.newsMod-1 .coutBox .top .more {
  color: #fff;
}
.newsMod-1 .coutBox .content .conUl {
  position: relative;
  top: 0;
}
.newsMod-1 .coutBox .content .conUl .conLi {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition-duration: 1s;
  transition-property: all;
}
@media (max-width:1024px) {
  .newsMod-1 .coutBox .content .conUl .conLi {
    width: 100%;
  }
}
.newsMod-1 .coutBox .content .conUl .conLi .newsCont {
  transform: translateY(20px);
  transition-duration: 1s;
  transition-property: all;
}
.newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width:1024px) {
  .newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi {
  width: 48%;
}
@media (max-width:1024px) {
  .newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi {
    width: 100%;
  }
}
.newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi .imgBox {
  overflow: hidden;
  width: 100%;
  height: 340px;
}
@media (max-width:1600px) {
  .newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi .imgBox {
    height: 280px;
  }
}
@media (max-width:1600px) and (max-width:1300px) {
  .newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi .imgBox {
    height: 22vw;
  }
}
@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
  .newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi .imgBox {
    height: 50vw;
  }
}
.newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi .imgBox img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition-duration: 1s;
  transition-property: all;
}
.newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi .neirong {
  padding: 30px 8px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1300px) {
  .newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi .neirong {
    padding: 20px 10px;
  }
}
.newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi .neirong * {
  transition-duration: 0.5s;
  transition-property: all;
}
.newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi .neirong .date {
  width: 80px;
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  .newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi .neirong .date {
    width: 64px;
  }
}
.newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi .neirong .date .monthDay {
  font-weight: bold;
  font-size: 28px;
  line-height: 1em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  margin-bottom: 6px;
}
@media (max-width:1300px) {
  .newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi .neirong .date .monthDay {
    font-size: 30px;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi .neirong .date .monthDay {
    font-size: 6vw;
  }
}
.newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi .neirong .date .monthDay span {
  color: #207f4c;
  font-size: 24px;
}
@media (max-width:1024px) {
  .newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi .neirong .date .monthDay span {
    font-size: 6vw;
  }
}
.newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi .neirong .date .year {
  font-size: 13px;
}
@media (max-width:1300px) {
  .newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi .neirong .date .year {
    font-size: 14px;
  }
}
.newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi .neirong .txtR {
  position: relative;
  z-index: 1;
  padding-left: 20px;
  width: calc(100% - 80px);
}
@media (max-width:1600px) {
  .newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi .neirong .txtR {
    width: calc(100% - 64px);
  }
}
.newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi .neirong .txtR .title {
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
}
.newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi .neirong .txtR .miaosu {
  opacity: 0.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width:1300px) {
  .newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi .neirong .txtR .miaosu {
    font-size: 12px;
  }
}
.newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi:hover .imgBox img {
  transform: scale(1.2);
}
.newsMod-1 .coutBox .content .conUl .conLi .newsCont .newsImgBox .newsLi:hover .neirong .txtR .title {
  color: #207f4c;
}
.newsMod-1 .coutBox .content .conUl .conLi.on {
  pointer-events: auto;
  opacity: 1;
  transition-delay: 0.5s;
}
.newsMod-1 .coutBox .content .conUl .conLi.on .newsCont {
  transition-delay: 0.5s;
  transform: translateY(0);
}
.newsMod-2 {
  background-color: #666;
  position: relative;
  padding: 60px 0;
}
@media (max-width:1300px) {
  .newsMod-2 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .newsMod-2 {
    padding: 15vw 0;
  }
}
.newsMod-2 .yx {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
}
@media (max-width:1300px) {
  .newsMod-2 .yx {
    width: 90%;
  }
}
.newsMod-2 .yx .tabs {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  margin-top: 50px;
  border: 1px solid #fff;
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.newsMod-2 .yx .tabs .li {
  cursor: pointer;
  width: 150px;
  height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  position: relative;
  z-index: 2;
  transition-duration: 0.5s;
  transition-property: all;
}
.newsMod-2 .yx .tabs .li.onon {
  color: #207f4c;
}
.newsMod-2 .yx .tabs i {
  display: block;
  width: 150px;
  height: 50px;
  top: 0;
  background-color: #fff;
  position: absolute;
  left: 0;
  transition-duration: 0.5s;
  transition-property: all;
}
.newsMod-2 .yx .cout .ulBox {
  transform: translateY(20px);
  width: 100%;
  pointer-events: none;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: all;
}
.newsMod-2 .yx .cout .ulBox ul {
  display: flex;
  align-items: center;
  width: 100%;
}
@media (max-width:1024px) {
  .newsMod-2 .yx .cout .ulBox ul {
    flex-direction: column;
  }
}
.newsMod-2 .yx .cout .ulBox ul li {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width:1024px) {
  .newsMod-2 .yx .cout .ulBox ul li {
    margin-bottom: 10vw;
    width: 100%;
  }
}
.newsMod-2 .yx .cout .ulBox ul li .box {
  width: 80%;
  transition: all 0.5s;
}
@media (max-width:1024px) {
  .newsMod-2 .yx .cout .ulBox ul li .box {
    width: 88%;
  }
}
.newsMod-2 .yx .cout .ulBox ul li .box .img {
  height: 200px;
  width: 100%;
  border-radius: 30px;
  background-size: cover;
  background-position: center;
}
@media (max-width:1024px) {
  .newsMod-2 .yx .cout .ulBox ul li .box .img {
    padding-top: 60%;
  }
}
.newsMod-2 .yx .cout .ulBox ul li .box .img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.newsMod-2 .yx .cout .ulBox ul li .box .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 100;
  line-height: 1.8em;
}
@media (max-width:1024px) {
  .newsMod-2 .yx .cout .ulBox ul li .box .title {
    font-size: 4vw;
  }
}
.newsMod-2 .yx .cout .ulBox ul li .box .date {
  height: 30px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  width: fit-content;
  font-size: 18px;
  margin: 16px 0;
  font-family: 'AsurSans';
  font-size: 14px;
  letter-spacing: 0.1em;
}
@media (max-width:1024px) {
  .newsMod-2 .yx .cout .ulBox ul li .box .date {
    font-size: 4vw;
    height: 10vw;
    padding: 0 5vw;
    border-radius: 5vw;
  }
}
.newsMod-2 .yx .cout .ulBox ul li .box .miaoshu {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsMod-2 .yx .cout .ulBox ul li .box:hover {
  transform: translateY(-10px);
}
.newsMod-2 .yx .cout .ulBox ul.on li {
  transition-duration: 2s;
  opacity: 1;
}
.newsMod-2 .yx .cout .ulBox.onon {
  transform: translateY(0);
  transition-delay: 0.2s;
  opacity: 1;
  pointer-events: auto;
}
.newsMod-2 .wenli {
  background-repeat: repeat;
}
.newsMod-3 {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .newsMod-3 {
    height: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.newsMod-3 .left {
  background-color: #333;
  width: calc(100% - 364px);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: unset;
  justify-content: unset;
  flex-wrap: unset;
  padding: 100px;
}
@media (max-width:1600px) {
  .newsMod-3 .left {
    padding: 100px 60px;
  }
}
@media (max-width:1600px) and (max-width:1300px) {
  .newsMod-3 .left {
    padding: 60px 30px;
    width: calc(100% - 264px);
  }
}
@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
  .newsMod-3 .left {
    width: 100%;
    padding: 10vw 0;
    overflow: hidden;
  }
}
.newsMod-3 .left .unifyTitle * {
  color: #fff;
}
.newsMod-3 .left .cout {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
}
.newsMod-3 .left .cout .tabs {
  margin-bottom: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1300px) {
  .newsMod-3 .left .cout .tabs {
    margin-bottom: 30px;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .newsMod-3 .left .cout .tabs {
    width: 100%;
    overflow: auto;
  }
  .newsMod-3 .left .cout .tabs::-webkit-scrollbar {
    display: none;
  }
}
.newsMod-3 .left .cout .tabs li {
  cursor: pointer;
  margin-left: 40px;
  position: relative;
}
@media (max-width:1024px) {
  .newsMod-3 .left .cout .tabs li {
    margin: 0 6vw;
  }
}
.newsMod-3 .left .cout .tabs li:hover img {
  opacity: 0.3;
}
.newsMod-3 .left .cout .tabs li img {
  opacity: 0.2;
  transition-duration: 0.5s;
  transition-property: all;
}
@media (max-width:1300px) {
  .newsMod-3 .left .cout .tabs li img {
    width: 200px;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .newsMod-3 .left .cout .tabs li img {
    width: 55vw;
  }
}
.newsMod-3 .left .cout .tabs li div {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  top: 0;
  left: 0;
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width:1300px) {
  .newsMod-3 .left .cout .tabs li div {
    font-size: 14px;
  }
}
.newsMod-3 .left .cout .tabs li.on {
  display: flex;
}
.newsMod-3 .left .cout .tabs li.on img {
  opacity: 1;
}
.newsMod-3 .left .cout .tabs li.on div {
  color: #207f4c;
}
@media (max-width:1024px) {
  .newsMod-3 .left .cout .tabs {
    overflow: auto;
  }
}
.newsMod-3 .left .cout .content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  position: relative;
}
.newsMod-3 .left .cout .content * {
  color: #fff;
}
.newsMod-3 .left .cout .content li {
  transform: translateY(20px);
  width: 100%;
  top: 0;
  left: 0;
  transition-duration: 0.5s;
  transition-property: all;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}
.newsMod-3 .left .cout .content li.on {
  display: flex;
}
.newsMod-3 .left .cout .content li .swiper {
  width: 100%;
}
@media (max-width:1024px) {
  .newsMod-3 .left .cout .content li .swiper .swiper-slide {
    width: 80vw;
  }
}
.newsMod-3 .left .cout .content li .swiper .swiper-slide a {
  width: 90%;
  margin: 0 auto;
}
.newsMod-3 .left .cout .content li .swiper .swiper-slide a .imgbox {
  width: 100%;
  height: 200px;
  position: relative;
  overflow: hidden;
}
@media (max-width:1024px) {
  .newsMod-3 .left .cout .content li .swiper .swiper-slide a .imgbox {
    height: 44vw;
  }
}
.newsMod-3 .left .cout .content li .swiper .swiper-slide a .imgbox img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition-duration: 0.5s;
  transition-property: all;
}
.newsMod-3 .left .cout .content li .swiper .swiper-slide a .imgbox .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  transition-duration: 0.5s;
  transition-property: all;
}
.newsMod-3 .left .cout .content li .swiper .swiper-slide a .imgbox .mask i {
  color: #fff;
  font-size: 24px;
  transform: translateY(20px);
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: all;
}
.newsMod-3 .left .cout .content li .swiper .swiper-slide a .bcout .top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  margin: 20px 0;
}
@media (max-width:1300px) {
  .newsMod-3 .left .cout .content li .swiper .swiper-slide a .bcout .top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    margin: 10px 0;
  }
}
.newsMod-3 .left .cout .content li .swiper .swiper-slide a .bcout .top .date {
  font-family: fantasy;
  font-size: 32px;
  width: fit-content;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  width: 80px;
  transition-duration: 0.5s;
  transition-property: all;
}
@media (max-width:1300px) {
  .newsMod-3 .left .cout .content li .swiper .swiper-slide a .bcout .top .date {
    font-size: 20px;
    width: 100%;
    border: none;
  }
}
.newsMod-3 .left .cout .content li .swiper .swiper-slide a .bcout .top .title {
  width: calc(100% - 80px);
  padding-left: 10px;
  font-weight: bold;
  font-size: 18px;
  transition-duration: 0.5s;
  transition-property: all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width:1300px) {
  .newsMod-3 .left .cout .content li .swiper .swiper-slide a .bcout .top .title {
    padding-left: 0;
    width: 100%;
    font-size: 14px;
    margin-top: 10px;
  }
}
.newsMod-3 .left .cout .content li .swiper .swiper-slide a .bcout .miaoshu {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 2em;
  font-weight: 100;
}
@media (max-width:1300px) {
  .newsMod-3 .left .cout .content li .swiper .swiper-slide a .bcout .miaoshu {
    font-size: 12px;
  }
}
.newsMod-3 .left .cout .content li .swiper .swiper-slide a:hover .imgbox .mask {
  background-color: rgba(0, 0, 0, 0.4);
}
.newsMod-3 .left .cout .content li .swiper .swiper-slide a:hover .imgbox .mask i {
  opacity: 1;
  transform: translateY(0);
}
.newsMod-3 .left .cout .content li .swiper .swiper-slide a:hover .imgbox img {
  transform: scale(1.1);
}
.newsMod-3 .left .cout .content li .swiper .swiper-slide a:hover .top .date {
  color: #207f4c;
}
.newsMod-3 .left .cout .content li .swiper .swiper-slide a:hover .top .title {
  color: #207f4c;
}
.newsMod-3 .left .cout .content li.on {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.2s;
  pointer-events: auto;
}
.newsMod-3 .right {
  width: 364px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  background-color: #ededed;
}
@media (max-width:1300px) {
  .newsMod-3 .right {
    width: 264px;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .newsMod-3 .right {
    display: none;
  }
}
.newsMod-3 .inxNewsLR {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .newsMod-3 .inxNewsLR {
    margin: 10vw auto;
  }
}
.newsMod-3 .inxNewsLR * {
  color: #fff;
  font-size: 14px;
  font-family: 'Hel';
  transition-duration: 0.5s;
  transition-property: all;
  letter-spacing: 0.1em;
}
.newsMod-3 .inxNewsLR > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border: 1px solid rgba(255, 255, 255, 0.6);
  width: 120px;
  height: 36px;
  cursor: pointer;
}
@media (max-width:1300px) {
  .newsMod-3 .inxNewsLR > div {
    width: 80px;
    height: 30px;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .newsMod-3 .inxNewsLR > div {
    width: 30vw;
    height: 10vw;
  }
}
.newsMod-3 .inxNewsLR > div div {
  transition-duration: 0.5s;
  transition-property: all;
}
.newsMod-3 .inxNewsLR > div.leftBtn i {
  margin-right: 10px;
  transition-duration: 0.5s;
  transition-property: all;
}
.newsMod-3 .inxNewsLR > div.leftBtn:hover div {
  transform: translateX(-10px);
}
.newsMod-3 .inxNewsLR > div.leftBtn:hover i {
  transform: translateX(-10px);
}
.newsMod-3 .inxNewsLR > div.rightBtn i {
  margin-left: 10px;
  transition-duration: 0.5s;
  transition-property: all;
}
.newsMod-3 .inxNewsLR > div.rightBtn:hover div {
  transform: translateX(10px);
}
.newsMod-3 .inxNewsLR > div.rightBtn:hover i {
  transform: translateX(10px);
}
.newsMod-3 .inxNewsLR > div:hover {
  background-color: #207f4c;
  border-color: #207f4c;
}
.newsMod-3 .inxNewsLR > div:hover * {
  color: #fff;
}
@media (max-width:1300px) {
  .newsMod-3 .inxNewsLR {
    margin-top: 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .newsMod-3 .inxNewsLR {
    margin-top: 10vw;
  }
}
.newsMod-3 .inxNewsLR > div {
  border-color: #999;
}
.newsMod-3 .inxNewsLR > div i {
  color: #666;
}
.newsMod-3 .inxNewsLR > div div {
  color: #666;
}
@media (max-width:1024px) {
  .newsMod-3 .inxNewsLR > div {
    border-color: rgba(255, 255, 255, 0.6);
  }
  .newsMod-3 .inxNewsLR > div i {
    color: rgba(255, 255, 255, 0.6);
  }
  .newsMod-3 .inxNewsLR > div div {
    color: rgba(255, 255, 255, 0.6);
  }
}
.newsMod-4 {
  padding-top: 0;
  padding: 60px 0;
}
@media (max-width:1300px) {
  .newsMod-4 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .newsMod-4 {
    padding: 15vw 0;
  }
}
.newsMod-4 ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width:1300px) {
  .newsMod-4 ul {
    width: 90%;
  }
}
@media (max-width:1024px) {
  .newsMod-4 ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.newsMod-4 ul li {
  width: 45%;
}
@media (max-width:1024px) {
  .newsMod-4 ul li {
    width: 100%;
  }
}
.newsMod-4 ul li a {
  margin-bottom: 14px;
  padding: 4px 0;
  border-bottom: 1px dotted #666;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
.newsMod-4 ul li a .title {
  font-size: 14px;
}
.newsMod-4 ul li a .date {
  font-size: 12px;
}
.newsMod-4 ul li a:hover .title {
  color: #207f4c;
}
.newsMod-4 ul li a:hover .date {
  color: #207f4c;
}
.newsMod-5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0;
}
@media (max-width:1300px) {
  .newsMod-5 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .newsMod-5 {
    padding: 15vw 0;
  }
}
.newsMod-5 .boxC {
  width: 1200px;
  margin: 0 auto;
  height: 400px;
  display: flex;
  box-shadow: 0 0 20px rgba(100, 164, 204, 0.08);
}
@media (max-width:1300px) {
  .newsMod-5 .boxC {
    width: 90%;
  }
}
.newsMod-5 .left {
  width: 50%;
  height: 100%;
}
.newsMod-5 .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsMod-5 #inxNews {
  height: 100%;
}
.newsMod-5 .right {
  padding: 20px 40px;
  height: 100%;
  background-color: #fff;
  width: 50%;
  padding-right: 20px;
}
.newsMod-5 .right li {
  height: 25%;
  display: flex;
  align-items: center;
  position: relative;
}
.newsMod-5 .right li::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  border-bottom: 1px dashed #ccc;
}
.newsMod-5 .right ul {
  height: 100%;
  overflow: auto;
  padding-right: 50px;
}
.newsMod-5 .right ul::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 2px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
.newsMod-5 .right ul::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  width: 2px;
  border-radius: 10px;
  /*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
  background: #c30d23;
}
.newsMod-5 .right ul::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  /*-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);*/
  border-radius: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.newsMod-5 .right a {
  height: 100%;
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
}
.newsMod-5 .right a:hover {
  transform: translateX(10px);
}
.newsMod-5 .right a:hover .title {
  color: #c30d23;
}
.newsMod-5 .right a:hover .date {
  background-color: #c30d23;
}
.newsMod-5 .right a:hover .date span {
  color: #fff;
}
/* .newsMod-5 .right a:hover .date span:nth-child(1) {color: #c30d23;} */
.newsMod-5 .right .box {
  display: flex;
  align-items: center;
}
.newsMod-5 .right .date {
  display: flex;
  flex-direction: column;
  margin-right: 30px;
  padding: 8px;
  transition: all 0.5s;
  border-radius: 6px;
  transition: all 0.5s ease;
}
.newsMod-5 .right .date span:nth-child(1) {
  font-family: "Hel-02";
  font-size: 28px;
  color: #b1b1b1;
  line-height: 1em;
  margin-bottom: 4px;
  transition: all 0.5s ease;
}
.newsMod-5 .right .date span:nth-child(2) {
  font-family: "Hel";
}
.newsMod-5 .right .cont p {
  text-indent: 0;
  line-height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  font-weight: 100;
  -webkit-box-orient: vertical;
  color: #999;
}
.newsMod-5 .right .cont div {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  transition: all 0.5s;
  color: #333;
  text-align: justify;
}
@media only screen and (max-width: 1600px) {
  .newsMod-5 .boxC {
    width: 1200px;
  }
}
@media only screen and (max-width: 1300px) {
  .newsMod-5 .boxC {
    width: 90%;
    height: 40vw;
  }
  .newsMod-5 .right li {
    height: 33.33333%;
  }
  .newsMod-5 .right li:last-child:after {
    display: none;
  }
  .newsMod-5 .right .cont div {
    font-size: 16px;
  }
  .newsMod-5 .right .date {
    margin-right: 2vw;
  }
  .newsMod-5 .right {
    padding: 3vw;
  }
}
@media only screen and (max-width: 1024px) {
  .newsMod-5 .boxC {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: unset;
    margin-top: 10vw;
  }
  .newsMod-5 .left {
    width: 100%;
    height: 56vw;
  }
  .newsMod-5 .right {
    width: 100%;
    height: 100vw;
  }
  .newsMod-5 .right li {
    padding: 6vw 0;
  }
  .newsMod-5 .right ul {
    padding-right: 5vw;
  }
}
.newsMod-6 {
  background-color: #f8f8f8;
  padding-top: 60px;
}
@media (max-width:1300px) {
  .newsMod-6 {
    padding-top: 8vw;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .newsMod-6 {
    padding-top: 15vw;
  }
}
.newsMod-6 .news-box {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
}
@media (max-width:1300px) {
  .newsMod-6 .news-box {
    width: 90%;
  }
}
.newsMod-6 .news-box li {
  width: 33.33333%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.newsMod-6 .news-box a {
  width: 90%;
  margin: 0 auto;
  transition: all 0.5s;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 14px;
  padding-bottom: 65px;
}
.newsMod-6 .news-box a .picbox {
  width: 100%;
  border-radius: 14px;
  margin-bottom: 20px;
  height: 200px;
}
.newsMod-6 .news-box a .picbox .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsMod-6 .news-box a span {
  font-family: "DancingScript";
  font-style: italic;
  font-size: 24px;
}
.newsMod-6 .news-box a > div {
  font-size: 14px;
  line-height: 2em;
}
.newsMod-6 .news-box a > div > div {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.newsMod-6 .news-box a i {
  display: block;
  width: 100%;
  border-bottom: 1px dashed #666;
  margin: 14px 0;
}
.newsMod-6 .news-box a:hover {
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-20px);
}
.newsMod-6 .news-box .iconfont {
  opacity: 0;
  margin-top: 20px;
  font-size: 24px;
  color: #207f4c;
  transition: all 0.5s;
}
.newsMod-6 .news-box a:hover + .iconfont {
  opacity: 1;
  transform: translateY(-86px);
  pointer-events: none;
}
@media (max-width:1024px) {
  .newsMod-6 {
    /* .news-box a + .iconfont {transform: translateY(-62px);opacity: 1;}
.news-box a:hover + .iconfont {transform: translateY(-62px);} */
  }
  .newsMod-6 .news-box {
    flex-direction: column;
    width: 95%;
  }
  .newsMod-6 .news-box li {
    width: 100%;
    margin-bottom: 4vw;
  }
  .newsMod-6 .news-box a {
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.1);
  }
  .newsMod-6 .news-box a:hover {
    transform: translateY(0);
  }
  .newsMod-6 .news-box a > div {
    line-height: unset;
  }
  .newsMod-6 .news-box a + .iconfont {
    display: none;
  }
  .newsMod-6 .news-box a > div {
    font-size: 4vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 5vw;
    padding-left: 4vw;
  }
  .newsMod-6 .news-box a .picbox {
    padding: 0;
    margin: 0;
    height: 120px;
  }
  .newsMod-6 .news-box a .img {
    margin-bottom: unset;
    width: 25%;
    border-radius: 2vw;
  }
  .newsMod-6 .news-box a {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 6vw 4vw;
  }
  .newsMod-6 .news-box a i {
    margin: 2vw 0;
  }
  .newsMod-6 .news-box a span {
    font-size: 4vw;
  }
}
.newsMod-7 {
  padding-bottom: 160px;
  padding: 60px 0;
}
@media (max-width:1300px) {
  .newsMod-7 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .newsMod-7 {
    padding: 15vw 0;
  }
}
@media (max-width:1024px) {
  .newsMod-7 {
    padding-bottom: 5vw;
  }
}
.newsMod-7 .cenBox {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1300px) {
  .newsMod-7 .cenBox {
    width: 90%;
  }
}
.newsMod-7 .cenBox ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .newsMod-7 .cenBox ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.newsMod-7 .cenBox ul li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .newsMod-7 .cenBox ul li {
    margin-top: 6vw;
  }
  .newsMod-7 .cenBox ul li:first-child {
    margin-top: 0;
  }
}
.newsMod-7 .cenBox ul li .box {
  width: 85%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .newsMod-7 .cenBox ul li .box {
    width: 100%;
  }
}
.newsMod-7 .cenBox ul li .box > i {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.newsMod-7 .cenBox ul li .box > i i {
  display: block;
  width: 0;
  background-color: #207f4c;
  height: 100%;
  transition-duration: 0.5s;
  transition-property: all;
}
.newsMod-7 .cenBox ul li .box .date {
  margin: 20px 0;
  font-size: 16px;
}
@media (max-width:1024px) {
  .newsMod-7 .cenBox ul li .box .date {
    margin: 2vw 0;
  }
}
.newsMod-7 .cenBox ul li .box .title {
  font-size: 20px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  transition-duration: 0.5s;
  transition-property: all;
}
.newsMod-7 .cenBox ul li .box .miaoshu {
  font-size: 14px;
  line-height: 2em;
  text-indent: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 20px 0;
}
@media (max-width:1600px) {
  .newsMod-7 .cenBox ul li .box .miaoshu {
    margin: 10px 0;
  }
}
.newsMod-7 .cenBox ul li .box .imgBox {
  overflow: hidden;
  width: 100%;
  height: 14vw;
}
@media (max-width:1024px) {
  .newsMod-7 .cenBox ul li .box .imgBox {
    height: 50vw;
  }
}
.newsMod-7 .cenBox ul li .box .imgBox .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition-duration: 0.5s;
  transition-property: all;
  border-radius: 20px;
}
.newsMod-7 .cenBox ul li .box .moreBox {
  margin-top: 10px;
  opacity: 0.6;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  transition-duration: 0.5s;
  transition-property: all;
}
.newsMod-7 .cenBox ul li .box .moreBox i {
  margin-left: 10px;
  transition-duration: 0.5s;
  transition-property: all;
}
.newsMod-7 .cenBox ul li .box:hover > i i {
  width: 100%;
}
.newsMod-7 .cenBox ul li .box:hover .title {
  color: #207f4c;
}
.newsMod-7 .cenBox ul li .box:hover .imgBox img {
  transform: scale(1.1);
}
.newsMod-7 .cenBox ul li .box:hover .moreBox {
  color: #207f4c;
  opacity: 1;
}
.newsMod-7 .cenBox ul li .box:hover .moreBox i {
  color: #207f4c;
}
.newsMod-7 .cenBox .unifyButton .unifyButton-2 {
  border-radius: 20px;
  border-color: #666;
}
.newsMod-7 .cenBox .unifyButton .unifyButton-2:hover {
  border-color: #207f4c;
}
.honorMod-1 {
  padding: 60px 0;
}
@media (max-width:1300px) {
  .honorMod-1 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .honorMod-1 {
    padding: 15vw 0;
  }
}
.honorMod-1 .box {
  width: 100%;
}
.honorMod-1 .box #honor {
  cursor: grab;
}
.honorMod-1 .box #honor li {
  width: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.honorMod-1 .box #honor li .img {
  margin-bottom: 10px;
  height: 18vw;
}
@media (max-width:1300px) {
  .honorMod-1 .box #honor li .img {
    height: 24vw;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .honorMod-1 .box #honor li .img {
    height: 55vw;
  }
}
.honorMod-1 .box #honor li .img img {
  height: 100%;
}
.honorMod-1 .box #honor li span {
  font-size: 18px;
}
@media (max-width:1024px) {
  .honorMod-1 .box #honor li span {
    font-size: 4vw;
  }
}
.honorMod-2 {
  height: 700px;
}
@media (max-width:1300px) {
  .honorMod-2 {
    height: 50vw;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .honorMod-2 {
    height: unset;
    padding: 60px 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) and (max-width:1300px) {
  .honorMod-2 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) and (max-width:1300px) and (max-width:1024px) {
  .honorMod-2 {
    padding: 15vw 0;
  }
}
.honorMod-2 .left {
  width: 50%;
  height: 70%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .honorMod-2 .left {
    width: 100%;
  }
}
.honorMod-2 .left .unifyButton {
  margin: 0;
  margin-top: 40px;
}
.honorMod-2 .left i {
  display: block;
  width: 40px;
  height: 4px;
  border-radius: 2px;
  background-color: #c30d23;
  margin: 40px 0;
}
@media (max-width:1300px) {
  .honorMod-2 .left i {
    margin: 10px 0;
  }
}
.honorMod-2 .left .title {
  font-size: 36px;
  color: #333;
}
.honorMod-2 .left > span {
  color: #333;
  font-size: 18px;
  opacity: 0.8;
  margin-top: 10px;
}
.honorMod-2 .from {
  width: 100%;
}
.honorMod-2 .from li {
  color: #333;
  height: 40px;
  display: flex;
  width: 60%;
  border-radius: 20px;
  background-color: #f3f3f3;
  margin: 6px 0;
  opacity: 0.9;
  font-weight: 100;
  align-items: center;
  padding-left: 20px;
}
@media (max-width:1300px) {
  .honorMod-2 .from li {
    height: 30px;
    font-size: 12px;
  }
}
.honorMod-2 .overlay {
  background-image: url(../img/honorBg.jpg);
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.honorMod-2 .overlay .mask {
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.honorMod-2 .cout {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 1100px;
  margin: 0 auto;
}
@media (max-width:1300px) {
  .honorMod-2 .cout {
    width: 90%;
  }
}
@media (max-width:1024px) {
  .honorMod-2 .cout {
    width: 80%;
  }
}
.honorMod-2 .right {
  width: 50%;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width:1024px) {
  .honorMod-2 .right {
    width: 100%;
  }
}
.honorMod-2 .right .box {
  width: 100%;
}
@media (max-width:1024px) {
  .honorMod-2 .right .box {
    width: 100%;
  }
}
.honorMod-2 .right img {
  width: 90%;
  height: 90%;
  object-fit: contain;
}
@media (max-width:1024px) {
  .honorMod-2 .right img {
    width: 100%;
    height: 60vw;
    object-fit: contain;
  }
}
@media (max-width:1024px) {
  .honorMod-2 .right span {
    height: unset;
    margin-top: 4vw;
  }
}
.honorMod-2 #inxHonor {
  height: 70%;
}
@media (max-width:1300px) {
  .honorMod-2 #inxHonor {
    height: 60%;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .honorMod-2 #inxHonor {
    width: 100%;
    margin-top: 10vw;
  }
}
.honorMod-2 .honorBox {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.honorMod-2 .honorBox span {
  color: #333;
  font-size: 16px;
  font-weight: bold;
  height: 10%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.honorMod-2 .swiper-slide {
  display: flex;
  align-items: center;
}
.honorMod-2 .from > div {
  color: #333;
  font-size: 14px;
  opacity: 0.9;
  padding: 20px;
}
.honorMod-2 .mouseIco {
  animation: bounce 0.75s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate;
  width: 26px;
  height: 26px;
  object-fit: contain;
  position: absolute;
  top: calc(50% + 22%);
  right: calc(0% - 13px);
  opacity: 0.8;
  filter: brightness(0.2);
  opacity: 0.5;
}
.honorMod-2 .honor-scrollbar {
  width: 4px;
  height: 40%;
  background-color: #ececec;
  opacity: 1 !important;
  border-radius: 2px;
}
.honorMod-2 .honor-scrollbar .swiper-scrollbar-drag {
  background-color: #8a8a8a;
}
.honorMod-2 .unifyTitle-1 {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1300px) {
  .honorMod-2 .more-btn {
    margin-top: 5vw;
  }
}
@media (max-width:1024px) {
  .honorMod-2 .right,
  .honorMod-2 .cout {
    display: flex;
    flex-direction: column;
  }
  .honorMod-2 .from li {
    width: 100%;
    padding: 0 8vw;
    font-size: 3.4vw;
  }
  .honorMod-2 .mouseIco {
    bottom: -10vw;
    top: unset;
  }
}
.formMod-1 {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  padding: 60px 0;
}
@media (max-width:1300px) {
  .formMod-1 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .formMod-1 {
    padding: 15vw 0;
  }
}
.formMod-1 .cenBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.formMod-1 .cenBox .biaodan {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 60%;
  height: 100%;
}
@media (max-width:1024px) {
  .formMod-1 .cenBox .biaodan {
    width: 80%;
    height: unset;
  }
}
.formMod-1 .cenBox .biaodan form {
  width: 100%;
}
.formMod-1 .cenBox .biaodan form .nameTitle {
  left: 120px;
  position: absolute;
  top: 50%;
  transform: translate(20px, -50%);
  font-size: 14px;
  color: #999;
  transition-duration: 0.5s;
  transition-property: all;
}
@media (max-width:1024px) {
  .formMod-1 .cenBox .biaodan form .nameTitle {
    left: 0;
  }
}
.formMod-1 .cenBox .biaodan form .bdTitle {
  width: 120px;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width:1024px) {
  .formMod-1 .cenBox .biaodan form .bdTitle {
    display: none;
  }
}
.formMod-1 .cenBox .biaodan form val {
  display: block;
  position: absolute;
  right: 20px;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: unset;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}
.formMod-1 .cenBox .biaodan form .input {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.formMod-1 .cenBox .biaodan form .input.bitian .bdTitle {
  position: relative;
}
.formMod-1 .cenBox .biaodan form .input.bitian .bdTitle::after {
  content: '*';
  font-size: 12px;
  position: absolute;
  top: 0;
  left: -10px;
  color: red;
}
.formMod-1 .cenBox .biaodan form .input input {
  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: unset;
  width: calc(100% - 120px);
  height: 40px;
  font-size: 14px;
  padding-left: 20px;
  transition-duration: 0.5s;
  transition-property: all;
}
.formMod-1 .cenBox .biaodan form .input input:focus {
  border-color: #333;
}
.formMod-1 .cenBox .biaodan form .input input:focus + .nameTitle {
  color: #207f4c;
  top: 0;
  background-color: #fff;
  padding: 0 10px;
  border-radius: 20px;
}
.formMod-1 .cenBox .biaodan form .input input.focus {
  border-color: #333;
}
.formMod-1 .cenBox .biaodan form .input input.focus + .nameTitle {
  color: #207f4c;
  top: 0;
  background-color: #fff;
  padding: 0 10px;
  border-radius: 20px;
}
@media (max-width:1300px) {
  .formMod-1 .cenBox .biaodan form .input input {
    height: 30px;
  }
}
@media (max-width:1024px) {
  .formMod-1 .cenBox .biaodan form .input input {
    height: 42px;
    width: 100%;
  }
}
.formMod-1 .cenBox .biaodan form .input.yes val {
  color: green;
}
.formMod-1 .cenBox .biaodan form .input.yes input {
  border-color: green;
}
.formMod-1 .cenBox .biaodan form .input.yes .nameTitle {
  color: green !important;
}
.formMod-1 .cenBox .biaodan form .input.no val {
  color: red;
}
.formMod-1 .cenBox .biaodan form .input.no input {
  border-color: red;
}
.formMod-1 .cenBox .biaodan form .input.no .nameTitle {
  color: red;
}
.formMod-1 .cenBox .biaodan form .textarea {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: calc(100% - 120px);
  width: 100%;
  height: 100px;
  font-size: 14px;
}
.formMod-1 .cenBox .biaodan form .textarea.bitian .bdTitle {
  position: relative;
}
.formMod-1 .cenBox .biaodan form .textarea.bitian .bdTitle::after {
  content: '*';
  font-size: 12px;
  position: absolute;
  top: 0;
  left: -10px;
  color: red;
}
.formMod-1 .cenBox .biaodan form .textarea textarea {
  background-color: unset;
  width: calc(100% - 120px);
  border-radius: 4px;
  height: 100%;
  border: 1px solid #ccc;
  padding: 20px;
  resize: none;
  outline: none;
  font-size: 14px;
  transition-duration: 0.5s;
  transition-property: all;
}
.formMod-1 .cenBox .biaodan form .textarea textarea:focus {
  border-color: #333;
}
.formMod-1 .cenBox .biaodan form .textarea textarea:focus + .nameTitle {
  color: #207f4c;
  top: 0;
  background-color: #fff;
  padding: 0 10px;
  border-radius: 20px;
}
.formMod-1 .cenBox .biaodan form .textarea textarea.focus {
  border-color: #333;
}
.formMod-1 .cenBox .biaodan form .textarea textarea.focus + .nameTitle {
  color: #207f4c;
  top: 0;
  background-color: #fff;
  padding: 0 10px;
  border-radius: 20px;
}
@media (max-width:1024px) {
  .formMod-1 .cenBox .biaodan form .textarea textarea {
    width: 100%;
  }
}
.formMod-1 .cenBox .biaodan form .textarea.yes val {
  color: green;
}
.formMod-1 .cenBox .biaodan form .textarea.yes textarea {
  border-color: green;
}
.formMod-1 .cenBox .biaodan form .textarea.yes .nameTitle {
  color: green !important;
}
.formMod-1 .cenBox .biaodan form .textarea.no val {
  color: red;
}
.formMod-1 .cenBox .biaodan form .textarea.no textarea {
  border-color: red;
}
.formMod-1 .cenBox .biaodan form .textarea.no .nameTitle {
  color: red;
}
.formMod-1 .cenBox .biaodan form .yanzhengma {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
.formMod-1 .cenBox .biaodan form .yanzhengma .input {
  width: calc(200px + 120px);
}
.formMod-1 .cenBox .biaodan form .yanzhengma .input.yes val {
  color: green;
}
.formMod-1 .cenBox .biaodan form .yanzhengma .input.yes input {
  border-color: green;
}
.formMod-1 .cenBox .biaodan form .yanzhengma .input.yes .nameTitle {
  color: green;
}
.formMod-1 .cenBox .biaodan form .yanzhengma .input.no val {
  color: red;
}
.formMod-1 .cenBox .biaodan form .yanzhengma .input.no input {
  border-color: red;
}
.formMod-1 .cenBox .biaodan form .yanzhengma .input.no .nameTitle {
  color: red;
}
.formMod-1 .cenBox .biaodan form .yanzhengma .yanz {
  margin-left: 40px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
.formMod-1 .cenBox .biaodan form .yanzhengma .yanz img {
  cursor: pointer;
}
.formMod-1 .cenBox .biaodan form .yanzhengma .yanz span {
  font-size: 14px;
  color: #999;
  margin-left: 20px;
  cursor: pointer;
}
.formMod-1 .cenBox .biaodan form .button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
.formMod-1 .cenBox .biaodan form .button button {
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  cursor: pointer;
}
.formMod-1 .cenBox .biaodan form .button button.reset {
  width: 20%;
  height: 50px;
  color: #666;
  background-color: #ddd;
}
@media (max-width:1024px) {
  .formMod-1 .cenBox .biaodan form .button button.reset {
    width: 30%;
  }
}
.formMod-1 .cenBox .biaodan form .button button.submit {
  width: 36%;
  height: 50px;
  color: #fff;
  background-color: #207f4c;
  margin-right: 40px;
}
@media (max-width:1024px) {
  .formMod-1 .cenBox .biaodan form .button button.submit {
    width: 60%;
    margin-right: 20px;
  }
}
.formMod-1 .tongzhi {
  position: fixed;
  z-index: 1111;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.formMod-1 .tongzhi .kuangjia {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  transition-duration: 0.5s;
  transition-property: all;
}
.formMod-1 .tongzhi .kuangjia .box {
  width: 400px;
  padding: 20px 0;
  background-color: #fff;
  box-shadow: 2px 2px 30px rgba(255, 255, 255, 0.5);
  transform: translateY(50px);
  transition-duration: 0.5s;
  transition-property: all;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border-radius: 10px;
}
@media (max-width:1024px) {
  .formMod-1 .tongzhi .kuangjia .box {
    width: 90%;
  }
}
.formMod-1 .tongzhi .kuangjia .box i {
  font-size: 80px;
  margin-bottom: 20px;
}
@media (max-width:1024px) {
  .formMod-1 .tongzhi .kuangjia .box i {
    font-size: 18vw;
  }
}
.formMod-1 .tongzhi .kuangjia .box i.icon-zhengque {
  color: #46ad75;
}
.formMod-1 .tongzhi .kuangjia .box i.icon-cuowu {
  color: #b62c2c;
}
.formMod-1 .tongzhi .kuangjia .box span {
  font-size: 18px;
  color: #666;
}
.formMod-1 .tongzhi .kuangjia .box .jishi {
  margin-top: 20px;
  color: #666;
  font-size: 14px;
  transition-duration: 0.5s;
  transition-property: all;
}
.formMod-1 .tongzhi .kuangjia.on .box {
  transform: translateY(0px);
}
.formMod-2 {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  padding: 60px 0;
}
@media (max-width:1300px) {
  .formMod-2 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .formMod-2 {
    padding: 15vw 0;
  }
}
.formMod-2 .cenBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.formMod-2 .cenBox .biaodan {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 800px;
  height: 100%;
}
@media (max-width:1024px) {
  .formMod-2 .cenBox .biaodan {
    width: 80%;
    height: unset;
  }
}
.formMod-2 .cenBox .biaodan form {
  width: 100%;
}
.formMod-2 .cenBox .biaodan form .nameTitle {
  left: 120px;
  position: absolute;
  top: 50%;
  transform: translate(20px, -50%);
  font-size: 14px;
  color: #999;
  transition-duration: 0.5s;
  transition-property: all;
}
@media (max-width:1024px) {
  .formMod-2 .cenBox .biaodan form .nameTitle {
    left: 0;
  }
}
.formMod-2 .cenBox .biaodan form .bdTitle {
  width: 120px;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width:1024px) {
  .formMod-2 .cenBox .biaodan form .bdTitle {
    display: none;
  }
}
.formMod-2 .cenBox .biaodan form val {
  display: block;
  position: absolute;
  right: 20px;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: unset;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}
.formMod-2 .cenBox .biaodan form .formTop {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .formMod-2 .cenBox .biaodan form .formTop {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.formMod-2 .cenBox .biaodan form .formTop .input {
  width: 30%;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .formMod-2 .cenBox .biaodan form .formTop .input {
    width: 100%;
  }
}
.formMod-2 .cenBox .biaodan form .formTop .input input {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: unset;
  height: 40px;
  font-size: 12px;
  padding-left: 20px;
  transition-duration: 0.5s;
  transition-property: all;
}
.formMod-2 .cenBox .biaodan form .formTop .input input:focus {
  border-color: #207f4c;
}
.formMod-2 .cenBox .biaodan form .formTop .input input:focus + .nameTitle {
  color: #207f4c;
  top: 0;
  background-color: #fff;
  padding: 0 10px;
  border-radius: 20px;
}
.formMod-2 .cenBox .biaodan form .formTop .input input.focus {
  border-color: #207f4c;
}
.formMod-2 .cenBox .biaodan form .formTop .input input.focus + .nameTitle {
  color: #207f4c;
  top: 0;
  background-color: #fff;
  padding: 0 10px;
  border-radius: 20px;
}
@media (max-width:1300px) {
  .formMod-2 .cenBox .biaodan form .formTop .input input {
    height: 30px;
  }
}
@media (max-width:1024px) {
  .formMod-2 .cenBox .biaodan form .formTop .input input {
    height: 42px;
    width: 100%;
  }
}
.formMod-2 .cenBox .biaodan form .formTop .input.yes val {
  color: green;
}
.formMod-2 .cenBox .biaodan form .formTop .input.yes input {
  border-color: green;
}
.formMod-2 .cenBox .biaodan form .formTop .input.yes .nameTitle {
  color: green !important;
}
.formMod-2 .cenBox .biaodan form .formTop .input.no val {
  color: red;
}
.formMod-2 .cenBox .biaodan form .formTop .input.no input {
  border-color: red;
}
.formMod-2 .cenBox .biaodan form .formTop .input.no .nameTitle {
  color: red;
}
.formMod-2 .cenBox .biaodan form .textarea {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  height: 100px;
  font-size: 14px;
}
.formMod-2 .cenBox .biaodan form .textarea textarea {
  background-color: unset;
  width: 100%;
  border-radius: 4px;
  height: 100%;
  border: 1px solid #ccc;
  padding: 20px;
  resize: none;
  outline: none;
  font-size: 12px;
  transition-duration: 0.5s;
  transition-property: all;
}
.formMod-2 .cenBox .biaodan form .textarea textarea:focus {
  border-color: #207f4c;
}
.formMod-2 .cenBox .biaodan form .textarea textarea:focus + .nameTitle {
  color: #207f4c;
  top: 0;
  background-color: #fff;
  padding: 0 10px;
  border-radius: 20px;
}
.formMod-2 .cenBox .biaodan form .textarea textarea.focus {
  border-color: #207f4c;
}
.formMod-2 .cenBox .biaodan form .textarea textarea.focus + .nameTitle {
  color: #207f4c;
  top: 0;
  background-color: #fff;
  padding: 0 10px;
  border-radius: 20px;
}
@media (max-width:1024px) {
  .formMod-2 .cenBox .biaodan form .textarea textarea {
    width: 100%;
  }
}
.formMod-2 .cenBox .biaodan form .textarea.yes val {
  color: green;
}
.formMod-2 .cenBox .biaodan form .textarea.yes textarea {
  border-color: green;
}
.formMod-2 .cenBox .biaodan form .textarea.yes .nameTitle {
  color: green !important;
}
.formMod-2 .cenBox .biaodan form .yanzhengma {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
.formMod-2 .cenBox .biaodan form .yanzhengma .input {
  width: 300px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
.formMod-2 .cenBox .biaodan form .yanzhengma .input .bdTitle {
  display: none;
}
.formMod-2 .cenBox .biaodan form .yanzhengma .input input {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: unset;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  height: 40px;
  font-size: 12px;
  padding-left: 20px;
  transition-duration: 0.5s;
  transition-property: all;
}
.formMod-2 .cenBox .biaodan form .yanzhengma .input input:focus {
  border-color: #207f4c;
}
.formMod-2 .cenBox .biaodan form .yanzhengma .input input:focus + .nameTitle {
  color: #207f4c;
  top: 0;
  background-color: #fff;
  padding: 0 10px;
  border-radius: 20px;
}
.formMod-2 .cenBox .biaodan form .yanzhengma .input input.focus {
  border-color: #207f4c;
}
.formMod-2 .cenBox .biaodan form .yanzhengma .input input.focus + .nameTitle {
  color: #207f4c;
  top: 0;
  background-color: #fff;
  padding: 0 10px;
  border-radius: 20px;
}
@media (max-width:1300px) {
  .formMod-2 .cenBox .biaodan form .yanzhengma .input input {
    height: 30px;
  }
}
@media (max-width:1024px) {
  .formMod-2 .cenBox .biaodan form .yanzhengma .input input {
    height: 42px;
  }
}
.formMod-2 .cenBox .biaodan form .yanzhengma .yanz {
  width: unset;
}
.formMod-2 .cenBox .biaodan form .button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.formMod-2 .cenBox .biaodan form .button button {
  border-radius: 4px;
  cursor: pointer;
}
.formMod-2 .cenBox .biaodan form .button button.submit {
  margin: 0;
  width: 200px;
  height: 50px;
  color: #fff;
  background-color: #207f4c;
}
.formMod-2 .cenBox .biaodan form .button button.reset {
  display: none;
}
.formMod-2 .tongzhi {
  position: fixed;
  z-index: 1111;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.formMod-2 .tongzhi .kuangjia {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  transition-duration: 0.5s;
  transition-property: all;
}
.formMod-2 .tongzhi .kuangjia .box {
  width: 400px;
  padding: 20px 0;
  background-color: #fff;
  box-shadow: 2px 2px 30px rgba(255, 255, 255, 0.5);
  transform: translateY(50px);
  transition-duration: 0.5s;
  transition-property: all;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border-radius: 10px;
}
@media (max-width:1024px) {
  .formMod-2 .tongzhi .kuangjia .box {
    width: 90%;
  }
}
.formMod-2 .tongzhi .kuangjia .box i {
  font-size: 80px;
  margin-bottom: 20px;
}
@media (max-width:1024px) {
  .formMod-2 .tongzhi .kuangjia .box i {
    font-size: 18vw;
  }
}
.formMod-2 .tongzhi .kuangjia .box i.icon-zhengque {
  color: #46ad75;
}
.formMod-2 .tongzhi .kuangjia .box i.icon-cuowu {
  color: #b62c2c;
}
.formMod-2 .tongzhi .kuangjia .box span {
  font-size: 18px;
  color: #666;
}
.formMod-2 .tongzhi .kuangjia .box .jishi {
  margin-top: 20px;
  color: #666;
  font-size: 14px;
  transition-duration: 0.5s;
  transition-property: all;
}
.formMod-2 .tongzhi .kuangjia.on .box {
  transform: translateY(0px);
}
.formMod-2 .cenBox .biaodan {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width:1300px) {
  .formMod-2 .cenBox .biaodan {
    width: 90%;
  }
}
@media (max-width:1024px) {
  .formMod-2 .cenBox .biaodan {
    width: 84%;
  }
}
.formMod-2 .cenBox .biaodan form .formTop .input input {
  background-color: #f8f8f8;
  height: 64px;
}
.formMod-2 .cenBox .biaodan form .button button {
  margin: 0 20px;
}
.formMod-2 .cenBox .biaodan form .button button.reset {
  display: block;
  width: 200px;
  height: 50px;
  color: #333;
  background-color: #eee;
}
.formMod-2 .cenBox .biaodan form .textarea {
  height: unset;
}
.formMod-2 .cenBox .biaodan form .textarea textarea {
  height: 200px;
  background-color: #f8f8f8;
}
.formMod-2 .cenBox .biaodan form .textarea.yes val {
  color: green;
}
.formMod-2 .cenBox .biaodan form .textarea.yes textarea {
  border-color: green;
}
.formMod-2 .cenBox .biaodan form .textarea.no val {
  color: red;
}
.formMod-2 .cenBox .biaodan form .textarea.no textarea {
  border-color: red;
}
.formMod-2 .cenBox .biaodan form .yanzhengma .input {
  margin-right: 20px;
  position: relative;
}
.formMod-2 .cenBox .biaodan form .yanzhengma .input input {
  height: 65px;
  background-color: #f8f8f8;
}
.formMod-2 .cenBox .biaodan form .yanzhengma .input.yes val {
  color: green;
}
.formMod-2 .cenBox .biaodan form .yanzhengma .input.yes input {
  border-color: green;
}
.formMod-2 .cenBox .biaodan form .yanzhengma .input.no val {
  color: red;
}
.formMod-2 .cenBox .biaodan form .yanzhengma .input.no input {
  border-color: red;
}
.formMod-2 .cenBox .biaodan form .yanzhengma .yanz img {
  height: 65px;
}
.formMod-3 {
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  width: 100%;
  padding: 60px 0;
}
@media (max-width:1300px) {
  .formMod-3 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .formMod-3 {
    padding: 15vw 0;
  }
}
.formMod-3 .cenBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.formMod-3 .cenBox .biaodan {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 800px;
  height: 100%;
}
@media (max-width:1024px) {
  .formMod-3 .cenBox .biaodan {
    width: 80%;
    height: unset;
  }
}
.formMod-3 .cenBox .biaodan form {
  width: 100%;
}
.formMod-3 .cenBox .biaodan form .nameTitle {
  left: 120px;
  position: absolute;
  top: 50%;
  transform: translate(20px, -50%);
  font-size: 14px;
  color: #999;
  transition-duration: 0.5s;
  transition-property: all;
}
@media (max-width:1024px) {
  .formMod-3 .cenBox .biaodan form .nameTitle {
    left: 0;
  }
}
.formMod-3 .cenBox .biaodan form .bdTitle {
  width: 120px;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width:1024px) {
  .formMod-3 .cenBox .biaodan form .bdTitle {
    display: none;
  }
}
.formMod-3 .cenBox .biaodan form val {
  display: block;
  position: absolute;
  right: 20px;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: unset;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}
.formMod-3 .cenBox .biaodan form .formTop {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .formMod-3 .cenBox .biaodan form .formTop {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.formMod-3 .cenBox .biaodan form .formTop .input {
  width: 30%;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .formMod-3 .cenBox .biaodan form .formTop .input {
    width: 100%;
  }
}
.formMod-3 .cenBox .biaodan form .formTop .input input {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: unset;
  height: 40px;
  font-size: 12px;
  padding-left: 20px;
  transition-duration: 0.5s;
  transition-property: all;
}
.formMod-3 .cenBox .biaodan form .formTop .input input:focus {
  border-color: #207f4c;
}
.formMod-3 .cenBox .biaodan form .formTop .input input:focus + .nameTitle {
  color: #207f4c;
  top: 0;
  background-color: #fff;
  padding: 0 10px;
  border-radius: 20px;
}
.formMod-3 .cenBox .biaodan form .formTop .input input.focus {
  border-color: #207f4c;
}
.formMod-3 .cenBox .biaodan form .formTop .input input.focus + .nameTitle {
  color: #207f4c;
  top: 0;
  background-color: #fff;
  padding: 0 10px;
  border-radius: 20px;
}
@media (max-width:1300px) {
  .formMod-3 .cenBox .biaodan form .formTop .input input {
    height: 30px;
  }
}
@media (max-width:1024px) {
  .formMod-3 .cenBox .biaodan form .formTop .input input {
    height: 42px;
    width: 100%;
  }
}
.formMod-3 .cenBox .biaodan form .formTop .input.yes val {
  color: green;
}
.formMod-3 .cenBox .biaodan form .formTop .input.yes input {
  border-color: green;
}
.formMod-3 .cenBox .biaodan form .formTop .input.yes .nameTitle {
  color: green !important;
}
.formMod-3 .cenBox .biaodan form .formTop .input.no val {
  color: red;
}
.formMod-3 .cenBox .biaodan form .formTop .input.no input {
  border-color: red;
}
.formMod-3 .cenBox .biaodan form .formTop .input.no .nameTitle {
  color: red;
}
.formMod-3 .cenBox .biaodan form .textarea {
  margin-bottom: 20px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  height: 100px;
  font-size: 14px;
}
.formMod-3 .cenBox .biaodan form .textarea textarea {
  background-color: unset;
  width: 100%;
  border-radius: 4px;
  height: 100%;
  border: 1px solid #ccc;
  padding: 20px;
  resize: none;
  outline: none;
  font-size: 12px;
  transition-duration: 0.5s;
  transition-property: all;
}
.formMod-3 .cenBox .biaodan form .textarea textarea:focus {
  border-color: #207f4c;
}
.formMod-3 .cenBox .biaodan form .textarea textarea:focus + .nameTitle {
  color: #207f4c;
  top: 0;
  background-color: #fff;
  padding: 0 10px;
  border-radius: 20px;
}
.formMod-3 .cenBox .biaodan form .textarea textarea.focus {
  border-color: #207f4c;
}
.formMod-3 .cenBox .biaodan form .textarea textarea.focus + .nameTitle {
  color: #207f4c;
  top: 0;
  background-color: #fff;
  padding: 0 10px;
  border-radius: 20px;
}
@media (max-width:1024px) {
  .formMod-3 .cenBox .biaodan form .textarea textarea {
    width: 100%;
  }
}
.formMod-3 .cenBox .biaodan form .textarea.yes val {
  color: green;
}
.formMod-3 .cenBox .biaodan form .textarea.yes textarea {
  border-color: green;
}
.formMod-3 .cenBox .biaodan form .textarea.yes .nameTitle {
  color: green !important;
}
.formMod-3 .cenBox .biaodan form .yanzhengma {
  margin-bottom: 20px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
.formMod-3 .cenBox .biaodan form .yanzhengma .input {
  width: 300px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
.formMod-3 .cenBox .biaodan form .yanzhengma .input .bdTitle {
  display: none;
}
.formMod-3 .cenBox .biaodan form .yanzhengma .input input {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ccc;
  background-color: unset;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  height: 40px;
  font-size: 12px;
  padding-left: 20px;
  transition-duration: 0.5s;
  transition-property: all;
}
.formMod-3 .cenBox .biaodan form .yanzhengma .input input:focus {
  border-color: #207f4c;
}
.formMod-3 .cenBox .biaodan form .yanzhengma .input input:focus + .nameTitle {
  color: #207f4c;
  top: 0;
  background-color: #fff;
  padding: 0 10px;
  border-radius: 20px;
}
.formMod-3 .cenBox .biaodan form .yanzhengma .input input.focus {
  border-color: #207f4c;
}
.formMod-3 .cenBox .biaodan form .yanzhengma .input input.focus + .nameTitle {
  color: #207f4c;
  top: 0;
  background-color: #fff;
  padding: 0 10px;
  border-radius: 20px;
}
@media (max-width:1300px) {
  .formMod-3 .cenBox .biaodan form .yanzhengma .input input {
    height: 30px;
  }
}
@media (max-width:1024px) {
  .formMod-3 .cenBox .biaodan form .yanzhengma .input input {
    height: 42px;
  }
}
.formMod-3 .cenBox .biaodan form .yanzhengma .yanz {
  width: unset;
}
.formMod-3 .cenBox .biaodan form .button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.formMod-3 .cenBox .biaodan form .button button {
  border-radius: 4px;
  cursor: pointer;
}
.formMod-3 .cenBox .biaodan form .button button.submit {
  margin: 0;
  width: 200px;
  height: 50px;
  color: #fff;
  background-color: #207f4c;
}
.formMod-3 .cenBox .biaodan form .button button.reset {
  display: none;
}
.formMod-3 .tongzhi {
  position: fixed;
  z-index: 1111;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.formMod-3 .tongzhi .kuangjia {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  transition-duration: 0.5s;
  transition-property: all;
}
.formMod-3 .tongzhi .kuangjia .box {
  width: 400px;
  padding: 20px 0;
  background-color: #fff;
  box-shadow: 2px 2px 30px rgba(255, 255, 255, 0.5);
  transform: translateY(50px);
  transition-duration: 0.5s;
  transition-property: all;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border-radius: 10px;
}
@media (max-width:1024px) {
  .formMod-3 .tongzhi .kuangjia .box {
    width: 90%;
  }
}
.formMod-3 .tongzhi .kuangjia .box i {
  font-size: 80px;
  margin-bottom: 20px;
}
@media (max-width:1024px) {
  .formMod-3 .tongzhi .kuangjia .box i {
    font-size: 18vw;
  }
}
.formMod-3 .tongzhi .kuangjia .box i.icon-zhengque {
  color: #46ad75;
}
.formMod-3 .tongzhi .kuangjia .box i.icon-cuowu {
  color: #b62c2c;
}
.formMod-3 .tongzhi .kuangjia .box span {
  font-size: 18px;
  color: #666;
}
.formMod-3 .tongzhi .kuangjia .box .jishi {
  margin-top: 20px;
  color: #666;
  font-size: 14px;
  transition-duration: 0.5s;
  transition-property: all;
}
.formMod-3 .tongzhi .kuangjia.on .box {
  transform: translateY(0px);
}
.processMod-1 {
  padding: 60px 0;
}
@media (max-width:1300px) {
  .processMod-1 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .processMod-1 {
    padding: 15vw 0;
  }
}
.processMod-1 ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 1200px;
  margin: 0 auto;
  margin: auto;
}
@media (max-width:1300px) {
  .processMod-1 ul {
    width: 90%;
  }
}
@media (max-width:1600px) {
  .processMod-1 ul {
    width: 100%;
  }
}
@media (max-width:1600px) and (max-width:1024px) {
  .processMod-1 ul {
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: wrap;
    width: 90%;
  }
}
.processMod-1 ul li {
  width: 10vw;
  height: 10vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../../html/rgmod/processMod/processMod-1/lcLiBg.jpg);
  background-position: center;
  background-position: right;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: unset;
  padding-right: 4vw;
}
@media (max-width:1024px) {
  .processMod-1 ul li {
    width: 33.3333%;
    height: unset;
    font-size: 3.2vw;
    font-weight: 400;
    height: 20vw;
    margin-bottom: 3vw;
    padding-right: 8vw;
  }
}
.processMod-2 .zsLiuchng {
  width: 100%;
  position: relative;
  margin-top: 100px;
  background-size: cover;
  background-color: #333;
}
.processMod-2 .zsLiuchng .mask {
  padding: 100px 0;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  .processMod-2 .zsLiuchng .mask {
    padding: 10vw 0;
  }
}
.processMod-2 .zsLiuchng .mask .unifyTitle * {
  color: #fff;
}
.processMod-2 .zsLiuchng .mask .list {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: unset;
  flex-wrap: wrap;
}
@media (max-width:1300px) {
  .processMod-2 .zsLiuchng .mask .list {
    width: 100%;
  }
}
.processMod-2 .zsLiuchng .mask .list li {
  position: relative;
  margin-bottom: 40px;
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .processMod-2 .zsLiuchng .mask .list li {
    width: 33.333%;
  }
  .processMod-2 .zsLiuchng .mask .list li:nth-child(3n)::after {
    display: none;
  }
}
.processMod-2 .zsLiuchng .mask .list li:nth-child(5n)::after {
  display: none;
}
@media (max-width:1024px) {
  .processMod-2 .zsLiuchng .mask .list li:nth-child(5n)::after {
    display: block;
  }
}
.processMod-2 .zsLiuchng .mask .list li::after {
  content: '';
  position: absolute;
  z-index: 0;
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../../html/rgmod/processMod/processMod-2/liucheng-r.png);
  background-position: center;
  left: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.processMod-2 .zsLiuchng .mask .list li .num {
  margin-bottom: 20px;
  font-size: 24px;
  background-color: #207f4c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.processMod-2 .zsLiuchng .mask .list li .title {
  color: #fff;
}
@media (max-width:1024px) {
  .processMod-2 .zsLiuchng .mask .list li .title {
    padding: 0 1vw;
    font-size: 3.2vw;
  }
}
.processMod-3 .gongyi .box {
  width: 100%;
  padding: 80px 0;
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  background-image: url(../img/inxAboutBg.jpg);
}
@media (max-width:1300px) {
  .processMod-3 .gongyi .box {
    padding: 40px 0;
  }
}
.processMod-3 .gongyi .box .mod-inxTitle {
  color: #207f4c;
}
.processMod-3 .gongyi .box .cenBox {
  width: 1500px;
  margin: 0 auto;
}
@media (max-width:1300px) {
  .processMod-3 .gongyi .box .cenBox {
    width: 90%;
  }
}
@media (max-width:1600px) {
  .processMod-3 .gongyi .box .cenBox {
    width: 90%;
  }
}
.processMod-3 .gongyi .box .cenBox #gongyi li .liBox {
  margin: 0 auto;
  padding: 20px;
  background-color: rgba(242, 229, 213, 0.3);
  width: 90%;
  height: 500px;
  width: 80%;
  transition-duration: 0.5s;
  transition-property: all;
}
@media (max-width:1600px) {
  .processMod-3 .gongyi .box .cenBox #gongyi li .liBox {
    height: 400px;
  }
}
@media (max-width:1600px) and (max-width:1300px) {
  .processMod-3 .gongyi .box .cenBox #gongyi li .liBox {
    height: 350px;
  }
}
@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
  .processMod-3 .gongyi .box .cenBox #gongyi li .liBox {
    padding: 4vw;
    width: 100%;
    height: 80vw;
  }
}
.processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang {
  border: 2px solid #207f4c;
  width: 100%;
  height: 100%;
  position: relative;
}
.processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .cout {
  width: 100%;
  height: 100%;
}
.processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .cout .img {
  width: 100%;
  height: 60%;
}
@media (max-width:1600px) {
  .processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .cout .img {
    height: 50%;
  }
}
.processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .cout .txt {
  position: relative;
  width: 100%;
  height: 40%;
}
@media (max-width:1600px) {
  .processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .cout .txt {
    height: 50%;
  }
}
.processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .cout .txt .num {
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/lingxing.png);
  background-position: center;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  color: #614a41;
  font-size: 24px;
  font-family: 'siyuansongti';
}
@media (max-width:1024px) {
  .processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .cout .txt .num {
    width: 16vw;
    height: 16vw;
    font-size: 5vw;
  }
}
.processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .cout .txt .txtCout {
  padding: 60px 40px 0;
}
@media (max-width:1300px) {
  .processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .cout .txt .txtCout {
    padding: 50px 40px 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .cout .txt .txtCout {
    padding: 10vw 8vw 0;
  }
}
.processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .cout .txt .txtCout * {
  font-size: 16px;
  color: #f2e5d5;
  transition-duration: 0.5s;
  transition-property: all;
}
@media (max-width:1300px) {
  .processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .cout .txt .txtCout * {
    font-size: 14px;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .cout .txt .txtCout * {
    font-size: 3.5vw;
  }
}
.processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .jiaoImg i {
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/condition-jiao.png);
  background-position: center;
  display: block;
  position: absolute;
}
.processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .jiaoImg i:nth-child(1) {
  top: 0;
  left: 0;
}
.processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .jiaoImg i:nth-child(2) {
  top: 0;
  right: 0;
  transform: rotate(90deg);
}
.processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .jiaoImg i:nth-child(3) {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}
.processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .jiaoImg i:nth-child(4) {
  bottom: 0;
  left: 0;
  transform: rotate(270deg);
}
.processMod-3 .gongyi .box .cenBox #gongyi li .liBox.on {
  background-color: #f2e5d5;
}
.processMod-3 .gongyi .box .cenBox #gongyi li .liBox.on .kuang .cout .txt .txtCout * {
  color: #444;
}
@media (max-width:1600px) {
  .processMod-3 .gongyi .box .cenBox #gongyi li .liBox {
    width: 90%;
  }
}
.processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .cout {
  position: relative;
}
.processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .cout .title {
  position: absolute;
  top: 40%;
  z-index: 1;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 24px;
  text-shadow: 0 0 4px #000;
}
@media (max-width:1600px) {
  .processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .cout .title {
    top: 26%;
  }
}
.processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .cout .txt .txtCout {
  padding: 50px 30px 0;
}
.processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .cout .txt .txtCout * {
  font-size: 14px;
  color: #f2e5d5;
  transition-duration: 0.5s;
  transition-property: all;
}
@media (max-width:1600px) {
  .processMod-3 .gongyi .box .cenBox #gongyi li .liBox .kuang .cout .txt .txtCout * {
    font-size: 12px;
  }
}
.processMod-3 .gongyi .box .cenBox .gyControl {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.processMod-3 .gongyi .box .cenBox .gyControl > div {
  margin: 0 10px;
  border: 2px solid #207f4c;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  cursor: pointer;
  transition-duration: 0.5s;
  transition-property: all;
}
.processMod-3 .gongyi .box .cenBox .gyControl > div i {
  color: #207f4c;
  font-size: 20px;
  transition-duration: 0.5s;
  transition-property: all;
}
@media (max-width:1024px) {
  .processMod-3 .gongyi .box .cenBox .gyControl > div i {
    font-size: 3vw;
  }
}
.processMod-3 .gongyi .box .cenBox .gyControl > div:hover {
  background-color: #207f4c;
}
.processMod-3 .gongyi .box .cenBox .gyControl > div:hover i {
  color: #444;
}
.inxProduct-1 {
  background-size: cover;
  background-position: center;
  background-color: #f3f3f3;
  padding: 60px 0;
  position: relative;
}
@media (max-width:1300px) {
  .inxProduct-1 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .inxProduct-1 {
    padding: 15vw 0;
  }
}
.inxProduct-1 .coutBox {
  position: relative;
  z-index: 1;
}
.inxProduct-1 .coutBox .tabs {
  margin-bottom: 50px;
}
@media (max-width:1024px) {
  .inxProduct-1 .coutBox .tabs {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 10vw;
  }
}
@media (max-width:1024px) and (max-width:1300px) {
  .inxProduct-1 .coutBox .tabs {
    width: 90%;
  }
}
.inxProduct-1 .coutBox .tabs ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .inxProduct-1 .coutBox .tabs ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.inxProduct-1 .coutBox .tabs ul li {
  position: relative;
  cursor: pointer;
  font-size: 20px;
  margin: 0 30px;
  color: #444;
}
@media (max-width:1300px) {
  .inxProduct-1 .coutBox .tabs ul li {
    font-size: 18px;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .inxProduct-1 .coutBox .tabs ul li {
    border-bottom: 1px dashed #e1e1e1;
    text-align: center;
    width: 50%;
    font-size: 4vw;
    margin: 0;
    padding: 2vw 0;
  }
}
.inxProduct-1 .coutBox .tabs ul li:after {
  content: '';
  position: absolute;
  z-index: 0;
  display: block;
  width: 0;
  height: 2px;
  background-color: #207f4c;
  border-radius: 1px;
  top: 120%;
  left: 50%;
  transition-duration: 0.5s;
  transition-property: all;
  transform: translateX(-50%);
}
@media (max-width:1024px) {
  .inxProduct-1 .coutBox .tabs ul li:after {
    top: calc(100% - 1px);
  }
}
.inxProduct-1 .coutBox .tabs ul li.on:after {
  width: 60px;
}
.inxProduct-1 .coutBox .content {
  position: relative;
}
.inxProduct-1 .coutBox .content .boxKuang {
  width: 100%;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  transition-duration: 0.5s;
  transition-property: all;
}
.inxProduct-1 .coutBox .content .boxKuang .botBox {
  width: 100%;
}
.inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox {
  position: relative;
  z-index: 1;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1300px) {
  .inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox {
    width: 90%;
  }
}
@media (max-width:1024px) {
  .inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox .left {
  position: relative;
  width: 500px;
  height: 500px;
}
@media (max-width:1600px) {
  .inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox .left {
    width: 400px;
    height: 400px;
  }
}
@media (max-width:1024px) {
  .inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox .left {
    aspect-ratio: 1/1;
    height: unset;
    width: 100%;
    margin-bottom: 10vw;
  }
}
.inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox .left .proImg {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox .right {
  width: calc(100% - 550px);
  padding-left: 20px;
}
@media (max-width:1600px) {
  .inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox .right {
    width: calc(100% - 400px);
  }
}
@media (max-width:1024px) {
  .inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox .right {
    padding-left: 0;
    width: 100%;
  }
}
.inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox .right .sBox {
  padding: 30px;
  width: 100%;
  height: 100%;
}
@media (max-width:1300px) {
  .inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox .right .sBox {
    padding: 0;
    padding-left: 30px;
  }
}
@media (max-width:1024px) {
  .inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox .right .sBox {
    padding-left: 0;
    height: 100%;
    width: 100%;
  }
}
.inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox .right .sBox .proTilte {
  font-size: 30px;
  color: #207f4c;
}
.inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox .right .sBox .guige {
  margin: 22px 0;
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: unset;
  flex-wrap: wrap;
}
@media (max-width:1300px) {
  .inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox .right .sBox .guige {
    margin: 10px 0;
  }
}
.inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox .right .sBox .guige li {
  padding: 0 10px;
  width: 50%;
  margin-bottom: 2px;
}
.inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox .right .sBox .guige li div {
  color: #444;
  font-size: 14px;
}
@media (max-width:1600px) {
  .inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox .right .sBox .guige li div {
    font-size: 12px;
  }
}
@media (max-width:1024px) {
  .inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox .right .sBox .guige li {
    width: 100%;
  }
}
.inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox .right .sBox .more {
  bottom: 40px;
  width: 160px;
  height: 50px;
  background-color: #207f4c;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  color: #fff;
}
@media (max-width:1300px) {
  .inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .proCoutBox .right .sBox .more {
    width: 120px;
    height: 40px;
    font-size: 14px;
  }
}
.inxProduct-1 .coutBox .content .boxKuang .botBox .swiper-slide .dise {
  position: absolute;
  width: 100%;
  height: 80%;
  top: 10%;
  background-color: rgba(0, 0, 0, 0.04);
}
.inxProduct-1 .coutBox .content .boxKuang.on {
  opacity: 1;
  pointer-events: auto;
}
.inxProduct-1 .coutBox .contro {
  z-index: 1;
  left: 5%;
  width: 90%;
  position: absolute;
  bottom: calc(50% - 20px);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
.inxProduct-1 .coutBox .contro div {
  border-radius: 50%;
  cursor: pointer;
  background-color: #ffffff;
  transition-duration: 0.5s;
  transition-property: all;
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.inxProduct-1 .coutBox .contro div i {
  color: #fff;
  transition-duration: 0.5s;
  transition-property: all;
}
@media (max-width:1300px) {
  .inxProduct-1 .coutBox .contro div {
    width: 40px;
    height: 40px;
  }
}
.inxProduct-1 .coutBox .contro div.bianjie {
  opacity: 0.3;
  pointer-events: none;
}
.inxProduct-1 .coutBox .contro div:hover {
  background-color: #fff;
}
.inxProduct-1 .coutBox .contro div:hover i {
  color: #333;
}
.inxProduct-2 {
  padding: 60px 0;
}
@media (max-width:1300px) {
  .inxProduct-2 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .inxProduct-2 {
    padding: 15vw 0;
  }
}
.inxProduct-2 .coutBox {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width:1300px) {
  .inxProduct-2 .coutBox {
    width: 90%;
  }
}
.inxProduct-2 .coutBox .proList {
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: unset;
  flex-wrap: wrap;
}
.inxProduct-2 .coutBox .proList li {
  margin-bottom: 40px;
}
.inxProduct-2 .coutBox .proList li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.inxProduct-2 .coutBox .proList li a .imgBox {
  overflow: hidden;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1300px) {
  .inxProduct-2 .coutBox .proList li a .imgBox {
    height: 240px;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .inxProduct-2 .coutBox .proList li a .imgBox {
    height: 60vw;
  }
}
.inxProduct-2 .coutBox .proList li a .imgBox img {
  transition-duration: 0.5s;
  transition-property: all;
  width: 100%;
  height: 100%;
}
.inxProduct-2 .coutBox .proList li a span {
  margin-top: 20px;
  font-size: 24px;
  transition-duration: 0.5s;
  transition-property: all;
}
.inxProduct-2 .coutBox .proList li a:hover span {
  color: #207f4c;
}
.inxProduct-2 .coutBox .proList li a:hover .imgBox img {
  transform: scale(1.02);
}
.productMod-3 {
  padding: 60px 0;
}
@media (max-width:1300px) {
  .productMod-3 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .productMod-3 {
    padding: 15vw 0;
  }
}
.productMod-3 .boxKK {
  overflow: hidden;
  width: 100%;
  position: relative;
  background-color: #f3f3f3;
  height: 42vw;
}
.productMod-3 .boxKK .box {
  position: absolute;
  height: 100%;
  background-color: #207f4c;
  left: -15%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 20% 100%);
  width: 130%;
}
.productMod-3 .boxKK .box .wenli {
  position: unset;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.productMod-3 .boxKK .box .wenli .inxTitle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  margin-bottom: 40px;
  pointer-events: auto;
  mix-blend-mode: unset;
}
.productMod-3 .boxKK .box .wenli .coutBox {
  width: 70vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.productMod-3 .boxKK .box .wenli .coutBox .left {
  width: 20%;
}
.productMod-3 .boxKK .box .wenli .coutBox .left .proNav {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
.productMod-3 .boxKK .box .wenli .coutBox .left .proNav li {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.productMod-3 .boxKK .box .wenli .coutBox .left .proNav li i {
  width: 0;
  border-bottom: 1px solid #fff;
  transition-duration: 0.5s;
  transition-property: all;
}
.productMod-3 .boxKK .box .wenli .coutBox .left .proNav li .title {
  cursor: pointer;
  color: #fff;
  font-family: 'xianxian';
  font-size: 16px;
  opacity: 0.8;
  transition-duration: 0.5s;
  transition-property: all;
}
.productMod-3 .boxKK .box .wenli .coutBox .left .proNav li.on i {
  width: 30px;
}
.productMod-3 .boxKK .box .wenli .coutBox .left .proNav li.on .title {
  transform: translateX(34px) scale(1.6);
  opacity: 1;
  pointer-events: none;
}
.productMod-3 .boxKK .box .wenli .coutBox #inxPro {
  width: 80%;
}
.productMod-3 .boxKK .box .wenli .coutBox #inxPro .swiper-slide {
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: all;
}
.productMod-3 .boxKK .box .wenli .coutBox #inxPro .swiper-slide .rCout {
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  position: relative;
}
.productMod-3 .boxKK .box .wenli .coutBox #inxPro .swiper-slide .rCout .proImg {
  width: 62%;
  height: 40vw;
}
.productMod-3 .boxKK .box .wenli .coutBox #inxPro .swiper-slide .rCout .cout {
  width: 38%;
  padding: 0;
}
.productMod-3 .boxKK .box .wenli .coutBox #inxPro .swiper-slide .rCout .cout * {
  color: #fff;
}
.productMod-3 .boxKK .box .wenli .coutBox #inxPro .swiper-slide .rCout .cout .proName {
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 2vw;
}
.productMod-3 .boxKK .box .wenli .coutBox #inxPro .swiper-slide .rCout .cout .jianjie {
  font-size: 12px;
  line-height: 2em;
  opacity: 0.7;
}
.productMod-3 .boxKK .box .wenli .coutBox #inxPro .swiper-slide .rCout .cout .inxMore {
  margin-top: 3vw;
  width: fit-content;
}
.productMod-3 .boxKK .box .wenli .coutBox #inxPro .swiper-slide .rCout .cout .inxMore > div {
  font-size: 20px;
  transition: all 0.8s;
}
.productMod-3 .boxKK .box .wenli .coutBox #inxPro .swiper-slide .rCout .cout .inxMore i {
  width: 160%;
  right: 0;
  bottom: -10px;
  height: 2px;
  display: block;
  position: relative;
  overflow: hidden;
}
.productMod-3 .boxKK .box .wenli .coutBox #inxPro .swiper-slide .rCout .cout .inxMore i::after {
  background-color: #fff;
  transform: translateX(100%);
  transition-duration: 0.8s;
  transition-property: all;
  content: '';
  position: absolute;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}
.productMod-3 .boxKK .box .wenli .coutBox #inxPro .swiper-slide .rCout .cout .inxMore i::before {
  background-color: #fff;
  transition-duration: 0.8s;
  transition-property: all;
  content: '';
  position: absolute;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.productMod-3 .boxKK .box .wenli .coutBox #inxPro .swiper-slide .rCout .cout .inxMore:hover i::after {
  transform: translateX(0%);
  transition-delay: 0.8s;
}
.productMod-3 .boxKK .box .wenli .coutBox #inxPro .swiper-slide .rCout .cout .inxMore:hover i::before {
  transform: translateX(-100%);
}
.productMod-3 .boxKK .box .wenli .coutBox #inxPro .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.productMod-4 {
  padding: 60px 0;
}
@media (max-width:1300px) {
  .productMod-4 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .productMod-4 {
    padding: 15vw 0;
  }
}
.productMod-4 .cout .tabsBox {
  margin-bottom: 40px;
}
.productMod-4 .cout .tabsBox .tabs {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.productMod-4 .cout .tabsBox .tabs li {
  cursor: pointer;
  opacity: 0.5;
  width: unset;
  margin: 0 20px;
}
.productMod-4 .cout .tabsBox .tabs li .name {
  width: fit-content;
}
@media (max-width:1024px) {
  .productMod-4 .cout .tabsBox .tabs li {
    margin: 0 2vw;
  }
}
.productMod-4 .cout .tabsBox .tabs li.on {
  opacity: 1;
}
.productMod-4 .cout .bottomCout {
  height: 500px;
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1300px) {
  .productMod-4 .cout .bottomCout {
    width: 90%;
  }
}
@media (max-width:1024px) {
  .productMod-4 .cout .bottomCout {
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: center;
    flex-wrap: unset;
  }
}
.productMod-4 .cout .bottomCout .left {
  width: 128px;
  position: relative;
  height: 100%;
}
@media (max-width:1300px) {
  .productMod-4 .cout .bottomCout .left {
    width: 100px;
    height: 400px;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .productMod-4 .cout .bottomCout .left {
    width: 100%;
    height: 22vw;
    margin-top: 10vw;
  }
}
.productMod-4 .cout .bottomCout .left .boxR {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateY(20px);
  transition-duration: 0.5s;
  transition-property: all;
  opacity: 0;
  pointer-events: none;
}
.productMod-4 .cout .bottomCout .left .boxR .swiper {
  width: 100%;
  height: 100%;
}
.productMod-4 .cout .bottomCout .left .boxR .swiper li {
  width: 100%;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.productMod-4 .cout .bottomCout .left .boxR .swiper li .box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  transition-duration: 0.5s;
  transition-property: all;
  position: relative;
  cursor: pointer;
}
@media (max-width:1024px) {
  .productMod-4 .cout .bottomCout .left .boxR .swiper li .box {
    width: unset;
    height: 100%;
  }
}
.productMod-4 .cout .bottomCout .left .boxR .swiper li .box .imgBox {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.productMod-4 .cout .bottomCout .left .boxR .swiper li .box .imgBox img {
  width: 100%;
}
.productMod-4 .cout .bottomCout .left .boxR .swiper li .box .name {
  margin-top: 10px;
  font-size: 16px;
}
.productMod-4 .cout .bottomCout .left .boxR .swiper li .box::before {
  content: '';
  position: absolute;
  z-index: 0;
  display: block;
  width: 2px;
  height: 0;
  left: -18px;
  bottom: 0;
  background-color: #207f4c;
  transition-duration: 0.5s;
  transition-property: all;
}
.productMod-4 .cout .bottomCout .left .boxR .swiper li .box.onon {
  transform: translateX(20px);
}
.productMod-4 .cout .bottomCout .left .boxR .swiper li .box.onon::before {
  height: 100%;
  transition-delay: 0.5s;
}
.productMod-4 .cout .bottomCout .left .boxR.on {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.productMod-4 .cout .bottomCout .right {
  padding-left: 8%;
  height: 100%;
  width: calc(100% - 128px);
}
@media (max-width:1300px) {
  .productMod-4 .cout .bottomCout .right {
    width: calc(100% - 100px);
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .productMod-4 .cout .bottomCout .right {
    width: 100%;
  }
}
.productMod-4 .cout .bottomCout .right .content {
  position: relative;
  width: 100%;
  height: 100%;
}
.productMod-4 .cout .bottomCout .right .content .conItem {
  transform: translateY(20px);
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.5s;
  transition-property: all;
  position: absolute;
  top: 0;
  left: 0;
}
.productMod-4 .cout .bottomCout .right .content .conItem .box {
  width: 100%;
  height: 100%;
}
.productMod-4 .cout .bottomCout .right .content .conItem .box .swiper {
  width: 100%;
  height: 100%;
}
.productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  opacity: 0!important;
  transition-duration: 0.5s;
  transition-property: all;
}
@media (max-width:1024px) {
  .productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    flex-direction: column-reverse;
    padding: 0;
  }
}
.productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li .txtCout {
  width: 60%;
  padding-right: 8%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li .txtCout {
    width: 90%;
    margin-top: 6vw;
    padding: 0;
  }
}
.productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li .txtCout .title {
  font-weight: bold;
  color: #333;
  font-size: 50px;
}
@media (max-width:1300px) {
  .productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li .txtCout .title {
    font-size: 30px;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li .txtCout .title {
    font-size: 6vw;
  }
}
.productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li .txtCout .guige {
  margin: 20px 0;
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: unset;
  flex-wrap: wrap;
}
@media (max-width:1300px) {
  .productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li .txtCout .guige {
    margin: 20px 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li .txtCout .guige {
    margin: 4vw 0;
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: wrap;
  }
}
.productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li .txtCout .guige span {
  font-size: 16px;
  color: #444;
  margin: 5px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  width: 50%;
}
@media (max-width:1300px) {
  .productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li .txtCout .guige span {
    font-size: 14px;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li .txtCout .guige span {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: unset;
    flex-wrap: unset;
  }
}
.productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li .txtCout .guige span i {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 10px;
  background-color: #207f4c;
}
.productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li .txtCout .miaoshu {
  color: #444;
  line-height: 2em;
  text-indent: 2em;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
  padding: 20px 0;
  border-top: 1px dotted #999;
}
@media (max-width:1300px) {
  .productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li .txtCout .miaoshu {
    font-size: 14px;
  }
}
.productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li .imgBox {
  max-height: 100%;
  width: 40%;
}
@media (max-width:1024px) {
  .productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li .imgBox {
    height: 50vw;
    width: unset;
  }
}
.productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li .imgBox img {
  width: 100%;
}
@media (max-width:1024px) {
  .productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li .imgBox img {
    height: 100%;
  }
}
.productMod-4 .cout .bottomCout .right .content .conItem .box .swiper li.swiper-slide-active {
  opacity: 1!important;
}
.productMod-4 .cout .bottomCout .right .content .conItem.on {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.productMod-5 {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  background-image: unset;
  padding: 60px 0;
}
@media (max-width:1300px) {
  .productMod-5 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .productMod-5 {
    padding: 15vw 0;
  }
}
.productMod-5 .cenBox {
  height: 600px;
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1300px) {
  .productMod-5 .cenBox {
    width: 90%;
  }
}
@media (max-width:1300px) {
  .productMod-5 .cenBox {
    height: 40vw;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .productMod-5 .cenBox {
    height: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    flex-direction: column-reverse;
  }
}
.productMod-5 .cenBox .left {
  height: 80%;
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1300px) {
  .productMod-5 .cenBox .left {
    height: 80%;
    width: 50%;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .productMod-5 .cenBox .left {
    height: 100vw;
    width: 100%;
  }
}
.productMod-5 .cenBox .left .tabs {
  height: 66%;
  width: 100%;
  position: relative;
}
@media (max-width:1024px) {
  .productMod-5 .cenBox .left .tabs {
    width: 100%;
  }
}
.productMod-5 .cenBox .left .tabs .tabsBox {
  position: absolute;
  top: 0;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: all;
  width: 100%;
  height: 100%;
}
.productMod-5 .cenBox .left .tabs .tabsBox.on {
  opacity: 1;
}
.productMod-5 .cenBox .left .tabs .tabsBox .swiper {
  height: 100%;
}
.productMod-5 .cenBox .left .tabs .tabsBox .swiper li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
.productMod-5 .cenBox .left .tabs .tabsBox .swiper li .tbox {
  padding-bottom: 40px;
  cursor: pointer;
  transition-duration: 0.5s;
  transition-property: all;
  width: 120px;
  height: 100%;
  position: relative;
}
@media (max-width:1300px) {
  .productMod-5 .cenBox .left .tabs .tabsBox .swiper li .tbox {
    width: 100px;
  }
}
.productMod-5 .cenBox .left .tabs .tabsBox .swiper li .tbox .xianK {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0%;
  transition-duration: 1s;
  transition-property: all;
  opacity: 0;
  padding: 2px;
  top: 20px;
  border: 1px solid #999;
}
.productMod-5 .cenBox .left .tabs .tabsBox .swiper li .tbox .xianK div {
  border: 1px solid #999;
  width: 100%;
  height: 100%;
  transition-duration: 0.5s;
  transition-property: all;
}
.productMod-5 .cenBox .left .tabs .tabsBox .swiper li .tbox .coutInfo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.productMod-5 .cenBox .left .tabs .tabsBox .swiper li .tbox .coutInfo .num {
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition-duration: 0.5s;
  transition-property: all;
  background-color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  color: #fff;
  font-size: 14px;
  font-family: 'siyuansongti';
}
.productMod-5 .cenBox .left .tabs .tabsBox .swiper li .tbox .coutInfo .btname {
  position: relative;
  z-index: 1;
  transition-duration: 0.5s;
  transition-property: all;
}
.productMod-5 .cenBox .left .tabs .tabsBox .swiper li .tbox .coutInfo .btname .sub {
  writing-mode: vertical-rl;
}
.productMod-5 .cenBox .left .tabs .tabsBox .swiper li .tbox .coutInfo .btname .title {
  font-size: 30px;
  transform: scale(0.7);
  transition-duration: 0.5s;
  transition-property: all;
  transform-origin: 50% 0;
  font-family: 'siyuansongti';
  writing-mode: vertical-rl;
}
@media (max-width:1300px) {
  .productMod-5 .cenBox .left .tabs .tabsBox .swiper li .tbox .coutInfo .btname .title {
    font-size: 22px;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .productMod-5 .cenBox .left .tabs .tabsBox .swiper li .tbox .coutInfo .btname .title {
    font-size: 5vw;
  }
}
.productMod-5 .cenBox .left .tabs .tabsBox .swiper li .tbox .coutInfo .proImg {
  height: 110px;
  object-fit: contain;
  transform: translateY(0px);
  position: absolute;
  bottom: 0%;
  right: -10%;
  width: 100%;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: all;
}
@media (max-width:1300px) {
  .productMod-5 .cenBox .left .tabs .tabsBox .swiper li .tbox .coutInfo .proImg {
    height: 80px;
  }
}
.productMod-5 .cenBox .left .tabs .tabsBox .swiper li .tbox:hover .coutInfo .num {
  background-color: #207f4c;
}
.productMod-5 .cenBox .left .tabs .tabsBox .swiper li .tbox:hover .coutInfo .btname {
  transform: translateY(10px);
}
.productMod-5 .cenBox .left .tabs .tabsBox .swiper li.show .tbox {
  transform: translateY(20px);
}
.productMod-5 .cenBox .left .tabs .tabsBox .swiper li.show .tbox .xianK {
  height: 80%;
  opacity: 1;
  transform: rotateY(180deg);
  border-color: #207f4c;
}
.productMod-5 .cenBox .left .tabs .tabsBox .swiper li.show .tbox .xianK div {
  border-color: #207f4c;
}
.productMod-5 .cenBox .left .tabs .tabsBox .swiper li.show .tbox .coutInfo .num {
  background-color: #207f4c;
}
.productMod-5 .cenBox .left .tabs .tabsBox .swiper li.show .tbox .coutInfo .btname .title {
  transform: scale(1);
}
.productMod-5 .cenBox .left .tabs .tabsBox .swiper li.show .tbox .coutInfo .proImg {
  transform: translateY(20px);
  opacity: 1;
}
.productMod-5 .cenBox .left .sortTabs {
  width: 100%;
}
.productMod-5 .cenBox .left .sortTabs .ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.productMod-5 .cenBox .left .sortTabs .ul li {
  flex: 1;
}
.productMod-5 .cenBox .left .sortTabs .ul li .clickBox {
  position: relative;
  cursor: pointer;
}
.productMod-5 .cenBox .left .sortTabs .ul li .clickBox .sortName {
  font-size: 18px;
  transition-duration: 0.5s;
  transition-property: all;
}
@media (max-width:1300px) {
  .productMod-5 .cenBox .left .sortTabs .ul li .clickBox .sortName {
    font-size: 14px;
  }
}
.productMod-5 .cenBox .left .sortTabs .ul li .clickBox .subName {
  font-size: 12px;
  transition-duration: 0.5s;
  transition-property: all;
  text-transform: uppercase;
}
@media (max-width:1024px) {
  .productMod-5 .cenBox .left .sortTabs .ul li .clickBox .subName {
    font-size: 3vw;
  }
}
.productMod-5 .cenBox .left .sortTabs .ul li .clickBox::before {
  content: '';
  position: absolute;
  z-index: 0;
  display: block;
  width: 4px;
  height: 0;
  right: calc(100% + 8px);
  top: 0;
  background-color: #207f4c;
  transition-duration: 0.5s;
  transition-property: all;
  border-radius: 2px;
  opacity: 0;
}
.productMod-5 .cenBox .left .sortTabs .ul li.on .clickBox .sortName {
  color: #207f4c;
}
.productMod-5 .cenBox .left .sortTabs .ul li.on .clickBox .subName {
  color: #207f4c;
}
.productMod-5 .cenBox .left .sortTabs .ul li.on .clickBox::before {
  opacity: 1;
  height: 100%;
}
.productMod-5 .cenBox .right {
  width: 60%;
  position: relative;
  height: 100%;
}
@media (max-width:1300px) {
  .productMod-5 .cenBox .right {
    width: 50%;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .productMod-5 .cenBox .right {
    width: 100%;
    height: 66vw;
  }
}
.productMod-5 .cenBox .right .contBox {
  top: 0;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: all;
  position: absolute;
  width: 100%;
  height: 100%;
}
.productMod-5 .cenBox .right .contBox.on {
  opacity: 1;
}
.productMod-5 .cenBox .right .contBox .swiper {
  height: 100%;
}
.productMod-5 .cenBox .right .contBox .swiper li {
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: all;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.productMod-5 .cenBox .right .contBox .swiper li .rProImg {
  height: 90%;
  position: relative;
  z-index: 1;
  object-fit: contain;
}
.productMod-5 .cenBox .right .contBox .swiper li .more {
  position: absolute;
  left: calc(50% - 70px);
  bottom: 0;
  width: 140px;
  height: 140px;
  opacity: 0;
  z-index: 1;
  transform: scale(0.4);
  transition-duration: 0.5s;
  transition-property: all;
}
@media (max-width:1300px) {
  .productMod-5 .cenBox .right .contBox .swiper li .more {
    width: 90px;
    height: 90px;
  }
}
.productMod-5 .cenBox .right .contBox .swiper li .more .boxMore {
  position: relative;
  width: 100%;
  height: 100%;
}
.productMod-5 .cenBox .right .contBox .swiper li .more .boxMore img {
  object-fit: contain;
  top: 0;
  width: 100%;
  height: 100%;
  animation: xuanzhuan 20s linear 0s infinite normal;
}
.productMod-5 .cenBox .right .contBox .swiper li .more .boxMore span {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  color: #fff;
  font-size: 20px;
  font-family: 'xianxian';
  top: 0;
}
@media (max-width:1300px) {
  .productMod-5 .cenBox .right .contBox .swiper li .more .boxMore span {
    font-size: 14px;
  }
}
.productMod-5 .cenBox .right .contBox .swiper li.swiper-slide-active {
  opacity: 1;
}
.productMod-5 .cenBox .right .contBox .swiper li:hover .more {
  opacity: 1;
  transform: scale(1);
}
.productMod-6 {
  overflow: hidden;
  background-color: #207f4c;
  padding: 60px 0;
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  background-image: url(../img/shuibo.png);
}
@media (max-width:1300px) {
  .productMod-6 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .productMod-6 {
    padding: 15vw 0;
  }
}
.productMod-6 * {
  color: #fff;
}
.productMod-6 .catalogArea {
  opacity: 1;
  width: 1200px;
  margin: 0 auto;
}
@media (max-width:1300px) {
  .productMod-6 .catalogArea {
    width: 90%;
  }
}
.productMod-6 .catalogArea .singledrink {
  padding: 0;
  width: 350px;
  height: 440px;
}
@media (max-width:1600px) {
  .productMod-6 .catalogArea .singledrink {
    width: 300px;
  }
}
@media (max-width:1600px) and (max-width:1300px) {
  .productMod-6 .catalogArea .singledrink {
    width: 250px;
    height: 380px;
  }
}
@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
  .productMod-6 .catalogArea .singledrink {
    width: 100%;
  }
}
@media (max-width:1024px) {
  .productMod-6 .catalogArea .singledrink li .item .Img {
    height: 50vw;
  }
}
.productMod-6 .catalogArea .singledrink li .item .Img a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .productMod-6 .catalogArea .singledrink li .item .Img a {
    width: 100%;
    height: 100%;
  }
}
.productMod-6 .catalogArea .singledrink li .item .Img a img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.productMod-6 .catalogArea .singledrink li .item .Txt {
  padding-top: 60px;
}
@media (max-width:1024px) {
  .productMod-6 .catalogArea .singledrink li .item .Txt {
    padding-top: 4vw;
  }
}
.productMod-6 .catalogArea .drinktxt {
  top: 60px;
  padding: 0 60px;
  line-height: 1;
}
.productMod-6 .catalogArea .drinktxt li {
  width: fit-content;
  margin-right: 10px;
  font-size: 16px;
}
@media (max-width:1300px) {
  .productMod-6 .catalogArea .drinktxt li {
    font-size: 14px;
  }
}
.productMod-6 .catalogArea .drinktxt li i {
  font-size: 30px;
  margin-bottom: 10px;
}
.productMod-6 .catalogArea .drinktxt li::before {
  display: none;
}
.productMod-6 .catalogArea .drinktxt li.slick-current {
  color: #207f4c;
}
.productMod-6 .catalogArea .drinktxt li.slick-current i {
  color: #207f4c;
}
@media (max-width:1600px) {
  .productMod-6 .catalogArea .singledrink li .item .Txt {
    width: 260px;
  }
}
@media (max-width:1600px) and (max-width:1024px) {
  .productMod-6 .catalogArea .singledrink li .item .Txt {
    width: 100%;
  }
}
.productMod-6 .catalogArea .singledrink li .item .Txt h3 {
  font-size: 30px;
  letter-spacing: 0;
}
@media (max-width:1024px) {
  .productMod-6 .catalogArea .singledrink li .item .Txt h3 {
    font-size: 6vw;
  }
}
@media (max-width:1600px) {
  .productMod-6 .catalogArea .singledrink li .item .Txt article p {
    font-size: 14px;
  }
}
@media (max-width:1600px) and (max-width:1300px) {
  .productMod-6 .catalogArea .singledrink li .item .Txt article p {
    font-size: 12px;
  }
}
@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
  .productMod-6 .catalogArea .singledrink li .item .Txt article p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
.productMod-6 .catalogArea .drinkmenu {
  top: unset;
  bottom: -60px;
}
@media (max-width:1600px) {
  .productMod-6 .catalogArea .drinkmenu {
    bottom: 0;
  }
}
.productMod-6 .catalogArea .drinkmenu .slick-list {
  padding: 10px 0!important;
}
.productMod-6 .catalogArea .drinkmenu .slick-list li img {
  height: 188px;
  object-fit: contain;
}
@media (max-width:1300px) {
  .productMod-6 .catalogArea .drinkmenu .slick-list li img {
    width: 100px;
    height: 160px;
  }
}
.productMod-6 .catalogArea::before {
  background-color: rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  height: 480px;
  top: 0;
  transform: none;
  left: 0;
}
@media (max-width:1600px) {
  .productMod-6 .catalogArea::before {
    height: 400px;
  }
}
@media (max-width:1600px) and (max-width:1300px) {
  .productMod-6 .catalogArea::before {
    height: 360px;
  }
}
.productMod-6 .unifyButton {
  margin: 160px auto 0;
  width: 240px;
  height: 64px;
  border-radius: 32px;
  border: 1px solid #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  .productMod-6 .unifyButton {
    margin-top: 80px;
  }
}
.productMod-6 .unifyButton .box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.productMod-6 .unifyButton .box h1 {
  margin-left: 10px;
}
.productMod-7 {
  padding: 60px 0;
}
@media (max-width:1300px) {
  .productMod-7 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .productMod-7 {
    padding: 15vw 0;
  }
}
@media (max-width:1024px) {
  .productMod-7 {
    overflow: hidden;
  }
}
.productMod-7 .cenBox {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 1200px;
  margin: 0 auto;
}
@media (max-width:1300px) {
  .productMod-7 .cenBox {
    width: 90%;
  }
}
.productMod-7 .cenBox #newProduct {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width:1300px) {
  .productMod-7 .cenBox #newProduct {
    width: 90%;
  }
}
@media (max-width:1600px) {
  .productMod-7 .cenBox #newProduct {
    width: 900px;
  }
}
.productMod-7 .cenBox #newProduct li .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.productMod-7 .cenBox #newProduct li .box img {
  object-fit: contain;
  width: 80%;
  height: 340px;
  margin-bottom: 20px;
}
.productMod-7 .cenBox #newProduct li .box span {
  font-size: 18px;
}
@media (max-width:1024px) {
  .productMod-7 .cenBox .control {
    display: none;
  }
}
.productMod-7 .cenBox .control > div {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  transition-duration: 0.5s;
  transition-property: all;
  cursor: pointer;
  width: 100px;
  height: 100px;
}
@media (max-width:1300px) {
  .productMod-7 .cenBox .control > div {
    width: 60px;
    height: 60px;
  }
}
.productMod-7 .cenBox .control > div .conBox {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.productMod-7 .cenBox .control > div .conBox .kuang {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 1px dashed #999;
}
.productMod-7 .cenBox .control > div .conBox i {
  font-size: 30px;
}
.productMod-7 .cenBox .control > div.swiper-button-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.productMod-7 .cenBox .control > div.left {
  right: calc(100% + 60px);
}
@media (max-width:1600px) {
  .productMod-7 .cenBox .control > div.left {
    left: 0;
    right: unset;
  }
}
.productMod-7 .cenBox .control > div.right {
  left: calc(100% + 60px);
}
@media (max-width:1600px) {
  .productMod-7 .cenBox .control > div.right {
    right: 0;
    left: unset;
  }
}
.productMod-7 .cenBox .control > div:hover .conBox .kuang {
  animation: xuanzhuan 20s linear 0s infinite normal;
  border-color: #207f4c;
}
.productMod-7 .cenBox .control > div:hover .conBox i {
  color: #207f4c;
}
.productMod-7 .cenBox .pagination {
  margin-top: 60px;
  width: fit-content;
}
.productMod-7 .cenBox .pagination .swiper-pagination-bullet {
  background-color: #000;
  opacity: 0.2;
  height: 6px;
  border-radius: 3px;
  margin: 0 10px;
  width: 40px;
}
.productMod-7 .cenBox .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #207f4c;
}
.productMod-8 .inxXilie {
  overflow: hidden;
  position: relative;
  height: 100vh;
}
@media (max-width:1024px) {
  .productMod-8 .inxXilie {
    display: none;
  }
}
.productMod-8 .inxXilie .mask {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.productMod-8 .inxXilie .mask .xilie {
  width: max-content;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.productMod-8 .inxXilie .mask .xilie .li1 {
  position: relative;
  height: 100%;
  width: 380px;
}
.productMod-8 .inxXilie .mask .xilie .li1 .box {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: 0 54px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.productMod-8 .inxXilie .mask .xilie .li1 .box h1 {
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  margin-bottom: 40px;
}
.productMod-8 .inxXilie .mask .xilie .li1 .box .openBox {
  height: 0;
  width: 100%;
  transition-duration: 0.3s;
  transition-property: all;
}
.productMod-8 .inxXilie .mask .xilie .li1 .box .openBox .opacityOn {
  opacity: 0;
  transition-duration: 0.2s;
  transition-property: all;
}
.productMod-8 .inxXilie .mask .xilie .li1 .box .openBox .opacityOn .miaoshu {
  height: 162px;
  font-size: 14px;
  color: #fff;
  line-height: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width:1300px) {
  .productMod-8 .inxXilie .mask .xilie .li1 .box .openBox .opacityOn .miaoshu {
    font-size: 12px;
    height: unset;
  }
}
@media (max-width:1300px) {
  .productMod-8 .inxXilie .mask .xilie .li1 .box .openBox .opacityOn .pro3 {
    margin-top: 20px;
  }
}
.productMod-8 .inxXilie .mask .xilie .li1 .box .openBox .opacityOn .pro3 li {
  height: 46px;
  border-bottom: 1px dashed #fff;
}
.productMod-8 .inxXilie .mask .xilie .li1 .box .openBox .opacityOn .pro3 li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  color: #fff;
  transition-duration: 0.1s;
  transition-property: all;
}
.productMod-8 .inxXilie .mask .xilie .li1 .box .openBox .opacityOn .pro3 li a:hover {
  background-color: #207f4c;
}
.productMod-8 .inxXilie .mask .xilie .li1 .box .more {
  margin-top: 56px;
}
@media (max-width:1300px) {
  .productMod-8 .inxXilie .mask .xilie .li1 .box .more {
    margin-top: 20px;
  }
}
.productMod-8 .inxXilie .mask .xilie .li1 .box .more i {
  font-size: 30px;
  color: #fff;
}
.productMod-8 .inxXilie .mask .xilie .li1::after {
  content: '';
  position: absolute;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition-duration: 0.3s;
  transition-property: all;
  background-color: #207f4c;
  opacity: 0;
}
.productMod-8 .inxXilie .mask .xilie .li1.on::after {
  opacity: 0.8;
}
.productMod-8 .inxXilie .mask .xilie .li1.on .box .openBox {
  height: 320px;
}
@media (max-width:1300px) {
  .productMod-8 .inxXilie .mask .xilie .li1.on .box .openBox {
    height: 240px;
  }
}
.productMod-8 .inxXilie .mask .xilie .li1.on .box .openBox .opacityOn {
  opacity: 1;
  transition-delay: 0.2s;
  transition-duration: 0.5s;
  transition-property: all;
}
.productMod-8 .inxXilie .bgtu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.productMod-8 .inxXilie .bgtu .bgtuList {
  position: relative;
  width: 100%;
  height: 100%;
}
.productMod-8 .inxXilie .bgtu .bgtuList li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: all;
}
.productMod-8 .inxXilie .bgtu .bgtuList li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition-duration: 0.5s;
  transition-property: all;
  width: calc(100vw + 40px);
}
.productMod-8 .inxXilie .bgtu .bgtuList li.on {
  opacity: 1;
}
.productMod-8 .inxXilie .bgtu .bgtuList li.on img {
  transform: translateX(-40px);
  transition-duration: 5s;
  transition-property: all;
}
.productMod-8 .inxXilie .showIco {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.productMod-8 .inxXilie .showIco .xian {
  position: relative;
  margin-bottom: 20px;
  height: 40px;
  width: 1px;
  background-color: #fff;
}
.productMod-8 .inxXilie .showIco .xian div {
  border-radius: 50%;
  width: 7px;
  height: 7px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -3px;
  animation: diandian 0.75s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate;
}
@keyframes diandian {
  0% {
    top: 0;
  }
  100% {
    top: 33px;
  }
}
.productMod-8 .inxXilie .showIco i {
  animation: bounce 0.75s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate;
  font-size: 30px;
  color: #fff;
}
@media (min-width:1024px) {
  .productMod-8 .inxXilie-m {
    display: none;
  }
}
.productMod-8 .inxXilie-m .ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.productMod-8 .inxXilie-m .ul li {
  width: 50vw;
  height: 50vw;
}
.productMod-8 .inxXilie-m .ul li a {
  position: relative;
  width: 100%;
  height: 100%;
}
.productMod-8 .inxXilie-m .ul li a .box {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  background-color: rgba(0, 0, 0, 0.5);
}
.productMod-8 .inxXilie-m .ul li a .box h1 {
  color: #fff;
  font-size: 5vw;
  margin-bottom: 4vw;
}
.productMod-8 .inxXilie-m .ul li a .box i {
  color: #fff;
  font-size: 6vw;
}
.productMod-8 .inxXilie-m .ul li a .bg {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.productMod-9 {
  padding: 60px 0;
background-image: url(../img/chanpbg.jpg);
background-size: cover;}

@media (max-width:1300px) {
  .productMod-9 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .productMod-9 {
    padding: 15vw 0;
  }
}
.productMod-9 .container {
  position: relative;
  padding: 0 60px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width:1300px) {
  .productMod-9 .container {
    width: 90%;
  }
}
@media (max-width:1024px) {
  .productMod-9 .container {
    padding: 0 4vw;
  }
}
.productMod-9 .container #inxProduct li {
  padding: 10px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.productMod-9 .container #inxProduct li .box {
  overflow: hidden;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.08);
  width: 90%;
}
.productMod-9 .container #inxProduct li .box .imgBox {
  height: 16vw;
  width: 100%;
}
@media (max-width:1024px) {
  .productMod-9 .container #inxProduct li .box .imgBox {
    height: 36vw;
  }
}
.productMod-9 .container #inxProduct li .box .imgBox img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.productMod-9 .container #inxProduct li .box .textCout {
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .productMod-9 .container #inxProduct li .box .textCout {
    align-items: center;
  }
}
.productMod-9 .container #inxProduct li .box .textCout .title {
  font-size: 26px;
}
@media (max-width:1300px) {
  .productMod-9 .container #inxProduct li .box .textCout .title {
    font-size: 22px;
  }
}
.productMod-9 .container #inxProduct li .box .textCout .miaoshu {
  line-height: 2em;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #999;
  font-size: 14px;
}
.productMod-9 .container #inxProduct li .box .textCout a .unifyButton-2 {
  margin-top: 40px;
  border-radius: 20px;
}
.productMod-9 .container .lrBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.productMod-9 .container .lrBox > div {
  cursor: pointer;
  position: absolute;
  top: calc(50% - 20px);
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  border-radius: 50%;
  transition-duration: 0.5s;
  transition-property: all;
}
@media (max-width:1024px) {
  .productMod-9 .container .lrBox > div {
    z-index: 1;
    width: 10vw;
    height: 10vw;
    background-color: #207f4c;
  }
}
.productMod-9 .container .lrBox > div i {
  transition-duration: 0.5s;
  transition-property: all;
  font-size: 18px;
}
@media (max-width:1024px) {
  .productMod-9 .container .lrBox > div i {
    color: #fff;
  }
}
.productMod-9 .container .lrBox > div.prev {
  left: 0;
}
.productMod-9 .container .lrBox > div.next {
  right: 0;
}
.productMod-9 .container .lrBox > div:hover {
  background-color: #ffffff;
}
.productMod-9 .container .lrBox > div:hover i {
  color: #333;
}
.imgMod-1 {
  padding: 60px 0;
}
@media (max-width:1300px) {
  .imgMod-1 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .imgMod-1 {
    padding: 15vw 0;
  }
}
.imgMod-1 #imgMod-1 {
  height: 28vw;
}
@media (max-width:1024px) {
  .imgMod-1 #imgMod-1 {
    height: 44vw;
  }
}
.imgMod-1 #imgMod-1 li {
  height: 100%;
}
.imgMod-1 #imgMod-1 li a {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.imgMod-1 #imgMod-1 li a img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.imgMod-1 #imgMod-1 li a .mask {
  padding-bottom: 20px;
  position: absolute;
  top: 0;
  transition-duration: 0.5s;
  transition-property: all;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: unset;
}
.imgMod-1 #imgMod-1 li a:hover .mask {
  background-color: rgba(0, 0, 0, 0);
}
.imgMod-2 {
  padding: 60px 0;
  width: 100%;
}
@media (max-width:1300px) {
  .imgMod-2 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .imgMod-2 {
    padding: 15vw 0;
  }
}
.imgMod-2 .box {
  width: 100%;
}
.imgMod-2 .box #mendian {
  width: 100%;
}
.imgMod-2 .box #mendian ul li {
  width: unset;
}
.imgMod-2 .box #mendian ul li img {
  height: 26vw;
}
@media (max-width:1024px) {
  .imgMod-2 .box #mendian ul li img {
    height: 55vw;
  }
}
.imgMod-2 .mdContro {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .imgMod-2 .mdContro {
    margin: 10vw auto;
  }
}
.imgMod-2 .mdContro * {
  font-size: 14px;
  font-family: 'Hel';
  transition-duration: 0.5s;
  transition-property: all;
  letter-spacing: 0.1em;
}
.imgMod-2 .mdContro > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border: 1px solid rgba(0, 0, 0, 0.6);
  width: 120px;
  height: 36px;
  cursor: pointer;
}
@media (max-width:1300px) {
  .imgMod-2 .mdContro > div {
    width: 80px;
    height: 30px;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .imgMod-2 .mdContro > div {
    width: 30vw;
    height: 10vw;
  }
}
.imgMod-2 .mdContro > div div {
  transition-duration: 0.5s;
  transition-property: all;
}
.imgMod-2 .mdContro > div.leftBtn i {
  margin-right: 10px;
  transition-duration: 0.5s;
  transition-property: all;
}
.imgMod-2 .mdContro > div.leftBtn:hover div {
  transform: translateX(-10px);
}
.imgMod-2 .mdContro > div.leftBtn:hover i {
  transform: translateX(-10px);
}
.imgMod-2 .mdContro > div.rightBtn i {
  margin-left: 10px;
  transition-duration: 0.5s;
  transition-property: all;
}
.imgMod-2 .mdContro > div.rightBtn:hover div {
  transform: translateX(10px);
}
.imgMod-2 .mdContro > div.rightBtn:hover i {
  transform: translateX(10px);
}
.imgMod-2 .mdContro > div:hover {
  background-color: #207f4c;
  border-color: #207f4c;
}
.imgMod-2 .mdContro > div:hover * {
  color: #fff;
}
@media (max-width:1300px) {
  .imgMod-2 .mdContro {
    margin-top: 5vw;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .imgMod-2 .mdContro div {
    border-color: #999;
  }
  .imgMod-2 .mdContro div i {
    color: #999;
  }
  .imgMod-2 .mdContro div div {
    color: #999;
  }
}
.linkMod-1 {
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  background-image: unset;
}
.linkMod-1 .mask {
  padding: 60px 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1300px) {
  .linkMod-1 .mask {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .linkMod-1 .mask {
    padding: 15vw 0;
  }
}
.linkMod-1 .mask .cout {
  width: 1200px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 80px;
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1300px) {
  .linkMod-1 .mask .cout {
    width: 90%;
  }
}
@media (max-width:1300px) {
  .linkMod-1 .mask .cout {
    padding: 40px 80px;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .linkMod-1 .mask .cout {
    padding: 10vw ;
  }
}
.linkMod-1 .mask .cout * {
  color: #333;
}
.linkMod-1 .mask .cout > i {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin: 40px 0 20px;
}
.linkMod-1 .mask .cout > div {
  font-size: 30px;
}
.linkMod-1 .mask .cout span {
  font-size: 24px;
  margin-top: 30px;
}
.linkMod-1 .mask .cout p {
  text-indent: 0;
}
.linkMod-1 .mask .cout a {
  width: 240px;
  height: 60px;
  border: 1px solid #333;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  margin-top: 40px;
  position: relative;
}
@media (max-width:1300px) {
  .linkMod-1 .mask .cout a {
    width: 160px;
    height: 40px;
  }
}
.linkMod-1 .mask .cout a .txt {
  font-size: 18px;
  transition-duration: 0.5s;
  transition-property: all;
  color: #333;
  position: relative;
  z-index: 1;
}
@media (max-width:1300px) {
  .linkMod-1 .mask .cout a .txt {
    font-size: 14px;
  }
}
.linkMod-1 .mask .cout a i {
  font-size: 28px;
  position: relative;
  z-index: 1;
  margin-right: 10px;
  color: #333;
  transition-duration: 0.5s;
  transition-property: all;
}
.linkMod-1 .mask .cout a .overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #333;
  transition-duration: 0.5s;
  transition-property: all;
  height: 0;
}
.linkMod-1 .mask .cout a:hover .txt {
  color: #fff;
}
.linkMod-1 .mask .cout a:hover i {
  color: #fff;
}
.linkMod-1 .mask .cout a:hover .overlay {
  height: 100%;
}
.linkMod-2 {
  padding: 60px 0;
}
@media (max-width:1300px) {
  .linkMod-2 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .linkMod-2 {
    padding: 15vw 0;
  }
}
.linkMod-2 a {
  filter: drop-shadow(0 0 2.4vw rgba(70, 59, 53, 0.2));
  height: 300px;
  width: 1000px;
  margin: 0 auto;
}
@media (max-width:1300px) {
  .linkMod-2 a {
    width: 90%;
  }
}
.linkMod-2 .specierK {
  -webkit-mask-image: url(../../html/rgmod/linkMod/linkMod-2/footer_shop_mask_pc.png);
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-mask-size: 100% 100%;
  background-color: #fff;
}
.linkMod-2 .specierK img {
  width: 50%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  transition: all 0.5s;
}
.linkMod-2 .specierK:hover img {
  opacity: 0.8;
}
.linkMod-2 .specierK .cout {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.linkMod-2 .specierK .cout .title {
  font-family: 'xianxian';
  font-size: 30px;
  margin-top: 10px;
}
.linkMod-2 .specierK .cout p {
  text-indent: 0;
  color: #999;
  font-weight: 100;
  font-size: 16px;
  margin-top: 20px;
}
@media only screen and (max-width: 1300px) {
  .linkMod-2 a {
    height: 24vw;
  }
}
@media only screen and (max-width: 1024px) {
  .linkMod-2 a {
    height: 38vw;
    width: 90%;
  }
  .linkMod-2 .specierK .cout .title {
    font-size: 6vw;
  }
  .linkMod-2 .specierK .cout p {
    font-size: 3vw;
    margin-top: 1vw;
  }
}
.logoWallMod-1 {
  background-color: #fff;
  padding-bottom: 100px;
  padding: 60px 0;
  background-image: url(../img/wenhbg.jpg);
}
@media (max-width:1300px) {
  .logoWallMod-1 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .logoWallMod-1 {
    padding: 15vw 0;
  }
}
.logoWallMod-1 ul {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
  margin-top: 80px;
}
.logoWallMod-1 ul li {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.logoWallMod-1 ul li .box {
  width: 90%;
  background-color: #fff;
  transition: all 0.5s;
  border-radius: 20px;
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.08);
}
.logoWallMod-1 ul li .box a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.logoWallMod-1 ul li .box:hover {
  transform: translateY(-10px);
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.2);
}
.logoWallMod-1 ul li .box a .img img {
  height: 150px;
}

@media (max-width:1024px) {.logoWallMod-1 ul li .box a .img img {
  height: 90px;
}
}
@media (max-width:1024px) {
  .logoWallMod-1 ul li .box {
    width: 90%;
  }
  .logoWallMod-1 ul {
    width: 90%;
  }
  .logoWallMod-1 {
    padding-bottom: 10vw;
  }
  .logoWallMod-1 ul li {
    width: 50%;
    margin-bottom: 5vw;
  }
}
.introduceMod-1 {
  padding: 60px 0;
}
@media (max-width:1300px) {
  .introduceMod-1 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .introduceMod-1 {
    padding: 15vw 0;
  }
}
.introduceMod-1 .coutBox {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1300px) {
  .introduceMod-1 .coutBox {
    width: 90%;
  }
}
@media (max-width:1024px) {
  .introduceMod-1 .coutBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.introduceMod-1 .coutBox .left {
  width: 50%;
  padding-right: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .introduceMod-1 .coutBox .left {
    margin: 0 auto;
    margin-bottom: 10vw;
    width: 80%;
    padding-right: 0;
  }
}
.introduceMod-1 .coutBox .left .xian {
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.introduceMod-1 .coutBox .left .xian i {
  background-color: #207f4c;
  width: 40%;
  height: 100%;
  display: block;
}
.introduceMod-1 .coutBox .left .txtCout {
  margin-top: 30px;
  overflow: auto;
}
.introduceMod-1 .coutBox .left .txtCout p{font-size: 14px;}
.introduceMod-1 .coutBox .right {
  width: 40%;
  height: 440px;
}
@media (max-width:1024px) {
  .introduceMod-1 .coutBox .right {
    width: 100%;
    height: unset;
  }
}
.introduceMod-1 .coutBox .right .img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.introduceMod-2 {
  padding: 60px 0;
}
@media (max-width:1300px) {
  .introduceMod-2 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .introduceMod-2 {
    padding: 15vw 0;
  }
}
.introduceMod-2 .cenBox {
  position: relative;
  height: 440px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1300px) {
  .introduceMod-2 .cenBox {
    width: 90%;
  }
}
.introduceMod-2 .cenBox .left {
  padding-right: 40px;
  width: 50%;
  height: 100%;
}
.introduceMod-2 .cenBox .left .title {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.introduceMod-2 .cenBox .left .title .cn {
  font-size: 24px;
  font-weight: bold;
}
.introduceMod-2 .cenBox .left .title .en {
  font-size: 16px;
  color: #999;
}
.introduceMod-2 .cenBox .left .content {
  padding: 20px 0;
}
.introduceMod-2 .cenBox .right {
  width: 50%;
  height: 100%;
}
.introduceMod-2 .cenBox .right .imgBox {
  height: 100%;
}
.introduceMod-2 .cenBox .right .imgBox img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.introduceMod-2 .countUpMod-1 {
  position: absolute;
  bottom: 0;
  width: 50%;
  left: 0;
  padding: 0;
}
.introduceMod-3 {
  padding: 60px 0;
  padding-top: 0;
}
@media (max-width:1300px) {
  .introduceMod-3 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .introduceMod-3 {
    padding: 15vw 0;
  }
}
.introduceMod-3 .coutBox {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1300px) {
  .introduceMod-3 .coutBox {
    width: 90%;
  }
}
@media (max-width:1024px) {
  .introduceMod-3 .coutBox {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.introduceMod-3 .coutBox .left {
  width: 45%;
  padding-right: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .introduceMod-3 .coutBox .left {
    margin: 0 auto;
    margin-bottom: 10vw;
    width: 80%;
    padding-right: 0;
  }
}
.introduceMod-3 .coutBox .left .xian {
  width: 100%;
  height: 1px;
  background-color: #ccc;
}
.introduceMod-3 .coutBox .left .xian i {
  background-color: #207f4c;
  width: 40%;
  height: 100%;
  display: block;
}
.introduceMod-3 .coutBox .left .txtCout {
  margin-top: 30px;
  overflow: auto;
}
.introduceMod-3 .coutBox .right {
  width: 55%;
  height: 530px;
  overflow: hidden;
}
@media (max-width:1024px) {
  .introduceMod-3 .coutBox .right {
    width: 100%;
    height: unset;
  }
}
.introduceMod-3 .coutBox .right .img {
  position: relative;
  left: -4vw;
  object-fit: cover;
  height: 100%;
  width: calc(100% + 8vw);
}
@media (max-width:1024px) {
  .introduceMod-3 {
    padding-bottom: 0;
  }
}
.introduceMod-3 .coutBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.introduceMod-3 .coutBox .left {
  width: 100%;
  margin-bottom: 60px;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .introduceMod-3 .coutBox .left {
    width: 86%;
  }
}
.introduceMod-3 .coutBox .right {
  width: 100%;
}
@media (max-width:1600px) {
  .introduceMod-3 .coutBox .right {
    height: 400px;
  }
}
@media (max-width:1600px) and (max-width:1300px) {
  .introduceMod-3 .coutBox .right {
    height: 300px;
  }
}
@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
  .introduceMod-3 .coutBox .right {
    height: 60vw;
  }
}
.policyMod-1 .cenBox {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width:1300px) {
  .policyMod-1 .cenBox {
    width: 90%;
  }
}
.policyMod-1 .cenBox ul {
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .policyMod-1 .cenBox ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.policyMod-1 .cenBox ul li {
  width: 48%;
}
@media (max-width:1024px) {
  .policyMod-1 .cenBox ul li {
    width: 100%;
  }
}
.policyMod-1 .cenBox ul li .box {
  background-color: #f8f8f8;
  height: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .policyMod-1 .cenBox ul li .box {
    height: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.policyMod-1 .cenBox ul li .box .imgBox {
  height: 100%;
  width: 200px;
}
@media (max-width:1024px) {
  .policyMod-1 .cenBox ul li .box .imgBox {
    width: 100%;
    height: 40vw;
  }
}
.policyMod-1 .cenBox ul li .box .imgBox img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.policyMod-1 .cenBox ul li .box .title {
  font-size: 18px;
  transition-duration: 0.5s;
  transition-property: all;
  padding-left: 20px;
  width: calc(100% - 200px);
}
@media (max-width:1024px) {
  .policyMod-1 .cenBox ul li .box .title {
    width: 100%;
    padding: 10vw 4vw;
  }
}
.policyMod-1 .cenBox ul li .box:hover .title {
  color: #207f4c;
}
.recruitMod-1 {
  padding: 60px 0;
}
@media (max-width:1300px) {
  .recruitMod-1 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .recruitMod-1 {
    padding: 15vw 0;
  }
}
.recruitMod-1 .ul {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1300px) {
  .recruitMod-1 .ul {
    width: 90%;
  }
}
@media (max-width:1024px) {
  .recruitMod-1 .ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.recruitMod-1 .ul li {
  padding: 10px;
  width: 25%;
}
@media (max-width:1300px) {
  .recruitMod-1 .ul li {
    padding: 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .recruitMod-1 .ul li {
    width: 100%;
    margin-bottom: 4vw;
  }
}
.recruitMod-1 .ul li a {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
  padding: 30px;
  transition-duration: 0.5s;
  transition-property: all;
}
@media (max-width:1300px) {
  .recruitMod-1 .ul li a {
    padding: 20px;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .recruitMod-1 .ul li a {
    padding: 8vw;
    background-color: #fff;
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(0px) !important;
  }
}
.recruitMod-1 .ul li a .top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.recruitMod-1 .ul li a .top .bt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.recruitMod-1 .ul li a .top .bt div {
  font-weight: bold;
  font-size: 18px;
  line-height: 1em;
}
@media (max-width:1024px) {
  .recruitMod-1 .ul li a .top .bt div {
    font-size: 4vw;
  }
}
.recruitMod-1 .ul li a .top .bt span {
  color: #207f4c;
  font-size: 12px;
  line-height: 1em;
}
.recruitMod-1 .ul li a .top i {
  display: block;
  height: 30px;
  width: 1px;
  background: linear-gradient(to bottom, transparent, #207f4c, transparent);
  margin: 0 20px;
}
@media (max-width:1300px) {
  .recruitMod-1 .ul li a .top i {
    margin: 0 14px;
  }
}
.recruitMod-1 .ul li a .top h1 {
  font-size: 20px;
  font-weight: bold;
  color: #207f4c;
}
@media (max-width:1024px) {
  .recruitMod-1 .ul li a .top h1 {
    font-size: 5vw;
  }
}
.recruitMod-1 .ul li a .bottom .jianjie {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 12px;
  line-height: 1.5em;
  margin: 10px 0 0;
  text-align: justify;
}
.recruitMod-1 .ul li a .bottom .money {
  color: #d14b4b;
  font-weight: bold;
  font-size: 18px;
}
.recruitMod-1 .ul li a:hover {
  background-color: #fff;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-20px);
}
@media (max-width:1300px) {
  .recruitMod-1 .ul {
    width: 96%;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .recruitMod-1 .ul {
    width: 86%;
  }
}
.conInfoMod-1 {
  padding: 60px 0;
}
@media (max-width:1300px) {
  .conInfoMod-1 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .conInfoMod-1 {
    padding: 15vw 0;
  }
}
.conInfoMod-1 .realBox {
  position: relative;
}
@media (max-width:1024px) {
  .conInfoMod-1 .realBox {
    height: unset;
  }
}
.conInfoMod-1 .realBox .coutBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .conInfoMod-1 .realBox .coutBox {
    height: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.conInfoMod-1 .realBox .coutBox .right {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  flex-direction: column-reverse;
}
@media (max-width:1024px) {
  .conInfoMod-1 .realBox .coutBox .right {
    width: 100%;
  }
}
.conInfoMod-1 .realBox .coutBox .right .rightBox {
  height: 360px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1300px) {
  .conInfoMod-1 .realBox .coutBox .right .rightBox {
    width: 90%;
  }
}
@media (max-width:1300px) {
  .conInfoMod-1 .realBox .coutBox .right .rightBox {
    height: 300px;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .conInfoMod-1 .realBox .coutBox .right .rightBox {
    height: unset;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
  .conInfoMod-1 .realBox .coutBox .right .rightBox:last-child {
    flex-direction: column;
  }
}
.conInfoMod-1 .realBox .coutBox .right .rightBox .box {
  width: 50%;
  height: 100%;
  background-color: #fffbe9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  transition-duration: 0.5s;
  transition-property: all;
}
@media (max-width:1024px) {
  .conInfoMod-1 .realBox .coutBox .right .rightBox .box {
    width: 100%;
    padding: 10vw;
    background-color: unset;
  }
}
.conInfoMod-1 .realBox .coutBox .right .rightBox .box .unifyTitle-1 {
  margin-bottom: 20px;
}
.conInfoMod-1 .realBox .coutBox .right .rightBox .box .yingxiaoUl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .conInfoMod-1 .realBox .coutBox .right .rightBox .box .yingxiaoUl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.conInfoMod-1 .realBox .coutBox .right .rightBox .box .yingxiaoUl li {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  color: #666;
}
@media (max-width:1024px) {
  .conInfoMod-1 .realBox .coutBox .right .rightBox .box .yingxiaoUl li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.conInfoMod-1 .realBox .coutBox .right .rightBox .box .yingxiaoUl li i {
  margin-right: 10px;
  font-size: 18px;
}
@media (max-width:1024px) {
  .conInfoMod-1 .realBox .coutBox .right .rightBox .box .yingxiaoUl li i {
    font-size: 6vw;
  }
}
.conInfoMod-1 .realBox .coutBox .right .rightBox .box .yingxiaoUl li span {
  font-weight: bold;
  color: #666;
}
@media (max-width:1024px) {
  .conInfoMod-1 .realBox .coutBox .right .rightBox .box .yingxiaoUl li span {
    margin: 4vw 0;
  }
}
.conInfoMod-1 .realBox .coutBox .right .rightBox .box .title {
  font-size: 30px;
  font-weight: bold;
}
.conInfoMod-1 .realBox .coutBox .right .rightBox .box * {
  transition-duration: 0.5s;
  transition-property: all;
}
.conInfoMod-1 .realBox .coutBox .right .rightBox .bg {
  width: 50%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
@media (max-width:1024px) {
  .conInfoMod-1 .realBox .coutBox .right .rightBox .bg {
    border-radius: 4vw;
    width: 80vw;
    height: 40vw;
  }
}
.conInfoMod-1 .realBox .coutBox .right .rightBox.on .box {
  background-color: rgba(0, 0, 0, 0.5);
}
.conInfoMod-1 .realBox .coutBox .right .rightBox.on .box .yingxiaoUl li img {
  filter: brightness(1000) grayscale(1);
}
.conInfoMod-1 .realBox .coutBox .right .rightBox.on .box * {
  color: #fff !important;
}
.mapMod-1 .mapK #allmap {
  height: 400px;
}
@media (max-width:1024px) {
  .mapMod-1 .mapK #allmap {
    height: 60vw;
  }
}
.mapMod-2 {
  position: relative;
}
.mapMod-2 .thisMap .mapK #allmap {
  height: 500px;
}
@media (max-width:1024px) {
  .mapMod-2 .thisMap .mapK #allmap {
    height: 60vw;
  }
}
.mapMod-2 .contInfo {
  position: absolute;
  bottom: 20px;
  z-index: 10;
  width: 1000px;
  background-color: #fff;
  left: calc(50% - 500px);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 2px 2px 40px rgba(0, 0, 0, 0.08);
}
@media (max-width:1024px) {
  .mapMod-2 .contInfo {
    position: unset;
    box-shadow: none;
    width: 100%;
  }
}
.mapMod-2 .contInfo ul {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .mapMod-2 .contInfo ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.mapMod-2 .contInfo ul li {
  flex: 1;
  padding: 0 20px;
  border-right: 1px dotted #ccc;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .mapMod-2 .contInfo ul li {
    padding: 6vw 0;
    width: 100%;
    border: none;
    border-bottom: 1px dotted #ccc;
  }
}
.mapMod-2 .contInfo ul li .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.mapMod-2 .contInfo ul li .title .name {
  font-size: 20px;
}
.mapMod-2 .contInfo ul li .title i {
  margin-left: 10px;
  font-size: 26px;
}
.mapMod-2 .contInfo ul li:last-child {
  border-right: 0;
}
.casesList-1 ul {
  display: flex;
  flex-wrap: wrap;
}
.casesList-1 li {
  width: 33.33333%;
  padding: 40px;
  transition: all 0.8s ease;
}
.casesList-1 {
  width: 1300px;
  margin: 0 auto;
}
.casesList-1 li .img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.casesList-1 li:hover {
  background-color: #fff;
  transform: translateY(-20px);
  box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.05);
}
.casesListT .title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 10px;
  transition: all 0.8s ease;
}
.casesList-1 li:hover .title {
  color: #c30d23;
}
.casesList-1 a {
  width: 100%;
}
.casesList-1 .imgBox {
  height: 300px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.casesList-1 a .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.casesList-1 a:hover .img {
  transform: scale(1.1);
}
.casesList-1 a .mask {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 100%;
  transition: all 0.8s ease;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0;
}
.casesList-1 a:hover .mask {
  top: 0%;
  height: 100%;
}
.casesList-1 a .mask i {
  opacity: 0;
  color: #fff;
  font-size: 30px;
  transition: all 0.8s ease;
  transform: translateY(20px);
}
.casesList-1 a:hover .mask i {
  opacity: 1;
  transition-delay: 0.5s;
  transform: translateY(0px);
}
@media only screen and (max-width: 1300px) {
  .casesList-1 {
    width: 100%;
  }
  .casesList-1 li {
    padding: 2vw;
  }
  .casesList-1 li .img {
    height: 20vw;
  }
}
@media only screen and (max-width: 1024px) {
  .casesList-1 ul {
    flex-direction: column;
    align-items: center;
  }
  .casesList-1 li {
    width: 90%;
  }
  .casesList-1 li .img {
    height: 100%;
  }
  .casesList-1 .imgBox {
    height: 50vw;
  }
}
.casesList-2 .concertHall-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}
@media (max-width:1300px) {
  .casesList-2 .concertHall-box {
    width: 90%;
  }
}
.casesList-2 .concertHall-box li {
  width: 100%;
}
.casesList-2 .concertHall-box li .img {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.casesList-2 .concertHall-box li .img > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: bottom;
  transition-duration: 2s;
  position: relative;
}
.casesList-2 .concertHall-box li .img:hover > div {
  transform: scale(1.3);
  transition-duration: 20s;
}
.casesList-2 .concertHall-box li .img .mask {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.casesList-2 .concertHall-box li .img:hover .mask {
  background-color: rgba(0, 0, 0, 0.3);
}
.casesList-2 .concertHall-box li .img .mask {
  display: flex;
  align-items: center;
  justify-content: center;
}
.casesList-2 .concertHall-box li .iconfont {
  transform: translateY(40px);
  transition: all 0.5s;
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  opacity: 0;
  color: #fff;
  font-size: 30px;
}
.casesList-2 .concertHall-box li .img:hover .iconfont {
  transform: translateY(0) rotate(180deg);
  transition-delay: 0.4s;
  opacity: 1;
}
.casesList-2 .concertHall-box .box p {
  text-indent: 2em;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.casesList-2 .concertHall-box .box h1 a {
  font-size: 24px;
  text-align: center;
  transition: all 0.5s ease;
  margin: 28px 0;
}
.casesList-2 .concertHall-box .box h1 a:hover {
  color: #207f4c;
}
.casesList-2 .concertHall-box li {
  margin-bottom: 70px;
}
.casesList-2 .concertHall-box li .xian {
  width: 100%;
  display: block;
  background: linear-gradient(to right, transparent, #b58c58, transparent);
  height: 1px;
}
@media (max-width:1024px) {
  .casesList-2 .concertHall-box li .img {
    height: 36vw;
  }
}
.historyList-1 ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 1200px;
  margin: 0 auto;
}
@media (max-width:1300px) {
  .historyList-1 ul {
    width: 90%;
  }
}
.historyList-1 ul * {
  transition-duration: 0.5s;
  transition-property: all;
}
@media (max-width:1024px) {
  .historyList-1 ul {
    width: 90%;
  }
}
.historyList-1 ul li {
  width: 100%;
  cursor: default;
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: center;
  flex-wrap: unset;
  border-bottom: 1px dotted #ccc;
}
@media (min-width:1024px) {
  .historyList-1 ul li.on {
    z-index: 1;
    transform: scale(1.05, 1.1);
  }
  .historyList-1 ul li.on * {
    color: #fff !important;
  }
  .historyList-1 ul li.on .years {
    background-color: #207f4c;
  }
  .historyList-1 ul li.on .years div {
    font-size: 50px;
  }
  .historyList-1 ul li.on .hiscout {
    background-color: #207f4c;
  }
  .historyList-1 ul li.on .hiscout .histitle i {
    background-color: #fff;
  }
}
.historyList-1 ul li .years {
  width: 20%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .historyList-1 ul li .years {
    width: 30%;
  }
}
.historyList-1 ul li .years div {
  color: #207f4c;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  font-family: 'Hel';
  transition-duration: 0.5s;
  transition-property: all;
}
.historyList-1 ul li .hiscout {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  padding: 40px;
}
@media (max-width:1024px) {
  .historyList-1 ul li .hiscout {
    width: 70%;
    padding: 6vw;
  }
}
.historyList-1 ul li .hiscout .histitle {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.historyList-1 ul li .hiscout .histitle i {
  display: block;
  height: 20px;
  width: 6px;
  border-radius: 3px;
  background-color: #207f4c;
  margin-right: 10px;
}
@media (max-width:1024px) {
  .historyList-1 ul li .hiscout .histitle {
    font-size: 4vw;
  }
}
.historyList-1 ul li .hiscout .txt p {
  line-height: 2em;
  text-indent: 2em;
  font-size: 12px;
  line-height: 1.6em;
}
.historyList-2 {

  height: 100%;  /* 编年史 */
  /* .history  ul{} */
  /* 编年史 */
}
.historyList-2 .historyAll {
  padding: 100px 0;
  background-color: #F4F4F8;
}
@media (max-width:1024px) {
  .historyList-2 .historyAll {
    padding: 10vw 0;
  }
}
.historyList-2 .history {
 
  position: relative;
    overflow: hidden;
    height: 100%;
}
@media (max-width:1024px) {
  .historyList-2 .history {
    margin: 0;
  }
}
.historyList-2 .wrapper {
  box-sizing: border-box;
  width: 90%;
  margin: auto;
  max-width: 1200px;
}
@media (max-width:1024px) {
  .historyList-2 .wrapper {
    width: 100%;
  }
}
.historyList-2 .history .tit {
  text-align: center;
}
.historyList-2 .clearfix-time {
  display: block;
  zoom: 1;
}
.historyList-2 ol,
.historyList-2 ul {
  padding-left: 0;
  list-style: none;
}
.historyList-2 .history .tit h6 {
  color: #666;
}
.historyList-2 .f12 {
  font-size: 12px;
}
.historyList-2 th {
  font-style: normal;
  font-weight: normal;
}
.historyList-2 h1,
.historyList-2 h2,
.historyList-2 h3,
.historyList-2 h4,
.historyList-2 h5,
.historyList-2 h6 {
  font-size: 100%;
  font-weight: normal;
}
.historyList-2 .history .tit h5 {
  color: #333;
  margin: 15px 0 45px;
}
.historyList-2 .f24 {
  font-size: 24px;
}
.historyList-2 .history li:before {
  background: url(../../html/rgmod/historyList/historyList-2/sy50.png) no-repeat center center;
  left: -68px;
  top: 12px;
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  z-index: 1;
}
.historyList-2 .history li img{height: 310px;
    width: 100%;
    padding-top: 20px;
    object-fit: cover;}
.historyList-2 .history li h4 {
  position: relative;
  display: block;
  text-decoration: none;
  font-family: "Lato";
  color: #ecf0f1;
  text-transform: uppercase;
  padding: 4px 0;
  transition: 0.5s;
  color: #207f4c;
}
.historyList-2 .history li h4::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 100%;
  left: 0;
  background: #968e7d;
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right;
}
.historyList-2 .history li:hover h4 {
  cursor: default;
  color: #207f4c;
  transition: all 1s;
  transform: translateY(-15px);
}
.historyList-2 .history li:hover h4::after {
  transform: scaleX(1);
  transform-origin: left;
}
.historyList-2 .f30 {
  font-size: 30px;
}
.historyList-2 .f14 {
  font-size: 14px;
}
.historyList-2 .history li:nth-child(2n):before {
  background: url(../../html/rgmod/historyList/historyList-2/sy50.png) no-repeat center center;
  right: -69px;
  top: 12px;
  left: auto;
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  z-index: 1;
}
.historyList-2 .history li h4 {
  transition: all 1s;
  font-family: 'xianxian';
  font-weight: bold;
}
.historyList-2 .history li p {
  color: #666;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.historyList-2 .clearfix-time:after {
  content: '\20';
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.historyList-2 .history li:nth-child(1) {
  margin-top: 0;
}
.historyList-2 .history li {
  float: right;
  width: 45%;
  text-align: left;
  position: relative;
  margin-top: 100px;
}
.historyList-2 .history li:nth-child(2n) {
  float: left;
  margin-top: 90px;
  text-align: right;
}
.historyList-2 .history li:nth-child(2n) p,
.historyList-2 .history li:nth-child(2n) h4,
.historyList-2 .history li:nth-child(2n) span {
  text-align: right;
}
.historyList-2 #cenxian {
  position: absolute;
  left: 50%;
  top: 0;
  border-left: 1px solid #ccc;
  height: 500px;
  display: block;
  z-index: 0;
}
.historyList-2 .historytime {
  width: 1200px;
  margin: 0 auto;
}
.historyList-2 .historytime li > span {
  font-size: 18px;
  font-weight: bold;
  color: #555;
}
@media (max-width:1300px) {
  .historyList-2 {
    /* 编年史 */
    /* 编年史 */
  }
  .historyList-2 .historytime {
    width: 900px;
    margin: 0 auto;
  }
  .historyList-2 .history li:before {
    left: -54px;
  }
  .historyList-2 .history li:nth-child(2n):before {
    right: -54px;
  }
}
@media (max-width:1024px) {
  .historyList-2 {
    /* 编年史 */
    /* 编年史 */
  }
  .historyList-2 .history {
    margin-top: 20vw;
  }
  .historyList-2 .historytime {
    width: 92vw;
  }
  .historyList-2 .history li:nth-child(2n):before {
    right: -7vw;
  }
  .historyList-2 .history li:before {
    left: -7vw;
  }
  .historyList-2 .history li p {
    font-size: 3vw;
  }
  .historyList-2 .history li:nth-child(2n):before {
    right: -14.5%;
    width: 3vw;
    height: 3vw;
  }
  .historyList-2 .history li:before {
    left: -14.5%;
    width: 3vw;
    height: 3vw;
  }
}
.imgList-1 .listUl {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width:1300px) {
  .imgList-1 .listUl {
    width: 90%;
  }
}
.imgList-1 .listUl .listLi {
  margin-bottom: 20px;
}
.imgList-1 .listUl .listLi a {
  cursor: pointer;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.imgList-1 .listUl .listLi a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.imgList-1 .listUl .listLi a span {
  margin-top: 10px;
}
.newsList-1 {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width:1300px) {
  .newsList-1 {
    width: 90%;
  }
}
.newsList-1 .listUl .listLi {
  margin-bottom: 60px;
}
@media (max-width:1024px) {
  .newsList-1 .listUl .listLi {
    margin-bottom: 6vw;
  }
}
@media (max-width:1024px) {
  .newsList-1 .listUl .listLi .newsLiA {
    width: 100%;
  }
}
.newsList-1 .listUl .listLi .newsLiA .imgBox {
  overflow: hidden;
  width: 100%;
  height: 340px;
}
@media (max-width:1600px) {
  .newsList-1 .listUl .listLi .newsLiA .imgBox {
    height: 280px;
  }
}
@media (max-width:1600px) and (max-width:1300px) {
  .newsList-1 .listUl .listLi .newsLiA .imgBox {
    height: 22vw;
  }
}
@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
  .newsList-1 .listUl .listLi .newsLiA .imgBox {
    height: 50vw;
  }
}
.newsList-1 .listUl .listLi .newsLiA .imgBox img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition-duration: 1s;
  transition-property: all;
}
.newsList-1 .listUl .listLi .newsLiA .neirong {
  padding: 30px 8px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1300px) {
  .newsList-1 .listUl .listLi .newsLiA .neirong {
    padding: 20px 10px;
  }
}
.newsList-1 .listUl .listLi .newsLiA .neirong * {
  transition-duration: 0.5s;
  transition-property: all;
}
.newsList-1 .listUl .listLi .newsLiA .neirong .date {
  width: 80px;
  height: 100%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  .newsList-1 .listUl .listLi .newsLiA .neirong .date {
    width: 64px;
  }
}
.newsList-1 .listUl .listLi .newsLiA .neirong .date .monthDay {
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  line-height: 1em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  margin-bottom: 6px;
}
@media (max-width:1300px) {
  .newsList-1 .listUl .listLi .newsLiA .neirong .date .monthDay {
    font-size: 30px;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .newsList-1 .listUl .listLi .newsLiA .neirong .date .monthDay {
    font-size: 6vw;
  }
}
.newsList-1 .listUl .listLi .newsLiA .neirong .date .monthDay span {
  color: #207f4c;
  font-size: 24px;
}
@media (max-width:1024px) {
  .newsList-1 .listUl .listLi .newsLiA .neirong .date .monthDay span {
    font-size: 6vw;
  }
}
.newsList-1 .listUl .listLi .newsLiA .neirong .date .year {
  font-size: 13px;
  color: #fff;
}
@media (max-width:1300px) {
  .newsList-1 .listUl .listLi .newsLiA .neirong .date .year {
    font-size: 14px;
  }
}
.newsList-1 .listUl .listLi .newsLiA .neirong .txtR {
  position: relative;
  z-index: 1;
  padding-left: 20px;
  width: calc(100% - 80px);
}
@media (max-width:1600px) {
  .newsList-1 .listUl .listLi .newsLiA .neirong .txtR {
    width: calc(100% - 64px);
  }
}
.newsList-1 .listUl .listLi .newsLiA .neirong .txtR .title {
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  color: #fff;
}
.newsList-1 .listUl .listLi .newsLiA .neirong .txtR .miaosu {
  color: #fff;
  opacity: 0.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width:1300px) {
  .newsList-1 .listUl .listLi .newsLiA .neirong .txtR .miaosu {
    font-size: 12px;
  }
}
.newsList-1 .listUl .listLi .newsLiA:hover .imgBox img {
  transform: scale(1.2);
}
.newsList-1 .listUl .listLi .newsLiA:hover .neirong .txtR .title {
  color: #207f4c;
}
.newsList-1 .listUl .listLi .newsLiA .imgBox {
  height: 260px;
}
@media (max-width:1300px) {
  .newsList-1 .listUl .listLi .newsLiA .imgBox {
    height: 180px;
  }
}
.newsList-1 .listUl .listLi .newsLiA .neirong .date .monthDay {
  color: #333;
}
.newsList-1 .listUl .listLi .newsLiA .neirong .date .year {
  color: #666;
}
.newsList-1 .listUl .listLi .newsLiA .neirong .txtR .title {
  color: #333;
}
.newsList-1 .listUl .listLi .newsLiA .neirong .txtR .miaosu {
  color: #999;
}
.newsList-2 {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width:1300px) {
  .newsList-2 {
    width: 90%;
  }
}
.newsList-2 .topOne {
  margin-bottom: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .newsList-2 .topOne {
    display: none;
  }
}
.newsList-2 .topOne .imgBox {
  width: 50%;
  height: 360px;
}
.newsList-2 .topOne .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsList-2 .topOne .txtCout {
  width: 50%;
  padding-left: 40px;
}
.newsList-2 .topOne .txtCout .date {
  margin-bottom: 30px;
}
.newsList-2 .topOne .txtCout .date div {
  font-size: 30px;
  font-weight: bold;
  color: #207f4c;
  font-family: 'Hel';
  margin-bottom: 10px;
}
.newsList-2 .topOne .txtCout .date i {
  display: block;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background-color: #207f4c;
}
.newsList-2 .topOne .txtCout .title {
  font-size: 20px;
  font-weight: bold;
  color: #444;
  margin-bottom: 30px;
}
.newsList-2 .topOne .txtCout .miaoshu {
  line-height: 2em;
  text-indent: 2em;
  font-size: 12px;
  color: #444;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.newsList-2 ul {
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: unset;
  flex-wrap: wrap;
}
.newsList-2 ul li {
  width: 32%;
  margin-bottom: 30px;
}
@media (max-width:1024px) {
  .newsList-2 ul li {
    width: 100%;
  }
}
.newsList-2 ul li a {
  transition-duration: 0.5s;
  transition-property: all;
}
.newsList-2 ul li a .imgBox {
  margin-bottom: 10px;
  width: 100%;
  height: 210px;
}
.newsList-2 ul li a .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsList-2 ul li a .txtCout .date {
  margin-bottom: 30px;
  margin-bottom: 20px;
}
.newsList-2 ul li a .txtCout .date div {
  font-size: 30px;
  font-weight: bold;
  color: #207f4c;
  font-family: 'Hel';
  margin-bottom: 10px;
}
.newsList-2 ul li a .txtCout .date i {
  display: block;
  width: 30px;
  height: 4px;
  border-radius: 2px;
  background-color: #207f4c;
}
.newsList-2 ul li a .txtCout .date div {
  font-size: 24px;
}
.newsList-2 ul li a .txtCout .title {
  font-size: 20px;
  font-weight: bold;
  color: #444;
  margin-bottom: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  transition-duration: 0.5s;
  transition-property: all;
}
.newsList-2 ul li a .txtCout .miaoshu {
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 14px;
}
.newsList-2 ul li a:hover {
  transform: translateY(-20px);
}
.newsList-2 ul li a:hover .txtCout .title {
  color: #207f4c;
}
@media (max-width:1024px) {
  .newsList-2 ul li a:hover {
    transform: translateY(0);
  }
}
.newsList-3 {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width:1300px) {
  .newsList-3 {
    width: 90%;
  }
}
.newsList-3 ul {
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: unset;
  flex-wrap: wrap;
}
.newsList-3 ul li {
  width: 30%;
  margin-bottom: 60px;
}
@media (max-width:1024px) {
  .newsList-3 ul li {
    width: 100%;
  }
}
.newsList-3 ul li .box {
  transition-duration: 0.5s;
  transition-property: all;
}
.newsList-3 ul li .box .imgBox {
  margin-bottom: 30px;
  width: 100%;
  height: 210px;
}
.newsList-3 ul li .box .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.newsList-3 ul li .box .txtCout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
.newsList-3 ul li .box .txtCout .date {
  width: 100%;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 20px;
}
.newsList-3 ul li .box .txtCout .date div {
  font-weight: bold;
  font-family: 'Hel';
  margin-bottom: 10px;
  font-size: 18px;
  transition-duration: 0.5s;
  transition-property: all;
}
.newsList-3 ul li .box .txtCout .title {
  font-size: 16px;
  font-weight: bold;
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 10px;
  transition-duration: 0.5s;
  transition-property: all;
}
.newsList-3 ul li .box .txtCout .miaoshu {
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 12px;
  line-height: 2em;
}
.newsList-3 ul li .box .txtCout .unifyButton {
  margin: 0;
  margin-top: 30px;
}
.newsList-3 ul li .box:hover {
  transform: translateY(-10px);
}
.newsList-3 ul li .box:hover .txtCout .date div {
  color: #207f4c;
}
.newsList-3 ul li .box:hover .txtCout .title {
  color: #207f4c;
}
@media (max-width:1024px) {
  .newsList-3 ul li .box:hover {
    transform: translateY(0);
  }
}
.newsList-4 {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width:1300px) {
  .newsList-4 {
    width: 90%;
  }
}
.newsList-4 li {
  width: 50%;
  padding: 40px 0;
  transition: all 0.5s ease;
}
.newsList-4 li .img {
  width: 40%;
  height: 100%;
  object-fit: cover;
}
.newsList-4 ul {
  display: flex;
  flex-wrap: wrap;
}
.newsList-4 .cout {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 20px;
}
.newsList-4 .box {
  display: flex;
  align-items: flex-start;
  height: 200px;
  width: 92%;
  margin: 0 auto;
}
.newsList-4 .info {
  display: flex;
  justify-content: space-between;
}
.newsList-4 .info span {
  font-size: 14px;
  color: #999;
}
.newsList-4 .newsListT p {
  text-indent: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.newsList-4 .title {
  font-size: 18px;
  margin-bottom: 20px;
  overflow: hidden;
  /* transition: all .8s ease; */
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.newsList-4 li:hover {
  background-color: #f8f8f8;
  transform: translateY(-10px);
}
@media only screen and (max-width: 1024px) {
  .newsList-4 ul {
    flex-direction: column;
  }
  .newsList-4 li {
    width: 100%;
    padding: 5vw 0;
  }
  .newsList-4 .newsListT p {
    -webkit-line-clamp: 2;
    line-height: 1.6em;
    color: #999;
    font-size: 3.4vw;
  }
  .newsList-4 .box {
    flex-direction: column;
    height: unset;
  }
  .newsList-4 .box {
    width: 80%;
  }
  .newsList-4 li .img {
    width: 100%;
    height: 50vw;
  }
  .newsList-4 .title {
    margin-bottom: 2vw;
  }
  .newsList-4 .cout {
    padding-left: 0;
    margin-top: 5vw;
  }
  .newsList-4 .info {
    margin-top: 5vw;
  }
  .newsList-4 .info span {
    color: #628ed2;
  }
}
.newsList-5 {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width:1300px) {
  .newsList-5 {
    width: 90%;
  }
}
.newsList-5 ul {
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: unset;
  flex-wrap: wrap;
}
.newsList-5 ul li {
  width: 30%;
  margin-bottom: 60px;
}
@media (max-width:1024px) {
  .newsList-5 ul li {
    width: 100%;
  }
}
.newsList-5 ul li .box {
  transition-duration: 0.5s;
  transition-property: all;
}
.newsList-5 ul li .box .imgBox {
  position: relative;
  width: 100%;
  height: 210px;
}
.newsList-5 ul li .box .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px 20px 0 0;
}
.newsList-5 ul li .box .imgBox .date {
  position: absolute;
  top: 0;
  left: 33%;
  background-color: #207f4c;
  padding: 6px 20px;
}
.newsList-5 ul li .box .imgBox .date div {
  color: #fff;
}
.newsList-5 ul li .box .txtCout {
  background-color: #fff7d2;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
.newsList-5 ul li .box .txtCout .date {
  width: 100%;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 20px;
}
.newsList-5 ul li .box .txtCout .date div {
  font-weight: bold;
  font-family: 'Hel';
  margin-bottom: 10px;
  font-size: 18px;
  transition-duration: 0.5s;
  transition-property: all;
}
.newsList-5 ul li .box .txtCout .title {
  height: 70px;
  text-align: justify;
  font-size: 20px;
  color: #221815;
  margin-bottom: 10px;
  transition-duration: 0.5s;
  transition-property: all;
}
.newsList-5 ul li .box .txtCout .miaoshu {
  text-align: justify;
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 12px;
  line-height: 2em;
}
.newsList-5 ul li .box:hover {
  transform: translateY(-10px);
}
.newsList-5 ul li .box:hover .txtCout .date div {
  color: #207f4c;
}
.newsList-5 ul li .box:hover .txtCout .title {
  color: #207f4c;
}
@media (max-width:1024px) {
  .newsList-5 ul li .box:hover {
    transform: translateY(0);
  }
}
.personList-1 {
  width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
}
.personList-1 .img {
  height: 100%;
  overflow: hidden;
}
.personList-1 .img img {
  height: 100%;
  width: 350px;
  object-position: bottom;
  transition: all 0.8s ease;
  object-fit: contain;
}
/* .personList-1 .box:hover .img img {
	transform: scale(1.1);
} */
.personList-1 ul {
  display: flex;
  flex-direction: column;
}
.personList-1 li {
  width: 100%;
  margin-bottom: 100px;
  background-position: center;
  background-size: 100% 100%;
}
.personList-1 .box {
  width: 100%;
  margin: 0 auto;
  height: 500px;
  background-color: #f3f3f3;
  transition: all 0.8s ease;
  padding: 50px 140px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* .personList-1 .box:hover {
	box-shadow: 2px 2px 30px rgba(0, 0, 0, .05);
	transform: translateY(-10px);
} */
.personList-1 .cout {
  width: 50%;
  /* height: 100%; */
  /* padding: 30px; */
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
}
.personList-1 .more {
  width: 200px;
  height: 40px;
  background-color: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  transition: all 0.5s ease;
  margin-top: 40px;
}
.personList-1 .more i {
  font-size: 30px;
  color: #999;
  transition: all 0.5s ease;
}
.personList-1 .more {
  background-color: #c30d23;
}
.personList-1 .more i {
  color: #fff;
}
.personList-1 .txt {
  font-size: 14px;
  line-height: 1.6em;
  overflow: hidden;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 2em;
}
.personList-1 .name span {
  font-size: 24px;
  color: #999;
  margin-left: 40px;
}
.personList-1 .name {
  font-weight: bold;
  font-size: 28px;
  margin: 60px 0 30px;
}
.personList-1 .zhicheng {
  color: #c30d23;
  font-size: 36px;
}
.personList-1 .title {
  font-size: 34px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1300px) {
  .personList-1 {
    width: 90%;
  }
  .personList-1 .box {
    height: 30vw;
  }
  .personList-1 .txt {
    font-size: 12px;
    line-height: 1.8em;
  }
}
@media only screen and (max-width: 1024px) {
  .personList-1 ul {
    display: flex;
    flex-direction: column;
  }
  .personList-1 li {
    width: 100%;
  }
  .personList-1 .box {
    flex-direction: column;
    height: unset;
    padding: 10vw;
  }
  .personList-1 .img {
    width: 100%;
    height: 50vw;
  }
  .personList-1 .cout {
    width: 100%;
  }
  .personList-1 .title {
    margin-bottom: 6vw;
  }
  .personList-1 .more {
    margin-top: 8vw;
  }
  .personList-1 .txt {
    -webkit-line-clamp: 3;
  }
  .personList-1 .img img {
    width: 100%;
  }
  .personList-1 .title {
    text-align: center;
  }
  .personList-1 .cout {
    flex-direction: column;
    align-items: center;
  }
  .personList-1 .title {
    margin-top: 6vw;
  }
  .personList-1 .img {
    height: 75vw;
  }
  .personList-1 li {
    margin-bottom: 20vw;
  }
}
.productList-1 .coutBox {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width:1300px) {
  .productList-1 .coutBox {
    width: 90%;
  }
}
.productList-1 .coutBox .proList {
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: unset;
  flex-wrap: wrap;
}
.productList-1 .coutBox .proList li {
  margin-bottom: 40px;
}
.productList-1 .coutBox .proList li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.productList-1 .coutBox .proList li a .imgBox {
  overflow: hidden;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border: 1px solid #ccc;
}
@media (max-width:1024px) {
  .productList-1 .coutBox .proList li a .imgBox {
    height: 70vw;
  }
}
.productList-1 .coutBox .proList li a .imgBox img {
  object-fit: contain;
  transition-duration: 0.5s;
  transition-property: all;
  width: 100%;
  height: 100%;
}
.productList-1 .coutBox .proList li a span {
  margin-top: 20px;
  font-size: 24px;
  transition-duration: 0.5s;
  transition-property: all;
}
.productList-1 .coutBox .proList li a:hover span {
  color: #207f4c;
}
.productList-1 .coutBox .proList li a:hover .imgBox img {
  transform: scale(1.02);
}
.productList-2 .coutBox {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width:1300px) {
  .productList-2 .coutBox {
    width: 90%;
  }
}
.productList-2 .coutBox .proList {
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: unset;
  flex-wrap: wrap;
}
@media (max-width:1024px) {
  .productList-2 .coutBox .proList {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.productList-2 .coutBox .proList li {
  margin-bottom: 40px;
  width: 24%;
}
@media (max-width:1024px) {
  .productList-2 .coutBox .proList li {
    width: 100%;
  }
}
.productList-2 .coutBox .proList li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .productList-2 .coutBox .proList li a {
    margin: 0 auto;
    width: 80%;
  }
}
.productList-2 .coutBox .proList li a .imgBox {
  overflow: hidden;
  height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  border: 1px solid #ccc;
  overflow: unset;
  position: relative;
  border: none;
  height: 300px;
}
@media (max-width:1024px) {
  .productList-2 .coutBox .proList li a .imgBox {
    height: 70vw;
  }
}
@media (max-width:1024px) {
  .productList-2 .coutBox .proList li a .imgBox {
    height: unset;
    margin-left: 7vw;
  }
}
.productList-2 .coutBox .proList li a .imgBox img {
  position: relative;
  z-index: 1;
}
.productList-2 .coutBox .proList li a .imgBox::before {
  content: '';
  position: absolute;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../../html/rgmod/productList/productList-2/proQuan.png);
  background-position: center;
  top: 10%;
  left: -20%;
}
.productList-2 .coutBox .proList li a .imgBox img {
  object-fit: contain;
  transition-duration: 0.5s;
  transition-property: all;
  width: 100%;
  height: 100%;
}
.productList-2 .coutBox .proList li a span {
  font-size: 24px;
  transition-duration: 0.5s;
  transition-property: all;
  margin-top: 30px;
  font-family: 'siyuansongti';
}
.productList-2 .coutBox .proList li a:hover span {
  color: #207f4c;
}
.productList-2 .coutBox .proList li a:hover .imgBox img {
  transform: scale(1.02);
}
.recruitList-1 .recruitList {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width:1300px) {
  .recruitList-1 .recruitList {
    width: 90%;
  }
}
.recruitList-1 .recruitList ul li {
  background-color: #f7f7f7;
  margin-bottom: 10px;
  border: 1px solid #ccc;
}
.recruitList-1 .recruitList ul li .btnBox {
  padding: 0 20px 0 40px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  width: 100%;
  height: 60px;
}
.recruitList-1 .recruitList ul li .btnBox .workName {
  font-size: 20px;
}
.recruitList-1 .recruitList ul li .btnBox .ico {
  transition-duration: 0.5s;
  transition-property: all;
}
.recruitList-1 .recruitList ul li .btnBox:hover {
  background-color: #f3f3f3;
}
.recruitList-1 .recruitList ul li .workCout {
  display: none;
}
.recruitList-1 .recruitList ul li .workCout .content {
  border-top: 1px dashed #ddd;
  padding: 40px;
}
.recruitList-1 .recruitList ul li .workCout .content p {
  font-size: 14px;
}
.recruitList-1 .recruitList ul li.open .btnBox .ico {
  transform: rotate(-180deg);
}
.searchList-1 {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width:1300px) {
  .searchList-1 {
    width: 90%;
  }
}
.searchList-1 .searchListUl .cout {
  display: flex;
  height: 130px;
}
.searchList-1 .searchListUl .cout img {
  width: 20%;
  height: 100%;
  object-fit: cover;
}
.searchList-1 .searchListUl .cout .right {
  width: 80%;
  height: 100%;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.searchList-1 .searchListUl li {
  padding: 40px 0;
  border-bottom: 1px dashed #ccc;
}
.searchList-1 .searchListUl li:last-child {
  border-bottom: none;
}
.searchList-1 .searchListUl li a,
.searchList-1 .searchListUl li a span {
  border-bottom: 1px solid #c30d23;
  font-size: 20px;
  margin-bottom: 20px;
  color: #c30d23;
  width: fit-content;
  line-height: 1em;
}
.searchList-1 .searchListUl li a span {
  border: none;
}
.searchList-1 .searchListUl li p,
.searchList-1 .searchListUl li p span {
  text-indent: 0em;
  font-size: 14px;
}
.searchList-1 .searchListUl li p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.searchList-1 .searchListUl .link {
  color: #5bac6f;
  font-size: 12px;
}
.searchList-1 .searchListUl .infoC {
  margin-bottom: 10px;
}
.searchList-1 .searchListUl .infoC span {
  font-size: 14px;
  margin-right: 20px;
  color: #999;
}
.storefrontList-1 .searchBtn .input-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.storefrontList-1 .searchBtn .input-holder input {
  width: 500px;
  height: 50px;
  padding: 0 20px;
  border: 2px solid #207f4c;
}
@media (max-width:1024px) {
  .storefrontList-1 .searchBtn .input-holder input {
    width: 90%;
  }
}
.storefrontList-1 .caselist {
  width: 1200px;
  margin: 0 auto;
  margin-top: 100px;
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width:1300px) {
  .storefrontList-1 .caselist {
    width: 90%;
  }
}
@media (max-width:1024px) {
  .storefrontList-1 .caselist {
    margin-top: 10vw;
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset;
  }
}
.storefrontList-1 .caselist .csli {
  height: 200px;
  margin-bottom: 40px;
  width: 48%;
}
@media (max-width:1024px) {
  .storefrontList-1 .caselist .csli {
    width: 100%;
    height: unset;
  }
}
.storefrontList-1 .caselist .csli .box {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .storefrontList-1 .caselist .csli .box {
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset;
  }
}
.storefrontList-1 .caselist .csli .box .imgBox {
  overflow: hidden;
  height: 100%;
  width: 40%;
}
@media (max-width:1024px) {
  .storefrontList-1 .caselist .csli .box .imgBox {
    width: 100%;
    height: 40vw;
  }
}
.storefrontList-1 .caselist .csli .box .imgBox img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition-duration: 0.5s;
  transition-property: all;
}
.storefrontList-1 .caselist .csli .box .tt {
  width: 60%;
  padding-left: 20px;
}
@media (max-width:1024px) {
  .storefrontList-1 .caselist .csli .box .tt {
    width: 100%;
    padding: 6vw;
  }
}
.storefrontList-1 .caselist .csli .box .tt h1 {
  font-size: 24px;
  margin-bottom: 10px;
}
.storefrontList-1 .caselist .csli .box .tt h1 span {
  color: red;
  font-size: 24px;
}
.storefrontList-1 .caselist .csli .box .tt h2 {
  margin-bottom: 6px;
}
.storefrontList-1 .caselist .csli .box .tt h2 span {
  color: red;
}
.storefrontList-1 .caselist .csli .box .tt h3 span {
  color: red;
}
.storefrontList-1 .caselist .csli:hover .box .imgBox img {
  transform: scale(1.1);
  transition-duration: 10s;
  transition-property: all;
}
.newsDetail-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0;
}
@media (max-width:1300px) {
  .newsDetail-1 {
    width: 90%;
  }
}
@media (max-width:1300px) {
  .newsDetail-1 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .newsDetail-1 {
    padding: 15vw 0;
  }
}
.newsDetail-1 .title {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width:1024px) {
  .newsDetail-1 .title {
    font-size: 5vw;
  }
}
.newsDetail-1 .info span {
  color: #666;
  font-size: 16px;
}
@media (max-width:1024px) {
  .newsDetail-1 .info span {
    font-size: 3.4vw;
  }
}
.newsDetail-1 .neirongBox {
  margin: 40px 0;
  border: 1px dotted #999;
  padding: 20px 0;
  border-right: 0;
  border-left: 0;
  width: 100%;
}
.newsDetail-1 .moreLink {
  width: 100%;
}
.newsDetail-1 .moreLink .link {
  margin-bottom: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: unset;
  flex-wrap: unset;
}
.newsDetail-1 .moreLink .link div {
  font-size: 14px;
  font-weight: bold;
}
.newsDetail-1 .moreLink .link a {
  font-size: 14px;
  font-weight: bold;
  transition-duration: 0.5s;
  transition-property: all;
}
.newsDetail-1 .moreLink .link a:hover {
  color: #207f4c;
}
.productDetail-1 {
  padding: 60px 0;
}
@media (max-width:1300px) {
  .productDetail-1 {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .productDetail-1 {
    padding: 15vw 0;
  }
}
@media (max-width:1024px) {
  .productDetail-1 .info {
    padding: 0;
  }
}
.productDetail-1 .info .cenBoxK {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: unset;
  flex-wrap: unset;
  transition-duration: 0.5s;
  transition-property: all;
}
@media (max-width:1300px) {
  .productDetail-1 .info .cenBoxK {
    width: 90%;
  }
}
@media (max-width:1600px) {
  .productDetail-1 .info .cenBoxK {
    height: unset;
  }
}
@media (max-width:1600px) and (max-width:1024px) {
  .productDetail-1 .info .cenBoxK {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    width: 90%;
    padding: 0;
  }
}
.productDetail-1 .info .cenBoxK .imgBox {
  width: 50%;
}
@media (max-width:1024px) {
  .productDetail-1 .info .cenBoxK .imgBox {
    width: 100%;
  }
}
.productDetail-1 .info .cenBoxK .imgBox img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
}
.productDetail-1 .info .cenBoxK .txtCout {
  padding-left: 60px;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .productDetail-1 .info .cenBoxK .txtCout {
    width: 100%;
    margin-top: 6vw;
    padding: 0;
  }
}
.productDetail-1 .info .cenBoxK .txtCout .title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width:1024px) {
  .productDetail-1 .info .cenBoxK .txtCout .title {
    font-size: 6vw;
  }
}
.productDetail-1 .info .cenBoxK .txtCout .miaoshu {
  color: #444;
  line-height: 2em;
  text-indent: 2em;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media (max-width:1300px) {
  .productDetail-1 .info .cenBoxK .txtCout .miaoshu {
    font-size: 14px;
  }
}
.productDetail-1 .info .cenBoxK .txtCout .guige {
  width: 100%;
  margin: 50px 0;
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: unset;
  flex-wrap: wrap;
}
@media (max-width:1300px) {
  .productDetail-1 .info .cenBoxK .txtCout .guige {
    margin: 20px 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .productDetail-1 .info .cenBoxK .txtCout .guige {
    padding: 5vw;
    margin: 4vw 0;
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: wrap;
    background-color: #f3f3f3;
  }
}
.productDetail-1 .info .cenBoxK .txtCout .guige li {
  margin-bottom: 20px;
  font-size: 16px;
  color: #444;
  width: 50%;
}
@media (max-width:1300px) {
  .productDetail-1 .info .cenBoxK .txtCout .guige li {
    font-size: 14px;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .productDetail-1 .info .cenBoxK .txtCout .guige li {
    line-height: 2em;
    width: 50%;
    flex: unset;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: unset;
    flex-wrap: unset;
  }
}
.productDetail-1 .info .cenBoxK .txtCout .guige li .cenBox {
  width: 80%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: unset;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .productDetail-1 .info .cenBoxK .txtCout .guige li .cenBox div {
    font-size: 3.6vw;
  }
}
.productDetail-1 .info .cenBoxK .txtCout .guige li .cenBox i {
  display: block;
  width: 4px;
  height: 12px;
  border-radius: 3px;
  margin-right: 5px;
  background-color: #207f4c;
}
.productDetail-1 .info .cenBoxK .txtCout .guige li .cenBox div {
  font-size: 14px;
  font-weight: bold;
}
.productDetail-1 .info .cenBoxK .txtCout .lunbo {
  width: 100%;
  background-color: #f3f3f3;
}
@media (max-width:1024px) {
  .productDetail-1 .info .cenBoxK .txtCout .lunbo {
    margin-bottom: 6vw;
  }
}
.productDetail-1 .info .cenBoxK .txtCout .lunbo #proDelTabs .swiper-slide {
  cursor: pointer;
}
.productDetail-1 .info .cenBoxK .txtCout .lunbo #proDelTabs .swiper-slide .img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.productDetail-1 .info .cenBoxK .txtCout .lunbo #proDelTabs .swiper-slide:after {
  content: '';
  position: absolute;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  border: 4px solid #207f4c;
  box-sizing: border-box;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: all;
}
.productDetail-1 .info .cenBoxK .txtCout .lunbo #proDelTabs .swiper-slide.on:after {
  opacity: 1;
}
.productDetail-1 .info .cenBoxK.swiper-slide-active {
  opacity: 1!important;
}
.productDetail-1 .proDelBottom {
  margin-top: 40px;
  padding-bottom: 60px;
}
@media (max-width:1300px) {
  .productDetail-1 .proDelBottom {
    padding-bottom: 8vw;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .productDetail-1 .proDelBottom {
    padding-bottom: 15vw;
  }
}
.productDetail-1 .proDelBottom .content {
  border-top: 1px dotted #999;
  padding: 40px 0;
  width: 1200px;
  margin: 0 auto;
}
@media (max-width:1300px) {
  .productDetail-1 .proDelBottom .content {
    width: 90%;
  }
}
@media (max-width:1024px) {
  .productDetail-1 .proDelBottom .content {
    padding: 10vw 0vw;
    padding-bottom: 0;
  }
}
.productDetail-1 .proDelBottom .content .title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.productDetail-1 .proDelBottom .content .txt * {
  color: #444;
  font-size: 14px;
  line-height: 2em;
}
@media (max-width:1024px) {
  .productDetail-1 .proDelBottom .content .txt * {
    font-size: 3.4vw;
  }
}
.productDetail-1 .proDelBottom .tuijian {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width:1300px) {
  .productDetail-1 .proDelBottom .tuijian {
    width: 90%;
  }
}
.productDetail-1 .proDelBottom .tuijian .title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width:1024px) {
  .productDetail-1 .proDelBottom .tuijian .title {
    font-size: 6vw;
    margin-bottom: 4vw;
  }
}
.productDetail-1 .proDelBottom .tuijian #tuijian .swiper-slide .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.productDetail-1 .proDelBottom .tuijian #tuijian .swiper-slide .box .img {
  overflow: hidden;
  position: relative;
  padding: 40px;
  background-color: #fff;
  width: 100%;
  height: 400px;
}
@media (max-width:1600px) {
  .productDetail-1 .proDelBottom .tuijian #tuijian .swiper-slide .box .img {
    height: 24vw;
  }
}
.productDetail-1 .proDelBottom .tuijian #tuijian .swiper-slide .box .img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition-duration: 0.5s;
  transition-property: all;
}
.productDetail-1 .proDelBottom .tuijian #tuijian .swiper-slide .box .img .more {
  transform: translateY(100%);
  transition-duration: 0.5s;
  transition-property: all;
  position: absolute;
  bottom: 0;
  height: 60px;
  background-color: #207f4c;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  color: #fff;
  left: 0;
}
.productDetail-1 .proDelBottom .tuijian #tuijian .swiper-slide .box .img .more i {
  color: #fff;
}
.productDetail-1 .proDelBottom .tuijian #tuijian .swiper-slide .box .title {
  font-size: 18px;
  margin-top: 20px;
}
.productDetail-1 .proDelBottom .tuijian #tuijian .swiper-slide .box:hover .img img {
  transform: translateY(-30px);
}
.productDetail-1 .proDelBottom .tuijian #tuijian .swiper-slide .box:hover .img .more {
  transform: translateY(0);
}
.breadMod-1 {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #f3f3f3;
  padding: 20px 0;
}
.breadMod-1 .box {
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.breadMod-1 .box a {
  font-size: 14px;
  line-height: 1em;
}
@media (max-width:1024px) {
  .breadMod-1 .box a {
    font-weight: bold;
    font-size: 3.4vw;
  }
}
.breadMod-1 .box a:last-child {
  color: #207f4c;
  cursor: default;
}
.breadMod-1 .box a:hover {
  color: #207f4c;
}
.breadMod-1 img {
  width: 20px;
  opacity: 0.89;
  margin-right: 10px;
}
.fenye-1 {
  margin-top: 40px;
}
.fenye-1 * {
  transition-duration: 0.5s;
  transition-property: all;
}
.fenye-1 .box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.fenye-1 .page-numbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.fenye-1 .page-numbar a {
  width: 60px;
  height: 60px;
  margin: 0 10px;
  color: #999;
  border: 1px solid #999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.fenye-1 .page-numbar a:hover {
  border-color: #207f4c;
  color: #207f4c;
}
.fenye-1 .page-numbar a:hover .gd i {
  color: #fff;
}
.fenye-1 .page-numbar a.page-num-current {
  border-color: #207f4c;
  color: #207f4c;
}
.fenye-1 .page-next a i,
.fenye-1 .page-pre a i {
  color: #999;
  font-size: 30px;
  transition-duration: 0.5s;
  transition-property: all;
}
.fenye-1 .page-next a:hover i,
.fenye-1 .page-pre a:hover i {
  color: #207f4c;
}
@media (max-width:1024px) {
  .fenye-1 {
    padding: 2vw 0 20vw;
  }
}
.fenye-2 {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.fenye-2 * {
  transition-duration: 0.5s;
  transition-property: all;
}
.fenye-2 .box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.fenye-2 > div a {
  width: 40px;
  height: 40px;
  font-weight: bold;
  margin: 0 10px;
  border-radius: 50%;
  color: #333;
  background-color: #f3f3f3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.fenye-2 .page-numbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.fenye-2 .page-numbar a:hover {
  background-color: #207f4c;
  transition-duration: 0.5s;
  transition-property: all;
  color: #fff;
}
.fenye-2 .page-numbar a:hover i {
  color: #fff;
}
.fenye-2 .page-numbar a.page-num-current {
  color: #fff;
  background-color: #207f4c;
}
.fenye-2 .page-next a i,
.fenye-2 .page-pre a i {
  color: #999;
  font-size: 16px;
  transition-duration: 0.5s;
  transition-property: all;
}
.fenye-2 .page-next a:hover,
.fenye-2 .page-pre a:hover {
  background-color: #207f4c;
}
.fenye-2 .page-next a:hover i,
.fenye-2 .page-pre a:hover i {
  color: #fff;
}
@media (max-width:1024px) {
  .fenye-2 {
    padding: 2vw 0 20vw;
  }
}
.fiexdRight-1 {
  position: fixed;
  right: 10px;
  bottom: 40px;
  z-index: 2;
}
@media (max-width:1300px) {
  .fiexdRight-1 {
    top: unset;
    bottom: 30px;
    right: 10px;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .fiexdRight-1 {
    right: 4vw;
    bottom: 10vw;
  }
}
.fiexdRight-1 ul {
  position: relative;
}
.fiexdRight-1 ul li {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  right: 0;
  transition-duration: 0.5s;
  transition-property: all;
}
.fiexdRight-1 ul li:last-child {
  pointer-events: auto;
  opacity: 1;
  z-index: 2;
}
.fiexdRight-1 ul li:last-child.show .yuan .btn {
  background-color: #207f4c;
}
.fiexdRight-1 ul li:last-child.show .yuan .btn i {
  transform: rotate(180deg);
  color: #fff;
}
.fiexdRight-1 ul li.show {
  pointer-events: auto;
  opacity: 1;
  z-index: 1;
}
.fiexdRight-1 ul li .yuan {
  position: relative;
}
.fiexdRight-1 ul li .yuan .btn {
  border-radius: 50% ;
  cursor: pointer;
  transition-duration: 0.5s;
  transition-property: all;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 50px;
  height: 50px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
}
@media (max-width:1300px) {
  .fiexdRight-1 ul li .yuan .btn {
    width: 40px;
    height: 40px;
  }
}
.fiexdRight-1 ul li .yuan .btn i {
  font-size: 26px;
  transition-duration: 0.5s;
  transition-property: all;
  color: #333;
}
@media (max-width:1300px) {
  .fiexdRight-1 ul li .yuan .btn i {
    font-size: 20px;
  }
}
.fiexdRight-1 ul li .yuan .box {
  pointer-events: none;
  position: absolute;
  background-color: #fff;
  opacity: 0;
  right: 140%;
  top: 50%;
  transform: translate(-50px, -50%);
  transition-duration: 0.5s;
  transition-property: all;
  padding: 20px;
  max-width: 300px;
  width: max-content;
  color: #fff;
}
.fiexdRight-1 ul li .yuan .box span {
  color: #333;
}
.fiexdRight-1 ul li .yuan .box .erwei {
  margin-bottom: 10px;
  width: 140px;
  height: 140px;
}
.fiexdRight-1 ul li:hover .yuan .btn {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #207f4c;
}
.fiexdRight-1 ul li:hover .yuan .btn i {
  color: #fff;
}
.fiexdRight-1 ul li:hover .yuan .box {
  transform: translate(0px, -50%);
  opacity: 1;
}
.fiexdRight-2 {
  position: fixed;
  right: 10px;
  bottom: 40px;
  z-index: 2;
}
@media (max-width:1300px) {
  .fiexdRight-2 {
    top: unset;
    bottom: 30px;
    right: 10px;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .fiexdRight-2 {
    right: 4vw;
    bottom: 10vw;
  }
}
.fiexdRight-2 ul li {
  margin-top: 10px;
}
.fiexdRight-2 ul li .yuan {
  position: relative;
}
.fiexdRight-2 ul li .yuan .btn {
  cursor: pointer;
  transition-duration: 0.5s;
  transition-property: all;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 40px;
  height: 40px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
}
@media (max-width:1300px) {
  .fiexdRight-2 ul li .yuan .btn {
    width: 40px;
    height: 40px;
  }
}
.fiexdRight-2 ul li .yuan .btn i {
  font-size: 22px;
  transition-duration: 0.5s;
  transition-property: all;
  color: #333;
}
@media (max-width:1300px) {
  .fiexdRight-2 ul li .yuan .btn i {
    font-size: 20px;
  }
}
.fiexdRight-2 ul li .yuan .box {
  pointer-events: none;
  position: absolute;
  background-color: #fff;
  opacity: 0;
  right: 140%;
  top: 50%;
  transform: translate(-50px, -50%);
  transition-duration: 0.5s;
  transition-property: all;
  padding: 20px;
  max-width: 300px;
  width: max-content;
  color: #fff;
}
.fiexdRight-2 ul li .yuan .box span {
  color: #333;
}
.fiexdRight-2 ul li .yuan .box .erwei {
  margin-bottom: 10px;
  width: 140px;
  height: 140px;
}
.fiexdRight-2 ul li:hover .yuan .btn {
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #207f4c;
}
.fiexdRight-2 ul li:hover .yuan .btn i {
  color: #fff;
}
.fiexdRight-2 ul li:hover .yuan .box {
  transform: translate(0px, -50%);
  opacity: 1;
}
.foot-1 {
  position: relative;
  padding: 4vw 12vw;
  background-color: #333;
}
@media (max-width:1024px) {
  .foot-1 {
    padding: 4vw 8vw;
  }
}
.foot-1 .box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
}
.foot-1 .box .left .footLogo {
  height: 100px;
  max-width: 250px;
}
.foot-1 .box .left .footLogo img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.foot-1 .box .footNav {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
.foot-1 .box .footNav li {
  margin-right: 20px;
}
.foot-1 .box .footNav li a {
  position: relative;
  color: #fff;
}
.foot-1 .box .footNav li a::after {
  content: '';
  position: absolute;
  z-index: 0;
  display: block;
  width: 0%;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  transition-duration: 0.5s;
  transition-property: all;
  top: calc(100% + 4px);
  left: 50%;
  transform: translateX(-50%);
}
.foot-1 .box .footNav li a:hover::after {
  width: 100%;
}
.foot-1 .box .right .goTop {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 150px;
  height: 150px;
  position: relative;
}
@media (max-width:1024px) {
  .foot-1 .box .right .goTop {
    width: 30vw;
    height: 30vw;
  }
}
.foot-1 .box .right .goTop:after {
  content: '';
  position: absolute;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  animation: xuanzhuan 30s linear 0s infinite normal;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(goTopK.png);
  background-position: center;
  top: 0;
  left: 0;
}
.foot-1 .box .right .goTop i {
  font-size: 30px;
  color: #fff;
}
.foot-1 .infoBox {
  bottom: 20px;
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  width: 100%;
  margin: 40px 0 0 0;
}
.foot-1 .infoBox * {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
@media (max-width:1024px) {
  .foot-1 .infoBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
    height: unset;
  }
}
.foot-1 .infoBox .left {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .foot-1 .infoBox .left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
.foot-1 .infoBox .left span {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.foot-1 .infoBox .left span:first-child {
  padding: 0 15px 0 0;
}
.foot-1 .infoBox .right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.foot-1 .infoBox .right ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.foot-1 .infoBox .right ul li {
  margin: 0 0 0 10px;
}
.foot-1 .infoBox .right ul li a {
  position: relative;
}
.foot-1 .infoBox .right ul li a::after {
  content: '';
  position: absolute;
  z-index: 0;
  display: block;
  width: 0%;
  height: 1px;
  border-radius: 1px;
  background-color: #ffffff;
  transition-duration: 0.5s;
  transition-property: all;
  top: calc(100% + 2px);
  left: 50%;
  transform: translateX(-50%);
}
.foot-1 .infoBox .right ul li a:hover::after {
  width: 100%;
}
.foot-2 {
  padding-top: 100px;
  background-color: #333;
}
.foot-2 .coutBox {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1300px) {
  .foot-2 .coutBox {
    width: 90%;
  }
}
@media (max-width:1600px) {
  .foot-2 .coutBox {
    width: 90%;
  }
}
@media (max-width:1600px) and (max-width:1024px) {
  .foot-2 .coutBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.foot-2 .coutBox .footLogo {
  width: 200px;
}
@media (max-width:1024px) {
  .foot-2 .coutBox .footLogo {
    margin-bottom: 10vw;
  }
}
.foot-2 .coutBox .footNav {
  width: 600px;
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: unset;
  flex-wrap: wrap;
}
.foot-2 .coutBox .footNav li {
  width: 33.333%;
  height: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.foot-2 .coutBox .footNav li a {
  opacity: 0.5;
  transition-duration: 0.5s;
  transition-property: all;
  position: relative;
}
.foot-2 .coutBox .footNav li a span {
  color: #fff;
  transition-duration: 0.5s;
  transition-property: all;
  display: block;
}
.foot-2 .coutBox .footNav li a i {
  background-color: #fff;
  position: absolute;
  width: 0%;
  height: 1px;
  display: block;
  bottom: 0;
  left: 50%;
  transition-duration: 0.5s;
  transition-property: all;
  transform: translateX(-50%);
}
.foot-2 .coutBox .footNav li a:hover {
  opacity: 1;
}
.foot-2 .coutBox .footNav li a:hover span {
  transform: translateY(-4px);
}
.foot-2 .coutBox .footNav li a:hover i {
  width: 100%;
}
.foot-2 .coutBox .erwei {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .foot-2 .coutBox .erwei {
    margin-top: 10vw;
  }
}
.foot-2 .coutBox .erwei .ewBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  margin-right: 40px;
}
.foot-2 .coutBox .erwei .ewBox img {
  margin-bottom: 10px;
  width: 140px;
  height: 140px;
}
.foot-2 .coutBox .erwei .ewBox span {
  font-size: 14px;
}
.foot-2 .coutBox .erwei .ewBox:last-child {
  margin-right: 0;
}
.foot-2 .footInfo {
  height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  margin-top: 40px;
}
.foot-2 .footInfo a {
  transition-duration: 0.5s;
  transition-property: all;
}
.foot-2 .footInfo a:hover {
  color: #333;
  text-decoration: underline;
}
.foot-2 .footInfo .box {
  width: 1500px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
.foot-2 .footInfo .box * {
  color: #888;
  font-size: 14px;
}
@media (max-width:1300px) {
  .foot-2 .footInfo .box {
    width: 90%;
  }
}
@media (max-width:1024px) {
  .foot-2 .footInfo .box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
@media (max-width:1600px) {
  .foot-2 .footInfo .box {
    width: 90%;
  }
}
.foot-2 .footInfo .box .left {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .foot-2 .footInfo .box .left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
.foot-2 .footInfo .box .left span {
  margin-right: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.foot-2 .footInfo .box .right {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.foot-2 .footInfo .box .right * {
  color: #207f4c;
  font-weight: bold;
  font-size: 20px;
}
.foot-3 {
  /* Animation */
  /*Shrinking for mobile*/
}
.foot-3 .coutBox {
  background-color: #ececec;
  padding: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.foot-3 .footLogo {
  width: 200px;
}
.foot-3 .coutBox ul {
  display: flex;
}
.foot-3 .footInfo span {
  color: #999;
  font-weight: 100;
  font-size: 14px;
}
.foot-3 .footInfo a {
  margin-bottom: 10px;
}
.foot-3 .footInfo a:hover span {
  text-decoration: underline;
}
.foot-3 .footNav li {
  padding: 0 10px;
}
.foot-3 .footNav li a {
  color: #999;
  transition: all 0.5s;
}
.foot-3 .footNav {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.foot-3 .footNav li a:hover {
  color: #2a3330;
}
.foot-3 .waves {
  position: relative;
  width: 100%;
  height: 15vh;
  margin-bottom: -7px;
  /*Fix for safari gap*/
  min-height: 100px;
  max-height: 150px;
}
.foot-3 .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}
.foot-3 .parallax > use:nth-child(1) {
  animation-delay: -4s;
  animation-duration: 8s;
}
.foot-3 .parallax > use:nth-child(2) {
  animation-delay: -6s;
  animation-duration: 16s;
}
.foot-3 .parallax > use:nth-child(3) {
  animation-delay: -8s;
  animation-duration: 30s;
}
.foot-3 .parallax > use:nth-child(4) {
  animation-delay: -10s;
  animation-duration: 50s;
}
@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
  }
}
@media (max-width: 768px) {
  .foot-3 .waves {
    height: 40px;
    min-height: 40px;
  }
  .foot-3 .content {
    height: 30vh;
  }
  .foot-3 h1 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1300px) {
  .foot-3 .coutBox {
    padding: 6vw 10vw;
  }
}
@media only screen and (max-width: 1024px) {
  .foot-3 .coutBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10vw;
  }
  .foot-3 .coutBox ul {
    flex-wrap: wrap;
  }
  .foot-3 .footR {
    margin-top: 10vw;
  }
  .foot-3 .coutBox ul li {
    width: 50%;
    margin-bottom: 4vw;
  }
  .foot-3 .foot-3 .coutBox ul li a {
    text-align: center;
  }
}
.foot-3 .coutBox .footLogo {
  width: unset;
  width: 400px;
  object-fit: contain;
  height: 200px ;
}
@media (max-width:1024px) {
  .foot-3 .coutBox .footLogo {
    height: 30vw;
  }
}
.foot-3 .coutBox .footR {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .foot-3 .coutBox .footR {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.foot-3 .coutBox .footR .erwei {
  margin-left: 40px;
}
@media (max-width:1024px) {
  .foot-3 .coutBox .footR .erwei {
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    margin-top: 10vw;
  }
}
@media (max-width:1024px) {
  .foot-3 .coutBox .footR .erwei ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.foot-3 .coutBox .footR .erwei ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.foot-3 .coutBox .footR .erwei ul li img {
  object-fit: contain;
  width: 150px;
  height: 150px;
}
.foot-3 .coutBox .footR .rrBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
.foot-4 {
  background-color: #111;
}
.foot-4 .mask {
  width: 100%;
  height: 100%;
  padding: 100px 0 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .foot-4 .mask {
    padding: 14vw 10vw;
  }
}
.foot-4 .mask .cout {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1300px) {
  .foot-4 .mask .cout {
    width: 90%;
  }
}
@media (max-width:1024px) {
  .foot-4 .mask .cout {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset;
  }
}
.foot-4 .mask .cout .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
.foot-4 .mask .cout .left * {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
.foot-4 .mask .cout .left .footNav {
  margin-bottom: 40px;
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: unset;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .foot-4 .mask .cout .left .footNav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }
}
.foot-4 .mask .cout .left .footNav li {
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width:1024px) {
  .foot-4 .mask .cout .left .footNav li {
    margin: 0;
    margin-bottom: 6vw;
    width: 33.3333%;
    padding: 0;
  }
}
.foot-4 .mask .cout .left .footNav li a {
  line-height: 0.5em;
  transition-duration: 0.5s;
  transition-property: all;
}
.foot-4 .mask .cout .left .footNav li a:hover {
  color: #fff;
}
@media (max-width:1024px) {
  .foot-4 .mask .cout .left .footNav li a {
    line-height: 1em;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.foot-4 .mask .cout .left .footCompany {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
.foot-4 .mask .cout .left .footCompany span {
  margin-bottom: 10px;
}
.foot-4 .mask .cout .left .info {
  background-color: rgba(0, 0, 0, 0.8);
  margin-top: 40px;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
.foot-4 .mask .cout .left .info span,
.foot-4 .mask .cout .left .info a {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  padding: 4px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  transition-duration: 0.5s;
  transition-property: all;
}
.foot-4 .mask .cout .left .info a:hover {
  color: #fff;
}
.foot-4 .mask .cout .right .erwei {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .foot-4 .mask .cout .right .erwei {
    margin-top: 10vw;
  }
}
.foot-4 .mask .cout .right .erwei li {
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .foot-4 .mask .cout .right .erwei li {
    margin-left: 0;
    margin: 0 4vw;
  }
}
.foot-4 .mask .cout .right .erwei li img {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
}
.foot-4 .mask .cout .right .erwei li span {
  color: rgba(255, 255, 255, 0.7);
}
.foot-5 {
  width: 100%;
  background-color: #14141b;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.foot-5 * {
  color: #ccc;
}
.foot-5 > i {
  width: 80%;
  display: block;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff, #fff, #fff, #fff, rgba(255, 255, 255, 0));
  opacity: 0.5;
}
.foot-5 Logo {
  filter: grayscale(100%) brightness(500%);
  width: 150px;
  margin: 26px;
}
.foot-5 .cout {
  width: 1300px;
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}
.foot-5 .contactIco {
  display: flex;
}
.foot-5 Lbotm {
  display: flex;
  margin-top: 20px;
}
.foot-5 .botnav {
  display: flex;
}
.foot-5 .botnav .title {
  position: relative;
}
.foot-5 .botnav .title::before {
  content: "";
  display: block;
  left: -12px;
  width: 4px;
  height: 80%;
  top: 10%;
  position: absolute;
  background-color: #2f58aa;
  border-radius: 2px;
}
.foot-5 .ultwo a {
  font-size: 14px;
  opacity: 0.7;
  margin: 6px 0;
}
.foot-5 .botnav li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 120px;
}
.foot-5 .ultwo {
  margin-top: 10px;
}
.foot-5 .contactIco a {
  margin-right: 20px;
}
.foot-5 WX img {
  width: 100px;
  margin-bottom: 6px;
}
.foot-5 WX {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.foot-5 Contact li {
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.foot-5 Info {
  width: 1300px;
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
@media only screen and (max-width: 1600px) {
  .foot-5 .cout {
    width: 1200px;
  }
}
@media only screen and (max-width: 1300px) {
  .foot-5 .cout {
    width: 90%;
  }
  .foot-5 .botnav li {
    width: 10vw;
  }
  .foot-5 Info {
    width: 90%;
  }
}
@media only screen and (max-width: 1024px) {
  .foot-5 .botnav {
    flex-wrap: wrap;
  }
  .foot-5 .cout {
    flex-direction: column-reverse;
    width: 84%;
  }
  .foot-5 .botnav li {
    width: 33.333333%;
    margin-bottom: 6vw;
  }
  .foot-5 .ultwo {
    display: none;
  }
  .foot-5 Info {
    flex-direction: column;
    padding-top: 0;
  }
  .foot-5 Info span {
    font-size: 3.2vw;
    padding: 1vw 0;
  }
}
.foot-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-position: center;
  background-size: cover;
  padding-top: 60px;
  background-color: #f7f7f7;
}
@media (max-width:1300px) {
  .foot-6 {
    padding-top: 8vw;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .foot-6 {
    padding-top: 15vw;
  }
}
.foot-6 .bottom-nav {
  display: flex;
  align-items: center;
}
.foot-6 > i {
  display: block;
  height: 1px;
  width: 1300px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), #000000, rgba(0, 0, 0, 0));
  margin-top: 26px;
}
.foot-6 .inx-foot-info {
  display: flex;
  align-items: center;
  margin: 60px 0;
}
.foot-6 .inx-foot-info > img {
  margin-right: 80px;
}
.foot-6 .inx-weixin {
  width: 166px;
  height: 166px;
}
.foot-6 .inx-weixin {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot-6 .inx-weixin .erwei {
  width: 90px;
}
.foot-6 .inx-weixin .tquan {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: zhuanquan 30s linear 0s infinite normal;
  top: 0;
  left: 0;
}
@keyframes zhuanquan {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.foot-6 .foot-bottom * {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
.foot-6 .foot-bottom {
  background-color: #7b7465;
  width: 100%;
  height: 40px;
  padding: 0 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.foot-6 .foot-bottom > div {
  display: flex;
  align-items: center;
}
.foot-6 .foot-bottom > div > span {
  display: flex;
  align-items: center;
}
.foot-6 .foot-bottom > div:first-child a {
  margin-right: 30px;
}
.foot-6 .bottom-nav li a {
  transition: all 0.5s;
}
.foot-6 .bottom-nav li {
  margin: 0 20px;
}
.foot-6 .bottom-nav li a:hover {
  color: #d9b774;
}
.foot-6 .gotop {
  display: flex;
  flex-direction: column;
  border: 1px solid #333;
  align-items: center;
  width: 56px;
  height: 56px;
  position: relative;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 80px;
  transition: all 0.5s;
}
.foot-6 .gotop > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.foot-6 .gotop > div span {
  font-size: 12px;
}
.foot-6 .gotop o {
  height: 28px;
  width: 1px;
  display: block;
  position: absolute;
  left: 50%;
  top: -14px;
  overflow: hidden;
}
.foot-6 .gotop i {
  display: block;
  height: 100%;
  width: 100%;
  background-color: #333;
  transition: all 0.5s;
}
.foot-6 .gotop:hover i {
  animation: oixian 4s ease 0s infinite normal;
}
@keyframes oixian {
  0% {
    transform: translate(0, 0);
  }
  30% {
    transform: translate(0, -200%);
  }
  31% {
    transform: translate(300%, -100);
  }
  32% {
    transform: translate(300%, 200%);
  }
  33% {
    transform: translate(0, 200%);
  }
  60% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@media (max-width:1300px) {
  .foot-6 > i {
    width: 90%;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .foot-6 .inx-foot-info {
    flex-direction: column;
  }
  .foot-6 .bottom-nav {
    flex-wrap: wrap;
    justify-content: center;
  }
  .foot-6 .bottom-nav li {
    margin: 0;
    width: 33.33333%;
    margin: 4vw 0;
  }
  .foot-6 .inx-foot-info > img {
    margin-right: 0;
  }
  .foot-6 .bottom-nav li a {
    text-align: center;
  }
  .foot-6 .inx-weixin {
    margin-top: 10vw;
  }
  .foot-6 > i {
    margin: 10vw 0;
  }
}
.foot-7 {
  background-color: #f3f3f3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  overflow: hidden;
}
.foot-7 .neirong {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: unset;
}
.foot-7 .neirong .nrbox {
  width: 100%;
  position: relative;
  z-index: 1;
}
.foot-7 .neirong .nrbox .coutBox {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  height: 100%;
  padding: 60px 0;
}
@media (max-width:1300px) {
  .foot-7 .neirong .nrbox .coutBox {
    padding: 8vw 0;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .foot-7 .neirong .nrbox .coutBox {
    padding: 15vw 0;
  }
}
@media (max-width:1024px) {
  .foot-7 .neirong .nrbox .coutBox {
    padding: 0;
  }
}
.foot-7 .neirong .nrbox .coutBox .footTop {
  width: 100%;
  position: relative;
}
@media (max-width:1024px) {
  .foot-7 .neirong .nrbox .coutBox .footTop {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    flex-direction: column-reverse;
  }
}
.foot-7 .neirong .nrbox .coutBox .footTop .footnav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .foot-7 .neirong .nrbox .coutBox .footTop .footnav {
    flex-wrap: wrap;
    margin-top: 4vw;
  }
}
.foot-7 .neirong .nrbox .coutBox .footTop .footnav li {
  height: 100%;
  margin: 0 40px;
}
@media (max-width:1024px) {
  .foot-7 .neirong .nrbox .coutBox .footTop .footnav li {
    margin: 0 auto;
    width: 33.3333%;
    margin-bottom: 2vw;
  }
}
.foot-7 .neirong .nrbox .coutBox .footTop .footnav li a {
  writing-mode: vertical-lr;
  letter-spacing: 0.2em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1300px) {
  .foot-7 .neirong .nrbox .coutBox .footTop .footnav li a {
    font-size: 14px;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .foot-7 .neirong .nrbox .coutBox .footTop .footnav li a {
    writing-mode: unset;
    letter-spacing: 0;
  }
}
.foot-7 .neirong .nrbox .coutBox .footTop .footnav li a i {
  display: block;
  width: 20px;
  height: 4px;
  border-radius: 2px;
  background-color: #207f4c;
  margin-bottom: 10px;
}
@media (max-width:1024px) {
  .foot-7 .neirong .nrbox .coutBox .footTop .footnav li a i {
    width: 4px;
    height: 4vw;
    margin-bottom: 0;
    margin-right: 1vw;
  }
}
.foot-7 .neirong .nrbox .coutBox .footTop .foot-blogo img {
  width: 160px;
}
@media (max-width:1024px) {
  .foot-7 .neirong .nrbox .coutBox .footTop .foot-blogo img {
    width: 30vw;
  }
}
.foot-7 .neirong .nrbox .coutBox .footInfo {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1300px) {
  .foot-7 .neirong .nrbox .coutBox .footInfo {
    margin-top: 20px;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .foot-7 .neirong .nrbox .coutBox .footInfo {
    margin-top: 2vw;
  }
}
.foot-7 .neirong .nrbox .coutBox .footInfo li {
  font-size: 14px;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1300px) {
  .foot-7 .neirong .nrbox .coutBox .footInfo li {
    font-size: 12px;
    margin-top: 4px;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .foot-7 .neirong .nrbox .coutBox .footInfo li {
    font-size: 3vw;
  }
}
.foot-7 .neirong .nrbox .coutBox .gotop {
  margin-top: 40px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1300px) {
  .foot-7 .neirong .nrbox .coutBox .gotop {
    margin-top: 20px;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .foot-7 .neirong .nrbox .coutBox .gotop {
    margin-top: 4vw;
  }
}
.foot-7 .neirong .nrbox .coutBox .gotop .ico {
  width: 30px;
  height: 30px;
  overflow: hidden;
}
@media (max-width:1300px) {
  .foot-7 .neirong .nrbox .coutBox .gotop .ico {
    width: 20px;
    height: 20px;
  }
}
.foot-7 .neirong .nrbox .coutBox .gotop .ico i {
  font-size: 26px;
  width: 100%;
  height: 100%;
  display: block;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  animation: gotop 2s ease 0.5s infinite normal;
}
@media (max-width:1300px) {
  .foot-7 .neirong .nrbox .coutBox .gotop .ico i {
    font-size: 16px;
  }
}
.foot-7 .neirong .nrbox .coutBox .gotop span {
  font-size: 14px;
}
@media (max-width:1300px) {
  .foot-7 .neirong .nrbox .coutBox .gotop span {
    font-size: 12px;
  }
}
@keyframes gotop {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -100%);
  }
  51% {
    transform: translate(-100%, -100%);
  }
  52% {
    transform: translate(-100%, 100%);
  }
  53% {
    transform: translate(0, 100%);
  }
  100% {
    transform: translate(0, 0);
  }
}
.foot-8 {
  background-color: #151515;
  position: relative;
}
.foot-8 * {
  color: #fff;
  font-size: 14px;
}
.foot-8::before {
  content: '';
  position: absolute;
  z-index: 0;
  display: block;
  width: 100%;
  height: 8px;
  background-color: #207f4c;
  top: -4px;
}
.foot-8 .logoQuan {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  height: 160px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .foot-8 .logoQuan {
    width: 30vw;
    height: 30vw;
  }
}
.foot-8 .logoQuan img {
  width: 100px;
  height: 100px;
}
@media (max-width:1024px) {
  .foot-8 .logoQuan img {
    object-fit: contain;
    width: 15vw;
    height: 15vw;
  }
}
.foot-8 .cenBox {
  padding-top: 60px;
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
}
@media (max-width:1300px) {
  .foot-8 .cenBox {
    width: 90%;
  }
}
.foot-8 .cenBox .coutBox {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .foot-8 .cenBox .coutBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
@media (max-width:1024px) {
  .foot-8 .cenBox .coutBox > li {
    width: 100%;
    padding-bottom: 6vw;
  }
}
.foot-8 .cenBox .coutBox > li .lmTitle {
  position: relative;
  padding-left: 10px;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 44px;
}
@media (max-width:1024px) {
  .foot-8 .cenBox .coutBox > li .lmTitle {
    margin-bottom: 10vw;
  }
}
.foot-8 .cenBox .coutBox > li .lmTitle::before {
  content: '';
  position: absolute;
  z-index: 0;
  display: block;
  width: 4px;
  height: 20px;
  border-radius: 2px;
  background-color: #fff;
  left: 0;
  top: calc(50% - 10px);
}
.foot-8 .cenBox .coutBox .nav .list {
  width: 160px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media (max-width:1024px) {
  .foot-8 .cenBox .coutBox .nav .list {
    height: unset;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.foot-8 .cenBox .coutBox .nav .list li {
  height: 25%;
  width: 100px;
}
@media (max-width:1024px) {
  .foot-8 .cenBox .coutBox .nav .list li {
    width: 25%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    margin-bottom: 4vw;
  }
}
.foot-8 .cenBox .coutBox .nav .list li a {
  width: fit-content;
}
@media (max-width:1024px) {
  .foot-8 .cenBox .coutBox .nav .list li a {
    margin-right: 0;
  }
}
.foot-8 .cenBox .coutBox .contact .list li {
  margin-bottom: 32px;
}

.shop a{width: 70px;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  margin: 0 30px;
  color: #fff;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 52px;
  border: 1px solid #fff;
  padding: 6px 12px;}



@media (max-width:1024px) {
  .foot-8 .cenBox .coutBox .shop .list {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: left;
    flex-wrap: unset;
  }
}
.foot-8 .cenBox .coutBox .shop .list li {
  margin-bottom: 18px;
}
@media (max-width:1024px) {
  .foot-8 .cenBox .coutBox .shop .list li {
    margin-right: 4vw;
  }
}
.foot-8 .cenBox .coutBox .shop .list li a {
  width: 144px;
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
  height: 52px;
  border: 1px solid #fff;
  padding: 6px 12px;
}
.foot-8 .cenBox .coutBox .shop .list li a div {
  margin-left: 10px;
}
.foot-8 .cenBox .coutBox .weixin .list {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .foot-8 .cenBox .coutBox .weixin .list {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: unset;
  }
}
.foot-8 .cenBox .coutBox .weixin .list li {
  margin-right: 16px;
}
.foot-8 .cenBox .coutBox .weixin .list li .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.foot-8 .cenBox .coutBox .weixin .list li .box img {
  width: 132px;
  height: 132px;
}
.foot-8 .cenBox .coutBox .weixin .list li:last-child {
  margin-right: 0;
}
.foot-8 .info {
  width: 100%;
  height: 44px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width:1024px) {
  .foot-8 .info {
    height: unset;
    padding: 4vw 0;
  }
}
.foot-8 .info .cenBoxS {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
.foot-8 .info .cenBoxS * {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width:1300px) {
  .foot-8 .info .cenBoxS {
    width: 90%;
  }
}
@media (max-width:1024px) {
  .foot-8 .info .cenBoxS {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
.foot-8 .info .cenBoxS .left {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.foot-8 .info .cenBoxS .left .beian {
  margin-right: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .foot-8 .info .cenBoxS .left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: unset;
  }
}
.loadMod-1 {
  /* Text styles */
  /* cube container */
  /* Style for line */
  /* animation top line */
  /* animation bottom line */
  /* animation left line */
  /* animation right line */
  /* animation text */
}
.loadMod-1 .loadModBox {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1111;
}
.loadMod-1 .loadModBox .indexIn {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 111;
  opacity: 1;
  transition-duration: 0.5s;
  transition-property: all;
}
.loadMod-1 .loadModBox .mask {
  background-color: #207f4c;
  width: 100%;
  height: 100%;
}
.loadMod-1 .loadModBox .mask .loadLogo {
  filter: brightness(1000) grayscale(1);
}
.loadMod-1 .loadModBox.close .mask {
  transform: translateY(-30vw);
  transition-duration: 2s;
  transition-property: all;
}
.loadMod-1 .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -mos-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  /* disable selection and cursor changes */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.loadMod-1 .loader .loadLogo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 80%;
}
.loadMod-1 .loader .text {
  position: absolute;
  top: 1.7em;
  left: 0.15em;
  z-index: 5;
  font-size: 2.5em;
  font-weight: 900;
  text-transform: uppercase;
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1), 0 3px 5px rgba(0, 0, 0, 0.1), 0 5px 10px rgba(0, 0, 0, 0.1), 0 10px 10px rgba(0, 0, 0, 0.1), 0 20px 20px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
}
.loadMod-1 .loader .text span {
  display: block;
  float: left;
  -webkit-animation: text cubic-bezier(0.75, 0, 0.5, 1) 1.2s infinite;
  -moz-animation: text cubic-bezier(0.75, 0, 0.5, 1) 1.2s infinite;
  -ms-animation: text cubic-bezier(0.75, 0, 0.5, 1) 1.2s infinite;
  -o-animation: text cubic-bezier(0.75, 0, 0.5, 1) 1.2s infinite;
  animation: text cubic-bezier(0.75, 0, 0.5, 1) 1.2s infinite;
  color: #F2F2EF;
}
.loadMod-1 .loader .text span:nth-child(1) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -ms-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms;
}
.loadMod-1 .loader .text span:nth-child(2) {
  -webkit-animation-delay: 100ms;
  -moz-animation-delay: 100ms;
  -ms-animation-delay: 100ms;
  -o-animation-delay: 100ms;
  animation-delay: 100ms;
}
.loadMod-1 .loader .text span:nth-child(3) {
  -webkit-animation-delay: 200ms;
  -moz-animation-delay: 200ms;
  -ms-animation-delay: 200ms;
  -o-animation-delay: 200ms;
  animation-delay: 200ms;
}
.loadMod-1 .loader .text span:nth-child(4) {
  -webkit-animation-delay: 300ms;
  -moz-animation-delay: 300ms;
  -ms-animation-delay: 300ms;
  -o-animation-delay: 300ms;
  animation-delay: 300ms;
}
.loadMod-1 .loader .text span:nth-child(5) {
  -webkit-animation-delay: 400ms;
  -moz-animation-delay: 400ms;
  -ms-animation-delay: 400ms;
  -o-animation-delay: 400ms;
  animation-delay: 400ms;
}
.loadMod-1 .loader .text span:nth-child(6) {
  -webkit-animation-delay: 500ms;
  -moz-animation-delay: 500ms;
  -ms-animation-delay: 500ms;
  -o-animation-delay: 500ms;
  animation-delay: 500ms;
}
.loadMod-1 .loader .text span:nth-child(7) {
  -webkit-animation-delay: 600ms;
  -moz-animation-delay: 600ms;
  -ms-animation-delay: 600ms;
  -o-animation-delay: 600ms;
  animation-delay: 600ms;
}
.loadMod-1 .rotation {
  width: 200px;
  height: 200px;
  position: relative;
  overflow: hidden;
  /* background: rgb(0 0 0 / 10%); */
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -mos-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.loadMod-1 svg {
  position: absolute;
  top: 0;
  left: 0;
}
.loadMod-1 svg line {
  stroke-width: 1px;
  fill: none;
  stroke-dasharray: 200px;
}
.loadMod-1 .rotation svg line.top {
  stroke: #fff;
  -webkit-animation: topline cubic-bezier(0.75, 0, 0.5, 1) 1.5s infinite;
  -moz-animation: topline cubic-bezier(0.75, 0, 0.5, 1) 1.5s infinite;
  -ms-animation: topline cubic-bezier(0.75, 0, 0.5, 1) 1.5s infinite;
  -o-animation: topline cubic-bezier(0.75, 0, 0.5, 1) 1.5s infinite;
  animation: topline cubic-bezier(0.75, 0, 0.5, 1) 1.5s infinite;
}
.loadMod-1 .rotation svg line.bottom {
  stroke: #fff;
  -webkit-animation: bottomline cubic-bezier(0.75, 0, 0.5, 1) 1.5s infinite;
  -moz-animation: bottomline cubic-bezier(0.75, 0, 0.5, 1) 1.5s infinite;
  -ms-animation: bottomline cubic-bezier(0.75, 0, 0.5, 1) 1.5s infinite;
  -o-animation: bottomline cubic-bezier(0.75, 0, 0.5, 1) 1.5s infinite;
  animation: bottomline cubic-bezier(0.75, 0, 0.5, 1) 1.5s infinite;
}
.loadMod-1 .rotation svg line.left {
  stroke: #fff;
  -webkit-animation: leftline cubic-bezier(0.75, 0, 0.5, 1) 1.5s infinite;
  -moz-animation: leftline cubic-bezier(0.75, 0, 0.5, 1) 1.5s infinite;
  -ms-animation: leftline cubic-bezier(0.75, 0, 0.5, 1) 1.5s infinite;
  -o-animation: leftline cubic-bezier(0.75, 0, 0.5, 1) 1.5s infinite;
  animation: leftline cubic-bezier(0.75, 0, 0.5, 1) 1.5s infinite;
}
.loadMod-1 .rotation svg line.right {
  stroke: #fff;
  -webkit-animation: rightline cubic-bezier(0.75, 0, 0.5, 1) 1.5s infinite;
  -moz-animation: rightline cubic-bezier(0.75, 0, 0.5, 1) 1.5s infinite;
  -ms-animation: rightline cubic-bezier(0.75, 0, 0.5, 1) 1.5s infinite;
  -o-animation: rightline cubic-bezier(0.75, 0, 0.5, 1) 1.5s infinite;
  animation: rightline cubic-bezier(0.75, 0, 0.5, 1) 1.5s infinite;
}
@-webkit-keyframes topline {
  0% {
    -webkit-transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-200px);
  }
  100% {
    -webkit-transform: translateX(-400px);
  }
}
@-moz-keyframes topline {
  0% {
    -moz-transform: translateX(0px);
  }
  50% {
    -moz-transform: translateX(-200px);
  }
  100% {
    -moz-transform: translateX(-400px);
  }
}
@-mos-keyframes topline {
  0% {
    -mos-transform: translateX(0px);
  }
  50% {
    -mos-transform: translateX(-200px);
  }
  100% {
    -mos-transform: translateX(-400px);
  }
}
@-o-keyframes topline {
  0% {
    -o-transform: translateX(0px);
  }
  50% {
    -o-transform: translateX(-200px);
  }
  100% {
    -o-transform: translateX(-400px);
  }
}
@keyframes topline {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-200px);
  }
  100% {
    transform: translateX(-400px);
  }
}
@-webkit-keyframes bottomline {
  0% {
    -webkit-transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(200px);
  }
  100% {
    -webkit-transform: translateX(400px);
  }
}
@-moz-keyframes bottomline {
  0% {
    -moz-transform: translateX(0px);
  }
  50% {
    -moz-transform: translateX(200px);
  }
  100% {
    -moz-transform: translateX(400px);
  }
}
@-mos-keyframes bottomline {
  0% {
    -mos-transform: translateX(0px);
  }
  50% {
    -mos-transform: translateX(200px);
  }
  100% {
    -mos-transform: translateX(400px);
  }
}
@-o-keyframes bottomline {
  0% {
    -o-transform: translateX(0px);
  }
  50% {
    -o-transform: translateX(200px);
  }
  100% {
    -o-transform: translateX(400px);
  }
}
@keyframes bottomline {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(200px);
  }
  100% {
    transform: translateX(400px);
  }
}
@-webkit-keyframes leftline {
  0% {
    -webkit-transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(200px);
  }
  100% {
    -webkit-transform: translateY(400px);
  }
}
@-moz-keyframes leftline {
  0% {
    -moz-transform: translateY(0px);
  }
  50% {
    -moz-transform: translateY(200px);
  }
  100% {
    -moz-transform: translateY(400px);
  }
}
@-mos-keyframes leftline {
  0% {
    -mos-transform: translateY(0px);
  }
  50% {
    -mos-transform: translateY(200px);
  }
  100% {
    -mos-transform: translateY(400px);
  }
}
@-o-keyframes leftline {
  0% {
    -o-transform: translateY(0px);
  }
  50% {
    -o-transform: translateY(200px);
  }
  100% {
    -o-transform: translateY(400px);
  }
}
@keyframes leftline {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(200px);
  }
  100% {
    transform: translateY(400px);
  }
}
@-webkit-keyframes rightline {
  0% {
    -webkit-transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-200px);
  }
  100% {
    -webkit-transform: translateY(-400px);
  }
}
@-moz-keyframes rightline {
  0% {
    -moz-transform: translateY(0px);
  }
  50% {
    -moz-transform: translateY(-200px);
  }
  100% {
    -moz-transform: translateY(-400px);
  }
}
@-mos-keyframes rightline {
  0% {
    -mos-transform: translateY(0px);
  }
  50% {
    -mos-transform: translateY(-200px);
  }
  100% {
    -mos-transform: translateY(-400px);
  }
}
@-o-keyframes rightline {
  0% {
    -o-transform: translateY(0px);
  }
  50% {
    -o-transform: translateY(-200px);
  }
  100% {
    -o-transform: translateY(-400px);
  }
}
@keyframes rightline {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-200px);
  }
  100% {
    transform: translateY(-400px);
  }
}
@-webkit-keyframes text {
  0% {
    -webkit-transform: scale(1, 1);
  }
  40% {
    -webkit-transform: scale(1.4, 1.4);
  }
  70%,
  100% {
    -webkit-transform: scale(1, 1);
  }
}
@-moz-keyframes text {
  0% {
    -moz-transform: scale(1, 1);
  }
  40% {
    -moz-transform: scale(1.4, 1.4);
  }
  70%,
  100% {
    -moz-transform: scale(1, 1);
  }
}
@-mos-keyframes text {
  0% {
    -mos-transform: scale(1, 1);
  }
  40% {
    -mos-transform: scale(1.4, 1.4);
  }
  70%,
  100% {
    -mos-transform: scale(1, 1);
  }
}
@-o-keyframes text {
  0% {
    -o-transform: scale(1, 1);
  }
  40% {
    -o-transform: scale(1.4, 1.4);
  }
  70%,
  100% {
    -o-transform: scale(1, 1);
  }
}
@keyframes text {
  0% {
    transform: scale(1, 1);
  }
  40% {
    transform: scale(1.4, 1.4);
  }
  70%,
  100% {
    transform: scale(1, 1);
  }
}
.loadMod-2 {
  /* Start the loader code, first, let's align it the center of screen */
  /* 在这里添加自定义载入动效 */
  /* Text align it the center of screen and connect the looped animation for 2.5 seconds */
}
.loadMod-2 .inxLoad1 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 1111;
  background-color: #fff;
}
.loadMod-2 .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -mos-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
}
.loadMod-2 .inxLoad1 {
  background-size: cover;
  background-position: center;
  opacity: 1;
}
.loadMod-2 .inxLoad1 .inxLoadKuang {
  width: 100%;
  height: 100%;
  position: relative;
}
.loadMod-2 .inxLoad1 .inxLoadKuang .mask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.loadMod-2 .inxLoad1 .inxLoadKuang .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.loadMod-2 .inxLoad1 .mask {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
}
.loadMod-2 .loader .box {
  width: 400px;
  height: 400px;
  position: relative;
}
.loadMod-2 .loader .guidao {
  background-image: url(../../html/rgmod/othersMod/loadMod/loadMod-2/guidao.png);
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
}
.loadMod-2 .loader .guidaoS {
  background-image: url(../../html/rgmod/othersMod/loadMod/loadMod-2/guidaoS.png);
  background-size: 100% 100%;
  animation: loaderZ 3s linear infinite;
  width: 100%;
  height: 100%;
}
.loadMod-2 .loader .box .cenbox {
  position: absolute;
  width: 100%;
  height: 20%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 100%;
}
.loadMod-2 .loader .numU span,
.loadMod-2 .loader .numU i {
  color: #fff;
  font-size: 30px;
}
.loadMod-2 .loadlogo {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.loadMod-2 .loadlogo div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.loadMod-2 .loadlogo .fffbg {
  background-color: rgba(255, 255, 255, 0.2);
  width: 60%;
  height: 60%;
}
.loadMod-2 .loadlogo .fffbg > div {
  background-color: #ffffff;
  width: 80%;
  height: 80%;
}
.loadMod-2 .loadlogo img {
  width: 70%;
}
@-webkit-keyframes loaderZ {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 1024px) {
  .loadMod-2 .loader .box {
    width: 200px;
    height: 200px;
  }
}
.loadMod-3 {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #207f4c;
  width: 100%;
  height: 100%;
  z-index: 1111;
}
.loadMod-3 .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  height: 100%;
}
.loadMod-3 .box .loadLogo img {
  height: 100px;
  filter: brightness(1000) grayscale(1);
}
.loadMod-3 .box .loadIco {
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../../html/rgmod/othersMod/loadMod/loadMod-3/loadIco.png);
  background-position: center;
  width: 40px;
  height: 40px;
  animation: xuanzhuan 2s linear 0s infinite normal;
  animation-timing-function: ease-in-out;
  margin: 40px 0;
  transition-duration: 0.5s;
  transition-property: all;
}
.loadMod-3 .box .button {
  transform: translateY(40px);
  pointer-events: none;
  width: 260px;
  height: 90px;
  opacity: 0;
  transition-duration: 1s;
  transition-property: all;
}
.loadMod-3 .box .button .btnBox {
  border-radius: 45px;
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  color: #fff;
  transition-duration: 0.3s;
  transition-property: all;
  font-size: 24px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.loadMod-3 .box .button .btnBox:hover {
  background-color: #207f4c;
  color: #207f4c;
  border-color: #207f4c;
  cursor: pointer;
}
.loadMod-3.on .box .loadIco {
  transform: translateY(-20px);
  opacity: 0;
  pointer-events: none;
}
.loadMod-3.on .box .button {
  opacity: 1;
  transform: translateY(0px);
  pointer-events: auto;
  transition-delay: 0.5s;
}
.searchMod-1 .searchBtn {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .searchMod-1 .searchBtn {
    right: 20vw;
  }
}
.searchMod-1 .searchBtn i {
  display: block;
  color: #fff;
  font-size: 20px;
  transition-duration: 0.5s;
  transition-property: all;
}
@media (max-width:1024px) {
  .searchMod-1 .searchBtn i {
    font-size: 24px;
  }
}
.searchMod-1 .searchBtn span {
  margin-left: 10px;
}
.searchOpenBox {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  z-index: 3;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: all;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.searchOpenBox .cenBox {
  background-color: #f7f7f7;
  width: 100px;
  height: 100px;
  transition-duration: 1s;
  transition-property: all;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
.searchOpenBox .cenBox form {
  margin-top: 10vw;
  position: relative;
  z-index: 11;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: all;
  transform: translateY(40px);
}
.searchOpenBox .cenBox form .searchLogo {
  width: 150px;
  margin-bottom: 40px;
}
.searchOpenBox .cenBox form .boxN {
  width: 50vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  height: 50px;
}
@media (max-width:1024px) {
  .searchOpenBox .cenBox form .boxN {
    width: 90vw;
  }
}
.searchOpenBox .cenBox form .boxN input {
  width: calc(100% - 150px);
  border: 2px solid #999;
  height: 100%;
  border-right: none;
  border-top-left-radius: 4px;
  transition-duration: 0.5s;
  transition-property: all;
  border-bottom-left-radius: 4px;
  padding-left: 20px;
}
@media (max-width:1024px) {
  .searchOpenBox .cenBox form .boxN input {
    width: calc(100% - 20vw);
  }
}
.searchOpenBox .cenBox form .boxN input:focus {
  border-color: #207f4c;
}
.searchOpenBox .cenBox form .boxN button {
  cursor: pointer;
  width: 150px;
  height: 100%;
  background-color: #207f4c;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  color: #fff;
}
@media (max-width:1024px) {
  .searchOpenBox .cenBox form .boxN button {
    width: 20vw;
  }
}
.searchOpenBox .cenBox form .searchClose {
  margin-top: 60px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.searchOpenBox .cenBox form .searchClose i {
  font-size: 40px;
  transition-duration: 0.5s;
  transition-property: all;
}
.searchOpenBox .cenBox form .searchClose span {
  font-size: 16px;
  transition-duration: 0.5s;
  transition-property: all;
}
.searchOpenBox .cenBox form .searchClose:hover i {
  transform: rotate(180px);
  color: #207f4c;
}
.searchOpenBox .cenBox form .searchClose:hover span {
  color: #207f4c;
}
.searchOpenBox.open {
  opacity: 1;
  pointer-events: auto;
}
.searchOpenBox.open .cenBox {
  width: 100%;
  height: 100%;
  border-radius: 0%;
}
.searchOpenBox.open .cenBox form {
  transform: translateY(0);
  opacity: 1;
  transition-duration: 0.5s;
  transition-delay: 1s;
  transition-duration: 1s;
  transition-property: all;
}
.sortNav-1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  padding-bottom: 60px;
}
@media (max-width:1300px) {
  .sortNav-1 {
    padding-bottom: 8vw;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .sortNav-1 {
    padding-bottom: 15vw;
  }
}
@media (max-width:1024px) {
  .sortNav-1 .twoTab {
    width: 100%;
  }
}
.sortNav-1 .twoTab ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  .sortNav-1 .twoTab ul {
    margin: 0 auto;
    width: 90%;
  }
}
@media (max-width:1600px) and (max-width:1024px) {
  .sortNav-1 .twoTab ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset;
  }
}
.sortNav-1 .twoTab ul li {
  margin-right: 40px;
}
@media (max-width:1024px) {
  .sortNav-1 .twoTab ul li {
    margin-right: 0;
    width: unset;
  }
}
.sortNav-1 .twoTab ul li a .name {
  width: 160px;
  height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  transition-duration: 0.5s;
  transition-property: all;
  font-size: 18px;
}
@media (max-width:1024px) {
  .sortNav-1 .twoTab ul li a .name {
    width: 30vw;
    height: 10vw;
    font-size: 4vw;
  }
}
.sortNav-1 .twoTab ul li a.on .name {
  background-color: #207f4c;
  color: #fff;
  border-radius: 20px;
}
.sortNav-1 .twoTab ul li a:hover .name {
  background-color: #207f4c;
  color: #fff;
  border-radius: 30px;
}
.sortNav-2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  padding-bottom: 60px;
}
@media (max-width:1300px) {
  .sortNav-2 {
    padding-bottom: 8vw;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .sortNav-2 {
    padding-bottom: 15vw;
  }
}
@media (max-width:1024px) {
  .sortNav-2 .twoTab {
    width: 100%;
  }
}
.sortNav-2 .twoTab ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  .sortNav-2 .twoTab ul {
    margin: 0 auto;
  }
}
@media (max-width:1600px) and (max-width:1024px) {
  .sortNav-2 .twoTab ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset;
  }
}
.sortNav-2 .twoTab ul.noSwiper3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.sortNav-2 .twoTab ul li {
  width: unset;
}
.sortNav-2 .twoTab ul li a {
  margin: 0 20px;
  position: relative;
}
.sortNav-2 .twoTab ul li a .name {
  width: fit-content;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  transition-duration: 0.5s;
  transition-property: all;
  font-size: 16px;
}
@media (max-width:1024px) {
  .sortNav-2 .twoTab ul li a .name {
    font-size: 4vw;
  }
}
.sortNav-2 .twoTab ul li a::after {
  content: '';
  position: absolute;
  z-index: 0;
  display: block;
  width: 0;
  height: 2px;
  transition-duration: 0.5s;
  transition-property: all;
  border-radius: 1px;
  background-color: #207f4c;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 4px;
}
.sortNav-2 .twoTab ul li a.on .name {
  color: #207f4c;
}
.sortNav-2 .twoTab ul li a.on::after {
  width: 70%;
}
.sortNav-2 .twoTab ul li a:hover .name {
  color: #207f4c;
}
.sortNav-2 .twoTab ul li a:hover::after {
  width: 70%;
}
.sortNav-3 {
  background-color: #f3f3f3;
  height: 80px;
  border-radius: 40px;
  padding: 0 40px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1300px) {
  .sortNav-3 {
    width: 90%;
  }
}
.sortNav-3 .twoTab {
  height: 100%;
}
@media (max-width:1024px) {
  .sortNav-3 .twoTab {
    width: 100%;
  }
}
.sortNav-3 .twoTab ul {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  .sortNav-3 .twoTab ul {
    margin: 0 auto;
  }
}
@media (max-width:1600px) and (max-width:1024px) {
  .sortNav-3 .twoTab ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: unset;
    justify-content: unset;
    flex-wrap: unset;
  }
}
.sortNav-3 .twoTab ul.noSwiper3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.sortNav-3 .twoTab ul li {
  height: 100%;
  width: unset;
}
.sortNav-3 .twoTab ul li a {
  height: 100%;
  margin: 0 20px;
  position: relative;
}
.sortNav-3 .twoTab ul li a .name {
  width: fit-content;
  font-weight: bold;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  transition-duration: 0.5s;
  transition-property: all;
  font-size: 16px;
}
@media (max-width:1024px) {
  .sortNav-3 .twoTab ul li a .name {
    font-size: 4vw;
  }
}
.sortNav-3 .twoTab ul li a::after {
  content: '';
  position: absolute;
  z-index: 0;
  display: block;
  width: 0;
  height: 2px;
  transition-duration: 0.5s;
  transition-property: all;
  border-radius: 1px;
  background-color: #207f4c;
  left: 50%;
  transform: translateX(-50%);
}
.sortNav-3 .twoTab ul li a.on .name {
  color: #207f4c;
}
.sortNav-3 .twoTab ul li a.on::after {
  width: 100%;
}
.sortNav-3 .twoTab ul li a:hover .name {
  color: #207f4c;
}
.sortNav-3 .twoTab ul li a:hover::after {
  width: 100%;
}
.sortNav-3 .mianbao {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.sortNav-3 .mianbao .iconfont {
  font-size: 20px;
  color: #207f4c;
  margin-right: 10px;
}
.sortNav-3 .mianbao a:hover {
  color: #207f4c;
  text-decoration: underline;
}
.swiperNavigation-1 {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: unset;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .swiperNavigation-1 {
    display: none;
  }
}
.swiperNavigation-1 div {
  cursor: pointer;
  margin: 0 10px;
  width: 40px;
  height: 40px;
  transition-duration: 0.5s;
  transition-property: all;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .swiperNavigation-1 div {
    background-color: #f3f3f3;
  }
}
.swiperNavigation-1 div:hover {
  background-color: #fff;
}
.swiperNavigation-1 div.swiper-button-disabled {
  opacity: 0.2;
}
.swiperNavigation-2 .inxBannerBTN {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: calc(50% - 30px);
  z-index: 111;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
  transition: all 0.5s ease;
  outline: none;
}
.swiperNavigation-2 .inxBannerBTN i {
  color: #fff;
  font-size: 24px;
}
.swiperNavigation-2 .inxBannerBTN:hover {
  opacity: 1;
}
.swiperNavigation-2 .inxBanner-prev {
  left: 40px;
  transition-duration: 0.5s;
  transition-property: all;
}
.swiperNavigation-2 .inxBanner-prev.swiper-button-disabled {
  opacity: 0.2;
}
.swiperNavigation-2 .inxBanner-next {
  right: 40px;
  transition-duration: 0.5s;
  transition-property: all;
}
.swiperNavigation-2 .inxBanner-next.swiper-button-disabled {
  opacity: 0.2;
}
@media (max-width:1024px) {
  .swiperNavigation-2 {
    height: 64vw;
  }
  .swiperNavigation-2 .inxBannerBTN {
    width: 10vw;
    height: 10vw;
  }
  .swiperNavigation-2 .inxBanner-prev {
    left: 4vw;
  }
  .swiperNavigation-2 .inxBanner-next {
    right: 4vw;
  }
}
.swiperScrollbar-1 {
  height: 200px;
  width: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  position: absolute;
  left: 100px;
  bottom: 50px;
  z-index: 1;
  overflow: hidden;
  transition-duration: 0.5s;
  transition-property: all;
}
@media (max-width:1024px) {
  .swiperScrollbar-1 {
    height: 30vw;
    left: 10vw;
    bottom: 6vw;
  }
}
.swiperScrollbar-1 div {
  width: 100%;
  height: 100%;
  position: relative;
}
.swiperScrollbar-1 div div {
  height: 100%;
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: -100%;
  left: 0;
}
.swiperScrollbar-2 .inxScrollbar {
  position: absolute;
  width: 60vw;
  left: 20vw;
  bottom: 10px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
  height: 4px;
}
.swiperScrollbar-2 .inxScrollbar .swiper-scrollbar-drag {
  background-color: #fff;
}
.swiperPagination-1 .inxBannerPag {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.swiperPagination-1 .inxBannerPag .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.5);
}
.swiperPagination-1 .inxBannerPag .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.topNav-1 {
  width: 100%;
  height: 100px;
  z-index: 2;
  transition-duration: 0.5s;
  transition-property: all;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  top: 0;
  position: fixed;
  left: 0;
  padding: 0 80px;
}
@media (max-width:1600px) {
  .topNav-1 {
    height: 90px;
  }
}
@media (max-width:1600px) and (max-width:1300px) {
  .topNav-1 {
    height: 80px;
  }
}
@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
  .topNav-1 {
    height: 20vw;
  }
}
@media (max-width:1024px) {
  .topNav-1 {
    padding: 0 4vw;
  }
}
.topNav-1 .logo {
  z-index: 3;
  height: 80%;
  transition-duration: 0.5s;
  transition-property: all;
}
@media (max-width:1024px) {
  .topNav-1 .logo {
    left: 5vw;
    top: 7vw;
    height: 16vw;
  }
}
.topNav-1 .logo a {
  height: 100%;
}
.topNav-1 .logo a img {
  height: 100%;
  z-index: 0;
  transition-duration: 0.5s;
  transition-property: all;
  filter: brightness(1000) grayscale(1);
}
.topNav-1 .navBar {
  height: 100%;
  z-index: 2;
  transition-duration: 0.5s;
  transition-property: all;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: unset;
  opacity: 0;
  backdrop-filter: blur(10px);
}
.topNav-1 .navBar .ul1 {
  pointer-events: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .topNav-1 .navBar .ul1 {
    display: none;
  }
}
.topNav-1 .navBar .ul1 .li1 {
  margin-left: 60px;
  transition-duration: 0.5s;
  transition-property: all;
  position: relative;
}
.topNav-1 .navBar .ul1 .li1 .a1 {
  color: #fff;
  font-size: 14px;
}
.topNav-1 .navBar .ul1 .li1:after {
  content: '';
  z-index: 0;
  display: block;
  width: 0;
  height: 2px;
  border-radius: 1px;
  background-color: #fff;
  position: absolute;
  top: calc(100% + 4px);
  left: 50%;
  transform: translateX(-50%);
  transition-duration: 0.5s;
  transition-property: all;
}
.topNav-1 .navBar .ul1 .li1:hover:after {
  width: 100%;
}
.topNav-1 .navBar .ul1 .li1:hover:after {
  width: 100%;
}
.topNav-1 .navBar .ul1 .li1.on:after {
  width: 100%;
}
.topNav-1 .navBar .ul1 .li1 .ul2 {
  display: none;
}
.topNav-1.down {
  background-color: rgba(0, 0, 0, 0.3);
  height: 80px;
}
@media (max-width:1600px) {
  .topNav-1.down {
    height: 72px;
  }
}
@media (max-width:1600px) and (max-width:1300px) {
  .topNav-1.down {
    height: 64px;
  }
}
@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
  .topNav-1.down {
    height: 16vw;
  }
}
.topNav-1.down .logo a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .topNav-1.down .logo a img {
    height: 100%;
  }
}
.topNav-1.down .navBar {
  opacity: 1;
}
.topNav-1.down .navBar .ul1 {
  pointer-events: auto;
}
.topNav-1.down .topNavOpen .navBtn {
  top: 30px;
}
.topNav-1.down .navBtn {
  top: 30px;
}
.topNav-2 {
  background-color: #fff;
  width: 100%;
  height: 100px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.02);
}
@media (max-width:1600px) {
  .topNav-2 {
    height: 90px;
  }
}
@media (max-width:1600px) and (max-width:1300px) {
  .topNav-2 {
    height: 80px;
  }
}
@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
  .topNav-2 {
    height: 20vw;
  }
}
.topNav-2 .yxBox {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  width: 1200px;
  margin: 0 auto;
}
@media (max-width:1300px) {
  .topNav-2 .yxBox {
    width: 90%;
  }
}
.topNav-2 .yxBox .logo {
  height: 70%;
}
@media (max-width:1024px) {
  .topNav-2 .yxBox .logo {
    height: 16vw;
  }
}
.topNav-2 .yxBox .logo a {
  height: 100%;
}
.topNav-2 .yxBox .logo a img {
  height: 100%;
  z-index: 0;
  transition-duration: 0.5s;
  transition-property: all;
}
.topNav-2 .yxBox .navBar {
  height: 100%;
}
.topNav-2 .yxBox .navBar .ul1 {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .topNav-2 .yxBox .navBar .ul1 {
    display: none;
  }
}
.topNav-2 .yxBox .navBar .ul1 .li1 {
  position: relative;
  width: 150px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.topNav-2 .yxBox .navBar .ul1 .li1 .a1 {
  position: relative;
  transition-duration: 0.5s;
  transition-property: all;
}
.topNav-2 .yxBox .navBar .ul1 .li1 .a1:after {
  content: '';
  z-index: 0;
  display: block;
  width: 0;
  height: 2px;
  border-radius: 1px;
  background-color: #333;
  position: absolute;
  top: calc(100% + 4px);
  left: 50%;
  transform: translateX(-50%);
  transition-duration: 0.5s;
  transition-property: all;
}
.topNav-2 .yxBox .navBar .ul1 .li1.on .a1 {
  color: #207f4c;
}
.topNav-2 .yxBox .navBar .ul1 .li1.on .a1:after {
  width: 100%;
  background-color: #207f4c;
}
.topNav-2 .yxBox .navBar .ul1 .li1:hover .a1 {
  color: #207f4c;
}
.topNav-2 .yxBox .navBar .ul1 .li1:hover .a1:after {
  width: 100%;
  background-color: #207f4c;
}
.topNav-2 .yxBox .navBar .ul1 .li1:hover .a1 {
  color: #207f4c;
}
.topNav-2 .yxBox .navBar .ul1 .li1:hover .a1:after {
  width: 100%;
  background-color: #207f4c;
}
.topNav-2 .yxBox .navBar .ul1 .li1:hover .ul2 {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0px);
}
.topNav-2 .yxBox .navBar .ul1 .li1::before {
  content: '';
  position: absolute;
  z-index: 0;
  display: block;
  width: 1px;
  height: 10px;
  background-color: #999;
  left: 0;
  top: calc(50% - 5px);
}
.topNav-2 .yxBox .navBar .ul1 .li1:first-child::before {
  display: none;
}
.topNav-2 .yxBox .navBar .ul1 .li1 .ul2 {
  z-index: 2;
  transition-duration: 0.5s;
  transition-property: all;
  transform: translateY(20px);
  position: absolute;
  top: 100%;
  pointer-events: none;
  opacity: 0;
  width: 100%;
}
.topNav-2 .yxBox .navBar .ul1 .li1 .ul2 li {
  width: 100%;
  height: 60px;
}
.topNav-2 .yxBox .navBar .ul1 .li1 .ul2 li a {
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  height: 100%;
  transition-duration: 0.5s;
  transition-property: all;
}
.topNav-2 .yxBox .navBar .ul1 .li1 .ul2 li a:hover {
  background-color: #207f4c;
  color: #fff;
}
.topNav-3 {
  height: 100px;
}
@media (max-width:1600px) {
  .topNav-3 {
    height: 90px;
  }
}
@media (max-width:1600px) and (max-width:1300px) {
  .topNav-3 {
    height: 80px;
  }
}
@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
  .topNav-3 {
    height: 20vw;
  }
}
.topNav-3 .topnav {
  width: 100%;
  height: 100px;
  position: relative;
}
@media (max-width:1600px) {
  .topNav-3 .topnav {
    height: 90px;
  }
}
@media (max-width:1600px) and (max-width:1300px) {
  .topNav-3 .topnav {
    height: 80px;
  }
}
@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
  .topNav-3 .topnav {
    height: 20vw;
  }
}
.topNav-3 .topnav .box {
  height: 100%;
  background-color: #fff;
  transition-duration: 0.5s;
  transition-property: all;
}
.topNav-3 .topnav .box .cenBox {
  height: 100%;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1300px) {
  .topNav-3 .topnav .box .cenBox {
    width: 90%;
  }
}
@media (max-width:1600px) {
  .topNav-3 .topnav .box .cenBox {
    width: 90%;
  }
}
@media (max-width:1600px) and (max-width:1300px) {
  .topNav-3 .topnav .box .cenBox {
    height: 80px;
  }
}
@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
  .topNav-3 .topnav .box .cenBox {
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset;
  }
}
.topNav-3 .topnav .box .cenBox .opLogo-m {
  display: none;
  height: 80%;
}
.topNav-3 .topnav .box .cenBox .opLogo-m img {
  height: 100%;
}
@media (max-width:1024px) {
  .topNav-3 .topnav .box .cenBox .opLogo-m {
    display: block;
  }
}
.topNav-3 .topnav .box .cenBox .navBar {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .topNav-3 .topnav .box .cenBox .navBar {
    display: none;
  }
}
.topNav-3 .topnav .box .cenBox .navBar .topLogo {
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.topNav-3 .topnav .box .cenBox .navBar .topLogo a {
  width: 160px;
  height: 100%;
  border-radius: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.topNav-3 .topnav .box .cenBox .navBar .topLogo a img {
  width: 60%;
  height: 80%;
  object-fit: contain;
}
.topNav-3 .topnav .box .cenBox .navBar .navList {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.topNav-3 .topnav .box .cenBox .navBar .navList > li {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.topNav-3 .topnav .box .cenBox .navBar .navList > li > a {
  padding: 0 30px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  .topNav-3 .topnav .box .cenBox .navBar .navList > li > a {
    padding: 0 30px;
  }
}
.topNav-3 .topnav .box .cenBox .navBar .navList > li > a span {
  position: relative;
  z-index: 1;
  transition-duration: 0.5s;
  transition-property: all;
}
@media (max-width:1300px) {
  .topNav-3 .topnav .box .cenBox .navBar .navList > li > a span {
    font-size: 14px;
  }
}
.topNav-3 .topnav .box .cenBox .navBar .navList > li > a::after {
  content: '';
  position: absolute;
  z-index: 0;
  display: block;
  width: 100%;
  height: 0;
  background-color: #207f4c;
  transition-duration: 0.5s;
  transition-property: all;
  bottom: 0;
}
.topNav-3 .topnav .box .cenBox .navBar .navList > li:hover > a span {
  color: #fff;
}
.topNav-3 .topnav .box .cenBox .navBar .navList > li:hover > a::after {
  height: 100%;
}
.topNav-3 .topnav .box .cenBox .navBar .navList > li:hover .twoNav {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.topNav-3 .topnav .box .cenBox .navBar .navList > li.on > a span {
  color: #fff;
}
.topNav-3 .topnav .box .cenBox .navBar .navList > li.on > a::after {
  height: 100%;
}
.topNav-3 .topnav .box .cenBox .navBar .navList > li .twoNav {
  width: 100%;
  top: 100%;
  left: 0;
  transition-duration: 0.5s;
  transition-property: all;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 11;
  padding-top: 0px;
  transform: translateY(20px);
}
.topNav-3 .topnav .box .cenBox .navBar .navList > li .twoNav ul {
  padding: 10px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  box-shadow: 0px 0px 10px #f0f2f5;
  transition-duration: 0.5s;
  transition-property: all;
}
.topNav-3 .topnav .box .cenBox .navBar .navList > li .twoNav ul > li {
  width: 100%;
}
.topNav-3 .topnav .box .cenBox .navBar .navList > li .twoNav ul > li a {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #666;
  transition: all 0.5s;
  padding: 10px 0;
  border-radius: 4px;
}
.topNav-3 .topnav .box .cenBox .navBar .navList > li .twoNav ul > li a:hover {
  background-color: #207f4c;
  color: #fff;
}
.topNav-3 .topnav .box .cenBox .navBar .navList > li .twoNav.on ul {
  transform: translateY(0px);
}
.topNav-3 .topnav .box .cenBox .navBar .navList > li.logoL {
  margin-right: 110px;
}
@media (max-width:1600px) {
  .topNav-3 .topnav .box .cenBox .navBar .navList > li.logoL {
    margin-right: 110px;
  }
}
.topNav-3 .topnav .box .cenBox .navBar .navList > li.logoR {
  margin-left: 110px;
}
@media (max-width:1600px) {
  .topNav-3 .topnav .box .cenBox .navBar .navList > li.logoR {
    margin-left: 110px;
  }
}
.topNav-3 .topnav .box .cenBox .rightBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.topNav-3 .topnav.ready {
  z-index: 12;
  position: fixed;
  top: -100px;
  left: 0;
  transition-duration: 0.5s;
  transition-property: all;
  pointer-events: none;
}
.topNav-3 .topnav.on {
  pointer-events: auto;
  transform: translateY(100%);
}
.topNav-4 {
  width: 100%;
  transition-duration: 0.5s;
  transition-property: all;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.topNav-4.down {
  background-color: #fff;
}
.topNav-4.down .topnavBox .box .navBar .navList .li1 .a1 span {
  color: #333;
}
.topNav-4.down .topnavBox .box .navBar .navList .li1:hover .a1 span {
  color: #207f4c;
}
.topNav-4.down .topnavBox .box .navBar .navList .li1.on .a1 .span {
  color: #207f4c;
}
.topNav-4 .topnavBox {
  position: relative;
  width: 100%;
}
.topNav-4 .topnavBox .box {
  height: 100px;
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1600px) {
  .topNav-4 .topnavBox .box {
    height: 90px;
  }
}
@media (max-width:1600px) and (max-width:1300px) {
  .topNav-4 .topnavBox .box {
    height: 80px;
  }
}
@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
  .topNav-4 .topnavBox .box {
    height: 20vw;
  }
}
@media (max-width:1300px) {
  .topNav-4 .topnavBox .box {
    width: 90%;
  }
}
@media (max-width:1024px) {
  .topNav-4 .topnavBox .box {
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: unset;
  }
}
.topNav-4 .topnavBox .box .opLogo-m {
  display: none;
  height: 80%;
}
.topNav-4 .topnavBox .box .opLogo-m img {
  height: 100%;
}
@media (max-width:1024px) {
  .topNav-4 .topnavBox .box .opLogo-m {
    display: block;
  }
}
.topNav-4 .topnavBox .box .navBar {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .topNav-4 .topnavBox .box .navBar {
    display: none;
  }
}
.topNav-4 .topnavBox .box .navBar .topLogo {
  height: 100%;
}
.topNav-4 .topnavBox .box .navBar .topLogo a {
  height: 100%;
  border-radius: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.topNav-4 .topnavBox .box .navBar .topLogo a img {
  width: 200px;
  height: 80%;
  object-fit: contain;
}
.topNav-4 .topnavBox .box .navBar .navList {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.topNav-4 .topnavBox .box .navBar .navList .li1 {
  padding: 0 20px;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.topNav-4 .topnavBox .box .navBar .navList .li1 .a1 {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.topNav-4 .topnavBox .box .navBar .navList .li1 .a1 span {
  color: #fff;
  font-size: 14px;
  position: relative;
  z-index: 1;
  transition-duration: 0.5s;
  transition-property: all;
}
.topNav-4 .topnavBox .box .navBar .navList .li1:hover .a1 span {
  color: #207f4c;
}
.topNav-4 .topnavBox .box .navBar .navList .li1:hover .twoNav {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
.topNav-4 .topnavBox .box .navBar .navList .li1.on .a1 span {
  color: #207f4c;
}
.topNav-4 .topnavBox .box .navBar .navList .li1 .twoNav {
  width: 100%;
  top: 100%;
  left: 0;
  transition-duration: 0.5s;
  transition-property: all;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  z-index: 11;
  padding-top: 0px;
  transform: translateY(20px);
}
.topNav-4 .topnavBox .box .navBar .navList .li1 .twoNav ul {
  padding: 10px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  box-shadow: 0px 0px 10px #f0f2f5;
  transition-duration: 0.5s;
  transition-property: all;
}
.topNav-4 .topnavBox .box .navBar .navList .li1 .twoNav ul > li {
  width: 100%;
}
.topNav-4 .topnavBox .box .navBar .navList .li1 .twoNav ul > li a {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #666;
  transition: all 0.5s;
  padding: 10px 0;
  border-radius: 4px;
}
.topNav-4 .topnavBox .box .navBar .navList .li1 .twoNav ul > li a:hover {
  background-color: #207f4c;
  color: #fff;
}
.topNav-4 .topnavBox .box .navBar .navList .li1 .twoNav.on ul {
  transform: translateY(0px);
}
.topNav-4 .topnavBox .box .rightBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.topNav-5 .topNavBox {
  width: 100%;
  height: 100px;
  position: relative;
  z-index: 11;
  background-color: #207f4c;
  padding-right: 40px;
}
@media (max-width:1600px) {
  .topNav-5 .topNavBox {
    height: 90px;
  }
}
@media (max-width:1600px) and (max-width:1300px) {
  .topNav-5 .topNavBox {
    height: 80px;
  }
}
@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
  .topNav-5 .topNavBox {
    height: 20vw;
  }
}
@media (max-width:1300px) {
  .topNav-5 .topNavBox {
    padding-right: 20px;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .topNav-5 .topNavBox {
    display: none;
  }
}
.topNav-5 .topNavBox .cenBox {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  width: 1200px;
  margin: 0 auto;
}
@media (max-width:1300px) {
  .topNav-5 .topNavBox .cenBox {
    width: 90%;
  }
}
.topNav-5 .topNavBox .cenBox .logo {
  margin-right: 40px;
  height: 70%;
}
.topNav-5 .topNavBox .cenBox .logo img {
  height: 100%;
}
.topNav-5 .topNavBox .cenBox .navBar {
  padding-right: 100px;
  width: 75%;
  height: 100%;
}
@media (max-width:1300px) {
  .topNav-5 .topNavBox .cenBox .navBar {
    padding-right: 4vw;
  }
}
.topNav-5 .topNavBox .cenBox .navBar * {
  color: #fff;
}
.topNav-5 .topNavBox .cenBox .navBar ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
.topNav-5 .topNavBox .cenBox .navBar ul li {
  height: 100%;
  flex: 1;
}
.topNav-5 .topNavBox .cenBox .navBar ul li a {
  width: 100%;
  height: 100%;
  transform: translateY(6px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  transition-duration: 0.5s;
  transition-property: all;
}
.topNav-5 .topNavBox .cenBox .navBar ul li a div {
  font-size: 16px;
}
@media (max-width:1300px) {
  .topNav-5 .topNavBox .cenBox .navBar ul li a div {
    font-size: 14px;
  }
}
.topNav-5 .topNavBox .cenBox .navBar ul li a span {
  text-transform: uppercase;
  font-size: 14px;
  opacity: 0;
  font-size: 12px;
  transition-duration: 0.5s;
  transition-property: all;
}
.topNav-5 .topNavBox .cenBox .navBar ul li a:hover {
  transform: translateY(0);
  background-color: rgba(255, 255, 255, 0.1);
}
.topNav-5 .topNavBox .cenBox .navBar ul li a:hover span {
  opacity: 0.7;
}
.topNav-5 .topNavBox .cenBox .navBar ul li.on a {
  transform: translateY(0);
  background-color: rgba(255, 255, 255, 0.1);
}
.topNav-5 .topNavBox .cenBox .navBar ul li.on a span {
  opacity: 0.7;
}
.topNav-5 .topNavBox .cenBox .searchBox {
  width: 25%;
}
.topNav-5 .topNavBox .cenBox .searchBox form {
  height: 36px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: unset;
  flex-wrap: unset;
  width: 100%;
}
.topNav-5 .topNavBox .cenBox .searchBox form input {
  height: 100%;
  width: 70%;
  font-size: 14px;
  padding-left: 20px;
  background-color: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
@media (max-width:1300px) {
  .topNav-5 .topNavBox .cenBox .searchBox form input {
    font-size: 12px;
  }
}
.topNav-5 .topNavBox .cenBox .searchBox form input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.topNav-5 .topNavBox .cenBox .searchBox form button {
  height: 100%;
  width: 30%;
  background-color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  transition-duration: 0.5s;
  transition-property: all;
}
.topNav-5 .topNavBox .cenBox .searchBox form button:hover {
  background-color: #fff;
}
.topNav-5 .topNavBox .cenBox .searchBox form button i {
  color: #207f4c;
  font-size: 14px;
  margin-right: 6px;
}
.topNav-5 .topNavBox .cenBox .searchBox form button span {
  color: #207f4c;
  font-size: 14px;
}
@media (max-width:1300px) {
  .topNav-5 .topNavBox .cenBox .searchBox form button span {
    font-size: 12px;
  }
}
.topNav-6 {
  z-index: 111;
  position: fixed;
  top: 0;
  left: 0;
  transition-duration: 0.5s;
  transition-property: all;
  background-color: #fffbe9;
  width: 100%;
  height: 100px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.02);
}
@media (max-width:1600px) {
  .topNav-6 {
    height: 90px;
  }
}
@media (max-width:1600px) and (max-width:1300px) {
  .topNav-6 {
    height: 80px;
  }
}
@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
  .topNav-6 {
    height: 20vw;
  }
}
@media (max-width:1300px) {
  .topNav-6 {
    height: 80px;
  }
}
@media (max-width:1300px) and (max-width:1024px) {
  .topNav-6 {
    height: 20vw;
  }
}
.topNav-6 .yxBox {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
  width: 1200px;
  margin: 0 auto;
}
@media (max-width:1300px) {
  .topNav-6 .yxBox {
    width: 90%;
  }
}
.topNav-6 .yxBox .logo {
  height: 90%;
}
@media (max-width:1024px) {
  .topNav-6 .yxBox .logo {
    height: 16vw;
  }
}
.topNav-6 .yxBox .logo a {
  height: 100%;
}
.topNav-6 .yxBox .logo a img {
  height: 100%;
  z-index: 0;
}
.topNav-6 .yxBox .navBar {
  height: 100%;
  width: 60%;
}
@media (max-width:1024px) {
  .topNav-6 .yxBox .navBar {
    height: unset;
    width: unset;
  }
}
.topNav-6 .yxBox .navBar .ul1 {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .topNav-6 .yxBox .navBar .ul1 {
    display: none;
  }
}
@media (max-width:1024px) {
  .topNav-6 .yxBox .navBar .ul1 {
    display: none;
  }
}
.topNav-6 .yxBox .navBar .ul1 .li1 {
  position: relative;
  width: 150px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.topNav-6 .yxBox .navBar .ul1 .li1 .a1 {
  position: relative;
  transition-duration: 0.5s;
  transition-property: all;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.topNav-6 .yxBox .navBar .ul1 .li1 .a1:after {
  content: '';
  z-index: 0;
  display: block;
  width: 0;
  height: 2px;
  border-radius: 1px;
  background-color: #333;
  position: absolute;
  transform: translate(0);
  width: 100%;
  background-color: #207f4c;
  bottom: 0;
  height: 0;
  left: 0;
  transition-duration: 0.5s;
  transition-property: all;
}
.topNav-6 .yxBox .navBar .ul1 .li1 .a1 div {
  font-size: 16px;
  position: relative;
  z-index: 1;
  transition-duration: 0.5s;
  transition-property: all;
}
@media (max-width:1300px) {
  .topNav-6 .yxBox .navBar .ul1 .li1 .a1 div {
    font-size: 14px;
  }
}
.topNav-6 .yxBox .navBar .ul1 .li1.on .a1 {
  color: #207f4c;
}
.topNav-6 .yxBox .navBar .ul1 .li1.on .a1:after {
  height: 100%;
  background-color: #2da966;
}
.topNav-6 .yxBox .navBar .ul1 .li1.on .a1 div {
  color: #fff;
}
.topNav-6 .yxBox .navBar .ul1 .li1 .twoUl {
  transition-duration: 0.5s;
  transition-property: all;
  z-index: 2;
  position: absolute;
  top: 100%;
  pointer-events: none;
  opacity: 0;
  width: 100%;
}
.topNav-6 .yxBox .navBar .ul1 .li1 .twoUl .ul2 {
  transform: translateY(20px);
  transition-duration: 0.5s;
  transition-property: all;
}
.topNav-6 .yxBox .navBar .ul1 .li1 .twoUl .ul2 li {
  width: 100%;
  height: 60px;
}
.topNav-6 .yxBox .navBar .ul1 .li1 .twoUl .ul2 li a {
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  height: 100%;
  transition-duration: 0.5s;
  transition-property: all;
}
.topNav-6 .yxBox .navBar .ul1 .li1 .twoUl .ul2 li a:hover {
  background-color: #207f4c;
  color: #fff;
}
.topNav-6 .yxBox .navBar .ul1 .li1:hover .a1 {
  color: #207f4c;
}
.topNav-6 .yxBox .navBar .ul1 .li1:hover .a1:after {
  height: 100%;
  background-color: #207f4c;
}
.topNav-6 .yxBox .navBar .ul1 .li1:hover .a1 div {
  color: #fff;
}
.topNav-6 .yxBox .navBar .ul1 .li1:hover .a1 {
  color: #207f4c;
}
.topNav-6 .yxBox .navBar .ul1 .li1:hover .a1:after {
  height: 100%;
  background-color: #207f4c;
}
.topNav-6 .yxBox .navBar .ul1 .li1:hover .a1 div {
  color: #fff;
}
.topNav-6 .yxBox .navBar .ul1 .li1:hover .twoUl {
  opacity: 1;
  pointer-events: auto;
}
.topNav-6 .yxBox .navBar .ul1 .li1:hover .twoUl .ul2 {
  transform: translateY(0px);
}
@media (min-width:1024px) {
  .topNav-6 .yxBox .navBtn {
    display: none;
  }
}
.topNav-6 .yxBox .topNavOpen-4 {
  width: unset;
  position: unset;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (min-width:1024px) {
  .topNav-6 .yxBox .topNavOpen-4 {
    display: none;
  }
}
@media (max-width:1024px) {
  .topNav-6 .yxBox .topNavOpen-4 .openCout .openTop {
    height: 20vw;
  }
}
.topNav-6 .yxBox .topNavOpen-4 .openCout .box {
  background-color: #207f4c;
}
.topNav-6 .yxBox .topNavOpen-4 .openCout .box > div > ul > li a {
  font-size: 6vw;
}
.topNav-6 .yxBox .topNavOpen-4 .openCout .box > div > ul > li .twoUl li a {
  font-size: 4vw;
}
.topNav-6.hide {
  transform: translateY(-100%);
}
.topNav-6.top0 {
  backdrop-filter: blur(10px);
  background-color: rgb(32 127 76);
}
.topNav-6.top0 .logo a img {
  filter: brightness(1000) grayscale(1);
}
.topNav-6.top0 .yxBox .navBar .ul1 .li1 .a1 div {
  color: #fff;
}
.topNav-7 {
  z-index: 111;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition-duration: 0.5s;
  transition-property: all;
}
.topNav-7 .topNavBox {
  background-color: #fff;
  width: 100%;
  transition-duration: 0.5s;
  transition-property: all;
  height: 100px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.02);
}
@media (max-width:1600px) {
  .topNav-7 .topNavBox {
    height: 90px;
  }
}
@media (max-width:1600px) and (max-width:1300px) {
  .topNav-7 .topNavBox {
    height: 80px;
  }
}
@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
  .topNav-7 .topNavBox {
    height: 20vw;
  }
}
.topNav-7 .topNavBox .yxBox {
  height: 100%;
  padding: 0 80px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: unset;
}
.topNav-7 .topNavBox .yxBox .logo {
  height: 70%;
}
@media (max-width:1024px) {
  .topNav-7 .topNavBox .yxBox .logo {
    height: 16vw;
  }
}
.topNav-7 .topNavBox .yxBox .logo a {
  height: 100%;
}
.topNav-7 .topNavBox .yxBox .logo a img {
  height: 100%;
  z-index: 0;
}
.topNav-7 .topNavBox .yxBox .navBar {
  height: 100%;
  width: 60%;
}
@media (max-width:1024px) {
  .topNav-7 .topNavBox .yxBox .navBar {
    display: none;
  }
}
.topNav-7 .topNavBox .yxBox .navBar .ul1 {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .topNav-7 .topNavBox .yxBox .navBar .ul1 {
    display: none;
  }
}
.topNav-7 .topNavBox .yxBox .navBar .ul1 .li1 {
  position: relative;
  width: 150px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.topNav-7 .topNavBox .yxBox .navBar .ul1 .li1 .a1 {
  position: relative;
  transition-duration: 0.5s;
  transition-property: all;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.topNav-7 .topNavBox .yxBox .navBar .ul1 .li1 .a1:after {
  content: '';
  z-index: 0;
  display: block;
  width: 0;
  height: 2px;
  border-radius: 1px;
  background-color: #333;
  position: absolute;
  transform: translate(0);
  width: 100%;
  background-color: #207f4c;
  bottom: 0;
  height: 0;
  left: 0;
  transition-duration: 0.5s;
  transition-property: all;
}
.topNav-7 .topNavBox .yxBox .navBar .ul1 .li1 .a1 div {
  font-size: 16px;
  position: relative;
  z-index: 1;
  transition-duration: 0.5s;
  transition-property: all;
}
@media (max-width:1300px) {
  .topNav-7 .topNavBox .yxBox .navBar .ul1 .li1 .a1 div {
    font-size: 14px;
  }
}
.topNav-7 .topNavBox .yxBox .navBar .ul1 .li1.on .a1 {
  color: #207f4c;
}
.topNav-7 .topNavBox .yxBox .navBar .ul1 .li1.on .a1:after {
  height: 100%;
  background-color: #207f4c;
}
.topNav-7 .topNavBox .yxBox .navBar .ul1 .li1.on .a1 div {
  color: #fff;
}
.topNav-7 .topNavBox .yxBox .navBar .ul1 .li1 .ul2 {
  z-index: 2;
  transition-duration: 0.5s;
  transition-property: all;
  transform: translateY(20px);
  position: fixed;
  left: 0;
  height: 400px;
  pointer-events: none;
  opacity: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: unset;
  padding: 80px;
  background-color: #207f4c;
  top: 100px;
}
@media (max-width:1600px) {
  .topNav-7 .topNavBox .yxBox .navBar .ul1 .li1 .ul2 {
    top: 90px;
  }
}
@media (max-width:1600px) and (max-width:1300px) {
  .topNav-7 .topNavBox .yxBox .navBar .ul1 .li1 .ul2 {
    top: 80px;
  }
}
@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
  .topNav-7 .topNavBox .yxBox .navBar .ul1 .li1 .ul2 {
    top: 20vw;
  }
}
.topNav-7 .topNavBox .yxBox .navBar .ul1 .li1 .ul2 .left {
  height: 100%;
  width: 70%;
}
.topNav-7 .topNavBox .yxBox .navBar .ul1 .li1 .ul2 .left .nav2 {
  width: 90%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.topNav-7 .topNavBox .yxBox .navBar .ul1 .li1 .ul2 .left .nav2 li {
  width: 50%;
  height: 60px;
}
.topNav-7 .topNavBox .yxBox .navBar .ul1 .li1 .ul2 .left .nav2 li a {
  width: 90%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: unset;
  position: relative;
  padding-bottom: 10px;
  font-size: 18px;
  color: #fff;
}
.topNav-7 .topNavBox .yxBox .navBar .ul1 .li1 .ul2 .left .nav2 li a i {
  margin-left: 30px;
  color: #fff;
  transition-duration: 0.5s;
  transition-property: all;
}
.topNav-7 .topNavBox .yxBox .navBar .ul1 .li1 .ul2 .left .nav2 li a .xian {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
}
.topNav-7 .topNavBox .yxBox .navBar .ul1 .li1 .ul2 .left .nav2 li a .xian div {
  width: 0;
  height: 100%;
  background-color: #fff;
  transition-duration: 0.5s;
  transition-property: all;
}
.topNav-7 .topNavBox .yxBox .navBar .ul1 .li1 .ul2 .left .nav2 li a:hover i {
  margin-left: 10px;
}
.topNav-7 .topNavBox .yxBox .navBar .ul1 .li1 .ul2 .left .nav2 li a:hover .xian div {
  width: 100%;
}
.topNav-7 .topNavBox .yxBox .navBar .ul1 .li1 .ul2 .right {
  width: 30%;
  height: 100%;
}
.topNav-7 .topNavBox .yxBox .navBar .ul1 .li1 .ul2 .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.topNav-7 .topNavBox .yxBox .navBar .ul1 .li1:hover .a1 {
  color: #207f4c;
}
.topNav-7 .topNavBox .yxBox .navBar .ul1 .li1:hover .a1:after {
  height: 100%;
  background-color: #207f4c;
}
.topNav-7 .topNavBox .yxBox .navBar .ul1 .li1:hover .a1 div {
  color: #fff;
}
.topNav-7 .topNavBox .yxBox .navBar .ul1 .li1:hover .a1 {
  color: #207f4c;
}
.topNav-7 .topNavBox .yxBox .navBar .ul1 .li1:hover .a1:after {
  height: 100%;
  background-color: #207f4c;
}
.topNav-7 .topNavBox .yxBox .navBar .ul1 .li1:hover .a1 div {
  color: #fff;
}
.topNav-7 .topNavBox .yxBox .navBar .ul1 .li1:hover .ul2 {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0px);
}
@media (min-width:1024px) {
  .topNav-7 .topNavBox .yxBox .navBtn {
    display: none;
  }
}
.topNav-7 .topNavBox .yxBox .topNavOpen-4 {
  width: unset;
  position: unset;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (min-width:1024px) {
  .topNav-7 .topNavBox .yxBox .topNavOpen-4 {
    display: none;
  }
}
@media (max-width:1024px) {
  .topNav-7 .topNavBox .yxBox .topNavOpen-4 .openCout .openTop {
    height: 20vw;
  }
}
.topNav-7 .topNavBox .yxBox .topNavOpen-4 .openCout .box {
  background-color: #207f4c;
}
.topNav-7 .topNavBox .yxBox .topNavOpen-4 .openCout .box > div > ul > li a {
  font-size: 6vw;
}
.topNav-7 .topNavBox .yxBox .topNavOpen-4 .openCout .box > div > ul > li .twoUl li a {
  font-size: 4vw;
}
.topNav-7.hide .topNavBox {
  transform: translateY(-100%);
}
.topNav-7.top0 .topNavBox {
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, 0.3);
}
.topNav-7.top0 .topNavBox .logo a img {
  filter: brightness(1000) grayscale(1);
}
.topNav-7.top0 .topNavBox .yxBox .navBar .ul1 .li1 .a1 div {
  color: #fff;
}
.topNav-7 .pcOpenBox {
  width: 100%;
  z-index: 2;
}
.topNav-7 .pcOpenBox .openCout {
  position: relative;
  width: 100%;
  height: 100%;
}
.topNav-7 .pcOpenBox .openCout .oneBox {
  height: 400px;
  width: 100%;
  pointer-events: none;
  background-color: #207f4c;
  opacity: 0;
  transform: translateY(20px);
  position: absolute;
  top: 0;
  left: 0;
  transition-duration: 0.5s;
  transition-property: all;
}
.topNav-7 .pcOpenBox .openCout .oneBox.show {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0px);
}
.topNavOpen-1 .navBtn {
  z-index: 7;
  width: 26px;
  height: 26px;
  cursor: pointer;
  transition-duration: 0.5s;
  transition-property: all;
  position: relative;
}
@media (max-width:1024px) {
  .topNavOpen-1 .navBtn {
    right: 5vw;
    top: 10vw;
  }
}
.topNavOpen-1 .navBtn ul {
  width: 100%;
  position: relative;
  height: 80%;
}
.topNavOpen-1 .navBtn ul li {
  height: 1px;
  background-color: #fff;
  position: absolute;
  width: 100%;
  right: 0;
  transition-duration: 0.5s;
  transition-property: all;
}
.topNavOpen-1 .navBtn ul li:nth-child(1) {
  top: 0;
}
.topNavOpen-1 .navBtn ul li:nth-child(2) {
  top: 50%;
}
.topNavOpen-1 .navBtn ul li:nth-child(3) {
  top: 100%;
}
.topNavOpen-1 .navBtn.on ul li:nth-child(1) {
  transform: translate(0, 10px) rotate(140deg);
}
.topNavOpen-1 .navBtn.on ul li:nth-child(2) {
  opacity: 0;
  transform: translate(0, 0) rotate(180deg);
}
.topNavOpen-1 .navBtn.on ul li:nth-child(3) {
  transform: translate(0, -10px) rotate(220deg);
}
.topNavOpen-1 .openCout {
  pointer-events: none;
  position: fixed;
  z-index: 6;
  width: 100%;
  height: 100%;
  top: 0%;
  left: 0%;
  transition-duration: 1s;
  transition-property: all;
  opacity: 0;
  transform: scale(1.4, 1.6);
  background-color: #fff;
}
.topNavOpen-1 .openCout .navOpenBox {
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.topNavOpen-1 .openCout .navOpenBox .coutBox {
  z-index: 2;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width:1024px) {
  .topNavOpen-1 .openCout .navOpenBox .coutBox {
    position: unset;
  }
}
.topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width:1024px) {
  .topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 {
  flex: 1;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 {
    flex: 1;
    width: 100%;
  }
}
.topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .boxCp {
  width: 70%;
  position: relative;
  height: 60%;
}
@media (max-width:1300px) {
  .topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .boxCp {
    padding: 30px 0;
  }
}
@media (max-width:1024px) {
  .topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .boxCp {
    padding: 0;
    position: unset;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .boxCp .txtBox {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: unset;
  flex-wrap: unset;
  position: relative;
}
@media (max-width:1024px) {
  .topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .boxCp .txtBox {
    position: unset;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: unset;
  }
}
.topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .boxCp .txtBox .miaoshu {
  writing-mode: vertical-lr;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.2em;
}
@media (max-width:1600px) {
  .topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .boxCp .txtBox .miaoshu {
    font-size: 16px;
  }
}
@media (max-width:1600px) and (max-width:1300px) {
  .topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .boxCp .txtBox .miaoshu {
    font-size: 12px;
  }
}
@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
  .topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .boxCp .txtBox .miaoshu {
    writing-mode: lr;
  }
}
.topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .boxCp .txtBox > i {
  display: block;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 10px;
  margin: 2vw 0;
}
@media (max-width:1024px) {
  .topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .boxCp .txtBox > i {
    top: 0px;
    margin: 0;
    position: absolute;
    width: 100%;
    height: 1px;
  }
}
.topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .boxCp .txtBox > i i {
  width: 100%;
  background-color: #fff;
  height: 0;
  transition-duration: 0.5s;
  transition-property: all;
}
.topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .boxCp .txtBox .title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  writing-mode: vertical-lr;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  transition-duration: 0.5s;
  transition-property: all;
  letter-spacing: 0.1em;
}
@media (max-width:1300px) {
  .topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .boxCp .txtBox .title {
    font-size: 24px;
  }
}
@media (max-width:1024px) {
  .topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .boxCp .txtBox .title {
    writing-mode: lr;
    font-size: 5vw;
    position: unset;
    transform: translateY(0);
  }
}
.topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .boxCp .twoNavLink {
  opacity: 0;
  transform: translateY(-100%);
  transition-duration: 0.5s;
  transition-property: all;
  position: absolute;
  width: 90%;
  top: 200px;
  left: 20px;
}
@media (max-width:1024px) {
  .topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .boxCp .twoNavLink {
    height: 100%;
    left: unset;
    width: fit-content;
    transform: translateY(0);
    opacity: 1;
    top: 0;
    right: 10%;
  }
}
.topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .boxCp .twoNavLink ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .boxCp .twoNavLink ul {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: unset;
    width: fit-content;
  }
}
.topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .boxCp .twoNavLink ul li {
  margin-bottom: 20px;
}
@media (max-width:1024px) {
  .topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .boxCp .twoNavLink ul li {
    line-height: 1.5em;
    margin-bottom: 0;
  }
}
.topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .boxCp .twoNavLink ul li a {
  color: #fff;
}
@media (max-width:1024px) {
  .topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1 .boxCp .twoNavLink ul li a {
    font-size: 3.4vw;
  }
}
.topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1.on .boxCp .txtBox .title {
  top: 0;
  transform: translateY(0);
}
.topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1.on .boxCp .twoNavLink {
  opacity: 1;
  transform: translateY(0);
}
.topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1:hover .boxCp .txtBox .title {
  top: 0;
  transform: translateY(0);
}
.topNavOpen-1 .openCout .navOpenBox .coutBox .ul1 .li1:hover .boxCp .twoNavLink {
  opacity: 1;
  transform: translateY(0);
}
.topNavOpen-1 .openCout .navOpenBox .coutBox .maskOn {
  height: 100%;
  background-color: #207f4c;
  opacity: 0.7;
  width: 12.5%;
  position: absolute;
  top: 0;
  left: 0;
  transition-duration: 0.5s;
  transition-property: all;
}
.topNavOpen-1 .openCout .navOpenBox .navOpenBg {
  height: 100%;
}
.topNavOpen-1 .openCout .navOpenBox .navOpenBg #navOpenBg {
  height: 100%;
}
.topNavOpen-1 .openCout .navOpenBox .navOpenBg #navOpenBg li {
  pointer-events: none;
}
.topNavOpen-1 .openCout .navOpenBox .navOpenBg #navOpenBg li img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.topNavOpen-1 .openCout.open {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1, 1);
}
.topNavOpen-1 .openCout.open .navOpenBox .navOpenBg #navOpenBg li {
  pointer-events: auto;
}
.topNavOpen-2 .topNavBtn {
  z-index: 220;
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.topNavOpen-2 .topNavBtn.on {
  background-color: rgba(0, 0, 0, 0.2);
}
.topNavOpen-2 .c-menu-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  color: #b59f73;
  transition: opacity 320ms ease;
  cursor: pointer;
}
.topNavOpen-2 .c-menu-button * {
  color: #fff;
}
.topNavOpen-2 .c-menu-button.is-active .c-menu-button-text-open {
  opacity: 0;
}
.topNavOpen-2 .c-menu-button.is-active .c-menu-button-text-close {
  opacity: 1;
}
.topNavOpen-2 .c-menu-button.is-active .c-menu-button-icon .c-menu-button-icon-bar:nth-child(1) {
  transform: rotate(24deg);
}
.topNavOpen-2 .c-menu-button.is-active .c-menu-button-icon .c-menu-button-icon-bar:nth-child(2) {
  transform: rotate(-24deg);
}
.topNavOpen-2 .c-menu-button-text {
  position: relative;
  width: 5em;
  font-family: myriad-pro, "Yu Gothic", "YuGothic", sans-serif;
  line-height: 1;
  text-align: center;
}
.topNavOpen-2 .c-menu-button-text-open,
.topNavOpen-2 .c-menu-button-text-close {
  padding-left: 0.2em;
  transition: opacity 400ms ease;
  font-size: 14px;
}
.topNavOpen-2 .c-menu-button-text-open {
  display: block;
}
.topNavOpen-2 .c-menu-button-text-close {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.topNavOpen-2 .c-menu-button-icon {
  position: relative;
  height: 1px;
}
.topNavOpen-2 .c-menu-button-icon-bar {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  content: "";
  background-color: currentColor;
}
.topNavOpen-2 .l-header-container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 210;
  width: 50%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  white-space: nowrap;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  will-change: opacity, mask-position;
  border-bottom-left-radius: 50vw;
}
.topNavOpen-2 .l-header-container::after {
  display: inline-block;
  width: 1px;
  height: 100%;
  vertical-align: middle;
  content: "";
}
.topNavOpen-2 .l-header-container.is-active {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
.topNavOpen-2 .l-header-container.is-active .l-header-nav-item {
  opacity: 1;
  transition: opacity 1400ms linear;
}
.topNavOpen-2 .l-header-content {
  display: inline-block;
  width: calc(100% - 2px);
  white-space: normal;
  vertical-align: middle;
}
.topNavOpen-2 .l-header-nav {
  display: flex;
}
.topNavOpen-2 .l-header-nav-item {
  display: flex;
  line-height: 1;
  opacity: 0;
  transition: opacity 600ms linear;
}
.topNavOpen-2 .l-header-nav-item:nth-child(1) {
  transition-delay: 0ms;
}
.topNavOpen-2 .l-header-nav-item:nth-child(2) {
  transition-delay: 120ms;
}
.topNavOpen-2 .l-header-nav-item:nth-child(3) {
  transition-delay: 240ms;
}
.topNavOpen-2 .l-header-nav-item:nth-child(4) {
  transition-delay: 360ms;
}
.topNavOpen-2 .l-header-nav-item:nth-child(5) {
  transition-delay: 480ms;
}
.topNavOpen-2 .l-header-nav-item:nth-child(6) {
  transition-delay: 600ms;
}
.topNavOpen-2 .l-header-nav-item:nth-child(7) {
  transition-delay: 720ms;
}
.topNavOpen-2 .l-header-nav-item:nth-child(8) {
  transition-delay: 800ms;
}
.topNavOpen-2 .l-header-nav-link {
  font-weight: 300;
  color: #fff;
  transition: color 320ms ease;
}
.topNavOpen-2 .l-header-nav-link[target=_blank] svg {
  fill: currentColor;
}
.topNavOpen-2 .l-header-shop {
  filter: drop-shadow(0 0 6.4rem rgba(70, 59, 53, 0.12));
}
.topNavOpen-2 .l-header-shop-link {
  flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #fff;
  filter: drop-shadow(0 0 6.4rem rgba(70, 59, 53, 0.14));
  transform: translate3d(0, 0, 0);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topNavOpen-2 .l-header-shop-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
}
.topNavOpen-2 .l-header-shop-brand {
  font-family: century-gothic, "Yu Gothic", "YuGothic", sans-serif;
  line-height: 1.2;
  color: #463b35;
}
.topNavOpen-2 .l-header-shop-desc {
  line-height: 1.2;
  color: rgba(77, 77, 77, 0.5);
}
@media screen and (max-width: 834px) {
  .topNavOpen-2 {
    /* .c-menu-button-icon {
            width: 8.6rem
        } */
  }
  .topNavOpen-2 .c-menu-button.is-active .c-menu-button-icon .c-menu-button-icon-bar {
    transition: top 240ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 280ms 320ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .topNavOpen-2 .c-menu-button.is-active .c-menu-button-icon .c-menu-button-icon-bar:nth-child(1) {
    top: 1rem;
  }
  .topNavOpen-2 .c-menu-button-text {
    margin-bottom: 2.6rem;
    font-size: 2.6rem;
    letter-spacing: 0.2em;
  }
  .topNavOpen-2 .c-menu-button-icon-bar {
    transition: transform 240ms cubic-bezier(0.165, 0.84, 0.44, 1), top 280ms 320ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .topNavOpen-2 .c-menu-button-icon-bar:nth-child(1) {
    top: -1rem;
  }
  .topNavOpen-2 .c-menu-button-icon-bar:nth-child(2) {
    top: 1rem;
  }
  .topNavOpen-2 .l-header-container {
    -webkit-mask-position: 50% 100%;
    mask-position: 50% 100%;
    -webkit-mask-size: 100% 500%;
    mask-size: 100% 500%;
    -webkit-mask-image: linear-gradient(to top, transparent 0%, transparent 20%, #ffffff 40%, #ffffff 60%, transparent 80%, transparent 100%);
    mask-image: linear-gradient(to top, transparent 0%, transparent 20%, #ffffff 40%, #ffffff 60%, transparent 80%, transparent 100%);
  }
  .topNavOpen-2 .l-header-container.is-active {
    -webkit-mask-position: 50% 50%;
    mask-position: 50% 50%;
    transition: opacity 0s, visibility 0s, -webkit-mask-position 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0s, visibility 0s, mask-position 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0s, visibility 0s, mask-position 1000ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-mask-position 1000ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .topNavOpen-2 .l-header-container.is-active .l-header-nav-item:nth-child(1) {
    transition-delay: 120ms;
  }
  .topNavOpen-2 .l-header-container.is-active .l-header-nav-item:nth-child(2) {
    transition-delay: 200ms;
  }
  .topNavOpen-2 .l-header-container.is-active .l-header-nav-item:nth-child(3) {
    transition-delay: 280ms;
  }
  .topNavOpen-2 .l-header-container.is-active .l-header-nav-item:nth-child(4) {
    transition-delay: 360ms;
  }
  .topNavOpen-2 .l-header-container.is-active .l-header-nav-item:nth-child(5) {
    transition-delay: 440ms;
  }
  .topNavOpen-2 .l-header-container.is-active .l-header-nav-item:nth-child(6) {
    transition-delay: 520ms;
  }
  .topNavOpen-2 .l-header-container.is-active .l-header-nav-item:nth-child(7) {
    transition-delay: 600ms;
  }
  .topNavOpen-2 .l-header-container.is-active .l-header-nav-item:nth-child(8) {
    transition-delay: 680ms;
  }
  .topNavOpen-2 .l-header-container.is-leave {
    -webkit-mask-position: 50% 0;
    mask-position: 50% 0;
    transition: opacity 0s 1120ms, visibility 0s 1120ms, -webkit-mask-position 1000ms 120ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: mask-position 1000ms 120ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0s 1120ms, visibility 0s 1120ms;
    transition: mask-position 1000ms 120ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0s 1120ms, visibility 0s 1120ms, -webkit-mask-position 1000ms 120ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .topNavOpen-2 .l-header-content {
    padding: 12rem 0;
  }
  .topNavOpen-2 .l-header-nav {
    justify-content: center;
  }
  .topNavOpen-2 .l-header-nav-item {
    justify-content: center;
  }
  .topNavOpen-2 .l-header-nav-item + .l-header-nav-item {
    margin-top: 7.2rem;
  }
  .topNavOpen-2 .l-header-nav-link {
    position: relative;
    font-size: 4.6rem;
    letter-spacing: 0.17em;
  }
  .topNavOpen-2 .l-header-nav-link[target=_blank] svg {
    position: absolute;
    top: calc(50% - 1.1rem);
    left: calc(100% + 1rem);
    width: 3rem;
    height: 3rem;
  }
  .topNavOpen-2 .l-header-shop {
    width: 67.1rem;
    height: 27rem;
  }
  .topNavOpen-2 .l-header-shop-link {
    -webkit-mask-image: url(../fonts/header_shop_mask_sp.svg);
    mask-image: url(../fonts/header_shop_mask_sp.svg);
  }
  .topNavOpen-2 .l-header-shop-heading {
    margin-bottom: 2.4rem;
    font-size: 4.4rem;
  }
  .topNavOpen-2 .l-header-shop-brand {
    margin-bottom: 0.9rem;
    font-size: 2.8rem;
  }
  .topNavOpen-2 .l-header-shop-desc {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 835px) {
  .topNavOpen-2 .c-menu-button.is-active .c-menu-button-icon .c-menu-button-icon-bar {
    transition: top 320ms cubic-bezier(0.165, 0.84, 0.44, 1), transform 360ms 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .topNavOpen-2 .c-menu-button.is-active .c-menu-button-icon .c-menu-button-icon-bar:nth-child(1) {
    top: 0.4rem;
  }
  .topNavOpen-2 .c-menu-button-text {
    margin-bottom: 1.2rem;
    font-size: 1.2rem;
    letter-spacing: 0.2em;
  }
  .topNavOpen-2 .c-menu-button-icon {
    width: 40px;
  }
  .topNavOpen-2 .c-menu-button-icon-bar {
    transition: transform 320ms cubic-bezier(0.165, 0.84, 0.44, 1), top 360ms 420ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .topNavOpen-2 .c-menu-button-icon-bar:nth-child(1) {
    top: -0.4rem;
  }
  .topNavOpen-2 .c-menu-button-icon-bar:nth-child(2) {
    top: 0.4rem;
  }
  .topNavOpen-2 .l-header-container {
    -webkit-mask-position: 0 50%;
    mask-position: 0 50%;
    -webkit-mask-size: 500% 100%;
    mask-size: 500% 100%;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, transparent 20%, #ffffff 40%, #ffffff 60%, transparent 80%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, transparent 20%, #ffffff 40%, #ffffff 60%, transparent 80%, transparent 100%);
    background-color: rgba(0, 90, 70, 0.6);
  }
  .topNavOpen-2 .l-header-container.is-active {
    -webkit-mask-position: 50% 50%;
    mask-position: 50% 50%;
    transition: opacity 0s, visibility 0s, -webkit-mask-position 1300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0s, visibility 0s, mask-position 1300ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 0s, visibility 0s, mask-position 1300ms cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-mask-position 1300ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .topNavOpen-2 .l-header-container.is-active .l-header-nav-item {
    transition-duration: 1400ms;
  }
  .topNavOpen-2 .l-header-container.is-active .l-header-nav-item:nth-child(1) {
    transition-delay: 200ms;
  }
  .topNavOpen-2 .l-header-container.is-active .l-header-nav-item:nth-child(2) {
    transition-delay: 300ms;
  }
  .topNavOpen-2 .l-header-container.is-active .l-header-nav-item:nth-child(3) {
    transition-delay: 400ms;
  }
  .topNavOpen-2 .l-header-container.is-active .l-header-nav-item:nth-child(4) {
    transition-delay: 500ms;
  }
  .topNavOpen-2 .l-header-container.is-active .l-header-nav-item:nth-child(5) {
    transition-delay: 600ms;
  }
  .topNavOpen-2 .l-header-container.is-active .l-header-nav-item:nth-child(6) {
    transition-delay: 700ms;
  }
  .topNavOpen-2 .l-header-container.is-active .l-header-nav-item:nth-child(7) {
    transition-delay: 800ms;
  }
  .topNavOpen-2 .l-header-container.is-active .l-header-nav-item:nth-child(8) {
    transition-delay: 900ms;
  }
  .topNavOpen-2 .l-header-container.is-leave {
    -webkit-mask-position: 100% 50%;
    mask-position: 100% 50%;
    transition: opacity 0s 1420ms, visibility 0s 1420ms, -webkit-mask-position 1300ms 120ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: mask-position 1300ms 120ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0s 1420ms, visibility 0s 1420ms;
    transition: mask-position 1300ms 120ms cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0s 1420ms, visibility 0s 1420ms, -webkit-mask-position 1300ms 120ms cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .topNavOpen-2 .l-header-content {
    padding: 6rem 16rem;
  }
  .topNavOpen-2 .l-header-nav {
    justify-content: flex-end;
  }
  .topNavOpen-2 .l-header-nav-item {
    justify-content: flex-end;
  }
  .topNavOpen-2 .l-header-nav-item + .l-header-nav-item {
    margin-top: 3.6rem;
  }
  .topNavOpen-2 .l-header-nav-link {
    display: flex;
    align-items: flex-end;
    font-size: 3rem;
    letter-spacing: 0.17em;
  }
  .topNavOpen-2 .l-header-nav-link[target=_blank] {
    padding-right: 0.6rem;
  }
  .topNavOpen-2 .l-header-nav-link[target=_blank] svg {
    width: 1.8rem;
    height: 1.8rem;
    margin: 0 0 0.2rem 0.7rem;
  }
  .topNavOpen-2 .l-header-shop {
    width: 53rem;
    height: 14.4rem;
  }
  .topNavOpen-2 .l-header-shop-link {
    -webkit-mask-image: url(../fonts/header_shop_mask_pc.svg);
    mask-image: url(../fonts/header_shop_mask_pc.svg);
  }
  .topNavOpen-2 .l-header-shop-heading {
    margin-bottom: 1.6rem;
    font-size: 2.4rem;
  }
  .topNavOpen-2 .l-header-shop-brand {
    margin-bottom: 1.2rem;
    font-size: 1.3rem;
  }
  .topNavOpen-2 .l-header-shop-desc {
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  .topNavOpen-2 .c-menu-button:hover {
    opacity: 0.6;
  }
}
@media (hover: none) {
  .topNavOpen-2 .c-menu-button:active {
    opacity: 0.6;
  }
}
.topNavOpen-2 .js-txt-split {
  display: flex;
  align-items: center;
}
.topNavOpen-2 .js-txt-split__cell {
  color: #fff;
  font-size: 30px;
}
.topNavOpen-2 .c-rollup {
  position: relative;
  overflow: hidden;
  height: 1em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
}
.topNavOpen-2 .c-rollup__nom {
  position: relative;
}
.topNavOpen-2 .c-rollup__hov {
  position: absolute;
  top: 1px;
  left: 0;
}
.topNavOpen-2 .c-rollup .c-rollup__hov .js-txt-split__cell {
  -webkit-transform: translateY(1em);
  -ms-transform: translateY(1em);
  transform: translateY(1em);
}
.topNavOpen-2 .c-rollup .js-txt-split__cell {
  display: flex;
  font-family: 'xianxian';
  align-items: center;
  transition: transform 0.4s ease 30ms, color 0s;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.topNavOpen-2 .js-txt-split__cell:first-child {
  -webkit-animation-delay: 0.05s !important;
  animation-delay: 0.05s !important;
}
.topNavOpen-2 .js-txt-split__cell:nth-child(2) {
  -webkit-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}
.topNavOpen-2 .js-txt-split__cell:nth-child(3) {
  -webkit-animation-delay: 0.15s !important;
  animation-delay: 0.15s !important;
}
.topNavOpen-2 .js-txt-split__cell:nth-child(4) {
  -webkit-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}
.topNavOpen-2 .js-txt-split__cell:nth-child(5) {
  -webkit-animation-delay: 0.25s !important;
  animation-delay: 0.25s !important;
}
.topNavOpen-2 .js-txt-split__cell:nth-child(6) {
  -webkit-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}
.topNavOpen-2 .js-txt-split__cell:nth-child(7) {
  -webkit-animation-delay: 0.35s !important;
  animation-delay: 0.35s !important;
}
.topNavOpen-2 .js-txt-split__cell:nth-child(8) {
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}
.topNavOpen-2 .js-txt-split__cell:nth-child(9) {
  -webkit-animation-delay: 0.45s !important;
  animation-delay: 0.45s !important;
}
.topNavOpen-2 .js-txt-split__cell:nth-child(10) {
  -webkit-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}
.topNavOpen-2 .js-txt-split__cell:nth-child(11) {
  -webkit-animation-delay: 0.55s !important;
  animation-delay: 0.55s !important;
}
.topNavOpen-2 .js-txt-split__cell:nth-child(12) {
  -webkit-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}
.topNavOpen-2 .js-txt-split__cell:nth-child(13) {
  -webkit-animation-delay: 0.65s !important;
  animation-delay: 0.65s !important;
}
.topNavOpen-2 .js-txt-split__cell:nth-child(14) {
  -webkit-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}
.topNavOpen-2 .js-txt-split__cell:nth-child(15) {
  -webkit-animation-delay: 0.75s !important;
  animation-delay: 0.75s !important;
}
.topNavOpen-2 .js-txt-split__cell:nth-child(16) {
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}
.topNavOpen-2 .js-txt-split__cell:nth-child(17) {
  -webkit-animation-delay: 0.85s !important;
  animation-delay: 0.85s !important;
}
.topNavOpen-2 .js-txt-split__cell:nth-child(18) {
  -webkit-animation-delay: 0.9s !important;
  animation-delay: 0.9s !important;
}
.topNavOpen-2 .js-txt-split__cell:nth-child(19) {
  -webkit-animation-delay: 0.95s !important;
  animation-delay: 0.95s !important;
}
.topNavOpen-2 .js-txt-split__cell:nth-child(20) {
  -webkit-animation-delay: 1s !important;
  animation-delay: 1s !important;
}
.topNavOpen-2 .is-init > .js-txt-split__cell {
  -webkit-animation: textFadeInUp 0.5s ease forwards;
  animation: textFadeInUp 0.5s ease forwards;
}
.topNavOpen-2 .c-rollup.is-hover .c-rollup__nom .js-txt-split__cell {
  -webkit-transform: translateY(-1em);
  -ms-transform: translateY(-1em);
  transform: translateY(-1em);
}
.topNavOpen-2 .c-rollup.is-hover .c-rollup__hov .js-txt-split__cell {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.topNavOpen-2 .is-hover .c-rollup .c-rollup__nom .js-txt-split__cell {
  -webkit-transform: translateY(-1em);
  -ms-transform: translateY(-1em);
  transform: translateY(-1em);
}
.topNavOpen-2 .is-hover .c-rollup .c-rollup__hov .js-txt-split__cell {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.topNavOpen-2 .topNavBtn .is-active span {
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .topNavOpen-2 .c-menu-button {
    width: 100%;
    margin-top: 5vw;
    height: 100%;
    justify-content: center;
  }
  .topNavOpen-2 .c-menu-button-text {
    width: 100%;
  }
  .topNavOpen-2 .topNavBtn {
    width: 16vw;
    height: 16vw;
    right: 5vw;
    top: 6vw;
  }
  .topNavOpen-2 .c-menu-button-icon {
    width: 50%;
    height: 2px;
  }
  .topNavOpen-2 .c-menu-button-icon-bar:nth-child(1) {
    top: -8vw;
  }
  .topNavOpen-2 .c-menu-button.is-active .c-menu-button-icon .c-menu-button-icon-bar:nth-child(1) {
    top: -6vw;
  }
  .topNavOpen-2 .c-menu-button-icon-bar:nth-child(2) {
    top: -6vw;
  }
  .topNavOpen-2 .l-header-container {
    background-color: rgba(0, 90, 70, 0.6);
  }
  .topNavOpen-2 .c-menu-button-text-open,
  .topNavOpen-2 .c-menu-button-text-close {
    padding: 0;
    letter-spacing: 0;
  }
  .topNavOpen-2 .l-header-nav-item + .l-header-nav-item {
    margin-top: 10vw;
  }
  .topNavOpen-2 .l-header-content {
    padding: 0;
  }
  .topNavOpen-2 .l-header-container {
    width: 84%;
  }
  .topNavOpen-2 .c-menu-button-text {
    margin-bottom: 0;
  }
}
.topNavOpen-3 .navBtn {
  position: fixed;
  right: 50px;
  top: 70px;
  z-index: 7;
  width: 26px;
  height: 26px;
  cursor: pointer;
  transition-duration: 0.5s;
  transition-property: all;
  mix-blend-mode: difference;
}
@media (max-width:1024px) {
  .topNavOpen-3 .navBtn {
    right: 5vw;
    top: 10vw;
  }
}
.topNavOpen-3 .navBtn ul {
  width: 100%;
  position: relative;
  height: 80%;
}
.topNavOpen-3 .navBtn ul li {
  height: 1px;
  background-color: #fff;
  position: absolute;
  width: 100%;
  right: 0;
  transition-duration: 0.7s;
  transition-property: all;
}
.topNavOpen-3 .navBtn ul li:nth-child(1) {
  top: 0;
}
.topNavOpen-3 .navBtn ul li:nth-child(2) {
  top: 50%;
}
.topNavOpen-3 .navBtn ul li:nth-child(3) {
  top: calc(100% - 1px);
}
.topNavOpen-3 .navBtn.on ul li:nth-child(1) {
  transform: translate(0, 10px) rotate(140deg);
}
.topNavOpen-3 .navBtn.on ul li:nth-child(2) {
  opacity: 0;
  transform: translate(0, 0) rotate(180deg);
}
.topNavOpen-3 .navBtn.on ul li:nth-child(3) {
  transform: translate(0, -10px) rotate(220deg);
}
.topNavOpen-3 .openCout {
  pointer-events: none;
  position: fixed;
  z-index: 6;
  width: 100%;
  height: 100vh;
  top: 0%;
  left: 0%;
  transform-origin: 50% 50% 0;
  transition-duration: 1s;
  transition-property: all;
  opacity: 0;
  filter: blur(20px);
  transform: scale(1.4, 1.6);
}
.topNavOpen-3 .openCout .box {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width:1024px) {
  .topNavOpen-3 .openCout .box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    background-color: #fff;
  }
}
.topNavOpen-3 .openCout .box .left {
  width: 62%;
  height: 100%;
  transition-duration: 1s;
  transition-property: all;
  pointer-events: none;
  background-position: right;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-mask-image: url(../../html/rgmod/othersMod/topNavOpen/topNavOpen-3/leftcover.png);
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: center;
}
@media (max-width:1024px) {
  .topNavOpen-3 .openCout .box .left {
    -webkit-mask-image: url(../../html/rgmod/othersMod/topNavOpen/topNavOpen-3/topcover.png);
    width: 100%;
    height: 50%;
  }
}
.topNavOpen-3 .openCout .box .left .img {
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  background-image: url(../../html/rgmod/othersMod/topNavOpen/topNavOpen-3/openImg.jpg);
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition-duration: 0.5s;
  transition-property: all;
  transition-delay: 0.5s;
}
.topNavOpen-3 .openCout .box .right {
  width: 72%;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .topNavOpen-3 .openCout .box .right {
    width: 100%;
    top: unset;
    bottom: 0;
    height: 75%;
  }
}
.topNavOpen-3 .openCout .box .right .rBox {
  position: relative;
  height: 100%;
  width: 50%;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .topNavOpen-3 .openCout .box .right .rBox {
    width: 100%;
  }
}
.topNavOpen-3 .openCout .box .right .rBox .openNav {
  width: 80%;
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: unset;
  flex-wrap: wrap;
}
@media (max-width:1024px) {
  .topNavOpen-3 .openCout .box .right .rBox .openNav {
    margin: 0 auto;
  }
}
.topNavOpen-3 .openCout .box .right .rBox .openNav .li {
  margin: 20px 0;
  width: 50%;
}
@media (max-width:1024px) {
  .topNavOpen-3 .openCout .box .right .rBox .openNav .li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
  }
}
.topNavOpen-3 .openCout .box .right .rBox .openNav .li .a {
  width: fit-content;
}
.topNavOpen-3 .openCout .box .right .rBox .openNav .li .a .en {
  font-family: 'Hel-01';
}
.topNavOpen-3 .openCout .box .right .rBox .openNav .li .a .en .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: unset;
  flex-wrap: unset;
}
.topNavOpen-3 .openCout .box .right .rBox .openNav .li .a .en .ul li {
  overflow: hidden;
}
.topNavOpen-3 .openCout .box .right .rBox .openNav .li .a .en .ul li .s1 {
  transform: translateY(100%);
  filter: blur(4px);
  transition-duration: 1s;
  transition-property: all;
  color: #cdcdcd;
}
.topNavOpen-3 .openCout .box .right .rBox .openNav .li .a .en .ul li.on .s1 {
  transform: translateY(0);
  transition-duration: 0.5s;
  transition-property: all;
  filter: blur(0px);
}
.topNavOpen-3 .openCout .box .right .rBox .openNav .li .a .cn .ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: unset;
  flex-wrap: unset;
}
.topNavOpen-3 .openCout .box .right .rBox .openNav .li .a .cn .ul li {
  overflow: hidden;
}
.topNavOpen-3 .openCout .box .right .rBox .openNav .li .a .cn .ul li .s1 {
  transform: translateY(100%);
  filter: blur(4px);
  transition-duration: 1s;
  transition-property: all;
  color: #cdcdcd;
}
.topNavOpen-3 .openCout .box .right .rBox .openNav .li .a .cn .ul li.on .s1 {
  transform: translateY(0);
  transition-duration: 0.5s;
  transition-property: all;
  filter: blur(0px);
}
.topNavOpen-3 .openCout .box .right .rBox .openNav .li .a .cn .ul li .s1 {
  font-size: 30px;
  color: #333;
}
@media (max-width:1024px) {
  .topNavOpen-3 .openCout .box .right .rBox .openNav .li .a .cn .ul li .s1 {
    font-size: 6vw;
  }
}
.topNavOpen-3 .openCout .box .right .rBox .openNav .li .a:hover .cn .ul li .s1 {
  color: #207f4c;
}
.topNavOpen-3 .openCout .box .right .rBox .openContact {
  position: absolute;
  bottom: 50px;
  left: 0;
}
@media (max-width:1024px) {
  .topNavOpen-3 .openCout .box .right .rBox .openContact {
    width: 90%;
    left: 5%;
    bottom: 6vw;
    margin: 0 auto;
  }
}
@media (max-width:1024px) {
  .topNavOpen-3 .openCout .box .right .rBox .openContact li {
    font-size: 3.4vw;
    margin-bottom: 4px;
  }
}
.topNavOpen-3 .openCout .box .right .rBox::after {
  content: '';
  position: absolute;
  z-index: 0;
  display: block;
  width: 50vw;
  height: 50vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../../html/rgmod/othersMod/topNavOpen/topNavOpen-3/Ring.png);
  background-position: center;
  right: -25vw;
  top: calc(50% - 25vw);
  z-index: -1;
  opacity: 0.5;
  animation: xuanzhuan 60s linear 0s infinite normal;
}
@media (max-width:1024px) {
  .topNavOpen-3 .openCout .box .right .rBox::after {
    right: 0vw;
    left: calc(50% - 55vw);
    top: calc(100% - 55vw);
    width: 110vw;
    height: 110vw;
  }
}
.topNavOpen-3 .openCout.open {
  transform: scale(1, 1);
  pointer-events: unset;
  filter: blur(0);
  opacity: 1;
}
.topNavOpen-3 .openCout.open .box .left img {
  transform: scale(2);
  transition-duration: 100s;
  transition-property: all;
}
.topNavOpen-4 {
  pointer-events: none;
  height: 60px;
  position: absolute;
  left: 5%;
  width: 90%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: unset;
}
.topNavOpen-4 .navbtn-m {
  pointer-events: auto;
  right: 60px;
  top: 60px;
  position: fixed;
  z-index: 1111;
  width: 27px;
  height: 21px;
}
.topNavOpen-4 .navbtn-m span {
  display: block;
  height: 3px;
  border-radius: 2px;
  width: 100%;
  transition-duration: 0.2s;
  transition-property: all;
  background-color: #333;
}
.topNavOpen-4 .navbtn-m span:first-child {
  position: absolute;
  top: 0;
}
.topNavOpen-4 .navbtn-m span:last-child {
  position: absolute;
  bottom: 0;
}
.topNavOpen-4 .navbtn-m.on span {
  background-color: #fff;
}
.topNavOpen-4 .navbtn-m.on span:first-child {
  top: 9px;
  transform: rotate(45deg);
  transition: all 100ms ease-out;
}
.topNavOpen-4 .navbtn-m.on span:nth-child(2) {
  opacity: 0;
  transition: all 100ms ease-out;
}
.topNavOpen-4 .navbtn-m.on span:last-child {
  bottom: 9px;
  transform: rotate(135deg);
  transition: all 100ms ease-out;
}
.topNavOpen-4 .openCout {
  pointer-events: none;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: all;
  position: fixed;
  top: 0%;
  left: 0;
  z-index: 111;
  width: 100vw;
  height: 100vh;
}
.topNavOpen-4 .openCout .openTop {
  top: 0;
  z-index: 11;
  position: absolute;
  left: 5%;
  width: 90%;
  height: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: unset;
}
.topNavOpen-4 .openCout .openTop .navbtn-m {
  pointer-events: auto;
  right: 60px;
  top: 60px;
  position: fixed;
  z-index: 1111;
  width: 27px;
  height: 21px;
}
.topNavOpen-4 .openCout .openTop .navbtn-m span {
  display: block;
  height: 3px;
  border-radius: 2px;
  width: 100%;
  transition-duration: 0.2s;
  transition-property: all;
  background-color: #333;
}
.topNavOpen-4 .openCout .openTop .navbtn-m span:first-child {
  position: absolute;
  top: 0;
}
.topNavOpen-4 .openCout .openTop .navbtn-m span:last-child {
  position: absolute;
  bottom: 0;
}
.topNavOpen-4 .openCout .openTop .navbtn-m.on span {
  background-color: #fff;
}
.topNavOpen-4 .openCout .openTop .navbtn-m.on span:first-child {
  top: 9px;
  transform: rotate(45deg);
  transition: all 100ms ease-out;
}
.topNavOpen-4 .openCout .openTop .navbtn-m.on span:nth-child(2) {
  opacity: 0;
  transition: all 100ms ease-out;
}
.topNavOpen-4 .openCout .openTop .navbtn-m.on span:last-child {
  bottom: 9px;
  transform: rotate(135deg);
  transition: all 100ms ease-out;
}
.topNavOpen-4 .openCout .boxOpens {
  background-color: #207f4c;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: unset;
  flex-wrap: unset;
}
.topNavOpen-4 .openCout .boxOpens > div {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.topNavOpen-4 .openCout .boxOpens > div > ul {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.topNavOpen-4 .openCout .boxOpens > div > ul > li {
  padding: 40px 0;
  transition-duration: 0.5s;
  transition-property: all;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
@media (max-width:1024px) {
  .topNavOpen-4 .openCout .boxOpens > div > ul > li {
    padding: 4vw 0;
  }
}
.topNavOpen-4 .openCout .boxOpens > div > ul > li a {
  color: #fff;
  text-align: center;
  font-family: 'siyuansongti';
  font-size: 30px;
}
@media (max-width:1024px) {
  .topNavOpen-4 .openCout .boxOpens > div > ul > li a {
    font-size: 8vw;
  }
}
.topNavOpen-4 .openCout .boxOpens > div > ul > li .twoUl {
  display: none;
}
.topNavOpen-4 .openCout .boxOpens > div > ul > li .twoUl > i {
  color: #fff;
  font-size: 4vw;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.topNavOpen-4 .openCout .boxOpens > div > ul > li .twoUl li a {
  font-size: 5vw;
  line-height: 2.5em;
}
.topNavOpen-4 .openCout .boxOpens > div.leftBox > ul {
  right: 0;
}
.topNavOpen-4 .openCout .boxOpens > div.leftBox > ul > li {
  transform: translateX(100%);
}
.topNavOpen-4 .openCout .boxOpens > div.rightBox > ul {
  left: 0;
}
.topNavOpen-4 .openCout .boxOpens > div.rightBox > ul > li {
  transform: translateX(-100%);
}
.topNavOpen-4 .openCout.open {
  pointer-events: auto;
  opacity: 1;
}
.topNavOpen-4 .openCout.open .boxOpens > div.leftBox > ul > li {
  transform: translateX(50%);
}
.topNavOpen-4 .openCout.open .boxOpens > div.rightBox > ul > li {
  transform: translateX(-50%);
}
@media (min-width:1024px) {
  .topNavOpen-5 {
    display: none;
  }
}
.topNavOpen-5 .btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1111;
  background-color: #207f4c;
  width: 12vw;
  height: 40vw;
  clip-path: polygon(0% 12%, 100% 0%, 100% 100%, 0% 88%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.topNavOpen-5 .btn .mlogo {
  width: 80%;
  height: 6vw;
  object-fit: contain;
  margin-bottom: 4vw;
}
.topNavOpen-5 .btn .navBtn {
  position: relative;
  width: 34px;
  height: 24px;
}
.topNavOpen-5 .btn .navBtn span {
  position: absolute;
  display: block;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 2px;
  transition-duration: 0.5s;
  transition-property: all;
}
.topNavOpen-5 .btn .navBtn span:nth-child(1) {
  top: 0;
}
.topNavOpen-5 .btn .navBtn span:nth-child(2) {
  top: calc(50% - (4px/2));
  width: 80%;
}
.topNavOpen-5 .btn .navBtn span:nth-child(3) {
  top: calc(100% - 4px);
}
.topNavOpen-5.open .btn .navBtn span:nth-child(1) {
  top: calc(50% - (4px/2));
}
.topNavOpen-5.open .btn .navBtn span:nth-child(2) {
  opacity: 0;
}
.topNavOpen-5.open .btn .navBtn span:nth-child(3) {
  top: calc(50% - (4px/2));
}
.topNavOpen-5 .navBox {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: #207f4c;
  padding-top: 10vw;
  opacity: 0;
  transition-duration: 1s;
  transition-property: all;
}
.topNavOpen-5 .navBox.on {
  top: 0;
  opacity: 1;
}
.topNavOpen-5 .navBox * {
  color: #ffffff;
}
.topNavOpen-5 .navBox .cout .list {
  width: 70%;
  margin: 6vw auto 10vw;
}
.topNavOpen-5 .navBox .cout .list li {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
}
.topNavOpen-5 .navBox .cout .list li a {
  padding: 5vw 0;
  font-size: 4.6vw;
  color: rgba(255, 255, 255, 0.9);
}
.topNavOpen-5 .navBox .cout .list li a span {
  text-transform: uppercase;
  font-size: 3.4vw;
  margin-left: 4vw;
}
.topNavOpen-5 .navBox .cout .bomContact {
  width: 70%;
  margin: auto;
}
.topNavOpen-5 .navBox .cout .bomContact li {
  display: flex;
  flex-direction: row;
  align-items: unset;
  justify-content: unset;
  flex-wrap: unset;
  margin-bottom: 2vw;
}
.topNavOpen-5 .navBox .cout .bomContact li div {
  font-size: 3.4vw;
}
.topNavOpen-5 .navBox .cout .bomContact li span {
  font-size: 3.4vw;
}
@media (min-width:1024px) {
  .topNavOpen-6 {
    display: none;
  }
}
.topNavOpen-6 .navThisBox .btn {
  position: relative;
  z-index: 1;
}
.topNavOpen-6 .navThisBox .btn i {
  font-size: 8vw;
}
.topNavOpen-6 .navThisBox .ulBox {
  position: fixed;
  top: 0;
  z-index: 11;
  transition-duration: 0.5s;
  transition-property: all;
  right: -60vw;
  background-color: #207f4c;
  padding: 10vw;
  width: 60vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: unset;
  flex-wrap: unset;
}
.topNavOpen-6 .navThisBox .ulBox ul {
  width: 100%;
  height: 100%;
}
.topNavOpen-6 .navThisBox .ulBox ul li {
  flex: 1;
}
.topNavOpen-6 .navThisBox .ulBox ul li a {
  color: #fff;
  font-size: 5vw;
  padding: 4vw 0;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.4);
}
.topNavOpen-6 .navThisBox .navMask {
  z-index: 11;
  position: fixed;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.5s;
  transition-property: all;
}
.topNavOpen-6 .navThisBox.show6 .ulBox {
  right: 0;
}
.topNavOpen-6 .navThisBox.show6 .navMask {
  left: -60vw;
  opacity: 1;
  pointer-events: auto;
}
.pageBox {
  position: relative;
  transition-duration: 0.5s;
  transition-property: all;
  left: 0;
}
.pageBox.follow-show6 {
  left: -60vw;
}
.pageBox.follow-show6 .topNav mod {
  left: -60vw;
}
.twoBanner-1 {
  margin-top: 100px;
}
@media (max-width:1600px) {
  .twoBanner-1 {
    margin-top: 90px;
  }
}
@media (max-width:1600px) and (max-width:1300px) {
  .twoBanner-1 {
    margin-top: 80px;
  }
}
@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
  .twoBanner-1 {
    margin-top: 20vw;
  }
}
.twoBanner-1 .banImg {
  position: relative;
  width: 100%;
  height: 500px;
}
@media (max-width:1024px) {
  .twoBanner-1 .banImg {
    height: 60vw;
  }
}
.twoBanner-1 .banImg .twoBannerImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.twoBanner-1 .banImg .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.twoBanner-1 .banImg .content .mask {
  background-color: rgba(97, 74, 65, 0.4);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.twoBanner-1 .banImg .content .mask .twoBannerSubname {
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
}
@media (max-width:1024px) {
  .twoBanner-1 .banImg .content .mask .twoBannerSubname {
    font-size: 5vw;
  }
}
.twoBanner-1 .banImg .content .mask .twoBannerName {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width:1024px) {
  .twoBanner-1 .banImg .content .mask .twoBannerName {
    font-size: 5vw;
  }
}
.twoBanner-2 {
  margin-top: 100px;
}
@media (max-width:1600px) {
  .twoBanner-2 {
    margin-top: 90px;
  }
}
@media (max-width:1600px) and (max-width:1300px) {
  .twoBanner-2 {
    margin-top: 80px;
  }
}
@media (max-width:1600px) and (max-width:1300px) and (max-width:1024px) {
  .twoBanner-2 {
    margin-top: 20vw;
  }
}
.twoBanner-2 .banImg {
  position: relative;
  width: 100%;
  height: 500px;
}
@media (max-width:1024px) {
  .twoBanner-2 .banImg {
    height: 60vw;
  }
}
.twoBanner-2 .banImg .banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.twoBanner-2 .banImg .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.twoBanner-2 .banImg .content .mask {
  padding-bottom: 100px;
  background-color: rgba(97, 74, 65, 0.4);
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  flex-wrap: unset;
}
.twoBanner-2 .banImg .content .mask .info {
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: unset;
  width: 1200px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width:1300px) {
  .twoBanner-2 .banImg .content .mask .info {
    width: 90%;
  }
}
.twoBanner-2 .banImg .content .mask .info span {
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
}
@media (max-width:1024px) {
  .twoBanner-2 .banImg .content .mask .info span {
    font-size: 5vw;
  }
}
.twoBanner-2 .banImg .content .mask .info .title {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}
@media (max-width:1024px) {
  .twoBanner-2 .banImg .content .mask .info .title {
    font-size: 5vw;
  }
}
.unifyButton-1 {
  margin: 0 auto;
  width: 150px;
  height: 50px;
  background-color: #ccc;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.unifyButton-1 i {
  margin-left: 4px;
}
.unifyButton-2 {
  text-align: center;
  height: 36px;
  overflow: hidden;
  position: relative;
  transition: all 1s;
  cursor: pointer;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  margin: 0 auto;
  background: none;
  border: 1px solid #666;
  border-radius: 0;
  height: 46px;
}
.unifyButton-2::before {
  content: "→";
  position: absolute;
  left: -100%;
  transition: all 0.5s;
  height: 100%;
  display: flex;
  align-items: center;
  color: #333;
  transition-duration: 0.5s;
  transition-property: all;
  z-index: 1;
}
.unifyButton-2::after {
  content: '';
  position: absolute;
  z-index: 0;
  display: block;
  width: 0%;
  height: 100%;
  transition-duration: 0.5s;
  transition-property: all;
  left: 0;
  background-color: #207f4c;
}
.unifyButton-2 > span {
  transition: all 0.5s;
  font-size: 14px;
  width: fit-content;
  color: #333;
  transition-duration: 0.5s;
  transition-property: all;
  z-index: 1;
}
.unifyButton-2:hover {
  border: 1px solid #207f4c;
}
.unifyButton-2:hover:before {
  left: 48%;
  transition: all 1s;
  color: #fff;
}
.unifyButton-2:hover::after {
  width: 100%;
}
.unifyButton-2:hover > span {
  transform: translateX(300%);
  transition: all 1s;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .unifyButton-2 {
    margin-top: 10vw;
  }
}
@keyframes loopRight {
  0% {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  49% {
    left: 100%;
    top: 50%;
    transform: translate(0, -50%);
  }
  50% {
    left: 100%;
    top: 0%;
    transform: translate(0, -100%);
  }
  51% {
    left: 0%;
    top: 0%;
    transform: translate(-100%, -100%);
  }
  52% {
    left: 0%;
    top: 50%;
    transform: translate(-100%, -50%);
  }
  100% {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.unifyButton-3 {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  width: 160px;
  height: 40px;
}
.unifyButton-3 .p {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
  color: #207f4c;
  font-size: 14px;
  width: 70%;
  height: 100%;
  border: 1px solid #207f4c;
}
.unifyButton-3 .i {
  width: 30%;
  height: 100%;
  background-color: #207f4c;
  position: relative;
  overflow: hidden;
}
.unifyButton-3 .i i {
  color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  transition-duration: 0.5s;
  transition-property: all;
}
.unifyButton-3:hover i {
  animation: loopRight 1s linear 0s infinite normal;
}
.unifyTitle-1 {
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .unifyTitle-1 {
    margin-bottom: 8vw;
  }
}
.unifyTitle-1 .en {
  font-size: 20px;
  text-transform: uppercase;
}
.unifyTitle-1 .cn {
  font-size: 28px;
  font-weight: bold;
}
.unifyTitle-2 {
  margin-bottom: 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
@media (max-width:1024px) {
  .unifyTitle-2 {
    margin-bottom: 6vw;
  }
}
.unifyTitle-2 i {
  display: block;
  height: 1px;
  width: 20%;
  border-top: 1px dotted #ccc;
}
.unifyTitle-2 .cenBox1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.unifyTitle-2 .cenBox1 .en {
  font-size: 24px;
}
.unifyTitle-2 .cenBox1 .cn {
  font-size: 34px;
  font-weight: bold;
  margin: 0 20px;
}
.unifyTitle-3 {
  margin-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: unset;
}
.unifyTitle-3 .en.bt {
  font-size: 100px;
  opacity: 0.44;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width:1024px) {
  .unifyTitle-3 .en.bt {
    font-size: 60px;
  }
  .unifyTitle-3{width: 100%;}
}


.unifyTitle-3 .cn.fbt {
  font-size: 50px;
  font-weight: bold;
  line-height: 1em;
  margin-top: -40px;
  color: #fff;
}


.unifyTitle-3 .en {
  font-size: 80px;
  opacity: 0.14;
  color: #207f4ccf;
  font-weight: bold;
  line-height: 1em;
  text-transform: uppercase;
}

@media (max-width:1024px) {
  .unifyTitle-3 .en {
    font-size: 50px;
    line-height: 2.5em;
  }

}

.unifyTitle-3 .cn {
  font-size: 50px;
  font-weight: bold;
  line-height: 1em;
  margin-top: -40px;
}
.mouseStalker-1 .mouse-stalker {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1px;
  height: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 111111111;
  pointer-events: none;
}
.mouseStalker-1 .mouse-stalker > div {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
  position: absolute;
  border: 1px solid #ce1e27;
  transition: all 0.3s ease;
}
.mouseStalker-1 .mouse-stalker.mouse-stalker-white > div {
  border: 1px solid #FFF;
}
.mouseStalker-1 .mouse-stalker.active > div {
  transform: scale(0.4);
}
.mouseStalker-1 .mouse-stalker div::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.historyMod-6 {
    width: 100%;
    padding: 100px 0
}

@media (max-width:1600px) {
    .historyMod-6 {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .historyMod-6 {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .historyMod-6 {
        padding: 12vw 0
    }
}

.historyMod-6 .cenBox .zhou {
    position: relative;
    width: 100%
}

@media (max-width:1024px) {
    .historyMod-6 .cenBox .zhou {
        padding-bottom: 0
    }
}

.historyMod-6 .cenBox .zhou #zhou {
    width: 100%
}

.historyMod-6 .cenBox .zhou #zhou li {
    position: relative;
    height: 100px;
    width: 200px;
    padding: 80px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.historyMod-6 .cenBox .zhou #zhou li .box {
    width: 60px;
    height: 60px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.historyMod-6 .cenBox .zhou #zhou li .box .years {
    width: 100%;
    position: absolute;
    top: 0%;
    font-size: 20px;
    font-weight: bold;
    left: 50%;
    text-align: center;
    transform: translateX(-50%)
}

.historyMod-6 .cenBox .zhou #zhou li .box .dian {
    background-color: #c2000b;
    width: 10px;
    height: 10px;
    transition-duration: .3s;
    transition-property: all;
    border-radius: 50%;
    animation: ripple 2s linear 0s infinite normal;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    filter: grayscale(1);
    opacity: .5
}

.historyMod-6 .cenBox .zhou #zhou li.on .years {
    color: #c2000b
}

.historyMod-6 .cenBox .zhou #zhou li.on .box .dian {
    filter: grayscale(0);
    opacity: 1;
    width: 20px;
    height: 20px
}

.historyMod-6 .cenBox .zhou:after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 100%;
    height: 2px;
    left: 0;
    top: calc(50% - 1px);
    background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.1), transparent)
}

.historyMod-6 .cenBox .coutBox {
    width: 90%;
    margin: 0 auto;
    position: relative
}

.historyMod-6 .cenBox .coutBox .changeBox {
    width: 100%;
    position: absolute;
    opacity: 0;
    pointer-events: none
}

.historyMod-6 .cenBox .coutBox .changeBox .contentBox {
    position: relative
}

.historyMod-6 .cenBox .coutBox .changeBox .contentBox .title {
    position: relative;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 40px;
    z-index: 2
}

@media (max-width:1300px) {
    .historyMod-6 .cenBox .coutBox .changeBox .contentBox .title {
        margin-bottom: 30px
    }
}

.historyMod-6 .cenBox .coutBox .changeBox .contentBox .title::after {
    content: '';
    position: absolute;
    z-index: 0;
    display: block;
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background-color: #c2000b;
    top: 110%;
    left: calc(50% - 20px)
}

.historyMod-6 .cenBox .coutBox .changeBox.on {
    opacity: 1;
    transition-duration: .5s;
    transition-property: all;
    pointer-events: auto
}

.historyMod-6 .cenBox .coutBox .changeBox.turnLeft {
    transform: translateX(-80px);
    opacity: 0;
    transition-duration: .5s;
    transition-property: all
}

.historyMod-6 .cenBox .coutBox .changeBox.turnRight {
    transform: translateX(80px);
    opacity: 0;
    transition-duration: .5s;
    transition-property: all
}

.historyMod-6 .cenBox .coutBox .changeBox.joinLeft {
    opacity: 0;
    transform: translateX(80px)
}

.historyMod-6 .cenBox .coutBox .changeBox.joinRight {
    opacity: 0;
    transform: translateX(-80px)
}



.historyMod-5 {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    width: 100%;
    position: relative
}

.historyMod-5 .coutBox {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

@media (max-width:1024px) {
    .historyMod-5 .coutBox {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: unset
    }
}

.historyMod-5 .coutBox .right {
    width: 60%;
    padding: 100px 0;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%
}

@media (max-width:1600px) {
    .historyMod-5 .coutBox .right {
        padding: 80px 0
    }
}

@media (max-width:1300px) {
    .historyMod-5 .coutBox .right {
        padding: 6vw 0
    }
}

@media (max-width:1024px) {
    .historyMod-5 .coutBox .right {
        padding: 12vw 0
    }
}

.historyMod-5 .coutBox .right .unifyTitle .cn {
    color: #fff
}

.historyMod-5 .coutBox .right .unifyTitle .en {
    color: #fff
}

.historyMod-5 .coutBox .right .hisTabsBox #hisTabs .xian {
    bottom: 54px;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.251);
    position: absolute
}

.historyMod-5 .coutBox .right .hisTabsBox #hisTabs li {
    width: unset;
    margin: 0 100px;
    opacity: .6;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1024px) {
    .historyMod-5 .coutBox .right .hisTabsBox #hisTabs li {
        margin: 0 10vw
    }
}

.historyMod-5 .coutBox .right .hisTabsBox #hisTabs li .date {
    padding-bottom: 50px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset;
    position: relative
}

.historyMod-5 .coutBox .right .hisTabsBox #hisTabs li .date .riqi {
    font-size: 24px;
    color: #ccc;
    margin-bottom: 30px;
    transition-duration: .5s;
    transition-property: all;
    transform: scale(.7)
}

.historyMod-5 .coutBox .right .hisTabsBox #hisTabs li .date .dian {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background-color: #fff;
    transition-duration: .5s;
    transition-property: all;
    bottom: 0;
    display: block;
    animation: ripple 2s linear 0s infinite normal
}

.historyMod-5 .coutBox .right .hisTabsBox #hisTabs li.swiper-slide-active {
    opacity: 1
}

.historyMod-5 .coutBox .right .hisTabsBox #hisTabs li.swiper-slide-active .date .riqi {
    transform: scale(1);
    opacity: 1
}

.historyMod-5 .coutBox .right .hisTabsBox #hisTabs li.swiper-slide-active .date .dian {
    background-color: #c2000b
}

.historyMod-5 .coutBox .right .hisTabsBox .neirong {
    width: 80%;
    margin: 0 auto;
    margin-top: 50px
}

@media (max-width:1600px) {
    .historyMod-5 .coutBox .right .hisTabsBox .neirong {
        width: 80%
    }
}

@media (max-width:1300px) {
    .historyMod-5 .coutBox .right .hisTabsBox .neirong {
        width: 90%
    }
}

@media (max-width:1024px) {
    .historyMod-5 .coutBox .right .hisTabsBox .neirong {
        width: 84%
    }
}

@media (max-width:1024px) {
    .historyMod-5 .coutBox .right .hisTabsBox .neirong {
        margin-top: 4vw
    }
}

.historyMod-5 .coutBox .right .hisTabsBox .neirong #hisCout li {
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: unset;
    flex-wrap: unset
}

.historyMod-5 .coutBox .right .hisTabsBox .neirong #hisCout li .coutDate {
    font-size: 18px;
    margin-bottom: 20px;
    color: #f8f8f8
}

@media (max-width:1024px) {
    .historyMod-5 .coutBox .right .hisTabsBox .neirong #hisCout li .coutDate {
        font-size: 6vw
    }
}

.historyMod-5 .coutBox .right .hisTabsBox .neirong #hisCout li .miaoshu {
    padding: 0 20px;
    font-size: 14px;
    line-height: 1.6em;
    text-align: justify
}

.historyMod-5 .coutBox .right .hisTabsBox .neirong #hisCout li .miaoshu p {
    color: #ccc;
    font-size: 14px
}

@media (max-width:1300px) {
    .historyMod-5 .coutBox .right .hisTabsBox .neirong #hisCout li .miaoshu p {
        font-size: 14px
    }
}

@media (max-width:1024px) {
    .historyMod-5 .coutBox .right .hisTabsBox .neirong #hisCout li .miaoshu {
        line-height: 2em;
        font-size: 3.4vw
    }
}

.historyMod-5 .coutBox .right .hisTabsBox .neirong .contro {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.historyMod-5 .coutBox .right .hisTabsBox .neirong .contro div {
    border-radius: 50%;
    cursor: pointer;
    transition-duration: .5s;
    transition-property: all;
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: unset
}

.historyMod-5 .coutBox .right .hisTabsBox .neirong .contro div i {
    color: #fff;
    transition-duration: .5s;
    transition-property: all
}

@media (max-width:1300px) {
    .historyMod-5 .coutBox .right .hisTabsBox .neirong .contro div {
        width: 40px;
        height: 40px
    }
}

.historyMod-5 .coutBox .right .hisTabsBox .neirong .contro div.bianjie {
    opacity: .3;
    pointer-events: none
}

.historyMod-5 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}
/*# sourceMappingURL=./less.css.map */