* {
    margin: 0;
    padding: 0;
}

.content-head {
    padding-bottom: 70px;
    overflow: hidden;
}

.content-head-bg {
    background: url(./img/R-C\ \(1\).jpg);
    background-size: cover;
    height: 80vh;
    display: flex;
    padding-bottom: 80px;
    flex-direction: column;
    justify-content: center;
}

.head-bg-main {
    width: 1440px;
    display: flex;
    margin: 0 auto;
    position: relative;
}

.head-bg-main img {
    aspect-ratio: 16/9;
    flex: 4;
    width: 800px;
    height: 470px;
    border: 10px solid rgba(132, 171, 219, 1);
    border-radius: 15px;
    transition: left .1s;
}

.animate_right {
    right: -50%;
    position: absolute;
}

.animate_left {
    left: -60%;
    position: absolute;
}

.head-bg-main-text {
    padding: 40px 0 40px 100px;
    flex: 2;
    color: white;
    transition: right .1s;
}


.head-bg-main-text h1 {
    margin-bottom: 30px;
    font-size: 48px;
    font-weight: 700;
}

.head-bg-main-text h2 {
    margin: 30px 0 20px 0;
    font-size: 30px;
    font-weight: 500;
}

.head-bg-main-text p {
    /* margin-top: 10px; */
    line-height: 30px;
    font-size: 18px;
}

.head-blocktxt {
    display: flex;
    width: 970px;
    padding: 20px 0 20px 30px;
    margin: 0 auto;
    background: white;
    transform: translateY(-80px);
    border-radius: 10px;
    box-shadow: 0px 1px 3px 2px rgb(235, 235, 235);
}

.head-blocktxt-titli {
    flex: 8;
    border-right: 1px solid rgb(219, 219, 219);
    height: 110px;
    padding-right: 10px;
}

.head-blocktxt-titli h2 {
    font-size: 22px !important;
    font-weight: 600;
    line-height: 35px;
}

.head-blocktxt-titli h2 span {
    color: rgb(14, 96, 250);
}


.head-blocktxt-titli p,
.head-blocktxt-item p {
    font-size: 14px;
    font-weight: 400;
    color: rgb(65, 65, 65);
    margin-top: 15px;
}

.head-blocktxt-item {
    padding-left: 40px;
    flex: 3;
    height: 110px;
}

.item-number {
    color: rgba(0, 0, 0, 100);
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 10px;
}

.item-line {
    height: 2px;
    width: 40px;
    background: rgba(0, 115, 255, 1);
    border-radius: 10px;
}

.content-main-block {
    padding: 80px 0;
}

.main-block-title {
    text-align: center;
}

.main-block-title h1 {
    font-size: 42px;
    font-weight: 600;
    color: rgb(53, 53, 53);
}

.main-block-title p {
    font-size: 20px;
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 50px;
    color: rgb(94, 94, 94);
}

.main-swiper-img {
    margin: 0 auto;
    width: 1000px;
    background: rgb(65, 164, 250);
    border: 10px solid rgb(163, 205, 241);
    border-radius: 10px;


}

.main-swiper-img ul {
    list-style: none;
    display: flex;
    flex-direction: column;
}

.main-swiper-img li {
    flex: 1;
    display: none;
}

.img-current {
    display: block !important;
}

.main-swiper-img>div img {
    margin-left: 10px;
    height: 20px;
}

.main-swiper-img li>img {
    width: 100%;
    transform: translateY(4px);
    border-radius: 0 0 4px 4px;
}

.main-swiper-sidle {
    position: relative;

    flex: 2;
}

.swiper-sidle-script {
    display: none;
    position: absolute;
    top: -80px;
    width: 90vw;
    left: 50%;
    height: 60px;
    /* margin-left: 153px; */
    transform: translate(-50%, 0);
    text-align: center;
}

.swiper-sidle-script h2 {
    font-size: 25px;
    font-weight: 600;
}

.swiper-sidle-script p {
    color: rgb(90, 90, 90);
    font-size: 18px;
    font-weight: 500;
    padding: 20px 0;

}

.swiper-sidle-sele {
    display: flex;
    width: 1000px;
    margin: 110px auto 0 auto;
    text-align: center;
}

.sidle-block {
    margin-top: 30px;
    padding: 20px 0;
    cursor: pointer;
    flex: 1;
}

.sidle-block-bg {
    box-shadow: 0px 0px 2px 3px #81bcff;
}

.swiper-sidle-sele:first {
    background-color: rgb(206, 206, 206);

}

.point {
    margin: 0 auto;
    width: 18px;
    height: 18px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
    border-radius: 50%;
}

.sidle-block-bg .point-current,
.sidle-block:hover .point {
    width: 18px;
    height: 18px;
    background-color: rgba(54, 161, 255, 1);
    box-shadow: 0px 1px 2px 1px rgb(0, 119, 255);

}

.sidle-block>p {
    color: rgb(173, 173, 173);
    font-size: 18px;
    font-weight: 400;
    padding: 20px 0 10px 0;
}

.sidle-block-bg .script-current {
    display: block;
}

.sidle-block-bg .p-current {
    color: black;

}

.main-block-cont {
    display: flex;
    justify-content: space-around;
    width: 1000px;
    margin: 30px auto 30px auto;
}

.block-cont-item {
    cursor: pointer;
    text-align: center;
    position: relative;
    box-shadow: 0 0 10px #ddd;
    border: solid 4px #fff;
    border-radius: 10px;
    transition: all .3s;
    overflow: hidden;
}

.block-cont-item:hover {
    box-shadow: 0 0 10px #81bcff;
    border: solid 4px #b0cff1;

}

.block-cont-item:hover .cont-item span {
    color: rgb(73, 95, 107);
}

.block-cont-item:hover .cont-item h2 {
    font-weight: bold;
}

.cont-item {
    width: 240px;
    margin: 0 auto;
    padding: 40px 30px 50px 30px;
}

.cont-item span {
    font-size: 60px;
    color: rgba(54, 161, 255, 1);
    margin-bottom: 30px;
    transition: all .3s;
}

.cont-item h2 {
    margin: 30px auto 20px auto;
    font-size: 24px;
    font-weight: 500;
}

.cont-item p {
    color: rgb(95, 95, 95);
    font-size: 16px;
    font-weight: 400;
}

.cont-item-hover {
    margin: 5px;
    padding: 0 20px;
    height: 325px;
    width: 310px;
    flex: 1;
    text-align: center;
    position: absolute;
    transition: all .2s linear;
    top: 0;
    left: 0;
    bottom: -320px;
    opacity: 0;
    background-color: white;
    box-shadow: 0px 1px 3px 3px #6aafff;
}

.cont-item-hover h2 {
    margin: 30px auto 15px auto;
    font-size: 24px;
    font-weight: 500;
}

.cont-item-hover p {
    padding: 0 40px;
    color: rgb(95, 95, 95);
    font-size: 16px;
    font-weight: 400;
}

.cont-item-hover img {
    box-shadow: 0px 1px 3px 3px rgb(235, 235, 235);
    height: 150px;
    width: 280px;
    margin-top: 20px;
    margin-bottom: 10px;
    /* border-radius: 10px; */
}

.block-cont-item:hover .cont-item-hover {
    bottom: 0;
    opacity: 1;
}

.content-foot {
    display:none;
    padding: 60px 0 40px 0;
    background: rgba(220, 236, 252, 1);
}

.foot-box {
    margin: 0 auto;
    display: flex;
    width: 500px;
}

.foot-box>img {
    width: 227px;
    height: 270px;
}

.foot-box-text {
    margin: 20px 0 20px 150px;
}

.box-text-tilte {
    display: flex;
}

.box-text-tilte img {
    width: 66px;
    height: 50px;
}

.box-text-tilte h2 {
    margin-left: 15px;
    width: 120px;
    line-height: 50px;
    color: rgba(0, 0, 0, 100);
    font-size: 24px;
    font-weight: 500;
}

.box-text-main {
    margin-top: 20px;
}

.box-text-main p {
    margin-bottom: 20px;
    width: 297px;
    height: 81px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    line-height: 25px;
}

.box-text-main button {
    cursor: pointer;
    width: 197px;
    height: 47px;
    font-weight: 600;
    background-color: rgba(220, 236, 252, 1);
    border: 1px solid rgba(129, 129, 129, 0.9);
}

button:hover {
    font-size: 16px;
    font-weight: 500;
    border: 1px solid rgb(194, 220, 255);
    box-shadow: 0px 1px 3px 3px #fff;
}

@media screen and (max-width:1440px) and (min-width:971px) {
    .content-head-bg {
        height: 70vh;
        /* padding-top: 130px; */
    }

    .head-bg-main {
        width: auto;
        display: flex;
        margin: 0 auto;
        position: relative;
    }

    .head-bg-main img {
        flex: 3;
        width: 500px;
        height: auto;
    }

}



@media screen and (max-width:970px) and (min-width:571px) {
    .content-head-bg {
        padding-top: 70px;
        height: auto;
        padding-bottom: 130px;
    }

    .head-bg-main {
        align-items: center;
        width: 100%;
        flex-direction: column-reverse;
    }

    .head-bg-main img {
        margin-top: 30px;
        flex: none;
        width: 80%;
        height: auto;
        aspect-ratio: 10/6;
        border: 5px solid rgba(132, 171, 219, 1);
    }
    
    .head-bg-main-text {
        padding: 0 40px;
        flex: 2;
        color: white;
        transition: right .1s;
    }


    .head-bg-main-text h1 {
        margin-bottom: 30px;
        font-size: 48px;
        font-weight: 700;
    }

    .head-bg-main-text h2 {
        margin: 30px 0 20px 0;
        font-size: 30px;
        font-weight: 500;
    }

    .head-bg-main-text p {
        line-height: 30px;
        font-size: 18px;
    }

    .head-blocktxt {
        width: 80%;
        padding: 20px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .head-blocktxt-titli {
        flex: none;
        border-right: none;
        padding-right: 0;
        text-align: center;
    }

    .head-blocktxt-titli p,
    .head-blocktxt-item p {
        margin-top: 10px;
    }

    .head-blocktxt-item {
        padding: 5px 20px;
        flex: none;
    }

    .content-main-block {
        padding: 40px 0;
    }

    .main-block-title {
        text-align: center;
        padding: 0 30px;
    }

    .main-block-title h1 {
        font-size: 35px;
    }

    .main-block-title p {
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .main-swiper-img {
        margin: 0 auto;
        width: 80%;
        background: rgb(65, 164, 250);
        border: 3px solid rgb(163, 205, 241);
    }


    .main-swiper-img>div img {
        margin-left: 10px;
        height: 20px;
    }

    .main-swiper-img li>img {
        width: 100%;
        height:fit-content;
        border-radius: 0 0 5px 5px;
    }

    .swiper-sidle-script p {
        padding: 15px 0 30px 0;

    }

    .swiper-sidle-sele {
        width: 80%;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: space-around;
        justify-content: space-around;
    }

    .sidle-block {
        margin-top: 20px;
        padding: 10px 20px;
        flex: none;
        border-radius: 5px;
    }

    .point {
        width: 15px;
        height: 15px;
    }

    .sidle-block>p {
        font-size: 16px;
        padding: 20px 0 5px 0;
    }

    .main-block-cont {
        flex-direction: column;
        width: 100%;
        margin: 20px auto 20px auto;
        align-items: center;
    }

    .block-cont-item {
        width: 70%;
        margin: 20px 0
    }

    .cont-item {
        width: 240px;
        margin: 0 auto;
        padding: 30px;
    }

    .cont-item span {
        font-size: 50px;
    }

    .cont-item h2 {
        margin: 20px auto 15px auto;
        font-size: 22px;
    }

    .foot-box {
        width: 100%;
        flex-direction: column;
    }

    .foot-box>img {
        display: table-cell;
        margin: 0 auto;
    }

    .foot-box-text {
        margin: 20px auto 0 auto;
    }


}
@media screen and (max-width:570px) {
    .content-head {
        padding-bottom: 0;
    }

    .content-head-bg {
        padding-top: 70px;
        height: auto;
        padding-bottom: 130px;
    }

    .head-bg-main {
        align-items: center;
        width: 100%;
        flex-direction: column-reverse;
    }

    .head-bg-main img {
        margin-top: 30px;
        flex: none;
        width: 80%;
        height: auto;
        aspect-ratio: 10/6;
        border: 5px solid rgba(132, 171, 219, 1);
    }
    
    .head-bg-main-text {
        padding: 0 40px;
        flex: 2;
        color: white;
        transition: right .1s;
    }

    .head-blocktxt {
        transform: translateY(-50px);
    }


    .head-bg-main-text h1 {
        margin-bottom: 30px;
        font-size: 48px;
        font-weight: 700;
    }

    .head-bg-main-text h2 {
        margin: 30px 0 20px 0;
        font-size: 30px;
        font-weight: 500;
    }

    .head-bg-main-text p {
        line-height: 30px;
        font-size: 18px;
    }

    .head-blocktxt {
        width: 80%;
        padding: 20px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .head-blocktxt-titli {
        flex: none;
        border-right: none;
        padding-right: 0;
        text-align: center;
    }

    .head-blocktxt-titli p,
    .head-blocktxt-item p {
        margin-top: 10px;
    }

    .head-blocktxt-item {
        padding: 5px 20px;
        flex: none;
    }

    .content-main-block {
        padding: 40px 0;
    }

    .main-block-title {
        text-align: center;
        padding: 0 30px;
    }

    .main-block-title h1 {
        font-size: 35px;
    }

    .main-block-title p {
        font-size: 18px;
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .main-swiper-img {
        margin: 0 auto;
        width: 80%;
        background: rgb(65, 164, 250);
        border: 3px solid rgb(163, 205, 241);
    }


    .main-swiper-img>div img {
        margin-left: 10px;
        height: 20px;
    }

    .main-swiper-img li>img {
        width: 100%;
        aspect-ratio: 2/1;
        height: auto;
        border-radius: 0 0 5px 5px;
    }

    .swiper-sidle-script p {
        padding: 15px 0 30px 0;

    }

    .swiper-sidle-sele {
        width: 80%;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: space-around;
        justify-content: space-around;
    }

    .sidle-block {
        margin-top: 20px;
        padding: 10px 20px;
        flex: none;
        border-radius: 5px;
    }

    .point {
        width: 15px;
        height: 15px;
    }

    .sidle-block>p {
        font-size: 16px;
        padding: 20px 0 5px 0;
    }

    .main-block-cont {
        flex-direction: column;
        width: 100%;
        margin: 20px auto 20px auto;
        align-items: center;
    }

    .block-cont-item {
        width: 70%;
        margin: 20px 0
    }

    .cont-item {
        width: 240px;
        margin: 0 auto;
        padding: 30px;
    }

    .cont-item span {
        font-size: 50px;
    }

    .cont-item h2 {
        margin: 20px auto 15px auto;
        font-size: 22px;
    }

    .foot-box {
        width: 100%;
        flex-direction: column;
    }

    .foot-box>img {
        display: table-cell;
        margin: 0 auto;
    }

    .foot-box-text {
        margin: 20px auto 0 auto;
    }


}