@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;
}
/**/
.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}

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

.scroll {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  /* background: #ffffff; */
}

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

@media (max-width: 992px) {
  .w1560 {
    width: 100%;
    overflow: hidden;
    padding: 0 15px;
  }
}

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

.sou {
    display: flex;
    align-items: center;
    margin-left: 1rem !important;
    cursor: pointer;
    position: absolute !important;
    top: 50%;
    right: -6%;
    transform: translateY(-50%);
}

.sou_box {
  background: #F8F8F8;
}

.sou-index {
  align-items: center;
  padding: 20px 0;
}

.sou-index .hot {
  display: flex;
  gap: 20px;
}

.sou-index .hot .hot_item {}

.sou-index .hot .hot_item h3 {
  font-size: 15px;
  color: #636363;
  font-weight: normal;
  margin-bottom: 10px;
}

.sou-index .hot .hot_item .wz {
  font-size: 14px;
  color: #646464;
}

.sou-index .hot .hot_item .wz_1 p {
  position: relative;
}

.sou-index .hot .hot_item .wz_1 p::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #636363;
  left: -20%;
  top: 50%;
  transform: translateY(-50%);
}

.sou-index .hot .hot_item .wz p {
  line-height: 1;
}

.sou-index .hot .hot_item .wz p:first-child {
  margin-bottom: 8px;
}

.sou-index .hot .hot_item .wz_2 {
  /* font-size: 16px; */
  color: #0B0E41;
}

.sou-index .sss {
  width: 34.30769230769231%;
  background: #f6f6f6;
}

.sou-index .sss #formsearch {
  z-index: 11;
  background: #dae2ec;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sou-index .sss #formsearch input {
  line-height: 44px;
  height: 36px;
  background: #dae2ec;
  border: none;
}

#category {
  background: none;
  border: none;
  width: 85px;
  text-align: center;
  font-size: 16px;
}

#category:focus-visible {
  outline: none;
}

.sou-index .sss #formsearch input#keyword {
  text-indent: 16px;
  float: left;
  width: 55%;
  color: #999999;
  outline: none;
}

.sou-index .sss #formsearch input#s_btn {
  background: var(--primary-color);
  font-size: 16px;
  float: right;
  width: 4.7rem;
  outline: none;
  padding: 0;
  color: #ffffff;
}

.sou-index .sss #formsearch ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #999999;
}

.sou-index .sss #formsearch ::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
}

.sou-index .sss #formsearch ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}

.sou-index .sss #formsearch ::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
}

.head-bg .w1560 {
  width: 68rem;
}

.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 .headl .logowz {
  margin-left: 16px;
}

.head-index .headl .logowz p:nth-of-type(1) {
  font-weight: 600;
  color: var(--primary-color);
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: .7rem;
}

.head-index .headl .logowz p:nth-of-type(2) {
  color: var(--primary-color);
  font-size: 14px;
  text-align: left;
  letter-spacing: 1px;
}

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

.head-index .headr .tel1 {
  background: url(../images/dh.png) no-repeat left center;
  padding-left: 45px;
}

.head-index .headr .tel1 p:nth-of-type(1) {
  font-weight: 500;
  color: #666666;
  font-size: 14px;
  margin-bottom: 13px;
  line-height: 1;
}

.head-index .headr .tel1 p:nth-of-type(2) {
  font-weight: 600;
  color: #333333;
  font-size: 1.1rem;
  line-height: 1;
}

.telxian {
  margin: 0 1.2rem;
}

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

.head-index .headr .tel2 {
  background: url(../images/dh.png) no-repeat left center;
  padding-left: 45px;
}

.head-index .headr .tel2 p:nth-of-type(1) {
  font-weight: 500;
  color: #666666;
  font-size: 14px;
  margin-bottom: 13px;
  line-height: 1;
}

.head-index .headr .tel2 p:nth-of-type(2) {
  font-weight: 600;
  color: #333333;
  font-size: 1.1rem;
  line-height: 1;
}

/* .sytitle h3 {
  font-family: Arial;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
  color: rgba(3, 186, 197, .1);
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 2;
} */

.cpzx_ft {
  position: relative;
}

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

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

.sytitlex h4 {
  font-size: 36px;
  font-weight: normal;
  line-height: 1;
  color: #333333;
}

.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: 79px;
  /* 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_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 5.15rem 0 3.25rem;
}

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

.ty-bt h3 {
  font-size: 36px;
  color: #000000;
  font-weight: normal;
}

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

.box1-nr {
  /* background: url(../images/bg2@2x.png) no-repeat center;
  background-size: cover; */
}

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

.jj-nr {
  width: 74%;
  margin: 0 auto;
  margin-top: 1.25rem;
}

.jj-nr p {
  font-size: 16px;
  color: #656565;
  text-align: center;
  line-height: 2.1;
}

.c2-con {
  margin: 5rem 0 4.15rem;
}

.c2-con ul li {
  width: 25%;
  text-align: center;
  position: relative;
  /* border-right: 1px solid #e9ecef; */
}

.c2-con ul li:not(:last-child) {
  border-right: 1px solid #e9ecef;
}

#count-number h3,
#count-number span {
  font-size: 2.4rem;
  color: var(--primary-color);
  font-weight: normal;
  display: inline-block;
  padding: 0;
}

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

.c2-con ul li p {
  font-size: 16px;
  color: #666666;
  margin-top: 15px;
}

.more_box {
  text-align: center;
}

.more_box a {
  width: 162px;
  height: 42px;
  border: 2px solid var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--primary-color);
  transition: all 0.3s ease-in-out;
  margin: 0 auto;
}

.more_box a:hover {
  background: var(--primary-color);
  color: #fff;
}
@media (max-width: 992px) {
  .jj-nr {
    width: 100%;
  }
  .c2-con ul li {
    width: 50%;
    border: none;
    border-right: none;
  }
  .c2-con ul li:not(:last-child) {
    border: none;
  }
}

/* 解决方案 */
.about_fabric {
  background-color: #f8f8f8;
}

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

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

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

.titles h2 {
  font-weight: bold;
  font-size: 36px;
  color: var(--text-primary);
}

.about_wz {
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2.2;
  letter-spacing: 0px;
  color: #555555;
  margin-top: 0.9em;
}

.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: #f8f8f8;
}

.fabric_appli li {}

.fabric_appli li a {
  display: block;
  position: relative;
  transition: 0.5s ease;
}

.fabric_appli li:hover a {
  border-top-left-radius: 6.25vw;
  overflow: hidden;
  transition: 0.3s ease;
}

.fabric_appli li .imgs {
  /* padding-top: calc(638 / 470 * 100%); */
  
  border-top-left-radius: inherit;
  position: relative;
}
.fabric_appli li .imgs::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 0;
}
.fabric_appli li .imgs img {
  width: 100%;
}
.fabric_appli li .text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10% 8%;
}

.fabric_appli li .text_sums {
  text-align: center;
  position: relative;
}

.fabric_appli li .text_sums h3 {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #ffffff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fabric_appli li .text_sums h4 {
  font-family: Arial;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #ffffff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 1em;
}

.fabric_appli li .text_sums .nums {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 170px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  position: absolute;
  right: -40%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.3;
  transition: 0.3s ease;
}

.fabric_appli li:hover .text_sums .nums {
  opacity: 0;
}

.fabric_appli li .text_jia {
  position: relative;
  width: 26.4%;
  margin-left: 10px;
  flex-shrink: 0;
  padding: 7.8%;
  z-index: 20;
}

.fabric_appli li .text_jia .jia {
  display: block;
  padding-top: 100%;
  background-color: #0c3a90;
  border-radius: 50%;
  position: relative;
}

.fabric_appli li .text_jia .jia::before,
.fabric_appli li .text_jia .jia::after {
  content: "";
  display: block;
  width: 47%;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  left: 26.5%;
  top: calc(50% - 1px);
}

.fabric_appli li .text_jia .jia::before {}

.fabric_appli li .text_jia .jia::after {
  transform: rotate(90deg);
}

.fabric_appli li .btns_bwen {
  position: absolute;
  z-index: -1;
  width: 38%;
  height: 38%;
  left: 31%;
  top: 31%;
  opacity: 0;
  transition: 0.3s ease;
}

.fabric_appli li:hover .btns_bwen {
  opacity: 1;
}

/* 按钮波纹 */
.circle,
.circle1,
.circle2,
.circle3 {
  width: 100%;
  height: 100%;
  background: #dedede;
  border: 1px solid #dedede;
  border-radius: 999px;
  position: absolute;
  top: 0;
  left: 0;
}

.circle1,
.circle2 {
  /* animation: circleChange 2s 1s ease-out infinite; */
  animation-name: circleChange;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.circle1 {
  animation-delay: 1s;
}

.circle2 {
  animation-delay: 2s;
}

@keyframes circleChange {
  0% {
    transform: scale(1);
    opacity: 0.95;
  }

  25% {
    transform: scale(1.4);
    opacity: 0.75;
  }

  50% {
    transform: scale(1.8);
    opacity: 0.5;
  }

  75% {
    transform: scale(2.2);
    opacity: 0.25;
  }

  100% {
    transform: scale(2.6);
    opacity: 0.05;
  }
}

.fabric_appli_arow {
  position: relative;
  padding: 60px 0 60px calc((100vw - 1500px) / 2);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.fabric_appli_arow .fabric_appli_prev,
.fabric_appli_arow .fabric_appli_next {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  border: solid 1px #b4b4b4;
  background: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 52.5% auto;
  outline: none;
  flex-shrink: 0;
}

.fabric_appli_arow .fabric_appli_prev:hover,
.fabric_appli_arow .fabric_appli_next:hover {
  background-color: var(--primary-color);
}

.fabric_appli_arow .fabric_appli_prev {
  margin-right: 13px;
  background-image: url(../images/left.png);
}

.fabric_appli_arow .fabric_appli_next {
  margin-right: 23px;
  background-image: url(../images/rifht.png);
}

.fabric_appli_arow .fabric_appli_prev:hover {
  background-image: url(../images/left_1.png);
}

.fabric_appli_arow .fabric_appli_next:hover {
  background-image: url(../images/rifht_1.png);
}

.fabric_appli_arow .lines {
  position: relative;
  left: 0;
  top: 0;
  background-color: #d3d3d3;
  height: 3px;
  flex-grow: 1;
}

.fabric_appli_arow .lines .swiper-pagination-progressbar-fill {
  background-color: #888888;
}

@media (max-width: 1760px) {
  .fabric_appli_arow {
    padding: 3.4% 0 3.4% 2vw;
  }

  .fabric_appli li .text_sums .nums {
    font-size: 9.65vw;
  }

  .fabric_appli li .text_sums h3 {
    font-size: 22px;
  }

  .fabric_appli li .text_sums h4 {
    font-size: 18px;
  }
}

@media (max-width: 1560px) {
  .fabric_appli li .text_sums h3 {
    font-size: 20px;
  }

  .fabric_appli li .text_sums h4 {
    font-size: 16px;
  }
}

@media (max-width: 1200px) {

  .fabric_appli_arow .fabric_appli_prev,
  .fabric_appli_arow .fabric_appli_next {
    width: 36px;
    height: 36px;
  }
}

@media (max-width: 990px) {
  .fabric_appli li .text_sums h4 {
    font-size: 15px;
  }
}

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

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

@media (max-width: 450px) {
  .fabric_appli li .text_sums .nums {
    font-size: 80px;
  }

  .fabric_appli_arow .fabric_appli_prev {
    margin-right: 10px;
  }

  .fabric_appli_arow .fabric_appli_next {
    margin-right: 15px;
  }
}


/* product */
.box1 {
  background: #ffffff;
  padding: 50px 0 5.8rem;
  background-size: cover;
}

.product-con {
  margin-top: 4.42708333333333vw;
}

.prol {
  width: 19.8%;
}

.prol .prot {
  background: var(--primary-color);
  color: #ffffff;
  font-size: 1.35416666666667vw;
  text-align: center;
  line-height: 3.807692307692308;
}

.prol .psort{
  background: #f8f8f8;
}

.prol .psort li {
  border-bottom: 1px solid #dcdcdc;
}

.prol .psort li {
  display: block;
  color: #000;
  font-size: 19px;
  line-height: 4.5rem;
  background: url(../images/cp_jiantou.png) no-repeat 18px center;
  padding-left: 3.90625vw;
  cursor: pointer;
}
.prol .psort li a{
    color: #000;
}

.prol .psort .on a{
  /* background: url(../images/cp_jt_1.png) no-repeat 18px center; */
  color: 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% - 24.61538461538462%);
}

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

.plist1 li {
  width: 30%;
  position: relative;
  /* margin-bottom: 15px; */
  overflow: hidden;
}

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

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

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

.plist1 .wz {
  /* position: absolute;
  bottom: 0;
  left: 0;
  right: 0; */
  text-align: center;
  position: relative;
}

.plist1 .wz .wz1 {
  width: 2.4rem;
  height: 2.4rem;
  background: #142038;
  border-radius: 50%;
  margin: 0 auto;
  position: absolute;
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
}
.plist1 .wz .wz1 img {
  width: 100%;
}
.plist1 .wz .wz2 {
  background: var(--primary-color);
  color: #ffffff;
  font-size: 0.9375vw;
  line-height: 4.444444444444444;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.plist1 .wz .wz2 img {
  max-width: 100%;
}

.plist1 .wzh {
  background: rgba(0, 0, 0, .7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 11.5%;
  transform: translateY(200%);
  transition: 0.5s;
}

.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: 600;
  font-size: 20px;
  color: #fff;
  padding: 1.04166666666667vw 0;
}

.plist1 .wzh .wzh3 {
  width: 36px;
  height: 2px;
  background: #fff;
  margin: 0 auto;
}

.plist1 .wzh .wzh4 {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 1.35416666666667vw;
  text-align: center;
}

.plist1 li:hover .img1 {
  height: 100%;
}

.plist1 li:hover .wz {
  display: none;
}

.plist1 li:hover .wzh {
  transform: translateY(0);
}

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

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

@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: #ffffff;
  background-size: cover;
  padding: 3.1rem 0 3.65rem;
}

.news_box .sytitlex h4 {
  font-weight: bold;
  font-size: 36px;
  color: #0B0E41;
}


.news_box .sytitlex h5 {
  font-size: 1.5rem;
  color: #403E3E;
  margin: 0;
  margin-top: 15px;
}

.news_box .sytitle h4 span {
  color: #333333;
}

.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: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 100;
}

.news-wrap {
  margin-top: 3rem;
  gap: 1.35rem;
}

.newsl {
  width: 46.82%;
  background: #f8f8f8;
  padding: 2.85rem 1.75rem 2.2rem 2.65rem;
}

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

.newslist1 li .wz {
  position: relative;
}

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

.gd {
  width: 125px;
  height: 41px;
  background: var(--primary-color);
  color: #ffffff;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
}

.gd:hover {
  background: #ffffff;
  color: var(--text-primary);
  border: 1px solid var(--primary-color);
}

.newslist1 li .wz .wz2 {
  font-weight: bold;
  font-size: 28px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 22px 0;
  line-height: 1;
}

.newslist1 li .wz .wz3 {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  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 {
  height: 10.4rem;
  margin: 1.5rem 0 1rem;
}

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

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

.newslist2 li {
  padding: 2.75rem 2.65rem 2.25rem 2.6rem;
  transition: all 0.3s ease-in-out;
}

.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 .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 {
  color: #333333;
  font-size: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  width: 85%;
}

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

.newslist2 li a .wz .wz2 p {
  width: 85%;
  color: #888888;
  font-size: 15px;
  line-height: 24px;
  margin-top: 0.52083333333333vw;
  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;
  }
}

@media(max-width: 767px) {

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

.hz {
  background: #17519f;
  padding: 3.35rem 0 2.75rem;
}

.hz .ty-bt h3,
.hz .ty-bt p {
  color: #fff;
  font-weight: normal;
}

.hz .ty-bt p {
  letter-spacing: 4px;
}

.hz .ty-bt h3 {
  background: url(../images/hezuo.png) no-repeat center;
  background-position-y: 20px;
  font-weight: bold;
}

.hz_box {
  position: relative;
  padding: 0 50px;

}

.hz_swiper {
  margin-top: 30px;
}

.hz_swiper img {
  width: 100%;
  height: 94px;
  object-fit: cover;
}

.hz_prev:after,
.hz_next:after {
  font-size: 20px;
  color: #ffffff;
}

/* foot */
.foot-bg {
  background: #333333;
  background-size: 100% 100%;
  /* padding-top: 2.2rem; */
}

.foot-index {
  margin-top: 1.75rem;
  align-items: flex-start;
  /* gap: 10.5rem; */
}

.jianjie {
  width: 30%;
  font-size: 16px;
  color: #FFFFFF;
  opacity: 0.6;
  padding-left: 2.5rem;
  border-left: 2px dashed rgba(255, 255, 255, 0.1);
}
.jianjie p:not(:last-child) {
  margin-bottom: .5rem;
}
.b_nav {
  padding: 1.75rem;
  border-bottom: 2px dashed rgba(255, 255, 255, 0.1);
}

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


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

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

.foot-index .footl .flx p {
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
  display: block;
  opacity: 0.6;
}

.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: 20px;
}

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

.fnav {
  /* width: 77.88%; */
}

.footr .qc {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footr .qc img {
  width: 138px;
}
.footr .qc p {
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
  margin-top: 10px;
}

.fnav dl {}

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

.fnav dl dt a {
  color: #fff;
  font-size: 1.05rem;
  opacity: 0.6;
}

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

.fnav dl dd a {
  display: block;
  font-size: 15px;
  color: rgba(255, 255, 255, .6);
  line-height: 34px;
}

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

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

.foot-index .footr .ferq p {
  text-align: center;
  color: rgba(255, 255, 255, .6);
  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;
}

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

.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;
  }
  .dh_img {
      display: none;
  }
  .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%;
    justify-content: space-between;
  }

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