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

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

.x-banner img {
  width: 100%;
}

.x-banner .slide-inner {
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /* background-size: cover;
  background-position: center; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #fff;
}

.x-banner .swiper-slide {
  overflow: hidden;
}

.banner_wz {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

.banner_wz h1 {
  font-weight: normal;
  font-size: clamp(0.875rem, 0.65rem + 1.13vw, 2rem);
  text-transform: uppercase;
}

.banner_wz .dian {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--primary-color);
}

.banner_wz .top span {
  font-size: 16px;
  line-height: 1;
}

.banner_wz .top {
  margin: 0 13.28vw;
  border-left: 2px solid #ffffff;
  padding-left: 1.46vw;
}

.banner_wz .top .flex {
  align-items: center;
  justify-content: flex-start;
  column-gap: .75rem;
  text-transform: uppercase;
  margin-top: 1.30vw;
}

.banner_wz .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12.45vw;
  padding-top: 5.94vw;
  padding-bottom: 2.2rem;
  border-top: 2px solid #ffffff;
  font-size: 1rem;
  text-transform: uppercase;
  margin-top: 2.76vw;
}

.banner_wz .bottom img {
  width: 30px;
}

.banner_wz .top,
.banner_wz .bottom {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.swiper-slide-active .banner_wz .top {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}

.swiper-slide-active .banner_wz .bottom {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}

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

.top_top {
  position: fixed;
  width: 100%;
  z-index: 999;
  padding-top: 1.35rem;
  transition: all ease .5s;
}

.head-bg {
  /* position: relative;
  transition: all ease .5s;
  padding: 1rem 0; */
}



.w1560 {
  /* width: 82rem; */
  width: 80rem;
  margin: 0 auto;
  /* padding-left: 15px;
    padding-right: 15px; */
}

@media (max-width: 992px) {
  .w1560 {
    width: 100%;
    overflow: hidden;
    padding: 0 15px;
  }
  .banner_wz .top span {
    font-size: 12px;
  }
}

.pt {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  color: #0B0E41;
}

.pt .pt1 b {
  font-weight: 600;
  color: #f8bd01;
}

.pt .pt2 {
  font-size: 1rem;
  color: #666666;
  margin-top: 5px;
  font-weight: normal;
}

.pt .pt2 span {
  margin: 0 2rem;
}



.head-bg .w1560 {}

.tnav {
  margin-top: 1.2rem;
  transition: all ease .5s;
}

.scroll {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  background: #0F2258;
  padding: 10px 0;
  margin-top: 0;
}
.scroll .x-menu > li>a:after {
    display: none !important;
}
.scroll .x-menu > li>a {
    padding-top: 0;
    justify-content: center;
}
.sytitle {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}

.head-index {}

.head-index .headl {
  /* width: 50%; */
  align-items: center;
  justify-content: flex-start;
}

.head-index .headl .logo {}

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

.head-index .headr {
  align-items: center;
}

.head-index .headr .tel1 {
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-right: 2.24vw;
}

.lang {
  position: relative;
}

.lang .lg {
  width: 143px;
  height: 34px;
  border-radius: 60px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  cursor: pointer;
}

.lang:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
  --webkit-transform: translateY(-50%, 0);
}


.telxian {
  margin: 0 1.2rem;
}

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


.cpzx_ft {
  position: relative;
}

.cpzx_ft .tj_img {
  position: absolute;
  right: 0;
  top: 0;
}

.sytitlex {
  position: relative;
  z-index: 5;
  text-align: left;
}

.sytitlex h4 {
  font-weight: bold;
  font-size: clamp(1.125rem, 0.775rem + 1.75vw, 2.875rem);
  color: #000000;
  line-height: 1;
  text-transform: uppercase;
}

.sytitlex p {
  font-weight: 400;
  font-size: 17px;
  color: #000000;
  text-transform: uppercase;
  margin-top: 10px;
}

.sytitlex h5 {
  font-size: 18px;
  color: #007362;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.sytitlex h4 span {
  /* color: #222222; */
  color: #007362;
}


/* head */
.head-index {
  align-items: center;
}

.head-index .logo {
  width: 175px;
  /* margin-right: 6rem; */
}

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

.head-index .tnav {
  /* width: 75.64%; */
  flex: 1;
}

@media(max-width: 1300px) {
  .head-index .tnav {
    width: 80.64%;
  }
}


/* about */
.sy-jj {
  background: url(../images/ab_bj.jpg) no-repeat center;
  background-size: cover;
}

.ty-bt {
  text-align: center;
}

.ty-bt h3 {
  font-weight: bold;
  font-size: clamp(1.125rem, 0.775rem + 1.75vw, 2.875rem);
  color: #000000;
}

.ty-bt .line {
  display: inline-block;
  width: 93px;
  height: 4px;
  background: var(--primary-color);
}

.ty-bt p {
  font-size: 18px;
  color: #666666;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 10px;
}

.box1-nr {
  width: 60%;
  padding-top: 6.04vw;
}

.box1-nr .ty-bt {
  text-align: left;
}

.jj-bt h3 {
  text-align: center;
  font-size: 1.2rem;
  color: #333333;
  margin-top: 2.2rem;
  font-weight: normal;
}

.jj-nr {
  margin-top: 1.3rem;
}

.jj-nr p {
  font-weight: 400;
  font-size: 17px;
  color: #000000;
  text-align: left;
  line-height: 1.2;
}

.c2-con {
  margin: 4.06vw 0 0;
}

.c2-con ul {
  justify-self: flex-start;
}
html[lang="zh"] .c2-con ul {
    grid-column-gap: 4.2rem;
}
.c2-con ul li {
    width: 90%;
  text-align: center;
  position: relative;
  /* border-right: 1px solid #e9ecef; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

html[lang="zh"] .c2-con ul li {
    width: 100%;
}


#count-number h3,
#count-number span {
  font-size: clamp(1rem, 0.7rem + 1.5vw, 2.5rem);
  color: #181818;
  font-weight: bold;
  display: inline-block;
  padding: 0;
}

.c2-con ul li span {
  font-size: 0.9rem;
  color: #666666;
  padding-left: 15px;
}

.c2-con ul li p {
  /*width: 65%;*/
  font-weight: bold;
  font-size: 15px;
  color: #2D2D2D;
  text-transform: uppercase;
}

.count-title {
  white-space: nowrap;
}

.more_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.more_box a {
  width: 155px;
  height: 35px;
  border: 2px solid #A5A5A5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #2D2D2D;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  text-transform: uppercase;
}

.more_box a:hover {
  background: var(--primary-color);
  color: #fff;
}

.more_box .wz {
  width: 52.7vw;
  height: 9.8rem;
  background: url(../images/Rectangle.png) no-repeat right;
  background-size: 100% 100%;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  padding-left: 6.72vw;
  padding-right: 7.19vw;
  transform: translateX(8.3vw);
  display: flex;
  align-items: center;
}
html[lang="ara"] .more_box .wz, html[lang="zh"] .more_box .wz {
    transform: translateX(8.6vw);
}
@media (max-width: 1400px) {
  .more_box .wz {
    transform: translateX(4vw);
  }
}
@media (max-width: 992px) {
  .sy-jj {
    background-size: auto;
  }
  .more_box {
    flex-wrap: wrap;
    display: none;
  }
  .c2-con {
    margin-bottom: 4.06vw;
  }
  .jj-nr, .box1-nr, .c2-con ul li, .c2-con ul li p, .more_box .wz {
    width: 100%;
  }

  .c2-con ul {
    justify-self: center;
  }

  .c2-con ul li {
    border: none;
    border-right: none;
  }

  .c2-con ul li:not(:last-child) {
    border: none;
  }
}

/* 解决方案 */
.about_fabric {
  background-color: #ffffff;
  padding: 6.61vw 0 4.32vw;
}

.about {
  padding: 4.3rem 0 50px;
}

.about .dth_wh {
  max-width: 900px;
}

.about .titles {
  text-align: center;
}

.titles h2 {
  font-weight: bold;
  font-size: clamp(1.125rem, 0.775rem + 1.75vw, 2.875rem);
  color: #000000;
  text-align: center;
}

.about_wz {
  font-weight: 400;
  font-size: 17px;
  color: #000000;
  text-align: center;
  margin: 16px 0 3.75vw;
}

.about_a {
  margin-top: 3%;
}

.about_a a {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  background-image: url(../images/sanjiao.png);
  height: 9px;
  width: 20px;
  margin: 0 auto;
}

@media (max-width: 1760px) {}

@media (max-width: 1560px) {
  .about {
    padding: 3.84% 0 3.2%;
  }

  .about_wz {
    font-size: 17px;
  }
}

@media (max-width: 1200px) {
  .about {
    padding: 3.84% 0 3.5%;
  }

  .about_wz {
    font-size: 16px;
  }

  .about_a {
    margin-top: 24px;
  }
}

@media (max-width: 990px) {
  .about {
    padding: 30px 0;
  }

  .about_wz {
    font-size: 15px;
    margin-top: 0.7em;
  }
}

@media (max-width: 768px) {}

@media (max-width: 640px) {
  .about {
    padding: 24px 0;
  }

  .about_wz {
    font-size: 14px;
    line-height: 2;
    margin-top: 0.5em;
  }

  .about_a {
    margin-top: 20px;
  }
}

/* 案例 */
.fabric_appli {
  background-color: #ffffff;
  margin-bottom: 4.27vw;
}

.fabric_appli li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 2.03vw;
}

.fabric_appli li a {
  display: block;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.5s ease;
}


.fabric_appli li .imgs img {
  width: 100%;
}

.fabric_appli li .text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 17px;
  width: 100%;
  padding-left: 1.75rem;
  padding-right: 3.85vw;
}

.fabric_appli li .text img {
    width: 43px;
    height: 43px;
}
.fabric_appli li .text .lt_2 {
    display: none;
}

.fabric_appli li h3 {
  font-weight: 400;
  font-size: 1.1rem;
  color: #FFFFFF;
  text-align: left;
  text-transform: uppercase;
  line-height: 1.2;
  width: 85%;
}


.fabric_appli li a:hover h3 {
  /*color: var(--primary-color);*/
}
.fabric_appli li a:hover .text .lt_2 {
    display: block;
}
.fabric_appli li a:hover .text .lt_1 {
    display: none;
}

.ExploreMore {
  width: fit-content;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 24px;
  color: #1E1E1E;
  transition: all 0.3s ease-in-out;
  border-radius: 50px;
  text-transform: uppercase;
  border: 2px solid #1B3883;
  padding-right: 16px;
  margin: 0 auto;
  position: relative;
  padding: 0px 3.5vw;
    padding-right: calc(2rem + 3rem);
}

.ExploreMore img {
  width: 3.2rem;
  margin-left: 1.2rem;
  position: absolute;
  right: 10px;
}

@media (max-width: 990px) {}



/* product */
.box1 {
  background: url(../images/cp_bj.png) no-repeat center;
  background-size: cover;
  padding-left: 4.95vw;
}

.product-con {}

.prol {
  width: 21.67vw;
  background: #F1F2F6;
  padding-left: 3.44vw;
  padding-right: 2.81vw;
  padding-top: 7.40vw;
  padding-bottom: 8.59vw;
}

.prol .prot {
  font-weight: bold;
  font-size: clamp(1.125rem, 0.775rem + 1.75vw, 2.875rem);
  color: #000000;
  margin-bottom: 3.44vw;
  line-height: 1;
}

.prol .psort {}

.prol .psort li {
  font-weight: bold;
  font-size: 16px;
  color: #818181;
  border-bottom: 3px solid #B9B9B9;
  cursor: pointer;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.prol .psort li:not(:last-child) {
  margin-bottom: 3.65vw;
}

.prol .psort .on {
  color: var(--primary-color);
  border-bottom: 3px solid var(--primary-color);
}


.prol .ptel {
  background: var(--primary-color);
  padding: 1.97916666666667vw 0;
  padding-left: 1.875vw;
}

.prol .ptel h3 {
  font-size: 0.9375vw;
  color: #ffffff;
}

.prol .ptel h3 img {
  max-width: 100%;
  margin-right: 6px;
}

.prol .ptel p {
  color: #ffffff;
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 1;
  margin-top: 0.78125vw;
}

.tt {
  display: none;
}

.pror {
  /* width: calc(100% - 28%); */
  flex: 1;
  margin-left: 3rem;
  padding-top: 13.54vw;
  overflow: hidden;
}

.plist1 {
  flex-wrap: wrap;
  row-gap: 15px;
  column-gap: 2.5rem;
  overflow: hidden;
}

.plist1 .swiper {
  width: 100%;
  overflow: hidden;
}

.plist1 .swiper-wrapper {
  align-items: stretch;
}

.plist1 li {
  position: relative;
  overflow: hidden;
}

.plist1 .swiper-slide {
  width: auto !important;
}

.plist1 .swiper-slide a {
  display: block;
  width: 20.73vw;
}

.plist1 li .img1 {
  height: 13rem;
}

.plist1 li .img1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.plist1 .img1 img {
  width: 100%;
}

.plist1 .wzh {}

.plist1 .wzh .wzh1 {
  width: 48px;
  height: 48px;
  background: var(--primary-color);
  border-radius: 50%;
  margin: 0 auto;
}

.plist1 .wzh .wzh1 img {
  max-width: 100%;
  /* filter: brightness(0); */
}

.plist1 li:hover .wzh .wzh1 .img2 {
  display: none;
}

.plist1 .wzh .wzh2 {
  font-weight: bold;
  font-size: 20px;
  color: #2D2D2D;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 2.14vw;
}

.plist1 .wzh .wzh3 {
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 1.30vw 0 3.07vw;
}

.plist1 .wzh .wzh4 {
  font-weight: bold;
  font-size: 16px;
  color: #0033B8;
  text-transform: uppercase;
}

.my_sw_p {
  width: 100%;
  margin-top: 2.73vw;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.08vw;
}

.my_sw_p img {
  cursor: pointer;
}
@media(max-width: 992px) {
  .box1 {
    padding-left: 0;
  }
  .plist1 .swiper-slide a {
    width: 40%;
  }
  .ExploreMore {
    width: 200px;
    height: 60px;
    font-size: 1.2rem;
  }
}
@media(max-width: 767px) {
  .product-con {
    display: block;
  }

  .prol {
    width: 100%;
  }

  .prol .prot {
    font-size: 16px;
  }

  .prol .psort li a {
    font-size: 14px;
    padding-left: 35px;
    line-height: 50px;
  }

  .prol .ptel h3 {
    font-size: 16px;
  }

  .prol .ptel p {
    font-size: 18px;
  }

  .pror {
    width: 100%;
    margin-top: 5%;
  }

  .plist1 li {
    width: 45%;
  }

  .plist1 .wz .wz2 {
    font-size: 14px;
  }
}

/* news */
.news_box {
  background: #F1F2F6;
  background-size: cover;
  padding: 4.38vw 0 6.46vw;
}

.news_box .w1560 {
  width: 78rem;
}

.tt11 {
  display: none;
}

.news-index {
  /* margin-top: 4.16666666666667vw;
  margin-bottom: 6.25vw; */
}

.news-index1 {
  border-bottom: 2px solid #dbdbdb;
  padding: 1.30208333333333vw 0;
  /* margin-top: 1.30208333333333vw; */
  align-items: center;
  padding-top: 0;
}

.nsort {
  width: 80%;
  justify-content: flex-start;
  gap: 1rem;
}

.nsort li {
  background: transparent;
  width: 8.7rem;
  height: 2.7rem;
  border-radius: 40px;

}

.nsort li a {
  display: block;
  color: #666666;
  font-size: .9rem;
  font-weight: 600;
  line-height: 2.7rem;
  text-align: center;
}

.nsort li.cur {
  background: #00705E;
  box-shadow: 0px 14px 14px 0px rgba(6, 115, 68, 0.2);
}

.nsort li.cur a {
  color: #fff;
}

.nmore a {
  display: block;
  color: #666666;
  font-size: 24px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 100;
}

.news-wrap {
  margin-top: 3rem;
  gap: 2.34vw;
  padding: 0 0.68vw;
}

.newsl {
  width: 21.5rem;
  border-radius: 20px;
  overflow: hidden;
  /*transition: all 0.5s ease-in-out;*/
}

.newsl li {
  position: relative;
}

.newsl li .wz {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 0 .85rem;
}

.newsl li .wz .wz2 {
    color: #ffffff !important;
}

.newslist1 li .img1 img {
  width: 100%;
}

.newslist1 li .wz .wz1 {
  font-size: 13px;
  color: #ffffff;
  line-height: 1;
}

.gd {
  color: #ffffff;
  font-size: 15px;
  display: flex;
  align-items: center;
  margin: 1rem 0 1.65rem;
}

.gd img {
  margin-left: 15px;
}

.newslist1 li .wz .wz2 {
  font-weight: bold;
  font-size: .85rem;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.2;
  text-transform: uppercase;
  margin: .55rem 0 .7rem;
}

.newslist1 li .wz .wz3 {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.newslist1 li:hover .wz .wz2 {
  color: var(--primary-color);
}

.newslist1 li .imgbig {}

.newsr {
  /* width: 47.82%; */
  flex: 1;
  /* background: #EFEFEF; */
  border: 1px solid #EFEFEF;
}


.newsc {
  background: #ffffff;
  border-radius: 20px;
  width: 21.5rem;
  padding: 2.40vw 2.08vw 2.24vw;
  height: 31.25vw;
  /*transition: all 0.5s ease-in-out;*/
}

.newsc .newslist1,
.newsc li {
  height: 100%;
}

.newsc li a {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.newsc li .wz .wz1 {
  color: #606060;
}

.newsc li .wz .wz2 {
  color: #1B3883;
}

.newsc li .wz .wz3 {
  color: #313131;
}

.newsc li .wz .gd {
  color: #666666;
}

.newsr ul {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.newslist2 li {
  padding: 1.51vw 2.08vw 1.51vw 2.97vw;
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  border-radius: 20px;
  display: flex;
  height: 100%;
}
.newslist2 li:not(:last-child) {
  margin-bottom: 1.41vw;
}
.newslist2 li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newslist2 li a .date {
  width: 15%;
  text-align: center;
  line-height: 1;
}

.newslist2 li a .date .d1 {
  color: #333333;
  font-size: 71px;
  font-weight: 600;
  line-height: 1;
  font-family: "Arial";
}

.newslist2 li a .date .d2 {
  color: #999999;
  font-size: 16px;
  font-family: "Arial";
}

.newslist2 li a .wz {
  padding-left: 1.65rem;
}

.newslist2 li a .wz .title {
  /* width: calc(100% - 20%); */
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.newslist2 li a .wz .title span {
  font-weight: bold;
  font-size: 22px;
  color: #999999;
}

.newslist2 li a .wz .wz1 {
  font-weight: bold;
  font-size: .85rem;
  color: #1B3883;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 1.2;
  text-transform: uppercase;
}

.newslist2 li a .wz .wz2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.newslist2 li a .wz .gd {
  color: #666666;
  margin: 0;
}

.newslist2 .timer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-right: 1.3rem;
}

.newslist2 .timer span {
  font-weight: 400;
  font-size: 14px;
  color: #1B3883;
  line-height: 1;
  white-space: nowrap;
}

.newslist2 .timer .b {
  font-weight: bold;
  font-size: clamp(1.125rem, 0.75rem + 1.88vw, 3rem);
  color: #1B3883;
}

.newslist2 li a .wz .wz2 p {
  color: #313131;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 9px;
  margin-bottom: .75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.newslist2 li:hover {
  background: #FFFFFF;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.22);
}

.newslist2 li:hover a .wz .wz1 {
  color: var(--primary-color);
  font-weight: bold;
}

@media(max-width: 1300px) {
  .newslist2 li a .date .d1 {
    font-size: 50px;
  }
}

@media(max-width: 1024px) {
  .newslist1 li .wz .wz2 {
    font-size: 18px;
  }

  .newslist2 li a .wz .wz1 {
    font-size: 18px;
  }
  .news_box .w1560 {
    width: 100%;
  }
}

@media(max-width: 767px) {
  .newsc {
    width: 100%;
    height: auto;
  }
  .news-index {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .news-index1 {
    margin-top: 20px;
  }

  .nsort {
    width: 100%;
  }

  .nsort li {
    width: 33%;
    height: 35px;
  }

  .nsort li a {
    font-size: 14px;
    line-height: 35px;
  }

  .nmore a {
    display: none;
  }

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

  .newsl {
    width: 100%;
  }

  .newslist1 li .wz::before {
    left: 10px;
    top: -40px;
    width: 8px;
    height: 80px;
  }

  .newslist1 li .wz {
    padding-left: 20px;
  }

  .newslist1 li .wz .wz2 {
    font-size: 16px;
  }

  .newslist1 li .wz .wz3 {
    font-size: 14px;
  }

  .newsr {
    width: 100%;
    margin-top: 20px;
  }

  .newslist2 li a .date .d1 {
    font-size: 30px;
  }

  .newslist2 li a .date .d2 {
    font-size: 14px;
  }

  .newslist2 li a .wz .wz1 {
    width: 75%;
    font-size: 16px;
  }

  .newslist2 li a .wz .wz2 {
    font-size: 14px;
  }
}



/* foot */
.foot-bg {
  background: #0F2258;
  padding-top: 4.17vw;
}

.foot-index {}

.jianjie {
  width: 40%;
  font-size: 16px;
  color: #FFFFFF;
}

.jianjie .flx p,
.jianjie .flx p a {
  font-weight: normal;
  font-size: 14px;
  color: #FFFFFF;
  opacity: 0.4;
}

.jianjie .flx p a {
  text-decoration: underline;
}

.jianjie .flx p span {
  font-weight: bold;
}

.jianjie .flx p:not(:last-child) {
  margin-bottom: 1.25rem;
}

.b_nav {}

.foot-index .footl {
  /* width: 36%; */
  display: flex;
  align-items: center;
}

.j_top {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.j_top .l {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-right: 1rem;
  padding-bottom: 17px;
}

.j_top span {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  opacity: 0.4;
}

.j_top p {
  font-weight: 400;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 1;
  padding-right: .85rem;
}

.j_top .r img {
  width: 50px;
}

.dh_img {
  margin: 0 1.5rem 0 1.25rem;
}

.foot-index .footl .flx p {
  font-size: .9rem;
  color: #ffffff;
  line-height: 1;
  display: block;
}

.foot-index .footl .flx p:not(:last-child) {
  margin-bottom: 8px;
}

.foot-index .footl .flx p:nth-child(odd) {
  opacity: 0.6;
}

.foot-index .footl .flx p:nth-child(even) {
  font-size: 22px;
}

.foot-index .footr {
  /* width: 61.22%; */
  /* flex: 1; */
  gap: 1rem;
}

.fnav {
  /* width: 77.88%; */
  gap: 2rem;
}
.footr {
  justify-content: flex-end;
}
.footr .qc {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.footr .qc img {
  width: 120px;
}

.footr .qc p {
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  opacity: 0.6;
  margin-top: 10px;
  font-weight: bold;
}

.fnav dl {}

.fnav dl:not(:last-child) {
  /* width: 25%; */
}

.fnav dl dt a {
  font-weight: 400;
  font-size: .85rem;
  color: #FFFFFF;
}

.fnav dl dt {
  margin-bottom: 10px;
}

.fnav dl dt a:hover {
  opacity: 1;
}

.fnav dl dd a {
  display: block;
  font-size: 14px;
  color: #B2B2B2 !important;
  line-height: 2;
}

.fnav dl dd a:hover {
  color: var(--primary-color);
}

.foot-index .footr .ferq img {
  max-width: 120px;
  width: 100%;
}

.foot-index .footr .ferq p {
  text-align: center;
  color: rgba(255, 255, 255, .6);
  font-weight: bold;
  font-size: 14px;
  margin-top: 0.78125vw;
}

.cop-bg {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 30px;
  padding: 20px 0;
  /*padding-bottom: 3.45rem;*/
}

.cop-index {
  color: rgba(255, 255, 255, .6);
  font-size: .8rem;
}

.cop-index a {
  color: rgba(255, 255, 255, .6);
}

.cop-index a:hover {
  color: var(--primary-color);
}

.cop-index .copl {
  /* width: 48%; */
}

.cop-index .copr {
  width: 48%;
  text-align: right;
}

.c-link {
  background: var(--primary-color);
  padding: 32px 0;
  color: #fff;
}

.c-link span {
  background: url(../45efcd51/23/09/c6e777afe62b5ea7c0e625974f01ffca5ad343bb.png) no-repeat left center;
  padding-left: 15px;
}

.c-link a {
  color: rgba(255, 255, 255, .6);
}

@media(max-width: 767px) {
  .jianjie {
    width: 100%;
    padding: 0;
    border: none;
    margin: 20px 0;
  }

  .foot-bg {
    padding-top: 40px;
  }

  .foot-index .footl .flogo {
    max-width: 100%;
  }

  .foot-index .footl .flx p {
    line-height: 1.5;
  }

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

  .foot-index .footl {
    width: 100%;
  }

  .foot-index .footr {
    width: 100%;
    flex-wrap: wrap;
  }

  .fnav {
    display: none;
  }

  .ferq {
    margin-top: 10px;
  }

  .cop-bg {
    margin-top: 20px;
    padding: 20px 0;
  }

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

  .cop-index .copl {
    width: 100%;
    text-align: center;
  }

  .cop-index .copr {
    width: 100%;
    text-align: center;
  }
}