body {
    line-height: 26px;
    color: #1F3864;
    font-size: 16px;
}
h2 {
    font-size: 18px;
}
.pd-30 {
    padding: 30px 0;
}
.mt-box .title {
    position: relative;
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    text-align: center;
    margin: 20px 0;
}
.mt-box .title h3 {
    position: absolute;
    left: 50%;
    bottom: 10px;
    color: #4598C9;
    font-size: 40px;
    font-weight: 600;
    transform: translateX(-50%);
    margin: 0;
}
.mt-box .title h4 {
    color: #F0F0F0;
    font-size: 74px;
    margin: 0;
}
.mt-box .title h5 {
    color: #DBD5D5;
    font-size: 74px;
    margin: 0;
}
.mt-box .title h3 span {
    color: #1F3864;
    font-size: 56px;
    font-weight: bold;
    margin: 0 24.5px;
}
/* .mt-box .title h3 span:before {
    content: '';
    float: left;
    width: 112.8px;
    height: 11.5px;
    background: url(../img/title-left.png);
    margin-top: 25.75px;
}
.mt-box .title h3 span:after {
    content: '';
    float: right;
    width: 112.8px;
    height: 11.5px;
    background: url(../img/title-right.png);
    margin-top: 25.75px;
} */
.mt-box .mt-main {
    padding-top: 20px;
}
@media (max-width: 1200px) {
    .mt-box {
        padding: 0 15px;
    }
}
@media (max-width: 768px) {
    .mt-box .title {
        font-size: 30px;
        margin: 0;
    }
    .mt-box .title span {
        width: 300px;
        font-size: 30px !important;
        background-size: contain;
        margin: 0 10px !important;
    }
    .mt-box .title h3 {
        position: initial;
        font-size: 28px;
        text-align: center;
        transform: none;
    }
    .mt-box .title h4 {
        font-size: 14px;
    }
    .mt-box .title h5 {
        font-size: 14px;
    }
    #newBridge {
        display: none !important;
    }
    .mt-box .mt-main {
        width: 99%;
        margin: 20px auto 0;
    }
    .mt-carousel {
        display: none;
    }
}
.mt-box-bg1 {
    background: url(../img/box-bg1.png);
    background-size: 100% 100%;
    padding: 48px 10px !important;
}

/* 滚动条样式 */
::-webkit-scrollbar {
    width: 0;
    height: 1px;
}
.custom-scrollbar::-webkit-scrollbar {
    width: 14px;
    height: 14px;
}
.custom-scrollbar::-webkit-scrollbar-track,
.custom-scrollbar::-webkit-scrollbar-thumb {
    border-radius: 999px;
    border: 5px solid transparent;
}
.custom-scrollbar::-webkit-scrollbar-track {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2) inset;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
    min-height: 20px;
    background-clip: content-box;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, .2) inset;
}
.custom-scrollbar::-webkit-scrollbar-corner {
    background: transparent;
}

/* 头部导航 */
.topNav {
    background: #f7f7f7;
}
.topNav .clogo,
.topNav .cnav {
    float: left;
}
.topNav .cnav {
    width: 930px;
    line-height: 35px;
    text-align: center;
}
.topNav .cnav .citem {
    float: left;
    width: 14%;
}
.topNav .cnav .citem a {
    text-decoration: none;
}

/* banner */
.banner {
    background: url(../img/banner/banner.png) center no-repeat;
}
.banner .container {
    display: none !important;
    position: relative;
    /* height: 500px; */
    text-align: center;
}
.banner .banner-main {
    padding-top: 115px;
}
.banner-con {
    position: relative;
    display: inline-block;
    color: #fff;
    background: #1F3864;
    border-radius: 8px;
    padding: 6px 26px;
    margin-top: 50px;
}
/* .banner-con:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 100%;
    height: 100%;
    border: 2px solid #53E7FB;
} */
.banner-con h1,
.banner-con h3 {
    line-height: 51.8px;
    color: #ffffff;
    font-family: Tahoma;
    margin: 0;
}
.banner-con h1 {
    font-size: 40px;
}
.banner-con > div {
    float: left;
    line-height: 1.8;
    font-size: 24px;
    margin-right: 25px;
}
.banner-con > div:last-child {
    margin-right: 0;
}
.banner-con > div span {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}
.banner-con > div span i {
    margin-right: 14px;
}
.banner-media {
    margin-top: 25px;
}
.banner-media p {
    color: #004a98;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
}
.mob-banner img {
    width: 100%;
}
.pc-banner img {
    display: block;
    width: 100%;
}
@media (max-width: 768px) {
    .banner {
        padding-top: 46px;
    }
}

/* pc-nav-menu */
.nav-menu {
    line-height: 53px;
    font-size: 17px;
    background: #4598C9;
    z-index: 9999;
}
.nav-menu .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}
.nav-menu-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}
.nav-menu-item {
    cursor: pointer;
    color: #fff;
    text-align: center;
    text-decoration: none;
    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 24px;
}
.nav-menu-item:hover {
    color: #fff;
    background: rgba(0, 0, 0, .1);
    text-decoration: none;
}
.nav-menu-item.active {
    color: #fff;
    background: rgba(0, 0, 0, .1);
}

/* mob-nav-menu */
.header_warp {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    left: 0;
    height: 46px;
    background: #31415a;
}
.header_warp_cut {
    height: 100%;
    /* overflow: scroll; */
    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);
}

/* 会议介绍 */
.mt-about h2 {
    color: #0f79c4;
    font-weight: 400;
}
.mt-about p {
    line-height: 2;
    color: #1F3864;
    text-indent: 2em;
    word-break: break-all;
}
#myCarousel {
    margin: 0 10px;
}

/* 轮播图 */
.carousel-caption {
    background: rgba(0, 0, 0, .35);
}

/* 会议价值 */
.mt-val {
    border: 1px solid #1F3864;
    box-shadow: 0 0 2px 3px rgba(0, 0, 0, .1);
    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;
    overflow: hidden;
}
.mt-val:hover {
    outline: 3px solid #1F3864;
}
.mt-val img {
    width: 100%;
}
.mt-val p {
    height: 207px;
    color: #1F3864;
    padding: 15px 10px;
    margin: 0;
}
@media (max-width: 768px) {
    .mt-val {
        margin-bottom: 30px;
    }
    .mt-val p {
        height: auto;
    }
}

/* 会议议题 */
.mt-bg-1 {
    background: url(../img/yiti.png) no-repeat #EDEDED;
    background-position: 61% bottom;
    padding-bottom: 30px;
}
.mt-bg-3 {
    background: #EDEDED;
    padding-bottom: 30px;
}
.plan-text-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 60px;
}
.mt-plan .plan-text-item:last-child {
    margin: 0;
}
.mt-plan img {
    width: 100%;
}
.plan-text-item p {
    width: 310px;
    line-height: 30px;
    color: #4598C9;
    font-size: 26px;
    margin: 0;
    margin-left: 20px;
}
.plan-text-item-circle {
    width: 60px;
    height: 60px;
    line-height: 58px;
    color: #4598C9;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    border: 3px solid #4598C9;
}
@media (max-width: 768px) {
    .mt-bg-1 {
        background: #EDEDED;
    }
    .plan-text-item {
        margin-bottom: 15px !important;
    }
    .plan-text-item p {
        width: 100%;
        font-size: 20px;
    }
    .plan-text-item-circle {
        display: none;
    }
    .mt-plan:nth-child(1) .plan-text-item {
        text-align: left;
    }
}

/* 演讲嘉宾 */
.mt-guest-box {
    margin-top: 50px;
}
.mt-guest-box:nth-child(1),
.mt-guest-box:nth-child(2) {
    margin-top: 0;
}
.mt-guest {
    color: #fff;
    border: 1px solid #1F3864;
    padding: 5px;
}
.mt-guest-left {
    float: left;
    width: 40%;
}
.mt-guest-left-img {
    padding: 2px;
}
.mt-guest-left-img img {
    width: 100%;
}
.mt-guest-right {
    float: right;
    width: 60%;
    padding-top: 10px;
    padding-left: 10px;
}
.mt-guest-left-msg {
    text-align: left;
}
.mt-guest-left-msg h3 {
    color: #1F3864;
    font-size: 21px;
    margin: 0;
}
.mt-guest-left-msg span {
    display: block;
    color: #3c4b65;
    font-size: 14px;
    margin-top: 5px;
}
.mt-guest-main {
    height: 170px;
    overflow: auto;
    margin-top: 15px;
}
.mt-guest-main p {
    color: #1F3864;
    font-size: 15px;
    word-break: break-all;
    margin: 0;
}
@media (max-width: 768px) {
    .mt-guest {
        padding: 20px;
    }
    .mt-guest-top-left {
        float: none;
        width: 100%;
        margin: 0 auto;
    }
    .mt-guest-top-right {
        float: none;
        text-align: center;
    }
    .mt-guest-main {
        display: none;
    }
    .mt-guest-box:nth-child(2) {
        margin-top: 50px;
    }
}

/* 企业logo */
.mt-logo {
    float: left;
    width: 19%;
    text-align: center;
    margin: 20px .5% 0;
    border: 1px solid #eee;
}
.mt-logo:nth-child(1),
.mt-logo:nth-child(2),
.mt-logo:nth-child(3),
.mt-logo:nth-child(4),
.mt-logo:nth-child(5) {
    margin-top: 0;
}
.mt-logo a {
    display: inline-block;
    width: 100%;
}
.mt-logo a img {
    width: 100%;
}
@media (max-width: 768px) {
    .mt-logo {
        width: 49%;
    }
    .mt-logo img {
        width: 100%;
    }
    .mt-logo:nth-child(1),
    .mt-logo:nth-child(2),
    .mt-logo:nth-child(3),
    .mt-logo:nth-child(4),
    .mt-logo:nth-child(5) {
        margin: 20px .5% 0;
    }
}

/* 参会福利 */
.mt-gift img {
    width: 100%;
}

/* 参会报名 */
.mt-bg-2 {
    background: url(https://www.big-bit.com/meeting/2019xmld/images/banner/Participation-value.png);
    background-size: cover;
    background-position: center;
}
.btc_cont_form_wrapper,
.font_size,
.input-address {
    position: relative;
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 14px;
    background: rgba(39, 39, 39, .3);
    border: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 0 20px;
    margin-bottom: 10px;
}
.baoming .del_box {
    border-bottom: 1px dashed #658ac5;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.btc_cont_form_wrapper span,
.font_size span,
.input-address span {
    float: left;
    height: 50px;
    line-height: 50px;
}
.btc_cont_form_wrapper input {
    float: left;
    width: 350px;
    height: 50px;
    background: transparent;
    border: none;
    outline: none;
}
.btc_cont_form_wrapper input:-webkit-autofill {
    box-shadow: 0 0 0px 1000px rgb(14, 72, 147) inset;
    -webkit-text-fill-color: #fff;
}
.font_size select {
    width: 410px;
    height: 50px;
    color: #fff;
    background: transparent;
    border: none;
    outline: none;
}
.font_size option {
    font-size: #333;
}
.input-address input {
    width: 350px;
    height: 50px;
    color: #fff;
    background: transparent;
    border: none;
    outline: none;
}
.btc_cont_form_wrapper2 textarea {
    width: 100%;
    height: 100px;
    color: #fff;
    background: rgba(39, 39, 39, .3);
    border: 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    resize: none;
    padding: 10px;
}
.btc_cont_form_wrapper input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 1)
}
.btc_cont_form_wrapper input::-moz-placeholder {
    color: rgba(255, 255, 255, 1)
}
.btc_cont_form_wrapper input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 1)
}
.btc_cont_form_wrapper input:-moz-placeholder {
    color: rgba(255, 255, 255, 1)
}
.btc_cont_form_wrapper textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 1)
}
.btc_cont_form_wrapper textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 1)
}
.btc_cont_form_wrapper textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 1)
}
.btc_cont_form_wrapper textarea:-moz-placeholder {
    color: rgba(255, 255, 255, 1)
}
.text-cen {
    margin-bottom: 10px;
}
.view-btn a {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    background: rgba(39, 39, 39, .3);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}
@media (max-width: 768px) {
    .font_size {
        margin-bottom: 10px;
    }
}

.lead_font {
    height: 370px;
    float: left;
    overflow: auto;
}

/* 往届回顾 */
.mt-review-line {
    position: relative;
    width: 2px;
    height: 625px;
    background: #1F3864;
    margin: 0 auto;
}
.mt-review-img {
    position: relative;
    display: block;
    vertical-align: middle;
    overflow: hidden;
}
.mt-review-line-circle {
    position: absolute;
    width: 25px;
    height: 25px;
    background: #1F3864;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    left: -12.5px;
}
.mt-review-line-time {
    position: absolute;
    color: #1F3864;
    font-size: 26px;
    font-weight: bold;
}
.mt-review-main {
    position: absolute;
    width: 510px;
}
.mt-review-main-info {
    position: relative;
    width: 450px;
    color: #1F3864;
    border: 1px solid #1F3864;
    padding: 15px;
}
.mt-review-main-info .triangle {
    position: absolute;
    background: #EDEDED;
}
.mt-review-main-info h6 {
    line-height: 1.5;
    color: #1F3864;
    font-size: 24px;
}
.mt-review-main-info img {
    width: 100%;
    margin-bottom: 10px;
}
.mt-review-main-info p {
    color: #1F3864;
    font-size: 14px;
}
.mt-review-main-text img {
    float: left;
    width: 45%;
}
.mt-review-main-text p {
    float: right;
    display: -webkit-box;
    width: 52%;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.mt-review .mt-review-img img {
    display: block;
    width: 100%;
    transition: all 1.5s
}
.mt-review:hover .mt-review-img img {
    transform: scale(1.2, 1.2);
    -webkit-filter: grayscale(100%);
    filter: grayscale(50%)
}
.mt-review-text {
    position: relative;
    display: block;
    background: #1288FF;
    padding: 30px 35px;
}
.mt-review-text span {
    display: block;
    font-size: 14px;
    color: rgba(255, 255, 255, .71);
    margin: 0 0 25px;
}
.mt-review-text span i {
    font-size: 16px;
    padding-right: 8px;
}
.mt-review-text h4 a {
    display: inline-block;
    line-height: 25px;
    color: #fff;
    font-weight: bold;
}
.mt-review-text p {
    color: #fff;
}
.mt-review-text .blog-btn {
    color: #c9faff;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}
.mt-review-text .blog-btn i {
    padding-left: 8px;
}
@media (max-width: 768px) {
    .mt-review-line {
        position: relative;
        width: auto;
        height: auto;
        background: transparent;
        margin: 0;
    }
    .mt-review-line-circle {
        display: none;
    }
    .mt-review-line-time {
        display: none;
    }
    .mt-review-main {
        position: initial;
        width: 90%;
        margin: 0 auto 30px;
    }
    .mt-review-main-info {
        width: 100%;
    }
    .mt-review-main-info .triangle {
        display: none;
    }
}

/* 相关媒体报道 */
.mt-media {
    padding: 0 50px;
}
.mt-media-title {
    font-size: 16px;
    font-weight: 500;
    background: -moz-linear-gradient(left, rgb(8, 103, 202) 0%, rgb(85, 159, 234) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgb(8, 103, 202)), color-stop(100%, rgb(85, 159, 234)));
    background: -webkit-linear-gradient(left, rgb(8, 103, 202) 0%, rgb(85, 159, 234) 100%);
    background: -o-linear-gradient(left, rgb(8, 103, 202) 0%, rgb(85, 159, 234) 100%);
    background: -ms-linear-gradient(left, rgb(8, 103, 202) 0%, rgb(85, 159, 234) 100%);
    background: linear-gradient(to right, rgb(8, 103, 202) 0%, rgb(85, 159, 234) 100%);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    list-style: none;
    padding: 20px 30px;
    margin-bottom: 15px;
}
.mt-media.events .mt-media-title {
    float: left;
    width: 48%;
}
.mt-media.events .mt-media-title:nth-child(2n) {
    float: right;
}
.mt-media-title a {
    color: #fff;
    text-decoration: none;
}
.mt-media-title a i {
    float: right;
    line-height: 26px;
}
@media (max-width: 768px) {
    .mt-media {
        padding: 0;
    }
}

/* 联系我们 */
.mt-us-title {
    color: #1F3864;
    font-size: 31px;
    padding-left: 75px;
    margin: 10px 0;
}
.mt-us-title span {
    border-bottom: 1px solid #1F3864;
    padding: 5px 0;
}
.mt-us-main {
    padding: 30px 0 0 75px;
}
.mt-us-main h3 {
    color: #1F3864;
    font-size: 24px;
    margin: 0 0 20px;
}
.mt-us-main p {
    color: #1F3864;
    margin: 0 0 20px;
}
@media (max-width: 768px) {
    .mt-us-title {
        text-align: center;
        padding: 0;
    }
    .mt-us-main {
        text-align: center;
        padding-left: 0;
        margin-bottom: 30px;
    }
}

/* 底部 */
.footer {
    height: 50px;
    line-height: 50px;
    background: #1288FF;
}
.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer ul li {
    position: relative;
    display: inline-block;
    padding: 0 12px;
}
.footer ul li:after {
    content: '';
    position: absolute;
    right: -2px;
    width: 2px;
    top: 5px;
    bottom: 5px;
    background: rgba(255, 255, 255, .52)
}
.footer ul li:last-child:after {
    display: none
}
.footer a {
    display: block;
    line-height: 26px;
    color: rgba(255, 255, 255, .52);
    font-size: 14px;
    text-transform: uppercase;
}
.footer p {
    color: rgba(255, 255, 255, .52);
    font-size: 13px;
    margin: 0;
}
@media (max-width: 768px) {
    .footer {
        height: auto;
        line-height: 26px;
        text-align: center;
    }
}

.empty {
    height: 115px;
}

.enroll-img {
    cursor: pointer;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 115px;
    background: url(../img/enroll.png) center no-repeat;
}
@media (max-width: 768px) {
    .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: #4598C9;
    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%;
}
.mt-enroll-num-box {
    position: absolute;
    top: 11px;
    left: 34.5px;
}
.mt-enroll-num-box h5 {
    width: 127px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin: 0 0 11px;
}
.mt-enroll-num span {
    float: left;
    width: 40px;
    height: 57px;
    line-height: 56px;
    font-size: 40px;
    text-align: center;
    background: url(../img/enroll_num.png) no-repeat;
    margin-right: 3.5px;
}
.mt-enroll-num b {
    line-height: 56px;
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    margin-left: 2px;
}
@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;
    }
    .mt-enroll-num-box {
        display: none;
    }
}

/* 会后报道 */
.mt-about a {
    color: #fff;
    font-size: 26px;
}
.Meeting-video {
    width: 100%;
}

/* 现场图片 */
.liveImg-box {
    background: #dde8e8;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px;
}
.liveImg-box img {
    width: 100%;
}

.zoomify-shadow.zoomed {
    opacity: 1;
    cursor: pointer;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.zoomify-shadow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1500;
    background: rgba(0,0,0 ,.3);
    /* opacity: 0; */
}
.zoomify.zoomed {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    z-index: 9999999;
    /* padding: 2px; */
    background: #ffffff;
}

/* 微信群 */
.weixin-code {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.weixin-code-info {
    width: 270px;
    text-align: center;
}
.weixin-code-info img {
    display: block;
    width: 150px;
    height: 150px;
    margin: 0 auto;
}
.weixin-code-info p {
    font-size: 12px;
    margin-top: 10px;
}
@media (max-width: 768px) {
    .weixin-code {
        display: block;
    }
    .weixin-code-info {
        float: left;
        width: 50%;
    }
    .weixin-code-info img {
        width: 120px;
        height: 120px;
    }
}

/* 组织架构 */
.mt-zzjg-bg {
    color: #fff;
    background: url(../img/zzjg.png);
}
.mt-zzjg p {
    line-height: 60px;
    font-size: 20px;
    font-weight: bold;
    padding: 0 80px;
}
.mt-zzjg-bg span {
    margin-right: 150px;
}

@media (max-width: 768px) {
    .mt-zzjg-bg {
        background: transparent;
    }
    .mt-zzjg p {
        line-height: 27px;
        font-size: 16px;
        font-weight: normal;
        padding: 0 20px;
    }
    .mt-zzjg-bg span {
        display: block;
        margin-top: 10px;
        margin-right: 0px;
    }
}

/* 会议日程 */
.container .hyrc{
    padding: 20px 55px;
    background: #fff;
    color: #000
}

.hyrc .hyrc_table th{
    padding: 10px 0;
    font-size: 15px;
    background: #4598C9;
    color: #ffffff;
    text-align: center;
    border: 0
}
.hyrc .hyrc_table td{
    padding: 8px 0;
    text-align: center;
}