/*banner轮播*/
.banner-swiper{

}
.banner-swiper-item{
    height: 771px;
    width: 100%;
    position: relative;
}
.banner-swiper img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-swiper-info{
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 50%;
    transform: translate(-50%);
}
.banner-swiper-info .text1{
    font-weight: 500;
    font-size: 20px;
    color: var( --color-primary);
    line-height: 33px;
    margin-bottom: 25px;
}
.banner-swiper-info .text2{
    font-weight: 500;
    font-size: 48px;
    color: var( --color-primary);
    line-height: 60px;
}
.banner-swiper-info .text3{
    font-weight: 500;
    font-size: 20px;
    color: #202229;
    line-height: 30px;
    margin-top: 40px;
    margin-bottom: 10px;
}
.banner-swiper-info .text4{
    font-size: 14px;
    color: #202229;
    line-height: 25px;
}
.banner-swiper-btn{
    position: absolute;
    height: 52px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.banner-swiper-btn .base-swiper-btn{
    position: absolute;
    top: 50%;
    width: 32px;
    height: 32px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    color: #202229;
    font-weight: bold;
    transform: translateY(-50%);
    font-size: 15px !important;
    z-index: 2;
    pointer-events: all;
    opacity: 1;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
}
.banner-swiper-btn .base-swiper-btn{
    border: 1px solid #fff;
    background: transparent;
    backdrop-filter: blur(12px);
}
.base-swiper-btn.swiper-btn-last{
    left: -18px;
}
.base-swiper-btn.swiper-btn-next{
    right: -18px;
}

/*文本介绍*/
.article{
    width: 100%;

    text-align: center;
}
.page-en-name{
    font-size: 20px;
    color: var( --color-primary);
    line-height: 25px;
    position: relative;
}
.page-zh-name{
    font-size: 36px;
    color: #333;
    line-height: 45px;
    font-weight: 500;
    position: relative;
    text-align: center;
}
.page-desc{
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    position: relative;
}
.page-brief{
    font-size: 14px;
    color: #666666;
    line-height: 26px;
    position: relative;
}
.article .main-img{
    width: 100%;
    object-fit: contain;
}
.btm-function{
    display: flex;
    margin-left: -12px;
    flex-wrap: wrap;
}
.btm-function .col{
    margin: 12px;
}
.btm-function-item{
    width: 100%;
    aspect-ratio: 287 / 198;
    flex-direction: column;
    align-items: center;
    border: 1px solid #CFD3D9;
    transition: all .2s;
    cursor: pointer;
    border-radius: 8px;
}
.btm-function-item:hover{
    border: 1px solid var( --color-primary);
}
.btm-function-item img{
    width: 40px;
    height: 40px;
    margin-bottom: 17px;
}
.btm-function-item div{
    font-size: 20px;
    color: var( --color-primary);
    white-space: nowrap;
}
/*活动列表*/
.event-list{
    grid-gap: 30px;
}
.event-list .event-item{
    padding: 40px 36px 40px 0;
    background: #fff;
    margin-bottom: 30px;
}
.event-list .event-item:last-child{
    margin-bottom: 0;
}
.event-item .event-item:last-child{
    margin-bottom: 0;
}
.event-item .main-img{
    margin-right: 24px;
    width: 400px;
    height: 225px;
    object-fit: cover;
    border-radius: 0px 14px 14px 0px;
}
.event-item .name{
    /*font-weight: 600;*/
    font-size: 20px;
    color: #202229;
    line-height: 33px;
    height: 33px;
    margin-bottom: 16px;
}
.event-item .time{
    font-size: 14px;
    color: #6F7182;
    line-height: 22px;
    margin-bottom: 16px;
}
.event-item .brief{
    height: 44px;
    font-size: 14px;
    color: #121212;
    line-height: 22px;
    margin-bottom: 18px;
}
.event-item-right{
    max-width: calc(100% - 424px);
}
/*店铺*/
.recommend-shop{

    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.recommend-shop .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.recommend-shop-line{
    position: relative;
}
.shop{
    transition: all 220ms cubic-bezier(.4,0,.2,1);
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .08), 0 3px 4px 0 rgba(0, 0, 0, .04), 0 1px 8px 0 rgba(0, 0, 0, .04);
    border-color: transparent;
    position: relative;
    padding: 0;
    display: flex;
    flex-direction: column;
    background: #fff;
    height: 100%;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    border-radius: 14px;
}
/*.shop::after {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    content: "";*/
/*    pointer-events: none;*/
/*    border: 2px solid;*/
/*    border-color: inherit;*/
/*    border-radius: inherit;*/
/*}*/
.pic-collection {
    display: flex;
    flex-wrap: wrap;
    margin: 16px;
    aspect-ratio: 1;
    border-radius: 8px;
    overflow: hidden;
}
.pic-collection__item {
    position: relative;
    width: 50%;
}
.pic-collection__item img {
    /*position: absolute;*/
    /*top: 50%;*/
    /*left: 50%;*/
    max-width: 100%;
    max-height: 100%;
    /*transform: translate(-50%, -50%);*/
    aspect-ratio: 1;
    object-fit: cover;
}
/*.pic-collection__item::after {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 100%;*/
/*    padding-bottom: 100%;*/
/*}*/
.logo-wrap {
    position: absolute;
    margin-top: -55px;
    display: flex;
    justify-content: center;
    width: 100%;
}
.logo-wrap .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    padding: 4px;
    overflow: hidden;
    box-shadow: 0 3px 12px -1px rgba(0, 0, 0, .15);
    background: #fff;
    border-radius: 8px;
}
.logo-wrap .logo img {
    max-width: 100%;
    max-height: 100%;
}
.shop-info{
    text-align: center;
    margin-top: 29px;
    padding: 20px 16px;
}
.shop-info .title {
    font-weight: 600;
    font-size: 14px;
    color: #202229;
    line-height: 20px;
    margin-bottom: 6px;
}
.shop-info .desc {
    margin-bottom: 0;
    font-size: 12px;
    color: #787878;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 12px;
    height: 12px;
    display: none;
}
.shop:hover {
    border-color:var(--color-primary);
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .08), 0 12px 17px 2px rgba(0, 0, 0, .04), 0 5px 22px 4px rgba(0, 0, 0, .04);
}
/*产品*/
.goods-outer{
    background-repeat: no-repeat;
    background-size: cover;
}
.goods-line{
    position: relative;
}
.goods{
    transition: all 220ms cubic-bezier(.4,0,.2,1);
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .08), 0 3px 4px 0 rgba(0, 0, 0, .04), 0 1px 8px 0 rgba(0, 0, 0, .04);
    border-color: transparent;
    cursor: pointer;
    width: 100%;
    display: block;
    height: 100%;
    background: #fff;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    border-radius: 14px;
}
.goods:hover{
    border-color:  var(--color-primary);

}
.goods .pic {
    position: relative;
    width: 100%;
    aspect-ratio: 1;
    display: flex;
    padding: 16px;
}
.goods-save{
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.16);
    border-radius: 50%;
    font-size: 20px !important;
    color: var(--color-primary);
    text-align: center;
    line-height: 42px;
}
.goods-save.active{
    color: red;
}
.no-save .goods-save{
    display: none;
}

.goods .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
}
.goods .info {
    padding: 0 15px 30px;
}
.goods .info .title {
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    line-height: 23px;
    height: 46px;
    margin-bottom: 6px;
}
.goods .info .desc {
    font-size: 18px;
    color: #666666;
    line-height: 26px;
    height: 52px;
}
.goods-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    color: var(--color-primary);
    height: 54px;
    border-top: 1px solid #F5F5F5;
    cursor: pointer;
}
.no-inquiry .goods-btn{
    display: none;
}
.goods:hover .goods-btn{
    background: rgba(242, 100, 23, 0.3);
}
.goods-btn .el-iconfont{
    margin-right: 6px;
    font-size: 10px;
}















/*.text-source-left{*/
/*    padding: 55px 0 33px;*/
/*}*/
.page-box-title{
    font-weight: bold;
    font-size: 44px;
    color: #000000;
    line-height: 52px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.page-box-text{
    font-weight: normal;
    font-size: 18px;
    color: #666666;
    line-height: 26px;
}
.page-box-title .more{
    cursor: pointer;
    font-size: 20px;
    color: #F26417;
    line-height: 24px;
    padding: 8px 15px;
    background: #F5F5F5;
    border-radius: 50px;
    text-decoration: none;
    white-space: nowrap;
}
.text-source-right{
    aspect-ratio: 788 / 525;
    overflow: hidden;
    border-radius: 14px 14px 14px 14px
}
.text-source-right video,.text-source-right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mb-40{
    margin-bottom: 40px;
}
.page-box-sub_title{
    font-weight: 500;
    font-size: 18px;
    color: #000000;
    line-height: 21px;
}

.page-btn{
    padding: 10px 36px;
    background: #F26417;
    border: 1px solid #F26417;
    border-radius: 50px 50px 50px 50px;
    width: fit-content;
    cursor: pointer;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    transition: all .3s;
    line-height: 22px;
    white-space: nowrap;
}
.page-btn:hover{
    background: #fff;
    color: #F26417;
}
.page-white-btn{
    color: #333333;
    background: #fff;
    border: 1px solid #fff;
}
.page-white-btn:hover{
    color: #fff;
    background: #F26417;
}
.page-black-btn{
    background: #333333;
    border: 1px solid #333333;
}
.page-black-btn:hover{
    background: #fff;
    color: #333;
}

.number-info{
    /*border-radius: 20px 20px 20px 20px;*/
    /*background-image: url("../imgs/home/bg1.png");*/
    /*background-size: cover;*/
    padding: 82px 0;
    /*margin: 0 30px;*/
    display: flex;
    justify-content: center;
    font-size: 1vw;
    background-position: center;
    position: relative;
}
.number-list{
    display: flex;
    margin-left: 12px;
    flex-wrap: wrap;
}
.number-item{
    /*aspect-ratio:368/220 ;*/
    /*height: 126px;*/
    background: rgba(255,255,255,0.4);
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #FFFFFF;
    padding: 10px 30px 20px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin: 12px;
}
.number-item .num{
    font-weight: 500;
    /*font-size: 60px;*/
    color: #FFF;
    /*line-height: 70px;*/
    margin-bottom: .3em;
    font-size: 3.1em;
}
.number-item .text{
    font-size: 22px;
    color: #FFFFFF;
    line-height: 26px;
}
.number-info .col-3{
    padding: 0 22px;
}
.number-info .number-list>div:nth-child(2n){
    margin-top: 50px;
}

.explore-btn{
    display: flex;
    justify-content: center;
}
.event-line{
    background: #F5F5F5;
    padding: 80px 0;
    display: flex;
    justify-content: center;
}
.limit{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.limit2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.limit3{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.event-item{
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
    border-radius: 14px 14px 14px 14px;
    cursor: pointer;
    overflow: hidden;
    display: block;
}
.event-img{
    aspect-ratio: 463 / 260;
    overflow: hidden;
}
.event-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}
.event-item:hover .event-img img{
    transform: scale(1.5);
}
.event-info{
   padding: 40px 24px;
}
.event-info .name{
    font-weight: 500;
    font-size: 24px;
    color: #333333;
    line-height: 32px;
    height: 32px;
    margin-bottom: 12px;
}
.event-info .time{
    height: 24px;
    font-size: 16px;
    color: #999999;
    line-height: 24px;
    margin-bottom: 12px;
}
.event-info .desc{
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 36px;
    height: 72px;
}
.exhi-line{
    padding: 80px 0 92px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
.exhi-swiper{
    width: calc(100vw + 40px);
    margin-left: -20px;
    margin-top: 80px;
    position: relative;
}
.exhi-item{
    aspect-ratio: 380 / 484;
    position: relative;
    border-radius: 14px 14px 14px 14px;
    overflow: hidden;
}
.exhi-bg{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.exhi-info{
    position: absolute;
    transition: all .3s;
    bottom: 0;
    left: 0;
    height: 162px;
    padding: 0 34px;
    display: flex;
    text-align: center;
    background: linear-gradient( 180deg, rgba(0,0,0,0) 0%, #000000 100%);
    border-radius: 14px 14px 14px 14px;
    align-items: center;
    width: 100%;
}
.exhi-info .exhi-logo{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #FFFFFF;
    object-fit: contain;
    margin-right: 24px;
    background: #fff;
}
.exhi-info .name{
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    line-height: 23px
}
.exhi-info .num{
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 19px;
    margin: 12px 0 40px;
    display: none;
}
.exhi-info .el-iconfont{
    display: none;
    width: 32px;
    height: 32px;
    background: #F26417;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}
.exhi-item:hover .exhi-info{
    height: 100%;
    padding-top: 0;
    justify-content: center;
    flex-direction: column;
}
.exhi-item:hover .exhi-info .name{
    text-align: center;
}
.exhi-item:hover .exhi-logo{
    margin-right: 0;
    width: 82px;
    height: 82px;
    margin-bottom: 40px;
    border: none;
    background: #fff;
}
.exhi-item:hover .num,.exhi-item:hover .el-iconfont{
    display: block;
}
.item-swiper{
    position: relative;
}
.swiper-btn-last,.swiper-btn-next{
    width: 60px;
    height: 60px;
    background: #EEEEEE;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    color: #333333;
    transition: all .3s;
    pointer-events: all;
    flex-shrink: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    /*display: none;*/
}
/*.swiper .swiper-btn-last,.swiper .swiper-btn-next{*/
/*    display: block;*/
/*}*/
.swiper-btn-prev{
    transform: rotate(180deg);
}
.swiper-btn-next{

}
.swiper-btn-last:hover,.swiper-btn-next:hover{
    background: #F26417;
    color: #fff;
}
.swiper-button-disabled{
    opacity: .2;
    pointer-events: none;
}
.exhi-swiper-btn{
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    pointer-events: none;
    margin-left: 10px;
}
.swiper-btn-p,.swiper-btn-n{
    width: 60px;
    height: 60px;
    background: #EEEEEE;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    color: #333333;
    transition: all .3s;
    pointer-events: all;
    flex-shrink: 0;
}

.swiper-btn-p:hover,.swiper-btn-n:hover{
    background: #F26417;
    color: #fff;
}
.dts-line{
    padding: 78px 0;
    background: #F5F5F5;
    display: flex;
    justify-content: center;
}
.dts-line-left{
    padding-top: 48px;
}
.dts-line-left .logo{
    height: 48px;
    object-fit: contain;
}
.col-org{
    color: #F26417;
}
.dot-line{
    font-weight: 500;
    font-size: 22px;
    color: #333333;
    line-height: 32px;
    display: flex;
    align-items: center;
}
.dot-line:before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #F26417;
    margin-right: 6px;
    flex-shrink: 0;
}
.dts-line-right{
    aspect-ratio: 752 / 606;
}
.dts-line-right img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.keep-line{
    padding: 80px 0;
    display: flex;
    justify-content: center;
    background-image: url("../imgs/home/bg2.png");
    background-size: cover;
}
.keep-line .title{
    text-align: center;
    font-weight: 500;
    font-size: 44px;
    color: #FFFFFF;
    line-height: 44px;
}
.keep-line .desc{
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 26px;
    text-align: center;
}
.keep-form{
    display: flex;
    justify-content: space-between;
}
.keep-form-in input,.keep-form-in select{
    width: 100%;
    height: 45px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    border-radius: 30px 30px 30px 30px;
    padding: 0 24px;
    font-size: 18px;
    border: none;
    outline: none;
}
.keep-form-in select{
    appearance: none;
    background-image: url(../imgs/layout/arrow-down.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 91% center;
}
.keep-form .row{
    flex: 1;
}
.keep-form .page-btn{
    margin-left: 40px;
}
.ad-line{
    display: flex;
    justify-content: center;
    padding: 80px 0;
}
.ad-item{
    position: relative;
    width: 100%;
    height: fit-content;
    display: block;
    cursor: pointer;
    border-radius: 14px 14px 14px 14px;
    overflow: hidden;
}
.ad-item img{
    transition: all 1s;
    width: 100%;
    object-fit: contain;
    min-height: 40px;
}
.ad-item .tag{
    width: 55px;
    height: 29px;
    background: rgba(0,0,0,0.5);
    border-radius: 0px 14px 0px 14px;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 29px;
    text-align: center;
    font-size: 18px;
    color: #FFFFFF;
}
.ad-item:hover img{
    transform: scale(1.1);
}
.explore-line{
    padding: 80px 0;
    width: 100%;
    overflow: hidden;
}
.explore-item{

}
.explore-img{
    width: 100%;
    aspect-ratio: 370 / 320;
    border-radius: 14px 14px 14px 14px;
    margin-bottom: 24px;
    overflow: hidden;
}
.explore-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}
.explore-item:hover .explore-img img{
    transform: scale(1.5);
}
.explore-item .limit{
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    line-height: 23px;
}
.explore-item:hover .limit{
    color: #F26417;
}
.explore-btn div{
    margin: 20px 13px;
}
.explore-line .swiper{
    margin-top: 75px;
    overflow: visible;
}
.tiny-box{
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.tiny-box li{
    pointer-events: none;
}



@media (max-width: 1500px){
    .text-source-left{
        padding: 40px;
    }
}

.new-item{
    padding: 40px 20px;
    background: #fff;
    position: relative;
    display: block;
    flex: 1;
}
.new-item:hover{
    box-shadow: 0px 0px 16px 0px rgba(65,87,124,0.16);
}
.new-item .name{
    font-size: 20px;
    color: #202229;
    line-height: 26px;
    height: 52px;
    margin-bottom: 10px;
}
.new-item .time{
    font-size: 14px;
    color: #6F7182;
    line-height: 22px;
    margin-bottom: 20px;
}
.new-item .brief{
    height: 44px;
    font-size: 14px;
    color: #121212;
    line-height: 24px;
}
.new-item .el-btn{
    margin-top: 40px;
}

@media (max-width: 1600px){
    /*.banner-box-line{*/
    /*    display: flex;*/
    /*}*/
    /*.banner-info-right .banner-box{*/
    /*    display: none;*/
    /*}*/
}
@media (max-width: 1200px) {
    .keep-form{
        flex-direction: column;
    }
    .keep-form .page-btn{
        margin: 30px auto 0;
    }
}
@media (max-width: 992px){
    /*.banner-info-left{*/
    /*    width: 100%;*/
    /*    text-align: right;*/
    /*}*/
    /*.banner-info{*/
    /*    width: 100%;*/
    /*    padding: 0 40px;*/
    /*}*/
    .number-info{
        font-size: 2vw;
    }
}
@media (max-width: 768px){
    .event-list .event-item{
        flex-direction: column;
        padding: 20px;
    }
    .event-item .main-img{
        margin-right: 0;
        width: 100%;
        height: fit-content;
        margin-bottom: 24px;
        object-fit: contain;
    }
    .event-item-right{
        max-width: 100%;
    }
    .number-info .number-list>div:nth-child(2n){
        margin-top: unset;
    }
    .number-info{
        padding: 40px;
    }
}
@media (max-width: 500px){
    /*.banner .main-bg{*/
    /*    height: 700px;*/
    /*}*/
    /*.banner-info,.swiper-btn-prev, .swiper-btn-next{*/
    /*    zoom: .7;*/
    /*}*/
    /*.page-btn{*/
    /*    zoom: .8;*/
    /*}*/
    .number-info{
        padding: 30px;
    }
    .text-source{
        /*padding: 0px 30px 40px;*/
    }
    /*.banner-box .box-right{*/
    /*    justify-content: center;*/
    /*}*/
}
@media (min-width: 1920px){
    .number-info{
        font-size: 20px;
    }
}








.el-option {
    display: none;
}

