@charset "utf-8";

/*
 * @Author: hl,haolei@ec.com.cn
 * @Date: 2024-08-27 15:17:56
 * @LastEditTime: 2025-04-30 16:35:58
 * @LastEditors: hl,haolei@ec.com.cn
 * @Description:
 */

/******公共样式*********/

.u-more-box a {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: rgba(51, 51, 51, 1);
}


.u-news-list { 
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.u-news-list li {
    position: relative;
    width: 587px;
    background-color: #fff;
    transition: transform .4s;
    overflow: hidden;
    background-image: linear-gradient(to right, #d4e6f8 0%, #fbfcfd 100%);
}

.u-news-list li::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 23px;
    transform: translateY(-50%);
    background-color: #3f95eb;
    width: 9px;
    height: 9px;
    border-radius: 50%;
}

.u-news-list li>a {
    position: relative;
    padding: 0 60px;
    display: block;
    font-size: 16px;
    line-height: 50px;
    color: rgba(0, 0, 0, 1);
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition:  .4s;
    
}

.u-news-list li:nth-child(n+3) {
    margin-top: 10px;
}

.u-news-list li a:hover {
    color: rgba(6, 94, 253, 1);
    transform: translateY(-5px);
}

.u-news-list.u-style1 li {
    background-image: none;
    background-color: transparent;
}

.u-news-list.u-style1 li+li {
    margin-top: 0;
}


.u-img-box {
    display: block;
    position: relative;
    height: 218px;
    background-color: rgba(204, 204, 204, .5);
    overflow: hidden;
}

.u-img-box>a {
    display: block;
    height: 100%;
}

.u-img-box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: all .6s;
}

.u-img-box .u-tt {
    position: absolute;
    bottom: 10px;
    top: 10px;
    left: 10px;
    right: 10px;
    margin: 0;
    text-align: center;
    color: #fff;
    background-image: -webkit-gradient(linear, left center, right center, from(rgba(0, 0, 0, .55)), to(rgba(0, 0, 0, .55)));
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all 0.4s ease-in-out;
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
    font-size: 18px;
    padding: 20% 10%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 10px;
    font-weight: bold;
}

.u-img-box:hover .u-tt {
    opacity: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#99fe8c5c', endColorstr='#99fe8c5c');
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.u-img-box:hover img {
    transform: scale(1.15);
}

/* 主体标题 */
.u-top-news-box {
    padding: 62px 0 66px;
    text-align: center;
}


.u-top-news-box .u-tt {
    text-align: center;
    line-height: 1.2;
    font-size: 38px;
	letter-spacing: 1px;
	color: #20528e;
}

.u-top-news-box .p1 {
    font-size: 16px;
    line-height: 28px;
    color: rgba(51, 51, 51, 1);
}


/* 公共标题 */
.u-tt-box {
    position: relative;
    padding: 70px 0 60px;
    text-align: center; 
}

.u-tt-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 55%;
    transform: translateY(-50%);
    width: 439px;
    height: 38px;
    background: url(../../img/btleft.png) no-repeat center center;
}

.u-tt-box::after {
    content: '';
    position: absolute;
    right: 0;
    top:55%;;
    transform: translateY(-50%);
    width: 439px;
    height: 38px;
    background: url(../../img/btright.png) no-repeat center center;
}


/* 2026版本二级头部样式 */
/* .m-hd-box { 
    height: 779px;
}
.m-hd-box .u-hd-logo {
    padding: 27px 0;
    border-bottom: rgba(255, 255, 255, .3) 1px solid;
} */
.u-top-wrap {
    padding-bottom: 50px;
    background: url(../../img/20260420-02.png) no-repeat center top, url(../../img/20260420-03.png) no-repeat center bottom;
}
 
/********** 新闻轮播 *************/

.u-news-swiper-box .news-swiper-cont {
    position: relative;
    overflow: hidden;
}

.u-news-swiper-box .news-swiper-item {
    display: flex;
    justify-content: space-between;
    height: 100%;
    background-color: #f4f4f4;
}

.u-news-swiper-box .u-cont-box {
    position: relative;
    flex: 1 1 0;
    min-width: 10px;
    padding: 50px 45px 100px;
    height: 435px;
    color: #ffffff;
    background-image: linear-gradient(-45deg, 
		#388ff0 0%, 
		#5e5cf0 100%);
}

.u-news-swiper-box .u-img-box {
    flex-shrink: 0;
    width: 690px;
    height: 435px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, .01);
    overflow: hidden;
}

.u-news-swiper-box .u-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.6s;
}

.u-news-swiper-box .u-tt {
    font-size: 22px;
	font-weight: 600;
	line-height: 31px;
	letter-spacing: 1px;
    max-height: 55px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all 0.3s;
}

.u-news-swiper-box .u-txt {
    margin-top: 20px;
    text-align: justify;
    font-size: 14px;
    line-height: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    transition: all .3s;
}

.u-news-swiper-box .u-tt-more {
    position: absolute;
    top: 20px;
    left: 40px;
    width: 88px;
    height: 22px;
    background-color: #1051c6;
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    text-align: center;
    transition: .3s all;
    z-index: 300;
}

.u-news-swiper-box .u-cont-box:hover .u-txt {
    transform: translateY(-5px);
}

.u-news-swiper-box .u-img-box:hover img {
    transform: scale(1.1);
}

.u-news-swiper-box .swiper-button-next,
.u-news-swiper-box .swiper-button-prev {
    top: auto;
    bottom: 43px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50%;
}

.u-news-swiper-box .swiper-button-prev {
    left: 150px;
}

.u-news-swiper-box .swiper-button-next {
    left: 310px;
}

.u-news-swiper-box .swiper-pagination {
    width: auto;
    left: 215px;
    right: auto;
    bottom: 50px;
    font-size: 26px;
    color: #fff;
    line-height: 22px;
    letter-spacing: 1px;
    z-index: 50;
}

.u-news-swiper-box .swiper-pagination>span {
    margin: 0 4px;
}

.u-news-swiper-box .swiper-button-next:after,
.u-news-swiper-box .swiper-button-prev:after {
    font-size: 16px;
    color: #fff;
}

.u-news-swiper-box .swiper-button-next:after {
    color: #fff;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    pointer-events: auto;
}


/********** 融合赋能线下 *************/ 

.u-rhfn-box .u-img-box {
    width: 385px;
    border-radius: 27px;
    overflow: hidden;
}

/********** 品质消费提质 *************/
.u-pzxf-list {
    padding: 60px 30px 70px;
    height: 300px;
    background: url(../../img/20260420-08.png) no-repeat center;
}
.u-pzxf-list .u-news-list li {
    width: 550px;
}

/********** 全球双进互通 *************/
.u-qqsj-box {
    background: url(../../img/20260420-13.png) no-repeat center bottom;
}

.u-qqsj-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.u-qqsj-list>li {
    height: 285px;
    width: 376px;
    transition: all .3s;
}

.u-qqsj-list>li:nth-child(2),
.u-qqsj-list>li:nth-child(5) {
    width: 390px;
}

.u-qqsj-list>li:nth-child(n+4) {
    margin-top: 35px;
}

.u-qqsj-list .info-box {
    display: block;
    padding: 30px 30px 55px;
    height: 100%;
    text-align: justify;
    background: url(../../img/20260420-09.png) no-repeat left center;
}

.u-qqsj-list .info-box.u-style1 {
    background: url(../../img/20260420-10.png) no-repeat right center;
}

.u-qqsj-list .info-box .u-ttl {
	font-size: 18px;
	line-height: 29px;
	letter-spacing: 1px;
    transition: all .3s;
}

.u-qqsj-list .info-box .u-txt {
    margin-top: 15px;
    font-size: 16px;
	line-height: 29px;
	letter-spacing: 1px;
	color: #444444;
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s;
}

.u-qqsj-list .u-img-box {
    height: 200px;
    border-radius: 10px;
}

.u-qqsj-list .u-img-ttl {
    margin-top: 30px;
    text-align: center;
	font-size: 18px;
    font-weight: 600;
	letter-spacing: 1px;
    transition: all .3s;
}

.u-qqsj-list li:hover .u-img-ttl ,
.u-qqsj-list .info-box:hover .u-txt {
    color: rgba(6, 94, 253, 1);
}

.u-qqsj-list .info-box:hover .u-ttl {
    color: #000;
}

.u-qqsj-list .info-box:hover .u-txt {
    transform: translateY(-5px);
}

/********** 数商兴农兴产 *************/
.u-ssxn-box {
    background: url(../../img/20260420-14.png) no-repeat center bottom -60px;
}


.u-ssxn-box .img-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 620px;
}

.u-ssxn-box .img-list li:nth-child(1) {
    width: 100%;
    height: 326px;
}
.u-ssxn-box .img-list li:nth-child(n+2) {
    margin-top: 22px;
    width: 298px;
	height: 158px;
    transition: all .3s;
}

.u-ssxn-box .img-list .u-img-box{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.u-ssxn-box .news-list {
    width: 532px;
}

.u-ssxn-box .news-list .item {
    display: block;
    padding-bottom: 25px;
    border-bottom: #D8D8D8 1px dashed;
}

.u-ssxn-box .news-list li+li {
    margin-top: 15px;
}

.u-ssxn-box .news-list .u-ttl {
	font-size: 18px;
	line-height: 29px;
	letter-spacing: 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s;
} 

.u-ssxn-box .news-list .u-txt {
    margin-top: 15px;
    font-size: 16px;
	line-height: 23px;
	color: #555555;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s;

} 

.u-ssxn-box .news-list .item:hover .u-ttl {
    color: #000;
}
.u-ssxn-box .news-list .item:hover .u-txt {
    transform: translateY(-5px);
    color: rgba(6, 94, 253, 1);
}

