﻿.banner {
    width: 100%;
    position: relative;
}

    .banner img {
        width: 100%;
    }

.type_info {
    width: 86%;
    margin: 0 auto;
    margin-top: 50px;
}

.type_title {
    font-weight: bold;
    font-size: 60px;
    color: #002063;
    margin-top: 35px;
}

.fenge {
    width: 100px;
    height: 6px;
    margin-top: 70px;
    background: linear-gradient(to right, #002063 0%, #002063 70%, #4272D7 70%, #4272D7 100%);
}

.type_content {
    width: 86%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
}

.type_left {
    width: 18%;
    padding-top: 100px;
}

    .type_left ul li {
        font-size: 28px;
        color: #595757;
        margin-top: 30px;
    }

        .type_left ul li a {
            color: #595757;
        }

            .type_left ul li a:hover {
                color: #002062
            }

.type_center {
    width: 49%;
}
.type_right {
    width: 30%;
    /*display: flex;*/
    /*    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;*/
}

.type_searchtext {
    font-size: 30px;
    color: #424242;
    margin-right: 30px;
}

.type_searchinput {
    background: transparent;
    border-radius: 10px;
    border: 1px solid #000000;
    margin-right: 20px;
    width: 237px;
    height: 29px;
    border-radius: 14px;
    border: 1px solid #000000;
    padding-left: 17px;
    font-size: 15px;
}

.type_searchfdj {
    width: 32px;
    height: 32px;
}

.type_right ul {
    width: 100%;
    border-radius: 20px;
}

    .type_right ul li {
        width: 100%;
        background: #F7F7F7;
        padding-left: 0.5%;
        padding-right: 0.5%;
        padding-top: 22px;
        padding-bottom: 22px;
    }

        .type_right ul li div {
            width: 24%;
            display: inline-block;
            text-align: center;
            /*margin: 10px 20px;*/
            font-size: 18px;
        }

.first_title {
    background: #002063 !important;
    color: #fff !important;
    border-radius: 10px;
}

.type_right ul li:last-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.first_title div {
    border-right: 1px solid #fff;
}

    .first_title div:last-child {
        border-right: none;
    }
/*.type_right ul li div:not(:first-child) {
    margin: 20px 20px !important;
}*/

.banner .proType_topTitle {
    position: absolute;
    z-index: 999999;
    color: white;
    top: 52%;
    left: 7%;
    font-size: 50px;
}
.quyuDiv{

}
.quyuDiv div{

}
.search_type_right {
    display: flex;
    align-items: center;
    margin-bottom:80px;
}