  .animate-box {
  opacity: 0;
}

.item-cate {
  display: block;
  text-align: center;
  box-shadow: 0 0 2.1875rem rgba(140, 152, 164, 0.25);
  background-color: #fff;
  margin-bottom: 30px;
  position: relative;
}

.item-cate .item-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  padding: 20px;
  color: #fff;
  text-align: left;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
}

.item-cate:hover .item-title {
  transform: translateY(-10px);
}

@media screen and (max-width: 990px) {
  .item-cate .cover {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    opacity: 0.7;
  }
}

@media screen and (min-width: 991px) {
  .item-cate .cover {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    opacity: 0.7;
  }
}

.item-cates > .item-li:first-child > .item-cate .cover {
  background-color: #0066de;
}

.item-cates > .item-li:nth-child(2) > .item-cate .cover {
  background-color: #599d00;
}

.item-cates > .item-li:nth-child(3) > .item-cate .cover {
  background-color: #638913;
}

.item-cates > .item-li:nth-child(4) > .item-cate .cover {
  background-color: #00aff0;
}

.item-cates > .item-li:nth-child(5) > .item-cate .cover {
  background-color: #0066de;
}

.item-cates > .item-li:nth-child(6) > .item-cate .cover {
  background-color: #4ccb6a;
}

.slick-track > .item-li:first-child > .item-cate .cover {
  background-color: #0066de;
  background: linear-gradient(90deg, #0066de 0%, #0066de 50%, rgba(0, 102, 222, 0) 100%);
}

.slick-track > .item-li:nth-child(2) > .item-cate .cover {
  background-color: #599d00;
  background: linear-gradient(90deg, #599d00 0%, #599d00 50%, rgba(0, 102, 222, 0) 100%);
}

.slick-track > .item-li:nth-child(3) > .item-cate .cover {
  background-color: #638913;
  background: linear-gradient(90deg, #638913 0%, #638913 50%, rgba(0, 102, 222, 0) 100%);
}

.slick-track > .item-li:nth-child(4) > .item-cate .cover {
  background-color: #00aff0;
  background: linear-gradient(90deg, #00aff0 0%, #00aff0 50%, rgba(0, 102, 222, 0) 100%);
}

.slick-track > .item-li:nth-child(5) > .item-cate .cover {
  background-color: #0066de;
  background: linear-gradient(90deg, #0066de 0%, #0066de 50%, rgba(0, 102, 222, 0) 100%);
}

.slick-track > .item-li:nth-child(6) > .item-cate .cover {
  background-color: #4ccb6a;
  background: linear-gradient(90deg, #4ccb6a 0%, #4ccb6a 50%, rgba(0, 102, 222, 0) 100%);
}

.item-cate .img-responsive {
  margin: auto;
}

@media screen and (max-width: 990px) {
  .item-team {
    width: 76%;
    margin: auto;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 991px) {
  .king-box {
  }
}

@media screen and (max-width: 990px) {
  .king-box {
  }
}

.title-style1 {
  font-size: 26px;
  position: relative;
  margin-bottom: 40px;
}

.title-style1:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 46px;
  background-color: #fff;
  bottom: -10px;
  left: 0;
}

.js-slider .prevArrow {
  position: absolute;
  left: -80px;
  bottom: 255px;
}

.js-slider .nextArrow {
  position: absolute;
  right: -25px;
  bottom: 255px;
}

.js-slider i {
  cursor: pointer;
}

.js-slider i:before {
  position: absolute;
  background-color: #ffffff;
  text-align: center;
  display: block;
  border: 2px solid #ededed;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 32px;
  line-height: 52px;
  color: #1c243e;
}

.js-slider i:hover:before {
  background-color: #19348d;
  border: 2px solid #19348d;
  color: #ffffff;
}

.js-slider .prevArrow i {
  position: relative;
}

.js-slider .prevArrow i:before {
  content: "\f3d2";
}

.js-slider .nextArrow i:before {
  content: "\f3d3";
}

.item-team {
  margin: 15px;
}

@media screen and (max-width: 990px) {
  .js-slider .prevArrow {
    left: 60px;
    bottom: 0px;
  }

  .js-slider .nextArrow {
    right: 105px;
    bottom: 0px;
  }

  .item-team {
    margin: 30px;
  }
}

.king-box {
  background-color: #3d61b9;
  color: #fff;
  position: relative;
  margin-top: -30px;
}

.king-item {
  padding: 20px;
}

.king-item .bg {
  color: #fff0f0;
}

.king-item.bg1 {
  background-color: #105197;
}

.king-item.bg2 {
  background-color: #166cdf;
}

.king-item.bg3 {
  background-color: #2b8df1;
}

.king-item.bg4 {
  background-color: #0dbf58;
}

.li-title {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
  cursor: pointer;
}

.li-title:before {
  position: absolute;
  top: 8px;
  left: 0px;
  height: 4px;
  width: 4px;
  background-color: #80a2c6;
  opacity: 0.6;
  font-size: 14px;
  content: "";
}

.nav-cate li {
  display: inline-block;
  margin-left: 20px;
  height: 38px;
}

.nav-cate li a {
  padding: 0 15px;
  line-height: 38px;
}

@media screen and (min-width: 991px) {
  .home-night-box {
    padding-left: 0;
  }

  .home-intro-box {
    padding: 24px;
    height: 349px;
    background-color: #fff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  }
  .home-intro {
    padding: 0 12px;
  }
  .home-night {
    padding: 24px;
  }
}
@media screen and (max-width: 990px) {
  .group-box {
  }
  .intro-txt {
    padding: 10px 10px 30px;
  }
  .home-night {
    padding: 24px;
  }
}

.home-night {
  position: relative;
}

.home-night .cover {
  position: absolute;
  right: -10px;
  bottom: 0;
}

.home-intro {
  line-height: 1.8;
  text-indent: 2em;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.home-nav-cate li {
  display: inline-block;
  height: 36px;
  border: 1px solid #014ea0;
}

@media (max-width: 991px) {
  .home-nav-cate {
    margin-top: -20px;
    margin-bottom: 10px;
  }

  .home-nav-cate li {
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .home-intro-box {
    margin-right: -15px;
  }
  .home-nav-cate li {
    margin-left: 20px;
  }
}

.home-nav-cate li.active {
  background-color: #014ea0;
  color: #fff;
}

.home-nav-cate li a {
  padding: 0 15px;
  line-height: 36px;
  color: #014ea0;
}

.home-nav-cate li.active a {
  color: #fff;
}

.home-nav-cate li.active a {
  color: #fff;
}

@media screen and (max-width: 990px) {
  .news-photo {
    margin-bottom: 10px;
  }

  .top-news {
    border-bottom: 1px solid rgba(0, 20, 35, 0.07);
    margin-bottom: 10px;
  }
}

.news-title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}

.news-title:before {
  position: absolute;
  top: 8px;
  left: 0;
  height: 24px;
  width: 4px;
  background-color: #4c80e7;
  font-size: 14px;
  content: "";
}

@media screen and (min-width: 991px) {
  .home-news {
    display: flex;
    flex-wrap: wrap;
  }
  .home-news .left-news {
    width: 430px;
    padding-right: 20px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
  .home-news .main-news {
    padding: 0 20px;
  }
  .home-news .right-news {
    width: 300px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px;
  }
}
.home-news .left-news {
  box-sizing: border-box;
}
.home-news .main-news {
  flex: 1;
  box-sizing: border-box;
}
.home-news .right-news {
  box-sizing: border-box;
}

.home-news-item + .home-news-item {
  margin-top: 20px;
}
.js-slider {
  margin-bottom: 0 !important;
}
.slider-photo-item {
  border-radius: 4px;
  position: relative;
}

.slider-photo-item img {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slider-photo-item .photo-item {
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.slider-photo-item:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 9;
}

.slider-photo-item .img-contant {
  color: #333;
  padding: 15px 0;
}
.slider-photo-item .img-contant .img-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.slider-photo-item .img-contant .img-desc {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  color: rgba(0, 0, 0, 0.65);
  line-height: 1.8;
}
.program-item-box {
  display: flex;
  gap: 24px;
}
.program-item {
  color: #ffffff !important;
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
}
.program-item:first-child {
  background-color: #2ab8ec;
}
.program-item:nth-child(2) {
  background-color: #4bb961;
}
.program-item:nth-child(3) {
  background-color: #2a64ec;
}

.brand-item-box {
  display: flex;
  gap: 50px;
}

.brand-item {
  color: #ffffff !important;
  border-radius: 12px;
  overflow: hidden;
  flex: 1;
}
.brand-item:first-child {
  background-color: #ADB42C;;
}
.brand-item:nth-child(2) {
  background-color: #2AB8EC;;
}
.brand-item .photo-item img {
    width: 100%;
}

.intro-number ul {
  display: grid;
  grid-template-columns: 2fr 1fr;
}
.intro-number ul li {
    min-width: 200px;
    padding: 20px;
}
.intro-number ul li .num {
    font-size: 32px;
    color: #014EA0;
}


