@media (max-width: 1280px) {
  .e-block .e-title-h2 p {
    font-size: 36px;
    line-height: 1.5;
  }
  .e-block .e-description {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-block .e-description {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .e-block .e-title-h2 p {
    font-size: 26px;
    line-height: 1.385;
  }
}
.translateY1 {
  -webkit-transition: 1s;
  transition: 1s;
}
.bz-header {
  position: fixed;
  top: 52px;
  width: 100%;
  z-index: 111;
  background: transparent;
}
.bz-header.fix {
  top: 0 !important;
}
@media (max-width: 1200px) {
  .bz-header {
    position: fixed;
  }
}
.bz-header .main-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 40px;
}
@media (max-width: 1280px) {
  .bz-header .main-header {
    height: 50px;
  }
}
@media (max-width: 992px) {
  .bz-header .main-header {
    height: 55px;
    margin: 0;
    padding: 0 40px;
  }
}
@media (max-width: 750px) {
  .bz-header .main-header {
    padding: 0 20px;
  }
}
.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: 1280px) {
  .bz-header .main-header .logo img {
    width: 100px;
  }
}
@media (max-width: 992px) {
  .bz-header .main-header .logo img {
    width: 109px;
  }
}
.bz-header .main-header .nav-new {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.bz-header .main-header .nav-new .ul {
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.bz-header .main-header .nav-new .ul li {
  padding: 0 40px;
}
@media (max-width: 1600px) {
  .bz-header .main-header .nav-new .ul li {
    padding: 0 20px;
  }
}
@media (max-width: 1200px) {
  .bz-header .main-header .nav-new .ul li {
    padding: 0 15px;
  }
}
.bz-header .main-header .nav-new .ul li a {
  display: block;
  height: 100%;
  color: #666;
  font-size: 16px;
  line-height: 64px;
  position: relative;
}
@media (max-width: 1280px) {
  .bz-header .main-header .nav-new .ul li a {
    font-size: 14px;
    line-height: 50px;
  }
}
@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,
.bz-header .main-header .nav-new .ul li:hover a {
  color: #c7000b;
}
@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;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all 0.2s;
    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 {
  -webkit-transform: translateX(0%);
          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.open .guide {
  display: block;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 1;
}
.bz-header .main-header .guide {
  font-size: 14px;
  line-height: 1.95;
  padding: 2px 11px;
  display: block;
  border-radius: 20px;
  border: 1px solid #666;
  color: #666;
  white-space: nowrap;
}
.LANG-cn .bz-header .main-header .guide {
  line-height: 1.95;
}
.bz-header .main-header .guide:hover {
  color: #c7000b;
  border: 1px solid #c7000b;
}
@media (max-width: 1280px) {
  .bz-header .main-header .guide {
    font-size: 12px;
    line-height: 1.667;
    line-height: 1.55 !important;
    padding: 2px 8px;
  }
}
@media (max-width: 992px) {
  .bz-header .main-header .guide {
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 80px;
    display: none;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
  }
}
.bz-header.fix {
  background: #fff;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 1600px) {
}
@media (max-width: 1200px) {
}
@media (max-width: 992px) {
  .e-module-202305041413 {
    background-color: #f4f4f4;
  }
}
@media (max-width: 750px) {
}
.e-module-202305041413 .video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-width: 992px) {
  .e-module-202305041413 .e-bg {
    background-position: top center;
  }
}
@media (max-width: 750px) {
  .e-module-202305041413 .e-bg {
    background-position: center center;
  }
}
.e-module-202305041413 .countdown {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.e-module-202305041413 .countdown .e-lazy {
  width: 433px;
}
@media (max-width: 1600px) {
  .e-module-202305041413 .countdown .e-lazy {
    width: 380px;
  }
}
@media (max-width: 1280px) {
  .e-module-202305041413 .countdown .e-lazy {
    width: 320px;
  }
}
@media (max-width: 1200px) {
  .e-module-202305041413 .countdown .e-lazy {
    width: 300px;
  }
}
@media (max-width: 992px) {
  .e-module-202305041413 .countdown .e-lazy {
    width: 280px;
  }
}
.e-module-202305041413 .countdown .e-lazy::after {
  padding-top: 44%;
}
.e-module-202305041413 .countdown p {
  font-size: 14px;
  line-height: 1.95;
  color: #666;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.LANG-cn .e-module-202305041413 .countdown p {
  line-height: 1.95;
}
@media (max-width: 1280px) {
  .e-module-202305041413 .countdown p {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202305041413 .countdown p {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .e-module-202305041413 .countdown p {
    line-height: 1.5;
  }
}
.e-module-202305041413 .countdown p span {
  font-size: 50px;
  font-weight: bold;
  vertical-align: middle;
  line-height: 1;
  padding-right: 5px;
  color: #333;
}
@media (max-width: 1600px) {
  .e-module-202305041413 .countdown p span {
    font-size: 42px;
  }
}
@media (max-width: 1280px) {
  .e-module-202305041413 .countdown p span {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .e-module-202305041413 .countdown p span {
    font-size: 30px;
  }
}
@media (max-width: 320px) {
  .e-module-202305041413 .countdown p span {
    font-size: 24px;
  }
}
.e-module-202305041413 .countdown p.none {
  display: none;
}
.e-module-202305041413 .countdown p.block {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.e-module-202305041413 .countdown .hours {
  display: none;
}
.e-module-202305041413 .box-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .e-module-202305041413 .box-text {
    text-align: center;
    top: 55%;
    height: auto;
  }
}
@media (max-width: 750px) {
  .e-module-202305041413 .box-text {
    top: 43%;
  }
}
@media (max-width: 320px) {
  .e-module-202305041413 .box-text {
    top: 32%;
  }
}
.e-module-202305041413 .box-text .box {
  width: 50%;
  margin-left: 50%;
  padding-left: 5%;
  margin-top: -4%;
}
@media (max-width: 992px) {
  .e-module-202305041413 .box-text .box {
    width: 100%;
    margin-left: 0;
  }
}
.e-module-202305041413 .box-text .box .title-p1 {
  font-size: 24px;
  line-height: 1.5;
  color: #666;
  font-weight: bold;
  padding-top: 10px;
}
.LANG-cn .e-module-202305041413 .box-text .box .title-p1 {
  line-height: 1.583;
}
@media (max-width: 1600px) {
  .e-module-202305041413 .box-text .box .title-p1 {
    font-size: 20px;
    line-height: 1.6;
  }
  .LANG-cn .e-module-202305041413 .box-text .box .title-p1 {
    line-height: 1.7;
  }
}
@media (max-width: 1280px) {
  .e-module-202305041413 .box-text .box .title-p1 {
    font-size: 18px;
    line-height: 1.889;
  }
}
@media (max-width: 1200px) {
  .e-module-202305041413 .box-text .box .title-p1 {
    font-size: 16px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202305041413 .box-text .box .title-p1 {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .e-module-202305041413 .box-text .box .title-p1 {
    font-size: 18px;
    line-height: 1.889;
  }
}
@media (max-width: 750px) {
  .e-module-202305041413 .box-text .box .title-p1 {
    padding-top: 0;
  }
}
.e-module-202305041413 .box-text .box h2 {
  font-size: 54px;
  line-height: 1.481;
  color: #333;
  font-weight: bold;
}
@media (max-width: 1600px) {
  .e-module-202305041413 .box-text .box h2 {
    font-size: 44px;
    line-height: 1.5;
  }
}
@media (max-width: 1280px) {
  .e-module-202305041413 .box-text .box h2 {
    font-size: 36px;
    line-height: 1.5;
    line-height: 1.4;
  }
}
@media (max-width: 1200px) {
  .e-module-202305041413 .box-text .box h2 {
    font-size: 38px;
    line-height: 1.474;
  }
}
@media (max-width: 992px) {
  .e-module-202305041413 .box-text .box h2 {
    font-size: 44px;
    line-height: 1.5;
  }
}
@media (max-width: 750px) {
  .e-module-202305041413 .box-text .box h2 {
    font-size: 26px;
    line-height: 1.385;
  }
  .LANG-cn .e-module-202305041413 .box-text .box h2 {
    line-height: 1.538;
  }
}
.e-module-202305041413 .box-text .box .ads {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 1600px) {
  .e-module-202305041413 .box-text .box .ads {
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .e-module-202305041413 .box-text .box .ads {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 750px) {
  .e-module-202305041413 .box-text .box .ads {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
    margin-top: 5px;
  }
}
.e-module-202305041413 .box-text .box .ads .times,
.e-module-202305041413 .box-text .box .ads .address {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 750px) {
  .e-module-202305041413 .box-text .box .ads .times,
  .e-module-202305041413 .box-text .box .ads .address {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.e-module-202305041413 .box-text .box .ads .times span,
.e-module-202305041413 .box-text .box .ads .address span {
  font-size: 18px;
  line-height: 1.889;
  color: #333;
  padding-left: 5px;
}
@media (max-width: 1600px) {
  .e-module-202305041413 .box-text .box .ads .times span,
  .e-module-202305041413 .box-text .box .ads .address span {
    font-size: 16px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202305041413 .box-text .box .ads .times span,
  .LANG-cn .e-module-202305041413 .box-text .box .ads .address span {
    line-height: 1.95;
  }
}
@media (max-width: 1280px) {
  .e-module-202305041413 .box-text .box .ads .times span,
  .e-module-202305041413 .box-text .box .ads .address span {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202305041413 .box-text .box .ads .times span,
  .LANG-cn .e-module-202305041413 .box-text .box .ads .address span {
    line-height: 1.95;
  }
}
.e-module-202305041413 .box-text .box .ads .address {
  margin-left: 40px;
}
@media (max-width: 1600px) {
  .e-module-202305041413 .box-text .box .ads .address {
    margin-left: 20px;
  }
}
@media (max-width: 750px) {
  .e-module-202305041413 .box-text .box .ads .address {
    margin-left: 0;
  }
}
.e-module-202305041413 .box-text .box .icon1 {
  width: 24px;
  height: 24px;
}
@media (max-width: 1600px) {
  .e-module-202305041413 .box-text .box .icon1 {
    width: 20px;
    height: 20px;
  }
}
.e-module-202305041413 .box-text .box .icon1 .e-lazy {
  width: 24px;
}
@media (max-width: 1600px) {
  .e-module-202305041413 .box-text .box .icon1 .e-lazy {
    width: 20px;
  }
}
.e-module-202305041413 .box-text .box .icon1 .e-lazy::after {
  padding-top: 100%;
}
.e-module-202305041413 .box-text .box .icon3 {
  width: 24px;
  height: 25px;
}
@media (max-width: 1600px) {
  .e-module-202305041413 .box-text .box .icon3 {
    width: 20px;
    height: 21px;
  }
}
.e-module-202305041413 .box-text .box .icon3 .e-lazy {
  width: 24px;
}
@media (max-width: 1600px) {
  .e-module-202305041413 .box-text .box .icon3 .e-lazy {
    width: 20px;
  }
}
.e-module-202305041413 .box-text .box .icon3 .e-lazy::after {
  padding-top: 104.16666667%;
}
@media (max-width: 1600px) {
  .e-module-202305061423.e-block-tb {
    padding-top: 100px;
  }
}
@media (max-width: 1200px) {
  .e-module-202305061423.e-block-tb {
    padding-top: 40px;
  }
}
.LANG-en .e-module-202305061423 .e-description {
  font-size: 16px;
  line-height: 1.95;
}
.LANG-cn .LANG-en .e-module-202305061423 .e-description {
  line-height: 1.95;
}
@media (max-width: 1600px) {
  .LANG-en .e-module-202305061423 .e-description {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .LANG-en .e-module-202305061423 .e-description {
    line-height: 1.95;
  }
}
.e-module-202305061423 .intro-con {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 992px) {
  .e-module-202305061423 .intro-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.e-module-202305061423 .intro-con .intro-box {
  width: 50%;
  position: absolute;
  -webkit-transition: all 1s;
  transition: all 1s;
  overflow: hidden;
  padding-right: 5%;
  height: 100%;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1600px) {
  .e-module-202305061423 .intro-con .intro-box {
    padding-right: 30px;
  }
}
@media (max-width: 992px) {
  .e-module-202305061423 .intro-con .intro-box {
    padding-left: 0;
    width: 100%;
    position: relative;
    padding-right: 0;
  }
}
@media (max-width: 750px) {
  .e-module-202305061423 .intro-con .intro-box {
    padding-bottom: 50px;
  }
}
.e-module-202305061423 .intro-con .intro-box .e-description {
  overflow-y: auto;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .e-module-202305061423 .intro-con .intro-box .e-description {
    overflow: initial;
    padding-right: 0;
  }
}
.e-module-202305061423 .intro-con .intro-box .e-description span {
  padding-bottom: 20px;
  color: #666;
}
@media (max-width: 1200px) {
  .e-module-202305061423 .intro-con .intro-box .e-description span {
    padding-bottom: 10px;
  }
}
.e-module-202305061423 .intro-con .intro-box .e-description span:last-child {
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .e-module-202305061423 .intro-con .intro-box .e-btn-box {
    padding-top: 0;
    text-align: center;
  }
}
.e-module-202305061423 .intro-con .intro-box .z_tanchu {
  display: none;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(30%, #fff), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to top, #fff 30%, rgba(255, 255, 255, 0));
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #333;
  font-size: 14px;
  line-height: 0;
  padding-top: 60px;
  padding-bottom: 10px;
}
.e-module-202305061423 .intro-con .intro-box .z_tanchu .text {
  font-size: 16px;
  line-height: 1.95;
  color: #333;
}
.LANG-cn .e-module-202305061423 .intro-con .intro-box .z_tanchu .text {
  line-height: 1.95;
}
.e-module-202305061423 .intro-con .intro-box .z_tanchu .iconfont {
  font-size: 18px;
  line-height: 1.889;
  line-height: 1;
  display: block;
  margin-right: 5px;
}
.e-module-202305061423 .intro-con .intro-box .z_tanchu .iconfont::before {
  color: #707070;
}
.e-module-202305061423 .intro-con .intro-box .z_tanchu .iconfont.icon-jia0916 {
  display: block;
}
.e-module-202305061423 .intro-con .intro-box .z_tanchu .iconfont.icon-jian0916 {
  display: none;
}
@media (max-width: 750px) {
  .e-module-202305061423 .intro-con .intro-box .z_tanchu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.e-module-202305061423 .intro-con .intro-box.active .z_tanchu {
  padding-top: 10px;
}
.e-module-202305061423 .intro-con .intro-box.active .z_tanchu .text {
  color: #666;
}
.e-module-202305061423 .intro-con .intro-box.active .z_tanchu .iconfont::before {
  color: #666;
}
.e-module-202305061423 .intro-con .intro-box.active .z_tanchu .iconfont.icon-jia0916 {
  display: none;
}
.e-module-202305061423 .intro-con .intro-box.active .z_tanchu .iconfont.icon-jian0916 {
  display: block;
}
.e-module-202305061423 .intro-con .avatar {
  width: 50%;
}
@media (max-width: 992px) {
  .e-module-202305061423 .intro-con .avatar {
    position: relative;
    width: 100%;
    margin: 20px auto 0;
    z-index: 2;
  }
}
.e-module-202305061423 .intro-con .avatar .tips {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1600px) {
  .e-module-202305061423 .intro-con .avatar .tips {
    bottom: 30px;
  }
}
@media (max-width: 750px) {
  .e-module-202305061423 .intro-con .avatar .tips {
    bottom: 10px;
    -webkit-transform: translateX(-44%);
            transform: translateX(-44%);
  }
}
.e-module-202305061423 .intro-con .avatar .tips .tip-type {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px 40px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(214, 75, 82, 0.6)), color-stop(57%, rgba(214, 75, 82, 0.5)), to(rgba(214, 75, 82, 0)));
  background: linear-gradient(to right, rgba(214, 75, 82, 0.6) 0%, rgba(214, 75, 82, 0.5) 57%, rgba(214, 75, 82, 0) 100%);
  color: #fff;
  border-radius: 40px 0 0 40px;
}
@media (max-width: 1200px) {
  .e-module-202305061423 .intro-con .avatar .tips .tip-type {
    padding: 5px 30px;
  }
}
@media (max-width: 992px) {
  .e-module-202305061423 .intro-con .avatar .tips .tip-type {
    padding: 5px 80px 5px 30px;
  }
}
.e-module-202305061423 .intro-con .avatar .tips .tip-type .name {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
}
.LANG-cn .e-module-202305061423 .intro-con .avatar .tips .tip-type .name {
  line-height: 1.583;
}
@media (max-width: 1600px) {
  .e-module-202305061423 .intro-con .avatar .tips .tip-type .name {
    font-size: 20px;
    line-height: 1.6;
  }
  .LANG-cn .e-module-202305061423 .intro-con .avatar .tips .tip-type .name {
    line-height: 1.7;
  }
}
@media (max-width: 1280px) {
  .e-module-202305061423 .intro-con .avatar .tips .tip-type .name {
    font-size: 16px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202305061423 .intro-con .avatar .tips .tip-type .name {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .e-module-202305061423 .intro-con .avatar .tips .tip-type .name {
    line-height: 1.5 !important;
  }
}
.e-module-202305061423 .intro-con .avatar .tips .tip-type .job {
  font-size: 16px;
  line-height: 1.95;
}
.LANG-cn .e-module-202305061423 .intro-con .avatar .tips .tip-type .job {
  line-height: 1.95;
}
@media (max-width: 1600px) {
  .e-module-202305061423 .intro-con .avatar .tips .tip-type .job {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202305061423 .intro-con .avatar .tips .tip-type .job {
    line-height: 1.95;
  }
}
@media (max-width: 1280px) {
  .e-module-202305061423 .intro-con .avatar .tips .tip-type .job {
    font-size: 12px;
    line-height: 1.667;
  }
}
@media (max-width: 992px) {
  .e-module-202305061423 .intro-con .avatar .tips .tip-type .job {
    line-height: 1.5 !important;
  }
}
@media (max-width: 750px) {
  .e-module-202305061423 .intro-con .avatar .tips .tip-type .job {
    white-space: nowrap;
  }
}
.e-module-202305061423 .intro-con .avatar .play-con {
  position: absolute;
  right: 60px;
  bottom: 100px;
  z-index: 1;
}
@media (max-width: 1600px) {
  .e-module-202305061423 .intro-con .avatar .play-con {
    right: 45px;
    bottom: 80px;
  }
}
@media (max-width: 1200px) {
  .e-module-202305061423 .intro-con .avatar .play-con {
    right: 35px;
    bottom: 55px;
  }
}
.e-module-202305061423 .intro-con .avatar .play-con .btn-video-icon {
  width: 60px;
  height: 60px;
}
@media (max-width: 1600px) {
  .e-module-202305061423 .intro-con .avatar .play-con .btn-video-icon {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1200px) {
  .e-module-202305061423 .intro-con .avatar .play-con .btn-video-icon {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 992px) {
  .e-module-202305061423 .intro-con .avatar .play-con .btn-video-icon {
    width: 30px;
    height: 30px;
  }
}
.e-module-202305061423 .intro-con .avatar .play-con .btn-video-icon .line span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border: 3px solid #c7000b;
  border-radius: 100%;
}
@media (max-width: 1600px) {
  .e-module-202305061423 .intro-con .avatar .play-con .btn-video-icon .line span {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 1200px) {
  .e-module-202305061423 .intro-con .avatar .play-con .btn-video-icon .line span {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 992px) {
  .e-module-202305061423 .intro-con .avatar .play-con .btn-video-icon .line span {
    width: 20px;
    height: 20px;
  }
}
.e-module-202305061423 .intro-con .avatar .play-con .btn-video-icon .line span:nth-child(1) {
  -webkit-animation: border-line 2s linear 0s infinite;
          animation: border-line 2s linear 0s infinite;
}
.e-module-202305061423 .intro-con .avatar .play-con .btn-video-icon .line span:nth-child(2) {
  -webkit-animation: border-line 2s linear 0.7s infinite;
          animation: border-line 2s linear 0.7s infinite;
}
.e-module-202305061423 .intro-con .avatar .play-con .btn-video-icon .line span:nth-child(3) {
  -webkit-animation: border-line 2s linear 1.4s infinite;
          animation: border-line 2s linear 1.4s infinite;
}
@-webkit-keyframes border-line {
  0% {
    width: 50px;
    height: 50px;
    opacity: 1;
  }
  100% {
    width: 120px;
    height: 120px;
    opacity: 0;
  }
}
@keyframes border-line {
  0% {
    width: 50px;
    height: 50px;
    opacity: 1;
  }
  100% {
    width: 120px;
    height: 120px;
    opacity: 0;
  }
}
@media (max-width: 1600px) {
  @-webkit-keyframes border-line {
    0% {
      width: 40px;
      height: 40px;
      opacity: 1;
    }
    100% {
      width: 100px;
      height: 100px;
      opacity: 0;
    }
  }
  @keyframes border-line {
    0% {
      width: 40px;
      height: 40px;
      opacity: 1;
    }
    100% {
      width: 100px;
      height: 100px;
      opacity: 0;
    }
  }
}
@media (max-width: 1200px) {
  @-webkit-keyframes border-line {
    0% {
      width: 30px;
      height: 30px;
      opacity: 1;
    }
    100% {
      width: 80px;
      height: 80px;
      opacity: 0;
    }
  }
  @keyframes border-line {
    0% {
      width: 30px;
      height: 30px;
      opacity: 1;
    }
    100% {
      width: 80px;
      height: 80px;
      opacity: 0;
    }
  }
}
@media (max-width: 992px) {
  @-webkit-keyframes border-line {
    0% {
      width: 20px;
      height: 20px;
      opacity: 1;
    }
    100% {
      width: 60px;
      height: 60px;
      opacity: 0;
    }
  }
  @keyframes border-line {
    0% {
      width: 20px;
      height: 20px;
      opacity: 1;
    }
    100% {
      width: 60px;
      height: 60px;
      opacity: 0;
    }
  }
}
.e-module-202305061440.e-block {
  padding-top: 0;
}
.e-module-202305061440 .e-cistern-l .e-con .row {
  overflow: initial;
}
.e-module-202305061440 .e-cistern-l .e-con .row .e-col-xl-4 {
  overflow: initial;
}
.e-module-202305061440 .e-cistern-l .e-con .row .e-col-xl-4 .box {
  padding: 40px 40px 40px 50px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(10, 39, 65, 0.11);
          box-shadow: 0 0 20px rgba(10, 39, 65, 0.11);
  height: 100%;
  border: 2px solid #fff;
}
@media (max-width: 1600px) {
  .e-module-202305061440 .e-cistern-l .e-con .row .e-col-xl-4 .box {
    padding: 30px 30px 30px 40px;
  }
}
.e-module-202305061440 .e-cistern-l .e-con .row .e-col-xl-4 .box .box-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  .e-module-202305061440 .e-cistern-l .e-con .row .e-col-xl-4 .box .box-top {
    margin-bottom: 10px;
  }
}
.e-module-202305061440 .e-cistern-l .e-con .row .e-col-xl-4 .box .box-top .e-lazy {
  width: 69px;
}
@media (max-width: 1600px) {
  .e-module-202305061440 .e-cistern-l .e-con .row .e-col-xl-4 .box .box-top .e-lazy {
    width: 59px;
  }
}
@media (max-width: 1200px) {
  .e-module-202305061440 .e-cistern-l .e-con .row .e-col-xl-4 .box .box-top .e-lazy {
    width: 49px;
  }
}
@media (max-width: 992px) {
  .e-module-202305061440 .e-cistern-l .e-con .row .e-col-xl-4 .box .box-top .e-lazy {
    width: 59px;
  }
}
.e-module-202305061440 .e-cistern-l .e-con .row .e-col-xl-4 .box .box-top .e-lazy::after {
  padding-top: 100%;
}
.e-module-202305061440 .e-cistern-l .e-con .row .e-col-xl-4 .box .box-top h3 {
  font-size: 24px;
  line-height: 1.5;
  color: #333;
  font-weight: bold;
  padding-top: 10px;
}
.LANG-cn .e-module-202305061440 .e-cistern-l .e-con .row .e-col-xl-4 .box .box-top h3 {
  line-height: 1.583;
}
@media (max-width: 1600px) {
  .e-module-202305061440 .e-cistern-l .e-con .row .e-col-xl-4 .box .box-top h3 {
    font-size: 20px;
    line-height: 1.6;
  }
  .LANG-cn .e-module-202305061440 .e-cistern-l .e-con .row .e-col-xl-4 .box .box-top h3 {
    line-height: 1.7;
  }
}
@media (max-width: 1280px) {
  .e-module-202305061440 .e-cistern-l .e-con .row .e-col-xl-4 .box .box-top h3 {
    font-size: 18px;
    line-height: 1.889;
  }
}
.e-module-202305061440 .e-cistern-l .e-con .row .e-col-xl-4 .box .box-con p {
  color: #666;
  font-size: 16px;
  line-height: 1.95;
  padding-bottom: 15px;
  position: relative;
}
.LANG-cn .e-module-202305061440 .e-cistern-l .e-con .row .e-col-xl-4 .box .box-con p {
  line-height: 1.95;
}
.e-module-202305061440 .e-cistern-l .e-con .row .e-col-xl-4 .box .box-con p::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #666;
  left: -15px;
  top: 15px;
}
@media (max-width: 1600px) {
  .e-module-202305061440 .e-cistern-l .e-con .row .e-col-xl-4 .box .box-con p {
    font-size: 14px;
    line-height: 1.95;
    padding-bottom: 10px;
  }
  .LANG-cn .e-module-202305061440 .e-cistern-l .e-con .row .e-col-xl-4 .box .box-con p {
    line-height: 1.95;
  }
  .e-module-202305061440 .e-cistern-l .e-con .row .e-col-xl-4 .box .box-con p::before {
    top: 12px;
  }
}
@media (max-width: 1280px) {
  .e-module-202305061440 .e-cistern-l .e-con .row .e-col-xl-4 .box .box-con p {
    font-size: 12px;
    line-height: 1.667;
  }
  .e-module-202305061440 .e-cistern-l .e-con .row .e-col-xl-4 .box .box-con p::before {
    top: 10px;
  }
}
@media (max-width: 1200px) {
  .e-module-202305061440 .e-cistern-l .e-con .row .e-col-xl-4 .box .box-con p {
    font-size: 14px;
    line-height: 1.95;
    padding-bottom: 10px;
  }
  .LANG-cn .e-module-202305061440 .e-cistern-l .e-con .row .e-col-xl-4 .box .box-con p {
    line-height: 1.95;
  }
  .e-module-202305061440 .e-cistern-l .e-con .row .e-col-xl-4 .box .box-con p::before {
    top: 12px;
  }
}
.e-module-202305061440 .e-cistern-l .e-con .row .e-col-xl-4 .box .box-con p:last-child {
  padding-bottom: 0;
}
.e-module-202305061523 .e-con .act-tablist {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 992px) {
  .e-module-202305061523 .e-con .act-tablist {
    display: block;
    text-align: center;
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
  }
  .e-module-202305061523 .e-con .act-tablist::-webkit-scrollbar {
    display: none;
  }
}
.e-module-202305061523 .e-con .act-tablist .act-tab {
  font-size: 24px;
  line-height: 1.5;
  color: #666;
  margin: 0 70px;
  cursor: pointer;
}
.LANG-cn .e-module-202305061523 .e-con .act-tablist .act-tab {
  line-height: 1.583;
}
@media (max-width: 1600px) {
  .e-module-202305061523 .e-con .act-tablist .act-tab {
    font-size: 20px;
    line-height: 1.6;
    margin: 0 40px;
  }
  .LANG-cn .e-module-202305061523 .e-con .act-tablist .act-tab {
    line-height: 1.7;
  }
}
@media (max-width: 1280px) {
  .e-module-202305061523 .e-con .act-tablist .act-tab {
    font-size: 16px;
    line-height: 1.95;
    margin: 0 20px;
    display: inline-block;
  }
  .LANG-cn .e-module-202305061523 .e-con .act-tablist .act-tab {
    line-height: 1.95;
  }
}
.e-module-202305061523 .e-con .act-tablist .act-tab:hover {
  color: #C7000B;
}
.e-module-202305061523 .e-con .act-tablist .act-tab.active {
  color: #c7000b;
  font-weight: bold;
  position: relative;
}
.e-module-202305061523 .e-con .act-tablist .act-tab.active::after {
  content: '';
  height: 2px;
  position: absolute;
  bottom: -8px;
  left: 0;
  background-color: #c7000b;
  width: 100%;
  display: inline-block;
}
@media (max-width: 992px) {
  .e-module-202305061523 .e-con .act-tablist .act-tab.active::after {
    bottom: -5px;
  }
}
.e-module-202305061523 .e-con .act-tablist .act-tab.active:hover {
  color: #c7000b;
}
.e-module-202305061523 .e-con .act-con .act-item {
  display: none;
  margin-top: 50px;
  border-radius: 10px;
  position: relative;
  border: 1px solid #ddd;
  background: #fff;
}
.e-module-202305061523 .e-con .act-con .act-item.active {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1600px) {
  .e-module-202305061523 .e-con .act-con .act-item {
    margin-top: 50px;
  }
}
@media (max-width: 1200px) {
  .e-module-202305061523 .e-con .act-con .act-item {
    margin-top: 40px;
  }
}
@media (max-width: 992px) {
  .e-module-202305061523 .e-con .act-con .act-item {
    background: transparent;
    border: 0;
  }
  .e-module-202305061523 .e-con .act-con .act-item.active {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.e-module-202305061523 .e-con .act-con .act-item .day-tabList {
  width: 240px;
  -webkit-box-shadow: 6px 5px 15px rgba(194, 194, 194, 0.43);
          box-shadow: 6px 5px 15px rgba(194, 194, 194, 0.43);
  border-radius: 10px 0 0 10px;
  background: #fff;
}
@media (max-width: 1600px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-tabList {
    width: 200px;
  }
}
@media (max-width: 1200px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-tabList {
    width: 160px;
  }
}
@media (max-width: 992px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-tabList {
    width: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px rgba(194, 194, 194, 0.43);
            box-shadow: 0px 0px 10px rgba(194, 194, 194, 0.43);
  }
}
@media (max-width: 750px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-tabList {
    width: 100%;
  }
}
.e-module-202305061523 .e-con .act-con .act-item .day-tabList .day-tab {
  height: 180px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1600px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-tabList .day-tab {
    height: 150px;
  }
}
@media (max-width: 1200px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-tabList .day-tab {
    height: 120px;
  }
}
@media (max-width: 992px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-tabList .day-tab {
    width: 160px;
    height: 90px;
  }
}
@media (max-width: 750px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-tabList .day-tab {
    width: 50%;
    height: 90px;
  }
}
.e-module-202305061523 .e-con .act-con .act-item .day-tabList .day-tab:hover .date span {
  color: #D74C53;
}
.e-module-202305061523 .e-con .act-con .act-item .day-tabList .day-tab:hover .date .e-lazy .icon-red {
  visibility: visible;
}
.e-module-202305061523 .e-con .act-con .act-item .day-tabList .day-tab:hover .date .e-lazy .icon-gray {
  visibility: hidden;
}
.e-module-202305061523 .e-con .act-con .act-item .day-tabList .day-tab .date {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.e-module-202305061523 .e-con .act-con .act-item .day-tabList .day-tab .date .e-lazy {
  width: 28px;
}
@media (max-width: 750px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-tabList .day-tab .date .e-lazy {
    width: 20px;
  }
}
.e-module-202305061523 .e-con .act-con .act-item .day-tabList .day-tab .date .e-lazy::after {
  padding-top: 100%;
}
.e-module-202305061523 .e-con .act-con .act-item .day-tabList .day-tab .date .e-lazy .icon-gray {
  visibility: visible;
}
.e-module-202305061523 .e-con .act-con .act-item .day-tabList .day-tab .date .e-lazy .icon-red {
  visibility: hidden;
}
.e-module-202305061523 .e-con .act-con .act-item .day-tabList .day-tab .date .e-lazy .icon-white {
  visibility: hidden;
}
.e-module-202305061523 .e-con .act-con .act-item .day-tabList .day-tab .date span {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  color: #666666;
}
.LANG-cn .e-module-202305061523 .e-con .act-con .act-item .day-tabList .day-tab .date span {
  line-height: 1.583;
}
@media (max-width: 1600px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-tabList .day-tab .date span {
    font-size: 20px;
    line-height: 1.6;
  }
  .LANG-cn .e-module-202305061523 .e-con .act-con .act-item .day-tabList .day-tab .date span {
    line-height: 1.7;
  }
}
@media (max-width: 1280px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-tabList .day-tab .date span {
    font-size: 18px;
    line-height: 1.889;
  }
}
@media (max-width: 750px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-tabList .day-tab .date span {
    font-size: 16px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202305061523 .e-con .act-con .act-item .day-tabList .day-tab .date span {
    line-height: 1.95;
  }
}
.e-module-202305061523 .e-con .act-con .act-item .day-tabList .day-tab .date2 {
  font-size: 60px;
  line-height: 1.4;
  font-weight: bold;
  color: #F4F4F4;
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 1;
  text-align: center;
}
@media (max-width: 1600px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-tabList .day-tab .date2 {
    font-size: 50px;
    line-height: 1.44;
  }
}
@media (max-width: 1280px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-tabList .day-tab .date2 {
    font-size: 40px;
    line-height: 1.5;
  }
  .LANG-cn .e-module-202305061523 .e-con .act-con .act-item .day-tabList .day-tab .date2 {
    line-height: 1.55;
  }
}
@media (max-width: 992px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-tabList .day-tab .date2 {
    bottom: -15px;
  }
}
.e-module-202305061523 .e-con .act-con .act-item .day-tabList .day-tab .sanjiao {
  width: 23px;
  height: 39px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -13px;
  display: none;
}
@media (max-width: 1600px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-tabList .day-tab .sanjiao {
    width: 18px;
    height: 30px;
    right: -10px;
  }
}
@media (max-width: 992px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-tabList .day-tab .sanjiao {
    top: auto;
    left: 50%;
    right: auto;
    bottom: -15px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 34px;
    height: 22px;
  }
}
@media (max-width: 750px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-tabList .day-tab .sanjiao {
    bottom: -10px;
    width: 18px;
    height: 12px;
  }
}
.e-module-202305061523 .e-con .act-con .act-item .day-tabList .day-tab .sanjiao .e-lazy {
  width: 23px;
}
@media (max-width: 1600px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-tabList .day-tab .sanjiao .e-lazy {
    width: 18px;
  }
}
@media (max-width: 992px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-tabList .day-tab .sanjiao .e-lazy {
    width: 34px;
  }
}
@media (max-width: 750px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-tabList .day-tab .sanjiao .e-lazy {
    width: 18px;
  }
}
.e-module-202305061523 .e-con .act-con .act-item .day-tabList .day-tab .sanjiao .e-lazy::after {
  padding-top: 169.56521739%;
}
@media (max-width: 992px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-tabList .day-tab .sanjiao .e-lazy::after {
    padding-top: 65%;
  }
}
.e-module-202305061523 .e-con .act-con .act-item .day-tabList .day-tab.active {
  background: #D74C53;
  border-radius: 10px;
}
.e-module-202305061523 .e-con .act-con .act-item .day-tabList .day-tab.active .date span {
  color: #fff;
}
.e-module-202305061523 .e-con .act-con .act-item .day-tabList .day-tab.active .date .e-lazy .icon-gray {
  visibility: hidden;
}
.e-module-202305061523 .e-con .act-con .act-item .day-tabList .day-tab.active .date .e-lazy .icon-red {
  visibility: hidden;
}
.e-module-202305061523 .e-con .act-con .act-item .day-tabList .day-tab.active .date .e-lazy .icon-white {
  visibility: visible;
}
.e-module-202305061523 .e-con .act-con .act-item .day-tabList .day-tab.active .date2 {
  color: #DB5E64;
}
.e-module-202305061523 .e-con .act-con .act-item .day-tabList .day-tab.active .sanjiao {
  display: block;
}
.e-module-202305061523 .e-con .act-con .act-item .day-con {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
@media (max-width: 992px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-con {
    width: 100%;
    margin-top: 20px;
  }
}
.e-module-202305061523 .e-con .act-con .act-item .day-con::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  height: 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(250, 251, 253, 0.01)), color-stop(63%, rgba(250, 251, 253, 0.87)), to(rgba(250, 251, 253, 0.99)));
  background: linear-gradient(to bottom, rgba(250, 251, 253, 0.01) 0%, rgba(250, 251, 253, 0.87) 63%, rgba(250, 251, 253, 0.99) 100%);
}
@media (max-width: 1600px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-con::after {
    height: 50px;
  }
}
@media (max-width: 1200px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-con::after {
    height: 30px;
  }
}
@media (max-width: 992px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-con::after {
    display: none;
  }
}
.e-module-202305061523 .e-con .act-con .act-item .day-con .day-item {
  display: none;
  padding: 20px 0 45px;
  border-radius: 0 10px 10px 0;
}
@media (max-width: 1600px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item {
    padding: 20px 0 35px;
  }
}
@media (max-width: 1200px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item {
    padding: 20px 0;
  }
}
@media (max-width: 750px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item {
    padding: 0;
  }
}
.e-module-202305061523 .e-con .act-con .act-item .day-con .day-item.active {
  display: block;
}
.e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item {
  max-height: 700px;
  overflow-y: auto;
  padding: 0 60px;
}
@media (max-width: 1600px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item {
    max-height: 550px;
    padding: 0 40px;
  }
}
@media (max-width: 1280px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item {
    max-height: 450px;
    padding: 0 30px;
  }
}
@media (max-width: 1200px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item {
    max-height: 600px;
  }
}
@media (max-width: 992px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item {
    max-height: 100%;
    padding: 0;
  }
}
.e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con {
  padding-bottom: 20px;
}
@media (max-width: 1200px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con {
    padding-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con {
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 20px 20px 0;
    margin-bottom: 20px;
    background-color: #fff;
  }
  .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con:last-child {
    margin-bottom: 0;
  }
}
.e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con:last-child {
  padding-bottom: 0;
}
.e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .times,
.e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .time {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .times span,
.e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .time span {
  font-size: 16px;
  line-height: 1.95;
  font-weight: bold;
  color: #D64B52;
  padding-left: 5px;
}
.LANG-cn .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .times span,
.LANG-cn .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .time span {
  line-height: 1.95;
}
@media (max-width: 1600px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .times span,
  .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .time span {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .times span,
  .LANG-cn .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .time span {
    line-height: 1.95;
  }
}
.e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .icon1 {
  width: 18px;
  height: 18px;
}
@media (max-width: 1600px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .icon1 {
    width: 16px;
    height: 16px;
  }
}
.e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .icon1 .e-lazy {
  width: 18px;
}
@media (max-width: 1600px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .icon1 .e-lazy {
    width: 16px;
  }
}
.e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .icon1 .e-lazy::after {
  padding-top: 100%;
}
.e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .focus {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 992px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .focus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    padding-bottom: 25px;
    border-bottom: 0;
  }
}
.e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .focus .iconfont {
  color: #666;
  font-size: 30px;
  line-height: 1.467;
  font-weight: bold;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  position: absolute;
  right: 0;
}
.LANG-cn .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .focus .iconfont {
  line-height: 1.533;
}
@media (max-width: 992px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .focus .iconfont {
    top: -30px;
    font-size: 24px;
    line-height: 1.5;
  }
  .LANG-cn .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .focus .iconfont {
    line-height: 1.583;
  }
}
.e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .focus .iconfont:hover {
  color: #c7000b;
}
.e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .focus h3 {
  font-size: 20px;
  line-height: 1.6;
  color: #333;
  font-weight: bold;
  width: 60%;
  padding-right: 10px;
}
.LANG-cn .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .focus h3 {
  line-height: 1.7;
}
@media (max-width: 1600px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .focus h3 {
    font-size: 18px;
    line-height: 1.889;
  }
}
@media (max-width: 1200px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .focus h3 {
    font-size: 16px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .focus h3 {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .focus h3 {
    width: 100%;
  }
}
.e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .focus .e-btn-box {
  padding-top: 0;
  padding-right: 70px;
}
@media (max-width: 1200px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .focus .e-btn-box {
    padding-right: 50px;
  }
}
@media (max-width: 992px) {
}
.e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .focus .e-btn-box .e-btn-bd-black-video-sm {
  margin-top: 0;
}
@media (max-width: 1200px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .focus .e-btn-box .e-btn-bd-black-video-sm {
    margin-top: 10px;
  }
}
.e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .focus .e-btn-box .e-btn-bd-black-video-sm.download span::before {
  content: "\e679";
  font-size: 14px;
}
.e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .time-table {
  display: none;
}
.e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .time-table ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 1600px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .time-table ul li {
    padding: 10px 0;
  }
}
@media (max-width: 992px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .time-table ul li {
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .time-table ul li:last-child {
    border: 0;
  }
}
.e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .time-table ul li .time {
  width: 230px;
}
@media (max-width: 1600px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .time-table ul li .time {
    width: 180px;
  }
}
@media (max-width: 1200px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .time-table ul li .time {
    width: 150px;
  }
}
@media (max-width: 992px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .time-table ul li .time {
    width: 100%;
  }
}
.e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .time-table ul li .time span {
  color: #333;
}
@media (max-width: 992px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .time-table ul li .time span {
    color: #666;
  }
}
.e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .time-table ul li .agenda-topic {
  font-size: 16px;
  line-height: 1.95;
  color: #333;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 40px;
}
.LANG-cn .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .time-table ul li .agenda-topic {
  line-height: 1.95;
}
@media (max-width: 1600px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .time-table ul li .agenda-topic {
    padding-right: 30px;
    font-size: 16px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .time-table ul li .agenda-topic {
    line-height: 1.95;
  }
}
@media (max-width: 1280px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .time-table ul li .agenda-topic {
    padding-right: 20px;
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .time-table ul li .agenda-topic {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .time-table ul li .agenda-topic {
    font-size: 16px;
    line-height: 1.95;
    font-weight: bold;
    width: 100%;
    padding-right: 0;
  }
  .LANG-cn .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .time-table ul li .agenda-topic {
    line-height: 1.95;
  }
}
.e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .time-table ul li .agenda-topic span {
  color: #333;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
  padding-left: 5px;
}
.e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .time-table ul li .name-job {
  width: 320px;
}
@media (max-width: 1600px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .time-table ul li .name-job {
    width: 280px;
  }
}
@media (max-width: 1200px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .time-table ul li .name-job {
    width: 220px;
  }
}
@media (max-width: 992px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .time-table ul li .name-job {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .time-table ul li .name-job .nj-con {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .time-table ul li .name-job .nj-con .name {
  font-size: 16px;
  line-height: 1.95;
  color: #333;
}
.LANG-cn .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .time-table ul li .name-job .nj-con .name {
  line-height: 1.95;
}
@media (max-width: 1600px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .time-table ul li .name-job .nj-con .name {
    font-size: 16px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .time-table ul li .name-job .nj-con .name {
    line-height: 1.95;
  }
}
@media (max-width: 1280px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .time-table ul li .name-job .nj-con .name {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .time-table ul li .name-job .nj-con .name {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .time-table ul li .name-job .nj-con .name {
    padding-right: 10px;
  }
}
.e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .time-table ul li .name-job .nj-con .job {
  font-size: 16px;
  line-height: 1.95;
  color: #999;
}
.LANG-cn .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .time-table ul li .name-job .nj-con .job {
  line-height: 1.95;
}
@media (max-width: 1600px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .time-table ul li .name-job .nj-con .job {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .time-table ul li .name-job .nj-con .job {
    line-height: 1.95;
  }
}
@media (max-width: 1280px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .time-table ul li .name-job .nj-con .job {
    font-size: 12px;
    line-height: 1.667;
  }
}
@media (max-width: 1200px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .time-table ul li .name-job .nj-con .job {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .time-table ul li .name-job .nj-con .job {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con .time-table ul li .name-job .nj-con .job {
    font-size: 12px;
    line-height: 1.667;
  }
}
.e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con.active .focus {
  border-bottom: 1px solid #ddd;
}
.e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con.active .focus .iconfont {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.e-module-202305061523 .e-con .act-con .act-item .day-con .day-item .time-item .time-con.active .time-table {
  display: block;
}
.e-module-202305061523 .e-con .tips {
  color: #666;
  font-size: 14px;
  line-height: 1.95;
  padding-top: 15px;
  text-align: right;
}
.LANG-cn .e-module-202305061523 .e-con .tips {
  line-height: 1.95;
}
@media (max-width: 1280px) {
  .e-module-202305061523 .e-con .tips {
    font-size: 12px;
    line-height: 1.667;
  }
}
.e-module-202301121149.e-block-tb {
  padding-bottom: 0;
}
@media (max-width: 992px) {
  .e-module-202301121149.e-block-tb {
    padding-bottom: 40px;
  }
}
.e-module-202301121149 .e-con .e-cistern-l .swiper {
  overflow: hidden;
  height: 100%;
}
.e-module-202301121149 .e-con .e-cistern-l .swiper .swiper-slide .sw-con .e-lazy {
  width: 220px;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 1600px) {
  .e-module-202301121149 .e-con .e-cistern-l .swiper .swiper-slide .sw-con .e-lazy {
    width: 180px;
  }
}
@media (max-width: 1200px) {
  .e-module-202301121149 .e-con .e-cistern-l .swiper .swiper-slide .sw-con .e-lazy {
    width: 150px;
  }
}
@media (max-width: 992px) {
  .e-module-202301121149 .e-con .e-cistern-l .swiper .swiper-slide .sw-con .e-lazy {
    width: 124px;
  }
}
.e-module-202301121149 .e-con .e-cistern-l .swiper .swiper-slide .sw-con .e-lazy::after {
  padding-top: 100%;
}
.e-module-202301121149 .e-con .e-cistern-l .swiper .swiper-slide .sw-con h3 {
  font-size: 24px;
  line-height: 1.5;
  color: #333;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 10px;
  text-align: center;
}
.LANG-cn .e-module-202301121149 .e-con .e-cistern-l .swiper .swiper-slide .sw-con h3 {
  line-height: 1.583;
}
@media (max-width: 1600px) {
  .e-module-202301121149 .e-con .e-cistern-l .swiper .swiper-slide .sw-con h3 {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .LANG-cn .e-module-202301121149 .e-con .e-cistern-l .swiper .swiper-slide .sw-con h3 {
    line-height: 1.7;
  }
}
@media (max-width: 1280px) {
  .e-module-202301121149 .e-con .e-cistern-l .swiper .swiper-slide .sw-con h3 {
    font-size: 16px;
    line-height: 1.95;
    line-height: 1.5;
    margin-top: 20px;
  }
  .LANG-cn .e-module-202301121149 .e-con .e-cistern-l .swiper .swiper-slide .sw-con h3 {
    line-height: 1.95;
  }
}
@media (max-width: 1200px) {
  .e-module-202301121149 .e-con .e-cistern-l .swiper .swiper-slide .sw-con h3 {
    margin-top: 10px;
  }
}
.e-module-202301121149 .e-con .e-cistern-l .swiper .swiper-slide .sw-con p {
  font-size: 18px;
  line-height: 1.889;
  line-height: 1.5;
  color: #666;
  text-align: center;
}
@media (max-width: 1600px) {
  .e-module-202301121149 .e-con .e-cistern-l .swiper .swiper-slide .sw-con p {
    font-size: 16px;
    line-height: 1.95;
    line-height: 1.5;
  }
  .LANG-cn .e-module-202301121149 .e-con .e-cistern-l .swiper .swiper-slide .sw-con p {
    line-height: 1.95;
  }
}
@media (max-width: 1280px) {
  .e-module-202301121149 .e-con .e-cistern-l .swiper .swiper-slide .sw-con p {
    font-size: 14px;
    line-height: 1.95;
    line-height: 1.5;
    padding: 0 20px;
  }
  .LANG-cn .e-module-202301121149 .e-con .e-cistern-l .swiper .swiper-slide .sw-con p {
    line-height: 1.95;
  }
}
.e-module-202301121149 .e-con .swiper-button {
  color: #c7000b;
  background-color: #F4F6F8;
  padding: 35px;
  font-size: 26px;
}
.e-module-202301121149 .e-con .swiper-button:hover {
  background-color: #c7000b;
  color: #fff;
}
@media (max-width: 1600px) {
  .e-module-202301121149 .e-con .swiper-button {
    padding: 25px;
  }
}
@media (max-width: 1200px) {
  .e-module-202301121149 .e-con .swiper-button {
    display: none;
  }
}
.e-module-202301121149 .e-con .swiper-button.swiper-button-prev {
  border-radius: 0 10px 10px 0;
  left: 0;
}
.e-module-202301121149 .e-con .swiper-button.swiper-button-next {
  right: 0;
  border-radius: 10px 0 0 10px;
}
.e-module-202301121149 .e-con .swiper-pagination {
  margin-top: 35px;
  margin-left: 20px;
  display: none;
}
@media (max-width: 1200px) {
  .e-module-202301121149 .e-con .swiper-pagination {
    margin-top: 0;
    padding-top: 10px;
    position: relative;
    margin-left: 0;
    display: block;
  }
}
.e-module-202301121149 .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-202301121149 .e-con .swiper-pagination .swiper-pagination-bullet {
    margin-right: 40px;
    width: 7px;
    height: 7px;
  }
}
@media (max-width: 1200px) {
  .e-module-202301121149 .e-con .swiper-pagination .swiper-pagination-bullet {
    margin: 0 7px;
    width: 4px;
    height: 4px;
  }
}
.e-module-202301121149 .e-con .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #c7000b;
  position: relative;
}
.e-module-202301121149 .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-202301121149 .e-con .swiper-pagination span.swiper-pagination-bullet-active::before {
    width: 18px;
    height: 14px;
    margin-left: -9px;
    margin-top: -7px;
    border-radius: 7px;
  }
}
.e-module-202305101011 .e-description {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .e-module-202305101011 .e-description {
    margin-top: 10px;
  }
}
.e-module-202305101011 .e-description span {
  background: url("/topic/sitecore/2023-finance/img/exhibition/address.png") no-repeat 0px 5px;
  padding-left: 25px;
  background-size: 20px;
}
@media (max-width: 1280px) {
  .e-module-202305101011 .e-description span {
    background-size: 18px;
    padding-left: 25px;
  }
}
.e-module-202305101011 .e-con > ul {
  padding: 0 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1600px) {
  .e-module-202305101011 .e-con > ul {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .e-module-202305101011 .e-con > ul {
    margin-top: -30px;
  }
}
.e-module-202305101011 .e-con > ul li {
  text-align: center;
  width: 33.33%;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .e-module-202305101011 .e-con > ul li {
    width: 50%;
    margin-top: 40px;
  }
}
.e-module-202305101011 .e-con > ul li .top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 992px) {
  .e-module-202305101011 .e-con > ul li .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.e-module-202305101011 .e-con > ul li .top .mun {
  font-size: 64px;
  color: #d74c53;
  line-height: 0.9;
  margin-right: 10px;
}
@media (max-width: 1280px) {
  .e-module-202305101011 .e-con > ul li .top .mun {
    font-size: 50px;
  }
}
@media (max-width: 992px) {
  .e-module-202305101011 .e-con > ul li .top .mun {
    font-size: 36px;
    margin-right: 5px;
  }
}
.e-module-202305101011 .e-con > ul li .top .t {
  font-size: 16px;
  line-height: 1.5;
  color: #666666;
}
@media (max-width: 1280px) {
  .e-module-202305101011 .e-con > ul li .top .t {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .e-module-202305101011 .e-con > ul li .top .t {
    margin-top: 10px;
  }
}
.e-module-202305101011 .e-con > ul li > p {
  padding-top: 20px;
  font-size: 16px;
  line-height: 1.95;
  color: #666;
}
.LANG-cn .e-module-202305101011 .e-con > ul li > p {
  line-height: 1.95;
}
@media (max-width: 1280px) {
  .e-module-202305101011 .e-con > ul li > p {
    font-size: 14px;
    padding-top: 10px;
  }
}
.e-module-202305101011 .booth {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(223, 228, 234, 0.61);
          box-shadow: 0px 0px 30px 0px rgba(223, 228, 234, 0.61);
  border-radius: 10px;
  padding: 0 20px 40px;
  margin-top: 40px !important;
}
@media (max-width: 1200px) {
  .e-module-202305101011 .booth {
    margin: -20px 0px 0;
  }
}
@media (max-width: 992px) {
  .e-module-202305101011 .booth {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 10px 40px;
  }
}
.e-module-202305101011 .booth .box-img {
  padding: 0 20px !important;
}
@media (max-width: 992px) {
  .e-module-202305101011 .booth .box-img {
    padding: 0 !important;
  }
}
.e-module-202305101011 .booth .box-img .pic {
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .e-module-202305101011 .booth .box-img .pic {
    max-width: 1100px !important;
  }
}
@media (max-width: 1280px) {
  .e-module-202305101011 .booth .box-img .pic {
    max-width: 900px !important;
  }
}
.e-module-202305101011 .booth .box-img .e-lazy:after {
  display: none;
}
.e-module-202305101011 .booth .box-img .e-lazy img {
  top: 0;
  border-radius: 10px;
  width: 100% !important;
}
.e-module-202305101011 .booth ul li {
  background: url(/topic/sitecore/2023-finance/img/exhibition/point.png) no-repeat 0 30px;
  border-bottom: 1px solid #dddddd;
  color: #666;
  font-size: 16px;
  line-height: 1.95;
  padding: 20px 20px 20px 30px;
}
.LANG-cn .e-module-202305101011 .booth ul li {
  line-height: 1.95;
}
.e-module-202305101011 .booth ul li:nth-child(1) {
  border-top: 1px solid #dddddd;
}
@media (max-width: 1600px) {
  .e-module-202305101011 .booth ul li {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202305101011 .booth ul li {
    line-height: 1.95;
  }
}
@media (max-width: 1280px) {
  .e-module-202305101011 .booth ul li {
    font-size: 12px;
    line-height: 1.667;
  }
}
@media (max-width: 1200px) {
  .e-module-202305101011 .booth ul li {
    font-size: 14px;
    line-height: 1.95;
    background-size: 18px;
    background-position: 0 18px;
    padding: 10px 0 10px 30px;
  }
  .LANG-cn .e-module-202305101011 .booth ul li {
    line-height: 1.95;
  }
}
.e-module-202305091750 .video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.e-module-202305091750 .e-con .active-container > .e-cistern-l {
  margin: 0;
  padding: 0;
  padding-bottom: 5px;
}
.e-module-202305091750 .swiper-slide {
  width: 40%;
  height: auto;
}
@media (max-width: 992px) {
  .e-module-202305091750 .swiper-slide {
    width: 50%;
  }
}
@media (max-width: 750px) {
  .e-module-202305091750 .swiper-slide {
    width: 100%;
  }
}
.e-module-202305091750 .swiper-slide a {
  height: 100%;
  display: block;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
@media (max-width: 992px) {
  .e-module-202305091750 .swiper-slide a {
    width: 100%;
  }
}
.e-module-202305091750 .swiper-slide a:hover {
  cursor: pointer;
  background-color: #ddd;
}
.e-module-202305091750 .swiper-slide a:hover .swiper-img img {
  border-radius: 10px 10px 0 0;
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.e-module-202305091750 .swiper-slide a .swiper-img {
  overflow: hidden;
  width: 100%;
}
.e-module-202305091750 .swiper-slide a .swiper-img:after {
  padding-top: 56.25%;
}
.e-module-202305091750 .swiper-slide a .swiper-img img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px 10px 0 0;
}
.e-module-202305091750 .swiper-slide a .swiper-con {
  padding: 30px 38px;
}
@media (max-width: 1600px) {
  .e-module-202305091750 .swiper-slide a .swiper-con {
    padding: 25px 30px;
  }
}
@media (max-width: 1280px) {
  .e-module-202305091750 .swiper-slide a .swiper-con {
    padding: 15px 20px;
  }
}
.e-module-202305091750 .swiper-slide a .swiper-con h3 {
  font-size: 28px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 5px;
}
@media (max-width: 1600px) {
  .e-module-202305091750 .swiper-slide a .swiper-con h3 {
    font-size: 22px;
    line-height: 1.545;
  }
  .LANG-cn .e-module-202305091750 .swiper-slide a .swiper-con h3 {
    line-height: 1.636;
  }
}
@media (max-width: 1280px) {
  .e-module-202305091750 .swiper-slide a .swiper-con h3 {
    font-size: 18px;
    line-height: 1.889;
  }
}
.e-module-202305091750 .swiper-slide a .swiper-con .ptxt2 {
  color: #666;
  font-size: 16px;
  line-height: 1.95;
  padding-top: 5px;
}
.LANG-cn .e-module-202305091750 .swiper-slide a .swiper-con .ptxt2 {
  line-height: 1.95;
}
@media (max-width: 1280px) {
  .e-module-202305091750 .swiper-slide a .swiper-con .ptxt2 {
    font-size: 12px;
    line-height: 1.667;
  }
}
@media (max-width: 1200px) {
  .e-module-202305091750 .swiper-slide a .swiper-con .ptxt2 {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202305091750 .swiper-slide a .swiper-con .ptxt2 {
    line-height: 1.95;
  }
}
.e-module-202305091750 .swiper-btn {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 25px;
  display: none;
  overflow: hidden;
  height: 52px;
}
@media (max-width: 1200px) {
  .e-module-202305091750 .swiper-btn {
    display: none;
  }
}
@media (max-width: 1600px) {
  .e-module-202305091750 .swiper-btn {
    margin-top: 35px;
  }
}
.e-module-202305091750 .swiper-btn::after {
  position: absolute;
  right: 150px;
  top: 50%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #fff;
}
.e-module-202305091750 .swiper-btn .iconfont {
  color: #333;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  background-color: #fff;
  -webkit-transition: background 0.5s, color 0.5s;
  transition: background 0.5s, color 0.5s;
  position: relative;
  line-height: normal;
  cursor: pointer;
  font-size: 30px;
  line-height: 48px;
}
.e-module-202305091750 .swiper-btn .iconfont:hover {
  color: #fff;
  background: #c7000b;
}
.e-module-202305091750 .swiper-btn .iconfont.swiper-button-prev {
  margin-right: 45px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.e-module-202305091750 .swiper-btn .iconfont.swiper-button-disabled {
  opacity: 0.7;
}
.e-module-202305091750 .swiper-pagination-fraction {
  display: none !important;
}
@media (max-width: 992px) {
  .e-module-202305091750 .swiper-pagination-fraction {
    bottom: -35px;
    display: block !important;
    font-size: 14px;
  }
  .e-module-202305091750 .swiper-pagination-fraction .swiper-pagination-current {
    color: #d74c53;
  }
}
@media (max-width: 1200px) {
  .e-module-202305091750 > .e-cistern-l {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 750px) {
  .e-module-202305091750 > .e-cistern-l {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.e-module-202208091544 .e-titles {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1556px;
  position: relative;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1600px) {
  .e-module-202208091544 .e-titles {
    max-width: 1366px;
    padding: 0 80px;
  }
}
@media (max-width: 1200px) {
  .e-module-202208091544 .e-titles {
    display: block;
    max-width: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 750px) {
  .e-module-202208091544 .e-titles {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.e-module-202208091544 .e-titles .e-title-h2 {
  width: 39%;
}
@media (max-width: 1200px) {
  .e-module-202208091544 .e-titles .e-title-h2 {
    width: 100%;
  }
}
.e-module-202208091544 .e-titles .e-description {
  width: 61%;
  margin-top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 25px;
}
@media (max-width: 1280px) {
  .e-module-202208091544 .e-titles .e-description {
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202208091544 .e-titles .e-description {
    line-height: 1.95;
  }
}
.e-module-202208091544 .e-titles .e-description br {
  display: block;
}
@media (max-width: 1600px) {
  .e-module-202208091544 .e-titles .e-description br {
    display: none;
  }
}
.e-module-202208091544.hide-descript .e-titles .e-title-h2 {
  width: 100%;
}
@media (max-width: 1600px) {
  .e-module-202208091544 .e-con {
    margin-top: 85px;
  }
}
@media (max-width: 1200px) {
  .e-module-202208091544 .e-con {
    max-width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    margin-top: 30px;
  }
}
@media (max-width: 750px) {
  .e-module-202208091544 .e-con {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.e-module-202208091544 .e-con .worldwide-container {
  position: relative;
}
@media (max-width: 1200px) {
  .e-module-202208091544 .e-con .worldwide-container {
    width: 100%;
  }
}
.e-module-202208091544 .e-con .worldwide-container > .worldwide {
  margin: 0;
  padding-bottom: 5px;
}
.e-module-202208091544 .e-con .z_more {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1200px) {
  .e-module-202208091544 .swiper-slide {
    height: auto !important;
  }
}
@media (max-width: 1200px) {
  .e-module-202208091544 .swiper-slide .swiper-cons {
    width: 100%;
    display: block;
    height: 100%;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
  }
}
.e-module-202208091544 .swiper-slide .swiper-cons .e-lazy {
  width: 50%;
  overflow: hidden;
  border-radius: 0 10px 10px 0;
  position: absolute;
  z-index: 1;
}
@media (max-width: 1200px) {
  .e-module-202208091544 .swiper-slide .swiper-cons .e-lazy {
    border-radius: 5px 5px 0 0;
    width: 100%;
  }
}
.e-module-202208091544 .swiper-slide .swiper-cons .e-lazy::after {
  padding-top: 56.25%;
}
.e-module-202208091544 .swiper-slide .swiper-cons .e-lazy img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 1200px) {
  .e-module-202208091544 .swiper-slide .swiper-cons .e-lazy img {
    border-radius: 5px 5px 0 0;
  }
}
@media (max-width: 1200px) {
  .e-module-202208091544 .swiper-slide .swiper-cons .swiper-con .e-cistern-l {
    padding: 0;
    position: static;
  }
}
.e-module-202208091544 .swiper-slide .swiper-cons .swiper-con .e-cistern-l .swiper-box {
  padding-left: 50%;
}
@media (max-width: 1200px) {
  .e-module-202208091544 .swiper-slide .swiper-cons .swiper-con .e-cistern-l .swiper-box {
    padding: 0;
    padding-top: 56%;
  }
}
.e-module-202208091544 .swiper-slide .swiper-cons .swiper-con .e-cistern-l .swiper-box .swiper-bg {
  border-radius: 10px;
  background-color: #fff;
  margin-left: -180px;
  padding: 80px 85px 80px 260px;
}
@media (max-width: 1600px) {
  .e-module-202208091544 .swiper-slide .swiper-cons .swiper-con .e-cistern-l .swiper-box .swiper-bg {
    padding: 40px 50px 40px 95px;
    margin-left: -50px;
  }
}
@media (max-width: 1200px) {
  .e-module-202208091544 .swiper-slide .swiper-cons .swiper-con .e-cistern-l .swiper-box .swiper-bg {
    padding: 15px 20px 55px 20px;
    margin-left: 0px;
    border-radius: 0 0 5px 5px;
  }
}
.e-module-202208091544 .swiper-slide .swiper-cons .swiper-con .e-cistern-l .pagination {
  margin-bottom: 10px;
  display: none;
}
.e-module-202208091544 .swiper-slide .swiper-cons .swiper-con .e-cistern-l .pagination .slideCur {
  font-size: 54px;
  color: #c7000b;
}
@media (max-width: 1600px) {
  .e-module-202208091544 .swiper-slide .swiper-cons .swiper-con .e-cistern-l .pagination .slideCur {
    font-size: 42px;
  }
}
.e-module-202208091544 .swiper-slide .swiper-cons .swiper-con .e-cistern-l .pagination .slideLine,
.e-module-202208091544 .swiper-slide .swiper-cons .swiper-con .e-cistern-l .pagination .allSlide {
  color: #cbcbd1;
  font-size: 28px;
}
@media (max-width: 1600px) {
  .e-module-202208091544 .swiper-slide .swiper-cons .swiper-con .e-cistern-l .pagination .slideLine,
  .e-module-202208091544 .swiper-slide .swiper-cons .swiper-con .e-cistern-l .pagination .allSlide {
    font-size: 20px;
  }
}
.e-module-202208091544 .swiper-slide .swiper-cons .swiper-con .e-cistern-l .ptxt1 {
  font-size: 24px;
  line-height: 1.58;
  color: #333;
}
@media (max-width: 1600px) {
  .e-module-202208091544 .swiper-slide .swiper-cons .swiper-con .e-cistern-l .ptxt1 {
    font-size: 18px;
    font-size: 1.89;
  }
}
@media (max-width: 1280px) {
  .e-module-202208091544 .swiper-slide .swiper-cons .swiper-con .e-cistern-l .ptxt1 {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202208091544 .swiper-slide .swiper-cons .swiper-con .e-cistern-l .ptxt1 {
    line-height: 1.95;
  }
}
.e-module-202208091544 .swiper-slide .swiper-cons .swiper-con .e-cistern-l h3 {
  font-size: 34px;
  line-height: 1.53;
  color: #333;
  margin-top: 5px;
}
@media (max-width: 1600px) {
  .e-module-202208091544 .swiper-slide .swiper-cons .swiper-con .e-cistern-l h3 {
    font-size: 26px;
    line-height: 1.6;
  }
}
@media (max-width: 1280px) {
  .e-module-202208091544 .swiper-slide .swiper-cons .swiper-con .e-cistern-l h3 {
    font-size: 22px;
    line-height: 1.5;
    margin-top: 5px;
  }
}
@media (max-width: 1200px) {
  .e-module-202208091544 .swiper-slide .swiper-cons .swiper-con .e-cistern-l h3 {
    font-size: 18px;
  }
}
.e-module-202208091544 .swiper-slide .swiper-cons .swiper-con .e-cistern-l .ptxt2 {
  font-size: 16px;
  line-height: 1.95;
  color: #666;
  margin-top: 20px;
  margin-bottom: 22px;
}
.LANG-cn .e-module-202208091544 .swiper-slide .swiper-cons .swiper-con .e-cistern-l .ptxt2 {
  line-height: 1.95;
}
@media (max-width: 1600px) {
  .e-module-202208091544 .swiper-slide .swiper-cons .swiper-con .e-cistern-l .ptxt2 {
    font-size: 14px;
    line-height: 1.95;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .LANG-cn .e-module-202208091544 .swiper-slide .swiper-cons .swiper-con .e-cistern-l .ptxt2 {
    line-height: 1.95;
  }
}
@media (max-width: 1280px) {
  .e-module-202208091544 .swiper-slide .swiper-cons .swiper-con .e-cistern-l .ptxt2 {
    font-size: 12px;
    line-height: 1.7;
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1200px) {
  .e-module-202208091544 .swiper-slide .swiper-cons .swiper-con .e-cistern-l .e-link-box {
    position: absolute;
    bottom: 15px;
  }
}
.e-module-202208091544 .point {
  width: 50%;
  position: absolute;
  bottom: 25px;
}
@media (max-width: 1600px) {
  .e-module-202208091544 .point {
    bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .e-module-202208091544 .point {
    width: 100%;
    position: static;
    bottom: 0;
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .e-module-202208091544 .point {
    margin-top: 0;
  }
}
.e-module-202208091544 .point .swiper-pagination {
  width: 100%;
  padding-right: 180px;
  text-align: right;
  position: relative;
}
@media (max-width: 1600px) {
  .e-module-202208091544 .point .swiper-pagination {
    padding-right: 50px;
  }
}
@media (max-width: 1200px) {
  .e-module-202208091544 .point .swiper-pagination {
    position: relative;
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
    padding-right: 0;
  }
}
.e-module-202208091544 .point .swiper-pagination .swiper-pagination-bullet {
  margin-right: 50px;
  width: 8px;
  height: 8px;
}
@media (max-width: 1600px) {
  .e-module-202208091544 .point .swiper-pagination .swiper-pagination-bullet {
    margin-right: 40px;
    width: 7px;
    height: 7px;
  }
}
@media (max-width: 1200px) {
  .e-module-202208091544 .point .swiper-pagination .swiper-pagination-bullet {
    margin-right: 14px;
    width: 4px;
    height: 4px;
  }
}
.e-module-202208091544 .point .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #c7000b;
  position: relative;
}
.e-module-202208091544 .point .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: 1600px) {
  .e-module-202208091544 .point .swiper-pagination span.swiper-pagination-bullet-active::before {
    width: 28px;
    height: 21px;
    margin-left: -14px;
    margin-top: -10px;
    border-radius: 12px;
  }
}
@media (max-width: 1200px) {
  .e-module-202208091544 .point .swiper-pagination span.swiper-pagination-bullet-active::before {
    width: 19px;
    height: 14px;
    margin-left: -10px;
    margin-top: -7px;
    border-radius: 7px;
  }
}
.e-module-202208091544 .swiper-button {
  color: #c7000b;
  padding: 35px;
  background-color: #fff;
  font-size: 26px;
  display: none;
}
.e-module-202208091544 .swiper-button:hover {
  background-color: #c7000b;
  color: #fff;
}
@media (max-width: 1600px) {
  .e-module-202208091544 .swiper-button {
    padding: 25px;
  }
}
@media (max-width: 1200px) {
  .e-module-202208091544 .swiper-button {
    display: none;
  }
}
.e-module-202208091544 .swiper-button.swiper-button-prev {
  border-radius: 0 10px 10px 0;
  left: 0;
}
.e-module-202208091544 .swiper-button.swiper-button-next {
  right: 0;
  border-radius: 10px 0 0 10px;
}
@media (max-width: 992px) and (min-width: 751px) {
  .e-module-202208091544.quantity2 .swiper,
  .e-module-202208091544.quantity1 .swiper {
    margin: 0 -5px;
  }
}
@media (max-width: 1200px) and (min-width: 751px) {
  .e-module-202208091544.quantity2 .swiper .swiper-slide,
  .e-module-202208091544.quantity1 .swiper .swiper-slide {
    width: 39%;
    padding: 0 10px;
  }
}
@media (max-width: 992px) and (min-width: 751px) {
  .e-module-202208091544.quantity2 .swiper .swiper-slide,
  .e-module-202208091544.quantity1 .swiper .swiper-slide {
    width: 50%;
  }
}
@media (max-width: 1200px) and (min-width: 751px) {
  .e-module-202208091544.quantity2 .swiper .swiper-slide .swiper-cons,
  .e-module-202208091544.quantity1 .swiper .swiper-slide .swiper-cons {
    position: relative;
  }
}
.e-module-202208150943 {
  z-index: 2;
}
.e-module-202208150943.h500 .e-con .e-bg:after {
  padding-top: 26.04166667%;
}
@media (max-width: 992px) {
  .e-module-202208150943.h500 .e-con .e-bg:after {
    padding-top: 66.66666667%;
  }
}
.e-module-202208150943.h600 .e-con .e-bg:after {
  padding-top: 31.25%;
}
@media (max-width: 992px) {
  .e-module-202208150943.h600 .e-con .e-bg:after {
    padding-top: 66.66666667%;
  }
}
@media (min-width: 1201px) {
  .e-module-202208150943.h600 .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .title {
    opacity: 0;
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
  }
}
.e-module-202208150943.h600 .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .title span {
  font-weight: bold;
}
@media (min-width: 1201px) {
  .e-module-202208150943.h600 .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .subtitle {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }
}
@media (min-width: 1201px) {
  .e-module-202208150943.h600 .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .description {
    opacity: 0;
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }
}
@media (min-width: 1201px) {
  .e-module-202208150943.h600 .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .e-btn-box {
    opacity: 0;
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
    -webkit-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
  }
}
.e-module-202208150943 .e-con {
  margin-top: -2px;
}
.e-module-202208150943 .e-con .e-bg {
  position: relative;
}
.e-module-202208150943 .e-con .e-bg:after {
  display: block;
  width: 100%;
  content: '';
}
.e-module-202208150943 .e-con .e-bg .e-lazy:after {
  padding: 0;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container {
    background-color: #f8f8f8;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .swiper-slide.animate .e-box .e-cistern-l .text .title,
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .swiper-slide.animate .e-box .e-cistern-l .text .subtitle,
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .swiper-slide.animate .e-box .e-cistern-l .text .subdetail,
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .swiper-slide.animate .e-box .e-cistern-l .text .e-btn-box {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .swiper-slide .video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 101%;
}
.e-module-202208150943 .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-202208150943 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box {
    position: relative;
    padding: 40px 0;
  }
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box::after {
    height: 200px;
    width: 100%;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -199px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f8f8f8), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(0deg, #f8f8f8 0, rgba(0, 0, 0, 0) 100%);
  }
}
@media (max-width: 750px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box::after {
    height: 60px;
    top: -59px;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l {
  height: 100%;
}
@media (max-width: 1200px) {
  .e-module-202208150943 .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-202208150943 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 0;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text {
    width: 100%;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .title {
  font-size: 52px;
  line-height: 1.4;
  margin-top: -12px;
}
@media (max-width: 1600px) {
  .e-module-202208150943 .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-202208150943 .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-202208150943 .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-202208150943 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .title {
    font-size: 30px;
    margin-top: -6px;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .subtitle {
  font-size: 24px;
  line-height: 1.5;
  margin-top: 5px;
}
.LANG-cn .e-module-202208150943 .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-202208150943 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .subtitle {
    font-size: 20px;
    line-height: 1.6;
  }
  .LANG-cn .e-module-202208150943 .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-202208150943 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .subtitle {
    font-size: 16px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202208150943 .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-202208150943 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .subtitle {
    font-size: 24px;
    line-height: 1.5;
    margin-top: 0;
  }
  .LANG-cn .e-module-202208150943 .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-202208150943 .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-202208150943 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .subtitle {
    line-height: 1.95;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .description {
  font-size: 20px;
  line-height: 1.6;
  margin-top: 10px;
}
.LANG-cn .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .description {
  line-height: 1.7;
}
@media (max-width: 1600px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .description {
    font-size: 18px;
    line-height: 1.889;
    margin-top: 10px;
  }
}
@media (max-width: 1280px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .description {
    font-size: 16px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .description {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .description {
    font-size: 20px;
    line-height: 1.6;
    margin-top: 0;
  }
  .LANG-cn .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .description {
    line-height: 1.7;
  }
}
@media (max-width: 750px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .description {
    font-size: 14px;
    line-height: 1.95;
    margin-top: 5px;
  }
  .LANG-cn .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .description {
    line-height: 1.95;
  }
}
.e-module-202208150943 .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-202208150943 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .e-btn-box {
    padding-top: 10px;
  }
}
@media (max-width: 750px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .e-btn-box .e-btn-bd-white-lg {
    border-color: #c7000b;
  }
}
@media (max-width: 750px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .e-btn-box .e-btn-bd-white-lg span {
    color: #c7000b;
  }
}
@media (max-width: 750px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .e-btn-box .e-btn-bd-white-video-lg {
    border-color: #c7000b;
  }
}
@media (max-width: 750px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .swiper-slide .e-box .e-cistern-l .text .e-btn-box .e-btn-bd-white-video-lg span {
    color: #c7000b;
  }
}
.e-module-202208150943 .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-202208150943 .e-con .swiper-container .swiper-wrapper .swiper-slide.isWhiteFont .e-box .e-cistern-l .text .title {
  color: #fff;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .swiper-slide.isWhiteFont .e-box .e-cistern-l .text .title {
    color: #333;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .swiper-slide.isWhiteFont .e-box .e-cistern-l .text .subtitle {
  color: #fff;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .swiper-slide.isWhiteFont .e-box .e-cistern-l .text .subtitle {
    color: #666;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .swiper-slide.isWhiteFont .e-box .e-cistern-l .text .description {
  color: #fff;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .swiper-slide.isWhiteFont .e-box .e-cistern-l .text .description {
    color: #666;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .swiper-slide.isBlackFont .e-box .e-cistern-l .text .title {
  color: #333;
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .swiper-slide.isBlackFont .e-box .e-cistern-l .text .subtitle {
  color: #666;
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-1 .e-box .e-cistern-l .text {
  padding-top: 1%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-1 .e-box .e-cistern-l .text {
    padding-top: 1%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-2 .e-box .e-cistern-l .text {
  padding-top: 2%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-2 .e-box .e-cistern-l .text {
    padding-top: 2%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-3 .e-box .e-cistern-l .text {
  padding-top: 3%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-3 .e-box .e-cistern-l .text {
    padding-top: 3%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-4 .e-box .e-cistern-l .text {
  padding-top: 4%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-4 .e-box .e-cistern-l .text {
    padding-top: 4%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-5 .e-box .e-cistern-l .text {
  padding-top: 5%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-5 .e-box .e-cistern-l .text {
    padding-top: 5%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-6 .e-box .e-cistern-l .text {
  padding-top: 6%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-6 .e-box .e-cistern-l .text {
    padding-top: 6%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-7 .e-box .e-cistern-l .text {
  padding-top: 7%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-7 .e-box .e-cistern-l .text {
    padding-top: 7%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-8 .e-box .e-cistern-l .text {
  padding-top: 8%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-8 .e-box .e-cistern-l .text {
    padding-top: 8%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-9 .e-box .e-cistern-l .text {
  padding-top: 9%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-9 .e-box .e-cistern-l .text {
    padding-top: 9%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-10 .e-box .e-cistern-l .text {
  padding-top: 10%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-10 .e-box .e-cistern-l .text {
    padding-top: 10%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-11 .e-box .e-cistern-l .text {
  padding-top: 11%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-11 .e-box .e-cistern-l .text {
    padding-top: 11%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-12 .e-box .e-cistern-l .text {
  padding-top: 12%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-12 .e-box .e-cistern-l .text {
    padding-top: 12%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-13 .e-box .e-cistern-l .text {
  padding-top: 13%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-13 .e-box .e-cistern-l .text {
    padding-top: 13%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-14 .e-box .e-cistern-l .text {
  padding-top: 14%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-14 .e-box .e-cistern-l .text {
    padding-top: 14%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-15 .e-box .e-cistern-l .text {
  padding-top: 15%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-15 .e-box .e-cistern-l .text {
    padding-top: 15%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-16 .e-box .e-cistern-l .text {
  padding-top: 16%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-16 .e-box .e-cistern-l .text {
    padding-top: 16%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-17 .e-box .e-cistern-l .text {
  padding-top: 17%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-17 .e-box .e-cistern-l .text {
    padding-top: 17%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-18 .e-box .e-cistern-l .text {
  padding-top: 18%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-18 .e-box .e-cistern-l .text {
    padding-top: 18%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-19 .e-box .e-cistern-l .text {
  padding-top: 19%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-19 .e-box .e-cistern-l .text {
    padding-top: 19%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-20 .e-box .e-cistern-l .text {
  padding-top: 20%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-20 .e-box .e-cistern-l .text {
    padding-top: 20%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-21 .e-box .e-cistern-l .text {
  padding-top: 21%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-21 .e-box .e-cistern-l .text {
    padding-top: 21%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-22 .e-box .e-cistern-l .text {
  padding-top: 22%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-22 .e-box .e-cistern-l .text {
    padding-top: 22%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-23 .e-box .e-cistern-l .text {
  padding-top: 23%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-23 .e-box .e-cistern-l .text {
    padding-top: 23%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-24 .e-box .e-cistern-l .text {
  padding-top: 24%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-24 .e-box .e-cistern-l .text {
    padding-top: 24%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-25 .e-box .e-cistern-l .text {
  padding-top: 25%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-25 .e-box .e-cistern-l .text {
    padding-top: 25%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-26 .e-box .e-cistern-l .text {
  padding-top: 26%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-26 .e-box .e-cistern-l .text {
    padding-top: 26%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-27 .e-box .e-cistern-l .text {
  padding-top: 27%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-27 .e-box .e-cistern-l .text {
    padding-top: 27%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-28 .e-box .e-cistern-l .text {
  padding-top: 28%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-28 .e-box .e-cistern-l .text {
    padding-top: 28%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-29 .e-box .e-cistern-l .text {
  padding-top: 29%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-29 .e-box .e-cistern-l .text {
    padding-top: 29%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-30 .e-box .e-cistern-l .text {
  padding-top: 30%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-30 .e-box .e-cistern-l .text {
    padding-top: 30%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-31 .e-box .e-cistern-l .text {
  padding-top: 31%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-31 .e-box .e-cistern-l .text {
    padding-top: 31%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-32 .e-box .e-cistern-l .text {
  padding-top: 32%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-32 .e-box .e-cistern-l .text {
    padding-top: 32%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-33 .e-box .e-cistern-l .text {
  padding-top: 33%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-33 .e-box .e-cistern-l .text {
    padding-top: 33%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-34 .e-box .e-cistern-l .text {
  padding-top: 34%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-34 .e-box .e-cistern-l .text {
    padding-top: 34%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-35 .e-box .e-cistern-l .text {
  padding-top: 35%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-35 .e-box .e-cistern-l .text {
    padding-top: 35%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-36 .e-box .e-cistern-l .text {
  padding-top: 36%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-36 .e-box .e-cistern-l .text {
    padding-top: 36%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-37 .e-box .e-cistern-l .text {
  padding-top: 37%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-37 .e-box .e-cistern-l .text {
    padding-top: 37%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-38 .e-box .e-cistern-l .text {
  padding-top: 38%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-38 .e-box .e-cistern-l .text {
    padding-top: 38%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-39 .e-box .e-cistern-l .text {
  padding-top: 39%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-39 .e-box .e-cistern-l .text {
    padding-top: 39%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-40 .e-box .e-cistern-l .text {
  padding-top: 40%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-40 .e-box .e-cistern-l .text {
    padding-top: 40%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-41 .e-box .e-cistern-l .text {
  padding-top: 41%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-41 .e-box .e-cistern-l .text {
    padding-top: 41%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-42 .e-box .e-cistern-l .text {
  padding-top: 42%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-42 .e-box .e-cistern-l .text {
    padding-top: 42%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-43 .e-box .e-cistern-l .text {
  padding-top: 43%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-43 .e-box .e-cistern-l .text {
    padding-top: 43%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-44 .e-box .e-cistern-l .text {
  padding-top: 44%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-44 .e-box .e-cistern-l .text {
    padding-top: 44%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-45 .e-box .e-cistern-l .text {
  padding-top: 45%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-45 .e-box .e-cistern-l .text {
    padding-top: 45%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-46 .e-box .e-cistern-l .text {
  padding-top: 46%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-46 .e-box .e-cistern-l .text {
    padding-top: 46%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-47 .e-box .e-cistern-l .text {
  padding-top: 47%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-47 .e-box .e-cistern-l .text {
    padding-top: 47%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-48 .e-box .e-cistern-l .text {
  padding-top: 48%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-48 .e-box .e-cistern-l .text {
    padding-top: 48%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-49 .e-box .e-cistern-l .text {
  padding-top: 49%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-49 .e-box .e-cistern-l .text {
    padding-top: 49%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-50 .e-box .e-cistern-l .text {
  padding-top: 50%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-50 .e-box .e-cistern-l .text {
    padding-top: 50%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-51 .e-box .e-cistern-l .text {
  padding-top: 51%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-51 .e-box .e-cistern-l .text {
    padding-top: 51%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-52 .e-box .e-cistern-l .text {
  padding-top: 52%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-52 .e-box .e-cistern-l .text {
    padding-top: 52%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-53 .e-box .e-cistern-l .text {
  padding-top: 53%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-53 .e-box .e-cistern-l .text {
    padding-top: 53%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-54 .e-box .e-cistern-l .text {
  padding-top: 54%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-54 .e-box .e-cistern-l .text {
    padding-top: 54%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-55 .e-box .e-cistern-l .text {
  padding-top: 55%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-55 .e-box .e-cistern-l .text {
    padding-top: 55%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-56 .e-box .e-cistern-l .text {
  padding-top: 56%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-56 .e-box .e-cistern-l .text {
    padding-top: 56%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-57 .e-box .e-cistern-l .text {
  padding-top: 57%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-57 .e-box .e-cistern-l .text {
    padding-top: 57%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-58 .e-box .e-cistern-l .text {
  padding-top: 58%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-58 .e-box .e-cistern-l .text {
    padding-top: 58%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-59 .e-box .e-cistern-l .text {
  padding-top: 59%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-59 .e-box .e-cistern-l .text {
    padding-top: 59%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-60 .e-box .e-cistern-l .text {
  padding-top: 60%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-60 .e-box .e-cistern-l .text {
    padding-top: 60%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-61 .e-box .e-cistern-l .text {
  padding-top: 61%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-61 .e-box .e-cistern-l .text {
    padding-top: 61%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-62 .e-box .e-cistern-l .text {
  padding-top: 62%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-62 .e-box .e-cistern-l .text {
    padding-top: 62%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-63 .e-box .e-cistern-l .text {
  padding-top: 63%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-63 .e-box .e-cistern-l .text {
    padding-top: 63%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-64 .e-box .e-cistern-l .text {
  padding-top: 64%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-64 .e-box .e-cistern-l .text {
    padding-top: 64%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-65 .e-box .e-cistern-l .text {
  padding-top: 65%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-65 .e-box .e-cistern-l .text {
    padding-top: 65%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-66 .e-box .e-cistern-l .text {
  padding-top: 66%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-66 .e-box .e-cistern-l .text {
    padding-top: 66%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-67 .e-box .e-cistern-l .text {
  padding-top: 67%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-67 .e-box .e-cistern-l .text {
    padding-top: 67%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-68 .e-box .e-cistern-l .text {
  padding-top: 68%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-68 .e-box .e-cistern-l .text {
    padding-top: 68%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-69 .e-box .e-cistern-l .text {
  padding-top: 69%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-69 .e-box .e-cistern-l .text {
    padding-top: 69%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-70 .e-box .e-cistern-l .text {
  padding-top: 70%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-70 .e-box .e-cistern-l .text {
    padding-top: 70%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-71 .e-box .e-cistern-l .text {
  padding-top: 71%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-71 .e-box .e-cistern-l .text {
    padding-top: 71%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-72 .e-box .e-cistern-l .text {
  padding-top: 72%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-72 .e-box .e-cistern-l .text {
    padding-top: 72%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-73 .e-box .e-cistern-l .text {
  padding-top: 73%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-73 .e-box .e-cistern-l .text {
    padding-top: 73%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-74 .e-box .e-cistern-l .text {
  padding-top: 74%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-74 .e-box .e-cistern-l .text {
    padding-top: 74%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-75 .e-box .e-cistern-l .text {
  padding-top: 75%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-75 .e-box .e-cistern-l .text {
    padding-top: 75%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-76 .e-box .e-cistern-l .text {
  padding-top: 76%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-76 .e-box .e-cistern-l .text {
    padding-top: 76%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-77 .e-box .e-cistern-l .text {
  padding-top: 77%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-77 .e-box .e-cistern-l .text {
    padding-top: 77%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-78 .e-box .e-cistern-l .text {
  padding-top: 78%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-78 .e-box .e-cistern-l .text {
    padding-top: 78%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-79 .e-box .e-cistern-l .text {
  padding-top: 79%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-79 .e-box .e-cistern-l .text {
    padding-top: 79%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-80 .e-box .e-cistern-l .text {
  padding-top: 80%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-80 .e-box .e-cistern-l .text {
    padding-top: 80%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-81 .e-box .e-cistern-l .text {
  padding-top: 81%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-81 .e-box .e-cistern-l .text {
    padding-top: 81%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-82 .e-box .e-cistern-l .text {
  padding-top: 82%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-82 .e-box .e-cistern-l .text {
    padding-top: 82%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-83 .e-box .e-cistern-l .text {
  padding-top: 83%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-83 .e-box .e-cistern-l .text {
    padding-top: 83%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-84 .e-box .e-cistern-l .text {
  padding-top: 84%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-84 .e-box .e-cistern-l .text {
    padding-top: 84%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-85 .e-box .e-cistern-l .text {
  padding-top: 85%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-85 .e-box .e-cistern-l .text {
    padding-top: 85%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-86 .e-box .e-cistern-l .text {
  padding-top: 86%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-86 .e-box .e-cistern-l .text {
    padding-top: 86%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-87 .e-box .e-cistern-l .text {
  padding-top: 87%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-87 .e-box .e-cistern-l .text {
    padding-top: 87%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-88 .e-box .e-cistern-l .text {
  padding-top: 88%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-88 .e-box .e-cistern-l .text {
    padding-top: 88%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-89 .e-box .e-cistern-l .text {
  padding-top: 89%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-89 .e-box .e-cistern-l .text {
    padding-top: 89%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-90 .e-box .e-cistern-l .text {
  padding-top: 90%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-90 .e-box .e-cistern-l .text {
    padding-top: 90%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-91 .e-box .e-cistern-l .text {
  padding-top: 91%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-91 .e-box .e-cistern-l .text {
    padding-top: 91%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-92 .e-box .e-cistern-l .text {
  padding-top: 92%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-92 .e-box .e-cistern-l .text {
    padding-top: 92%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-93 .e-box .e-cistern-l .text {
  padding-top: 93%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-93 .e-box .e-cistern-l .text {
    padding-top: 93%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-94 .e-box .e-cistern-l .text {
  padding-top: 94%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-94 .e-box .e-cistern-l .text {
    padding-top: 94%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-95 .e-box .e-cistern-l .text {
  padding-top: 95%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-95 .e-box .e-cistern-l .text {
    padding-top: 95%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-96 .e-box .e-cistern-l .text {
  padding-top: 96%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-96 .e-box .e-cistern-l .text {
    padding-top: 96%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-97 .e-box .e-cistern-l .text {
  padding-top: 97%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-97 .e-box .e-cistern-l .text {
    padding-top: 97%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-98 .e-box .e-cistern-l .text {
  padding-top: 98%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-98 .e-box .e-cistern-l .text {
    padding-top: 98%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-xl-99 .e-box .e-cistern-l .text {
  padding-top: 99%;
  vertical-align: top;
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-99 .e-box .e-cistern-l .text {
    padding-top: 99%;
    vertical-align: top;
  }
}
.e-module-202208150943 .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-202208150943 .e-con .swiper-container .swiper-wrapper .e-pt-sm-100 .e-box .e-cistern-l .text {
    padding-top: 100%;
    vertical-align: top;
  }
}
.e-module-202208150943 .e-con .swiper-pagination {
  margin-top: 35px;
  bottom: 35px;
  display: none;
}
@media (max-width: 1600px) {
  .e-module-202208150943 .e-con .swiper-pagination {
    bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .e-module-202208150943 .e-con .swiper-pagination {
    margin-top: 0;
    padding-top: 20px;
    margin-left: 0;
    bottom: 10px;
  }
}
@media (max-width: 992px) {
  .e-module-202208150943 .e-con .swiper-pagination {
    bottom: 5px;
  }
}
@media (max-width: 750px) {
  .e-module-202208150943 .e-con .swiper-pagination {
    padding-top: 15px;
  }
}
.e-module-202208150943 .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-202208150943 .e-con .swiper-pagination .swiper-pagination-bullet {
    margin-right: 40px;
    width: 7px;
    height: 7px;
  }
}
@media (max-width: 1200px) {
  .e-module-202208150943 .e-con .swiper-pagination .swiper-pagination-bullet {
    margin-right: 14px;
    width: 4px;
    height: 4px;
    background-color: #cccccc;
  }
}
.e-module-202208150943 .e-con .swiper-pagination .swiper-pagination-bullet::after {
  content: '';
  position: absolute;
  width: 34px;
  height: 26px;
  border-radius: 13px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.e-module-202208150943 .e-con .swiper-pagination .swiper-pagination-bullet-active {
  position: relative;
}
@media (max-width: 1200px) {
  .e-module-202208150943 .e-con .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #c7000b;
  }
}
.e-module-202208150943 .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-202208150943 .e-con .swiper-pagination .swiper-pagination-bullet-active::before {
    width: 28px;
    height: 21px;
    margin-left: -14px;
    margin-top: -10px;
    border-radius: 12px;
  }
}
@media (max-width: 1200px) {
  .e-module-202208150943 .e-con .swiper-pagination .swiper-pagination-bullet-active::before {
    width: 19px;
    height: 14px;
    border-radius: 7px;
    margin-left: -10px;
    margin-top: -7px;
    border: 1px solid #c7000b;
  }
}
.e-module-202208150943 .e-con .swiper-pagination.gray .swiper-pagination-bullet {
  background: #cccccc;
}
.e-module-202208150943 .e-con .swiper-pagination.gray .swiper-pagination-bullet-active {
  border: 1px solid #c7000b;
  background-color: #c7000b;
}
@media (max-width: 1200px) {
  .e-module-202208150943 .e-con .swiper-pagination.gray .swiper-pagination-bullet-active {
    background-color: #c7000b;
    border: 1px solid #c7000b;
  }
}
.e-module-202208150943 .e-con .swiper-pagination.gray .swiper-pagination-bullet-active::before {
  border: 1px solid #c7000b;
}
@media (max-width: 1200px) {
  .e-module-202208150943 .e-con .swiper-pagination.gray .swiper-pagination-bullet-active::before {
    border: 1px solid #c7000b;
  }
}
.e-module-202305091051 ul {
  position: relative;
  height: 440px;
}
@media (max-width: 992px) {
  .e-module-202305091051 ul {
    height: auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.e-module-202305091051 .box {
  position: absolute;
  border-radius: 100%;
  overflow: hidden;
  background: #fff;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
  text-align: center;
}
@media (max-width: 992px) {
  .e-module-202305091051 .box {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: initial;
    border: none;
    position: relative;
    background: transparent;
    width: 50% !important;
    height: auto !important;
    left: auto !important;
    top: auto !important;
    margin-bottom: 30px;
  }
}
.e-module-202305091051 .box::after {
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  content: "";
}
.e-module-202305091051 .box p {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 1280px) {
  .e-module-202305091051 .box p {
    font-size: 14px;
    line-height: 1.3;
  }
}
@media (max-width: 992px) {
  .e-module-202305091051 .box p {
    color: #F08383 !important;
  }
}
.e-module-202305091051 .box p strong {
  font-size: 62px;
  line-height: 1;
  padding-bottom: 10px;
  display: inline-block;
}
.LANG-cn .e-module-202305091051 .box p strong {
  font-size: 56px;
}
@media (max-width: 1280px) {
  .e-module-202305091051 .box p strong {
    font-size: 40px;
  }
  .LANG-cn .e-module-202305091051 .box p strong {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .e-module-202305091051 .box p strong {
    font-size: 36px;
    color: #F08383 !important;
  }
  .LANG-cn .e-module-202305091051 .box p strong {
    font-size: 36px;
  }
}
@media (max-width: 992px) {
  .e-module-202305091051 .box p span {
    color: #666 !important;
    display: block;
    font-size: 14px;
  }
}
.e-module-202305091051 .box1 {
  width: 240px;
  height: 240px;
  left: 6%;
  top: 20%;
}
@media (min-width: 1200px) {
  .e-module-202305091051 .box1 {
    -webkit-animation: ball-ls 20s linear 0s infinite;
            animation: ball-ls 20s linear 0s infinite;
  }
}
@media (max-width: 1600px) {
  .e-module-202305091051 .box1 {
    left: 0;
  }
}
@media (max-width: 1280px) {
  .e-module-202305091051 .box1 {
    width: 200px;
    height: 200px;
  }
}
.e-module-202305091051 .box1 p,
.e-module-202305091051 .box1 strong {
  color: #5BD4DE;
}
.e-module-202305091051 .box2 {
  width: 186px;
  height: 186px;
  left: 25%;
  top: 0;
}
@media (min-width: 1200px) {
  .e-module-202305091051 .box2 {
    -webkit-animation: ball-sl 20s linear 0.3s infinite;
            animation: ball-sl 20s linear 0.3s infinite;
  }
}
@media (max-width: 1600px) {
  .e-module-202305091051 .box2 {
    left: 20%;
  }
}
@media (max-width: 1280px) {
  .e-module-202305091051 .box2 {
    width: 166px;
    height: 166px;
  }
}
.e-module-202305091051 .box2 p,
.e-module-202305091051 .box2 strong {
  color: #F08383;
}
.e-module-202305091051 .box3 {
  width: 124px;
  height: 124px;
  left: 30%;
  top: 54%;
}
@media (min-width: 1200px) {
  .e-module-202305091051 .box3 {
    -webkit-animation: ball-sl 20s linear 0.2s infinite;
            animation: ball-sl 20s linear 0.2s infinite;
  }
}
@media (max-width: 1600px) {
  .e-module-202305091051 .box3 {
    left: 20%;
  }
}
.e-module-202305091051 .box3 p {
  font-size: 18px;
}
.e-module-202305091051 .box3 p,
.e-module-202305091051 .box3 strong {
  color: #70BAF8;
}
@media (max-width: 992px) {
  .e-module-202305091051 .box3 p,
  .e-module-202305091051 .box3 strong {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
  }
}
.e-module-202305091051 .box3 span {
  font-weight: normal;
}
.e-module-202305091051 .box4 {
  width: 260px;
  height: 260px;
  left: 40%;
  top: 15%;
}
@media (min-width: 1200px) {
  .e-module-202305091051 .box4 {
    -webkit-animation: ball-sl 20s linear 0s infinite;
            animation: ball-sl 20s linear 0s infinite;
  }
}
@media (max-width: 1600px) {
  .e-module-202305091051 .box4 {
    left: 37%;
  }
}
@media (max-width: 1280px) {
  .e-module-202305091051 .box4 {
    width: 200px;
    height: 200px;
  }
}
.e-module-202305091051 .box4 p,
.e-module-202305091051 .box4 strong {
  color: #5BD4DE;
}
.e-module-202305091051 .box5 {
  width: 124px;
  height: 124px;
  left: 60%;
  top: 0;
}
@media (min-width: 1200px) {
  .e-module-202305091051 .box5 {
    -webkit-animation: ball-sl 20s linear 0.3s infinite;
            animation: ball-sl 20s linear 0.3s infinite;
  }
}
.e-module-202305091051 .box5 p,
.e-module-202305091051 .box5 strong {
  color: #5BD4DE;
}
@media (max-width: 992px) {
  .e-module-202305091051 .box5 p,
  .e-module-202305091051 .box5 strong {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
  }
}
.e-module-202305091051 .box5 span {
  font-weight: normal;
}
.e-module-202305091051 .box6 {
  width: 230px;
  height: 230px;
  left: 58%;
  top: 44%;
}
@media (min-width: 1200px) {
  .e-module-202305091051 .box6 {
    -webkit-animation: ball-ls 20s linear 0s infinite;
            animation: ball-ls 20s linear 0s infinite;
  }
}
@media (max-width: 1280px) {
  .e-module-202305091051 .box6 {
    width: 200px;
    height: 200px;
  }
}
.e-module-202305091051 .box6 p,
.e-module-202305091051 .box6 strong {
  color: #70BAF8;
}
.e-module-202305091051 .box7 {
  width: 250px;
  height: 250px;
  left: 75%;
  top: 15%;
}
@media (min-width: 1200px) {
  .e-module-202305091051 .box7 {
    -webkit-animation: ball-sl 20s linear 0.2s infinite;
            animation: ball-sl 20s linear 0.2s infinite;
  }
}
@media (max-width: 1600px) {
  .e-module-202305091051 .box7 {
    left: 75%;
    top: 5%;
  }
}
@media (max-width: 1280px) {
  .e-module-202305091051 .box7 {
    width: 200px;
    height: 200px;
  }
}
.e-module-202305091051 .box7 p,
.e-module-202305091051 .box7 strong {
  color: #F08383;
}
@-webkit-keyframes ball-sl {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  33% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  66% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes ball-sl {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  33% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  66% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes ball-ls {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  33% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  66% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes ball-ls {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  33% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  66% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.footer {
  background: #eee;
  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: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -moz-box-orient: horizontal;
     -moz-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .footer .e-cistern-l .footer-con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .e-cistern-l .footer-con .left {
  display: inline-block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .footer .e-cistern-l .footer-con .left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .e-cistern-l .footer-con .left > p {
  display: inline-block;
  vertical-align: middle;
  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 ul {
  text-align: right;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 992px) {
  .footer .e-cistern-l .footer-con .left ul {
    margin-top: 10px;
  }
}
.footer .e-cistern-l .footer-con .left ul li {
  margin-left: 10px;
}
@media (max-width: 992px) {
  .footer .e-cistern-l .footer-con .left ul li {
    margin-left: 0;
    margin-right: 10px;
    margin-top: 10px;
  }
}
.footer .e-cistern-l .footer-con .left ul li a {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  line-height: 1.375;
  text-align: center;
  background-color: #8e8e8e;
  border-radius: 100%;
  width: 34px;
  height: 34px;
}
.footer .e-cistern-l .footer-con .left ul li a:hover {
  background-color: #000;
}
.footer .e-cistern-l .footer-con .left ul li a:hover .pic {
  display: block;
}
.footer .e-cistern-l .footer-con .left ul li a em {
  color: #fff;
  line-height: 1 !important;
}
.footer .e-cistern-l .footer-con .left ul li a em.icon-weixin2 {
  font-size: 22px;
  line-height: 1.545;
  position: absolute;
  left: 6px;
  top: 7px;
}
.LANG-cn .footer .e-cistern-l .footer-con .left ul li a em.icon-weixin2 {
  line-height: 1.636;
}
.footer .e-cistern-l .footer-con .left ul li a em.icon-toutiao1 {
  font-size: 28px;
  line-height: 1.5;
  position: absolute;
  left: 3px;
  top: 3px;
}
.footer .e-cistern-l .footer-con .left ul li a em.icon-weibo {
  font-size: 28px;
  line-height: 1.5;
  position: absolute;
  left: 3px;
  top: 3px;
}
.footer .e-cistern-l .footer-con .left ul li a em.icon-ximalayadiantai {
  font-size: 21px;
  position: absolute;
  left: 6px;
  top: 7px;
}
.footer .e-cistern-l .footer-con .left ul li a em.icon-f {
  font-size: 27px;
  position: absolute;
  left: 3px;
  top: 3px;
}
.footer .e-cistern-l .footer-con .left ul li a em.icon-linkin {
  font-size: 28px;
  position: absolute;
  left: 4px;
  top: 3px;
}
.footer .e-cistern-l .footer-con .left ul li a em.icon-t1 {
  font-size: 28px;
  position: absolute;
  left: 3px;
  top: 3px;
}
.footer .e-cistern-l .footer-con .left ul li a em.icon-youtube3 {
  font-size: 26px;
  position: absolute;
  left: 4px;
  top: 3px;
}
.footer .e-cistern-l .footer-con .left ul li a em.icon-vk1 {
  font-size: 22px;
  position: absolute;
  left: 6px;
  top: 6px;
}
.footer .e-cistern-l .footer-con .left ul li a em.icon-mewe {
  font-size: 28px;
  position: absolute;
  left: 4px;
  top: 3px;
}
.footer .e-cistern-l .footer-con .left ul li a em.icon-instagram {
  font-size: 22px;
  position: absolute;
  left: 6px;
  top: 6px;
}
.footer .e-cistern-l .footer-con .left ul li a em.icon-xing {
  font-size: 18px;
  position: absolute;
  left: 8px;
  top: 8px;
}
.footer .e-cistern-l .footer-con .left ul li .pic {
  display: none;
  width: 81px;
  height: 81px;
  position: absolute;
  right: -25px;
  top: -92px;
}
.footer .e-cistern-l .footer-con .left ul li .pic img {
  width: 100%;
  display: block;
}
.footer .e-cistern-l .footer-con .right {
  text-align: left;
  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: #666;
}
@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;
  }
}
@media (max-width: 750px) {
  .footer .e-cistern-l .footer-con .right > span {
    font-size: 12px;
  }
}
.slidebars {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 10;
}
@media (max-width: 1600px) {
  .slidebars {
    right: 10px;
    bottom: 40px;
  }
}
@media (max-width: 1200px) {
  .slidebars {
    bottom: 30px;
  }
}
.slidebars a {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 1600px) {
  .slidebars a {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 1200px) {
  .slidebars a {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 992px) {
  .slidebars a {
    width: 32px;
    height: 32px;
  }
}
.slidebars a .e-lazy::after {
  padding-top: 100%;
}
.slidebars a.backtop {
  display: none;
}
.e-module-202305251344 .partners {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  border: 2px solid #fff;
  padding: 60px;
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1600px) {
  .e-module-202305251344 .partners {
    padding: 40px;
  }
}
@media (max-width: 1200px) {
  .e-module-202305251344 .partners {
    padding: 20px;
  }
}
.e-module-202305251344 .partners .partner-item {
  margin-bottom: 50px;
}
@media (max-width: 1600px) {
  .e-module-202305251344 .partners .partner-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 750px) {
  .e-module-202305251344 .partners .partner-item {
    margin-bottom: 20px;
  }
}
.e-module-202305251344 .partners .partner-item:last-child {
  margin-bottom: 0;
}
.e-module-202305251344 .partners .partner-item h3 {
  font-size: 20px;
  line-height: 1.6;
  color: #333;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.LANG-cn .e-module-202305251344 .partners .partner-item h3 {
  line-height: 1.7;
}
@media (max-width: 1200px) {
  .e-module-202305251344 .partners .partner-item h3 {
    font-size: 16px;
    line-height: 1.95;
    margin-bottom: 20px;
  }
  .LANG-cn .e-module-202305251344 .partners .partner-item h3 {
    line-height: 1.95;
  }
}
.e-module-202305251344 .partners .partner-item .row {
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: visible;
}
@media (max-width: 1200px) {
  .e-module-202305251344 .partners .partner-item .row {
    overflow: hidden;
  }
}
@media (max-width: 992px) {
  .e-module-202305251344 .partners .partner-item .row {
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.e-module-202305251344 .partners .partner-item .row > div {
  padding-top: 20px;
  overflow: visible;
}
@media (max-width: 1200px) {
  .e-module-202305251344 .partners .partner-item .row > div {
    padding-top: 0;
    overflow: hidden;
  }
}
.e-module-202305251344 .partners .partner-item .row > div .e-lazy {
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.e-module-202305251344 .partners .partner-item .row > div .e-lazy::after {
  padding-top: 53.4%;
}
@media (min-width: 1200px) {
  .e-module-202305251344 .partners .partner-item .row > div .e-lazy:hover {
    /* x偏移量 | y偏移量 | 阴影模糊半径 | 阴影扩散半径 | 阴影颜色 */
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.05);
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px);
  }
}
.e-module-202305251344 .tips {
  color: #666;
  font-size: 14px;
  line-height: 1.95;
  padding-top: 15px;
  text-align: right;
}
.LANG-cn .e-module-202305251344 .tips {
  line-height: 1.95;
}
@media (max-width: 1280px) {
  .e-module-202305251344 .tips {
    font-size: 12px;
    line-height: 1.667;
  }
}
.pop {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1002;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.pop .pop-cons {
  position: relative;
  width: 100%;
  height: 100%;
}
.pop .pop-cons .pop-con {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 900px;
  max-height: 600px;
  padding: 50px 0;
  background-color: #fff;
  border-radius: 10px;
}
@media (max-width: 1200px) {
  .pop .pop-cons .pop-con {
    padding: 30px 0;
  }
}
@media (max-width: 992px) {
  .pop .pop-cons .pop-con {
    max-width: 600px;
  }
}
@media (max-width: 750px) {
  .pop .pop-cons .pop-con {
    max-width: 300px;
    padding: 20px 0;
  }
}
.pop .pop-cons .pop-con .pop-top {
  margin: 0 60px 10px;
}
.pop .pop-cons .pop-con .pop-top span {
  font-size: 22px;
  line-height: 1.545;
  color: #333;
  position: relative;
}
.LANG-cn .pop .pop-cons .pop-con .pop-top span {
  line-height: 1.636;
}
@media (max-width: 1200px) {
  .pop .pop-cons .pop-con .pop-top {
    margin: 0 30px 10px;
  }
  .pop .pop-cons .pop-con .pop-top span {
    font-size: 18px;
    line-height: 1.889;
  }
}
@media (max-width: 750px) {
  .pop .pop-cons .pop-con .pop-top {
    margin: 0 20px 10px;
  }
  .pop .pop-cons .pop-con .pop-top span {
    font-size: 16px;
    line-height: 1.95;
  }
  .LANG-cn .pop .pop-cons .pop-con .pop-top span {
    line-height: 1.95;
  }
}
.pop .pop-cons .pop-con .pop-bottom {
  max-height: 390px;
  overflow-y: auto;
  padding-left: 60px;
  margin-right: 10px;
}
@media (max-width: 1600px) {
  .pop .pop-cons .pop-con .pop-bottom {
    max-height: 403px;
  }
}
@media (max-width: 1200px) {
  .pop .pop-cons .pop-con .pop-bottom {
    max-height: 450px;
    padding-left: 30px;
  }
}
@media (max-width: 750px) {
  .pop .pop-cons .pop-con .pop-bottom {
    padding-left: 20px;
    max-height: 400px;
  }
}
.pop .pop-cons .pop-con .pop-bottom .pop-bot-con {
  margin-right: 50px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .pop .pop-cons .pop-con .pop-bottom .pop-bot-con {
    margin-bottom: 15px;
    margin-right: 20px;
  }
}
@media (max-width: 750px) {
  .pop .pop-cons .pop-con .pop-bottom .pop-bot-con {
    margin-right: 10px;
  }
}
.pop .pop-cons .pop-con .pop-bottom .pop-bot-con:last-child {
  margin-bottom: 0;
}
.pop .pop-cons .pop-con .pop-bottom .pop-bot-con .arch-desc {
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  .pop .pop-cons .pop-con .pop-bottom .pop-bot-con .arch-desc {
    margin-bottom: 15px;
  }
}
.pop .pop-cons .pop-con .pop-bottom .pop-bot-con .arch-desc:last-child {
  margin-bottom: 0;
}
.pop .pop-cons .pop-con .pop-bottom .pop-bot-con .arch-desc h3 {
  font-size: 24px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 10px;
}
.LANG-cn .pop .pop-cons .pop-con .pop-bottom .pop-bot-con .arch-desc h3 {
  line-height: 1.583;
}
@media (max-width: 1600px) {
  .pop .pop-cons .pop-con .pop-bottom .pop-bot-con .arch-desc h3 {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 5px;
  }
  .LANG-cn .pop .pop-cons .pop-con .pop-bottom .pop-bot-con .arch-desc h3 {
    line-height: 1.7;
  }
}
.pop .pop-cons .pop-con .pop-bottom .pop-bot-con .arch-desc .ptxt {
  font-size: 16px;
  line-height: 1.95;
  color: #666;
  margin-bottom: 20px;
}
.LANG-cn .pop .pop-cons .pop-con .pop-bottom .pop-bot-con .arch-desc .ptxt {
  line-height: 1.95;
}
.pop .pop-cons .pop-con .pop-bottom .pop-bot-con .arch-desc .ptxt:last-child {
  margin-bottom: 0;
}
@media (max-width: 1600px) {
  .pop .pop-cons .pop-con .pop-bottom .pop-bot-con .arch-desc .ptxt {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .pop .pop-cons .pop-con .pop-bottom .pop-bot-con .arch-desc .ptxt {
    line-height: 1.95;
  }
}
@media (max-width: 1200px) {
  .pop .pop-cons .pop-con .pop-bottom .pop-bot-con .arch-desc .ptxt {
    margin-bottom: 10px;
  }
}
.pop .pop-cons .pop-con .pop-bottom .pop-bot-con .arch-link h3 {
  font-size: 20px;
  line-height: 1.6;
  color: #333;
  padding-bottom: 10px;
}
.LANG-cn .pop .pop-cons .pop-con .pop-bottom .pop-bot-con .arch-link h3 {
  line-height: 1.7;
}
@media (max-width: 1600px) {
  .pop .pop-cons .pop-con .pop-bottom .pop-bot-con .arch-link h3 {
    font-size: 18px;
    line-height: 1.889;
  }
}
.pop .pop-cons .pop-con .pop-bottom .pop-bot-con .arch-link .link-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  zoom: 1;
  margin: 0px -20px;
  overflow: hidden;
}
.pop .pop-cons .pop-con .pop-bottom .pop-bot-con .arch-link .link-list li {
  width: 50%;
  float: left;
  overflow: hidden;
  min-height: 1px;
  padding: 0 20px;
}
.pop .pop-cons .pop-con .pop-bottom .pop-bot-con .arch-link .link-list li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f8f8f8;
  padding: 7px 15px;
  border-radius: 5px;
  margin-bottom: 10px;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1600px) {
  .pop .pop-cons .pop-con .pop-bottom .pop-bot-con .arch-link .link-list li a {
    padding: 7px 10px;
  }
}
.pop .pop-cons .pop-con .pop-bottom .pop-bot-con .arch-link .link-list li a .e-lazy {
  width: 30px;
}
.pop .pop-cons .pop-con .pop-bottom .pop-bot-con .arch-link .link-list li a .e-lazy::after {
  padding-top: 100%;
}
@media (max-width: 1600px) {
  .pop .pop-cons .pop-con .pop-bottom .pop-bot-con .arch-link .link-list li a .e-lazy {
    width: 26px;
  }
}
.pop .pop-cons .pop-con .pop-bottom .pop-bot-con .arch-link .link-list li a .e-lazy .icon-moren {
  display: block;
}
.pop .pop-cons .pop-con .pop-bottom .pop-bot-con .arch-link .link-list li a .e-lazy .icon-active {
  display: none;
}
.pop .pop-cons .pop-con .pop-bottom .pop-bot-con .arch-link .link-list li a p {
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  color: #666;
  padding-left: 10px;
}
@media (max-width: 1600px) {
  .pop .pop-cons .pop-con .pop-bottom .pop-bot-con .arch-link .link-list li a p {
    font-size: 14px;
  }
}
.pop .pop-cons .pop-con .pop-bottom .pop-bot-con .arch-link .link-list li a:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.11);
}
.pop .pop-cons .pop-con .pop-bottom .pop-bot-con .arch-link .link-list li a:hover .icon-moren {
  display: none;
}
.pop .pop-cons .pop-con .pop-bottom .pop-bot-con .arch-link .link-list li a:hover .icon-active {
  display: block;
}
.pop .pop-cons .pop-con .pop-bottom .pop-bot-con .arch-link .link-list li a:hover p {
  color: #c7000b;
}
.pop .pop-cons .pop-con .e-link-box {
  padding: 20px 60px 0;
}
@media (max-width: 1200px) {
  .pop .pop-cons .pop-con .e-link-box {
    padding: 20px 30px 0;
  }
}
@media (max-width: 750px) {
  .pop .pop-cons .pop-con .e-link-box {
    padding: 20px 20px 0;
  }
}
.pop .pop-cons .pop-con .close-btn {
  width: 28px;
  height: 28px;
  position: absolute;
  right: -45px;
  top: 10px;
  z-index: 1010;
  cursor: pointer;
}
.pop .pop-cons .pop-con .close-btn:hover .e-lazy img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.pop .pop-cons .pop-con .close-btn .e-lazy::after {
  padding-top: 100%;
}
.pop .pop-cons .pop-con .close-btn .e-lazy img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1600px) {
  .pop .pop-cons .pop-con .close-btn {
    width: 24px;
    height: 24px;
    right: -35px;
  }
}
@media (max-width: 1200px) {
  .pop .pop-cons .pop-con .close-btn {
    right: -30px;
  }
}
.e-module-202305301345 {
  position: relative;
  padding-top: 105px;
}
@media (max-width: 1600px) {
  .e-module-202305301345 {
    padding-top: 90px;
  }
}
@media (max-width: 992px) {
  .e-module-202305301345 {
    padding-top: 70px;
  }
}
.e-module-202305301345 .e-titles h2 p {
  font-size: 42px;
  line-height: 1.5;
}
@media (max-width: 1600px) {
  .e-module-202305301345 .e-titles h2 p {
    font-size: 38px;
  }
}
@media (max-width: 1280px) {
  .e-module-202305301345 .e-titles h2 p {
    font-size: 34px;
  }
}
@media (max-width: 1200px) {
  .e-module-202305301345 .e-titles h2 p {
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .e-module-202305301345 .e-titles h2 p {
    font-size: 20px;
  }
}
.e-module-202305301345 .e-titles .e-description {
  font-size: 20px;
  line-height: 1.6;
  margin-top: 0;
}
.LANG-cn .e-module-202305301345 .e-titles .e-description {
  line-height: 1.7;
}
@media (max-width: 1600px) {
  .e-module-202305301345 .e-titles .e-description {
    font-size: 18px;
    line-height: 1.889;
  }
}
@media (max-width: 1280px) {
  .e-module-202305301345 .e-titles .e-description {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202305301345 .e-titles .e-description {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .e-module-202305301345 .e-titles .e-description {
    margin-top: -10px;
  }
}
.e-module-202305301345 .e-con {
  margin-top: 0px;
}
@media (max-width: 992px) {
  .e-module-202305301345 .e-con {
    margin-top: 10px;
  }
}
.e-module-202305301345 .e-con .live-container .live-tip {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .e-module-202305301345 .e-con .live-container .live-tip {
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.e-module-202305301345 .e-con .live-container .live-tip .e-lazy {
  width: 24px;
}
@media (max-width: 1600px) {
  .e-module-202305301345 .e-con .live-container .live-tip .e-lazy {
    width: 20px;
  }
}
@media (max-width: 1280px) {
  .e-module-202305301345 .e-con .live-container .live-tip .e-lazy {
    width: 18px;
  }
}
.e-module-202305301345 .e-con .live-container .live-tip .e-lazy::after {
  padding-top: 100%;
}
.e-module-202305301345 .e-con .live-container .live-tip .iconfont {
  font-size: 24px;
  line-height: 1;
  color: #c7000b;
}
@media (max-width: 1600px) {
  .e-module-202305301345 .e-con .live-container .live-tip .iconfont {
    font-size: 20px;
  }
}
.e-module-202305301345 .e-con .live-container .live-tip .tip-txt {
  font-size: 16px;
  line-height: 1.95;
  color: #666;
  margin-left: 8px;
}
.LANG-cn .e-module-202305301345 .e-con .live-container .live-tip .tip-txt {
  line-height: 1.95;
}
@media (max-width: 1600px) {
  .e-module-202305301345 .e-con .live-container .live-tip .tip-txt {
    font-size: 14px;
    line-height: 1.95;
    margin-left: 5px;
  }
  .LANG-cn .e-module-202305301345 .e-con .live-container .live-tip .tip-txt {
    line-height: 1.95;
  }
}
@media (max-width: 1280px) {
  .e-module-202305301345 .e-con .live-container .live-tip .tip-txt {
    font-size: 12px;
    line-height: 1.667;
  }
}
@media (max-width: 1200px) {
  .e-module-202305301345 .e-con .live-container .live-tip .tip-txt {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202305301345 .e-con .live-container .live-tip .tip-txt {
    line-height: 1.95;
  }
}
@media (max-width: 992px) {
  .e-module-202305301345 .e-con .live-container .live-tip.tip-pc {
    display: none;
  }
}
.e-module-202305301345 .e-con .live-container .live-tip.tip-wap {
  display: none;
}
@media (max-width: 992px) {
  .e-module-202305301345 .e-con .live-container .live-tip.tip-wap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    margin-bottom: 0px;
  }
}
.e-module-202305301345 .e-con .live-container .e-col-xl-9 {
  padding-right: 0;
}
@media (max-width: 992px) {
  .e-module-202305301345 .e-con .live-container .e-col-xl-9 {
    padding-right: 10px;
  }
}
@media (max-width: 992px) {
  .e-module-202305301345 .e-con .live-container .e-col-xl-3 {
    margin-top: 5px;
  }
}
.e-module-202305301345 .e-con .live-container .live-iframe {
  border-radius: 20px;
  position: relative;
  border: 1px solid #ccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .e-module-202305301345 .e-con .live-container .live-iframe {
    border-radius: 10px;
  }
}
.e-module-202305301345 .e-con .live-container .live-iframe::after {
  padding-top: 56.25%;
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  content: '';
}
.e-module-202305301345 .e-con .live-container .live-iframe .e-lazy {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.e-module-202305301345 .e-con .live-container .live-iframe .e-lazy::after {
  padding-top: 56.25%;
}
.e-module-202305301345 .e-con .live-container .live-iframe .iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 20px;
  border: none;
  z-index: 2;
}
@media (max-width: 992px) {
  .e-module-202305301345 .e-con .live-container .live-iframe .iframe {
    border-radius: 10px;
  }
}
.e-module-202305301345 .e-con .live-container .playback-video {
  border-radius: 20px;
  position: relative;
  border: 1px solid #ccc;
  overflow: hidden;
}
@media (max-width: 992px) {
  .e-module-202305301345 .e-con .live-container .playback-video {
    border-radius: 10px;
  }
}
.e-module-202305301345 .e-con .live-container .playback-video .e-lazy:after {
  padding-top: 56.25%;
}
.e-module-202305301345 .e-con .live-container .playback-video .iconfont {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 80px;
  color: #fff;
}
@media (max-width: 1200px) {
  .e-module-202305301345 .e-con .live-container .playback-video .iconfont {
    font-size: 60px;
  }
}
@media (max-width: 992px) {
  .e-module-202305301345 .e-con .live-container .playback-video .iconfont {
    font-size: 40px;
  }
}
.e-module-202305301345 .e-con .live-container .playback-video .video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 9;
}
.e-module-202305301345 .e-con .live-container .playback-video .video-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.e-module-202305301345 .e-con .live-container .playback-video .video-bg video {
  width: 100%;
  height: 100%;
}
.e-module-202305301345 .e-con .live-container .tab-live {
  border-radius: 20px;
  border: 1px solid #ccc;
  height: 100%;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 992px) {
  .e-module-202305301345 .e-con .live-container .tab-live {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 10px;
  }
}
@media (max-width: 750px) {
  .e-module-202305301345 .e-con .live-container .tab-live {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.e-module-202305301345 .e-con .live-container .tab-live .scroll-list {
  width: calc(100% - 8px);
  height: calc(100% - 54px - 50px);
  overflow: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 16px;
  position: absolute;
  left: 4px;
  top: 25px;
}
@media (max-width: 1280px) {
  .e-module-202305301345 .e-con .live-container .tab-live .scroll-list {
    height: calc(100% - 45px - 50px);
  }
}
@media (max-width: 992px) {
  .e-module-202305301345 .e-con .live-container .tab-live .scroll-list {
    position: initial;
    width: 100%;
    height: 100%;
    white-space: nowrap;
    padding: 25px 0px 20px;
    margin-bottom: 5px;
  }
  .LANG-cn .e-module-202305301345 .e-con .live-container .tab-live .scroll-list {
    height: 100%;
  }
}
@media (max-width: 750px) {
  .e-module-202305301345 .e-con .live-container .tab-live .scroll-list {
    padding: 15px 0px 10px;
    margin-bottom: 5px;
  }
}
.e-module-202305301345 .e-con .live-container .tab-live .scroll-list.e-scroll-vrt-d1-1::-webkit-scrollbar {
  height: 3px;
}
.e-module-202305301345 .e-con .live-container .tab-live .scroll-list .d-con {
  width: 100%;
}
@media (max-width: 992px) {
  .e-module-202305301345 .e-con .live-container .tab-live .scroll-list .d-con {
    width: 400px;
    display: inline-block;
    margin-right: 15px;
    height: calc(100% - 5px);
  }
  .e-module-202305301345 .e-con .live-container .tab-live .scroll-list .d-con:last-child {
    margin-right: 0;
  }
}
@media (max-width: 750px) {
  .e-module-202305301345 .e-con .live-container .tab-live .scroll-list .d-con {
    width: 230px;
  }
}
.e-module-202305301345 .e-con .live-container .tab-live .scroll-list .d-con:hover .bgfff {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#DBF2FF), color-stop(#fff), to(#FFEBEB));
  background-image: linear-gradient(#DBF2FF, #fff, #FFEBEB);
}
.e-module-202305301345 .e-con .live-container .tab-live .scroll-list .d-con.active .bgfff {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#DBF2FF), color-stop(#fff), to(#FFEBEB));
  background-image: linear-gradient(#DBF2FF, #fff, #FFEBEB);
}
.e-module-202305301345 .e-con .live-container .tab-live .scroll-list .d-con .bgfff {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  background: #f4f6f8;
  padding: 15px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 992px) {
  .e-module-202305301345 .e-con .live-container .tab-live .scroll-list .d-con .bgfff {
    margin-bottom: 0;
    height: 100%;
  }
}
.e-module-202305301345 .e-con .live-container .tab-live .scroll-list .d-con .bgfff .labeling {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.e-module-202305301345 .e-con .live-container .tab-live .scroll-list .d-con .bgfff .labeling .living {
  color: #fff;
  border: 1px solid #c7000b;
  border-radius: 5px;
  vertical-align: middle;
  font-size: 0;
  padding: 0 8px;
  margin-right: 8px;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #c7000b;
  margin-bottom: 5px;
}
.e-module-202305301345 .e-con .live-container .tab-live .scroll-list .d-con .bgfff .labeling .living .living-icon {
  position: relative;
  width: 14px;
  height: 10px;
  font-size: 0;
  display: inline-block;
}
.e-module-202305301345 .e-con .live-container .tab-live .scroll-list .d-con .bgfff .labeling .living .living-icon .living-icon-col {
  display: inline-block;
  height: 100%;
  width: 2px;
  margin: 0 1px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-animation: living-icon-ani-data-v-4498f1d0 0.6s linear infinite;
  animation: living-icon-ani-data-v-4498f1d0 0.6s linear infinite;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
}
.e-module-202305301345 .e-con .live-container .tab-live .scroll-list .d-con .bgfff .labeling .living .living-icon .living-icon-col:first-child {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
  margin-left: 0;
}
.e-module-202305301345 .e-con .live-container .tab-live .scroll-list .d-con .bgfff .labeling .living .living-icon .living-icon-col:last-child {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  margin-right: 0;
}
.e-module-202305301345 .e-con .live-container .tab-live .scroll-list .d-con .bgfff .labeling .living .text {
  font-size: 12px;
  font-weight: normal;
  display: inline-block;
  padding: 4px 0;
  line-height: 1;
}
.e-module-202305301345 .e-con .live-container .tab-live .scroll-list .d-con .bgfff .labeling .live,
.e-module-202305301345 .e-con .live-container .tab-live .scroll-list .d-con .bgfff .labeling .coming-soon {
  display: none;
}
.e-module-202305301345 .e-con .live-container .tab-live .scroll-list .d-con .bgfff .labeling .playback {
  border: 1px solid #c7000b;
  border-radius: 5px;
  background: #ffffff;
  padding: 0 8px;
  display: none;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 24px;
  color: #c7000b;
  font-size: 12px;
  margin-right: 8px;
  margin-bottom: 5px;
}
.e-module-202305301345 .e-con .live-container .tab-live .scroll-list .d-con .bgfff .labeling .summit {
  border: 1px solid #999999;
  background: #ffffff;
  padding: 0 8px;
  border-radius: 5px;
  color: #666;
  font-size: 12px;
  margin-right: 8px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 24px;
  margin-bottom: 5px;
}
.e-module-202305301345 .e-con .live-container .tab-live .scroll-list .d-con .bgfff .p-text {
  color: #000;
  font-size: 16px;
  line-height: 1.25;
  margin-top: 5px;
}
@media (max-width: 1600px) {
  .e-module-202305301345 .e-con .live-container .tab-live .scroll-list .d-con .bgfff .p-text {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .e-module-202305301345 .e-con .live-container .tab-live .scroll-list .d-con .bgfff .p-text {
    font-size: 12px;
  }
}
@media (max-width: 992px) {
  .e-module-202305301345 .e-con .live-container .tab-live .scroll-list .d-con .bgfff .p-text {
    white-space: initial;
  }
}
@media (max-width: 750px) {
  .e-module-202305301345 .e-con .live-container .tab-live .scroll-list .d-con .bgfff .p-text {
    font-size: 14px;
  }
}
.e-module-202305301345 .e-con .live-container .tab-live .scroll-list .d-con .bgfff .time {
  color: #666;
  font-size: 14px;
  line-height: 1.14;
  display: block;
  margin-top: 5px;
}
@media (max-width: 1280px) {
  .e-module-202305301345 .e-con .live-container .tab-live .scroll-list .d-con .bgfff .time {
    font-size: 12px;
  }
}
.e-module-202305301345 .e-con .live-container .tab-live .living-now {
  width: 100%;
  height: 54px;
  border-radius: 0 0 20px 20px;
  background: #F4F6F8;
}
@media (max-width: 1280px) {
  .e-module-202305301345 .e-con .live-container .tab-live .living-now {
    height: 45px;
  }
}
@media (max-width: 992px) {
  .e-module-202305301345 .e-con .live-container .tab-live .living-now {
    display: none;
  }
}
.e-module-202305301345 .e-con .live-container .tab-live .living-now a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  color: #c7000b;
}
.e-module-202305301345 .e-con .live-container .tab-live .living-now a:hover {
  opacity: 0.7;
}
.e-module-202305301345 .e-con .live-container .tab-live .living-now a .text {
  font-size: 16px;
  line-height: 1.95;
  position: relative;
  padding-right: 20px;
}
.LANG-cn .e-module-202305301345 .e-con .live-container .tab-live .living-now a .text {
  line-height: 1.95;
}
.e-module-202305301345 .e-con .live-container .tab-live .living-now a .text::before {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "iconfont" !important;
  font-style: normal;
  content: "\e679";
  font-size: 16px;
  margin-top: 2px;
}
@media (max-width: 1600px) {
  .e-module-202305301345 .e-con .live-container .tab-live .living-now a .text {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202305301345 .e-con .live-container .tab-live .living-now a .text {
    line-height: 1.95;
  }
  .e-module-202305301345 .e-con .live-container .tab-live .living-now a .text::before {
    font-size: 14px;
  }
}
@media (max-width: 1280px) {
  .e-module-202305301345 .e-con .live-container .tab-live .living-now a .text {
    font-size: 12px;
    line-height: 1.667;
    padding-right: 15px;
  }
  .e-module-202305301345 .e-con .live-container .tab-live .living-now a .text::before {
    font-size: 12px;
    margin-top: 1px;
  }
}
.e-module-202305301345 .e-con .live-container .e-btn-box {
  display: none;
}
@media (max-width: 992px) {
  .e-module-202305301345 .e-con .live-container .e-btn-box {
    display: block;
  }
  .e-module-202305301345 .e-con .live-container .e-btn-box a span::before {
    content: "\e679";
    font-size: 14px;
  }
}
.e-module-202305301345 .e-lazy {
  background-color: transparent;
}
.e-module-202305301345 .inv-bg {
  position: absolute;
  top: 64px;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100% !important;
}
.e-module-202305301345 .inv-bg::after {
  padding-top: 29.94791667%;
}
@media (max-width: 992px) {
  .e-module-202305301345 .inv-bg {
    top: 56px;
  }
  .e-module-202305301345 .inv-bg::after {
    padding-top: 83.46666667%;
  }
  .e-module-202305301345 .inv-bg img {
    height: 70%;
  }
}
@media (max-width: 750px) {
  .e-module-202305301345 .inv-bg img {
    height: auto;
  }
}
@-webkit-keyframes living-icon-ani-data-v-4498f1d0 {
  0% {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
}
@keyframes living-icon-ani-data-v-4498f1d0 {
  0% {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
  50% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  100% {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
}
.e-module-202306011432 .e-con .z_cc {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 60px;
  padding-bottom: 120px;
  margin-top: 100px;
}
@media (max-width: 1600px) {
  .e-module-202306011432 .e-con .z_cc {
    padding: 0 30px;
    padding-bottom: 120px;
  }
}
@media (max-width: 992px) {
  .e-module-202306011432 .e-con .z_cc {
    margin-top: 0;
    padding: 0;
    padding-bottom: 70px;
  }
}
.e-module-202306011432 .e-con .z_cc.swiper-num3 {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 50px;
}
@media (max-width: 1600px) {
}
@media (max-width: 1200px) {
  .e-module-202306011432 .e-con .z_cc.swiper-num3 {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .e-module-202306011432 .e-con .z_cc.swiper-num3 {
    padding-top: 0;
  }
}
.e-module-202306011432 .e-con .z_cc .swiper-slide {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
}
@media (max-width: 1600px) {
}
@media (max-width: 992px) {
  .e-module-202306011432 .e-con .z_cc .swiper-slide {
    padding: 0 40px;
  }
}
@media (max-width: 750px) {
  .e-module-202306011432 .e-con .z_cc .swiper-slide {
    padding: 0;
  }
}
.e-module-202306011432 .e-con .z_cc .swiper-slide.swiper-slide-prev .li {
  -webkit-box-pack: start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.e-module-202306011432 .e-con .z_cc .swiper-slide.swiper-slide-prev .li .img {
  width: 60%;
  border-radius: 10px;
  overflow: hidden;
}
.e-module-202306011432 .e-con .z_cc .swiper-slide.swiper-slide-prev .li .img::before {
  display: none;
}
.e-module-202306011432 .e-con .z_cc .swiper-slide.swiper-slide-next .li {
  -webkit-box-pack: end;
     -moz-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.e-module-202306011432 .e-con .z_cc .swiper-slide.swiper-slide-next .li .img {
  width: 60%;
  border-radius: 10px;
  overflow: hidden;
}
.e-module-202306011432 .e-con .z_cc .swiper-slide.swiper-slide-next .li .img::before {
  display: none;
}
.e-module-202306011432 .e-con .z_cc .swiper-slide.swiper-slide-active {
  overflow: initial;
}
.e-module-202306011432 .e-con .z_cc .swiper-slide.swiper-slide-active .li {
  position: absolute;
  width: 165%;
  left: -33%;
  top: -50px;
  margin: 0;
  height: 500px;
  background-image: -webkit-gradient(linear, left top, right bottom, from(#FDF5FF), color-stop(#FFFFFF), to(#E9F9FF));
  background-image: linear-gradient(to bottom right, #FDF5FF, #FFFFFF, #E9F9FF);
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.12);
}
@media (max-width: 1280px) {
  .e-module-202306011432 .e-con .z_cc .swiper-slide.swiper-slide-active .li {
    height: 420px;
  }
}
@media (max-width: 1200px) {
  .e-module-202306011432 .e-con .z_cc .swiper-slide.swiper-slide-active .li {
    height: 500px;
  }
}
@media (max-width: 992px) {
  .e-module-202306011432 .e-con .z_cc .swiper-slide.swiper-slide-active .li {
    position: relative;
    width: 100%;
    left: 0;
    height: auto;
    top: 0;
  }
}
.e-module-202306011432 .e-con .z_cc .swiper-slide.swiper-slide-active .li .img {
  width: 35%;
}
@media (max-width: 1600px) {
  .e-module-202306011432 .e-con .z_cc .swiper-slide.swiper-slide-active .li .img {
    width: 40%;
  }
}
@media (max-width: 992px) {
  .e-module-202306011432 .e-con .z_cc .swiper-slide.swiper-slide-active .li .img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 750px) {
  .e-module-202306011432 .e-con .z_cc .swiper-slide.swiper-slide-active .li .img {
    height: 160px;
  }
}
.e-module-202306011432 .e-con .z_cc .swiper-slide.swiper-slide-active .li .img::before {
  display: none;
}
.e-module-202306011432 .e-con .z_cc .swiper-slide.swiper-slide-active .li .img .icon-shipin-0914 {
  display: block;
}
.e-module-202306011432 .e-con .z_cc .swiper-slide.swiper-slide-active .li .dt {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.e-module-202306011432 .e-con .z_cc .swiper-slide .li {
  width: 100%;
  height: 350px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  margin: 25px 0;
}
@media (max-width: 1280px) {
  .e-module-202306011432 .e-con .z_cc .swiper-slide .li {
    margin: -10px 0;
  }
}
@media (max-width: 1200px) {
  .e-module-202306011432 .e-con .z_cc .swiper-slide .li {
    margin: 25px 0;
  }
}
@media (max-width: 992px) {
  .e-module-202306011432 .e-con .z_cc .swiper-slide .li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    margin: 0;
    background-image: -webkit-gradient(linear, left top, right bottom, from(#FDF5FF), color-stop(#FFFFFF), to(#E9F9FF));
    background-image: linear-gradient(to bottom right, #FDF5FF, #FFFFFF, #E9F9FF);
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.12);
  }
}
.e-module-202306011432 .e-con .z_cc .swiper-slide .li .img {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  -webkit-transition: 0s;
  transition: 0s;
}
@media (max-width: 992px) {
  .e-module-202306011432 .e-con .z_cc .swiper-slide .li .img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 750px) {
  .e-module-202306011432 .e-con .z_cc .swiper-slide .li .img {
    height: 160px;
  }
}
.e-module-202306011432 .e-con .z_cc .swiper-slide .li .img::before {
  content: "";
  background-color: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
  position: absolute;
  z-index: 2;
}
.e-module-202306011432 .e-con .z_cc .swiper-slide .li .img .e-lazy {
  width: 100%;
  height: 100% !important;
  left: 0;
  top: 0;
  position: absolute;
}
@media (max-width: 992px) {
  .e-module-202306011432 .e-con .z_cc .swiper-slide .li .img .e-lazy {
    position: relative;
    height: auto !important;
  }
  .e-module-202306011432 .e-con .z_cc .swiper-slide .li .img .e-lazy::after {
    display: none;
  }
}
.e-module-202306011432 .e-con .z_cc .swiper-slide .li .img .e-lazy img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 992px) {
  .e-module-202306011432 .e-con .z_cc .swiper-slide .li .img .e-lazy img {
    position: relative;
    height: auto;
    -o-object-fit: initial;
       object-fit: initial;
  }
}
.e-module-202306011432 .e-con .z_cc .swiper-slide .li .img .icon-shipin-0914 {
  display: none;
}
.e-module-202306011432 .e-con .z_cc .swiper-slide .li .img .icon-shipin-0914::before {
  position: absolute;
  font-size: 40px;
  line-height: 40px;
  width: 40px;
  height: 40px;
  color: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.e-module-202306011432 .e-con .z_cc .swiper-slide .li .dt {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  padding: 30px 40px;
  -webkit-box-align: start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 1600px) {
  .e-module-202306011432 .e-con .z_cc .swiper-slide .li .dt {
    padding: 30px 20px;
  }
}
@media (max-width: 992px) {
  .e-module-202306011432 .e-con .z_cc .swiper-slide .li .dt {
    width: 100%;
    height: auto;
    display: block;
    padding: 30px;
  }
}
@media (max-width: 750px) {
  .e-module-202306011432 .e-con .z_cc .swiper-slide .li .dt {
    padding: 20px;
  }
}
.e-module-202306011432 .e-con .z_cc .swiper-slide .li .dt .h1 {
  width: 51px;
  height: 46px;
  margin-bottom: 10px;
  position: relative;
}
@media (max-width: 1600px) {
  .e-module-202306011432 .e-con .z_cc .swiper-slide .li .dt .h1 {
    width: 45px;
    height: 40px;
  }
}
@media (max-width: 1200px) {
  .e-module-202306011432 .e-con .z_cc .swiper-slide .li .dt .h1 {
    width: 40px;
    height: 36px;
  }
}
@media (max-width: 750px) {
  .e-module-202306011432 .e-con .z_cc .swiper-slide .li .dt .h1 {
    width: 24px;
    height: 22px;
  }
}
.e-module-202306011432 .e-con .z_cc .swiper-slide .li .dt .h1 .e-lazy {
  width: 100%;
  height: 100% !important;
  left: 0;
  top: 0;
  position: absolute;
  background: transparent;
}
.e-module-202306011432 .e-con .z_cc .swiper-slide .li .dt .h1 .e-lazy img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.e-module-202306011432 .e-con .z_cc .swiper-slide .li .dt .font {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  font-size: 18px;
  line-height: 1.889;
  color: #333333;
  line-height: 1.5 !important;
  margin-bottom: 20px;
  max-height: 300px;
  overflow: auto;
}
@media (max-width: 1600px) {
  .e-module-202306011432 .e-con .z_cc .swiper-slide .li .dt .font {
    font-size: 16px;
    line-height: 1.95;
    line-height: 1.5;
    max-height: 320px;
  }
  .LANG-cn .e-module-202306011432 .e-con .z_cc .swiper-slide .li .dt .font {
    line-height: 1.95;
  }
}
@media (max-width: 1280px) {
  .e-module-202306011432 .e-con .z_cc .swiper-slide .li .dt .font {
    font-size: 14px;
    line-height: 1.95;
    line-height: 1.5;
    max-height: 250px;
  }
  .LANG-cn .e-module-202306011432 .e-con .z_cc .swiper-slide .li .dt .font {
    line-height: 1.95;
  }
}
@media (max-width: 1200px) {
  .e-module-202306011432 .e-con .z_cc .swiper-slide .li .dt .font {
    max-height: 280px;
  }
}
@media (max-width: 992px) {
  .e-module-202306011432 .e-con .z_cc .swiper-slide .li .dt .font {
    padding: 0;
    margin-bottom: 30px;
    max-height: 100%;
  }
}
@media (max-width: 750px) {
  .e-module-202306011432 .e-con .z_cc .swiper-slide .li .dt .font {
    font-size: 14px;
    line-height: 1.95;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .LANG-cn .e-module-202306011432 .e-con .z_cc .swiper-slide .li .dt .font {
    line-height: 1.95;
  }
}
.e-module-202306011432 .e-con .z_cc .swiper-slide .li .dt .h2 {
  width: 100%;
  font-size: 16px;
  line-height: 1.95;
  line-height: 1.5;
  color: #666666;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
}
.LANG-cn .e-module-202306011432 .e-con .z_cc .swiper-slide .li .dt .h2 {
  line-height: 1.95;
}
@media (max-width: 1600px) {
  .e-module-202306011432 .e-con .z_cc .swiper-slide .li .dt .h2 {
    font-size: 14px;
    line-height: 1.95;
    line-height: 1.5;
  }
  .LANG-cn .e-module-202306011432 .e-con .z_cc .swiper-slide .li .dt .h2 {
    line-height: 1.95;
  }
}
@media (max-width: 1280px) {
  .e-module-202306011432 .e-con .z_cc .swiper-slide .li .dt .h2 {
    font-size: 12px;
    line-height: 1.667;
  }
}
@media (max-width: 992px) {
  .e-module-202306011432 .e-con .z_cc .swiper-slide .li .dt .h2 {
    padding: 0;
  }
}
@media (max-width: 750px) {
  .e-module-202306011432 .e-con .z_cc .swiper-slide .li .dt .h2 {
    font-size: 12px;
    line-height: 1.667;
    line-height: 1.5;
  }
}
.e-module-202306011432 .e-con .z_cc .swiper-slide .li .dt .h2 span {
  font-weight: bold;
}
.e-module-202306011432 .e-con .swiper-pagination .swiper-pagination-current {
  color: #c7000b;
}
@media (max-width: 1280px) {
  .e-module-202306011432 .e-con .swiper-pagination {
    bottom: 20px;
  }
  .e-module-202306011432 .e-con .swiper-pagination span {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .e-module-202306011432 .e-con .swiper-pagination {
    bottom: 10px;
  }
  .e-module-202306011432 .e-con .swiper-pagination span {
    font-size: 16px;
  }
}
.e-module-202306011432 .e-con .swiper-button {
  color: #c7000b;
  background-color: #F4F6F8;
  padding: 35px;
  font-size: 26px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  top: 38%;
}
.e-module-202306011432 .e-con .swiper-button:hover {
  background-color: #c7000b;
  color: #fff;
}
@media (max-width: 1600px) {
  .e-module-202306011432 .e-con .swiper-button {
    padding: 25px;
  }
}
@media (max-width: 1200px) {
  .e-module-202306011432 .e-con .swiper-button {
    display: none;
  }
}
.e-module-202306011432 .e-con .swiper-button.swiper-button-prev {
  border-radius: 0 10px 10px 0;
  left: 0;
}
.e-module-202306011432 .e-con .swiper-button.swiper-button-next {
  right: 0;
  border-radius: 10px 0 0 10px;
}
.e-module-202306021350 .e-cistern-l .e-con .row .media-item a {
  display: block;
  height: 100%;
  position: relative;
}
.e-module-202306021350 .e-cistern-l .e-con .row .media-item a:hover {
  cursor: pointer;
  overflow: hidden;
}
.e-module-202306021350 .e-cistern-l .e-con .row .media-item a:hover .e-lazy img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.e-module-202306021350 .e-cistern-l .e-con .row .media-item a:hover .ptxt {
  text-decoration: underline;
}
.e-module-202306021350 .e-cistern-l .e-con .row .media-item a .e-lazy {
  border-radius: 20px;
  overflow: hidden;
  height: 100% !important;
}
@media (max-width: 1200px) {
  .e-module-202306021350 .e-cistern-l .e-con .row .media-item a .e-lazy {
    border-radius: 10px;
  }
}
.e-module-202306021350 .e-cistern-l .e-con .row .media-item a .e-lazy::after {
  padding-top: 133.33333333%;
}
.e-module-202306021350 .e-cistern-l .e-con .row .media-item a .e-lazy img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 100%;
}
.e-module-202306021350 .e-cistern-l .e-con .row .media-item a .ptxt {
  font-size: 20px;
  line-height: 1.6;
  line-height: 1.5;
  color: #fff;
  position: absolute;
  bottom: 30px;
  padding: 0 30px;
  z-index: 3;
  font-weight: bold;
}
.LANG-cn .e-module-202306021350 .e-cistern-l .e-con .row .media-item a .ptxt {
  line-height: 1.7;
}
@media (max-width: 1600px) {
  .e-module-202306021350 .e-cistern-l .e-con .row .media-item a .ptxt {
    font-size: 16px;
    line-height: 1.95;
    line-height: 1.5;
    padding: 0 20px;
    bottom: 20px;
  }
  .LANG-cn .e-module-202306021350 .e-cistern-l .e-con .row .media-item a .ptxt {
    line-height: 1.95;
  }
}
@media (max-width: 1280px) {
  .e-module-202306021350 .e-cistern-l .e-con .row .media-item a .ptxt {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202306021350 .e-cistern-l .e-con .row .media-item a .ptxt {
    line-height: 1.95;
  }
}
@media (max-width: 1200px) {
  .e-module-202306021350 .e-cistern-l .e-con .row .media-item a .ptxt {
    font-size: 14px;
    line-height: 1.95;
    line-height: 1.5;
  }
  .LANG-cn .e-module-202306021350 .e-cistern-l .e-con .row .media-item a .ptxt {
    line-height: 1.95;
  }
}
.e-module-202306021350 .e-cistern-l .e-con .row .media-item a .mask {
  z-index: 2;
  position: absolute;
  height: 150px;
  width: 100%;
  border-radius: 0 0 20px 20px;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(64%, rgba(0, 0, 0, 0.72)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 64%, rgba(0, 0, 0, 0.8) 100%);
  bottom: 0;
}
@media (max-width: 1200px) {
  .e-module-202306021350 .e-cistern-l .e-con .row .media-item a .mask {
    border-radius: 0 0 10px 10px;
  }
}
.e-module-202306021350 .e-cistern-l .e-con .row .media-item2 .item2-con {
  border-radius: 20px;
  background-color: #F8F9FB;
  padding: 30px 0;
  height: 100%;
}
@media (max-width: 1600px) {
  .e-module-202306021350 .e-cistern-l .e-con .row .media-item2 .item2-con {
    padding: 20px 0;
  }
}
@media (max-width: 992px) {
  .e-module-202306021350 .e-cistern-l .e-con .row .media-item2 .item2-con {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
  }
}
.e-module-202306021350 .e-cistern-l .e-con .row .media-item2 .item2-con .item-con {
  padding: 0 30px;
  max-height: 595px;
  overflow: auto;
}
@media (max-width: 1600px) {
  .e-module-202306021350 .e-cistern-l .e-con .row .media-item2 .item2-con .item-con {
    max-height: 460px;
    padding: 0 20px;
  }
}
@media (max-width: 1280px) {
  .e-module-202306021350 .e-cistern-l .e-con .row .media-item2 .item2-con .item-con {
    max-height: 420px;
  }
}
@media (max-width: 1200px) {
  .e-module-202306021350 .e-cistern-l .e-con .row .media-item2 .item2-con .item-con {
    max-height: 360px;
  }
}
@media (max-width: 992px) {
  .e-module-202306021350 .e-cistern-l .e-con .row .media-item2 .item2-con .item-con {
    max-height: 100%;
    padding: 0;
  }
}
.e-module-202306021350 .e-cistern-l .e-con .row .media-item2 .item2-con .item-con li:hover a {
  color: #c7000b;
}
.e-module-202306021350 .e-cistern-l .e-con .row .media-item2 .item2-con .item-con li a {
  font-size: 20px;
  line-height: 1.6;
  line-height: 1.5;
  color: #333;
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.LANG-cn .e-module-202306021350 .e-cistern-l .e-con .row .media-item2 .item2-con .item-con li a {
  line-height: 1.7;
}
@media (max-width: 1600px) {
  .e-module-202306021350 .e-cistern-l .e-con .row .media-item2 .item2-con .item-con li a {
    font-size: 16px;
    line-height: 1.95;
    line-height: 1.5;
    padding: 15px 0;
  }
  .LANG-cn .e-module-202306021350 .e-cistern-l .e-con .row .media-item2 .item2-con .item-con li a {
    line-height: 1.95;
  }
}
@media (max-width: 1280px) {
  .e-module-202306021350 .e-cistern-l .e-con .row .media-item2 .item2-con .item-con li a {
    font-size: 14px;
    line-height: 1.95;
  }
  .LANG-cn .e-module-202306021350 .e-cistern-l .e-con .row .media-item2 .item2-con .item-con li a {
    line-height: 1.95;
  }
}
@media (max-width: 1200px) {
  .e-module-202306021350 .e-cistern-l .e-con .row .media-item2 .item2-con .item-con li a {
    font-size: 14px;
    line-height: 1.95;
    line-height: 1.5;
    padding: 10px 0;
  }
  .LANG-cn .e-module-202306021350 .e-cistern-l .e-con .row .media-item2 .item2-con .item-con li a {
    line-height: 1.95;
  }
}
.e-module-202306021350 .e-cistern-l .e-con .row .media-item2 .item2-con .item-con li:first-child a {
  padding-top: 0;
}
