*{
	padding: 0;
	margin: 0;
}
body,html{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #000;
	line-height: 25px;
	margin: 0 auto;
	background-color: #fff;
}
a{
	text-decoration: none;
	color: #2D2D2D;
}
img{
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

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

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

/*导航*/
.nav-logo{
	height: 60px;
}
.nav-logo>img{
	height: 40px;
	margin-top: 10px;
}
.nav-tabs{
	list-style: none;
	height: 60px;
	position: relative;
	padding-right: 30px;
}
.nav-tabs>li{
	height: 60px;
	padding: 0 5px;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
}
.nav-tabs>li>a{
	font-size: 16px;
	color: #000000;
	/*letter-spacing: 1px;*/
}
/*中英切换*/
.web-en{
	position: absolute;
	top: 16px;
	right: -25px;
	background-color: #5d3497 !important;
	display: block;
	color: #FFFFFF !important;
	font-weight: bold;
	padding: 0 10px;
	border-radius: 15px;
}

/*标题*/
.tittle-01{
	width: 587px;
	height: 62px;
	background: url(../images/icon/title-bk-01.png);
	background-size: 100%;
	margin: 0 auto;
	text-align: center;
	line-height: 62px;
	color: #ffffff;
	font-size: 30px;
}
.tittle-02{
	width: 587px;
	height: 62px;
	background: url(../images/icon/title-bk-02.png);
	background-size: 100%;
	margin: 0 auto;
	text-align: center;
	line-height: 62px;
	color: #5d3497;
	font-size: 30px;
}
.title-sm{
	font-size: 26px;
	text-align: center;
	line-height: 60px;
	margin-bottom: 20px;
	color: #5d3497;
}

/*会议日程*/
.agenda-title{
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFE;
	background-color: #57338e;
	text-align: center;
	padding: 15px 0;
	border-bottom: 2px solid #ffffff;
}
.agenda-date{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #497cb5;
	width: 30%;
	border-right: 2px solid #FFFFFF;
	border-bottom: 2px dashed #FFFFFF;
}
.agenda-content{
	font-size: 18px;
	color: #FFFFFF;
	background-color: #2d89c1;
	border-bottom: 2px dashed #FFFFFF;
	padding: 15px 0 15px 30px;
}
.agenda-other{
	font-size: 18px;
	color: #FFFFFF;
	background-color: #f8b62b;
	padding: 15px 0 15px 30px;
}

/*本届赞助*/
.sponsor-img{
	width: 180px;
	height: 80px;
	box-shadow: #dddcdc 0px 0px 3px 3px;
	border: 1px solid #c7c6c6;
}
.sponsor-name{
	font-size: 20px;
	font-weight: bold;
}
.sponsor-desc{
	padding-bottom: 15px;
	border-bottom: 2px solid #fff;
}

/*合作媒体*/
.media-div{
	width: 180px;
	float: left;
	text-align: center;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
	box-shadow: 3px 0px 5px 1px #D6D1D1;
}