body {
	background: #FFFFFF;
	width: 998px;
	margin: 0px auto;
	color: #666;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 0.8em;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
}

a {
	text-decoration:none;}

#nav {
	margin: 0;
	padding: 7px 6px 0;
	background: #039 url(image/gradient.png) repeat-x 0 -115px;
	line-height: 100%;

	border-radius: 2em;
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .4);
}
#nav li {
	margin: 0 5px;
	padding: 0 0 8px;
	float: left;
	position: relative;
	list-style: none;
}


/* main level link */
#nav a {
	font-weight: bold;
	color: #e7e5e5;
	text-decoration: none;
	display: block;
	padding:  8px 20px;
	margin: 0;

	-webkit-border-radius: 1.6em;
	-moz-border-radius: 1.6em;
	
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
}
#nav a:hover {
	background: #000;
	color: #fff;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #000 url(image/gradient.png) repeat-x 0 -40px;
	color: #333;
	border-top: solid 1px #f8f8f8;

	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);

	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #039 url(image/gradient.png) repeat-x 0 -90px !important;
	color: #fff !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;

	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	background: #ddd url(image/gradient.png) repeat-x 0 0;
	border: solid 1px #b4b4b4;

	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	font-size:12px;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;
}
#nav ul li:last-child > a {
	-webkit-border-bottom-left-radius: 9px;
	-moz-border-radius-bottomleft: 9px;

	-webkit-border-bottom-right-radius: 9px;
	-moz-border-radius-bottomright: 9px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	display: block;
}
 
* html #nav {
	height: 1%;
}
.abc a {
	display: block;
	padding: 1px 1px;
	margin: 0;
	-webkit-border-radius: 0.8em;
	-moz-border-radius: 0.8em;
	font-weight: normal;
	color: #666;
	text-decoration: none;
	font-size: 13px;
	font-family:  "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 20px;
	background: #000 url(image/gradient.png) repeat-x 0 -30px;
	border-top: solid 1px #f8f8f8;
	text-shadow: 0 1px 0 rgba(255,255,255, 1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
.abc a:hover {
	color: #036;
	text-decoration:none;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.bottom {
	font-weight: normal;
	color: #666;
	text-decoration: none;
	font-size: 10px;
	font-family: Arial, Microsoft Yahei, "宋体", Verdana, Geneva, sans-serif;
	line-height: 20px;
}
.bottom a {
	font-weight: normal;
	color: #333;
	text-decoration: none;
	font-size: 12px;
	font-family: Arial, Microsoft Yahei, "宋体", Verdana, Geneva, sans-serif;
	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}
.bottom a:hover {
	color: #009ee6;
	text-decoration:underline;
}
/* promos */
.promos ul { clear:both; width:930px; margin:0; padding-bottom:10px; _position:relative; _z-index:1; zoom:1; }
.promos ul:after { content:'.'; display:block; height:0; clear:both; visibility:hidden; }
.promos ul li { display:inline; float:left; position:relative; z-index:1; width:221px; height:80px; margin-left:10px; border-top:1px solid #f2f2f2;
	-webkit-box-shadow:rgba(0,0,0,.15) 0 1px 3px;
	   -moz-box-shadow:rgba(0,0,0,.15) 0 1px 3px;
	        box-shadow:rgba(0,0,0,.15) 0 1px 3px;
	        box-shadow:rgba(0,0,0,.15) 0 1px 6px \0/IE9;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
	_margin-left:expression(this.previousSibling==null?'0':'8px');
}
.promos ul li:first-child { margin-left:0; }
.promos ul li a { display:block; cursor:pointer;
	background:#f6f6f6;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(249,249,249,1)),color-stop(100%,rgba(240,240,240,1)));
	background:-webkit-linear-gradient(top,rgba(249,249,249,1) 50%,rgba(240,240,240,1) 100%);
	background:-moz-linear-gradient(top,rgba(249,249,249,1) 50%,rgba(240,240,240,1) 100%);
	background:-o-linear-gradient(top,rgba(249,249,249,1) 50%,rgba(240,240,240,1) 100%);
	background:-ms-linear-gradient(top,rgba(249,249,249,1) 50%,rgba(240,240,240,1) 100%);
	background:linear-gradient(top,rgba(249,249,249,1) 50%,rgba(240,240,240,1) 100%);
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
	-webkit-box-shadow:inset 0 2px 1px rgba(255,255,255,.97);
	   -moz-box-shadow:inset 0 2px 1px rgba(255,255,255,.97);
	        box-shadow:inset 0 2px 1px rgba(255,255,255,.97);
}
.promos ul li a:nth-child(1n) { border-color:#fff; }
.promos ul li a:hover {
	background:#f0f0f0;
	background:-moz-linear-gradient(top,rgba(249,249,249,1)50%,rgba(224,224,224,1)100%);
	background:-webkit-gradient(linear,lefttop,leftbottom,color-stop(50%,rgba(249,249,249,1)),color-stop(100%,rgba(224,224,224,1)));
	background:-webkit-linear-gradient(top,rgba(249,249,249,1)50%,rgba(224,224,224,1)100%);
	background:-o-linear-gradient(top,rgba(249,249,249,1)50%,rgba(224,224,224,1)100%);
	background:-ms-linear-gradient(top,rgba(249,249,249,1)50%,rgba(224,224,224,1)100%);
	background:linear-gradient(top,rgba(249,249,249,1)50%,rgba(224,224,224,1)100%);
}
.promos ul li .curve-down { display:inline-block; _display:inline; _zoom:1; border:1px solid #e0e0e0; border-top-color:#efefef; border-bottom-color:#ccc; }
.promos ul li .curve-down:nth-child(1n) { border:none;
	-webkit-border-radius:0% 0% 100% 100% / 0% 0% 8px 8px;
	   -moz-border-radius:0% 0% 100% 100% / 0% 0% 8px 8px;
	        border-radius:0% 0% 100% 100% / 0% 0% 8px 8px;
	-webkit-box-shadow:rgba(0,0,0,.30) 0 2px 3px;
	   -moz-box-shadow:rgba(0,0,0,.30) 0 2px 3px;
	        box-shadow:rgba(0,0,0,.30) 0 2px 3px;
}
.promos ul li a img { display:block;
	-webkit-border-radius:5px;
	   -moz-border-radius:5px;
	        border-radius:5px;
}
.more {
	height: 15px;
	width: 30px;
}
.title_sub {
	font-size: 15px;
	font-style: normal;
	line-height: 25px;
	font-weight: bold;
	color: #036;
	font-family: "Microsoft Yahei", "微软雅黑", Arial, "宋体";
	height: 25px;
	width: 180px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-align: right;
}
.cps_table_title {
	font-family: "Baskerville Old Face", "Bookman Old Style", Courier, "Microsoft Yahei";
	font-size: 20px;
	line-height: 30px;
	color: #000;
	padding-left: 15px;
}
.cps_table_content {
	font-family: "Microsoft Yahei", "微软雅黑", Arial, "宋体";
	font-size: 13px;
	line-height: 25px;
	color: #666;
	padding-left: 15px;
}


.title_sub li{
	font-size: 15px;
	font-style: normal;
	line-height: 25px;
	font-weight: bold;
	list-style-image:  none;
	color: #69C;
	font-family: "Microsoft Yahei", "微软雅黑", Arial, "宋体";
	height: 35px;
	width: 180px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	list-style-type: none;
}
.page_title_big {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 24px;
	color: #000;
	line-height: 30px;
	font-weight: bold;
	text-shadow: 1px 3px 1px rgba(0,0,0,0.2);
	letter-spacing: -1px;
}
.page_title_little {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	color: #999;
	line-height: 20px;
	font-weight: normal;
	letter-spacing: 0.5px;
}

.culture_content {
	font-family: "Comic Sans MS", cursive;
	font-size: 24px;
	color: #FFF;
	text-shadow: 0px 3px 1px rgba(0,0,0,0.5);
	letter-spacing: 0em;
	word-spacing: 0em;
	font-weight: bold;
}
.ddddddd {
	color: #666;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
}
#list2 li strong {
	color: #039;
	font-size: 14px;
}
.shangbiao {
	vertical-align: super;
	font-size: 9px;
	color: #039;
	font-family: Verdana, Geneva, sans-serif;
}
.shangbiao2 {
	vertical-align: super;
	font-size: 10px;
	color: #000;
	font-family: Verdana, Geneva, sans-serif;
}
.techniquetitlestrong {
	color: #000;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 20px;
}
.hotline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #039;
	float: none;
}
