.item_text_style2_a {
	font-size: 18px;
	text-decoration: none;
	color: #0084ff;
}
.item_text_style2_a:hover {
	font-size: 18px;
	text-decoration: underline;
	color: #0084ff;
}




#header_bannar_flame ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
}
#header_bannar_flame ul li {
	float: left;
	cursor: pointer;
}
#header_bannar_flame{
	position: relative;
	overflow: hidden;
	display: block;
}

#header_bannar_area{
	overflow: hidden;
}


@media screen and (max-width: 699px){
	.item_text_style2_a {
		font-size: 14px;
		text-decoration: none;
		color: #0084ff;
	}
	.item_text_style2_a:hover {
		font-size: 14px;
		text-decoration: underline;
		color: #0084ff;
	}
	#header_bannar_area{
		margin-left: 5px;
		padding-top: 5px;
		padding-right: 10px;
		padding-bottom: 5px;
	}
}




/* Scrollbar */
.scrollbar {
	margin:0;
	margin-top: 10px;
	height: 2px;
	background: #ccc;
	line-height: 0;
}
@media screen and (max-width: 699px){
	.scrollbar {
		margin-top: 0px;
	}
}

.scrollbar .handle {
	width: 100px;
	height: 100%;
	background: #292a33;
	cursor: pointer;
}
.scrollbar .handle .mousearea {
	position: absolute;
	top: -9px;
	left: 0;
	width: 100%;
	height: 20px;
}

/* Pages */
.pages {
	list-style: none;
	margin: 20px 0;
	padding: 0;
	text-align: center;
}
.pages li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 4px;
	text-indent: -999px;
	border-radius: 10px;
	cursor: pointer;
	overflow: hidden;
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
}
.pages li:hover {
	background: #aaa;
}
.pages li.active {
	background: #666;
}

@media screen and (max-width: 921px){
	.item_box_style2 {
		width:100%;
	}
}

@media screen and (max-width: 699px){
	#header_bannar_area .header_banner img{
		margin:4px;
		width:296px;
		height:133px;
	}

	#header_bannar_area .header_banner img:hover{
	}
}

.left_space_box {
	float: left;
	height: 100px;
	width: 13px;
}