@charset "UTF-8";
[v-cloak] {
    display: none;
}

.box {
    position: relative;
}

/*居中视图*/
.main-center {
    max-width: 1200px;
    margin: 0 auto;
}

.register-box {
    text-align: center;
    padding: 0.2rem 0;
}

.register-box .register-img {
    width: 3rem;
    cursor: pointer;
}

.register-box .register-img:nth-child(1) {
    margin-right: 0.28rem;
}

/*模块标题*/
.title {
    width: 100%;
    text-align: center;
    padding: 0 0 0.3rem;
}

/*模块区域*/
.content_block {
    width: 100%;
    padding: 0.2rem 0.15rem;
    background-color: #fff;
    border-radius: 0.04rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
}

/*模块二级标题*/
.module-title {
    position: relative;
    margin-bottom: 0.2rem;
    font-size: 0.18rem;
    font-weight: bolder;
    padding-left: 0.05rem;
    color: #010101;
}

.module-title::before {
    content: "";
    position: absolute;
    left: -0.05rem;
    top: 0.02rem;
    bottom: 0.02rem;
    width: 0.05rem;
    background-color: #2f4ecb;
    border-radius: 0.04rem;
}

.module-text {
    font-size: 0.16rem;
    line-height: 0.26rem;
    text-indent: 2em;
}

/*通用样式*/
.mb-20 {
    margin-bottom: 0.15rem;
}

.fade-more-content {
    animation: fadeMore 300ms ease-in;
}

@keyframes fadeMore {
    0% {
        opacity: 0;
    }
    30% {
        opacity: 0.3;
    }
    100% {
        opacity: 1;
    }
}

/*显示更多*/
.show-more {
    width: 100%;
    text-align: right;
    color: #4754f0;
    font-weight: 500;
}

.show-more span {
    position: relative;
    cursor: pointer;
}

.show-more span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #4754f0;
    bottom: -3px;
    left: 0;
}

.backToHome {
    position: absolute;
    top: 0.2rem;
    left: 0.3rem;
    color: #fff;
    font-size: 0.14rem;
    padding: 0.06rem 0.04rem;
    background-color: rgba(255, 255, 255, 0.4);
    text-align: center;
    border-radius: 0.14rem;
    cursor: pointer;
}

.mobile-back-home {
    position: absolute;
    top: 0.07rem;
    font-size: 0.12rem;
    left: 0.1rem;
    color: #fff;
    padding: 0.06rem 0.04rem;
    background-color: rgba(255, 255, 255, 0.4);
    text-align: center;
    border-radius: 0.14rem;
    z-index: 10;
    cursor: pointer;

}

/*菜单栏*/
.nav-register {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
}

.nav-register .flex-l {
    width: 2rem;
    margin-right: 0.1rem;
    background: url("../static/img/nav-bg.png") no-repeat 0 0;
    background-size: cover;
    padding: 0.055rem 0;
}

.nav-register .flex-l ul {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.nav-register .flex-l ul li {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 0.18rem;
    padding: 0.26rem 0;
    cursor: pointer;
}

.nav-register .flex-l ul li:hover {
    background: url("../static/img/active-bg.png") no-repeat;
    background-size: 100% 100%;
}

.nav-register .flex-r {
    width: 2.4rem;
    margin-left: 0.1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /*align-items: flex-start;*/
    align-items: center;
    cursor: pointer;
}
.nav-register .flex-r .language-item {
    width: 100%;
    text-align: center;
    padding: 0.4rem 0.1rem;
    font-size: 0.22rem;
    background-image: linear-gradient(to right, #e30210, #132ac6);
    color: #fff;
    border-radius: 0.04rem;
}
.nav-register .flex-r .language-item:hover {
    box-shadow: 2px 2px 5px rgba(227, 2, 16, 0.5);
}

.nav-register .flex-r img {
    width: 100%;
}

.nav-register .flex-r img.qh {
    width: 1rem;
}

.nav-register .flex-c {
    width: calc(100% - 4.6rem);
    position: relative;
}

.nav-register .flex-c img {
    width: 100%;
    height: 100%;
}

.nav-register .flex-c .shadow {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0.5rem;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9;
    padding: 0.1rem;
}

.nav-register .flex-c .shadow .wenben {
    width: 85%;
    color: #fff;
    font-size: 0.13rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 0.35rem;
}

/* 共享与对接 */
.gongxiang {
    padding: 0.15rem 0;
}

.gongxiang img {
    width: 100%;
}

/*会议介绍*/
.meeting-induc {
    width: 100%;
    padding: 0.2rem 0 0.3rem;
    background: url("../static/img/b1.png") no-repeat;
    background-size: cover;
}

/*新闻动态*/
.news {
    width: 100%;
    padding: 0.2rem 0 0.3rem;
}
.news .download-block {
    width: 100%;
    border-radius: 0.1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
    box-sizing: border-box;
    padding: 0.1rem 0.15rem;
}
.download-block ul li{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0.15rem 0;
    justify-content: space-between;
    border-bottom: 1px solid #cac5c5;
    cursor: pointer;
}
.download-block ul li:last-child{
    border-bottom: none;
}
.download-block ul li > p {
    margin: 0;
}

.download-name {
    flex: 1 0 calc(100% - 1rem);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 0.15rem;
    font-size: 0.16rem;
    margin: 0;
}
.download-name:hover {
    color:#576dc2;
    text-decoration: underline;
}
.download-btn {
    font-size: 0.14rem;
    color: #b4a8a8;
}
.pagination {
    margin-top: 0.2rem;
    width: 100%;
    text-align: center;
    color: #000;
    font-weight: 600;
}

.pagination span {
    display: inline-block;
    padding: 0 0.1rem;
    font-size: 0.14rem;
    cursor: pointer;
}
.pagination span.active {
    color: #576dc2;
}

/*会议信息*/
.meeting-info .has-video {
    width: 100%;
    height: 3rem;
    padding: 0 0.15rem;
}

.meeting-info .no-video {
    width: 100%;
    padding: 0 0.15rem 0.2rem;
    display: flex;
    flex-direction: row;
}

.meeting-info .no-video .item-left {
    width: 48%;
    margin-right: 0.1rem;
}

.meeting-info .no-video .item-left .title {
    width: 100%;
    padding-bottom: 0.2rem;
    text-align: left;
}

.meeting-info .no-video .item-right {
    width: 50%;
}

.meeting-info .no-video .item-right .title {
    width: 100%;
    padding-bottom: 0.2rem;
    text-align: left;
}

.meeting-info .no-video .item-right table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #000;
}

.meeting-info .no-video .item-right table td {
    font-size: 0.14rem;
    text-align: center;
    padding: 0.12rem 0.04rem;
    border: 1px solid #000;
}

.meeting-info .no-video .info-info {
    font-size: 0.16rem;
    line-height: 0.26rem;
    text-indent: 2em;
}

.meeting-info .no-video .info-info .text-bolder {
    margin: 0;
    /*padding: 0 0 0.1rem;*/
    font-weight: bold;
}

/*赞助单位i*/
.partner {
    width: 100%;
    padding: 0.2rem 0 0.3rem;
    background: url("../static/img/b1.png") no-repeat;
    background-size: 100% auto;
}

.partner .partner-logos {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.partner .partner-logos .logo {
    width: 19%;
    margin-bottom: 0.2rem;
    padding: 0 0.2rem;
}

.partner .partner-logos .logo img {
    width: 100%;
}

.mobile-el-carousel {
    display: none;
}

/*版权信息*/
.bottom-box {
    width: 100%;
    background: url("../static/img/bottom-bg.png") no-repeat 0 0;
    background-size: cover;
    padding: 0.3rem 0;
}

.bottom-box .info {
    color: #fff;
    font-size: 0.14rem;
    text-align: center;
    line-height: 0.3rem;
}

/*咨询客服*/
.question-box {
    position: fixed;
    right: 0;
    top: 5.5rem;
    width: 1.2rem;
    padding: 0.1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    z-index: 999;
}

.question-box img {
    width: 100%;
}

.question-box .text {
    text-align: center;
    font-size: 0.14rem;
}

/*移动端*/
.mobile-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    /*margin-bottom: 0.1rem;*/
}

.mobile-nav .hamburger {
    position: relative;
    cursor: pointer;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 0.1rem;
    width: 100%;
    /*background-color: #303030;*/
    /*background: url("../static/img/active-bg.png") no-repeat;*/
    background-size: cover;
    /*z-index: 5;*/
    background-color: #1f25b8;
}

.mobile-nav .hamburger .line {
    width: 0.23rem;
    height: 0.02rem;
    background-color: #fff;
    display: block;
    margin: 0.03rem 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 101;
}

.mobile-nav .hamburger.is-active .line {
    background-color: #fff;
}

.mobile-nav .hamburger.is-active .line:nth-child(2) {
    opacity: 0;
}

.mobile-nav .hamburger.is-active .line:nth-child(1) {
    -webkit-transform: translateY(0.08rem) rotate(45deg);
    -ms-transform: translateY(0.08rem) rotate(45deg);
    -o-transform: translateY(0.08rem) rotate(45deg);
    transform: translateY(0.03rem) rotate(45deg);
}

.mobile-nav .hamburger.is-active .line:nth-child(3) {
    -webkit-transform: translateY(-0.13rem) rotate(-45deg);
    -ms-transform: translateY(-0.13rem) rotate(-45deg);
    -o-transform: translateY(-0.13rem) rotate(-45deg);
    transform: translateY(-0.13rem) rotate(-45deg);
}

.mobile-nav .menu {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.mobile-nav .menu.is-active {
    opacity: 1;
    pointer-events: auto;
}

.mobile-nav .menu.is-active > .content {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
}

.mobile-nav .menu > .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    background-color: rgba(0, 0, 0, 0.15);
}

.mobile-nav .menu > .content {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    height: 100%;
    width: 60%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    /*background-color: #303030;*/
    background: url("../static/img/nav-bg.png") no-repeat;
    background-size: 100% 100%;
}

.mobile-nav .menu > .content .list {
    position: relative;
    width: 100%;
    z-index: 10;
    padding-top: 0.5rem;
}

.mobile-nav .menu > .content .list ul {
    width: 100%;
}

.mobile-nav .menu > .content .list ul li {
    width: 100%;
    padding: 0.1rem 0 0.1rem 0.3rem;
    /*height: 0.5rem;*/
    color: #fff;
    /*line-height: 0.5rem;*/
    font-size: 0.14rem;
    white-space: nowrap;
}

.el-carousel__indicator--horizontal {
    /*height: 100%;*/
    padding: 0.23rem 0.04rem 0rem !important;
}

.el-carousel__indicators--horizontal {
    right: 0 !important;
    left: unset !important;
    transform: translateX(-0.2rem);
    z-index: 10;
    height: 0.5rem;
}

.el-carousel__button {
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
}

@media screen and (max-width: 1023px) {
    .mobile-nav {
        display: block;
    }

    .backToHome {
        display: none;
    }

    .title {
        padding-bottom: 0.15rem;
    }

    .nav-register {
        display: block;
    }

    .nav-register .flex-l {
        display: none;
    }

    .nav-register .flex-c {
        width: 100%;
    }

    .nav-register .flex-c .shadow {
        height: 0.35rem;
    }

    .nav-register .flex-c .el-carousel__indicators--horizontal {
        height: 0.35rem !important;
    }

    .nav-register .flex-c .el-carousel__indicator--horizontal {
        padding-top: 0.13rem !important;
    }

    .nav-register .flex-r {
        margin-left: 0;
        display: none;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        padding: 0.05rem 0;
    }

    .nav-register .flex-r img {
        width: 33%;
    }

    .nav-register .flex-r img.qh {
        width: 0.45rem;
    }

    .banner {
        padding-top: 0.44rem;
    }

    .register-box, .nav-register, .meeting-induc, .meeting-info .has-video, .partner, .bottom-box {
        padding: 0 0.15rem;
    }
    .gongxiang {
        padding: 0.15rem 0.15rem 0;
    }

    .register-box {
        padding: 0.2rem 0.15rem;
    }

    .register-box .register-img {
        width: 1.6rem;
    }

    .register-box .register-img:nth-child(1) {
        margin-right: 0.2rem;
    }

    .meeting-induc, .partner {
        padding: 0.2rem 0.15rem 0.3rem;
    }

    .meeting-induc {
        background-size: 100% 100%;
    }

    .meeting-info .title {
        margin-top: 0.15rem !important;
    }

    .meeting-info .has-video {
        height: 2rem;
    }

    .meeting-info .no-video {
        flex-direction: column;
        padding: 0 0.15rem 0.15rem;
    }

    .meeting-info .no-video .item-left, .meeting-info .no-video .item-right {
        width: 100%;
    }

    .meeting-info .no-video .item-left .title img, .meeting-info .no-video .item-right .title img {
        width: 100%;
    }

    .partner {
        background-size: 100% 100%;
    }

    .partner .partner-logos {
        padding: 0.15rem 0.15rem 0;
    }

    .partner .partner-logos .logo {
        padding: 0 0.05rem;
        margin-bottom: 0.15rem;
    }

    .mobile-el-carousel {
        display: block;
    }

    .pc-el-carousel {
        display: none;
    }

    .bottom-box {
        padding: 0.2rem 0.15rem;
    }

    .question-box {
        left: 0;
        right: unset;
        width: 0.65rem;
        padding: 0.05rem;
        top: 2.3rem;
        background-color: #fff;
    }

    .question-box .text {
        font-size: 0.12rem;
    }
}

/*# sourceMappingURL=styles.css.map */
