.FolABox{
    position: relative;
    display: flex;
    justify-content: space-between;
    background-image: url('../images/abAImg.jpg'); 
    background-repeat: no-repeat;
    background-size: cover; 
    background-attachment: fixed; 

}
.FolABox .inner{
    display: flex;
    justify-content: space-between;
}
.FolAImg{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
}
.FolAImg img{
    width: 100%;
}
.FolATbox{
    width: 50%;
    position: relative;
    padding-left: 8%;
    z-index: 6;
    background: #fff;
}
.FolABg{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    object-fit: cover;
}
.abAText{
    margin: 30px 0 50px;
}
.abAText span{
    font-size: 18px;
    display: block;
    margin-bottom: 30px;
}
.FolAImg1{
   width: 50%;
   position: relative; 
}
.FolAImg1 img{
   width: 100%;
    height: 100%;
    object-fit: cover;
}
.FolAImg2{
    display: none;
    /* width: 100%; */
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}
.FolAImg3{
    width: 100%;
    display: none;
    margin-top: 50px;
}
.FolAImg3 img{
    width: 100%;
    border-radius: 20px;
   
}
.FolAImg2 img{
    height: 100%;
    /* object-fit: contain; */
}
.abABtn {
    background: #eee;
}
.abABtn span{
    color: #008231;
    margin-left: 10px;
}
.abABtn:hover{
    background: rgb(0, 130, 49,.3);
}
.abABtn img{
    width: 130px;
}
.abABtn svg path{
    fill: #008231;
}
.abAFlex {
    display: flex;
    align-items: center;
}
@media (max-width: 1440px){
    .abAText span:nth-child(1) {
        font-size: 20px;
    }
    .abAText span {
        font-size: 16px;
        display: block;
        margin-bottom: 20px;
    }
    .abAText {
        margin: 20px 0 30px;
    }
}
@media (max-width: 1280px){
    .abAText span:nth-child(1) {
        font-size: 18px;
    }
    .FolAImg2{
        display: block;
    }
    .FolAImg1{
        display: none;
    }
    .FolATbox{
        background: transparent;
    }
    .abABtn img {
        width: 110px;
    }
    .abABtn span{
        font-size: 18px;
    }
}
@media (max-width: 1024px){
    .abABtn img {
        width: 90px;
    }
    .abABtn span{
        font-size: 16px;
    }
}
@media (max-width: 900px){
    .FolAImg3{
        display: block;
    }
    .FolAImg2{
        display: none;
    }
    .FolATbox{
        width: 100%;
       padding: 0;
    }
    .FolABox{
        flex-wrap: wrap;
        background: #fff;
        padding: 50px 5%;
    }
}
@media (max-width: 500px){
    .abAText span:nth-child(1) {
        font-size: 16px;
    }
    .FolAImg3{
        margin-top: 30px;
    }
    .abAText span {
        font-size: 15px;
    }
    .abABtn img {
        width: 80px;
    }
    .abABtn span{
        font-size: 14px;
    }
}




.FolHBox{
    position: relative;
}
.FolHBg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.FolHBg::after{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    /* background: rgb(0, 132, 202,.4); */
}
.FolHBg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.FolHTbox{
    width: 100%;
}
.FolHTbox .inner{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.FolHTop{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px;
}
.FolHNum{
    font-size: 72px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
}
.FolHNum span{
    font-size: 20px;
    color: #fff;
}
.FolHText{
    position: relative;
    margin-top: 50px;
    padding: 0 30px;
}
.FolHText span{
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
    padding: 30px;
    background: #fff;
    display: block;
    line-height: 1.8;
    border-radius: 20px;
    color: #0084ca;
}
.FolHBon{
    padding-top: 50px;
}
.FolBSwiper{
    position: relative;
    overflow: hidden;
    padding-bottom: 20px;
}
.FolBSwiper::after{
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 58px;
    content: '';
    background: rgb(255, 255, 255,.5);
}
.FolHTime{
    position: relative;
    font-size: 24px;
    color: #fff;
    line-height: 50px;
    text-align: center;
}
.FolHyuan{
    width: 6px;
    height: 6px;
    position: absolute;
    left: 50%;
    top: 55px;
    background: #fff;
    border-radius: 50%;
}
.FolHyuan::after{
    width: 180%;
    height: 180%;
    position: absolute;
    left: 50%;
    top: 50%;
    content: '';
    border-radius: 50%;
    transform: translate(-50%,-50%);
    border: 2px solid rgb(255, 255, 255,.5);
}
.FolHTime.swiper-slide-active{
    font-weight: 600;
    font-size: 32px;
}
.FolHItem.swiper-slide-active{
    opacity: 1!important;
}
.FolHItem{
    opacity: 0 !important;
}
.FolHBtn{
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: translateY(-50%);
}
.FolHBtn svg{
    width: 50%;
    height: 50%;
}
.FolHTSwiper_next{
    right: 0;
}
.FolHBox .abATit{
    color: #fff;
}
@media (max-width: 1680px){
    .FolHText span{
        font-size: 16px;
    }
}
@media (max-width: 1368px){
    .FolHTop{
        margin-bottom: 50px;
    }
    .FolHText{
        padding: 0 10px;
        margin-top: 30px;
    }
    .FolHBtn{
        width: 50px;
        height: 50px;
    }
}
@media (max-width: 768px){
    .FolHTop {
        margin-bottom: 0;
    }
    .FolHText {
        padding: 0;
        margin-top: 30px;
    }
    .FolHBtn {
width: 40px;
height: 40px;
top: 45%;
}
.FolHTime.swiper-slide-active {
font-weight: 600;
font-size: 26px;
}
.FolHTime{
font-size: 20px;
}
.FolHBon{
padding-top: 30px;
}
.FolBSwiper{
padding-bottom: 0;
}
}
@media (max-width: 500px){
    .FolHText span{
        font-size: 14px;
        padding: 20px;
    }
}




.FolYBox{
    position: relative;
}
.FolYItem{
    position: relative;
    transition: all 0.48s;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.FolYItem:hover .FolYImg img{
    transform: scale(1.1);
}
.FolYImg{
    width: 45%;
    padding-top: 40%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.FolYImg img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all 0.48s;
}
.FolYTbox{
    width: 50%;
}
.FolYText span{
    font-size: 18px;
    display: block;
    margin-top: 20px;
}
/* .FolYItem2 .FolYTbox{
    margin: 0 0 50px;
} */
.FolYTit{
    font-size: 48px;
    font-weight: 600;
    color:#0084ca;
    line-height: 1.2;
    margin: 20px 0 30px;
    /* font-family: "FangYuan"; */
}
.FolYItem:nth-child(1){
    border-bottom: 1px solid rgb(0, 0, 0,.1);
}
.FolYIcon{
    width: 45px;
}
@media (max-width: 1680px){
    .FolYTit{
        font-size: 42px;
    }
}
@media (max-width: 1368px){
    .FolYIcon{
    width: 40px;
}
}
@media (max-width: 1280px){
    .FolYTit {
        font-size: 36px;
    }
    .FolYText span {
        margin-top: 10px;
    }
    .FolYText span{
    font-size: 16px;
}
}
@media (max-width: 1024px){
    .FolYItem{
        flex-wrap: wrap;
    }
    .FolYTbox{
        width: 100%;
        margin-bottom: 50px;
    }
    .FolYImg{
        width: 100%;
        padding-top: 50%;
    }
    .FolYItem:nth-child(2n) .FolYTbox {
        order: -1;
    }
}
@media (max-width: 768px){
    .FolYTit {
        font-size: 32px;
    }
}
@media (max-width: 680px){
    .FolYTit {
        font-size: 28px;
    }
    .FolYText span {
font-size: 15px;
}
}
@media (max-width: 500px){
.FolYTit {
        font-size: 24px;
    }
    .FolYText span {
font-size: 14px;
}
}
.FolZBox{
    position: relative;
}
.FolZBox .inner{
    position: relative;
}
.FolZImg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.FolZImg::after{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: rgb(0, 132, 202,.3);
}
.FolZImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.FolZBox .abATit{
    color: #fff;
}
.FolZText{
    font-size: 18px;
    color: #fff;
    width: 70%;
    text-align: center;
    margin-top: 50px;
}
.FolZTBox{
    margin-top: 70px;
    background: #f7f8f9;
    padding: 5%;
    border-radius: 30px;
    overflow: hidden;
}
.FolZList{
    display: flex;
    flex-wrap: wrap;
}
.FolZLogo{
    width: calc(20% - 16px);
    margin-right: 20px;
    background: #fff;
    /* border: 1px solid rgb(0, 0, 0,.1); */
    padding-top: 10%;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    margin-bottom: 20px;
    transition: all 0.48s;
}
.FolZLogo:nth-child(5n){
    margin-right: 0;
}
.FolZLogo img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 65%;
    height: 65%;
    object-fit: contain;
}
.FolZTop{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
@media (max-width: 1368px){
    .FolZText {
        width: 100%;
        font-size: 16px;
        margin-top: 30px;
    }
    .FolZTBox{
        margin-top: 50px;
    }
}
@media (max-width: 1280px){
    .FolZLogo {
        width: calc(25% - 15px);
        padding-top: 12%;
    }
    .FolZLogo:nth-child(5n){
        margin-right: 20px;
    }
    .FolZLogo:nth-child(4n){
        margin-right: 0;
    }
}
@media (max-width: 900px){
    .FolZLogo {
        width: calc(33.3% - 15px);
        padding-top: 20%;
    }
    .FolZLogo:nth-child(4n){
        margin-right: 20px;
    }
    .FolZLogo:nth-child(3n){
        margin-right: 0;
    }
    .FolZTBox{
        margin-top: 30px;
    }
}
@media (max-width: 680px){
    .FolZLogo {
        width: calc(50% - 10px);
        padding-top: 25%;
    }
    .FolZLogo:nth-child(3n){
        margin-right: 20px;
    }
    .FolZLogo:nth-child(2n){
        margin-right: 0;
    }
    .FolZTBox{
        padding: 20px;
    }
    .FolZText{
        font-size: 15px;
    }
}
@media (max-width: 500px){
    .FolZText{
        font-size: 14px;
    }
}







/*  */
.abABox {
    position: relative;
}

.abATBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.abALeft {
    width: 65%;
    padding: 0 0 50px 0;
    overflow: hidden;
}

.abAText {
    margin: 0 0 50px;
}

.abAText span {
    margin-bottom: 20px;
    display: block;
    font-size: 18px;
}

.abAImg {
    width: 100%;
    padding-top: 45%;
    position: relative;
    border-radius: 30px;
    overflow: hidden;
}

.abAImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.abABon {
    position: relative;
}

.abABon h4 {
    font-size: 28px;
    font-weight: 500;
}

.abAList {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.abALogo {
    width: 30%;
    margin-right: 3%;
    padding-top: 15%;
    background: #f7f8f9;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.abALogo img {
    width: 80%;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    object-fit: contain;
    transform: translate(-50%, -50%);
}
.abALogo:nth-child(2n) img{
    height: 40px;
}
.abARig{
    width: 30%;
    margin-bottom: 100px;
    /* display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 50px; */
}
.abARig .inPBtn{
    margin: 50px 0 0;
    background: #0084ca;
}
.abARLogo{
    width: 60%;
    /* position: sticky;
    top: 100px; */
}
.abAFBox{
    margin-top: 70px;
    display: flex;
    justify-content: space-between;
}
.abAFList{
    display: flex;
    justify-content: space-between;
    width: 68%;
}
.abAFSwiper{
    width: 100%;
}
.abAFItem{
    /* width: 30%; */
}
.abAFImg{
    width: 90%;
    padding-top: 110%;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}
.abAFImg img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.abAFItem p{
    font-size: 22px;
    font-weight: 600;
    color: #333;
    /* line-height: 40px;
    height: 80px; */
}
.abAFItem span{
    font-size: 18px;
}
.abAFTit{
    font-size: 28px;
    font-weight: 600;
}
.abABtn2{
    display: none;
}
@media (max-width: 1680px){
    .abAFItem p {
font-size: 20px;
}
}
@media (max-width: 1440px){
    .abALeft{
        padding: 0 0 30px;
    }
    .abAFTit{
        margin-bottom: 30px;
    }
   
}
@media (max-width: 1280px){
    .abAText span {
        font-size: 16px;
    }
    .abAText{
        margin: 10px 0 30px;
    }
    .abABon h4 {
        font-size: 24px;
    }
    .abAFItem p {
font-size: 18px;
}
.abAFTit {
font-size: 24px;
}
.abAFItem span {
font-size: 16px;
}
}
@media (max-width: 1200px){
    .abAText {
        margin: 10px 0 20px;
    }
    .abAText span{
        margin-bottom: 10px;
    }
    .abABon h4 {
font-size: 20px;
}
.abAList{
margin-top: 10px;
}

}
@media (max-width: 1024px){
    .abATBox{
        flex-wrap: wrap;
    }
    .abALeft{
        width: 100%;
        margin-top: 30px;
    }
    .abARig{
        width: 100%;
        margin-bottom: 0;
    }
    .abARLogo{
        width: 180px;
    }
    .abAFBox{
        flex-wrap: wrap;
    }
    .abAFList{
        width: 100%;
        margin-top: 30px;
    }
    .abAFBox{
    overflow: hidden;
}
    .abAFImg{
width: 100%;
}
.abABtn2 {
display: inline-flex;
margin-top: 30px;
width: 65%;
}
.abABtn1{
    display: none;
}
.abAFList{
    margin-top: 0;
}
}
@media (max-width: 768px){
    .abALeft{
        width: 100%;
        margin-top: 30px;
    }
    .abAFItem span {
font-size: 16px;
}
    .abALogo img {
    height: 80%;
}
.abAFBox{
    margin-top: 50px;
}
.abAFList{
    flex-wrap: wrap;
}

}
@media (max-width: 680px){
    .abABtn2{
        width: 100%;
    }
    .abALogo:nth-child(2n) img {
height: 30px;
}
.abALogo {
padding-top: 20%;
}

}
@media (max-width: 500px){
    .abAText span {
        font-size: 15px;
    }
    .abALogo {
width: 49%;
margin-right: 1%;
margin-bottom: 1%;

}
.abAList {
margin-top: 10px;
flex-wrap: wrap;
}
}




.abDBox {
    position: relative;
    background: #f7f8f9;
    overflow: hidden;
}

.abDImg {
    width: 65%;
    padding-top: 55%;
    position: relative;
}

.abDImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
}

.abDTbox {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.abDIcon,.abDFIcon {
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.abDIcon p,.abDFIcon p {
    font-size: 12px;
    line-height: 1;
    color: #0084ca;
    font-weight: 500;
    margin-bottom: 5px;
    transition: all 0.48s;
}
.abDFIcon p{
    color: #b90001;
    opacity: 0;
}
.abDIcon .dian,.abDFIcon .dian {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #80caf2;
    transition: all 0.48s;
    position: relative;
}
.abDFIcon .dian{
    background: #ec4242;
}
.abDIcon .dian::after,.abDFIcon .dian::after {
    content: '';
    width: 130%;
    height: 130%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: rgb(0, 132, 202, .3);
    animation: dh 5s infinite;
}
.abDFIcon .dian::after{
    background: rgb(185, 0, 1,.3);
}
@keyframes dh {
    0% {
        width: 130%;
        height: 130%;
    }

    50% {
        width: 230%;
        height: 230%;
    }

    100% {
        width: 130%;
        height: 130%;
    }
}

.abDIcon:hover .dian {
    background: #0084ca;
}
.abDFIcon:hover .dian {
    background: #b90001;
}
.abDIcon:hover p,.abDFIcon:hover p {
    opacity: 1;
}

.abDIcon1 {
    left: 13%;
top: 32%;
}

.abDIcon2 {
    left: 18%;
top: 36%;
}

.abDIcon3 {
    left: 24%;
top: 34%;
    flex-direction: row;
}

.abDIcon4 {
    right: 26%;
top: 47%;
}

.abDIcon5 {
left: 16%;
top: 33%;
}

.abDIcon6 {
    left: 11%;
top: 36%;
    flex-direction: row;
}

.abDIconT p {
    margin: 5px 0 0;
}

.abDIcon6 p {
    margin: 0 10px 0 0;
}

.abDIcon3 p {
    margin: 0 0 0 10px;
}

.abDIcon7 {
    left: 17.5%;
top: 39%;
}

.abDIcon8 {
    left: 21%;
top: 42%;
    flex-direction: row;
}

.abDIcon9 {
    left: 15%;
top: 40%;
}

.abDIcon10 {
    right: 28%;
    top: 68%;
}

.abDList {
    width: 200px;
    /* position: absolute;
    right: 0;
    bottom: 0; */
    display: flex;
    flex-wrap: wrap;
    margin-top: 70px;
}

.abDItem {
    width: 50%;
    position: relative;
    padding-left: 15px;
    font-size: 18px;
    color: #999;
}

.abDItem::after {
    width: 4px;
    height: 4px;
    background: #999;
    position: absolute;
    left: 0;
    top: 50%;
    content: '';
    border-radius: 50%;
    transform: translateY(-50%);
}

.abDNList {
    width: 25%;
    padding: 5% 0;
    /* position: absolute;
    left: 0;
    top: 0; */
}

.abDNItem {
    position: relative;
    margin-bottom: 30px;
}

.abDNItem p {
    font-size: 16px;
    color: #999;
    margin-top: 10px;
}

.abDNum {
    font-size: 48px;
    line-height: 1;
    font-weight: 600;
    color: #333;
}

.abDIcon2 .dian::after {
    animation: dh 5s infinite 1s;
}

.abDIcon5 .dian::after {
    animation: dh 5s infinite 2s;
}

.abDIcon7 .dian::after {
    animation: dh 5s infinite 3s;
}

.abDIcon9 .dian::after {
    animation: dh 5s infinite 4s;
}

.abDIcon8 p {
    margin: 0 0 0 10px;
}
.abDTop{
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 50px;
    padding-bottom: 30px;
}
.abDFIcon1{
    left: 18%;
top: 33%;
}
.abDFIcon2{
    left: 12%;
top: 31%;
}
.abDFIcon3 {
left: 23.5%;
top: 33%;
}
.abDFIcon4{
    right: 25%;
top: 48%;
}
@media (max-width: 1440px){
    .abDImg {
        width: 70%;
    }
    .abDNum {
        font-size: 42px;
    }
    .abDItem{
        font-size: 16px
    }
    .abDNItem {
        margin-bottom: 19px;
    }
}
@media (max-width: 1280px) {
    .abDNum {
        font-size: 36px;
    }
    .abDImg {
        width: 75%;
    }
    .abDNList {
        width: 20%;
        padding: 30px 0;
    }
    .abDNItem p {
        font-size: 14px;
    }
    .abDImg {
        padding-top: 65%;
    }
    .abDList{
        margin-top: 30px;
    }
}
@media (max-width: 1024px){
    .abDNum {
font-size: 32px;
}
.abDItem {
font-size: 14px;
margin-top: 0;
}
.abDIcon .dian, .abDFIcon .dian {
width: 8px;
height: 8px;
}
}
@media (max-width: 900px){
    .abDTop {
        margin-bottom: 30px;
        padding-bottom: 10px;
    }
    .abDNItem{
        margin-bottom: 0;
    }
    .abDImg {
        width: 100%;
    }
    .abDTbox{
        flex-wrap: wrap;
    }
    .abDImg {
        padding-top: 80%;
    }
    .abDNList{
        width: 100%;
        padding: 0;
        margin-top: 30px;
    }
}
@media (max-width: 680px){
    .abDNum {
        font-size: 28px;
    }
    .abDIcon .dian, .abDFIcon .dian {
        width: 6px;
        height: 6px;
    }

}
@media (max-width: 500px){
    .abDNItem p {
        font-size: 12px;
    }
    .abDNItem{
        width: 48%;
    }
}

.abRBox {
    position: relative;
    overflow: hidden;
    /* background: #f7f8f9; */
}

.abRBg {
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.abRBg::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0, 130, 49,.8);
}

.abRBg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.abRTBox {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.abRLeft {
    width: 30%;
}

.abRLItem {
    font-size: 20px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    margin-bottom: 20px;
    padding: 15px 30px;
    border-radius: 50px;
    display: inline-flex;
    position: relative;
    background: #008231;
    opacity: .5;
    transition: all 0.48s;
}

.abRLItem.act {
    color: #fff;
    opacity: 1;
    background: #008231;
}

.abRRig {
    width: 70%;
    position: relative;
    display: flex;
}

.abRSwiper {
    width: 100%;
}

.abRItem {
    position: relative;
}

.abRImg {
    width: 100%;
    padding-top: 140%;
    position: relative;
    background: #f7f8f9;
}

.abRImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
}

.abRList {
    position: relative;
    margin-top: 50px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

/* .abRBon {
    display: flex;
    align-items: center;
    position: relative;
} */

.abRBtn {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #008231;
    position: absolute;
    top: 50%;
}

.abRSwiper_prev {
    left: -30px;

}

.abRSwiper_next {
    right: -30px;
}

.abRBtn svg {
    width: 50%;
    height: 50%;
}

.abRBtn svg path {
    fill: #fff;
}

.abZList {
    width: 100%;
    
}
.abZList .swiper{
    overflow: hidden;
}
.abZSwiper {
    width: 100%;
    opacity: 0 !important;
    transition: all 1s .4s;
    transform: translateX(300px);
}

.abZSwiper.act {
    opacity: 1 !important;
    transform: translateX(0);
}

.abRTit {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    margin-top: 20px;
}

@media (max-width:1680px) {
    .abRLItem {
        margin-bottom: 15px;
    }
    .abRList {
        margin-top: 30px;
        padding: 0 20px;
    }
}

@media (max-width:1368px) {
    .abRLItem {
        margin-bottom: 10px;
        font-size: 18px;
    }
    .abRList {
margin-top: 0px;
}
    .abRTit {
        font-size: 18px;
        line-height: 1.5;
    }

    .abRBtn {
        width: 45px;
        height: 45px;
    }
}
@media (max-width:1280px) {
    .abRLeft{
        width: 40%;
    }
    .abRRig {
        width: 60%;
    }
    .abRList {
        padding: 0;
        margin-top: 20px;
    }
}
@media (max-width:1024px){
    .abRLItem{
        margin-bottom: 12px;
    }
    .abRList{
        margin-top: 30px;
    }
}
@media (max-width:900px){
    .abRTBox{
        flex-wrap: wrap;
    }
    .abRLeft{
        width: 100%;
    }
    .abRList{
        display: flex;
        flex-direction: row;
        align-items: center;
    }
    .abRLItem{
        margin: 0 10px;
    }
    .abRRig{
        width: 100%;
        margin-top: 30px;
    }
    .abRBtn {
        width: 40px;
        height: 40px;
    }
    .abRSwiper_prev {
left: -20px;
}
.abRSwiper_next {
right: -20px;
}
}
@media (max-width:768px){
    .abRLItem{
        font-size: 18px;
        margin-bottom: 20px;
    }
}
@media (max-width:500px){
    .abRLItem {
        font-size: 16px;
    }
}




.abHBox {
    position: relative;
    overflow: hidden;
}

.abHImg {
    width: 55%;
    padding-top: 40%;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.abHImg img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.abHList {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.abHTbox {
    text-align: center;
    width: 40%;
    padding: 50px 0;
}

.abHTit {
    font-size: 42px;
    line-height: 1;
    font-weight: 600;
    color: #008231;
    margin: 30px 0 50px;
}

.abHText span {
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
}

.abHList:nth-child(2) {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.abHIcon {
    width: 50px;
}
.inTit.black{
    color:#333;
}
@media (max-width:1680px) {
    .abHIcon {
        width: 42px;
    }

    .abHTit {
        font-size: 36px;
        margin: 20px 0 30px;
    }

    .abHText span {
        font-size: 16px;
    }
}

@media (max-width:1368px) {
    .abHTit {
        font-size: 32px;
    }
    .abHTbox{
        padding: 0;
    }
    .abHText span {
        margin-bottom: 12px;
    }
}
@media (max-width:1280px) {
    .abHImg {
        width: 50%;
    }
    .abHTbox{
        width: 45%;
    }
}
@media (max-width:900px) {
    .abHList{
        flex-wrap: wrap;
    }
    .abHImg{
        width: 100%;
        margin-top: 50px;
        padding-top: 55%;
    }
    .abHTbox{
        width: 100%;
    }
    .abHList:first-child .abHTbox {
        order: -1;
    }
    .abHText span {
margin-bottom: 0px;
}
}
@media (max-width:768px){
    .abHTit {
        font-size: 28px;
    }
    .abHIcon {
width: 38px;
}
}
@media (max-width:500px){
    .abHTit {
        margin: 20px 0;
    }
    .abHImg{
        margin-top: 30px;
        padding-top: 65%;
    }
.abHText span {
font-size: 15px;
}
}