*{
	padding: 0;
	margin: 0;
}
body,html{
	font-family: arial;
	font-size: .875rem;
	color: #FFFFFF;
	line-height: 25px;
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
}
a{
	text-decoration: none;
	color: #2D2D2D;
}

/*全局*/
.cb{
	clear: both;
}
/*左浮动*/
.f-l{
	float: left;
}
/*右浮动*/
.f-r{
	float: right;
}
.mt-15{
	margin-top: 15px;
}

img{
	max-width: 100%;
}

header{
	width: 100%;
	height: 50px;
	background-color: #000000;
}
.nav-logo{
	width: 50%;
	height: 50px;
	float: left;
}
.nav-logo>img{
	height: 30px;
	margin-top: 8px;
	margin-left: 10px;
}
.nav-tab-btn{
	width: 50%;
	height: 50px;
	float: left;
}
/*导航*/
.nav-tab-div{
	width: 50%;
	height: 50px;
	float: left;
	position: relative;
}
.nav-tab-div>nav{
	position: absolute;
	width: 125%;
	background-color: #000;
	top: 50px;
	text-align: left;
	display: none;
	right: 0;
	padding-left: 10px;
}
.nav-tab-div>nav>ul{
	list-style-type: none;
	padding-bottom: 15px;
}
.nav-tab-div>nav>ul>li{
	height: 30px;
	line-height: 30px;
}
.nav-tab-div>nav>ul>li>a{
	font-size: .875rem;
	font-weight: 400;
	color: #fff;
}
/*中/英切换按钮*/
/** 外部div式样     */  
.ck-switch{  
    width: 105px;  
    height: 30px;  
    margin: 10px auto;  
    position: relative;  
    -moz-border-radius: 50px;  
    -webkit-border-radius: 50px;  
    border-radius: 50px;  
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);  
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);  
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.5), 0px 1px 0px rgba(255, 255, 255, 0.2);  
    border: 1px solid #fff;
}
/** 是.的效果#66b9b3绿色  */  
.ck-switch-on{  
    color: #000;  
    position: absolute;  
    left: 10px;  
    z-index: 0;  
    font-weight: bold;  
}  
/** 否.的效果#cccccc灰色  */  
.ck-switch-off{  
    color: #fff;  
    position: absolute;  
    left: 15px;
    z-index: 0;  
    font-weight: bold;  
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.15);  
    font-size: 1.125rem;
    line-height: 30px;
}  
/** 绿色椭圆小块  */  
.ck-switch-current{  
    display: block;  
    width: 55px;  
    height: 30px;  
    cursor: pointer;  
    position: absolute;  
    top: 0; 
    left: 51px; 
    z-index: 1;  
    background: #fff;  
    -moz-border-radius: 50px;  
    -webkit-border-radius: 50px;  
    border-radius: 50px;  
    text-align: center;
    line-height: 30px;
    font-size: 1.125rem;
}  
/** left定位  */  
.ck-switch-current-3{  
    left: 3px;  
}  
.ck-switch-current-40{  
    left: 65px;  
}

/*导航按钮*/
.nav-btn{
	background-image: url(../image/icon/list.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	padding: 0;
	width: 30px;
	height: 30px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 10px;
}

/*Banner*/
.banner{
	padding: 0;
}
.banner>img{
	width: 100%;
}

section{
	padding-top: 15px;
	padding-bottom: 25px;
	background-color: #000000;
}
/*正文标题*/
.content-title{
	text-align: center;
	font-size: 1rem;
	font-weight: 600;
}
/*正文小标题*/
.content-title-sm{
	text-align: center;
	font-size: .75rem;
	color: #FFFFFE;
}
/*正文*/
.content{
	width: 95%;
	margin: 0 auto;
}

/*峰会议程*/
.tab-item{
	float: left;
    height: 52px;
    line-height: 52px;
    font-size: 1.5rem;
    font-family: Microsoft Yahei;
    color: #cecece;
    text-align: center;
    position: relative;
    cursor: pointer;
    width: 49.5%;
}
.act{
	color: #e99413;
    cursor: default;
}
.meeting-date{
	width: 100%;
	border-bottom: 2px solid #fff;
	box-sizing: border-box;
}
.meeting-yc{
	width: 100%;
	margin-top: 25px;
}
.clearfix{
	*zoom: 1;
}
.clearfix:after{
	content: ".";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}
.agenda-list{
	/*margin-bottom: 30px;*/
	padding-bottom: 10px;
	display: block;
    list-style-type: disc;
    -webkit-padding-start: 15px;
    -webkit-padding-end: 5px;
    -moz-padding-start: 15px;
    -moz-padding-end: 5px;
}
.agenda-list>.agenda-item{
	margin-bottom: 20px;
    position: relative;
    list-style: none;
    display: list-item;
    text-align: -webkit-match-parent;
}
.agenda-list>.agenda-item:before{
	display: block;
    content: "";
    border-left: 1px dashed #e99413;
    position: absolute;
    top: 22px;
    left: 5px;
    height: 100%;
}
.last-item:before{
	border-left: 0px !important;
}
.agenda-item .ag-cir{
	float: left;
    padding: 4px 0;
    margin-top: 3px;
    /*background: #0c3d8a;*/
    position: relative;
    z-index: 2;
}
.agenda-item .ag-cir i{
	display: block;
    width: 11px;
    height: 11px;
    background: #e99413;
    border-radius: 50%;
}
.agenda-item .ag-time{
	float: left;
    color: #fff;
    font-size: .875rem;
    font-weight: bold;
    text-align: center;
    padding: 0 20px;
    height: 22px;
    line-height: 22px;
    margin-left: 5px;
    margin-right: 5px;
    background: #e99413;
    border-radius: 12px;
}
.agenda-item .ag-intro{
	overflow: hidden;
    color: #ccccff;
    font-size: .875rem;
    line-height: 22px;
}
.agenda-item .ag-tit{
	font-weight: bold;
    color: #e99413;
    font-size: .875rem;
}
.agenda-item .intro-line{
	font-size: .875rem;
	color: #fff;
	font-weight: bold;
}
.meeting-yc>img{
	width: 100%;
}
.agenda-notice{
	width: 94%;
	margin-left: 15px;
	text-align: center;
	background-color: #e99413;
	border-radius: 15px;
}

/* 峰会热点 */
.meeting_hotspots{
	/*background-image: url(../image/icon/hotspots_back.jpg);*/
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto;
}
.hotspots{
	width: 49%;
	height: auto;
}
.hotspots>.hotspots_img{
	width: 80px;
	height: 80px;
	background-color: #e99413;
	margin: 0 auto;
	border-radius: 50%;
	text-align: center;
	line-height: 80px;
}
.hotspots>.hotspots_img>img{
	vertical-align: middle;
}
.hotspots_text{
	margin-top: 10px;
}
.hotspots_text>h3{
	text-align: center;
}
.hotspots_text>p{
	text-align: center;
}
.hotspots_text>p>span{
	color: #e99413;
	font-weight: 600;
}

/*会议结构*/
.event_structure-div{
	width: 100%;
	height: 100px;
	border: 1px solid #e99413;
	border-radius: 50px;
	position: relative;
}
.event_structure-div>.event_structure-date{
	width: 100px;
	height: 100px;
	background-color: #e99413;
	box-shadow: 1px 0 10px 0 #767573;
	border-radius: 50%;
	position: absolute;
}
.event_structure-div>.event_structure-date>.intro{
	width: 100%;
	text-align: center;
	position: relative;
	top: 50%;
	margin-top: -25px;
	font-size: .875rem;
	font-weight: bold;
}
.event_structure-div>.event_structure-info{
	width: 50%;
	margin-left: 115px;
	font-size: .75rem;
}
.event_structure-div>.event_structure-info>p{
	line-height: 17px;
}

/*谁将参会*/
.who-join-tit{
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #e99413;
}
.who-join-div-l{
	width: 53%;
	float: left;
	border-right: 1px solid #e99413;
	text-align: right;
}
.who-join-div-r{
	width: 46%;
	float: left;
	text-align: left;
}
.who-join-title-l{
	font-size: 1rem;
	font-weight: bold;
	margin-right: 10px;
}
.who-join-title-r{
	font-size: 1rem;
	font-weight: bold;
	margin-left: 10px;
}
.who-join-info-l{
	font-size: .75rem;
	margin-right: 10px;
}
.who-join-info-r{
	font-size: .75rem;
	margin-left: 10px;
}

/*本届赞助*/
.sponsor{
	width: 25%;
	float: left;
	margin-top: 10px;
}
.sponsor-img{
	width: 90%;
	margin: 0 auto;
}
.sponsor-img>img{
	margin-bottom: -7px;
}
.meeting_sponsor{
	width: 100%;
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #aaaaaa;
}
.meeting_sponsor_img{
	width: 25%;
	float: left;
}
.meeting_sponsor_content{
	width: 70%;
	float: right;
}
.sponsor-company{
	font-size: 1rem;
	font-weight: bold;
	line-height: 15px;
	margin-bottom: 10px;
}

/*合作媒体*/
.media{
	width: 25%;
	float: left;
	margin-top: 10px;
}
.media-img{
	width: 90%;
	margin: 0 auto;
}
.media-img>img{
	margin-bottom: -7px;
}

/*参会报名*/
form{
	display: block;
	padding: 0px;
	width: 100%;
	margin: 0 auto;
}
.w-info{
	width: 100%;
	margin-bottom: 15px;
}
.w-label{
	font-size: 1rem;
	font-weight: 600;
	margin-bottom: 10px;
	display: block;
}
.w-label > .title-cn{
	font-family: arial;
}
.w-label > .title-en{
	font-family: arial;
	font-size: 1.125rem;
}
.w-input{
	width: 95%;
	border-radius: 10px;
	height: 30px;
	padding: 8px 12px;
	margin-bottom: 10px;
	border: 1px solid #c0c0c0;
}
input{
	outline: 0px;
	font-family: Arial;
	word-wrap: break-word;
	resize: none;
	vertical-align: middle;
}
.text-area{
	outline: none;
	resize: none;
	height: 25px;
}
/*单选按钮*/
.iw-radio{position: relative;line-height: 30px;}
.iw-radio>input[type="radio"]{width: 20px;height: 20px;opacity: 0;}
.iw-radio>label{position: absolute;left: 5px;top: 3px;width: 20px;height: 20px;border-radius: 50%;border: 1px solid #999;cursor: pointer;}
.iw-radio>span{font-family: arial;font-size: 1rem;padding-left: 10px;}
/*设置单选（radio）选中的input的样式*/
/*+是兄弟选择器，获取选中后的label元素*/
.iw-radio>input:checked+label{background-color: #fe6d32;border: 1px solid #fe6d32;}
/*添加的加号（+）与label进行拼接（一个矩形边框去掉上和左的边框，在旋转45°）*/
.iw-radio>input:checked+label::after{position: absolute;content: "";width: 5px;height: 10px;top: 3px;left: 6px;border: 2px solid #fff;border-top: none;border-left: none;transform: rotate(45deg);}

/*提交按钮*/
.space{
	width: 30%;
	margin: 0 auto;
    margin-top: 0px;
	margin-top: 30px;
}
.w-button{
	background: #e99413;
	color: #FFFFFF;
	border: 0;
	border-radius: 10px;
	padding: 10px 15px;
	font-size: 1.2rem;
	width: 100%;
	margin-bottom: 20px;
}

/*联系我们*/
footer{
	background-color: #000000;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto; 
	padding-top: 30px;
	padding-bottom: 6px;
}

/*返回顶部*/
.backTop{
	position: fixed;
    right: 0.3rem;
    bottom: 1rem;
    display: none;
    cursor: pointer;
    width: 2.9rem;
    height: 2.9rem;
    z-index: 2;
}
