@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-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, PingFang SC, Microsoft YaHei, Source Han Sans SC, Noto Sans CJK SC, WenQuanYi Micro Hei, sans-serif;
}
/*banner*/
.index-banner{
    width: 100%;
}
.index-banner img.swiper_img{
    object-fit: cover;
    height: 100%;
}
.index-banner .swiper-container{
    width: 100%;
}
.index-banner img.swiper_img,.ny-banner img{
    width: 100%;
    display: block;
}
.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 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;
    color:#000000;
}
.index-banner .banner-text img{
    margin: 0 auto;
}
.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: 68px;
    font-family: 'myFont7';
    letter-spacing: 4px;
    color: #1568e4;
    text-shadow: 4px 4px 0 #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-banner .banner-text h6{
    text-transform: uppercase;
    font-size: 24px;
    margin: 20px 0;
    color: #fff;
    display: flex;
    align-items: baseline;
    justify-content: center;
}
/* 按钮 */
.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 {
    background-color: #0b56ac;
    width: 30px;
    
}
.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%;
	/*animation:mymove 7s infinite;
	-webkit-animation:mymove 7s;
	animation-timing-function: ease-in-out; 
	-webkit-animation:mymove 7s infinite;
	-webkit-animation-timing-function: ease-in-out; */
}
@keyframes mymove

{

    0%{

    transform: scale(1);  /*开始为原始大小*/

    }

    100%{

        transform: scale(1.1); /*放大1.1倍*/

    }



}
@-webkit-keyframes mymove /*Safari and Chrome*/

{

    0%{

    transform: scale(1);  /*开始为原始大小*/

    }

    100%{

        transform: scale(1.1); /*放大1.1倍*/

    }

}

.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{
    padding: 80px 0 60px 0;
    position: relative;
    text-align: center;
}
.title h2{
    font-size: 50px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 10px;
}
.title p{
    color: #666666;
    font-size: 20px;
}
/*首页问题*/
.c1{
    background: url(../images/p-bg.png) no-repeat center center;
    background-size: cover;
    padding-bottom: 80px;
}
.c1 .c1-pro ul{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px 18px;
}
.c1 .c1-pro ul li{
    transition: .5s;
}
.c1 .c1-pro ul li .c1-pro-img{
    height: 220px;
    overflow: hidden;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.c1 .c1-pro ul li a{
    display: block;
}
.c1 .c1-pro ul li img{
    width: 100%;
    height: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    object-fit: cover;
}
.c1 .c1-pro ul li .c1-pro-title{
    background: linear-gradient(to bottom right, #0e50b5, #23b0de);
    padding: 30px 20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.c1 .c1-pro ul li:nth-child(2n+2) .c1-pro-title{
    background: linear-gradient(to bottom right, #23b0de, #0e50b5);
}
.c1 .c1-pro ul li .c1-pro-title h2{
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
}
.c1 .c1-pro ul li .c1-pro-title p{
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
    color: #fff;
    line-height: 26px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 45px;
}
.c1 .c1-pro ul li .c1-pro-title a{
    display: block;
    width: 48%;
    background: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 35px;
    border-radius: 10px;
    margin-top: 15px;
    color: #1469bf;
}
.c1 .c1-pro ul li .c1-pro-title a:last-child{
    background: #f39300;
    color:#fff;
}
.c1 .c1-pro ul li:nth-child(2n+2) a:hover .c1-pro-title{
    background: linear-gradient(to bottom right, #0e50b5, #23b0de);
}
.c1 .c1-pro ul li a:hover .c1-pro-title{
    background: linear-gradient(to bottom right, #23b0de, #0e50b5);
}
.c1 .c1-pro ul li:hover{
    transform: translateY(-5px);
}
/*首页帮助*/
.c2{
    background: url(../images/c2.png) #f7f7f7 no-repeat center center;
    background-size: cover;
}
.c2 .c2-box{
    width: 57%;
    padding: 80px 0;
}
.c2 .c2-box .c2-txt{
    position: relative;
    padding-left: 20px;
    margin-bottom: 50px;
}
.c2 .c2-box .c2-txt::after{
    width: 6px;
    content: "";
    position: absolute;
    left: 0;
    height: 74px;
    top: 10px;
    background-color: #fff;
}
.c2 .c2-box .c2-txt h2{
    font-size: 40px;
    font-weight: 700;
    color: #fff;
}
.c2 .c2-box .c2-txt h2 i{
    color: #f39300;
}
.c2 .c2-box .c2-txt h5{
    font-size: 24px;
    color: #fff;
}
.c2 .c2-box ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 50px;
}
.c2 .c2-box ul li{
    position: relative;
    font-size: 16px;
    padding-left: 20px;
    color: #fff;
    cursor: pointer;
    transition: .3s;
}
.c2 .c2-box ul li:hover{
    transform: translateX(3px);
}
.c2 .c2-box ul li::after{
    position: absolute;
    width: 6px;
    top: 9px;
    height: 6px;
    background-color: #fff;
    border-radius: 50px;
    left: 0;
    content: "";
}
.c2 .c2-box a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 65px;
    width: 400px;
    margin: 50px 0 30px 0;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    line-height: 65px;
    background-color: #f39300;
    border-radius: 10px;
    transition: .5s;
}
.c2 .c2-box a:hover{
    transform: translateX(10px);
    box-shadow: 0px 0 20px 0px #0e52b6;
}
.c2 .c2-box a i{
    font-size: 25px;
    margin-right: 10px;
}
.c2 .c2-box a span{
    font-size: 26px;
    font-family: 'myFont3';
}
.c2 .c2-box .des{
    font-size: 16px;
    line-height: 36px;
}
.c2 .c2-box p{
    color: #fff;
    font-size: 18px;
}
/*特色教育*/
.c3-show{
    display: none;
}
.c3{
    background: url(../images/c3.png) #f7f7f7 no-repeat center center;
    background-size: cover;
    padding-bottom: 80px;
}
.c3 .c3-type{
    border-top: 1px solid #e3e3e3;
    margin-bottom: 30px;
}
.c3 .c3-type ul{
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 20px 30px;
}
.c3 .c3-type ul li{
    text-align: center;
    position: relative;
}
.c3 .c3-type ul li a{
    font-size: 20px;
    color: #000;
    margin: 30px 0;
    display: block;
}
.c3 .c3-type ul li::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    transition: all ease-out .3s;
    -webkit-transition: all ease-out .3s;
    height: 6px;
    background-color: #f39300;
}
.c3 .c3-type ul li:hover::after,.c3 .c3-type ul li.cur::after{
    width: 100%;
}
.c3 .c3-type ul li:hover a,.c3 .c3-type ul li.cur a{
    color: #f39300;
}
.c3 .c3-img,.c3 .c3-txt{
    width: 50%;
}
.c3 .c3-img img{
    width: 100%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.c3 .c3-txt{
    background-color: #fff;
    padding: 50px;
    box-sizing: border-box;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.c3 .c3-txt h2{
    font-size: 35px;
    color: #000;
    font-family: 'myFont3';
}
.c3 .c3-txt span{
    font-size: 14px;
    color: #8b8b8b;
    font-family: 'myFont';
    text-transform: uppercase;
}
.c3 .c3-des{
    margin: 50px 0;
}
.c3 .c3-txt p{
    color: #545454;
    font-size: 20px;
    
}
.c3 .c3-txt .c3-btn{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.c3 .c3-txt .c3-btn .c3-er,.c3 .c3-txt .c3-btn .c3-tel{
    width: 195px;
    margin-right: 50px;
    transition: .5s;
}
.c3 .c3-txt .c3-btn a{
    width: 100%;
    height: 50px;
    line-height: 50px;
    display: block;
    font-size: 20px;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    background: linear-gradient(to right, #0e50b5, #23b0de);
    transition: .5s;
}
.c3 .c3-txt .c3-btn .c3-er:hover a,.c3 .c3-txt .c3-btn .c3-tel:hover a{
    background: linear-gradient(to right, #23b0de, #0e50b5);
    transform: translateY(-3px);
}
/*首页九大优势*/
.c4{

}
.c4 .c4-txt1{
    margin: 50px 0;
}
.c4 .c4-txt1 ul{
    justify-content: center !important;
}
.c4 .c4-txt1 ul li{
    margin: 0 25px;
}
.c4 .c4-txt ul{
    display: flex;
    justify-content: space-between;
}
.c4 .c4-txt ul li{
    width: 17%;
    text-align: center;
    height: 115px;
    cursor: pointer;
}
.c4 .c4-txt ul li div{
    background: url(../images/c4-bg.png) center center no-repeat;
    background-size: 100%;
    height: 100%;
    transition: .5s;
}
.c4 .c4-txt ul li h2{
    font-size: 36px;
    color: #10377a;
    font-weight: bold;
    text-align: end;
}
.c4 .c4-txt ul li p{
    font-size: 16px;
    text-align: center;
}
.c4-img ul li{
    height: 250px;
    border-radius: 15px;
    overflow: hidden;
}
.c4-img ul li img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.c4 .c4-txt ul li:hover div{
    transform: rotateY(360deg);
}
/*脱变案例*/
.c5{
    margin-bottom: 80px;
    position: relative;
}
.c5-box ul li{
    background-color: #f8f8f8;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.c5-box ul li a{
    display: block;
    border-radius: 15px;
}
.c5-box ul li i{
    height: 270px;
    display: block;
    border-radius: 15px;
    overflow: hidden;
}
.c5-box ul li img{
    width: 100%;
    height: 100%;
    border-radius: 15px;     
    object-fit: cover;
}
.c5-box ul li h5{
    font-size: 18px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
}
.c5-box ul li p{
    font-size: 15px;
    color: #5c5c5c;
    text-align: justify;
    margin-bottom: 10px;
}
.c5-box ul li em{
    font-size: 14px;
    color: #999999;
}
.c5-box ul li div{
    padding: 20px 20px 30px 20px;
    box-sizing: border-box;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
}
.c5-box ul li a:hover{
    background: linear-gradient(to bottom right, #0e50b5, #23b0de);
}
.c5-box ul li a:hover h5,.c5-box ul li a:hover p,.c5-box ul li a:hover em{
    color: #fff;
}
/*按钮*/
.c5 .swiper-button-prev{
    background-image: url(../images/left-z.png);
    height: 61px;
    left: auto;
    left: 135px;
    width: 61px;
    top: 450px;
    cursor: pointer;
    background-size: 100% auto;
}
.c5 .swiper-button-next{
    background-image: url(../images/right-z.png);
    height: 61px;
    right: 135px;
    width: 61px;
    top: 450px;
    cursor: pointer;
    background-size: 100% auto;
}
.c5 .swiper-button-prev:hover{
    background-image: url(../images/right.png);
}
.c5 .swiper-button-next:hover{
    background-image: url(../images/left.png);
}
/*首页横图*/
.c6{
    background: url(../images/c6.png) no-repeat center center;
    background-size: cover;
    padding: 60px 0;
    margin-top: 70px;
}
.c6 .c6-txt{

}
.c6 .c6-txt p{
    text-align: center;
    font-size: 22px;
    color: #fff;
    letter-spacing: 13px;
    font-weight: bold;
}
.c6 .c6-txt h3{
    font-size: 40px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    margin: 20px 0 30px 0;
}
.c6 .c6-txt h3 i{
    color: #f39300;
}
.c6 .c6-txt .c6-btn{
    justify-content: center;
    display: flex;
    align-items: center;
}
.c6 .c6-txt .c6-btn a{
    width: 255px;
    height: 54px;
    background: #f39300;
    text-align: center;
    line-height: 54px;
    color: #fff;
    font-size: 20px;
    margin: 0 50px;
    display: block;
    border-radius: 50px;
}
.c6-er,.c3-er{
    position: relative;
    transition: .5s;
}
.c6-er .c6-er-img,.c3-er .c3-er-img{
    position: absolute;
    top: 85px;
    left: 50%;
    width: 130px;
    margin-left: -65px;
    box-shadow: -2px 2px 20px #00000054;
    border-radius: 10px;
    display: none;
}
.c6-er-img,.c3-er-img,.c3-tel{
    position: relative;
}
.c6-er-img::after,.c3-er-img::after,.c3-tel-p::after{
    content: '';
    display: block;
    border: 10px solid transparent;
    border-bottom: 13px solid #fff;
    width: 0;
    position: absolute;
    top: -21px;
    left: 50%;
    margin-left: -7px;
}
.c3-tel-p::after{
    left: 33% !important;
}
.c6-er-img img,.c3-er-img img{
    width: 100%;
}
.c6-er:hover .c6-er-img,.c3-er:hover .c3-er-img{
    display: block;
}
.c3-tel-p{
    position: absolute;
    top: 85px;
    left: 0;
    height: 70px;
    line-height: 70px;
    width: 300px;
    text-align: center;
    box-shadow: -2px 2px 20px #00000047;
    border-radius: 10px;
    display: none;
}
.c3-tel-p p b{
    font-size: 22px;
    color: #000;
}
.c3-tel:hover .c3-tel-p{
    display: block;
}
.tel-flex{
    display: flex;
    align-items: center;
    justify-content: center;
}
.tel-flex b{
    font-size: 30px;
    color: #115dba;
    margin-right: 20px;
}
.tel-flex p{
    color: #000 !important;
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
}
/*首页新闻中心*/
.c7{
    margin-bottom: 80px;
}
.c7 .c7-box ul li h5{
    font-size: 20px;
    color: #000;
    font-weight: 700;
}
.c7 .c7-box ul li p{
    font-size: 16px;
    color: #5c5c5c;
    margin: 20px 0;
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
    transition: .5s;
}
.c7 .c7-box ul li a{
    display: block;
}
.c7 .c7-box ul li i{
    font-size: 14px;
    color: #999999;
}
.c7 .c7-box ul li .c7-img{
    height: 300px;
    overflow: hidden;
    border-radius: 15px;
    margin-bottom: 20px;
}
.c7 .c7-box ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.c7 .c7-box ul li a:hover h5,.c7 .c7-box ul li a:hover p,.c7 .c7-box ul li a:hover i{
    color: #0e50b5;
}
/* 窗口悬浮 */
.s_spserv__wrap {
    position: fixed;
    right: 5px;
    bottom: 82px;
    padding: 9px;
    z-index: 9;
    background: #fff;
    padding: 10px 10px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.s_spserv__wrap-morebottom {
    bottom: 115px
}
.s_spserv__wrap-morebottom p{
    margin-bottom: 15px;
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    cursor: pointer;
    font-size: 18px;
}
.s_spserv__wrap-morebottom p:last-child{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 5px;
}
.s_spserv__wrap-backtop {
    bottom: 117px
}
.s_spserv__item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 5px auto;
    cursor: pointer;
    position: relative;
}
.s_spserv__item:first-child{
    margin-top: 10px;
}
.s_spserv__pic {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%;
    color: #666;
    text-align: center;
    transition: .4s;
}
.s_spserv__pic .iconfont{
    font-size: 30px;
    color: #1059b9;
}
.s_spserv__line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    font-size: 17px;
    font-weight: 700;
}

.s_spserv__hoverarea{
    -webkit-animation: spservhover .3s ease-out 0s forwards;
    animation: spservhover .3s ease-out 0s forwards;
    display: none;
    position: absolute;
    left: -18px;
    top: 50%;
    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;
}
/*内页banner*/
.banner2{
    position: relative;
    display: flex;
    align-items: center;
    min-width: 1200px;
}
.banner2 img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}
.banner2 .text-box{
    width: 100%;
    position: absolute;
    text-align: center;
    color: #fff;
}
.banner2 .text-box .flex-c{
    position: relative;
}
.banner2 .text-box h5{
    font-size: 46px;
    position: relative;
    padding: 0 20px;
    display: inline;
    font-weight: 700;
}
.banner2 .text-box h5::after{
    content: "";
    position: absolute;
    top: 30px;
    width: 10px;
    height: 4px;
    background: #fff;
    right: -5px;
}
.banner2 .text-box h5::before{
    content: "";
    position: absolute;
    top: 30px;
    width: 10px;
    height: 4px;
    background: #fff;
    left: -5px;
}
.banner2 .text-box h3{
    font-size: 180px;
    color: #ffffff4f;
    font-weight: bold;
    text-transform: uppercase;
    position: absolute;
    left: 50%;
    margin-left: -50%;
    font-family: 'myFont6';
    width: 100%;
    z-index: 1;
    top: -106px;
}
/*新闻列表*/
.news{
    margin-bottom: 100px;
}
.news .news-b{
    
}
.news .news-b ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 50px;
}
.news .news-b ul li .news-show i{
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    height: 200px;
    border-radius: 10px;
}
.news .news-b ul li .news-show img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.news .news-b ul li a{
    display: block;
    position: relative;
}
.news .news-b ul li .news-show div{
    font-size: 16px;
    color: #666;
}
.news .news-b ul li .news-show h3{
    color: #333;
    margin: 10px 0 10px 0;
    font-size: 20px;
}
.news .news-b ul li em{
    font-size: 16px;
    color: #999;
    display: block;
    line-height: 70px;
}
.news .news-b ul li:hover h3{
    color:#e1b788;
}
.news .news-b ul li{
    position: relative;
    transition: .5s;
    cursor: pointer;
}
.news .news-b ul li .news-bottom-hide{
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -80px;
    z-index: 99;
    width: 100%;
    transition: .5s;
    padding: 0 50px;
}
.hide-more{
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 99;
    background: #f0fbff;
    padding-left: 50px;
    box-sizing: border-box;
    display: none;
    color: #000;
    line-height: 70px;
    font-size: 16px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    transition: .5s;
}
.hide-more a{
    display: block;
    color: #000;
}
.news .news-b ul li .news-bottom-hide div{
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
}

.news .news-b ul li .news-bottom-hide p{
    color: #fff;
    font-size: 18px;
    text-align: justify;
}
.news .news-b ul li::after{
    position: absolute;
    border-radius: 10px;
    content: "";
    height: 100%;
    width: 100%;
    display: none;
    top: 0;
    background: url(../images/bgbg.png) no-repeat center right;
    background-size: cover;
    transform: translateY(-3px);
}
.news .news-b ul li:hover::after{
    display: block;
}
.news .news-b ul li:hover .news-bottom-hide{
    display: block;
}
.news .news-b ul li:hover .hide-more{
    display: block;
}
.news-val .location-box{
    color:#fff;
    margin-bottom: 20px;
}
.news-val .news-t{
    margin:0 auto;
    background:#fff;
    border-radius: 10px;
}
.news-val .news-t>div.flex{
    box-sizing: border-box;
    align-items: center;
    margin-bottom: 30px;
}
.news-val{
    margin-top: 60px;
    position: relative;
    z-index: 9;
}
.news-hide{
    display: none;
    width: 60%;
}
.news-val .news-t .news-left{
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}
.news-val .news-t .news-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}
.news-val .news-t .news-left .text{
    position: absolute;
    left: 0;
    bottom: 0;
    color:#fff;
    width: 100%;
    padding:0 30px 30px 30px;
}
.news-val .news-t .news-left .text h5{
    font-size: 20px;
}
.news-val .news-t .news-left .text em{
    margin-top: 10px;
    display: block;
}
.news-val .news-t .news-right{
    width: 35%;
}
.news-val .news-t .news-right dl{
    border-bottom: 1px solid #eaeaea;
    padding:25px 0;
    cursor: pointer;
}
.news-val .news-t .news-right dl dt{
    color:#333;
    font-size: 14px;
}
.news-val .news-t .news-right dl dt .iconfont{
    vertical-align: middle;
    margin-right: 10px;
}
.news-val .news-t .news-right dl dd{
    font-size: 18px;
    color:#333;
    /* font-family: myFont4; */
    margin-top: 6px;
    transition: .5s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-val .news-t .news-right dl:first-child{
    padding-top: 0;
}
.news-val .news-t .news-right dl:hover dd,.news-val .news-t .news-right dl dd.active{
    color:#1059b9;
}
/*案例中心*/
.case{
    margin-top: 60px;
}
.case-box ul{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px 20px;
}
/*特色课程*/
.product{
    margin: 80px 0;
}
.product .product-box ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px 30px;
}
.product .product-box ul li{
    background: #f4f4f4;
    cursor: pointer;
    border-radius: 15px;
    transition: .5s;
}
.product .product-box ul li i{
    width: 40%;
    height: 240px;
}
.product .product-box ul li a{
    display: block;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product .product-box ul li img{
    width: 100%;
    height: 100%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    object-fit: cover;
}
.product .product-box ul li .r-right{
    width: 60%;
    padding: 0 15px;
    box-sizing: border-box;
}
.product .product-box ul li .r-right h5{
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 700;
}
.product .product-box ul li .r-right p{
    font-size: 16px;
    text-align: justify;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 55px;
    line-height: 27px;
}
.product .product-box ul li .r-right>div{
    width: 80%;
}
.product .product-box ul li .r-right>div b{
    display: block;
    width: 48%;
    background: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 35px;
    border-radius: 10px;
    margin-top: 15px;
    color: #1469bf;
}
.product .product-box ul li:hover{
    background: url(../images/bgbg.png)no-repeat center center ;
    background-size: cover;
    transform: translateY(-3px);
}
.product .product-box ul li:hover h5,.product .product-box ul li:hover p{
    color: #fff;
}
/*新闻详情页*/
.news-nr{
    padding: 0 0 60px 0;
}
.news-nr h5{
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}
.news-nr .news-nr-time{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin: 0 auto 60px auto;
    width: 60%;
}
.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-image: linear-gradient(to right, #0e50b5, #23b0de);
    border-radius: 50px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
}
.news-nr .des-fan p{
    text-align: center;
    font-size: .8rem;
    color: #105bb9;
}
.news-nr .des-nr p{
    font-size: 16px;
    text-align: justify;
    line-height: 30px;
    text-indent: 2em;
}
.news-nr .des-nr img{
    max-width: 100%;
    margin: 0 auto;
}
/*联系我们*/
.contact{
    background-color: #f7f7f7;
    padding-bottom: 50px;
}
.contact .contact-box{
    background-color: #fff;
    padding: 50px 80px;
    position: relative;
    margin-top: -40px;
}
.contact .contact-left{

}
.contact .contact-left h3,.message .message-title h3{
    font-size: 30px;
    font-family: 'myFont5';
}
.contact .contact-left p,.message .message-title p{
    font-size: 18px;
    margin-top: 8px;
    text-transform: uppercase;
    font-family: 'myFont';
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.message .message-title p{
    border-bottom: 0;
}
.contact .contact-tel{
    font-size: 22px;
    display: flex;
    align-items: center;
    font-weight: 700;
    line-height: 40px;
}
.contact .contact-tel i{
    font-size: 36px;
    margin-right: 10px;
    color: #1059b9;
}
.contact .contact-right h4{
    font-size: 30px;
    font-family: 'myFont2';
    margin-bottom: 30px;
}
.contact .contact-right h4 i{
    font-family: 'myFont';
    font-size: 20px;
    margin-left: 5px;
    color: #666666;
}
.contact .contact-right .code:nth-child(2){
    margin: 0 30px;
}
.contact .contact-right .code img{
    width: 160px;
}
.contact .contact-right .code p{
    text-align: center;
    color: #666666;
    font-size: 16px;
    line-height: 30px;
}
/*在线留言*/
.message{
    margin: 60px 0;
}
.message .message-title{
    width: 36%;
}
.message .message-title div{
    font-size: 20px;
    color: #666666;
}
.message .message-txt{
    width: 54%;
}
.message .message-txt .message-input{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 30px;
    margin-bottom: 20px;
}
.message .message-txt label input{
    font-family: 'myFont1';
    background-color: #f7f7f7;
    height: 50px;
    width: 100%;
    padding-left: 20px;
    font-size: 18px;
}
.message .message-btn{
    font-size: 18px;
    color: #fff;
    width: 100%;
    cursor: pointer;
    height: 50px;
    background-image: linear-gradient(to right, #0e50b5, #23b0de);
    transition: .5s;
}
.message .message-btn:hover{
    background-image: linear-gradient(to right, #23b0de, #0e50b5);
}
/*地图*/
.address_map{
    height: 550px;
}
/*计算器弹窗*/
.jisuan-box {
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, .4);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 9999;
}
.jisuan-box .jisuan{
    padding: 50px 100px;
    background: #fff;
    width: 1000px;
    height: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -250px;
    margin-left: -500px;
    z-index: 99999;
    box-sizing: border-box;
    border-radius: 15px;
}
.jisuan ul{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 30px;
}
.jisuan h2{
    font-weight: 700;
    font-size: 42px;
    text-align: center;
    margin-bottom: 30px;
    color: #0e50b5;
}
.jisuan ul li{

}
.jisuan ul li label{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
    font-size: 18px;
}
.jisuan ul li label i{
    font-size: 12px;
    color: red;
    margin-right: 5px;
    display: block;
}
.jisuan ul li input,.jisuan ul li select{
    line-height: 50px;
    height: 50px;
    border: 1px solid #ddd;
    width: 100%;
    font-size: 16px;
    color: #333;
    padding-left: 20px;
}
.js-btn{
    width: 100%;
    line-height: 50px;
    background: linear-gradient(to bottom right, #0e50b5, #23b0de);
    font-size: 20px;
    color: #fff;
    margin: 60px 0 0 0;
    font-weight: 700;
    cursor: pointer;
    border-radius: 50px;
}
.js-btn:hover{
    background: linear-gradient(to bottom right, #23b0de, #0e50b5);
}
.jisuan-icon{
    justify-content: center !important;
}
.jisuan-icon i{

}
.jisuan-icon p{
    font-size: 18px;
    color: #999999;
}
.gb-btn{
    position: absolute;
    top: 28px;
    right: 28px;
    cursor: pointer;
    font-size: 30px;
    transition: .5s;
    color: #0e50b5;
}
.gb-btn:hover{
    transform: rotate(360deg);
}
/*标题*/
.wu-title{
    padding: 60px;
}
.wu-title h4{
    font-size: 40px;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
}
.wu-title i{
    width: 50px;
    margin: 0 auto;
    display: block;
    background: #1262bd;
    height: 3px;
}
/*视频样式*/
.video-box1{
    position: relative;
}
.c1-about-r-btn{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    z-index: 9;
    margin-top: -25px;
}
.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 right, #0e50b5, #23b0de);
}
.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 right, #0e50b5, #23b0de);
    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, 0.2);
    top: 0;
    left: 0;
    z-index: 99999;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.video-box .video {
    position: relative;
}
.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;
}
/*招生简章*/
.jz{
    margin: 80px 0;
}
.jz p{
    text-align: justify;
    font-size: 16px;
    color: # 000;
}
/*关于我们*/
.about1{
    margin: 80px 0;
}
.about1 .about1-left,.about1 .about1-right{
    width: 47%;
}
.about1 .about1-left img{
    width: 100%;
}
.about1 .about1-right{
    background: url(../images/ab2.png) no-repeat bottom center;
}
.about1 .about1-right img{
    width: 500px;
    margin: 20px 0 30px 0;
}
.about1 .about1-right p{
    text-align: justify;
    font-size: 18px;
    line-height: 35px;
    color: #666666;
}
/*公司简介*/
.about2{
    padding-bottom: 60px;
    background: url(../images/ab5.png) no-repeat center center;
    background-size: cover;
}
.about2 .about2-box{
    align-items: center;
}
.about2 .about2-left{
    width: 53%;
}
.about2 .about2-left>p{
    color: #666666;
    font-size: 16px;
    line-height: 35px;
    text-align: justify;
    text-indent: 2em;
}
.about2 .about2-right{
    position: relative;
    width: 43%;
}
.about2 .about2-right .about1-right-img{
    width: 100%;
    height: 350px;
    overflow: hidden;
}
.about2 .about2-right .about1-right-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.c1-num{
    margin: 30px 0;
}
.c1-num ul li div,.c4-number .c1-num ul li div{
    color: #1570c3;
}
.c1-num ul li b,.c4-number .c1-num ul li b{
    font-size: 40px;
    color: #1570c3;
    margin-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    letter-spacing: -3px;
}
.c1-num i{
    height: 50px;
    width: 1px;
    background-color: #e6e6e6;
}
.c1-num ul li p,.c4-number .c1-num ul li p{
    font-size: 16px;
    color: #666666;
    text-align: center !important;
}
.c4-number .c1-num ul li p{
    text-align: left;
}
/*发展历程*/
.about3{
    padding: 0 0 100px 0;
    background: url(../images/about3_bg.png) no-repeat center top;
    background-size: cover;
}
.about3-box img{
    width: 100%;
    height: auto;
}
.about3-box ul li img{
    width: 18px;
    height: auto;
}
.about3-box{
    margin-top: 120px;
    position: relative;
}
.about3-box ul{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.about3-box ul li h4{
    font-size:34px;
    color:#1059b9;
    font-weight: bold;
}
.about3-box ul li em{
    font-size:18px;
    margin-left:5px;
}
.about3-box .lc-top li div{
    width: 180px;
    position: absolute;
    top:-10px;
    left: 30px;
}
.about3-box ul li p{
    font-size:16px;
    color:#333;
    line-height: 28px;
}
.about3-box ul li{
    position: absolute;
}
.about3-box ul.lc-top li:nth-child(1){
    top: 18%;
    left: 4%;
}
.about3-box ul.lc-top li:nth-child(2){
    top: -11%;
    left: 44%;
}
.about3-box ul.lc-top li:nth-child(3){
    top: -6%;
    left: 58%;
}
.about3-box ul.lc-top li:nth-child(4){
    top: 3%;
    left: 72%;
}
.about3-box ul.lc-top li:nth-child(5){
    top: -8%;
    left: 86%;
}
.about3-box ul.lc-bottom li div{
    width: 180px;
    position: absolute;
    top: 185px;
    left: 30px;
}
.about3-box ul.lc-bottom li:nth-child(4) div{
    top: 348px;
}
.about3-box ul.lc-bottom li:nth-child(1){
    bottom: 15%;
    left: 6%;
}
.about3-box ul.lc-bottom li:nth-child(2){
    bottom: 16%;
    left: 17%;
}
.about3-box ul.lc-bottom li:nth-child(3){
    bottom: 26%;
    left: 27%;
}
.about3-box ul.lc-bottom li:nth-child(4){
    bottom: 23%;
    left: 42%;
}
.about3-box>img{
    width: 100%;
    height: auto;
}
@media only screen and (max-width:1700px){
        .about3-box ul li h4{
            font-size: 34px;
            color:#1059b9;
        }
        .about3-box ul li em{
            font-size: 14px;
            margin-left:5px;
        }
        .about3-box .lc-top li div{
            width: 180px;
            position: absolute;
            top:-10px;
            left: 30px;
            
        }
        .about3-box ul li p{
            font-size: 16px;
            color:#333;
            line-height: 26px;
        }
        .about3-box ul li{
            position: absolute;
        }
        .about3-box ul.lc-top li:nth-child(1){
            top: 11%;
            left: 4%;
        }
        .about3-box ul.lc-top li:nth-child(2){
            top: -20%;
            left: 44%;
        }
        .about3-box ul.lc-top li:nth-child(3){
            top: -13%;
            left: 58%;
        }
        .about3-box ul.lc-top li:nth-child(4){
            top: -7%;
            left: 72%;
        }
        .about3-box ul.lc-top li:nth-child(5){
            top: -17%;
            left: 86%;
        }
        .about3-box ul.lc-bottom li div{
            width: 180px;
            position: absolute;
            top: 157px;
            left: 30px;
        }
        .about3-box ul.lc-bottom li:nth-child(4) div{
            top: 304px;
        }
        .about3-box ul.lc-bottom li:nth-child(1){
            bottom: 3%;
            left: 6%;
        }
        .about3-box ul.lc-bottom li:nth-child(2){
            bottom: 7%;
            left: 17%;
        }
        .about3-box ul.lc-bottom li:nth-child(3){
            bottom: 16%;
            left: 29%;
        }
        .about3-box ul.lc-bottom li:nth-child(4){
            bottom: 7%;
            left: 42%;
        }
        .about3-box ul li img{
            width: 16px;
            height: auto;
        }
}
@media only screen and (max-width:1440px){
    .about3-box ul li h4{
        font-size: 30px;
        color:#1059b9;
    }
    .about3-box ul li em{
        font-size: 14px;
        margin-left:5px;
    }
    .about3-box .lc-top li div{
        width: 150px;
        position: absolute;
        top:-10px;
        left: 30px;
        
    }
    .about3-box ul li p{
        font-size: 16px;
        color:#333;
        line-height: 24px;
    }
    .about3-box ul li{
        position: absolute;
    }
    .about3-box ul.lc-top li:nth-child(1){
        top: 16%;
        left: 4%;
    }
    .about3-box ul.lc-top li:nth-child(2){
        top: -15%;
        left: 44%;
    }
    .about3-box ul.lc-top li:nth-child(3){
        top: -10%;
        left: 58%;
    }
    .about3-box ul.lc-top li:nth-child(4){
        top: -4%;
        left: 72%;
    }
    .about3-box ul.lc-top li:nth-child(5){
        top: -14%;
        left: 86%;
    }
    .about3-box ul.lc-bottom li div{
        width: 150px;
        position: absolute;
        top: 108px;
        left: 30px;
    }
    .about3-box ul.lc-bottom li:nth-child(4) div{
        top: 215px;
    }
    .about3-box ul.lc-bottom li:nth-child(1){
        bottom: 9%;
        left: 6%;
    }
    .about3-box ul.lc-bottom li:nth-child(2){
        bottom: 11%;
        left: 17%;
    }
    .about3-box ul.lc-bottom li:nth-child(3){
        bottom: 22%;
        left: 29%;
    }
    .about3-box ul.lc-bottom li:nth-child(4){
        bottom: 14%;
        left: 42%;
    }
    .about3-box ul li img{
        width: 12px;
        height: auto;
    }
}


/* 公司实力 */
.ny_honor{
    background: url(../images/ym_bg.jpg) no-repeat center top;
    position: relative;
    padding: 20px 0 90px 0;
    box-sizing: border-box;
    background-attachment: fixed;
}
.ny_honor .wu-title h4{
    color:#fff;
}

.ny_honor .honor-list .swiper-slide{
    padding: 20px 25px;
    background: #f7f7f7;
    cursor: pointer;
}
.ny_honor .honor-list .swiper-slide .honor-img{
    overflow: hidden;
    height: 285px;
}
.ny_honor .honor-list .swiper-slide .honor-img img{
    width: 100%;
    height: 100%;
    transition: .4s;
    object-fit: contain;
}
.ny_honor .swiper-slide:hover .honor-img img{
    transform: scale(1.04);
}
.ny_honor .swiper-slide .text{
    font-size: 16px;
    font-family: myFont1;
    text-align: center;
    margin-bottom: 24px;
    color:#333;
}

.jxfc-list .jxfc-img{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.jxfc-list .jxfc-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.jxfc-list .text{
    text-align: center;
    margin: 15px 0 0 0;
    font-size: 18px;
    color:#333;
}