.warp{
	/*background: url(../img/warp_bg.png) no-repeat;*/
	background-size: contain;
	background-position: center top;
	margin: 0 auto;
	/*padding-top: 250px;*/
}
b{font-weight:900 !important;}
.view_warp{
    padding-top:139px;
}
.rightNav ul li:nth-child(1) a:before{
    border:2px solid #fff;
}
.rightNav ul li:nth-child(2) a{
    color:#000;
}
.rightNav ul li:nth-child(2) a:before{
    background:#fdd000;
    border:2px solid #000;
}
.view_title{
    font-size:26px;
    font-weight:900;
    margin:30px 0;
}
.view_cont{

}
.speakersview a{
    color:inherit;
}
.view_cont img{
    max-width:100%;
}
.overcont99{
    position:absolute;
    top:-9999px;
    left:-9999px;
}
.ht_tit>h1{
    letter-spacing: 4px;
    margin:0;
    padding:0;
    font-family:'Microsoft YaHei';
    font-weight:900;
}
.ht_tit>p{
    font-size:12px;color:#fff;
}
.PresentationAbstractText img{
    width:100% !important;
}
pre{
    white-space: pre-wrap;
    word-wrap: break-word;
}
#spk_infoBody{
    font-size:16px;
}
.cmpicbox{
    /*padding:20px;*/
}
.swiper-button-next{
    width:35px  !important;
    height:35px !important;
    background-image:url(../../images/nextico.png) !important;
    background-size: 35px 35px !important;
}
.swiper-button-prev{
    width:35px  !important;
    height:35px  !important;
    background-image:url(../../images/preico.png) !important;
    background-size: 35px 35px  !important;
}

/*foot*/

.rightNav{
    position:fixed;
    right:0;
    bottom:70px;
    z-index:9999;
}
    .rightNav ul li a:before {
        content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    /*-webkit-transform: skew(-18deg);
    transform: skew(-18deg);*/
    position: absolute;
    left: 10px;
    top: 0;
    z-index: -1;
    background:#000;
    border-radius:10px;
    }
    .aside-link-wrap a:after {
    content: "\e6da";
    font-family: "i";
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    margin-left: 8px;
    width: 0;
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: width .35s ease,opacity .35s ease,-webkit-transform .35s ease;
    transition: width .35s ease,opacity .35s ease,-webkit-transform .35s ease;
    transition: width .35s ease,opacity .35s ease,transform .35s ease;
    transition: width .35s ease,opacity .35s ease,transform .35s ease,-webkit-transform .35s ease;
}
.rightNav ul li a{
        padding: 10px 40px 10px 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    /*font-weight: 700;*/
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
    text-align: right;
    margin-right: -15px;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.rightNav ul li a:hover{
    /*color:#fdd000;*/
    transition:.2s;
    transform:translateX(-20px);
    /*transform:scale(1.3);*/
}

.markbox{
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0,0,0,.8);
    opacity: 0;
    transition: .3s;
    left:0;
    z-index:999;
}
.ivew_hpbg{
    width:100px;
    height:100px;border-radius:50%;
    /*background-color:#eee;*/
    margin-top:20px;
    margin-left:10px;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}
.markbox:hover{
    opacity:1;
}
.mark_title{
   margin-top: 5px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight:900;
    min-height:30px;
}
.mark_more{
    position:absolute;
    bottom:10px;
    right:10px;
    color:#fff;
}
.actmore{
    position: absolute;
    bottom: 20px;
    right: 20px;
    font-size: 14px;
}

.warp_speakers{
    background: url(../img/act_bg.png) no-repeat;
	background-size: contain;
	background-position: center top;
	margin: 0 auto;
	padding-top: 250px;
}
.container{
	width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
    position:relative;
}
.clearfix:after{
	display: block;
	content: " ";
	clear: both;
}

/*header*/
.ht_1{
    padding:5px 0;
    display:flex;
    /*justify-content:space-between;*/
    color:#fff;
}
.ht_tit{
    padding:10px 0;
    position:relative;
    padding-left:30px;
}
.ht_tit h1{
    font-size:16px;
}
.ht_tit p{
    font-size:14px;
}
.ht_1>div{
    
    /*min-width:280px;*/
}
.ht_logobox{
    padding-top:10px;
    text-align:center;
}
.ht_contr{
    text-align:right;
    padding:10px 0;
    position:absolute;
    right:0;
}
.ht_2{
    /*height:60px;*/
    text-align:center;
    position:relative;
}
.childrennav{
    position: absolute;
    background: none;
    width: 150px;
    min-height:300px;
    /*margin-left: -25px;*/
    display:none;
}
.childrennav.cract{
    background:rgb(88,89,91);
}
.childrennav>p{
    line-height:35px;
}
.childrennav>p>a{
    display:block;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.childrennav>p>a:hover{
    color:#fdd000;
}

header{
	width: 100%;
	background: #000;
	transition: .5s;
	position: fixed;
	top: 0;
	z-index: 9999;
}
.nav_mark{
    width: 100%;
	background: rgba(88,89,91,0.9);
	position: fixed;
	top: 120px;
	z-index: 1043;
    min-height:300px;
    display:none;
}

.header_2{
	width: 100%;
	background: #fff;
	position: fixed;
	top: 60px;
	z-index: 1043;
	padding: 10px 0;
}
.menu_mobile{
	line-height: 60px;
	display: none;
}
.menu_button{
	width: 45px;
	height: 35px;
	outline: none;
	background: #ddd;
	border: #ddd;
	border-radius: 3px;
    line-height:35px;
    text-align:center;
}
.menu_button span{
	font-size: 20px;
	color: #888;
}
header .logo{
	line-height: 60px;
	padding: 0 20px;
	width: 170px;
	float: left;
}
header .menu_ul{
    display:inline-block;
    margin:0 auto;
}
header .menu_ul>li{
	display: inline-block;
	line-height: 50px;
	position: relative;
}
header .menu_ul>li>a{
	color: #fff;
	display: block;
	width: 150px;
	text-align: center;
	font-size: 16px;
	letter-spacing: 3px;
}
header .menu_ul>li>a.nav_act{
    color:#fdd000;
    border-bottom:2px solid #fdd000;
}
.header_search_n{
    display:inline-block;
    padding:0px 5px;
    background:#fff;
    position:absolute;
    line-height:25px;
    border:1px solid #999;
    right:0;
    top:25px;
}
.header_search_n input{
    display:inline-block;
    outline:none;
    border:none;
    background:none;
    width:100px;
    height:20px;
}
.header_search_n .search_ico{
    cursor:pointer;
    margin-left:5px;
    color:#000;
    font-size:20px;
}
.menu_child{
	position: absolute;
	background: #fdd000;
	width: 100px;
	left: 50%;
	margin-left: -50px;
	top: 60px;
	transition: .3s;
	display: none;
	z-index: 999;
}
.menu_child>li>a{
	line-height: 50px;
	display: block;
	color: #333;
	font-size: 16px;
	letter-spacing: 0px;
	text-align: center;
}
header .menu_contact{
	float: right;
    margin-left:10px;
	/*height: 60px;*/
}
header .menu_contact li{
	display: inline-block;
	/*line-height: 60px;*/
	padding: 0 10px;
	position: relative;
	transition: .2s;
}
.weixinqrcode{
	width: 130px;
	position: absolute;
	top: 60px;
	left: 0;
	left: 50%;
	margin-left: -65px;
	display: none;
}
header .menu_contact li span{
	color: #fff;
	font-size: 24px;
	cursor: pointer;
}
.lang_ul{
	text-align: center;
	background: none;
	border: none;
	outline: none;
	color: #fff;
	font-size: 14px;
    cursor:pointer;
}
.lang_ul>option{
    color:#333;
}
.contact_header_box{
    position:absolute;
    right:160px;
    top:25px;
    line-height:30px;
}


.clo_a{
    line-height:50px;
}


.sub-menu .clo_ico{
    font-size:28px;
    color:#fff;
    cursor:pointer;
    transition:.3s;
}
.sub-menu .clo_ico:hover{
    color:#000;
}

.content-area{
	background: #fff;
	padding: 100px;
    padding-top:0;
}
.cont_tit{
	border-bottom: 2px solid #eee;
	padding: 50px 0;
}
.cont_tit>h1{
	text-align: center;
	font-size: 18px;
	margin-bottom: 50px;
}
.cont_tit> p{
	text-align: center;
	font-size: 26px;
    line-height:40px;
}
.search_box{
	margin-bottom: 50px;
	margin-top: 100px;
	text-align: center;
}
.event_select{
	outline: none;
    border: 1px solid #D8D8D8;
    font-size: 18px;
    line-height: 30px;
    border-radius: 0;
    -webkit-appearance: none;
    background: white;
    padding: 15px;
    background-image: url(../img/select_bg.jpg);
    background-repeat: no-repeat;
    background-position: right;
    padding-right: 6rem;
}
.select_c{
	width: 30%;
}
.search_bor{
    display:inline-block;
    border: 1px solid #D8D8D8;
    line-height: 30px;
    border-radius: 0;
    -webkit-appearance: none;
    background: white;
    padding: 15px;
    padding-right: 6rem;
    position:relative;
    top:-2px;
}
.search_input{
    line-height:100%;
    font-size:18px;
    width:100%; 
    outline:none;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    background: none;
}
.search_bor .search_ico{
    position:absolute;
    right:0;
    top:0;
    display:block;
    width:6rem;
    height:100%;
    cursor:pointer;
    font-size:30px;
    line-height:60px;
}
.event_list{
	margin: 30px 0;
}
.event_data{
	text-align: center;
	font-size: 24px;
    font-weight:900;
    color:#666;
}
.event_list >ul{
	padding: 20px 0;
}
.event_list >ul>li{
	display: inline-block;
	vertical-align: top;
	background-color: white;
    width: 47%;
    /*padding: 20px;*/
    /*border: 1px #d8d8d8 solid;*/
    min-height: 300px;
    margin: 1.25%;
    transition: .3s;
    cursor: pointer;
    position:relative;
}
.event_list >ul>li .event_np{
    position:absolute;
    top:-10px;
    display:none;
    width:100%;
    text-align:center;
    left:0;
}
.event_list >ul>li .event_np span{
    background:red;
    font-size:14px;
    color:#fff;
    padding:2px 5px;
}
.event_list >ul>li a{
	display: block;
}
/*.event_list >ul>li:hover{
	background: #000;
    color:#fff;
}*/
.event_list >ul>li .ev_cont span{
	display: block;
	margin-bottom: 25px;
	text-align: center;
	
}
.event_list >ul>li .event_time{
	font-size: 24px;
}
.event_list >ul>li .event_campaignname{
	    /*font-weight: 900;*/
    font-size: 16px;
    display: block;
    text-align: center;
    margin-top: 20px;
    color:#666;
    font-weight:900;
}
.event_list >ul>li .event_place{
	font-size: 16px;
}

.registration{
	background: #fdd000;
	padding: 50px 0;
}
.reg_btnlist li{
	display: inline-block;
	
}
.reg_btnlist li a{
	display: block;	
	color: #000;
	width: 280px;
	line-height: 60px;
	border: 1px solid #000;
	border-radius: 10px;
	margin: 0 20px;
	font-size: 24px;
	transition: .3s;
}
.reg_btnlist li a:hover{
	background: #000;
	color: #fdd000;
}
.reg_btnlist{
	text-align: center;
}
.bot_tiptext{
	margin-top: 20px;
}
.bot_tiptext p{
	color: #000;
	font-size: 26px;
	text-align: center;
	letter-spacing: 3px;
}
.footer_pic{
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}
.footer_contact .contact_tit{
	color: #fff;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 2px;
	line-height: 60px;
}
.footer_contact{
	position: relative;
}
.footer_contact >ul >li{
	color: #fff;
	margin-bottom: 10px;
	letter-spacing: 2px;
	font-size: 14px;
}
.win_qrcode{
	position: absolute;
	right: 0;
	top: 50px;
}
.PresentationTitle{
	margin-top: 50px;
	font-size: 26px;
	font-weight: 900;
	margin-bottom: 20px;
}
.activities_cont{
	padding: 50px;
    padding-top:20px;
    height:100%;
    overflow:auto;
}
.PresentationTimeFrame, .PresentationDate, .PresentationRoom, .PresentationLocation {
    float: left;
    padding-right: 20px;
    font-size:16px;
}
.registration_btn{
	margin-top: 50px;
}
.registration_btn a {
	width: 200px;
	text-align: center;
	display: block;
	font-size: 20px;
	border: 2px solid #000;
	background: #000;
	color: #fff;
	line-height: 30px;
	/*border-radius: 5px;*/
}
.registration_btn a:hover{
	background: #fdd000;
	color: #fff;
}
.black_overlay {
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 9999;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}
			
.white_content {
	display: none;
	position: absolute;
	top: 20%;
	left: 50%;
	width: 1170px;
	margin-left: -585px;
	/*border: 3px solid #eee;*/
	background-color: white;
	z-index: 9999;
}
.clobtn{
	position: absolute;
	padding: 5px 10px;
	background: #999;
	color: #fff;
	cursor: pointer;
    right:0;
    top:0;
}
.indstit{
    font-size:16px;
    margin-bottom:5px;
}
.speakers_inds>ul{
    /*margin-left:80px;*/
}
.speakers_inds>ul>li{
    margin-bottom:15px;
}
.speakers_inds>ul>li>a{
    color:blue;
    font-size:18px;
}
.speakers_inds>ul>li>p{
     font-size:18px;
     font-style:italic;
}
/*speakers*/
.speakers_top{
    margin-top:50px;
}
.speakers_top > li{
    float:left;
    width:30%;
    margin-left:1.5%;
    margin-right:1.5%;
    margin-bottom:30px;
    position:relative;
    cursor:pointer;
    background:#999;
}
.speakers_top > li img{
    height:175px;
}
.speakers_top > li >.botbox{
    position:absolute;
    bottom:0;
    width:100%;
    text-align:center;
    color:#fff;
    background:rgba(0,0,0,.5);
}
.botbox .bot_p1{
    font-size:20px;
    margin:5px 0;
}
.bot_p2{
    font-size:12px;
    min-height:32px;
}
.bot_p3{
    font-size: 16px;
    line-height: 60px;
    display:none;
}
.speakers_list{
    margin-top:50px;
    padding:0 2.5%;
}
.speakers_list>li{
    margin-bottom:30px;
    border:1px solid #000;
    border-radius:5px;
    padding:15px 30px;
    background:#fff;
    cursor:pointer;
    position:relative;
    transition:.3s;
}
.speakers_list>li .sp_name{
    float:left;
    font-size:24px;
    color:#fdd000;
    letter-spacing:3px;
    line-height:35px;
    font-weight:900;
}
.speakers_list>li .sp_title{
    float:right;
    line-height:35px;
    font-size:16px;
    font-style: italic;
}
.speakers_list>li:hover{
    background:#999;
}
.Presenterimage {
    width: 260px;
    float: left;
}
.PresenterInfo {
    float: left;
}
.pressbio {
    padding-top: 2rem;
    clear: both;
}
.PresenterInfo .PresenterName {
    margin-top: 4px;
    font-size:20px;
    margin-bottom:10px;
}
.PresenterInfo .PresenterOrganization {
    margin-bottom:20px;
    font-size:16px;
    font-style: italic;
}
.PresenterInfo #presList {
    padding-left: 30px;
}
.PresenterInfo #presList li {
    margin-bottom: 20px;
    font-size:20px;
}
.PresenterInfo #presList li a {
    display: block;
    color:#fdd000; 
}
.PresenterBioSketch{
    font-size:18px;
}
.hidbtn{
    position: absolute;
    top: 0;
    right: 0;
    width: 6rem;
    height: 100%;
    opacity: 0;
    z-index: 999;
}
.nodata{
    line-height:50px;
    font-size:18px;
    letter-spacing:2px;
    text-align:center;
    display:none;
}

/*2020-5-28*/
.indextitle{
    
    background: rgb(61,75,86);
    color: #fff;
    border-radius:0 0 10px 10px;
    font-size: 14px;
    padding: 0 35px;
    text-align:center;
}
.indextitle h1{
    color: #fff;
    font-size: 20px;
    line-height: 60px;
}
.atItem{
    /*margin-bottom: 30px;*/
}
.atItemTitle{
    color: rgb(61,75,86);
    font-size: 26px;
    /*margin-left: 2.5%;*/
    font-weight:900;
}
.atul{
    margin-top: 25px;
}
.atul li{
    display: inline-block;
    vertical-align: top;
    width: 28%;
    /*margin-left: 2.5%;*/
    margin-right: 2.5%;
    margin-bottom:50px;
    position:relative;
    padding:10px;
    padding-left:0;
}
.listTime{
    font-size: 16px;
    border-top: 1px solid #000;
    padding: 6px 0;
    border-bottom: 1px solid #000;
}
.listTitle{
    font-size: 16px;
    font-weight: 900;
    margin-top: 20px;
    height:63px;
}
.listPlace{
    margin-top: 25px;
    font-size: 16px;
    padding:0 15px;
}
.listLoca{
    margin-top: 10px;
    font-size: 16px;
    padding:0 15px;
}
.atul li a.mask{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.4);
    opacity:0;
    transition:0.3s;
}
.atul li a.mask p{
    font-size:20px;
    color:#fff;
    text-align:center;
    margin-top:80px;
}
.atul li a.mask:hover{
    opacity:1;
}
@media (max-width: 1170px) {
	.container{
		width: 100%;
		margin: 0 auto;
		padding: 0 10px;
	}
    .event_all {
        padding-top: 10px !important;
    }
}

@media (max-width: 640px) {
    .ivew_hpbg{
        width:80px;
        height:80px;
        margin-left:0;
        margin-top:40px;
    }
    .ht_logobox{
        padding-top:0;
    }
    .atul li{
        width:100%;margin-left:0;
        padding-left:0;
    }
    .atul li>div{
        padding-left:0;
        margin-left:0;
    }
     .nav_mark{
        display:none !important;
    }
    .ht_tit,.ht_contr{
        display:none;
    }
	header{
		/*position: inherit;*/
		padding-top: 10px;
		padding-bottom: 0;
	}
    .menu_mobile{
		display: block;
        position:absolute;
        top:20px;
        right:15px;
	}
    .childrennav{
        display:none !important;
    }
    .logo{
        width:70%;
    }
	.scheader .logo img{
		width: 100%;
	}
	.container{
		width: 100%;
	}
	.logo img{
		width: 100%;
	}
	.content-area{
		padding: 20px;
	}
	.cont_tit{
		padding: 20px 0;
	}
	.search_box{
		margin: 30px 0;
	}
	.select_c{
		width: 100%;
	}
	.event_list .event_data{
		font-size: 18px;
	}
	.event_select{
		font-size:1.5em;
	}
	.event_list >ul>li{
		width:100%;
		min-height:auto;
	}
	.reg_btnlist li{
		margin-bottom: 10px;
	}
	.footer_pic img{
		width: 100%;
	}
	.win_qrcode{
		position: inherit;
		top: 0;
	}
	.white_content{
		width: 100%;
		margin-left:-50%;
	}
	.activities_cont{
		padding: 20px;
	}
    .bot_tiptext p{
        font-size:20px;
    }
    .PresentationTitle{
        font-size:20px;
    }
    .search_bor{
        width:100%;
        margin-top:10px;
    }
    .speakers_top > li{
        width:100%;
        margin:0;
        margin-bottom:20px;
    }
    .speakers_list>li .sp_name,.speakers_list>li .sp_title{
        float:none;
    }
    .speakers_list>li .sp_title{
        line-height:25px;
    }
    .nav_top{
        padding-top:0;
    }
    .sub-menu{
        width:90%;
    }
    header .menu_ul{
		display: none;
	}
	header .menu_contact{
		display: none;
	}
    header .menu_ul{
		width: 100%;
		background: #999;
		position: absolute;
	    top: 0px;
	    left: 0;
	    height: auto;
	}
    header .menu_ul>li{
		display: block;
		line-height: 45px;
		border-bottom: 1px solid #eee;
	}
	header .menu_ul>li>a{
		width: 30%;
	}
    .indextitle{
        left:0;
        width:100%;
    }
    footer .line_cont{
		width: 95%;
		margin-bottom: 20px;
	}
	footer .footerqrcode{
        margin-top:15px;
		width: 95%;
		position: inherit;
	}
    .indextitle h1{
        line-height:30px;
        padding:15px 0;
    }
}