body {
  margin: 0;
  font-family: 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Arial', sans-serif;
  /* background: #0B1937; */
  color: #000;
}
* {
  padding: 0;
  margin: 0;
}
ul,ol{
  list-style: none;
}
a{
  text-decoration: none;
  color: #454e5d;
  cursor: pointer;
}
/* a:hover{
  opacity: .8;
} */
.center{
  text-align: center;
}
.btn{
  background: #111928;
  color: #fff;
  border-radius: max(3vw, 30px);
  font-size: max(1.5vw, 14px);
  padding: max(.8vw, 6px) max(2vw, 12px) max(.8vw, 6px) max(3vw, 17px);
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.btn .arrow{
  display: inline-block;
  width: max(3.5vw, 25px);
  height: max(2.6vw, 22px);
  background: url(../images/arrow.png) no-repeat center center;
  background-size: 100%;
}
.btn:hover{
  opacity: .8;
}
.btn-green{
  background: #0F8C40;
}
.btn a{
  color: #fff;
}
input:focus {
  outline: none;
}
.mt-number-animate {
  line-height: max(3vw, 22px);
  height: max(3vw, 22px);
  /*设置数字显示高度*/
  /* font-size: 36px; */
  /*设置数字大小*/
  overflow: hidden;
  display: inline-block;
  position: relative;
  top: 5px;
}

.mt-number-animate .mt-number-animate-dot {
  width: max(2vw, 10px);
  /*设置分割符宽度*/
  line-height: max(3vw, 22px);
  float: left;
  text-align: center;
}

.mt-number-animate .mt-number-animate-dom {
  width: max(2vw, 10px);
  /*设置单个数字宽度*/
  text-align: center;
  float: left;
  position: relative;
  top: 0;
}

.mt-number-animate .mt-number-animate-dom .mt-number-animate-span {
  width: 100%;
  float: left;
}
header {
  color: #fff;
  background: #fff;
  padding: 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9;
}
.header{
  background: #fff;
  height: 120px;
  width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .logo{
  width: 340px;
}
.header .box{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
}
.header .search{
  width:344px;
  height: 48px;
  border: 1px solid #0F8C40;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .search input{
  width: calc(100% - 98px);
  height: 100%;
  border-radius: 40px;
  border: none;
  padding: 0 20px;
  font-size: 16px;
}
.header .search input::placeholder{
  color: #BBBBBB;
}
.header .search .search-btn{
  height: 100%;
  width: 98px;
  border-radius: 40px;
  background: #0F8C40;
  border:none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}
.header .search .search-btn:hover{
  opacity: .8;
}
.header .service {
  color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 16px;
}
.header .service .phone{
  width: 43px;
  height: 42px;
}
.header .service .number{
  font-size: 22px;
  color: #0F8C40;
  font-weight: 500;
}
.header .menu{
  display: inline-block;
  width: 25px;
  height: 25px;
  margin-top: -6px;
  background: url(../images/menu.png) 0 0 no-repeat;
  background-size: 100%;
  cursor: pointer;
  display: none;
}
.navbar {
  display: flex;
  align-items: center;
  height: 56px;
  line-height: 56px;
  background: #0F8C40;
}
.navbar .menu{
  display: none;
}
.navbar-menu-box{
  width: 1200px;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
}
.navbar-menu {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
}
.navbar-menu li {
  width: calc(100% / 8);
  height: 100%;
  font-size: 18px;
  white-space: nowrap;
  text-align: center;
  color: #fff;
}

.navbar-menu li a{
  color: #fff;
  cursor: pointer;
  display: block;
}
.navbar-menu li.active>a,
.navbar-menu li:hover>a {
  background: #fff;
  color: #0F8C40;
  font-weight: 500;
}
.home-container{
  margin-top: 176px;
}
.home-container .banner{
  width: 100%;
  height: 41vw;
  background: url(../images/bg.png) 0 0 no-repeat;
  background-size: 100%;
}
.home-container .banner .box{
  width: 62%;
  margin: auto;
  padding: 7vw 0 0;
  color: #fff;
}
.home-container .banner .tit{
  font-size: max(3.4vw, 16px);
}
.home-container .banner .list{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 8vw;
}
.home-container .banner .list li{
  width: 25%;
}
.home-container .banner .list .num{
  font-size: max(3.4vw, 18px);
  font-weight: 500;
}
.home-container .banner .list .text{
  font-size: max(.9vw, 10px);
}
.home-container .card{
  width: 1200px;
  margin: auto;
}
.home-container .card1{
  display: flex;
  margin-top: 5vw;
  gap: 27%;
}
.home-container .card1 .text{
  width: max(18vw, 300px);
  text-align: right;
}
.home-container .card1 .desc{
  width: 60%;
  height: max(45vw, 450px);
  position: relative;
}
.home-container .title{
  font-size: max(3.4vw, 16px);
  font-weight: 500;
}
.home-container .tit-en{
  font-size: max(1.8vw, 14px);
  color: #717886;
  margin-top: .6vw;
}
.home-container .card1 .text .arrow-btn{
  display: inline-block;
  width: max(4vw, 50px);
  height: max(4vw, 50px);
  background: url(../images/btn.png) 0 0 no-repeat;
  background-size: 100%;
  margin-top: 10vw;
  cursor: pointer;
}
.home-container .card1 .text .arrow-btn:hover{
  background: url(../images/btn-hover.png) 0 0 no-repeat;
  background-size: 100%;
}
.home-container .card1 .desc .name{
  font-size: max(1.2vw, 18px);
  font-weight: 500;
  margin-bottom: 1.4vw;
}
.home-container .card1 .desc .info{
  font-size: max(.9vw, 14px);
  color: #363A41;
  letter-spacing: 1px;
  line-height: max(1.6vw, 20px);
}
.home-container .card1 .desc .map {
  display: inline-block;
  width: max(30vw, 350px);
  height: max(30vw, 350px);
  background: url(../images/map.png) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  left: -10vw;
  top: max(15vw, 160px);
}
.home-container .card2{
  width: 100%;
  background: url(../images/bg2.png) 0 0 no-repeat;
  background-size: cover;
  text-align: center;
  padding: max(4vw, 20px) 0;
}
.home-container .card2 .busniess-container {
  width: 80%;
  height: 18vw;
  margin: 4vw auto 0;
}
.home-container .card2 .swiper-slide {
  text-align: center;
}
.home-container .card2 .swiper-slide img{
  width: 100%;
}
.home-container .card2 .swiper-slide .name{
  font-size: max(1.2vw, 14px);
}
.home-container .card3 {
  text-align: center;
  padding: max(4vw, 20px) 0;
  overflow: hidden;
}
.home-container .card3 .swiper-container {
  width: 110%;
  position: relative;
  left: -5%;
  margin: 5vw auto;
}
.home-container .card3 .swiper-slide .name{
  font-size: max(1.2vw, 14px);
}
.home-container .card4{
  text-align: center;
  background-color: #F9FAFC;
  padding: max(4vw, 20px) 0;
}
.home-container .card4 .list{
  display: flex;
  flex-wrap: wrap;
  width: 65%;
  gap: 1vw 3vw;
  margin: 4vw auto;
}
.home-container .card4 .list li{
  font-size: max(1.2vw, 14px);
  width: calc(25% - 2.5vw);
  text-align: left;
  margin-bottom: 1.5vw;
  cursor: pointer;
  position: relative;
}
.home-container .card4 .list li:hover>.name{
  color: #0F8C40;
}
.home-container .card4 .box{
  position: absolute;
  left: 15px;
  top: 25px;
  width: calc(100% - 30px);
  height: calc(100% - 90px);
  background: #fff;
  padding: 20px 20px;
  border-bottom: 5px solid #0F8C40;
  text-align: center;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  transition: transform 0.5s, opacity 0.5s;
  opacity: 0;
  z-index: 2;
  display: block;
  box-sizing: border-box;
}
.home-container .card4 .box .name{
  color: #0F8C40;
  font-size: max(1.1vw, 14px);
}
.home-container .card4 .box .text{
  color: #64676E;
  font-size: max(1vw, 14px);
  margin: 2vw 0 0;
}
.home-container .card4 .box .btn{
  font-size: max(1vw, 14px);
  padding: max(.6vw, 6px) max(1.6vw, 12px) max(.6vw, 6px) max(1.6vw, 12px);
  position: absolute;
  left: 50%;
  bottom: 2vw;
  transform: translate(-50%, 0);
}

.home-container .card4 li:hover .box,
.home-container .card4 li:focus .box {
  transform: rotateY(0deg);
  opacity: 1;
}
.home-container .card5{
  text-align: center;
  padding: max(4vw, 20px) 0;
  overflow: hidden;
}
.cer-marquee-container {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cer-marquee-track {
  display: flex;
  width: max-content;
  animation: cer-marquee-scroll linear infinite;
  will-change: transform;
  align-items: center;
  margin: 1vw 0;
  gap: 15px;
}
@keyframes cer-marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.cer-marquee-track .swiper-wrapper{
  gap: 15px;
}
.cer-marquee-track .swiper-slide {
  flex: 0 0 15vw;
  max-width: 15vw;
  min-width: 15vw;
  box-sizing: border-box;
}
.cer-marquee-track img{
  height: 20vw;
  object-fit: cover;
}
/* 跑马灯样式 */
.par-marquee-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: #fff;
  padding: 20px 0;
  margin-top: 1vw;
}
.par-marquee-track {
  display: flex;
  align-items: center;
  animation: par-marquee-scroll 30s linear infinite;
  will-change: transform;
  gap: 15px;
}
.par-marquee-track .box {
  flex: 0 0 15vw;
  max-width: 15vw;
  min-width: 15vw;
  box-sizing: border-box;
}
.par-marquee-track img {
  margin: 0 40px;
  width: 100%;
  vertical-align: middle;
  display: inline-block;
}
@keyframes par-marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 800px) {
  .par-marquee-track img {
    margin: 0 20px;
    max-height: 40px;
  }
}
.home-container .card5 img{
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  border-radius: 30px;
  margin-bottom: 20px;
}
.footer{
  background: #141519;
}
.footer .box{
  display: flex;
  width: 1200px;
  margin: 0 auto;
  padding: 4vw 0;
}
.footer .box .list{
  margin-right: 5vw;
  flex: 1;
}
.footer .box .list a,
.footer .box .list li{
  color: #fff;
  font-size: max(.9vw, 14px);
}
.footer .box .list a:hover{
  opacity: .8;
}
.footer .box .list li{
  margin-bottom: 10px;
  white-space: nowrap;
}
.footer .box .list .name{
  font-size: max(1vw, 16px);
  color: #fff;
  margin-bottom: 2vw;
}
.footer .box .phone{
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/phone2.png) 0 0 no-repeat;
  background-size: 100%;
}
.footer .box .address{
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/address.png) 0 0 no-repeat;
  background-size: 100%;
}
.footer .code{
  width: 85px;
  color: #fff;
}
.footer .code .name{
  margin-bottom: 15px;
}
.footer .code .tip{
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}
.footer .copyright{
  background: #333538;
  color: #fff;
  height: 98px;
  line-height: 98px;
  text-align: center;
}
.new-card{
  display: flex;
  padding-top: 3vw;
}
.new-card .menu{
  width: 300px;
}
.new-card .menu .head{
  background: #0F8C40;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom: 1px solid #ddd;
  padding: max(1vw, 15px) max(1.5vw, 20px);
  display: flex;
  align-items: center;
  gap: 15px;
}
.new-card .menu .cont{
  border: 1px solid #0F8C40;
}
.new-card .menu .new{
  width: max(3vw, 60px);
}
.new-card .menu .title{
  font-size: max(1.3vw, 20px);
  color: #fff;
}
.new-card .menu .tit-en{
  font-size: max(.8vw, 12px);
  color: #fff;
  margin: 0;
}
.new-card .menu .cont p{
  line-height: max(3vw, 40px);
  border-bottom: 1px solid #ddd;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}
.new-card .menu .cont p:last-child{
  border-bottom: none;
}
.new-card .menu .cont p::before{
  content: "";
  position: absolute;
  left: max(1vw, 20px);
  top: 50%;
  margin-top: -6px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #666;
}
.new-card .menu .cont p a{
  display: block;
  padding-left: max(2vw, 35px);
}
.new-card .menu .cont p.active,
.new-card .menu .cont p:hover{
  background: #0F8C40;
}
.new-card .menu .cont p.active a,
.new-card .menu .cont p:hover a{
  color: #fff;
}
.new-card .menu .cont p.active::before,
.new-card .menu .cont p:hover::before{
  border-left: 8px solid #fff;
}
.new-card .main{
  width: calc(100% - 340px);
  margin-left: 40px;
}
.tab{
  font-size: max(1.4vw, 16px);
  margin-bottom: 1vw;
  border-bottom: 1px solid #ddd;
  line-height: 2.5vw;
}
.tab .item{
  display: inline-block;
  border-bottom: 3px solid #0F8C40;
}
.new-card .main .new-list li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  margin-bottom: max(1vw, 10px);
  padding: max(1vw, 15px) max(1vw, 5px);
}
.new-card .main .new-list li:hover{
  background: #f5f5f5;
}
.new-card .main .new-list .box{
  display: flex;
  align-items: flex-start;
}
.new-card .main .new-list .img{
  width: 250px;
  height: 150px;
}
.new-card .main .new-list .name{
  font-size: max(1vw, 18px);
  margin: max(1.2vw, 10px) 0 0 1vw;
}
.new-card .main .new-list .info{
  text-align: right;
}
.new-card .main .new-list .date{
  font-size: max(1.2vw, 14px);
}
.new-card .main .new-list .btn{
  font-size: max(.8vw, 12px);
  padding: max(.4vw, 5px) max(1vw, 12px) max(.6vw, 6px) max(1vw, 12px);
  margin-top: 2vw;
}
.new-card .main .info .name{
  font-size: max(1vw, 16px);
  margin-bottom: max(.6vw, 10px);
}
.new-card .main .info .text{
  color: #454e5d;
  font-size: max(.8vw, 12px);
  line-height: max(1.4vw, 20px);
  text-indent: 2em;
  margin-bottom: max(1vw, 5px);
}
.page-box{
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}
.page-box .pageNum,
.page-box .pre,
.page-box .next{
  height: 30px;
  width: 30px;
  background-size: 100% 100%;
  color: #595959;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  line-height: 30px;
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  font-weight: inherit;
  text-decoration: none;
  background-color: #fff;
  text-align: center;
  border-radius: 2px;
}
.page-box .pageNum:hover,
.page-box .pre:hover,
.page-box .next:hover,
.page-box .pageNum.active{
  background: #0F8C40;
  color: #fff;
  border-color: #0F8C40;
}
.page-box .pre.disabled,
.page-box .next.disabled{
  color: #fff;
  background: #c8c8c8;
  border-color: #c8c8c8;
  cursor: not-allowed;
}
.contact-card{
  padding: 0;
  margin-bottom: 4vw;
}
.contact-card .box{
  width: 100%;
  padding: max(1vw, 20px) 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-card .box .name{
  font-size: max(1.6vw, 20px);
  margin-bottom: max(1.5vw, 20px);
}
.contact-card .box .list li{
  border-bottom: 1px solid #d9d9d9;
  padding: max(.6vw, 5px) 0;
  font-size: max(.8vw, 12px);
  align-items: flex-start;
}
.contact-card .box .list li:hover{
  background: #fff;
}
.contact-card .map{
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
  height: 400px;
}
.home-container .case-card{
  margin: 3vw auto;
}
.case-card .list li{
  margin-bottom: 4vw;
}
.case-card .list .name{
  display: inline-block;
  font-size: max(1.4vw, 14px);
  background: #0F8C40;
  color: #fff;
  padding: 0 max(2vw, 10px);
  margin-bottom: 1vw;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.case-card .list .text{
  text-indent: 2em;
  font-size: max(1vw, 13px);
  color: #666;
  margin: 10px 0 0 0;
  line-height: 1.8;
}
.case-card .list .img-box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: .5vw;
  margin-top: 20px;
}
.case-card .list .img-box .box{
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  gap: .5vw;
}
.case-card .list .case1 .img1{
  width: 61%;
}
.case-card .list .case1 .box{
  width: 39%;
}
.case-card .list .img-box .cell-1 img{
  width: 100%;
}
.case-card .list .img-box .cell-2 img{
  width: calc(50% - 5px);
}
.case-card .list .case2 .img1{
  width: 62%;
}
.case-card .list .case2 .img2{
  width: 38%;
}
.case-card .list .case3 .img1{
  width: 56.5%;
}
.case-card .list .case3 .img2{
  width: 43.5%;
}
.case-card .list .case4 .img1{
  width: 55.5%;
}
.case-card .list .case4 .img2{
  width: 44.5%;
}
.case-card .list .case5 .img1{
  width: 70.5%;
}
.case-card .list .case5 .img2{
  width: 29.5%;
}
.case-card .list .case6 .img1{
  width: 71.5%;
}
.case-card .list .case6 .img2{
  width: 28.5%;
}
.case-card .list .case7 .img1{
  width: 64.5%;
}
.case-card .list .case7 .img2{
  width: 35.5%;
}
.case-card .list .case8 .img1{
  width: 66.5%;
}
.case-card .list .case8 .img2{
  width: 33.5%;
}
.case-card .list .case10 .img1{
  width: 57%;
}
.case-card .list .case10 .img2{
  width: 43%;
}
.case-card .list .case11 .img1{
  width: 46%;
}
.case-card .list .case11 .img2{
  width: 25%;
}
.case-card .list .case11 .img3{
  width: 28%;
}
.case-card .list .case12 .img1{
  width: 69%;
}
.case-card .list .case12 .img2{
  width: 31%;
}
.case-card .list .case13 .img1{
  width: 72.5%;
}
.case-card .list .case13 .img2,
.case-card .list .case13 .img3{
  width: 100%;
}
.case-card .list .case14 .img1{
  width: 72.5%;
}
.case-card .list .case14 .img2,
.case-card .list .case14 .img3{
  width: 100%;
}
.case-card .list .case15 .img1{
  width: 68.5%;
}
.case-card .list .case15 .img2,
.case-card .list .case15 .img3{
  width: 100%;
}
.zl-card{
  margin-bottom: 2vw;
}
.zl-card .swiper-container{
  width: 100%;
  overflow: visible;
}
.zl-card .swiper-wrapper{
  flex-wrap: wrap;
}
.zl-card .swiper-container  .swiper-slide{
  box-shadow: 0 4px 16px rgba(0,0,0,0.10);
  margin-bottom: 20px;
}
.zl-card .swiper-container  .swiper-slide:nth-child(3n){
  margin-right: 0 !important;
}
.zl-card .swiper-container .box{
  height: 12vw;
  /* overflow: hidden; */
  background: #f6f6f6;
  margin: 10px;
  padding: 10px;
}
.zl-card .swiper-container .box img{
  height: 100%;
  transition: transform 0.2s;
  object-fit: contain;
}
.zl-card .swiper-container .swiper-slide:hover img{
  transform: scale(1.08);
}
.zl-card .swiper-container .name{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: max(.8vw, 14px);
  margin: max(.5vw, 10px) 10px;
}
.zl-card .zs-container .box{
  height: 14vw;
}
@media (max-width: 1200px){
  .header{
    width: calc(100% - 2vw);
    padding: 0 1vw;
  }
  .navbar{
    width: calc(100% - 2vw);
    padding: 0 1vw;
  }
  .home-container .card{
    width: calc(100% - 4vw);
    padding: 0 2vw;
  }
  .home-container .card1 {
    gap: 20%;
  }
  .home-container .card4 .list{
    width: calc(100% - 2vw);
    padding: 0 1vw;
  }
  .home-container .card4 .box{
    height: calc(100% - 80px);
    padding: 20px 10px;
  }
  .home-container .card4 .box .name{
    font-size: 16px;
  }
  .home-container .card4 .box .text{
    font-size: 14px;
  }
  .footer .box{
    width: calc(100% - 4vw);
    padding: 4vw 2vw;
  }
  .footer .box .list{
    margin-right: 2vw;
  }
}
@media (max-width: 800px){
  .header{
    height: 60px;
    width: calc(100% - 6vw);
    padding: 0 3vw;
  }
  .header .logo{
    width: 220px;
  }
  .header .box{
    display: none;
  }
  .header .menu{
    display: block;
  }
  .navbar {
    height: auto;
    background: #fff;
    width: 100%;
    padding: 0;
  }
  .tab{
    line-height: 20px;
    margin-bottom: 20px;
  }
  .tab .item{
    display: inline-block;
    border-bottom: 3px solid #0F8C40;
    padding-bottom: 5px;
  }
  .navbar-menu-box{
    width: 100%;
    display: none;
  }
  .navbar-menu li{
    width: 100%;
  }
  .navbar-menu li a{
    color: #000;
    font-size: 16px;
  }
  .navbar-menu li.active>a{
    background: #0F8C40;
    color: #fff;
  }
  .home-container{
    margin-top: 60px;
  }
  .home-container .banner .box{
    width: 80%;
  }
  .home-container .banner .list{
    margin-top: 20px;
  }
  .home-container .card{
    width: calc(100% - 40px);
    padding: 0 20px;
  }
  .home-container .card1{
    flex-wrap: wrap;
  }
  .home-container .card1 .text{
    width: 100%;
    text-align: left;
  }
  .home-container .card1 .desc{
    width: 100%;
    margin-top: 20px;
    height: 550px;
  }
  .home-container .card1 .text .btn{
    display: none;
  }
  .home-container .title{
    font-size: 22px;
  }
  .home-container .card1 .desc .name{
    font-size: 14px;
  }
  .home-container .card1 .desc .map{
    left: 0;
    top: 220px;
  }
  .home-container .card2 .busniess-container{
    height: auto;
  }
  .home-container .card2 .swiper-slide .name{
    font-size: 14px;
  }
  .home-container .card4 .list li{
    width: calc(50% - 2vw);
  }
  .home-container .card4 .box .name{
    font-size: 14px;
  }
  .home-container .card4 .box .text{
    font-size: 12px;
    margin-top: 20px;
  }
  .home-container .card4 .box{
    top: 15px;
    left: 10px;
    padding: 20px 10px;
    width: calc(100% - 20px);
    height: calc(100% - 60px);
  }
  .home-container .card5 .par-container{
    width: 100%;
    left: 0;
  }
  .home-container .card5 img{
    border-radius: 10px;
  }
  .footer .box{
    flex-wrap: wrap;
    width: calc(100% - 6vw);
    padding: 4vw 3vw;
  }
  .footer .box .list{
    margin-bottom: 8vw;
  }
  .footer .copyright{
    height: 60px;
    line-height: 60px;
    font-size: 9px;
  }
  .contact-card{
    margin: 20px 0 !important;
  }
  .contact-card .box{
    width: 100%;
  }
  .contact-card .map{
    width: 100%;
    height: 250px;
  }
  .new-card{
    flex-direction: column;
    margin: 20px auto !important;
  }
  .new-card .menu .head{
    /* border-radius: 0; */
  }
  .new-card .menu{
    width: 100%;
  }
  .new-card .main{
    width: 100%;
    margin: 40px 0 0;
  }
  .new-card .menu .cont{
    margin-top: 20px;
  }
  .new-card .main .new-list li{
    flex-direction: column;
  }
  .new-card .main .new-list .box{
    flex-direction: column;
    width: 100%;
  }
  .new-card .main .new-list .img{
    width: 100%;
    height: auto;
  }
  .new-card .main .new-list .name{
    margin-left: 0;
  }
  .new-card .main .new-list .info{
    text-align: left;
    width: 100%;
  }
  .new-card .main .new-list .date{
    margin-top: 5px;
  }
  .zl-card .swiper-container{
    overflow: hidden;
  }
  .zl-card .swiper-wrapper{
    flex-wrap: initial;
  }
  .zl-card .swiper-container .box{
    height: 200px;
  }
  .new-card .main .info .item{
    margin-bottom: 20px;
  }
  .par-marquee-track .box{
    flex: 0 0 120px;
    max-width: 120px;
    min-width: 120px;
  }
  .cer-marquee-track .swiper-slide {
    flex: 0 0 160px;
    max-width: 160px;
    min-width: 160px;
  }
}