.banner {
  background: url(../gif/index-banner.gif) 0 0 /100% 100% no-repeat;
  position: relative;
  display: flex;
  height: 9.2rem;
  align-items: center;
  justify-content: center;
}

.banner div {
  color: #ffffff;
  text-align: center;
}

.banner h1 {
  font-size: 0.5rem;
}

.banner span {
  display: block;
  font-size: 0.24rem;
  line-height: 0.44rem;
  margin: 0.25rem 0;
}

.banner .banner_line {
  width: 0.4rem;
  height: 0.02rem;
  background: #ffffff;
  border-radius: 0.01rem;
  margin: 0 auto 0.25rem;
}

.banner p {
  font-size: 0.18rem;
  line-height: 0.3rem;
}

/* 关于我们 */
.about {
  /* position: relative; */
}

.oval {
  position: absolute;
  top: -0.5rem;
  z-index: 1;
  height: 1rem;
  width: 100%;
  border-radius: 50% 40%;
  background-color: #fff;
  transform: rotate(1deg);
}
.content {
  position: relative;
  z-index: 2;
  background: url(../png/earth.png) 50% 50% /5.6rem no-repeat;
  padding: 0.9rem 1.5rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  overflow-x: hidden;
}

.text_box {
}

.text_box h2 {
  font-family: PingFang;
  font-size: 0.4rem;
  font-weight: bold;
  color: #232c3b;
  line-height: 0.4rem;
}

.en_about {
  font-size: 0.32rem;
  font-weight: bold;
  color: #232c3b;
  margin-top: 0.1rem;
  font-family: Arial;
}

.en_about span {
  color: #1c9dce;
  margin-right: 0.1rem;
}

.text_box .name_p {
  margin: 0.8rem 0 0.34rem;
  font-size: 0.24rem;
  font-weight: 400;
  color: #1c9dce;
  line-height: 0.24rem;
}

.about_content {
  width: 5.6rem;
  font-size: 0.16rem;
  font-weight: 400;
  color: #313944;
  line-height: 0.3rem;
}

.know_thiye {
  display: block;
  font-size: 0.22rem;
  font-weight: 400;
  text-align: center;
  margin: 0.4rem 0 0.6rem;
  width: 1.5rem;
  height: 0.5rem;
  position: relative;
  transition: all 450ms linear 0s;
  color: #313944;
}

.know_thiye span {
  line-height: 0.5rem;
}

.know_thiye svg {
  height: 0.5rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.know_thiye rect {
  fill: none;
  stroke: #1c9dce;
  stroke-width: 5;
  stroke-dasharray: 422, 0;
  transition: all 450ms linear 0s;
}

.know_thiye:hover rect {
  stroke-width: 5;
  stroke-dasharray: 22, 323;
  stroke-dashoffset: 80;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.know_thiye:hover {
  font-weight: 900;
  letter-spacing: 1px;
}

.data_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.data_box_li {
  display: flex;
  align-items: flex-end;
}

.data_box .name_er {
  font-size: 0.14rem;
  font-weight: 400;
  color: #1c9dce;
  margin-bottom: 0.06rem;
}

.add_span {
  font-size: 0.3rem;
  font-weight: bold;
  margin-right: 0.05rem;
}

.data_num_box {
  position: relative;
  text-align: center;
}

.data_box .data_num {
  font-size: 0.84rem;
  line-height: 0.84rem;
  font-weight: bold;
  color: #1c9dce;
  margin-right: 4px;
  font-family: Din;
}

.data_box .introduce {
  width: 1.2rem;
  position: absolute;
  bottom: -0.26rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.15rem;
  font-weight: 400;
  color: #313944;
}

.img_box {
  width: 7.8rem;
  overflow: hidden;
}

.img_box img {
  width: 100%;
  transition: all 0.5s;
}

.img_box img:hover {
  transform: scale(1.05);
}

/* 服务 */
.service {
  height: 9.2rem;
  width: 100%;
  overflow-x: hidden;
  background: url(../jpg/service_bg.jpg) 0 0 /100% 100% no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service .service_ul {
  position: relative;
  top: -0.2rem;
}

.service .main_box_outer_line {
  width: 3rem;
  height: 3rem;
  border: 1px dashed #ffffff;
  border-radius: 50%;
  padding: 0.17rem;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.service .sphere_box {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotate 15s linear infinite;
}

.service .sphere {
  width: 0.36rem;
  height: 0.36rem;
  position: absolute;
  top: -6%;
  left: 44%;
  background: url(../png/circle.png) 0 0 /100% 100% no-repeat;
}

@keyframes rotate {
  to {
    transform: rotate(360deg);
  }
}

.service .main_box {
  height: 100%;
  width: 100%;
  border: 0.02rem solid #ffffff;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.service .main_box img {
  height: 0.68rem;
  margin-bottom: 0.2rem;
}

.service .main_box p {
  font-size: 0.3rem;
  font-weight: 400;
  color: #fefeff;
}

.main_li {
  position: absolute;
  z-index: 2;
}

.main_li_1 {
  top: -2rem;
  left: -100%;
}

.main_li_link_1 {
  position: absolute;
  top: 50%;
  left: calc(100% - 0.05rem);
}

.main_li_2 {
  top: -2rem;
  right: -100%;
}

.main_li_link_2 {
  transform: rotateY(180deg);
  position: absolute;
  top: 50%;
  right: calc(100% - 0.05rem);
}

.main_li_3 {
  top: 0.85rem;
  left: -4.4rem;
  /* transform: translateY(-50%); */
}

.main_li_link_3 {
  position: absolute;
  top: 50%;
  left: calc(100% - 0.05rem);
}

.main_li_4 {
  top: 0.85rem;
  right: -4.4rem;
  /* transform: translateY(-50%); */
}

.main_li_link_4 {
  position: absolute;
  top: 50%;
  right: calc(100% - 0.05rem);
}

.main_li_5 {
  bottom: -2rem;
  left: -100%;
}

.main_li_link_5 {
  transform: rotateX(180deg);
  position: absolute;
  bottom: 50%;
  left: calc(100% - 0.05rem);
}

.main_li_6 {
  bottom: -2rem;
  right: -100%;
}

.main_li_link_6 {
  transform: rotate(180deg);
  /* transform: rotateX(180deg); */
  position: absolute;
  bottom: 50%;
  right: calc(100% - 0.05rem);
}

.link_line1 p {
  width: 2.96rem;
  height: 0px;
  border-top: 1px solid rgba(117, 117, 117, 0.8);
}

.link_line p {
  width: 1rem;
  height: 0px;
  border-top: 1px solid rgba(117, 117, 117, 0.8);
}

.link_line span {
  margin: 0.7rem 0 0 0.7rem;
  display: block;
  width: 2rem;
  height: 0px;
  border-top: 1px solid rgba(117, 117, 117, 0.8);
  transform: rotate(45deg);
}

.main_li .main_li_box {
  width: 1.3rem;
  height: 1.3rem;
  background: url(../png/border_bg.png) 0 0 /100% 100% no-repeat;
  padding: 0.1rem;
  text-align: center;
  position: relative;
}

.main_li .main_li_box .main_box_text {
  font-size: 0.22rem;
  font-weight: 400;
  color: #ffffff;
  position: absolute;
  bottom: -0.5rem;
  width: 150%;
  transform: translateX(-20%);
}

.main_li_box .main_li_minbox {
  /* border: 0.02rem solid #fff; */
  height: 100%;
  width: 100%;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(7, 143, 223, 0);
  transition: all 0.5s;
  z-index: 2;
  position: relative;
}

.main_li_box .main_li_minbox img {
  width: 0.48rem;
}

.hover_show_box {
  width: 2.6rem;
  height: 1.5rem;
  background: url(../png/hover_box_bg1.png) 0 0 /100% 100% no-repeat;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.5s;
}

.main_li_minbox:hover {
  transform: rotateZ(360deg);
}

.main_li_minbox:hover + p + .hover_box1 {
  right: calc(100% + 0.58rem);
  opacity: 1;
}

.main_li_minbox:hover + p + .hover_box2 {
  left: calc(100% + 0.58rem);
  opacity: 1;
}

.hover_box1 {
  right: 0;
}

.hover_box2 {
  left: 0;
}

.hover_show_box p {
  font-size: 0.16rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.3rem;
  width: 80%;
  text-align: left;
}

.hover_show_box .hover_link_line {
  position: absolute;
  top: 50%;
  width: 0.7rem;
  height: 0px;
  border-top: 1px solid rgba(28, 157, 206, 0.8);
}

.hover_box1 .hover_link_line {
  left: calc(100% - 0.08rem);
}

.hover_box2 .hover_link_line {
  right: calc(100% - 0.08rem);
}

/* 解决方案 */
.solution {
}

.solution_ul {
  display: flex;
  align-items: center;
  height: 9rem;
}

.solution_ul .solution_li_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.8s;
}

.solution_ul .solution_li1 {
  background: url(../jpg/solution_bg_1.jpg) 0 0 /100% 100% no-repeat;
}

.solution_ul .solution_li2 {
  background: url(../jpg/solution_bg_2.jpg) 0 0 /100% 100% no-repeat;
}

.solution_ul .solution_li3 {
  background: url(../jpg/solution_bg_3.jpg) 0 0 /100% 100% no-repeat;
}

.solution_ul .solution_li4 {
  background: url(../jpg/solution_bg_4.jpg) 0 0 /100% 100% no-repeat;
}

.solution_ul li {
  height: 100%;
  width: 25%;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.solution_ul li a {
  color: #ffffff;
}

.default_show {
  position: relative;
  padding-top: 7.3rem;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.8s;
}

.default_show h5 {
  font-size: 0.24rem;
  font-weight: 400;
}

.default_show p {
  font-size: 0.12rem;
  font-weight: 400;
  margin-top: 0.2rem;
}

.hover_show {
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.8s;
}

.hover_show span {
  display: block;
  width: 0.33rem;
  height: 0.02rem;
  background: #ffffff;
  border-radius: 2px;
  margin: 0 auto 0.3rem;
}

.hover_show p {
  font-size: 0.16rem;
  font-weight: 400;
  line-height: 0.32rem;
}

.solution_ul li:hover .default_show {
  padding-top: 3rem;
  background: rgba(0, 0, 0, 0.4);
}

.solution_ul li:hover .hover_show {
  top: 4.1rem;
}

.solution_ul li:hover .solution_li_bg {
  transform: scale(1.1);
}

/* 合作伙伴 */
.partners {
  background: url(../png/partners_bg.png) 0 2.7rem /4.6rem no-repeat;
}

.partners_box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 0.9rem;
}

.p_row {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.88rem;
  margin-bottom: 0.11rem;
}

.p_row .p_img_box {
  height: 100%;
  border-radius: 0.06rem;
  overflow: hidden;
  transition: all 0.5s;
}

.p_row .p_img_box img {
  height: 100%;
}

.p_row .p_img_box:hover {
  transform: scale(1.1);
  box-shadow: 0 0 0.1rem rgba(145, 145, 145, 0.5);
  z-index: 2;
}

.consult {
  padding-bottom: 0.9rem;
  background: url(../png/consult_bg.png) 0 0 /100% 100% no-repeat;
}

.consult_s_header h3,
.consult_s_header p {
  color: #fff;
}

.consult_box {
  /* height: 4rem; */
  /* padding-top: 0.2rem; */
}

.consult_box .swiper-slide {
  width: 20% !important;
  padding: 0.2rem 0;
}

.consult_li {
  width: 100%;
  height: 4rem;
  overflow: hidden;
  transition: all 0.5s;
  position: relative;
}

.consult_li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

/* .consult_li:hover a {
  background: rgba(0, 0, 0, 0.3);
} */

.consult_li img {
  width: calc(100% + 0.2rem);
  height: 100%;
  transition: all 0.5s;
  transform: translate3d(-10px, 0, 0);
}

.consult_li_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0.25rem;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 2;
  background: rgba(0, 0, 0, 0);
  transition: all 0.5s;
}

.consult_li_text h4 {
  font-size: 0.2rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.3rem;
  position: relative;
  margin-bottom: 0.4rem;
}

.consult_li_text h4::after {
  content: "";
  position: absolute;
  bottom: -0.15rem;
  left: 0;
  width: 10%;
  height: 0.03rem;
  background: #ffffff;
  border-radius: 0.2rem;
  transition: all 0.5s;
}

.consult_li_text p {
  font-size: 0.14rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.22rem;
  width: 100%;
  margin-left: 100%;
  opacity: 0;
  transition: all 0.5s;
}

.swiper_button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.27rem;
}

.swiper_button div {
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  text-align: center;
  line-height: 0.5rem;
  border: 0.01rem solid #dddddd;
  transition: all 0.5s;
  margin: 0 0.08rem;
}

.swiper_button div:hover {
  border: 0.01rem solid #1c9dce;
  background: #1c9dce;
}

.swiper_button div img {
  width: 0.08rem;
}

.consult_li:hover {
  transform: translate3d(0, -0.1rem, 0);
}

.consult_li:hover img {
  transform: translate3d(0, 0, 0);
}

.consult_li:hover .consult_li_text {
  background: rgba(0, 0, 0, 0.3);
}

.consult_li:hover .consult_li_text p {
  margin-left: 0%;
  opacity: 1;
}

.consult_li:hover .consult_li_text h4::after {
  width: 100%;
}


/*phone<768  小屏，*/
@media screen and (max-width: 767px) {
  .banner {
    height: 3.94rem;
    padding-top: 0.57rem;
    box-sizing: border-box;
  }
  .banner div {
    width: 2.23rem;
  }

  .banner h1 {
    font-size: 0.28rem;
  }

  .h1_pc {
    display: none;
  }

  .banner span {
    display: block;
    font-size: 0.1rem;
    line-height: 0.15rem;
    margin: 0.13rem 0;
  }

  .banner .banner_line {
    width: 0.2rem;
    height: 0.01rem;
    margin: 0 auto 0.13rem;
  }

  .banner p {
    font-size: 0.14rem;
    line-height: 0.2rem;
  }

  .content {
    padding: 0;
    display: block;
    background: url(../png/earth.png) 50% 50% /3.6rem no-repeat;
  }

  .img_box {
    display: none;
  }

  .pc_s_header {
    display: none;
  }

  .text_box .name_p {
    margin: 0 0 0.18rem;
    font-size: 0.16rem;
    font-weight: 400;
    color: #1c9dce;
    line-height: 0.16rem;
    text-align: center;
  }

  .about_content {
    width: 3.4rem;
    margin: 0 auto;
  }

  .know_thiye {
    margin: 0.24rem auto;
  }

  .data_box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }

  .data_box_li {
    margin-bottom: 0.27rem;
    width: 50%;
    padding-left: 0.46rem;
    box-sizing: border-box;
  }

  .data_box_li:nth-child(1),
  .data_box_li:nth-child(2) {
    margin-bottom: 0.5rem;
  }

  .data_box .name_er {
    font-size: 0.1rem;
    font-weight: 400;
    color: #1c9dce;
    /* margin-bottom: 0.1rem; */
    vertical-align: middle;
  }

  .add_span {
    font-size: 0.2rem;
    line-height: 0.2rem;
    font-weight: bold;
    margin-right: 0.02rem;
    vertical-align: bottom;
  }

  .data_num_box {
    position: relative;
    text-align: center;
  }

  .data_box .data_num {
    font-size: 0.45rem;
    line-height: 0.45rem;
  }

  .data_box .introduce {
    width: 1.2rem;
    position: absolute;
    bottom: -0.26rem;
    left: 80%;
    transform: translateX(-50%);
    font-size: 0.15rem;
    font-weight: 400;
    color: #757d89;
  }

  /* 产品服务 */
  .service {
    display: none;
  }

  .service_bg {
    overflow-x: hidden;
    background: url(../png/service_bg_mob.png) 0 0 /100% 100% no-repeat;
    padding: 0.45rem 0.2rem;
  }

  .service_mob_ul {
  }

  .service_mob_ul li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.2rem;
  }
  .service_mob_ul li:last-child {
    margin-bottom: 0;
  }

  .service_mob_ul li img {
    width: 0.36rem;
    margin-right: 0.1rem;
  }

  .service_mob_ul h3 {
    font-size: 0.18rem;
    font-weight: 400;
    color: #ffffff;
    line-height: 0.22rem;
  }

  .service_mob_ul p {
    font-size: 0.14rem;
    font-weight: 400;
    color: #8b969b;
    line-height: 0.2rem;
    margin-top: 0.1rem;
  }

  /* 解决方案 */
  .solution {
    display: none;
  }

  .solution_mob {
    overflow-x: hidden;
  }

  .mob_swiper {
    width: 100%;
    padding: 0 10% 0.4rem !important;
    height: 2.9rem;
    overflow: inherit !important;
    box-sizing: border-box;
  }

  .mob_swiper .swiper-wrapper {
    align-items: center;
  }

  .mob_swiper .swiper-slide {
    height: 90%;
    transition: height 0.3s;
  }

  .mob_swiper .swiper-slide-active,
  .mob_swiper .swiper-slide-duplicate-active {
    height: 100%;
  }

  .mob_swiper .swiper-horizontal > .swiper-scrollbar,
  .mob_swiper .swiper-scrollbar.swiper-scrollbar-horizontal {
    width: 1rem;
    left: 50%;
    transform: translateX(-50%);
    background: #cbd9de;
  }

  .mob_swiper .swiper-scrollbar-drag {
    background: #1c9dce;
  }

  .swiper_slide_bg {
    height: 100%;
    width: 100%;
  }
  #solution_mob_swiper .swiper_slide_bg a{
    height: 100%;
    width: 100%;
    display: block;
  }

  #solution_mob_swiper .swiper_slide_bg h3 {
    font-size: 0.2rem;
    font-weight: 500;
    color: #ffffff;
    position: absolute;
    bottom: 0.24rem;
    left: 0;
    width: 100%;
    text-align: center;
  }

  #solution_mob_swiper .slide_bg_1 {
    background: url(../png/solution_mob_1.png) 0 0 /100% 100%no-repeat;
  }
  #solution_mob_swiper .slide_bg_2 {
    background: url(../png/solution_mob_2.png) 0 0 /100% 100% no-repeat;
  }
  #solution_mob_swiper .slide_bg_3 {
    background: url(../png/solution_mob_3.png) 0 0 /100% 100% no-repeat;
  }
  #solution_mob_swiper .slide_bg_4 {
    background: url(../png/solution_mob_4.png) 0 0 /100% 100% no-repeat;
  }

  /* 合作伙伴 */
  .partners {
    display: none;
  }

  .partners_mob {
    overflow-x: hidden;
  }

  .partners_mob .mob_swiper {
    padding: 0 5% 0.4rem !important;
    height: auto;
    overflow: hidden;
  }

  #partners_mob_swiper .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .partners_mob_img_box {
    width: 25%;
    box-sizing: border-box;
    padding: 2px;
  }

  #partners_mob_swiper .swiper-slide img {
    width: 100%;
  }

  /* 企业资讯 */
  .consult_mob{
    overflow-x: hidden;
  }

  .consult_mob_bg {
    height: 4.33rem;
    background: url(../png/consult_mob_bg.png) 0 0 /100% 100% no-repeat;
    padding-top: 0.45rem;
    box-sizing: border-box;
  }

  .consult_mob .mob_swiper {
    height: 3.5rem;
  }
  .consult_li {
    height: 100%;
    transform: translate3d(0, 0, 0);
  }

  .consult_li img {
    transform: translate3d(0, 0, 0);
  }

  .consult_li .consult_li_text {
    background: rgba(0, 0, 0, 0.3);
  }

  .consult_li .consult_li_text p {
    margin-left: 0%;
    opacity: 1;
    font-size: 0.13rem;
    line-height: 0.2rem;

  }

  .consult_li .consult_li_text h4 {
    font-size: 0.18rem;
    line-height: 0.22rem;
  }
  

  .consult_li .consult_li_text h4::after {
    width: 100%;
  }
}
