@charset "utf-8";

/*
 * @Author: hl,haolei@ec.com.cn
 * @Date: 2024-08-27 15:17:56
 * @LastEditTime: 2025-01-03 20:50:01
 * @LastEditors: hl,haolei@ec.com.cn
 * @Description:
 */
body {
    background-color: #fff;
}

.f-mt45 {
    margin-top: 45px;
}
.f-menu-wrap {
    margin-left: auto;
    margin-right: auto;
    width: 1268px;
}

.m-hd-box {
    height: 950px;
    background: url(../../img/headbg.jpg) center top no-repeat;
}

.u-menu-box .u-menu-list {
    display: flex;
    background-color: #d91809;
    border-radius: 12px;
    position: relative;
    z-index: 0;
}

.u-menu-box .u-menu-list::before {
    z-index: -1;
    content: '';
    position: absolute;
    left: 0;
    bottom: -61px;
    width: 100%;
    height: 86px;
    border-radius: 12px;
    background-image: linear-gradient(to bottom, rgba(217, 24, 9, .8), rgba(217, 24, 9, 0));
}

.u-menu-box .u-menu-list .u-menu-item {
    flex: 1 1 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 86px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    transition: background-color .3s;
}

.u-menu-box .u-menu-list .u-menu-item:hover {
    background-color: rgba(202, 232, 255, .2);
}

.m-index-box {
    margin-top: -220px;
}

.u-news-swiper-box>.hd {
    padding: 50px 0;
    text-align: center;
}

.u-news-swiper-box>.hd .u-tt {
    font-size: 36px;
    font-weight: bold;
    line-height: 50px;
    color: #E1210C;
}

.u-news-swiper-box .bd {
    position: relative;
    margin: 0 auto;
    padding: 32px;
    width: 1200px;
    height: 628px;
    background: url(../../img/top-bg.png) center top no-repeat;
}

/* .u-news-swiper-box .bd i {
    position: absolute;
    top: 0;
    left: 0;
    width: 67px;
    height: 165px;
    background: url(../../img/2.png) center top no-repeat;
} */

.u-news-swiper-box .u-news-swiper {
    margin: 0;
    position: relative;
    width: 562px;
    height: 356px;
    border-radius: 10px;
}

.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 .u-item {
    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: 38px;
    line-height: 38px;
    -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: 10px;
    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(213, 212, 218);
    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: rgba(255, 214, 102, 1);
}

.u-top-box .u-left-wrap {
    width: 555px;
	height: 375px;
    position: relative;
    border-radius: 66px;
    overflow: hidden;
}

.u-top-box .u-left-wrap .u-item {
    display: block;
}

.u-top-box .u-left-wrap .u-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: .4s;
}
.u-top-box .u-left-wrap:hover .u-item img {
    transform: scale(1.05);
}

.u-top-box .u-left-wrap .u-tt {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 64px;
    line-height: 64px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 40px 0;
    background: rgba(0, 0, 0, .2);
    width: 100%;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
}

.u-news-list-wrap {
    margin-left: 30px;
    width: 555px;
}

.u-more-box a {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

.u-news-list li {
    position: relative;
    padding-left: 16px;
}

.u-news-list li::before {
    position: absolute;
    left: 2px;
    top: 50%;
    content: '';
    width: 6px;
    height: 6px;
    background: rgba(243, 146, 41, 1);
    border-radius: 5px;
    transform: translate(0, -50%);
}

.u-news-list li .u-item {
    display: block;
    font-size: 16px;
    line-height: 48px;
    color: #fff;
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: transform .4s;
}

.u-news-list li .u-item:hover {
    color: #fff;
    transform: translateY(-5px);
}

.u-news-list.u-style2 li::before,
.u-news-list.u-style3 li::before {
    background: #e43430;
}

.u-news-list.u-style3 li::before {
    left: 30px;
}

.u-news-list.u-style2 li .u-item,
.u-news-list.u-style3 li .u-item {
    color: #000;
}

.u-news-list.u-style2 li .u-item:hover,
.u-news-list.u-style3 li .u-item:hover {
    color: #e43430;
}

.u-news-list.u-style3 li .u-item {
    line-height: 70px;
}

.u-news-list.u-style3 li {
    border-bottom: 1px dashed #D8D8D8;
    padding-left: 46px;
    padding-right: 20px;
}

.u-images-box {
    margin-top: 43px;
    display: flex;
    justify-content: space-between;
}

.u-images-box .u-item {
    border-radius: 30px;
    overflow: hidden;
}

.u-images-box .u-item img {
    transition: .4s;
    width: 262px;
    height: 147px;
}

.u-images-box .u-item:hover img {
    transform: scale(1.05);
}

/*******国韵新消费**********/
.u-gyxxf-box {
    padding: 64px 0 5px;
    height: 535px;
    background: url(../../img/bg1.png) no-repeat center top/100% 100%;
}
.u-gyxxf-box .u-content {
    height: 466px;
    background: url(../../img/bg2.png) no-repeat center top/100% 100%;
    padding: 60px 60px 40px;
}

.u-gy-news {
    width: 465px;
    margin-right: 30px;
}

.u-gyxxf-box .u-news-swiper {
    margin: 0;
    position: relative;
    width: 578px;
    height: 365px; 
}

.u-gyxxf-box .u-news-swiper .swiper-container {
    height: 100%;
}

.u-gyxxf-box .u-news-swiper .swiper-slide {
    position: relative;
    height: 339px;
}

.u-gyxxf-box .u-news-swiper .swiper-slide a {
    display: block;
}

.u-gyxxf-box .u-news-swiper .swiper-slide img {
    max-width: 100%; 
    max-height: 100%;
    object-fit: contain;
    border-radius: 30px;
}

.u-gyxxf-box .u-news-swiper .swiper-pagination {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0px;    
    width: 20%;
    text-align: center;
    z-index: 999;
}

.u-gyxxf-box .u-news-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #EEA94E;
    opacity: 1;
    border-radius: 5px;
}

.u-gyxxf-box .u-news-swiper .swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
    margin-left: 6px;
}

.u-gyxxf-box .u-news-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #E43430;
}

/************品质领风尚**********/
.u-pzlfs-box .u-pzlfs-left {
    width: 588px;
}

.u-pzlfs-box .features-block {
    height: 188px;
    position: relative;
    padding: 40px 30px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
    background: #CC170F;
}

.u-pzlfs-box .features-block:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border: 1px solid #C3401C;
}

.u-pzlfs-box .features-block:hover:before {
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
}

.u-pzlfs-box .features-block .contents {
    position: relative;
}

.u-pzlfs-box .features-block .contents h3{
    font-size: 16px;
    font-weight: normal;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    color: #000;
}
.u-pzlfs-box .features-block .contents .text{
    margin-top: 14px;
    color: #222;
    font-size: 14px;
    line-height: 28px;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;

}

.u-pzlfs-box .u-pzlfs-right {
    width: 582px;
}

.u-pzlfs-box .blog-box {
    background-color: #CC170F;
    overflow: hidden;
    position: relative;
    height: 188px;
}

.u-pzlfs-box .blog-text {
    width: 43%;
    font-size: 16px;
    line-height: 32px;
    height: 188px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    z-index: 999;
    position: relative;
}

.u-pzlfs-box .blog-text h3 {
    margin: 0;
    font-size: 16px;
}

.u-pzlfs-box .blog-box .blog-image {
    width: 60%;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    height: 100%;
}

.u-pzlfs-box .blog-box .blog-image:before {
    width: 90px;
    height: 120%;
    margin-top: -25px;
    margin-left: -50px;
    display: block;
    content: '';
    background-color: #CC170F;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(18deg);
    -moz-transform: rotate(18deg);
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.9510, M12=-0.3090, M21=0.3090, M22=0.9510);
}

.u-pzlfs-box .blog-box:hover .blog-image .frg {
    transform: translateX(0%);
    -moz-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
}

.u-pzlfs-box .blog-box .blog-image .frg {
    width: 100%;
    height: 100%;
    text-align: center;
    display: block;
    background-color: #333;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -ms0transform: translateX(100%);
    opacity: 0.5;
    filter: alpha(opacity=50);
    display: none\9;
}

.u-pzlfs-box .blog-image img {
    display: block;
    width: 100%;
    height: 100%;
}

.u-pzlfs-box .blog-text .title {
    color: #fff;
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/****** 场景焕新力 *******/
.u-cjhxl-item {
    width: 579px;
}
.u-cjhxl-box .u-cjhxl-img {
    display: block;
    position: relative;
    transition: .4s;
}  

.u-cjhxl-box .u-cjhxl-img img { 
    width: 100%;
    height: 100%;
    /* max-width: 100%;
    max-height: 100%;
    object-fit: contain; */
    transition: .4s;
}

.u-cjhxl-box .u-cjhxl-img .u-tt {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 53px;
    line-height: 53px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px 0;
    background: rgba(198, 22, 13, .8);
    width: 100%;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    visibility: hidden;
}

.u-cjhxl-box .u-cjhxl-img:hover .u-tt {
    visibility: visible;
}

.u-cjhxl-list {
    background-color: #FFFAF0;
}

/****** 内外拓新域 *******/
.u-nwtxy-box .u-content {
    height: 474px;
    background: url(../../img/bg3.png) center top no-repeat;
    padding: 50px 80px 36px 132px;
}

.u-nwtxy-box .u-imgs-list {
    width: 370px;
}

.u-nwtxy-box .u-imgs-list .u-img-item {
    display: block;
    height: 182px;
    margin-bottom: 23px;
    position: relative;
    transition: .4s;
}

.u-nwtxy-box .u-imgs-list .u-img-item img { 
    width: 100%;
    height: 100%;
    
}
.u-nwtxy-box .u-imgs-list .u-img-item:hover {
    transform: scale(1.05);
}

.u-nwtxy-box .u-imgs-list .u-img-item .u-tt {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 36px;
    line-height: 36px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 30px 0;
    background: #FFF3DA;
    width: 100%;
    font-size: 16px;
    color: #000;
    font-weight: normal;
    text-align: center;
}

.u-nwtxy-box .u-news-list-wrap {
    width: 565px;
    margin-left: 80px;
}

/****** 年货映像绘 *******/
.u-nhyxh-box {
    height: 412px;
    background: url(../../img/bg4.png) no-repeat 0 0 / 100% 100%;
}

.u-nhyxh-box .u-nhyxh-swiper {
    padding: 0 40px;
    position: relative;
}

.u-nhyxh-box .u-nhyxh-swiper .swiper-container {
    height: 100%;
}

.u-nhyxh-box .u-nhyxh-swiper .swiper-slide {
    position: relative;
    width: 270px;
    height: 254px;
}

.u-nhyxh-box .u-nhyxh-swiper .swiper-slide .u-item {
    display: block;
    position: relative;
    transform: .4s;
}

.u-nhyxh-box .u-nhyxh-swiper .swiper-slide .u-item:hover {
    transform: scale(1.05);
}

.u-nhyxh-box .u-nhyxh-swiper .swiper-slide img {
    width: 100%; 
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.u-nhyxh-box .u-nhyxh-swiper .swiper-slide .u-tt {
    height: 62px;
    line-height: 21px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 12px;
    background: #FFF3DA;
    font-size: 16px;
    color: #000;
    font-weight: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.u-nhyxh-box .u-nhyxh-swiper .swiper-button-next,
.u-nhyxh-box .u-nhyxh-swiper .swiper-button-prev {
    width: 23px;
    height: 38px;
    position: absolute;
    top: 55%;  
    visibility: hidden; 
}

.u-nhyxh-box .u-nhyxh-swiper .swiper-button-next {
    right: 0px;
    background: url(../../img/arrow-r.png) no-repeat center;
}

.u-nhyxh-box .u-nhyxh-swiper .swiper-button-prev{
    left: 0px;
    background: url(../../img/arrow-l.png) no-repeat center;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    content: '';
}

/* 鼠标悬停在swiper容器上时显示按钮 */
.u-nhyxh-swiper:hover .swiper-button-next,
.u-nhyxh-swiper:hover .swiper-button-prev {
    opacity: 1; /* 显示按钮 */
    visibility: visible; /* 变为可见 */
}