
/* header */
img{
    max-width: 100%;
    max-height: 100%;
}
.header{
    height: 1.87rem;
}
.header_fx{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
    height: 1.87rem;
}
.log_hed{
    height: 1.05rem;
    background-color: #fff;
}
/* nav */
._header_nav{
    background-color: #fff;
    transition: all 0.3s;
    transform: translate3d(100%,0,0);
}
.trans_for{
    transform: translate3d(0%,0,0);
}
._header_nav ul li{
    font-size: 0.28rem;
    padding-left: 0.3rem;
    border-bottom: 0.02rem dashed #016cbc;
    line-height: 0.8rem;
}
._header_nav ul a:last-of-type{
    border-bottom: 0;
}

/* icon_ */
.hed_tel{
    background-color: #016cbc;
    height: 0.82rem;
}
.log_hed>img{
    width: 3.33rem;
    height: 0.43rem;
}
.log_img img:first-of-type{
    width: 0.9rem;
    height: 0.9rem;
}
.log_img img:last-of-type{
    width: 1.97rem;
    height: 0.47rem;
}
.tel{
    font-size: 0.26rem;
    color: #f0f0f0;
    font-weight:bold;
}
.tel i{
    font-size: 0.3rem;
    color: #fa9502;
    font-weight: bold;
}
.icon_ span{
    background-color: #f9f9f9;
    display: block;
    width: 0.55rem;
    height: 0.04rem;
    border-radius: 0.2rem;
}
.i_m{
    margin-bottom: 0.12rem;
}

/* banner */
.swiperBanner{
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiperSchool{
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiperBanner ul li{
    /* height: 3.48rem; */
    height: auto;
    width: 100%;
}
.swiperBanner ul li img{
    width: 100%;
    height: 100%;
}
.tit_h3{
    text-align: center;
    position: relative;
    padding: 0.26rem 0;
}
.teadH2{
    font-size: 0.36rem;
    color: #016cbc;
    font-weight: bold;
}
.teadH2 span{
    color: #fb9502;
}
.tit_h3 p{
    color: #4c4c4c;
    font-size: 0.26rem;
}
.more{
    display: flex;
    width: 1.02rem;
    height: 0.22rem;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.more img{
    width: 100%;
    height: 100%;
}
.tit_cont_h3{
    font-size: 0.28rem;
    color: #016cbc;
}
.tit_cont{
    width: 2.3rem;
    height: 2.44rem;
    text-align: center;
    padding: 0.15rem 0;
    background: url(../navs/wap_border.png) no-repeat center /cover;
    margin-bottom: 0.16rem;
}
.education_cont .ul .li:nth-of-type(1){
    margin-bottom: 0.16rem;
}
.education_cont .ul .li:nth-of-type(1) .tit_cont{
    margin-right: 0.05rem;
}
.education_cont{
    display: flex;
}
.education_cont .ul .li .tit_cont i,.li_bg .tit_cont i{
    display: block;
    width: .42rem;
    height: .33rem;
    background: url(../navs/wap_icon.png) no-repeat center top /cover;
    margin: auto;
}
.education_cont .ul .li:nth-of-type(2) .tit_cont i{
    background-position: center -0.46rem;
    height: 0.42rem;
}
.education_cont .ul .li:nth-of-type(3) .tit_cont i{
    background-position:center bottom ;
    height: 0.4rem;
}
.tit_cont p{
    font-size: 0.24rem;
    color: #8a8b8b;
    padding: 0 0.15rem;
}    
.education_cont .ul{
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    justify-content: space-between;
}
.education_cont .ul .li:nth-of-type(1){
    height: 2.4rem;
    width: 4.56rem;
    display: flex;
}
.education_cont .ul .li:nth-of-type(2){
    width: 4.56rem;
}
.education_cont .ul .li:nth-of-type(3){
    width: 2.2rem;
    float: right;
    margin-top: -2.56rem;
}

.li:nth-child(2) .tit_cont{
    float: right;
    background: url(../navs/wap_border2.png) no-repeat center /cover;
}
.education_cont .ul .li:nth-of-type(3) .tit_cont{
    background: url(../navs/wap_border3.png) no-repeat center /cover !important;
    height: 2.54rem;
    width: 2.2rem;
    margin-bottom: 0.04rem;
}
.li_bg .tit_cont i{
    background-position:center bottom ;
    height: 0.4rem;
}
.li_bg {
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    align-items: flex-end;
    height: 5rem;
}
.li_bg img{
    margin-top: -0.14rem;
}
.img_bt{
    width: 2.2rem;
    height: 2.44rem;
    border-radius: 0.1rem;
}
/* news */
.news_notice_cont{

}
.news_notice_cont ul li{
    border-bottom: 1px solid #ededed;
    padding: 0.3rem 0;
    overflow: hidden;
}
.news_notice_cont ul li:last-of-type{
    border-bottom: 0;
}
.news_notice_cont ul li a>img{
    width: 100%;
    height: 4.26rem;
    margin-bottom: 0.15rem;
}
.news_notice_cont ul li h4{
    font-size: 0.28rem;
    color: #595959;
    padding-bottom: 0.1rem;
}
.news_notice_cont ul li:first-of-type p{
    width: 100%;
}
.news_notice_cont ul li a>p{
    font-size: 0.26rem;
    width: 72%;
}
.news_notice_cont ul li p{
    font-size: 0.28rem;
    color: #747474;
}
.news_time{
    color: #a3a3a3;
}
.news_time img{
    width: 0.22rem;
    height: 0.22rem;
}
/* 多彩学校 */
.swiperSchool{

}
.swiperSchool ul li img{
    width: 100%;
    height: 1.6rem;
}
.swiperSchool ul li p{
    background-color: #016cbc;
    color:#ffffff;
    font-size:0.28rem;
    line-height: 0.46rem;
    height: 0.46rem;
    text-align: center;    
}
.recruit_form>img{
    width:100%;
}
.recruit_form table{
    width: 100%;
}
.recruit_form ul li{
    margin-top: 0.3rem;
    display: flex;
    align-items: center;
    font-size: 0.28rem;
}
.recruit_form ul li .span{
	width: 1.2rem;
    display: block;
    float: left;
}
.recruit_form ul li input[type='button']{
    background-color: #016cbc;
    color:#fff;
    font-size:0.3rem;
    border: 0;
    border-radius: 0.1rem;
    line-height: 0.7rem;
    width: 90%;
    margin: auto;
}
#txtcode{
    width: 3rem;
}
.recruit_form ul li>div{
    margin-right: 0.3rem;
    display: flex;
    align-items: center;
}
.recruit_form ul li .input{
    height: 0.8rem;
    line-height: 0.8rem;
}
.txta{
    padding-top: 0.15rem !important;
    padding-bottom:0.15rem !important;
}
.txta,.recruit_form ul li .input{
    border-radius: 0.1rem; 
    border:0.02rem solid #dddddd;
    width: 5.6rem;
    font-size: 0.26rem;
    padding:0 0.15rem;
}
.recruit_form ul li:last-of-type{
    padding-bottom: 0.3rem;
}

.recruit_form ul li select.set{
    padding-left: 0.2rem;
}
.recruit_form ul li select.set,.yzm{
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 0.1rem;
    border:0.02rem solid #dddddd;
    width:2rem;
    font-size:0.26rem ;
}
.recruit_form table .tr_2 td{
    width:50% ;
}
.yzm_img img{
    width: 1.6rem;
    margin-left: 0.3rem;;
}

/* 底部 */
.footer{
    height: 0.98rem;
}
.footer_bot{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #016cbc;
    height: 0.98rem;
    line-height: 0.98rem;
    z-index: 9999;
}
.footer_bot span{
    display: block;
    width: 50%;
    height: 100%;
    float: left;
    color: #f6f6f6;
    font-size: 0.32rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_bot span img{
    width: 0.32rem;
    height: 0.32rem;
    margin-right: 0.1rem;
}
.footer_bot span:last-of-type{
    color: #393838;
    background-color: #fff;
}
.footer_bot span:last-of-type img{
    width: 0.36rem;
    height: 0.36rem;
}

/* 二级栏目 */
.second_nav{
    background-color: #fff;
	overflow-x: auto;
}
.second_nav ul{width: max-content;min-width: 100%;}
.second_nav ul li{
    height: 0.96rem;
    line-height: 0.96rem;
    font-size: 0.3rem;
}
.second_nav ul li a{
    padding: 0 0.15rem;
}
.second_nav ul li a.active{
    color: #016cbc;
    border-bottom:0.02rem solid #016cbc;
    display: inline-block;
}
.Inside_pages_banner{
    /* height: 3.48rem; */
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.Inside_pages_banner h1{
    font-size: 0.32rem;
    color: #f3f3f3;
    padding-bottom: 0.3rem;
}
.Inside_pages_banner p{
    color: #a0a09d;
    font-size: 0.43rem;
}
.Inside_pages_banner img{
    width: 100%;
    height: 100%;
}