
/*banner*/
.banner{
    padding: 88px 16% 0;
    box-sizing: border-box;
    width: 100%;
    height: 450px;
    background: url('../img/banner.png') no-repeat center top;
}

.banner p{
    color: #fff;
    font-family: DIN;
}

.banner p span{
    font-weight: bold;
}

.banner_info{
    font-size: 32px;
}

.banner_tit{
    font-size: 80px;
    font-weight: bold;
}

.banner_subtit{
    margin-top: 10px;
    font-size: 26px;
}

.tel{
    margin-top: 34px;
    font-size: 24px;
    font-weight: bold;
    color: #e24943!important;
    line-height: 54px;
    text-align: center;
    width:296px ;
    height: 54px;
    background-color: #ffc26b;
    border-radius: 5px;
}

/*公共部分 标题 */
.Title{
    padding:100px 0 50px;
    text-align: center;
    color: #111;
    font-size: 36px;
}

/*即将参加2019年中高考的学生 是否有以下困扰？*/
.problem{
    position: relative;
    margin:0 auto;
    width: 1200px;
    height: 307px;
    background: url('../img/pic_problem.png');
}

.problem p{
    position: absolute;
    padding:50px 84px 0;
    box-sizing: border-box;
    color: #e24943;
    font-size: 16px;
    text-align: center;
}

.problem p:nth-child(1){
    top:88px;
    left: 0;
}

.problem p:nth-child(2){
    top:0px;
    left: 130px;
    color: #fff;
}

.problem p:nth-child(3){
    left:285px;
    top: 108px;
}

.problem p:nth-child(4){
    left:398px;
    top: 39px;
    color: #fff;
}

.problem p:nth-child(5){
    left:545px;
    top: 114px;
    color: #fff;
}

.problem p:nth-child(6){
    left:711px;
    top:149px;
}

.problem p:nth-child(7){
    left:784px;
    top: 12px;
}

.problem p:nth-child(8){
    left:936px;
    top: 102px;
    color: #fff;
}

/*公共样式 按钮*/
.btn{
    margin: 40px auto 100px;
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    line-height: 56px;
    width: 330px;
    height: 56px;
    border-radius: 3px;
    background-color: #e24943;

}

/*专属毕业班周中课  升级7大课程服务体系*/
.system-box{
    /*width: 100%;*/
    height: 900px;
    background: url('../img/pic_system.png') no-repeat center ;
}

.system_tit{
    color: #fff;
}

.system{
    margin:0 auto;
    overflow: hidden;
    width: 778px;
}

.system .system_ju,.system_se{
    float: left;
    width: 350px;
    height: 480px;
    border-radius: 10px;
    background-color: #fff;
}

.system .system_ju{
    margin-right: 78px;

}

.system .tit{
    position: relative;
    padding:46px 0 30px;
    box-sizing: border-box;
    text-align: center;
    color: #111;
    font-size: 24px;
}

.system .tit:before{
    position: absolute;
    top:88px;
    left:50%;
    transform: translate(-50%,0);
    content: '';
    width: 47px;
    height: 4px;
    border-radius: 1px;
    background-color: #e24943;

}

.system .con{
    font-size: 18px;
    color: #111;
    font-weight: 300;
    text-align: center;
    line-height:46px;
}

.system .btn{
    margin-top: 60px !important;
}

/*5V1专属服务体系 全面跟进学生学习情况*/
.serve img{
    display: block;
    margin:0 auto;
    width: 1120px;
    height: 369px;
}

.serve-box .btn{
    margin-top: 60px !important;
}

/*Start 现在报名 附赠6项增值服务*/
.rise-serve-box{
    background-color: #f9f9f9;
    height: 822px;
}

.rise-serve{
    position: relative;
    margin:0 auto;
    width: 1148px;
    height: 484px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px 1px #f5e0df;
}

.rise-serve .tip{
    position: absolute;
    top: -10px;
    left: -12px;
    width: 146px;
    height: 149px;
    background: url('../img/rise-serve-tip.png') no-repeat;
}

.rise-serve .rise_left {
    float: left;
    box-sizing: border-box;
    padding: 80px 0 0 88px;
}

.rise_left p{
    font-weight: 300;
    color: #111;
    font-size: 18px;
}

.rise_left p .yuan{
    display: inline-block;
    position: relative;
    top:12px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #fde4e3;
}

.rise_left p .num{
    position: relative;
    left: -14px;
    top: 0px;
    font-size: 30px;
    color: #f54f49;
    font-family: DIN;
}

.rise_left .line{
    margin:23px 0 0 32px;
    width: 498px;
    border-bottom: 1px solid #ccc;
}

/*验证表单*/
.leak-check {
    float: right;
    padding: 100px 54px 0px;
    width: 466px;
    height: 100%;
    background-color: #ffc26b;
    box-sizing: border-box;
}

.leak-check .form_title{
    position: relative;
    margin-bottom: 24px;
    text-align: center;
    color: #e24943;
    font-size: 30px;

}

.leak-check .apply img{
    position: absolute;
    top:82px;
    left: 73%;
    width: 147px;
    height: 34px;

}

.leak-check .pic-gift img{
    position: relative;
    top: -15px;
    left: 286px;
    overflow: hidden;
    width: 190px;
    height: 191px;

}

.leak-check .input-text {
    border: none;
    margin-bottom: 15px;
    padding: 0 20px ;
    font-size: 18px;
    width: 360px;
    height: 54px;
    box-sizing: border-box;
    color: #666;
    font-weight: 300;
    background-color: #fff;
    border-radius: 5px;

}

.fl{
    float: left;
}


.btn-submit {
    width: 360px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    background-color: #e24943;
    border-radius: 5px;
}

/*上课环境展示 给学生安心舒适的学习环境*/
.environment-box{
    height: 692px;
}

.environment{
    margin:0 auto;
    width: 1198px;
}

.environment ul li{
    float: left;
    margin-right: 6px;
}

.environment ul li img{
    display: block;
}

.environment ul li img:hover{
    transform: scale(1.3, 1.3);
    transition: .3s transform;
}

.environment ul li:nth-child(1) img{
    width:660px;
    height: 369px;
    border-radius: 10px;
}

.environment ul li:nth-child(2) img{
    margin-bottom: 8px;
    width:260px;
    height: 180px;
    border-radius: 10px;

}

.environment ul li:nth-child(3){
    margin-right: 0;
}
.environment ul li:nth-child(3) img{
    width:265px;
    height: 369px;
    border-radius: 10px;

}

/*在爱智康学习的理由*/
.ex-reason-box{
    height: 615px;
    background-color: #f9f9f9;
}

.ex-reason {
    width: 1000px;
    margin:0 auto;
    padding-bottom: 50px;
    text-align: justify;
}

.ex-reason li {
    overflow: hidden;
    width: 300px;
    height: 315px;
    border-radius: 14px;
    background-color: #fff;
    box-shadow: 1px 1px 10px 1px #f5f5f5;
    display: inline-block;
}

.ex-reason:after {
    display: inline-block;
    width: 100%;
    content: '';
}

.ex-reason .title {
    padding-top: 30px;
    font-size: 20px;
    color: #003333;
    line-height: 30px;
    font-weight: 300;
    text-align: center;
}

/*优质教学团队*/
.ex-team-box {
    margin-top: 60px;
    height: 638px;
    background: url("../img/team-bg.png") no-repeat center top;
}

.area{
    margin: 0 auto;
    width: 880px;
}

.ex-team {
    padding: 92px 0 0 0px;
    box-sizing: border-box;
}

.ex-team .item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-bottom: 70px;
    padding: 0 30px 0 15px;
    width: 28%;
    font-size: 18px;

}

.ex-team .item:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ff7f1f;
}

.ex-team .item .txt-tit {
    color: #111;
}

.ex-team .item .txt-big {
    margin-top: 26px;
    color: #111;
    font-size: 34px;
    font-weight: 400;
    font-family: DIN;
}

.ex-team .item .txt-big span {
    font-size: 20px;
    color: #111;
}

.ex-team .item .txt_info{
    color: #666;
    font-weight: 333;
}

.ex-team .btn{
    margin-left: 88px;
    margin-top: -10px;
    width: 270px;
    height: 56px;
    box-shadow: 0 3px 20px 1px #f5c2c0;
}


/*footer*/
.footer {
    padding: 50px 0;
    color: #fff;
    text-align: center;
    background-color: #2D2D2D;
}

.footer img{
    display: inline-block;
}

.footer .title {
    padding: 30px 0;
    font-size: 36px;
}

.footer .phone {
    cursor: text;
    display: inline-block;
    padding-left: 30px;
    font-size: 24px;
    color: #fff;
    background: url("../img/footer-phone.png") top 5px left no-repeat;
    background-size: 26px 26px;
}