
.banner {
  width: 100%;
  height: 600px;
  background-image: url("../img/about-img/about1.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner .txt {
  text-align: center;
  font-size: 20px;
  color: white;
  line-height: 160%;
}

.banner .txt p:first-child {
  font-weight: bold;
}

.page_w {
  max-width: 1600px;
  width: 84%;
  margin: 0 auto;
}

.nav-wrapper {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  /* box-shadow: 0 3px 3px #e5e5e5; */
  box-sizing: border-box;
}

.nav-wrapper .about-list {
  height: 80px;
  display: flex;
  white-space: nowrap;
  list-style: none;
  align-items: center;
}

.nav-wrapper .about-list li {
  font-size: 18px;
  line-height: 80px;
  margin-right: 6%;
}

.nav-wrapper .about-list li.on{
  font-weight: bold;
  color: #2f1a7f;
  border-bottom: 4px solid #2f1a7f;
}


.nav-wrapper .about-list li.on a {
  color: #2f1a7f;
}

.nav-wrapper .about-list li a{
  color: black;
  text-decoration: none;
}

.nav-wrapper .about-list li:hover a {
  color: #211067;
  font-weight: bold;
}



 .company-intro {
  width: 100%;
}

 .company-intro .intro {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
  margin-bottom: 120px;
}

 .company-intro .intro .intro-img {
  width: 100%;
  margin-right: 50px;
}

 .company-intro .intro .intro-img img {
  width: 100%;
}

 .company-intro .intro .intro-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 30px;
  margin-top: 20px;
}

 .company-intro .intro .intro-desc .intro-top {
  width: 320px;
}

 .company-intro .intro .intro-desc .intro-top .title {
  font-size: 24px;
  font-weight: bold;
  color: #2f1a7f;
  line-height: 80px;
}

 .company-intro .intro .intro-desc .intro-top .line {
  width: 60px;
  height: 2px;
  background-color: #2f1a7f;
  transition: all 1s;
}

 .company-intro .intro .intro-desc .intro-top:hover .line {
  width: inherit;
}

 .company-intro .intro .intro-desc .desc {
  font-size: 16px;
  margin-top: 30px;
  line-height: 200%;
}

 .company-intro .tech {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #473691;
  border-bottom: 1px solid #473691;
  margin-top: 50px;
}

 .company-intro .tech .tech-title {
    flex: 2;
    font-size: 24px;
    font-weight: bold;
    color: #2f1a7f;
    line-height: 300%;
    white-space: nowrap;
}



 .company-intro .tech .laifeng-staff {
  flex: 3;
  list-style: none;
  display: flex;
  justify-content: center;
  white-space: nowrap;
}

 .company-intro .tech .laifeng-staff li {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

 .company-intro .tech .laifeng-staff li:not(:last-child) {
  margin-right: 100px;
}

 .company-intro .tech .laifeng-staff li p:first-child {
  color: #e77a1c;
  font-size: 27.5px;
  font-weight: bold;
}

 .company-intro .tech .laifeng-staff li p:last-child {
  font-size: 16px;
  font-weight: bold;
  line-height: 37.5px;
}

 .company-intro .about-team {
  display: flex;
  justify-content: space-between;
  padding: 120px 0;
  box-sizing: border-box;
}

 .company-intro .about-team .professional-team {
  width: 46%;
}

 .company-intro .about-team .professional-team .team-intro{
     line-height: 1.5;
 }

 .company-intro .about-team .professional-team .team-intro .team-intro-title{
  font-size: 24px;
  font-weight: bold;
  color: #2f1a7f;
  
  margin-bottom: 60px;
}

 .company-intro .about-team .professional-team .team-intro .intro-desc {
  font-size: 16px;
}

 .company-intro .about-team .professional-team .team-img {
  margin-top: 220px;
  width: 100%;
}

 .company-intro .about-team .professional-team .team-img img {
  width: 100%;
  height: auto;
  animation: imgslide 1s linear;
}

@keyframes imgslide {
  0% {
    width: 0%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 100%;
  }
}

 .company-intro .about-team .strict-charge {
  width: 46%;
}

 .company-intro .about-team .strict-charge .charge-img img {
  width: 100%;
  height: auto;
  animation: imgslide 1s linear;
}

 .company-intro .about-team .strict-charge .charge-img .charge-title {
  width: 80%;
  margin: 0 auto;
  padding: 40px 100px;
  box-sizing: border-box;
  background-color: #2c1782;
  font-weight: bold;
  color: white;
  text-align: center;
  position: relative;
  top: -60px;
  font-size: 20px;
}

 .company-intro .about-team .strict-charge .charge-desc{
    font-size: 16px;
    line-height: 1.5;
}



 .company-intro .others {
  list-style: none;
  margin-top: 30px;
  margin-bottom: 120px;
}

 .company-intro .others li {
  width: 100%;
  padding: 30px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #2c1782;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

 .company-intro .others li:first-child {
  border-top: 1px solid #2c1782;
}

 .company-intro .others li div:first-child {
  font-size: 24px;
  font-weight: bold;
  color: #2f1a7f;
  line-height: 300%;
}

 .company-intro .others li div:last-child {
  width: 50px;
  height: 50px;
  display: flex;
  position: relative;
  transform: skewX(-10deg);
}

 .company-intro .others li div:last-child span {
  font-size: 30px;
  color: #2c1782;
}

  .company-intro .others li div:last-child span::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%) skewX(10deg);
  width: 0px;
  height: 0px;
  border: 14px solid transparent;
  border-left: 14px solid #2c1782;
}

 .company-intro .others li div:last-child span::after {
  position: absolute;
  content: "";
  right: 3px;
  top: 50%;
  width: 0px;
  height: 0px;
  transform: translateY(-50%) skewX(10deg);
  border: 14px solid transparent;
  border-left: 14px solid #fff;
}

 .company-intro .others li div:last-child:hover {
  background-color: #2c1782;
}

 .company-intro .others li div:last-child:hover span {
  color: white;
}

 .company-intro .others li div:last-child:hover span::before {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 14px solid transparent;
  border-left: 14px solid #fff;
}

 .company-intro .others li div:last-child:hover span::after {
  position: absolute;
  content: "";
  right: 3px;
  top: 50%;
  width: 0px;
  height: 0px;
  transform: translateY(-50%);
  border: 14px solid transparent;
  border-left: 14px solid #2c1782;
}



.nav-wrapper {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
}



.company-develop-content{
  padding: 6% 0;
  padding-bottom: 12%;
  background-image: url(../img/bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom ;
}

.company-develop .develop-title {
  width: 350px;
}

.company-develop .develop-title .main-title {
  line-height: 1.8;
  font-size: 24px;
}

.company-develop .develop-title .main-icon {
  width: 50px;
  height: 2px;
  background-color: #2f1a7f;
  margin: 80px 0;
  transition: all 1s;
}



.company-develop .develop-title:hover .main-icon {
  width: inherit;
}

.company-develop .develop-content {
  padding-top: 2%;
  display: flex;

}

.company-develop .develop-content li {
  background-color: #fff;
  width: 33%;
  padding-bottom: 33%;
  position: relative;
  border-radius: 50%;
  border: 1px solid #e4e5e5;
}

.company-develop .develop-content li:nth-child(2) {
  position: relative;
  left: -50px;
  z-index: 2;
}

.company-develop .develop-content li:last-child {
  position: relative;
  left: -100px;
}

.company-develop .develop-content li .icon-img1 {
  width: 50px;
  height: 50px;
  background-image: url("../img/about-img/develop-icon1.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.company-develop .develop-content li .icon-img2 {
  width: 50px;
  height: 50px;
  background-image: url("../img/about-img/develop-icon2.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.company-develop .develop-content li .icon-img3 {
  width: 50px;
  height: 50px;
  background-image: url("../img/about-img/develop-icon3.png");
  background-size: 100%;
  background-repeat: no-repeat;
}

.company-develop .develop-content li h4 {
  line-height: 300%;
  margin: 10px auto;
}

.company-develop .develop-content li p {
  width: 200px;
  font-size: 16px;
  color: #666;
  text-align: center;
}

.company-develop .develop-content .active-circle {
  background-color: #331a95;
  background-image: url("../img/about-img/hope-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 100%;
  z-index: 10;
}

.company-develop .develop-content .active-circle .icon-img1 {
  background-image: url("../img/about-img/active-img1.png");
}

.company-develop .develop-content .active-circle .icon-img2 {
  background-image: url("../img/about-img/active-img2.png");
}

.company-develop .develop-content .active-circle .icon-img3 {
  background-image: url("../img/about-img/active-img3.png");
}
.company-develop .develop-content .active-circle p,
.company-develop .develop-content .active-circle h4 {
  color: white;
}
/* .company-develop .develop-content .active-circle h4 {
  font-size: 20px;
} */

.company-develop .develop-content .active-circle h4::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: #e7791a;
  margin: 10px auto;
}

.nav-wrapper {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
}



 .company-news {
  width: 100%;
  padding-bottom: 200px;
  box-sizing: border-box;
  height: inherit;
  background-image: url("../img/home-img/news-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 80%;
  background-position: bottom;
}

 .company-news .news-title {
  font-size: 24px;
  margin: 60px 0;
  width: 220px;
}

 .company-news .news-title .news-line {
  width: 60px;
  height: 2px;
  background-color: #2f1a7f;
  margin-top: 20px;
  transition: all 1s;
}

 .company-news .news-title:hover .news-line {
  width: inherit;
}

 .company-news .news-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

 .company-news .news-list li {
  width: 32%;
  margin-bottom: 2%;
  transition: all 1s;
}

 .company-news .news-list li:not(:nth-child(3n)) {
  margin-right: 2%;
}

 .company-news .news-list li a {
  text-decoration: none;
  color: black;
}

 .company-news .news-list li a .news-wrap .news-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

 .company-news .news-list li a .news-wrap .news-img img {
  width: 100%;
  transition: all 1s;
  vertical-align: bottom;
}

 .company-news .news-list li a .news-wrap .news-img img:hover {
  transform: scale(1.1);
}

 .company-news .news-list li a .news-wrap .news-content {
  height: 200px;
  padding: 30px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: white;
}



.news-wrap .news-content .content-title .content-main-title {
  font-size: 18px;
  height: 3em;
  line-height: 1.5;
  font-weight: bold;
}



.company-news .news-list li a .news-wrap .news-content .time-more {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #ccc;
  margin-top: 4%;
}




 .company-news .news-list li a .aboutnews {
  height: 200px;
  padding: 10px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: white;
  box-shadow: 1px 2px 3px #e8e8e8;
}

 .company-news .news-list li a .aboutnews -title {
  font-size: 18px;
  text-align: left;
}

 .company-news .news-list li a .aboutnews -title -main-title {
  font-weight: bold;
}

 .company-news .news-list li a .aboutnews -title -desc {
  font-size: 12px;
  text-align: left;
  margin-top: 20px;
  line-height: 150%;
}

 .company-news .news-list li a .aboutnews .time-more {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}

 .company-news .news-list li a .aboutnews .time-more p:first-child {
  color: #ccc;
}

 .company-news .news-list li a .aboutnews .time-more p:last-child {
  width: 20px;
}

 .company-news .news-list li a .aboutnews .time-more p:last-child img {
  width: 100%;
}

 .company-news .news-list li:hover a {
  color: #2f1a7f;
}

.pagenation {
  width: 800px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 4%;
}


.pagenation .pre {
  display: flex;
  justify-content: center;
  list-style: none;
}

.pagenation .pre li {
  height: 40px;
  width: 60px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #dcdddd;
  box-sizing: border-box;
  cursor: pointer;
  margin-right: 20px;
  font-size: 14px;
}

.pagenation .pre li:hover {
  background-color: #2d1d6f;
  color: white;
}

.pagenation .page-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
}

.pagenation .page-list a {
  height: 40px;
  width: auto;
  padding: 10px 15px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #dcdddd;
  box-sizing: border-box;
  cursor: pointer;
  margin-right: 20px;
  font-size: 14px;
}

 .pagenation .page-list a:hover,  .pagenation .page-list a.on {
    background-color: #2d1d6f;
     border: 1px solid #2d1d6f;
  color: white;
}

.pagenation .next {
  display: flex;
  justify-content: center;
  list-style: none;
}

.pagenation .next li {
  height: 40px;
  width: 60px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #dcdddd;
  box-sizing: border-box;
  cursor: pointer;
  margin-right: 20px;
  font-size: 14px;
}

.pagenation .next li:hover {
  background-color: #2d1d6f;
  color: white;
}


.nav-wrapper {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
}



 .company-tech .my-tech-title {
  margin-top: 80px;
  width: 200px;
}

 .company-tech .my-tech-title p:first-child {
  font-size: 24px;
  font-weight: bold;
  color: #2f1a7f;
}

 .company-tech .my-tech-title .tech-line {
  width: 50px;
  height: 2px;
  background-color: #2f1a7f;
  margin-top: 30px;
  transition: all 1s;
}

 .company-tech .my-tech-title:hover .tech-line {
  width: inherit;
}

@media screen and (min-width:768px){
  .company-tech .tech-data {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
  }
}

 .company-tech .tech-data .data-num {
  flex: 0 0 500px;
}

 .company-tech .tech-data .data-num .num-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

 .company-tech .tech-data .data-num .num-list li {
  width: 50%;
  line-height: 50px;
  margin-bottom: 50px;
}

 .company-tech .tech-data .data-num .num-list li .count {
  font-size: 24px;
  color: #e7791a;
  font-weight: bold;
}

 .company-tech .tech-data .data-num .num-list li .name {
  font-size: 18px;
  font-weight: bold;
}

 .company-tech .tech-data .data-person {
  flex: 2;
}

 .company-tech .tech-data .data-person table {
  width: 100%;
  /* height: 80%; */
}

 .company-tech .tech-data .data-person table thead {
  background-color: #efefef;
}

 .company-tech .tech-data .data-person table tr {
  white-space: nowrap;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-bottom: 1px solid #efefef;
}

@media screen and (min-width:768){
  .company-tech .tech-data .data-person table tbody tr:hover {
    background-color: #2d1d6f;
    color: white;
  }
}

 .company-tech .tech-data .data-person .pagenation {
  width: 600px;
  display: flex;
  justify-content: center;
  margin: 30px auto;
}

 .company-tech .tech-data .data-person .pagenation .pre {
  display: flex;
  justify-content: center;
  list-style: none;
}

 .company-tech .tech-data .data-person .pagenation .pre li {
  height: 40px;
  width: 60px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #dcdddd;
  box-sizing: border-box;
  cursor: pointer;
  margin-right: 20px;
  font-size: 14px;
}

 .company-tech .tech-data .data-person .pagenation .pre li:hover {
  background-color: #2d1d6f;
  color: white;
}

 .company-tech .tech-data .data-person .pagenation .page-list {
  display: flex;
  justify-content: space-between;
  list-style: none;
}

 .company-tech .tech-content .senior-engineer {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  border-bottom: 1px solid #dddede;
  padding-bottom: 50px;
}

 .company-tech .tech-content .senior-engineer .description {
  flex: 1;
}

 .company-tech .tech-content .senior-engineer .description h4 {
  font-size: 24px;
  white-space: nowrap;
}

 .company-tech .tech-content .senior-engineer .engineer-list {
  flex: 4;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0 4%;
}

 .company-tech .tech-content .senior-engineer .engineer-list li {
  list-style: none;
  width: 100%;
  text-align: center;
  margin-right: 4%;
}

 .company-tech .tech-content .senior-engineer .engineer-list li p {
  font-size: 14px;
  color: #666;
}

 .company-tech .tech-content .senior-engineer .engineer-list li h4 {
  font-size: 20px;
}

 .company-tech .tech-content .senior-engineer .engineer-list li h4,
 .company-tech .tech-content .senior-engineer .engineer-list li p {
  line-height: 200%;
}


 .company-tech .tech-content .engineer {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding-bottom: 50px;
}

 .company-tech .tech-content .engineer .description {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 100px;
}

 .company-tech .tech-content .engineer .description h4 {
  font-size: 24px;
  white-space: nowrap;
}



.page-btn {
  display: flex;
}

.page-btn p {
  width: 40px;
  height: 40px;
  padding: 2px 5px;
  box-sizing: border-box;
  background-color: #2c1782;
  transform: skewX(-20deg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  cursor: pointer;
}

.page-btn p:hover {
  background-color: #e7791a;
}

.page-btn p img {
  width:30px;
  height: 30px;
  transform: skewX(20deg);
}



 .company-tech .tech-content .engineer .swiper {
  width: 80%;
}



 .company-tech .tech-content .engineer .swiper .swiper-slide .engineer-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 0 4%;
}

 .company-tech .tech-content .engineer .swiper .swiper-slide .engineer-list li {
  list-style: none;
  width: 100%;
  text-align: center;
  margin-right: 4%;
}


 .company-tech .tech-content .engineer .swiper .swiper-slide .engineer-list li p {
  font-size: 14px;
  color: #666;
  margin-bottom: 50px;
}

 .company-tech .tech-content .engineer .swiper .swiper-slide .engineer-list li h4 {
  font-size: 20px;
}

 .company-tech .tech-content .engineer .swiper .swiper-slide .engineer-list li h4,
 .company-tech .tech-content .engineer .swiper .swiper-slide .engineer-list li p {
  line-height: 200%;
}






.nav-wrapper {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
}


 @media screen and (min-width:768px){
  .company-honor .honor-title {
    display: flex;
    align-items: center;
    margin: 100px 0;
  }
 }

 .company-honor .honor-title .honor-main-title {
  flex: 1;
}

 .company-honor .honor-title .honor-main-title h3 {
  font-size: 24px;
}

 .company-honor .honor-title .honor-main-title p {
  font-size: 16px;
  display: flex;
  align-items: center;
  margin-top: 20px;
  font-weight: bold;
}

 .company-honor .honor-title .honor-main-title p::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #efa769;
  margin-right: 5px;
}

 .company-honor .honor-title .honor-sort {
  flex: 1.5;
  display: flex;
  list-style: none;
}

 .company-honor .honor-title .honor-sort li {
  margin: 0 25px;
  color: #ccc;
  border-bottom: 2px solid #ccc;
  font-weight: bold;
  line-height: 160%;
  font-size: 20px;
  cursor: pointer;
}

 .company-honor .honor-title .honor-sort .honor-active {
  color: #211067;
  border-bottom: 2px solid #211067;
}

 .company-honor .container {
  width: 100%;
  background-image: url("../img/home-img/news-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 80%;
  background-position: bottom;
}



 .company-honor .container .honor-content .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

 .company-honor .container .honor-content .honor-contentone,.company-honor .container .honor-content .honor-contenttwo{
  width: 100%;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}



.honor-content .honor-contentone li:nth-child(4n),.honor-content .honor-contenttwo li:nth-child(4n){
   margin-right: 0;
}


.honor-content .honor-contentone li,.honor-content .honor-contenttwo li{
  width: 23%;
  margin-right:2.66666%;
  padding: 20px;
  padding-bottom: 0;
  box-sizing: border-box;
  text-align: center;
  margin-bottom: 2.6666%;
  background-color: #fff;
}

.honor-content .honor-contentone li .img{
   margin-bottom: 12%;
   padding-top: 72%;
   overflow: hidden;
   position: relative;
}
.honor-content .honor-contentone li .img img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    min-height: 100%;
}

.honor-content .honor-contentone li .content-title, .honor-content .honor-contenttwo li .content-title{
  border-top: 1px solid #dcdddd;
  padding: 20px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  white-space: nowrap;
}

.honor-content .honor-contentone li .content-title .title, .honor-content .honor-contenttwo li .content-title .title{
  font-size: 18px;
  text-align: left;
}

.honor-content .honor-contentone li .content-title .preview,.honor-content .honor-contenttwo li .content-title .preview2{
  text-align: right;
  cursor: pointer;
}

.honor-content .honor-contentone li .content-title .preview img,.honor-content .honor-contenttwo li .content-title .preview2 img {
  width: 30px;
}

 .company-honor .container .page-btn {
  margin-top: 20px;
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}


@media screen and (max-width:768px){
  .company-intro .intro{
      margin: 10% 0;
  }
  .company-intro .intro .intro-desc{
      margin: 20px 0;
  }
  /* .nav-wrapper{
    overflow: hidden;
  } */
  .nav-wrapper {
    border:none;
    box-shadow: 0 3px 3px #e5e5e5;
  }
  .nav-wrapper ::-webkit-scrollbar{
    display: none;
  }

  .nav-wrapper .about-list{
    height: 60px;
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .nav-wrapper .about-list li{
    font-size: 16px;
    line-height: 60px;
    margin-right: 8%;
  }
  .company-intro .intro{
    display: block;
  }
  .company-intro .intro .intro-img{
    margin-right: 0;
  }

  .company-intro .intro .intro-desc .desc{
    line-height: 1.8;
    font-size: 14px;
    margin-top: 15px;
  }
  .company-intro .intro .intro-desc .intro-top .title{
    font-size: 20px;
    line-height: 50px;
  }

  .company-intro .tech{
    margin-top: 6%;
    height: auto;
    display: block;
    padding-bottom: 20px;
  }

  .company-intro .tech .laifeng-staff li:not(:last-child){
    margin: 0;
  }

  .company-intro .tech .tech-title{
    font-size: 20px;
    margin-top: 20px;
  }

  .company-intro .about-team .professional-team .team-img{
    margin-top: 6%;
  }

  .company-intro .about-team .professional-team .team-intro .team-intro-title{
    font-size: 20px;
    margin-bottom: 6%;
  }

  .company-intro .about-team .professional-team .team-intro .intro-desc{
    font-size: 14px;
  }

  .company-intro .about-team .strict-charge .charge-desc{
    font-size: 14px;
  }

  .company-intro .about-team .strict-charge .charge-img{
    display: none;
  }

  .company-intro .about-team .professional-team{
    width: 100%;
  }

  .company-intro .about-team{
    padding: 12% 0;
    display: block;
  }

  .company-intro .about-team .strict-charge{
     width: 100%;
     margin-top: 4%;
     line-height: 1.5;
     font-size: 16px;
  }

  .company-intro .others li{
    padding: 16px 0;
  }

  .company-intro .others li div:first-child{
    font-size: 16px;

  }

  .banner{
    padding-top: 60px;
    height: 300px;
    background-size: cover;
  }
  .company-develop .develop-title {
    width: 290px;
    margin-top: 26px;
  }
  .company-develop .develop-title .main-title{
    font-size: 20px;
  }

  .company-develop .develop-title .main-icon{
    margin: 6% 0;
  }

  .company-develop .develop-content li p{
    /* display: none; */
    font-size: 14px;
    margin-top: 10px;
  }

  .company-develop .develop-content li .icon-img1 {
    width: 40px;
    height: 40px;
  }
  
  .company-develop .develop-content li .icon-img2 {
    width: 40px;
    height: 40px;
  }
  
  .company-develop .develop-content li .icon-img3 {
    width: 40px;
    height: 40px;
  }

  .company-develop .develop-content .active-circle .icon-img1 {
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
  }
  
  .company-develop .develop-content .active-circle .icon-img2 {
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
  }
  
  .company-develop .develop-content .active-circle .icon-img3 {
    width: 40px;
    height: 40px;
    background-size: 100% 100%;
  }

  .company-develop .develop-content li h4 {
    line-height: 200%;
    margin: 0 auto;
  }

  .company-news {
    padding-bottom: 60px;
    background-size: 100% 96%;
  }

  .company-news .news-title{
    margin: 12% 0 6% 0;
    font-size: 20px;
    width: auto;
  }
   
   .company-news .news-list li:not(:nth-child(3n)){
          margin-right: 0%;
   }

   /* .company-news .news-list li:not(:nth-child(2n)){
          margin-right: 2%;
   } */

   .company-news .news-list li{
    width: 100%;
    margin-bottom: 6%;
   }

   .company-tech .tech-data .data-num .num-list li {
    width: 33.3%;
    line-height: 35px;
  }
  .company-tech .tech-data .data-num .num-list li .name {
    font-size: 16px;
  }

  .company-tech .tech-data .data-num .num-list li .count {
    font-size: 22px;
}

   .company-news .news-list li a .news-wrap .news-content{
      height: auto;
      padding: 18px 12px 20px 12px;
   }

   .news-wrap .news-content .content-title .content-main-title{
    font-size: 16px;
   }

   .company-news .news-list li a .news-wrap .news-content .time-more{
    font-size: 12px;
    margin-top: 2%
   }

   

   .company-tech .my-tech-title{
    width: auto;
    margin-top: 6%;
   }

   .company-tech .my-tech-title p:first-child {
    font-size: 20px;
    color: #111;
  }

  .company-tech .my-tech-title .tech-line {
    margin-top: 20px;
  }

  .company-tech .tech-data .data-num .num-list li {
    margin-bottom: 30px;
}

  .company-tech .my-tech-title:hover .tech-line {
    width: 165px;
  }
   /* .company-tech .tech-data .data-num{
       display: none;
   } */
   .company-tech .tech-data .data-num .num-list {
    justify-content: start;
    margin: 40px 0;
    text-align: center;
  }
   .company-tech .tech-data .data-person {
    width: 100%;
  }
  .company-tech .tech-data .data-person .pagenation {
    width: 100%;
  }
  .company-tech .tech-data .data-person .pagenation ul li:first-child{
    display: none;
  }
  .company-tech .tech-data .data-person .pagenation ul li:last-child{
    display: none;
  }

  .company-tech .tech-content .senior-engineer .description{
    line-height: 3;
  }
  .company-tech .tech-content .senior-engineer{
     display: block;
     margin-top: 6%;
  }
  .company-tech .tech-content .senior-engineer .description h4{
    font-size: 16px;
  }
  .company-tech .tech-content .senior-engineer ul li h4{
    font-size: 16px;
  }
  .company-tech .tech-content .senior-engineer .engineer-list li h4 {
    font-size: 14px;
  }

  .company-tech .tech-content .engineer .swiper{
    width: 100%;
  }

  .company-tech .tech-content .engineer{
    display: block;
  }
  
  .company-tech .tech-content .engineer .swiper .swiper-slide .engineer-list li h4 {
    font-size: 14px;
  }

  .company-tech .tech-content .senior-engineer .engineer-list li p {
    font-size: 12px;
  }

  .company-tech .tech-content .engineer .description h4{
    font-size: 16px;
  }

  .company-tech .tech-content .engineer .description{
    padding-bottom: 6%;
    flex-direction: row;
  }

  .page-btn p{
    margin-right: 4px;
  }

  .page-btn p {
    width: 30px;
    height: 30px;
  }
  
  .page-btn p img {
    width:20px;
    height: 20px;
  }

  .company-tech .tech-data .data-person table tr {
    font-size: 12px;
    height: 40px;
    line-height: 40px;
  }

  .company-honor .honor-title .honor-main-title h3 {
    font-size: 20px;
  }

  .company-honor .honor-title .honor-main-title p {
    font-size: 14px;
    margin: 10px 0 30px 0;
  }

  .company-honor .honor-title .honor-sort li {
    font-size: 18px;
  }
   .page_w{
     width: 94%;
   }
  .honor-content .honor-contentone li,.honor-content .honor-contenttwo li {
    width: 100%;
    margin-bottom: 5%;
   }

   .company-honor .honor-title .honor-sort {
    justify-content: center;
    margin-top: 30px;
  }

   .company-honor .honor-title{
    margin: 6% 0;
   }

   .honor-content .honor-contentone li .content-title .preview img,.honor-content .honor-contenttwo li .content-title .preview2 img {
    /* width: 30px; */
    display: none;
  }

   .company-develop .develop-content li:nth-child(2){
    left: 0;
   }

   .company-develop .develop-content li:last-child{
    left: 0;
   }
   .company-develop .develop-content li{
      width: 80%;
      padding-bottom: 80%;
      margin: 2% auto;
   }
   .company-develop .develop-content{
      display: block;
   }

}