.banner {
    width: 100%;
    height: 600px;
    background: url(/fwzt/qykb2026071.jpg) no-repeat center;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
}

.banner h2{
    text-align: center;
    
    margin:0 auto;
    margin-top: 137px;
    font-size: 60px;
    font-weight: bold;
    text-shadow: 6px 0 0 #2776da;
    color: #fff;

}

.banner h2 img{
width: 27%;

}


.banner .logo {
    position: relative;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
}

.banner .logo .wza {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.banner .logo .wza a {
    color: #fff;
}

.banner .logo .wza img {
    vertical-align: middle;
}

.content {
    background-color: #f6faff;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 80px;
}

.content::after {
    content: "";
    position: absolute;
    display: block;
    top: 656px;
    left: 0;
    width: 321px;
    height: 829px;
    background: url(/fwzt/qykb20260729.png) no-repeat center;

}

.content::before {
    content: "";
    position: absolute;
    display: block;
    top: 176px;
    right: 0;
    width: 321px;
    height: 829px;
    background: url(/fwzt/qykb20260728.png) no-repeat center;

}

.content .w1400 {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

.theme1 {
    margin-top: 108px;
    height: auto;
}

.theme1 .theme1_content {
    display: flex;
    justify-content: space-evenly;
}

.theme1 .theme1_content .theme1_list {
    height: 380px;
}

.theme1 .theme1_content .theme1_list .theme1_list_box {
    width: 240px;
    background: url(/fwzt/qykb20260712.png) no-repeat center;
    background-size: 100% 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
}

.theme1 .theme1_content .theme1_list:nth-child(2) .theme1_list_box {
    background: url(/fwzt/qykb20260713.png) no-repeat center;
    background-size: 100% 100%;
}

.theme1 .theme1_content .theme1_list:nth-child(3) .theme1_list_box {
    background: url(/fwzt/qykb20260714.png) no-repeat center;
    background-size: 100% 100%;
}

.theme1 .theme1_content .theme1_list .theme1_list_box .theme1_list_box_img {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 7px solid #74a7f5;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;

}

.theme1 .theme1_content .theme1_list .theme1_list_box .theme1_list_box_img img {
    width:50%;
}

.theme1 .theme1_content .theme1_list .theme1_list_box  p {
    color:#fff; 
    font-size: 29px;
    font-weight: bold;
    margin-top: 10px;

}

.theme1 .theme1_content .theme1_list .theme1_list_sx {
    width:620px;
    height: 100%;
    background-color: #ddedff;
    position: relative;
    display: none;
}

.theme1 .theme1_content .theme1_list .theme1_list_sx.theme1_list_on {
    display: block;
}

.theme1 .theme1_content .theme1_list .theme1_list_sx::after {
    content: "";
    position: absolute;
    display: block;
    background:url(/fwzt/qykb2026078.png) no-repeat center;
    background-size: 100% 100%;
    width: 154px;
    height: 188px;
    bottom:10px;
    right:10px;
}

.theme1 .theme1_content .theme1_list .theme1_list_sx ul {
    margin-top: 30px;
}

.theme1 .theme1_content .theme1_list .theme1_list_sx ul li {
    margin-top: 10px;
}

.theme1 .theme1_content .theme1_list .theme1_list_sx ul li a span {
    font-size: 20px;
    color:#17356d;
    margin-left:10px;
    transition: all 0.3s;
}

.theme1 .theme1_content .theme1_list .theme1_list_sx ul li a span:hover {
    color:red;
}

.theme1 .theme1_content .theme1_list .theme1_list_sx ul li a {
    display: flex;
    align-items: center;
}

.theme1 .theme1_content .theme1_list .theme1_list_sx ul li a img {
    margin-left:100px;
}





.theme2 {
    margin-top: 100px;
}

.theme2 .theme2_content ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px;
    position: relative;
    z-index: 1;
}

.theme2 .theme2_content ul li {
    width:47%;
    height: 177px;
    background:url(/fwzt/qykb2026071701.png) no-repeat center;
    background-size: 100% 100%;
    transition: all 0.3s;
    box-shadow: 0 0 17px rgba(71, 150, 233, 0.35);
    margin-top:30px;
    border-radius: 14px;
}

.theme2 .theme2_content ul li:hover {
    transform: scale(1.05);
}

.theme2 .theme2_content ul li a {
    width:100%;
    height: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.theme2 .theme2_content ul li a i {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 115px;
    width: 115px;
    background-color: #fff;
    border-radius: 50%;
    border:6px solid #dff1ff;
}

.theme2 .theme2_content ul li a i img {
    width:50%;
}

.theme2 .theme2_content ul li a span {
    color:#17356d;
    font-size: 25px;
    width:310px;
    text-align: center;
}


.theme3 {
    margin-top: 100px;
}

.theme3 .theme3_tit {
     width: 1400px;
    margin: 0 auto;
}

.theme3 .theme3_content {
    width:100%;
    height: 385px;
    background: url(/fwzt/qykb20260732.png) no-repeat center;
    background-size: 100% 100%;
margin-top: 40px;
}

.theme3 .theme3_content ul {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 100%;
}

.theme3 .theme3_content ul li {
    height: 100%;
}

.theme3 .theme3_content ul li a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #17356d;
    transition: all 0.3s;
        flex-direction: column;
}

.theme3 .theme3_content ul li a:hover {
    transform: scale(1.05);
}

.theme3 .theme3_content ul li a span {
    display: block;
    font-size: 20px;
    color: #17356d;
    margin-top: 10px;
}

.theme4 {
      width: 1400px;
    margin: 0 auto;
    margin-top: 100px;
}

.theme4 a img {
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}

.theme4 a img:hover {
    transform: scale(1.05);
}


@media screen and (max-width: 1480px) {
    .banner .logo {
        width: 90%;
    }

    .banner {
    height: 32vw;
    }

    .banner h2 {
    margin-top: 4vw;
    }

    .content .w1400 {
    width: 95%;
    }

    .theme1 {
    margin-top: 70px;
    }

    .theme1 .theme1_content .theme1_list .theme1_list_sx {
    width: 30vw;
    }

    .theme1 .theme1_content .theme1_list .theme1_list_sx ul li a img {
    margin-left: 30px;
}

.theme2 {
    margin-top: 70px;
}

.theme2 .theme2_tit img {
    width:100%;
}

.theme2 .theme2_content ul li {
    height: auto;
    padding: 15px 0;
}

.theme3 {
    margin-top: 70px;
}

.theme3 .theme3_tit {
    width: 95%;
}

.theme3 .theme3_tit img {
    width:100%;
}

.theme3 .theme3_content ul {
    width: 95%;
}

.theme4 {
    width: 95%;
    margin-top: 70px;
}


}

@media screen and (max-width: 1250px) {
    .banner .logo {
        margin-top: 20px;
    }
}
@media screen and (max-width: 1200px) {
        .banner .logo .gh img {
        width: 50%;
    }

        .banner .logo {
        margin-top: 10px;
    }
    .banner h2 {
        width: 81%;
        font-size: 28px;
        margin-top: 3vw;
    }

        .banner {
        height: 34vw;
    }

    .theme1 .theme1_content {
    flex-direction: column;
}

.theme1 .theme1_content .theme1_list .theme1_list_sx {
    display: block;
}

.theme1 .theme1_content .theme1_list .theme1_list_box {
    width: 30%;
}

    .theme1 .theme1_content .theme1_list .theme1_list_sx {
        width: 70%;
    }

    .theme1 {
    height: auto;
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

    .theme1 .theme1_content .theme1_list {
    margin-top: 20px;
}

    .theme2 {
        margin-top: 50px;
    }

    .theme2 .theme2_content ul li a i {
    height: 100px;
    width: 100px;
    }


.theme2 .theme2_content ul li a span {
    font-size: 18px;
        width: 200px;
}

     .theme3 {
        margin-top: 50px;
    }

    .theme3 .theme3_content ul li {
        width:20%;
    }

    .theme3 .theme3_content {
    width: 100%;
    height: 280px;
    }

    .theme3 .theme3_content ul li a img {
        width:70%;
    }

    .theme3 .theme3_content ul li a span {
    font-size: 16px;
    }
 .theme4 {
        margin-top: 50px;
    }

}


@media screen and (max-width: 760px) {
        .banner .logo {
        margin-top: 10px;
    }
    .banner .logo .gh img {
        width: 40%;
    }

    .banner h2 {
        margin-top: 2.5vw;
        font-size: 4vw;
    }



    .banner h2 img {
    width: 50%;
}

    .theme1 {
        margin-top: 10px;
    }

.theme1 .theme1_content .theme1_list .theme1_list_sx ul li a span {
    font-size: 14px;
}

.theme1 .theme1_content .theme1_list .theme1_list_sx ul li a img {
        margin-left: 15px;
         width: 40px;
    }

    .theme1 .theme1_content .theme1_list .theme1_list_box .theme1_list_box_img {
    height: 50px;
    width: 50px;
    }

    .theme1 .theme1_content .theme1_list .theme1_list_box p {
    font-size: 16px;
    }

        .theme1 .theme1_content .theme1_list {
        height: 330px;
        }

            .theme2 {
        margin-top: 30px;
    }

    .theme2 .theme2_content ul {
    margin-top: 0px;

    flex-direction: column;
}

.theme2 .theme2_content ul li {
    width: 100%;
    margin-top: 20px;
}

    .theme2 .theme2_content ul li a span {
        font-size: 16px;
        width: 225px;
    }

    .theme3 {
        margin-top: 30px;
    }

    .theme3 .theme3_content ul li a span {
        font-size: 14px;
        text-align: center;
    }

        .theme3 .theme3_content {
        margin-top: 20px;
        height: 150px;
    }

    .theme4 {
        margin-top: 30px;
    }

.content {
    padding-bottom: 50px;
}




}