@charset "utf-8";
:root {
  --color: #00a26f;
  --vh: 100vh;
}
.social-share {
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.social-share * {
  font-family: "socialshare" !important;
}
.social-share .icon-tencent:before {
  content: "\f07a";
}
.social-share .icon-qq:before {
  content: "\f11a";
}
.social-share .icon-weibo:before {
  content: "\f12a";
}
.social-share .icon-wechat:before {
  content: "\f09a";
}
.social-share .icon-douban:before {
  content: "\f10a";
}
.social-share .icon-heart:before {
  content: "\f20a";
}
.social-share .icon-like:before {
  content: "\f00a";
}
.social-share .icon-qzone:before {
  content: "\f08a";
}
.social-share .icon-linkedin:before {
  content: "\f01a";
}
.social-share .icon-diandian:before {
  content: "\f05a";
}
.social-share .icon-facebook:before {
  content: "\f03a";
}
.social-share .icon-google:before {
  content: "\f04a";
}
.social-share .icon-twitter:before {
  content: "\f06a";
}
.social-share a {
  position: relative;
  text-decoration: none;
  margin: 4px;
  display: inline-block;
  outline: none;
}
.social-share .social-share-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 20px;
  border-radius: 50%;
  line-height: 32px;
  border: 1px solid #666;
  color: #666;
  text-align: center;
  vertical-align: middle;
  transition: background 0.6s ease-out 0s;
}
.social-share .social-share-icon:hover {
  background: #666;
  color: #fff;
}
.social-share .icon-weibo {
  color: #ff763b;
  border-color: #ff763b;
}
.social-share .icon-weibo:hover {
  background: #ff763b;
}
.social-share .icon-tencent {
  color: #56b6e7;
  border-color: #56b6e7;
}
.social-share .icon-tencent:hover {
  background: #56b6e7;
}
.social-share .icon-qq {
  color: #56b6e7;
  border-color: #56b6e7;
}
.social-share .icon-qq:hover {
  background: #56b6e7;
}
.social-share .icon-qzone {
  color: #FDBE3D;
  border-color: #FDBE3D;
}
.social-share .icon-qzone:hover {
  background: #FDBE3D;
}
.social-share .icon-douban {
  color: #33b045;
  border-color: #33b045;
}
.social-share .icon-douban:hover {
  background: #33b045;
}
.social-share .icon-linkedin {
  color: #0077B5;
  border-color: #0077B5;
}
.social-share .icon-linkedin:hover {
  background: #0077B5;
}
.social-share .icon-facebook {
  color: #44619D;
  border-color: #44619D;
}
.social-share .icon-facebook:hover {
  background: #44619D;
}
.social-share .icon-google {
  color: #db4437;
  border-color: #db4437;
}
.social-share .icon-google:hover {
  background: #db4437;
}
.social-share .icon-twitter {
  color: #55acee;
  border-color: #55acee;
}
.social-share .icon-twitter:hover {
  background: #55acee;
}
.social-share .icon-diandian {
  color: #307DCA;
  border-color: #307DCA;
}
.social-share .icon-diandian:hover {
  background: #307DCA;
}
.social-share .icon-wechat {
  position: relative;
  color: #7bc549;
  border-color: #7bc549;
}
.social-share .icon-wechat:hover {
  background: #7bc549;
}
.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -205px;
  left: -84px;
  width: 200px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -84px;
}
.social-share .icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}
.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}
.social-share .icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}
.social-share .icon-wechat:hover .wechat-qrcode {
  display: block;
}
.textflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.textflow2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.textflow3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.textflow4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.textflow5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}
.textflow6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
}
.textflow7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  line-clamp: 7;
  -webkit-box-orient: vertical;
}
.textflow8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  line-clamp: 8;
  -webkit-box-orient: vertical;
}
.textflow9 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  line-clamp: 9;
  -webkit-box-orient: vertical;
}
.textflow10 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  line-clamp: 10;
  -webkit-box-orient: vertical;
}
.font-b {
  font-weight: bold;
}
.container.container1280 {
  max-width: 1280px;
}
.nav-banner {
  position: relative;
  mask-image: url(../images/zimg8.png);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
}
.nav-banner .img::before {
  padding-top: 53.54166667%;
}
@media (max-width: 991px) {
  .nav-banner .img::before {
    padding-top: 100%;
  }
}
.nav-banner .img img {
  transition: all 0s;
}
.nav-banner .img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.nav-banner .container {
  z-index: 3;
  position: absolute;
  left: 50%;
  bottom: 23.3463035%;
  transform: translateX(-50%);
}
.nav-banner .container .cn0 {
  color: #feeab4;
  line-height: 1.5;
  margin-bottom: 0.3rem;
}
.nav-banner .container .cn1 {
  color: #Fff;
  line-height: 1.2;
}
.nav-banner .container .public-nav {
  margin-top: 0.3rem;
}
.nav-banner .container .icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.5rem;
  height: 0.5rem;
  background-color: #Fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  cursor: pointer;
}
@media (max-width: 991px) {
  .nav-banner .container .icon {
    display: none;
  }
}
.nav-banner .container .icon svg path {
  fill: #333 !important;
  opacity: 1;
  stroke: none;
  transition: all 0.5s;
}
.nav-banner .container .icon:hover {
  background-color: var(--color);
}
.nav-banner .container .icon:hover svg path {
  fill: #Fff !important;
}
.public-nav {
  display: flex;
  flex-wrap: wrap;
}
.public-nav a {
  line-height: 1.71428571;
  color: #999999;
}
.public-nav a:last-child {
  color: #Fff;
}
.public-nav span {
  color: #999;
  margin: 0 0.1rem;
  line-height: 1.71428571;
}
.public-nav.public-navblack a:last-child {
  color: #333333;
}
.public-cate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.public-cate .pcn1 {
  margin: 0.2rem 0;
  color: #333333;
  line-height: 1.2;
}
.public-choice {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .public-choice {
    width: 100%;
    justify-content: space-between;
  }
}
.public-choice .pbox {
  width: 2.6rem;
  position: relative;
  margin: 0.2rem 0 0.2rem 0.2rem;
}
@media (max-width: 991px) {
  .public-choice .pbox {
    width: calc(50% - 0.1rem);
    margin: 0.1rem 0;
  }
}
@media (max-width: 991px) {
  .public-choice .pbox.pbox2 {
    width: 100%;
    margin: 0.2rem 0;
  }
}
.public-choice .pbox .layui-input,
.public-choice .pbox .layui-select,
.public-choice .pbox .layui-textarea {
  height: auto;
  border: solid 1px #b6b6b6 !important;
  box-shadow: initial !important;
  border-radius: 0.5rem;
  padding: 0.15rem 0.2rem;
  color: #000000;
}
@media (max-width: 991px) {
  .public-choice .pbox .layui-input,
  .public-choice .pbox .layui-select,
  .public-choice .pbox .layui-textarea {
    padding: 0.2rem;
  }
}
.public-choice .pbox .layui-input::placeholder,
.public-choice .pbox .layui-select::placeholder,
.public-choice .pbox .layui-textarea::placeholder {
  color: #000;
}
.public-choice .pbox .layui-edge {
  border-top-color: #000;
}
.public-choice .pbox .search {
  width: 100%;
  height: auto;
  border: solid 1px #b6b6b6 !important;
  box-shadow: initial !important;
  border-radius: 0.5rem;
  padding: 0.15rem 0.5rem 0.15rem 0.2rem;
  color: #000000;
}
@media (max-width: 991px) {
  .public-choice .pbox .search {
    padding: 0.2rem 0.5rem 0.2rem 0.2rem;
  }
}
.public-choice .pbox .search::placeholder {
  color: #000;
}
.public-choice .pbox button {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.21rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .public-choice .pbox button {
    width: 0.3rem;
  }
}
.public-box {
  padding: 1.55rem 0 1.75rem;
  background-color: #fff;
  position: relative;
}
.public-box .hi-pagination5 {
  margin-top: 0.75rem;
}
.public-news-lsit {
  display: flex;
  flex-wrap: wrap;
  margin: 0.2rem -0.2rem;
}
.public-news-lsit .pbox {
  width: calc(100% / 3);
  padding: 0 0.2rem;
  margin-top: 0.4rem;
}
@media (max-width: 991px) {
  .public-news-lsit .pbox {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .public-news-lsit .pbox {
    width: 100%;
  }
}
.public-news-lsit .pbox .pbox2 {
  display: block;
  border-radius: 0.12rem;
  border: 1px solid #dfdfdf;
  padding: 0.3rem;
}
.public-news-lsit .pbox .pbox2 .pimg {
  border-radius: 0.08rem;
}
.public-news-lsit .pbox .pbox2 .pimg::before {
  padding-top: 76.47058824%;
}
.public-news-lsit .pbox .pbox2:hover .pimg img {
  transform: scale(1.05);
}
.public-news-lsit .pbox .pbox2:hover .pcn3 {
  color: var(--color);
}
.public-news-lsit .pbox .pbox3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0.26rem 0 0.2rem;
}
.public-news-lsit .pbox .pbox3 .pcn1 {
  color: #999999;
}
.public-news-lsit .pbox .pbox3 .pcn2 {
  min-width: 1.2rem;
  padding: 0.05rem 0.1rem;
  border-radius: 0.3rem;
  border: 1px solid #ccc;
  color: #999999;
  max-width: 50%;
  text-align: center;
}
.public-news-lsit .pbox .pcn3 {
  margin-top: 0.2rem;
  color: #333333;
  line-height: 1.45454545;
  transition: all 0.5s;
}
.hi-pagination5 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  color: #999999;
}
.hi-pagination5 a {
  margin: 0.05rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.05rem;
  min-width: 0.54rem;
  height: 0.54rem;
  text-align: center;
  border-radius: 50%;
  color: #999999;
  transition: 0.5s;
  border: 1px solid #efefef;
}
@media (max-width: 1580px) {
  .hi-pagination5 a {
    height: 42px;
    min-width: 42px;
  }
}
@media (max-width: 767px) {
  .hi-pagination5 a {
    min-width: 36px;
    height: 36px;
  }
}
.hi-pagination5 a:hover,
.hi-pagination5 a.on {
  color: #fff;
  background-color: var(--color);
}
.hi-pagination5 .c-prev img,
.hi-pagination5 .c-next img,
.hi-pagination5 .c-prev svg,
.hi-pagination5 .c-next svg {
  width: 12px;
  height: 12px;
}
@media (max-width: 767px) {
  .hi-pagination5 .c-prev img,
  .hi-pagination5 .c-next img,
  .hi-pagination5 .c-prev svg,
  .hi-pagination5 .c-next svg {
    width: 10px;
    height: 10px;
  }
}
.hi-pagination5 .c-prev img path,
.hi-pagination5 .c-next img path,
.hi-pagination5 .c-prev svg path,
.hi-pagination5 .c-next svg path {
  fill: var(--color);
}
.hi-pagination5 .c-prev:hover,
.hi-pagination5 .c-next:hover {
  color: #fff;
  background-color: var(--color);
}
.hi-pagination5 .c-prev:hover svg path,
.hi-pagination5 .c-next:hover svg path {
  fill: #fff;
}
.hi-pagination5 .c-prev {
  transform: rotate(180deg);
}
.news-info1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.2rem;
}
.news-info1 .ptitle {
  display: flex;
  flex-wrap: wrap;
}
.news-info1 .ptitle .cn1 {
  color: #666;
  margin-right: 0.25rem;
}
@media (max-width: 991px) {
  .news-info1 .ptitle .cn1:nth-child(2) {
    display: none;
  }
  .news-info1 .ptitle .cn1:last-child {
    display: none;
  }
}
.psharebox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.psharebox .cn2 {
  color: #666666;
}
.psharebox .cn3c {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.psharebox .cn3c a {
  width: 24px;
  height: 24px;
  background-color: transparent !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 0.2rem;
}
@media (max-width: 991px) {
  .psharebox .cn3c a {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.psharebox .cn3c a::before {
  display: none;
}
.psharebox .cn3c a svg {
  width: 100%;
  height: 100%;
  background-color: transparent !important;
}
.psharebox .cn3c a svg path {
  fill: #999999 !important;
  opacity: 1;
  stroke: none;
}
.psharebox .cn3c a:hover svg path {
  fill: var(--color) !important;
}
.news-info2 {
  color: #666666 !important;
  line-height: 1.75 !important;
  padding-bottom: 0.45rem;
  padding-top: 0.3rem;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.news-info3 .cn5 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.4rem;
}
.news-info3 .cn5 .cn5a {
  max-width: 30%;
  display: flex;
  align-items: center;
  color: #666666;
  line-height: 1.625em;
  transition: all 0.5s;
}
.news-info3 .cn5 .cn5a span {
  margin-right: 0.1rem;
  width: 22px;
  height: 22px;
  border: 1px solid #555;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.5s;
}
.news-info3 .cn5 .cn5a svg path {
  transition: all 0.5s;
  fill: #666;
  opacity: 1;
  stroke: none;
}
.news-info3 .cn5 .cn5a:last-child {
  flex-direction: row-reverse;
}
.news-info3 .cn5 .cn5a:last-child span {
  margin-left: 0.1rem;
  margin-right: 0;
}
.news-info3 .cn5 .cn5a:last-child svg {
  transform: rotate(180deg);
}
.news-info3 .cn5 .cn5a:hover {
  color: var(--color);
}
.news-info3 .cn5 .cn5a:hover span {
  background-color: var(--color);
  border-color: var(--color);
}
.news-info3 .cn5 .cn5a:hover svg path {
  fill: #Fff !important;
}
.news-info3 .cn5 .cn5b {
  display: flex;
  align-items: center;
  color: #666666;
  line-height: 1.625em;
  transition: all 0.5s;
  flex-direction: row-reverse;
}
.news-info3 .cn5 .cn5b svg {
  width: 16px;
  height: 16px;
  margin-left: 0.1rem;
}
.news-info3 .cn5 .cn5b svg path {
  fill: #666;
  opacity: 1;
  stroke: none;
  transition: all 0.5s;
}
.news-info3 .cn5 .cn5b:hover {
  color: var(--color);
}
.news-info3 .cn5 .cn5b:hover svg path {
  fill: var(--color);
}
.news-info4 {
  overflow: hidden;
  margin-top: 1.6rem;
}
.news-info4 .cn1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-info4 .cn1 .cn2 {
  color: #333333;
}
.news-info4 .cn1 .g_qie {
  display: flex;
  align-items: center;
  position: relative;
}
.news-info4 .cn1 .g_qie .pub_nav {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  transform: initial;
  width: 0.6rem;
  height: 0.6rem;
}
@media (max-width: 991px) {
  .news-info4 .cn1 .g_qie .pub_nav {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.news-info4 .cn1 .g_qie .pub_next {
  margin-left: 0.16rem;
}
.swiper-news-info {
  margin-top: 0.6rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .swiper-news-info {
    overflow: initial;
  }
}
.swiper-news-info .swiper-slide .pbox .pimg {
  border-radius: 0.08rem;
}
.swiper-news-info .swiper-slide .pbox .pimg::before {
  padding-top: 75%;
}
.swiper-news-info .swiper-slide .pbox .text {
  margin-top: 0.3rem;
  color: #333333;
  line-height: 1.36363636;
}
.contact-box1 {
  display: flex;
  flex-wrap: wrap;
}
.contact-box1 .left {
  width: 66.40625%;
  padding-right: 0.3rem;
}
@media (max-width: 991px) {
  .contact-box1 .left {
    width: 100%;
  }
}
.contact-box1 .left .pcn1 {
  color: #333333;
  line-height: 1.2;
}
.contact-box1 .left .pcn2 {
  margin-top: 0.2rem;
  color: #666666;
  line-height: 1.33333333;
  max-width: 440px;
}
.contact-box1 .right {
  width: 33.59375%;
  padding-right: 0.3rem;
}
@media (max-width: 991px) {
  .contact-box1 .right {
    width: 100%;
    margin-top: 0.6rem;
  }
}
.contact-box1 .right .pcn3 {
  color: #666666;
  line-height: 1.71428571;
}
.contact-box1 .right .pcn4 {
  color: #333333;
  line-height: 1.41666667;
}
.contact-box2 {
  margin-top: 0.8rem;
}
.contact-box2 .contact-box2a {
  width: 71.875%;
  margin: 0 0 0 auto;
}
@media (max-width: 991px) {
  .contact-box2 .contact-box2a {
    width: 100%;
  }
}
.contact-box2 .contact-box2a .img {
  border-radius: 0.4rem;
}
.contact-box2 .contact-box2a .img::before {
  padding-top: 54.34782609%;
}
.contact-box2 .contact-box2a .pcn1 {
  margin-top: 0.75rem;
  color: #333333;
  line-height: 1.2;
}
.publicformbox {
  margin-top: 0.25rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.publicformbox .pbox {
  margin-top: 0.2rem;
  width: calc(50% - 0.1rem);
  position: relative;
}
@media (max-width: 767px) {
  .publicformbox .pbox {
    width: 100%;
  }
}
.publicformbox .pbox.pboxtextarea {
  width: 100%;
}
.publicformbox .pbox.pboxtextarea .search {
  height: 1.1rem;
}
.publicformbox .pbox span {
  color: #950000;
  position: absolute;
  right: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
}
.publicformbox .pbox .layui-edge {
  right: 0.2rem;
}
.publicformbox .pbox .layui-input,
.publicformbox .pbox .layui-textarea {
  width: 100%;
  height: auto;
  border: transparent !important;
  box-shadow: initial !important;
  background-color: #f8fafc;
  border-radius: 0.06rem;
  padding: 0.2rem 0.5rem 0.2rem 0.2rem;
  color: #999999;
}
.publicformbox .pbox .layui-input::placeholder,
.publicformbox .pbox .layui-textarea::placeholder {
  color: #999999;
}
.publicformbox .pbox .search {
  width: 100%;
  height: auto;
  border: transparent !important;
  box-shadow: initial !important;
  background-color: #f8fafc;
  border-radius: 0.06rem;
  padding: 0.2rem 0.5rem 0.2rem 0.2rem;
  color: #999999;
}
.publicformbox .pbox .search::placeholder {
  color: #999999;
}
.publicformbox .tips {
  margin-top: 0.15rem;
  width: 100%;
  color: #999;
  line-height: 1.625;
}
.publicformbox .tips a {
  color: var(--color);
}
.publicformbox .button {
  margin-top: 0.25rem;
}
.publicformbox .button button {
  border-radius: 0.5rem;
  background-color: var(--color);
  padding: 0.2rem 0.45rem;
  display: flex;
  align-items: center;
  color: #Fff;
}
.publicformbox .button button img {
  margin-right: 0.1rem;
  transition: all 0.5s;
}
.publicformbox .button button:hover img {
  transform: rotate(45deg);
}
.about-box1 {
  padding: 1.4rem 0 1.6rem;
  position: relative;
  overflow: hidden;
}
.about-box1 .bgimg {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 2.24rem;
  transform: translateX(-50%);
  width: 100%;
}
.about-box1 .bgimg img {
  width: 100%;
}
.about-box1 .container {
  position: relative;
  z-index: 3;
}
.about-box1 .container .box {
  width: 67.1875%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 991px) {
  .about-box1 .container .box {
    width: 100%;
  }
}
.about-box1 .container .box .cn0 {
  width: 100%;
}
.about-box1 .container .box .cn0 img {
  width: 100%;
}
.about-box1 .container .box .cn1 {
  text-align: left;
  margin-top: 1.25rem;
  color: #333333;
  line-height: 1.2;
}
.about-box1 .container .box .cn2 {
  text-align: left;
  margin-top: 0.2rem;
  color: #666666;
  line-height: 1.33333333;
}
.about-box2 {
  overflow: hidden;
  position: relative;
  mask-image: url(../images/zimg36.png);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: cover;
}
.about-box2 .bgimg {
  width: 100%;
}
.about-box2 .bgimg::before {
  padding-top: 53.54166667%;
}
@media (max-width: 991px) {
  .about-box2 .bgimg::before {
    padding-top: 133%;
  }
}
.about-box2 .bgimg::after {
  z-index: 2;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.about-box2 .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
}
.about-box2 .container .cn0 {
  color: #feeab4;
  line-height: 1.41666667;
}
.about-box2 .container .cn1 {
  margin-top: 0.2rem;
  color: #ffffff;
  line-height: 1.2;
}
.about-box2 .container .cn2 {
  margin: 0.25rem auto 0;
  color: #ffffff;
  line-height: 1.33333333;
  width: 8rem;
  max-width: 100%;
}
.about-box3 {
  padding: 1.75rem 0;
  position: relative;
}
.about-box3a .cn1 {
  text-align: center;
  line-height: 1.2;
  color: #333;
}
.about-box3a .box {
  display: flex;
  margin: 0 -0.1rem 0;
}
@media (max-width: 991px) {
  .about-box3a .box {
    flex-wrap: wrap;
  }
}
.about-box3a .box .box2 {
  flex: 1 1 auto;
  width: 18.75%;
  margin: 0.6rem 0.1rem 0;
  height: 4rem;
  position: relative;
  overflow: hidden;
  background-color: #0ca676;
  border-radius: 0.1rem;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .about-box3a .box .box2 {
    width: 100% !important;
  }
}
.about-box3a .box .box2.on {
  width: 39.0625%;
}
.about-box3a .box .box2.on .box3 .text2 {
  opacity: 1;
}
.about-box3a .box .box2:nth-child(even) {
  background-color: #d3af64;
}
.about-box3a .box .box2 .bgimg {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1.02rem;
}
.about-box3a .box .box2 .bgimg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.about-box3a .box .box2 .box3 {
  position: absolute;
  left: 0;
  top: 1.5rem;
  width: 100%;
  text-align: center;
  padding: 0 0.2rem;
}
.about-box3a .box .box2 .box3 .img img {
  width: 0.5rem;
  height: 0.5rem;
}
.about-box3a .box .box2 .box3 .text1 {
  margin-top: 0.1rem;
  color: #Fff;
}
.about-box3a .box .box2 .box3 .text2 {
  margin-top: 0.1rem;
  color: #Fff;
  opacity: 0;
}
@media (max-width: 991px) {
  .about-box3a .box .box2 .box3 .text2 {
    opacity: 1 !important;
  }
}
.about-box3b {
  margin-top: 1.6rem;
}
.about-box3b .cn1 {
  text-align: center;
  line-height: 1.2;
  color: #333;
}
.about-box3b .box {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.13rem 0;
}
.about-box3b .box .box2 {
  margin-top: 0.6rem;
  width: 25%;
  padding: 0 0.13rem;
}
@media (max-width: 991px) {
  .about-box3b .box .box2 {
    width: 50%;
  }
}
.about-box3b .box .box2 .pimg {
  border-radius: 0.1rem;
}
.about-box3b .box .box2 .pimg::before {
  padding-top: 133.33333333%;
}
.about-box3b .box .box2 .text {
  margin-top: 0.2rem;
  color: #333333;
  line-height: 1.36363636;
}
.pub_mask3 {
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  top: -2.35rem;
  left: 0;
  width: 100%;
  height: 2.55rem;
  z-index: 150;
  --mask: inset(0% 100% 0% 0%);
  clip-path: var(--mask);
}
.pub_mask3 .maskimg2 {
  position: absolute;
  max-width: initial;
  width: 100%;
  height: 100%;
}
.policy-box1 {
  padding: 2.2rem 0 0.9rem;
  background-color: #f0f2f5;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: cover;
  mask-image: url(../images/zimg53.png);
}
@media (max-width: 991px) {
  .policy-box1 {
    padding: 2.2rem 0;
  }
}
.policy-box1 .container {
  display: flex;
  flex-grow: wrap;
  justify-content: space-between;
}
.policy-box1 .container .box .cn1 {
  color: #333333;
  line-height: 1.2;
}
.policy-box1 .container .box .public-nav {
  margin-top: 0.3rem;
}
.policy-box1 .container .box2 {
  color: #cccccc;
  line-height: 1;
}
@media (max-width: 991px) {
  .policy-box1 .container .box2 {
    display: none;
  }
}
.policy-box2 {
  overflow: hidden;
  padding: 1rem 0 1.6rem;
}
.policy-box2 .box {
  color: #666666;
}
.policy-box2 .box h3 {
  color: #222222;
}
.policy-box2 .box p {
  color: #666666;
}
@media (max-width: 1260px) {
  .policy-box2 .box ul {
    width: 100% !important;
  }
}
.error {
  background-color: #f0f2f5;
  position: relative;
  width: 100%;
  height: 100vh;
}
.error .container {
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.error .container .cn1 {
  text-align: center;
  font-size: 1.57rem;
  line-height: 1;
  color: #00a26f;
}
.error .container .cn2 {
  text-align: center;
  line-height: 1.27777778;
  margin-top: 0.3rem;
}
.error .container .cn3 {
  margin-top: 0.8rem;
  background-color: var(--color);
  border-radius: 0.5rem;
  color: #Fff;
  line-height: 0.44rem;
  padding: 0 0.2rem;
  display: inline-block;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .error .container .cn3 {
    padding: 0 0.4rem;
    line-height: 0.76rem;
  }
}
.error .container .cn3:hover {
  opacity: 0.8;
}
.error .bgimg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.error .bgimg img {
  width: 100%;
}
.product-box1 {
  position: relative;
  padding: 1.75rem 0;
}
.product-box1 .container {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
}
.product-box1 .container .cn1 {
  width: 32.8125%;
  color: #333333;
  position: sticky;
  position: -webkit-sticky;
  left: 0;
  top: 1.2rem;
}
@media (max-width: 991px) {
  .product-box1 .container .cn1 {
    width: 100%;
    position: relative;
    top: 0;
    text-align: center;
  }
}
.product-box1 .container .box {
  width: 67.1875%;
}
@media (max-width: 991px) {
  .product-box1 .container .box {
    width: 100%;
    margin-top: 0.6rem;
  }
}
.product-box1 .container .box .box2 {
  border-radius: 0.1rem;
  margin-top: 0.3rem;
}
.product-box1 .container .box .box2:nth-child(1) {
  margin-top: 0;
}
.product-box1 .container .box .box2::before {
  padding-top: 58.13953488%;
}
.product-box1 .container .box .box2 .cn2 {
  z-index: 3;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 0.65rem;
}
@media (max-width: 991px) {
  .product-box1 .container .box .box2 .cn2 {
    padding: 0.3rem;
  }
}
.font50 {
  line-height: 1.2;
}
.product-box2 {
  min-height: 10.29rem;
  background-color: #eee;
  position: relative;
  mask-image: url(../images/zimg67.png);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: cover;
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
@media (max-width: 991px) {
  .product-box2 {
    overflow: hidden;
    padding: 1.65rem 0;
  }
}
.product-box2 .bgimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.product-box2 .bgimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-box2 .container {
  position: relative;
  z-index: 3;
}
.product-box2 .container .cn1 {
  text-align: center;
  color: #333333;
}
.product-box2 .container .cn2 {
  margin-top: 0.2rem;
  text-align: center;
  color: #666666;
  line-height: 1.55555556;
}
.product-box2 .container .productbox2swiper {
  margin-top: 0.5rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .product-box2 .container .productbox2swiper {
    overflow: initial;
    width: 90%;
    margin: 0.5rem auto 0;
  }
}
.product-box2 .container .productbox2swiper .swiper-slide {
  background-color: #Fff;
  border-radius: 0.1rem;
  text-align: center;
  padding: 0.45rem;
  height: auto;
}
.product-box2 .container .productbox2swiper .swiper-slide:nth-child(2) .img .tu1 {
  animation: anirotate2 3s linear infinite;
}
.product-box2 .container .productbox2swiper .swiper-slide:nth-child(3) .img .tu1 {
  animation: anirotate3 3s linear infinite;
}
.product-box2 .container .productbox2swiper .swiper-slide .img .tu1 {
  animation: anirotate 3s linear infinite;
}
.product-box2 .container .productbox2swiper .swiper-slide .img .tu2 {
  width: 80.64516129%;
  height: 80.64516129%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.product-box2 .container .productbox2swiper .swiper-slide .cn3 {
  margin-top: 0.5rem;
  color: #333333;
  line-height: 1.41666667;
}
.product-box2 .container .productbox2swiper .swiper-slide .cn4 {
  margin-top: 0.05rem;
  color: #666666;
  line-height: 1.625;
}
@keyframes anirotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes anirotate2 {
  from {
    transform: rotate(90deg);
  }
  to {
    transform: rotate(450deg);
  }
}
@keyframes anirotate3 {
  from {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(540deg);
  }
}
.product-box3 {
  padding: 1.3rem 0 1.7rem;
  position: relative;
  overflow: hidden;
}
.product-box3 .container .cn1 {
  text-align: center;
  color: #333333;
  line-height: 1.2;
}
.product-box3 .container .productbox3swiper {
  position: relative;
  width: 70.3125%;
  margin: 0.55rem auto 0;
}
@media (max-width: 991px) {
  .product-box3 .container .productbox3swiper {
    width: 100%;
  }
}
.product-box3 .container .productbox3swiper .swiper-slide {
  background-color: #e9f7f3;
  padding: 0.55rem 0.6rem;
  border-radius: 0.1rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .product-box3 .container .productbox3swiper .swiper-slide {
    padding: 0.6rem 0.3rem;
  }
}
.product-box3 .container .productbox3swiper .swiper-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 5;
  backdrop-filter: blur(5px);
  transition: all 0.5s;
  opacity: 1;
  will-change: opacity;
  pointer-events: none;
}
.product-box3 .container .productbox3swiper .swiper-slide.swiper-slide-active::before {
  opacity: 0;
}
.product-box3 .container .productbox3swiper .swiper-slide.swiper-slide-active .cn0 {
  opacity: 1;
}
.product-box3 .container .productbox3swiper .swiper-slide.swiper-slide-active .cn2 {
  color: #fff;
}
.product-box3 .container .productbox3swiper .swiper-slide.swiper-slide-active .cn3 {
  color: #fff;
}
.product-box3 .container .productbox3swiper .swiper-slide.swiper-slide-active .cn4 {
  color: #fff;
}
.product-box3 .container .productbox3swiper .swiper-slide.swiper-slide-active .cn5 {
  color: #fff;
}
.product-box3 .container .productbox3swiper .swiper-slide .cn0 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  height: 100%;
  transition: all 0.5s;
}
.product-box3 .container .productbox3swiper .swiper-slide .cn0 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-box3 .container .productbox3swiper .swiper-slide .cn2 {
  position: relative;
  z-index: 3;
  line-height: 1.71428571;
  color: #999999;
  transition: all 0.5s;
}
.product-box3 .container .productbox3swiper .swiper-slide .cn3 {
  position: relative;
  z-index: 3;
  margin-top: 0.3rem;
  color: var(--color);
  line-height: 1.33333333;
  transition: all 0.5s;
}
.product-box3 .container .productbox3swiper .swiper-slide .cn4 {
  position: relative;
  z-index: 3;
  margin-top: 0.1rem;
  color: #999999;
  line-height: 1.71428571;
  height: 3.42857143em;
  transition: all 0.5s;
}
.product-box3 .container .productbox3swiper .swiper-slide .cn5 {
  position: relative;
  z-index: 3;
  color: #333;
  line-height: 1.45454545;
  margin-top: 0.3rem;
  transition: all 0.5s;
}
.product-box3 .container .productbox3swiper .swiper-slide .cn6 {
  margin-top: 0.1rem;
  display: flex;
  flex-wrap: wrap;
}
.product-box3 .container .productbox3swiper .swiper-slide .cn6 .cn7 {
  width: 2rem;
  margin-top: 0.05rem;
  margin-right: 0.05rem;
}
@media (max-width: 991px) {
  .product-box3 .container .productbox3swiper .swiper-slide .cn6 .cn7 {
    width: calc(50% - 0.1rem);
  }
}
@media (max-width: 991px) {
  .product-box3 .container .productbox3swiper .swiper-slide .cn6 .cn7:nth-child(3) {
    display: none;
  }
}
.product-box3 .container .productbox3swiper .swiper-slide .cn6 .cn7::before {
  padding-top: 75%;
}
.product-box3 .container .productbox3swiper .swiper-slide .cn6 .cn7 .cn8 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.2rem;
  z-index: 3;
  color: #fff;
}
.product-box3 .container .productbox3swiper .swiper-slide .cn6 .cn7:hover img {
  transform: scale(1.05);
}
.pub_nav2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 0.8rem;
  background-color: #Fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  margin: 0;
}
.pub_nav2::after {
  display: none;
}
.pub_nav2 img,
.pub_nav2 svg {
  width: 11px;
  height: auto;
}
.pub_nav2 img path,
.pub_nav2 svg path {
  fill: #333 !important;
  opacity: 1;
  stroke: none ;
  transition: all 0.5s;
}
.pub_nav2.pub_prev2 {
  left: -1.9rem;
  transform: translateY(-50%) rotate(180deg);
}
.pub_nav2.pub_next2 {
  right: -1.9rem;
  transform: translateY(-50%);
}
.pub_nav2:hover {
  background-color: #d3af64;
}
.pub_nav2:hover img path,
.pub_nav2:hover svg path {
  fill: #fff !important;
}
.pub_mask3bottom {
  top: initial;
  bottom: -1.5rem;
}
.publicline {
  position: absolute;
  left: 0;
  bottom: -3.3rem;
  width: 100%;
}
.publicline img {
  width: 100%;
}
