body{
  background: #ffe364;
}

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

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

/*公共部分 标题*/
.Title{
  position: relative;
  padding-top: 60px ;
  font-size: 36px;
  color: #7d4b19;
  text-align:center;
}
.Title:before{
  position: absolute;
  content: '';
  top:44px;
  left: 50%;
  transform: translate(-50%,0);
  background: url('../images/title-bg.png') no-repeat;
  width: 608px;
  height:78px;
}
.subTitle{
  padding: 26px 0 40px;
  color: #b57537;
  font-size: 16px;
  text-align:center;
}

/*8人班新老生报名优惠 */
.center-discount-box{
  height: 480px;
  background: #ffe364;
}
.center-discount-box .Title{
  padding-top: 20px;
}

.center-discount-box .Title:before{
  position: absolute;
  content: '';
  top:2px;
}

.center-discount-box .receive-coupon img{
  width: 339px;
  height: 175px;
  margin-left: 33px;
  margin-right:30px;
}

.center-discount-box .center-discount-con .tit,.con{
  font-size: 16px;
  color: #9e5b1a;
}

.center-discount-box .center-discount-con .tit{
  font-weight: 600;
  padding:8px 0 12px;
}
.center-discount-box .center-discount-con .con{
  margin-bottom: 10px;
}

/*公共部分 按钮*/
.receive-btn{
  display: block;
  margin:72px auto 40px;
  width: 375px;
  height: 45px;
  background: #67bdff;
  text-align: center;
  line-height: 45px;
  color: #fff;
  font-size: 18px;
  box-shadow: 0 3px 3px rgba(0,0,0,.1);
  border-radius: 3px;
}

/*来到8人班你可以得到什么*/
.gain-box{
  height: 612px;
  background: #eed150;
}

.gain-box ul li{
  float: left;
  width: 269px;
  height: 253px;
  background: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-right: 30px;
}

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

.gain-box ul li .tit{
  color: #7d4b19;
  text-align:center;
  padding: 20px 0 10px;
}

.gain-box ul li .info{
  color: #9e5b1a;
  text-align:center;
  font-size: 14px;
  line-height: 1.3;
}

.gain-box .gain-content{
  margin-top: 38px;
  color: #975f29;
  text-align: center;
  font-size: 14px;
}

/*公共部分 两个按钮*/
.btn-group{
  width:783px;
  margin: 36px auto 0;
}

.btn-group a{
  display: inline-block;
  width: 375px;
  height: 45px;
  background: #67bdff;
  text-align: center;
  line-height: 45px;
  color: #fff;
  font-size: 18px;
  border-radius: 3px;
  box-shadow: 0 3px 3px rgba(0,0,0,.1);
}
.btn-group .zxzz-btn{
  margin-right: 28px;
}

/*北京8人暑期班重磅来袭*/
.summer-school-box{
  height: 678px;
}

.summer-school-box .tab-btn{
  width: 774px;
  margin: 20px auto 37px;
}
.summer-school-box .tab-btn li{
  float: left;
  width: 238px;
  height: 44px;
  background: #e3c436;
  font-size: 16px;
  color: #fff;
  line-height: 44px;
  text-align: center;
  margin-right: 30px;
  border-radius: 3px;
  cursor: pointer;
}

.summer-school-box .tab-btn li:nth-child(3){
  margin-right: 0;
}

.summer-school-box .tab-btn .active{
  background: #ff7c4e;
}

.summer-school-box .tab-content table{
  width: 1182px;
  margin: 0 auto 82px;
  /*height: 232px;*/
  color: #975f29;
  font-size: 14px;
  text-align: center;
  border: 1px solid #d98851;
  border-top-left-radius:3px;
border-top-right-radius:3px;
border-bottom-right-radius:3px;
border-bottom-left-radius:3px;
}

.tab-content  table th{
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  color: #7d4b19;
  background: #e3c436;
  height: 52px;
}

.tab-content  table td{
  display: table-cell;
  vertical-align: middle;
  border:1px solid #d98851;
  background: #fff;
  height: 44px;
}

.tab-content  table tr:nth-child(2) td{
  border-top:none;
}

.tab-content table tr a{
  color: #0c6dff;
  font-size: 14px;
  text-decoration: underline;
}


/*升级服务 入学评估*/
.admission-diagnosis-box{
  height: 516px;
  background: #eed150;
}

.admission-diagnosis-box table{
  margin: 0 auto;
  width: 890px;
  height: 186px;
  color: #975f29;
  font-size: 14px;
  text-align: center;
  border: 1px solid #d98851;
  border-top-left-radius:3px;
border-top-right-radius:3px;
border-bottom-right-radius:3px;
border-bottom-left-radius:3px;
}

.admission-diagnosis-box table th{
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  color: #7d4b19;
  background: #ffe364;
}

.admission-diagnosis-box table td{
  display: table-cell;
  vertical-align: middle;
  border:1px solid #d98851;
  background: #fff;
}

.admission-diagnosis-box table tr:nth-child(2) td{
  border-top:none;
}

.w190{
  width: 190px;
}

.w390{
  width: 390px;
}

.admission-diagnosis-box table tr td:nth-child(2){
  text-align: left;
  padding-left: 17px;
}
.admission-diagnosis-box table tr a{
  color: #0c6dff;
  font-size: 14px;
  text-decoration: underline;
}

/*升级体系 培养孩子2大能力*/
.two-ability-box{
  height: 611px;
}

.two-ability-box .Title{
  padding-bottom: 70px;
}

.two-ability-box img{
  display: block;
  margin: 0 auto;
  width: 591px;
}

.two-ability-box .btn-group {
  margin-top: 62px;
}

/*实现2大能力的7大标准环节*/
.seven-link-box{
  height: 810px;
  background: #eed150;
}

.seven-link-box .Title{
  padding-bottom: 70px;
}

.seven-link-box ul{
  margin: 0 auto;
  width: 854px;
}

.seven-link-box ul li{
  float: left;
  width: 206px;
  height: 239px;
  margin-right:10px;
  margin-bottom: 12px;
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 3px 3px rgba(0,0,0,.1);
}

.seven-link-box ul li:nth-child(4){
  margin-right: 0;
}

.seven-link-box ul li:nth-child(5){
  margin-left:111px;
}

.seven-link-box .btn-group {
  margin-top: 56px;
}

.seven-link-box ul li .tit{
  padding: 24px 0 10px;
  text-align: center;
  color: #7d4b19;
  font-size: 18px;
  font-weight: 600;
}

.seven-link-box ul li .link-pic{
  height: 94px;
  display: table-cell;
  vertical-align:middle;
  width: 206px;
  text-align:center;
}
.seven-link-box ul li img{
}

.seven-link-box ul li .info{
  padding-top: 14px;
  color: #9e5b1a;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
}

/**/
.last-box{
  padding-top: 60px;
  height: 496px;
  background: url('../images/last-bg.png') center no-repeat;
}

.last-box ul{
  width: 1140px;
  margin: 0 auto 32px;
}

.last-box ul li{
  float: left;
  width: 372px;
  height: 239px;
  margin-right: 12px;
}
.last-box ul li:last-child{
  margin-right: 0;
}

.last-box .last-text p{
  font-size: 14px;
  text-align: center;
  color: #fff;
  line-height: 1.3;
}

.last-box .last-text .tel{
  margin-top: 26px;
  font-size: 16px;
}






/*底部*/
.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;
}