@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}
.meeting_bg {
    min-width: 1100px;
    /* background: -webkit-linear-gradient(to right,  #330099 0%, #9900d0 100%) no-repeat; Safari 5.1 - 6.0 
    background: -o-linear-gradient(to right,  #330099 0%, #9900d0 100%) no-repeat;  Opera 11.1 - 12.0 
    background: -moz-linear-gradient(to right,  #330099 0%, #9900d0 100%) no-repeat; Firefox 3.6 - 15 
    background: linear-gradient(to right,  #330099 0%, #9900d0 100%) no-repeat;*/ 
    background: #1d1d1d;
}
.inner_layer {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
}
/* 分享栏 */
.share_zone_pc {
    position: fixed;
    height: 150px;
    width: 50px;
    left: 30px;
    top: 200px;
    z-index: 800px;
}
.share_zone_pc ul li {
    position: relative;
    display: block;
    height: 30px;
    margin-bottom: 30px;
}
.share_zone_pc ul li span {
    display: block;
    width: 30px;
    height: 30px;
    background-size: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.share_zone_pc ul li span.wechat_share_pc{
    background-image: url('/meeting/special/201910/images/wechat_icon_year.png');
}
.share_zone_pc ul li span.sina_weibo_pc{
    background-image: url('/meeting/special/201910/images/sinawb_icon_year.png');
}
/*分享二维码*/
.ercode_showwarpper {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right:0;
    left: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.3);
}
.ercode_showwarpper .ercode_innerbox{
    position: absolute;
    width: 280px;
    height: 300px;
    padding: 30px 0 0 0;
    background: #FFF;
    top: 50%;
    left: 50%;
    box-shadow:0px 4px 20px 0px rgba(0,0,0,0.1);
    transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%); 	/* IE 9 */
    -moz-transform:translate(-50%,-50%); 	/* Firefox */
    -webkit-transform:translate(-50%,-50%); /* Safari 和 Chrome */
    -o-transform:translate(-50%,-50%); 	/* Opera */
}
.ercode_innerbox .close_btn {
    position: absolute;
    cursor: pointer;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    background: url('/images/icon/close_icon.png') no-repeat center;
    background-size: 80%;
}
.ercode_innerbox .title{
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size:16px;
    font-weight:600;
    color:rgba(35,35,35,1);
}
.ercode_innerbox img{
    display: block;
    margin: 20px auto 0;
    width:220px;
    height: 220px;
    border:1px solid rgba(229,229,229,1);
}

.meeting_wrapper {
    width: 1100px;
    min-width: 1100px;
    margin: 70px auto 0;
    z-index: 200;
}

/* 头部导航栏 */
.meeting_header_pc {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 300;
    width:100%;
    height: 60px;
    padding: 10px 0;
}
.meeting_header_nav {
    display: flex;
    margin: 0 auto;
    width: 1100px;
    min-width: 1100px;
    height:60px;
    line-height: 60px;
    text-align: center;
}
.meeting_header_nav img {
    display: block;
    width: 160px;
    height: 60px;
    margin-right: 140px;
}
.meeting_nav_pc {
    flex: 1;
    height: 60px;
}
.meeting_nav_list {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}
.meeting_nav_list li {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
}
.meeting_nav_list li a {
    color: #fff;
}

.meeting_nav_list li:hover a {
    color: rgb(153, 0, 255);
}

/* banner区域 */
.meeting_promotion {
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-width: 1100px;
    height: 910px;
    background: url('/meeting/special/201910/images/banner_bg_03.png') no-repeat;
    background-position: center 120px;
    
}

/* 资本专业主义区域 */
.meeting_capital {
    display: block;
    width: 100%;
}
.capital_title {
    display: block;
    width: 100%;
    height: 90px;
}
.capital_detail_title {
    display: block;
    width: 100%;
    line-height: 50px;
    letter-spacing: 2px;
    font-size: 48px;
    font-weight: 400;
    color: #fff;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.capital_title .title_bottom {
    margin-top: 15px;
    width: 287px;
    height: 22px;
    background: url('/meeting/special/201910/images/title_bottom1.png') no-repeat;
}
.capital_content {
    display: block;
    margin-top: 36px;
    width: 100%;
    min-width: 1100px;
}
.content_left {
    display: block;
    float: left;
    width: 600px;
}
.content_left p {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    text-align: justify ;
    word-wrap: break-word;   
    word-break: break-all;
    text-justify:inter-ideograph;
}
.content_left p:last-child {
    margin-bottom: 0;
}
.content_right {
    display: block;
    float: left;
    width: 500px;
    height: 340px;
    background: url('/meeting/special/201910/images/circlechain_03.png') no-repeat;
    background-size: 450px 240px;
    background-position: right center;
}
.bot_line {
    margin-top: 60px;
    height: 1px;
    width: 100%;
    background: rgba(255,255,255,0.5);
}

/* 01LP/GP秘密对接私募专场 */
.section_pc {
    display: block;
    width: 100%;
}
.section_title {
    display: block;
    margin: 50px 0 60px 0;
    width: 100%;
}
.section_title .title_img01 {
    display: block;
    width: 323px;
    height: 65px;
    background: url('/meeting/special/201910/images/meeting_title_01.png') no-repeat;
}
.section_title .title_feature{
    display: block;
    margin-top: 15px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 48px;
    color: #fff;
    font-weight: 400;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section_title .title_detail {
    margin-top: 10px;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 手风琴特效 */

.accordion ul {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
}
.accordion ul li {
    display: block;
    float: left;
    overflow: hidden;
    height: 100%;
    cursor: pointer;
    position: relative;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.accordion ul li img {
    display: block;
    /* width: 100%; */
    height: 450px;
    overflow: hidden;
    object-fit: cover;
}
.active0 {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.accordion ul li .accor_bot_title {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 140px;
    width: 100%;
    z-index: 100
}
.accordion ul li .accor_bot_title p {
    color:#fff;
}
.accor_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 140px;
    width: 100%;
    background: linear-gradient(rgba(35,35, 35, 0) 0%, rgba(0,0,0,0.8) 100%);  
    z-index: 80
}
.p1 {
    display: block;
    margin: 0 12px;
    line-height:30px;
    max-height: 90px;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.p1.active1 {
    margin: 0 90px 15px 40px;
    line-height:24px;
    max-height: 24px;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    letter-spacing: 0.3px;
}

.p2 {
    display: none;
}
.p2.active2 {
    display: block;
    margin: 0 90px 0px 40px;
    color:#fff;
    font-size: 14px;
    line-height: 22px;
    max-height:66px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}

/* 02家族财富豪阵展示 */
.family_fortunes {
    height: 278px;
    width: 100%;
    overflow: hidden;
}
.family_fortunes_img {
    margin-right:65px;
    float: left;
    height: 278px;
    width:510px;
}
.family_fortunes_img img {
    display: block;
    height: 100%;
    width: 100%;
}
.family_fortunes_desc {
    float: left;
    width: 525px;
    height: 100%;
}
.family_fortunes_desc img {
    display: block;
    margin-top: 8px;
    margin-bottom: 35px;
    height: 23px;
    width: 203px;
}
.family_fortune_detail {
    width: 100%;
    height: 210px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}


/* 03机构全方位展示图 */

.section_title .title_img02 {
    display: block;
    width: 323px;
    height: 65px;
    background: url('/meeting/special/201910/images/meeting_title_02.png') no-repeat;
}

.exhibition_container {
    height: 270px;
    width: 100%;
    overflow: hidden;
}
.exhi_left {
    float: left;
    height: 150px;
    width: 280px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.exhi_left h1{
    display: block;
    font-size: 22px;
    margin-bottom: 25px;
    color: #fff;
}
.exhi_left p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}
.exhi_left p:nth-child(2) {
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
    color: rgb(153, 0, 255);
}
.exhi_right {
    float: right;
    width: 700px;
    height: 270px;
    
}
.slide {
    height: 270px;
    position: relative;
}
.slide li {
    position: absolute;
    left: 0;
    top: 0;
}
.slide li img {
    width: 100%;
    height: 100%;
}


.arrow {
    opacity: 0;
    position: absolute;
    top: 120px;
    z-index: 1000;
}

.arrow .next {
    left: 650px;
}
.prev, .next {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    background-image: url('/images/icon/arrow_left.png');
    z-index: 99;
}
.next {
    right: 0;
    background-image: url("/images/icon/arrow_right.png");
}


.exhibition_img_pc img {
    display: block;
    width: 500px;
    height: 260px;
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari 和 Chrome */
    -o-transition: all 0.5s; /* Opera */
}
.exhibition_img_pc:hover img {
    transform: scale(1.2); 
    -ms-transform:scale(1.2); 	/* IE 9 */
    -moz-transform:scale(1.2); 	/* Firefox */
    -webkit-transform:scale(1.2); /* Safari 和 Chrome */
    -o-transform:scale(1.2); 	/* Opera */
} 


/* 03聚焦财富爆发地-新经济 */
.title_img03 {
    display: block;
    width: 323px;
    height: 65px;
    background: url('/meeting/special/201910/images/meeting_title_03.png') no-repeat;
}


/* 04会议议程 */
.title_img04 {
    display: block;
    width: 323px;
    height: 65px;
    background: url('/meeting/special/201910/images/meeting_title_04.png') no-repeat;
}
.conference_agenda {
    display: block;
    width: 100%;
}
/* 日程切换 */
.schedule_list {
    display: block;
    margin: 40px 0 70px 0;
    height:80px;
    width: 99%;
    border: 1px solid rgba(255,255,255,0.5);
}
.schedule_list li {
    display: block;
    float: left;
    width: 50%;
    height: 80px;
    cursor: pointer;
}
.schedule_list li:nth-child(1) {
    background: url('/meeting/special/201910/images/richeng1.png') no-repeat;
    background-size: 372px 40px;
    background-position: center;
    border-right: 1px solid rgba(255,255,255,0.5);
    box-sizing: border-box;
}
.schedule_list li:nth-child(1).active {
    background: url('/meeting/special/201910/images/richeng1_active.png') no-repeat;
    background-size: 372px 40px;
    background-position: center;
    border-right: 1px solid rgba(255,255,255,0.5);
    box-sizing: border-box;
}
.schedule_list li:nth-child(2) {
    background: url('/meeting/special/201910/images/richeng2.png') no-repeat;
    background-size: 372px 40px;
    background-position: center;
}
.schedule_list li:nth-child(2).active {
    background: url('/meeting/special/201910/images/richeng2_active.png') no-repeat;
    background-size: 372px 40px;
    background-position: center;
}

/* 会场具体内容 */
.agenda_content {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.agenda_date {
    display: none;
}
.place {
    margin-bottom: 40px;
}
.place_name {
    display: block;
    width: 100%;
    line-height: 30px;
    font-size: 22px;
    color: #fff;
    margin-bottom: 30px;
    white-space: pre-wrap;
    text-align: justify ;
    word-wrap: break-word;   
    word-break: break-all;
    text-justify:inter-ideograph;
}
.theme_content {
    display: block;
    width: 100%;
    height: auto;
    line-height: 30px;
    font-size: 16px;
    margin-top: 20px;
    color: #fff;
    white-space: pre-wrap;
    letter-spacing: 0.3px;
}
.issue_detail {
    display: flex;
    line-height: 24px;
    width: 100%;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
}
.issue_time {
    display: block;
    float: left;
    width: 110px;
    white-space: pre;
}
.issue_content {
    display: block;
    float: left;
    width: 990px;
    white-space: pre-wrap;
    letter-spacing: 0.3px;
}
.meeting_item {
    display: block;
    width: 100%;
    height: auto;
    padding-left: 110px;
    box-sizing: border-box;
    letter-spacing: 0.3px;
}
.meeting_item .item {
    display: flex;
    width: 990px;
    font-size: 16px;
    color: #fff;
}
.item_title{
    display: block;
    float: left;
    line-height: 26px;
    width: 90px;
    white-space: pre;
    letter-spacing: 0.3px;
    overflow: hidden;
}
.item_content {
    display: block;
    float: left;
    flex: 1;
    line-height: 26px;
    white-space: pre-wrap;
    letter-spacing: 0.3px;
}

.selected {
    display: block;
}


/* 05往届嘉宾 */
.title_img05 {
    display: block;
    width: 323px;
    height: 65px;
    background: url('/meeting/special/201910/images/meeting_title_05.png') no-repeat;
}
.guests_img {
    width: 100%;
}
.guests_img ul {
    display: block;
    width:100%;
    height: 2260px;
    overflow: hidden;
}
.guests_img ul li {
    display: block;
    float: left;
    margin: 0 73px 80px 0;
    height: 372px;
    width: 220px;
}
.guests_img ul li:nth-child(4n) {
    float: right;
    margin-right: 0px;
}
.guests_img ul li .guests_avatar {
    display: block;
    height: 260px;
    width: 220px;
    background: url('/meeting/special/201910/images/guest_background.png') no-repeat;
    background-position: center center;
    background-size: 220px 210px;
}
.guests_img ul li .guests_avatar img {
    display: block;
    height: 100%;
    width: 100%;
}
.guests_img ul li .guests_info {
    height: 112px;
    width: 180px;
    margin: 0 20px 0 30px;
    color: #fff;
}
.guests_info h2 {
    font-size: 18px;
    height:40px;
    line-height:24px;
    max-height: 24px;
    font-weight: 400;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.guests_info p:nth-child(2) {
    display: block;
    width: 100%;
    line-height: 24px;
    max-height: 24px;
    font-size: 16px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.guests_info p:last-child {
    display: block;
    width: 100%;
    line-height: 24px;
    max-height: 48px;
    font-size: 16px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.public_style {
    display: none;
    margin: 0 auto;
    height: 55px;
    width: 195px;
    line-height: 55px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border: 1px solid rgb(166, 0 , 215);
    box-shadow:0px 0px 4px 2px rgba(166, 0 , 215, 0.8);
    -webkit-box-shadow:0px 0px 4px 2px rgba(166, 0 , 215, 0.8);
    -moz-box-shadow:0px 0px 4px 2px rgba(166, 0 , 215, 0.8);
    cursor: pointer;
}
.public_style a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.active {
    display: block;
}

/* 06榜单发布 */
.title_img06 {
    display: block;
    width: 323px;
    height: 65px;
    background: url('/meeting/special/201910/images/meeting_title_06.png') no-repeat;
}
.meeting_rank {
    width: 100%;
}
.meeting_rank_level1 {
    width: 100%;
}
.level1_title {
    display: block;
    margin-bottom: 30px;
    width: 100%;
    line-height: 30px;
    font-size: 22px;
    color: #fff;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.level2_title {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    line-height: 28px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.meeting_rank_level3 {
    display: block;
    width: 100%;
}

.level3_title {
    display: block;
    width: 100%;
    line-height: 38px;
    max-height: 38px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.level4_list ul {
    display: block;
    margin-bottom: 30px;
    width: 100%;
}
.level4_list ul li {
    display: block;
    width: 100%;
    line-height: 28px;
    font-size: 16px;
    color: #fff;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rank_standard {
    height: 55px;
    line-height: 55px;
    width: 195px;
    margin:60px auto 0px;
    text-align: center;
    border: 1px solid rgb(166, 0 , 215);
    box-shadow:0px 0px 4px 2px rgba(166, 0 , 215, 0.8);
    -webkit-box-shadow:0px 0px 4px 2px rgba(166, 0 , 215, 0.8);
    -moz-box-shadow:0px 0px 4px 2px rgba(166, 0 , 215, 0.8);
    cursor: pointer;
}
.rank_standard a {
    display: block;
    height: 55px;
    font-size: 16px;
    width: 195px;
    color: #fff;
}
/* .rank_standard:hover {
    box-shadow: 0px 0px 4px 2px rgba(255, 255, 255 , 0.5);
} */


/* 07合作伙伴 */
/* #cooperation_partners {
    display: none;
} */
.title_img07 {
    display: block;
    width: 323px;
    height: 65px;
    background: url('/meeting/special/201910/images/meeting_title_07.png') no-repeat;
}
.partners_level1 {
    display: block;
    width: 100%;
    margin-bottom: 40px;
}
.partner_level1_title {
    display: block;
    margin-bottom: 30px;
    width:100%;
    line-height: 26px;
    font-size: 22px;
    color: #fff;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.partner_level2_title {
    display: block;
    line-height: 20px;
    font-size: 16px;
    color: #fff;
    font-weight:400;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.partners_level3 {
    display: block;
    margin: 20px 0px;
}
.partners_level3 ul {
    display: block;
    width: 100%;
    overflow: hidden;
}
.partners_level3 ul li {
    display: block;
    float: left;
    margin: 0 27px 20px 0;
    height: 50px;
    width: 160px;
}
.partners_level3 ul li:nth-child(6n) {
    margin-right: 0px;
}
.partners_level3 ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.partners_level3 ul li img {
    display: block;
    width: 100%;
    height: 100%;
}
/* 08在线报名 */
.title_img08 {
    display: block;
    width: 323px;
    height: 69px;
    background: url('/meeting/special/201910/images/meeting_title_08.png') no-repeat;
}
.ticket_category li {
    display: block;
    margin: 0 auto;
    width: 740px;
    height: 200px;
    border: 1px solid rgba(255,255,255,0.5);
    text-align: center;
}
.ticket_category li h1 {
    display: block;
    margin: 38px 0 11px 0;
    width: 100%;
    line-height: 40px;
    font-size: 36px;
    color: rgb(153, 0, 255);
}
.ticket_category li .ticket_bottom {
    display: block;
    margin: 0px auto 30px;
    width: 100%;
    height: 16px;
    background: url('/meeting/special/201910/images/title_bottom.png') no-repeat;
    background-size: 190px 16px;
    background-position: center;
}
.ticket_category li .online_buy_ticket {
    display: block;
    width: 290px;
    height: 42px;
    background: rgb(153, 0, 255);
    border-radius: 30px;
    margin: 0 auto;
    box-shadow: 1px 2px 0px 1px rgb(63, 0, 199);
    -moz-box-shadow: 1px 2px 0px 1px rgb(63, 0, 199);
    -webkit-box-shadow: 1px 2px 0px 1px rgb(63, 0, 199);
    color: rgb(255, 255, 255);
    font-size: 24px;
    text-align: center;
    line-height: 42px;
}
.registration_detail {
    display: block;
    margin-top: 40px;
}
.registration_detail h1 {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    height: 22px;
    line-height: 22px;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
}
.registration_detail p {
    display: block;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
}
.buy_ticket {
    margin: 40px 0 50px 0;
}
.buy_ticket p {
    display: block;
    line-height: 26px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}
.registration_channel {
    width: 100%;
    height: 150px;
}
.registration_channel .QR_code {
    float: left;
    height: 150px;
    width: 150px;
    overflow: hidden;
}
.QR_code img {
    display: block;
    width: 100%;
    height:100%;
}
.registration_channel_info {
    float: left;
    height:100%;
    width: 210px;
    margin: 10px 60px 0 30px;
    font-size:16px;
    color: #fff;
}
.registration_channel_info h1 {
    display: block;
    margin-bottom: 20px;
    line-height: 20px;
    font-size: 20px;
    color: #fff;
}
.registration_channel_info p {
    display: block;
    font-size: 16px;
    line-height: 24px;
}
.registration_specific_contact {
    display: block;
    margin: 10px 0;
    float: left;
    height: 100%;
    width: 400px;
    font-size: 16px;
    color: #fff;
}
.registration_specific_contact p {
    display: block;
    line-height: 24px;
    margin-bottom: 20px;
}
.registration_specific_contact p:last-child {
    margin-bottom: 0px;
}

/* 09参会指南 */
.title_img09 {
    display: block;
    width: 323px;
    height: 69px;
    background: url('/meeting/special/201910/images/meeting_title_09.png') no-repeat;
}
.guide_map {
    display: block;
    width: 100%;
    height: 192px;
}
.guide_map img {
    display: block;
    width: 100%;
    height: 100%;
}
.guide_participation_cooperation {
    display: block;
    margin-top: 70px;
    width:100%;
    height: 100px;
}
.guide_participation_cooperation li {
    position: relative;
    width: 50%;
    float: left;
    height: 100px;
    color: #fff;
}
.cooperation_methods {
    display: block;
    float: left;
    height: 100%;
    width: 100px;
}
.cooperation_methods img {
    display: block;
    margin: 0 auto 5px;
    width: 60px;
    height: 60px;
}
.cooperation_methods h1 {
    height:20px;
    width: 100px;
    line-height: 35px;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
}
.cooperation_specific_contact {
    position: absolute;
    bottom: 0;
    left: 130px;
    float: left;
    width: 340px;
    height: 90px;
    font-size: 16px;
    vertical-align: bottom;
}
.cooperation_specific_contact p {
    display: block;
    line-height: 30px;
}


/* 10往届回顾 */
.title_img10 {
    display: block;
    width: 323px;
    height: 69px;
    background: url('/meeting/special/201910/images/meeting_title_10.png') no-repeat;
}
#review_session .swiper-wrapper {
    width: 1100px;
}
#review_session .swiper-slide {
    float: left;
    width: 350px;
    height:210px;
    box-sizing: border-box;
}
#review_session .swiper-slide a {
    position: relative;
    display: block;
    width: 100%;
    height: 210px;
}
#review_session .swiper-slide a img {
    width: 100%;
    height: 100%;
}
#review_session .swiper-slide a .meng_bg {
    position: absolute;
    z-index: 400;
    width: 100%;
    height: 70px;
    left: 0;
    bottom:0;
    background: rgba(0,0,0,0.5);
}
#review_session .swipershow_content {
    z-index: 500;
    position: absolute;
    padding-top: 10px;
    width: 100%;
    height: 70px;
    left: 0;
    bottom:0;
    color: #fff;
    box-sizing: border-box;
}
#review_session .swipershow_content p {
    display: block;
    width: 100%;
    line-height:24px;
    font-size: 16px;
    font-weight:400;
    text-align: center;
}
#review_session .swiper-pagination{
    bottom:20px!important;
}
#review_session .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    margin: 0 10px!important;
    background: rgba(255,255,255,1)!important;
}
#review_session .swiper-pagination-bullet-active{
    width: 6px;
    height: 6px;
    margin: 0 10px!important;
    background: rgba(255,255,255,1)!important;
}
#review_session .swiper-button-prev{
    width: 36px;
    height:50px;
    left: 2px;
    background-color:rgba(0,0,0,0.3);
    background-image: url('/images/icon/arrow_left.png');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}
#review_session .swiper-button-prev:hover{
    background-color:rgba(0,0,0,0.5);
}
#review_session .swiper-button-next{
    width: 36px;
    height: 50px;
    right: 2px;
    background-color:rgba(0,0,0,0.3);
    background-image: url('/images/icon/arrow_right.png');
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}
#review_session .swiper-button-next:hover{
    background-color:rgba(0,0,0,0.5);
}

/* 底部区域 */
.copyright_text{
    padding: 20px 0;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    color: rgba(255,255,255,0.6);
}
.copyright_text p{
    line-height: 20px;
}
.copyright_text a{
    color: rgba(255,255,255,0.6);
}
