@charset "UTF-8";
/* CSS HACKS FOR OLDER BROWSERS - IGNORE THESE LINES*/
video {
  max-width: 100%;
  height: 100%;
  object-fit: contain; /* 或 contain */
}
.overhidden{position: fixed;top: 0;left: 0;width: 100%;overflow: hidden;}
.flex{display: -webkit-box;display: -ms-flexbox;display: flex;}
.flex-row-ct-ct{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.flex-row-ct-st{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
.flex-row-ct-end{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;}
.flex-row-bt-ct{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.flex-row-bt-st{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
.flex-row-bt-end{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;}
.flex-row-end-ct{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.flex-row-end-st{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
.flex-row-end-end{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;}
.flex-row-st-ct{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.flex-row-st-st{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
.flex-row-st-end{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;}
.flex-cl-ct-ct{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.flex-cl-ct-st{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
.flex-cl-ct-end{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;}
.flex-cl-bt-ct{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.flex-cl-bt-st{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
.flex-cl-bt-end{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;}
.flex-cl-end-ct{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.flex-cl-end-st{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
.flex-cl-end-end{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: end;-ms-flex-pack: end;justify-content: flex-end;-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;}
.flex-cl-st-ct{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.flex-cl-st-st{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
.flex-cl-st-end{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;}
.swiper-btn{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;position: absolute;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);width: 5rem;height: 5rem;color: #5dc2d0;line-height: 5rem;z-index: 1;outline: none;cursor: pointer;-webkit-transition: all 0.4s;transition: all 0.4s;}
.swiper-btn span{color: #fff;font-size: 1.875rem;}
.swiper-btn:hover{background: #117873;}
.space-over{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.img-cover{display: block;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
.img-contain{display: -webkit-box;display: -ms-flexbox;display: flex;-o-object-fit: contain;object-fit: contain;}
.bgimg{background-repeat: no-repeat;background-position: center center;background-size: cover;}
.block-link{position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;z-index: 9;}
.icon{width: 1em;height: 1em;vertical-align: -0.15em;fill: currentColor;overflow: hidden;}
/* For modern browsers*/
.clearfix:before,.clearfix:after{content: "";display: table;}
.clearfix:after{clear: both;}/* For IE 6/7 (trigger hasLayout)*/
.clearfix{zoom: 1;}
.AddFadeInUp{-webkit-animation: AddFadeInUp 1.2s forwards cubic-bezier(0.31, 0.61, 0.25, 0.99);animation: AddFadeInUp 1.2s forwards cubic-bezier(0.31, 0.61, 0.25, 0.99);}
@-webkit-keyframes AddFadeInUp{from{opacity: 0;-webkit-transform: translate3d(0, 100px, 0);transform: translate3d(0, 100px, 0);}
to{opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}
@keyframes AddFadeInUp{from{opacity: 0;-webkit-transform: translate3d(0, 100px, 0);transform: translate3d(0, 100px, 0);}
to{opacity: 1;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}}
.AddFadeInDown{-webkit-animation: AddFadeInDown 1.2s forwards cubic-bezier(0.31, 0.61, 0.25, 0.99);animation: AddFadeInDown 1.2s forwards cubic-bezier(0.31, 0.61, 0.25, 0.99);}
@-webkit-keyframes AddFadeInDown{from{opacity: 0;-webkit-transform: translate3d(0, -100px, 0);transform: translate3d(0, -100px, 0);}
to{opacity: 1;-webkit-transform: translate(0, 0);transform: translate(0, 0);}}
@keyframes AddFadeInDown{from{opacity: 0;-webkit-transform: translate3d(0, -100px, 0);transform: translate3d(0, -100px, 0);}
to{opacity: 1;-webkit-transform: translate(0, 0);transform: translate(0, 0);}}
.AddFadeInRight{-webkit-animation: AddFadeInRight 1.2s forwards cubic-bezier(0.31, 0.61, 0.25, 0.99);animation: AddFadeInRight 1.2s forwards cubic-bezier(0.31, 0.61, 0.25, 0.99);}
@-webkit-keyframes AddFadeInRight{from{opacity: 0;-webkit-transform: translate3d(100px, 0, 0);transform: translate3d(100px, 0, 0);}
to{opacity: 1;-webkit-transform: translate(0, 0);transform: translate(0, 0);}}
@keyframes AddFadeInRight{from{opacity: 0;-webkit-transform: translate3d(100px, 0, 0);transform: translate3d(100px, 0, 0);}
to{opacity: 1;-webkit-transform: translate(0, 0);transform: translate(0, 0);}}
:root{overflow-y: auto;overflow-x: hidden;}
:root body{position: absolute;}
:root::-webkit-scrollbar{width: 6px;height: 6px;background-color: #000;}
:root::-webkit-scrollbar-thumb{background-color: #117873;}
.fp-overflow{display: block;width: 100%;height: 100%;}
.fp-watermark{display: none;}


.common_title{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: flex-start;}
.common_title .leftbx span{font-size: 1.125rem;color: #666;line-height: 1em;font-weight: 400;text-transform: uppercase; }
.common_title .leftbx h3{font-size: 1.875rem;color: #111;line-height: 1em;font-weight: 400;margin-top: 1rem; text-align:left;}

.common_title2{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content:space-around;}
.common_title2 .center span{font-size: 1.125rem;color: #666;line-height: 1em;font-weight: 400;text-transform: uppercase;  /*letter-spacing: 4px; */text-align: center;}
.common_title2 .center h3{font-size: 1.875rem;color: #111;line-height: 1em;font-weight: 600;margin-top: 1rem; text-align:center;}

.common_title_navlist ul li a{font-size: 1.125rem;color: #111;line-height: 1em;font-weight: 400;}
.common_title_navlist ul li:not(:last-child){margin-right: 4rem;}
.common_title_navlist ul li:hover a, .common_title_navlist ul li.active a{color: #117873;}
.common_title_intro{width: 75%;}
.common_title_intro p{font-size: 1rem;color: #999;line-height: 1.875rem;font-weight: 400;}

.Pcbox{display: block !important;}
.Mbox{display: none !important;}

.bgf7{ background-color:#f7f7f7;}
.bgf5{ background-color:#f5f5f5;}
.bgf2{ background-color:#f2f2f2;}
.bgf0{ background-color:#f0f0f0;}
.bgff{ background-color:#fff;}
.m5{ margin-top:5rem; margin-bottom:5rem;}
.pb5{ padding-bottom:5rem;}
.ip5{ padding-top:3.125rem; padding-bottom:3.125rem;}

/*contact*/
.contact{ padding-top:3.125rem; padding-bottom:3.125rem;}
.contact_txt h3{ color:#111; font-size:1.25rem; font-weight:600; line-height:3.5rem;}
.contact_txt h4,.contact_txt h5{color:#666; font-weight:normal; line-height:2.5rem;}
.contact_txt h5{ padding-left:2.55rem;}
.contact_txt .wechat{ padding-top:1.55rem;}

/*partner*/
.partnerlist{display: flex;flex-wrap: wrap;justify-content: space-between;}


.partnerlist li{ background-color:#fff; text-align:center;display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16.15%;
  aspect-ratio: 10/5;
  margin-bottom: 1.25rem;
  -webkit-box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.1);}
.partnerlist li img{ display: block;
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;}
     
     
/*qyzc*/
.qyzc li:hover{ background-color:#f2f2f2;}
.qyzc li p{color:#999; font-size:1rem; line-height:2rem;}
.qyzc li h3{ font-size:1.25rem; font-weight:500; line-height:3.5rem; color:#111;}

.qyzchot{flex-wrap: wrap;justify-content: space-between; margin-bottom:3rem;}
.qyzchot li{ width:50%; padding:2.25rem 1rem 3.25rem; border-top-left-radius:1rem; border-bottom-right-radius:1rem;}
.qyzchot li .qyzclogo{ padding:2rem; text-align:center;display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 35%;
  aspect-ratio: 10/5;}
.qyzchot li .qyzclogo  img{ display: block;
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;}
.qyzclist{flex-wrap: wrap;justify-content: space-between; margin-bottom:3rem;}
.qyzclist li{ width:50%; padding:2.25rem 1rem 3.25rem; border-top-left-radius:1rem; border-bottom-right-radius:1rem;}

/*bu*/
.bu-faq{justify-content: flex-end;flex-wrap: wrap;color:#111;}
.bu-faq .ask{ background-color:#f6f6f6; border-bottom-right-radius:1rem; border-top-left-radius:1rem; font-size:1rem; line-height:3rem; width:500px; text-indent:1rem;}
.bu-faq .ans{ line-height:2.25rem; margin-top:2rem; font-size:1rem;}
.bu-faq .textarea{ width:100%; height:4rem; margin-top:2rem;}
.bu-faq textarea{ width:100%; height:4rem; padding:0.5rem;border:1px solid #efefef; border-radius:1rem; color:#666;}

.bu-img2{ padding-bottom:2rem;}
.bu-img{ margin-top:2.5rem;}
.bu-img .fl{margin-right:2px;}
.bu-img .fl img{border-top-left-radius:1rem;}
.bu-img p{position: relative; top:2rem; color:#fff; z-index:99999; left:1.25rem; font-size:1.25rem;}
.bu-img .fr{ text-align:center;}
.bu-img .fr img{border-bottom-right-radius:1rem;}

.ct2{  align-items: flex-end !important;justify-content: space-between!important}
.wdjlist .head_rl {
  display: flex;
  justify-content: center;
    align-items: center;
}
.wdjlist .head_rl .swiper-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.125rem;
  height: 2.75rem;
  border: 1px solid #002b68;
}
.wdjlist .head_rl .swiper-btn:hover {
  background-color: #002b68;
}
.wdjlist .head_rl .swiper-btn:hover span {
  color: #fff;
}
.wdjlist .head_rl .swiper-btn span {
  font-size: 1.5rem;
  color: #002b68;
  line-height: 2.75rem;
}
/*zjyq*/
.park{ margin-top:2rem;}
.park .park_txt{ margin-left:2.37rem;}
.park .park_txt dt,.park .park_txt dd{ font-size:1rem; color:#111; line-height:2.3rem;}
.park .park_txt dt{ font-weight:600; display:block; margin-top:3rem;}
.zjyq .index_numbox{ margin-top:5rem;}
.zjyq .index_numbox ul li:not(:last-child){margin-bottom: 4rem;}
.zjyq .index_numbox ul li .numbx{margin-bottom: 0.75rem;}
.zjyq .index_numbox ul li .numbx p{font-size: 1rem;color: #111;}
.zjyq .index_numbox ul li .numbx p span{font-size: 3.125rem;color: #4ebd37;font-family: "MiSans-Heavy";font-weight: 700;}
.zjyq .index_numbox ul li > p{font-size: 1rem;color: #111;}

.zjyq .msg{ text-align:center; line-height:30px;}
.zjyq .msg p{ font-size:1rem; color:#888;}
.index_product{position: relative;padding: 2.5rem 0;width: 100%;}
.index_product_swiper{width: 100% !important;overflow: hidden;}
.index_product_swiper .swiper-slide{height: auto;/*background: #f6f6f6;*/}
@media (min-width: 991px) {
  .index_product_swiper .swiper-slide{width: 100rem;}
}

.index_product_swiper .swiper-slide .imgbx{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;width: 100%;aspect-ratio: 19/9; overflow:hidden}
.index_product_swiper .swiper-slide .imgbx img{display: block;-o-object-fit: contain;object-fit: contain;width:100%; height:auto; }
.index_product_swiper .swiper-slide .textbx{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: end;-ms-flex-align: end;align-items: flex-end;padding: 0.625rem 2.5rem 1.875rem;}
.index_product_swiper .swiper-slide .textbx_l h3{font-size: 2rem;color: #000;line-height: 1.4em;font-weight: 400;font-family: "SourceHanSansCN-Medium";margin-bottom: 0.25rem;}
.index_product_swiper .swiper-slide .textbx_l p{font-size: 1.25rem;color: #000;line-height: 1.4em;font-weight: 400;font-family: "SourceHanSansCN-Medium";}
.index_product_swiper .swiper-slide .textbx_r a{font-size: 1.125rem;color: #2b2b2b;line-height: 1em;font-weight: 400;font-family: "SourceHanSansCN-Medium";}
.index_product_swiper .swiper-slide .textbx_r a:hover{text-decoration: underline;}
.index_product .swiper-btn{position: absolute;top: 50%;-webkit-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;width: 4rem;height: 4rem;border-radius: 50%;background-color: #787878;-webkit-transition: all 0.4s;transition: all 0.4s;}
.index_product .swiper-btn:hover{background-color: #000;}
.index_product .swiper-btn span{font-size: 2rem;color: #fff;}
.index_product .swiper-btn-prev{left: calc(50% - 45.375rem);}
.index_product .swiper-btn-next{left: calc(50% + 45.375rem);}

/*about*/
.about_profile {flex-wrap: wrap;justify-content: space-between;}
.about_profile .textbx{ width:40%;}
.about_profile .textbx .numbox{display: flex;justify-content: space-between;flex-wrap: wrap; }
.about_profile .textbx .numbox .item{width: 50%; margin-top:3rem;}
.about_profile .textbx .numbox .item .numbx{margin-bottom: 1.25rem;}
.about_profile .textbx .numbox .item .numbx p{display: flex;align-items: flex-start;font-size: 0.75rem;color: #111;}
.about_profile .textbx .numbox .item .numbx p span{font-size: 2.8rem;font-weight: 700; color:#4ebd37;}
.about_profile .textbx .numbox .item p{font-size: 0.875rem;color: #111;}

.about_profile .txt{ line-height:2.1rem; font-size:1rem;color:#111; width:60%;}
.about_profile .txt .about_logo{ margin-top:1rem;}
.about_img img{ border-top-left-radius:1rem; border-bottom-right-radius:1rem; max-width:100%;}

.jieshao li{position: relative;overflow: hidden;border-top-left-radius:1.5rem;border-bottom-right-radius:1.5rem; width:49.375rem; height:40.125rem;aspect-ratio: 49 / 28;}

.jieshao li img{-webkit-transition: all 0.6s;transition: all 0.6s;display: block;width: auto; max-height: 30rem;-o-object-fit: cover;object-fit: cover; overflow:hidden;}
.jieshao li .text{width: 100%;height:2rem;-webkit-transition: all 0.4s;transition: all 0.4s;font-size:1.25rem;}
.jieshao li .text h3{font-size:1.125rem;font-weight:600;line-height:2.3rem;color:#111;}
.jieshao li .text p{font-size:0.875rem;line-height:1.5rem;color:#666;}
.jieshao li .text{-webkit-transform: translateY(101%);-ms-transform: translateY(101%);transform: translateY(101%);}



/* 列表容器 */
.jieshao {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px; /* 项目间距 */
  padding: 5px;margin-top:30px;
}

/* 列表项 */
.jieshao li {
  flex: 1 1 calc(50% - 10px); /* 两列布局，考虑gap */
  min-width: 300px; /* 最小宽度防止过小 */
  list-style: none;
  display: flex;
  flex-direction: column;
}

/* 图片容器 - 关键部分 */
.jieshao li img {
  width: 100%;
  height: auto; /* 保持原始比例 */
  aspect-ratio: 16/9; /* 设置期望的宽高比 */
  object-fit: cover; /* 或 contain 根据需求选择 */
  border-radius: 4px; /* 可选 */
}

/* 文本内容 */
.jieshao .text {
  padding: 15px 0;
}

.jieshao h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}

.jieshao p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}


.show .index_header{height:6.25rem;}
.show #main{ margin-top:3.25rem;}
@media (min-width: 320px) and (max-width: 1023px){
    .jieshao li{height:30.125rem;}

    
}


.about_team{padding: 5rem 0 0;width: 100%;overflow: hidden;}
.about_team .common_title h3,
.about_team .common_title span{color: #111;}
.about_team .center{position: relative;}
.about_team .center .about_team_swiper .swiper-slide{position: relative;display: flex;justify-content: space-between;align-items: center;padding: 2.5rem 3%;box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.05);border-top-left-radius:2.5rem; border-bottom-right-radius:2.5rem; background-color:#fff;}
.about_team .center .about_team_swiper .swiper-slide::after{position: absolute;top: 5%;right: 8%;content: ' " ';font-size: 8rem;color: #eee;font-weight: 700;font-style: italic;}
.about_team .center .about_team_swiper .swiper-slide .imgbx{width: 32%;height: auto;}
.about_team .center .about_team_swiper .swiper-slide .imgbx img{display: block;width: 100%;height: auto;object-fit: contain;}
.about_team .center .about_team_swiper .swiper-slide .textbx{flex: 1;padding-left: 2%;}
.about_team .center .about_team_swiper .swiper-slide .textbx h4{font-size: 1.625rem;color: #111;font-weight: bold;margin-bottom: 1rem;}
.about_team .center .about_team_swiper .swiper-slide .textbx h5{font-size: 1.125rem;color: #111;font-weight: bold;margin-bottom: 1.25rem;}
.about_team .center .about_team_swiper .swiper-slide .textbx .intro{min-height: 9rem; padding-left:1rem;}
.about_team .center .about_team_swiper .swiper-slide .textbx .intro li{font-size: 1rem;color: #666;line-height: 1.65rem; list-style: outside; margin-bottom:1rem;}
.about_team .center .about_team_swiper .swiper-slide .textbx .intro li::marker {
  color: #4ebd37; /* 设置列表标记的颜色为红色 */
}
.about_team .center .swiper-pagination-bullet{width: 1.25rem;height: 0.125rem;background-color: #d2d2d2;opacity: 1;}
.about_team .center .swiper-pagination-bullet-active{background-color: #4ebd37;}



/*微短剧*/
.wdj .wdjlist {position: relative;}
.wdj .wdjlist::before{position: absolute;top: 0;left: 0;content: "";display: block;width: calc((100vw - 104rem) / 2);height: 100%;background-color: #fff;z-index: 3;}
.wdj .center {position: relative;}
.wdj .service_branch_swiper{position: relative; padding-bottom:4rem;}
.wdj .service_branch_swiper .swiper-wrapper{align-items: center;}
.wdj .service_branch_swiper .swiper-slide{position: relative;display: flex;align-items: center;width: 80.125rem;height: 45.25rem;}
.wdj .service_branch_swiper .swiper-slide::before{position: absolute;top: 0;left: 0;content: "";display: block;width: 100%;height: 100%;background-color: rgba(255, 255, 255, 0.5);transition: opacity 0.3s;z-index: 3;}
.wdj .service_branch_swiper .swiper-slide .imgbx{position: relative;width: 100%;height: 25.625rem;transition: all 0.3s ease 0.2s; border-top-left-radius:2rem; border-bottom-right-radius:2rem; overflow:hidden;}
.wdj .service_branch_swiper .swiper-slide .imgbx img{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100%;height: 100%;object-fit: cover;}
.wdj .service_branch_swiper .swiper-slide .imgbx::after{position: absolute;top: 0;left: 0;content: "";display: block;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0);transition: all 0.3s;z-index: 1;}
.wdj .service_branch_swiper .swiper-slide .imgbx .textbx{position: absolute;top: 0;left: 0;display: flex;flex-direction: column;justify-content: space-between;width: 100%;height: 100%;padding: 4% 3%;z-index: 3;}
.wdj .service_branch_swiper .swiper-slide .imgbx .textbx span{font-size: 2.5rem;color: #fff;font-weight: 700;}
.wdj .service_branch_swiper .swiper-slide .imgbx .textbx_bd h4{font-size: 1.5rem;color: #fff;margin-bottom: 0.75rem;}
.wdj .service_branch_swiper .swiper-slide .imgbx .textbx_bd p{font-size: 1rem;color: #fff;line-height: 1.5em;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;transition: all 0.5s;}
.wdj .service_branch_swiper .swiper-slide-active .imgbx{height:45.25rem;}
.wdj .service_branch_swiper .swiper-slide-active .imgbx::after{background-color: rgba(0, 0, 0, 0.3);}
.wdj .service_branch_swiper .swiper-slide-active .imgbx .textbx_bd p{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 10;-webkit-box-orient: vertical;}
.wdj .service_branch_swiper .swiper-slide-active::before{opacity: 0;}
.wdj .service_branch_swiper .swiper-slide::after{position: absolute;top: 50%;right: -5rem;transform: translateY(-50%);content: "";display: block;width: 1px;height: 25.625rem;background-color: rgba(0, 0, 0, 0.1);}
.wdj .swiper-pagination{position: absolute;bottom: -5rem;height: 1px;background-color: #eee;}
.wdj .swiper-pagination-progressbar-fill{background-color: #4ebd37 !important;}

.contact_business{ margin-top:2rem;}
.contact_message {
  padding: 2.5rem 0 5rem;
}
.contact_message .common_title h3,
.contact_message .common_title span {
  color: #111;
}
.contact_message .center .formbx {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact_message .center .formbx_item {
  width: 29.375%;
  height: 3.75rem;
  margin-bottom: 2.5rem;
}
.contact_message .center .formbx_item input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 1.25rem;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 1rem;
  color: #111;
}
.contact_message .center .formbx_item input input::-webkit-input-placeholder,
.contact_message .center .formbx_item input textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 1rem;
  letter-spacing: 1px;
  color: #ccc;
}
.contact_message .center .formbx_item input input:-moz-placeholder,
.contact_message .center .formbx_item input textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 1rem;
  letter-spacing: 1px;
  color: #ccc;
}
.contact_message .center .formbx_item input input::-moz-placeholder,
.contact_message .center .formbx_item input textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 1rem;
  letter-spacing: 1px;
  color: #ccc;
}
.contact_message .center .formbx_item input input:-ms-input-placeholder,
.contact_message .center .formbx_item input textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 1rem;
  letter-spacing: 1px;
  color: #ccc;
}
.contact_message .center .formbx_text {
  width: 100%;
  height: 13.75rem;
  margin-bottom: 2.5rem;
}
.contact_message .center .formbx_text textarea {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  outline: none;
  border: 1px solid #ccc;
  resize: none;
  box-sizing: border-box;
  font-size: 1rem;
  color: #111;
  line-height: 1.5em;
}
.contact_message .center .formbx_text textarea input::-webkit-input-placeholder,
.contact_message .center .formbx_text textarea textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 1rem;
  letter-spacing: 1px;
  color: #ccc;
}
.contact_message .center .formbx_text textarea input:-moz-placeholder,
.contact_message .center .formbx_text textarea textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 1rem;
  letter-spacing: 1px;
  color: #ccc;
}
.contact_message .center .formbx_text textarea input::-moz-placeholder,
.contact_message .center .formbx_text textarea textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 1rem;
  letter-spacing: 1px;
  color: #ccc;
}
.contact_message .center .formbx_text textarea input:-ms-input-placeholder,
.contact_message .center .formbx_text textarea textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 1rem;
  letter-spacing: 1px;
  color: #ccc;
}
.contact_message .center .formbx_btnbx {
  width: 100%;
}
.contact_message .center .formbx_btnbx button {
  display: block;
  width: 11.25rem;
  height: 3.125rem;
  margin: 0 auto;
  border-radius: 1.5625rem;
  background-color: #4ebd37;
  font-size: 1.25rem;
  color: #fff;
  line-height: 3.125rem;
  text-align: center; border:0;
}
.contact_message .center .formbx_btnbx button:hover {
  cursor: pointer;
}

.shebei .shebeilist {position: relative;}
.shebei .shebeilist::before{position: absolute;top: 0;left: 0;content: "";display: block;width: calc((100vw - 104rem) / 2);height: 100%;background-color: #f2f2f2;z-index: 3;}

.shebei .center {position: relative;}
.shebei .service_branch_swiper{position: relative; padding-bottom:4rem;}
.shebei .service_branch_swiper .swiper-wrapper{align-items: center;}
.shebei .service_branch_swiper .swiper-slide{position: relative;display: flex;align-items: center;width: 32.94rem;height: 28.56rem;}

.shebei .service_branch_swiper .swiper-slide .imgbx{position: relative;width: 100%;height: 25.625rem;transition: all 0.3s ease 0.2s;}
.shebei .service_branch_swiper .swiper-slide .imgbx img{position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100%;height: 23.56rem;object-fit: cover;}

.shebei .service_branch_swiper .swiper-slide .imgbx .textbx{position: absolute;top:3rem;left: 0;display: flex;flex-direction: column;justify-content: space-between;width: 100%;height: 100%;padding: 4% 3%;z-index: 3;}
.shebei .service_branch_swiper .swiper-slide .imgbx .textbx span{font-size: 2.5rem;color: #111;font-weight: 700;}
.shebei .service_branch_swiper .swiper-slide .imgbx .textbx_bd h4{font-size: 1.125rem;color: #111;margin-bottom: 0.75rem; font-weight:normal; text-align:center}
.shebei .swiper-pagination{position: absolute;bottom:-5rem;height: 1px;background-color: #fff;}
.shebei .swiper-pagination-progressbar-fill{background-color: #4ebd37 !important;}

.liangdian .center_navlist{margin-top: 1.25rem;}
.liangdian .center_navlist ul li{margin: 0 1.625rem;}
.liangdian .center_navlist ul li a{display: block;padding: 1rem 2.25rem;border-top-left-radius:1.25rem; border-bottom-right-radius:1.25rem;font-size: 1rem;color: #111;line-height: 1.8rem;font-weight: 400;font-family: "MiSans-Regular";-webkit-transition: all 0.3s;transition: all 0.3s; text-align:center;}
.liangdian .center_navlist ul li.active a{background-color: #f3f3f3;}

.center_contentbox{padding: 2.25rem 0;}
.center_contentbox .item{ display:none;}
.center_contentbox .item.show{ display: block;}
.center_contentbox .leftbox{position: relative;width: 49.625%;padding-bottom: 1.875rem;}
.center_contentbox .leftbox .myswiper{overflow: hidden;}
.center_contentbox .leftbox .myswiper .swiper-slide{}
.center_contentbox .leftbox .myswiper .swiper-slide .imgbx1{display: block;width: 100%;height: auto;border-radius: 0.625rem;overflow: hidden; display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
 aspect-ratio: 50 / 33;
  -webkit-box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.1);}
.center_contentbox .leftbox .myswiper .swiper-slide .imgbx1 img{width: 100%;}

.center_contentbox .leftbox .swiper-pagination{position: absolute;bottom: 0;padding: 0 1.25rem;}
.center_contentbox .leftbox .swiper-pagination-bullet{width: 1rem;height: 0.25rem;border-radius: 0.125rem;background-color: rgba(17, 120, 115, 0.15);opacity: 1;}
.center_contentbox .leftbox .swiper-pagination-bullet-active{background-color: rgb(17, 120, 115);}
.center_contentbox .rightbox{width: 46%;}
.center_contentbox .rightbox .intro{ height:32rem;overflow-y: auto;}

.center_contentbox .rightbox .intro::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.05);
}
.center_contentbox .rightbox .intro::-webkit-scrollbar-thumb {
  background-color: #17a569;
}
.center_contentbox .rightbox .intro p{font-size: 1rem;color: #111;line-height:2rem;font-weight: 400;font-family: "MiSans-Regular";}
.center_contentbox .rightbox .intro h3{font-size: 1rem;color: #111;line-height:2rem;font-weight:600;font-family: "MiSans-Regular"; margin-top:2rem;}

/*index*/
.index_banner {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 1;
}
.index_banner_swiper {
  position: relative;
  width: 100%;
  height: 100%;
}
.index_banner_swiper .swiper-slide {
  position: relative;
}
.index_banner_swiper .swiper-slide .swiper-animation {
  opacity: 0;
}
.index_banner_swiper .swiper-slide .banner_bg {
  width: 100%;
  max-height: auto;
}
.index_banner_swiper .swiper-slide .textbx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index_banner_swiper .swiper-slide .textbx .w1400 {
  position: relative;
  height: 100%;
}
.index_banner_swiper .swiper-slide .textbx_center {
  position: absolute;
  top: 35%;
  left: 0;
}
.index_banner_swiper .swiper-slide .textbx_center h2 {
  font-size: 3.125rem;
  color: #fff;
  line-height: 6rem;
  font-weight: 600;
  font-family: "MiSans-Bold";
  margin-bottom: 1.25rem;
}
.index_banner_swiper .swiper-pagination {
  bottom: 2rem;
}
.index_banner_swiper .swiper-pagination-bullet {
  width: 0.375rem;
  height: 0.375rem;
  background: #fff;
  border-radius: 0.1875rem;
  opacity: 0.5;
  margin: 0 0.75rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_banner_swiper .swiper-pagination-bullet-active {
  width: 1rem;
  opacity: 1;
}
.index_banner_swiper .swiper-btn {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.5rem;
  height: 5rem;
  background: rgba(0, 0, 0, 0.2);
}
.index_banner_swiper .swiper-btn-prev {
  left: 0;
}
.index_banner_swiper .swiper-btn-next {
  right: 0;
}
.index_banner_swiper .swiper-btn:hover {
  cursor: pointer;
  background: #17a569;
}
.index_banner_swiper .swiper-btn span {
  font-size: 1.875rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5rem;
}
.index_banner_M {
  display: none;
}


.index_banner_swiper .swiper-pagination {
  bottom: 2rem !important; left:-35% !important
}
.index_banner_swiper .swiper-pagination-bullet {
  position: relative;
  width: 0.375rem;
  height: 0.375rem;
  margin: 0 0.5rem !important;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.index_banner_swiper .swiper-pagination-bullet::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 1rem;
  height: 1rem;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
}
.index_banner_swiper .swiper-pagination-bullet-active {
  background-color: rgb(255, 255, 255);
}
.index_banner_swiper .swiper-pagination-bullet-active::after {
  border-color: rgba(255, 255, 255, 0.3);
}

.index_case {
  width: 100%;
  /*height: 100vh;*/
  padding-top: 1.25rem;
  background-image: url(../images/bg_wdj.jpg);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_case .w1600 {
  height: 100%;
}
.index_case_content {
  height: 100%;
  overflow: hidden;
}
.index_case_content .center {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 8%;
  padding-bottom: 4%;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.index_case_content .center .index_case_swiper {
  position: relative;
  margin: 5rem 0;
}
.index_case_content .center .index_case_swiper .swiper-slide {
  position: relative;
  height:18rem;
  overflow: hidden;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s; border-top-left-radius:1rem; border-bottom-right-radius:1rem;
}
.index_case_content .center .index_case_swiper .swiper-slide .imgbx {
  width: 100%;display: block;

  -o-object-fit: contain;
     object-fit: contain;padding-bottom:56.25%;position:relative;
}

.index_case_content .center .index_case_swiper .swiper-slide .imgbx video{

position: absolute;

top:0;

left: 0;

width: 100%;

height: 100%

background-size: cover;

overflow: hidden;

}
.index_case_content .center .index_case_swiper .swiper-slide .imgbx img {
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.index_case_content .center .index_case_swiper .swiper-slide .textbx {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  width: 100%;
  -webkit-transition: all 0.4s linear 0.3s;
  transition: all 0.4s linear 0.3s;
}
.index_case_content .center .index_case_swiper .swiper-slide .textbx h4 {
  font-size: 1.25rem;
  color: #fff;
  line-height: 3rem;
  font-weight: 400;
  font-family: "MiSans-Demibold";
  text-align: center;
}
.index_case_content .center .index_case_swiper .swiper-slide-active {
  -webkit-transform: scale(1.8);
      -ms-transform: scale(1.8);
          transform: scale(1.8);
  z-index: 2; border-top-left-radius:1rem; border-bottom-right-radius:1rem; overflow:hidden;
}
.index_case_content .center .index_case_swiper .swiper-slide-active .textbx {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.index_case_content .center .index_case_swiper .swiper-btn {
  top: 50%;
  width: 3.125rem;
  height: 3.125rem;
  background-color: rgba(255,255,255,0.2);
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  /*opacity: 0.5;*/
}
.index_case_content .center .index_case_swiper .swiper-btn span {
  line-height: 3.125rem;
  font-size: 1.5rem;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_case_content .center .index_case_swiper .swiper-btn:hover {
  background-color: #117873;
}
.index_case_content .center .index_case_swiper .swiper-btn:hover span {
  color: #fff; z-index:9999
}
.index_case_content .center .index_case_swiper .swiper-btn-prev {
  left: 30px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.index_case_content .center .index_case_swiper .swiper-btn-next {
  right: 30px;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.partner .center{ margin-top:1.25rem;}
.index-partner-list{ display:flex;flex-wrap: wrap;justify-content:space-between;}
.index-partner-list li{ background-color:#fff; text-align:center;display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16.15%;
  aspect-ratio: 10/5;
  margin-bottom: 1.25rem;
  -webkit-box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, 0.1);}
.index-partner-list li img{ display: block;
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;}
.index_about{ background:url(../images/bg_index_about.jpg) no-repeat; height:41rem; padding-top:7.125rem;}

.index_about_content {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index_about_content .textbx {
  width: 48%;
}
.index_about_content .textbx_txt_hd h3 {
  font-size: 2.5rem;
  color: #111;
  line-height: 4.375rem;
  font-weight: 400;
  font-family: "MiSans-Bold";
}
.index_about_content .textbx_txt_intro {
  margin-top: 3rem; margin-bottom:5rem;
}
.index_about_content .textbx_txt_intro p {
  font-size: 1rem;
  color: #666;
  line-height: 2.25rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index_about_content .textbx_center {
  margin: 8% 0;
}
.index_about_content .textbx_center_nav {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 10%;
}
.index_about_content .textbx_center_nav ul li {
  position: relative;
  padding: 0 0.5rem;
}
.index_about_content .textbx_center_nav ul li::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(0);
      -ms-transform: translateX(-50%) scale(0);
          transform: translateX(-50%) scale(0);
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #117873;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_about_content .textbx_center_nav ul li.active::after {
  -webkit-transform: translateX(-50%) scale(1);
      -ms-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}
.index_about_content .textbx_center_nav ul li:hover {
  cursor: pointer;
}
.index_about_content .textbx_center_nav ul li:not(:last-child) {
  margin-right: 1.875rem;
}
.index_about_content .textbx_center_nav ul li span {
  font-size: 1rem;
  color: #111;
  line-height: 2.5rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index_about_content .textbx_center_bd .itembox {
  display: none;
}
.index_about_content .textbx_center_bd .itembox.active {
  display: block;
}
.index_about_content .textbx_center_bd .itembox.numbox ul li p {
  font-size: 1rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index_about_content .textbx_center_bd .itembox.numbox ul li p.num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  color: #4ebd37;
  line-height: 1.4em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index_about_content .textbx_center_bd .itembox.numbox ul li p.num span {
  font-size: 5rem;
  font-weight: 700;
  line-height: 5rem;
  font-family: "Impact";
}
.index_about_content .textbx_center_bd .itembox.companybox ul {
  max-width: 80%;
}
.index_about_content .textbx_center_bd .itembox.companybox ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index_about_content .textbx_center_bd .itembox.companybox ul li a svg {
  font-size: 4rem;
}
.index_about_content .textbx_center_bd .itembox.companybox ul li a h4 {
  font-size: 1rem;
  color: #111;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}



.video {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  margin-left: 7.125rem;
}
.video .videoitem {
  position: relative;
  width: 100%;
  aspect-ratio: 2;margin-top:3rem;
  overflow: hidden;height:31.25rem; border-top-left-radius:2rem; border-bottom-right-radius:2rem;
}
.video .videoitem.active {
  display: block;
}
.video .videoitem .videoplay {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.video .videoitem .videoplay:hover {
  cursor: pointer;
}
.video .videoitem .videoplay i {
  font-size: 5rem;
  color: #fff;
}
.video .videoitem video {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.index_pic{ background-color:#151715; height:50rem;}

.index_solution {
  width: 100%;
  height: 100vh;
  padding-top: 6.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_solution_content {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index_solution_content .itembox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  height: 100%;
}
.index_solution_content .itembox:hover .headbox {
  top: 80%;
  opacity: 0;
}
.index_solution_content .itembox:hover .headbox-hover {
  top: 10%;
  opacity: 1;
}
.index_solution_content .itembox:hover .center {
  top: 0;
  opacity: 1;
}
.index_solution_content .itembox .bgbox {
  position: absolute;
  inset: 0;
  z-index: 0;
  z-index: 1;
  
   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 19/9;width: 100%;
}
/*.index_solution_content .itembox .bgbox::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0), rgba(17, 120, 115, 0.55));
  z-index: 1;
}*/
.index_solution_content .itembox .bgbox img {
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;

}
.index_solution_content .itembox .bgbox img.show {
  opacity: 1;
}
.index_solution_content .itembox .headbox {
  position: absolute;
  top: 75%;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0 8%;
  opacity: 1;
  pointer-events: none;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index_solution_content .itembox .headbox h2 {
  position: relative;
  font-size: 2.75rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Demibold";
  margin-bottom: 1.75rem;
}
.index_solution_content .itembox .headbox h2 span {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 6.25rem;
  color: rgba(255, 255, 255, 0.2);
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Bold";
}
.index_solution_content .itembox .headbox .intro p {
  font-size: 1.125rem;
  color: #cccccc;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.index_solution_content .itembox .headbox-hover {
  position: absolute;
  top: 2%;
  left: 0;
  width: 100%;
  height: auto;
  padding: 0 8%;
  opacity: 0;
  pointer-events: none;
  z-index: 4;
  -webkit-transition: all 0.3s linear 0.25s;
  transition: all 0.3s linear 0.25s;
}
.index_solution_content .itembox .headbox-hover h2 {
  position: relative;
  font-size: 2.5rem;
  color: #fff;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Demibold";
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.index_solution_content .itembox .headbox-hover h2 span {
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  font-size: 3.75rem;
  color: rgba(255, 255, 255, 0.2);
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Bold";
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0);
}
.index_solution_content .itembox .center {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 15% 8% 2% 8%;
  /*background-color: rgba(0, 0, 0, 0.4);*/
  opacity: 1;
  -webkit-transition: all 0.4s linear 0.3s;
  transition: all 0.4s linear 0.3s;
  z-index: 3;
}
.index_solution_content .itembox .center_hd { width:20rem;}

.index_solution_content .itembox .center_hd h3 {
  font-size: 1rem;
  color: #fff;
  line-height:2.25rem;
  font-weight: normal;
  
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  margin-bottom: 13.125rem;
}
.index_solution_content .itembox .center_listbx {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;justify-content: space-between;
}
.index_solution_content .itembox .center_listbx .item {
  position: relative; display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 16.15%;
  aspect-ratio: 19/9;
}
.index_solution_content .itembox .center_listbx .item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/sbg.png) no-repeat center center;
  background-size: cover;
  opacity: 0;
  z-index: 1111;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.index_solution_content .itembox .center_listbx .item.active::before {
  opacity: 1;
}
.index_solution_content .itembox .center_listbx .item_iconbx {
  z-index:-2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 19/12;
  width: 100%;
}
.index_solution_content .itembox .center_listbx .item_iconbx img {
  width: 100%;
  height: 100%;
}
.index_solution_content .itembox .center_listbx .item h3 {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.5em;
  font-weight: 400;
  font-family: "MiSans-Regular"; position:absolute; top:1rem; left:1.5rem; z-index:999999
}
 .cn3 {
  margin-right: 0.25rem;
  position: relative;
}
 .cn3 img {
  width: auto;
  height: 2rem;
}
@media (max-width: 991px) {
   .cn3 img {
    height: 0.4rem;
  }
}
@media (max-width: 991px) {
   .cn3 img {
    height: 0.4rem;
  }
  .index_product .swiper-btn-prev {
    left: calc(50% - 12.375rem);
    }
  .index_product .swiper-btn-next {
        left: calc(50% + 12.375rem);
    }
}
 .cn3 .footerqrcode {
  position: absolute;
  width: 172px;
  height: 200px;
  background-color: #fff;
  top: -220px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.24s;
  -o-transition: all 0.24s;
  -moz-transition: all 0.24s;
  transition: all 0.24s;
  visibility: hidden;
  opacity: 0;
  cursor: default;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.09);
  z-index: 100000;
}
 .cn3 .footerqrcode::after {
  content: '';
  position: absolute;
  top: -webkit-calc(99%);
  top: -moz-calc(99%);
  top: calc(100% - 1px);
  left: 50%;
  margin-left: -10px;
  width: 18px;
  height: 11px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB2aWV3Qm94PSIwIDAgMTggMTEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTU0Mi4wMDAwMDAsIC00MjUuMDAwMDAwKSIgZmlsbD0iI0ZGRkZGRiI+CiAgICAgICAgICAgIDxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE0NjUuMDAwMDAwLCAyMjUuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNODcuNjk3OTYzNCwyMDkuNzM5NzI0IEM4OC4wMDE4MTk0LDIwOS41MjUwMTkgODguMjY0NjMzNCwyMDkuMjU0NTIzIDg4LjQ3MzI0MDgsMjA4Ljk0MTc4NSBMOTQuMjUsMjAwLjI4MjE3IEw3Ny43NSwyMDAuMjgyMTcgTDgzLjUyNjc1OTIsMjA4Ljk0MTc4NSBDODQuNDY0NTE4NSwyMTAuMzQ3NjQ1IDg2LjMzMjAzMDMsMjEwLjcwNDg5NCA4Ny42OTc5NjM0LDIwOS43Mzk3MjQgWiIgaWQ9IuWchuinkiI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=);
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
 .cn3 .footerqrcode img {
  display: inline-block;
  margin-top: 16px;
  margin-bottom: 12px;
  width: 140px;
  height: 140px;
}
 .cn3 .footerqrcode span {
  display: block;
  color: #2d2d2d;
}
 .cn3:hover svg path {
  fill: #00d1d1;
}
 .cn3:hover .footerqrcode {
  visibility: visible;
  opacity: 1;
}


.new_content {
  padding: 4rem 0;
}
.new_content .leftbx {
  float: right;
  width: 74%;
}
.new_content .leftbx_navlist {
  width: 100%;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #ececec;
}
.new_content .leftbx_navlist ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.new_content .leftbx_navlist ul li:not(:last-child) {
  margin-right: 2.5rem;
}
.new_content .leftbx_navlist ul li a {
  position: relative;
  display: block;
  font-size: 1.125rem;
  color: #000;
  line-height: 3.125rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  padding: 0 0.75rem;
}
.new_content .leftbx_navlist ul li a::after {
  position: absolute;
  bottom: -0.0625rem;
  left: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  content: "";
  display: block;
  width: 100%;
  height: 0.125rem;
  background-color: #17a569;
}
.new_content .leftbx_navlist ul li:hover a {
  color: #17a569;
}
.new_content .leftbx_navlist ul li.active a::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.new_content .leftbx_list {
  margin-bottom: 3.75rem;
}
.new_content .leftbx_list .item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
   border-bottom:1px solid #f4f4f4;
   padding-bottom: 2rem;
}
.new_content .leftbx_list .item:not(:last-child) {
  margin-bottom: 2rem;
}
.new_content .leftbx_list .item:hover .txt h4 {
  color: #4ebd37;
}
.new_content .leftbx_list .item:hover .item_imgbx img {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.new_content .leftbx_list .item:hover .morebtn a {
  background-color: #4ebd37;
  color: #fff;
}
.new_content .leftbx_list .item:hover .morebtn a i {
  color: #fff;
}
.new_content .leftbx_list .item_imgbx {
  width: 27.2%;
  aspect-ratio: 69/47;
  overflow: hidden;
}
.new_content .leftbx_list .item_imgbx img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.new_content .leftbx_list .item_textbx {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.625rem 0 0.625rem 2%;
}
.new_content .leftbx_list .item_textbx .txt h4 {
  font-size: 1.125rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Bold";
}
.new_content .leftbx_list .item_textbx .txt .intro {
  font-size: 1.025rem;
  color: #666;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  margin: 0.25rem 0 0.625rem;
}
.new_content .leftbx_list .morebtn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
.new_content .leftbx_list .morebtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 1.875rem;
  padding: 0 0.75rem;
  background-color: #f0f0f0;
  border-radius: 0.9375rem;
  font-size: 0.75rem;
  color: #666;
  line-height: 1em;
  font-weight: 400;
  font-family: "MiSans-Regular";
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.new_content .leftbx_list .morebtn a i {
  font-size: 0.875rem;
  color: #666;
  margin-left: 0.625rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.new_content .leftbx_list .time {
  font-size: 0.875rem;
  color: #ccc;
  line-height: 3em;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.new_content .rightbx {
  float: left;
  width: 17.43%;
  padding-right: 5%;
  margin-right: 3%;
}
.new_content .rightbx .hottag {
  margin-bottom: 2.25rem; overflow: hidden;
}
.new_content .rightbx .hottag_hd {
  background-color: #4ebd37; height:4rem;color:#fff; 
}
.new_content .rightbx .hottag_hd h3 {
  font-size: 1.5rem;
  color: #fff;
  line-height: 4rem;
  font-weight: 600;
  font-family: "MiSans-Regular"; text-align: center;
}
.new_content .rightbx .hottag_bd {
  width: 100%;
}
.new_content .rightbx .hottag_bd .tag {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 4.125rem;
  background-color: #eee;
  font-size: 1.175rem;
  color: #666;
  line-height: 4.125rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-bottom: 1px solid #fff;
  width: 100%;
  text-align: center;
  border-left:1px solid #eee;
}
.new_content .rightbx .hottag_bd .tag:hover,.new_content .rightbx .hottag_bd .tag.active {
  color: #000;
  border-left:1px solid #4ebd37;
}


.common_pagination {
  width: 100%;
}
.common_pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}
.common_pagination a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1.875rem;
  height: 1.875rem;
  font-size: 1rem;
  color: #333;
  margin: 0 0.5rem;
  border: 0;
  border-radius: 0.1875rem;
  background-color: #e9e9e9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
.common_pagination a:hover {
  color: #fff;
  background-color: #17a569;
  border-color: #17a569;
}
.common_pagination a.page-num-current {
  color: #ffffff;
  background-color: #17a569;
  border-color: #17a569;
}
.common_pagination li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.common_pagination li:last-child > a {
  margin-right: 0;
}
.common_pagination li:first-child a, .common_pagination li:last-child a {
  width: 3.75rem;
  font-size: 0.875rem;
  background-color: #e9e9e9;
}
.common_pagination li:first-child a:hover, .common_pagination li:last-child a:hover {
  background-color: #17a569;
}
.common_pagebtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.common_pagebtn .pagebox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
  padding: 1.25rem 2%;
}
.common_pagebtn .pagebox:hover .txt h4 {
  color: #17a569;
}
.common_pagebtn .pagebox .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.common_pagebtn .pagebox .txt span {
  font-size: 1.25rem;
  color: #111;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
}
.common_pagebtn .pagebox .txt h4 {
  font-size: 0.875rem;
  color: #999;
  line-height: 1.875rem;
  font-weight: 400;
  font-family: "MiSans-Regular";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 3.75rem;
}
.common_pagebtn .pagebox i {
  font-size: 1.25rem;
  color: #17a569;
}
.common_pagebtn .pagebox.prevpage {
  border-right: 1px solid #eee;
}
.common_pagebtn .pagebox.prevpage i {
  margin-right: 2%;
}
.common_pagebtn .pagebox.nextpage .txt {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.common_pagebtn .pagebox.nextpage .txt h4 {
  text-align: right;
}
.common_pagebtn .pagebox.nextpage i {
  margin-left: 2%;
}

@media (min-width: 320px) and (max-width: 1023px) {
    .new_content {
    padding: 2rem 1rem;
  }
  .new_content .leftbx_list .item {
    flex-direction: column;
}
  .new_content .leftbx {
    float: none;
    width: 100%;
  }
  .new_content .leftbx_list .item_imgbx {
    width: 100%; height: auto;
  }
  .new_content .leftbx_list .item_imgbx img {
   height: auto;
  }
  .new_content .leftbx_list .item_textbx{ width:auto;}
  .new_content .rightbx {
    float: none;
    display: none;
    width: 100%;
  }
}