body{
	font-family: "微软雅黑";
	font-size: 14px;
	padding: 0;
	margin: 0;
}
.container-all{
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	overflow: auto;
}
.container{
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: auto;
}
.bk{
	background-color: #ececec;
}
.f-l{
	float: left;
}
.f-r{
	float: right;
}
.cb{
	clear: both;
}

/*导航*/
.nav{
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
}
.nav>li{
	float: left;
	text-align: center;
	position: relative;
	padding: 0 20px;
}
.nav>li>a{
	text-decoration: none;
	color: #FFFFFF;
	line-height: 45px;
	font-size: 18px;
}
/*导航选中*/
.active{
	position: absolute;
	width: 100%;
	height: 5px;
	background-color: #ff7f00;
	bottom: 0px;
	left: 0;
}

/*banner*/
img{
	width: 100%;
	height: auto;
	vertical-align: middle;
}

/*区块标题*/
.title{
	margin-top: 60px;
}
.title-img{
	width: 500px;
}
.title-img > img{
	width: 231px;
	height: auto;
}
.title-text{
	width: 200px;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 5px;
}

/*会议背景*/
.ConferenceBackground{
	font-size: 16px;
	text-align: justify;
	text-indent:2em;
	margin-top: 30px;
	margin-bottom: 30px;
}

/*会议议程*/
.ConferenceAgenda{
	margin-top: 30px;
}
.agenda{
	width: 580px;
	height: 615px;
	background-color: #FFFFFF;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.agenda-table{
	width: 100%;
	font-size: 16px;
}
.agenda-title{
	color: #FFFFFF;
	background-color: #003072;
	line-height: 35px;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	padding-left: 5%;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.agenda-time{
	width: 25%;
	text-align: center;
}
.agenda-text>p{
	color: #003072;
	margin: 0;
}
.fw{
	font-weight: bold;
}
.pt-10{
	padding-top: 20px;
}
.pt-20{
	padding-top: 30px;
}
.ConferenceAgenda-notice{
	text-align: right;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 20px;
}
.ConferenceAgenda-img{
	margin-bottom: 30px;
}
.PrallelWith-text{
	text-indent: 2em;
	font-size: 16px;
	color: #666666;
}
.Registration{
	width: 685px;
	height: 740px;
	background-color: #FFFFFF;
	box-shadow: 0px 1px 5px 2px #b6b6b6;
	margin-top: 60px;
	margin-bottom: 60px;
	border-radius: 10px;
}
.Registration-title{
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	margin-top: 15px;
}
.register-input{
	width: 95%;
	margin: 20px auto;
	/*position: relative;*/
}
.register-input > input[type="text"]{
	width: 95%;
	margin: 0 auto;
	height: 30px;
	padding: 5px 15px;
	border: 1px solid #CCCCCC;
	border-radius: 20px;
	font-size: 18px;
	color: #757474;
}
.register-checkbox{
	width: 100%;
	position: relative;
	font-size: 18px;
	color: #666666;
}
.iw-radio{
	position: relative;
	line-height: 30px;
	float: left;
}
.iw-radio>input[type="radio"]{
	width: 20px;
	height: 20px;
	opacity: 0;
}
.iw-radio>label{
	position: absolute;
	left: 5px;
	top: 4px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #999;
	cursor: pointer;
}
.iw-radio>span{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #666666;
}
/*设置单选（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);
}
.Principal{
	width: 485px;
	height: 740px;
	background-image: url(../images/Principal-bc.png);
	margin-top: 60px;
	margin-bottom: 60px;
	background-size: 100%;
	border-radius: 10px;
}
.Principal-title{
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	margin-top: 15px;
	color: #ffffff;
}
.Principal-user{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	margin-top: 60px;
}
.Principal-user > div{
	width: 49px;
	margin: 0 auto;
	margin-bottom: 5px;
}
.Principal-text{
	text-align: center;
	font-size: 24px;
	color: #FFFFFF;
	margin-top: 40px;
}
