@charset "utf-8";
body {
	font-size: 12px;
	background:url(bg.gif) repeat-x;
	padding:0;
	margin:0;
	line-height:180%;
	font-family:Arial, Helvetica, sans-serif;
}
img {
	border:0;
}
a {
	text-decoration:none;
	color:#000000;
}
a{
    blr: expression(this.onFocus=this.close());
} /* 只支持IE，过多使用效率低 */
a{
    blr: expression(this.onFocus=this.blur());
} /* 只支持IE，过多使用效率低 */
a:focus {
    -moz-outline-style: none;
} /* IE不支持 */
:focus {
    outline: none;
} /* for Firefox */
.clear {
	clear:both;
}
ul, li {
	margin:0;
	padding:0;
	list-style-type:none;
}
.top {
	width:658px;
	margin:0 auto;
	background:url(logo.gif) no-repeat;
	height:33px;
	padding:72px 20px 0 297px;
}
.top span {
	float:right;
}
.top span a {
	color:#003f5f
}
#menu {
	width:975px;
	background:url(menu.gif);
	line-height:33px;
	margin:0 auto;
}
#menu ul {
	margin:0 auto 0 13px;
}
#menu ul li {
	float:left;
	background:url(menunbsp.gif) no-repeat right;
}
#menu ul li a {
	color:#FFF;
	font-weight:bold;
	padding:0 28px;
	line-height:33px;
}
#menu ul li a:hover {
	color:#f1f1f1;
}
#menu ul .last {
	background-image:none;
}
div#MainPromotionBanner {
	width:975px;
	height:335px;
	background:#52a6d5;
	margin:3px auto 0 auto;
}
#MainPromotionBanner #SlidePlayer {
	position:relative;
	margin: 0 auto;
}
#MainPromotionBanner .Slides {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 335px;
	overflow: hidden;
}
#MainPromotionBanner .Slides li {
	float: left;
	width: 975px;
	height: 335px;
}
#MainPromotionBanner .Slides img {
	border:0;
	display: block;
	width: 975px;
	height: 335px;
}
#MainPromotionBanner .SlideTriggers {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 300px;
	right: 10px;
	z-index: 10;
	height: 25px;
}
#MainPromotionBanner .SlideTriggers li {
	float: left;
	display: inline;
	color: #74a8ed;
	text-align: center;
	line-height:16px;
	width: 16px;
	height: 16px;
	font-family: Arial;
	font-size: .9em;
	cursor: pointer;
	overflow: hidden;
	margin:3px 5px;
	background: url(slide_trigger.gif) no-repeat center center;
}
#MainPromotionBanner .SlideTriggers li.Current {
	color:#fff;
	background: url(slide_trigger_c.gif) no-repeat center center;
	border:0;
	font-weight:bold;
	font-size: 1.4em;
	line-height: 21px;
	height: 21px;
	width: 21px;
	margin:0 5px;
}
.baidu{
	text-align:center;
	}
.google{
	text-align:center;
	}
.news {
	width:955px;
	height:30px;
	background: url(newsbg.gif);
	line-height:30px;
	margin:5px auto;
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
}
.news span {
	float:right;
	padding-right:10px;
}
.news span a {
	color:#06F;
}
.homebody {
	width:975px;
	margin:0 auto;
}
*html .homebody{ width:986px; margin:0 auto;}
.homebody .homebox {
	background:url(homebox.gif) no-repeat;
	width:319px;
	height:277px;
	float:left;
	color:#3d3d3d;
	display:inline;
}
.homebody .homebox h1 {
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
	color:#000;
	padding-left:33px;
	line-height:30px;
}
.homebody .homebox h1 span {
	float:right;
	font-weight:normal;
	padding-right:10px;
}
.homebody .homebox h1 span a {
	color:#333
}
.homebody .homebox .can {
	padding:10px 20px;
}
.homebody .mid {
	margin:0 9px;
}
*html .homebody .mid {
	margin:0 4px;
	display:inline;
}
#showpro {
	margin:15px 0 0 0;
}
#showpro li {
	width:99px;
	float:left;
	margin-left:5px;
}
*html #showpro li {
	width:99px;
	float:left;
	margin-left:3px;
}
#showpro li p {
	width:99px;
	height:78px;
	text-align:center;
	display:table;
	table-layout:fixed;
	padding:0;
	margin:0;
	background:#FFF;
}
#showpro li p a {
	display:block;
	display:table-cell !important;
	text-align:center;
	vertical-align:middle;
	line-height:58px;
	height:58px;
	font-size:58px;
	background:#FFF;
	margin:1px;
	overflow:hidden;
	padding:0;
}
#showpro li p a img {
	vertical-align:middle;
	text-align:center;
}
img.showpro {
	max-width:88px;
	max-height:78px;
 width: expression(this.width > Object.MAX_WIDTH && this.width / Object.MAX_WIDTH >= this.height / Object.MAX_HEIGHT ? Object.MAX_WIDTH : true);
 height: expression(this.height > Object.MAX_HEIGHT && this.width / Object.MAX_WIDTH < this.height / Object.MAX_HEIGHT ? Object.MAX_HEIGHT : true);
}
#showpro li span a {
	border:none;
	color:#000000;
	width:99px;
	height:20px;
	padding:5px 0 5px 0;
	font-size:12px;
	text-align:center;
	word-break:break-all;
	display:block;
}
*+html #showpro li span a {
	font-size:12px;
	border:none;
	height:20px;
	color:#000;
	width:99px;
	text-align:center;
	display:block;
}
#showpro li span a:hover {
	color:#006599;
}
#pro {
	margin:15px 0 0 0;
}
#pro li {
	width:156px;
	height:210px;
	float:left;
	margin-left:9px;
}
*html #pro li {
	width:156px;
	height:180px;
	float:left;
	margin-left:5px;
}
#pro li p {
	width:156px;
	height:156px;
	text-align:center;
	display:table;
	table-layout:fixed;
	padding:0;
	margin:0;
	background:#FFF;
}
#pro li p a {
	display:block;
	display:table-cell !important;
	text-align:center;
	vertical-align:middle;
	line-height:100px;
	height:100px;
	font-size:100px;
	background:#FFF;
	margin:1px;
	overflow:hidden;
	padding:0;
}
#pro li p a img {
	vertical-align:middle;
	text-align:center;
}
img.pro {
 max-width:145px;
 max-height:145px;
 width: expression(this.width > Object.MAX_WIDTH && this.width / Object.MAX_WIDTH >= this.height / Object.MAX_HEIGHT ? Object.MAX_WIDTH : true);
 height: expression(this.height > Object.MAX_HEIGHT && this.width / Object.MAX_WIDTH < this.height / Object.MAX_HEIGHT ? Object.MAX_HEIGHT : true);
}
img.showbigimg{
 max-width:650px;
 max-height:650px;
 width: expression(this.width > Object.MAX_WIDTH && this.width / Object.MAX_WIDTH >= this.height / Object.MAX_HEIGHT ? Object.MAX_WIDTH : true);
 height: expression(this.height > Object.MAX_HEIGHT && this.width / Object.MAX_WIDTH < this.height / Object.MAX_HEIGHT ? Object.MAX_HEIGHT : true);
}
#pro li span a {
	border:none;
	color:#000000;
	width:156px;
	height:20px;
	padding:5px 0 5px 0;
	font-size:12px;
	display:block;
}
*+html #pro li span a {
	font-size:12px;
	border:none;
	height:20px;
	color:#000;
	width:156px;
	text-align:center;
	display:block;
}
#pro li span a:hover {
	color:#006599;
}
.subban {
	margin-top:5px;
	width:975px;
	margin:5px auto 5px auto;
}
.subbody {
	width:975px;
	margin:0 auto;
}
.subleft {
	width:251px;
	float:left;
	margin-right:8px;
}
.subright {
	float:left;
	width:715px;
}
.subbox {
	border:1px #cacaca solid;
	background:#fbfbfb
}
.subbox .title {
	background:url(sub_title_bg.gif);
}
.subbox h1 {
	font-size:12px;
	margin:0;
	padding:0;
	font-weight:bold;
	padding-left:35px;
	padding-top:5px;
	background:url(sub_title_ico.gif) no-repeat;
}
.subcan {
	padding:15px;
}
.subcan .bigimg img{
 max-width:650px;
 max-height:650px;
 width: expression(this.width > Object.MAX_WIDTH && this.width / Object.MAX_WIDTH >= this.height / Object.MAX_HEIGHT ? Object.MAX_WIDTH : true);
 height: expression(this.height > Object.MAX_HEIGHT && this.width / Object.MAX_WIDTH < this.height / Object.MAX_HEIGHT ? Object.MAX_HEIGHT : true);
	}
.newslist li {
	background:url(news_dot.gif) no-repeat 2px 8px;
	padding-left:15px;
	line-height:22px;
}
.newslist li a {
	color:#000;
}
.subnewslist li {
	background:url(news_dot.gif) no-repeat 2px 8px;
	padding-left:15px;
	line-height:22px;
	border-bottom:1px #333 dotted;
}
.subnewslist li a {
	color:#000;
}
.subnewslist li span {
	float:right;
}
/*

	List Expander 

*/



.listexpander {
	background:url(dotline.gif);
}
.listexpander a {
	color:#000;
}
.listexpander a:hover {
	color:#000;
}
.listexpander, .listexpander ul, .listexpander li {
	margin:0;
	padding:0;
	list-style:none;
}
.listexpander ul {
/*
	Uncomment this if you want to initially hide the child lists. 
	If you do, Javascript disabled and CSS enabled browsers will not be able to use this list.
	display:none;
	*/ 
}
.listexpander li {
	line-height:22px;
	margin-top:1px;
	cursor:default;
	text-indent:39px;
}
.listexpander li.collapsed, .listexpander li.expanded {
	cursor:pointer;
}
/* first level */

.listexpander li, .listexpander li.collapsed {
	background: #fbfbfb url(collapsed.gif) no-repeat 8px .5em;

}
.listexpander li, .listexpander li.collapsed a{ text-decoration:none; font-weight:bold;}
.listexpander li, .listexpander li.collapsed a:hover{ color:#00C; text-decoration:underline;}
.listexpander li.expanded {
	background:#fbfbfb url(expanded.gif) no-repeat 8px .5em;
	font-weight:bold;
}
/* second level */
.listexpander li ul, .listexpander li li {
	font-weight:normal;
}
.listexpander li ul, .listexpander li li a{ color:#666;}
.listexpander li li.collapsed{
	background:#fbfbfb url(expanded.gif) no-repeat 19px .4em;
	padding-left:5px;
}
.listexpander li li.expanded{
	background:#fbfbfb url(expanded.gif) no-repeat 5px .4em;
	font-weight:bold;
}
/* third level */
.listexpander li li ul, .listexpander li li li {
	background:#fff;
}
.listexpander li li ul, .listexpander li li li a{ color:#bbb;}
.listexpander li li li.collapsed {
	background:#fbfbfb url(expanded.gif) no-repeat 27px .4em;
}
.listexpander li li li.expanded {
	background:#fbfbfb url(expanded.gif) no-repeat 5px .4em;
}
/* fourth level */
.listexpander li li li li {
	text-indent:0;
	margin-left:30px;
	width:auto;
}
.mtop {
	margin-top:10px
}
/* ######### Style for Drop Down Menu ######### */
*html .dropmenudiv {
	margin-top:7px;
	border: 1px solid #555; /*THEME CHANGE HERE*/
	border-left-width:0;
	border-right-width:0;
	border-bottom-width:0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color:#000;
	width:105px;
	visibility:hidden;
}

.dropmenudiv {
	position:absolute;
	top:55px;
	margin-top:7px;
	border: 1px solid #555; /*THEME CHANGE HERE*/
	border-left-width:0;
	border-right-width:0;
	border-bottom-width:0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color:#000;
	width:105px;
	visibility:hidden;
}
.dropmenudiv a {
	width: auto;
	text-align:center;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #555; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color:#fff;
}
* html .dropmenudiv a { /*IE only hack*/
	width: 105px;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #1e71d6;
}
/*menucssend*/

h2 {
	font-size:14px;
	font-weight:bold;
	border-bottom:1px dotted #CCC;
	text-align:center;
}
#foot {
	width:965px;
	border-top:#a6b7c9 1px solid;
	margin:5px auto 0 auto;
	padding:10px 0 10px 10px;
	text-align:center;
}