.banner {
    margin-top: 80px;
}

.banner .swiper-slide img {
    width: 100%;
    height: 3.4rem;
    display: block;
}

.hot {
    padding: .178rem 0 .575rem 0;
}

.hot_title {
    text-align: center;
}

.hot_title_name {
    font-size: .167rem;
    color: #666;
    margin-bottom: .058rem;
}

.hot_title_text {
    font-size: .094rem;
    color: #818B95;
}

.hot_nav {
    display: flex;
    margin-top: .225rem;
    margin-bottom: .377rem;
}

.hot_nav_item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.014rem;
    height: 68px;
    background: #F4F4F4;
    font-size: .094rem;
    color: #666;
    font-weight: 700;
    cursor: pointer;
}

.hot_nav_item_active,
.hot_nav_item:hover {
    color: #FFF;
    background: #D80C24;
}

.hot_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: .418rem ;
}

.hot_left {
    padding: 0 .418rem 0 .805rem;
}

.hot_left_title {
    color: #D80C24;
    font-size: .152rem;
    margin-bottom: .22rem;
}

.hot_left_text {
    font-size: .073rem;
    color: #666;
    line-height: .126rem;
    height: .941rem;
}

.hot_left_foot {
    display: flex;
    align-items: center;
    margin-top: .486rem;
}

.hot_left_foot_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.hot_left_foot_icon i {
    font-size: 20px;
    color: #CBCBCB;
    font-weight: bold;
    cursor: pointer;
}

.hot_left_foot_icon:hover {
    background-color: #D80C24;
}

.hot_left_foot_icon:hover i {
    color: #fff;
}

.hot_left_foot_line {
    width: 1px;
    height: 15px;
    background: #CCC;
}

.hot_left_mooe {
    font-size: .073rem;
    color: #333;
    cursor: pointer;
}
.hot_left_mooe:hover {
    color: #D80C24 !important;
}

.hot_right {
    width: 4.036rem;
    /*height: 3.065rem;*/
    height: auto;
    flex-shrink: 0;
}

.hot_right img {
    display: block;
    width: 100%;
    height: 100%;
}

/* 关于汇通 */
.about {
    background-image: url("/static/images/index/gy_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 2.877rem;
    width: 100%;
    padding: .387rem .805rem 0;
}

.about_header {
    color: #fff;
}

.about_header_left_title {
    font-size: 32px;
}

.about_header_left_text {
    font-size: 18px;
}

.about_header_right {
    color: #fff;
    cursor: pointer;
}

.about_header_right:hover {
    color: #D80C24 !important;
}

.about_main {
    display: flex;
    justify-content: space-between;
    margin-top: .251rem;
}

.about_main_left {
    width: 4.618rem;
    font-size: .073rem;
    line-height: .126rem;
    color: #fff;
    flex-shrink: 0;
}

.about_main_right {
    width: 2.395rem;
    display: flex;
    flex-wrap: wrap;
}

.about_main_right_item {
    color: #fff;
    width: 50%;
    height: .659rem;
}

.about_main_right_item_t {
    display: flex;
    align-items: flex-end;
    font-size: .23rem;
}

.about_main_right_item_t div {
    font-size: .073rem;
    margin-bottom: .052rem;
    margin-left: .026rem;
}

.about_main_right_item_t span {
    font-size: .073rem;
    margin-bottom: .052rem;
    margin-left: .026rem;
}

.about_main_right_item_b {
    font-size: .073rem;
}

.about_border_left {
    border-left: 1px solid rgba(255, 255, 255, 0.22);
    padding-left: .366rem;
}

.about_border_top {
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    padding-top: .131rem;
}

.news {
    padding: .282rem .805rem;
    min-height: 3.719rem;
}

.news .about_header {
    color: #666;
}

.news .about_header_right {
    color: #333;
}

.news_list {
    display: flex;
    margin-top: 72px;
}

.news_list_item {
    width: 1.904rem;
    margin-right: .262rem;
}

.news_list_item:last-child {
    margin-right: 0;
}

.news_list_item_tips {
    display: inline-block;
    font-size: 14px;
    color: #D80C24;
    height: 33px;
    line-height: 33px;
    padding: 0 15px;
    border-radius: 33px;
    border: 1px solid #D80C24;
    margin-bottom: .136rem;
    transition: all .3s;
}

.news_list_item_title {
    color: #000;
    font-size: 17px;
    line-height: 30px;
    height: 64px;
    /* 两行省略号 */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 16px;
    transition: all .3s;
}

.news_list_item_img {
    width: 100%;
    height: 244px;
    overflow: hidden;
}

.news_list_item_img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.news_list_item:hover .news_list_item_img img {
    transform: scale(1.1);
}

.news_list_item:hover .news_list_item_tips {
    background-color: #D80C24;
    color: #fff;
}

.news_list_item:hover .news_list_item_title {
    color: #D80C24;
}

.partner {
    background-color: #F9F9F9;
    min-height: 3.138rem;
}

.partner_main {
    display: flex;
    flex-wrap: wrap;
    margin-top: .377rem;
}

.partner_main_item {
    width: 1.904rem;
    margin-right: .262rem;
    margin-bottom: .157rem;
    transition: transform .3s ease, box-shadow .3s ease;
}

.partner_main_item_img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: .68rem;
    background-color: #fff;
}

.partner_main_item_img img {
    width: 100%;
    height: .319rem;
    object-fit: contain;
    transition: all .3s;
}

.partner_main_item:hover .partner_main_item_img img {
    transform: scale(1.05);
}

/* 新增：合作伙伴卡片悬停动效与阴影 */
.partner_main_item:hover {
    transform: translateY(-4px);
}

.partner_main_item:hover .partner_main_item_img {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

@media (max-width: 800px) {
    .hot {
        padding: 14px 0 20px;
    }

    .hot_title_name {
        font-size: 20px;
    }

    .hot_title_text {
        font-size: 12px;
    }

    .hot_nav {
        margin: 20px 0;
        flex-wrap: wrap;
    }

    .hot_main {
        display: flex;
        flex-direction: column-reverse;
    }

    .hot_nav_item {
        width: calc(100% /3);
        font-size: 14px;
    }

    .hot_left {
        padding: 0 14px;
    }

    .hot_left_title {
        font-size: 18px;
        margin-bottom: .22rem;
    }

    .hot_left_text {
        font-size: 14px;
        color: #666;
        line-height: 24px;
        height: 72px;
        /* 多行省略 */
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        /* 这里是超出几行省略号显示，如果是多行就写数字，单行则不需要设置 */
        -webkit-box-orient: vertical;
    }

    .hot_left_foot {
        margin-top: 14px;
        display: none;
    }

    .hot_left_mooe {
        font-size: 14px;
        margin: 14px 0;
    }
    

    .hot_right {
        width: 100%;
        height: auto;
        margin-bottom: 16px;
    }

    .about {
        padding: 16px 14px;
    }

    .about_header_left_title {
        font-size: 20px;
    }

    .about_header_left_text {
        font-size: 12px;
    }

    .about_header_right {
        font-size: 14px;
    }

    .about_main {
        display: block;
        margin-top: 16px;
    }

    .about_main_left {
        width: 100%;
        font-size: 12px;
        line-height: 20px;
    }
    .about_main_right {
        width: 100%;
        margin-top: 20px;
    }
    .about_main_right_item {
        height: 126px;
    }
    .about_main_right_item_t {
        font-size: 32px;
    }
    .about_main_right_item_t div {
        font-size: 14px;
        margin-bottom: 10px;
        margin-left: 5px;
    }
    
    .about_main_right_item_t span {
        font-size: 14px;
        margin-bottom: 10px;
        margin-left:5px;
    }
    
    .about_main_right_item_b {
        font-size: 14px;
    }
    .about_border_left {
        padding-left: 20px;
    }
    .news {
        padding: 20px 14px;
    }
    .about_border_top {
        padding-top: 20px;
    }
    .news_list {
        display: block;
        margin-top: 20px;
    }
    .news_list_item {
        margin-bottom: 20px;
        margin-right: 0;
    }
    .news_list_item_img {
        margin-bottom: 16px;
    }
    .news_list_item_title {
        border-bottom: 1px solid #DFE0E0;
    }
    .partner_main {
        margin-top: 20px;
    }
    .partner_main_item {
        width: 100%;
        margin-right: 0;
    }
    .partner_main_item_img {
        height: 130px;
    }
    .partner_main_item_img img {
        height: 60px;
    }
}