/*顶部固定导航开始*/
#header{ width: 100%; height: 38px; background: url('../images/index/header_bg.png') repeat-x; }
#header .header_content{ width: 1000px; height: 38px; margin: 0px auto; line-height: 38px; position:relative; z-index:200;}
#header .header_content .header_left{float: left;}
#header .header_content .header_left .map
{ width: 90px; height: 38px; float: left; background: url('../images/index/map_bg.jpg') no-repeat; position: relative; z-index:200; cursor: pointer; }

    /*地图导航  开始*/
#header  .map .map_title
{ height: 38px; width: 60px; display: block; margin-left: 10px; line-height: 38px; font-size: 14px; color: #ffffff;}
#header   .map_list{width: 360px; padding: 20px 20px 10px 20px;position: absolute; top: 38px; left: 0px; background: #f2f2f2; z-index:3;}
#header   .map_list .map_list_left{ width: 220px;border-right: 1px #cccccc solid;float: left;}
#header   .map_list .map_list_right{ width: 139px; float: right;}
#header   .map_list ul li a{font-size: 16px; display:block; float: left;}
#header   .map_list ul .left_item { height: 35px; line-height: 35px; margin-bottom: 10px; overflow: hidden;}
#header   .map_list ul .left_item img{ height: 35px; width: 35px;}
#header   .map_list .left_item .item_logo{ height: 35px; width: 35px;}
#header   .map_list .left_item .item_title{  width: 155px; margin:0px 10px 0px 20px;display: inline;}
#header   .map_list .right_item{ height: 25px; line-height: 25px; margin-bottom: 15px; overflow: hidden;}
#header   .map_list .right_item .item_title{ width: 129px; margin-left: 15px; display: inline; text-align: center;}
#header .header_content .header_left .header_title{ float: left; margin-left: 15px; display: inline; line-height: 35px; } 
#header .header_content .header_left .header_title a{color: #999999;}
#header .header_content .header_left .header_title a:hover{color:#F40;}
    /*地图导航  结束*/
#header .header_content  .header_right{ float: right; height: 26px; margin-top:5px; display: inline; line-height:26px;}
#header .header_content  .header_right div{ float: left; line-height:26px;}
#header .header_content  .header_right .input_text{ width: 270px; height:26px; }
#header .header_content  .header_right .input_text input{ height: 20px; width: 250px; border-radius: 5px; padding:2px; padding-left:5px; border:1px #cccccc solid;}
#header .header_content  .header_right .btn{ height: 26px;line-height: 26px; font-size: 16px;  margin-left: 5px; display:inline; cursor:pointer; background:#fbb03b; overflow:hidden;}
#header .header_content  .header_right .btn button{background:#fbb03b; font-size:16px; height:26px; padding:0px 10px; cursor:pointer; color: #fff; text-align: center;}

/*顶部固定导航结束*/



/*footer 开始*/
#footer{ width:100%;}
#footer .footer_content{ width:1000px; margin:0px auto; text-align:center;color:#999; height:60px; margin-top:20px;}
#footer .footer_content a{ color:#999;}
#footer .footer_content a:hover{ color:#F40;}
/*footer 结束 */
