p{
    font-size: 17px;
}
ul li{
    list-style: none;
}
ul,li,p{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none; /* 去除默认的下划线 */
    outline: none;	/* 去除旧版浏览器的点击后的外虚线框 */
    color: #000;	/* 去除默认的颜色和点击后变化的颜色 */
}

/* header */
.header {
    line-height: 70px;
}
.header .logo img{
    width: 140px;
}
.header .nav{
    color: #555353;
    text-align: center;
}

.header .nav li a{
    display: inline-block;
    width: 100%;
}
.header .nav li:hover a{
    text-decoration: none;
    outline: none;
    color: #000;
    /*color: #fff;*/
}
.header .nav .active span {
    padding-bottom: 6px;
    border-bottom: 2px solid #f9a107;
}
.header .nav li{
    cursor: pointer;
    margin-right: 10px;
}
.header .nav li:nth-of-type(4n) {
    margin-right: 0;
}
.header .nav li:last-child {
    margin-right: 0;
}
.header .nav li:hover span {
    padding-bottom: 6px;
    border-bottom: 2px solid #f9a107;
}
.header .btn-yuyue{
    text-align: right;

}
.header .btn-yuyue span{
    color: #ff0302;
    border: 1px solid #ff0302;
    padding: 3px 6px;
    border-radius: 5px;
    cursor: pointer;
}
.header .btn-menu {
    text-align: right;
}
.header .btn-menu img{
    width: 30px;
}

.header .menu .nav{
    display: flex;
    justify-content: space-between
}
    /* banner */
.banner{
    position: relative;
    /*max-width: 1440px;*/
    margin: 10px auto 0;
    color: #fff;
}
.banner img{
    width: 100%;
}
.banner .content{
    /*position: absolute;*/
    height: 500px;
    width: 100%;
    background: url("https://jbzh-hk.oss-cn-hongkong.aliyuncs.com/site1/images/site2/index/banner.jpg") top center;
    top: 0;
    text-align: center;
    /*margin: 60px auto 0;*/
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.banner .content h3{
    font-weight: normal;
    padding-left: 20px;
    font-size: 32px;
}
.banner .content h4{
    display: inline-block;
    font-size: 66px;
}
.banner .content p{
    font-size: 22px;
}
.banner .btn-yuyue{
    color: #fff;
    font-size: 22px;
}
.banner .btn-yuyue span{
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 14px 26px;
    cursor: pointer;
    display: inline-block;
}
/* 标题 - 内容 样式 */
.box-title{
    color: #70bb2d;
    text-align: center;
    font-size: 26px;
    line-height: 50px;
    border-bottom: 1px solid #d0cece;
    position: relative;
}
.box-title::after{
    content: '';
    width: 130px;
    height: 4px;
    background: #70bb2d;
    position: absolute;
    display: inline-block;
    bottom: -2px;
    border-radius: 2px;
    margin-left: -65px;
    left: 50%;
}

.box-content{
    color: #5b5959;
    font-size: 18px;
    line-height: 40px;
    text-indent: 2rem;
    margin-top: 20px;
}


.study-project{
    margin-top: 30px;
    color: #838282;

}
.study-project .item {
    margin-top: 10px;
}
.study-project .item img{
    width: 100%;
}
.study-project .item p{
    background: #daefc6;
    line-height: 40px;
    text-align: center;
}

.school-area .title{
    color: #525e6a;
    text-align: center;
}
.school-area .city-menu{
    background: #525e6a;
    width: 200px;
    color: #fff;
    padding: 20px;
    /* margin-top: 20px; */
}
.school-area h4,h5{
    margin: 0;
}
.school-area h4{
    font-size: 30px;
    margin-top: 20px;
}

.school-area h5{
    margin-top: 10px;
    font-size: 16px;
    font-weight: normal;
}
.school-area .city-menu .citys .active{
    background: #f9a107;
}
.school-area .city {
    position: relative;
    border-bottom: 1px solid #ccc;
}
.city-title{
    text-align: center;
    margin-bottom: 10px;
}
.city-title p:nth-child(1){
    font-size: 20px;
    border-bottom: 1px solid #ccc;
}
.city-title p:nth-child(2){
    font-size: 14px;
    letter-spacing: 2px;
}
.city-name{
    display: inline-block;
    width: 100px;
    text-align: left;
    padding-left: 20px;
    line-height: 34px;
    cursor: pointer;
    border-radius: 2px;
    margin: 2px 0;
}
.city-school-content{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.school-area .city:hover .city-name {
    background: #f9a107;
}
.school-area .city .schools{
    position: absolute;
    top: 0px;
    left: 100px;
    width: 180px;
    z-index: 10;
    line-height: 34px;
    background: #525e6a;
    padding: 5px 10px;
    display: none;
}
.school-area .city .schools li{
    cursor: pointer;
    padding-left: 10px;
    border-radius: 4px;
}
.school-area .city .schools li:hover{
    background: #f9a107;
}
.school-address{
    flex: 1;
    margin-left: 20px;
}
.school-address ul{
    display: flex;
    margin-top: 10px;
    /*justify-content: space-around;*/
    /* margin-bottom: 20px; */
}
.school-address ul li{
    /*flex: 1;*/
    display: flex;
    /*justify-content: center;*/
    text-align: left;
}
.school-address ul li:nth-child(1){
    width: 65%;
}
.school-address ul li:nth-child(2) a{
    /* 下划线 */
    text-decoration: underline;
}
.school-address ul li .icon{
    margin-right: 8px;
    width: 50px;
    height: 50px;
    background: #F9A106;
    border-radius: 100%;
    padding: 10px;
}
.school-address ul li .icon img{
    width: 30px;
    height: 30px;
}
.school-img img{
    width: 100%;
}
/*校区地址结束*/


.footer{
    position: relative;
    bottom: -5px;
    max-height: 300px;
    overflow: hidden;
}

.footer img{
    width: 100%;
}
.footer .content{
    position: absolute;
    width: 100%;
    bottom: 0;
    /*background: rgba(0, 0, 0, 0.6);*/
    color: #fff;
    height: 280px;
    padding: 30px 0;
}
.footer .content h3{
    margin-bottom: 30px;
    font-size: 26px;
}
.footer .content p{
    margin: 8px 0;
    font-size: 19px;
}
.footer .content p a{
    cursor: pointer;
    text-decoration: underline;
    color: #e8655b;
}
.footer .content .origin-span{
    color: #e8655b
}
.footer .item{
    padding-left: 130px;
}
.footer .form-box input{
    width: 340px;
    line-height: 30px;
    outline: none;
    padding-left: 10px;
    margin: 5px 0;
}
.footer .form-box .btn-submit{
    margin-top: 10px;
}
.footer .form-box .btn-submit span{
    display: inline-block;
    padding: 6px 40px;
    background:  #e8655b;
    cursor: pointer;
}
.form-box .phone{
    display: flex;
    justify-content: right;
    align-items: center;
    position: relative;
}
.form-box .phone select{
    width: 80px;
    line-height: 30px;
    border: none;
    outline: none;
    height: 34px;
    text-align: center;
    background: #fff;
}
.form-box .phone .btn-verify-code{
    background: #e8655b;
    position: absolute;
    right: 5px;
    padding: 1px 10px;
    border-radius: 2px;
    cursor: pointer;
}

.footer .form-box .sex-box{
    display: flex;
    margin: 5px 0;
    padding-left: 25px;
}

.footer .form-box .sex-box div:nth-child(1){
    width: 100px;
    text-align: left;
}
.footer .form-box .sex-box input{
    width: 20px;
    cursor: pointer;
    margin-left: 20px
}
.footer .form-box .sex-box label{
    cursor: pointer;
    margin-bottom: 0;
}
.footer .phone input{
    width: 260px;
}

.footer2{
    background: #525e6a;
    padding: 40px 0 100px 0;
    color: #fff;
    text-align: center;
    position: relative;
}
.footer2 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer2 ul li{
    flex: 1;
    min-width: 100px;
    max-width: 120px;
}
.footer2 .footer-content{
    align-items: center;
}
.footer2 h5{
    font-size: 16px;
    margin-bottom: 6px;
}
.footer2 a{
   color: #fff;
}
.footer2 h5 a:hover{
    color: #fff;
}
.footer2 .logo img{
    max-width: 140px;
}
.footer2 .logo p{
    font-size: 16px;
    margin-top: 5px;
}
.footer2 p{
    font-size: 12px;
    line-height: 22px;
}

.copyright{
    background: #000;
    text-align: center;
    color: #fff;
    padding: 10px 0;
}

   
.footer-form{
    background-color: #2C4D92;
    padding: 15px 0;
    position: fixed;
    z-index: 999;
    width: 100%;
    left: 0;
    bottom: 0;
}
/* pc端浮动表单 */
.footer-form .row{
    align-items: center;
}
.footer-form li:nth-child(1) img{
    width: 60px;
    position: absolute;
    top: -70px;
}
.footer-form li:nth-child(2) p{
    color: #fad47c;
    font-weight: bold;
    font-size: 20px;
}
.footer-form li:nth-child(2) p:nth-child(1){
    text-align: left;
}
.footer-form li:nth-child(2) p:nth-child(2){
    text-align: right;
}

.footer-form .form-box{
    align-items: center;
}
.footer-form .phone{
    background-color: #fff;
    border-radius: 20px;
}
.footer-form .phone input{
    border: none;
    outline: none;
}
.footer-form .btn-submit{
    text-align: center;
}
.footer-form .btn-submit span{
    padding: 6px 20px;
    background-color: #ECC05C;
    border-radius: 20px;
    cursor: pointer;
}

/* 移动端浮动按钮 */
.footer-button{
    background: #525D6B;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 70px;
    z-index: 999;
    display: none;
}
.footer-button ul {
    display: flex;
    justify-content: space-around;
    text-align: center;
    line-height: 40px;
    color: #fff;
    max-width: 800px;
    margin: 15px auto
}
.footer-button ul li{
    width: 40%;
    max-width: 200px;
    border-radius: 40px;
    cursor: pointer;
}
.footer-button ul li:nth-child(1){
    background-color: #F68622;
}

.footer-button ul li:nth-child(2){
    background-color: #EDC25D;
    color: #525D6B;
}
.footer-button ul li:nth-child(2) img{
    width: 20px;
}

/* 首页表单 */
.apply-form{
    padding: 50px 5%;
}
.apply-form .title{
    text-align: center;
}
.apply-form .form-content{
    margin-top: 20px;
}

.apply-form input,select{
    width: 100%;
    line-height: 50px;
    height: 50px;
    padding: 0 10px;
}
.apply-form input:focus,
.apply-form select:focus,
.apply-form textarea:focus{
    outline: none;
    border: 1px solid #f9a107;
    color: #f9a107
}

.apply-form textarea{
    margin-top: 20px;
    width: 100%;
    height: 100px;
    padding-left: 10px;
}
.apply-form .btn-submit{
    margin-left: 15px;
}
.apply-form .btn-submit span{
    display: inline-block;
    line-height: 46px;
    width: 120px;
    color: #f9a107;
    border: 1px solid #f9a107;
    padding-left: 10px;
    margin-top: 10px;
    cursor: pointer;
}
.apply-form .form-content .phone{
    margin: 0 ;
}
.apply-form .form-content .phone select{
    border: 1px solid rgb(118, 118, 11) !important;
    height: 50px;
    margin-right: -1px;
}
@media (min-width: 768px){
    .footer .phone{
        width: 340px;
    }
}
@media (max-width: 768px){
    .header {
        line-height: 45px;
    }
    .school-area{
        /*display: none;*/
        padding: 0 2px;
        /* margin-bottom: 40px; */
    }

    .school-area .city-menu{
        width: 100%;
        padding: 4px;
    }
    .school-address{
        margin-left: 4px
    }
    .city-name{
        width:90px;
        padding-left: 10px;
    }
    .city-school-content{
        flex-direction: column;
    }
    .citys{
        display: flex;
        flex-wrap: wrap;
    }
    .school-area .city .schools{
        left: 0;
        top: 40px;
    }
    .school-address ul{
        flex-direction: column;
    }
    .school-address ul li{
        justify-content: flex-start;
        align-items: center;
        margin: 10px 0;
    }
    .school-address ul li:nth-child(1){
        width: 100%;
    }
    .footer .content{
        height: 400px;
    }
    .footer {
        height: 360px;
    }
    .footer img{
        height: 100%;
        /*width: auto;*/
    }
    .footer2{
        padding: 20px 0 80px 0;
    }
    .footer2 ul{
        display: block;
        column-count: 3;
        column-gap: 6px;
        margin-top: 20px;
    }

    .footer2 ul li{
        margin: 20px 0;
    }
    .footer-form{
        display: none;
    }
    .footer-button{
        display: block;
    }
    .footer-form li:nth-child(1) img{
        width: 60px;
        position: absolute;
        top: -60px;
    }
    .footer-form li:nth-child(2){
        margin-top: 30px;
        margin-bottom: 10px;
    }

    .footer-form  .btn-submit{
        margin: 20px auto;
    }
    .footer-form .btn-submit span{
        display: inline-block;
        width: 100%;
        /* padding: 6px 20px; */
        background-color: #ECC05C;
        border-radius: 20px;
        cursor: pointer;
    }

    .apply-form input, .apply-form select{
        margin-top: 20px;
    }
}
