@charset "UTF-8";
/* 通用样式 */
p {
  margin: 0;
}

input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
}

img {
  vertical-align: middle;
}

.p1920 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.w1200 {
  max-width: 1230px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.bw {
  width: 100%;
}

.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

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

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.ovimg img {
  width: 100%;
  min-height: 100%;
}

.ibw img {
  width: 100%;
  height: auto;
}

.miw img {
  max-width: 100%;
  max-height: 100%;
}

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.fh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  display: -webkit-flex;
}

/**/
.head1 {
  background: #f4f4f4;
  line-height: 30px;
  color: #3c3c3c;
  font-size: 14px;
}

.head1 a {
  color: #3c3c3c;
  font-size: 14px;
}

.head2 .head-index .logo img {
  max-width: 100%;
}

.head2 .head-index .tel {
  background: url(//cdn.myxypt.com/348aab91/21/09/59394ce5f0de62eee3e9184b9f6088a653932677.png) no-repeat left center;
  background-size: 26px 26px;
  color: #000000;
  font-size: 25px;
  padding-left: 32px;
}

@media (max-width: 1100px) {
  .head2 .head-index .tel {
    font-size: 16px;
    line-height: 30px;
  }
}

/**/
.ss-bg {
  background: #f7f7f7;
  padding: 20px 0;
}

.ss-bg .ss-index .hot {
  color: #443f3c;
  font-size: 14px;
  background: url(//cdn.myxypt.com/348aab91/21/10/b39d5670becfa91a109672196e5051250245c608.png) no-repeat left center;
  padding-left: 26px;
  line-height: 38px;
}

.ss-bg .ss-index .hot a {
  color: #443f3c;
  padding-right: 5px;
}

.formsearch1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  display: -webkit-flex;
  background: #fff;
  width: 240px;
  height: 38px;
  border-radius: 30px;
}

.formsearch1 input {
  height: 38px;
  background: none;
  border: none;
  line-height: 38px;
}

.formsearch1 input#keyword {
  height: 38px;
  line-height: 38px;
  padding-left: 38px;
  color: #757575;
  font-size: 14px;
}

.formsearch1 input#s_btn {
  width: 42px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #fff;
  border: none;
  cursor: pointer;
  background: url(//cdn.myxypt.com/348aab91/21/09/6f34fa4681ff6ec0efdeceb44b324961f8408f23.png) no-repeat center center;
}

.formsearch1 ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #757575;
}

.formsearch1 ::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #757575;
}

.formsearch1 ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #757575;
}

.formsearch1 ::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #757575;
}

/**/
.bj1 {
  background: url(//cdn.myxypt.com/348aab91/21/09/d2671f6bf649eed00e5c6472c5517b497478fece.jpg) no-repeat top center;
  background-size: cover;
  padding: 3.5% 0;
}

.pub-title {
  text-align: center;
}

.pub-title h3 {
  font-weight: bold;
  color: #333333;
  font-size: 42px;
}

.pub-title h3 span {
  color: #81d8d0;
}

.pub-title h4 {
  padding: 20px 0;
  font-size: 18px;
}

.pub-title h5 {
  width: 114px;
  height: 5px;
  background: #dddddd;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .pub-title h3 {
    font-size: 20px;
  }
  .pub-title h4 {
    font-size: 14px;
    padding: 5px 0;
  }
}

.hb-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hb-list li {
  width: 25%;
  text-align: center;
}

.hb-list li .img1 {
  border-radius: 50%;
}

.hb-list li .img1 img {
  max-width: 100%;
  border-radius: 50%;
  border: 2px solid #eeeeee;
}

.hb-list li .w1 {
  font-weight: bold;
  color: #333333;
  font-size: 26px;
  font-weight: bold;
  padding-top: 25px;
}

.hb-list li .w2 {
  padding-top: 10px;
}

.hb-list li .w2 p {
  color: #333333;
  font-size: 16px;
  line-height: 27px;
}

.hb-list li:hover .img1 img {
  border: 2px solid #81d8d0;
}

.hb-list li:hover .w1 {
  color: #81d8d0;
}

.num-index {
  border: 1px solid #d5d6d6;
  box-shadow: 0 0 10px #d5d6d6;
  margin-top: 100px;
}

.num-index ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}

.num-index ul li {
  width: 25%;
  text-align: center;
  padding: 30px 0;
}

.num-index ul li .count-title {
  color: #81d8d0;
  font-weight: bold;
  font-size: 87px;
  font-family: Impact;
  display: inline-block;
  line-height: 75px;
}

.num-index ul li dt {
  display: inline-block;
  color: #020202;
  font-size: 29px;
}

.num-index ul li p {
  font-size: 22px;
  color: #020202;
  padding-top: 5px;
}

.num-index ul li:hover {
  background: #81d8d0;
}

.num-index ul li:hover .count-title {
  color: #020202;
}

.num-index ul li:hover p {
  color: #020202;
}

.tt {
  display: none;
}

.product-index {
  margin-top: 75px;
}

.product-index .psort {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  margin: 26px 0;
}

.product-index .psort li {
  background: #333333;
  width: 13.5%;
}

.product-index .psort li a {
  display: block;
  text-align: center;
  line-height: 48px;
  color: #ffffff;
  font-size: 18px;
}

.product-index .psort li.cur {
  background: #81d8d0;
}

.product-index .psort li.cur a {
  color: #333333;
}

.product-index .plist1 ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.product-index .plist1 ul li {
  width: 24.5%;
  margin-bottom: 18px;
}

.product-index .plist1 ul li a .img1 img {
  width: 100%;
}

.product-index .plist1 ul li a .zi {
  background: #eeeeee;
  padding: 16px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  align-items: center;
}

.product-index .plist1 ul li a .zi h3 {
  color: #111111;
  font-size: 14px;
}

.product-index .plist1 ul li a .zi span {
  color: #111111;
  font-size: 14px;
}

.product-index .plist1 ul li:hover a .zi {
  background: #81d8d0;
}

@media (max-width: 767px) {
  .bj1 {
    padding: 5% 0;
  }
  .hb-list {
    flex-wrap: wrap;
    margin-top: 5%;
  }
  .hb-list li {
    width: 48%;
    margin-bottom: 5%;
  }
  .hb-list li .w1 {
    font-size: 16px;
    padding-top: 10px;
  }
  .hb-list li .w2 p {
    font-size: 12px;
    line-height: 16px;
  }
  .num-index {
    margin-top: 5%;
  }
  .num-index ul {
    flex-wrap: wrap;
  }
  .num-index ul li {
    width: 46%;
    padding: 5% 0;
  }
  .num-index ul li .count-title {
    font-size: 24px;
    line-height: 20px;
  }
  .num-index ul li dt {
    font-size: 18px;
  }
  .num-index ul li p {
    font-size: 16px;
  }
  .product-index {
    margin-top: 5%;
  }
  .product-index .psort {
    flex-wrap: wrap;
    margin: 5% 0;
  }
  .product-index .psort li {
    width: 49%;
    margin-bottom: 2%;
  }
  .product-index .psort li a {
    font-size: 14px;
  }
  .product-index .plist1 ul li {
    width: 48%;
  }
}

/**/
.area-index {
  margin-top: 50px;
}

.tab-con {
  position: relative;
}

.tab-con .tab-main {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  right: 0;
}

.tab-con .tab-main {
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
}

.tab-con .tab-main.active {
  position: static;
  opacity: 1;
  visibility: visible;
}

.tab-li {
  text-align: center;
  font-size: 0;
  cursor: pointer;
  margin: 0 -1.5%;
  margin-top: 30px;
  margin-bottom: 34px;
}

.tab-li li {
  display: inline-block;
  font-size: 16px;
  width: 22%;
  padding: 16px 0px;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 10px #d1d1d1;
  margin: 0 1.5%;
}

.tab-li li a {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
  align-items: center;
}

.tab-li li a .img1 {
  width: 30%;
}

.tab-li li a .img1 img {
  max-width: 100%;
}

.tab-li li a .wz {
  text-align: left;
  background: url(//cdn.myxypt.com/348aab91/21/09/24cfc9f4854ae3d9a1acbb941e6efbee75d3493d.jpg) no-repeat left center;
  width: calc(100% - 30%);
  padding-left: 20px;
}

.tab-li li a .wz .w1 {
  color: #333333;
  font-size: 19px;
}

.tab-li li a .wz .w2 {
  color: #333333;
  font-size: 12px;
}

.tab-li li:hover,
.tab-li li.active {
  background: #81d8d0;
}

.slick-contanier {
  position: relative;
  margin: 0 -1%;
}

.slick-contanier .slick-slide {
  outline: none;
}

.slick-contanier img {
  display: inline-block;
  width: 100%;
  border: 2px solid #000000;
}

.slick-contanier .slick-con {
  display: block;
  padding: 0 2%;
  font-size: 0;
}

.slick-contanier .slick-slide .wz {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
  align-items: center;
  width: 90%;
  margin: 0 auto;
  margin-top: -10%;
  position: relative;
  z-index: 999;
}

.slick-contanier .slick-slide .wz .w1 {
  color: #333333;
  font-size: 22px;
  border: 1px solid #909090;
  width: 78%;
  height: 128px;
  padding: 35px 24px;
  background: #fff;
}

.slick-contanier .slick-slide .wz .w2 {
  width: 22%;
  background: url(//cdn.myxypt.com/348aab91/21/09/4af1eb295dd85ecd657f7b79ae1ca676076c7c63.png) no-repeat center center #909090;
  height: 128px;
}

.slick-contanier .slick-slide:hover .wz .w2 {
  background: url(//cdn.myxypt.com/348aab91/21/09/480bfb66e60120d4a1548d95440ffa256455c9fd.png) no-repeat center center #81d8d0;
}

.slick-contanier .slick-arrow {
  position: absolute;
  z-index: 99;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  top: 50%;
  cursor: pointer;
  outline: none;
  border: none;
  font-size: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.slick-contanier .slick-arrow.slick-prev {
  left: 17.29166666666667%;
  background: url(//cdn.myxypt.com/348aab91/21/09/50bd342c61b3e5bb52d4f6e8cef8462b035b0a52.png) no-repeat top center;
  width: 63px;
  height: 63px;
  background-size: 63px 63px;
}

.slick-contanier .slick-arrow.slick-next {
  right: 17.29166666666667%;
  background: url(//cdn.myxypt.com/348aab91/21/09/a1146141ada32c6039167d6342a2cc4894a328b7.png) no-repeat top center;
  width: 63px;
  height: 63px;
  background-size: 63px 63px;
}

.c-more {
  background: #81d8d0;
  padding: 22px 0;
  margin-top: 50px;
}

.c-more a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  color: #333333;
}

@media (max-width: 767px) {
  .area-index {
    margin-top: 5%;
  }
  .tab-li {
    margin: 0;
    margin-top: 5%;
  }
  .tab-li li {
    width: 46%;
    margin-bottom: 4%;
  }
  .tab-li li a .wz {
    padding-left: 10px;
  }
  .tab-li li a .wz .w1 {
    font-size: 12px;
  }
  .slick-contanier {
    margin: 0;
  }
  .slick-contanier .slick-slide .wz .w1 {
    height: 80px;
    font-size: 20px;
    padding: 20px 10px;
  }
  .slick-contanier .slick-slide .wz .w2 {
    height: 80px;
  }
  .slick-contanier .slick-arrow.slick-prev {
    left: 0;
  }
  .slick-contanier .slick-arrow.slick-next {
    right: 0;
  }
  .c-more {
    margin-top: 5%;
    padding: 10px 0;
  }
  .c-more a {
    font-size: 14px;
  }
}

/**/
.support-index {
  margin-top: 15px;
}

.support-index .st {
  text-align: center;
  color: #333333;
  font-size: 22px;
  background: url(//cdn.myxypt.com/348aab91/21/09/7992a9c43083aa0d0bdfc7250f1889a5c37c9380.png) no-repeat center center;
}

.hezuo-slick {
  position: relative;
  margin-top: 32px;
}

.hezuo-slick .slick-list {
  margin: 0 -6px;
}

.hezuo-slick .slick-slide {
  outline: none;
}

.hezuo-slick .slick-slide .img {
  margin: 0 6px;
}

.hezuo-slick .slick-slide img {
  display: inline-block;
  width: 100%;
  border: 2px solid #81d8d0;
}

.hezuo-slick .slick-arrow {
  position: absolute;
  z-index: 99;
  width: 35px;
  height: 35px;
  margin-top: -17.5px;
  top: 50%;
  cursor: pointer;
  outline: none;
  border: none;
  font-size: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.hezuo-slick .slick-arrow.slick-prev {
  left: -5%;
  background: url(//cdn.myxypt.com/348aab91/21/10/b7e5228d7f1dddc3a9aab6dae6774375bd62a559.png) no-repeat top center;
  background-size: 35px 35px;
}

.hezuo-slick .slick-arrow.slick-next {
  right: -5%;
  background: url(//cdn.myxypt.com/348aab91/21/10/ccb5bc0018cec44061966d14ef3b8610e5cebe33.png) no-repeat top center;
  background-size: 35px 35px;
}

@media (max-width: 767px) {
  .support-index .st {
    font-size: 14px;
  }
  .hezuo-slick {
    margin-top: 5%;
  }
  .hezuo-slick .slick-arrow.slick-prev {
    left: 0;
  }
  .hezuo-slick .slick-arrow.slick-next {
    right: 0;
  }
}

/**/
.ys-title {
  margin-top: 40px;
}

.ys-bg {
  position: relative;
  background: #f6f6f6;
  margin-top: 18px;
}

.gallery-top .swiper-wrapper .swiper-slide {
  width: 62.5%;
}
.gallery-top .swiper-wrapper .swiper-slide .img1 img{
    width: 100%;
}
.gallery-top .swiper-wrapper .swiper-slide .ys2 {
  display: none;
  padding: 20px 0;
}

@media (max-width: 767px) {
  .gallery-top .swiper-wrapper .swiper-slide .ys2 {
    padding: 10px;
  }
}

.gallery-top .swiper-wrapper .swiper-slide .ys2 .wa {
  float: left;
}

.gallery-top .swiper-wrapper .swiper-slide .ys2 .wa .w2 {
  color: #81d8d0;
  font-size: 30px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .gallery-top .swiper-wrapper .swiper-slide .ys2 .wa .w2 {
    font-size: 20px;
  }
}

.gallery-top .swiper-wrapper .swiper-slide .ys2 .wa .w3 {
  color: #333333;
  font-size: 30px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .gallery-top .swiper-wrapper .swiper-slide .ys2 .wa .w3 {
    font-size: 20px;
  }
}

.gallery-top .swiper-wrapper .swiper-slide .ys2 .w4 {
  float: right;
  color: #333333;
  font-size: 16px;
  line-height: 36px;
}

@media (max-width: 767px) {
  .gallery-top .swiper-wrapper .swiper-slide .ys2 .w4 {
    font-size: 14px;
    line-height: 24px;
  }
}

.gallery-top .swiper-wrapper .swiper-slide.swiper-slide-active .ys2 {
  display: block;
  width: 62.5%;
  margin: 0 auto;
}

.gallery-thumbs {
  width: 62.5%;
  margin: 0 auto;
  position: absolute;
  bottom: 15%;
  bottom: calc(100% - 80.2%);
  left: 0;
  right: 0;
  padding: 0 10%;
}

@media (max-width: 767px) {
  .gallery-thumbs {
    width: 100%;
    padding: 0;
  }
}

.gallery-thumbs .swiper-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-thumbs .swiper-wrapper .swiper-slide {
  width: 21% !important;
}

@media (max-width: 767px) {
  .gallery-thumbs .swiper-wrapper .swiper-slide {
    width: 24% !important;
    margin-right: 0 !important;
  }
}

.gallery-thumbs .ys1 {
  background: #333333;
  padding: 10px 0;
}

.gallery-thumbs .ys1 .img1 {
  text-align: center;
}

.gallery-thumbs .ys1 .img1 img {
  max-width: 100%;
  filter: brightness(100);
}

.gallery-thumbs .ys1 .w1 {
  color: #fff;
  font-size: 21px;
  text-align: center;
}

@media (max-width: 767px) {
  .gallery-thumbs .ys1 .w1 {
    font-size: 14px;
  }
}

.gallery-thumbs .swiper-slide-thumb-active .ys1 {
  background: #81d8d0;
}

.gallery-thumbs .swiper-slide-thumb-active .ys1 .img1 img {
  filter: initial;
}

.gallery-thumbs .swiper-slide-thumb-active .ys1 .w1 {
  color: #333333;
}

@media (max-width: 767px) {
  .ys-title {
    margin-top: 5%;
  }
}

/**/
.about-index {
  margin-top: 50px;
}

.about-index .a1 {
  margin-top: 40px;
}

.about-index .a1 p img {
  width: 100%;
}

.about-index .a2 {
  margin-top: 25px;
}

.about-index .a2 p {
  color: #333333;
  font-size: 24px;
  line-height: 36px;
  text-align: justify;
  text-indent: 2em;
}

@media (max-width: 767px) {
  .about-index {
    margin-top: 5%;
  }
  .about-index .a1 {
    margin-top: 5%;
  }
  .about-index .a2 {
    margin-top: 5%;
  }
  .about-index .a2 p {
    font-size: 14px;
    line-height: 20px;
  }
}

/**/
.honor-index {
  margin-top: 25px;
}

.honor-index .ht {
  background: #81d8d0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  padding: 12px 0;
  font-size: 28px;
  font-weight: bold;
}

.honor-slick {
  position: relative;
  margin-top: 32px;
}

.honor-slick .slick-list {
  margin: 0 -6px;
}

.honor-slick .slick-slide {
  outline: none;
}

.honor-slick .slick-con {
  display: block;
  padding: 0 10px;
  font-size: 0;
}

.honor-slick .slick-slide .img {
  position: relative;
}

.honor-slick .slick-slide img {
  display: inline-block;
  width: 100%;
}

.honor-slick .slick-slide .wz {
  background: #ebebeb;
  line-height: 42px;
  color: #333333;
  font-size: 14px;
  text-align: center;
}

.honor-slick .slick-slide .hh {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url(//cdn.myxypt.com/348aab91/21/09/9bde904da598d18a085435c47914572db808d6c8.png) no-repeat center center rgba(51, 51, 51, 0.5);
  width: 100%;
  height: 100%;
  opacity: 0;
}

.honor-slick .slick-slide .hh img {
  max-width: 100%;
}

.honor-slick .slick-slide:hover .wz {
  background: #81d8d0;
}

.honor-slick .slick-slide:hover .hh {
  opacity: 1;
}

.honor-slick .slick-arrow {
  position: absolute;
  z-index: 99;
  width: 98px;
  height: 98px;
  margin-top: -49px;
  top: 50%;
  cursor: pointer;
  outline: none;
  border: none;
  font-size: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.honor-slick .slick-arrow.slick-prev {
  left: -10%;
  background: url(//cdn.myxypt.com/348aab91/21/10/f7c9a14753aed80105c1c66508a4afa8b36ca1b6.jpg) no-repeat top center;
  background-size: 98px 98px;
}

.honor-slick .slick-arrow.slick-next {
  right: -10%;
  background: url(//cdn.myxypt.com/348aab91/21/10/e1e1ff97a1ae8e67445f0e997d32c926e706880e.jpg) no-repeat top center;
  background-size: 98px 98px;
}

@media (max-width: 767px) {
  .honor-index {
    margin-top: 5%;
  }
  .honor-index .ht {
    font-size: 20px;
  }
  .honor-slick {
    margin-top: 5%;
  }
  .honor-slick .slick-arrow.slick-prev {
    display: none !important;
  }
  .honor-slick .slick-arrow.slick-next {
    display: none !important;
  }
}

/**/
.zs-index {
  margin-top: 40px;
}

.zs-index .ht {
  background: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 12px 0;
  font-size: 28px;
  font-weight: bold;
}

.zs-slick {
  position: relative;
  margin-top: 20px;
}

.zs-slick .slick-list {
  margin: 0 -8px;
}

.zs-slick .slick-slide {
  outline: none;
}

.zs-slick .slick-con {
  display: block;
  padding: 0 8px;
  font-size: 0;
}

.zs-slick .slick-slide .img {
  position: relative;
}

.zs-slick .slick-slide img {
  display: inline-block;
  width: 100%;
}

.zs-slick .slick-arrow {
  position: absolute;
  z-index: 99;
  width: 98px;
  height: 98px;
  margin-top: -49px;
  top: 50%;
  cursor: pointer;
  outline: none;
  border: none;
  font-size: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.zs-slick .slick-arrow.slick-prev {
  left: -10%;
  background: url(//cdn.myxypt.com/348aab91/21/10/f7c9a14753aed80105c1c66508a4afa8b36ca1b6.jpg) no-repeat top center;
  background-size: 98px 98px;
}

.zs-slick .slick-arrow.slick-next {
  right: -10%;
  background: url(//cdn.myxypt.com/348aab91/21/10/e1e1ff97a1ae8e67445f0e997d32c926e706880e.jpg) no-repeat top center;
  background-size: 98px 98px;
}

@media (max-width: 767px) {
  .zs-index {
    margin-top: 5%;
  }
  .zs-index .ht {
    font-size: 20px;
  }
  .zs-slick {
    margin-top: 5%;
  }
  .zs-slick .slick-arrow.slick-prev {
    display: none !important;
  }
  .zs-slick .slick-arrow.slick-next {
    display: none !important;
  }
}

/**/
.tt2 {
  display: none;
}

.news-bg {
  margin-top: 54px;
  background: #f3f3f3;
  padding: 70px 0;
}

.news-bg .news-index .nt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.news-bg .news-index .nt .nt1 {
  color: #343434;
  font-size: 36px;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
}

.news-bg .news-index .nt .nt1::before {
  content: "";
  position: absolute;
  left: 0;
  width: 4px;
  height: 4px;
  background: #81d8d0;
  top: 50%;
  margin-top: -2px;
}

.news-bg .news-index .nt .nt1 b {
  color: #81d8d0;
  padding-left: 18px;
}

.news-bg .news-index .nt .nt1 span {
  color: #787878;
  font-size: 17px;
  font-weight: normal;
  padding-left: 5px;
}

.news-bg .news-index .nt .nt2 .nsort {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-bg .news-index .nt .nt2 .nsort li {
  margin-left: 25px;
}

.news-bg .news-index .nt .nt2 .nsort li a {
  display: block;
  color: #787878;
  font-size: 16px;
  border-bottom: 2px solid transparent;
}

.news-bg .news-index .nt .nt2 .nsort li.cur a {
  color: #81d8d0;
  border-bottom: 2px solid #81d8d0;
}

.news-bg .news-index .n-con {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}

.news-bg .news-index .n-con .nlist2 {
  width: 36.3%;
  background: #fff;
}

.news-bg .news-index .n-con .nlist2 li {
  padding: 35px;
}

.news-bg .news-index .n-con .nlist2 li .img1 img {
  width: 100%;
}

.news-bg .news-index .n-con .nlist2 li .wz {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
  margin-top: 20px;
}

.news-bg .news-index .n-con .nlist2 li .wz .wz1 {
  width: 70%;
}

.news-bg .news-index .n-con .nlist2 li .wz .wz1 h3 {
  color: #333333;
  font-size: 16px;
}

.news-bg .news-index .n-con .nlist2 li .wz .wz1 .pp {
  color: #aaaaaa;
  font-size: 12px;
  margin-top: 10px;
  line-height: 22px;
}

.news-bg .news-index .n-con .nlist2 li .wz .date {
  width: 20%;
  background: #81d8d0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.news-bg .news-index .n-con .nlist2 li .wz .date .d1 {
  color: #575757;
  font-size: 36px;
}

.news-bg .news-index .n-con .nlist2 li .wz .date .d2 {
  color: #575757;
  font-size: 12px;
}

.news-bg .news-index .n-con .nlist3 {
  width: 61.7%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  display: -webkit-flex;
  background: #fff;
}

.news-bg .news-index .n-con .nlist3 li {
  width: 50%;
  padding: 20px 12px;
  border-bottom: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
}

.news-bg .news-index .n-con .nlist3 li:nth-child(2n) {
  border-right: none;
}

.news-bg .news-index .n-con .nlist3 li .wz {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
  margin-top: 20px;
}

.news-bg .news-index .n-con .nlist3 li .wz .wz1 {
  width: 73%;
}

.news-bg .news-index .n-con .nlist3 li .wz .wz1 h3 {
  color: #333333;
  font-size: 16px;
}

.news-bg .news-index .n-con .nlist3 li .wz .wz1 .pp {
  color: #aaaaaa;
  font-size: 12px;
  margin-top: 10px;
  line-height: 22px;
}

.news-bg .news-index .n-con .nlist3 li .wz .date {
  width: 22%;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding-bottom: 10px;
}

.news-bg .news-index .n-con .nlist3 li .wz .date .d1 {
  color: #575757;
  font-size: 36px;
  line-height: 40px;
}

.news-bg .news-index .n-con .nlist3 li .wz .date .d2 {
  color: #575757;
  font-size: 12px;
}

@media (max-width: 767px) {
  .news-bg {
    margin-top: 5%;
    padding: 5% 0;
  }
  .news-bg .news-index .nt {
    display: block;
    margin-bottom: 5%;
  }
  .news-bg .news-index .nt .nt1 {
    font-size: 20px;
    display: block;
    text-align: center;
  }
  .news-bg .news-index .nt .nt1::before {
    display: none;
  }
  .news-bg .news-index .nt .nt1 b {
    font-size: 20px;
  }
  .news-bg .news-index .nt .nt1 span {
    font-size: 15px;
    display: block;
    padding-top: 10px;
  }
  .news-bg .news-index .nt .nt2 {
    margin-top: 10px;
  }
  .news-bg .news-index .nt .nt2 .nsort {
    justify-content: center;
  }
  .news-bg .news-index .nt .nt2 .nsort li {
    margin-left: 0;
    margin: 0 10px;
  }
  .news-bg .news-index .n-con {
    display: block;
  }
  .news-bg .news-index .n-con .nlist2 {
    width: 100%;
  }
  .news-bg .news-index .n-con .nlist2 li {
    padding: 5px;
  }
  .news-bg .news-index .n-con .nlist2 li .wz {
    margin-top: 10px;
  }
  .news-bg .news-index .n-con .nlist2 li .wz .wz1 h3 {
    font-size: 14px;
  }
  .news-bg .news-index .n-con .nlist2 li .wz .wz1 .pp {
    margin-top: 5px;
    font-size: 12px;
  }
  .news-bg .news-index .n-con .nlist2 li .wz .date .d1 {
    font-size: 20px;
  }
  .news-bg .news-index .n-con .nlist3 {
    width: 100%;
  }
  .news-bg .news-index .n-con .nlist3 li {
    width: 100%;
    padding: 10px;
  }
  .news-bg .news-index .n-con .nlist3 li .wz .wz1 h3 {
    font-size: 14px;
  }
  .news-bg .news-index .n-con .nlist3 li .wz .wz1 .pp {
    margin-top: 5px;
    font-size: 12px;
  }
}

/**/
.link {
  color: #222222;
  font-size: 18px;
  padding: 30px 0;
}

.link img {
  max-width: 100%;
}

.link span {
  font-size: 12px;
}

/**/
.foot-bg {
  position: relative;
}

.foot-bg::before {
  position: absolute;
  content: "";
  background: url(//cdn.myxypt.com/348aab91/21/09/449427eaed5a7bb49c66ee16d9f5d760ce4fb890.png) repeat-x;
  left: 0;
  top: 0;
  height: 100%;
  width: 63.28125%;
}

.foot-bg::after {
  position: absolute;
  content: "";
  background: url(//cdn.myxypt.com/348aab91/21/10/c83be1bfe3f36e256f340d8da08114a3023385cd.png) repeat-x;
  right: 0;
  top: 0;
  height: 100%;
  width: calc(100% - 63.28125%);
}

.foot-bg .foot-index {
  position: relative;
  z-index: 9999;
  padding-top: 45px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  display: -webkit-flex;
}

.foot-bg .foot-index .foot-left {
  width: 71.25%;
}

.foot-bg .foot-index .foot-left .fdao {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  display: -webkit-flex;
}

.foot-bg .foot-index .foot-left .fdao dl {
  width: 25%;
}

.foot-bg .foot-index .foot-left .fdao dl dt {
  color: #ffffff;
  font-size: 18px;
  font-weight: normal;
  background: url(//cdn.myxypt.com/348aab91/21/09/ce66182128351167c30ac3d2d3cf15bf320a9cba.png) no-repeat bottom left;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.foot-bg .foot-index .foot-left .fdao dl dd a {
  display: block;
  font-size: 14px;
  color: #a8a8a8;
  line-height: 30px;
}

.foot-bg .foot-index .foot-left .fcop {
  text-align: center;
  font-size: 13px;
  color: rgba(34, 34, 34, 0.6);
  padding: 14px 0;
}

.foot-bg .foot-index .foot-left .fcop a {
  color: rgba(34, 34, 34, 0.6);
}

.foot-bg .foot-index .foot-right {
  width: 25.83%;
}

.foot-bg .foot-index .foot-right h3 {
  color: #333333;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.foot-bg .foot-index .foot-right .ct1 p {
  color: #333333;
  font-size: 13px;
  line-height: 30px;
}

.foot-bg .foot-index .foot-right .ct2 {
  margin-top: 10px;
}

.foot-bg .foot-index .foot-right .ct2 p img {
  max-width: 100%;
}

@media (max-width: 767px) {
  .foot-bg {
    padding-bottom: 20%;
  }
  .foot-bg::before {
    display: none;
  }
  .foot-bg::after {
    display: none;
  }
  .foot-bg .foot-index {
    display: block;
    position: initial;
    margin-top: 5%;
    padding-top: 0;
  }
  .foot-bg .foot-index .foot-left {
    width: 100%;
  }
  .foot-bg .foot-index .foot-right {
    width: 100%;
  }
  .foot-bg .foot-index .foot-right h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

/**/
/*phone底部导航*/
li {
  list-style: none;
}

.q_d_m {
  float: left;
  width: 100%;
  height: 50px;
}

.pf_down {
  width: 100%;
  float: left;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 50px;
  background: #191919;
  z-index: 999;
  border-top: 1px solid #fff;
}

.pf_down li {
  width: 33.333333%;
  float: left;
  text-align: center;
  padding: 7px 0 4px 0;
  border-right: 1px solid #fff;
}

.pf_down li .ico7 {
  width: 100%;
  float: left;
  height: 20px;
}

.pf_down li .d_name {
  width: 100%;
  float: left;
  margin-top: 4px;
  font-size: 12px;
  color: #fff;
  line-height: 14px;
}

.pf_down li.l1 .ico7 {
  background: url(//cdn.myxypt.com/348aab91/21/09/38d5d79481aa2158d68002f300fdebd68343f9b3.png) no-repeat center;
  background-size: 20px 20px;
}

.pf_down li.l2 .ico7 {
  background: url(//cdn.myxypt.com/348aab91/21/09/11c15725f305b9cbc7bf86220021bacc9cec089c.png) no-repeat center;
  background-size: 20px 20px;
}

.pf_down li.l3 .ico7 {
  background: url(//cdn.myxypt.com/348aab91/21/09/22398721f7c80e5bf3436c1096743a4b692e865b.png) no-repeat center;
  background-size: 20px 20px;
}

.pf_down li:nth-child(3n) {
  border: none;
}
