@charset "utf-8";
/* CSS Document */

body,div,a,img,p,form,h1,h2,h3,h4,h5,h6,input,textarea,ul,li,dt,dd,dl,strong{margin:0;padding:0;}
#Logo,#Nav,#Banner,#Content,#Footer,#Lang,#LangA,#div1{width:900px; margin:0 auto;}
/*头部logo区域*/
#Logo{
 height:90px;
}
#div1{
color:#CED9F7;
font-size:12px;
font-family:sans-serif,Arial, Helvetica ;
}
#div1 a{
text-decoration:none;
color:#CED9F7;
}
#div1 a:hover{
color:#F00;}
#LangA a{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:24px;
color:#CED9F7;
text-decoration:none;}

#LangA a:hover{
color:#FF0000;}

#Lang{
height:35px;
text-align:center;
}
#Lang img{
margin:0 ;
padding:5px;
float:right;
border:0;
 }
.a1{
background-image:url(image/c1.jpg);
text-decoration:none;
font-size:16px;
color:#006666;
}
.a1:hover{
background-image:url(image/c2.jpg);
color:#FF0000;
text-decoration:underline;}

#logoLink{
 display:block;
 width:173px;
 height:46px;
 background:url(../Images/logo.gif) no-repeat;
 float:left;/*为了让ie6和ff显示效果一样，如果不加上这句话，后面的margin-top:20px;两个浏览器解析不一样，大家可以去掉这句话，看看两者显示效果差别*/
 margin-top:20px;
}
/*导航条*/
#Nav{height:42px;
margin-top:2px;
}
#Nav ul{
 height:42px;
 list-style:none;
 background:#305457;
}
#Nav ul li{height:42px; float: right;}
#Nav ul li a{
 display:block;/*转化成块状元素，因链接是内链元素，若想给它定义下面的属性，必须将它转化成块状元素，*/
 height:42px; 
 color:#FFF;
 padding:0 15px;
 line-height:42px;
 font-size:14px;
 font-weight:bold;
 font-family:Arial;
 text-decoration:none;/*去除链接样式，默认是有下划线的，加上这句就没有任何样式，下划线也没有了*/
 float:left;
}
#Nav ul li a:hover{background:#68acd3;}


.clear{clear:both;}
.tab1{
color: ##6699ff; 
border-top-style: groove; 
border-right-style:groove; 
border-left-style: groove; 
border-bottom-style:groove;

}
.tab2{
margin:0 auto;
padding:0;

}
.legend1{
background:url(image/bluebg.gif);
border-right: #6699ff 1px solid; 
border-top: #6699ff  1px solid; 
border-left: #6699ff  1px solid; 
border-bottom: #6699ff  1px solid;
color: #306192; 
font-size:18px;
font-family:Arial, Helvetica, sans-serif;}
#Content{overflow:hidden; background:#fff; font-family: Arial, Helvetica, sans-serif;}
#Content #ContentR{width:680px; background:#fff;float:left; padding:15px; }/*为什么都要左侧浮动，如果不明白就去看第二节*/
#Content #ContentL{
float:left; 
padding-right:30px;
 margin-top:15px;
border-width:0;
background-color:#FFf;
width:160px; 
}
#Content #ContentL a{
font-size:14px;
text-decoration:none;
font-weight:bold;
 font-family:Arial;
 color:#306192;
}
#Content #ContentL a:hover{
color:#FF0000;
text-decoration:underline;
}

#Content #ContentR p{
 font-size:14px;
 line-height:28px;
 text-indent:2em;
}
.img2{
 margin:0;
 padding:0;
 margin-left:5px;
 margin-right:5px;
 float:right;

}
.img1{
margin:0;
padding:0;
border:none;
}

#Content #ContentR table{
font-size:12px;
margin:0 auto;
padding:0;}
#Content #ContentR h1{
	height:40px;
	line-height:40px;/*设置行距，目的是保证h1中的文字垂直居中*/
	font-size:16px;
	color:#306192;
	border-bottom:1px #969696 dashed;/*设置h1的下边框为宽度1像素的虚线*/
	margin-bottom:10px;/*设置外边距，让h1和下面的内容区域p保持10像素的距离*/

}
#Content #ContentR strong{
	display:block;/*只有把strong标签，转化成块状元素，margin-bottom:5px;才会起作用，才能使<strong>与下面的元素维持一定距离*/
	font-size:14px;
	color:#306192;
	margin-bottom:5px;
	margin-top:5px;
}

#Content #ContentR #ContentRQ{
margin:0;
padding:0;
height:115px;}
#Content #ContentR ul{
 height:28px;
 margin:0;
 padding:0;
}
#Content #ContentR li{
font-size:14px;
font-weight:bold;
line-height:28px;
height:28px;
text-indent:4em;
margin:0;
padding:0;
}
#Content #ContentR span{
 font-size:12px;
}
#Content #ContentR a{
color:#306192;
text-decoration:none}
#Content #ContentR a:visited,#Content ContentR a:link,#Content #ContentR a:active{
color:#306192;
border:none;
text-decoration:none;}
#Content #ContentR a:hover{
color:#F00;
text-decoration:none;}
.tr1{
	background-color:#DAF1F8;
}


.tr3{background-color:#E1F1F1;}
.tr4{background-color:#F0F0F0;}
/*Footer*/
#Footer{
 text-align:center;
 background:#68acd3;
 padding: 10px 0;
 font-size:12px;
 font-family:Arial, Helvetica, sans-serif;
 color:#fff;
 line-height:20px;
}
.copyright{
color:#FF0000;
}
