@charset "gb2312";
/*
 * Responsive Droplist Menu - v2.0
 * (c) 2013 CSSplay - Stu Nicholls
 *
 * http://www.cssplay.co.uk
 *
 */
.page {
	position: relative;
	z-index: 100;
	float: right;
	margin-right: 16px;
	width: 488px;
	height: 50px;
	margin-top: 25px;
}
.tabletmenu {position:absolute; left:-9999px; display:none;}
.nav {display:block; font-family:verdana, arial, sans-serif; position:relative; z-index:1000; }
.menuControl {display:none;}
.menu {margin:0; padding:0; list-style:none; text-align:left;}

.menu div {
	position: absolute;
	z-index: -1;
	width: 100%;
	max-width: 100%;
	border-radius: 5px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

.menu li.top-li {
	float: right;
}

.menu li.top-li a.top-a {
	display: block;
	float: left;
	text-align: center;
	line-height: 40px;
	color: #666;
	text-decoration: none;
	font-size: 16px;
	white-space: nowrap;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: "Î¢ÈíÑÅºÚ", Verdana;
}
.menu li.top-li b {display:block; width:100%; height:40px; background:url(trans.gif); position:relative; z-index:100;
-webkit-transition:0.75s;
-o-transition:0.75s;
-moz-transition:0.75s;
transition:0.75s;
}
.menu li.top-li b {*display:none;}

.menu label {display:none;}

.clear {clear:both;}

.menu div dl {
	margin: 0;
	cursor: pointer;
	float: right;
	width: 100%;
	padding: 0px;
}
.menu div dt {display:block; padding:5px; margin:0; color:#fc6; font-size:14px; line-height:20px; background:#444; border-radius:3px;}

.menu div dl.dl5 {clear:left;}

.menu div dd {
	display: block;
	padding: 0;
	margin: 0;
	background-image: url(../images/nav_h_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.menu div dd a {
	line-height: 50px;
	color: #fff;
	display: block;
	text-decoration: none;
	font-size: 12px;
	white-space: nowrap;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.menu div dd a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(../images/nav_h_bg_a.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.menu li:hover > b {height:0;}
.menu li.top-li:hover > a {
	color: #fff;
	text-decoration: none;
	background-color: #393939;
}

.menu li div {left:-9999px; top:-3000px; display:none;}

.menu li:hover div {left:0; top:30px; display:block;}

@media only screen and (max-width : 899px) {
.menu div dl.dl5 {clear:none;}
.menu div dl.dl4,
.menu div dl.dl7 {clear:left;}
}

@media only screen and (max-width : 679px) {
.menu div dl.dl4 {clear:none;}
.menu div dl.dl7 {clear:none;}
.menu div dl.dl3 {clear:left;}
.menu div dl.dl5 {clear:left;}
.menu div dl.dl7 {clear:left;}
}


@media only screen and (max-width : 480px) {
html, body {width:100%; overflow-x:hidden;}
.page {
	display: block;
	width: 100%;
	left: 0;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.menu li.top-li b {display:none;}
.menu li.top-li > label {display:block; width:100%; height:60px; margin-top:-60px; background: url(trans.gif); position:relative; z-index:100;
-webkit-transition:0.75s;
-o-transition:0.75s;
-moz-transition:0.75s;
transition:0.75s;
}

.menu li:hover > label {width:0;}

.nav {
	width: 250px;
	position: absolute;
	left: -250px;
	top: 0;
	min-height: 100%;
	box-shadow: inset -3px 0 5px rgba(0,0,0,0.4);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.menuControl {display:block; position:absolute; left:0; top:180px; width:50px; height:45px; border-radius:0 5px 5px 0;}
.menuControl label {display:block; height:15px; width:30px; border-top: 5px solid #666; border-bottom:5px solid #666; position:absolute; left:10px; top:10px; cursor:pointer;}
.menuControl label:after {display:block; content:""; width:30px; height:5px; background:#666; position:absolute; left:0; top:5px;}

.menu {width:240px;}
.menu li.top-li {
	float: none;
	width: 100%;
	padding: 0;
	min-height: 60px;
}
.menu li.top-li > a.top-a {
	float: none;
	color: #333;
	width: 220px;
	font-size: 25px;
	height: 60px;
	line-height: 60px;
	text-align: left;
	text-indent: 10px;
}
.menu li.has-sub > a.top-a {background: url(top-right.png) no-repeat 180px center;}

.menu li.top-li > a:hover,
.menu li.top-li:hover > a {color:#fff;}
.menu li.has-sub > a:hover,
.menu li.has-sub:hover > a {background: #111 url(top-down.png) no-repeat 180px center;}

.menu div {
	position: static;
	width: 240px;
	display: block;
	margin-top: -20px;
	background: #000;
}

.menu div dl {
	float: none;
	width: 205px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
.menu div dl dt {position:relative; text-indent:10px; font-size:16px; line-height:35px; margin:1px 0; background:#444 url(sub-right.png) no-repeat 165px center; color:#fc6;}

.menu div dl dt label {display:block; position:absolute; left:0; top:0; width:100%; height:100%; z-index:100; background:url(trans.gif);
-webkit-transition:0.75s;
-o-transition:0.75s;
-moz-transition:0.75s;
transition:0.75s;
}

.menu div dl dd {height:0; overflow:hidden;}
.menu div dl dd a {font-size:14px; line-height:40px; text-indent:10px;}

.menu div dl dt:active,
.menu div dl dt:focus {background:#444 url(sub-down.png) no-repeat 165px center;}
.menu div dl dt:active + dd {height:auto;}
.menu div dl dt:focus + dd {height:auto; background:url(trans.gif);}
.menu div dl dd:hover {height:auto;}

#menuOpen:checked ~ .page {left:250px;}
#menuOpen:checked ~ .page article .menuControl .menuOpen {display:none;}

#sub1:checked ~ .menu #p1,
#sub2:checked ~ .menu #p2,
#sub3:checked ~ .menu #p3,
#sub4:checked ~ .menu #p4 {display:block;}

#sub1:checked ~ .menu label.sub1,
#sub2:checked ~ .menu label.sub2,
#sub3:checked ~ .menu label.sub3,
#sub4:checked ~ .menu label.sub4 {width:0;}

#sub1:checked ~ .menu li.sub1 > a,
#sub2:checked ~ .menu li.sub2 > a,
#sub3:checked ~ .menu li.sub3 > a,
#sub4:checked ~ .menu li.sub4 > a {color:#fff; background: #111 url(top-down.png) no-repeat 180px center;}

#dt1:checked ~ .dl1 #s1,
#dt2:checked ~ .dl2 #s2,
#dt3:checked ~ .dl3 #s3,
#dt4:checked ~ .dl4 #s4,
#dt5:checked ~ .dl5 #s5,
#dt6:checked ~ .dl6 #s6,
#dt7:checked ~ .dl7 #s7,
#dt8:checked ~ .dl1 #s8,
#dt9:checked ~ .dl2 #s9,
#dt10:checked ~ .dl3 #s10,
#dt11:checked ~ .dl1 #s11,
#dt12:checked ~ .dl2 #s12,
#dt13:checked ~ .dl1 #s13,
#dt14:checked ~ .dl2 #s14,
#dt15:checked ~ .dl3 #s15,
#dt16:checked ~ .dl4 #s16,
#dt17:checked ~ .dl5 #s17,
#dt18:checked ~ .dl6 #s18 {height:auto;}

#dt1:checked ~ .dl1 dt,
#dt2:checked ~ .dl2 dt,
#dt3:checked ~ .dl3 dt,
#dt4:checked ~ .dl4 dt,
#dt5:checked ~ .dl5 dt,
#dt6:checked ~ .dl6 dt,
#dt7:checked ~ .dl7 dt,
#dt8:checked ~ .dl1 dt,
#dt9:checked ~ .dl2 dt,
#dt10:checked ~ .dl3 dt,
#dt11:checked ~ .dl1 dt,
#dt12:checked ~ .dl2 dt,
#dt13:checked ~ .dl1 dt,
#dt14:checked ~ .dl2 dt,
#dt15:checked ~ .dl3 dt,
#dt16:checked ~ .dl4 dt,
#dt17:checked ~ .dl5 dt,
#dt18:checked ~ .dl6 dt {background:#444 url(sub-down.png) no-repeat 165px center;}

}
