
.gw-panel {
    background: #fff;
    /* margin-top: 0.4rem; */
    /* padding-bottom: 0.4rem; */
    /* padding-top: 0.4rem; */
}
.gw-panel:first-child {
    margin-top: 0;
}

#sy-header {
    background: url(/lygsgxq/upload_web_2/img/header_bg_gray.png) top center no-repeat;
}

.gw-logo {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
    padding-top: 0.4rem;
}
.gw-logo img {
    width: 10rem;
    /* height: 1.4rem; */
}
.gw-search {
    display: flex;
    justify-content: space-between;
    padding: 0.6rem 2.2rem;
    padding-left: 150px;
}
.gw-search-inner {
    display: flex;
    width: 60%;
    height: 0.8rem;
    border-radius: 0.8rem;
    border: 1px solid #cacaca;
    overflow: hidden;
}
.gw-search-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    height: 0.76rem;
    border-radius: 0.76rem;
    background: #015293;
}
.gw-search-btn img {
    width: 0.5rem;
    height: 0.5rem;
}
.gw-search-input {
    width: 85%;
    padding: 0 0.2rem;
    border: none;
    outline: none;
    background: #fff;
}
.gw-directory {
    position: relative;
    width: 0.76rem;
    height: 0.76rem;
    background: #015293;
}
.gw-directory:after {
    content: '';
    position: absolute;
    top: 0.12rem;
    left: 0;
    width: 100%;
    height: 0.2rem;
    background: #fff;
}
.gw-directory:before {
    content: '';
    position: absolute;
    top: 0.44rem;
    left: 0;
    width: 100%;
    height: 0.2rem;
    background: #fff;
}

.gw-tool {
    width: 100%;
}
.gw-tool li {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.8rem;
    border-bottom: 1px solid #fff;
    background: #015293;
    color: #fff;
}
.gw-tool li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 0.6rem;
}
.gw-tool li a.pl {
    padding-left: 4.6rem;
}
.gw-tool li a.pr {
    padding-right: 4.6rem;
}
.icon-email {
    display: block;
    width: 0.8rem;
    height: 0.6rem;
    margin-right: 0.24rem;
    background: url('/zglygzfmhwz/LygMobile/themes/img/email_icon.png') no-repeat center center/100%;
}
.icon-monk {
    display: block;
    width: 0.72rem;
    height: 1.02rem;
    margin-right: 0.24rem;
    background: url('/zglygzfmhwz/LygMobile/themes/img/monk_icon.png') no-repeat center center/100%;
}

.gw-menu {
    width: 100%;
    padding: 0.4rem;
    background: #015293;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.4);
    margin-top: 40px;
}
.gw-menu li {
    float: left;
    width: 33%;
    padding: 0.2rem 0;
}
.gw-menu li a {
    display: block;
    width: 100%;
    border-left: 1px solid #fff;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 1;
}
.gw-menu li:nth-child(1) a,
.gw-menu li:nth-child(4) a {
    border-left: none;
}


.footer {
    width: 100%;
    background: #015293;
    z-index: 9;
    margin-top: 60px;
    padding-top: 10px;
}

.footinfo {
    display: flex; 
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}

.footleft {
    width: 70%;
    margin-left: 20px;
    font-size: 20px;
}


.footleft p {
    margin-block-start: 0em;
    margin-block-end: 0em;
    font-size: 0.6em;
    color: #ffffff;
    line-height: 2em;
    padding: 0;
}

.footleft p a {
    color: #ffffff;
    text-decoration: none;
}

.footright {
    width: 20%;
    text-align: center;
    padding: 0px;
}

.footright a img {
    max-width: 90%;
}

.footright span {
    /* margin: 0 12px; */
    line-height: 32px;
    font-size: 16px;
}

.footright span a {
    color: #ffffff;
    text-decoration: none;
}

.footright .dzjg {
    /* margin-top: 20px; */
}

.footright span img {
    width: 70px;
}


@media (max-width: 425px) {
    .z_banner_right .z_line_bar {
        padding: 0 30px;
    }

    .z_header_nav li {
        line-height: 50px;
    }

    .z_header_nav li a {
        font-size: 20px;
    }

    .footleft p {
        font-size: 12px;
        line-height: 18px;
    }

    .footinfo {
        padding: 0px;
    }
}
