/*导航*/

.header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 70px;
	z-index: 9999;
	background-color: #004eff;
}

.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;
}

/*大会介绍*/

.intro p {
	color: #FFFFFF;
	font-size: 16px;
	text-align: left;
	line-height: 32px;
	text-indent: 32px;
}

/*组织机构*/

.mechan>div {
	width: 1050px;
	height: 170px;
	border-radius: 15px;
	margin: 30px auto 0 auto;
}

.mechan .company ul {
	padding-top: 16px;
}

.mechan .company li {
	margin: 10px 0;
	color: #FFFFFF;
	font-size: 18px;
	text-align: left;
	padding-left: 260px;
}

.mechan .object {
	color: #FFFFFF;
}

.mechan .object dt {
	float: left;
	width: 65px;
	height: 65px;
	font-size: 30px;
	line-height: 35px;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 40px 55px 40px 55px;
}

.mechan .object div {
	display: inline-block;
	text-align: left;
	font-size: 18px;
	padding-top: 10px;
}

.mechan .object div p {
	line-height: 32px;
}

/*大会嘉宾*/
.guest .guest-box {
	width: 1100px;
	margin: 0 auto;
	height: 600px;
}

/*主题活动*/
.activity .activity-box {
	width: 950px;
	margin: 0 auto;
}

.activity .activity-box li {
	display: inline-block;
	margin-right: 5px;
}

/*大会议程*/
.agenda .agenda-box {
	width: 920px;
	height: 660px;
	margin: 0 auto;
	overflow: auto;
}

.agenda .agenda-box table {
	width: 900px;
	color: #FFFFFF;
	margin: 0 auto;
	font-size: 14px;
}

.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) {
	background: #2f82ff;
}

.agenda .agenda-box table tr:nth-child(odd) {
	background: #004eff;
}

.agenda .agenda-box table .nth {
	font-size: 16px;
	font-weight: 100;
	background: #042267!important;
}

/*大会规模*/

.scale .scale-box {
	width: 1100px;
	height: 450px;
	margin: 0 auto;
	background: url(/Images/ZT/XiAn/scale_back.jpg) center no-repeat;
}

.scale .scale-box li {
	display: inline-block;
	color: #fff;
	width: 260px;
	font-size: 14px;
	margin-top: 50px;
}

.scale .scale-box li .changeNumWrap {
	margin: 10px 0;
	font-size: 24px;
}

.scale .scale-box li p {
	font-size: 18px;
}

/*参会报名*/
.enroll {
	width: 1100px;
	margin: 0 auto;
	padding-bottom: 50px;
}

.enroll form em {
	display: inline-block;
	vertical-align: bottom;
	font-size: 32px;
	font-style: normal;
	color: red;
}

.enroll form span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #fff;
}

.enroll form li input {
	vertical-align: middle;
	width: 350px;
	height: 42px;
	font-size: 16px;
	text-indent: 10px;
	border-radius: 5px;
	border: 1px solid #656565;
}

.enroll form li input:focus {
	border: 1px solid red;
}

.enroll form ul li {
	display: inline-block;
	width: 49%;
	margin-top: 30px;
}

.enroll form p {
	margin-top: 20px;
	text-indent: 45px;
	color: #fff;
}

.enroll form p span {
	color: #F80000;
	margin-right: 5px;
}

.enroll input[type=button] {
	border: 0px;
	color: #000;
	width: 155px;
	height: 48px;
	cursor: pointer;
	font-size: 24px;
	background: #fff;
	margin: 40px 45% 0;
	border-radius: 50px;
}

/*大会服务*/

.service>div {
	width: 900px;
	height: auto;
	color: #FFFFFF;
	font-size: 14px;
	text-align: left;
	line-height: 28px;
	font-weight: bold;
	padding: 20px 75px;
	border-radius: 15px;
	margin: 20px auto 0 auto;
}

.service>div>ul {
	display: inline-block;
	margin-right: 50px;
}

.service>div>dl>dt,
.service>div>dl>dd,
.service>div>dl>dd>div {
	display: inline-block;
	vertical-align: middle;
}

.service>div>dl>dt {
	width: 280px;
	font-size: 18px;
}

.service>div>dl>dd>div {
	width: 280px;
}

.service>div>dl>dd h2 {
	font-size: 16px;
}

.service>div>dl>dd p {
	font-size: 14px;
}
        /*合作伙伴*/

.partner .partner-box {
	width: 800px;
	height: 100%;
	margin: 50px auto;
}

.partner .partner-box a {
	display: inline-block;
	height: 55px;
}

/*公共*/

.intro,
.mechan {
	width: 1100px;
	margin: 0 auto;
}

.title {
	color: #FFFFFF;
	font-size: 48px;
	line-height: 96px;
	font-weight: bold;
	letter-spacing: 10px;
}