@charset "utf-8";
/*banner*/
#index_banner{background:url(banner_bg.jpg) center top no-repeat;height:490px;overflow:hidden;zoom:1}

.banner_nav_left{position:absolute;top:50px;left:0;width:258px;}
.banner_nav_right{position:absolute;top:50px;right:0;width:280px;}
.banner_nav_left a{text-indent:-9999px}
.banner_nav_right a{text-indent:-9999px}

/*banner_nav_left*/
.link_personal a,
.link_company a,
.link_tms a,
.link_corporbank a,
.link_online a,
.banner_nav_right ul li a{background-image:url(home_banner_link.png);background-repeat:no-repeat;}

.link_personal a{width:243px;height:61px;background-position:-37px -29px;display:block}
.link_company{padding-top:10px;}
.link_company a{width:243px;height:60px;background-position:-37px -99px;display:block}
.link_company ul{padding-top:10px;height:87px;overflow:hidden;zoom:1}
.link_company ul li{float:left;margin-bottom:6px;}
.link_company ul li.company_1 a{background-position:-37px -169px;display:block;width:126px;height:35px;}
.link_company ul li.company_2 a{background-position:-163px -169px;display:block;width:126px;height:35px;}
.link_company ul li.company_3 a{background-position:-37px -210px;display:block;width:126px;height:35px;}
.link_company ul li.company_4 a{background-position:-163px -210px;display:block;width:126px;height:35px;}

.link_company ul li.company_1 a:hover{background-position:-37px -611px;}
.link_company ul li.company_2 a:hover{background-position:-163px -611px;}
.link_company ul li.company_3 a:hover{background-position:-37px -652px;}
.link_company ul li.company_4 a:hover{background-position:-163px -652px;}

.link_tms a{width:243px;height:72px;background-position:-37px -255px;display:block}
.link_corporbank a{width:243px;height:71px;background-position:-37px -326px;display:block}
.link_online{position: relative;}
.link_online a{width:243px;height:71px;background-position:-37px -396px;display:block;}
/*便民服务*/
.banner_nav_left .toptip{
    position: absolute;
    top: 257px;
    left: 0px;
    overflow: hidden;
    width: 90px;
    height: 110px;
    background: url(toptip.png) center center no-repeat;
    padding: 10px 20px;
    line-height: 25px;
    display: none;
    z-index: 10;
}

.toptip a{
    text-indent: 0px !important;
}

/*banner_nav_right*/
.banner_nav_right ul li a{display:block;width:280px;height:86px;}
.banner_link_1 a{background-position:-352px -28px;height:85px;}
.banner_link_2 a{background-position:-352px -114px;}
.banner_link_3 a{background-position:-352px -200px;}
.banner_link_4 a{background-position:-352px -286px;}
.banner_link_5 a{background-position:-352px -372px;}

.banner_link_1 a:hover{background-position:-352px -498px;}
.banner_link_2 a:hover{background-position:-352px -584px;}
.banner_link_3 a:hover{background-position:-352px -670px;}
.banner_link_4 a:hover{background-position:-352px -756px;}
.banner_link_5 a:hover{background-position:-352px -842px;}

/*BANNER IMAGE*/
#banner{position:absolute;top:50px;left:258px;}

/*对联*/
.screen-dl {
            width: 110px;
            height: 320px;
            position: fixed;
            _position: fixed;
            z-index: 9999;
        }
        
        .screen-dl a {
            display: block;
        }
        
        .position-dl-left {
            top: 176px;
            left: 0px;
            _top: 176px;
            _left: 0px;
        }
        
        .position-dl-right {
            top: 176px;
            right: 0px;
            _top: 176px;
            _right: 0px;
        }
        
        .display-none {
            display: none;
        }
        
        * html .ie6fixedTL1 {
            position: absolute;
            left: expression(eval(document.documentElement.scrollLeft));
            top: expression(eval(document.documentElement.scrollTop+176))
        }
        
        * html .ie6fixedTL2 {
            position: absolute;
            right: expression(eval(document.documentElement.scrollLeft0));
            top: expression(eval(document.documentElement.scrollTop+176))
        }