/* CSS Document */
body
{
	margin:0;
	padding:0;
	background-color:#f7f7f7;
	font-family: "宋体";
	font-size:12px;
}
a:link {font-family: "宋体";font-size: 12px;color: #333;text-decoration: none;}
a:visited {font-family: "宋体";font-size: 12px;color: #333;text-decoration: none;}
a:hover {font-family: "宋体";font-size: 12px;color: #b50101;text-decoration: none;}
a:active {font-family: "宋体";font-size: 12px;color: #333;text-decoration: none;}
#Bottom{clear:both;width:100%;height:152px;border-top:#e5e5e5 1px solid;position:relative;}
#Bottom .Bottom_L,#Bottom .Bottom_R{height:152px;width:50%;float:left;} 
#Bottom .Bottom_Main{width:1200px;background-color:#f5f5f5;height:152px;position:absolute;margin:0 -600px;left:50%;}
.Bottom_Main_1,.Bottom_Main_2,.Bottom_Main_3,.Bottom_Main_4{height:152px;float:left;}
#Bottom .Bottom_Main .Bottom_Main_1{width:160px;border-right:#ececec 1px solid;}
#Bottom .Bottom_Main .Bottom_Main_2{width:222px;border-right:#eeeeee 1px solid;border-left:#efefef 1px solid;line-height:26px;color:#b9b9b9;padding:20px 0 0 20px;height:132px;}
#Bottom .Bottom_Main .Bottom_Main_3{width:480px;border-right:#e7e7e7 1px solid;border-left:#e7e7e7 1px solid;}
#Bottom .Bottom_Main .Bottom_Main_4{width:239px;border-left:#f0f0f0 1px solid;padding:46px 0 0 20px;height:106px;line-height:26px;color:#b9b9b9;}
.Bottom_Main_4 a:link,.Bottom_Main_4 a:visited,.Bottom_Main_4 a:hover,.Bottom_Main_4 a:active{color:#b9b9b9;font-size:12px;}
.Bottom_Main_4 a:hover{color:#7d0404;}


#Top_Menu_C ul { list-style: none !important;}
#Top_Menu_C ul li { float: left; position: relative;width: 126px !important;} /*144px*/
#Top_Menu_C div { 
    width: 126px !important; 
    top:22px; 
    position: absolute; 
    left: 0px; 
    padding-bottom: 0px; 
    float: left; 
    height: 0; 
    overflow: hidden; 
    /*渐变*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#8800C4), to(#E5B7F7));   
    background: -moz-linear-gradient(top, #8800C4, #E5B7F7);   
    background: -o-linear-gradient(top, #8800C4, #E5B7F7);   
    background: -ms-linear-gradient(#8800C4 0%, #E5B7F7 100%);   
 
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = '#8800C4', endColorstr = '#E5B7F7');
    /*透明*/

	-moz-opacity:0.9;
    opacity:0.9;
}
#Top_Menu_C div a:hover { background-color: #56077a; }
#Top_Menu_C div a{margin:2px 0 0 1px !important}
