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;
}

.cb{
	clear: both;
}

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

/*banner*/
img{
	width: 100%;
	height: auto;
}

/*标题*/
.content-title{
	width: 21%;
	margin: 30px auto 50px;
	border-bottom: 5px solid #ff7f00;
	text-align: center;
	height: 80px;
	line-height: 70px;
}
.content-title>h2{
	font-size: 56px;
	font-weight: 400;
}
.content{
	width: 100%;
	font-size: 16px;
	color: #666666;
	margin-bottom: 80px;
}
.content>p{
	line-height: 30px;
	padding-bottom: 15px;
	text-indent: 2em;
}

/*谁将参加*/
.who-join{
	list-style-type: none;
	margin: 0 auto;
	padding: 40px 0;
	width: 95%;
}
.who-join>li{
	float: left;
	width: 25%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #D0CDCD;
}
.who-join>li>i{
	/*background-image: url(../images/icon/icon_star.jpg);
	background-size: 100%;*/
	width: 20px;
	height: 20px;
	display: block;
	float: left;
	font-size: 20px;
	color: red;
}
.who-join>li>span{
	line-height: 20px;
	padding-left: 2px;
}

/*会议议程*/
.agenda{
	width: 598px;
	border: 1px solid #bfbfbf;
	height: 675px;
}
.left{
	float: left;
}
.right{
	float: right;
}
.agenda-table{
	width: 95%;
	margin: 15px auto;
}
.agenda-title{
	color: #1e57a6;
	background-color: #FFFFFF;
	line-height: 35px;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid;
	padding-left: 7%;
}
.agenda-time{
	width: 25%;
	text-align: center;
	font-weight: bold;
	color: #ff7f00;
	padding: 20px 0;
}
.agenda-text{
	font-weight: bold;
	color: #666666;
	padding: 20px 0;
}
.agenda-text>p{
	margin: 5px 0;
}

/*演讲嘉宾*/
.speaker{
	width: 25%;
	float: left;
	padding: 10px 0;
}
.speaker>.speaker-img{
	width: 80%;
	margin: 0 auto;
	border-radius: 50%;
}
.speaker>.speaker-info{
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	margin-top: 10px;
}
.speaker>.speaker-info>p{
	padding: 0;
	margin: 0;
	line-height: 30px;
}

/*往届会议*/
.review-meet{
	width: 590px;
}
.review-meet>a>img{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	margin-bottom: -4px;
}
.review-meet>a>div{
	font-size: 26px;
	font-weight: normal;
	color: #fff;
	height: 60px;
	line-height: 60px;
	background-color: #1e57a6;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	text-align: center;
}

/*参会报名*/
.regist{
	width: 590px;
	border: 1px solid #cccccc;
	background-color: #FFFFFF;
}
.regist-title{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	line-height: 60px;
	border-bottom: 1px solid #CCCCCC;
}
.regist-content{
	height: 100px;
	border-bottom: 1px solid #CCCCCC;
}
.regist-content>div{
	font-size: 14px;
	border-bottom: 1px solid #CCCCCC;
	line-height: 50px;
	text-align: center;
}
.regist a{
	text-decoration: none;
}
.regist-href{
	background-color: #ff7f00;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	border: 1px solid #CCCCCC;
	margin: 10px 0;
	text-align: center;
	line-height: 60px;
}

/*参会报名*/
.register-title{
	font-size: 20px;
	font-weight: bold;
	color: #ff7f00;
	position: relative;
}
.register-input{
	width: 100%;
	margin: 15px 0;
	position: relative;
}
.register-input>input[type="text"]{
	width: 96%;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	padding: 5px 12px;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	font-size: 16px;
	color: #999999;
}
.register-input>span{
	color: red;
	font-size: 28px;
	font-weight: bold;
	position: absolute;
	right: 3%;
	top: 22%;
}
.register-checkbox{
	width: 96%;
	height: 40px;
	line-height: 40px;
	padding: 5px 12px;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	position: relative;
	font-size: 16px;
	color: #999999;
}
.register-checkbox>>input[type="radio"]{width: 20px;height: 20px;opacity: 0;}
.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;
}
