.wrap{width:1000px;margin:0 auto;}
.fl{float: left;}
.fr{float: right;}
.tc{text-align: center;}
/*专题顶部导航*/
.top-bar{border-bottom: 2px #E20000 solid;background: #fff;}
.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;}


body {
	background-color: #171573;
}

.w1 {
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
}
.ti2 {
	text-indent: 2em;
}
.btn {
	display: inline-block;
	color: #fff;
	padding: 11px 24px;
	background: #05b0da;
	font-size: 18px;
	line-height: 1;
	border-radius: 20px;
}
/*banner*/
.banner {
	height: 510px;
	background: url(../images/banner_02.png) no-repeat center top;
}

/*main*/
.main {
	background: url(../images/bg_04.png) repeat center top;
	padding-bottom: 50px;
}

.main .part {
	margin-top: 40px;
}

.part .part-title {
	text-align: center;
	line-height: 32px;
	font-size: 24px;
	color: #04d3ff;
	font-weight: normal;
	background: url(../images/title_bg_03.png) no-repeat;
	margin-bottom: 40px;
}

#slideBox1 {
	width: 470px;
	height: 300px;
	border: 1px solid #dcdcdc;
	background: #2c3088;
}
#slideBox1 img, #slideBox3 img {
	width: 100%;
}
#slideBox1 .hd {
	font-size: 0;
	margin-top: 12px;
	text-align: center;
}
#slideBox1 .hd li {
	display: inline-block;
	background: #fff;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	margin: 0 6px;
	opacity: .35;
}
#slideBox1 .hd li.on {
	opacity: 1;
}

#slideBox2 {
	padding-bottom: 25px;
}
#slideBox2 .slide-item ul {
	margin-left: -7px;
	margin-right: -7px;
	overflow: hidden;
}
#slideBox2 .slide-item ul li {
	cursor: pointer;
	margin: 0 7px;
	width: 322px;
	/*height: 210px;*/
	border:1px solid #616161;
	position: relative;
	float: left;
}
#slideBox2 .slide-item ul li img {
	width: 100%;
	/*height: 100%;*/
}
#slideBox2 .slide-item ul li p {
	position: absolute;
	background: rgba(0,0,0,.5);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 16px 20px;
	color: #fff;
	font-size: 14px;

}
#slideBox2 .slide-item ul li:hover {
	border-color: #00a0e9;
}
#slideBox2 .hd {
	margin-top: 30px;
	font-size: 0;
	text-align: center;
}
#slideBox2 .hd li {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 6px;
	background: #fff;
	border-radius: 50%;
}
#slideBox2 .hd li.on {
	background: #00a0e9;
}
/*涂鸦产品与服务*/
#slideBox3 {
	margin: 30px 100px 0;
	padding: 0 86px;
	position: relative;	
}
#slideBox3 .btns a {
	position: absolute;
	top: 50%;
	margin-top: -12px;
	width: 25px;
	height: 24px;
	line-height: 100px;
	overflow: hidden;
}
#slideBox3 .btns a.prev {
	left: 33px;
	background: url(../images/img_14.png) no-repeat 8px top;
}
#slideBox3 .btns a.next {
	right: 33px;
	background: url(../images/img_14.png) no-repeat -9px top;
} 

/*重点案例*/
#slideBox4 {
	position: relative;
	padding-right: 500px;
	height: 350px;
}
#slideBox4 .slide-item {
	padding-right: 100px;
	color: #fff;
}
#slideBox4 .t1 {
	font-size: 22px;
	padding-bottom: 24px;
	position: relative;
}
#slideBox4 .t1:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 3px;
	background: #04d3ff;
}
#slideBox4 .t2 {
	margin-top: 40px;
}

#slideBox4 dl dd {
	opacity: .8;
}
#slideBox4 .t3 {
	margin-top: 30px;
}
#slideBox4 dl {
	font-size: 16px;
	line-height: 24px;
}
#slideBox4 .pagi {
	position: absolute;
	top: 0;
	right: 0;
	padding: 16px;
	border: 1px solid #04d2fe;
	background: #fff;
	width: 412px;
	border-radius: 10px;
}
#slideBox4 .pagi>div {
	position: relative;
	float: left;
	margin: 8px;
	width: 188px;
	height: 128px;
	border: 1px solid #04d2fe;
	border-radius: 6px;
}
#slideBox4 .pagi>div.on {
	border-color: transparent;
}
#slideBox4 .pagi>div>div {
	position: absolute;
	text-align: center;
	line-height: 128px;
	width: 100%;
	height: 100%;
	color:#fff;
	font-size: 34px;
	border-radius: 6px;
	cursor: default;
}
#slideBox4 .pagi>div>div.back {
	display: none;
}
#slideBox4 .pagi>div.on>div.back {
	display: block;
}
#slideBox4 .pagi>div.on>div.face {
	display: none;
}
#slideBox4 .pagi-1 .back {
	background: #ea5646;
}
#slideBox4 .pagi-2 .back {
	background: #3ec8a7;
}
#slideBox4 .pagi-3 .back {
	background: #5661e8;
}
#slideBox4 .pagi-4 .back {
	background: #2eb9ea;
}

/*合作伙伴*/
.part6 .part-main dl {
	margin-top: 26px;
}
.part6 .part-main dd {
	margin-top: 16px;
}
.part6 .part-main dt {
	font-size: 20px;
	color: #fff;
}

.part7 {
	background: url(../images/bg_22.png) no-repeat center 65px;
}
.part7 p {
	margin-top: 720px;
	text-align: center;
}
/*.part7 .w1 a {
	color: #fff;
}*/
.part7 .w1 a{
	color: #f00;
}
.survey-con {
	width: 760px;
	margin: 0 auto;
	/*background: #fafafa;*/
}

.partner {
	height: 640px;
	background: url(../images/bg_06.jpg) no-repeat;
	text-align: center;
}
.side-nav {
	position: fixed;
	top: 50%;
	margin-top: -198px;
	left: 50%;
	margin-left: 515px;
	display: none;
}
.side-nav a {
	display: block;
	width: 160px;
	line-height: 35px;
	border: 1px solid #04d3ff;
	text-align: center;
	margin-top: 7px;
	color: #04d3ff;
	font-size: 16px;
	border-radius: 10px;
	background: #171573;
}
.side-nav a.active {
	color: #fff;
	background: #00a0e9;
}


.video-popup{
	position:fixed;
	left:50%;
	top:50%;
	width:650px;
	height: 450px;
	background: #d8d8d8;
	z-index:99999;
	margin-left: -325px;
	margin-top: -225px;
	display: none;
}

.video-popup h3{
	font:bold 16px/16px microsoft Yahei;
	color:#434343;
	padding:18px 0 12px 12px;
}
.video-popup .close{
    position:absolute; 
    cursor:pointer;
    top:0;
    right:0;
}

.code {
	position: fixed;
	top: 50%;
	right: 50%;
	margin-right: 515px;
	margin-top: -105.5px;
	z-index: 99999;
}