@charset "utf-8";


html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
	margin: 0;
	padding: 0;
}


.Main_Menu {
	width: 830px;
	display: inline-block;
	
}

.bottomMain {
	position: absolute;
	left: 270px;
	width: 770px;
	
	height:250px;		
	padding: 30px;
	overflow: hidden;
	background-color: #F0F0F0;
}



.bottomMain-li3 {
	list-style: none;
	overflow: hidden;
	float: left;
	width: 33%;
}

.bottomMain-li4 {
	list-style: none;
	overflow: hidden;
	float: left;
	width: 25%;
}

.bottomListTitle {
	color: #0D47A1;
	border-bottom: 2px solid #0D47A1;
	padding: 0 0 20px 0;
	margin-bottom: 20px;
	font-size: 16px;
	text-align: center;
}

.bottomSunUL {
	padding: 0;
	margin: 0 auto;
}

.bottomSunUL li {
	list-style: none;
	color: #000000;
	font-size: 14px;
	line-height: 20px;
	transition: 0.3s all;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	padding: 8px 0;
	border-bottom: 1px solid #F0F0F0;
}

.bottomSunUL li:hover {
	border-bottom: 1px solid #000000;
}

.bottomSunUL li a:link {
	color: #000000;
	text-decoration: none;
}


.bottomSunUL li a:visited {
	color: #000000;
	text-decoration: none;
}


.bottomSunUL li a:hover {
	color: #000000;
	text-decoration: none;
}


.bottomSunUL li a:active {
	color: #000000;
	text-decoration: none;
}





.search-type {
	float: left;
	width: 270px;
	height: 50px;
	line-height: 50px;
	
	color: #5884C2;
	font-size: 16px;
	text-align: center;
	
	background-color: #EEEEEE;
	margin-top: 0px;
	border-radius: 0px 0px 0px 0px;
	z-index: -1;
	position: relative;
}

.search-type .h3 {
	height: 52px;
	line-height: 52px;
	padding-left: 0px;
	text-align: center;
	font-size: 16px;
	font-weight:bold;
	
	position: relative;
}

.search-type .search-title {
	width: 270px;
	display: block;
	height: 50px;
	
	text-decoration: none;
	text-align: center;
}

.search-drop-down {
	clear: both;
	left: 0;
	text-align: left;
	margin: 0px 0px;
	padding: 0px 0px;
	margin-left: 0px;
	
	height: 310px;
	position: absolute;
	z-index: 9999;
	border-width: 0px;
}

.search-type:hover .search-drop-down {
	display: block;
}

.cate {
	position: absolute;
	zoom: 1;
	width: 270px;
	padding-top: 0;
	*padding-top: 0px;
	font-size: 14px;
	
	height: 310px;
	border: 0px;
	z-index: 999;
	
	
	background-color: #FFFFFF;
	
	
	border-top: solid 0px #F37022;
	padding: 0px 0px;
	left: 0px;
	top: 0px;
	*top: 0px;
	margin: 0px 0px;
	padding: 0px 0px;
	
	filter: alpha(opacity=80);
	
	-moz-opacity: 0.8;
	
	opacity: 0.8;
	
}

.cate dl dd {
	height: 24px;
	line-height: 24px;
	clear: both;
	padding: 4px 0 0 2px;
}

.cate dl.search-type-title {
	margin: 0px 0px;
	padding: 8px 8px;
	height: 45px;
	line-height: 45px;
	width: 254px;
	color: #000000;
	background-color: #FFFFFF;
	
	
	
	border-bottom: 1px solid #F0F0F0;
	
	
	
	position: relative;
	cursor: pointer;
	font-size: 15px;
}

.cate dl.search-type-title dt {
	height: 45px;
	line-height: 45px;
	margin: 0 55px;
}

.cate dl.search-type-title dt a {
	color: #fff;
	font-size: 14px;
}


.cate dl.search-type-title dd {
	height: 24px;
	line-height: 24px;
	overflow: hidden;
}

.cate dl.search-type-title dd a {
	color: #fff;
	padding: 0 3px;
	*padding: 0 2px;
	font-size: 12px;
}

.cate dl a:hover {
	text-decoration: underline;
}

.cate dl.search-type-title.last {
	border-bottom: 0;
}

.right-arrow {
	clear: both;
	float: right;
	margin-right: 20px;
	position: absolute;
	right: 20px;
	top: 8px;
	color: #a0a0a0;
	font-size: 16px;
	font-weight: bold;
}


.cate li {
	margin: 0px 0px;
	padding: 0px 0px;
	float: left;
}

.cate li,
.cate li dl,
.cate li dd {
	margin: 0px 0px;
	padding: 0px 0px;
}

.cate .search-type-sub {
	position: absolute;
	top: 0px;
	left: 270px;
	width: 760px;
	
	
	
	background: #94070a;
	
	height: 250px;
	*height: 250px;
	padding: 30px 35px;
	text-align: left;
	font-size: 14px;
	z-index: 99991;
	

	filter: alpha(opacity=80);
	
	-moz-opacity: 0.8;
	
	opacity: 0.8;
	
}

.cate li:hover .search-type-title {
	color: #000000;
	background: #fff;
}

.cate li:hover .search-type-title dt a {
	color: #e93b39;
}

.cate li:hover .search-type-title dd a {
	color: #666;
}

.cate li:hover .search-type-sub {
	display: block;
	*display: inline;
}



.cate .search-type-sub a {
	color: #333;
	font-size: 14px;
	margin-left: 0px;
	margin-right: 20px;
}

.cate .search-type-sub a:hover {
	color: #e93b39;
}

.cate .search-type-sub dt {
	height: 36px;
	line-height: 36px;
	
	border-bottom: 1px solid #FFFFFF;
	color: #e93b39;
	font-size: 15px;
	margin-bottom: 6px;
	padding: 0px 0px;
}

.cate .search-type-sub dt a {
	color: #e93b39;
	font-size: 15px;
	margin-left: 0px;
	margin-bottom: 4px;
}

.cate .search-type-sub dd {
	height: 36px;
	line-height: 36px;
	padding: 0px 0px;
	margin: 0px 0px;
}

.search-button {
	
	
	
	background-color: #670200;
	
	
	margin-left: 12px;
	width: 100px;
	height: 50px;
	border-radius: 5px;
	font-size: 15px;
	border: 1px solid #FFFFFF;
	
	color: #FFF;
	
	cursor: pointer;
}

.search-type-subtitle {
	
	
	font-size: 24px;
	color: #FFFFFF;
	
	text-align: center;
}

.search-type-subexplain {
	padding: 40px 0px 40px 0px;
	color: #FFFFFF;
	
	font-size: 16px;
}

.search-type-subSelect {
	font-size: 15px;
	height: 50px;
	border-radius: 5px;
	border: 1px solid #eeeeee;
}

.search-type-subtextbox {
	width: 500px;
	display: inline-block;
	border-radius: 5px;
	height: 50px;
	font-size: 15px;
}





.hide {
	display: none;
}



.block {
	display: block;
}
