body{
    background: #ffffff;
    min-width: 1200px;
}

.base-header{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.swiper-container{
    margin-top: 80px;
}
.swiper-item{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.swiper-one{
    background-image: url("/common/static/index/banner_one.jpg");
    background-position: 100% 100%;
    background-repeat: no-repeat;
}
.swiper-two{
    background-image: url("/common/static/index/banner_two.jpg");
    background-repeat: no-repeat;
    background-position: 100% 100%;
}
.swiper-three{
    background-image: url("/common/static/index/banner_live.jpg");
    background-repeat: no-repeat;
    background-position: 100% 100%;
}
.banner-img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    height: 100%;
    margin: 0 auto;

}
.banner-img-icon-content{
    height:100%;
    display:flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.banner-content-detail{
    width: 100%;
    height:100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.banner-img-icon{
    border-radius: 3px;
}

.banner-content-one{
    font-size:60px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:50px;
}
.banner-content-two{
    font-size:26px;
    font-weight:400;
    color:rgba(255,255,255,1);
    margin-top: 31px;
}
.banner-content-three{
    font-size:26px;
    font-weight:400;
    color:rgba(255,255,255,1);
    margin-top: 20px;
}
.banner-content-action{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 46px;
}
.banner-content-ask{
    width:180px;
    height:50px;
    background:rgba(255,255,255,1);
    font-size:15px;
    font-weight:400;
    /*color:rgba(23,68,205,1);*/
    color:#1D1E1E;
    line-height:50px;
    text-align: center;
    cursor: pointer;
}
.banner-content-apply{
    width:180px;
    height:50px;
    border:1px solid rgba(255,255,255,1);
    font-size:15px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:50px;
    text-align: center;
    /*margin-left: 20px;*/
    cursor: pointer;
}
.content-one{
    width: 100%;
    height: 750px;
    background: #F5F7F9;
}
.content-one-title{
    width:420px;
    text-align: center;
    margin: 0 auto;
    font-size:36px;
    font-weight:bold;
    color:rgba(0,0,0,1);
    line-height:50px;
    padding-top: 83px;
}
.content-one-desc{
    width:348px;
    margin: 0 auto;
    font-size:20px;
    font-weight:300;
    color:rgba(102,102,102,1);
    line-height:50px;
}
.content-one-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 46px auto 0;
    width: 1200px;

}
.content-one-card{
    flex: 1;
    margin-right: 20px;
    height: 450px;
    flex-shrink: 0;
    background: #ffffff;
    border-radius:4px;
    cursor: pointer;
}

.content-one-img{
    width: 100%;
    height: 90px;
}
.content-one-list{
    height: 360px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    padding-left: 16px;
    box-sizing: border-box;
}

.content-one-item{
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 30px;
}
.content-one-item img{
    width: 28px;
    height: 28px;
    flex-shrink: 0;
}
.content-one-item-title{
    height:18px;
    font-size:17px;
    font-weight:bold;
    color:rgba(51,51,51,1);
    margin-left: 9px;
}
.content-one-item-desc{
    height:16px;
    font-size:15px;
    color:#969799;
    margin-top: 13px;
    margin-left: 9px;
}
.brand-show{

}

.achievement{
    width: 100%;
    height: 400px;
    background: #1645D1;
    margin-top: 76px;
}
.achievement-title{
    width:520px;
    text-align: center;
    margin: 0 auto;
    font-size:36px;
    font-weight:bold;
    color:rgba(255,255,255,1);
    padding-top: 100px;
}
.achievement-num{
    width: 1100px;
    margin: 83px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.achievement-industry{
    width: 275px;

    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.achievement-industry-num{
    font-size:50px;
    font-family:DIN;
    font-weight:500;
    color:rgba(255,255,255,1);
    position: relative;
}
.achievement-industry-num:after{
    content: "+";
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    top: 8px;
    position: absolute;
}
.achievement-industry-num-wan{
    font-size:50px;
    font-family:DIN;
    font-weight:500;
    color:rgba(255,255,255,1);
    position: relative;
}
.achievement-industry-num-wan:after{
    content: "万+";
    width: 50px;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    top: 8px;
    position: absolute;
}
.achievement-industry-type{
    width: 275px;
    text-align: center;
    display: inline-block;
    font-size:16px;
    font-weight:400;
    color:rgba(255,255,255,1);
    margin-top: 10px;
}
.news{
    height:570px;
    background: #F5F7F9;
}
.news-title{
    width:160px;
    margin: 0 auto;
    text-align: center;
    font-size:36px;
    font-weight:bold;
    color:rgba(0,0,0,1);
    padding-top: 74px;
}
.news-content{
    margin: 51px auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
}

.news-content-list{
    width: 386px;
    flex-shrink: 0;
    background:rgba(255,255,255,1);
    cursor: pointer;
}
.news-content-list-img{
    width: 100%;
    height: 120px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    background-position: center center;
}
.news-yunji-instury{
    background-image: url("../static/index/yunji_dynamic_img.png");
}
.news-product-instury{
    background-image: url("../static/index/product_instury.png");
}
.news-small-run{
    background-image: url("../static/index/weishang.png");
}
.news-content-list-img-tv{
    font-size:24px;
    font-weight:bold;
    color:rgba(255,255,255,1);
    padding-left: 25px;
    box-sizing: border-box;
}
.news-content-list-img-desc{
    font-size:17px;
    font-weight:400;
    color:rgba(255,255,255,1);
    margin-top: 11px;
    padding-left: 25px;
    box-sizing: border-box;
}
.news-list-title{
    width: 400px;
    padding: 0 21px 0 17px;
    font-size:17px;
    box-sizing: border-box;
    font-weight:400;
    color:rgba(17,17,17,1);
    margin-top: 27px;
}
.news-list-desc{
    width: 400px;
    padding: 0 24px 0 17px;
    box-sizing: border-box;
    font-size:13px;
    font-weight:400;
    color:rgba(102,102,102,1);
    margin-top: 23px;
}
.news-list-time{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 17px;
    margin-top: 37px;
    box-sizing: border-box;
}
.news-list-time img{
    width: 16px;
    height: 16px;
    object-fit: cover;
}
.news-list-time p{
    font-size:13px;
    font-weight:400;
    color:rgba(51,51,51,1);
    opacity:0.8;
    margin-left: 6px;
}
.news-list-line{
    width: 362px;
    margin: 25px auto 0;
    box-sizing: border-box;
    height:1px;
    background: #C1C1C1;
    opacity:0.5;
}
.news-list-ul{
    width: 400px;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 28px;
}
.news-list-li{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    margin-top: 16px;
}
.news-list-li-cir{
    width:4px;
    height:4px;
    background: #C1C1C1;
}
.news-list-li-content{
    font-size:14px;
    font-weight:400;
    color:#333333;
    margin-left: 9px;
    word-break:break-all;
    display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.news-list-li:hover .news-list-li-cir{
    background: #1645D1;
}
.news-list-li:hover .news-list-li-content{
    color: #1645D1;
}