@charset "UTF-8";

@font-face {
  font-family: 'D-DIN';
  src: url(../fonts/D-DIN.ttf);
}

@font-face {
  font-family: 'D-DIN-Bold';
  src: url(../fonts/D-DIN-Bold.ttf);
}

header {
  width: 100%;
  background-color: #00000040;
  padding: 0 calc(160 / 1920 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

header .logo {
  padding: 0.22rem 0;
}

header .logo img {
  height: 0.56rem;
}

header .logo .logo2 {
  display: none;
}

header .tag {
  width: calc(938 / 1600 * 100%);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .tag .tagOn {
  color: #56aa35;
  position: relative;
}

header .tag .tagOn::after {
  content: "";
  width: 0.29rem;
  height: 0.12rem;
  background-image: url(../images/tagActive.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -0.2rem;
}

@media (max-width: 1300px) {
  header .tag {
    display: none;
  }
}

header .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header .phone .search {
  margin-right: 0.3rem;
}

header .phone img {
  width: 0.28rem;
}

header .close {
  width: 28px;
  z-index: 12;
  margin-left: 0.4rem;
  display: none;
}

header .close span {
  display: block;
  height: 2px;
  background: #666666;
  margin-bottom: 8px;
  border-radius: 2px;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
}

header .close span:nth-child(3) {
  margin-bottom: 0;
}

header .open span {
  background: #666666;
}

header .open span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

header .open span:nth-of-type(2) {
  width: 0;
}

header .open span:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 1300px) {
  header .close {
    display: block !important;
  }
}

header .h-nav {
  display: none;
}

header .mask {
  position: fixed;
  top: 1rem;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00000073;
  z-index: 10;
  display: none;
}

@media (max-width: 1300px) {
  header .h-nav {
    display: block;
    position: fixed;
    height: calc(100vh - 1rem);
    width: 50%;
    background-color: #ffffff;
    top: 1rem;
    right: -50%;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #000000;
    z-index: 11;
  }

  header .h-nav .HnavBox {
    line-height: 40px;
  }

  header .h-nav .HnavBox .onc {
    padding: 0 0.5rem;
    width: 100%;
    line-height: 40px;
    display: block;
  }

  header .h-nav .HnavBox .onc:hover {
    background-color: #00000063;
  }

  header .h-nav .active {
    background-color: #f2cb1e;
  }

  header .h-nav .hideBox {
    position: relative;
  }

  header .h-nav .hideBox .onc::before {
    content: "+";
    line-height: 40px;
    position: absolute;
    right: 0.5rem;
    font-size: 26px;
  }

  header .h-nav .hideBox .hide {
    display: none;
  }

  header .h-nav .hideBox .hide li {
    padding: 0 0.7rem;
    line-height: 40px;
  }

  header .h-nav .hideBox .hide li:hover {
    background-color: #f6e7a563;
  }
}

@media (max-width: 900px) {
  header {
    background-color: #fff;
    color: #000000;
    -webkit-box-shadow: 0 0 8px #000;
    box-shadow: 0 0 8px #000;
    padding: 0 4%;
  }

  header .phone {
    color: #56aa35;
  }

  header .logo .logo1 {
    display: none;
  }

  header .logo .logo2 {
    display: block;
  }
}

@media (max-width: 750px) {
  header {
    height: 50px;
    align-items: center;
  }
}

@media (max-width: 500px) {
  header {
    padding: 0 1%;
  }
}

.searchBox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #00000060;
  z-index: 999999999999999;
  display: none;
}

.searchBox .ipt {
  width: 100%;
  height: 2rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.searchBox .ipt .inpZ {
  width: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 0;
  padding: 0.1rem 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 4px #0000004f;
  box-shadow: 0 0 4px #0000004f;
}

.searchBox .ipt .inpZ input {
  width: 5rem;
  border: none;
}

.headS {
  background-color: #fff;
  color: #000000;
  -webkit-box-shadow: 0 0 8px #000;
  box-shadow: 0 0 8px #a9a9a9;
}

.headS .phone {
  color: #56aa35;
}

.headS .logo .logo1 {
  display: none;
}

.headS .logo .logo2 {
  display: block;
}

.headS1 {
  background-color: #fff;
  color: #000000;
  border-bottom: 1px solid #e8e8e8;
  -webkit-box-shadow: 0 0 0 #fff;
  box-shadow: 0 0 0 #fff;
}

.headS1 .phone {
  color: #56aa35;
}

.headS1 .logo .logo1 {
  display: none;
}

.headS1 .logo .logo2 {
  display: block;
}

.headSa {
  background-color: #fff;
  color: #000000;
  -webkit-box-shadow: 0 0 8px #000;
  box-shadow: 0 0 8px #000;
}

.headSa .phone {
  color: #56aa35;
}

.headSa .logo .logo1 {
  display: none;
}

.headSa .logo .logo2 {
  display: block;
}

footer {
  background-image: url(../images/footerBg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 calc(160 / 1920 * 100%);
}

footer .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .link {
  text-align: center;
  padding-bottom: 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

footer .link a {
  font-size: 14px;
  margin-right: 0.3rem;
  color: #ffffffbd;
  display: block;
  margin-bottom: 10px;
}

footer .link span {
  font-size: 14px;
  margin-right: 0.3rem;
  color: #ffffffbd;
}

footer .link a:hover {
  color: #56aa35;
}

footer .item1 {
  color: #fff;
}

footer .item1 img {
  padding-top: 1.75rem;
  margin-bottom: 0.75rem;
}

footer .item1 .p2 {
  margin-top: 0.15rem;
  padding-bottom: 1rem;
}

footer .item2 {
  padding-top: 1.52rem;
  color: #fff;
}

footer .item2 .title {
  font-weight: bold;
  margin-bottom: 0.2rem;
}

footer .item2 .img1 {
  margin-bottom: 0.45rem;
}

footer .item2 .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .item2 .tag li {
  margin-bottom: 0.3rem;
  margin-right: 0.7rem;
  color: #ffffffbd;
}

footer .item2 .tag li:hover {
  color: #56aa35;
}

footer .item3 {
  padding-top: 1.52rem;
  color: #fff;
}

footer .item3 .title {
  font-weight: bold;
  margin-bottom: 0.2rem;
}

footer .item3 .img1 {
  margin-bottom: 0.4rem;
}

footer .item3 .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .item3 .tag li {
  margin-bottom: 0.3rem;
  color: #ffffffbd;
}

footer .item3 .tag li:nth-child(1) {
  margin-bottom: 0.2rem;
  line-height: 1;
}

footer .item4 {
  padding-top: 1.52rem;
  color: #fff;
}

footer .item4 .title {
  font-weight: bold;
  margin-bottom: 0.2rem;
}

footer .item4 .img1 {
  margin-bottom: 0.4rem;
}

footer .item4 .tag img {
  width: 1.3rem;
}

@media (max-width: 1400px) {
  footer {
    padding: 0 4%;
  }
}

@media (max-width: 1100px) {
  footer {
    background: #176d2b !important;
  }

  footer .top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: .5rem;
  }

  footer .item1 {
    width: 100%;
    padding-top: .75rem;
  }

  footer .item1 img {
    padding-top: 0rem;
    margin-bottom: 0.75rem;
  }

  footer .item1 .p2 {
    margin-top: 0.15rem;
    padding-bottom: 0rem;
  }

  footer .item2,
  footer .item3,
  footer .item4 {
    padding-top: 0.5rem;
  }
}

@media (max-width: 750px) {
  footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #176d2b;
  }

  footer .item2,
  footer .item3,
  footer .item4 {
    width: 100%;
  }

  footer .item2 .tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }

  footer .item2 .tag li {
    margin-bottom: 0.3rem;
    margin-right: 0.5rem;
    color: #ffffffbd;
  }

  footer .item4 {
    display: none;
  }
}

.navR {
  z-index: 5;
  position: fixed;
  top: 60%;
  right: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.navR .icon {
  min-width: 0.42rem;
  width: 0.42rem;
  height: 0.42rem;
  background-color: #5dac38;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  margin-top: 0.1rem;
}

.navR .icon img {
  width: 0.2rem;
}

.navR .icon p {
  display: none;
}

.navR .icon1:hover {
  width: auto;
  padding: 0.2rem;
}

.navR .icon1:hover p {
  display: block;
  color: #fff;
  margin-left: 0.1rem;
}

.navR .icon1 .imgA {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navR .icon2 {
  position: relative;
}

.navR .icon2 .box {
  width: 2.2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-95%, -50%);
  transform: translate(-95%, -50%);
  left: 0;
  display: none;
}

.navR .icon2 .footerW {
  width: 2rem;
  max-width: initial;
  border-radius: 10px;
  overflow: hidden;
  background-color: #5dac38;
  padding: 0.2rem;
}

.navR .icon2 .footerW img {
  width: 100%;
}

.navR .icon2:hover .box {
  display: block;
}

/* ============================================== */
.navR1 {
  z-index: 5;
  position: fixed;
  top: 60%;
  right: 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: none;
}

.navR1 .icon {
  min-width: 0.42rem;
  width: 0.42rem;
  height: 0.42rem;
  background-color: #5dac38;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  margin-top: 0.1rem;
}

.navR1 .icon img {
  width: 0.2rem;
}

.navR1 .icon2 {
  position: relative;
}

.navR1 .icon2 .box {
  width: 2.2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-95%, -50%);
  transform: translate(-95%, -50%);
  left: 0;
  display: none;
}

.navR1 .icon2 .footerW {
  width: 2rem;
  max-width: initial;
  border-radius: 10px;
  overflow: hidden;
  background-color: #5dac38;
  padding: 0.2rem;
}

.navR1 .icon2 .footerW img {
  width: 100%;
}

.navR1 .icon2:hover .box {
  display: block;
}

@media (max-width: 700px) {
  .navR {
    height: 60px;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    display: none;
  }

  .navR .icon {
    flex: 1;
    width: 25% !important;
    height: 60px;
    border-radius: 0;
  }

  .navR .icon:nth-child(3) {
    display: none;
  }

  .navR .icon img {
    width: 30%;
  }

  .navR .icon2 {
    position: relative;
  }

  .navR .icon2 .box {
    width: 4rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    top: 0;
    display: none;
  }

  .navR .icon2 .footerW {
    width: 4rem;
    max-width: initial;
    border-radius: 10px;
    overflow: hidden;
    background-color: #5dac38;
    padding: 0.2rem;
    margin-bottom: 0.1rem;
  }

  .navR .icon2 .footerW img {
    width: 100%;
  }

  .navR .icon2:hover .box {
    display: none;
  }
}

@media (max-width: 700px) {
  .navR1 {
    height: 60px;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
    -ms-flex-direction: inherit;
    flex-direction: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .navR1 .icon {
    flex: 1;
    width: 25% !important;
    height: 60px;
    border-radius: 0;
    flex-direction: column;
  }

  .navR1 .icon img {
    width: 30%;
  }

  .navR1 .icon p {
    margin-top: 5px;
    color: #fff;
  }

  .navR1 .icon2 {
    position: relative;
  }

  .navR1 .icon2 .box {
    width: 4rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    top: 0;
    display: none;
  }

  .navR1 .icon2 .footerW {
    width: 4rem;
    max-width: initial;
    border-radius: 10px;
    overflow: hidden;
    background-color: #5dac38;
    padding: 0.2rem;
    margin-bottom: 0.1rem;
  }

  .navR1 .icon2 .footerW img {
    width: 100%;
  }

  .navR1 .icon2:hover .box {
    display: none;
  }
}

main .homeSwiper .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}

main .homeSwiper .swiper-pagination1 {
  bottom: calc(100 / 1600 * 100%);
  right: 0;
  width: 100%;
  text-align: right;
  padding: 0 calc(160 / 1600 * 100%);
}

main .homeSwiper .swiper-pagination-bullet-active {
  background-color: #4ea934;
  position: relative;
}

main .homeSwiper .swiper-pagination-bullet-active::after {
  content: "";
  width: 200%;
  height: 200%;
  border: #4ea934 1px solid;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

main .homeManufacturer {
  padding: 0.8rem calc(160 / 1920 * 100%);
}

main .homeManufacturer .ManufacturerTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

main .homeManufacturer .ManufacturerTitle .t1 {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.2rem;
  position: relative;
  display: inline-block;
}

main .homeManufacturer .ManufacturerTitle .t1::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background-color: #a5d398;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  -webkit-transform: translate(25%, -50%);
  transform: translate(25%, -50%);
  z-index: -1;
}

main .homeManufacturer .ManufacturerTitle .t2 {
  color: #51a536;
}

main .homeManufacturer .ManufacturerTitle .bth {
  background-color: #56aa35;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  padding: 0.07rem 0;
  padding-left: 0.35rem;
  padding-right: 0.07rem;
  -webkit-box-shadow: 6px 5px 13px 0px rgba(86, 170, 53, 0.34);
  box-shadow: 6px 5px 13px 0px rgba(86, 170, 53, 0.34);
  border-radius: 25px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

main .homeManufacturer .ManufacturerTitle .bth .Hicon {
  width: 0.36rem;
  margin-left: 0.3rem;
}

main .homeManufacturer .ManufacturerTent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 5.6rem;
  margin-top: 0.6rem;
}

main .homeManufacturer .ManufacturerTent .minImg {
  width: calc(260 / 1600 * 100%);
  -webkit-transition: all 0.5S;
  transition: all 0.5S;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}

main .homeManufacturer .ManufacturerTent .minImg .text1 {
  width: 100%;
  height: 100%;
  background-color: #0003;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

main .homeManufacturer .ManufacturerTent .minImg .text1 img {
  width: 0.35rem;
}

main .homeManufacturer .ManufacturerTent .minImg .p2 {
  margin-top: 0.3rem;
  margin-bottom: 0.4rem;
}

main .homeManufacturer .ManufacturerTent .minImg .text2 {
  display: none;
}

main .homeManufacturer .ManufacturerTent .minImg .Hbg {
  width: 7.9rem;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

main .homeManufacturer .ManufacturerTent .maxImg {
  width: calc(790 / 1600 * 100%);
}

main .homeManufacturer .ManufacturerTent .maxImg .text1 {
  display: none;
}

main .homeManufacturer .ManufacturerTent .maxImg .text2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 0.6rem;
  width: 100%;
  height: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff00), color-stop(#ffffff00), to(#2a7649));
  background-image: linear-gradient(#ffffff00, #ffffff00, #2a7649);
}

main .homeManufacturer .ManufacturerTent .maxImg .text2 img {
  width: 0.35rem;
}

main .homeManufacturer .ManufacturerTent .maxImg .text2 .p3 {
  margin-top: 0.3rem;
  font-weight: bold;
}

main .homeManufacturer .ManufacturerTent .maxImg .text2 .p4 {
  line-height: calc(30 / 16 * 1em);
  margin-bottom: 0.3rem;
}

main .homeManufacturer .swiper-container2 {
  display: none;
  margin-top: 0.6rem;
}

main .homeManufacturer .swiper-container2 .swiper-slide {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

main .homeManufacturer .swiper-container2 .text2 {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 0.6rem;
  width: 100%;
  height: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff00), color-stop(#ffffff00), to(#2a7649));
  background-image: linear-gradient(#ffffff00, #ffffff00, #2a7649);
}

main .homeManufacturer .swiper-container2 .text2 img {
  width: 0.35rem;
}

main .homeManufacturer .swiper-container2 .text2 .p3 {
  margin-top: 0.3rem;
  font-weight: bold;
}

main .homeManufacturer .swiper-container2 .text2 .p4 {
  line-height: calc(30 / 16 * 1em);
  margin-bottom: 0.3rem;
}

@media (max-width: 900px) {
  main .homeManufacturer .ManufacturerTent {
    display: none;
  }

  main .homeManufacturer .swiper-container2 {
    display: block;
  }
}

@media (max-width: 900px) {
  main .homeManufacturer {
    padding: 0.8rem 4%;
  }
}

@media (max-width: 700px) {
  main .homeManufacturer {
    display: none;
  }
}

main .homeMaterialScience {
  padding: 0 calc(160 / 1920 * 100%);
  padding-top: .6rem;
  padding-bottom: 0.8rem;
  background-color: #f8f9f7;
  text-align: center;
}

main .homeMaterialScience .t1 {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.2rem;
  position: relative;
  display: inline-block;
  text-align: center;
  z-index: 2;
}

main .homeMaterialScience .t1::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background-color: #a5d398;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  -webkit-transform: translate(25%, -50%);
  transform: translate(25%, -50%);
  z-index: 0;
}

main .homeMaterialScience .t2 {
  color: #51a536;
  text-align: center;
}

main .homeMaterialScience .material {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.6rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

main .homeMaterialScience .material .item {
  width: calc(460 / 1600 * 100%);
  margin-right: calc(30 / 1600 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main .homeMaterialScience .material .item .img1 {
  width: calc(188 / 370 * 100%);
}

main .homeMaterialScience .material .item1 {
  width: calc(620 / 1600 * 100%);
  text-align: left;
  background-color: #fff;
  padding: calc(40 / 1600 * 100%);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main .homeMaterialScience .material .item1:hover {
  background-color: #e2eedb;
}

main .homeMaterialScience .material .item1 .img1 {
  width: calc(364 / 540 * 100%);
  margin-top: 0.5rem;
}

main .homeMaterialScience .material .son {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  padding-top: 0.34rem;
  padding-bottom: 0.24rem;
  padding-left: calc(40 / 460 * 100%);
  padding-right: calc(50 / 460 * 100%);
  border-radius: 10px;
}

main .homeMaterialScience .material .son:hover {
  background-color: #e2eedb;
}

main .homeMaterialScience .material .son:hover .text img {
  opacity: 1;
}

main .homeMaterialScience .material .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

main .homeMaterialScience .material .text .p2 {
  color: #56aa35;
  font-weight: bold;
  margin-top: 0.15rem;
}

main .homeMaterialScience .material .text img {
  padding-bottom: 0.06rem;
  opacity: 0.2;
}

main .homeMaterialScience .material .text1 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main .homeMaterialScience .material .text1 img {
  width: 0.5rem;
  -webkit-box-shadow: 6px 5px 13px 0px rgba(86, 170, 53, 0.34);
  box-shadow: 6px 5px 13px 0px rgba(86, 170, 53, 0.34);
  border-radius: 50%;
}

main .homeMaterialScience .material .text1 .p2 {
  color: #56aa35;
  font-weight: bold;
  margin-top: 0.15rem;
}

@media (max-width: 1400px) {
  main .homeMaterialScience .material .son {
    padding-bottom: 0.3rem !important;
  }
}

@media (max-width: 1100px) {
  main .homeMaterialScience .material .son {
    padding-bottom: 0.33rem !important;
  }
}

@media (max-width: 900px) {
  main .homeMaterialScience .material {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  main .homeMaterialScience .material .item {
    width: 49%;
    margin-right: 0;
  }

  main .homeMaterialScience .material .item1 {
    width: 100%;
  }

  main .homeMaterialScience .material .son {
    margin-bottom: 0.3rem;
  }
}

@media (max-width: 450px) {
  main .homeMaterialScience .material {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  main .homeMaterialScience .material .item {
    margin-right: 0;
  }

  main .homeMaterialScience .material .item .son {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  main .homeMaterialScience .material .item .son .text {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    text-align: center;
  }

  main .homeMaterialScience .material .item .son .text img {
    display: none;
  }

  main .homeMaterialScience .material .item .son .img1 {
    width: 100%;
  }
}

main .homeMaterialScience .t3 {
  font-weight: bold;
  margin: 0 0.6rem;
  margin-top: 0.8rem;
  margin-bottom: 0.6rem;
  position: relative;
  display: inline-block;
}

main .homeMaterialScience .t3::after {
  content: "";
  width: 0.4rem;
  height: 3px;
  background-color: #56aa35;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  left: -0.6rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .homeMaterialScience .t3::before {
  content: "";
  width: 0.4rem;
  height: 3px;
  background-color: #56aa35;
  border-radius: 1px;
  position: absolute;
  top: 50%;
  right: -0.6rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

main .homeMaterialScience .programme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}

main .homeMaterialScience .programme .left {
  background: #e2eedd;
  /* width: calc(270 / 1600 * 100%); */
}

main .homeMaterialScience .programme .tag {
  padding: 0.48rem 0.5rem;
  background-color: #e2eedd;
  color: #56aa35;
  border-top: 1px solid #fff;
}

main .homeMaterialScience .programme .tag:nth-child(1) {
  border-top: none;
}

main .homeMaterialScience .programme .onTag {
  background-color: #56aa35;
  color: #fff;
  position: relative;
}

main .homeMaterialScience .programme .onTag::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #56aa35;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

main .homeMaterialScience .programme .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  /* margin-left: calc(60 / 1600 * 100%); */
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden;
  display: none;
}

main .homeMaterialScience .programme .onright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .homeMaterialScience .programme .rt1 {
  width: calc(527 / 1270 * 100%);
  padding: .78rem .6rem 0;
  text-align: left;
}

main .homeMaterialScience .programme .rt1 .p1 {
  color: #56aa35;
  margin-bottom: 0.6rem;
  position: relative;
}

main .homeMaterialScience .programme .rt1 .p1::after {
  content: "";
  width: 1em;
  height: 3px;
  background-color: #56aa35;
  position: absolute;
  left: 0;
  bottom: -0.24rem;
}

main .homeMaterialScience .programme .rt1 .p2 {
  line-height: calc(30 / 16 * 1em);
  color: #666666;
}

main .homeMaterialScience .programme .rt1 .bth {
  background-color: #56aa35;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  padding: 0.07rem 0;
  padding-left: 0.35rem;
  padding-right: 0.07rem;
  border-radius: 25px;
  margin-top: 0.6rem;
  margin-bottom: 0.6rem;
  cursor: pointer;
  -webkit-box-shadow: 6px 5px 13px 0px rgba(86, 170, 53, 0.34);
  box-shadow: 6px 5px 13px 0px rgba(86, 170, 53, 0.34);
}

main .homeMaterialScience .programme .rt1 .bth .Hicon {
  width: 0.36rem;
  margin-left: 0.3rem;
}

main .homeMaterialScience .programme .rtBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(867 / 1270 * 100%);
}

main .homeMaterialScience .programme .rt2 {
  width: 46.2%;
  height: 3.85rem;
  margin-top: 0.37rem;
  background-color: #f5f9f3;
  border-radius: 10px;
  padding-top: 0.43rem;
  padding-bottom: 0.38rem;
  margin-right: 0.3rem;
}

main .homeMaterialScience .programme .rt2:last-of-type {
  margin-right: 0;
}

main .homeMaterialScience .programme .rt2:hover .title1 .Hicon6 {
  display: block;
  -webkit-box-shadow: 6px 5px 13px 0px rgba(86, 170, 53, 0.34);
  box-shadow: 6px 5px 13px 0px rgba(86, 170, 53, 0.34);
  border-radius: 50%;
}

main .homeMaterialScience .programme .rt2:hover .title1 .te1 {
  color: #56aa35;
  font-weight: bold;
}

main .homeMaterialScience .programme .rt2:hover .title1 .Hicon7 {
  display: none;
}

main .homeMaterialScience .programme .rt2 .img2 {
  width: calc(221 / 378 * 100%);
  margin: 0 auto;
}

main .homeMaterialScience .programme .rt2 .title1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.35rem;
  padding-right: 0.2rem;
  padding-left: 0.35rem;
}

main .homeMaterialScience .programme .rt2 .title1 .Hicon6 {
  display: none;
}

main .homeMaterialScience .programme .rt2 .title1 .te1 {
  color: #000;
  font-weight: bold;
}

main .homeMaterialScience .programme .rt2 .title1 img {
  width: 0.36rem;
}

main .homeMaterialScience .programme .rt3 {
  margin-left: 0.3rem;
}

main .homeMaterialScience .programme .rt3 .img2 {
  width: calc(249 / 378 * 100%);
  margin: 0 auto;
}

@media (max-width: 900px) {
  main .homeMaterialScience .programme .right {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 0.6rem;
    padding-bottom: 0.6rem;
  }

  main .homeMaterialScience .programme .rtBox {
    width: 47%;
    display: block;
  }

  main .homeMaterialScience .programme .rt1 {
    width: 47%;
  }

  main .homeMaterialScience .programme .rt2 {
    width: 100%;
    height: auto;
    margin-left: 0;
    display: block;
  }
}

@media (max-width: 600px) {
  main .homeMaterialScience .programme .tag {
    padding: 0.48rem 0.2rem;
  }

  main .homeMaterialScience .programme .right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0.6rem;
    height: 60vh;
    overflow: auto;
  }

  main .homeMaterialScience .programme .rtBox {
    width: 100%;
    display: block;
    margin-left: 0.6rem;
  }

  main .homeMaterialScience .programme .rt1 {
    width: 100%;
  }

  main .homeMaterialScience .programme .rt2 {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}

@media (max-width: 900px) {
  main .homeMaterialScience {
    padding: 0 4%;
    padding-top: .6rem;
    padding-bottom: 0.8rem;
  }
}

main .homeReport {
  padding: 0 calc(160 / 1920 * 100%);
  padding-top: 0.55rem;
  padding-bottom: 0.8rem;
}

main .homeReport .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main .homeReport .t1 {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.2rem;
  position: relative;
  display: inline-block;
  text-align: center;
  z-index: 2;
}

main .homeReport .t1::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background-color: #a5d398;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  -webkit-transform: translate(25%, -50%);
  transform: translate(25%, -50%);
  z-index: 0;
}

main .homeReport .t2 {
  color: #51a536;
}

main .homeReport .bth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .homeReport .bth .leftBth {
  margin-right: 0.2rem;
}

main .homeReport .bth .leftBth img,
main .homeReport .bth .rightBth img {
  width: 0.46rem;
}

main .homeReport .bth .leftBth .img,
main .homeReport .bth .rightBth .img {
  display: block;
}

main .homeReport .bth .leftBth .img1,
main .homeReport .bth .rightBth .img1 {
  display: none;
}

main .homeReport .bth .leftBth:hover,
main .homeReport .bth .rightBth:hover {
  -webkit-box-shadow: 6px 5px 13px 0px rgba(86, 170, 53, 0.34);
  box-shadow: 6px 5px 13px 0px rgba(86, 170, 53, 0.34);
  border-radius: 50%;
}

main .homeReport .bth .leftBth:hover .img,
main .homeReport .bth .rightBth:hover .img {
  display: none;
}

main .homeReport .bth .leftBth:hover .img1,
main .homeReport .bth .rightBth:hover .img1 {
  display: block;
}

main .homeReport .swiper-container3 {
  margin-top: 0.6rem;
}

main .homeReport .swiper-container3 .swiper-slide {
  width: auto !important;
  height: 4rem !important;
  border-radius: 10px;
  overflow: hidden;
}

main .homeReport .swiper-container3 .swiper-slide img {
  height: 100%;
}

main .homeReport .title2 {
  text-align: center;
}

main .homeReport .t3 {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.2rem;
  position: relative;
  display: inline-block;
  margin-top: 1.3rem;
  z-index: 2;
}

main .homeReport .t3::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background-color: #a5d398;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  -webkit-transform: translate(25%, -50%);
  transform: translate(25%, -50%);
  z-index: 0;
}

main .homeReport .t4 {
  color: #51a536;
}

main .homeReport .advantage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0.6rem;
}

main .homeReport .advantage .item {
  width: calc(506 / 1600 * 100%);
  background-color: #f7f7f7;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: calc(30 / 1600 * 100%);
  padding-top: calc(40 / 1600 * 100%);
  padding-right: calc(40 / 1600 * 100%);
  padding-bottom: calc(30 / 1600 * 100%);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: calc(40 / 1600 * 100%);
  margin-top: calc(40 / 1600 * 100%);
}

main .homeReport .advantage .item:nth-child(3n+1) {
  margin-left: 0;
}

main .homeReport .advantage .item .img {
  display: block;
}

main .homeReport .advantage .item .img1 {
  display: none;
}

main .homeReport .advantage .item:hover {
  background-color: #5dac38;
  color: #fff;
}

main .homeReport .advantage .item:hover .img {
  display: none;
}

main .homeReport .advantage .item:hover .img1 {
  display: block;
}

main .homeReport .advantage .item img {
  width: 0.88rem;
  margin-right: 0.3rem;
}

main .homeReport .advantage .item .text .p1 {
  margin-bottom: 0.2rem;
}

main .homeReport .advantage .item .text .p2 {
  line-height: calc(24 / 14 * 1em);
}

@media (max-width: 900px) {
  main .homeReport .advantage .item {
    width: 48%;
    margin-left: 4%;
  }

  main .homeReport .advantage .item:nth-child(3n+1) {
    margin-left: 4%;
  }

  main .homeReport .advantage .item:nth-child(2n+1) {
    margin-left: 0%;
  }
}

@media (max-width: 500px) {
  main .homeReport .advantage .item {
    width: 100%;
    margin-left: 0% !important;
  }
}

@media (max-width: 900px) {
  main .homeReport {
    padding: 0 4%;
    padding-top: 0.55rem;
  }
}

main .homeQualifications {
  padding: 0 calc(160 / 1920 * 100%);
  padding-top: 0.55rem;
  padding-bottom: 0.8rem;
  background-image: url(../images/Hbanner1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

main .homeQualifications .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main .homeQualifications .t1 {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.2rem;
  position: relative;
  display: inline-block;
  text-align: center;
  z-index: 2;
}

main .homeQualifications .t1::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background-color: #a5d398;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  -webkit-transform: translate(25%, -50%);
  transform: translate(25%, -50%);
  z-index: 0;
}

main .homeQualifications .t2 {
  color: #51a536;
}

main .homeQualifications .bth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .homeQualifications .bth .leftBth4 {
  margin-right: 0.2rem;
}

main .homeQualifications .bth .leftBth4 img,
main .homeQualifications .bth .rightBth4 img {
  width: 0.46rem;
}

main .homeQualifications .bth .leftBth4 .img,
main .homeQualifications .bth .rightBth4 .img {
  display: block;
}

main .homeQualifications .bth .leftBth4 .img1,
main .homeQualifications .bth .rightBth4 .img1 {
  display: none;
}

main .homeQualifications .bth .leftBth4:hover,
main .homeQualifications .bth .rightBth4:hover {
  -webkit-box-shadow: 6px 5px 13px 0px rgba(86, 170, 53, 0.34);
  box-shadow: 6px 5px 13px 0px rgba(86, 170, 53, 0.34);
  border-radius: 50%;
}

main .homeQualifications .bth .leftBth4:hover .img,
main .homeQualifications .bth .rightBth4:hover .img {
  display: none;
}

main .homeQualifications .bth .leftBth4:hover .img1,
main .homeQualifications .bth .rightBth4:hover .img1 {
  display: block;
}

main .homeQualifications .swiper-container4 {
  margin-top: 0.6rem;
}

main .homeQualifications .swiper-container4 .swiper-slide {
  width: auto !important;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

main .homeQualifications .swiper-container4 .swiper-slide img {
  height: 4rem;
  width: auto;
}

main .homeQualifications .swiper-container4 .swiper-slide-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

main .homeQualifications .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.2rem;
}

main .homeQualifications .data .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20%;
  position: relative;
}

main .homeQualifications .data .item:after {
  content: '';
  position: absolute;
  right: 0;
  top: .1rem;
  height: .6rem;
  border-left: 1px dashed #c7c7c7;
}

main .homeQualifications .data .item:last-of-type:after {
  display: none;
}

main .homeQualifications .data .item img {
  width: 0.28rem;
  margin-right: 0.3rem;
  margin-top: 0.1rem;
}

@media (max-width: 700px) {
  main .homeQualifications .data .item {
    width: 33%;
    margin-top: 0.3rem;
  }
}

main .homeQualifications .data .text {
  line-height: 1;
}

main .homeQualifications .data .text .p1 {
  color: #56aa35;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: bold;
}

main .homeQualifications .data .text .p1::after {
  content: "+";
  position: absolute;
  top: 0;
  right: 0;
  color: #56aa35;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  font-size: .3rem;
}

main .homeQualifications .data .text .p2 {
  color: #888888;
  margin-top: 0.2rem;
}

@media (max-width: 900px) {
  main .homeQualifications {
    padding: 0 4%;
    padding-top: 0.55rem;
    padding-bottom: 0.8rem;
  }
}

main .homeCase {
  padding: 0 calc(160 / 1920 * 100%);
  padding-top: 0.6rem;
  padding-bottom: 0.85rem;
}

main .homeCase .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main .homeCase .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

main .homeCase .t1 {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.2rem;
  position: relative;
  display: inline-block;
  text-align: center;
  z-index: 2;
}

main .homeCase .t1::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background-color: #a5d398;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  -webkit-transform: translate(25%, -50%);
  transform: translate(25%, -50%);
  z-index: 0;
}

main .homeCase .t2 {
  color: #51a536;
}

main .homeCase .bth {
  background-color: #56aa35;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  padding: 0.07rem 0;
  padding-left: 0.35rem;
  padding-right: 0.07rem;
  -webkit-box-shadow: 6px 5px 13px 0px rgba(86, 170, 53, 0.34);
  box-shadow: 6px 5px 13px 0px rgba(86, 170, 53, 0.34);
  border-radius: 25px;
}

main .homeCase .bth .Hicon {
  width: 0.36rem;
  margin-left: 0.3rem;
}

main .homeCase .CaseText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0.6rem;
  padding-bottom: 0.8rem;
}

main .homeCase .CaseText .left {
  width: calc(740 / 1600 * 100%);
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

main .homeCase .CaseText .left .imgO {
  width: 100%;
}

main .homeCase .CaseText .left .text {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #56aa35c2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  padding: 0.4rem;
  border-radius: 10px;
  display: none;
}

main .homeCase .CaseText .left .text img {
  margin-left: 0.2rem;
}

main .homeCase .CaseText .left .text1 {
  padding: 0.2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
}

main .homeCase .CaseText .left:hover .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .homeCase .CaseText .left:hover .text1 {
  display: none;
}

main .homeCase .CaseText .right {
  width: calc(820 / 1600 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main .homeCase .CaseText .right .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main .homeCase .CaseText .right .top .imgBox {
  width: calc(390 / 820 * 100%);
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 2.7rem;
  margin-bottom: 0.4rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

main .homeCase .CaseText .right .top .imgBox img {
  width: 100%;
}

main .homeCase .CaseText .right .top .imgBox .text {
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #56aa35c2;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 calc(60 / 390 * 100%);
  display: none;
}

main .homeCase .CaseText .right .top .imgBox .text img {
  width: 0.3rem;
}

main .homeCase .CaseText .right .top .imgBox .text .p2 {
  line-height: calc(30 / 16 * 1em);
  margin-top: calc(20 / 390 * 100%);
  margin-bottom: calc(30 / 390 * 100%);
}

main .homeCase .CaseText .right .top .imgBox .text1 {
  padding: 0.2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
}

main .homeCase .CaseText .right .top .imgBox:hover .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .homeCase .CaseText .right .top .imgBox:hover .text1 {
  display: none;
}

main .homeCase .CaseText .right .imgBox {
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  height: 2.7rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

main .homeCase .CaseText .right .imgBox img {
  width: 100%;
}

main .homeCase .CaseText .right .imgBox>img {
  height: 2.7rem;
  object-fit: cover;
}

main .homeCase .CaseText .right .imgBox .text {
  color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #56aa35c2;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 calc(60 / 390 * 100%);
  display: none;
}

main .homeCase .CaseText .right .imgBox .text img {
  width: 0.3rem;
}

main .homeCase .CaseText .right .imgBox .text .p2 {
  line-height: calc(30 / 16 * 1em);
  margin-top: calc(20 / 390 * 100%);
  margin-bottom: calc(30 / 390 * 100%);
}

main .homeCase .CaseText .right .imgBox .text1 {
  padding: 0.2rem;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
}

main .homeCase .CaseText .right .imgBox:hover .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .homeCase .CaseText .right .imgBox:hover .text1 {
  display: none;
}

@media (max-width: 900px) {
  main .homeCase .CaseText {
    display: block;
  }

  main .homeCase .CaseText .left {
    width: 100%;
  }

  main .homeCase .CaseText .right {
    width: 100%;
  }

  main .homeCase .CaseText .right .imgBox {
    margin-top: 0.2rem;
  }
}

@media (max-width: 900px) {
  main .homeCase {
    padding: 0 4%;
    padding-top: 0.55rem;
  }
}

main .homEcustomized {
  padding: 0 calc(160 / 1920 * 100%);
  padding-top: 0.6rem;
  padding-bottom: 0.8rem;
  background-color: #fbfcfa;
}

main .homEcustomized .title {
  text-align: center;
}

main .homEcustomized .t1 {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.2rem;
  position: relative;
  display: inline-block;
  text-align: center;
  z-index: 2;
}

main .homEcustomized .t1::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background-color: #a5d398;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  -webkit-transform: translate(25%, -50%);
  transform: translate(25%, -50%);
  z-index: 0;
}

main .homEcustomized .t2 {
  color: #51a536;
}

main .homEcustomized .tent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 5.21rem;
}

main .homEcustomized .item {
  width: calc(506 / 1600 * 100%);
  min-height: 4.35rem;
  text-align: center;
  border-radius: 10px;
  margin-top: 0.6rem;
  border-radius: 10px;
  padding: 0.13rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

main .homEcustomized .item .frame {
  width: 100%;
  height: calc(100% - 0.85rem);
}

main .homEcustomized .item .TBox {
  position: relative;
  padding: 0 calc(50 / 1600 * 100%);
  padding-bottom: 0.3rem;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(165, 165, 165, 0.16);
  box-shadow: 0px 0px 10px 0px rgba(165, 165, 165, 0.16);
  background: #fff;
}

main .homEcustomized .item img {
  width: 1.1rem;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

main .homEcustomized .item .p1 {
  /* margin-bottom: 0.3rem; */
  padding-top: 0.9rem;
}

main .homEcustomized .item .p2 {
  line-height: calc(24 / 16 * 1em);
  color: #666;
  position: relative;
}

main .homEcustomized .item .p2:before {
  content: '';
  display: block;
  margin: .15rem auto;
  width: .25rem;
  height: 2px;
  background: #eee;
}

main .homEcustomized .item .p3 {
  margin-top: 0.4rem;
  color: #dddddd;
}

main .homEcustomized .item:hover {
  -webkit-transition: all 0.5rem;
  transition: all 0.5rem;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(165, 165, 165, 0.16);
  box-shadow: 0px 0px 10px 0px rgba(165, 165, 165, 0.16);
  padding: 0.13rem;
  background: #fff;
}

main .homEcustomized .item:hover .frame {
  -webkit-transition: all 0.5rem;
  transition: all 0.5rem;
  border: 1px solid #51a53623;
  height: 100%;
  padding-top: 0.72rem;
}

main .homEcustomized .item:hover .TBox {
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* background: #fff; */
}

main .homEcustomized .item:hover .p1 {
  font-weight: bold;
  color: #56aa35;
}

main .homEcustomized .item:hover .p3 {
  color: #56aa35;
}

main .homEcustomized .item1 {
  -webkit-transition: all 0.5rem;
  transition: all 0.5rem;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(165, 165, 165, 0.16);
  box-shadow: 0px 0px 10px 0px rgba(165, 165, 165, 0.16);
  padding: 0.13rem;
}

main .homEcustomized .item1 .frame {
  -webkit-transition: all 0.5rem;
  transition: all 0.5rem;
  border: 1px solid #51a53623;
  height: 100%;
  padding-top: 0.72rem;
}

main .homEcustomized .item1 .TBox {
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
}

main .homEcustomized .item1 .p1 {
  font-weight: bold;
  color: #56aa35;
}

main .homEcustomized .item1 .p3 {
  color: #56aa35;
}

@media (max-width: 900px) {
  main .homEcustomized .tent {
    height: auto;
  }

  main .homEcustomized .item {
    width: 100%;
    -webkit-transition: all 0.5rem;
    transition: all 0.5rem;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(165, 165, 165, 0.16);
    box-shadow: 0px 0px 10px 0px rgba(165, 165, 165, 0.16);
    padding: 0.13rem;
  }

  main .homEcustomized .item .frame {
    -webkit-transition: all 0.5rem;
    transition: all 0.5rem;
    border: 1px solid #51a53623;
    height: 100%;
    padding-top: 0.72rem;
  }

  main .homEcustomized .item .TBox {
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  main .homEcustomized .item .p1 {
    font-weight: bold;
    color: #56aa35;
  }

  main .homEcustomized .item .p3 {
    color: #56aa35;
  }
}

@media (max-width: 900px) {
  main .homEcustomized {
    padding: 0 4%;
  }
}

main .nav {
  padding: 0.25rem calc(160 / 1920 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: normal;
  color: #666666;
  background-color: #f5f5f5;
}

main .nav img {
  margin-right: 0.2rem;
}

@media (max-width: 700px) {
  main .nav {
    padding: 0.25rem 4%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

main .ALcase {
  background-color: #f5f5f5;
  padding-bottom: 0.85rem;
}

main .ALcase .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.65rem;
}

main .ALcase .t1 {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.2rem;
  position: relative;
  display: inline-block;
  z-index: 2;
}

main .ALcase .t1::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background-color: #a5d398;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  -webkit-transform: translate(25%, -50%);
  transform: translate(25%, -50%);
  z-index: -1;
}

main .ALcase .swiper-slide {
  width: calc(840 / 1920 * 100%);
  height: auto;
  padding: 0.5rem;
  background-color: #fff;
  opacity: 0.6;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}

main .ALcase .swiper-slide-active {
  opacity: 1;
}

main .ALcase .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

main .ALcase .imgBox {
  width: calc(240 / 840 * 100%);
  height: 1.6rem;
  border: 1px solid #eeeeee;
  padding: 0.23rem 0.35rem;
  margin-right: 0.36rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

main .ALcase .imgBox img {
  width: 100%;
}

main .ALcase .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

main .ALcase .text .p1 {
  color: #56aa35;
  margin-bottom: 0.3rem;
}

main .ALcase .text .p2 {
  color: #888888;
  line-height: calc(24 / 14 * 1em);
}

main .ALcase .bthBox {
  width: calc(980 / 1920 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

main .ALcase .bthBox .img1 {
  display: none;
}

main .ALcase .bthBox .img2 {
  display: block;
}

main .ALcase .bthBox .swiperL2:hover,
main .ALcase .bthBox .swiperR2:hover {
  -webkit-box-shadow: 6px 5px 13px 0px rgba(86, 170, 53, 0.34);
  box-shadow: 6px 5px 13px 0px rgba(86, 170, 53, 0.34);
  border-radius: 50%;
}

main .ALcase .bthBox .swiperL2:hover .img1,
main .ALcase .bthBox .swiperR2:hover .img1 {
  display: block;
}

main .ALcase .bthBox .swiperL2:hover .img2,
main .ALcase .bthBox .swiperR2:hover .img2 {
  display: none;
}

@media (max-width: 650px) {
  main .ALcase .item {
    display: block;
  }

  main .ALcase .imgBox {
    width: 100%;
    margin-bottom: 0.3rem;
  }

  main .ALcase .imgBox img {
    width: 60%;
    margin: 0 auto;
  }

  main .ALcase .bthBox {
    display: none;
  }
}

@media (max-width: 500px) {
  main .ALcase .bthBox {
    width: 120% !important;
  }
}

@media (max-width: 1000px) {
  main .ALcase {
    padding: 0 4%;
    padding-bottom: 0.85rem;
  }

  main .ALcase .bthBox {
    width: 105% !important;
  }
}

main .Exhibition {
  padding-top: 0.77rem;
  padding-bottom: 0.96rem;
}

main .Exhibition .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}

main .Exhibition .t1 {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.2rem;
  position: relative;
  display: inline-block;
  z-index: 2;
}

main .Exhibition .t1::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background-color: #a5d398;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  -webkit-transform: translate(25%, -50%);
  transform: translate(25%, -50%);
  z-index: -1;
}

main .Exhibition .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

main .Exhibition .tag .tag_1 {
  padding: 0.19rem 0.36rem;
  background-color: #f5f5f5;
  border-radius: 27px;
  margin-left: 0.5rem;
  color: #666666;
}

main .Exhibition .tag .tag_1:nth-child(1) {
  margin-left: 0;
}

main .Exhibition .tag .tag_1:hover {
  background-color: #4ea934;
  color: #fff;
}

main .Exhibition .tag .tag_1.on {
  background-color: #4ea934;
  color: #fff;
}

@media (max-width: 700px) {
  main .Exhibition .tag {
    padding: 0 4%;
    overflow: auto;
    padding-bottom: 10px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  main .Exhibition .tag .tag_1 {
    margin-left: 0 !important;
    margin-top: 0.2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

main .Exhibition .content {
  padding: 0 calc(160 / 1920 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

main .Exhibition .content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(780 / 1600 * 100%);
  background-color: #f5f5f5;
  border-radius: 10px;
  margin-left: calc(40 / 1600 * 100%);
  margin-top: 0.5rem;
  overflow: hidden;
}

main .Exhibition .content .item:nth-child(2n+1) {
  margin-left: 0;
}

main .Exhibition .content .item .imgBack {
  width: calc(370 / 780 * 100%);
  padding-bottom: calc(230 / 780 * 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

main .Exhibition .content .item .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: calc(40 / 780 * 100%) calc(50 / 780 * 100%);
  padding-right: calc(60 / 780 * 100%);
  padding-top: 0.42rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main .Exhibition .content .item .text p {
  margin-top: calc(30 / 410 * 100%);
}

main .Exhibition .content .item .text p:nth-child(1) {
  margin-top: 0;
}

main .Exhibition .content .item .text .p2 {
  color: #999999;
}

main .Exhibition .content .item:hover {
  background-color: #5dac38;
  color: #fff;
}

main .Exhibition .content .item:hover .text .p2 {
  color: #ffffff;
  opacity: 0.6;
}

@media (max-width: 1150px) {
  main .Exhibition .content {
    padding: 0 4%;
  }
}

@media (max-width: 900px) {
  main .Exhibition .content {
    display: block;
  }

  main .Exhibition .content .item {
    width: 100%;
    margin-left: 0 !important;
  }

  main .Exhibition .content .item .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: calc(20 / 780 * 100%) calc(50 / 780 * 100%);
    padding-right: calc(20 / 780 * 100%);
    padding-top: 0.42rem;
  }
}

main .Exhibition .paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.9rem;
}

main .Exhibition .paging a {
  line-height: 0.48rem;
  padding: 0 0.24rem;
  border: solid 1px #eeeeee;
  margin-left: 0.1rem;
  border-radius: 4px;
}

main .Exhibition .paging a:nth-child(1) {
  margin-left: 0;
}

main .Exhibition .paging a:hover {
  background-color: #5dac38;
  color: #fff;
}

main .Exhibition .paging .on,
main .Exhibition .paging .in {
  background-color: #5dac38;
  color: #fff;
}

main .cooperation {
  padding-top: 0.8rem;
  padding-bottom: 0.55rem;
  background-color: #f5f5f5;
}

main .cooperation .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.3rem;
}

main .cooperation .t1 {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.2rem;
  position: relative;
  display: inline-block;
  z-index: 2;
}

main .cooperation .t1::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background-color: #a5d398;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  -webkit-transform: translate(25%, -50%);
  transform: translate(25%, -50%);
  z-index: -1;
}

main .cooperation .iconBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 calc(160 / 1920 * 100%);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

main .cooperation .iconBox .item {
  width: calc(241 / 1600 * 100%);
  margin-left: calc(30 / 1600 * 100%);
  margin-top: 0.3rem;
  border-radius: 10px;
  overflow: hidden;
}

main .cooperation .iconBox .item .imgBox {
  width: 100%;
  padding-bottom: calc(120 / 241 * 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

main .cooperation .iconBox .item:nth-child(6n+1) {
  margin-left: 0;
}

main .cooperation .iconBox .item img {
  display: block;
  width: 100%;
}

@media (max-width: 900px) {
  main .cooperation .iconBox .item {
    width: 22%;
    margin-left: 4%;
    margin-top: 0.3rem;
    border-radius: 10px;
    overflow: hidden;
  }

  main .cooperation .iconBox .item:nth-child(6n+1) {
    margin-left: 4%;
  }

  main .cooperation .iconBox .item:nth-child(4n+1) {
    margin-left: 0;
  }
}

@media (max-width: 500px) {
  main .cooperation .iconBox .item {
    width: 48%;
    margin-left: 4%;
    margin-top: 0.3rem;
    border-radius: 10px;
    overflow: hidden;
  }

  main .cooperation .iconBox .item:nth-child(4n+1) {
    margin-left: 4%;
  }

  main .cooperation .iconBox .item:nth-child(6n+1) {
    margin-left: 4%;
  }

  main .cooperation .iconBox .item:nth-child(2n+1) {
    margin-left: 0;
  }
}

main .ALdetails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .ALdetails .left {
  width: calc(520 / 1920 * 100%);
  background-color: #f7f7f7;
  padding-top: 0.7rem;
  padding-left: calc(160 / 1920 * 100%);
  padding-right: calc(40 / 1920 * 100%);
  padding-bottom: 0.85rem;
}

main .ALdetails .left .bth {
  background-color: #56aa35;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  padding: 0.07rem 0;
  padding-left: 0.35rem;
  padding-right: 0.07rem;
  border-radius: 25px;
  margin-bottom: 1.2rem;
  -webkit-box-shadow: 6px 5px 13px 0px rgba(86, 170, 53, 0.34);
  box-shadow: 6px 5px 13px 0px rgba(86, 170, 53, 0.34);
  border-radius: 25px;
}

main .ALdetails .left .bth .ALicon3 {
  width: 0.36rem;
  margin: 0;
  margin-left: 0.3rem;
}

main .ALdetails .left .top:hover .p2,
main .ALdetails .left .top:hover .p3,
main .ALdetails .left .top:hover .p4 {
  color: #4ea934;
}

main .ALdetails .left img {
  width: 100%;
  display: block;
  margin: 0.3rem 0;
  border-radius: .1rem .1rem 0 0;
}

main .ALdetails .left .p3 {
  margin-top: 0.1rem;
}

main .ALdetails .left .p3,
main .ALdetails .left .p4 {
  color: #333333;
  opacity: 0.6;
  line-height: calc(24 / 14 * 1em);
}

main .ALdetails .left .p5 {
  margin-top: 0.65rem;
}

main .ALdetails .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: calc(80 / 1920 * 100%);
  padding-right: calc(160 / 1920 * 100%);
  padding-bottom: 0.85rem;
}

main .ALdetails .right .nav {
  padding: 0.25rem 0;
}

main .ALdetails .right .r1 {
  font-weight: bold;
  line-height: 1;
}

main .ALdetails .right .r2 {
  margin-top: 0.3rem;
}

main .ALdetails .right .r3 {
  margin-top: 0.2rem;
  padding-bottom: 0.35rem;
}

main .ALdetails .right .Rbox {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 0.7rem;
}

main .ALdetails .right .r4 {
  padding-top: 0.4rem;
  padding-bottom: 0.2rem;
}

main .ALdetails .right .r5 {
  line-height: calc(30 / 16 * 100%);
}

main .ALdetails .right .r6 {
  width: calc(1138 / 1160 * 100%);
  padding: 0.35rem 0;
}

main .ALdetails .right .t1 {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.4rem;
  position: relative;
  display: inline-block;
  z-index: 2;
  margin-top: 0.7rem;
}

main .ALdetails .right .t1::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background-color: #a5d398;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  -webkit-transform: translate(25%, -50%);
  transform: translate(25%, -50%);
  z-index: -1;
}

main .ALdetails .right .r7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 0.67rem;
}

main .ALdetails .right .r7 .item {
  width: calc(560 / 1160 * 100%);
  background-color: #f5f5f5;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.35rem calc(35 / 1160 * 100%);
}

main .ALdetails .right .r7 .item:hover {
  background-color: #e2eedb;
}

main .ALdetails .right .r7 .item:hover .r7-2 {
  color: #56aa35 !important;
}

main .ALdetails .right .r7 .item .img1 {
  width: calc(174 / 560 * 100%);
}

main .ALdetails .right .r7 .item .text {
  margin-left: calc(50 / 560 * 100%);
}

main .ALdetails .right .r7 .item .text .r7-1 {
  color: #888888;
  margin-bottom: 0.1rem;
}

main .ALdetails .right .r7 .item .text .r7-2 {
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.3rem;
}

main .ALdetails .right .r7 .item .text .r7-3 {
  color: #888888;
}

@media (max-width: 1000px) {
  main .ALdetails .right .r7 {
    display: block;
  }

  main .ALdetails .right .r7 .item {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}

@media (max-width: 1000px) {
  main .ALdetails .left {
    padding-left: 0.3rem;
  }

  main .ALdetails .right {
    padding-right: 0.3rem;
  }
}

@media (max-width: 700px) {
  main .ALdetails {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  main .ALdetails .left {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 1.5rem;
  }

  main .ALdetails .left .bthBox {
    width: 100%;
  }

  main .ALdetails .left .bthBox .bth {
    margin-bottom: 0.5rem;
  }

  main .ALdetails .left .top,
  main .ALdetails .left .bottom {
    width: 48%;
  }

  main .ALdetails .left .p5 {
    margin-top: 0;
  }
}

main .title-nav {
  height: 0.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 calc(160 / 1920 * 100%);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  border-bottom: 1px solid #6666661f;
}

main .title-nav .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 0.7rem;
  color: #666666;
}

main .title-nav .title .tag {
  margin-left: 0.5rem;
}

main .title-nav .title .tag:nth-child(1) {
  margin-left: 0;
}

main .title-nav .title .activeTag {
  color: #56aa35;
  position: relative;
}

main .title-nav .title .activeTag::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #56aa35;
  position: absolute;
  bottom: 0;
  left: 0;
}

main .title-nav .nav {
  padding: 0;
  background-color: #fff;
}

@media (max-width: 800px) {
  main .title-nav {
    display: block;
    height: auto;
    padding: 0;
  }

  main .title-nav .title {
    padding: 0 calc(160 / 1920 * 100%);
    overflow: auto;
  }

  main .title-nav .title .tag {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  main .title-nav .title::-webkit-scrollbar {
    width: 0px;
    height: 0px;
  }

  main .title-nav .nav {
    padding: 0 calc(160 / 1920 * 100%);
    border-bottom: 1px solid #6666661f;
    height: 0.7rem;
  }
}

main .product {
  padding-top: 0.7rem;
  padding-bottom: 0.6rem;
}

main .product .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.65rem;
}

main .product .t1 {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.2rem;
  position: relative;
  display: inline-block;
  z-index: 2;
}

main .product .t1::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background-color: #a5d398;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  -webkit-transform: translate(25%, -50%);
  transform: translate(25%, -50%);
  z-index: -1;
}

main .product .productList {
  padding: 0 calc(160 / 1920 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

main .product .productList .item {
  width: calc(379 / 1600 * 100%);
  background-color: #f5f5f5;
  border-radius: 10px;
  margin-left: calc(28 / 1600 * 100%);
  margin-bottom: 0.5rem;
}

main .product .productList .item:nth-child(4n+1) {
  margin-left: 0;
}

main .product .productList .item .imgBox>img {
  max-width: 90%;
  max-height: 90%;
  width: 90%;
  height: 90%;
  object-fit: contain;
}

main .product .productList .item .imgBox {
  height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  position: relative;
}

main .product .productList .item .imgBox::after {
  content: "";
  width: calc(324 / 379 * 100%);
  height: 1px;
  background-color: #cedbc1;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

main .product .productList .item img {
  width: calc(224 / 379 * 100%);
}

main .product .productList .item .text {
  text-align: center;
  padding-top: 0.3rem;
  padding-bottom: 0.35rem;
  position: relative;
}

main .product .productList .item .text .p1 {
  margin-bottom: 0.2rem;
}

main .product .productList .item .text .img1 {
  width: 0.43rem;
  position: absolute;
  top: 50%;
  right: 0.1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 6px 5px 13px 0px rgba(86, 170, 53, 0.34);
  box-shadow: 6px 5px 13px 0px rgba(86, 170, 53, 0.34);
  border-radius: 50%;
  display: none;
}

main .product .productList .item:hover .text .img1 {
  display: block;
}

@media (max-width: 900px) {
  main .product .productList .item {
    width: 32%;
    margin-left: 2%;
    margin-bottom: 2%;
  }

  main .product .productList .item:nth-child(4n+1) {
    margin-left: 2%;
  }

  main .product .productList .item:nth-child(3n+1) {
    margin-left: 0%;
  }
}

@media (max-width: 500px) {
  main .product .productList .item {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 4%;
  }

  main .product .productList .item:nth-child(4n+1) {
    margin-left: 4%;
  }

  main .product .productList .item:nth-child(3n+1) {
    margin-left: 4%;
  }

  main .product .productList .item:nth-child(2n+1) {
    margin-left: 0%;
  }
}

main .product .paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.9rem;
}

main .product .paging a {
  line-height: 0.48rem;
  padding: 0 0.24rem;
  border: solid 1px #eeeeee;
  margin-left: 0.1rem;
  border-radius: 4px;
}

main .product .paging a:nth-child(1) {
  margin-left: 0;
}

main .product .paging a:hover {
  background-color: #5dac38;
  color: #fff;
}

main .product .paging .on,
main .product .paging .in {
  background-color: #5dac38;
  color: #fff;
}

main .swiper3 {
  padding: 0 calc(160 / 1920 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0.8rem 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

main .swiper3 .swiperBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(773 / 1600 * 100%);
  margin-right: calc(70 / 1600 * 100%);
}

main .swiper3 .swiper-container2 {
  width: calc(133 / 773 * 100%);
  height: 4.2rem;
  margin-right: calc(20 / 773 * 100%);
}

main .swiper3 .swiper-container2 .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  opacity: 0.5;
}

main .swiper3 .swiper-container2 .bor {
  opacity: 1;
}

main .swiper3 .swiper-container2 img {
  width: 100%;
  height: 100%;
}

main .swiper3 .swiper-container3 {
  width: calc(620 / 773 * 100%);
  height: 4.2rem;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width:900px) {
  main .swiper3 .swiper-container3 {
    width: 4.2rem;
  }
}
main .swiper3 .swiper-container3 .swiper-slide{
  width: 100%;
  height: 100%;
}
main .swiper3 .swiper-container3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 900px) {
  main .swiper3 .swiperBox {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  main .swiper3 .swiper-container2 {
    height: auto;
  }

  main .swiper3 .swiper-container3 {
    height: auto;
  }
}
@media (max-width: 900px) and (min-width: 800px) {

  main .swiper3 .swiper-container2 {
    height: 11rem;
  }

  main .swiper3 .swiper-container3 {
    height: 11rem;
  }
}
@media (max-width: 800px) and (min-width: 700px) {

  main .swiper3 .swiper-container2 {
    height: 9rem;
  }

  main .swiper3 .swiper-container3 {
    height: 9rem;
  }
}
@media (max-width: 700px) and (min-width: 600px) {

  main .swiper3 .swiper-container2 {
    height: 8rem;
  }

  main .swiper3 .swiper-container3 {
    height: 8rem;
  }
}
@media (max-width: 600px) and (min-width: 500px) {

  main .swiper3 .swiper-container2 {
    height: 6rem;
  }

  main .swiper3 .swiper-container3 {
    height: 6rem;
  }
}
@media (max-width: 500px) {

  main .swiper3 .swiper-container2 {
    height: 5rem;
  }

  main .swiper3 .swiper-container3 {
    height: 5rem;
  }
}



main .swiper3 .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

main .swiper3 .text .t1 {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.6rem;
  position: relative;
  display: inline-block;
  z-index: 2;
}

main .swiper3 .text .t1::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background-color: #a5d398;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  -webkit-transform: translate(25%, -50%);
  transform: translate(25%, -50%);
  z-index: -1;
}

main .swiper3 .text .p2 {
  line-height: calc(30 / 16 * 1em);
  color: #666666;
  margin-bottom: 0.4rem;
}

main .swiper3 .text .p3 {
  line-height: calc(30 / 16 * 1em);
  color: #666666;
}

main .swiper3 .text .bthBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.55rem;
}

main .swiper3 .text .bthBox .bth {
  background-color: #56aa35;
  border-radius: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.1rem 0.23rem;
  color: #fff;
}

main .swiper3 .text .bthBox .bth img {
  margin-right: 0.15rem;
}

main .swiper3 .text .bthBox .CPbanner3 {
  height: 0.42rem;
  margin-left: 0.5rem;
}

main .swoper4 {
  background-image: url(../images/CPbanner7.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-top: 0.77rem;
  padding-bottom: 0.8rem;
  width: 100%;
}

main .swoper4 .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.65rem;
}

main .swoper4 .t1 {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.2rem;
  position: relative;
  display: inline-block;
  z-index: 2;
}

main .swoper4 .t1::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background-color: #a5d398;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  -webkit-transform: translate(25%, -50%);
  transform: translate(25%, -50%);
  z-index: -1;
}

main .swoper4 .swiper-container4Box {
  padding: 0 calc(160 / 1920 * 100%);
}

main .swoper4 .swiper-container4 {
  overflow: hidden;
}

main .swoper4 .swiper-container4 p {
  text-align: center;
  margin-top: 0.2rem;
  display: none;
}

main .swoper4 .swiper-container4 .swiper-slide .imgBox {
  width: 100%;
  padding-bottom: calc(468 / 720 * 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}

main .swoper4 .swiper-container4 .swiper-slide img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

main .swoper4 .swiper-container4 .swiper-slide-active p {
  display: block;
}

main .swoper4 .swiper-container4 .bthBox {
  width: calc(900 / 1920 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

main .swoper4 .swiper-container4 .bthBox .img1 {
  display: none;
  width: 0.48rem;
  -webkit-box-shadow: 6px 5px 13px 0px rgba(86, 170, 53, 0.34);
  box-shadow: 6px 5px 13px 0px rgba(86, 170, 53, 0.34);
  border-radius: 50%;
}

main .swoper4 .swiper-container4 .bthBox .img2 {
  display: block;
  width: 0.48rem;
}

main .swoper4 .swiper-container4 .bthBox .swiperL2:hover .img1,
main .swoper4 .swiper-container4 .bthBox .swiperR2:hover .img1 {
  display: block;
}

main .swoper4 .swiper-container4 .bthBox .swiperL2:hover .img2,
main .swoper4 .swiper-container4 .bthBox .swiperR2:hover .img2 {
  display: none;
}

@media (max-width: 700px) {
  main .swoper4 .swiper-container4 .bthBox {
    display: none;
  }
}

main .swiper5 {
  padding-top: 0.8rem;
}

main .swiper5 .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.6rem;
}

main .swiper5 .t1 {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.2rem;
  position: relative;
  display: inline-block;
  z-index: 2;
}

main .swiper5 .t1::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background-color: #a5d398;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  -webkit-transform: translate(25%, -50%);
  transform: translate(25%, -50%);
  z-index: -1;
}

main .swiper5 .swiperBox5 {
  position: relative;
  padding-bottom: 0.3rem;
}

main .swiper5 .swiper-container5 {
  margin: 0 calc(160 / 1920 * 100%);
  padding: 0 2px;
}

main .swiper5 .swiper-slide {
  border-radius: 10px;
  border: solid 1px #e5e5e5;
  display: flex;
  flex-direction: column;
  height: auto;
}

main .swiper5 .swiper-slide:hover .text .p {
  text-align: left;
}

main .swiper5 .swiper-slide:hover .text .p2 {
  color: #56aa35;
}

main .swiper5 .swiper-slide:hover .text img {
  display: block;
}

main .swiper5 .imgBox {
  margin: 0.45rem 0.9rem;
  margin-bottom: 0;
  padding-bottom: 0.45rem;
  flex: 1;
  display: flex;
  align-items: center;
}

main .swiper5 .imgBox img {
  width: 100%;
}

main .swiper5 .text {
  border-top: solid 1px #cedbc1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0.4rem;
}

main .swiper5 .text .p {
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

main .swiper5 .text .p1 {
  color: #444444;
  padding-top: 0.3rem;
  padding-bottom: 0.2rem;
}

main .swiper5 .text .p2 {
  padding-bottom: 0.35rem;
}

main .swiper5 .text img {
  width: 0.48rem;
  display: none;
}

main .swiper5 .bthBox {
  width: 92%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

main .swiper5 .bthBox .img1 {
  display: none;
}

main .swiper5 .bthBox .img2 {
  display: block;
}

main .swiper5 .bthBox .swiperL3,
main .swiper5 .bthBox .swiperR3 {
  width: 0.48rem;
}

main .swiper5 .bthBox .swiperL3:hover .img1,
main .swiper5 .bthBox .swiperR3:hover .img1 {
  display: block;
}

main .swiper5 .bthBox .swiperL3:hover .img2,
main .swiper5 .bthBox .swiperR3:hover .img2 {
  display: none;
}

main .application {
  padding-top: 0.7rem;
  padding-bottom: 0.6rem;
}

main .application .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.65rem;
  padding: 0 4%;
}

main .application .t1 {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.2rem;
  position: relative;
  display: inline-block;
  z-index: 2;
  text-align: center;
}

main .application .t1::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background-color: #a5d398;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  -webkit-transform: translate(25%, -50%);
  transform: translate(25%, -50%);
  z-index: -1;
}

main .application .title1 {
  margin-bottom: 0.5rem;
}

main .application .applicationList {
  margin: 0 calc(160 / 1920 * 100%);
  border-radius: 10px;
}

main .application .applicationList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; */
  margin-bottom: 0.5rem;
  background-color: #f8f8f8;
  align-items: center;
}

main .application .applicationList .item .imgBox {
  width: calc(430 / 1600 * 100%);
  border-radius: 10px;
  overflow: hidden;
}

main .application .applicationList .item .imgBox .imgBox11 {
  width: 100%;
  padding-bottom: calc(270 / 430 * 100%);
  /* -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

main .application .applicationList .item img {
  width: 100%;
  display: block;
}

main .application .applicationList .item .textBox {

  width: calc(1170 / 1600 * 100%);
  padding: calc(50 / 1600 * 100%) calc(60 / 1600 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main .application .applicationList .item .textBox .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

main .application .applicationList .item .textBox .p1 {
  color: #999999;
  padding-bottom: 0.25rem;
}

main .application .applicationList .item .textBox .p2 {
  color: #333333;
  padding-bottom: 0.25rem;
}

main .application .applicationList .item .textBox .p3 {
  color: #777777;
  line-height: calc(36 / 16 * 100%);
}

main .application .applicationList .item .textBox .imgBox1 {
  width: 0.42rem;
}

main .application .applicationList .item .textBox .imgBox1 img {
  display: block;
  width: 100%;
}

main .application .applicationList .item .textBox .imgBox1 .img1 {
  display: block;
}

main .application .applicationList .item .textBox .imgBox1 .img2 {
  display: none;
}

main .application .applicationList .item:hover .img2 {
  display: block !important;
  -webkit-box-shadow: 6px 5px 13px 0px rgba(86, 170, 53, 0.34);
  box-shadow: 6px 5px 13px 0px rgba(86, 170, 53, 0.34);
  border-radius: 50%;
}

main .application .applicationList .item:hover .img1 {
  display: none !important;
}

@media (max-width: 700px) {
  main .application .applicationList .item {
    display: block;
  }

  main .application .applicationList .item .textBox {
    width: 100%;
  }

  main .application .applicationList .item .imgBox {
    width: 100%;
    /* padding-bottom: calc(270 / 430 * 100%); */
  }
}

@media (max-width: 900px) {
  main .application .applicationList {
    margin: 0 4% !important;
  }
}

main .application .paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.9rem;
}

main .application .paging a {
  line-height: 0.48rem;
  padding: 0 0.24rem;
  border: solid 1px #eeeeee;
  margin-left: 0.1rem;
  border-radius: 4px;
}

@media (max-width: 500px) {
  main .application .paging a {
    font-size: 12px;
  }
}

main .application .paging a:nth-child(1) {
  margin-left: 0;
}

main .application .paging a:hover,
main .application .paging a.in {
  background-color: #5dac38;
  color: #fff;
}

main .application .paging .on,
main .application .paging .in {
  background-color: #5dac38;
  color: #fff;
}

main .application .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

main .application .tag .tag_1 {
  padding: 0.19rem 0.36rem;
  background-color: #f5f5f5;
  border-radius: 27px;
  margin-left: 0.5rem;
  color: #666666;
}

main .application .tag .tag_1:nth-child(1) {
  margin-left: 0;
}

main .application .tag .tag_1:hover {
  background-color: #4ea934;
  color: #fff;
}

main .application .tag .tag_1.on {
  background-color: #4ea934;
  color: #fff;
}

@media (max-width: 700px) {
  main .application .tag {
    padding: 0 4%;
    overflow: auto;
    padding-bottom: 10px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }

  main .application .tag .tag_1 {
    width: 36%;
    text-align: center;
    margin-left: 0 !important;
    margin-top: 0.2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

main .application .swiper6 {
  margin: 0 calc(160 / 1920 * 100%);
  min-height: 4.65rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f3f3f3;
  border-radius: 10px;
  overflow: hidden;
  /* -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; */
  margin-top: 0.6rem;
}

main .application .swiper6 .swiper-container {
  height: auto;
}

main .application .swiper6 .swiper-container6 .swiper-slide {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f3f3f3;
  border-radius: 10px;
  /* -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; */
}

main .application .swiper6 .left {
  position: relative;
  padding: calc(50 / 1600 * 100%) calc(70 / 1600 * 100%);
  width: 50%;
  height: 100%;
  /* -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; */
}

main .application .swiper6 .left .swiper-pagination {
  position: relative;
  text-align: left;
  bottom: auto;
}

main .application .swiper6 .left .span1 {
  color: #56aa35;
  font-weight: bold;
}

main .application .swiper6 .left .span2 {
  color: #bbbbbb;
}

main .application .swiper6 .left .p1 {
  margin-top: calc(30 / 800 * 100%);
  font-weight: bold;
}

main .application .swiper6 .left .p2 {
  color: #555555;
  line-height: calc(30 / 16 * 1em);
  margin-top: calc(20 / 800 * 100%);
}

main .application .swiper6 .left .bthBox {
  margin-top: calc(60 / 800 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

main .application .swiper6 .left .bthBox .img1 {
  display: none;
}

main .application .swiper6 .left .bthBox .img2 {
  display: block;
}

main .application .swiper6 .left .bthBox .swiperL3,
main .application .swiper6 .left .bthBox .swiperR3 {
  width: 0.48rem;
}

main .application .swiper6 .left .bthBox .swiperL3:hover .img1,
main .application .swiper6 .left .bthBox .swiperR3:hover .img1 {
  display: block;
}

main .application .swiper6 .left .bthBox .swiperL3:hover .img2,
main .application .swiper6 .left .bthBox .swiperR3:hover .img2 {
  display: none;
}

main .application .swiper6 .left .bthBox .swiperL3 {
  margin-right: 0.2rem;
}

main .application .swiper6 .rigth {
  flex: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


@media (max-width: 900px) {
  main .application .swiper6 .swiper-container6 .swiper-slide {
    display: block !important;
  }

  main .application .swiper6 .swiper-container6 .swiper-slide .left {
    width: 100%;
    height: auto;
  }

  main .application .swiper6 .swiper-container6 .swiper-slide .rigth {
    padding-bottom: calc(465 / 804 * 100%);
  }

  main .application .swiper6 .swiper-container6 .swiper-slide .rigth img {
    width: 100%;
  }
}

main .application .product1 {
  padding: 0 calc(160 / 1920 * 100%);
  margin-top: 0.8rem;
}

main .application .product1 .itemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*   -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 901px) {
  main .application .product1 .item:nth-of-type(3n) {
    margin-right: 0;
  }
}

main .application .product1 .item {
  width: calc(506 / 1600 * 100%);
  border-radius: 10px;
  /* border: solid 1px #e5e5e5; */
  margin-top: 0.5rem;
  background: #f5f5f5;
  margin-right: 2.5%;
}

main .application .product1 .item:hover .text .p {
  text-align: left;
}

main .application .product1 .item:hover .text .p2 {
  color: #56aa35;
}

main .application .product1 .item:hover .text img {
  display: block;
}

@media (max-width: 900px) {
  main .application .product1 .item {
    width: 48%;
    margin-top: 0.3rem;
    margin-right: 4%;
  }

  main .application .product1 .item:nth-of-type(2n) {
    margin-right: 0;
  }
}

main .application .product1 .imgBox {
  height: 3.9rem;
  padding-bottom: 0.45rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

main .application .product1 .imgBox img {
  max-width: 90%;
  max-height: 90%;
  width: 90%;
  height: 90%;
  object-fit: contain;
}

main .application .product1 .text {
  border-top: solid 1px #cedbc1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0.4rem;
}

main .application .product1 .text .p {
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

main .application .product1 .text .p1 {
  color: #444444;
  padding-top: 0.3rem;
  padding-bottom: 0.1rem;
}

main .application .product1 .text .p2 {
  padding-bottom: 0.3rem;
}

main .application .product1 .text img {
  width: 0.48rem;
  display: none;
  -webkit-box-shadow: 6px 5px 13px 0px rgba(86, 170, 53, 0.34);
  box-shadow: 6px 5px 13px 0px rgba(86, 170, 53, 0.34);
  border-radius: 50%;
}

main .newsList {
  padding-top: 0.7rem;
}

main .newsList .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 4%;
}

main .newsList .t1 {
  font-weight: bold;
  line-height: 1;
  position: relative;
  display: inline-block;
  z-index: 2;
  text-align: center;
}

main .newsList .t1::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background-color: #a5d398;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  -webkit-transform: translate(25%, -50%);
  transform: translate(25%, -50%);
  z-index: -1;
}

main .newsList .t2 {
  margin: 0 calc(160 / 1920 * 100%);
  color: #888888;
  margin-top: -0.18rem;
  text-align: right;
}

main .newsList .swiper6 {
  margin: 0 calc(160 / 1920 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f3f3f3;
  border-radius: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.6rem;
}

main .newsList .swiper6 .swiper-container6 {
  width: 100%;
}

main .newsList .swiper6 .swiper-container6 .swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f3f3f3;
  border-radius: 10px;
  overflow: hidden;
  /* -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; */
}

@media (max-width: 900px) {
  main .newsList .swiper6 .swiper-container6 .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

main .newsList .swiper6 .left {
  width: 50%;
  min-height: 5rem;
  position: relative;
  padding: calc(50 / 1600 * 100%) calc(70 / 1600 * 100%);
  /* -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; */
}

main .newsList .swiper6 .left .swiper-pagination {
  position: relative;
  text-align: left;
  bottom: auto;
  width: auto;
}

main .newsList .swiper6 .left .span1 {
  color: #56aa35;
  font-weight: bold;
}

main .newsList .swiper6 .left .span2 {
  color: #bbbbbb;
}

main .newsList .swiper6 .left .p1 {
  margin-top: calc(30 / 800 * 100%);
}

main .newsList .swiper6 .left .p2 {
  color: #555555;
  line-height: calc(30 / 16 * 1em);
  margin-top: calc(20 / 800 * 100%);
}

main .newsList .swiper6 .left .p3 {
  color: #999999;
  position: relative;
}

main .newsList .swiper6 .left .p3::after {
  content: "";
  width: 0.48rem;
  height: 0.2rem;
  background-image: url(../images/tagActive1.png);
  background-size: 100% 100%;
  position: absolute;
  left: calc(-70 / 660 * 100%);
}

@media (max-width: 900px) {
  main .newsList .swiper6 .left .p3::after {
    display: none;
  }
}

main .newsList .swiper6 .left .bthBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0.65rem;
}

main .newsList .swiper6 .left .bth {
  background-color: #56aa35;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  padding: 0.07rem 0;
  padding-left: 0.35rem;
  padding-right: 0.07rem;
  border-radius: 25px;
  -webkit-box-shadow: 6px 5px 13px 0px rgba(86, 170, 53, 0.34);
  box-shadow: 6px 5px 13px 0px rgba(86, 170, 53, 0.34);
  border-radius: 25px;
}

main .newsList .swiper6 .left .bth .ALicon3 {
  width: 0.36rem;
  margin: 0;
  margin-left: 0.3rem;
}

main .newsList .swiper6 .rigth {
  flex: 1;
}

main .newsList .swiper6 .rigth .imgBox {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

@media (max-width: 900px) {
  main .newsList .t2 {
    margin: 0 4%;
  }

  main .newsList .swiper6 {
    display: block;
    margin: 0 4%;
    margin-top: 0.6rem;
  }

  main .newsList .swiper6 .left {
    width: 100%;
  }

  main .newsList .swiper6 .rigth {
    width: 100%;
  }

  main .newsList .swiper6 .rigth .imgBox {
    width: 100%;
    padding-bottom: calc(504 / 800 * 100%);
  }
}

main .newsList .newsTag {
  padding: 0 calc(160 / 1920 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0.35rem;
  padding-bottom: 0.65rem;
}

main .newsList .newsTag .tag1 {
  width: 48%;
}

main .newsList .newsTag .tag1 .newsTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.25rem 0;
  border-bottom: 1px solid #eeeeee;
}

main .newsList .newsTag .tag1 .newsTitle:hover {
  color: #56aa35;
}

main .newsList .newsTag .tag1 .p1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 900px) {
  main .newsList .newsTag {
    padding: 0 4%;
    padding-bottom: 0.65rem;
  }
}

@media (max-width: 700px) {
  main .newsList .newsTag {
    display: block;
  }

  main .newsList .newsTag .tag1 {
    width: 100%;
  }
}

main .newsList .newsTag2 {
  padding: 0 calc(160 / 1920 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fdfdfd;
  padding-top: 0.8rem;
  padding-bottom: 0.6rem;
}

main .newsList .newsTag2 .tag2 {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

main .newsList .newsTag2 .titleN {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

main .newsList .newsTag2 .n1 {
  font-weight: bold;
  line-height: 1;
  position: relative;
  display: inline-block;
  z-index: 2;
  text-align: center;
}

main .newsList .newsTag2 .n1::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background-color: #a5d398;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  -webkit-transform: translate(25%, -50%);
  transform: translate(25%, -50%);
  z-index: -1;
}

main .newsList .newsTag2 .n2 {
  color: #888888;
}

main .newsList .newsTag2 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.4rem 0;
  margin-bottom: 0.2rem;
  border-bottom: 1px dashed #e2e2e2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main .newsList .newsTag2 .item .imgBox {
  width: calc(310 / 770 * 100%);
}

main .newsList .newsTag2 .item .imgBox1 {
  width: 100%;
  padding-bottom: calc(195 / 310 * 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

main .newsList .newsTag2 .item .text {
  padding: calc(24 / 770 * 100%) calc(32 / 770 * 100%);
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

main .newsList .newsTag2 .item .text .p1 {
  margin-bottom: 0.1rem;
}

main .newsList .newsTag2 .item .text .p2 {
  line-height: calc(30 / 16 * 1em);
  color: #666666;
}

main .newsList .newsTag2 .item .text .p3 {
  color: #999999;
  margin-top: 0.15rem;
}

main .newsList .newsTag2 .l1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.13rem 0;
  padding-left: 0.29rem;
  position: relative;
}

main .newsList .newsTag2 .l1 .p3 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

main .newsList .newsTag2 .l1::after {
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #cccccc;
}

main .newsList .newsTag2 .l1:hover {
  color: #5dac38;
}

main .newsList .newsTag2 .l1:hover::after {
  background-color: #5dac38;
}

main .newsList .newsTag2 .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f8f8f8;
  border-radius: 10px;
}

main .newsList .newsTag2 .content .imgBox {
  width: calc(315 / 770 * 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}

main .newsList .newsTag2 .text2 {
  padding: 0.4rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

main .newsList .newsTag2 .TT {
  margin-top: 0.43rem;
  display: block;
}

main .newsList .newsTag2 .TT:nth-child(1) {
  margin-top: 0;
}

main .newsList .newsTag2 .TT .p1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
}

main .newsList .newsTag2 .TT .p1 img {
  width: 0.34rem;
  margin-right: 0.1rem;
}

main .newsList .newsTag2 .TT .p2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
  margin-top: 0.16rem;
}

main .newsList .newsTag2 .TT .p2 img {
  width: 0.34rem;
  margin-right: 0.1rem;
}

main .newsList .newsTag2 .TT .p2 p {
  line-height: calc(30 / 14 * 1em);
  color: #999999;
}

@media (max-width: 900px) {
  main .newsList .newsTag2 {
    padding: 0 4%;
    padding-top: 0.8rem;
    padding-bottom: 0.6rem;
    display: block;
  }

  main .newsList .newsTag2 .tag2 {
    width: 100%;
    margin-bottom: .5rem;
  }

  main .newsList .newsTag2 .tag2 .titleN {
    margin-top: 0.2rem;
  }
}

main .XWnav1 {
  width: 100%;
  height: 0.7rem;
  padding: 0 calc(160 / 1920 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: normal;
  color: #666666;
  position: absolute;
  top: 0;
}

main .XWnav1 img {
  margin-right: 0.2rem;
}

@media (max-width: 700px) {
  main .XWnav1 {
    padding: 0 4%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

main .XWtext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .XWlift {
  width: calc(1280 / 1920 * 100%);
  padding-left: calc(160 / 1920 * 100%);
  padding-right: calc(40 / 1920 * 100%);
  padding-top: 0.7rem;
  border-right: 1px solid #e8e8e8;
  padding-bottom: 0.8rem;
}

main .XWlift .time {
  color: #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0.25rem;
}

main .XWlift .time span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

main .XWlift .time .span1,
main .XWlift .time .span2,
main .XWlift .time .span3 {
  margin-right: 0.4rem;
}

main .XWlift .time .span4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main .XWlift .time .span4 .imgBox:hover .img1 {
  display: block;
}

main .XWlift .time .span4 .imgBox:hover .img2 {
  display: none;
}

main .XWlift .time .span4 img {
  margin-left: 0.15rem;
}

main .XWlift .time .span4 .img1 {
  display: none;
}

main .XWlift .XWline {
  height: 1px;
  width: 100%;
  background-color: #e8e8e8;
  margin: 0.3rem 0;
}

main .XWlift .p1,
main .XWlift .p3 {
  line-height: calc(30 / 16 * 100%);
}

main .XWlift .p2 {
  margin-top: 0.4rem;
  margin-bottom: 0.3rem;
}

main .XWlift .p3 {
  color: #333333;
}

main .XWlift .img {
  width: calc(600 / 1280 * 100%);
  margin: 0.3rem auto;
}

main .XWlift .p4 {
  margin-bottom: 0.35rem;
}

main .XWlift .p5 {
  line-height: calc(30 / 16 * 100%);
}

main .XWlift .XWline1 {
  margin: 0.5rem 0;
}

main .XWlift .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main .XWlift .bottom .p6 {
  margin-bottom: 0.2rem;
}

main .XWlift .bottom .p7:hover {
  color: #56aa35;
}

main .XWlift .bottom .bth {
  background-color: #56aa35;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  padding: 0.07rem 0;
  padding-right: 0.35rem;
  padding-left: 0.07rem;
  border-radius: 25px;
  -webkit-box-shadow: 6px 5px 13px 0px rgba(86, 170, 53, 0.34);
  box-shadow: 6px 5px 13px 0px rgba(86, 170, 53, 0.34);
}

main .XWlift .bottom .bth .ALicon3 {
  width: 0.36rem;
  margin: 0;
  margin-right: 0.3rem;
}

main .XWright {
  padding-top: 0.7rem;
  padding-left: calc(40 / 1920 * 100%);
  padding-right: calc(160 / 1920 * 100%);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

main .XWright .XW1 {
  color: #56aa35;
}

main .XWright .imgBack {
  width: 100%;
  padding-bottom: calc(277 / 440 * 100%);
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0.35rem 0;
  border-radius: 10px;
  overflow: hidden;
}

/* main .XWright .img {
  width: 100%;
  margin: 0.35rem 0;
  display: block;
  border-radius: 10px;
} */

main .XWright .XW2 {
  margin-bottom: 0.15rem;
}

main .XWright .XW3 {
  line-height: 2;
}

main .XWright .XWline {
  height: 1px;
  width: 100%;
  background-color: #e8e8e8;
  margin: 0.4rem 0;
  margin-bottom: 0.2rem;
}

main .XWright .XWtag {
  line-height: calc(60 / 18 * 1em);
}

main .XWright .XWtag .tag {
  position: relative;
  padding-left: calc(33 / 600 * 100%);
}

main .XWright .XWtag .tag::after {
  content: "";
  width: 0.09rem;
  height: 0.1rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/XWicon2.png);
  background-size: 100% 100%;
}

main .XWright .XWtag .tag:hover {
  color: #176d2b;
}

main .XWright .XWtag .tag:hover::after {
  background-image: url(../images/XWicon3.png);
}

@media (max-width: 900px) {
  main .XWtext {
    display: block;
  }

  main .XWlift {
    width: 100%;
    padding: 0 4%;
    padding-top: 0.7rem;
  }

  main .XWlift .bottom {
    display: block;
  }

  main .XWlift .bottom .bth {
    margin: 0.2rem 0;
  }

  main .XWright {
    width: 100%;
    padding: 0 4%;
    padding-top: 0.7rem;
  }
}

main .swiper7 {
  background-color: #f8f8f8;
  padding: 0 calc(160 / 1920 * 100%);
  padding-top: 0.75rem;
  padding-bottom: 0.55rem;
}

main .swiper7 .t1 {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.2rem;
  position: relative;
  display: inline-block;
  z-index: 2;
}

main .swiper7 .t1::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background-color: #a5d398;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  -webkit-transform: translate(25%, -50%);
  transform: translate(25%, -50%);
  z-index: -1;
}

main .swiper7 .itemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

main .swiper7 .item {
  width: calc(370 / 1600 * 100%);
  border-radius: 10px;
  border: solid 1px #e5e5e5;
  margin-top: 0.5rem;
  margin-left: calc(40 / 1600 * 100%);
  display: flex;
  flex-direction: column;
}

main .swiper7 .item:nth-child(1) {
  margin-left: 0;
}

main .swiper7 .item:hover .text .p {
  text-align: left;
}

main .swiper7 .item:hover .text .p2 {
  color: #56aa35;
}

main .swiper7 .item:hover .text img {
  display: block;
}

@media (max-width: 900px) {
  main .swiper7 .item {
    width: 48%;
    margin-top: 0.3rem;
    margin-left: 4%;
  }

  main .swiper7 .item:nth-child(1) {
    margin-left: 4%;
  }

  main .swiper7 .item:nth-child(2n+1) {
    margin-left: 0;
  }
}

main .swiper7 .imgBox {
  margin: 0.45rem 0.9rem;
  margin-bottom: 0;
  padding-bottom: 0.45rem;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

main .swiper7 .imgBox img {
  width: 100%;
}

main .swiper7 .text {
  border-top: solid 1px #cedbc1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0.4rem;
}

main .swiper7 .text .p {
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

main .swiper7 .text .p1 {
  color: #444444;
  padding-top: 0.3rem;
  padding-bottom: 0.2rem;
}

main .swiper7 .text .p2 {
  padding-bottom: 0.35rem;
}

main .swiper7 .text img {
  width: 0.48rem;
  display: none;
}

main .title-navLx {
  border: none;
}

main .LXtent {
  padding-top: 0.2rem;
}

main .LXtent .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.65rem;
}

main .LXtent .t1 {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.5rem;
  position: relative;
  display: inline-block;
  z-index: 2;
}

main .LXtent .t1::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background-color: #a5d398;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  -webkit-transform: translate(25%, -50%);
  transform: translate(25%, -50%);
  z-index: -1;
}

main .LXtent .map {
  padding: 0 calc(160 / 1920 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  margin-bottom: 1.6rem;
}

main .LXtent .map .left {
  width: calc(900 / 1600 * 100%);
  min-height: 5.3rem;
}

main .LXtent .map .left #container {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  z-index: 2;
}

main .LXtent .map .left .bla {
  width: calc(960 / 1920 * 100%);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0.7rem;
  /*background-color: #f7f7f7;*/
  border-radius: 10px;
  z-index: 0;
}

main .LXtent .map .right {
  padding-left: calc(64 / 1600 * 100%);
  padding-top: 0.16rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main .LXtent .map .right .p1 {
  line-height: 2;
}

main .LXtent .map .right .LXinformation {
  line-height: calc(36 / 16 * 100%);
  color: #888888;
}

main .LXtent .map .right .LXinformation span {
  color: #000;
}

main .LXtent .map .right .QRCode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

main .LXtent .map .right .QRCode .imgBox {
  width: 1.45rem;
  height: 1.45rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

main .LXtent .map .right .QRCode .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

main .LXtent .map .right .QRCode .item1 {
  margin-left: 0.5rem;
}

main .LXtent .map .right .QRCode .p7 {
  margin-top: 0.2rem;
}

@media (max-width: 900px) {
  main .LXtent .map {
    display: block;
    padding: 0 4%;
  }

  main .LXtent .map .left {
    width: 100%;
  }

  main .LXtent .map .left #container {
    width: 100%;
    height: 5.3rem;
  }

  main .LXtent .map .right {
    padding-left: 0;
  }
}

main .LXtent .tablein {
  padding: 0 calc(160 / 1920 * 100%);
  padding-bottom: 0.7rem;
}

main .LXtent .tablein .inpBox {
  width: calc(1400 / 1600 * 100%);
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: calc(40 / 1400 * 100%);
}

main .LXtent .tablein .inpBox .inp1 {
  width: calc(580 / 1400 * 100%);
  background-color: #ffffff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.3rem;
}

main .LXtent .tablein .inpBox .inp1 img {
  height: 0.22rem;
  margin: 0 0.2rem;
}

main .LXtent .tablein .inpBox .inp1 input {
  border: none;
}

main .LXtent .tablein .inpBox .inp2 {
  width: calc(580 / 1400 * 100%);
  background-color: #ffffff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0.4rem;
  height: 1.17rem;
  padding-top: 0.17rem;
}

main .LXtent .tablein .inpBox .inp2 img {
  height: 0.22rem;
  margin: 0 0.2rem;
}

main .LXtent .tablein .inpBox .inp2 textarea {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: none;
}

main .LXtent .tablein .inpBox .bth {
  background-color: #56aa35;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  padding: 0.07rem 0;
  padding-left: 0.35rem;
  padding-right: 0.07rem;
  border-radius: 25px;
  -webkit-box-shadow: 6px 5px 13px 0px rgba(86, 170, 53, 0.34);
  box-shadow: 6px 5px 13px 0px rgba(86, 170, 53, 0.34);
}

main .LXtent .tablein .inpBox .bth .ALicon3 {
  width: 0.36rem;
  margin: 0;
  margin-left: 0.3rem;
}

main .LXtent .pos {
  width: calc(920 / 1920 * 100%);
  position: absolute;
  left: calc(840 / 1920 * 100%);
  top: 0;
  border-radius: .1rem;
}

main .LXtent .pos .imgBox {
  width: 100%;
  padding-bottom: calc(545 / 900 * 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 900px) {
  main .LXtent .tablein {
    width: 100%;
    padding: 0 4%;
    padding-bottom: 0.7rem;
  }

  main .LXtent .tablein .inpBox {
    width: 100%;
  }

  main .LXtent .tablein .inpBox .inp1 {
    width: 100%;
  }

  main .LXtent .tablein .inpBox .inp2 {
    width: 100%;
  }

  main .LXtent .pos {
    display: none;
  }

  main .LXtent .bla {
    display: none !important;
  }
}

main .searchBox1 {
  background-color: #00000060;
}

main .searchBox1 .ipt1 {
  width: 100%;
  padding: 0.7rem 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main .searchBox1 .ipt1 .inpZ {
  width: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem 0;
  padding: 0.1rem 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 4px #0000004f;
  box-shadow: 0 0 4px #0000004f;
}

main .searchBox1 .ipt1 .inpZ input {
  width: 5rem;
  border: none;
}

main .searchText .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0 calc(160 / 1920 * 100%);
  line-height: calc(60 / 32 * 1em);
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.3rem;
  margin-bottom: 0.5rem;
  margin-top: 0.6rem;
}

main .searchText .content {
  margin: 0 calc(160 / 1920 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f5f5f5;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 0.3rem;
}

main .searchText .content .imgBox {
  width: calc(370 / 1600 * 100%);
}

main .searchText .content .imgBox .img1 {
  width: 100%;
  padding-bottom: calc(230 / 370 * 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  /* height: 2.28rem;
  object-fit: contain; */
}

main .searchText .content .tx {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main .searchText .content .tx p {
  line-height: 1.5;
}

@media (max-width: 700px) {
  main .searchText .content {
    display: block;
  }

  main .searchText .imgBox {
    width: 100% !important;
  }

  main .searchText .tx {
    padding: 0.5rem 0.6rem !important;
  }
}

main .GYintroduction {
  padding: 0 calc(160 / 1920 * 100%);
  padding-bottom: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .GYintroduction .img1 {
  width: calc(390 / 1600 * 100%);
}

main .GYintroduction .text {
  margin-left: calc(65 / 1600 * 100%);
  padding-top: 0.8rem;
}

main .GYintroduction .text .t1 {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.2rem;
  position: relative;
  display: inline-block;
  z-index: 2;
}

main .GYintroduction .text .t1::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background-color: #a5d398;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  -webkit-transform: translate(25%, -50%);
  transform: translate(25%, -50%);
  z-index: -1;
}

main .GYintroduction .text .p1 {
  line-height: calc(36 / 16 * 1em);
}

main .GYintroduction .text .img2 {
  width: 7.6rem;
  margin: 0 auto;
  margin-top: 0.7rem;
  margin-bottom: 1.2rem;
}

main .GYintroduction .text .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1.2rem;
}

main .GYintroduction .text .data .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20%;
}

main .GYintroduction .text .data .item img {
  width: 0.28rem;
  margin-right: 0.3rem;
  margin-top: 0.1rem;
}

@media (max-width: 700px) {
  main .GYintroduction .text .data .item {
    width: 33%;
    margin-top: 0.3rem;
  }
}

main .GYintroduction .text .data .dataText {
  line-height: 1;
}

main .GYintroduction .text .data .dataText .Tp1 {
  color: #56aa35;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: bold;
}

main .GYintroduction .text .data .dataText .Tp1::after {
  content: "+";
  position: absolute;
  top: 0;
  right: 0;
  font-size: 20px;
  color: #56aa35;
  -webkit-transform: translate(100%, -25%);
  transform: translate(100%, -25%);
}

main .GYintroduction .text .data .dataText .Tp2 {
  color: #888888;
  margin-top: 0.2rem;
}

@media (max-width: 1100px) {
  main .GYintroduction .img1 {
    display: none;
  }

  main .GYintroduction .text {
    margin-left: 0;
  }
}

@media (max-width: 900px) {
  main .GYintroduction {
    padding: 0 4%;
    padding-bottom: 0.8rem;
  }
}

main .homeCooperation {
  padding: 0 calc(160 / 1920 * 100%);
  padding-top: 0.8rem;
  padding-bottom: 0.55rem;
  background-color: #f5f5f5;
}

@media (max-width:700px) {
  main .homeCooperation {
    padding: 0 4%;
    padding-top: 0.8rem;
    padding-bottom: 0.55rem;
  }
}

main .homeCooperation .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.3rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0.3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main .homeCooperation .t1 {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.2rem;
  position: relative;
  display: inline-block;
  z-index: 2;
}

main .homeCooperation .t1::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background-color: #a5d398;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  -webkit-transform: translate(25%, -50%);
  transform: translate(25%, -50%);
  z-index: -1;
}

main .homeCooperation .pp1 {
  color: #51a536;
  text-align: center;
}

main .homeCooperation .iconBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

main .homeCooperation .iconBox .item {
  width: calc(241 / 1600 * 100%);
  height: 1.2rem;
  margin-left: calc(30 / 1600 * 100%);
  margin-top: 0.3rem;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width:700px) {
  main .homeCooperation .iconBox .item {
    height: auto;
  }
}

main .homeCooperation .iconBox .item:nth-child(6n+1) {
  margin-left: 0;
}

main .homeCooperation .iconBox .item img {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 900px) {
  main .homeCooperation .iconBox .item {
    width: 22%;
    margin-left: 4%;
    margin-top: 0.3rem;
    border-radius: 10px;
    overflow: hidden;
  }

  main .homeCooperation .iconBox .item:nth-child(6n+1) {
    margin-left: 4%;
  }

  main .homeCooperation .iconBox .item:nth-child(4n+1) {
    margin-left: 0;
  }
}

@media (max-width: 500px) {
  .main .homeCooperation .iconBox {
    padding: 4%;
    height: auto;
  }

  main .homeCooperation .iconBox .item {
    width: 48%;
    margin-left: 4%;
    margin-top: 0.3rem;
    border-radius: 10px;
    overflow: hidden;
  }

  main .homeCooperation .iconBox .item:nth-child(4n+1) {
    margin-left: 4%;
  }

  main .homeCooperation .iconBox .item:nth-child(6n+1) {
    margin-left: 4%;
  }

  main .homeCooperation .iconBox .item:nth-child(2n+1) {
    margin-left: 0;
  }
}

main .homeNewsTag2 {
  padding: 0 calc(160 / 1920 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #ffffff;
  padding-top: 0.8rem;
  padding-bottom: 0.6rem;
}

main .homeNewsTag2 .tag2:first-of-type {
  width: 59.5%;
  padding-right: 4%;
}

main .homeNewsTag2 .tag2:last-of-type {
  flex: 1;
}

main .homeNewsTag2 .tag2 {
  /* width: 48%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

main .homeNewsTag2 .titleN {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

main .homeNewsTag2 .n1 {
  font-weight: bold;
  line-height: 1;
  position: relative;
  display: inline-block;
  z-index: 2;
  text-align: center;
}

main .homeNewsTag2 .n1::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background-color: #a5d398;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  -webkit-transform: translate(25%, -50%);
  transform: translate(25%, -50%);
  z-index: -1;
}

main .homeNewsTag2 .n2 {
  color: #888888;
}

main .homeNewsTag2 .pp2 {
  color: #51a536;
  margin-top: 0.2rem;
  font-size: 18px;
}

main .homeNewsTag2 .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.4rem 0;
  margin-bottom: 0.2rem;
  border-bottom: 1px dashed #e2e2e2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main .homeNewsTag2 .item:hover {
  color: #5dac38;
}

main .homeNewsTag2 .item:hover .text .p2 {
  color: #5dac38;
}

main .homeNewsTag2 .item .imgBox {
  width: 3.08rem;
  border-radius: 10px;
  overflow: hidden;
}

main .homeNewsTag2 .item img {
  width: 100%;
}

main .homeNewsTag2 .item .text {
  padding: calc(24 / 770 * 100%) calc(32 / 770 * 100%);
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

main .homeNewsTag2 .item .text .p2 {
  line-height: calc(30 / 16 * 1em);
  color: #666666;
}

main .homeNewsTag2 .item .text .p3 {
  color: #999999;
  margin-top: 0.15rem;
}

main .homeNewsTag2 .newsTag {
  /*   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; */
}

main .homeNewsTag2 .newsTag .leftTag {
  /* margin-right: 1.3rem; */
  /*   -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; */
  display: flex;
  flex-wrap: wrap;
}

main .homeNewsTag2 .newsTag .rigthTag {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 900px) {
  main .homeNewsTag2 .newsTag {
    display: block;
  }

  main .homeNewsTag2 .newsTag .leftTag {
    margin-right: 0;
  }
}

main .homeNewsTag2 .l1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.13rem 0;
  padding-left: 0.29rem;
  position: relative;
  width: 50%;
  padding-right: .3rem;
}

@media (max-width: 500px) {
  main .homeNewsTag2 .l1 {
    width: 100%;
  }
}

main .homeNewsTag2 .l1 .p3 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

main .homeNewsTag2 .l1::after {
  content: "";
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #cccccc;
}

main .homeNewsTag2 .l1:hover {
  color: #5dac38;
}

main .homeNewsTag2 .l1:hover::after {
  background-color: #5dac38;
}

main .homeNewsTag2 .content {
  margin-top: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f8f8f8;
  border-radius: 10px;
  max-height: 4.85rem;
  overflow: hidden;
  position: relative;
}

main .homeNewsTag2 .content .imgBox {
  width: calc(315 / 770 * 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
}

main .homeNewsTag2 .text2 {
  padding: 0.2rem .3rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

main .homeNewsTag2 .TT {
  margin-top: 0.35rem;
}

main .homeNewsTag2 .TT:nth-child(1) {
  margin-top: 0;
}

main .homeNewsTag2 .TT .p1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
  padding: 0 0.2rem;
  border-radius: 4px;
  overflow: hidden;
}

main .homeNewsTag2 .TT .p1 img {
  width: 0.34rem;
  margin-right: 0.1rem;
}

main .homeNewsTag2 .TT .p2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
  margin-top: 0.15rem;
  background-color: #fff;
  padding: 0.15rem 0.2rem;
  border-radius: 4px;
  overflow: hidden;
}

main .homeNewsTag2 .TT .p2 img {
  width: 0.34rem;
  margin-right: 0.1rem;
}

main .homeNewsTag2 .TT .p2 p {
  line-height: calc(24 / 14 * 1em);
  color: #999999;
}

main .homeNewsTag2 .opss {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0)), color-stop(rgba(255, 255, 255, 0)), to(#ffffffd1));
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), #ffffffd1);
  pointer-events: none;
}

@media (max-width: 900px) {
  main .homeNewsTag2 {
    padding: 0 4%;
    padding-top: 0.8rem;
    padding-bottom: 0.6rem;
    display: block;
  }

  main .homeNewsTag2 .tag2:first-of-type {
    width: 100%;
    margin-bottom: 1rem;
    padding-right: 0;
  }

  main .homeNewsTag2 .pp2 {
    font-size: 14px;
  }

  main .homeNewsTag2 .tag2 .titleN {
    margin-top: 0.2rem;
  }
}

main .GYadvantage {
  padding-top: 0.8rem;
  background-image: url(../images/GYbanner1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

main .GYadvantage .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.55rem;
  padding: 0 4%;
}

main .GYadvantage .t1 {
  font-weight: bold;
  line-height: 1;
  position: relative;
  display: inline-block;
  z-index: 2;
  text-align: center;
}

main .GYadvantage .t1::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background-color: #a5d398;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  -webkit-transform: translate(25%, -50%);
  transform: translate(25%, -50%);
  z-index: -1;
}

main .GYadvantage .advantage {
  height: 5rem;
  margin: 0 calc(160 / 1920 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

main .GYadvantage .advantage .imgBox {
  /* width: calc(890 / 1600 * 100%); */
  height: 5rem;
  border-radius: 10px;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

main .GYadvantage .advantage .imgBox img {
  /* display: none; */
  height: 100%;
}

main .GYadvantage .advantage .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0.3rem calc(100 / 1600 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* -webkit-box-pack: center; */
  /* -ms-flex-pack: center; */
  /* justify-content: center; */
  overflow: auto;
}

main .GYadvantage .advantage .text .p1 {
  margin-bottom: 0.15rem;
  color: #4ea934;
  font-weight: bold;
}

main .GYadvantage .advantage .text .p2 {
  margin-bottom: 0.25rem;
  line-height: calc(30 / 16 * 1em);
}

main .GYadvantage .advantage .text .p2:last-child {
  margin-bottom: 0;
}

@media (max-width: 900px) {
  main .GYadvantage .advantage {
    margin: 0 4%;
  }
}

@media (max-width: 900px) {
  main .GYadvantage .advantage {
    display: block;
    margin: 0 4%;
    height: auto;
  }

  main .GYadvantage .advantage .imgBox {
    width: 100%;
    height: auto;
  }

  main .GYadvantage .advantage .imgBox img {
    display: block;
    width: 100%;
    height: auto;
  }
}

main .GYadvantage .title1 {
  margin-top: 0.75rem;
  text-align: center;
  padding: 0 4%;
  margin-bottom: 0.5rem;
}

main .GYadvantage .title1 .p1 {
  color: #4ea934;
  font-weight: bold;
  margin-bottom: 0.2rem;
}

main .GYadvantage .title1 .p2 {
  color: #555555;
}

main .GYadvantage .content {
  padding: 0 calc(160 / 1920 * 100%);
  padding-bottom: 0.9rem;
}

main .GYadvantage .content .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.3rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

main .GYadvantage .content .top .item {
  width: calc(780 / 1600 * 100%);
  /* height: 1.8rem; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*   -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; */
  background-color: #fff;
  margin-left: calc(40 / 1600 * 100%);
  padding-right: calc(80 / 1600 * 100%);
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: .3rem;
  align-items: flex-start;
}

main .GYadvantage .content .top .item:nth-child(1) {
  margin-left: 0;
}

main .GYadvantage .content .top .item img {
  width: 1.1rem;
  margin: calc(40 / 780 * 100%);
}

main .GYadvantage .content .top .item .text1 {
  margin-bottom: 0.1rem;
  margin-top: .53rem;
  font-weight: bold;
}

main .GYadvantage .content .top .item .text2 {
  line-height: 1.8;
}

main .GYadvantage .content .top .item:hover {
  background-color: #e2eedb;
}

@media (max-width: 900px) {
  main .GYadvantage .content {
    padding: 0 4%;
    padding-bottom: 0.9rem;
  }

  main .GYadvantage .content .top .item {
    width: 100%;
    min-height: 1.8rem;
    height: auto;
    margin-left: 0;
    margin-top: 0.3rem;
    padding: 0.2rem 0;
    padding-right: calc(80 / 1600 * 100%);
  }

  main .GYadvantage .content .top .item:nth-child(1) {
    margin-top: 0;
  }
}

main .GYqualifications {
  padding: 0 calc(160 / 1920 * 100%);
  padding-top: 0.5rem;
  padding-bottom: 1.1rem;
}

main .GYqualifications .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.4rem;
}

main .GYqualifications .title {
  width: calc(378 / 1600 * 100%);
  background-color: #f5f6f5;
  border-radius: 10px 0 0 10px;
  padding: 1.1rem 0;
  text-align: center;
}

main .GYqualifications .title .t1 {
  font-weight: bold;
  line-height: 1;
  position: relative;
  display: inline-block;
  z-index: 2;
  text-align: center;
}

main .GYqualifications .title .t1::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background-color: #a5d398;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  -webkit-transform: translate(25%, -50%);
  transform: translate(25%, -50%);
  z-index: -1;
}

main .GYqualifications .imgBox {
  width: calc(1222 / 1600 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: solid 1px #eeeeee;
  border-left: none;
  padding: 0 calc(85 / 1600 * 100%);
}

main .GYqualifications .imgBox .swiper-container .swiper-slide {
  height: 2.1rem !important;
  width: auto !important;

}

main .GYqualifications .imgBox .swiper-container .swiper-slide img {
  height: 100%;
}

main .GYqualifications .imgBox1 img {
  width: calc(155 / 1220 * 100%);
}

@media (max-width: 900px) {
  main .GYqualifications {
    padding: 0 4%;
    padding-top: 0.5rem;
    padding-bottom: 1.1rem;
  }

  main .GYqualifications .item {
    display: block;
  }

  main .GYqualifications .item .title {
    width: 100%;
    border-radius: 0;
    padding: 0.2rem 0;
  }

  main .GYqualifications .item .imgBox {
    width: 100%;
    border-radius: 0;
    border-left: solid 1px #eeeeee;
    padding: 0.3rem 0;
  }
}

main .GYstory {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

main .GYstory .text {
  padding-top: 1.4rem;
  padding-bottom: 2.2rem;
  padding-left: calc(160 / 1920 * 100%);
  color: #fff;
}

main .GYstory .text .t1 {
  font-weight: bold;
  line-height: 1;
  position: relative;
  display: inline-block;
  z-index: 2;
  text-align: center;
}

main .GYstory .text .t1::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background-color: #56aa35;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  -webkit-transform: translate(25%, -50%);
  transform: translate(25%, -50%);
  z-index: -1;
}

main .GYstory .text .t2 {
  margin-left: 0.3rem;
}

main .GYstory .text .tp1 {
  margin-top: 0.4rem;
  line-height: 1.5;
}

main .GYstory .text .tp2 {
  margin-top: 0.7rem;
  line-height: calc(36 / 16 * 1em);
}

main .GYstory .GYbanner8 {
  width: 20%;
  position: absolute;
  bottom: 0;
  right: calc(385 / 1920 * 100%);
}

main .GYbrand {
  padding: 0 calc(160 / 1920 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main .GYbrand .text {
  padding-top: 1.35rem;
  padding-bottom: 1.75rem;
}

main .GYbrand .text .p1 {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

main .GYbrand .text .p2 {
  line-height: calc(36 / 16 * 1em);
}

main .GYbrand img {
  width: calc(900 / 1600 * 100%);
}

@media (max-width: 900px) {
  main .GYbrand {
    padding: 0 4%;
  }
}

@media (max-width: 600px) {
  main .GYbrand {
    display: block;
    padding-bottom: 0.3rem;
  }

  main .GYbrand .text {
    padding-bottom: .5rem;
  }

  main .GYbrand img {
    width: 100%;
  }
}

main .GYculture {
  padding: 0 calc(160 / 1920 * 100%);
  padding-top: 1rem;
  padding-bottom: 1.2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

main .GYculture .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.8rem;
}

main .GYculture .t1 {
  font-weight: bold;
  line-height: 1;
  position: relative;
  display: inline-block;
  z-index: 2;
  color: #fff;
}

main .GYculture .t1::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background-color: #a5d398;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  -webkit-transform: translate(25%, -50%);
  transform: translate(25%, -50%);
  z-index: -1;
}

main .GYculture .culture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .GYculture .item {
  background-color: #fff;
  width: calc(506 / 1600 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 calc(45 / 1600 * 100%);
  padding-top: 0.4rem;
  padding-bottom: 0.6rem;
  margin-left: calc(40 / 1600 * 100%);
  border-radius: 10px;
  opacity: 0.9;
  overflow: hidden;
}

main .GYculture .item:hover {
  background-color: #e4f0dd;
}

main .GYculture .item:nth-child(1) {
  margin-left: 0;
}

main .GYculture .item img {
  width: 1.1rem;
  margin-bottom: 0.45rem;
}

main .GYculture .item .p1 {
  font-weight: bold;
  margin-bottom: 0.3rem;
}

main .GYculture .item .p2 {
  color: #555555;
  text-align: center;
}

@media (max-width: 900px) {
  main .GYculture {
    padding: 0 4%;
    padding-top: 1rem;
    padding-bottom: 1.2rem;
  }
}

@media (max-width: 900px) {
  main .GYculture .culture {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  main .GYculture .item {
    width: 48%;
    margin-left: 4% !important;
    margin-top: 0.2rem;
  }

  main .GYculture .item:nth-child(2n + 1) {
    margin-left: 0 !important;
  }
}

@media (max-width: 400px) {
  main .GYculture .item {
    width: 100% !important;
    margin-left: 0% !important;
  }
}

main .GYproduct {
  padding: 0 calc(160 / 1920 * 100%);
  padding-top: 0.8rem;
  padding-bottom: 0.9rem;
  background-color: #f8f8f8;
}

main .GYproduct .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.8rem;
}

main .GYproduct .t1 {
  font-weight: bold;
  line-height: 1;
  position: relative;
  display: inline-block;
  z-index: 2;
}

main .GYproduct .t1::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background-color: #a5d398;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  -webkit-transform: translate(25%, -50%);
  transform: translate(25%, -50%);
  z-index: -1;
}

main .GYproduct .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

main .GYproduct .item {
  width: calc(370 / 1600 * 100%);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 0.4rem;
  margin-left: calc(40 / 1600 * 100%);
  font-weight: normal;
  margin-bottom: .4rem;
  border-radius: .1rem;
}

main .GYproduct .item:nth-of-type(4n+1) {
  margin-left: 0;
}

main .GYproduct .item:hover {
  background-color: #e4f0dd;
  color: #56aa35;
}

main .GYproduct .imgBox {
  padding: 0.4rem 0;
  width: 90%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main .GYproduct .imgBox img {
  width: 100%;
}

main .GYproduct .p1 {
  margin-top: 0.1rem;
}

@media (max-width: 900px) {
  main .GYproduct {
    padding: 0 4%;
    padding-top: 0.8rem;
    padding-bottom: 0.9rem;
  }

  main .GYproduct .title {
    margin-bottom: 0.6rem;
  }

  main .GYproduct .item {
    width: 48%;
    margin-left: 4% !important;
    margin-top: 4%;
  }

  main .GYproduct .item:nth-child(2n+1) {
    margin-left: 0 !important;
  }
}

main .GYswiper {
  padding-top: 0.6rem;
  padding-bottom: 0.85rem;
}

main .GYswiper .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.7rem;
}

main .GYswiper .t1 {
  font-weight: bold;
  line-height: 1;
  position: relative;
  display: inline-block;
  z-index: 2;
}

main .GYswiper .t1::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background-color: #a5d398;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  -webkit-transform: translate(25%, -50%);
  transform: translate(25%, -50%);
  z-index: -1;
}

main .GYswiper .swiper6 {
  /* min-height: 5rem; */
  margin: 0 calc(160 / 1920 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f3f3f3;
  border-radius: 10px;
  overflow: hidden;
  /* -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; */
  margin-top: 0.6rem;
}

main .GYswiper .swiper6 .swiper-container6 .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f3f3f3;
  border-radius: 10px;
  overflow: hidden;
  /* -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; */
}

@media (max-width: 900px) {
  main .GYswiper .swiper6 .swiper-container6 .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
}

main .GYswiper .swiper6 .left {
  position: relative;
  padding: calc(50 / 1600 * 100%) calc(70 / 1600 * 100%);
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* -webkit-box-flex: 1; */
  /* -ms-flex: 1; */
  /* flex: 1; */
}

main .GYswiper .swiper6 .left .swiper-pagination {
  position: relative;
  text-align: left;
  bottom: auto;
}

main .GYswiper .swiper6 .left .span1 {
  color: #56aa35;
  font-weight: bold;
}

main .GYswiper .swiper6 .left .span2 {
  color: #bbbbbb;
}

main .GYswiper .swiper6 .left .p1 {
  margin-top: calc(30 / 800 * 100%);
  padding-bottom: 0.57rem;
  position: relative;
}

main .GYswiper .swiper6 .left .p1::after {
  content: "";
  width: 1em;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0.26rem;
  background-color: #56aa35;
  border-radius: 2px;
}

main .GYswiper .swiper6 .left .p2 {
  color: #555555;
  line-height: calc(30 / 16 * 1em);
}

main .GYswiper .swiper6 .left .bthBox {
  margin-top: calc(60 / 800 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}

main .GYswiper .swiper6 .left .bthBox .img1 {
  width: 100%;
  display: none;
}

main .GYswiper .swiper6 .left .bthBox .img2 {
  width: 100%;
  display: block;
}

main .GYswiper .swiper6 .left .bthBox .swiperL3,
main .GYswiper .swiper6 .left .bthBox .swiperR3 {
  width: 0.48rem;
  -webkit-box-shadow: 6px 5px 13px 0px rgba(86, 170, 53, 0.34);
  box-shadow: 6px 5px 13px 0px rgba(86, 170, 53, 0.34);
  border-radius: 50%;
}

main .GYswiper .swiper6 .left .bthBox .swiperL3:hover .img1,
main .GYswiper .swiper6 .left .bthBox .swiperR3:hover .img1 {
  display: block;
}

main .GYswiper .swiper6 .left .bthBox .swiperL3:hover .img2,
main .GYswiper .swiper6 .left .bthBox .swiperR3:hover .img2 {
  display: none;
}

main .GYswiper .swiper6 .left .bthBox .swiperL3 {
  margin-right: 0.2rem;
}

main .GYswiper .swiper6 .rigth {
  flex: 1;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

main .GYswiper .swiper6 .rigth .swiper-container6 img {
  width: 100%;
}

@media (max-width: 900px) {
  main .GYswiper .swiper6 {
    display: block;
    margin: 0 4%;
    margin-top: 0.6rem;
  }

  main .GYswiper .swiper6 .left {
    width: 100%;
    /* height: 5.5rem; */
    flex: 1;
    padding-bottom: 0.5rem;

  }

  main .GYswiper .swiper6 .rigth {
    width: 100%;
    padding-bottom: calc(504 / 800 * 100%);
    flex: 0;
  }

  main .GYswiper .swiper6 .rigth 、 img {
    width: 100%;
  }
}

main .GYcooperation {
  padding-top: 0.8rem;
  padding-bottom: 0.55rem;
  background-color: #f5f5f5;
}

main .GYcooperation .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.3rem;
}

main .GYcooperation .t1 {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.2rem;
  position: relative;
  display: inline-block;
  z-index: 2;
}

main .GYcooperation .t1::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background-color: #a5d398;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  -webkit-transform: translate(25%, -50%);
  transform: translate(25%, -50%);
  z-index: -1;
}

main .GYcooperation .iconBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 calc(160 / 1920 * 100%);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

main .GYcooperation .iconBox .item {
  width: calc(241 / 1600 * 100%);
  margin-left: calc(30 / 1600 * 100%);
  margin-top: 0.3rem;
  border-radius: 10px;
  overflow: hidden;
}

main .GYcooperation .iconBox .item:nth-child(6n+1) {
  margin-left: 0;
}

main .GYcooperation .iconBox .item img {
  display: block;
  width: 100%;
}

@media (max-width: 900px) {
  main .GYcooperation .iconBox .item {
    width: 22%;
    margin-left: 4%;
    margin-top: 0.3rem;
    border-radius: 10px;
    overflow: hidden;
  }

  main .GYcooperation .iconBox .item:nth-child(6n+1) {
    margin-left: 4%;
  }

  main .GYcooperation .iconBox .item:nth-child(4n+1) {
    margin-left: 0;
  }
}

@media (max-width: 500px) {
  main .GYcooperation .iconBox .item {
    width: 48%;
    margin-left: 4%;
    margin-top: 0.3rem;
    border-radius: 10px;
    overflow: hidden;
  }

  main .GYcooperation .iconBox .item:nth-child(4n+1) {
    margin-left: 4%;
  }

  main .GYcooperation .iconBox .item:nth-child(6n+1) {
    margin-left: 4%;
  }

  main .GYcooperation .iconBox .item:nth-child(2n+1) {
    margin-left: 0;
  }
}

main .QWtent1 {
  padding-top: 0.7rem;
  padding-bottom: 1rem;
}

main .QWtent1 .text {
  text-align: center;
}

main .QWtent1 .p1 {
  margin-bottom: 0.2rem;
}

main .QWtent1 .content {
  margin: 0 calc(160 / 1920 * 100%);
  margin-top: 0.5rem;
  background-color: #f4f4f4;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}

main .QWtent1 .content .imgBox {
  width: calc(760 / 1600 * 100%);
  /* height: 5rem; */
}

main .QWtent1 .content .imgBox .img {
  width: 100%;
  padding-bottom: calc(500 / 780 * 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

main .QWtent1 .content .text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 calc(0.3rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

main .QWtent1 .content .text .item {
  width: 50%;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0.3rem;
}

main .QWtent1 .content .text .item img {
  width: 0.73rem;
}

main .QWtent1 .content .text .item .p1 {
  margin-top: 0.25rem;
  margin-bottom: 0.15rem;
  font-weight: bold;
}

main .QWtent1 .content .text .item .img1 {
  display: block;
}

main .QWtent1 .content .text .item .img2 {
  display: none;
}

main .QWtent1 .content .text .item:hover .img2 {
  display: block;
}

main .QWtent1 .content .text .item:hover .img1 {
  display: none;
}

@media (max-width: 900px) {
  main .QWtent1 .content {
    margin: 0 4%;
    margin-top: 0.5rem;
    display: block;
  }

  main .QWtent1 .content .item {
    padding: 0.2rem 0.3rem !important;
  }

  main .QWtent1 .content .imgBox {
    width: 100%;
  }

  main .QWtent1 .content .content {
    width: 100%;
  }
}

main .QWtent2 {
  padding-top: 0.7rem;
  padding-bottom: 1rem;
  background-color: #f4f4f4;
}

main .QWtent2 .text {
  text-align: center;
}

main .QWtent2 .p1 {
  margin-bottom: 0.2rem;
}

main .QWtent2 .content {
  padding: 0 calc(160 / 1920 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

main .QWtent2 .content .item {
  width: calc(506 / 1600 * 100%);
  border-radius: 10px;
  overflow: hidden;
  margin-left: calc(41 / 1600 * 100%);
}

main .QWtent2 .content .item:nth-child(1) {
  margin-left: 0;
}

main .QWtent2 .content .item .imgBox {
  width: 100%;
  position: relative;
}

main .QWtent2 .content .item .imgBox img {
  width: 100%;
}

main .QWtent2 .content .item .imgBox .img6 {
  width: 0.81rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

main .QWtent2 .content .item .imgBox .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #00000050;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

main .QWtent2 .content .item .imgBox .text p {
  width: 50%;
  text-align: center;
  line-height: 0.6rem;
}

main .QWtent2 .content .item:hover .text1 {
  background-color: #56aa35;
  color: #fff;
}

main .QWtent2 .content .item:hover .text1 .p3 {
  color: #ffffff;
  opacity: 0.1;
}

main .QWtent2 .content .item .text1 {
  padding: 0.4rem 0.65rem;
  text-align: center;
  background-color: #fff;
  position: relative;
}

main .QWtent2 .content .item .text1 .p2 {
  line-height: calc(30 / 16 * 1em);
}

main .QWtent2 .content .item .text1 .p3 {
  color: #666666;
  opacity: 0.1;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(35%);
  transform: translateY(35%);
  right: 0.28rem;
  font-family: 'D-DIN';
}

@media (max-width: 1000px) {
  main .QWtent2 .content {
    padding: 0 4%;
  }

  main .QWtent2 .content .item {
    width: 48%;
    margin-left: 4% !important;
    margin-top: 4%;
  }

  main .QWtent2 .content .item:nth-child(2n+1) {
    margin-left: 0 !important;
  }
}

@media (max-width: 600px) {
  main .QWtent2 .content {
    padding: 0 4%;
  }

  main .QWtent2 .content .item {
    width: 100%;
    margin-left: 0% !important;
    margin-top: 4%;
  }
}

main .QWtent3 {
  padding-top: 0.7rem;
  background-color: #fff;
}

main .QWtent3 .text1 {
  text-align: center;
}

main .QWtent3 .content {
  padding: calc(80 / 1920 * 100%) calc(160 / 1920 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main .QWtent3 .content .item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

main .QWtent3 .content .item .h1 {
  padding-bottom: 0.9rem;
  position: relative;
}

main .QWtent3 .content .item .h1::after {
  content: "";
  width: 1em;
  height: 3px;
  background-color: #5dac38;
  position: absolute;
  left: 0;
  bottom: 0.6rem;
}

main .QWtent3 .content .item .t1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0.35rem;
}

main .QWtent3 .content .item .t1 img {
  width: 1em;
  margin-right: 0.2rem;
}

main .QWtent3 .content .imgBox {
  width: calc(820 / 1600 * 100%);
}

main .QWtent3 .content .imgBox img {
  width: 100%;
}

main .QWtent3 .content .imgBox .imgT {
  -webkit-transform: translateY(-0.3rem);
  transform: translateY(-0.3rem);
}

main .QWtent3 .content1 {
  background-color: #f5f5f5;
  padding-top: 0.8rem;
  padding-bottom: 0.9rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

main .QWtent3 .content1 .imgBox {
  width: calc(880 / 1600 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.8rem;
}

main .QWtent3 .content1 .imgBox img {
  width: calc(280 / 880 * 100%);
  display: block;
  margin-left: calc(20 / 880 * 100%);
}

main .QWtent3 .content1 .imgBox img:nth-child(1) {
  margin-left: 0;
}

main .QWtent3 .content2 {
  position: relative;
}

main .QWtent3 .content2 .imgBox {
  width: calc(968 / 1920 * 100%);
  position: absolute;
  right: calc(160 / 1920 * 100%);
}

main .QWtent3 .content2 .item {
  width: calc(850 / 1600 * 100%);
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}

@media (max-width: 1300px) {
  main .QWtent3 .content2 .imgBox {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    right: auto;
  }
}

main .QWtent3 .content3 .imgBox .img1 {
  width: calc(520 / 880 * 100%);
}

main .QWtent3 .content3 .imgBox .img2 {
  width: calc(340 / 880 * 100%);
}

@media (max-width: 900px) {
  main .QWtent3 .content {
    padding: calc(80 / 1920 * 100%) 4%;
  }

  main .QWtent3 .content1 {
    padding-top: 0.8rem;
    padding-bottom: 0.9rem;
  }
}

@media (max-width: 700px) {
  main .QWtent3 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  main .QWtent3 .content .item {
    width: 100%;
  }
}

main .QWtent4 {
  padding-top: 0.8rem;
  background-color: #56aa35;
  padding-bottom: 1rem;
}

main .QWtent4 .text {
  text-align: center;
  color: #fff;
}

main .QWtent4 .p1 {
  margin-bottom: 0.2rem;
}

main .QWtent4 .QWtable {
  background-color: #fff;
  padding: 0.6rem;
  margin: 0 calc(160 / 1920 * 100%);
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.5rem;
}

main .QWtent4 .QWtable .left {
  width: calc(720 / 1600 * 100%);
  padding: 0.5rem 0;
  background-color: #ededed;
  border-radius: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

main .QWtent4 .QWtable .left img {
  width: 75%;
}

main .QWtent4 .QWtable .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: calc(70 / 1600 * 100%);
}

main .QWtent4 .QWtable .right .h1 {
  font-weight: bold;
}

main .QWtent4 .QWtable .right .p1 {
  color: #5fa145;
  margin-top: 0.35rem;
  margin-bottom: 0.2rem;
  font-weight: bold;
}

main .QWtent4 .QWtable .right .p2 {
  line-height: calc(24 / 16 * 1em);
}

main .QWtent4 .QWtable .right .imgBox {
  margin-top: 0.2rem;
}

main .QWtent4 .QWtable .right .imgBox .item {
  display: inline-block;
  text-align: center;
  margin-left: 0.8rem;
}

main .QWtent4 .QWtable .right .imgBox .item:nth-child(1) {
  margin-left: 0;
}

main .QWtent4 .QWtable .right .imgBox .item img {
  width: 0.7rem;
}

main .QWtent4 .QWtable .right .imgBox .item p {
  margin-top: 0.15rem;
}

@media (max-width: 900px) {
  main .QWtent4 .QWtable {
    display: block;
    margin: 0 4%;
    margin-top: 0.5rem;
  }

  main .QWtent4 .QWtable .left {
    width: 100%;
  }

  main .QWtent4 .QWtable .right {
    width: 100%;
    margin-top: 0.3rem;
  }
}

main .QWtent5 {
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 calc(160 / 1920 * 100%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main .QWtent5 .text .p1 {
  color: #56aa35;
  line-height: calc(72 / 54 * 100%);
}

main .QWtent5 .text .p2 {
  color: #555555;
  line-height: 2;
  margin-top: 0.4rem;
}

main .QWtent5 .swiper {
  width: calc(914 / 1600 * 100%);
  padding: 1rem 0;
  position: relative;
}

main .QWtent5 .swiper .imgBox1 {
  width: 100%;
  padding-bottom: calc(446 / 316 * 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  overflow: hidden;
}

main .QWtent5 .swiper .enlarge {
  display: none;
}

main .QWtent5 .swiper .bthBox {
  width: calc(100% + 1.2rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

main .QWtent5 .swiper .bthBox img {
  width: 0.48rem;
}

main .QWtent5 .swiper .bthBox .img1 {
  display: none;
}

main .QWtent5 .swiper .bthBox .img2 {
  display: block;
}

main .QWtent5 .swiper .bthBox .swiperL2:hover .img1,
main .QWtent5 .swiper .bthBox .swiperR2:hover .img1 {
  display: block;
}

main .QWtent5 .swiper .bthBox .swiperL2:hover .img2,
main .QWtent5 .swiper .bthBox .swiperR2:hover .img2 {
  display: none;
}

@media (max-width: 900px) {
  main .QWtent5 {
    display: block;
    padding: 0 4%;
    padding-top: 0.8rem;
  }

  main .QWtent5 .text {
    text-align: center;
  }

  main .QWtent5 .swiper {
    width: 100%;
  }
}

main .QWtent6 {
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}

main .QWtent6 .text {
  text-align: center;
}

main .QWtent6 .p1 {
  margin-bottom: 0.2rem;
}

main .QWtent6 .swiperBox2 {
  margin-top: 0.5rem;
  padding: 0 calc(95 / 1920 * 100%);
  overflow: hidden;
}

main .QWtent6 .swiperBox2 .swiper-container3 {
  overflow: initial;
}

main .QWtent6 .swiper-slide {
  position: relative;
}

main .QWtent6 .swiper-slide .text {
  text-align: center;
  line-height: 0.6rem;
  background-color: #00000080;
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
}

main .QWtent6 .swiper-slide:hover .text {
  background-color: #56aa35f0;
}

@media (max-width: 900px) {
  main .QWtent6 {
    padding: 0 4%;
    padding-top: 0.8rem;
    padding-bottom: 1rem;
  }
}

main .QWtent7 {
  padding-top: 0.7rem;
  padding-bottom: 0.8rem;
  background-color: #f5f5f5;
}

main .QWtent7 .text1 {
  text-align: center;
}

main .QWtent7 .content {
  margin-top: 0.9rem;
  padding: 0 calc(160 / 1920 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

main .QWtent7 .content .item table {
  text-align: center;
  margin-right: 0.5rem;
}

main .QWtent7 .content .item td {
  line-height: 0.6rem;
  border: 1px solid #f4f4f4;
  background-color: #fff;
  min-width: 1.4rem;
}

main .QWtent7 .content .item .ta1 {
  background-color: #56aa35;
  color: #fff;
  min-width: 1.9rem;
}

main .QWtent7 .content .imgBox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

main .QWtent7 .content .imgBox img {
  width: 100%;
}

@media (max-width: 900px) {
  main .QWtent7 .content {
    padding: 0 4%;
  }
}

@media (max-width: 700px) {
  main .QWtent7 .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  main .QWtent7 .content .item {
    width: 100%;
    overflow: auto;
  }

  main .QWtent7 .content .item table {
    width: 100%;
  }

  main .QWtent7 .content .imgBox {
    margin-top: 0.2rem;
  }
}

main .QWtent8 {
  padding: 0 calc(160 / 1920 * 100%);
  padding-top: 0.75rem;
  padding-bottom: 1rem;
}

main .QWtent8 .text1 {
  text-align: center;
}

main .QWtent8 .tableBox {
  margin-top: 0.5rem;
  background-color: #f4f4f4;
  border-radius: 10px;
  overflow: hidden;
}

main .QWtent8 .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333333;
}

main .QWtent8 .tag .item {
  width: 25%;
  text-align: center;
  line-height: 0.7rem;
  border-bottom: 1px solid #e4e4e4;
}

@media (max-width: 500px) {
  main .QWtent8 .tag .item {
    font-size: 12px;
  }
}

main .QWtent8 .tag .avtive {
  background-color: #56aa35;
  color: #fff;
  position: relative;
  font-weight: bold;
}

main .QWtent8 .tag .avtive::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 5px solid #56aa35;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}

main .QWtent8 .taBox {
  padding: calc(60 / 1600 * 100%);
}

main .QWtent8 .taBox .imgY {
  display: none;
}

main .QWtent8 .taBox .imgN {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: calc(13 / 1460 * 100%);
  padding-bottom: calc(26 / 1460 * 100%);
}

main .QWtent8 .taBox .imgN .img1 {
  /*width: calc(900 / 1460 * 100%);*/
}

main .QWtent8 .taBox .imgN .img2 {
  width: calc(500 / 1460 * 100%);
}

@media (max-width: 900px) {
  main .QWtent8 .taBox .imgN {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  main .QWtent8 .taBox .imgN .img1,
  main .QWtent8 .taBox .imgN .img2 {
    width: 95%;
  }
}

@media (max-width: 900px) {
  main .QWtent8 {
    padding: 0 4%;
    padding-top: 0.75rem;
    padding-bottom: 1rem;
  }
}

main .QWtent9 {
  padding: 0 calc(160 / 1920 * 100%);
  padding-top: 0.75rem;
  padding-bottom: 1rem;
  background-color: #f5f5f5;
}

main .QWtent9 .text1 {
  text-align: center;
}

main .QWtent9 .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}

main .QWtent9 .item {
  width: calc(378 / 1600 * 100%);
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  padding: 0.4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: calc(29 / 1600 * 100%);
}

main .QWtent9 .item:nth-child(1) {
  margin-left: 0;
}

main .QWtent9 .item img {
  width: 0.95rem;
}

main .QWtent9 .item .h1 {
  margin: 0.2rem 0;
  font-weight: bold;
}

main .QWtent9 .item .pBox {
  line-height: 2;
}

@media (max-width: 900px) {
  main .QWtent9 .item {
    width: 48%;
    margin-left: 4% !important;
    margin-top: 4%;
  }

  main .QWtent9 .item:nth-child(2n+1) {
    margin-left: 0 !important;
  }
}

@media (max-width: 450px) {
  main .QWtent9 .item {
    width: 100%;
    margin-left: 0% !important;
    margin-top: 4%;
  }
}

@media (max-width: 900px) {
  main .QWtent9 {
    padding: 0 4%;
    padding-top: 0.75rem;
    padding-bottom: 1rem;
  }
}

main .QWtent10 {
  padding: 0 calc(160 / 1920 * 100%);
  padding-top: 0.75rem;
  padding-bottom: 1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

main .QWtent10 .text {
  text-align: center;
  color: #fff;
}

main .QWtent10 .text .p2 {
  margin-top: 0.25rem;
}

main .QWtent10 .QWprogramme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.5rem;
  border-radius: 10px;
  overflow: hidden;
}

main .QWtent10 .QWprogramme .left {
  background: #ffffff00;
  margin-right: calc(40 / 1920 * 100%);
  border-radius: 10px;
  padding-right: 10px;
  overflow: hidden;
}

main .QWtent10 .QWprogramme .tag {
  padding: 0.25rem 0;
  padding-left: 0.65rem;
  padding-right: 0.3rem;
  background-color: #ffffff;
}

main .QWtent10 .QWprogramme .onTag {
  background-color: #116936;
  color: #fff;
  position: relative;
}

main .QWtent10 .QWprogramme .onTag::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #116936;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

main .QWtent10 .QWprogramme .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: calc(90 / 1600 * 100%);
  padding-right: calc(127 / 1600 * 100%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  overflow: hidden;
  display: none;
}

main .QWtent10 .QWprogramme .onright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .QWtent10 .QWprogramme .rt1 {
  width: calc(455 / 1270 * 100%);
  text-align: left;
}

main .QWtent10 .QWprogramme .rt1 .p1 {
  margin-bottom: 0.5rem;
  position: relative;
}

main .QWtent10 .QWprogramme .rt1 .p2 {
  line-height: calc(30 / 16 * 1em);
}

main .QWtent10 .QWprogramme .rtBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(535 / 1060 * 100%);
}

main .QWtent10 .QWprogramme .rt2 {
  width: 100%;
  padding-bottom: calc(260 / 535 * 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* background-color: #f3f3f3; */
  border-radius: 10px;
  overflow: hidden;
  /* padding: 0.58rem 0; */
}

main .QWtent10 .QWprogramme .rt2 .img2 {
  width: calc(244 / 385 * 100%);
  margin: 0 auto;
}

@media (max-width: 900px) {
  main .QWtent10 .QWprogramme .left {
    padding-right: 0;
    border-radius: 0;
    overflow: initial;
    margin-right: 1px;
    background-color: #fff;
  }

  main .QWtent10 .QWprogramme .right {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.6rem;
    border-radius: 0;
  }

  main .QWtent10 .QWprogramme .rtBox {
    width: 47%;
    display: block;
    margin-top: 0.2rem;
  }

  main .QWtent10 .QWprogramme .rt1 {
    width: 47%;
  }

  main .QWtent10 .QWprogramme .rt2 {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}

@media (max-width: 600px) {
  main .QWtent10 .QWprogramme .tag {
    padding: 0.48rem 0.2rem;
  }

  main .QWtent10 .QWprogramme .right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0.6rem;
    overflow: auto;
  }

  main .QWtent10 .QWprogramme .rtBox {
    width: 100%;
    display: block;
  }

  main .QWtent10 .QWprogramme .rt1 {
    width: 100%;
  }

  main .QWtent10 .QWprogramme .rt2 {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}

@media (max-width: 900px) {
  main .QWtent10 {
    padding: 0 4%;
    padding-top: 0.75rem;
    padding-bottom: 1rem;
  }
}

main .QWtent11 {
  padding: 0 calc(160 / 1920 * 100%);
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}

main .QWtent11 .text {
  text-align: center;
  margin-bottom: 0.6rem;
}

main .QWtent11 .tablein {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .QWtent11 .tablein .inpBox {
  width: 50%;
  padding: 0.6rem 0.5rem;
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: calc(40 / 1400 * 100%);
}

main .QWtent11 .tablein .inpBox .inp1 {
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.3rem;
}

main .QWtent11 .tablein .inpBox .inp1 img {
  height: 0.22rem;
  margin: 0 0.2rem;
}

main .QWtent11 .tablein .inpBox .inp1 input {
  border: none;
}

main .QWtent11 .tablein .inpBox .inp2 {
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0.4rem;
  height: 1.17rem;
  padding-top: 0.17rem;
}

main .QWtent11 .tablein .inpBox .inp2 img {
  height: 0.22rem;
  margin: 0 0.2rem;
}

main .QWtent11 .tablein .inpBox .inp2 textarea {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: none;
}

main .QWtent11 .tablein .inpBox .bthBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

main .QWtent11 .tablein .inpBox .bth {
  background-color: #56aa35;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  padding: 0.07rem 0;
  padding-left: 0.35rem;
  padding-right: 0.07rem;
  border-radius: 25px;
  -webkit-box-shadow: 6px 5px 13px 0px rgba(86, 170, 53, 0.34);
  box-shadow: 6px 5px 13px 0px rgba(86, 170, 53, 0.34);
}

main .QWtent11 .tablein .inpBox .bth .ALicon3 {
  width: 0.36rem;
  margin: 0;
  margin-left: 0.3rem;
}

main .QWtent11 .tablein .inpBox .phoneBox {
  height: 0.5rem;
}

main .QWtent11 .tablein .inpBox .ALbanner6 {
  height: 1.15rem;
}

main .QWtent11 .pos {
  width: 50%;
}

@media (max-width: 900px) {
  main .QWtent11 {
    padding: 0 4%;
    padding-top: 0.8rem;
    padding-bottom: 1rem;
  }

  main .QWtent11 .tablein {
    width: 100%;
    display: block !important;
  }

  main .QWtent11 .tablein .inpBox {
    width: 100%;
  }

  main .QWtent11 .tablein .inpBox .inp1 {
    width: 100%;
  }

  main .QWtent11 .tablein .inpBox .inp2 {
    width: 100%;
  }

  main .QWtent11 .pos {
    width: 100%;
  }
}

main .QWswiper5 {
  padding-top: 0.8rem;
  background-color: #f7f7f7;
}

main .QWswiper5 .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.6rem;
}

main .QWswiper5 .t1 {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.2rem;
  position: relative;
  display: inline-block;
  z-index: 2;
}

main .QWswiper5 .t1::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background-color: #a5d398;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  -webkit-transform: translate(25%, -50%);
  transform: translate(25%, -50%);
  z-index: -1;
}

main .QWswiper5 .swiperBox5 {
  position: relative;
  padding-bottom: 0.3rem;
}

main .QWswiper5 .swiper-container5 {
  margin: 0 calc(160 / 1920 * 100%);
  padding: 0 2px;
}

main .QWswiper5 .swiper-slide {
  border-radius: 10px;
  /* border: solid 1px #e5e5e5; */
  background: #fff;
  height: auto;
  display: flex;
  flex-direction: column;
}

main .QWswiper5 .swiper-slide:hover .text .p {
  text-align: left;
}

main .QWswiper5 .swiper-slide:hover .text .p2 {
  color: #56aa35;
  font-weight: bold;
}

main .QWswiper5 .swiper-slide:hover .text img {
  display: block;
}

main .QWswiper5 .imgBox {
  margin: 0.45rem 0.9rem;
  margin-bottom: 0;
  padding-bottom: 0.45rem;
  display: flex;
  align-items: center;
}

main .QWswiper5 .imgBox img {
  width: 100%;
}

main .QWswiper5 .text {
  border-top: solid 1px #cedbc1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0.4rem;
}

main .QWswiper5 .text .p {
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

main .QWswiper5 .text .p1 {
  color: #444444;
  padding-top: 0.3rem;
  padding-bottom: 0.08rem;
}

main .QWswiper5 .text .p2 {
  padding-bottom: 0.3rem;
}

main .QWswiper5 .text img {
  width: 0.48rem;
  display: none;
}

main .QWswiper5 .bthBox {
  width: 92%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

main .QWswiper5 .bthBox .img1 {
  display: none;
}

main .QWswiper5 .bthBox .img2 {
  display: block;
}

main .QWswiper5 .bthBox .swiperL3,
main .QWswiper5 .bthBox .swiperR3 {
  width: 0.48rem;
}

main .QWswiper5 .bthBox .swiperL3:hover .img1,
main .QWswiper5 .bthBox .swiperR3:hover .img1 {
  display: block;
}

main .QWswiper5 .bthBox .swiperL3:hover .img2,
main .QWswiper5 .bthBox .swiperR3:hover .img2 {
  display: none;
}

main .ZJtent1 {
  padding-bottom: 1rem;
}

main .ZJtent1 .text {
  text-align: center;
}

main .ZJtent1 .p1 {
  margin-bottom: 0.2rem;
}

main .ZJtent1 .content {
  margin: 0 calc(160 / 1920 * 100%);
  margin-top: 0.5rem;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

main .ZJtent1 .content .item1 {
  background-color: #f4f4f4;
  width: calc(300 / 1600 * 100%);
  border-radius: 10px;
  overflow: hidden;
  padding: calc(35 / 1600 * 100%);
  padding-top: 0.6rem;
  padding-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

main .ZJtent1 .content .item1:hover {
  color: #fff;
  background-color: #56aa35;
}

main .ZJtent1 .content .item1:hover .img1 {
  display: none;
}

main .ZJtent1 .content .item1:hover .img2 {
  display: block;
  width: calc(94 / 230 * 100%);
  margin-bottom: 0.7rem;
}

main .ZJtent1 .content .item1 .img1 {
  width: calc(94 / 230 * 100%);
  margin-bottom: 0.7rem;
}

main .ZJtent1 .content .item1 .img2 {
  display: none;
}

main .ZJtent1 .content .item1 .p1 {
  margin-bottom: 0.2rem;
}

main .ZJtent1 .content .item1 .p2 {
  margin-bottom: 0.6rem;
}

main .ZJtent1 .content .item1 .sum {
  color: #dddddd;
}

main .ZJtent1 .content .item2 {
  width: calc(402 / 1600 * 100%);
}

main .ZJtent1 .content .item2 .it1 {
  height: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f4f4f4;
  padding: 0 calc(35 / 332 * 100%);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

main .ZJtent1 .content .item2 .it1:hover {
  color: #fff;
  background-color: #56aa35;
}

main .ZJtent1 .content .item2 .it1:hover .img1 {
  display: none;
}

main .ZJtent1 .content .item2 .it1:hover .img2 {
  display: block;
  width: calc(94 / 332 * 100%);
  margin-right: calc(30 / 332 * 100%);
}

main .ZJtent1 .content .item2 .it1 .img1 {
  width: calc(94 / 332 * 100%);
  margin-right: calc(30 / 332 * 100%);
}

main .ZJtent1 .content .item2 .it1 .img2 {
  display: none;
}

main .ZJtent1 .content .item2 .it1:nth-child(1) {
  margin-bottom: 4%;
}

main .ZJtent1 .content .item2 .it1 .p3 {
  margin-bottom: 0.15rem;
}

main .ZJtent1 .content .item2 .it1 .p4 {
  line-height: calc(26 / 16 * 1em);
}

main .ZJtent1 .content .item2 .img2 {
  width: calc(94 / 332 * 100%);
  margin-right: calc(30 / 332 * 100%);
}

main .ZJtent1 .content .item2 .sum {
  position: absolute;
  bottom: calc(30 / 332 * 100%);
  right: calc(30 / 332 * 100%);
  color: #dddddd;
}

@media (max-width: 1400px) {

  main .ZJtent1 .content .item1,
  main .ZJtent1 .content .item2 {
    width: 48%;
    margin-top: 0.2rem;
  }

  main .ZJtent1 .content .item1 .it1,
  main .ZJtent1 .content .item2 .it1 {
    padding: 0.5rem calc(35 / 332 * 100%);
  }
}

@media (max-width: 550px) {

  main .ZJtent1 .content .item1,
  main .ZJtent1 .content .item2 {
    width: 100%;
    margin-top: 4%;
  }

  main .ZJtent1 .content .item1 {
    flex-direction: row;
    padding: 0.5rem calc(35 / 332 * 100%);
    position: relative;
  }

  main .ZJtent1 .content .item1 .img1 {
    width: calc(94 / 332 * 100%);
    margin-right: calc(30 / 332 * 100%);
    margin-bottom: 0;
  }

  main .ZJtent1 .content .item1 .p1 {
    text-align: left;
    margin-bottom: 0.15rem;
  }

  main .ZJtent1 .content .item1 .p2 {
    margin-bottom: 0;
    line-height: calc(26 / 16 * 1em);
    text-align: left;
  }

  main .ZJtent1 .content .item1 .sum {
    position: absolute;
    bottom: calc(30 / 332 * 100%);
    right: calc(30 / 332 * 100%);
    color: #dddddd;
  }

  main .ZJtent1 .content .item1 .it1,
  main .ZJtent1 .content .item2 .it1 {
    padding: 0.5rem calc(35 / 332 * 100%);
  }
}

@media (max-width: 900px) {
  main .ZJtent1 .content {
    margin: 0 4%;
    margin-top: 0.5rem;
  }
}

main .ZJtent2 {
  padding-top: 0.8rem;
  padding-bottom: 1rem;
  background-color: #f4f4f4;
}

main .ZJtent2 .text {
  text-align: center;
}

main .ZJtent2 .p1 {
  margin-bottom: 0.2rem;
}

main .ZJtent2 .content {
  margin: 0 calc(160 / 1920 * 100%);
  margin-top: 0.5rem;
  background-color: #ffffff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

main .ZJtent2 .content .item1 {
  width: calc(400 / 1600 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 calc(60 / 1600 * 100%);
}

main .ZJtent2 .content .item1 .img1 {
  width: 100%;
}

main .ZJtent2 .content .itemBox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 5.4rem;
  overflow: auto;
  padding: 0.4rem 0;
  padding-right: calc(60 / 1600 * 100%);
}

main .ZJtent2 .content .itemBox::-webkit-scrollbar {
  width: 8px;
}

main .ZJtent2 .content .itemBox::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #e3e3e3;
}

main .ZJtent2 .content .itemBox::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #56aa35;
}

main .ZJtent2 .content .item2 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .ZJtent2 .content .item2 .it1 {
  width: calc(300 / 1020 * 100%);
  margin-left: calc(40 / 1020 * 100%);
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding-bottom: 0.1rem;
}

main .ZJtent2 .content .item2 .it1:nth-child(1) {
  margin-left: 0;
}

main .ZJtent2 .content .item2 .img2 {
  width: 100%;
  padding-bottom: calc(200 / 300 * 100%);
  margin-right: calc(30 / 332 * 100%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  overflow: hidden;
}

main .ZJtent2 .content .item2 p {
  line-height: 3;
}

@media (max-width: 550px) {
  main .ZJtent2 .content .itemBox {
    padding: 0.1rem calc(40 / 1020 * 100%);
  }

  main .ZJtent2 .content .item1,
  main .ZJtent2 .content .item2 {
    width: 100%;
    margin-top: 4%;
  }
}

@media (max-width: 900px) {
  main .ZJtent2 .content {
    margin: 0 4%;
    margin-top: 0.5rem;
  }
}

main .ZJtent3 {
  padding-top: 0.8rem;
  padding-bottom: 1rem;
}

main .ZJtent3 .text {
  text-align: center;
}

main .ZJtent3 .p1 {
  margin-bottom: 0.2rem;
}

main .ZJtent3 .tableBox {
  padding: 0 calc(160 / 1920 * 100%);
  width: 100%;
  margin-top: 0.4rem;
}

main .ZJtent3 .tableBox img {
  width: 100%;
}

main .ZJtent4 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0.8rem 0;
}

main .ZJtent4 .p1 {
  text-align: center;
  color: #fff;
}

main .ZJtent4 .content {
  padding: 0 calc(160 / 1920 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0.6rem;
}

main .ZJtent4 .content .left {
  width: calc(780 / 1600 * 100%);
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
}

main .ZJtent4 .content .left .p2 {
  line-height: 0.6rem;
  color: #5fa145;
  padding-left: calc(50 / 780 * 100%);
  border-bottom: 1px solid #ecf3f0;
}

main .ZJtent4 .content .left .BOX {
  padding: 0.45rem calc(60 / 780 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .ZJtent4 .content .left .imgBox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
  margin-right: calc(50 / 660 * 100%);
}

main .ZJtent4 .content .left .imgBox img {
  height: 2rem;
}

main .ZJtent4 .content .left .imgBox .p3 {
  margin-top: 0.15rem;
}

main .ZJtent4 .content .left .tableBox {
  width: calc(430 / 660 * 100%);
}

main .ZJtent4 .content .left .tableBox table {
  width: 100%;
  text-align: center;
}

main .ZJtent4 .content .left .tableBox table td {
  line-height: 0.5rem;
  border: 1px solid #fff;
}

main .ZJtent4 .content .left .tableBox table .td1 {
  background-color: #e5eeea;
}

main .ZJtent4 .content .left .tableBox table .td2 {
  background-color: #ecf3f0;
}

main .ZJtent4 .content .left .tableBox table .td3 {
  background-color: #f3f8f6;
}

@media (max-width: 900px) {
  main .ZJtent4 .content {
    padding: 0 4%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  main .ZJtent4 .content .left {
    width: 100%;
    margin-bottom: 0.5rem;
  }
}

main .ZJswoper {
  background-image: url(../images/CPbanner7.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0.77rem;
  padding-bottom: 0.8rem;
  width: 100%;
}

main .ZJswoper .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.65rem;
}

main .ZJswoper .t1 {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.2rem;
  position: relative;
  display: inline-block;
  z-index: 2;
}

main .ZJswoper .t1::after {
  content: "";
  width: 0.16rem;
  height: 0.16rem;
  background-color: #a5d398;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  -webkit-transform: translate(25%, -50%);
  transform: translate(25%, -50%);
  z-index: -1;
}

main .ZJswoper .swiper-container4Box {
  padding: 0 calc(160 / 1920 * 100%);
}

main .ZJswoper .swiper-container4 {
  overflow: hidden;
}

main .ZJswoper .swiper-container4 p {
  text-align: center;
  margin-top: 0.2rem;
  display: none;
}

main .ZJswoper .swiper-container4 .swiper-slide .imgBox {
  width: 100%;
  padding-bottom: calc(468 / 720 * 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}

main .ZJswoper .swiper-container4 .swiper-slide img {
  width: 100%;
}

main .ZJswoper .swiper-container4 .swiper-slide-active p {
  display: block;
}

main .ZJswoper .swiper-container4 .bthBox {
  width: calc(1050 / 1920 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

main .ZJswoper .swiper-container4 .bthBox .img1 {
  display: none;
}

main .ZJswoper .swiper-container4 .bthBox .img2 {
  display: block;
}

main .ZJswoper .swiper-container4 .bthBox .swiperL2:hover .img1,
main .ZJswoper .swiper-container4 .bthBox .swiperR2:hover .img1 {
  display: block;
}

main .ZJswoper .swiper-container4 .bthBox .swiperL2:hover .img2,
main .ZJswoper .swiper-container4 .bthBox .swiperR2:hover .img2 {
  display: none;
}

@media (max-width: 700px) {
  main .ZJswoper .swiper-container4 .bthBox {
    width: 94%;
    display: none;
  }
}

@media (max-width: 900px) {
  main {
    margin-top: 1rem;
  }
}

.message {
  width: 250px;
  border-radius: 10px;
  overflow: hidden;
  position: fixed;
  bottom: 50px;
  right: 0.2rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
}

.message .title {
  height: 50px;
  background-color: #4ea934;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 14px;
}

.message .title .TT {
  cursor: pointer;
}

.message .title .LYclose {
  cursor: pointer;
}

.message .iptBox {
  padding: 0 14px;
  padding-bottom: 0.34rem;
}

.message .iptBox .phone {
  text-align: center;
  margin: 0.1rem 0;
}

.message .iptBox .phone .p1 {
  font-size: 14px;
}

.message .iptBox .phone .p2 {
  color: #56aa35;
  font-weight: bold;
  font-size: 20px;
}

.message .iptBox input {
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #e5e5e5;
  height: 40px;
  width: 100%;
  margin-top: 0.1rem;
  padding-left: 14px;
}

.message .iptBox textarea {
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #e5e5e5;
  width: 100%;
  margin-top: 0.1rem;
  padding-left: 14px;
}

.message .iptBox .bth {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #4ea934;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  margin-top: 0.1rem;
  cursor: pointer;
  display: block;
}

.messageN {
  width: auto;
}

.messageN .title .LYclose {
  display: none;
}

@media (max-width:700px) {
  .message {
    display: none;
  }
}


.overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

/*弹出层相关*/
.c-btn {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  color: #fff;
  line-height: 1.43;
  text-align: center;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 6px 12px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.c-btn:hover {
  color: #fff;
}

.c-blue {
  background-color: #0d6efd;
  border: 1px solid #0d6efd;
}

.c-blue:hover {
  background-color: #0b5ed7;
  border-color: #0b5ed7;
}

.c-white {
  background-color: #fff;
  border: 1px solid #dee2e6;
  color: #666;
  transition: all .3s;
}

.c-white:hover,
.c-white:focus,
.c-white:active {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.hn-tip {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 987654321;
}

.hn-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 987654321;
  background-color: rgba(0, 0, 0, 0.1);
  transition: all .3s cubic-bezier(.25, .1, .25, 1);
}

.hn-tip .hn-mask {
  background-color: transparent;
}

.hn-msg {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 987654321;
  max-width: 500px;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  padding: 12px 25px;
  transition: all .3s cubic-bezier(.25, .1, .25, 1);
}

.hn-tip.show .hn-mask {
  visibility: visible;
  opacity: 1;
}

.hn-tip.show .hn-msg {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}

.hn-load {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 987654321;
}

.hn-load-cont {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 987654321;
  max-width: 500px;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  visibility: hidden;
  transition: all .3s cubic-bezier(.25, .1, .25, 1);
}

.hn-load-icon {
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background-image: url(../images/load.gif);
  background-repeat: no-repeat;
  background-position: 100% 100%;
}

.hn-load-title {
  font-size: 14px;
  color: #333;
  text-align: center;
  margin-top: 10px;
}

.hn-load.show .hn-mask {
  visibility: visible;
  opacity: 1;
}

.hn-load.show .hn-load-cont {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}

.hn-confirm {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 987654321;
  border-radius: 2px 2px 0 0;
}

.hn-confirm-dialog {
  width: auto;
  min-width: 300px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 987654321;
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  transition: transform .3s cubic-bezier(.25, .1, .25, 1), opacity .3s cubic-bezier(.25, .1, .25, 1);
}

.hn-confirm-title {
  padding: 0 80px 0 20px;
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  cursor: move;
  user-select: none;
}

.hn-confirm-cont {
  width: 100%;
  position: relative;
  padding: 20px;
  line-height: 24px;
  word-break: break-all;
  overflow: hidden;
  font-size: 14px;
}

.hn-confirm-btns {
  text-align: right;
  padding: 0 15px 12px;
  user-select: none;
  font-size: 0;
}

.hn-confirm-close {
  font-size: 16px;
  color: #666;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 46px;
  width: 46px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  transition: all .3s;
  user-select: none;
}

.hn-confirm-close:hover {
  opacity: 0.7;
}

.hn-confirm-btns .c-btn {
  margin-left: 10px;
}

.hn-confirm-btns .c-btn:first-child {
  margin-left: 0;
}

.hn-confirm.show .hn-mask {
  visibility: visible;
  opacity: 1;
}

.hn-confirm.show .hn-confirm-dialog {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.hn-html {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 987654321;
  border-radius: 2px 2px 0 0;
}

.hn-html-dialog {
  width: auto;
  min-width: 300px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 987654321;
  transform: scale(0.5);
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  transition: transform .3s cubic-bezier(.25, .1, .25, 1), opacity .3s cubic-bezier(.25, .1, .25, 1);
}

.hn-html-title {
  padding: 0 80px 0 10px;
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  cursor: move;
  user-select: none;
}

.hn-html-cont {
  width: 100%;
  position: relative;
  padding: 10px;
  line-height: 24px;
  word-break: break-all;
  overflow: auto;
  font-size: 14px;
}

.hn-html-close {
  font-size: 16px;
  color: #666;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 46px;
  width: 46px;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  transition: all .3s;
  user-select: none;
}

.hn-html-close:hover {
  opacity: 0.7;
}

.hn-html.show .hn-mask {
  visibility: visible;
  opacity: 1;
}

.hn-html.show .hn-html-dialog {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.boxxx {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 30px;
  z-index: 10;
  display: none;
}

.boxxx .boxxxx {
  padding: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.boxxx .boxxxx .p1 {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}

.boxxx .boxxxx .p2 {
  font-size: 16px;
  white-space: nowrap;
  line-height: 2;
}

.boxxx .boxxxx img {
  width: 50px;
  height: 50px;
}

.boxxx .boxxxx .close1 {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.wai {
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.129);
  display: none;
}

/* ==================================================== */
@media (max-width:700px) {
  .main1 .homeSwiper {
    height: 215px;
  }

  .main1 .homeSwiper .swiper-slide {
    height: auto;
  }

  .main1 .homeSwiper .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  .main2 .homeSwiper {
    height: 180px;
  }

  .main2 .homeSwiper .swiper-slide {
    height: auto;
  }

  .main2 .homeSwiper .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .main3 .homeSwiper {
    height: 260px;
  }
}

@media (min-width:700px) {
  .enlarge1 img {
    width: auto !important;
    display: block !important;
    margin: 0 auto !important;
  }
}