/* 使用说明：
    1. 在head标签中引入此样式表
	2. 样式表其中包括头部区、导航区、banner区、底部区、版权信息
*/

/* 使用注意：
    1. 以下各个样式区最外层盒子用ID命名(以防实施人员在使用过程中重复class类名)
	2. ID命名分别是头部区:#top、导航区:#nav、banner区:#banner、底部区:#footer、版权信息:#copyright
*/

/*通用部分*/

body {
    font-family: Arial, "Microsoft Yahei", sans-serif;
    font-size: 14px;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: middle;
}
.bt-box-1180 {
    width:1180px;
    height:auto;
    margin:0 auto;
}



/*底部区域*/
#footer {
    background: #efefef;
    border-top: 5px solid #019eeb;
    overflow: hidden;
    _width: 1180px;
    margin-top: 60px;
}

#footer .foot {
    width: 1180px;
    margin: 0 auto;
}

#footer .foot .footer_ul {
    overflow: hidden;
    margin: 45px 0 55px 0;
}

#footer .foot ul li {
    list-style-type: none;
}

#footer .foot ul li.li1 {
    width: 380px;
    float: left;
}

#footer .foot ul li h1 {
    font-size: 16px;
    color: #585858;
    font-weight: normal;
    height: 49px;
    line-height: 49px;
}

#footer .foot ul .li1 p {
    font-size: 14px;
    color: #585858;
    font-weight: normal;
    line-height: 32px;
}

#footer .foot ul .li1 p a:hover {
    color: #256c9b !important;
}

#footer .foot ul li.li2 {
    width: 372px;
    margin-left: 20px;
    float: left;
}

#footer .li2-left {
    width: 171px;
    float: left;
}

#footer .li2-right {
    width: 171px;
    float: right;
}

#li2_li,#li2_li2{
    height: 124px;
    overflow: hidden;
    font-weight: normal;
    position: relative;
}

#footer .foot ul li.li2 li {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 30px;
    height: 31px;
    border-bottom: 1px dashed #d7d7d7;
    float: left;
    width: 100px;
}

#footer .foot ul li.li2 li a {
    font-size: 14px;
    color: #585858;
    text-decoration: none;
}

#footer .foot ul li.li2 li a:hover {
    color: #256c9b;
}

#footer .foot ul li.li3 {
    width: 226px;
    margin-left: 28px;
    float: left;
}

#footer .foot ul li.li4 {
    width: 102px;
    margin-left: 52px;
    float: left;
    margin-top: 50px;
}

#footer .foot ul li.li4 p {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
    height: 20px;
    line-height: 20px;
}

#footer .foot ul li.li4 img {
    border: 1px solid #256c9b;
}

#footer .foot ul .list-menu {
    margin: 9px 0 0;
}

#footer .foot ul .list-menu ul {
    margin-bottom: 0 !important;
}

#footer .foot ul li .searchmume li ul {
    position: absolute;
    background: #fff;
    border: 1px solid #d8d8d8;
    width: 207px;
    height: 120px;
    overflow: scroll;
    overflow-x: hidden;
    clear: both;
    margin-top: 0;
    *margin-top: 30px;
    *margin-left: -60px;
}

#footer .foot ul li .searchmume li ul li {
    padding-left: 5px;
    line-height: 30px;
}

#footer .foot ul li .searchmume li ul li:hover {
    background: #eee;
}

#footer .foot ul li .searchmume ul li.current {
    background: url(link.jpg) top no-repeat;
    width: 225px;
    height: 30px;
    margin-bottom: 15px;
    line-height: 30px;
    list-style-type: none;
    padding-left: 10px;
}

#footer .foot ul li .searchmume ul li a {
    font-size: 14px;
    color: #585858;
    text-decoration: none;
}

#footer .foot ul li .searchmume ul li a:hover {
    color: #256c9b;
}

/*版权信息区域*/
#copyright {
    width: 1180px;
    margin: 0 auto;
    font-size: 12px;
    height: 70px;
}

#copyright .f-left {
    width: 533px;
    float: left;
    font-size: 12px;
    line-height: 18px;
    color: #585858;
    margin-top: 12px;
}

#copyright .f-right {
    float: right;
    font-size: 12px;
    color: #585858;
    margin-top: 12px;
}

#copyright .f-right a {
    font-size: 12px;
    line-height: 18px;
    color: #585858;
    text-decoration: none;
    padding: 0 2px;
}

#copyright .f-right a:hover {
    color: #256c9b;
}
