﻿@charset "utf-8";
/* CSS Document */


table, td, tr, th {
    font-size: 18px; line-height:200%;
}

input {
    border: none;
}

img {
    border: 0;
}

ol, ul, li {
    list-style: none;
}

A, A:link {
    FONT-SIZE: 14px;
    COLOR: #333333;
    TEXT-DECORATION: none;
}

    A:hover {
        COLOR: #FD7021;
    }

    A.nava, A.nava:link {
        text-align: center;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
    }

        A.nava:hover {
            COLOR: #FD7021;
        }

    A.a_news, A.a_news:link {
        text-align: center;
        color: #000;
        font-size: 14px;
        text-decoration: none;
    }

        A.a_news:hover {
            COLOR: #FD7021;
        }

    A.lc, A.lc:link {
        text-align: center;
        color: #000;
        font-size: 16px;
        text-decoration: none;
    }

        A.lc:hover {
            COLOR: #F00;
            font-weight: bold;
        }

    A.lc1, A.lc1:link {
        text-align: center;
        color: #000;
        font-size: 16px;
        text-decoration: none;
    }

        A.lc1:hover {
            COLOR: #F00;
            font-weight: bold;
        }

td img {
    display: block;
}

body {
    background-image: url(../img/qp/index0_r2_c2.jpg);
    margin-top: 0px;
    margin-bottom: 0px;
}

.STYLE2 {
    font-size: 12px;
    color: #666666;
    line-height: 28px;
    text-decoration: none;
}

.STYLE5 {
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
}

.STYLE6 {
    color: #333333;
}

.STYLE7 {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.STYLE8 {
    font-size: 14px;
}

.STYLE9 {
    color: #333333;
    font-size: 14px;
    line-height: 28px;
    text-decoration: none;
}

.STYLE10 {
    color: #FFFFFF;
    font-size: 14px;
}

.STYLE12 {
    color: #666666;
    font-size: 12px;
}


.STYLE13 {
    color: #FF0000;
}

.STYLE14 {
    font-size: 28px;
    font-weight: bolder;
    color: #FF0000;
}

.STYLE16 {color: #333333; font-size: 12px; }


.wrap {
    border: 0px;
    width: 1120px;
    height: 200px;
    position: relative;
    overflow: hidden;
}

    .wrap ul {
        overflow: hidden;
        position: absolute;
        width: 1600px;
        left: 0;
        top: 0;
        _height: 1px;
    }

        .wrap ul li {
            float: left;
            width: 250px;
            list-style-type: none;
            text-align: center;
        }

    .wrap img {
        width: 220px;
        height: 150px;
    }


.menu {
    font-family: arial, sans-serif;
    width: 1100px;
    margin: 0;
}
    /* remove the bullets and set the margin and padding to zero for the unordered list */
    .menu ul {
        padding: 0;
        margin: 0;
        list-style-type: none;
    }
        /* float the list so that the items are in a line and their position relative so that the drop down list will appear in the right place underneath each list item */
        .menu ul li {
            float: left;
            position: relative;
        }
            /* style the links to be 104px wide by 30px high with a top and right border 1px solid white. Set the background color and the font size. */
            .menu ul li a, .menu ul li a:visited {
                display: block;
                text-align: center;
                text-decoration: none;
                width: 120px;
                height: 30px;
                color: #fff;
                border-right: 1px #FFFFFF solid;
                border-width: 1px 1px 0 0;
                line-height: 30px;
                font-size: 18px;
            }
            /* make the dropdown ul invisible */
            .menu ul li ul {
                display: none;
            }
            /* specific to non IE browsers */
            /* set the background and foreground color of the main menu li on hover */
            .menu ul li a {
                color: #fff;
            }

            .menu ul li:hover a {
                color: #000;
            }

            /* make the sub menu ul visible and position it beneath the main menu list item */
            .menu ul li:hover ul {
                display: block;
                position: absolute;
                top: 31px;
                left: 0;
                width: 200px;
            }
                /* style the background and foreground color of the submenu links */
                .menu ul li:hover ul li a {
                    display: block;
                    background: #fff;
                    color: #000;
                    font-size: 14px;
                    width: 200px;
                    text-align: left;
                    padding-left: 20px;
                    border-bottom: #CCC solid 1px;
                    height: 40px;
                    line-height: 40px;
                }
                    /* style the background and forground colors of the links on hover */
                    .menu ul li:hover ul li a:hover {
                        background: #C33;
                        color: #000;
                    }


.link1 a {
    font-family: "宋体";
    font-size: 16px;
    color: #666666;
    line-height: 25px;
}


    .link1 a:hover {
        color: #F63;
    }


.images-content {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    width: 100%;
    color: #fff;
    background: rgba(0,0,0,.3);
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    font-size: 16px;
}

.images-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}


.images-content a {
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    margin: auto;
}

.images-wrapper img {
    width: 100%;
    height: 100%;
}



.toppic2 {
    width: 98%;
    margin: auto;
}

.pages {
    color: #999;
    overflow: auto;
}

    .pages a, .pages .cpb {
        text-decoration: none;
        float: left;
        padding: 6px 12px;
        border: 1px solid #ddd;
        background: #ffff;
        margin: 0 2px;
        font-size: 12px;
        color: #000;
    }

        .pages a:hover {
            background-color: #FF0000;
            color: #fff;
            border: 1px solid #FF0000;
            text-decoration: none;
        }

    .pages .cpb {
        font-weight: bold;
        color: #fff;
        background: #FF0000;
        border: 1px solid #FF0000;
    }

.note {
    width: 100%;
    overflow: auto;
    margin: auto;
}

.piclist {
    width: 33%;
    text-align: center;
    float: left;
    padding: 20px 0px;
}

    .piclist img {
        margin: auto;
    }


input {
    border: solid 1px #CCC;
    height: 20px;
    line-height: 20px;
}

.bt11 {
    border: solid 1px #CCC;
    height: 30px;
    line-height: 30px;
    width: 120px;
}
