@charset "utf-8";
/* 案例*/
.demobox {
	padding: 0 20px 60px 20px;
	/*background: #f2f2f2;*/
	border-bottom: 1px dotted #ccc;
}
.demobox .hd {
	padding: 40px 10px 0 10px;
}
.demobox .hd h3 {
	font-size: 30px;
	font-weight: bold;
	color: #39a4dc;
	line-height: 60px;
}
.demobox .hd h3 span {
	color: #ccc;
	font-style: italic;
	font-size: 35px;
}
.demobox .bd {
	padding: 20px;
	overflow: hidden;
	zoom: 1;
}
.demobox .bd .iframewrap {
	overflow: hidden;
	float: left;
}
.demobox iframe {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
.demobox .bottit {
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	background: #eee;
	text-align: right;
	padding: 5px 0;
	overflow: hidden;
	display: none;
}
.demobox .bottit em {
	float: left;
	font-weight: bold;
	padding-left: 10px;
}
.demobox .bottit span a {
	display: block;
	float: right;
	height: 20px;
	line-height: 20px;
	padding: 0 5px;
	background: #f60;
	margin-right: 10px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	display: none;
}
.demobox .bottit span a:hover {
	text-decoration: none;
	background: #f60;
}
.rightnav {
	position: fixed;
	width: 140px;
	right: 0;
	top: 100px;
	_position: absolute;
	text-align: left;
	cursor: pointer;
	background-image: ;
}
.rightnav a {
	display: block;
	position: relative;
	height: 30px;
	line-height: 30px;
	margin-bottom: 2px;
	background: #fff;
	padding-right: 10px;
	width: 130px;
	overflow: hidden;
	cursor: pointer;
	right: -110px;
}
.rightnav a:hover {
	text-decoration: none;
	color: #39a4dc;
}
.rightnav a:hover em {
	background: #00b700
}
.rightnav a em {
	display: block;
	float: left;
	width: 30px;
	background: #39a4dc;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-right: 10px;
}
.rightnav a.new em {
	background: #f60;
}
.demobox .iframewrap {
	width: 100%;
}

/* 扩展效果 */
.demoboxeven {
	background: #fff;
}
.demoboxeven .demolist li {
}
.demoboxeven .demolist li.on {
	background: #666;
	color: #fff;
}

.demobox p{
	font-size: 14px;
    text-indent: 30px;
	}
