@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}
.meeting_bg {
    min-width: 1100px;
    width: 100%;
    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: 0px auto;
    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;
    display: -webkit-flex;
    margin: 0 auto;
    padding: 10px 0px;
    width: 1100px;
    min-width: 1100px;
    height:40px;
    line-height: 40px;
    text-align: center;
}
.meeting_header_nav img {
    display: block;
    width: 146px;
    height: 40px;
    margin-right: 100px;
}
.meeting_nav_pc {
    flex: 1;
    height: 40px;
    margin-right: 190px;
}
.meeting_nav_list {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
}
.meeting_nav_list li {
    height:40px;
    line-height: 40px;
    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 {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.meeting_promotion {
    display: block;
    margin-top: 30px;
    width: 100%;
    min-width: 1100px;
}
.meeting_promotion img {
    display: block;
    width: 100%;
    height: 100%;
}

/* 会议简介 */
.meeting_info {
    padding-top: 40px;
}
.meeting_info_detail p {
    display: block;
    margin-bottom: 40px;
    width: 100%;
    line-height: 30px;
    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: -98px;
    left: -110px;
    background: url('/meeting/special/202001/images/title_bg.png') no-repeat;
    z-index: 110;
}
.section_title .title_img01 {
    display: block;
    width: 210px;
    height: 50px;
    background: url('/meeting/special/202001/images/agenda.png') no-repeat;
    background-size: 210px 50px;
}
.section_title .title_feature{
    display: block;
    margin-top: 5px;
    width: 100%;
    line-height: 40px;
    font-size: 28px;
    color: #fff;
    font-weight: 400;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bot_line {
    margin: 10px 0 70px;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.5);
}

/* 会场具体内容 */
.agenda_content {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.agenda_date {
    display: block;
    margin-bottom: 50px;
}
.special_time {
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 54px;
    padding-left: 54px;
    font-size: 24px;
    color: #32a2fb;
    line-height: 32px;
    font-weight: 600;
    background: url('/meeting/special/202001/images/resource/time.png') no-repeat;
    background-size: 32px 32px;
    max-width: 500px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;;
}
.special_date {
    display: inline-block;
    margin-bottom: 20px;
    padding-left: 54px;
    font-size: 24px;
    color: #32a2fb;
    line-height: 32px;
    font-weight: 600;
    background: url('/meeting/special/202001/images/resource/location.png') no-repeat;
    background-size: 32px 32px;
    max-width: 500px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
.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: #32a2fb;
    white-space: pre-wrap;
    letter-spacing: 0.3px;
}
.issue_detail {
    display: flex;
    display: -webkit-flex;
    line-height: 30px;
    width: 100%;
    font-size: 18px;
    color: #fff;
    overflow: hidden;
}
.issue_time {
    display: block;
    margin-right: 70px;
    float: left;
    width: 130px;
    white-space: pre;
}
.issue_content {
    display: block;
    float: left;
    width: 900px;
    white-space: pre-wrap;
    letter-spacing: 0.3px;
}
.meeting_item {
    display: block;
    width: 100%;
    height: auto;
    padding-left: 200px;
    box-sizing: border-box;
    letter-spacing: 0.3px;
}
.meeting_item .item {
    display: flex;
    display: -webkit-flex;
    width: 900px;
    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;
}
.self_config1 {
    font-size: 18px;
    line-height: 30px;
    color: #fff;

}
.self_config2 {
    margin-top: 54px;
    color: #32a2fb;
    font-size: 18px;
}
.self_config2 div {
    line-height: 30px;
    height: 30px;
}
.self_config2 div .memo_name {
    display: inline-block;
    width: 54px;
    height: 30px;
}


/* 参会嘉宾 */

.section_title .title_img04 {
    display: block;
    width: 167px;
    height: 50px;
    background: url('/meeting/special/202001/images/guest.png') no-repeat;
    background-size: 167px 50px;
}
.meeting_guests {
    width: 100%;
}
.meeting_guests ul {
    height: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.meeting_guests ul li {
    display: block;
    margin: 0px 10px 10px;
    padding-top: 10px;
    width: 250px;
    box-sizing: border-box;
}
.meeting_guests ul li .guests_avatar {
    position: relative;
    margin-bottom: 23px;
    width: 250px;
    height:220px;
    background: url('/meeting/special/202001/images/guest_bg_01.png') no-repeat;
    background-size: 157px 157px;
    background-position:83px 0px;
}
.meeting_guests ul li .guests_avatar .inner_img {
    display: block;
    position: absolute;
    height: 198px;
    width: 198px;
    border-radius: 99px;
    top: 20px;
    left: 26px;
    overflow: hidden;
}
.meeting_guests ul li .guests_avatar .inner_img img {
    display: block;
    width: 100%;
    height: 100%;
}
.triangle_img {
    display: block;
    position: absolute;
    width: 64px;
    height: 51px;
    top: 146px;
    left: 152px;
    background: url('/meeting/special/202001/images/guest_bg_02.png') no-repeat;
    background-size: 100% 100%;
}
.meeting_guests ul li .guests_info {
    width: 100%;
    height: 95px;
    padding: 0 25px;
    box-sizing: border-box;
    text-align: center;
}

.meeting_guests ul li .guests_info p:nth-child(1) {
    display: block;
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.meeting_guests ul li .guests_info p:nth-child(2) {
    font-size: 14px;
    color: #b4b3b3;
    line-height: 20px;
    max-height: 40px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}


/* 参会指南部分 */
.section_title .title_img02 {
    display: block;
    width: 148px;
    height: 50px;
    background: url('/meeting/special/202001/images/guide.png') no-repeat;
    background-size: 148px 50px;
}
.guide_participation {
    width: 100%;
}
.guide_name {
    font-size: 32px;
    line-height: 40px;
    height: 40px;
    width: 100%;
    text-align: center;
    color: #fff;
}
.registration_info {
    margin-top: 77px;
    display: flex;
    display: -webkit-flex;
    height: 185px;
    width: 100%;
    justify-content: space-between;
}
.registration_info .info_detail {
    height: 100%;
    width: 256px;
}
.registration_info .info_detail img{
   display: block;
   height: 100%;
   width: 100%;
}
.route_map {
    margin-top: 66px;
    /* height: 500px; */
    width: 100%;
}
.route_map .route_title {
    height: 35px;
    width: 198px;
}
.route_map .route_title img {
    display: block;
    height: 100%;
    width: 100%;
}
.route_map .route_detail {
    margin-top: 30px;
    width: 100%;
}
.route_detail .route_detail_info {
    margin-bottom: 20px;
    height: 62px;
    width: 100%;      
}
.route_detail_info span {
    display: inline-block;
    height: 60px;
    line-height:70px;
    font-size: 18px;
    color: #fff;

}
.route_detail_info .arrive_time {
    width: 146px;
    text-align: center;
    background: url('/meeting/special/202001/images/route_02.png') no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
.route_detail_info .arrive_place {
    padding-left: 20px;
    width: 940px;
    border-bottom: 1px solid rgb(11, 51, 84);
    box-sizing: border-box;
}


/* 联系我们部分 */
.section_title .title_img03 {
    display: block;
    width: 295px;
    height: 50px;
    background: url('/meeting/special/202001/images/contact.png') no-repeat;
    background-size: 295px 50px;
}
.contact_top {
    display: flex;
    display: -webkit-flex;
    margin-bottom: 40px;
    height: 194px;
    width: 100%;
}
.contact_top .top_left {
    padding-top: 37px;
    width: 360px;
    height:194px;
    background: rgb(27, 42, 74);
    box-sizing: border-box;
}
.contact_top .top_left .top_icon {
    display: block;
    height: 70px;
    width: 72px;
    background: url('/meeting/special/202001/images/contact_icon1.png') no-repeat;
    background-size: 100% 100%;
    background-position: center;
    margin: 0 auto;
}
.contact_top .top_left .top_title {
    width: 100%;
    height: 40px;
    font-size: 34px;
    line-height: 40px;
    margin-top: 20px;
    color: #fff;
    text-align: center;
}
.contact_top .top_right {
    flex: 1;
    height: 194px;
}
.contact_top .top_right img {
    display: block;
    width: 100%;
    height: 100%;
}
.contact_bottom {
    display: flex;
    display: -webkit-flex;
    height: 190px;
    width: 100%;
}
.contact_bottom .bottom_left {
    position: relative;
    margin-right: 40px;
    width: 200px;
    height: 100%;
    border-right: 1px solid rgb(8, 42, 99);
}
.bottom_left .qr_code {
    width: 160px;
    height: 160px;
    border-radius: 2px;
}
.qr_code img {
    display: block;
    width: 100%;
    height: 100%;
}
.bottom_left p {
    display: block;
    position: absolute;
    bottom: 0; 
    left: 0;
    width: 100%;
    height:16px;
    line-height:16px;
    font-size: 16px;
    color: #fff;
}

.contact_bottom .bottom_right {
    display: flex;
    display: -webkit-flex;
    width: 750px;
    height: 190px;
    align-items: center;
}
.contact_bottom .bottom_right .contact_people {
    height: 135px;
    width: 370px;
}
.contact_people .contact_icon2 {
    margin-bottom: 38px;
    height: 3px;
    width: 48px;
    background: url('/meeting/special/202001/images/contact_icon2.png') no-repeat;
    background-size: 100% 100%;
}
.contact_people .peple_detail {
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}

.bot_line2 {
    margin: 45px 0 25px;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.5);
}


