@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}
.meeting_bg {
    min-width: 1100px;
    background: rgb(1, 18, 54);
}
.inner_layer {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 100;
}

.meeting_wrapper {
    width: 1100px;
    min-width: 1100px;
    margin: 70px auto 0;
    z-index: 200;
}

/* 头部导航栏 */
.meeting_header_pc {
    position: fixed;
    left: 0;
    top: 0;
    width:100%;
    height: 60px;
    padding: 10px 0;
    z-index: 500;
}
.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: 100px;
}
.meeting_nav_pc {
    flex: 1;
    height: 60px;
    margin-right: 190px;
}
.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 {
    display: block;
    height: 98%;
    width: 100%;
    color: #fff;
}
.meeting_nav_list li:hover a {
    color: rgb(55, 144, 234)
}

/* banner区域 */
.banner_pic {
    position: relative;
    width: 100%;
    height: 900px;
}
.meeting_promotion {
    display: block;
    width: 100%;
    min-width: 1100px;
    height: 900px;
    background: url('/meeting/special/201909/images/banner_bg_01.png') no-repeat;
    background-position: center;
    background-size: 100% 100%;
}
.banner_shadow {
    position: absolute;
    bottom: 70px;
    left: 50%;
    margin-left: -420px;
    height: 70px;
    width: 840px;
    background: url('/meeting/special/201909/images/banner_bg_02.png') no-repeat 0 0;
}

/* 会议简介 */
.meeting_info {
    padding-top: 90px;
}
.meeting_info_detail p {
    display: block;
    margin-bottom: 46px;
    width: 100%;
    line-height: 36px;
    font-size: 18px;
    color: #fff;
    text-align: justify ;
    word-wrap: break-word;   
    word-break: break-all;
    text-justify:inter-ideograph;
} 
.section_pc {
    margin-top: 100px;
    position: relative;
    width: 100%;
    height: auto;
}
.bg_circle {
    display: block;
    height: 300px;
    width: 540px;
    position: absolute;
    top: -95px;
    left: -140px;
    background: url('/meeting/special/201909/images/title_bg.png') no-repeat;
    z-index: 110;
}
.section_title .title_img01 {
    width: 300px;
    height: 48px;
    background: url('/meeting/special/201909/images/agenda_title.png') no-repeat;
}
.section_title .title_feature{
    display: block;
    margin-top: 10px;
    width: 100%;
    /* height: 50px; */
    line-height: 40px;
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bot_line {
    margin: 25px 0 35px;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.5);
}

/* 会场具体内容 */
.agenda_content {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.agenda_date {
    display: block;
}
.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: 34px;
    font-size: 18px;
    margin-top: 20px;
    color: #fff;
    white-space: pre-wrap;
    letter-spacing: 0.3px;
}
.issue_detail {
    display: flex;
    line-height: 30px;
    width: 100%;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
}
.issue_time {
    display: block;
    margin-right: 60px;
    float: left;
    width: 130px;
    white-space: pre;
}
.issue_content {
    display: block;
    float: left;
    width: 910px;
    white-space: pre-wrap;
    letter-spacing: 0.3px;
}
.meeting_item {
    display: block;
    width: 100%;
    height: auto;
    padding-left: 190px;
    box-sizing: border-box;
    letter-spacing: 0.3px;
}
.meeting_item .item {
    display: flex;
    width: 910px;
    font-size: 18px;
    color: #fff;
}
.item_title{
    display: block;
    float: left;
    line-height: 30px;
    width: 92px;
    white-space: pre;
    letter-spacing: 0.3px;
    overflow: hidden;
}
.item_content {
    display: block;
    float: left;
    flex: 1;
    line-height: 30px;
    white-space: pre-wrap;
    letter-spacing: 0.3px;
}

/* 参会嘉宾部分 */
#meeting_guests {
    display: block;
}
.section_title .title_img02 {
    width: 300px;
    height: 48px;
    background: url('/meeting/special/201909/images/guest_title.png') no-repeat;
}
.guests_img {
    width: 100%;
}
.guests_img ul {
    display: block;
    width: 100%;
    height: 900px;
    overflow: hidden;
}

.guests_img ul li {
    display: block;
    position: relative;
    float: left;
    margin: 0 12px 20px 0;
    height: 206px;
    width: 210px;
}
.guests_img ul li:nth-child(5n) {
    float: right;
    margin-right: 0px;
}
.guests_img ul li img {
    display: block;
    height: 100%;
    width: 100%;
}
.guest_info_bg {
    position: absolute;
    height: 72px;
    width: 100%;
    background: rgba(0,0,0,0.5);
    bottom: 0;
    left: 0;
}
.guests_info {
    position: absolute;
    padding: 10px 24px 5px;
    height: 72px;
    width: 100%;
    bottom: 0;
    left: 0;
    color: #fff;
    box-sizing: border-box;
}
.guests_info  h2 {
    font-size: 18px;
    height: 20px;
    line-height:18px;
    max-height:20px;
    font-weight: 400;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.guests_info p {
    display: block;
    width: 100%;
    line-height: 18px;
    max-height: 18px;
    font-size: 14px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.public_style {
    display: none;
    margin: 40px auto 0;
    height: 55px;
    width: 195px;
    line-height: 55px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    box-shadow:0px 0px 4px 2px rgb(255, 255, 255, 0.8);
    -webkit-box-shadow:0px 0px 4px 2px rgba(255, 255, 255, 0.8);
    -moz-box-shadow:0px 0px 4px 2px rgba(255, 255, 255, 0.8);
    cursor: pointer;
}
.public_style a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}
.active {
    display: block;
}

/* 榜单发布部分 */
.section_title .title_img03 {
    width: 300px;
    height: 48px;
    background: url('/meeting/special/201909/images/awards_title.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 #fff;
    box-shadow:0px 0px 4px 2px rgb(255, 255, 255, 0.8);
    -webkit-box-shadow:0px 0px 4px 2px rgba(255, 255, 255, 0.8);
    -moz-box-shadow:0px 0px 4px 2px rgba(255, 255, 255, 0.8);
    cursor: pointer;
}
.rank_standard a {
    display: block;
    height: 55px;
    font-size: 18px;
    width: 195px;
    color: #fff;
}

/* 组织结构部分 */
.section_title .title_img05 {
    width: 339px;
    height: 53px;
    background: url('/meeting/special/201909/images/organizer_title.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%;
}


/* 参会指南部分 */
.section_title .title_img04 {
    width: 300px;
    height: 48px;
    background: url('/meeting/special/201909/images/guide_title.png') no-repeat;
}
.meeting_guide {
    margin-top: 100px;
    overflow: hidden;
}
.meeting_guide .guide_left {
    float: left;
    margin: 0 270px 10px 0;
    width: 545px;
    height: 360px;
}
.guide_left .img_01 {
   display: inline-block;
   margin-right: 88px;
   width: 217px;
   height: 50px;
}
.guide_left .img_02 {
    display: inline-block;
    width: 228px;
    height: 37px;
}
.meeting_address {
    margin-bottom: 40px;
}
.meeting_address p:nth-child(1) {
    font-size: 60px;
    color: #fff;
    line-height: 60px;
}
.meeting_address p:nth-child(2) {
    font-size: 24px;
    color: #fff;
    line-height: 48px;
}
.guide_map {
    width: 442px;
    height: 60px;
}
.guide_map img {
    display: inline-block;
    width: 180px;
    height: 100%;
}
.guide_map .bg_01 {
    display: inline-block;
    width: 102px;
    height: 60px;
    margin: 0 0.1px;
    background: #ceb37a;
}
.guide_map .bg_02 {
    display: inline-block;
    width: 142px;
    height: 100%;
    background: #7a7264;
}

.guide_right {
    float: left;
    width: 200px;
    height: 280px;
}
.guide_right p {
    display: block;
    margin-bottom: 50px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
.guide_right img {
    display: block;
    width: 200px;
    height:200px;
}
.bot_line2 {
    margin: 25px 0;
    width: 100%;
    height: 1px;
    background: #fff;
}

/* 底部区域 */
.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);
}


