@charset "utf-8";
*{list-style: none}
.top-title{margin:0 auto;width:1200px;height:45px;}
.logo-pic{float:left;width:320px;}
.logo-text{float:left;font-size:24px;line-height: 45px;font-family:  '微软雅黑';font-weight: bold;margin-left:10px;padding-left:20px;border-radius:1px;border-left: 3px #ccc solid}
.top-member{float:right;width: 400px;text-align: right}
.top-member a{width:80px;margin:0 5px;text-align: center;color:#666;font-size:14px;line-height: 45px;font-family: '微软雅黑'}
.top-search{
	height: 300px;
	background-color: #2D64B3;
	background-image: url("../images/top.jpg");
	background-repeat: repeat-x;
	background-position: center bottom;
}
.search-box{margin:0 auto;width:1100px;}
.search-box-content{width:600px;text-align:left}
.search-box-hot{width:600px;text-align:left;}
.search-box-hot a{float:left;font-size:14px;line-height:30px;color: #f6f2e3;margin-right:10px;font-family: "Adobe 宋体 Std L"}
.search-box-hot a:hover{color:#ffcc66;font-weight: bold}
.search-box-title{float:left;margin:90px 0 20px 0;font-size:30px;color:#fff;font-family: '微软雅黑';font-weight:bold;letter-spacing: 5px;}

.search-box-input {
    float: left;
     width: 330px;
     height: 45px;
     padding: 0 5px;
     border: 0;
     border-top-right-radius: 0px;
     color: #666;
    font-size: 18px;
     border-top-left-radius: 5px;
     border-bottom-left-radius: 5px;
 }
.search-button{float: left;
    width: 80px;
    height: 45px;
    background-color: #FF9900;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border: 0;

}
.top-menu{background-color: #608cb9;;}
.menu-nav{margin:0 auto;width:1200px;height:50px;}
.menu-nav ul li{float:left;text-align:center;}
.menu-nav ul li a{font-size:18px;color:#fff;font-family: '微软雅黑';}
.menu-nav ul li a:hover{font-weight: bold;color:#ffffaa}

.foot{height:100px;padding:20px 0;background: url("/images/foot-bg2.png");text-align: center;color:#ccc;line-height: 30px;font-size:15px}
.foot p{margin:0}
.foot a{color:#fff}

#sddm
{	margin: 0;

    z-index: 30;
    width: 1200px;
    height:50px;}

#sddm li
{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    font-size: 20px;
    font-weight: bold;

}

#sddm li a
{
    display: block;
    line-height: 50px;

width:140px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    font-size: 22px;

}

#sddm li a:hover
{
    /*background-image: url(../img/navhover.jpg);
    background-repeat: no-repeat;line-height: 50px;*/
    background-color: #0E5899;

    color: #fff;

}


#sddm div
{
    position: absolute;
    visibility: hidden;
    width:140px;
    margin: 0;
    padding: 0 0 10px 0;
    background-color: #0E5899;
    z-index:99;

}

#sddm div a
{
    position: relative;
    display: block;
    margin: 0;
    padding: 5px 10px;
    width: auto;
    height:30px;
    line-height:30px;
    white-space: nowrap;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font: 18px arial;
    background-color: #0E5899;
}

#sddm div a:hover
{
    color: #FF0;
    font-size: 20px;
}