/* CSS Document */

body {
	background: url(../img/default_bg.jpg) no-repeat center top;
}

.logo {
	padding-top: 110px;
	height: 160px;
	text-align: center;
}

.top_bar {
	margin: auto;
	padding: 30px 0;
	width: 1000px;
	height: 40px;
	background: url(../img/default_con_top.png) repeat-x bottom;
}
.top_bar .reg {
	color: #8F9CBE;
	line-height: 40px;
	text-align: center;
}
.top_bar .reg a {
	font-size: 14px;
	color: #FFF;
}
.top_bar a.home_btn {
	display: inline-block;
	width: 98px;
	height: 38px;
	border: 1px solid #6373A0;
	border-radius: 3px;
	font-size: 14px;
	color: #FFF;
	line-height: 38px;
	text-align: center;
}
.search_form {
	border-radius: 3px;
	background: #FFF;
	width: 520px;
	height: 40px;
}
.search_form select {
	display: none;
}
.search_form .select_box {
	float: left;
	position: relative;
	font-size: 12px;
	color: #999;
	width: 80px;
	line-height: 40px;
}
.search_form .select_showbox {
	height: 40px;
	background: url(../img/search_ico.png) no-repeat 60px center;
	text-indent: 1em;
}
.search_form .select_showbox.active {
	background: url(../img/search_ico_hover.png) no-repeat 60px center;
}
.search_form .select_option {
	display: none;
	position: absolute;
	left: 0;
	top: 40px;
	border-radius: 3px;
	z-index: 99;
	background: #FFF;
}
.search_form .select_option li {
	text-indent: 1em;
	width: 80px;
	cursor: pointer;
}
.search_form .select_option li.selected {
	background: #FFF;
	color: #999;
}
.search_form .select_option li.hover {
	background: #F0F0F0;
	color: #999;
}
.search_form input.inp_srh, .search_form input.btn_srh {
	float: left;
	border: none;
	background: none;
	height: 40px;
	line-height: 40px;
}
.search_form input.inp_srh {
	outline: none;
	padding-left: 10px;
	width: 360px;
	font-size: 14px;
}
.search_form input.btn_srh {
	width: 70px;
	border-radius: 0 3px 3px 0;
	background: #10ABDD;
	font-size: 16px;
	color: #FFF;
	cursor: pointer;
}

.channel_item {
	margin: auto;
	padding: 50px 0 10px;
	width: 1080px;
	overflow: hidden;
	zoom: 1;
}
.channel_item li {
	float: left;
	padding-bottom: 20px;
	width: 180px;
	text-align: center;
}
.channel_item li h3 {
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	line-height: 40px;
}

.btm_bar {
	margin: auto;
	background: url(../img/default_con_btm.png) repeat-x top;
	padding: 26px 0;
	width: 980px;
	font-size: 14px;
	color: #FFF;
	line-height: 21px;
}



















