/* 6px --- 0.375rem
8px --- 0.5rem
10px --- 0.625rem
12px --- 0.75rem
14px --- 0.875rem
1rem --- 1rem 
18px --- 1.125rem 
20px --- 1.25rem 
24rem --- 1.5rem 
26rem --- 1.65rem
28rem --- 1.75rem
30rem --- 1.875rem
32rem --- 2rem */

:root {
  /* --bs-screen-xxl: 73% */
  --bs-screen-xxl: 87.6rem
}

*,
body,
html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  color: #000;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 3.68rem;
  color: #00BAFF;
}

h2 {
  font-size: 3.68rem;
  color: #1348BF;
}

h3 {
  width: 100%;
  text-align: center;
  font-size: 1.88rem;
  color: #292929;
}

h4 {
  font-weight: normal;
  font-size: 3.68rem;
  color: #FFFFFF;
}

h5 {
  font-weight: bold;
  font-size: 1.25rem;
  color: #FFFFFF;
}

p {
  font-weight: bold;
  font-size: 1.25rem;
  color: #1E1E1E;
}


/* header */
.header {
  position: absolute;
  z-index: 20;
  top: 2.5rem;
  left: 0;
  width: 100%;
  height: 5.625rem;
  font-size: 1.125rem;
}

.header-con {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--bs-screen-xxl);
  margin: 0 auto;
}

.header-logo {
  width: 12.5rem;
}

.header-menus {
  display: flex;
  align-items: center;
  margin: 0 3rem;
  height: 100%;
}

.header-menus li {
  margin: 0 1rem;
}

.header-menus a {
  color: #fff;
  font-size: 1.13rem;
}

/* .header-menus i {
  color: #FFF;
} */

.header-search__con {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.search-icon {
  color: white;
  cursor: pointer;
}


.header-search2 {
  display: none;
}



#header-menu__expand {
  display: none;
  margin-right: 1rem;
  font-size: 3rem;
}

#header-right {
  margin-left: 18%;
  /* width: 54%; */
  height: 100%;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}

.home-tool__detail>img {
  width: 50%;
}

.header-lang {
  color: #FFF;
  display: flex;
  margin-left: 2.2rem;
  cursor: pointer;
  position: relative;
  
  width: 10.19rem;
  height: 3rem;
  border-radius: 1.44rem;
  border: 0.06rem solid #FFFFFF;

}

#header-lang__content {
  /* border-left: 1px solid #FFF; */
  padding: 1rem;
  display: flex;
  width: 100%;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;

}

#header-lang__content p {
  color: white;
}

#header-lang__content img {
  width: 1.44rem;
  margin-right: 0.88rem;
}

.header-lang__flag {
  background-image: url('../assets/lang.gif');
  position: relative;
  display: block;
  background-repeat: no-repeat;
  width: 1.325rem;
  height: 1rem;
  margin-right: 0.3rem;
}

.header-lang__en .header-lang__flag {
  background-position: 0 -256px !important
}

#header-lang__menus {
  /* width: 100%; */
  display: none;
  background-color: #FFF;
  color: #000;
  position: absolute;
  top: 3rem;
  right: 0rem;
  box-shadow: 0px 0px 0.875rem #0000006e;
  box-sizing: border-box;
}

#header-lang__menus li {
  box-sizing: border-box;
  width: 100%;
  padding: 0.75rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dfdcdc;
}

.header-lang__triangle {
  font-size: 1rem;
  display: inline-block;
  transition: all .2s;

}



.header-menu {
  display: flex;
  align-items: center;
}

.header-menu i {
  transition: all .2s;
  display: inline-block;
}

.header-menus li:hover>.header-menu i {
  transform: rotate(90deg);
}

.header-menus>li {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/* .header-menus>li:hover>.header-menu a,
.header-menus>li:hover>.header-menu i {
  color: #929394;
} */


/* .header-menus__second:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  top: -0.75rem;
  left: 1.5rem;
  border-right: solid 1rem transparent;
  border-left: solid 1rem transparent;
  border-bottom: solid 1rem #fff;
} */



.header-lang:hover #header-lang__menus {
  display: block;
}

.header-lang:hover .header-lang__triangle {
  transform: rotate(-90deg);
}




.header-menu__control {
  display: flex;
  align-items: center;
  color: #FFF;
}


/* header弹出框 */
.header-menus li:hover .header-new-menu {
  display: block;
}
.header-new-menu {
  display: none;
  /* display: block; */
  width: 66.81rem;
  height: 46rem;
  /* background: #FFFFFF; */
  top: 4.5rem;
  left: -8rem;
  position: absolute;
  z-index: 10;
}

.header-right2 {
  /* display: none; */
  display: block;
  width: 66.81rem;
  height: 41.88rem;
  background: #FFFFFF;
  border-radius: 3.13rem;
  margin-top: 4.31rem;
  /* margin-left: 41.5rem; */
  padding-left: 8.13rem;
  padding-top: 3.13rem;
}
.header-menus_first{
  height: 2.5rem;
}
.header-menus_first>span{
  font-size: 1.25rem;
  color: #1D1D1D;
  margin-right: 3rem;
}
.header-menus_content {
  margin-top: 2rem;
  display: flex;
}
.header-menus_left{
  width: 56%;
}
.header-menus_right {
  width: 40%;
}
.header-menus_right>img {
  width:25.25rem;
  height: 28.19rem;
}


/* .header-search__con:hover .header-search {
  display: flex;
} */

.header-search {
  /* display: none; */
  height: 2.25rem;
  position: absolute;
  width: 37.5rem;
  /* padding: 0.25rem;
  outline: 0.5rem solid white;
  border-radius: 0.125rem; */
  border-bottom: 0.06rem solid #E5E5E5;
}

.header-search input {
  border: none;
  outline: none;
  background: transparent;
  color: #929292;
  font-size: 1.25rem;
  padding: 0 0.5rem;
  /* width: calc(100% - 1rem); */
  /* padding-bottom: 0.125rem;
  height: 1.35rem;
  font-size: 0.88rem;
  padding: 0 0.5rem; */
}

.header-search input::placeholder {
  color: #929292;
  font-size: 1.25rem;
}

/* 二级菜单 */
/* .header-menus li:hover .header-menus__second {
  display: block;
} */
 /* .header-menus__second>li:hover .header-menus__third {
  display: flex;

} */
.header-menus__second {
  margin-top: 4rem;
}

.header-menus__second>li {
  margin: 1rem 0;
}

.header-menus__second>li>a {
  align-items: center;
  font-size: 1.88rem;
  font-weight: normal;
  color: #5B5B5B;
  text-wrap: nowrap;
}

/* .header-menus__second>li:hover .header-menu i,
.header-menus__second>li:hover .header-menu a, */
/* .header-menus__second>li:hover>a {
  color: #0057B8
} */
/* 初始化就存在 */
.header-menus__second>.header-menus__second_item--active>a{
  color: #0057B8
}

.header-menus__second .header-menus__second_item--active .header-menus__third {
  display: block;
}

/* 三级菜单 */
.header-menus__third {
  /* display: block; */
  display: none;
  margin-top: 1rem;
}
.header-menus__third>li {
  margin: 0.5rem 0;
  display: flex;
  align-items: center;
}

.header-menus__third>li>a {
  align-items: center;
  font-size: 1.5rem;
  font-weight: normal;
  color: #626262;
  text-wrap: nowrap;
}
.header-menus__third>li>i{
  /* display: none; */
  opacity: 0;
}
/* .header-menus__third>li:hover>i{
  opacity: 1;
  color: #2568FF;
  font-size: 1rem;
} */
/* .header-menus__third>li:hover>a {
  color: #2568FF;
} */
/* 初始化就存在 */
.header-menus__third>.header-menus__third_item--active>a{
  color: #2568FF;
}
.header-menus__third>.header-menus__third_item--active>i{
  opacity: 1;
  color: #2568FF;
  font-size: 1rem;
}


/* banner */
.home-banner {
  margin: 2.5rem auto;
  width: 95.32%;
  /* width: 114.38rem; */
  height: 58rem;
  position: relative;
  overflow: hidden;


}
.home-banner_img,
.home-banner,
.swiper-banner,
.swiper-slide,
.swiper-wrapper{
  border-radius: 4rem;
}
.home-banner_img{
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.home-banner_img img{
  /* display: block; */
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.home-banner_content {
  position: relative;
  z-index: 2;
  padding-top: 20.38rem;
  width: var(--bs-screen-xxl);
  margin: 0 auto;
  margin-bottom: 17.31rem;
  /* margin-left: 13.5rem; */
}
.home-banner_content1 {
  /* width: 46.94rem;
  height: 5.44rem; */
  font-family: Impact;
  font-weight: 400;
  font-size: 5.86rem;
  color: #FFFFFF;
  line-height: 5.86rem;
}
.home-banner_content2 {
  margin-top: 1.88rem;
  width: 40rem;
  /* height: 4.19rem;
  font-family: neue Radial; */
  font-weight: normal;
  font-size: 1.88rem;
  color: #FFFFFF;
  /* line-height: 2.44rem; */
}
.banner-btn {
  width: 10.5rem;
  height: 3.44rem;
  background: #FFFFFF;
  border-radius: 1.72rem;

  display: flex;
  align-items: center;
  padding-left: 1.38rem;
  margin-top: 3.75rem;
  cursor: pointer;
}

.banner-btn span {
  font-size: 1.5rem;
  color: #2A2A2A;
  /* line-height: 1.13rem;
  font-family: neue Radial;
  font-weight: normal; */

}

.banner-btn div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1rem;
  width: 2.56rem;
  height: 2.56rem;
  background: #0094E5;
  border-radius: 50%;
}

.banner-btn .ri-triangle-fill {
  margin-left: 0.35rem;
  font-size: 1rem;
  color: #fff;
  transform: rotate(90deg);
}
/* btn的交互 */
.banner-btn:hover,
.content_left_btn:hover,
.industry-content_btn:hover,
.oscillating-content_btn:hover {
  transform: scale(1.1);
  transition-duration: 300ms;
}

.submit:hover {
  opacity: .8;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1)
  }

  10%,
  20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -6deg)
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 6deg)
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -6deg)
  }

  to {
    transform: scale3d(1, 1, 1)
  }
}

/* about */
.home-about {
  margin: 2.5rem auto;
  width: 95.32%;
  height: 40rem;
  display: flex;
  justify-content: space-between;
}
.home-about_icon {
  /* margin-left: 2.13rem; */
  position: relative;
  width: 35%;
}
.home-about_img {
  /* width: 23.88rem;
  height: 23.88rem; */
  width: 28.5rem;
  height: 29.25rem;
  position: absolute;
  z-index: 5;
}
.home-about_logo {
  top: 9rem;
  left: 14rem;
  position: absolute;
  z-index: 10;
  /* width: 12.25rem; */
  height: 3.63rem;
  /* opacity: 0.63; */
  cursor: pointer;
  transition: all .2s;
}
.home-about_logo:hover {
  transform: scale(1.2);
}
.home-about_us {
  top: 13rem;
  left: 21.13rem;
  position: absolute;
  z-index: 10;
  font-weight: bold;
  font-size: 1.88rem;
  color: #272727;
}
.home-about_content {
  margin-top: 7.38rem;
  margin-right: 14rem;
}
.home-about_content p {
  width: 53.75rem;
  font-weight: 500;
  font-size: 1.25rem;
  color: #202020;
}
.home-about_list{
  margin-top: 4.5rem;
  width:100%;
}
.home-about_items{
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-about_item{
  width:30%;
}
.home-about_item--num{
  width: 8.5rem;
  height: 2.5rem;
  font-size: 3.49rem;
  color: #1348BF;
  font-weight: bold;
  display: flex;
}
.home-about_item--num span{
  padding-top: 0.5rem;
  font-size: 1.76rem;
  color: #505050;
}
.home-about_item--des{
  padding-top: 2.31rem;
  /* height: 1.19rem; */
  font-weight: bold;
  font-size: 1.25rem;
  color: #1F1F1F;
}

.home-about_button{
  margin-top: 3.94rem;
  width: 10.63rem;
  height: 3.25rem;
  background: #0034BF;
  border-radius: 1.63rem;
  display: flex;
  cursor: pointer;
}
.home-about_button:hover{
  background: #0d54f8;
}
.home-about_button p{
  margin-left: 1.75rem;
  margin-top: 1rem;
  font-size: 1rem;
  color: #FFFFFF;
}
.home-about_button img{
  margin-top: 1.1rem;
  margin-right: 1.2rem;
  width: 1.3rem;
  height: 1.3rem;
}

/* solution */
.home-solution {
  margin: 6.25rem auto;
  width: var(--bs-screen-xxl);
  height: 38.25rem;
  position: relative;
  overflow: hidden;
}
.home-solution,
.swiper-solution,
.swiper-wrapper,
.swiper-slide,
.home-solution_img{
  border-radius: 4rem;
}
.home-solution_button {
  position: absolute;
  z-index: 15;
  /* margin-top: 2.56rem; */
  top: 15.38rem;
  left: 4.63rem;
  display: flex;
}
.home-solution_button1 {
  width: 8.25rem;
  height: 2.83rem;
  border-radius: 1.35rem;
  border: 0.06rem solid #FFFFFF;
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
  margin-right: 1.25rem;
  cursor: pointer;
}
.home-solution_button1:hover{
  border-radius: 1.35rem;
  border: 0.06rem solid #0034BF;
  background-color: #0034BF;
}
.home-solution_button1>img {
  width: 1.69rem;
  height: 1.13rem;
}
.home-solution_img{
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.home-solution_img img{
  /* display: block; */
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}


.home-solution_content {
  position: relative;
  z-index: 2;
  margin: 7rem 4.5rem 3.4rem 4.5rem;
}
.home-solution_content1 {
  height: 17.5rem;
}
.home-solution_content1 p{
  font-weight: bold;
  font-size: 1.25rem;
  color: #FFFFFF;
  margin-bottom: 1rem;
}
.home-solution_content2 {
  /* margin-top: 11rem; */
  margin-left: 28.81rem;
}
.home-solution_more {
  width: 7rem;
  text-align: right;
  margin-left: calc(100% - 7rem);
  font-weight: bold;
  font-size: 1rem;
  color: #00BAFF;
}
.home-solution_more a {
  cursor: pointer;
  color: #00BAFF;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1)
  }

  10%,
  20% {
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
  }

  to {
    transform: scale3d(1, 1, 1)
  }
}
.home-solution_more:hover{
  animation: tada 1s;
}
.home-solution_border{
  margin-top: 1.25rem;
  /* width: 54.19rem; */
  width: calc(100% + 4.5rem);
  height: 0.06rem;
  background: #FFFFFF;
}
.home-solution_content2 p {
  margin-top: 1.88rem;
  font-weight: 500;
  font-size: 1rem;
  color: #FFFFFF;
}

/* product */
.home-product {
  margin: 6.25rem auto;
  width: 95.32%;
  height: 54.94rem;
  background: #F2F4F9;
  border-radius: 3.75rem;
  /* position: relative; */

}
.home-product_content {
  margin: 0 auto;
  /* width: 76%; */
  width: var(--bs-screen-xxl);
  padding-top: 5rem;
}
.home-product_content p{
  width: 42rem;
  font-weight: 500;
  font-size: 1.5rem;
  color: #414141;
}
.home-product_items {
  padding-top: 6.25rem;
  height: 32.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  /* margin: 3.75rem 0 2.81rem 0; */
}
.home-product_item{
  /* width: 33%; */
  width: 24.63rem;
}
.home-product_bg {
  position: absolute;
  z-index: 0;
  
  /* width: 100%; */
  width: 24.63rem;
  height: 24.81rem;
}
.home-product_bg img{
  width: 100%;
  height: 100%;
}
.home-product_num {
  position: relative;
  z-index: 5;
  top: 0;
  left: 0;
  font-family: Impact;
  font-size: 6rem;
  color: #D3D6DD;
}
.home-product_title {
  position: relative;
  z-index: 5;
  top: 12rem;
  left: 2.81rem;
  font-weight: bold;
  font-size: 1.75rem;
  color: #1C1C1C;
}
.home-product_img img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  cursor: pointer;
  transition: all .2s;
}
.home-product_img img:hover {
  transform: scale(1.2);
}
.home-product_img1 {
  position: relative;
  z-index: 5;
  top: -11rem;
  left: 9rem;
  width: 9.25rem;
  height: 18.63rem;
}
.home-product_img2 {
  position: relative;
  z-index: 5;
  top: -4rem;
  left: 3rem;
  width: 19.5rem;
  height: 9.75rem;
}
.home-product_img3 {
  position: relative;
  z-index: 5;
  top: -14rem;
  left: 6rem;
  width: 27.38rem;
  height: 19.69rem;
}

.home-product_button {
  margin-top: 3rem;
  display: flex;
  cursor: pointer;
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
}
.home-product_button1 {
  width: 8.13rem;
  height: 2.7rem;
  background: #1348BF;
  border-radius: 1.35rem;
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
  margin-right: 1.38rem;
}
.home-product_button1>img {
  width: 1.69rem;
  height: 1.13rem;
}

/* customer */
.home-customer {
  /* margin-top: 7.3rem; */
  margin: 6.25rem auto;
  width: 95.32%;
  height: 130rem;
  position: relative;
  z-index: 10;
}
.home-customer h2{
  text-align: center;
}
.home-customer>p {
  text-align: center;
  width: 40rem;
  margin: 0.63rem auto;
  font-weight: 500;
  font-size: 1.5rem;
  color: #414141;
}
.home-customer_content {
  margin-top: 4.38rem;
  /* height: 43.75rem; */
}
.home-customer_bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  /* width: 110.5rem;
  height: 43.75rem; */
  margin: 0 auto;
  width: 95.32%;
  height: 43.75rem;
}
.home-customer_bg>img{
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}

.home-customer_icons {
  position: relative;
  z-index: 2;
  padding-top: 6.94rem;
  width: 55rem;
  margin: 0 auto;
  /* margin-left: 28.69rem;
  margin-right: 28.69rem; */
  /* padding-top: 20.38rem;
  margin-left: 13.5rem;
  margin-bottom: 17.31rem; */

}
.home-customer_icon1 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.68rem; /* 调整六边形之间的间距 */
}
.home-customer_icon2 {
  padding-left: 5rem;
  padding-right: 5rem;
  margin-top: -2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.68rem; /* 调整六边形之间的间距 */
}
.home-customer_icon3 {
  margin-top: -2rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.68rem; /* 调整六边形之间的间距 */
}
.home-customer_icon4 {
  margin-top: -2rem;
  padding-left: 17rem;
  padding-right: 17rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.68rem; /* 调整六边形之间的间距 */
}
.home-customer_icon {
  width: 10.16rem;
  height: 11.71rem;
  background: #1348BF;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding:0 1rem;
}
.home-customer_icon img{
  cursor: pointer;
  transition: all .2s;
}
.home-customer_icon img:hover {
  transform: scale(1.2);
}
.home-customer_icon1 img {
  width: 7.5rem;
  height: 2.2rem;
}
.home-customer_icon2 img {
  width: 6.69rem;
  height: 2.13rem
}
.home-customer_icon3 img {
  width: 6.81rem;
  height: 1.8rem;
}
.home-customer_icon4 img {
  width: 7.5rem;
  height: 2.44rem;
}
.home-customer_list {
  width: var(--bs-screen-xxl);
  height: 45rem;
  margin: 3.88rem auto;
}
/* .home-customer_title {
  font-weight: bold;
  font-size: 1.38rem;
  color: #343434;
  text-align: center;
  text-decoration: none;
} */
.home-customer_title>ul{
  display: flex;
  list-style: none;
  text-align: center;
  overflow: hidden;
}
.home-customer_title>ul>li{
  margin: 0 1rem;
  cursor: pointer;
  font-weight: bold;
  height: 2.8rem;
  font-size: 1.38rem;
  color: #343434;
  text-align: center;
  text-decoration: none;
}
/* 点击的激活样式 */
.home-customer_title .active {
  color: #1348BF;
  border-bottom: 0.25rem solid #1348BF;
}
.home-customer_items {
  /* margin-top: 3.75rem; */
  width: 100%;
  /* height: 36.5rem; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.home-customer_items .swiper-slide{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home-customer_item {
  width: 33%;
  height: 35.81rem;
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
}
.home-customer_bg2 {
  position: absolute;
  z-index: 5;
  /* width: 33.44rem; */
  width: 30rem;
  height: 35.81rem;
}
.home-customer_img {
  position: relative;
  z-index: 15;
  width: 15.5rem;
  height: 22.13rem;
  margin-top: -5rem;
}
.home-customer_bg2>img,
.home-customer_img>img {
  width: 100%;
  height: 100%;
}
.home-customer_img>img{
  cursor: pointer;
  transition: all .2s;
}
.home-customer_img>img:hover{
  transform: scale(1.1) translateY(-1rem)
  
}

/* news */
.home-news {
  position: absolute;
  z-index: 20;
  /* transform: translateX(-50%); */
  width: var(--bs-screen-xxl);
  height: 43.63rem;
  background: #1A7BFF;
  border-radius: 3.13rem;
  margin-top: -28rem;
  /* margin-left: 16.25rem; */
  /* margin-left: 13.5%; */
  margin-left: calc((100% - var(--bs-screen-xxl))/2);
}
.home-news_content{
  display: flex;
  margin-top: 4.5rem;
  justify-content: space-between;
}
.home-news_left {
  width: 35%;
}
.home-news_right {
  width: 64%;
}
.home-news_left h5{
  padding-left: 4.69rem;
}
.home-news_left h4{
  /* padding-top: 1.69rem; */
  padding-left: 4.5rem;
}
.home-news_left p {
  padding-left: 4.5rem;
  font-weight: 500;
  font-size: 1rem;
  color: #FFFFFF;
}
.home-news_icon {
  margin-left: 0.75rem;
  margin-top: 4rem;
  width: 25.56rem;
  height: 26.25rem;
  position: absolute;
}
.home-news_icon img {
  width: 100%;
  height: 100%;
}
.home-news_view {
  position: relative;
  left:5rem;
  top:24rem;
  /* width: 7rem; */
  
}
.home-news_view span{
  font-weight: normal;
  font-size: 1rem;
  color: #FFFFFF;
  cursor: pointer;
}
.home-news_view img{
  width: 2rem;
  height: 1.5rem; 
  margin-left: 0.5rem;
  transform: rotate(-45deg);
  cursor: pointer;
  transition: all .2s;
}
.home-news_view img:hover{
  transform: scale(1.2) translate(0.5rem, -0.5rem) rotate(-45deg);
}
.home-news_title {
  height: 2.8rem;
  border-bottom: 0.06rem solid #FFFFFF;
}
.home-news_title>ul{
  display: flex;
  list-style: none;
  text-align: center;
  overflow: hidden;
}
.home-news_title>ul>li{
  margin: 0 1rem;
  cursor: pointer;
  font-weight: bold;
  height: 2.8rem;
  /* font-size: 1.38rem;
  color: #343434; */
  font-size: 1.13rem;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
}
/* 点击的激活样式 */
.home-news_title .active {
  border-bottom: 0.25rem solid #FFFFFF;
}
.home-news_items {
  margin-top: 2.38rem;
  color: #FFFFFF;
  overflow: hidden;
}
.home-news_item {
  height: 11rem;
}
.home-news_time {
  font-size: 1rem;
  color: #FFFFFF;
}
.home-news_sub {
  margin-top: 0.88rem;
  width: 43.63rem;
  font-size: 1.25rem;
  color: #FFFFFF;
  line-height: 1.19rem;
}
.home-news_des{
  margin-top: 1rem;
  /* width: 52rem; */
  width: 100%;
  font-size: 0.88rem;
  color: #B1C7EC;
  line-height: 1.19rem;
}


/* footer */
.home-footer {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 59.75rem;
  background: #12244E;
}
.home-footer__content {
  width: var(--bs-screen-xxl);
  margin: 0 auto;
  /* padding-top: 21.38rem;
  padding-bottom: 4rem; */
}
.home-footer__content--main {
  width: 100%;
  padding-top: 21.38rem;
  padding-bottom: 4rem;
  display: flex;
  flex-wrap: wrap;
}
.footer-menus {
  width: 20%;
}

.footer-menus .footer-title {
  font-size: 1.25rem;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1.19rem;
}
.footer-menu {
  margin-top: 2.44rem;
}
.footer-menu li a{
  font-size: 1rem;
  color: #69799F;
  line-height: 1.88rem;
}
.footer-menu a:hover{
  color: #FFFFFF;
}

.home-footer__copyright {
  width: var(--bs-screen-xxl);
  margin: auto;
  border-top: 0.06rem solid rgb(255, 255, 255,0.26);
}

.home-footer__copyright1 {
  margin-top: 2.56rem;
  display: flex;
  justify-content: space-between;
  height: 11.56rem;
}
.footer-img {
  /* width: 30.44rem; */
  width: 30%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 1.25rem;
  overflow: hidden;
}
.footer__message {
  width: 30%;
  height: 100%;
  display: flex;
  justify-content: center; 
  align-items: center;
}
.footer__message p {
  width: 100%;
  font-weight: 500;
  font-size: 1rem;
  color: #FFFFFF;
  line-height: 2rem;
}
.footer__message a{
  color: #FFFFFF;
}
.footer__icons {
  width: 20%;
  height: 100%;
  padding-top: 3rem;
}
.footer_logo {
  /* width: 5.88rem;
  height: 2.25rem;
  font-family: neue Radial;
  font-weight: normal; */
  font-size: 2.5rem;
  color: #FFFFFF;
  /* line-height: 2.44rem; */
}
.footer_logo img{
  width: 100%;
  height: 100%;
  cursor: pointer;
  transition: all .2s;
}
.footer_logo img:hover {
  
  transform: scale(1.2);
}
.footer__icon {
  margin-top: 2rem;
  display: flex;
  justify-content: space-between;
}
.footer__icon img {
  width: 1rem;
  height: 1rem;
  cursor: pointer;
  transition: all .2s;
}
.footer__icon img:hover {
  /* transform: scale(1.2); */
  animation: tada 1.5s;
}
.home-footer__copyright2 {
  width: 100%;
  padding-top: 2.5rem;
  font-size: 1rem;
  color: #6276A5;
}


/* 屏幕适配 */
@media only screen and (max-width:1681px){
  .home-about_content {
    margin-right: 4rem;
  }
}
@media only screen and (max-width:1441px){
  :root {
    /* --bs-screen-xxl: 73% */
    --bs-screen-xxl: 73rem
  }
  #header-right {
    margin-left:4%
  }
  .home-about_img {
    width: 20rem;
    height: 21rem;
  }
  .home-about_logo {
    top: 6rem;
    left: 9rem;
  }
  .home-about_us {
    top: 10rem;
    left: 13rem;
  }
  .home-about_content{
    margin-top: 6rem;
  }

  .home-product_bg {
      /* width: 100%; */
      width: 23rem;
  }

  .home-customer_bg2 {
    width: 27rem;
  }
  .home-news_icon{
    width: 19rem;
    height:19.5rem;
  }
  .home-news_view {
    left:3rem;
    top:18.5rem;
  }
  .home-news_left h5{
    padding-left: 3rem;
  }
  .home-news_left h4{
    padding-left: 2.9rem;
  }
  .home-news_left p{
    padding-left: 3rem;
  }
}
@media only screen and (max-width:1361px){
  .home-about_content {
    margin-right: 0rem;
  }
}
@media only screen and (max-width:1281px){
  .home-about_content {
    margin-top: 10rem;
  }
  .home-about_content p{
    width: 50.75rem;
  }
}
@media only screen and (max-width:1025px){
  .home-about_content {
    margin-top: 4rem;
  }
  .home-about_content p{
    width: 60rem;
  }
}

@media only screen and (max-width:640px) { 
  :root {
    --bs-screen-xxl: 90%;
  }

  /* header */
  .header-con {
    justify-content: space-between;
  }
  #header-menu__expand {
    display: block;
  }
  .header{
    /* width: var();
    margin: 0 auto;
    background-color: #12244E; */
  }
  #header-right{
    margin-left:18%;
    display: none;
    background-color: #0c7fd9;
    /* background-color:#FFFFFF; */
    position: absolute;
    top: 5.19rem;
    left: -15.5%;
    width: 95%;
    padding: 2rem 3rem;
    flex-direction: column-reverse;
    height: auto;
    align-items: flex-start
  }
  .header-menus {
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    width: 100%;
    height: auto;
  }
  .header-menus>li {
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .header-menu {
    justify-content: space-between;
  }
  .header-menu i:hover .header-new-menu {
    display: block;
  }
  .header-menus>li:hover .header-menu>a,
  .header-menus__second>.header-menus__second_item--active>a,
  .header-menus__third>.header-menus__third_item--active>a,
  .header-menus__third>.header-menus__third_item--active>i{
    color: #000
  }

  .header-new-menu {
    /* display: block; */
    position: static;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
  }
  /* .header-menu i:hover .header-menus__second {
    display: block;
  } */
  .header-right2{
    background:none;
    width:100%;
    height: auto;
    margin-top:0;
    padding-left: 1rem;
    padding-top: 0;
  }
  .header-menus_first,
  .header-search,
  .header-menus_right{
    display: none; 
  }
  .header-menus__second,
  .header-menus_content{
    margin-top: 0;
  }
  .header-menus__third>li>a,
  .header-menus__second>li>a{
    color: #fff;
    font-size: 1.13rem;
  }



  .header-search__con {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .search-icon {
    display: none;
  }


  /* .header-search2 {
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
  }
  .header-search2 {
    width: 100%;
    position: static;
    display: block;
    border-bottom: none;
  }
  .header-search2 input {
    width: calc(100% - 2rem);
  } */
  .header-search2 {
    display: block;
    position: static;
    width: 100%;
    border-radius: 1.78rem;
    /* display: flex; */
    /* justify-content: space-between; */
    height: 3.56rem;
    /* position: absolute; */
    align-items: flex-start;
    justify-content: flex-start;
    top: calc(100% + 2rem);
    left: calc(100% - 10rem);
    background-color: white;
    padding: 1rem;
    /* outline: 0.5rem solid white; */
    /* align-items: center;
    justify-content: center; */
  }
  .header-search2 input {
    border: none;
    outline: none;
    background: transparent;
    color: #4E4E4E;
    width: calc(100% - 2rem);
    padding-bottom: 0.125rem;
    height: 1.35rem;
    font-size: 0.88rem;
    padding: 0 0.5rem;
  }
  .header-lang__flag {
    width: 4rem;
    height: 2.5rem;
  }
  /* banner */
  .home-banner_content {
    margin-left:2rem;
    padding-top: 9rem;
  }
  .home-banner,
  .home-banner_img img,
  .home-banner_img{
    height: 35rem;
  }
  /* about */
  .home-about {
    height: 60rem;
  }
  .home-about_us{
    width: 20rem;
  }
  .home-about_img {
    width: 28.5rem;
    height: 29.25rem;
  }
  .home-about_logo {
    top: 9rem;
    /* left: 21rem; */
  }
  .home-about_us {
    top: 13rem;
    left: 22.13rem;
  }
  .home-about_content {
    margin-top: 32rem;
    margin-right: 5rem;
  }
  /* solution */
  .home-solution_content2{
    margin-left: 0rem;
  }
  .home-solution_border{

  }
  /* product */
  .home-product_item {
    margin: 0 auto;
  }
  .home-product_bg {
    width: 24.63rem;
  }
  .home-customer{
    height: 265rem;
  }
  .home-customer_item {
    width: 100%;
    height: 50rem;
  }
  .home-customer_bg2 {
    width: 50rem;
    height: 55rem ;
  }
  .home-customer_img{
    width: 25rem;
    height: 33rem;
    margin-top: -7rem;
  }
  /* customer */
  .home-customer_icons{
    margin-left: 1.5rem;
    padding-top:4rem;
  }
  /* news */
  .home-news{
    margin-top:-40rem;
    margin-left: 3rem;
    height: 70rem;
  }
  .home-news_content {
    flex-direction: column;
  }
  .home-news_left {
    width: 90%;
    margin: 0 5%;
  }
  .home-news_left h5,
  .home-news_left h4,
  .home-news_left p{
    padding-left: 0;
    padding-top: 2rem;
  }
  .home-news_icon{
    width: 25.56rem;
    height: 26.25rem;
    margin-top: -17rem;
    margin-left: 24rem;
  }
  .home-news_view{
    margin-top: -16.5rem;
    margin-left: 25rem;
  }
  .home-news_right {
    width: 90%;
    margin-top: 26rem;
    margin-left: 5%;
    margin-right: 5%;
  }
  
  /* .home-news_sub, */
  .home-news_des{
    width: 100%
  }
  /* footer */
  .home-footer{
    height:76rem;
  }
  .home-footer__content--main{
    padding-top: 36rem;
  }
  .footer__message {
    width: 35%;
  }
}


