@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-nextv2,
#main .swiper-button-prevv2 {
    width: 2.8125vw;
    height: 2.8125vw;
}

#main .swiper-button-nextv2 {
    background: url(../img/next03.png) no-repeat;
    background-size: contain;
    user-select: none;
    right: 0;
}

#main .swiper-button-prevv2 {
    background: url(../img/prev03.png) no-repeat;
    background-size: contain;
    user-select: none;
    left: 0;
}

#main .swiper-button-nextv3,
#main .swiper-button-prevv3 {
    width: 2.8125vw;
    height: 2.8125vw;
}

#main .swiper-button-nextv3 {
    background: url(../img/next03.png) no-repeat;
    background-size: contain;
    user-select: none;
    right: -6.25vw;
}

#main .swiper-button-prevv3 {
    background: url(../img/prev03.png) no-repeat;
    background-size: contain;
    user-select: none;
    left: -6.25vw;
}

#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: 2vw;
    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;
}

.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;
    padding-top: 0.5729vw;
}

.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.9375vw;
}

.title {
    margin: 0 auto 2.0833vw;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.title h2 {
    font-size: 1.875vw;
    font-weight: bold;
    color: #000;
    background-size: 7.3958vw 0.625vw;
    padding-bottom: .5vw;
    position: relative;
    text-align: center;
}

.title01 {
    margin: 0 auto 2.0833vw;
}

.title01 h2 {
    font-size: 1.7187vw;
    font-weight: bold;
    color: #000;
}

.title .title_bg {
    width: 3.0208vw;
    display: block;
    position: absolute;
    top: -.1vw;
    left: -1.0416vw;
    z-index: 0;
}

.title .date {
    font-size: 1.0416vw;
    font-weight: 400;
    color: #666666;
    line-height: 1.5;
    margin-top: 0.3vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title .date img {
    width: 0.8333vw;
    margin-right: 0.3645vw;
}


/* .title h2::after {
    content: "";
    width: 100px;
    height: 4px;
    border-radius: 6px;
    background: #C7000B;
    position: absolute;
    left: 50%;
    bottom: 0;
    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 {
    display: inline-block;
}

.btm-more .link-btn {
    color: #fff;
    background: #c7000b;
    border: 1px solid #c7000b;
    /* transition: .3s; */
}

.kv .btm-more .link-btn {
    margin-right: 1.5vw;
}

.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: 2.0833vw;
    position: relative;
}

.con5 {
    width: 86%;
    padding-bottom: 2.1875vw;
}

.con6 {
    padding-bottom: 4vw;
}


/* kv */

.kv,
.kv video {
    overflow: hidden;
    position: relative;
    background: #F5F7FA;
}

.kv .pc-con {
    width: 80%;
    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 h1 {
    font-size: 2.5vw;
    font-weight: bold;
    line-height: 1.2;
    color: #000;
    margin-bottom: 1.25vw;
}

.kv .kv-txt h1 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.6;
    color: #4C4A4A;
    margin-bottom: 2.9166vw;
}

.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 {
    height: auto;
    padding: 1.7187vw;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0.4166vw;
}

.con1 .section .section-con {
    background: #F0F1F8;
    position: relative;
    padding: 4.1666vw 6.25vw 2.9166vw;
    box-sizing: border-box;
    background: #F6F7FE url(../img/card_bg.png) no-repeat;
    background-size: cover;
    border: 1px solid #CDCDCD;
    border-radius: 0.4166vw;
}

.con1 .section .section-con p {
    font-size: 1vw;
    font-weight: 400;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 0.8333vw;
}

.con1 .section .section-con p.mar0 {
    margin-bottom: 0;
}

.con1 .section .section-con p.mar0 {
    margin-bottom: 0;
}

.con1 .section .section-con .bossname {
    width: 11.5625vw;
    display: block;
}

.con1 .section .section-con .boss {
    width: 14.6875vw;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}


/* .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: 11.6666vw;
    height: 3.125vw;
    line-height: 3.125vw;
    background: #F6F7FE;
    box-shadow: 0 0 0px #FFFFFF, 0 0 10px #DADDF4;
    border-radius: 8px 8px 8px 8px;
    opacity: 1;
    margin: 0 1.8229vw;
    box-sizing: border-box;
    text-align: center;
    font-size: 1.1458vw;
    font-weight: bold;
    color: #000000;
    cursor: pointer;
}

.con2 .day-tab .item.active {
    border: 1px solid #fff;
    background: #F8FAFF;
    box-shadow: inset 2px 2px 12px 0px rgba(187, 192, 225, 0.8), 0px 4px 10px 0px #FFFFFF;
    border-radius: 8px 8px 8px 8px;
    opacity: 1;
    color: #C7000B;
    box-sizing: border-box;
}

.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 {
    height: auto;
    overflow: hidden;
    background: #C7000B;
    padding: 0.8854vw 0;
    border-radius: 0.4166vw;
    display: flex;
    align-items: center;
    margin: 0 8px;
}

.con2 .ag-tab .hd li {
    font-size: 0.9375vw;
    color: #fff;
    display: flex;
    align-items: center;
    float: left;
    box-sizing: border-box;
    padding-left: 1.5vw;
}

.con2 .ag-tab .hd li span {
    display: inline-block;
    width: 1.0416vw;
    height: 1.0416vw;
    margin-right: 0.5208vw;
}

.con2 .ag-tab .hd li.item01 span {
    background: url(../img/ag_ion4.png) no-repeat center;
    background-size: cover;
}

.con2 .ag-tab .hd li.item02 span {
    background: url(../img/ag_ion1.png) no-repeat center;
    background-size: cover;
}

.con2 .ag-tab .hd li.item03 span {
    background: url(../img/ag_ion2.png) no-repeat center;
    background-size: cover;
}

.con2 .ag-tab .hd li.item04 span {
    background: url(../img/ag_ion3.png) no-repeat center;
    background-size: cover;
}

.con2 .ag-tab .hd li:first-child {
    width: 17.5%;
}

.con2 .ag-tab .hd li:nth-child(2) {
    width: 9.2%;
}

.con2 .ag-tab .hd li:nth-child(3) {
    width: 42%;
}

.con2 .ag-tab .ag-tab-con {
    height: auto;
    display: none;
}

.an-btn {
    text-align: center;
    padding-top: 2.0833vw;
    height: auto;
}


/* 20230418 */

.ag-table {
    width: 100%;
    border-spacing: 8px;
}

.ag-table td {
    padding: 1.0937vw 2.3437vw 1.3020vw;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 8px;
    opacity: 1;
    /* border: 2px solid;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1)) 2 2; */
    border: 1px solid #fff;
}

.ag-table td p {
    color: #000;
}

.ag-table td p.gray {
    font-size: 0.9375vw;
    color: #666;
}

.ag-table td p span {
    color: #000;
    font-weight: bold;
    display: block;
}

.ag-table .item2-con {
    display: flex;
    align-items: center;
    justify-self: start;
}

.ag-table .item2-con01 p {
    margin: 0.2604vw 0;
}

.ag-table .item2-con01 p.tilte {
    font-weight: bold;
}

.ag-table .item2-con01 p.list {
    padding-left: 0.7291vw;
    font-size: 0.9375vw;
    color: #666;
    position: relative;
}

.ag-table .item2-con01 p.list::before {
    content: "";
    width: 0.3645vw;
    height: 0.3645vw;
    border-radius: 50%;
    background: #666;
    position: absolute;
    top: 0.5vw;
    left: 0;
}

.ag-table .item2-con p:first-child {
    width: 16%;
}

.ag-table .item2-con p:nth-child(2) {
    width: 58.5%;
    padding-right: 2.5vw;
    box-sizing: border-box;
}

.ag-table .item2-con p:nth-child(3) {
    width: 25.5%;
}

.ag-table02 .item2-con p:nth-child(2) {
    width: 83%;
}

.ag-table .item1 {
    width: 20%;
}

.ag-table .item1 p {
    font-weight: bold;
}

.address-con {
    position: relative;
    font-size: 1.0416vw;
    color: #000;
    margin-top: 0.5208vw;
}

.address-con img {
    width: 1.0416vw;
    height: 1.0416vw;
    display: block;
    position: absolute;
    left: -1.3020vw;
    top: 0.2vw;
}

.ag-table .item2:hover {
    background: #F0F2FF;
}

.ag-table .item2:hover p,
.ag-table .item2:hover p.gray,
.ag-table .item2:hover p span {
    color: #C7000B;
}

.ag-table .item2:hover p.list::before {
    background: #C7000B;
}

.mob-agend {
    padding-top: 6.4vw;
    height: auto;
    padding-left: 3.9568vw;
    border-left: 1px solid;
    border-image: linear-gradient(180deg, rgba(206, 206, 206, 0), rgba(206, 206, 206, 1), rgba(206, 206, 206, 1), rgba(206, 206, 206, 0)) 1 1;
}

.mob-agend .item {
    margin-bottom: 6.4vw;
}

.mob-agend .item h4 {
    font-size: 4.2667vw;
    color: #C7000B;
    font-weight: bold;
    margin-bottom: 4.2667vw;
    position: relative;
}

.mob-agend .item h4 img {
    width: 3.6vw;
    height: 3.6vw;
    position: absolute;
    top: 1vw;
    left: -5.8vw;
}

.mob-agend .item .txt {
    border: 1px dashed #000;
    padding: 2vw 4vw;
    background: linear-gradient(90deg, #EBECF2 0%, rgba(235, 236, 242, 0) 100%);
}

.mob-agend .item .txt p {
    font-size: 4.2667vw;
}


/* 20230509 */

.south-table {
    width: 100%;
    border-collapse: collapse;
}

.south-table tr th,
.south-table tr td {
    border: 1px solid #ddd;
    padding: 0.9895vw 3vw 0.9895vw 4.375vw;
    border-collapse: collapse;
}

.south-table tr th {
    background: #EBECF2;
}

.south-table tr th p {
    font-size: 1.0416vw;
    color: #7B7B7B;
    font-weight: bold;
    position: relative;
}

.south-table tr td {
    font-size: 0.9975vw;
}

.south-table tr td:first-child {
    text-align: center;
}

.south-table tr th p img {
    width: 1.0416vw;
    position: absolute;
    top: 50%;
    left: -1.5625vw;
    transform: translateY(-50%);
}

.south-table tbody tr:hover {
    box-shadow: 0px 9px 14px 4px rgba(0, 0, 0, 0.04);
}

.south-table tr th:first-child {
    width: 19%;
}


/* 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: 86%;
    position: relative;
    z-index: 1;
}

.speaker li {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 0px 0px 0px 0px;
    overflow: hidden;
    opacity: 1;
    border-radius: 0.4166vw;
    margin: 0 0 3.4895vw;
    transition: 0.5s;
    box-shadow: 0 4px 6px 0 #ECEDF4;
}

.z_speakers .sub-bg {
    width: 15.7291vw;
    position: absolute;
    bottom: -7vw;
    left: -11vw;
}

.z_speakers {
    width: 86%;
    margin: 0 auto;
    position: relative;
}

#main .z_speakers .swiper-button-next,
#main .z_speakers .swiper-button-prev {
    top: 50%;
}

.mySwiper3 {
    position: relative;
    overflow: hidden;
}

.mySwiper3 .swiper-wrapper {
    padding-top: 1vw;
}

.mySwiper3 .speaker .swiper-slide {
    width: 21.4%;
}

.mySwiper3 .speaker .swiper-slide .a {
    width: 100%;
    height: 31vw;
    box-sizing: border-box !important;
    position: relative;
}

.speaker .a:hover li {
    border-bottom: 4px solid #C7000B;
    margin-top: -1.0937vw;
}

.speaker li .pic {
    width: 100%;
    margin: 0 auto 1.7187vw;
}

.speaker li .txt {
    height: auto;
    overflow: hidden;
    margin: 0 1.6666vw;
}

.speaker li .txt h3 {
    font-size: 1.25vw;
    margin-bottom: 0.8333vw;
}

.speaker li .txt .date {
    width: 100%;
    font-size: 0.8333vw;
    color: #555;
    display: flex;
    align-items: center;
    margin-bottom: 1.25vw;
}

.speaker li .txt .date .icon {
    width: 0.8854vw;
    height: 0.8854vw;
    margin-right: 0.2083vw;
}

.speaker li .txt .line {
    width: 3.5416vw;
    height: 2px;
    background: #D8D8D8;
    margin-bottom: 1.0416vw;
}

.speaker li .txt p {
    font-size: 0.9375vw;
    color: #666;
    padding-left: 0.7812vw;
    position: relative;
}

.speaker li .txt p::before {
    width: 0.4166vw;
    height: 0.4166vw;
    background: #666;
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 0;
    top: .45vw;
}


/* 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;
}

.Partners {
    position: relative;
    height: auto;
    margin-bottom: 2.6041vw;
}

.Partners.mar0 {
    margin-bottom: 0;
}

.Partners h4 {
    font-size: 1.25vw;
    color: #000;
    margin-bottom: 1.25vw;
}

.Partners .Partners-item {
    width: 80%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.Partners .Partners-item img {
    display: block;
    width: auto;
    height: 3.3333vw;
    background: #fff;
    margin-right: 2.4479vw;
    border-radius: 0.4166vw;
    margin-bottom: 1vw;
}


/*  product and solutions */

.pro-banner {
    position: relative;
    height: auto;
    z-index: 20;
    padding: 0 6.25vw;
}

.pro-banner .mySwiper2 {
    padding: 3.125vw 0;
    overflow: hidden;
}

.pro-con {
    height: auto;
}

.pro-con li {
    height: 21vw;
    box-sizing: border-box;
    background: #fff;
    border-radius: 0.8333vw;
    box-shadow: 0 4px 6px 0 #ECEDF4;
    transition: .5s;
}

.pro-con li:hover {
    margin-top: -.833vw;
    border-bottom: 4px solid #C7000B;
}

.pro-con li:last-child {
    margin-right: 0;
}

.pro-con li .pic img {
    width: 100%;
    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;
    padding-bottom: 2vw;
}

.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; */
    position: relative;
    padding-bottom: 0.7812vw;
}

.pro-con li .txt .tip p::after {
    content: "";
    width: 2.6041vw;
    height: 0.1562vw;
    background: #C7000B;
    border-radius: 0.8854vw;
    opacity: 1;
    position: absolute;
    left: 0;
    bottom: 0;
}

.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; */
}

.pro-con li .icon {
    width: 1.8229vw;
    height: 1.8229vw;
    position: absolute;
    right: 1.8229vw;
    bottom: 1.8229vw;
}

.pro-con li .more-con {
    position: absolute;
    right: 1.8229vw;
    bottom: 1.8229vw;
    display: none;
}

.pro-con li .more {
    width: 8.0729vw;
    height: 2.5vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 2.2395vw;
    background: #C7000B;
    font-size: 0.8854vw;
    font-weight: 400;
    color: #FFFFFF;
}

.pro-con li .more img {
    width: 0.7812vw;
    margin-left: 0.4166vw;
}

.pro-con li:hover .more-con {
    display: block;
}

.pro-con li:hover .icon {
    display: none;
}


/* Stories of success */

.sec5 {
    margin-top: 3vw;
}

.con6 {
    padding-top: 1.9791vw;
}


/* 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;
}

.contact-us {
    width: 100%;
    height: auto;
    /* padding: 2.8645vw 0 3.0729vw; */
    padding: 4.1666vw 0;
    background: #F0F0F0;
}

.contact-con {
    width: 73%;
    height: auto;
    margin: 0 auto;
}

.list-con {
    display: flex;
    justify-content: center;
    padding-bottom: 2.5vw;
    margin-bottom: 2vw;
    border-bottom: 1px solid #ddd;
    align-items: center;
}

.contact-con h4 {
    font-size: 1.575vw;
    font-weight: bold;
    color: #000;
    margin-bottom: 0.8333vw;
    margin-bottom: .5vw;
    text-align: center;
}

.contact-con h5 {
    font-size: 1vw;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-con h5 a {
    color: #0094FF;
    border-bottom: 1px solid transparent;
}

.contact-con h5 a:hover {
    border-bottom: 1px solid #0094FF;
}

.contact-con p {
    font-size: 1vw;
    color: #000;
    text-align: center;
}

.contact-con h5 img {
    width: 0.8333vw;
    height: auto;
    margin-right: 0.5729vw;
    position: relative;
    /* top: .35vw; */
}


/* 媒体查询 */


/* 锚点 */

@media screen and (max-width: 1600px) {
    .top-con {
        width: 4vw;
        height: 20vw;
    }
    .top-con .list {
        width: 4vw;
        height: 4vw;
    }
    .top-con .list img {
        width: 1.5vw;
        height: 1.5vw;
        padding-top: .8vw;
    }
}

@media screen and (max-width: 1366px) {
    .top-con {
        width: 4.5vw;
        height: 20vw;
    }
    .top-con .list {
        width: 4.5vw;
        height: 4.5vw;
    }
    .top-con .list img {
        width: 1.8vw;
        height: 1.8vw;
        padding-top: .8vw;
    }
}

@media screen and (max-width: 1200px) {
    .top-con {
        width: 5vw;
        height: 20vw;
    }
    .top-con .list {
        width: 5vw;
        height: 5vw;
    }
    .top-con .list img {
        width: 1.8vw;
        height: 1.8vw;
        padding-top: 1vw;
    }
}

@media screen and (max-width:834px) {
    .btm-more.mar30 {
        margin-top: 4vw;
    }
    .address-con {
        font-size: 3.3573vw;
        margin-top: 1.5vw;
        font-weight: normal;
    }
    .address-con img {
        width: 2.3980vw;
        height: 2.3980vw;
        left: -3vw;
        top: 1.2vw;
    }
    .speaker.swiper-wrapper {
        height: auto;
    }
    #main .main-con {
        background: #F6FAFF url(../img/mob_bg.png) no-repeat top center;
        background-size: cover;
    }
    /* kv */
    .kv {
        height: auto;
    }
    .kv .pc-con {
        transform: translateY();
        top: 10%;
        left: 50%;
        transform: translateX(-50%);
        justify-content: center;
    }
    .kv .kv-txt {
        text-align: center;
    }
    .kv .kv-txt h1 {
        font-size: 5.3333vw;
        margin-bottom: 2.5vw;
        line-height: 1.5;
    }
    .kv .kv-txt h3,
    .kv .kv-txt .date {
        font-size: 3.7333vw;
        line-height: 1.3;
    }
    .kv .kv-txt .date {
        margin-bottom: 70.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: unset;
        left: 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.7333vw;
    }
    .title {
        margin-bottom: 6.7146vw;
    }
    .title h2 {
        font-size: 5.7553vw;
    }
    .title h2 .title_bg {
        width: 8vw;
        top: -1.1vw;
        left: -3.0416vw;
    }
    .title01 h2 .title_bg {
        width: 8vw;
        top: -1.1vw;
        left: 0.9584vw;
    }
    .title01 h2 {
        font-size: 5vw;
    }
    .now-btn {
        text-align: center;
        margin: 5.7553vw 0 6.7146vw;
    }
    .btm-more {
        margin: 0 1vw;
    }
    .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;
    }
    .con1 .section {
        padding: 3.7333vw;
        border-radius: 1.0667vw;
    }
    .con1 .section .section-con {
        padding: 5.3333vw;
        border-radius: 1.0667vw;
    }
    .con1 .section .section-con p {
        font-size: 3.7333vw;
        margin-bottom: 4.1333vw;
    }
    .con1 .section .section-con .bossname {
        width: 31.0667vw;
    }
    .con1 .section .section-con .boss {
        width: 35.6667vw;
    }
    /* 2 */
    .con1 .section .section-con {
        background: #F3F4FB url(../img/mobcard_bg.png) no-repeat top center;
        background-size: contain;
    }
    .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 {
        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: 38%;
        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;
    }
    .speaker {
        display: block;
        flex-wrap: nowrap;
    }
    .z_speakers {
        width: 100%;
        overflow: hidden;
        padding-bottom: 9vw;
    }
    .z_speakers .swiper-paginationv3 {
        margin-top: 3vw;
        left: 50%;
        transform: translateX(-50%);
    }
    .mySwiper3 .speaker .swiper-slide {
        margin: 0;
    }
    .mySwiper3 .speaker .swiper-slide .a {
        height: 122vw;
    }
    .mySwiper3 .speaker li,
    .mySwiper3 .speaker li a {
        width: auto;
    }
    .mySwiper3 .speaker li {
        /* border-bottom: 0.5333vw solid #C7000B; */
        box-shadow: 0px 4px 4px 0px rgba(220, 86, 109, 0.1);
    }
    .speaker li .pic {
        margin-bottom: 5.3333vw;
    }
    .speaker li .txt {
        margin: 0 6.6667vw;
        padding-bottom: 6vw;
    }
    .speaker li .txt h3 {
        font-size: 4.2667vw;
        margin-bottom: 3.2vw;
    }
    .speaker li .txt .date {
        font-size: 3.4667vw;
        margin-bottom: 4vw;
    }
    .speaker li .txt .date .icon {
        width: 3.3333vw;
        height: 3.3333vw;
        margin-right: 1.8667vw;
    }
    .speaker li .txt .line {
        width: 13.8667vw;
        height: 3px;
        background: #D8D8D8;
        margin-bottom: 4vw;
    }
    .speaker li .txt p {
        font-size: 3.7333vw;
        padding-left: 2.8vw;
        line-height: 1.5;
    }
    .speaker li .txt p::before {
        width: 1.5587vw;
        height: 1.5587vw;
        top: 1.8vw;
    }
    .an-btn {
        padding-top: 5.7553vw;
    }
    .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: 80.3333vw;
        border-radius: 1.9184vw;
        box-shadow: 0px 4px 4px 0px rgba(220, 86, 109, 0.1);
    }
    .pro-banner {
        padding: 6vw 0 9vw;
    }
    .pro-banner .swiper-paginationv2 {
        left: 50%;
        transform: translateX(-50%);
    }
    .pro-con li .txt .tip p {
        padding-bottom: 2.1333vw;
    }
    .pro-con li .txt p {
        margin-top: 2.1333vw;
    }
    .pro-con li .txt .tip p::after {
        width: 9.8667vw;
        height: 0.6667vw;
    }
    .pro-con li .icon {
        width: 4.6667vw;
        height: 4.6667vw;
        right: 4.6667vw;
        bottom: 4.6667vw;
        display: none;
    }
    .pro-con li .more-con {
        right: 4.6667vw;
        bottom: 4.6667vw;
        display: block;
    }
    .pro-con li .more img {
        width: 2.9333vw;
        margin-left: 1.0667vw;
    }
    .pro-con li .more {
        width: 31.2vw;
        height: 7.5333vw;
        border-radius: 5.7333vw;
        font-size: 3.2vw;
    }
    /* .pro-con li img {
        height: 47.9616vw;
    } */
    #main .swiper-button-next,
    #main .swiper-button-prev {
        display: none;
    }
    .pro-banner .swiper {
        padding: 3.125vw 0 5vw;
    }
    #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;
    }
    .top-con .list img {
        width: 4vw;
        height: 4vw;
        padding-top: 3.2vw;
    }
    /* 20230420 */
    .con2 .ag-tab .hd {
        margin: 0;
    }
    .con2 .ag-tab .hd li:nth-child(2) {
        width: 35%;
    }
    .con2 .ag-tab .hd li:nth-child(1),
    .con2 .ag-tab .hd li:nth-child(4) {
        display: none;
    }
    .mob-ag-table {
        width: 100%;
        margin-top: 2.4vw;
        font-size: 3.7333vw;
    }
    .mob-ag-table .item01 {
        background: #F0F2FF;
        padding: 3.6vw 4.2667vw;
        border-radius: 0.8vw;
        font-weight: bold;
        color: #000000;
        margin-bottom: 2.4vw;
    }
    .mob-ag-table .item02 {
        background: #fff;
        padding: 6.6667vw 4.2667vw;
        border-radius: 0.8vw;
        color: #000000;
        margin-bottom: 2.4vw;
        display: flex;
        justify-content: space-between;
    }
    .mob-ag-table .item02 .date {
        font-weight: bold;
    }
    .mob-ag-table .item02 .txt-con {
        width: 62%;
    }
    .mob-ag-table .item02 .txt-con h2 {
        font-weight: bold;
        margin: 4.3165vw 0 1.4388vw;
    }
    .mob-ag-table .item02 .txt-con span {
        color: #888;
    }
    .title .date {
        font-size: 3.7333vw;
        margin-top: 3.2vw;
    }
    .title .date img {
        width: 2.6667vw;
        margin-right: 2vw;
    }
    .top-con {
        bottom: 30vw;
    }
    /* 20230511 */
    .Partners {
        margin-bottom: 6.4vw;
    }
    .Partners h4 {
        font-size: 4.2667vw;
        margin-bottom: 3.2vw
    }
    .Partners .Partners-item {
        width: 100%;
    }
    .Partners .Partners-item img {
        height: 11.4667vw;
        margin-right: 2vw;
        border-radius: 1.0667vw;
        margin-bottom: 3.3333vw;
    }
    .Partners .Partners-item img:nth-child(3n) {
        margin-right: 0;
    }
    .contact-us {
        padding: 9.5923vw 0;
    }
    .contact-con {
        width: 90%;
    }
    .list-con {
        display: block;
        padding-bottom: 5.7553vw;
        margin-bottom: 5vw;
    }
    .contact-con h4 {
        font-size: 4.2667vw;
        margin-bottom: 2.1333vw;
    }
    .contact-con h5 {
        font-size: 3.7333vw;
        align-items: start;
    }
    .contact-con p {
        font-size: 3.7333vw;
    }
    .contact-con h5 img {
        width: 2.5333vw;
        margin-right: 1.3333vw;
        margin-top: 1.3vw;
    }
}


/* @media (max-width: 600px) {
    .speaker li img {
        margin-bottom: 4vw;
    }
} */

@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%;
    }
}