*{
	padding: 0;
	margin: 0;
}
body,html{
	font-family: arial;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 25px;
	margin: 0 auto;
	background-color: #000000;
}
a{
	text-decoration: none;
	color: #2D2D2D;
}
img{
	max-width: 100%;
	margin-bottom: -7px;
}

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

.container-fluid{
	width: 100%;
	background-color: #000000;
}
.container{
	width: 1200px;
	margin: 0 auto;
}
.mt-30{
	margin-top: 30px;
}
.mt-60{
	margin-top: 60px;
}
.mt-100{
	margin-top: 100px;
}

/*导航*/
.nav-logo{
	width: 200px;
	height: 60px;
}
.nav-logo>img{
	height: 40px;
	margin-top: 10px;
}
.nav-tabs{
	list-style: none;
	width: 950px;
	height: 60px;
	position: relative;
}
.nav-tabs>li{
	height: 60px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
	padding: 0 10px;
}
.nav-tabs>li>a{
	font-size: 16px;
	color: #fff;
}
/*中英切换*/
.web-en{
	position: absolute;
	top: 18px;
	right: 0;
	background-color: #e99413 !important;
	display: block;
	color: #FFFFFF !important;
	padding: 0 10px;
	border-radius: 15px;
}

/*标题*/
.container-div{
	width: 100%;
	border-bottom: 1px solid #e99413;
	height: 62px;
	line-height: 50px;
}
.container-div>div>img{
	margin-bottom: -10px;
}
.container-div>div>span{
	text-shadow: 1px 1px 1px #e99413;
	font-size: 40px;
	margin-left: 10px;
}

/*会议议程*/
.meeting-agenda{
	width: 580px;
}
.agenda-list{
	display: block;
	list-style-type: none;
	-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-item .ag-time{
	float: left;
	color: #fff;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	margin-right: 15px;
}
.agenda-item .ag-intro{
	overflow: hidden;
	color: #ccccff;
	font-size: 16px;
	line-height: 30px;
}
.agenda-item .ag-tit{
	font-size: 16px;
	color: #FFFFFF;
}
.agenda-item .intro-line{
	font-size: 16px;
	color: #d6d1d1;
}
.agenda-list>.agenda-notice{
	font-size: 16px;
	font-weight: bold;
	color: #e99413;
	margin-bottom: 20px;
}

/*会议亮点*/
.meeting-hotspots{
	width: 300px;
}
.meeting-hotspots>.meeting-hotspots-img{
	width: 160px;
	height: 160px;
	margin: 0 auto;
	background-color: #e99413;
	border-radius: 50%;
	text-align: center;
	line-height: 160px;
}
.meeting-hotspots>.meeting-hotspots-img>img{
	vertical-align: middle;
}
.meeting-hotspots>.meeting-hotspots-info{
	width: 180px;
	margin: 10px auto 0;
	text-align: center;
}
.meeting-hotspots-info>.hotspots-title{
	font-size: 16px;
	font-weight: bold;
}
.meeting-hotspots-info>.hotspots-text>span{
	color: #e99413;		
}

/*会议结构*/
.event_structure{
	width: 585px;
}
.event_structure-div{
	width: 100%;
	height: 140px;
	position: relative;
}
.event_structure-div>.event_structure-date{
	width: 140px;
	height: 140px;
	position: absolute;
	top: 0;
	border: 1px solid #e99413;
	border-radius: 50%;
	box-shadow: 1px 0 10px 0 #767573;
	background-color: #e99413;
}
.event_structure-div>.event_structure-date>.intro{
	width: 100%;
	text-align: center;
	position: relative;
	top:50%;
	margin-top: -25px;
	font-weight: bold;
	font-size: 16px;
}
.event_structure-div>.event_structure-content{
	width: 515px;
	height: 140px;
	margin-left: 70px;
	background-color: #e99413;
}
.event_structure-div>.event_structure-content>.intro{
	margin-left: 115px;
	height: 100px;
	padding-top: 20px;
}

/*谁将参会*/
.who-join{
	width: 100%;
	height: 80px;
	line-height: 80px;
	border: 1px solid #FFFFFF;
}
.who-join>.who-join-hy{
	width: 130px;
	height: 80px;
	background-color: #e99413;
	font-size: 16px;
	text-align: center;
	border-right: 1px solid #FFFFFF;
}
.who-join>.who-join-intro{
	width: 1035px;
	padding-left: 30px;
}

/*本届赞助*/
.sponsor-div{
	width: 200px;
	float: left;
	text-align: center;
}
.sponsor-introduction{
	width: 1183px;
	border: 1px solid #e99413;
	box-shadow: 0px 1px 5px 1px #FFFFFF;
	margin-top: 25px;
	position: relative;
}
.sponsor-introduction>.sponsor-company{
	padding: 20px;
}
.sponsor-introduction>.sponsor-company>.company{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.sponsor-introduction>.triangle{
	position: absolute;
	top: -15px;
	width: 30px;
	height: 30px;
	border-top: 1px solid #e99413;
	border-left: 1px solid #e99413;
	box-shadow: -2px -2px 5px -1px #FFFFFF;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); 
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	background-color: #000;
}

/*合作媒体*/
.media-div{
	width: 200px;
	float: left;
	text-align: center;
	margin-bottom: 20px;
}

/*报名参会*/
.register-input {
    width: 100%;
    margin: 20px 0;
    position: relative;
}
.register-input > input[type="text"]{
	width: 97%;
	margin: 0 auto;
	height: 60px;
	line-height: 60px;
	padding: 5px 15px;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #000000;
	box-shadow: 2px 1px 10px 1px #FFFFFF;
}
.register-input > span {
    color: red;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    right: 5%;
    top: 32%;
}
.register-input > input[type="button"] {
    width: 15%;
    height: 50px;
    border: 1px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background-color: #ff7f00;
    border-radius: 10px;
    cursor: pointer;
}
.register-checkbox {
    width: 97%;
    height: 60px;
    line-height: 60px;
    padding: 5px 15px;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    position: relative;
    font-size: 18px;
    color: #999999;
    box-shadow: 2px 1px 10px 1px #FFFFFF;
}
/*单选按钮*/
.iw-radio {
    position: relative;
    line-height: 60px;
    float: left;
    margin-left: 15px;
}
.iw-radio > input[type="radio"] {
    width: 20px;
    height: 20px;
    opacity: 0;
}
.iw-radio > label {
    position: absolute;
    left: 5px;
    top: 20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #999;
    cursor: pointer;
}
.iw-radio > span {
    font-size: 18px;
    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);
}

/*联系我们*/
.contact-us{
	list-style: none;
}
.contact-us>.m-l{
	margin-left: 20px;
}
.contact-us>li>span{
	font-size: 18px;
	margin-left: 5px;
}

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