.banner,.nav, .lct, .foot, #yx_bar_c{display: none;}
.mobile_item{ display: block;}
.mobile_header {
    box-sizing: border-box;
    width: 100%;
    padding: 4% 3%;
}
.mobile_logo {
    float: left;
    width: 50%;
    height: auto;
}
.ver_link {
    float: right;
    margin-top: 5px;
}
.ver_link a {
    float: right;
    padding: 0 10px;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    background-color: #226cc7;
    border-radius: 4px;
}
.clearfix:after {
    clear: both;
    height: 0;
    overflow: hidden;
    display: block;
    visibility: hidden;
    content: ".";
}
.mobile_nav {
    width: 100%;
    height: 40px;
    background-color: #226cc7;
    border-top: 2px solid #0060cd;
    border-bottom: 1px solid #0060cd;
}
.nav_item {
    position: relative;
    float: left;
    width: calc(100% / 3);
    height: 40px;
    z-index: 2;
}
.nav_item:before {
    position: absolute;
    top: 16px;
    right: 50%;
    margin-right: -50px;
    content: "";
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
}
.nav_name {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100px;
    margin-left: -72px;
    font-size: 18px;
    line-height: 40px;
    color: #fff;
    text-align: right;
}
.nav_link {
    height: 0;
    position: absolute;
    top: 40px;
    left: 0;
    width: 100%;
    overflow: hidden;
}
.nav_link a {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background-color: #226cc7;
    border-top: 1px solid #00479d;
}
.nav_item:after {
    position: absolute;
    top: 16px;
    right: 50%;
    margin-right: -49px;
    content: "";
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #226cc7;
}

.mobile_search{ box-sizing: border-box; width: 100%; padding: 4% 3%;}
.search_box{ box-sizing: border-box; position: relative; width: 100%; height: 32px; border: 1px solid #d8eaff; border-radius: 30px;}
#search_text{ position: absolute; top: 0; left: 0; width: 70%; height: 30px; padding: 0; font-size: 14px; line-height: 30px; text-indent: 1em; color: #a1bada; border: none; background: none;}
#search_text:focus{ outline: none;}
#search_btn {
    position: absolute!important;
    top: 0.3rem!important;
    right: 1rem!important;
    width: 1.8rem!important;
    height: 1.8rem!important;
    background: url(http://czt.gd.gov.cn/ggtp/btn_search.png) no-repeat center top transparent!important;
    background-size: contain!important;
    border: none!important;
}
.mobile_footer {
    padding: 10px 0;
    background-color: #e5e5e5;
    border-top: 2px solid #2b67b0;
}
.mobile_footer p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    text-align: center;
}