*{
	padding: 0;
	margin: 0;
}
body,html{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #f3f0e9;
	line-height: 25px;
	margin: 0 auto;
}
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%;
}
.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-10{
	margin-left: 10px;
}
.ml-15{
	margin-left: 15px;
}

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

/*导航*/
.nav-logo{
	height: 60px;
}
.nav-logo>img{
	height: 48px;
	margin-top: 7px;
}
.nav-tabs{
	list-style: none;
	height: 60px;
	position: relative;
	padding-right: 85px;
}
.nav-tabs>li{
	height: 55px;
	padding: 0 10px;
	line-height: 55px;
	text-align: center;
	cursor: pointer;
}
.nav-check-on{
	border-bottom: 5px solid #791ada;
}
.nav-tabs>li>a{
	font-size: 18px;
	letter-spacing: 1px;
	color: #333;
}
/*中英切换*/
.web-en{
	position: absolute;
	top: 13px;
	right: 0;
	background-color: #791ada !important;
	display: block;
	color: #fff !important;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 10px;
	border-radius: 15px;
}

/*标题*/
.title-01{
	background-image: url(../images/icon/title-bk.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
	text-align: center;
	font-size: 30px;
	color: #fff;
	width: 240px;
	height: 60px;
	line-height: 60px;
	
}
.title-sm{
	height: 45px;
	background-size: 100%;
	margin: 0 auto;
	text-align: center;
	line-height: 45px;
	font-size: 24px;
}

/*banner*/
#banner{
	background-image: url(../images/banner-bk.jpg);
}

/*会议结构*/
.MeetingStructure{
	width: 100%;
}

/*会议议程*/
#ConferenceAgenda{
	background-image: url(../images/icon/ConferenceAgenda-bk.png);
	/*background-size: 113%;*/
	padding: 45px 0;
	background-repeat-y: inherit;
}

#ConferenceAgenda table{
	width: 100%;
	border: 0;
}
.agenda-date{
	color: #791ada;
	line-height: 50px;
	font-size: 24px;
}
.agenda-topic{
	background-color: #791ada;
	color: #fff;
	line-height: 50px;
	font-size: 20px;
	padding-left: 20px;
	border-radius: 10px;
}
.agenda-timetopic{
	color: #000000;
	font-weight: bold;
	padding: 7px 10px 7px 0;
}
.agenda-notice{
	font-size: 14px;
	text-align: right;
	color: #000000;
}

/*本届赞助*/
.sponsor-div{
	width: 200px;
	float: left;
	text-align: center;
}
.sponsor-introduction{
	width: 1183px;
	border: 1px solid #8410ff;
	box-shadow: 0px 1px 10px 5px #8410ff;
	margin-top: 25px;
	position: absolute;
	background-color: #fff;
	color: #333333;
}
.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 #fff;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); 
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	background-color: #fff;
}
.sponsor-div>img{
	box-shadow: 0px 0px 10px 1px #D1CECE;
}

/*合作媒体*/
.media{
	width: 198px;
	border: 1px solid #b454f2;
	float: left;
}
.media>img{
	width: 100%;
}

/*关于我们*/
#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;
	color: #000;
}
.contact-us{
	width: 260px;
	font-size: 17px;
	margin-top: 20px;
	color: #000000;
}
.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;
	color: #000000;
}
.copyright{
	text-align: center;
	color: #FFFFFF;
	padding: 10px 0 20px;
	background-color: #000000;
}
