@charset "utf-8";
/* CSS Document */


a {
	text-decoration: none;
	color: #003399;}
a:hover {
	color: #F00;
	text-decoration:underline;
}

body {
   margin-left: 0px;
   margin-top: 0px;
   margin-right: 0px;
   margin-bottom: 0px;
   background:url(images/bg.gif);
   text-align:center;
}

.mian{width:1003px;
	  height:590px;
	  margin:0 auto 0; text-align:center;
}

.top { width:1003px;
       height:20px;
	   margin:10px 0 35px 0;
	   background-color:#FFF;
	   font-size:12px;
	   color:#000;
	   line-height:20px;
}

.top a{color:#000; line-height:20px;}
.top .right{float:right;}
.top .left{float:left;}
.header { width:760px;
          height:146px;
	      margin:10px auto 8px;
	      
}

.jiaodian { width:760px;
            height:260px;
	        margin:8px auto 8px;
}

.flashmenu { width:760px;
        height:37px;
	    margin:8px auto 8px; text-align:center;
}
.language{
	    width:700px;
         height:20px;
	      text-align:right;
		  font-size:12px;
		 
		  color:#CF0200; 
		  
}
.language a{ color:#CF0200; font-weight:bolder;
}
.footer {width:1003px;
         height:37px;
	     margin:5px auto 10px;
		 background-image:url(images/footer_07.gif);
		 font-size:12px;
		 text-align:center;
		 color:#FFF;
		 line-height:36px;
		 
}

.footer a{ color:#F30; line-height:36px;font-weight:bolder;
}