.page-tips-wrap,
.page-footer-wrap {
  display: none;
}

.fullpage {
  width: 100vw;
  height: 100vh;
}
.fullpage > .swiper-wrapper > .swiper-slide.footer {
  height: 460px !important;
}
.fullpage > .swiper-wrapper > .swiper-slide.footer > .page-tips-wrap,
.fullpage > .swiper-wrapper > .swiper-slide.footer > .page-footer-wrap {
  display: block;
}
.fullpage .menus {
  position: fixed;
  top: 50%;
  right: 30px;
  z-index: 1000;
  transform: translateY(-50%);
}
.fullpage .menus li {
  font-size: 14px;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: right;
}
.fullpage .menus li.active {
  color: var(--main-color);
}
.fullpage .menus.white li {
  color: #fff;
  cursor: pointer;
}
.fullpage .menus.white li.active {
  color: #fff;
}
.fullpage .menus li + li {
  margin-top: 20px;
}
.fullpage .menus li span {
  display: block;
  width: 100px;
  text-align: right;
  margin-right: 10px;
  cursor: pointer;
}
.fullpage .menus li.active::after {
  width: 40px;
}
.fullpage .menus.white li.active::after {
  background: #fff;
}
.fullpage .menus li::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: var(--main-color);
  transition: width .3s ease;
}

.banner-wrap {
  overflow: hidden;
}
.banner-wrap .swiper-slide {
  position: relative;
}
.banner-wrap .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0.336), transparent);
}
.banner-wrap .swiper-slide .hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  z-index: 1;
}
.banner-wrap .swiper-slide .hover h2 {
  font-size: 60px;
  color: #fff;
  margin: unset;
  transform: translateY(200px);
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
  text-align: center;
}
.banner-wrap .swiper-slide.in .hover h2 {
  transform: translateY(0);
  opacity: 1;
}
.banner-wrap .swiper-slide .hover small {
  display: block;
  font-size: 18px;
  color: #fff;
  margin-top: 20px;
  transform: translateY(200px);
  opacity: 0;
  transition: transform 1.5s ease, opacity 1.5s ease;
  text-align: center;
}
.banner-wrap .swiper-slide.in .hover small {
  transform: translateY(0);
  opacity: 1;
}
.banner-wrap .swiper-slide .hover ul {
  display: flex;
  text-align: center;
  margin-top: 60px;
  line-height: 1.6;
  transform: translateY(200px);
  opacity: 0;
  transition: transform 2s ease, opacity 2s ease;
}
.banner-wrap .swiper-slide.in .hover ul {
  transform: translateY(0);
  opacity: 1;
}
.banner-wrap .swiper-slide .hover ul li + li {
  margin-left: 40px;
}
.banner-wrap .swiper-slide .hover ul li .icon {
  width: 40px;
  height: 40px;
  /* background: #fff; */
  margin: 0 auto 15px;
}
.banner-wrap .swiper-slide .hover ul li .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.banner-wrap .swiper-slide .hover ul li p {
  font-size: 14px;
  color: #fff;
  margin: unset;
}
.banner-wrap .swiper-slide > img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transform: scale(1.3);
  transition: transform 8s ease;
}
.banner-wrap .swiper-slide.in > img {
  transform: scale(1);
}
.banner-wrap .notify-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: var(--main-color);
  width: 40vw;
  height: 120px;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 0 30px;
  border-top-left-radius: 15px;
  /* transform: translate(100px, 200px); */
  transition: transform 0.8s ease;
}
/* .banner-wrap .notify-wrap {
  transform: translate(0, 0);
} */
.banner-wrap .notify-wrap .left {
  display: flex;
  align-items: center;
}
.banner-wrap .notify-wrap .left .date {
  font-size: 24px;
  color: #fff;
  position: relative;
  padding-right: 20px;
}
.banner-wrap .notify-wrap .left .date::after {
  content: "";
  position: absolute;
  top: -15px;
  right: 0;
  width: 1px;
  height: 60px;
  background: #fff;
}
.banner-wrap .notify-wrap .left h2 {
  width: 50%;
  margin: 0 20px 0 20px;
  font-size: 20px;
  color: #fff;
  line-height: 1.4;
  height: 56px;
}
.banner-wrap .notify-wrap .left .icon {
  width: 30px;
  height: 30px;
  transition: transform 0.3s ease;
}
.banner-wrap .notify-wrap:hover .icon {
  transform: translateX(10px);
}
.banner-wrap .notify-wrap .left .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.banner-wrap .notify-wrap .right {
  text-align: right;
}
.banner-wrap .notify-wrap .right span {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
}
.banner-wrap .notify-wrap .right .year {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
}
.banner-wrap .pagination {
  bottom: 30px;
  position: absolute;
  left: 32px;
  z-index: 1;
  overflow: hidden;
}
.banner-wrap .pagination span {
  background: #fff;
  opacity: 1;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  background: transparent;
  position: relative;
  transition: border-color .3s ease;
}
.banner-wrap .pagination span.swiper-pagination-bullet-active {
  border-color: #fff;
}
.banner-wrap .pagination span::after {
  content: "";
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



.module-header {
  padding-top: 200px;
}
.module-header small {
  /* 设置背景为线性渐变 */
  background: linear-gradient(to bottom, rgba(183, 0, 49, 0.9), rgba(183, 0, 49, 0.5), rgba(183, 0, 49, 0.1), transparent, transparent);

  /* 使用 -webkit-background-clip: text 将背景裁剪为文字形状 */
  -webkit-background-clip: text;

  /* 将文字填充颜色设置为透明，以便显示背景渐变 */
  -webkit-text-fill-color: transparent;

  /* 可选：添加一些额外的样式 */
  font-size: 80px;
  font-weight: bold;
  display: block;
  text-align: center;
  opacity: .8;
}
.module-header h2 {
  text-align: center;
  margin: unset;
  font-size: 40px;
  margin-top: -50px;
  letter-spacing: 5px;
  color: #333;
}
.module-2-header {
  padding-top: 180px;
}
.module-2-header small {
  font-size: 42px;
  font-weight: 700;
  color: #262625;
}
.module-2-header h2 {
  margin: unset;
  font-size: 32px;
  letter-spacing: 3px;
}
.module-2-header h2 span:last-child {
  color: #666;
}

.about-wrap {
  background: url(/images/hbp-1.png) no-repeat center;
  background-size: cover;
}
.about-wrap .content {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 15px;
}
.about-wrap .content p {
  text-align: center;
  color: #666;
  line-height: 1.6;
  margin: 30px 0 ;
}
.about-wrap .content a {
  display: flex;
  align-items: center;
  color: var(--main-color);
  justify-content: center;
  width: 120px;
  margin: 0 auto;
  position: relative;
}
.about-wrap .content a::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: "";
  width: 0%;
  height: 1px;
  background: var(--main-color);
  transition: width .3s ease;
}
.about-wrap .content a:hover::after {
  width: 100%;
}
.about-wrap .content a img {
  display: block;
  margin-right: 10px;
}
.about-wrap .count-wrap {
  display: flex;
  margin-top: 180px;
}
.about-wrap .count-wrap li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.about-wrap .count-wrap li::after {
  content: "";
  width: 1px;
  height: 60px;
  background: #c2c2c2;
  margin-left: 60px;
}
.about-wrap .count-wrap li:last-child::after {
  display: none;
}
.about-wrap .count-wrap li.active .count {
  font-size: 28px;
  color: var(--main-color);
}
.about-wrap .count-wrap li .count {
  font-size: 16px;
  color: #333;
}
.about-wrap .count-wrap li .count .number {
  font-size: 32px;
  font-weight: 700;
  color: var(--main-color);
}
.about-wrap .count-wrap li p {
  margin: 5px 0 0;
}
.about-wrap .count-wrap li .icon {
  margin-left: 30px;
}

.why-wrap {
  background: url(/images/hbp-2.png) no-repeat center;
  background-size: cover;
}
.why-wrap .content {
  max-width: 1000px;
  margin: 60px auto;
  padding: 0 15px;
}
.why-wrap .content .row {
  display: none;
  min-height: 232px;
}
.why-wrap .content .row:nth-child(3) {
  transform: translateX(50px);
}
.why-wrap .content .row:nth-child(4) {
  transform: translateX(110px);
}
.why-wrap .content .row:nth-child(4) .col:nth-child(1) .wrap,
.why-wrap .content .row:nth-child(4) .col:nth-child(3) .wrap {
  margin-left: 100px;
}
.why-wrap .content .row:nth-child(4) .col:nth-child(2) .wrap,
.why-wrap .content .row:nth-child(4) .col:nth-child(4) .wrap {
  margin-right: 100px;
}
.why-wrap .content .row.one {
  display: none;
  align-items: center;
  justify-content: center;
}
.why-wrap .content .row.one.active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-wrap .content .row.one .col {
  float: unset;
  width: unset;
}
.why-wrap .content .row.one .col .wrap {
  padding-bottom: 5px;
}
.why-wrap .content .row.active {
  display: block;
}
.why-wrap .content .row .col .wrap {
  position: relative;
  padding-left: 10px;
  border-left: 4px solid var(--main-color);
  margin: 30px 0;
  transition: padding-left .3s ease;
}
.why-wrap .content .row .col:hover .wrap {
  padding-left: 15px;
}
.why-wrap .content .row .col .wrap h3 {
  margin: unset;
  font-size: 24px;
  color: #333;
  transition: color .3s ease;
}
.why-wrap .content .row.one .col .wrap h3 {
  font-size: 38px;
  color: #333;
  letter-spacing: 8px;
}
.why-wrap .content .row.one .col .wrap p {
  font-size: 18px;
  letter-spacing: 4px;
}
.why-wrap .content .row .col:hover h3 {
  color: var(--main-color);
}
.why-wrap .content .row .col .wrap p {
  color: #666;
  margin: 10px 0 0;
}
.why-wrap .content .control-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 850px;
  margin: 100px auto 0;
  position: relative;
}
.why-wrap .content .control-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 80px;
  right: 80px;
  height: 2px;
}
.why-wrap .content .control-wrap li {
  text-align: center;
  color: #333;
  transition: color .3s ease;
}
.why-wrap .content .control-wrap li:hover,
.why-wrap .content .control-wrap li.active {
  color: var(--main-color);
}
.why-wrap .content .control-wrap .icon {
  position: relative;
  width: 80px;
  height: 80px;
  border: 2px solid var(--main-color);
  border-radius: 50%;
  transition: transform .3s ease, background .3s ease, border-color .3s ease;
}
.why-wrap .content .control-wrap .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  object-fit: contain;
  transition: opacity .3s ease;
  transform: translate(-50%, -50%);
}
.why-wrap .content .control-wrap li.active .icon,
.why-wrap .content .control-wrap li:hover .icon {
  transform: rotate(360deg);
  background: var(--main-color);
  border-color: transparent;
}
.why-wrap .content .control-wrap li.active .icon img:last-child,
.why-wrap .content .control-wrap li:hover .icon img:last-child {
  opacity: 0;
}

.center-wrap {
  background: url(/images/hbp-3.png) no-repeat center;
  background-size: cover;
  position: relative;
}
.center-wrap .swiper {
  width: 100%;
  height: 100%;
}
.center-wrap .content {
  max-width: 800px;
  margin-top: 60px;
  display: block;
}
.center-wrap .content h3 {
  font-size: 28px;
  color: #333333;
  margin: unset;
}
.center-wrap .content p {
  line-height: 1.6;
  color: #666;
}
.center-wrap .content a img {
  display: block;
  margin-right: 10px;
}
.center-wrap .content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--main-color);
  position: relative;
  width: 120px;
}
.center-wrap .content a::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: "";
  width: 0%;
  height: 1px;
  background: var(--main-color);
  transition: width .3s ease;
}
.center-wrap .content a:hover::after {
  width: 100%;
}
.center-wrap .content .play-video {
  width: 200px;
  height: 100px;
  background: #fff;
  border: 1px solid #efefef;
  border-radius: 10px;
  margin-top: 40px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  transition: padding .3s ease, box-shadow .3s ease;
  cursor: pointer;
}
.center-wrap .content .play-video:hover {
  padding: 0 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.center-wrap .content .play-video p {
  color: var(--main-color);
}
.center-wrap .content .play-video .icon {
  width: 48px;
  height: 48px;
  background: var(--main-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  transition: transform .3s ease;
}
.center-wrap .content .play-video .icon img {
  display: block;
  width: 30%;
  height: 30%;
  object-fit: contain;
}
.center-wrap .content .play-video:hover .icon {
  transform: scale(1.1);
}
.center-wrap .control-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
}
.center-wrap .control-wrap li {
  width: 310px;
  height: 180px;
  border-radius: 0 30px 0 0;
  /*background: linear-gradient(to right, #f73267, #8E0027);*/
  background: linear-gradient(to right, #BBBBBB, #A6A6A6);
  transition: background .3s ease;
  cursor: pointer;
}
.center-wrap .control-wrap li.active {
  background: radial-gradient(circle, #B60030, #8E0027);
}
.center-wrap .control-wrap li .right {
  width: 150px;
  float: right;
  text-align: center;
  line-height: 1.4;
  padding: 0 30px;
  box-sizing: content-box;
  padding-top: 40px;
}
.center-wrap .control-wrap li .right p {
  font-size: 14px;
  color: #fff;
  margin: 15px 0 0;
  transition: transform .3s ease;
}
.center-wrap .control-wrap li:hover .right p {
  transform: translateY(10px);
}
.center-wrap .control-wrap li .right .icon {
  width: 48px;
  height: 48px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
  transition: transform .3s ease;
}
.center-wrap .control-wrap li:hover .right .icon {
  transform: rotate(360deg) scale(1.1);
}
.center-wrap .control-wrap li .right .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  object-fit: contain;
}
.center-wrap .control-wrap li .right .icon img:last-child {
  opacity: 0;
}

.biz-wrap {
  background: url(/images/hbp-4.png) no-repeat center;
  background-size: cover;
}
.biz-wrap .container {
  max-width: 1500px;
}
.biz-wrap .module-header {
  padding-top: 140px;
}
.biz-wrap .swiper {
  height: 520px;
  margin-top: 30px;
  border-radius: 30px;
}
.biz-wrap .swiper-slide {
  position: relative;
}
.biz-wrap .swiper-slide.swiper-slide-active .wrap {
  transform-origin: top left;
  transform: skewX(-10deg);
  overflow: hidden;
}
.biz-wrap .swiper-slide.swiper-slide-active .wrap::after {
  transform-origin: top left;
  transform: skewX(10deg);
  border-radius: 30px 0 0 30px;
}
.biz-wrap .swiper-slide.swiper-slide-active .wrap > img {
  transform-origin: top left;
  transform: skewX(10deg);
  border-radius: 30px 0 0 30px;
  margin-left: 0;
}
.biz-wrap .swiper-slide.swiper-slide-prev {
  overflow: hidden;
}
.biz-wrap .wrap {
  transform-origin: top left;
  transform: perspective(100px) skewX(-10deg);
  overflow: hidden;
  width: 100%;
  height: 520px;
  position: relative;
}
.biz-wrap .wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(200deg, #334474, transparent, transparent);
  z-index: 1;
}
.biz-wrap .swiper-slide.swiper-slide-active .wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(200deg, #334474, transparent);
  z-index: 1;
}
.biz-wrap .wrap > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: skewX(10deg);
  transition: all .3s ease;
  margin-left: -100px;
}
.biz-wrap .swiper-slide.swiper-slide-active .hover .rich-text {
  opacity: 0.9;
  max-height: 200px;
  overflow-y: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
.biz-wrap .swiper-slide.swiper-slide-active .hover a {
  opacity: 1;
}
.biz-wrap .swiper-slide.swiper-slide-next {
  /*filter: grayscale(.5);*/
}
.biz-wrap .swiper-wrap {
  position: relative;
}
.biz-wrap .swiper-control {
  position: absolute;
  top: 50%;
  left: -30px;
  right: -30px;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  pointer-events: none;
}
.biz-wrap .swiper-control .btn {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  transform: rotate(45deg);
  background: #fff;
  color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .3s ease;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  pointer-events: all;
}
.biz-wrap .swiper-control .btn:hover {
  background: var(--main-color);
  color: #fff;
}
.biz-wrap .swiper-control .btn i {
  font-size: 24px;
  transform: rotate(-45deg);
}
.biz-wrap .hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  z-index: 5;
  padding: 40px 60px;
}
.biz-wrap .hover span {
  /* 设置背景为线性渐变 */
  background: linear-gradient(to bottom, #fff, rgba(255, 255, 255, 0.5), transparent);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  font-weight: bold;
  display: block;
  opacity: 1;
  font-size: 80px;
  font-weight: 700;
}
.biz-wrap .hover h3 {
  margin: -40px 0 5px;
  font-size: 28px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  letter-spacing: 3px;
}
.biz-wrap .hover .rich-text {
  opacity: 0;
  max-width: 90%;
  line-height: 1.6;
  font-size: 15px;
  margin: 25px 0 0;
  transition: opacity .3s ease;
}
.biz-wrap .hover .rich-text p {
  margin: unset;
}
.biz-wrap .hover .rich-text p + p {
  margin-top: 8px;
}
.biz-wrap .hover a {
  opacity: 0;
  display: flex;
  align-items: center;
  color: #fff;
  width: 120px;
  position: relative;
  margin-top: 30px;
  font-size: 14px;
}
.biz-wrap .hover a img {
  display: block;
  margin-right: 10px;
}
.biz-wrap .hover a::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: "";
  width: 0%;
  height: 1px;
  background: #fff;
  transition: width .3s ease;
}
.biz-wrap .hover a:hover::after {
  width: 100%;
}

.news-wrap {
  /* background: url(/images/hbp-4.png) no-repeat center; */
  background-size: cover;
}
.news-wrap .container {
  max-width: 1500px;
}
.news-wrap .module-header {
  padding-top: 160px;
}
.news-wrap .tabs-wrap {
  display: flex;
  justify-content: center;
  margin: 25px 0;
}
.news-wrap .tabs-wrap li {
  line-height: 50px;
  padding: 0 30px;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  transition: color .3s ease;
  position: relative;
}
.news-wrap .tabs-wrap li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  width: 30px;
  height: 3px;
  border-radius: 5px;
  background: var(--main-color);
  transition: transform .3s ease;
  transform: translateX(-50%) scale(0);
}
.news-wrap .tabs-wrap li:hover,
.news-wrap .tabs-wrap li.active {
  color: var(--main-color);
}
.news-wrap .tabs-wrap li:hover::after,
.news-wrap .tabs-wrap li.active::after {
  transform: translateX(-50%) scale(1);
}
.news-wrap .swiper {
  padding-bottom: 60px;
}
.news-wrap .swiper .swiper-slide {
  padding: 10px;
}
.news-wrap .swiper .wrap {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.news-wrap .swiper .cover {
  height: 200px;
  overflow: hidden;
}
.news-wrap .swiper .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}
.news-wrap .swiper .swiper-slide:hover .cover img {
  transform: scale(1.1);
}
.news-wrap .swiper .desc {
  padding: 30px 25px;
}
.news-wrap .swiper .desc .timer {
  display: block;
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}
.news-wrap .swiper .desc h2 {
  font-size: 24px;
  color: #333;
  margin: unset;
  transition: color .3s ease;
}
.news-wrap .swiper .swiper-slide:hover .desc h2 {
  color: var(--main-color);
}
.news-wrap .swiper .desc p {
  white-space: normal;
  overflow-wrap: break-word;
  margin: 10px 0;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
  height: 42px;
}
.news-wrap .swiper .swiper-slide:hover .desc .link {
  color: var(--main-color);
}
.news-wrap .swiper .desc .link {
  line-height: 40px;
  font-size: 14px;
  color: #666;
  transition: color .3s ease;
}
.news-wrap .swiper .desc .link i {
  display: inline-block;
  margin-left: 5px;
  font-size: 14px;
  transform: translateY(1px);
}
.news-wrap .swiper .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
}
.news-wrap .swiper .swiper-pagination-bullet {
  opacity: 1;
  background: transparent;
  border: 3px solid var(--main-color);
  transition: width .3s ease, height .3s ease;
  position: relative;
}
.news-wrap .swiper .swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-46%, -54%);
  width: 8px;
  height: 8px;
  background: var(--main-color);
  border-radius: 50%;
}
.news-wrap .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 25px;
  height: 25px;
  background: transparent;
  border: 3px solid var(--main-color);
}
.news-wrap .swiper-wrap {
  position: relative;
  display: none;
}
.news-wrap .swiper-wrap.active {
  display: block;
}
.news-wrap .swiper-control {
  position: absolute;
  top: 40%;
  left: -30px;
  right: -30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1;
  pointer-events: none;
}
.news-wrap .swiper-control .btn {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  transform: rotate(45deg);
  background: #fff;
  color: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background .3s ease;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  pointer-events: all;
}
.news-wrap .swiper-control .btn:hover {
  background: var(--main-color);
  color: #fff;
}
.news-wrap .swiper-control .btn i {
  font-size: 24px;
  transform: rotate(-45deg);
}


@media screen and (max-width: 640px) {
  .fullpage {
    height: auto;
  }
  .fullpage .menus {
    display: none;
  }
  .fullpage > .swiper-wrapper {
    display: block;
  }
  .banner-wrap .swiper-slide > img {
    height: 240px;
  }
  .banner-wrap .notify-wrap {
    display: none;
  }
  .banner-wrap .swiper-slide.in .hover h2 {
    font-size: 24px;
  }
  .banner-wrap .swiper-slide .hover h2 {
    font-size: 24px;
  }
  .banner-wrap .swiper-slide.in .hover small {
    font-size: 12px;
    margin-top: 10px;
  }
  .banner-wrap .swiper-slide .hover small {
    font-size: 12px;
  }
  .banner-wrap .swiper-slide .hover ul {
    display: none;
  }
  .banner-wrap .swiper-slide .hover {
    padding: unset;
  }
  .banner-wrap .pagination li {
    font-size: 10px;
  }

  .banner-wrap .pagination li.active {
    width: 60px;
    height: 30px;
  }
  .banner-wrap .pagination li.active::after {
    left: 60px;
  }
  .banner-wrap .pagination {
    left: 15px;
    bottom: 15px;
  }

  .module-header {
    padding-top: 30px;
  }
  .module-header small {
    font-size: 40px;
  }
  .module-header h2 {
    font-size: 24px;
    margin-top: -25px;
  }

  .about-wrap {
    padding-bottom: 30px;
  }
  .about-wrap .content p {
    margin: 10px 0 15px;
    font-size: 13px;
    -webkit-line-clamp: unset;
  }
  .about-wrap .count-wrap {
    margin-top: 10px;
    flex-wrap: wrap;
  }
  .about-wrap .count-wrap li {
    flex: unset;
    width: 50%;
    padding: 0 10px;
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  .about-wrap .count-wrap li .count .number {
    font-size: 24px;
  }
  .about-wrap .count-wrap li::after {
    display: none;
  }
  .about-wrap .count-wrap li .icon {
    width: 30px;
    height: 30px;
    margin: 10px auto 0;
  }
  .about-wrap .count-wrap li .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .about-wrap .count-wrap li.active .count {
    font-size: 16px;
  }

  .why-wrap {
    padding-bottom: 30px;
  }
  .why-wrap .module-header small {
    font-size: 24px;
  }
  .why-wrap .module-header h2 {
    margin-top: -10px;
  }
  .why-wrap .content {
    margin: 15px 0 0;
  }
  .why-wrap .content .row .col .wrap {
    margin: 10px 0;
  }
  .why-wrap .content .row .col .wrap h3,
  .why-wrap .content .row.one .col .wrap h3 {
    font-size: 18px;
  }
  .why-wrap .content .row .col .wrap p,
  .why-wrap .content .row.one .col .wrap p{
    font-size: 14px;
    line-height: 1.4;
    margin-top: 5px;
  }
  .why-wrap .content .control-wrap {
    margin-top: 15px;
  }
  .why-wrap .content .control-wrap .icon {
    width: 60px;
    height: 60px;
  }
  .why-wrap .content .control-wrap p {
    margin-bottom: unset;
  }
  .why-wrap .content .row:nth-child(3),
  .why-wrap .content .row:nth-child(4){
    transform: translateX(0);
  }
  .why-wrap .content .row:nth-child(4) .col:nth-child(1) .wrap,
  .why-wrap .content .row:nth-child(4) .col:nth-child(3) .wrap {
    margin: unset;
  }

  .module-2-header {
    padding-top: 30px;
  }
  .module-2-header small {
    font-size: 24px;
  }
  .module-2-header h2 {
    font-size: 24px;
  }
  .center-wrap {
    padding-bottom: 30px;
  }
  .center-wrap .content {
    margin-top: 30px;
  }
  .center-wrap .content h3 {
    font-size: 24px;
  }
  .center-wrap .control-wrap {
    position: unset;
    flex-wrap: wrap;
  }
  .center-wrap .control-wrap li {
    width: calc(50% - 7.5px);
    border-radius: 10px;
    margin-left: 15px;
    margin-top: 15px;
    height: 165px;
  }
  .center-wrap .control-wrap li:nth-child(odd) {
    margin-left: unset;
  }
  .center-wrap .control-wrap li .right {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 10px 0;
  }
  .center-wrap .content .play-video {
    width: calc(50% - 7.5px);
    height: 70px;
    padding: 0 10px;
  }
  .center-wrap .content .play-video .icon {
    width: 40px;
    height: 40px;
  }

  .biz-wrap {
    padding-bottom: 30px;
  }
  .biz-wrap .module-header {
    padding-top: 30px;
  }
  .biz-wrap .module-header small {
    font-size: 24px;
  }
  .biz-wrap .module-header h2 {
    margin-top: -15px;
  }
  .biz-wrap .swiper {
    margin-top: 15px;
  }
  .biz-wrap .swiper-control {
    display: none;
  }

  .biz-wrap .hover {
    padding: 15px;
  }
  .biz-wrap .swiper-slide.swiper-slide-active .wrap {
    transform: skewX(0);
  }
  .biz-wrap .swiper-slide.swiper-slide-active .wrap > img {
    transform: skewX(0);
  }
  .biz-wrap .swiper-slide.swiper-slide-active .wrap::after {
    transform: skewX(0);
  }
  .biz-wrap .wrap,
  .biz-wrap .wrap > img,
  .biz-wrap .wrap::after {
    transform: skewX(0);
  }
  .biz-wrap .hover h3 {
    font-size: 24px;
  }
  .biz-wrap .hover .rich-text {
    max-width: 100%;
  }
  .biz-wrap .hover .rich-text {
    font-size: 12px;
  }

  .news-wrap {
    padding-bottom: 30px;
  }
  .news-wrap .module-header {
    padding-top: 30px;
  }
  .news-wrap .module-header small {
    font-size: 35px;
  }
  .news-wrap .tabs-wrap li {
    font-size: 14px;
    padding: 0 10px;
    line-height: 40px;
  }
  .news-wrap .tabs-wrap {
    margin: 10px 0;
  }
  .news-wrap .swiper .desc h2 {
    font-size: 20px;
  }
  .news-wrap .swiper .swiper-pagination-bullet::after {
    transform: translate(-50%, -50%);
  }
  .news-wrap .swiper-control {
    display: none;
  }

  .fullpage > .swiper-wrapper > .swiper-slide.footer {
    height: unset !important;
  }
}

.dialog-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity .3s ease;
}
.dialog-wrap.active {
  opacity: 1;
  pointer-events: all;
}
.dialog-wrap .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  background: #fff;
  width: 60%;
  opacity: 0;
  transition: transform .3s ease, opacity .3s ease;
}
.dialog-wrap.active .content {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.video-popup-wrap .video-popup {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.video-popup-wrap .video-popup .close {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: var(--main-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: width .3s ease, height .3s ease, background .3s ease;
  cursor: pointer;
}
.video-popup-wrap .video-popup .close:hover {
  width: 55px;
  height: 55px;
  background: var(--hover-color);
}
.video-popup-wrap .video-popup .close img {
  width: 40%;
  height: 40%;
  object-fit: contain;
}
.video-popup-wrap video {
  display: block;
  width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 640px) {
  .dialog-wrap .content {
    width: 95%;
    border-radius: 15px;
  }
  .video-popup-wrap .video-popup .close {
    width: 40px;
    height: 40px;
  }
  .video-popup-wrap .video-popup .close.active,
  .video-popup-wrap .video-popup .close:hover {
    width: 35px;
    height: 35px;
  }
}
