* {
  margin: 0;
  padding: 0;
}
button {
  border: none;
  outline: none;
  font-family: inherit;
}
.more_btn {
  width: 2rem;
  height: 0.53rem;
  border: 0.01rem solid #939393;
  border-radius: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.12rem;
  margin: 0.54rem auto 0;
  font-size: 0.18rem;
  color: #939393;
  transition: var(--s_tran);
}
.more_btn i {
  width: 0.17rem;
  height: 0.15rem;
  position: relative;
  background: url(../img/brand_icon.png) no-repeat center center;
  background-size: contain;
}
.more_btn:hover {
  color: #FFFFFF;
  background: #0069DB;
  border-color: #0069DB;
}
.more_btn:hover i {
  filter: brightness(0) invert(1);
}
.bread_nav {
  height: 0.58rem;
  background: #F5F7FA;
  font-size: 0.15rem;
  color: #4E5969;
}
.bread_nav .main {
  height: 100%;
  display: flex;
  align-items: center;
  column-gap: 0.12rem;
}
.bread_nav span {
  width: 0.06rem;
  height: 0.06rem;
  border-top: 0.01rem solid #89909A;
  border-right: 0.01rem solid #89909A;
  transform: rotate(45deg);
}
.bread_nav em {
  font-style: normal;
  color: var(--c);
}
.index_banner {
  width: 100%;
  height: 6.2rem;
  overflow: hidden;
  position: relative;
  margin-top: 1.7rem;
}
.index_banner .swiper-slide {
  position: relative;
  overflow: hidden;
}
.index_banner .banner_bg {
  position: absolute;
  inset: 0;
}
.index_banner .banner_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_banner .main {
  height: 100%;
  position: relative;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.index_banner .banner_txt {
  width: 50%;
  color: #FFFFFF;
}
.index_banner .banner_txt h2 {
  font-family: Poppins-Bold;
  font-weight: bold;
  font-size: 0.45rem;
  color: #FFFFFF;
  line-height: 1.2;
}
.index_banner .banner_txt p {
  width: 100%;
  margin-top: 0.22rem;
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.2rem;
  color: #FFFFFF;
  line-height: 1.6;
}
.index_banner .banner_txt .banner_more {
  margin-top: 0.16rem;
  position: relative;
}
.index_banner .banner_txt .banner_more .more_title {
  display: flex;
  align-items: center;
  width: fit-content;
  column-gap: 0.16rem;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.2rem;
  color: #FFFFFF;
  
  
  
  display: none;
}
.index_banner .banner_txt .banner_more .more_title i {
  width: 0.15rem;
  height: 0.09rem;
  background: url(../img/xiala.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.index_banner .banner_txt .banner_more .more_list {
  max-width: 6.36rem;
  margin-top: 0.16rem;
  display: flex;
  flex-wrap: wrap;
  /*column-gap: 0.68rem;*/
  column-gap: 0.28rem;
  row-gap: 0.07rem;
  padding: 0.25rem 0.43rem 0.27rem 0.17rem;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0.1rem;
  border: 0.01rem solid rgba(255, 255, 255, 0.24);
  display: none;
}
.index_banner .banner_txt .banner_more .more_list .list_item {
  justify-content: space-between;
  display: flex;
  align-items: center;
  width: calc(50% - 0.14rem);
}
.index_banner .banner_txt .banner_more .more_list .list_item a {
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.16rem;
  color: #FFFFFF;
  line-height: 2.2;
  position: relative;
}
.index_banner .banner_txt .banner_more .more_list .list_item a::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.05rem;
    width: 0;
    height: 0.01rem;
    background: #fff;
    transition: all 0.5s;
}
.index_banner .banner_txt .banner_more .more_list .list_item a:hover::before{
    width: 100%;
}
.index_banner .banner_txt .banner_more .more_list .list_item i {
  width: 0.12rem;
  height: 0.11rem;
  background: url(../img/nav_icon.png) no-repeat center center;
  background-size: contain;
  filter: brightness(0) invert(1);
}
.index_banner .banner_txt .banner_url {
  width: fit-content;
  margin-top: 0.49rem;
  display: flex;
  align-items: center;
  column-gap: 0.12rem;
  border-radius: 0.27rem;
  border: 0.01rem solid #FFFFFF;
  padding: 0.12rem 0.25rem;
  font-size: 0.18rem;
  color: #FFFFFF;
  cursor: pointer;
}
.index_banner .banner_txt .banner_url i {
  width: 0.17rem;
  height: 0.15rem;
  background: url(../img/nav_icon.png) no-repeat center center;
  background-size: contain;
  filter: brightness(0) invert(1);
}



/*2026-07-20*/
.index_banner .banner_txt .banner_url{
    font-size: 0.16rem;
    border-radius: 0;
    padding: 2px 20px;
    border: none;
    background: #fff;
    color: #1f79f3;
    text-transform: uppercase;
    margin-left: 0.78rem;
    margin-top: 2.4rem;
}
.index_banner .banner_txt .banner_url:hover{
    background: -webkit-linear-gradient(135deg, #209df9 0%, #1f79f3 100%);
    color: #fff;
}
.index_banner .banner_txt .banner_url i{
    width: 26px;
    height: 11px;
    background: url(../img/next.png) no-repeat center center;
  background-size: contain;
  filter: brightness(1) invert(0);
}
.index_banner .banner_txt .banner_url:hover i{
    filter: brightness(0) invert(1);
}
/*2026-07-20*/





.index_banner .banner_prev,
.index_banner .banner_next {
  width: 0.5rem;
  height: 0.5rem;
  border: 0.01rem solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: #FFFFFF;
  opacity: 1;
}
.index_banner .banner_prev::after,
.index_banner .banner_next::after {
  display: none;
}
.index_banner .banner_prev img,
.index_banner .banner_next img {
  width: 0.15rem;
  height: 0.15rem;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.index_banner .banner_prev:hover,
.index_banner .banner_next:hover{
  background: #0072E5;
  border-color: #0072E5;
}
.index_banner .banner_prev {
  left: 0.96rem;
}
.index_banner .banner_prev img {
  transform: rotate(180deg);
}
.index_banner .banner_next {
  right: 0.96rem;
}
.index_banner .swiper-pagination {
  bottom: 0.23rem;
}
.index_banner .swiper-pagination span {
  width: 0.8rem;
  height: 0.02rem;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.3);
  opacity: 1;
  border-radius: 0.3rem;
  margin: 0 0.05rem !important;
  position: relative;
}
.index_banner .swiper-pagination span.swiper-pagination-bullet-active {
  background: #FFFFFF;
}
.friendly_bar {
  height: 0.6rem;
  background: #0069DB;
  color: #FFFFFF;
  font-size: 0.16rem;
}
.friendly_bar .main {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.friendly_bar span {
  padding-left: 0.31rem;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  position: relative;
}
.friendly_bar span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.21rem;
  height: 0.17rem;
  background: url(../img/friendly_icon.png) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}
.friendly_bar p {
  margin-left: 0.08rem;
  font-family: Poppins-Light;
  font-weight: 300;
  color: rgba(255, 255, 255);
}
.friendly_bar button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.14rem;
  height: 0.14rem;
  background: url(../img/close2.png) no-repeat center center;
  background-size: contain;
  cursor: pointer;
}
.search_sec {
  height: 4.56rem;
  position: relative;
  padding-top: 0.7rem;
  background: #FFFFFF;
  z-index: 1;
}
.search_sec .search_box {
  width: 12rem;
  height: 0.8rem;
  margin: 0.4rem auto 0;
  border: 0.01rem solid #0B7BEF;
  border-radius: 0.4rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #FFFFFF;
  position: relative;
  z-index: 6;
}
.search_sec .search_box.is-open {
  border-radius: 0.02rem 0.4rem 0.4rem 0.02rem;
  overflow: visible;
}
.search_sec .search_box.is-open button {
  border-radius: 0 0.4rem 0.4rem 0;
}
.search_sec .search_box input {
  flex: 1;
  min-width: 0;
  height: 100%;
  padding-left: 0.28rem;
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.18rem;
  color: #000;
}
.search_sec .search_box input::placeholder {
  color: #2A303C;
}
.search_sec .search_box .search_clear {
  display: none;
  width: 0.22rem;
  height: 0.22rem;
  position: relative;
  cursor: pointer;
  margin-right: 0.27rem;
}
.search_sec .search_box.has-value .search_clear {
  display: block;
}
.search_sec .search_box button {
  width: 1.1rem;
  height: 100%;
  background: #0069DB;
  cursor: pointer;
  position: relative;
}
.search_sec .search_box button img {
  width: 0.27rem;
  height: 0.27rem;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.search_sec .search_box .search_dropdown {
  display: none;
  position: absolute;
  left: -0.01rem;
  top: calc(100% + 0.01rem);
  width: calc(100% - 1.08rem);
  background: #FFFFFF;
  border: 0.02rem solid #0169DB;
  border-top: none;
  z-index: 10;
  padding: 0.07rem;
}
.search_sec .search_box .search_option {
  height: 0.55rem;
  padding: 0 0.21rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  font-size: 0.14rem;
  color: #000;
  line-height: 1.15;
  margin-bottom: 0.04rem;
}
.search_sec .search_box .search_option b {
  font-weight: 600;
  font-size: 0.16rem;
  color: inherit;
}
.search_sec .search_box .search_option span {
  margin-top: 0.03rem;
}
.search_sec .search_box .search_option i {
  position: absolute;
  right: 0.28rem;
  top: 50%;
  width: 0.25rem;
  height: 0.16rem;
  background: url(../img/dui.png) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}
.search_sec .search_box .search_option:hover,
.search_sec .search_box .search_option.active {
  background: #0069DB;
  color: #FFFFFF;
}
.search_sec .hot_box {
  width: 12rem;
  margin: 0.22rem auto 0;
}
.search_sec .hot_title {
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.16rem;
  color: #2A303C;
}
.search_sec .hot_list {
  margin-top: 0.16rem;
  display: flex;
  align-items: center;
  gap: 0.1rem;
  flex-wrap: wrap;
}
.search_sec .hot_list a {
  height: 0.27rem;
  padding: 0 0.1rem;
  border: 0.01rem solid #8B8B8B;
  border-radius: 0.14rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.14rem;
  color: #939393;
  line-height: 0.25rem;
}
.search_sec .hot_list a.active,
.search_sec .hot_list a:hover {
  color: #FFFFFF;
  background: #0069DB;
  border-color: #0069DB;
}
.brand_sec {
  padding: 0.7rem 0;
  background: url(../img/brand_bg.png) no-repeat center center;
  background-size: cover;
}
.brand_sec .tab_list {
  width: fit-content;
  margin: 0.4rem auto 0;
  display: flex;
  align-items: center;
  column-gap: 0.15rem;
}
.brand_sec .tab_list .tab_type {
  width: fit-content;
  padding: 0.15rem 0.44rem;
  border-radius: 0.3rem;
  background: #FFFFFF;
  font-family: Poppins-Regular;
  font-weight: 400;
  font-size: 0.18rem;
  color: #000000;
  transition: var(--s_tran);
  cursor: pointer;
}
.brand_sec .tab_list .tab_type.active,
.brand_sec .tab_list .tab_type:hover {
  color: #FFFFFF;
  background: #0069DB;
}
.brand_sec .tab_list .tab_type:hover::before {
  width: 400px;
  height: 400px;
}
.brand_sec .brand_list .brand_show {
  display: none;
  flex-wrap: wrap;
  column-gap: 0.36rem;
  row-gap: 0.52rem;
}
.brand_sec .brand_list .brand_show.on {
  display: flex;
}
.brand_sec .brand_list .brand_show.style1 {
  margin-top: 0.7rem;
  column-gap: 0.2rem;
  row-gap: 0.27rem;
}
.brand_sec .brand_list .brand_show.style2 {
  margin-top: 0.95rem;
  column-gap: 0.36rem;
  row-gap: 0.52rem;
}
.brand_sec .brand_list .brand_show.style3 {
  margin-top: 0.7rem;
  column-gap: 0.4rem;
  row-gap: 0.4rem;
}
.brand_sec .brand_list .brand_show .brand_item {
  width: calc(25% - 0.27rem);
  height: 2.1rem;
  background: #FFFFFF;
  border-radius: 0.1rem;
  position: relative;
  padding: 0.46rem 0.26rem 0.28rem;
}
.brand_sec .brand_list .brand_show .brand_item .img_place {
  position: absolute;
  left: 50%;
  top: -0.25rem;
  transform: translateX(-50%);
  width: 0.54rem;
  height: 0.54rem;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.brand_sec .brand_list .brand_show .brand_item .img_place img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.brand_sec .brand_list .brand_show .brand_item .brand_name {
  text-align: center;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.2rem;
  color: #165DAA;
}
.brand_sec .brand_list .brand_show .brand_item .brand_txt {
  margin-top: 0.13rem;
  height: 0.51rem;
  font-size: 0.16rem;
  color: #5D5D5D;
  line-height: 1.56;
}
.brand_sec .brand_list .brand_show .brand_item .brand_url {
  margin-top: 0.17rem;
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  color: #939393;
  text-decoration: underline;
}
.brand_sec .brand_list .brand_show .brand_item .brand_url i {
  width: 0.09rem;
  height: 0.07rem;
  background: url(../img/brand_icon.png) no-repeat center center;
  background-size: contain;
  margin-left: 0.04rem;
}
.brand_sec .brand_list .brand_show .brand_item:hover {
  background: #0069DB;
}
.brand_sec .brand_list .brand_show .brand_item:hover .brand_name,
.brand_sec .brand_list .brand_show .brand_item:hover .brand_txt,
.brand_sec .brand_list .brand_show .brand_item:hover .brand_url {
  color: #FFFFFF;
}
.brand_sec .brand_list .brand_show .brand_item:hover .brand_name i,
.brand_sec .brand_list .brand_show .brand_item:hover .brand_txt i,
.brand_sec .brand_list .brand_show .brand_item:hover .brand_url i {
  filter: brightness(1) invert(0);
}
.brand_sec .brand_list .brand_show .logo_item {
  width: calc((100% - 1rem) / 6);
  height: 1rem;
  overflow: hidden;
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand_sec .brand_list .brand_show .logo_item img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.brand_sec .brand_list .brand_show .logo_item .logo_more {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: var(--s_tran);
}
.brand_sec .brand_list .brand_show .logo_item .logo_more span {
  width: 0.3rem;
  height: 0.3rem;
  background: #0069DB;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand_sec .brand_list .brand_show .logo_item .logo_more span img {
  width: 0.1rem;
  height: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.brand_sec .brand_list .brand_show .logo_item:hover .logo_more {
  opacity: 1;
}
.brand_sec .brand_list .brand_show .App_item {
  width: calc(25% - 0.3rem);
}
.brand_sec .brand_list .brand_show .App_item .App_img {
  width: 100%;
  height: 0;
  padding-bottom: 56.7%;
  overflow: hidden;
  position: relative;
  border-radius: 0.1rem;
}
.brand_sec .brand_list .brand_show .App_item .App_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.brand_sec .brand_list .brand_show .App_item .App_name {
  margin-top: 0.2rem;
  height: 0.58rem;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.2rem;
  color: #000000;
}
.brand_sec .brand_list .brand_show .App_item .text_more {
  margin-top: 0.1rem;
}
.brand_sec .brand_list .brand_show .App_item:hover .App_img img {
  transform: scale(1.1);
}
.brand_sec .brand_list .brand_show .App_item:hover .App_name,
.brand_sec .brand_list .brand_show .App_item:hover .text_more {
  color: #0069DB;
}
.brand_sec .brand_list .brand_show .App_item:hover .App_name::after,
.brand_sec .brand_list .brand_show .App_item:hover .text_more::after {
  background: url(../img/nav_icon.png) no-repeat center center;
  background-size: contain;
}
.case_sec {
  padding: 0.72rem 0;
  background: #FFFFFF;
}
.case_sec .case_list {
  margin-top: 0.4rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.18rem 0.4rem;
}
.case_sec .case_item {
  height: 2.46rem;
  border-radius: 0.15rem;
  background: #F5F5F5;
  overflow: hidden;
  display: flex;
}
.case_sec .case_item .case_txt {
  flex: 1;
  min-width: 0;
  padding: 0.4rem 0.4rem 0.26rem 0.27rem;
}
.case_sec .case_item .case_txt span {
  display: inline-flex;
  padding: 0.03rem 0.1rem;
  border-radius: 0.14rem;
  align-items: center;
  background: #0069DB;
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.12rem;
  color: #FFFFFF;
}
.case_sec .case_item .case_txt .case_title {
  margin-top: 0.13rem;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.22rem;
  color: #000000;
  line-height: 1.68;
}
.case_sec .case_item .case_txt p {
  height: 0.51rem;
  margin-top: 0.07rem;
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.16rem;
  color: #000000;
  line-height: 1.52;
}
.case_sec .case_item .case_txt .text_more {
  margin-top: 0.24rem;
}
.case_sec .case_item .case_img {
  width: 2.87rem;
  height: 100%;
  background: linear-gradient(135deg, #0D5594, #88B5DE);
  overflow: hidden;
}
.case_sec .case_item .case_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.case_sec .case_item:hover {
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.25rem 0.01rem rgba(0, 0, 0, 0.1);
}
.case_sec .case_item:hover .case_txt .case_title,
.case_sec .case_item:hover .case_txt .text_more {
  color: #0069DB;
}
.case_sec .case_item:hover .case_txt .case_title::after,
.case_sec .case_item:hover .case_txt .text_more::after {
  background: url(../img/nav_icon.png) no-repeat center center;
  background-size: contain;
}
.case_sec .case_item:hover .case_img img {
  transform: scale(1.1);
}
.support_sec {
  padding: 0.7rem 0;
  background: url(../img/support_bg.png) no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.support_sec .support_list {
  margin-top: 0.7rem;
  display: flex;
  column-gap: 0.38rem;
}
.support_sec .support_item {
  width: calc(25% - 0.285rem);
  background: #FFFFFF;
  border-radius: 0.1rem;
  padding-bottom: 0.3rem;
}
.support_sec .support_item .support_img {
  width: 100%;
  height: 0;
  padding-bottom: 71%;
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
}
.support_sec .support_item .support_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.support_sec .support_item .support_title {
  text-align: center;
  padding: 0 0.1rem;
  margin-top: 0.3rem;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.2rem;
  color: #000000;
}
.support_sec .support_item p {
  height: 0.51rem;
  margin-top: 0.08rem;
  text-align: center;
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.16rem;
  color: #5D5D5D;
  line-height: 1.5;
}
.support_sec .support_item .text_more {
  display: block;
  width: fit-content;
  margin: 0.24rem auto 0;
}
.support_sec .support_item:hover {
  box-shadow: 0rem 0rem 0.25rem 0.01rem rgba(1, 105, 219, 0.21);
  border: 0.01rem solid #0169DB;
  transform: translateY(-0.2rem);
}
.support_sec .support_item:hover .support_img img {
  transform: scale(1.1);
}
.support_sec .support_item:hover .support_title,
.support_sec .support_item:hover .text_more {
  color: #0069DB;
}
.support_sec .support_item:hover .support_title::after,
.support_sec .support_item:hover .text_more::after {
  background: url(../img/nav_icon.png) no-repeat center center;
  background-size: contain;
}
.support_sec .support_item.style2 {
  background: none;
}
.support_sec .support_item.style2 .support_img {
  width: 2.15rem;
  height: 2.15rem;
  border-radius: 50%;
  padding: 0;
  overflow: hidden;
  margin: 0 auto;
}
.support_sec .support_item.style2 .support_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.support_sec .support_item.style2:hover {
  transform: none;
  border: none;
  box-shadow: none;
}
.green_sec {
  padding: 0.7rem 0 0.77rem;
  background: #FFFFFF;
}
.green_sec .green_box {
  min-height: 3rem;
  border-radius: 1.5rem;
  background: url(../img/green_bg.png) no-repeat center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
}
.green_sec .green_icon {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  position: relative;
}
.green_sec .green_icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.green_sec .green_title {
  margin-top: 0.22rem;
  font-family: Poppins-SemiBold;
  font-weight: 600;
  font-size: 0.5rem;
  color: #FFFFFF;
  line-height: 1.6;
}
.green_sec p {
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.2rem;
  color: #FFFFFF;
  line-height: 1.6;
}
.green_sec a {
  margin-top: 0.16rem;
  font-size: 0.16rem;
  color: #FFFFFF;
}
.green_sec a::after {
  filter: brightness(0) invert(1);
}
@keyframes dot {
  0% {
    width: 0.47rem;
    height: 0.47rem;
    opacity: 0.6;
  }
  100% {
    width: 0.94rem;
    height: 0.94rem;
    opacity: 0;
  }
}
.about_sec {
  padding: 0.7rem 0 0.83rem;
  background: url(../img/about_bg.png) no-repeat center center;
  background-size: cover;
}
.about_sec .about_body {
  margin-top: 0.53rem;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.about_sec .about_video {
  width: calc(50% - 0.9rem);
  height: 4rem;
  border-radius: 0.2rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.about_sec .about_video img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_sec .about_video .about_play {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.47rem;
  height: 0.47rem;
  border-radius: 50%;
  background: #0169DB;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.about_sec .about_video .about_play:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  border-radius: 50%;
  width: 0.16rem;
  height: 0.16rem;
  background-color: #0169DB;
  transform: translate(-50%, -50%);
  opacity: 0.16;
  animation: dot 3s 0.75s infinite;
}
.about_sec .about_video .about_play:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -2;
  border-radius: 50%;
  width: 0.16rem;
  height: 0.16rem;
  background-color: #3a67bb;
  transform: translate(-50%, -50%);
  opacity: 0.6;
  animation: dot 3s infinite;
}
.about_sec .about_video i {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.about_sec .about_video i::before {
  content: "";
  position: absolute;
  left: 0.17rem;
  top: 0.13rem;
  border-left: 0.17rem solid #FFFFFF;
  border-top: 0.11rem solid transparent;
  border-bottom: 0.11rem solid transparent;
}
.about_sec .about_txt {
  width: calc(50% + 0.1rem);
}
.about_sec .about_title {
  font-family: Poppins-SemiBold;
  font-family: Poppins, Poppins;
  font-weight: 600;
  font-size: 0.2rem;
  color: #000000;
  line-height: 1.6;
}
.about_sec .about_txt > p {
  margin-top: 0.11rem;
  font-size: 0.18rem;
  color: #717171;
  line-height: 1.55;
}
.about_sec .about_num_box {
  margin-top: 0.42rem;
  display: flex;
  column-gap: 0.56rem;
  margin-bottom: 0.5rem;
}
.about_sec .about_num_item {
  min-width: 1.7rem;
}
.about_sec .about_num_item div,
.about_sec .about_num_item span {
  white-space: nowrap;
  font-family: Anton-Regular;
  font-weight: 400;
  font-size: 0.5rem;
  color: #0069DB;
  line-height: 1;
}
.about_sec .about_num_item p {
  font-size: 0.16rem;
  color: #939393;
  line-height: 1.625;
}
.about_sec .about_num_item:first-child div {
  font-family: Anton-Regular;
  font-weight: 400;
  font-size: 0.18rem;
  color: #0069DB;
}
.about_sec .about_num_item:first-child div span {
  margin-right: 0.16rem;
}
.about_sec .text_more {
  margin-top: 0.51rem;
  font-size: 0.16rem;
  color: #5D5D5D;
}
.news_sec {
  padding: 0.7rem 0;
  background: #FFFFFF;
}
.news_sec .news_list {
  margin-top: 0.5rem;
  display: flex;
  column-gap: 0.4rem;
}
.news_sec .news_item {
  width: calc(25% - 0.3rem);
  border-radius: 0.1rem;
  overflow: hidden;
  background: #F5F5F5;
}
.news_sec .news_item:hover {
  background: #FFFFFF;
  box-shadow: 0rem 0rem 0.25rem 0.01rem rgba(0, 0, 0, 0.1);
}
.news_sec .news_item:hover .news_img img {
  transform: scale(1.1);
}
.news_sec .news_item:hover .news_title {
  color: #0069DB;
}
.news_sec .news_item:hover .news_foot i {
  color: #0069DB;
}
.news_sec .news_item:hover .news_foot i::after {
  background: url(../img/nav_icon.png) no-repeat center center;
  background-size: contain;
}
.news_sec .news_img {
  width: 100%;
  height: 0;
  padding-bottom: 62%;
  position: relative;
  overflow: hidden;
  border-radius: 0.1rem;
}
.news_sec .news_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: all 0.5s;
}
.news_sec .news_body {
  padding: 0.22rem 0.2rem 0.34rem;
}
.news_sec .news_meta {
  display: flex;
  align-items: center;
  column-gap: 0.18rem;
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.16rem;
  color: #606060;
  line-height: 1;
}
.news_sec .news_meta span {
  display: flex;
  align-items: center;
  column-gap: 0.07rem;
}
.news_sec .news_meta span i {
  width: 0.14rem;
  height: 0.14rem;
  background: url(../img/time.png) no-repeat center center;
  background-size: contain;
}
.news_sec .news_meta span:nth-child(2) i {
  background: url(../img/user.png) no-repeat center center;
  background-size: contain;
}
.news_sec .news_title {
  /*height: 0.64rem;*/
  margin-top: 0.18rem;
  font-size: 0.18rem;
  color: #000000;
  line-height: 1.45;
}
.news_sec .news_foot {
  margin-top: 0.36rem;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.news_sec .news_foot span {
  padding: 0.03rem 0.12rem;
  border-radius: 0.14rem;
  background: #0069DB;
  display: flex;
  align-items: center;
  font-family: Poppins-Light;
  font-weight: 300;
  font-size: 0.12rem;
  color: #FFFFFF;
}
.news_sec .news_foot i {
  font-style: normal;
  font-size: 0.12rem;
  color: #A0A7B0;
  margin-right: 0.2rem;
}







@media screen and (max-width: 1042px) {

  .text_more{
    font-size: 14px;
  }


  .more_btn{width: fit-content;height: auto;font-size: 16px;column-gap: 10px;padding: 8px 16px;}
  .more_btn i{
    width: 15px;
    height: 12px;
  }




  .index_banner .banner_txt{
    width: 80%;
  }
  .index_banner .banner_txt h2{
    font-size: 28px;
  }
  .index_banner .banner_txt p,
  .index_banner .banner_txt .banner_more .more_title{
    font-size: 16px;
  }
  .index_banner .banner_txt .banner_more .more_list{
    column-gap: 30px;
    row-gap: 10px;
    padding: 20px;
  }
  .index_banner .banner_txt .banner_more .more_list .list_item{
    width: calc(50% - 15px);
  }
  .index_banner .banner_txt .banner_more .more_list .list_item a{
    font-size: 14px;
    line-height: 1.2;
    width: fit-content;
  }

  .index_banner .banner_prev, .index_banner .banner_next{
    width: 42px;
    height: 42px;
    top: calc(100% - 60px);
  }
  .index_banner .banner_prev{
    left: 16px;
  }
  .index_banner .banner_next{
    right: 16px;
  }

  .friendly_bar{
    font-size: 16px;
  }



  .search_sec{
    height: auto;
    padding: 80px 0;
    z-index: 1;
  }
  .sol_title .class_name1{
    font-size: 28px;
  }
  .sol_title .class_txt{
    font-size: 16px;
  }



  .search_sec .search_box{
    width: 100%;
    height: 48px;
  }
  .search_sec .search_box input{
    font-size: 16px;
    padding-left: 20px;
  }
  .search_sec .search_box .search_option{font-size: 12px;height: auto;padding: 6px 10px;margin-bottom: 3px;}
  .search_sec .search_box .search_option b,
  .search_sec .hot_list a{
    font-size: 14px;
  }
  .search_sec .hot_box{
    width: 100%;
  }
  .search_sec .search_box .search_option i{
    width: 16px;
    height: 10px;
  }
  .search_sec .hot_list{
    column-gap: 6px;
    row-gap: 6px;
  }
  .search_sec .hot_title{
    font-size: 16px;
  }




  .brand_sec{
    padding: 80px 0;
  }
  .brand_sec .tab_list .tab_type{
    font-size: 16px;
    padding: 6px 14px;
  }
  .brand_sec .brand_list .brand_show.style1{
    margin-top: 40px;
    column-gap: 8px;
    row-gap: 8px;
  }
  .brand_sec .brand_list .brand_show .logo_item{
    width: calc(25% - 6px);
    height: auto;
    aspect-ratio: 25 / 10;
  }


  .brand_sec .brand_list .brand_show.style2{
    margin-top: 67px;
    column-gap: 20px;
    row-gap: 40px;
  }
  .brand_sec .brand_list .brand_show .brand_item{height: auto;width: calc(50% - 10px);}
  .brand_sec .brand_list .brand_show .brand_item .brand_txt{font-size: 15px;}


  .brand_sec .brand_list .brand_show.style3{
    margin-top: 40px;
    column-gap: 20px;
    row-gap: 20px;
  }
  .brand_sec .brand_list .brand_show .App_item{
    width: calc(50% - 10px);
  }
  .brand_sec .brand_list .brand_show .App_item .App_name{
    font-size: 16px;
    height: 50px;
  }
  


  .case_sec .case_list{
    display: flex;
    flex-wrap: wrap;
  }
  .case_sec .case_item .case_txt .case_title{
    font-size: 18px;
  }
  .case_sec .case_item .case_txt p{
    font-size: 16px;
    height: 50px;
  }
  .case_sec .case_item .case_txt span{
    font-size: 12px;
  }




  .support_sec .support_list{
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 20px;
  }
  .support_sec .support_item{
    width: calc(50% - 10px);
  }
  .support_sec .support_item .support_title{
    font-size: 18px;
  }
  .support_sec .support_item p{
    font-size: 16px;
  }



  .green_sec .green_icon{
    width: 48px;
    height: 48px;
  }
  .green_sec .green_title{
    font-size: 28px;
    margin-top: 10px;
  }
  .green_sec p{
    font-size: 16px;
  }
  .green_sec .green_box{
    min-height: auto;
    padding: 20px;
  }
  .green_sec a{
    font-size: 14px;
  }





  .about_sec .about_body{
    flex-wrap: wrap;
    margin-top: 40px;
    row-gap: 30px;
  }
  .about_sec .about_video{
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .about_sec .about_txt{
    width: 100%;
  }
  .about_sec .about_title{
    font-size: 18px;
  }
  .about_sec .about_txt > p,
  .about_sec .about_num_item p{
    font-size: 16px;
  }

  .about_sec .about_num_box{
        flex-wrap: wrap;
        row-gap: 30px;
        margin-bottom: 40px;
  }
.about_sec .about_num_item{
    width: 46%;
}




  .news_sec .news_list{
    margin-top: 40px;
    flex-wrap: wrap;
    gap:30px 20px;
  }
  .news_sec .news_item{
    width: calc(50% - 10px);
  }
  .news_sec .news_meta{
    font-size: 14px;
  }
  .news_sec .news_title{
    font-size: 16px;
    height: 48px;
  }
  .news_sec .news_foot span{
    font-size: 12px;
  }



  .ready_sec{
    height: auto;
    padding: 80px 0;
  }
  .ready_sec .ready_title{
    font-size: 28px;
  }
  .ready_sec p{
    width: 100%;
    font-size: 16px;
  }
  .ready_sec .ready_btn a{
    font-size: 16px;
    column-gap: 10px;
    padding: 8px 16px;
  }
  .ready_sec .ready_btn a i {
    width: 15px;
    height: 12px;
  }
}
@media screen and (max-width: 768px) {
  .more_btn{
    font-size: 14px;
    padding: 4px 10px;
    border-radius: 30px;
    column-gap: 8px;
  }
      .text_more {
        font-size: 12px;
    }
    .text_more::after{
      width: 9px;
      height: 7px;
    }



  .index_banner{
    height: calc(100vh - 90px);
    margin-top: 90px;
  }
  .index_banner .main{
    align-items: flex-start;
    padding-top: 26%;
  }
  .index_banner .banner_txt{
    width: 100%;
  }
  .index_banner .banner_txt h2 {
    font-size: 20px;
  }
  .index_banner .banner_txt p{
    font-size: 14px;
    margin-top: 20px;
  }
  .index_banner .banner_txt .banner_more{
    margin-top: 15px;
  }
  .index_banner .banner_txt .banner_more .more_title {
    font-size: 14px;
  }
  .index_banner .banner_txt .banner_more .more_list .list_item{
    width: 100%;
  }
  .index_banner .banner_txt .banner_more .more_list .list_item i{
    width: 12px;
    height: 11px;
  }
  .index_banner .banner_txt .banner_more .more_list .list_item a{
    font-size: 12px;
  }
  .index_banner .banner_txt .banner_url{
    font-size: 14px;
    padding: 4px 12px;
    border-radius: 27px;
    column-gap: 8px;
  }



  .friendly_bar{
    height: auto;
    padding: 8px 0;
  }
  .friendly_bar .main{
    flex-wrap: wrap;
  }
  .friendly_bar span{
    font-size: 14px;
    padding-left: 20px;
  }
  .friendly_bar span::before{
    width: 14px;
    height: 11px;
  }
  .friendly_bar p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
  }
  .friendly_bar button{
    width: 14px;
    height: 14px;
    top: 8px;
  }




  .search_sec{
    padding: 50px 0;
  }
  .sol_title .class_name1 {
    font-size: 20px;
  }
  .sol_title .class_txt {
    font-size: 14px;
    margin-top: 10px;
  }
  .search_sec .hot_list a{
    height: auto;
    font-size: 12px;
    padding: 4px 6px;
    border-radius: 15px;
  }
  .search_sec .search_box{
    height: 36px;
  }
  .search_sec .search_box input{
    font-size: 14px;
  }
  .search_sec .search_box .search_clear,
  .search_sec .search_box .search_clear img{
    width: 14px;
    height: 14px;
    object-fit: contain;
  }







  .brand_sec {
    padding: 50px 0;
  }
  .brand_sec .tab_list{
    margin-top: 20px;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
  }
  .brand_sec .tab_list .tab_type {
    font-size: 14px;
    padding: 4px 10px;
  }

  .brand_sec .brand_list .brand_show .logo_item{
    width: calc(33.33% - 6px);
  }
  .brand_sec .brand_list .brand_show.style2{
    column-gap: 10px;
    row-gap: 30px;
    margin-top: 40px;
  }
  .brand_sec .brand_list .brand_show .brand_item,
  .brand_sec .brand_list .brand_show .App_item{
    width: calc(50% - 5px);
  }
  .brand_sec .brand_list .brand_show .brand_item .img_place{
        width: 36px;
        height: 36px;
        top: -18px;
  }
  .brand_sec .brand_list .brand_show .brand_item .brand_name{
    font-size: 16px;
  }
  .brand_sec .brand_list .brand_show .brand_item .brand_txt {
        font-size: 10px;
        height: auto;
  }
  .brand_sec .brand_list .brand_show .brand_item .brand_url,
  .brand_sec .brand_list .brand_show .App_item .text_more{
    font-size: 12px;
  }
  .brand_sec .brand_list .brand_show .brand_item .brand_url i,
  .brand_sec .brand_list .brand_show .App_item .text_more i{
    width: 9px;
    height: 7px;
  }
  .brand_sec .brand_list .brand_show.style3{
    column-gap: 10px;
    row-gap: 20px;
  }
  .brand_sec .brand_list .brand_show .App_item .App_name{
    font-size: 14px;
    height: auto;
  }




  .case_sec{
    padding: 50px 0;
  }
  .case_sec .case_item{
    height: auto;
  }
  .case_sec .case_item .case_txt .case_title{
    font-size: 15px;
  }
  .case_sec .case_item .case_txt p{
    font-size: 13px;
    height: auto;
  }
    .case_sec .case_item .case_txt span {
      font-size: 10px;
      padding: 2px 10px;
      border-radius: 14px;
  }





  .support_sec{
    padding: 50px 0;
  }
  .support_sec .support_item{
    width: 100%;
  }
  .support_sec .support_item .support_title{
    font-size: 16px;
  }
  .support_sec .support_item p{
    font-size: 14px;
  }



  .green_sec .green_box{
    border-radius: 20px;
  }
  .green_sec .green_title{
    font-size: 18px;
    margin-top: 10px;
  }
  .green_sec p{
    font-size: 13px;
    text-align: center;
  }




  .about_sec{
    padding: 50px 0;
  }
  .about_sec .about_title{
    font-size: 16px;
  }
  .about_sec .about_txt > p{
    font-size: 14px;
  }
  .about_sec .about_num_box{
    flex-wrap: wrap;
    gap: 20px;
  }
  .about_sec .about_num_item{
    max-width: 50%;
  }
  .about_sec .about_num_item div, .about_sec .about_num_item span{
    font-size: 32px;
  }
  .about_sec .about_num_item:first-child div{
    font-size: 16px;
  }
  .about_sec .about_num_item p{
    font-size: 12px;
  }
  .about_sec .text_more{
      font-size: 14px;
  }





  .news_sec{
    padding: 50px 0;
  }
  .news_sec .news_item{
    width: 100%;
  }
  .news_sec .news_body{
    padding: 20px;
  }
  .news_sec .news_meta{
    column-gap: 26px;
  }
  .news_sec .news_title{
    height: auto;
  }
  .news_sec .news_meta span i{
    width: 12px;
    height: 12px;
  }
  .news_sec .news_foot span {
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 14px;
  }
  .news_sec .news_foot i{
    font-size: 12px;
  }



}









