@charset "UTF-8";
/******公用头部******/
@import url("header.css");
@import url("foot.css");
/* This CSS is generated by My Snazzy Framework version 贵州遵醇酒业有限公司 */
.main {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .main {
    background-size: cover;
  }
}

#section01 {
  padding: 5% 0;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
#section01 .item02_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#section01 .item01a {
  width: 39.4444444444rem;
  background-color: #ddc0a2;
  position: absolute;
  bottom: 5%;
  right: -6.6666666667rem;
  z-index: 99;
  padding: 7px 0;
  -webkit-box-shadow: 0 0 10px 10px rgba(221, 192, 162, 0.1);
          box-shadow: 0 0 10px 10px rgba(221, 192, 162, 0.1);
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section01 .item01a {
    position: relative;
    right: unset;
    width: auto;
    margin-top: 40px;
  }
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section01 .item01a ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#section01 .item01a ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#section01 .item01a ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
#section01 .item01a ul li .imgs {
  width: 30px;
  height: 30px;
  background-size: auto 100%;
  background-position: left;
}
#section01 .item01a ul li h5 {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#section01 .item01a ul li + li {
  border-left: 1px dashed rgba(255, 255, 255, 0.5);
}
#section01 .item01a ul li:hover {
  background-color: #ddc0a2;
}
#section01 .item01a ul li:hover .imgs {
  background-position: right;
}
#section01 .item01a ul li:hover h5 {
  color: #1c2878;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section01 .item01a ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #section01 .item01a ul li {
    width: 100%;
    max-width: 50%;
  }
}
#section01 .item02 {
  background-color: rgba(255, 255, 255, 0.8);
  background-position: bottom right;
  padding: 0rem;
  min-height: 100px;
  gap: 3.3333333333rem;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section01 .item02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#section01 .item02 .item2_box1 {
  width: 100%;
  max-width: 17.7777777778rem;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section01 .item02 .item2_box1 {
    display: none;
  }
}
#section01 .item02 .item2_box1 .box1 {
  position: relative;
  height: 100%;
}
#section01 .item02 .item2_box1 .box1 .box1-2 {
  width: auto;
  position: relative;
  overflow: hidden;
}
#section01 .item02 .item2_box1 .box1 .box1-2 .video_bag {
  height: 100%;
}
#section01 .item02 .item2_box1 .box1 .box1-2 .ripple {
  position: absolute;
  bottom: 5%;
  left: 5%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  z-index: 1;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  cursor: pointer;
}
#section01 .item02 .item2_box1 .box1 .box1-2 .ripple span {
  color: #fff;
  font-size: 3.8888888889rem;
}
#section01 .item02 .item2_box1 .box1 .box1-2 .ripple:before, #section01 .item02 .item2_box1 .box1 .box1-2 .ripple:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.9444444444rem;
  height: 2.9444444444rem;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: ripple 3s infinite;
          animation: ripple 3s infinite;
}
#section01 .item02 .item2_box1 .box1 .box1-2 .ripple:hover {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
}
#section01 .item02 .item2_box1 .box1 .box1-2 .ripple:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
#section01 .item02 .item2_box1 .box1 .box1-2 .ripple:after {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
#section01 .item02 .item2_box1 .box1 .box1-2:hover .video_bag {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#section01 .item02 .item2_box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5%;
  color: #000;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 66.6666666667rem;
  padding: 30px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#section01 .item02 .item2_box2 .box1 h5 {
  font-size: 2.6666666667rem;
  text-transform: uppercase;
  font-weight: 500;
  color: #ddc0a2;
}
#section01 .item02 .item2_box2 .box1 h1 {
  font-size: 1.5555555556rem;
  font-weight: 500;
  color: black;
}
#section01 .item02 .item2_box2 .box2 {
  margin: 20px auto;
}
#section01 .item02 .item2_box2 .box2 p {
  font-size: 16px;
  line-height: 2em;
  color: #999999;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section01 .item02 .item2_box2 .box2 p {
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
}
#section01 .item02 .item2_box2 .box3 {
  justify-self: flex-end;
  margin-left: 2%;
}
#section01 .item02 .item2_box2 .box3 a.more2 {
  font-size: 1rem;
  color: #000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#section01 .item02 .item2_box2 .box3 a.more2:hover {
  color: #fff;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section01 .item02 {
    padding: 10px;
    gap: 10px;
  }
}

#section02 {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  padding: 10% 0;
}
#section02 .item01 {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
}
#section02 .item01 .vidsa {
  cursor: pointer;
}
#section02 .item01 h5 {
  margin-top: 10px;
  font-weight: 500;
  font-size: 1.5555555556rem;
  color: #fff;
}

#section03 {
  padding: 5% 0;
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
}
#section03 .item01 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#section03 .item02 {
  overflow: hidden;
  position: relative;
}
#section03 .item02 .item02_01 {
  overflow: hidden;
  margin: 0 auto;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section03 .item02 .item02_01 {
    max-width: 100%;
  }
}
#section03 .item02 .item02_01 .button .iconfont {
  background-color: #1c2878;
  color: #fff;
  margin: 0 auto;
  padding: 5px;
  font-size: 2.5rem;
}
#section03 .item02 .item02_01 .button-next1 {
  right: 0;
}
#section03 .item02 .item02_01 .button-prev1 {
  left: 0;
}
#section03 .item02 ul {
  padding: 3% 0;
}
#section03 .item02 ul li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
  height: auto;
  max-height: 38.8888888889rem;
  background-color: white;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  width: 100%;
  border-top-right-radius: 30px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.05);
}
#section03 .item02 ul li figure.img {
  overflow: hidden;
  aspect-ratio: 1/1;
  background-color: #fafafa;
}
#section03 .item02 ul li figure.img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#section03 .item02 ul li article.text {
  margin-top: 15px;
  margin-bottom: 20px;
}
#section03 .item02 ul li article.text h5 {
  color: black;
  font-size: 1.4444444444rem;
  text-align: left;
  line-height: 2em;
  font-weight: 500;
}
#section03 .item02 ul li article.text h5 span {
  color: #1c2878;
}
#section03 .item02 ul li article.text p {
  font-size: 16px;
  color: #999999;
}
#section03 .item02 ul li::after {
  width: 100%;
  height: 0;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #1c2878;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: -1;
}
#section03 .item02 ul li:hover::after {
  height: 100%;
}
#section03 .item02 ul li:hover figure.img img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
#section03 .item02 ul li:hover article.text h5,
#section03 .item02 ul li:hover article.text p,
#section03 .item02 ul li:hover article.text span {
  color: white;
}
#section03 .item02 ul li.active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#section04 {
  padding: 5% 0;
}
#section04 .container {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
#section04 .item01 {
  width: 100%;
}
#section04 .item01 .item02_01 {
  overflow: hidden;
  margin-bottom: 3%;
  max-width: 100%;
}
#section04 .item01 .item02_01 ul {
  width: auto;
}
#section04 .item01 .item02_01 ul li {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  overflow: hidden;
  /*   &.swiper-slide-next {
      transform: translate3d(-200px, 0px, 0px) rotateX(0deg) rotateY(0deg) scale(0.8);
      z-index: 5;
    }

    &.active {
      transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) scale(1);
      z-index: 9;
    } */
}
#section04 .item01 .item02_01 ul li img {
  aspect-ratio: 550/310;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#section04 .item02 a {
  margin: 0 auto;
}
#section04 .box3 {
  padding-left: 2%;
}

#section05 {
  padding: 5% 0;
  background-color: #fff;
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
}
#section05 .item01 .h1_title {
  margin: 0 auto;
}
#section05 .item01 .h1_title h1 {
  text-align: center;
  color: #ffffff;
}
#section05 .item01 .h1_title p {
  margin: 0 auto;
  text-align: center;
  color: #ffffff;
}
#section05 .item01 .h1_title .summy {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
  line-height: 2em;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section05 .item01 .h1_title .summy {
    display: none;
  }
}
#section05 .item01 .item02_01 {
  margin: 0 auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 20px;
}
#section05 .item1_box2 {
  gap: 2.2222222222rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-top-left-radius: 50px;
  padding: 2%;
  margin-top: 2.7777777778rem;
  -webkit-box-shadow: 0 0 3px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 3px 5px rgba(0, 0, 0, 0.05);
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section05 .item1_box2 {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#section05 .item1_box2 .item1_box2-01 {
  width: 100%;
  max-width: 160px;
}
#section05 .item1_box2 .item1_box2-01 .h1_title {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 85%;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section05 .item1_box2 .item1_box2-01 .h1_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#section05 .item1_box2 .item1_box2-01 .h1_title .h1_0 {
  width: 70px;
  height: 100%;
}
#section05 .item1_box2 .item1_box2-01 .h1_title h1 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section05 .item1_box2 .item1_box2-01 .h1_title h1 {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
#section05 .item1_box2 .item1_box2-01 .h1_title p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section05 .item1_box2 .item1_box2-01 .h1_title p {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section05 .item1_box2 .item1_box2-01 {
    max-width: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 2%;
  }
}
#section05 .item1_box2 .item1_box2-02 {
  width: 100%;
  overflow: hidden;
}
#section05 .item1_box2 .item1_box2-02 .swiper-cont {
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#section05 .item1_box2 .item1_box2-02 .swiper-cont .swiper-slide {
  pointer-events: painted;
}
#section05 .item1_box2 .item1_box2-02 .swiper-cont.active {
  z-index: 9;
}
#section05 .item1_box2 .item1_box2-02 .swiper-cont.active ul {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
#section05 .item1_box2 .item1_box2-02 .swiper-cont ul {
  gap: 40px;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transform: translateX(1%);
          transform: translateX(1%);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#section05 .item1_box2 .item1_box2-02 .swiper-cont ul li {
  width: calc((100% - 80px) / 3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 30px;
  background-color: #fafafa;
}
#section05 .item1_box2 .item1_box2-02 .swiper-cont ul li a {
  position: relative;
  z-index: 9;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
#section05 .item1_box2 .item1_box2-02 .swiper-cont ul li h3 {
  color: #999999;
  font-size: 34px;
  font-weight: 600;
  -webkit-transition: color 0.1s ease 0.35s, color 0.1s ease 0.05s;
  transition: color 0.1s ease 0.35s, color 0.1s ease 0.05s;
}
#section05 .item1_box2 .item1_box2-02 .swiper-cont ul li h4 {
  color: #999999;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: color 0.1s ease 0.3s, color 0.1s ease 0.2s;
  transition: color 0.1s ease 0.3s, color 0.1s ease 0.2s;
}
#section05 .item1_box2 .item1_box2-02 .swiper-cont ul li h5 {
  color: #000;
  font-size: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: 500;
  -webkit-transition: color 0.1s ease 0.25s, color 0.1s ease 0.2s;
  transition: color 0.1s ease 0.25s, color 0.1s ease 0.2s;
}
#section05 .item1_box2 .item1_box2-02 .swiper-cont ul li .p_img {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 10rem;
  margin: 10px auto;
}
#section05 .item1_box2 .item1_box2-02 .swiper-cont ul li .p_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#section05 .item1_box2 .item1_box2-02 .swiper-cont ul li .p_text p {
  color: #666666;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: color 0.1s ease 0.2s, color 0.1s ease 0.35s;
  transition: color 0.1s ease 0.2s, color 0.1s ease 0.35s;
}
#section05 .item1_box2 .item1_box2-02 .swiper-cont ul li .p_text span {
  color: #999;
  font-size: 16px;
  display: block;
  margin-top: 10px;
  -webkit-transition: color 0.1s ease 0s, color 0.1s ease 0.45s;
  transition: color 0.1s ease 0s, color 0.1s ease 0.45s;
}
#section05 .item1_box2 .item1_box2-02 .swiper-cont ul li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  background-color: #1c2878;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
#section05 .item1_box2 .item1_box2-02 .swiper-cont ul li:hover::after {
  height: 100%;
}
#section05 .item1_box2 .item1_box2-02 .swiper-cont ul li:hover h3,
#section05 .item1_box2 .item1_box2-02 .swiper-cont ul li:hover h4,
#section05 .item1_box2 .item1_box2-02 .swiper-cont ul li:hover h5,
#section05 .item1_box2 .item1_box2-02 .swiper-cont ul li:hover .p_text p,
#section05 .item1_box2 .item1_box2-02 .swiper-cont ul li:hover .p_text span {
  color: #fff;
  -webkit-transition-delay: 0s, 0.1s;
          transition-delay: 0s, 0.1s;
}
#section05 .item1_box2 .item1_box2-02 .swiper-cont ul li:hover .p_img img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
}
@media (min-width: 320px) and (max-width: 1024px) {
  #section05 .item1_box2 .item1_box2-02 .swiper-cont ul li {
    width: calc((100% - 0px) / 1);
    padding: 0 0 10px 0;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  #section05 .item1_box2 .item1_box2-02 .swiper-cont ul li h3,
  #section05 .item1_box2 .item1_box2-02 .swiper-cont ul li h4 {
    display: none;
  }
  #section05 .item1_box2 .item1_box2-02 .swiper-cont ul li .p_text p {
    font-size: 14px;
  }
  #section05 .item1_box2 .item1_box2-02 .swiper-cont ul li .p_text span {
    display: none;
  }
}

.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;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .h1_title {
    row-gap: 5px;
  }
}
.h1_title img {
  margin: 0 auto;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .h1_title img {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
.h1_title h1 {
  width: auto;
  height: auto;
  overflow-wrap: break-word;
  text-transform: uppercase;
  color: #ddc0a2;
  font-size: 2.6666666667rem;
  font-weight: 500;
  white-space: nowrap;
  text-align: left;
  z-index: 1;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .h1_title h1 {
    font-size: 22px;
    font-weight: 600;
  }
}
.h1_title span {
  overflow-wrap: break-word;
  color: rgb(51, 51, 51);
  font-size: 40px;
  font-weight: 500;
  white-space: nowrap;
  line-height: 30px;
  margin-top: -23px;
  text-transform: uppercase;
  z-index: 9;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .h1_title span {
    font-size: 24px;
  }
}
.h1_title p {
  font-size: 2.2222222222rem;
  font-weight: 500;
  text-align: left;
  max-width: 80%;
  line-height: 2em;
  color: #333333;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .h1_title p {
    max-width: 100%;
    margin-top: 0px;
  }
}
.h1_title i {
  background-color: rgba(0, 0, 0, 0.1);
  width: 110px;
  height: 1px;
  margin: 0px auto;
  position: relative;
}
.h1_title i::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 5px;
  top: -2px;
  display: block;
  background-color: #1c2878;
  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) {
  .h1_title i {
    margin: 0px auto;
  }
}

.more {
  display: block;
  position: relative;
  text-align: center;
  z-index: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.more .more_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: auto;
  line-height: auto;
  padding: 10px 20px;
  font-size: 15px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #ddc0a2;
  position: relative;
  z-index: 2;
}
.more .more_box span {
  position: relative;
  z-index: 2;
}
.more .more_box:hover {
  color: white;
  background: #1c2878;
}
.more::before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: -15px;
  width: 2.2222222222rem;
  height: 2.2222222222rem;
  z-index: 1;
  background-color: #1c2878;
}

.more2 {
  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: #1c2878;
}
.more2::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 #ddc0a2;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: -1;
  border-radius: 25px;
}
.more2::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;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: -1;
  border-radius: 25px;
}
.more2 span {
  position: relative;
  z-index: 2;
}
.more2:hover {
  color: #1c2878;
  background: #ddc0a2;
}
.more2:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
          transform: translate(-50%, -50%) scale(1.2);
  opacity: 0;
  z-index: 0;
}
.more2:hover::after {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.more1 {
  padding: 0px 15px;
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #1c2878;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.more1::after {
  content: "";
  display: block;
  width: 0px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
  top: 20px;
  right: 47px;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
}
.more1 span {
  --size: 40px;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: var(--size);
  max-width: var(--size);
  max-height: var(--size);
}
.more1 span::before {
  top: -14px;
  position: relative;
}
.more1:hover {
  letter-spacing: 0.1em;
}
.more1:hover span {
  margin-left: 10px;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .more1 {
    font-size: 12px;
    padding: 0px 8px;
  }
  .more1 span {
    --size: 30px;
  }
  .more1 span::before {
    top: -10px;
  }
}

.itemxxx {
  position: sticky;
  top: 0;
  left: 0;
  width: auto;
  background-size: 2px 2px;
  -webkit-backdrop-filter: saturate(50%) blur(2px);
          backdrop-filter: saturate(50%) blur(2px);
}

/**视频弹出**/
dialog {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.9);
  inset: 0;
  padding: 0;
  border: 0;
  margin: 0;
}

#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: #1c2878;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .tabs {
    gap: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.tabs a {
  font-size: 18px;
  color: #000;
  width: auto;
  font-weight: 500;
  width: 100%;
  height: 100%;
  position: relative;
  text-align: right;
}
@media (min-width: 320px) and (max-width: 1024px) {
  .tabs a {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 1.1111111111rem;
  }
}
.tabs a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40%;
  width: 0;
  height: 2px;
  background: #1c2878;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tabs a.active, .tabs a:hover {
  color: #1c2878;
  font-weight: bold;
}
.tabs a.active::after, .tabs a:hover::after {
  width: 60%;
}

@-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);
  }
}
@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}