﻿/* CSS Document */
img{ border:0;}
a img{
filter:alpha(opacity=100); /* IE */
-moz-opacity:1; /* Moz + FF */
opacity:1; /* 支持CSS3的浏览器（FF 1.5也支持）*/
border:none;
}
a:hover img{
filter:alpha(opacity=80); /* IE */
-moz-opacity:0.8; /* Moz + FF */
opacity:0.8; /* 支持CSS3的浏览器（FF 1.5也支持）*/
border:none;
} 

/* top_nav */
#top_nav ul{ padding:0; margin:0; list-style-type:none;}
#top_nav ul li{ width:125px; height:50px; float:right; color:#fff; font-size:24px; font-family:"Arial"; line-height:50px;}
#top_nav ul li.nav_1 a{ display:block; width:122px; height:50px; text-decoration:none; color:#fff; font-size:24px; font-family:"Arial"; line-height:50px; background:#0c0772;}
#top_nav ul li.nav_1 a:hover{  width:122px; height:50px; background:#a5ad0b;}

/* end top_nav*/

/* bottom_nav */
#bottom_nav ul{ padding:0; margin:0; list-style-type:none;}
#bottom_nav ul li{ height:30px; float:right; display:inline; padding:0 10px; width:auto; overflow:hidden; line-height:30px;}
#bottom_nav ul li a{ font-size:14px; color:#0c0772; text-decoration:none; float:left; display:inline;}
#bottom_nav ul li a:hover{ text-decoration:underline; color:#73076e;}

#bottom_nav1 ul{ padding:0; margin:0; list-style-type:none;}
#bottom_nav1 ul li{ float:right;}
#bottom_nav1 ul li a{ height:30px; margin-right:20px; font-size:18px; line-height:30px; color:#fff; text-decoration:none; text-align:center;}
#bottom_nav1 ul li a:hover{ text-decoration:underline; color:#a5ad0b; text-align:center;}
.xi{ width:30px; height:30px; text-align:center; float:right; color:#FFF; font-size:18px; line-height:30px;}
/* end bottom_nav */

/* left_nav */
.left_nav ul{ padding:0; margin:0; list-style-type:none;}
.left_nav ul li{ width:190px; height:30px; margin-bottom:2px; padding-left:5px; text-align:left;}
.left_nav ul li.yi a{ line-height:30px; width:190px; height:30px; color:#fff; background:#0c0772; margin-top:5px; font-size:14px; display:block;}
.left_nav ul li.yi a:hover{ width:190px; height:30px; background:#a5ad0b;}
/* end left_nav */

/* English link */
#top_nav .eng a{ font-size:12px; color:#FFF; text-decoration:none;}
#top_nav .eng a:hover{ font-size:12px; color:#a5ad0b; text-decoration:underline;}
/* end english link */