﻿/*banner*/
.banner_bg {
    width: 640px;
    background: url(../images/ban_bg.jpg) no-repeat top;
    margin-top: 0px;
    position: fixed;
    top: 0;
    z-index: -1;
    height: 100%;
}

.ban_text {
    padding: 105px 10px 30px 10px;
}
/*成立年份*/
.jjcl_box {
    width: 100%;
    margin-top: 5px;
    padding: 2%;
}

.jjcl_box_cont {
    width: 23%;
    float: left;
    text-align: center;
    color: #0076de;
    /* font-weight: 600; */
    border-radius: 10px;
    border: 1px solid #ddd;
    margin: 1%;
    padding: 5px 2px;
}

.jjcl_cont {
    width: 100%;
    font-size: 14px;
    /* text-align: left; */
}

    .jjcl_cont span {
        font-size: 22px;
        /*color: #032376;*/
        font-weight: 600;
    }

.jjcl_name {
    width: 100%;
    font-size: 12px;
    text-indent: 5px;
}
/*关于我们*/
.about_bg {
    width: 100%;
    background: url(../images/gywm_bg.jpg) no-repeat center;
    height: 100%;
    padding: 20px 0;
}
/*搜索*/
.sousuo_right {
    width: 100%;
    text-align: right;
    /* margin-top: 12px; */
    /* position: relative; */
    position: absolute;
    /* right: 20px; */
    z-index: 10000;
    padding: 0 10px;
}

    .sousuo_right img {
        cursor: pointer;
    }

    .sousuo_right img {
        position: absolute;
        top: 8px;
        right: 10px;
        cursor: pointer;
        padding-right: 10px;
    }

    .sousuo_right a {
        padding: 0px 1px;
        color: #333;
        font-size: 14px;
    }

    .sousuo_right input {
        width: 100%;
        height: 35px;
        line-height: 35px;
        background: rgba(255, 255, 255, 0.30);
        border: 1px solid #ddd;
        color: #333;
        text-indent: 10px;
        /* position: absolute; */
        /* right: 0; */
        /* top: 15px; */
    }
        /* WebKit browsers */
        .sousuo_right input::-webkit-input-placeholder {
            color: #333;
            font-size: 14px;
        }
        /* Mozilla Firefox 4 to 18 */
        .sousuo_right input:-moz-placeholder {
            color: #333;
            opacity: 1;
            font-size: 14px;
        }
        /* Mozilla Firefox 19+ */
        .sousuo_right input::-moz-placeholder {
            color: #333;
            opacity: 1;
            font-size: 14px;
        }
        /* Internet Explorer 10+ */
        .sousuo_right input:-ms-input-placeholder {
            color: #333;
            font-size: 14px;
        }
/*底部*/
.dbdh_title {
    color: #fff;
    font-size: 20px;
    letter-spacing: 3px;
    margin-top: 50px;
}

.db_bg {
    background: #ececec;
    margin-bottom: 72px;
}

.db_box {
    width: 100%;
    margin-top: 45px;
    margin-bottom: 50px;
}

.db_lx_box {
    float: left;
    width: 100%;
    padding-right: 20px;
}

    .db_lx_box:hover .db_lx_zuo {
        background: #f4b125;
        border: 1px solid #f4b125;
        transition: 0.3s;
    }

        .db_lx_box:hover .db_lx_zuo img {
            filter: brightness(30);
        }

    .db_lx_box:last-child {
        padding-right: 0px;
    }

.db_lx_zuo {
    width: 65px;
    border: 1px solid #CCC;
    border-radius: 50%;
    padding: 19px 0;
}

.db_lx_you {
    width: 48%;
    text-align: center;
    background: #0076de;
    margin: 1%;
    padding: 20px 0;
    border-top: 5px solid #61b0ff;
    color: #fff;
}

    .db_lx_you a {
        color: #fff;
    }

    .db_lx_you:hover {
        background: #467384;
        border-top: 5px solid #77abbf;
    }

.db_lx_you_s {
    width: 100%;
    font-size: 16px;
    font-weight: 600;
}

.db_lx_you_x {
    width: 100%;
    font-size: 18px;
    margin-top: 5px;
    font-weight: 600;
}

.dblx_box {
    width: 100%;
    padding: 60px 0 30px 0;
}

.db_zuo {
    width: 25%;
}

.db_title {
    float: left;
    width: 100%;
    text-align: left;
}

    .db_title a {
        color: #474747;
        font-size: 20px;
        font-weight: 600;
    }

.db_title_line {
    width: 20px;
    height: 2px;
    background: #8d8d8d;
    float: left;
    margin-top: 10px;
}

.db_lx {
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 2px;
}

.db_zhong {
    width: 25%;
}

.db_menu {
    width: 100%;
    float: left;
    margin-top: 15px;
    padding-left: 2px;
}

    .db_menu ul {
        width: 65%;
        float: left;
    }

        .db_menu ul li {
            width: 100%;
            float: left;
            padding: 8px 0;
            text-align: left;
        }

            .db_menu ul li:hover a {
                color: #467384;
            }

            .db_menu ul li a {
                font-size: 16px;
                color: #666666;
            }

.db_right {
    width: 25%;
}
