/*
Theme Name: 孔学教育官网
Author: WordPress日记
Theme URI: htts://www.gemside.com
Description: 孔学教育官网定制主题
Version: 1.0
*/
*{
    box-sizing:border-box !important;
    padding: 0;
    margin: 0; 
    outline:none;
}
html{
    overflow-x: hidden;
}
body{
    font-family: 'Microsoft YaHei','Arial';
    padding: 0 !important;
    margin:0 auto; 
    font-size: 16px;
    background: #fff;
    color: #000;
    overflow-x: hidden;
}
a{
    text-decoration: none;
    color: unset;
}
input:not[type="checkbox"],select,textarea{
    outline:none;
    -webkit-appearance: none;
    appearance:none;
    -moz-appearance:none;
    font-family: 'Microsoft YaHei','Arial';
}
select::-ms-expand { display: none !important; }
select{
    position: relative;
    appearance:none; /*åŽ»æŽ‰ä¸‹æ‹‰ç®­å¤´*/
}
select{
    padding-right: 15px !important;
    background-image: url(images/select-down.png) !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    background-size: auto !important;
}
select option{
    line-height: 30px;
}
input:-webkit-autofill {
    box-shadow:0 0 0 1000px none inset !important;
}
input:-internal-autofill-previewed,input:-internal-autofill-selected {
    transition: background-color 5000s ease-in-out 0s !important;
}
h1,h2,h3,h4,h5{
    font-weight: normal;
}
ul{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
.text-center{
    text-align: center;
}
.container {
    max-width: 1248px;
    padding:0 24px;
    position: relative;
    margin: 0 auto;
}
.big-container{
    max-width: 1648px;
    padding:0 24px;
    position: relative;
    margin: 0 auto;
}
.maximg img{
    display: block;
    width: 100%;
    height: auto;
}
.clearfix{
    clear: both;
}
.phone-show{
    display: none;
}
.amplify-img img {
    display: block;
    transition: all ease .4s;
}
.amplify-img img:hover{
    transform: scale(1.1);
}
/*头部样式*/
.header-top{
    background: #f8f8f8;
    font-size: 14px;
}
.header-top-inner{
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-top-l{
    display: flex;
    align-items: center;
}
.header-top-l i{
    color: #015198;
    padding-right: 5px;
    font-weight: bold;
}
.header-top-r{
    display: flex;
    align-items: center;
}
.topnav{
    display: flex;
    align-items: center;
}
.topnav li{
    padding: 0 10px;
}
.topnav li a:hover{
    color: #015198;
    text-decoration: underline;
}
.top-tell{
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 10px;
    color: #fff;
    background: linear-gradient(135deg, #1e84de 0.07%, #1272c8 20.45%, #015198 99.94%);
    margin-left: 10px;
}
.top-tell i{
    font-size: 24px;
    padding-right: 5px;
}
.top-tell span{
    font-size: 16px;
}
.header-bottom-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-bottom-inner .logo img{
    display: block;
    height: 60px;
    width: auto;
}
.mxnav{
    display: flex;
    align-items: center;
}
.header-bottom{
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
}
.mxnav>li{
    padding: 18px;
    position: relative;
}
.mxnav>li>a:hover{
    color: #015198;
}
.mxnav>li.current-menu-item>a{
    color: #015198;
    font-weight: bold;
}
.mxnav>li>ul{
    position: absolute;
    background: rgba(33, 32, 33, 0.6);
    padding: 8px 15px;
    line-height: 36px;
    width: max-content;
    min-width: 120px;
    top:55px;
    left:50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
    border-radius: 10px;
    display: none;
    flex-direction: column;
    align-items: center;
    z-index: 9;
}
.mxnav>li:hover>ul{
    display: flex;
}
.mxnav>li>ul::before{
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    top: -10px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid rgba(33, 32, 33, 0.6);
}
.mxnav>li>ul>li>a{
    color: #fff;
    opacity: 8;
    cursor: pointer;
}
.mxnav>li>ul>li>a:hover{
    opacity: 1;
    font-weight: bold;
}
.mxnav{
    margin-right: -18px;
}
/*banner样式*/
.banner .swiper-horizontal>.swiper-pagination-bullets, 
.banner .swiper-pagination-bullets.swiper-pagination-horizontal, 
.banner .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 24px;
}
.banner .swiper-pagination-bullet{
    width: 12px;
    height: 12px;
    background: #fff;
}
/*区块通用*/
.default-block{
    padding: 70px 0;
}
.default-block-hd{
    margin-bottom: 42px;
}
.default-block-hd h2{
    font-size: 48px;
    line-height: 1;
    font-weight: bold;
    padding-bottom: 20px;
    position: relative;
}
.default-block-hd h2::after{
    content: '';
    width: 96px;
    background: #015198;
    height: 3px;
    position: absolute;
    bottom:0;
    left:50%;
    margin-left: -48px;
}
.default-block-hd p{
    color: #999;
    font-size: 24px;
    margin-top: 16px;
}
/*定制化学习*/
.customization-lists{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: -30px;
    margin-bottom: -30px;
}
.customization-lists li{
    width: 25%;
    padding-right: 30px;
    margin-bottom: 30px;
}
.customization-lists li a{
    display: block;
    height: 100%;
    background: #fff;
    padding: 24px;
    border-radius: 16px;
    transition: all ease .4s;
}
.customization-lists li a:hover{
    -webkit-box-shadow: 0 12px 32px rgb(0 0 0 / 13%);
    box-shadow: 0 12px 32px rgb(0 0 0 / 13%);
}
.customization-lists li img{
    display: block;
    height: 40px;
    width: auto;
}
.customization-lists li h3{
    font-size: 24px;
    font-weight: bold;
    margin: 10px 0 5px 0;
}
.customization-lists li p{
    color: #999;
    line-height: 24px;
}
/*首页关于*/
.home-about-block{
    background: #f8f8f8;
}
.home-about-lists{
    display: flex;
    flex-wrap: wrap;
    flex-direction: center;
    margin-right: -30px;
    margin-bottom: -30px;
}
.home-about-lists li{
    width: 33.33%;
    padding-right: 30px;
    margin-bottom: 30px;
}
.home-about-lists li a{
    display: block;
}
.home-about-lists li .home-about-image-wrap{
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}
.home-about-lists li h3{
    font-size: 24px;
    margin-top: 10px;
    text-align: center;
    font-weight: bold;
}
.home-about-des{
    position: absolute;
    width: 100%;
    height: 0;
    overflow: hidden;
    border-radius: 24px;
    background: rgba(1, 81, 152, .8);
    color: #fff;
    left:0;
    bottom:0;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 30px;
    transition: all ease .4s;
}
.home-about-lists li .home-about-image-wrap:hover .home-about-des{
    height: 100%;
    padding: 24px;
}
/*发展历程*/
.history-l-item{
    display: none;
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    height: 100%;
}
.history-l-item img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.history-l-item-hd{
    position: absolute;
    top:24px;
    left:24px;
    z-index: 2;
    color: #fff;
    display: flex;
    align-items: center;
}
.history-l-item-hd h4{
    font-size: 36px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.history-l-item-hd p{
    padding-left: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.history-des{
    position: absolute;
    width: 100%;
    left:0;
    bottom: 0;
    padding: 24px;
    background: #015198;
    color: #fff;
    z-index: 3;
    line-height: 30px;
}
.history-des strong{
    font-size: 36px;
    font-weight: bold;
}
.history-l-item.active{
    display: block;
}
.history-wrap{
    display: flex;
    justify-content: space-between;
}
.history-wrap-r{
    width: 370px;
    margin-left: 105px;
    flex:none;
}
.history-wrap-l{
    flex:1;
}
.history-r-item{
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-radius: 12px;
    border:1px solid #015198;
    margin-bottom: 20px;
    cursor: pointer;
}
.history-r-item.on{
    background: #015198;
}
.history-wrap-r .history-r-item:last-child{
    margin-bottom: 0;
}
.icon-xuanzhongduihao{
    display: none;
}
.history-r-item>span{
    display: block;
    font-size: 36px;
    font-weight: bold;
    margin-right: 35px;
    color: #015198;
}
.history-r-item.on>span{
    color: #fff;
}
.history-title h3{
    font-size: 24px;
    font-weight: bold;
}
.history-r-item.on h3{
    color: #fff;
}
.history-title p{
    color: #999;
}
.history-r-item.on p{
    color: #fff;
}
.history-r-item i{
    margin-left: auto;
    margin-right: 0;
    font-size: 36px;
    color: #015198;
}
.history-r-item.on i{
    color: #fff;
}
.history-r-item.on i.icon-youjiantou{
    display: none;
}
.history-r-item.on i.icon-xuanzhongduihao{
    display: block;
}
/*首页选择校区*/
.default-block.choose-school-block{
    padding: 0;
    position: relative;
}
.choose-school-block-card{
    background: #015198;
    color: #fff;
    padding: 32px;
    border-radius: 24px;
    position: absolute;
    top:50%;
    right:calc((100% - 1200px)/2);
    z-index: 3;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    min-width: 470px;
}
.choose-school-block-card h2{
    font-size: 50px;
    font-weight: bold;
}
.choose-school-block-card p{
    font-size: 36px;
    margin-top: 10px;
    margin-bottom: 45px;
}
.choose-school-block-card a{
    display: inline-block;
    height: 55px;
    line-height: 51px;
    padding: 0 36px;
    border:1px solid #fff;
    border-radius: 5px;
    font-size: 24px;
    transition: all ease .4s;
}
.choose-school-block-card a:hover{
    background: #fff;
    color: #015198;
}
.placeholder{
    padding-bottom: 146px;
    background: #fff;
}
body.home .placeholder{
    background: #313131;
}
/*首页咨询条*/
.enroll-form-block.fixed{
    position: fixed;
    left:0;
    width: 100%;
    bottom:0;
    z-index: 99;
}
.enroll-bottom{
    background: #313131;
}
.enroll-bottom-inner{
    position: relative;
}
.enroll-bottom-l{
    width: 280px;
    position: absolute;
    left:0;
    bottom:0;
    z-index: 9;
}
.enroll-bottom-r{
    padding: 22px 0 22px 360px;
}
.zixun-lists{
    display: flex;
}
.zixun-lists li{
    margin-right: 15px;
}
.zixun-lists li:last-child{
    margin-right: 0;
}
.zixun-lists li a{
    display: block;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    border-radius: 18px;
    font-size: 18px;
    background: #8E8D92;
    transition: all ease .4s;
}
.zixun-lists li a:hover{
    background: #fff;
}
.zixun-from-wrap div.wpforms-container-full{
    margin: 24px auto 0 auto;
}
.zixun-from-wrap form.wpforms-form{
    display: flex;
    justify-content: space-between;
}
.zixun-from-wrap div.wpforms-container-full .wpforms-form .wpforms-submit-container{
    margin-top: 0;
    padding: 0;
    margin-left: 20px;
    flex:none;
}
.zixun-from-wrap .wpforms-container .wpforms-field{
    padding: 0;
}
.zixun-from-wrap .wpforms-field-container{
    flex:1;
}
div.wpforms-container-full input[type=submit], div.wpforms-container-full button[type=submit], div.wpforms-container-full .wpforms-page-button{
    height: 43px !important;
    box-shadow: none !important;
    background-color: #015198 !important;
    outline: none !important;
}
div.wpforms-container-full input[type=date], div.wpforms-container-full input[type=datetime], div.wpforms-container-full input[type=datetime-local], div.wpforms-container-full input[type=email], div.wpforms-container-full input[type=month], div.wpforms-container-full input[type=number], div.wpforms-container-full input[type=password], div.wpforms-container-full input[type=range], div.wpforms-container-full input[type=search], div.wpforms-container-full input[type=tel], div.wpforms-container-full input[type=text], div.wpforms-container-full input[type=time], div.wpforms-container-full input[type=url], div.wpforms-container-full input[type=week], div.wpforms-container-full select, div.wpforms-container-full textarea{
    outline: none !important;
    box-shadow: none !important;
}
.zixun-from-wrap div.wpforms-container-full input[type=date], 
.zixun-from-wrap div.wpforms-container-full input[type=datetime], 
.zixun-from-wrap div.wpforms-container-full input[type=datetime-local], 
.zixun-from-wrap div.wpforms-container-full input[type=email], 
.zixun-from-wrap div.wpforms-container-full input[type=month], 
.zixun-from-wrap div.wpforms-container-full input[type=number], 
.zixun-from-wrap div.wpforms-container-full input[type=password], 
.zixun-from-wrap div.wpforms-container-full input[type=range], 
.zixun-from-wrap div.wpforms-container-full input[type=search], 
.zixun-from-wrap div.wpforms-container-full input[type=tel], 
.zixun-from-wrap div.wpforms-container-full input[type=text], 
.zixun-from-wrap div.wpforms-container-full input[type=time], 
.zixun-from-wrap div.wpforms-container-full input[type=url], 
.zixun-from-wrap div.wpforms-container-full input[type=week], 
.zixun-from-wrap div.wpforms-container-full select, 
.zixun-from-wrap div.wpforms-container-full textarea{
    border:none !important;
}
/*底部样式*/
.footer-bottom{
    padding: 24px 0;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    background: #000;
}
.footer-bottom a:hover{
    text-decoration: underline;
}
.footer-top{
    padding: 45px 0;
    background: #0C0D0D;
    color: rgba(255, 255, 255, 0.6);
}
.footer-top-inner{
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}
.footer-top-inner a:hover{
    text-decoration: underline;
    color: #fff;
}
.footernav{
    display: flex;
    justify-content: space-around;
}
.footer-contact-item{
    width: 25%;
    flex:none;
    margin-right: 5%;
}
.footer-links-item{
    width: 31%;
    flex:none;
    margin-left: 5%;
}
.footer-top-item.footer-menu-item{
    flex:1;
}
.footer-top-item h3, .footernav>li>a{
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 24px;
}
.footer-top-item h3:after, .footernav>li>a:after{
    content: '';
    width: 40px;
    height: 2px;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    bottom:0;
    left:0;
}
.footer-contact-wrap h2{
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}
.footer-contact-wrap p{
    font-size: 16px;
    margin-top: 12px;
}
.footer-contact-wrap>a{
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0 24px;
    border-radius: 5px;
    background: #015198;
    color: #fff;
    font-size: 18px;
    margin-top: 24px;
    transition: all ease .4s;
}
.footer-contact-wrap>a:hover{
    opacity: .8;
    text-decoration: none;
}
.footernav>li>ul>li>a{
    display: block;
    line-height: 36px;
}
.footer-web-links{
    display: flex;
    flex-wrap: wrap;
    margin-right: -30px;
}
.footer-web-links li{
    padding-right: 30px;
}
.footer-web-links li a{
    display: block;
    line-height: 36px;
}
/*侧边栏客服*/
.web-kefu-wrap{
    width: 135px;
    position: fixed;
    right:10px;
    top:50%;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    z-index: 99;
}
.kefu-top-wrap{
    border-radius: 16px;
    -webkit-box-shadow: 0 6px 16px rgb(0 0 0 / 13%);
    box-shadow: 0 6px 16px rgb(0 0 0 / 13%);
    margin-bottom: 15px;
}
.kefu-hd{
    background: #015198;
    color: #fff;
    text-align: center;
    padding: 15px;
    border-radius: 16px 16px 0 0;
}
.kefu-hd h3{
    font-size: 16px;
}
.kefu-bd{
    background: #fff;
    border:1px solid #e5e5e5;
    border-top:none;
    border-radius: 0 0 16px 16px;
}
.sidebar-kefu-lists li{
    padding: 12px;
    border-bottom: 1px solid #e5e5e5;
}
.sidebar-kefu-lists li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #666;
}
.sidebar-kefu-lists li a:hover, .sidebar-kefu-lists li a:hover i{
    color: #015198;
}
.sidebar-kefu-lists li a i{
    font-size: 12px;
    color: #999;
    display: block;
    margin-right: -5px;
}
.kefu-ft{
    background: #015198;
    color: #fff;
    border-radius: 16px;
    -webkit-box-shadow: 0 6px 16px rgb(0 0 0 / 13%);
    box-shadow: 0 6px 16px rgb(0 0 0 / 13%);
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.kefu-ft i{
    font-size: 48px;
    font-weight: 100 !important;
}
.kefu-ft h3{
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0;
}
.kefu-ft h4{
    font-size: 16px;
}
.sidebar-kefu-button{
    height: 30px;
    line-height: 28px;
    display: block;
    margin: 12px;
    color: #fff;
    background: linear-gradient(135deg, #1e84de 0.07%, #1272c8 20.45%, #015198 99.94%);
    border-radius: 15px;
    text-align: center;
    font-size: 14px;
}
/*关于我们页面*/
.gray-bg-block{
    background: #f8f8f8;
}
.about-wrap{
    display: flex;
    justify-content: space-between;
}
.about-wrap-l, .about-wrap-r{
    width: calc(50% - 30px);
}
.about-wrap-l{
    border-radius: 24px;
    overflow: hidden;
}
.about-wrap-l img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.about-wrap-r{
    font-size: 30px;
    line-height: 56px;
    color: #404040;
}
.about-wrap-r p{
    margin-bottom: 20px;
}
.about-wrap-r p:last-child{
    margin-bottom: 0;
}
.about-datas{
    display: flex;
    flex-wrap: wrap;
    margin-right: -75px;
    margin-top: 40px;
}
.about-datas li{
    width: 33.33%;
    padding-right: 75px;
    margin-top: 75px;
}
.about-data-item{
    padding: 20px 10px;
    border-radius: 24px;
    background: linear-gradient(135deg, #1e84de 0.07%, #1272c8 20.45%, #015198 99.94%);
    color: #fff;
    height: 100%;
}
.about-data-item h3{
    font-size: 80px;
    line-height: 80px;
}
.about-data-item p{
    font-size: 24px;
    margin-top: 10px;
}
.edu-ideas{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: -40px;
    margin-bottom: -40px;
}
.edu-ideas li{
    width: 50%;
    padding-right: 40px;
    margin-bottom: 40px;
}
.idea-item{
    height: 100%;
    border-radius: 24px;
    padding: 50px;
    color: #fff;
    background: linear-gradient(135deg, #1e84de 0.07%, #1272c8 20.45%, #015198 99.94%);
}
.idea-item h3{
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 24px;
    position: relative;
    padding-left: 58px;
}
.idea-item h3::before{
    position: absolute;
    left:0;
    top:50%;
    margin-top: -20px;
    content: '';
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.6);
}
.idea-item h3::after{
    position: absolute;
    left:9px;
    top:50%;
    margin-top: -11px;
    content: '';
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #fff;
}
.idea-content{
    font-size: 30px;
    line-height: 58px;
}
/*学大艺考*/
.question-block-wrap{
    display: flex;
    justify-content: space-between;
}
.question-block-l{
    width: 40%;
    flex:none;
    margin-right: 80px;
}
.question-block-r{
    flex:1;
    border-radius: 24px;
    overflow: hidden;
    -webkit-box-shadow: 0 6px 16px rgb(0 0 0 / 13%);
    box-shadow: 0 6px 16px rgb(0 0 0 / 13%);
}
.question-block-r img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.question-block-l .default-block-hd h2:after{
    left:0;
    margin-left: 0;
}
.default-block-hd h2 b{
    color: #015198;
}
.question-lists li{
    margin-bottom: 33px;
}
.question-lists li:last-child{
    margin-bottom: 0;
}
.question-lists li a{
    display: block;
    padding: 10px 32px 10px 36px;
    font-size: 21px;
    border:1px dotted #015198;
    cursor: pointer;
    position: relative;
    border-radius: 12px;
    color: #333;
}
.question-lists li a::before{
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #015198;
    position: absolute;
    left: 15px;
    top:20px;
}
.question-lists li a:hover{
    background: #015198;
    color: #fff;
    border-color: #015198;
}
.question-lists li a:hover:before{
    background: #fff;
}
.defult-block-button-wrap{
    margin-top: 54px;
    display: flex;
    justify-content: center;
}
.defult-block-button-wrap a{
    display: block;
    height: 54px;
    line-height: 54px;
    border-radius: 27px;
    color: #fff;
    background: #015198;
    font-size:20px;
    font-weight: bold;
    padding: 0 60px;
    min-width: 350px;
    text-align: center;
    -webkit-box-shadow: 0 6px 16px rgb(0 0 0 / 13%);
    box-shadow: 0 6px 16px rgb(0 0 0 / 13%);
    transition: all ease .4s;
}
.defult-block-button-wrap a:hover{
    opacity: .9;
}
.edu-advs{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-right: -65px;
    margin-bottom: -65px;
}
.edu-advs li{
    width: 33.33%;
    padding-right: 65px;
    margin-bottom: 65px;
}
.edu-advs li a{
    display: flex;
    flex-direction: column;
    padding: 78px 60px;
    border-radius: 24px;
    border:1px solid #015198;
    height: 100%;
}
.edu-advs li a:hover{
    background: #015198;
}
.edu-adv-hd{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.edu-adv-hd img{
    display: block;
    height: 38px;
    width: auto;
    margin-right: 10px;
}
.edu-adv-hd .white-icon{
    display: none;
}
.edu-advs li a:hover .edu-adv-hd .white-icon{
    display: block;
}
.edu-advs li a:hover .edu-adv-hd .color-icon{
    display: none;
}
.edu-adv-hd h3{
    font-size: 30px;
    font-weight: bold;
    color: #015198;
}
.edu-advs li a:hover .edu-adv-hd h3{
    color: #fff;
}
.edu-adv-bd{
    font-size: 21px;
    line-height: 35px;
    color: #666;
}
.edu-advs li a:hover .edu-adv-bd{
    color: #fff;
}
.edu-advs-block{
    border-top:1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.teachings{
    display: flex;
    flex-wrap: wrap;
    margin-right: -60px;
    margin-bottom: -30px;
}
.teachings li{
    width: 50%;
    padding-right: 60px;
    margin-bottom: 30px;
}
.teaching-image{
    border-radius: 24px;
    overflow: hidden;
    -webkit-box-shadow: 0 6px 16px rgb(0 0 0 / 13%);
    box-shadow: 0 6px 16px rgb(0 0 0 / 13%);
}
.teaching-item h3{
    font-size: 30px;
    font-weight: bold;
    color: #015198;
    margin: 20px 0 15px 0;
    padding-bottom: 20px;
    position: relative;
}
.teaching-item h3:after{
    content: '';
    width: 90px;
    height: 2px;
    background: #015198;
    position: absolute;
    left:0;
    bottom:0;
}
.teaching-item p{
    font-size: 21px;
    color: #999;
}
.time-manages{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -60px;
    margin-bottom: -60px;
}
.time-manages li{
    width: 33.33%;
    padding-right: 60px;
    margin-bottom: 60px;
}
.time-manage-item{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.time-manage-hd{
    border-radius:24px 24px 0 0;
    background: #015198;
    color: #fff;
    font-size: 26px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    flex:none; 
}
.time-manage-hd h3{
    font-weight: bold;
}
.time-manage-bd{
    padding: 40px 20px;
    border-radius: 0 0 24px 24px;
    border:3px dashed #015198;
    border-top:0;
    text-align: center;
    font-size: 21px;
    line-height: 32px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;
    flex:1;
    color: #333;
}
.effects{
    display: flex;
    margin-right: -45px;
    margin-bottom: -45px;
    flex-wrap: wrap;
}
.effects li{
    width: 25%;
    padding-right: 45px;
    margin-bottom: 45px;
}
.effect-item{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.effect-image{
    border-radius: 24px 24px 0 0;
    overflow: hidden;
}
.effect-con{
    border-radius: 0 0 24px 24px;
    border:1px dashed #ccc;
    border-top:none;
    padding: 24px;
    text-align: center;
}
.effect-con h3{
    font-size: 22px;
    font-weight: bold;
    color: #015198;
    margin-bottom: 10px;
}
.effect-con p{
    font-size: 21px;
    line-height: 32px;
    color: #999;
}
.teachers-block{
    border-top:1px solid #e5e5e5;
}
.teachers-datas{
    display: flex;
    border-radius: 24px;
    background: #fff;
    padding: 60px 0;
    -webkit-box-shadow: 0 6px 16px rgb(0 0 0 / 13%);
    box-shadow: 0 6px 16px rgb(0 0 0 / 13%);
    margin-top: -88px;
}
.teachers-datas li{
    flex:1;
    display: flex;
    justify-content: center;
    border-right:2px solid #015198
}
.teachers-datas li:last-child{
    border-right: none;
}
.teachers-datas li h3{
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    color: #015198;
}
.teachers-datas li h4{
    font-size: 21px;
    font-weight: bold;
    color: #9B9A9A;
    margin-top: 5px;
}
.environments{
    display: flex;
    margin-right: -30px;
    margin-bottom: -30px;
    flex-wrap: wrap;
    justify-content: center;
}
.environments li{
    width: 33.3333333%;
    padding-right: 30px;
    margin-bottom: 30px;
}
.environment-item{
    border-radius: 5px;
    background: #fff;
    -webkit-box-shadow: 0 6px 16px rgb(0 0 0 / 13%);
    box-shadow: 0 6px 16px rgb(0 0 0 / 13%);
    padding: 0 45px 40px 45px;
    height: 100%;
}
.environment-item-hd{
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    clip-path: polygon(0% 0%, 100% 0%, calc(100% - 24px) 100%, 24px 100%);
    background: #015198;
    position: relative;
    margin-bottom: 40px;
}
.environment-item-bd{
    font-size: 21px;
    line-height: 46px;
    color: #666;
}
.environments-images{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: -30px;
}
.environments-images li{
    width: 25%;
    padding-right: 25px;
    margin-top: 30px;
}
body.page-template-page-yikao .placeholder{
    background: #f8f8f8;
}
.default-block.environments-block{
    padding-bottom: 0;
}
/*业务体系*/
.learnings-lists li{
    margin-bottom: 68px;
}
.learnings-lists li:last-child{
    margin-bottom: 0;
}
.learning-item{
    display: flex;
    justify-content: space-between;
}
.learnings-lists li:nth-child(even) .learning-item{
    flex-direction: row-reverse;
}
.learning-item-text{
    width: calc(50% - 22px);
}
.learning-item-image{
    width: calc(50% - 22px);
    border-radius: 24px;
    overflow: hidden;
    position: relative;
}
.learning-item-image img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
}
.learning-item-text img{
    display: block;
    height: 48px;
    width: auto;
    margin-top: 44px;
}
.learning-item-text h3{
    font-size: 36px;
    line-height: 36px;
    margin-top: 15px;
    color: #015198;
    font-weight: bold;
}
.learning-item-text h4{
    margin: 20px 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
}
.learning-item-text p{
    font-size: 16px;
    color: #666;
    line-height: 24px;
}
.learning-item-text a{
    display: inline-block;
    margin-top: 24px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 24px;
    border-radius: 25px;
    background: #015198;
    -webkit-box-shadow: 0 6px 16px rgb(0 0 0 / 13%);
    box-shadow: 0 6px 16px rgb(0 0 0 / 13%);
    transition: all ease .4s;
}
.learning-item-text a:hover{
    opacity: .8;
}
.all-day-block-bd-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.all-day-block-bd-l, .all-day-block-bd-r{
    width: calc(50% - 30px);
}
.all-day-learning-contents{
    display: flex;
    justify-content: space-between;
}
.all-day-learning-contents li{
    width: calc(50% - 12px);
}
.all-day-learning-contents li:nth-child(2){
    padding-top: 40px;
}
.all-day-learning-content-item{
    padding: 30px;
    border:1px solid #015198;
    border-radius: 12px;
    margin-bottom: 24px;
}
.all-day-learning-contents li .all-day-learning-content-item:last-child{
    margin-bottom: 0;
}
.all-day-learning-content-item img{
    display: block;
    height: 38px;
    width: auto;
}
.all-day-learning-content-item h3{
    font-size: 24px;
    color: #015198;
    font-weight: bold;
    margin: 10px 0;
}
.all-day-learning-content-item p{
    font-size: 16px;
    line-height: 24px;
    color: #666;
}
.all-day-block-bd-r .defult-block-button-wrap{
    justify-content: flex-start;
}
.all-day-block-bd-r .defult-block-button-wrap a{
    padding: 0 30px;
    min-width: auto;
}
.free-editor-wrap{
    font-size: 22px;
    line-height: 36px;
    color: #666;
}
.free-editor-wrap p{
    margin-bottom: 24px;
}
.free-editor-wrap img{
    display: block;
    max-width: 100%;
    height: auto;
}
.free-editor-wrap img.aligncenter{
    margin: 0 auto;
}
.page-template-page-business .placeholder{
    background: #f8f8f8;
}
.schools-block-tab-hd{
    display: flex;
    justify-content: center;
    align-items: center;
}
.schools-block-tab-hd li{
    font-size: 18px;
    color: #666;
    font-weight: bold;
    cursor: pointer;
    margin: 0 33px;
    position: relative;
    padding-bottom: 10px;
}
.schools-block-tab-hd li.on{
    color: #015198;
    font-size: 22px;
}
.schools-block-tab-hd li.on:after{
    content: '';
    width: 44px;
    height: 2px;
    background: #015198;
    position: absolute;
    left:50%;
    margin-left: -22px;
    bottom:0;
}
.schools-block-tab-bd-item{
    display: none;
    justify-content: space-between;
    align-items: center;
}
.schools-block-tab-bd{
    margin-top: 45px;
}
.schools-block-tab-bd-item.active{
    display: flex;
}
.schools-block-tab-bd-item-l{
    width: 55%;
    padding-right: 30px;
    flex:none;
}
.schools-block-tab-bd-item-r{
    flex: 1;
}
.schools-block-tab-bd-item-l h3{
    font-size: 36px;
    font-weight: bold;
    color: #015198;
    margin-bottom: 25px;
}
.schools-block-tab-bd-item-l p{
    font-size: 24px;
    line-height: 36px;
}
.school-datas{
    display: flex;
    margin-right: -50px;
}
.school-datas li{
    padding-right: 50px;
}
.school-data-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 60px;
}
.school-data-item h4{
    font-size: 18px;
    color: #015198;
}
.school-data-item p{
    font-size: 16px;
    color: #999;
    line-height: 30px;
}
.default-block.schools-block{
    padding-bottom: 0;
}
/*校区介绍*/
.school-intro-wrap{
    display: flex;
    justify-content: space-between;
}
.school-intro-l{
    width: 50%;
    flex:none;
    position: relative;
}
.school-intro-l img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
}
.school-intro-r{
    flex:1;
    padding: 35px 50px;
    background: #f8f8f8;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    min-height: 400px;
}
.school-intro-r p{
    margin-bottom: 15px;
}
.school-intro-r p:last-child{
    margin-bottom: 0;
}
.school-contact-wrap{
    display: flex;
    justify-content: space-between;
}
.school-contact-l, .school-contact-r{
    width: calc(50% - 15px);
}
.school-contact-l{
    padding: 45px 0;
}
.school-contacts li{
    display: flex;
    margin-bottom: 30px;
}
.school-contacts li:last-child{
    margin-bottom: 0;
}
.school-contact-icon{
    border-radius: 50%;
    background: #f5f5f5;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    flex:none;
}
.school-contact-icon img{
    display: block;
    width: 24px;
    height: 24px;
}
.school-contact-text h3{
    font-size: 18px;
    font-weight: bold;
}
.school-contact-con{
    font-size: 15px;
    color: #666;
    margin-top: 5px;
    line-height: 24px;
}
.school-contact-r{
    position: relative;
}
.school-contact-r img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    border-radius: 24px;
}
.school-order-form{
    padding: 0 15%;
}
.school-order-block{
    background-image: url(images/school-order-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.school-order-form div.wpforms-container-full{
    margin:0 auto;
}
.school-order-form .wpforms-container .wpforms-field{
    padding: 10px 0;
}
div.wpforms-container-full input[type=date], div.wpforms-container-full input[type=datetime], div.wpforms-container-full input[type=datetime-local], div.wpforms-container-full input[type=email], div.wpforms-container-full input[type=month], div.wpforms-container-full input[type=number], div.wpforms-container-full input[type=password], div.wpforms-container-full input[type=range], div.wpforms-container-full input[type=search], div.wpforms-container-full input[type=tel], div.wpforms-container-full input[type=text], div.wpforms-container-full input[type=time], div.wpforms-container-full input[type=url], div.wpforms-container-full input[type=week], div.wpforms-container-full select, div.wpforms-container-full textarea{
    border:1px solid #e5e5e5 !important;
}
.school-order-form .wpforms-container .wpforms-submit-container{
    text-align: center;
}
.school-order-form div.wpforms-container-full input[type=submit], 
.school-order-form div.wpforms-container-full button[type=submit], 
.school-order-form div.wpforms-container-full .wpforms-page-button{
    background: #015198 !important;
    padding: 0 60px !important;
    height: 54px !important;
    line-height: 54px !important;
    border-radius: 27px;
    font-size: 20px;
    font-weight: bold;
    padding: 0 60px;
    min-width: 350px;
    text-align: center;
    -webkit-box-shadow: 0 6px 16px rgb(0 0 0 / 13%);
    box-shadow: 0 6px 16px rgb(0 0 0 / 13%);
    transition: all ease .4s;
}
div.wpforms-container-full input[type=submit]::after, 
div.wpforms-container-full button[type=submit]::after, 
div.wpforms-container-full .wpforms-page-button::after{
    display: none !important;
}
.school-lists{
    display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-bottom: -30px;
}
.school-lists li{
    width: 25%;
    padding-right: 20px;
    margin-bottom: 30px;
}
.school-item h3 a{
    display: block;
    font-weight: bold;
    margin-top: 15px;
    font-size: 18px;
}
.default-block.school-lists-block{
    padding-bottom: 0;
}
.school-thumb{
    border-radius: 16px;
    overflow: hidden;
}
/*走进校区*/
.default-block.school-environment-block{
    padding-bottom: 0;
}
body.page-template-page-schools .placeholder{
    background: #f8f8f8;
}
/*联系我们*/
.contact-card-lists{
    display: flex;
    flex-wrap: wrap;
}
.contact-card-lists li{
    width: 50%;
    background: #fbfbfb;
    text-align: center;
    padding: 45px 30px;
    color: #666;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact-card-lists li:nth-child(12n+1),
.contact-card-lists li:nth-child(12n+4),
.contact-card-lists li:nth-child(12n+5),
.contact-card-lists li:nth-child(12n+8),
.contact-card-lists li:nth-child(12n+9) {
    background: #f5f5f5;
}
.contact-card-bd{
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 30px;
}
.contact-card-hd h3{
    display: inline-block;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 2px solid #015198;
    color: #000;
}
.contact-card-ft{
    display: flex;
    justify-content: center;
    margin-top: auto;
    margin-bottom: 0;
}
.contact-card-ft a{
    display: block;
    height: 35px;
    line-height: 33px;
    border-radius: 18px;
    color: #fff;
    background: linear-gradient(135deg, #1e84de 0.07%, #1272c8 20.45%, #015198 99.94%);
    padding: 0 30px;
    transition: all ease .4s;
}
.contact-card-ft a:hover{
    opacity: .8;
}
.default-block.contact-cards-block{
    padding-bottom: 0;
}
/*普通页面*/
h1.page-title{
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
.breadcrumbs{
    padding: 15px 0;
    color: #666;
    font-size: 14px;
}
.pagecon{
    color: #333;
}
.pagecon h1{
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 36px;
    font-weight: bold;
    color: #000;
}
.pagecon h2{
    font-size: 22px;
    margin-bottom: 15px;
    line-height: 36px;
    font-weight: bold;
    color: #000;
}
.pagecon h3{
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 36px;
    font-weight: bold;
    color: #000;
}
.pagecon h4{
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 36px;
    font-weight: bold;
    color: #000;
}
.pagecon h5{
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 36px;
    font-weight: bold;
    color: #000;
}
.pagecon strong{
    font-weight: bold;
}
.pagecon ul, .pagecon ol{
    margin-bottom: 20px !important;
}
.pagecon ul li{
    line-height: 30px;
    font-size: 15px;
    list-style-type:disc;
    list-style-position:inside;
    margin-bottom: 15px;
}
.pagecon ol li{
    line-height: 30px;
    font-size: 15px;
    list-style-type:decimal;
    list-style-position:inside;
    margin-bottom: 15px;
}
.pagecon  table {
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
    width: 100%;
    margin-bottom: 20px;
}
.pagecon table tr:nth-child(odd) {
    background: #f8f8f8;
}
.pagecon table tr {
    height: 40px;
    line-height: 40px;
}
.pagecon table tr td {
    border: 1px solid #e5e5e5;
    padding: 0 15px;
}
.pagecon img{
    max-width: 100%;
    height: auto;
    display: block;
}
.pagecon .wp-video{
    margin-bottom: 20px;
}
.pagecon p{
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
}
.pagecon p a{
    color: #015198;
}
.aligncenter { 
    display: block; 
    margin-left: auto; 
    margin-right: auto; 
}
.aligncenter p.wp-caption-text {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
/*新闻列表*/
.list-wrap{
    padding-top:45px;
    background: #fff;
}
.search .list-wrap, .tag .list-wrap{
    padding-top: 0px;
}
.list-menu-wrap{
    margin-bottom: 35px;
}
.list-menu{
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-menu li a{
    display: block;
    padding: 0 30px;
}
.list-menu li a:hover, .list-menu li.current-item a{
    color: #015198;
}
.list-menu li.current-item a{
    color: #015198;
    font-weight: bold;
}
.list-menu li{
    position: relative;
    font-size: 18px;
    line-height: 18px;
}
.list-menu li::after{
    content: '/';
    position: absolute;
    right:-4px;
    top:0;
    color: #a5a5a5;
}
.list-menu li:last-child::after{
    display: none;
}
/*文章列表*/
.posts-lists{
    display: flex;
    margin-right: -30px;
    margin-bottom: -30px;
    flex-wrap: wrap;
}
.posts-lists li{
    width: 33.33%;
    padding-right: 30px;
    margin-bottom: 30px;
}
.post-thumb{
    display: block;
    overflow: hidden;
    border-radius: 16px;
}
.post-thumb img{
    display: block;
    width: 100%;
    height: auto;
}
.post-item span{
    display: block;
    font-size: 14px;
    color:#a5a5a5;
    margin: 15px 0 10px 0;
}
.post-item h3 a{
    color: #000;
    font-size: 20px;
    line-height: 24px;
}
.post-item:hover h3 a{
    text-decoration: underline;
}
.post-item p{
    font-size: 15px;
    line-height: 26px;
    color: #666;
    margin-top: 10px;
}
.news-block-buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}
.news-block-buttons a.default-button{
    color: #fff;
    background: #015198;
}
/*分页样式*/
.page_navi{
    margin-top: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}
.page_navi a{
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    min-width: 40px;
    margin: 2px 4px;
    background: #f8f8f8;
}
.page_navi a i{
    font-size: 14px;
    font-weight: 100;
}
.page_navi a:hover, .page_navi a.current{
    background: #015198;
    color: #fff;
}
.page_navi a.connot-click{
    color: #a5a5a5;
}.page_navi a.connot-click:hover{
    background: #f8f8f8;
}
.page_navi a.navi-pre{
    transform: rotate(180deg);
}
.post-main-inner{
    display: flex;
    justify-content: space-between;
    align-items: start;
}
.post-main-l{
    width: 70%;
    background: #fff;
}
.post-main-r{
    width: calc(30% - 30px);
    background: #fff;
    padding: 35px;
    box-shadow: rgba(0,27,71,.12) 0px 0px 32px 0px;
}

.single-metas{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    color: #999;
    font-size: 15px;
}
.single-metas>span{
    display: block;
    margin: 0 10px;
}
.page-con-header{
    margin-bottom: 25px;
}
.post-share{
    margin: 0 10px;
    display: flex;
    align-items: center;
}
.single-tags{
    display: flex;
    margin-bottom: 15px;
}
.single-tags a{
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 15px;
    background: #f8f8f8;
    margin-right: 5px;
    margin-bottom: 5px;
}
.single-tags a:hover{
    color: #fff;
    background: #015198;
}
.single-tags a:last-child{
    margin-right: 0;
}
.prenext{
    display: flex;
    justify-content: space-between;
}
.prenextpart{
    width: calc(50% - 10px);
    background: #f8f8f8;
    padding: 24px;
}
.prenextpart a{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.prenextpart a:hover{
    color: #015198;
    text-decoration: underline;
}
.prenextpart .next{
    text-align: right;
}
.jticon{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.prenextpart .next .jticon{
    justify-content: end;
}
.jticon span{
    font-size: 16px;
}
.jticon i{
    font-size: 16px;
    font-weight: 100;
    color: #999;
    display: flex;
    padding-left: 5px;
    margin-bottom: -2px;
}
.pre .jticon i{
    transform: rotate(180deg);
}
.related-posts{
    margin-top: 45px;
}
.sidebar-title{
    font-size: 22px;
    margin-bottom: 15px;
}
.related-posts .post-item h3 a{
    font-size: 16px;
    line-height: 24px;
}
.related-posts .post-item p{
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
}
.related-posts .post-item span{
    margin: 15px 0 7px 0;
}
.post-sidebar-menu li{
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
}
.post-sidebar-menu li:first-child{
    padding-top: 0;
}
.post-sidebar-menu li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.post-sidebar-menu li .num{
    color: #666;
}
.sidebar-wrap .sidebar-title{
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    font-weight: bold;
}
.post-sidebar-menu li a:hover, .post-sidebar-menu li.current-item a{
    color: #015198;
}
.sidebar-wrap{
    margin-bottom: 35px;
}
.post-main-r .sidebar-wrap:last-child{
    margin-bottom: 0;
}
.popular-news-lists li{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.popular-news-lists li:last-child{
    margin-bottom: 0;
}
.popular-news-lists li .pp-new-l{
    width: 38%;
}
.popular-news-lists li .pp-new-r{
    width: 62%;
    padding-left: 15px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.popular-news-lists li .pp-new-r h4 a{
    display: block;
    font-size: 15px;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
    margin-top: -2px;
}
.popular-news-lists li .pp-new-r h4 a:hover{
    color: #015198;
    text-decoration: underline;
}
.popular-news-lists li .pp-new-r span{
    display: block;
    margin-top: 10px;
    font-size: 13px;
    color: #999;
}
/*404页面*/
.error-inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 100px 0;
    align-items: center;
}
.error-inner img{
    display: block;
    max-width: 100%;
    height: auto;
}
.error-inner h1{
    font-size: 60px;
    margin: 45px 0 25px 0;
}
.error-inner a{
    display: block;
    color: #015198;
    text-decoration: underline;
    font-size: 18px;
}
.phone-menu{
    display: none;
}

/**
* Navigation Defaults
*/
.nav {
    position: fixed;
    z-index: 999;
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  .nav--active{
      height: 100% !important;
  }
  .nav--active .nav {
    opacity: 1;
  }
  .nav__list {
    margin: 0;
    border-top: 1px solid #e5e5e5;
  }
  .nav__list li {
    list-style-type: none;
  }
  .nav__list>li{
    padding: 0 24px;
    position: relative;
    line-height: 50px;
  }
  .nav__list li a{
    font-size: 16px;
    text-decoration: none;
    opacity: 1;
    -webkit-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    line-height: 50px;
  }
  .nav__list>li>a{
    display: block;
    border-bottom: 1px solid #e5e5e5;
  }
  .nav__list li.current-menu-item>a, .nav__list li:hover a, .nav__list ul li.current-menu-item>a{
    color: #015198;
  }
  .nav__list>li.menu-item-has-children span.iconfont {
    font-size: 18px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 50px;
    z-index: 9999;
    padding: 0 20px;
    color: #999;
    display: block;
  }
  .nav__list>li.menu-item-has-children.show span.iconfont {
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
  }
  .nav__list>li.show .sub-menu{
    display: block;
  }
  .nav__list>li.bigshow .sub-menu{
    display: block;
  }
  .nav__list .sub-menu{
    display: none;
    padding-left: 15px;
    padding-top: 10px;
  }
  .nav__list .sub-menu li a{
      color: #434343;
      display: block;
      font-size: 15px;
  }
  .nav__list .sub-menu li .sub-menu{
    display: none;
    position: fixed;
    top:0px;
    left:0;
    bottom:0;
    right:0;
    z-index: 999999;
    padding: 0 15px;
  }
  .nav__list .sub-menu li .sub-menu.sub--active{
    display: block;
  }
  .nav__list .sub-menu li .sub-menu li a{
      color: #000;
      display: block;
      border-bottom: 1px solid #e5e5e5;
  }
  .nav__list .sub-menu li .sub-menu li a.menu_back{
    vertical-align: middle;
  }
  .nav__list .sub-menu li .sub-menu li a.menu_back i{
    display: inline-block;
    transform:rotate(180deg);
    margin-right: 5px;
    vertical-align: middle;
    font-size: 18px;
  }
  .nav__list .sub-menu li .sub-menu li a.menu_back span{
    vertical-align: middle;
    display: inline-block;
  }
  /* Default navigation icon */
  .nav__trigger {
    display: block;
      position: absolute;
      width: 25px;
      right: 24px;
      z-index: 9999;
      padding: 18px 0;
      height: 54px;
      top:-7px;
  }
  /* .nav--active .nav__icon, .fixheader .nav__icon, .fixed .nav__icon, .header:hover .nav__icon{
      background: #24262b;
  }
  .nav--active .nav__icon:before, .fixheader .nav__icon:before, .fixed .nav__icon:before, .header:hover .nav__icon:before{
      background: #24262b;
  }
  .nav--active .nav__icon:after, .fixheader .nav__icon:after, .fixed .nav__icon:after, .header:hover .nav__icon:after{
      background: #24262b;
  } */
  .nav__icon {
    display: inline-block;
    position: relative;
    width: 25px;
    height: 1px;
    background-color: #015198;
  }
  .nav__icon:before,
  .nav__icon:after {
    content: '';
    display: block;
    width: 25px;
    height: 1px;
    position: absolute;
    background: #015198;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    -webkit-transition-duration: 300ms;
            transition-duration: 300ms;
  }
  .nav__icon:before {
    margin-top: -9px;
  }
  .nav__icon:after {
    margin-top: 9px;
  }
  /* Don't nest if you don't have to. */
  /**
  * Style #1
  */
  .style-1 .nav {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    width: 100%;
    top: 0;
    padding-top: 54px;
  }
  .style-1 .nav__link {
    opacity: 0;
    -webkit-transition-delay: 500ms;
            transition-delay: 500ms;
  }
  .style-1 .nav--active .nav__link {
    opacity: 1;
    font-size: 16px;
    line-height: 45px;
  }
  .style-1 .nav--active .nav {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-transform: translateX(0);
            transform: translateX(0);
     background: #fff;
     width: 100%;
     left:0;
     bottom:0;
  }
  .style-1 .nav--active .nav__icon {
    background: rgba(0, 0, 0, 0);
  }
  .style-1 .nav--active .nav__icon:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #015198;
  }
  .style-1 .nav--active .nav__icon:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
            background: #015198;
  }
  div.wpforms-container-full .wpforms-form textarea{
    outline: none !important;
  }
.home-swiper-item img.phone_image{
    display: none;
}
.nybanner .phone-nybanner-img{
    display: none;
}
  
@media (max-width: 998px) {
    .page-template-page-phone .web-header{
        display: none !important;
    }
    .page-template-page-phone .web-footer{
        display: none !important;
    }
    .page-template-page-phone .web-kefu-wrap{
        display: none !important;
    }
    .page-template-page-phone .phone-hd-height{
        display: none !important;
    }
    .page-template-page-phone .pagecon p{
        margin-bottom: 0  !important;
    }
    .header-top{
        display: none;
    }
    .header-bottom{
        height: 54px;
        padding: 0;
    }
    .mxnav{
        display: none;
    }
    .phone-menu{
        display: block;
    }
    .logo{
        position: absolute;
        top:10px;
        left:24px;
        z-index: 9999;
    }
    .header-bottom-inner .logo img{
        height: 34px;
    }
    .home-swiper-item img{
        display: none;
    }
    .home-swiper-item img.phone_image{
        display: block;
    }
    .nybanner .nybanner-img{
        display: none;
    }
    .nybanner .phone-nybanner-img{
        display: block;
    }
    .banner .swiper-horizontal>.swiper-pagination-bullets, .banner .swiper-pagination-bullets.swiper-pagination-horizontal, .banner .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 10px;
    }
    .banner .swiper-pagination-bullet{
        width: 8px;
        height: 8px;
    }
    .default-block{
        padding: 36px 0;
    }
    .default-block-hd{
        margin-bottom: 24px;
    }
    .default-block-hd h2{
        font-size: 24px;
        padding-bottom: 10px;
    }
    .default-block-hd h2::after{
        width: 48px;
        margin-left: -24px;
    }
    .default-block-hd p{
        font-size: 15px;
    }
    .customization-lists{
        margin-right: -10px;
        margin-bottom: -15px;
    }
    .customization-lists li{
        width: 50%;
        padding-right: 10;
        margin-bottom: 15px;
    }
    .customization-lists li a{
        padding: 0px;
        box-shadow: none !important;
        text-align: center;
    }
    .web-kefu-wrap{
        display: none;
    }
    .customization-lists li img{
        height: 30px;
        margin: 0 auto;
    }
    .customization-lists li h3{
        font-size: 18px;
    }
    .customization-lists li p{
        font-size: 14px;
        line-height: 20px;
    }
    .home-about-lists{
        margin-right: 0;
        margin-bottom: -24px;
    }
    .home-about-lists li{
        width: 100%;
        padding-right: 0;
        margin-bottom: 24px;
    }
    .home-about-lists li h3{
        font-size: 18px;
    }
    .history-wrap{
        flex-direction: column-reverse;
    }
    .history-wrap-l{
        width: 100%;
        margin-top: 20px;
    }
    .history-wrap-l .history-l-item{
        height: 240px;
    }
    .history-wrap-r{
        width: 100%;
        margin-left: 0;
    }
    .history-r-item>span{
        font-size: 30px;
        margin-right: 20px;
    }
    .history-title h3{
        font-size: 18px;
    }
    .history-title p{
        font-size: 15px;
    }
    .history-r-item i{
        font-size: 30px;
    }
    .history-l-item-hd{
        top:15px;
        left:15px;
    }
    .history-l-item-hd h4{
        font-size: 18px;
    }
    .history-l-item-hd p{
        font-size: 15px;
    }
    .history-des{
        padding: 15px;
        font-size: 14px;
        line-height: 20px;
    }
    .history-des strong{
        font-size: 18px;
    }
    .default-block.choose-school-block{
        position: relative;
        padding: 36px 24px;
        overflow: hidden;
    }
    .default-block.choose-school-block img{
        height: 100%;
        object-fit: cover;
        object-position: center;
        position: absolute;
        top:0;
        left:0;
    }
    .choose-school-block-card{
        width: 100%;
        min-width: 100%;
        right:0;
        padding: 24px 15px;
        text-align: center;
        position: relative;
        top:0;
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
    }
    .choose-school-block-card h2{
        font-size: 24px;
    }
    .choose-school-block-card p{
        font-size: 16px;
        margin-bottom: 24px;
    }
    .choose-school-block-card a{
        height: 40px;
        line-height: 38px;
        font-size: 16px;
    }
    .placeholder{
        display: none;
    }
    .enroll-form-block{
        display: none;
    }
    .footer-top{
        padding: 36px 0;
    }
    .footer-menu-item, .footer-links-item{
        display: none;
    }
    .footer-contact-item{
        width: 100%;
        margin-right: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .footer-top-item h3:after, .footernav>li>a:after{
        left:50%;
        margin-left: -20px;
    }
    .footer-contact-wrap>a{
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .about-wrap{
        display: block;
    }
    .about-wrap-l, .about-wrap-r{
        width: 100%;
    }
    .about-wrap-r{
        margin-top: 15px;
        font-size: 16px;
        line-height: 30px;
    }
    .about-datas{
        margin-top: 15px;
        margin-right: -15px;
    }
    .about-datas li{
        width: 50%;
        margin-top: 15px;
        padding-right: 15px;
    }
    .about-data-item h3{
        font-size: 30px;
        line-height: 30px;
    }
    .about-data-item p{
        font-size: 15px;
        margin-top: 8px;
    }
    .edu-ideas{
        display: block;
        margin-right: 0;
        margin-bottom: -15px;
    }
    .edu-ideas li{
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }
    .idea-item{
        padding: 24px;
    }
    .idea-item h3{
        font-size: 20px;
        margin-bottom: 10px;
        padding-left: 30px;
    }
    .idea-item h3::before{
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }
    .idea-item h3::after{
        width: 12px;
        height: 12px;
        margin-top: -6px;
        left:4px;
    }
    .idea-content{
        font-size: 15px;
        line-height: 28px;
    }
    .question-block-wrap{
        display: block;
    }
    .question-block-l{
        width: 100%;
        margin-right: 0;
    }
    .question-block-r{
        width: 100%;
        margin-top: 15px;
    }
    .question-block-wrap .default-block-hd{
        text-align: center;
    }
    .question-block-l .default-block-hd h2:after{
        left:50%;
        margin-left: -24px;
    }
    .question-lists li{
        margin-bottom: 15px;
    }
    .question-lists li a{
        font-size: 16px;
        padding-right: 15px;
        padding-left: 32px;
    }
    .question-lists li a::before{
        width: 8px;
        height: 8px;
        top:17px;
    }
    .defult-block-button-wrap{
        margin-top: 24px;
    }
    .defult-block-button-wrap a{
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        width: 100%;
        min-width: 100%;
    }
    .edu-advs{
        margin-right: -10px;
        margin-bottom: -10px;
    }
    .edu-advs li{
        width: 50%;
        padding-right: 10px;
        margin-bottom: 10px;
    }
    .edu-advs li a{
        padding: 20px 10px;
        border-radius: 16px;
        align-items: center;
    }
    .edu-adv-hd{
        margin-bottom: 10px;
        flex-direction: column;
        align-items: center;
    }
    .edu-adv-hd img{
        height: 24px;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .edu-adv-hd h3{
        font-size: 18px;
    }
    .edu-adv-bd{
        font-size: 14px;
        line-height: 20px;
    }
    .teachings{
        margin-right: 0;
        margin-bottom: -20px;
    }
    .teachings li{
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .teaching-item h3{
        font-size: 18px;
        margin: 10px 0 7px 0;
        padding-bottom: 10px;
        text-align: center;
    }
    .teaching-item h3:after{
        width: 36px;
        left:50%;
        margin-left: -18px;
    }
    .teaching-item p{
        font-size: 15px;
        text-align: center;
    }
    .time-manages{
        margin-right: -10px;
        margin-bottom: -10px;
    }
    .time-manages li{
        width: 100%;
        padding-right: 10px;
        margin-bottom: 10px;
    }
    .time-manage-hd{
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
    .time-manage-bd{
        padding: 20px 15px;
        font-size: 15px;
        line-height: 30px;
        background-size: 50%;
    }
    .effects{
        margin-right: 0;
        margin-bottom: -15px;
    }
    .effects li{
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }
    .effect-con{
        padding: 20px 15px;
    }
    .effect-con h3{
        font-size: 18px;
        margin-bottom: 7px;
    }
    .effect-con p{
        font-size: 15px;
        line-height: 24px;
    }
    .teachers-datas{
        flex-wrap: wrap;
        padding: 30px 0;
    }
    .teachers-datas li{
        width: 50%;
        flex:none;
        border-right:none !important;
    }
    .teacher-data-item{
        padding: 15px 10px;
        text-align: center;
    }
    .teachers-datas li h3{
        font-size: 20px;
        line-height: 20px;
    }
    .teachers-datas li h4{
        font-size: 15px;
        margin-top: 8px;
    }
    .environments{
        margin-right: 0;
        margin-bottom: -15px;
    }
    .environments li{
        width: 100%;
        padding-right: 0;
        margin-bottom: 15px;
    }
    .environment-item{
        padding: 0 15px 20px 15px;
    }
    .environment-item-hd{
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        margin-bottom: 20px;
    }
    .environment-item-hd h3{
        font-size: 18px;
    }
    .environment-item-bd{
        font-size: 15px;
        line-height: 24px
    }
    .time-manage-hd h3{
        font-size: 18px;
    }
    .environments-images{
        margin-right: -5px;
        margin-top: 10px;
    }
    .environments-images li{
        width: 50%;
        padding-right: 5px;
        margin-top: 5px;
    }
    .default-block.environments-block{
        padding-bottom: 36px;
    }
    .learning-item{
        flex-direction: column !important;
    }
    .learning-item-image{
        width: 100%;
        height: 200px;
    }
    .learning-item-text{
        width: 100%;
        margin-top: 15px;
    }
    .learning-item-text img{
        height: 30px;
        margin-top: 0;
    }
    .learning-item-text h3{
        font-size: 22px;
        line-height: 20px;
        margin-top: 15px;
    }
    .learning-item-text h4{
        margin: 10px 0;
        font-size: 18px;
    }
    .learning-item-text p{
        font-size: 15px;
    }
    .learnings-lists li{
        margin-bottom: 24px;
    }
    .learning-item-text a{
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }
    .all-day-block-bd-inner{
        display: block;
    }
    .all-day-block-bd-l, .all-day-block-bd-r{
        width: 100%;
    }
    .all-day-block-bd-r{
        margin-top: 15px;
    }
    .all-day-learning-contents li{
        width: calc(50% - 5px);
    }
    .all-day-learning-contents li:nth-child(2){
        padding-top: 0;
    }
    .all-day-learning-content-item{
        padding: 30px 15px;
        margin-bottom: 10px;
    }
    .all-day-learning-content-item img{
        height: 30px;
    }
    .all-day-learning-content-item h3{
        font-size: 18px;
    }
    .all-day-learning-content-item p{
        font-size: 14px;
    }
    .free-editor-wrap{
        font-size: 15px;
        line-height: 24px;
    }
    .free-editor-wrap p{
        margin-bottom: 15px;
    }
    .schools-block-tab-hd li{
        margin: 0 8px;
        font-size: 16px;
    }
    .schools-block-tab-hd li.on{
        font-size: 18px;
    }
    .schools-block-tab-bd{
        margin-top: 24px;
    }
    .schools-block-tab-bd-item.active{
        flex-direction: column-reverse;
        flex-wrap: wrap;
    }
    .schools-block-tab-bd-item-l{
        width: 100%;
        padding-right: 0px;
    }
    .schools-block-tab-bd-item-r{
        flex:none;
        width: 100%;
        margin-bottom: 15px;
    }
    .schools-block-tab-bd-item-l h3{
        text-align: center;
        font-size: 18px;
        margin-bottom: 10px;
    }
    .schools-block-tab-bd-item-l p{
        font-size: 15px;
        line-height: 24px;
    }
    .school-datas{
        margin-right: 0;
    }
    .school-datas li{
        padding-right: 0;
        flex:1;
    }
    .school-data-item{
        margin-top: 24px;
        align-items: center;
    }
    .default-block.schools-block{
        padding-bottom: 36px;
    }
    .school-lists{
        margin-right: -10px;
        margin-bottom: -15px;
    }
    .school-lists li{
        width: 50%;
        padding-right: 10px;
        margin-bottom: 15px;
    }
    .school-item h3 a{
        font-size: 16px;
        margin-top: 10px;
    }
    .default-block.school-environment-block{
        padding-bottom: 36px;
    }
    .school-intro-wrap{
        display: block;
    }
    .school-intro-l{
        width: 100%;
        height: 200px;
    }
    .school-intro-r{
        width: 100%;
        padding: 30px 15px;
        font-size: 15px;
        min-height: auto;
        line-height: 24px;
    }
    .school-contact-wrap{
        flex-direction: column-reverse;
    }
    .school-contact-l{
        padding: 0;
        margin-top: 20px;
    }
    .school-contact-l, .school-contact-r{
        width: 100%;
    }
    .school-contact-r{
        height: 200px;
    }
    .school-contacts li{
        margin-bottom: 20px;
    }
    .school-order-form{
        padding: 0;
    }
    .school-order-form div.wpforms-container-full input[type=submit], .school-order-form div.wpforms-container-full button[type=submit], .school-order-form div.wpforms-container-full .wpforms-page-button{
        min-width: 100%;
        width: 100%;
        font-size: 16px;
        height: 40px !important;
        line-height: 40px !important;
    }
    .default-block.school-lists-block{
        padding-bottom: 36px;
    }
    .phone-show{
        display: block;
    }
    .contact-card-lists li{
        width: 100%;
        background: #f5f5f5 !important;
        padding: 30px 15px;
    }
    .contact-card-lists li:nth-child(even){
        background: #fbfbfb !important;
    }
    .contact-card-hd h3{
        font-size: 18px;
        line-height: 18px;
    }
    .contact-card-bd{
        font-size: 15px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .list-menu li{
        font-size: 16px;
        line-height: 16px;
    }
    .list-menu-wrap{
        margin-bottom: 24px;
    }
    .list-menu li a{
        padding: 0 8px;
    }
    .posts-lists{
        margin-right: 0;
        margin-bottom: -20px;
    }
    .posts-lists li{
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .list-wrap{
        padding-top: 36px;
        padding-bottom: 36px;
    }
    .post-item h3 a{
        font-size: 18px;
    }
    .post-item p{
        line-height: 24px;
    }
    .post-main-inner{
        display: block;
        padding-bottom: 36px;
    }
    .post-main-l{
        width: 100%;
    }
    .post-main-r{
        width: 100%;
        margin-top: 24px;
        padding: 24px;
        display: none;
    }
    h1.page-title{
        font-size: 24px;
    }
    .single-metas{
        font-size: 14px;
        margin-top: 15px;
    }
    .pagecon p{
        font-size: 15px;
        line-height: 24px;
    }
    .prenext, .related-posts{
        display: none;
    }
    .page-con-header{
        margin-bottom: 15px;
    }
    .error-inner{
        padding: 45px 0;
    }
    .error-inner h1{
        font-size: 24px;
        margin: 30px 0 20px 0;
    }
    .error-inner a{
        font-size: 16px;
    }
    .phone-hd-height{
        height: 54px;
    }
    .web-header{
        position: fixed;
        z-index: 99;
        width: 100%;
        left:0;
        top:0;
        background: #fff;
    }
}
