.a{
    width: 600px;
    margin: auto;
}
.a .swiper{
    overflow: hidden;
    position: relative;
}
.a .swiper .swiper-slide{
    height: 500px;
    position: relative;
    overflow: hidden;
}
.a .swiper .swiper-slide:nth-child(1){
    background-color: #aafc7b;
}
.a .swiper .swiper-slide:nth-child(2){
    background-color: rgb(66, 84, 247);
}
.a .swiper .swiper-slide:nth-child(3){
    background-color: #805ff7;
}
.a-1{
    width: 200px;
    height: 200px;
    background-color: #fff;
    position: absolute;
    top: -100px;
    right: -100px;
    border-radius: 50%;
    z-index: 10;
}
.circle i{
    width: 5px;
    height: 5px;
    background-color: #143A84;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.circle{
    position: absolute;
    width: 50px;
    height: 50px;
    top: calc(50% + 40px);
    left: calc(50% - 40px);
    transform: translate(-50%,-50%);
}
.circle.active::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 50%;
    border: 1px solid rgba(20,58,132,.4);
    background-color: rgba(20,58,132,.4);
    animation-name: circle;
    animation-duration: 2s;
    animation-timing-function: steps(90);
    animation-iteration-count: infinite;
    animation-delay: 0s;
}
.circle.active span::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 50%;
    background-color: rgba(20,58,132,.4);
    animation-name: circle;
    animation-duration: 2s;
    animation-timing-function: steps(90);
    animation-iteration-count: infinite;
    animation-delay: 1s;
}
@keyframes circle{
    0% {
        width:0%;
        height:0%;
        opacity:1;
    }
    100% {
        width:100%;
        height:100%;
        opacity:0;
    }
}
.a-cang{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) scale(0);
    transition: .3s ease-in;
}
.a-cang-all{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}
.a-cang-cont{
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #dd35a5;
    padding: 20px;
    box-sizing: border-box;
    transition: .3s ease-in;
    z-index: 10;
}
.a-cang.act{
    transform: translate(-50%,-50%) scale(1);
}
.page .swiper-pagination-bullet{
    width: auto;
    height: auto;
    background: unset;
    opacity: .4;
    margin: 0 8px !important;
}
.page .swiper-pagination-bullet-active{
    background: unset;
    opacity: 1;
}

.b{
    margin-top: 100px;
}
.b p{
    width: 500px;
    height: 200px;
}




/* left */
.one{
    width: 1000px;
    height: 480px;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.one .swiper{
    width: 1000px;
    height: 100%;
    position: relative;
}
.single.selected{
    left: 0;
    z-index: 2;
}
.swiper-slide-active{
    left: 0;
    margin-left: 0 !important;
}
.swiper-slide-active .single .right{
    display: block !important;
}
.one .swiper-slide{
    /* transition: all 1s ease-in-out; */
    /* margin-left: -20%; */
}
.one .swiper-slide .right{
    display: none;
}
.single{
    width: 100%;
    height: 480px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    /* position: absolute; */
    left: -15%;
    z-index: 1;
    background-color: #fff;
}
.single img{
    width: 48%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.single .right{
    width: 45%;
}
.right a{
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #dd35a5;
    border-radius: 5px;
    color: chocolate;
    list-style: none;
    text-decoration: none;
}
.carouselButtons{
    overflow: hidden;

}
.carouselButtons img{
    max-width: 100%;
    display: block;
    margin-right: 40px;
    float: left;
}
.two{
    width: 1400px;
    height: 480px;
    margin: 200px auto;
    position: relative;
}
.carousel{
    width: 1400px;
    height: 480px;
    margin: auto;
    margin-top: 100px;
    position: relative;
    overflow: hidden;
}
.carousel .single.left.selected{
    left: 21%;
}
.carousel .single.left{
    left: -18%;
}
.carousel .single{
    position: absolute;
    width: 1000px;
    height: 480px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 1s ease-in;
}
.carouselButtons {
    position: absolute;
    width: 100px;
    display: flex;
    justify-content: space-between;
    right: 30%;
    margin-top: -5%;
    cursor: pointer;
    z-index: 10;
}
.text {
    width: 40%;
    position: absolute;
    top: 10%;
    right: 0%;
    z-index: 10;
}
.text p{
    font-size: 16px;
    line-height: 32px;
    color: #143A84;
}