ul {
    list-style: none;
}


/* .head {
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    color: #fff;
    z-index: 1111;
} */


/* .nav-bar,
.head,
.sub-nav {
    background-color: #252d40;
    box-shadow: none;
}

.nav-bar nav,
.nav-bar .nav-item,
.nav-bar .logo,
.nav-bar .action {
    background-color: #252d40;
} */


/* swiper start */

.swiper-container .swiper-pagination-bullet {
    background-color: #e5e6eb66;
    width: 45px;
    height: 5px;
    border-radius: 5px;
    opacity: 1;
}

.swiper-container .swiper-pagination-bullet-active {
    background: #f19240;
}

.swiper-banner {
    width: 100%;
    height: 460px;
    background-color: #131218;
}

.swiper-container {
    /* max-width: 1440px; */
    height: 460px;
    background-color: #252d40;
    margin: 0 auto;
}

.swiper-slide {
    width: 100%;
    position: relative;
    height: 460px;
    /* 
    position: relative; */
    /* background-image: url("../image/Artboard 2@2x.png");
    background-repeat: no-repeat;
    background-size: cover; */
    /* background-position: center center; */
}

.swiper-img2 {
    background-color: skyblue;
    background-image: url("../image/Artboard 2@2x.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-position: center center;
}

.swiper-img {
    background-color: skyblue;
    background-image: url("../image/Artboard 1@2x.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    background-position: center center;
}


/* .swiper-slide2 {
    background-image: url("../image/Artboard 1@2x.png");
    background-repeat: no-repeat;
    background-size: cover;
} */


/* .swiper-slide img {
    width: 100%;
    height: 100%;
} */


/* .swiper-box {
    width: 650px;
    height: 240px;
    position: absolute;
    top: 124px;
    left: 142px;
    z-index: 11;
} */


/* .swiper-pagination {
    text-align: left !important;
    margin-left: 140px;
} */

.swiper-box h1 {
    width: 650px;
    height: 70px;
    font-size: 50px;
    font-weight: 500;
    text-align: LEFT;
    color: #ffffff;
    line-height: 50px;
}

.swiper-box p {
    width: 634px;
    height: 40px;
    font-size: 13px;
    font-weight: 400;
    text-align: LEFT;
    color: #86909c;
    line-height: 20px;
}

.swiper-box h6 {
    width: 104px;
    height: 40px;
    background: linear-gradient(105deg, #ffba52 0%, #fa7a5e 100%);
    border-radius: 4px;
    box-shadow: 6px 6px 16px 0px rgba(241, 146, 64, 0.08), 2px 2px 6px 0px rgba(241, 146, 64, 0.2);
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    cursor: pointer;
    margin-top: 40px;
}


/* swiper end */

body {
    background-color: #f7f8fa;
}

.activity-content {
    width: 1440px;
    min-height: 1049px;
    background-color: #f7f8fa;
    margin: 0 auto;
    overflow: hidden;
}


/* 精彩活动 start */

.activity-wonderful {
    width: 1440px;
    min-height: 900px;
    margin: 0 auto;
}

.wonderful-title {
    font-weight: 600;
    font-size: 32px;
    text-align: center;
    /* margin: 0 0 50px 0; */
    padding-top: 35px;
}

.wonderful-title div {
    width: 320px;
    height: 93px;
    background-color: skyblue;
    margin: 0 auto;
    line-height: 93px;
    background: url("../image/solution@2x.png") no-repeat center center;
    background-size: 100% 65%;
}

.wonderful-container {
    width: 1156px;
    display: flex;
    margin: 0 auto;
    margin-top: 20px;
}

.wonderful-container:first-child {
    margin-top: 0;
}

.wonderful-box,
.activity-box {
    width: 364px;
    height: 408px;
    background-color: #fff;
    margin-left: 32px;
    box-shadow: 0px 2px 10px rgba(29, 33, 41, 0.04);
    border-radius: 6px;
}

.wonderful-box:first-child {
    margin-left: 0;
}

.wonderful-boxTop {
    /* background: #3b4252; */
    border-radius: 6px 6px 0px 0px;
    width: 364px;
    height: 228px;
    color: #fff;
    text-align: center;
    line-height: 228px;
    overflow: hidden;
}

.wonderful-boxTop img {
    width: 100%;
    height: 100%;
}

.wonderful-boxBtm {
    width: 364px;
    height: 180px;
    padding: 24px;
}

.wonderful-boxBtm h2 {
    font-size: 20px;
    width: 316px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 700;
}

.wonderful-boxBtm p {
    height: 22px;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #86909c;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wonderful-boxBtm div {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
    line-height: 30px;
}

.wonderful-boxBtm div div:first-child {
    color: #86909c;
}

.wonderful-boxBtm div div button {
    width: 79px;
    height: 28px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 24px;
}

.wonderful-boxBtm div div button:first-child {
    color: #ffffff;
    /* background: #f19240; */
    /* border: 1px solid #f19240; */
    border: 1px solid #86909c;
    background: #86909c;
    cursor: no-drop;
    opacity: 0.5;
}


/* .wonderful-boxBtm div div button:first-child:hover {
    background-color: #eb8228;
} */

.wonderful-boxBtm div div button:last-child {
    background: #fff;
    color: #f19240;
    border: 1px solid #f19240;
    margin-left: 7px;
}

.wonderful-more {
    width: 1156px;
    width: 152px;
    height: 38px;
    background-color: #f19240;
    color: #fff;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 40px;
    cursor: pointer;
}

.wonderful-more:hover {
    background-color: #eb8228;
}


/* 精彩活动 end */


/* 行业活动 start */

.activity-industry {
    width: 1440px;
    height: 667px;
    background-color: #fff;
    box-sizing: border-box;
    color: #fff;
    overflow: hidden;
    margin: 0 auto;
}

.industry-title {
    font-weight: 600;
    font-size: 32px;
    text-align: center;
    line-height: 93px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.industry-title div {
    width: 320px;
    height: 93px;
    background-color: skyblue;
    margin: 0 auto;
    line-height: 93px;
    color: #1d2129;
    background: url("../image/solution@2x.png") no-repeat center center;
    background-size: 100% 75%;
}

.industry-banner {
    width: 1156px;
    height: 376px;
    margin: 0 auto;
    display: flex;
    text-align: center;
    position: relative;
}

.pa-banner-lf {
    position: absolute;
    top: 24px;
    left: -8px;
    width: 70px;
    height: 30px;
    background: url("../image/Framelive@2x.png") no-repeat center center;
    background-size: 100% 100%;
}

.industry-banner-lf {
    width: 820px;
    height: 376px;
    border-radius: 6px;
    line-height: 376px;
    overflow: hidden;
}

.industry-banner-lf img {
    width: 100%;
    height: 100%;
}

.industry-banner-rt {
    width: 316px;
    height: 356px;
    margin-left: 20px;
    border-radius: 6px;
}

.industry-banner-rt div {
    width: 316px;
    height: 180px;
    border-radius: 6px;
}

.banner-rt-top,
.banner-rt-btm {
    position: relative;
    overflow: hidden;
}

.banner-rt-top img,
.banner-rt-btm img {
    width: 100%;
    height: 100%;
}

.banner-rt-top::after,
.banner-rt-btm::after {
    content: "即将开播";
    position: absolute;
    top: 10px;
    right: 10px;
    min-width: 56px;
    height: 22px;
    line-height: 22px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 0 8px;
}

.banner-rt-btm::after {
    content: "已结束";
}

.banner-rt-btm {
    margin-top: 20px;
}


/* 行业活动 end */


/* 往期回访 start */

.activity-box {
    position: relative;
}

.activity-box::after {
    position: absolute;
    top: 12px;
    right: 15px;
    content: "已结束";
    width: 60px;
    border-radius: 2px;
    height: 22px;
    line-height: 22px;
    background-color: #343332;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    padding: 0 3px;
}


/* 往期回访 end */