body{
    background-color: white;
}
#backtop{
    display: none;
}
.home-container{
    width: 100%;
    /* margin-top: 100px; */
    box-sizing: border-box;
    overflow: hidden;
}
.main-swiper{
    background: url("/ccb/server/AutoFlex-Dock/public/carousel_bg.png");
    background-size: 100% 100%;
    height: 660px;
    position: relative;
}
.main-swiper .words{
    width: 100%;
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    font-family: Arial;
    text-align: center;
    color: white;
    color: green;
}
.main-swiper .words h2{
    font-size: 72px;
    font-weight: 700;
    margin-bottom: 80px;
    word-break:keep-all;
    white-space:nowrap;
}
.main-swiper .words h2 img{
    display: inline-block;
    margin-right: 20px;
    transform: translateY(36%);
}
.main-swiper .words p{
    font-size: 30px;
    margin-top: 30px;
    word-break:keep-all;
    white-space:nowrap;
}
.swiper-container{
    /* background: url("/ccb/server/AutoFlex-Dock/public/home_overview_background.png"); */
    background-repeat: no-repeat;
    /* height: 560px; */
    /* display: flex; */
    /* justify-content: space-between; */
    background-size: 100% 102%;
    background-position: 0 -2px;
}
.swiper-container .swiper-item{
    /* height: 457px; */
    margin-top: 30px;
}
.swiper-container .swiper-left{
    /* width: 760px; */
    width: calc(100% - 920px);
    float: left;
}
.swiper-left .swiper-left-content{
    margin-left: 20px;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
    margin-right: 10px;
    padding-bottom: 0px;
}
.swiper-left-content .decorate{
    width: 60px;
    background-color: gray;
    height: 3px;
    margin-bottom: 20px
}
.swiper-left-content .introduction{
    color: #3B76F4;
    font-family: "Arial", Georgia, Serif;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 30px;
    text-align: justify;
    width: 100%;
    font-family: 'Times New Roman', Times, serif;
    font-size: 24px;
}
.swiper-left-content .description, .description_2, .description_3{
    font-family: "Arial", Georgia, Serif;
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 20px;
    text-align: justify;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    text-indent: 2em;
    line-height: 30px;
}
.swiper-container .swiper-right{
    width: 886px;
    margin-right: 30px;
    float: right;
    margin-bottom: 20px;
}
.swiper-container .swiper-right img {
    width: 100%;
    height: 100%;
}
.home-complement{
    display: none;
}
.home-complement img{
    width: 100%;
    height: 100%;
}
.swiper{
    width: 1000px;
    height: 720px;
    margin: auto;
    overflow: hidden;
    position: relative;
}
.swiper ul{
    width: 4000px;
    display: flex;
    position: relative;
}
.swiper ul li{
    padding: 30px;
    padding-bottom: 60px;
    width: 1000px;
    height: 630px;
}
.swiper ul li img{
    width: 100%;
    height: 100%;
}
.direction-control{
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 100px;
    display: flex;
    justify-content: space-between;
}
/* .direction-control > div{
    width: 60px;
    cursor: pointer;
} */
/* .direction-control > div:hover{
    background-image: url("/ccb/server/AutoFlex-Dock/public/bg.png");
} */
.direction-control > div > img{
    width: 100%;
    height: 100%;
}
.direction-control > .left{
    margin-left: 80px;
}
.direction-control > .right{
    margin-right: 80px;
}
.target-control{
    position: absolute;
    width: 110px;
    display: flex;
    justify-content: center;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-image: url("/ccb/server/AutoFlex-Dock/public/bg.png");
    height: 60px;
    width: 100%;
    align-items: center;
}
.target-control div{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .5);
    cursor: pointer;
    margin-right: 20px;
}
.target-control div.active{
    background-color: rgba(255, 255, 255, 1);
    width: 30px;
    border-radius: 6px;
}
.content{
    display: flex;
    margin-top: 20px;
}
.introduction{
    width: 70%;
}
.content h2{
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px
}
.introduction div{
    text-indent: 2em;
    line-height: 30px;
    font-size: 20px;
}
.visited{
    width: 30%;
    display: flex;
    justify-content: right;
    align-items: center;
    font-size: 32px;
    color: gray;
}
.description_2, .description_3 {
    display: none;
}
@media only screen and (max-width: 1525px) {
    .description {
        display: none;
    }
    .description_2{
        display: block;
    }
    .description_3{
        display: none;
    }
}
@media only screen and (max-width: 1340px) {
    .description {
        display: none;
    }
    .description_2{
        display: none;
    }
    .description_3{
        display: block;
    }
}
@media only screen and (max-width: 1224px) {
    .description {
        display: none;
    }
    .description_2{
        display: none;
    }
    .description_3{
        display: none;
    }
    .swiper-left {
        display: none;
    }
    .swiper-right {
        margin-right: 50%!important;
        transform: translateX(50%);
    }
}
 /* @media only screen and (min-width: 1660px) {
    .swiper-container .swiper-left{
        width: 800px;
        margin-top: 120px;
        margin-left: 100px;
    }
}
@media only screen and (max-width: 1660px) {
    .swiper-container .swiper-left{
        width: 700px;
    }
}

@media only screen and (max-width: 1118px) {
    .swiper-left{
        position: absolute;
        right: 0;
        top: 800px;
        width: 45%!important;
    }
    .home-complement{
        display: block;
        position: absolute;
        right: 0;
        top: 811px;
    }
}
@media only screen and (max-width: 1080px) {
    .swiper-left{
        position: absolute;
        right: 0;
        top: 920px;
        width: 44%!important;
    }
    .swiper-left .description{
        display: none;
    }
}
@media only screen and (max-width: 1030px) {
    .swiper-left{
        position: absolute;
        right: 0;
        top: 910px;
        width: 42%!important;
    }
    .swiper-left .introduction{
        text-align: inherit;
    }
    .swiper-left .description{
        display: none;
    }
    .swiper-left-content{
        padding-right: 10px!important;
    }
}
@media only screen and (max-width: 1000px) {
    .swiper-left{
        display: none;
    }
    .swiper-container{
        display: flex;
        justify-content: center;
    }
    .home-complement img{
        width: 280px;
        height: 457px;
    }
}  */
.visited-record{
    position: absolute;
    top: 620px;
    right: 20px;
    color: green;
}