﻿
body {font:"Microsoft YaHei", Verdana, SimSun, Helvetica, sans-serif;
}
ul {
	list-style: none;
}
/* sc */
.sc {width:1920px;padding-left:459px;
	background-color: rgba(0,50,120,0.8);/*
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#004D81), to(#004D81), color-stop(.5,#004D81));
	background: -moz-linear-gradient(top, #004D81 0%, #004D81 50%, #004D81 100%);
	border: 1px solid #004D81;*/
}
ul.sc > li  {
	/*border-right: 1px solid #215D41;*/
}

/* Black */
.black {
	background-color: #000000;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000), to(#000000), color-stop(.5,#3f3c3c));
	background: -moz-linear-gradient(top, #000000 0%, #3f3c3c 50%, #000000 100%);
	border: 1px solid #000000;
}
ul.black > li  {
	border-right: 1px solid #000000;
}

/* Red */
.red {
	background-color: #ce0000;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ce0000), to(#ce0000), color-stop(.5,#ea3b3b));
	background: -moz-linear-gradient(top, #ce0000 0%, #ea3b3b 50%, #ce0000 100%);
	border: 1px solid #ce0000;
}
ul.red > li  {
	border-right: 1px solid #ce0000;
}	

/* Green */
.green {
	background-color: #5d9300;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5d9300), to(#5d9300), color-stop(.5,#75ba00));
	background: -moz-linear-gradient(top, #5d9300 0%, #75ba00 50%, #5d9300 100%);
	border: 1px solid #5d9300;
}
ul.green > li  {
	border-right: 1px solid #5d9300;
}

/* Light sc */
.lightsc {
	background-color: #008c84;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#008c84), to(#008c84), color-stop(.5,#00c09e));
	background: -moz-linear-gradient(top, #008c84 0%, #00c09e 50%, #008c84 100%);
	border: 1px solid #008c84;
}
ul.lightsc > li  {
	border-right: 1px solid #008c84;
}




ul#DropDown a {
	font-family:"Microsoft YaHei", Verdana, SimSun, Helvetica, sans-serif;/*子菜单*/
	line-height:24px;
}
ul#DropDown ul li a:hover {color:#f00;}/*子菜单*/

/* first li have home class*/
ul#DropDown > li > a {
	font: bold 15px "Microsoft YaHei", Verdana, SimSun, Helvetica, sans-serif;/*主菜单*/
	color: #fff;
}	

/* just that pattern */
ul#DropDown > li > a {
	height: 40px; 
	position: relative;
	top: 15px;
	margin: 0px 50px 0px 5px;/*调整主菜单宽度*/
	padding: 4px 15px 4px 15px;
}

/* first li have home class*/
ul#DropDown li.home img{
	border: 0px;
}

ul#DropDown > li > .on, ul#DropDown > li > a:hover{
	color: #484848;
	top: 4px;
	background-color: #fff;
	padding-top: 15px;
	height: 31px;
	text-decoration:none; /*主菜单*/
	/* css3 */
	-moz-border-radius: 2px 2px 0 0px;
	border-radius: 2px 2px 0 0px;
}
ul#DropDown > li.home a:hover, ul#DropDown > li.home a {
	background: none;
	top: 10px;
	padding-top: 0px;
}

/* 
	LEVEL ONE
*/
ul#DropDown {
	position: relative;
	left: 0px;
	height: 53px; 
	width: 1002px; /*主菜单背景，下面是圆角阴影等*/
	
	/* css3 */
	-moz-border-radius: 0px;
	border-radius: 0px;
	-moz-box-shadow: 0px 0px 0px #919191;
	-webkit-box-shadow: 0px 0px 0px #919191;
	box-shadow: 0px 0px 0px #5d5d5d;
}
ul#DropDown li {
	float: left;
	font-weight: bold;
	zoom: 1;
	position: relative;
}
ul#DropDown li a {
	display: block;
}
ul#DropDown > li:last-child {
	border-right: none;
}

/* 
	LEVEL TWO
*/
ul#DropDown ul {
}

ul#DropDown li .content {
	left: 0;
	position: absolute;
	top: 100%;
	visibility: hidden;
	width: 300px;
	margin-top: 5px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	padding: 10px 0px 10px 10px;
}

ul#DropDown ul li {
	border-bottom: 1px dotted #ccc;
	float: none;
	font: 11px "Microsoft YaHei", Verdana, SimSun, Helvetica, sans-serif;/*子菜单*/
	font-weight: normal;
	padding: 4px 0 4px 0;
}
ul#DropDown ul li:last-child {
	border-color: #fff;
}
ul#DropDown ul li a {
	border-right: none;
	display: inline-block;
	width: 100%;
	color: #484848;
}
/* Column */
.column_1, .column_2, .column_3, .column_4, .column_5 {
	left: 0;
	position: absolute;
	top: 100%;
	visibility: hidden;
	margin-top: 4px;
	padding-bottom:15px;
	border: 1px solid #e5e5e5;
	background-color: #fff;/*下拉背景*/
	border-top: 0px;
	/* CSS3 */
	-moz-box-shadow: 2px 2px 2px #919191;
	-webkit-box-shadow: 2px 2px 2px #919191;
	box-shadow: 2px 2px 2px #919191;
}
.column_1 {width: 200px;}
.column_2 {width: 400px;}
.column_3 {width: 600px;}
.column_4 {width: 800px;}
.column_5 {width: 1000px;}

ul#DropDown .column {
	float: left;
	width: 170px; /*子菜单宽度*/
	margin: 15px;
}
ul#DropDown .column .sectionTitle {
	font: bold 14px "Microsoft YaHei", Verdana, SimSun, Helvetica, sans-serif;/*小标题*/
	display: block;
	padding: 8px 0px 5px 1px;
	border-bottom: 1px solid #999;
}
ul#DropDown .column .sectionTitle a {
	font: bold 14px "Microsoft YaHei", Verdana, SimSun, Helvetica, sans-serif;/*小标题*/
}
ul#DropDown .column .sectionTitle a:hover {
	text-decoration:none;
}
ul#DropDown .column .contact {
	font: normal 12px "Microsoft YaHei", Verdana, SimSun, Helvetica, sans-serif;/*联系方式*/
	float: right;
	color: #505050;
}
ul#DropDown .column .contact p{
	margin: 10px 0px 0px 0px;
}