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

.ml-15{
	margin-left: 15px;
}

.pdb-30{
	padding-bottom: 30px;
}

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

/*标题*/
.title-01{
	margin: 0 auto;
	text-align: center;
	font-size: 34px;
	color: #4c328f;
	line-height: 45px;
}
.title-sm{
	height: 45px;
	background-size: 100%;
	margin: 0 auto;
	text-align: center;
	line-height: 45px;
	font-size: 24px;
}

/*会议亮点*/
.Highlights-div{
	width: 224px;
	height: 165px;
	box-shadow: 0 0 5px 2px #DDDCDC;
	float: left;
}
.check-on{
	background-color: #4c328f;
	color: #fff;
}
.Highlights-txt{
	width: 192px;
}

/*大会议程*/
.ConferenceAgenda-div{
	width: 568px;
	border: 1px solid #fff;
	padding: 0 15px;
	color: #fff;
}
.ConferenceAgenda-Topic{
	text-align: center;
	background-color: #fff;
	border-radius: 15px;
	line-height: 30px;
	color: #4c328f;
}
.Agenda-topic{
	padding-bottom: 3px;
	border-bottom: 1px dashed #fff;
}
.topic-tm{
	width: 101px;
}
.notice{
	font-size: 14px;
	text-align: right;
	margin: 10px 0 30px;
}

/*合作媒体*/
.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: 100%;
	background-repeat: no-repeat;
	padding-top: 4%;
	padding-bottom: 50px;
}
.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: 14px;
	text-align: center;
}
.copyright{
	text-align: center;
	color: #FFFFFF;
	padding: 10px 0 20px;
	background-color: #4c328f;
}
