@charset "utf-8";

/* 活动概要 start */

.activity-summary {
    overflow: hidden;
}
.activity-summary .section-inner{
    padding-top: 122px;
}
.activity-summary .awards-bdshare-area {
    position: absolute;
    right: 0;
    top: 15px;
}
.activity-summary .section-hd{
    margin-bottom: 55px;
}
.activity-summary .section-hd::after{
    content:"活动概要"
}
.activity-summary .section-bd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}
.activity-summary-picture {
    width: 426px;
    height: 324px;
    margin-right: 28px;
    font-size: 0;
}
.activity-summary-picture>img {
    width: 100%;
    height: 100%;
}
.activity-summary-text {
    flex: 1;
    font-size: 16px;
    color: #333333;
    line-height: 27px;
}
.activity-summary-text p {
    margin-bottom: 14px;
}
.activity-summary-text p:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 700px) {
    
}
/* 活动概要 end */

/* 会议议程 start */
.video_text{
    vertical-align: middle;
    margin-left: 5px;
    color:#0098FF;
    cursor: pointer;
}
img.video_text {
    width:20px;
    vertical-align: middle;
    margin-right:4px;
    cursor: pointer;
}
.section-agenda {
    overflow: hidden;
    background:url(../img/agendaBg.png) left top no-repeat;
    background-size: 100% 100%;
}
.section-agenda .section-hd::after{
    content:"会议议程"
}
.section-agenda-title{
    background: #2e7fee;
    font-size: 30px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    line-height: 70px;
    padding-left: 40px;
    border-bottom: 1px solid #fff;
    margin-top: 40px;
}
.agenda-table__row {
    display:flex;
    background: #fff;
}
.agenda-table__row:nth-child(2n+2) .agenda-table__cell{
    background-color: rgba(191, 217, 255, .2);
}

.agenda-table__row.thead {
    background: #D1E8FF;
}
.agenda-table__row.thead .agenda-table__cell {
    font-size: 16px;
    color: #333333;
    height: 60px;
    line-height: 20px;
}
.agenda-table__row .agenda-table__cell:last-child {
    flex: 1;
}
.agenda-table__row.thead .agenda-table__cell:first-child {
    border-top-left-radius: 10px;
}
.agenda-table__row.thead .agenda-table__cell:last-child {
    border-top-right-radius: 10px;
}
.agenda-table__row.full .agenda-table__cell:nth-child(2) {
    background-color:transparent;
}
.agenda-table__relative {
    position: relative;
}
.agenda-table__full {
    position: absolute;
    left: -16px;
    top: -30px;
    width: 1084px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    color: #333;
}
.section-bd .font_weight_blod{
    font-weight:700;
}
.agenda-table__row:nth-child(odd) .agenda-table__full{
    background-color: rgba(191, 217, 255, .2);
}
.agenda-table__cell {
    text-align: left;
    padding: 20px 0 20px 40px;
    line-height: 20px;
    font-size: 16px;
    color: #333333;
    vertical-align: middle;
}
.agenda-table__cell + .agenda-table__cell {
    border-left: 1px solid #fff;
}
.agenda-table__cell:first-child {
    color: #333;
    width: 252px;
}
.agenda-table__cell:nth-child(2) {
    width: 589px;
}
/* 会议议程 end */

/* 演讲嘉宾 start */
.section-guest {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url('../img/bg/section-guest-bg.png');
}
.section-guest .section-hd{
    color: rgba(110,173,219,0.56);
    margin-bottom: 33px;
}
.section-guest .section-hd::after {
    content: "演讲嘉宾";
    color: #EDEDED;
}
.section-guest .section-inner{
    padding-bottom: 80px;
}
.section-guest .photo_list .item {
    border-radius: 8px;
    overflow: hidden;
    font-size: 0;
}
.section-guest .photo_list .item img{
    width: 100%;
}
.section-guest .word{
    position: relative;
    padding: 14px 24px 19px;
    background: linear-gradient(160deg,#40aaff 4%, #0ac3ea 87%) ;
    border-radius: 0px 0px 10px 10px;
}
.section-guest .word::after{
    content:"";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 80px;
    height: 100%;
    background:url(../img/5gDesc.png) left top no-repeat;
    background-size: 100% 100%;
}
/* .section-guest .word p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
} */
.section-guest .word .t1 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom:5px;
    color:#FFFFFF;
}
.section-guest .word .t2 {
    font-size: 14px;
    /* white-space: normal; */
    line-height: 18px;
    color:#FFFFFF;
}
.section-guest .swiper-button-prev,
.section-guest .swiper-button-next {
    width: 50px;
    height: 50px;
    margin-top: -25px;
}
.section-guest .swiper-button-prev{
    left: -60px;
    background: url(../img/left.png) left top no-repeat;
    background-size: 100% 100%;
}
.section-guest .swiper-button-prev:hover{
    background: url(../img/left2.png) left top no-repeat;
    background-size: 100% 100%;
}
.section-guest .swiper-button-next {
    right: -60px;
    background: url(../img/right.png) left top no-repeat;
    background-size: 100% 100%;
}
.section-guest .swiper-button-next:hover{
    background: url(../img/right2.png) left top no-repeat;
    background-size: 100% 100%;
}
.section-guest .swiper-pagination {
    margin-top: 30px;
    text-align: center;
}
.section-guest .section-bd .swiper-pagination{
    width: 100%;
}
.section-guest .swiper-pagination-bullet {
    width: 30px;
    height: 6px;
    border-radius: 3px;
    margin-right: 8px;
    opacity: 0.5;
    background-color: #ffffff;
}
.section-guest .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}

.section-guest .swiper-pagination-bullet:last-child {
    margin-right: 0;
}
/* 演讲嘉宾 end */

/* 会议报名 start */
.section-from {
    overflow: hidden;
}
.section-from .section-hd {
    color: #F2F8FF;
}
.section-from .section-hd::after {
   content: "会议报名";
}
.section-from .section-inner::after {
    display: block;
    content: '';
    top: -165px;
    right: 50%;
    width: 365px;
    height: 364px;
    margin-right: -780px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url('../img/bg/from-bg@2x.png');
}

.apply_form {
    width: 830px;
    margin: 45px auto  0 ;
    font-size: 16px;
    line-height: 40px;
}
.formTips{
    margin-left: 190px;
    font-size: 17px;
    font-family: PingFang SC, PingFang SC-Medium;
    font-weight: 500;
    color: #434343;
    line-height: 25px;
    margin-top: 40px;
}
.apply_form .ipt_box {
    justify-content: space-between;
}
.apply_form .ipt_box>.flex {
    flex-wrap: wrap;
    justify-content: space-between;
}
.apply_form .item {
    margin-bottom: 20px;
}
.apply_form .tag:before {
    margin-right: 5px;
    content: "*";
    color: #1A70F0;
}
.apply_form .ipt_text {
    width: 300px;
    height: 40px;
    border: none;
    text-indent: 10px;
    background: #f2f8fe;
    border-radius: 3px;
}
.apply_form [type=checkbox] {
    margin-right: 5px;
    vertical-align: -2px;
    color: #ccc;
}
.apply_form .tag {
    margin-right: 15px;
}
.apply_form label {
    margin-right: 100px;
}
.form_table_tips {
    max-width: 550px;
    line-height: 24px;
    color: #666;
    font-size: 12px;
    margin: 0 auto;
}
.apply_form button {
    display: block;
    margin: 60px auto 0px;
    width: 220px;
    text-align: center;
    line-height: 56px;
    outline: none;
    color: #fff;
    border: none;
    cursor: pointer;
    background: linear-gradient(180deg,#3989ff, #1469c6);
    border-radius: 8px;
    font-size: 18px;
}
.apply_form button:hover {
    background: #528fff;
}
.apply_form h3{
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 50px;
}
.apply_form .addr_box {
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flex;
    display: -o-inline-flex;
    display: inline-flex;
    width: 300px;
    justify-content: space-between;
}
.apply_form .addr_box select {
    width: 145px;
}
.apply_form select {
    width: 300px;
    height: 40px;
    border: none;
    text-indent: 10px;
}
.apply_form select,.apply_form .ipt_text {
    background:#F2F8FE;
    box-sizing:border-box;
}
.apply_form input[disabled],.apply_form select[disabled]{
    cursor: not-allowed;
}
.apply_form button[disabled]{
    opacity: 0.3;
    cursor: not-allowed;
}
/* 会议报名 end */

/* 合作伙伴 start */
.section-partner {
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../img/sponsorsBg.png');
}
.section-partner .section-inner {
    padding-bottom: 0;
}
.section-partner .sponsors_logo {
    font-size: 0;
    text-align: center;
}
.section-partner .sponsors_logo  li{
    float: left;
    width: 126px;
}
.section-partner .sponsors_logo img {
    width: 120px;
    margin-right: 10px;
    border: solid 1px #e5e5e5;
    border-radius: 4px;
}
.section-partner .sponsors_logo img:last-child {
    margin-right: 0;
}
.section-partner .sponsors .section-hd{
    margin-bottom: 53px;
}
.section-partner .sponsors .section-hd::after {
    content:"参与厂商";
}   

.section-partner .partner .section-hd {
    text-align: center;
    margin-bottom: 61px;  
}
.section-partner .partner .section-hd::after{
    content:"合作伙伴"; 
}
.section-partner .partner .subtitle {
    font-size: 16px;
    text-align: center;
    color: #333333;
    line-height: 22px;
    margin-bottom: 14px;
}
.section-partner .partner_logo {
    font-size: 0;
    text-align: center;
    margin-bottom: 24px;
}
.section-partner .partner_logo:last-child {
    margin-bottom: 0;
}
.section-partner .partner_logo img {
    width: 140px;
    height: auto;
    margin-right: 10px;
}
.section-partner .partner_logo img:last-child {
    margin-right: 0;
}
.section-partner .partner_logo img.sup {
    width: 594px;
    max-width: 594px;
}
.section-partner .partner_logo img.sup2 {
    width: 897px;
    max-width: 897px;
}
/* 合作伙伴 end */
.contact{
    width: 100%;
    max-width: 100%;
    background: url(../img/contactBf.png) left top no-repeat;
    background-size: 100% 100%;
}
.j-mqrquee {
    overflow: hidden;
}
.j-marquee-box {
    display: block;
    zoom: 1;
}

@media screen and (max-width: 750px) {
    /* 活动概要 start */
    .activity-summary .section-hd {
        margin-bottom: 0.3rem;
    }
    .activity-summary-text,
    .activity-summary-picture {
        width: 100%;
        float: unset;
    }
    .activity-summary-text {
        order: 1;
        font-size: 0.24rem;
        font-family: PingFang SC, PingFang SC-Regular;
        font-weight: 400;
        text-align: left;
        color: #333333;
        line-height: 0.36rem;
        letter-spacing: -0.48px;
    }
    .activity-summary-text p {
        margin-bottom: 0.15rem;
    }
    .activity-summary-picture {
        margin-top: 0.35rem;
        margin-right: 0;
        height: auto;
        order: 2;
    }
    .activity-summary-picture>img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    /* 活动概要 end */

    /* 会议议程 start */
    .section-agenda{
        background: url(../img/agendaBg2.png) left top no-repeat;
        background-size: 100% 100%; 
    }
    .section-agenda .section-hd {
        margin-bottom: 0.3rem;
    }
    .section-agenda-title{
        font-size: 0.3rem;
        font-family: PingFang SC, PingFang SC-Bold;
        font-weight: 700;
        text-align: left;
        color: #ffffff;
        line-height: 0.72rem;
        border-bottom: none;
        padding-left:0.39rem ;
    }
    .agenda-table__row.thead {
        display: none;
    }
    .agenda-table__row {
        position: relative;
        display: block;
        padding: 0.25rem 0.4rem 0.25rem 0.36rem;
    }
    .agenda-table__row:nth-child(even) {
        background-color: #f7fbff;
    }
    .agenda-table__row .agenda-table__cell {
        border: none !important;
        display: block !important;
        width: 100% !important;
        text-align: left !important;
        padding: 0 !important;
        font-size: 0.26rem;
        line-height: 0.36rem!important;
        background-color: transparent !important;
    }
    .agenda-table__row .agenda-table__cell:first-child{
        font-size: 0.24rem;
        line-height: 0.34rem;
        color: #2E7FEE !important;
    }
    .agenda-table__row .agenda-table__cell:nth-child(1) {
        font-weight: 500;
    }
    .agenda-table__row .agenda-table__cell:nth-child(2) {
        font-weight: 700;
    }
    .agenda-table__row .agenda-table__cell:nth-child(3) {
        color:#5D6C86 ;
    }
    .agenda-table__row .agenda-table__cell:nth-child(4) {
        display: none !important;
    }
    .agenda-table__row:nth-child(3) .agenda-table__cell:nth-child(3),
    .agenda-table__row:nth-child(15) .agenda-table__cell:nth-child(3) ,
    .agenda-table__row:nth-child(10) .agenda-table__cell:nth-child(3) ,
    .agenda-table__row:nth-child(12) .agenda-table__cell:nth-child(3) ,
    .agenda-table__row:nth-child(11) .agenda-table__cell:nth-child(3) {
        display: none !important;
    }
    .agenda-table__row:nth-child(3) .agenda-table__cell:nth-child(4),
    .agenda-table__row:nth-child(15) .agenda-table__cell:nth-child(4),
    .agenda-table__row:nth-child(10) .agenda-table__cell:nth-child(4),
    .agenda-table__row:nth-child(12) .agenda-table__cell:nth-child(4),
    .agenda-table__row:nth-child(11) .agenda-table__cell:nth-child(4) {
        display: block !important;
    }
    .agenda-table__full {
        position: relative;
        left: 0;
        top: 0;
        padding: 0;
        width: 100%;
        line-height: 0.32rem;
        height: 0.32rem;
        background-color: transparent !important;
    }
    /* 会议议程 end */

    /* 演讲嘉宾 start */
    .section-guest .section-inner {
        padding-bottom: 0.8rem;
    }
    .section-guest .section-hd {
        width: 2.17rem;
        margin-bottom: 0.8rem;
        background-image: url('../img/title-guest-m@2x.png');
    }
    .section-guest .guest-m-card {
        display: inline-block;
        vertical-align: top;
        font-size: 0;
        width: 50%;
        padding: 0 0.05rem;
        margin-bottom: 0.1rem;
    }
    .section-guest .swiper-slide {
        font-size: 0;
    }
    .guest-m-card img {
        max-width: 100%;
        height: auto;
        display: block;
    }
    .section-guest .word {
        padding: 0.3rem 0.2rem;
    }
    .section-guest .word .t1 {
        font-size: 0.28rem;
        margin-bottom: 0.12rem;
    }
    .section-guest .word .t2 {
        font-size: 0.22rem;
        line-height: 0.28rem;
        min-height:0.56rem;
    }
    #guestMobile .swiper-pagination {
        margin-top: 0.15rem;
    }
    /* 演讲嘉宾 end */

    /* 会议报名 start */
    .section-from .section-hd {
        margin-bottom: 0.52rem;
        background-image: url('../img/title-from-m@2x.png');
    }
    .formTips{
        font-size: 0.28rem;
        font-family: PingFang SC, PingFang SC-Medium;
        font-weight: 500;
        text-align: left;
        color: #434343;
        line-height: 0.4rem;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0.3rem;
    }
    .section-from .section-inner::after {
        width: 3.65rem;
        height: 3.64rem;
        right: unset;
        left: 0;
        top: -0.65rem;
        margin-right: 0;
    }
    .apply_form h3{
        padding-bottom: 0.3rem;
    }
    .apply_form {
        width: auto;
        font-size: .3rem;
        margin-top: 0;
        margin-left: 0px;
    }
    .apply_form .ipt_box>.flex {
        display: block;
    }
    .apply_form .tag {
        white-space: nowrap;
    }
    .apply_form .item {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        margin-bottom: 0.3rem;
    }
    .apply_form .ipt_text {
        flex: 1;
    }
    .apply_form .addr_box select {
        width: auto;
    }
    .apply_form select{
        width: 85%;
        display: inline-block;
    }
    .apply_form label {
        margin-right: .3rem;
    }
    .apply_form .J_address_select{
        width: 321px;
    }
    .apply_form  .J_address_select select{
        width: 48%;
    }
    .apply_form button {
        width: 100%;
        line-height: 0.8rem;
        margin-right: 0px;
        margin-top: 0.4rem;
        height: 0.8rem;
        background: linear-gradient(180deg,#3989ff, #1469c6);
        border-radius: 0.08rem;
        font-size: 0.28rem;
        font-family: PingFang SC, PingFang SC-Bold;
        font-weight: 700;
        text-align: center;
        color: #ffffff;
        letter-spacing: 2.8px;
    }
    /* 会议报名 end */

    /* 参与厂商 start */
    .section-partner {
        padding-bottom: 0.6rem;
        background-image: url('../img/sponsorsBg2.png');
    }
    .section-partner .partner .subtitle {
        font-size: 0.2rem;
        line-height: 0.3rem;
        margin-bottom: 0.1rem;
    }
    .section-partner .sponsors_logo img{
        margin-right: 0.05rem;
        margin-bottom: 0.05rem;
        width: 1.65rem;
    }
    .section-partner .partner_logo img {
        width: 1.65rem;
    }
    .section-partner .partner_logo img.sup.m_show {
        width: 6.94rem;
        max-width: 6.94rem;
    }
    .section-partner .partner_logo img.sup2.m_show {
        width: 6.94rem;
        max-width: 6.94rem;
    }
    .section-partner .partner_logo {
        margin-bottom: 0.4rem;
    }
    /* 参与厂商 end */
    .activity-summary .section-inner{
        padding-top: 0.63rem;
    }
    .activity-summary .section-bd{
        flex-flow:column
    }
    .section-partner .partner .section-hd{
        margin-bottom: 0.56rem;
    }
    .section-partner .sponsors .section-hd{
        margin-bottom: 0.36rem; 
    }
    .section-partner .sponsors_logo li{
        width: 1.7rem;
    }
}