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

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

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

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

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

.banner_img .banner_more {
  position: absolute;
  left: 2rem;
  bottom: 1.8rem;
}

.banner_more a {
  align-items: center;
}

.banner_more_icon {
  width: 0.67rem;
  height: 0.76rem;
}

.banner_more_name {
  font-family: HarmonyOS_Sans_SC;
  font-size: 0.18rem;
  color: #ffffff;
  padding-left: 0.1rem;
}

.banner_more a:hover .banner_more_name {
  color: #fd8103;
}

.more_img {
  display: block;
}

.more_img_hover {
  display: none;
}

.banner_more a:hover .more_img {
  display: none;
}

.banner_more a:hover .more_img_hover {
  display: block;
}

/* nybanner */
.nybanner {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 9;
}

.nybanner_bl_bj {
  width: 100%;
  height: 1rem;
  position: absolute;
  left: 0;
  bottom: -0.2rem;
  z-index: 10;
}
/*加盟悬浮按钮*/
.join_btn{
    width: 0.85rem;
    height: auto;
    position: fixed;
    top: 50%;
    right: 3.5%;
    z-index: 99999;
    transform: translate(0%,-50%);
}
.join_btn_phone{
    position: absolute;
    right: 0.2rem;
    top: 0;
    width: 0.65rem;
    height: 0.65rem;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0.01rem 0.04rem 0.2rem 0.02rem rgba(0,0,0,0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s; 
}
.join_img{
    width: 0.4rem;
    height: 0.4rem;
}
.joi_phone{
    display: none;
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 0.18rem;
    color: #FD8103;
    line-height: 0.3rem;
    transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.join_btn_phone:hover{
    width: 2.2rem;
    justify-content: space-around;
    transition: all 0.3s; 
    border-radius: 0.33rem;
}
.join_btn_phone:hover .joi_phone{
    
    display: block;
}

.join_btn_jiameng{
    position: relative;
    right: 0;
    top: 1rem;
    width: 0.65rem;
    height: 0.65rem;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0.01rem 0.04rem 0.2rem 0.02rem rgba(0,0,0,0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.join_btn_jiameng .join_items {
  position: absolute;
  visibility: visible;
  top: -380%;
  opacity: 0;
  transform: translateX(-50%) translateY(2rem);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  backface-visibility: hidden;
  left: -130%;
  width: 1.66rem;
  height: 1.82rem;
  background-image: url(../images/join_btn_bj.png);
  background-size: 100% 100%;
}

.join_items .join_imgBox {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.15rem 0.17rem 0.1rem;
}

.join_items .join_title {
  text-align: center;
  font-family: 'HarmonyOS_Sans_SC';
  font-size: 0.16rem;
  color: #1F1F1F;
  padding-right: 0.12rem;
}

.join_btn_jiameng:hover .join_items {
  opacity: 1;
  transform: translateX(-50%) translateY(1.9rem);
  visibility: visible;
}
.join_btn_weixin{
    position: relative;
    right: 0;
    top: 1.4rem;
    width: 0.65rem;
    height: 0.65rem;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0.01rem 0.04rem 0.2rem 0.02rem rgba(0,0,0,0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.join_btn_weixin .join_items {
  position: absolute;
  visibility: visible;
  top: -380%;
  opacity: 0;
  transform: translateX(-50%) translateY(2rem);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  backface-visibility: hidden;
  left: -130%;
  width: 1.66rem;
  height: 1.82rem;
  background-image: url(../images/join_btn_bj.png);
  background-size: 100% 100%;
}
.join_btn_weixin:hover .join_items {
  opacity: 1;
  transform: translateX(-50%) translateY(1.9rem);
  visibility: visible;
}
.join_bottom{
    width: 2.6rem;
    height: 0.65rem;
    background: #FFE600;
    box-shadow: 0.01rem 0.04rem 0.2rem 0.02rem rgba(0,0,0,0.2);
    border-radius: 0.34rem;
    position: fixed;
    left: 50%;
    bottom: 8%;
    z-index: 99999;
    transform: translate(-50%,-50%);
    font-family: 'HarmonyOS_Sans_SC_Bold';
    font-size: 0.24rem;
    cursor: pointer;
    line-height: 0.65rem;
    text-align: center;
}
.join_bottom a{
    color: #1F1F1F;
    display: block;
    width: 100%;
    height: 100%;
}
/* page1 */
.page1 {
  width: 100%;
  height: auto;
}

.page1 .page1_type {
  padding: 0.8rem 0;
  align-items: center;
}

.page1_type .page1_img {
  height: 9.58rem;
  width: 8.18rem;
  position: relative;
}

.page1_img .page1_img_lbbj {
  height: 9.58rem;
  width: 8.18rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}

.page1_info {
  margin-left: 1.25rem;
}

.page1_info_name1 {
  font-family: "EastmanVariable";
  font-weight: 400;
  font-size: 0.48rem;
  color: #fd8103;
}

.page1_info_name2 {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.48rem;
  color: #fd8103;
  line-height: 0.24rem;
}

.page1_info_name3 {
  font-size: 0.16rem;
  color: #1f1f1f;
  line-height: 0.36rem;
  font-weight: 500;
}

.page1_info_name4 {
  font-size: 0.16rem;
  color: #1f1f1f;
  line-height: 0.36rem;
  font-weight: 600;
}

.page1_info_name5 {
  font-size: 0.16rem;
  color: #1f1f1f;
  line-height: 0.36rem;
  font-weight: 600;
  padding-top: 0.6rem;
}

.page1_info_type {
  align-items: center;
  margin-top: 0.5rem;
}

.page1_info_list {
  width: auto;
  margin-right: 1rem;
}

.page1_info_list_num {
  font-family: "EastmanVariable";
  font-weight: bold;
  font-size: 0.48rem;
  color: #fec504;
  line-height: 0.36rem;
}

.page1_info_list_name {
  font-family: "HarmonyOS_Sans_SC";
  font-size: 0.18rem;
  color: #1f1f1f;
  line-height: 0.36rem;
  text-align: center;
  padding-top: 0.15rem;
}

.page1_info_more {
  margin-top: 0.5rem;
  width: 1.5rem;
}

.page1_info_more a {
  align-items: center;
}

.page1_info_more_icon {
  width: 0.65rem;
  height: 0.73rem;
}

.page1_info_more_name {
  font-family: "HarmonyOS_Sans_SC";
  font-weight: 400;
  font-size: 0.18rem;
  color: #fd8103;
  padding-left: 0.1rem;
}

.page1_info_more:hover .more_img {
  display: none;
}

.page1_info_more:hover .more_img_hover {
  display: block;
}

/* page2 */
.page2 {
  width: 100%;
  height: auto;
}

.page2_bl {
  width: 100%;
  height: 1.15rem;

}

.page2_type {
  width: 100%;
  height: auto;
  background-color: #fefaeb;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2rem;
}

.page2_info {
  margin-left: 1rem;
}

.page2_info_name1 {
  font-family: "EastmanVariable";
  font-weight: 400;
  font-size: 0.48rem;
  color: #fd8103;
}

.page2_info_name2 {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.48rem;
  color: #fd8103;
  line-height: 0.24rem;
}

.page2_info_name3 {
  font-family: "HarmonyOS_Sans_SC";
  font-weight: 400;
  font-size: 0.16rem;
  color: #1f1f1f;
  line-height: 0.3rem;
  margin-top: 0.5rem;
  width: 5.5rem;
}

.page2_info_type {
  width: 100%;
  height: auto;
  align-items: center;
  margin-top: 0.8rem;
}

.page2_info_list {
  margin-left: 0.18rem;
  width: 1.4rem;
  height: 1.3rem;
  text-align: center;
  line-height: 1.3rem;
  background-image: url(../images/page2_icon2.png);
  font-family: "HarmonyOS_Sans_SC";
  font-size: 0.16rem;
  color: #1f1f1f;
  background-size: 100% 100%;
}

.page2_info_list a {
  color: #1f1f1f;
  display: block;
  width: 100%;
  height: 100%;
}

.page2_info_list:first-child {
  margin-left: 0;
}

.page2_info_list.active {
  width: 1.44rem;
  height: 1.66rem;
  text-align: center;
  line-height: 1.66rem;
  font-family: "HarmonyOS_Sans_SC_Bold";
  background-size: 100% 100%;
  background-image: url(../images/page2_icon1.png);
}

.page2_img {
  width: 8.5rem;
  height: 8.5rem;
  /*border-radius: 50%;*/
  overflow: hidden;
  position: relative;
  right: -0.5rem;
}

.page2_img_lbbj {
  width: 8.5rem;
  height: 8.5rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.page2_img_runde {
  width: 3.5rem;
  height: 3.5rem;
  background-color: #fefaeb;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 9;
}

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

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

.page3_type {
  width: 100%;
  height: auto;
  background-color: #fd8103;
}

.page3_type_con {
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.15rem;
}

.page3_info_more {}

.page3_info_more a {
  align-items: center;
}

.page3_info_more_icon {
  width: 0.65rem;
  height: 0.73rem;
}

.page3_info_more_name {
  font-family: "HarmonyOS_Sans_SC";
  font-weight: 400;
  font-size: 0.18rem;
  color: #fff;
  padding-left: 0.1rem;
}

.page3_type_title {}

.page3_type_name {
  font-family: "EastmanVariable";
  font-weight: 400;
  font-size: 0.48rem;
  color: #ffffff;
  text-align: right;
}

.page3_type_name1 {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.48rem;
  color: #ffffff;
  line-height: 0.24rem;
  text-align: right;
}

.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-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.36rem;
  color: #ffffff;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 1.5rem;
  z-index: 99;
  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-color: #fff;
}

.page4_type_con {
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.15rem;
}

.page4_info_more {
  width: 1.5rem;
}

.page4_info_more a {
  align-items: center;
}

.page4_info_more_icon {
  width: 0.65rem;
  height: 0.73rem;
}

.page4_info_more:hover .more_img {
  display: none;
}

.page4_info_more:hover .more_img_hover {
  display: block;
}

.page4_info_more_name {
  font-family: "HarmonyOS_Sans_SC";
  font-weight: 400;
  font-size: 0.18rem;
  color: #fd8103;
  padding-left: 0.1rem;
}

.page4_type_title {
  /* width: 100%; */
}

.page4_type_name {
  font-family: "EastmanVariable";
  font-weight: 400;
  font-size: 0.48rem;
  color: #fd8103;
}

.page4_type_name1 {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.48rem;
  color: #fd8103;
  line-height: 0.24rem;
}

.page4_info {
  width: 100%;
  height: 8rem;
  margin-top: 0.6rem;
  justify-content: space-between;
}

.page4_info_left {
  width: 4.75rem;
  height: 8rem;
  background: #f8f8f8;
  border-radius: 0.2rem;
  overflow: hidden;
}

.page1_info_news1_list {
  height: 2rem;
  border-bottom: 0.01rem solid #e8e8e8;
  position: relative;
  cursor: pointer;
}

.page1_info_news1_list .page1_info_news1_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  z-index: 9;
  overflow: hidden;
  display: none;
}

.page1_info_news1_bj {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2rem;
  z-index: 9;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}

.page1_info_news1_type {
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  z-index: 99;
  padding: 0px 0.5rem;
}

.page4_info_news1_title {
  font-family: 'HarmonyOS_Sans_SC';
  font-weight: 400;
  font-size: 0.16rem;
  color: #1f1f1f;
  height: 0.6rem;
  line-height: 0.3rem;
  padding-top: 0.4rem;
}

.page4_info_news1_btn {
  margin-top: 0.3rem;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.page4_time {
  font-family: "EastmanVariable";
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.26rem;
}

.page4_more {
  width: 0.2rem;
  height: 0.26rem;
}

.page4_more_img {
  display: block;
}

.page4_more_img_hover {
  display: none;
}

.page1_info_news1_list:hover .page1_info_news1_img {
  display: block;
}

.page1_info_news1_list:hover .page1_info_news1_bj {
  display: block;
}

.page1_info_news1_list:hover .page4_more_img {
  display: none;
}

.page1_info_news1_list:hover .page4_more_img_hover {
  display: block;
}

.page1_info_news1_list:hover .page1_info_news1_type .page4_info_news1_title {
  color: #ffffff;
}

.page1_info_news1_list:hover .page1_info_news1_type .page4_time {
  color: #ffffff;
}

.page4_info_right {
  width: 9.88rem;
  height: 8rem;
}

.page4_info_news4 {
  width: 100%;
  border-radius: 0.2rem;
  overflow: hidden;
}

.page4_info_news4_img {
  width: 3.88rem;
  height: 3.15rem;
  overflow: hidden;
}

.page4_info_news4_type {
  width: calc(100% - 3.88rem);
  height: 3.15rem;
  background-color: #f8f8f8;
}

.page4_info_news4_title {
  padding: 0.5rem 0.5rem 0 0.5rem;
  font-family: "HarmonyOS_Sans_SC";
  font-weight: 400;
  font-size: 0.24rem;
  color: #1f1f1f;
  line-height: 0.3rem;
  height: 0.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.3s;
}

.page4_info_news4_desc {
  padding: 0.4rem 0.5rem 0 0.5rem;
  font-family: "HarmonyOS_Sans_SC";
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.26rem;
  height: 0.52rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.page4_info_news4_btn {
  width: 100%;
  height: 0.8rem;
  border-top: 0.01rem solid #e8e8e8;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.3rem;
}

.page4_info_news4_btn .page4_time {
  padding-left: 0.5rem;
}

.page4_info_news4_btn .page4_more {
  padding-right: 0.5rem;
}

.page4_info_news4:hover .page4_info_news4_title {
  font-weight: bold;
  color: #fd8103;
}

.page4_info_news4:hover .page4_more_img {
  display: none;
}

.page4_info_news4:hover .page4_more_img_hover {
  display: block;
}

.page4_info_news_type {
  margin-top: 0.35rem;
  justify-content: space-between;
}

.page4_info_news3 {
  width: 4.75rem;
  height: 4.5rem;
  background: #f8f8f8;
  border-radius: 0.2rem;
  overflow: hidden;
}

.page4_info_news3_img {
  width: 4.75rem;
  height: 2.05rem;
  overflow: hidden;
}

.page4_info_news3_title {
  padding: 0.5rem 0.4rem 0 0.4rem;
  font-family: "HarmonyOS_Sans_SC";
  font-weight: 400;
  font-size: 0.24rem;
  color: #1f1f1f;
  line-height: 0.3rem;
  height: 0.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.5s;
}

.page4_info_news3_btn {
  width: 100%;
  height: 0.8rem;
  border-top: 0.01rem solid #e8e8e8;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5rem;
}

.page4_info_news3_btn .page4_time {
  padding-left: 0.5rem;
}

.page4_info_news3_btn .page4_more {
  padding-right: 0.5rem;
}

.page4_info_news3:hover .page4_info_news3_title {
  font-weight: bold;
  color: #fd8103;
}

.page4_info_news3:hover .page4_more_img {
  display: none;
}

.page4_info_news3:hover .page4_more_img_hover {
  display: block;
}

/* page5 */
.page5 {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
  padding-bottom: 2rem;
}

.page5 .page5_type {
  width: 100%;
  height: auto;
}

.page5_type_name {
  font-family: "EastmanVariable";
  font-weight: 400;
  font-size: 0.48rem;
  color: #fd8103;
  text-align: center;
}

.page5_type_name1 {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.48rem;
  color: #fd8103;
  line-height: 0.24rem;
  text-align: center;
}

.page5 .storeswiper {
  width: 100%;
  margin-top: 0.8rem;
}

.page5_swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.storeswiper .swiper-slide {
  width: 10rem;
  height: auto;
  border-radius: 0.08rem;
  overflow: hidden;
  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_img {
  width: 1.44rem;
  height: 1.33rem;
  position: absolute;
  left: 3.2rem;
  top: 50%;
  cursor: pointer;
  z-index: 99;
  transform: translate(-50%, -50%);
}

.storeswiper .right_img {
  width: 1.44rem;
  height: 1.33rem;
  position: absolute;
  right: 2.2rem;
  top: 50%;
  cursor: pointer;
  z-index: 99;
  transform: translate(-50%, -50%);
}

.storeswiper .page5_btn_bj {
  background-image: url(../images/page5_btn2.png);
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.storeswiper .page5_btn_bj div {
  width: 0.38rem;
  height: 0.73rem;
}

.storeswiper .page5_btn_bj div .btn2 {
  display: block;
}

.storeswiper .page5_btn_bj div .btn1 {
  display: none;
}

.storeswiper .page5_btn_bj:hover {
  background-image: url(../images/page5_btn1.png);
}

.storeswiper .page5_btn_bj:hover div .btn2 {
  display: none;
}

.storeswiper .page5_btn_bj:hover div .btn1 {
  display: block;
}

/* page6 */
.page6 {
  width: 100%;
  height: auto;
}

.page6_type {
  justify-content: space-between;
  padding-top: 0.8rem;
  padding-bottom: 0.3rem;
  align-items: center;
}

.page6_img {
  width: 7.3rem;
  height: 8.1rem;
  position: relative;
}

.page6_img .page6_img_lbbj {
  width: 7.3rem;
  height: 8.1rem;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}

.page6_info {
  width: calc(100% - 8.3rem);
  height: auto;
}

.page6_info_name1 {
  font-family: "EastmanVariable";
  font-weight: 400;
  font-size: 0.48rem;
  color: #fd8103;
}

.page6_info_name2 {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.48rem;
  color: #fd8103;
  line-height: 0.24rem;
}

.page6_info_name3 {
  font-family: "HarmonyOS_Sans_SC";
  font-size: 0.18rem;
  color: #1f1f1f;
  line-height: 0.3rem;
  margin-top: 0.5rem;
}

.page6_info_name3>span {
  font-family: "HarmonyOS_Sans_SC_Bold";
}

/* page7 */
.page7 {
  width: 100%;
  height: 11.36rem;
  background-size: 100% 100%;
}

.page7_type_title {
  padding-top: 2.6rem;
}

.page7_title {
  font-family: "EastmanVariable";
  font-weight: 400;
  font-size: 0.48rem;
  color: #ffffff;
}

.page7_title1 {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.48rem;
  color: #ffffff;
  line-height: 0.24rem;
}

.page7_type {
  justify-content: space-between;
  margin-top: 1rem;
}

.page7_type_list {
  width: 3.05rem;
  height: 4.3rem;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.2rem;
  padding: 0.2rem;
}

.page7_type_name {
  font-family: "HarmonyOS_Sans_SC";
  font-size: 0.24rem;
  color: #ffffff;
  line-height: 0.24rem;
  padding-top: 0.2rem;
}

.page7_type_name1 {
  font-family: "HarmonyOS_Sans_SC";
  font-size: 0.24rem;
  color: #ffffff;
  line-height: 0.3rem;
  height: 0.6rem;
  margin-top: 2.6rem;
}

.page7_type_line {
  background-color: #fff;
  width: 100%;
  height: 0.02rem;
}

.page7_type_name2 {
  font-family: "EastmanVariable";
  font-weight: 400;
  font-size: 0.16rem;
  color: #ffffff;
  line-height: 0.65rem;
}

/* page8 */
.page8 {
  width: 100%;
  height: auto;
}

.page8_title {
  width: 100%;
  margin-top: 0.4rem;
}

.page8_title_name {
  font-family: "EastmanVariable";
  font-weight: 400;
  font-size: 0.48rem;
  color: #fd8103;
  text-align: center;
}

.page8_title_name1 {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.48rem;
  color: #fd8103;
  line-height: 0.24rem;
  text-align: center;
}

.page8_type {
  width: auto;
  height: 10.8rem;
  position: relative;
  left: 0;
  top: 0;
  overflow: auto;
}

.page8_type::-webkit-scrollbar {
  width: 0rem;
  height: 0rem;
}

.page8_type_line {
  position: absolute;
  width: 38.76rem;
  height: 0.74rem;
  left: 0;
  top: calc(50% - 0.37rem);
}

.page8_item_list {
  width: auto;
  position: absolute;
  top: 0;
  left: 1.6rem;
  z-index: 99;
  flex-wrap: nowrap !important;
  width: 37.16rem;
}

.page8_item {}

.page8_item:nth-child(2n) {
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
}

.page8_item_icon {
  width: 0.91rem;
  height: 1.04rem;
  background-image: url(../images/page8_icon.png);
  background-size: 100% 100%;
  text-align: center;
  line-height: 1.2rem;
  font-family: "EastmanVariable";
  font-weight: bold;
  font-size: 0.24rem;
  color: #1f1f1f;
  margin: 0 auto;
  cursor: pointer;
}

.page8_item_type {
  margin-top: 0.3rem;
}

.page8_item:nth-child(2n) .page8_item_type {
  margin-top: 0;
  margin-bottom: 0.3rem;
}

.page8_item_img {
  width: 3.42rem;
  height: 3.1rem;
}

.page8_item_name {
  width: 3.42rem;
  font-family: "HarmonyOS_Sans_SC";
  font-size: 0.24rem;
  color: #1f1f1f;
  line-height: 0.3rem;
  padding-top: 0.2rem;
  height: 0.6rem;
  text-align: center;
}

.page8_item:first-child {
  margin-top: 4.6rem;
}

.page8_item:nth-child(2) {
  margin-top: 0.45rem;
}

.page8_item:nth-child(3) {
  margin-top: 4.9rem;
}

.page8_item:nth-child(4) {
  margin-top: 0.9rem;
}

.page8_item:nth-child(5) {
  margin-top: 5rem;
}

.page8_item:nth-child(6) {
  margin-top: 0.35rem;
}

.page8_item:nth-child(7) {
  margin-top: 4.5rem;
}

.page8_item:nth-child(8) {
  margin-top: 0.6rem;
}

.page8_item:nth-child(9) {
  margin-top: 5rem;
}

.page8_item:nth-child(10) {
  margin-top: 0.9rem;
}

.page8_item:nth-child(11) {
  margin-top: 5rem;
}

/* page9 */
.page9 {
  width: 100%;
  height: 13rem;
  background-image: url(https://coco-business.oss-cn-shanghai.aliyuncs.com/static/page9_bj.png!watermark);
  background-size: 100% 100%;
  overflow: hidden;
}

.page9_title {
  width: 100%;
  margin-top: 1.2rem;
}

.page9_title_name {
  font-family: "EastmanVariable";
  font-weight: 400;
  font-size: 0.48rem;
  color: #fd8103;
}

.page9_title_name1 {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.48rem;
  color: #fd8103;
  line-height: 0.24rem;
}

.page9_type {
  height: 6.45rem;
  width: auto;
  margin-top: 0.2rem;
  justify-content: space-between;
}

.page9_type_list {
  width: calc(100% - 6rem);
  height: 6.45rem;
  justify-content: space-between;
  align-content: flex-start;
}

.page9_item {
  width: 2.9rem;
  height: 1.7rem;
  background-image: url(https://coco-business.oss-cn-shanghai.aliyuncs.com/static/page9_icon.png!watermark);
  background-size: 100% 100%;
  margin-top: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}


.page9_item p {
  font-family: "HarmonyOS_Sans_SC";
  font-size: 0.16rem;
  color: #1f1f1f;
  line-height: 0.3rem;
  text-align: center;
  width: 75%;
}

.page9_type_img {
  width: 5rem;
  height: 6.45rem;
}

.page9_info {
  width: auto;
  /*background-image: url(../images/page9_line.png);*/
  /*background-size: 100% 100%;*/
  height: 3rem;
  position: relative;
  top: 0;
  left: 0;
  margin-top: 0.8rem;
  overflow: auto;
  overflow-y: hidden;
  cursor: pointer;
}

.page9_info::-webkit-scrollbar {
  width: 0rem;
  height: 0rem;
}

.page9_info_line {
  height: 1rem;
  position: absolute;
  left: 0;
  top: 1rem;
  background-position: -1rem 0;
  background-size: contain;
}

.page9_info_con {
  position: absolute;
  left: 0rem;
  top: 0.5rem;
  height: 2rem;
  display: flex;
  flex-wrap: nowrap;
}

.page9_info_list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  margin-right: 3.5rem;
}

.page9_info_list:first-child {
  margin-left: 2.1rem;
}

.page9_info_list:last-child {
  margin-right: 0;
}

.page9_info_list_name {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.24rem;
  color: #999999;
  line-height: 0.36rem;
}

.page9_info_list_rounds {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 50%;
  border: 0.01rem solid #666666;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.2rem;
}

.solid_circle {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background-color: #666666;
}

.page9_info_list:nth-child(1) {
  margin-top: -0.6rem;
}

.page9_info_list:nth-child(2) {
  margin-top: 0rem;
}

.page9_info_list:nth-child(3) {
  margin-top: 0.1rem;
}

.page9_info_list:nth-child(4) {
  margin-top: -1.4rem;
}

.page9_info_list:nth-child(5) {
  margin-top: -0.5rem;
}

.page9_info_list:nth-child(6) {
  margin-top: 0.3rem;
}

.page9_info_list:nth-child(7) {
  margin-top: -0.2rem;
}

.page9_info_list:nth-child(8) {
  margin-top: -1.35rem;
}

.page9_info_list:nth-child(9) {
  margin-top: -0.5rem;
}

.page9_info_list:nth-child(10) {
  margin-top: 0.3rem;
}

.page9_info_list:nth-child(11) {
  margin-top: -0.35rem;
}

.page9_info_list:nth-child(12) {
  margin-top: -1.25rem;
}

.page9_info_list:nth-child(13) {
  margin-top: -0.45rem;
}

.page9_info_list:nth-child(14) {
  margin-top: 0.35rem;
}

.page9_info_list:nth-child(15) {
  margin-top: -0.5rem;
}

.page9_info_list:nth-child(16) {
  margin-top: -1.1rem;
}

.page9_info_list:nth-child(17) {
  margin-top: -0.4rem;
}


.page9_info_list.active .page9_info_list_name {
  color: #fd8103;
}

.page9_info_list.active .page9_info_list_rounds {
  width: 0.8rem;
  height: 0.8rem;
  border: 0.01rem solid #fd8103;
}

.page9_info_list.active .solid_circle {
  background-color: #fd8103;
}

/* page10 */
.page10 {
  width: 100%;
  height: auto;
  padding-bottom: 1.5rem;
}

.page10_title {
  width: 100%;
  margin-top: 1rem;
}

.page10_title_name {
  font-family: "EastmanVariable";
  font-weight: 400;
  font-size: 0.48rem;
  color: #fd8103;
  text-align: center;
}

.page10_title_name1 {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.48rem;
  color: #fd8103;
  line-height: 0.24rem;
  text-align: center;
}

.page10_type {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 8.8rem;
  margin-top: 0.8rem;
}

.page10_img1 {
  position: absolute;
  width: 2.95rem;
  height: 2rem;
  left: 0;
  top: 3.55rem;
}

.page10_img2 {
  position: absolute;
  width: 3.46rem;
  height: 2.2rem;
  left: 2.67rem;
  top: 1.25rem;
}

.page10_img3 {
  position: absolute;
  width: 2.94rem;
  height: 3.96rem;
  left: 3.22rem;
  top: 3.55rem;
}

.page10_img4 {
  position: absolute;
  width: 3.37rem;
  height: 2.15rem;
  left: 6.37rem;
  top: 0rem;
}

.page10_img5 {
  position: absolute;
  width: 2.47rem;
  height: 1.78rem;
  left: 9.98rem;
  top: 0.36rem;
}

.page10_img6 {
  position: absolute;
  width: 6.42rem;
  height: 3.98rem;
  left: 6.37rem;
  top: 2.42rem;
}

.page10_img7 {
  position: absolute;
  width: 2.47rem;
  height: 1.78rem;
  left: 6.79rem;
  bottom: 0.36rem;
}

.page10_img8 {
  position: absolute;
  width: 3.3rem;
  height: 2.15rem;
  right: 6.37rem;
  bottom: 0rem;
}

.page10_img9 {
  position: absolute;
  width: 2.94rem;
  height: 3.96rem;
  right: 3.19rem;
  top: 0.4rem;
}

.page10_img10 {
  position: absolute;
  width: 3.44rem;
  height: 2.14rem;
  right: 2.64rem;
  bottom: 2.08rem;
}

.page10_img11 {
  position: absolute;
  width: 2.93rem;
  height: 2rem;
  right: 0rem;
  top: 2.37rem;
}

.page10_img {
  overflow: hidden;
  cursor: pointer;
  border-radius: 0.2rem;
}

.page10_img img {
  transition: all 0.5s;
  transform: scale(1);
}

.page10_img:hover img {
  transform: scale(1.2);
}

/* page11 */
.page11 {
  width: 100%;
  height: auto;
  margin-top: -1rem;
  background-image: url(../images/product_bj.png);
  background-position: top;
  background-size: cover;
}

.page11_type {
  width: 100%;
  height: 9.1rem;
  padding: 1.5rem 0;
  position: relative;
}

.page11_info {
  width: 0.02rem;
  height: 7.8rem;
  margin-top: 0.65rem;
  margin-left: 2.4rem;
  background-color: #FEC504;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.page11_rounds {
  width: 0.26rem;
  height: 0.26rem;
  border-radius: 50%;
  background-color: rgba(243, 199, 66, 1);
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.page11_rounds .solid_circle {
  width: 0rem;
  height: 0rem;
  border-radius: 50%;
  background-color: #FEC504;
  transition: all 0.5s;
}

.page11_rounds.active {
  width: 0.6rem;
  height: 0.6rem;
  background-color: rgba(243, 199, 66, 0.3);

}

.page11_rounds.active:first-child {
  margin-top: -0.3rem;
}

.page11_rounds.active:last-child {
  margin-bottom: -0.3rem;
}

.page11_rounds.active .solid_circle {
  width: 0.26rem;
  height: 0.26rem;
}

.page11_title_item {}

.page11_title {
  width: 5rem;
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.6rem;
  color: #FD8103;
  text-align: center;
  opacity: 0;
  display: none;
}

.page11_title.active {
  display: block;
  animation: show 0.75s ease-in-out 0.3s forwards;
}

@keyframes show {
  0% {
    filter: blur(5px);
    transform: translateY(calc(-50% + 75px));
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}

.page11_slider {
  display: none;
}

.page11_slider.active {
  display: block;
}

.page11_slider_item {
  cursor: pointer;
}

.page11_item {
  width: 3rem;
  height: 4.5rem;
  list-style-type: none;
  position: absolute;
  top: 30%;
  /* transform: translateY(-50%); */
  z-index: 1;
  background-position: center;
  background-size: cover;
  border-radius: .2rem;
  box-shadow: 0 .2rem .2rem rgba(255, 255, 255, 0.3) inset;
  transition: transform 0.1s, left 0.75s, top 0.75s, width 0.75s, height 0.75s;

}

.page11_item:nth-child(1) {
  left: 54%;
}

.page11_item:nth-child(2) {
  left: calc(54% + 4rem);
}

.page11_item:nth-child(3) {
  left: calc(54% + 7.4rem);
}

.page11_item:nth-child(4) {
  left: calc(54% + 10.8rem);
}

.page11_item:nth-child(5) {
  left: calc(54% + 12.8rem);
  opacity: 0;
}

.page11_item:nth-child(n+5) {
  left: calc(54% + 12.8rem);
  opacity: 0;
}


.page11_item_img {
  width: 100%;
  height: 100%;
  border-radius: .2rem;
  overflow: hidden;
}

.page11_item:nth-child(1) .page11_item_img {
  transform: scale(1.4);
}


.page11_item_active .page11_item_img {
  animation: showcontent 1s ease-in-out 1 forwards;
}

@keyframes showcontent {
  from {
    opacity: 1;
    transform: translateY(0) scale(1.4);
    filter: blur(0);
  }

  to {
    /* opacity: 0.2; */
    transform: translateY(200px) scale(1.4);
    filter: blur(3px);

  }
}


.page11_btn_bj {
  background-image: url(../images/page5_btn2.png);
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.44rem;
  height: 1.33rem;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  cursor: pointer;
  z-index: 99;
  transform: translate(-50%, -50%);
}

.page11_btn_bj div {
  width: 0.38rem;
  height: 0.73rem;
}

.page11_btn_bj div .btn2 {
  display: block;
}

.page11_btn_bj div .btn1 {
  display: none;
}

.page11_btn_bj:hover {
  background-image: url(../images/page5_btn1.png);
}

.page11_btn_bj:hover div .btn2 {
  display: none;
}

.page11_btn_bj:hover div .btn1 {
  display: block;
}

.page11dig {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}

.page11dig .page11_digcoles {
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 5%;
  right: 0.2rem;
  z-index: 99999;
  cursor: pointer;
}

.page11dig .page11_digimg {
  width: auto;
  height: 75vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.2rem;
  overflow: hidden;
}

/* page12 */
.page12 {
  width: 100%;
  height: auto;
}

.page12_title {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.48rem;
  color: #FD8103;
  line-height: 0.48rem;
  text-align: center;
  padding-top: 1rem;
}

.page12_type {
  width: 100%;
  height: auto;
  justify-content: space-between;
  margin: .6rem 0 .8rem;
}

.page12_type_item1 {
  width: 7rem;
  height: 5.5rem;
}

.page12_type_item2 {
  width: 3.35rem;
  height: 5.5rem;
}

.page12_type_item3 {
  width: 4.3rem;
  height: 5.5rem;
}

.page12_type_item3_list {
  width: 100%;
  height: 2.7rem;
  margin-bottom: 0.13rem;
}

.page12_type_item3_list:last-child {
  margin-bottom: 0;
}

.page12_type_item_img {
  overflow: hidden;
  border-radius: 0.2rem;
}

.page12_type_item_img img {
  transform: scale(1);
  transition: all 0.5s;
}

.page12_type_item_img:hover {
  cursor: pointer;
}

.page12_type_item_img:hover img {
  transform: scale(1.2);
  transition: all 0.5s;
}

/* page13 */
.page13 {
  width: 100%;
  height: 8.7rem;
  background-image: url(../images/page13_bj.png);
  background-size: 100% 100%;
  position: relative;
  z-index: 9;
}

.page13_type {
  width: 100%;
  height: 8.7rem;
  align-items: center;
  justify-content: space-between;

}

.page13_info {
  width: 8.1rem;
}

.page13_info_name {
  font-family: "EastmanVariable";
  font-weight: 400;
  font-size: 0.72rem;
  color: #FEFEFF;
  line-height: 0.8rem;
}

.page13_info_name1 {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.48rem;
  color: #FFFFFF;
  line-height: 0.7rem;
}

.page13_info_phone {
  width: 5.6rem;
  height: 0.9rem;
  background: #FFFFFF;
  border-radius: 0.4rem;
  text-align: center;
  line-height: 0.9rem;
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.36rem;
  color: #FD8103;
  margin-top: .3rem;
}

.page13_info_phone span {
  font-family: "EastmanVariable";
  font-weight: bold;
  font-size: 0.36rem;
  color: #FD8103;
}

.page13_form {
  width: 5.3rem;
  height: 5.6rem;
  background-color: #fff;
  border-radius: 0.1rem;
}

.page13_form_con {
  padding: .5rem .6rem .2rem;
}

.page13_form_con .group {
  background: #F1F1F1;
  border-radius: 0.11rem;
  width: 100%;
  height: .57rem;
  margin-bottom: .2rem;
  display: flex;
  align-items: center;
}

.group_name {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.2rem;
  color: #333333;
  margin-bottom: .2rem;
}

.page13_form_con .group.layui-form {
  justify-content: space-between;
  background: #fff;
}

.group_qy {
  width: 32%;
  height: 0.57rem;
  background: #F1F1F1;
  border-radius: 0.11rem;
}

.page13_form_con .group .input_icon {
  width: .25rem;
  height: .25rem;
  padding-left: .2rem;
  padding-right: .15rem;
}

.page13_form_con .group label {
  color: #FF0000;
  font-size: .16rem;
}

.page13_form_con .group input {
  width: 100%;
  height: .5rem;
  margin-left: .05rem;
  border: none;
  background: none;
  font-size: .16rem;
  font-family: "HarmonyOS_Sans_SC";
}

.page13_form_con .group input::placeholder {
  color: #999999;
  font-size: .16rem;
  font-family: "HarmonyOS_Sans_SC";

}

.group_code {
  width: 100%;
  height: .57rem;
  margin-bottom: .2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.group_code_img {
  width: 36%;
  height: .57rem;
  background: #F1F1F1;
  border-radius: 0.11rem;
  cursor: pointer;
  overflow: hidden;
  display: flex;
  align-items: cursor;
  justify-content: center;
}

.group_code_name {
  width: 60%;
  height: .57rem;
  background: #F1F1F1;
  border-radius: 0.11rem;
}

.page13_form_con .group_code input {
  width: 100%;
  height: .5rem;
  margin-left: .05rem;
  border: none;
  background: none;
  font-size: .16rem;
  font-family: "HarmonyOS_Sans_SC";
}

.page13_form_con .group_code input::placeholder {
  color: #999999;
  font-size: .16rem;
  font-family: "HarmonyOS_Sans_SC";

}

.form_btn {
  width: 2.8rem;
  height: 0.57rem;
  background: #FD8103;
  border-radius: 0.3rem;
  text-align: center;
  line-height: 0.57rem;
  font-family: "HarmonyOS_Sans_SC";
  font-size: .16rem;
  color: #FFFFFF;
  margin: 0 auto;
  cursor: pointer;
}

/* page14 */
.page14 {
  background-color: #fefaeb;
  width: 100%;
  height: 10.5rem;
  margin-top: -1rem;
  overflow: hidden;
}

.page14_bj {
  width: 100%;
  height: 1.6rem;
  margin-top: -0.02rem;
}

.page14_title_con {
  width: 100%;
  height: auto;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5rem;
}

.page14_line {
  width: 5rem;
  height: 0.03rem;
  background-color: #FD8103;
}

.page14_title {
  width: calc(100% - 11rem);
  height: auto;
}

.page14_title_name {
  font-family: "EastmanVariable";
  font-weight: 400;
  font-size: 0.48rem;
  color: #fd8103;
  text-align: center;
}

.page14_title_name1 {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.48rem;
  color: #fd8103;
  line-height: 0.24rem;
  text-align: center;
}

.page14_type {
  margin-top: 1rem;
  width: 100%;
}

.page14_swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.page14_swiper .swiper-slide {
  width: 11rem;
  height: 5.5rem;
  border-radius: 0.2rem;
  overflow: hidden;
  transition: 300ms;
  position: relative;
  margin: 0 0.2rem;
  background-size: cover;
  transform: scale(0.8);
}

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

.page14_swiper .swiper-container-horizontal>.swiper-pagination-bullets,
.page14_swiper .swiper-pagination-custom,
.page14_swiper .swiper-pagination-fraction {
  bottom: -1.8rem !important;
  font-family: "EastmanVariable";
  font-weight: 400;
  font-size: 0.48rem;
  color: #1f1f1f;
  z-index: 99999;
}

.page14_swiper .swiper-pagination-current {
  font-family: "EastmanVariable";
  font-weight: bold;
  font-size: 0.72rem;
  color: #FD8103;
}

.page14_item_con {
  position: absolute;
  left: 0;
  top: .8rem;
  width: 4.3rem;
  height: 1.1rem;
  background: #FFFFFF;
  border-radius: 0px 0.2rem 0.2rem 0px;
  justify-content: center;
  align-items: center;
}

.page14_logo {
  width: 0.96rem;
  height: .35rem;
}

.page14_item_name {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.6rem;
  color: #FD8103;
  line-height: 0.36rem;
  padding-left: .1rem;
}

.page14_item_list {
  width: auto;
  margin-left: 1.6rem;
  margin-top: 2.4rem;
}

.page14_item_title {
  font-family: "HarmonyOS_Sans_SC";
  font-size: 0.36rem;
  color: #FFFFFF;
  text-align: left;

}

/* page15 */
.page15 {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: .3rem;
}

.page15_title {
  width: 100%;
  height: auto;
  margin-top: 1.2rem;
}

.page15_title_name {
  font-family: "EastmanVariable";
  font-weight: 400;
  font-size: 0.48rem;
  color: #fd8103;
  text-align: center;
}

.page15_title_name1 {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.48rem;
  color: #fd8103;
  line-height: 0.24rem;
  text-align: center;
}

.page15_type {
  margin-top: .6rem;
  width: 100%;
  height: auto;
  justify-content: space-between;
  align-items: flex-start;
}

.page15_type_list {
  width: 4.7rem;
  height: auto;
  margin-bottom: .1rem;
}

.page15_list_img {
  width: 4.7rem;
  height: 3.8rem;
  border-radius: .2rem;
  overflow: hidden;
}

.page15_list_img img {
  transition: all 0.5s;
  transform: scale(1);
}

.page15_list_title {
  padding: .3rem .1rem;
}

.page15_list_name {
  font-family: "HarmonyOS_Sans_SC";
  font-weight: bold;
  font-size: .24rem;
  color: #FD8103;
}

.page15_list_name1 {
  font-family: "HarmonyOS_Sans_SC";
  font-weight: 400;
  font-size: 0.16rem;
  color: #1F1F1F;
}

.page15_type_list:hover .page15_list_img img {
  transition: all 0.5s;
  transform: scale(1.2);
}

/* page16 */
.page16 {
  width: 100%;
  height: auto;
  padding: .5rem 0;
}

.page16_type {
  width: 100%;
  height: auto;
}

.page16_info {
  width: 7.5rem;
}

.page16_title {
  width: 100%;
  height: auto;
}

.page16_title_name {
  font-family: "EastmanVariable";
  font-weight: 400;
  font-size: 0.48rem;
  color: #fd8103;
}

.page16_title_name1 {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.48rem;
  color: #fd8103;
  line-height: 0.24rem;
}

.page16_info_con {
  margin-top: .8rem;
  background-color: #FD8103;
  border-radius: .2rem 0 0 .2rem;
  padding: .7rem 0;
}

.page16_item {
  padding-left: .5rem;
  display: flex;
  padding-bottom: .3rem;
  align-items: flex-start;
}

.page16_item_num {
  font-family: "HarmonyOS_Sans_SC";
  font-size: .18rem;
  color: #FFFFFF;
}

.page16_item_name {
  font-family: "HarmonyOS_Sans_SC";
  font-size: .18rem;
  color: #FFFFFF;
  line-height: .32rem;
  padding-left: .1rem;
}

.page16_img {
  width: 7.5rem;
  height: 5.9rem;
  overflow: hidden;
  border-radius: 0 0.2rem 0.2rem 0;
}

.page16_img img {
  transition: all 0.5s;
  transform: scale(1);
}

.page16_img:hover img {
  transition: all 0.5s;
  transform: scale(1.2);
}

/* page17 */
.page17 {
  width: 100%;
  height: auto;
  padding: .6rem 0;
}

.page17_title {
  width: 100%;
  height: auto;
}

.page17_title_name {
  font-family: "EastmanVariable";
  font-weight: 400;
  font-size: 0.48rem;
  color: #fd8103;
  text-align: center;
}

.page17_title_name1 {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.48rem;
  color: #fd8103;
  line-height: 0.24rem;
  text-align: center;
}

.page17_type {
  width: 100%;
  height: auto;
  margin-top: .6rem;
  position: relative;
}

.page17_swiper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 1rem;
}

.page17_swiper .swiper-slide {
  width: 80%;
}

.page17_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.page17_swiper .swiper-pagination-bullet {
  width: 0.21rem;
  height: 0.21rem;
  border: 0.01rem solid #FD8103;
  background: none;
  opacity: 1;
}

.page17_swiper .swiper-pagination-bullet-active {
  background: #FD8103;
}

.page17_btn_bj {
  width: .38rem;
  height: .72rem;
  position: absolute;
  cursor: pointer;
}

.page17_btn_bj .btn2 {
  display: block;
}

.page17_btn_bj .btn1 {
  display: none;
}

.page17_btn_bj:hover .btn1 {
  display: block;
}

.page17_btn_bj:hover .btn2 {
  display: none;
}

#page17prevButton {
  top: 45%;
  left: 1.2rem;
}

#page17nextButton {
  top: 45%;
  right: 1.2rem;
}

/* page18 */

/* page19 */
.page19 {
  width: 100%;
  height: auto;
  padding: .6rem 0;
}

.page19_title {
  width: 100%;
  height: auto;
}

.page19_title_name {
  font-family: "EastmanVariable";
  font-weight: 400;
  font-size: 0.48rem;
  color: #fd8103;
  text-align: center;
}

.page19_title_name1 {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.48rem;
  color: #fd8103;
  line-height: 0.24rem;
  text-align: center;
}

.page19_type {
  width: 15rem;
  height: 6.9rem;
  position: relative;
  margin: .8rem auto .6rem;
}

.page19_type_img1 {
  width: 100%;
  height: 5.18rem;
  position: absolute;
  left: 0;
  top: 0;
}

.page19_type_img2 {
  width: 10.7rem;
  height: 4.8rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0%);
}

.page19_info {
  width: 16.56rem;
  margin: 0 auto;
  position: relative;
}

.page19_line {
  width: 15rem;
  border: 0.01rem dashed #FD8103;
  position: absolute;
  left: 50%;
  top: 0.21rem;
  transform: translate(-50%, 0%);
}

.page19_list {
  justify-content: space-between;
}

.page19_item {
  width: 1.5rem;
  height: auto;
}

.page19_item_rounds {
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  border: 0.01rem solid #FD8103;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.page19_item_rounds .solid_circle {
  width: 0.1rem;
  height: 0.1rem;
  background: #FD8103;
  border-radius: 50%;
}


.page19_item_num {
  font-family: "EastmanVariable";
  font-weight: 400;
  font-size: 0.24rem;
  color: #666666;
  line-height: 0.36rem;
  text-align: center;
  padding-top: .3rem;
}

.page19_item_title {
  font-family: "HarmonyOS_Sans_SC";
  font-weight: bold;
  font-size: 0.24rem;
  color: #FD8103;
  line-height: 0.36rem;
  padding-top: .06rem;
  text-align: center;
}

.page19_item_name {
  font-family: "HarmonyOS_Sans_SC";
  font-weight: 400;
  font-size: 0.16rem;
  color: #1F1F1F;
  line-height: .3rem;
  text-align: center;
  width: 1.8rem;
  margin-left: -0.15rem;
}

/* page20 */
.page20 {
  width: 100%;
  height: auto;
}

.page20_bj {
  width: 100%;
  height: 1.3rem;
}

.page20_con {
  width: 100%;
  height: auto;
  margin-top: -0.01rem;
  padding: .3rem 0 1rem;
  background-color: #f0efe2;
}

.page20_title {
  width: 100%;
  height: auto;
}

.page20_title_name {
  font-family: "EastmanVariable";
  font-weight: 400;
  font-size: 0.48rem;
  color: #fd8103;
  text-align: center;
}

.page20_title_name1 {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.48rem;
  color: #fd8103;
  line-height: 0.24rem;
  text-align: center;
}

.page20_type {
  width: 100%;
  height: auto;
  margin-top: .6rem;
}

.page20_list {
  padding-bottom: 2rem;
}

.page20_item {
  width: 100%;
  min-height: 1.25rem;
  height: auto;
  border-bottom: 0.02rem solid #DFDFDF;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.5s;
}

.page20_item_con {
  width: calc(100% - 1rem);
  min-height: 1.25rem;
  height: auto;
}

.page20_item_title {
  font-family: "HarmonyOS_Sans_SC";
  font-weight: bold;
  font-size: 0.24rem;
  color: #1F1F1F;
  line-height: 0.36rem;
  padding-left: .1rem;
  padding-top: 0.42rem;

}

.page20_item:hover .page20_item_title {
  color: #FD8103;
}

.page20_item_name {
  display: none;
  font-family: "HarmonyOS_Sans_SC";
  font-weight: 400;
  font-size: 0.18rem;
  color: #1F1F1F;
  line-height: 0.32rem;
  padding-left: .1rem;
  padding-top: 0.1rem;
  padding-bottom: .05rem;
}

.page20_item.active .page20_item_title {
  color: #FD8103;
}

.page20_item.active .page20_item_name {
  display: block;
}

.page20_item_icon {
  width: 0.7rem;
  height: 0.7rem;
  margin-top: .28rem;
}

.page20_item_icon .jia {
  display: block;
}

.page20_item_icon .jian {
  display: none;
}

.page20_item.active .page20_item_icon .jia {
  display: none;
}

.page20_item.active .page20_item_icon .jian {
  display: block;
}

.page20_btn {
  width: 2rem;
  margin: 0 auto;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .5rem 0 .3rem;
  cursor: pointer;
}

.page20_btn_name {
  font-family: "HarmonyOS_Sans_SC";
  font-weight: 400;
  font-size: 0.18rem;
  color: #FD8103;
  line-height: 0.24rem;
  padding-right: .1rem;
}

.page20_btn_img {
  width: 0.27rem;
  height: 0.21rem;
}

/* page21 */
.page21 {
  width: 100%;
  height: auto;
  margin-top: -1rem;
  background-image: url(../images/page21_bj.png);
  background-position: top;
  background-size: cover;
}

.page21_type {
  width: 100%;
  height: auto;
  padding: 2.5rem 0;
}

.page21_top_news {
  width: 100%;
  height: 5.22rem;
  background-color: #FFFFFF;
  border-radius: .2rem;
  overflow: hidden;
  justify-content: space-between;
  display: flex;
}

.page21_top_news.active {
  display: flex !important;
}

.page21_top_news_img {
  width: 8.35rem;
  height: 5.22rem;
  overflow: hidden;
}

.page21_top_news_info {
  width: calc(100% - 8.35rem);
  height: 5.22rem;
}

.page21_news_time {
  font-family: "EastmanVariable";
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  padding-left: .5rem;
  padding-top: .8rem;
}

.page21_news_title {
  padding: 0.5rem 0.5rem 0 0.5rem;
  font-family: "HarmonyOS_Sans_SC";
  font-weight: 400;
  font-size: 0.24rem;
  color: #1f1f1f;
  line-height: 0.3rem;
  height: 0.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.3s;
  text-align: justify;
}

.page21_news_name {
  padding: 0.4rem 0.5rem 0 0.5rem;
  font-family: "HarmonyOS_Sans_SC";
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.26rem;
  height: 0.52rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.page21_info_more {
  margin-top: 0.5rem;
  width: 1.5rem;
  margin-left: .5rem;
}

.page21_info_more a {
  align-items: center;
}

.page21_info_more_icon {
  width: 0.65rem;
  height: 0.73rem;
}

.page21_info_more_name {
  font-family: "HarmonyOS_Sans_SC";
  font-weight: 400;
  font-size: 0.18rem;
  color: #fd8103;
  padding-left: 0.1rem;
}

.page21_info_more:hover .more_img {
  display: none;
}

.page21_info_more:hover .more_img_hover {
  display: block;
}


.page21_list {
  margin-top: 0.35rem;
  justify-content: space-between;
}

.page21_info_news3 {
  width: 4.75rem;
  height: 4.5rem;
  background: #f8f8f8;
  border-radius: 0.2rem;
  margin-bottom: .3rem;
  overflow: hidden;
}

.page21_info_news3_img {
  width: 4.75rem;
  height: 2.05rem;
  overflow: hidden;
}

.page21_info_news3_img img {
  transform: scale(1);
  transition: all 0.5s;
}

.page21_info_news3_title {
  padding: 0.5rem 0.4rem 0 0.4rem;
  font-family: "HarmonyOS_Sans_SC";
  font-weight: 400;
  font-size: 0.24rem;
  color: #1f1f1f;
  line-height: 0.3rem;
  height: 0.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: all 0.5s;
}

.page21_info_news3_btn {
  width: 100%;
  height: 0.8rem;
  border-top: 0.01rem solid #e8e8e8;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5rem;
}

.page21_info_news3_btn .page21_time {
  font-family: "EastmanVariable";
  font-weight: 400;
  font-size: 0.16rem;
  color: #666666;
  padding-left: 0.5rem;
}

.page21_info_news3_btn .page21_more {
  padding-right: 0.5rem;
}

.page21_more_img {
  display: block;
}

.page21_more_img_hover {
  display: none;
}

.page21_top_news_img img {
  transform: scale(1);
  transition: all 0.5s;
}

.page21_top_news:hover {
  cursor: pointer;
}

.page21_top_news:hover .page21_top_news_img img {
  transform: scale(1.2);
  transition: all 0.5s;
}

.page21_top_news:hover .page21_news_title {
  color: #FD8103;
  font-weight: bold;
}

.page21_top_news:hover .more_img {
  display: none;
}

.page21_top_news:hover .more_img_hover {
  display: block;
}


.page21_info_news3:hover .page21_info_news3_img img {
  transform: scale(1.2);
  transition: all 0.5s;
}

.page21_info_news3:hover .page21_info_news3_title {
  font-weight: bold;
  color: #fd8103;
}

.page21_info_news3:hover .page21_more_img {
  display: none;
}

.page21_info_news3:hover .page21_more_img_hover {
  display: block;
}

.page21_line {
  width: 100%;
  height: 0.02rem;
  background-color: #DFDFDF;
  margin: .3rem 0;
}


/* page22 */
.page22 {
  width: 100%;
  height: auto;
  background-image: url(../images/page21_bj.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1.5rem 0;
}

.page22_title {
  font-family: "HarmonyOS_Sans_SC";
  font-weight: bold;
  font-size: .3rem;
  color: #1F1F1F;
  line-height: 0.48rem;
  text-align: center;
}

.page22_subtitle {
  font-family: HarmonyOS_Sans_SC;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.48rem;
  text-align: center;
  padding-top: .15rem;
}

.page22_subtitle span {
  padding: 0 .2rem;
}

.page22_container {
  font-family: "HarmonyOS_Sans_SC";
  font-weight: 400;
  font-size: 0.2rem;
  color: #221815;
  line-height: .48rem;
  width: 85%;
  margin: .5rem auto;
  min-height: 4rem;
  height: auto;
}

.page22_container p span {
  /*font-family: "SourceHanSansSC" !important;*/
  font-weight: 400;
  font-size: .24rem !important;
}

.page22_line {
  width: 100%;
  height: 0.01rem;
  background-color: #D3D3D3;
  margin: .3rem 0 .6rem;
}


.page22_type {
  width: 100%;
  height: 0.85rem;
  justify-content: space-between;
}

.page22_info {
  width: calc(100% - 4rem);
  height: 0.85rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.page22_info_name {
  font-family: "HarmonyOS_Sans_SC";
  font-size: 0.16rem;
  color: #1F1F1F;
  line-height: 0.16rem;
}

.page22_info_name a {
  color: #1F1F1F;
}

.page22_info_name:hover a {
  color: #FD8103;
}

.page22_btn {
  width: 2.65rem;
  height: 0.85rem;
  border-radius: .4rem;
  border: 0.01rem solid #FD8103;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.page22_btn_img {
  width: .2rem;
  height: .2rem;
}

.page22_btn_name {
  padding-left: .2rem;
  font-family: "HarmonyOS_Sans_SC";
  font-size: 0.18rem;
  color: #FD8100;
  line-height: 0.48rem;
}

.page22_news_title {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.48rem;
  color: #FD8103;
  text-align: center;
  width: 100%;
  height: 1rem;
  margin-top: 1.5rem;
}


/* page23 */
.page23 {
  width: 100%;
  height: 11.25rem;
  background-image: url(../images/page23_bj.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 1rem 0 0;
  position: relative;
}

.page23_img {
  width: 9rem;
  height: 119rem;
  position: absolute;
  left: -0.3rem;
  top: 1.5rem;
}

.page23_img .page23_img_lbbj {
  width: 10.34rem;
  height: 11.6rem;
  position: absolute;
  left: -1.64rem;
  top: 1.5rem;
  z-index: 9;
  overflow: hidden;
}


.page23_type {
  width: 7.2rem;
  height: auto;
  position: absolute;
  left: 9.8rem;
  top: 2.4rem;
}

.page23_title_name {
  font-family: "EastmanVariable";
  font-weight: 400;
  font-size: 0.48rem;
  color: #fd8103;
}

.page23_title_name1 {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.48rem;
  color: #fd8103;
  line-height: 0.24rem;
}

.page23_type_list {
  width: 100%;
  height: auto;
  justify-content: space-between;
  margin-top: .5rem;
}

.page23_item {
  width: 3.4rem;
  height: .9rem;
  border-radius: 0.1rem;
  border: 0.01rem solid #FEC504;
  margin-bottom: .4rem;
  align-items: center;
}

.page23_item_icon {
  width: 0.42rem;
  height: 0.42rem;
  margin-left: .15rem;
}

.page23_item_con {
  margin-left: .10rem;
}

.page23_item_title {
  font-family: "HarmonyOS_Sans_SC";
  font-size: 0.18rem;
  color: #1F1F1F;
  line-height: 0.36rem;
}

.page23_item_name {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.18rem;
  color: #FD8103;
  line-height: 0.36rem;
}

.page23_code {
  margin-top: 0.3rem;
  align-items: center;
  justify-content: space-between;
}

.page23_code_list {
  width: 1.5rem;
  height: auto;
  margin-left: 0.32rem;
}

.page23_code_list:first-child {
  margin-left: 0;
}

.page23_code_img {
  width: 1.5rem;
  height: 1.5rem;
}

.page23_code_name {
  width: 1.5rem;
  font-family: HarmonyOS_Sans_SC;
  font-size: 0.16rem;
  color: #1f1f1f;
  line-height: 0.36rem;
  text-align: center;
}

/* page24 */
.page24 {
  width: 100%;
  height: auto;
  height: auto;
  margin-top: -1rem;
  background-image: url(../images/page21_bj.png);
  background-position: top;
  background-size: cover;
  overflow: hidden;
  padding-bottom: 1.5rem;
}

.page24 .page24_title {
  width: 100%;
  height: auto;
  margin-top: 1.5rem;
}

.page24_info_name1 {
  font-family: "EastmanVariable";
  font-weight: 400;
  font-size: 0.48rem;
  color: #fd8103;
  text-align: center;
}

.page24_info_name2 {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.48rem;
  color: #fd8103;
  line-height: 0.24rem;
  text-align: center;
}

.page24_type_title {
  margin-top: 0.6rem;
}

.page24_title_item {
  width: 3rem;
  height: 0.5rem;
  text-align: center;
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.24rem;
  color: #666666;
  line-height: 0.5rem;
  border-bottom: 0.04rem solid #999999;
  cursor: pointer;
  position: relative;
}

.page24_title_item .page24_icon{
    width: 0.65rem;
    height: 0.15rem;
    position: absolute;
    left: 50%;
    bottom: -0.04rem;
    transform: translate(-50%,0%);
    opacity: 0;
}


.page24_title_item.active {
  color: #1f1f1f;
  border-bottom: 0.04rem solid #fd8103;
}
.page24_title_item.active .page24_icon{
    opacity: 1;
}
.page24_title_item:hover {
  color: #1f1f1f;
  border-bottom: 0.04rem solid #fd8103;
}

.page24_title_item:hover .page24_icon{
    opacity: 1;
}
.page24_type {
  width: 100%;
  justify-content: space-between;
  margin-top: 0.8rem;
  display: none !important;
}
.page24_type.active{
    display: flex !important;
}
.page24_info {
  width: calc(100% - 8.5rem);
  height: 5.9rem;
  overflow: hidden;
}

.page24_info_swiper {
  width: 100%;
  height: 4rem;
}

.page24_info_swiper .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.page24_info_item_img {
  width: 1.5rem;
  height: auto;
}

.page24_info_item_img img {
  width: 100%;
  height: auto;
  object-fit: contain !important;
}

.page24_info_item_con {
  height: auto;
  width: 3.2rem;
  margin-left: 1rem;
}

.page24_info_item_title {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.36rem;
  color: #fd8103;
  line-height: 0.24rem;
  padding-bottom: 0.3rem;
}

.page24_info_item_name {
  font-family: "HarmonyOS_Sans_SC";
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.3rem;
}

.page24_bottom {
  width: 100%;
  height: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page24_bottom_left {
  width: 0.65rem;
  height: 0.6rem;
}

.page24_bottom_right {
  width: 0.65rem;
  height: 0.6rem;
}

.page24_bottom_con {
  width: calc(100% - 1.5rem);
  height: 1.5rem;
  overflow: hidden;
}

.page24_bottom_swiper {
  width: 100%;
  height: 1.5rem;
}

.page24_bottom_swiper .swiper-wrapper {
  align-items: center;
  flex-wrap: nowrap;
}

.page24_bottom_swiper .swiper-slide {
  width: 1.08rem !important;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/page24_icon1.png);
  background-size: 100% 100%;
  cursor: pointer;
  margin-left: 0.1rem;

}

.page24_bottom_swiper .swiper-slide-thumb-active {
  height: 1.25rem;
  background-image: url(../images/page24_icon.png);
}

.page24_bottom_swiper .swiper-slide img {
  width: 50% !important;
  object-fit: contain !important;
}


.page24_bottom_img {
  background-image: url(../images/page5_btn2.png);
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.page24_bottom_img img {
  width: 0.15rem !important;
  height: 0.32rem !important;
}

.page24_bottom_img .btn2 {
  display: block;
}

.page24_bottom_img .btn1 {
  display: none;
}

.page24_bottom_img:hover {
  background-image: url(../images/page5_btn1.png);
}

.page24_bottom_img:hover .btn2 {
  display: none;
}

.page24_bottom_img:hover .btn1 {
  display: block;
}

.page24_type_img {
  width: 8rem;
  height: 5.9rem;
  overflow: hidden;
  border-radius: 0.2rem;
}
.page24_type_img img{
  transform: scale(1);
    transition: all 0.5s;
}
.page24_type_img:hover img{
  transform: scale(1.2);
    transition: all 0.5s;
}

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

.page25_bj {
  width: 100%;
  height: 0.85rem;
}

.page25_info {
  width: 100%;
  height: auto;
  background-image: url(../images/page25_bj.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-color: #fd8103;
  overflow: hidden;
  padding-bottom: 2rem;
  margin-top: -0.05rem;
}

.page25_title {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}

.page25_info_name1 {
  font-family: "EastmanVariable";
  font-weight: 400;
  font-size: 0.48rem;
  color: #fff;
  text-align: center;
}

.page25_info_name2 {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.48rem;
  color: #fff;
  line-height: 0.24rem;
  text-align: center;
}

.page25_type {
  width: 100%;
  height: auto;
  display: grid;
  gap: 0.5vw 0.5vw;
  grid-template-columns: repeat(5, 1fr);
  justify-items: center;
  border-radius: 0.2rem;
  overflow: hidden;
  margin-top: 0.6rem;
}

.page25_item {
  width: 2.9rem;
  height: 1.68rem;
}

.page25_type_btn {
  width: 98%;
  height: 0.9rem;
  border-radius: 0.4rem;
  background-color: #fff;
  margin: 0.5rem auto;
}

.page25_type_name {
  width: 1.66rem;
  height: 0.9rem;
  border-radius: 0.4rem;
  background-color: #ffe600;
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.36rem;
  color: #fd8103;
  text-align: center;
  line-height: 0.9rem;
}

.page25_type_name2 {
  width: calc(100% - 1.7rem);
  height: 0.9rem;
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.36rem;
  color: #fd8103;
  text-align: center;
  line-height: 0.9rem;
}

.page25_item_con {
  justify-content: center;
  align-items: center;
}

.page25_item_left {
     width: 100%;
    text-align: center;
}

.page25_item_name1 {
  width: 100%;
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.52rem;
  color: #ffffff;
  line-height: 0.6rem;
}

.page25_item_name2 {
  width: 100%;
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.44rem;
  color: #ffffff;
  letter-spacing: -0.02rem;
  line-height: 0.6rem;
}

.page25_item_num {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 1.2rem;
  color: #ffffff;
  line-height: 1.2rem;
}
.page25_swiper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 1rem;
}
/* page26 */
.page26 {
  width: 100%;
  height: auto;
}

.page26_bj {
  width: 100%;
  height: 1.5rem;
  margin-top: -1rem;
}

.page26_info {
  background-color: #f1efe1;
  width: 100%;
  height: auto;
  padding-bottom: 1rem;
  overflow: hidden;
  margin-top: -0.1rem;
  position: relative;
}

.page26_title {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}

.page26_info_name1 {
  font-family: "EastmanVariable";
  font-weight: 400;
  font-size: 0.48rem;
  color: #fd8103;
  text-align: center;
}

.page26_info_name2 {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.48rem;
  color: #fd8103;
  line-height: 0.24rem;
  text-align: center;
}

.page26_type {
  margin-top: 1.2rem;
}

.page26_swiper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 1rem;
}

.page26_swiper .swiper-slide {
  width: 80%;
}

.page26_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page26_swiper .swiper-pagination-bullet {
  width: 0.21rem;
  height: 0.21rem;
  border: 0.01rem solid #fd8103;
  background: none;
  opacity: 1;
}

.page26_swiper .swiper-pagination-bullet-active {
  background: #fd8103;
}

.page26_btn_bj {
  width: 0.38rem;
  height: 0.72rem;
  position: absolute;
  cursor: pointer;
}

.page26_btn_bj .btn2 {
  display: block;
}

.page26_btn_bj .btn1 {
  display: none;
}

.page26_btn_bj:hover .btn1 {
  display: block;
}

.page26_btn_bj:hover .btn2 {
  display: none;
}

#page26prevButton {
  top: 45%;
  left: 1.2rem;
}

#page26nextButton {
  top: 45%;
  right: 1.2rem;
}

/* page27 */
.page27 {
  width: 100%;
  height: auto;
  position: relative;
    background-image: url(../images/page27_bj.png);
    background-position: top;
    background-size: cover;
    margin-top: -2rem;
    overflow: hidden;
    padding-bottom: 2.5rem;
}

.page27_bj {
  width: 100%;
  height: 1.5rem;
  margin-top: -1rem;
}

.page27_info {
  width: 100%;
  height: auto;
  /*background-image: url(../images/page21_bj.png);*/
  /*background-position: top;*/
  /*background-size: cover;*/
  margin-top: 2.5rem;
  overflow: hidden;
}

.page27_title {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
}

.page27_info_name1 {
  font-family: "EastmanVariable";
  font-weight: 400;
  font-size: 0.48rem;
  color: #fd8103;
  text-align: center;
}

.page27_info_name2 {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.48rem;
  color: #fd8103;
  line-height: 0.24rem;
  text-align: center;
}

.page27_type_img {
  width: 3rem;
  height: 3rem;
  margin: 0.6rem auto;
}

.page27_type_name {
  text-align: center;
  font-family: "HarmonyOS_Sans_SC";
  font-size: 0.3rem;
  color: #1f1f1f;
  line-height: 0.32rem;
}

/* page28 */
.page28 {
  width: 100%;
  height: auto;
  margin-top: -1rem;
  background-image: url(../images/page28_bj.png);
  background-position: top;
  background-size: cover;
  overflow: hidden;
  padding-bottom: 1.5rem;
  position: relative;
}

.page28 .page28_title {
  width: 100%;
  height: auto;
  margin-top: 1.5rem;
}

.page28_info_name1 {
  font-family: "EastmanVariable";
  font-weight: 400;
  font-size: 0.48rem;
  color: #fd8103;
  text-align: center;
}

.page28_info_name2 {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.48rem;
  color: #fd8103;
  line-height: 0.24rem;
  text-align: center;
}

.page28_type {
  width: auto;
  height: 4.5rem;
  margin-top: 2rem;
}

.page28_item {
  width: auto;
  height: 4.5rem;
}

.page28_item_img {
  width: 6.8rem;
  height: 4.5rem;
  border-radius: 0.2rem;
  overflow: hidden;
}

.page28_item_con {
  margin-left: 1rem;
  height: auto;
  transform: translateY(0%);
  display: none;
  opacity: 0;
}

.page28_item_num {
  font-family: "EastmanVariable";
  font-weight: bold;
  font-size: 1rem;
  color: #fd8103;
  margin-top: 0.4rem;
}

.page28_item_name {
  font-family: "HarmonyOS_Sans_SC";
  font-size: 0.24rem;
  color: #1f1f1f;
  line-height: 0.48rem;
}

.page28_item:nth-child(1) .page28_item_con {
  display: block;
  animation: showt 0.75s ease-in-out 0.3s forwards;
}

.page28_item:nth-child(1) .page28_item_img {
  animation: showcontents 1s ease-in-out 1 forwards;
}

@keyframes showcontents {
  from {
    opacity: 1;
    transform: translateY(0) scale(0.8);
    filter: blur(0);
  }

  to {
    /* opacity: 0.2; */
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes showt {
  0% {
    filter: blur(5px);
    transform: translateY(calc(0% + 75px));
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}

.page28_item:nth-child(2) {
  height: 2.75rem;
  position: absolute;
  right: -0.8rem;
  top: 2rem;
  flex-direction: row-reverse;
}

.page28_item:nth-child(2) .page28_item_img {
  width: auto;
  height: 2.75rem;
}

.page28_item:nth-child(2) .page28_item_con {
  margin-left: 0;
  margin-right: 0.5rem;
  display: flex;
  flex-direction: column-reverse;
  opacity: 1;
}

.page28_item:nth-child(2) .page28_item_num {
  font-size: 0.58rem;
  margin-top: 0;
}

.page28_item:nth-child(2) .page28_item_name {
  display: none;
}

.page28_item:nth-child(n + 3) {
  height: 2.75rem;
  position: absolute;
  right: -40%;
  top: 2rem;
  opacity: 0;
}

.page28_info {
  width: auto;
  height: 1.2rem;
  margin-top: 0.5rem;
  align-items: center;
}

.page28_info_list {
  height: 0.24rem;
}

.page28_info_year {
  font-family: "EastmanVariable";
  font-weight: bold;
  font-size: 0.18rem;
  color: #999999;
  line-height: 0.24rem;
  margin-right: 0.25rem;
}

.page28_info_year.active {
  color: #fd8103;
}

.page28_info_btn {
  height: 1.2rem;
  margin-left: 0.6rem;
  width: 2.2rem;
  justify-content: space-between;
}

.page28_info_btn .page28_btn_bj {
  /*background-image: url(../images/page5_btn2.png);*/
  background-image: url(../images/page5_btn1.png);
  background-size: 100% 100%;
  width: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 0.2rem 0.2rem rgba(69, 55, 55, 0.1);
  border-radius: 50%;
}

.page28_info_btn .page28_btn_bj img {
  width: 0.22rem !important;
  height: 0.43rem !important;
}

.page28_info_btn .page28_btn_bj .btn2 {
  display: none;
}

.page28_info_btn .page28_btn_bj .btn1 {
  display: block;
}

.page28_info_btn .page28_btn_bj:hover {
  background-image: url(../images/page5_btn1.png);
}

.page28_info_btn .page28_btn_bj:hover .btn2 {
  display: none;
}

.page28_info_btn .page28_btn_bj:hover .btn1 {
  display: block;
}

/* page29 */
.page29{
    position: relative;
    width: 100%;
    height: auto;
    margin-top: -1.2rem;
    overflow: hidden;
}
.page29_bl_bj{
    position: relative;
    width: 100%;
    height: 1rem;
    z-index: 10;
}
.page29_mask_bjs{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 12.8rem;
    z-index: 8;
    margin-top: -1rem;
    background-color: rgba(0,0,0,0.3);
}
.page29_mask{
     position: absolute;
      top: 0;
  left: 0;
    width: 100%;
    height: 10.8rem;
    z-index: 2;
    margin-top: -1rem;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    justify-content: space-between;
  align-items: center;
}
.page29_mask_list {
  width: 33%;
  height: 100%;
  transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  backface-visibility: hidden;
  opacity: 0;
}
/*.page29_mask_list:nth-of-type(1) {*/
/*  opacity: 1;*/
/*  transform: scale(1);*/
/*  -webkit-transform: scale(1);*/
/*  -moz-transform: scale(1);*/
/*  -o-transform: scale(1);*/
/*  -ms-transform: scale(1);*/
/*  backface-visibility: hidden;*/
/*}*/
.page29_mask_list.active {
  opacity: 1;
  z-index: 10;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  backface-visibility: hidden;
  background-size: cover;
}
.page29_type {
  width: 100%;
  height: 10.8rem;
  /*background-image: url(../images/page29_bj.png);*/
  background-repeat: no-repeat;
  background-size: 100% 100%;
 
  justify-content: space-between;
  align-items: center;
  position: relative;
  left: 0;
  top: -0.8rem;
  z-index: 9;
}

.page29_item {
  width: 33.2%;
  height: 10.8rem;
  border-right: 0.01rem solid rgba(255, 255, 255, 0.2);
  position: relative;
}

.page29_item_num {
  font-family: "EastmanVariable";
  font-weight: 400;
  font-size: 0.36rem;
  color: #ffffff;
  text-align: center;
  margin-top: 3rem;
}

.page29_item_img {
  width: 0.55rem;
  height: 0.55rem;
  margin: 2.8rem auto 0.3rem;
}

.page29_item_round {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  border: 0.01rem solid #fd8202;
  margin: 0 auto;
}

.page29_item_name {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.36rem;
  color: #ffffff;
  line-height: 0.3rem;
  text-align: center;
  padding-top: 0.3rem;
}
.page29_mask_pbj{
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-bottom: 1rem;
    z-index: -1;
    opacity: 0;
    transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
}
.page29_item:hover .page29_mask_pbj{
    opacity: 1;
}
/* page30 */
.page30 {
  width: 100%;
  height: auto;
  margin-top: -1rem;
  background-image: url(../images/page21_bj.png);
  background-position: top;
  background-size: cover;
  overflow: hidden;
  padding-bottom: 1.5rem;
}

.page30_type {
  margin-top: 1.5rem;
}

.page30_info_name1 {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.3rem;
  color: #1f1f1f;
  line-height: 0.48rem;
  padding-bottom: 0.2rem;
  text-align: center;
}

.page30_info_name2 {
  font-family: "HarmonyOS_Sans_SC";
  font-size: 0.24rem;
  color: #1f1f1f;
  line-height: 0.48rem;
  text-align: center;
}

.page30_info_name2 span {
  font-family: "HarmonyOS_Sans_SC_Bold";
}

.page30_info_img {
  width: 1.8rem;
  height: 1.8rem;
  margin: 0.5rem auto 0.2rem;
  box-shadow: 0rem 0.2rem 0.7rem 0.1rem #ad631452;
}

.page30_info_name3 {
  font-family: "HarmonyOS_Sans_SC";
  font-size: 0.18rem;
  color: #1f1f1f;
  text-align: center;
}

.page30_info_title {
  font-family: "EastmanVariable";
  font-weight: bold;
  font-size: 1.2rem;
  color: #fd8100;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.5rem;
}

.page30_info_title img {
  width: 2.45rem;
  height: 0.85rem;
  margin-left: 0.3rem;
}

/* page31 */
.page31 {
  width: 100%;
  height: auto;
  margin-top: -1rem;
  background-image: url(../images/page21_bj.png);
  background-position: top;
  background-size: cover;
  overflow: hidden;
  padding-bottom: 2rem;
  position: relative;
}

.page31 .page31_title {
  width: 100%;
  height: auto;
  margin-top: 1.5rem;
}

.page31_info_name1 {
  font-family: "EastmanVariable";
  font-weight: 400;
  font-size: 0.48rem;
  color: #fd8103;
}

.page31_info_name2 {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.48rem;
  color: #fd8103;
  line-height: 0.24rem;
}

.page31_type {
  justify-content: space-between;
  width: 75%;
  margin-top: 1rem;
}

.page31_type_item {
  width: auto;
  height: 3.1rem;
}

.page31_item_name {
  font-family: "HarmonyOS_Sans_SC";
  font-size: 0.36rem;
  color: #1f1f1f;
  line-height: 0.24rem;
}

.page31_item_img {
  margin-top: 0.5rem;
  width: auto;
  height: 1rem;
}

.page31_line {
  width: 0.01rem;
  height: 3.1rem;
  background-color: #d3d3d3;
}

.page31_type_img {
  width: 3.45rem;
  height: 5.5rem;
  position: absolute;
  top: 2.5rem;
  right: 0;
}

.page31_info {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.5rem;
}

.page31_info_itme {
  width: auto;
  height: auto;
}

.page31_info_title {
  font-family: "HarmonyOS_Sans_SC";
  font-size: 0.36rem;
  color: #1f1f1f;
  line-height: 0.36rem;
}

.page31_info_num {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.6rem;
  color: #fd8100;
  line-height: 0.6rem;
  margin-top: 0.4rem;
}

.page31_info_num span {
  font-family: "HarmonyOS_Sans_SC";
  font-size: 0.24rem;
  color: #fd8100;
  line-height: 0.24rem;
}

.page31_info_time {
  font-family: "HarmonyOS_Sans_SC";
  font-size: 0.14rem;
  color: #1f1f1f;
  line-height: 0.24rem;
  padding-top: 0.3rem;
}

.page32_title {
  width: 100%;
  height: auto;
  margin-top: 1.5rem;
}

.page32_info_name1 {
  font-family: "EastmanVariable";
  font-weight: 400;
  font-size: 0.48rem;
  color: #fd8103;
  text-align: center;
}

.page32_info_name2 {
  font-family: "HarmonyOS_Sans_SC_Bold";
  font-size: 0.48rem;
  color: #fd8103;
  line-height: 0.24rem;
  text-align: center;
}

.page32_type {
  justify-content: space-between;
  margin-top: 0.5rem;
}

.page32_item {
  width: 7.4rem;
  height: 2.4rem;
  background: #f1efe1;
  border-radius: 0.1rem;
  cursor: pointer;
}

.page32_item_img {
  width: 1.02rem;
  height: 1.02rem;
  margin: 0.4rem auto 0.3rem;
}
.page32_item_img .img_1{
    display: none;
}
.page32_item_img .img_2{
    display: block;
}
.page32_item_name {
  font-family: "HarmonyOS_Sans_SC";
  font-size: 0.3rem;
  color: #999999;
  line-height: 0.3rem;
  text-align: center;
}

.page32_item.active {
  background: #fd8103;
}
.page32_item.active .img_1{
    display: block;
}
.page32_item.active .img_2{
    display: none;
}
.page32_item.active .page32_item_name {
  color: #ffffff;
}

/* 手机端 */
@media (max-width: 992px) {
    .banner{
        height: auto;
    }
  .banner_img {
    width: 100%;
    height: 9rem;
    position: relative;
  }

  .banner_more {
    display: none;
  }

  .nybanner {
    width: 100%;
    height: 8rem;
  }

  .nybanner img {
    object-fit: cover;
  }

  /* page1 */
  .page1 {
    position: relative;
  }
    .page1 .page1_type{
        justify-content: flex-end;
    }
  .page1_type .page1_img {
    position: absolute;
    top: 0.8rem;
    left: -0.8rem;
  }

  .page1_type .page1_img {
    width: 3.5rem;
    height: 3.5rem;
  }
  .page1_type .page1_img img{
    margin-top: 0rem !important;
  }
  .page1_img_lbbj {
    width: 3.5rem !important;
    height: 3.5rem !important;
  }

  .page1_info {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 5%;
    position: relative;
    z-index: 9;
  }

  .page1_info_name1 {
    margin-top: 1.5rem;
  }

  .page1_info_type {
    width: 95%;
    margin-top: 0.5rem;
    justify-content: space-between;
  }

  .page1_info_list {
    margin-bottom: 0.5rem;
    margin-right: 0rem;
  }

  .page1 .page1_info_more {
    position: absolute;
    bottom: -0.6rem;
    right:  0;
  }

  /* 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_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_con {
    height: auto;
  }

  .page3_info_yy {
    height: 4rem;
  }

  .page3_info_img {
    height: 4rem;
  }

  .page3_info_name {
    bottom: -3rem;
  }

  /* page4 */
  .page4_info_left {
    display: none;
  }

  .page4_info_news3 {
    width: 48%;
    height: auto;
  }

  .page4_info_news3_img {
    width: 100%;
    height: 1.5rem;
  }

  .page4_info_news3_title {
    padding: 0.3rem 0.2rem 0 0.2rem;
  }

  .page4_info_news3_btn {
    margin-top: 0.3rem;
  }

  /* page5 */
  .page5 {
    margin-top: 0;
  }

  .page5 .storeswiper .swiper-slide {
    width: 90%;
  }

  .storeswiper .swiper-slide .image {
    height: auto;
  }

  .storeswiper .page5_btn_bj {
    background-image: none;
  }

  .storeswiper .page5_btn_bj:hover {
    background-image: none;
  }

  .storeswiper .left_img {
    left: 0.8rem;
  }

  .storeswiper .right_img {
    right: -0.5rem;
  }
  
    .storeswiper .page5_btn_bj div .btn2 {
      display: none;
    }
    
    .storeswiper .page5_btn_bj div .btn1 {
      display: block;
    }

    
    .storeswiper .page5_btn_bj:hover div .btn2 {
      display: block;
    }
    
    .storeswiper .page5_btn_bj:hover div .btn1 {
      display: none;
    }
  /*page6*/
  .page6_type {
    flex-direction: column;
  }

  .page6_img {
    width: 100%;
    height: auto;
  }

  .page6_info {
    width: 100%;
    height: auto;
  }

  .page6_info_name3 {
    font-size: 0.24rem;
  }

  /*page7*/
  .page7 {
    background-size: cover;
    height: auto;
  }

  .page7_type {
    padding-bottom: 1.5rem;
  }

  .page7_type_list {
    margin-bottom: 0.2rem;
  }

  /*page9*/
  .page9 {
    background-size: cover;
    height: auto;
    padding-bottom: 0.5rem;
  }

  .page9_type {
    height: auto;
  }

  .page9_type_list {
    width: 100%;
    height: auto;
  }

  .page9_item {
    width: 48%;
    height: 2rem;
  }

  .page9_item p {
    font-size: 0.2rem;
  }

  .page9_type_img {
    display: none;
  }

  .page9_info {
    margin-top: 0rem;
    margin-bottom: .5rem;
  }

  /*page10*/
  .page10{
      padding-bottom: 1.8rem;
  }
  .page10_title{
      margin-top: 0.2rem;
  }
  .page10_type {
    height: 3.3rem;
  }

  .page10_img1 {
    position: absolute;
    width: 1.25rem;
    height: 0.75rem;
    left: 0;
    top: 1.3rem;
  }

  .page10_img2 {
    position: absolute;
    width: 1.28rem;
    height: 0.82rem;
    left: 1.2rem;
    top: 0.5rem;
  }

  .page10_img3 {
    position: absolute;
    width: 1.1rem;
    height: 1.48rem;
    left: 1.38rem;
    top: 1.35rem;
  }

  .page10_img4 {
    position: absolute;
    width: 1.25rem;
    height: 0.8rem;
    left: 2.55rem;
    top: 0rem;
  }

  .page10_img5 {
    position: absolute;
    width: 0.91rem;
    height: 0.66rem;
    left: 3.92rem;
    top: 0.14rem;
  }

  .page10_img6 {
    position: absolute;
    width: 2.4rem;
    height: 1.48rem;
    left: 2.56rem;
    top: 0.92rem;
  }

  .page10_img7 {
    position: absolute;
    width: 0.92rem;
    height: 0.66rem;
    left: 2.72rem;
    bottom: 0.14rem;
  }

  .page10_img8 {
    position: absolute;
    width: 1.24rem;
    height: 0.81rem;
    right: 2.52rem;
    bottom: 0rem;
  }

  .page10_img9 {
    position: absolute;
    width: 1.09rem;
    height: 1.47rem;
    right: 1.33rem;
    top: 0.15rem;
  }

  .page10_img10 {
    position: absolute;
    width: 1.28rem;
    height: 0.79rem;
    right: 1.14rem;
    bottom: 0.77rem;
  }

  .page10_img11 {
    position: absolute;
    width: 1.22rem;
    height: 0.74rem;
    right: 0rem;
    top: 0.9rem;
  }

  /*page11*/
  .page11_type {
    width: 100%;
    height: 9rem;
    padding: 1.5rem 0 2.5rem;
    position: relative;
  }

  .page11_info {
    width: 90%;
    height: 0.02rem;
    margin: 0.65rem auto;
    flex-direction: row;
  }

  .page11_rounds.active:first-child {
    margin-top: 0rem;
    margin-left: -0.3rem;
  }

  .page11_rounds.active:last-child {
    margin-bottom: 0rem;
    margin-right: -0.3rem;
  }

  .page11_btn_bj {
    display: none !important;
    right: -0.4rem;
  }

  .page11_title {
    width: 100%;
    top: 3rem;
    left: 0;
  }
  
  .page11_slider_item {
    cursor: pointer;
    margin-top: 1.8rem;
    height: 7rem;
  }
  .page11_slider_mobile{
      display: none;
     width: 100%;
      height: 100%;
      position: relative;
  }
  .page11_slider_mobile.active{
      display: block;
  }

     .page11_slider_mobile  .swiper-slide {
      width: 65% !important;
      height: auto;
      border-radius: 0.08rem;
      overflow: hidden;
      transition: 300ms;
      transform: scale(0.8) !important;
      position: relative;
      margin: 0 0.1rem;
    }
    
    .page11_slider_mobile .swiper-slide-active,
    .swiper-slide-duplicate-active {
      transform: scale(1) !important;
    }
  /*.page11_item {*/
  /*  width: 95%;*/
  /*  height: auto;*/
  /*  margin: 0.5rem auto;*/
  /*  position: unset;*/
  /*}*/
  
  .page11_item {
      width: 65%;
        height: auto;
      list-style-type: none;
      position: absolute;
      top: 30%;
      /* transform: translateY(-50%); */
      z-index: 1;
      background-position: center;
      background-size: cover;
      border-radius: .2rem;
      box-shadow: 0 .2rem .2rem rgba(255, 255, 255, 0.3) inset;
      transition: transform 0.1s, left 0.75s, top 0.75s, width 0.75s, height 0.75s;

   }

.page11_item:nth-child(1) {
  left: 15%;
}

.page11_item:nth-child(2) {
  left: 90%;
}

.page11_item:nth-child(3) {
  left: calc(54% + 7.4rem);
}

.page11_item:nth-child(4) {
  left: calc(54% + 10.8rem);
}

.page11_item:nth-child(5) {
  left: calc(54% + 12.8rem);
  opacity: 0;
}

.page11_item:nth-child(n+5) {
  left: calc(54% + 12.8rem);
  opacity: 0;
}


.page11_item_img {
  width: 100%;
  height: 100%;
  border-radius: .2rem;
  overflow: hidden;
}
  .page11_item:nth-child(1) .page11_item_img {
    transform: scale(1.1);
  }

.page11_item_active .page11_item_img {
  animation: showcontent 1s ease-in-out 1 forwards;
}

@keyframes showcontent {
  from {
    opacity: 1;
    transform: translateY(0) scale(1.1);
    filter: blur(0);
  }

  to {
    /* opacity: 0.2; */
    transform: translateY(200px) scale(1.1);
    filter: blur(3px);

  }
}



  .page11_item_img {
    width: 100%;
    height: auto;
  }

  .page11dig .page11_digimg {
    width: 95%;
    height: auto;
  }

  /*page12*/
  .page12_title {
    width: 55%;
    margin: 0 auto;
    line-height: 0.68rem;
  }

  .page12_type_item1 {
    width: 100%;
    margin-bottom: .6em;
  }

  .page12_type_item2 {
    width: 45%;
  }

  .page12_type_item3 {
    width: 53%;
  }

  /*page13*/
  .page13 {
    background-size: cover;
    height: auto;
    padding-bottom: 1.2rem;
  }

  .page13_type {
    height: auto;
  }

  .page13_info {
    width: 100%;
    margin: 0.5rem 0.2rem;
  }

  .page13_form {
    width: 100%;
  }

  /*page14*/
  .page14 {
    background-color: #fefaeb;
    width: 100%;
    height: auto;
    padding-bottom: 1.5rem;
  }

  .page14_line {
    display: none;
  }

  .page14_title {
    width: 100%;
  }

  .page14_type {
    width: 95%;
    margin: 0.4rem auto;
  }

  .page14_swiper .swiper-slide {
    width: 100%;
    padding-bottom: 0.4rem;
    height: auto;
    /*margin: 0 0;*/
  }

  .page14_bj img {
    object-fit: cover;
  }

  /*page15*/
  .page15_type {
    width: 100%;
  }

  .page15_type_list {
    width: 48.5%;
    margin-bottom: .5rem;
  }

  .page15_list_img {
    width: 100%;
    height: 2.8rem;
  }

  .page15_list_name {
    font-size: 0.36rem;
  }

  .page15_list_name1 {
    font-size: 0.24rem;
  }

  .page15 .page_item-sapn {
    display: none;
  }

  /*page16*/
  .page16_title_name1 {
    width: 100%;
    text-align: center;
  }

  .page16_info_con {
    width: 100%;
    border-radius: 0.2rem 0.2rem 0 0;
  }

  .page16_img {
    width: 100%;
    border-radius: 0 0 0.2rem 0.2rem;
  }

  /*page19*/
  .page19_type {
    width: 95%;
    height: 4.8rem;
  }

  .page19_type_img1 {
    width: 100%;
    height: auto;
  }

  .page19_type_img2 {
    width: 95%;
    height: auto;
  }

  .page19_info {
    width: 95%;
  }

  .page19_svg {
    position: absolute;
    top: -1.8rem;
    left: 0;
  }

  .page19_list {
    width: 100%;
    display: grid;
    gap: 0 0;
    grid-template-columns: repeat(3, 1fr);
    justify-items: center;
  }
  
  .page19_item{
      height: 33.9vw;
  }

  /*page21*/
  .page21_top_news {
    height: auto;
  }

  .page21_top_news_img {
    width: 100%;
    height: auto;
  }
   .page21_news_time{
       padding-top: 0.3rem;
   }
   .page21_news_title{
       padding: 0.3rem 0.5rem 0 0.5rem;
   }
   .page21_news_name{
        padding: 0.2rem 0.5rem 0 0.5rem;
   }
  .page21_top_news_info {
    width: 100%;
    height: auto;
    padding-bottom: 0.5rem;
  }

  .page21_info_news3 {
    width: 48.5%;
    height: auto;
  }

  .page21_info_news3_img {
    width: 100%;
    height: 2rem;
    overflow: hidden;
  }
  .page21_info_news3_img img{
      height: 100% !important;
      object-fit: cover !important;
  }
  /*page22*/
  .page22 {
    padding: 1.5rem 0 3rem;
  }

  .page22_container {
    width: 95%;
  }

  .page22_title {
    font-size: 0.38rem;
  }

  .page22_subtitle {
    font-size: 0.22rem;
  }

  .page22_container p span {
    font-size: .26rem !important;
    line-height: 0.4rem;
  }
  .page22_container p img {
    width: 100%;

  }
  .page22_news_title {
    display: none;
  }

  .page22 .page21_list {
    display: none;
  }

  .page22_type {
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }

  .page22_info {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: .5rem;
  }

  .page22_info_name {
    width: 46%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /*page23*/
  .page23 {
    height: auto;
    padding: 1rem 0 3.5rem;
  }

  .page23_img {
    width: 90%;
    height: auto;
    position: relative;
    left: -1rem;
    top: 0.5rem;
  }

  .page23_type {
    width: 95%;
    height: auto;
    position: relative;
    left: 2.5%;
    top: 0.8rem;
  }

  /* page24 */
  .page24_title_item {
    width: 33%;
    margin-bottom: 0.4rem;
  }
  .page24_title_item .page24_icon{
      bottom: -0.05rem;
  }
  .page24_info {
    width: 100%;
    position: relative;
    height: auto;
    padding-bottom: 1rem;
  }

  .page24_info_swiper .swiper-slide {
    flex-direction: column;
    justify-content: normal;
  }

  .page24_info_item_img {
    margin: 0 auto;
  }

  .page24_info_item_con {
    width: calc(100% - 1rem);
    margin-top: 0.6rem;
  }

  .page24_bottom {
    position: absolute;
    top: 10%;
    left: 0;
    z-index: 99;
  }

  .page24_bottom_con {
    display: none;
  }

  .page24_type_img {
    width: 100%;
  }

  /* page25 */
  .page25_info{
      padding-bottom: 0.2rem;
  }
  .page25_info .container{
      width: 90%;
  }
  .page25_bj img {
    object-fit: cover !important;
  }

  .page25_info_name1 {
    font-size: 0.36rem;
    padding-bottom: 0.2rem;
  }

  .page25_item {
    width:100%;
    height: auto;
  }
  .page25_item_name1{
      font-size: 0.42rem;
  }
  .page25_item_name2{
      padding-top: 0rem;
       font-size: 0.38rem;
  }
  .page25_type{
      grid-template-columns: repeat(3, 1fr);
  }
  .page25_type_btn {
      min-width: 70%;
      width: 0;
  }

.page25_item_left{
    width: 40%;
}
.page25_item_num{
    margin-top: 0rem;
    width:58%;
    font-size: 0.9rem;
}
  /* page26 */
  .page26_bj img {
    object-fit: cover !important;
  }

  .page26_swiper {
    width: 80%;
    margin: 0 auto;
  }

  #page26prevButton {
    left: 5%;
  }

  #page26nextButton {
    right: 5%;
  }

  /* page27 */
  .page27_bj img {
    object-fit: cover !important;
  }

  /* page28 */
  .page28_type {
    margin-top: 1rem;
    height: auto;
  }

  .page28_item {
    width: auto;
    height: auto;
  }

  .page28_item_con {
    margin-left: 0.3rem;
  }

  .page28_item:nth-child(2) {
    height: 2.75rem;
    position: absolute;
    right: -100%;
    top: 2rem;
    opacity: 0;
  }

  .page28_item:nth-child(n + 3) {
    height: 2.75rem;
    position: absolute;
    right: -100%;
    top: 2rem;
    opacity: 0;
  }

  .page28_info {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
  }

  .page28_info_year {
    font-size: 0.24rem;
  }

  /* page29 */
  .page29 {
    background-image: none;
    height: auto;
    margin-top: 0rem;
    padding-bottom: 0.8rem;
  }

  .page29_item {
    width: 100%;
    height: auto;
    padding-bottom: 1rem;
  }

  .page29_item_num {
    margin-top: 1rem;
  }

  .page29_item_img {
    margin: 0.8rem auto 0.3rem;
  }
  
  .page29_mask_bj{
    background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    padding-bottom: 1rem;
    z-index: -1;
  }
  .page29_type{
      height: auto;
      position: relative;
  }
  /* page30 */
  .page30 .storeswiper .swiper-slide {
    width: 90%;
  }

  /* page31 */
  .page31_type_img {
    display: none;
  }

  .page31_type {
    width: 100%;
  }

  .page31_line {
    width: 100%;
    height: 0.01rem;
    background-color: #d3d3d3;
    margin-bottom: 0.5rem;
  }

  .page31_type_item {
    height: 2.1rem;
  }

  .page31_info_itme:first-child {
    width: 70%;
    margin-bottom: 0.4rem;
  }

  .page31_info_time {
    font-size: 0.16rem;
  }

  .page32_item {
    width: 48%;
    height: 1.6rem;
  }

  .page32_item_img {
    width: .52rem;
    height: .52rem;
    margin: 0.3rem auto 0.25rem;
  }

  .page32_item_name {
    font-size: 0.24rem;
  }

}