.kv {
  background-color: #0b105e;
  height: 100vh;
}
.kv-container .swiper-slide{
  position: relative;
}
.swiper-slide .kv-slicks {
  position: relative;
}
.swiper-slide .kv-slicks-title {
  width: 90vw;
  max-width: 1300px;
  left: 52%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: white;
}
.swiper-slide .kv-slicks-title h2 {
  font-size: 68px;
  margin-bottom: 10px;
}
.swiper-slide .kv-slicks-title div {
  color: #FFF;
  opacity: 0.7;
  font-size: 30px;
  font-weight: lighter;
  text-align: center;
  width: fit-content;
}
.kv-container .kv-image {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
}
 .kv-container{
        position: relative;
    }
    .kv-prev, .kv-next{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        opacity: .8;
        z-index: 99;
        cursor: pointer;
        transition: all .2s ease;
    }
    .kv-prev:hover, .kv-next:hover{
        opacity: 1;
    }
    .kv-prev{
        left: 20px;
    }
    .kv-next{
        right: 20px;
    }
    
    @media screen and (min-width: 1026px){
        .kv-container .slick-dots{
            display: none !important;
        }
    }
@media screen and (max-width: 1025px) {
    .kv-container .slick-dots{
        display: flex;
        justify-content: center;
        position: relative;
        top: -40px;
    }
    
    .kv-container .slick-dots button{
        width: 8px;
        height: 8px;
        border-radius: 50%;
    }
  .kv {
    height: 60vh;
  }
  .kv .kv-slicks .kv-slicks-title {
    width: 80vw;
    align-items: flex-start;
    top: 55%;
    left: 50%;
  }
  .kv .kv-slicks .kv-slicks-title h2 {
    font-size: 30px;
    margin-bottom: 2px;
  }
  .kv .kv-slicks .kv-slicks-title div {
    font-size: 20px;
  }
  .kv img {
    height: 60vh;
  }
}
.head-title {
  width: 100%;
}
.head-title .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-bottom: 10px;
  border-bottom: 1px solid #CCC;
}
.head-title .top h2 {
  color: var(--primary-color);
  font-size: 32px;
  font-weight: bold;
}
.head-title .top div,
.head-title .top a {
  color: #AAA;
  font-size: 18px;
  font-weight: lighter;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.head-title .top div:hover,
.head-title .top a:hover {
  color: #333;
}
.head-title .bottom {
  color: rgb(102, 102, 102);
  font-size: 22px;
  padding-top: 10px;
  font-weight: lighter;
}
@media screen and (max-width: 1025px) {
  .head-title .top h2 {
    font-size: 24px;
  }
  .head-title .top div,
  .head-title .top a {
    font-size: 14px;
  }
  .head-title .bottom {
    font-size: 16px;
  }
}
.business-container {
  width: 94%;
  margin: 0 auto;
  padding: 50px 0;
}
.business-container .business-item {
  margin: 20px 10px;
  background-image:linear-gradient(to bottom right, #f4faff, #F8F9FD);
  padding: 40px 70px;
  border: 2px solid #FFF;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(46, 46, 83, 0.1);
  transition: all 0.3s ease-in-out;
  position: relative;
  cursor: pointer;
  height: 165px;
}
.business-container .business-item .item-icon {
  position: absolute;
  right: 10px;
  top: 4px;
  opacity: 1;
}
.business-container .business-item .item-icon .car {
  width: 160px;
  height: 130px;
  object-fit: contain;
}
.business-container .business-item .item-icon .star {
  width: 100px;
  height: 100px;
  object-fit: contain;
  position: relative;
  top: 10px;
  right: 10px;
}
.business-container .business-item h3 {
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 5px;
}
.business-container .business-item h5 {
  font-size: 14px;
  font-weight: lighter;
  padding: 0px 0 10px 0;
}
.business-container .business-item ul {
  margin-top: 10px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.business-container .business-item ul li {
  color: #666;
  white-space: nowrap;
  background-color: #FFF;
  padding: 8px 12px;
  box-shadow:0 0 20px rgb(177 177 177 / 33%);
}
.business-container .business-item:hover {
  box-shadow: 0 0 20px rgba(89, 89, 182, 0.334);
}
.business-container .business-item:hover h3 {
  color: var(--primary-color);
}
@media screen and (max-width: 1025px) {
  .business-container {
    padding: 30px 0;
    width: 100%;
  }
  .business-container .business-item {
    padding: 20px 20px;
  }
  .business-container .business-item h3 {
    font-size: 22px;
    font-weight: normal;
  }
  .business-container .business-item ul {
    margin-top: 10px;
    gap: 10px;
  }
  .business-container .business-item ul li {
    font-size: 13px;
  }
}
.business-section {
  background-image: url("/guang/images/home_bg_1.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}
.business-section .container {
  width: 1300px;
  max-width: 90vw;
  margin: 0 auto;
  padding: 80px 0 30px 0;
}
.business-section .head-title {
  max-width: 1200px;
  margin: 0 auto;
}
.business-section .slider {
  width: 1260px;
  max-width: 1260px;
  margin: 0 auto;
}
.business-section .slider .slide-item {
  height: 600px;
  width: 420px;
  position: relative;
  cursor: pointer;
}
.business-section .slider .slide-item .background {
  height: 540px;
  width: 380px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: all 0.3s ease-in-out;
  z-index: -1;
  border-radius: 10px;
}
.business-section .slider .slide-item .background img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.business-section .slider .slide-item .info {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) scale(1);
  transition: all 0.3s ease-in-out;
  color: #CCC;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}
.business-section .slider .slide-item .info h3 {
  font-size: 32px;
  color: #CCC;
  transition: all 0.3s ease-in-out;
}
.business-section .slider .slide-item .info h5 {
  font-size: 12px;
  color: #CCC;
  text-align: center;
  min-height: 30px;
  margin-top: 10px;
  white-space: nowrap;
  font-weight: lighter;
}
.business-section .slider .slide-item .info ul {
  margin-top: 20px;
  position: relative;
  padding-top: 20px;
  list-style: none;
  font-size: 14px;
  color: #CCC;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.business-section .slider .slide-item .info ul li {
  text-align: center;
}
.business-section .slider .slide-item .info ul::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 22px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #CCC;
  transition: all 0.3s ease-in-out;
}
.business-section .slider .slide-item:hover .background {
  transform: translate(-50%, -50%) scale(1.1);
}
.business-section .slider .slide-item:hover .info {
  top: 47%;
}
.business-section .slider .slide-item:hover .info h3 {
  transform: scale(1.1);
  color: #FFF;
}
.business-section .slider .slide-item:hover .info ul::after {
  width: 25px;
}
.business-section .slick-arrow {
  display: none !important;
}
@media screen and (max-width: 1025px) {
  .business-section .container {
    width: calc(100vw - 60px);
    padding: 40px 30px;
  }
  .business-section .head-title {
    max-width: 1200px;
    margin: 0 auto;
  }
  .business-section .slider {
    width: calc(100vw - 60px);
    max-width: calc(100vw - 60px);
  }
  .business-section .slider .slide-item {
    height: 550px;
    width: calc(100vw - 60px);
  }
  .business-section .slider .slide-item .background {
    height: 480px;
    width: calc(100vw - 80px);
  }
  .business-section .slider .slide-item .info {
    left: 50%;
    top: 44%;
  }
  .business-section .slider .slide-item .info h3 {
    font-size: 28px;
  }
}
.enterprise-new-section {
  padding: 60px 0 100px 0;
  /* background-image: url("/guang/images/home_bg_2.jpg"); */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}
.enterprise-new-section .container {
  padding: 0px 0;
}
.enterprise-new-section .container .head-title {
  width: 1230px;
  max-width: 100%;
  margin: 0 auto;
}
.enterprise-new-section .enterprise-slick {
  margin-top: 80px;
  width: 100vw;
}
.enterprise-new-section .enterprise-slick .swiper-slide {
  width: 1030px;
  height: 580px;
  position: relative;
}
.enterprise-new-section .enterprise-slick .swiper-slide .poster {
  position: relative;
  z-index: 1;
  border-radius: 6px;
  height: 580px;
}
.enterprise-new-section .enterprise-slick .swiper-slide .poster img {
  height: 580px;
  object-fit: cover;
}
.enterprise-new-section .enterprise-slick .swiper-slide .poster::after {
  position: absolute;
  width: 100%;
  border-radius: 6px;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 4;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
}
.enterprise-new-section .enterprise-slick .swiper-slide .intro {
  position: absolute;
  width: 971px;
  left: 0;
  bottom: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  padding: 20px 30px;
  background-image: linear-gradient(to bottom, #00000000, #000);
  z-index: 9;
  display: none;
}
.enterprise-new-section .enterprise-slick .swiper-slide .intro .title {
  background-color: #ff0000;
  color: white;
  width: fit-content;
  padding: 6px 10px;
  margin-bottom: 15px;
  font-size: 16px;
}
.enterprise-new-section .enterprise-slick .swiper-slide .intro p {
  color: white;
  line-height: 1.7;
}
.enterprise-new-section .enterprise-slick .swiper-slide-active .poster::after {
  display: none;
}
.enterprise-new-section .enterprise-slick .swiper-slide-active .intro {
  display: block;
}
.enterprise-new-section .enterprise-slick .swiper-slide img {
  display: block;
}
@media screen and (max-width: 1025px) {
  .enterprise-new-section {
    padding: 0 0 10px 0;
  }
  .enterprise-new-section .container {
    padding: 0 0 40px 0;
  }
  .enterprise-new-section .container .head-title {
    max-width: 100%;
    margin: 0 auto;
  }
  .enterprise-new-section .enterprise-slick {
    margin-top: 10px;
  }
  .enterprise-new-section .enterprise-slick .swiper-wrapper {
    padding: 30px 0;
  }
  .enterprise-new-section .enterprise-slick .swiper-slide {
    width: 82vw;
    height: 350px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    background-color: white;
  }
  .enterprise-new-section .enterprise-slick .swiper-slide .poster {
    height: 180px;
  }
  .enterprise-new-section .enterprise-slick .swiper-slide .poster img {
    height: 180px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .enterprise-new-section .enterprise-slick .swiper-slide .intro {
    position: relative;
    left: 0;
    width: 80%;
    padding: 20px 30px;
    background-color: white;
    background-image: none;
  }
  .enterprise-new-section .enterprise-slick .swiper-slide .intro .title {
    padding: 6px 10px;
    margin-bottom: 15px;
    font-size: 14px;
  }
  .enterprise-new-section .enterprise-slick .swiper-slide .intro p {
    color: #555;
    line-height: 1.3;
    font-size: 12px;
  }
  .enterprise-new-section .enterprise-slick .swiper-slide-active .poster::after {
    display: none;
  }
  .enterprise-new-section .enterprise-slick .swiper-slide-active .intro {
    display: block;
  }
  .enterprise-new-section .enterprise-slick .swiper-slide img {
    display: block;
  }
}

.enterprise-section {
  padding:80px 0 140px 0;
  background-image: url("/guang/images/enterprise-bg.png");
  background-size: cover;
  position: relative;
}
.enterprise-new-section{
  position: relative;
}
.enterprise-new-section .enterprise-footer{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 340px;
}
.enterprise-new-section .enterprise-footer img{
  width: 100vw;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: blur(9px);
}

.enterprise-section .container {
  border-radius: 10px;
  width: 80vw;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px clamp(20px, 5vw, 100px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: white;
  position: relative;
  z-index: 4;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.enterprise-section .container .enterprise-intro {
  display: flex;
  gap: 50px;
  align-items: center;
  margin-top: 50px;
  justify-content: space-between;
  width: 100%;
}
.enterprise-section .container .enterprise-intro .company-poster {
  width: 545px;
  height: 300px;
  min-width: 450px;
}
.enterprise-section .container .enterprise-intro .company-poster img {
  width: auto;
  object-fit: cover;
  height: 100%;
  /* border-top-right-radius: 100px;
  border-bottom-left-radius: 100px; */
}
.enterprise-section .container .enterprise-intro .company-intro {
  max-width: 600px;
}
.enterprise-section .container .enterprise-intro .company-intro h3 {
  font-size: 26px;
  margin-bottom: 20px;
  color: rgb(58, 68, 86);
}
.enterprise-section .container .enterprise-intro .company-intro p {
  font-size: 14px;
  color: rgb(102, 102, 102);
  line-height: 28px;
  margin-bottom: 30px;
  
}
@media screen and (max-width: 1025px) {
  .enterprise-section {
    margin: 10px 0 80px 0;
    padding-top: 20px;
  }
  .enterprise-section .container {
    width: calc(100vw - 120px);
    padding: 40px 30px;
  }
  .enterprise-section .container .enterprise-intro {
    gap: 30px;
    margin-top: 30px;
    flex-direction: column;
  }
  .enterprise-section .container .enterprise-intro .company-poster {
    width: 75vw;
    height: auto;
    min-width: auto;
  }
  .enterprise-section .container .enterprise-intro .company-poster img {
    /*border-top-right-radius: 50px;*/
    /*border-bottom-left-radius: 50px;*/
    max-width: 75vw;
    margin: 0 auto;
  }
  .enterprise-section .container .enterprise-intro .company-intro {
    max-width: 100%;
  }
  .enterprise-section .container .enterprise-intro .company-intro h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .enterprise-section .container .enterprise-intro .company-intro p {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.news-section {
  background-image: url("https://31286633.s61i.faiusr.com/2/AD0I6cr1DhACGAAgx6nJpAYo3pOcEjCADziXCA.jpg");
  background-size: cover;
  margin: -200px 0 0 0;
  padding: 50px 0 0 0;
}
.news-section .container {
  width: 1230px;
  margin: 0 auto;
  padding: 120px 0 120px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1400px){
    .news-section .container {
      max-width: 90vw;
    }
}
.news-section .container .top-news {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 50px 0 100px 0;
}
.news-section .container .top-news .tips {
  color: rgb(102, 102, 102);
  font-size: 17px;
  font-weight: lighter;
}
.news-section .container .top-news .title {
  font-size: 34px;
  margin: 20px 0 50px 0;
}
.news-section .container .top-news .more {
  color: var(--primary-color);
  font-size: 20px;
}
.news-section .container .news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid #EEE;
  background-color: white;
  margin: 80px auto 0 auto;
}
.news-section .container .news-grid .news-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px 40px;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.news-section .container .news-grid .news-item .date {
  display: flex;
  flex-direction: column;
}
.news-section .container .news-grid .news-item .date span {
  font-size: 16px;
  color: #AAA;
}
.news-section .container .news-grid .news-item .date span:first-child {
  font-weight: bold;
  font-size: 43px;
  transition: all 0.3s ease-in-out;
}
.news-section .container .news-grid .news-item .title {
  font-size: 20px;
  color: rgb(80, 80, 80);
  margin: 10px 0;
  min-height: 50px;
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-section .container .news-grid .news-item .desc {
  font-size: 12px;
  color: rgb(140, 140, 140);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-section .container .news-grid .news-item .more {
  margin-top: 30px;
  font-size: 18px;
  color: var(--primary-color);
}
.news-section .container .news-grid .news-item:first-child,
.news-section .container .news-grid .news-item:nth-child(2) {
  border-right: 1px solid #EEE;
}
/* .news-section .container .news-grid .news-item:hover {
  border: 1px solid var(--primary-color);
}
.news-section .container .news-grid .news-item:hover .title {
  color: var(--primary-color);
}
.news-section .container .news-grid .news-item:hover .date span:first-child {
  color: var(--primary-color);
} */
.news-section .container .more-news {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  color: rgb(26, 70, 146);
  font-size:18px;
  font-weight: bold;
  line-height:17px;
}
.news-section .container .more-news img {
  width: 18px;
  height: 18px;
}
@media screen and (max-width: 1025px) {
  .news-section .container {
    width: calc(100vw - 60px);
    padding: 120px 30px 40px 30px;
  }
  .news-section .container .top-news {
    margin: 20px 0 40px 0;
  }
  .news-section .container .top-news .tips {
    font-size: 14px;
  }
  .news-section .container .top-news .title {
    font-size: 22px;
    margin: 10px 0 30px 0;
  }
  .news-section .container .top-news .more {
    font-size: 14px;
  }
  .news-section .container .news-grid {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 40px;
    background-color: transparent;
    border: none;
  }
  .news-section .container .news-grid .news-item {
    gap: 5px;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    gap: 20px;
  }
  .news-section .container .news-grid .news-item .news-poster {
    width: 120px;
    height: 80px;
  }
  .news-section .container .news-grid .news-item .news-poster img {
    width: 120px;
    height: 80px;
    object-fit: cover;
  }
  .news-section .container .news-grid .news-item .sp-date {
    font-size: 14px;
    color: #AAA;
  }
  .news-section .container .news-grid .news-item .title {
    font-size: 14px;
    min-height: 40px;
  }
  .news-section .container .news-grid .news-item .desc {
    font-size: 12px;
  }
  .news-section .container .news-grid .news-item .more {
    margin-top: 20px;
    font-size: 15px;
  }
  .news-section .container .news-grid .news-item:hover {
    border: 1px solid transparent;
  }
  .news-section .container .news-grid .news-item:hover .title {
    color: #333;
  }
  .news-section .container .news-grid .news-item:first-child,
  .news-section .container .news-grid .news-item:nth-child(2) {
    border-right: none;
    border-bottom: 1px solid #EEE;
  }
  .news-section .container .more-news {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
  }
  .news-section .container .more-news img {
    width: 18px;
    height: 15px;
  }
}
.video-section {
  background-image: url("https://31286633.s61i.faiusr.com/2/AD0I6cr1DhACGAAgiujFpAYohpDKzAIwgA847AQ.jpg");
  background-size: cover;
}
.video-section .container {
  margin: 0 auto;
  padding: 120px 0 140px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.video-section .container .play-icon {
  width: 100px;
  height: 100px;
  transition: all 0.3s ease-in-out;
}
.video-section .container .play-icon:hover {
  transform: scale(1.1);
}
.video-section .container .title {
  color: white;
  margin: 20px 0 50px 0;
}
.video-section .container .title h3 {
  font-size: 38px;
  font-weight: normal;
  text-align: center;
}
.video-section .container .title h2 {
  text-align: center;
  font-size: 52px;
  font-weight: normal;
}
.video-section .container .know-more {
  color: white;
  font-size: 22px;
  text-align: center;
  position: relative;
  margin: 30px 0 0 0;
}
.video-section .container .know-more::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  /*width: 20px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.523);*/
}
@media screen and (max-width: 1025px) {
  .video-section .container {
    padding: 40px 0 60px 0;
  }
  .video-section .container .play-icon {
    width: 60px;
    height: 60px;
  }
  .video-section .container .title {
    color: white;
    margin: 30px 0 50px 0;
  }
  .video-section .container .title h3 {
    font-size: 22px;
    font-weight: normal;
    text-align: center;
  }
  .video-section .container .title h2 {
    text-align: center;
    font-size: 22px;
    font-weight: normal;
  }
  .video-section .container .know-more {
    font-size: 15px;
  }
  .video-section .container .know-more::after {
    bottom: -10px;
    width: 14px;
    height: 2px;
  }
}
.video-play-part {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  z-index: 9999;
}
.video-play-part .container {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 900px;
  height: auto;
  transform: translate(-50%, -50%);
  background-color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.video-play-part .container video {
  width: 100%;
}
.video-play-part .container .close-btn {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: -60px;
  z-index: 99;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media screen and (max-width: 1025px) {
    .video-play-part .container .close-btn {
        top: -40px;
    }
}
.video-play-part .container .close-btn:hover {
  transform: scale(1.2);
}
@media screen and (max-width: 1025px) {
  .video-play-part .container {
    width: 80vw;
    height: auto;
  }
  .video-play-part .container .close-btn {
    width: 30px;
    height: 30px;
  }
}
.certificate-section {
  background-color: white;
}
.certificate-section .container {
  width: 1230px;
  margin: 0 auto;
  padding: 120px 0 120px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1400px){
    .certificate-section .container{
      max-width: 90vw;
    }
}

.certificate-section .title-tips {
  margin: 80px 0;
  text-align: center;
  font-size: 14px;
  color: #666;
}
.certificate-section .cert-slides {
  width: 1230px;
  margin-top: 0;
  overflow: hidden;
}
.certificate-section .cert-slides .slide-item {
  padding-bottom: 5px;
  width: 300px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0;
  height: 300px;
}
.certificate-section .cert-slides .slide-item img {
  width: 100%;
  max-height: 360px;
  object-fit: contain;
}
.certificate-section .cert-slides .slide-item:hover {
  transform: scale(1.09);
}
@media screen and (max-width: 1025px) {
  .certificate-section .container {
    width: calc(100vw - 60px);
    padding: 40px 30px;
  }
  .certificate-section .title-tips {
    margin: 30px 0;
  }
  .certificate-section .cert-slides {
    width: 90vw;
  }
  .certificate-section .cert-slides .slide-item {
    width: 140px;
    height:auto;
    font-size: 12px;
    text-align: center;
    margin: 40px 0px;
    gap: 10px;
  }
  .certificate-section .cert-slides .slide-item img {
    height: auto;
    max-height: 200px;
  }
}
.partner-section {
  background-color: #E2E6EA;
}
.partner-section .container {
  width: 1230px;
  margin: 0 auto;
  padding: 120px 0 60px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.partner-section .container .logo-grids {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  margin: 50px 0 80px 0;
}
.partner-section .container .logo-grids .logo-item {line-height: 1;filter: saturate(100%) opacity(1);}
.partner-section .container .logo-grids .logo-item:hover{filter: saturate(100%) opacity(1);}
.partner-section .container .logo-grids .grid-item {width: 100%;}

@media screen and (max-width: 1400px) {
    .partner-section .container{
        max-width: 90vw;
    }
}

.has-url {
  cursor: pointer;
}
@media screen and (max-width: 1025px) {
  .partner-section .container {
    width: calc(100vw - 60px);
    padding: 40px 30px;
  }
  .partner-section .container .logo-grids {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin: 15px 0 30px 0;
  }
  .partner-section .container .logo-grids .grid-item {
    width: 100%;
  }
}

@media screen and (max-width: 700px) {
   .partner-section .container .logo-grids{grid-template-columns: repeat(3, 1fr);}
   .swiper-slide .kv-slicks-title div{font-size:22px;}
   .kv-2 .kv-slicks-title .know-more-btn{font-size:14px !important;}
   .kv-container .kv-image{height: 60vh;}
}
.slick-dots {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}
.slick-dots li button {
  width: 50px;
  height: 5px;
  content: "";
  border: none;
  outline: none;
  background-color: #ECF0FB;
  color: transparent;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.slick-dots li button:hover {
  background-color: #d3daea;
}
.slick-dots .slick-active button {
  background-color: #d6dce9;
}
.cert-slides .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0 !important;

}

.swiper-pagination-bullet{
    background: #E9EEFA !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active{
    background: #D2D8E7 !important;
}
.swiper-button-prev, .swiper-button-next{
    width: 38px !important;
    height: 38px !important;
    background-size: cover !important;
    opacity: .8;
    
}
.swiper-button-prev{
    background-image: url('/guang/images/left.svg') !important;
    left: 100px !important;   
}

.swiper-button-next{
    background-image: url('/guang/images/right.svg') !important;
    right: 100px !important;   
}


@media screen and (max-width: 767px) {
    .tablet-only{
      display: none !important;
    }
}
@media screen and (min-width: 768px) {
    .mobile-only{
      display: none !important;
    }
}