.indexBanner img {
  width: 100%;
}

.indexBanner .swiper-pagination {
  bottom: 3%;
}

.indexBanner .swiper-pagination .swiper-pagination-bullet {
  background: none;
  border-radius: 50%;
  border: 1px solid #fff;
  margin-right: 8px;
  height: 10px;
  width: 10px;
}

.indexBanner .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.wrap {
  width: 100%;
  max-width: 7.2917rem;
  margin: 0 auto;
}

.i-about {
  background: url(../images/i-aboutBg.jpg) no-repeat top center / cover;
  padding: 6% 0;
}

.i-about .txt {
  padding: 6% 6% 3% 6%;
}

.mt10 {
  margin-top: 0.0521rem;
}

.more a {
  text-align: center;
  color: #0a70d0;
}

.more a:hover {
  text-decoration: underline;
}

.more1 a {
  color: #fff;
}

.scrolling {
  padding: 5% 15%;
}

.scrolling ul li {
  margin: 0;
}

.scrolling ul li p:nth-child(1) {
  color: #0a70d0;
  font-family: Bahnschrift;
}

.video_btn {
  padding-top: 3%;
  cursor: pointer;
  color: #0a70d0;
}

.video_btn .img {
  margin-right: 0.0781rem;
}

.video_btn .img img {
  width: 0.4323rem;
  height: 0.4323rem;
}

.i-prduct {
  background: url(../images/i-porduct.jpg) no-repeat top center / cover;
  padding: 6% 0;
}

.i-prduct .list {
  padding: 7% 0;
}

.i-prduct .list li {
  width: 23.5%;
}

.i-prduct .list li .img {
  width: 0.6458rem;
  margin: 0 auto;
}

.i-prduct .list li .img img {
  height: 0.6458rem;
  width: 100%;

  transition: transform 0.5s ease;
}

.i-prduct .list li:hover .img img {
  transform: rotate(360deg);
}

.i-prduct .list li .tit {
  padding: 10% 0;
}

.Technology .img img {
  width: 100%;
}

.Technology .abs {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  left: 0;
  top: 0;
  padding-top: 8%;
  box-sizing: border-box;
}

.tabs {
  padding-top: 0.1183rem;
}

.tabs a {
  color: #fff;
  margin: 0 2vw;
}

.tabs a.cur {
  color: #333;
}

.tabs-con {
  width: 3.4167rem;
  background: #fff;
  margin: 0 auto;
  height: 2.1823rem;
  margin-top: 0.4167rem;
}

.tabs-con a {
  padding-top: 0.5729rem;
  box-sizing: border-box;
}

.tabs-con .icon {
  width: 0.3542rem;
  margin: 0 auto;
}

.tabs-con .icon img {
  height: 0.3542rem;
  width: 100%;
}

.tabs-con .tit {
  padding: 0.2083rem 0 0.1125rem 0;
}

.tabs-con .swiper-button-next::after,
.tabs-con .swiper-button-prev::after {
  font-size: 0.1042rem;
  color: #333;
}

.i-news {
  padding: 5% 0;
}

.news_list {
  padding-top: 5%;
  margin: 0 -0.0677rem;
}

.news_list li {
  width: 33.333%;
  margin-bottom: 0.1354rem;
}

.news_list li a {
  margin: 0 0.0677rem;
}

.news_list li a .img img {
  width: 100%;
  height: 1.3438rem;
  object-fit: cover;
}

.news_list li a .abs {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 0.2083rem 0.1615rem 0 0.2031rem;
  box-sizing: border-box;
  opacity: 0;
  transition: 0.5s;
}

.news_list li a:hover .abs {
  opacity: 1;
}

.footer {
  background: #0074bd;
  padding: 0.4479rem 0;
}

.footer.on {
  background: #5a5a5a;
}

.footer-log {
  width: 0.7969rem;
}

.footer-log img {
  height: 0.4688rem;
  max-width: 100%;
}

.footer-nav {
  width: 80%;
}

.footer-nav .con {
  width: calc(100% - 1.0938rem);
}

.f_nav {
  margin-bottom: 0.0521rem;
}

.f_nav a {
  color: #fff;
  transition: transform 0.5s ease;
}

.f_nav a:hover{font-weight:bold;}

.f_nav a i {
  margin: 0 0.0417rem;
}

.adderss,
.Copy {
  color: rgba(255, 255, 255, 0.8);
}

.Copy a{color: #fff;}

.media_icon {
  margin-right: 0.0781rem;
  width: 0.2083rem;
}

.media_icon .img {
  width: 0.2083rem;
}

.media_icon .img img {
  height: 0.2083rem;
}

.media_icon .abs {
  width: 0.625rem;
  left: 50%;
  bottom: 0.2604rem;
  background: #fff;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
}

.media_icon .abs::after {
  border: 0.0469rem solid;
  border-color: transparent;
  border-top-color: #fff;
  position: absolute;
  left: 50%;
  bottom: -0.0838rem;
  content: "";
  transform: translateX(-50%);
}

.media_icon .abs img {
  height: 0.625rem;
}

.media_icon:hover .abs {
  opacity: 1;
  visibility: visible;
}

.wxewm img {
  width: 100%;

}

.wxewm p {
  padding: 0.0521rem 0;
}

.subBanner img {
  width: 100%;
}

.subNavBar {
  background: #0074bd;
}

.subNavBar a {
  line-height: 0.4167rem;
  color: #fff;
  margin: 0 3vw;
}

.subNavBar a.cur {
  color: #8cbc32;
}

.section-title {
  margin: 0.5104rem auto 0 auto;
}

.section-title span {
  padding: 0 0.2917rem;
  text-align: center;
  border-left: 0.0365rem solid #0a70d0;
  border-right: 0.0365rem solid #0a70d0;
  box-sizing: border-box;
}

.intro-text {
  color: #555;
  text-align: justify;
  line-height: 0.1875rem;
}

.about {
  padding: 0.4167rem 0.2135rem;
}

.data-grid {
  margin-top: 0.3167rem;
}

.data-grid li {
  width: 26%;
}

.data-grid li:last-child{opacity:0;}

.data-card {
  background: #f1f8fd;
  height: 1.0156rem;
  margin-bottom: 0.4688rem;
  border-radius: 0.0521rem;
  padding: 0.1548rem 0 0 0.1979rem;
  box-sizing: border-box;
}

.data-number {
  color: #0074bd;
  font-size: 0.1042rem;
}

.data-number .num {
  font-size: 0.349rem;
  font-family: Arial;
}

.data-number i {
  font-size: 0.349rem;
}

.data-label {
  font-size: 0.1146rem;
  margin-top: 0.026rem;
}

.data-grid li:nth-child(2n) .data-card {
  background: #f7fdeb;
}

.impact-title {
  font-size: 0.1875rem;
  color: #0a70d0;
  margin-bottom: 0.1042rem;
  padding-left: 0.1625rem;
  border-left: 0.0156rem solid #007acc;
  font-weight: bold;
}

.impact-text {
  font-size: 0.0833rem;
  line-height: 0.1875rem;
  color: #555;
  margin-bottom: 0.0625rem;
}

.culture {
  height: 7.9271rem;
  background: url(../images/qywh_02.jpg) no-repeat left top;
  background-size: 100% 100%;
}

.wrap1 {
  width: 100%;
  max-width: 7.2292rem;
  margin: 0 auto;
}

.qywh li:nth-child(2n) {
  flex-direction: row-reverse;
}

.qywh li:nth-child(2n) .con {
  box-sizing: border-box;
  padding-left: 5%;
}

.qywh {
  padding-top: 25%;
}

.qywh .img {
  width: 2.6354rem;
}

.qywh .img img {
  max-width: 100%;
  height: 2.4219rem;
}

.qywh .con {
  width: calc(100% - 2.8958rem);
}

.qywh .con .t1 {
  margin-bottom: 0.1921rem;
}

.process {
  margin-top: 0.5167rem;
  padding-top: 0.7083rem;
  background: url(../images/fzlc_02.png) no-repeat center top;
  height: 4.0417rem;
  position: relative;
  box-sizing: border-box;
}

.process::after {
  position: absolute;
  left: 0;
  top: 50%;
  height: 1px;
  width: 100%;
  background: #007acc;
  content: "";
}

.process .swiperBtn {
  padding: 0 3%;
}

.fzlcSwiper .box {
  z-index: 100;
  height: 2.6354rem;
  padding: 5% 0;
  box-sizing: border-box;
  position: relative;
}

.fzlcSwiper .box .con .txt {
  font-size: 0.0938rem;
  line-height: 0.2083rem;
}

.fzlcSwiper .box .con .year {
  font-size: 0.1602rem;
  font-weight: bold;
  font-family: "Arial";
}

.fzlcSwiper .box::after {
  height: 0.1042rem;
  width: 0.1042rem;
  border-radius: 50%;
  background: #0a70d0;
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.fzlcSwiper .box::before {
  left: 0.0521rem;
  background: #0a70d0;
  position: absolute;
  content: "";
  height: 0.3125rem;
  width: 1px;
  top: 45%;
  transform: translateY(-45%);
}

.fzlcSwiper .swiper-slide:nth-child(2n) .box {
  align-items: end;
}

.fzlcSwiper .swiper-slide:nth-child(2n) .box::before {
  left: 0.0521rem;
  background: #0a70d0;
  position: absolute;
  content: "";
  height: 0.3125rem;
  width: 1px;
  top: 55%;
  transform: translateY(-55%);
}

.honner {
  margin-top: 0.4167rem;
  padding: 0 10%;
}

.aptitude .img img {
  max-width: 100%;
}

.aptitude .txt {
  padding: 10% 15%;
  text-align: center;
}

.aptitude .swiper-slide {
  transform: scale(0.8);
}

.aptitude .swiper-slide-active,
.aptitude .swiper-slide-duplicate-active {
  transform: scale(1);
}

.navigation {
  padding: 3% 0 8% 0;
  width: 0.7292rem;
  height: 0.2135rem;
  margin: 0 auto;
}

.navigation .swiper-button-next,
.navigation .swiper-button-prev {
  height: 0.2083rem;
  width: 0.2083rem;
  background: #ccc;
}

.navigation .swiper-button-next::after,
.navigation .swiper-button-prev::after {
  font-size: 0.0938rem;
  color: #fff;
}

.qqbj_img {
  padding: 4% 0 7% 0;
}

.qqbj_img .img {
  margin-bottom: 3%;
}

.qqbj_img .img img {
  max-width: 100%;
  margin: 0 auto;
}

.m_img {
  display: none;
}

.product {
  padding-top: 0.4844rem;
}

.pro_navBar li {
  width: 24%;
  padding-bottom: 0.1198rem;
  position: relative;
}

.pro_navBar li a {
  border-bottom: 0.0104rem solid #dddddd;
  padding: 0.0417rem 0;
}

.pro_navBar li a .icon {
  width: 0.1875rem;
}

.pro_navBar li a .icon img {
  height: 0.2083rem;
  max-width: 100%;
}

.pro_navBar li a .icon .i2 {
  display: none;
}

.pro_navBar li .tit {
  width: calc(100% - 0.1875rem);
  text-align: center;
}

.pro_navBar li.cur a {
  border-bottom: 0.0104rem solid #0074bd;
}

.pro_navBar li.cur a .tit {
  color: #0074bd;
}

.pro_navBar li.cur a .i1 {
  display: none;
}

.pro_navBar li.cur a .i2 {
  display: block;
}

.pro_navBar li.cur::after {
  border: 0.0573rem solid;
  border-color: transparent;
  border-top-color: #0074bd;
  position: absolute;
  left: 50%;
  bottom: 2px;
  content: "";
  transform: translateX(-50%);
}

.pro_tabs {
  padding: 0 3%;
  margin-top: 0.1042rem;
  background: #f5f5f5;
}

.pro_tabs a {
  line-height: 0.2917rem;
  padding: 0 2vw;
}

.pro_tabs a.cur {
  color: #0a70d0;
}

.pro_list {
  padding: 0.4323rem 0 0.1563rem 0;
}

.pro_list ul {
  margin: 0 -0.0938rem;
}

.pro_list ul li {
  width: 25%;
  margin-bottom: 0.1875rem;
}

.pro_list ul li a {
  margin: 0 0.0938rem;
}

.pro_list ul li a .img img {
  width: 100%;
  height: 1.2552rem;
}

.pro_list ul li a .tit {
  text-align: center;
  font-size: 0.0833rem;
  padding: 6% 0 0 0;
}

.pro-details {
  padding-top: 0.5781rem;
}

.pro-details .img {
  width: 3.1667rem;
}

.pro-details .img img {
  height: 2.3229rem;
  width: 100%;
  object-fit: cover;
}

.pro-details .con {
  width: calc(100% - 3.5885rem);
}

.pro_btn {
  padding: 0.5573rem 0;
}

.pro_btn a {
  line-height: 0.2344rem;
  width: 1.4792rem;
  background: url(../images/next.jpg) no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
  margin: 0 0.224rem;
  font-size: 0.0833rem;
  color: #0074bd;
}

.case {
  padding-top: 5%;
}

.case .tit {
  color: #0074bd;
  margin-bottom: 0.1042rem;
}

.case .con .txt {
  width: 50%;
}

.case .con .txt:nth-child(1) {
  width: 60%;
}

.case .con .txt:nth-child(2) {
  width: 38%;
}

.pages a {
  line-height: 0.2396rem;
  margin-right: 0.0521rem;
  padding: 0 0.026rem;
  color: #333;
}

.pages a.cur {
  color: #001eb4;
}

.pages_box {
  padding: 3% 0 5% 0;
}

.case_list {
  padding: 0.4323rem 0 0 0;
}

.case_list ul {
  margin: 0 -0.151rem;
}

.case_list ul li {
  width: 33.333%;
  margin-bottom: 0.1875rem;
}

.case_list ul li a {
  margin: 0 0.151rem;
}

.case_list ul li a .img {
  border-radius: 0.0521rem;
  overflow: hidden;
}

.case_list ul li a .img img {
  width: 100%;
  height: 1.5938rem;
  object-fit: cover;
}

.case_list ul li a .tit {
  font-size: 0.0938rem;
  margin: 6% 0;
}

.case_list ul li a .time {
  font-size: 0.0729rem;
  color: #cacaca;
}

.jscx ul li a .img img {
  height: 1.25rem;
}

.news-tit {
  padding: 6% 0 4% 0;
}

.news-tit .time {
  margin-top: 0.1163rem;
}

.richText {
  padding-bottom: 5%;
  border-bottom: 1px solid #ddd;
}

.richText img {
  margin: 0 auto;
  max-width: 100%;
}

.Switch {
  padding: 4% 0;
}

.Switch .txt {
  width: 30%;
}

.Switch .t2 {
  margin-top: 10px;
}

.zyjh {
  padding: 6% 0;
}

.zyjh .con {
  width: calc(100% - 3.5875rem);
}


.zyjh .img {
  width: 3.1406rem
}


.zyjh .img img {
  width: 100%;
}

.zyjh .con .t1 {
  font-weight: bold;
}

.zyjh .con .t2 {
  margin-bottom: 0.1581rem;
}

.jy_list {
  padding-bottom: 10%;
}

.jy_list li {
  width: 32%;
}

.jy_list li .abs {
  color: #fff;
  left: 0;
  bottom: 0.4479rem;
  text-align: center;
  width: 100%;
}

.jy_list .img img {
  width: 100%;
  height: 2.9844rem;
}

.join-top {
  border: 1px solid #ddd;
  height: 0.3542rem;
  padding: 0 2%;
  box-sizing: border-box;
  margin-bottom: 0.0521rem;
}

.join-top .time {
  background: url(../images/data.jpg) no-repeat left center;
  padding-left: 2.5%;
  background-size: 0.099rem 0.0781rem;
}

.join-con {
  padding: 2%;
}

.join li.cur .join-top {
  background: #f9f9f9;
}

.join li.cur .plus-sign::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.plus-sign {
  position: relative;
  display: inline-block;
  width: 0.1042rem;
  /* 调整大小 */
  height: 0.1042rem;
  /* 调整大小 */
  transition: 0.5s;
}

.plus-sign::before,
.plus-sign::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  /* 调整粗细 */
  height: 100%;
  /* 垂直线的高度 */
  background-color: #444444;
  /* 颜色 */
  transform: translate(-50%, -50%);
  /* 居中 */
  transition: 0.5s;
}

.plus-sign::after {
  width: 100%;
  /* 水平线的宽度 */
  height: 2px;
  /* 调整粗细 */
  transform: translate(-50%, -50%) rotate(0deg);
  /* 旋转90度 */
}

.join {
  padding: 5% 0;
}

.address {
  padding: 8% 0 10% 0;
}

.address .con {
  width: 2.526rem;
}

.address .t2 {
  margin-bottom: 6%;
}

.address .map {
  width: calc(100% - 3.2448rem);
}

.address .map img {
  width: 100%;
}

.message {
  background: url(../images/msg_02.jpg) no-repeat left top;
  height: 3.474rem;
  padding-top: 5%;
  box-sizing: border-box;
}

.ms-input .ipt {
  width: 49%;
  height: 0.3438rem;
  background: #ffffff;
  border-radius: 0.0521rem;
  border: 1px solid rgba(196, 209, 222, 0.5);
  overflow: hidden;
  padding: 0.0821rem;
  box-sizing: border-box;
  margin-bottom: 0.0938rem;
}

.ms-input .ipt textarea,
.ms-input .ipt input {
  height: 98%;
  width: 100%;
  font-size: 0.0833rem;
}

.yzm input {
  width: calc(100% - 0.825rem) !important;
}

.yzm .img {
  width: 0.5208rem;
  background: #000;
}

.yzm .img img {
  height: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.ms-input .ipt:nth-child(5) {
  width: 100%;
}

.ms-input .ipt:last-child {
  width: 100%;
  height: 0.625rem;
}

.submit {
  width: 1.0521rem;
  height: 0.276rem;
  background: #43a4e8;
  border-radius: 0.1406rem 0.1406rem 0.1406rem 0.1406rem;
  margin: 0 auto;
  display: block;
  color: #fff;
  font-size: 0.0833rem;
  margin-top: 0.1042rem;
}



@media(max-width:1200px) {
  .wrap {
    max-width: 94%;
  }

  .subBanner,
  .banner {
    margin-top: 60px;
  }

  .video_btn .img img {
    height: 40px;
    width: 40px;
  }

  .video_btn .img {
    margin-right: 20px;
  }


  .i-prduct .list li {
    width: 46%;
  }

  .i-prduct .list li .img img {
    height: 80px;

  }

  .i-prduct .list li .img {
    width: 80px;
  }

  .Technology .abs {
    position: static !important;
    background: none;
  }

  .tabs a,
  .Technology .abs .cf {
    color: #333;
  }

  .tabs a {
    margin: 0 20px;
  }

  .tabs-con {
    width: 100%;
    height: auto;
    margin-bottom: 8%;
  }

  .tabs-con .icon {
    width: 50px;
  }

  .tabs-con .icon img {
    height: 50px;
  }

  .tabs-con .swiper-button-next::after,
  .tabs-con .swiper-button-prev::after {
    font-size: 24px;
  }

  .news_list li {
    width: 49.5%;
  }

  .news_list {
    justify-content: space-between;
  }

  .news_list li a .img img {
    height: auto;
  }


  .news_list li a .abs {
    position: static;
    opacity: 1;
    color: #333333;
    background: none;
  }

  .aptitude .txt {
    padding: 3%;
  }

  .subNavBar {
    display: none;
  }

  .zyjh {
    padding: 40px 0;
  }

  .zyjh .con {
    width: 100%;
  }

  .zyjh .img {
    display: none;
  }

  .case_list ul li {
    width: 50%;

  }

  .case_list ul li a .time,
  .case_list ul li a .tit {
    font-size: 16px;
  }

  .address {
    display: block;
  }

  .address .map,
  .address .con {
    width: 100%;
  }

  .address .t2 {
    margin-bottom: 40px;
    font-size: 18px;
  }

  .address {
    padding-bottom: 20px;
  }

  .ms-input .ipt {
    width: 100%;
    height: 40px;
    padding: 5px 15px;
    margin-bottom: 10px;
  }

  .message {
    height: auto;
    padding-bottom: 20px;
  }

  .ms-input .ipt textarea,
  .ms-input .ipt input {
    font-size: 14px;
  }

  .ms-input .ipt:last-child {
    height: 120px;
  }

  .yzm .img {
    width: 80px;
  }

  .yzm input {
    width: calc(100% - 120px) !important;
  }

  .submit {
    width: 100px;
    height: 30px;
    font-size: 16px;
    border-radius: 10px;
  }



  .join-top {
    height: 56px;
    margin-bottom: 10px;
  }

  .join-top .time {
    background: none;
    padding: 0;
  }


  .case .con {
    display: block;
  }

  .case .con .txt {
    width: 100% !important;
    line-height: 36px;
  }

  .pro_tabs {
    padding: 10px 0;
  }

  .pro_tabs a {
    line-height: 36px;
    padding: 0 20px;
    margin-bottom: 10px;
  }

  .pro_navBar li a {
    border-bottom: 2px solid #ddd;
  }


  .pro_navBar li a .icon {
    width: 40px;
  }

  .pro_navBar li .tit {
    width: calc(100% - 40px);
  }

  .pro_navBar li a .icon img {
    height: 40px;
  }

  .pro_navBar li.cur::after {
    display: none;
  }

  .pro_navBar li a {
    padding: 10px 0;
  }

  .impact-text,
  .intro-text {
    line-height: 36px;
  }

  .impact-title {
    font-size: 20px;
  }


  .process {
    margin-top: 40px;
    padding: 20px 0 60px;
    height: auto;

  }

  .fzlcSwiper .box {
    height: 300px;
    padding: 20px 15px;
    background: #fff;
    border-radius: 10px;
    align-items: center !important;
    justify-content: center;
  }

  .process::after,
  .fzlcSwiper .box::after,
  .fzlcSwiper .box::before {
    display: none;
  }

  .fzlcSwiper .box .con .year,
  .fzlcSwiper .box .con .txt {
    font-size: 20px;
    line-height: 36px;
  }

  .pro_list ul li {
    width: 50%;
    margin-bottom: 40px;
  }

  .pro_list ul li a .img img {
    height: 200px;
    object-fit: cover;
  }

  .pro_list ul li a .tit {
    font-size: 16px;
    padding-top: 20px;
  }

  .pro-details {
    display: block;
  }

  .pro-details .con,
  .pro-details .img {
    width: 100%;
  }

  .pro-details .con {
    padding: 10px;
  }


  .pro-details .img img {
    height: auto;
  }

  .pro_btn a {
    border: 1px solid #ddd;
    background: none;
    line-height: 36px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
  }
}

@media(max-width:750px) {

  .pro_list ul li {
    width: 100%;

  }

  .pro_list ul li a .img img {
    height: auto;
    object-fit: cover;
  }


  .data-grid li {
    width: 48%;
  }

  .data-card {
    margin-bottom: 20px;
    padding: 20px;
  }

  .data-number .num {
    font-size: 20px;
  }

  .data-card,
  .case_list ul li a .img img {
    height: auto;
  }

  .data-number {
    font-size: 16px;
  }

  .pro_navBar li {
    width: 100%;
  }

  .join-top {
    height: auto;
    padding: 2% 5%;
  }

  .join-con {
    padding: 10px;
  }

  .join-top .box {
    width: 50%;
    line-height: 36px;
  }

  .join-top .num {
    text-align: right;
  }

  .plus-sign {
    display: none;
  }

  .join,
  .qqbj_img,
  .case_list {
    padding: 40px 0;
  }

  .pc_img {
    display: none;
  }

  .m_img {
    display: block;
  }

  .pages a {
    line-height: 36px;
  }

  .pages_box {
    padding: 0 0 40px 0;
  }

  .mov {
    display: none;
  }

  .case_list ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  .jscx ul li a .img img {
    height: auto;
  }

  .i-prduct .list li {
    width: 100%;
    margin-bottom: 30px;
  }

  .i-about .txt {
    padding: 5% 0;
  }

  .i-prduct,
  .i-about {
    padding: 10% 0;
  }

  .scrolling {
    padding: 5%;
  }

  .i-prduct .list li .tit {
    padding: 30px 0;
  }

  .footer {
    padding-top: 50px;
  }

  .footer-nav,
  .footer-nav .con,
  .news_list li {
    width: 100%
  }

  .footer-nav .con {
    margin-top: 30px;
  }

  .footer .wrap,
  .footer-nav {
    display: block;
  }

  .footer-log {
    width: 100%;
  }

  .footer-log img {
    height: 60px;
  }


  .media_icon .img {
    width: 40px;
    margin-right: 30px;
  }

  .media_icon {
    margin-top: 30px;
    margin-right: 30px;
  }

  .media_icon .img img {
    height: 40px;
  }

  .media_icon .abs {
    height: 120px;
    width: 120px;
    bottom: 40px;
    transform: none;
    left: 0;
  }

  .media_icon .abs img {
    height: 120px;
  }

  .media_icon .abs::after {

    display: none;
  }

  .wxewm {
    width: 120px;
    margin: 40px auto;
  }

  .aptitude .swiper-slide {
    transform: scale(1);
  }

  .honner {
    padding: 3%;
    margin-top: 40px;
  }

  .section-title {
    margin-top: 40px;
  }

  .navigation .swiper-button-next,
  .navigation .swiper-button-prev {
    height: 40px;
    width: 40px;
  }

  .navigation .swiper-button-next::after,
  .navigation .swiper-button-prev::after {
    font-size: 18px;
  }

  .navigation {
    width: 140px;
  }

  .jy_list {
    display: block;
  }

  .jy_list li {
    width: 100%;
    margin-bottom: 20px;
  }

  .jy_list .img img {
    height: auto;
  }

  .Switch .txt {
    width: 100%;
    margin-bottom: 40px;

  }

  .Switch .txt .t1 {
    text-align: left;
  }

  .richText {
    padding-bottom: 40px;
  }


  .culture {
    height: auto;
    padding-bottom: 50px;
    background-size: auto;
  }

  .wrap1 {
    max-width: 94%;
  }

  .qywh .img img {
    height: 300px;
    margin: 0 auto;
  }

  .qywh .img,
  .qywh .con {
    width: 100%;
    text-align: center;
  }

  .qywh {
    padding-top: 60px;
  }

  .qywh li {
    margin-bottom: 40px;
  }
}