*{
	padding: 0;
	margin: 0;
}
body,html{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #000;
	line-height: 25px;
	margin: 0 auto;
	background-color: #fff;
}
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: #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{
	width: 200px;
	height: 60px;
}
.nav-logo>img{
	height: 40px;
	margin-top: 10px;
}
.nav-tabs{
	list-style: none;
	width: 795px;
	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: #000;
}
/*中英切换*/
.web-en{
	position: absolute;
	top: 18px;
	right: 0;
	background-color: #2666a8 !important;
	display: block;
	color: #FFFFFF !important;
	padding: 0 10px;
	border-radius: 15px;
}

/*会议结构*/
.meeting-hyjg{
	width: 560px;
}
.meeting-hyjg > .meeting-date{
	width: 152px;
	height: 160px;
	background-color: #2666a8;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 160px;
	letter-spacing: 3px;
	float: left;
}
.meeting-hyjg > .meeting-hyjg-content{
	width: 404px;
	height: 156px;
	border: 2px solid #656565;
	background-color: #eeeeee;
	float: right;
}
.meeting-hyjg > .meeting-hyjg-content > .meeting-hyjg-content-txt{
	height: 50px;
	margin: 0 auto;
	text-align: left;
	line-height: 50px;
	border-bottom: 2px solid #656565;
}
.meeting-hyjg > .meeting-hyjg-content > .meeting-hyjg-content-txt > span{
	margin-left: 50px;
}

/*会议亮点*/
.hyld-div{
	width: 240px;
	height: 240px;
	float: left;
	background-color: #eeeeee;
}
.hyld-div > .hyld-text{
	width: 200px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	height: 50px;
	margin-top: 95px;
}

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

/*会议议程*/
.meeting-review-div{
	width: 599px;
}
.meeting-review-div > ul > .meeting-date{
	font-size: 16px;
	font-weight: bold;
	color: #2666a8;
}
.meeting-review-div > ul > .meeting-desc{
	font-size: 16px;
	font-weight: bold;
	color: #2666a8;
	line-height: 40px;
}
.meeting-review-div > ul > .meeting-review-content{
	font-weight: bold;
	color: #221815;
	line-height: 30px;
}

/*本届赞助*/
.sponsor-div{
	width: 200px;
	float: left;
	text-align: center;
}
.sponsor-introduction{
	width: 1183px;
	border: 1px solid #dedede;
	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 #dedede;
	border-left: 1px solid #dedede;
	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: #eeeeee;
}
.sponsor-div>img{
	box-shadow: 0px 0px 5px 3px #D1CECE;
}

/*会议回顾-往届演讲嘉宾*/
.speaker{
	width: 240px;
	float: left;
	padding: 10px 0;
}
.speaker>.speaker-img{
	width: 80%;
	margin: 0 auto;
	border-radius: 50%;
}
.speaker>.speaker-info{
	text-align: center;
	margin-top: 10px;
}
.speaker>.speaker-info>p{
	padding: 0;
	margin: 0;
	line-height: 30px;
}
.speaker>.speaker-info>.name{
	font-weight: bold;
	color: #2666a8;
}

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