.latest-news {
  padding: 100px 0;
  position: relative;
  background: #fff;
}

.latest-news::after {
  content: "";
  background: url(../../images/ibg4.png) no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  width: 265px;
  height: 552px;
}

.latest-news .tit {
  position: relative;
  z-index: 20;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.latest-news .tit h3 {
  font-size: clamp(24px, 3.75vw, 56px);
  line-height: 1;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}

.latest-news .tit h3 span {
  color: var(--color-primary);
}

.latest-news .page {
      font-size: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    flex: 1;
}

.latest-news .swiper-button-prev,.latest-news .swiper-button-next{position:static;display:inline-flex;width:33px;height:33px;border:none;background:#000;border-radius:50%;margin-top:0;text-align:center;}
.latest-news .swiper-button-prev:after,.latest-news .swiper-button-next:after{content:none;}
.latest-news .swiper-button-next{background:#000;}
.latest-news .swiper-button-prev i,.latest-news .swiper-button-next i{color:#fff;font-size:19px;}
.latest-news .swiper-button-prev:hover,.latest-news .swiper-button-next:hover{background:var(--color-primary);}

.latest-news .list {
  margin: 40px 0 0;
}

.latest-news .swiper-slide {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.latest-news .swiper-slide .pic {
  display: block;
  width: 100%;
  overflow: hidden;aspect-ratio: 1.95 / 1;
}

.latest-news .swiper-slide .pic img {
  display: block;
  width: 100%;height:100%;
  transition: transform .5s;
  object-fit: cover;
}

.latest-news .swiper-slide .t {
  background: #F5F5F5;
  padding: 20px 20px 30px;
  position: relative;
}

.latest-news .swiper-slide .t em {
  margin: 15px 0 0;
  display: block;
  font-size: 16px;
  color: #4a4a4a;
  background: url("../../images/time.png") no-repeat left center;
  padding: 0 0 0 32px;
}

.latest-news .swiper-slide .t h4 {
  font-size: 22px;
  color: #0d0d0d;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;font-weight:500;
}

.latest-news .swiper-slide .t p {
  font-size:17px;
  color: #4a4a4a;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin: 15px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.latest-news .swiper-slide .t .more {
  margin: 20px 0 0;
  display: inline-block;
  width: 120px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #000;
  font-size: 18px;
  color: #fff;
  border-radius: 20px;
}

@media screen and (min-width:768px){                                                                   
.latest-news .swiper-slide:hover .pic img{transform: scale(1.05);}
.latest-news .swiper-slide:hover .t{background:var(--color-primary);}
.latest-news .swiper-slide:hover .t em{background-image:url("../../images/time2.png");}
.latest-news .swiper-slide:hover .t h4,.latest-news .swiper-slide:hover .t em,.latest-news .swiper-slide:hover .t p{color:#fff;}
.latest-news .swiper-slide:hover .t .more{background:#fff;color:#212121;}
}   
                                                                      
                                                                      
.latest-news .swiper-pagination {
  display: none;
  position: static;
  width: 100%;
  margin-top: 20px;
}

.latest-news .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
  margin: 0 3px;
  background: none;
  border: 1px solid #0097D6;
  border-radius: 50%;
  opacity: 1;
  box-sizing: border-box;
}

.latest-news .swiper-pagination-bullet-active {
  background: #0E6EB8;
}
                                                                                                                    
 .latest-news .page  .more {padding: 0 12px;height:50px;line-height:50px;background:var(--btn-bg);display:block;text-align:center;font-size:18px;color:#fff;}

@media screen and (max-width:1441px) {
      .latest-news{padding:80px 0;}
      .latest-news .swiper-slide .t h4{font-size:20px;}
      .latest-news .page .more  {
        height: 45px;
        line-height: 45px;
        font-size: 17px;
    }
}

@media screen and (max-width:1280px) {
  .latest-news{padding:70px 0;}
  .latest-news .swiper-slide .t{padding:20px 15px;}  
  .latest-news .swiper-slide .t h4{font-size:18px;}
  .latest-news .swiper-slide .t p{font-size:16px;}
  .latest-news .swiper-slide .t .more{display:none;}
  .latest-news .swiper-slide .t em{font-size:15px;}
  .latest-news .page .more  {
    	padding: 0 8px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
}

@media screen and (max-width:768px) {
  .latest-news {
    padding: 30px 0;
  }

  .latest-news::after {
    width: 200px;
    height: 417px;
    background-size: 200px auto;
  }


.latest-news .swiper-button-prev,.latest-news .swiper-button-next{width:30px;height:30px;}
.latest-news .swiper-button-prev i,.latest-news .swiper-button-next i{font-size:16px;}

  .latest-news .list {
    margin: 30px 0 0;
  }

  .latest-news .swiper-slide .t {
    padding: 15px 10px;
  }

  .latest-news .swiper-slide .t em {
    font-size: 15px;
  }

  .latest-news .swiper-slide .t h4 {
    font-size: 17px;
  }

  .latest-news .swiper-slide .t p {
    font-size: 15px;
    line-height: 22px;
    height: 44px;
  }

  .latest-news .swiper-slide .t .more {
    display: none;
  }

  .latest-news .swiper-pagination {
    display: none;
    position: static;
    width: 100%;
    margin-top: 20px;
  }

  .latest-news .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    margin: 0 3px;
    background: none;
    border: 1px solid #0097D6;
    border-radius: 50%;
    opacity: 1;
    box-sizing: border-box;
  }

  .latest-news .swiper-pagination-bullet-active {
    background: #0E6EB8;
  }
  
  .latest-news .page .more {
    display: none;
  }
}

.cd-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s
}

.cd-popup {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  z-index: 1000
}

.cd-popup .div_info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -286px;
  float: none;
  width: 80%;
  padding: 58px;
  background: #fff
}

.cd-popup .div_info h3 {
  padding-bottom: 20px;
  font-family: montserrat-bold;
  font-size: 26px;
  line-height: 24px;
  letter-spacing: 1px;
}

.cd-popup-arshine-close {
  position: absolute;
  right: 7%;
  top: 41px;
  font-size: 42px;
  color: #999
}

.inquirbox{}
.inquirbox h5{background:#F0B323;}
.inquirbox .row{margin-bottom:15px;}
.inquirbox input[type="text"],.inquirbox textarea{padding:10px 10px;font-size:16px;border:1px solid #D2D2CF;width:100%;line-height:22px;text-align:left;color:#111;box-sizing:border-box;}
.inquirbox textarea{max-width:100%;width:100%;resize:none;}
.inquirbox input[type="text"]:focus,.inquirbox textarea:focus{outline:0;box-shadow:0 0 10px rgba(63,62,62,0.2);}
.inquirbox .red{color:#f00;font-weight:bold;}
.inquirbox .yzm { width:70%; margin-right:10px;}
.inquirbox img {cursor: pointer; margin-left: 3px; display: inline-block;vertical-align: middle;}
.inquirbox .submit{margin:0 auto;width:150px;line-height:42px;background:var(--btn-bg);text-align:center;display:block;color:#fff;font-size:16px;cursor:pointer;}
.inquirbox .submit:hover{background:var(--btn-bg-hover);}
                          
.crm-form .inquirbox input[type="text"],.crm-form .inquirbox textarea{padding:10px 12px;font-size:16px;font-family:var(--font-family3);}
.crm-form .inquirbox .submit{margin:0 auto;width:220px;line-height:45px;border-radius:40px;background:var(--btn-bg);text-align:center;display:block;color:#fff;font-size:20px;cursor:pointer;font-family:var(--font-family1);}
.crm-form .inquirbox .submit i{font-size:22px;}
.crm-form .inquirbox .submit:hover{background:var(--btn-bg-hover);}