.container {padding-left: 0;padding-right: 0;}
header{position: fixed;top: 0;z-index: 50;width: 100%;background: linear-gradient(360deg, rgb(246 251 242 / 0%) 20.93%, rgb(64 65 63 / 46%) 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%;/* background: linear-gradient(90deg, #027ac169 0%, #50A31C 100%); *//* box-shadow: rgba(9, 7, 27, 0.34) 0px 0px 18px 0px; */border-radius: 0px 0px 0px 45px;padding: 10px 0px 10px;/* border-right: 12px solid #027AC3; */}
.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: #50A615;}
.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: #50A615;}
.head_layout .nav_box > .item:hover > a .iconfontBox {position: relative;z-index: 1;color: #50A615;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: #50A615;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(
145deg, #4EA11C 0%, #08664b 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:hover a{color:#fff;}
.head_layout .head_form a{display: inline-block;width: 100%;height: 100%;}
.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;
 
}
.slider_banner .swiper-slide p{position: absolute;left: 13%;bottom: 55%;font-size: 42px;font-weight: 700;color: #fff;line-height: 42px;}

.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: #008240;
  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;
}

.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;}
.ind_about .right_side {
  width: 54.42%;
  height: fit-content;
}
.ind_about .right_side img{width: 100%;border-radius: 120px 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: 42px;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: #08664b;
  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 22px 60px;
  width: 29.66%;
  background: linear-gradient(180deg, #4ea11e 0%, #037bbb 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;
}
.top_slide i{font-size:60px;color:#50A615;}
.ind_about p {
  font-size: 15px;
  line-height: 24px;
  color: rgb(255, 255, 255);
}
.ind_search{width: 100%;position: relative;}
.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:calc(100% - 80px);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: #08664b;}
.ind_search .mySwiper_bus .swiper-button-prev{right: 91px;top: auto;left: auto;background-color: #c4dd1b;}
.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;}
.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;margin: 10px 0;}
.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: #50A615;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: #50A615;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:80px;}
.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, #106d46 0%, #4DA01D 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;line-height: 26px;}
.quiry_box .left_side img{display: none;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: #38A997;font-size: 20px;border-radius: 4px;transition: all 0.3s ease-in-out;}
.quiry_box .right_side a i{color: #38A997;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;}
.ind_environment{background: url(../images/quality2_bg.jpg) fixed center center;background-size: cover;padding-top: 78px;padding-bottom: 56px;}
.ind_environment h3{color: #fff;font-size: 32px;text-align: center;font-weight: 700;}
.ind_environment .txt{color: #fff;font-size: 16px;margin-top: 53px;line-height: 29px;margin-bottom: 15px;padding: 0 164px;}	
.ind_environment .more{padding: 16px 8px;color: #fff;font-weight: 700;font-size: 16px;width: 103px;height: 50px;line-height: 20px;border-bottom: 1px solid #fff; margin: 0 auto;cursor: pointer;  transition: ease-in .3s;background: linear-gradient(0, #fff 1px, #fff 1px) no-repeat, linear-gradient(-90deg, #fff 1px, #fff 1px) no-repeat, linear-gradient(-180deg, #fff 1px, #fff 1px) no-repeat, linear-gradient(-270deg, #fff 1px, #fff 1px) no-repeat;background-size: 0 1px, 1px 0, 0 1px, 1px 0;background-position: left top, right top, right bottom, left bottom;text-align:center;}	
.ind_environment .more:hover{background-size:  1px 100%, 100% 1px, 1px 100%;background-color: #50A615;z-index: -1;}
/* æœç´¢ */
.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;
}
/* å…³äºŽæˆ‘ä»¬ */
.title{color: #333;font-size: 42px;font-weight: 700;text-transform: uppercase;}
.nei_ban{height: 350px;padding: 0;}
.nei_ban img{width: 100%;height: 100%;object-fit: cover;}
.about1{padding-top: 80px;padding-bottom: 30px;}
.about1 .txt1 {
    color: #08664b;
}
.about1 .container{display: flex;}
.about1 .txtBox{width: 50%;padding-right: 59px;}
.about1 .txtBox .p1{margin-top: 50px;margin-bottom: 20px;}
.about1 .txtBox ul{margin-left: -40px;margin-top: 49px;margin-bottom: 46px;}
.about1 .txtBox ul li{width: 25%;float: left;text-align: center;position: relative;}
.about1 .txtBox ul li .isnum{font-size: 32px;font-weight: 700;color: #08664b;}
.about1 .txtBox ul li .istxt{color: #666;font-size: 14px;}
.about1 .txtBox ul li .line{width: 1px;height: 60px;background-color: #000000A3;position: absolute;top: 12%;right: 0;}
.about1 .txtBox ul li:last-child{padding-left: 30px;}
.about1 .imgBox{width: 50%;height: 428px;margin-top: 40px;}
.about1 .imgBox img{width: 100%;height: 100%;object-fit: cover;}
.about2{padding: 80px 0;background: #EEF5F6;}
.about2 h2{color: #333;font-size: 42px;font-weight: 700;text-transform: uppercase;text-align: center;}
.about2 h3 {
    margin-top: 20px;
    font-size: 18px;
    color: #666;
    line-height: 30px;
}
.about2 ul{display: grid;grid-template-columns: repeat(3,1fr);margin-top: 50px;gap: 0 27px;}
.about2 ul li{height: 326px;padding: 45px 53px 0 38px;position: relative;background: #fff;}
.about2 ul li .top{display: flex;align-items: center;margin-bottom: 48px;}
.about2 ul li .top i{color: #08664b;font-size: 48px;margin-right: 40px;}
.about2 ul li .top span{color: #333;font-size: 24px;font-weight: 700;}
.about2 ul li p{font-size: 16px;line-height: 26px;}
.about2 ul li img{position: absolute;bottom: 0;right: 0;}
.about2 ul li:hover{background: #08664b;}
.about2 ul li:hover .top i{color: #fff;}
.about2 ul li:hover .top span{color: #fff;}
.about2 ul li:hover p{color: #fff;}
.about3 .title h2 {
    font-size: 42px;
    font-weight: bold;
    text-align: center;
}

.about3 {
    margin-top: 80px;
}

.about3 ul {display: grid;flex-wrap: wrap;margin: 40px 0;grid-template-columns: repeat(2, minmax(0, 1fr));gap: 30px;}

.about3 ul li {
    border: 1px #d1dfe1 solid;
    padding: 20px;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    border-radius: 5px;
}

.about3 ul li h3 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}

.about3 ul li i {
    color: #3d9327;
    margin-right: 5px;
}

.about3 ul li p {
    margin-bottom: 10px;
}
.about4{padding-bottom: 80px;margin-top: 10px;}
.about3_sw ul {display: -webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;display: flex;align-items: center;-webkit-align-items:center;box-align:center;-moz-box-align:center;-webkit-box-align:center;width: auto;}
.about6 .tit{color: #454545;font-size: 48px;font-weight: 700;text-align: center;margin-bottom: 68px;}
.about3_sw ul li {padding: 0 10px;}
.about3_swLis{transition: 0.3s;-webkit-transition: 0.3s;-moz-transition: 0.3s;-o-transition: 0.3s;position:  relative;display: flex;align-items: center;justify-content: center;background: #f5f5f5;width: 100%;padding: 15px;}
.about3_sw ul.shot li .about3_swLis{transform: scale(0.8);-webkit-transform: scale(0.8);-moz-transform: scale(0.8);-o-transform: scale(0.8);}
.about3_sw {position: relative;overflow: hidden;}
.about3_sw ul{overflow: hidden;}
.about3_pagi {width: 100%;position: relative;border-bottom:  1px #ddd solid;margin-top: 30px;}
.about3_pagi h2 {margin: 0 0 15px;color: #333;font-size: 18px;line-height: 1.2;text-transform: capitalize;}
.ab3_pagLine {width: 100%;background: #a7a7a7;background: rgba(255, 255, 255, 0.3);height: 1px;height: .15rem;position: relative;}
.ab3_pagLine span {position: absolute;width: 0;height: 3px;top: 0;left: 0;background: linear-gradient(90deg, #194492 0%, #37A597 100%);transition:0.2s;}
.ab3_img img{width: auto;max-width: initial;max-height: initial}
.about5 ul {
    gap: 30px;
    width: 40%;
}

.about5 ul li {
    
     #eee;
    margin-top: 40px;
}

.about5 dl {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.about5 .title h2 {
    font-size: 42px;
    font-weight: bold;
}

.about5 {
    padding: 80px 0;
    background: url(../images/honorBg.jpg) no-repeat;
}
.about5 li h3{margin-bottom:20px;font-size: 18px;font-weight:bold;margin-top: 10px;}
.about5 dl dt{
    width: 100px;
    height: 100px;
    border-radius: 50px;
    background: #eef5f6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    margin-right: 30px;
}
.about5 dl dd p {
    font-weight: bold;
    color: #333;
}
.zsNum h3 {
    font-size: 16px !important;
    color: #C24538;
}

.zsNum h3 b {
    font-size: 50px;
    margin-top: 10px;
    display: inline-block;
}

.zsNum ol {
    display: flex;
    border-top: 1px #ddd solid;
}

.zsNum ol li {
    font-size: 16px;
    font-weight: bold;
    margin-right: 60px;
    margin-top: 20px;
}

.zsNum ol li b {
    font-size: 40px;
}
.indAbout2{margin-top: 80px;}
.indAbout2 .tit h2{color: #333;font-size: 42px;text-align: center;margin-bottom: 30px;font-weight: bold;}
.indAbout2 .contentBox{display:flex;justify-content:space-between;padding-top:15px}
.indAbout2 .contentBox .content1,.indAbout2 .contentBox .content2,.indAbout2 .contentBox .content3{height:546px}
.indAbout2 .contentBox .content1,.indAbout2 .contentBox .content2,.indAbout2 .contentBox .content3 .content3_box1,.indAbout2 .contentBox .content3 .content3_box2{padding:0 35px;padding-top:52px}
.indAbout2 .contentBox h3{color:#fff;margin-bottom: 20px;font-weight: bold;font-size: 20px;}
.indAbout2 .contentBox p{color:#fff;font-size: 16px;line-height: 34px;}
.indAbout2 .contentBox .content1{width:38%;background: #08664b;}
.indAbout2 .contentBox .content1 p{margin-bottom:40px}
.indAbout2 .contentBox .content1 a{margin-top:30px;width: 177px;height: 53px;border-radius: 22.5px;border: 1px solid #FFF;display:flex;align-items:center;justify-content:center;color:#fff}
.indAbout2 .contentBox .content1 a:hover{background:#fff;color:#0B3E8C}
.indAbout2 .contentBox .content2{background:url(/images/ind_bg3.png) no-repeat;background-size:cover;width:29%;}
.indAbout2 .contentBox .content3{width:29%;}
.indAbout2 .contentBox .content3 .content3_box1{background: #0B3E8C;margin-bottom:22px;height:262px;}
.indAbout2 .contentBox .content3 .content3_box2{background:url(/images/ind_bg4.png) no-repeat;background-size:cover;height:262px}
.about7{display: flex;overflow: hidden;margin-top: 80px;}
.about7 .container{display: flex;}
.about7 .content{width: 63.2%;height: 690px;padding: 57px 265px 100px 0;position: relative;}
.about7 .content::after {content: "";position: absolute;width: 135%;height: 100%;top: 0;right: 0;background: url(../images/about7Bg.jpg);background-size: cover;}
.about7 .content .content_swiper .swiper-button-prev3,.about7 .content .content_swiper .swiper-button-next3{background-image: none;top: 0;top: 95.5%;width: 82px;height: 53px;display: flex;align-items: center;justify-content: center;background: rgba(255, 255, 255, 0.32);color: #fff;}
.about7 .content .content_swiper .swiper-button-prev3 i,.about7 .content .content_swiper .swiper-button-next3 i{font-size: 24px;}
.about7 .content .content_swiper .swiper-button-prev3{--left-position: 0;left: var(--left-position);}
.about7 .content .content_swiper .swiper-button-next3{right: 0;}
.about7 .content .txt1{color: #fff;font-size: 36px;font-weight: 700;position: relative;margin-bottom: 51px;}
.about7 .content .txt1::after{content: "";position: absolute;left: 0;bottom: -15px;width: 35px;height: 1px;background: #fff;}
.about7 .content .txt2{color: #fff;font-size: 20px;margin-bottom: 12px;font-weight: 700;}
.about7 .content .txt3{color: #fff;font-size: 16px;margin-bottom: 32px;font-weight: 400;}
.about7 .catelog{width: 36.8%;height: 690px;backdrop-filter: blur(5px);padding: 80px 200px 69px 100px;position: relative;}
.about7 .catelog .txt{color: #fff;font-weight: 700;font-size: 40px;z-index: 2;position: relative;text-align: right;white-space: nowrap;}
.about7 .catelog .swiperPro4{height: 324px;margin-top: 88px;}
.about7 .catelog .swiper-slide .txt1{color: #fff;font-size: 16px;font-weight: 900;text-align: center;opacity:0.8;cursor: pointer;padding:10px 0;}
.about7 .catelog .swiper-slide-active .txt1{font-size: 24px;border-top: 1px solid #fff;border-bottom: 1px solid #fff;opacity: 1;cursor: pointer;}
.about7 .catelog .txt2{font-size: 14px;color: #fff;letter-spacing: 19.6px;transform: rotate(90deg);position: absolute;right: -28%;top: 376px;z-index: 2;}
.about7 .catelog::after {content: "";position: absolute;width: 175%;height: 100%;top: 0;left: 0;background: #a7c91f;}
/* äº§å“åˆ—è¡¨ */
.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: #08664b;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 p:hover{color:#08664b;}
.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: #08664b;}
.products .product_nav .item.active a .iconfontBox{transform: rotate(0);}
.products .product_nav .item.active a .iconfontBox i{color: #08664b;}
.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(
333deg, #08664b 0%, #4DA123 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(3, 1fr);gap: 15px;}
.products .contentBox .content li {
    width: 100%;
    overflow: hidden;
}
.products .contentBox .content li:hover a p{color: #50A615;}
.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: 636px;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;max-width: 100%;max-height: 100%;}
.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(4, 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: #50A615;}
.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: #50A615;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: #50A615;}
.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;}
.prodot1 .proBan .txtBox p span {
    width: 110px;
    display: inline-block;
    color: #333;
}

.prodot1 .proBan .txtBox p {
    display: flex;
}

.prodot1 .proBan .txtBox p em {
    display: inline-block;
    width: calc(100% - 110px);
}

.prodot1 .proBan .txtBox p {
    margin-bottom: 10px;
}
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: 40px;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: 40px;}
 .inquiryBox1 .inputBox select{width: 114px;height: 40px;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);}
/*质量管理*/
.quality1 {
            padding-top: 69px;
            padding-bottom: 100px;
        }

        .quality1 .contentBox {
            display: flex;
            justify-content: space-between;
        }

        .quality1 .txtBox {
            width: calc(100% - 641px);
            padding-right: 115px;
        }

        .quality1 .txtBox h2 {
            font-size: 42px;
            font-weight: 700;
            color: #3D3D3D;
            margin-bottom: 15px;
        }

        .quality1 .txtBox h2 .light {
            color: #187856;
        }

        .quality1 .txtBox .content {
            margin-bottom: 15px;
        }

        .quality1 .txtBox .content:last-child {
            margin-bottom: 0;
        }

        .quality1 .txtBox .title {
            font-size: 18px;
            color: #3D3D3D;
            font-weight: 700;
            margin-bottom: 8px;
        }

        .quality1 .txtBox .txt {
            font-size: 16px;
            color: #666666;
        }

        .quality1 .imgBox {
            width: 641px;
        }

        .quality2 {
            padding-top: 60px;
            padding-bottom: 80px;
            background: #EEF5F6;
        }
        .quality2 h2{
            font-size: 42px;
            color: #333333;
            font-weight: 700;
            text-align: center;
            margin-bottom: 20px;
        }

        .quality2 .txtBox {
            padding: 21px 35px;
            background: #fff;
            margin-bottom: 30px;
        }

        .quality2 .architectureBox {
            background: #fff;
            border-radius: 5px;
            padding-bottom: 52px;
        }

        .quality2 .architectureBox h3 {
            font-size: 18px;
            color: #3D3D3D;
            font-weight: 700;
            padding: 18px 0;
            padding-left: 24px;
            border-bottom: 1px solid #D8D8D8;
            margin-bottom: 30px;
        }

        .quality2 .architectureBox .imgBox {
            display: flex;
            justify-content: center;
        }

        .quality2 .architectureBox .imgBox img {
            width: 881px;
            height: 418px;
            /* border: 1px dashed #9B9B9B; */
        }

        .quality3 {
            padding: 80px 0;
        }

        .quality3 .contentBox {
            display: flex;
            justify-content: space-between;
        }

        .quality3 .txtBox {
            width: calc(100% - 641px);
            padding-right: 157px;
        }

        .quality3 .txtBox h2 {
            color: #333333;
            font-size: 42px;
            font-weight: 700;
            margin-bottom: 28px;
        }

        .quality3 .txtBox .title {
            color: #187856;
            font-size: 18px;
            margin-bottom: 22px;
        }

        .quality3 .txtBox .txt {
            font-size: 16px;
            color: #666666;
            margin-bottom: 73px;
        }

        .quality3 .txtBox ul {
            display: flex;
        }

        .quality3 .txtBox ul li {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

        .quality3 .txtBox ul li .num {
            font-size: 22px;
            font-weight: 700;
            color: #187856;
            margin-bottom: 5px;
        }

        .quality3 .txtBox ul li .txt1 {
            font-size: 16px;
            color: #666666;
        }

        .quality3 .txtBox ul li:nth-child(2) {
            margin: 0 18px;
            position: relative;
            padding: 0 18px;
        }

        .quality3 .txtBox ul li:nth-child(2)::before {
            content: '';
            position: absolute;
            top: 16px;
            left: 0;
            width: 1px;
            height: 50px;
            background: #D8D8D8;
        }

        .quality3 .txtBox ul li:nth-child(2)::after {
            content: '';
            position: absolute;
            top: 16px;
            right: 0;
            width: 1px;
            height: 50px;
            background: #D8D8D8;
        }

        .quality3 .imgBox {
            width: 641px;
        }

        .quality4 {
            background: url(../images/quality4.png) no-repeat center center;
            padding-top: 76px;
            padding-bottom: 120px;
        }
        .quality4 .container{
            width: 92%;
            margin-left: 8%;
            padding-right: 0;
        }

        .quality4 h2 {
            font-size: 42px;
            font-weight: 700;
            color: #fff;
            margin-bottom: 52px;
        }

        .quality4 .txtBox {
            padding: 52px 38px;
            border-radius: 5px;
            background: #fff;
            height: 266px;
        }

        .quality4 .txtBox h3 {
            font-size: 16px;
            color: #3D3D3D;
            font-weight: 700;
            margin-bottom: 22px;
        }

        .quality4 .txtBox p {
            font-size: 16px;
            color: #3D3D3D;
            margin-bottom: 5px;
        }

        .quality4 .quality4_prev,
        .quality4 .quality4_next {
            background-image: none;
            width: 65px;
            height: 65px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 22px;
        }

        .quality4 .quality4_prev {
            background: #C4DD1B;
            color: #333333B5;
            right: calc(10% + 65px);
            left: auto;
        }

        .quality4 .quality4_next {
            background-color: #187856;
            color: #fff;
            right: 10%;
        }

        .quality4 .quality4_prev i,
        .quality4 .quality4_next i {
            font-size: 24px;
            color: #fff;
        }
        .quality5 {
            padding: 60px 0;
            background: #EEF5F6;
        }

        .quality5 h2 {
            font-size: 42px;
            text-align: center;
            font-weight: 700;
            color: #333333;
            margin-bottom: 54px;
        }

        .quality5 ul {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            margin-bottom: 41px;
        }

        .quality5 ul .txtBox {
            padding: 30px;
            background: #fff;
            border-radius: 5px;
        }

        .quality5 ul h3 {
            color: #187856;
            margin-bottom: 17px;
            font-size: 18px;
            font-weight: bold;
        }

        .quality5 ul p {
            font-size: 16px;
            color: #666666;
        }

        .quality5 .contentBox {
            display: flex;
            justify-content: space-between;
            padding: 30px;
            background: #fff;
            border-radius: 5px;
        }

        .quality5 .contentBox .txtBox1 {
            width: calc(100% - 626px);
            padding-right: 129px;
        }

        .quality5 .contentBox .txtBox1 h3 {
            color: #187856;
            font-size: 18px;
            margin-bottom: 17px;
            font-weight: bold;
        }

        .quality5 .contentBox .txtBox1 p {
            color: #666666;
            margin-bottom: 17px;
        }

        .quality5 .contentBox .txtBox1 p:last-child {
            margin-bottom: 0;
        }

        .quality5 .contentBox .imgBox {
            width: 626px;
        }

        .quality6 {
            padding-top: 60px;
            padding-bottom: 100px;
        }

        .quality6 h2 {
            font-size: 42px;
            color: #333;
            text-align: center;
            margin-bottom: 44px;
            font-weight: bold;
        }

        .quality6 .item1 {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 30px;
            margin-bottom: 35px;
        }

        .quality6 .item1 .txtBox {
            padding: 32px 30px;
            border: 1px solid #D1DFE1;
            box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
            border-radius: 5px;
            height: 223px;
        }

        .quality6 .item1 .txtBox h3 {
            font-size: 18px;
            font-weight: 700;
            color: #3D3D3D;
            margin-bottom: 17px;
        }

        .quality6 .item1 .txtBox p {
            font-size: 16px;
            color: #666666;
        }

        .quality6 .item2 {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 23px;
        }

        .quality6 .item2 .imgBox {
            height: 292px;
        }
        .quality6 .item2 .imgBox img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .quality6 .item2 p {
            width: 100%;
            height: 40px;
            background: #187856;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            color: #FFFFFF;
        }

        .quality7 {
            padding-bottom: 100px;
        }

        .quality7 .contentBox {
            display: flex;
            justify-content: space-between;
        }

        .quality7 .contentBox .txtBox {
            width: calc(100% - 645px);
            padding-right: 130px;
        }

        .quality7 .contentBox .txtBox h2 {
            font-size: 42px;
            color: #333;
            margin-bottom: 29px;
        }

        .quality7 .contentBox .txtBox p {
            font-size: 16px;
            color: #666666;
            margin-bottom: 17px;
        }

        .quality7 .contentBox .txtBox p:last-child {
            margin-bottom: 0;
        }

        .quality7 .contentBox .imgBox {
            width: 645px;
        }

        .quality8 {
            padding-top: 66px;
            padding-bottom: 100px;
            background: #EEF5F6;
        }

        .quality8 .container {
            width: 92%;
            margin-left: 8%;
            padding-right: 0;
        }

        .quality8 h2 {
            font-size: 42px;
            color: #333;
            margin-bottom: 12px;
            font-weight: bold;
        }

        .quality8 p {
            font-size: 16px;
            color: #3D3D3D;
            margin-bottom: 15px;
        }

        .quality8 p .light {
            color: #187856;
        }

        .quality8 .imgBox {
            height: 266px;
        }

        .quality8 .item1,
        .quality8 .item2 {
            position: relative;
        }
        .quality8 .item2{
            margin-top: 70px;
        }

        .quality8 .swiper-button-prev,
        .quality8 .swiper-button-next {
            background-image: none;
            width: 65px;
            height: 65px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 22px;
        }

        .quality8 .swiper-button-prev {
            background: #C4DD1B;
            color: #333333B5;
            right: calc(10% + 65px);
            left: auto;
        }

        .quality8 .swiper-button-next {
            background-color: #187856;
            color: #fff;
            right: 10%;
        }

        .quality8 .swiper-button-prev i,
        .quality8 .swiper-button-next i {
            font-size: 24px;
            color: #fff;
        }

        .quality9 {
            padding: 100px 0;
        }

        .quality9 .contentBox {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .quality9 .contentBox .txtBox {
            width: calc(100% - 645px);
            padding-right: 130px;
        }

        .quality9 .contentBox .txtBox h2 {
            font-size: 42px;
            color: #333;
            margin-bottom: 29px;
            font-weight: bold;
        }

        .quality9 .contentBox .txtBox p {
            font-size: 16px;
            color: #666666;
        }

        .quality9 .contentBox .txtBox .txt {
            position: relative;
        }

        .quality9 .contentBox .txtBox .txt::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: -40px;
            width: 63px;
            height: 15px;
            border-radius: 10px;
            background: #187856;
        }

        .quality9 .contentBox .imgBox {
            width: 645px;
        }

        .quality10 {
            background: url(../images/quality_bg.png) no-repeat center center;
            background-size: cover;
        }

        .quality10 .container {
            position: relative;
        }

        .quality10 .container h2 {
            font-size: 42px;
            font-weight: 700;
            color: #fff;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: 71px;
        }

        .quality10 h3{
            font-size: 16px;
            color: #fff;
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            top: 146px;
            text-align: center;
            line-height: 24px;
        }

        .quality10 .content {
            display: flex;
        }

        .quality10 .content li {
            width: 25%;
            display: flex;
            flex-direction: column;
            align-items: center;
            border-right: 1px solid rgba(255, 255, 255, 0.3);
            padding-top: 300px;
            padding-bottom: 119px;
            cursor: pointer;
            color: #fff;
        }

        .quality10 .content li:last-child {
            border-right: none;
        }

        .quality10 .content li .item1 i {
            font-size: 50px;
            color: #fff;
        }

        .quality10 .content li .item2 {
            font-size: 24px;
            font-weight: 700;
            margin-top: 35px;
            margin-bottom: 41px;
        }

        .quality10 .content li .item3 {
            font-size: 16px;
            line-height: 32px;
            margin-bottom: 66px;
            padding-left: 54px;
            padding-right: 41px;
            height: 160px;
        }

        .quality10 .content li .item4 {
            width: 36px;
            height: 2px;
            background-color: #fff;
        }

        .quality10 .content li:hover {
            color: #C4DD1B;
            background: rgba(0, 0, 0, 0.25);
        }

        .quality10 .content li:hover .item1 i {
            color: #C4DD1B;
        }

        .quality10 .content li:hover .item4 {
            background-color: #C4DD1B;
        }
/* æ–°é—»åˆ—è¡¨ */
.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: #08664b;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: #08664b;}
.news .TabHide5{width: 100%;}
.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: #08664b;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: #08664b;
  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: #08664b;
  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: #08664b;}
.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;}
.messageBox{padding-bottom: 80px;}
.messageBox .titleBox{padding-left: 30px;padding-top: 16px;padding-bottom: 16px;background: #50A615;box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);color: #fff;font-size: 20px;font-weight: 700;}
.messageBox #myForm{margin-top: 34px;padding-left: 30px;}
.messageBox #myForm .inputBox.required .tips{margin-left: 0;}
.messageBox #myForm input{width: 100%;height: 62px;line-height: 62px;padding-left: 24px;border: 1px solid rgba(0, 0, 0, 0.20);}
.messageBox #myForm .inputBox.required input{border: 1px #f00 solid;}
.messageBox #myForm input::placeholder{color: #666;font-size: 12px;}
.messageBox #myForm textarea{width: 100%;height: 143px;padding-top: 10px;padding-left: 24px;border: 1px solid rgba(0, 0, 0, 0.20);}
.messageBox #myForm .inputBox.required textarea{border: 1px #f00 solid;}
.messageBox #myForm textarea::placeholder{color: #666;font-size: 12px;}
.messageBox #myForm .img_verification{margin-top: 25px;height: 52px;}
.messageBox #myForm .submit{display: flex;align-items: center;justify-content: center;width: 100%;height: 62px;background: linear-gradient(90deg, #047BBB 0%, #4CA020 100%);color: #fff;font-weight: 700;font-size: 16px;cursor: pointer;}
.messageBox #myForm .submit:hover{opacity: 0.9;}
.messageBox #myForm .txt{color: #666;}
.messageBox #myForm .txt span{color: #EF2525;}
.messageBox #myForm .inputBox{position: relative;margin: 20px 0;}
.messageBox #myForm .textarea{margin-bottom: -5px;}
.messageBox #myForm .inputBox::after{content: '';position: absolute;left: 0;top: 0;width: 4px;height: 62px;background-color: #50A615;box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);}
.messageBox #myForm .inputBox.textarea{width: 100%;}
.messageBox #myForm .inputBox.textarea::after{content: '';position: absolute;left: 0;top: 0;width: 4px;height: 143px;background-color: #50A615;box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);}
.messageBox #myForm .img_verification img{height: 52px;}
/* åº•éƒ¨ */
/* 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: 1400px;
    padding: 0 20px;
  }
}
@media (max-width: 1500px) and (min-width:769px){
  .head_layout .nav_box .item{padding: 0 20px;}
  header.active .head_layout{width: 100%;}
  .quality8 .swiper-button-prev, .quality8 .swiper-button-next {
      top: 0;
  }
  
}
@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: #009688;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 .contentBox{height: 750px;}
.ind_search{padding-top: 20px;}
.ind_search .t{width: 100%;top: 7%;left: 0;}
.index_title{font-size: 28px;padding-left: 20px;}
.ind_search .mySwiper_bus{width: 100%;right: 0;bottom: 50px;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{top:18px;}
.ind_product .ind_product_prev{right: calc(3% + 100px);}
.ind_product .ind_product_next{right:4%;}

.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: 200px;}
/*关于我们*/
.about1{padding-top:40px;}
.about1 .container{display:inherit;}
.about1 .txtBox{width:100%;padding-right:0;}
.about1 .txtBox ul{margin-left:-17px;margin-top:23px;}
.about1 .txtBox ul li .isnum{font-size:20px;}
.about1 .imgBox{height:auto;width:100%;}
.about2 h2{font-size:36px;}
.about2 ul{grid-template-columns: repeat(1, 1fr);gap:27px;}
.about3{margin-top:40px;}
.about3 .title h2{font-size:36px;}
.about3 ul{grid-template-columns: repeat(1, minmax(0, 1fr));}
.about5 .title h2{font-size:36px;}
.about5 ul{width:100%;}
/* äº§å“åˆ—è¡¨ */
.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%;}
/*质量管理*/
.quality1{padding:40px 0;}
.quality1 .txtBox h2{font-size:36px;}
.quality1 .contentBox{display:inherit;}
.quality1 .txtBox{width:100%;padding-right:0;}
.quality1 .imgBox{width:100%;margin-top:20px;}
.quality2 h2{font-size:36px;}
.quality2 .architectureBox .imgBox img{width:100%;height:100%;object-fit:cover;}
.quality2 .architectureBox .imgBox .img{width:90%}
.quality3{padding:40px 0;}
.quality3 .txtBox h2{font-size:36px;}
.quality3 .contentBox{display:inherit;}
.quality3 .txtBox{width:100%;padding-right:0;}
.quality3 .txtBox .txt{margin-bottom:20px;}
.quality3 .txtBox ul{margin:20px 0;}
.quality3 .txtBox ul li .txt1{text-align:center;}
.quality3 .imgBox{width:100%}
.quality4 h2{font-size:36px;}
.quality4 .quality4_prev, .quality4 .quality4_next{display:none;}
.quality4 .container{padding-right:15px;}
.quality5 ul{grid-template-columns: repeat(1, 1fr);gap:10px;}
.quality5 .contentBox{display:inherit;}
.quality5 .contentBox .txtBox1{width:100%;padding-right:0;margin-bottom:20px;}
.quality5 .contentBox .imgBox{width:100%;}
.quality6 h2{font-size:36px;}
.quality6 .item1,.quality6 .item2{grid-template-columns: repeat(1, 1fr);}
.quality7 .contentBox{display:inherit;}
.quality7 .contentBox .txtBox{width:100%;padding-right:0;margin-bottom:20px;}
.quality7 .contentBox .imgBox{width:100%;}
.quality8 h2{font-size:36px;}
.quality8 .swiper-button-prev, .quality8 .swiper-button-next{display:none;}
.quality8 .container{padding-right:15px;}
.quality9{padding:40px 0;}
.quality9 .contentBox{display:inherit;}
.quality9 .contentBox .txtBox{width:100%;padding-right:0;margin-bottom:20px;}
.quality9 .contentBox .txtBox h2{font-size:36px;}
.quality9 .contentBox .imgBox{width:100%;}
.quality10 h3{transform:none;left:0;top:146px;position:relative;}
.quality10 .content{display:inherit;margin-top:150px;}
.quality10 .content li{width:100%;border-bottom: 1px solid rgba(255, 255, 255, 0.3);border-right:none;padding-top:0;padding-bottom:0;}
.quality10 .content li .item2{margin-top:9px;margin-bottom:15px;}
.quality10 .content li .item3{height:auto;margin-bottom: 33px;text-align:center;}
.quality10 .content li .item4{margin-bottom:20px;}
/* æ–°é—»åˆ—è¡¨ */
.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;}
.ind_environment{padding-top: 26px;}
.ind_environment .txt{padding: 0;}
.indAbout2 .contentBox{display:inherit;}
.indAbout2 .contentBox .content1,.indAbout2 .contentBox .content2,.indAbout2 .contentBox .content3{width:100%}
.indAbout2 .contentBox .content2{margin:20px 0}
.about7{padding-top: 10px;}	
.about7 .content{width: 72%;height: auto;padding: 47px 15px;}
.about7 .content .content_swiper .swiper-button-prev3, .about7 .content .content_swiper .swiper-button-next3{top: 98%;width: 48px;height: 40px;}
.about7 .content .txt1{margin-bottom: 30px;        font-size: 20px;}
.about7 .content .txt2{margin-bottom: 12px;}
.about7 .content .txt3{margin-bottom: 5px;width: 100%;}	
.about7 .catelog{width: 28%;height: auto;padding: 0;}	
.about7 .catelog .txt{margin-top: 168px;padding-left: 13px;font-size: 18px;white-space: wrap;text-align: left;}	
.about7 .catelog .swiperPro4{margin-top: 6px;margin-left: 0;padding: 0;}
.about7 .catelog .txt2{display: none;}	
.about7 .catelog .swiper-slide .txt1{font-size:16px;}
}
