/*关于我们*/
img {
  max-width: 100%;
}
.tech {
  width: 100%;
  position: relative;
  padding-top: 5vw;
  padding-bottom: 6vw;
}
.tech-r {
  width: 45%;
  margin-left: 54px;
}
.temp_head h5 {
  font-size: 40px;
  color: #111111;
  font-weight: bold;
  line-height: 50px;
  display: inline-block;
}

.jianjie_bg {
  display: inline-block;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.jianjie_bg div {
  width: 100% !important;
  height: 100% !important;
}
.jianjie_bg div canvas {
  width: 100% !important;
  height: 100% !important;
}
.one_desc {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.one_desc .one_desc_left {
  /* width: 37.5%; */
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-direction: column;
  /* margin-top: -20px; */
}
/* .one_desc .one_desc_left .left_word {
    margin-top: 10px;
    width: 100%;
  }
 .one_desc .one_desc_left .left_word p {
    font-size: 100px;
    color: #27883C;
    line-height: 110px;
    text-align: left;
    display: inline-block;
    width: 100%;
    font-family: sy-b;
    font-weight: bold;
    text-transform: uppercase;
  }
 .one_desc .one_desc_left .left_word p:nth-child(2) {
    text-align: right;
  }
 .one_desc .one_desc_left .left_word p:nth-child(3) {
    text-align: center;
    padding-right: 20%;
  } */
.one_desc .one_desc_right {
  /* width: 56.25%; */
  display: inline-block;
}
.one_desc .one_desc_right p {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  color: #313131;
  margin-bottom: 16px;
  margin-top: 36px;
}
.jianjie_data {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 83px;
}
.jianjie_data .data_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.jianjie_data .data_item .number {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.jianjie_data .data_item .number span {
  font-size: 82px;
  line-height: 84px;
  color: #27883C;
  letter-spacing: 1px;
  font-weight: bold;
}
.jianjie_data .data_item .number text {
  margin-left: 6px;
  font-size: 18px;
  color: #27883C;
  line-height: 34px;
  position: relative;
}
.jianjie_data .data_item .number text em {
  font-size: 20px;
  color: #27883C;
  line-height: 24px;
  font-style: normal;
  position: absolute;
  left: 0;
  top: -48px;
  z-index: 1;
}
.jianjie_data .data_item p {
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
  color: #9f9f9f;
  letter-spacing: 1px;
  margin-top: 6px;
}
/* .about_other {
  width: 100%;
  background: url(../images/other/about/ln_bj.jpg) no-repeat center bottom;
  background-size: 100% 100%;
}
.about_other .about_two {
  width: 100%;
  padding-top: 96px;
  position: relative;
}
.about_other .about_two::before {
  content: "";
  width: 100%;
  height: calc(100% - 176px);
  display: inline-block;
  background: url(../images/other/about/gs_bj.jpg) no-repeat center top;
  background-size: cover cover;
  position: absolute;
  top: 0;
  left: 0;
}
.about_other .about_two .two_desc .desc_text {
  width: 100%;
  margin-top: 20px;
}
.about_other .about_two .two_desc .desc_text p {
  font-size: 16px;
  line-height: 34px;
  color: #ffffff;
}
.about_other .about_two .desc_video {
  width: 100%;
  position: relative;
  height: 480px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.16);
  overflow: hidden;
  margin-top: 30px;
}
.about_other .about_two .desc_video .ff_img {
  display: inline-block;
  width: auto;
  height: 100%;
}
.about_other .about_two .desc_video .oper_icon {
  background: #549ae1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  cursor: pointer;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.about_other .about_two .desc_video .oper_icon::before {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0);
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: inline-block;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  cursor: pointer;
  opacity: 0;
  z-index: 1;
}
.about_other .about_two .desc_video .oper_icon img {
  display: inline-block;
  width: auto;
  height: auto;
  position: relative;
  z-index: 2;
}
.about_other .about_two .desc_video .oper_icon:hover::before {
  width: 76px;
  height: 76px;
  margin-top: -38px;
  margin-left: -38px;
  opacity: 1;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.about_other .about_three {
  width: 100%;
  padding: 90px 0 110px 0;
}
.about_other .about_three .two_desc {
  width: 100%;
}
.about_other .about_three .two_desc .ln_desc {
  width: 100%;
  margin-top: 56px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.about_other .about_three .two_desc .ln_desc .ln_item {
  width: calc((100% - 84px) / 4);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  background: #fff;
  position: relative;
  border-radius: 0 0 30px 30px;
  padding: 58px 28px 0 28px;
  height: 440px;
  overflow: hidden;
}
.about_other .about_three .two_desc .ln_desc .ln_item::before {
  content: "";
  width: 100%;
  height: 6px;
  background: #488ad1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.about_other .about_three .two_desc .ln_desc .ln_item:hover::before {
  height: 100%;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.about_other .about_three .two_desc .ln_desc .ln_item:hover h5 {
  color: #fff;
}
.about_other .about_three .two_desc .ln_desc .ln_item:hover p {
  color: #fff;
}
.about_other .about_three .two_desc .ln_desc .ln_item h5 {
  width: 100%;
  font-weight: bold;
  text-align: left;
  font-size: 30px;
  color: #27883C;
  line-height: 40px;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
}
.about_other .about_three .two_desc .ln_desc .ln_item p {
  display: inline-block;
  margin-top: 16px;
  width: 100%;
  text-align: left;
  line-height: 30px;
  font-size: 16px;
  color: #343434;
  webkit-transition: all 0.4s ease-in-out 0.1s;
  transition: all 0.4s ease-in-out 0.1s;
} */
@media screen and (max-width: 767px) {
    .tech{
        padding-top: 1.35rem;
        padding-bottom: 2rem;
    }
    .tech-r{
        width: 100%;
        margin-left:0;
        margin-top: 1.7rem;
    }
    .one_desc .one_desc_right p{
        margin-top: 0;
    }
  .temp_head h5 {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
   .jianjie_bg {
    height: 12.5rem;
  }
   .one_desc {
    flex-direction: column;
  }
   .one_desc .one_desc_right {
    width: 100%;
    margin-top: 1.35rem;
  }
   .one_desc .one_desc_right p {
    font-size: 0.65rem;
    line-height: 1.2rem;
    margin-bottom: 0;
  }
   .one_desc .one_desc_left {
    width: 100%;
    margin-top: 0;
  }
   .one_desc .one_desc_left .left_word {
    margin-top: 0.8rem;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
   .one_desc .one_desc_left .left_word p {
    width: 100%;
    font-size: 2rem;
    line-height: 2.1rem;
  }
   .one_desc .one_desc_left .left_word p:nth-child(1) {
    width: unset;
  }
   .one_desc .one_desc_left .left_word p:nth-child(2) {
    width: unset;
    text-align: right;
  }
   .one_desc .one_desc_left .left_word p:nth-child(3) {
    width: unset;
    text-align: center;
    padding-right: 20%;
  }
   .jianjie_data {
    margin-top: 0.25rem;
    flex-wrap: wrap;
  }
   .jianjie_data .data_item {
    margin-top: 1.25rem;
    width: 50%;
  }
   .jianjie_data .data_item .number span {
    font-size: 1.75rem;
    line-height: 1.8rem;
  }
   .jianjie_data .data_item .number text {
    margin-left: 0.15rem;
    font-size: 0.6rem;
    line-height: 0.8rem;
  }
   .jianjie_data .data_item .number text em {
    font-size: 0.6rem;
    line-height: 0.8rem;
    top: -0.9rem;
  }
   .jianjie_data .data_item p {
    font-size: 0.55rem;
    line-height: 0.8rem;
    margin-top: 0.5rem;
    letter-spacing: 0;
  }
  /* .about_other {
    background: url(../images/other/about/ln_bj_m.jpg) no-repeat center bottom;
  }
  .about_other .about_two {
    padding-top: 1.75rem;
  }
  .about_other .about_two::before {
    height: calc(100% - 7.25rem);
  }
  .about_other .about_two .two_desc .desc_text {
    width: 100%;
    margin-top: 0.65rem;
  }
  .about_other .about_two .two_desc .desc_text p {
    font-size: 0.6rem;
    line-height: 1.1rem;
  }
  .about_other .about_two .desc_video {
    height: 13.75rem;
    border-radius: 0.25rem;
    margin-top: 0.9rem;
  }
  .about_other .about_two .desc_video .ff_img {
    display: inline-block;
    width: auto;
    height: 100%;
  }
  .about_other .about_two .desc_video .oper_icon {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -0.75rem;
    margin-left: -0.75rem;
  }
  .about_other .about_two .desc_video .oper_icon::before {
    width: 1.9rem;
    height: 1.9rem;
    margin-top: -0.95rem;
    margin-left: -0.95rem;
    opacity: 1;
  }
  .about_other .about_two .desc_video .oper_icon img {
    width: 0.6rem;
  }
  .about_other .about_two .desc_video .oper_icon:hover::before {
    width: 1.9rem;
    height: 1.9rem;
    margin-top: -0.95rem;
    margin-left: -0.95rem;
  }
  .about_other .about_three {
    padding: 1.65rem 0 2.65rem 0;
  }
  .about_other .about_three .two_desc .ln_desc {
    margin-top: 0;
    flex-wrap: wrap;
    padding-top: 0.3rem;
  }
  .about_other .about_three .two_desc .ln_desc .ln_item {
    width: calc(100%);
    border-radius: 0 0 0.75rem 0.75rem;
    padding: 1.35rem 0.6rem 1.65rem 0.6rem;
    height: unset;
    overflow: unset;
    margin-top: 0.85rem;
  }
  .about_other .about_three .two_desc .ln_desc .ln_item::before {
    height: 0.15rem;
  }
  .about_other .about_three .two_desc .ln_desc .ln_item:hover::before {
    height: 100%;
    webkit-transition: all 0.4s ease-in-out 0.1s;
    transition: all 0.4s ease-in-out 0.1s;
    border-radius: 0 0 0.75rem 0.75rem;
  }
  .about_other .about_three .two_desc .ln_desc .ln_item h5 {
    font-size: 1rem;
    line-height: 1.2rem;
  }
  .about_other .about_three .two_desc .ln_desc .ln_item p {
    margin-top: 0.6rem;
    line-height: 1.1rem;
    font-size: 0.65rem;
  } */
}
