body{
  background-color: #d12834;
  background-image: url('../images/bg01.png'),
                    url('../images/bg02.png'),
                    url('../images/bg03.png'),
                    url('../images/bg04.png'),
                    url('../images/bg05.png');

  background-position: right 1210px,left 2258px,right 3387px,left 4175px;
  background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
}

.container{
  width: 1000px;
  margin: 0 auto;
}

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

/*公共部分 box*/
.box-common{
  width: 1000px;
  padding: 24px 20px 20px;
  background: #da2932;
  border-radius: 8px;
  margin-bottom: 80px;
  box-shadow: 0 0 70px rgba(0,0,0,.16) inset;
}

.inset-box-common{
  width: 960px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 70px rgba(0,0,0,.16) inset;
}


/*一次2小时体验课您将获得*/
.gian-box{
  height: 504px;
}

.gian{
    height: 460px;
}

/*公共部分 标题*/
.Title{
  position: relative;
  top: -24px;
  margin:0 auto;
  width: 540px;
  height: 94px;
  background: -webkit-linear-gradient(top, #dc4d27 , #d4273a); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom, #dc4d27, #d4273a); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom, #dc4d27, #d4273a); /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom, #dc4d27 , #d4273a); /* 标准的语法 */
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0 6px 20px rgba(85,21,9,.29);
  font-size: 40px;
  color:#fff;
  text-align: center;
  line-height: 94px;
  text-shadow: 0 1px  #ad2209;
  font-weight: 600;
}

.gian .gain-content{
  margin: 18px 0 0 59px;
}

.gian .gain-content .left{
  margin-right: 44px;
}
.gian .gain-content .right{
  position: relative;
  padding-top: 48px;
}
.gian .gain-content .right .verticalLine{
  position: absolute;
  top:48px;
  left: 14px;
  width: 2px;
  height: 100px;
  background: #fcecc6;
}

.gian .gain-content .right .gian-one{
  margin-bottom: 38px;
  padding-left: 44px;

}

.gian .gain-content .right .gian-two{
  padding-left: 44px;

}

.gian .gain-content .right .title{
  position:relative;
  font-size: 24px;
  color: #4d3737;
}

.gian .gain-content .right .title:before{
  position:absolute;
  top: 0;
  left: -44px;
  width: 28px;
  height: 28px;
  background: #f4bf41;
  text-align: center;
  line-height: 28px;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  content: '01';
  border-radius: 35px;
}

.gian .gain-content .right .gian-two .title:before{
  content: '02';
}

.gian .gain-content .right p{
  padding-top: 10px;
  font-size: 16px;
  color: #746667;
}

/*公共部分 按钮*/
.xk_btn{
  display: block;
  margin: 0  auto ;
  background: #f4bf41;
  box-shadow: 0px 8px 8px rgba(203,38,46,.18);
  width: 453px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #f60701;
  font-size: 22px;
  font-weight: 600;
  border-radius: 35px;
}

.gian-box .xk_btn{
  width: 300px;
  margin:47px 0 0 36px;
}

/*爱智康1对1课程优势*/
.advan-box{
  height: 596px;
}

.advan{
  height: 552px;
}

.advan .advan-content{
  width: 750px;
  margin: 41px auto 0;

}

.advan .advan-content ul li{
  float: left;
  width: 192px;
  margin-right: 87px;
  text-align: center;
}
.advan .advan-content ul li:last-child{
  margin-right: 0px;
}

.advan .advan-content ul li .advan_pic img{
  display: block;
  width: 118px;
  margin: 0 auto;
}

.advan .advan-content ul li .title{
  padding: 30px 0 18px;
  font-size: 24px;
  color: #4d3737;
}

.advan .advan-content ul li .info{
  font-size: 16px;
  color: #746667;
  line-height: 1.5;
}

.advan .xk_btn{
  margin-top: 50px;
}

/*一次课解决一个核心知识点*/
.course-box {
  /*height: 1734px;*/
}

.course{
  /*height: 1690px;*/
  padding-bottom: 20px;
}

.course-box .course-content .tab ul{
  width: 628px;
  margin: 23px auto 0;
}

.course-box .course-content .tab ul li{
  position: relative;
  float: left;
  margin-right: 14px;
  width: 200px;
  height: 50px;
  border-radius: 35px;
  text-align: center;
  line-height: 50px;
  color:#fff;
  font-size: 22px;
  font-weight: 600;
  background: #d6c7a3;
  box-shadow: 0 8px 8px rgba(200,193,191,.29);
  cursor: pointer;
}
.course-box .course-content .tab ul li:last-child{
  margin-right: 0;
}

.course-box .course-content .tab ul li.active{
  background: #f4bf41;
  box-shadow: 0 8px 8px rgba(244,191,65,.29);
}
.course-box .course-content .tab ul li .triangle{
  display: none;
  position: absolute;
  content: '';
  bottom:-32px;
  left: 50%;
  transform:translate(-50%,0);
  border-top: 16px solid #f4bf41;
  border-bottom: 16px solid transparent;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
}

.course-box .course-content .tab_content{
  padding: 0 20px;
}

.course-box .course-content .tab_content .tab_content_tit{
  font-size: 30px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-top: 55px;
}

.course-box .course-content .tab_content .tab_content_subtit{
  font-size: 16px;
  color: #666;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 33px;
}
.course-box .course-content .tab_content ul li{
  float: left;
  margin: 0 13px 20px 0;
}
.course-box .course-content .tab_content ul li:nth-child(1){
  margin-right: 0;
}
.course-box .course-content .tab_content ul li:nth-child(3){
  margin-right: 0;
}
.course-box .course-content .tab_content ul li:nth-child(4n){
  margin-right: 0;
}
.course-box .course-content .tab_content ul li .top{
  position: relative;
  padding-top: 28px;
  width: 220px;
  height: 140px;
  text-align: center;
  background: url('../images/course_bg_01.png');
}

.course-box .course-content .tab_content ul li .Engish_top{
  background: url('../images/course_bg_02.png');
}
.course-box .course-content .tab_content ul li .Math_top{
  background: url('../images/course_bg_03.png');
}
.course-box .course-content .tab_content ul li .physics_top{
  background: url('../images/course_bg_04.png');
}
.course-box .course-content .tab_content ul li .chemical_top{
  background: url('../images/course_bg_05.png');
}
.course-box .course-content .tab_content ul li .biological_top{
  background: url('../images/course_bg_06.png');
}

.course-box .course-content .tab_content ul li:nth-child(1) .top .hot-pic{
  position: absolute;
  top:0;
  left: 0;
  width: 47px;
  height: 51px;
  background: url('../images/hot-pic.png') no-repeat;
}
.course-box .course-content .tab_content ul li:nth-child(3) .top .popu-pic{
  position: absolute;
  top:0;
  left: 0;
  width: 47px;
  height: 51px;
  background: url('../images/popu-pic.png') no-repeat;
}


.course-box .course-content .tab_content ul li .top .tit{
  color: #fbff55;
  font-size: 24px;
  font-weight: 600;
}

.course-box .course-content .tab_content ul li .top .subtit{
  padding-top: 8px;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.course-box .course-content .tab_content ul li .top .grade{
  margin: 9px auto 0;
  width: 120px;
  height: 34px;
  border-radius: 35px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 34px;
  color: #fff;
}

.course-box .course-content .tab_content ul li .bottom {
  text-align: center;
  padding:25px 0 0;
  width: 220px;
  height: 140px;
  background: #f6f6f6;
}
.course-box .course-content .tab_content ul li:nth-child(2) .bottom {
  width: 233px;
}
.course-box .course-content .tab_content ul li:nth-child(4) .bottom {
  width: 233px;
}

.course-box .course-content .tab_content ul li .bottom .tit{
  color: #333;
  font-size: 18px;
}

.course-box .course-content .tab_content ul li .bottom .money{
  padding-top: 7px;
  color: #d52939;
  font-size: 16px;
}
.course-box .course-content .tab_content ul li .bottom  .yy_btn{
  display: block;
  margin: 17px auto 0;
  width: 122px;
  height: 36px;
  background: #d4273a;
  border-radius: 2px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height:36px;
}

/*体验课流程*/
.process-box{
  height: 596px;
}

.process{
  height: 552px;
}

.process-box .process-content{
  position: relative;
  padding: 0 50px;
  margin-top: 26px;
}

.process-box .process-content .line{
  position: absolute;
  top: 140px;
  width: 860px;
  height: 2px;
  background: #e5e5e5;
}

.process-box .process-content ul li{
  float: left;
  width: 110px;
  margin-right: 40px;
  text-align: center;
}

.process-box .process-content ul li:last-child{
  margin-right: 0;
}

.process-box .process-content ul li .num{
  position: relative;
  font-size: 120px;
  color: #e5e5e5;
  font-family: impact;
  z-index: 0;
}

.process-box .process-content ul li .num:before{
  position: absolute;
  bottom: -26px;
  left: 50%;
  content:'' ;
  border-radius: 35px;
  width: 10px;
  height: 10px;
  background: #e5e5e5;
}

.process-box .process-content ul li .tit{
  position: relative;
  z-index: 1;
  top: -60px;
  font-size: 16px;
  color: #333;
}

.process-box .process-content ul li .info{
  margin-top: 26px;
  font-size: 14px;
  color: #666;
  line-height: 1.8;
}

.process-box .xk_btn{
  margin-top: 36px;
}

/*预约须知*/
.notice-box{
  padding: 98px 0 0;
  height: 653px;
  background: url('../images/notice-box-pic.png') center no-repeat;
}

.notice-box .notice .tit{
  position: relative;
  font-size: 48px;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.notice-box .notice .tit:before{
  position: absolute;
  content: '';
  top:-34px;
  left: 50%;
  transform:translate(-50%,0);
  width: 471px;
  height: 49px;
  background: url('../images/izhikang.png');
}

.notice-box .notice  .notice-content{
  margin-top: 49px;
  padding-left: 140px;
}

.notice-box .notice  .notice-content p{
  position: relative;
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
}
.notice-box .notice  .notice-content p:before{
  position: absolute;
  content: '01';
  left: -44px;
  top: 50%;
  transform:translate(0,-50%);
  width: 28px;
  height: 28px;
  background: #f4bf41;
  border-radius: 35px;
  text-align: center;
  line-height: 28px;
  color: #fff;
}

.notice-box .notice  .notice-content .notice-content02:before{
  content: '02';
}

.notice-box .notice  .notice-content .notice-content03:before{
  content: '03';
}
.notice-box .notice  .notice-content .notice-content04:before{
  content: '04';
}
.notice-box .notice  .notice-content .notice-content05:before{
  content: '05';
}

.notice-box .notice .tip{
  margin-left: 102px;
  padding-left: 20px;
  width: 827px;
  height: 44px;
  border-radius: 8px;
  background: #b01322;
  line-height: 44px;
  color: #f9a0a9;
  font-size: 14px;
}

.notice-box .xk_btn{
  margin-top: 35px;
}









/*底部*/
.izk-zaixian-header-footer .ivu-layout {
  position: relative;
  height: auto !important;
  min-height: 100%;
  background: #f7f7f7;
}
.izk-zaixian-header-footer .ivu-layout .tel-num {
  padding-left: 50px;
  height: 70px;
  line-height: 70px;
  font-size: 22px;
  color: #e24943;
  position: relative;
  cursor: text;
}
.izk-zaixian-header-footer .ivu-layout .tel-num:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 25px;
  width: 17px;
  height: 18px;
  background: url("http://www.jiajiaoban.com/z2017/static/common/styles/imgs/icon-tel.png") no-repeat;
}
.izk-zaixian-header-footer .ivu-layout .ivu-layout-header {
  padding: 0!important;
  background-color: #fff !important;
  height: 106px!important;
  line-height: 76px!important;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
}
.izk-zaixian-header-footer .ivu-layout .ivu-layout-header .top-nav {
  height: 30px;
  line-height: 30px;
  background: #2d2d2d;
  color: #9a9a9a;
}
.izk-zaixian-header-footer .ivu-layout .ivu-layout-header .top-nav a {
  color: #fff;
}
.izk-zaixian-header-footer .ivu-layout .ivu-layout-header .bottom-nav {
  height: 76px;
}
.izk-zaixian-header-footer .ivu-layout .ivu-layout-header .logo-wrap {
  cursor: pointer;
}
.izk-zaixian-header-footer .ivu-layout .ivu-layout-header .nav-links .link {
  color: #222;
  height: 70px;
  line-height: 70px;
  font-size: 14px;
  padding: 0 20px 0 15px;
  margin: 0 5px;
}
.izk-zaixian-header-footer .ivu-layout .ivu-layout-header .nav-links .link:hover {
  color: #e24943;
}
.izk-zaixian-header-footer .ivu-layout .ivu-layout-header .nav-links .link.router-link-exact-active {
  color: #e24943;
  border-bottom: 5px solid #e24943;
}
.izk-zaixian-header-footer .ivu-layout .ivu-layout-content {
  padding: 0 0 452px;
}
.izk-zaixian-header-footer .ivu-layout .ivu-layout-footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: #2d2d2d;
  padding: 0 0 50px;
  color: #9a9a9a;
}
.izk-zaixian-header-footer .ivu-layout .ivu-layout-footer .zk-wrap {
  padding: 0 40px;
}
.izk-zaixian-header-footer .ivu-layout .ivu-layout-footer .txt-nav-dark {
  color: #fff;
}
.izk-zaixian-header-footer .ivu-layout .ivu-layout-footer .icons-wrap {
  border-bottom: 1px solid #444444;
  padding: 20px 0 15px;
}
.izk-zaixian-header-footer .ivu-layout .ivu-layout-footer .icons-wrap .icon {
  display: inline-block;
  height: 57px;
  line-height: 57px;
}
.izk-zaixian-header-footer .ivu-layout .ivu-layout-footer .content {
  padding: 50px 40px 70px;
}
.izk-zaixian-header-footer .ivu-layout .ivu-layout-footer .content .left-con,
.izk-zaixian-header-footer .ivu-layout .ivu-layout-footer .content .right-con {
  width: 250px;
}
.izk-zaixian-header-footer .ivu-layout .ivu-layout-footer .content .center-con {
  width: 600px;
  position: relative;
}
.izk-zaixian-header-footer .ivu-layout .ivu-layout-footer .content .center-con:before,
.izk-zaixian-header-footer .ivu-layout .ivu-layout-footer .content .center-con:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1px;
  width: 1px;
  height: 80px;
  background: #444444;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.izk-zaixian-header-footer .ivu-layout .ivu-layout-footer .content .center-con:before {
  left: 1px;
}
.izk-zaixian-header-footer .ivu-layout .ivu-layout-footer .content .center-con .icon img {
  width: 88px;
  height: 88px;
}
.izk-zaixian-header-footer .ivu-layout .ivu-layout-footer .content .tel-num {
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  cursor: text;
}
.izk-zaixian-header-footer .ivu-layout .ivu-layout-footer .content .zx-btn {
  display: inline-block;
  width: 170px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background: #e24943;
  margin-top: 25px;
  border-radius: 4px;
}