/* 通用样式 */

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;
}

.wd1200 {
  width: 1200px;
  margin: 0 auto;
}

.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;
}

/**/
.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}

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

/* head */
.head-bg {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 999;
  padding: .8vw 0;
}

.head-index {
  position: relative;
}

.head-index .logo {
  /* position: absolute;
  top: 0;
  z-index: 99;
  width: 89px;
  left: 50%;
  margin-left: -44.5px; */
  width: 20%;
}

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

.head-index .logo img.im2 {
  display: none;
}

.head-index .tnav {
  width: 75%;
}

.head-bg.scroll {
  background: #fff;
}

.head-bg.scroll .head-index .logo img.im1 {
  display: none;
}

.head-bg.scroll .head-index .logo img.im2 {
  display: block;
}

.head-bg.scroll .x-menu>li>a {
  color: #000;
}

.head-bg.scroll .x-sub-menu {
  top: 115px;
}


/* 产品展示 */
.pro-bg {
  background: #FAFAFA;
  align-items: center;
  height: calc(100vh - 126px);
  height: 100vh;
  overflow: hidden;
}

.proleft {
  width: 13.18%;
  background: url(../image/68b4e9209e20f105c21e19c3e70cf8d8cd9cbd5e.png) no-repeat center center;
  background-size: 100% 100%;
  height: 100%;
}

.About2_1_2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.About2_1_2 .swiper-slide .wz {
  font-size: 1.25vw;
  color: #fff;
  line-height: 25px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.About2_1_2 .swiper-slide .wz .ww {
  width: 100px;
  text-align: center;
}

.About2_1_2 .swiper-slide .wz span {
  display: block;
}

.About2_1_2 .swiper-slide.swiper-slide-prev .wz {
  padding-left: 3.125vw;
}

.About2_1_2 .swiper-slide.swiper-slide-next .wz {
  padding-left: 3.125vw;
}

.About2_1_2 .swiper-slide-active .wz {
  font-weight: 600;
  padding-left: 5.125vw;
}


.proright {
  width: 83.85%;
  height: 100%;
}

.About2_1_1 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* .About2_1_2Slide {
  height: 165px;
} */

.pp-con {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pp-con .ppleft {
  width: 46.7%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.pp-con .ppleft .pimg1 {
  text-align: center;
}

.pp-con .ppleft .pimg1 img {
  max-width: 100%;
}

.pp-con .ppleft .pw1 {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-align: center;
  margin-top: 3.6vw;
}

.pp-con .ppleft .pw2 {
  margin-top: 2vw;
  margin-bottom: 3.4vw;
}

.pp-con .ppleft .pw2 ul li {
  width: 16%;
}

.pp-con .ppleft .pw2 ul li .pimg2 {
  background: rgba(0, 0, 0, .8);
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.pp-con .ppleft .pw2 ul li .pw22 {
  background: rgba(0, 0, 0, .9);
  height: 35px;
  color: #fff;
  text-align: center;
  line-height: 35px;
  font-size: 16px;
}

.pp-con .ppleft .pmore1 {
  width: 151px;
  height: 39px;
  margin: 0 auto;
  border-radius: 20px;
  background: linear-gradient(270deg, #ED7575 0%, #E11818 100%);
}

.pp-con .ppleft .pmore1 a {
  display: block;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 39px;
  letter-spacing: 1.2px;
}

.pp-con .ppright {
  width: 47.7%;
  border-left: 1px solid #A8A8A8;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.pp-con .ppright1 {
  padding: 0 4.167vw;
  border-bottom: 1px solid #A8A8A8;
  align-items: center;
  height: 50%;
}

.pp-con .ppright1 .pw {
  width: 52.23%;
}

.pp-con .ppright1 .pw .pwa {
  color: var(--color);
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2.4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pp-con .ppright1 .pw .pwb {
  margin-top: 1.3vw;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1.6px;
}

.pp-con .ppright1 .pw .pmore2 {
  width: 151px;
  height: 39px;
  border-radius: 20px;
  background: linear-gradient(270deg, #ED7575 0%, #E11818 100%);
  margin-top: 2.86vw;
}

.pp-con .ppright1 .pw .pmore2 a {
  display: block;
  font-size: 12px;
  color: #FFF;
  letter-spacing: 1.2px;
  text-align: center;
  line-height: 39px;
}

.pp-con .ppright1 .pimg3 {
  width: 35.86%;
}

.pp-con .ppright1 .pimg3 img {
  max-width: 100%;
}

.pp-con .ppright2 {
  border-bottom: none;
}



/* 手机分类 */
.mobileAbout2_1_2 {
  padding: 15px 0;
  padding-top: 20px;
}

.mobileAbout2_1_2 .swiper-slide .wz {
  height: 20px;
  overflow: hidden;
}

.mobileAbout2_1_2 .swiper-slide span {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #000;

}

.mobileAbout2_1_2 .swiper-slide.swiper-slide-active span {
  font-weight: 600;
}

@media(max-width: 1680px) {
  .pp-con .ppleft .pimg1 img {
    max-width: 300px;
    width: 100%;
  }

  .pp-con .ppleft .pw1 {
    margin-top: 1.6vw;
  }

  .pp-con .ppleft .pw2 ul li .pimg2 {
    height: 80px;
  }

  .pp-con .ppleft .pw2 ul li .pw22 {
    font-size: 14px;
  }

  .pp-con .ppright1 .pw .pwa {
    font-size: 20px;
  }

  .pp-con .ppright1 .pw .pwb {
    font-size: 14px;
  }
}

@media(max-width: 995px) {

  .pro-bg {
    flex-wrap: wrap;
    height: auto;
  }

  .proleft {
    width: 100%;
    height: auto;
    background: none;
  }

  .About2_1_2 .swiper-slide .wz {
    font-size: 14px;
  }

  .proright {
    width: 100%;
    height: auto;
  }

  .pp-con {
    flex-wrap: wrap;
  }

  .pp-con .ppleft {
    width: 100%;
  }

  .pp-con .ppleft .pimg1 img {
    max-width: 200px;
    width: 100%;
  }

  .pp-con .ppleft .pw1 {
    font-size: 20px;
    margin-top: 10px;
  }

  .pp-con .ppleft .pw2 {
    margin: 10px 0;
    padding: 0 15px;
  }

  .pp-con .ppleft .pw2 ul {
    flex-wrap: wrap;
  }

  .pp-con .ppleft .pw2 ul li {
    width: 48%;
    margin-bottom: 10px;
  }

  .pp-con .ppleft .pw2 ul li .pimg2 {
    height: 70px;
  }

  .pp-con .ppleft .pw2 ul li .pimg2 img {
    max-width: 25%;
  }

  .pp-con .ppleft .pw2 ul li .pw22 {
    font-size: 14px;
  }

  .pp-con .ppright {
    width: 100%;
    margin-top: 15px;
    border: none;
  }

  .pp-con .ppright1 {
    padding: 15px;
    flex-wrap: wrap;
  }

  .pp-con .ppright1 .pw {
    width: 100%;
  }

  .pp-con .ppright1 .pimg3 {
    width: 100%;
    text-align: center;
  }

  .pp-con .ppright1 .pw .pwb {
    margin-top: 10px;
    font-size: 14px;
  }

  .pp-con .ppright1 .pw .pwa {
    font-size: 20px;
  }

  .pp-con .ppright1 .pw .pmore2 {
    margin-top: 10px;
  }
}

/* 应用领域 */
.tt11 {
  display: none;
}

.yyly-bg {
  position: relative;
  overflow: hidden;
}

.ytitle {
  position: absolute;
  top: 7.03125vw;
  left: 0;
  z-index: 99;
  width: 100%;
}

.ytitle2 {
  color: #FFF;
  font-size: 1.97916666666667vw;
  letter-spacing: 3.8px;
}

.yyly-index {
  position: relative;
}

.yyly-index>img {
  width: 100%;
}

.ywen {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.ywen-con {
  width: 65.625%;
  align-items: center;
}

.ywen-con .yww {
  width: 41.24%;
}

.ywen-con .yww .ywa {
  font-size: 24px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ywen-con .yww .ywb {
  font-size: 16px;
  color: #FFF;
  letter-spacing: 1.6px;
  text-align: justify;
  font-weight: lighter;
  line-height: 2;
  margin-top: 4.6875vw;
}

.ywen-con .yimg {
  width: 47.62%;
  text-align: center;
}

.ywen-con .yimg img {
  max-width: 100%;
}


.case_swiper {
  /* position: relative;
  background: #000; */
  overflow: hidden;
}

.circle {
  width: 13.02083333333333vw;
  position: absolute;
  left: 36.45833333333333vw;
  z-index: 999;
  top: 11.71875vw;

}

.circles-wrp {
  background: url(../image/2b59f6797ad0ebd4538fd380d7414b575257833b.png) no-repeat top center;
  background-size: 100% 100%;
  width: 26.04166666666667vw;
  height: 26.04166666666667vw;
}

.ysort {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8%;
  z-index: 99;
}

.ysort1 li {
  margin-bottom: 2vw;
}

.ysort1 li:last-child {
  margin-bottom: 0;
}

.ysort1 li a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1.6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ysort1 li a span {
  width: 6px;
  height: 6px;
  background: #D9D9D9;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.ysort1 li.swiper-slide.swiper-slide-thumb-active a {
  color: #CE1515;
  font-weight: 900;
  letter-spacing: 1.6px;
}

.ysort1 li.swiper-slide.swiper-slide-thumb-active a span {
  background: #CE1515;
}

@media(max-width: 1280px) {
  .ytitle2 {
    font-size: 24px;
  }

  .ywen-con .yww .ywa {
    font-size: 20px;
  }

  .ywen-con .yww .ywb {
    margin-top: 2vw;
    font-size: 14px;
  }

  .ysort1 li {
    margin-bottom: 1vw;
  }
}

@media(max-width: 995px) {
  .yyly-bg {
    background: rgba(0, 0, 0, .8);
    padding: 40px 0;
  }

  .ytitle {
    position: relative;
    top: 0;

  }

  .ytitle2 {}

  .ysort {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    transform: none;
    padding: 0 15px;
    margin-top: 15px;
  }

  .ysort1 {
    flex-wrap: wrap;
    display: flex;
  }

  .ysort1 li {
    width: 50%;
    margin-bottom: 15px;
  }

  .ysort1 li a {
    font-size: 14px;
  }

  .ywen {
    position: relative;
    padding-top: 30px;
  }

  .ywen-con {
    width: 100%;
    flex-wrap: wrap;
  }

  .ywen-con .yww {
    width: 100%;
  }

  .ywen-con .yww .ywa {
    font-size: 16px;
  }

  .ywen-con .yww .ywb {
    margin-top: 15px;
    font-size: 13px;
    padding-bottom: 30px;
  }

  .ywen-con .yimg {
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }

  .ywen-con .yimg img {
    max-width: 180px;
    width: 100%;
  }

  .circle {
    top: initial;
    bottom: 120px;
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -100px;
  }

  .circles-wrp {
    width: 200px;
    height: 200px;
  }
}

/* 图文 */
.ad-index {
  background: #F1F1F1;
  padding: 3.38541666666667vw 0;
}

.adlist {
  flex-wrap: wrap;
}

.adlist li {
  width: 50%;
  position: relative;
}

.adlist li a>img {
  width: 100%;
}

.adlist li .wz {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: linear-gradient(to bottom, rgba(61, 54, 53, 1), rgba(61, 54, 53, 0.72));
}

.adlist li .wz .wza {
  font-size: 3.64583333333333vw;
  font-weight: 600;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #fff;
  color: transparent;
  line-height: 1;
}

.adlist li .wz .wzb {
  color: #fff;
  font-size: 24px;
  letter-spacing: 2.4px;
  margin: 1vw 0;
}

.adlist li .wz .wzc {
  color: #fff;
  font-size: 16px;
  letter-spacing: 1.6px;
  text-align: center;
  line-height: 2;
  width: 61.75%;
  margin: 0 auto;
}

.adlist li:nth-of-type(1) .wz {
  opacity: 0;
}

.adlist li:nth-of-type(4) .wz {
  opacity: 0;
}

.adlist li:nth-of-type(1):hover .wz {
  opacity: 1;
}

.adlist li:nth-of-type(2):hover .wz {
  opacity: 0;
}

.adlist li:nth-of-type(3):hover .wz {
  opacity: 0;
}

.adlist li:nth-of-type(4):hover .wz {
  opacity: 1;
}

@media(max-width: 1366px) {
  .adlist li .wz .wzb {
    font-size: 20px;
  }

  .adlist li .wz .wzc {
    width: 100%;
    padding: 0 15px;
  }
}

@media(max-width: 1280px) {

  .adlist li .wz .wzb {
    font-size: 18px;
  }

  .adlist li .wz .wzc {
    font-size: 15px;
  }
}

@media(max-width: 995px) {
  .ad-index {
    padding: 20px 0;
  }

  .adlist li {
    width: 100%;
  }

  .adlist li .wz .wza {
    font-size: 24px;
  }

  .adlist li .wz .wzb {
    font-size: 16px;
  }

  .adlist li .wz .wzc {
    font-size: 12px;
    line-height: 22px;
  }
}

/* about */
.ab-bg {
  background: #F9F9F9;
  padding-top: 8.33333333333333vw;
  padding-bottom: 7.55208333333333vw;
}

.abl {
  width: 38.125%;
}

.abl h3 {
  font-size: 1.97916666666667vw;
  color: #000;
  letter-spacing: 3.8px;
}

.abl .aw {
  margin-top: 4.6875vw;
}

.abl .aw p {
  font-size: 16px;
  color: #000;
  text-align: justify;
  line-height: 1.875;
}

.abl .amore {
  width: 151px;
  height: 39px;
  border-radius: 20px;
  border: 1px solid #3A3A3A;
  margin-top: 2vw;
}

.abl .amore a {
  display: block;
  text-align: center;
  line-height: 37px;
  font-size: 12px;
  letter-spacing: 1.2px;
  color: #000;
}

.abl .anum {
  margin-top: 4.47916666666667vw;

}

.numlist {
  flex-wrap: wrap;
}

.numlist li {
  width: 45.9%;
  margin-bottom: 3.64583333333333vw;
}

.numlist li .numleft {
  width: 32.79%;
}

.numlist li .numleft .num1 {
  font-size: 16px;
  color: #4B4B4B;
  letter-spacing: 3.2px;
}

.numlist li .numleft .num2 {
  align-items: flex-end;
  margin-top: 0.78125vw;
  justify-content: flex-start;
}

.numlist li .numleft .num2 b {
  font-size: 1.875vw;
  color: #CE1515;
  font-weight: 700;
  letter-spacing: 3.6px;
  line-height: 1;
}

.numlist li .numleft .num2 span {
  font-size: 16px;
  color: #CE1515;
  font-weight: 700;
}

.numlist li .numright {
  width: 32.79%;
}

.numlist li .numright img {
  max-width: 100%;
}

.abr {
  width: 47.5625%;
}

.abr .aimg {}

.abr .aimg img {
  width: 100%;
}

.abr .alogo {
  text-align: center;
  margin-top: 25px;
}

.abr .alogo img {
  max-width: 100%;
}

@media(max-width: 1366px) {
  .numlist li .numleft {
    width: 40.79%;
  }
}

@media(max-width: 1280px) {
  .abl h3 {
    font-size: 24px;
  }

  .abl .aw {
    margin-top: 2vw;
  }

  .abl .aw p {
    font-size: 14px;
  }
}

@media(max-width: 1024px) {
  .numlist li .numleft .num1 {
    font-size: 14px;
  }

  .numlist li .numleft .num2 span {
    font-size: 14px;
  }

}

@media(max-width: 995px) {
  .ab-bg {
    padding: 40px 0;
  }

  .ab-index {
    flex-wrap: wrap;
  }

  .abl {
    width: 100%;
  }

  .abl .aw {
    margin-top: 15px;
  }

  .abl .amore {
    margin-top: 15px;
  }

  .abr {
    width: 100%;
  }

  .abl .anum {
    margin-top: 20px;
  }

  .numlist li {
    margin-bottom: 15px;
  }

  .numlist li .numleft .num2 b {
    font-size: 16px;
  }

  .numlist li .numright img {
    max-width: 30px;
    width: 100%;
  }

  .abr .alogo {
    margin-top: 15px;
  }
}

/* news-bg */
.news-bg {
  background: #F1F1F1;
  padding-top: 4.42708333333333vw;
  padding-bottom: 5.46875vw;
}

.ntitle {
  font-size: 1.97916666666667vw;
  color: #000;
  letter-spacing: 3.8px;
}

.news-index1 {
  align-items: flex-end;
}

.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;
}

.news-index1 .nsort li {
  width: 102px;
  line-height: 37px;
}

.news-index1 .nsort li a {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #000
}

.news-index1 .nmore {
  position: relative;
  width: 132px;
}

.news-index1 .nmore a {
  position: absolute;
  bottom: 10px;
  right: 0;
  font-size: 18px;
  color: #000;
  letter-spacing: 1.8px;
}

.news-index1 .nsort li.active {
  border-radius: 20px;
  background: linear-gradient(270deg, #ED7575 0%, #E11818 100%);
}

.news-index1 .nsort li.active a {
  color: #fff;
}

.news-index2 {
  margin-top: 3.33333333333333vw;
}

.newsSwiper {
  overflow: hidden;
}

.newsSwiper .swiper-slide .img1 img {
  width: 100%;
}

.newsSwiper .swiper-slide .ww {
  margin-top: 1.5625vw;
}

.newsSwiper .swiper-slide .ww .date {
  width: 19.38%;
  text-align: center;
}

.newsSwiper .swiper-slide .ww .date .d1 {
  font-size: 3.64583333333333vw;
  font-weight: 900;
  line-height: 1;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #000;
  color: transparent;
}

.newsSwiper .swiper-slide .ww .date .d2 {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1.8px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #000;
  color: transparent;
}

.newsSwiper .swiper-slide .ww .wz {
  width: 77.52%;
}

.newsSwiper .swiper-slide .ww .wz .wza {
  align-items: center;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.newsSwiper .swiper-slide .ww .wz .wza::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 43px;
  height: 1px;
  background: #232323;
}

.newsSwiper .swiper-slide .ww .wz .wza span {
  font-size: 18px;
  color: #000;
  font-weight: 700;
  letter-spacing: 1.8px;
  width: 90%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsSwiper .swiper-slide .ww .wz .wzb {
  font-size: 16px;
  color: #000;
  letter-spacing: 1.6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.newsSwiper .swiper-slide .ww .wz .wzb a {
  text-decoration-line: underline;
}

.newsSwiper .swiper-slide:hover .ww .wz .wza span {
  color: #CE1515;
}

@media(max-width: 1366px) {
  .newsSwiper .swiper-slide .ww .date {
    width: 22%;
  }

  .newsSwiper .swiper-slide .ww .date .d1 {
    line-height: 1.3;
  }

  .newsSwiper .swiper-slide .ww .wz {
    width: 75%;
  }

  .newsSwiper .swiper-slide .ww .wz .wzb {
    font-size: 14px;
  }
}

@media(max-width: 1280px) {
  .news-index1 .nsort li a {
    font-size: 16px;
  }

  .news-index1 .nmore svg {
    margin-left: 10px;
  }

  .news-index1 .nmore a {
    font-size: 14px;
  }
}

@media(max-width: 1024px) {
  .newsSwiper .swiper-slide .ww .date .d1 {
    font-size: 34px;
  }

  .newsSwiper .swiper-slide .ww .date .d2 {
    font-size: 16px;
  }

  .newsSwiper .swiper-slide .ww .wz .wza span {
    font-size: 16px;
  }

  .newsSwiper .swiper-slide .ww .wz .wza {
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
}

@media(max-width: 995px) {
  .news-bg {
    padding: 40px 0;
  }

  .ntitle {
    font-size: 24px;
  }

  .news-index1 {
    flex-wrap: wrap;
  }

  .news-index1 .nsort {
    width: 100%;
    margin-top: 15px;
  }

  .news-index1 .nsort li {
    width: 33%;
  }

  .news-index1 .nsort li a {
    font-size: 13px;
  }

  .news-index1 .nmore {
    display: none;
  }

  .newsSwiper .swiper-slide .ww {
    margin-top: 15px;
  }

  .newsSwiper .swiper-slide .ww .date .d1 {
    font-size: 24px;
  }

  .newsSwiper .swiper-slide .ww .date .d2 {
    font-size: 14px;
    margin-top: 5px;
  }

  .newsSwiper .swiper-slide .ww .wz .wza span {
    font-size: 14px;
  }

  .newsSwiper .swiper-slide .ww .wz .wzb {
    font-size: 12px;
  }
}

/* foot */
.foot-bg {
  background: #1F232A;
  padding-top: 2vw;
}

.footl {
  width: 22.8125%;
}

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

.flx {
  margin-top: 2vw;
}

.flx p {
  color: #D6D6D6;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 2.52px
}

.footm {
  width: 39.375%;
}

.fnavlist {}

.fnavlist>li {
  text-align: center;
}

.fnavlist>li>a {
  display: block;
  font-size: 14px;
  color: #FFF;
}

.fnavlist .x-nav-menu {
  margin-top: 2vw;
}

.fnavlist .x-nav-menu dd a {
  display: block;
  font-size: 12px;
  color: #9D9D9D;
  letter-spacing: 2.16px;
  margin-top: 1.5vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fnavlist .x-nav-menu dd a:hover {
  color: #fff;
}

.footr {
  width: 10%;
}

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

.cop-index {
  border-top: 1px solid #FFFFFF;
  padding: 1.5625vw 0;
  margin-top: 1.5625vw;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.42px;
}

.cop-index a {
  color: #FFFFFF;
}

.cop-index a:hover {
  color: #CE1515;
}

@media(max-width: 1024px) {
  .footm {
    width: 50.375%;
  }
}

@media(max-width: 995px) {
  .foot-bg {
    padding-top: 40px;
  }

  .foot-index {
    flex-wrap: wrap;
  }

  .footl {
    width: 100%;
  }

  .footm {
    width: 100%;
  }

  .footr {
    width: 100%;
    margin-top: 15px;
  }

  .footr img {
    max-width: 100px;
    width: 100%;
  }

  .cop-index {
    margin-top: 15px;
    padding: 15px 0;
    font-size: 13px;
  }
}

@media(max-width: 1366px) {
  * {
    letter-spacing: 0 !important;
  }
}


@media(max-width: 640px) {
  .footl {
    text-align: center;
  }

  .footr {
    text-align: center;
  }
}
