/*开始颜色,中间颜色,结束颜色,开始方向 ,结束方向,ie执行方向(0从上到下,1从左到右)*/
/*这个注释能生效*/
.lt {
  float: left;
}
.rt {
  float: right;
}
table{
  width: 100%;
}
.content{
  width: 1100px;
  margin:0 auto;
}

.banner{
  width: 100%;
  min-width: 1300px;
  height: 775px;
  background: url("../images/banner.jpg") no-repeat center top;
}
.bg{
  width:100%;
  background: #f29652;
  padding-bottom:50px;
}
.bck{
  margin: 0 56px;
  min-width: 1200px;
  background: #fff;
  border-radius: 36px;
  box-shadow:0 5px 15px #c3723c;
  padding: 80px 0 66px;
  margin-bottom: 86px;
}
.one_bck{
  margin-top: -314px;
}
.title{
  font-size: 101px;
  color: #edeef3;
  text-align: center;
  font-weight: 700;
  position: relative;
  line-height: 100%;
}
.title p{
 font-size: 40px;
 color: #424c5b;
 position: absolute;
 left: 0;
 right: 0;
 margin: 0 auto;
 top:0;
}
.one_list{
  height: 371px;
  background: url("../images/one_bgren.jpg") no-repeat  177px bottom;
  position: relative;
  margin: 70px 0 130px;
}
.one_list li{
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../images/one_bg.png") no-repeat center;
  -webkit-background-size:100% 100% ;
  -moz-background-size:100% 100% ;
  background-size:100% 100% ;
  padding: 0 27px;
  text-align: center;
  position: absolute;
  font-size: 15px;
  color: #424c5b;
  line-height: 21px;
}
.one_list li:nth-of-type(1){
  width: 214px;
  height: 214px;
  left: 64px;
  top: -20px;
}
.one_list li:nth-of-type(2){
  width: 205px;
  height: 205px;
  left: 10px;
  top: 228px;
}
.one_list li:nth-of-type(3){
  width: 138px;
  height: 138px;
  left: 300px;
  top: 80px;
}
.one_list li:nth-of-type(4){
  width: 204px;
  height: 196px;
  right: 208px;
  top: -40px;
}
.one_list li:nth-of-type(5){
  width: 155px;
  height: 155px;
  right: 166px;
  top: 225px;
}
.one_list li:nth-of-type(6){
  width: 164px;
  height: 164px;
  right: 10px;
  top: 40px;
}
.btn{
  width: 290px;
  height: 46px;
  border-radius: 23px;
  background: -webkit-linear-gradient(right,#ee6e4e,#fb710b);
  background: -moz-linear-gradient(left,#ee6e4e,#fb710b);
  background: -o-linear-gradient(left,#ee6e4e,#fb710b);
  background: linear-gradient(to right,#ee6e4e,#fb710b);
  font-size: 24px;
  color: #fff;
  line-height: 46px;
  text-align: center;
  box-shadow: 0 8px 10px -6px #f58f2a;
  margin:0 auto;
}
/* 法硕考研复试分数线到底有多高？ */
.two_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin:86px 0 75px;
}
.two_list li{
  width: 348px;
  height: 398px;
  background: #fff;
  box-shadow: 0 0 10px #d1d1d1;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
  text-align: center;
}
.two_list li>img{
  display: block;
  height: 212px;
  margin: 52px auto 40px;
}
.school_name{
  display: inline-block;
  width: auto;
  min-width: 200px;
  height: 38px;
  border-radius: 20px;
  border:1px solid #fc712c;
  line-height: 36px;
  text-align: center;
  font-size: 26px;
  color:#fc712c;
  margin: 0 auto;
  padding:0 16px;
}
.pos_item{
  /* display: none; */
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #feefde;
  padding:80px 32px 0;
  text-align: center;
  transform: rotate3d(0,1,0,90deg);
  transition: .5s;
}

.two_list li:hover .pos_item{
  transform: rotate3d(0,1,0,0deg);
}

.pos_item td{
  height: 50px;
  font-size: 26px;
  color: #fc712c;
  border:1px solid #fc712c;
}
.two_btn{
  width: 200px;
  height: 38px;
  border-radius: 20px;
  border:1px solid #fc712c;
  background: #ffc7ac;
  line-height: 36px;
  text-align: center;
  font-size: 26px;
  color:#fc712c;
  margin: 60px auto 0;
  cursor: pointer;
}

.three_list{
  display: flex;
  justify-content: space-between;
  margin: 146px 0 70px;
}
.three_list li{
  width: 382px;
  height: 482px;
  background: url("../images/three_listbg.png") no-repeat;
  background-size:100% 100% ;
  padding-top: 1px;
  text-align: center;
  color: #2d2d2d;
}
.three_list li>img{
  display: block;
  margin: -60px auto 34px;
}
.three_list li>h1{
  font-size: 37px;
}
.three_list li>h3{
font-size: 22px;
margin:40px 0 10px;
}
.three_list li>p{
  padding: 0 46px;
  font-size: 20px;
  line-height: 37px;
  }

  .four_tit{
    font-size: 37px;
    color: #fa7010;
    text-align: center;
    margin: 66px 0 40px;
  }
  .four_list1{
    width: 966px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .four_list1 li{
    padding: 10px;
    text-align: center;
    border:1px solid #fc712c;
    border-radius:50%;
  }
  .four_list1 li p{
    width: 112px;
    height: 112px;
    border-radius: 50%;
    background: #fc712c;
    line-height: 112px;
    font-size: 27px;
    color: #fff;
    font-weight: 700;
  }
  .four_list2{
    display: flex;
    justify-content: space-between;
    padding: 0 26px 0 54px;
    position: relative;
  }
  .four_list2::after{
    display: block;
    content:"";
    position: absolute;
    left: 0;
    right: 0;
    top: 36px;
    margin:0 auto;
    width: 100%;
    height: 26px;
    background: url("../images/four_list2bg.png") no-repeat center;
    z-index: 0;
  }

  .four_list2 li{
    width: 166px;
    position: relative;
    z-index: 1;
  }
  .four_nth2TOP{
    width: 162px;
    height: 100px;
    background: url("../images/four_nth2TOP.png") no-repeat;
    margin: 0 auto;
    text-align: center;
    color: #fff;
  }
  .four_nth2TOP p:first-of-type{
    height: 50px;
    border-bottom:1px dashed #fff;
    padding-top: 4px;
  }
  .four_nth2TOP p:nth-of-type(2){
    line-height: 50px;
  }
  .four_nth2BTO{
    height:205px;
    background: url("../images/four_nth2BTO.png") no-repeat;
    margin-top: 6px;
    padding:50px 8px 0 14px ;
    font-size: 15px;
    color: #333333;
    line-height: 19px;
  }
  .four_list2 li:first-of-type .four_nth2BTO{
    padding-top:36px;
  }
  /* 爱启航法硕课程特色 */
  .five_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 84px 0 56px;
  }
  .five_list li{
    width: 256px;
    height: 322px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 0 7px #d2d2d2;
    overflow: hidden;
    text-align: center;
    margin-bottom: 48px;
  }
  .five_list li>h1{
    width: 100%;
    height: 96px;
    background: -webkit-linear-gradient(right,#ffa735,#f68029);
    background: -moz-linear-gradient(left,#ffa735,#f68029);
    background: linear-gradient(to right,#ffa735,#f68029);
    font-size: 30px;
    color:#fff;
    line-height: 96px;
  }
  .five_list li> .sty2{
    line-height: 46px;
  }
  .five_list li>p{
    font-size:20px;
    color: #2d2d2d;
    line-height: 36px;
    padding:0 24px;
    margin-top: 30px;
  }
  .six_list{
    width: 892px;
    display: flex;
    justify-content: space-between;
    margin:100px auto 0;
  }
  .six_list li{
    width: 278px;
    height: 448px;
    border-radius: 10px;
    background: #fc712c;
    overflow: hidden;
    text-align: center;
    color: #fff;
  }
  .six_list li img{
    display: block;
    margin: 18px auto 12px;
  }
  .six_list li h1{
    font-size: 27px;
  }
  .six_list li div{
    display: inline-block;
    font-size:17.4px;
    padding: 0 5px;
    position: relative;
  }
  .six_list li div span{
    position: relative;
    z-index: 20;
  }

  .six_list li div::before{
    display: block;
    content:"";
    width: 100%;
    height: 7px;
    background: #ffa800;
    position: absolute;
    bottom: 0px;
    z-index: 0;
  }
  .six_list li p{
    margin-top: 10px;
    font-size: 14.5px;
    padding:0 8px 0 22px;
    line-height: 24px;
    text-align: left;
  }
/* 师资轮播 */
.teach_lun{
  width: 959px;
  padding: 35px 0;
  background: #f19652;
  margin:0 auto 100px;
  position: relative;
}
  .swiper-container {
    width: 786px;
  }
  .swiper-slide {
    text-align: center;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 9px;
    overflow: hidden;
  }
 

  .swiper-button-prev, .swiper-button-next{
    width: 51px;
    height: 52px;
    background: url("../images/lunlr.png") no-repeat;
    outline: none;
  }
  .swiper-button-prev{
    left: -68px;
  }
  .swiper-button-next{
    right: -68px;
    transform: rotate(180deg);
  }
  /* 课表 */
  .seven{
    margin: 88px 0;
  }
  .seven th{
    background: #fc712c;
    height: 70px;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    border-right: 1px solid #fc712c;

  }
  .seven td{
    font-size: 26px;
    color: #333;
    text-align: center;
    height: 60px;
    border-right: 1px solid #fc712c;
    border-bottom: 1px solid #fc712c;
  }
  .seven td:last-of-type{
    border-right:none;
  }
  .eight_list{
    /* width:840px; */
    display: flex;
    justify-content: space-between;
    margin:80px auto 80px ;
  }

  /*视频*/
.video{
  width: 100%;
  height: 100%;
  /* background: red; */
  position:fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 999;
}
.video-b{
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.3;  
}
.video-son{
  width: 1022px;
  height: 661px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -511px;
  margin-top: -330px;
  border: 25px solid white;
  border-radius: 10px;
  background: black;
}
.close-video{
  position: absolute;
  width: 50px;
  height: 50px;
  background: black;
  border-radius: 50%;
  right: 50%;
  top: 50%;
  color: white;
  text-align: center;
  line-height: 45px;
  margin-right: -561px;
  margin-top: -380px;
  font-size: 35px;
  cursor:pointer;
}
/* 图书轮播 */
  .book_lun{
    width: 959px;
  margin:86px auto 100px;
  position: relative;
  }
  .book_lun .swiper-container {
    width: 100%;
  }
  .hj{
    box-shadow: 0 0 20px #dfd4d0;
  }
  .hj img{
    display: block;
    width: 100%;
    margin-top:  88px;
  }
