@charset "utf-8";
/* CSS Document */
body{
	padding: 0;
	margin: 0;
	background-color: #051400;
	background-image: url(top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#floatMenu {
	position:absolute;
	top: 280px;
	right: 75%;
	width: 250px;
}
#floatMenu ul {
	margin-bottom:20px;
}
#floatMenu ul li a {
	display: block;
	background-color: #123F06;
	text-decoration: none;
	color: #FFF;
	padding: 5px 5px 5px 25px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 6px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #66A435;
	border-right-color: #66A435;
	border-bottom-color: #66A435;
	border-left-color: #66A435;
	font-family: "微软雅黑";
	font-size: 16px;
	font-weight: 800;
}
#floatMenu ul li a:hover {
	color: #fff;
	background-color: #666666;
}
#floatMenu ul.menu1 li a:hover {
	border-color: #0C0;
}
#floatMenu ul.menu2 li a:hover {
	border-color: #0C0;
}
#floatMenu ul.menu3 li a:hover {
	border-color: #0C0;
}
a {
	color: #FF0099;
}

#bangdan{ clear:none; background:url(menu.png) no-repeat center top; padding-top:60px; padding-bottom:30px;}
#bangdan ul{ font-family:"微软雅黑"; font-size:15px; line-height:32px;}
#bangdan ul li{ list-style:url(bullet-sandal.png); }
#bangdan ul li a{
	color: #FFF;
	text-decoration: none;
}
#bangdan ul li a:hover{
	color: #FF0;
	text-decoration: none;
}

h1{
	font-family: "微软雅黑";
	font-size: 22px;
	line-height:40px;
	padding-left:15px;
	color:#FFF;
	background-color:#060;
	border-radius:8px;
	border-bottom:#CCC 2px solid; 
}
h2{ font-family:"微软雅黑"; font-size:18px; text-align:right; line-height:30px;}
h3{
	font-family: "微软雅黑";
	font-size: 17px;
	color: #060;
}

p{ line-height:25px; font-size:15px; font-family:"微软雅黑";}

.body{ width:100%; max-width:1300px; margin:0 auto; margin-top:30px;}

.table_text{ font-size:14px; line-height:18px; line-height:30px; width:100%;}

.columnLeft{ width:20%; max-width:250px; float:left; padding:0 15px; background:url(menu.png) left no-repeat; color:#FFF; border-radius:20px;}
.columnRight{
	width: 73%;
	max-width: 1000px;
	float: right;
	padding: 15px;
	background-color: #FFF;
	opacity: 0.95;
	border-radius: 15px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #C0E8F4;
}

.columnA{ float:left; width:49%;}
.columnB{ float:right; width:49%;}

.columnC{ float:left; width:68%;}
.columnD{ float:right; width:30%; max-width:278px;}

.columnE{ float:left; width:16%; padding:10px; margin:4px; border:#CCC dashed 1px;}

.imgTitle{ width:100%; max-width:915px; height:auto; max-height:234px; margin-top:20px;}
.img1{ float:left;}
.img2{ width:100%; height:auto; border:0;}
.img3{ float:right;}
.img_BAT{ float:right; width:40%; height:auto;}
.img4{ float:left; width:35%; height:auto; margin-right:10px;}
.img5{ width:80%; height:auto; border:0;}

.clear{ clear:both; height:10px;}
.blank1{ clear:both; height:3px; border-bottom:#060 solid 1px;border-top:#060 dotted 2px; margin:15px auto; width:95%;}
.blank2{ clear:both; height:3px;border-top:#060 dotted 1px; margin:15px auto; width:95%;}
.blank3{ clear:both; height:3px; border-bottom:#F60 solid 1px;border-top:#F60 dotted 2px; margin:15px auto; width:95%;}

@media screen and (max-width:1024px){
	#floatMenu {
	position:absolute;
	top: 280px;
	left:0;
	width: 160px;
	}
	.columnA,.columnB,.columnC,.columnD{ width:100%;}
	.columnE{ width:28%; padding:1%;}
	#floatMenu ul li a { font-size:15px;}
	.img5{ width:100%; height:auto; border:0;}
	}
	
	
@media screen and (max-width:640px){
	#floatMenu {
	position:inherit;
	top: 280px;
	right: 75%;
	width: 250px;
	}	
	.columnA,.columnB,.columnC,.columnD{ width:100%;}
	.columnE{ width:45%; padding:1%; margin:1%;}
	#floatMenu ul li a { font-size:15px;}
	.columnRight{ width:93%;}
	.img5{ width:100%; height:auto; border:0;}
}