.row-a1{
    margin-top: 80px !important;
}
.yab div:nth-child(2) ul li:last-child{
    text-align: center;
}
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper {
    margin-left: auto;
    margin-right: auto;
  }
.sw{
    overflow: hidden;
    position: relative;
}
.sw-box{
    display: flex;
}
.sw-left{
    overflow: hidden;
	width: 740px;
	height: 320px;
}
/* .sw-box:hover .sw-left img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
} */
.sw-right div:first-child{
color: #333333;
font-size: 24px;
}
.sw-right div{
    text-align: left;
}
.sw-right{
    width: 41%;
    padding: 20px 20px 20px 36px;
}
.sw-right div:nth-child(2){
    padding: 20px 0 40px 0;
    color: #848484;
    font-size: 12px;
}
.sw-right div:nth-child(3){
color: #666666;
font-size: 14px;
line-height: 25px;
}
.swiper-pagination-bullet{
    width: 27px !important;
    height: 8px !important;
    display: inline-block !important;
    border-radius: 18% !important;
    -webkit-border-radius: 18% !important;
    -moz-border-radius: 18% !important;
    -ms-border-radius: 18% !important;
    -o-border-radius: 18% !important;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 22px !important;
    left: 226px !important;
    width: 100%;
  }
  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #82c032 !important;
  }
.list-box{
    display: flex;
    padding: 30px 0 20px 0;
    border-bottom: 1px solid #dddddd;
}
.list-right{
    width: 70%;
    padding-left: 40px;
	cursor: pointer;
}
.list-right div:first-child{
    padding-top: 18px;
    padding-bottom: 18px;
    color: #333333;
    font-size: 20px;
}
.list-right div:nth-child(2){
    color: #848484;
    font-size: 12px;
    padding-bottom: 25px;
}
.list-right div:nth-child(3){
    line-height: 25px;
    color: #545454;
}
.list-right div:nth-child(4){
    padding-top: 10px;
}
/* .list-box:hover .list-left img{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
} */
.list-left{
    overflow: hidden;
	width: 360px;
}
.me-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 120px;
}

.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(/cn/pages/img/page-bg.png) no-repeat center;
    color: #fff;
    background-size: 100% auto;
}
.me-btn ul li a:hover{
    background: url(/cn/pages/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;
}
.banners img{
	width: 100%;
}
@media only screen and (max-width: 769px){
	.sw-left{
		width: 100%;
		height: 100%;
	}
	.footer-box{
		background: unset !important;
		padding-top:0 !important;
	}
	.footer-top{
		display: none !important;
	}
	.banners{
		padding-top: 3.8rem;
	}
	.sw-right div:first-child{
		font-size: 20px;
	}
	.row-a1{
	   margin-top:1.5rem !important;	
	}
	.sw-box{
		flex-direction: column;
	}
	.sw-right{
	width:95%;	
	}
	.list-box{
	flex-direction: column;
		align-items: center;
	}
	.list-right{
		width: 95%;
		padding-left:0;
	}
	.me-btn div:first-child{
		margin-right: 0;
	}
	.me-btn div:last-child{
		margin-left: 0;
	}
	.me-btn{
		margin-bottom: 0;
	}
	.footer-lj ul{
		flex-wrap: wrap;
		justify-content: center;
	}
	.list-right div:first-child{
		font-size: 1rem;
	}
	.list-right div:nth-child(3){
		font-size: 12px;
	}
}