@charset "utf-8";
/* CSS Document */


a{color:#333;font-size:12px;text-decoration:none;outline:none;}
a:hover{color:#f30;text-decoration:none;}
div{font-size:12px;line-height:22px;}
table{border-collapse:collapse;border-spacing:0}
ol,ul{list-style:none}

.clear{clear:both;}

/*top*/
.top_box { width:100%;  height:100px;background:url(../images/top_bg3.jpg); }
.top{ height:100px;  width:1200px;  margin:auto; }
.top_logo { width:300px; height:100px; float:left; margin-left:20px;} 
.top_logo img { width:250px; height:80px; margin-top:15px;}
.top_nav { width:800px; height:50px;  float:right; margin:0 auto; margin-top:50px; }
.top_nav ul{ margin:0 ; padding:0; margin:auto; margin-left:100px;}
.top_nav li {height:50px; width:120px; line-height:50px;  text-align: center; display:inline;list-style:none; background:url(../images/top_bg.jpg); }
.top_nav li a { color:black;  font-size:20px; width:120px; font-weight:bold; font-weight:900;background:url(../images/top_bg.jpg); line-height:50px;}
.top_nav li a:hover { width:120px; color:red;background:url(../images/top_bg.jpg); line-height:50px; }  


/*footer页脚*/
.footer {width:100%; float:left;margin-bottom:1px; background:url(../images/fot_bg.jpg); }
.footer_s { width:1200px;height:130px;  margin:0 auto;}
.footer_s_L { width:250px; height:80px; float:left;}
.footer_s_L img { width:250px; height:80px; margin-left:20px; margin-top:25px;}
.footer_s_R { width:700px;  float: right; margin-left:10px;}
.footer_s_R h2 { font-size:20px; color:black; height:18px; line-height:40px; margin-top:5px; margin-bottom:20px; font-weight:bold; }
.footer_s_R p{ font-size:14px; color: #333333; height:25px; margin-top:5px; line-height:25px; }

.footer_s_R p  a  {color: #333333; font-size:14px;}
.footer_s_R p  a:hover   { color:red; }



