@charset "utf-8";

/*
 * @Author: hl,haolei@ec.com.cn
 * @Date: 2024-04-29 09:19:34
 * @LastEditTime: 2025-10-28 14:21:00
 * @LastEditors: hl,haolei@ec.com.cn
 * @Description:
 */

@charset "utf-8";
/*
  * @Author: hl,haolei@ec.com.cn
  * @Date: 2025-09-04 14:53:27
  * @LastEditTime: 2025-10-01 11:07:39
  * @LastEditors: hl,haolei@ec.com.cn
  * @Description:
  */


@keyframes ciecc_fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 60%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

body {
    background-color: #fff;
}

.m-carousel-news-box,
.m-party-opinions-box,
.m-performance-report-box,
.m-banner-jobs-box,
.m-product-service-box,
.m-honour-org-box {
    padding: 0 var(--padding-1);
}

.swiper-pagination-bullet {
    opacity: 1;
}

.ciecc_fadeInUp {
    animation-name: ciecc_fadeInUp
}

.u-index-tt-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.u-index-tt-box .u-tt {
    position: relative;
    font-weight: 600;
    font-size: .366rem;
    line-height: .4rem;
    color: #333;
}

.u-index-tt-box .u-sub-tt {
    color: var(--primary-color);
}

.u-index-tt-box .u-more {
    align-self: flex-end;
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    font-size: .28rem;
    color: #333;
    line-height: .32rem;
}

.u-index-tt-box .u-more .cieccfont {
    margin-left: .01rem;
    font-size: .28rem;
}

.u-index-tt-box .u-tip-box .p1 {
    font-weight: 400;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.3);
    line-height: 25px;
}

.u-index-tt-box .u-tip-box .p2 {
    font-weight: 300;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.7);
    line-height: 28px;
    text-align: right;
}

.u-top-banner-box {
    position: relative;
}

.u-top-banner-box .u-top-banner-carousel .swiper-slide {
    position: relative;
    height: 2.31rem;
    transform-origin: center bottom;
}

.u-top-banner-box .u-top-banner-carousel .swiper-slide>a {
    display: block;
    width: 100%;
    height: 100%;
}

.u-top-banner-box .u-top-banner-carousel img,
.u-top-banner-box .u-top-banner-carousel video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.u-top-banner-box .swiper-button-next,
.u-top-banner-box .swiper-button-prev {
    display: none;
}

.u-top-banner-box .swiper-pagination {
    padding: .1rem 0;
    bottom: 0;
}

.u-top-banner-box .swiper-pagination::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .5) 45%, rgba(0, 0, 0, 0) 100%);
    z-index: -1;
    transition: all .3s ease-in;
    transition: all 0.3s;
    overflow: hidden;
}

.u-top-banner-box .swiper-pagination-bullet {
    width: 0.15rem;
    height: 0.06rem;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 0.03rem;
}

.u-top-banner-box .swiper-pagination-bullet-active {
    width: .4rem;
    background-color: #fff;
}

.m-carousel-news-box {
    margin-top: .28rem;
    position: relative;
    z-index: 2000;
}

.m-carousel-news-box .u-carousel-box {
    position: relative;
    background: rgba(255, 255, 255, 0.9);
}

.u-news-carousel .swiper-slide>.u-item {
    position: relative;
    display: block;
}

.u-news-carousel .u-img-box {
    width: 100%;
    height: 4.47rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .01);
    overflow: hidden;
}

.u-news-carousel .u-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.6s;
}

.u-news-carousel .swiper-slide .u-tt {
    position: absolute;
    top: 40%;
    left: 0;
    padding: 0 .25rem .5rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 60%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .5) 45%, rgba(0, 0, 0, 0) 100%);
    z-index: 80;
    transition: all .3s ease-in;
    font-weight: 400;
    font-size: .34rem;
    line-height: .5rem;
    color: #ffff;
    transition: all 0.3s;
    text-align: center;
    overflow: hidden;
}

.u-news-carousel .swiper-button-next,
.u-news-carousel .swiper-button-prev {
    display: none;
}

.u-news-carousel .swiper-pagination-bullet {
    width: 0.15rem;
    height: 0.06rem;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 0.03rem;
}

.u-news-carousel .swiper-pagination-bullet-active {
    width: .4rem;
    background-color: #fff;
}

.u-news-carousel .u-item:active .u-img-box img {
    transform: scale(1.15);
    opacity: 0.95;
}

.u-news-carousel .u-item:active .u-tt {
    color: #fff;
}

.u-news-box .u-tab-box {
    margin-top: .4rem;
    padding: .16rem .1rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 1px solid #ddd;
}

.u-news-box .u-tab-box .u-item {
    font-size: .36rem;
    line-height: .4rem;
    color: #666666;
}

.u-news-box .u-tab-box .u-split {
    margin: 0 .3rem;
    width: 1px;
    height: .3rem;
    background-color: #cdcdcd;
}

.u-news-box .u-tab-box .u-item.z-crt {
    color: var(--primary-color);
    font-weight: 600;
}

.u-news-box .u-news-list li {
    padding: .3rem 0;
    border-bottom: 1px solid #ddd;
}

.u-news-box .u-news-list li:last-child {
    border-bottom: none;
    display: flex;
    justify-content: flex-end;
}

.u-news-box .u-item .u-tt {
    font-size: .32rem;
    line-height: .4rem;
    color: #333333;
    overflow: initial;
    word-wrap: normal;
    white-space: initial;
    text-overflow: initial;
}

.u-news-box .u-news-list .u-more {
    align-self: flex-end;
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    font-size: .28rem;
    color: #333;
    line-height: .32rem;
}

.m-party-opinions-box {
    margin-top: .3rem;
}

.m-party-opinions-box .u-party-box .u-party-tt {
    padding: 0 .27rem 0 .88rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0.67rem;
    background: #e72e27 url(../../../../img/20250926/20250926-1.png) no-repeat .17rem center/.45rem .45rem;
}

.m-party-opinions-box .u-party-tt .u-tt {
    font-size: .36rem;
    line-height: .4rem;
    font-weight: normal;
    color: #ffffff;
}

.m-party-opinions-box .u-party-tt .u-more {
    font-size: .28rem;
    line-height: .32rem;
    font-weight: normal;
    color: #ffffff;
}

.m-party-opinions-box .u-headline-box {
    margin-top: .08rem;
    padding: 0 .3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 1.49rem;
    background-color: #fff3f3;
    border-bottom: 1px solid #ddd;
}

.m-party-opinions-box .u-headline-box .u-tt {
    font-size: .34rem;
    font-weight: 600;
    line-height: .42rem;
    color: #e72e27;
}

.m-party-opinions-box .u-headline-box .u-more {
    margin-top: .1rem;
    font-size: .28rem;
    line-height: .42rem;
    color: #e72e27;
}

.m-party-opinions-box .u-headline-box .cieccfont {
    font-size: .22rem;
}

.m-party-opinions-box .u-news-list li {
    padding: .24rem 0;
    border-bottom: 1px solid #ddd;
}

.m-party-opinions-box .u-news-list .u-tt {
    display: block;
    font-size: 0.32rem;
    line-height: .4rem;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.m-party-opinions-box .u-opinions-box {
    margin-top: .56rem;
}

.m-party-opinions-box .u-opinions-box .u-img-news-box {
    margin-top: .4rem;
}

.u-img-news-list li {
    padding: var(--padding-1) 0;
    border-bottom: 1px solid #ddd;
}

.u-img-news-list .u-item {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.u-img-news-list .u-img-box {
    margin-left: .3rem;
    width: 1.96rem;
    height: 1.11rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .01);
    overflow: hidden;
}

.u-img-news-list .u-img-box img {
    transition: all .6s;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.u-img-news-list .u-txt-box {
    flex: 1 1 0;
    min-width: 10px;
}

.u-img-news-list .u-txt-box .u-tt {
    font-weight: 400;
    font-size: .32rem;
    color: rgba(0, 0, 0, 0.8);
    line-height: .4rem;
    transition: color 0.3s;
    max-height: 1.2rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.u-img-news-list .z-big-item {
    border-bottom: none;
    padding: 0;
}

.u-img-news-list .z-big-item .u-item {
    flex-direction: column;
}

.u-img-news-list .z-big-item .u-img-box {
    margin-left: 0;
    width: 100%;
    height: 3.91rem;
}

.u-img-news-list .z-big-item .u-txt-box {
    position: absolute;
    top: 40%;
    left: 0;
    padding: 0 .25rem .4rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 60%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .5) 45%, rgba(0, 0, 0, 0) 100%);
    z-index: 80;
    transition: all .3s ease-in;
}

.u-img-news-list .z-big-item .u-txt-box .u-tt {
    font-size: 0.32rem;
    font-weight: 600;
    line-height: 0.4rem;
    color: #ffffff;
}

.u-img-news-list .u-item:active .u-txt-box .u-tt {
    color: var(--primary-color);
}

.u-img-news-list .u-item:active .u-img-box img {
    transform: scale(1.15);
    opacity: 0.95;
}

.m-performance-report-box {
    margin-top: .63rem;
}

.u-performance-report-box {
    margin-top: .3rem;
}

.u-performance-box {
    position: relative;
    background-color: #f4f4f4;
}

.u-performance-box .u-cont-box {
    position: relative;
    display: block;
    width: 100%;
    height: 4.44rem;
}

.u-performance-box .u-img-box {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .01);
    overflow: hidden;
}

.u-performance-box .u-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.6s;
}

.u-performance-box .u-tt {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 1rem .25rem .5rem;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .75) 45%, rgba(0, 0, 0, 0) 100%);
    font-size: .32rem;
    line-height: .4rem;
    color: #fff;
    z-index: 10;
    transition: all .3s ease-in;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.u-performance-box .u-tt-more,
.u-report-box .u-tt-more {
    position: absolute;
    bottom: 1.1rem;
    left: .25rem;
    width: 1.5rem;
    height: 0.4rem;
    background-color: #1051c6;
    font-size: 0.28rem;
    line-height: 0.42rem;
    color: #ffffff;
    text-align: center;
    transition: .3s all;
    z-index: 100;
}

.u-performance-box .u-cont-box:active .u-tt {
    color: var(--primary-color);
}

.u-performance-box .u-img-box:active img {
    transform: scale(1.1);
}

.u-performance-wrap .swiper-button-next,
.u-performance-wrap .swiper-button-prev {
    display: none;
}

.u-performance-wrap .swiper-pagination-bullet {
    width: 0.15rem;
    height: 0.06rem;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 0.03rem;
}

.u-performance-wrap .swiper-pagination-bullet-active {
    width: .4rem;
    background-color: #fff;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    pointer-events: auto;
}

.u-report-box .u-tt-more {
    bottom: auto;
    top: .2rem;
    left: 0;
}

.u-report-box .u-report-list li {
	position: relative;
    margin-top: .25rem;
    padding-bottom: .25rem;
    border-bottom: 1px solid #ddd;
}

.u-report-box .u-report-list .u-item {
    position: relative;
    display: flex;
}

.u-report-box .u-report-list .u-txt-box {
    padding-top: .85rem;
    flex: 1 1 0;
    min-width: 10px;
}

.u-report-box .u-report-list .u-img-box {
    margin-left: .3rem;
	width: 1.72rem;
    height: 2.54rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .01);
    overflow: hidden;
}

.u-report-box .u-report-list .u-img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    transition: all 0.6s;
}

.u-report-box .u-report-list .u-tt {
    font-size: 0.32rem;
    line-height: 0.5rem;
    color: #333333;
    max-height: 1.28rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    transition: color 0.3s;
}

.u-report-box .u-report-list .u-item:active .u-tt {
    color: var(--primary-color);
}

.m-banner-jobs-box {
    margin-top: .48rem;
    display: flex;
    justify-content: space-between;
}

.m-banner-jobs-box .u-banner-box {
    position: relative;
    height: 1.32rem;
    overflow: hidden;
}

.m-banner-jobs-box .u-jobs-box {
    position: relative;
    height: 1.32rem;
    overflow: hidden;
}

.m-banner-jobs-box .u-banner-box::after,
.m-banner-jobs-box .u-jobs-box::after {
    content: '';
    position: absolute;
    inset: -20%;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 60%);
    transform: translateX(-100%);
}

.m-banner-jobs-box .u-banner-box:active::after,
.m-banner-jobs-box .u-jobs-box:active::after {
    animation: sharkAni 2.5s infinite;
}

.m-product-service-box {
    margin-top: .8rem;
}

.m-product-service-box .u-product-service-box {
    position: relative;
    margin-top: .4rem;
}

.u-product-service-box .u-product-service-carousel .swiper-wrapper {
    align-items: center;
    height: 4.82rem;
}

.u-product-service-box .u-product-service-carousel .swiper-slide {
    position: relative;
    transform-origin: center center;
    display: flex;
    align-items: center;
}

.u-product-service-carousel .u-item {
    position: relative;
    display: block;
    width: 100%;
    height: 4.82rem;
    overflow: hidden;
}

.u-product-service-box .u-product-service-carousel .swiper-slide .u-img-box {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .01);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0rem 0.12rem 0.18rem 0.03rem rgba(208, 214, 223, 0.83)
}

.u-product-service-box .u-product-service-carousel img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    object-position: center;
}

.u-product-service-box .swiper-pagination-bullet {
    width: 0.15rem;
    height: 0.06rem;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 0.03rem;
}

.u-product-service-box .swiper-pagination-bullet-active {
    background-color: #fff;
}

.u-product-service-box .swiper-button-prev,
.u-product-service-box .swiper-button-next {
    display: none;
}

.u-product-service-carousel .u-mask-box {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 .25rem .4rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .75) 45%, rgba(0, 0, 0, 0) 100%);
    z-index: 80;
    transition: all .3s ease-in;
}

.u-product-service-carousel .u-mask-box .u-tt {
    font-size: 0.36rem;
    line-height: 0.5rem;
    color: #fff;
}

.u-product-service-carousel .u-mask-box .u-desc {
    margin-top: .1rem;
    font-size: 0.28rem;
    line-height: 0.4rem;
    color: rgba(255, 255, 255, .8);
    max-height: .8rem;
    overflow: hidden;
}

.m-honour-box {
    padding-top: .8rem;
}

.m-honour-box .u-honour-box {
    position: relative;
    margin-top: .4rem;
}

.u-honour-box .u-honour-carousel .swiper-wrapper {
    align-items: center;
    height: 4.71rem;
}

.u-honour-box .u-honour-carousel::after {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    content: '';
    width: 100%;
    height: .8rem;
    background: linear-gradient(0deg, rgba(0, 0, 0, .3) 45%, rgba(0, 0, 0, 0) 100%);
    z-index: 5;
}

.u-honour-box .u-honour-carousel .swiper-slide {
    position: relative;
    transform-origin: center center;
    display: flex;
    align-items: center;
}

.u-honour-box .u-honour-carousel .swiper-slide .u-img-box {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .01);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.u-honour-box .u-honour-carousel img {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    object-position: center;
}

.u-honour-box .swiper-pagination-bullet {
    width: 0.15rem;
    height: 0.06rem;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 0.03rem;
}

.u-honour-box .swiper-pagination-bullet-active {
    background-color: #fff;
}

.u-honour-box.u-style1 .u-honour-carousel .swiper-wrapper {
    height: 3rem;
}

.u-honour-box.u-style1 .u-honour-carousel::after {
    display: none;
}

.u-honour-box.u-style1 .swiper-pagination {
    position: static;
    margin-top: -.1rem;
}

.u-honour-box.u-style1 .swiper-pagination-bullet {
    background-color: rgba(221, 29, 29, .5);
}

.u-honour-box.u-style1 .swiper-pagination-bullet-active {
    width: .4rem;
    background-color: rgba(221, 29, 29, 1);
}

.u-honour-box .swiper-button-prev,
.u-honour-box .swiper-button-next {
    display: none;
}

.m-org-box {
    margin-top: .95rem;
    margin-bottom: .55rem;
}

.m-org-box .u-org-list {
    margin-top: .26rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.m-org-box .u-org-list>a {
    padding: 0 .2rem;
    width: 3.35rem;
    height: 0.71rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .01);
    overflow: hidden;
    border: solid 1px #dddddd;
    transition: all 0.3s;
}

.m-org-box .u-org-list a:active {
    transform: translateY(-10px);
    border-radius: var(--border-radius);
}


@media screen and (max-width:1440px) {}

@media screen and (max-width:1280px) {}
