.page_item-sapn {
  height: 0 !important;
  margin: 0;
  padding-bottom: 0;
}

/* 内容 */
.main {
  width: 100%;
  height: auto;
  overflow: hidden;
}

/* banner */
.banner {
  width: 100%;
  height: 10.3rem;
}

.banner_img {
  width: 100%;
  height: 10.3rem;
  position: relative;
}

.banner_bl_bj {
  width: 100%;
  height: 1rem;
  position: absolute;
  left: 0;
  bottom: -0.1rem;
  z-index: 9;
}

.banner_img .banner_main {
  position: absolute;
  left: 2rem;
  bottom: 1.8rem;
}
.banner_main .banner_title {
  font-weight: bold;
  font-size: 0.72rem;
  color: #ffffff;
}
.banner_main .banner_name {
  font-weight: bold;
  font-size: 0.3rem;
  color: #ffffff;
}
.banner_main .banner_desc {
  font-weight: 400;
  font-size: 0.16rem;
  width: 4rem;
  line-height: 0.32rem;
  margin-top: 0.3rem;
  color: #ffffff;
}
.banner_main .banner_btn {
  justify-content: center;
  width: 2.9rem;
  height: 0.9rem;
  align-items: center;
  background-image: linear-gradient(
    90deg,
    rgba(0, 102, 177, 1),
    rgba(67, 142, 60, 1)
  );
  box-shadow: 0.01rem 0.01rem 0.25rem 0.01rem #4494e030;
  border-radius: 0.45rem;
  margin-top: 0.6rem;
}
.banner_main .banner_btn a{
      justify-content: center;
  width: 100%;
  height: 100%;
  align-items: center;
}
.banner_btn_name {
  font-weight: 400;
  font-size: 0.3rem;
  color: #fefefe;
  padding-right: 0.2rem;
}
.banner_btn_icon {
  width: 0.55rem;
  height: 0.55rem;
}

.banner_main1 {
  width: 3.65rem;
  height: 2.5rem;
  background-size: 100% 100%;
  position: absolute;
  left: 63%;
  top: 30%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.banner_main1_info {
  margin-left: 0.7rem;
  margin-top: 0.4rem;
}
.banner_main1_title {
  font-weight: 400;
  font-size: 0.24rem;
  color: #ffffff;
}
.banner_main1_num {
  font-weight: bold;
  font-size: 0.36rem;
  line-height: 1.3;
  color: #ffffff;
}

.banner_main2 {
  width: 4.5rem;
  height: 2.5rem;
  background-size: 100% 100%;
  position: absolute;
  left: 80%;
  top: 45%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.banner_main2_info {
  margin-left: 0.7rem;
  margin-top: 0.4rem;
}
.banner_main2_title {
  font-weight: 400;
  font-size: 0.24rem;
  color: #ffffff;
}
.banner_main2_num {
  font-weight: bold;
  font-size: 0.36rem;
  line-height: 1.3;
  color: #ffffff;
}
/* nybanner */
.about_banner {
  width: 100%;
  height: 10.3rem;
  position: relative;
  z-index: 9;
}
.about_banner_img {
  width: 100%;
  height: 100%;
}
.about_banner_info {
  position: absolute;
  left: 2rem;
  top: 45%;
  z-index: 9;
  transform: translate(0%, -50%);
}
.about_banner_title {
  font-weight: bold;
  font-size: 0.68rem;
  color: #ffffff;
  margin-bottom: 0.2rem;
}
.about_banner_desc {
  font-weight: 400;
  font-size: 0.3rem;
  color: #ffffff;
  line-height: 0.48rem;
}
/* 标题 */
.page_title {
  font-weight: bold;
  font-size: 0.68rem;
}
.page_title span {
  color: transparent;
  background-clip: text;
  background-image: linear-gradient(
    90deg,
    rgba(0, 102, 177, 1),
    rgba(67, 142, 60, 1)
  );
}
.page_desc {
  font-weight: 400;
  font-size: 0.24rem;
  color: #333333;
  line-height: 0.48rem;
}
/* page1 */
.page1 {
  width: 100%;
  height: 13rem;
  background-image: url(../images/page1_bj.png);
  background-position: left top;
  background-size: 100%;
  margin-top: -0.85rem;
  position: relative;
  z-index: 9;
  padding-bottom: 1rem;
}

.page1 .page1_title {
  padding-top: 1.5rem;
  text-align: center;
}

.page1 .page1_desc {
  text-align: center;
  width: 8.9rem;
  margin: 0.5rem auto;
}

.page1 .type {
  width: 100%;
  height: auto;
  margin: 0.5rem auto;
  z-index: 10;
  position: relative;
}

.page1 .type .flexing {
  width: 100%;
  height: 6.2rem;
  display: -ms-flexbox;
  display: flex;
}

.page1 .type .flexing .section {
  cursor: pointer;
  border-radius: 0.2rem;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  margin: 0 0.03rem;
  transition: -ms-flex 0.6s, -ms-flex 0.6s, flex 0.6s;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
}

.page1 .type .flexing .section .msg {
  z-index: 10;
  width: 85%;
  max-width: 85%;
  position: absolute;
  bottom: 0.25rem;
  left: 10%;
}

.page1 .type .flexing .section .msg h4 {
  text-align: center;
  width: 100%;
  line-height: 1;
  transition: opacity 0.4s;
  font-weight: 400;
  font-size: 0.18rem;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: 0.1rem;
}

.page1 .type .flexing .section .msg h5 {
  text-align: left;
  white-space: nowrap;
  width: 100%;
  line-height: 1;
  transition: opacity 0.5s;
  opacity: 0;
  font-weight: bold;
  font-size: 0.36rem;
  color: #ffffff;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0.1rem;
}

.page1 .type .flexing .section .msg p {
  opacity: 0;
  width: 4.1rem;
  line-height: 0.26rem;
  transition: opacity 0.6s;
  position: absolute;
  bottom: 0.06rem;
  left: 0%;
  transform: translateY(0.1rem);
  font-weight: 400;
  font-size: 0.18rem;
  color: #ffffff;
}

.page1 .type .flexing .section .pic {
  /*filter: grayscale();*/
  border-radius: 0.2rem;
  width: 100%;
  height: 100%;
  /*transition: filter 0.6s ease-in-out;*/
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0.1rem;
  overflow: hidden;
}

.page1 .type .flexing .section .pic:after {
  content: "";
  background: linear-gradient(transparent 30%, rgba(0, 0, 0, 0.8) 90%);
  /*background: linear-gradient(transparent 55%, rgba(0, 0, 0, 0.8) 100%);*/
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 800px) {
  .page1 .type .flexing .section.on {
    -ms-flex: 3;
    flex: 3;
  }

  .page1 .type .flexing .section.on .msg h4 {
    width: 0%;
  }

  .page1 .type .flexing .section.on .msg h4 {
    white-space: nowrap;
    transition: 0.5s;
    font-weight: bold;
    font-size: 0.36rem;
  }

  /* .page1 .type .flexing .section.on .msg h5 {
    opacity: 1;
    height: auto;
    transition: opacity 0.5s;
  } */

  .page1 .type .flexing .section.on .msg p {
    width: 4.1rem;
    transition: opacity 0.5s ease-in-out, transform 0.6s;
    opacity: 1;
    transition-delay: 0.2s;
    transform: none;
  }

  .page1 .type .flexing .section.on .pic {
    filter: grayscale(0);
  }
}
.page1_btn {
  width: 1.6rem;
  height: 0.5rem;
  border-radius: 0.24rem;
  position: relative;
  background: #fff; /* 与父容器背景色一致 */
  z-index: 1;
  margin: 0.7rem auto 0.2rem;
}
.page1_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.24rem; /* 与元素圆角一致 */
  padding: 0.02rem; /* 模拟边框宽度 */
  background-image: linear-gradient(
    90deg,
    rgba(0, 102, 177, 1),
    rgba(67, 142, 60, 1)
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.page1_btn a {
  align-items: center;
  justify-content: center;
  height: 0.5rem;
}
.page1_btn_title {
  font-weight: 400;
  font-size: 0.16rem;
  color: #0068b7;
  margin-right: 0.2rem;
}
.page1_btn_img {
  width: 0.3rem;
  height: 0.3rem;
}
.page1_btn_img .img1{
    display: block;
}
.page1_btn_img .img2{
    display: none;
}
.page1_btn:hover{
    background-image: linear-gradient(90deg, rgba(0, 102, 177, 1), rgba(67, 142, 60, 1));
}
.page1_btn:hover .page1_btn_title{
   color:#fff;
}
.page1_btn:hover .page1_btn_img .img1{
    display: none;
}
.page1_btn:hover .page1_btn_img .img2{
    display: block;
}
/* page3 */
.page3 {
  width: 100%;
  height: auto;
  margin-top: -1.8rem;
  position: relative;
  z-index: 9;
}

.page3_bl {
  width: 100%;
  height: 1.8rem;
}

.page3_type {
  width: 100%;
  height: auto;
  background-color: #d1e8fb;
}
.page3 .page3_title {
  text-align: center;
}
.page3 .page3_desc {
  text-align: center;
  width: 8.9rem;
  margin: 0.5rem auto;
}

.page3_info {
  width: 100%;
  height: auto;
  margin-top: 2.2rem;
}

.page3_swiper {
  width: 100%;
  height: 100%;
}

.page3 .swiper-slide {
  /*pointer-events: none;*/
  width: auto;
  height: 5.5rem;
  /*background-color: #fff;*/
  transition: transform 0.5s;
  position: relative;
  transform: translateY(0.5rem) scale(0.9);
  cursor: pointer;
}

.page3 .swiper-wrapper .swiper-slide.swiper-slide-active,
.page3 .swiper-wrapper .swiper-slide.swiper-slide-duplicate-active {
  z-index: 20;
  transform: translateY(-0.5rem) scale(1.2);
}

.page3 .swiper-wrapper .swiper-slide.swiper-slide-next,
.page3 .swiper-wrapper .swiper-slide.swiper-slide-duplicate-next {
  z-index: 19;
  transform: rotate(10deg) translateY(0rem) scale(1);
}

.page3 .swiper-wrapper .swiper-slide.swiper-slide-next .box .msg,
.page3 .swiper-wrapper .swiper-slide.swiper-slide-duplicate-next .box .msg {
  transform: rotate(-5deg) translateY(-0.32rem) scale(1);
}

.page3 .swiper-wrapper .swiper-slide.swiper-slide-prev,
.page3 .swiper-wrapper .swiper-slide.swiper-slide-duplicate-prev {
  z-index: 19;
  transform: rotate(-10deg) translateY(0rem) scale(1);
}

.page3 .swiper-wrapper .swiper-slide.swiper-slide-prev .box .msg,
.page3 .swiper-wrapper .swiper-slide.swiper-slide-duplicate-prev .box .msg {
  transform: rotate(5deg) translateY(-0.32rem) scale(1);
}

.page3 .swiper-wrapper .swiper-slide.swiper-slide-active .page3_info_yy,
.page3
  .swiper-wrapper
  .swiper-slide.swiper-slide-duplicate-active
  .page3_info_yy {
  opacity: 0;
}

.page3_info_con {
  width: 100%;
  height: 5.5rem;
  position: relative;
}

.page3_info_yy {
  width: 100%;
  height: 5.5rem;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
  opacity: 1;
}

.page3_info_img {
  width: 100%;
  height: 5.5rem;
  position: absolute;
  top: 0;
  left: 0;
}

.page3_info_name {
  font-size: 0.36rem;
  color: #ffffff;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 1.5rem;
  z-index: 9999;
  opacity: 0;
}

.page3 .swiper-wrapper .swiper-slide.swiper-slide-active .page3_info_name,
.page3
  .swiper-wrapper
  .swiper-slide.swiper-slide-duplicate-active
  .page3_info_name {
  opacity: 1;
}

/* page4 */
.page4 {
  width: 100%;
  height: auto;
  margin-top: -1.5rem;
  position: relative;
  z-index: 9;
}

.page4_bl {
  width: 100%;
  height: 1.8rem;
}

.page4_type {
  width: 100%;
  height: auto;
  padding-bottom: 0.2rem;
  background-image: url(../images/page4_bj.png);
  background-position: left top;
  background-size: 100%;
  margin-top: -0.02rem;
  overflow: hidden;
}
.page4_main1 {
  justify-content: space-between;
  margin-top: 0.5rem;
}
.page4_main1_left {
  width: 8.5rem;
  height: auto;
}
.page4_main1_left .page4_title {
  font-size: 0.6rem;
}
.page4_main1_left .page4_desc {
  width: 7.25rem;
  font-weight: 400;
  font-size: 0.24rem;
  color: #333333;
  line-height: 0.48rem;
  margin-top: 0.15rem;
}
.page4_main1_right {
  width: 5.8rem;
  height: 7rem;
  margin-right: 0.5rem;
  position: relative;
}
.page4_main1_img1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.page4_main1_img2 {
  position: absolute;
  top: -0.3rem;
  left: -0.2rem;
  width: 5.8rem;
  height: 6rem;
  z-index: 10;
}
.page4_main1_list1 {
  width: 2.15rem;
  height: 1.1rem;
  text-align: center;
  line-height: 1.1rem;
  border-radius: 0.17rem;
  background-color: #2561a3;
  color: #fff;
  font-weight: bold;
  font-size: 0.3rem;
  position: absolute;
  z-index: 11;
  top: 0.3rem;
  right: 0.8rem;
}
.page4_main1_list2 {
  width: 2.15rem;
  height: 1.1rem;
  text-align: center;
  line-height: 1.1rem;
  border-radius: 0.17rem;
  background-color: #2561a3;
  color: #fff;
  font-weight: bold;
  font-size: 0.3rem;
  position: absolute;
  z-index: 11;
  top: 2.8rem;
  right: -1.5rem;
}
.page4_main1_list3 {
  width: 2.15rem;
  height: 1.1rem;
  text-align: center;
  line-height: 1.1rem;
  border-radius: 0.17rem;
  background-color: #79d49f;
  color: #fff;
  font-weight: bold;
  font-size: 0.3rem;
  position: absolute;
  z-index: 11;
  top: 3.3rem;
  left: -1.23rem;
}
.page4_main1_list4 {
  width: 2.15rem;
  height: 1.1rem;
  text-align: center;
  line-height: 1.1rem;
  border-radius: 0.17rem;
  background-color: #79d49f;
  color: #fff;
  font-weight: bold;
  font-size: 0.3rem;
  position: absolute;
  z-index: 11;
  bottom: 0.98rem;
  right: -0.2rem;
}
.page4_main2 {
  justify-content: space-between;
  margin-top: 0.5rem;
}
.page4_main2_list {
  width: 3rem;
  height: 1.8rem;
  background: #ffffff;
  box-shadow: 0.01rem 0.01rem 0.25rem 0.01rem #4494e030;
  border-radius: 0.16rem 0.42rem 0.1rem 0.42rem;
  cursor: pointer;
}
.page4_main2_title {
  font-weight: bold;
  font-size: 0.48rem;
  color: #0069ae;
  text-align: center;
  padding-top: 0.3rem;
}
.page4_main2_name {
  font-weight: 400;
  font-size: 0.18rem;
  color: #333;
  text-align: center;
  line-height: 1;
}
.page4_main2_list:hover {
  background-image: linear-gradient(
    90deg,
    rgba(0, 102, 177, 1),
    rgba(67, 142, 60, 1)
  );
}
.page4_main2_list:hover .page4_main2_title {
  color: #fff;
}
.page4_main2_list:hover .page4_main2_name {
  color: #fff;
}
.tempWrap {
  width: 100% !important;
}
.page4_main3 {
  margin: 0.5rem 0;
  align-items: center;
  height: 1.3rem;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.page4_main3_list {
  display: inline-block;
  width: 2.2rem;
  margin: 0 0.25rem;
}
/* page5 */
.page5 {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding-bottom: 1.8rem;
}
.page5_info {
  margin-top: 0.5rem;
}
.page5_info .page5_title {
  text-align: left;
}
.page5_info .page5_desc {
  text-align: left;
}

.page5_main {
  margin-top: 0.6rem;
  justify-content: space-between;
}
.page5_main_list {
  width: 7.3rem;
  height: 7.2rem;
  margin-bottom: 0.6rem;
  position: relative;
}
.page5_main_list:nth-child(2n) {
  margin-top: -0.9rem;
}
.page5_main_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.page5_mian_type {
  position: absolute;
  left: 0.3rem;
  bottom: 0.8rem;
}
.page5_mian_item {
  align-items: center;
}
.page5_mian_icon {
  width: 0.35rem;
  height: 0.35rem;
}
.page5_mian_title {
  font-weight: bold;
  font-size: 0.36rem;
  color: #ffffff;
  padding-left: 0.15rem;
}
.page5_mian_desc {
  font-weight: 400;
  font-size: 0.24rem;
  color: #ffffff;
}
/* page6 */
.page6 {
  width: 100%;
  height: auto;
  background-image: url(../images/page6_bj.png);
  background-position: left top;
  background-size: 100%;
  overflow: hidden;
  padding-bottom: 0.8rem;
}
.page6_main {
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
}
.page6_main_img {
  width: 7.9rem;
  height: 8.45rem;
}
.page6_form {
  width: 7.45rem;
  height: 6.8rem;
  background-color: #ffffff;
  border-radius: 0.4rem;
}

.page6_form_title {
  font-weight: bold;
  font-size: 0.2rem;
  color: #333333;
  line-height: 1.5;
  text-align: center;
  padding-top: 0.5rem;
}
.page6_type {
  width: 90%;
  margin: 0.45rem auto;
  justify-content: space-between;
}
.page6_type_input {
  width: 46%;
  margin-bottom: 0.4rem;
}
.page6_type_input_name {
  position: relative;
  padding-left: 0.1rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
}
.page6_type_input_name span {
  position: absolute;
  top: 0;
  left: 0;
  color: #ff0000;
  font-weight: 400;
  font-size: 0.16rem;
}

.page6_type_input input {
     font-size: 0.16rem;
  width: 100%;
  height: 0.4rem;
  padding-left: 0.1rem;
  border: 0.01rem solid transparent;
  border-radius: 0.04rem;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #fff, #fff),
    linear-gradient(90deg, rgba(0, 102, 177, 1), rgba(67, 142, 60, 1));
}

.page6_type_checkbox {
  justify-content: space-between;
  width: 100%;
}
.page6_type_checkbox input {
    width: 0.2rem;
    height: 0.2rem;
}
.page6_type_checkbox label {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 0.14rem;
  color: #666666;
}
.page6_type_textarea {
  margin-top: 0.4rem;
  width: 100%;
}
.page6_type_textarea textarea {
    font-size: 0.16rem;
  width: 100%;
  height: auto;
  min-height: 0.85rem;
  padding-left: 0.1rem;
  border: 0.01rem solid transparent;
  border-radius: 0.04rem;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #fff, #fff),
    linear-gradient(90deg, rgba(0, 102, 177, 1), rgba(67, 142, 60, 1));
}

.page6_btn {
  width: 1.6rem;
  height: 0.5rem;
  background-image: linear-gradient(
    90deg,
    rgba(0, 102, 177, 1),
    rgba(67, 142, 60, 1)
  );
  box-shadow: 0.01rem 0.01rem 0.25rem 0.01rem #4494e030;
  border-radius: 0.24rem;
  color: #fff;
  text-align: center;
  line-height: 0.5rem;
  font-weight: 400;
  font-size: 0.16rem;
  margin: 0 auto;
  cursor: pointer;
}

/* about */
.about_main {
  width: 100%;
  height: auto;
  background-image: url(../images/about_main_bj.jpg);
  background-size: 100% 100%;
  margin-top: -1.8rem;
  padding: 2.5rem 0 1.5rem;
}
/* page7 */
.page7 {
  width: 100%;
  height: auto;
  margin-top: 0.6rem;
}

.page7 .page7_main {
  justify-content: space-between;
  align-items: center;
}
.page7_info {
  width: 7.8rem;
  height: auto;
}
.page7_info_title {
  font-weight: bold;
  font-size: 0.48rem;
  color: #ffffff;
}
.page7_info_desc {
  padding-top: 0.3rem;
  letter-spacing: 0.01rem;
  font-weight: 400;
  font-size: 0.24rem;
  line-height: 0.48rem;
  color: #ffffff;
  /*text-align: justify;*/
}
.page7_img {
  width: 6.9rem;
  height: 4.55rem;
  border-radius: 0.16rem;
  overflow: hidden;
}

/* page8 */
.page8 {
  width: 100%;
  height: auto;
  margin-top: 1.6rem;
}

.page8_main {
  justify-content: space-between;
  align-items: center;
}

.page8_img {
  width: 7.8rem;
  height: 8.6rem;
  border-radius: 0.16rem;
  overflow: hidden;
}

.page8_info {
  width: calc(100% - 7.8rem);
  height: 7.2rem;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 0 0.6rem;
  box-sizing: border-box;
}
.page8_info_title {
  font-weight: bold;
  font-size: 0.6rem;
  color: #feffff;
  padding-top: 1rem;
}
.page8_info_name {
  font-weight: 500;
  font-size: 0.36rem;
  color: #feffff;
  padding-top: 0.5rem;
}
.page8_info_desc p {
  padding-top: 0.4rem;
  font-weight: 400;
  font-size: 0.24rem;
  color: #ffffff;
}
/* page9 */
.page9 {
  width: 100%;
  height: auto;
  margin-top: 1.8rem;
}
.page9_main {
  height: 7.15rem;
  background-size: 100% 100%;
  border-radius: 0.16rem;
  overflow: hidden;
  align-items: center;
  position: relative;
}
.page9_main .imgh {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page9_info {
  width: 53%;
  height: auto;
  padding: 0 0.6rem;
  box-sizing: border-box;
  position: absolute;
}
.page9_info_title {
  font-weight: bold;
  font-size: 0.68rem;
  color: #feffff;
}
.page9_info_name {
  font-weight: 500;
  font-size: 0.36rem;
  color: #feffff;
  padding-top: 0.4rem;
}
.page9_info_desc p {
  padding-top: 0.3rem;
  font-weight: 400;
  font-size: 0.24rem;
  color: #ffffff;
}

/* page10 */
.page10 {
  width: 100%;
  height: auto;
  margin-top: 1.7rem;
}
.page10_main {
  justify-content: space-between;
}
.page10_infol {
  width: 9rem;
  height: auto;
}
/*  */
.page10_item1 {
  position: relative;
  width: 9rem;
  height: 8.72rem;
  border-radius: 0.32rem;
  overflow: hidden;
}
.page10_item1_img {
  width: 9rem;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.page10_item1 .page10_info_con {
  position: absolute;
  width: 5.5rem;
  height: auto;
  top: 0.6rem;
  right: 0.44rem;
}
.page10_item1 .page10_info_icon {
  width: 0.45rem;
  height: 0.52rem;
}
.page10_item1 .page10_info_title {
  font-weight: bold;
  font-size: 0.68rem;
  color: #feffff;
}
.page10_item1 .page10_info_desc {
  font-weight: bold;
  font-size: 0.3rem;
  color: #feffff;
}
.page10_item1 .page10_info_desc span {
  font-weight: 500;
  font-size: 0.24rem;
}
/*  */
.page10_item2 {
  position: relative;
  width: 9rem;
  height: 7.45rem;
  border-radius: 0.32rem;
  overflow: hidden;
  margin-top: 0.4rem;
}
.page10_item2_img {
  width: 9rem;
  height: 7.45rem;
  position: absolute;
  top: 0;
  left: 0;
}
.page10_item2 .page10_info_con {
  position: absolute;
  width: 3.7rem;
  height: auto;
  top: 0.9rem;
  right: 0.8rem;
}
.page10_item2 .page10_info_icon {
  width: 0.45rem;
  height: 0.5rem;
}
.page10_item2 .page10_info_title {
  font-weight: bold;
  font-size: 0.68rem;
  color: #feffff;
}
.page10_item2 .page10_info_desc {
  font-weight: bold;
  font-size: 0.3rem;
  color: #feffff;
}
.page10_item2 .page10_info_desc span {
  font-weight: 500;
  font-size: 0.24rem;
}
.page10_infor {
  width: 6.4rem;
  height: auto;
}
/*  */
.page10_item3 {
  width: 6.6rem;
  height: auto;
  padding: 0.5rem;
  box-sizing: border-box;
  margin-top: 2rem;
}
.page10_item3 .page10_info_title {
  font-weight: bold;
  font-size: 0.68rem;
  color: #feffff;
}
.page10_item3 .page10_info_desc {
  font-weight: 400;
  font-size: 0.3rem;
  color: #feffff;
}
/*  */
.page10_item4 {
  position: relative;
  width: 6.6rem;
  height: 10.35rem;
  border-radius: 0.32rem;
  overflow: hidden;
  margin-top: 1.4rem;
}
.page10_item4_img {
  width: 6.6rem;
  height: 10.35rem;
  position: absolute;
  top: 0;
  left: 0;
}
.page10_item4 .page10_info_con {
  position: absolute;
  width: 3.5rem;
  height: auto;
  top: 1rem;
  left: 0.55rem;
}
.page10_item4 .page10_info_icon {
  width: 0.42rem;
  height: 0.52rem;
}
.page10_item4 .page10_info_title {
  font-weight: bold;
  font-size: 0.68rem;
  color: #feffff;
}
.page10_item4 .page10_info_desc {
  font-weight: bold;
  font-size: 0.3rem;
  color: #feffff;
}
.page10_item4 .page10_info_desc span {
  font-weight: 500;
  font-size: 0.24rem;
}
/* page11 */
.page11 {
  width: 100%;
  height: auto;
  margin-top: 1.8rem;
}
.page11_main {
  height: 6.85rem;
  background-size: 100% 100%;
  border-radius: 0.16rem;
  overflow: hidden;
  align-items: center;
  position: relative;
}
.page9_main .imgh {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page11_info {
  width: 53%;
  height: auto;
  padding: 0 0.6rem;
  box-sizing: border-box;
  position: absolute;
}
.page11_info_title {
  font-weight: bold;
  font-size: 0.68rem;
  color: #0069ae;
}

.page11_info_desc p {
  padding-top: 0.3rem;
  font-weight: 400;
  font-size: 0.24rem;
  color: #000000;
}

/* page12 */
.page12 {
  width: 100%;
  height: auto;
  background-image: url(../images/page12_bj.png);
  background-size: 100% 100%;
  padding: 1.7rem 0 2rem;
}

.page12_main {
  justify-content: space-between;
  align-items: center;
}

.page12_info {
  width: calc(100% - 9rem);
  height: auto;
}
.page12_info_title {
  font-weight: bold;
  font-size: 0.66rem;
  color: transparent;
  background-clip: text;
  background-image: linear-gradient(
    90deg,
    rgba(0, 102, 177, 1),
    rgba(67, 142, 60, 1)
  );
}
.page12_info_desc {
  font-weight: 400;
  font-size: 0.3rem;
  color: #000000;
  padding-top: 0.5rem;
}
.page12_info_btn {
  margin-top: 0.5rem;
  width: 1.6rem;
  height: 0.5rem;
  border-radius: 0.24rem;
  position: relative;
  background: #fff; /* 与父容器背景色一致 */
  z-index: 1;
}
.page12_info_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.24rem; /* 与元素圆角一致 */
  padding: 0.02rem; /* 模拟边框宽度 */
  background-image: linear-gradient(
    90deg,
    rgba(0, 102, 177, 1),
    rgba(67, 142, 60, 1)
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.page12_info_btn a {
  align-items: center;
  justify-content: center;
  height: 0.5rem;
}
.page12_btn_title {
  font-weight: 400;
  font-size: 0.16rem;
  color: #0068b7;
  margin-right: 0.2rem;
}
.page12_btn_img {
  width: 0.3rem;
  height: 0.3rem;
}
.page12_img {
  width: 8.36rem;
  height: 6rem;
  border-radius: 0.32rem;
  overflow: hidden;
}
.page12_btn_img .img1{
    display: block;
}
.page12_btn_img .img2{
    display: none;
}
.page12_info_btn:hover{
    background-image: linear-gradient(90deg, rgba(0, 102, 177, 1), rgba(67, 142, 60, 1));
}
.page12_info_btn:hover .page12_btn_title{
   color:#fff;
}
.page12_info_btn:hover .page12_btn_img .img1{
    display: none;
}
.page12_info_btn:hover .page12_btn_img .img2{
    display: block;
}
/* product_banner */
.product_banner {
  width: 100%;
  height: 9rem;
  position: relative;
}
.product_banner_img {
  width: 100%;
  height: 100%;
}
.product_banner_info {
  position: absolute;
  top: 55%;
  left: 60%;
  transform: translate(-50%, -50%);
}
.product_banner_title {
  font-weight: bold;
  font-size: 0.68rem;
  color: #ffffff;
}
.product_banner_desc {
  padding-top: 0.2rem;
  font-weight: 400;
  font-size: 0.3rem;
  color: #ffffff;
}
/* page13 */
.page13 {
  width: 100%;
  height: 13.1rem;
  background-size: 100% 100%;
  margin-top: -0.1rem;
}

.page13_main {
  margin-left: 1rem;
  height: 13.1rem;
  align-items: center;
}

.page13_img {
  width: 11rem;
  height: 11.65rem;
}

/* page14 */
.page14 {
  width: 100%;
  height: 10.8rem;
  background-size: 100% 100%;
  margin-top: -0.1rem;
  position: relative;
}
.page14 .imgh {
  width: 100%;
  height: 10.8rem;
  position: absolute;
  top: 0;
  left: 0;
}
.page14_main {
  height: 10.8rem;
  align-items: center;
  padding: 0.5rem 0;
  box-sizing: border-box;
  position: absolute;
  left: 5%;
}
.page14_main_type {
  width: 100%;
  align-items: center;
}
.page14_title {
  font-weight: bold;
  font-size: 0.66rem;
  color: transparent;
  background-clip: text;
  background-image: linear-gradient(
    90deg,
    rgba(0, 102, 177, 1),
    rgba(67, 142, 60, 1)
  );
}
.page14_icon {
  width: 2.55rem;
  height: 0.6rem;
  margin-left: 0.25rem;
}
.page14_desc {
  width: 7.4rem;
  font-weight: 400;
  font-size: 0.24rem;
  color: #333333;
}
.page14_desc span {
  font-weight: Bold;
}
.page14_img {
  width: 8.6rem;
  height: 6.1rem;
}

/* page15 */
.page15 {
  width: 100%;
  height: 10.8rem;
  background-size: 100% 100%;
  margin-top: -0.1rem;
  background-color: #fff;
}
.page15_main {
  height: 10.8rem;
  padding: 0.5rem 0;
  box-sizing: border-box;
}

.page15_title {
  width: 7rem;
  font-weight: bold;
  font-size: 0.66rem;
  color: transparent;
  background-clip: text;
  background-image: linear-gradient(
    90deg,
    rgba(0, 102, 177, 1),
    rgba(67, 142, 60, 1)
  );
  position: relative;
}

.page15_desc {
  width: 100%;
  font-weight: 400;
  font-size: 0.24rem;
  color: #333333;
  position: relative;
}
.page15_desc span {
  font-weight: Bold;
}
.page15_img {
  width: auto;
  height: auto;
  margin-top: -1rem;
}

/* page16 */
.page16 {
  width: 100%;
  height: 10rem;
  background-size: 100% 100%;
  margin-top: -0.1rem;
  position: relative;
}
.page16 .imgh {
  width: 100%;
  height: 10rem;
  position: absolute;
}
.page16_main {
  height: 10rem;
  align-items: center;
  flex-direction: row-reverse;
  position: absolute;
  right: 1.8rem;
}

.page16_img {
  width: 6.85rem;
  height: 6rem;
}
/* page17 */
.page17 {
  width: 100%;
  height: 15.9rem;
  background-size: 100% 100%;
  margin-top: -0.1rem;
}

.page17_main {
  height: auto;
  align-items: center;
  flex-direction: row-reverse;
}
.page17_title {
  width: 6rem;
  font-weight: bold;
  font-size: 0.66rem;
  color: transparent;
  background-clip: text;
  background-image: linear-gradient(
    90deg,
    rgba(0, 102, 177, 1),
    rgba(67, 142, 60, 1)
  );
  padding-top: 1.2rem;
}
.page17_desc {
  font-weight: 400;
  font-size: 0.24rem;
  color: #333333;
  padding-top: 0.5rem;
}

.page17_img {
  margin-top: 0.8rem;
  width: 15.6rem;
  height: auto;
}

/* page18 */
.page18 {
  width: 100%;
  height: 10rem;
  background-size: 100% 100%;
  margin-top: -0.1rem;
  margin-bottom: -0.1rem;
  position: relative;
}
.page18 .imgh {
  width: 100%;
  height: 10rem;
  position: absolute;
  left: 0;
  top: 0;
}
.page18_main {
  height: 10rem;
  align-items: center;
  flex-direction: row-reverse;
  position: absolute;
  right: 1.8rem;
}
.page18_type {
  width: 5.9rem;
}
.page18_title {
  font-weight: bold;
  font-size: 0.66rem;
  color: transparent;
  background-clip: text;
  background-image: linear-gradient(
    90deg,
    rgba(0, 102, 177, 1),
    rgba(67, 142, 60, 1)
  );
}
.page18_desc {
  font-weight: 400;
  font-size: 0.24rem;
  color: #ffffff;
  line-height: 0.48rem;
  padding-top: 0.4rem;
}
.page18_info {
  margin-top: 0.4rem;
  background-color: #ffffff;
  border-radius: 0.28rem;
  padding: 0.2rem;
  box-sizing: border-box;
}
.page18_info p {
  font-size: 0.24rem;
  color: #0069ae;
  font-weight: 600;
  line-height: 0.6rem;
}

/* scene_banner */
.scene_banner {
  width: 100%;
  height: 8rem;
  position: relative;
}
.scene_banner_img {
  width: 100%;
  height: 100%;
}
.scene_banner_info {
  position: absolute;
  top: 53%;
  left: 16.5%;
  transform: translate(-50%, -50%);
}
.scene_banner_title {
  font-weight: bold;
  font-size: 0.68rem;
  color: #ffffff;
}
.scene_banner_desc {
  padding-top: 0.2rem;
  font-weight: 400;
  font-size: 0.3rem;
  color: #ffffff;
}
.scene_main {
  width: 100%;
  height: auto;
  background-image: url(../images/scene_main_img.png);
  background-size: 100% 100%;
  margin-top: -1.5rem;
  overflow: hidden;
  padding-bottom: 8rem;
}
/* page19 */
.page19 {
  width: 100%;
  height: auto;
  margin-top: 1.5rem;
}
.page19_title {
  font-weight: bold;
  font-size: 0.66rem;
  padding-top: 1rem;
  text-align: center;
}
.page19_title span {
  color: transparent;
  background-clip: text;
  background-image: linear-gradient(
    90deg,
    rgba(0, 102, 177, 1),
    rgba(67, 142, 60, 1)
  );
}
.page19_desc {
  font-weight: 500;
  font-size: 0.36rem;
  color: #333333;
  width: 8rem;
  margin: 0.5rem auto;
}
.page19_img {
  width: 100%;
  height: auto;
}

/* page20 */
.page20 {
  width: 100%;
  height: auto;
  margin-top: 1.5rem;
  position: relative;
}
.page20_title {
  font-weight: bold;
  font-size: 0.66rem;
}
.page20_title span {
  color: transparent;
  background-clip: text;
  background-image: linear-gradient(
    90deg,
    rgba(0, 102, 177, 1),
    rgba(67, 142, 60, 1)
  );
}
.page20_type {
  margin-top: 0.8rem;
  width: 7.7rem;
  height: auto;
}
.page20_list {
  width: 100%;
  height: 1.4rem;
  align-items: center;
  border-radius: 0.3rem;
  background-color: #ffffff;
  margin-bottom: 0.55rem;
}
.page20_num {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  background-color: #007dfe;
  margin-left: 0.3rem;
  font-weight: bold;
  font-size: 0.28rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.65rem;
}
.page20_list_title {
  font-weight: bold;
  font-size: 0.3rem;
  color: #0066b1;
  padding-left: 0.25rem;
  display:flex;
  align-items: center;
}
.page20_list_title .page20_list_img{
    width: 1.6rem;
    height: 0.38rem;
}
.page20_img {
  position: absolute;
  width: 9rem;
  height: auto;
  top: 1rem;
  right: 0;
}
/* page21 */
.page21 {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}
.page21_title {
  font-weight: bold;
  font-size: 0.66rem;
  text-align: center;
}
.page21_title span {
  color: transparent;
  background-clip: text;
  background-image: linear-gradient(
    90deg,
    rgba(0, 102, 177, 1),
    rgba(67, 142, 60, 1)
  );
}
.page21_desc {
  font-weight: 500;
  font-size: 0.36rem;
  color: #333333;
  text-align: center;
  padding-top: 0.5rem;
}
.page21_info {
  width: 13.7rem;
  height: 8.45rem;
  margin: 0.8rem auto;
  background-image: url(../images/page21_bj.png);
  background-size: 100% 100%;
  position: relative;
}
.page21_info_img {
  width: 1.4rem;
  height: 1.7rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page21_type {
  width: 100%;
  height: 100%;
  justify-content: space-between;
}
.page21_list {
  width: 50%;
  height: 4rem;
  padding-top: 1rem;
  padding-right: 2rem;
  box-sizing: border-box;
}
.page21_list_title {
  font-weight: bold;
  font-size: 0.54rem;
  color: #0066b1;
  text-align: right;
}
.page21_lsit_item {
  margin-top: 0.1rem;
  width: auto;
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  flex-wrap: wrap;
}
.page21_lsit_item p {
  font-size: 0.27rem;
  color: #333333;
  line-height: 0.5rem;
}
.page21_list:nth-child(2n) {
  padding-left: 2rem;
}
.page21_list:nth-child(2n) .page21_list_title {
  text-align: left;
}
.page21_list:nth-child(2n) .page21_lsit_item {
  width: auto;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  flex-wrap: wrap;
}

/* page22 */
.page22 {
  width: 100%;
  height: 31.7rem;
  background-size: 100% 100%;
  margin-top: -7.5rem;
  overflow: hidden;
  position: relative;
}
.page22_bjt {
  width: 100%;
  height: 31.7rem;
  position: absolute;
}
.page22_main {
  height: auto;
}
.page22_info {
  width: 100%;
  height: 10rem;
  position: relative;
  margin-top: 2rem;
}
.page22_info_img:first-child {
  width: 2.75rem;
  height: 1.15rem;
  position: absolute;
  top: 0;
  left: 0.7rem;
}
.page22_info_img:nth-child(2) {
  width: 2.75rem;
  height: 1.15rem;
  position: absolute;
  top: 2.15rem;
  left: 0rem;
}
.page22_info_img:nth-child(3) {
  width: 1.95rem;
  height: 0.82rem;
  position: absolute;
  top: 4.5rem;
  left: 1rem;
}
.page22_info_img:nth-child(4) {
  width: 2.75rem;
  height: 1.15rem;
  position: absolute;
  top: 6.5rem;
  left: 0rem;
}
.page22_info_img:nth-child(5) {
  width: 1.95rem;
  height: 0.82rem;
  position: absolute;
  top: 2.1rem;
  left: 6.8rem;
}
.page22_info_img:nth-child(6) {
  width: 2.08rem;
  height: 0.88rem;
  position: absolute;
  top: 3.8rem;
  left: 5.6rem;
}
.page22_info_img:nth-child(7) {
  width: 2.08rem;
  height: 0.88rem;
  position: absolute;
  top: 6.7rem;
  left: 5.6rem;
}
.page22_info_tx {
  width: 1.3rem;
  height: 1.3rem;
  position: absolute;
  top: 3.8rem;
  left: 10.5rem;
  z-index: 9;
}
.page22_info_con {
  width: 3.5rem;
  height: auto;
  background-color: #e9f2f7;
  border-radius: 0.28rem;
  padding: 0.45rem 0.4rem 0;
  box-sizing: border-box;
  position: absolute;
  top: 4.5rem;
  left: 11.4rem;
}
.page22_info_title {
  font-weight: 400;
  font-size: 0.24rem;
  color: #0066b1;
  line-height: 1.3;
}
.page22_info_title span {
  font-weight: bold;
  font-size: 0.3rem;
  color: #0066b1;
}
.page22_info_name {
  font-weight: 400;
  font-size: 0.18rem;
  color: #5288d1;
  padding: 0.2rem 0;
}
.page22_info_line {
  width: 100%;
  height: 0.01rem;
  background: #b2c1d5;
  opacity: 0.59;
}
.page22_info_type {
  margin-top: 0.15rem;
  padding-bottom: 0.1rem;
  align-items: center;
}
.page22_info_icon {
  width: 0.38rem;
  height: 0.43rem;
}
.page22_info_num {
  font-weight: bold;
  font-size: 0.48rem;
  color: #0066b1;
  line-height: 1.3;
  padding-left: 0.15rem;
}

.page22_type {
  width: 100%;
  height: auto;
  justify-content: center;
}
.page22_list {
  width: 6.55rem;
  height: 8.8rem;
  margin: 0.17rem;
  border-radius: 0.2rem;
  background-image: linear-gradient(125deg, #5aaff0, #081f5a);
  padding: 0.6rem;
  box-sizing: border-box;
  position: relative;
}
.page22_list_title {
  font-weight: bold;
  font-size: 0.48rem;
  color: #ffffff;
  margin-top: 0.2rem;
  padding-bottom: 0.6rem;
}
.page22_list_type p {
  font-weight: 400;
  font-size: 0.21rem;
  color: #ffffff;
}
.page22_list_item {
  width: 100%;
  height: auto;
  margin-bottom: 0.4rem;
  align-items: center;
  justify-content: space-between;
}
.page22_list_itme_icon {
  width: 0.5rem;
  height: auto;
}
.page22_list_item_con {
  width: calc(100% - 0.8rem);
}
.page22_list_item_title {
  font-weight: 500;
  font-size: 0.31rem;
  color: #ffffff;
  padding-bottom: 0.1rem;
}
.page22_list_item_desc {
  font-weight: 400;
  font-size: 0.16rem;
  color: #ffffff;
}
.page22_list_img {
  width: 4.7rem;
  height: 5rem;
  position: absolute;
  bottom: 0;
  left: 0.7rem;
}
.page22_list:nth-child(3),
.page22_list:nth-child(4) {
  background-image: linear-gradient(190deg, #5aaff0, #143ca3);
}
.page22_list:nth-child(3) .page22_list_img {
  width: 4.15rem;
  height: 6.68rem;
  position: absolute;
  bottom: 0;
  right: -0.1rem;
  left: auto;
}
.page22_list:nth-child(4) .page22_list_img {
  width: 4.58rem;
  height: 6.8rem;
  position: absolute;
  bottom: 0;
  right: -0.8rem;
  left: auto;
}

/* partner_banner */
.partner_banner {
  width: 100%;
  height: 8rem;
  position: relative;
}
.partner_banner_img {
  width: 100%;
  height: 100%;
}
.partner_banner_info {
  position: absolute;
  top: 60%;
  left: 16.5%;
  transform: translate(-50%, -50%);
}
.partner_banner_title {
  font-weight: bold;
  font-size: 0.68rem;
  color: #ffffff;
}
/* page23 */
.page23 {
  width: 100%;
  height: auto;
}
.page23_main {
  width: 17.13rem;
  height: auto;
  margin: 0 auto;
}
.page23_title {
  text-align: center;
  padding-top: 1rem;
}
.page23_desc {
  text-align: center;
  font-size: 0.36rem;
  padding-top: 0.3rem;
}
.page23_type {
  margin-top: 0.4rem;
  justify-content: center;
}
.page23_item {
  width: 1.4rem;
  height: 0.5rem;
  border-radius: 0.27rem;
  border: 0.01rem solid #ecf0f4;
  margin: 0 0.2rem;
  text-align: center;
  line-height: 0.5rem;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  cursor: pointer;
}
.page23_item.active {
  background-color: #0066b1;
  border: 0.01rem solid #0066b1;
  color: #fff;
}
.page23_item:hover {
  background-color: #0066b1;
  border: 0.01rem solid #0066b1;
  color: #fff;
}
.page23_info {
  width: 100%;
  height: auto;
      min-height: 8.8rem;
  margin-top: 0.2rem;
  background-image: url(../images/page23_bj.png);
  background-size: 100% 100%;
  position: relative;
    display: none;
}
.page23_Swiper {
  width: 12rem;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
      min-height: 8.8rem;

}
.page23_Swiper .swiper-slide {
  width: 100%;
}
.page23_info_item {
  width: 100%;
  overflow: hidden;
  justify-content: space-between;
}
.page23_item_img {
  width: 2.5rem;
  height: 1.04rem;
  margin: 0.35rem 0;
      display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 0.65rem;
}
.page23_item_img .imgs{
    height: auto !important;
}
.page23_Swiper .swiper-pagination-bullet {
  border: 0.01rem solid #0066b1;
  background: none;
  opacity: 1;
  width: 0.14rem;
  height: 0.14rem;
}
.page23_Swiper .swiper-pagination-bullet-active {
  background: #0066b1 !important;
}
.page23_info .left_btn {
  width: 0.86rem;
  height: 0.86rem;
  position: absolute;
  left: 0.2rem;
  top: 40%;
  cursor: pointer;
  z-index: 99;
  transform: translate(0%, -50%);
}

.page23_info .right_btn {
  width: 0.86rem;
  height: 0.86rem;
  position: absolute;
  right: 0.2rem;
  top: 40%;
  cursor: pointer;
  z-index: 99;
  transform: translate(0%, -50%);
}

.page23_info .btn2 {
  display: block;
}

.page23_info .btn1 {
  display: none;
}
.page23_info .left_btn:hover .btn2,
.page23_info .right_btn:hover .btn2 {
  display: none;
}
.page23_info .left_btn:hover .btn1,
.page23_info .right_btn:hover .btn1 {
  display: block;
}
.mt30 {
  margin-top: 0.3rem;
}

/* page24 */
.page24 {
  width: 100%;
  height: 8.45rem;
  background-image: url(../images/page24_bj.png);
  background-size: 100% 100%;
}
.page24_title {
  text-align: center;
  padding-top: 0.9rem;
}
.page24_type {
  margin-top: 0.3rem;
  justify-content: center;
}
.page24_item_img {
  margin: 0.5rem 0.5rem;
  width: 4rem;
  height: 1.68rem;
}

/* message */
.message {
  width: 100%;
  height: auto;
  padding-bottom: 2rem;
}
.message_desc {
  font-weight: 400;
  font-size: 0.48rem;
  color: #0066b1;
  text-align: center;
  padding-top: 0.5rem;
}
.message_title {
  text-align: center;
  padding-top: 0.3rem;
}
.message_type {
  width: 90%;
  margin: 0.45rem auto;
  justify-content: space-between;
}
.message_type_input {
  width: 46%;
  margin-bottom: 0.4rem;
}
.message_type_input_name {
  position: relative;
  padding-left: 0.25rem;
  font-weight: 400;
  font-size: 0.36rem;
  color: #0066b1;
}
.message_type_input_name span {
  position: absolute;
  top: 0;
  left: 0;
  color: #ff0000;
  font-weight: 400;
  font-size: 0.36rem;
}

.message_type_input input {
  width: 100%;
  height: 0.78rem;
  padding-left: 0.2rem;
  border: 0.01rem solid transparent;
  border-radius: 0.04rem;
  font-size: 0.3rem;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #fff, #fff),
    linear-gradient(90deg, rgba(0, 102, 177, 1), rgba(67, 142, 60, 1));
}

.message_type_checkbox {
  justify-content: space-between;
  width: 100%;
}
.message_type_checkbox label {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 0.3rem;
  color: #666666;
}
.message_type_checkbox input {
  width: 0.2rem;
  height: 0.72rem;
}
.message_type_textarea {
  margin-top: 0.4rem;
  width: 100%;
}
.message_type_textarea textarea {
  width: 100%;
  height: auto;
  min-height: 1.85rem;
  padding-left: 0.2rem;
  border: 0.01rem solid transparent;
  border-radius: 0.04rem;
  font-size: 0.3rem;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #fff, #fff),
    linear-gradient(90deg, rgba(0, 102, 177, 1), rgba(67, 142, 60, 1));
}

.message_btn {
  width: 1.6rem;
  height: 0.5rem;
  background-image: linear-gradient(
    90deg,
    rgba(0, 102, 177, 1),
    rgba(67, 142, 60, 1)
  );
  box-shadow: 0.01rem 0.01rem 0.25rem 0.01rem #4494e030;
  border-radius: 0.24rem;
  color: #fff;
  text-align: center;
  line-height: 0.5rem;
  font-weight: 400;
  font-size: 0.16rem;
  margin: 0 auto;
  cursor: pointer;
}

/* news_banner */

.news_banner {
  width: 100%;
  height: 8rem;
  position: relative;
}

.news_banner_img {
  width: 100%;
  height: 100%;
}
.news_banner_info {
  position: absolute;
  top: 53%;
  left: 70%;
  transform: translate(-50%, -50%);
}
.news_banner_title {
  font-weight: bold;
  font-size: 0.68rem;
  color: #ffffff;
}
.news_banner_name {
  padding-top: 0.2rem;
  font-weight: 500;
  font-size: 0.36rem;
  color: #ffffff;
}
.news_banner_desc {
  padding-top: 0.2rem;
  font-weight: 400;
  font-size: 0.24rem;
  color: #ffffff;
}
/* page25 */
.page25 {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.page25_main {
  width: 10rem;
  margin: 1rem auto 0;
}
.page25_main_title {
  font-weight: bold;
  font-size: 0.6rem;
}
.page25_main_title span {
  color: transparent;
  background-clip: text;
  background-image: linear-gradient(
    90deg,
    rgba(0, 102, 177, 1),
    rgba(67, 142, 60, 1)
  );
}
.storeswiper {
  width: 100%;
  height: auto;
}
.page25_swiper {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 0.5rem 0 !important;
}

.storeswiper .swiper-slide {
  width: 10rem;
  height: auto;
  border-radius: 0.08rem;
  transition: 300ms;
  transform: scale(0.8) !important;
  position: relative;
  margin: 0 0.1rem;
}

.storeswiper .swiper-slide-active,
.swiper-slide-duplicate-active {
  transform: scale(1) !important;
}

.storeswiper .swiper-slide-active .title {
  opacity: 1 !important;
}

.storeswiper .swiper-slide .image {
  width: 100%;
  height: 5.7rem;
  border-radius: 0.2rem;
  overflow: hidden;
}

.storeswiper .swiper-slide .title {
  width: 100%;
  height: 0.6rem;
  font-weight: 500;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.6rem;
  padding-left: 0.2rem;
  opacity: 0;
}

.storeswiper .left_btn {
  width: 2rem;
  height: 2rem;
  position: absolute;
  left: 2.4rem;
  top: 50%;
  cursor: pointer;
  z-index: 99;
  transform: translate(0%, -50%);
}

.storeswiper .right_btn {
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 2.4rem;
  top: 50%;
  cursor: pointer;
  z-index: 99;
  transform: translate(0%, -50%);
}

.storeswiper .btn2 {
  display: block;
}

.storeswiper .btn1 {
  display: none;
}
.storeswiper .left_btn:hover .btn2,
.storeswiper .right_btn:hover .btn2 {
  display: none;
}
.storeswiper .left_btn:hover .btn1,
.storeswiper .right_btn:hover .btn1 {
  display: block;
}

.page25_list {
  cursor: pointer;
  width: 10rem;
  height: auto;
  border-radius: 0.2rem;
  overflow: hidden;
  box-shadow: 0.01rem 0.1rem 0.2rem 0rem rgba(0, 0, 0, 0.2);
}
.page25_list_img {
  width: 100%;
  height: 4.4rem;
}
.page25_list_con {
  width: 100%;
  height: auto;
  padding: 0.45rem;
  background-color: #fff;
  box-sizing: border-box;
}
.page25_list_title {
  font-weight: 500;
  font-size: 0.36rem;
  line-height: 0.46rem;
  height: 0.92rem;
  color: #333333;
}
.page25_list_type {
  margin-top: 0.2rem;
  justify-content: space-between;
  align-items: center;
}
.page25_list_time {
  font-size: 0.24rem;
  color: #666666;
}
.page25_list_icon {
  width: 0.5rem;
  height: 0.5rem;
  filter: grayscale(100%);
}
.page25_info {
  margin: 0.8rem auto 0.5rem;
  justify-content: space-between;
}
.page25_info_list {
  cursor: pointer;
  width: 4.8rem;
  height: auto;
  margin: 0.25rem 0;
  border-radius: 0.2rem;
  overflow: hidden;
  box-shadow: 0.01rem 0.1rem 0.2rem 0rem rgba(0, 0, 0, 0.2);
}
.page25_info_list_img {
  width: 4.8rem;
  height: 3.4rem;
}
.page25_info_list_con {
  width: 100%;
  height: auto;
  padding: 0.4rem;
  background-color: #fff;
  box-sizing: border-box;
}
.page25_info_list_title {
  font-weight: bold;
  font-size: 0.24rem;
  color: #333333;
  line-height: 0.32rem;
  height: 0.64rem;
}
.page25_info_list_type {
  margin-top: 0.2rem;
  justify-content: space-between;
  align-items: center;
}
.page25_info_list_time {
  font-size: 0.16rem;
  color: #666666;
}
.page25_info_list_icon {
  width: 0.35rem;
  height: 0.35rem;
  filter: grayscale(100%);
}
.page25_list:hover .page25_list_title,
.page25_info_list:hover .page25_info_list_title {
  color: #0068b7;
}
.page25_list:hover .page25_list_icon,
.page25_info_list:hover .page25_info_list_icon {
  filter: grayscale(0%);
}

.news_btn {
  margin-top: 0.5rem;
  width: 1.6rem;
  height: 0.5rem;
  border-radius: 0.24rem;
  position: relative;
  margin: 0.1rem auto 2rem;
  background: #fff; /* 与父容器背景色一致 */
  z-index: 1;
}
.news_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.24rem; /* 与元素圆角一致 */
  padding: 0.02rem; /* 模拟边框宽度 */
  background-image: linear-gradient(
    90deg,
    rgba(0, 102, 177, 1),
    rgba(67, 142, 60, 1)
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}
.news_btn a {
  align-items: center;
  justify-content: center;
  height: 0.46rem;
}
.news_btn_title {
  font-weight: 400;
  font-size: 0.16rem;
  color: #0068b7;
  margin-right: 0.2rem;
}
.news_btn_img {
  width: 0.3rem;
  height: 0.3rem;
}

/* news_detail */
.news_detail {
  width: 100%;
  height: auto;
}
.news_detail_container {
  width: 11rem;
  margin: 2rem auto 0.5rem;
}
.news_detail_nav {
  font-weight: bold;
  font-size: 0.24rem;
  color: #000000;
}
.news_detail_nav .news_hover {
  color: #2561a3;
}
.news_detail .news_title {
  font-weight: bold;
  font-size: 0.3rem;
  color: #2561a3;
  text-align: center;
  margin: 0.5rem auto 0.3rem;
}
.news_detail .news_time {
  font-weight: bold;
  font-size: 0.18rem;
  color: #666666;
  text-align: center;
}
.news_detail .news_con {
  width: 100%;
  height: auto;
  min-height: 4rem;
  margin-top: 0.5rem;
  font-weight: bold;
  font-size: 0.16rem;
  color: #221815;
  line-height: 2;
}

.news_detail_contain {
  width: 14rem;
  margin: 0.6rem auto 2rem;
}

.news_detail .news_line {
  width: 100%;
  height: 0.01rem;
  background-color: #d3d3d3;
}
.news_detail_type {
  justify-content: space-between;
  align-items: center;
  margin-top: 0.5rem;
}
.news_detail_left {
  width: calc(100% - 3rem);
}
.news_detail_name {
  font-weight: bold;
  font-size: 0.16rem;
  color: #999999;
  cursor: pointer;
  line-height: 0.5rem;
}
.news_detail_name:hover {
  color: #333333;
}
.news_detail_btn {
  width: 2.65rem;
  height: 0.85rem;
  border-radius: 0.4rem;
  border: 0.01rem solid #2561a3;
}
.news_detail_btn a {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.news_detail_btn_icon {
  width: 0.25rem;
  height: 0.25rem;
}
.news_detail_btn_title {
  font-weight: bold;
  font-size: 0.18rem;
  color: #2561a3;
  margin-left: 0.2rem;
}
.page26{
    width: 100%;
    height: auto;
    padding: 0.5rem 0;
}
.page26_img{
    width: 100%;
    height: auto;
}
/* 手机端 */
@media (max-width: 992px) {
  .page_title {
    font-size: 0.48rem;
  }
  .page_desc {
    font-size: 0.3rem;
  }
  .banner {
    height: auto;
  }
  .banner_img {
    height: 10.5rem;
  }
  .banner_img .banner_main {
    left: 5%;
    bottom: 1.3rem;
  }
  .banner_main1 {
    left: 58%;
    top: 24%;
  }
  .banner_main2 {
    left: 72%;
    top: 40%;
  }

  .about_banner_info {
    left: 5%;
    top: 60%;
  }
  .about_banner_title {
    font-size: 0.6rem;
  }
  .product_banner {
    height: 10.45rem;
  }
  .product_banner_info {
    top: 35%;
    left: 45%;
  }
  .scene_banner {
    height: 10.5rem;
  }
  .scene_banner_info {
    top: 30%;
    left: 24%;
  }
  .scene_main {
    margin-top: 0;
  }
  .scene_main_img {
    width: 100%;
    height: 1.1rem;
    margin-top: -1rem;
    position: absolute;
  }

  .partner_banner {
    width: 100%;
    height: 10.5rem;
  }
  .partner_banner_info {
    top: 50%;
    left: 50%;
  }
  .partner_main_bjt {
    width: 100%;
    height: 1.2rem;
    margin-top: -1.1rem;
    position: absolute;
  }

  .news_banner {
    width: 100%;
    height: 10.5rem;
  }
  .news_banner_info {
    left: 5%;
    width: 100%;
    transform: none;
  }
  .news_banner_title {
    font-size: 0.6rem;
  }
  .message_banner_info {
    top: 20%;
    left: 5%;
    transform: none;
  }
  .product_banner_title {
    font-size: 0.6rem;
  }
  /* page1 */
  .page1 {
    background-size: 100% 50%;
    background-repeat: no-repeat;
    margin-top: -0.65rem;
  }
  .page1 .page1_desc {
    width: 100%;
  }
  .page1_swiper {
    width: 100%;
    height: auto;
    position: relative;
  }
  .page1_swiper .swiper-slide {
    width: 70% !important;
    height: auto;
    border-radius: 0.2rem;
    transition: 300ms;
    transform: scale(0.8) !important;
    position: relative;
    margin: 0 0.05rem;
  }

  .page1_swiper .swiper-slide-active,
  .swiper-slide-duplicate-active {
    transform: scale(1) !important;
  }

  .page1_swiper .swiper-slide-active .title {
    opacity: 1 !important;
  }
  .page1_swiper .swiper-slide .alanLeftFn {
    width: 100%;
    height: 7.2rem;
    position: relative;
  }
  .page1_swiper .swiper-slide .pic {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
  }
  .page1_swiper .swiper-slide .msg {
    z-index: 10;
    position: absolute;
    bottom: 0.25rem;
    left: 10%;
    font-weight: bold;
font-size: 0.36rem;
color: #FFFFFF;
  }

  .page1 .type .flexing .section .msg h4 {
    text-align: center;
    width: 100%;
    line-height: 1;
    transition: opacity 0.4s;
    font-weight: 400;
    font-size: 0.18rem;
    color: #ffffff;
    position: absolute;
    left: 0;
    bottom: 0.1rem;
  }

  /* page2 */
  .page2 {
    position: relative;
  }

  .page2_info {
    margin-left: 5%;
  }

  .page2_info_name3 {
    width: 4rem;
  }

  .page2_info_list {
    width: 1.1rem;
    height: 1rem;
    line-height: 1rem;
  }

  .page2_info_list.active {
    width: 1.1rem;
    height: 1.3rem;
    line-height: 1.3rem;
  }

  .page2_info_type {
    margin-top: 1.2rem;
  }

  .page2_img {
    width: 4.4rem;
    height: 4.4rem;
    position: absolute;
    top: 2rem;
    right: -1.3rem;
  }

  .page2_img img {
    margin-left: 0 !important;
  }

  .page2_img_lbbj {
    width: 4.4rem;
    height: 4.4rem;
    position: absolute;
    top: 0rem;
    right: 0rem;
  }

  .page2_img_runde {
    width: 1.8rem;
    height: 1.8rem;
  }

  /* page3 */
  .page3 {
    position: relative;
  }
  .page3 .page3_desc {
    width: 100%;
    margin: 0.3rem auto;
  }
  .page3 .page3_type_con {
    justify-content: center;
  }

  .page3 .page3_info_more {
    display: none;
  }

  .page3_type_name {
    text-align: center;
  }

  .page3_type_name1 {
    text-align: center;
  }

  .page3_swiper_mobile {
    width: 100%;
    height: 100%;
  }

  .page3 .swiper-slide {
    height: 4rem;
  }
  .page3_info {
    margin-top: 1.8rem;
  }
  .page3_info_con {
    height: auto;
  }

  .page3_info_yy {
    height: 4rem;
  }

  .page3_info_img {
    height: 4rem;
  }

  .page3_info_name {
    bottom: -3rem;
  }

  /* page4 */
  .page4_type {
    background-size: 100% 100%;
  }
  .page4_main1_left {
    width: 100%;
  }
  .page4_main1_left .page4_title {
    font-size: 0.48rem;
  }
  .page4_main1_left .page4_desc {
    width: 100%;
  }
  .page4_main1_right {
    margin: 0.5rem auto;
    width: 85%;
  }
  .page4_main1_list2 {
    right: -0.5rem;
  }
  .page4_main1_list3 {
    left: -0.23rem;
  }
  .page4_main2_list {
    margin-bottom: 0.3rem;
  }
  /* page5 */
  .page5 {
    padding-bottom: 0.8rem;
  }
  .page5_main_list {
    margin-bottom: 0.6rem;
  }

  .page5_main_list:nth-child(2n) {
    margin-top: 0;
  }

  /*page6*/
  .page6 {
    padding-bottom: 1.8rem;
  }
  .page6_main_img {
    display: none;
  }
.page6_form {
    width: 100%;
}
.page6_type_checkbox label{
    margin-bottom: 0.1rem;
}
  /*page7*/
  .page7_info {
    width: 100%;
  }

  .page7_img {
    width: 100%;
    margin-top: 0.3rem;
  }

  .page7_type_list {
    margin-bottom: 0.2rem;
  }
  /* page8 */
  .page8_img {
    width: 100%;
    height: auto;
  }
  .page8_info {
    width: 100%;
    margin-top: -0.2rem;
  }
  /*page9*/
  .page9_main {
    height: 10.23rem;
    align-items: flex-start;
  }
  .page9_info_title {
    font-size: 0.48rem;
  }
  .page9_info {
    width: 70%;
    padding: 0.6rem 0.4rem;
  }
  /*page10*/
  .page10 {
    margin-top: 0.7rem;
  }
  .page10_item3 {
    margin-top: 0rem;
  }
  .page10_item3 .page10_info_title {
    text-align: center;
  }
  .page10_item3 .page10_info_desc {
    text-align: center;
  }
  .page10_infol {
    width: 100%;
  }
  .page10_item1 {
    width: 100%;
    height: 6.5rem;
  }
  .page10_item1_img {
    width: 100%;
    height: auto;
  }
  .page10_item1 .page10_info_con {
    width: 70%;
    top: 0.3rem;
    right: 0.25rem;
  }
  .page10_item1 .page10_info_title {
    font-size: 0.52rem;
  }
  .page10_item2 {
    width: 100%;
    height: 5.45rem;
  }
  .page10_item2_img {
    width: 100%;
    height: auto;
  }
  .page10_item2 .page10_info_title {
    font-size: 0.48rem;
  }
  .page10_item2 .page10_info_con {
    top: 0.5rem;
    right: 0.4rem;
  }
  .page10_item4 {
    width: 100%;
    margin-top: 0.5rem;
  }
  .page10_item4 .page10_info_title {
    font-size: 0.48rem;
  }
  /*page11*/
  .page11_main {
    height: 10.9rem;
    align-items: flex-start;
  }
  .page11_info {
    margin-top: 0.6rem;
    width: 100%;
  }
  .page11_info_title {
    font-size: 0.48rem;
  }
  /*page12*/
  .page12_info {
    width: 100%;
  }
  .page12_img {
    width: 100%;
    margin-top: 0.5rem;
  }
  .page12_info_title {
    font-size: 0.48rem;
  }
  /*page13*/
  .page13 {
    background-size: cover;
    height: auto;
    padding-bottom: 1.2rem;
    overflow: hidden;
  }
  .page13_main {
    width: 90%;
    height: auto;
    margin: 0.8rem auto 0;
  }
  .page13_img {
    width: 100%;
    height: auto;
  }
  /*page14*/
  .page14 {
    width: 100%;
    height: 13rem;
  }
  .page14 .imgh {
    height: 13rem;
  }
  .page14_img {
    width: 100%;
    height: auto;
  }
  /*page15*/

  .page15 {
    height: auto;
  }
  .page15_main {
    height: auto;
  }
  .page15_img {
    margin-top: -2rem;
  }
  /*page16*/
  .page16 {
    height: 15.8rem;
  }
  .page16 .imgh {
    height: 15.8rem;
  }
  .page16_main {
    right: 5%;
    top: 1rem;
    height: auto;
  }
  /* page17 */
  .page17 {
    height: auto;
    padding-bottom: 1rem;
  }
  .page17_img {
    width: 100%;
  }
  .page17_title {
    font-size: 0.48rem;
  }
  /* page18 */
  .page18 {
    width: 100%;
    height: 15.8rem;
    overflow: hidden;
  }
  .page18 .imgh {
    width: 100%;
    height: 15.8rem;
  }
  .page18_main {
    right: 5%;
    height: auto;
    top: 5%;
  }
  .page18_type {
    width: 100%;
  }
  /*page19*/
  .page19 {
    margin-top: 0.1rem;
  }
  .page19_title {
    font-size: 0.48rem;
  }
  .page19_desc {
    width: 100%;
    text-align: center;
  }
  /* page20 */
  .page20 {
    height: 23rem;
  }
  .page20_title {
    font-size: 0.48rem;
  }
  .page20_type {
    width: 100%;
  }
  .page20_list_title {
    font-size: 0.25rem;
  }
  .page20_img {
    width: 95%;
    height: auto;
    bottom: 0;
    top: auto;
  }
  /*page21*/
  .page21_title {
    font-size: 0.48rem;
  }
  .page21_desc {
    width: 90%;
    margin: 0 auto;
    padding-top: 0.3rem;
  }
  .page21_info {
    width: 90%;
    height: 4.5rem;
  }
  .page21_list_title {
    font-size: 0.36rem;
  }
  .page21_list {
    width: 50%;
    height: 2rem;
    padding-top: 0.2rem;
    padding-right: 0.5rem;
    box-sizing: border-box;
  }
  .page21_list:nth-child(2n) {
    padding-left: 0.5rem;
    padding-right: 0rem;
  }
  .page21_info_img {
    width: 0.8rem;
    height: 1rem;
  }
  /*page22*/
  .page22 {
    height: 43.75rem;
  }
  .page22_bjt {
    height: 100%;
  }
  .page22_info {
    margin-top: 0.5rem;
  }
  .page22_info_img:first-child {
    width: 1.5rem;
    height: 0.6rem;
    position: absolute;
    top: 0.2rem;
    left: 0.5rem;
  }
  .page22_info_img:nth-child(2) {
    width: 1.5rem;
    height: 0.6rem;
    top: 1.5rem;
  }
  .page22_info_img:nth-child(3) {
    width: 1.08rem;
    height: 0.45rem;
    top: 2.8rem;
    left: 0.5rem;
  }
  .page22_info_img:nth-child(4) {
    width: 1.5rem;
    height: 0.6rem;
    top: 3.8rem;
  }
  .page22_info_img:nth-child(5) {
    width: 1.1rem;
    height: 0.45rem;
    top: 0.8rem;
    left: 3.5rem;
  }
  .page22_info_img:nth-child(6) {
    width: 1.1rem;
    height: 0.45rem;
    top: 2.8rem;
    left: 3.5rem;
  }
  .page22_info_img:nth-child(7) {
    width: 1.1rem;
    height: 0.45rem;
    top: 3.8rem;
    left: 3.5rem;
  }
  .page22_info_tx {
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    top: 1.8rem;
    left: 4.5rem;
    z-index: 9;
  }
  .page22_info_con {
    width: 2.1rem;
    top: 2.4rem;
    left: 4.6rem;
    padding: 0.15rem 0.15rem 0;
  }
  .page22_info_num {
    font-weight: bold;
    font-size: 0.38rem;
    color: #0066b1;
    line-height: 1.3;
    padding-left: 0.1rem;
  }
  .page22_info {
    height: 6rem;
  }
  /*page23*/
  .page23_main {
    width: 100%;
  }
  .page23_title {
    padding-top: 0.8rem;
  }
  .page23_item {
    margin-bottom: 0.2rem;
  }
  .page23_Swiper {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 0.8rem;
  }
  .page23_info {
    height: auto;
  }
  /* page24 */
  .page24 {
    height: auto;
    padding-bottom: 0.5rem;
  }
  .page24_item_img {
    margin: 0.3rem 0.1rem;
    width: 1.9rem;
    height: auto;
  }
  /* .page25_main */
  .page25_main {
    width: 90%;
  }
  .storeswiper .swiper-slide {
    width: 90%;
  }
  .page25_list {
    width: 100%;
  }
  .storeswiper .right_btn {
    width: 1.2rem;
    height: 1.2rem;
    right: 0.1rem;
  }
  .storeswiper .left_btn {
    width: 1.2rem;
    height: 1.2rem;
    left: 0.1rem;
  }
  .page25_info_list {
    width: 100%;
  }
  .page25_info_list_img {
    width: 100%;
    height: auto;
  }
  /* news */
  .news_detail_container {
    width: 90%;
    margin: 1.2rem auto 0.5rem;
  }
  .news_detail_contain {
    width: 90%;
    margin: 0.6rem auto 0.8rem;
  }
  .news_detail_left {
    width: 100%;
  }
  .news_detail_btn {
    margin: 0.3rem auto;
  }
  .message_type_input {
    width: 100%;
  }
}
