@charset "UTF-8";
/******公用头部******/
/* This CSS is generated by My Snazzy Framework version TURBO-1.0.0 */
@import url("../css/header.css");
@import url("../css/foot.css");
main.scrollbar {
  background-color: #f7f7f7;
}

/******公用头部******/
#section01 {
  padding: 5% 0;
  background: url("../img/list/about_bag.jpg") center bottom;
  background-repeat: no-repeat;
}
#section01 .daTitle {
  margin-bottom: 2%;
}
#section01 .item01 {
  position: relative;
  gap: 3%;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section01 .item01 {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#section01 .item01 .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#section01 .item01 .left .title {
  margin-bottom: 3%;
}
#section01 .item01 .left .title .t {
  text-transform: uppercase;
  font-size: 40px;
  color: #db241a;
  margin-bottom: 5px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section01 .item01 .left .title .t {
    font-size: 24px;
  }
}
#section01 .item01 .left .title .c {
  font-size: 24px;
  color: #111111;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section01 .item01 .left .title .c {
    font-size: 18px;
  }
}
#section01 .item01 .left .wenzi {
  color: #3f3f3f;
  line-height: 2;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: auto;
}
@media (min-width: 1025px) and (max-width: 1360px) {
  #section01 .item01 .left .wenzi {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section01 .item01 .left .wenzi {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
#section01 .item01 .left .icon-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#section01 .item01 .left .icon-list a.icon-item {
  text-align: center;
}
#section01 .item01 .left .icon-list a.icon-item .icon-img {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
#section01 .item01 .left .icon-list a.icon-item .icon-img img {
  width: 40px;
  height: 40px;
  background-color: #fff;
  padding: 10px;
  border: 2px solid #db241a;
  border-radius: 4px;
  position: relative;
  z-index: 9;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section01 .item01 .left .icon-list a.icon-item .icon-img img {
    width: 25px;
    height: 25px;
  }
}
#section01 .item01 .left .icon-list a.icon-item .icon-img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -8px;
  right: -8px;
  border: 2px solid #3e3e3e;
  z-index: 1;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section01 .item01 .left .icon-list a.icon-item .icon-img::after {
    bottom: -5px;
    right: -5px;
  }
}
#section01 .item01 .left .icon-list a.icon-item p {
  margin-top: 15px;
  font-size: 22px;
  color: #333;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section01 .item01 .left .icon-list a.icon-item p {
    font-size: 14px;
  }
}
#section01 .item01 .left .icon-list a.icon-item:hover .icon-img img {
  -webkit-transform: translate(8px, 8px);
          transform: translate(8px, 8px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#section01 .item01 .left .icon-list a.icon-item:hover .icon-img::after {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: 6px 6px 5px 3px rgba(0, 0, 0, 0.25);
          box-shadow: 6px 6px 5px 3px rgba(0, 0, 0, 0.25);
}
#section01 .item01 .left .icon-list a.icon-item:hover p {
  color: #db241a;
}
#section01 .item01 .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
}
#section01 .item01 .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#section02 {
  overflow: hidden;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 0;
  background-size: auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#section02 .itemBox2 {
  background-color: rgba(43, 21, 111, 0.1);
  padding: 5% 0;
  padding-bottom: 0;
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
}
#section02 .itemBox2 .daTitle {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#section02 .itemBox2 .daTitle img {
  margin: 0;
  margin-bottom: 20px;
}
#section02 .itemBox2 .daTitle span {
  color: #fff;
  max-width: 80%;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section02 .itemBox2 .daTitle span {
    max-width: 100%;
  }
}
#section02 .item02 {
  position: relative;
  background-color: rgba(5, 5, 5, 0.5);
  margin-top: clamp(100px, 12.5%, 200px);
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section02 .item02 {
    margin-left: 0px;
  }
}
#section02 .item02 .item02_box1 {
  position: relative;
  z-index: 2;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section02 .item02 .item02_box1 {
    min-height: auto;
  }
}
#section02 .item02 ul.quick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section02 .item02 ul.quick {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#section02 .item02 ul.quick li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc((100% - 120px) / 4);
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section02 .item02 ul.quick li {
    max-width: none;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - 10px);
            flex: 1 1 calc(50% - 10px);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@-webkit-keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient-animation {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#section02 .item02 ul.quick li .world {
  padding: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100% - 0px);
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section02 .item02 ul.quick li .world {
    padding: 2%;
  }
}
#section02 .item02 ul.quick li .world img {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section02 .item02 ul.quick li .world img {
    width: 20px;
  }
}
#section02 .item02 ul.quick li .world h2 {
  font-size: 24px;
  margin-top: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  color: #fff;
  position: relative;
  display: inline-block;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section02 .item02 ul.quick li .world h2 {
    font-size: 16px;
  }
}
#section02 .item02 ul.quick li .world .icon-jiantou1-copy {
  font-size: 40px;
  margin-bottom: 5px;
  color: white; /* 初始文字颜色 */
  background: -webkit-gradient(linear, left top, right top, from(#ff7e5f), color-stop(#feb47b), color-stop(#86a8e7), to(#7f7fd5));
  background: linear-gradient(90deg, #ff7e5f, #feb47b, #86a8e7, #7f7fd5);
  background-size: 200% 200%;
  -webkit-background-clip: text;
          background-clip: text;
  color: white; /* 避免透明度影响 */
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section02 .item02 ul.quick li .world .icon-jiantou1-copy {
    font-size: 20px;
  }
}
#section02 .item02 ul.quick li .world:hover {
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  background-color: #db241a;
  color: #fff;
}
#section02 .item02 ul.quick li .world:hover img {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
#section03 {
  padding: 5% 0;
  overflow: hidden;
  background: url("../img/list/about_us.jpg") no-repeat center center;
  background-size: cover;
}
#section03 .itemBox2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#section03 .item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section03 .item2 {
    gap: 20px;
  }
}
#section03 .item2 .item2_box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  /* height: 100%; */
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section03 .item2 .item2_box1 {
    gap: 10px;
  }
}
#section03 .item2 .item2_box1 .box3 p {
  font-size: 16px;
  line-height: 2em;
  text-indent: 2em;
  text-align: center;
  color: #999999;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section03 .item2 .item2_box1 .box3 {
    font-size: 14px;
  }
}
#section03 .item2 .item2_box2 {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#section03 .item2 .item2_box3 {
  width: auto;
}
#section03 .item2 .item2_box3 .item3_box1 {
  margin-top: 5px;
}
#section03 .item2 .item2_box3 .item3_box1 ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section03 .item2 .item2_box3 .item3_box1 ul {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}
#section03 .item2 .item2_box3 .item3_box1 ul li {
  width: auto;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
}
#section03 .item2 .item2_box3 .item3_box1 ul li a {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#section03 .item2 .item2_box3 .item3_box1 ul li a figure {
  width: 100%;
  height: 100%;
}
#section03 .item2 .item2_box3 .item3_box1 ul li a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#section03 .item2 .item2_box3 .item3_box1 ul li a article {
  padding: 10px;
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
#section03 .item2 .item2_box3 .item3_box1 ul li a article h5 {
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin: 5px 0;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#section03 .item2 .item2_box3 .item3_box1 ul li a article p {
  font-size: 16px;
  color: #666666;
  line-height: 1.5em;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#section03 .item2 .item2_box3 .item3_box1 ul li a:hover figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#section03 .item2 .item2_box3 .item3_box1 ul li a:hover article {
  padding: 20px 10px;
  background-color: rgba(43, 21, 111, 0.9);
}
#section03 .item2 .item2_box3 .item3_box1 ul li a:hover article h5 {
  color: #fff;
}
#section03 .item2 .item2_box3 .item3_box1 ul li a:hover article p {
  color: #fff;
}

#section04 {
  background-color: #f7f7f7;
  padding-bottom: 5%;
}
#section04 .item01 {
  background: url("../img/list/招商背景.jpg") no-repeat center center;
  background-size: cover;
  padding: 5% 0;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section04 .item01 {
    padding: 10% 0;
  }
  #section04 .item01 .sbox-2-1 img {
    max-width: 70%;
  }
}
#section04 .item02 {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  padding: 20px 0;
}
#section04 .item02 .sbox-2-1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#section04 .item02 .sbox-2-1 .sbox-2-1a {
  margin-bottom: 5%;
  overflow: hidden;
  position: relative;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section04 .item02 .sbox-2-1 {
    overflow: hidden;
  }
}
#section04 .item02 .sbox-2-1 ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section04 .item02 .sbox-2-1 ul li {
    padding: 0px;
  }
}
#section04 .item02 .sbox-2-1 ul li .p_img {
  height: 14.3229166667vw;
  overflow: hidden;
  position: relative;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section04 .item02 .sbox-2-1 ul li .p_img {
    height: 36.6666666667vw;
  }
}
#section04 .item02 .sbox-2-1 ul li .p_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#section04 .item02 .sbox-2-1 ul li .p_text {
  margin-top: 5px;
}
#section04 .item02 .sbox-2-1 ul li .p_text .news-title {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#section04 .item02 .sbox-2-1 ul li .p_text span {
  color: #7c7c7c;
  font-size: 16px;
}
#section04 .item02 .sbox-2-1 ul li .p_text h5 {
  color: #000;
  font-size: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin: 5px 0;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section04 .item02 .sbox-2-1 ul li .p_text h5 {
    font-size: 16px;
  }
}
#section04 .item02 .sbox-2-1 ul li .p_text p {
  color: #767676;
  font-size: 14px;
  line-height: 1.5em;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#section04 .item02 .sbox-2-1 ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #2b156f;
  display: block;
  -webkit-transition: all 0.7s cubic-bezier(0.4, 0.01, 0, 0.95);
  transition: all 0.7s cubic-bezier(0.4, 0.01, 0, 0.95);
  z-index: -1;
}
#section04 .item02 .sbox-2-1 ul li:hover::after {
  height: 100%;
}
#section04 .item02 .sbox-2-1 ul li:hover .p_img img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#section04 .item02 .sbox-2-1 ul li:hover .p_text h5,
#section04 .item02 .sbox-2-1 ul li:hover .p_text span,
#section04 .item02 .sbox-2-1 ul li:hover .p_text p {
  color: #fff;
}
#section04 .sec5-btn {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2%;
}
#section04 .sec5-btn .s-Btn {
  width: 40px;
  height: 40px;
  border: 1px #ddd solid;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  cursor: pointer;
}
#section04 .sec5-btn .s-Btn svg {
  width: auto;
  height: 22px;
  fill: #666;
}
#section04 .sec5-btn .s-Btn:hover {
  background: #2b156f;
  border-color: #2b156f;
}
#section04 .sec5-btn .s-Btn:hover svg {
  fill: #fff;
}
#section04 .sec5-btn #sbox-2-pagination {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  font-size: 20px;
  font-weight: bold;
}
#section04 .sec5-btn #sbox-2-pagination span {
  width: 20px;
  text-align: center;
}
#section04 .sec5-btn #sbox-2-pagination span.swiper-pagination-current {
  color: #2b156f;
}

.daTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  margin-bottom: 1%;
}
.daTitle span {
  font-size: 20px;
  color: #db241a;
  font-weight: 600;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .daTitle span {
    font-size: 14px;
  }
}
.daTitle p {
  font-size: 16px;
  color: rgb(153, 153, 153);
  line-height: 2rem;
  text-align: center;
}

.h1_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* align-items: flex-end; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
  margin-bottom: 2%;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .h1_title {
    row-gap: 5px;
  }
}
.h1_title h1 {
  width: auto;
  height: auto;
  overflow-wrap: break-word;
  color: #d9d9d9;
  font-size: 80px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: bold;
  white-space: nowrap;
  line-height: 30px;
  opacity: 0.5;
  z-index: 1;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .h1_title h1 {
    font-size: 28px;
    font-weight: 600;
  }
}
.h1_title span {
  overflow-wrap: break-word;
  color: rgb(51, 51, 51);
  font-size: 32px;
  font-weight: 600;
  font-family: MicrosoftYaHeiLight;
  white-space: nowrap;
  line-height: 30px;
  text-align: center;
  z-index: 9;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .h1_title span {
    font-size: 24px;
  }
}
.h1_title i {
  background-color: var(--base);
  width: 80px;
  height: 3px;
  margin: 0px auto 0;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .h1_title i {
    margin: 0px auto 0;
  }
}

.h2_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  border-bottom: 1px solid #dadada;
}
.h2_title .left_text {
  color: var(--colors);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.h2_title .left_text h5 {
  font-size: 28px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .h2_title .left_text h5 {
    font-size: 18px;
  }
}
.h2_title .left_text h4 {
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .h2_title .left_text h4 {
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
.h2_title .left_text .moretext {
  color: #dadada;
}

.h3_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* align-items: flex-end; */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
  margin-bottom: 2%;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .h3_title {
    row-gap: 5px;
  }
}
.h3_title img {
  margin: 0 auto;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .h3_title img {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
.h3_title h1 {
  width: auto;
  height: auto;
  overflow-wrap: break-word;
  color: #000;
  font-size: 40px;
  font-family: MicrosoftYaHei-Bold;
  font-weight: 500;
  white-space: nowrap;
  text-align: center;
  z-index: 1;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .h3_title h1 {
    font-size: 24px;
    font-weight: 600;
  }
}
.h3_title span {
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 0.51);
  font-size: 40px;
  font-weight: bold;
  font-family: MicrosoftYaHeiLight;
  white-space: nowrap;
  text-align: center;
  margin-top: 0px;
  z-index: 9;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .h3_title span {
    font-size: 24px;
  }
}
.h3_title p {
  font-size: 16px;
  font-weight: 500;
  font-family: MicrosoftYaHeiLight;
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
  line-height: 2em;
  color: #797979;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .h3_title p {
    max-width: 100%;
    margin-top: 10px;
  }
}
.h3_title i {
  background-color: rgba(0, 0, 0, 0.1);
  width: 110px;
  height: 1px;
  margin: 0px auto;
  position: relative;
}
.h3_title i::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 5px;
  top: -2px;
  display: block;
  background-color: #2b156f;
  left: 0;
  -webkit-animation: trlateX 9s linear 0s infinite alternate running;
          animation: trlateX 9s linear 0s infinite alternate running;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .h3_title i {
    margin: 0px auto;
  }
}

.more {
  display: block;
  position: relative;
  visibility: visible;
  overflow: visible;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 180px;
  height: 43px;
  line-height: 43px;
  border-radius: 25px;
  padding: 0 15px;
  font-size: 15px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #2b156f;
}
.more::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  border: 1px solid #2b156f;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 0;
  border-radius: 25px;
}
.more::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
          transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  background: #2b156f;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 1;
  border-radius: 25px;
}
.more span {
  position: relative;
  z-index: 2;
}
.more:hover {
  color: #fff;
  background: none;
}
.more:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
  opacity: 0;
  z-index: 0;
}
.more:hover::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.more1 {
  --size: 16px;
  color: #2b156f;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  letter-spacing: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 3%;
  border: 1px solid #2b156f;
  margin: 0 auto;
}
.more1::after {
  content: "";
  display: block;
  width: 0px;
  height: 100%;
  background: #2b156f;
  top: 0%;
  left: 0;
  position: absolute;
  -webkit-transition: all 0.5s cubic-bezier(0.99, -0.21, 0, 1.22);
  transition: all 0.5s cubic-bezier(0.99, -0.21, 0, 1.22);
  opacity: 1;
  z-index: 1;
}
.more1 span {
  margin-left: 5px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  font-size: var(--size);
  position: relative;
  z-index: 2;
}
.more1 span::before {
  top: -14px;
  position: relative;
}
.more1:hover span {
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  color: #ffffff;
}
.more1:hover::after {
  width: 100%;
  opacity: 1;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .more1 {
    font-size: 12px;
    padding: 5px 8px;
  }
  .more1 span {
    --size: 14px;
  }
  .more1 span::before {
    top: -10px;
  }
}

#totop {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: fixed;
  right: 10px;
  top: 80vh;
  background: #fff url("../img/icon/totop.png") no-repeat center 50%;
  border: 1px solid #e2e2e2;
  opacity: 0.85;
  z-index: 100;
  display: none;
  border-radius: 50%;
}

.itemxxx {
  position: sticky;
  top: 0;
  left: 0;
  background-image: radial-gradient(rgba(8, 2, 2, 0.4705882353) 1px, #fff 1px);
  background-size: 2px 2px;
  -webkit-backdrop-filter: saturate(50%) blur(2px);
          backdrop-filter: saturate(50%) blur(2px);
}

/**视频弹出**/
.videos {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
}

#video_bg {
  width: 80%;
  height: auto;
  top: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.vclose {
  position: absolute;
  right: 2%;
  top: 2%;
  border-radius: 100%;
  cursor: pointer;
}

.button {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  outline: none;
  position: absolute;
  width: auto;
  z-index: 10;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
}

.button .iconfont {
  color: #a7231f;
  font-size: 60px;
  font-weight: bold;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .button .iconfont {
    font-size: 24px;
  }
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .tabs {
    gap: 10px;
  }
}
.tabs a {
  font-size: 20px;
  color: #000;
  width: auto;
  border-bottom: 0px solid rgba(0, 0, 0, 0);
  font-weight: 600;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .tabs a {
    font-size: 14px;
  }
}
.tabs a.active {
  color: #2b156f;
  border-bottom: 0px solid rgba(14, 67, 156, 0);
}
.tabs a.more {
  margin-right: 0;
  margin-left: auto;
  color: #999999;
  font-size: 16px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .tabs a.more {
    font-size: 12px;
  }
}
.tabs a.more:hover {
  color: #2b156f;
}

@-webkit-keyframes trlateX {
  0% {
    left: 0px;
  }
  100% {
    left: calc(100% - 30px);
  }
}

@keyframes trlateX {
  0% {
    left: 0px;
  }
  100% {
    left: calc(100% - 30px);
  }
}
@-webkit-keyframes trlateY {
  0% {
    top: 0px;
  }
  100% {
    top: calc(100% - 30px);
  }
}
@keyframes trlateY {
  0% {
    top: 0px;
  }
  100% {
    top: calc(100% - 30px);
  }
}
@-webkit-keyframes mycircle {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes mycircle {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}