@charset "utf-8";

.container {
    width: 1200px;
    margin: 40px auto 0;
}

.hidden {
    display: none;
}

.banner {
    position: relative;
}

.banner .nav {
    display: flex;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 100%;
}

.banner .nav p {
    width: 160px;
    height: 56px;
    font-size: 28px;
    font-weight: 600;
    color: #115db2;
    text-align: center;
    line-height: 52px;
    background-color: #daecfb;
    box-shadow: inset -5px -5px 1px 0px #daecfb;
    border-radius: 10px 10px 0px 0px;
    border: solid 3px #115db2;
    cursor: pointer;
}

.banner .nav p:first-child {
    margin-right: 40px;
}

.banner .nav p.active {
    background-color: #fff;
}

.jz-one .top {
    text-align: center;
}

.jz-one .top p {
    font-size: 18px;
    font-weight: 600;
    color: #115db2;
    margin-top: 15px;
}

.jz-one ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-bottom: 70px;
    padding: 0 20px 40px;
    box-shadow: 4px 6px 0px 0px #115db2;
    border: solid 1px #115db2;
}

.jz-one ul li {
    width: 14.6%;
    text-align: center;
    margin: 50px 1% 0;
}

.jz-one ul li p {
    color: #115db2;
    margin-top: 15px;
}

.wb ul li {
    width: 18%;
}

.wb ul li a:hover p {
    font-weight: 600;
}

.banner .nav p:nth-of-type(3), .banner .nav p:nth-of-type(4) {
    margin-left: 40px;
}

@media screen and (max-width: 1200px) {
    .container {
        width: 98%;
    }

    .banner .nav {
        display: block;
        position: relative;
    }

    .banner .nav p {
        width: 100%;
    }

    .banner .nav p:nth-of-type(3), .banner .nav p:nth-of-type(4) {
        margin-left: 0px;
    }
}

@media screen and (max-width: 768px) {
    .banner {
        margin-bottom: 100px;
    }

    .jz-one ul li {
        width: 31%;
    }
}

@media screen and (max-width: 420px) {


    .jz-one ul {
        padding: 0 5px 40px;
    }

    .jz-one ul li {
        width: 48%;
    }
}


.newStyle .banner .nav p{
    font-size: 38px;
}
.newStyle .jz-one .top p{
    font-size: 38px;
}
.newStyle .jz-one ul li p{
    font-size: 38px;
}
