
.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-nav-cate {

    }
    .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;
    }
}
