﻿.gbBanner {
    background-image: url('../img/gbBanner.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%; /* 兼容Webkit内核浏览器如Chrome和Safari */
    -o-background-size: 100% 100%; /* 兼容Opera */
    height: 300px;
    width: 100%;
}

.gbInfo {
    width: 100%;
    height: auto;
    font-size: 16px;
    text-align: left;
}

    .gbInfo p {
        line-height: 35px;
        padding-bottom: 25px;
        padding-left: 10px;
        padding-right: 10px;
        text-indent: 2em;
    }

.gbList {
    min-height: 600px;
    height: 600px;
    width: 100%;
    padding: 0px 5px 20px 5px;
}

    .gbList .gbLeft {
        width: 27%;
        float: left;
        display: inline;
        border-right: 0.5px solid #CCCCCC;
    }

        .gbList .gbLeft .fm {
            /*background-image: url('../img/fm.jpg');
            background-size: cover;
            filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/fm.jpg', sizingMethod='scale');
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100% 100%;
            -webkit-background-size: 100% 100%;
            -o-background-size: 100% 100%;*/
            height: 300px;
            width: 230px;
            padding-left:10px;
        }
            .gbList .gbLeft .fm img {
            max-width:230px;
            max-height:300px;
            }

    .gbList .gbRight {
        width: 72%;
        display: inline;
        float: left;
    }

.gbInput {
    width: 160px;
    height: 28px;
    line-height: 28px;
    border: 1px #bcb9b9 solid;
    padding: 0px 8px;
    color: #71767d;
    outline: 0;
    border-radius: 3px;
    font-family: "黑体", Microsoft YaHei;
    vertical-align: middle;
}

.gbSelect {
    padding-right: 28px;
    width: 88px;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    border: 1px #bcb9b9 solid;
    padding: 0px 8px;
    color: #71767d;
    outline: 0;
    border-radius: 3px;
    font-family: "黑体", Microsoft YaHei;
    vertical-align: middle;
}

.gbButton {
    display: inline-block;
    width: 100px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: white;
    font-weight: 900;
    /*margin-left: 10px;*/
    background: #2496cc;
    border-radius: 3px;
}

    .gbButton:HOVER {
        background: #2496cc;
    }

    .gbButton:ACTIVE {
        background: #0c71b4;
    }

.searchGB .searchLi {
    margin: 5px 0 0 0;
    line-height: 36px;
}

.searchGB .searchBtn {
    text-align: left;
}

.searchGB .searchLi .searchfl {
    padding: 3px;
}

.gbList .gbRight .gbTop {
    line-height: 50px;
    height: 50px;
    border-bottom: 3px solid #0c71b4;
    width: 93%;
    margin: 0 30px 0 30px;
}

    .gbList .gbRight .gbTop .gbTopLift {
        width: 70%;
        float: left;
    }

    .gbList .gbRight .gbTop .gbTopRight {
        width: 30%;
        float: right;
    }

        .gbList .gbRight .gbTop .gbTopRight .downloadQK {
            border: 1px solid black;
            padding: 8px;
            text-align: center;
            font-weight: 600;
            font-size: 16px;
            color: black;
        }

.font_weight {
    font-size: 16px;
    font-weight: bold;
}

.clear {
    clear: both;
}
