﻿html,body,ul,li,table,object,div,p
    {
    padding:0px;
    margin:0px;
    font-size:12px;
    font-family:"宋体";
    }
    h1,h2,h3,h4
    {
    padding:0px;
    margin:0px;
    }
    h1
    {
    font-size:24px;
    }
    h2
    {
    font-size:18px;
    }
    h3
    {
    font-size:16px;
    }
    h4
    {
    font-size:14px;
    }
    .HomePage_flash
    {
    width:1024px;
    clear:both;
    margin:0px auto;
    overflow:hidden;
    }
    .HomePage_end
    {
    background:#E10505;
    width:1000px;
    height:50px;
    margin-left:20px;
    }
    ul
    {
    width:400px;
    margin-left:5px;
    padding-top:10px;
    clear:both;
    }
    ul li
    {
    float:left;
    width:80px;
    height:30px;
    line-height:30px;
    list-style-type:none;
    display:block;
    font-size:14px;
    font-weight:bold;
    text-align:center;
    }
    ul li a,ul li a:link,ul li a:visited
    {
    color:#FFCC00;
    display:block;
    text-decoration:none;
    }
    ul li a:hover
    {
    color:#FFF;
    background:#333;
    }
    
    /*hxsp.aspx css*/
    .flash_menu
    {
    width:1000px;
    margin:0 auto;
    clear:both;
    position:relative;
    }
    .flash_menu img
    {
    border:0px;
    float:left;
    overflow:hidden;
    }
    #img1,#img2,#img3,#img4,#img5
    {
    cursor:pointer;
    }
    .BackSay
    {
    position:absolute;
    right:10px;
    top:210px;
    background:url(images/backBK.jpg) no-repeat;
    width:100px;
    height:63px;
    font-family:@宋体;
    font-size:large;
    font-weight:bold;
    color:Yellow;
    text-align:center;
    cursor:pointer;
    z-index:1000;
    }
    .BackSay a
    {
		display:block;
		line-height:63px;
    }
    .TryListen
    {
    position:absolute;
    right:120px;
    top:200px;
    cursor:pointer;
    z-index:1000;
    }
    
    /*about.aspx css*/
    .SubMenu
    {
		position:absolute;
		left:20px;
		top:0px;
		z-index:1000;
    }
    .SubMenu ul li
    {
		cursor:pointer;
    }
    .Content
    {
		position:absolute;
		top:80px;
		left:20px;
		width:500px;
    }
    .Content dd
    {
		line-height:24px;
		font-size:14px;
    }
    .Content dd a,.Content dd a:link,.Content dd a:visited
    {
		color:#333;
		text-decoration:none;
    }
    .Content dd a:hover
    {
		color:#FF0000;
    }
    .Intro
    {
		line-height:30px;
		font-family:@宋体;
		font-size:16px;
		font-weight:bold;
		color:#333;
    }
    .IntroTitle
    {
		font-family:@楷体;
		font-size:28px;
		font-weight:bold;
		color:#FF0000;
		line-height:50px;
		display:block;
		padding-top:30px;
		padding-bottom:10px;
    }
    .IntroSub
    {
		font-family:@楷体;
		font-size:16px;
		color:Black;
		line-height:30px;
    }