
* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 12px;
    background: #fff;
}


#topBar {
    height: 30px;
    line-height: 30px;
    width: 100%;
    background: url(/xgzs/CSS/allpage/images/topbar.jpg) repeat-x left top;
}

#topBarContent {
    width: 799px;
    margin: 0 auto;
    text-align: right;
    color: #666;
}

    #topBarContent a {
        color: #888;
        text-decoration: underline;
    }

        #topBarContent a:hover {
            text-decoration: none;
        }

        #topBarContent a.username {
            color: #aaa;
            text-decoration: none;
        }

            #topBarContent a.username:hover {
                text-decoration: underline;
            }

#header {
    width: 800px;
    height: 82px;
    background: url(/xgzs/CSS/allpage/images/header.jpg);
    margin: 0 auto;
}

/*菜单样式*/
#menuback {
    width: 799px;
    height: 39px;
    background: url(/xgzs/CSS/allpage/images/menu_back.png) repeat-x;
    overflow: hidden;
    margin: 0 auto;
}

#menu {
    width: 774px;
    height: 33px;
    padding: 6px 0 0 25px;
    margin: 0 auto;
}

    #menu li {
        display: inline;
    }

        /*普通链接*/
        #menu li a {
            display: block;
            font-size: 14px;
            color: White;
            font-weight: bold;
            width: 86px;
            height: 33px;
            line-height: 33px;
            text-align: center;
            margin: 0;
            float: left;
            overflow: hidden;
            text-decoration: none;
        }

            #menu li a:hover {
                background: url(/xgzs/CSS/allpage/images/menu_item_over.png);
            }

            #menu li a.act {
                background: url("/xgzs/CSS/allpage/images/menu_item_act.png");
                color: #006E47;
            }

                #menu li a.act:hover {
                    background: url("/xgzs/CSS/allpage/images/menu_item_act.png");
                    color: #006E47;
                }

            /*tyc1286太阳成链接*/
            #menu li a.homelink_act {
                background: url("/xgzs/CSS/allpage/images/menu_item_home_act.png");
                color: #006E47;
                text-align: left;
                padding-left: 30px;
                width: 94px;
            }

                #menu li a.homelink_act:hover {
                    background: url("/xgzs/CSS/allpage/images/menu_item_home_act.png");
                }

            #menu li a.homelink {
                background: url("/xgzs/CSS/allpage/images/menu_item_home.png");
                color: white;
                text-align: left;
                padding-left: 30px;
                width: 94px;
            }

                #menu li a.homelink:hover {
                    background: url("/xgzs/CSS/allpage/images/menu_item_home_over.png");
                }



/*内容控制*/

#content {
    width: 799px;
    margin: 0 auto;
    position: relative;
}

.cus-but {
    position: absolute;
    top: 15px;
    right: -69px;
    width: 60px;
    height: 88%;
    border-left: 1px solid #DDDDDD;
}


    .cus-but .cus-but-btn {
        border: none;
        width: 52px;
        margin-top: 60px;
        height: 159px;
        background: url(/xgzs/CSS/allpage/images/a01.png) 0 0 no-repeat;
        display: block;
    }

/*页脚控制*/
#footer {
    width: 100%;
    height: 85px;
    margin-top: 20px;
    font-size: 12px;
    color: #6B6B6B;
}

#footLink {
    height: 15px;
    text-align: center;
    margin: 0 auto;
    width: 799px;
}

#footerline {
    width: 100%;
    height: 6px;
    margin-top: 5px;
    background: url("/xgzs/CSS/allpage/images/footer_line.png") repeat-x;
}

#copyRight {
    height: 15px;
    text-align: center;
    margin: 0 auto;
    width: 799px;
}


#logospan {
    margin-left: 40px;
    margin-right: 40px;
}

#footer a {
    font-size: 12px;
    color: #6B6B6B;
    text-decoration: none;
}

    #footer a:hover {
        color: #358B2A;
    }


/*内容框*/
.contentBox {
    border: 1px solid #D9D9D9;
}

    .contentBox h1 {
        background: url("/xgzs/CSS/allpage/images/contentbox_header.jpg");
        font-family: 宋体;
        font-size: 16px;
        font-weight: bold;
        color: #6B6B6B;
        height: 39px;
        line-height: 39px;
        padding: 0 0 0 8px;
        border-bottom: 1px solid #d9d9d9;
        overflow: hidden;
        position: relative;
    }

        .contentBox h1 a {
            font-weight: normal;
            position: absolute;
            color: #6B6B6B;
            float: right;
            font-size: 12px;
            text-decoration: none;
            right: 10px;
            top: 0;
        }

            .contentBox h1 a:hover {
                color: #358B2A;
            }


/*全局控制*/
p {
    font-size: 12px;
    color: #333;
    text-align: left;
}


#picbox {
    width: 799px;
    height: 200px;
    margin: 8px auto 0 auto;
}

.xssl {
    background: url(/xgzs/CSS/allpage/images/xssl_header.jpg);
}

.rjxz {
    background: url(/xgzs/CSS/allpage/images/download_header.jpg);
}

.yhgl {
    background: url(/xgzs/CSS/allpage/images/yhgl_header.jpg);
}

.xpcx {
    background: url(/xgzs/CSS/allpage/images/xpcx_header.jpg);
}

.jfgl {
    background: url(/xgzs/CSS/allpage/images/jfgl_header.jpg);
}


/*按钮链接样式*/
a.buttonLink {
    display: inline-block;
    text-align: center;
    width: 55px;
    height: 22px;
    line-height: 22px;
    color: black;
    font-size: 12px;
    text-decoration: none;
    background-image: url("/xgzs/CSS/allpage/images/btn1.jpg");
}

    a.buttonLink:hover {
        color: #777777;
    }
