
/*===================*/
/*=== Main Styles ===*/
/*===================*/
html, body, ul, li {padding:0; margin:0;}
body {
	font-family: "微软雅黑";	
/*  background:url(../images/background.png) repeat center 0px; */
    text-align: center;
	font-size: 10pt;
}

	img {
	border: 0
}
.clear{
	clear:both;
}
#foot a:link {
	text-decoration: none;
	color: #030303;
	/*color: #1AB394;  指正常的未被访问过的链接*/
	
}

#foot a:visited {
	text-decoration: none; /*指已经访问过的链接*/
	color: #030303;
}

#foot a:hover {
	text-decoration: underline;
	color: #1AB394; /*指鼠标在链接*/
}

#foot a:active {
	text-decoration: none; /* 指正在点的链接*/
}
#bbg{
background:url(../images/ibbg.png) no-repeat center 0px ;
height:450px;
width:100%;
padding-top:173px;


}

/*********FOOT  START************************************/

#foot{
	
	width:100%;
	text-align: center;
	position: relative;
	background-color: #2d2c41;
	filter:alpha(opacity=90);
	background: url(。。/../../images/banner_top.jpg) 0px 100% no-repeat ;
	font-size: 9pt;
	height:240px;
		z-index:99;
		}		

#foot .foot_nav{
	font-family: "黑体";	
	width:50%;
	margin-left:10%;
	height:35px;
	font-size:15px;
	text-align: center;
	border-bottom:1px solid #bcd7d2;
}
#foot .foot_nav p a{

margin-left:10px;
	}
#foot p{
   line-height: 1.8em;
	margin: 0px;
	color:#030303;
}

 #foot #copyRight {
	width:100%;
	border:solid 0px red;
	height:0px;
	position:relative;
	color: #030303;
	
}


.circular{
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	
}