.content_header_wrapper{
    background: #fff;
    padding: 14px 0;
    position: relative;
    top: 0;
    z-index: 99999;
    width: 100%;
}
.content_header_wrapper .img_logo{
    display: flex;
    height: 100%;
    align-items: center;
}
.content_header_wrapper .nav_menu{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    text-align: right;
}
.content_header_wrapper .nav_menu ul, .content_header_wrapper .nav_menu li {
    display: inline-block;
    position: relative;
}
.content_header_wrapper .nav_menu>ul>li{
    margin-left: 30px;
}
.content_header_wrapper .nav_menu ul > li > a{
    font-weight: bold;
    font-size: 18px;
    padding:18px 0;
    display: inline-block;
    line-height: 20px;
}
.content_header_wrapper .nav_menu ul > li.active > a{
    color:#2e82ff;
    border-bottom:3px solid #2e82ff;

}
a:hover, a:focus{
    color: #2e82ff;
}

/*banner*/
.oddjob_show_banner{
    padding:70px 0 50px;
    background:url(../img/show_two_banner_bg.png?v=1) no-repeat top center;
    background-size:cover;
    color:#333333;
    position: relative;
}
.oddjob_show_banner .container{
    position: relative;
    z-index:11;
}
.oddjob_show_banner .banner_qrcode_title{
    padding-top:45px;
    font-size:48px;
    font-weight:700;
    line-height:55px;
    color:#333333;
    margin-bottom:45px;
    text-align: center;
}
.oddjob_show_banner .banner_qrcode_img{
    width: 273px;
    height: 273px;
    margin:0 auto;
    text-align: center;
}
.oddjob_show_banner .banner_qrcode_txt{
    padding-top:10px;
    font-size:24px;
    line-height:32px;
    color:#ffffff;
    text-align: center;
    text-shadow: 0 0 3px #2e82ff;
}


@media (max-width: 991px){

    .oddjob_show_banner .banner_img{
        display: none;
    }
}

.banner_bottom_img{
    margin-top:-65px;
    margin-left:-105px;
    width: 325px;
    height: 325px;
    position: relative;
    z-index:11;
}
.banner_bottom_img img{
}
@media (max-width: 991px){

    .banner_bottom_img{
        width: 200px;
        height: 200px;
    }
}

.lgzz_part{
    margin-top:-180px;
}
.lgzz_part .part_title{
    padding-top:170px;
}
.lgzz_part .part_title .title_txt{
    line-height: 75px;
    font-size: 48px;
    font-weight: 700;
    color:#333333;
}
.lgzz_part .part_title .title_small{
    line-height: 50px;
    font-size: 24px;
    color:#3d434c;
    margin-bottom: 30px;
}
@media (max-width: 991px){

    .lgzz_part{
        text-align: center;
        margin-top:-95px;
    }
    .lgzz_part .part_title{
        padding-top:20px;
    }
}

.lgdsj_part{
    background: url(../img/lgdsj_bg.png) no-repeat center;
    background-size: cover;
    color:#ffffff;
    text-align: center;
    padding-top:30px;
}
.lgdsj_part .title_txt{
    line-height: 95px;
    font-size: 48px;
    font-weight: 700;
}
.lgdsj_part .title_small{
    line-height: 50px;
    font-size: 24px;
    margin-bottom: 20px;
}

.lgxx_part{
    padding: 105px 0;
    background: #f3f8ff;
    position: relative;
}
.lgxx_part .part_title{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 100%;
    flex-direction: column;
    position: absolute;
    right: 0;
    top: 0;
}
.lgxx_part .part_title .title_txt{
    line-height: 75px;
    font-size: 48px;
    font-weight: 700;
    color:#333333;
}
.lgxx_part .part_title .title_small{
    line-height: 50px;
    font-size: 24px;
    color:#3d434c;
    margin-bottom: 30px;
}

@media (max-width: 992px){
    .lgxx_part .part_title{
        width: 100%;
        position: relative;
        right: 0;
        top:0;
        display: block;
    }
}


footer{
    margin-top:0;
}