.min-titles .e-title {
  font-size: 40px;
  line-height: 1.25;
  font-weight: bold;
  color: #333;
}
.min-titles .e-title span {
  color: #c7000b;
}
@media (max-width: 1600px) {
  .min-titles .e-title {
    font-size: 32px;
  }
}
@media (max-width: 1280px) {
  .min-titles .e-title {
    font-size: 26px;
  }
}
@media (max-width: 1200px) {
  .min-titles .e-title {
    font-size: 28px;
    line-height: 1.5;
  }
}
@media (max-width: 992px) {
  .min-titles .e-title {
    font-size: 20px;
  }
}
.min-titles .e-descriptions {
  font-size: 24px;
  color: #666;
  margin-top: 10px;
  line-height: 1.5;
}
.LANG-cn .min-titles .e-descriptions {
  line-height: 1.583;
}
@media (max-width: 1600px) {
  .min-titles .e-descriptions {
    font-size: 16px;
    line-height: 1.95;
    line-height: 1.5 !important;
  }
  .LANG-cn .min-titles .e-descriptions {
    line-height: 1.95;
  }
}
@media (max-width: 1280px) {
  .min-titles .e-descriptions {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .min-titles .e-descriptions {
    line-height: 1.95;
  }
}
@media (max-width: 1200px) {
  .min-titles .e-descriptions {
    font-size: 16px;
    line-height: 1.95;
    margin-top: 5px;
  }
  .LANG-cn .min-titles .e-descriptions {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .min-titles .e-descriptions {
    font-size: 14px;
    line-height: 1.95;
    line-height: 1.5 !important;
  }
  .LANG-cn .min-titles .e-descriptions {
    line-height: 1.95;
  }
}
.bz-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
.bz-header .main-header {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .bz-header .main-header {
    height: 55px;
  }
}
.bz-header .main-header .logo {
  line-height: 1;
  font-size: 0;
}
.bz-header .main-header .logo img {
  width: 133px;
}
@media (max-width: 1600px) {
  .bz-header .main-header .logo img {
    width: 110px;
  }
}
@media (max-width: 992px) {
  .bz-header .main-header .logo img {
    width: 109px;
  }
}
.bz-header .main-header .nav-new {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.bz-header .main-header .nav-new .ul {
  height: 100%;
  display: flex;
}
.bz-header .main-header .nav-new .ul li {
  padding: 0 20px;
}
@media (max-width: 1600px) {
  .bz-header .main-header .nav-new .ul li {
    padding: 0 15px;
  }
}
@media (max-width: 1200px) {
  .bz-header .main-header .nav-new .ul li {
    padding: 0 10px;
  }
}
.bz-header .main-header .nav-new .ul li a {
  display: block;
  height: 100%;
  color: #666;
  font-size: 16px;
  line-height: 60px;
  position: relative;
}
@media (max-width: 1280px) {
  .bz-header .main-header .nav-new .ul li a {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .bz-header .main-header .nav-new .ul li a {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .bz-header .main-header .nav-new .ul li a {
    line-height: 50px;
    font-size: 16px;
  }
}
.bz-header .main-header .nav-new .ul li.active a::after,
.bz-header .main-header .nav-new .ul li:hover a::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 2px;
  background-color: #c7000b;
}
.bz-header .main-header .nav-new .guideli {
  display: none;
}
@media (max-width: 992px) {
  .bz-header .main-header .nav-new .guideli {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 150px;
    text-align: center;
    color: #333;
  }
  .bz-header .main-header .nav-new .guideli span {
    font-size: 16px;
    line-height: 1.95;
    padding-right: 5px;
  }
  .LANG-cn .bz-header .main-header .nav-new .guideli span {
    line-height: 1.95;
  }
  .bz-header .main-header .nav-new .guideli .iconfont {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .bz-header .main-header .nav-new .guideli .iconfont {
    line-height: 1.95;
  }
}
@media (max-width: 750px) {
  .bz-header .main-header .nav-new .guideli {
    bottom: 100px;
  }
}
.bz-header .main-header .nav-new .lang-switch-wap {
  display: none;
}
@media (max-width: 992px) {
  .bz-header .main-header .nav-new .lang-switch-wap {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 150px;
    text-align: center;
    color: #333;
  }
  .bz-header .main-header .nav-new .lang-switch-wap a {
    font-size: 16px;
    color: #666;
  }
  .bz-header .main-header .nav-new .lang-switch-wap a.sw-red {
    color: #c7000b;
  }
}
@media (max-width: 750px) {
  .bz-header .main-header .nav-new .lang-switch-wap {
    bottom: 100px;
  }
}
@media (max-width: 992px) {
  .bz-header .main-header .nav-new {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    left: 0;
    top: 55px;
    display: block;
    transform: translateX(100%);
    transition: all 0.2s;
    opacity: 0;
  }
}
.bz-header .main-header #mob-menubtn {
  display: none;
  color: #333;
}
@media (max-width: 992px) {
  .bz-header .main-header #mob-menubtn {
    display: block;
  }
}
.bz-header .main-header #mob-menubtn .icon-menu {
  font-size: 20px;
  line-height: 55px;
}
.bz-header .main-header #close-menubtn {
  display: none;
}
.bz-header .main-header #close-menubtn .iconfont {
  font-size: 20px;
  color: #333;
}
.bz-header .main-header.open {
  background-color: #fff;
}
.bz-header .main-header.open .nav-new {
  transform: translateX(0%);
  opacity: 1;
}
.bz-header .main-header.open .nav-new ul {
  display: block;
  padding-top: 30px;
}
.bz-header .main-header.open .nav-new ul li a {
  color: #333;
  text-align: center;
  line-height: 50px;
}
.bz-header .main-header.open .nav-new ul li.active a,
.bz-header .main-header.open .nav-new ul li:hover a {
  color: #c7000b;
}
.bz-header .main-header.open .nav-new ul li.active a::after,
.bz-header .main-header.open .nav-new ul li:hover a::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 0px;
  background-color: #c7000b;
}
.bz-header .main-header .guide {
  font-size: 14px;
  color: #666;
  white-space: nowrap;
}
.bz-header .main-header .guide .iconfont {
  font-size: 14px;
  padding-left: 5px;
}
@media (max-width: 1280px) {
  .bz-header .main-header .guide {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .bz-header .main-header .guide {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .bz-header .main-header .guide {
    font-size: 16px;
    display: none;
  }
}
.bz-header .main-header .lang-switch {
  white-space: nowrap;
}
@media (max-width: 992px) {
  .bz-header .main-header .lang-switch {
    display: none;
  }
}
.bz-header .main-header .lang-switch a {
  font-size: 16px;
  color: #666;
}
.bz-header .main-header .lang-switch a.sw-red {
  color: #c7000b;
}
.bz-header .main-header .lang-switch a .iconfont {
  font-size: 14px;
  padding-left: 5px;
}
@media (max-width: 1280px) {
  .bz-header .main-header .lang-switch a {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .bz-header .main-header .lang-switch a {
    font-size: 14px;
  }
}
.bz-header.fix {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}
.e-module-202208161027 {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .e-module-202208161027 {
    margin-top: 55px;
  }
}
.e-module-202208161027.h600 .e-con .e-bg:after {
  padding-top: 31.25%;
}
@media (max-width: 992px) {
  .e-module-202208161027.h600 .e-con .e-bg:after {
    padding-top: 117.33333333%;
  }
}
.e-module-202208161027.h400 .e-con .e-bg:after {
  padding-top: 20.83333333%;
}
@media (max-width: 992px) {
  .e-module-202208161027.h400 .e-con .e-bg:after {
    padding-top: 78.125%;
  }
}
.e-module-202208161027.h400 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text {
  padding-bottom: 0;
}
.e-module-202208161027.h400 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .e-btn-box {
  padding-top: 10px;
}
.e-module-202208161027.h400Text .e-con .e-bg:after {
  padding-top: 20.83333333%;
}
@media (max-width: 992px) {
  .e-module-202208161027.h400Text .e-con .e-bg:after {
    padding-top: 78.125%;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027.h400Text .e-con .swiper-container {
    background-color: #fff;
  }
}
@media (max-width: 750px) {
  .e-module-202208161027.h400Text .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.e-module-202208161027.h400Text .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .e-btn-box {
  padding-top: 10px;
}
@media (max-width: 992px) {
  .e-module-202208161027.h400Text .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box {
    position: static;
    margin: 35px 0;
  }
}
.e-module-202208161027.h400Text .e-con .swiper-container .swiper-wrapper .swiper-slide.isWhiteFont .e-box .e-cistern-l .text .title {
  color: #fff;
}
@media (max-width: 992px) {
  .e-module-202208161027.h400Text .e-con .swiper-container .swiper-wrapper .swiper-slide.isWhiteFont .e-box .e-cistern-l .text .title {
    color: #333;
  }
}
.e-module-202208161027.h400Text .e-con .swiper-container .swiper-wrapper .swiper-slide.isWhiteFont .e-box .e-cistern-l .text .subtitle {
  color: #fff;
}
@media (max-width: 992px) {
  .e-module-202208161027.h400Text .e-con .swiper-container .swiper-wrapper .swiper-slide.isWhiteFont .e-box .e-cistern-l .text .subtitle {
    color: #333;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027.h400Text .e-con .swiper-container .swiper-wrapper .swiper-slide.isWhiteFont .e-box .e-cistern-l .text .e-btn-box a {
    color: #333;
    border: 2px solid #333;
  }
}
.e-module-202208161027.h400Text .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text {
  padding-bottom: 0;
}
.e-module-202208161027.h400Text .e-con .swiper-pagination {
  bottom: 5px;
}
.e-module-202208161027.h400Text .e-con .swiper-pagination .swiper-pagination-bullet-active {
  border: 1px solid #c7000b;
  background-color: #c7000b;
}
@media (max-width: 1200px) {
  .e-module-202208161027.h400Text .e-con .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #c7000b;
    border: 1px solid #c7000b;
  }
}
.e-module-202208161027.h400Text .e-con .swiper-pagination .swiper-pagination-bullet-active::before {
  border: 1px solid #c7000b;
}
@media (max-width: 1200px) {
  .e-module-202208161027.h400Text .e-con .swiper-pagination .swiper-pagination-bullet-active::before {
    border: 1px solid #c7000b;
  }
}
.e-module-202208161027 .e-con {
  margin-top: 0;
}
.e-module-202208161027 .e-con .e-bg {
  position: relative;
}
.e-module-202208161027 .e-con .e-bg:after {
  display: block;
  width: 100%;
  content: '';
}
.e-module-202208161027 .e-con .e-bg .e-lazy:after {
  padding: 0;
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container {
    background-color: #f8f8f8;
  }
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .swiper-slide .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box::after {
    height: 200px;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -200px;
    background: linear-gradient(0deg, #f8f8f8 0, rgba(0, 0, 0, 0) 100%);
  }
}
@media (max-width: 750px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box::after {
    height: 60px;
    top: -60px;
  }
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l {
  height: 100%;
}
@media (max-width: 1200px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 0;
  }
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 0;
  text-align: left;
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text {
    width: 100%;
  }
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text img {
  width: 181px;
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text img {
    width: 120px;
  }
}
@media (max-width: 1280px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text img {
    width: 90px;
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text img {
    width: 130px;
    margin-bottom: 20px;
  }
}
@media (max-width: 750px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text img {
    width: 95px;
    margin-bottom: 15px;
  }
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .title {
  font-size: 60px;
  line-height: 1.2;
  margin-top: -12px;
  font-weight: bold;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .title span {
  color: #c7000b;
}
@media (max-width: 1600px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .title {
    font-size: 42px;
    margin-top: -11px;
  }
}
@media (max-width: 1280px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .title {
    font-size: 38px;
  }
}
@media (max-width: 1200px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .title {
    font-size: 32px;
    margin-top: -9px;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .title {
    font-size: 52px;
    margin-top: -12px;
  }
}
@media (max-width: 750px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .title {
    font-size: 28px;
    margin-top: -6px;
  }
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .subtitle {
  font-size: 24px;
  line-height: 1.5;
  margin-top: 15px;
}
.LANG-cn .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .subtitle {
  line-height: 1.583;
}
@media (max-width: 1600px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .subtitle {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 10px;
  }
  .LANG-cn .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .subtitle {
    line-height: 1.7;
  }
}
@media (max-width: 1280px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .subtitle {
    font-size: 16px;
    line-height: 1.95;
    margin-top: 5px;
  }
  .LANG-cn .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .subtitle {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .subtitle {
    font-size: 24px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .LANG-cn .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .subtitle {
    line-height: 1.583;
  }
}
@media (max-width: 750px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .subtitle {
    font-size: 14px;
    line-height: 1.95;
    margin-top: 5px;
  }
  .LANG-cn .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .subtitle {
    line-height: 1.95;
  }
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .e-btn-box {
  padding-top: 20px;
}
@media (max-width: 1200px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .e-btn-box {
    padding-top: 10px;
  }
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l:after {
  display: inline-block;
  height: 100%;
  content: "";
  vertical-align: middle;
  width: 0;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .swiper-slide.isWhiteFont .e-box .e-cistern-l .text .title {
  color: #fff;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .swiper-slide.isWhiteFont .e-box .e-cistern-l .text .subtitle {
  color: #fff;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .swiper-slide.isBlackFont .e-box .e-cistern-l .text .title {
  color: #333;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .swiper-slide.isBlackFont .e-box .e-cistern-l .text .subtitle {
  color: #666;
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .swiper-slide.isBlackFont .e-box .e-cistern-l .text .subtitle {
    color: #333;
  }
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-1 .e-box .e-cistern-l .text {
  padding-top: 1%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-2 .e-box .e-cistern-l .text {
  padding-top: 2%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-3 .e-box .e-cistern-l .text {
  padding-top: 3%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-4 .e-box .e-cistern-l .text {
  padding-top: 4%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-5 .e-box .e-cistern-l .text {
  padding-top: 5%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-6 .e-box .e-cistern-l .text {
  padding-top: 6%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-7 .e-box .e-cistern-l .text {
  padding-top: 7%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-8 .e-box .e-cistern-l .text {
  padding-top: 8%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-9 .e-box .e-cistern-l .text {
  padding-top: 9%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-10 .e-box .e-cistern-l .text {
  padding-top: 10%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-11 .e-box .e-cistern-l .text {
  padding-top: 11%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-12 .e-box .e-cistern-l .text {
  padding-top: 12%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-13 .e-box .e-cistern-l .text {
  padding-top: 13%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-14 .e-box .e-cistern-l .text {
  padding-top: 14%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-15 .e-box .e-cistern-l .text {
  padding-top: 15%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-16 .e-box .e-cistern-l .text {
  padding-top: 16%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-17 .e-box .e-cistern-l .text {
  padding-top: 17%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-18 .e-box .e-cistern-l .text {
  padding-top: 18%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-19 .e-box .e-cistern-l .text {
  padding-top: 19%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-20 .e-box .e-cistern-l .text {
  padding-top: 20%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-21 .e-box .e-cistern-l .text {
  padding-top: 21%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-22 .e-box .e-cistern-l .text {
  padding-top: 22%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-23 .e-box .e-cistern-l .text {
  padding-top: 23%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-24 .e-box .e-cistern-l .text {
  padding-top: 24%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-25 .e-box .e-cistern-l .text {
  padding-top: 25%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-26 .e-box .e-cistern-l .text {
  padding-top: 26%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-27 .e-box .e-cistern-l .text {
  padding-top: 27%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-28 .e-box .e-cistern-l .text {
  padding-top: 28%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-29 .e-box .e-cistern-l .text {
  padding-top: 29%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-30 .e-box .e-cistern-l .text {
  padding-top: 30%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-31 .e-box .e-cistern-l .text {
  padding-top: 31%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-32 .e-box .e-cistern-l .text {
  padding-top: 32%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-33 .e-box .e-cistern-l .text {
  padding-top: 33%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-34 .e-box .e-cistern-l .text {
  padding-top: 34%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-35 .e-box .e-cistern-l .text {
  padding-top: 35%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-36 .e-box .e-cistern-l .text {
  padding-top: 36%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-37 .e-box .e-cistern-l .text {
  padding-top: 37%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-38 .e-box .e-cistern-l .text {
  padding-top: 38%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-39 .e-box .e-cistern-l .text {
  padding-top: 39%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-40 .e-box .e-cistern-l .text {
  padding-top: 40%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-41 .e-box .e-cistern-l .text {
  padding-top: 41%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-42 .e-box .e-cistern-l .text {
  padding-top: 42%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-43 .e-box .e-cistern-l .text {
  padding-top: 43%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-44 .e-box .e-cistern-l .text {
  padding-top: 44%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-45 .e-box .e-cistern-l .text {
  padding-top: 45%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-46 .e-box .e-cistern-l .text {
  padding-top: 46%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-47 .e-box .e-cistern-l .text {
  padding-top: 47%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-48 .e-box .e-cistern-l .text {
  padding-top: 48%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-49 .e-box .e-cistern-l .text {
  padding-top: 49%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-50 .e-box .e-cistern-l .text {
  padding-top: 50%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-51 .e-box .e-cistern-l .text {
  padding-top: 51%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-52 .e-box .e-cistern-l .text {
  padding-top: 52%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-53 .e-box .e-cistern-l .text {
  padding-top: 53%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-54 .e-box .e-cistern-l .text {
  padding-top: 54%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-55 .e-box .e-cistern-l .text {
  padding-top: 55%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-56 .e-box .e-cistern-l .text {
  padding-top: 56%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-57 .e-box .e-cistern-l .text {
  padding-top: 57%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-58 .e-box .e-cistern-l .text {
  padding-top: 58%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-59 .e-box .e-cistern-l .text {
  padding-top: 59%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-60 .e-box .e-cistern-l .text {
  padding-top: 60%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-61 .e-box .e-cistern-l .text {
  padding-top: 61%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-62 .e-box .e-cistern-l .text {
  padding-top: 62%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-63 .e-box .e-cistern-l .text {
  padding-top: 63%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-64 .e-box .e-cistern-l .text {
  padding-top: 64%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-65 .e-box .e-cistern-l .text {
  padding-top: 65%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-66 .e-box .e-cistern-l .text {
  padding-top: 66%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-67 .e-box .e-cistern-l .text {
  padding-top: 67%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-68 .e-box .e-cistern-l .text {
  padding-top: 68%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-69 .e-box .e-cistern-l .text {
  padding-top: 69%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-70 .e-box .e-cistern-l .text {
  padding-top: 70%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-71 .e-box .e-cistern-l .text {
  padding-top: 71%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-72 .e-box .e-cistern-l .text {
  padding-top: 72%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-73 .e-box .e-cistern-l .text {
  padding-top: 73%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-74 .e-box .e-cistern-l .text {
  padding-top: 74%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-75 .e-box .e-cistern-l .text {
  padding-top: 75%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-76 .e-box .e-cistern-l .text {
  padding-top: 76%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-77 .e-box .e-cistern-l .text {
  padding-top: 77%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-78 .e-box .e-cistern-l .text {
  padding-top: 78%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-79 .e-box .e-cistern-l .text {
  padding-top: 79%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-80 .e-box .e-cistern-l .text {
  padding-top: 80%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-81 .e-box .e-cistern-l .text {
  padding-top: 81%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-82 .e-box .e-cistern-l .text {
  padding-top: 82%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-83 .e-box .e-cistern-l .text {
  padding-top: 83%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-84 .e-box .e-cistern-l .text {
  padding-top: 84%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-85 .e-box .e-cistern-l .text {
  padding-top: 85%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-86 .e-box .e-cistern-l .text {
  padding-top: 86%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-87 .e-box .e-cistern-l .text {
  padding-top: 87%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-88 .e-box .e-cistern-l .text {
  padding-top: 88%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-89 .e-box .e-cistern-l .text {
  padding-top: 89%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-90 .e-box .e-cistern-l .text {
  padding-top: 90%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-91 .e-box .e-cistern-l .text {
  padding-top: 91%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-92 .e-box .e-cistern-l .text {
  padding-top: 92%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-93 .e-box .e-cistern-l .text {
  padding-top: 93%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-94 .e-box .e-cistern-l .text {
  padding-top: 94%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-95 .e-box .e-cistern-l .text {
  padding-top: 95%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-96 .e-box .e-cistern-l .text {
  padding-top: 96%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-97 .e-box .e-cistern-l .text {
  padding-top: 97%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-98 .e-box .e-cistern-l .text {
  padding-top: 98%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-99 .e-box .e-cistern-l .text {
  padding-top: 99%;
  vertical-align: top;
}
.e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-xl-100 .e-box .e-cistern-l .text {
  padding-top: 100%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-1 .e-box .e-cistern-l .text {
    padding-top: 1%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-2 .e-box .e-cistern-l .text {
    padding-top: 2%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-3 .e-box .e-cistern-l .text {
    padding-top: 3%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-4 .e-box .e-cistern-l .text {
    padding-top: 4%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-5 .e-box .e-cistern-l .text {
    padding-top: 5%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-6 .e-box .e-cistern-l .text {
    padding-top: 6%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-7 .e-box .e-cistern-l .text {
    padding-top: 7%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-8 .e-box .e-cistern-l .text {
    padding-top: 8%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-9 .e-box .e-cistern-l .text {
    padding-top: 9%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-10 .e-box .e-cistern-l .text {
    padding-top: 10%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-11 .e-box .e-cistern-l .text {
    padding-top: 11%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-12 .e-box .e-cistern-l .text {
    padding-top: 12%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-13 .e-box .e-cistern-l .text {
    padding-top: 13%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-14 .e-box .e-cistern-l .text {
    padding-top: 14%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-15 .e-box .e-cistern-l .text {
    padding-top: 15%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-16 .e-box .e-cistern-l .text {
    padding-top: 16%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-17 .e-box .e-cistern-l .text {
    padding-top: 17%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-18 .e-box .e-cistern-l .text {
    padding-top: 18%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-19 .e-box .e-cistern-l .text {
    padding-top: 19%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-20 .e-box .e-cistern-l .text {
    padding-top: 20%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-21 .e-box .e-cistern-l .text {
    padding-top: 21%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-22 .e-box .e-cistern-l .text {
    padding-top: 22%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-23 .e-box .e-cistern-l .text {
    padding-top: 23%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-24 .e-box .e-cistern-l .text {
    padding-top: 24%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-25 .e-box .e-cistern-l .text {
    padding-top: 25%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-26 .e-box .e-cistern-l .text {
    padding-top: 26%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-27 .e-box .e-cistern-l .text {
    padding-top: 27%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-28 .e-box .e-cistern-l .text {
    padding-top: 28%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-29 .e-box .e-cistern-l .text {
    padding-top: 29%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-30 .e-box .e-cistern-l .text {
    padding-top: 30%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-31 .e-box .e-cistern-l .text {
    padding-top: 31%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-32 .e-box .e-cistern-l .text {
    padding-top: 32%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-33 .e-box .e-cistern-l .text {
    padding-top: 33%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-34 .e-box .e-cistern-l .text {
    padding-top: 34%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-35 .e-box .e-cistern-l .text {
    padding-top: 35%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-36 .e-box .e-cistern-l .text {
    padding-top: 36%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-37 .e-box .e-cistern-l .text {
    padding-top: 37%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-38 .e-box .e-cistern-l .text {
    padding-top: 38%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-39 .e-box .e-cistern-l .text {
    padding-top: 39%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-40 .e-box .e-cistern-l .text {
    padding-top: 40%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-41 .e-box .e-cistern-l .text {
    padding-top: 41%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-42 .e-box .e-cistern-l .text {
    padding-top: 42%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-43 .e-box .e-cistern-l .text {
    padding-top: 43%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-44 .e-box .e-cistern-l .text {
    padding-top: 44%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-45 .e-box .e-cistern-l .text {
    padding-top: 45%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-46 .e-box .e-cistern-l .text {
    padding-top: 46%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-47 .e-box .e-cistern-l .text {
    padding-top: 47%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-48 .e-box .e-cistern-l .text {
    padding-top: 48%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-49 .e-box .e-cistern-l .text {
    padding-top: 49%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-50 .e-box .e-cistern-l .text {
    padding-top: 50%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-51 .e-box .e-cistern-l .text {
    padding-top: 51%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-52 .e-box .e-cistern-l .text {
    padding-top: 52%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-53 .e-box .e-cistern-l .text {
    padding-top: 53%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-54 .e-box .e-cistern-l .text {
    padding-top: 54%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-55 .e-box .e-cistern-l .text {
    padding-top: 55%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-56 .e-box .e-cistern-l .text {
    padding-top: 56%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-57 .e-box .e-cistern-l .text {
    padding-top: 57%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-58 .e-box .e-cistern-l .text {
    padding-top: 58%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-59 .e-box .e-cistern-l .text {
    padding-top: 59%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-60 .e-box .e-cistern-l .text {
    padding-top: 60%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-61 .e-box .e-cistern-l .text {
    padding-top: 61%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-62 .e-box .e-cistern-l .text {
    padding-top: 62%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-63 .e-box .e-cistern-l .text {
    padding-top: 63%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-64 .e-box .e-cistern-l .text {
    padding-top: 64%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-65 .e-box .e-cistern-l .text {
    padding-top: 65%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-66 .e-box .e-cistern-l .text {
    padding-top: 66%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-67 .e-box .e-cistern-l .text {
    padding-top: 67%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-68 .e-box .e-cistern-l .text {
    padding-top: 68%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-69 .e-box .e-cistern-l .text {
    padding-top: 69%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-70 .e-box .e-cistern-l .text {
    padding-top: 70%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-71 .e-box .e-cistern-l .text {
    padding-top: 71%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-72 .e-box .e-cistern-l .text {
    padding-top: 72%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-73 .e-box .e-cistern-l .text {
    padding-top: 73%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-74 .e-box .e-cistern-l .text {
    padding-top: 74%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-75 .e-box .e-cistern-l .text {
    padding-top: 75%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-76 .e-box .e-cistern-l .text {
    padding-top: 76%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-77 .e-box .e-cistern-l .text {
    padding-top: 77%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-78 .e-box .e-cistern-l .text {
    padding-top: 78%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-79 .e-box .e-cistern-l .text {
    padding-top: 79%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-80 .e-box .e-cistern-l .text {
    padding-top: 80%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-81 .e-box .e-cistern-l .text {
    padding-top: 81%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-82 .e-box .e-cistern-l .text {
    padding-top: 82%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-83 .e-box .e-cistern-l .text {
    padding-top: 83%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-84 .e-box .e-cistern-l .text {
    padding-top: 84%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-85 .e-box .e-cistern-l .text {
    padding-top: 85%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-86 .e-box .e-cistern-l .text {
    padding-top: 86%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-87 .e-box .e-cistern-l .text {
    padding-top: 87%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-88 .e-box .e-cistern-l .text {
    padding-top: 88%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-89 .e-box .e-cistern-l .text {
    padding-top: 89%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-90 .e-box .e-cistern-l .text {
    padding-top: 90%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-91 .e-box .e-cistern-l .text {
    padding-top: 91%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-92 .e-box .e-cistern-l .text {
    padding-top: 92%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-93 .e-box .e-cistern-l .text {
    padding-top: 93%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-94 .e-box .e-cistern-l .text {
    padding-top: 94%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-95 .e-box .e-cistern-l .text {
    padding-top: 95%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-96 .e-box .e-cistern-l .text {
    padding-top: 96%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-97 .e-box .e-cistern-l .text {
    padding-top: 97%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-98 .e-box .e-cistern-l .text {
    padding-top: 98%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-99 .e-box .e-cistern-l .text {
    padding-top: 99%;
    vertical-align: top;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-container .swiper-wrapper .e-pt-sm-100 .e-box .e-cistern-l .text {
    padding-top: 100%;
    vertical-align: top;
  }
}
.e-module-202208161027 .e-con .swiper-pagination {
  margin-top: 35px;
  bottom: 75px;
  display: none;
}
@media (max-width: 1600px) {
  .e-module-202208161027 .e-con .swiper-pagination {
    bottom: 55px;
  }
}
@media (max-width: 1200px) {
  .e-module-202208161027 .e-con .swiper-pagination {
    margin-top: 0;
    padding-top: 20px;
    margin-left: 0;
    bottom: 40px;
  }
}
@media (max-width: 992px) {
  .e-module-202208161027 .e-con .swiper-pagination {
    bottom: 40px;
  }
}
@media (max-width: 750px) {
  .e-module-202208161027 .e-con .swiper-pagination {
    padding-top: 15px;
  }
}
.e-module-202208161027 .e-con .swiper-pagination .swiper-pagination-bullet {
  margin-right: 35px;
  width: 8px;
  height: 8px;
  background-color: #fff;
  opacity: 1;
  position: relative;
}
@media (max-width: 1600px) {
  .e-module-202208161027 .e-con .swiper-pagination .swiper-pagination-bullet {
    margin-right: 40px;
    width: 7px;
    height: 7px;
  }
}
@media (max-width: 1200px) {
  .e-module-202208161027 .e-con .swiper-pagination .swiper-pagination-bullet {
    margin-right: 14px;
    width: 4px;
    height: 4px;
    background-color: #cccccc;
  }
}
.e-module-202208161027 .e-con .swiper-pagination .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  width: 34px;
  height: 26px;
  border-radius: 13px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.e-module-202208161027 .e-con .swiper-pagination .swiper-pagination-bullet-active {
  position: relative;
}
.e-module-202208161027 .e-con .swiper-pagination .swiper-pagination-bullet-active::before {
  content: '';
  position: absolute;
  width: 34px;
  height: 26px;
  border-radius: 13px;
  border: 1px solid #fff;
  left: 50%;
  margin-left: -17px;
  top: 50%;
  margin-top: -13px;
}
@media (max-width: 1600px) {
  .e-module-202208161027 .e-con .swiper-pagination .swiper-pagination-bullet-active::before {
    width: 28px;
    height: 21px;
    margin-left: -14px;
    margin-top: -11px;
    border-radius: 12px;
  }
}
@media (max-width: 1200px) {
  .e-module-202208161027 .e-con .swiper-pagination .swiper-pagination-bullet-active::before {
    width: 19px;
    height: 14px;
    border-radius: 7px;
    margin-left: -10px;
    margin-top: -7px;
  }
}
.e-module-202208161027 .e-con .swiper-pagination.gray .swiper-pagination-bullet {
  background: #cccccc;
}
.e-module-202208161027 .e-con .swiper-pagination.gray .swiper-pagination-bullet-active {
  border: 1px solid #c7000b;
  background-color: #c7000b;
}
@media (max-width: 1200px) {
  .e-module-202208161027 .e-con .swiper-pagination.gray .swiper-pagination-bullet-active {
    background-color: #c7000b;
    border: 1px solid #c7000b;
  }
}
.e-module-202208161027 .e-con .swiper-pagination.gray .swiper-pagination-bullet-active::before {
  border: 1px solid #c7000b;
}
@media (max-width: 1200px) {
  .e-module-202208161027 .e-con .swiper-pagination.gray .swiper-pagination-bullet-active::before {
    border: 1px solid #c7000b;
  }
}
.e-module-202404151424.e-block {
  padding-bottom: 60px;
}
@media (max-width: 1600px) {
  .e-module-202404151424.e-block {
    padding-bottom: 40px;
  }
}
@media (max-width: 750px) {
  .e-module-202404151424.e-block {
    padding-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .e-module-202404151424 .e-cistern-l .e-con {
    margin-top: 20px;
  }
}
.e-module-202404151424 .e-cistern-l .e-con .invit-box {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .e-module-202404151424 .e-cistern-l .e-con .invit-box {
    width: 100%;
  }
}
.e-module-202404151424 .e-cistern-l .e-con .invit-box .invit-text p {
  font-size: 18px;
  line-height: 1.889;
  color: #333;
  padding-bottom: 20px;
}
@media (max-width: 1600px) {
  .e-module-202404151424 .e-cistern-l .e-con .invit-box .invit-text p {
    font-size: 16px;
    line-height: 1.95;
    line-height: 1.5 !important;
  }
  .LANG-cn .e-module-202404151424 .e-cistern-l .e-con .invit-box .invit-text p {
    line-height: 1.95;
  }
}
@media (max-width: 1280px) {
  .e-module-202404151424 .e-cistern-l .e-con .invit-box .invit-text p {
    font-size: 12px;
    line-height: 1.667;
    padding-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .e-module-202404151424 .e-cistern-l .e-con .invit-box .invit-text p {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202404151424 .e-cistern-l .e-con .invit-box .invit-text p {
    line-height: 1.95;
  }
}
@media (max-width: 750px) {
  .e-module-202404151424 .e-cistern-l .e-con .invit-box .invit-text p {
    font-size: 12px;
    line-height: 1.667;
    padding-bottom: 10px;
  }
}
.e-module-202404151424 .e-cistern-l .e-con .invit-box .invit-join p {
  font-size: 20px;
  line-height: 1.6;
  color: #666;
  text-align: center;
  padding-top: 20px;
}
.LANG-cn .e-module-202404151424 .e-cistern-l .e-con .invit-box .invit-join p {
  line-height: 1.7;
}
@media (max-width: 1600px) {
  .e-module-202404151424 .e-cistern-l .e-con .invit-box .invit-join p {
    font-size: 18px;
    line-height: 1.889;
    padding-top: 10px;
  }
}
@media (max-width: 1280px) {
  .e-module-202404151424 .e-cistern-l .e-con .invit-box .invit-join p {
    font-size: 14px;
    line-height: 1.95;
    padding-top: 5px;
  }
  .LANG-cn .e-module-202404151424 .e-cistern-l .e-con .invit-box .invit-join p {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .e-module-202404151424 .e-cistern-l .e-con .invit-box .invit-join p {
    width: 76%;
    margin: 0 auto;
  }
}
.e-module-202404151424 .e-cistern-l .e-con .invit-box .invit-join .tocount {
  display: block;
}
.e-module-202404151424 .e-cistern-l .e-con .invit-box .invit-join .tocount .e-lazy {
  width: 100px;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .e-module-202404151424 .e-cistern-l .e-con .invit-box .invit-join .tocount .e-lazy {
    width: 80px;
  }
}
@media (max-width: 1280px) {
  .e-module-202404151424 .e-cistern-l .e-con .invit-box .invit-join .tocount .e-lazy {
    width: 60px;
  }
}
@media (max-width: 750px) {
  .e-module-202404151424 .e-cistern-l .e-con .invit-box .invit-join .tocount .e-lazy {
    width: 70px;
  }
}
.e-module-202404151424 .e-cistern-l .e-con .invit-box .invit-join .tocount .e-lazy::after {
  padding-top: 100%;
}
.e-module-202404151643 .e-cistern-l .e-con .countries-box {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.e-module-202404151643 .e-cistern-l .e-con .countries-box .timeline-line {
  position: absolute;
  z-index: 0;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: 20px;
  background: rgba(102, 102, 102, 0.3);
}
@media (max-width: 992px) {
  .e-module-202404151643 .e-cistern-l .e-con .countries-box .timeline-line {
    top: 0;
    left: 10px;
    width: 2px;
    height: 100%;
    margin-top: 0;
  }
}
.e-module-202404151643 .e-cistern-l .e-con .countries-box .country {
  overflow: hidden;
}
@media (max-width: 992px) {
  .e-module-202404151643 .e-cistern-l .e-con .countries-box .country {
    overflow: auto;
    padding-left: 40px;
    height: 500px;
    padding-right: 10px;
  }
  .e-module-202404151643 .e-cistern-l .e-con .countries-box .country.e-scroll-vrt-d1-1::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 992px) {
  .e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box {
    flex-direction: column;
  }
}
.e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box {
  position: relative;
  width: auto;
  border-radius: 10px;
  background: #ccc;
  padding: 1px;
  margin-top: 55px;
  background: linear-gradient(270deg, rgba(85, 68, 255, 0.6) 10%, rgba(239, 139, 255, 0.6) 50%, rgba(232, 5, 18, 0.6) 90%);
  padding: 0px 0px 4px;
  height: auto;
  transition: 0.4s;
  cursor: pointer;
}
@media (max-width: 992px) {
  .e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box {
    height: auto;
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box:hover .item_wrap::before {
  background: #fff;
}
.e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box:hover .item_wrap::after {
  background: #c7000b;
  opacity: 1;
}
.e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box:hover .item_wrap h3 {
  color: #c7000b;
}
.e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box:hover .item_wrap .time-box .item-text .text-sp1 {
  background-color: #666;
}
.e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box:hover .item_wrap .time-box .item-text .text-sp2 {
  color: #333;
}
.e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box:hover .item_wrap .e-btn-box a {
  border: 2px solid #c7000b;
  background-color: #c7000b;
  color: #fff;
}
.e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box .item_wrap {
  position: relative;
  height: 100%;
  border-radius: 10px;
  background: #fff;
  padding: 25px 40px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1600px) {
  .e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box .item_wrap {
    padding: 20px 30px;
  }
}
@media (max-width: 1280px) {
  .e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box .item_wrap {
    padding: 15px 25px;
  }
}
@media (max-width: 992px) {
  .e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box .item_wrap {
    padding: 25px;
  }
}
.e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box .item_wrap::before {
  content: "";
  position: absolute;
  top: -39px;
  left: 40px;
  width: 10px;
  height: 10px;
  background: rgba(102, 102, 102, 0.8);
  border-radius: 50%;
  z-index: 4;
}
@media (max-width: 1280px) {
  .e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box .item_wrap::before {
    width: 8px;
    height: 8px;
    top: -38px;
  }
}
@media (max-width: 992px) {
  .e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box .item_wrap::before {
    width: 6px;
    height: 6px;
    top: 36px;
    left: -32px;
  }
}
.e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box .item_wrap::after {
  content: "";
  position: absolute;
  top: -46px;
  left: 33px;
  width: 24px;
  height: 24px;
  background: rgba(102, 102, 102, 0.2);
  border-radius: 50%;
  opacity: 0.4;
  z-index: 3;
}
@media (max-width: 1280px) {
  .e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box .item_wrap::after {
    width: 20px;
    height: 20px;
    top: -44px;
  }
}
@media (max-width: 992px) {
  .e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box .item_wrap::after {
    width: 16px;
    height: 16px;
    top: 31px;
    left: -37px;
  }
}
.e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box .item_wrap h3 {
  font-size: 24px;
  line-height: 1.5;
  color: #333;
  font-weight: bold;
  padding-bottom: 20px;
}
.LANG-cn .e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box .item_wrap h3 {
  line-height: 1.583;
}
@media (max-width: 1600px) {
  .e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box .item_wrap h3 {
    font-size: 20px;
    line-height: 1.6;
    padding-bottom: 15px;
  }
  .LANG-cn .e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box .item_wrap h3 {
    line-height: 1.7;
  }
}
@media (max-width: 1280px) {
  .e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box .item_wrap h3 {
    font-size: 16px;
    line-height: 1.95;
    padding-bottom: 10px;
  }
  .LANG-cn .e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box .item_wrap h3 {
    line-height: 1.95;
  }
}
.e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box .item_wrap .time-box {
  padding-bottom: 85px;
}
@media (max-width: 1600px) {
  .e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box .item_wrap .time-box {
    padding-bottom: 75px;
  }
}
@media (max-width: 1280px) {
  .e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box .item_wrap .time-box {
    padding-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box .item_wrap .time-box {
    padding-bottom: 0;
  }
}
.e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box .item_wrap .time-box .item-text {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 992px) {
  .e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box .item_wrap .time-box .item-text {
    flex-direction: column;
  }
}
.e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box .item_wrap .time-box .item-text p {
  padding-right: 40px;
  width: 50%;
  white-space: nowrap;
}
@media (max-width: 1600px) {
  .e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box .item_wrap .time-box .item-text p {
    padding-right: 30px;
  }
}
.e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box .item_wrap .time-box .item-text p:last-child {
  padding-right: 0;
}
.e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box .item_wrap .time-box .item-text p .text-sp1 {
  color: #fff;
  font-size: 14px;
  width: 26px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  display: inline-block;
  background-color: #999;
  border-radius: 12px;
}
@media (max-width: 1280px) {
  .e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box .item_wrap .time-box .item-text p .text-sp1 {
    font-size: 12px;
    line-height: 1.667;
    width: 20px;
    height: 16px;
    border-radius: 8px;
    line-height: 16px;
  }
}
.e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box .item_wrap .time-box .item-text p .text-sp2 {
  font-size: 16px;
  line-height: 1.95;
  color: #666;
  padding-left: 10px;
}
.LANG-cn .e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box .item_wrap .time-box .item-text p .text-sp2 {
  line-height: 1.95;
}
@media (max-width: 1280px) {
  .e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box .item_wrap .time-box .item-text p .text-sp2 {
    font-size: 14px;
    line-height: 1.95;
    padding-left: 5px;
  }
  .LANG-cn .e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box .item_wrap .time-box .item-text p .text-sp2 {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box .item_wrap .time-box .item-text p .text-sp2 {
    font-size: 12px;
    line-height: 1.667;
  }
}
.e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box .item_wrap .time-box .coming {
  font-size: 16px;
  line-height: 1.95;
  color: #999;
}
.LANG-cn .e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box .item_wrap .time-box .coming {
  line-height: 1.95;
}
@media (max-width: 1280px) {
  .e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box .item_wrap .time-box .coming {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box .item_wrap .time-box .coming {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box .item_wrap .time-box .coming {
    font-size: 12px;
    line-height: 1.667;
  }
}
.e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box .item_wrap .e-btn-box {
  position: absolute;
  bottom: 35px;
}
@media (max-width: 1600px) {
  .e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box .item_wrap .e-btn-box {
    bottom: 30px;
  }
}
@media (max-width: 1280px) {
  .e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box .item_wrap .e-btn-box {
    bottom: 20px;
  }
}
@media (max-width: 992px) {
  .e-module-202404151643 .e-cistern-l .e-con .countries-box .country .content_box .item_box .item_wrap .e-btn-box {
    position: relative;
    bottom: auto;
  }
}
.e-module-202404151643 .e-cistern-l .e-con .countries-box .country .swiper-button {
  top: 22px;
}
@media (max-width: 1280px) {
  .e-module-202404151643 .e-cistern-l .e-con .countries-box .country .swiper-button {
    top: 20px;
  }
}
.e-module-202404151643 .e-cistern-l .e-con .countries-box .country .swiper-button img {
  width: 26px;
}
@media (max-width: 1280px) {
  .e-module-202404151643 .e-cistern-l .e-con .countries-box .country .swiper-button img {
    width: 20px;
  }
}
.e-module-202404151643 .e-cistern-l .e-con .countries-box .country .swiper-button.swiper-button-prev {
  left: -25px;
}
@media (max-width: 1280px) {
  .e-module-202404151643 .e-cistern-l .e-con .countries-box .country .swiper-button.swiper-button-prev {
    left: -20px;
  }
}
.e-module-202404151643 .e-cistern-l .e-con .countries-box .country .swiper-button.swiper-button-prev .img1 {
  transform: rotate(-180deg);
  display: block;
}
.e-module-202404151643 .e-cistern-l .e-con .countries-box .country .swiper-button.swiper-button-prev .img2 {
  display: none;
}
@media (max-width: 992px) {
  .e-module-202404151643 .e-cistern-l .e-con .countries-box .country .swiper-button.swiper-button-prev {
    display: none;
  }
}
.e-module-202404151643 .e-cistern-l .e-con .countries-box .country .swiper-button.swiper-button-next {
  right: -25px;
}
@media (max-width: 1280px) {
  .e-module-202404151643 .e-cistern-l .e-con .countries-box .country .swiper-button.swiper-button-next {
    right: -20px;
  }
}
.e-module-202404151643 .e-cistern-l .e-con .countries-box .country .swiper-button.swiper-button-next .img1 {
  display: block;
}
.e-module-202404151643 .e-cistern-l .e-con .countries-box .country .swiper-button.swiper-button-next .img2 {
  transform: rotate(-180deg);
  display: none;
}
@media (max-width: 992px) {
  .e-module-202404151643 .e-cistern-l .e-con .countries-box .country .swiper-button.swiper-button-next {
    bottom: -15px;
    top: auto;
    left: -3px;
  }
  .e-module-202404151643 .e-cistern-l .e-con .countries-box .country .swiper-button.swiper-button-next .img1 {
    transform: rotate(90deg);
  }
  .e-module-202404151643 .e-cistern-l .e-con .countries-box .country .swiper-button.swiper-button-next .img2 {
    transform: rotate(270deg);
  }
}
.e-module-202404151643 .e-cistern-l .e-con .countries-box .country .swiper-button.swiper-button-disabled {
  opacity: 1;
}
.e-module-202404151643 .e-cistern-l .e-con .countries-box .country .swiper-button.swiper-button-disabled .img1 {
  display: none;
}
.e-module-202404151643 .e-cistern-l .e-con .countries-box .country .swiper-button.swiper-button-disabled .img2 {
  display: block;
}
.e-module-202404151519 .e-con .e-cistern-l .swiper {
  overflow: hidden;
  height: 100%;
}
.e-module-202404151519 .e-con .e-cistern-l .swiper .swiper-slide {
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  width: 40%;
  height: auto !important;
}
@media (max-width: 992px) {
  .e-module-202404151519 .e-con .e-cistern-l .swiper .swiper-slide {
    width: 100%;
  }
}
.e-module-202404151519 .e-con .e-cistern-l .swiper .swiper-slide:hover {
  cursor: pointer;
  background-color: #ddd;
  overflow: hidden;
}
.e-module-202404151519 .e-con .e-cistern-l .swiper .swiper-slide:hover .swiper-img img {
  border-radius: 10px 10px 0 0;
  transform: scale(1.05);
}
.e-module-202404151519 .e-con .e-cistern-l .swiper .swiper-slide:hover .mask {
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 70%);
}
@media (min-width: 992px) {
  .e-module-202404151519 .e-con .e-cistern-l .swiper .swiper-slide:hover .mask {
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 70%);
  }
}
@media (min-width: 1280px) {
  .e-module-202404151519 .e-con .e-cistern-l .swiper .swiper-slide:hover .swiper-con {
    bottom: 30px;
  }
}
.e-module-202404151519 .e-con .e-cistern-l .swiper .swiper-slide a {
  height: 100%;
  display: block;
  position: relative;
}
.e-module-202404151519 .e-con .e-cistern-l .swiper .swiper-slide a .swiper-img {
  overflow: hidden;
  width: 100%;
  border-radius: 10px;
}
.e-module-202404151519 .e-con .e-cistern-l .swiper .swiper-slide a .swiper-img img {
  transition: all 0.4s;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px 10px 0 0;
  position: relative !important;
}
.e-module-202404151519 .e-con .e-cistern-l .swiper .swiper-slide a .swiper-img:after {
  display: none;
}
.e-module-202404151519 .e-con .e-cistern-l .swiper .swiper-slide a .swiper-con {
  position: absolute;
  bottom: 20px;
  left: 0;
  padding: 0 40px;
  transition: all 0.4s;
  z-index: 3;
}
@media (max-width: 1200px) {
  .e-module-202404151519 .e-con .e-cistern-l .swiper .swiper-slide a .swiper-con {
    padding: 0 20px;
  }
}
.e-module-202404151519 .e-con .e-cistern-l .swiper .swiper-slide a .swiper-con h3 {
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
  font-weight: bold;
  margin-bottom: 5px;
}
.LANG-cn .e-module-202404151519 .e-con .e-cistern-l .swiper .swiper-slide a .swiper-con h3 {
  line-height: 1.7;
}
@media (max-width: 1600px) {
  .e-module-202404151519 .e-con .e-cistern-l .swiper .swiper-slide a .swiper-con h3 {
    font-size: 16px;
    line-height: 1.95;
    margin-bottom: 0;
  }
  .LANG-cn .e-module-202404151519 .e-con .e-cistern-l .swiper .swiper-slide a .swiper-con h3 {
    line-height: 1.95;
  }
}
@media (max-width: 1280px) {
  .e-module-202404151519 .e-con .e-cistern-l .swiper .swiper-slide a .swiper-con h3 {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202404151519 .e-con .e-cistern-l .swiper .swiper-slide a .swiper-con h3 {
    line-height: 1.95;
  }
}
.e-module-202404151519 .e-con .e-cistern-l .swiper .swiper-slide a .swiper-con .ptxt2 {
  font-size: 16px;
  line-height: 1.95;
  line-height: 1.5 !important;
  color: #fff;
  text-align: left;
}
.LANG-cn .e-module-202404151519 .e-con .e-cistern-l .swiper .swiper-slide a .swiper-con .ptxt2 {
  line-height: 1.95;
}
@media (max-width: 1600px) {
  .e-module-202404151519 .e-con .e-cistern-l .swiper .swiper-slide a .swiper-con .ptxt2 {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202404151519 .e-con .e-cistern-l .swiper .swiper-slide a .swiper-con .ptxt2 {
    line-height: 1.95;
  }
}
@media (max-width: 1280px) {
  .e-module-202404151519 .e-con .e-cistern-l .swiper .swiper-slide a .swiper-con .ptxt2 {
    font-size: 12px;
    line-height: 1.667;
  }
}
@media (max-width: 1200px) {
  .e-module-202404151519 .e-con .e-cistern-l .swiper .swiper-slide a .swiper-con .ptxt2 {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202404151519 .e-con .e-cistern-l .swiper .swiper-slide a .swiper-con .ptxt2 {
    line-height: 1.95;
  }
}
.e-module-202404151519 .e-con .e-cistern-l .swiper .swiper-slide a .mask {
  z-index: 2;
  position: absolute;
  visibility: visible;
  height: 55%;
  width: 100%;
  content: "";
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 70%);
  top: auto;
  bottom: 0;
  border-radius: 0 0 10px 10px;
  transition: all 0.5s;
}
.e-module-202404151519 .e-con .swiper-button {
  color: #666;
  background-color: #F4F6F8;
  font-size: 26px;
  width: 80px;
  height: 68px;
  text-align: center;
  line-height: 68px;
}
.e-module-202404151519 .e-con .swiper-button:hover {
  color: #C7000B;
}
@media (max-width: 1600px) {
  .e-module-202404151519 .e-con .swiper-button {
    width: 60px;
    height: 48px;
    line-height: 48px;
  }
}
@media (max-width: 1200px) {
  .e-module-202404151519 .e-con .swiper-button {
    display: none;
  }
}
.e-module-202404151519 .e-con .swiper-button.swiper-button-disabled {
  color: #999;
  opacity: 1;
}
.e-module-202404151519 .e-con .swiper-button.swiper-button-prev {
  border-radius: 10px 10px 0px 0;
  left: -5px;
  transform: translateY(-50%) rotate(90deg);
}
.e-module-202404151519 .e-con .swiper-button.swiper-button-next {
  right: -5px;
  border-radius: 10px 10px 0 0;
  transform: translateY(-50%) rotate(-90deg);
}
.e-module-202404151519 .e-con .swiper-pagination {
  margin-top: 35px;
  margin-left: 20px;
  width: 100%;
}
@media (max-width: 1200px) {
  .e-module-202404151519 .e-con .swiper-pagination {
    margin-top: 0;
    padding-top: 10px;
    position: relative;
    margin-left: 0;
    display: block;
  }
}
.e-module-202404151519 .e-con .swiper-pagination .swiper-pagination-bullet {
  margin-right: 50px;
  width: 8px;
  height: 8px;
  background-color: #666;
  opacity: 1;
}
@media (max-width: 1600px) {
  .e-module-202404151519 .e-con .swiper-pagination .swiper-pagination-bullet {
    margin-right: 40px;
    width: 7px;
    height: 7px;
  }
}
@media (max-width: 1200px) {
  .e-module-202404151519 .e-con .swiper-pagination .swiper-pagination-bullet {
    margin: 0 7px;
    width: 4px;
    height: 4px;
  }
}
.e-module-202404151519 .e-con .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #c7000b;
  position: relative;
}
.e-module-202404151519 .e-con .swiper-pagination span.swiper-pagination-bullet-active::before {
  content: '';
  position: absolute;
  width: 34px;
  height: 26px;
  border-radius: 13px;
  border: 1px solid #c7000b;
  left: 50%;
  margin-left: -17px;
  top: 50%;
  margin-top: -13px;
}
@media (max-width: 1200px) {
  .e-module-202404151519 .e-con .swiper-pagination span.swiper-pagination-bullet-active::before {
    width: 18px;
    height: 14px;
    margin-left: -9px;
    margin-top: -7px;
    border-radius: 7px;
  }
}
.main > .e-bg {
  background-position: top left;
}
.e-module-202404171601.e-block-tb {
  padding-top: 120px;
}
@media (max-width: 1600px) {
  .e-module-202404171601.e-block-tb {
    padding-top: 90px;
  }
}
@media (max-width: 992px) {
  .e-module-202404171601.e-block-tb {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .e-module-202404171601 .e-cistern-l .e-con {
    margin-top: 20px;
  }
}
.e-module-202404171601 .e-cistern-l .e-con .join-box {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .e-module-202404171601 .e-cistern-l .e-con .join-box {
    width: 100%;
  }
}
.e-module-202404171601 .e-cistern-l .e-con .join-box .join-text p {
  font-size: 18px;
  line-height: 1.889;
  color: #333;
  padding-bottom: 20px;
}
@media (max-width: 1600px) {
  .e-module-202404171601 .e-cistern-l .e-con .join-box .join-text p {
    font-size: 16px;
    line-height: 1.95;
    line-height: 1.5 !important;
  }
  .LANG-cn .e-module-202404171601 .e-cistern-l .e-con .join-box .join-text p {
    line-height: 1.95;
  }
}
@media (max-width: 1280px) {
  .e-module-202404171601 .e-cistern-l .e-con .join-box .join-text p {
    font-size: 12px;
    line-height: 1.667;
    padding-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .e-module-202404171601 .e-cistern-l .e-con .join-box .join-text p {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202404171601 .e-cistern-l .e-con .join-box .join-text p {
    line-height: 1.95;
  }
}
@media (max-width: 750px) {
  .e-module-202404171601 .e-cistern-l .e-con .join-box .join-text p {
    font-size: 12px;
    line-height: 1.667;
    padding-bottom: 10px;
  }
}
.e-module-202404171601 .e-cistern-l .e-con .join-box .join-btns {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .e-module-202404171601 .e-cistern-l .e-con .join-box .join-btns {
    flex-direction: column;
  }
}
.e-module-202404171601 .e-cistern-l .e-con .join-box .join-btns .btn-text {
  font-size: 18px;
  line-height: 1.889;
  color: #333;
}
@media (max-width: 1600px) {
  .e-module-202404171601 .e-cistern-l .e-con .join-box .join-btns .btn-text {
    font-size: 16px;
    line-height: 1.95;
    line-height: 1.5 !important;
  }
  .LANG-cn .e-module-202404171601 .e-cistern-l .e-con .join-box .join-btns .btn-text {
    line-height: 1.95;
  }
}
@media (max-width: 1280px) {
  .e-module-202404171601 .e-cistern-l .e-con .join-box .join-btns .btn-text {
    font-size: 12px;
    line-height: 1.667;
  }
}
@media (max-width: 1200px) {
  .e-module-202404171601 .e-cistern-l .e-con .join-box .join-btns .btn-text {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202404171601 .e-cistern-l .e-con .join-box .join-btns .btn-text {
    line-height: 1.95;
  }
}
@media (max-width: 750px) {
  .e-module-202404171601 .e-cistern-l .e-con .join-box .join-btns .btn-text {
    font-size: 12px;
    line-height: 1.667;
  }
}
.e-module-202404171601 .e-cistern-l .e-con .join-box .join-btns .e-btn-box {
  padding-top: 0;
}
.e-module-202404171601 .e-cistern-l .e-con .join-box .join-btns .e-btn-box .e-btn-bd-red-lg {
  margin: 0 15px 0;
}
@media (max-width: 992px) {
  .e-module-202404171601 .e-cistern-l .e-con .join-box .join-btns .e-btn-box {
    width: 100%;
  }
  .e-module-202404171601 .e-cistern-l .e-con .join-box .join-btns .e-btn-box .e-btn-bd-red-lg {
    margin: 10px 0 0;
    display: block;
    text-align: center;
  }
}
.e-module-202404171724 .e-cistern-l .e-con .agenda-content {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-top {
  border-radius: 10px 10px 0 0;
  background: linear-gradient(101.31deg, rgba(232, 5, 18, 0.15) 0.042%, rgba(243, 173, 254, 0.15) 47.066%, rgba(85, 68, 255, 0.15) 100%);
  position: relative;
}
.e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-top::after {
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  height: 5px;
  bottom: 0;
  background: linear-gradient(101.31deg, rgba(232, 5, 18, 0.6) 0.042%, rgba(243, 173, 254, 0.6) 47.066%, rgba(85, 68, 255, 0.6) 100%);
}
@media (max-width: 1600px) {
  .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-top::after {
    height: 3px;
  }
}
.e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-top .tablist {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-top .tablist.row {
  margin: 0;
}
.e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-top .tablist .tab {
  font-size: 16px;
  line-height: 1.95;
  color: #282828;
  padding: 22px 135px;
  position: relative;
  cursor: pointer;
  margin-top: 0;
}
.LANG-cn .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-top .tablist .tab {
  line-height: 1.95;
}
.e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-top .tablist .tab .tab-con {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-top .tablist .tab .tab-area {
  font-size: 24px;
  line-height: 1.5;
  color: #666;
}
.LANG-cn .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-top .tablist .tab .tab-area {
  line-height: 1.583;
}
.e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-top .tablist .tab .tab-time {
  display: none;
  font-size: 16px;
  line-height: 1.95;
  color: #333;
  padding-left: 15px;
}
.LANG-cn .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-top .tablist .tab .tab-time {
  line-height: 1.95;
}
@media (max-width: 1600px) {
  .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-top .tablist .tab {
    padding: 15px 110px;
  }
  .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-top .tablist .tab .tab-area {
    font-size: 20px;
    line-height: 1.6;
  }
  .LANG-cn .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-top .tablist .tab .tab-area {
    line-height: 1.7;
  }
  .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-top .tablist .tab .tab-time {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-top .tablist .tab .tab-time {
    line-height: 1.95;
  }
}
@media (max-width: 1280px) {
  .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-top .tablist .tab {
    padding: 10px 100px;
  }
  .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-top .tablist .tab .tab-area {
    font-size: 16px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-top .tablist .tab .tab-area {
    line-height: 1.95;
  }
  .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-top .tablist .tab .tab-time {
    font-size: 12px;
    line-height: 1.667;
    padding-left: 10px;
  }
}
@media (max-width: 992px) {
  .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-top .tablist .tab {
    padding: 10px 15px;
  }
  .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-top .tablist .tab .tab-con {
    flex-direction: column;
    align-items: center;
  }
  .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-top .tablist .tab .tab-area {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-top .tablist .tab .tab-area {
    line-height: 1.95;
  }
  .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-top .tablist .tab .tab-time {
    font-size: 12px;
    line-height: 1.667;
    padding-left: 0;
  }
  .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-top .tablist .tab .tab-time span {
    display: none;
  }
}
.e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-top .tablist .tab.active::after {
  position: absolute;
  content: '';
  width: 100%;
  left: 0;
  bottom: 0;
  height: 5px;
  background: #c7000b;
  z-index: 1;
}
@media (max-width: 1600px) {
  .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-top .tablist .tab.active::after {
    height: 3px;
  }
}
@media (max-width: 992px) {
  .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-top .tablist .tab.active {
    padding: 10px 30px;
  }
}
.e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-top .tablist .tab.active .tab-area {
  color: #333;
  font-weight: bold;
}
.e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-top .tablist .tab.active .tab-time {
  display: block;
}
.e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-bottom {
  padding: 40px 10px 60px 60px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 1600px) {
  .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-bottom {
    padding: 30px 10px 50px 50px;
  }
}
@media (max-width: 1200px) {
  .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-bottom {
    padding: 20px 10px 30px 30px;
  }
}
@media (max-width: 992px) {
  .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-bottom {
    padding: 15px 5px 30px 20px;
  }
}
.e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-bottom .agenda-bot-con {
  display: none;
  max-height: 720px;
  overflow-y: auto;
}
@media (max-width: 1600px) {
  .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-bottom .agenda-bot-con {
    max-height: 600px;
  }
}
@media (max-width: 992px) {
  .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-bottom .agenda-bot-con {
    max-height: 500px;
  }
}
.e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-bottom .agenda-bot-con.active {
  display: block;
}
.e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-bottom .agenda-bot-con ul {
  margin-right: 50px;
}
@media (max-width: 1600px) {
  .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-bottom .agenda-bot-con ul {
    margin-right: 40px;
  }
}
@media (max-width: 1200px) {
  .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-bottom .agenda-bot-con ul {
    margin-right: 20px;
  }
}
@media (max-width: 992px) {
  .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-bottom .agenda-bot-con ul {
    margin-right: 15px;
  }
}
.e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-bottom .agenda-bot-con ul li {
  display: flex;
  align-items: center;
  padding: 20px 30px 20px 10px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 1600px) {
  .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-bottom .agenda-bot-con ul li {
    padding: 15px 20px 15px 10px;
  }
}
@media (max-width: 992px) {
  .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-bottom .agenda-bot-con ul li {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 0 10px;
  }
}
.e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-bottom .agenda-bot-con ul li .yc-time {
  flex: 1.2;
  font-size: 16px;
  line-height: 1.95;
  color: #333;
  text-align: center;
  border-radius: 20px;
  background: linear-gradient(145.51deg, rgba(255, 147, 153, 0.25) 14.536%, rgba(60, 181, 255, 0.2) 101.055%);
  padding: 2px 0;
}
.LANG-cn .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-bottom .agenda-bot-con ul li .yc-time {
  line-height: 1.95;
}
@media (max-width: 1600px) {
  .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-bottom .agenda-bot-con ul li .yc-time {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-bottom .agenda-bot-con ul li .yc-time {
    line-height: 1.95;
  }
}
@media (max-width: 1280px) {
  .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-bottom .agenda-bot-con ul li .yc-time {
    font-size: 12px;
    line-height: 1.667;
  }
}
@media (max-width: 1200px) {
  .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-bottom .agenda-bot-con ul li .yc-time {
    flex: 1.5;
  }
}
@media (max-width: 992px) {
  .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-bottom .agenda-bot-con ul li .yc-time {
    flex: content;
    padding: 5px 12px;
  }
}
.e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-bottom .agenda-bot-con ul li .yc-tit {
  flex: 5;
  margin: 0 170px;
  font-size: 16px;
  line-height: 1.95;
  color: #333;
  font-weight: bold;
}
.LANG-cn .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-bottom .agenda-bot-con ul li .yc-tit {
  line-height: 1.95;
}
@media (max-width: 1600px) {
  .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-bottom .agenda-bot-con ul li .yc-tit {
    font-size: 14px;
    line-height: 1.95;
    margin: 0 120px;
  }
  .LANG-cn .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-bottom .agenda-bot-con ul li .yc-tit {
    line-height: 1.95;
  }
}
@media (max-width: 1280px) {
  .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-bottom .agenda-bot-con ul li .yc-tit {
    font-size: 12px;
    line-height: 1.667;
  }
}
@media (max-width: 1200px) {
  .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-bottom .agenda-bot-con ul li .yc-tit {
    margin: 0 100px;
  }
}
@media (max-width: 992px) {
  .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-bottom .agenda-bot-con ul li .yc-tit {
    margin: 10px 0 0;
  }
}
.e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-bottom .agenda-bot-con ul li .yc-name {
  flex: 3;
}
@media (max-width: 992px) {
  .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-bottom .agenda-bot-con ul li .yc-name {
    flex: content;
    margin-top: 5px;
  }
  .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-bottom .agenda-bot-con ul li .yc-name.no-name {
    display: none;
  }
}
.e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-bottom .agenda-bot-con ul li .yc-name .name {
  font-size: 16px;
  line-height: 1.95;
  color: #333;
}
.LANG-cn .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-bottom .agenda-bot-con ul li .yc-name .name {
  line-height: 1.95;
}
@media (max-width: 1600px) {
  .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-bottom .agenda-bot-con ul li .yc-name .name {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-bottom .agenda-bot-con ul li .yc-name .name {
    line-height: 1.95;
  }
}
@media (max-width: 1280px) {
  .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-bottom .agenda-bot-con ul li .yc-name .name {
    font-size: 12px;
    line-height: 1.667;
  }
}
.e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-bottom .agenda-bot-con ul li .yc-name .job {
  font-size: 14px;
  line-height: 1.95;
  line-height: 1.5 !important;
  color: #666;
}
.LANG-cn .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-bottom .agenda-bot-con ul li .yc-name .job {
  line-height: 1.95;
}
@media (max-width: 1600px) {
  .e-module-202404171724 .e-cistern-l .e-con .agenda-content .agenda-bottom .agenda-bot-con ul li .yc-name .job {
    font-size: 12px;
    line-height: 1.667;
  }
}
@media (max-width: 750px) {
  .e-module-202404171724 .e-cistern-l .e-con .agenda-content.agenda-kaza .agenda-top .tablist.row {
    max-width: 100%;
    overflow: auto;
    flex-wrap: nowrap;
  }
  .e-module-202404171724 .e-cistern-l .e-con .agenda-content.agenda-kaza .agenda-top .tablist::-webkit-scrollbar {
    display: none;
  }
}
.e-module-202404171724 .e-cistern-l .e-con .agenda-content.agenda-kaza .agenda-top .tablist .tab {
  padding: 22px 30px;
}
@media (max-width: 1600px) {
  .e-module-202404171724 .e-cistern-l .e-con .agenda-content.agenda-kaza .agenda-top .tablist .tab {
    padding: 15px 20px;
  }
}
@media (max-width: 1200px) {
  .e-module-202404171724 .e-cistern-l .e-con .agenda-content.agenda-kaza .agenda-top .tablist .tab {
    padding: 10px 15px;
  }
}
@media (max-width: 750px) {
  .e-module-202404171724 .e-cistern-l .e-con .agenda-content.agenda-kaza .agenda-top .tablist .tab.e-col-xl-1-5 {
    width: 30%;
    overflow: visible;
  }
}
.e-module-202404171724 .e-cistern-l .e-con .agenda-content.agenda-kaza .agenda-top .tablist .tab .tab-con {
  flex-direction: column;
  align-items: center;
}
.e-module-202404181732 .e-cistern-l .e-con .highlights-item {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .e-module-202404181732 .e-cistern-l .e-con .highlights-item {
    margin-bottom: 15px;
  }
}
.e-module-202404181732 .e-cistern-l .e-con .highlights-item .swiper {
  overflow: hidden;
}
@media (max-width: 992px) {
  .e-module-202404181732 .e-cistern-l .e-con .highlights-item .swiper {
    overflow: visible;
  }
}
.e-module-202404181732 .e-cistern-l .e-con .highlights-item .swiper ul {
  transition-timing-function: linear !important;
}
.e-module-202404181732 .e-cistern-l .e-con .highlights-item .swiper ul li .e-lazy {
  border-radius: 10px;
}
.e-module-202404181732 .e-cistern-l .e-con .highlights-item .swiper ul li .e-lazy::after {
  padding-top: 66.597%;
}
.view-pop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}
.view-pop .view-box {
  position: relative;
  width: 100%;
  height: 100%;
}
.view-pop .view-box img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 50%;
  max-height: 640px;
  z-index: 2;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .view-pop .view-box img {
    max-width: 70%;
  }
}
@media (max-width: 992px) {
  .view-pop .view-box img {
    max-width: 90%;
  }
}
.view-pop .view-box .icon-close {
  position: fixed;
  right: 30px;
  top: 30px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  z-index: 9;
}
.footer {
  background: #f5f5f5;
  font-size: 14px;
  line-height: 1.375;
}
.footer .e-cistern-l {
  text-align: right;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1200px) {
  .footer .e-cistern-l {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .footer .e-cistern-l {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
  }
}
.footer .e-cistern-l .footer-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .footer .e-cistern-l .footer-con {
    flex-direction: column;
  }
}
.footer .e-cistern-l .footer-con .left {
  display: flex;
  float: left;
  align-items: center;
}
@media (max-width: 992px) {
  .footer .e-cistern-l .footer-con .left {
    float: none;
    flex-direction: column;
  }
}
.footer .e-cistern-l .footer-con .left > p {
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 5px;
  padding-right: 20px;
  font-size: 16px;
  color: #666;
}
@media (max-width: 1600px) {
  .footer .e-cistern-l .footer-con .left > p {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .footer .e-cistern-l .footer-con .left > p {
    padding-right: 10px;
    text-align: center;
  }
}
.footer .e-cistern-l .footer-con .left .share-footer {
  vertical-align: middle;
  display: inline-block;
}
@media (max-width: 992px) {
  .footer .e-cistern-l .footer-con .left .share-footer {
    margin-top: 5px;
  }
}
.footer .e-cistern-l .footer-con .left .share-footer a {
  color: #666;
  border: 1px solid #666;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  display: inline-block;
  margin: 0 5px;
  position: relative;
}
.LANG-cn .footer .e-cistern-l .footer-con .left .share-footer a {
  border: none;
}
.footer .e-cistern-l .footer-con .left .share-footer a::before {
  display: none;
}
.footer .e-cistern-l .footer-con .left .share-footer a .iconfont {
  font-size: 24px;
  left: 1px;
  top: -2px;
  position: absolute;
  color: #666;
}
.footer .e-cistern-l .footer-con .left .share-footer a .pic {
  display: none;
  width: 60px;
  height: 60px;
  position: absolute;
  left: -15px;
  bottom: 36px;
}
.footer .e-cistern-l .footer-con .left .share-footer a .pic img {
  width: 100%;
  display: block;
}
.footer .e-cistern-l .footer-con .left .share-footer a:hover .pic {
  display: block;
}
.footer .e-cistern-l .footer-con .right {
  text-align: right;
  display: inline-block;
}
@media (max-width: 992px) {
  .footer .e-cistern-l .footer-con .right {
    text-align: center;
    margin-top: 30px;
  }
}
.footer .e-cistern-l .footer-con .right .contact a {
  font-size: 16px;
  line-height: 1.95;
  color: #333;
}
@media (max-width: 1600px) {
  .footer .e-cistern-l .footer-con .right .contact a {
    font-size: 14px;
  }
}
.footer .e-cistern-l .footer-con .right > span {
  color: #666;
  line-height: 1.95;
  font-size: 16px;
}
@media (max-width: 1600px) {
  .footer .e-cistern-l .footer-con .right > span {
    font-size: 14px;
  }
}
.e-module-202208160923 .slide-list .kefu {
  position: fixed;
  right: 20px;
  bottom: 175px;
  z-index: 100;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .e-module-202208160923 .slide-list .kefu {
    bottom: 160px;
  }
}
@media (max-width: 1200px) {
  .e-module-202208160923 .slide-list .kefu {
    bottom: 40px;
  }
}
.e-module-202208160923 .slide-list .kefu .slide-item2 {
  position: relative;
}
.e-module-202208160923 .slide-list .kefu .slide-item2 .slide-btn {
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  background-color: #c7000b;
  border-radius: 10px;
}
.e-module-202208160923 .slide-list .kefu .slide-item2 .slide-btn .iconfont {
  font-size: 24px;
  line-height: 2;
}
@media (max-width: 1280px) {
  .e-module-202208160923 .slide-list .kefu .slide-item2 .slide-btn .iconfont {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .e-module-202208160923 .slide-list .kefu .slide-item2 .slide-btn .iconfont {
    font-size: 20px;
    line-height: 2;
  }
}
@media (max-width: 1280px) {
  .e-module-202208160923 .slide-list .kefu .slide-item2 .slide-btn {
    width: 34px;
    height: 34px;
    border-radius: 5px;
  }
}
@media (max-width: 1200px) {
  .e-module-202208160923 .slide-list .kefu .slide-item2 .slide-btn {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }
}
.e-module-202208160923 .slide-list .kefu .slide-item2 .tell-con {
  position: absolute;
  width: 330px;
  padding: 35px 40px 25px;
  right: 62px;
  border: 0px solid red;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 10px;
  display: none;
  box-shadow: 0 0 10px rgba(137, 137, 137, 0.1);
}
@media (max-width: 1280px) {
  .e-module-202208160923 .slide-list .kefu .slide-item2 .tell-con {
    right: 45px;
    padding: 20px;
    width: 260px;
  }
}
.e-module-202208160923 .slide-list .kefu .slide-item2 .tell-con .tell-cons {
  position: relative;
}
.e-module-202208160923 .slide-list .kefu .slide-item2 .tell-con .tell-cons:after {
  content: "";
  position: absolute;
  right: -52px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 305px;
  background: url(/Assets/enp/2022/img/module/e-module-202208081430/sanjiao.png) no-repeat 50%;
}
@media (max-width: 1280px) {
  .e-module-202208160923 .slide-list .kefu .slide-item2 .tell-con .tell-cons:after {
    right: -32px;
    height: 267px;
  }
}
.e-module-202208160923 .slide-list .kefu .slide-item2 .tell-con .tell-cons .lianxi {
  position: relative;
}
.e-module-202208160923 .slide-list .kefu .slide-item2 .tell-con .tell-cons .lianxi .lx-con {
  display: flex;
  margin-bottom: 25px;
  align-items: center;
}
@media (max-width: 1280px) {
  .e-module-202208160923 .slide-list .kefu .slide-item2 .tell-con .tell-cons .lianxi .lx-con {
    margin-bottom: 15px;
  }
}
.e-module-202208160923 .slide-list .kefu .slide-item2 .tell-con .tell-cons .lianxi .lx-con.lx3 {
  margin-bottom: 0;
}
.e-module-202208160923 .slide-list .kefu .slide-item2 .tell-con .tell-cons .lianxi .lx-con .iconfont {
  font-size: 34px;
  color: #c7000b;
  margin-right: 20px;
  line-height: 45px;
}
@media (max-width: 1280px) {
  .e-module-202208160923 .slide-list .kefu .slide-item2 .tell-con .tell-cons .lianxi .lx-con .iconfont {
    font-size: 24px;
    margin-right: 15px;
  }
}
.e-module-202208160923 .slide-list .kefu .slide-item2 .tell-con .tell-cons .lianxi .lx-con .ptxt a:hover .ptxt1 {
  color: #000;
}
.e-module-202208160923 .slide-list .kefu .slide-item2 .tell-con .tell-cons .lianxi .lx-con .ptxt1 {
  font-size: 16px;
  line-height: 1.95;
  color: #333;
  padding-bottom: 0px;
}
.LANG-cn .e-module-202208160923 .slide-list .kefu .slide-item2 .tell-con .tell-cons .lianxi .lx-con .ptxt1 {
  line-height: 1.95;
}
@media (max-width: 1280px) {
  .e-module-202208160923 .slide-list .kefu .slide-item2 .tell-con .tell-cons .lianxi .lx-con .ptxt1 {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202208160923 .slide-list .kefu .slide-item2 .tell-con .tell-cons .lianxi .lx-con .ptxt1 {
    line-height: 1.95;
  }
}
.e-module-202208160923 .slide-list .kefu .slide-item2 .tell-con .tell-cons .lianxi .lx-con .ptxt2 {
  font-size: 12px;
  color: #888;
}
.e-module-202208160923 .slide-list .kefu .slide-item2 .tell-con .tell-cons .lianxi .lx-con .ptxt3 {
  font-size: 14px;
  line-height: 1.95;
  color: #c7000b;
  font-weight: bold;
}
.LANG-cn .e-module-202208160923 .slide-list .kefu .slide-item2 .tell-con .tell-cons .lianxi .lx-con .ptxt3 {
  line-height: 1.95;
}
.e-module-202208160923 .slide-list .kefu .slide-item2 .tell-con .tell-cons .lianxi .e-link-box {
  margin-left: 55px;
  padding-top: 20px;
}
@media (max-width: 1280px) {
  .e-module-202208160923 .slide-list .kefu .slide-item2 .tell-con .tell-cons .lianxi .e-link-box {
    padding-top: 10px;
    margin-left: 40px;
  }
}
.e-module-202208160923 .slide-list .kefu .slide-item2 .tell-con .tell-cons .lianxi .e-link-box .text {
  color: #666;
  font-size: 14px;
  line-height: 1.95;
}
.LANG-cn .e-module-202208160923 .slide-list .kefu .slide-item2 .tell-con .tell-cons .lianxi .e-link-box .text {
  line-height: 1.95;
}
.e-module-202208160923 .slide-list .kefu:hover .tell-con {
  outline: none;
  display: block;
}
@media (max-width: 1200px) {
  .e-module-202208160923 .slide-list .kefu:hover .tell-con {
    display: none;
  }
}
.e-module-202208160923 .slide-list .tell-con-mob {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1002;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  display: none;
}
.e-module-202208160923 .slide-list .tell-con-mob .tell-mob-con {
  position: relative;
  width: 100%;
  height: 100%;
}
.e-module-202208160923 .slide-list .tell-con-mob .tell-mob-con .tell-mob {
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
}
@media (max-width: 1200px) {
  .e-module-202208160923 .slide-list .tell-con-mob .tell-mob-con .tell-mob {
    width: 70%;
    margin-left: 15%;
    padding: 100px 55px 40px 55px;
    top: 50%;
    margin-top: -182px;
  }
}
@media (max-width: 992px) {
  .e-module-202208160923 .slide-list .tell-con-mob .tell-mob-con .tell-mob {
    width: 70%;
    margin-left: 15%;
    padding: 115px 80px 105px;
    top: 50%;
    margin-top: -312px;
  }
}
@media (max-width: 750px) {
  .e-module-202208160923 .slide-list .tell-con-mob .tell-mob-con .tell-mob {
    width: 90%;
    margin-left: 5%;
    padding: 78px 45px 60px;
    top: 50%;
    margin-top: -224px;
  }
}
.e-module-202208160923 .slide-list .tell-con-mob .tell-mob-con .tell-mob .lianxi {
  display: flex;
}
@media (max-width: 992px) {
  .e-module-202208160923 .slide-list .tell-con-mob .tell-mob-con .tell-mob .lianxi {
    display: block;
  }
}
.e-module-202208160923 .slide-list .tell-con-mob .tell-mob-con .tell-mob .lianxi .lx-con {
  display: block;
  margin-bottom: 50px;
  text-align: center;
  align-items: center;
  width: 33%;
}
@media (max-width: 992px) {
  .e-module-202208160923 .slide-list .tell-con-mob .tell-mob-con .tell-mob .lianxi .lx-con {
    display: flex;
    text-align: left;
    width: 100%;
    margin-bottom: 40px;
  }
}
.e-module-202208160923 .slide-list .tell-con-mob .tell-mob-con .tell-mob .lianxi .lx-con .iconfont {
  font-size: 38px;
  color: #c7000b;
  margin-bottom: 20px;
  line-height: 45px;
}
@media (max-width: 992px) {
  .e-module-202208160923 .slide-list .tell-con-mob .tell-mob-con .tell-mob .lianxi .lx-con .iconfont {
    font-size: 40px;
    margin-right: 45px;
    line-height: 65px;
    margin-bottom: 0;
  }
}
@media (max-width: 750px) {
  .e-module-202208160923 .slide-list .tell-con-mob .tell-mob-con .tell-mob .lianxi .lx-con .iconfont {
    font-size: 34px;
    margin-right: 30px;
    line-height: 45px;
  }
}
@media (max-width: 992px) {
  .e-module-202208160923 .slide-list .tell-con-mob .tell-mob-con .tell-mob .lianxi .lx-con.lx3 {
    margin-bottom: 70px;
  }
}
@media (max-width: 750px) {
  .e-module-202208160923 .slide-list .tell-con-mob .tell-mob-con .tell-mob .lianxi .lx-con.lx3 {
    margin-bottom: 30px;
  }
}
.e-module-202208160923 .slide-list .tell-con-mob .tell-mob-con .tell-mob .lianxi .lx-con .ptxt a:hover .ptxt1 {
  color: #000;
}
.e-module-202208160923 .slide-list .tell-con-mob .tell-mob-con .tell-mob .lianxi .lx-con .ptxt1 {
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  padding-bottom: 10px;
}
@media (max-width: 992px) {
  .e-module-202208160923 .slide-list .tell-con-mob .tell-mob-con .tell-mob .lianxi .lx-con .ptxt1 {
    font-size: 24px;
    line-height: 1.5;
    padding-bottom: 10px;
  }
}
@media (max-width: 750px) {
  .e-module-202208160923 .slide-list .tell-con-mob .tell-mob-con .tell-mob .lianxi .lx-con .ptxt1 {
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 5px;
  }
}
.e-module-202208160923 .slide-list .tell-con-mob .tell-mob-con .tell-mob .lianxi .lx-con .ptxt2 {
  font-size: 12px;
  color: #888;
}
@media (max-width: 992px) {
  .e-module-202208160923 .slide-list .tell-con-mob .tell-mob-con .tell-mob .lianxi .lx-con .ptxt2 {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202208160923 .slide-list .tell-con-mob .tell-mob-con .tell-mob .lianxi .lx-con .ptxt2 {
    line-height: 1.95;
  }
}
@media (max-width: 750px) {
  .e-module-202208160923 .slide-list .tell-con-mob .tell-mob-con .tell-mob .lianxi .lx-con .ptxt2 {
    font-size: 12px;
  }
}
.e-module-202208160923 .slide-list .tell-con-mob .tell-mob-con .tell-mob .lianxi .lx-con .ptxt3 {
  font-size: 18px;
  color: #c7000b;
  font-weight: bold;
}
@media (max-width: 992px) {
  .e-module-202208160923 .slide-list .tell-con-mob .tell-mob-con .tell-mob .lianxi .lx-con .ptxt3 {
    font-size: 20px;
  }
}
@media (max-width: 750px) {
  .e-module-202208160923 .slide-list .tell-con-mob .tell-mob-con .tell-mob .lianxi .lx-con .ptxt3 {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202208160923 .slide-list .tell-con-mob .tell-mob-con .tell-mob .lianxi .lx-con .ptxt3 {
    line-height: 1.95;
  }
}
.e-module-202208160923 .slide-list .tell-con-mob .tell-mob-con .tell-mob .e-link-box {
  text-align: center;
}
@media (max-width: 992px) {
  .e-module-202208160923 .slide-list .tell-con-mob .tell-mob-con .tell-mob .e-link-box {
    margin-left: 85px;
    text-align: left;
  }
  .e-module-202208160923 .slide-list .tell-con-mob .tell-mob-con .tell-mob .e-link-box .text {
    font-size: 18px !important;
  }
  .e-module-202208160923 .slide-list .tell-con-mob .tell-mob-con .tell-mob .e-link-box .iconfont {
    font-size: 24px;
  }
}
@media (max-width: 750px) {
  .e-module-202208160923 .slide-list .tell-con-mob .tell-mob-con .tell-mob .e-link-box {
    margin-left: 65px;
  }
  .e-module-202208160923 .slide-list .tell-con-mob .tell-mob-con .tell-mob .e-link-box .text {
    font-size: 14px !important;
  }
  .e-module-202208160923 .slide-list .tell-con-mob .tell-mob-con .tell-mob .e-link-box .iconfont {
    font-size: 20px;
  }
}
.e-module-202208160923 .slide-list .tell-con-mob .tell-mob-con .tell-mob .e-link-box .text {
  color: #666;
  font-size: 14px;
  line-height: 1.95;
}
.LANG-cn .e-module-202208160923 .slide-list .tell-con-mob .tell-mob-con .tell-mob .e-link-box .text {
  line-height: 1.95;
}
.e-module-202208160923 .slide-list .tell-con-mob .tell-mob-con .tell-mob .close-btn {
  position: absolute;
  color: #666;
  font-size: 36px;
  right: 15px;
  top: 15px;
  z-index: 1010;
}
@media (max-width: 992px) {
  .e-module-202208160923 .slide-list .tell-con-mob .tell-mob-con .tell-mob .close-btn {
    font-size: 44px;
    top: 30px;
    right: 30px;
  }
}
@media (max-width: 750px) {
  .e-module-202208160923 .slide-list .tell-con-mob .tell-mob-con .tell-mob .close-btn {
    font-size: 30px;
    right: 20px;
    top: 20px;
  }
}
.e-module-202208160923 .slide-list .gotop {
  position: fixed;
  right: 20px;
  bottom: 115px;
  z-index: 100;
  cursor: pointer;
}
@media (max-width: 1600px) {
  .e-module-202208160923 .slide-list .gotop {
    bottom: 115px;
  }
}
.e-module-202208160923 .slide-list .gotop .slide-item3 {
  display: none;
}
.e-module-202208160923 .slide-list .gotop .slide-item3 .slide-btn {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #ddd;
  color: #999;
  text-align: center;
  border-radius: 10px;
  padding-top: 3px;
}
@media (max-width: 1280px) {
  .e-module-202208160923 .slide-list .gotop .slide-item3 .slide-btn {
    width: 34px;
    height: 34px;
    border-radius: 5px;
    line-height: 0.8;
  }
}
.e-module-202208160923 .slide-list .gotop .slide-item3 .slide-btn .iconfont {
  font-size: 24px;
  line-height: 0;
}
@media (max-width: 1280px) {
  .e-module-202208160923 .slide-list .gotop .slide-item3 .slide-btn .iconfont {
    font-size: 12px;
  }
}
.e-module-202208160923 .slide-list .gotop .slide-item3 .slide-btn p {
  font-size: 12px;
  line-height: 0;
}
@media (max-width: 1600px) {
  .e-module-202208160923 .slide-list .gotop .slide-item3 .slide-btn p {
    font-size: 10px;
  }
}
@media (max-width: 1280px) {
  .e-module-202208160923 .slide-list .gotop .slide-item3 .slide-btn p {
    line-height: 0.8;
  }
}
.e-module-202208160923 .slide-list .gotop .slide-item3:hover {
  color: #c7000b;
}
@media (max-width: 1200px) {
  .e-module-202208160923 .slide-list .gotop {
    display: none;
  }
}
.new-download {
  position: fixed;
  right: 20px;
  bottom: 225px;
  z-index: 101;
  transition: all 1s;
}
.new-download.active {
  right: 0;
}
@media (max-width: 1280px) {
  .new-download {
    bottom: 195px;
  }
}
@media (max-width: 1200px) {
  .new-download {
    bottom: 75px;
  }
}
.new-download a {
  width: 50px;
  height: 50px;
  display: block;
  margin-bottom: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1280px) {
  .new-download a {
    width: 34px;
    height: 34px;
    border-radius: 5px;
  }
}
@media (max-width: 1200px) {
  .new-download a {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }
}
.new-download a.download {
  background-color: #c7000b;
}
.new-download a.download .download-pic {
  width: 24px;
}
.new-download a.download .download-pic::after {
  padding-top: 100%;
}
@media (max-width: 1600px) {
  .new-download a.download .download-pic {
    width: 20px;
  }
}
.new-download a.download .xiazai {
  position: fixed;
  bottom: 235px;
  right: -100%;
  z-index: 100;
  background: linear-gradient(-56.69deg, #c7000b 0.667%, #f21d28 91.354%);
  border-radius: 60px 0 0 60px;
  max-width: 400px;
  padding: 10px;
  transition: all 1s;
}
@media (max-width: 1600px) {
  .new-download a.download .xiazai {
    padding: 10px;
  }
}
@media (max-width: 1280px) {
  .new-download a.download .xiazai {
    bottom: 205px;
  }
}
@media (max-width: 1200px) {
  .new-download a.download .xiazai {
    bottom: 85px;
  }
}
@media (max-width: 750px) {
  .new-download a.download .xiazai {
    max-width: 100%;
    border-radius: 0;
    bottom: 0;
    width: 100%;
  }
}
.new-download a.download .xiazai.active {
  right: 0;
}
.new-download a.download .xiazai.hide {
  right: -100%;
}
.new-download a.download .xiazai > div {
  display: flex;
  align-items: center;
}
.new-download a.download .xiazai > div .down-icon .down-img {
  background-color: #fff;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new-download a.download .xiazai > div .down-icon .down-img .e-lazy {
  width: 100%;
}
.new-download a.download .xiazai > div .down-icon .down-img .e-lazy::after {
  padding-top: 100%;
}
@media (max-width: 1200px) {
  .new-download a.download .xiazai > div .down-icon .down-img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 750px) {
  .new-download a.download .xiazai > div .down-icon .down-img {
    width: 60px;
    height: 60px;
  }
}
.new-download a.download .xiazai > div .down-txt {
  color: #fff;
  margin-left: 15px;
}
.new-download a.download .xiazai > div .down-txt .down-p1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 1600px) {
  .new-download a.download .xiazai > div .down-txt .down-p1 {
    font-size: 16px;
  }
}
.new-download a.download .xiazai > div .down-txt .down-p2 {
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .new-download a.download .xiazai > div .down-txt .down-p2 {
    font-size: 12px;
  }
}
.new-download a.download:hover .xiazai {
  right: 0;
}
