@charset "utf-8";
/* CSS Document */
*{
	padding:0;
	margin:0;
	font-size:14px;
	font-family:"黑体";
}
a{
	text-decoration:none;
}
body a:hover{
	color:#F00;
}
ul{
	list-style:none;
}
img{
	border:none;
}

.clear{
	clear:both;
	font-size:0;
	height:0;
}
.wrap{
	width:960px;
	margin:0 auto;
}
.header{
	background:#0e0313;
	height:452px;
	
}
.header_wrap{
	width:960px;
	height:452px;
	margin:0 auto;
	background:url(../images/header_img.png) no-repeat;
}

.main{
	background:url(../images/BG_link.png) repeat-y;
	padding-bottom:20px;
}
.col01{
	position:relative;
	width:960px;
	padding-top:50px;
}
.col01 .h2{
	background:url(../images/col01_img.jpg) no-repeat;
	width:316px;
	height:64px;
	color:#FFF;
	padding:0 40px;
	position:absolute;
	top:-32px;
	left:282px;
}
.h2 dl dt{
	float:left;
	font-size:50px;
	font-weight:bold;
	line-height:64px;
}
.h2 dl dd{
	float:left;
	font-size:18px;
	width:200px;
	padding:10px 5px;
}
.col01 .h3 {
	width:70px;
	height:70px;
	background:#252457;
	margin:0 auto;
	color:#FFF;
}
.h3 dl{
	padding-top:7px;
}
.h3 dl dt{
	font-size:30px;
	text-align:center;
}
.h3 dl dd{
	font-size:12px;
	text-align:center;
}
.content{
	height:auto;
	overflow:hidden;
	line-height:24px;
}
.content a{
	color:#666;
}
.col01 .content_col01{
	float:left;
	width:450px;
	color:#666;
	line-height:30px;
}
.col01 .content_col02{
	float:right;
	width:450px;
	text-align:center;
	margin-top:150px;
	line-height:30px;
}
.content_col02 a{
	font-size:30px;
	color:#666;
}
.col02, .col03{
	clear:both;
	overflow:hidden;
	margin-top:20px;
}
.col02 .h2, .col03 .h2, .col05 .h2{
	background:url(../images/col02_img.gif) no-repeat;
	width:316px;
	height:64px;
	color:#FFF;
	padding:0 40px;
	margin:0 auto;
}
.col02 .h3, .col03 .h3, .col05 .h3 {
	width:70px;
	height:70px;
	background:#252457;
	margin:0 auto;
	color:#FFF;
	margin-top:20px;
}
.col02 .content_col01{
	float:right;
	width:450px;
	color:#666;
	line-height:30px;
}
.col02 .content_col02{
	float:left;
	width:450px;
	text-align:center;
	margin-top:80px;
	line-height:30px;
}
.col03 .content_col01{
	float:left;
	width:450px;
	color:#ccc;
	line-height:30px;
}
.col03 .content_col01 p{
	font-size:30px;
}
.col03 .content_col02{
	float:right;
	width:450px;
	text-align:center;
	line-height:30px;
}

.col04{
	clear:both;
	overflow:hidden;
}
.col04 .h2{
	background:url(../images/col_bottom.png) no-repeat;
	height:64px;
	width:396px;
	margin:0 auto;
}
.col04  .content{
	text-align:center;
	color:#666;
}

.col05 .content_col01{
	float:left;
	width:450px;
	color:#666;
	line-height:30px;
}
.col05 .content_col02{
	float:right;
	width:450px;
	text-align:center;
	margin-top:150px;
	line-height:30px;
}
.content_col05 a{
	font-size:30px;
	color:#666;
}
.coop h2{
	color:#666;
	font-size:20px;
	line-height:20px;
}
.msboxbtn{
	background:url(../images/msboxbtn.jpg) no-repeat;
	width:87px;
	height:29px;
	border:0;
	cursor:pointer;
}



#topnav {
    background: none repeat scroll 0 0 #F2F2F2;
    border-bottom: 1px solid #DDDDDD;
    height: 30px;
    width: 100%;
}

#topnav p {
    line-height: 30px;
    margin: 0 auto;
    width: 900px;
	height:24px;
	font-size:12px;
}
#topnav p a{
	color:#333333;
	text-decoration:none;
	font-size:12px;
	font-family:"微软雅黑";
}
#topnav p a:hover{
	color:#F00;
}
.bottom {
	text-align:center;
	line-height:24px;
	margin-top:10px;
	font-size:12px;
	background:#0e0313;
	padding:10px 0;
}
.bottom p, .bottom a{
	font-size:12px;
	font-family:"微软雅黑";
	color:#ccc;
}

.publish {
    display:block;
    width: 18px;
    line-height: 1.2;
    padding: 5px 0;
    background-color: #000;
    font-size: 12px;
    text-align: center;
    position: fixed;
    _position: absolute;
    right: 10px;
    bottom:240px;
    _bottom: "auto";
    cursor: pointer;
    opacity: .6;
    filter: Alpha(opacity=60);
}
.publish a{
	color: #fff;
}

