@charset "UTF-8";
@font-face {
    font-family: HuaweiSans-Bold;
    src: url("../fonts/HuaweiSans-Bold.ttf");
}

@font-face {
    font-family: HuaweiSans-Regular;
    src: url("../fonts/HuaweiSans-Regular.ttf");
}

#main .main-con {
    position: relative;
    overflow: hidden;
    background: #F6FAFF url(../img/pc_bg.jpg) no-repeat top center;
    background-size: cover;
}

#main *,
#main :after,
#main :before {
    box-sizing: inherit;
    -moz-box-sizing: inherit;
}

#main *,
#main :after,
#main :before {
    box-sizing: inherit;
    -moz-box-sizing: inherit;
}


/* 锚点 */

#main .anchor {
    display: none;
}

#main .sec_tabv1 {
    display: block;
}

#main .sec_tabv2 {
    display: none;
}

#main .anchor {
    position: fixed;
    top: 45%;
    transform: translateY(-50%);
    left: 1.04167vw;
    z-index: 11;
}

#main .anchor .anchor_sec {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 1.667vw;
}

#main .anchor .anchor_sec .round_width {
    width: 1vw;
}

#main .anchor .anchor_sec .round_width .anchor_round {
    width: 0.313vw;
    height: 0.313vw;
    margin: 0 auto;
    border-radius: 50vw;
    background: #C4CBD8;
}

#main .anchor .anchor_sec .txt_width {
    width: fit-content;
}

#main .anchor .anchor_sec .txt_width p {
    margin: 0;
    margin-left: 0.9375vw;
    font-size: 0.833vw;
    color: #c4cbd8;
    cursor: pointer;
}

#main .anchor .anchor_sec:first-child {
    margin-top: 0;
}

#main .anchor .anchor_active .round_width {
    width: 1vw;
}

#main .anchor .anchor_active .round_width .anchor_round {
    width: 0.8854vw;
    height: 0.8854vw;
    margin: 0 auto;
    /* border-radius: 50vw; */
    /* background: linear-gradient(135deg, #6B67A6 0%, #ACA7EB 100%); */
    background: url(../img/nav_arrow.png) no-repeat center;
    background-size: cover;
}

#main .anchor .anchor_active .txt_width p {
    font-weight: bold;
    color: #000000;
}


/* industey banner */

#main .swiper-button-next,
#main .swiper-button-prev {
    width: 1.875vw;
    height: 1.25vw;
    top: 62%;
    transform: none;
}

#main .pro-banner .swiper-button-next,
#main .pro-banner .swiper-button-prev {
    top: 50%;
}

#main .swiper-button-next {
    background: url(../img/next.png) no-repeat;
    background-size: contain;
    user-select: none;
    right: -3.125vw;
}

#main .swiper-button-prev {
    background: url(../img/prev.png) no-repeat;
    background-size: contain;
    user-select: none;
    left: -3.125vw;
}

#main .swiper-button-next:after,
#main .swiper-button-prev:after {
    content: '';
}

#main .swiper-pagination-bullet {
    opacity: 1;
    background: #E6E8F7;
}

#main .swiper-pagination-bullet-active {
    width: 16px;
    height: 8px;
    background: #C7000B;
    border-radius: 4px;
}

#main .swiper-button-prev.swiper-button-disabled,
#main .swiper-button-next.swiper-button-disabled {
    display: none;
}


/* top */

.top-con {
    width: 3.3333vw;
    height: 14vw;
    position: fixed;
    bottom: 115px;
    right: 2.5vw;
    z-index: 100;
}

.top-con .list {
    width: 3.3333vw;
    height: 3.3333vw;
    /* background: url(../img/top_bg.png) no-repeat center; */
    background: #fff;
    border-radius: 0.4166vw;
    box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.1);
    background-size: cover;
    font-size: 0.625vw;
    color: #999;
    text-align: center;
    margin-bottom: 0.8333vw;
    cursor: pointer;
    transition: .2s;
    padding-top: 0.5729vw;
}

.top-con .list:hover {
    color: #C7000B;
}

.top-con .list:hover img.pic {
    display: none;
}

.top-con .list:hover img.pic01 {
    display: block;
}

.top-con .list img {
    width: 1.25vw;
    height: 1.25vw;
    margin: 0 auto 0.1041vw;
}

.top-con .list img.pic01 {
    display: none;
}

.top-con .list3 {
    display: none;
}


/* 20230207 */

.mob-show {
    display: none;
}

.clear::after {
    clear: both;
    content: '';
    visibility: hidden;
    height: 0px;
    display: block;
}

img {
    width: 100%;
    display: block;
}

.sec {
    height: auto;
    overflow: hidden;
    position: relative;
}

.con {
    /* position: absolute;
top: 0;
left: 50%;
transform: translatex(-50%); */
    width: 73%;
    height: auto;
    margin: 0 auto;
    padding-top: 4.1666vw;
}

.con p {
    font-size: 0.833vw;
}

.title {
    margin: 0 auto 2.9687vw;
    position: relative;
    text-align: center;
}

.title .title_bg {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.title h2 {
    font-size: 2.5vw;
    font-weight: bold;
    color: #000;
    /* background: url(../img/title_bg.png) no-repeat bottom center; */
    background-size: 7.3958vw 0.625vw;
    padding-bottom: .5vw;
    position: absolute;
    top: 2.1875vw;
    left: 50%;
    transform: translateX(-50%);
}

.link-btn {
    display: inline-block;
    font-size: 1vw;
    color: #c7000b;
    border-radius: 4vw;
    padding: 1vw 1.5vw;
    background: transparent;
    border: 1px solid #c7000b;
    /* transition: .3s; */
}

.link-btn:hover {
    color: #fff;
    background: #c7000b;
}

.btm-more .link-btn {
    color: #fff;
    background: #c7000b;
    border: 1px solid #c7000b;
    /* transition: .3s; */
}

.btm-more .link-btn:hover {
    background-color: rgba(199, 0, 11, 0.7);
    border: 1px solid rgba(199, 0, 11, 0.7);
}

.more-btn {
    height: auto;
    overflow: hidden;
    text-align: center;
    padding-top: 2.0833vw;
}

.more-btn .link-btn {
    padding-left: 2.0833vw;
    padding-right: 2.0833vw;
}

.title-bg01 {
    width: 17.6562vw;
}

.title-bg02 {
    width: 19.0104vw;
}

.title-bg03 {
    width: 21.875vw;
}

.title-bg04 {
    width: 35.2604vw;
}

.title-bg05 {
    width: 69.9479vw;
}

.title-bg06 {
    width: 43.0729vw;
}

.title-bg07 {
    width: 34.2187vw;
}


/* all con 2023 */

.con1 {
    padding-bottom: 4vw;
    position: relative;
}

.con5 {
    padding-bottom: 2.1875vw;
}

.con6 {
    padding-bottom: 4vw;
}


/* kv */

.kv {
    height: 36.4583vw;
    overflow: hidden;
    position: relative;
    background: #EAEAEA;
}

.kv .pc-con {
    width: 88%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.kv .pc-con .pc-show img {
    width: 43.75vw;
}

.kv .kv-txt {
    height: auto;
    overflow: hidden;
}

.kv .kv-txt h2 {
    font-size: 2.5vw;
    font-weight: bold;
    line-height: 1.2;
    color: #000;
    margin-bottom: 1.25vw;
}

.kv .kv-txt h2 span {
    color: #B5271E;
}

.kv .kv-txt h3 {
    font-size: 1.25vw;
    font-weight: bold;
    line-height: 1.2;
    color: #4C4A4A;
    margin: 1.25vw 0 0.5208vw;
}

.kv .kv-txt .date {
    font-size: 1.25vw;
    line-height: 1.2;
    color: #4C4A4A;
    margin-bottom: 1.25vw;
}

.kv .kv-txt .date .red {
    color: #B5271E;
}

.Countdown-con {
    width: 28.5416vw;
    height: 6.4583vw;
    background: #fff;
    border-radius: 4vw;
    position: absolute;
    bottom: 3.3333vw;
    left: 50%;
    transform: translatex(-50%);
    box-shadow: 0px 3px 6px 3px #e1e1e1;
}

.Countdown-con .box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Countdown-con .box h4 {
    font-size: 1.6666vw;
    color: #000;
    margin-left: 3.3333vw;
}

.Countdown-con .box p {
    font-size: 1.25vw;
    color: #000;
    margin-right: 3.3333vw;
}

.Countdown-con .box p span {
    font-weight: bold;
    font-size: 2.5vw;
    color: #C7000B;
    margin-right: 0.5729vw;
}

.Countdown-con .box .line {
    width: 1px;
    height: 3.3333vw;
    background: #ACACAC;
}

.kv .tip {
    position: absolute;
    bottom: 2.0833vw;
    right: 2.0833vw;
}

.kv .tip p {
    margin-bottom: 0.5208vw;
    font-size: 0.6770vw;
    font-weight: 400;
    color: #000;
}

.kv .tip span {
    display: block;
    float: right;
    width: 5.4687vw;
    height: 1px;
    background: #A02F2B;
}


/* join us */

.con1 .section {
    width: 100%;
    height: auto;
    position: relative;
}

.con1 .section::after {
    clear: both;
    content: '';
}

.con1 .section .pic {
    float: left;
    width: 32.8645vw;
    height: auto;
    position: relative;
    box-shadow: 0px 9px 19px 0px #999;
    border-radius: 0.4166vw;
}

.con1 .section .pic img {
    border-radius: 0.4166vw;
}

.con1 .section .play {
    width: 3.4375vw;
    height: 3.4375vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.con1 .section .txt {
    width: 36.8229vw;
    height: 100%;
    right: 0;
    position: absolute;
}

.con1 .section .txt p {
    color: #555;
    line-height: 1.5;
}


/* .con1 .section .txt .link-btn {} */

.now-btn {
    position: absolute;
    bottom: 0;
    left: 0;
}


/* agends */

.con2 .day-tab {
    height: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 2.7083vw;
}

.con2 .day-tab .item {
    width: 12.5vw;
    height: 3.8020vw;
    line-height: 3.8020vw;
    cursor: pointer;
    color: #000;
    overflow: hidden;
    font-size: 1.25vw;
    text-align: center;
    /* border: 1px solid #000; */
    border-radius: 0.4166vw;
    margin: 0 1.0416vw;
    /* background: linear-gradient(180deg, #F7F9FE 0%, #FFFFFF 100%); */
    box-sizing: border-box;
    background: url(../img/tab_bg.png) no-repeat center;
    background-size: cover;
}

.con2 .day-tab .item.active {
    border-color: #C7000B;
    color: #C7000B;
}

.con2 .ag-tab {
    height: auto;
}

.day-con-list {
    display: none;
}

.con2 .ag-tab .ag-tab-top {
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
}

.con2 .ag-tab .ag-tab-top li {
    width: 12.5vw;
    height: 3.8020vw;
    line-height: 3.8020vw;
    cursor: pointer;
    overflow: hidden;
    font-size: 1.25vw;
    text-align: center;
    background: url(../img/tab_bg.png) no-repeat center;
    background-size: cover;
    margin-right: 0.5208vw;
}

.con2 .ag-tab .ag-tab-top li.active {
    color: #C7000B;
}

.con2 .ag-tab .hd {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #C7000B;
    padding: 0.8854vw 0;
    border-top-right-radius: 0.4166vw;
    border-top-left-radius: 0.4166vw;
}

.con2 .ag-tab .hd li {
    font-size: 0.9375vw;
    color: #fff;
    display: flex;
    align-items: center;
    float: left;
}

.con2 .ag-tab .hd li span {
    display: inline-block;
    width: 1.0416vw;
    height: 1.0416vw;
    margin-right: 0.5208vw;
}

.con2 .ag-tab .hd li:first-child span {
    background: url(../img/ag_ion1.png) no-repeat center;
    background-size: cover;
}

.con2 .ag-tab .hd li:nth-child(2) span {
    background: url(../img/ag_ion2.png) no-repeat center;
    background-size: cover;
}

.con2 .ag-tab .hd li:last-child span {
    background: url(../img/ag_ion3.png) no-repeat center;
    background-size: cover;
}

.con2 .ag-tab .hd li:first-child {
    width: 18%;
    box-sizing: border-box;
    padding-left: 1.5vw;
    /* display: none; */
}

.con2 .tab-con2-new .hd li:first-child {
    width: 18%;
}

.con2 .ag-tab .hd li:nth-child(2) {
    box-sizing: border-box;
    padding-left: 1.5vw;
}

.con2 .ag-tab .hd li:last-child {
    width: 33.3%;
    float: right;
    margin-right: 15.5%;
}

.con2 .ag-tab .ag-tab-con {
    height: auto;
    background: #F2F7FF;
    box-shadow: 0px 4px 4px 0px #E6EFFF;
    display: none;
    border-bottom-right-radius: 0.4166vw;
    border-bottom-left-radius: 0.4166vw;
}

.con2 .ag-tab .ag-tab-con .list {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ddd;
    min-height: 4.9vw;
}

.con2 .ag-tab .ag-tab-con .list:last-child {
    border-bottom: none;
}

.con2 .ag-tab .ag-tab-con .list li {
    height: auto;
    display: flex;
    align-items: center;
    padding: 1.2vw 0;
}

.con2 .ag-tab .ag-tab-con .list li p {
    color: #000;
    line-height: 1.6;
}

.con2 .ag-tab .ag-tab-con .list li img {
    width: 2.9166vw;
    height: 2.9166vw;
    margin-right: 1.1458vw;
    display: none;
}

.con2 .ag-tab .ag-tab-con .list li:first-child {
    width: 18%;
    height: auto;
    box-sizing: border-box;
    padding-left: 3.125vw;
    /* display: none; */
}

.con2 .ag-tab .ag-tab-con .list li:first-child p {
    font-weight: bold;
}

.con2 .ag-tab .ag-tab-con .list li:nth-child(2) {
    width: 82%;
    display: flex;
}

.con2 .ag-tab .ag-tab-con .list li:nth-child(2) {
    display: flex;
    padding-left: 3.125vw;
}

.con2 .ag-tab .ag-tab-con .list li:nth-child(2) .item {
    height: auto;
    display: flex;
    align-items: center;
    padding-right: 1vw;
}

.con2 .ag-tab .ag-tab-con .list li:nth-child(2) .item:first-child {
    width: 40%;
}


/* .con2 .ag-tab .ag-tab-con2.tab-con2-new .list li:nth-child(2) .item:first-child {
    width: 100%;
} */

.con2 .ag-tab .ag-tab-con .list li:nth-child(2) .item:last-child p.gray {
    color: #999;
}

.con2 .ag-tab .ag-tab-con .list:last-child {
    border-bottom-right-radius: 0.4166vw;
    border-bottom-left-radius: 0.4166vw;
}

.con2 .ag-tab .ag-tab-con .list li:nth-child(2) .item .txt p {
    line-height: 1.5;
}

.con2 .ag-tab .ag-tab-con .list:hover {
    background: linear-gradient(to right, #EBF1FF 100%, #F6FAFF 100%);
    box-sizing: border-box;
    border-left: 2px solid #C7000B;
}

.con2 .ag-tab .ag-tab-con .list:hover li:first-child p,
.con2 .ag-tab .ag-tab-con .list:hover li:nth-child(2) .item:first-child p {
    color: #C7000B;
}

.an-btn {
    text-align: center;
    padding-top: 2.0833vw;
    height: auto;
}


/* seapker */

.anc-bg {
    position: relative;
}

.anc-bg .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0.32deg, #FFFFFF 1.99%, rgba(255, 255, 255, 0) 103.61%);
    opacity: 0.8;
    z-index: 0;
}

.con3 {
    width: 76.25%;
    position: relative;
    z-index: 1;
}

.speaker {
    height: auto;
    display: flex;
    flex-wrap: wrap;
}

.speaker.swiper-wrapper {
    /* flex-direction: column; */
}

.speaker li {
    width: 21.4%;
    height: 20.8333vw;
    background: url(../img/seapker_bg.png) no-repeat center;
    background-size: cover;
    margin: 0 1.8% 3.4895vw;
    transition: 0.5s;
}

.z_speakers {
    position: relative;
}

#main .z_speakers .swiper-button-next,
#main .z_speakers .swiper-button-prev {
    top: 50%;
}

.mySwiper3 {
    position: relative;
    /* margin-top: -1vw; */
    /* height: 48.8333vw; */
    /* margin-bottom: 1vw; */
}

.mySwiper3 .swiper-wrapper {
    padding-top: 1vw;
}

.mySwiper3 .speaker .swiper-slide {
    /* height: calc(20.8333vw + 3.4895vw); */
    /* overflow: initial; */
    width: 21.4%;
    margin: 0 1.8% 3.4895vw;
}

.mySwiper3 .speaker .swiper-slide .a {
    width: 100%;
    /* height: 100%; */
    box-sizing: border-box !important;
    /* padding: 0 1.4vw 3.4895vw; */
}

.mySwiper3 .speaker li {
    width: 100%;
    margin: 0;
    box-sizing: border-box !important;
    padding-top: 0.1vw;
}

.speaker li:hover {
    background: url(../img/seapker_b01.png) no-repeat center;
    background-size: cover;
    margin-top: -0.8333vw;
}

.speaker li img {
    width: 7.4479vw;
    margin: 1.875vw auto 4.052vw;
}

.speaker li .txt {
    height: auto;
    overflow: hidden;
    text-align: center;
    max-width: 85%;
    margin: 0 auto;
}

.speaker li .txt h3 {
    font-size: 1.25vw;
    color: #000;
    margin-bottom: 0.5208vw;
}

.speaker li:hover h3,
.speaker li:hover p {
    color: #fff;
}


/* news  */

.news-con {
    padding-bottom: 4vw;
}

.anc-con .bg {
    width: 100%;
    height: 100%;
    background: #F6FAFF;
    opacity: .4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.con4 .new-con {
    position: relative;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.con4 .new-con .new-big {
    height: auto;
    display: flex;
}

.con4 .new-con .new-big li {
    width: 20.625vw;
    height: 25.8854vw;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 0.4166vw;
    box-shadow: 0 0 10px 4px #D7E8FC;
    margin-right: 0.8333vw;
    position: relative;
}

.con4 .new-con .new-big li:hover,
.con4 .new-con .new-small li:hover {
    background: #F8F9FB;
}

.con4 .new-con .new-big li .pic {
    width: 20.625vw;
    height: 14.7395vw;
    overflow: hidden;
}

.con4 .new-con .txt {
    margin: 1.4583vw auto 0;
    width: 81%;
}

.con4 .new-con a .txt h4 {
    font-size: 1.25vw;
    font-weight: bold;
    color: #000;
    margin-bottom: 0.625vw;
    /* overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap; */
}

.con4 .new-con .txt p {
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.con4 .new-con .txt .date-con {
    width: 81%;
    height: auto;
    margin-top: 2.4479vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 1.4583vw;
}

.con4 .new-con .txt .date-con .date {
    height: auto;
    display: flex;
    align-items: center;
}

.con4 .new-con .txt .date-con .date img {
    width: 0.9114vw;
    margin-right: 0.4166vw;
    /* display: none; */
}


/* .con4 .new-con .txt .date-con .date p {
display: none;
} */

.con4 .new-con a .txt .date-con .more {
    padding: 0.2083vw 0.5vw;
    background: #F9E6E7;
    display: inline-block;
    border-radius: 5px;
    color: #C7000B;
}

.con4 .new-con a .txt .date-con .more p {
    color: #C7000B;
}

.con4 .new-con .new-small {
    width: 41%;
    height: auto;
}

.con4 .new-con .new-small li {
    height: 8.0729vw;
    background: #fff;
    border-radius: 0.4166vw;
    margin-bottom: 0.8333vw;
    box-shadow: 0 0 10px 4px #D7E8FC;
    position: relative;
}

.con4 .new-con .new-small .list:last-child {
    margin-bottom: 0;
}

.con4 .new-con .new-small li .txt {
    width: 87%;
    box-sizing: border-box;
    padding-top: 1.4583vw;
    margin: 0 auto;
}

.con4 .new-con .new-small li .txt p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.con4 .new-con .new-small li .txt .date-con {
    width: 87%;
    margin-top: 1.0416vw;
}


/*  product and solutions */

.pro-banner {
    position: relative;
    height: auto;
    z-index: 20;
}

.pro-banner .swiper {
    padding: 3.125vw 0;
}

.pro-con {
    height: auto;
}

.pro-con li {
    width: 22.9166vw;
    height: 21.9270vw;
    box-sizing: border-box;
    background: #fff;
    border-radius: 0.8333vw;
    box-shadow: 0 4px 6px 0 #d7e8fc;
    transition: .5s;
}

.pro-con li:hover {
    margin-top: -.833vw;
}

.pro-con li:last-child {
    margin-right: 0;
}

.pro-con li img {
    width: 100%;
    height: 14.5833vw;
    overflow: hidden;
    border-top-left-radius: 0.8333vw;
    border-top-right-radius: 0.8333vw;
}

.pro-con li .txt {
    border-bottom-left-radius: 0.8333vw;
    border-bottom-right-radius: 0.8333vw;
    margin: 1.25vw 1.25vw 0;
}


/* .pro-con li .txt .tip {
display: inline-block;
padding: 0 0.4166vw;
background: rgba(199, 0, 11, 0.1);
border-radius: 0.2083vw;
} */

.pro-con li .txt .tip {
    height: auto;
}

.pro-con li .txt .tip p {
    font-size: 1.25vw;
    font-weight: bold;
    color: #000;
    margin-bottom: 0.625vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pro-con li .txt p {
    margin-top: 0.8854vw;
    line-height: 1.4;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


/* Stories of success */

.sec5 {
    margin-top: 3vw;
}

.con6 {
    padding-top: 1.9791vw;
}


/* 20230208start */

.Stories-con {
    height: auto;
}

.e-bg {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
}

.boxs .box-con-wap .swiper-slide-active .swiper-con {
    display: block;
    opacity: 1;
    -webkit-animation: fadeIn ease 1s;
    animation: fadeIn ease 1s;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/* 20230321 start */

.live-con {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    zoom: 1;
    margin: -40px -20px 0;
    overflow: hidden;
}

.live-con .live {
    width: 75%;
    /* float: left; */
    overflow: hidden;
    min-height: 500px;
    padding: 0 20px;
    margin-top: 40px;
    border-radius: 20px;
    position: relative;
    background: #eee;
    box-sizing: border-box;
}

.live-con .live iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 20px;
    border: none;
    z-index: 2;
}

.live-con .live-time-con {
    width: 25%;
    float: left;
    overflow: hidden;
    min-height: 1px;
    padding: 0 20px;
    margin-top: 40px;
    box-sizing: border-box;
}


/* 111111111111111111111 */

.e-module-202302241417 {
    position: relative;
    /* padding-top: 105px; */
}


/* @media (max-width: 1600px) {
    .e-module-202302241417 {
        padding-top: 90px;
    }
}

@media (max-width: 992px) {
    .e-module-202302241417 {
        padding-top: 70px;
    }
} */

.e-module-202302241417 .e-con {
    margin-top: 30px;
}

@media (max-width: 1600px) {
    .e-module-202302241417 .e-con {
        margin-top: 20px;
    }
}

.e-module-202302241417 .e-con .live-container .e-col-xl-9 {
    padding-right: 0;
}

@media (max-width: 992px) {
    .e-module-202302241417 .e-con .live-container .e-col-xl-9 {
        padding-right: 10px;
    }
}

.e-module-202302241417 .e-con .live-container .live-iframe {
    border-radius: 20px;
    position: relative;
}

.e-module-202302241417 .e-con .live-container .live-iframe::after {
    padding-top: 56.25%;
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    content: '';
}

.e-module-202302241417 .e-con .live-container .live-iframe .e-lazy {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.e-module-202302241417 .e-con .live-container .live-iframe .e-lazy::after {
    padding-top: 56.25%;
}

.e-module-202302241417 .e-con .live-container .live-iframe .iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 20px;
    border: none;
    z-index: 2;
}

@media (max-width: 992px) {
    .e-module-202302241417 .e-con .live-container .live-iframe .iframe {
        border-radius: 10px;
    }
}

.e-module-202302241417 .e-con .live-container .tab-live {
    border-radius: 20px;
    border: 1px solid #ddd;
    height: 100%;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media (max-width: 992px) {
    .e-module-202302241417 .e-con .live-container .tab-live {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 20px;
        padding-left: 20px;
        border-radius: 10px;
    }
}

@media (max-width: 750px) {
    .e-module-202302241417 .e-con .live-container .tab-live {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.e-module-202302241417 .e-con .live-container .tab-live .scroll-list {
    width: calc(100% - 8px);
    /* 20230321 */
    /* height: calc(100% - 54px - 50px); */
    height: calc(100% - 4px - 50px);
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 16px;
    position: absolute;
    left: 4px;
    top: 25px;
}

@media (max-width: 992px) {
    .e-module-202302241417 .e-con .live-container .tab-live .scroll-list {
        position: initial;
        width: 100%;
        height: 100%;
        white-space: nowrap;
        padding: 25px 0px;
    }
}

@media (max-width: 750px) {
    .e-module-202302241417 .e-con .live-container .tab-live .scroll-list {
        padding: 15px 0px;
    }
}

.e-module-202302241417 .e-con .live-container .tab-live .scroll-list .d-con {
    width: 100%;
}

@media (max-width: 992px) {
    .e-module-202302241417 .e-con .live-container .tab-live .scroll-list .d-con {
        width: 400px;
        display: inline-block;
        margin-right: 15px;
    }
    .e-module-202302241417 .e-con .live-container .tab-live .scroll-list .d-con:last-child {
        margin-right: 0;
    }
}

@media (max-width: 750px) {
    .e-module-202302241417 .e-con .live-container .tab-live .scroll-list .d-con {
        width: 230px;
    }
}


/* .e-module-202302241417 .e-con .live-container .tab-live .scroll-list .d-con:hover .bgfff {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#DBF2FF), color-stop(#fff), to(#FFEBEB));
    background-image: linear-gradient(#DBF2FF, #fff, #FFEBEB);
} */

.e-module-202302241417 .e-con .live-container .tab-live .scroll-list .d-con.active .bgfff {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#DBF2FF), color-stop(#fff), to(#FFEBEB));
    background-image: linear-gradient(#DBF2FF, #fff, #FFEBEB);
}

.e-module-202302241417 .e-con .live-container .tab-live .scroll-list .d-con .bgfff {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    background: #f4f6f8;
    padding: 15px;
    margin-bottom: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width: 992px) {
    .e-module-202302241417 .e-con .live-container .tab-live .scroll-list .d-con .bgfff {
        margin-bottom: 0;
    }
}

.e-module-202302241417 .e-con .live-container .tab-live .scroll-list .d-con .bgfff .labeling {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.e-module-202302241417 .e-con .live-container .tab-live .scroll-list .d-con .bgfff .labeling .living {
    color: #c7000b;
    border: 1px solid;
    border-radius: 5px;
    vertical-align: middle;
    font-size: 0;
    padding: 0 8px;
    margin-right: 8px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
}

.e-module-202302241417 .e-con .live-container .tab-live .scroll-list .d-con .bgfff .labeling .living .living-icon {
    position: relative;
    width: 14px;
    height: 10px;
    font-size: 0;
    display: inline-block;
}

.e-module-202302241417 .e-con .live-container .tab-live .scroll-list .d-con .bgfff .labeling .living .living-icon .living-icon-col {
    display: inline-block;
    height: 100%;
    width: 2px;
    margin: 0 1px;
    background-color: #c7000b;
    border-radius: 2px;
    -webkit-animation: living-icon-ani-data-v-4498f1d0 0.6s linear infinite;
    animation: living-icon-ani-data-v-4498f1d0 0.6s linear infinite;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
}

.e-module-202302241417 .e-con .live-container .tab-live .scroll-list .d-con .bgfff .labeling .living .living-icon .living-icon-col:first-child {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
    margin-left: 0;
}

.e-module-202302241417 .e-con .live-container .tab-live .scroll-list .d-con .bgfff .labeling .living .living-icon .living-icon-col:last-child {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    margin-right: 0;
}

.e-module-202302241417 .e-con .live-container .tab-live .scroll-list .d-con .bgfff .labeling .living .text {
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    padding: 1px 0;
}

.e-module-202302241417 .e-con .live-container .tab-live .scroll-list .d-con .bgfff .labeling .playback {
    border: 1px solid #c7000b;
    border-radius: 5px;
    background: #ffffff;
    padding: 0 8px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 24px;
    color: #c7000b;
    font-size: 12px;
    margin-right: 8px;
}

.e-module-202302241417 .e-con .live-container .tab-live .scroll-list .d-con .bgfff .labeling .con-type {
    border: 1px solid #999999;
    background: #ffffff;
    padding: 0 8px;
    border-radius: 5px;
    color: #666;
    font-size: 12px;
    margin-right: 8px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 24px;
}

.e-module-202302241417 .e-con .live-container .tab-live .scroll-list .d-con .bgfff .p-text {
    color: #000;
    font-size: 16px;
    line-height: 1.25;
    /* margin-top: 10px; */
}

.e-module-202302241417 .e-con .live-container .tab-live .scroll-list .d-con .bgfff.active .p-text,
.e-module-202302241417 .e-con .live-container .tab-live .scroll-list .d-con .bgfff.active .tue {
    font-weight: bold;
}

@media (max-width: 992px) {
    .e-module-202302241417 .e-con .live-container .tab-live .scroll-list .d-con .bgfff .p-text {
        white-space: initial;
    }
}

@media (max-width: 750px) {
    .e-module-202302241417 .e-con .live-container .tab-live .scroll-list .d-con .bgfff .p-text {
        font-size: 14px;
    }
}

.e-module-202302241417 .e-con .live-container .tab-live .scroll-list .d-con .bgfff .tue {
    color: #666;
    font-size: 14px;
    line-height: 1.14;
    display: block;
    margin-top: 5px;
}

@media (max-width: 750px) {
    .e-module-202302241417 .e-con .live-container .tab-live .scroll-list .d-con .bgfff .tue {
        font-size: 12px;
    }
}

.e-module-202302241417 .e-con .live-container .tab-live .living-now {
    width: 100%;
    height: 54px;
    border-radius: 0 0 20px 20px;
    background: #F4F6F8;
}

@media (max-width: 992px) {
    .e-module-202302241417 .e-con .live-container .tab-live .living-now {
        display: none;
    }
}

.e-module-202302241417 .e-con .live-container .tab-live .living-now a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 1.95;
    color: #c7000b;
}

.LANG-cn .e-module-202302241417 .e-con .live-container .tab-live .living-now a {
    line-height: 1.95;
}

.e-module-202302241417 .e-con .live-container .e-btn-box {
    display: none;
}

@media (max-width: 992px) {
    .e-module-202302241417 .e-con .live-container .e-btn-box {
        display: block;
        margin-top: 10px;
    }
}

.e-module-202302241417 .e-lazy {
    background-color: transparent;
}

.e-module-202302241417 .inv-bg {
    position: absolute;
    top: 64px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100% !important;
}

.e-module-202302241417 .inv-bg::after {
    padding-top: 29.94791667%;
}

@media (max-width: 992px) {
    .e-module-202302241417 .inv-bg {
        top: 56px;
    }
    .e-module-202302241417 .inv-bg::after {
        padding-top: 83.46666667%;
    }
    .e-module-202302241417 .inv-bg img {
        height: 70%;
    }
}

@media (max-width: 750px) {
    .e-module-202302241417 .inv-bg img {
        height: auto;
    }
}

@-webkit-keyframes living-icon-ani-data-v-4498f1d0 {
    0% {
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }
    50% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    100% {
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }
}

@keyframes living-icon-ani-data-v-4498f1d0 {
    0% {
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }
    50% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
    100% {
        -webkit-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }
}


/* 20230321 end */

.Stories-con .boxs .box-con {
    margin-top: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 1200px) {
    .Stories-con .boxs .box-con {
        display: none;
    }
    .speaker li img {
        margin-bottom: 3.052vw;
    }
}

.Stories-con .boxs .box-con .box-left {
    width: 50%;
}

.Stories-con .boxs .box-con .box-left .l-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 445px;
}

@media (max-width: 1600px) {
    .Stories-con .boxs .box-con .box-left .l-top {
        height: 315px;
    }
}

.Stories-con .boxs .box-con .box-left .l-top .l-top1 {
    width: 59%;
}

.Stories-con .boxs .box-con .box-left .l-top .l-top1 .e-bg,
.Stories-con .boxs .box-con .box-left .l-top .l-top1 .hov-con {
    border-radius: 40px 20px 0 0;
}

.Stories-con .boxs .box-con .box-left .l-top .l-top2 {
    margin-left: 4px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.Stories-con .boxs .box-con .box-left .l-top .l-top2 .e-bg,
.Stories-con .boxs .box-con .box-left .l-top .l-top2 .hov-con {
    border-radius: 20px 40px 0 0;
}

.Stories-con .boxs .box-con .box-left .l-bot {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 445px;
    margin-top: 4px;
}

@media (max-width: 1600px) {
    .Stories-con .boxs .box-con .box-left .l-bot {
        height: 315px;
    }
}

.Stories-con .boxs .box-con .box-left .l-bot .l-bot1 {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.Stories-con .boxs .box-con .box-left .l-bot .l-bot1 .e-bg,
.Stories-con .boxs .box-con .box-left .l-bot .l-bot1 .hov-con {
    border-radius: 0 0 40px 40px;
}

.Stories-con .boxs .box-con .box-left .l-bot .l-bot2 {
    width: 59%;
    margin-left: 4px;
}

.Stories-con .boxs .box-con .box-left .l-bot .l-bot2 .e-bg,
.Stories-con .boxs .box-con .box-left .l-bot .l-bot2 .hov-con {
    border-radius: 0 0 0 40px;
}

.Stories-con .boxs .box-con .box-right {
    width: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 4px;
}

.Stories-con .boxs .box-con .box-right .r-left {
    width: 51%;
}

.Stories-con .boxs .box-con .box-right .r-left .r-left1 {
    height: 310px;
}

@media (max-width: 1600px) {
    .Stories-con .boxs .box-con .box-right .r-left .r-left1 {
        height: 220px;
    }
}

.Stories-con .boxs .box-con .box-right .r-left .r-left1 .e-bg,
.Stories-con .boxs .box-con .box-right .r-left .r-left1 .hov-con {
    border-radius: 40px 0 0 0;
}

.Stories-con .boxs .box-con .box-right .r-left .r-left2 {
    margin-top: 4px;
    height: 580px;
}

@media (max-width: 1600px) {
    .Stories-con .boxs .box-con .box-right .r-left .r-left2 {
        height: 410px;
    }
}

.Stories-con .boxs .box-con .box-right .r-left .r-left2 .e-bg,
.Stories-con .boxs .box-con .box-right .r-left .r-left2 .hov-con {
    border-radius: 0 0 40px 0;
}

.Stories-con .boxs .box-con .box-right .r-right {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 4px;
}

.Stories-con .boxs .box-con .box-right .r-right .r-right1 {
    height: 580px;
}

@media (max-width: 1600px) {
    .Stories-con .boxs .box-con .box-right .r-right .r-right1 {
        height: 410px;
    }
}

.Stories-con .boxs .box-con .box-right .r-right .r-right1 .e-bg,
.Stories-con .boxs .box-con .box-right .r-right .r-right1 .hov-con {
    border-radius: 0 40px 0 0;
}

.Stories-con .boxs .box-con .box-right .r-right .r-right2 {
    margin-top: 4px;
    height: 310px;
}

@media (max-width: 1600px) {
    .Stories-con .boxs .box-con .box-right .r-right .r-right2 {
        height: 220px;
    }
}

.Stories-con .boxs .box-con .box-right .r-right .r-right2 .e-bg,
.Stories-con .boxs .box-con .box-right .r-right .r-right2 .hov-con {
    border-radius: 0 0 40px 40px;
}

.Stories-con .boxs .box-con .box-item {
    position: relative;
    cursor: pointer;
}

.Stories-con .boxs .box-con .box-item .hov-con {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}

.Stories-con .boxs .box-con .box-item .hov-con .h-cons {
    padding: 30px 40px;
}

@media (max-width: 1600px) {
    .Stories-con .boxs .box-con .box-item .hov-con .h-cons {
        padding: 20px 30px;
    }
}

.Stories-con .boxs .box-con .box-item .hov-con .h-cons h3 {
    font-size: 20px;
    line-height: 1.6;
    color: #fff;
    font-weight: bold;
    line-height: 1.5;
}

.LANG-cn .Stories-con .boxs .box-con .box-item .hov-con .h-cons h3 {
    line-height: 1.7;
}

@media (max-width: 1600px) {
    .Stories-con .boxs .box-con .box-item .hov-con .h-cons h3 {
        font-size: 16px;
        line-height: 1.95;
        line-height: 1.5;
    }
    .LANG-cn .Stories-con .boxs .box-con .box-item .hov-con .h-cons h3 {
        line-height: 1.95;
    }
}

.Stories-con .boxs .box-con .box-item .hov-con .h-cons .txts {
    color: #fff;
    font-size: 16px;
    line-height: 1.95;
    margin-top: 15px;
    margin-bottom: 10px;
    line-height: 1.5;
}

.LANG-cn .Stories-con .boxs .box-con .box-item .hov-con .h-cons .txts {
    line-height: 1.95;
}

@media (max-width: 1600px) {
    .Stories-con .boxs .box-con .box-item .hov-con .h-cons .txts {
        font-size: 14px;
        line-height: 1.95;
        line-height: 1.5;
        margin-bottom: 0;
        margin-top: 10px;
    }
    .LANG-cn .Stories-con .boxs .box-con .box-item .hov-con .h-cons .txts {
        line-height: 1.95;
    }
}

@media (max-width: 1600px) {
    .Stories-con .boxs .box-con .box-item .hov-con .h-cons .e-link-box {
        padding-top: 10px;
    }
}

.Stories-con .boxs .box-con .box-item .hov-con .h-cons .e-link-box .text {
    color: #fff;
}

.Stories-con .boxs .box-con .box-item .hov-con .h-cons .e-link-box .iconfont {
    color: #fff;
}

.Stories-con .boxs .box-con .box-item:hover .hov-con {
    opacity: 1;
}

.Stories-con .boxs .box-con-wap {
    display: none;
    margin-top: 40px;
}

@media (max-width: 1200px) {
    .Stories-con .boxs .box-con-wap {
        display: block;
    }
}

.Stories-con .boxs .box-con-wap .swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.Stories-con .boxs .box-con-wap .swiper-pagination {
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 15px;
    display: none;
}

@media (max-width: 1200px) {
    .Stories-con .boxs .box-con-wap .swiper-pagination {
        position: relative;
        margin-left: 0;
        margin-top: 0px;
        text-align: center;
        padding-right: 0;
    }
}

.Stories-con .boxs .box-con-wap .swiper-pagination .swiper-pagination-bullet {
    margin-right: 50px;
    width: 8px;
    height: 8px;
}

@media (max-width: 1600px) {
    .Stories-con .boxs .box-con-wap .swiper-pagination .swiper-pagination-bullet {
        margin-right: 40px;
        width: 8px;
        height: 8px;
    }
}

@media (max-width: 1200px) {
    .Stories-con .boxs .box-con-wap .swiper-pagination .swiper-pagination-bullet {
        margin-right: 14px;
        width: 5px;
        height: 5px;
    }
}

.Stories-con .boxs .box-con-wap .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: #c7000b;
    position: relative;
}

.Stories-con .boxs .box-con-wap .swiper-pagination span.swiper-pagination-bullet-active::before {
    content: '';
    position: absolute;
    width: 34px;
    height: 26px;
    border-radius: 13px;
    border: 1px solid #c7000b;
    left: 50%;
    margin-left: -17px;
    top: 50%;
    margin-top: -13px;
}

@media (max-width: 1600px) {
    .Stories-con .boxs .box-con-wap .swiper-pagination span.swiper-pagination-bullet-active::before {
        width: 28px;
        height: 21px;
        margin-left: -14px;
        margin-top: -10px;
        border-radius: 12px;
    }
}

@media (max-width: 1200px) {
    .Stories-con .boxs .box-con-wap .swiper-pagination span.swiper-pagination-bullet-active::before {
        width: 18px;
        height: 14px;
        margin-left: -9px;
        margin-top: -7px;
        border-radius: 7px;
    }
}

.Stories-con .boxs .box-con-wap .swiper-slide:hover .jx-img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.Stories-con .boxs .box-con-wap .swiper-slide .jx-img {
    border-radius: 10px;
    overflow: hidden;
}

.Stories-con .boxs .box-con-wap .swiper-slide .jx-img::after {
    padding-top: 56.25%;
}

.Stories-con .boxs .box-con-wap .swiper-slide .jx-img img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
}

.Stories-con .boxs .box-con-wap .swiper-slide .swiper-con {
    background-color: #f5f5f5;
    border-radius: 10px;
    position: relative;
    display: none;
    opacity: 0;
}

@media (max-width: 1200px) {
    .Stories-con .boxs .box-con-wap .swiper-slide .swiper-con {
        padding: 25px 30px;
        margin-left: 35px;
        margin-right: 35px;
        margin-top: -50px;
    }
}

@media (max-width: 992px) {
    .mySwiper3 {
        /* height: 121vw; */
    }
    .mySwiper3 .speaker .swiper-slide {
        /* height: 59vw; */
        width: 46.4%;
    }
    .Stories-con .boxs .box-con-wap .swiper-slide .swiper-con {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: -40px;
        padding: 15px 20px;
    }
    .speaker li {
        height: 52.8333vw;
    }
    .speaker li img {
        width: 18.4479vw;
        margin-top: 10vw;
        margin-bottom: 6vw;
    }
    .speaker li .txt h3 {
        font-size: 3.25vw;
    }
    .speaker li .txt p {
        font-size: 1.933vw;
    }
}

.Stories-con .boxs .box-con-wap .swiper-slide .swiper-con .sw-tit h3 {
    font-weight: bold;
    color: #333;
}

@media (max-width: 1200px) {
    .Stories-con .boxs .box-con-wap .swiper-slide .swiper-con .sw-tit h3 {
        font-size: 18px;
        line-height: 1.889;
        line-height: 1.5;
    }
}

@media (max-width: 992px) {
    .Stories-con .boxs .box-con-wap .swiper-slide .swiper-con .sw-tit h3 {
        font-size: 16px;
        line-height: 1.95;
        line-height: 1.5;
    }
    .LANG-cn .Stories-con .boxs .box-con-wap .swiper-slide .swiper-con .sw-tit h3 {
        line-height: 1.95;
    }
}

.Stories-con .boxs .box-con-wap .swiper-slide .swiper-con .desc {
    color: #333;
    margin-top: 10px;
}

@media (max-width: 1600px) {
    .Stories-con .boxs .box-con-wap .swiper-slide .swiper-con .desc {
        font-size: 14px;
        line-height: 1.95;
        line-height: 1.5;
    }
    .LANG-cn .Stories-con .boxs .box-con-wap .swiper-slide .swiper-con .desc {
        line-height: 1.95;
    }
}

@media (max-width: 1200px) {
    .Stories-con .boxs .box-con-wap .swiper-slide .swiper-con .e-link-box {
        padding-top: 10px;
    }
    .Stories-con .boxs .box-con-wap .swiper-slide .swiper-con .e-link-box a {
        color: #c7000b;
    }
}

.Stories-con .boxs .box-con-wap .swiper-slide-active .swiper-con {
    display: block;
    opacity: 1;
    -webkit-animation: fadeIn ease 1s;
    animation: fadeIn ease 1s;
}


/* 20230208 end */


/* Industry voice */

.sec6 {
    height: 38.3541vw;
    /* background: #F6FAFF; */
}

.con7 {
    padding-top: 0.8333vw;
    z-index: 20;
}

.Industry {
    position: relative;
}

.Industry .swiper {
    padding: 3.125vw 0;
}

.Industry .txt {
    height: 17.0833vw;
    border: 1px solid #B2D1FF;
    border-radius: 0.8333vw;
    box-sizing: border-box;
    padding: 2.5vw 1.4062vw 0;
    position: relative;
    box-shadow: 0 4px 6px 0 #D7E8FC;
    background: #E9F2FF;
}

.Industry .txt .pic {
    width: 5.9895vw;
    height: 5.9895vw;
    border-radius: 50%;
    position: absolute;
    top: -2.9947vw;
    right: 1.4062vw;
}

.Industry .txt p {
    line-height: 1.6;
}

.Industry .txt p.name {
    color: #000;
    margin-bottom: 0.4166vw;
}

.Industry .txt p.dec {
    color: #000;
    margin-top: 0.4166vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.Industry .txt .line {
    width: 100%;
    height: 1px;
    background: #ddd;
    margin: 1.25vw 0;
}


/* Learn more */

.sec7 {
    position: relative;
}

.con8 {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
    text-align: center;
}

.con8 h5 {
    font-size: 2.0833vw;
    font-weight: bold;
    color: #fff;
    margin-bottom: 1.0416vw;
}

.con8 h6 {
    width: 73%;
    margin: 0 auto 1.0416vw;
    font-size: 1.0416vw;
    color: #fff;
}

.con8 .about-con {
    margin: 3.125vw 0;
    height: auto;
    display: flex;
    justify-content: center;
}

.con8 .about-con .box {
    height: auto;
    display: flex;
    justify-content: center;
}

.con8 .about-con .box a {
    width: 9.6354vw;
    height: 3.0208vw;
    border-radius: 2vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.0416vw;
    color: #fff;
    border: 1px solid #FFF;
    margin: 0 0.7812vw;
    transition: .5s;
}

.con8 .about-con .box a:hover {
    background: #fff;
    color: #c7000b;
}

.con8 .about-con .box a img {
    width: 1.6666vw;
    height: 1.6666vw;
    margin-right: 0.5208vw;
}

.con8 .about-con .box a img.icon2 {
    display: none;
}

.con8 .about-con .box a:hover img.icon1 {
    display: none;
}

.con8 .about-con .box a:hover img.icon2 {
    display: block;
}

.con8 .txt {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.0416vw;
}

.con8 .txt .line {
    width: 19.4791vw;
    height: 1px;
    background: #fff;
}

.con8 .txt .tip {
    /* 22 */
    font-size: 1.1458vw;
    color: #fff;
    height: auto;
    /* 26 */
    margin: 0 1.3541vw;
}


/* 媒体查询 */


/* 锚点 */

@media screen and (max-width: 1600px) {
    .top-con {
        width: 4vw;
        height: 20vw;
    }
    .top-con .list {
        width: 4vw;
        height: 4vw;
        padding-top: .8vw;
    }
    .top-con .list img {
        width: 1.5vw;
        height: 1.5vw;
    }
}

@media screen and (max-width: 1366px) {
    .top-con {
        width: 4.5vw;
        height: 20vw;
    }
    .top-con .list {
        width: 4.5vw;
        height: 4.5vw;
        padding-top: .8vw;
    }
    .top-con .list img {
        width: 1.8vw;
        height: 1.8vw;
    }
}

@media screen and (max-width: 1200px) {
    .top-con {
        width: 5vw;
        height: 20vw;
    }
    .top-con .list {
        width: 5vw;
        height: 5vw;
        padding-top: 1vw;
    }
    .top-con .list img {
        width: 1.8vw;
        height: 1.8vw;
    }
}

@media screen and (max-width:834px) {
    #main .main-con {
        background: #F6FAFF url(../img/mob_bg_0302.jpg) no-repeat top center;
        background-size: cover;
    }
    /* kv */
    .kv {
        height: auto;
    }
    .kv .pc-con {
        top: 33%;
        justify-content: center;
    }
    .kv .kv-txt {
        text-align: center;
    }
    .kv .kv-txt h2 {
        font-size: 4.7961vw;
        margin-bottom: 3.8369vw;
    }
    .kv .kv-txt h3,
    .kv .kv-txt .date {
        font-size: 3.3573vw;
    }
    .kv .kv-txt .date {
        margin-bottom: 3.5vw;
    }
    .kv .kv-txt h3 {
        margin: 4.7961vw 0 2.8776vw;
    }
    .sec5 {
        margin-top: 8vw;
    }
    .Countdown-con {
        width: 65.7074vw;
        height: 14.8681vw;
        bottom: 13.4292vw;
        border-radius: 8vw;
    }
    .Countdown-con .box h4 {
        font-size: 3.8369vw;
        margin-left: 7.6738vw;
    }
    .Countdown-con .box p {
        font-size: 2.8776vw;
        margin-right: 7.6738vw;
    }
    .Countdown-con .box p span {
        font-size: 5.7553vw;
        margin-right: 1.3189vw;
    }
    .Countdown-con .box .line {
        height: 7.6738vw;
    }
    .kv .tip {
        bottom: 2.3980vw;
        right: 2.3980vw;
    }
    .kv .tip p {
        font-size: 2.1582vw;
        margin-bottom: 1.1990vw;
    }
    .kv .tip span {
        width: 12.5899vw;
    }
    .pc-show {
        display: none;
    }
    .mob-show {
        display: block;
    }
    .con {
        width: 90%;
        padding-top: 17.9856vw;
    }
    .con p {
        font-size: 3.3573vw;
    }
    .title {
        margin-bottom: 6.7146vw;
    }
    .title h2 {
        position: inherit;
        font-size: 5.7553vw;
        top: 0;
        background-size: 17.0263vw 1.4388vw;
    }
    .title .title_bg {
        display: none;
    }
    .now-btn {
        text-align: center;
        margin: 5.7553vw 0 6.7146vw;
    }
    .link-btn {
        font-size: 3.3573vw;
        padding: 3vw 3.9369vw;
        border-radius: 6vw;
    }
    .more-btn .link-btn {
        padding-left: 5.7553vw;
        padding-right: 5.7553vw;
    }
    .con1 .section .txt {
        width: 100%;
        float: none;
        position: inherit;
    }
    .con1 .section .pic {
        width: 100%;
        height: auto;
        border-radius: 0.9592vw;
        box-shadow: 0px 3px 8px 2px #999;
    }
    .con1 .section .pic img {
        border-radius: 0.9592vw;
    }
    .con1 .section .txt .now-btn {
        position: inherit;
    }
    /* 2 */
    .con2 .day-tab {
        margin-bottom: 6.2350vw;
    }
    .con2 .day-tab .item {
        border-radius: 0.9592vw;
    }
    .con2 .ag-tab .ag-tab-top li,
    .con2 .day-tab .item {
        width: 28.7769vw;
        height: 8.7529vw;
        line-height: 8.7529vw;
        font-size: 3.3573vw;
        margin: 0 0.9592vw;
    }
    .con2 .ag-tab .ag-tab-top {
        justify-content: center;
    }
    .con2 .ag-tab .hd li span {
        width: 3.8369vw;
        height: 3.8369vw;
        margin-right: 1.9184vw;
    }
    .con2 .ag-tab .hd li:last-child {
        display: none;
    }
    .con2 .ag-tab .hd {
        padding: 3.5971vw 0;
        border-top-right-radius: 0.7194vw;
        border-top-left-radius: 0.7194vw;
    }
    .con2 .ag-tab .hd li {
        font-size: 2.8776vw;
    }
    .con2 .ag-tab .ag-tab-con .list li {
        padding: 5.9952vw 0;
    }
    .con2 .ag-tab .hd li:first-child {
        width: 44%;
        padding-left: 3.8369vw;
    }
    .con2 .ag-tab .ag-tab-con .list li:first-child {
        width: 37%;
        padding-left: 3.125vw;
    }
    .con2 .ag-tab .ag-tab-con .list li:nth-child(2) {
        width: 63%;
        flex-wrap: wrap;
    }
    .con2 .ag-tab .ag-tab-con .list li:nth-child(2) .item:first-child {
        width: 90%;
    }
    .con2 .ag-tab .ag-tab-con .list li:nth-child(2) .item {
        width: 90%;
    }
    .con2 .ag-tab .ag-tab-con .list li:first-child p {
        color: #C7000B;
    }
    .con2 .ag-tab .ag-tab-con .list:hover li:nth-child(2) .item:first-child p {
        color: #000;
    }
    .con2 .ag-tab .ag-tab-con .list li:nth-child(2) .item:first-child p {
        color: #000;
        font-weight: bold;
    }
    .an-btn {
        padding-top: 5.7553vw;
    }
    /* .con4 .new-con .new-big li:last-child,
.con4 .new-con .new-small {
display: none;
} */
    .con4 .new-con {
        flex-wrap: wrap;
    }
    .con4 .new-con .new-big {
        margin: 0 auto;
        justify-content: space-between;
    }
    .con4 .new-con .new-big li {
        width: 48%;
        height: 61.1678vw;
        margin-right: 0;
        border-radius: 1.9184vw;
        border: 2px soild #fff;
    }
    .con4 .new-con .new-big li .pic {
        width: 100%;
        height: 31vw;
        border-top-left-radius: 1.9184vw;
        border-top-right-radius: 1.9184vw;
    }
    .con4 .new-con .txt {
        /* margin: 3.8369vw 3.8369vw 0; */
        margin-top: 3.8369vw;
        width: 81%;
    }
    .con4 .new-con a .txt h4 {
        font-size: 3.3573vw;
    }
    .con4 .new-con .txt .date-con {
        margin-top: 5.9952vw;
        bottom: 3.3573vw;
    }
    .con4 .new-con .txt .date-con .date img {
        width: 3.3573vw;
        height: 3.3573vw;
    }
    .con4 .new-con .new-small {
        width: 100%;
        height: auto;
        margin-top: 2vw;
    }
    .con4 .new-con .new-small li {
        height: 23vw;
        margin-bottom: 2vw;
        border-radius: 1.9184vw;
    }
    .con4 .new-con .new-small li .txt {
        padding-top: 3.8369vw;
        width: 90%;
    }
    .pro-con li .txt {
        padding: 3.8369vw 3.8369vw 0;
    }
    .pro-con li .txt .tip p {
        font-size: 3.8369vw;
    }
    .pro-con li {
        height: 75.5827vw;
        border-radius: 1.9184vw;
    }
    .pro-con li img {
        height: 47.9616vw;
    }
    #main .swiper-button-next,
    #main .swiper-button-prev {
        display: none;
    }
    .pro-banner .swiper {
        padding: 3.125vw 4vw 11vw;
    }
    #main .swiper-pagination-bullet {
        width: 1.9184vw;
        height: 1.9184vw;
        margin: 0 0.9592vw;
    }
    #main .swiper-pagination-bullet-active {
        width: 3.8369vw;
        height: 1.9184vw;
        border-radius: 2vw;
    }
    .con8 {
        left: 50%;
        transform: translateX(-50%);
        padding-top: 9.5923vw;
    }
    .con8 h5 {
        font-size: 5.7553vw;
        margin-bottom: 2.3980vw;
    }
    .con8 h6 {
        width: 73%;
        margin: 0 auto 1.0416vw;
        font-size: 3.3573vw;
        line-height: 1.7;
    }
    .con8 .about-con .box a {
        width: 23.9808vw;
        height: 6.9544vw;
        margin: 0 1.9184vw;
        border-radius: 4vw;
        font-size: 2.8776vw;
    }
    .con8 .about-con .box a img {
        width: 3.8369vw;
        height: 3.8369vw;
    }
    .con8 .about-con {
        margin: 5.7553vw 0 6.7146vw;
    }
    .con8 .txt .line {
        width: 35.4791vw;
    }
    .con8 .txt .tip {
        font-size: 3.3573vw;
        margin: 0 3.3541vw;
        line-height: 1.6;
    }
    .con8 .txt {
        margin-bottom: 8.0416vw;
    }
    .con8 .about-con .box a:hover {
        background: none;
        color: #fff;
    }
    .con8 .about-con .box a:hover img.icon1 {
        display: block;
    }
    .con8 .about-con .box a:hover img.icon2 {
        display: none;
    }
    .top-con {
        width: 14vw;
        height: 30vw;
    }
    .top-con .list {
        width: 14vw;
        height: 14vw;
        margin-bottom: 1.8333vw;
        font-size: 1.4388vw;
        border-radius: 0.9592vw;
        padding-top: 3.2vw;
    }
    .top-con .list img {
        width: 4vw;
        height: 4vw;
    }
}

@media (max-width: 600px) {
    .mySwiper3 {}
    .mySwiper3 .speaker .swiper-slide {}
    .z_speakers {
        padding-bottom: 4vw;
    }
    .speaker li {
        height: 57.8333vw;
    }
    .speaker li img {
        margin-top: 8vw;
        width: 17.4479vw;
        margin-bottom: 7vw;
    }
}

@media (max-width: 330px) {
    .con8 .txt .line {
        width: 30.4791vw;
    }
    .con8 .txt {
        margin-bottom: 4.0416vw;
    }
    .con4 .new-con .new-big li {
        height: 68.1678vw;
    }
    .con4 .new-con .new-small li {
        height: 25vw;
    }
    .con8 .about-con .box a {
        width: 25.9808vw;
    }
    .con8 h6 {
        width: 92%;
    }
}