.flex {
  display: flex;
}

.of {
  /* overflow: hidden; */
}

.fen img {
  width: 100%;
  transition: all .3s ease-out;
}

.fen:hover img {
  transform: scale(1.1);
}

.w1400 {
  margin-left: auto;
  margin-right: auto;
  max-width: 67.75rem;
}

.search {
  position: relative;
  /* height: 96px; */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 2.6rem;
}

.search_btn {
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sou.png");
  background-size: 75% auto;
  cursor: pointer;
}

.search_form {
  width: 8.9rem;
  border-radius: 4px;
  overflow: hidden;
}

.search_form #formsearch {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}

.search_form #formsearch input {
  outline: none;
  background: none;
  border: none;
  height: 28px;
}

.search_form #formsearch input#keyword {
  font-size: 14px;
  font-weight: normal;
  padding: 0 0.5em;
  width: calc(100% - 30px);
}

.search_form #formsearch input#keyword::placeholder {
  color: #666666;
}

.search_form #formsearch input#s_btn {
  width: 24px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
  background-image: url("../images/sou.png");
  margin-left: .2rem;
}

.bt .en {
  width: 100%;
  font-size: 2.3rem;
  font-weight: 600;
  color: #A19E9E;
  opacity: 0.2;
  position: absolute;
  line-height: 1;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
  text-align: center;
  z-index: -1;
}

.bt a {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #333333;
  background: #ffffff;
  border-radius: 21px;
  font-size: .65rem;
  padding: 0.5rem 1.5rem;
  box-shadow: 0px 0px 15px 9px rgba(0, 0, 0, 0.1);
  line-height: 1;
}

.bt a span {
  margin-left: 0.75rem;
}

@media (max-width: 992px) {
  .w1400 {
    max-width: 100%;
    padding: 0 15px;
    overflow: hidden;
  }
}

.flexs {
  display: flex;
}

.tou {
  position: relative;
  background: #ffffff;
  transition: all 0.5s ease-in-out;
  z-index: 999;
  width: 100%;
}

.tou .w1400 {
  /* max-width: 73rem; */
}

.is_sticky {
  position: fixed;
  top: 0;
  z-index: 999;
  /* background: #000000; */
  transition: all 0.5s ease-in-out;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.tou .con {
  justify-content: space-between;
  align-items: center;
}

.tou .con .logo {
  max-width: 10rem;
  line-height: 4.25rem;
}

.tou .con .logo img {
  width: 100%;
}

.tou .con .dh .dh_right img {
  max-width: 1.25rem;
  vertical-align: text-top;
}

.zh {
  margin-left: 2.25rem;
  position: relative;
}

.zh a {
  font-size: 16px;
  color: #000000;
}

.zh:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.zh .x-sub-menu img {
  width: 30px;
}

.dh_right {
  position: relative;
}

.dh_right .menu {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.2rem;
  font-size: 14px;
}

.dh_right .menu:hover {
  color: var(--primary-color);
}

.dh_right:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.x-banner {
  width: 100%;
  position: relative;
}



.x-banner .swiper-slide {
  position: relative;
  overflow: hidden;
}

.x-banner .swiper-slide a {
  display: block;
  position: relative;
}

.x-banner .wz {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 5rem);
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  /* transform: translateY(40px); */
  transition: all 0.7s cubic-bezier(.77, 0, .18, 1);
  padding-top: 5rem;
}

.x-banner .wz.wz-animate {
  opacity: 1;
  transform: translate(0, 0);
  transition-delay: 0.3s;
}

.x-banner .wz h1 {
  font-weight: bold;
  font-size: 5.1rem;
  color: #FFFFFF;
  line-height: 1;
  text-shadow: 2px 0px 0px #000000;
  letter-spacing: 0.5rem;
  text-align: center;
}

.x-banner .wz p {
  font-weight: 400;
  font-size: 2.4rem;
  color: #FFFFFF;
  margin: 27px 0;
  letter-spacing: 0.5rem;
}

.top_img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 5rem);
  width: 36.15rem;
  opacity: 0;
  transition: all 1s cubic-bezier(.77, 0, .18, 1);
}
.top_img_admin {
  opacity: 1;
  transform: translate(-50%, 0);
  transition-delay: 0.5s;
}
.top_img img{
  width: 100%;
}


.x-banner .swiper-slide a>img {
  display: block;
  width: 100%;
}

.x-banner .swiper-pagination1 {
  bottom: 30px;
}

.x-banner .swiper-pagination1 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  margin: 0 10px !important;
  transition: width .3s ease;
  opacity: 1;
}

.x-banner .swiper-pagination1 .swiper-pagination-bullet-active {
  background-color: var(--main-theme-color);
}

@media (max-width: 992px) {
  .x-banner .wz h1 {
    font-size: 20px;
    text-align: center;
  }
  .x-banner .wz p {
    font-size: 16px;
    text-align: center;
  }
  .top_img {
    width: 50%;
  }
}


/* 产品介绍 */
.top_box {
  background: #ffffff;
  padding: 64px 0 65px;
}
.top_box ul {
  gap: 0;
  flex-wrap: nowrap;
}
.top_box li {
  width: 19.1rem;
  position: relative;
}
.top_box li:not(:last-child) {
  border-right: 1px solid #ffffff;
}
.top_box li .wz {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #8E9091;
  padding: 6.35rem 1.6rem;
}
.top_box li .wz h3 {
  font-size: 32px;
  font-weight: normal;
  margin-bottom: 10px;
}
.top_box li .wz img {
  
}
.top_box li .wz p {
  font-size: 14px;
  text-transform: uppercase;
}
.top_box li img {
  width: 100%;
}

.top_box li .wz:hover h3 {
  color: #ffffff;
}
.top_box li .wz:hover p {
  color: #ffffff;
}

.icon_img {
  position: absolute;
  top: 2.5rem;
  left: 1.6rem;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  width: 50px !important;
}

.xq_btn {
  width: 132px;
  height: 43px;
  background: #FFFFFF;
  border-radius: 21px 21px 21px 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--primary-color);
  margin-top: 1.4rem;
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.top_box li:hover .icon_img {
  opacity: 1;
  overflow: visible;
}
.top_box li:hover .xq_btn {
  opacity: 1;
  overflow: visible;
}

.top_box_b {
  background: url(../images/top_bj.png) no-repeat center;
  background-size: cover;
  padding-top: 4.6rem;
  padding-bottom: 4.65rem;
  padding-left: 4.9rem;
  padding-right: 4.9rem;
  flex-wrap: nowrap;
}

.top_box_con h3 {
  font-size: 4.1rem;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  background: linear-gradient(to bottom, #3EA2E0 -100%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-bottom: 3.6rem;
  line-height: 1;
}
.top_box_con p {
  font-size: 2.35rem;
  background: linear-gradient(to bottom, #3EA2E0 -100%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 1;
}
.top_box_b p span {
  background: linear-gradient(to bottom, #D53643 0%, #ED4147 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  line-height: 1;
}
.top_box_b .img1 {
  width: 9.55rem;
  transform: translateY(1.15rem);
}
.top_box_b .img2 {
  width: 10.35rem;
  transform: translateY(2.3rem);
  display: flex;
  align-items: flex-end;
}
.top_box_b img {
  width: 100%;
}
@media (max-width: 992px) {
  .top_box_con h3 {
    font-size: 34px;
  }
  .top_box_con p {
    font-size: 24px;
  }
}

/* 关于我们 */
.ab_box {
  /* padding: 3.75rem 0; */
  background: url(../images/ab_bj.png) no-repeat center;
  background-size: cover;
  padding: 9.5rem 0 7.1rem;
}

.ab_box .w1400 {
  gap: 5.95rem;
  flex-wrap: nowrap;
}

.ab_box .tit {
  /* text-align: center; */
  margin: 0 auto;
  width: 39%;
  word-break: break-all;
}

.ab_right {
  flex: 1;
  display: flex;
  align-items: flex-end;
}

.ab_right img {
  width: 100%;
  max-height: 32.5rem;
  object-fit: cover;
}

.ab_box .tit h2 {
  font-weight: normal;
  font-size: 20px;
  color: #2483C6;
  text-transform: uppercase;
}
.ab_box .tit h3 {
  font-weight: bold;
  font-size: 2.35rem;
  color: #000000;
  margin-top: 1rem;
  line-height: 1;
}
.ab_box .tit h2 span {
  color: #393C3D;
  position: relative;
}

.ab_box .tit h2 span::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 5px;
  background: #F0B10E;
}

.ab_box .tit a {
  width: 176px;
  height: 48px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  border: 1px solid #000000;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.ab_box .tit a:hover {
  background: #ffffff;
  color: var(--primary-color);
}


.ab_box .tit p {
  font-weight: normal;
  font-size: 16px;
  color: #000000;
  line-height: 2;
  margin: 2rem 0 15px;
}

.tit_p_r img:nth-child(1) {
  margin-right: 2.5rem;
}
.ab_box .tit .p4a {
  margin-top: 5.4rem;
  padding-bottom: 20px;
  position: relative;
}
.ab_box .tit .p4a img {
    position: absolute;
    bottom: 0;
    left: -2.5rem;
    object-fit: contain;
}
.ab_box .tit .p4a li h3 {
  color: #2384C7;
  font-size: 55px;
  font-weight: bold;
  margin: 0;
  line-height: 1;
}
.ab_box .tit .p4a li h3 span {
    display: inline-block;
    line-height: 1;
}
.ab_box .tit .p4a li p{
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  margin: 0;
  margin-top: 1.5rem;
  line-height: 1;
}
.tit_p {
  position: relative;
}
.tit_p h3 {
  font-size: 47px;
  font-weight: bold;
  color: var(--primary-color);
  padding-top: 19px;
  padding-bottom: 19px;
  position: relative;
  line-height: 1;
}
.tit_p h3::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44px;
  height: 4px;
  border-radius: 2px;
  background: var(--primary-color);
}
.tit_p h4 {
  font-size: 30px;
  color: #2384C7;
  text-transform: uppercase;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
}

/* 研发实力 */
.capability {
  background: #ffffff;
}

.capability_ul {
  margin-top: 2.6rem;
  grid-column-gap: 13px !important;
  grid-row-gap: 55px !important;
}
.capability_ul li {
  position: relative;
}
.capability_ul li img {
  width: 100%;
}
.capability_ul li .wz {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 2.1rem 1.4rem;
  color: #ffffff;
  font-size: 32px;
  transition: all 0.3s ease-in-out;
}
.capability_ul li:hover .wz{
  background: rgba(0, 0, 0, 0.3);
  color: var(--primary-color);
}

.capability_ul li:hover img {
  transform: scale(1.1);
}

@media (max-width: 992px) {
  .capability_ul {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .ab_box .tit .p4a img {
      left: 0;
  }
}

/* 新闻 */

.news {
  padding: 5rem 0;
}

.news .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tit_news {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  position: relative;
}

.tit_menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  overflow: hidden;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}


.tit_menu li {
  padding: 8px 10px;
  font-size: 16px;
}

.tit_menu li:hover {
  background: var(--primary-color);
  color: #ffffff;
}

.xiala {
  display: block;
  width: 18px;
  height: 18px;
  background: #333333;
  border-radius: 50%;
  color: #ffffff;
  text-align: center;
  line-height: 18px;
}

.news .tit h2 {
  font-weight: bold;
  font-size: 50px;
  color: #010101;
}

.news .tit p {
  font-weight: bold;
  font-size: 24px;
  color: #333333;
}

.news .tit a {
  font-size: 22px;
  color: #A3A3A3;
}

.new_list {
  /* margin-top: 3.5rem; */
}

.new_list .hd ul {
  display: flex;
}

.new_list .hd li {
  font-size: 16px;
  color: #333333;
  border-bottom: 2px solid transparent;
  padding-bottom: 24px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.new_list .hd li:nth-child(1) {
  margin-right: 3.75rem;
}

.new_list .hd .on {
  border-bottom: 2px solid #ffffff;
}

.new_con {
  margin-top: 2.5rem;
}
.new_con .mdy_grid_3 {
  grid-column-gap: 1.75rem !important;
}
.new_con li a {
  position: relative;
}

.new_con li .wz {

  color: #000000;
  width: 100%;
}

.new_con li img {
  width: 100%;
}

.new_con li .wz h3 {
  font-weight: normal;
  font-size: 22px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 3.15rem;
}
.new_con li .wz span {
  display: block;
  color: #999999;
  font-size: 14px;
  margin: 20px 0;
}
.new_con li .wz p {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new_con li:hover .wz h3 {
  color: var(--primary-color);
}
.new_con .mdy_grid {
  grid-column-gap: 1.6rem
}

.new_more {
  margin: 5rem 0 6rem;
}

.new_more a {
  margin: 0 auto;
  display: block;
  width: 187px;
  height: 46px;
  line-height: 46px;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #707070;
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
}

@media (max-width: 992px) {

  .ab_box .w1400 {
    flex-wrap: wrap;
  }

  .ab_box .tit {
    width: 100%;
  }

  .ab_right {
    flex: auto;
  }

  .news .tit {
    flex-wrap: wrap;
  }

  .top_box_con .wz {
    padding-bottom: 20px;
  }

  .new_con .mdy_grid_3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.foot_line {
  height: 1.75rem;
  background: #EA5728;
}

.foot {
  background: url(../images/footer_bj.webp) no-repeat center center / cover;

}

.foot_top {
  /* border-top: 2px solid #555555; */
  border-bottom: 2px solid #555555;
  padding-top: 3.35rem;
  padding-bottom: 20px;
}

.foot_logo {
  /* border-bottom: 2px solid #555555; */
  position: relative;
  width: 9rem;
}
.foot_logo img {
    width: 100%;
}
.foot_logo .w1400 {
  /* max-width: 57.5rem; */
}

.w1150 {
  max-width: 57.5rem;
}

.foot_logo a {
  margin-right: 2.5rem;
}

.flogo {
  max-width: 10rem;
}

@media (max-width: 780px) {
  .foot {
    padding-top: 40px;
  }

}

.foot .con .mdy_grid_3 {
  align-items: center;
  grid-column-gap: 0;
}

@media (max-width: 992px) {
  .foot .con {
    padding-bottom: 20px;
  }

  .zhanwei {
    display: none;
  }

  .foot .con .mdy_grid_3 {
    grid-template-columns: repeat(1, 1fr);
  }


}

@media (max-width: 480px) {
  .foot .con {
    flex-wrap: wrap;
  }
}


.foot .con .foot1 p {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}

.foot .con .foot2 {
  display: flex;
  color: #ffffff;
  gap: 3.5rem;
}

.zhanwei {
  font-size: .9rem;
  margin-bottom: 2rem;
  opacity: 0;
}

.foot .con .foot2 dt {
  font-size: .9rem;
  margin-bottom: 2rem;
}

.foot .con .foot2 dd {
  margin-bottom: .9rem;
}

.foot .con .foot2 a {
  color: #ffffff;
}

.foot .con .foot2 p {
  font-size: 16px;
  color: #ffffff;
  /*text-align: center;*/
}

.foot .con .foot2 p:nth-child(2) {
  /*font-size: 46px;*/
  color: #FFFFFF;
}

.foot .con .foot3 {
  display: flex;
  gap: .8rem;
  margin-left: 2.25rem;
}

.foot .con .foot3 p {
  font-size: 14px;
  text-align: center;
  color: #A3A3A3;
  margin-top: 10px;
}

.qc_code {
  text-align: center;
}

.qc_code p {
  font-size: 14px;
  color: #fff;
  margin-top: 0.5rem;
}

@media (max-width: 1600px) {
  .foot .con .foot2 {
    gap: 2rem;
  }
}

@media (max-width: 480px) {
  .foot .con .foot2 {
    width: 100%;
    margin-top: 30px;
  }
}

.foot .con .foot2 .xcon {
  gap: 1rem;
  justify-content: flex-end;
}

@media (max-width: 780px) {
  .foot .con .foot2 .xcon {
    justify-content: center;
  }

  .foot .con .foot2 {
    border: 0;
    /* border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); */
  }
}

@media (max-width: 480px) {
  .foot .con .foot1 {
    /* width: 100%; */
    border: 0;
  }
}

.foot .con .foot2 .list2 {
  position: relative;
}

.foot .con .foot2 .list2 li:not(:last-child) {
  margin-right: 5.2rem;
}

/* @media (max-width: 480px) {
  .foot .con .foot2 .list2:before {
    top: calc(15px + 18px);
  }
} */

.foot .con .foot2 .list2 li h2 {
  font-weight: normal;
  position: relative;
  padding-bottom: .9rem;
}

.foot .con .foot2 .list2 li h2 ::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 2px;
  background: #fff;
}

.foot .con .foot2 .list2 li h2 a {
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  white-space: nowrap;
}

.foot .con .foot2 .list2 li h2 a:hover {
  color: #fff;
}

.foot .con .foot2 .list2 li .sec {
  margin-top: 1.3rem;
}

@media (max-width: 480px) {
  .foot .con .foot2 .list2 li .sec {
    margin-top: 30px;
  }
}

.foot .con .foot2 .list2 li .sec a {
  display: block;
  font-size: 0.7rem;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.4);
  transition: all .3s ease-out;
}

@media (max-width: 480px) {
  .foot .con .foot2 .list2 li .sec a {
    line-height: 24px;
  }
}

.foot .con .foot2 .list2 li .sec a:hover {
  color: #fff;
}

.foot .con .xcon {
  display: flex;
  justify-content: flex-start;
}

.foot .con .xcon .link {
  position: relative;
  margin-top: 2.4rem;
}

.foot .con .xcon .link span {
  width: 235px;
  border: solid 1px rgba(255, 255, 255, 0.2);
  display: block;
  background: url("../images/footer_jiantou.png") no-repeat 96% 50% #0e0e0e;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  text-indent: 17px;
  line-height: 55px;
}

.foot .con .xcon .link dd {
  position: absolute;
  bottom: 57px;
  left: 0;
  z-index: 1;
  padding: 0 17px;
  background: #fff;
  display: none;
  width: 100%;
}

.foot .con .xcon .link dd a {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 42px;
}

.foot .con .xcon .link:hover dd {
  display: block;
}

.foot .con1 {
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  line-height: 28px;
  padding-top: 15px;
  padding-bottom: 20px;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  .foot .con1 {
    line-height: 24px;
    padding: 1rem;
  }
}

.foot .con1 a {
  color: #ffffff;
  transition: all .3s ease-out;
}

.foot .con1 a:hover {
  color: #fff;
}

/*# sourceMappingURL=index.css.map */