@font-face {
    font-family: 'Lulo-Clean-W01-One-Bold';
    src:url('../fonts/Lulo-Clean-W01-One-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FuturaLT-Book';
    src:url('../fonts/FuturaLT-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}@font-face {
    font-family: 'FuturaLT-Light';
    src:url('../fonts/FuturaLT-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
a,
a:hover{
    cursor: pointer;
    text-decoration: none;
}
p{margin:0;padding: 0;}
ol, ul {list-style: none;margin:0;padding:0;}


/*header*/
header{
    position: fixed;
    width: 100%;
    min-width: 980px;
    z-index: 50;
    background-color: white;
    height: 164px;
    line-height: 164px;
}
header .header{
    margin: auto;
    width: 980px;
    position: relative;
}
.empty{
    height: 164px;
}
header .header .menu ul{
    margin-top: 65px;
}
header .header .menu ul li{
    padding: 0 8px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    position: relative;
    height: 90px;
    z-index: 999;
}
header .header .menu ul li a{
    font-size: 12px;
    color: #2F2E2E;
}
header .header .menu ul li > a{
    height: 60px;
    line-height: 60px;
    font-family: "Lucida Sans Unicode";
}

header .header .menu ul li a:hover,
header .header .menu ul li.active a{
    color: #A0A09F;
}
header .menu ul li .dropdown{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 65%;
    padding: 6px 20px;
    background-color: #FFFFFF;
    box-shadow: 0 0 6px rgba(255,255,255,0.4);
    max-height: 0;
    transition: all 0.4s;
    z-index: 999;
    opacity: 0;
    overflow: hidden;
}
header .menu ul li:hover .dropdown{
    max-height: 1000px;
    opacity: 1;
    overflow: visible;
    display: inline-block;
}
header .menu ul li .dropdown a{
    line-height: 34px;
    display: block;
    text-align: center;
    white-space: nowrap;
}

/*head top*/
header .top-phone{
    position: absolute;
    right: 0;
}
header .top-phone .top-tp{
    position: relative;
}
header .top-phone .phone-tp{
    position: absolute;
    left: -27px;
    top: -26px;
    z-index: 9;
}
header .top-phone .phone-a{
    position: relative;
    top: -30px;
    left: -32px;
}
header .top-phone .phone-tp a{
    display: inline-block;
    width: 43px;
    height: 53px;
    background-image: url("../images/phone.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
header .top-phone .phone-tp a:hover{
    background-image: url("../images/phone2.png");
}
header .top-phone .phone-a a{
    background-color: rgba(141, 209, 202, 1);
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    box-shadow: 2.87px 4.1px 0px 0px rgba(43,124,116,0.45);
    border-radius: 50px;
    width: 200px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    text-align: center;
    color: white;
    padding-left: 10px;
    font-size: 14px;
}
header .top-phone .phone-a a:hover{
    background-color: rgb(255,128,82);
}
/*head top*/

/*head slide menu*/
.slide-menu{
    display: block;
    position: fixed;
    top: 130px;
    right: 20px;
    width: 227px;
    height: auto;
    text-align: center;
    transition: ease 0.4s;
    opacity: 0;
}
.slide-menu:hover{
    transition: ease 0.4s;
    opacity: 1;
}
.slide-menu ul{
    position: relative;
    display: inline-block;
    padding: 56px 4px 10px 4px;
}
.slide-menu ul li{
    display: block;
    height: 40px;
    margin-bottom: 20px;
}
.slide-menu ul li a{
    display: block;
    background-color: rgba(141, 209, 202, 1);
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    box-shadow: 2.87px 4.1px 0px 0px rgba(43,124,116,0.45);
    border-radius: 50px;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    font-size: 14px;
    z-index: 999;
}
.slide-menu ul li a:hover{
    background-color: rgb(255,128,82);
    z-index: 100;
}
/*header end*/

/*footer*/
footer{
    background-color: #41baae;
    color: white;
    padding: 60px 0;
    min-width: 900px;
}
footer .footer{
    margin: auto;
    width: 800px;
}
footer .footer .r1 p,
footer .footer .r2 p{
    font-size: 14px;
    padding-left: 20px;
    /*width: 189px;*/
}
footer .footer  div p,
footer .footer .r4 div p a{
    font-family: FuturaLT-Light;
}
footer .footer  div p:first-child{
    position: relative;
    font-family: FuturaLT-Book;
}
footer .footer  div p:first-child i{
    display: inline-block;
    font-size:14px;
    color: white;
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
}
.footer .empty2{
    height: 55px;
}
footer .footer .r3 a{
    display: block;
    font-size: 14px;
    color: white;
    background-color: rgba(141, 209, 202, 1);
    border: solid rgba(0, 0, 0, 1) 0px;
    cursor: pointer !important;
    text-align: center;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    box-shadow: 2.87px 4.1px 0px 0px rgba(43,124,116,0.45);
    border-radius: 50px;
    height: 40px;
    line-height: 40px;
    margin: 60px 10px;
    position: relative;
    font-family: FuturaLT-Book;
}
footer .footer .r3 a.a1{
    padding-left: 14px;
}
footer .footer .r3 a.a1:before{
    content: url("../images/facebook-icon.png");
    position: absolute;
    left: 16px;
    top: 5px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
footer .footer .r3 a:hover{
    color: white;
    background-color: rgba(255, 128, 82, 1);
    border-color: transparent;
}
footer .footer .r4 p{
    margin-bottom: 60px;
    margin-left: 30px;
}
footer .footer .r4 a{
    color: white;
    text-decoration: underline;
}
footer .footer .copy a{
    font-size: 12px;
    color: white;
    font-family: FuturaLT-Light;
}
/*footer end*/
/*modal back school*/
.modal-back-school{
    position: fixed;
    width: 100%;
    z-index: 999;
}
.modal-back-school a{
    display: inline-block;
    width: 160px;
    height: 173px;
    background-image: url("../images/top-ball.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-right: 245px;
    margin-top: 67px;
    position: absolute;
    right: 0;
    z-index: 999;
}
.modal-back-school a:hover{
    background-image: url("../images/top-ball2.png");
}
/*modal back school end*/

/*index*/
.index .content-1{
    width: 100%;
    height: 100%;
    background-image: url("../images/index-01.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.index .content-1 .r1{
    width: 980px;
    margin: auto;
}
.index .content-1 .welcome{
    width: 535px;
    background: rgb(47,144,163);
    color: white;
    position: relative;
    padding-bottom: 160px;
    margin-left: 441px;
}
.index .content-1 .welcome h3{
    text-align: center;
    width: 430px;
    padding-top: 100px;
    padding-bottom: 60px;
    margin: auto;
    line-height: 40px;
    font-size: 24px;
    font-family: Lulo-Clean-W01-One-Bold;
 }
.index .content-1 .welcome p{
    width: 384px;
    margin: auto;
    font-size: 15px;
    line-height: 1.4em;
    font-family: FuturaLT-Book;
}
.index .content-2 .r1{
    width: 980px;
    margin: auto;
}
.index .content-2{
    width: 100%;
    height: 100%;
    background-image: url("../images/index-02.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 6px;
}
.index .content-2 .message{
    width: 441px;
    background: rgb(61, 155, 233);
    color: white;
    position: relative;
}
.index .content-2 .message h3{
    text-align: center;
    width: 430px;
    font-weight: bold;
    padding-top: 105px;
    padding-bottom: 85px;
    margin: auto;
    line-height:40px;
}
.index .content-2 .message p{
    width: 338px;
    margin: auto;
    font-size: 15px;
    line-height: 1.4em;
}
.index .content-2 .message p.p2{
    margin-top: 45px;
    padding-bottom: 70px;
}
.index .content-2 .message p span{
    display: block;
    margin-left: 190px;
}
.accepting{
    width: 980px;
    margin:40px auto;
    text-align: center;
}
.accepting .box{
    position: relative;
    display: inline-block;
}
.accepting .box .pt-bg{
    display: none;
    width: 627px;
    height: 284px;
    line-height: 284px;
    background-color: rgb(65,186,174);
    position: absolute;
    top: 0;
    left: 0;
}
.accepting .box .pt-bg a{
    color: white;
    font-weight: bold;
    font-size: 50px;
    text-decoration: underline;
}
.accepting .box:hover .pt-bg{
    display: block;
}
.index .content-4 .circular{
    width: 980px;
    margin: auto;
}
.index .content-4 .circular .important-date h3{
    color: #35b047;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 30px;
    font-family: Lulo-Clean-W01-One-Bold;
}
.index .content-4 .circular .important-date p span{
    font-size: 21px;
    color: white;
    display: inline-block;
    width: 130px;
    text-align: center;
    background-color:#35b047 ;
    font-family: FuturaLT-Light;
    font-weight: bold;
}
.index .content-4 .circular .important-date p span i{
    display: inline-block;
    padding-right: 10px;
}
.index .content-4 .circular .important-date > span{
    display: block;
    color: #35b047;
    font-size: 21px;
    margin-bottom: 25px;
    padding-left:40px ;
    font-family: FuturaLT-Light;
    font-weight: bold;
}
.index .content-4 .circular .more-color ul{
    margin: 15px 10px;
    position: relative;
}
.index .content-4 .circular .more-color ul li{
    display: inline-block;
    margin-right: 30px;
    padding-left:60px;
    position: relative;
    color: #35b047;
    font-size: 14px;
}
.index .content-4 .circular .more-color ul li:first-child:before{
    content: "";
    width: 50px;
    height: 25px;
    background-color: #ed1566;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.index .content-4 .circular .more-color ul li:nth-child(2):before{
    content: "";
    width: 50px;
    height: 25px;
    background-color: #ffd95c;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.index .content-4 .circular .more-color ul li:nth-child(3):before{
    content: "";
    width: 50px;
    height: 25px;
    background-color: #36d1b5;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.index .content-4 .circular .more-color ul li:nth-child(4):before{
    content: "";
    width: 50px;
    height: 25px;
    background-color: #3d9be9;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/*index end*/

/*about*/
.about .content{
    width: 980px;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.about .content .content-1 img{
    height: 100%;
}
.about .content .content-1 h3{
    font-weight: bold;
    font-size: 24px;
    margin: 50px 0 40px 0;
    color: #2F2E2E;
    font-family: Lulo-Clean-W01-One-Bold;
}
.about .content .content-1 .center-o{
    background-color: #ff8519;
    text-align: center;
    width: 431px;
}
.about .content .content-1 .center-o p{
    text-align: center;
    font-size: 18px;
    color: #000;
    width: 368px;
    min-height: 330px;
    margin: auto;
    padding-bottom: 110px;
    padding-top: 100px;
    font-family: FuturaLT-Book;
}
.about .content .content-1 .center-g{
    background-color: #35b047;
    text-align: center;
    width: 431px;
}
.about .content .content-1 .center-g p{
    text-align: left;
    font-size: 18px;
    color: #2F2E2E;
    width: 368px;
    margin: auto;
    padding-top: 100px;
    font-family: FuturaLT-Light;
}
.about .content .content-1 .center-g ul{
    padding-bottom: 110px;
    list-style-type: disc;
    position: relative;
    margin-left: 55px;
}
.about .content .content-1 .center-g ul li{
    text-align: left;
    font-size: 18px;
    color: #2F2E2E;
    width: 368px;
    margin: auto;
    padding-top: 20px;
    font-family: FuturaLT-Light;
}
.about .content .mta .mta-l{
    position: relative;
    display: inline-block;
    width: 502px;
}
.about .content .mta .mta-l img{
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    background-color: rgba(47, 46, 46, 0.2);
    border: 2px solid rgba(47, 46, 46, 0.2);
}
.style-jqn1n6ct_left {
    left: -20px;
    background-position: 0 0;
}
.style-jqn1n6ct_right {
    right: -20px;
    background-position: 100% 0;
}
.style-jqn1n6ct_shd {
    position: absolute;
    bottom: -26px;
    width: 165px;
    height: 26px;
    background-image: url(../images/liftedshadow_medium.png);
    background-repeat: no-repeat;
}
.about-carousel {
    position: relative;
    margin: auto;
    width: 880px;
    height: 525px;
    overflow: hidden;
}
.about-carousel .carousel-content{
    position: relative;
    overflow: hidden;
    width: 100%;

}
.about-carousel .carousel-content .owl-carousel{

}
.about-carousel .carousel-content .owl-carousel .item{
    position: relative;
    cursor: pointer;
    width: 100%;
    height: 100%;
}
.about-carousel .carousel-content .owl-carousel .item .carousel-text{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    margin: auto;
    text-align: center;
    vertical-align: middle;
    opacity: 0;
    display: table;
}
.about-carousel .carousel-content .owl-carousel .item .carousel-text p{
    display: table-cell;
    vertical-align: middle;
}
.about-carousel .carousel-content .owl-carousel .item .carousel-text i{
    font-size: 35px;
    cursor: pointer;
    color: white;
}
.about-carousel .carousel-content .owl-carousel .item .carousel-text i:active{
    color: red;
}
.about-carousel .carousel-content .owl-carousel .item:hover .carousel-text{
    background-color: rgba(255, 255, 255, 0.4);
    opacity: 1;
}
.about-carousel .carousel-content .owl-carousel .owl-controls{
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.about-carousel .carousel-content .owl-carousel .owl-controls .owl-nav{
    /*position: absolute;*/
    /*width: 980px;*/
    /*top: 50%;*/
    /*margin: 0;*/
}
.about-carousel .owl-theme .owl-nav .owl-prev {
    left: 10px;
}
.about-carousel .owl-theme .owl-nav .owl-next {
    right: 10px;
}
.about-carousel .owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
}
.about-carousel .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.about-carousel .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    opacity: 0.7;
}
.about-carousel .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    width: 880px;
    height: 525px;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.about-carousel .owl-carousel .owl-item img {
    display: block;
    height: 525px;
    width: 880px;
    overflow: hidden;
    object-fit: cover;
}
.about .content  .fact-title h2{
    font-size: 20px;
    color: #2F2E2E;
    font-weight: bold;
    margin-bottom: 25px;
    margin-top: 40px;
    font-family: helvetica-bold;
}
.about .content .facts{
    margin-bottom: 75px;
}
.about .content .facts .col-3{
    /*padding-right: 6px!important;*/
    /*padding-top: 0!important;*/
    /*padding-left: 0!important;*/
    margin-bottom: 8px!important;
}
.about .content .facts .color-1{
    /*margin-bottom: 10px;*/
    /*padding-bottom: 8px;*/
    /*color: white;*/
    /*text-align: center;*/
    position: relative;
    width: 100%;
    height: 100%
;
}
.about .content .facts .col-3  a{
    display: block;
    width: 100%;
    height: 100%;
}
.about .content .facts .col-3  a:hover .color-1{
    opacity: .8;
}
.about .content .facts .color-1 h2{
    position: relative;
}
/*about end*/

/*team*/
.team {
    position: relative;
}
.team  .content-1{
    width: 920px;
    margin: auto;
    position: relative;
    overflow: hidden;
    margin-bottom: 100px;
    font-family: FuturaLT-Light;
}
.team  .content-1 h3{
    font-weight: bold;
    font-size: 24px;
    margin: 48px 0 125px 0;
    color: #2F2E2E;
    font-family: Lulo-Clean-W01-One-Bold;
}
/*.team  .content-1 p{
    font-size: 31px;
    color: #2F2E2E;
    width: 412px;
    font-family: FuturaLT-Light;
    font-weight: bold;
}*/
.team  .content-1 span{
    /*display: block;*/
    font-size: 16px;
    color: #2F2E2E;
   /* width: 397px;*/
    font-family: FuturaLT-Light;
}
.team  .content-2{
    background-color: #fafafa;
    margin-bottom: 90px;
}
.team  .content-2 .content-22{
    width: 980px;
    margin: auto;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding-bottom: 50px;
}
.team  .content-2 .content-22 .educators h3{
    font-weight: bold;
    font-size: 20px;
    margin-top: 70px;
    margin-bottom: 34px;
    color: #2F2E2E;
    position: relative;
    font-family: helvetica-bold;
}
.team  .content-2 .content-22 .educators h3:after{
    content: "";
    width: 32px;
    height: 3px;
    display: inline-block;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(15, 15, 15, 1);
}
.team  .content-2 .content-22 .educators .box .picture{
    border-radius: 50%;
    overflow: hidden;
    background-color: white;
    margin-top: 44px;
    margin-bottom: 30px;

    transition: all 0.4s ease-in-out 0s;
    /*transform-style: preserve-3d;*/
    /*transform: perspective(1200px) rotateY(360deg);*/
    /*transform: rotateX(360deg);*/
}
.team  .content-2 .content-22 .educators .box .picture img{
    speak: none;
    /*-webkit-transform:rotate(360deg);*/
    /*transform:rotate(360deg);*/
    /*-webkit-transition:-webkit-transform 1s linear;*/
    /*transition:transform 1s linear;*/
    transition: all 0.4s ease-in-out 0s;
}
.team  .content-2 .content-22 .educators .box .message .name{
    display: block;
    font-size: 20px;
    font-style: italic;
    color: #1d1d1d;
    margin-bottom: 13px;
    font-family: didot-w01-italic;
}
.team  .content-2 .content-22 .educators .box .message .intro{
    display: block;
    font-size: 14px;
    color: #1f1e1e;
    font-family: FuturaLT-Light;
}
.team  .content-3{
    width: 980px;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.team  .content-3 .leadership{
    margin-bottom: 20px;
}
.team  .content-3 .leadership ul{
    position: relative;
}
.team  .content-3 .leadership ul li{
    display: inline-block;
    width: 280px;
    background-color: #eaf4f6;
}
.team  .content-3 .leadership ul li div{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.team  .content-3 .leadership ul li div{
    position: relative;
}
.team  .content-3 .leadership ul li div .pt-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    padding:20px 12px 28px 16px;
    display: none;
}
.team  .content-3 .leadership ul li.l2 div .pt-bg{
    background-color: rgba(253, 11, 114, 0.7);
}
.team  .content-3 .leadership ul li.l3 div .pt-bg{
    background-color: rgba(255, 127, 17, 0.7);
}
.team  .content-3 .leadership ul li.l4 div .pt-bg{
    background-color: rgba(28, 116, 48, 0.7);
}
.team  .content-3 .leadership ul li.l5 div .pt-bg{
    background-color: rgba(0, 114, 212, 0.7);
}
.team  .content-3 .leadership ul li:hover div .pt-bg{
    display: block;
}
.team  .content-3 .leadership ul li div .pt-bg .name{
    font-size:18px;
    margin-bottom: 30px;
    display: block;
    white-space: nowrap;
    font-family: FuturaLT-Book;
}
.team  .content-3 .leadership ul li div .pt-bg .intro{
    font-size:16px;
    margin-bottom: 30px;
    font-family: FuturaLT-Light;
}
.team  .content-3 .leadership ul li div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team  .content-3 .leadership ul .l1 p{
    display: block;
    font-size: 20px;
    color: #2F2E2E;
    text-align: center;
    font-weight: bold;
    margin: 25px 0 35px 0;
    font-family: helvetica-bold;
    padding:0 15px;}
.team  .content-3 .leadership ul .l1 span{
    display: block;
    font-size: 16px;
    color: #2F2E2E;
    padding: 20px;
    font-family: FuturaLT-Light;
}
.key-fact{
    position: fixed;
    display: block;
    bottom: 125px;
    right: 20px;
}
.key-fact a{
    display: inline-block;
    font-size: 14px;
    color: white;
    background-color: rgba(141, 209, 202, 1);
    text-align: center;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    box-shadow: 2.87px 4.1px 0px 0px rgba(43,124,116,0.45);
    border-radius: 50px;
    height: 40px;
    line-height: 40px;
    position: relative;
    padding: 0 20px;
}
.key-fact a:hover{
    color: white;
    background-color: rgba(255, 128, 82, 1);
    border-color: transparent;
}
/*team end*/

/*campus*/
.campus .content{
    width: 980px;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.campus .content h3{
    margin:58px 0 24px 0;
    font-weight: bold;
    color: #2F2E2E;
    font-size: 24px;
}
.campus .content .content-1{
    position: relative;
}
.campus .content .content-1 .box{
    position: relative;
    display: inline-block;
    margin-bottom: 50px;
}
.campus .content .content-1 .box .pt-bg{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #41baae;
    top: 0;
    left: 0;
    text-align: center;
    display: none;
}
.campus .content .content-1 .box:hover .pt-bg{
    display: block;
}
.campus .content .content-1 .box .pt-bg a{
    color:white;
    padding: 20px;
    font-weight: bold;
    text-decoration: underline;
    display: inline-block;
    font-size: 40px;
    margin: auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
/*campus end*/

/*admission*/
.admissions{
    position: relative;
}
.admissions .content-1{
    width: 920px;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.admissions .content-1 h3{
    margin:58px 0 24px 0;
    font-weight: bold;
    color: #2F2E2E;
    font-size: 24px;
    font-family: Lulo-Clean-W01-One-Bold;
}
.admissions .content-1 .title p{
    margin:0 0 24px 0;
    font-weight: bold;
    color: #2F2E2E;
    font-size: 20px;
    font-family: helvetica-bold;
}
.admissions .content-1  p.grace{
    margin-right: 65px;
    font-family: FuturaLT-Light;
}
.admissions  .content-2{
    background-color: #f4eab1;
    margin-bottom: 50px;
}
.admissions  .content-2 .content-22{
    width: 980px;
    margin: auto;
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}
.admissions  .content-2 .content-22 h3{
    font-size: 20px;
    color: #2F2E2E;
    text-align: center;
    margin: 34px 0 24px 0;
    font-weight: bold;
    font-family: helvetica-bold;
}
.admissions  .content-2 .content-22 .u1{
    display:block ;
    width: 802px;
    margin: auto;
    position: relative;
}
.admissions  .content-2 .content-22 .u1 > li {
    position: relative;
    padding-left: 30px;
    font-family: helvetica-bold;
}
.admissions  .content-2 .content-22 .u1 > li p{
    position: relative;
}
.admissions  .content-2 .content-22 .u1 > li i{
    display: inline-block;
    color: red;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -30px;
    font-size: 18px;
}
.admissions  .content-2 .content-22 .u2 > li span{
    display: block;
}
.admissions  .content-2 .content-22 .u1 > li p .pdf{
    display: inline-block;
    margin-left: 10px;
    position: absolute;
    padding-left: 10px;
}
.admissions  .content-2 .content-22 .u1 > li p .pdf img{
    border-radius: 6px;
}
.admissions  .content-2 .content-22 .step{
    display: block;
    white-space: nowrap;
    position: relative;
}
.admissions  .content-2 .content-22 .step a{
    position: relative;
}
.admissions  .content-2 .content-22 .step a.step1{
    z-index: 30;
}
.admissions  .content-2 .content-22 .step a.step2{
    z-index: 10;
    left: -187px;
}
.admissions  .content-2 .content-22 .step a.step3{
    z-index: 1;
    left: -345px;
}
.admissions  .content-3 {
    width: 800px;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.admissions  .content-3 .title h3{
    font-size: 20px;
    font-weight: bold;
    color: #2F2E2E;
    text-align: center;
    margin-bottom: 20px;
    font-family: helvetica-bold;
}
.admissions  .content-3 .q{
    position: relative;
    text-align: center;
}
.admissions  .content-3 .q .ad-1{
    position: relative;
    display: inline-block;
    width: 400px;
    height: 220px;
}
.admissions  .content-3 .q .ad-2{
    position: relative;
    display: inline-block;
    width: 360px;
    height: 240px;
}
.admissions  .content-3 .q .ad-3{
    position: relative;
    display:block;
    width: 380px;
    height: 280px;
    margin: auto;
}
.admissions  .content-3 .q .ad-4{
    position: relative;
    display: inline-block;
    width: 380px;
    height: 380px;
}
.admissions  .content-3 .q .ad-5{
    position: relative;
    display: inline-block;
    width: 380px;
    height: 380px;
    z-index: 10;
}
.admissions  .content-3 .q .box-1{
    position: absolute;
    opacity: 1;
}
.admissions  .content-3 .q .box-2{
    position: absolute;
    opacity: 0;
}
.admissions  .content-3 .q .ad-1 .box-2:hover,
.admissions  .content-3 .q .ad-2 .box-2:hover,
.admissions  .content-3 .q .ad-3 .box-2:hover,
.admissions  .content-3 .q .ad-4 .box-2:hover,
.admissions  .content-3 .q .ad-5 .box-2:hover{
    opacity: 1;
}
#ggik{
    background-color: rgba(131, 238, 227, 0.76);
}
#ggik .modal-dialog{
    height: auto;
    width: 986px;
    position: relative;
    max-width: 100% !important;
    text-align: center;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}
#ggik .modal-dialog h5{
    font-size: 36px;
    text-align: center;
    color: white;
    font-weight: bold;
    width: 540px;
    background-color: #2b7c74;
    border-radius: 10px;
    box-shadow: 10px 12px 1px #3d9be9;
    line-height: 80px;
    left: 20%;
    position: relative;
    margin: 36px;
}
#ggik .modal-dialog .modal-content{
    border: 0;
    border-radius: 0;
    width: 986px;
}
#ggik .modal-dialog .modal-header{
    border: 0;
}
#ggik .modal-dialog .modal-header button span{
    font-size:4.5rem;
    font-weight: 400;
}
#back-school{
    background-color: rgba(131, 238, 227, 0.2);
    /*background-color: rgba(199, 199, 199, 0.11);*/
}
#back-school .modal-dialog{
    height: 100%;
    width:1042px;
    position: relative;
    max-width: 100% !important;
    top: 50%;
    transform: translateY(-50%);
    margin: auto 0 auto auto;
    background-color: #05c8a1;
}
#back-school .modal-dialog h6{
    /*font-size: 36px;*/
    /*text-align: center;*/
    /*color: white;*/
    font-weight: bold;
    /*width: 540px;*/
    /*background-color: #2b7c74;*/
    /*border-radius: 10px;*/
    /*box-shadow: 10px 12px 1px #3d9be9;*/
    /*line-height: 80px;*/
    /*left: 20%;*/
    /*position: relative;*/
    margin-bottom: 36px;
    color: white;
    font-size: 20px;
    padding-left: 30px;
}
#back-school .modal-dialog .modal-content{
    border: 0;
    border-radius: 0;
    width: 1042px;
    top: 50%;
    /* transform: rotateY(45deg); */
    transform: translateY(-50%);
    background-color: transparent;
    height: 100%;
}
#back-school .modal-dialog .modal-header{
    border: 0;
    margin-bottom: 150px;
}
#back-school .modal-dialog .modal-header a span{
    font-size:4.5rem;
    font-weight: 200;
    color: white;
    opacity: 1;
    text-shadow: none;
}
#back-school .modal-dialog .modal-body form{
    padding: 30px;
    margin: 25px;
    background-color: white;
    border-radius: 60px;
    position: relative;
}
#back-school .modal-dialog .modal-body form:before {
    position: absolute;
    top: -96px;
    left: 84%;
    display: inline-block;
    border-top: 0 solid white;
    border-left: 60px solid transparent;
    border-right: 19px solid transparent;
    border-bottom: 104px solid white;
    content: " ";
    transform: rotateZ(9deg);
 }
#back-school .modal-dialog .modal-body form .form-control{
    border: 0;
    border-bottom: 1px solid black;
    border-radius: 0;
    font-size: 18px;
    color: black;
}
#back-school .modal-dialog .modal-body form .form-control:focus{
    box-shadow: none;
}
#back-school .modal-dialog .modal-body form .send a{
    font-style: italic;
    font-size: 18px;
    color: #141414;
    font-weight: bold;
}
/*admission end*/


/*ggik*/
.ggik .content{
    width: 980px;
    margin: auto;
    position: relative;
    overflow: hidden;
}
.ggik .content .content-1 img{
    height: 100%;
           width: 100%;
           object-fit: cover;
}
.ggik .content .content-1 h3{
    font-weight: bold;
    font-size: 24px;
    margin: 50px 0 40px 0;
    color: #2F2E2E;
    font-family: Lulo-Clean-W01-One-Bold;
}
.ggik .content-1 .img-all{
    width: 300px;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/g1.jpg");
}
.ggik .content-1 .img-all .img-box{
    position: absolute;
    left: -9999px;
    top: -9999px;
}
.ggik .content-1 .img-all .img-box img{
    display: block;
}
.ggik .content-1 .img-all:hover .img-box{
    position: absolute;
    left: auto;
    top: auto;
}
.ggik .content-1 .img-text {
    box-shadow: 0 0 6px rgba(0,0,0,.25);
    position: relative;
    bottom: 37px;
    padding: 15px;
    width: calc(100% - 40px);
    text-align: center;
    background-color: white;
    margin: auto;
    font-size: 18px;
    color: rgba(47,46,46,1);
}
.ggik .content-1 .img-text span:first-child{
    display: block;
    margin-bottom: 1px;
    font-family: FuturaLT-Book;
}
.ggik .content-1 .img-text span:last-child{
    display: block;
    font: normal normal normal 18px/1.4em didot-w01-italic,serif;
    color: rgba(47,46,46,1);
    font-style: italic;
}
.ggik .banner{
    width: 300px;
    height: 300px;
    position: relative; /*相对定位,相对于.btn按钮*/
}
.ggik .pic image {
    display: block; /*默认有图片不显示*/
    position: absolute; /*绝对定位.对应的是.pic这个div*/
    top: 0;
    left: 0;
}
.ggik .pic a {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.ggik .pic { /*专门显现图片区*/
    position: relative; /*相对定位.对应.pic img*/
    height:100%;
    overflow:hidden;
}
.ggik div.btn{
    width: 100%;
    height: 100%;
    position: absolute; /*绝对定位相对于banner div*/
    top: 0;
    padding: 0;
}
.ggik .btn ul{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.ggik .btn ul li {
    list-style-type: none;
    color: transparent;
    width: 100%;
    z-index:9;
}
/*ggik end*/

.return_top {
    position: fixed;
    right: 0px;
    bottom: 0px;
    width: 80px;
    height: 80px;
    z-index: 99;
    border: 2px solid #41baae;
    background-color: white;
}
