#slide_win{
    position: absolute;
    width: 100%;
    height: 65%;
    top: 10%;
}

#slide_win .swiper-pagination{
    bottom: 2%;
    text-align: center;
    box-sizing: border-box;
}

#slide_win .swiper-pagination-bullet {
    width: 30px;
    height: 12px;
    border-radius: 0;
    opacity: 1;
    background: gold;
    transition: all .5s;
}

#slide_win .swiper-pagination-bullet-active{
    height: 12px;
    background: orangered;
}

/* 2024更改处 */

#swiper_one{
    background-image: url("/static/image/background/swiper_bg1.png");
    background-size: 100% 100%;
}

.swiper_screen{
    position: inherit;
    width: 70%;
    height: 50%;
    left: 15%;
    top: 35%;
}

#swiper_one_screen{

    background-image: linear-gradient(to bottom, 
    rgba(0, 0, 0, 0.6), rgba(0, 0 , 0 , 0.6));
}

/* #s_one_center_text{
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 50px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color:orange;
    text-shadow: 0 0 5px gold;
} */

#s_one_center_text{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 50px;
    text-align: center;
    color:orange;
    text-shadow: 0 0 5px gold;
}

#s_one_label{
    display: block;
    position: absolute;
    width: 100%;
    height: 20%;
    bottom: 0%;
    text-align: center;
    font-size: 20px;

    color: rgb(240, 240, 220);
    text-shadow: 0 0 5px white;
    padding: 5px;
    border-top: 1px skyblue solid;
}

/* 2024结束更改处 */


/* 2024更改开始 */

#swiper_two{
    background: url("/static/image/background/swiper_bg2.png") no-repeat;
    background-size: 100% 100%;
}

#swiper_two_screen{
    background-image: linear-gradient(to bottom, 
    rgba(255, 255, 255, 0.1), rgba(255, 255 , 255 , 0.1));
}

#screen_two_img1{
    display: inline-block;
    position: absolute;
    width:32%;
    height: 100%;
    left: 0%;
    background-image: url("/static/image/background/screen_two_img1.jpg");
    background-size: 100% 100%;
}

#screen_two_img2{
    display: inline-block;
    position: absolute;
    width: 68%;
    height: 100%;
    left: 32%;
    background-image: url("/static/image/background/screen_two_img2.png");
    background-size: 100% 100%;
}

/* 2024更改结束 */

#swiper_three{
    background: url("/static/image/background/swiper_bg3.png");
    background-size: 100% 100%;
}

#swiper_three_screen{
    background-image: linear-gradient(to bottom, 
    rgba(0, 0, 0, 0.7), rgba(0, 0 , 0 , 0.7));
}

#screen_three_img1{
    display: inline-block;
    position: absolute;
    width: 40%;
    height: 100%;
    left: 0%;
    background-image: url("/static/image/background/screen_three_1.png");
    background-size: cover;
}

#screen_three_img2{
    display: inline-block;
    position: absolute;
    width: 15%;
    height: 100%;
    left: 40%;
    background-image: url("/static/image/background/screen_three_2.png");
    background-size: cover;
}

#screen_three_img3{
    display: inline-block;
    position: absolute;
    width: 45%;
    height: 100%;
    left: 55%;
    background-image: url("/static/image/background/screen_three_3.png");
    background-size: cover;
}

/* 2024更改处结束 */

.proIntr{
    position: absolute;
    width: 25%;
    height: 25%;
    top: 75%;
    box-sizing: border-box;
    border: 1px dotted black;
}

.proIntr>a>img{
    display: block;
    position: absolute;
    width: 60%;
    height: 90%;
    left: 20%;
}

.proIntr>a>span{
    display: block;
    position: absolute;
    width: 100%;
    height: 10%;
    top: 90%;
    text-align: center;
    color: tomato;
}

#proIntr2{
    left: 25%;
}

#proIntr3{
    left: 50%;
}

#proIntr4{
    left: 75%;
}

#proIntr4>img{
    display: block;
    position: absolute;
    width: 15%;
    height: 30%;
    left: 10%;
}

#intr_img1{
    top: 10%;
}

#intr_img2{
    bottom: 10%;
}

#intr_line{
    position: absolute;
    width: 15%;
    height: 6px;
    left: 10%;
    top: 49%;
    background-color: silver;
    border-radius: 2px;
}

#proIntr4>span{
    position: absolute;
    left: 35%;
    width: 40%;
    height: 15%;
    font-size: 1vh;
}

#intr_sp1{
    top: 30%;
}

#intr_sp2{
    bottom: 30%;
}

#to_cs{
    position: absolute;
    width: 20%;
    height: 100%;
    right: 0;
    background-color: blue;
}

#to_cs>span{
    position: absolute;
    width: 100%;
    height: 10%;
    top: 40%;
    color: white;
    text-align: center;
    font-size: 3em;
}



