@charset "utf-8";
/* CSS Document */

.wrap{width:1000px;margin:0 auto;}
.fl{float: left;}
.fr{float: right;}
.vm{vertical-align: middle;}
/*专题顶部导航*/
.top-bar{border-bottom: 2px #E20000 solid;}
.top-bar-login,.top-bar-login-after{line-height: 30px;font: 12px/30px simsun;}
.top-bar-login-after{display: none;}
.top-bar .ofw-logo{margin-top: 2px;}
.top-bar-login>.signin{display: inline-block;background: #e20000;height:24px;width:50px;border-radius: 2px;text-align: center;margin-top: 3px;line-height: 24px;}
.top-bar-login>.signin>a{color: #fff;}
.top-bar-login a,.top-bar-login-after a{color: #333;}
.top-bar-login a:hover,.top-bar-login-after a:hover{text-decoration: underline;}
.top-bar-login i{font-style: normal;color: #666;}
.top-bar-login>.email{padding-left: 24px;display: inline-block;background: url(http://images.ofweek.com/images/global-steven/email/ico_email.png) no-repeat left;}


/*顶部导航*/
.topbar {
	position: absolute;
	width: 100%;
	z-index: 100;
	left: 0;
	background: #fff;
}
.topbar.fixed {
	position: fixed;
	top: 0;
	z-index: 1000;
}
.topbar .icon {margin-top: 20px;margin-right: 20px;}

.topbar .topnav a {
	float: left;
	line-height: 100px;
	font-size: 16px;
	padding: 0 11px;
	color: #000;
}
.topbar .topnav a.on {
	background: #ececec;
}
.topbar .btn {
	margin-top: 31px;
	margin-right: -10px;
}
.topbar .btn a {
	float: left;
	width: 100px;
	line-height: 38px;
	border-radius: 4px;
	background: #e20000;
	font-size: 16px;
	color: #fff;
	margin-right: 10px;
	text-align: center;
}

.ban-wrap {
	height: 530px;
	position: relative;
	margin-top: 100px;
}
.ban-item {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	display: none;
}
.ban-wrap .btns {
	position: absolute;
	width: 100%;
	z-index: 2;
	left: 0;
	bottom: 40px;
	text-align: center;
}
.ban-wrap .btns a {
	width: 144px;
	line-height: 38px;
	border-width: 1px;
	border-style: solid;
	text-align: center;
	font-size: 16px;
	display: inline-block;
	margin: 0 5px;
}

.intro {
	background: #ececec;
	height: 350px;
}
.intro .cont {
	height: 320px;
	padding-top: 30px;
	background: url(../images/bg_03.png);
	overflow: hidden;
}
.intro .cont p {
	text-indent: 2em;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
}
.part1	{
	margin-top: 70px;
}


.part-tit {
	margin-bottom: 20px;
	text-align: center;
}


.part1 .container {
	height: 623px;
	padding: 6px 1px 1px;
	background: url(../images/z_03.png);
}
.part1 .container .slid-box {
	position: relative;
	height: 540px;
	overflow: hidden;
}
.part1 .container .img-con {
	height: 100%;
	position: relative;
	left: 0;
}
.part1 .container .img-item {
	float: left;
	width: 998px;
	height: 540px;
	position: relative;
}
.part1 .container .word {
	margin: 40px 40px 0;
	width: 690px;
	color: #fff;
}
.part1 .container .word h3 {
	display: inline-block;
	font-weight: normal;
	font-size: 30px;
	padding-bottom: 8px;
	border-bottom: 2px solid #fff;
}
.part1 .container .word p {
	margin-top: 16px;
	font-size: 20px;
	line-height: 34px;
}
.part1 .container .list-con {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 140px;
	background: rgba(69,102,158,.9);
}

.part1 .container .list-item {
	width: 200px;
	height: 70px;
	cursor: default;
	float: left;
	padding-top: 70px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
	color: #fff;
	background-repeat: no-repeat;
	background-position: center 15px;
}
.part1 .container .btns {
	text-align: center;
	margin-top: 20px;
}
.part1 .container .btns a {
	margin: 0 36px;
}

.part2 {
	margin-top: 50px;
}
.part2 .wrapper {
	height: 462px;
	position: relative;
}
.part2 .wrapper .img-con {
	height: 100%;
	position: relative;
}
.part2 .wrapper .img-item {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: none;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: 56%,center;
}
.part2 .wrapper .word-con {
	float: right;
	margin-top: 80px;
	width: 410px;
	color: #fff;
}
.part2 .wrapper .word-con h3 {
	margin-left: 16px;
	font-size: 18px;
	position: relative;
	margin-bottom: 16px;
	padding-bottom: 16px;
}
.part2 .wrapper .word-con h3:after {
	content: '';
	position: absolute;
	width: 86px;
	border-top: 1px solid #fff;
	top: 100%;
	left: 0;
	z-index: 1;
}
.part2 .wrapper .word-con p {
	font-size: 14px;
	line-height: 2;
}

.part2 .wrapper .pagi {
	position: absolute;
	width: 100%;
	z-index: 2;
	bottom: 0;
	left: 0;
}
.part2 .wrapper .pagi-con span {
	display: inline-block;
	color: #fff;
	width: 35px;
	line-height: 30px;
	font-size: 20px;
	text-align: center;
	margin: 0 8px;
	cursor: pointer;
}
.part2 .wrapper .pagi-con span.on {
	background: #fff;
	color: #4369a4;
}


.part4 {
	padding-top: 80px;
	height: 862px;
	background: url(../images/bg_11.png) no-repeat center top;
}
.part4 .obj {
	padding-top: 155px;
	background: url(../images/z_27.png) no-repeat center top;
}
.part4 .obj .obj-item {
	float: left;
	width: 166px;
	padding-top: 86px;
	background-repeat: no-repeat;
	background-image: url(../images/ob1.png);
	text-align: center;
	font-size: 14px;
	line-height: 20px;
}
.part4 .obj .obj-item p {
	margin-bottom: 10px;
}
.part4 .obj .obj-item.on {
	background-image: url(../images/ob2.png);
}
.part4 .obj .obj-item img {
	opacity: 0;
}
.part4 .obj .obj-item.on img {
	opacity: 1;
}
.part4 .serv {
	margin-top: 50px;
}
.part4 .list {
	margin-left: -20px;
}
.part4 .list li {
	float: left;
	width: 320px;
	height: 200px;	
	margin-left: 20px;
	position: relative;
}
.part4 .list li p {
	height: 58px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(64,102,161,.9);
}
.part4 .list li p span {
	display: block;
	margin-left: 20px;
	margin-right: 20px;
	color: #fff;
	font-size: 12px;
	line-height: 15px;
	margin-top: 15px;
}
.part4 .units {
	margin-top: 50px;
	margin-left: -35px;
}
.part4 .units div {
	margin-left: 35px;
	float: left;
}
.part4 .units div span {
	display: inline-block;
	width: 98px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #b6b6b6;
	font-size: 14px;
	vertical-align: middle;
}
.part4 .units div a {
	margin-left: 14px;
}
.part4 .units div img {
	vertical-align: middle;
}



.part5 {
	height: 250px;
	background: url(../images/ban_57.jpg) no-repeat center top;
}

.part5 .btns {padding-top: 120px;text-align: center;}

.part5 .btns a {
	display: inline-block;
	width: 148px;
	line-height: 34px;
	border: 1px solid #fff;
	border-radius: 18px;
	font-size: 16px;
	color: #fff;
	margin:  0 8px;
}
.part5 .btns a i {
	border-width: 8px 6px;
	border-color: transparent;
	border-left-color: #fff;
	border-style: solid;
	margin-right: 4px;
	display: inline-block;
	vertical-align: middle;
}
.part5 .btns a span {
	vertical-align: middle;
}

.concat {
	padding: 30px 0 35px;
	background: #45669e;
}
.concat .cl {
	color: #fff;
}
.concat .cl h2{
	font-size: 18px;
	display: inline-block;
	padding-bottom: 8px;
	border-bottom: 1px solid #fff;
}
.concat .cl .con {
	margin-top: 30px;
	margin-left: -80px;
}
.concat .cl .con div {
	margin-left: 80px;
	font-size: 16px;
	line-height: 24px;
	float: left;
}
.concat .cl .zz {
	margin-top: 32px;
	padding-left: 34px;
	background: url(../images/t-ico.png) no-repeat left top;
	line-height: 24px;
	font-size: 18px;
}
.concat .cr {
	margin-top: 44px;

}


















.side-nav {
	position: fixed;
	z-index: 100;
	top: 50%;
	margin-top: -175px;
	left: 0;
	width: 120px;
	display: none;
}
.side-nav li {
	line-height: 50px;
	text-align: center;
	background: #0657c4;
}
.side-nav li.active {
	background: #0096ff;
}
.side-nav li a{
	color: #fff;
	display: block;
}

.side-nav ul div {
	width: 107px;
	height: 6px;
	background: #024aad;
	transform: skewX(103deg);
	-webkit-transform: skewX(103deg);
}
#go-top {
	width: 84px;
	height: 20px;
	margin: 0 auto;
	cursor: pointer;
	background: url(../images/totop.jpg);
}

/*拟邀嘉宾*/
.jiabin {
	margin-top: 30px;
}
.slideBox {
	position: relative;
	width: 996px;
	margin: 0 auto;
}
.slideBox .bd {
	height: 664px;
	overflow: hidden;
}
.slideBox .bd .ob-slide {
	width: 996px;
	float: left;
	height: 664px;
}
.slideBox .bd .ob-slide ul {
	overflow: hidden;
}
.slideBox .bd .ob-slide ul li {
	/*float: left;*/
	width: 166px;
	
	height: 166px;
	display: table-cell;text-align: center;
	vertical-align: middle;
	overflow: hidden;
}
.slideBox .bd .ob-slide ul .tou {
	background: #666;

}
.slideBox .bd .ob-slide ul .tou img {
	width: 100%;
}
.slideBox .bd .ob-slide ul .wei {
	background: #4066a1;
	color: #fff;
	line-height: 1.6;
	font-size: 14px;
	padding: 0 10px;
	width: 146px;
}
.slideBox .bd .ob-slide ul .wei span {
	font-weight: bold;
}

.slideBox .prev,.slideBox .next {
	position: absolute;
	top: 293px;	
}
.slideBox .prev {
	right: 50%;
	margin-right: 540px;
}
.slideBox .next {
	left: 50%;
	margin-left: 540px;
}
.slideBox .hd {
	margin-top: 16px;
	text-align: center;
}
.slideBox .hd span {
	background: #4066a1;
	border-radius: 50%;
	margin: 0 5px;
	width: 10px;
	height: 10px;
	display: inline-block;
}
.slideBox .hd span.on {
	background: #e20000;
}