@charset "utf-8";
/*原web_ui.css*/
/*初始化*/
body, h1, h2, h3, h4, h5, h6, dl, dt, li, dd, th, td, p, pre, form, input, button, textarea, hr {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
img {
	border: 0;
}
button, input, select, textarea {
	font-size: 100%;
}
ul, ol {
	padding-left: 40px;
}
.clear {
	clear: both;
}
.list-none {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
.editor {
	line-height: 2;
	color: #333;
}
.editor ul, .editor ol {
	padding: 0px 0px 0px 25px;
	margin: 0px;
}
.editor a {
	color: #1C57C4;
	text-decoration: none;
}
/*按钮*/
.button {
	display: inline-block;
	zoom: 1;
*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% 'microsoft yahei', tahoma, verdana, 'simsun';
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
	color:#11578b;
}
.button:active {
	position: relative;
	top: 1px;
}
.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top, #faa51a, #f47a20);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top, #f88e11, #f06015);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top, #f47a20, #faa51a);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
input.input-text, input.input-file, input.code, textarea {
	padding: 4px;
	font-size: 15px;
	outline: none;
	text-shadow: 0px 1px 0px #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ccc;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	background: #fff url(../images/dt-10.gif) repeat-x left top;
}
input.input-text:focus, input.input-file:focus, input.code:focus, textarea:focus {
	border: 1px solid #fafafa;
	-webkit-box-shadow: 0px 0px 6px #007eff;
	-moz-box-shadow: 0px 0px 5px #007eff;
	box-shadow: 0px 0px 5px #007eff;
}
/*表单*/
td.text {
	width: 20%;
	padding: 6px 5px 6px 0px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
}
td.input {
	padding: 6px 8px;
}
td.input input {
	margin-right: 8px;
}
td.input .info {
	padding-left: 15px;
	color: #f00;
}
td.input img {
	position: relative;
	bottom: 1px;
}
td.submint {
	padding: 10px;
}
/*工具栏*/
.met_hits {
	padding: 0px 5px;
	height: 35px;
	line-height: 35px;
	margin-top: 10px;
	border-top: 1px dotted #ccc;
	text-align: right;
	position: relative;
	color: #666;
}
.met_hits a {
	color: #666;
}
.met_hits .metjiathis {
	position: absolute;
	left: 5px;
	top: 8px;
}
.met_page {
	text-align: center;
}
.met_page a {
	margin-right: 50px;
	color: #1C57C4;
	text-decoration: underline;
}
/*翻页*/
#flip {
	margin-bottom: 15px;
}
/*附件*/
.met_annex {
	color: #f00;
	text-decoration: underline;
}
.met_annex:hover {
	color: #f00;
	text-decoration: underline
}
/*简介模块*/
#showtext * {
	padding: 0px;
	margin: 0px;
}
#showtext {
	padding: 20px;
	line-height: 2;
	margin: 0px;
	min-height: 600px
}
#showtext h1 {
	font-size: 20px;
	text-align: center;
	border-bottom: 1px dotted #ccc;
	padding: 5px 0px;
	margin: 10px 0px;
	color: #37b7dc;
}
#showtext h2 {
	margin-bottom: 0px;
	margin-top: 0px;
	font-size: 13px;
	color: #09F
}
#showtext p, #showtext table, #showtext div {
	margin-bottom: 15px;
}
/*文章模块*/
#newslist {
	padding: 15px 20px;
}
#newslist li {
	padding: 6px 10px;
	background: url(../images/dt-0.gif) no-repeat left 19px;
}
#newslist li a {
	font-size: 13px;
	margin-right: 5px;
	font-weight: bold;
	color: #3dbcdf
}
#newslist li span {
	float: right;
	color: #aaa;
	font-size: 13px;
	margin-right: 10px;
}
#newslist li p {
	color: #aaa;
	font-size: 13px;
}
#shownews {
	padding: 0px 15px 15px;
}
#shownews .editor {
	line-height: 2;
	padding: 0px 10px;
	font-size: 14px;
}
#shownews h1 {
	font-size: 20px;
	text-align: center;
	border-bottom: 1px dotted #ccc;
	padding: 5px 0px;
	margin: 10px 0px;
	color: #37b7dc;
}
/*产品模块*/
#productlist {
	padding: 15px 10px;
}
#productlist li {
	float: left;
	display: inline;
	text-align: center;
}
#productlist li a.img {
	display: block;
	text-align: center;
	font-size: 0px;
}
#productlist li a.img img {
	margin: auto;
	border: 1px solid #ccc;
}
#productlist li h3 {
	padding: 5px 0px 10px;
	font-weight: normal;
	line-height: 1.5;
}
#showproduct {
	padding: 15px;
}
#showproduct h1.title {
	font-size: 18px;
	padding: 5px 0px;
	margin-bottom: 5px;
}
#showproduct .pshow dt {
	float: left;
}
#showproduct .pshow dd {
	float: right;
}
#showproduct .pshow dd ul {
	margin-left: 15px;
}
#showproduct .pshow dd li {
	padding: 5px 5px 5px 45px;
	min-height: 28px;
	_height: 28px;
	margin: 5px 0px;
	clear: both;
	border-bottom: 1px solid #eee;
	position: relative;
	line-height: 2;
}
#showproduct .pshow dd li span {
	position: absolute;
	left: 0px;
	top: 0px;
	color: #999;
	padding: 5px;
	height: 28px;
}
#showproduct .ctitle {
	margin: 15px 0px 10px;
	padding: 5px 20px;
	background: url(../images/dt-7.gif) no-repeat left center;
*background-position:left 17px;
	font-size: 14px;
	border-bottom: 1px dotted #ccc;
}
#showproduct .editor {
	line-height: 2;
	padding: 0px 10px;
	font-size: 14px;
}
/*下载模块*/
#downloadlist {
	padding: 15px;
}
#downloadlist .metlist {
	margin-bottom: 20px;
}
#downloadlist dl.top dt a {
	color: #f00;
}
#downloadlist .metlist dt {
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	font-weight: bold;
	padding: 3px 5px 3px 20px;
	background: url(../images/dt-9.gif) no-repeat 5px 11px;
}
#downloadlist .metlist dd {
	color: #999;
	padding: 5px 8px;
	background: #f8f8f8;
}
#downloadlist .metlist dd b {
	font-weight: normal;
}
#downloadlist .metlist dd div {
	float: right;
}
#downloadlist .metlist dd span {
	padding-right: 20px;
}
#downloadlist .metlist dd a {
	color: #1C57C4;
	text-decoration: underline;
}
#downloadlist .metlist dd a.down {
	color: #fa1a1a;
	text-decoration: underline;
}
#showdownload {
	padding: 15px;
}
#showdownload h1.title {
	font-size: 18px;
	padding: 5px 0px;
	margin-bottom: 5px;
}
#showdownload .paralist {
	background: #f6f6f6;
	padding: 5px 10px;
}
#showdownload .paralist li {
	padding: 3px 5px 3px 0px;
	margin: 5px 0px;
	border-bottom: 1px solid #eee;
}
#showdownload .paralist li a {
	color: #f00;
	text-decoration: underline;
}
#showdownload .paralist li span {
	float: left;
	padding: 0px 10px;
	margin-right: 5px;
	text-align: left;
}
#showdownload .editor {
	line-height: 2;
	padding: 0px 10px;
	font-size: 14px;
}
#showdownload .ctitle {
	margin: 15px 0px 10px;
	padding: 5px 20px;
	background: url(../images/dt-7.gif) no-repeat left center;
*background-position:left 17px;
	font-size: 14px;
	border-bottom: 1px dotted #ccc;
}
/*图片模块*/
#imglist {
	padding: 15px 10px;
}
#imglist li {
	float: left;
	display: inline;
	text-align: center;
}
#imglist li a.img {
	font-size: 0px;
	display: block;
}
#imglist li a.img img {
	margin: auto;
	border: 1px solid #ccc;
}
#imglist li h3 {
	padding: 5px 0px 10px;
	font-weight: normal;
	line-height: 1.5;
}
#showimg {
	padding: 15px;
}
#showimg h1.title {
	font-size: 18px;
	padding: 5px 0px;
	margin-bottom: 10px;
	text-align: center;
}
#showimg .imgshow {
	text-align: center;
}
#showimg .editor {
	line-height: 2;
	padding: 0px 10px;
	font-size: 14px;
}
.imgparalist li {
	padding: 3px 15px 3px;
	background: url(../images/dt-0.gif) no-repeat 5px center;
}
.imgparalist li span {
	float: left;
	margin-right: 10px;
	color: #999;
}
#showimg .ctitle {
	margin: 10px 0px 10px;
	padding: 5px 20px;
	background: url(../images/dt-7.gif) no-repeat left center;
*background-position:left 17px;
	font-size: 14px;
	border-bottom: 1px dotted #ccc;
}
/*招聘模块*/
#joblist {
	padding: 15px;
}
#joblist dl {
	padding: 0px 5px 15px;
	margin-bottom: 15px;
}
#joblist dt {
	padding: 5px 10px;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
}
#joblist dd {
	padding: 0px 0px 5px;
}
#joblist dd .dtail {
	padding: 5px 10px;
	border-top: 1px dotted #ccc;
}
#joblist dd .dtail span {
	margin-right: 20px;
}
#joblist dd .dtail a {
	color: #1C57C4;
}
#joblist dd .editor {
	padding: 5px;
}
#joblist dd .mis {
	padding: 5px 10px;
}
#joblist dd .mis span {
	margin-right: 15px;
	color: #999;
}
#showjob {
	padding: 15px;
}
#showjob h1.title {
	font-size: 18px;
	padding: 5px 0px;
	margin-bottom: 5px;
}
#showjob .paralist li {
	float: left;
	width: 45%;
	padding: 3px 15px 3px;
	background: url(../images/dt-0.gif) no-repeat 5px center;
}
#showjob .paralist li span {
	float: left;
	margin-right: 10px;
	color: #999;
}
#showjob .ctitle {
	margin: 10px 0px 10px;
	padding: 5px 20px;
	background: url(../images/dt-7.gif) no-repeat left center;
*background-position:left 17px;
	font-size: 14px;
	border-bottom: 1px dotted #ccc;
}
#showjob .info_cv {
	font-size: 12px;
	text-align: center;
	margin: 10px 0px;
}
#showjob .editor {
	line-height: 2;
	padding: 0px 10px;
	font-size: 14px;
}
#cvlist {
	padding: 15px;
}
/*在线留言*/
#messagelist {
	padding: 15px;
}
#messagelist .metlist {
	margin-bottom: 10px;
	border: 6px solid #dedede;
	padding: 5px;
}
#messagelist .metlist dt {
	background: url(../images/message.gif) no-repeat left center;
	border-bottom: 1px dotted #dedede;
	padding: 4px 0px 4px 20px;
	margin-bottom: 5px;
}
#messagelist .metlist dt span.name {
	color: #2c7199;
}
#messagelist .metlist dt span.time {
	padding-left: 8px;
	color: #999;
}
#messagelist .metlist dt span.tt {
	float: right;
	padding-right: 5px;
}
#messagelist .metlist dd.info span.tt {
	display: none;
	clear: both;
}
#messagelist .metlist dd.info span.text {
	display: block;
	line-height: 1.5;
	padding: 8px 5px;
}
#messagelist .metlist dd.reinfo span.tt {
	background: url(../images/admin.gif) no-repeat left 3px;
	display: block;
	border-bottom: 1px dotted #dedede;
	padding: 2px 0px 2px 20px;
	margin: 0px 0px 5px;
	color: #2c7199;
}
#messagelist .metlist dd.reinfo span.text {
	display: block;
	line-height: 1.5;
	padding: 8px 5px;
}
#messagelist .ctitle {
	margin: 10px 0px 10px;
	padding: 5px 20px;
	background: url(../images/dt-7.gif) no-repeat left center;
*background-position:left 17px;
	font-size: 14px;
	border-bottom: 1px dotted #ccc;
}
#messagelist table {
	margin: 0px auto;
}
#messagetable {
	padding: 15px;
}
#messagetable table {
	margin: 0px auto;
}
/*在线反馈*/
#feedback {
	padding: 15px;
}
#feedback table {
	margin: 0px auto;
}
/*友情链接*/
#linklist {
	padding: 15px 15px 25px;
}
#linklist .ctitle {
	margin: 10px 0px 10px;
	padding: 5px 20px;
	background: url(../images/dt-7.gif) no-repeat left center;
*background-position:left 17px;
	font-size: 14px;
	border-bottom: 1px dotted #ccc;
}
#linklist .inside {
	padding: 15px 0px 0px;
}
#linklist .metlist .img li {
	list-style: none;
	display: inline;
	padding-right: 5px;
}
#linklist .metlist .img img {
	width: 88px;
	height: 31px;
}
#linklist .metlist .txt li {
	list-style: none;
	float: left;
	width: 88px;
	height: 20px;
	line-height: 20px;
	margin-right: 5px;
	overflow: hidden;
}
#linksubmit {
	padding: 15px;
}
#linksubmit table {
	margin: 0px auto;
}
#memberbox {
	padding: 15px;
}
/*站内搜索*/
ul.searchnavlist {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
ul.searchnavlist li {
	padding: 5px 0px;
}
#searchlist {
	padding: 15px;
}
#searchlist li {
	padding-left: 10px;
	margin-bottom: 6px;
	line-height: 1.5;
}
#searchlist ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#searchlist ul li {
	padding: 3px 5px;
	margin-bottom: 5px;
}
#searchlist ul li img {
	display: none;
}
#searchlist .search_title {
	display: block;
	padding: 2px 0px;
}
#searchlist .search_title a {
	font-size: 14px;
	color: #12C;
	text-decoration: underline;
}
#searchlist .search_title em {
	color: #c00;
	text-decoration: underline;
	font-style: normal;
}
#searchlist .search_detail {
	display: block;
}
#searchlist .search_detail a {
	text-decoration: underline;
	color: #12C;
}
#searchlist .search_content em {
	color: #c00;
	font-style: normal;
}
#searchlist .search_updatetime {
	display: block;
	margin-top: 5px;
	color: green;
}
#searchlist a:hover {
	text-decoration: underline;
}
/*网站地图*/
#sitemaplist {
	padding: 15px;
}
#sitemaplist .sitemapclass {
	padding: 5px 0px;
}
#sitemaplist .sitemapclass1 {
	display: block;
	height: 28px;
	line-height: 28px;
	margin-bottom: 5px;
	border-bottom: 1px solid #ddd;
}
#sitemaplist .sitemapclass1 a {
	padding: 5px 10px;
	background: #eee;
}
#sitemaplist .sitemapclass2 {
	padding-left: 15px;
	padding-top: 3px;
}
#sitemaplist .sitemapclass2 h3 {
	background: url(../images/dt-0.gif) no-repeat left center;
	padding: 2px 8px;
}
#sitemaplist .sitemapclass2 h3 a {
	color: #444;
}
#sitemaplist .sitemapclass2 div {
	padding-left: 2px;
}
#sitemaplist .sitemapclass2 h4 {
	display: inline;
	padding: 2px 6px;
}
#sitemaplist .sitemapclass2 h4 a {
	text-decoration: underline;
	color: #2c7199;
}
/*翻页样式*/
.metpager_1 {
	text-align: center;
}
.metpager_2 {
	text-align: center;
}
.metpager_3 {
	text-align: center;
}
.digg4 {
	padding: 3px;
	margin: 3px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.digg4 a, .digg4 span.miy {
	margin: 2px;
	text-decoration: none;
}
.digg4 .disabledfy {
	font-family: Tahoma, Verdana;
}
.metpager_4 a, .metpager_4 span.miy {
	border: 1px solid #aaaadd;
	padding: 2px 5px 2px 5px;
	color: #009;
}
.metpager_4 a:hover {
	border: 1px solid #009;
	color: #000;
}
.metpager_4 a:active {
	border: 1px solid #009;
	color: #000;
}
.metpager_4 span.current {
	border: 1px solid #009;
	background-color: #009;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #FFFFFF;
	text-decoration: none;
}
.metpager_4 span.disabled {
	border: 1px solid #eee;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #ddd;
}
.metpager_5 a, .metpager_5 span.miy {
	border: 1px solid #ccdbe4;
	padding: 2px 8px 2px 8px;
	color: #0061de;
}
.metpager_5 a:hover {
	border: 1px solid #2b55af;
	color: #fff;
	background-color: #3666d4;
}
.metpager_5 a:active {
	border: 1px solid #009;
	color: #000;
}
.metpager_5 span.current {
	padding: 2px 8px 2px 8px;
	margin: 2px;
	color: #000;
	text-decoration: none;
}
.metpager_5 span.disabled {
	border: 1px solid #ccdbe4;
	padding: 2px 8px 2px 8px;
	margin: 2px;
	color: #ddd;
}
.metpager_6 {
	color: #ff6500;
}
.metpager_6 a, .metpager_6 span.miy {
	border: 1px solid #ff9600;
	padding: 2px 7px 2px 7px;
	background-position: 50% bottom;
	color: #ff6500;
	background-image: url(../images/page/page6.jpg);
}
.metpager_6 a:hover {
	border: 1px solid #ff9600;
	color: #ff6500;
	background-color: #ffc794;
}
.metpager_6 a:active {
	border: 1px solid #ff9600;
	color: #ff6500;
	background-color: #ffc794;
}
.metpager_6 span.current {
	border: 1px solid #ff6500;
	padding: 2px 7px 2px 7px;
	margin: 2px;
	color: #ff6500;
	background-color: #ffbe94;
	text-decoration: none;
}
.metpager_6 span.disabled {
	border: 1px solid #ffe3c6;
	padding: 2px 7px 2px 7px;
	margin: 2px;
	color: #ffe3c6;
}
.metpager_7 a, .metpager_7 span.miy {
	border: 1px solid #2c2c2c;
	padding: 2px 5px 2px 5px;
	background: url(../images/page/page7.gif) #2c2c2c;
	color: #fff;
}
.metpager_7 a:hover {
	border: 1px solid #aad83e;
	color: #fff;
	background: url(../images/page/page7_2.gif) #aad83e;
}
.metpager_7 a:active {
	border: 1px solid #aad83e;
	color: #fff;
background:urlurl(../images/page/page7_2.gif) #aad83e;
}
.metpager_7 span.current {
	border: 1px solid #aad83e;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #fff;
	background: url(../images/page/page7_2.gif) #aad83e;
	text-decoration: none;
}
.metpager_7 span.disabled {
	border: 1px solid #f3f3f3;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #ccc;
}
.metpager_8 a, .metpager_8 span.miy {
	border: 1px solid #ddd;
	padding: 2px 5px 2px 5px;
	color: #aaa;
}
.metpager_8 a:hover {
	border: 1px solid #a0a0a0;
}
.metpager_8 a:hover {
	border: 1px solid #a0a0a0;
}
.metpager_8 span.current {
	border: 1px solid #e0e0e0;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #aaa;
	background-color: #f0f0f0;
	text-decoration: none;
}
.metpager_8 span.disabled {
	border: 1px solid #f3f3f3;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #ccc;
}
.metpager_9 a, .metpager_9 span.miy {
	border: 1px solid #ddd;
	padding: 2px 5px 2px 5px;
	color: #88af3f;
}
.metpager_9 a:hover {
	border: 1px solid #85bd1e;
	color: #638425;
	background-color: #f1ffd6;
}
.metpager_9 a:hover {
	border: 1px solid #85bd1e;
	color: #638425;
	background-color: #f1ffd6;
}
.metpager_9 span.current {
	border: 1px solid #b2e05d;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #fff;
	background-color: #b2e05d;
	text-decoration: none;
}
.metpager_9 span.disabled {
	border: 1px solid #f3f3f3;
	padding: 2px 5px 2px 5px;
	margin: 2px;
	color: #ccc;
}
/*add*/
.odd {
	background-color: #CCC;
	line-height: 16px;
	color: 09F;
}
.even {
	background-color: #FFF;
	line-height: 16px;
}
.over {
	line-height: 16px;
	background-color: #09F;
}
table {
	border: 0px;
	margin: 0px;
	border-collapse: separate;
	border-spacing: 1px;
}
table td {
	padding: 1px;
	height: 20px;
}
/* 原style.css*/




html, body {
	font: 12px/1.8 'microsoft yahei', tahoma, verdana, 'simsun';
	color: #606060;
	background: #eef3fa;
	-webkit-text-size-adjust: none;
	background: #CCC url(/images/img/bg.jpg) repeat;
}
a {
	color: #464646;
	text-decoration: none;
}
a:hover {
	color: #11578b;
	text-decoration: none;
}
.lf {
	float: left;
}
.ri {
	float: right;
}
.ptp {
	padding-top: 20px;
}
.br-bg {
	background: #fff;
	border: 1px solid #E9E9E9;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	position: relative;
	behavior: url(/PIE.htc)\9;
}
.editor {
	word-wrap: break-word;
	font: 13px/1.8 'microsoft yahei', tahoma, verdana, 'simsun';
}
.content {
	min-height: 550px;
	_height: 550px;
}
.editor p, .editor li, .editor div {
	margin-bottom: 28px;
	margin-top: 15px;
}
/*头部*/
.inner {
	width: 990px;
	margin: 0 auto;
	position: relative;
}
header {
	zoom: 1;
	/*background: #CCC url(/images/header_bg.jpg) repeat;*/
	background: #CCC url(/images/img/bg.jpg) repeat;
}
#web_logo {
	font-size: 0px;
	position: relative;
	z-index: 999;
}
.top-nav {
	position: absolute;
	top: 25px;
	height: 60px;
	z-index: 1;
	text-align: right;
	width: 100%;
	right: 0px;
}
/*.top-nav li.b{ position:absolute; bottom:0px; right:0px;}*/
.top-nav li.t span {
	padding: 0px 5px;
	font-size: 10px;
}
.top-logo {
	min-height: 90px;
	_height: 90px;
}
nav {
	height: 36px;
	background-color: #464646;/*background:url(../nav_bg.png) repeat-x;*/
}
nav .inner {
	z-index: 999999;
}
nav ul {
	height: 36px;
	zoom: 1;
}
nav li {
	float: left;
	display: inline;
	height: 36px;
	line-height: 36px;
	text-align: center;
	white-space: nowrap;
	position: relative;
	z-index: 999999;
}
nav li.line {
	padding: 0px 1px;
}
nav li a.nav {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px #365778;
	display: block;
}
nav li.navdown, nav li.hover { /*background:url(../navbg-hover.jpg) repeat-x left top;*/
	background-color: #333
}
nav li.navdown a.nav, nav li.hover a.nav {
	border-left: 1px solid #41607c;
	border-right: 1px solid #41607c;
	color: #fff;
}
nav dl {
	display: none;
	position: absolute;
	z-index: 999999;
	text-align: left;
	background: #efefef url(../nav-dlbg.jpg) repeat-x left bottom;
	border: 1px solid #ccc;
	border: none\9;
	padding: 10px 2px;
	width: 180px;
	left: 0px;
	top: 36px;
}
*html nav dl {
	border: none;
}
*+html nav dl {
	border: none;
}
nav dl dd {
	height: 30px;
	line-height: 30px;
	background: url(../dt-11.gif) no-repeat 10px 10px;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
}
nav dl dd a {
	color: #2A3C63;
	font-weight: bold;
}
nav dl.nav-pro dd {
	float: left;
	background: none;
	height: auto;
	padding: 0px;
}
nav dl.nav-pro dd a {
	padding-left: 30px;
	font-size: 15px;
}
nav dl.nav-pro dd p {
	white-space: normal;
	padding-top: 5px;
}
nav dl.nav-pro dd p a {
	display: block;
	font-weight: normal;
	font-size: 12px;
	line-height: 2;
}
.met_flash {
	margin-top: 10px;
	font-size: 0px;
	overflow: hidden;
	display: none;
}
.met_flash ul {
	margin: 0px;
	padding: 0px;
}
/*首页*/
.p-d {
	padding: 15px 0px;
}
.index .mlf {
	width: 580px;
	position: relative;
}
.index .mri {
	width: 398px;
}
.index .src-ico {
	display: block;
	width: 47px;
	height: 48px;
	background: url(../lf_srico.jpg) no-repeat;
	overflow: hidden;
	position: absolute;
	left: -8px;
	top: -8px;
	z-index: 1;
}
.index .pd-w {
	padding: 0px 20px;
	position: relative;
	z-index: 2;
}
.index .pronav-srh {
	width: 243px;
	padding-right: 25px;
	background: url(../lf_line.jpg) no-repeat right 5px;
}
*html .index .pronav-srh {
	position: relative;
	z-index: 2;
}
.index .news {
	width: 248px;
	overflow: hidden;
}
.index h3.srhtit {
	height: 25px;
	line-height: 25px;
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 16px;
	color: #333;
}
.index h3.srhtit span {
	font-size: 12px;
	color: #999;
	font-weight: normal;
	font-family: arial;
	padding-left: 12px;
}
.index .metsearch ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.index span.parasearch_title {
	display: none;
}
.index span.parasearch_input input {
	float: left;
	display: inline;
	width: 160px;
	height: 34px;
	line-height: 34px;
	background: none;
	border: 1px solid #aac2cd;
	padding-left: 5px;
	overflow: hidden;
	color: #888;
	font-family: microsoft yahei;
	font-size: 14px;
}
.index span.parasearch_search input.searchgo {
	float: left;
	height: 36px;
	background: #1b99bf url(../searchgo_bg.jpg) repeat-x;
	border: 1px solid #1b99bf;
	padding: 0px 17px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
*html .index span.parasearch_search input.searchgo {
	margin-top: -22px;
	padding: 0px 8px;
}
*+html .index span.parasearch_search input.searchgo {
	margin-top: -22px;
	padding: 0px 8px;
}
.index .pd-tp {
	padding-top: 20px;
}
.index h3.ct-ti {
	font-size: 14px;
	color: #333;
	padding-bottom: 3px;
}
.index .category {
	zoom: 1;
}
.index .category li {
	float: left;
	display: inline;
	height: 24px;
	line-height: 24px;
	white-space: nowrap;
	zoom: 1;
}
.index .category li a {
	display: inline-block;
	white-space: nowrap;
	padding: 0px 5px;
	line-height: 24px;
}
.index .category li a:hover {
	color: #111;
	background: #C7E1F7;
}
h3.ti {
	height: 20px;
	line-height: 20px;
	zoom: 1;
	font-size: 14px;
	color: #333;
	margin-bottom: 8px;
}
h3.ti .more {
	float: right;
	padding-left: 5px;
	font-weight: normal;
}
.index .txtlist li {
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	background: url(../new_ico01.png) no-repeat left 12px;
	padding-left: 12px;
}
.index .txtlist li a {
	font-size: 12px;
}
.index .txtlist li span.time {
	float: right;
	padding-left: 10px;
}
*html .index .txtlist li img {
	margin-top: 11px;
}
.index .newlist {
	padding: 12px;
}
.index .newlist h3.ti {
	margin-top: 3px;
}
.index .newlist .newtxtlst {
	height: 263px;
	margin-bottom: 9px;
	overflow: hidden;
}
.index .newlist li {
	height: 24px;
	line-height: 24px;
	background: url(../li.png) no-repeat left 11px;
	overflow: hidden;
	padding-left: 12px;
}
.index .newlist li span.time {
	float: right;
	padding-left: 10px;
}
.index .newlist li a {
	font-size: 12px;
}
#dians {
	float: right;
	padding-top: 1px;
}
#dians a {
	background: url(../dian.png) no-repeat 0 0;
	width: 10px;
	height: 10px;
	overflow: hidden;
	display: block;
	float: left;
	margin-left: 8px;
}
#dians a:hover, #dians a.active {
	background-position: -10px 0;
}
.pro-list {
	margin-top: 10px;
}
.pro-list .profld {
	margin: 0px;
	position: relative;
	overflow: hidden;
}
.pro-list ol {
	position: absolute;
	width: 2012em;
}
.pro-list li {
	float: left;
	display: inline;
	zoom: 1;
	overflow: hidden;
	text-align: center;
}
.pro-list li a.img {
	display: block;
	text-align: center;
	font-size: 0px;
}
.pro-list li h3 {
	font-weight: normal;
	margin-top: 5px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.pro-list .flip {
	position: absolute;
	z-index: 1;
}
#trigger {
	display: none;
}
.pro-list .next, .pro-list .prev {
	width: 12px;
	height: 20px;
	overflow: hidden;
	display: block;
	background: url(../p-arrow.jpg) no-repeat;
	cursor: pointer;
}
.pro-list .next {
	background-position: 0px 0px;
	position: absolute;
	top: 70px;
	left: 970px;
}
.pro-list .next:hover {
	background-position: 0px -20px;
}
.pro-list .prev {
	background-position: -12px 0px;
	position: absolute;
	top: 70px;
	left: 4px;
}
.pro-list .prev:hover {
	background-position: -12px -20px;
}
.pro-ccc {
	padding: 12px 18px;
}
.frlk {
	padding-top: 30px;
}
*html .frlk {
	padding-top: 12px;
}
*+html .frlk {
	padding-top: 12px;
}
.frlk h3.lkti {
	float: left;
	display: inline;
	background: url(../Link.png) no-repeat left 2px;
	height: 25px;
	padding-left: 20px;
	color: #333;
	min-width: 60px;
	white-space: nowrap;
}
.frlk ul li {
	float: left;
	display: inline;
	margin-right: 20px;
}
.lk-contx {
	float: left;
	overflow: hidden;
	margin-left: 15px;
}
.txtlk li {
	height: 25px;
	padding-bottom: 3px;
	line-height: 25px;
	white-space: nowrap;
}
.imglk li a {
	display: block;
}
.imglk li img {
	width: 91px;
	height: 40px;
	padding-top: 5px;
}
/*底部*/
footer {
	background: #E9E9E9;/*#37b5dd*//*url(../footbg.jpg) repeat-x left top; margin-top:10px;*/
	color: #FFF;
	margin-top: 20px;
}
footer {
	background: #E9E9E9;/*#37b5dd*//*url(../footbg.jpg) repeat-x left top; margin-top:10px;*/
	color: #7a6a59;
	margin-top: 20px;
}
.foot-nav {
	text-align: center;
	height: 25px;
	line-height: 25px;
	padding-top: 15px;
}
.foot-nav span {
	font-size: 10px;
	margin: 0px 8px;
}
.foot-text {
	text-align: center;
	padding: 5px 0px 10px;
}
.foot-text a {
	text-decoration: none;
}
footer a {
	color: #7a6a59;
	text-decoration: none;
}
footer a:hover {
	color: #003D79;
}
/*内页侧栏*/
.sidebar {
	margin-top: 15px;
	min-height: 702px;
	_height: 702px;
}
.sidebar .sb_nav {
	float: left;
	width: 230px;
	position: relative;
}
div.ti1-bg {
	position: absolute;
	width: 225px;
	height: 37px;
	background: url(../leftti.png) no-repeat;
	overflow: hidden;
	zoom: 1;
	top: 10px;
	left: -6px;
	z-index: 1;
}
div.ti1-bg span {
	display: block;
	width: 170px;
	overflow: hidden;
	margin-left: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
.sidebar .sb_nav h3.title1 {
	background: #FAFDFF;
	border-bottom: none;
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	zoom: 1;
	border: 1px solid #E9E9E9;
	border-bottom: none;
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	position: relative;
	behavior: url(/PIE.htc)\9;
}
.sidebar .sb_nav h3.title2 {
	height: 30px;
	line-height: 30px;
	background: #FAFDFF;
	padding-left: 22px;
	overflow: hidden;
	font-size: 14px;
	color: #333;
	border: 1px solid #E9E9E9;
	border-bottom: none;
	-moz-border-radius: 7px 7px 0px 0px;
	-webkit-border-radius: 7px 7px 0px 0px;
	border-radius: 7px 7px 0px 0px;
	position: relative;
	behavior: url(/PIE.htc)\9;
}
.sidebar .sb_nav h3.line {
/*margin-top: 15px;*/
}
.sidebar .sb_nav .active {
	padding: 0px 15px 10px 15px;
	background: #FAFDFF;
	border: 1px solid #D3E1ED;
	border-top: none;
	zoom: 1;
	background: #fff;
	border: 1px solid #E9E9E9;
	-moz-border-radius: 0px 0px 7px 7px;
	-webkit-border-radius: 0px 0px 7px 7px;
	border-radius: 0px 0px 7px 7px;
	position: relative;
	behavior: url(/PIE.htc)\9;
	margin-bottom: 15px;
}
.sidebar .sb_nav .ct-con {
	padding-top: 10px;
	color: #666;
}
.sidebar .ct-con {
	line-height: 2;
	color: #333;
	background: #fff;
	border: 1px solid #E9E9E9;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	position: relative;
	behavior: url(/PIE.htc)\9;
}
.sidebar .ct-con ul, .sidebar .ct-con ol {
	padding: 0px 0px 0px 25px;
	margin: 0px;
}
.sidebar .ct-con a {
	color: #1C57C4;
	text-decoration: underline;
}
#sidebar dl {
	margin-left: 5px;
}
#sidebar dl dt {
	padding: 4px 0px 0px 15px;
	background: url(../dt-11.gif) no-repeat 2px 13px;
}
#sidebar dl dt a {
	font-size: 13px;
	color: #666;
}
#sidebar dl dt a:hover {
	color: #09F;
}
#sidebar dl dd {
	padding: 0px 0px 0px 15px;
}
#sidebar dl dd h4 {
	font-weight: normal;
	padding: 5px 0px 5px 10px;
	background: url(../job_ico.gif) no-repeat left 12px;
}
#sidebar dl dt.on a {
	font-weight: bold;
	color: #11578b;
}
#sidebar dl h4.on a {
	font-weight: bold;
}
.sidebar .sb_box {
	float: right;
	width: 751px;
	background: #fff;
	overflow: hidden;
}
.sidebar .sb_box h3.title {
	border-bottom: 1px solid #cce6f5;
	height: 35px;
	line-height: 35px;
	position: relative;
}
.sidebar .sb_box h3.title span {
	position: absolute;
	left: 0px;
	top: -1px;
	font-size: 14px;
	border-bottom: 2px solid #69CBF1;
	padding: 0px 15px;
	color: #2d648f;
}
.sidebar .sb_box h3.title div.position {
	float: right;
	font-weight: normal;
	position: relative;
	top: 3px;
	right: 15px;
	color: #000;
}
.sidebar .sb_box h3.title div.position a {
	color: #666;
}
.sidebar .sb_box h3.title div.position a:hover {
	text-decoration: underline;
}
/*新闻*/
#newslist li {
	background: url(../li.png) no-repeat left 17px;
}
#newslist li p {
	color: #000;
}
#shownews h4.related {
	height: 30px;
	line-height: 30px;
	zoom: 1;
	border-bottom: 1px solid #4d6e95;
	margin: 15px 0px 10px 0px;
}
#shownews h4.related span {
	float: left;
	display: inline;
	background: url(../rela-bg.jpg) repeat-x left top;
	min-width: 70px;
	_width: 70px;
	white-space: nowrap;
	text-align: center;
	color: #fff;
	text-shadow: -1px -1px #4d6e95;
	padding: 0px 10px;
}
#shownews .relatedlist li {
	float: left;
	width: 30%;
	margin-right: 10px;
	height: 27px;
	line-height: 27px;
	padding-left: 12px;
	background: url(../diantb.jpg) no-repeat 3px 12px;
	overflow: hidden;
}
#shownews .relatedlist li a:hover {
	text-decoration: underline;
}
*html #shownews .relatedlist li img {
	margin-top: 8px;
}
/*产品*/
#productlist li h3 {
	padding-top: 7px;
	padding-bottom: 15px;
}
#productlist li h3 a {
	color: #000;
}
#productlist li h3 a:hover {
	color: #06F;
	text-decoration: underline;
}
#showproduct h4.related {
	height: 30px;
	line-height: 30px;
	zoom: 1;
	border-bottom: 1px solid #4d6e95;
	margin: 15px 0px 10px 0px;
}
#showproduct h4.related span {
	float: left;
	display: inline;
	background: url(../rela-bg.jpg) repeat-x left top;
	min-width: 70px;
	_width: 70px;
	white-space: nowrap;
	padding: 0px 10px;
	text-align: center;
	color: #fff;
	text-shadow: -1px -1px #4d6e95;
}
#showproduct h3.sl-ti {
	height: 31px;
	border-bottom: 1px solid #ccc;
	margin-top: 13px;
	zoom: 1;
}
#showproduct h3.sl-ti a {
	float: left;
	display: inline;
	cursor: pointer;
	min-width: 60px;
	_width: 60px;
	white-space: nowrap;
	text-align: center;
	height: 30px;
	line-height: 30px;
	background: url(../sl-ti.jpg) repeat-x left top;
	margin-right: 4px;
	border: 1px solid #ccc;
	padding: 0px 10px;
}
#showproduct h3.sl-ti a.hover {
	background: url(../rela-bg.jpg) repeat-x;
	color: #fff;
	text-shadow: -1px -1px #4d6e95;
	border: 1px solid #5985ba;
}
#rl-product {
	position: relative;
	width: 690px;
	overflow: hidden;
	margin-left: 18px;
}
#rl-product ul {
	position: absolute;
	width: 2012em;
}
#rl-product li {
	float: left;
	display: inline;
	zoom: 1;
	overflow: hidden;
	text-align: center;
}
#rl-product li a.img {
	display: block;
	text-align: center;
	font-size: 0px;
}
#rl-product li img {
	border: 1px solid #ccc;
}
#rl-product li h3 {
	margin-top: 5px;
}
#showproduct .flip {
	position: absolute;
	z-index: 1;
}
#showproduct #trigger {
	display: none;
}
#showproduct .next, #showproduct .prev {
	width: 12px;
	height: 20px;
	overflow: hidden;
	display: block;
	background: url(../p-arrow.jpg) no-repeat;
	cursor: pointer;
}
#showproduct .next {
	background-position: 0px 0px;
	position: absolute;
	top: 60px;
	left: 710px;
}
#showproduct .next:hover {
	background-position: 0px -20px;
}
#showproduct .prev {
	background-position: -12px 0px;
	position: absolute;
	top: 60px;
	left: 0px;
}
#showproduct .prev:hover {
	background-position: -12px -20px;
}
*html #showproduct .prev {
	left: -18px;
}
*html #showproduct .next {
	left: 693px;
}
*+html #showproduct .prev {
	left: -18px;
}
*+html #showproduct .next {
	left: 693px;
}
/*下载*/
#downloadlist dl.top dt a {
	color: #004080;
}
#downloadlist .metlist dd {
	background: #eef3fa;
}
/*地图*/
#sitemaplist .sitemapclass2 h3 {
	background: url(../li.png) no-repeat left center;
}
.indexMain {
	width: 1000px;
	height: 300px;
	margin: 30px auto 0;
}
.project {
	width: 230px;
	float: left;
	display: inline;
	cursor: pointer;
	padding: 15px 25px 22px;
}
.project {
	cursor: pointer;
}
.project h2 {
	font-size: 22px;
	line-height: 24px;
	margin-top: 20px;
	font-family: "黑体","微软雅黑", "宋体";
	font-weight: bold;
	color: #09F;
	transition:All 0.4s ease-in-out;-webkit-transition:All 0.4s ease-in-out;-moz-transition:All 0.4s ease-in-out; -o-transition:All 0.4s ease-in-out;
}

.project h2:hover {
	font-size: 22px;
	line-height: 24px;
	margin-top: 20px;
	font-family: "黑体","微软雅黑", "宋体";
	font-weight: bold;
	color: red;
	text-shadow: 2px 3px 2px #CCC;
	transform:scale(1.1);-webkit-transform:scale(1.1);-moz-transform:scale(1.1); -o-transform:scale(1.1);-ms-transform:scale(1.1);
}
.project p {
	line-height: 22px;
	color: #333;
	margin-top: 15px;
	transition:All 0.4s ease-in-out;-webkit-transition:All 0.4s ease-in-out;-moz-transition:All 0.4s ease-in-out; -o-transition:All 0.4s ease-in-out;
}
.project p:hover {
	line-height: 22px;
	color: #333;
	margin-top: 15px;
	text-shadow: 2px 3px 2px #CCC;
	transform:scale(1.02);-webkit-transform:scale(1.02);-moz-transform:scale(1.02); -o-transform:scale(1.02);-ms-transform:scale(1.02);
}
.project img{transition:All 0.4s ease-in-out;-webkit-transition:All 0.4s ease-in-out;-moz-transition:All 0.4s ease-in-out; -o-transition:All 0.4s ease-in-out;}
.project img:hover{transform:rotate(15deg) scale(0.9);-webkit-transform:rotate(15deg) scale(0.9);-moz-transform:rotate(15deg) scale(0.9);-o-transform:rotate(15deg) scale(0.9);-ms-transform:rotate(15deg) scale(0.9);}
.project span {
	height: 22px;
	line-height: 22px;
	width: 80px;
	margin-top: 15px;
	display: block;
	font-family: "微软雅黑", "宋体";
}
.focus-images {
	height: 380px;
	overflow: hidden;
	position: relative;
	margin-bottom: 0px;
}
.focus-images .focus-btn-panel {
	z-index: 5;
	padding: 24px 24px 0;
	width: 136px;
	height: 201px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -114px;
	margin-left: 295px;
	background: url(/images/btnpanel_bg.gif) no-repeat;
}
.focus-btn-panel p {
	text-align: center;
	font-size: 13px;
	line-height: 22px;
	margin-bottom: 8px;
	_font-size: 12px;
}
.focus-btn-panel a {
	margin-bottom: 10px;
	width: 135px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	display: block;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
.btn, .btn span, .white-btn span, .focus-btn-panel a {
	background: url(/images/button.fw.png) no-repeat;
}
.focus-btn-panel .viewdemo {
	background-position: 0 -40px;
}
.focus-btn-panel a {
	margin-bottom: 10px;
	width: 135px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	display: block;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
.imgNum {
	position: absolute;
	top: 128px;
	z-index: 20;
	left: 49%;
	margin-left: 332px;
	margin-top: 225px;
}
.imgNum li {
	width: 10px;
	height: 10px;
	float: left;
	margin-right: 10px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	opacity: 0.6;
	filter: alpha(opacity=60);
	list-style: none;
}
.imgNum li.act {
	background: #fff;
	opacity: 100;
filter: alpha(opacity:100);
}
.img-list {
	position: realtive;
}
.img-list li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.col {
	width: 950px;
	margin: auto;
}
/*.bigIco *:hover {
	opacity: 0.9;
	filter: alpha(opacity=90);
}
div.inner:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
*/
.top {
	float: left;
	width: 100%;
	position: relative;
	margin-top: 8px
}
#jump {
	position: fixed;
	bottom: 0px;
	right: 20px;
	margin-left: 510px;
	width: 40px;
	z-index: 400;
	_position: absolute;
_top:expression(documentElement.scrollTop + "px");
}
#top, #share, #reply, #sina, #ceping, #weixin {
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
#jump li {
	list-style: none;
}
#top {
	background: url(../top.png) repeat scroll 0% 0% transparent;
}
#share {
	background: url(../share.png) repeat scroll 0% 0% transparent;
}
#reply {
	background: url(../reply.png) repeat scroll 0% 0% transparent;
}
#sina {
	background: url(../sina.png) repeat scroll 0% 0% transparent;
}
#weixin {
	background: url(../weixin.png) repeat scroll 0% 0% transparent;
}
#top:hover {
	background: url(../toped.png) repeat scroll 0% 0% transparent;
}
#share:hover {
	background: url(../shared.png) repeat scroll 0% 0% transparent;
}
#reply:hover {
	background: url(../replyed.png) repeat scroll 0% 0% transparent;
}
#sina:hover {
	background: url(../sinad.png) repeat scroll 0% 0% transparent;
}
#weixin:hover {
	background: url(../weixind.png) repeat scroll 0% 0% transparent;
}
#ceping {
	background: url(../ceping.png) repeat scroll 0% 0% transparent;
}
#ceping:hover {
	background: url(../cepinged.png) repeat scroll 0% 0% transparent;
}
#ewm {
	position: absolute;
	top: -110px;
	left: -120px;
	display: none;
}
#ewm img {
	width: 150px;
	height: 150px;
}

/*menu*/

div#menu {
	padding-left: 0px;
	/* background: url(/images/left.png) no-repeat;
    _background: url(/images/left.gif) no-repeat;*/
	width: 990px;
	margin: 0px auto;
	height: 36px;
}
div#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
div#menu ul.menu {
/*  
	padding-right: 6px;
    background: url/images/right.png) no-repeat right 0;
    _background: url(/images/right.gif) no-repeat right 0;    */
}
div#menu li {
	position: relative;
	margin: 0;
	padding: 0px 0px 0px 20px;
	display: block;
	float: left;
	z-index: 9;
	width: 97px;
	padding-left: 0px;
}
div#menu ul ul li {
	z-index: 9;
}
div#menu li div {
	list-style: none;
	float: left;
	position: absolute;
	z-index: 11;
	top: 37px;
	left: 0px;
	visibility: hidden;
	width: 180px;
	margin: 0px 0 0 -10px;
	padding: 0;
	background: url(/images/subsubmenu-top.png) no-repeat 0px 0;
	_background: url(/images/subsubmenu-top.gif) no-repeat 0px 0;
}
div#menu ul ul {
	z-index: 12;
	padding: 0px 4px 10px 4px;
	background: url(/images/submenu-bottom.png) no-repeat 0px bottom;
	_background: url(/images/submenu-bottom.gif) no-repeat 0px bottom;
	margin: 10px 0 0 0px;
}
div#menu li:hover>div {
	visibility: visible;
}
div#menu a {
	position: relative;
	z-index: 10;
	height: 36px;
	display: block;
	float: left;
	line-height: 36px;
	text-decoration: none;
	margin-top: 1px;
	white-space: nowrap;
	width: auto;
	padding-right: 5px;
	text-align: center;
}
div#menu span {
	margin-top: 0px;
	padding-left: 0px;
	color: #fff;
	font: 14px/1.8 'microsoft yahei', tahoma, verdana, 'simsun';
	background: none;
	line-height: 36px;
	display: block;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 95% 0;
	text-align: center;
}
/* menu::level1 */
div#menu a {
	padding: 0 10px 0 0;
	line-height: 36x;
	height: 36px;
	margin-right: 5px;
	_margin-right: 1px;
	background: none;
	text-transform: uppercase;
}
div#menu a:hover { /*background:  url(/images/selected-right-sub.png)  no-repeat right -1px;*/
}
div#menu a:hover span {/* background: url(/msdmb/tem/images/selected-left-sub.png) no-repeat 0 -3px;*/
}
div#menu li.current a, div#menu ul.menu>li:hover>a {/*background: url(/msdmb/tem/images/selected-right-sub.png)  no-repeat right -1px;*/
}
div#menu li.current a span, div#menu ul.menu>li:hover>a span {/*background: url(/msdmb/tem/images/selected-left-sub.png) no-repeat 0 -3px;*/
}
div#menu ul.menu>li:hover>a span {
	color: #07b3e1;
}
div#menu li {
}
div#menu li.last {
	background: none;
}
/* menu::level2 */
div#menu ul ul li {
	background: none;
	padding: 0;
}
div#menu ul ul a {
	padding: 0px;
	height: auto;
	float: none;
	display: block;
	line-height: 25px;
	font-size: 13px;
	color: #fff;
	z-index: -1;
	padding-left: 5px;
	white-space: normal;
	width: 152px;
	margin: 0 8px;
	text-transform: none;
}
div#menu ul ul a span {
	padding: 0 2px;
	line-height: 25px;
	font-size: 12px;
}
div#menu li.current ul a, div#menu li.current ul a span {
	background: none;
}
div#menu ul ul a:hover {
	background: none;
	background-color: #3c3c3c;
}
div#menu ul ul a:hover span {
	background: none;
	color: #07b3e1;
}
div#menu ul ul a.parent {
 background: url(/images/submenu-pointer.png) no-repeat right bottom;
	_background-image: url(/images/submenu-pointer-hover.gif);
}
div#menu ul ul a.parent span {
	background: none;
}
div#menu ul ul a.parent:hover {
	background: url(/images/submenu-pointer.png) no-repeat right bottom;
	_background: url(/images/submenu-pointer-hover.gif) no-repeat right bottom;
	background-color: #3c3c3c;
}
div#menu ul ul a.parent:hover span {
	background: none;
}
div#menu ul ul span {
	margin-top: 0;
	text-align: left;
}
div#menu ul ul li.last {
	background: none;
}
div#menu ul ul li {
	width: 100%;
}
/* menu::level3 */
div#menu ul ul div {
	width: 180px;
	padding: 0;
	margin: -47px 0 0 165px !important;
}
div#menu ul ul ul {
	padding: 10px 4px 0 4px;
}
div#menu ul ul div li {
	position: relative;
	top: -10px;
}
/* lava lamp */
div#menu li.back {
	background: url(/images/selected-left-sub.png) no-repeat 0 0;
	width: 5px;
	height: 36px;
	z-index: 8;
	position: absolute;
	padding: 0;
	margin: 0px 0 0 0;
}
div#menu li.back .left {
	padding: 0;
	width: auto;
	background: url(/images/selected-right-sub.png) no-repeat right 0;
	height: 36px;
	margin: 0 0 0 5px;
	float: none;
	position: relative;
	top: 0;
	left: 0;
	visibility: visible;
}
