*{
    padding: 0;
    margin: 0;
}
.box {
    min-height: 1200px;
}

.top {
    /* height: 400px; */
    /* background-color: pink; */
}
button{
    color: inherit;
    font: inherit;
    margin: 0;
    -webkit-appearance: none;
    outline: none;
    line-height: normal;
    border: none;
    cursor: pointer;
}
.swiper {
    width: 100%;
    max-height: 500px;
}

.swiper-slide {
    /* background-color: red; */
}
.video-slide{
    width: 100%;
    object-fit: cover;
    object-position: center center;
    position: relative;
}
.swiper-pagination .swiper-pagination-bullet {
    background: #fff !important;
    opacity: 1 !important;
    transition: all .3s;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: #fff !important;
    width: 30px;
    border-radius: 8px;
}

.containers {
    padding-top: 90px;
    background-color: #fff;
}

.containers .main {
    width: 1200px;
    margin: 0 auto;
    padding-top: 32px;
    padding-bottom: 32px;
}

.containers .title {
    text-align: center;
    font-size: 44px;
    font-weight: bold;
    color: #111;
    margin-bottom: 30px;
}
.label_color{
    color: #2392f7;
    text-align: center;
    font-size: 44px;
    font-weight: bold;
}
.containers .menu{
    display: flex;
    align-items: center;
}
.containers .menu-item{
    width: 33%;
    background-color: rgba(255,255,255,.0);
    padding-bottom: 30px;
    transition: all .3s;
    border-radius: 16px;
}
.containers .menu-logo{
    background-color: rgba(255,255,255,.0);
    width: 80px;
    height: 80px;
    border-radius: 0;
    margin: 0 auto;
    transition: all .3s;
}
.containers .menu-title{
    text-align: center;
    margin-top: 51px;
    color: #111;
    font-size: 24px;
    font-weight: bold;
}
.containers .menu-text{
    color: #999;
    text-align: center;
    margin-top: 70px;
    min-height: 160px;
}
.containers .menu-text div{
    margin-bottom: 6px;
}
.containers .menu-btn{
    margin: 0 auto;
    border: 1px solid #1a9bfc;
    width: 160px;
    height: 40px;
    border-radius: 40px;
    text-align: center;
    line-height: 40px;
    color: #1a9bfc;
    margin-top: 42px;
}
.containers .menu-item:hover{
   box-shadow: 0 30px 35px 0 rgba(188,188,188,.4);
}
.containers .menu-item:hover .menu-btn{
    background-color: #1a9bfc;
    color: #fff;
}
.containers .menu-item:hover .menu-logo{
    background-color: #2392f7;
    border-radius: 50%;
}
.bg-form{
    background-image: url('/img/background_footer.png');
    background-size: cover;
    height: 400px;
    width: 100%;
}
.backgrounds {
    position: relative;
    width: 100%
}
.backgroundmargin {
    position: relative;
    width: 100%;
    padding-bottom: 116px;
    background: #111425
}
.bcg_auto {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 90px;
    overflow: hidden;
    position: relative
}
.big_font {
    font-size: 44px;
    font-weight: bold;
    color: #111;
    line-height: 44px
}

.bcg_auto h2 {
    color: #fff
}
.bcg_uni {
    width: 1200px;
    padding-bottom: 40px;
    margin: 0 auto;
    text-align: center
}


.button_uni_list {
    margin-top: 10px;
    width: 100%;
    padding-bottom: 41px;
    float: left
}
.button_uni_list>div {
    margin-top: 70px;
    float: left;
    width: 1200px;
    height: 480px
}
.function_txtnm:nth-of-type(odd) {
    float: left;
    margin-top: 75px;
    width: 41%;
    text-align: left;
    color: #fff;
    margin-left: 20px
}

.function_txtnm:nth-of-type(even) {
    float: right;
    margin-top: 75px;
    width: 37%;
    text-align: left;
    color: #fff;
    margin-right: 20px
}
.function_txtnm dt {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 24px;
    margin-bottom: 15px
}


.function_txtnm dd {
    font-size: 16px;
    font-weight: 300;
    line-height: 20px
}

.r_texts {
    line-height: 40px
}

.font_colorst {
    color: #1a9bfcff;
    font-size: 30px;
    line-height: 18px
}
.label_texts {
    font-size: 20px;
    color: #ccc;
    font-weight: 400;
    line-height: 50px
}
.color_c {
    color: #ccc
}
.raidos {
    position: relative;
    top: -2px;
    font-size: 64px;
    margin-right: 5px;
    color: #2392f7
}
.starts {
    margin-top: 47px
}
.starts_button {
    position: relative;
    width: 170px;
    height: 40px;
    border: 1px solid #1a9bfc;
    border-radius: 20px;
    font-size: 16px;
    text-align: left;
    padding-left: 25px;
    background-color: rgba(0,0,0,0);
    color: #1a9bfc
}

.starts_buttons {
    position: relative;
    width: 170px;
    height: 40px;
    border: 1px solid #1a9bfc;
    border-radius: 20px;
    font-size: 16px;
    text-align: left;
    padding-left: 25px;
    background-color: rgba(0,0,0,0);
    color: #fff
}
.imgs_postion {
    position: absolute;
    top: 10px;
    right: 25px;
    width: 20px;
    height: 20px;
}
.function_img5:nth-of-type(odd) {
    float: left;
    width: 40%;
    margin-right: 7%;
    margin-left: -1%
}

.function_img5:nth-of-type(even) {
    float: left;
    width: 40%;
    margin-left: 8.5%
}
.background_height3 {
    height: 400px
}
.slide {
    width: 100%;
    object-fit: cover;
    object-position: center center;
    position: relative
}
.containergrz {
    width: 1200px;
    margin: 0 auto;
    text-align: center
}
.relavtive_po {
    position: relative;
    padding: 1px 0
}
.postionbtns {
    margin: 75px auto;
    position: absolute;
    /* left: 30%; */
    /* right: 30%; */
    left: 50%;
    transform: translateX(-50%);
    width: 720px;
    height: 250px
}
.big_fonts {
    font-size: 44px;
    font-weight: bold;
    color: #fff
}

.title_color {
    color: #2392f7
}

.t_1 {
    font-size: 20px
}

.m_30 {
    margin: 30px auto
}
.text_white {
    color: #fff
}
.m_60 {
    margin: 36px 0 60px 90px
}
.email_bind {
    width: 520px;
    height: 60px;
    position: relative
}
.input_email {
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0 0 40px 0 rgba(174,174,174,.3);
    border-radius: 30px;
    font-size: 18px;
    padding-left: 26px
}

.input_email::-webkit-input-placeholder {
    font-size: 18px
}
.button_email {
    position: absolute;
    top: 2px;
    right: -89px;
    width: 154px;
    margin: 0 60px;
    height: 62px;
    background: #1a9bfc;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.button_email:hover {
    animation: button_email ease-in .1s;
    animation-fill-mode: forwards
}

.z_dex {
    z-index: 1
}
.postionbtn {
    text-align: left;
    position: absolute;
    top: 160px;
    left: 360px;
    width: 720px;
    height: 250px;
    z-index: 1
}
.title_1 {
    font-size: 68px;
    font-weight: bold;
    color: #fff;
    line-height: 64px
}

.title_2 {
    margin-top: 40px;
    font-size: 43px;
    color: #fff;
    line-height: 56px;
    letter-spacing: 9px
}

.a {
    position: absolute;
    top: 0;
    left: 0;
    width: 61px;
    border-top: 1px #fff solid
}
.title_3 {
    margin-top: 60px
}
.b {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    border-left: 1px #fff solid
}

.c {
    position: absolute;
    top: 41px;
    left: 180px;
    height: 25px;
    border-right: 1px #fff solid
}

.d {
    position: absolute;
    top: 66px;
    left: 120px;
    width: 61px;
    border-bottom: 1px #fff solid
}
.zk {
    position: relative;
    padding-left: 18px
}
.title_3 button {
    width: 220px;
    height: 50px;
    border: 1px solid #fff;
    font-weight: 400;
    border-radius: 25px;
    font-size: 20px;
    background: rgba(1,1,1,0);
    color: #fff
}
.animation_go:hover {
    animation: room ease-in .1s;
    animation-fill-mode: forwards
}
@keyframes button_email {
    100% {
        background: #2392f7
    }
}

@media screen and (max-width: 1520px) {
     .postionbtn {
        text-align: left;
        position: absolute;
        top: 80px;
        left: 130px;
        width: 720px;
        height: 250px
    }
    .title_3 button {
        width: 180px;
        height: 40px;
        border: 1px solid #fff;
        border-radius: 25px;
        font-size: 16px;
        line-height: 36px;
        background: rgba(1,1,1,0);
        color: #fff
    }
}
@media screen and (max-width: 1280px) {
    /* .postionbtns {
        position:absolute;
        left: 19.5%;
        right: 19.5%;
        width: 720px;
        height: 250px
    } */
}

