.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{

  text-align: center;
}

.pagetit h3{
  font-size: 36px;
font-weight: bold;
color: #333333;
text-align: center;
display: inline-block;
  position: relative;
  z-index: 2;
}
.pagetit h3:after {
    position: absolute;
    bottom: -34px;
    left: 50%;
    margin-left: -30px;
    content: '';
    width: 60px;
    height: 6px;
    background: #FF6E00;
    border-radius: 3px;
}

 .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:1s;
  -webkit-animation-duration:1s;
}
@-webkit-keyframes pagereded {
  0% {
  background:#FF6E00;
  /*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 {

width: 1200px;
margin: 20px auto 0;

}
.page01 ul {
  margin-top: 30px;
}
.page01 ul li{
width: 260px;
height: 162px;
background: #FFFFFF;
box-shadow: 0px 2px 10px 0px rgba(131, 131, 131, 0.2);
border-radius: 50px 10px 50px 10px;
float: left;
margin-top: 30px;
text-align: center;
margin-left: 53px;
transition: all .4s;

-webkit-transition: all .4s;
-moz-transition: all .4s;
cursor: pointer;
position: relative;
}




.page01 ul li:hover{
    transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
}
.page01 ul li:nth-child(1),.page01 ul li:nth-child(5){
  margin-left: 0;
}
.page01 ul li img{
  margin: 25px auto 0;
}
.page01 ul li h2{
  font-size: 20px;
font-family: Source Han Sans CN;
font-weight: 400;
text-align: center;
color: #333333;
margin-top: 10px;
}

.page02{
margin:60px auto 0;
height: 630px;
background: #F7F7F7;
border-radius: 150px 0px 0px 0px;
}
.page02_cot{
  width: 1200px;
  margin:0px auto 0;

}
.page02 .pagetit{
  padding-top: 60px;
}
.page02 ul{
  position: relative;
  
}

.page02_cot1 ul li{
width: 380px;
height: 400px;
background: #FFFFFF;
box-shadow: 0px 2px 10px 0px rgba(131, 131, 131, 0.2);
border-radius: 20px;
margin-top: 66px;
margin-left: 29px;
float: left;


}
.page02_cot1 ul li:nth-child(1){
  margin-left: 0;
}
.page02_cot1 ol h2{
width: 316px;
height: 56px;
background: linear-gradient(270deg, #FFADAF, #FF102A);
border-radius: 20px 20px 0px 0px;
line-height: 56px;
padding-left: 64px;
font-size: 24px;
font-family: Source Han Sans CN;
font-weight: bold;
position: relative;
color: #FFFFFF;
}
.page02_cot1 ol h2:after{
  width: 30px;
  height: 30px;
  content: '';
  position: absolute;
    left: 28px;
 top: 15px;
  background: url(../images/page02_1.png)no-repeat center;
  background-size: 100%;
}
.page02_cot1 ul li:nth-child(2) h2{
  background: linear-gradient(90deg, #FFAB12, #FE8D1A);
}
.page02_cot1 ul li:nth-child(2) h2:after{
    background: url(../images/page02_2.png)no-repeat center;
  background-size: 100%;
}
.page02_cot1 ul li:nth-child(3) h2{
background: linear-gradient(90deg, #46B8FF, #008EE6);
}
.page02_cot1 ul li:nth-child(3) h2:after{
    background: url(../images/page02_3.png)no-repeat center;
  background-size: 100%;
}
.page02_cot1 li p{
font-size: 18px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #333333;
margin-left: 30px;
line-height: 30px;
position: relative;
cursor: pointer;
}

.page02_cot1 li p:hover{
color: #FF253C;
}

.page02_cot1 li p:nth-child(2){
  margin-top: 20px;
}
.page02_cot1 li p:after{
  width: 4px;
height: 4px;
background: #FF253C;
position: absolute;
    left: -11px;
    top: 13px;
content: '';
border-radius: 50%;
}
.page02_cot1 ul li:nth-child(2) p:after{
  background: #FF6E00;
}
.page02_cot1 ul li:nth-child(2) p:hover{
  color: #FF6E00;
}
.page02_cot1 ul li:nth-child(3) p:after{
  background: #0993E9;
}
.page02_cot1 ul li:nth-child(3) p:hover{
  color: #0993E9;
}
.page02_cot1 li h5{
  width: 220px;
height: 40px;
border-radius: 20px;
border:1px solid #FF253C;
line-height: 40px;
text-align: center;
margin-top: 20px;
margin-left: 20px;
font-size: 20px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #FF253C;
background: #fff;
}
.page02_cot1 li h5:hover{
  background: #FF253C;
  color: #fff;
}
.page02_cot1 ul li:nth-child(2) h5{
  border:1px solid #FF6E00;
  color: #FF6E00;
}
.page02_cot1 ul li:nth-child(3) h5{
    border:1px solid #0993E9;
    color: #0993E9;
}
.page02_cot1 ul li:nth-child(2) h5:hover{
  background:#FF6E00;
   color: #fff;
}
.page02_cot1 ul li:nth-child(3) h5:hover{
   background: #0993E9;
    color: #fff;
}
.page03 {
  margin:0px auto 0;
 background: url(../images/page03_bg.jpg)no-repeat center;
height: 720px;
}
.page03 .pagetit{
  padding-top: 60px;
}
.page03 .pagetit h3{
  color: #fff;
}
.page03_cot{
  width: 1200px;
  margin: 0 auto;
}
.page03_cot ul li{
  float: left;
  background-color: rgba(255, 255, 255, 0.3);
  margin-top: 85px;
  height: 540px;
}

.page03_cot ul li h3{
  font-size: 24px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #492B03;
line-height: 28px;
width: 421px;
height: 69px;
background: url(../images/page03_bg.png)no-repeat center;
margin: 50px auto 0;

text-align: center;
line-height: 60px;
}
.page03_cot ul li:nth-child(1){
  width: 700px;
height: 540px;
border-radius: 10px;

}
.page03_cot ul li:nth-child(1) ol{
  width: 640px;
height: 310px;
background: #FFFFFF;
border-radius: 10px;
margin:40px auto 0; 
    padding-top: 1px;
}
.page03_cot ul li:nth-child(2){
  width: 470px;
height: 540px;
margin-left: 30px;
border-radius: 10px;

}
.page03_cot ul li:nth-child(2) ol{
  width: 410px;
height: 310px;
background: #FFFFFF;
border-radius: 10px;
margin:40px auto 0; 
padding-top: 1px;
}
.page03_cot ul li:nth-child(2) p{
  text-align: center;
  font-size: 20px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #333333;
line-height: 48px;
margin-top: 20px;
cursor: pointer;

}
.page03_cot ul li:nth-child(2) span:hover{
  color:#FF6E00;
}
.page03_cot ul li table {
width: 600px;
height: 214px;
text-align: center;
margin: 20px auto 0;
}
.page03_cot ul li table tr td{
  border:1px solid #eee;
  font-size: 18px;
}
.page03_cot ul li table tr:nth-child(1) td{
background: #FF6E00;
color: #fff !important;
font-size: 18px;
font-weight: 500;
}
.page03_cot ul li table tr td:nth-child(3){
  color:  #FF6E00;
}
.page03_cot ul li table tr td:nth-child(5){
  color:#0993E9;
}
.page03_cot ul li:nth-child(1) p{
  font-size: 18px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #333333;
line-height: 25px;
margin: 10px auto 0;
width: 600px;
}
.page03_cot ul li:nth-child(2) h5{
  width: 320px;
height: 40px;
background: #FF6E00;
border-radius: 20px;
margin: 20px auto 0;
line-height: 40px;
color: #fff;
font-size: 20px;
font-weight: 500;
color: #FFFFFF;
text-align: center;
}
.page04{
margin: 60px auto 0;
width: 1200px;
}

.page04 ul li{
  float: left;
  width: 560px;
  height: 340px;
  margin-top:95px;
  position: relative;
  text-align: center;
  cursor: pointer;
  margin-left: 54px;
  background: url(../images/page04_1.png)no-repeat center;

}
.page04 ul li:nth-child(2){
  background: url(../images/page04_2.png)no-repeat center;
}

.page04 ul li:nth-child(1){
  margin-left: 0;
}
.page04 ul li h3{
width: 360px;
height: 50px;
background: linear-gradient(90deg, #FFAB12, #FE8D1A);
border-radius: 10px;
margin: -25px auto 0;
font-size: 24px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #FFFFFF;
text-align: center;
line-height: 50px;
}
.page04 ul li h4{
  font-size: 28px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #FE8D1A;
margin-top:30px; 
}
.page04 ul li p{
  font-size: 18px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #FFFFFF;
line-height: 30px;
margin-top: 10px;
}
.page04 ul li p span{
font-size: 24px;
padding-bottom: 5px;
}
.page04 ul li p i{
  font-style: normal;
}
.page04 ul li p i:hover{
  color: #FE8D1A;
}
.page04 ul li:nth-child(2) p i:hover{
  color: #3CB3FC;
}
.page04 ul li h5{
  width: 480px;
height: 100px;
background: #FFFFFF;
box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
border-radius: 20px;
font-size: 20px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #FE8D1A;
font-weight: bold;
line-height: 25px;
margin: 20px auto 0;
padding-top: 20px;
}
.page04 ul li h5 span{
    font-weight: 400;
    padding-top: 6px;
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    width: 408px;
    display: block;
    margin: 0 auto;

}

.page04 ul li:nth-child(2) h3{
background: linear-gradient(90deg, #46B8FF, #008EE6);
}
.page04 ul li:nth-child(2) h4{
  color: #3CB3FC;
}
.page04 ul li:nth-child(2) h5{
color: #3CB3FC;
}
.page05{
  height: 766px;
  background:rgba(255, 110, 0, 0.1);
   margin: 140px auto 0;

}
.page05 .pagetit{
  padding-top: 60px;
}
.page05 .page05_cont{
  width: 1200px;
  margin:42px auto 0;
}
.page05 ul li{
 width: 282px;
height: 200px;
border-radius: 10px 10px 50px 10px;
  margin-top: 80px;
background: #FFFFFF;
float: left;
position: relative;
z-index: 5;
margin-left: 23px;
transition: all .4s;

-webkit-transition: all .4s;
-moz-transition: all .4s;
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 ol
{
   width: 282px;
height: 200px;
background: #FFFFFF;
box-shadow: 0px 6px 24px 0px rgba(131, 131, 131, 0.2);
border-radius: 10px 10px 50px 10px;
}
.page05 ul li:nth-child(1){
  margin-left: 0;
}
.page05 ul li:nth-child(5){
  margin-left: 155px;
}
.page05 ul li h3{
width: 220px;
    height: 60px;
    background: linear-gradient(270deg, #FFADAF, #FF102A);
    border-radius: 10px 10px 0px 0;
    position: absolute;
    z-index: -4;
    top: -45px;
    left: 0;
    font-size: 24px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #FFFFFF;
line-height: 46px;
padding-left: 20px;
}
.page05 ul li h4{
  padding-left: 20px;
height: 21px;
padding-top: 18px;
font-size: 22px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #FF253C;
line-height: 24px;
}
.page05 ul li p{
  padding-left: 21px;
  font-size: 18px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #333333;
padding-left: 20px;
padding-top: 10px;
width: 242px;
height: 76px;
}
.page05 ul li h5{
  width: 180px;
height: 40px;
border: 1px solid #FF253C;
border-radius: 20px;
margin-left: 20px;
margin-top: 14px;
line-height: 40px;
font-size: 20px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #FF253C;
background-color: #fff;
}
.page05 ul li h5:hover{
  color: #fff;
  background-color:  #FF253C;
}
.page05 ul li:nth-child(2) h3,.page05 ul li:nth-child(6) h3{
background: linear-gradient(-90deg, #FFAB12, #FE8D1A);
  }
  .page05 ul li:nth-child(2) h4,.page05 ul li:nth-child(6) h4{
color: #FE8D1A;
  }
    .page05 ul li:nth-child(2) h5,.page05 ul li:nth-child(6) h5{
color: #FE8D1A;
border: 1px solid #FE8D1A;

  }
  .page05 ul li:nth-child(2) h5:hover,.page05 ul li:nth-child(6) h5:hover{
    background: #FE8D1A;
    color: #fff;
  }
    .page05 ul li:nth-child(3) h5:hover,.page05 ul li:nth-child(7) h5:hover{
    background: #3DB3FC;
    color: #fff;
  }
  .page05 ul li:nth-child(3) h3,.page05 ul li:nth-child(7) h3{
background: linear-gradient(90deg, #46B8FF, #008EE6);
  }
  .page05 ul li:nth-child(3) h4,.page05 ul li:nth-child(7) h4{
color:#3DB3FC;
  }
    .page05 ul li:nth-child(3) h5,.page05 ul li:nth-child(7) h5{
color:#3DB3FC;
border: 1px solid #3DB3FC;

  }
.page05 ul li:nth-child(4) h3{
background: linear-gradient(270deg, #C58AFF, #6A56EA);
  }
.page05 ul li:nth-child(4) h4{
color: #775EED;
}
  .page05 ul li:nth-child(4) h5{

border: 1px solid #775EED;
color: #775EED;
  }

.page05 ul li:nth-child(4) h5:hover{
 color: #fff; 
 background:  #775EED;
}
.page06{
width: 1200px;
margin: 60px auto 0;


}
.page06 ul li{
  width: 160px;
height: 170px;
background: #fff;
border: 1px solid #FF6E00;
box-shadow: 0px 2px 10px 0px rgba(255, 110, 0, 0.2);
border-radius: 10px 10px 50px 10px;
float: left;
margin-left: 13px;
margin-top: 113px;
transition: all .4s;
-webkit-transition: all .4s;
-moz-transition: all .4s;
cursor: pointer;
position: relative;
text-align: center;
}


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

.page06 ul li:hover{
  background: #FF6E00;
    transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
}
.page06 ul li:hover p{
  color: #fff;
}
.page06 ul li p{
  text-align: justify;
  width: 145px;
height: 73px;
font-size: 16px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #333333;
margin: 40px auto 0;

}
.page06 ul li h2{
  width: 80px;
height: 80px;
background: #FFFFFF;
border: 1px solid #FF6E00;
border-radius: 50%;
line-height: 80px;
font-size: 36px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #FF6E00;
position: absolute;
    top: -45px;
    left: 38px;
}
.page07 {
  margin:60px auto 0;
height: 780px;
background: #F7F7F7;


}
.page07_tit{
  width: 247px;
  height: 50px;
  margin:  85px auto 0;
  background: url(../images/page07_tit.png)no-repeat center;
}
.page07_tit h3{
  line-height: 50px;
  text-align: center;
  font-size: 28px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #FFFFFF;

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

.page07 .page07_cont{
  width: 1200px;
  margin: 0 auto;
}

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

}
.page07 .page07_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;
}
.page07 .page07_cot1 .law_time_active{
background: #FF6E00;
  height:46px;
  line-height: 46px;
}
.page07 .page07_cot1 .law_time_active h3{
  color: #fff;
}



 .page07 .law_cont{
  display: none;
 }

 .page07 .show{
  display: block;
 }

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

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

 .page07 .law_cont ul li:hover,.page07 .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);
}
  .page07 .law_cont ul li:nth-child(1),.page07 .law_cont .swiper-wrapper .swiper-slide:nth-child(1){
    margin-left: 0;

  }
 .page07 .swiper-container{
  width: 1200px;
  margin-right: 24px;
height: 452px;
 }
 .page07 .law_cont ul li h2,.page07 .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/page07_1.png)no-repeat center;
 }
 .page07 .law_cont ul li:nth-child(2) h2,.page07 .law_cont .swiper-wrapper .swiper-slide:nth-child(2) h2{
  background: url(../images/page07_2.png)no-repeat center;
 }
  .page07 .law_cont ul li:nth-child(3) h2,.page07 .law_cont .swiper-wrapper .swiper-slide:nth-child(3) h2{
  background: url(../images/page07_3.png)no-repeat center;
 }
  .page07 .law_cont ul li:nth-child(4) h2,.page07 .law_cont .swiper-wrapper .swiper-slide:nth-child(4) h2{
  background: url(../images/page07_4.png)no-repeat center;
 }
  .page07 .law_cont ul li:nth-child(5) h2,.page07 .law_cont .swiper-wrapper .swiper-slide:nth-child(5) h2{
  background: url(../images/page07_5.png)no-repeat center;
 }
.page07 .law_cont .swiper-wrapper .swiper-slide:nth-child(6) h2{
  background: url(../images/page07_6.png)no-repeat center;
 }
 .page07 .law_cont ul li p,.page07 .law_cont .swiper-wrapper .swiper-slide p{
  font-size: 16px;
font-weight: 500;
padding: 0 9px 0 12px;
color: #333;
line-height: 22px;
cursor: pointer;

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

  .page07 .law_cont ul li p:nth-child(3),.page07 .law_cont .swiper-wrapper .swiper-slide p:nth-child(3){
    height: 82px;
  }
  .page07 .law_cont ul li h5,.page07 .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;
  }
   .page07 .law_cont ul li h5:hover,.page07 .law_cont .swiper-wrapper .swiper-slide h5:hover{
    color: #fff;
    background:  #FF7206;
   }
 
.page07 .law_cont .swiper-wrapper .swiper-slide{
  margin-right: 20px !important;
  margin-left: 0;
}

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

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

.page07 .swiper-pagination-bullet-active{
      background:  #FF7206;
}


.page09{
  background: url(../images/page09_bg.png)no-repeat center;
  height: 860px;
  background-color: rgba(255, 110, 0, 0.9);
}
.page09_cont{
  width: 1200px;
  margin: 0 auto 0;
  padding-top: 60px;
 }
 .page09_cont .page09_tit h3{
  width: 247px;
  height: 50px;
  margin:  0px auto 0;
  background: url(../images/page09_tit.png)no-repeat center;
}
.page09_tit h3{
  line-height: 50px;
  text-align: center;
  font-size: 28px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #333333;

}
.page09_tit p{
  font-size: 18px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #FFFFFF;
margin-top: 40px;
}
.page09_cont ul li{
  float: left;
  width: 380px;
height: 270px;
background: #FFFFFF;
box-shadow: 0px 6px 12px 0px rgba(131, 131, 131, 0.1);
border-radius: 20px;
margin-top: 30px;
margin-left: 30px;
  transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    cursor: pointer;
  cursor: pointer;
}
.page09_cont ul li:hover{
    transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
}
.page09_cont ul li:nth-child(1),.page09_cont ul li:nth-child(4){
  margin-left: 0;
}

.page09_cont ul li img{
  margin: 26px auto 16px;
  display: block;

}
.page09_cont ul li h2{
  font-size: 24px;
font-weight: 500;
text-align: center;
color: #333333;
cursor: pointer;
}
.page09_cont ul li p{
  font-size: 18px;
padding: 0 55px;
line-height: 24px;
margin-top: 8px;
font-weight: 400;
cursor: pointer;
color: #666666;
}
.page09_cont ul li h5{
  width: 240px;
height: 40px;
border: 1px solid #7E00D5;
border-radius: 20px;
margin: 18px auto 0;
font-size: 20px;
background: #fff;
font-weight: 500;
color: #7E00D5;
cursor: pointer;
line-height: 40px;
}
.page09_cont ul li h5:hover{
  color: #fff;
  background: #7E00D5;
}
.page09_cont ul li h2:hover,.page09_cont ul li p:hover{
color: #7E00D5;
}
.page09_cont ul li:nth-child(2) h5:hover,.page09_cont ul li:nth-child(5) h5:hover{
  color: #fff;
  background: #FF7206;
}
.page09_cont ul li:nth-child(2) h5,.page09_cont ul li:nth-child(5) h5{
 color:#FF7206;
 border: 1px solid #FF7206;
}
.page09_cont ul li:nth-child(2) h2:hover,.page09_cont ul li:nth-child(5) h2:hover{
 color:#FF7206;
}
.page09_cont ul li:nth-child(2) p:hover,.page09_cont ul li:nth-child(5) p:hover{
 color:#FF7206;
}


.page09_cont ul li:nth-child(3) h5:hover,.page09_cont ul li:nth-child(6) h5:hover{
  color: #fff;
  background: #0C7AF8;
}

.page09_cont ul li:nth-child(3) h5,.page09_cont ul li:nth-child(6) h5{
 color:#0C7AF8;
 border: 1px solid #0C7AF8;
}

.page09_cont ul li:nth-child(3) h2:hover,.page09_cont ul li:nth-child(6) h2:hover{
 color:#0C7AF8;
}
.page09_cont ul li:nth-child(3) p:hover,.page09_cont ul li:nth-child(6) p:hover{
 color:#0C7AF8;
}
.page10{
  height: 691px;
background: #F7F7F7;
}

.page10 .page10_cont{
  width: 1200px;
  margin: 50px auto 0;
}

.page10 .pagetit{
 padding-top: 60px; 
}
.page10 ul li{
  float: left;
  width: 380px;
height: 449px;
background: #FFFFFF;
box-shadow: 0px 6px 12px 0px rgba(131, 131, 131, 0.1);
border-radius: 10px 50px 10px 50px;
margin-left: 30px;
margin-top: 26px;
  transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    cursor: pointer;
    text-align: center;
  cursor: pointer;
}
.page10 ul li:hover{
    transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
}
.page10 ul li:nth-child(1){
  margin-left: 0;
}
.page10 ul li h2{
  width: 120px;
height: 25px;
font-size: 24px;
font-family: Source Han Sans CN;
font-weight: bold;
color:rgba(255, 37, 60, 1);
line-height: 24px;
margin: 40px auto 0;
position: relative;
}

.page10 ul li h2:after{
    position: absolute;
    content: '';
    width: 60px;
    height: 2px;
    background: rgba(255, 37, 60);
    opacity: 0.2;
    border-radius: 1px;
    left: -79px;
    top: 11px;
}
.page10 ul li h2:before{
    position: absolute;
    content: '';
    width: 60px;
    height: 2px;
    background: rgba(255, 37, 60);
    opacity: 0.2;
    border-radius: 1px;
    right: -79px;
    top: 11px;
}
.page10 ul li h3{
  font-size:22px;
  color: rgba(51, 51, 51, 1);
  margin-top: 20px;
}
.page10 ul li p{
  font-size: 18px;
font-family: Source Han Sans CN;
font-weight: 400;
color:rgba(102, 102, 102, 1);
line-height: 24px;
margin-top: 10px;
}
.page10 ul li h4{
    font-size:22px;
  color: rgba(51, 51, 51, 1);
  margin-top: 20px;
}
.page10 ul li p:nth-child(5){
  height: 94px;
}
.page10 ul li h5{
  width: 300px;
height: 40px;
border: 1px solid rgba(255, 37, 60, 1);
border-radius: 20px;
line-height: 40px;
color: rgba(255, 37, 60, 1);
text-align: center;
margin: 20px auto 0;
background: #fff;
font-size: 20px;
}
.page10 ul li h5:hover{
  background: rgba(255, 37, 60, 1);
  color: #fff;
}
.page10 ul li:nth-child(2) h2{
  color: rgba(255, 110, 0, 1);
}
.page10 ul li:nth-child(2) h2:after{
  background: rgba(255, 110, 0, 1);
}
.page10 ul li:nth-child(2) h2:before{
  background: rgba(255, 110, 0, 1);
}
.page10 ul li:nth-child(2) h5{
border: 1px solid rgba(255, 110, 0, 1);
color: rgba(255, 110, 0, 1);
}
.page10 ul li:nth-child(2) h5:hover{
  background:  rgba(255, 110, 0, 1);
  color: #fff;
}


.page10 ul li:nth-child(3) h2{
  color:rgba(9, 147, 233, 1);
}
.page10 ul li:nth-child(3) h2:after{
  background:rgba(9, 147, 233, 1);
}
.page10 ul li:nth-child(3) h2:before{
  background:rgba(9, 147, 233, 1);
}
.page10 ul li:nth-child(3) h5{
border: 1px solid rgba(9, 147, 233, 1);
color:rgba(9, 147, 233, 1);
}
.page10 ul li:nth-child(3) h5:hover{
  background:rgba(9, 147, 233, 1);
  color: #fff;
}

.page13{
  background: url(../images/page13_bg.jpg)no-repeat center;
  height: 551px;
}
.page13 .page13tit{
  padding-top: 60px;
  text-align: center;
    width:300px;
    margin: 0 auto;
}
.page13 .page13tit h3{
  width:300px;
height: 31px;
font-size: 32px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #FFFFFF;
text-align: center;
position: relative;
}
.page13 .page13tit h3:after{
  position: absolute;
    left: -62px;
    top: 15px;
  width: 60px;
height: 2px;
background: #FF6E00;
content: '';
}
.page13 .page13tit h3:before{
  position: absolute;
  right: -62px;
    top: 15px;
  width: 60px;
height: 2px;
background: #FF6E00;
content: '';
}
.page13_cont{
  width: 1200px;
  margin: 0 auto;
}
.page13_cont ul{
width: 1200px;
height: 270px;
background: #FFFFFF;
border-radius: 10px;
margin-top: 40px;

}
.page13_cont ul li{
  float: left;
  width: 210px;
height: 50px;
background: rgba(255, 110, 0, 0.1);
border: 1px solid #FF6E00;
border-radius: 10px;
text-align: center;
margin-left: 23px;
margin-top: 30px;
cursor: pointer;
}
.page13_cont ul li h3{

  font-size: 20px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #FF6E00;
line-height: 48px;
text-align: center;
}
.page13_cont ul li:hover{
  background: #FF6E00;
}

.page13_cont ul li:hover h3{
  color: #fff;
}
.page13_btn h5{
  float: left;
  width: 300px;
height: 50px;
background: #FF6E00;
border-radius: 25px;
line-height: 50px;
text-align: center;
font-size: 24px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #FFFFFF;
margin-left: 30px;
margin-top: 40px;
}
.page13_btn h5:nth-child(1){
  margin-left: 118px;
}

.page14{
  height: 1112px;
background: #F7F7F7;
}
.page14 .pagetit{
  padding-top: 60px;
}
.page14 .page14_cot1 ul{
  width: 1002px;
height: 50px;
background: #FFFFFF;
border: 1px solid #EEEEEE;
border-radius: 25px;
margin: 86px auto 0;

}
.page14 .page14_cont{
  width: 1200px;
  margin: 0 auto;
}
.page14 .page14_cot1 ul li{
  float: left;
  width: 250px;
  cursor: pointer;
  height: 49px;
}
.page14 .page14_cot1 ul li h3{
  line-height: 49px;
  font-size: 24px;
font-family: Source Han Sans CN;
font-weight: 500; 
color: #333333;
  height: 49px;
text-align: center;
}




.page14 .page14_cot1  .la_time_active{
  background: #FF6E00;
  border-radius: 25px;
    height: 49px;
}
.page14 .page14_cot1  .la_time_active h3{
  color: #fff;
  border-radius: 25px;
}

.page14 .la_cont{
display: none;
}
.page14 .la_cont.show{
  display: block;
}
.page14 .la_cont ul li{
  float: left;
  width: 220px;
height: 230px;
background: #FFFFFF;
box-shadow: 0px 6px 24px 0px rgba(131, 131, 131, 0.2);
border-radius: 10px;
margin-top: 40px;
margin-left: 24px;
  transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    cursor: pointer;
  cursor: pointer;
}
.page14 .la_cont ul li:hover{
    transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
}
.page14 .la_cont ul li:nth-child(1),.page14 .la_cont ul li:nth-child(6),.page14 .la_cont ul li:nth-child(11),.page14 .la_cont ul li:nth-child(16){
  margin-left: 0;
}
.page14 .la_cont ul li img{
  border-radius: 10px 10px 0 0;
}
.page14 .la_cont ul li h2{
  font-size: 24px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #333333;
text-align: center;
margin: 10px auto 0;
width: 192px;
padding-bottom: 10px;
border-bottom: 1px solid rgba(102, 102, 102, 0.1);
}
.page14 .la_cont ul li p{
  width: 180px;
  text-align: left;
  font-size: 18px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #666666;
margin: 10px auto 0;
}
.page14 .la_cont ul li p:nth-child(4){
  margin-top: 0;
}
.page14 .la_cont ul li span{
  padding-left: 32px;
      font-family: Source Han Sans CN;
}
.page14 .la_cont ul li p i:hover{
  color: #FF6E00;
}
.page14 .la_cont ul li p i{
  font-style: normal;
}
.page14 .la_cont ul li p span:hover{
  color: #FF6E00;
}

.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:50px;
}
.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;
  }


.page11{
  width: 1200px;
  margin: 60px auto 0;
border-radius: 8px;
}

.page11 ul li{
      float: left;
width: 300px;
height: 300px;
background: #F8F8F8;
border-radius: 10px;
        margin-top:86px;
    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: #FF6E00;
  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: #FF6E00;
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: #FF6E00;}
.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 .page12_cont{
  background:#fff0e4;
  margin-top: 60px;
    height: 1250px;

}
.page12 .page12_cont .pagetit{
  padding-top: 54px;
}
.page12 .page12_cont .pagetit h3{
  color:rgba(51, 51, 51, 1);
}

.page12 .page12_cot1{
  height: 418px;
  width: 1200px;
  margin: 0 auto;

}
.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: 42px 20px 16px;
  position: relative;
font-size: 28px;
font-weight: 500;

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

    left: 1px;
    top: 45px;
}
.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: 26px 20px 16px;

font-weight: 500;
    margin-left: 12px;
color: #343434;
line-height: 26px;
}
.page12_cot1 .environ-item h3{
    display: inline-block;
    width: 256px;
    height: 28px;
    background: #FF6E00;
    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: 110px;
font-size: 16px;
font-weight: 400;
color: #666666;
margin-top:10px;
    margin-left: 32px;
line-height: 26px;
}
.page12_cot1 .environ-item h4{
    font-size: 20px;
    font-weight: 400;
    color: #FF6E00;
    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: #FF6E00;
    border-radius: 0px 0px 4px 4px;
    font-size: 18px;
    color: #fff;

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

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 #FF6E00;
border-radius: 8px;
}
.page12 .environ-item h5{
width: 128px;
height: 36px;
background: linear-gradient(180deg, #FFCC00, #FF6E00);
border-radius: 20px;
font-size: 18px;
color: #FFFFFF;
line-height: 36px;
float: right;
margin-right: 20px;
margin-top: 26px;
}
.page12_cot2{
  width: 1200px;
  margin:0px auto 0;
}
.page12_cot2 .nth_title h2{
padding: 26px 20px 10px;
position: relative;
font-size: 28px;
font-weight: 500;
margin-top: 4px;
color: #333;
}

.page12_cot2 .nth_title h2:after{
position: absolute;
content: '';
width: 3px;
height: 27px;
background: #FF6E00;
border-radius: 2px;
left: 1px;
top: 29px;
}
.page12_cot2 .teacher_wrap li{
   float: left;
    width: 20%;
    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  #FF6E00 !important;
   color:  #FF6E00 !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 #FF6E00;
 position: relative;
} 

.page12_cot2 .t-c-item  .lsWzhislide::after {
    position: absolute;
    content: "";
    width: 41px;
    height: 39px;
    background: url(../images/teacher_1.png) no-repeat center;
    border-left: none;
    border-bottom: none;
       right: 65px;
      bottom: 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 #FF6E00;
    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(255, 110, 0, 0.1);
    width: 210px;
    margin-top: 28px;
    height: 276px;
    margin-left: 40px;
        float: left;
        border-radius: 8px;
}
.page12_cot2 .lsWzhislide_tops .teacher_head img{
width: 210px;
    height: 276px;
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 8px;
    background-color: #FF6E00;

}
.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: #FF6E00;
  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: linear-gradient(180deg, #FFCC00, #FF6E00);
border-radius: 20px;
  color: #fff;
  float: left;
    position: absolute; 
    cursor: pointer;
    bottom: 34px;
    right: 386px;

}
/* .page12_cot2 .preview .swiper-slide-active{
position: relative;
top: -12px;
} */
/* 20200928 */
.page12_cot2 .preview .swiper-slide span img{
border-radius: 4px;
background-color: #fff;
}
.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;
}
.page12_cot2 .preview {
    position: relative;
    margin-top: 24px;
    overflow: hidden;
    width: 1080px;
    height: 156px;
}
.page12_cot2  .preview .swiper-slide {
    /* width: 206px !important; */
    /* margin: 0 10px; */
    overflow: hidden;
    margin-top: 12px;
   
}
.page12_cot2  .preview .swiper-slide img{
/* width: 206px; */
height: 113px;
position: relative;
  }
  .page12_cot2  .preview .swiper-slide h2{
    position: absolute;
    right: 0;
    top: 0;
         position: absolute;
    right: 34px;
    top: 49px;
    color:#333333;
    font-size: 20px;
       font-weight: 600;
  }
    .page12_cot2  .preview .swiper-slide p{
     position: absolute;
   right: 7px;
    bottom: 20px;
    width: 201px;
    background: #FF6E00;
    font-size: 14px;
    height: 30px;
    color: #fff;
    border-radius: 0 0 4px 4px;
    line-height: 30px;
     text-align: center;
    }
    .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: 0;
      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: 0;
      width: 60px;
      height: 100%;
      margin: 0;
      z-index: 10;
      outline: none;
    }
@charset "utf-8";

.addr_wrap {
    width: 100%; 

     height: 828px;
background:#FF6E00;
}

.addr_wrap .pagetit h3{
  padding-top: 54px;
  color: #fff;
}


.data-grid{
    width:1200px;
    height: 660px;
    position: relative;
    overflow: hidden;
    margin:50px 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;
}