.main-wrapper {
    overflow: hidden;
    padding-top: 0;
}

.banner-wrapper {
    width: 1920px;
    height: 580px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    z-index: 9;
    border-radius: 6px;
}

.banner-wrapper .swiper-container {
    height: 100%;
}

.banner-wrapper .img-wrap {
    width: inherit;
    height: inherit;
}

.banner-wrapper .swiper-pagination-bullet,
.expert-main .swiper-pagination-bullet,
.dynamic-main .swiper-pagination-bullet {
    width: 16px;
    height: 8px;
    border-radius: 2px;
    background-color: #ffffff;
    margin: 0 6px !important;
    opacity: 1;
}

.banner-wrapper .swiper-pagination-bullet-active,
.expert-main .swiper-pagination-bullet-active,
.dynamic-main .swiper-pagination-bullet-active {
    width: 40px;
    background-color: #0090ff;
}


.module-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding: 32px 0;
}

.module-title h2 {
    width: 180px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 12px;
    background-color: #009cff;
    border-radius: 30px 0 30px 0;
    font-size: 28px;
    font-weight: normal;
}

.module-title small {
    font-size: 14px;
    font-weight: normal;
    color: #b3b3b3;
}

.module-wrapper .module-main {
    position: relative;
    width: 1920px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.module-wrapper .introduce-main {
    height: 382px;
    background: url("../img/home_1_bg.jpg?cache=no") no-repeat;
    background-size: 100% 100%;
}

.introduce-main .text-wrap {
    padding: 30px 0;
    margin: 0 auto 24px;
    border-bottom: 1px solid #e6e6e6;
}


.introduce-main .text {
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
    color: #1a1a1a;
}

.introduce-main .more-btn,
.vip-list .more-btn {
    display: block;
    width: 180px;
    height: 52px;
    border-radius: 4px;
    border: solid 1px #2667eb;
    font-size: 14px;
    font-weight: normal;
    color: #2667eb;
    text-align: center;
    line-height: 50px;
    margin: 40px auto 0;
}

.association-link ul {
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*margin: 0 auto;*/
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
}

.association-link li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 136px;
    background-color: #f7f9fc;
    border-radius: 4px;
    padding: 12px;
    box-sizing: border-box;
}

.association-link li a span {
    font-size: 20px;
    font-weight: bold;
    color: #0090ff;
}

.association-link li a em {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #808080;
    margin: 10px 0;
}

.association-link li a i {
    font-size: 20px;
    color: #0090ff;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #0090ff;
    box-sizing: border-box;
    font-weight: 700;
}

.dynamic-contain .dynamic-list {
    width: 1232px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.dynamic-contain .dynamic-list:after {
    display: block;
    content: '';
    flex: 1;
}

.dynamic-contain .dynamic-list li {
    position: relative;
    width: 380px;
    height: 448px;
    border-radius: 14px;
    overflow: hidden;
}

.dynamic-contain .dynamic-list li .img-wrap {
    width: 100%;
    height: 238px;
}

.dynamic-contain .dynamic-list li .text-wrap {
    width: 100%;
    height: calc(100% - 238px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: space-between;
    flex-wrap: wrap;
    padding: 26px;
    font-size: 14px;
    color: #333333;
    background-color: #ffffff;
    box-sizing: border-box;
}

.dynamic-contain .dynamic-list li .text-wrap h4, .dynamic-contain .tag-wrap {
    width: 100%;
}

.dynamic-contain .tag-wrap .detail-btn {
    width: 180px;
    height: 52px;
    background-color: #009cff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dynamic-contain .dynamic-list li .text-wrap h4 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 28px;
}

.dynamic-contain .dynamic-list li .text-wrap p {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #666666;
}

.dynamic-contain .dynamic-list li .text-wrap span {
    width: 50%;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    color: #b3b3b3;
}

.dynamic-contain .dynamic-list li:hover .text-wrap {
    color: #1dbdf9;
}

.dynamic-main {
    height: 564px;
    background: url("../img/home_2_bg.jpg?cache=no") no-repeat;
    background-size: 100% 100%;
}

.meeting-main {
    height: 608px;
    background: url("../img/home_4_bg.jpg?cache=no") no-repeat;
    background-size: 100% 100%;
}

.dynamic-main .dynamic-contain .dynamic-list {
    width: 1200px;
    flex-wrap: nowrap;
}

.dynamic-main .dynamic-contain .dynamic-list li .text-wrap span {
    font-size: 14px;
}

.dynamic-main .swiper-button-prev,
.expert-main .swiper-button-prev,
.vip-contain .swiper-button-prev {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .5);
    color: #ffffff;
    left: -75px;
}

.dynamic-main .swiper-button-next,
.expert-main .swiper-button-next,
.vip-contain .swiper-button-next {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, .5);
    color: #ffffff;
    right: -75px;
}

.dynamic-main .swiper-button-next:after,
.dynamic-main .swiper-button-prev:after,
.expert-main .swiper-button-next:after,
.expert-main .swiper-button-prev:after,
.vip-contain .swiper-button-next:after,
.vip-contain .swiper-button-prev:after {
    font-size: 18px;
}

.expert-main .swiper-pagination,
.dynamic-main .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    margin-top: 18px;
}

.vip-contain .swiper-button-prev {
    left: 15px;
}

.vip-contain .swiper-button-next {
    right: 15px;
}

.vip-main {
    height: 624px;
    background: url("../img/home_3_bg.jpg?cache=no") no-repeat 0 0;
}

.vip-class ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 30px;
}

.vip-class li {
    width: 300px;
    height: 80px;
    position: relative;
}

.vip-class li:after {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 10;
    transform: translateY(-50%);
    content: '';
    display: block;
    width: 1px;
    height: 32px;
    background-color: #e6e6e6;
    opacity: 1;
}

.vip-class ul a {
    width: 300px;
    height: 80px;
    background-color: rgba(255, 255, 255, .8);
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    line-height: 80px;
    text-align: center;
    padding: 0 12px;
    box-sizing: border-box;
}

.vip-class ul li.active a {
    background-color: #2667eb;
    color: #ffffff;
    border-radius: 4px;
}

.vip-class ul li.active:after {
    opacity: 0;
}

.vip-list > .vip-item {
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
    padding: 40px;
    box-sizing: border-box;
}

.vip-list .vip-item .swiper-container {
    width: 540px;
    height: 424px;
    padding-bottom: 40px;
}

.vip-list >.vip-item .img-wrap {
    width: 540px;
    height: 424px;
}

.vip-list .img-name {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 99;
    padding: 8px 12px;
    background-color: rgba(0, 0, 0, .5);
    color: #ffffff;
    font-size: 14px;
    border-radius: 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.vip-list .vip-item .text-wrap {
    width: calc(100% - 540px);
    height: 424px;
    padding-left: 40px;
    display: flex;
    align-content: space-between;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    box-sizing: border-box;
}

.vip-list .text-wrap h4 {
    font-size: 28px;
    font-weight: 700;
    color: #333333;
    width: 100%;
    margin-bottom: 40px;
}

.vip-list .text-wrap .text {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    overflow: hidden;
    flex: 1;
}

.vip-list .more-btn {
    margin: 0;
}

.engineering-main {
    height: 446px;
    background: url("../img/home_6_bg.jpg?cache=no") no-repeat;
}

.engineering-contain {
    position: relative;
}

.engineering-main .pc-wrap > .active {
    display: block;
}

.engineering-list li {
    width: 380px;
    height: 326px;
    background-color: #ffffff;
    box-shadow: 0 8px 16px 0 rgba(0, 55, 156, 0.02);
    border-radius: 4px;
}

.engineering-list li .img-wrap {
    width: 100%;
    height: 254px;
}

.engineering-list li .title-name {
    width: 100%;
    height: 72px;
    line-height: 72px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 20px;
    box-sizing: border-box;
}

.link-main {
    min-height: 300px;
    background: url("../img/home_7_bg.jpg?cache=no") no-repeat 0 bottom;
}

.link-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 1208px;
    padding-bottom: 60px;
}

.link-list dt {
    font-size: 20px;
    font-weight: normal;
    color: #333333;
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
}

.link-list dd a {
    display: block;
    width: 294px;
    height: 70px;
    background-color: #f7f9fc;
    border-radius: 4px;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    line-height: 70px;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 8px;
}

.link-list dd a:hover {
    color: #0090ff;
}

.link-list:after {
    display: flex;
    flex: 1;
    content: '';
}

.news-card {
    display: flex;
    justify-content: space-between;
}

.news-card .news-banner {
    width: 560px;
    height: 442px;
    border-radius: 16px;
    box-shadow: 0 12px 24px #e9f3fb;
    overflow: hidden;
    background-color: #FFFFFF;
}

.news-card .news-banner .swiper-slide {
    height: 442px;
}

.news-card .news-banner .img-wrap {
    width: 560px;
    height: 372px;
}

.news-card .news-banner .news-title {
    display: block;
    width: 100%;
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    padding: 0 24px;
    box-sizing: border-box;
}

.news-card .news-banner:hover .news-title {
    color: var(--theme-color);
}

.news-card .swiper-button-prev {
    width: 30px;
    height: 68px;
    border-radius: 0 14px 14px 0;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    left: 0;
}

.news-card .swiper-button-next {
    width: 30px;
    height: 68px;
    border-radius: 14px 0 0 14px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
    right: 0;
}

.news-card .swiper-button-next, .news-card .swiper-button-prev {
    top: 36%;
}

.news-card .swiper-button-next:after, .news-card .swiper-button-prev:after {
    font-size: 14px;
}

.news-card .swiper-button-next:hover, .news-card .swiper-button-prev:hover {
    color: var(--theme-color);
}

.news-card .swiper-pagination-bullet {
    width: 15px;
    height: 10px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .6);
    margin: 0 6px !important;
}

.news-card .swiper-pagination-bullet-active {
    width: 30px;
    background-color: var(--theme-color);
}

.news-card .news-list {
    width: 620px;
    border-radius: 4px;
    overflow: hidden;
}

.news-card .news-list dt {
    width: 620px;
    height: 58px;
    line-height: 58px;
    background-color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    color: #009cff;
    padding: 0 26px;
    box-sizing: border-box;
}

.news-card .news-list dd {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 24px 26px;
    background-color: #FFFFFF;
    height: 128px;
    box-sizing: border-box;
    border-top: 1px solid #eeeeee;
}

.news-card .news-list dd .text-wrap {
    flex: 1;
}

.news-card .news-list .news-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.news-card .news-list .news-title h2 {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.news-card .news-list .news-title span {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    color: #b3b3b3;
}

.news-card .news-list dd:hover h2 {
    color: var(--theme-color);
}

.module-wrapper .expert-main {
    height: 756px;
    background: url("../img/home_5_bg.jpg?cache=no") no-repeat;
    background-size: 100% 100%;
}

.expert-list {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 66px 30px;
    padding-top: 30px;
}

.expert-list .expert-item {
    width: 585px;
    height: 246px;
    background-color: #ffffff;
    box-shadow: 0 8px 30px 0 rgba(0, 110, 180, 0.16);
    border-radius: 4px;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.expert-list .expert-item .img-module {
    width: 250px;
    height: 250px;
    position: absolute;
    top: -30px;
    left: 24px;
}

.expert-item .img-module .img-wrap {
    width: 250px;
    height: 250px;
}

.expert-item .text-wrap {
    width: calc(100% - 274px);
    height: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 24px;
    box-sizing: border-box;
}

.expert-item .text-wrap .one-line {
    font-size: 24px;
    font-weight: 700;
    font-stretch: normal;
    line-height: 32px;
    color: #333333;
}

.expert-item .text-wrap .multiline-2 {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    color: #333333;
    margin-top: 24px;
}
