body,
html {
    width: 100%;
    height: 100%;
}

@media only screen and (min-width: 1024px) {
    body,
    html {
        font-size: 12px;
    }
}


/*>=1024的设备屏幕*/

@media only screen and (min-width: 1100px) {
    body,
    html {
        font-size: 14px;
    }
}


/*>=1100的设备屏幕*/

@media only screen and (min-width: 1280px) {
    body,
    html {
        font-size: 18px;
    }
}


/*>=1280的设备屏幕*/

@media only screen and (min-width: 1366px) {
    body,
    html {
        font-size: 20px;
    }
}


/*>=1366的设备屏幕*/

@media only screen and (min-width: 1440px) {
    body,
    html {
        /*font-size: 24px !important;*/
    }
}


/*>=1440的设备屏幕*/

@media only screen and (min-width: 1680px) {
    body,
    html {
        font-size: 26px;
    }
}


/*>=1680的设备屏幕*/

@media only screen and (min-width: 1920px) {
    body,
    html {
        font-size: 28px;
    }
}



@media only screen and (min-width: 1024px) {
    .advertising{
        top: 21rem;
    }
    .adver1{
        top: 4rem !important;
    }
}


/*>=1024的设备屏幕*/

@media only screen and (min-width: 1100px) {
    .advertising{
        top: 14rem;
    }
    .adver1{
        top: 12rem !important;
    }
}


/*>=1100的设备屏幕*/

@media only screen and (min-width: 1280px) {
    .advertising{
        top: 7rem;
    }
    .adver1{
        top: 8rem !important;
    }
}


/*>=1280的设备屏幕*/

@media only screen and (min-width: 1366px) {
    .advertising{
        top: 7rem;
    }
    .adver1{
        top: 7rem !important;
    }
}




/*>=1680的设备屏幕*/

@media only screen and (min-width: 1920px) {
    .advertising{
        top: 9rem !important;
    }
    .adver1{
        top: 8rem !important;
    }
}







* {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
}

.left {
    width: 30%;
    float: left
}

.right {
    width: 70%;
    float: right;
}

.home {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 84rem;
    max-height: 40rem;
}

video {
    width: 100%;
    height: 100%;
}




.liboder {
    background-color: #434fa5;
}

.liboder_font {
    color: #434fa5 !important;
}


.advertising {
    position: absolute;
    /*top: 15rem;*/
    left: 50%;
    transform:translateX(-50%) ;
    box-sizing: border-box;
    z-index: 999;

}

.advertising .title {
    /*width: 30.3rem;*/
    /*height: 5.8rem;*/
    width: 45rem;
    height: 7rem;
    animation-delay:.1s;
    -webkit-animation-delay:.3s;
}

.advertising .title img {
    width: 100%;
    height: 100%;
}

@font-face {
    font-family: 'lq';
    src: url('/Public/School/home/css/font/lq.otf');
}

.advertising .adver {
    /*width: 30.3rem;*/
    width: 45rem;
    height:1.26rem;
    line-height: 1.26rem;
    margin-top: .5rem;
    font-family: 'lq';
    font-size: 1rem;
    color: #ffffff;
    letter-spacing: .3125rem;
    text-align: center;
    animation-delay:1.5s;
    -webkit-animation-delay:1.5s;
}

.advertising .follow {
    width: 4.66rem;
    height: 2.22rem;
    margin-top: 1.1rem;
    /*margin-left: 12rem;*/
    margin-left: 20rem;
    animation-delay:1.5s;
    -webkit-animation-delay:1.5s;
}

.advertising .follow img {
    height: 100%;
    width: 100%;
}

.advertising a {
    display: block;
    font-size: .73rem;
    font-weight: bold;
    color: #1a77ce;
    width: 10.23rem;
    height: 2.13rem;
    /*margin-top: 3.4rem;*/
    /*margin-left: 3.82125rem;*/
    margin:  3.4rem auto;
    background: #ffffff;
    opacity: 0.68;
    border-radius: 2rem;
    text-align: center;
    line-height: 2.13rem;
    box-sizing: border-box;
    opacity: .6;
}

.advertising a span {
    padding-right: 1rem;
    margin-left: .2rem;
    background: url(/Public/School/home/css/icon/aircraft.png) no-repeat;
}





.adver1 {
    position: absolute;
    /*top: 20%;*/
    left: 25%;
    box-sizing: border-box;
    z-index: 999;

}

.adver1 .title1 {
   /* width: 30.3rem;
    height: 5.8rem;*/
	width: 33rem;
    height: 6.5rem;
    /*width: 45rem;*/
    /*height: 7rem;*/
    animation-delay:.1s;
    -webkit-animation-delay:.3s;
}

.adver1 .title1 img {
    width: 100%;
    height: 100%;
}

@font-face {
    font-family: 'lq';
    src: url('/Public/School/home/css/font/lq.otf');
}

.adver1 .adv1 {
    /*width: 30.3rem;*/
	width: 33.1rem;
    height:1.26rem;
    line-height: 1.26rem;
    margin-top: .5rem;
    font-family: 'lq';
    font-size: 1rem;
    color: #ffffff;
    letter-spacing: .3125rem;
    text-align: center;
    animation-delay:1.5s;
    -webkit-animation-delay:1.5s;
}

.adver1 .folw1 {
    width: 4.66rem;
    height: 2.22rem;
    margin-top: 1.1rem;
    /*margin-left: 12.6rem;*/
	margin-left: 14.1rem;
    animation-delay:1.5s;
    -webkit-animation-delay:1.5s;
}

.adver1 .folw1 img {
    height: 100%;
    width: 100%;
}

/*.adver1 a {*/
/*    display: block;*/
/*    font-size: .73rem;*/
/*    font-weight: bold;*/
/*    color: #1a77ce;*/
/*    width: 10.23rem;*/
/*    height: 2.13rem;*/
/*    !*margin-top: 3.4rem;*!*/
/*    !*margin-left: 3.82125rem;*!*/
/*    margin:  3.4rem auto;*/
/*    background: #ffffff75;*/
/*    opacity: 0.68;*/
/*    border-radius: 2rem;*/
/*    text-align: center;*/
/*    line-height: 2.13rem;*/
/*    box-sizing: border-box;*/
/*    opacity: .3;*/
/*}*/

/*.adver1 a span {*/
/*    width: 1rem;*/
/*    height: 1rem;*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    margin: 0.6rem .1rem;*/
/*    position: absolute;*/
/*    background: url(/Public/School/home/css/icon/aircraft.png) no-repeat;*/
/*}*/
.but1{
    padding-top: 2rem;
}
.but1 a {
    margin:0  auto;
    font-size: .8rem;
    font-family: PingFang SC;
    font-weight: bold;
    border-radius: 1.5rem;
    display: block;
    /*background-color: #fff;*/
    box-sizing: border-box;
    width: 12.1rem;
    height: 2.3rem;
    color: #1A77CE;
    /*opacity: .5;*/
    margin: 0 auto;
    text-align: center;
    line-height: 2.3rem;
    background-color: rgba(255,255,255,0.5);
}

.but1 a span {
    padding: 1rem;
    box-sizing: border-box;
    width: 1rem;
    height: 1rem;
    background: url(/Public/School/home/css/icon/aircraft.png) no-repeat center;
    z-index: 99;
    background-size: 100% 100%;
}


.banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner .swiper-container .swiper-wrapper .swiper-slide {
    overflow: hidden;
    height: auto;
    position: relative;
}

.banner .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
}

.banner .swiper-container .swiper-wrapper .swiper-slide video {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    height: 100% !important;
    object-fit: fill;
}

.banner .swiper-container .swiper-wrapper .swiper-slide .text {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    text-align: center;
}

.banner .swiper-container .swiper-wrapper .swiper-slide .text p {
    text-align: center;
    font-size: 2.3rem;
    color: #fff;
    position: relative;
    opacity: 0;
    text-shadow: 4px 8px 10px rgba(0, 0, 0, 0.14);
    transform: translateY(2rem);
    -ms-transform: translateY(2rem);
    -webkit-transform: translateY(2rem);
    transition: all 1s ease 0.5s;
    -webkit-transition: all 1s ease 0.5s;
    -moz-transition: all 1s ease 0.5s;
    -ms-transition: all 1s ease 0.5s;
    display: inline-block;
}

.banner .swiper-container .swiper-wrapper .swiper-slide .text h2 {
    margin-top: 1.2rem;
    font-weight: bold;
    text-align: center;
    font-size: 2.6rem;
    color: #fff;
    position: relative;
    opacity: 0;
    text-shadow: 4px 8px 10px rgba(0, 0, 0, 0.14);
    transform: translateY(2rem);
    -ms-transform: translateY(2rem);
    -webkit-transform: translateY(2rem);
    transition: all 1s ease 1s;
    -webkit-transition: all 1s ease 1s;
    -moz-transition: all 1s ease 1s;
    -ms-transition: all 1s ease 1s;
}

.banner .swiper-container .swiper-wrapper .swiper-slide .text.active p {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}

.banner .swiper-container .swiper-wrapper .swiper-slide .text.active h2 {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1;
}

.banner .swiper-container .swiper-button-prev {
    width: 2.8rem;
    height: 2.8rem;
    background: none;
    margin-top: 0;
    left: 2%;
    top: 46%;
}

.banner .swiper-container .swiper-button-prev:before {
    content: '\e601';
    font-family: iconfont;
    font-size: 2rem;
    position: absolute;
    left: 50%;
    top: 50%;
    display: inline-block;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
}

.banner .swiper-container .pagination-all {
    width: 100%;
    position: fixed;
    bottom: 5rem;
    left: 0%;
    z-index: 100;
    text-align: center;
}
.swiper-pagination {
    position: absolute;
    top: 0;
    left: 50.5%;
    transform: translateX(-50%);
    z-index: 10;
}
.swiper-pagination-bullet {
    font-size: .6rem;
    font-family: PingFang SC;
    font-weight: bold;
    color: #181717;
    width: 1.13rem;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
    margin-right: .866rem;
    float: left;
}

.swiper-pagination-bullet-active {
    color: #ffffff;
    background: url("/Public/School/home/css/icon/mouse.png") no-repeat center;
    animation: myfirst 3.5s infinite;
    background-size: 100% 50%;
}
