* {
  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: 36px 0 0;
}

.nav-box {
  display: flex;
  align-items: center;
}

.nav-item {
  margin-right: 36px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  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: 222px;
  border: 1px solid #fff;
  border-radius: 25px;
  height: 48px;
  padding-left: 16px;
  box-sizing: border-box;
  background: transparent;
  color: #fff;
  outline: none;
  font-size: 13px;
  margin-right: 45px;
}
.inp::placeholder {
  color: #fff;
  font-size: 13px;
}

.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: 25px;
  background: rgba(10, 81, 163, 0.93);
  padding: 13.5px 21px;
  color: #fff;
  font-size: 16px;
  /* width: 128px;
  box-sizing: border-box; */
}
.right-btn {
  cursor: pointer;
}

.banner_swp {
  padding-top: 100px;
  margin-top: -100px;
  width: 100%;
  /* margin-bottom: 80px; */
  background-image: url("img/header-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-color: #1059AD;
}
.banner_swp_content {
  display: flex;
  margin: 0 auto;
  padding-bottom: 52px;
}
.header_title {
  font-size: 48px;
  font-weight: 700;
  color: #FFFFFF;
}
.header_subtitle {
  font-size: 20px;
  margin-top: 24px;
  color: #FFFFFF;
  line-height: 36px;
}
.header_btnbox {
  margin-top: 48px;
  display: flex;
  align-items: center;
}
.header_btnbox .header_btn {
  border-radius: 36px;
  background: #FFFFFF;
  font-size: 20px;
  padding: 18px 52px;
  color: #006BE6;
  cursor: pointer;
}
.header_btnbox .header_btn2 {
  border-radius: 36px;
  padding: 18px 52px;
  margin-left: 24px;
  color: #fff;
  font-size: 20px;
  border: 1px solid #FFFFFF;
  cursor: pointer;
}

.header_iconbox span{
  color: #FFFFFF;
  font-size: 14px;
  margin-right: 24px;
}
.header_iconbox span img {
  margin-left: 8px;
  vertical-align: bottom;
}

.banner_swiper_bg {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 667px;
  position: relative;
}
.banner_swiper_bg .banner_main_bg {
  position: relative;
  height: 100%;
}
.banner_swiper_bg .main_img {
  width: 478px;
  height: 478px;
  border-radius: 50%;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.banner_swiper_loop {
  width: 110px;
  height: 336px;
  margin: 0;
  position: absolute;
  margin-top: 43px;
  right: -22px;
}
.banner_swiper_loop_img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 0.5px solid #ededed;
}
.swiper-slide-active .banner_swiper_loop_img {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.35);
}

.intro_outbox {
  margin-top: -96px;
  padding: 96px 0;
  border-radius: 64px 64px 0px 0px;
  background: #FAFAFA;
}
.intro_box {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.intro_item {
  width: 342px;
  margin-right: 24px;
  color: #595959;
  border-radius: 12px;
  padding: 32px 40px;
  border: 1px solid #ededed;
}
.intro_tip {
  margin-top: 12px;
  color: #8c8c8c;
  font-size: 12px;
}
.intro_item:hover {
  transition: all 0.4s;
  transform: scale(1.2);
  border-color: #006BE6;
  background: #006BE6;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  color: #fff;
}
.intro_item:hover .intro_tip {
  color: #fff;
}
.intro_item:last-child {
  margin-right: 0;
}

.newproduct {
  margin-top: 96px;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 96px;
}
.newproduct .title {
  text-align: center;
  font-size: 36px;
  color: #1a1a1a;
  font-weight: 600;
}
.newproduct_top {
  margin-top: 32px;
  text-align: center;
}
.newproduct_top .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newproduct_top .nav .line {
  font-size: 18px;
  padding: 15px 37px;
  border-radius: 36px;
  color: #404040;
  cursor: pointer;
}
.newproduct_top .nav .line_b {
  background: linear-gradient(90deg, #2880E1 0%, #1661B8 100%);
  color: #fff;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.newproduct_top .product_more {
  padding: 20px 66px;
  font-size: 24px;
  color: #333333;
  border-radius: 36px;
  background: #f5f5f5;
  margin-top: 24px;
  transition: all 0.7s;
  cursor: pointer;
}
.newproduct_top .product_more .el-icon-sort-down {
  display: none;
  margin-bottom: 9px;
  vertical-align: middle;
  margin-left: 16px;
  /* transform: rotate(-90deg) scaleX(-1);
  font-weight: 600; */
}
.newproduct_top .product_more:hover {
  background: linear-gradient(90deg, #2880E1 0%, #1661B8 100%);
  color: #ffffff;
  box-shadow: 5px 6px 20px rgba(0, 0, 0, 0.15);
}
.newproduct_top .product_more:hover .el-icon-sort-down {
  display: inline-block;
}
.newproduct .list_product {
  display: flex;
  margin-top: 48px;
}
.newproduct .list_product .list_product_left {
  text-align: center;
  margin-right: 24px;
}
.newproduct .list_product .list_product_left .left_mainImg {
  width: 465px;
  height: 583px;
  border-radius: 12px;
  object-fit: cover;
  cursor: pointer;
}
.newproduct .list_product .list_product_left .product_leftthumbimg {
  border-radius: 24px;
  background: #ffffff;
  padding: 16px 24px 9px;
  margin-top: -44px;
  position: relative;
  display: inline-block;
}
.newproduct .list_product .list_product_left .product_leftthumbimg img {
  width: 62px;
  height: 62px;
  border-radius: 12px;
  border: 0.5px solid #f5f5f5;
  margin-right: 26px;
  cursor: pointer;
}
.newproduct .list_product .list_product_left .product_leftthumbimg img:last-child {
  margin-right: 0;
}
.newproduct .list_product .list_product_right {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex: 1;
}
.newproduct .list_product .list_product_right .product_right_item {
  text-align: center;
  width: 32%;
  height: 301px;
  position: relative;
  margin-bottom: 24px;
  border-radius: 12px;
  border: 1px solid #EDEDED;
}
.newproduct .list_product .list_product_right .product_right_item .right_mainImg {
  width: 100%;
  height: 301px;
  border-radius: 12px;
  object-fit: cover;
  vertical-align: middle;
  cursor: pointer;
}
.newproduct .list_product .list_product_right .product_right_item .product_rightthumbimg {
  display: none;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.6) 100%
  );
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px 0 12px;
  border-radius: 0px 0px 12px 12px;
}
.newproduct .list_product .list_product_right .product_right_item .product_rightthumbimg img {
  width: 36px;
  border-radius: 8px;
  margin-right: 16px;
  cursor: pointer;
}
.newproduct .list_product .list_product_right .product_right_item .product_rightthumbimg img:last-child {
  margin-right: 0;
}
.newproduct .list_product .list_product_right .product_right_item:hover .product_rightthumbimg {
  display: inline-block;
}

.service_box {
  text-align: center;
  margin: 96px auto 0;
}
.service_title {
  font-size: 36px;
  color: #1a1a1a;
}
.service_tip {
  margin-top: 16px;
  color: #999999;
  font-size: 16px;
}
.service_box .swiper-pagination {
  position: relative;
  border-radius: 56px;
  background: #f5f5f5;
  width: fit-content !important;
  margin: 48px auto;
}
.service_box .swiper-pagination .my-bullet {
  display: inline-block;
  padding: 20px 56px;
  font-size: 16px;
  font-weight: 500;
  color: #1a1a1a;
  cursor: pointer;
}
.service_box .swiper-pagination .my-bullet.my-bullet-active {
  border-radius: 56px;
  color: #ffffff;
  background: linear-gradient(90deg, #2880E1 0%, #1661B8 100%);
}
.service_swiper .swp_slide {
  display: flex;
  justify-content: space-between;
}
.service_swiper .swp_slide .swp_item_box {
  border-radius: 12px;
  border: 1px solid #ededed;
}
.service_swiper .swp_slide .swp_item_box img {
  width: 100%;
  height: 345px;
  border-radius: 12px;
  vertical-align: middle;
}
.service_swiper .swp_slide .swp_item_box .swp_item_title {
  margin: 24px 24px 16px;
  color: #1a1a1a;
  font-size: 20px;
  text-align: left;
}
.service_swiper .swp_slide .swp_item_box .swp_item_tip {
  margin: 16px 24px 24px;
  color: #595959;
  font-size: 14px;
  text-align: left;
}

.contact_box {
  border-radius: 12px;
  background: #FAFAFA;
  padding: 96px 0 96px 48px;
  margin: 96px auto;
}
.contact_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact_title {
  color: #1A1A1A;
  font-size: 36px;
}
.info_box {
  display: flex;
  flex-wrap: wrap;
  color: #595959;
  font-size: 16px;
  margin-top: 36px;
  width: 80%;
}
.info_box div {
  width: 50%;
  margin-bottom: 24px;
}
.info_box .item_round {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-bottom: 2px;
  background: #006BE6;
  margin-right: 8px;
}
.contact_right {
  display: flex;
}
.right-info {
  border-radius: 0px 12px 12px 0px;
  background: #0D70E5;
  padding: 78px 42px 78px 56px;
  width: 488px;
  box-sizing: border-box;
}
.right-info .right-info-item {
  font-size: 18px;
  line-height: 32px;
  color: #ffffff;
  margin-bottom: 48px;
}
.right-info .right-info-item:last-child {
  margin-bottom: 0;
}
.right-info .right-info-item img {
  margin-right: 36px;
  width: 28px;
  height: 28px;
  vertical-align: middle;
}
.contact_bom {
  margin-top: 48px;
  padding-right: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact_bomstep {
  width: 246px;
  height: 96px;

  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact_bomtools {
  height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.contact_bomtools .xz {
  font-size: 16px;
}
.contact_bomtools .xs {
  color: rgba(89, 89, 89, 1);
  font-size: 14px;
}

.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;
}

.platform_box {
  background: #FAFAFA;
  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: #0D70E5;
}
.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: 96px 0;
}
.client_title {
  text-align: center;
  font-size: 28px;
}
.client_aw {
  margin-top: 48px;
  position: relative;
}
.clientSwiper .swiper-slide {
  margin-top: 5px;
  height: 200px;
}
.client_userinfo {
  padding: 48px 63px 48px 32px;
  border-radius: 8px;
  border: 1px solid #EDEDED;
}
.client_script {
  font-size: 14px;
  line-height: 32px;
  color: #737373;
}
.client_user {
  margin-top: 48px;
  display: none;
}
.clientSwiper .swiper-slide-active {
  height: 280px;
}
.clientSwiper .swiper-slide-active .client_userinfo {
  border-color: #737373;
}
.clientSwiper .swiper-slide-active .client_user {
  display: block;
}
.client_userimg {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 14px;
}
.client_username {
  color: #0D70E5;
  font-size: 18px;
}
.client-swiper-pagination .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 4px;
}
.client-swiper-pagination {
  text-align: center;
  margin-top: 48px;
}
.clientswiper_btn {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.client_prev {
  width: 32px;
  cursor: pointer;
}
.client_next {
  width: 32px;
  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;
}