* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.row {
    width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}
@media (max-width: 750px) {
    .row {
        width: 100%;
    }
}
.flexBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}
img {
    display: block;
}

body {
    font-family: 'Arial', 'Microsoft YaHei', 'SimHei', 'SimSun', sans-serif;
    background: #fff;
}
.scroll {
    scrollbar-width: none; /* firefox */
    -ms-overflow-style: none; /* IE 10+ */
    overflow: auto;
}
.scroll::-webkit-scrollbar {
    display: none;
}
.scroll::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
    background: #383031;
}
.scroll::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 10px;
    background: #111;
}
.bg02 {
    background: #F2F3F6;
}
.bg03 {
    background: #4266AC;
}
.bg04 {
    background: url(../img/bg-review.png) center bottom no-repeat #FFFFFF;
}
.bg05 {
    background: url(../img/bg-enroll.png) center top no-repeat #CFE5F6;
}
.bg06 {
    background: #34373C;
}
@media (max-width: 750px) {
    .bg01 {
        background: transparent;
    }
}

/* 头部 */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #FFFFFF;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    z-index: 99;
}
.header-box {
    height: 56px;
    line-height: 56px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.header-box .logo {
    -webkit-align-items: center;
    align-items: center;
    margin-right: 85px;
}
.header-box .logo img {
    height: 55px;
}
.header-box .navs a {
    cursor: pointer;
    position: relative;
    color: #9195A1;
    font-size: 16px;
    border-top: 2px solid transparent;
    text-align: center;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    padding: 0 20px;
}
.header-box .navs a.active,
.header-box .navs a:hover {
    color: #0072DF;
    border-bottom: 4px solid #0072DF;
}
@media (max-width: 750px) {
    .header {
        display: none;
    }
}

/* 手机导航 */
.header_warp {
    display: none;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    height: 46px;
    background: #31415a;
}
.header_warp_cut {
    height: 100%;
    position: fixed;
}
.header_warp .navBox {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 996;
    cursor: pointer;
}
.header_warp_cut .navBox {
    z-index: 1000;
}
.header_warp .nav_more {
    background: 0 0;
    border: none;
    padding: 10px 20px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    z-index: 99999;
}
.header_warp .nav_more .icon-bar {
    display: block;
    margin: 5px 0;
    width: 23px;
    height: 2px;
    background-color: #fff;
}
.header_warp_cut .nav_more .icon-bar {
    background: #636363;
}
.header_warp .nav_more .icon-bar {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 999999;
}
.header_warp_cut .nav_more .top {
    -webkit-transform: translateY(6px) rotateZ(45deg);
}
.header_warp_cut .nav_more .middle {
    width: 0;
    visibility: hidden;
}
.header_warp_cut .nav_more .bottom {
    -webkit-transform: translateY(-8px) rotateZ(-45deg);
}
.navList {
    z-index: 900;
    width: 100%;
    background: #fff;
    display: none;
    position: fixed;
    height: 100%;
    background: #fff;
    top: 0;
    left: 0;
    overflow: scroll;
}
.navList ul {
    padding: 0;
    list-style: none;
    background: #f9fafb;
    padding: 15px 30px;
    padding-top: 46px;
}
.navList ul li {
    overflow: hidden;
    position: relative;
}
.navList_ul > li > a {
    padding: 20px 35px 20px 10px;
    position: relative;
    color: #3d3d3d;
    display: block;
}
.navList_ul > li > a:hover {
    color: #3d3d3d;
}
.navList ul li > a {
    border-bottom: 1px solid #c4c4c4;
    line-height: 120%;
    position: relative;
    z-index: 2;
}
.header_warp_cut .navdrop_icon {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5px;
    top: 15px;
}
.header_warp_cut li .navdrop_icon .icon-bar {
    -webkit-transition: all .5s ease;
    z-index: 10;
}
.header_warp_cut li .navdrop_icon .icon-bar {
    display: block;
    margin: 5px 0;
    width: 10px;
    height: 2px;
    background: #3d3d3d;
}
.header_warp_cut li .navdrop_icon .icon-bar {
    background: #636363;
    position: absolute;
    right: 0;
    top: 10px;
}
.header_warp_cut li .navdrop_icon .top {
    -webkit-transform: translateY(-4px) rotateZ(45deg);
}
.header_warp_cut li .navdrop_icon .middle {
    width: 0;
    vertical-align: hidden;
}
.header_warp_cut li .navdrop_icon .bottom {
    -webkit-transform: translateY(2px) rotateZ(-45deg);
}
@media (max-width: 750px) {
    .header_warp {
        display: block;
    }
}

/* banner */
.banner {
    background: url(../img/bg-banner.png) top center no-repeat;
    margin-top: 56px;
    margin-bottom: 60px;
}
.banner .banner-mob {
    display: none;
}
@media (max-width: 750px) {
    .banner {
        margin-top: 46px;
        margin-bottom: 0px;
    }
    .banner .row {
        padding: 0;
    }
    .banner .banner-pc {
        display: none;
    }
    .banner .banner-mob {
        display: block;
        width: 100%;
    }
}

/* container */
.main-box {
    padding-bottom: 60px;
}
@media (max-width: 750px) {
    .main-box {
        padding: 30px 0;
    }
}
.title {
    text-align: left;
    border-left: 10px solid #0072DF;
    padding: 3px 0 3px 15px;
    margin-bottom: 40px;
}
.title span {
    display: block;
    color: #333333;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 6px;
}
.title b {
    position: relative;
    display: block;
    color: #666666;
    font-size: 16px;
    font-weight: normal;
}
@media (max-width: 750px) {
    .title2 {
        text-align: center;
    }
    .title2 b:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        width: 24px;
        height: 1px;
        background: #47475E;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
    }
    .title span,
    .title2 span,
    .title3 span {
        font-size: 40px;
    }
}

/* 会议介绍 */
.mt-introduct-box {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.mt-introduct {
    width: 550px;
    padding-top: 68px;
}
.mt-introduct h6 {
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 15px;
}
.mt-introduct h2 {
    color: #333333;
    font-size: 24px;
    margin-bottom: 35px;
}
.mt-introduct p {
    line-height: 1.8;
    color: #333333;
    font-size: 16px;
    text-align: justify;
    text-indent: 2em;
    margin-bottom: 12px;
}
@media (max-width: 750px) {
    .mt-introduct-box img {
        display: none;
    }
    .mt-introduct {
        width: 100%;
        padding-top: 0;
    }
    .mt-introduct p {
        font-size: 16px;
    }
}

/* 报名广告 */
.gg01 a {
    display: block;
    height: 120px;
    background: url(../img/enroll-gg.png) center top no-repeat;
    margin-bottom: 60px;
}
@media (max-width: 750px) {
    .gg01 a {
        display: none;
    }
}

/* 参会价值 */
.mt-value {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mtValue-list {
    position: relative;
    width: 218px;
    color: #FFFFFF;
    background: url(../img/mtValue/bg-value.png) center top no-repeat #E9EDF9;
    background-size: 100%;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    padding: 21px 17px;
}
.mtValue-list h2 {
    color: #0072DF;
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
}
.mtValue-list p {
    height: 140px;
    line-height: 1.5;
    color: #666666;
    font-size: 14px;
    text-align: justify;
}
@media (max-width: 750px) {
    .mtValue-list {
        width: 100%;
        margin-bottom: 20px;
    }
    .mtValue-list p {
        height: auto !important;
    }
}

/* 会议议题 */
.mt-topics {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.topics-list {
    position: relative;
    width: 371.16px;
    height: 80px;
    line-height: 30px;
    color: #333333;
    background: #f3f3f3;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    margin-left: 5.5px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.topics-list:before {
    content: '';
    position: absolute;
    top: 0;
    left: -5.5px;
    width: 28px;
    height: 25px;
    background: url(../img/topics/icon-topics.png) no-repeat;
}
.topics-list:nth-child(3n) {
    margin-right: 0;
}
.topics-info {
    font-size: 16px;
    padding: 10px 20px 0;
}
@media (max-width: 750px) {
    .topics-list {
        width: 100%;
        margin-bottom: 4%;
    }
    .topics-list {
        margin-right: 0;
    }
    .topics-list img {
        display: none;
    }
    .topics-info {
        font-size: 14px;
        padding: 0 10px 0 22px;
    }
}

/* 展示方向 */
.mt-show {
    height: 550px;
    background: url(../img/bg-zs.jpg) center top no-repeat #E9EDF9;
    background-size: 100% 100%;
    /* border: 1px solid #DDDEE0; */
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px;
}
.show-list {
    width: 48%;
    cursor: pointer;
}
.show-list h3 {
    line-height: 60px;
    color: #0072DF;
    font-size: 18px;
    padding-left: 30px;
}
.show-list h3 span {
    position: relative;
    padding-left: 15px;
}
.show-list h3 span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 5px;
    background: #0072DF;
    transform: translate(-100%, -50%);
    -webkit-transform: translate(-100%, -50%);
    -moz-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
}
.show-list.active h3 span:before {
    width: 30px;
}
.show-list-detail {
    overflow: hidden;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    margin-bottom: 0;
}
.show-list.active .show-list-detail {
    height: auto;
    margin-bottom: 20px;
}
.show-list-detail p {
    line-height: 1.6;
    color: #333333;
    font-size: 16px;
    text-align: justify;
    background: #EEEEEE;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 15px;
}
@media (max-width: 750px) {
    .mt-show {
        background: #E9EDF9;
        flex-wrap: nowrap;
        height: auto;
    }
    .show-list {
        width: 100%;
        cursor: pointer;
    }
}

/* 演讲嘉宾 */
/* .mt-speaker {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.speaker-list {
    border: 1px solid #e9e9eb;
    cursor: pointer;
    position: relative;
    width: 218px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.speaker-list:nth-child(5n) {
    margin-right: 0;
}
.speaker-list > img {
    width: 100%;
}
.speaker-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));
    padding: 25px 20px 15px;
}
.speaker-name {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 5px;
}
.speaker-job {
    color: #FFFFFF;
    font-size: 16px;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.speaker-job span {
    margin-top: 10px;
}
@media (max-width: 750px) {
    .speaker-list {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .speaker-list:nth-child(5n) {
        margin-right: 4%;
    }
    .speaker-list:nth-child(2n) {
        margin-right: 0;
    }
    .speaker-info {
        padding: 10px;
    }
    .speaker-job {
        line-height: 1.5;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .speaker-line {
        margin: 15px 0;
    }
    .speaker-content {
        margin-top: 10px;
    }
} */
.mt-speaker {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.speaker-list {
    position: relative;
    width: 277.5px;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 10px 0 0 10px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.speaker-list:nth-child(4n) {
    margin-right: 0;
}
.speaker-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 30px;
    z-index: 2;
}
.speaker-img img {
    width: 100%;
}
.speaker-info {
    color: #FFFFFF;
    background-color: #eeeeee;
    /* background-image: linear-gradient(90deg, #8c01ff 0%, #2a46e5 100%); */
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 95% 10px 10px 10px;
}
.speaker-name {
    font-size: 20px;
    text-align: center;
    font-weight: normal;
    color: #333333;
}
.speaker-job {
    line-height: 1.5;
    color: #333333;
    font-size: 16px;
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 8px;
}
.data-download {
    text-align: center;
    margin-top: 12px;
}
.data-download a {
    cursor: pointer;
    color: #ffffff;
    font-size: 14px;
    background: #124fab;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 5px 12px;
}
.speaker-line {
    height: 1px;
    background: #FFFFFF;
    margin: 20px 0;
}
.speaker-content-box {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 0;
    height: 250px;
    color: #FFFFFF;
    background-color: #eeeeee;
    /* background-image: linear-gradient(90deg, #8c01ff 0%, #2a46e5 100%); */
    padding: 10px;
    z-index: 1;
}
.speaker-info-title {
    font-size: 20px;
    color: #333333;
    text-align: center;
}
.speaker-content {
    height: 85%;
    line-height: 1.5;
    font-size: 16px;
    color: #333333;
    text-align: justify;
    opacity: 0;
    overflow: auto;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    margin-top: 15px;
}
.speaker-list:hover .speaker-content-box {
    z-index: 3;
}
.speaker-list:hover .speaker-content {
    opacity: 1;
}

@media (max-width: 750px) {
    .speaker-list {
        width: 48%;
        padding: 0;
        margin-right: 4%;
        margin-bottom: 4%;
    }
    .speaker-list:nth-child(2n) {
        margin-right: 0;
    }
    .speaker-img {
        position: relative;
    }
    .speaker-info {
        padding: 8px;
    }
    .speaker-name {
        font-size: 16px;
    }
    .speaker-job {
        line-height: 1.5;
        font-size: 12px;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .speaker-job span:first-child {
        height: 36px;
    }
    .speaker-content-box {
        display: none;
    }
    .speaker-content {
        margin-top: 10px;
    }
}

/* 往届回顾 */
.mt-review {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.review-info {
    width: 100%;
}
.review-list {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 40px;
}
.review-list:last-child {
    margin-bottom: 0;
}
.review-img {
    width: 202px;
    height: 157px;
    overflow: hidden;
    margin-right: 20px;
}
.review-img img {
    height: 100%;
}
.review-details-box {
    width: 100%;
    color: #4F4F6F;
    border: 1px solid #DDDEE0;
    padding: 20px;
}
.review-details h3 {
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 10px;
}
.review-details p {
    display: -webkit-box;
    line-height: 1.4;
    font-size: 16px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.review-details a {
    display: block;
    color: #FF0000;
    font-size: 14px;
    margin-top: 10px;
}
@media (max-width: 750px) {
    .mt-review {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .review-img {
        width: 100%;
    }
    .review-img img {
        width: 100%;
    }
    .review-info {
        padding: 10px;
    }
    .review-list {
        -webkit-flex-direction: column;
        flex-direction: column;
        margin-bottom: 25px;
    }
    .review-time {
        border: none;
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        padding: 0;
        margin: 0;
    }
    .review-time span {
        margin-right: 10px;
    }
    .review-line {
        display: none;
    }
    .review-details {
        width: 100%;
        margin-top: 10px;
    }
    .review-details h3 {
        font-size: 14px;
    }
    .review-details p {
        font-size: 12px;
    }
}

/* 相关媒体报道 */
.mt-media {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 189px;
}
.media-list {
    cursor: pointer;
    width: 575px;
    color: #fff;
    font-size: 14px;
    border: 1px solid #4F4F6F;
    padding: 20px;
}
.media-title {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.media-title .media-name {
    color: #FFFFFF;
    font-size: 15px;
}
.media-list p {
    line-height: 1.5;
    color: #4F4F6F;
    /* margin-top: 20px; */
}
@media (max-width: 750px) {
    .media-list {
        padding: 15px;
    }
    .mt-media {
        height: 296px;
    }
}

/* 参会福利 */
.gift-info {
    margin: 40px 0 80px;
}
.gift-info > h3 {
    font-weight: normal;
}
.gift-info > img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.gift-info > p {
    line-height: 1.6;
    color: red;
    font-size: 12px;
}

/* 合作媒体 */
.mt-logo {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.logo-list {
    width: 178.3px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.logo-list:nth-child(6n) {
    margin-right: 0px;
}
.logo-list img {
    width: 100%;
    border: 1px solid #ddd;
}
.mt-logo-info {
    -webkit-align-items: flex-end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.mt-logo-info .logo-list2 {
    width: 178.3px;
    margin-right: 20px;
    margin-bottom: 20px;
}
.mt-logo-info .logo-list2:nth-child(6n) {
    margin-right: 0;
}
.mt-logo-info .logo-list2 img {
    width: 100%;
    border: 1px solid #ddd;
}
.mt-logo-info .logo-list2 span {
    display: block;
    color: #444444;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
@media (max-width: 750px) {
    .logo-list {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .logo-list:nth-child(7n) {
        margin-right: 2%;
    }
    .logo-list:nth-child(3n) {
        margin-right: 0;
    }
    .mt-logo-info .logo-list2 {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
}


/* 联系我们 */
.mt-contact {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.contact-info {
    -webkit-flex-direction: column;
    flex-direction: column;
}
.contact-title {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
}
.contact-list {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-bottom: 30px;
}
.contact-list:last-child {
    margin-bottom: 0;
}
.contact-list h3 {
    width: 140px; 
    line-height: 60px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    background: #076BD2;
    margin-right: 20px;
}
.contact-list p {
    line-height: 1.6;
    color: #FFFFFF;
    font-size: 14px;
}
.contact-details {
    -webkit-flex-direction: column;
    flex-direction: column;
}
.contact-code {
    margin-right: 120px;
}
@media (max-width: 750px) {
    .mt-contact {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .contact-info {
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .contact-title {
        margin-bottom: 10px;
    }
    .contact-list {
        width: 100%;
    }
    .contact-list img {
        width: auto;
        max-width: 100%;
    }
    .contact-code {
        margin-right: 0;
    }
    .contact-code img {
        max-width: 100%;
    }
}

/* 参会报名 */
.mt-enroll {
    -webkit-flex-direction: column;
    flex-direction: column;
}
.mt-enroll-num-box {
    color: #4F4F6F;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    margin-bottom: 20px;
}
.mt-enroll-num-box h5 {
    font-size: 16px;
    font-weight: normal;
}
.mt-enroll-num {
    font-size: 20px;
}
.mt-enroll-num span {
    margin: 0 2px;
}
.mt-enroll-form {
    width: 100%;
}
.mt-enroll-input-box {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.del_box {
    border-bottom: 1px dashed #4F4F6F;
    margin-bottom: 15px;
}
.mt-enroll-input-list {
    width: 575px;
    height: 50px;
    color: #4F4F6F;
    background: #82BBF3;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 15px;
}
.mt-enroll-input-list span {
    font-size: 14px;
    white-space: nowrap;
    margin-right: 15px;
}
.mt-enroll-input-list select,
.mt-enroll-input-list input {
    width: 100%;
    height: 30px;
    color: #4F4F6F;
    font-size: 14px;
    background: transparent;
    border: none;
    outline: none;
}
.mt-enroll-content {
    width: 100%;
    background: #82BBF3;
    margin-bottom: 15px;
}
.mt-enroll-content textarea {
    display: block;
    width: 100%;
    color: #4F4F6F;
    font-size: 14px;
    background: transparent;
    border: none;
    outline: none;
    resize: none;
    padding: 10px 20px;
}
.mt-enroll-content textarea::-webkit-input-placeholder {
    color: #4F4F6F;
}
.mt-enroll-btn {
    -webkit-justify-content: center;
    justify-content: center;
}
.mt-enroll-btn a {
    cursor: pointer;
    width: 150px;
    line-height: 50px;
    color: #4F4F6F;
    text-align: center;
    background: #82BBF3;
    margin: 0 15px;
}
@media (max-width: 750px) {
    .mt-enroll-btn {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .mt-enroll-btn a {
        width: 36%;
        font-size: 14px;
        margin-bottom: 10px;
    }
}

.footer {
    line-height: 40px;
    background: #333333;
}
.footer .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.footer-link a {
    position: relative;
    color: rgba(255, 255, 255, .52);
    font-size: 14px;
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    padding: 0 12px;
}
.footer-link a:hover {
    color: #FFFFFF;
}
.footer-link a:first-child {
    padding-left: 0;
}
.footer-link a:after {
    content: '';
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    width: 2px;
    background: rgba(255, 255, 255, .52);
}
.footer-link a:last-child:after {
    display: none;
}
.footer p {
    color: rgba(255, 255, 255, .52);
    font-size: 12px;
    margin: 0;
}
@media (max-width: 750px) {
    .footer {
        display: none;
    }
}

#newBridge {
    display: none !important;
}
/* 后面加的 */
.empty {
    height: 115px;
}

.enroll-img {
    cursor: pointer;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70px;
    background: url(../img/enroll-gg.png) center no-repeat;
    z-index: 999;
}
.enroll-img-mob {
    display: none;
}
@media (max-width: 768px) {
    .enroll-img-pc {
        display: none;
    }
    .enroll-img-mob {
        display: block;
    }
    .enroll-img {
        height: auto;
        background: transparent;
    }
    .enroll-img img {
        width: 100%;
    }
}

.fixed-menu {
    display: none;
    position: fixed;
    top: 50%;
    left: 0;
    width: 120px;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 10;
}
.fixed-menu a {
    cursor: pointer;
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    background: #0557C3;
    transition: all ease-in-out .3s;
    -webkit-transition: all ease-in-out .3s;
    -moz-transition: all ease-in-out .3s;
    -ms-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    text-decoration: none;
    margin-bottom: 6px;
}
.fixed-menu a:hover {
    background: #084696;
}
.fixed-menu a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 6px;
    background: url(../img/fixed_margin.png) center no-repeat;
}
.fixed-menu a.btn-enroll {
    color: #FFE200;
    margin-bottom: 0;
}
.fixed-menu a.btn-enroll:after {
    content: none;
}
.fixed-menu .toTop {
    cursor: pointer;
    width: 108px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #084696;
    margin: 0 auto;
}
/* 参会报名--浮窗 */
.enroll-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 999;
}
.enroll-box .mt-box {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #0557C3;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.enroll-box .enroll-title h4 {
    line-height: 1.5;
    color: #fff;
    font-size: 28px;
    text-align: center;
    margin-bottom: 0;
}
.enroll-box .enroll-title p {
    color: #fff;
    text-align: center;
}
.enroll-box .mt-main {
    position: relative;
    height: 530px;
    overflow: auto;
}
.enroll-box .btn-close {
    cursor: pointer;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: rgba(255, 255, 255, .52);
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
@media (max-width: 768px) {
    .enroll-box .mt-box {
        width: 96%;
        padding: 0;
    }
    .enroll-box .mt-main {
        height: 380px;
    }
    .del_box > div {
        padding: 0;
    }
    .btc_cont_form_wrapper input {
        width: 106px;
    }
    .btc_cont_form_wrapper2 > div {
        padding: 0;
    }
    .font_size select {
        width: 140px;
        -webkit-appearance: none;
        appearance: none;
    }
    .input-address input {
        width: 150px;
    }
    .view-btn a {
        margin-bottom: 8px;
    }
}

/* 侧边悬浮导航 */
.fixed-nav {
    position: fixed;
    right: 40px;
    top: 50%;
    opacity: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    z-index: 5;
}
.fixed-nav.fixed-nav-block {
    opacity: 1;
}
.fixed-nav .i-home,
.fixed-nav .i-top {
    cursor: pointer;
    position: absolute;
    right: -18px;
    width: 38px;
    height: 38px;
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-size: 960px auto;
    background-position: -227px -130px;
}
.fixed-nav .i-home {
    top: -36px;
}
.fixed-nav .i-home:hover {
    background-position: -170px -130px;
}
.fixed-nav.fixed-nav-hide .i-home {
    display: none;
}
.fixed-nav .i-top {
    bottom: -36px;
    background-position: -280px -130px;
}
.fixed-nav.fixed-nav-hide .i-top {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
}
.fixed-nav .i-nav-menu {
    border-right: 1px solid #0072DF;
}
.fixed-nav .i-nav-menu a {
    cursor: pointer;
    position: relative;
    display: inherit;
    height: 30px;
    line-height: 30px;
    color: #666666;
    text-align: right;
    padding-right: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.fixed-nav .i-nav-menu a:hover,
.fixed-nav .i-nav-menu a.active {
    color: #0072DF;
}
.fixed-nav .i-nav-menu a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -3px;
    width: 6px;
    height: 6px;
    background-color: #0072DF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}
.fixed-nav.fixed-nav-show a {
    -webkit-animation: nav_show 0.3s forwards;
    animation: nav_show 0.3s forwards;
}
.fixed-nav.fixed-nav-hide a {
    -webkit-animation: nav_hide 0.3s forwards;
    animation: nav_hide 0.3s forwards;
}
@-webkit-keyframes nav_hide {
    0% {
        height: 30px;
        opacity: 1;
    }
    100% {
        height: 0;
        opacity: 0;
    }
}
@keyframes nav_hide {
    0% {
        height: 30px;
        opacity: 1;
    }
    100% {
        height: 0;
        opacity: 0;
    }
}
@-webkit-keyframes nav_show {
    0% {
        height: 0;
        opacity: 0;
    }
    100% {
        height: 30px;
        opacity: 1;
    }
}
@keyframes nav_show {
    0% {
        height: 0;
        opacity: 0;
    }
    100% {
        height: 30px;
        opacity: 1;
    }
}
@media (max-width: 750px) {
    .fixed-nav {
        display: none;
    }
}

/* 弹窗 */
.dialog {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}
.dialog-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}
.dialog-main {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 750px;
    min-height: 300px;
    background: #fff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    -webkit-box-shadow: 0 0 10px #666;
    box-shadow: 0 0 10px #666;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.dialog-close {
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 15px;
    height: 15px;
    background: url(../img/btn-close.png) no-repeat;
    background-size: 15px;
}
.dialog-close:hover {
    background-position-y: -15px;
}
.dialog-content {
    padding: 40px;
}
.dialog-guest {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.dialog-guest-img {
    width: 135px;
}
.dialog-guest-img img {
    display: block;
    width: 100%;
}
.dialog-guest-info {
    width: 505px;
}
.dialog-guest-info h5 {
    color: #0072DF;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 15px;
}
.dialog-guest-info h6 {
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
}
.dialog-guest-info h6 span {
    margin-right: 10px;
}
.dialog-guest-info p {
    line-height: 1.6;
    color: #999999;
    font-size: 16px;
    text-align: justify;
}

@media (max-width: 750px) {
    .dialog {
        display: none !important;
    }
}

/* 会议日程 */
.hyrc{
    padding: 0px !important;
    font-size: 12px
}
.hyrc .fring{
    width: 25%
}
.hyrc .hyrc_table td{
    border: 1px solid #ccc
}
.fonts{
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
    line-height: 20px;
}
.hyrc-boc {
    width: 880px;
    text-align: center;
    padding: 20px 55px;
    background: #fff;
    margin: 0 auto;
}
.hyrc{
    line-height: 26px;
    color: #000;
    font-size: 16px;
}
.hyrc .hyrc_table th{
    padding: 10px 0;
    font-size: 15px;
    background: #0072df;
    color: #ffffff;
    text-align: center;
    border: 0
}
.hyrc .hyrc_table td{
    padding: 8px 10px;
    font-size: 14px;
}
@media (max-width: 768px) {
    .hyrc-boc {
        width: 100%;
        padding:  0px 0px;
    }
}

