.container {padding-left: 0;padding-right: 0;}
header{position: fixed;top: 0;z-index: 50;width: 100%;background: linear-gradient(360deg, rgba(199, 222, 179, 0.00) 10.93%, rgba(64, 65, 63, 0.8) 89.08%);height: 80px;}
header.active{background: #fff;box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);}
.head_layout{width: 100%;height: 80px;display: flex;}
header.active .head_layout{width: 87%;}
.head_layout .logo {width: 16%;}
.head_layout .logo img {display: block;margin: auto;width: auto;margin-right: 46px;}
.head_layout .head_flex{display: flex;align-items: center;flex: 1;}
.head_layout .nav_wrap{flex: 1;position: relative;padding-left: 25px;}
.head_layout .nav_box .item{float: left;padding: 0 25px;position: relative;height: 20px;line-height: 20px;}	
.head_layout .nav_box .item:first-child{padding-left: 12px;padding-right: 6px;}
.head_layout .nav_box .item:last-child{border-right: none;padding-right: 0;}
.head_layout .nav_box .item a{color: #fff;font-size: 17px;font-weight: 500;}
header.active .head_layout .nav_box .item a{color: #333;}
header.active .head_layout .nav_box .item:hover a{color: #034ea2;}
.head_layout .nav_box .item a i {font-size: 12px;margin-left: 5px;}
.head_layout .nav_box > .item > a.content1{display: flex;}
.head_layout .nav_box > .item > a,.head_layout .nav_box > .item > a .iconfontBox{transition: all 0.2s ease-in-out;}
.head_layout .nav_box > .item:hover > a{color: #fff;}
.head_layout .nav_box > .item:hover > a .iconfontBox {position: relative;z-index: 1;color: #034ea2;transform: rotate(180deg);}
.head_layout .nav_box .item:hover .menu_down {visibility: visible;opacity: 1;z-index: 9;transform: scaleY(1)}
.head_layout .menu_down {width: 160%;transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;display: block;background-color: #034ea2;position: absolute;left: 0;transform: translate(-50%,0);transform: scaleY(.5);top: 30px;transform-origin: center top;visibility: hidden;opacity: 0;box-shadow: 0 0 5px 5px rgba(147, 147, 147, .1);}
.head_layout .menu_down .classify li{height: auto;line-height: 30px;margin: 0;padding: 5px 15px;}
.head_layout .menu_down .classify li a{width: 100%;display: block;border-bottom: 1px #FFFFFF4D solid;color: #fff!important;}
.head_layout .menu_down .classify li:hover a{opacity: 0.9;}
.head_layout .menu_down .classify li:last-child a{border-bottom: none;}
.head_layout .btn--search {width: 22px;height: 22px;cursor: pointer;position: relative;}
header.active .head_layout .btn--search{display: none;}
.head_layout .btn--search::after, .head_layout .btn--search::before {display: inline-block;width: 100%;height: 100%;background-image: url("../images/web_icon.jpg");background-position: 0px 0px;background-repeat: no-repeat;content: "";vertical-align: top;transition: all 0.3s ease 0s;}
.head_layout .btn--search::before {background-position: 0px 0px;}
.head_layout .btn--search::after {position: absolute;top: 0px;left: 0px;opacity: 0;transform: scale(0.6) translateY(60%);}
.head_layout .btn--search:hover::after {background-position: 0px -27px;opacity: 1;transform: none;}
.head_layout .btn--search:hover::before {opacity: 0;transform: scale(0.6) translateY(-60%);}
.head_layout .head_form {cursor: pointer;padding: 15px 16px;font-size: 16px;color: rgb(255, 255, 255);width: fit-content;height: fit-content;position: static;transform: none;border-radius: 6px;background: linear-gradient(180deg, #027BBD 0%, #034ea2 100%);box-shadow: rgba(9, 7, 27, 0.34) 0px 0px 18px 0px;border-radius: 5px;margin: 0px 24px 0px 49px;}
.head_layout .head_form a{display: inline-block;width: 100%;height: 100%;}
.head_layout .head_form a:hover{color:#fff;}
.head_layout .langChoice{position: relative;line-height: 28px;margin-left: 30px;cursor: pointer;display: flex;align-items: center;color: #fff;}
.head_layout .langChoice .lang{font-size: 24px;}
header.active .head_layout .langChoice .lang{color: #333;}
.head_layout .langChoice .down{color: #fff;font-size: 18px;}
header.active .head_layout .langChoice .down{color: #333;}
.head_layout .langChoice dt{line-height: 28px;font-weight: normal;color: #fff;display: flex;align-items: center;}
.head_layout .langChoice dt .txt{margin-left: 12px;}
header.active .head_layout .langChoice dt .txt{color: #333;}
.head_layout .langChoice dd{position: absolute;width: 103px;background: #fff;z-index: 10;text-align: center;line-height: 30px;border: 1px #ddd solid;border-bottom: none;display: none;right: 0;top: 100%;max-height: 400px;overflow-y: scroll;z-index: 99;color: #333;}
.head_layout .langChoice dd a{display: block;width: 100%;border-bottom: 1px #ddd solid;}
.head_layout .langChoice dd a:hover{text-decoration: none;background: #f5f5f5;}	
.wrapper img{transition: all 0.3s linear 0s;}
.swiper-container-fade {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.swiper-container-fade .swiper-slide {
  height: auto;
}
.slider_banner .swiper-slide img {
  width: 100%;
  min-height: 150px;
}

.slider_banner .swiper-slide img + img {
  position: absolute;
  top: 0px;
  left: 0px;
}

.slider_banner .swiper-slide img {
  width: 100%;
  transition: all 3s linear 0s;
  transform: scale(1.01);
}
.slider_banner .swiper-slide p{position: absolute;left: 13%;bottom: 55%;font-size: 42px;font-weight: 700;color: #fff;line-height: 42px;}
.slider_banner .swiper-slide.swiper-slide-active img {
  transform: scale(1);
}

.slider_banner .slider_swiper_control {
  position: absolute;
  top: 40%;
  left: 0px;
  z-index: 2;
  width: 100%;
  height: 54px;
  transform: translateY(-50%);
}
.slider_banner .slider_swiper_control {
  opacity: 0;
  transition: all 0.3s linear 0s;
}

.slider_banner:hover .slider_swiper_control {
  opacity: 1;
}
.slider_banner .swiper-button-white {
  position: relative;
  right: auto;
  left: auto;
  display: inline-block;
  overflow: hidden;
  margin: auto;
  width: 60px;
  height: 90px;
  border-radius: 0px;
  background-color: rgb(56, 169, 151);
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
  text-indent: -9999px;
  opacity: 1;
}

.slider_banner .swiper-pagination {
  opacity: 0.5;
  bottom: 50px !important;
}

.slider_banner:hover .swiper-pagination {
  opacity: 1;
}

.slider_banner .swiper-pagination span {
  vertical-align: middle;
}

.slider_banner .swiper-pagination i {
  display: inline-block;
  margin: 0px 8px;
  width: 6px;
  height: 6px;
  background-color: rgb(255, 255, 255);
  vertical-align: middle;
}

.slider_banner .swiper-pagination-bullet::before {
  display: none;
}

.slider_banner .swiper-pagination-bullet {
  display: inline-block;
  box-sizing: border-box;
  margin-right: 13px;
  width: 13px;
  height: 13px;
  background: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
  text-align: center;
  border-radius: 50%;
}

.slider_banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgb(56, 169, 151);
  border: 1px solid rgb(255, 255, 255);
}

.banner_button_prev, .banner_button_next {
  position: absolute;
  top: 0px;
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  text-align: center;
  cursor: pointer;
  transition: all 0.35s ease-in-out 0s;
}

.banner_button_prev {
  left: 76px;
}

.banner_button_next {
  right: 76px;
}

.banner_button_prev::before, .banner_button_next::before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 54px;
  height: 54px;
  background: url("../images/web_icon.jpg") no-repeat;
  content: "";
  transition: all 0.35s ease-in-out 0s;
}

.banner_button_next::before {
  background-position: -54px -60px;
}

.banner_button_prev::before {
  background-position: 0px -60px;
}

.banner_button_next:hover, .banner_button_prev:hover {
  background-color: rgb(56, 169, 151);
}

.banner_button_next:hover::before {
  background-position: -54px -114px;
}

.banner_button_prev:hover::before {
  background-position: 0px -114px;
}
.ind_about {
  padding: 87px 0px 116px;
}
.ind_about .container{display: flex;}
.ind_about .left_side {
  width: 47.92%;
  padding-right: 46px;
}
.index_h3 {
  font-size: 16px;
  color: rgb(1, 112, 186);
  padding-left: 41px;
  position: relative;
  font-weight: normal;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.index_h3::before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background-color: rgb(1, 112, 186);
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.ind_about .left_side h2 {
  margin: 13px 0px 21px;
}

.ind_about .left_side p {
  font-size: 18px;
  line-height: 32px;
  color: #666;
}
.index_title{font-size: 48px;margin-bottom: 33px;text-transform: uppercase;}
.ind_about .right_side {
  width: 54.42%;
  height: fit-content;
}
.ind_about .right_side img{width: 100%;border-radius: 80px 0 0 0;}
.ind_about .right_side h3{
font-family: Poppins-Bold;
font-size: 60px;
line-height: 1;
color: #ffffff;
display: inline-block;
}
.ind_about .left_side ul{display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 41px;}
.ind_about .left_side ul li{position: relative;margin-bottom: 47px;width: 49%;display: flex;align-items: center;}
.ind_about .left_side ul li .icon_box{margin-right: 43px;transition: all 0.3s ease-in-out;}
.ind_about .left_side ul li:hover .icon_box{animation: spin 1s linear;}
@keyframes spin {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(360deg);
  }
}
.ind_about .left_side ul li i{font-size: 36px;color: #333;}
.ind_about .left_side ul li .txtBox{padding: 0 7px 11px 7px;border-bottom: 1px solid #333;}
.ind_about .links,.ind_search .links {
  display: block;
  font-size: 18px;
  line-height: 52px;
  color: rgb(255, 255, 255);
  background-color: #034ea2;
  border-radius: 5px;
  width: 178px;
  text-align: center;
}

.ind_about .links img,.ind_search .links img {
  margin-left: 19px;
}

.ind_about .links:hover img,.ind_search .links:hover img {
  transform: translateX(10px);
}

.ind_about .right_side {
  position: relative;
}

.ind_about article {
  position: absolute;
  right: -54px;
  top: 31.49%;
  padding: 79px 36px 60px;
  width: 29.66%;
  background: linear-gradient(180deg, #027AC1 0%, #034ea2 100%);
  border-radius: 0 25px 0 0;
}
.ind_about article p{text-align: center;}
.ind_about .counts {
  font-size: 60px;
  line-height: 1;
  color: rgb(255, 255, 255);
  margin-bottom: 14px;
  text-align: center;
}

.ind_about p {
  font-size: 16px;
  line-height: 24px;
  color: rgb(255, 255, 255);
}
.top_slide i{font-size:60px;color: #1996db;}
.ind_search{width: 100%;position: relative;padding-top: 83px;}
.ind_search .t{width: 78.128%;position: absolute;top: 15%;left: 10.936%;z-index: 1;}
.ind_search .t .index_h3,.ind_search .t .index_title{color: #fff;}
.ind_search .t .index_h3::before{background-color: #fff;}
.ind_search .contentBox{width: 100%;height: 1027px;position: relative;z-index: 0;}
.ind_search .mySwiper2{position: relative;height: 100%;border-radius: 80px 0 0 0;}
.ind_search .mySwiper2 .swiper-slide{width: 100%;height: 100%;position: relative;}
.ind_search .mySwiper2 .swiper-slide img{width: 100%;height: 100%;object-fit: cover;}
.ind_search .mySwiper_bus{width: 722px;background: #fff;position: absolute;right: 11.9%;bottom: 114px;z-index: 3;overflow: hidden;padding: 62px 0 80px 89px;}
.ind_search .mySwiper_bus .middle_slide{margin-top: 37px;margin-bottom: 60px;}
.ind_search .mySwiper_bus .middle_slide h2{font-size: 30px;font-weight: 500;margin-bottom: 31px;}
.ind_search .mySwiper_bus .middle_slide p{padding-right: 108px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.ind_search .mySwiper_bus .swiper-button-next,.ind_search .mySwiper_bus .swiper-button-prev{width: 91px;height: 79px;opacity: 1;position: absolute;bottom: 0;background-image: none;display: flex;align-items: center;justify-content: center;}
.ind_search .mySwiper_bus .swiper-button-next i,.ind_search .mySwiper_bus .swiper-button-prev i{color: #fff;font-size: 24px;}
.ind_search .mySwiper_bus .swiper-button-next{right: 0;top: auto;background-color: #034ea2;}
.ind_search .mySwiper_bus .swiper-button-prev{right: 91px;top: auto;left: auto;background-color: #047BBC;}
.ind_search .mySwiper_bus .swiper-button-next:hover,.ind_search .mySwiper_bus .swiper-button-prev:hover{opacity: 0.9;}
.ind_search .mySwiper_bus .swiper-pagination{bottom: auto;top: 63px;right: 0;text-align: right;width: 95%;}
.ind_search .mySwiper_bus .swiper-pagination .swiper-pagination-current{font-size: 48px;font-weight: bold;color:#000;}
.ind_search .mySwiper_bus .swiper-pagination .swiper-pagination-total{font-size: 36px;color:#000;}
.ind_product{padding: 120px 0 0;}
.ind_product .container{margin-left: 13%;width: 87%;position: relative;}
.ind_product .ind_product_swiper{margin-top: 60px;}
.ind_product .ind_product_swiper .swiper-slide{width: 347px;border-radius: 16px;border: 3px solid #F2F2F2;box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);padding: 0 16px 18px;}
.ind_product .ind_product_swiper .swiper-slide .imgBox{display: flex;justify-content: center;align-items: center;width: 100%;height: 318px;overflow: hidden;}
.ind_product .ind_product_swiper .swiper-slide .imgBox:hover img{transform: scale(1.05);}
.ind_product .ind_product_swiper .swiper-slide h3{color: #337099;font-size: 18px;font-weight: 700;}
.ind_product .ind_product_swiper .swiper-slide p{color: #666;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.ind_product .ind_product_swiper .swiper-slide .buttonGroup{display: flex;justify-content: space-between;align-items: center;}
.ind_product .ind_product_swiper .swiper-slide .buttonGroup .button1{width: 83px;height: 28px;display: inline-block;text-align: center;line-height: 28px;background: #CAEDFF;color: #337099;font-size: 12px;border-radius: 17px;}
.ind_product .ind_product_swiper .swiper-slide .buttonGroup .button2{width: 102px;height: 34px;display: inline-block;text-align: center;line-height: 34px;background: #034ea2;color: #fff;font-size: 14px;border-radius: 4px;}
.ind_product .ind_product_swiper .swiper-slide .buttonGroup .button1:hover,.ind_product .ind_product_swiper .swiper-slide .buttonGroup .button2:hover{opacity: 0.9;}
.ind_product .ind_product_prev,.ind_product .ind_product_next{background-image: none;width: 97px;height: 62px;display: flex;align-items: center;justify-content: center;position: absolute;top: 46px;}
.ind_product .ind_product_prev{border: 1px solid #00000066;color: #333333B5;right: calc(15% + 100px);left: auto;}
.ind_product .ind_product_next{background-color: #034ea2;color: #fff;right: 16%;}
.ind_product .ind_product_prev i,.ind_product .ind_product_next i{font-size: 24px;}
.ind_news{padding-bottom: 120px;margin-top:120px;}
.ind_news ul{margin-top: 60px;display: grid;grid-template-columns: repeat(3, 1fr);gap: 15px;}
.ind_news ul li{padding: 34px 26px 46px;border-radius: 35px;border: 3px solid #F2F2F2;box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);position: relative;top: 200px;opacity: 0;}
.ind_news ul li .imgBox{width: 100%;height: 296px;display: flex;align-items: center;justify-content: center;overflow: hidden;}
.ind_news ul li .imgBox img{width:100%;height:100%;object-fit:cover}
.ind_news ul li .imgBox:hover img{transform: scale(1.05);}
.ind_news ul li .textBox{margin: 24px 0 40px;padding-bottom: 28px;border-bottom: 1px solid #00000069;}
.ind_news ul li .textBox .p1{color: #666;font-size: 14px;}
.ind_news ul li .textBox .p2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;color: #666;}
.ind_news ul li .more{display: flex;align-items: center;color: #333;font-size: 16px;}
.ind_news ul li .more .iconfontBox{display: flex;align-items: center;justify-content: center;width: 24px;height: 24px;border-radius: 50%;background-color: #50A615;margin-left: 12px;margin-top: -3px;transition: all 0.3s ease-in-out;}
.ind_news ul li .more .iconfontBox i{color: #fff;font-size: 16px;}
.ind_news ul li .more:hover{color: #50A615;}
.ind_news ul li .more:hover .iconfontBox{transform: translateX(10px);}
.quiry_box{background: linear-gradient(90deg, #037ABE 0%, #034ea2 100%);overflow: hidden;}
.quiry_box .container{padding: 44px 0 44px;display: flex;}
.quiry_box .left_side{padding: 40px 35% 30px 0;border-right: 2px solid rgba(255, 255, 255, 0.76);float: left;margin-right: 14%;position: relative;}
.quiry_box .left_side h2{color: #fff;font-size: 48px;margin-bottom: 26px;}
.quiry_box .left_side p{color: #fff;}
.quiry_box .left_side img{position: absolute;bottom: -67%;right: 4%;}
.quiry_box .right_side{margin-top: 84px;float: right;}
.quiry_box .right_side a{display: flex;align-items: center;justify-content: center;width: 267px;height: 81px;background-color: #fff;color: #034ea2;font-size: 20px;border-radius: 4px;transition: all 0.3s ease-in-out;}
.quiry_box .right_side a i{color: #034ea2;font-size: 18px;margin-left: 20px;transition: all 0.3s ease-in-out;}
.quiry_box .right_side a:hover{color: #fff;background-color: #38A997;}
.quiry_box .right_side a:hover i{color: #fff;}
/* 搜索 */
.search-ipt {
    border: 0px;
    border-radius: 0px;
    background: transparent;
    appearance: none;
}

.web-search {
    display: flex;
    visibility: hidden;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.web-search .btn--search-close {
    position: absolute;
    top: 1.25em;
    right: 1.25em;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: rgb(204, 204, 204);
    background-image: url("../images/search_btn_close.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 1.8em;
    line-height: 45px;
    cursor: pointer;
    transition: transform 0.3s ease 0s;
    background-size: auto 35%;
}
@keyframes bounceInA {
  0%, 100%, 20%, 40%, 60%, 80% {
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
      opacity: 0;
      transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
      transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
      transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
      opacity: 1;
      transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
      transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
      opacity: 1;
      transform: scale3d(1, 1, 1);
  }
}
.web-search .btn--search-close:hover {
    background-color: rgb(56, 169, 151);
    transform: rotate(90deg);
}

.btn--search-close {
    display: block;
}

.web-search .search-ipt {
    display: inline-block;
    box-sizing: border-box;
    padding: 0.05em 0px;
    width: 75%;
    border-bottom: 3px solid;
    color: rgb(51, 51, 51);
    font-size: 20px;
    font-family: inherit;
    line-height: 1em;
}

.web-search .search-ipt::-webkit-input-placeholder {
    color: rgb(51, 51, 51);
    font-weight: bold;
    font-size: 60px;
}

.web-search .search-ipt::-webkit-search-cancel-button, .web-search .search-ipt::-webkit-search-decoration {
    appearance: none;
}

.web-search .search-attr {
    display: block;
    margin: 0px auto;
    padding: 0.85em 0px;
    width: 75%;
    color: rgb(51, 51, 51);
    text-align: right;
    font-size: 90%;
}

.container, .web-search .search-ipt {
    transition: all 0.3s ease-in-out 0s;
}

.container {
    position: relative;
}

.main-wrap--move {
    min-height: 100vh;
    transform: translateY(180px);
}
.main-wrap--move::after {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100000;
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
}
.web-search {
    pointer-events: none;
}

.web-search {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100001;
    margin: auto;
    padding: 25px 0px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    transition: all 0.3s ease 0s;
    transform: translateY(-100%);
    perspective: 1200px;
}

.web-search .btn--search-close {
    opacity: 0;
    transition: opacity 0.3s ease 0s;
}

.search__suggestion, .web-search .search-attr {
    opacity: 0;
    transition: opacity 0.8s ease 0s, transform 0.8s ease 0s;
    transform: translate3d(-15%, 0px, 0px);
}

.web-search .search-attr {
    padding-bottom: 0px;
    font-size: 20px;
}

.web-search .search-ipt {
    padding: 0px 0px 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 60px;
    opacity: 0;
    transform: scale3d(0, 1, 1);
    transform-origin: 0% 50%;
    border-bottom-width: 1px;
}

.web-search .search-ipt, .web-search .search-attr {
    transition-delay: 0.15s;
}

.web-search .search-btn {
    display: none !important;
}

.search--open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.search--open .btn--search-close {
    opacity: 1;
    transition: transform 0.3s ease 0s;
    animation: 1s ease 0s 1 normal none running bounceInA;
}
.search--open .search-ipt {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.search--open .search-attr {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
}

.search--open {
    transform: none;
}

.search--open::before {
    opacity: 1;
    transform: none;
}
/* 关于我们 */
.nei_ban{height: 451px;}
.nei_ban img{width: 100%;height: 100%;object-fit: cover;}
.about1{padding-top: 100px;padding-bottom: 34px;}
.about1 .top{display: flex;margin-bottom: 25px;}
.about1 .top .imgBox{width: 40%;overflow: hidden;}
.about1 .top .imgBox img{width: 100%;height: 100%;object-fit: cover;}
.about1 .top .imgBox:hover img{transform: scale(1.05);}
.about1 .top .txtBox{width: 60%;padding-left: 68px;padding-top: 16px;}
.title1{padding-bottom: 26px;font-size: 36px;color: #333;border-bottom: 1px solid #0D5F97;margin-bottom: 26px;font-weight: 700;width: 285px;}
.about2{padding: 67px 0;background: url(../images/ind_search_bg.jpg) fixed center center;background-size: cover;position: relative;}
.about2::after{content:"";width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: linear-gradient(105deg, rgba(32, 33, 53, 0.88) 5.77%, rgba(32, 33, 53, 0.88) 26.59%, rgba(32, 33, 53, 0.66) 57.11%, rgba(32, 33, 53, 0.88) 77.93%, rgba(32, 33, 53, 0.88) 98.28%)}
.about2 .txtBox{padding: 27px 30px 26px 37px;background: rgba(239, 239, 239, 0.40);z-index: 20;position: relative;}
.about2 .txtBox h1{color: #fff;font-size: 36px;font-weight: 700;position: relative;}
.about2 .txtBox h1::after{content:"";position: absolute;width: 11%;height: 1px;background-color: #fff;bottom: -32px;left: 0;}
.about2 .txtBox p{margin-top: 64px;color: #fff;}
.about3{padding-top: 83px;padding-bottom: 134px;}
.about3 .container{display: flex;}
.about3 .txtBox{width: 60%;padding-right: 155px;padding-top: 16px;}
.about3 .imgBox{width: 40%;margin-top: 88px;overflow: hidden;}
.about3 .imgBox img{width: 100%;height: 100%;object-fit: cover;}
.about3 .imgBox:hover img{transform: scale(1.05);}
/* 产品列表 */
.products{padding: 101px 0 120px;}
.products .container{display: flex;justify-content: space-between;}
.products .product_nav{width: 25%;}
.products .product_nav .txt{padding: 18px 17px 18px;background: #027AC6;font-size: 32px;font-weight: 700;color: #fff;}
.products .product_nav .item{padding: 16px 19px 16px;border-bottom: 1px solid #E6E6E6;}
.products .product_nav .item:last-child{border-bottom: none}
.products .product_nav .item a{display: flex;justify-content: space-between;align-items: center;}
.products .product_nav .item a .iconfontBox{transform: rotate(-90deg);}
.products .product_nav .item a .iconfontBox i{font-size: 18px;color: #666;}
.products .product_nav .item.active p{color: #027AC6;}
.products .product_nav .item.active a .iconfontBox{transform: rotate(0);}
.products .product_nav .item.active a .iconfontBox i{color: #027AC6;}
.products .product_nav .item .menu_down{padding-left: 15px;display: none;}
.products .product_nav .item .menu_down li{border-bottom:1px solid #F2F4F5;padding: 17px 0 16px;}
.products .product_nav .item .menu_down li:last-child{border-bottom:none;}
.products .contentBox{width: 75%;padding-left: 47px;}
.products .contentBox .searchBox{position: relative;margin-bottom: 41px;display: flex;}
.products .contentBox .searchBox input{width: 87%;height: 58px;padding-left: 24px;border-radius: 5px 0px 0px 5px;border: 4px solid #F2F4F5;background: #FFF;}
.products .contentBox .searchBox input::placeholder{color: #999;font-size: 16px;font-weight: 400;}
.products .contentBox .searchBox button{width: 13%;height: 58px;border-radius: 0px 5px 5px 0px;background: linear-gradient(180deg, #077CB7 0%, #034ea2 100%);/* y方向投影 */box-shadow: 0px 4px 4px 0px rgba(219, 219, 219, 0.25);display: flex;align-items: center;justify-content: center;color: #fff;cursor: pointer;font-size: 16px;position: absolute;right: 4px;}
.products .contentBox .content{display: grid;grid-template-columns: repeat(4, 1fr);gap: 15px;}
.products .contentBox .content li {
    width: 100%;
    overflow: hidden;
}
.products .contentBox .content li:hover a p{color: #034ea2;}
.products .contentBox .content li:hover a img{transform: scale(1.05);}
.products .contentBox .content li .imgBox{width: 100%;height: 240px;display: flex;align-items: center;justify-content: center;border: 4px solid #F2F4F5;overflow: hidden;margin-bottom: 10px;}
.products .contentBox .content li .p1{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.products .contentBox .content li .p2{color: #666;}
/* 产品详情 */
/* 产品详情 */
.prodot1{padding-top: 100px;padding-bottom: 74px;}
.prodot1 .proBan {display: flex;justify-content: space-between;}
.prodot1 .proBan ol{width: 736px;height: 517px;position: relative;margin-bottom: 20px;background-color: #fff;border: 4px solid #F2F4F5;}
.prodot1 .proBan ol li{max-height: 100%;max-width: 100%;display: flex;align-items: center;justify-content: center;overflow: hidden;position: absolute;z-index: 1;width: 100%;height: 100%;}
.prodot1 .proBan ol li img{opacity: 0;width: 500px;height: 400px;}
.prodot1 .proBan ol li.open{z-index: 2;}
.prodot1 .proBan ol li.open img{opacity: 1;}
.prodot1 .proBan ul{display: grid;grid-template-columns: repeat(3, 1fr);gap: 0 15px;}
.prodot1 .proBan ul::before{display: none;}
.prodot1 .proBan ul li{height: 100px;border: 4px solid #F2F4F5;cursor: pointer;display: flex;align-items: center;justify-content: center;}
.prodot1 .proBan ul li.active{border-color: #034ea2;}
.prodot1 .proBan .videoBox {background: #333;width: 736px;height: 517px;position: absolute;left: 0;top: 0px;z-index: 9;}
.videoIcon {position: absolute;z-index:8;bottom: 10px;left: 10px;width: 50px;height: 50px;line-height: 50px;cursor: pointer;}
.videoIcon i{font-size: 40px;color: #666;}
.videoClose{position: absolute;top: 20px;right: 20px;cursor: pointer;}
.videoClose i{color: #fff;}
.prodot1 .proBan{position: relative;}
.prodot1 .proBan .videoBox video{width: 736px;height: 517px;}
.myVideo {position: absolute;width: 736px;height:517px;}
.prodot1 .proBan .txtBox{padding-top: 54px;padding-left: 110px;flex: 1px;width: calc(100% - 846px);}
.prodot1 .proBan .txtBox h1{font-size: 32px;font-weight: 700;color: #333;margin-bottom: 20px;}
.prodot1 .proBan .txtBox h2{font-size: 16px;font-weight: 700;color: #333;margin-top: 34px;margin-bottom: 10px;}
.prodot1 .proBan .txtBox h2 + p{line-height: 35px;}
.prodot1 .proBan .txtBox .button{width: 198px;height: 54px;border-radius: 36.5px;background: #034ea2;display: flex;align-items: center;justify-content: center;color: #fff;font-size: 18px;margin-top: 41px;cursor: pointer;}
.prodot1 .proBan .txtBox .button:hover{opacity: 0.9;}
.prodot1 .proBan .txtBox .button i{color: #fff;margin-left: 18px;}
.prodot2 h1{padding-left: 29px;padding-top: 21px;padding-bottom: 18px;font-size: 24px;font-weight: 700;color: #333;border: 4px solid #F2F4F5;margin-bottom: 35px;}
.prodot2 h2,.prodot2 p{padding-left: 29px;}
.prodot2 h2{font-size: 16px;font-weight: 700;color: #333;margin-bottom: 15px;}
.prodot2 p{margin-bottom: 32px;line-height: 35px;}
.prodot3{padding-bottom: 120px;}
.prodot3 h1{padding-left: 29px;padding-top: 21px;padding-bottom: 18px;font-size: 24px;font-weight: 700;color: #333;border: 4px solid #F2F4F5;margin-bottom: 61px;}
.prodot3 ul{    display: grid;grid-template-columns: repeat(4, 1fr);gap: 15px;}
.prodot3 ul li:hover a p{color: #034ea2;}
.prodot3 ul li .imgBox{width: 100%;height: 279px;display: flex;align-items: center;justify-content: center;border: 4px solid #F2F4F5;overflow: hidden;margin-bottom: 15px;}
.prodot3 ul li:hover a .imgBox img{transform: scale(1.05);}
.prodot3 ul li p{text-align: center;}
.prodot3 ul li .p1{white-space: nowrap;overflow: hidden;text-overflow: ellipsis ;}
.prodot3 ul li .p2{color: #666;margin-bottom: 0;}
.dialogBox {position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 993;display: none;}
.inputBox.required .tips{left: 147px;}
 .inquiryBox1 .inputBox.required textarea{border: 1px #f00 solid;}
 .inquiryBox1 .inputBox.required input[type="text"]{border: 1px #f00 solid;}
body.black::after{background: rgba(0,0,0,0.4);
    z-index: 9;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;  z-index: 990;
    position: fixed;}
.mask{
    width: 822px;
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translate(-50%,0);
    z-index: 200;
    background-color: #fff;
    padding: 50px;
}
 .closeBtn{position: absolute;top: 20px;right: 20px;}
 .inquiryBox1 .submitBtn:hover{opacity: 0.9;}
 .inquiryBox1 input{height: 30px;width: calc(100% - 153px);padding: 0 10px;border: 1px solid #DDDDDD;}
 .inquiryBox1 form .selectCon{display: inline-block;width: calc(100% - 153px);position: relative;}
 .inquiryBox1 form .selectCon input{width: calc(100% - 119px);}
 .inquiryBox1 span{display:inline-block;width: 143px;position: relative;color: #666;}
 .inquiryBox1 .inputBox{margin-bottom: 10px;}
 .inquiryBox1 .inputBox .radioBox{display: inline-block;width: calc(100% - 153px);}
 .inquiryBox1 .inputBox .radioBox label{margin-right: 20px;font-weight: normal;}
 .inquiryBox1 .inputBox .codeBox{display: inline-block;width: calc(100% - 153px);}
 .inquiryBox1 .inputBox .codeBox input{width: calc(100% - 80px);}
 .inquiryBox1 .inputBox .codeBox img{width: 80px;height: 30px;}
 .inquiryBox1 .inputBox select{width: 114px;height: 30px;border: 1px solid #DDDDDD;padding-left: 10px;}
 .inquiryBox1 .inputBox .triangle{position: absolute;right: 10px;top: 5px;color: #D9D9D9;font-size: 14px;cursor: pointer;z-index: -10;width: auto;}
 .inquiryBox1{margin-top: 30px;}
 .inquiryBox1 .inputBox.required .tips{left: 147px;}
 .inquiryBox1 h2{margin-bottom: 15px;}
 .radio_box input[type="radio"]{width: 16px;height: 16px;-webkit-appearance: none;  margin-left: -1px;  border: 1px #bbb solid; border-radius: 100%;margin-right: 0.3rem;vertical-align: -4px;appearance: none;-webkit-appearance: none;outline: none;}
 .radio_box input[type="radio"]:checked{ border: 1px #ff8a00 solid;position: relative;}
 .radio_box input[type="radio"]:checked:after{content: "";background: #FF8A00;position: absolute;top: 4px;left: 4px;width: 6px;height: 6px;font-family: "iconfont" !important;font-size:30px;display:block;border-radius: 3px;}
 .inquiryBox1 form .inputBox .radio_box .txt{margin-left: 10px;font-weight: 400;}
 .inquiryBox1 sup{color: #EF2525;font-size: 18px;position: absolute;top: 9px;left: -5px;}
 .inquiryBox1 .inputBox textarea{width: calc(100% - 153px);height: 98px;border: 1px solid #DDDDDD}
 .inquiryBox1 .submitBtn{display: flex;align-items: center;justify-content: center;background-color: #F1881F;color: #fff;width: 130px;height: 40px;cursor: pointer;border-radius: 5px;margin-left: 146px;margin-top: 41px;}
 .inquiryBox1 .submitBtn:hover{background-color: #eb9642;}
.inputBox.required input{border-bottom: 1px #f00 solid;}
.inputBox.required  textarea{border: 1px #f00 solid;}
inquiryBox1 .inputBox.required .tips{left: 147px;}
.inputBox.required .tips{color: #fff;background: #363636;display: inline-block;position: relative;margin-top: 10px;font-size: 12px;border-radius: 2px;left: 0;padding: 0 3px;}
.inputBox.required .tips::after{
        width:0;
        height:0;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        border-bottom: 6px solid #363636;
        position: absolute;
        content: "";
        left: 6px;
        top: -5px;
        }
.hint{display: none;position: fixed;top: 65%;left: 50%;transform: translate(-50%,-50%);z-index: 999;width: 580px;text-align: center;line-height: 50px;background-color: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.hint .iconfont{color: #F1881F;font-size: 16px;margin-right: 5px;margin-top: 5px;}
.hint .txt{color: #333;font-size: 15px;} 
/* 科研创新 */
.innovation1{padding-top: 100px;padding-bottom: 120px;}
.innovation1 h1{font-size: 36px;color: #333;font-weight: 700;position: relative;margin-bottom: 44px;}
.innovation1 h1::after{content: "";width: 55%;height: 1px;background: #0D5F97;position: absolute;bottom: -16px;left: 0;}
.innovation1 .contentBox{display: flex;justify-content: space-between;}
.innovation1 .contentBox .imgBox{width: 46%;overflow: hidden;}
.innovation1 .contentBox .imgBox img{width: 100%;height: 100%;object-fit: cover;}
.innovation1 .contentBox .imgBox:hover img{transform: scale(1.05);}
.innovation1 .contentBox .txtBox{width: 54%;padding-left: 5%;padding-top: 34px;}
.innovation1 .contentBox .txtBox h2{font-size: 24px;color: #333;font-weight: 700;margin-bottom: 20px;}
.innovation1 .contentBox .txtBox p{line-height: 35px;}
.innovation2{background: url(../images/ind_search_bg.jpg);background-size: cover;padding-top: 79px;padding-bottom: 54px;position: relative;}
.innovation2::after{content:"";width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: linear-gradient(105deg, rgba(32, 33, 53, 0.88) 5.77%, rgba(32, 33, 53, 0.88) 26.59%, rgba(32, 33, 53, 0.66) 57.11%, rgba(32, 33, 53, 0.88) 77.93%, rgba(32, 33, 53, 0.88) 98.28%)}
.innovation2 .container{position: relative;z-index: 5;}
.innovation2 h1{font-size: 40px;font-weight: 700;color: #fff;margin-bottom: 79px;text-align: center;position: relative;}
.innovation2 h1::after{content: "";width: 3%;height: 1px;background: #fff;position: absolute;bottom: -16px;left: 50%;transform: translateX(-50%)}
.innovation2 ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.innovation2 ul li{width: 32%;height: 331px;margin-bottom: 40px;background-color: #fff;position: relative;top: 280px;opacity: 0;}
.innovation2 ul li .imgBox{width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}
.innovation2 ul li p{width: 100%;height: 56px;line-height: 56px;text-align: center;position: absolute;bottom: 0;left: 0;background: linear-gradient(90deg, #4B9F20 1.94%, #047ABC 99.85%);display: none;color: #fff;}
.innovation2 ul li.active p{display: block;}
.innovation3{padding-top: 120px;padding-bottom: 136px;}
.innovation3 h1{font-size: 36px;color: #333;font-weight: 700;position: relative;margin-bottom: 44px;text-align: right;}
.innovation3 h1::after{content: "";width: 55%;height: 1px;background: #0D5F97;position: absolute;bottom: -16px;right: 0;}
.innovation3 .contentBox{display: flex;justify-content: space-between;}
.innovation3 .contentBox .txtBox{width: 54%;padding-right: 12%;padding-top: 34px;}
.innovation3 .contentBox .txtBox h2{font-size: 24px;color: #333;font-weight: 700;margin-bottom: 20px;}
.innovation3 .contentBox .txtBox p{line-height: 35px;}
.innovation3 .contentBox .imgBox{width: 46%;overflow: hidden;}
.innovation3 .contentBox .imgBox img{width: 100%;height: 100%;object-fit: cover;}
.innovation3 .contentBox .imgBox:hover img{transform: scale(1.05);}
/* 新闻列表 */
.news{padding-top: 100px;padding-bottom: 177px;}
.news .container{display: flex;justify-content: space-between;}
.news .newsNav{width: 23%;}
.news .newsNav .txt{padding-left: 24px;padding-top: 17px;padding-bottom: 17px;background: #027AC6;font-size: 32px;font-weight: 700;color: #fff;}
.news .newsNav .item a{padding-left: 24px;padding-top: 16px;padding-bottom: 16px;border-bottom:1px solid #E6E6E6;font-size: 16px;color: #333;display: block;}
.news .newsNav .item:last-child a{border-bottom: none;}
.news .newsNav .item.active a{color: #027AC6;}
.news .TabHide5{width: 77%;padding-left: 84px;}
.news .contentBox{width: 100%;}
.news .contentBox li{padding: 30px 37px 30px 24px;display: flex;justify-content: space-between;margin-bottom: 0;}
.news .contentBox li .imgBox{width: 39%;height: 262px;display: inline-block;overflow: hidden;}
.news .contentBox li .imgBox img{width: 100%;height: 100%;object-fit: cover;}
.news .contentBox li .imgBox:hover img{transform: scale(1.05);}
.news .contentBox li .txtBox{width: 61%;padding-left: 47px;}
.news .contentBox li .txtBox h1{color: #333;font-size: 24px;font-weight: 400;margin-bottom: 10px;}
.news .contentBox li .txtBox .p1{color: #666;font-size: 14px;margin-bottom: 10px;}
.news .contentBox li .txtBox .newsDetails{color: #666;margin-bottom: 18px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.news .contentBox li .txtBox .more{font-size: 14px;color: #027AC6;display: block;float: right;position: relative;padding: 5px;transition: all .4s;}
.news .contentBox li .txtBox .more::after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #027AC6;
  content: "";
  transition: all 0.4s ease 0s;
}

.news .contentBox li .txtBox .more::before {
  top: 0px;
  left: 0px;
}

.news .contentBox li .txtBox .more::after {
  right: 0px;
  bottom: 0px;
}

.news .contentBox li .txtBox .more:hover::before, .news .contentBox li .txtBox .more:hover::after {
  width: 0px;
  opacity: 0;
}

.news .contentBox li .txtBox .more:hover {
  background-color: #027AC6;
  color: rgb(255, 255, 255);
  transition-delay: 0.3s;
}
.news .contentBox li:hover{background-color: #F9F9F9;}
/* 新闻详情 */
.newsDetail{margin-top: 50px;margin-bottom: 50px;}
.newsTxt h2{font-size: 28px;font-family: "times new roman";}
.newsTxt h5{margin: 20px 0;color: #999;}
.newsTxt img{max-width: 100%;margin-bottom: 20px;}
.newsTxt p{font-size: 15px;line-height: 32px;}
/* 联系我们 */
.contact1{padding-top: 100px;}
.contact1 #container{width: 100%;height: 374px;}
.contact2{padding-top: 60px;padding-bottom: 49px;}
.contact2 ul{padding: 0 97px;display: flex;justify-content: space-between;}
.contact2 ul li{display: flex;flex-direction: column;align-items: center;}
.contact2 ul li .iconfontBox{display: flex;align-items: center;justify-content: center;width: 70px;height: 70px;border-radius: 50%;background-color: #027AC6;}
.contact2 ul li .iconfontBox i{color: #fff;font-size: 32px;}
.contact2 ul li .p1{color: #333;font-size: 20px;font-weight: 700;margin-top: 13px;margin-bottom: 16px;}
.inquiryBox .submitBtn:hover{opacity: 0.9;}
.inquiryBox input[type="text"] {height: 40px;width: 100%;border: 1px #ccc solid;/* margin-bottom: 10px; */background: none;padding: 5px;border-radius: 5px;}
.inputBox.required input{border: 1px #f00 solid;}
.inputBox.required  textarea{border: 1px #f00 solid;}
.inquiryBox span{display: block;}
.inquiryBox sup{font-size: 18px;color: #f00;vertical-align: -12px;margin-right: 4px;}
.inquiryBox .inputBox{margin-bottom: 15px;}
.inquiryBox .inputBox span{color: #333;}
.inquiryBox .inputBox input{background:#fff;}
.inquiryBox .inputBox textarea{background:#fff;}
.inquiryBox .inputBox input::placeholder{color: #333;}
.inquiryBox h2{margin-bottom: 15px;}
.inquiryBox textarea{height: 160px;width: 100%;padding: 0 10px;border-radius: 8px;background: none;border: 1px #ddd solid;}
.inquiryBox .submitBtn {display: inline-block;border-radius: 8px;background: #F1881F;color: #fff;padding: 5px 40px;margin-top: 30px;margin-right: 10px;}
.inquiryBox .submitBtn:hover {opacity: 0.9;}
.inquiryBox .codeBox{display: flex;align-items: center;}
.inquiryBox .codeBox img{width: 100px;height: 40px;}
.inputBox.required .tips {color: #fff;background: #363636;display: inline-block;position: relative;margin-top: 5px;font-size: 12px;border-radius: 2px;padding: 0 3px;}
.inputBox.required .tips::after {width: 0;height: 0;border-right: 6px solid transparent;border-left: 6px solid transparent;border-bottom: 6px solid #363636;position: absolute;content: "";left: 6px;top: -5px;}
.inquiryBox {
    background: #f1f5f9;
    padding: 30px;
}
/* 底部 */
/* footer{background: #1B0131;padding-top:101px;}
footer .container{display: flex;justify-content: space-between;}
footer .container dt{font-size: 16px;color: rgba(255, 255, 255, 0.9);margin-bottom: 25px;}
footer .container dd{font-size: 14px;color: rgba(255, 255, 255, 0.8);margin-bottom: 9px;}
footer .container .right_side{width:43%;padding-left: 15%;}
footer .container .right_side li{margin-bottom: 6px;display: flex;}
footer .container .right_side li p{color: rgba(255, 255, 255, 0.90);font-size: 14px;margin-top: -4px;}
footer .container .right_side i{margin-right: 18px;font-size: 14px;color: rgba(255, 255, 255, 0.70);}
footer .container .right_side .link_box a{margin-right: 30px;}
footer .container .right_side .link_box a i{font-size: 18px;}
footer .copy{margin-top: 39px;text-align: center;border-top: 1px solid #4F4F4F;color: #989898;font-size: 12px;padding: 10px 0;} */
.footer{background: #2F2F2F;color: #fff;}
.footer .container{margin: 0 auto; padding:0;}
.footer .row{ margin:0px;}
.footerlogo a{width: 144px;height: 39px;margin: 0 0 0 -15px;padding: 0 15px;background: #f3f4f4; display:block;}
.footerwarp {text-align: center;}
.footerwarp p{color: #fff;}
.footerwarp  ul{width: 100%;text-align: center;margin-bottom: 20px;padding-bottom: 20px;border-bottom: #565656 1px solid;}
.footerwarp  ul li{text-transform:capitalize;display: inline-block;margin-top: 20px;}
.footerwarp  ul li a{color: #eee;font-size: 15px;padding: 0 15px;border-left: 1px #eee solid;}
.footerwarp  ul li:first-child a{border-left: none;}
.footerwarp  ul li a:hover{color:#fff;}
.footerwarp p span {margin: 0 10px;}
.footercopy .col-lg-6{ padding:0px;}
.footercopy{margin-top: 20px;border-top: #565656 1px solid;text-align: center;font-size: 14px;color: #666;padding: 5px 0;}
.footer .links{display: inline-block;margin: 0 auto;margin-top: 20px;}
.footer .links a{margin: 0 5px;transition: all 0.3s ease-in-out;background: #fff;display: inline-block;width: 30px;height: 30px;border-radius: 100%;padding: 3px;}
.footer .links a:hover{opacity: 0.7;}
.copy{font-size: 12px;line-height:40px;color: #eee;margin: 0 25px 0 0;}
@media (min-width: 1400px) {
  .container {
    width: 1440px;
  }
}
@media (max-width: 1500px) and (min-width:769px){
  .head_layout .nav_box .item{padding: 0 20px;}
  header.active .head_layout{width: 100%;}
}
@media (max-width: 768px) {
.container{width: 100%;padding-left: 15px;padding-right: 15px;}
.headerPhoneTop {position: fixed;width: 100%;top: 0;left: 0;text-align: center;background: #fff;box-shadow: 0 0 7px #b9b9b9;z-index: 99;transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;}
.menuPhone {position: fixed;width: 250px;height: 100%;overflow-y: auto;left: -250px;background: #2a4485;top: 0;    z-index: 9;
transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;}
.headerPhoneLogo img {height: 30px;}
.headerPhoneLogo {padding: 10px 0;}
a.menu-trigger {position: absolute;display: inline-block;width: 36px;height: 30px;top: 50%;margin-top: -15px;left: 10px;padding: 0 5px;}
a.menu-trigger span {display: block;background: #222;width: 100%;height: 2px;margin: 6px 0;}
.wrapper {position:relative;width: 100%;left: 0;padding-top: 0 !important;transition: left 0.2s ease-in-out;-webkit-transition: left 0.2s ease-in-out;-moz-transition: left 0.2s ease-in-out;-ms-transition: left 0.2s ease-in-out;-o-transition: left 0.2s ease-in-out;}
body.menuOpen .headerPhoneTop  {left:250px;}
body.menuOpen .wrapper  {left:250px;}
body.menuOpen .menuPhone{left:0;}
.headerPhone {transition: left 0.2s ease-in-out;-webkit-transition: left 0.2s ease-in-out;-moz-transition: left 0.2s ease-in-out;-ms-transition: left 0.2s ease-in-out;-o-transition: left 0.2s ease-in-out;}
body.menuOpen .headerPhone {left: 250px;}
.menuPhone li h2 {margin: 0;font-size: 15px;line-height: 30px;}
.menuPhone li h2 a {color: #fff;padding: 5px 15px;display: inline-block;width: 100%;}
.menuPhone li h5 {margin: 0;padding-left: 25px;font-size: 12px;line-height: 25px;border-top: solid 1px rgba(255, 255, 255, 0.15);}
.menuPhone li h5 a {color: #fff;padding: 5px 0;display: inline-block;font-size: 14px;}
.menuPhone ul li {border-bottom: solid 1px rgba(255, 255, 255, 0.15);}
.menuPhoneHide {background: rgba(255, 255, 255, 0.1);display: none;}
.headerPhone .menu_tr_ico{position: absolute;right:15px;top: 50%;margin-top: -18px;}
.headerPhone .menu_tr_ico .enChange{background:  #ff8a00;color:  #fff;border-radius:  100%;padding: 5px;}
.headerPhone .menu_tr_ico i{font-size: 20px;color: #666;display: inline-block;margin-left: 10px;}
.headerPhone .menu_tr_search{margin-top: 10px;padding: 0 15px;position: relative;}
.headerPhone .menu_tr_search input{width: 100%;height: 40px;background-color: #f1f1f1;padding: 0 10px;margin-bottom: 10px;}
.headerPhone .menu_tr_search button{    right: 20px;position: absolute;width: 40px;height: 40px;background: none;top: 0;}
.headerPhone {padding-top: 50px;position: relative;left: 0;}
.headerPhone .menu_tr_ico .selectBox {background: #fff;box-shadow: 0 0 4px #ddd;position: absolute;display: none;overflow-y: scroll;max-height: 300px;}
.headerPhone .menu_tr_ico .selectBox:after{width: 0;height: 0;border-right: 5px solid transparent;border-left: 5px solid transparent;border-bottom: 7px solid #fff;content: "";position: absolute;top: -7px;right: 9px;}
.headerPhone .menu_tr_ico .selectBox::before{width: 0;height: 0;border-right: 5px solid transparent;border-left: 5px solid transparent;border-bottom: 7px solid #999;content: "";position: absolute;top: -7px;right: 9px;}
.headerPhone .menu_tr_ico .selectBox ul li{padding: 0 10px;border-bottom: 1px #dedede solid;}
.banner_button_prev, .banner_button_next{width: 42px;height: 42px;}
.banner_button_prev{left: 20px;}
.banner_button_next{right: 20px;}
.banner_button_prev::before, .banner_button_next::before{top: -6px;left: -5px;}
.slider_banner .swiper-slide p{left: 16%;bottom: 36%;font-size: 18px;line-height: 30px;}
.slider_banner .slider_swiper_control{top: 43%;}
.ind_about{padding: 25px 0 20px;}
.ind_about .container{display: inherit;}
.ind_about .left_side{width: 100%;padding-right: 0;}
.ind_about .left_side ul li .icon_box{margin-right: 0;}
.ind_about .left_side ul li .iconfont{margin-right: 20px;}
.ind_about .right_side{width: 100%;}
.ind_about .right_side figure{margin: 20px 0;}
.ind_about article{position: static;padding: 76px 36px 40px;width: 100%;}
.ind_search{padding-top: 20px;}
.ind_search .t{width: 100%;top: 7%;left: 0;}
.index_title{font-size: 28px;}
.ind_search .mySwiper_bus{width: 100%;right: 0;bottom: 203px;padding: 61px 15px 80px;}
.ind_search .mySwiper_bus .middle_slide p{padding-right: 0;}
.ind_product{padding: 40px 0;}
.ind_product .container{margin-left: 0;width: 100%;}
.ind_product .ind_product_swiper{margin-top: 32px;}
.ind_product .ind_product_prev, .ind_product .ind_product_next{display: none;}
.ind_news{padding-bottom: 40px;}
.ind_news ul{margin-top: 60px;display: grid;grid-template-columns: repeat(1, 1fr);gap: 30px;}
.ind_news ul li{padding: 34px 26px 46px;border-radius: 35px;border: 3px solid #F2F2F2;box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04);position: relative;top: 200px;opacity: 0;}
.quiry_box .container{padding: 30px 0 27px;display: inherit;}
.quiry_box .left_side{padding: 40px 9% 30px 15px;border-right: none;margin-right: 0;}
.quiry_box .right_side{float: left;margin-left: 15px;margin-top: 0;position: relative;z-index: 7;}
footer{padding-top: 0;margin-top: -40px;}
footer .container{display: none;}
/* 关于我们 */
.nei_ban{height: 97px;background-size: contain !important;}
.about1{padding-top: 40px;}
.about1 .top{display: inherit;}
.about1 .top .imgBox{width: 100%;}
.about1 .top .txtBox{width: 100%;padding-left: 0;}
.about3{padding-top: 25px;padding-bottom: 60px;}
.about3 .container{display: inherit;}
.about3 .txtBox{width: 100%;padding-right: 0;}
.about3 .imgBox{width: 100%;margin-top: 20px;}
/* 产品列表 */
.products{padding: 20px 0;}
.products .product_nav{display: none;}
.products .contentBox{width: 100%;padding-left: 0;}
.products .contentBox .searchBox{margin-bottom: 24px;}
.products .contentBox .searchBox input{width: 77%;}
.products .contentBox .searchBox button{width: 23%;}
.products .contentBox .content{display: inherit;}
.products .contentBox .content li{width: 100%;margin-bottom: 20px;}
/* 产品详情 */
.prodot1{padding-top: 28px;padding-bottom: 0;}
.prodot1 .proBan{display: inherit;}
.prodot1 .proBan .prodot_swiper{width: 100%;}
.prodot1 .proBan .prodot_swiper .swiper-slide{width: 100%!important;}
.myVideo{width: 100%;height: 300px;}
.prodot1 .proBan .videoBox,.prodot1 .proBan .videoBox video,.prodot1 .proBan ol{width: 100%;height: 300px;}
.prodot1 .proBan .txtBox{padding-top: 0;padding-left: 0;width: 100%;margin-top: 15px;}
.prodot3{padding-bottom: 32px;}
.prodot3 ul{grid-template-columns: repeat(1, 1fr);}
.prodot3 ul li{width: 100%;margin-bottom: 4px;}
.mask{width: 100%;padding: 15px;}
.closeBtn{top: 10px;}
.inquiryBox1 .submitBtn{margin-left: 148px;margin-top: 10px;}
/* 科研创新 */
.innovation1{padding-top: 26px;padding-bottom: 25px;}
.innovation1 .contentBox{display: inherit;}
.innovation1 .contentBox .imgBox{width: 100%;}
.innovation1 .contentBox .txtBox{width: 100%;padding-left: 0;padding-top: 20px;}
.innovation2{padding-top: 30px;padding-bottom: 8px;}
.innovation2 ul li{width: 100%;margin-bottom: 30px;}
.innovation3{padding-top: 40px;padding-bottom: 35px;}
.innovation3 h1{text-align: left;}
.innovation3 h1::after{left: 0;}
.innovation3 .contentBox{display: inherit;}
.innovation3 .contentBox .txtBox{width: 100%;padding-right: 0;padding-top: 0;}
.innovation3 .contentBox .imgBox{width: 100%;}
/* 新闻列表 */
.news{padding-top: 28px;padding-bottom: 20px;}
.news .container{display: inherit;}
.news .newsNav{width: 100%;display: flex;border-top: 1px solid #E6E6E6;border-bottom: 1px solid #E6E6E6;}
.news .newsNav li{width: 25%;}
.news .newsNav .txt{padding-left: 0;}
.news .newsNav .item a{border-bottom: none;border-right: 1px solid #E6E6E6;padding-left: 0;display: flex;align-items: center;justify-content: center;height: 100%;}
.news .TabHide5{width: 100%;padding-left: 0;margin-top: 20px;}
.news .contentBox li{display: inherit;margin-bottom: 0;padding: 40px 37px 64px 24px;}
.news .contentBox li .imgBox{width: 100%;}
.news .contentBox li .txtBox{width: 100%;padding-left: 0;margin-top: 15px;}
/* 联系我们 */
.contact1{padding-top: 30px;}
.contact2{padding-top: 26px;padding-bottom: 22px;}
.contact2 ul{padding: 0;flex-wrap: wrap;}
.contact2 ul li{width: 50%;}
.contact2 ul li p{font-size: 12px;}
.contact2 ul li .p1{font-size: 16px;}
.messageBox #myForm{margin-top: 22px;padding-left: 0;}
.hint{width: 90%;}
.quiry_box .right_side a{height: 60px;}
}
