@charset "UTF-8";

.ad-banner .banner-box {
    position: relative;
}

.ad-banner .banner-img {
    background-position: center;
    padding-bottom: 692px;
}

@media (max-width: 991px) {
    .ad-banner .banner-img {
        padding-bottom: 90%;
    }
}

.ad-banner .banner-img {
    padding-bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
}

.ad-banner .banner-img::before {
    content: '';
    display: block;
    padding-bottom: 41%;
}


@media screen and (max-width:1199px) {
    .ad-banner .banner-img::before {
        padding-bottom: 55%;
    }
}

@media screen and (max-width:991px) {
    .ad-banner .banner-img::before {
        padding-bottom: 100%;
    }
}

.ad-banner .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ad-banner .swiper-pagination-bullet {
    opacity: 1;
    border: 2px #F09C00 solid;
    background-color: #fff;
}

.ad-banner .swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
    background-color: #F09C00;
}

.industry-classification-wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
}
.industry-classification-wrapper a:hover{
    box-shadow: 4px 4px 0 var(--primary-color);
    border-color: var(--primary-color) !important;
    background-color: #FFFAF2;
}

.industry-classification-wrapper .header {
    position: relative;
    text-align: center;
}

.industry-classification-wrapper .header:before {
    position: absolute;
    content: "";
    width: calc(50% - 90px);
    height: 1px;
    background-color: #383850;
    left: 0;
    top: 46px;
}

.industry-classification-wrapper .header:after {
    position: absolute;
    content: "";
    width: calc(50% - 90px);
    height: 1px;
    background-color: #383850;
    right: 0;
    top: 46px;
}

.industry-classification-wrapper .header .text {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    padding-top: 12px;
    padding-bottom: 12px;
}

.industry-classification-wrapper .header .text:after {
    position: absolute;
    content: "";
    width: 74px;
    height: 5px;
    background-color: #FFC107;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.industry-classification-wrapper .item .icon {
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.industry-classification-wrapper .item .name {
    color: #000;
    font-size: 18px;
    margin-top: 12px;
}

.industry-news-wrapper {
    margin-bottom: 32px;
}

.industry-news-wrapper .header {
    position: relative;
    padding-bottom: 36px;
}

.industry-news-wrapper .header:before {
    position: absolute;
    content: "";
    width: 7px;
    height: 30px;
    background-color: #FFC107;
    top: 2px;
    left: 0;
}

.industry-news-wrapper .header:after {
    position: absolute;
    content: "";
    width: calc(100% - 140px);
    height: 1px;
    background-color: #9D9D9D;
    right: 0;
    top: 18px;
}

.industry-news-wrapper .header .text {
    font-size: 24px;
    font-weight: bold;
    padding-left: 20px;
}

.industry-news-wrapper .header .more-btn {
    background-color: #383850;
    color: #fff;
    border-radius: 5px;
    letter-spacing: 2px;
    line-height: 1;
    display: flex;
    align-items: center;
    padding: 8px 8px;
    z-index: 1;
}

.industry-news-wrapper .header .more-btn i {
    padding-left: 6px;
    font-size: 12px;
}

.industry-news-wrapper .list {
    padding: 12px 6px;
    background-color: #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, .3);
    border-radius: 5px;
}

.industry-news-wrapper .list .item {
    position: relative;
    padding: 8px 8px;
    display: flex;
    text-decoration: none;
}

.industry-news-wrapper .list .item:not(:last-child):after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #D9D9D9;
}

.industry-news-wrapper .list .item .name-wrapper {
    flex: 1;
}

.industry-news-wrapper .list .item .name {
    color: #000;
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: linear all 0.1s;
    margin-bottom: 8px;
}
.industry-news-wrapper .list .item .date {
    font-size: 14px;
    color: #7C7C7C;
    letter-spacing: 0px;
}
.industry-news-wrapper .list .item .intro {
    color: #727272;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: linear all 0.1s;
    margin-bottom: 8px;
}

.industry-news-wrapper .list .item .icon {
    padding-top: 12px;
    padding-right: 21px;
}

.industry-news-wrapper .list .item .icon i {
    transition: linear all 0.1s;
    color: #2465B5;
}

.industry-news-wrapper .list .item:hover .name,
.industry-news-wrapper .list .item:hover .icon i {
    color: #E58600;
}
.industry-news-wrapper .list .item:hover .icon i {
    right: 0px;
}

.industry-news-wrapper .list .item:hover .intro,.industry-news-wrapper .list .item:hover .date{
    color: #000;
}
.swiper-wrapper{
    /*transform : translateX(calc(-80px - 16px - 16px))*/
}
.swiper-slide {
    width: 50%;
}
@media screen and (max-width:991px) {
    .industry-classification-wrapper .item .icon {
        width: 2rem;
        height: 2rem;
    }
    .industry-classification-wrapper .item .name{
        margin-top:0;
        font-size: revert-layer;
    }
}
