* {
  margin: 0;
  /* 浏览器允许一些手势（touch）操作在设置了此属性的元素上，例如：对视口（viewport）平移、缩放等操作 */
  touch-action: auto;
}

button {
  outline: none;
  background: transparent;
  border: none;
  cursor: pointer;
  line-height: 1;
}

.width {
  width: 1440px;
}

.main-nav {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0;
}

.nav-box {
  display: flex;
  align-items: center;
}

.nav-item {
  margin-right: 36px;
  font-size: 18px;
  font-weight: 500;
  color: #262626;
  line-height: 1;
  cursor: pointer;
}

.nav-item .nav-icon {
  vertical-align: middle;
  margin-right: 16px;
}

.nav-hover {
  position: relative;
}

.nav-hover:hover .nav-popup {
  display: block;
}

.nav-item .nav-popup {
  position: absolute;
  left: -20px;
  top: 22px;
  display: none;
  color: #595959;
  background: #fff;
  z-index: 20;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
}

.nav-category-box {
  display: flex;
  padding: 36px 0;
}

.nav-category-box .nav-category-part {
  padding: 0 48px;
  border-right: 1px solid #ededed;
  min-width: 280px;
}

.nav-category-box .nav-category-part .nav-category-item {
  padding: 12px 18px;
  cursor: pointer;
}

.nav-category-box .nav-category-part .nav-category-item:hover {
  color: #4C69F3;
}

.nav-category-box .nav-category-part:last-child {
  border-right: none;
}

.top-right-r {
  display: flex;
  justify-content: space-around;
  align-items: center;

}

.inp {
  width: 246px;
  border: none;
  border-radius: 4px;
  height: 48px;
  padding-left: 16px;
  box-sizing: border-box;
  outline: none;
  font-size: 13px;
  margin-right: 32px;
  background: #F5F5F5;
}

.nav-user {
  display: flex;
  align-items: center;
  height: 100%;
}

.nav-user .icon {
  height: 20px;
  margin-right: 6px;
}

.nav-user .name {
  font-size: 14px;
  color: #808080;
}


.top-right-r .item,
.top-right-r .user-name {
  display: flex;
  align-items: center;
  margin-right: 24px;
  font-size: 15px;
  color: #383838;
  cursor: pointer;
}

.top-right-r .item .icon,
.top-right-r .user-name .icon {
  font-size: 12px;
}

.top-right-r .user-name {
  padding: 0;
  border-right: none;
}

.right-btn-box {
  border-radius: 4px;
  background: #071085;
  padding: 13.5px 21px;
  color: #fff;
  font-size: 16px;
  /* width: 128px;
  box-sizing: border-box; */
}
.right-btn {
  cursor: pointer;
}

.banner_box {
  background-image: url('img/banner-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 43px;
}
.banner_content {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.banner_text {
  margin-top: 48px;
  font-size: 24px;
  line-height: 42px;
  color: #737373;
}
.banner_btn {
  margin-top: 58px;
  font-size: 24px;
  color: #fff;
  background-color: #071085;
  padding: 21px 76px;
  border-radius: 33px;
}
.banner_btn img {
  vertical-align: middle;
  margin-left: 14px;
}
.header_iconbox {
  margin-top: 64px;
  display: flex;
}
.header_iconitem {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 24px;
  margin-right: 48px;
}
.header_iconitem img {
  margin-right: 22px;
}
.header_iconlabel {
  font-size: 14px;
  color: #A6A6A6;
  margin-top: 4px;
}
.bannerSwiper {
  margin-top: 12px;
}
.banner-swiper-pagination {
  background: #FAFAFA;
  box-shadow: 2px 3px 19px 5px rgba(102,102,102,0.1);
  border-radius: 12px;
  padding: 9px 34px;
  position: absolute;
  bottom: 33px !important;
  left: -186px !important;
  z-index: 11;
  width: auto !important;
}
.banner-swiper-pagination .swiper-pagination-bullet {
  width: 60px;
  height: 60px;
  padding: 4px;
  margin: 0 24px 0 0 !important;
  box-sizing: border-box;
  background: transparent;
  border-radius: 50%;
  opacity: 1;
}
.banner-swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0 !important;
}
.banner-swiper-pagination .swiper-pagination-bullet-active {
  border: 2px solid #3D8C95;
}
.banner-swiper-pagination .swiper-pagination-bullet img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  vertical-align: middle;
}
.banner_btm_bg {
  width: 100%;
  height: 100px;
  background: #edeef2;
}

.info_box {
  margin-top: 112px;
  background-image: url('img/info-bg.png');
  background-position: center;
  padding-bottom: 78px;
}
.info_content {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.info_title {
  color: #1A1A1A;
  font-size: 36px;
  line-height: 64px;
}
.info_subtitle {
  color: #A6A6A6;
  margin-top: 24px;
  font-size: 20px;
}
.info_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 58%;
}
.info_item {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
  width: 50%;
}
.info_item_value {
  color: #262626;
  font-size: 24px;
}
.info_item_label {
  color: #737373;
  font-size: 12px;
  margin-top: 12px;
}

.needed_box {
  margin: 120px auto 0;
  display: flex;
  
}
.needed_r {
  flex: 1;
  margin-left: 32px;
}
.needed_title {
  color: #1A1A1A;
  font-size: 36px;
  margin-top: 43px;
}
.needed_subtitle {
  color: #A6A6A6;
  font-size: 20px;
  margin-top: 24px;
  margin-bottom: 48px;
}
.needed_item {
  margin-top: 32px;
  color: #595959;
  font-size: 24px;
  display: flex;
  align-items: flex-start;
}
.needed_item img {
  vertical-align: middle;
  margin-right: 32px;
}
.needed_item_tip {
  color: #8C8C8C;
  margin-top: 16px;
  font-size: 16px;
}

.product_box {
  background: linear-gradient(180deg, rgba(252, 232, 232, 0.6) 0%, rgba(255, 235, 235, 0) 100%);
  margin-top: 112px;
  padding: 96px 0 11px;
}
.product_l_title {
  color: #1A1A1A;
  font-size: 36px;
}
.product_l_subtitle {
  color: #A6A6A6;
  margin-top: 24px;
  font-size: 20px;
}
.product_nav {
  display: flex;
  flex-wrap: wrap;
  margin-top: 64px;
}
.product_nav_item {
  color: #666666;
  font-size: 18px;
  margin-right: 36px;
  margin-bottom: 48px;
  padding: 0 4px;
  cursor: pointer;
}
.product_nav_item.active {
  color: #0BB68B;
  position: relative;
}
.product_nav_item.active::before {
  content: '';
  display: block;
  position: absolute;
  /* width: 80px; */
  width: 100%;
  height: 4px;
  border-radius: 36px;
  bottom: -12px;
  left: 0;
  background: linear-gradient(90deg, #0BB68B 0%, #15B29C 100%);
  box-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.1);
}
.product_more {
  border-radius: 41px;
  background: #071085;
  padding: 18px 62px;
  font-size: 20px;
  color: #FFFFFF;
}
.product_more img {
  vertical-align: middle;
  margin-left: 18px;
}
.productSwiper .swiper-slide {
  width: 220px;
  margin-bottom: 28px;
}
.productSwiper .swiper-slide img{
  width: 100%;
  height: 245px;
  border-radius: 12px;
  object-fit: cover;
}
.productSwiper .swiper-slide-active {
  width: 341px;
  margin-bottom: 0;
}
.productSwiper .swiper-slide-active img {
  width: 100%;
  height: 381px;
  
}
.product_title {
  color: #737373;
  font-size: 14px;
  margin-top: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.productSwiper .swiper-slide-active .product_title {
  color: #333333;
  font-size: 20px;
}
.product_price {
  color: #BFBFBF;
  font-size: 16px;
  margin-top: 16px;
}
.productSwiper .swiper-slide-active .product_price span {
  color: #FC3B0F;
  font-size: 32px;
}
.swiper_btnbox {
  display: flex;
  align-items: center;
  margin-top: 48px;
}
.product-swiper-prev, .product-swiper-next,
.client-swiper-prev, .client-swiper-next {
  width: 48px;
  height: 48px;
  margin-right: 20px;
  cursor: pointer;
}
.product-swiper-prev,
.client-swiper-prev {
  background-image: url('img/prev.png');
}
.product-swiper-prev.swiper-button-disabled,
.client-swiper-prev.swiper-button-disabled {
  background-image: url('img/prev-disabled.png');
}
.product-swiper-next, .client-swiper-next {
  background-image: url('img/next.png');
}
.product-swiper-next.swiper-button-disabled, 
.client-swiper-next.swiper-button-disabled {
  background-image: url('img/next-disabled.png');
}

.platform_box {
  padding: 96px 0;
}
.platform_title {
  color: #1A1A1A;
  font-size: 28px;
  text-align: center;
  margin-bottom: 96px;
}
.platformSwiper1, .platformSwiper2, .platformSwiper3 {
  margin-bottom: 48px;
  height: 100px;
}
.platformSwiper1 .swiper-wrapper, 
.platformSwiper2 .swiper-wrapper, 
.platformSwiper3 .swiper-wrapper {
  align-items: center;
  -webkit-transition-timing-function: linear !important; /*之前是ease-out*/
  -moz-transition-timing-function: linear !important;
  -ms-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important; /* 优化swiper滚动时的停顿感 */
}
.platformSwiper1 .swiper-wrapper .swiper-slide, 
.platformSwiper2 .swiper-wrapper .swiper-slide, 
.platformSwiper3 .swiper-wrapper .swiper-slide {
  height: 86px;
}

.platformSwiper1 .swiper-imgbox,
.platformSwiper2 .swiper-imgbox,
.platformSwiper3 .swiper-imgbox {
  border-radius: 60px;
  background: #EDEDED;
  width: 296px;
  height: 86px;
  text-align: center;
}

.platformSwiper1 .swiper-imgbox img,
.platformSwiper2 .swiper-imgbox img,
.platformSwiper3 .swiper-imgbox img {
  margin-top: 43px;
  transform: translateY(-50%);
}
.platformSwiper1 .swiper-imgbox:hover,
.platformSwiper2 .swiper-imgbox:hover,
.platformSwiper3 .swiper-imgbox:hover {
  background: #0D70E5;
  box-shadow: 0px 0px 12px  rgba(128, 128, 128, 0.6);
}
.platformSwiper1 .swiper-imgbox:hover img,
.platformSwiper2 .swiper-imgbox:hover img,
.platformSwiper3 .swiper-imgbox:hover img {
  content: url('img/partner2-1.png');
}

.statistic_box {
  padding-top: 64px;
}
.statistic_container {
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.statistic_item {
  padding: 30px 0;
  width: 25%;
  border-right: 1px solid #ededed;
  text-align: center;
}
.statistic_value {
  font-size: 48px;
  font-weight: 700;
  color: #0CB68C;
}
.statistic_value1 {
  color: #262626;
  font-size: 24px;
}
.statistic_label {
  margin-top: 16px;
  color: #737373;
  font-size: 18px;
}
.statistic_item:last-child {
  border-right: none;
}

.client_swp {
  margin: 64px 0;
  padding: 106px 0 29px;
  background: linear-gradient(180deg, rgba(208, 226, 247, 0.6) 0%, rgba(235, 249, 255, 0) 100%);
}
.client_title {
  font-size: 36px;
  color: #1A1A1A;
}
.client_subtitle {
  color: #A6A6A6;
  margin-top: 24px;
  font-size: 20px;
}
.client_aw {
  margin-top: 48px;
  position: relative;
}
.clientSwiper .swiper-slide {
  margin-top: 32px;
  height: 200px;
}
.client_userinfo {
  padding: 48px 63px 48px 32px;
  border-radius: 24px;
  background: #FFFFFF;
  position: relative;
}
.client_icon {
  position: absolute;
  top: -32px;
  display: none;
}
.client_script {
  font-size: 14px;
  line-height: 32px;
  color: #737373;
}
.client_user {
  margin-top: 32px;
  display: none;
}
.clientSwiper .swiper-slide-active {
  height: 280px;
}
.clientSwiper .swiper-slide-active .client_userinfo {
  border-color: #737373;
  box-shadow: 0px 0px 8px  rgba(0, 0, 0, 0.08);
}
.clientSwiper .swiper-slide-active .client_user,
.clientSwiper .swiper-slide-active .client_icon {
  display: flex;
}
.client_userimg {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 18px;
}
.client_username {
  color: #262626;
  font-size: 18px;
}
.client_userstar {
  margin-top: 5px;
  color: #000000;
  font-size: 14px;
}
.client_userstar img {
  vertical-align: middle;
  margin-right: 4px;
  margin-bottom: 4px;
}

.bottom-experience {
  width: 100%;
  position: relative;
}
.experience-img {
  width: 100%;
  height: 350px;
  vertical-align: middle;
}
.experience-text {
  position: absolute;
  color: #ffffff;
  font-weight: 700;
  font-size: 36px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.experience-nowbtn {
  font-size: 24px;
  border-radius: 32px;
  background: #ffffff;
  width: 256px;
  height: 72px;
  border-radius: 35px;
  color: #0D70E5;
  margin-top: 64px;
  cursor: pointer;
}

.footer_base {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* background: rgba(16, 31, 60, 0.95); */
  background-image: url('img/footer-bg.png');
}
.footer_top {
  margin-bottom: 48px;
  /* height: 180px; */
  display: flex;
  justify-content: space-between;
}
.footer_logo {
  margin-top: 48px;
  margin-bottom: 32px;
  width: 193px;
}
.footer_top .logo-info {
  color: #595959;
  font-size: 14px;
  margin-bottom: 18px;
}
.footer_line {
  color: #383838;
  display: flex;
  flex-direction: column;
  gap: 18px;
  font-size: 14px;
}
.footer_title {
  color: #1A1A1A;
  font-size: 16px;
}
.footer_wx {
  width: 280px;
  height: 180px;
  display: flex;
  justify-content: space-between;
}
.footer_wx_line {
  height: 180px;
  width: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  color: #333333;
  font-size: 14px;
  text-align: center;
}
.footer_bom {
  width: 100%;
  border-top: 1px solid #EDEDED;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_copyright {
  color: #595959;
  font-size: 12px;
  display: flex;
}
