/* 使用说明：
    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;
}

/*头部区域*/
#top .inner {
    height: 90px;
}
.logo_a{
    height:90px;
    float:left;
    display:inline-block;
    overflow:hidden;
}
.logo_l{
    width:160px;
    height:90px;
    isplay:block;
    position:relative;
    background:url(about:blank);
    z-index:99999;
    float:left;
}
.logo_r{
    display:inline-block;
    margin-left:-160px;
    position:relative;
    z-index:0;
    background:url(about:blank);
    float:left;
}
.logo_r img{
    float:left;
}
#top .logo img {
    height: 100%;
    width: 100%;
}

#top .top-right {
    float: right;
    text-align: right;
    margin-top: 11px;
    _margin-top: 11px;
 
}

#top .menu {
    font-size: 12px;
    position: relative;
    z-index: 100;
    float: left;
    height: 27px;
}

#top .menu ul {
    list-style: none;
}

#top .menu li {
    float: left;
    position: relative;
}

#top .menu ul ul {
    visibility: hidden;
    position: absolute;
    left: 14px;
    top: 23px;
    background: #fff;
    border: 1px solid #ccc;
}

#top .menu table {
    position: absolute;
    top: 0;
    left: 0;
}

#top .menu ul li:hover ul,
#top .menu ul a:hover ul {
    visibility: visible;
}

#top .menu a {
    display: block;
    padding: 5px 27px 4px 15px;
    color: #666;
    text-decoration: none;
    font-size: 12px;
}

#top .menu a.bgm {
    background: url(down-icon.jpg) right no-repeat;
}

#top .menu a.bgm1 {
    background: url(left-icon.jpg) right no-repeat;
}

#top .menu ul ul li {
    clear: both;
    text-align: left;
    font-size: 12px;
}

#top .menu ul ul li.tzz {
    background: url(img12.jpg) 5px center no-repeat;
    padding-left: 15px;
    border-bottom: 1px dashed #ccc;
}

#top .menu ul ul li.qzz {
    background: url(img12.jpg) 5px center no-repeat;
    padding-left: 15px;
}

#top .menu ul ul li a {
    display: block;
    width: 50px;
    margin: 0;
    border: 0;
    height: 28px;
    line-height: 28px;
    padding: 2px 0 0 6px;
}

#top .menu ul ul li a:hover {
    border: 0;
    background: none;
    color: #256c9b;
}

#top .top-right span {
    color: #666;
    line-height: 25px;
    height: 25px;
    font-size: 12px;
    margin-left: 12px;
    _margin-left: 12px;
    float: right;
    display: block;
    *padding-top: 2px;
    -webkit-margin-before: 2px;
}

#top .top-right span a {
    color: #666;
    text-decoration: none;
}

/*导航区域*/
#nav {
    background: #256c9b;
}

#nav .inner {
    height: 45px;
    line-height: 45px;
}

#nav .inner ul {
    margin: 0;
    padding: 0;
    height: 45px;
    line-height: 45px;
    width: 950px;
    float: left;
}

#nav .inner ul li {
    float: left;
    list-style-type: none;
    margin-right: 50px;
}

#nav .inner ul li a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

#nav .inner ul li a:hover {
    text-decoration: underline;
}

#nav .navbar-form {
    width: 186px;
    float: right;
    height: 27px;
    border: 1px solid #fff;
    margin: 8px 0;
    vertical-align: middle;
}

#nav .ser-text {
    border: 0;
    display: block;
    float: left;
    height: 25px;
    line-height: 25px;
    width: 140px;
    background: #256b9c;
    border-right: 1px solid #fff;
}

.ser-button {
    background: url(search-btn.png) center center no-repeat #256b9c;
    border: medium none;
    display: block;
    float: left;
    font-size: 12px;
    height: 25px;
    width: 44px;
    border: none;
}

/*banner区域*/

#banner {
    width: 100%;
    height: 400px;
}

#banner .fullSlide {
    width: 100%;
    position: relative;
    height: 400px;
}

#banner .fullSlide .bd {
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

#banner .fullSlide .bd ul {
    width: 100% !important;
}

#banner .fullSlide .bd li {
    width: 100% !important;
    height: 400px;
    overflow: hidden;
    text-align: center;
}

#banner .fullSlide .bd li a {
    display: block;
    height: 400px;
}

#banner .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
}

#banner .fullSlide .hd ul {
    text-align: center;
}

#banner .fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    background: url(dot2.png) no-repeat;
    width: 18px;
    height: 18px;
    margin: 0 5px;
    overflow: hidden;
    filter: alpha(opacity=50);
    opacity: 0.5;
    line-height: 999px;
}

#banner .fullSlide .hd .on {
    background: url(dot1.png) no-repeat;
}

#banner .fullSlide .prev, .fullSlide .next {
    width: 36px;
    height: 70px;
    margin: -60px 0 0;
    display: none;
    background: url(sl.png) no-repeat center center;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

#banner .fullSlide .prev {
    left: 19%;
}

#banner .fullSlide .next {
    background: url(sr.png) no-repeat center center;
    right: 19%;
}

#banner .fullSlide .prev:hover, .fullSlide .next:hover {
    filter: alpha(opacity=50) !important;
    opacity: 0.5 !important;
}

/*底部区域*/
#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;
}
