@charset "utf-8";a,abbr,acronym,address,applet,b,big,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,iframe,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,tt,ul,var{
    margin:0;
    padding:0;
}
li{
    list-style: none;
}
/*》》》》》》》》》》字体引用《《《《《《《《《《*/
@font-face{
    font-family:myFont0;
    src:url('../fonts/SOURCEHANSANSCN-EXTRALIGHT.OTF');
}
@font-face{
    font-family:myFont;
    src:url('../fonts/SOURCEHANSANSCN-LIGHT.OTF');
}
@font-face{
    font-family:myFont1;
    src:url('../fonts/SOURCEHANSANSCN-NORMAL.OTF');
}
@font-face{
    font-family:myFont2;
    src:url('../fonts/SOURCEHANSANSCN-REGULAR.OTF');
}
@font-face{
    font-family:myFont3;
    src:url('../fonts/SOURCEHANSANSCN-MEDIUM.OTF');
}
@font-face{
    font-family:myFont4;
    src:url('../fonts/SOURCEHANSANSCN-BOLD.OTF');
}
@font-face{
    font-family:myFont5;
    src:url('../fonts/SOURCEHANSANSCN-HEAVY.OTF');
}
.web-font0{font-family:myFont0;}
.web-font{font-family:myFont;}
.web-font1{font-family:myFont1;}
.web-font2{font-family:myFont2;}
.web-font3{font-family:myFont3;}
.web-font4{font-family:myFont4;}
.web-font5{font-family:myFont5;}
body{
    font-family: myFont1;
}
/*banner*/
.index-banner{
    width: 95%;
    margin: 0 auto;
    border-radius: 20px;
    position: relative;
}
.index-banner::after{
    position: absolute;
    content: "";
    left: -3%;
    bottom: -2px;
    width: 108%;
    height: 720px;
    background: url(../images/ba-bg1.png) no-repeat left bottom;
    background-size: contain;
}
.index-banner::before{
    position: absolute;
    content: "";
    right: -80px;
    bottom: 0;
    width: 100%;
    height: 302px;
    background: url(../images/ba-bg2.png) no-repeat right bottom;
    background-size: contain;
    z-index: 9;
}
.index-banner img.swiper_img{
    height: 100%;
    border-radius: 20px;
}
.index-banner .swiper-container{
    width: 100%;
    border-radius: 20px;
}
.index-banner img.swiper_img{
    width: 100%;
    display: block;
    border-radius: 20px;
}
.index-banner .swiper-slide{
    position: relative;
	background-position: center;
	background-size: cover !important;
	justify-content: center;
	align-items: center;
	display: flex;
}
.index-banner .swiper-slide{
    display: block;
    width: 100%;
    border-radius: 20px;
}
.index-banner .banner-image{
    width: 85%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 20px;
}
.index-banner .banner-image img.swiper_img{
    width: 100%;
    min-width: 1200px;
    height: 100%;
}
.index-banner .banner-text{
    width: 100%;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    opacity: 0;
    top: 50%;
    color:#000000;
}
.index-banner .swiper-slide-active .banner-text{
	-webkit-animation: fadeInLeftBig 1.4s ease-in-out;
	animation: fadeInLeftBig 1.4s ease-in-out;
	animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	animation-fill-mode: forwards;
	-webkit-animation-fill-mode: forwards;
}
.index-banner .banner-text h5{
    font-size: 60px;
    font-family: 'myFont4';
    color: #fff;
    display: flex;
    align-items: center;
}
.index-banner .banner-text h6{
    text-transform: uppercase;
    font-size: 60px;
    font-family: 'myFont4';
    color: #fff;
    display: flex;
    align-items: baseline;
    letter-spacing: 7px;
}
.index-banner .banner-text p{
    font-family: 'myFont0';
    font-size: 20px;
    text-transform: uppercase;
    line-height: 42px;
    letter-spacing: 3px;
    color: #fff;
}
/* 按钮 */
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 5px;
}
.index-banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    border-radius: 50px;
    background-color: #fff;
}

.index-banner .swiper-pagination-bullet-active {
    opacity: .3;
}
.index-banner .swiper-container-horizontal>.swiper-pagination-bullets,.index-banner .swiper-pagination-custom,.s1_banner .swiper-pagination-fraction{
    bottom: 50px;
}

.index-banner .swiper-slide.swiper-slide-active img.swiper_img{
	width: 100%;
	height: 100%;
    border-radius: 20px;
	animation:mymove1 7s infinite;
	-webkit-animation:mymove1 7s;
	animation-timing-function: ease-in-out; 
	-webkit-animation:mymove1 7s infinite;
	-webkit-animation-timing-function: ease-in-out; 
}

.grid-2{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
/* 图片上下动 */
@keyframes aniTop2{
    0% {transform:translateY(0);}
    100% {transform:translateY(-7px);}
}
.fuchuang_box .people_img img{
    animation: aniTop2 1.2s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;
    -webkit-animation: aniTop2 1.2s infinite cubic-bezier(.36, 0,.7,1) alternate backwards;
    will-change: transform;
}
/*标题*/
.title,.title1{
    padding: 60px 0 0 0;
    position: relative;
    text-align: center;
}
.title h2,.ab-title h2,.title1 h2{
    font-size: 38px;
    font-family: 'myFont4';
    color: #333;
}
.title p{
    font-size: 20px;
    color: #fff;
}
/*新闻标题*/
.title1{
    position: relative;
}
.title1 a{
    position: absolute;
    right: 0;
    font-size: 16px;
    top: 85px;
    color: #02458c;
    font-family: 'myFont3';
    font-style: italic;
}
/*教育问题*/
.c1{
    position: relative;
    z-index: 9;
    padding-top: 50px;
    background: url(../images/wt-bg.png)#f1f8ef no-repeat center top;
    width: 100%;
}
.c1 .w90{
    background: #f1f8ef;
    border-radius: 50px 50px 0 0;
    padding-bottom: 80px;
}
.c1 .c1-box{
    margin-top: 40px;
}
.c1 .c1-box ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px 20px;
}
.c1 .c1-box ul li,.pro-ke ul li{
    transition: .5s;
}
.c1 .c1-box ul li:hover,.pro-ke ul li:hover{
    transform: translateY(-10px);
}
.c1 .c1-box ul li:hover .c1-txt,.pro-ke ul li:hover .c1-txt{
    background: linear-gradient(to right, #014993, #2ba5c4);
}
.c1 .c1-box ul li i,.pro-ke ul li i{
    height: 220px;
    display: block;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}
.c1 .c1-box ul li i img,.pro-ke ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.c1 .c1-box ul li .c1-txt,.pro-ke ul li .c1-txt{
    background: #0d5fb6;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 0 0 20px 20px;
    position: relative;
    transition: .5s;
}
/*.c1 .c1-box ul li .c1-txt::after,.pro-ke ul li .c1-txt::after{
    position: absolute;
    left: 75%;
    width: 53px;
    top: -30px;
    margin-left: -30%;
    height: 53px;
    background: url(../images/bb.png) no-repeat center top;
    content: "";
}*/
.c1 .c1-box ul li .c1-txt h3,.pro-ke ul li .c1-txt h3{
    font-size: 22px;
    margin-bottom: 10px;
    font-family: 'myFont4';
    text-align: center;
}
.c1 .c1-box ul li .c1-txt p,.pro-ke ul li .c1-txt p{
    font-size: 16px;
    text-align: justify;
    line-height: 25px;
}
/*特色课程*/
.c2{
    background: #014993;
    padding: 60px 0 0 0;
    position: relative;
    width: 100%;
}
.c2::after{
    right: -33px;
    top: 0;
    font-size: 63px;
    position: absolute;
    content: "FEATURED COURSES";
    writing-mode: vertical-rl;
    font-family: 'myFont5';
    color: #0053a3;
}
.c2 .c2-box-left{
    width: 42%;
    height: 600px;
}
.c2 .c2-box-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 30px 0 0;
}
.c2 .c2-box{
    position: absolute;
    top: 9rem;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    z-index: 9;
}
.c2 .c2-box-right h5{
    font-size: 45px;
    color: #fff;
    text-align: left;
    font-family: 'myFont4';
    position: relative;
    z-index: 9;
}
.c2 .c2-box-right h5::after{
    position: absolute;
    top: -101px;
    right: 32px;
    width: 430px;
    z-index: -1;
    height: 270px;
    content: "";
    background: url(../images/ts-bg1.png) no-repeat right top;
    background-size: 55%;
}
.c2 .c2-box-right p{
    font-size: 22px;
    color: #fff;
    text-align: left;
    margin: 20px 0 50px 0;
}
.c2 .c2-box .c2-box-type ul{
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    grid-gap: 10px 10px;
}
.c2 .c2-box ul li{
    background: #fff;
    padding: 10px 15px;
    text-align: center;
    border-radius: 10px;
    transition: .5s;
}
.c2 .c2-box ul li a{
    display: block;
    color: #014993;
    font-size: 25px;
    font-family: 'myFont3';
}
.c2-box-type ul li.active{
    background: #55e5bb;
}
.ts-more{
    width: 150px;
    height: 45px;
    border-radius: 50px;
    border: 1px solid #fff;
    display: flex;
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 45px;
    box-sizing: border-box;
    margin-top: 50px;
    position: relative;
    z-index: 9;
    transition: .4s;
    justify-content: center;
    align-items: center;
}
.ts-more i{
    transition: .4s;
    margin-left: 15px;
    font-size: 20px;
}
.ts-more:hover{
    width: 165px;
}
.ts-more:hover i{
    transform: translateX(15px);
}
.c2-box-left{
    display: none;
}


/*中心简介*/
.c3{
    position: relative;
    background: #20ac83;
    padding: 60px 0 0 0;
    height: 530px;
    width: 100%;
}
.c3::after{
    position: absolute;
    content: "";
    left: 0;
    top: -187px;
    background: url(../images/jj-bg.png) no-repeat left top;
    width: 1628px;
    height: 2004px;
    background-size: 80%;
    z-index: 1;
}
.c3 .c3-img-box{
    width: 44%;
    right: 100px;
    position: absolute;
    z-index: 9;
    height: 400px;
}
.c3 .c3-img-box .swiper-container{
    border-radius: 30px;
}
.c3 .c3-box{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    z-index: 9;
    top: -150px;
}
.c3 .c3-box .c3-box-l{
    width: 40%;
    padding-top: 80px;
}
.c3 .c3-box .c3-box-l h2{
    color: #fff;
    font-size: 38px;
    font-family: 'myFont4';
    text-align: left;
}
.c3 .c3-box .c3-box-l .c3-txt{
    margin: 30px 0;
}
.c3 .c3-box .c3-box-l .c3-txt p{
    text-align: justify;
    font-size: 18px;
    text-indent: 2em;
    color: #fff;
}
.ab-more a{
    width: 200px;
    text-align: center;
    line-height: 45px;
    background: #55e5bb;
    border-radius: 50px;
    font-size: 18px;
    display: flex;
    color: #02458c;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.ab-more a:hover{
    width: 215px;
    /*transform: translateX(15px);*/
}
.c3 .c3-img-box ul li{
    height: 400px;
}
.c3 .c3-img-box ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*按钮*/
.c3 .swiper-button-prev {
    background-image: url(../images/left.png);
    height: 50px;
    left: auto;
    left: -85px;
    width: 50px;
    top: 200px;
    cursor: pointer;
    background-size: 100% auto;
    border-radius: 50px;
}

.c3 .swiper-button-next {
    background-image: url(../images/right.png);
    height: 50px;
    right: -85px;
    width: 50px;
    top: 200px;
    cursor: pointer;
    background-size: 100% auto;
    border-radius: 50px;
}

/*.c3 .swiper-button-prev:hover {*/
/*    background-image: url(../images/left-h.png);*/
/*}*/

/*.c3 .swiper-button-next:hover {*/
/*    background-image: url(../images/right-h.png);*/
/*}*/
/*5大核心*/
.c6{
    position: relative;
}
.c6::after{
    position: absolute;
    content: "";
    right: 0;
    width: 600px;
    top: 0;
    height: 800px;
    background: url(../images/hx-bg2.png) no-repeat top left;
}
.c6 .w90{
    background: #edf4eb;
    z-index: 9;
    border-radius: 30px 30px 0 0;
    position: relative;
}
.c6 .c6-box-top{
    width: 1100px;
    background: url(../images/hx-bg1.png) no-repeat center center;
    background-size: 90%;
    height: 250px;
    margin: 30px auto;
}
.c6 .c6-box-top em{
    width: 210px;
    display: flex;
    justify-content: center;
    height: 50px;
    background: #02458c;
    color: #fff;
    font-size: 28px;
    line-height: 50px;
    border-radius: 50px;
    font-family: 'myFont4';
    margin: 0 auto;
}
.c6 .c6-box-txt{
    width: 87%;
    margin: 0px auto 0 auto;
}
.c6 .c6-box-txt p{
    text-align: center;
    line-height: 45px;
    font-size: 22px;
    color: #02458c;
}
.c6 .c6-box-txt p i{
    font-weight: bold;
}
.c6 .c6-box-bot ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.c6 .c6-box-bot ul li{
    cursor: pointer;
    width: 33%;
    background: url(../images/hx-bg3.png) no-repeat center center;
    background-size: contain;
    padding: 20px 30px;
    position: relative;
    margin-bottom: 50px;
}
.c6 .c6-box-bot ul li em{
    font-size: 40px;
    font-family: 'myFont4';
    position: absolute;
    left: 72px;
    top: -30px;
    color: #02458c;
}
.c6 .c6-box-bot ul li i{

}
.c6 .c6-box-bot ul li img{
    margin: 0 auto;
    width: 22%;
    transition: .5s;
}
.c6 .c6-box-bot ul li h5{
    text-align: center;
    font-size: 22px;
    font-family: 'myFont4';
    margin-bottom: 5px;
    color: #000;
}
.c6 .c6-box-bot ul li p{
    padding: 0 15px 30px 15px;
    text-align: justify;
    font-size: 17px;
}
.c6 .c6-box-bot ul li:hover img{
    transform: rotateY(180deg);
}
.c6 .c6-box-bot ul li:hover h5{
    color: #02458c;
}
/*资讯中心*/
.c4{
    padding-bottom: 30px;
}
.c4 .c4-box ul{
    
}
.c4 .c4-box ul li {
    cursor: pointer;
    border-radius: 25px;
}
.c4 .c4-box ul li i{
    height: 220px;
    overflow: hidden;
    display: block;
    border-radius: 25px;
}
.c4 .c4-box ul li i img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.c4 .c4-box ul li .c4-title{
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 25px;
}
.c4 .c4-box ul li .c4-title div.flex{
    align-items: center;
}
.c4 .c4-box ul li .c4-title h5{
    font-size: 25px;
    color: #000;
    font-family: 'myFont3';
    margin-bottom: 5px;
    transition: .5s;
     display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.c4 .c4-box ul li .c4-title p{
    text-align: justify;
    font-size: 18px;
    color: #333;
    margin: 10px 0 20px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.c4 .c4-box ul li .c4-title .c4-more{
    display: flex;
    align-items: center;
    justify-content: end;
    color: #999999;
    transition: .5s;
    font-size: 16px;
}
.c4 .c4-box ul li .c4-title .c4-more b{
    font-size: 20px;
    font-weight: normal;
    transition: .5s;
    margin-left: 10px;
}
.c4 .c4-box ul li:hover .c4-title h5,.c4 .c4-box ul li:hover .c4-title p{
    color: #02458c;
}
.c4 .c4-box ul li:hover{
    box-shadow: 0px 1px 20px 1px #ddd;
}
.c4 .c4-box ul li:hover .c4-more b,.c4 .c4-box ul li:hover .c4-more{
    color: #c82737;
}
/*家长问答*/
.c5{
    padding: 0 0 90px 0;
    background: url(../images/c5-bg.png) no-repeat;
    width: 100%;
    background-size: 100% 100%;
    position: relative;
}
.margin-b-50{
    margin-bottom: 50px;
}
.c5 .c5-box ul li{
    background: #20ac83;
    padding: 30px;
    border-radius: 30px;
    box-sizing: border-box;
    cursor: pointer;
    min-height: 280px;
}
.c5 .c5-box ul li h5{
    font-size: 25px;
    color: #fff;
    margin-bottom: 20px;
    font-family: 'myFont3';
}
.c5 .c5-box ul li p{
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    text-align: justify;
}
/*按钮*/
.c5 .swiper-button-prev{
    background-image: url(../images/left.png);
    height: 48px;
    left: auto;
    left: 90px;
    width: 48px;
    top: 305px;
    cursor: pointer;
    background-size: 100% auto;
}
.c5 .swiper-button-next{
    background-image: url(../images/right.png);
    height: 48px;
    right: 90px;
    width: 48px;
    top: 305px;
    cursor: pointer;
    background-size: 100% auto;
}
.c5 .swiper-button-prev:hover{
    background-image: url(../images/left-h.png);
}
.c5 .swiper-button-next:hover{
    background-image: url(../images/right-h.png);
}
/*分页*/
.c4 .swiper-container {
    padding-bottom: 80px;
}
.c4 .c4-box{
    margin-top: 40px;
}
.c4-box .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 5px;
}
.c4-box .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    border-radius: 50%;
    border: 1px solid #014993;
    background: none;
    margin: 0 15px !important;
}

.c4-box .swiper-pagination-bullet-active {
    background-color: #003f8c;
    width: 12px;
    height: 12px;
    position: relative;
    opacity: 1;
}
/* 窗口悬浮 */
.s_spserv__wrap {
    position: fixed;
    right: -5px;
    z-index: 999;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #d0d0d0;
    border-radius: 10px;
}
.s_spserv__wrap-morebottom {
    top: 155px;
}
.s_spserv__wrap ul li{
    padding: 15px 15px;
    position: relative;
}
.s_spserv__wrap ul li:last-child{
    background: linear-gradient(to right, #02458c, #1bc788);
    padding: 10px 10px 15px 10px;
    color: #fff;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.s_spserv__wrap ul li::after{
    position: absolute;
    content: "";
    width: 50px;
    bottom: -1px;
    left: 50%;
    margin-left: -25px;
    height: 1px;
    background: #e5e5e5;
}
.s_spserv__wrap ul li:last-child::after{
    display: none;
}
.s_spserv__wrap-morebottom p{
    text-align: center;
    cursor: pointer;
    margin-top: 3px;
}
.ce-h{
    color: #333;
}
.s_spserv__wrap-morebottom p:last-child{
    border-bottom: 0;
}
.s_spserv__wrap-backtop {
    bottom: 117px
}
.s_spserv__item {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
}
.s_spserv__pic {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    color: #666;
    text-align: center;
    transition: .4s;
}
.s_spserv__wrap ul li .s_spserv__pic .iconfont{
    font-size: 32px;
    color: #016e71;
}
.s_spserv__wrap ul li:last-child span{
    color: #fff !important;
    font-size: 30px !important;
}
.s_spserv__line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

.s_spserv__hoverarea{
    -webkit-animation: spservhover .3s ease-out 0s forwards;
    animation: spservhover .3s ease-out 0s forwards;
    display: none;
    position: absolute;
    left: -25px;
    top: 85%;
    transform: translate(-100%, -50%);
    padding: 15px 15px;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
    border-radius: 6px;
    max-width: 252px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 16px;
    color: #333;
    line-height: 22px
}
.not-ie-hoverarea:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    top: 50%;
    right: 0;
    transform: translate(-100%, -50%) rotate(45deg);
    right: -12px;
    filter: drop-shadow(2px -2px 1px rgba(0, 0, 0, .05));
    background: #fff
}

.s_spserv__hoverarea-block {
    display: block
}
.s_spserv__wxpic {
    width: 110px;
    height: 110px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin: 9px auto
}

.s_spserv__hoverarea-wx {
    text-align: center;
    padding: 15px 15px
}
.back_top_wrapper{
    position: fixed;
    right: 22px;
    bottom: 124px;
    z-index: 200;
    transition: bottom .3s ease;
    width: 48px;
    height: 48px;
    background: #4185a6;
    text-align: center;
    line-height: 48px;
    border-radius: 50px;
    transition: .4s;
}
.back_top_wrapper .iconfont{
    font-size: 30px;
    color:#fff;
}
.s_spserv__wrap ul li:hover .ce-h{
    color: #016e71;
}
.s_spserv__wrap ul li:hover .s_spserv__pic{
    transform: scale(1.05);
}
/*收缩*/
.s_spserv__wrap ul,.ce-box{
    position: relative;
}
.s_spserv__wrap ul::after{
    content: "";
    left: -5px;
    top: 41%;
    margin-top: -19px;
    position: absolute;
    border-radius: 50px;
    width: 22px;
    background: #fff;
    height: 38px;
    line-height: 38px;
}
.ce-hide{
    position: absolute;
    left: -22px;
    top: 41%;
    margin-top: -19px;
    border: 1px solid #d0d0d0;
    border-radius: 50px;
    width: 38px;
    background: #fff;
    height: 38px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    z-index: -1;
}
.ce-hide i{
    font-size: 24px;
    color: #333;
    display: block;
    margin-right: 13px;
}
/*内页开始-------------------------*/

/*内页banner*/
.ny-banner{
    position: relative;
    min-width: 1200px;
    height: 600px;
    overflow: hidden;
}
.ny-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: mymove1 8s;
    -webkit-animation: mymove1 8s;
    /* animation-direction: alternate; */
    animation-timing-function: ease-in-out;
    -webkit-animation: mymove1 8s;
    animation-fill-mode: forwards;
    /* -webkit-animation-direction: alternate; */
    -webkit-animation-timing-function: ease-in-out;
    animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
}
.ny-banner .text-box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
}
.ny-banner .text-box h5{
    font-size: 25px;
    padding: 0 20px;
    text-transform: uppercase;
}
.ny-banner .text-box h3{
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    font-family: 'myFont3';
}
/*内页分类*/
.type-box{
    margin: 30px auto;
    text-align: center;
}
.type-box a{
    font-size: 18px;
    color: #333;
    margin: 0 40px;
}
.type-box a:hover,.type-box a.cur{
    color: #0d397c;
}
/*校长致辞*/
.about-box{
    background: #f1f8ef;
    padding: 160px 0 60px 0;
}
.about-box .about-l{
    width: 75%;
    position: relative;
    margin-top: 30px;
}
.about-box .about-r{
    width: 22%;
}
.about-box .about-r img{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}
.about-box .about-l h3{
    font-size: 35px;
    color: #000;
    font-family: 'myFont4';
    margin: 20px 0;
    position: relative;
}
.about-box .about-l::after{
    content: "";
    position: absolute;
    top: -190px;
    left: -282px;
    width: 1200px;
    height: 365px;
    background: url(../images/ab-bg2.png) no-repeat center right;
    background-size: 60%;
}
.about-box .about-l h3::after{
    content: "";
    position: absolute;
    top: -57px;
    left: -40px;
    width: 122px;
    height: 42px;
    background: url(../images/ab-bg3.png) no-repeat center right;
    background-size: 60%;
}
.about-box .about-l p{
    text-align: justify;
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
}
.about-box .about-l i{
    display: flex;
    justify-content: end;
}
.about-box .about-l i img{
    width: 130px;
}
/*学校简介*/
.about2-box{
    padding: 60px 0;
    background: #f7fbf6;
}
.about2-box .about2{
    align-items: center;
}
.about2-box .about2-l{
    width: 60%;
}
.about2-box .about2-l h3,.ln-box h3{
    font-size: 35px;
    color: #000;
    font-family: 'myFont4';
}
.about2-box .about2-l img{
    width: 100%;
    margin: 20px 0;
}
.about2-box .about2-l>p{
    text-align: justify;
    font-size: 16px;
    color: #333;
    text-indent: 2em;
    line-height: 30px;
}
.about2-box .about2-r{
    width: 35%;
    overflow: hidden;
    padding: 10px;
    position: relative;
    cursor: pointer;
}
.about2-box .about2-r img{
    width: 100%;
}
/*按钮动画*/
.master_backTop .master_backTop_btn {
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background: linear-gradient(to bottom, #013c8a, #013c8a);
}
.master_backTop .master_backTop_btn .master_backTop_txt>i {
    font-size: 20px;
    color: #fff;
}
.master_backTop .master_aperture.circle01 {
    animation: scalej01 2s .5s infinite;
    -webkit-animation: scalej01 2s .5s infinite;
}
.master_backTop .master_aperture.circle02 {
    animation: scalej02 2s infinite;
    -webkit-animation: scalej02 2s infinite;
}
.master_backTop .master_aperture {
    background: linear-gradient(to bottom,#013c8a,#013c8a);
    position:absolute;
    width:100%;
    height:100%;
    border-radius:50%;
    -webkit-border-radius:50%;
    opacity:0;
    -webkit-opacity:0;
    z-index:-1;
}
@keyframes scalej01{
    0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{ transform:scale(1.5);-webkit-transform:scale(1.5);opacity:0;-webkit-opacity:0;}
}  
@-webkit-keyframes scalej01{
    0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{ transform:scale(1.5);-webkit-transform:scale(1.5);opacity:0;-webkit-opacity:0;}
}  
@keyframes scalej02{
    0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{transform:scale(1.8);-webkit-transform:scale(1.8);opacity:0;-webkit-opacity:0;}
}  

@-webkit-keyframes scalej02{
    0%{transform:scale(1);-webkit-transform:scale(1);opacity:1;-webkit-opacity:1;}
    100%{transform:scale(1.8);-webkit-transform:scale(1.8);opacity:0;-webkit-opacity:0;}

}
/*视频*/
.video-box{
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgb(0 0 0 / 48%);
    top: 0;
    left: 0;
    z-index: 99999;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.video-box .video{
    position: relative;
    width: 70%;
}
.video-box i{
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 14px;
    color: #fff;
    border: 1px solid #fff;
    padding: 4px 10px;
    border-radius: 5px;
    cursor: pointer;
    z-index: 9;
    font-style: inherit;
}
.video-box i:hover{
    background-color: #fff;
    color: #333;
}
.video_bg {
    width: 4rem;
    height: 4rem;
    position: absolute;
    left: 52%;
    margin-left: -2rem;
    top: 52%;
    margin-top: -2rem;
    opacity: .8;
}
.video_bg i{
    font-size: 4rem;
    color: #fff;
    cursor: pointer;
}
.c1-video-bg{
    background: url(../images/sp.png) no-repeat center center;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    background-size: 100%;
}
.c1-num{
    margin: 30px 0 0 0;
}
.c1-num ul li div{
    color: #02458c;
}
.c1-num ul li b{
    font-size: 40px;
    color: #02458c;
    margin-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: -3px;
}
.c1-num i{
    height: 50px;
    width: 1px;
    background-color: #cacaca;
}
.c1-num ul li p{
    font-size: 16px;
    color: #666666;
    text-align: center !important;
}
.c4-number .c1-num ul li p{
    text-align: left;
}
/*学校理念*/
.ln-box{
    padding: 60px 0;
    background: url(../images/ln-bg.png)no-repeat center center;
    background-size: cover;
}
.ln-box h3{
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}
.ln-box p{
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}
/*荣誉资质*/
.zizi{
    background: #f7fbf6;
    padding-bottom: 100px;
}
.honor{
    margin-top: 50px;
    display: none;
}
.honor img{
    width: 100%;
    background: #fff;
    padding: 15px 15px 8px 15px;
    box-sizing: border-box;
    height: auto;
    border-radius: 10px 10px 0 0;
}
.honor ul li p{
    text-align: center;
    font-size: 20px;
    color: #000;
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding-bottom: 15px;
}
.teacher-list{
    margin-top: 30px;
}
.teacher-list a{
    float: left;
    width: 12%;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-right: 0.57%;
    margin-bottom: 15px;
    transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    -moz-transition: all ease-out .3s;
    -ms-transition: all ease-out .3s;
}
.teacher-list a:nth-child(8n){
    margin-right: 0;
}
.teacher-list a img{
    width: 100%;
    height: auto;
}
.teacher-list a:hover{
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.honor .flip-items{
    width: 400px;
}
.flipster-carousel .flip-next{
    -webkit-transform: translateX(70%) translateZ(0) rotateY(-54deg) scale(0.8);
    -moz-transform: translateX(70%) translateZ(0) rotateY(-54deg) scale(0.8);
    -o-transform: translateX(70%) translateZ(0) rotateY(-54deg) scale(0.8);
    -ms-transform: translateX(70%) translateZ(0) rotateY(-54deg) scale(0.8);
    transform: translateX(70%) translateZ(0) rotateY(-54deg) scale(0.8);
}
.flipster-carousel .flip-future{
    -webkit-transform: translateX(114%) translateZ(0) rotateY(-52deg) scale(0.65);
    -moz-transform: translateX(114%) translateZ(0) rotateY(-52deg) scale(0.65);
    -o-transform: translateX(114%) translateZ(0) rotateY(-52deg) scale(0.65);
    -ms-transform: translateX(114%) translateZ(0) rotateY(-52deg) scale(0.65);
    transform: translateX(114%) translateZ(0) rotateY(-52deg) scale(0.65);
}
.flipster-carousel .flip-prev{
    -webkit-transform: translateX(-70%) translateZ(0) rotateY(54deg) scale(0.8);
    -moz-transform: translateX(-70%) translateZ(0) rotateY(54deg) scale(0.8);
    -o-transform: translateX(-70%) translateZ(0) rotateY(54deg) scale(0.8);
    -ms-transform: translateX(-70%) translateZ(0) rotateY(54deg) scale(0.8);
    transform: translateX(-70%) translateZ(0) rotateY(54deg) scale(0.8)
}
.flipster-carousel .flip-past{
    -webkit-transform: translateX(-114%) translateZ(0) rotateY(52deg) scale(0.65);
    -moz-transform: translateX(-114%) translateZ(0) rotateY(52deg) scale(0.65);
    -o-transform: translateX(-114%) translateZ(0) rotateY(52deg) scale(0.65);
    -ms-transform: translateX(-114%) translateZ(0) rotateY(52deg) scale(0.65);
    transform: translateX(-114%) translateZ(0) rotateY(52deg) scale(0.65);
}
/*箭头*/
.flipster2 .flipto-prev, .flipster2 .flipto-next{
    width: 50px;
    height: 50px;
    text-align: center;
    background-size: 100%;
    color: #333;
    padding: 0;
    border: none;
    margin-top: -25px;
}
.flipster2 .flipto-prev:hover, .flipster2 .flipto-next:hover{
    /*background-color: #e1b585;
    color: #fff;*/
}
.flipster .flipto-prev {
    left: 0;
    position: absolute;
    top: 50%;
    z-index: 999;
    background-image: url(../images/left1.png);
    display: block;
}
.flipster .flipto-next {
    right: 0;
    position: absolute;
    background-image: url(../images/right1.png);
    top: 50%;
    z-index: 999;
    display: block;
}
/*学校展示*/
.show{
    padding: 80px 0;
    background: #f1f8ef;
}
.show ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 20px;
}
.show ul li{
    cursor: pointer;
    border-radius: 15px;
}
.show ul li i{
    height: 250px;
    display: block;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}
.show ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
}
.show ul li p{
    background: #fff;
    text-align: center;
    line-height: 55px;
    font-size: 18px;
    border-radius: 0 0 15px 15px;
}
/*特色课程*/
.pro{

}
.pro .pro-txt{
    width: 45%;
}
.pro .pro-box ul li{
    cursor: pointer;
    align-items: center;
}
.pro .pro-box ul li .pro-title{
    position: relative;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 10px;
}
.pro .pro-box ul li .pro-txt em{
    font-size: 56px;
    text-transform: uppercase;
    font-family: 'myFont3';
    color: #e6e6e6;
    position: absolute;
    width: 100%;
    left: 0;
    top: 18px;
    z-index: 1;
}
.pro .pro-box ul li .pro-txt h5{
    font-size: 50px;
    color: #014993;
    font-family: 'myFont3';
    position: relative;
    z-index: 9;
}
.pro .pro-box ul li .pro-txt i{
    width: 250px;
    height: 2px;
    background: #014993;
    display: block;
    margin: 0 auto 20px auto;
}
.pro .pro-box ul li .pro-txt p{
    color: #014993;
    font-size: 24px;
    text-align: center;
}
.pro .pro-box ul li .pro-img{
    height: 300px;
    width: 50%;
    overflow: hidden;
}
.pro .pro-box ul li .pro-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.pro-he{
    padding: 20px 0;
    background: url(../images/pro-bg.png) no-repeat right top;
}
.pro-he .pro-he-box{
    justify-content: center;
    align-items: center;
}
.pro-he .pro-he-box img{
    width: 40px;
}
.pro-he .pro-he-box h5{
    font-size: 30px;
    color: #fff;
    margin: 0 50px;
}
.pro-he .pro-he-box span{
    font-size: 20px;
    color: #fff;
}
.pro-ke{
    padding: 80px 0;
    background: #f1f8ef;
}
.pro-ke ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 20px;
}
.pro-ke ul li .c1-txt{
    min-height: 183px;
    background: linear-gradient(to right, #014993, #099668);
}






/*新闻中心*/
.news{
    padding: 180px 0 100px 0;
    background: url(../images/banner3.png) #fff no-repeat;
    padding-bottom: 80px !important;
    background-position: top;
    background-size: cover;
}
.news1-bg{
    background: url(../images/banner03.png) #fff no-repeat;
}
.news .news-type{
    align-items: center;
}
.news .news-type-l h5{
    font-size: 42px;
    color: #02458c;
    font-family: 'myFont4';
    margin-bottom: 20px;
}
.news .news-type-l p{
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
}
.news .news-type-r{
    display: flex;
    justify-content: center;
}
.news .news-type-r a{
    margin-left: 20px;
    border: 1px solid #02458c;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 5px;
    color: #02458c;
    width: 115px;
}
.news .news-type-r a:hover,.news .news-type-r a.active{
    background: #02458c;
    color: #fff;
}
.news-box{
    margin-top: 80px;
}
.news-box ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px 30px;
}
.news-box ul li{
    background: #fff;
    padding: 20px 20px;
    box-sizing: border-box;
    border-radius: 15px;
    cursor: pointer;
    transition: .5s;
    border: 1px solid #f0f0f0;
}
.news-box ul li a{
    display: block;
}
.news-box ul li:hover{
    background: linear-gradient(to right, #014993, #2ba5c4);
    transform: translateY(-5px);
}
.news-box ul li .news-time span{
    font-size: 40px;
    color: #5e5e5e;
}
.news-box ul li .news-time p{
    font-size: 20px;
    color: #5e5e5e;
}
.news-box ul li h5{
    font-size: 20px;
    color: #02458c;
    margin: 0 0 20px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.news-box ul li .news-img{
   width: 100%;
    height: 185px;
    overflow: hidden;
    margin-bottom: 15px;
}
.news-box ul li p{
    font-size: 16px;
    text-align: justify;
    color: #5e5e5e;
    margin-bottom: 20px;
}
.news-box ul li i{
    font-size: 16px;
    color: #5e5e5e;
    display: flex;
    align-items: center;
}
.news-box ul li i em{
    font-size: 20px;
    color: #5e5e5e;
    transition: .5s;
}
.news-box ul li:hover p,.news-box ul li:hover em,.news-box ul li:hover span,.news-box ul li:hover h5,.news-box ul li:hover i{
    color: #fff;
}
.news-box ul li:hover em{
    transform: translateX(10px);
}
/*新闻详情页*/
.news-box1 .w1200{
    align-items: flex-start;
}
.news-box1{
    margin-top: 80px;
}
.news-des-l{
    width: 300px;
    height: 720px;
    box-sizing: border-box;
}
.news-des-l .news-des-title{
    background: linear-gradient(to right, #014993, #099668);
    text-align: center;
    padding: 10px 0;
}
.news-des-l .news-des-title h2{
    font-size: 26px;
    color: #fff;
    letter-spacing: 2px;
}
.news-des-l .news-des-title em{
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}
.news-des-l ul{
    background: #fff;
    padding: 20px;
    border: 1px solid #f2f2f2;
}
.news-des-l ul li{
    border-bottom: 1px dashed #eaeaea;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-align: center;
}
.news-des-l ul li:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.news-des-l ul li a{
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: 100%;
    transition: .5s;
}
.news-des-l ul li:hover a{
    color: #02458c;
}
.news-nr{
    width: 72%;
    background: #fff;
    padding: 50px;
    min-height: 600px;
    box-sizing: border-box;
}
.news-nr h5{
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}
.news-nr .news-nr-time{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 60px;
}
.news-nr .news-nr-time p{
    font-size: 16px;
}
.news-nr .news-nr-time p:nth-child(2){
    margin: 0 30px;
}
.news-nr .des-fan{
    margin-top: 20px;
}
.news-nr .des-fan i{
    font-size: 1.5rem;
    color: #fff;
    width: 40px;
    display: block;
    height: 40px;
    background: linear-gradient(to right, #014993, #099668);
    border-radius: 50px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
}
.news-nr .des-fan p{
    text-align: center;
    font-size: .8rem;
    color: #016e71;
}
.news-nr .des-nr p{
    font-size: 16px;
    text-align: justify !important;
    line-height: 30px;
    text-indent: 2em;
}
.news-nr .des-nr p span{
    text-wrap-mode: wrap !important;
}
.news-nr .des-nr img{
    width: 650px;
    margin: 0 auto;
}
/*教师团队*/
.team-list{
    background: #f1f8ef;
    padding: 50px 0;
}
.team-list .team-li ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px 20px;
}
.team-list .team-li ul li{

}
.team-list .team-li ul li i {
    height: 320px;
    overflow: hidden;
    display: block;
}
.team-list .team-li ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-list .team-li ul li .text-txt{
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}
.team-list .team-li ul li .text-txt h5{
    font-size: 20px;
    color: #000;
    font-family: 'myFont3';
    text-align: center;
}
.team-list .team-li ul li .text-txt span{
    text-align: center;
    display: block;
    margin: 10px 0 10px 0;
    color: #000;
    font-size: 20px;
}
.team-list .team-li ul li .text-txt p{
    text-align: justify;
    font-size: 16px;
    color: #6e6e6e;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 50px;
}
.team-list .team-li ul li a:hover h5,.team-list .team-li ul li a:hover p,
.team-list .team-li ul li a:hover span{
    color: #013c8a;
}
.team-list .team-li ul li:hover{
    box-shadow: 0px 5px 20px 3px #e5e5e5;
}
/*团队详情*/
.des-box{
    padding-bottom: 60px;
    background: url(../images/xq-bg.jpg) no-repeat center center;
}
.des-box p img{
    width: 40%;
    margin: 0 auto;
}
/*联系我们*/
.content{
    margin: 80px 0;
}
.content .content-tel ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px 30px;
}
.content .content-tel ul li{
    background: #f5f5f8;
    padding: 50px 10px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    transition: .5s;
}
.content .content-tel ul li i{
    font-size: 30px;
    color: #013c8a;
}
.content .content-tel ul li h5{
    margin: 30px 0;
    font-size: 25px;
    color: #000;
}
.content .content-tel ul li em{
    width: 110px;
    background: linear-gradient(to right, #014993, #099668);
    padding: 5px 10px;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    transition: .5s;
    display: block;
    margin: 0 auto;
}
.content .content-tel ul li p{
    font-size: 17px;
    color: #999;
}
.content .content-tel ul li:hover em{
    transform: translateY(-5px);
}
.content .content-tel ul li:hover{
    box-shadow: 0px 0px 20px 0px #00000021;
    transform: translateY(-10px);
}
/*地图*/
.contact_map .address_map{
    height: 400px;
    width: 100%;
}
@keyframes mymove1

{

    0%{

    transform: scale(1.05);  /*开始为原始大小*/

    }

    100%{

        transform: scale(1.0); /*放大1.1倍*/

    }



}

@-webkit-keyframes mymove1 /*Safari and Chrome*/

{

    0%{

    transform: scale(1.05);  /*开始为原始大小*/

    }

    100%{

        transform: scale(1.0); /*放大1.1倍*/

    }

}