* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.pic {
  overflow: hidden;
  width: 100%;
  line-height: 0;
}

.pic img {
  transition: all 0.5s ease;
  max-width: 100%;
  width: 100%;
}

/*.pic.pic_auto{text-align:center;}*/
.pic.pic_auto img{width:auto;}


@font-face {
  font-family: "condensed";
  src: url("calibri.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  font-family: condensed !important;
}

a {
  transition: all 0.5s ease;
}

body {
  float: left;
  width: 100%;
  scroll-behavior: smooth;
}

.wapshoww {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

img {
  border: 0;
}

.max-width {
  width: 1235px;
  margin: 0 auto;
}

.max-width2 {
  width: 1350px;
  margin: 0 auto;
}

.topnav-width {
  width: 1500px;
  margin: 0 auto;
}

html {
  scrollbar-width: thin;
  scrollbar-color: #2e8655 rgba(255, 255, 255, 0.75);
}

html::-webkit-scrollbar {
  width: 8px;
}

html::-webkit-scrollbar-thumb {
  background-color: #2e8655;
  border-radius: 8px;
}

@media screen and (max-width: 1500px) {
  .max-width {
    width: 80%;
    margin: 0 auto;
  }

  .topnav-width {
    width: 80%;
  }

  .max-width2 {
    width: 80%;
    margin: 0 auto;
  }
}

.layout37 {
  display: none;
}

.pcshow {
  display: block !important;
}

.wapshow {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .max-width {
    width: 100%;
    padding: 0 15px;
  }

  .max-width2 {
    width: 100%;
    padding: 0 15px;
  }

  .pcshow {
    display: none !important;
  }

  .wapshow {
    display: block !important;
  }
}

.wapshow {
  display: none;
}

._nav3 {
  display: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.layout37 {
  display: none;
}

.nbanner {
  width: 100%;
  position: relative;
}

.nbanner .relative_children {
  width: 100%;
  line-height: 0;
  opacity: 0;
  z-index: -1;
}

.nbanner .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.nbanner .pic {
  line-height: 0;
  width: 100%;
}

.nbanner .pic img {
  width: 100%;
}

.nbanner video {
  width: 100%;
}

.Contact_us_form {
  width: 100%;
  padding: 150px 0;
}

.Contact_us_form .Contact_us_form_box .contact_tit {
  color: #4c4948;
  font-size: var(--font42);
  font-weight: bold;
}

.Contact_us_form .Contact_us_form_box form {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.Contact_us_form .Contact_us_form_box form .form_item {
  display: flex;
  width: calc(50% - 38px);
  flex-direction: column;
  margin-bottom: 30px;
}

.Contact_us_form .Contact_us_form_box form .form_item .text_tit {
  color: #4c4948;
  font-size: var(--font22);
  font-weight: bold;
}

.Contact_us_form .Contact_us_form_box form .form_item.textarea {
  width: 100%;
}

.Contact_us_form .Contact_us_form_box form .form_item select {
  width: 100%;
  margin-top: 17px;
  border: 1px solid #4c4948;
  padding: 0 14px;
  appearance: none;
  height: 55px;
  line-height: 55px;
  background: url(../img/form_arrow.png) center right 14px no-repeat;
  background-size: 15px;
  color: #b4b3b2;
  font-size: var(--font22);
}

.Contact_us_form .Contact_us_form_box form .form_item .text {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.Contact_us_form .Contact_us_form_box form .form_item textarea {
  width: 100%;
  margin-top: 17px;
  border: 1px solid #4c4948;
  padding: 10px 14px;
  height: 150px;
  line-height: 32px;
  font-size: var(--font22);
  color: #4c4948;
}

.Contact_us_form .Contact_us_form_box form .form_item textarea::placeholder {
  color: #b4b3b2;
}

.Contact_us_form .Contact_us_form_box form .form_item input {
  width: 100%;
  margin-top: 17px;
  border: 1px solid #4c4948;
  padding: 0 14px;
  height: 55px;
  line-height: 55px;
  font-size: var(--font22);
  color: #4c4948;
}

.Contact_us_form .Contact_us_form_box form .form_item input::placeholder {
  color: #b4b3b2;
}

.Contact_us_form .Contact_us_form_box form .form_item .code {
  height: 53px;
  line-height: 0;
  position: absolute;
  right: 1px;
  bottom: 1px;
  border-left: 1px solid #4c4948;
  cursor: pointer;
}

.Contact_us_form .Contact_us_form_box form .form_item .code img {
  height: 53px;
}

.Contact_us_form .Contact_us_form_box form .isagree {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
}

.Contact_us_form .Contact_us_form_box form .isagree .check {
  width: 18px;
  height: 18px;
  border: 1px solid #4c4948;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.Contact_us_form .Contact_us_form_box form .isagree .check img {
  display: none;
}

.Contact_us_form .Contact_us_form_box form .isagree .check.on {
  background: #98be33;
  border: 1px solid #98be33;
}

.Contact_us_form .Contact_us_form_box form .isagree .check.on img {
  display: block;
}

.Contact_us_form .Contact_us_form_box form .isagree span {
  color: #4c4948;
  font-size: var(--font22);
  margin-left: 8px;
}

.Contact_us_form .Contact_us_form_box form .submit {
  margin: 0 auto;
  background: #98be33;
  line-height: 50px;
  border-radius: 25px;
  padding: 0 38px;
  color: #fff;
  font-size: var(--font22);
}

.Contact_us_content {
  width: 100%;
  margin-bottom: 150px;
}

.Contact_us_content .Contact_us_content_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Contact_us_content .Contact_us_content_box .contact_text {
  width: 42%;
}

.Contact_us_content .Contact_us_content_box .contact_text .tit {
  font-size: var(--font42);
  color: #4c4948;
  padding-bottom: 40px;
  border-bottom: 1px solid #4c4948;
  font-weight: bold;
  line-height: 1.1;
}

.Contact_us_content .Contact_us_content_box .contact_text .contact_item {
  margin-top: 40px;
  display: flex;
  align-items: center;
}

.Contact_us_content .Contact_us_content_box .contact_text .contact_item img {
  margin-right: 9px;
}

.Contact_us_content .Contact_us_content_box .contact_text .contact_item span {
  font-size: var(--font20);
  line-height: 26px;
  color: #4c4948;
}

.Contact_us_content .Contact_us_content_box .contact_map {
  width: 48.5%;
  line-height: 0;
}

.Contact_us_content .Contact_us_content_box .contact_map img {
  width: 100%;
}



.index_banner .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 50px;
}

.index_banner .slick-dots li {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #89C133;
  margin: 0 8px;
  opacity: 0.5;
  bottom: -10px;
  padding: 0;
}

.index_banner .slick-dots li.slick-active {
  opacity: 1;
}


.newcenter_detail {
  width: 100%;
  padding: 150px 0;
}

.newcenter_detail .newcenter_detail_box h1 {
  font-size: var(--font42);
  color: #4c4948;
  font-weight: bold;
  line-height: 1.1;
}

.newcenter_detail .newcenter_detail_box .time {
  font-size: var(--font22);
  color: #4c4948;
  padding: 30px 0;
  border-bottom: 2px solid #000000;
  margin-bottom: 30px;
}

.newcenter_detail .newcenter_detail_box .editor {
  font-size: var(--font22);
  color: #4c4948;
  line-height: 26px;
  margin-bottom: 80px;
}

.newcenter_detail .newcenter_detail_box .editor p {
  font-size: var(--font22);
  color: #4c4948;
  line-height: 26px;
}

.newcenter_detail .newcenter_detail_box .editor img {
  max-width: 100%;
}

.newcenter_detail .newcenter_detail_box .return {
  margin: 0 auto;
  background: #98be33;
  line-height: 50px;
  border-radius: 25px;
  text-align: center;
  width: 240px;
  color: #fff;
  font-size: var(--font22);
  display: block;
}

.tab {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab a {
  display: block;
  font-size: var(--font28);
  color: #4c4948;
  position: relative;
  margin: 0 75px;
  font-weight: bold;
}

.tab a.on,
.tab a:hover {
  color: #89c133;
}

.tab a:last-child:after {
  display: none;
}

.tab a:after {
  content: "";
  height: 30px;
  width: 2px;
  position: absolute;
  right: -75px;
  top: 50%;
  transform: translate(0, -50%);
  background: #4c4948;
}

.newcenter {
  width: 100%;
  padding: 160px 0;
}

.newcenter .newcenter_box .more {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background: #98be33;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: var(--font22);
  margin-top: 22px;
}

.newcenter .newcenter_box .tab {
  margin-bottom: 65px;
}

.newcenter .newcenter_box .top_new a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.newcenter .newcenter_box .top_new a:hover .pic img {
  transform: scale(1.1);
}

.newcenter .newcenter_box .top_new a:hover .text h6 {
  color: #89c133 !important;
}

.newcenter .newcenter_box .top_new a .pic {
  width: 42%;
  line-height: 0;
}

.newcenter .newcenter_box .top_new a .pic img {
  width: 100%;
}

.newcenter .newcenter_box .top_new a .text {
  width: calc(58% - 60px);
}

.newcenter .newcenter_box .top_new a .text h4 {
  font-size: var(--font22);
  color: #4c4948;
}

.newcenter .newcenter_box .top_new a .text h6 {
  font-size: var(--font28);
  color: #4c4948;
  line-height: 36px;
  font-weight: bold;
  margin: 10px 0 24px 0;
}

.newcenter .newcenter_box .top_new a .text h5 {
  font-size: var(--font22);
  color: #4c4948;
  line-height: 26px;
}

.newcenter .newcenter_box .new_list {
  width: 100%;
  margin-top: 68px;
  margin-bottom: 90px;
}

.newcenter .newcenter_box .new_list ul {
  width: calc(100% + 60px);
  margin: -30px;
  display: flex;
  flex-wrap: wrap;
}

.newcenter .newcenter_box .new_list ul li {
  width: 33.3%;
  padding: 30px;
  float: left;
}

.newcenter .newcenter_box .new_list ul li a {
  width: 100%;
}

.newcenter .newcenter_box .new_list ul li a:hover .pic img {
  transform: scale(1.1);
}

.newcenter .newcenter_box .new_list ul li a:hover h5 {
  color: #89c133;
}

.newcenter .newcenter_box .new_list ul li a h4 {
  font-size: var(--font18);
  color: #4c4948;
  font-weight: bold;
  padding: 0 10px;
  margin: 15px 0;
}

.newcenter .newcenter_box .new_list ul li a h5 {
  font-size: var(--font22);
  color: #4c4948;
  line-height: 26px;
  padding: 0 10px;
  height: 78px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.newcenter .newcenter_box .new_list ul li a .more {
  margin-left: 10px;
}

.fy {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fy a {
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4c4948;
  font-size: var(--font16);
  border: 1px solid #585554;
  margin: 0 5px;
  position: relative;
}

.fy a.prev,
.fy a.next {
  margin: 0 15px;
}

.fy a:hover {
  border: 1px solid #98be33;
  background: #98be33;
  color: #fff;
}

.fy a:hover:after {
  border-top: 1px solid #fff !important;
  border-right: 1px solid #fff !important;
}

.fy a.prev:after {
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top: 1px solid #4c4948;
  border-right: 1px solid #4c4948;
  transform: translate(-50%, -50%) rotate(-135deg);
  margin-left: 3px;
}

.fy a.next:after {
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-top: 1px solid #4c4948;
  border-right: 1px solid #4c4948;
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -3px;
}

.solutionpro {
  width: 100%;
  padding: 150px 0;
}

.solutionpro .solutionpro_box .tab {
  margin: 35px 0 65px 0;
}

.solutionpro .solutionpro_box.center .tit,
.solutionpro .solutionpro_box.center .info {
  text-align: center;
}

.solutionpro .solutionpro_box.center .info {
  margin-top: 5px;
  margin-bottom: 20px;
}

.solutionpro .solutionpro_box.center .tit2 {
  margin-top: 150px;
}

.solutionpro .solutionpro_box .tit {
  font-size: var(--font40);
  color: #4c4948;
  font-weight: bold;
}

.solutionpro .solutionpro_box .info {
  font-size: var(--font22);
  color: #4c4948;
  line-height: 26px;
  margin: 20px 0 120px 0;
}

.solutionpro .solutionpro_box .product_tit {
  font-size: var(--font40);
  color: #4c4948;
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
}

.solutionpro .solutionpro_box .product_list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: -20px 0;
  display:none;
}

.solutionpro .solutionpro_box .product_list ul.on{display:flex;}

.solutionpro .solutionpro_box .product_list ul li {
  width: calc(33.3% - 18px);
  margin: 20px 0;
}

.solutionpro .solutionpro_box .product_list ul li:hover a img {
  transform: scale(1.1);
}

.solutionpro .solutionpro_box .product_list ul li a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
  border: 1px solid #4c4948;
  padding: 30px 0 40px 0;
}

.solutionpro .solutionpro_box .product_list ul li a .img {
  overflow: hidden;
  max-width: 100%;
}

.solutionpro .solutionpro_box .product_list ul li a .img img {
  max-width: 100%;
}

.solutionpro .solutionpro_box .product_list ul li a img {
  transition: all 0.5s ease;
}

.solutionpro .solutionpro_box .product_list ul li a h4 {
  font-size: var(--font22);
  color: #4c4948;
  text-align: center;
}

.solutionpro .solutionpro_box .product_list ul li:hover a h4 {
  color: #89c133
}

.solutionpro .solutionpro_box .product_list.equine ul li a {
  padding-top: 100px;
  padding-bottom: 100px;
}

.solutionpro .solutionpro_box .product_list.equine ul li h4 {
  margin-top: 15px;
}


.solutionpro .solutionpro_box .solution {
  width: calc(100% + 14px);
  margin: -7px;
  display: flex;
  flex-wrap: wrap;
}

.solutionpro .solutionpro_box .solution li {
  width: 25%;
  float: left;
  padding: 7px;
}

.solutionpro .solutionpro_box .solution li .tt {
  margin-top: 20px;
  font-size: var(--font22);
  color: #4c4948;
  text-align: center;
  font-weight: bold;
}

.solutionpro .solutionpro_box .solution li a {
  width: 100%;
}

.solutionpro .solutionpro_box .solution li a:hover .pic img {
  transform: scale(1.1);
}

.solutionpro .solutionpro_box .solution li a:hover .tt {
  color: #2e8655;
}

.about_plate1 {
  width: 100%;
  padding: 225px 0 110px 0;
}

.about_plate1 .about_plate1_box {
  position: relative;
}

.about_plate1 .about_plate1_box .pic {
  position: absolute;
  width: 45%;
  line-height: 0;
  top: -75px;
  left: -90px;
}

.about_plate1 .about_plate1_box .pic img {
  width: 100%;
}

.about_plate1 .about_plate1_box .text {
  width: 50.3%;
  margin-left: auto;
}

.about_plate1 .about_plate1_box .text .tit {
  font-size: var(--font40);
  color: #4c4948;
  font-weight: bold;
  margin-bottom: 20px;
}

.about_plate1 .about_plate1_box .text .info {
  font-size: var(--font22);
  color: #4c4948;
  line-height: 26px;
}

.about_plate2 {
  width: 100%;
  padding-left: 11%;
  margin-bottom: 150px;
}

.about_plate2 .about_plate2_box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.about_plate2 .about_plate2_box .pic {
  width: 76%;
}

.about_plate2 .about_plate2_box .text {
  flex: 1;
  padding-right: 40px;
}

.about_plate2 .about_plate2_box .text .tit {
  font-size: var(--font40);
  color: #4c4948;
  font-weight: bold;
  margin-bottom: 20px;
}

.about_plate2 .about_plate2_box .text .info {
  font-size: var(--font22);
  color: #4c4948;
  line-height: 26px;
}

.about_plate3 {
  width: 100%;
  padding-bottom: 150px;
  background: url(../img/about3.png) bottom 0px right 10% no-repeat;
}

.about_plate3 .about_plate3_box .tit {
  font-size: var(--font40);
  color: #4c4948;
  font-weight: bold;
  text-align: center;
}

.about_plate3 .about_plate3_box .info {
  font-size: var(--font22);
  color: #4c4948;
  line-height: 26px;
  padding: 0 60px;
  text-align: center;
  margin-top: 15px;
}

.about_plate3 .about_plate3_box .about_plate3_list {
  padding: 0 200px;
  margin-top: 40px;
}

.about_plate3 .about_plate3_box .about_plate3_list ul {
  width: calc(100% + 80px);
  margin: -25px -40px;
}

.about_plate3 .about_plate3_box .about_plate3_list ul .item {
  position: relative;
  width: 100%;
  display: flex;
}

.about_plate3 .about_plate3_box .about_plate3_list ul .item:after {
  content: "";
  width: 370px;
  height: 396px;
  border: 2px solid #444;
  position: absolute;
  top: 283px;
  right: -170px;
  border-radius: 0 185px 185px 0;
  border-left: 0px solid transparent;
}

.about_plate3 .about_plate3_box .about_plate3_list ul .item:nth-child(2n):after {
  content: "";
  width: 370px;
  height: 396px;
  border: 2px solid #444;
  position: absolute;
  top: 283px;
  left: -170px;
  border-radius: 185px 0 0 185px;
  border-right: 0px solid transparent;
}

.about_plate3 .about_plate3_box .about_plate3_list ul .item:last-child:after {
  display: none;
}

.about_plate3 .about_plate3_box .about_plate3_list ul li {
  width: 33.3%;
  padding: 25px 40px;
  float: left;
}

.about_plate3 .about_plate3_box .about_plate3_list ul li .history_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.about_plate3 .about_plate3_box .about_plate3_list ul li .history_box:after {
  content: "";
  height: 2px;
  width: calc(100% + 80px);
  background: #444444;
  position: absolute;
  left: -40px;
  top: 258px;
}

.about_plate3 .about_plate3_box .about_plate3_list ul li .history_box .pic {
  height: 140px;
  text-align: center;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.about_plate3 .about_plate3_box .about_plate3_list ul li .history_box .pic img {
  width: auto;
}

.about_plate3 .about_plate3_box .about_plate3_list ul li .history_box h4 {
  color: #4c4948;
  line-height: 22px;
  font-size: var(--font18);
  margin: 15px 0 20px 0;
  height: 66px;
}

.about_plate3 .about_plate3_box .about_plate3_list ul li .history_box .icon {
  width: 55px;
  display: flex;
  justify-content: center;
  line-height: 0;
  background: #fff;
  position: relative;
  z-index: 2;
}

.about_plate3 .about_plate3_box .about_plate3_list ul li .history_box .icon img {
  max-width: 100%;
}

.about_plate3 .about_plate3_box .about_plate3_list ul li .history_box .year {
  font-size: var(--font50);
  font-weight: bold;
  color: #040000;
  margin-top: 14px;
}

.index_plate1 {
  width: 100%;
  padding: 150px 0;
}

.index_plate1 .index_plate1_box {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.index_plate1 .index_plate1_box .index_ustit {
  margin-bottom: 40px;
}

.index_plate1 .index_plate1_box ul {
  width: calc(100% + 14px);
  margin: -7px;
}

.index_plate1 .index_plate1_box ul li {
  width: 25%;
  float: left;
  padding: 7px;
}

.index_plate1 .index_plate1_box ul li:hover .pic img {
  transform: scale(1.1);
}

.index_plate1 .index_plate1_box ul li .pic img {
  max-width: 100%;
  width: 100%;
}

.index_plate1 .index_plate1_box ul li h4 {
  text-align: center;
  color: #4c4948;
  font-size: var(--font24);
  margin-top: 12px;
}

.index_plate2 {
  width: 100%;
  padding-bottom: 170px;
}

.index_plate2 .index_plate2_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.index_plate2 .index_plate2_box .index_ustit {
  margin-bottom: 25px;
}

.index_plate2 .index_plate2_box ul {
  width: calc(100% + 44px);
  margin: 0 -22px;
}

.index_plate2 .index_plate2_box ul li {
  width: 33%;
  float: left;
  padding: 0 22px;
}

.index_plate2 .index_plate2_box ul li a {
  width: 100%;
  display: block;
}

.index_plate2 .index_plate2_box ul li:hover .img img {
  transform: scale(1.1);
}

.index_plate2 .index_plate2_box ul li .img {
  border: 2px solid #7b7979;
  width: 100%;
  height: 475px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.index_plate2 .index_plate2_box ul li .img img {
  max-width: 80%;
  transition: all 0.5s ease;
}

.index_plate2 .index_plate2_box ul li h4 {
  text-align: center;
  color: #4c4948;
  font-size: var(--font24);
  margin-top: 12px;
}

.index_plate2 .index_plate2_box ul li:hover h4 {
  color: #98BE33;
}

.index_plate2 .index_plate2_box .more {
  margin: 0 auto;
  background: #98be33;
  line-height: 50px;
  border-radius: 25px;
  width: 215px;
  display: block;
  color: #fff;
  text-align: center;
  font-size: var(--font22);
  margin-top: 50px;
  border: 1px solid transparent;
  transition: all .5s ease;
}

.newcenter_detail .newcenter_detail_box .return {
  transition: all .5s ease;
  border: 1px solid transparent;
}

.Contact_us_form .Contact_us_form_box form .submit {
  transition: all .5s ease;
  border: 1px solid transparent;
}

.detail_plate9 .detail_plate9_box .more {
  transition: all .5s ease;
  border: 1px solid transparent;
}

.index_plate1 .index_plate1_box ul li:hover h4 {
  color: #98be33;
}

.index_plate2 .index_plate2_box .more:hover {
  background: transparent;
  color: #98be33;
  border: 1px solid #98be33;
}

.detail_plate9 .detail_plate9_box .more:hover {
  background: transparent;
  color: #98be33;
  border: 1px solid #98be33;
}

.Contact_us_form .Contact_us_form_box form .submit:hover {
  background: transparent;
  color: #98be33;
  border: 1px solid #98be33;
}

.newcenter_detail .newcenter_detail_box .return:hover {
  background: transparent;
  color: #98be33;
  border: 1px solid #98be33;
}

.index_plate3 {
  width: 100%;
  position: relative;
}

.index_plate3 .text {
  position: absolute;
  top: 115px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.index_plate3 .text .tit {
  color: #fff;
  font-size: var(--font40);
  text-align: center;
  font-weight: bold;
  line-height: 50px;
}

.index_plate3 .text .info {
  color: #fff;
  font-size: var(--font22);
  text-align: center;
  line-height: 26px;
}

.index_plate3 .pic {
  line-height: 0;
  display: flex;
}

.index_ustit {
  text-align: center;
  font-size: var(--font40);
  color: #4c4948;
  font-weight: bold;
}

.detail_plate1 {
  width: 100%;
}

.detail_plate1 .detail_plate1_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #4c4948;
  padding: 160px 0;
}

.detail_plate1 .detail_plate1_box .text .line {
  width: 56px;
  height: 2px;
  background: #98be33;
  margin: 25px 0 22px 0;
}

.detail_plate1 .detail_plate1_box .text .play img {
  height: 68px;
  width: 68px;
  margin-top: 68px;
  cursor: pointer;
}

.detail_plate1 .detail_plate1_box .pic {
  width: 42.5%;
}

.detail_plate2 {
  width: 100%;
}

.detail_plate2 .detail_plate2_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 120px 0;
  border-bottom: 1px solid #4c4948;
}

.detail_plate2 .detail_plate2_box .text {
  width: 53%;
}

.detail_plate2 .detail_plate2_box .pic {
  width: 40%;
}

.detail_plate2 .detail_plate2_box .detail_info {
  margin-top: 20px;
  margin-bottom: 40px;
}

.detail_plate2 .detail_plate2_box ul {
  width: calc(100% + 72px);
  margin: 0 -36px;
}

.detail_plate2 .detail_plate2_box ul li {
  width: 33.33%;
  padding: 0 36px;
  float: left;
}

.detail_plate2 .detail_plate2_box ul li .box {
  width: 100%;
}

.detail_plate2 .detail_plate2_box ul li .box .img {
  width: 100%;
  line-height: 0;
}

.detail_plate2 .detail_plate2_box ul li .box .img img {
  width: 100%;
}

.detail_plate2 .detail_plate2_box ul li .box .tit {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  color: #4c4948;
  font-size: var(--font22);
  white-space: nowrap;
  display: table;
  margin-top: 15px;
}

.detail_plate3 {
  width: 100%;
}

.detail_plate3 .detail_plate3_box {
  width: 100%;
  padding: 120px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #4c4948;
}

.detail_plate3 .detail_plate3_box .text {
  width: 48%;
}

.detail_plate3 .detail_plate3_box .text .detail_info {
  margin-top: 25px;
}

.detail_plate3 .detail_plate3_box .pic {
  width: 47%;
}

.detail_plate4 {
  width: 100%;
}

.detail_plate4 .detail_plate4_box {
  width: 100%;
  padding: 120px 0;
  border-bottom: 1px solid #4c4948;
}

.detail_plate4 .detail_plate4_box .detail_ustit {
  margin-bottom: 80px;
}

.detail_plate4 .detail_plate4_box .plate4_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}

.detail_plate4 .detail_plate4_box .plate4_item:last-child {
  margin: 0;
}

.detail_plate4 .detail_plate4_box .plate4_item .text {
  width: 48%;
}

.detail_plate4 .detail_plate4_box .plate4_item .text .tit {
  display: flex;
  align-items: center;
}

.detail_plate4 .detail_plate4_box .plate4_item .text .tit h4 {
  color: #4c4948;
  font-size: var(--font26);
  font-weight: bold;
}

.detail_plate4 .detail_plate4_box .plate4_item .text .tit .icon {
  height: 48px;
  width: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  background: #98be33;
  border-radius: 50%;
}

.detail_plate4 .detail_plate4_box .plate4_item .text .tit .icon img {
  max-width: 70%;
}

.detail_plate4 .detail_plate4_box .plate4_item .text .detail_info {
  margin-top: 15px;
}

.detail_plate4 .detail_plate4_box .plate4_item .pic {
  width: 47%;
}

.detail_plate5 {
  width: 100%;
}

.detail_plate5 .detail_plate5_box {
  width: 100%;
  padding: 120px 0;
  border-bottom: 1px solid #4c4948;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.detail_plate5 .detail_plate5_box .video {
  width: 47%;
  line-height: 0;
  position: relative;
}

.detail_plate5 .detail_plate5_box .video .img {
  width: 100%;
}

.detail_plate5 .detail_plate5_box .video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.detail_plate5 .detail_plate5_box .text {
  width: 48%;
}

.detail_plate5 .detail_plate5_box .text .detail_ustit {
  margin-bottom: 20px;
}

.detail_plate6 {
  width: 100%;
}

.detail_plate6 .detail_plate6_box {
  width: 100%;
  padding: 120px 0;
  border-bottom: 1px solid #4c4948;
}

.detail_plate6 .detail_plate6_box .detail_info {
  margin-top: 10px;
}

.detail_plate6 .detail_plate6_box .detail_usstit {
  margin-top: 50px;
}

.detail_plate6 .detail_plate6_box .img_list {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.detail_plate6 .detail_plate6_box .img_list img {
  width: calc(50% - 17px);
}

.detail_plate6 .detail_plate6_box .pic {
  width: 100%;
  margin-top: 30px;
}

.detail_plate7 {
  width: 100%;
}

.detail_plate7 .detail_plate7_box {
  width: 100%;
  padding: 120px 0;
  border-bottom: 1px solid #4c4948;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.detail_plate7 .detail_plate7_box .text {
  width: 50%;
}

.detail_plate7 .detail_plate7_box .text .detail_ustit {
  margin-bottom: 40px;
}

.detail_plate7 .detail_plate7_box .text .content {
  height: 590px;
  overflow-y: auto;
  width: 100%;
  padding-right: 30px;
  scrollbar-width: thin;
  scrollbar-color: #b2ce66 rgba(255, 255, 255, 0.75);
}

.detail_plate7 .detail_plate7_box .text .content::-webkit-scrollbar {
  width: 3px;
}

.detail_plate7 .detail_plate7_box .text .content::-webkit-scrollbar-thumb {
  background-color: red !important;
  border-radius: 3px;
}

.detail_plate7 .detail_plate7_box .text .content .item {
  margin-bottom: 45px;
}

.detail_plate7 .detail_plate7_box .text .content .item:last-child {
  margin-bottom: 0;
}

.detail_plate7 .detail_plate7_box .text .content .item .detail_info {
  padding-left: 48px;
  margin-top: 10px;
}

.detail_plate7 .detail_plate7_box .text .content .item .detail_usstit {
  display: flex;
  align-items: baseline;
}

.detail_plate7 .detail_plate7_box .text .content .item .detail_usstit .num {
  margin-right: 12px;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #98be33;
  font-size: var(--font22);
  font-weight: bold;
}

.detail_plate7 .detail_plate7_box .pic {
  width: 47%;
}

.detail_plate8 {
  width: 100%;
}

.detail_plate8 .detail_plate8_box {
  width: 100%;
  padding: 120px 0;
  border-bottom: 1px solid #4c4948;
}

.detail_plate8 .detail_plate8_box .product_list {
  margin-top: 40px;
}

.detail_plate8 .detail_plate8_box .product_list .slick-arrow {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #5a5756;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.5s ease;
}

.detail_plate8 .detail_plate8_box .product_list .slick-arrow.slick-prev {
  left: -60px;
}

.detail_plate8 .detail_plate8_box .product_list .slick-arrow.slick-prev:after {
  content: "";
  height: 10px;
  width: 10px;
  border-top: 1px solid #5a5756;
  border-right: 1px solid #5a5756;
  transition: all 0.5s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) rotate(-135deg);
  margin-left: 3px;
}

.detail_plate8 .detail_plate8_box .product_list .slick-arrow.slick-next {
  left: auto;
  right: -60px;
}

.detail_plate8 .detail_plate8_box .product_list .slick-arrow.slick-next:after {
  content: "";
  height: 10px;
  width: 10px;
  border-top: 1px solid #5a5756;
  border-right: 1px solid #5a5756;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -3px;
  transition: all 0.5s ease;
}

.detail_plate8 .detail_plate8_box .product_list .slick-arrow:hover {
  border: 1px solid #98be33;
  background: #98be33;
}

.detail_plate8 .detail_plate8_box .product_list .slick-arrow:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.detail_plate8 .detail_plate8_box .product_list ul {
  width: calc(100% + 40px);
  margin: -20px;
  /* width: 100%; */
}

.detail_plate8 .detail_plate8_box .product_list ul li {
  width: 33.3%;
  padding: 20px;
}

.detail_plate8 .detail_plate8_box .product_list ul li:hover a img {
  transform: scale(1.1);
}

.detail_plate8 .detail_plate8_box .product_list ul li a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
  border: 1px solid #4c4948;
  padding: 30px 0 40px 0;
}

.detail_plate8 .detail_plate8_box .product_list ul li a .img {
  overflow: hidden;
  height: 380px;
}

.detail_plate8 .detail_plate8_box .product_list ul li a img {
  transition: all 0.5s ease;
}

.detail_plate8 .detail_plate8_box .product_list ul li a h4 {
  font-size: var(--font22);
  color: #4c4948;
  text-align: center;
}

.detail_plate9 {
  width: 100%;
}

.detail_plate9 .detail_plate9_box {
  padding: 120px 0;
  width: 100%;
}

.detail_plate9 .detail_plate9_box .detail_ustit {
  text-align: center;
}

.detail_plate9 .detail_plate9_box .more {
  margin: 0 auto;
  background: #98be33;
  line-height: 50px;
  border-radius: 25px;
  width: 215px;
  display: block;
  color: #fff;
  text-align: center;
  font-size: var(--font22);
  margin-top: 30px;
}

.down {
  width: 100%;
  background: url(../img/downbg.png) center no-repeat;
  background-size: cover;
  padding-top: 150px;
}

.down .down_box .top_layout {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.down .down_box .top_layout .logo {
  width: 210px;
  line-height: 0;
  display: block;
}

.down .down_box .top_layout .logo img {
  width: 210px;
}

.down .down_box .top_layout .nav_list {
  width: 77%;
}

.down .down_box .top_layout .nav_list .nav_item {
  display: flex;
  flex-direction: column;
  width: 33.3%;
  flex-wrap: wrap;
  float: left;
  min-width: 120px;
  margin-bottom: 45px;
}

.down .down_box .top_layout .nav_list .nav_item.product {
  width: 66.6%;
  flex-direction: row;
}

.down .down_box .top_layout .nav_list .nav_item.product .a {
  width: 50%;
  float: left;
}

.down .down_box .top_layout .nav_list .nav_item .h4 {
  color: #89c133;
  font-size: var(--font22);
  margin-bottom: 16px;
  font-weight: bold;
  line-height: 30px;
  width: 100%;
}

.down .down_box .top_layout .nav_list .nav_item .a {
  color: #ffffff;
  font-size: var(--font20);
  line-height: 26px;
  display: block;
}

.down .down_box .top_layout .nav_list .nav_item .a:hover {
  color: #98be33;
}

.down .down_box .top_layout .nav_list .nav_item span {
  color: #ffffff;
  font-size: var(--font20);
  line-height: 26px;
}

.down .down_box .down_layout {
  padding: 30px 0 55px 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.down .down_box .down_layout:after {
  content: "";
  height: 2px;
  background: #87be33;
  position: absolute;
  width: calc(100% + 100px);
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
}

.down .down_box .down_layout .copyright {
  font-size: var(--font16);
  line-height: 20px;
  color: #fff;
}

.down .down_box .down_layout .copyright a {
  font-size: var(--font16);
  line-height: 20px;
  color: #fff;
}

.down .down_box .down_layout .link_list {
  width: 26%;
  display: flex;
  align-items: center;
}

.down .down_box .down_layout .link_list a {
  margin-right: 20px;
  line-height: 0;
}

.down .down_box .down_layout .link_list a img {
  width: 38px;
  height: 38px;
}

.top_nav {
  width: 100%;
  background: #000;
}

.top_nav .top_nav_box {
  height: 135px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top_nav .top_nav_box .logo {
  width: 150px;
  line-height: 0;
}

.top_nav .top_nav_box .logo img {
  width: 100%;
}

.top_nav .top_nav_box .nav {
  margin-left: auto;
  margin-right: 60px;
}

.top_nav .top_nav_box .nav ul {
  display: flex;
  align-items: center;
}

.top_nav .top_nav_box .nav ul li {
  position: relative;
}

.top_nav .top_nav_box .nav ul li.spt .ul2 {
  flex-direction: initial;
  flex-wrap: initial;
  min-width: 460px;
  padding: 0px;
  left: 0;
  transform: translate(0, 0);
  background: rgba(0, 0, 0, 0.7);
  align-items:flex-start;
}

.top_nav .top_nav_box .nav ul li.spt:hover .ul2 {
  padding: 25px;
}

.top_nav .top_nav_box .nav ul li.spt .ul2 li {
  width: 50%
}
.top_nav .top_nav_box .nav ul li.spt .ul2 div li{width:100%;}

.top_nav .top_nav_box .nav ul li.spt .ul2 a {
  margin: 0;
  padding-left: 15px;
  text-align: left;
  background: transparent;
}

.top_nav .top_nav_box .nav ul li.on a {
  color: #89c133;
}

.top_nav .top_nav_box .nav ul li a {
  font-size: var(--font26);
  color: #fff;
  /* margin: 0 37px; */
  line-height: 135px;
  margin-right: 74px;
}

.top_nav .top_nav_box .nav ul li .ul2 {
  display: flex;
  flex-direction: column;
  top: 100%;
  position: absolute;
  /* transition: all .5s ease; */
  height: 0;
  overflow: hidden;
  left: 50%;
  transform: translate(-50%, 0);
}

.top_nav .top_nav_box .nav ul li .ul2 li {
  width: 100%
}

.top_nav .top_nav_box .nav ul li:hover .ul2 {
  height: auto;
}

.top_nav .top_nav_box .nav ul li .ul2 li a {
  display: block;
  min-width: 210px;
  line-height: 60px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 0 25px;
  white-space: nowrap;
  font-size: var(--font22);
}

.top_nav .top_nav_box .nav ul li .ul2 li a:hover {
  background: #89c133;
}

.top_nav .top_nav_box .nav ul li a:hover {
  color: #89c133;
}

.top_nav .top_nav_box .fun {
  display: flex;
  align-items: center;
}

.top_nav .top_nav_box .fun .lang {
  margin: 0 5px;
  line-height: 0;
  cursor: pointer;
  position: relative;
}


.top_nav {
  z-index: 8;
  position: relative;
}

.top_nav .top_nav_box .fun .lang .lang_ul {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 85px;
  display: none;
}

.top_nav .top_nav_box .fun .lang .lang_ul a {
  display: block;
  min-width: 200px;
  line-height: 60px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: var(--font20);
}

.top_nav .top_nav_box .fun .lang .lang_ul a:hover {
  background: #89C133;
}

.top_nav .top_nav_box .fun .search {
  margin: 0 5px;
  line-height: 0;
  cursor: pointer;
}

.top_nav .top_nav_box .fun .search img {
  width: 35px
}

.top_nav .top_nav_box .fun .lang img {
  width: 35px
}

.video_bg {
  height: 100vh;
  width: 100vw;
  position: absolute;
  z-index: 98;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  position: fixed;
  display: none;
}

.video_pop {
  width: 65vw;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 99;
  display: none;
}

.video_pop .close {
  position: relative;
  height: 50px;
  float: right;
  width: 50px;
  cursor: pointer;
  transform: translate(25px, 0px);
}

.video_pop .close:after {
  content: "";
  height: 50px;
  width: 2px;
  position: absolute;
  background: #fff;
  transform: rotate(45deg);
}

.video_pop .close::before {
  content: "";
  height: 50px;
  width: 2px;
  position: absolute;
  background: #fff;
  transform: rotate(-45deg);
}

.video_pop video {
  object-fit: cover;
  width: 100%;
}

.search_box {
  width: 100vw;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: all 0.5s ease-in-out 0s;
  height: 0;
  overflow: hidden;
}

.search_box.on {
  height: 100vh;
  opacity: 1;
}

.search_box.on .search_box_layout {
  opacity: 1;
  transform: translateY(0);
}

.search_box .search_box_layout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: 100%;
  align-items: flex-end;
  margin-left: 25%;
  transform: translateY(30px);
  transition: all 0.5s ease-in-out 0s;
  transition-delay: 0.25s;
}

.search_box .search_box_layout .close {
  position: relative;
  height: 50px;
  width: 50px;
  cursor: pointer;
}

.search_box .search_box_layout .close:after {
  content: "";
  height: 50px;
  width: 2px;
  position: absolute;
  background: #fff;
  transform: rotate(45deg);
}

.search_box .search_box_layout .close::before {
  content: "";
  height: 50px;
  width: 2px;
  position: absolute;
  background: #fff;
  transform: rotate(-45deg);
}

.search_box .search_box_layout form {
  width: 100%;
  margin-top: 30px;
}

.search_box .search_box_layout form .layout {
  position: relative;
}

.search_box .search_box_layout form .text {
  width: 100%;
  background: transparent;
  line-height: 60px;
  padding: 0 20px;
  font-size: var(--font24);
  border-bottom: 1px solid #89c133;
  color: #fff;
}

.search_box .search_box_layout form .text::placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-size: var(--font24);
}

.search_box .search_box_layout form .submit {
  height: 60px;
  width: 60px;
  position: absolute;
  background: url(../img/tsearch.png) center no-repeat;
  background-size: 25px;
  right: 0px;
  top: 5px;
}

.detail_ustit {
  font-size: var(--font42);
  color: #4c4948;
  font-weight: bold;
}

.detail_info {
  font-size: var(--font22);
  line-height: 30px;
  color: #4c4948;
}

.detail_usstit {
  font-size: var(--font26);
  line-height: 30px;
  color: #4c4948;
  font-weight: bold;
}

@media screen and (max-width: 1500px) {
  .solutionpro .solutionpro_box .product_list.equine ul li a {
    padding-top: 80px;
    padding-bottom: 80px;
  }


  .top_nav .top_nav_box .nav ul li .ul2 li a {
    line-height: 50px;
    padding: 0 15px;
  }

  .solutionpro {
    padding: 80px 0
  }

  .top_nav .top_nav_box {
    height: 100px;
  }

  .top_nav .top_nav_box .nav ul li a {
    line-height: 100px;
  }

  .top_nav .top_nav_box .nav ul li a {
    margin: 0 20px;
  }

  .solutionpro .solutionpro_box .info {
    margin-bottom: 80px;
  }

  .detail_plate1_box {
    padding: 100px 0 !important;
  }

  .Contact_us_form {
    padding: 80px 0;
  }

  .detail_plate2 .detail_plate2_box,
  .detail_plate3 .detail_plate3_box,
  .detail_plate4 .detail_plate4_box,
  .detail_plate5 .detail_plate5_box,
  .detail_plate6 .detail_plate6_box,
  .detail_plate7 .detail_plate7_box,
  .detail_plate8 .detail_plate8_box,
  .detail_plate9 .detail_plate9_box {
    padding: 80px 0 !important;
  }

  .newcenter_detail {
    padding: 80px 0;
  }

  .newcenter {
    padding: 80px 0;
  }

  .Contact_us_content .Contact_us_content_box .contact_text .contact_item {
    margin-top: 30px;
  }

  .Contact_us_content {
    margin-bottom: 80px;
  }

  .newcenter_detail .newcenter_detail_box .editor {
    margin-bottom: 50px;
  }

  .about_plate1 .about_plate1_box .pic {
    width: 35%;
    left: 60px;
  }

  .about_plate1 {
    padding: 175px 0 110px 0;
  }

  .about_plate3 .about_plate3_box .about_plate3_list ul .item:nth-child(2n):after {
    height: 384px;
  }

  .about_plate3 .about_plate3_box .about_plate3_list ul .item:after {
    height: 384px;
  }

  .about_plate2 {
    margin-bottom: 80px;
  }

  .about_plate2 .about_plate2_box .text .info {
    line-height: 22px;
  }

  .index_plate1 {
    padding: 80px 0;
  }

  .index_plate2 {
    padding-bottom: 80px;
  }

  .top_nav .top_nav_box .fun .lang .lang_ul a {
    min-width: 160px;
    line-height: 40px;
  }
}

@media screen and (max-width: 1300px) {
  .top_nav .top_nav_box .nav ul li .ul2 li a {
    min-width: 180px;
    line-height: 40px;
  }

  .nbanner .play img {
    height: 100px;
    width: 100px;
  }

  .about_plate3 .about_plate3_box .about_plate3_list {
    padding: 0 100px;
  }

  .about_plate3 .about_plate3_box .about_plate3_list ul .item:nth-child(2n):after {
    height: 377px;
  }

  .about_plate3 .about_plate3_box .about_plate3_list ul .item:after {
    height: 377px;
  }

  /* .detail_plate8 .detail_plate8_box .product_list ul li a .img {
    height: 360px;
  } */
  .solutionpro .solutionpro_box.center .tit2 {
    margin-top: 80px;
  }

  .detail_plate6 .detail_plate6_box .detail_usstit {
    margin-top: 35px;
  }

  .solutionpro .solutionpro_box .solution li {
    width: 50%
  }

  .solutionpro .solutionpro_box.center .tit2 {
    margin-top: 20px;
  }

  .solutionpro .solutionpro_box .solution li .tt {
    margin-top: 10px;
  }

  .solutionpro .solutionpro_box .tab {
    margin: 15px 0 25px 0;
  }

  .detail_plate6 .detail_plate6_box .pic {
    margin-top: 20px;
  }

  .detail_info {
    line-height: 24px;
  }

  .detail_plate7 .detail_plate7_box .text .content .item {
    margin-bottom: 25px;
  }

  .detail_plate4 .detail_plate4_box .plate4_item {
    margin-bottom: 50px;
  }

  .detail_plate7 .detail_plate7_box .text .content {
    height: 490px;
  }

  .Contact_us_form .Contact_us_form_box form .form_item {
    margin-bottom: 25px;
  }

  .solutionpro .solutionpro_box .product_list.equine ul li a {
    padding-top: 50px;
    padding-bottom: 50px;
  }

}

@media screen and (max-width: 1024px) {

  .index_plate2_box .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -5px;
  }

  .index_plate2_box .slick-dots li {
    height: 12px !important;
    padding: 0;
    width: 12px !important;
    border-radius: 50%;
    background: #89C133;
    margin: 0 8px;
    opacity: 0.5;
    bottom: -10px;
    padding: 0;
  }

  .index_plate2_box .slick-dots li.slick-active {
    opacity: 1;
  }

  .solutionpro .solutionpro_box .product_list.equine ul li a {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .solutionpro .solutionpro_box .product_list.equine ul li h4 {
    margin-top: 10px;
  }

  .index_banner .slick-dots {
    bottom: 25px;
  }

  .index_banner .slick-dots li {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #89C133;
    margin: 0 8px;
    opacity: 0.5;
    bottom: -10px;
    padding: 0;
  }

  .index_banner .slick-dots li.slick-active {
    opacity: 1;
  }

  .detail_plate1 {
    margin-top: 50px;
  }

  .detail_plate2 .detail_plate2_box,
  .detail_plate3 .detail_plate3_box,
  .detail_plate4 .detail_plate4_box .plate4_item,
  .detail_plate7 .detail_plate7_box {
    flex-direction: column;
  }

  .detail_plate5 .detail_plate5_box {
    flex-direction: column-reverse;
  }

  .detail_plate2 .detail_plate2_box>div,
  .detail_plate3 .detail_plate3_box>div,
  .detail_plate4 .detail_plate4_box .plate4_item>div,
  .detail_plate5 .detail_plate5_box>div,
  .detail_plate7 .detail_plate7_box>div {
    width: 100% !important
  }


  .detail_plate2 .detail_plate2_box .pic,
  .detail_plate3 .detail_plate3_box .pic,
  .detail_plate4 .detail_plate4_box .plate4_item .pic,
  .detail_plate5 .detail_plate5_box .video,
  .detail_plate7 .detail_plate7_box .pic {
    margin-top: 20px;
  }

  .detail_plate6 .detail_plate6_box .detail_usstit {
    margin-top: 20px;
  }

  .detail_plate8 .detail_plate8_box .product_list ul {
    margin: -8px;
    width: calc(100% + 16px)
  }

  .detail_plate8 .detail_plate8_box .product_list {
    margin-top: 20px;
  }

  .detail_plate8 .detail_plate8_box .product_list ul li a .img {
    height: auto;
  }

  .detail_plate8 .detail_plate8_box .product_list .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .detail_plate8 .detail_plate8_box .product_list ul li a {
    padding: 20px 0;
  }

  .detail_plate8 .detail_plate8_box .product_list ul li {
    padding: 8px;
  }

  .detail_plate8 .detail_plate8_box .product_list ul li a .img {
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .detail_plate8 .detail_plate8_box .product_list .slick-dots li {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #89C133;
    margin: 0 8px;
    opacity: 0.5;
    bottom: -10px;
    padding: 0;
  }

  .detail_plate8 .detail_plate8_box .product_list ul li a img {
    max-width: 70%;
  }

  .down {
    padding-top: 30px;
  }

  .down .down_box .down_layout {
    flex-direction: column;
    padding: 20px 0 30px 0;
  }

  .down .down_box .down_layout .copyright {
    margin-bottom: 20px;
  }

  .down .down_box .top_layout .nav_list {
    width: 100%;
    margin-top: 20px;
    display: none;
  }

  .down .down_box .top_layout {
    flex-direction: column;
  }

  .detail_plate9 .detail_plate9_box .more {
    width: 150px;
    line-height: 40px;
    border-radius: 20px;
  }

  .detail_plate8 .detail_plate8_box .product_list .slick-dots li.slick-active {
    opacity: 1;
  }

  .detail_plate7 .detail_plate7_box .text .content {
    height: 300px;
  }

  .detail_plate2 .detail_plate2_box ul {
    width: calc(100% + 20px);
    margin: 0 -10px;
  }


  .detail_plate4 .detail_plate4_box .detail_ustit {
    margin-bottom: 30px;
  }

  .detail_plate2 .detail_plate2_box ul li .box .tit {
    margin-top: 10px;
  }

  .detail_plate2 .detail_plate2_box ul li {
    padding: 0 10px;
  }

  .detail_plate2 .detail_plate2_box ul li .box .tit {
    white-space: normal;
  }

  .detail_plate1 .detail_plate1_box .text .play img {
    height: 30px;
    width: 30px;
    margin-top: 30px;
    cursor: pointer;
  }

  .detail_plate6 .detail_plate6_box .img_list img {
    width: calc(50% - 8px)
  }

  .detail_plate1 .detail_plate1_box .text .line {
    margin: 15px 0;
  }

  .detail_plate1_box {
    padding: 30px 0 !important;
  }

  .detail_plate2 .detail_plate2_box,
  .detail_plate3 .detail_plate3_box,
  .detail_plate4 .detail_plate4_box,
  .detail_plate5 .detail_plate5_box,
  .detail_plate6 .detail_plate6_box,
  .detail_plate7 .detail_plate7_box,
  .detail_plate8 .detail_plate8_box,
  .detail_plate9 .detail_plate9_box {
    padding: 30px 0 !important;
  }

  .layout37 {
    display: block;
    position: fixed !important;
    z-index: 16;
    top: 0px;
  }

  .top_nav {
    display: none;
  }

  ._nav2 {
    width: 100%;
    float: left;
  }

  ._nav2-1_bg {
    width: 100%;
  }

  ._nav2 .ctext {
    width: 100%;
    float: left;
  }

  ._nav2 .ctext .top {
    position: relative;
    z-index: 5;
  }

  ._nav2 .ctext .menuph {
    display: block;
  }

  ._nav2 .ctext .menuph {
    float: right;
    width: 28px;
    height: 28px;
    cursor: pointer;
    text-align: center;
    margin: 12px 0px 12px 0;
  }

  ._nav2 .ctext .menuph .point {
    display: inline-block;
    width: 28px;
    height: 28px;
    position: relative;
  }

  ._nav2 .ctext .menuph .point:hover .navbtn,
  ._nav2 .ctext .menuph .point:hover .navbtn::after,
  ._nav2 .ctext .menuph .point:hover .navbtn::before {
    width: 28px;
  }

  ._nav2 .ctext .fun {
    display: flex;
    align-items: center;
    height: 50px;
    margin-left: auto;
    margin-right: 20px;
    z-index: 50;
  }

  ._nav2 .ctext .fun>div {
    line-height: 0;
  }

  ._nav2 .ctext .fun img {
    height: 20px;
    width: 20px;
    margin: 0 10px;
  }

  ._nav2 .ctext .menuph .navbtn {
    position: absolute;
    top: 14px;
    right: 0;
    display: inline-block;
    height: 2px;
    background: #fff;
    width: 28px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }

  ._nav2 .ctext .menuph .navbtn::after,
  ._nav2 .ctext .menuph .navbtn::before {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 2px;
    content: "";
    background: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }

  ._nav2 .ctext .menuph .navbtn::after {
    top: -10px;
  }

  ._nav2 .ctext .menuph .navbtn::before {
    top: 10px;
  }

  ._nav2 .ctext .menuph .point.active .navbtn {
    background: transparent;
  }

  ._nav2 .ctext .menuph .point.active .navbtn::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
  }

  ._nav2 .ctext .menuph .point.active .navbtn::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
  }

  ._nav2 .ctext .xialaph {
    top: 0;
    float: left;
    width: 100%;
    height: 100vh;
    overflow: auto;
    padding: 0 15px;
    z-index: 999999999999;
    background: #fff;
    display: none;
    left: 0;
    top: 50px;
  }

  ._nav2 .ctext .xialaph .ul2,
  ._nav2 .ctext .xialaph .ul3 {
    display: none;
  }

  ._nav2 .ctext .xialaph h4 a {
    float: left;
    width: 60%;
    font-size: 16px;
    line-height: 50px;
  }

  ._nav2 .ctext .xialaph h4 a span {
    padding-left: 6px;
    color: #ccc;
    font-size: 14px;
  }

  ._nav2 .ctext .xialaph h4 {
    float: left;
    width: 100%;
    position: relative;
  }

  ._nav2 .ctext .xialaph li:last-child h4::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
  }

  ._nav2 .ctext .xialaph h4:hover a,
  ._nav2 .ctext .xialaph h5:hover a {
    color: #2d8454;
  }

  ._nav2 .ctext .xialaph h4::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
  }

  ._nav2 .ctext .xialaph h5 a {
    float: left;
    width: 100%;
    color: #1f1f1f;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
  }

  ._nav2 .ctext .xialaph h5 {
    float: left;
    width: 100%;
    position: relative;
  }

  ._nav2 .ctext .xialaph h5::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e5e5e5;
  }

  ._nav2 .ctext .xialaph li:last-child h5::after {
    display: none;
  }

  ._nav2 .ctext .xialaph h4 img {
    width: 15px;
    height: 8px;
    float: right;
    margin-top: 24px;
    cursor: pointer;
  }

  ._nav2 .ctext .xialaph h5 img {
    width: 11px;
    height: 6px;
    float: right;
    margin-top: 26px;
    margin-right: 18px;
    cursor: pointer;
  }

  ._nav2 .ctext .xialaph h4.active img.img_s,
  ._nav2 .ctext .xialaph h5.active img.img_s {
    display: none;
  }

  ._nav2 .ctext .xialaph h4.active img.img_d,
  ._nav2 .ctext .xialaph h5.active img.img_d {
    display: block;
  }

  ._nav2 .ctext .xialaph .ul2 {
    float: left;
    width: 100%;
    padding: 0 10px;
  }

  ._nav2 .ctext .xialaph .phsou {
    position: relative;
    margin-top: 34px;
  }

  ._nav2 .ctext .xialaph .phsou input {
    width: 100%;
    height: 56px;
    background-color: #fff;
    color: #aaa;
    font-size: 14px;
    padding-left: 20px;
    border: 1px solid #e5e5e5;
  }

  ._nav2 .ctext .xialaph .phsou img {
    cursor: pointer;
    width: 21px;
    height: 22px;
    position: absolute;
    top: 17px;
    right: 29px;
  }

  ._nav2 .ctext .img_d,
  ._nav2 .ctext .disno {
    display: none;
  }

  ._nav2 .box {
    display: flex;
    height: 50px;
    padding: 0 15px;
    width: 100%;
    justify-content: space-between;
  }

  ._nav2 .box .bg {
    height: 50px;
    background: #000;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 5;
    float: left;
    opacity: 1;
  }

  /* .pic img {
    min-height: 300px;
    object-fit: cover;
  } */

  ._nav2 .ctext.sub .box .bg {
    opacity: 1;
  }

  ._nav2 .box .logo {
    float: left;
    position: relative;
    z-index: 6;
  }

  .newcenter_detail .newcenter_detail_box h1 {
    font-size: 28px
  }

  .Contact_us_form .Contact_us_form_box form .isagree span {
    font-size: 14px;
  }

  .video_pop {
    width: 90vw
  }

  .Contact_us_form .Contact_us_form_box form .submit {
    font-size: 18px;
  }

  .newcenter .newcenter_box .new_list ul li a h5 {
    line-height: 20px;
    height: 60px;
  }

  ._nav2 .box .logo img {
    height: 30px;
    margin-top: 10px;
    display: block;
  }

  ._nav2 .soph {
    margin-top: 15px;
    width: 100%;
    float: left;
  }

  ._nav2 .soph .so {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 6;
    border: 1px solid #2d8454;
  }

  .search_box .search_box_layout {
    width: 80%;
    margin-left: 10%;
    transform: translateY(20px);
  }

  .search_box .search_box_layout .close {
    height: 30px;
    width: 30px;
    transform: translate(15px, 0px);
  }

  .search_box .search_box_layout .close:after {
    height: 30px;
  }

  .search_box .search_box_layout .close::before {
    height: 30px;
  }

  .search_box .search_box_layout form {
    width: 100%;
    margin-top: 20px;
  }

  .search_box .search_box_layout form .text {
    width: 100%;
    line-height: 40px;
    padding: 0 15px;
  }

  .search_box .search_box_layout form .submit {
    height: 40px;
    width: 40px;
    position: absolute;
    background: url(../img/tsearch.png) center no-repeat;
    background-size: 15px;
    right: 0px;
    top: 5px;
  }

  ._nav2 .ctext .fun .lang .lang_ul {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    top: 85px;
    display: none;
  }

  ._nav2 .ctext .fun .lang .lang_ul a {
    display: block;
    min-width: 160px;
    line-height: 40px;
    text-align: center;
    background: #000000;
    color: #fff;
    font-size: 16px;
  }

  ._nav2 .ctext .fun .lang .lang_ul a:hover {
    background: #89C133;
  }

  .index_banner {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .nbanner .play img {
    height: 50px;
    width: 50px;
  }

  .index_plate1 {
    padding: 30px 0;
  }

  .about_plate1 .about_plate1_box .text {
    width: 100%
  }

  .about_plate1 {
    padding: 30px 0 100px 0;
  }

  .about_plate1 .about_plate1_box .pic {
    width: 50%;
    left: 0px;
    top: auto;
    bottom: -80px;
  }

  .about_plate2 .about_plate2_box {
    flex-direction: column;
  }

  .about_plate3 .about_plate3_box .about_plate3_list ul li {
    padding: 10px;
    width: 100%;
  }

  .about_plate3 .about_plate3_box .about_plate3_list ul {
    width: calc(100% + 20px);
    margin: -10px;
  }

  .about_plate3 .about_plate3_box .about_plate3_list ul li .history_box h4 {
    height: auto;
    margin-bottom: 10px;
    text-align: center;
  }

  .about_plate3 {
    background-size: 100%;
  }

  .about_plate3 {
    padding-bottom: 30px;
  }

  .about_plate3 .about_plate3_box .about_plate3_list {
    display: flex;
  }

  .about_plate3 .about_plate3_box .about_plate3_list ul li .history_box .pic {
    height: auto;
  }

  .about_plate3 .about_plate3_box .about_plate3_list {
    padding: 0;
  }

  .about_plate3 .about_plate3_box .about_plate3_list ul li .history_box:after {
    /* display: none; */
    width: 60%;
    left: 20%;
    /* top: 258px; */
    bottom: 60px;
    top: auto;
  }

  .about_plate3 .about_plate3_box .about_plate3_list ul li .history_box .wapcircle {
    position: absolute;
    width: 150px;
    bottom: 60px;
    border: 2px solid #000;
    bottom: -200px;
    right: 0%;
    border-radius: 0 50% 50% 0;
    border-left: 0px solid transparent;
  }

  .about_plate3 .about_plate3_box .about_plate3_list ul li:nth-child(2n) .history_box .wapcircle {
    left: 0%;
    border-radius: 50% 0 0 50%;
    border-right: 0px solid transparent;
    border-left: 2px solid #000;
  }


  .about_plate3 .about_plate3_box .about_plate3_list ul .item:after {
    display: none;
  }

  .about_plate2 .about_plate2_box .text {
    padding-right: 0;
  }

  .about_plate2 .about_plate2_box .pic {
    width: 100%;
    margin-top: 20px;
  }

  .solutionpro .solutionpro_box .product_list ul {
    flex-direction: column;
    margin: -10px 0;
  }

  .about_plate2 {
    padding: 0 15px;
  }

  .about_plate2 {
    margin-bottom: 30px;
  }

  .solutionpro .solutionpro_box .product_list ul li a {
    padding: 15px 0;
  }

  .solutionpro .solutionpro_box .product_tit {
    margin-bottom: 25px;
  }

  .solutionpro .solutionpro_box .product_list ul li {
    width: 100%;
    margin: 10px 0;
  }

  .newcenter .newcenter_box .top_new a {
    flex-direction: column;
  }

  .solutionpro .solutionpro_box .info {
    margin-bottom: 30px;
  }

  .solutionpro {
    padding: 30px 0;
  }

  .newcenter .newcenter_box .tab {
    margin-bottom: 30px;
  }

  .newcenter .newcenter_box .top_new a .text {
    margin-top: 30px;
  }

  .newcenter .newcenter_box .top_new a .text h6 {
    line-height: 26px;
    margin-bottom: 10px;
  }

  .newcenter .newcenter_box .more {
    height: 30px;
    width: 30px;
    margin-top: 15px;
  }

  .newcenter .newcenter_box .top_new a>div {
    width: 100% !important
  }

  .newcenter .newcenter_box .new_list {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .newcenter .newcenter_box .new_list ul {
    width: calc(100% + 20px);
    margin: -10px;
  }

  .newcenter .newcenter_box .new_list ul li a h4 {
    margin: 10px 0;
    padding: 0;
  }

  .newcenter .newcenter_box .new_list ul li a h5 {
    padding: 0;
  }

  .newcenter .newcenter_box .new_list ul li a .more {
    margin-left: 0;
  }

  .newcenter .newcenter_box .new_list ul li {
    padding: 10px;
    width: 50%
  }

  .Contact_us_form {
    padding: 30px 0;
  }

  .tab a:after {
    height: 20px;
    right: -15px;
  }

  .newcenter {
    padding: 30px 0;
  }

  .tab a {
    margin: 0 10px;
    font-size:14px;
  }

  .newcenter_detail .newcenter_detail_box .return {
    width: 180px;
    line-height: 40px;
  }

  .newcenter_detail .newcenter_detail_box .editor {
    margin-bottom: 30px;
  }

  .newcenter_detail .newcenter_detail_box .time {
    font-size: var(--font22);
    color: #4c4948;
    padding: 20px 0;
    border-bottom: 2px solid #000000;
    margin-bottom: 20px;
  }

  .newcenter_detail {
    padding: 30px 0;
  }

  .Contact_us_form .Contact_us_form_box form {
    margin-top: 20px;
  }

  .Contact_us_form .Contact_us_form_box form .form_item {
    width: 100%
  }

  .Contact_us_form .Contact_us_form_box form .isagree {
    margin-bottom: 20px;
  }

  .Contact_us_content .Contact_us_content_box {
    flex-direction: column;
  }

  .Contact_us_content .Contact_us_content_box .contact_text,
  .Contact_us_content .Contact_us_content_box .contact_map {
    width: 100%
  }

  .Contact_us_content .Contact_us_content_box .contact_map {
    margin-top: 20px;
  }

  .Contact_us_content .Contact_us_content_box .contact_text .tit {
    padding-bottom: 20px;
  }

  .Contact_us_content {
    margin-bottom: 30px;
  }

  .Contact_us_content .Contact_us_content_box .contact_text .contact_item {
    margin-top: 15px;
  }

  .video_pop .close {
    position: relative;
    height: 30px;
    float: right;
    width: 40px;
    cursor: pointer;
    transform: translate(25px, 0px);
  }

  .video_pop .close:after {
    content: "";
    height: 30px;
    width: 2px;
    position: absolute;
    background: #fff;
    transform: rotate(45deg);
  }

  .video_pop .close::before {
    content: "";
    height: 30px;
    width: 2px;
    position: absolute;
    background: #fff;
    transform: rotate(-45deg);
  }


  .Contact_us_form .Contact_us_form_box form .form_item select {
    width: 100%;
    margin-top: 12px;
    border: 1px solid #4c4948;
    padding: 0 14px;
    appearance: none;
    height: 40px;
    line-height: 40px;
    background: url(../img/form_arrow.png) center right 14px no-repeat;
    background-size: 15px;
    color: #b4b3b2;
  }

  .index_plate1 .index_plate1_box ul li {
    width: 50%
  }

  .index_plate2 .index_plate2_box ul li {
    width: 50%;
    margin-bottom: 20px;
  }

  .about_plate3 .about_plate3_box .about_plate3_list ul li .history_box h4 {
    padding: 0 50px;
  }

  .index_plate2 .index_plate2_box .more {
    margin: 0 auto;
    line-height: 40px;
    border-radius: 20px;
    width: 180px;
    margin-top: 60px;
  }

  .index_plate1 .index_plate1_box .index_ustit {
    margin-bottom: 20px;
  }

  .newcenter .newcenter_box .top_new a .text h5 {
    line-height: 22px;
  }

  .index_plate3 .text {
    padding: 0 15px;
    position: relative;
    top: auto;
    margin-bottom: 20px;
  }

  .index_plate3 .text .tit,
  .index_plate3 .text .info {
    color: #333;
  }

  .index_plate2 {
    padding-bottom: 30px;
  }

  .index_plate2 .index_plate2_box ul li .img {
    height: auto;
    padding: 20px;
    width: 100%;
    height: 400px;
  }

  .index_plate2 .index_plate2_box ul li .img img {
    max-width: 70%;
    max-height: 90%;
  }

  .index_plate2 .index_plate2_box ul li .img img {
    max-width: 70%;
  }

  .Contact_us_form .Contact_us_form_box form .form_item textarea {
    width: 100%;
    margin-top: 17px;
    border: 1px solid #4c4948;
    padding: 10px 14px;
    height: 150px;
    line-height: 32px;
    font-size: var(--font22);
    color: #4c4948;
  }

  .Contact_us_form .Contact_us_form_box form .form_item .code,
  .Contact_us_form .Contact_us_form_box form .form_item .code img {
    height: 38px
  }

  .Contact_us_form .Contact_us_form_box form .submit {
    padding: 0 20px;
  }

  .Contact_us_form .Contact_us_form_box form .form_item input {
    margin-top: 12px;
    padding: 0 14px;
    height: 40px;
    line-height: 40px;
  }

  /* ._nav2 .soph .search {
    float: left;
    width: 100%;
    height: 36px;
    background: none;
    border: none;
    line-height: 36px;
    padding: 0 56px 0 10px;
    color: #414141;
    font-size: 14px;
  }

  ._nav2 .soph .searsub {
    float: right;
    width: 50px;
    height: 100%;
    border: none;
    background: url(../img/search2.png) center no-repeat #2d8454;
    position: absolute;
    right: 0;
    top: 0;
  } */
  .nbanner {
    margin-top: 50px;
  }

  .down .down_box .down_layout:after {
    width: 100%
  }

  .index_plate2 .index_plate2_box ul {
    width: calc(100% + 16px);
    margin: -8px;
  }

  .index_plate2 .index_plate2_box ul li {
    padding: 8px;
    margin-bottom: 0;
  }

  .newcenter_detail {
    margin-top: 50px;
  }


  .down .down_box .top_layout .logo {
    width: 100%;
    text-align: center;
  }

  .down .down_box .top_layout .logo img {
    text-align: center;
  }

  .down .down_box .down_layout .copyright {
    text-align: center;
  }

  .down .down_box .down_layout .copyright a {
    display: block;
  }

  .down .down_box .down_layout .copyright br {
    display: none
  }

  .about_plate1 .about_plate1_box .pic {
    left: auto;
    right: 0;
  }

  .down .down_box .down_layout .link_list {
    width: 100%;
    justify-content: center;
  }

  .detail_plate8 .detail_plate8_box {
    padding-bottom: 60px !important;
  }

  body {
    max-width: 100%;
    overflow-x: hidden;
  }
}


/* 250409start */
.towTab{ display:block; width: 100%; padding:12px 0 16px 0;}
.towTab ul{ display: flex; flex-wrap: wrap; justify-content: center; width: 100%;}
.towTab a{display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%; color: #98be33; font-size: 22px; line-height: 1; padding-bottom:2px; font-weight: bold; width:288px; height: 51px; border-radius:51px; border:2px solid #98be33; margin:0 10px;}
.towTab .on a{ background: #98be33; color: #fff;}
.towBox .inHd ul{display: flex; flex-wrap: wrap; justify-content: center; width: 100%;}
.towBox .tab a:last-child::after{ display: block;}
.towBox .tab li:last-child a::after{ display: none;}
.towBox .tab .on a{ color: #98be33;}
.towBox{ display: block; position: relative; width: 100%;}
.solutionpro .solutionpro_box .product_list ul{ display: flex;}

@media  screen and (max-width: 1024px){
.towTab{  padding:6px 0 8px 0;}	
.towTab a{font-size:14px; width:150px; height:34px; border-radius:34px; border:1px solid #98be33; margin:0 5px;}
}



/* 250409end */




/*250508start*/
.detail_plate6_box1{
  width: 100%;
  padding: 120px 0;
  display: flex; flex-wrap: wrap;
  border-bottom: 1px solid #4c4948;
}
.detail_plate6_box1 .pic {
  margin-top: 30px;
}
.detail_plate6_box1 .detail_info {
  margin-top: 10px;
}
.detail_plate6_box1 .img_list {
  margin:-20px -15px 0 -15px; display: flex; flex-wrap: wrap;
}
.detail_plate6_box1 .img_list .div{ display:none;  width: 33.33%;
  padding:0 15px; margin-top: 70px;}
.detail_plate6_box1 .img_list .div:nth-child(1),
.detail_plate6_box1 .img_list .div:nth-child(2),
.detail_plate6_box1 .img_list .div:nth-child(3),
.detail_plate6_box1 .img_list .div:nth-child(4),
.detail_plate6_box1 .img_list .div:nth-child(5),
.detail_plate6_box1 .img_list .div:nth-child(6){ display:block;}
.detail_plate6_box1 .img_list.on .div{ display:block;}
.detail_plate6_box1 .img_list .img0{ display:block;  width: 100%; line-height: 0;}
.detail_plate6_box1 .img_list .img0 img{ display:block;  width: 100%;}
.detail_plate6_box1 .img_list .p{ display:block;  width: 100%; text-align: center;font-size: var(--font22);
  line-height: 30px; margin-top: 30px;
  color: #4c4948;}

.zhan{ display: flex; flex-wrap: wrap;  width: 100%; justify-content: center;margin-top: 50px; }
.zhan .more {
  margin: 0 auto;
  background: #98be33;
  line-height: 50px;
  border-radius: 25px;
  width: 215px;
  display: block;
  color: #fff;
  text-align: center;
  font-size: var(--font22);
  transition: all .5s ease;
    border: 1px solid transparent;
}
.zhan .more:hover {
  background: none;
  border: 1px solid #98be33;
  color: #98be33;
}


@media  screen and (max-width: 1500px){
.detail_plate6_box1{padding:80px 0;}
}
@media  screen and (max-width: 1024px){
.detail_plate6_box1{padding:30px 0;}
.detail_plate6_box1 .pic {
  margin-top: 20px;
}
.detail_plate6_box1 .img_list {
  margin:0 -7px 0 -7px;
}
.detail_plate6_box1 .img_list .div{ 
  padding:0 7px; margin-top:20px;}
 .detail_plate6_box1 .img_list .p{ margin-top:12px;} 
.zhan{margin-top: 20px; } 
 .zhan .more{width: 150px;
    line-height: 40px;
    border-radius: 20px;}
  
}


.detail_plate6_box .detail_plate6_box1 .img_list {
  display: flex;
  justify-content: space-between;
  margin:0;
  margin-top: 30px;
}
.detail_plate6_box .detail_plate6_box1 .img_list img {
  width: calc(50% - 17px);
}

@media  screen and (max-width: 1024px){
.detail_plate6_box .detail_plate6_box1 .img_list img {
    width: calc(50% - 8px)
  }
}


.detail_plate6 .detail_plate6_box .detail_info.detail_info1{font-size: var(--font28); line-height:36px;}
@media  screen and (max-width: 1024px){
.detail_plate6 .detail_plate6_box .detail_info.detail_info1{font-size: var(--font26); line-height:30px;}
}




/*250723start*/
.detail_plate7 .detail_plate7_box .text .content .item .detail_usstit .num{
min-width: 36px;	
}




/*250723end*/