.main-content{
    background: #F4F9F8;
}

/*公司使命*/
.mission-section{
    /* padding-top: 10vw; */
    padding-bottom: 10vw;
}
.mission-title .title-main{
    margin-bottom: 5px;

}

/* ====== 自定义title =========*/
.costom-title h2{
    margin: 0;
}
.costom-title .title-main h2{
    line-height: 2;
    font-size: 3vw;
    font-weight: 700;
	color:#195732;
}
.costom-title .title-en h2{
    font-size: 2.2958vw;
    font-weight: 700;
    color: #DFE0DF;
    line-height: 1;
}
/* ============================*/

.mission-content {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.mission-item {
    flex: 0 0 calc((100% - 20px) / 3);
    box-sizing: border-box;
    max-width: calc((100% - 20px) / 3);
}
.mission-image-wrapper{
    width: 100%;
    height: 100%;
}
.mission-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*企业荣誉*/
.honor-section{
    /* padding: 11.3vw 0; */
}
.honor-container{
    background: #fff;
    padding-top: 110px;
    padding-bottom: 90px;
}

.honor-title{
    margin-bottom: 40px;
}
.honor-title .title-main {
    margin-bottom: 5px;
    color: #0F2F29;
}
.honor-text{
    font-size: 28px;
    font-weight: 400;
    line-height: 2;
}
.honor-content{
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    justify-content: center;
}
.honor-content .honor-item{
    width: 25.1%;
    margin: 45px 0;
}
.honor-content .honor-item:nth-child(n+3) {
	width: 25% ;
}
.honor-content .honor-item img{
    width: 96%;
    height: auto;
	max-height:205px;
    object-fit: contain;
}
.honor-item-box{
	display: flex;
    gap: 20px;
    height: 232px;
}
.honor-item-box img{
	height:100%;
	width:auto;
}

/*发展愿景*/
.vision-content{
    width: 100%;
}
.vision-img{
    margin-top: -200px;
}
.vision-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.vision-title .title-main {
    margin-bottom: 5px;
    color: #0F2F29;
}

/*服务中心*/
.center-section{
    padding-top: 90px;
    background: white;
}
.center-title .title-main {
    margin-bottom: 5px;
    color: #0F2F29;
}
.center-content{
    width: 100%;
}
.center-img{
    width: 100%;
}
.center-img video{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.title-image{
    flex: 0 0 48px;
    margin-right: 15px;
}
.title-image img{
    width: 100%;
    height: 100%;
	max-height:3.2vw;
    object-fit: contain;
}
body{
background:#f4f9f8;
}
@media screen and (max-width:1024px){
.center-content{
    padding: 0 30px;
}
.honor-title{
margin-bottom:0px !important;
}
.title-image{
display:none !important;
}






}