@charset "utf-8";
/* CSS Document */
a img {
	border:none;
}
.top {
	background:url(../images/bg_top.jpg) no-repeat;
	height:98px;
	overflow:hidden;
}
.top .langs {
	float:right; margin-right:42px; height:25px; 
}
.top .langs a {font-size:12px;}
.top .top1 {margin:10px 0px 0px 440px;}
/************/
.nav {margin-left:325px; margin-top:35px;}

.nav a {
	background: url(../images/nav/nav_bg.gif) left 0;
	color:#000;
	text-decoration:none;
	height:32px;
	float:left;
	cursor:hand;
	margin:0 8px 0 0;
	border:0px solid #000;
	font-size:16px;
	font-family:"黑体";
}
.nav a:hover {
	background:url(../images/nav/nav_bg.gif) left -32px;
	text-decoration:none;
}
.nav a span {
	background:url(../images/nav/nav_bg.gif) right 0;
	padding:5px 12px 10px 4px;
	margin:0 0 0 8px;
	float:left;
	height:16px;
	border:0px solid #000;
}
.nav a:hover span {
	background:url(../images/nav/nav_bg.gif) right -32px;
	color:#fff;
	padding:5px 12px 10px 4px;
	margin:0 0 0 8px;
	height:16px;
}
.nav a.active {
	background:url(../images/nav/nav_bg.gif) left -32px;
}
.nav a.active span {
	background:url(../images/nav/nav_bg.gif) right -32px;
	color:#fff;
	margin:0 0 0 8px;
	height:16px;
}
/************/
.space {height:10px; overflow:hidden; font-size:9px; clear:both;}
.footer {
	background:url(../images/bg_bottom.jpg) no-repeat;
	height:62px;
	clear:left;
}
.footer div {
	color:#fff;
	text-align:center;
	padding-top:25px;
}
.mid {margin-top:0px;}
.boder_blue {border:1px solid #93c3da;}
.case_idx_list img {margin:10px 2px 0px 4px;}
.case_idx_list ul li {text-indent:20px; list-style-type:square;}
.case_box {background:url(../images/title_bg_cases.jpg) no-repeat;}
.case_box .tit {height:59px; text-align:center; font-size:20px; font-weight:bolder; line-height:59px;}

.case_c_box .stit,.case_c_box2 .stit {font-weight:bold; color:#001f56;}
.case_c_box {border:2px solid #cececd; float:left; width:465px; overflow:hidden; margin:0px 4px; margin-bottom:10px;}
.case_c_box2 {border:2px solid #cececd; margin:0px 4px;}
.case_c_box .inner,.case_c_box2 .inner {margin:12px;}
.case_c_box .content,.case_c_box2 .content { font-size:12px;}

.idx_ul li {LIST-STYLE-TYPE: disc;}

.stit {font-weight:bold; color:#001f56;}

