/*banner*/
.banner{
    width: 100%;
    height:817px ;
    background: url('../img/banner.png') no-repeat center top;
}

/*验证表单*/
.leak-check {
    padding: 50px 26px 62px;
    margin: -314px auto 0;
    width: 1000px;
    height: 236px;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(254, 246, 242, 1);
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    box-sizing: border-box;
}

.leak-check .form_title{
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 300;
    color: #000;
    text-align: center;
    background: url('../img/pic_form.png') no-repeat;
    background-position:50% 60%;
}

.leak-check .input-text {
    border: none;
    margin-right: 10px;
    padding: 0 15px 0 10px;
    font-size: 16px;
    width: 360px;
    height: 50px;
    box-sizing: border-box;
    color: #000;
    font-weight: 300;
    background-color: #f9f4f1;
}

.fl{
    float: left;
}


.btn-submit {
    width: 207px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    background-color: #ff3b47;
    border-radius: 2px;
}

/*背景图*/
body{
    position: relative;
    z-index: -999;
    width: 100%;
    height: 100%;
    background: url('../img/bg.png') no-repeat center;
    background-position: 0% -70%;
    background-size: cover;
}

/*公共样式 居中容器*/
.container{
    width: 1000px;
    margin:0 auto;
}

/*公共样式 标题*/
.Title{
    position: relative;
    padding: 114px 0 80px;
    font-size:40px;
    color: #333;
    text-align: center;
}

.Title:after{
    position: absolute;
    top: 74%;
    left: 50%;
    transform: translate(-50%, 0);
    width: 68px;
    height:5px;
    content: '';
    background-color: #ff733a;
    border-radius: 35px;
}

.Title:before{
    position: absolute;
    z-index: -1;
    top: 57px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 86px;
    color: #333;
    text-align: center;
    content: 'ONE';
    white-space: pre;
    letter-spacing: 0.02em;
    opacity: .1;
}

/*从传统到创新 三大教学突破*/
.one{
    font-size: 0;
}

.one li{

    display: inline-block;
    padding-left: 20px;
    padding-right: 14px;
    margin-right: 20px;
    width: 320px;
    height: 245px;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
    box-shadow:1px 1px 20px 2px #f1f1f1;
    box-sizing: border-box;
}

.one li:nth-child(3){
    margin-right: 0px;

}

.one li .num{
    padding: 5px 7px 0;
    font-family: DIN;
    color: #FFF;
    width: 37px;
    height: 52px;
    font-size: 24px;
    background: url('../img/icon_num.png') no-repeat;
    box-sizing: border-box;

}

.one li .one_tit{
    margin-left: 68px;
    color: #333;
    font-size: 24px;
    font-weight: bold;
}

.one li .one_info1{
    margin-top: 30px;
    font-size: 16px;
    color: #989898;
    text-decoration: line-through;
}

.one li  .icon_error{
    position: relative;
    top:5px;
    display: inline-block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background: url('../img/icon_error.png') no-repeat ;
}

.one li .one_info2{
    float: right;
    width: 256px;
    margin-top: 14px;
    font-size: 18px;
    color: #ff733a;
    line-height: 26px;
}

.one li  .icon_right{
    float: left;
    margin-top: 14px;
    position: relative;
    top:4px;
    display:inline-block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    background: url('../img/icon_right.png') no-repeat ;

}


/*点击报课按钮*/
.btn{
    display: block;
    margin: 60px auto 0;
    width: 270px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    border-radius: 35px;
    box-shadow: 0 5px 20px 1px #ffd6b7;
    background: -webkit-linear-gradient(left, #ffac46 , #ff8021); Safari 5.1 - 6.0
    background: -o-linear-gradient(right, #ffac46, #ff8021); Opera 11.1 - 12.0
    background: -moz-linear-gradient(right, #ffac46, #ff8021); Firefox 3.6 - 15
    background: linear-gradient(to right, #ffac46 , #ff8021); 标准的语法（必须放在最后）

}

.btn span{
    display: inline-block;
    width: 6px;
    height: 9px;
    background: url('../img/icon_sanjiao.png');
}

/*趣味教学 让孩子不再排斥上课*/

.two_Tit:before{
    content: 'TWO';
}

.two .two_top{
    overflow: hidden;
}

.two .two_top .top_pic{
    float: left;
    width: 450px;
    height: 280px;
    border-radius: 14px;
    box-shadow:1px 1px 20px 2px #f1f1f1;
    background: url('../img/two_jianju.png');

}

.two .two_top .top_con{
    float: right;
    width: 490px;
}

.top_con .top_tit{
    color: #333;
}

.top_con .top_info{
    margin-top: 14px;
    color: #777;
    font-size: 16px;
    line-height: 32px;
}

.top_con .btn{
    display: block;
    margin: 50px 0 0;
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 35px;
    box-shadow: 0 5px 20px 1px #ffd6b7;
    background: -webkit-linear-gradient(left, #ffac46 , #ff8021); Safari 5.1 - 6.0
    background: -o-linear-gradient(right, #ffac46, #ff8021); Opera 11.1 - 12.0
    background: -moz-linear-gradient(right, #ffac46, #ff8021); Firefox 3.6 - 15
    background: linear-gradient(to right, #ffac46 , #ff8021); 标准的语法（必须放在最后）

}

.two .two_bot{
    padding:20px 38px;
    box-sizing: border-box;
    margin-top: 57px;
    height: 305px;
    border-radius: 14px;
    background-color: #ffad48;
}

.two_bot .bot_con{
    float: left;
    margin-top: 73px;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    width: 400px;
}

.two_bot .bot_pic{
    float: right;
    padding:16px 52px;
    box-sizing: border-box;
    width: 466px;
    height: 267px;
    background: #fff;
    border-radius: 14px;
}

.two_bot .bot_pic img{
    width: 384px;
    height: 232px;
}

/*能力体系 重视培养孩子多种能力*/
.three_Tit:before{
    content: 'THREE';
}

.three img{
    width: 998px;
    height: 403px;

}

/*FOUR*/
.four_Tit:before{
    content: 'FOUR';
}

.four .four_top .top_pic{
    display: inline-block;
    width: 364px;
    height: 312px;
    background: url('../img/four_01.png') no-repeat;
}

.four .four_top .top_con{
    display: inline-block;
    margin-left: 106px;
    padding-top: 68px;
    vertical-align: top;
    width: 482px;
}

.top_con .top_tit{
    color: #333;
    font-size: 24px;
    font-weight: bold;
}

.top_con .top_info{
    margin-top: 54px;
    color: #333;
    font-size: 16px;
    line-height: 32px;
}

.four .four_mid .mid_pic{
    display: inline-block;
    width: 334px;
    height: 291px;
    background: url('../img/four_02.png') no-repeat;
}

.four .four_mid .top_con{
    display: inline-block;
    margin-left: 66px;
    margin-right: 100px;
    padding-top: 68px;
    vertical-align: top;
    width: 482px;
}


.four .four_bot .bot_pic{
    display: inline-block;
    width: 420px;
    height: 323px;
    background: url('../img/four_03.png') no-repeat;
}

.four .four_bot .top_con{
    display: inline-block;
    margin-left: 50px;
    padding-top: 68px;
    vertical-align: top;
    width: 482px;
}

/*课表*/
.course_tit{
    margin:30px 0 25px 0;
    color: #333;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.course_tab{
    margin:0 auto;
    width: 900px;
    border-radius: 5px;
    box-shadow: 1px 1px 10px 1px #f5f5f5;
    overflow: hidden;

}

table {
    width: 900px;
    border-spacing: 0;
    /*border-collapse :separate;
    border-radius: .04rem;*/
}

table tr th{
    color: #fff;
    font-weight: normal;
    height: 66px;
    font-size: 20px;
    vertical-align: middle;
    background-color: #ffad48;
}

table tr .num{
    width: 90px;
}

table tr td{
    padding-left: 70px;
    height: 56px;
    color: #666;
    font-size:16px;
    vertical-align: middle;

    border-bottom: 1px solid #f0f1f0;
}

.course_btn{
    display: inline-block;
    width: 109px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    border-radius:35px;
    background: -webkit-linear-gradient(left, #ffad48 , #ff7e1f); Safari 5.1 - 6.0
    background: -o-linear-gradient(right, #ffad48, #ff7e1f); Opera 11.1 - 12.0
    background: -moz-linear-gradient(right, #ffad48, #ff7e1f); Firefox 3.6 - 15
    background: linear-gradient(to right, #ffad48 , #ff7e1f); 标准的语法（必须放在最后）
}

/*在爱智康学习的理由*/
.five_Tit:before{
    content: 'FIVE';
}

.ex-reason {
    padding-bottom: 50px;
    text-align: justify;
}

.ex-reason li {
    overflow: hidden;
    width: 300px;
    height: 315px;
    border-radius: 14px;
    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 {
    height: 635px;
    background: url("../img/team-bg.png") no-repeat center top;
}

.area{
    width: 1000px;
    margin:0 auto;
}
.ex-team {
    width: 538px;
    height: 540px;
    background-color: #fff;
    padding: 60px 0 0 40px;
    box-sizing: border-box;
    border-radius: 14px;
    box-shadow: 0px 0px 20px 1px #fff0e8;
}

.ex-team .item {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-bottom: 70px;
    padding: 0 30px 0 15px;
    width: 40%;
    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: #333;


}

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

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

.ex-team .ex-btn {
    margin-top: 50px;
}

.ex-team .btn{
    margin-left: 88px;
    margin-top: -10px;
    width: 270px;
    height: 56px;
}

/*页尾*/
.b3 {
    width: 100%;
    height: 450px;
    background: url('../img/banner3.png') top center no-repeat;
}
