body * {
    box-sizing: border-box;
    flex-shrink: 0;
    margin: 0;
    padding: 0;
}

body {
    font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma,
        Arial, PingFang SC-Light, Microsoft YaHei;
}

input {
    background-color: transparent;
    border: 0;
}

button {
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    outline: none;
    background-color: transparent;
}

button:active {
    opacity: 0.6;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.flex-row {
    display: flex;
    flex-direction: row;
}

.justify-start {
    display: flex;
    justify-content: flex-start;
}

.justify-center {
    display: flex;
    justify-content: center;
}

.justify-end {
    display: flex;
    justify-content: flex-end;
}

.justify-evenly {
    display: flex;
    justify-content: space-evenly;
}

.justify-around {
    display: flex;
    justify-content: space-around;
}

.justify-between {
    display: flex;
    justify-content: space-between;
}

.align-start {
    display: flex;
    align-items: flex-start;
}

.align-center {
    display: flex;
    align-items: center;
}

.align-end {
    display: flex;
    align-items: flex-end;
}

.group_10 {
    width: 100%;
    background-size: 100% 100%;
    margin-top: -0.05vw;
    background-color: #2A2C32;
}

.section_3 {
    width: 62.5vw;
    margin: 2.6vw 0 0 18.75vw;
    display: flex;
    justify-content: space-between;
}

.block_4 {
    width: 14.38vw;
    height: 5.73vw;
    margin-top: 1.83vw;
}

.image_12 {
    width: 11.52vw;
    height: 3.13vw;
}

.text-wrapper_9 {
    width: 14.38vw;
    height: 1.05vw;
    margin-top: 1.57vw;
}

.text_49 {
    width: 4.02vw;
    height: 0.89vw;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 0.93vw;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 1.25vw;
    margin-top: 0.16vw;
}

.text_50 {
    width: 9.64vw;
    height: 0.99vw;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 1.25vw;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 1.25vw;
}

.bottom_line {
    width: 0.06vw;
    height: 9.48vw;
    margin: 0 1.5vw;
    background-color: #404347;
}

.wzdhBox {
    flex: 1;
}

.wzdhBox .wzdhTop {
    width: 100%;
}

.wzdhBox .wzdhBottom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 1vw;
}

.wzdhBox .wzdhBottom .wzdhList {
    width: 33%;
    height: 3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-wrap: break-word;
    color: rgba(184, 187, 190, 1);
    font-size: 0.83vw;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    cursor: pointer;
}

.text_51 {
    width: 3.7vw;
    height: 0.94vw;
    overflow-wrap: break-word;
    color: rgba(255, 255, 255, 1);
    font-size: 0.93vw;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    text-align: left;
    white-space: nowrap;
    line-height: 1.25vw;
}

.titleUnder {
    width: 1.88vw;
    height: 0.11vw;
    margin: 0.31vw 0 0 0.05vw;
    background-color: #fff;
}

.gzwmBox {
    width: 20vw;
    height: 100%;
}

.gzwmBox .gzwmTop {
    width: 100%;
}

.gzwmBox .gzwmBottom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 1vw;
}

.gzwmBox .gzwmBottom .gzwmList {
    width: 5.58vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 1vw;
    margin-bottom: 0.8vw;
}

.gzwmBox .gzwmBottom .gzwmList img {
    width: 5.53vw;
    height: 5.53vw;
}

.gzwmBox .gzwmBottom .gzwmList span {
    width: 5.53vw;
    overflow-wrap: break-word;
    color: rgba(184, 187, 190, 1);
    font-size: 0.83vw;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    margin-top: 0.57vw;
}



.bottom_bLine {
    width: 100%;
    height: 0.06vw;
    margin-top: 3.13vw;
    background-color: #404347;
}

.text_59 {
    width: 12.95vw;
    height: 0.84vw;
    overflow-wrap: break-word;
    color: rgba(130, 136, 140, 1);
    font-size: 0.83vw;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    text-align: center;
    line-height: 0.37vw;
	
}

@media (max-width: 768px) {
    .section_3 {
        width: 90vw;
        margin: 2.6vw auto 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .block_4 {
        width: 100%;
        height: auto;
        margin-top: 1.83vw;
    }

    .image_12 {
        width: 23vw;
        height: 6.26vw;
    }

    .text-wrapper_9 {
        width: 100%;
        height: auto;
        margin-top: 1.57vw;
        justify-content: flex-start;
        align-items: center;
    }

    .text_49 {
        width: auto;
        height: auto;
        overflow-wrap: break-word;
        color: rgba(255, 255, 255, 1);
        font-size: 2.2vw;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
        text-align: left;
        white-space: nowrap;
        line-height: 1.25vw;
        margin-top: 0.3vw;
    }

    .text_50 {
        width: auto;
        height: auto;
        overflow-wrap: break-word;
        color: rgba(255, 255, 255, 1);
        font-size: 2.8vw;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
        text-align: left;
        white-space: nowrap;
        line-height: 1.25vw;
    }

    .bottom_line {
        display: none;
    }

    .wzdhBox {
        flex: auto;
        width: 100%;
        margin-top: 2vw;
    }

    .text_51 {
        width: auto;
        height: auto;
        overflow-wrap: break-word;
        color: rgba(255, 255, 255, 1);
        font-size: 2.3vw;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
        text-align: left;
        white-space: nowrap;
        line-height: 1.25vw;
    }

    .wzdhBox .wzdhBottom .wzdhList {
        width: 33%;
        height: 6vw;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow-wrap: break-word;
        color: rgba(184, 187, 190, 1);
        font-size: 2vw;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
        text-align: left;
        white-space: nowrap;
        cursor: pointer;
    }

    .gzwmBox {
        width: 100%;
        height: 100%;
        margin-top: 2vw;
    }

    .gzwmBox .gzwmBottom .gzwmList {
        width: 11vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-right: 1vw;
        margin-bottom: 0.8vw;
    }

    .gzwmBox .gzwmBottom .gzwmList img {
        width: 11vw;
        height: 11vw;
    }

    .gzwmBox .gzwmBottom .gzwmList span {
        width: 11vw;
        overflow-wrap: break-word;
        color: rgba(184, 187, 190, 1);
        font-size: 2vw;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
        text-align: center;
        white-space: nowrap;
        margin-top: 1vw;
    }

    .text_59 {
        width: auto;
        height: auto;
        overflow-wrap: break-word;
        color: rgba(130, 136, 140, 1);
        font-size: 2vw;
        font-family: PingFang-SC-Medium;
        font-weight: 500;
        text-align: center;
        line-height: 0.37vw;
        margin: 3.2vw auto 3.4vw;
    }
}



@media (max-width: 475px) {
	.image_12{
		display:none;
	}


    .text_49 {
        font-size: 3.2vw;
        line-height: 1.25vw;
        margin-top: 0.3vw;
    }

    .text_50 {
        font-size: 3.8vw;
        line-height: 1.25vw;
    }


    .text_51 {
        font-size: 3.3vw;
        line-height: 1.25vw;
    }


	.wzdhBox .wzdhBottom .wzdhList {
        width: 50%;
        height: 12vw;
        font-size: 3.5vw;
    }

    .gzwmBox .gzwmBottom .gzwmList {
        width: 29vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-right: 1vw;
        margin-bottom: 0.8vw;
    }

	.gzwmBox .gzwmBottom .gzwmList span {
		width: 22vw;
		font-size: 3vw;
	}

    .gzwmBox .gzwmBottom .gzwmList img {
        width: 21vw;
        height: 21vw;
    }



	.text-wrapper_9 {
	
		margin-top: 4.57vw;

	}

	.wzdhBox {

		margin-top: 6vw;
	}



}