.row-a1 {
    margin-top: 80px !important;
}

.yab {
    padding: 0 0 80px 0 !important;
}

.me-img {
    text-align: center;
    /* height: 327px; */
	height: 268px;
    /* background: url(../img/mebg.png)no-repeat top; */
	background: url(../img/mebg.png)center no-repeat;
}
.me-img img{
	height: 100%;
}

.me-box ul {
    display: flex;
    flex-wrap: wrap;
}

.me-box ul li {
    /* width: 316px; */
	width: 17%;
    margin-right: 126px;
    margin-bottom: 80px;
}

/* .me-box ul li:nth-child(3n+3) {
    margin-right: 0;
} */
.me-box ul li:nth-child(4n+4) {
    margin-right: 0;
}
.me-tit div:first-child {
    padding: 25px 0 15px 0;
    text-align: center;
    font-size: 16px;
    color: #333333;
}

.me-tit div:last-child {
    color: #848484;
    font-size: 14px;
    line-height: 30px;
}

.me-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 100px;
}

.me-btn ul {
    display: flex;
}
.me-btn ul li a{
    display: inline-block;
    margin: 0 6px;
    width: 22px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    color: #848484;
    -webkit-transition: all ease 0.15s;
    transition: all ease 0.15s;
    -moz-transition: all ease 0.15s;
    -ms-transition: all ease 0.15s;
    -o-transition: all ease 0.15s;
}
.me-btn ul li a.current{
    background: url(../img/page-bg.png) no-repeat center;
    color: #fff;
    background-size: 100% auto;
}
.me-btn ul li a:hover{
    background: url(../img/page-bg.png) no-repeat center;
    color: #fff;
    background-size: 100% auto;
}
.me-btn div:first-child{
    margin-right: 36px;
}
.me-btn div:last-child{
    margin-left: 36px;
}
@media only screen and (max-width: 769px){
	.me-img img{
		width: 100%;
		display: inline-block;
	}
	.me-img{
		height: auto;
		width: 54%;
		margin: auto;
		background-size: contain;
	}
	.me-tit div:first-child{
		font-size: 1rem;
	}
	.banners {
		padding-top: 3.8rem;
	}
	.footer-top {
	  display: none !important;
	}
	.footer-lj ul {
	  flex-wrap: wrap;
	  justify-content: center !important;
	  margin-top: 0 !important;
	}
	.footer-box {
	  background: unset !important;
	  padding-top: 0 !important;
	}
	.row-a1{
		margin-bottom: 1rem !important;
		margin-top: 1rem !important;
	}
	.yab{
		padding-bottom: 2rem !important;
	}
	.me-box ul li{
		margin-right: 0;
		width: 95%;
		margin: auto;
		margin-bottom: 1rem;
	}
	.me-box ul li:nth-child(3n+3){
		margin-right: auto;
	}
	.me-box ul li{
		width: 100%;
		margin-right: 0;
	}
	.me-tit{
		width: 95%;
		margin: auto;
	}
	.me-btn div:first-child{
		margin-right: 0;
	}
	.me-btn div:last-child{
		margin-left: 0;
	}
	.me-btn{
		margin-bottom: 0;
	}
}