body {
    width: 100%;

}

.wrapper {
    width: 100%;
    height: auto;

    background-repeat: no-repeat;
}
.banner img{
    display: block;
    width: 100%;
}

.zhjg .zhjg_nav {
    width: 1200px;
    padding: 0 calc((100% - 1200px) / 2);
    height: 70px;
    background-color: #0B6BDA;
    display: flex;
    align-items: center;
}

.zhjg .zhjg_nav .navlist {
    flex: 1;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
}

.zhjg .zhjg_nav .navlist.on {
    color: #0A6BDA;
    background-color: #ffffff;
}

.search_zhjg {
    width: 620px;
    height: 61px;
    background: #FFFFFF;
    border-radius: 33px;
    margin: 40px auto 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

.search_zhjg input {
    display: block;
    width: 500px;
    height: 61px;
    background: #FFFFFF;
    border: none;
    outline: none;
    text-indent: 2em;
}

.search_zhjg .searchClick {
    width: 120px;
    height: 61px;
    height: 61px;
    background: #0B6BDA;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
}
.search_zhjg .searchClick .icon{
    width: 20px;
    margin-right: 10px;
}


.zhjg .zhjg_Con {
    width: 100%;
    height: auto;
    /* min-height: 996px; */
    background: url(../images/ZhJg_bg.png) left top/100% 100%;
    overflow: hidden;
}

.zhjg .zhjg_Con .zhjgAll {
    width: 90%;
    max-width: 1200px;
    margin: 60px auto;
    display: flex;
    flex-wrap: wrap;
}

.zhjg .zhjg_Con .zhjgAll .zhjg_Con_list {
    width: 280px;
    height: 155px;
    background: #F7F9FC;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-bottom: 35px;
}

.zhjg_Con .zhjg_Con_list::after {
    position: absolute;
    content: "";
    width: 181px;
    height: 145px;
    background: url(../images/ZhJg_listbg.png) left bottom/181px 145px;
    left: 0;
    bottom: 0;
    opacity: 0;
}

.zhjg .zhjg_Con .zhjgAll .zhjg_Con_list:hover {
    background: #FFFFFF;
    box-shadow: 0px 8px 12px 0px rgba(5, 57, 116, 0.08);
}

.zhjg .zhjg_Con .zhjgAll .zhjg_Con_list:hover::after {
    opacity: 1;
}

.zhjg .zhjg_Con .zhjgAll .zhjg_Con_list:nth-child(4n-2) {
    margin: 0 0px 35px 20px;
}
.zhjg .zhjg_Con .zhjgAll .zhjg_Con_list:nth-child(4n-1) {

    margin: 0 20px 35px;
}

.zhjg_Con .zhjg_Con_list .zhjg_Con_list_title {
    width: calc(100% - 30px);
    padding: 0 15px;
    margin: 25px auto;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 10;

}

.zhjg_Con .zhjg_Con_list .zhjg_Con_list_title .icon {
    width: 18px;
}

.zhjg_Con .zhjg_Con_list .zhjg_Con_list_title span {
    display: block;
    margin-left: 7px;
    width: calc(100% - 25px);
    font-size: 16px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    /* 防止文字换行 */
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
}

.zhjg_Con .zhjg_Con_list .zhjg_Con_list_info {
    width: calc(100% - 30px);
    padding: 0 15px;
    margin: 15px auto;
    font-size: 16px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    z-index: 10;
}

.zhjg_Con .zhjg_Con_list .tianxie {
    position: absolute;
    right: 15px;
    bottom: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-end;

}

.zhjg_Con .zhjg_Con_list .tianxie span {
    font-size: 16px;
    font-weight: 600;
    color: #0A6BDA;
}

.zhjg_Con .zhjg_Con_list .tianxie .icon {
    width: 9px;
}


/* 详情 */
.zhjg_details {}

.from {
    width: 100%;
    height: auto;
    background: url(../images/ZhJg_bg.png) left top /100% 100%;
    overflow: hidden;
}

.from .fromTitle {
    width: 100%;

    position: relative;

    font-family: PingFangSC, PingFang SC;

    text-align: center;
    display: flex;
    justify-content: center;

}

.fromTitle b {
    display: inline-block;
    margin: 50px auto;
    position: relative;
    font-size: 32px;
    font-weight: 600;
    color: #333333;
}

.from .fromTitle b::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 10px;
    left: -20px;
    top: 5px;
    background: url(../images/ZhJg_from_left.png) left top /100% 100%;
}

.from .fromTitle b::after {
    position: absolute;
    content: "";
    width: 11px;
    height: 13px;
    right: -15px;
    bottom: 5px;
    background: url(../images/ZhJg_from_right.png) left top /100% 100%;
}

.from_con {
    width: 90%;
    max-width: 1200px;
    margin: 85px auto;
}

.from_con .from_con_list {
    width: 100%;
    margin-bottom: 34px;

}

.from_con .from_con_list .from_con_list_name {
    font-size: 18px;
    font-weight: 500;
    color: #2F3E53;
    display: flex;
    align-items: flex-start;
}

.from_con .from_con_list .from_con_list_name em {
    color: #F17264
}

.from_con .from_con_list .from_con_list_input {
    margin-top: 20px;
}

.from_con .el-select {
    width: 100%;
}

.from .submit {
    width: 185px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background: #0A6BDA;
    border-radius: 26px;
    font-size: 16px;
    font-weight: 600;
    color: #FFFFFF;
    margin: 35px auto;
    cursor: pointer;
}

.from .Fromchecked {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    color: #333333;
    margin: 85px auto 0;
}

.from .Fromchecked .readXy {
    color: #0A6BDA;
}

.from .Fromchecked .el-checkbox__input.is-checked+.el-checkbox__label {
    color: #333333;
}

.null{
    margin: 0 auto 90px;
    text-align: center;
}
.null img{
    display: block;
    margin: auto;
}
@media (max-width:800px) {
    .zhjg .zhjg_nav{
        width: 100%;
        padding: 0;
    }
    .search_zhjg{
        width: 90%;
    }
    .search_zhjg .searchClick{
        width: 80px;
        font-size: 16px;
    }
    .search_zhjg input{
        width: calc(100% - 80px);
    }
    .search_zhjg .searchClick .icon{
        width: 15px;
    }
    .search_zhjg .searchClick img{
        display: block;
        width: 100%;
    }
    .zhjg .zhjg_Con .zhjgAll .zhjg_Con_list{
        width: 100%;
        height: 130px;
        margin-bottom: 10px;
    }
    .zhjg_Con .zhjg_Con_list .tianxie span{
        font-size: 14px;
    }
    .zhjg .zhjg_Con .zhjgAll .zhjg_Con_list:nth-child(4n-2),.zhjg .zhjg_Con .zhjgAll .zhjg_Con_list:nth-child(4n-1){
        margin:0 0 10px 0;
    }
    .zhjg .zhjg_Con .zhjgAll{
        justify-content: space-between;
    }
    .banner{
        margin-top: 50px;
    }
    footer{
        padding-bottom: 30px;
    }
}
