.bod {
    background: url(/cms_files/filemanager/1759171972/picture/20232/b0a2feea90404562b9591fe9a0e1290f.png)  bottom center no-repeat;
}

.main {
    width: 1200px;
    margin: 0 auto;
}

.banner {
    height: 300px;
    background: url("banner.png") top center no-repeat;
    background-size: cover;
}

.BannerTxt {
    font-size: 48px;
    color: white;
    line-height: 300px;
}

.banner-search.main form {
    width: 500px;
    height: 60px;
    border-radius: 12px 12px 12px 12px;
    background: #FFFFFF;
}

.bainput.fl {
    display: flex;
}

.bainput.fl input[name="q"] {
    width: 400px;
    padding: 0;
    border: 1px solid #fff;
    font-size: 18px;
    padding-left: 19px;
}

.bainput.fl input {
    height: 60px;
    border-radius: 5px;
}

.bainput.fl input[type="submit"] {
    width: 100px;
    margin-left: -10px;
    border: 1px solid #000;
    border-color: white;
    background-color: #4393f5;
    font-size: 18px;
    color: white;
    cursor: pointer;
}

.banner-search.main {
    margin-top: 20px;
}

.section_a {
    width: 1200px;
    height: 160px;
    margin: 50px auto;
}

.section_a ul li {
    width: 585px;
    height: 160px;
    position: relative;
    transition: transform 0.5s;
}

.section_a ul li a {
    display: block;
    width: 585px;
    height: 160px;
}

.section_a .lhst_box {
    float: left;
    background: url(lhstbg.png) 0 0 no-repeat;
}

.section_a .zjcs_box {
    float: right;
    background: url(zjcsbg.png) 0 0 no-repeat;
}

.section_a .liTitle {
    position: absolute;
    left: 30px;
    top: 30px;
    font-size: 28px;
    color: #333333;
    line-height: 36px;
}

.section_a .liDetails {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 141px;
    height: 40px;
    border-radius: 8px;
    background: url(coin01.png) 112px center no-repeat;
    background-color: #ffffff;
    font-size: 16px;
    color: #4393f5;
    line-height: 40px;
    text-align: left;
    padding-left: 20px;
}

.section_b {
    width: 1200px;
    height: 386px;
    margin: 0 auto;
}

.section_b .list_box {
    width: 585px;
    height: 386px;
    padding: 30px;
    background: #ffffff;
    box-shadow: 0 0 10px 0 rgb(153 153 153 / 20%);
}

.section_b .zcjd_box {
    float: left;
}

.section_b .ggdt_box {
    float: right;
}

.section_b .list_box h5 {
    height: 36px;
    font-size: 28px;
    color: #333333;
    font-weight: 400;
    line-height: 36px;
}

.section_b .list_box ul {
    margin-top: 24px;
}

.section_b .list_box li {
    width: 100%;
    height: 45px;
    background: url(coin02.png) 0 center no-repeat;
    padding-left: 16px;
    display: flex;
    justify-content: space-between;
}

.section_b .list_box li a {
    display: block;
    width: 84%;
    font-size: 18px;
    color: #000000;
    line-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.section_b .list_box li span {
    font-size: 18px;
    color: #999999;
    line-height: 45px;
    margin-left: 20px;
}

.section_c {
    width: 1200px;
    margin: 50px auto 0;
}

.section_c .city_tit {
    height: 36px;
    font-size: 28px;
    color: #2b2f32;
    line-height: 36px;
    font-weight: 400;
}

.section_c .city_box {
    width: 100%;
    margin-top: 24px;
}

.section_c .city_box li {
    float: left;
    width: 277px;
    height: 210px;
    margin-left: 30px;
    margin-bottom: 30px;
    background: #f1f2f3;
    transition: transform 0.5s;
}

.section_c .city_box li:nth-child(4n+1) {
    margin-left: 0;
}

.section_c .city_box li a {
    display: block;
    width: 277px;
    height: 210px;
}

.section_c .city_box li img {
    display: block;
    width: 277px;
    height: 160px;
}

.section_c .city_box li span {
    display: block;
    width: 277px;
    height: 50px;
    font-size: 18px;
    color: #2b2f32;
    line-height: 50px;
    text-align: center;
}

.banner-search {
    height: 60px;
    margin-top: 15px;
}

.banner-search input[type="text"] {
    width: 400px;
    font-size: 18px;
    line-height: 20px;
    color: #999;
    padding: 20px 0;
    border: none;
    padding-left: 20px;
    border-radius: 10px 0 0 10px;
}

.banner-search input[type="submit"] {
    width: 95px;
    font-size: 18px;
    line-height: 20px;
    padding: 20px 0;
    text-align: center;
    color: #FFF;
    background: #4393F5;
    border: none;
    float: right;
    border-radius: 0 10px 10px 0;
}

.section_a ul li:hover {
    transform: translateY(-10%);
    transition: transform 0.5s;
}

.section_b .list_box li a:hover {
    color: #4393F5;
}

.section_c .city_box li:hover {
    transform: translateY(-10%);
    transition: transform 0.5s;
    background: #4393F5;
}

.section_c .city_box li:hover span {
    color: #FFF;
}

/* 移动端样式开始 */



@media screen and (max-width: 768px) {

    .banner {
        width: 100%;
        height: 3rem;
        padding-top: .92rem;
        padding-left: .32rem;
        background: url("/cms_files/filemanager/1759171972/picture/20232/a12f9652a3284e0384e07bafd69f02ce.png") top center no-repeat;
        background-size: cover;
    }
    .bannerTitle {
        width: 3.53rem;
        font-size: .52rem;
        line-height: .64rem;
        text-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
        padding-top: 0.86rem;
        margin-left: .32rem;
    }

    .bod {
        overflow: hidden;
        background: none;
    }

    .main {
        width: 100%;
    }

    .BannerTxt {
        font-size: .48rem; line-height: 1rem;
    }

    .banner-search.main {
        margin-top: .32rem;
    }

    .banner-search.main form {
        width: 6.86rem;
        height: 0.72rem;
        border-radius: ;
        background: #FFFFFF;
        position: relative;
    }

    .banner-search input[type="text"] {
        width: 5.96rem;
        font-size: .24rem;
        line-height: .72rem;
        color: #999;
        padding: 0;
        border: none;
        padding-left: .2rem;
        border-radius: 0;
        position: absolute;
        left: 0;
    }

    .banner-search input[type="submit"] {
        width: 1.25rem;
        height: 0.75rem;
        font-size: .24rem;
        line-height: .75rem;
        padding: 0;
        border: none;
        border-radius: 0;
        position: absolute;
        right: 0;
    }

    .section_a {
        width: 100%;
        height: auto;
        margin: 0;
        padding: .52rem .24rem 0 .24rem;
        overflow: hidden;
    }

    .section_a ul li {
        width: 100%;
        height: 2.24rem;
        position: relative;
        background-size: 100% 100% !important;
        margin-bottom: .32rem;
    }

    .section_a .liTitle {
        font-size: .36rem;
        position: absolute;
        top: 0.44rem;
        left: 0.32rem;
    }

    .section_a ul li a {
        width: 100%;
        height: 100%;
    }

    .section_a .liDetails {
        position: absolute;
        left: .32rem;
        bottom: .42rem;
        width: 1.97rem;
        height: 0.56rem;
        line-height: .56rem;
        font-size: .24rem;
        padding-left: 0.28rem;
        background-size: 0.25rem;
        background-position-y: center;
        background-position-x: 1.57rem;
        border-radius: 0.11rem;
    }

    .section_b {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0 .24rem;
        overflow: hidden;
    }

    .section_b .list_box {
        width: 100%;
        height: auto;
        padding: 0;
        background: #ffffff;
        box-shadow: 0 0 10px 0 rgb(153 153 153 / 20%);
        padding: .32rem .24rem;
        margin-bottom: .52rem;
        margin-top: .19rem;
    }

    .section_b .list_box ul {
        margin-top: .415rem;
    }

    .section_b .list_box h5 {
        font-size: .476rem;
        font-weight: 500;
        letter-spacing: 0px;
    }

    .section_b .list_box li {
        width: 100%;
        height: auto;
        padding-left: .2rem;
        display: block;
        font-size: 0;
        background-position-x: left;
        background-position-y: .19rem;
        margin-bottom: .32rem;
    }

    .section_b .list_box li:last-child {
        margin-bottom: 0;
    }

    .section_b .list_box li a {
        display: inline;
        width: 100%;
        font-size: .306rem;
        color: #000000;
        line-height: .45rem;
        overflow: inherit;
        text-overflow: inherit;
        white-space: inherit;
    }

    .section_b .list_box li span {
        float: none;
        font-size: .306rem;
        color: #999999;
        line-height: .45rem;
    }

    .section_c {
        width: 100%;
        margin: 0;
        overflow: hidden;
        padding: 0 0.24rem 0.3rem 0.24rem;
    }

    .section_c .city_tit {
        font-size: .44rem;
        font-weight: 600;
        margin-bottom: 0.41rem;
    }
    .section_c .city_box{
        margin-top: 0;
        display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    }
    .section_c .city_box li{
        margin: 0;
        width: 48%;
        height: 2.76rem;
        margin-bottom: .32rem;
    }
    .section_c .city_box li a {
        display: block;
        width: 100%;
        height: 100%;
    }
    .section_c .city_box li img {
        display: block;
        width: 100%;
        height: 1.936rem;
    }
    .section_c .city_box li span {
        width: 100%;
        height: 0.824rem;;
        line-height: .824rem;
        font-size: .3rem;
        font-weight: 500;
    }
}


/* 移动端样式结束 */