/* V3 list */
.yList.fixed {
    width: 1400px;
    position: fixed;
    top: 0;
    background-color: #FFFFFF;
    z-index: 1000;
}

.yList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative
}

.yList::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    height: 5px;
    bottom: 0;
    background-color: #1479d7
}

.yList .line1 {
    line-height: 23px;
    -webkit-transition: left .3s;
    -o-transition: left .3s;
    transition: left .3s;
    display: block;
    color: #1479d7;
    border-radius: 50%;
    position: absolute;
    bottom: -7px;
    left: 0;
    width: 47px;
    height: 20px;
    background: url(image/exhibit/ball.png) no-repeat center/100%
}

.yList .item::after {
    content: "";
    display: block;
    width: 7px;
    height: 10px;
    background: #1479d7;
    border-radius: 50%;
    position: absolute;
    bottom: -2px;
    left: calc(50% - 3px)
}

.yList .item {
    position: relative;
    text-align: center;
    font-size: 16px;
    color: #1479d7;
    padding: 15px 0 20px;
    font-weight: 700
}

.yList .item.active::after {
    display: none
}


.meetingblock-list {
    margin-top: 10px;
    width: calc(100%);
    display: flex;
    flex-wrap: wrap;
}

.monlist {
    margin: 15px 0 50px;
    display: none;
}

.monlist.show {
    display: block
}

.monlist .monitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-bottom: 20px
}

.monlist .monitem::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 0;
    z-index: 0;
    width: 1px;
    height: 100%;
    background-color: #eaeaea;
    display: none
}

.monlist .monitem .month {
    width: 40px;
    font-weight: 700;
    font-size: 16px
}

.monlist .monitem .meetingblock-list {
    width: calc(100% - 40px);
}

.monlist.meetingblock-list .card {
    width: 254px
}

.monlist .card-header {
    padding: 0
}

.monlist .card-header img {
    width: 100%
}

.monlist .card-footer {
    font-size: 12px;
    padding: 0;
    min-height: 30px
}

.monlist .card-footer .see {
    width: 72px;
    height: 18px;
    border: 1px solid #1479d7;
    border-radius: 9px;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    color: #1479d7
}

.monlist .card-footer .btn {
    width: 72px;
    height: 18px;
    border: 1px solid #1479d7;
    border-radius: 9px;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    background-color: #1479d7
}

.monlist .card-footer .gray {
    width: 72px;
    height: 18px;
    border: 1px solid #777;
    border-radius: 9px;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    color: #777
}

.monlist .meetingblock-list .card {
    width: 320px
}

.no-data {
    background: url(image/exhibit/no-data.png) no-repeat center/500px;
    min-height: 450px;
    position: relative;
}

.no-data-tip {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 50px;
    font-size: 16px;
}

/* 分类样式 */
.container_category {
    display: flex;
    line-height: 50px;
}

/*V3 index */
.m2-t-nav .m2-t-nav-logo {
    padding: 5px;
    height: 50px;
}

.m2-layout {
    margin: 0 auto;
    width: 1400px;
}

#banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 35.458vw;
    min-height: 496px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.m2-banner-cont {
    width: 800px;
    color: #fff;
    text-align: center;
}

.m2-banner-cont .name {
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 50px;
    line-height: 57px;
}

.m2-banner-cont .host {
    position: relative;
    display: inline-block;
    margin: 0 auto;
}

.m2-banner-cont .host:after,
.m2-banner-cont .host:before {
    position: absolute;
    top: 12px;
    display: inline-block;
    width: 52px;
    height: 2px;
    background: #1479d7;
    content: '';
}

.m2-banner-cont .host:before {
    left: -65px;
}

.m2-banner-cont .host:after {
    right: -65px;
}

.m2-banner-cont .host,
.m2-banner-cont .oth {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
}

.m2-banner-cont .btn {
    display: block;
    margin: 60px auto 0;
    width: 260px;
    height: 60px;
    border-radius: 49px;
    background: #fff;
    color: #1479d7;
    font-weight: 700;
    font-size: 26px;
    line-height: 60px;
    opacity: 1;
}

.m2-title {
    position: relative;
    padding: 50px 0;
}

.m2-title .name {
    margin: 0 auto;
    width: 200px;
    color: #1479d7;
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    line-height: 1.5em;
}

.m2-title .name .small {
    display: block;
    color: #a7a7a7;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
}

.m2-title::after,
.m2-title::before {
    position: absolute;
    top: 85px;
    left: 100px;
    display: block;
    width: 500px;
    height: 2px;
    background: #e0dcdc;
    content: "";
}

.m2-title::after {
    right: 100px;
    left: auto;
}

.m2-bg-content {
    padding: 50px 95px;
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 3px 20px 0 rgba(83, 83, 83, .17);
    box-shadow: 0 3px 20px 0 rgba(83, 83, 83, .17);
}

.m2-bg-content p {
    margin: 10px 0;
    line-height: 1.5em !important;
}

.bg {
    background: #1479d7;
}

.bg .m2-title .name {
    color: #fff;
}

.bg .m2-title .name .small {
    color: #fff;
}

.m2-cont-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 50px;
    border-radius: 20px;
    background: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cont-left .name {
    margin-bottom: 20px;
    color: #1e1e1e;
    font-size: 32px;
}

.cont-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: hidden;
    width: calc(100% - 520px);
}

.cont-left .item {
    overflow-x: hidden;
    width: 780px;
    height: 450px;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    -webkit-transform: translate(100%);
    transform: translate(100%);
    -ms-transform: translate(100%);
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.cont-left .item.active {
    -webkit-transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: translate(0);
    transform: translate(0);
    -ms-transform: translate(0);
}

.m2-cont-content ::-webkit-scrollbar {
    width: 5px;
    height: 100px;
}

.m2-cont-content ::-webkit-scrollbar-track-piece {
    -webkit-border-radius: 6px;
    background: #eaeaea;
}

.m2-cont-content ::-webkit-scrollbar-thumb:vertical {
    -webkit-border-radius: 6px;
    background-color: #999;
}

.cont-right {
    position: relative;
    min-width: 495px;
    min-height: 495px;
    background: url(image/exhibit/cont-bg.png) no-repeat center/375px;
}

.cont-right .item {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.5em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    background: -o-linear-gradient(47deg, #1453df, #2fcbfc);
    background: linear-gradient(43deg, #1453df, #2fcbfc);
    -webkit-box-shadow: 0 20px 20px 0 rgba(131, 137, 226, .22);
    box-shadow: 0 20px 20px 0 rgba(131, 137, 226, .22);
    color: #fff;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cont-right .item.active {
    top: calc(50% - 59px);
    left: 0;
}

.cont-right .item:hover {
    top: 0;
    left: calc(50% - 59px);
    -webkit-transition: all 11s;
    -o-transition: all 11s;
    transition: all 11s;
}

.cont-right .center-circle {
    position: absolute;
    top: 165px;
    left: 165px;
    width: 170px;
    height: 170px;
    background: url(image/exhibit/m-pointer.png) no-repeat center/170px;
    -webkit-transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.m2-next {
    margin: 20px auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url(image/exhibit/m-next.png) no-repeat center/40px;
}

.elli {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
}

.line3 {
    display: -webkit-box;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
    white-space: normal;
    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.line2 {
    display: -webkit-box;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
    white-space: normal;
    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#content {
    padding-bottom: 50px;
}

#attendees {
    background: #fff;
    -webkit-box-shadow: 0 3px 20px 0 rgba(83, 83, 83, .17);
    box-shadow: 0 3px 20px 0 rgba(83, 83, 83, .17);
}

.m2-attendees-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 430px;
    background: url(image/exhibit/2_04.png) no-repeat bottom right/60%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.attendees-cont {
    width: 50%;
    text-indent: 2em;
    font-size: 20px;
}

.m-online-form {
    margin-left: 580px;
    padding-top: 60px;
    width: 720px;
}

.onlineCont {
    min-height: 600px;
    background: url(image/exhibit/3_11.png) no-repeat top/100%;
}

.onlineCont .layui-form-item.border {
    height: 50px;
    border: 1px solid #1479d7;
    border-radius: 8px;
    line-height: 40px;
}

.onlineCont .layui-form-item.border .layui-form-label {
    line-height: 32px;
}

.onlineCont .m-red {
    margin-right: 5px;
    color: red;
    font-size: 20px;
}

.layui-select,
.layui-textarea,
.onlineCont .layui-input {
    border-color: #1479d7 !important;
}

.onlineCont .layui-input {
    height: 50px;
    border-radius: 8px;
    line-height: 32px;
}

.onlineCont .layui-form-label {
    line-height: 32px;
}

.onlineCont .layui-form-item .layui-inline {
    margin-right: 0;
}

.onlineCont .layui-form-item .layui-input-inline {
    margin-right: 0;
    width: 247px;
}

.onlineCont .layui-btn.m-online-form-btn {
    display: block;
    margin: 0 auto;
    margin: 45px auto;
    width: 369px;
    height: 50px;
    border-radius: 25px;
    background: #1479d7;
}

.onlineCont .layui-form-item {
    margin-bottom: 35px;
}

.i-n-exhibit-list {
    padding-bottom: 80px;
}

.i-n-exhibit-list .item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    height: 340px;
    background: url(image/exhibit/8_17.png) no-repeat center/100%;
}

#speaker {
    background: #fff;
    -webkit-box-shadow: 0 3px 20px 0 rgba(83, 83, 83, .17);
    box-shadow: 0 3px 20px 0 rgba(83, 83, 83, .17);
}

.i-n-exhibit-list .item .img-top img {
    width: 195px;
}

.i-n-exhibit-list .item .intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 -5px 0 -15px;
    width: calc(100% + 20px);
    height: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.i-n-exhibit-list .item .intro .username {
    width: 70px;
    color: #1479d7;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
}

.i-n-exhibit-list .item .intro .info {
    width: calc(100% - 75px);
    color: #fff;
    font-size: 12px;
    line-height: 1.5em;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #a7a7a7;
}

.swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 8px;
    background: #1479d7;
}

.i-n-person-list {
    margin: 0 auto;
    padding-bottom: 80px;
    width: 1131px;
}

.i-n-person-list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 30px;
    border-radius: 10px;
    background: #1479d7;
    color: #fff;
    cursor: pointer;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.i-n-person-list .item .intro {
    width: 220px;
    font-size: 14px;
}

.i-n-person-list .item .intro .company {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}

.i-n-person-list .item .intro .names {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.i-n-person-list .item .intro .names>div {
    width: 33%;
}

.i-n-person-list .item .intro-btn {
    width: calc(100% - 240px);
    text-align: center;
    font-size: 12px;
}

.i-n-person-list .item .intro-btn .iconfont {
    display: block;
    margin-bottom: -9px;
    font-size: 32px;
    line-height: 1.2em;
}

.timeline-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.timeline-item-date {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50px;
    color: #fff;
    text-align: right;
    font-size: 38px;
    line-height: 1.2em;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.timeline-item-date small {
    display: block;
    margin-top: -16px;
    font-size: 16px;
}

.timeline-item-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-bottom: 10px;
    min-width: 0;
    -ms-flex-negative: 10;
    flex-shrink: 10;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.timeline-item-content h1:first-child,
.timeline-item-content h2:first-child,
.timeline-item-content h3:first-child,
.timeline-item-content h4:first-child,
.timeline-item-content ol:first-child,
.timeline-item-content p:first-child,
.timeline-item-content ul:first-child {
    margin-top: 0;
}

.timeline-item-content h1:last-child,
.timeline-item-content h2:last-child,
.timeline-item-content h3:last-child,
.timeline-item-content h4:last-child,
.timeline-item-content ol:last-child,
.timeline-item-content p:last-child,
.timeline-item-content ul:last-child {
    margin-bottom: 0;
}

.timeline-item-inner {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10px 0;
    padding: 10px 14px;
    width: 565px;
    border-radius: 10px;
    background: #fff;
}

.timeline-item-inner .block {
    padding: 0;
    color: inherit;
}

.timeline-item-inner .block-strong {
    margin: 0;
    padding-right: 0;
    padding-left: 0;
}

.timeline-item-inner {
    -webkit-box-shadow: inset 0 0 3px #c2c2c2;
    box-shadow: inset 0 0 3px #c2c2c2;
}

.timeline-item-divider {
    position: relative;
    margin: 0 10px 0 5px;
    margin-top: 25px;
    width: 1px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.timeline-item-divider .cir {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1479d7;
}

.timeline-item-divider .cir::after {
    position: absolute;
    top: -7px;
    left: -7px;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #1765c5;
    border-radius: 50%;
    content: '';
}

.timeline-item-divider:after,
.timeline-item-divider:before {
    position: absolute;
    left: 50%;
    width: 2px;
    height: 200vh;
    background: #fff;
    content: ' ';
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

.timeline-item-divider:after {
    top: 100%;
}

.timeline-item-divider:before {
    bottom: 100%;
}

.timeline-item-divider.end .timeline-item:last-child .timeline-item-divider:after {
    display: none;
}

.timeline-item:first-child .timeline-item-divider:before {
    display: none;
}

.timeline-item-time {
    font-size: 14px;
    line-height: 24px;
}

.timeline-item-time:first-child,
.timeline-item-time:last-child {
    margin-top: 0;
}

.timeline-item-title+.timeline-item-time {
    margin-top: 0;
}

.m2-timeline {
    margin: 0 30px;
    padding-bottom: 50px;
}

.m2-timeline .timeline-item-apm {
    margin: 30px 0 0 17px;
    width: 55px;
    color: #fff;
    font-size: 22px;
    -webkit-box-flex: 0s;
    -ms-flex-positive: 0s;
    flex-grow: 0s;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.timeline-item-divider-end {
    margin-top: -10px;
    margin-bottom: 20px;
    margin-left: 139px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #fff;
}

.m2-timeline .icon-download {
    color: #1479D7FF;
    font-weight: 700;
}

.m2-partner-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 30px;
    padding-bottom: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.m2-partner-list .item {
    display: block;
    margin: 15px;
    border: 2px solid #1479d7;
    border-radius: 10px;
}

.m2-partner-list .item img {
    padding: 15px;
    width: 380px;
    height: 75px;
}

#collection {
    padding-bottom: 50px;
    min-width: 1400px;
    background: #1b88ee url(image/exhibit/5_06.png) no-repeat center bottom/1920px;
}

.collection-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 50px 90px;
    width: 890px;
    border: 5px solid #fff;
    border-radius: 8px;
    color: #fff;
    font-size: 24px;
    line-height: 1.5em;
}

#contactUs {
    padding: 0 90px;
}

.m2-contact-list {
    padding: 0 0 50px;
}

.m2-contact-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.m2-contact-list .item {
    position: relative;
    margin-right: 50px;
    min-width: 300px;
    text-align: center;
    line-height: 30px;
}

.m2-contact-list .item:last-child {
    margin-right: 0;
}

.m2-contact-list .item:after {
    position: absolute;
    top: calc(50% - 25px);
    right: 25px;
    display: block;
    width: 1px;
    height: 50px;
    background: #ccc;
    content: "";
}

.m2-contact-list .item:last-child:after {
    display: none;
}

.m2-contact-list .item .contact-tit {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 18px;
}

.m2-contact-list .item .qrp {
    text-align: center;
}

.m2-contact-list .item .qrimg {
    width: 90px;
}

.m2-contact-list .item .contact-logo {
    width: 150px;
}

.m2-contact-list .item .qrblock {
    display: inline-block;
    margin-right: 20px;
}

.m2-contact-list .item .qrblock:last-child {
    margin-right: 0;
}

.m2-f-header {
    position: absolute;
    top: 0;
    left: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 165px;
    height: 60px;
    color: #fff;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.f-atv {
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.m2-f-header .user-info {
    width: 110px;
    line-height: 1.5em;
}

.mt8 {
    margin-top: 8px;
}

.fixed-share {
    position: fixed;
    top: calc(50% + 120px);
    right: 10px;
    z-index: 100000;
}

.fixed-qr .close,
.fixed-share .close {
    position: absolute;
    top: -30px;
    right: 0;
    color: #ccc;
    font-size: 30px;
    cursor: pointer;
}

.fixed-qr {
    position: fixed;
    top: calc(50% + 120px);
    right: 10px;
    z-index: 100001;
    display: none;
}

.fixed-qr-qrcode {
    position: absolute;
    top: calc(50% - 70px);
    left: calc(50% - 47px);
    width: 95px;
    height: 95px;
}

.fixed-qr-back {
    position: absolute;
    bottom: 15px;
    left: calc(50% - 65px);
    width: 130px;
    height: 39px;
    border-radius: 19px;
    background: #fae4a0;
    -webkit-box-shadow: 0 3px 0 0 rgba(7, 54, 139, .88);
    box-shadow: 0 3px 0 0 rgba(7, 54, 139, .88);
    color: #953400;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    cursor: pointer;
}

.fixed-qr-back .icon-prev {
    padding-right: 5px;
    font-size: 18px;
}

.share-item {
    display: none;
}

.share-item.active {
    display: block;
}

.share-iframe {
    position: relative;
    display: none;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    width: 1000px;
    background: #1479d7;
}

.shareset-content {
    margin: 45px 50px;
    padding: 30px 80px;
    height: 678px;
    border-radius: 40px;
    background: #fff;
}

.share-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.share-tab .item {
    width: 144px;
    background: -webkit-gradient(linear, left bottom, left top, from(#36d1dc), to(#5b86e5));
    background: -o-linear-gradient(bottom, #36d1dc 0, #5b86e5 100%);
    background: linear-gradient(0deg, #36d1dc 0, #5b86e5 100%);
    color: #fefefe;
    text-align: center;
    font-size: 23px;
    line-height: 50px;
    cursor: pointer;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.share-tab .item.active {
    border-radius: 29px;
    background: -webkit-gradient(linear, left bottom, left top, from(#36d1dc), to(#5b86e5));
    background: -o-linear-gradient(bottom, #36d1dc, #5b86e5);
    background: linear-gradient(0deg, #36d1dc, #5b86e5);
    -webkit-box-shadow: 0 15px 50px 0 rgba(64, 21, 89, .2);
    box-shadow: 0 15px 50px 0 rgba(64, 21, 89, .2);
    -webkit-text-fill-color: #fff;
}

.shareset-content .layui-input {
    padding: 0 30px;
    height: 56px;
    border-color: #1479d7;
    border-radius: 28px;
    font-size: 16px;
    line-height: 56px;
}

.shareset-content .layui-form-label {
    color: #1479d7;
    text-align: center;
    font-size: 18px;
    line-height: 32px;
}

.shareset-content .m-share-img {
    border: 1px solid #1479d7;
    border-radius: 34px;
}

.shareset-content .layui-form-item {
    margin-bottom: 20px;
}

#share-iframe .m-share-pic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 130px;
    height: 130px;
    border: 1px solid #1479d7;
    border-radius: 30px;
    color: #333;
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

#share-iframe .m-share-pic img {
    padding: 10px 0;
    width: 40px;
    height: 30px;
}

#share-iframe .share-preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 30px 0;
    padding: 20px 40px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .16);
    box-shadow: 0 0 10px rgba(0, 0, 0, .16);
}

#share-iframe .share-preview-img img {
    width: 100px;
    height: 100px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#share-iframe .share-preview-cont {
    margin-left: 25px;
    font-size: 18px;
}

#share-iframe .share-preview-cont .share-title {
    color: #333;
}

#share-iframe .share-preview-cont .share-content {
    color: #999;
    font-size: 16px;
}

#share-iframe .layui-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 350px;
    height: 54px;
    border: 1px solid #1479d7;
    background: #fff;
    color: #1479d7;
    font-size: 22px;
    line-height: 54px;
}

#share-iframe .layui-btn.changebtn {
    background: #1479d7;
    color: #fff;
}

#share-iframe .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#share-iframe .btn-group::after {
    display: none;
}

#share-iframe .share-close {
    position: absolute;
    top: 15px;
    right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    font-size: 40px;
    line-height: 28px;
    cursor: pointer;
}

#share-iframe .share-model-item-img>img {
    width: 100%;
}

#share-iframe .share-model-item-img {
    position: relative;
    overflow: hidden;
    height: 240px;
}

#share-iframe .share-model-item {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 8px 0 8px 0;
    height: 230px;
    border: 2px solid #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
}

#share-iframe .share-model-item.selected .share-model-item-img .end-div {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 100%;
    height: 60px;
    border-radius: 10px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .3)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
    background: linear-gradient(0deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, 0));
}

#share-iframe .share-model-item-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 8px;
    line-height: 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#share-iframe .share-model-item.selected .share-model-item-img .end-div .end-btn {
    margin: 10px auto 0;
    width: 138px;
    height: 33px;
    border-radius: 17px;
    background: #1479d7;
    color: #fff;
    text-align: center;
    font-size: 24px;
    line-height: 33px;
}

#share-iframe .share-model-item-bottom div {
    color: #000;
    font-size: 15px;
}

.shareset-content {
    background: #fff url(image/exhibit/share-bg.png) no-repeat center bottom/calc(100% + 100px);
}

.model-swiper-next::after {
    content: 'next';
}

.model-swiper-prev::after {
    content: 'prev';
}

.model-swiper-next,
.model-swiper-prev {
    margin: 0 17px;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background: #1479d7;
    color: #fff;
    text-align: center;
    text-transform: none !important;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 700;
    font-variant: initial;
    font-family: swiper-icons;
    line-height: 37px;
    cursor: pointer;
}

.share-model-list .cont-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

:focus {
    outline: 0;
}

.person-iframe {
    position: relative;
    display: none;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 1000px;
    border-radius: 30px;
}

.person-iframe-right {
    position: absolute;
    top: 100px;
    right: 30px;
    width: 220px;
}

.person-iframe-right .n-logo {
    display: block;
    margin: 0 auto;
    width: 120px;
}

.person-iframe-right .qr-code {
    display: block;
    margin: 0 auto;
    width: 180px;
}

.btn-downApp {
    margin: 10px 0;
    border-radius: 18px;
    background: #337df7;
    color: #fff;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

.know-more {
    display: block;
    text-align: center;
}

.layui-layer-setwin .layui-layer-close2,
.layui-layer-setwin .layui-layer-close2:hover {
    top: -60px;
    right: -60px;
    width: 43px;
    height: 43px;
    background-position: -213px -45px;
    background-size: 300px;
}


/*V3 show 时间地点*/
.m2-cont-block {
    font-size: 16px;
    line-height: 1.5em;
    margin: 15px 0;
    padding: 0 10px 0 20px;
    position: relative;
}

.m2-cont-block::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: 0;
    background-color: #1479D7;
    border-radius: 50%;
    margin: 10px 0;
}

.m2-cont-block .min-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 30px;
}

.m2-cont-block-info>span {
    padding-right: 8px;
}

.m2-cont-block-info-tips {
    color: #777777;
    font-size: 14px;
}


.share-info {
    position: absolute;
    bottom: 32px;
    left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 245px;
    height: 100px;
    color: #fff;
    font-size: 12px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.share-info img {
    width: 33px;
    height: 33px;
}

.num-info {
    width: 90px;
    text-align: center;
}

.share-set::before {
    display: block;
    margin-right: 13px;
    width: 1px;
    height: 75px;
    background: #fff;
    content: "";
}

.num-info .nums {
    font-size: 40px;
    line-height: 1.2em;
}

.share-set {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 90px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.share-module,
.share-qrcode {
    width: 40%;
    text-align: center;
}


.m-no-content {
    background: url(image/exhibit/no-content.png) no-repeat center top 15px/533px;
    min-height: 460px;
    text-align: center;
}

.m-no-content .m-no-content-tip {
    padding-top: 390px;
    color: #FFFFFF;
    font-size: 16px;
}

/*详情界面样式*/
* {
    word-break: break-all;
    font-family: "Microsoft Yahei;";
    font-family: FZLanTingHeiS-R-GB;
    font-weight: 400;
    Tahoma,
    Verdana,
    Arial;
    -webkit-text-size-adjust: none;
    margin: 0;
    padding: 0
}

img {
    border: none;
    max-width: 100%
}

ul li {
    list-style-type: none
}

ol li {
    list-style-type: decimal;
    list-style: none
}

ul,
form {
    margin: 0px;
    padding: 0px
}

body,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
ol,
p,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
    font-weight: initial
}

button,
a {
    display: inline-block;
    cursor: pointer
}

a:link,
a:visited,
a:active {
    text-decoration: none
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.f_l {
    float: left
}

.f_r {
    float: right
}

/* .top i, */
.foot i{
    font-style: normal;
    color: #999999;
    padding: 0 8px
}

.unl {
    text-decoration: underline
}

a.t:hover {
    text-decoration: underline
}

.texto {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.line2 {
    display: -webkit-box;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
    white-space: normal;
    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.after-login b {
    font-weight: bold;
}

/* 头部标题 */
.meet-header {
    position: relative;
    background: #00288b;
}

.meet-header img {
    width: 100%;
    height: 628px
}

.meet-header-box {
    position: absolute;
    top: 0;
    text-align: center;
    color: #fFf;
    width: 1144px;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: 60px;
}

.top-tit-btn {
    width: 329px;
    height: 55px;
    font-size: 30px;
    color: #000;
    background-color: #fff;
    line-height: 55px;
    border-radius: 50px;
    text-align: center;
    text-shadow: 0 1px 1px rgb(0 0 0 / 80%);
    box-shadow: 0 8px 16px 0 rgb(13 11 11 / 60%), 0 6px 20px 0 rgb(187 179 179 / 0);
    margin: 0 auto
}

.top-tit {
    color: #fff;
    font-family: "微软雅黑", "宋体", "黑体", Arial;
    font-weight: bold;
    padding: 8px 0 5px 5px;
    color: #fafafa;
    letter-spacing: 0;
    text-shadow: 0 1px 0 #999, 0px 2px 0 #888, 0px 3px 0 #777, 0px 4px 0 #666, 0px 2px 0 #555, 0px 2px 0 #444, 0px 2px 0 #333, 0px 2px 2px #001135;
    font-size: 62px;
    margin-top: 20px;
    letter-spacing: 8px;
}

.meet-header-box p {
    font-size: 35px;
    margin-top: 24px
}

.meet-header-box span {
    font-size: 32px;
    line-height: 34px
}

.logo-m {
    width: 158px;
    height: 44px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 2px;
    left: 0;
}

.logo-m img {
    width: 94%;
    height: 94%;
}

.login_frame .with-line {
    width: 553px;
    font-size: 32px;
    color: #fff;
    margin: 0 auto;
    position: relative;
    text-align: center;
    line-height: 85px
}

.login_frame .with-line:before,
.login_frame .with-line:after {
    content: "";
    border-top: 2px solid rgb(255 255 255 / 80%);
    display: block;
    position: absolute;
    width: 60px;
    top: 44px
}

.login_frame .with-line:before {
    left: 20px
}

.login_frame .with-line:after {
    right: 20px
}

/* .meet-info-conte{width:983px;height:497px;font-size:18px} */
.meet-title {
    width: 600px;
    height: 70px;
    background: url(image/exhibit/img/meet-bt.png) no-repeat;
    background-size: 100%;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    margin-top: 45px
}

.meet-titleb {
    margin: 0 auto;
    width: 600px;
    height: 70px;
    background: url(image/exhibit/img/meet-btblue.png) no-repeat;
    background-size: 100%;
    text-align: center;
    margin-top: 45px
}

.meet-title span {
    font-size: 14px;
    color: #fff;
    font-weight: revert
}

.meet-title label,
.meet-titleb label {
    font-size: 16px
}

.meet-title h2 {
    font-size: 31px;
    color: #fff
}

.meet-titleb span {
    font-size: 14px;
    color: #031b60;
    font-weight: revert
}

.meet-titleb h2 {
    font-size: 31px;
    color: #031b60
}

/* 会议介绍  */
.meet-conten-hy {
    margin: 0 auto;
    margin-bottom: 56px;
    border-radius: 10px
}

.meet-hy-text {
    padding-top: 34px;
    padding: 34px 30px
}

.meet-hy-text p {
    text-indent: 38px;
    text-align: left;
    color: #000;
    line-height: 33px;
    font-size: 17px;
    letter-spacing: 1px;
}

.meet-hy_info {
    width: 1022px;
    background-size: cover;
    -webkit-box-shadow: 0 2px 13px 0 rgb(0 0 0 / 16%);
    box-shadow: 0 2px 13px 0 rgb(0 0 0 / 16%);
    margin: 0 auto;
    margin-top: 32px;
}

/* 会议内容 */
.meet-conten-hyc {
    overflow: hidden;
    margin-bottom: 56px;
    background-color: #2777ef;
}

.meet-conten-hyc {
    background: url(image/exhibit/img/meet-hy.png) no-repeat;
    background-size: 100% 100%;
    background-color: #0069e8;
}

.meet-hyc-box {
    width: 1022px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 26px;
}

.meet-hyc-box label img {
    max-width: 100%;
    vertical-align: middle;
    float: left;
    position: absolute;
    width: 89px;
}

.meet-hyc-box label span {
    line-height: 46px;
    color: #Fff;
    display: inline-block;
    margin-left: 94px;
    height: 100%
}

.meet-hyc-box label {
    display: block;
    float: left;
    text-align: left;
    width: 100%;
    padding-bottom: 10px;
    line-height: normal;
    font-size: 24px
}

.meet-hyc-list ul li {
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    text-align: left;
    width: 465px;
    float: left
}

.meet-hyc-list ul {
    margin-left: 90px;
    width: 959px;
    overflow: hidden;
    margin-bottom: 30px
}

/* 参会对象 */
.meet-conten-ch {
    margin-bottom: 56px;
    width: 100%
}

.meet-ch-info {
    width: 1022px;
    color: #000;
    background-size: cover;
    margin: 0 auto;
    -webkit-box-shadow: 0 2px 13px 0 rgb(0 0 0 / 16%);
    box-shadow: 0 2px 13px 0 rgb(0 0 0 / 16%);
    margin-top: 45px;
    padding: 36px 0;
}

.meet-ch-text {
    font-size: 18px;
    line-height: 35px;
    text-indent: 26px;
    text-align: left;
    width: 929px;
    margin: 0 auto;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    text-align: center;
    text-align: left
}

/* 会务费 */
.meet-conten-fy {
    background: #06f;
    width: 100%;
    background: url(image/exhibit/img/meet-bjh.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
}

.meet-fy-box {
    font-size: 18px;
    line-height: 45px;
    text-align: left;
    width: 928px;
    margin: 0 auto;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    color: #fff;
    padding-bottom: 37px;
    margin-top: 23px;
}

/* 参会嘉宾 */

.meet-conten-jb {
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
}

.meet-jb-box {
    width: 1022px;
    height: 506px;
    margin: 0 auto;
    margin-top: 30px;
    padding-bottom: 30px;
}

.meet-jb-box .swiper-slide {
    height: 237px;
    text-align: center;
    font-size: 18px;
    height: calc((100% - 30px) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    box-sizing: border-box;
    border: 4px solid #095ab6;
}

.meet-jbjs {
    position: absolute;
    bottom: 0;
    background: url(image/exhibit/img/meetjb.png);
    height: 45px;
    color: #fff;
    font-size: 15px;
    background-size: 100% 100%
}

.meet-jb-box .swiper-slide img {
    border: 1px #fff solid;
    box-sizing: border-box;
    height: 100%;
}

.meet-jbjs p {
    font-size: 10px;
    line-height: 17px;
    margin-top: 8px;
    padding: 0 6px
}

.meet-jbjs span {
    display: inline-block;
    float: left;
    height: 45px;
    background: border-box;
    width: 52px;
    line-height: 58px;
    color: #3366cc;
    font-weight: bold;
    font-size: 14px;
    text-indent: -5px;
}

.meet-jb-box .swiper-pagination-bullet {
    background: #1760bc
}

.meet-jb-box .swiper-pagination-bullet-active {
    background: #0c5bb7;
}

/* 历届回顾 */
.meet-conten-hg {
    margin: 0 auto;
    width: 1066px;
    overflow: hidden;
    margin-bottom: 30px;
}

.meet-hg-list {
    width: 1066px;
    margin-top: 23px;
    padding-bottom: 50px;
}

.swiper-container .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear
}

.swiper-wrapper {
    transition-timing-function: linear !important
}

.meet-hg-list .parent {
    width: 1080px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.son {
    flex: 0 1 210px;
    height: 170px;
    box-sizing: border-box;
    border: 1px solid #095ab6;
    margin: 1px;
}

.meet-hg-list .parent .son img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.son:nth-last-child(1) {
    flex-basis: 100%;
    position: relative;
    overflow: hidden;
    height: 280px;
    margin: 0 4px;
}

.meet-hg-list .swiper-pagination-bullet {
    background: #1760bc
}

.meet-hg-list .swiper-pagination-bullet-active {
    background: #0c5bb7;
}

/* 参会单位 */
.meet-conten-dw {
    overflow: hidden;
    background: url(image/exhibit/img/meet-bjh.jpg) no-repeat;
    background-size: 100% 100%;
    width: 1080px;
    margin: 0 auto;
    margin-bottom: 42px;
}

.meet-dw-list {
    margin: 0 auto;
    width: 1000px;
    margin-top: 43px;
    margin-bottom: 14px;
}

.meet-dw-list .swiper-slide img {
    width: 100%;
    height: 100%;
}

.meet-conten-dw .meet-title {
    width: 800px;
}

.meet-dw-list .swiper-pagination {
    position: inherit;
    padding-top: 41px;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #fff
}

.swiper-pagination-bullet-active {
    width: 30px;
    border-radius: 8px;
    background: #fff
}

.meet-dw-list {
    margin-left: 49px;
}

.meet-dw-list .swiper-slide a {
    background: #fff;
    margin: 0 10px 10px 0;
    display: inline-block;
    float: left;
}

.meet-dw-list .swiper-slide img {
    width: 156px;
    height: 48px;
}

.meet-hyc-list ul li {
    width: 479px;
}

.meet-hyc-box {
    width: 1066px;
}

body {
    height: 100%;
    background: #FAFAFA;
    font: 400 1em/1.23 'Microsoft Yahei', 'PingFang SC', Avenir, 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
}

footer {
    background: #016ae9;
}

/* 联系方式 */
.meet-conten-lx {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
    overflow: hidden;
    background: #0069e8
}

.meet-lx-box {
    overflow: hidden;
    width: 886px;
    height: 162px;
    margin: 0 auto;
    background-size: 100%;
    margin-top: 25px;
}

.meet-lx-list {
    margin-left: 44px
}

.meet-lx-list li {
    font-size: 18px;
    float: left;
    line-height: 50px;
    width: 268px;
    margin-right: 12px;
    text-align: left;
    color: #fff;
}

.meet-lx-list li:last-child {
    width: 313px;
}

.meet-lx-list li span {
    width: 73px;
    display: inline-block;
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify
}

/* 在线报名 */
.meet-conten-bm {
    background: #06f;
    width: 100%;
    background: url(image/exhibit/img/meet-bjh.jpg) no-repeat;
    background-size: cover;
    overflow: hidden;
}

.meet-bm-box {
    background: url(image/exhibit/img/meet-bm.png);
    margin: 0 auto;
    background-size: 100% 100%;
    width: 1024px;
    height: 418px;
    margin-top: 32px
}

.meet-bm-form {
    width: 609px;
    float: right;
    margin-top: 75px
}

.meet-form,
.meet-form2 {
    border-radius: 5px;
    width: 530px;
    height: 38px;
    line-height: 38px;
    border: 2px solid #5795ff;
    margin-bottom: 24px
}

.meet-form2 {
    border: 0;
    width: 536px
}

.meet-bm-form label {
    margin-left: 16px;
    font-size: 15px
}

.meet-bm-form label span {
    color: red;
    margin-right: 6px
}

.form-Company {
    border-radius: 5px;
    width: 415px;
    height: 38px;
    line-height: 38px;
    border: 2px solid #5795ff;
    text-indent: 8px;
    float: right
}

.form-phone,
.form-personnel {
    border-radius: 5px;
    width: 149px;
    height: 38px;
    line-height: 38px;
    border: 2px solid #5795ff;
    text-indent: 8px;
    margin-left: 17px
}

/* .form-info{width:418px;border:none;float:right;height:100%;} */
.form-check {
    margin-left: 20px;
    vertical-align: middle
}

.meet-form i {
    color: #7c7b7b;
    font-style: inherit;
    margin-left: 8px;
    font-size: 15px;
    vertical-align: middle
}

.meet-form-btn {
    width: 267px;
    height: 40px;
    border-radius: 20px;
    color: #fff;
    background: #0068eb;
    border: 0;
    font-size: 19px;
    letter-spacing: 4px;
    margin: 0 auto
}

.meet-form-btn:hover {
    background: #2b8af8
}

.form-box {
    text-align: center;
    padding-top: 16px
}

.layui-layer-page .layui-layer-content {
    overflow: hidden;
}

/*搜索*/
.nosearch-block {
    margin: 0 auto;
}






















/* V4 */

.banner img {
    width: 100%;
    display: block;
}

.part01 .lBox {
    float: left;
    width: calc(100% - 472px);
}

.part01 .lBox .title {
    margin: 10px 0 15px;
    line-height: 25px;
}

.part01 .lBox .title span {
    height: 23px;
    width: 120px;
    display: block;
    border: 1px solid #1579D7;
    position: relative;
}

.part01 .lBox .title span b {
    font-size: 24px;
    font-weight: bolder;
    color: #1579D7;
    position: absolute;
    background: #fff;
    padding: 0 5px;
    left: 10px;
    bottom: -3px;
}

.part01 .lBox .title span i {
    position: absolute;
    font-style: normal;
    left: 65px;
    background: #fff;
    bottom: -6px;
    font-family: cursive;
    font-weight: 900;
    font-size: 18px;
    padding: 0 5px;
}

.part01 .lBox .partcon {
    background-color: #1579D7;
    padding: 10px;
    display: block;
}

.part01 .lBox .partcon img {
    width: calc(100% - 10px);
    height: 100%;
    object-fit: cover;
    border: 5px solid #fff;
}

.part01 .lBox .partcon .mettingItem {
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    position: relative;
}

.part01 .lBox .partcon .mettingItem .monthTxt {
    height: 36px;
    width: 50px;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 6px;
    font-weight: bold;
    color: #1579D7;
    line-height: 36px;
    font-size: 18px;
}

.part01 .lBox .partcon .mettingItem .txt {
    color: #FFFFFF;
    margin-left: 10px;
    width: calc(100% - 200px);
}

.part01 .lBox .partcon .mettingItem .txt .titleTxt {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.part01 .lBox .partcon .mettingItem .txt .timeTxt {
    display: block;
}

.part01 .lBox .partcon .mettingItem .txt .timeTxt {
    display: block;
    text-indent: 1em;
}

.part01 .lBox .partcon .mettingItem .dayTxt {
    position: absolute;
    right: 10px;
    font-weight: 400;
    color: #FFFFFF;
}

.part01 .lBox .partcon .mettingItem .dayTxt span {
    font-size: 28px;
    font-weight: bold;
    color: #83B528;
    padding: 0 8px;
}

.part01 .lBox .partcon .mettingItem::after {
    position: absolute;
    bottom: 0;
    content: " ";
    height: 1px;
    width: 100%;
    display: block;
    background-image: linear-gradient(to right, #1471C8 0%, #fff 45%, #fff 50%, #fff 65%, #1471C8 100%);
}

.part01 .rBox {
    float: right;
    width: 460px;
    box-sizing: border-box;
    display: block;
}

.part01 .rBox .title {
    margin: 10px 0 15px;
}

.part01 .rBox .title span {
    height: 23px;
    width: 120px;
    display: block;
    border: 1px solid #1579D7;
    position: relative;
}

.part01 .rBox .title span b {
    font-size: 24px;
    font-weight: bolder;
    color: #1579D7;
    position: absolute;
    background: #fff;
    padding: 0 5px;
    left: 10px;
    bottom: -3px;
}

.part01 .rBox .title span i {
    position: absolute;
    font-style: normal;
    left: 65px;
    background: #fff;
    bottom: -6px;
    font-family: cursive;
    font-weight: 900;
    font-size: 18px;
    padding: 0 5px;
}

.part01 .rBox .partcon {
    box-sizing: border-box;
    border: 1px solid #EBEBEB;
    padding: 10px;
    display: block;
    overflow-y: auto;
}

.part01 .rBox .partcon .pxItem a {
    display: inline-flex;
    background-color: #F7F7F7;
    width: 100%;
}

.part01 .rBox .partcon .pxItem a img {
    width: 200px;
    height: 120px;
    margin-right: 10px;
}

.part01 .rBox .partcon .pxItem a .launchCon h3 {
    font-size: 14px;
    line-height: 20px;
    margin: 10px 0 0.4em;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.part01 .rBox .partcon .pxItem a .launchCon p {
    font-size: 14px;
    line-height: 1.2em;
    color: #494949;
    margin: 5px 0;
}

.part01 .rBox .partcon .pxItem a .launchCon p.conT {
    display: block;
    font-size: 12px;
}

.part01 .rBox .partcon .pxItem a .launchCon p.conT i {
    font-style: normal;
    padding: 3px;
    color: #fff;
    background: rgba(255, 108, 0, 0.8);
    border-radius: 6px;
    font-weight: bold;
}

.part01 .rBox .partcon .pxItem a .launchCon p.conT span {
    float: right;
}

.part01 .rBox .partcon .pxItem a .launchCon p.conT span b {
    color: #83B528;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    padding: 0 3px;
}

.part02List {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.part02List .itemList {
    height: 70px;
    width: calc(20% - 8px);
    margin: 5px 10px 5px 0;
    background: #589E6B;
}

.part02List .itemList:nth-child(5n) {
    margin-right: 0;
}

.part02List .itemList img {
    width: 100%;
}

.part03 .part03Nav {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

.part03 .part03Nav li {
    cursor: pointer;
    color: #83B528;
    padding: 5px 10px;
    margin-right: 20px;
    font-weight: bold;
    font-size: 16px;
    position: relative;
}

.part03 .part03Nav li::after {
    content: "";
    width: 5px;
    height: 18px;
    background-color: #83B528;
    position: absolute;
    left: -3px;
    top: 7px;
}

.part03 .part03Nav li.active {
    border: 1px solid #83B528;
}

.part03 .part03con {
    float: left;
    width: calc(100% - 290px);
    border: 1px solid #F7F7F7;
}

.part03 .part03con .yaerbox {
    background-color: #F7F7F7;
    height: 42px;
    line-height: 42px;
}

.part03 .part03con .mvListbox {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    background-color: #fff;
    padding: 16px 5px;
}

.part03 .part03con .mvListbox .mvList {
    display: inline-block;
    width: 216px;
    margin: 0 5px;
    background-color: #F7F7F7;
}

.part03 .part03con .mvListbox .mvList img {
    width: 100%;
    width: 216px;
    height: 122px;
}

.part03 .part03con .mvListbox .mvList .tips {
    display: block;
    background: #1579D7;
    color: #fff;
    padding: 5px;
    font-size: 12px;
}

.part03 .part03con .mvListbox .mvList .tips i {
    font-style: normal;
}

.part03 .part03con .mvListbox .mvList .tips i.iconfont {
    vertical-align: bottom;
    margin-right: 3px;
}

.part03 .part03con .mvListbox .mvList h3 {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: break-spaces;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 5px;
    max-height: 40px;
}

.part03 .part03con .mvListbox .mvList p {
    color: #494949;
    margin: 0 5px 0;
    line-height: 20px;
}

.part03 .part03con .mvListbox .mvList .btn {
    padding: 5px 10px;
    background: #83B528;
    border-radius: 5px;
    color: #fff;
    margin: 5px 5px 10px;
    border: 0;
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    width: auto;
    line-height: normal;
}

.part03 .part03con .mvListbox .mvList .btnOver {
    padding: 5px 10px;
    background: #FF6C00;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    margin: 5px 5px 10px;
    border: 0;
    display: inline-block;
}

.part03 .block {
    float: right;
    box-sizing: border-box;
    border: 1px solid #EBEBEB;
    padding: 10px;
    width: 280px;
}

.part03 .block .title {
    display: block;
    border-bottom: 1px solid #EBEBEB;
    padding: 0 0 10px 0;
}

.part03 .block .title span {
    display: inline-block;
    border-left: 3px solid #83B528;
    font-weight: bold;
    padding-left: 6px;
}

.part03 .block .title .moreLink {
    float: right;
    font-weight: normal;
    font-size: 12px;
    color: #494949;
}

.part03 .block .title .moreLink:hover {
    color: #1579D7;
}

.part03 .block .listItem {
    display: block;
    height: 306px;
    overflow: hidden;
}

.part03 .block .listItem li {
    line-height: 30px;
}

.part03 .block .listItem li a {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    max-width: 225px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.part03 .block .listItem li .dian {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #494949;
    margin-right: 5px;
}

.part03 .block .listItem li .icon {
    display: inline-block;
    height: 16px;
    width: 14px;
    background: url(images/meeting/fire.png) no-repeat;
    background-size: cover;
    margin-left: 5px;
    vertical-align: text-top;
}

.part03 .block .listItem li:nth-child(-n+3) .dian {
    background-color: #FF0000;
}

.part04 {
    background: #F7F7F7;
    padding: 20px 0 10px;
}

.part04 .title {
    margin-bottom: 10px;
}

.part04 .title span {
    height: 23px;
    width: 120px;
    display: block;
    border: 1px solid #1579D7;
    position: relative;
}

.part04 .title span b {
    font-size: 24px;
    font-weight: bolder;
    color: #1579D7;
    position: absolute;
    background: #F7F7F7;
    padding: 0 5px;
    left: 10px;
    bottom: -3px;
}

.part04 .title span i {
    position: absolute;
    font-style: normal;
    left: 65px;
    background: #F7F7F7;
    bottom: -6px;
    font-family: cursive;
    font-weight: 900;
    font-size: 18px;
    padding: 0 5px;
}

.part04 .part04List .l_box {
    float: left;
    width: calc(50% - 10px);
    margin: 5px 10px 5px 0;
}

.part04 .part04List .l_box .videoBox {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
}

.part04 .part04List .l_box .con_warp {
    background-color: #fff;
    padding: 10px;
}

.part04 .part04List .l_box .con_warp a {
    display: block;
    width: 100%;
    line-height: 52px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.part04 .part04List .l_box .con_warp p {
    width: 100%;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.part04 .part04List .r_box {
    float: left;
    width: 50%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.part04 .part04List .r_box .imgbox {
    box-sizing: border-box;
    width: calc(50% - 12px);
    position: relative;
    overflow: hidden;
    margin: 6px;
    background-color: #fff;
    border: 1px solid #EBEBEB;
   
}

.part04 .part04List .r_box .imgbox a p {
    padding: 7px;
    font-size: 12px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-weight: normal;
}

.part04 .part04con {
    background: #FFFFFF;
    height: 198px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding-right: 10px;
}

.part04 .part04con .vipCon {
    width: 180px;
    height: 100%;
    background: url(images/meeting/vipBg.png) no-repeat;
    background-size: cover;
    color: #ffffff;
    text-align: center;
}

.part04 .part04con .vipCon b {
    display: block;
    font-size: 22px;
    margin-top: 70px;
}

.part04 .part04con .vipCon i {
    display: block;
    font-style: normal;
    font-size: 18px;
    color: #BDBDBD;
}

.part04 .part04con .vipCon a {
    display: inline-block;
    background: #FFCA28;
    border-radius: 6px;
    color: #ffffff;
    padding: 5px 10px;
    margin-top: 10px;
}

.part04 .part04con .meetTrainSwiper {
  width: calc(100% - 200px);
  height: 100%;
}
.part04 .part04con .meetTrainSwiper .swiper-wrapper .imgbox {
  width: 250px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.part04 .part04con .meetTrainSwiper .swiper-wrapper .imgbox a img {
  max-height: 140px;
  max-width: 100%;
}
.part04 .part04con .meetTrainSwiper .swiper-wrapper .imgbox a p {
  padding: 7px;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-weight: normal;
}

*{
    word-break: normal;
}