.header {
    width: 100%;
    position: relative;
}

.gywmbanner {
    width: 100%;
}

.index_nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /*justify-content: center;*/
    /*padding-left: 190px;*/
    position: absolute;
    top: 0;
    left: 0;
    justify-content: flex-end;
    padding-bottom: 20px;
    padding-left: 490px;
}

.gywmtitle {
    font-family: MicrosoftYaHei;
    font-size: 40px;
    letter-spacing: 2px;
    /*color: #ffffff;*/
    color: #2d328a;
    font-weight: bold;
}

.gywmtitle2 {
    font-family: MicrosoftYaHeiLight;
    font-size: 24px;
    letter-spacing: 2px;
    /*color: #ffffff;*/
    opacity: 0.6;
    color: #2d328a;
}

.gywmttitltlable {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    /*margin-top: 58px;*/
    margin-top: 135px;
}

.gywmlable {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    letter-spacing: 1px;
    /*color: #ffffff;*/
    background: transparent;
    /*border: solid 1px #ffffff;*/
    border-radius: 21px;
    padding: 14px 23px;
    margin-right: 16px;
    margin-top: 10px;
    color: #000;
    border: solid 1px #2d328a;
}

.gywmlable:hover {
    background-color: #2d328a;
    border: 1px solid #2d328a;
    color: #fff;
}

.gywmlablecheck {
    background-color: #2d328a;
    border: 1px solid #2d328a;
    color: #fff;
}

.anchormenu {
    width: 100%;
    height: 40px;
    padding: 0 190px;
    background-color: #ebebeb;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}

.anchormenu>img {
    width: 14px;
    height: 14px;
    margin-right: 9px;
}

.anchormenu>a,
.anchormenu>p {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    letter-spacing: 1px;
    color: #333333;
    margin-left: 9px;
}

.anchormenu>a:hover {
    color: #2d328a;
    text-decoration: underline;
}

.contentBox {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 100px;
}

.contentBox img {
    width: 100%;
}

.content {
    width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}


.cont_title {
    font-family: MicrosoftYaHei-Bold;
    font-size: 24px;
    color: #333333;
}

.cont_text {
    width: 100%;
    margin-top: 57px;
    margin-bottom: 73px;
}

.cont_text p {
    width: 100%;
    font-family: MicrosoftYaHei;
    font-size: 15px;
    color: #666672;
    text-indent: 2em;
}

.gywmimg {
    width: 66.6666%;
    height: auto;
    aspect-ratio: 4/3;
    margin-bottom: 124px;
}

.zzjgbox {
    width: 1100px;
}

.zzjg {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .index_nav {
        padding: 10px;
    }

    .gywmtitle {
        font-size: 18px;
    }

    .gywmtitle2 {
        font-size: 11px;
    }

    .gywmttitltlable {
        flex-wrap: wrap;
        margin-top: 0;
    }

    .gywmlable {
        padding: 5px 5px;
        font-size: 8px;
        margin-left: 5px;
        margin-top: 5px;
    }

    .anchormenu {
        display: none;
    }

    .contentBox {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .content{
        width: 100%;
        padding: 0 10px;
    }
   
    .content img{
        width: 100%;
    }
    .cont_title {
        padding: 0 10px;
        text-align: center;
    }
    
    .cont_text {
        margin: 20px 0 30px 0;
        padding: 0 10px;
    }

    .gywmimg {
        margin-bottom: 30px;
    }

    .zzjgbox {
        width: 100%;
        padding: 0 15px;
    }
}