body { margin: 0; padding: 0; font:14px/22px 'Microsoft Yahei'; color: #444; }
div,p {margin: 0; padding: 0;}

/* 滚动内容样式 */
.scroll_main {

	display: block;

}

/* 滚动内容区样式 */
.scroll_wrap,.scroll_wrap2 {
	width: 100%;	
	position: relative;
}
.scroll_wrap{height: 940px;}
.scroll_wrap2{height: 670px;margin-top: 20px;}

/* 滚动内容样式 */
.scroll_wrap .scroll_cont,.scroll_wrap2 .scroll_cont {
	height: 100%;
	overflow: hidden;
}
.scroll_wrap .scroll_cont p {
	font-size: 16px;
	line-height: 30px;
	text-indent: 32px;
}
.scroll_wrap .scroll_cont h2 {
	font-size: 21px;
	line-height: 60px;
}
.scroll_wrap .scroll_cont h3 {
	font-size: 18px;
	line-height: 60px;
}
.scroll_wrap .scroll_cont h4 {
	font-size: 16px;
	line-height: 60px;
}
/* 滚动条 */
.scroll_wrap .scroll_bar,.scroll_wrap2 .scroll_bar {
	position: absolute;
	top:0;
	right:0;
	width: 10px;
	height: 100%;
	background: #cbcbcb;
}
/* 滚动块 */
.scroll_wrap .scroll_slider,.scroll_wrap2 .scroll_slider {
	position: absolute;
	top: 0;
	left: 0px;
	width: 10px;
	height: 80px;
	background: #a7a7a7;
	border-radius:5px;
	/*opacity: .5*/
}
.scroll_wrap .scroll_slider:hover{
	/*opacity: 1*/
}