@import url('../css/unit/animate.min.css');
@import url('../dist/swiper/swiper/swiper-bundle.min.css');
@import url('../css/hover_css/css/hover-min.css');
@import url('this_swiper.css');
@import url('public.css');
@import url(../dist/icon/iconfont.css);
@import url(../dist/icon/bottom_icon/iconfont.css);
body {
  font-family: "Inter, sans-serif";
}
.itemco_img img{
    width: 100%;
}

.itemco_img img.phone{
    display: none;
}
@media screen and (max-width:950px){
      .itemco_img img.pc{
    display: none;
}
    .itemco_img img.phone{
    display: block;
}
} 


.path-bar {
  display: flex;
  justify-content: center;
}
.contact_form {
  border: 1px solid #eee;
  background: #fff;
}
.contact_form .title {
  font-weight: 500;
  font-size: 14px;
  padding: 0 20px;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  background: #1eb53a;
  color: #FFF;
}
.contact_form form {
  padding: 0 20px 26px;
}
.contact_form form li {
  margin: 13px 0 15px;
  position: relative;
}
.contact_form form input[type=text],
.contact_form form .wpcf7-textarea,
.form-input-email,
.form-input-phone {
  margin: 15px 0 0 0;
  border: 1px solid #eee;
  background: #FFF;
  padding: 0 12px;
  height: 38px;
  line-height: 38px;
  border-radius: 3px;
  overflow: hidden;
  width: 80%;
  font-weight: 500;
}
.contact_form form .wpcf7-textarea {
  height: 92px;
  width: 100%;
}
.contact_form form input[type=text].form-input-capcha {
  width: 213px;
  font-weight: 500;
}
.contact_form form input[type=submit],
.form-btn-submitx {
  height: 38px;
  border-radius: 3px;
  width: 100%;
  border: 1px solid #11982a;
  background: #11982a;
  background: #11982a url(img/icon06.png) no-repeat calc(50% + 30px) center;
  color: #FFF;
  text-align: center;
  text-transform: capitalize;
  -moz-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -ms-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.contact_form form input[type=submit]:hover {
  background-color: #1eb53a;
}
.contact_form ::-webkit-input-placeholder {
  color: #666;
}
.contact_form :-moz-placeholder,
.contact_form ::-moz-placeholder,
.contact_form :-ms-input-placeholder {
  color: #666;
}
#v_container,
.contact_form form input[type=text].form-input-capcha,
#wpcf7-not-valid-tip-no-ajax {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
/*inquiry*/
.inquiry-pop-bd {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2000;
  display: none;
  margin: -300px 0 0 -275px;
  width: 550px;
  height: 675px;
  background: #fff;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
.inquiry-pop-bd:before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}
.inquiry-pop-bd .inquiry-pop {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  /*padding: 22px; */
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-animation: fadeInDownA 0.4s ease;
  -o-animation: fadeInDownA 0.4s ease;
  animation: fadeInDownA 0.4s ease;
}
.inquiry-pop-bd .inquiry-pop .ico-close-pop {
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 1;
  width: 30px;
  height: 30px;
  background: url(img/custom_service/fancy_close.png) no-repeat center center;
  cursor: pointer;
}
.inquiry-form-wrap {
  position: relative;
  width: 100.5%;
  /*height: 420px; */
  height: 650px;
}
.ad_prompt {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  display: none;
  margin: -20px 0 0;
  width: 100%;
  color: #0b87fb;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  -webkit-animation: twinkling 1s infinite ease-in-out;
  animation: twinkling 1s infinite ease-in-out;
}
@media screen and (max-width: 550px) {
  .inquiry-pop-bd {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    margin: auto;
    width: auto;
  }
  .inquiry-pop-bd .inquiry-pop {
    padding: 10px;
  }
  .scrollsidebar {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .product_list_item,
  .center_items .swiper-slide.pic_slide_item,
  .contact_form form input[type=text],
  .contact_form form .wpcf7-textarea {
    width: 100% !important;
  }
}
#all #this_col ul {
  margin: 0;
}
#all #this_col .swiper-button-next,
#all #this_col .swiper-button-prev {
  opacity: 1;
  background-color: transparent;
}
#all #this_col .swiper-button-prev::before,
#all #this_col .swiper-button-next::before {
  content: '';
}
#all #this_col .swiper-button-prev::after,
#all #this_col .swiper-button-next::after {
  background-color: none;
}
#all #this_col header {
  z-index: 9;
  height: 80px;
}
#all #this_col header .this_web_head {
  width: 100%;
  top: 0;
  z-index: 999;
  background-color: #F7F7F7;
  position: fixed;
}
#all #this_col header .this_web_head .swiper-button-next,
#all #this_col header .this_web_head .swiper-button-prev {
  opacity: 1;
  background-color: transparent;
}
#all #this_col header .this_web_head .swiper-button-prev::before,
#all #this_col header .this_web_head .swiper-button-next::before {
  content: '';
}
#all #this_col header .this_web_head .swiper-button-prev::after,
#all #this_col header .this_web_head .swiper-button-next::after {
  background-color: none;
}
#all #this_col header .this_web_head .Wrapper {
  width: 90vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#all #this_col header .this_web_head .Wrapper .this_logo {
  height: 0.85rem;
  padding: 10px 0;
  display: flex;
  align-items: center;
  transition: none;
}
#all #this_col header .this_web_head .Wrapper .this_logo img {
  height: 100%;
  object-fit: contain;
}
#all #this_col header .this_web_head .Wrapper .web_nav {
  display: flex;
  gap: 0 80px;
}
#all #this_col header .this_web_head .Wrapper .web_nav .this_web_nav {
  display: flex;
  gap: 0 3.125vw;
}
#all #this_col header .this_web_head .Wrapper .web_nav .this_web_nav > ul {
  display: flex;
  gap: 0 4vw;
  z-index: 9;
}
#all #this_col header .this_web_head .Wrapper .web_nav .this_web_nav > ul > li {
  height: 0.85rem;
  flex: auto;
  line-height: 1.3;
  text-align: center;
  display: flex;
  align-items: center;
  position: relative;
}
#all #this_col header .this_web_head .Wrapper .web_nav .this_web_nav > ul > li::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 0px;
  height: 2px;
  background-color: #008C38;
}
#all #this_col header .this_web_head .Wrapper .web_nav .this_web_nav > ul > li:hover > a {
  color: #008c38;
}
#all #this_col header .this_web_head .Wrapper .web_nav .this_web_nav > ul > li.menu-item-has-children:not(:nth-child(3)):hover::before {
  width: 30px;
  transition: all 0.5s;
}
#all #this_col header .this_web_head .Wrapper .web_nav .this_web_nav > ul > li.menu-item-has-children:not(:nth-child(3)):hover > ul {
  padding: 20px 0;
  transform-origin: top;
  transform: rotateX(0deg) translate(-50%, 0);
  transition: all 0.5s ease-in-out;
}
#all #this_col header .this_web_head .Wrapper .web_nav .this_web_nav > ul > li.menu-item-has-children:not(:nth-child(3)):hover > ul::before {
  height: calc(100%);
  width: 120%;
  left: 50%;
  transform: translate(-50%, 0);
  transition: all 0.3s ease-in-out;
}
#all #this_col header .this_web_head .Wrapper .web_nav .this_web_nav > ul > li.current-menu-item a {
  color: #008c38;
}
#all #this_col header .this_web_head .Wrapper .web_nav .this_web_nav > ul > li > a {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}
#all #this_col header .this_web_head .Wrapper .web_nav .this_web_nav > ul > li > a span {
  font-size: 10px;
}
#all #this_col header .this_web_head .Wrapper .web_nav .this_web_nav > ul > li > ul {
  position: absolute;
  top: 100%;
  left: 50%;
  padding: 20px 0;
  display: flex;
  transform-origin: top;
  transform: rotateX(90deg) translate(-50%, 0);
  transition: all 0.3s ease-in-out;
}
#all #this_col header .this_web_head .Wrapper .web_nav .this_web_nav > ul > li > ul::before {
  background-color: #fff;
  content: '';
  display: inline-block;
  position: absolute;
  top: 0px;
  width: 120%;
  left: 50%;
  transform: translate(-50%, 0);
  height: 0;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
#all #this_col header .this_web_head .Wrapper .web_nav .this_web_nav > ul > li > ul > li {
  position: relative;
  z-index: 2;
  font-size: 20px;
  white-space: nowrap;
  font-size: 18px;
}
#all #this_col header .this_web_head .Wrapper .web_nav .this_web_nav > ul > li > ul > li > a {
  margin: 0 20px;
}
#all #this_col header .this_web_head .Wrapper .web_nav .searchWrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 80px;
}
#all #this_col header .this_web_head .Wrapper .web_nav .searchWrapper .search {
  position: relative;
}
#all #this_col header .this_web_head .Wrapper .web_nav .searchWrapper .search:hover .iconfont {
  color: #3d2a20;
}
#all #this_col header .this_web_head .Wrapper .web_nav .searchWrapper .search:hover .form {
  opacity: 1;
  visibility: visible;
}
#all #this_col header .this_web_head .Wrapper .web_nav .searchWrapper .search i {
  color: #333;
  font-size: 28px;
}
#all #this_col header .this_web_head .Wrapper .web_nav .searchWrapper .search .form {
  position: absolute;
  width: 20vw;
  top: 2vw;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
}
#all #this_col header .this_web_head .Wrapper .web_nav .searchWrapper .search .form input {
  border: none;
  padding: 0.5vw;
  border-radius: 0.2vw;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px #000;
}
#all #this_col header .this_web_head .Wrapper .web_nav .searchWrapper .search .form input:last-of-type {
  background-color: #624434;
  color: #fff;
}
#all #this_col header .this_web_head .Wrapper .web_nav .searchWrapper .this_language .icon-diqiu {
  color: #949494;
  font-size: 1.1vw;
  margin-right: 0.5vw;
}
#all #this_col header .this_web_head .Wrapper .web_nav .searchWrapper .this_button {
  color: var(--BK-White, #FFF);
  font-family: "Source Han Sans SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  border-radius: 4px;
  background: #0641A5;
  display: flex;
  padding: 8px 20px;
  align-items: flex-start;
  gap: 10px;
}
#all #this_col header .this_web_head .special_nav {
  background-color: #fff;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  display: none;
  overflow: visible !important;
}
#all #this_col header .this_web_head .special_nav .slideTxtBox {
  overflow: hidden;
}
#all #this_col header .this_web_head .special_nav .slideTxtBox .hd {
  padding: 20px 0;
  background-color: #fff;
}
#all #this_col header .this_web_head .special_nav .slideTxtBox .hd .swiper-father {
  position: relative;
  width: 90vw;
  margin: auto;
  overflow: hidden;
  padding: 0 80px;
}
#all #this_col header .this_web_head .special_nav .slideTxtBox .hd .swiper-father .swiper-button-prev::after,
#all #this_col header .this_web_head .special_nav .slideTxtBox .hd .swiper-father .swiper-button-next::after {
  font-size: 16px;
  color: #008C38;
  font-weight: bold;
}
#all #this_col header .this_web_head .special_nav .slideTxtBox .hd .swiper-father ul.swiper-nav2 .swiper-wrapper {
  /*overflow: hidden;*/
}
#all #this_col header .this_web_head .special_nav .slideTxtBox .hd .swiper-father ul.swiper-nav2 .swiper-wrapper li.swiper-slide:hover a .img_b {
  border: 1px solid #008C38;
  background-color: #008C38;
  transition: all 0.5s;
}
#all #this_col header .this_web_head .special_nav .slideTxtBox .hd .swiper-father ul.swiper-nav2 .swiper-wrapper li.swiper-slide:hover a .img_b img {
  transition: all 0.5s;
}
#all #this_col header .this_web_head .special_nav .slideTxtBox .hd .swiper-father ul.swiper-nav2 .swiper-wrapper li.swiper-slide:hover a .img_b img:first-child {
  visibility: hidden;
  opacity: 0;
}
#all #this_col header .this_web_head .special_nav .slideTxtBox .hd .swiper-father ul.swiper-nav2 .swiper-wrapper li.swiper-slide:hover a .img_b img:last-child {
  visibility: visible;
  opacity: 1;
}
#all #this_col header .this_web_head .special_nav .slideTxtBox .hd .swiper-father ul.swiper-nav2 .swiper-wrapper li.swiper-slide:hover a .this_text p {
  color: #008C38;
  transition: all 0.5s;
}
#all #this_col header .this_web_head .special_nav .slideTxtBox .hd .swiper-father ul.swiper-nav2 .swiper-wrapper li.swiper-slide.on a .img_b {
  border: 1px solid #008C38;
  background-color: #008C38;
  transition: all 0.5s;
}
#all #this_col header .this_web_head .special_nav .slideTxtBox .hd .swiper-father ul.swiper-nav2 .swiper-wrapper li.swiper-slide.on a .img_b img {
  transition: all 0.5s;
}
#all #this_col header .this_web_head .special_nav .slideTxtBox .hd .swiper-father ul.swiper-nav2 .swiper-wrapper li.swiper-slide.on a .img_b img:first-child {
  visibility: hidden;
  opacity: 0;
}
#all #this_col header .this_web_head .special_nav .slideTxtBox .hd .swiper-father ul.swiper-nav2 .swiper-wrapper li.swiper-slide.on a .img_b img:last-child {
  visibility: visible;
  opacity: 1;
}
#all #this_col header .this_web_head .special_nav .slideTxtBox .hd .swiper-father ul.swiper-nav2 .swiper-wrapper li.swiper-slide.on a .this_text p {
  color: #008C38;
  transition: all 0.5s;
}
#all #this_col header .this_web_head .special_nav .slideTxtBox .hd .swiper-father ul.swiper-nav2 .swiper-wrapper li.swiper-slide a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
#all #this_col header .this_web_head .special_nav .slideTxtBox .hd .swiper-father ul.swiper-nav2 .swiper-wrapper li.swiper-slide a .img_b {
  width: 50px;
  height: 50px;
  position: relative;
  border-radius: 50%;
  border: 1px solid #333;
  transition: all 0.5s;
  overflow: hidden;
}
#all #this_col header .this_web_head .special_nav .slideTxtBox .hd .swiper-father ul.swiper-nav2 .swiper-wrapper li.swiper-slide a .img_b img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all 0.5s;
}
#all #this_col header .this_web_head .special_nav .slideTxtBox .hd .swiper-father ul.swiper-nav2 .swiper-wrapper li.swiper-slide a .img_b img:last-child {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
}
#all #this_col header .this_web_head .special_nav .slideTxtBox .hd .swiper-father ul.swiper-nav2 .swiper-wrapper li.swiper-slide a .this_text {
  text-align: center;
}
#all #this_col header .this_web_head .special_nav .slideTxtBox .hd .swiper-father ul.swiper-nav2 .swiper-wrapper li.swiper-slide a .this_text p {
  text-align: center;
  transition: all 0.5s;
}
#all #this_col header .this_web_head .special_nav .slideTxtBox .bd {
  background-color: #F7F7F7;
}
#all #this_col header .this_web_head .special_nav .slideTxtBox .bd .swiper-button-next,
#all #this_col header .this_web_head .special_nav .slideTxtBox .bd .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#all #this_col header .this_web_head .special_nav .slideTxtBox .bd .swiper-button-prev::after,
#all #this_col header .this_web_head .special_nav .slideTxtBox .bd .swiper-button-next::after {
  font-size: 16px;
  font-weight: bold;
  color: #008C38;
}
#all #this_col header .this_web_head .special_nav .slideTxtBox .bd .content_in {
  transition: all 0.5s;
  padding: 20px 0;
  width: 90vw;
  margin: auto;
  display: none;
}
#all #this_col header .this_web_head .special_nav .slideTxtBox .bd .content_in .swiper-father {
  padding: 0 80px;
  position: relative;
}
#all #this_col header .this_web_head .special_nav .slideTxtBox .bd .content_in .swiper-father .swiper-nav3 .swiper-wrapper .swiper-slide .this_child {
  display: block;
  background-color: #fff;
  padding: 10px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#all #this_col header .this_web_head .special_nav .slideTxtBox .bd .content_in .swiper-father .swiper-nav3 .swiper-wrapper .swiper-slide .this_child .img_b {
  padding: 5% 5%;
}
#all #this_col header .this_web_head .special_nav .slideTxtBox .bd .content_in .swiper-father .swiper-nav3 .swiper-wrapper .swiper-slide .this_child .img_b img {
  max-width: 100%;
  max-height: 1.7rem;
  object-fit: cover;
}
#all #this_col header .this_web_head .special_nav .slideTxtBox .bd .content_in .swiper-father .swiper-nav3 .swiper-wrapper .swiper-slide .this_child .this_text {
  text-align: center;
  margin-bottom: 20px;
}
#all #this_col header .this_web_head .special_nav .slideTxtBox .bd .content_in .swiper-father .swiper-nav3 .swiper-wrapper .swiper-slide .this_child .this_text h5 {
  font-size: 18px;
  color: #333;
}
#all #this_col header .this_web_head .special_nav .slideTxtBox .bd .content_in .swiper-father .swiper-nav3 .swiper-wrapper .swiper-slide .this_child .this_text p {
  font-size: 16px;
  color: #666;
}
#all #this_col header .this_web_head .special_nav .slideTxtBox .bd .content_in .swiper-father .swiper-nav3 .swiper-wrapper .swiper-slide .this_child button {
  margin-top: auto;
  margin-bottom: 10px;
  text-align: center;
  cursor: pointer;
  padding: 10px 20px;
  background-color: #EBEBEB;
  border-radius: 20px;
}
#all #this_col header .this_index_header {
  position: fixed;
  width: 100%;
  top: 60px;
  z-index: 12;
  padding: 10px 0;
  background-color: transparent;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.01);
}
#all #this_col header .this_index_header .Wrapper .web_nav > ul > li.current-menu-item > a {
  font-weight: 700;
  position: relative;
}
#all #this_col header .this_index_header .Wrapper .web_nav > ul > li.current-menu-item > a::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 0;
}
#all #this_col header .nav_top_50 {
  position: fixed;
  width: 100%;
  top: 0;
  align-items: center;
  padding: 0;
}
#all #this_col header .nav_top_50 .Wrapper {
  align-items: center;
}
#all #this_col header .nav_top_50 .Wrapper .this_logo {
  height: 0.6rem;
}
#all #this_col header .nav_top_50 .Wrapper .this_logo img {
  height: 100%;
}
#all #this_col header .nav_top_50 .Wrapper .web_nav .this_web_nav > ul > li {
  height: 0.6rem;
}
@media screen and (max-width: 1200px) {
  #all #this_col header {
    height: 80px;
  }
  #all #this_col header .page-title {
    display: none;
  }
  #all #this_col header .this_web_head {
    display: none;
  }
}
#all #this_col footer {
  height: 13vw;
}
#all #this_col footer .this_web_footer {
  background-color: #F7F7F7;
  padding: 60px 0 20px;
}
#all #this_col footer .this_web_footer .top {
  width: 80vw;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#all #this_col footer .this_web_footer .top .this_logo {
  width: 100px;
}
#all #this_col footer .this_web_footer .top .this_logo img {
  width: 100%;
}
#all #this_col footer .this_web_footer .top ul {
  margin-top: 50px;
}
#all #this_col footer .this_web_footer .top .footer_nav {
  display: flex;
  gap: 60px;
}
#all #this_col footer .this_web_footer .top .footer_nav li a {
  font-size: 18px;
}
#all #this_col footer .this_web_footer .top .footer_ewm {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
#all #this_col footer .this_web_footer .top .footer_ewm li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#all #this_col footer .this_web_footer .top .footer_ewm li .img_b {
  width: 140px;
}
#all #this_col footer .this_web_footer .top .footer_ewm li .img_b img {
  width: 100%;
}
#all #this_col footer .this_web_footer .top .footer_ewm li .this_text {
  margin-top: 10px;
}
#all #this_col footer .this_web_footer .top .footer_ewm li .this_text p {
  font-size: 16px;
}
#all #this_col footer .this_web_footer .top .footer_contact {
  display: flex;
  width: 100%;
  gap: 70px;
  justify-content: center;
  flex-wrap: wrap;
}
#all #this_col footer .this_web_footer .top .footer_contact li a {
  display: flex;
  align-items: center;
}
#all #this_col footer .this_web_footer .top .footer_contact li a .img_b {
  display: flex;
  align-items: center;
  gap: 10px;
}
#all #this_col footer .this_web_footer .top .footer_contact li a .img_b i {
  font-size: 20px;
}
#all #this_col footer .this_web_footer .top .footer_contact li a p {
  white-space: nowrap;
  display: block;
  font-size: 20px;
}
#all #this_col footer .this_web_footer .bottom {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#all #this_col footer .this_web_footer .bottom ul {
  display: flex;
  gap: 20px;
}
#all #this_col footer .this_web_footer .bottom ul li {
  position: relative;
}
#all #this_col footer .this_web_footer .bottom ul li::before {
  content: '';
  display: inline-block;
  height: 50%;
  width: 1px;
  background-color: #999;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translate(0, -50%);
}
#all #this_col footer .this_web_footer .bottom ul li:last-child::before {
  display: none;
}
#all #this_col footer .this_web_footer .bottom ul li a {
  font-size: 16px;
  color: #999;
}
#all #this_col footer .this_web_footer .bottom .this_copyright {
  margin-top: 10px;
  text-align: center;
  font-size: 14px !important;
}
#all #this_col footer .this_web_footer .bottom .this_copyright a {
  font-size: 14px !important;
}
#all #this_col footer .sj-footer {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #1c1c1c;
  padding: 1vw 0;
  box-sizing: border-box;
  z-index: 999;
}
#all #this_col footer .sj-footer ul {
  width: 96vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#all #this_col footer .sj-footer ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 3vw;
}
#all #this_col footer .sj-footer ul li a .iconfont {
  font-size: 6vw;
}
#all #this_col footer .sj-footer ul li a:hover {
  text-decoration: none;
}
#all #this_col footer .sj-footer ul #f-logo .imgWarp {
  width: 8vw;
}
#all #this_col footer .sj-footer ul #f-logo .imgWarp img {
  width: 100%;
}
@media screen and (max-width: 950px) {
  #all #this_col footer .this_web_footer {
    padding: 40px 0 20px;
  }
  #all #this_col footer .this_web_footer .top {
    width: 90vw;
  }
  #all #this_col footer .this_web_footer .top .this_logo {
    width: 80px;
  }
  #all #this_col footer .this_web_footer .top .footer_nav {
    display: none;
  }
  #all #this_col footer .this_web_footer .top .footer_ewm {
    display: none;
  }
  #all #this_col footer .this_web_footer .top .footer_contact {
    margin-top: 20px;
    gap: 5px;
  }
  #all #this_col footer .this_web_footer .top .footer_contact li {
    display: inline-block;
  }
  #all #this_col footer .this_web_footer .top .footer_contact li a i {
    font-size: 14px;
  }
  #all #this_col footer .this_web_footer .top .footer_contact li a p {
    font-size: 14px;
    white-space: normal;
    word-break: break-all;
  }
  #all #this_col footer .this_web_footer .bottom {
    margin-top: 10px;
  }
  #all #this_col footer .this_web_footer .bottom ul li a {
    font-size: 14px;
  }
}
#all #this_col .this_public .w80 {
  width: 84vw;
  margin: auto;
}
#all #this_col .this_public .this_title h2 {
  color: #18A24F;
  font-size: 40px;
  font-weight: 500;
}
#all #this_col .this_public .this_title h3 {
  font-size: 36px;
  font-weight: 500;
}
@media screen and (max-width: 1480px) {
  #all #this_col .this_public .w80 {
    width: 84vw;
  }
  
  
  
  
}
@media screen and (max-width: 900px) {
  #all #this_col .this_public .w80 {
    width: 84vw;
  }
  #all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .hd .swiper-father .swiper-button-prev, 
  #all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .hd .swiper-father .swiper-button-next{
      width: 5vw;
  }
  
}
@media screen and (max-width: 600px) {
  #all #this_col .this_public .this_title h2 {
    font-size: 22px;
  }
  #all #this_col .this_public .this_title h3 {
    font-size: 12px;
  }
}
#all #this_col .indexPage .swiper-pagination-bullet:before {
  background-color: transparent;
  display: none;
}
#all #this_col .indexPage .bannerWrapper .swiper-horizontal > .swiper-pagination-bullets,
#all #this_col .indexPage .bannerWrapper .swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto !important;
  right: 10vw;
  left: auto;
  bottom: 50px;
}
#all #this_col .indexPage .bannerWrapper .phone{
    display: none;
}
#all #this_col .indexPage .bannerWrapper .pc{
    display: block;
}

#all #this_col .indexPage .bannerWrapper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
#all #this_col .indexPage .bannerWrapper .swiper-pagination-bullet-active {
  background-color: #008C38;
}
#all #this_col .indexPage .bannerWrapper .swiper-slide {
  /*根据内容调整宽度*/
  width: 100%;
}
#all #this_col .indexPage .bannerWrapper .swiper-slide .img_b {
  position: relative;
  width: 100%;
  height: 100%;
  transition: 1s linear 2s;
  transform: scale(1, 1);
}
#all #this_col .indexPage .bannerWrapper .swiper-slide .img_b img {
  width: 100%;
  height: 100%;
}
#all #this_col .indexPage .storyWrapper {
  padding: 60px 0;
  background-color: #EEF1F5;
  background: center bottom no-repeat #eef1f5;
  background-size: cover;
}
#all #this_col .indexPage .storyWrapper .this_title {
  text-align: center;
}
#all #this_col .indexPage .storyWrapper .this_in {
  text-align: center;
  margin-top: 40px;
}
#all #this_col .indexPage .storyWrapper .this_in .top p {
  font-size: 28px;
  display: block;
  margin: 5px 0;
}
#all #this_col .indexPage .storyWrapper .this_in .top p b {
  color: #008c38;
}
#all #this_col .indexPage .storyWrapper .this_in .img_b {
  margin-top: 40px;
  max-width: 100%;
}
#all #this_col .indexPage .storyWrapper .this_in .img_b img {
  max-width: 100%;
}
#all #this_col .indexPage .storyWrapper .this_in .bottom {
  text-align: start;
  margin-top: 100px;
}
#all #this_col .indexPage .storyWrapper .this_in .bottom p {
  width: 100%;
  overflow: hidden;
  font-size: 0.13rem;
  color: #727171;
  line-height: 1.75;
}
#all #this_col .indexPage .proWrapper {
  padding-top: 3.5vw;
  box-shadow: 0px -10px 5px #f5f5f5;
}
#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .bd {
  margin-top: 3.64583333vw;
}
#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .bd .content_in {
  transition: 0.5s;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .bd .hide{
    display: none;
}

#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .bd .content_in .left {
  width: 48%;
  float: left;
}

#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .bd .content_in .left .swiper-father {  
  /*padding-bottom: 120px;*/
  /*padding-bottom: 60px;*/
}

#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .bd .content_in .left .lrbutton::before {
    display: none;
}

#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .bd .content_in .left .lrbutton::after {
    display: none;
}


#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .bd .content_in .left .lrbutton i {
    color: #18A24F;
}
#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .bd .content_in .left .swiper-button-prev {
    bottom: 60px;
    top: auto;
    transform: translate(-100%, 0);
    left: 47%;
}


#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .bd .content_in .left .swiper-button-next {
    bottom: 60px;
    top: auto;
    transform: translate(100%, 0);
    right: 47%;
}

#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .bd .content_in .left .next {
    bottom: 72px !important;
}


#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .bd .content_in .left .swiper {
  width: 100%;
  padding: 60px 0;
  padding-bottom: 120px;
}
#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .bd .content_in .left .swiper .swiper-wrapper {
  width: 100%;
}
#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .bd .content_in .left .swiper .swiper-wrapper .swiper-slide {
  z-index: 1;
}

#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .bd .content_in .left .swiper .swiper-wrapper .swiper-slide-next{
    transform: translateY();
}

#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .bd .content_in .left .swiper .swiper-wrapper .swiper-slide .this_child {
  display: flex;
  flex-direction: column;
  position: relative;
}
#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .bd .content_in .left .swiper .swiper-wrapper .swiper-slide .this_child .img_b {
  width: 100%;
  margin: auto;
}
#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .bd .content_in .left .swiper .swiper-wrapper .swiper-slide .this_child .img_b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .bd .content_in .left .swiper .swiper-wrapper .swiper-slide .this_child .this_text {
  position: absolute;
  /*bottom: -50px;*/
  bottom: -90px;
  left: 50%;
  transform: translate(-50%, 0);
}
#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .bd .content_in .left .swiper .swiper-wrapper .swiper-slide .this_child .this_text p {
  font-size: 20px;
}
#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .bd .content_in .left .swiper .swiper-wrapper .swiper-slide-active {
  z-index: 3;
  overflow: visible;
}
#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .bd .content_in .left .swiper .swiper-horizontal > .swiper-pagination-bullets,
#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .bd .content_in .left .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 35px;
}
#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .bd .content_in .left .swiper .swiper-pagination-bullet-active {
  background-color: #008C38;
}
#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .bd .content_in .right {
  width: calc(46% - 1.3rem);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  
  /*float: right;*/
}
#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .bd .content_in .right .img_b {
  width: 100%;
  margin: 0 1rem;
}
#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .bd .content_in .right .img_b img {
  width: 100%;
  max-height: 300px;
  object-fit: contain;
}
#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .bd .content_in .right .this_text {
  margin-top: 20px;
}
#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .bd .content_in .right .this_text p {
  font-size: 18px;
}
#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .hd {
  margin-top: 0.8rem;
}
#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .hd .swiper-father {
  position: relative;

}
#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .hd .swiper-father .swiper {
  background-color: #E3E3E3;
}
#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .hd .swiper-father .swiper .swiper-wrapper li.swiper-slide {
  position: relative;
  padding: 1rem 0;
}
#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .hd .swiper-father .swiper .swiper-wrapper li.swiper-slide .this_child {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .hd .swiper-father .swiper .swiper-wrapper li.swiper-slide .this_child .img_b {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  transition: all 0.5s;
  background-color: #fff;
}
#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .hd .swiper-father .swiper .swiper-wrapper li.swiper-slide .this_child .img_b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.5s;
}
#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .hd .swiper-father .swiper .swiper-wrapper li.swiper-slide .this_child .img_b img:last-child {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
}
#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .hd .swiper-father .swiper .swiper-wrapper li.swiper-slide .this_child .this_text {
  margin-top: 0.15rem;
}
#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .hd .swiper-father .swiper .swiper-wrapper li.swiper-slide .this_child .this_text p {
  font-size: 14px;
  text-align: center;
}
#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .hd .swiper-father .swiper .swiper-wrapper li.on::before {
  transition: all 0.3s;
  content: '';
  display: inline-block;
  width: 50%;
  height: 5px;
  background-color: #008c38;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .hd .swiper-father .swiper .swiper-wrapper li.on .this_child .img_b {
  background-color: #008C38;
}
#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .hd .swiper-father .swiper .swiper-wrapper li.on .this_child .img_b img:first-child {
  visibility: hidden;
  opacity: 0;
}
#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .hd .swiper-father .swiper .swiper-wrapper li.on .this_child .img_b img:last-child {
  visibility: visible;
  opacity: 1;
}
#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .hd .swiper-father .swiper .swiper-wrapper li.on .this_child .this_text p {
  color: #008C38;
}
#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .hd .swiper-father .swiper-button-prev,
#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .hd .swiper-father .swiper-button-next {
  width: 7.5vw;
  height: 100%;
  top: 0;
  bottom: auto;
  background-color: #18A24F;
  position: absolute;
  margin: auto;
  cursor: pointer;
}
#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .hd .swiper-father .swiper-button-prev:hover,
#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .hd .swiper-father .swiper-button-next:hover {
  background-color: #008C38;
}
#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .hd .swiper-father .swiper-button-prev {
  left: 0;
}
#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .hd .swiper-father .swiper-button-next {
  right: 0;
}
#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .hd .swiper-father .swiper-button-prev::after,
#all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .hd .swiper-father .swiper-button-next::after {
  position: absolute;
  color: #fff;
  font-size: 20px;
}
#all #this_col .indexPage .newsWrapper {
  background-image: url(../img/index/bg1.jpg);
  background-size: 100%;
  padding: 5.20833333vw 0;
}
#all #this_col .indexPage .newsWrapper .this_title .top {
  display: flex;
  justify-content: space-between;
}
#all #this_col .indexPage .newsWrapper .this_title .top ul {
  display: flex;
  align-items: center;
  gap: 40px;
}
#all #this_col .indexPage .newsWrapper .this_title .top ul li {
  position: relative;
  font-size: 20px;
}
#all #this_col .indexPage .newsWrapper .this_title .top ul li.on a {
  color: #008937;
}
#all #this_col .indexPage .newsWrapper .this_title .top ul li::before {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translate(0, -50%);
  content: '';
  display: inline-block;
  width: 1px;
  height: 70%;
  background-color: #9F9F9F;
}
#all #this_col .indexPage .newsWrapper .this_title .top ul li:last-child::before {
  display: none;
}
#all #this_col .indexPage .newsWrapper .this_in {
  transition: all 0.5s;
  background-color: #fff;
  margin-top: 70px;
  display: flex;
}
#all #this_col .indexPage .newsWrapper .this_in .left {
  width: 50%;
}
#all #this_col .indexPage .newsWrapper .this_in .left .swiper-father .swiper .swiper-wrapper .swiper-slide {
  background-color: #fff;
}
#all #this_col .indexPage .newsWrapper .this_in .left .swiper-father .swiper .swiper-wrapper .swiper-slide .this_child .img_b {
  width: 100%;
}
#all #this_col .indexPage .newsWrapper .this_in .left .swiper-father .swiper .swiper-wrapper .swiper-slide .this_child .img_b img {
  width: 100%;
  object-fit: cover;
  height: 350px;
}
#all #this_col .indexPage .newsWrapper .this_in .left .swiper-father .swiper .swiper-wrapper .swiper-slide .this_child .this_text {
  height: 110px;
  box-sizing: border-box;
  padding: 30px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-image: linear-gradient(to right, #004226, #008A37);
}
#all #this_col .indexPage .newsWrapper .this_in .left .swiper-father .swiper .swiper-wrapper .swiper-slide .this_child .this_text h5 {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}
#all #this_col .indexPage .newsWrapper .this_in .left .swiper-father .swiper .swiper-wrapper .swiper-slide .this_child .this_text p {
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
}
#all #this_col .indexPage .newsWrapper .this_in .left .swiper-father .swiper .next {
  right: 10px;
  left: auto;
  top: auto;
  bottom: 120px;
  width: auto;
}
#all #this_col .indexPage .newsWrapper .this_in .right {
  height: 460px;
  width: 50%;
  max-height: 100%;
  padding: 0 50px;
}
#all #this_col .indexPage .newsWrapper .this_in .right .swiper {
  height: 100%;
  max-height: 100%;
}
#all #this_col .indexPage .newsWrapper .this_in .right .swiper .swiper-wrapper {
  max-height: 100%;
  height: 100%;
}
#all #this_col .indexPage .newsWrapper .this_in .right .swiper .swiper-wrapper .this_child {
  display: block;
  padding: 30px 0 20px;
  border-bottom: 1px solid #EEEEEE;
  height: 100%;
}
#all #this_col .indexPage .newsWrapper .this_in .right .swiper .swiper-wrapper .this_child .this_text h5 {
  font-size: 20px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#all #this_col .indexPage .newsWrapper .this_in .right .swiper .swiper-wrapper .this_child .this_text p {
  display: block;
  margin-top: 10px;
}
#all #this_col .indexPage .serviceWrapper {
  padding: 60px 0 100px;
}
#all #this_col .indexPage .serviceWrapper .this_in .top {
  margin-top: 40px;
  width: 100%;
}
#all #this_col .indexPage .serviceWrapper .this_in .top .swiper {
  width: 100%;
}
#all #this_col .indexPage .serviceWrapper .this_in .top .swiper .swiper-wrapper .swiper-slide {
  margin-left: 70px;
  width: auto;
  padding-bottom: 20px;
}
#all #this_col .indexPage .serviceWrapper .this_in .top .swiper .swiper-wrapper .swiper-slide:first-child {
  margin-left: 0;
}
#all #this_col .indexPage .serviceWrapper .this_in .top .swiper .swiper-wrapper .swiper-slide .this_child {
  font-size: 24px;
  color: #888;
  padding-bottom: 20px;
}
#all #this_col .indexPage .serviceWrapper .this_in .top .swiper .swiper-wrapper .swiper-slide .this_child::before {
  content: "";
  width: 0;
  height: 0.03rem;
  display: block;
  overflow: hidden;
  background-color: #008c38;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
#all #this_col .indexPage .serviceWrapper .this_in .top .swiper .swiper-wrapper .swiper-slide-thumb-active::before {
  width: 100%;
  transition: all 0.5s;
}
#all #this_col .indexPage .serviceWrapper .this_in .top .swiper .swiper-wrapper .swiper-slide-thumb-active .this_child {
  display: block;
  position: relative;
  color: #008937;
}
#all #this_col .indexPage .serviceWrapper .this_in .bottom {
  margin-top: 40px;
}
#all #this_col .indexPage .serviceWrapper .this_in .bottom .swiper .swiper-wrapper .this_child {
  display: flex;
}
#all #this_col .indexPage .serviceWrapper .this_in .bottom .swiper .swiper-wrapper .this_child .left {
  width: 50%;
}
#all #this_col .indexPage .serviceWrapper .this_in .bottom .swiper .swiper-wrapper .this_child .left .img_b {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #efefef;
}
#all #this_col .indexPage .serviceWrapper .this_in .bottom .swiper .swiper-wrapper .this_child .left .img_b img {
  width: 100%;
  height: 600px;
  min-height: 100%;
  object-fit: cover;
}
#all #this_col .indexPage .serviceWrapper .this_in .bottom .swiper .swiper-wrapper .this_child .right {
  width: 50%;
  background-image: linear-gradient(to right, #004126, #008937);
}
#all #this_col .indexPage .serviceWrapper .this_in .bottom .swiper .swiper-wrapper .this_child .right .this_intro {
  padding: 4.16666667vw 6.77083333vw;
}
#all #this_col .indexPage .serviceWrapper .this_in .bottom .swiper .swiper-wrapper .this_child .right .this_intro h5 {
  font-size: 30px;
  color: #fff;
}
#all #this_col .indexPage .serviceWrapper .this_in .bottom .swiper .swiper-wrapper .this_child .right .this_intro1 .this_ewm {
  margin-top: 1.5625vw;
  display: flex;
  justify-content: space-between;
}
#all #this_col .indexPage .serviceWrapper .this_in .bottom .swiper .swiper-wrapper .this_child .right .this_intro1 .this_ewm .img_b {
  width: 9.375vw;
}
#all #this_col .indexPage .serviceWrapper .this_in .bottom .swiper .swiper-wrapper .this_child .right .this_intro1 .this_ewm .this_text {
  width: calc(100% - 10vw - 10px);
  display: flex;
  flex-direction: column;
  align-items: start;
}
#all #this_col .indexPage .serviceWrapper .this_in .bottom .swiper .swiper-wrapper .this_child .right .this_intro1 .this_ewm .this_text p,
#all #this_col .indexPage .serviceWrapper .this_in .bottom .swiper .swiper-wrapper .this_child .right .this_intro1 .this_ewm .this_text a {
  color: #fff;
}
#all #this_col .indexPage .serviceWrapper .this_in .bottom .swiper .swiper-wrapper .this_child .right .this_intro1 .this_ewm .this_text .sp1 {
  font-size: 20px;
}
#all #this_col .indexPage .serviceWrapper .this_in .bottom .swiper .swiper-wrapper .this_child .right .this_intro1 .this_ewm .this_text .sp2 {
  display: block;
  margin-top: 2.08333333vw;
  font-size: 20px;
  border-bottom: 1px solid #fff;
}
#all #this_col .indexPage .serviceWrapper .this_in .bottom .swiper .swiper-wrapper .this_child .right .this_intro1 form {
  margin-top: 40px;
}
#all #this_col .indexPage .serviceWrapper .this_in .bottom .swiper .swiper-wrapper .this_child .right .this_intro1 form input {
  padding: 20px 25px;
  width: 100%;
  background-color: #ffffff55;
  color: #fff;
  font-size: 20px;
}
#all #this_col .indexPage .serviceWrapper .this_in .bottom .swiper .swiper-wrapper .this_child .right .this_intro1 form input::placeholder {
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 1500px) {
  #all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .bd .content_in .left {
    width: 50%;
  }
}

@media screen and (max-width: 1440px){
    #all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .hd .swiper-father{
        background: #E3E3E3;
    }
}


@media screen and (max-width: 1024px) {
  #all #this_col .indexPage .bannerWrapper .swiper-slide .img_b {
    height: auto;
  }
  #all #this_col .indexPage .bannerWrapper .swiper-slide .img_b img {
    object-fit: cover;
  }
}
@media screen and (max-width: 1024px) {
  #all #this_col .indexPage .storyWrapper .this_in .top p {
    font-size: 22px;
  }
  #all #this_col .indexPage .serviceWrapper .this_in .bottom .swiper .swiper-wrapper .this_child .right .this_intro1 .this_ewm {
    gap: 20px;
    align-items: center;
  }
  #all #this_col .indexPage .serviceWrapper .this_in .bottom .swiper .swiper-wrapper .this_child .right .this_intro1 .this_ewm .img_b {
    width: 50%;
  }
  #all #this_col .indexPage .serviceWrapper .this_in .bottom .swiper .swiper-wrapper .this_child .right .this_intro1 .this_ewm .this_text {
    margin-top: 1.5625vw;
    width: 50%;
  }
}
@media screen and (max-width: 950px) {
    #all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .bd .content_in .left .swiper .swiper-wrapper .swiper-slide .this_child .this_text p{
        font-size: 17px;
    }
  #all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .hd .swiper-father .swiper .swiper-wrapper li.swiper-slide {
    padding: 10px 0;
  }
  #all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .hd .swiper-father .swiper .swiper-wrapper li.swiper-slide .this_child .img_b {
    width: 40px;
    height: 40px;
  }
  #all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .hd .swiper-father .swiper .swiper-wrapper li.swiper-slide .this_child .this_text p {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  #all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .bd .content_in {
    flex-direction: column;
  }
  #all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .bd .content_in .left {
    width: 100%;
    margin-top: 2.60416667vw;
  }
  #all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .bd .content_in .right {
      flex-direction: row;
    width: 100%;
  }
  #all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .bd .content_in .right .img_b{
      width:50%;
  }
  #all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .bd .content_in .right .this_text{
      width:50%;
  }
  #all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .bd .content_in .left .swiper-father{
      padding-bottom:10px;
  }
  #all #this_col .indexPage .serviceWrapper .this_in .top .swiper .swiper-wrapper {
    flex-wrap: wrap;
    gap: 10px;
  }
  #all #this_col .indexPage .serviceWrapper .this_in .top .swiper .swiper-wrapper .swiper-slide {
    padding-bottom: 0;
    margin-left: 0;
  }
  #all #this_col .indexPage .serviceWrapper .this_in .top .swiper .swiper-wrapper .swiper-slide:first-child {
    margin-top: 0;
  }
  #all #this_col .indexPage .serviceWrapper .this_in .top .swiper .swiper-wrapper .swiper-slide .this_child {
    padding-bottom: 0;
  }
  #all #this_col .indexPage .serviceWrapper .this_in .bottom .swiper .swiper-wrapper .this_child {
    flex-direction: column;
  }
  #all #this_col .indexPage .serviceWrapper .this_in .bottom .swiper .swiper-wrapper .this_child .left {
    width: 100%;
  }
  #all #this_col .indexPage .serviceWrapper .this_in .bottom .swiper .swiper-wrapper .this_child .right {
    width: 100%;
  }
  #all #this_col .indexPage .newsWrapper .this_in {
    flex-direction: column;
  }
  #all #this_col .indexPage .newsWrapper .this_in .left {
    width: 100%;
  }
  #all #this_col .indexPage .newsWrapper .this_in .left .swiper-father .swiper .swiper-wrapper .swiper-slide .this_child .this_text {
    padding: 10px 20px;
  }
  #all #this_col .indexPage .newsWrapper .this_in .right {
    width: 100%;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 600px) {
  #all #this_col .indexPage .bannerWrapper .phone{
    display:block;
}
#all #this_col .indexPage .bannerWrapper .pc{
    display:none;
}

    
    
  #all #this_col .indexPage .storyWrapper .this_in .top p {
    font-size: 16px;
  }
  #all #this_col .indexPage .storyWrapper .this_in .top p b {
    font-size: 20px;
  }
  #all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .bd .content_in .left .swiper .swiper-wrapper .swiper-slide .this_child .this_text p {
    font-size: 16px;
  }
  #all #this_col .indexPage .proWrapper .this_in .slideTxtBox2 .bd .content_in .right .this_text p {
    font-size: 16px;
  }
  #all #this_col .indexPage .newsWrapper .this_title .top {
    flex-direction: column;
  }
  #all #this_col .indexPage .newsWrapper .this_title .top ul {
    margin-top: 10px;
  }
  #all #this_col .indexPage .newsWrapper .this_title .top ul li {
    font-size: 14px;
  }
  #all #this_col .indexPage .newsWrapper .this_title h3 {
    margin-top: 10px;
  }
  #all #this_col .indexPage .newsWrapper .this_in .left .swiper-father .swiper .swiper-wrapper .swiper-slide .this_child .this_text h5 {
    font-size: 14px;
  }
  #all #this_col .indexPage .newsWrapper .this_in .left .swiper-father .swiper .swiper-wrapper .swiper-slide .this_child .this_text p {
    font-size: 12px;
  }
  #all #this_col .indexPage .newsWrapper .this_in .right {
    height: 300px;
  }
  #all #this_col .indexPage .newsWrapper .this_in .right .swiper .swiper-wrapper .this_child {
    padding: 10px 0;
  }
  #all #this_col .indexPage .newsWrapper .this_in .right .swiper .swiper-wrapper .this_child .this_text h5 {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #all #this_col .indexPage .newsWrapper .this_in .right .swiper .swiper-wrapper .this_child .this_text p {
    font-size: 12px;
  }
  #all #this_col .indexPage .serviceWrapper .this_in .top .swiper .swiper-wrapper .swiper-slide .this_child {
    font-size: 16px;
  }
  #all #this_col .indexPage .serviceWrapper .this_in .bottom .swiper .swiper-wrapper .this_child .left .img_b img {
    height: auto;
    max-height: 350px;
  }
  #all #this_col .indexPage .serviceWrapper .this_in .bottom .swiper .swiper-wrapper .this_child .right .this_intro h5 {
    font-size: 22px;
  }
  #all #this_col .indexPage .serviceWrapper .this_in .bottom .swiper .swiper-wrapper .this_child .right .this_intro1 .this_ewm .img_b {
    width: 50%;
  }
  #all #this_col .indexPage .serviceWrapper .this_in .bottom .swiper .swiper-wrapper .this_child .right .this_intro1 .this_ewm .this_text .sp1 {
    font-size: 16px;
  }
  #all #this_col .indexPage .serviceWrapper .this_in .bottom .swiper .swiper-wrapper .this_child .right .this_intro1 .this_ewm .this_text .sp2 {
    font-size: 16px;
  }
}
.phone-head-items {
  display: none;
}
@media screen and (max-width: 1200px) {
  .phone-head-item .title:before {
    font-family: "fontawesome";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
  }
  .phone-body-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
  }
  .phone-ico-close {
    width: 30px;
    height: 30px;
    background: #fff url(../img/mobile_close.png) center center no-repeat;
    background-size: 50% auto;
    position: absolute;
    right: -35px;
    top: 0;
  }
  .sub-content {
    position: relative;
    display: block;
    right: auto;
    border-radius: 0;
    border: none;
    box-shadow: none;
    z-index: 99999;
  }
  .lang-more {
    display: none !important;
  }
  .phone-head-items {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    z-index: 999;
  }
  .phone-head-items .phone_logo {
    max-width: 130px;
  }
  .phone-head-items .phone_logo a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
  }
  .phone-head-item {
    float: left;
    width: 48px;
  }
  .phone-head-item.phone-head-aside {
    float: right;
  }
  .phone-head-item .title {
    width: 100%;
    display: flex;
    align-items: center;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
    text-align: center;
    color: #333;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .phone-head-item .title a {
    position: relative;
    display: block;
    color: #FFF;
  }
  .phone-head-item.phone-head-home .title a:before {
    content: '\f015';
  }
  .phone-head-item.phone-head-social .title:before {
    content: "\f007";
  }
  .phone-head-item .main-content-wrap {
    background: #FFF;
    top: 0;
    display: block;
    z-index: 99999;
  }
  .phone-head-item .main-content-wrap .content-wrap {
    overflow-y: auto;
    height: 100%;
    padding: 15px 10px;
    background-color: #fff;
  }
  .phone-head-item .main-content-wrap .content-wrap ul li {
    font-size: 15px;
    padding: 8px 0;
    border-bottom: 1px #c5c5c5 dashed;
    line-height: 30px;
  }
  .phone-head-item .main-content-wrap .content-wrap ul li a {
    text-transform: capitalize;
  }
  .phone-head-item .main-content-wrap .content-wrap ul li ul {
    margin-left: 20px;
  }
  .phone-head-item .main-content-wrap .content-wrap ul li ul li {
    border-bottom: none;
    padding: 2px 0;
  }
  .phone-head-item .main-content-wrap.middle-content-wrap .content-wrap {
    overflow-y: hidden;
  }
  .phone-head-item .side-content-wrap {
    position: fixed;
    display: block;
    left: -70%;
    width: 70%;
    height: 100%;
  }
  .phone-head-item .middle-content-wrap {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    padding: 20px 0;
    opacity: 0;
    visibility: hidden;
  }
  .phone-head-item .middle-show-content-wrap {
    top: 70px;
    visibility: visible;
    opacity: 1;
  }
  .index_head .btn--search {
    right: 0;
    top: -20px;
    margin: 0;
  }
  .index_head .head-search {
    display: none;
  }
  .head-search {
    position: relative;
    width: 90%;
    height: 35px;
    margin: 0 auto;
  }
  .head-search .search-ipt {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #333;
    padding: 0 10px;
  }
  .head-search .search-btn {
    position: absolute;
    width: 35px;
    height: 100%;
    background: url(../img/search_btn.png) no-repeat center center;
    -webkit-background-size: auto 16px;
    background-size: auto 16px;
    border: none;
    right: 0;
    top: 0;
    display: block !important;
  }
  .head-search .search-attr {
    display: none;
  }
  .page_head {
    display: none;
  }
  .phone-head-item .main-content-wrap .content-wrap ul li .productWrap .Wrap .left .menu_title {
    display: none;
  }
  .phone-head-item .main-content-wrap .content-wrap ul li .productWrap .Wrap .right {
    display: none;
  }
  .phone-head-item .main-content-wrap .content-wrap ul li .productWrap .Wrap .close {
    display: none;
  }
  .sys_sub_head {
    margin-top: 25px;
  }
  .itemWrap {
    display: flex;
  }
  .itemWrap .phone-head-nav {
    order: 3;
  }
  .itemWrap .phone-head-language {
    order: 2;
  }
  .phone-head-item .title i {
    font-size: 28px;
  }
  .index_layout {
    width: 95vw;
  }
  .container .index_title {
    font-size: 30px;
  }
  .container .bannerWrapper .swiper .swiper-wrapper .swiper-slide .info {
    display: none;
  }
  .container .bannerWrapper .swiper .swiper-pagination {
    display: none;
  }
  .container .bannerWrapper .swiper .swiper-button-wrap {
    display: none;
  }
  .container .index_main {
    margin: 60px 0;
  }
  .container .index_main .index_hotWrap {
    padding-top: 40px;
  }
  .container .index_main .index_video .item .info {
    top: 50%;
  }
  .container .index_main .index_video .item .info .title {
    font-size: 16px;
  }
  .container .index_main .index_video .item .info .icon {
    margin-top: 10px;
  }
  .container .index_main .index_video .item .info .icon img {
    width: 40px;
    height: 40px;
  }
  .container .index_main .index_product .layout {
    padding: 0;
  }
  .container .index_main .index_product .item_title {
    width: 100%;
    flex-wrap: wrap;
    transform: translateY(0);
  }
  .container .index_main .index_product .item_title::after {
    display: none;
  }
  .container .index_main .index_product .item_title li {
    padding: 0;
    flex: 0 50%;
  }
  .container .index_main .index_product .item_title li a {
    display: block;
  }
  .container .index_main .index_product .item_title li a i {
    color: #333;
  }
  .container .index_main .index_product .item_title .active a {
    margin-top: 0;
  }
  .container .index_main .index_product .itemWrap ul li {
    padding: 10px 5px;
    flex: 0 50%;
  }
  .container .index_main .index_product .itemWrap ul li .Wrap .link_product .title {
    margin: 5px 10px;
  }
  .container .index_main .index_product .itemWrap ul li .Wrap .desc {
    padding: 0px 10px 15px 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  .container .index_main .index_product .itemWrap ul li .Wrap .desc .pro_btn {
    width: 100%;
    margin-top: 5px;
  }
  .container .index_main .index_product .itemWrap ul li:nth-child(7),
  .container .index_main .index_product .itemWrap ul li:nth-child(8) {
    display: block;
  }
  .container .index_main .index_featured section .parallax {
    background-position: center !important;
  }
  .container .index_main .index_featured .intro {
    width: 100%;
    padding: 10px;
    left: 0;
  }
  .container .index_main .index_featured .intro .title {
    width: 100%;
    font-size: 18px;
  }
  .container .index_main .index_featured .intro .more {
    font-size: 16px;
  }
  .container .index_main .index_news .newsWrap .new_swiper .swiper-slide a .intro {
    position: static;
    width: 100%;
    background-color: #1E73BE;
    padding: 10px;
  }
  .container .index_main .index_about {
    display: flex;
    flex-direction: column-reverse;
  }
  .container .index_main .index_about #freext {
    height: 800px;
    background-position: bottom !important;
  }
  .container .index_main .index_about .aboutWrap {
    width: 100%;
  }
  .container .index_main .index_about .aboutWrap .index_title {
    width: 100%;
    font-size: 25px;
  }
  .container .index_main .index_link {
    padding: 10px;
  }
  .container .index_main .index_link ul {
    padding: 0;
    flex-wrap: wrap;
  }
  .container .index_main .index_link ul li {
    flex: 0 50%;
    margin-bottom: 5px;
  }
  .container .index_main .index_link ul li a {
    text-align: center;
    font-size: 14px;
  }
  .container .index_main .index_link ul li a i {
    font-size: 25px;
  }
  .container .about_main .videoWrap .intro .title {
    font-size: 16px;
    margin-bottom: 0;
  }
  .container .about_main .videoWrap .intro .icon {
    width: 40px;
    height: 40px;
  }
  .container .about_main .layout {
    padding: 40px 10px;
  }
  .container .product_main {
    padding-top: 60px;
  }
  .container .product_main .layout {
    padding: 40px 10px;
  }
  .container .product_main ul {
    margin-top: 20px;
  }
  .container .product_main ul li {
    padding: 10px 5px;
    flex: 0 50%;
  }
  .container .product_main ul li .Wrap {
    border: 1px solid #e1e1e1;
  }
  .container .product_main ul li .Wrap .link_product .title {
    margin: 5px 10px;
  }
  .container .product_main ul li .Wrap .desc {
    padding: 0px 10px 15px 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  .container .product_main ul li .Wrap .desc .price {
    font-size: 16px;
  }
  .container .product_main ul li .Wrap .desc .pro_btn {
    width: 100%;
    margin-top: 5px;
  }
  .container .product_main .top_title {
    flex-wrap: wrap;
    gap: 20px 0;
  }
  .container .product_main .top_title .show_result {
    order: 1;
    flex: 0 60%;
    font-size: 13px;
  }
  .container .product_main .top_title .sort {
    order: 2;
    padding: 10px;
    flex: 0 40%;
  }
  .container .product_main .top_title .sort select {
    max-width: 120px;
  }
  .container .product_main .top_title .index_title {
    order: 3;
    flex: 0 100%;
  }
  .container .detail_main .product-summary {
    width: 100%;
  }
  .container .detail_main .product-summary .cateWrap {
    flex-direction: column;
  }
  .container .detail_main .product-vs .VsWrap .vs tr:first-of-type td {
    font-size: 14px;
  }
  .container .detail_main .product-vs .VsWrap .vs td {
    min-width: 230px;
    font-size: 12px;
  }
  .container .detail_main .product-vs .VsWrap .vs td p {
    font-size: 14px;
  }
  .container .detail_main .product-vs .VsWrap .vs td:first-of-type {
    min-width: 20%;
  }
  .container .detail_main .product-vs .VsWrap .vs td.attr .left {
    min-width: 90px;
    width: 90px;
    padding: 0;
  }
  .container .detail_main .product-vs .VsWrap .vs td.attr .left p {
    font-size: 14px;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .container .detail_main .product-vs .VsWrap .vs td.attr ul li {
    min-width: 40px;
    padding: 4px;
  }
  .container .check_main .checkWrap {
    transform: translate(0);
    box-shadow: none;
    padding: 12px;
  }
  .container .check_main .checkWrap h3 {
    font-size: 24px;
  }
  .container .check_main .checkWrap .inputWrap {
    width: 100%;
    display: flex;
  }
  .container .check_main .checkWrap .inputWrap input {
    min-width: 100px;
    width: 70%;
    box-sizing: border-box;
  }
  .container .check_main .checkWrap .inputWrap input[type='submit'] {
    width: 30%;
    min-width: 0;
  }
  .container .page_banner .intro .title {
    font-size: 16px;
    width: auto;
  }
  .container .page_banner .intro .more {
    padding: 4px;
    font-size: 14px;
  }
  .container .load_main .cate_search .layout {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .container .load_main .cate_search .layout::after {
    display: none;
  }
  .container .load_main .cate_search .layout p {
    font-size: 20px;
  }
  .container .load_main .down_list li .pdfWrap {
    gap: 10px;
  }
  .container .new_main .news_item li {
    flex: 0 100%;
  }
  .container .path_bar {
    padding: 10px 0;
  }
  .container .path_bar p {
    font-size: 16px;
  }
  .container .path_bar .Wrap {
    margin-top: 5px;
    align-items: flex-start;
  }
  .container .path_bar .Wrap i {
    margin-top: -5px;
  }
  .container .path_bar .Wrap ul {
    flex-wrap: wrap;
  }
  .container .footer .web_footer {
    display: none;
  }
  .container .footer .sj-footer {
    display: block;
  }
  .contact_form {
    transform: translate(0);
    padding: 10px;
    gap: 5px;
    box-shadow: none;
  }
  .contact_form .item {
    flex: 0 100%;
    flex-direction: column;
  }
  .contact_form .item h6 {
    width: 100px;
    text-align: left;
  }
  .contact_form .item input,
  .contact_form .item textarea {
    width: 100%;
  }
  .contact_form .sub {
    margin: 20px auto;
    font-size: 20px;
    padding: 5px 30px;
  }
}
