@charset "utf-8";
/* CSS Document */
*{ font-family:"微软雅黑"; margin:0 auto;}
/*新增新导航*/
.topBar-wrapper{
  background: url(../images/headerBg.png) repeat-x scroll 0 0 white;
    height: 50px;
    width: 100%;
	overflow:visible;
	position:relative;
	z-index: 999;
}

.menuContent {
    margin: 0 auto;
    position: relative;
    width: 1038px;
    z-index: 999;
	font: 12px/18px Microsoft YaHei,"微软雅",Arial Helvetica sans-serif;
	overflow:visible;
}
.topProList li a.red{ color:#CC0000;}
.menuContent a{ color:#000}
.menuContent a.logo img {
    margin-top: 4px;
}
.topProList {
    left: 130px;
    position: absolute;
    top: 5px;
	overflow:visible;
}
.topProList li {
    color: #000000;
    float: left;
    margin-right: 16px;
}
.topProList li img {
    margin-right: 8px;
    vertical-align: middle;
}
.topMenu {
    color: #BFC6D7;
    position: absolute;
    right: 0;
    top: 16px;
}
.topMenu a {
    height: 16px;
    padding: 0 6px;
}
.topMenu a.dot_1 {
    background: url(../images/topDot.png) no-repeat scroll 0 0 transparent;
    padding-left: 24px;
}
.topMenu a.dot_2 {
    background: url(../images/topDot.png) no-repeat scroll 4px -17px transparent;
    padding-left: 24px;
}
.topMenu a.dot_3 {
    background: url(../images/topDot.png) no-repeat scroll 4px -34px transparent;
    padding-left: 24px;
}
.topMenu a.dot_4 {
    background: url(../images/topDot.png) no-repeat scroll 4px -51px transparent;
    padding-left: 24px;
}
.topMenu a.loginT {
    color: #F26522;
   
}
.topMenu span {
    color: #464646;
    margin-left: 8px;
}

.topProList li a:hover {
    text-decoration: underline;
}
.topProList li.headerMore {
    background: url(../images/trigon.png) no-repeat scroll 66px 16px transparent;
    padding: 8px 0 0 8px;
    position: relative;
    width: 85px;
    z-index: 999;
}
.topProList li.headerMore:hover, header div.topProList li.headerMore.active {
    background: url(../images/activeMe.png) no-repeat scroll 0 0 transparent;
    height: 43px;
    width: 85px;
}
.topProList li.headerMore i {
    border-color: #FFD0C0 #B10000 -moz-use-text-color;
}
.topProList li.headerMore span {
    display: inline-block;
    height: 7px;
    margin-top: 12px;
    overflow: hidden;
    position: relative;
    width: 12px;
}
.topProList li.headerMore span em {
    display: inline-block;
    font-family: "SimSun";
    margin: -17px 0 0;
    position: absolute;
}
#headerHidden {
    background: url(../images/headerHBg.png) no-repeat scroll 0 0 transparent;
    color: #000000;
    display: none;
    height: 174px;
    left:-77px;
    position: absolute;
    top: 43px;
    width: 162px;
    z-index: 9999;
	
}
#headerHidden ul {
    z-index: 1;
}
#headerHidden ul li {
    border-bottom: 1px solid #EFF0F1;
    clear: both;
    height: 38px;
    margin: 5px 12px;
    padding-bottom: 10px;
    width: 135px;
}


/*主体内容信息区域style*/



/*底部版权信息区域style*/

.footerr1{
	/*padding-top:1042px;*/
	background:#000;
	height:70px;
	width:100%;
	position:relative; bottom:0; z-index:3;
	padding-top: 10px;
}
.foot {
    clear: both;
   /* height: 129px;
    */margin: 0 auto;
    width: 1000px;
}
.footline {
    border-top: 1px solid #FBB323;
}
.foot .footLogo, .foot .foot-content {
    color: #FFFFFF;
    display: inline;
    float: left;
}
.foot .footLogo {
    padding-left: 115px;
}
.foot .footLogo a {
    padding-right: 35px;
}
.foot .foot-content a {
    color: #FFFFFF;
    padding: 0 8px;
    text-decoration: none;
	font-family: SimSun; font-size: 12px; color: #785647;
}
.foot .foot-content a:hover{ text-decoration:underline;}
.foot .foot-content p {
    line-height: 23px;
    text-align: center;
	color: #785647;	
}
.foot .foot-content .nav-bot {
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-left: 25px;
    text-align: center;
    width: 330px;
	color:#785647;
}
.foot .foot-content .nav-bot2 {
    background: none repeat scroll 0 0 #1393B7;
}

.ml10{ margin-left:10px;}
.mt9{ margin-top:9px;}
.mb15{ margin-bottom:15px;}
.ft14{ }
.key{ display:block; width:px; text-align:right;font-size:14px;}
.none{ display:none;}