.gov_headerBg {
    width: 100%;
    overflow: hidden;
    height: 201px;
}
.gov_headerNavBox {
    width: 100%;
    height: 65px;
}
.gov_headerNavMain {
    width: 1100px;
    height: 65px;
    margin: 0 auto;
}
.gov_navu_box {
    overflow: hidden;
    width: 100%;
    height: 65px;
    line-height: 65px;
}
.gov_navu_main {
    margin-left: 34px;
}
.gov_navu_main li {
    float: left;
}
.gov_navu_main .gov_navu_text{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    height: 56px;
    padding: 0 24px;
    display: block;
    line-height: 56px;
}
.gov_navu_main .gov_navu_text {
    margin: 4px 28px 0;
}
.gov_navu_text:hover {
    color: #bad9ff;
    background-color: #023c99;
}
.gov_searchbox1 {
    position: relative;
    width: 502px;
    height: 44px;
    border: 1px solid #dedede;
    float: right;
    margin-top: 12px;
}
.gov_searchbox1 input[type='text'] {
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 0;
    width: 383px;
    height: 42px;
    padding-left: 10px;
    border: none;
}
.gov_searchbox1 .gov_searchbtn2 {
    font-size: 14px;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 100px;
    height: 34px;
    cursor: pointer;
    color: #fff;
    border: none;
    background: url(/uiFramework/commonResource/image/2021101415294239990.png) no-repeat;
}


.ph_head {
    display: none;
    transition: all 0.3s;
}



@media screen and (max-width: 430px){
.gov_headerBg {
    height: auto;
    margin-top: 38px;
    min-height: 85px;
}
}
@media screen and (max-width: 750px){
.column{
    width:100%;
}
.ph_head {
    position:fixed;
    top:0;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #135ea9;
    padding-left: 15px;
    z-index:6;
    box-sizing: border-box;
}
.ph_head span a {
    display: inline-block;
    color: #fff;
    font-size:14px;
}
.ph_icon {
    float: right;
    width: 52px;
    height: 45px;
    background: url(/uiFramework/commonResource/image/2021081616165431796.png) no-repeat center center;
    background-size: 22px;
}
.hideNav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.4);
    z-index: 1;
    display: none;
}
.ggtb {
    background-size: 100%;
}
.gov_headerNavBox {
    width: 100%;
    height: auto;
    padding-top: 0;
    transition: all 0.3s;
    display: none;
}
.gov_navu_box {
    width: 100%;

    height:auto!important;
    position:fixed;
    top:45px;
    z-index:6;
}
.gov_navu_main {
    margin-left:0!important;
    padding-top:50px;
    width:100%!important;
    height:auto!important;
    overflow-y: auto;
    line-height: 45px;
    overflow: hidden;
    background: #196fc5;
}
.gov_navu_main{
   max-height: 400px;
    overflow-y: auto;
}
.gov_navu_main li {
    border-top: 1px solid #1578f3;
    margin-left:0!important;
    padding-left: 20px;
    box-sizing: border-box;
    width: 100%;
    float: none;
    position: relative;
}
.gov_navu_main li span{
    position: absolute;
    top: 0;
    right: 0;
}
.gov_navu_main li span.hasChild b:after {
    content: "+";
    float: right;
    font-size: 20px;
    padding-right:20px;
    color:#fff;
}
.gov_navu_main li span.isOpen b:after {
    content: "-";
    font-weight: bold;
    padding-right:20px;
}
.pc_navLink{
    display:none!important;
}
.ph_navLink{
    display:block!important;
}
.gov_navu_main .ph_navLink{
    margin-left:0!important;
    color: #fff;
    font-size: 16px;
}
.gov_navu_two a{
    color: #fff;
}
.gov_navu_main a:hover{
    background-color:#196fc5!important;
}
.gov_searchbox1 {
       position: absolute;
    top: 0;
    left: 15px;
    width: 90%;
    display: block;
    float: right;
    height: 32px;
    margin-top: 9px;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
}
.gov_searchbox1 input[type='text'] {
    top: -5px;
}
.gov_searchbox1 .gov_searchbtn2{
    top:0;
    right:0;
}
.gov_searchbox{
    display:none;
}
.gov_headerBg {
    background-size: 100%!important;
}
}