	.gjjj {
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	}

	.about_gsjs .right {
	    width: 40%;
	    margin-top: 180px;
	}

	.about_gsjs .left {
	    width: 56%;
	}

	@media screen and (max-width: 768px) {
	    .gjjj {
	        flex-direction: column-reverse;
	    }

	    .about_gsjs .right {
	        width: 100%;
	        margin-top: 0;
	    }

	    .about_gsjs .left {
	        width: 100%;
	    }

	    .about_qywh {
	        background-size: cover;
	    }

    }
    
    	.about_honor {
    	    padding-top: 0;
    	}

    	.honorb {
    	    display: flex;
    	    flex-wrap: wrap;
    	    margin-top: 30px;
    	}

    	.honorb>div {
    	    display: flex;
    	    align-items: center;
    	    width: 20%;
    	    padding: 0 22px;
    	    margin-top: 20px;
    	}

    	.honor span {
    	    height: 260px;
    	}

    	.honorb img {
    	    max-height: 100%;
    	    max-width: 100%;
    	    height: auto;
    	    width: auto;
    	    box-shadow: 0px 4px 10px #d8d8d8;
    	}

    	@media screen and (max-width: 1200px) {
    	    .honorb>div {
    	        width: 25%;
    	    }
    	}

    	@media screen and (max-width: 768px) {
    	    .honorb>div {
    	        width: 50%;
    	        padding: 0 10px;
    	    }
    	}