﻿.hide {
  display: none;
}
@font-face {    font-family: 'SourceHanSansCN-Medium';    
src: url('../font/SourceHanSansCN-Medium.woff2') format("woff2"),
     url('../font/SourceHanSansCN-Medium.ttf') format("truetype"),
     url('../font/SourceHanSansCN-Medium.eot') format("embedded-opentype"),
     url('../font/SourceHanSansCN-Medium.svg') format("svg"),
     url('../font/SourceHanSansCN-Medium.oft') format("opentype");
     font-weight:normal;
    font-style: normal;
 }
p,h2,h3,h4,h5,h6,span{
  font-family:'PingFang SC',"Source Han Sans CN" !important;
}

header {
  overflow: hidden;
  width: 100%;
  background: #333333; 
  height: 28px;
}
.kaoyan .ky_item:last-child{
	padding-bottom: 60px;
	margin-bottom: 0;
}
.clear{
  clear: both;
}
.slide_cg .fir_list li:last-child::after{
	display: none;
}
.pagetit{
  position: relative;
}

.pagetit h3{
  font-size: 36px;
font-weight: bold;
color: #333333;
text-align: center;
  padding-bottom: 24px;
}
.pagetit h3:after{
width: 60px;
height: 6px;
background: #FF6E00;
border-radius: 3px;
content: '';
left: 50%;
margin-left: -30px;
bottom:0px;
position: absolute;

}
.pagetit h3 span{
  color: #0A79FF;
  font-weight: bold;
}
 .pagetit p{
  text-align: center;
  font-size: 24px;
font-weight: 500;
color: #666666;
margin-top: 20px;
 }
.set {
  position:relative;
  font-weight:400;
  text-align:center;
  width:200px;
  /* change the width of canvas*/
  height:58px;
  /* change the height of canvas*/
  line-height:200px;
  overflow:hidden;
  position:relative;
  z-index:0;
  color:#000000;
  /* tetx color*/
  background:#fafafa;
  /* backgroud color*/
  cursor:pointer;
  /* background-image:url("http://www.jq22.com/img/cs/500x500-1.png");
  put the backgroud image here*/
}
.anim {
  -moz-transform:translateX(0%) translateX(100%);
  -ms-transform:translateX(0%) translateX(100%);
  -webkit-transform:translateX(0%) translateX(100%);
  transform:translateX(0%) translateX(100%);
  position:absolute;

  top:0%;
  left:0%;
  z-index:-1;
}
.anim:before {
  position:relative;
  content:'';
  display:block;
  margin-top:10px;
  height:56px;
  width: 1px;

}
.anim:after {
    content: '';
    position: absolute;
    top: -14px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 73px;
    width: 8px;
    transform: rotate(7deg);
    -ms-transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    -o-transform: rotate(7deg);
}
.hoverable:hover> .anim:after {
  -webkit-animation:anim-out-pseudo 1s infinite;;
  animation:anim-out-pseudo 1s infinite;;
}
.set:hover > .anim {
  -webkit-animation:anim-out 1s infinite;;
  animation:anim-out 1s infinite;;
}
@-webkit-keyframes anim-out-pseudo {
  0% {
  background:rgba(255,255,255,0.7);
  /*ripple color and tranparent*/
}
100% {
  background:transparent;
}
}@-webkit-keyframes anim-out {
  0% {
  width:0%;
}
100% {
  width:100%;
}
}


.bg3:hover > .anim:after {
  animation-name: pagereded;
  animation-duration:0.75s;
  -webkit-animation-duration:0.75s;
}
@-webkit-keyframes pagereded {
  0% {
  background:rgba(204,51,51,0.6);
  /*ripple color and tranparent*/
}
100% {
  background:transparent;
}
}@-webkit-keyframes pagered-out{
  0% {
  width:0%;
}
100% {
  width:100%;
}
}
header .mid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .mid p {
  font-size: 14px;
  color: #fff;
}
header .mid div {
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 100%;
}
header .mid div span {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-left: 6px;
}
.mid {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  padding-bottom: 5px;
}


img{max-width:100%;}
.banner {
  width: 100%;
  position: relative;
  text-align:center;
} 
.banner1 img{
  display: block;
} 

.banner .swiper-pagination{
  bottom: 84px
}
.banner .swiper-pagination-bullet{ opacity: 1; background: rgba(0,0,0,0.4); border-radius: 4px; transition: all .2s linear}
.banner .swiper-pagination-bullet-active{ width: 16px; background: #fff}


.page01{
  margin: 60px auto 0;
  width: 1200px;
}

.page01 ul li{
width: 258px;
height: 198px;
background: #FFFFFF;
border: 1px solid #D2D2D2;
border-radius: 10px 10px 100px 10px;
float: left;
position: relative;
margin-left: 53px;
  margin-top: 50px;
  cursor: pointer;
}

.page01 ul li:nth-child(1){
  margin-left: 0;

}
.page01 ul li:after{
  position: absolute;
right: -42px;
  top:89px;
  width: 30px;
  height: 20px;
  content: '';
  background: url(../images/page01_2.png)no-repeat center;
  background-size: 100%;
}

.page01 ul li:hover{
  border: 1px solid #FF6E00;
}
.page01 ul li:nth-child(5){
  margin-left: 143px;

}
.page01 ul li:nth-child(4):after,.page01 ul li:nth-child(7):after{
  display: none;

}
.page01 ul li h2{
  margin-left: 28px;
  font-size: 20px;
font-family: Source Han Sans CN;
font-weight: bold;
color: #FFFFFF;
background: url(../images/page01_1.png)no-repeat center;
width: 39px;
height: 36px;
background-size: 100%;
line-height: 32px;
text-align: center;

}

.page01 ul li h3{
margin-left: 28px;
margin-top: 18px;
font-size: 24px;
font-family: Source Han Sans CN;
font-weight: bold;
color: #333333;
}
.page01 ul li h3:hover,.page01 p:hover{
  color: #FF6E00;
}
.page01 p{
  font-size: 18px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #666666;
margin-top: 17px;
    margin-right: 28px;
margin-left: 28px;
}
.page02{
margin: 60px auto 0;
background: rgba(255, 110, 0, 0.1);
height: 400px;
}
.page02 .pagetit{
  padding-top: 60px;
}
.page02_cot{
  width: 1200px;
  margin: 0 auto;
}

.page02_cot ul li{

float: left;
width: 170px;
height: 160px;
background:url(../images/page02_1.png)no-repeat center;
border-radius: 25px;
margin-left: 36px;
margin-top: 50px;
position: relative;
  transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    cursor: pointer;
    text-align: center;
}


.page02_cot ul li:hover{
    transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
}
.page02_cot ul li:nth-child(1){
  margin-left: 0;
}
.page02_cot ul li:nth-child(2),.page02_cot ul li:nth-child(4){
background:url(../images/page02_2.png)no-repeat center;
}
.page02_cot ul li:nth-child(3),.page02_cot ul li:nth-child(6){
background:url(../images/page02_3.png)no-repeat center;
}
.page02_cot ul li p{
    text-align: center;
    width: 110px;
    height: 61px;
    margin: 56px 0 0 25px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    position: relative;
}
.page02_cot ul li p:after{
  position: absolute;
top: -9px;
    left: 40px;
  width: 30px;
height: 2px;
background: #FFFFFF;
opacity: 0.5;
border-radius: 1px;
content: '';
}
.page03 {
  margin:0px auto 0;
height: 700px;
background: #F7F7F7;


}

.page03 .pagetit{
  padding-top: 60px;}

.page03 .page03_cont{
  width: 1200px;
  margin: 0 auto;
}

.page03 .page03_cot1 {
  width: 800px;
height: 48px;
background: #FFFFFF;
border: 1px solid #EEEEEE;
border-radius: 25px;
margin: 50px auto 0;
cursor: pointer;
}
.page03 .page03_cot1 li{
  float: left;
  height: 46px;
  width: 199px;
  border-radius: 25px;

}
.page03 .page03_cot1 li h3{
  height:46px;
  line-height: 46px;
  text-align: center;
  font-size: 24px;
font-family: Source Han Sans CN;
font-weight:bold;

color: #333333;
}
.page03 .page03_cot1 .law_time_active{
background: #FF6E00;
  height:46px;
  line-height: 46px;
}
.page03 .page03_cot1 .law_time_active h3{
  color: #fff;
}
.page03 .page03_tit{
  width: 332px;
    height: 27px;
    font-size: 28px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    text-align: left;
    position: relative;
    padding-left: 20px;
    line-height: 37px;
        margin: 30px 0 12px;
}
.page03 .page03_tit:after{
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
height: 36px;
background: #487CEE;
content: '';
}
.page03 .page03_tit span{
  color: #487CEE;
}
 .page03 .law_cont{
  display: none;
 }

 .page03 .show{
  display: block;
 }

 .page03 .law_cont ul li,.page03 .law_cont .swiper-wrapper .swiper-slide{
  float: left;
  width: 220px !important;
height: 370px !important;
background: #FFFFFF;

border-radius: 10px;
margin-left: 20px;
margin-top: 50px!important;
  transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
 }

 .page03 .law_cont ul li:hover,.page03 .law_cont .swiper-wrapper .swiper-slide:hover{
    transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
}
  .page03 .law_cont ul li:nth-child(1),.page03 .law_cont .swiper-wrapper .swiper-slide:nth-child(1){
    margin-left: 0;

  }
 .page03 .swiper-container{
  width: 1200px;
  margin-right: 24px;
height: 452px;
 }
 .page03 .law_cont ul li h2,.page03 .law_cont .swiper-wrapper .swiper-slide h2{
padding-left: 20px;
border-radius: 10px 10px 0px 0px;
font-size: 24px;
font-weight: 500;
color: #FFFFFF;
line-height: 40px;
background: url(../images/page03_1.png)no-repeat center;
 }
 .page03 .law_cont ul li:nth-child(2) h2,.page03 .law_cont .swiper-wrapper .swiper-slide:nth-child(2) h2{
  background: url(../images/page03_2.png)no-repeat center;
 }
  .page03 .law_cont ul li:nth-child(3) h2,.page03 .law_cont .swiper-wrapper .swiper-slide:nth-child(3) h2{
  background: url(../images/page03_3.png)no-repeat center;
 }
  .page03 .law_cont ul li:nth-child(4) h2,.page03 .law_cont .swiper-wrapper .swiper-slide:nth-child(4) h2{
  background: url(../images/page03_4.png)no-repeat center;
 }
  .page03 .law_cont ul li:nth-child(5) h2,.page03 .law_cont .swiper-wrapper .swiper-slide:nth-child(5) h2{
  background: url(../images/page03_5.png)no-repeat center;
 }
.page03 .law_cont .swiper-wrapper .swiper-slide:nth-child(6) h2{
  background: url(../images/page03_6.png)no-repeat center;
 }
 .page03 .law_cont ul li p,.page03 .law_cont .swiper-wrapper .swiper-slide p{
  font-size: 18px;
font-weight: 500;
padding: 0 9px 0 12px;
color: #333;
line-height: 28px;
cursor: pointer;

 }
  .page03 .law_cont ul li p:hover,.page03 .law_cont .swiper-wrapper .swiper-slide p:hover{
    color: #FF7206;
  }
  .page03 .law_cont ul li p span,.page03 .law_cont .swiper-wrapper .swiper-slide p span{
    color: #FF7206;
    display: block;
  }
 .page03 .law_cont ul li p:nth-child(2),.page03 .law_cont .swiper-wrapper .swiper-slide p:nth-child(2){
  margin-top: 18px;
  height: 116px;
 }

  .page03 .law_cont ul li p:nth-child(3),.page03 .law_cont .swiper-wrapper .swiper-slide p:nth-child(3){
    height: 110px;
  }
  .page03 .law_cont ul li h5,.page03 .law_cont .swiper-wrapper .swiper-slide h5{
    width: 196px;
height: 40px;
background: #FFFFFF;
border: 1px solid  #FF7206;
border-radius: 20px;
font-size: 20px;
font-weight: 500;
color:  #FF7206;
text-align: center;
margin: 20px auto 0;
cursor: pointer;
line-height: 40px;
  }
   .page03 .law_cont ul li h5:hover,.page03 .law_cont .swiper-wrapper .swiper-slide h5:hover{
    color: #fff;
    background:  #FF7206;
   }
 
.page03 .law_cont .swiper-wrapper .swiper-slide{
  margin-right: 20px !important;
  margin-left: 0;
}

.page03 .law_cont .swiper-wrapper .swiper-slide:nth-child(1){
  margin-left:0px;
}
.page03 .law_cont .swiper-wrapper  .swiper-pagination-bullet{
  width: 10px;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom: -4px;
}

.page03 .swiper-pagination-bullet{
  width: 14px;
      width: 26px;
    border-radius: 8px;
}

.page03  .swiper-pagination-bullet-active{
      background:  #FF7206;
}
.page04{
height: 890px;
background: url(../images/page04_bg.jpg)no-repeat center; 
}

.page04 .pagetit{
  padding-top:60px; 
}
.page04 .pagetit h3{
  color: #fff;
}
.page04_cot{
  width: 1200px;
  margin:50px auto 0;
}
.page04_cot h4{
  font-size: 18px;
font-family: Source Han Sans CN;
font-weight: bold;
color: #FFFFFF;
}
.page04 .page04_cot ul li:nth-child(1),.page04 .page04_cot ul li:nth-child(4){
  margin-left: 0;
}
.page04 .page04_cot ul li{
width: 380px;
height: 270px;
background: #FFFFFF;
box-shadow: 0px 6px 12px 0px rgba(131, 131, 131, 0.1);
border-radius: 10px;
float: left;

margin-left: 30px;
text-align: center;
margin-top: 30px;
  transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;

}

.page04 ul li:hover{
    transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
}
.page04 .page04_cot ul li img{
margin-top: 34px;

}
.page04 .page04_cot ul li h2{
  font-size: 24px;
margin-top: 10px;
font-weight: 500;
color: #333333;


}
.page04 .page04_cot ul {
  margin-top: 20px;
}
.page04 .page04_cot ul li h3{
  width: 240px;
height: 40px;
border: 1px solid  #FF6E00;
margin: 20px auto 0;
border-radius: 20px;
line-height: 40px;
color:  #FF6E00;
font-size: 20px;
font-weight: 500;
cursor: pointer;
}
.page04 .page04_cot ul li h3:hover{
  background:  #FF6E00;
  color: #fff;
}
.page04 .page04_cot ul li:nth-child(2) h3,.page04 .page04_cot ul li:nth-child(5) h3{
  border: 1px solid #5D74F1;
  color: #5D74F1;
}
.page04 .page04_cot ul li:nth-child(2) h3:hover,.page04 .page04_cot ul li:nth-child(5) h3:hover{
  background: #5D74F1;
  color: #fff;
}
.page04 .page04_cot ul li:nth-child(3) h3,.page04 .page04_cot ul li:nth-child(6) h3{
  border: 1px solid #FD5590;
color: #FD5590;
}
.page04 .page04_cot ul li:nth-child(3) h3:hover,.page04 .page04_cot ul li:nth-child(6) h3:hover{
  background: #FD5590;
  color:#fff;
}

.page04 .page04_cot ul li p{
  font-size: 18px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #666666;
margin: 10px auto 0;
width: 280px;
text-align: left;

}




.page05 {
height: 642px;
background: rgba(255, 114, 6, 0.1);
}
.page05 .pagetit{
  padding-top: 60px;
}
.page05_cont{
width: 1200px;
margin: 50px auto 0;
}
.page05 ul li{
  width: 380px;
  height: 400px;
  float: left;
  margin-left: 30px;
   transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
  background: #FFFFFF;
box-shadow: 0px 6px 12px 0px rgba(131, 131, 131, 0.1);
border-radius: 10px;
cursor: pointer;
position: relative;
} 

.page05 ul li:hover{
    transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
}

.page05 ul li:nth-child(1){
  margin-left: 0;


}
.page05 ul li h2{
  margin-top: 30px;
  margin-left: 23px;
  font-size: 24px;
font-family: Source Han Sans CN;
font-weight: bold;
color: #333333;
position: relative;

}

.page05 ul li h2:after{
  position: absolute;
  left: -23px;
  top: 0;
  content: '';
  width: 4px;
height: 24px;
background: #FF7206;
border-radius: 2px;
}
.page05 ul li p{
  font-size: 18px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #666666;
line-height: 24px;
margin: 10px 23px 0;
text-align: justify;

}

.page06 {
  margin:60px auto 0;
  width: 1200px;
 

}
.page06_cont {
  margin-top:20px;
}
.page06_cont ul li{
float: left;
width:380px;
height: 380px;
background: #FFFFFF;
box-shadow: 0px 6px 24px 0px rgba(131, 131, 131, 0.2);
border-radius: 10px;
margin-left: 30px;
margin-top: 30px;
cursor: pointer;
position: relative;
   transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
} 

.page06 ul li:hover{
    transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
}

.page06 ul li img{
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -130px;
}
.page06 ul li:nth-child(5) img{
      margin-left: -108px;
}
.page06 ul li:nth-child(6) img{
      margin-left: -118px;
}

.page06_cont ul li:nth-child(1),.page06_cont ul li:nth-child(4){
  margin-left: 0;
}
.page06_cont ul li ol{
  width: 380px;
    position: relative;
  overflow: hidden;
  height: 280px;
  background: url(../images/page06_bg.png)no-repeat center;

}
.page06 ul li p{
  position: absolute;
  bottom: 0;
      transition: all .3s linear;

  height: 0;
  width:342px;
    background: rgba(255, 110, 0, 0.9);
border-radius: 10px 10px 0px 0px;
font-size:16px;
padding: 0 19px;
font-weight: 400;
color: #FFFFFF;
line-height: 23px;
text-align: justify;
}
.page06 ul li p span{
  display: block;
  font-size: 20px;
  margin-top: 30px;
  padding-bottom: 20px;
}
.page06_cont ul li ol:hover p{
  height: 280px;
    background: rgba(255, 110, 0, 0.9);
  transition: all .3s linear;
}
.page06_cont ul li h2{
  font-size: 24px;
font-weight: bold;
color: #333333;
margin:24px 0 0 15px;

}
.page06_cont ul li h3{
  font-size: 18px;
color: #666666;
margin:14px 0 0 15px;

}



.teacher{ padding: 70px 0 0px}
.teacher .title{ margin-bottom: 50px}
.teacher .teacher-title{ overflow: hidden}
.teacher .teacher-title span{ float: left; height: 50px;
 padding:30px 17px 0;  font-size: 28px; 
 position: relative;
 font-weight: bold;
 color: #333333; line-height: 50px}
 .teacher .teacher-title span:after{
  position: absolute;
  width: 4px;
height: 27px;
background: #FF6E00;
border-radius: 2px;
left: 0;
bottom:10px;
content: '';
 }
.teacher .teacher-box{ margin-top: 24px}
.teacher .teacher-box li{ position: relative; padding: 40px 0 ;width: 1200px;
height: 356px;
background: #FFFFFF;
border: 1px solid #FF6E00;
border-radius: 8px; box-sizing: border-box}
.teacher .teacher-box li .tb-pic{ position: relative; float: left; width: 210px; height: 276px; margin: 0 0 22px 60px; background: url(../images/page07_bg.png) no-repeat center;}
.teacher .teacher-box li .tb-info{ float: right; width: 820px; margin-right: 60px}
.teacher .teacher-box li .tb-name{ font-size: 24px;color: #333333;
font-weight: bold;}
.teacher .teacher-box li .tb-name span{
  margin-left: 10px;
  font-weight: bold;
}
.teacher  dd{
  width: 1200px;
  margin:0 auto;
}
.teacher .teacher-box li .tb-subject{ padding: 20px 0 24px; font-size: 20px; 
color: #FF6E00; }
.teacher .teacher-box li .tb-text{ height: 148px; font-size: 18px; color: #333; line-height: 32px; text-align: justify}
.teacher .teacher-box li .tb-btn{
  width: 180px;
height: 40px;
border: 1px solid #FF7206;
background: #fff;
border-radius: 20px;
}
.teacher .teacher-box li .tb-btn a{ display: block;
 margin: 0 auto; 
  font-size: 20px; color:  #FF7206; 
  line-height:40px; 
  text-align: center}
.teacher .teacher-box li .tb-btn a:hover{background: #FF7206; color: #fff;border-radius: 20px;}
.teacher .teacher-option{ position: relative; padding: 24px 45px 50px}
.teacher .teacher-option li{
  margin-left:0px;
}
.teacher .teacher-option li:nth-child(1){
  margin-left: 0;
}
.teacher .teacher-option li .thumbnail{ 
  overflow: hidden;
 width: 200px;
 position: relative;
height: 113px;
background: #fff;
  margin: 0 auto; 
 transition: all .3s linear;}


.teacher .teacher-option li .thumbnail h2{
      right: 19px;
    top: 30px;
    position: absolute;
    color: #333333;
    font-size: 20px;
    font-weight: 600;
}
.teacher .teacher-option ul {
  margin-top: 12px;
}
.teacher .teacher-option li .thumbnail p {
    position: absolute;
    right:0px;
    bottom: 0;
    width: 200px;
    background:#FF6E00;
border-radius: 0px 0px 4px 4px;
    font-size: 14px;
    height: 30px;
    color: #fff;
    border-radius: 0 0 4px 4px;
    line-height: 30px;
    text-align: center;
}
.teacher .swiper-slide-thumb-active{
  position: relative;
  bottom: 12px;
}
.teacher .teacher-option li.swiper-slide-thumb-active .thumbnail{ border: 1px solid #FF6E00;border-radius: 4px;}
.teacher .swiper-button-next, .teacher .swiper-button-prev{ top:38px;   width: 36px;
  height: 113px; margin: 0; background: #999; outline: none}
.teacher .swiper-button-next{
  background: url(../images/teacher_next.png)no-repeat center;

}

.teacher .swiper-button-prev{
  background: url(../images/teacher_prev.png)no-repeat center;

}
.teacher .swiper-button-prev::after{ margin-left: -10px; transform: rotate(-135deg)}
.teacher .swiper-button-next{ right: 0}
.teacher .swiper-button-prev{ left: 0}
.teacher .teacher-1b{
  background: #F7F7F7;
}
.teacher .teacher-2b{
  background:rgba(255, 114, 6, 0.1);
}

.teacher .teacher-3b{
  background: #F7F7F7;
}
.teacher .teacher-4b{
  background:rgba(255, 114, 6, 0.1);
}
.teacher .teacher-5b{
  background: #F7F7F7;
}
.footers{
	overflow: hidden;
padding: 30px 0 180px 0;
	background: #333333;
}
.footers .top{
	overflow: hidden;
	display: flex;
	margin-bottom: 20px;
	align-items: center;
	justify-content: center;
}
.footers .top div{
	overflow: hidden;
	padding-left: 49px;
	position: relative;
}
.footers .top div::after{
	content: '';
	width: 1px;
	height: 48px;
	background: #fff;
	position: absolute;
	left: 25px;
	top: 50%;
	margin-top: -24px;
}
.footers .top p{
	font-size: 18px;
	color: #fff;
	line-height: 28px;
}
.footers span{
	display: block;
	font-size: 18px;
	color: #fff;
	line-height: 28px;
	text-align: center;
}


.moduletable{
  width:875px;
  margin:55px auto 0;
  border: none;
  border-collapse: collapse;
}
.moduletable tr th{
  text-align: center;
  color:#333333;
  border:2px solid #000000;
}
.moduletable tr h3{
  text-align: center;
  font-size:32px;
  line-height:66px;
  color:#333333;
}
.moduletable tr td{
  text-align: center;
  padding:10px;
  height:66px;
  border:2px solid #000000;
}
.moduletable tr td span.th{
  display: inline-block;
  font-size:24px;
}
.moduletable tr td p{
  display: inline-block;
  font-size:18px;
  line-height:22px;
}
.moduletable tr td p.sm{
  font-size:15px;
  cursor: pointer;
}
.moduletable tr td p.sm:hover{
  text-decoration: underline;
}
.moduletable tr td a.shiting{
  display: inline-block;
  width:54px;
  height:52px;
  background:url(../images/shiting-1.png) no-repeat;
}
.moduletable tr td a.shiting:hover{
  background:url(../images/shiting-2.png) no-repeat;
}
.btn_ywd286{
    width:286px;
    line-height:36px;
    background: #FEE9D6;
    border-radius: 30px;
    margin:15px auto 0;
    display: block;
    border: none;
    cursor: pointer;
    /* box-shadow: 0 0 10px #cb7c7b; */
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
    font-size: 20px;
    text-align: center;
    color: #a31513;
	transition: all .3s linear
}

.btn_ywd286:hover{
	box-shadow: rgba(0,0,0,0) 0 0 0
}


.scholarship_left {
    display: inline-block;
    /* letter-spacing: 2px; */
    line-height: 40px;
    width:285px;
    margin-top: 50px;
    padding-right: 45px;
    font-size: 24px;
    float: left;
    text-align: justify;
}
.scholarship_tab_wrap {
    display: inline-block;
    color: #FF6E00;
    width:870px;
    float: right;
    vertical-align: top;
}



.zhuany_Lesson ul li{
float: left;
   width: 360px;
height: 150px;
    margin:30px 0 0 20px;
    border-radius: 14px;
}
.zhuany_Lesson ul li:nth-child(1){
  margin-top: 0;
  background: url(../images/page07_1.png)no-repeat center;
}
.zhuany_Lesson ul li:nth-child(2){
  margin-top: 0;
  background: url(../images/page07_2.png)no-repeat center;
}
.zhuany_Lesson ul li:nth-child(3){
    margin-top: 0;
  background: url(../images/page07_3.png)no-repeat center;
}
.zhuany_Lesson ul li:nth-child(4){
  background: url(../images/page07_4.png)no-repeat center;
}
.zhuany_Lesson ul li:nth-child(5){
  background: url(../images/page07_5.png)no-repeat center;
}
.zhuany_Lesson ul li:nth-child(6){
  background: url(../images/page07_6.png)no-repeat center;
}
.zhuany_Lesson ul li:nth-child(7){
  background: url(../images/page07_7.png)no-repeat center;
}
.zhuany_Lesson ul li:nth-child(8){
  background: url(../images/page07_8.png)no-repeat center;
}
.zhuany_Lesson ul li:nth-child(9){
  background: url(../images/page07_9.png)no-repeat center;
}
.zhuany_Lesson ul li:nth-child(1),.zhuany_Lesson ul li:nth-child(4),.zhuany_Lesson ul li:nth-child(7){
  margin-left: 40px;
}
.zhuany_Lesson ul li .zhuany_Lsiner{
  border-radius:12px;
  overflow: hidden;
}

.zhuany_Lsbotms h4{
   line-height: 25px;
    padding: 3px 0;
    padding:5px 0;
       float: left;
    width: 50px;
    color: #fff;
    position: relative;
    font-size: 20px;
        margin-top: 1px;
    margin-left: 22px;
}
.zhuany_Lesson ul li h4:after{
  position:absolute;
left: 11px;
    top: -34px;
  width:24px;
  height: 26px;
  content: '';
  background: url(../images/page07_icon8.png)no-repeat center;
}
.zhuany_Lesson ul li p{
  float: left;
  text-align: justify;
    margin-left: 60px;
    color: #fff;
    width: 178px;
    margin-top: 5px;
}



.zhuany_Lesson ul li p:hover{
  color: #FF6E00;
}
.zhuany_Lstopt h3{
      padding:20px 0 0px 132px;
  color:#fff;
  font-size:24px;
  line-height:36px;
}
.zhuany_Lsbotms{
  background:#fff;
  text-align: center;
}

.zhuany_Lsbotms p{
    font-size:16px;
    color:#666666; 
}
.Lesson_fade .Lesson_item_zhuany{
  padding-top: 40px;
}
.page08 {
  width: 1200px;
  margin: 60px auto 0;

}
.page08 .page08_cont{
  margin-top: 48px;
}
.page08 .page08_cont ul li{
  width: 282px;
height: 187px;
background: #FFFFFF;
box-shadow: 0px 6px 24px 0px rgba(131, 131, 131, 0.2);
border-radius: 10px;
float: left;
text-align: center;
margin-top: 30px;
margin-left: 24px;
 }
 .page08 .page08_cont ul li:nth-child(1), .page08 .page08_cont ul li:nth-child(5){
  margin-left: 0;
 }
 .page08 .page08_cont ul li:nth-child(4){
width: 282px;
height: 300px;
background: #FFFFFF;
box-shadow: 0px 6px 24px 0px rgba(131, 131, 131, 0.2);
border-radius: 10px;
float: right;
margin-top: 82px;
 }
  .page08 .page08_cont ul li:nth-child(4) img{

margin-top: 70px;
 }
 .page08 .page08_cont ul li img{
  width: 60px;
  height: 60px;
 margin: 30px auto 6px;
 }
  .page08 .page08_cont ul li h2{
    font-size: 20px;
font-weight:bold;
color: #333333;
cursor: pointer;
  }
    .page08 .page08_cont ul li p{
      font-size: 16px;
font-weight: 400;
margin-top: 5px;
color: #666666;
cursor: pointer;

    }

  .page08 .page08_cont ul li h2:hover, .page08 .page08_cont ul li p:hover{
    color: #FF6E00;
  }




.page09 {
 height: 820px;
  background: url(../images/page09_bg.jpg)no-repeat center;

} 

.page09 .pagetit{ 
  padding-top:60px;
}
.page09 .pagetit h3 p{
  color: #fff;
}
.page09_cont {
  width: 1200px;
    margin: 50px auto;
}
.page09_cont .teacher{
  width: 1200px;
height: 600px;
background: #FFFFFF;
box-shadow: 0px 0px 16px 0px rgba(210, 210, 210, 0.7);
border-radius: 8px;
padding: 20px 0 40px;
}
.page09_cont .teacher ul li{
  width: 360px;
height: 240px;
float: left;
margin-left: 20px;
margin-top: 25px;
}
.page09_cont .teacher ul li:nth-child(1),.page09_cont .teacher ul li:nth-child(4){
  margin-left: 40px;
}
.page11{
  width: 1200px;
  margin: 60px auto 0;
border-radius: 8px;
}
.page11 .pagetit{
  
}
.page11 ul li{
      float: left;
width: 300px;
height: 300px;
background: #F8F8F8;
border-radius: 10px;
        margin-top: 80px;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.page11 ul li:before{
     position: absolute;
     content: '';
     right: 0;
     top: 40px;
     width: 1px;
height: 220px;
background: #DCDCDC;

}
.page11 ul li:nth-child(4):before{
  display: none;
}
.page11 .science_menty {
    padding: 50px 0 0;
}
.page11 .science_menty  img{
    width: 50px;
    height: 50px;

}
.page11 .science_menty img.vh {
    display: none;
}
.page11 .science_menty h3{
font-size: 24px;
 color: #0A79FF;
  line-height:32px;
  padding:30px 0 10px;
  position: relative;

}
.page11 .science_menty h3:after{
  position: absolute;
    left: 120px;
    top: 12px;
  width: 60px;
height: 2px;
background: #0A79FF;
border-radius: 1px;
content: '';
}
.page11 ul li:hover .science_menty h3:after{
  background: #fff;
}
.page11 .science_menty p{
font-size: 18px;
  color:#666666;
  line-height:32px;
}
.page11 ul li:hover{background:#0A79FF;;}
.page11 ul li:hover .science_menty h3{color:#fff;}
.page11 ul li:hover .science_menty p{color:#fff;}
.page11 ul li:hover .science_menty img.vh{display: inline-block;}
.page11 ul li:hover .science_menty img.vb{display: none;}
.page11 .server_title {
    display: inline-block;
    padding:0 20px;
    background-color: #CD3333;
    margin:35px 0;
    color: #fff;
    font-size:32px;
    line-height:50px;
}

.page12{
  margin: 60px auto 0;

}
.page12 .pagetit h3:before{
      left: 320px;
}
.page12 .page12_cont{
  background:rgba(10, 121, 255, 0.08);
  margin-top: 60px;
 
height: 1340px;

}
.page12 .page12_cont .pagetit{
  padding-top: 61px;
}
.page12 .page12_cont .pagetit h3{
  color:rgba(51, 51, 51, 1);
}
.page12 .page12_cot1{
  height: 420px;
  width: 1200px;
  margin: 34px auto 0;

}
.page12 .page12_cot1 .environment{
  float: right;
  width: 550px;
}
.page12 .page12_cot1 .environment li{
  float: left;
width: 166px;
height: 148px;
margin-left: 17px;
  padding: 6px;
  position: relative;
}
.page12 .page12_cot1 .environment li:nth-child(4),.page12 .page12_cot1 .environment li:nth-child(5),
.page12 .page12_cot1 .environment li:nth-child(6){
  margin-top: 22px;
}
.page12_cot1 h2{
padding: 50px 20px 32px;
  position: relative;
font-size: 28px;
font-weight: 500;

color: #333333;
}
.page12_cot1 h2:after{
  position: absolute;
  content: '';
  width: 3px;
height: 27px;
background:#0A79FF;
border-radius: 2px;

    left: 1px;
   top:52px;
}
.page12_cot1 .environ-item {
  display: none;
}
.page12_cot1 .environ-item.show{
display: block;
  animation: hideIndex 0.3s;
    -moz-animation: hideIndex  0.3s; /* Firefox */
    -webkit-animation: hideIndex  0.3s; /* Safari and Chrome */
    -o-animation: hideIndex  0.3s; /* Opera */
}
@keyframes hideIndex{
  0%{ opacity: 0; }
  100%{opacity: 1; }
}
.page12_cot1 .environ-item h2{
display: inline-block;
    width: 12%;
height: 23px;
font-size: 24px;
padding-top: 35px;
font-weight: 500;
    margin-left: 12px;
color: #343434;
line-height: 26px;
}
.page12_cot1 .environ-item h3{
    display: inline-block;
    width: 256px;
    height: 28px;
    background:#0A79FF;
    border-radius: 15px;
    text-align: center;
    margin-top: 2px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
}
.page12_cot1 .environ-item p{
width: 575px;
    height: 114px;
font-size: 16px;
font-weight: 400;
color: #333333;
margin-top: 20px;
    margin-left: 32px;
line-height: 26px;
}
.page12_cot1 .environ-item h4{
    font-size: 20px;
    font-weight: 400;
    color:#0A79FF;
    margin-left: 32px;
    line-height: 26px;
}
.page12_cot1 .environ-item h2:after{
  display: none;
}
.page12 .page12_cot1 .environment li h3{
position: absolute;
  bottom: 5px;
    left:6px;
        width: 93.5%;
    height: 28px;
    text-align: center;
    line-height: 28px;
    background:#0A79FF;
    border-radius: 0px 0px 4px 4px;
    font-size: 18px;
    color: #fff;

}
.page12 .page12_cot1 .environment_item_active{
  border:1px solid #0A79FF;

border-radius: 4px;
}
.page12 .page12_cot1 .environ-item{
float: left;
width: 640px;
    margin-top: 6px;
height: 306px;
background:rgba(255,255,255,0.8);
border: 1px solid #0A79FF;
border-radius: 8px;
}
.page12 .environ-item h5{
width: 128px;
height: 36px;
background:#0A79FF;
border-radius: 4px;
font-size: 18px;
color: #FFFFFF;
line-height: 36px;
float: right;
margin-right: 20px;
}
.page12_cot2{
  width: 1200px;
  margin:0px auto 0;
}
.page12_cot2 .nth_title h2{
padding: 26px 20px;
position: relative;
font-size: 28px;
font-weight: 500;
margin-top: 12px;
color: #333;

}

.page12_cot2 .nth_title h2:after{
position: absolute;
content: '';
width: 3px;
height: 27px;
background: #0A79FF;
border-radius: 2px;
left: 1px;
top: 28px;
}
.page12_cot2 .teacher_wrap li{
   float: left;
    width:33%;
    border-bottom: 2px solid #fff;
    padding: 18px 0;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    position: relative;
    color: #333;

}
.page12_cot2 .teacher_wrap li a{
  color: #fff;
}
.teacher_item.active{
   border-bottom: 2px solid #0A79FF !important;
   color:#0A79FF !important;
  
}
.page12_cot2 .t-c-item{
  margin-top: 20px;
}
.page12_cot2 .t-c-item .lsWzhislide{
background: rgba(255,255,255,0.8);
 height: 360px;
 border-radius: 8px;
 border:1px solid #0A79FF;
 position: relative;
} 

.page12_cot2 .t-c-item  .lsWzhislide::after {
    position: absolute;
    content: "";
    width: 125px;
    height: 80px;
    border: 4px solid #0A79FF;
    border-left: none;
    border-bottom: none;
       right: 65px;
    top: 42px;
}
.teacher_item.active::after {
    position: absolute;
    content: "";
    left: 47%;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 15px solid #0A79FF;
    border-left: 8px solid transparent;
}
.page12_cot2 .lsswiperly{
  display: none;
  position: relative;
}
.page12_cot2 .lsswiperly.show{
  display: block;
}
.page12_cot2 .lsWzhislide_tops .teacher_head{
    position: relative;

    background-color:rgba(10, 121, 255, 0.1);
    width: 210px;
    margin-top: 28px;
    height: 276px;
    width: 210px;
border-radius: 10px;
    margin-left: 40px;
        float: left;
}
.page12_cot2 .lsWzhislide_tops .teacher_head img{
width: 210px;
    height: 276px;
    position: absolute;
    top: 20px;
    left: 20px;

}
.page12_cot2 .lsWzhislide_tops h2{
     float: left;
  font-size: 24px;
  color: #333;
  margin-left: 60px;
    margin-top: 46px;
    width: 700px;
}
.page12_cot2 .lsWzhislide_tops h3{
     float: left;
  font-size: 20px;
  color:#0A79FF;
  width: 700px;
  margin-top: 30px;
  margin-left: 60px;
}
.page12_cot2 .lsWzhislide_tops p{
  font-size: 16px;
  color: #666666;
    margin-left: 60px;
height: 160px;
    float: left;
         width: 764px;
        line-height: 30px;
        margin-top: 30px;
}
.page12_cot2 .lsWzhislide_botm  h5{
  font-size: 20px;
  content: #fff;
  text-align: center;
  width: 180px;
  height: 36px;
  line-height: 36px;
  background-color:#0A79FF;
  color: #fff;
  float: left;
    position: absolute; 
    border-radius: 4px;
    cursor: pointer;
    bottom: 34px;
        left: 310px;

}
/* .page12_cot2 .preview .swiper-slide-active{
position: relative;
top: -12px;
} */
/* 20200928 */
.page12_cot2 .preview .swiper-slide span img{
border-radius:8px;
}
.gallery-thumbs .swiper-slide-thumb-active{ 
  position: relative;
  top: -12px;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;

}
.gallery-thumbs .swiper-slide-thumb-active img{
   border:1px solid #0A79FF; 
}
.page12_cot2 .preview {
    position: relative;
    margin-top: 24px;
    overflow: hidden;
    width: 1080px;
    height: 146px;
}
.page12_cot2  .preview .swiper-slide {
    /* width: 206px !important; */
    margin-top: 28px; 
    overflow: hidden;
   
}
.page12_cot2  .preview .swiper-slide img{
/* width: 206px; */
height: 113px;
position: relative;
  }
  .page12_cot2  .preview .swiper-slide h2{
 
         position: absolute;
    right: 49px;
    top: 34px;
    color:#333333;
    font-size: 20px;
       font-weight: 600;
  }

    .page12_cot2  .preview .swiper-slide p{
     position: absolute;
   right: 8px;
    bottom: 29px;
    width: 200px;
    background: #0A79FF;
    font-size: 16px;
    height: 30px;
    color: #fff;
    border-radius: 0 0 4px 4px;
    line-height: 30px;
     text-align: center;
    }
    .page12_cot2  .gallery-thumbs .swiper-slide-thumb-active p{
    right: 6px;
    bottom: 29px;
    width: 202px;
    
     }
    .preview_wrap{
      position: relative;
    }
    .page12_cot2  .preview_wrap .swiper-button-prev {
      background: url(../images/teacher_prev.png) no-repeat center center;
      position: absolute;
      left: 0;
      top: 10px;
      width: 60px;
      height: 100%;
      margin: 0;
      z-index: 10;
      outline: none;
    }
    .page12_cot2  .preview_wrap  .swiper-button-next{
      background: url(../images/teacher_next.png) no-repeat center center;
      position: absolute;
      /* background-size: contain; */
      right: 0;
      top: 10px;
      width: 60px;
      height: 100%;
      margin: 0;
      z-index: 10;
      outline: none;
    }
@charset "utf-8";

.addr_wrap {
    width: 100%; 

     height: 858px;
background: #FF6E00;;
}

.addr_wrap .pagetit h3{
  padding-top:50px;
  color: #fff;
}
.addr_wrap .pagetit h3:after{
  background: url(../images/tit3.png)no-repeat center;
  width: 335px;
  height: 14px;
  margin-left: -172px;
  bottom: -16px;
}
.addr_wrap  .pagetit h3:before{
  background: rgba(240, 208, 83, 1);
      top: 130px;
}
.data-grid{
    width:1200px;
    height: 660px;
    position: relative;
    overflow: hidden;
    margin:58px auto 26px;
    font-size: 14px;
    color:#444;
    border-radius: 12px;
    box-sizing: border-box;
}
.data-view{
    width: 1200px;
    position: absolute;
    overflow: hidden;
    top: 0px;
    right: 0px;
}
.grid-head{
    width: 1200px;
    height: 54px;
    overflow: hidden;
    cursor: default;
        background-color:#fff;
}
.grid-head .datagrid-cell{
  line-height: 54px;
}

.grid-head-inner{
    display: block;
    float: left;
}
.grid-foot{
    width: 1200px;
    height: 20px;
    border-color:#fff;
    overflow: hidden;
    background:#fff;
    cursor: default;
    border-radius: 0 0 12px 12px;

    background-color:#fff;
}
.grid-foot-inner{
    display: block;
    float: left;
}
.data-table{
    height: 54px;
    border-collapse: separate;
    display: block;
    border:1px solid #fff;
}
.data-table-row{
    height: 54px;
        display: block;
}
.grid-head-inner tbody{
  height: 54px;
      display: block;
}

.data-table-row td div{
  text-align: center;
font-size: 24px;
font-weight: 500; 
color: #FF6E00;
}
.data-table td{
    border-color: #fff;
    border-style: dotted;
    margin: 0px;
    padding: 0px;
    line-height: 54px;
    display: inline-block;
}
.datagrid-cell{
    margin: 0px;
    padding: 0px 4px;
    white-space: nowrap;
    word-wrap: normal;
    height: 54px;
    position:relative;
    line-height:54px;
    font-size: 12px;
    border:0;
}

.grid-body .datagrid-cell{
  line-height: 40px;
  height: 40px;
}
.datagrid-btable .datate td{
  border-top: 0;
}

.grid-head .datagrid-cell.cell-c3{
    width: 768px;
}
.grid-head .datagrid-cell.cell-c2:before{
 left:-4px;
  height: 54px;
  color: #fff;
  background: #fff;
  position: absolute;
  top: 0;
  width: 1px;
  content: '';
} 
.grid-head .datagrid-cell.cell-c2:after{
 right:2px;
  height:54px;
  color: #fff;
  background: #fff;
  position: absolute;
  top: 0;
  width: 1px;
  content: '';
} 
.cell-c1{
    width:174px;
    height:auto;

font-size: 20px;
font-weight: 500;
color: #fff;
text-align: center;
}
.cell-c2{
    width: 220px;
    height:auto;
    text-align: center;
font-size: 18px;
font-weight: 400;
color: #fff;
}
.cell-c3{
    width:802px;
    height:auto;
padding-left: 32px;
font-size: 16px;
font-weight: 400;
color: #fff;
    text-align: left;
}

.grid-body{
    width:1200px;
       height: 548px;
    overflow-x: hidden;
    margin: 0px;

    padding: 0px;
}
.grid-body .grid_body1{
  border-left: 1px solid #fff;
}
.datagrid-btable{
border-collapse: collapse;

background:#FF6E00;

}

.datagrid-btable tr td{
       border: 1px solid #fff;
   border-collapse: collapse;

    margin: 0px;
    padding: 0px;
}
.fixed-signup .mid {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.fixed-signup{ position: fixed; bottom: 0; left: 0; z-index: 999999; width: 100%; height: 150px;
  background:url(../../images/footer_bg.png)no-repeat center}
.fixed-signup .fs-tips{
     position: absolute;
    float: left;
    width: 156px;
    height: 72px;
    line-height: 24px;
    text-align: center;
    bottom: 45px;
    left: 10px;
}
 .fixed-signup  .fs-price a{
display: inline-block;
  width: 176px;
    height: 26px;
    text-align: center;
    line-height: 23px;
    color: #fff;
    font-size: 17px;
    border:1.5px solid #ed9112;
    border-radius: 12px;
}
.fs-formbt {
  margin: 20px auto 0;
  display: block;
}
.fs-form ul{
    width: 820px;
    margin: 0 auto;}
.fs-form ul li{
  float: left;
  width: 190px;
  margin: 10px 0px 0 10px;
  height: 26px;
 background: linear-gradient(180deg, #fde4ab, #ffc57d);
 border-radius: 20px;
 text-align: center;
 cursor: pointer;
}

.fs-form ul li p{
  line-height: 26px;
  color: #ff1800;
  font-size: 16px;
      font-weight: 500;
}

.fixed-signup .fs-tips2{
     position: absolute;
    float: left;
     cursor: pointer;
    width: 156px;
    height: 72px;
    line-height: 24px;
    text-align: center;
       bottom: 56px;
    right: 25px;
}