@charset "gb2312";
/* CSS Document */
body{
	padding:0;
	margin:0;
	background:#6cb9ff;
    background-repeat:no-repeat;
    background-position:50% 0%;
	background-attachment:fixed;
	color:#000;
	font-size:13px; 
	font-family:"Î¢ÈíÑÅºÚ",Arial, Helvetica, sans-serif;
}
div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, form, label, input, textarea, img, span, em, strong{
	margin:0; padding:0; font-style:normal;
}

ul, ol, li{
	margin:0; 
	padding:0; 
	list-style:none;
	font-size:13px;
}
img{border:0px}
a{
    color:#000; 
	text-decoration:none;
} 
a:hover{
    color:#0050b2;
	text-decoration:underline;
}
a.link2:link {
	font-size: 14px;
	color: #0050b2;
	text-decoration: none;
	font-weight: bold;
}
a.link2:visited {
	font-size: 14px;
	color: #0050b2;
	font-weight: bold;
}
a.link2:hover {
	font-size: 14px;
	text-decoration: underline;
	color: #0050b2;
	font-weight: bold;
}
/********************************      General Classes      ********************************/

.clear {clear: both;}
				
.align-left {float: left;}
				
.align-right {float: right;}

/********************************      Body - header     ********************************/
#wrap{
	width:1088px;
	height:auto;
	margin:0 auto;
}
.banner{
	width:100%;
	height:420px;
	position:relative; text-align:center; 
	background:url(../images/top2.jpg) no-repeat top center; margin-bottom:20px;
}
.banner p{ padding-top:120px;}
.m_wrap{
	width:100%;
	height:auto;
}
.Wrap{ width:100%; overflow:hidden; background:url(../images/titlebg.gif) no-repeat top center;}
.title{ width:100%; height:90px; overflow:hidden;}
.title p{ padding-top:20px; overflow:hidden; color:#a00129;}
.title p em{ width:52%; line-height:30px;
	font-size:24px;
	font-family:"Î¢ÈíÑÅºÚ"; color:#ffffff; float:left; padding-top:5px; margin-left:145px;
}
.title p em b{ float:left; margin-right:10px; font-weight:normal;}
.title p em i{ float:left; width:50%; line-height:16px; font-size:10px; font-style:normal;}
.title p span{
	width:auto;
	height:42px;
	font-size:13px;
	line-height:42px;
	background:url(../images/star.gif) 0px 12px no-repeat;
	padding-left:94px; float:right; margin-right:130px;
}
.title p span a, .title p span a:hover{
}
.mina{
	width:950px;
	height:auto; overflow:hidden; padding:35px 0;
	background:#fff url(../images/cbg.gif) no-repeat top center; margin:0 auto 20px auto;
}
.mina p{}
.mina ul{
	width:100%;
	height:auto;
	line-height:20px;
}
.mina ul a{
	padding:8px;
}
.mina strong{
	width:50px;
	height:auto;
	color:#0050b2;
	font-size:18px;
	line-height:24px;
	font-family:"Î¢ÈíÑÅºÚ";
	float:left;
}
/********************************      copyright      *******************************/
.copyright{
	height:30px;
	font-size:13px;
	line-height:30px;
	text-align:center;
	color:#fff;
	padding-bottom:10px;
	margin:0 auto;
}
.copyright a{ color:#fff; margin:0 3px; }