@charset "utf-8";
.main_slider {
	width:100%;
	position: relative;
	float: left;
}
.main_slider img {
	width: 100%;
}

#home_left_bar {
	width: 35%;
	margin-right: 5%;
	float: left;
	margin-top: 434px;
}
#home_left_bar a {
	display: block;
	color: #6a6a6a;
	margin-bottom: 5px;
	font-size: 16px;
	border-bottom: 1px solid #d1e3ea;
	padding-top: 10px;
	padding-bottom: 10px;
}
#home_left_bar span {
	color: #61cae1;
	font-weight: 700;
}
#home_right_content {
	float: left;
	margin-top: 434px;
	/* max-width: 550px; */
	width: 60%;
}
.bottom_link {
	color: #61cae1 !important;
	text-decoration: underline;
	font-weight: 700;
	text-align: right;
	border-bottom: none !important;
}

h1.home_title {
	font-family: "aleobold", Arial;
	color: #1a7496;
	font-size: 22px;
	border-top: 1px solid #d1e3ea;
	border-bottom: 1px solid #d1e3ea;
	padding-top: 5px;
	padding-bottom: 5px;
}

#box_banner {
	width: 100%;
	text-align: center;
}
#box_banner img {
	width: 100%;
	max-width: 310px;
}



.slide {
	background-color: #000;
	max-width: 940px;
	width: 100%;
	position: absolute;
	z-index: 1;
	display: none;
}
.slide_pack {
	width:100%;
	max-width: 940px;
	/* margin-left:auto; */
	/* margin-right: auto; */
	/* padding-top: 53px; */
	display: table;
	/* height: 100%; */
}

#oqf_nav {
	width:100%;
	position: absolute;
	/* margin-top: 170px; */
	/* max-width:none; */
	z-index: 5;
	max-width: 940px;
}
#oqf_nav img {
	width: 40px;
	cursor: pointer;
}
#oqf_nav_mobile {
	width:100%;
	max-width:none;
	z-index: 99;
	position: absolute;
}
#oqf_nav_mobile img {
	width:50px;
}


#oqf_prev, #oqf_prev_m {
	float:left;
}
#oqf_next, #oqf_next_m {
	float: right;
}
