@CHARSET "UTF-8";
*{
	font-size:9pt;
	font-family:"microsoft yahei","微软雅黑","MSYH","宋体";;
	margin:0;
	padding:0;
	color:#6A6A6A;
	text-decoration:none;
}

.clear{
	clear:both;
}

#body{
	width:100%;
	background:url('../images/bg.jpg') repeat-x;
}

.header,
.indexbanner,
.body,
.body2{
	width:980px;
	margin:0px auto;
}

.header{
	height:100px;
	position:relative;
}

a.logo{
	position:absolute;
	width:450px;
	height:62px;
	left:20px;
	top:20px;
	background:url('../images/logo.gif') no-repeat;
	display:block;
}

/*语言*/
.language{
	position:absolute;
	width:140px;
	height:20px;
	border:#f00 0px solid;
	top:5px;
	right:0px;
	text-align:right;		
	color:#ccc;
}
.language label{
	text-decoration:none;
	color:#016BB5;
}

.language a{
	text-decoration:none;
	color:#ccc;
}
.language a:hover{
	text-decoration:none;
	color:#016BB5;
}

/*导航*/
.nav{
	position:absolute;
	width:446px;
	height:25px;
	top:44px;
	right:0px;
	border:#f00 0px solid;
}
.nav a{
	font-size:14px;
	display:block;
	float:left;
	padding:5px 10px;
	margin-left:10px;
}

.nav a:hover,
.nav a.now{
	border-bottom:#F0832B 2px solid;
}

.body{
	border:#77A4C6 0px dashed;
	min-height:260px;
	/*background:url('../images/bg1.jpg') no-repeat center center;*/
	margin:10px auto;
}
.body .indexleft{
	width:490px;
	float:left;
}
.body .indexleft div{
	float:left;
	width:520px;
	margin-left:0px;
	border-left:#77A4C6 0px solid;
	border-bottom:#77A4C6 0px solid;
	position:relative;
	padding-bottom:20px;
	background-color:#F3F3F3;
}
.body .indexleft div.intro{
	padding-bottom:10px;
}
.body .indexleft .youshi{
	margin-top:10px;
}
.body .indexleft div h2{
	position:absolute;
	width:15px;
	background-color:#77A4C6;
	color:#fff;
	font-weight:normal;
	padding:5px;
	text-align:center;
	top:0px;
	left:0px;
}
.body .indexleft div p{
	padding:10px 10px 10px 40px;
	line-height:150%;

}
.body .indexleft div a{
	display:block;
	float:right;
	margin-right:10px;

}

.body .indexright{
	float:right;
	background-color:#f3f3f3;
	width:430px;
	min-height:238px;
	padding:10px;
	margin-left:20px;
}
.body .indexrighten{
	border:#f00 0px solid;
	height:308px;
}
.body .indexright div{
	padding-right:20px;
}
.body .indexright div table td{
	padding-right:10px;
}
.body .indexright div h2{
	color:#77A4C5;
	font-weight:normal;
	margin-bottom:3px;
}
.body .indexright div p{
	line-height:150%;
	padding-left:5px;
}
.body .indexright div p a{
	 color:#77A4C5;
}
a.more{
	color:#77A4C5;
	padding-right:20px;
}
.body .indexright div.zongzhi h2{
	float:left;
}
.body .indexright div.zongzhi p{
	float:left;
	color:#E00601;
	padding-left:20px;
}


/*second页面*/
.body2{
	min-height:300px;
	border-top:#016BB5 10px solid;
}
.body2 .left{
	width:150px;
	float:left;
	/*background:url('../images/bg1.jpg') no-repeat right center;*/
	padding-left:30px;
	margin-top:30px;
	position:relative;
}
.body2 .left>img{
	-moz-box-shadow: 3px 3px 4px #ccc;
	-webkit-box-shadow: 3px 3px 4px #ccc;
	box-shadow: 3px 3px 4px #ccc;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc');
	}

.body2 .left h2{
	position:absolute;
	width:15px;
	background-color:#DF0702;
	color:#fff;
	font-weight:normal;
	border:#fff 0px solid;
	padding:5px;
	text-align:center;
	top:-10px;
	left:15px;
}

.body2 .right{
	padding:20px;
	width:760px;
	float:right;
	border:#f00 0px solid;
	padding-top:50px;
}
.body2 .right table td{
	padding-right:10px;
	line-height:150%;
}
.body2 .right table td.title{
	text-align:right;
	font-weight:bold;
}

.body2 .right p{
	line-height:200%;
	padding-left:5px;
	margin-bottom:20px;
}


.footer{
	background-color:#535353;
	height:40px;
	text-align:center;
	margin:0px auto;
}
p.copyright{
	width:950px;
	padding-right:30px;
	margin:0px auto;
	text-align:right;
	color:#BFBEBE;
	line-height:40px;
}
#tongji{
	display:none;
}