*{
	padding: 0;
	margin: 0;
}
body,html{
	font-family: arial;
	font-size: 16px;
	color: #000;
	line-height: 25px;
	margin: 0 auto;
	background-color: #fff;
}
a{
	text-decoration: none;
	color: #2D2D2D;
}
img{
	width: 100%;
	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-10{
	margin-top: 10px;
}
.mt-15{
	margin-top: 15px;
}
.mt-20{
	margin-top: 20px;
}
.mt-30{
	margin-top: 30px;
}
.mt-45{
	margin-top: 45px;
}
.mt-100{
	margin-top: 100px;
}

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

/*会议亮点*/
.hyld-div{
	width: 185.5px;
	border: 1px solid #c6c5c5;
	border-radius: 10px;
	text-align: center;
	background-color: #FFFFFF;
	height: 140px;
	cursor: pointer;
	box-shadow: 0px 0px 0px 2px #EEEEEE;
}
.hyld-text{
	width: 180px;
	line-height: 25px;
}
.hyld-text > strong{
	font-size: 26px;
}
.hyld-check-on{
	background-color: #1e5b4a;
	color: #FFFFFF !important;
}

/*标题*/
.tittle-01{
	height: 62px;
	margin: 0 auto;
	text-align: center;
	line-height: 62px;
	font-size: 40px;
}
.tittle-sm{
	height: 62px;
	background-size: 100%;
	margin: 0 auto;
	text-align: center;
	line-height: 62px;
	font-size: 34px;
}

/*会议聚焦*/
#ForumStructure{
	background-image: url(../images/icon/ForumStructure-bg.jpg);
	background-size: 100%;
}
.ForumStructure > tbody > tr >td{
	border: 2px solid #FFFFFF;
}
.ForumStructure-date{
	border-right: 0 !important;
	width: 200px;
	height: 100px;
	text-align: center;
	line-height: 40px;
}
.ForumStructure-fontA{
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.ForumStructure-fontC{
	font-size: 24px;
	font-weight: bold;
	color: #f7ee13;
	text-align: center;
}
.ForumStructure-fontB{
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
}
.bias{
	height: 70px;
	border-top: 0 !important;
	border-right: 0 !important;
	position: relative;
}
.ForumStructure > tbody > tr >td[class=bias]:before{
	content: "";
	position: absolute;
	width: 2px;
	height:210px;/*斜边，这里需要自己调整，根据td的宽度和高度*/
	top:0;
	left:0;
	background-color: #FFFFFF;
	display: block;
	transform: rotate(-70.5deg);/*长/斜对应角度，这里需要自己调整，根据线的位置*/
	transform-origin: top;
}
.bias-font{
	display: block;
	height: 35px;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
}
.ForumStructure-content{
	border-right: 0 !important;
	border-top: 0 !important;
}
.bk-A{
	background-color: #0ba29a;
}
.bk-B{
	background-color: #e07e18;
}
.bk-C{
	background-color: #122a88;
}

/*往届回顾*/
.PastReview-speakers{
	width: 100%;
}
.PastReview-speakers>p{
	padding: 5px 0;
}

/*本届赞助*/
.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: 1px solid #eeeeee;
}

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

/*关于我们*/
#ContactUS{
	background-image: url(../images/icon/AboutUs-bk.png);
	background-size: 115%;
	background-repeat: no-repeat;
	padding-top: 55px;
	padding-bottom: 35px;
}
.ContactUS-company{
	width: 260px;
	position: relative;
}
.ContactUS-companyInformation{
	width: 90%;
	font-size: 18px;
	margin: 0 auto;
}
.contact-us{
	width: 260px;
	font-size: 17px;
	margin-top: 20px;
}
.contact-us > p{
	padding: 2px 0;
}
.contact-register{
	width: 500px;
}
.contact-img{
	width: 105px;
	text-align: right;
}
.contact-img > div{
	font-size: 13px;
	text-align: center;
}
.copyright{
	text-align: center;
	color: #FFFFFF;
	padding: 10px 0 20px;
	background-color: #1e5b4a;
}
