:root {
  --bj: 7.8vw;
}
.w1600 {
  padding: 0 7.8vw;
}
.w1200 {
  width: min(1200px, 90vw);
  margin: 0 auto;
}
.p100 {
  padding-top: 1rem;
}
.p100_ {
  padding-bottom: 1rem;
}
.f100 {
  font-size: 1rem;
  line-height: 1;
}
.f86 {
  font-size: 0.86rem;
  line-height: 1;
}
.f66 {
  font-size: 0.66rem;
  line-height: 1;
}
.f58 {
  font-size: 0.52rem;
  line-height: 1;
}
.f50 {
  font-size: 0.5rem;
  line-height: 1;
}
.f42 {
  font-size: 0.42rem;
  line-height: 1.2;
}
.f36 {
  font-size: 0.36rem;
  line-height: 1.2;
}
.f34 {
  font-size: 0.34rem;
  line-height: 1.2;
}
.f28 {
  font-size: 0.28rem;
  line-height: 1.2;
}
.f26 {
  font-size: 0.26rem;
  line-height: 1.2;
}
.f24 {
  font-size: 0.24rem;
  line-height: 1.2;
}
.f22 {
  font-size: 0.22rem;
  line-height: 1.2;
}
.pc_header {
  z-index: 5;
  position: sticky;
  top: 0;
  width: 100%;
  background: #fafafa;
}
.pc_header .he_box .logo a img {
  height: 0.56rem;
}
.pc_header .he_box .column .nav_list .slide {
  position: relative;
  margin-right: 0.8rem;
}
.pc_header .he_box .column .nav_list .slide .item {
  padding: 0 0.1rem;
}
.pc_header .he_box .column .nav_list .slide .item a {
  position: relative;
  line-height: 1rem;
  color: #000;
  font-family: AliMedium;
}
.pc_header .he_box .column .nav_list .slide .item a::before {
  transition: 0.4s;
  content: '';
  position: absolute;
  left: 0;
  bottom: 28%;
  width: 0%;
  height: 0.03rem;
  background: #00c8fa;
}
.pc_header .he_box .column .nav_list .slide .down_ {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 2rem;
  background: rgba(102, 102, 102, 0.85);
}
.pc_header .he_box .column .nav_list .slide .down_ .ul .li {
  padding: 0 0.1rem;
  transition: 0.6s;
}
.pc_header .he_box .column .nav_list .slide .down_ .ul .li a {
  color: #fff;
  padding: 0.14rem 0;
}
.pc_header .he_box .column .nav_list .slide .down_ .ul .li:hover {
  background: #00c8fa;
}
.pc_header .he_box .column .nav_list .slide.active .item a::before,
.pc_header .he_box .column .nav_list .slide:hover .item a::before {
  width: 100%;
}
.pc_header .he_box .column .nav_list .slide:hover .down_ {
  display: block;
}
.pc_header .he_box .column .nav_list .slide:last-child {
  margin-right: 0;
}
.pc_header .he_box .menu .lang a img {
  width: 0.36rem;
}
.pc_header .he_box .menu .search {
  padding-left: 0.18rem;
}
.pc_header .he_box .menu .search form .item {
  border: 1px solid #929292;
  border-radius: 0.14rem;
  padding: 0 0.12rem;
}
.pc_header .he_box .menu .search form .item input {
  width: 2.2rem;
  line-height: 0.36rem;
  border: none;
  background: none;
  padding-right: 0.1rem;
}
.pc_header .he_box .menu .search form .item label {
  cursor: pointer;
}
.pc_header .he_box .menu .search form .item label i {
  color: #000;
}
.pc_header.active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.pc_footer {
  background: #323232;
  padding-bottom: 0.5rem;
}
.pc_footer .fo_box .ter_top {
  padding-bottom: 0.5rem;
}
.pc_footer .fo_box .ter_top a {
  display: inline-block;
}
.pc_footer .fo_box .ter_top a img {
  height: 0.89rem;
}
.pc_footer .fo_box .ter_cen {
  padding: 0.5rem 0 0.7rem;
  border-top: 0.02rem solid #696969;
}
.pc_footer .fo_box .ter_cen .le_box {
  width: 32%;
}
.pc_footer .fo_box .ter_cen .le_box .item {
  margin-bottom: 0.3rem;
}
.pc_footer .fo_box .ter_cen .le_box .item:last-child {
  margin-bottom: 0;
}
.pc_footer .fo_box .ter_cen .le_box .item img {
  width: 0.28rem;
}
.pc_footer .fo_box .ter_cen .le_box .item span,
.pc_footer .fo_box .ter_cen .le_box .item a {
  margin-left: 0.1rem;
  color: #fff;
  transition: 0.4s;
  font-family: AliLight;
}
.pc_footer .fo_box .ter_cen .le_box .item a:hover {
  color: #00c8fa;
}
.pc_footer .fo_box .ter_cen .ri_box {
  width: 68%;
}
.pc_footer .fo_box .ter_cen .ri_box .item {
  margin-right: 2%;
  max-width: 2rem;
}
.pc_footer .fo_box .ter_cen .ri_box .item:last-child {
  margin-right: 0;
}
.pc_footer .fo_box .ter_cen .ri_box .item .one a {
  color: #fff;
  font-family: AliMedium;
}
.pc_footer .fo_box .ter_cen .ri_box .item .two a {
  color: #c8c8c8;
  transition: 0.4;
  margin-top: 0.18rem;
}
.pc_footer .fo_box .ter_cen .ri_box .item .two a:hover {
  color: #fff;
}
.pc_footer .fo_box .ter_bot {
  text-align: center;
  font-family: AliLight;
  color: #fff;
}
.pc_footer .fo_box .ter_bot a {
  margin-left: 0.1rem;
  font-family: AliLight;
  color: #fff;
}
.pc_footer .fo_box .ter_bot a:hover {
  color: #00c8fa;
}
.pu_search {
  display: none;
  position: fixed;
  top: 1rem;
  z-index: 5;
  width: 100%;
  background: #fff;
  padding: 0.6rem 0;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.3);
  border-top: 1px solid #cccccc;
}
.pu_search .form form .item input {
  width: 100%;
  line-height: 0.6rem;
  padding: 0 0.2rem;
  color: #000;
  border: none;
  border: 1px solid #ccc;
}
.pu_search .form form .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.pu_search .form form .submit {
  width: 1.6rem;
}
.pu_search .form form .submit input {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #00c8fa;
  color: #fff;
  height: 100%;
}
.pu_link {
  display: inline-block;
}
.pu_link a {
  cursor: pointer;
  min-width: 2.4rem;
  transition: 0.6s;
  padding: 0 0.28rem;
  line-height: 0.52rem;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 0.26rem;
  text-align: center;
}
.pu_link a:hover {
  background: #00c8fa;
  border-color: #00c8fa;
}
.pu_link.block a {
  border-color: #000;
  color: #000;
}
.pu_link.block a:hover {
  background: #000;
  color: #fff;
}
.pu_toggle {
  display: flex;
}
.pu_toggle .prev,
.pu_toggle .next {
  transition: 0.6s;
  width: 30px;
  height: 30px;
  border: 1px solid #8d8d8d;
  border-radius: 4px;
  display: flex;
  cursor: pointer;
}
.pu_toggle .prev svg,
.pu_toggle .next svg {
  margin: auto;
}
.pu_toggle .prev svg path,
.pu_toggle .next svg path {
  transition: 0.4s;
}
.pu_toggle .prev:hover,
.pu_toggle .next:hover {
  background: #00c8fa;
  border-color: #00c8fa;
}
.pu_toggle .prev:hover svg path,
.pu_toggle .next:hover svg path {
  fill: #fff;
}
.pu_toggle .prev {
  margin-right: 0.2rem;
}
.pu_point {
  position: initial;
  width: auto !important;
  display: flex;
}
.pu_point .swiper-pagination-bullet {
  opacity: 1;
  width: 0.3rem;
  height: 0.06rem;
  border: 1px solid #fff;
  border-radius: 0;
  background: transparent;
}
.pu_point .swiper-pagination-bullet-active {
  background: #fff;
}
.index_banner {
  position: relative;
}
.index_banner .swiper .swiper-slide {
  position: relative;
}
.index_banner .swiper .swiper-slide .slide_img img,
.index_banner .swiper .swiper-slide .slide_img video {
  width: 100%;
  height: calc(var(--vh) - 1rem);
}
.index_banner .swiper .swiper-slide .slide_post {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
}
.index_banner .swiper .swiper-slide .slide_post > div {
  margin: auto 0;
  color: #fff;
}
.index_banner .swiper .swiper-slide .slide_post > div .content1 {
  font-family: ArialBold;
}
.index_banner .swiper .swiper-slide .slide_post > div .content2 {
  margin: 0.1rem 0;
  line-height: 1.4;
}
.index_banner .swiper .swiper-slide .slide_post > div .content3 {
  line-height: 1.4;
  font-weight: 100;
  opacity: 0.8;
}
.index_banner .swiper .swiper-slide .slide_post > div .content4 {
  margin-top: 0.8rem;
}
.index_banner .toggle {
  z-index: 2;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 5%;
  display: flex;
  justify-content: center;
}
.index_banner .toggle .pu_point {
  position: initial;
  width: auto;
  display: flex;
}
.index_banner .toggle .pu_point .swiper-pagination-bullet {
  opacity: 1;
  width: 0.3rem;
  height: 0.06rem;
  border: 1px solid #fff;
  border-radius: 0;
  background: transparent;
}
.index_banner .toggle .pu_point .swiper-pagination-bullet-active {
  background: #fff;
}
.index_ngs {
  position: relative;
}
.index_ngs::before {
  z-index: -1;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: #f6f9fc;
}
.index_ngs .gs_box {
  padding-left: var(--bj);
}
.index_ngs .gs_box .le_box {
  width: 28%;
}
.index_ngs .gs_box .le_box .content1 .en {
  font-family: ArialBold;
}
.index_ngs .gs_box .le_box .content1 .txt {
  margin-top: 0.12rem;
}
.index_ngs .gs_box .le_box .content2 {
  margin: 0.22rem 0;
}
.index_ngs .gs_box .le_box .content2 img {
  width: 3.22rem;
}
.index_ngs .gs_box .le_box .content3 {
  line-height: 1.4;
  font-family: AliLight;
}
.index_ngs .gs_box .ri_box {
  width: 72%;
}
.index_ngs .gs_box .ri_box .swiper {
  padding: 0 0 10px 10px;
}
.index_ngs .gs_box .ri_box .swiper .swiper-slide {
  background: #fff;
}
.index_ngs .gs_box .ri_box .swiper .swiper-slide .img {
  width: 100%;
  overflow: hidden;
}
.index_ngs .gs_box .ri_box .swiper .swiper-slide .img img {
  transition: 0.4s;
  width: 100%;
}
.index_ngs .gs_box .ri_box .swiper .swiper-slide .content {
  padding: 0.14rem 0.3rem 0.3rem;
  box-shadow: 0 0 10px rgba(200, 200, 200, 0.5);
}
.index_ngs .gs_box .ri_box .swiper .swiper-slide .content .time {
  color: #013264;
  font-family: GilroyRegular;
}
.index_ngs .gs_box .ri_box .swiper .swiper-slide .content .txt {
  margin-top: 0.1rem;
  height: 0.64rem;
}
.index_ngs .gs_box .ri_box .swiper .swiper-slide .content .txt p {
  color: #000;
  transition: 0.4s;
  line-height: 0.32rem;
}
.index_ngs .gs_box .ri_box .swiper .swiper-slide:hover .img img {
  transform: scale(1.05);
}
.index_ngs .gs_box .ri_box .swiper .swiper-slide:hover .content .txt p {
  color: #00c8fa;
}
.index_ngs .gs_box .ri_box .qiehua {
  margin-left: 10px;
  margin-top: 0.26rem;
}
.index_sense {
  background: url('../images/5.jpg') no-repeat;
  background-size: cover;
}
.index_sense .se_box {
  padding-right: var(--bj);
}
.index_sense .se_box .le_box {
  width: 40%;
}
.index_sense .se_box .le_box img {
  width: 100%;
}
.index_sense .se_box .ri_box {
  width: 60%;
  text-align: center;
}
.index_sense .se_box .ri_box .content1 {
  font-family: ArialBold;
}
.index_sense .se_box .ri_box .content1 sup {
  font-family: ArialBold;
}
.index_sense .se_box .ri_box .content2 {
  margin: 0.42rem 0 0.54rem;
}
.index_sense .se_box .ri_box .content2 .desc {
  margin-top: 0.2rem;
  font-family: AliLight;
}
.index_sense .se_box .ri_box .content3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}
.index_sense .se_box .ri_box .content3 .slide .div_1 {
  background: #fff;
  padding: 0.22rem 0.16rem;
  box-shadow: 6.5px 11.258px 46.06px 2.94px rgba(200, 200, 200, 0.13);
}
.index_sense .se_box .ri_box .content3 .slide .div_1 .d1 {
  background: #00c8fa;
  line-height: 0.46rem;
  color: #fff;
  text-align: center;
  border-radius: 0.2rem;
}
.index_sense .se_box .ri_box .content3 .slide .div_1 .d2 {
  margin: 0.12rem 0 0.3rem;
}
.index_sense .se_box .ri_box .content3 .slide .div_1 .d2 .en {
  color: #969699;
}
.index_sense .se_box .ri_box .content3 .slide .div_1 .d2 .en i {
  margin: 0.08rem 0;
}
.index_sense .se_box .ri_box .content3 .slide .div_1 .d2 .ch {
  color: #000;
}
.index_sense .se_box .ri_box .content3 .slide .div_1 .d3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.16rem;
}
.index_sense .se_box .ri_box .content3 .slide .div_1 .d3 .li {
  position: relative;
  background: #e6e6e6;
  line-height: 0.32rem;
  color: #000;
  border-radius: 0.14rem;
}
.index_sense .se_box .ri_box .content3 .slide .div_1 .d3 .li::before {
  content: '';
  position: absolute;
  bottom: -0.24rem;
  left: 50%;
  transform: translateX(-50%);
  border: 0.06rem solid transparent;
  border-top-color: #00c8fa;
}
.index_sense .se_box .ri_box .content3 .slide .div_1 .d4 {
  margin-top: 0.34rem;
  border: 1px solid #cecece;
  border-radius: 0.1rem;
  height: 1.2rem;
  display: flex;
}
.index_sense .se_box .ri_box .content3 .slide .div_1 .d4 img {
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}
.index_sense .se_box .ri_box .content3 .slide .div_2 {
  margin-top: 0.34rem;
}
.index_sense .se_box .ri_box .content3 .slide:nth-child(2) .div_1 .d3 {
  grid-template-columns: repeat(1, 1fr);
}
.index_star {
  background: url('../images/6.jpg') no-repeat;
  background-size: cover;
}
.index_star .ar_box {
  text-align: center;
}
.index_star .ar_box .content1 .txt {
  font-family: ArialBold;
}
.index_star .ar_box .content1 .desc {
  font-family: AliLight;
  margin-top: 0.34rem;
}
.index_star .ar_box .content2 {
  margin: 0.4rem 0 0.48rem;
}
.index_star .ar_box .content2 .li {
  min-width: 2.4rem;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  border-radius: 0.28rem;
  margin-right: 1.58rem;
    margin-bottom: 0.1rem;
}
.index_star .ar_box .content2 .li:last-child {
  margin-right: 0;
}
.index_star .ar_box .content2 .li div {
  padding: 0.14rem 0.36rem;

}
.index_star .ar_box .content2 .li div img {
  width: 0.22rem;
  margin-left: 0.08rem;
}
.index_star .ar_box .content3 {
  width: 100%;
  display: flex;
}
.index_star .ar_box .content3 img {
  margin: 0 auto;
  width: 6.54rem;
}
.index_who .wh_box {
  padding: 0 3.2vw 0 var(--bj);
}
.index_who .wh_box > div {
  background: url('../images/8.jpg') no-repeat;
  background-size: cover;
  align-items: flex-start;
}
.index_who .wh_box .le_box {
  width: 41%;
  padding-right: 6%;
}
.index_who .wh_box .le_box .content1 {
  font-family: ArialBold;
}
.index_who .wh_box .le_box .content2 {
  margin: 0.22rem 0 0.16rem;
}
.index_who .wh_box .le_box .content2 img {
  width: 3.22rem;
}
.index_who .wh_box .le_box .content3 {
  height: 2.24rem;
  overflow: auto;
  padding-right: 0.1rem;
}
.index_who .wh_box .le_box .content3::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.index_who .wh_box .le_box .content3::-webkit-scrollbar-thumb {
  background: #00c8fa;
}
.index_who .wh_box .le_box .content3::-webkit-scrollbar-track {
  background: rgba(0, 200, 250, 0.3);
}
.index_who .wh_box .le_box .content3 p {
  color: #000;
  line-height: 0.32rem;
  font-family: AliLight;
}
.index_who .wh_box .le_box .content4 {
  margin-top: 0.3rem;
}
.index_who .wh_box .le_box .content5 {
  margin-top: 0.46rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}
.index_who .wh_box .le_box .content5 .item {
  position: relative;
  padding-top: 0.14rem;
}
.index_who .wh_box .le_box .content5 .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0.42rem;
  height: 0.1rem;
  background: #00c8fa;
}
.index_who .wh_box .le_box .content5 .item .data {
  display: flex;
  flex-wrap: wrap;
}
.index_who .wh_box .le_box .content5 .item .data .num p {
  font-size: 0.72rem;
  line-height: 0.8;
  font-family: ArialBlack;
}
.index_who .wh_box .le_box .content5 .item .data .tips {
  margin-left: 0.08rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index_who .wh_box .le_box .content5 .item .data .tips img {
  width: 0.18rem;
}
.index_who .wh_box .le_box .content5 .item .data .tips span {
  color: #000;
}
.index_who .wh_box .le_box .content5 .item .desc {
  margin-top: 0.1rem;
  color: #000;
}
.index_who .wh_box .ri_box {
  position: relative;
  width: 59%;
}
.index_who .wh_box .ri_box::before {
  content: '';
  position: absolute;
  top: 0;
  left: -6%;
  width: 105%;
  height: 114%;
  background: url('../images/7.png') no-repeat;
  background-size: cover;
}
.index_who .wh_box .ri_box img {
  z-index: 1;
  position: relative;
  width: 100%;
}
.index_frontier {
  background: url('../images/9.jpg') no-repeat;
  background-size: cover;
}
.index_frontier .er_top {
  padding: 0 9vw;
}
.index_frontier .er_top div {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
}
.index_frontier .er_top div p {
  font-family: AliLight;
}
.index_frontier .er_bot {
  position: relative;
}
.index_frontier .er_bot .bk {
  width: 100%;
}
.index_frontier .er_bot .bk img {
  max-width: 100%;
}
.index_frontier .er_bot .post {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
}
.index_frontier .er_bot .post p {
  text-align: center;
  font-family: AliBold;
  line-height: 1.4;
}
.index_partner {
  background: url('../images/10.jpg') no-repeat;
  background-size: cover;
  padding-bottom: 0.2rem;
}
.index_partner .le_box {
  width: 46%;
  margin-top: 0.6rem;
}
.index_partner .le_box .content1 .txt {
  margin-top: 0.22rem;
  font-family: AliBold;
}
.index_partner .le_box .content2 {
  margin: 0.5rem 0 0.22rem;
}
.index_partner .le_box .content2 img {
  width: 3.22rem;
}
.index_partner .le_box .content3 {
  font-family: AliBold;
  color: #969696;
}
.index_partner .le_box .content4 {
  margin-top: 0.26rem;
}
.index_partner .le_box .content4 p {
  font-family: AliLight;
  margin-bottom: 0.2rem;
}
.index_partner .le_box .content4 p:last-child {
  margin-bottom: 0;
}
.index_partner .ri_box {
  width: 54%;
}
.index_partner .ri_box img {
  max-width: 100%;
}
.deep_fusion {
  position: relative;
}
.deep_fusion .fu_bk {
  width: 100%;
}
.deep_fusion .fu_bk img {
  width: 100%;
}
.deep_fusion .fu_post {
  position: absolute;
  top: 50%;
  left: 41.5%;
  transform: translateY(-50%);
  width: 7.58rem;
}
.deep_fusion .fu_post > div {
  padding: 1rem 0.8rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 0.2rem;
  box-shadow: 0 0 0.26rem rgba(200, 200, 200, 0.3);
}
.deep_fusion .fu_post .txt {
  color: #969696;
  font-family: ArialBold;
}
.deep_fusion .fu_post .desc {
  margin-top: 0.54rem;
  height: 5.06rem;
  overflow: auto;
  padding-right: 0.1rem;
  /*text-align: justify;*/
}
.deep_fusion .fu_post .desc::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.deep_fusion .fu_post .desc::-webkit-scrollbar-thumb {
  background: #00c8fa;
}
.deep_fusion .fu_post .desc::-webkit-scrollbar-track {
  background: rgba(0, 200, 250, 0.3);
}
.deep_fusion .fu_post .desc p {
  line-height: 0.46rem;
  font-family: AliLight;
}
.deep_learning {
  padding: 0.32rem 0;
}
.deep_learning .ng_top {
  text-align: center;
}
.deep_learning .ng_top .txt {
  font-family: AliBold;
}
.deep_learning .ng_top .desc {
  margin-top: 0.26rem;
  color: #969696;
  font-family: AliLight;
}
.deep_learning .ng_bot {
  margin-top: 0.52rem;
  width: 100%;
}
.deep_learning .ng_bot img {
  max-width: 100%;
}
.analysis_process .ss_top {
  background: #00c8fa;
  color: #fff;
  text-align: center;
  padding: 0.24rem 0;
}
.analysis_process .ss_top p {
  font-family: AliBold;
}
.analysis_process .ss_bot {
  margin-top: 0.26rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.2rem;
}
.analysis_process .ss_bot .item {
  text-align: center;
}
.analysis_process .ss_bot .item .num {
  font-size: 1.04rem;
  line-height: 0.8;
  font-family: ArialBoldItalic;
  color: #00c8fa;
  text-shadow: 4px 6.928px 15.2px rgba(38, 49, 74, 0.2);
}
.analysis_process .ss_bot .item .main_body {
  z-index: 1;
  position: relative;
  margin-top: -0.16rem;
  background: #fff;
  box-shadow: 4px 6.928px 15.2px 0.8px rgba(38, 49, 74, 0.08);
  border-radius: 0.3rem;
  padding: 0.3rem 0.2rem 0.2rem;
}
.analysis_process .ss_bot .item .main_body .content1 {
  color: #fff;
  background: #00c8fa;
  border-radius: 0.28rem;
  line-height: 0.58rem;
  font-family: AliBold;
}
.analysis_process .ss_bot .item .main_body .content2 {
  margin-top: 0.2rem;
  font-family: AliBold;
}
.analysis_process .ss_bot .item .main_body .content3 {
  margin: 0.16rem 0 0.1rem;
  color: #969696;
  height: 0.28rem;
}
.analysis_process .ss_bot .item .main_body .content4 {
  height: 1.26rem;
}
.analysis_process .ss_bot .item .main_body .content4 p {
  color: #00c8fa;
  line-height: 0.42rem;
}
.analysis_process .ss_bot .item .main_body .content5 {
  margin-top: 0.2rem;
  height: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
.analysis_process .ss_bot .item .main_body .content5 img {
  max-height: 100%;
}
.advantages > div {
  background: url('../images/16.png') no-repeat;
  background-size: 100% auto;
}
.advantages .ad_top {
  text-align: center;
}
.advantages .ad_top p {
  font-size: 1.66rem;
  line-height: 0.8;
  color: #f5f5f5;
  font-family: ArialBold;
}
.advantages .ad_cen {
  padding-left: calc((var(--vw) - 1200px) / 2);
}
.advantages .ad_cen .svg {
  transform: translateY(0.08rem);
}
.advantages .ad_cen .svg img {
  width: 0.58rem;
}
.advantages .ad_cen .content {
  margin-left: 0.26rem;
  flex: 1;
  border-bottom: 0.04rem solid #c9cbcb;
  padding-bottom: 0.3rem;
}
.advantages .ad_cen .content .item {
  text-align: center;
  margin-left: 0.7rem;
}
.advantages .ad_cen .content .item .fuhao {
  font-family: AliLight;
  color: #333;
}
.advantages .ad_cen .content .item .txt {
  color: #000;
  font-family: AliBold;
}
.advantages .ad_bot {
  margin-top: 1.28rem;
}
.advantages .ad_bot .swiper .swiper-slide {
  width: 100%;
}
.advantages .ad_bot .swiper .swiper-slide img {
  width: 100%;
}
.advantages .ad_bot .div_ {
  margin-top: 0.8rem;
}
.advantages .ad_bot .div_ .pu_point .swiper-pagination-bullet {
  border-color: #969696;
}
.advantages .ad_bot .div_ .pu_point .swiper-pagination-bullet-active {
  background: #969696;
}
.frontier {
  background: url('../images/11.jpg') no-repeat;
  background-size: cover;
}
.frontier .fr_top {
  text-align: center;
}
.frontier .fr_top .txt {
  font-family: AliMedium;
}
.frontier .fr_top .desc {
  margin-top: 0.26rem;
  font-family: AliLight;
}
.frontier .fr_bot {
  margin-top: 0.76rem;
  padding-left: var(--bj);
}
.frontier .fr_bot .swiper {
  padding-bottom: 0.04rem;
}
.frontier .fr_bot .swiper .swiper-slide .content {
  position: relative;
}
.frontier .fr_bot .swiper .swiper-slide .content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 86%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  border: 0.02rem solid #fff;
  border-radius: 0.5rem;
}
.frontier .fr_bot .swiper .swiper-slide .content > div {
  z-index: 1;
  position: relative;
  padding: 0.78rem;
}
.frontier .fr_bot .swiper .swiper-slide .content .le_box {
  width: 62%;
  padding-right: 2%;
}
.frontier .fr_bot .swiper .swiper-slide .content .le_box .txt {
  font-family: AliBold;
}
.frontier .fr_bot .swiper .swiper-slide .content .le_box .desc {
  margin-top: 0.2rem;
  height: 3.22rem;
  overflow: auto;
  padding-right: 0.1rem;
  /*text-align: justify;*/
}
.frontier .fr_bot .swiper .swiper-slide .content .le_box .desc::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.frontier .fr_bot .swiper .swiper-slide .content .le_box .desc::-webkit-scrollbar-thumb {
  background: #00c8fa;
}
.frontier .fr_bot .swiper .swiper-slide .content .le_box .desc::-webkit-scrollbar-track {
  background: #fffaff;
}
.frontier .fr_bot .swiper .swiper-slide .content .le_box .desc p {
  line-height: 0.46rem;
  font-family: AliLight;
}
.frontier .fr_bot .swiper .swiper-slide .content .ri_box {
  width: 38%;
  text-align: center;
}
.frontier .fr_bot .swiper .swiper-slide .content .ri_box img {
  max-width: 100%;
}
.frontier .fr_bot .qiehuan {
  margin-top: 0.3rem;
}
.frontier .fr_bot .qiehuan .pu_toggle .prev,
.frontier .fr_bot .qiehuan .pu_toggle .next {
  border-color: #fff;
}
.frontier .fr_bot .qiehuan .pu_toggle .prev svg path,
.frontier .fr_bot .qiehuan .pu_toggle .next svg path {
  fill: #fff;
}
.frontier .fr_bot .qiehuan .pu_toggle .prev:hover,
.frontier .fr_bot .qiehuan .pu_toggle .next:hover {
  border-color: #00c8fa;
}
.star_seq {
  background: url('../images/22.png') no-repeat;
  background-size: cover;
}
.star_seq .le_box {
  width: 50%;
}
.star_seq .le_box .content1 {
  color: #969696;
  font-family: ArialBold;
}
.star_seq .le_box .content2 {
  margin: 0.44rem 0;
}
.star_seq .le_box .content2 .pu_link a {
  border-color: #888;
  color: #888;
}
.star_seq .le_box .content2 .pu_link a:hover {
  border-color: #00c8fa;
  color: #fff;
}
.star_seq .le_box .content3 .txt {
  font-family: AliBold;
}
.star_seq .le_box .content3 .desc {
  margin: 0.22rem 0;
  font-family: AliLight;
  line-height: 1.2;
}
.star_seq .le_box .content3 .en {
  font-family: AliLight;
  color: #969696;
  line-height: 1.4;
}
.star_seq .ri_box {
  width: 50%;
}
.star_seq .ri_box img {
  max-width: 100%;
}
.more_advanced .ed_top {
  text-align: center;
}
.more_advanced .ed_top p {
  font-family: AliBold;
}
.more_advanced .ed_bot {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.24rem;
}
.more_advanced .ed_bot .slide {
  transition: 0.6s;
  background: #fff;
  border: 1px solid #e5e5e5;
}
.more_advanced .ed_bot .slide .img {
  width: 100%;
  overflow: hidden;
}
.more_advanced .ed_bot .slide .img img {
  transition: 0.4s;
  width: 100%;
}
.more_advanced .ed_bot .slide .content {
  padding: 0.5rem 0.4rem;
}
.more_advanced .ed_bot .slide .content .txt {
  text-align: center;
  font-family: AliBold;
}
.more_advanced .ed_bot .slide .content .line {
  margin: 0.22rem 0 0.3rem;
  display: flex;
  flex-wrap: wrap;
}
.more_advanced .ed_bot .slide .content .line img {
  margin: auto;
  width: 2rem;
}
.more_advanced .ed_bot .slide .content .desc p {
  line-height: 1.6;
  color: #000;
  font-family: AliLight;
}
.more_advanced .ed_bot .slide .content .desc p span {
  font-family: AliMedium;
}
.more_advanced .ed_bot .slide:hover {
  box-shadow: 0.1rem 0.13rem 0.16rem 0 rgba(0, 0, 0, 0.14);
}
.more_advanced .ed_bot .slide:hover .img img {
  transform: scale(1.05);
}
.unveiled {
  width: 100%;
}
.unveiled img {
  width: 100%;
}
.pioneering {
  background: url('../images/15.jpg') no-repeat;
  background-size: cover;
}
.pioneering .ng_top {
  text-align: center;
}
.pioneering .ng_top p {
  font-family: AliBold;
}
.pioneering .ng_bot {
  margin-top: 0.67rem;
  text-align: center;
}
.pioneering .ng_bot .txt {
  font-family: AliBold;
}
.pioneering .ng_bot .desc {
  margin-top: 0.1rem;
  font-family: AliLight;
  line-height: 1.4;
}
.pioneering .ng_bot .desc span {
  font-family: AliBold;
}
.pioneering .ng_bot .list {
  margin-top: 1rem;
}
.pioneering .ng_bot .list > div:last-child {
  margin-left: 12%;
}
.product_features {
  position: relative;
}
.product_features .swiper .swiper-slide img {
  width: 100%;
}
.product_features .div_ {
  z-index: 2;
  position: absolute;
  bottom: 3%;
  width: 100%;
}
.product_features .div_ .pu_point .swiper-pagination-bullet {
  border-color: #969696;
}
.product_features .div_ .pu_point .swiper-pagination-bullet-active {
  background: #969696;
}
.performance_advantages {
  background: #f3f7fb url('../images/19.jpg') no-repeat;
  background-size: cover;
}
.performance_advantages .pe_top {
  text-align: center;
}
.performance_advantages .pe_bot {
  margin-top: 1.17rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.9rem;
}
.performance_advantages .pe_bot .slide {
  display: flex;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.5);
  border: 0.02rem solid #fff;
  border-radius: 0.3rem;
  padding: 0.32rem 0.5rem;
}
.performance_advantages .pe_bot .slide .content {
  flex: 1;
}
.performance_advantages .pe_bot .slide .content .txt {
  font-family: ArialBold;
  line-height: 1;
}
.performance_advantages .pe_bot .slide .content .tips {
  color: #969696;
  font-family: AliLight;
  height: 0.3rem;
}
.performance_advantages .pe_bot .slide .content .desc {
  font-family: AliLight;
}
.performance_advantages .pe_bot .slide .svg img {
  width: 0.23rem;
}
.operation_process .op_top {
  text-align: center;
}
.operation_process .op_top p {
  font-family: AliBold;
}
.operation_process .op_cen {
  margin-top: 0.86rem;
  text-align: center;
}
.operation_process .op_cen img {
  max-width: 100%;
}
.operation_process .op_bot {
  margin-top: 0.8rem;
  text-align: center;
}
.operation_process .op_bot .content .txt {
  font-family: AliLight;
}
.operation_process .op_bot .content .img {
  margin-top: 0.34rem;
}
.operation_process .op_bot .content .img img {
  width: 0.2rem;
}
.operation_process .op_bot .bk {
  margin-top: 0.2rem;
  width: 100%;
}
.operation_process .op_bot .bk img {
  padding: 0.2rem;
  border-radius: 0.2rem;
  border: 0.02rem solid #cecece;
  width: 6rem;
}
.pu_table .div_ {
  margin-bottom: 0.46rem;
}
.pu_table .div_:last-child {
  margin-bottom: 0;
}
.pu_table .content1 span {
  font-family: AliBold;
}
.pu_table .content1 img {
  margin-left: 0.14rem;
  height: 0.3rem;
}
.pu_table .content2 {
  margin-top: 0.26rem;
}
.pu_table .content2 table {
  width: 100%;
  border-color: #f3f3f3;
  line-height: 0.6rem;
  text-align: center;
}
.pu_table .content2 table thead {
  background: #00c8fa;
  color: #fff;
}
.pu_table .content2 table thead tr th {
  font-size: 0.2rem;
}
.pu_table .content2 table tbody tr td {
  font-size: 0.16rem;
}
.trust {
  background: url('../images/20.jpg') no-repeat;
  background-size: cover;
}
.trust .st_box {
  padding-left: 36%;
}
.trust .st_box .box_top p {
  font-family: AliBold;
}
.trust .st_box .box_bot {
  margin-top: 0.5rem;
}
.trust .st_box .box_bot .swiper .swiper-slide {
  background: #fff;
}
.trust .st_box .box_bot .swiper .swiper-slide .img {
  width: 100%;
  overflow: hidden;
}
.trust .st_box .box_bot .swiper .swiper-slide .img img {
  transition: 0.4s;
  width: 100%;
}
.trust .st_box .box_bot .swiper .swiper-slide .content {
  padding: 0.14rem 0.3rem 0.3rem;
}
.trust .st_box .box_bot .swiper .swiper-slide .content .time {
  color: #013264;
  font-family: GilroyRegular;
}
.trust .st_box .box_bot .swiper .swiper-slide .content .txt {
  margin-top: 0.1rem;
  height: 0.64rem;
}
.trust .st_box .box_bot .swiper .swiper-slide .content .txt p {
  color: #000;
  transition: 0.4s;
  line-height: 0.32rem;
}
.trust .st_box .box_bot .swiper .swiper-slide:hover .img img {
  transform: scale(1.05);
}
.trust .st_box .box_bot .swiper .swiper-slide:hover .content .txt p {
  color: #00c8fa;
}
.trust .st_box .box_bot .qiehua {
  margin-top: 0.26rem;
}
.material_download .ma_top span {
  font-family: AliBold;
}
.material_download .ma_top img {
  height: 0.3rem;
  margin-left: 0.14rem;
}
.material_download .ma_bot {
  margin-top: 0.46rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.6rem;
}
.material_download .ma_bot .item {
  border: 0.02rem solid #e6e6e6;
  padding: 0.36rem;
}
.material_download .ma_bot .item .tips {
  font-family: AliLight;
  color: #000;
}
.material_download .ma_bot .item .list {
  margin-top: 0.3rem;
  display: grid;
  gap: 0.2rem;
}
.material_download .ma_bot .item .list .li a {
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
}
.material_download .ma_bot .item .list .li a p {
  font-family: AliLight;
  color: #00c8fa;
}
.material_download .ma_bot .item .list .li a p:last-child {
  flex: 1;
  padding-left: 0.04rem;
}
.pu_banner {
  position: relative;
}
.pu_banner .ban_bk {
  width: 100%;
}
.pu_banner .ban_bk img {
  width: 100%;
  height: calc(var(--vh) - 1rem);
}
.product_list .pr_top {
  text-align: center;
}
.product_list .pr_top p {
  font-family: AliBold;
}
.product_list .pr_bot {
  margin-top: 0.74rem;
  display: grid;
  gap: 0.4rem;
}
.product_list .pr_bot .slide a {
  border: 1px solid #f2f2f2;
  box-shadow: 0.1rem 0.14rem 0.16rem 0 rgba(0, 0, 0, 0.08);
}
.product_list .pr_bot .slide a .content1 {
  padding: 0.25rem 0.35rem;
  position: relative;
  width: 24%;
}
.product_list .pr_bot .slide a .content1 .img {
  width: 100%;
  overflow: hidden;
}
.product_list .pr_bot .slide a .content1 .img img {
  transition: 0.4s;
  width: 100%;
}
.product_list .pr_bot .slide a .content1 .post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
}
.product_list .pr_bot .slide a .content1 .post p {
  margin: auto;
  color: #fff;
  font-family: AliBold;
}
.product_list .pr_bot .slide a .content2 {
  flex: 1;
  padding-right: 0.35rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product_list .pr_bot .slide a .content2 .grid {
  display: grid;
  gap: 0.3rem;
}
.product_list .pr_bot .slide a .content2 .grid .li {
  display: flex;
  flex-wrap: wrap;
}
.product_list .pr_bot .slide a .content2 .grid .li p:last-child {
  flex: 1;
}
.product_list .pr_bot .slide a .content3 {
  width: 24%;
}
.product_list .pr_bot .slide a .content3 img {
  width: 100%;
  height: 100%;
}
.product_list .pr_bot .slide a:hover .content1 img {
  transform: scale(1.05);
}
.leader .er_box {
  padding-left: var(--bj);
}
.leader .er_box .le_box {
  width: 45%;
}
.leader .er_box .le_box .content1 {
  font-family: AliLight;
  line-height: 1.2;
}
.leader .er_box .le_box .content1 span {
  font-family: AliBold;
}
.leader .er_box .le_box .content1 p {
  font-size: 0.86rem;
  line-height: 1;
  color: #00c8fa;
  font-family: AliBold;
}
.leader .er_box .le_box .content2 {
  margin-top: 0.54rem;
}
.leader .er_box .le_box .content2 p {
  font-family: AliLight;
  line-height: 1.6;
}
.leader .er_box .ri_box {
  width: 55%;
  position: relative;
}
.leader .er_box .ri_box .bk {
  width: 100%;
}
.leader .er_box .ri_box .bk img {
  width: 100%;
}
.leader .er_box .ri_box .box .item {
  width: 3.28rem;
  position: absolute;
  top: 0%;
  right: 0%;
}
.leader .er_box .ri_box .box .item .img {
  width: 100%;
}
.leader .er_box .ri_box .box .item .img img {
  width: 100%;
}
.leader .er_box .ri_box .box .item .post {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10%;
}
.leader .er_box .ri_box .box .item .post .t1 {
  color: #000;
}
.leader .er_box .ri_box .box .item .post .t2 {
  margin-top: 0.1rem;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  line-height: 0.9;
}
.leader .er_box .ri_box .box .item .post .t2 p,
.leader .er_box .ri_box .box .item .post .t2 span {
  color: #00c8fa;
  font-family: AliBold;
}
.leader .er_box .ri_box .box .m1 {
  top: 12.5%;
  right: 50%;
}
.leader .er_box .ri_box .box .m2 {
  top: 20.5%;
  right: 5%;
}
.leader .er_box .ri_box .box .m3 {
  top: 78%;
  right: 28%;
}
.leader .er_box .ri_box .box .m4 {
  width: 6.2rem;
  top: 40%;
  right: 29.5%;
}
.leader .er_box .ri_box .box .m4 .post {
  padding: 8%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
.leader .er_box .ri_box .box .m4 .post .t1 {
  color: #fff;
  line-height: 1.4;
}
.globalization {
  position: relative;
}
.globalization .gl_bk {
  width: 100%;
}
.globalization .gl_bk img {
  width: 100%;
}
.globalization .gl_wenzi {
  position: absolute;
  width: 6.7rem;
  right: var(--bj);
  top: 50%;
  transform: translateY(-50%);
}
.globalization .gl_wenzi .txt {
  color: #00c8fa;
  font-family: AliBold;
}
.globalization .gl_wenzi .desc {
  margin-top: 0.48rem;
  font-family: AliLight;
  line-height: 1.6;
}
.globalization .gl_wenzi .desc span {
  font-family: AliBold;
}
.globalization .gl_city .item {
  width: 3.25rem;
  position: absolute;
  top: 0%;
  left: 0%;
}
.globalization .gl_city .item p {
  cursor: pointer;
  font-family: AliRegular;
}
.globalization .gl_city .item .em_list {
  display: none;
  position: absolute;
  top: 140%;
  left: 0;
  width: 100%;
  border: 1px solid #00c8fa;
  border-radius: 0.05rem;
  padding: 0.22rem 0.18rem;
}
.globalization .gl_city .item .em_list .grid {
  display: grid;
  gap: 0.22rem;
}
.globalization .gl_city .item .em_list .li {
  display: flex;
}
.globalization .gl_city .item .em_list .li span {
  margin-right: 0.08rem;
}
.globalization .gl_city .item .em_list .li span,
.globalization .gl_city .item .em_list .li p,
.globalization .gl_city .item .em_list .li a {
  color: #000;
  font-family: AliRegular;
}
.globalization .gl_city .item .em_list .li a:hover {
  color: #00c8fa;
}
.globalization .gl_city .item.active .em_list,
.globalization .gl_city .item:hover .em_list {
  display: block;
}
.globalization .gl_city .m1 {
  top: 45%;
  left: 14%;
}
.globalization .gl_city .m1 > p {
  text-align: right;
}
.globalization .gl_city .m1 .em_list {
  bottom: 140%;
  right: 0;
  left: auto;
  top: auto;
}
.globalization .gl_city .m2 {
  top: 50%;
  left: 33%;
}
.globalization .gl_city .m3 {
  top: 37%;
  left: 37%;
}
.globalization .gl_city .m3 .em_list {
  bottom: 140%;
  right: 0;
  left: auto;
  top: auto;
}
.milestone {
  background: url('../images/26.jpg') no-repeat;
  background-size: cover;
}
.milestone .mi_top {
  text-align: center;
}
.milestone .mi_top p {
  font-family: AliBold;
}
.milestone .mi_bot {
  margin-top: 0.66rem;
  position: relative;
  padding-left: var(--bj);
}
.milestone .mi_bot::before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(0.36rem + 0.4rem + 0.1rem);
  width: 100%;
  height: 0.02rem;
  background: #c8e2fe;
}
.milestone .mi_bot .swiper {
  padding-bottom: 0.2rem;
}
.milestone .mi_bot .swiper .swiper-slide .num {
  color: #00c8fa;
  font-family: ArialBold;
  line-height: 1;
}
.milestone .mi_bot .swiper .swiper-slide .point {
  margin: 0.4rem 0;
  position: relative;
  left: calc(0.3rem + 0.07rem - 0.1rem);
  width: 0.24rem;
  height: 0.24rem;
  background: #00c8fa;
  border-radius: 50%;
}
.milestone .mi_bot .swiper .swiper-slide .point::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 200%;
  transform: translate(-50%, -50%);
  background: rgba(0, 200, 250, 0.1);
  border-radius: 50%;
}
.milestone .mi_bot .swiper .swiper-slide .content {
  position: relative;
  display: grid;
  gap: 0.4rem;
  background: #fff;
  padding: 0.4rem 0.3rem;
  border-radius: 0.15rem;
  box-shadow: 0px 0.18rem 0.2rem 0 rgba(131, 155, 210, 0.1);
}
.milestone .mi_bot .swiper .swiper-slide .content::before {
  content: '';
  position: absolute;
  top: calc((0.4rem + 0.12rem) * -1);
  left: calc(0.3rem + 0.07rem);
  width: 0.02rem;
  height: calc(0.8rem + 0.12rem + 0.17rem);
  background: #00c8fa;
}
.milestone .mi_bot .swiper .swiper-slide .content .li {
  position: relative;
  font-family: AliRegular;
  line-height: 1.4;
  padding-left: 0.3rem;
}
.milestone .mi_bot .swiper .swiper-slide .content .li sup {
  font-size: 0.65em;
}
.milestone .mi_bot .swiper .swiper-slide .content .li::before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0.1rem;
  left: 0;
  width: 0.14rem;
  height: 0.14rem;
  border: 1px solid #00c8fa;
  border-radius: 50%;
  background: #fff;
}
.milestone .mi_bot .swiper .swiper-slide .content .li::after {
  content: '';
  position: absolute;
  left: 0.07rem;
  top: calc(0.1rem + 0.07rem);
  width: 0.02rem;
  height: calc(100% + 0.4rem);
  background: #00c8fa;
}
.milestone .mi_bot .swiper .swiper-slide .content .li:last-child::after {
  display: none;
}
.milestone .mi_bot .qiehua {
  margin-top: 0.52rem;
}
.patents_honors {
  background: url('../images/27.jpg') no-repeat;
  background-size: cover;
}
.patents_honors .rs_top {
  text-align: center;
}
.patents_honors .rs_top p {
  font-family: AliBold;
}
.patents_honors .rs_bot {
  margin-top: 0.6rem;
}
.patents_honors .rs_bot .swiper {
  padding: 0.4rem 0;
}
.patents_honors .rs_bot .swiper .swiper-slide img {
  width: 100%;
}
.patents_honors .rs_bot .qiehua {
  margin-top: 0.6rem;
}
.company_vision {
  position: relative;
}
.company_vision .vi_bk {
  width: 100%;
}
.company_vision .vi_bk img {
  width: 100%;
}
.company_vision .vi_post {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
}
.company_vision .vi_post > div {
  margin: auto;
  color: #fff;
  text-align: center;
}
.company_vision .vi_post .content1 {
  font-family: AliBold;
}
.company_vision .vi_post .content2 {
  margin: 0.58rem 0 0.44rem;
  font-family: AliMedium;
}
.company_vision .vi_post .content3 {
  font-family: AliLight;
  line-height: 1.4;
}
.company_vision .vi_post .content4 {
  margin-top: 0.28rem;
  font-family: ArialBold;
}
.news_details .content1 {
  margin-top: 0.3rem;
}
.news_details .content1 .pu_rumbs a,
.news_details .content1 .pu_rumbs span {
  transition: 0.4s;
  color: #999;
}
.news_details .content1 .pu_rumbs span {
  margin: 0 0.06rem;
}
.news_details .content1 .pu_rumbs a:hover {
  color: #00c8fa;
}
.news_details .content1 .return a {
  transition: 0.4s;
  color: #333;
}
.news_details .content1 .return a:hover {
  color: #00c8fa;
}
.news_details .content2 {
  padding: 4.4% 0 7.4%;
  text-align: center;
}
.news_details .content2 .time {
  color: #999;
}
.news_details .content2 .txt {
  color: #000;
  margin-top: 0.3rem;
}
.news_details .content2 .compiler {
  margin-top: 5.1%;
  padding-top: 4.6%;
  border-top: 1px solid #bbb;
  line-height: 2;
  color: #666;
  text-align: justify;
}
.news_details .content2 .compiler img {
  display: inline-block;
  max-width: 100%;
}
.news_details .content2 .compiler a {
  color: #00c8fa;
}
.support .le_box {
  width: 30%;
}
.support .le_box img {
  width: 100%;
}
.support .ri_box {
  padding-left: 10%;
  width: 70%;
}
.support .ri_box .txt {
  font-family: AliBold;
  line-height: 1.4;
}
.support .ri_box .desc {
  margin-top: 0.2rem;
  line-height: 1.4;
}
.employ {
  background: #f6f9fc;
}
.employ > div {
  display: grid;
  gap: 1.2rem;
}
.employ .box {
  text-align: center;
}
.employ .box .content1 {
  font-family: AliBold;
}
.employ .box .content2 {
  margin-top: 0.4rem;
  line-height: 1.4;
}
.employ .box .content3 {
  margin-top: 0.46rem;
}
.employ .box .content3 .pu_link a {
  border-color: #888;
  color: #888;
}
.employ .box .content3 .pu_link a:hover {
  border-color: #00c8fa;
  color: #fff;
}
.three_swrvice .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.three_swrvice .grid .item .content1 {
  font-family: AliBold;
  width: 100%;
  line-height: 0.9rem;
  border: 1px solid #000;
  border-radius: 0.9rem;
  text-align: center;
}
.three_swrvice .grid .item .content2 {
  margin: 0.46rem 0 0.28rem;
  height: 2.25rem;
  overflow: auto;
}
.three_swrvice .grid .item .content2::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.three_swrvice .grid .item .content2::-webkit-scrollbar-thumb {
  background: #00c8fa;
}
.three_swrvice .grid .item .content2::-webkit-scrollbar-track {
  background: rgba(0, 200, 250, 0.3);
}
.three_swrvice .grid .item .content2 p {
  text-align: center;
  line-height: 0.45rem;
}
.three_swrvice .grid .item .content3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.three_swrvice .grid .item .content3 a {
  transition: 0.4s;
  color: #000;
  font-family: AliMedium;
}
.three_swrvice .grid .item .content3 a:hover {
  color: #00c8fa;
}
.keep_touch .le_box {
  width: 50%;
}
.keep_touch .le_box .content1 {
  font-family: ArialBold;
  color: #00c8fa;
}
.keep_touch .le_box .content2 {
  margin: 0.3rem 0;
}
.keep_touch .le_box .content2 .li {
  position: relative;
  font-family: AliMedium;
  padding-left: 0.2rem;
  margin-bottom: 0.1rem;
}
.keep_touch .le_box .content2 .li:last-child {
  margin-bottom: 0;
}
.keep_touch .le_box .content2 .li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.05rem;
  height: 0.05rem;
  background: #000;
  border-radius: 50%;
}
.keep_touch .le_box .content3 {
  color: #969696;
  line-height: 1.4;
}
.keep_touch .le_box .content4 {
  margin: 0.2rem 0;
}
.keep_touch .le_box .content4 a {
  transition: 0.4s;
  color: #000;
  font-family: AliBold;
}
.keep_touch .le_box .content4 a:hover {
  color: #00c8fa;
}
.keep_touch .le_box .content5 .li {
  color: #000;
  margin-bottom: 0.14rem;
}
.keep_touch .le_box .content5 .li:last-child {
  margin-bottom: 0;
}
.keep_touch .ri_box {
  width: 50%;
}
.keep_touch .ri_box form .item .label {
  transition: 0.4s;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 0.02rem solid #c7c7c7;
}
.keep_touch .ri_box form .item .label input {
  color: #000;
  flex: 1;
  line-height: 1.1rem;
  border: none;
  background: none;
}
.keep_touch .ri_box form .item .label input.keep_touch .ri_box form .item .label input::placeholder {
  color: #969696;
}
.keep_touch .ri_box form .item .label textarea {
  color: #000;
  flex: 1;
  border: none;
  height: 1.6rem;
  background: none;
}
.keep_touch .ri_box form .item .label textarea.keep_touch .ri_box form .item .label textarea::placeholder {
  color: #969696;
}
.keep_touch .ri_box form .item .label .svg {
  width: 0.34rem;
}
.keep_touch .ri_box form .item .label .svg img {
  max-width: 100%;
  filter: contrast(0);
}
.keep_touch .ri_box form .item .label.active {
  border-bottom-color: #000;
}
.keep_touch .ri_box form .item .label.active .svg img {
  filter: contrast(1);
}
.keep_touch .ri_box form .item .label_2 {
  padding: 0.36rem 0;
  align-items: flex-start;
}
.keep_touch .ri_box form .submit {
  margin-top: 0.88rem;
}
.recruit .content1 {
  text-align: center;
}
.recruit .content1 .txt {
  font-family: AliBold;
}
.recruit .content1 .desc {
  margin-top: 0.2rem;
}
.recruit .content1 .desc a {
  transition: 0.4s;
  display: inline;
}
.recruit .content1 .desc a:hover {
  color: #00c8fa;
}
.recruit .content2 {
  margin: 0.66rem 0;
}
.recruit .content2 div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.recruit .content2 div p {
  position: relative;
  cursor: pointer;
  width: 3rem;
  line-height: 0.55rem;
  color: #fff;
  background: #00c8fa;
  border-radius: 0.1rem;
  text-align: center;
  font-family: AliBold;
}
.recruit .content2 div p::before {
  transition: 0.4s;
  opacity: 0;
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 0.1rem solid transparent;
  border-top-color: #00c8fa;
}
.recruit .content2 div p.active::before {
  opacity: 1;
}
.recruit .content3 .box {
  display: none;
}
.recruit .content3 .box.active {
  display: block;
}
.recruit .content3 .item {
  transition: 0.4s;
  padding: 0 0.4rem;
  border-top: 0.08rem solid #8d8d8d;
  background: #fff;
  box-shadow: 0.03rem 0.06rem 0.2rem 0.1rem rgba(38, 49, 74, 0.08);
  margin-bottom: 0.28rem;
}
.recruit .content3 .item:last-child {
  margin-bottom: 0;
}
.recruit .content3 .item .one {
  cursor: pointer;
  padding: 0.3rem 0;
}
.recruit .content3 .item .one .top .user {
  width: 0.28rem;
}
.recruit .content3 .item .one .top .user img {
  max-width: 100%;
}
.recruit .content3 .item .one .top .title {
  flex: 1;
  padding-left: 0.2rem;
}
.recruit .content3 .item .one .top .title .t1 {
  font-family: AliBold;
}
.recruit .content3 .item .one .top .title .t2 {
  margin-top: 0.08rem;
  color: #969696;
  font-family: AliMedium;
}
.recruit .content3 .item .one .bot {
  margin-top: 0.3rem;
}
.recruit .content3 .item .one .bot .add div {
  width: 0.28rem;
}
.recruit .content3 .item .one .bot .add div img {
  max-width: 100%;
}
.recruit .content3 .item .one .bot .add p {
  flex: 1;
  padding-left: 0.2rem;
  color: #969696;
  font-family: AliLight;
}
.recruit .content3 .item .one .bot .time {
  color: #969696;
  font-family: AliLight;
}
.recruit .content3 .item .two {
  display: none;
  border-top: 0.02rem solid #e3e3e3;
  padding: 0.36rem 0;
}
.recruit .content3 .item .two .grid {
  display: grid;
  gap: 0.36rem;
}
.recruit .content3 .item .two .li .txt {
  font-family: AliMedium;
}
.recruit .content3 .item .two .li .desc {
  margin-top: 0.1rem;
}
.recruit .content3 .item .two .li .desc p {
  line-height: 1.6;
}
.recruit .content3 .item.active {
  border-top-color: #00c8fa;
}
.partner {
  position: relative;
}
.partner .er_bk {
  width: 100%;
}
.partner .er_bk img {
  width: 100%;
}
.partner .er_post {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.partner .er_post > div {
  width: 100%;
  text-align: center;
  color: #fff;
}
.partner .er_post > div .content2 {
  margin: 0.44rem 0;
  font-family: AliBold;
}
.partner .er_post > div .content3 {
  font-family: AliLight;
}
.pu_txt {
  position: relative;
  padding-top: 0.16rem;
}
.pu_txt::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 0.06rem;
  background: #00c8fa;
}
.pu_txt .zh {
  font-family: AliBold;
}
.pu_txt .en {
  color: #969696;
}
.video_center .box_bot {
  margin-top: 0.48rem;
  padding-left: var(--bj);
}
.video_center .box_bot .swiper {
  padding-bottom: 0.3rem;
}
.video_center .box_bot .swiper .swiper-slide {
  cursor: pointer;
  width: 100%;
  background: #fff;
  box-shadow: 0.1rem 0.13rem 0.16rem 0px rgba(0, 0, 0, 0.08);
}
.video_center .box_bot .swiper .swiper-slide .img {
  width: 100%;
  overflow: hidden;
}
.video_center .box_bot .swiper .swiper-slide .img img {
  transition: 0.4s;
  width: 100%;
}
.video_center .box_bot .swiper .swiper-slide .content {
  padding: 0.4rem 0;
}
.video_center .box_bot .swiper .swiper-slide .content p {
  padding: 0 0.2rem;
  text-align: center;
  font-family: AliMedium;
}
.video_center .box_bot .swiper .swiper-slide:hover .img img {
  transform: scale(1.05);
}
.typical_case {
  background: #f5f5f5;
}
.typical_case .box_bot {
  margin-top: 0.46rem;
  padding-left: var(--bj);
}
.typical_case .box_bot .swiper .swiper-slide a {
  background: #fff;
}
.typical_case .box_bot .swiper .swiper-slide a .img {
  width: 100%;
  overflow: hidden;
}
.typical_case .box_bot .swiper .swiper-slide a .img img {
  transition: 0.4s;
  width: 100%;
}
.typical_case .box_bot .swiper .swiper-slide a .content {
  padding: 0.2rem;
}
.typical_case .box_bot .swiper .swiper-slide a .content .txt {
  height: 0.8rem;
}
.typical_case .box_bot .swiper .swiper-slide a .content .txt p {
  transition: 0.4s;
  line-height: 0.4rem;
  font-family: AliMedium;
}
.typical_case .box_bot .swiper .swiper-slide a .content .desc {
  margin-top: 0.22rem;
  height: 1.2rem;
}
.typical_case .box_bot .swiper .swiper-slide a .content .desc p {
  line-height: 0.3rem;
}
.typical_case .box_bot .swiper .swiper-slide a:hover .img img {
  transform: scale(1.05);
}
.typical_case .box_bot .swiper .swiper-slide a:hover .content .txt p {
  color: #00c8fa;
}
.latest_news .box_bot {
  margin-top: 0.46rem;
}
.latest_news .box_bot .le_box {
  width: 30%;
}
.latest_news .box_bot .le_box img {
  width: 100%;
}
.latest_news .box_bot .ri_box {
  width: 70%;
  padding-left: 6%;
}
.latest_news .box_bot .ri_box .content1 .tog a {
  transition: 0.4s;
  min-width: 1.8rem;
  padding: 0 0.3rem;
  line-height: 0.5rem;
  color: #000;
  background: none;
  text-align: center;
  margin-right: 0.3rem;
  cursor: pointer;
}
.latest_news .box_bot .ri_box .content1 .tog a:last-child {
  margin-right: 0;
}
.latest_news .box_bot .ri_box .content1 .tog a.active,
.latest_news .box_bot .ri_box .content1 .tog a:hover {
  background: #00c8fa;
  color: #fff;
}
.latest_news .box_bot .ri_box .content1 .more a {
  transition: 0.4s;
  color: #969696;
}
.latest_news .box_bot .ri_box .content1 .more a:hover {
  color: #00c8fa;
}
.latest_news .box_bot .ri_box .content2 {
  margin-top: 0.4rem;
}
.latest_news .box_bot .ri_box .content2>div {
    display: none;
}
.latest_news .box_bot .ri_box .content2>div.active {
    display: block;
}

.latest_news .box_bot .ri_box .content2 .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 0.2rem;
}
.latest_news .box_bot .ri_box .content2 .item:last-child {
  margin-bottom: 0;
}
.latest_news .box_bot .ri_box .content2 .item .txt {
  position: relative;
  flex: 1;
}
.latest_news .box_bot .ri_box .content2 .item .txt::before {
  content: '';
  position: absolute;
  left: -0.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.05rem;
  height: 0.05rem;
  background: #00c8fa;
  border-radius: 50%;
}
.latest_news .box_bot .ri_box .content2 .item .txt a {
  color: #000;
  width: 90%;
  transition: .4s;
}
.latest_news .box_bot .ri_box .content2 .item .txt a:hover {
 color: #00c8fa;
}
.latest_news .box_bot .ri_box .content2 .item .time {
  color: #969696;
}
.news_main .content1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.news_main .content1 .tog a {
  transition: 0.4s;
  min-width: 1.8rem;
  padding: 0 0.3rem;
  line-height: 0.5rem;
  color: #000;
  background: none;
  text-align: center;
  margin-right: 0.3rem;
}
.news_main .content1 .tog a.active,
.news_main .content1 .tog a:hover {
  background: #00c8fa;
  color: #fff;
}
.news_main .content2 {
  margin: 0.9rem 0;
}
.news_main .content2 .swiper .swiper-slide a {
  background: #e8f0f6;
}
.news_main .content2 .swiper .swiper-slide a .img {
  width: 50%;
  overflow: hidden;
}
.news_main .content2 .swiper .swiper-slide a .img img {
  transition: 0.4s;
  width: 100%;
}
.news_main .content2 .swiper .swiper-slide a .content {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.news_main .content2 .swiper .swiper-slide a .content > div {
  width: 100%;
  padding: 0 0.6rem;
}
.news_main .content2 .swiper .swiper-slide a .content .time {
  color: #969696;
}
.news_main .content2 .swiper .swiper-slide a .content .txt {
  margin-top: 0.52rem;
  height: 1.2rem;
}
.news_main .content2 .swiper .swiper-slide a .content .txt p {
  transition: 0.4s;
  line-height: 0.4rem;
  font-family: AliBold;
}
.news_main .content2 .swiper .swiper-slide a .content .but {
  margin-top: 0.6rem;
  width: 0.66rem;
  height: 0.66rem;
  border-radius: 100%;
  background-color: #00c8fa;
  transition: all 0.5s;
  display: flex;
}
.news_main .content2 .swiper .swiper-slide a .content .but i {
  margin: auto;
  color: #fff;
}
.news_main .content2 .swiper .swiper-slide a:hover .img img {
  transform: scale(1.05);
}
.news_main .content2 .swiper .swiper-slide a:hover .content .txt p {
  color: #00c8fa;
}
.news_main .content2 .swiper .swiper-slide a:hover .content .but {
  margin-left: 0.3rem;
}
.news_main .content2 .toggle {
  margin-top: 0.26rem;
}
.news_main .content3 {
  display: flex;
  flex-wrap: wrap;
}
.news_main .content3 .item {
  width: 33.33%;
  border-top: 1px solid #bbb;
  padding-right: 7%;
}
.news_main .content3 .item:nth-child(3n) {
  padding-right: 0;
}
.news_main .content3 .item a {
  padding: 0.7rem 0;
}
.news_main .content3 .item a .time {
  color: #969696;
}
.news_main .content3 .item a .txt {
  margin-top: 0.52rem;
  height: 1.2rem;
}
.news_main .content3 .item a .txt p {
  transition: 0.4s;
  line-height: 0.4rem;
  font-family: AliBold;
}
.news_main .content3 .item a .but {
  margin-top: 0.6rem;
  width: 0.66rem;
  height: 0.66rem;
  border-radius: 100%;
  background-color: #00c8fa;
  transition: all 0.5s;
  display: flex;
}
.news_main .content3 .item a .but i {
  margin: auto;
  color: #fff;
}
.news_main .content3 .item a:hover .txt p {
  color: #00c8fa;
}
.news_main .content3 .item a:hover .but {
  margin-left: 0.3rem;
}
.search_main .ch_top {
  font-family: AliBold;
}
.search_main .ch_top span {
  margin: 0 0.1rem;
  font-family: AliBold;
  color: #00c8fa;
}
.search_main .ch_bot {
  margin-top: 0.6rem;
  min-height: 60vh;
}
.search_main .ch_bot .item a {
  border-bottom: 1px solid #ccc;
  padding: 0.3rem 0;
}
.search_main .ch_bot .item a .time {
  color: #969696;
}
.search_main .ch_bot .item a .txt {
  transition: 0.4s;
  margin-top: 0.26rem;
  color: #000;
  font-family: AliBold;
}
.search_main .ch_bot .item a:hover .txt {
  color: #00c8fa;
}
.public_anchor {
  position: relative;
  top: -1rem;
}
@media (max-width: 1500px) {
  :root {
    --bj: 5vw;
  }
  .w1600 {
    padding: 0 5vw;
  }
  .w1200 {
    width: min(1100px, 90vw);
  }
  .advantages .ad_cen {
    padding-left: calc((var(--vw) - 1100px) / 2);
  }
  .index_who .wh_box .le_box .content5 .item .data .num p {
    font-size: 0.6rem;
  }
  .globalization .gl_city .m1 {
    left: 13%;
  }
  .globalization .gl_city .m3 {
    top: 37.5%;
  }
  .f100 {
    font-size: 0.8rem;
  }
  .f86 {
    font-size: 0.66rem;
  }
  .f66 {
    font-size: 0.46rem;
  }
  .f58 {
    font-size: 0.4rem;
  }
  .f50 {
    font-size: 0.36rem;
  }
  .f42 {
    font-size: 0.32rem;
  }
  .f36 {
    font-size: 0.28rem;
  }
  .f34 {
    font-size: 0.26rem;
  }
  .f28 {
    font-size: 0.24rem;
  }
  .f26 {
    font-size: 0.24rem;
  }
  .leader .er_box .ri_box .box .item {
    width: 3.08rem;
  }
  .leader .er_box .ri_box .box .m4 {
    width: 5.8rem;
  }
  .milestone .mi_bot::before {
     top: calc(0.28rem + 0.4rem + 0.1rem); 
  }
}
@media (max-width: 1300px) {
  .globalization .gl_city .m1 {
    left: 12.5%;
  }
}
@media (max-width: 1200px) {
    
    .analysis_process .ss_bot .item .main_body .content4 {
    height: 1.66rem;
}
.company_vision .vi_bk img {
    min-height: 6.6rem;
}
    
  .public_anchor {
    top: -60px;
  }
  .pc_header {
    display: none;
  }
  .w1600 {
    padding: 0 5vw;
  }
  .p100 {
    padding-top: 0.8rem;
  }
  .p100_ {
    padding-bottom: 0.8rem;
  }
  .pu_search {
    top: 60px;
    padding: 0.36rem 0;
  }
  .pu_search .form form .submit {
    width: 1.2rem;
  }
  .MobileMain .HeaderMobile .box .button .menu .menu_btn p::after,
  .MobileMain .HeaderMobile .box .button .menu .menu_btn p::before,
  .MobileMain .HeaderMobile .box .button .menu .menu_btn p span {
    background: #00c8fa;
  }
  .index_banner .swiper .swiper-slide .slide_img img,
  .index_banner .swiper .swiper-slide .slide_img video {
    height: auto;
  }
  .index_ngs .gs_box .ri_box .swiper {
    padding: 0;
  }
  .index_who .wh_box .le_box,
  .index_sense .se_box {
    padding-right: 0;
  }
  .index_sense .se_box .ri_box {
    padding: 0 var(--bj);
  }
  .index_sense {
    padding-bottom: 0.8rem;
  }
  .index_frontier .er_top {
    padding: 0;
  }
  .index_sense .se_box .ri_box .content3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
  }
  .index_partner .le_box {
    margin-top: 0;
  }
  .index_star .ar_box .content2 .li {
    margin-right: 0.2rem;
  }
  .pc_footer .fo_box .ter_cen .ri_box {
    display: none;
  }
  .MobileMain .HeaderMobile .box .button .Language a img {
    width: 0.46rem;
  }
  .deep_fusion .fu_post {
    position: initial;
    transform: translateY(0);
    width: 100%;
  }
  .deep_fusion .fu_post > div {
    padding: 0.6rem 0.4rem;
  }
  .advantages .ad_top p {
    font-size: 1.2rem;
  }
  .deep_fusion {
    padding: 0 5vw 0.8rem;
  }
  .advantages .ad_cen {
    padding-left: 5vw;
  }
  .frontier .fr_bot .swiper .swiper-slide .content > div {
    padding: 0.6rem;
  }
  .more_advanced .ed_bot {
    grid-template-columns: repeat(1, 1fr);
  }
  .material_download .ma_bot,
  .performance_advantages .pe_bot {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
  }
  .pu_banner .ban_bk img {
    height: auto;
  }
  .product_list .pr_bot .slide a .content3 {
    display: none;
  }
  .product_list .pr_bot .slide a {
    padding: 0.35rem;
  }
  .product_list .pr_bot .slide a .content1 {
    padding: 0;
  }
  .product_list .pr_bot .slide a .content2 {
    margin-top: 0.46rem;
    padding-right: 0;
  }
  .leader .er_box {
    padding-left: 0;
    padding: 0 5vw;
  }
  .globalization {
    padding: 0 5vw 0.8rem;
  }
  .globalization .gl_wenzi {
    width: 100%;
    position: initial;
    transform: translateY(0);
  }
  .globalization .gl_city {
    margin-top: 0.6rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
  }
  .globalization .gl_city .item {
    width: 100%;
    position: initial;
  }
  .globalization .gl_city .item p {
    text-align: left;
  }
  .globalization .gl_city .item .em_list {
    margin-top: 0.2rem;
    display: block;
    position: initial;
  }
  .performance_advantages .pe_bot {
    margin-top: 0.8rem;
  }
  .trust .st_box {
    padding-left: 5vw;
  }
  .news_main .content3 .item {
    padding-right: 7% !important;
    width: 50%;
  }
  .news_main .content2 .swiper .swiper-slide a .content > div {
    padding: 0.6rem;
  }
  .news_main .content3 .item:nth-child(3n) {
    padding-right: 0;
  }
  .news_main .content3 .item:nth-child(2n) {
    padding-right: 0 !important;
  }
  .latest_news .box_bot .ri_box {
    padding-left: 0.2rem;
  }
  .recruit .content2 div {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.2rem;
  }
  .recruit .content2 div p {
    width: 100%;
  }
  .support .ri_box {
    padding-left: 5%;
  }
  .three_swrvice .grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem 0.4rem;
  }
    .globalization .gl_bk {
        display: none;
    }
  
  
  .keep_touch .ri_box,
  .latest_news .box_bot .ri_box,
  .star_seq .ri_box,
  .index_partner .ri_box,
  .index_who .wh_box .ri_box,
  .index_ngs .gs_box .ri_box {
    margin-top: 0.6rem;
  }
  .keep_touch .ri_box,
  .keep_touch .le_box,
  .latest_news .box_bot .ri_box,
  .latest_news .box_bot .le_box,
  .news_main .content2 .swiper .swiper-slide a .content,
  .news_main .content2 .swiper .swiper-slide a .img,
  .leader .er_box .ri_box,
  .leader .er_box .le_box,
  .product_list .pr_bot .slide a .content2,
  .product_list .pr_bot .slide a .content1,
  .star_seq .ri_box,
  .star_seq .le_box,
  .pc_footer .fo_box .ter_cen .le_box,
  .index_partner .ri_box,
  .index_partner .le_box,
  .index_who .wh_box .ri_box,
  .index_who .wh_box .le_box,
  .index_sense .se_box .ri_box,
  .index_sense .se_box .le_box,
  .index_ngs .gs_box .ri_box,
  .index_ngs .gs_box .le_box {
    width: 100%;
    flex: auto;
  }
}
@media (max-width: 750px) {
  .f100 {
    font-size: 0.56rem;
  }
  .f86 {
    font-size: 0.56rem;
  }
  .f66 {
    font-size: 0.46rem;
  }
  .f58 {
    font-size: 0.36rem;
  }
  .f50 {
    font-size: 0.3rem;
  }
  .f42 {
    font-size: 0.3rem;
  }
  .f36 {
    font-size: 0.26rem;
  }
  .f34 {
    font-size: 0.24rem;
  }
  .f28 {
    font-size: 0.23rem;
  }
  .f26 {
    font-size: 0.23rem;
  }
  .f18 {
    font-size: 0.2rem;
  }
  .f16 {
    font-size: 0.18rem;
  }
  .index_frontier .er_top {
    padding: 0;
  }
  .index_frontier .er_bot .bk img {
    min-height: 3rem;
  }
  .index_star .ar_box .content2 .li div img {
    width: 0.2rem;
  }
  .index_star .ar_box .content2 > div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.2rem;
  }
  .index_star .ar_box .content2 > div .li {
    margin-right: 0;
  }
  .company_vision .vi_bk img {
    height: 6rem;
  }
  .index_sense .se_box .ri_box .content3 {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.4rem;
  }
  .leader .er_box .le_box .content1 p {
    font-size: 0.56rem;
  }
  .index_star .ar_box .content3 img,
  .operation_process .op_bot .bk img {
    width: 100%;
  }
  .pioneering .ng_bot .list > div:last-child {
    margin-left: 0;
  }
  .material_download .ma_bot,
  .performance_advantages .pe_bot,
  .globalization .gl_city {
    grid-template-columns: repeat(1, 1fr);
  }
  .frontier .fr_bot .swiper .swiper-slide .content::before {
    width: 100%;
  }
  .frontier .fr_bot .swiper .swiper-slide .content > div {
    padding: 0.6rem 0.4rem;
  }
  .frontier .fr_bot .swiper .swiper-slide .content .ri_box {
    margin-top: 0.6rem;
    display: flex;
    justify-content: center;
  }
  .frontier .fr_bot .swiper .swiper-slide .content .ri_box img {
    max-width: 80%;
  }
  .advantages .ad_cen .content .item {
    margin-left: 0.2rem;
  }
  .advantages .ad_cen .svg img {
    width: 0.38rem;
  }
  .advantages .ad_top p {
    font-size: 0.8rem;
  }
  .analysis_process .ss_bot {
    grid-template-columns: repeat(1, 1fr);
    gap: 0.4rem;
  }
  .pioneering .ng_bot .list {
    margin-top: 0.8rem;
  }
  .pioneering .ng_bot .list .video {
    margin-bottom: 0.16rem;
  }
  .analysis_process .ss_top {
    padding: 0.24rem;
  }
  .pu_table .content1 img {
    height: 0.2rem;
  }
  .performance_advantages .pe_bot .slide {
    padding: 0.32rem;
  }
  .pu_table .content2 > div {
    overflow: auto;
  }
  .pu_table .content2 table {
    white-space: nowrap;
  }
  .pu_table .content2 table th,
  .pu_table .content2 table td {
    padding: 0 0.2rem;
  }
  .leader .er_box .ri_box .box .m1 {
    top: 8%;
  }
  .leader .er_box .ri_box .box .m2 {
    top: 15%;
  }
  .leader .er_box .ri_box .box .item {
    width: 2.2rem;
  }
  .leader .er_box .ri_box .box .m4 {
    width: 3.4rem;
  }
  .leader .er_box .ri_box .box .m4 .post .t1 {
    font-size: 0.22rem;
  }
  .leader .er_box .ri_box .box .item .post .t1 {
    font-size: 0.2rem;
  }
  .three_swrvice .grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .support .le_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .support .le_box img {
    width: 80%;
  }
  .support .ri_box {
    padding-left: 0;
  }
  .recruit .content2 div {
    gap: 0.1rem;
  }
  .recruit .content3 .item {
    padding: 0 0.2rem;
  }
  .support .ri_box {
    margin-top: 0.6rem;
  }
  .news_main .content1 .tog a,
  .latest_news .box_bot .ri_box .content1 .tog a {
    min-width: 1.6rem;
  }
  .partner .er_bk img {
    height: 60vh;
  }
  .news_main .content2 .swiper .swiper-slide a .content > div {
    padding: 0.4rem;
  }
  .news_main .content3 .item {
    padding-right: 0 !important;
  }
  .news_main .content3 .item,
  .support .ri_box,
  .support .le_box,
  .frontier .fr_bot .swiper .swiper-slide .content .ri_box,
  .frontier .fr_bot .swiper .swiper-slide .content .le_box {
    width: 100%;
  }
  .company_vision .vi_bk img {
    min-height: 7.5rem;
}
  
  
  
}
