.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;
	width: 286px;
}
.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;
}
.person-tit div:last-child{
    color: #666;
    font-size: 16px;
  padding-bottom: 30px;
  position: relative;
}
.person-tit div:last-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{
		padding-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;
	}
}
