.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 70px;
	z-index: 9999;
	background-color: #0054a7;
}

.header .header-box {
	width: 1100px;
	height: 52px;
	margin: 0 auto;
	padding-top: 18px;
}

.header .header-box .box-logo {
	float: left;
}

.header .header-box .box-ul {
	float: right;
}

.header .header-box .box-ul .item {
	display: none;
}

.header .header-box .box-ul .item2 {
	margin-left: 0px;
}

.header .header-box .box-ul li {
	display: inline-block;
	line-height: 35px;
	margin-left: 30px;
}

.header .header-box .box-ul li a {
	color: #FFFFFF;
	font-size: 14px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.header .header-box .box-ul li.active {
	border-bottom: 3px solid #000983;
}

.header .header-box .box-ul li.active a {
	color: #000983;
	font-size: 16px;
}

.bj2 {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.intro p {
	width: 630px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	line-height: 25px;
	text-indent: 28px;
}

.intro .video>* {
	display: inline-block;
	vertical-align: top;
}

.title {
	color: #FFFFFF;
	font-size: 48px;
	line-height: 96px;
	font-weight: bold;
	letter-spacing: 10px;
}

.intro,
.mechan {
	width: 1100px;
	margin: 0 auto;
}

/*组织机构*/
.company img {
	display: block;
	width: 900px;
	height: auto;
	margin: 20px auto;
	border-radius: 15px;
}


/*主题活动*/
.activity .activity-box {
	position: relative;
	color: #fff;
	width: 800px;
	height: 520px;
	margin: 0 auto;
	font-size: 16px;
	text-align: left;
	letter-spacing: 1px;
}

.activity .activity-box .box-title {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}

.activity .activity-box > div {
	position: absolute;
	width: 350px;
}

.activity .activity-box > div li {
	line-height: 28px;
}

/*大会议程*/
.agenda .agenda-box {
	width: 1050px;
	height: auto;
	margin: 0 auto;
}

.agenda .agenda-box table {
	width: 1050px;
	color: #FFFFFF;
	margin: 0 auto;
	font-size: 16px;
}

.agenda .agenda-box table tr {
	height: 50px;
}

.agenda .agenda-box table .brd-rg {
	border-right: 1px solid #00ffff;
}

.agenda .agenda-box table .lh {
	text-align: left;
	text-indent: 50px;
}

.agenda .agenda-box table tr:nth-child(even) {
	
}

.agenda .agenda-box table tr:nth-child(odd) {
	
}

.agenda .agenda-box table .nth {
	font-size: 16px;
	font-weight: 100;
	background: #0538ad!important;
}

.agenda .agenda-box table tr th,
.agenda .agenda-box table tr td {	
	border: 1px solid #fff;
}
