.row-a1{
    margin-top:80px !important;
    margin-bottom: 120px !important;
}
.person ul{
    display: flex;
    flex-wrap: wrap;
}
.person-img{
    overflow: hidden;
}
/* .person ul li:hover .person-img img{
    transition: 1s;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
} */
.person ul li{
    margin-top: 40px;
    margin-right: 18px;
	cursor: pointer;
}
.person ul li:nth-child(4n+4){
    margin-right: 0px;
}
.yab {
    padding: 0 0 0 0 !important;
}
.person-tit div:first-child{
    color: #333;
    font-size: 24px;
    padding-top: 18px;
    padding-bottom: 15px;
    position: relative;
}
.person-tit div:last-child{
    color: #666;
    font-size: 16px;
  padding-bottom: 30px;
  
}
/*.person-tit div:first-child::before{
    content: "——";
    color: #82c032;
    position: absolute;
    bottom: 0;
    font-size: 15px;
font-weight: 600;
}*/
.banners img{
	width: 100%;
}
@media only screen and (max-width: 769px){
	.person ul li{
		margin-right: 0;
	}
	.footer-box{
		background: unset !important;
		padding-top:0 !important;
	}
	.footer-top{
		display: none !important;
	}
	.banners{
		margin-top: 3.8rem;
	}
	
	.footer-lj ul{
		flex-wrap: wrap;
		justify-content: center !important;
		margin-top: 0 !important;
	}
	.row-a1{
		margin-top: 1rem !important;
		margin-bottom: 2rem !important;
	}
	.person ul{
		justify-content: center;
	}

	

	/* 2024/07/16  改 */

	.ceobx-one {
   		flex-direction: column;
    		align-items: center;
	}
	.ceobx-onimg {
    width: 40% !important;
    height: auto !important;
   max-height: 300px !important;
}
.ceobx-ontxt {
    width: 90% !important;
    margin-left: 0px !important;
}

.ceobx-bmli {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start !important;
}
.ceobm-liimg {
    width: 100% !important;
    height: auto !important;
    max-height: 260px !important;
}
.ceobm-litxt {
    width: 90% !important;
    margin-left: 0px !important;
margin-top: 10px;
}
/* 2024/07/16  改 结束 */

}
