﻿@charset "utf-8";

/*
 * @Author: hl,haolei@ec.com.cn
 * @Date: 2024-08-27 15:17:56
 * @LastEditTime: 2025-09-19 16:12:16
 * @LastEditors: hl,haolei@ec.com.cn
 * @Description:
 */

.f-mt45 {
    margin-top: 45px;
}

.u-more-box a {
    font-size: 16px;
    line-height: 30px;
    color: rgba(192, 114, 44, 1);
}

.m-menu-box {
    height: 78px;
    background-color: #cf1d2d;
    box-shadow: 0px 0px 16px 0px rgba(172, 148, 0, 0.75);
}

.m-menu-box .u-menu-box {
    display: flex;
    justify-content: space-around;
}

.m-menu-box .u-menu-box>a {
    font-size: 28px;
    font-weight: 600;
    line-height: 78px;
    color: #ffffff;
}

.m-index-box {
    position: relative;
}

.m-index-box::after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 191px;
    background: url(../../img/20250917-7.png) center bottom no-repeat;
}

.m-index-box .u-index-box {
    margin-left: auto;
    margin-right: auto;
    width: 1280px;
    padding: 40px 40px 245px;
    background-color: #fff;
}

.m-index-box .u-tt-box {
    position: relative;
    padding: 48px 0 40px;
    text-align: center;
}

.u-news-swiper-box>.hd .u-tt {
    display: block;
    font-size: 36px;
    font-weight: 600;
    line-height: 50px;
    color: #c0392b;
    text-align: center;
}

.u-news-swiper-box>.hd .u-abstract-box {
    margin-top: 36px;
    padding: 0 30px 0 46px;
    font-size: 16px;
    line-height: 30px;
    color: #000000;
    text-indent: 2em;
}

.u-news-swiper-box>.bd {
    margin-top: 40px;
    padding: 12px;
    width: 1200px;
    height: 551px;
    background-color: #f0f0f0;
}

.u-news-swiper-box .u-news-swiper {
    position: relative;
    width: 1174px;
    height: 527px;
}

.u-news-swiper-box .u-news-swiper .swiper-container {
    height: 100%;
}

.u-news-swiper-box .u-news-swiper .swiper-slide {
    position: relative;
}

.u-news-swiper-box .u-news-swiper .swiper-slide a {
    display: block;
}

.u-news-swiper-box .u-news-swiper .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.u-news-swiper-box .u-news-swiper .u-tt {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 56px;
    line-height: 56px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 20% 0 20px;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}

.u-news-swiper-box .u-news-swiper .swiper-pagination {
    position: absolute;
    left: auto;
    right: 10px;
    bottom: 20px;
    width: 20%;
    text-align: right;
    z-index: 9;
}

.u-news-swiper-box .u-news-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background-color: rgb(158, 157, 164);
    opacity: 1;
    border-radius: 5px;
}

.u-news-swiper-box .u-news-swiper .swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: 6px;
}

.u-news-swiper-box .u-news-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: rgb(213, 212, 218);
}

/*******活动要闻***********/

.u-activity-news-img-box {
    display: flex;
    justify-content: space-between;
}

.u-activity-news-box {
    width: 380px;
}

.u-activity-news-box .u-abstract-box .u-tt {
    margin-top: 2px;
    display: block;
    font-size: 19px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 1px;
    color: #000000;
}

.u-activity-news-box .u-abstract-box .p1 {
    margin-top: 40px;
    font-size: 16px;
    line-height: 27px;
    color: #555;
}

.u-activity-news-box .u-abstract-box .p1>a {
    color: #3a5f0b;
}

.u-activity-news-box .u-news-list li {
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}

.u-activity-news-box .u-news-list li:first-child {
    border-top: 1px solid #f0f0f0;
}

.u-activity-news-box .u-news-list li a {
    position: relative;
    padding-left: 16px;
    display: block;
    font-size: 16px;
    line-height: 55px;
    color: rgba(0, 0, 0, 1);
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.u-activity-news-box .u-news-list li a::before {
    position: absolute;
    left: 2px;
    top: 50%;
    content: '';
    width: 6px;
    height: 6px;
    background: #f49129;
    border-radius: 50%;
    transform: translate(0, -50%);
}

.u-activity-news-box .u-news-list li a:hover {
    text-decoration: underline;
}

.u-activity-img-box {
    width: 780px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.u-activity-img-box .u-item {
    position: relative;
}

.u-activity-img-box .u-item:nth-child(n+3) {
    margin-top: 20px;
}

.u-activity-img-box .u-img-box {
    width: 380px;
    height: 211px;
    overflow: hidden;
}

.u-activity-img-box .u-img-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: all .6s ease-in-out;
}

.u-activity-img-box .u-tit {
    /* position: absolute;
    left: 0;
    bottom: 0; */
    padding: 5px 10px;
    width: 100%;
    height: 44px;
    background-color: #eeedd2;
    font-size: 16px;
    line-height: 34px;
    color: #8b4513;
    overflow: hidden;
    text-align: center;
    font-weight: bold;
}

.u-activity-img-box .u-item:hover img {
    transform: scale(1.1);
}

.m-pzny-box .u-pzny-box {
    padding: 30px 15px;
    display: flex;
    align-items: center;
    width: 1200px;
    height: 275px;
    background: url(../../img/20250917-8.png) 0 0 no-repeat;
}

.m-pzny-box .u-pzny-list {
    height: 240px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    overflow: hidden;
}

.m-pzny-box .u-pzny-list li {
    position: relative;
    padding: 48px 0 48px 48px;
    width: 30%;
}

.m-pzny-box .u-pzny-list li::before {
    position: absolute;
    top: 50%;
    left: 0;
    content: '';
    width: 37px;
    height: 37px;
    background: url(../../img/20250917-9.png) 0 0 no-repeat;
    transform: translateY(-50%);
}

.m-pzny-box .u-pzny-list li:nth-child(n+4) {
    border-top: 1px solid #c0722c;
}

.m-pzny-box .u-pzny-list li>a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: #000000;
}

.m-pzny-box .u-pzny-list li>a:hover {
    text-decoration: underline;
}

.m-xcwl-box .u-xcwl-img-box {
    display: flex;
    justify-content: space-between;
}

.m-xcwl-box .u-xcwl-img-box .u-img-box {
    position: relative;
    display: block;
    padding: 15px 25px 27px 16px;
    width: 381px;
    height: 239px;
    background: url(../../img/20250917-6.png) 0 0 no-repeat;
}

.m-xcwl-box .u-xcwl-img-box .u-img-box img {
    border-radius: 6px;
}

.m-xcwl-box .u-xcwl-img-box .u-txt {
    position: absolute;
    top: 15px;
    right: 25px;
    bottom: 27px;
    left: 16px;
    color: #fff;
    background: rgba(234, 156, 12, 0.84);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.4s ease-in-out;
    transform: rotate(15deg);
    font-size: 16px;
    padding: 10px;
    text-align: left;
    display: flex;
    align-items: center;
    border-radius: 6px;
    background-image: linear-gradient(-90deg, #c0392b 0%, #c0392b 100% 100%);
}

.m-xcwl-box .u-xcwl-img-box .u-img-box:hover .u-txt {
    opacity: 1;
    transform: rotate(0deg);
}

.u-xcwl-box .u-xcwl-list {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.u-xcwl-box .u-xcwl-list li {
    position: relative;
    width: 381px;
    padding: 20px 0;
    border-bottom: 1px solid #c0722c;
}

.u-xcwl-box .u-xcwl-list li a {
    position: relative;
    padding-left: 30px;
    display: block;
    height: 48px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #8b4513;
    overflow: hidden;
}

.u-xcwl-box .u-xcwl-list li a::before {
    position: absolute;
    left: 2px;
    top: 20%;
    content: '';
    width: 6px;
    height: 6px;
    background: #f49129;
    border-radius: 50%;
}

.u-xcwl-box .u-xcwl-list li a:hover {
    text-decoration: underline;
}

.m-cyhz-box .u-cyhz-list {
    padding: 18px 15px;
    height: 602px;
    display: flex;
    flex-wrap: wrap;
    background-color: #fffaf3;
}

.m-cyhz-box .u-cyhz-list li {
    position: relative;
    padding: 50px 50px 0;
    width: 390px;
    height: 285px;
    border: solid 1px #d4a017;
}

.m-cyhz-box .u-cyhz-list li:first-child {
    width: 780px;
    border-color: #fff;
}

.m-cyhz-box .u-cyhz-list li:first-child::before,
.m-cyhz-box .u-cyhz-list li:first-child::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background-color: #c0392b;
}

.m-cyhz-box .u-cyhz-list li:first-child::before {
    width: 1px;
    height: 150px;
}

.m-cyhz-box .u-cyhz-list li:first-child::after {
    width: 330px;
    height: 1px;
}

.m-cyhz-box .u-cyhz-list li:nth-child(2),
.m-cyhz-box .u-cyhz-list li:nth-child(4) {
    border-color: #c0392b;
    background: #c0392b url(../../img/20250917-5.png) 0 0 no-repeat;
}

.m-cyhz-box .u-cyhz-list .u-tt {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 1px;
    color: #000000;
    height: 52px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.m-cyhz-box .u-cyhz-list .u-abstract {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    max-height: 120px;
    overflow: hidden;
}

.m-cyhz-box .u-cyhz-list .u-abstract a {
    color: #3a5f0b;
}

.m-cyhz-box .u-cyhz-list li:nth-child(2) .u-tt,
.m-cyhz-box .u-cyhz-list li:nth-child(4) .u-tt,
.m-cyhz-box .u-cyhz-list li:nth-child(2) .u-abstract,
.m-cyhz-box .u-cyhz-list li:nth-child(4) .u-abstract {
    color: #fff;
}

.m-cyhz-box .u-cyhz-list li:nth-child(2) .u-abstract a,
.m-cyhz-box .u-cyhz-list li:nth-child(4) .u-abstract a {
    color: #ffe4b8;
}

.u-layer-menu-box {
    position: fixed;
    bottom: 8%;
    right: 50%;
    padding: 10px;
    width: 210px;
    display: flex;
    flex-direction: column;
    background-color: #f0f0f0;
    border-radius: 6px;
    border: solid 1px #e6b800;
    margin-right: calc(50% - 520px);
    z-index: 1000;
}

.u-layer-menu-box>a {
    background-color: #e6b800;
    font-size: 16px;
    font-weight: 600;
    line-height: 36px;
    color: #ffffff;
    border-radius: 18px;
    text-align: center;
    transition: all .4s ease-in-out;
}

.u-layer-menu-box>a:first-child {
    background-color: #c0392b;
    line-height: 42px;
    border-radius: 0;
}

.u-layer-menu-box>a:hover {
    border-radius: 0;
}

.u-layer-menu-box>a+a {
    margin-top: 16px;
}

@media screen and (max-width:1920px) {
    .u-layer-menu-box {
        right: auto;
        left: 20px;
        margin-right: auto;
    }
}