* {
    box-sizing: border-box;
}

body {
    background-color: #e9f1f8;
    display: flex;
    flex-direction: column;
    font-size: 18px;
    margin: 0 auto;
    padding: 0;
    align-items: center;
    max-width: 1100px;
}

a {
    text-decoration: none;
}

ul,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* div{border: 2px dotted #ccc;} */
h2 {
    color: #c33;
    align-self: flex-start;
    width: 100%;
    margin: 0;
    line-height: 60px;
    text-indent: 30px;
    background-color: #fff;
    font-size: 21px;
    letter-spacing: 1px;
    font-weight: bolder;
    display: block;
}

.banner {
    position: relative;
    width: 100%;
    height: 450px;
    background: url(/2023/xlhr/bg.png) 100% 100% no-repeat;
    background-size: cover;
    border-bottom: 2px solid #b1d0ed;
}

.banner .logo {
    width: 297px;
    position: absolute;
    height: 74px;
    left: 37px;
    top: 20px;
    background: url('/common/images/lh-logo.png') no-repeat;
    background-size: 75%;
}

.banner .longhurenimg {
    width: 347px;
    height: 121px;
    position: absolute;
    right: 79px;
    bottom: 230px;
    background: url('/2023/xlhr/longhuren1.png') right bottom no-repeat;
}

.services {
    width: 100%;
    min-height: 327px;
    border-width: 3px 0 0 0;
    border-color: #b1d0ed;
    border-style: solid;
    padding: 10px 0 10px 0;
    display: flex;
    flex-direction: row;
    border-image: linear-gradient(to right, #c33 140px, #ccc 140px) 1;
}

ul.smenu {
    min-width: 250px;
    font-size: 22px;
    letter-spacing: 2px;
    text-align: center;
}

ul.smenu li {
    background-color: #5e8dd9;
    color: #fff;
    font-weight: bolder;
    line-height: 65px;
    border-width: 8px 8px 4px 0;
    border-style: solid;
    border-color: #fff;
}

ul.smenu li.selected {
    color: #c00;
    background-color: #fff;
    border-left: 5px solid #c00;
    margin: 0;
}

ul.smenu~ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 17.5px;
    text-align: center;
    align-content: flex-start;
}

ul.smenu~ul li {
    background-color: #f0f5f9;
    color: #000;
    border-width: 8px;
    border-style: solid;
    border-color: #fff;
    min-width: 141px;
    max-width: 33%;
    width: 141px;
    height: 152px;
    display: block;
    
}

ul.smenu~ul a {
    display: block;
    width: 100%;
    color: #111;
    padding: 0 8px;
}

ul.smenu~ul li section.simg{
    display: block;
    background-repeat: no-repeat;
    background-size:60px 50px;
    background-position: center center;
    height: 90px;
    width: 100%;
}

ul.smenu~ul li section.stitle{
    display: block;
    height: auto;
    width: 100%;
    line-height: 120%;
}

ul.smenu~ul.gservice li {
    font-size: 18px;
    display: block;
}

ul.smenu~ul.gservice li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}

ul.smenu~ul.gservice li .section.stitle{
    
    display: inline-table;
}

ul.smenu~ul.bservice,
ul.smenu~ul.sservice,
ul.smenu~ul.gservice {
    display: none;
}

.convenience {
    width: 100%;
    padding: 0px 6px 8px 12px;
    font-size: 18px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #fff;
}

.convenience h2 {
    width: 97%;
    border-bottom: 3px solid #b1d0ed;
    border-image: linear-gradient(to right, #c33 150px, #ccc 150px) 1;

}

.help {
    width: 70%;
}

.query {
    width: 30%;
}

.help ul{
    padding: 5px;
}
.help li {
    margin: 6px 0 6px 0px;
    line-height: 160%;
    padding-bottom: 10px;
    border-bottom: 1px #ccc dashed;
}

.help li section {
    display: inline-block;
    vertical-align: middle;
}

.help li section.title {
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.help li section.title span {
    color: #1e6dee;
    font-weight: normal;
}

.help li section.title a {
    color: #000;
    text-decoration: none;
}

.help li section.title a:hover {
    color: #333;
}

.help li section.date {
    width: 19%;
    min-width: 82px;
    font-size: 14px;
    text-align: center;
    color: #777;
}

.help section.more{
    background: #E0EBFF;
    border-radius: 16px;
    margin: 2% auto 30px auto;
    width: 200px;
    text-align: center;
    display: block;
}
.help section.more a {
    color: #005393;
    display: block;
}

.query ul{
    padding: 20px 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: left;
    font-size: 15px;
}

.query li{
    width: 22%;
    margin: 6.5% 5.5%;
}

.query li a{
    color: #000;
}

.query .qimg{
    width: 100%;
    min-height: 50px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.query .title{
    text-align: center;
    letter-spacing: 1px;
}

.siteservices,
.featured_services {
    width: 100%;
    margin: 20px 0;
}

.siteservices h2 {
    border-bottom: 3px solid #ccc;
}

.featured_services h2 {
    border-bottom: 3px solid #ccc;
    border-image: linear-gradient(to right, #c33 150px, #ccc 150px) 1;
}

/* .siteservices h2{border-image: linear-gradient(to right, #c33 255px, #ccc 255px) 1;} */
.siteservices h2~ul {
    display: flex;
    flex-direction: row;
    width: 100%;
    min-height: 80px;
    background-color: #fff;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: center;
}

.siteservices h2~ul li {
    height: 40px;
    line-height: 36px;
    background-color: #447fdd;
    border-radius: 4px;
}

.siteservices h2~ul li a {
    padding: 0 20px;
    font-size: 16px;
    color: #fff;
    display: block;
    text-decoration: none;
    border: 1px solid #5e8dd9;
    border-radius: 4px;
}

.siteservices h2~ul li a:hover {
    color: #000;
}

.siteservices h2~ul li:hover {
    background-color: unset;
    color: unset;
}

.featured_services {
    overflow: hidden;
    min-height: 350px;
    background: #fff;
    position: relative;
}

.flist {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background: #fff;
    min-height: 280px;
    position: relative;
    transition: all .4s ease-in-out 0s;
}

.flist li {
    min-width: 25%;
    max-width: 100%;
    padding: 1.5%;
    position: relative;
}


.flist li div {
    width: 100%;
    max-height: 400px;
    min-height: 250px;
    box-shadow: 0 0 12px 0px #ccc;
}

.flist .fimg {
    min-height: 140px;
    max-height: 200px;
    background-size: cover;
}

.flist .ftitle {
    font-weight: bolder;
    font-size: 18px;
    padding: 10px 20px 5px 20px;
    color: #000;
    letter-spacing: 2px;
}

.flist .fabs {
    font-size: 15px;
    padding: 10px 20px 10px 20px;
    color: #555;
    min-height: 80px;
}

.btnpre,
.btnnext {
    position: absolute;
    top: 40%;
    height: 60px;
    width: 60px;

    cursor: pointer;
}

.btnpre {
    background: url('/2023/xlhr/left-b.png') no-repeat center center;
}

.btnnext {
    right: 0;
    background: url('/2023/xlhr/right-b.png') no-repeat center center;
}
.status {
    width: 100%;
    padding: 10px 0 30px 0;
}

.status ul {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 200px;
    margin: 0 auto;

}


.status ul li {
    height: 10px;
    background-color: #ccc;
    width: 10px;
}

.status ul li.selected{
    background-color: #1e6dee;
}

/* 改变办事服务排序 */

@media (max-width: 1097px) {
    .services {
        flex-direction: column;
        padding: 0;
        border-width:10px 15px;
        border-style: solid;
        border-color: #e9f1f8;
        border-image :unset;
    }

    ul.smenu {
        display: flex;
        flex-direction: row;
        width: 100%;
        margin-bottom: 0;
    }

    ul.smenu li {
        width: 25%;
        border-width: 5px 0;
        border-top: 5px solid #5e8dd9;
        border-bottom: 5px solid #5e8dd9;
        line-height: 50px;
    }

    ul.smenu li[data-target=".pservice"]{
	    border-radius:10px 0 0 0;
    }

    ul.smenu li[data-target=".gservice"]{
	    border-radius: 0 10px 0 0;

    }


    ul.smenu li.selected {
        border: 0;
        border-top: 5px solid #c00;
        
    }

    ul.smenu~ul {
        margin-top: 0;
        width: 100%;
    }

    ul.smenu~ul li {
        width: 25%;
        min-width: unset;
    }

    .siteservices {
        padding: 0 15px
    }

    .convenience{
        border-width: 0 15px;
        border-style: solid;
        border-color: #e9f1f8;
    }
    
    .featured_services {
        border-width: 0 15px;
        border-style: solid;
        border-color: #e9f1f8;
    }

    .query ul{
        justify-content: space-between;
    }

    .flist li {
        min-width: 33%;
    }

}

@media (max-width: 870px) {
    .convenience {
        flex-direction: column;
    }

    .help,
    .query {
        width: 100%;
    }

    .help section.title{
        width: 100%;
    }

    .convenience h2 {
        width: 100%;
    }

    .help ul li {
        width: 100%;
        line-height: 170%;
        display: block;
        white-space: nowrap;
    }

    .help section.title {
        width: 85%;
    }

    .help section.date {
        width: 15%;
    }

    .query ul{
        padding: 20px;
    }
    .query ul li{
        width: 80px;
        margin: 15px;
    }

    .banner {
        height: 400px;
    }
}



@media (max-width:835px) {
    ul.smenu~ul li {
        width: 25%;
        border-width: 8px 6px;
    }

    .banner {
        height: 350px;
    }

    .banner .longhurenimg {
        right: 59px;
        bottom: 190px;
        background-size: 80%;
    }


}

@media (max-width:750px) {
    .flist li {
        min-width: 50%;
    }

}

@media (max-width: 570px) {
    ul.smenu {
        font-size: 18px;
    }

    ul.smenu~ul{
        width: 101%!important;
    }

    ul.smenu~ul li {
        width: 33%;
        font-size: 18px;
    }

    .siteservices h2~ul {
        justify-content: space-evenly;
    }

    .siteservices h2~ul li a {
        padding: 0 8px;
        font-size: 14px;
    }

    .help li section.title {
        display: block;
        width: 99%;
        font-size: 16px;
    }

    .help section.date {
       display: none;
    }

    .banner {
        height: 250px;
    }

    .banner .logo {
        width: 173px;
        position: absolute;
        height: 58px;
        left: 18px;
        top: 15px;
        background: url('/2023/xlhr/logo1.png') no-repeat;
        background-size: 80%;
    }

    .banner .longhurenimg {
        width: 347px;
        height: 121px;
        position: absolute;
        right: 5%;
        bottom: 130px;
        background: url('/2023/xlhr/longhuren1.png') right bottom no-repeat;
        background-size: 65%;
    }

    .flist li {
        min-width: 50%;
    }
}

@media (max-width: 480px) {
    ul.smenu {
        font-size: 16px;
    }

    ul.smenu~ul li {
       font-size: 15px;
       
    }

    .banner .longhurenimg {
        bottom: 110px;
    }

}

@media screen and (max-width:440px) {
   

    .banner {
        height: 200px;
    }

    .banner .logo {
        background-size: 70%;
    }

    .banner .longhurenimg {
        bottom: 90px;
        background-size: 58%;
    }

    ul.smenu~ul li {
        font-size: 14px;
        height: 125px;
     }

    ul.smenu~ul.gservice li{
        font-size: 14px;
        letter-spacing: 1px;
    }
    

     ul.smenu~ul li section.simg{
        background-size: 45px 40px;
        height: 70px;
     }

    .help li section.title {
       
        font-size: 14px;
    }

    .help ul{
        padding: 5px 0;
    }

    .query ul{
        padding: 0;

    }

    .query ul li{
        padding: 0;
        width: 19%;
        margin: 6%;
        font-size: 14px;
    }


    .flist li {
        min-width: 100%;
    }

}

@media (max-width: 360px) {
    ul.smenu {
        font-size: 14px;
    }

    .help h2~ul {
        padding-right: 25px;
    }

    .banner {
        height: 170px;
    }

    .banner .logo {
        background-size: 60%;
        top: 8px;
    }

    .banner .longhurenimg {
        bottom: 70px;
        background-size: 42%;
    }
}

