.hide {
  display: none;
}
@font-face {
  font-family: zihun143hao;
  src: url(../font/zihun143hao.ttf);
 }
.fontZihun {
  font-family: zihun143hao ;
 }


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;
}

.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:translateY(-50%) translateX(-50%);
  -ms-transform:translateY(-50%) translateX(-50%);
  -webkit-transform:translateY(-50%) translateX(-50%);
  transform:translateY(-50%) translateX(-50%);
  position:absolute;
  top:50%;
  left:50%;
  z-index:-1;
}
.anim:before {
  position:relative;
  content:'';
  display:block;
  margin-top:100%;
  background:#6CB1FF;
}
.anim:after {
  content:'';
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  border-radius:50%;
}
.hoverable:hover > .anim:after {
  -webkit-animation:anim-out-pseudo 0.75s;
  animation:anim-out-pseudo 0.75s;
}
.set:hover > .anim {
  -webkit-animation:anim-out 0.75s;
  animation:anim-out 0.75s;
}
@-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%;
}
}


.bg4:hover > .anim:after {
  animation-name: pagerededs;
  animation-duration:0.75s;
  -webkit-animation-duration:0.75s;
}
@-webkit-keyframes pagerededs {
  0% {
  background:rgba(240, 152, 69, 0.4);
  /*ripple color and tranparent*/
}
100% {
  background:transparent;
}
}@-webkit-keyframes pagered-out{
  0% {
  width:0%;
}
100% {
  width:100%;
}
}


.bg5:hover > .anim:after {
  animation-name: pagerededa;
  animation-duration:0.75s;
  -webkit-animation-duration:0.75s;
}
@-webkit-keyframes pagerededa {
  0% {
  background:rgba(232, 108, 104, 0.4);
  /*ripple color and tranparent*/
}
100% {
  background:transparent;
}
}@-webkit-keyframes pagered-out{
  0% {
  width:0%;
}
100% {
  width:100%;
}
}



.bg6:hover > .anim:after {
  animation-name: pagerededd;
  animation-duration:0.75s;
  -webkit-animation-duration:0.75s;
}
@-webkit-keyframes pagerededd {
  0% {
  background:rgba(88, 195, 153, 0.4);
  /*ripple color and tranparent*/
}
100% {
  background:transparent;
}
}@-webkit-keyframes pagered-out{
  0% {
  width:0%;
}
100% {
  width:100%;
}
}

.bg7:hover > .anim:after {
  animation-name: pageredede;
  animation-duration:0.75s;
  -webkit-animation-duration:0.75s;
}
@-webkit-keyframes pageredede {
  0% {
  background:rgba(59, 141, 248,0.4);
  /*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%;
}

.header {
  /*overflow: hidden;*/
  width: 100%;
  background: #fff;
}

.header .top{ height: 28px; background: #333; line-height: 28px}
.header .top p{ float: left; font-size: 14px; color: #FFF}
.header .top span{ float: right; padding-left: 26px; background: url(../images/top-phone.png) left no-repeat; font-size: 14px; color: #FFF}
.header .logo{     float: left;
    margin-top: 18px;
    width: 170px;}
.header .nav{ float: right;}
.header li.nav-item{ position: relative; float: left; margin-left:  20px; font-size: 16px; color: #fff; line-height: 42px; cursor: pointer;
 padding:9px 0;}
.header li.active:hover{border-bottom: none;}
.header li.nav-item:before{ position: absolute; display: none; bottom: 3px; left: 0; width: 100%; height: 3px;content: ""}
.header li.nav-item .active{
    color: #49A261;
}
.header li.nav-item.active:before{ display: block}
/*.header li.nav-item:hover:before{ display: block}*/
.header li.nav-item .nav-menu{ position: absolute; top:60px;
    left: -48%;z-index: 999991; width: 130px;display:none;border-radius: 0 0 0 10px;
                        ; background:  #49A261;box-shadow:0 0 20px rgba(0,0,0,0.15);}
.header li.nav-item:hover .nav-menu{ display: block;}
.header li.nav-item .active {border-bottom: 3px solid #49A261;
}
.header li.nav-item .nav-menu ul li:last-child:hover{
  border-radius: 0 0 0 10px;
}
.header li.nav-item .nav-menu
.header li.nav-item a:hover{
border-bottom: 3px solid #49A261;
}
.header li.nav-item a:hover{
  color: #49A261;
}
.header li.nav-item a{
    padding: 8px 0;
        line-height: 38px;
}
.header li.nav-item .menu-list2,.header li.nav-item .menu-list3,.menu-list1{
  height: 82px;
}

.header li.nav-item .menu-list4{
  height:148px;
}
.header li .menu-left{   content: " ";
                         float: right;
                         height: 10px;
                         width: 10px;
                         border-width: 1.5px 1.5px 0 0;
                         border-color: #fff;
                         border-style: solid;
                         transform: rotate(45deg);
                         margin-top: -5px;
                         margin-right: 16px;
}

.header li.nav-item .nav-menu li{  padding:28px 0;position: relative;}
.header li.nav-item .nav-menu li:nth-child(5) ul,.header li.nav-item .nav-menu li:nth-child(6) ul,.header li.nav-item .nav-menu li:nth-child(7) ul{ height: 55px;
  line-height: 55px;
}
.header li.nav-item .nav-menu li:nth-child(5) ul li,.header li.nav-item .nav-menu li:nth-child(6) ul li,.header li.nav-item .nav-menu li:nth-child(7) ul li{
  line-height: 52px;
  padding: 0 9px !important;
} 
.header li.nav-item .nav-menu li:nth-child(5) ul li{
   line-height: 42px;
}
.header li.nav-item .nav-menu ul li:nth-child(5):hover ul{
    height: 80px;
}

.header li.nav-item .nav-menu .menu-list5 .lf-bd:after,.header li.nav-item .nav-menu .menu-list6 .lf-bd:after{
  margin-top: 3px;
}
.header li.nav-item .nav-menu li:last-child{ border-bottom: none;}
.header li.nav-item .nav-menu li .nm-name{ float: left; width: 120px; 
    padding-left: 10px;
 font-size: 16px; color: #fff; line-height:0px; text-align: left;margin-left: 5px;}
.header li.nav-item .nav-menu ul ul{display:none;width: 380px;}

.header li.nav-item .nav-menu ul .lf-bd{
  position: relative;
}
.header li.nav-item .nav-menu ul .lf-bd:after{
     content: '';
     width: 2px;
    height:14px;
    border-right: 2px solid rgba(177,177,177,0.6);
    position: absolute;
    right: -17px;
    top:3px;

    margin-top: 7px;
} 

.header li.nav-item .nav-menu ul li:hover ul{    display: block;
    position: absolute;
    left: 130px;
    top: 0px;
    background: #fff;
    width: 393px;
    border-radius: 0 4px 4px 0;
    padding: 2px 3px 2px;}
.header li.nav-item .nav-menu ul li:nth-child(6):hover ul{
  width: 434px;
}
.header li.nav-item .nav-menu ul li:hover {background:#92f7af;}
.header li.nav-item .nav-menu ul li:hover ul li{text-align: center;float: left;    padding: 1px 8px;
    font-size: 16px;margin-left: 11px;height: 34px;}
.header li.nav-item .nav-menu ul li ul li:hover{background: #fff;} 
.header li.nav-item .nav-menu ul li ul{box-shadow:0 0 20px rgba(0,0,0,0.15);}
.header li.nav-item .nav-menu ul li ul li a{
  font-size: 14px;
  color: #333;
}
.header li.nav-item .nav-menu ul li ul li a:hover{color:#49A261;;border:none;}
.header li.nav-item .nav-menu ul li:nth-child(1):hover ul{
  width: 394px;
  height: 110px;
}
.header li.nav-item .nav-menu ul li:nth-child(2):hover ul{
 width: 393px;
 height: 110px;
}


 
 .header li.nav-item .nav-menu ul li:nth-child(2):hover ul li{
height: 30px;}

.header li.nav-item .nav-menu ul li:nth-child(1):hover ul li{
  height:30px;
}
.header li.nav-item .nav-menu ul li:nth-child(1):hover ul li a{
  line-height:46px;
  padding: 0;

}
.header li.nav-item .nav-menu ul li:nth-child(1):hover ul li a.lf-bd:after{
  height: 14px;
    margin-top: 0px;
}
.header li.nav-item .nav-menu ul li:nth-child(4):hover ul{
  height: 202px;
}
.header li.nav-item .nav-menu ul li:nth-child(4):hover ul{
  width: 393px;
}
.header li.nav-item .nav-menu ul li:nth-child(4):hover ul li{
  height:30px;
  background: none;
}
.header li.nav-item .nav-menu ul li:nth-child(4):hover ul li a{
  line-height: 50px;
  padding: 0;

}

.header li.nav-item .nav-menu ul li:nth-child(4):hover ul li a.lf-bd:after{
  height: 14px;
    margin-top: 1px;
}
.header li.nav-item .nav-menu ul li:nth-child(5):hover ul li a.lf-bd:after,.header li.nav-item .nav-menu ul li:nth-child(6):hover ul li a.lf-bd:after{
  margin-top:8px;
}
.disparity-ps h3{
  font-size: 48px;
font-family: Source Han Sans CN;
font-weight: bold;
color: #853cf8;
line-height: 94px;
text-align: center;
}
.disparity-ps p{

text-align: center;
font-size: 24px;
font-weight: 400;
color: #FFFFFF;
}
img{max-width:100%;}
.banner {
  width: 100%;
  text-align: center;
  /*height:600px;*/
  position: relative;
} 



.pagetit {
    text-align: center;
}
.pagetit h3 {
    margin: 0 auto;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color:#333333;
    z-index: 2;

    padding: 0 6px 0 0px;
}
.pagetit h3 span {
  color: #853cf8;
    font-weight: bold;
    position: relative;
    display: inline-block;
}



.page02 .page_bg h3{
color: #fff;

}

.page02 .page_bg p{
color: #fff;

}
.page_bg h3{
  float: left;
  font-size: 24px;
font-weight: bold;
color: #853cf8;
margin-left: 40px;
line-height: 26px;
}
.page_bg h5{
  width: 174px;
height: 28px;
background: #853cf8;
border-radius: 14px;
font-size: 20px;
font-weight: 500;
color: #FFFEFE;
line-height: 27.5px;
text-align: center;
float: left;
margin-left: 16px;

}
.page_bg p{
  font-size: 20px;
margin-left: 16px;
float: left;
font-weight: 500;
color: #853cf8;
line-height: 28px;
}

.page01 {
  width: 1200px;
 margin: 60px auto 0;
 position: relative;
}
.page01 ul{
  margin-top: 18px;
}
.page01 ul li{
width:300px;
height: 304px;
background: url(../images/page01_1.png) no-repeat center;
  background-size: 100%;
float: left;
margin-top: 32px;
margin-left: 0px;
cursor: pointer;
  transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;

}
.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 p:hover{
	color: #275CE7;
}
.page01 ul li:nth-child(2) p:hover{
color: #00A392;
}
.page01 ul li:nth-child(3) p:hover{
color: #5E1DDF;
}
.page01 ul li:nth-child(4) p:hover{
color: #198AC7;
}
.page01 ul li:nth-child(1){
	margin-left: 0;
}
.page01 ul li:nth-child(2){
background: url(../images/page01_2.png) no-repeat center;
  background-size: 100%;
}
.page01 ul li:nth-child(3){
background: url(../images/page01_3.png) no-repeat center;
  background-size: 100%;
}
.page01 ul li:nth-child(4){
background: url(../images/page01_4.png) no-repeat center;
  background-size: 100%;
}
.page01 ul li h3{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 30px;
	margin-top: 28px;
}
.page01 ul li p{
	margin-top: 34px;
	font-size: 16px;
	color: #757575;
	font-weight: 400;
	padding: 0px 36px;
	line-height: 24px;
}

.page03 {
margin: 60px auto 0;
background:url(../images/page03_bg.jpg) no-repeat center;
height: 641px;
background-size: 100%;
position: relative;
}

.page03 .pagetit{
  padding-top: 60px;
}
.page03 .pagetit h3{
	color: #fff;
}
.page03 .page03_cont{
  width: 1200px;
  margin: 40px auto 0;

}

.page03_cont1{
  position: absolute;
  left: 50%;
margin-left: -211px;
}

.page03_cont3{
  position: relative;
  margin: 58px auto 0;
  height: 480px;
  overflow: hidden;
  width: 1200px;
}
.page03_cont3 ul li{
  height: 34px;
  position: absolute;
  right: -500px;
  border-radius: 16px;
  z-index: 55;
  box-shadow: 0px 2px 4px 0px rgba(72, 162, 98, 0.22);

  opacity: .8;
  background: #fff;
  border-radius: 18px;
    transition: all 0.6s;
  text-align: center;
  cursor: pointer;
}
.page03_cont3 ul li p{
  text-align: center;
  color: #48A262;
  line-height: 34px;
  font-size: 20px;
  padding: 0 10px;
  font-weight: 400;
}
.page03_cont3 ul li:nth-child(2n+1){
  opacity: 0.4;
}
.page03_cont3 ul li:nth-child(1){
  animation: pageRoll 7s linear infinite;
  -webkit-animation: pageRoll 7s linear infinite;
  top: 0;
}
.page03_cont3 ul li:nth-child(2){
  animation: pageRoll  10s linear infinite;
  -webkit-animation: pageRoll  10s linear infinite;
  top: 128px;
}

.page03_cont3 ul li:nth-child(3){
  animation: pageRoll  9s 8s linear infinite;
  -webkit-animation: pageRoll  9s  8s linear infinite;
  top: 87px;
}
.page03_cont3 ul li:nth-child(4){
  animation: pageRoll 4s linear infinite;
  -webkit-animation: pagetRoll 4s linear infinite;
  top: 90px;
}
.page03_cont3 ul li:nth-child(5){
 animation: pageRoll  12s 5s linear infinite;
  -webkit-animation: pageRoll  10s 3s linear infinite;
  top:169px;
}
.page03_cont3 ul li:nth-child(6){
  animation: pageRoll  8s  linear  infinite;
  -webkit-animation: pageRoll  10s linear infinite;
  top: 182px;
}
.page03_cont3 ul li:nth-child(7){
 animation: pageRoll  8s 4s linear infinite;
 -webkit-animation: pageRoll  10s 4s linear infinite;
 top:304px;
}
.page03_cont3 ul li:nth-child(8){
  animation: pageRoll 6s linear infinite;
  -webkit-animation: pagetRoll 6s linear infinite;
 top: 363px;
}
.page03_cont3 ul li:nth-child(9){
  animation: pageRoll  8s 5s  linear  infinite;
  -webkit-animation: pageRoll  10s 5s linear infinite;
  top:50px;
}
.page03_cont3 ul li:nth-child(10){
 animation: pageRoll  12s 6s linear infinite;
 -webkit-animation: pageRoll  12s 6s linear infinite;
 top:304px;
}
.page03_cont3 ul li:nth-child(11){
  animation: pageRoll 6s linear infinite;
  -webkit-animation: pagetRoll 6s linear infinite;
 top: 363px;
}
.page03_cont3 ul li:nth-child(12){
  animation: pageRoll 7s linear infinite;
  -webkit-animation: pageRoll 7s linear infinite;
  top: 90px;
}
.page03_cont3 ul li:nth-child(13){
  animation: pageRoll  12s 6s linear infinite;
  -webkit-animation: pageRoll  12s 6s linear infinite;
  top: 260px;
}
.page03_cont3 ul li:nth-child(14){
  animation: pageRoll  8s linear infinite;
  -webkit-animation: pageRoll  8s  linear infinite;
  top: 352px;
}
.page03_cont3 ul li:nth-child(15){
  animation: pageRoll 4s linear infinite;
  -webkit-animation: pagetRoll 4s linear infinite;
  top: 10px;
}
.page03_cont3 ul li:nth-child(16){
 animation: pageRoll  12s 5s linear infinite;
  -webkit-animation: pageRoll  10s 3s linear infinite;
  top:345px;
}
.page03_cont3 ul li:nth-child(17){
  animation: pageRoll  8s  linear  infinite;
  -webkit-animation: pageRoll  10s linear infinite;
  top: 292px;
}
.page03_cont3 ul li:nth-child(18){
 animation: pageRoll  8s 4s linear infinite;
 -webkit-animation: pageRoll  10s 4s linear infinite;
 top:398px;
}
.page03_cont3 ul li:nth-child(19){
  animation: pageRoll 6s linear infinite;
  -webkit-animation: pagetRoll 6s linear infinite;
 top: 153px;
}
.page03_cont3 ul li:nth-child(20){
  animation: pageRoll  12s  linear  infinite;
  -webkit-animation: pageRoll  12s linear infinite;
  top: 221px;
}
.page03_cont3 ul li:nth-child(21){
 animation: pageRoll  8s 4s linear infinite;
 -webkit-animation: pageRoll  10s 4s linear infinite;
 top:128px;
}
.page03_cont3 ul li:nth-child(22){
  animation: pageRoll 6s linear infinite;
  -webkit-animation: pagetRoll 6s linear infinite;
 top: 332px;
}

.page03_cont3 ul li:nth-child(23){
 animation: pageRoll 18s 4s linear infinite;
 -webkit-animation: pageRoll  18s 4s linear infinite;
 top:245px;
}
.page03_cont3 ul li:nth-child(24){
  animation: pageRoll 6s linear infinite;
  -webkit-animation: pagetRoll 6s linear infinite;
 top: 13px;
}
.page03_cont3 ul li:nth-child(25){
  animation: pageRoll  8s 3s  linear  infinite;
  -webkit-animation: pageRoll  8s 3s linear infinite;
  top: 342px;
}
.page03_cont3 ul li:nth-child(26){
 animation: pageRoll  8s 4s linear infinite;
 -webkit-animation: pageRoll  10s 4s linear infinite;
 top:304px;
}
.page03_cont3 ul li:nth-child(27){
  animation: pageRoll 9s linear infinite;
  -webkit-animation: pagetRoll 9s linear infinite;
 top: 342px;
}
.page03_cont3 ul li:nth-child(28){
  animation: pageRoll 6s linear infinite;
  -webkit-animation: pagetRoll 6s linear infinite;
 top: 233px;
}
@keyframes pageRoll {
    0%{right:-10px;}
    100%{right:100%;}
}
.page03_cont3 ul li:hover{
animation-play-state:'paused';
  transform: scale(1.2);
}

.page04{
margin: 0px auto 0;
background: url(../images/page04_bg.jpg) no-repeat center;
background-size: cover;
height: 972px;
padding-top: 1px;
}
.page04 .pagetit{
  padding-top: 60px;
}
.page04_cont{
  width: 1200px;
  margin: 0 auto 0;
}
.page04_left{
	float: left;
	background: url(../images/page04_1.png) no-repeat center;
	position: relative;
	margin-top: 60px;
	background-size: 100%;
	width: 737px;
	height: 737px;
}
.page04_left h3{
color: rgba(51, 51, 51, 1);
    font-size: 26px;
    position: absolute;
    text-align: center;
    font-weight: bold;
    left: 290px;
    top: 330px;
    line-height: 38px;
}
.page04_left li{
	position: absolute;
	float: left;
}
.page04_left li:nth-child(1){
    left: 43px;
    top: 60px;
}
.page04_left li:nth-child(2){
right: 37px;
    top: 74px;
}
.page04_left li:nth-child(3){
left: 41px;
    bottom: 53px;
}
.page04_left li:nth-child(4){
right: 37px;
    bottom: 66px;
}
.page04_left li h4{
	font-size: 22px;
	font-weight: bold;
	color: rgba(14, 191, 132, 1);
}
.page04_left li p{
	font-size: 16px;
	font-weight: 400;
	color: rgba(117, 117, 117, 1);
	width: 140px;
	text-align: center;
	padding-top: 10px;
	cursor: pointer;
	line-height: 24px;
}
.page04_left li:nth-child(1) p:hover{
	color: rgba(14, 191, 132, 1);
} 
.page04_left li:nth-child(2) h4,.page04_left li:nth-child(3) h4{
	color:rgba(0, 91, 226, 1);
} 
.page04_left li:nth-child(2) p:hover,.page04_left li:nth-child(3) p:hover{
	color:rgba(0, 91, 226, 1);
} 
.page04_left li:nth-child(4) h4{
	color:rgba(0, 173, 209, 1);
}
.page04_left li:nth-child(4) p:hover{
	color:rgba(0, 173, 209, 1);
} 
.page04_right{
	float: left;
	margin-left: 50px;
	position: relative;
	margin-top: 30px;
}
.page04_right ul li{
	background: url(../images/page04_6.png) no-repeat center;
	background-size: 100%;
	width: 412px;
	padding-top: 1px;
	height:140px ;
	margin-top: 30px;
	    transition: all .4s;
	    -webkit-transition: all .4s;
	    -moz-transition: all .4s;
	    cursor: pointer;
}
.page04_right ul li:hover{
	   transform: translate(-20px, 0px);
	  -webkit-transform: translate(-20px, 0px);
	  -ms-transform:translate(-20px, 0px);
	  -moz-transform: translate(-20px, 0px);
}
.page04_right ul li img{
	float: left;
	box-shadow: 0px 1px 6px 0px rgb(49 49 49 / 20%);
	border-radius: 50px;
	    margin-left: 20px;
		width:82px;
	    margin-top: 36px;
}
.page04_right ul li h3{
color: rgba(72, 162, 98, 1);
	margin-top: 40px;
	margin-left: 20px;
	font-weight: bold;
	font-size: 22px;
	float: left;
}
.page04_right ul li p{
	float: left;
	font-size: 16px;
	color: rgba(117, 117, 117, 1);
	font-weight: 400;
	margin-top:8px;
	line-height: 24px;
	margin-left: 20px;
}
.page04_right ul li p:hover{
	color: #48A262;
}
.page05{
  margin:60px auto 0;
       width: 1200px;


}
.page05 .page05_cont{
	margin-top: 40px;
	background: url(../images/page05_bg.png) no-repeat center;
	background-size: 100%;
	width: 1200px;
	height: 1002px;
	position: relative;
}
.page05 .page05_cont li {
  position: absolute;
  padding: 8px 15px;
  border-radius: 20px;
  cursor: pointer;
  border: 1px solid rgba(226, 235, 243, 1);
  box-shadow: 0px 1px 6px 0px rgb(49 49 49 / 20%);
  box-sizing: border-box; 
  background: #fff; 
  overflow: hidden;

}

.page05 .page05_cont li:hover {
  
  box-shadow: 0px 1px 6px 0px rgb(49 49 49 / 20%);
}

.page05 .page05_cont li:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, #1ad998, #00df63);
  border-radius: 20px;
  padding: 3px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 0; 
  
}

.page05 .page05_cont li > * {
  position: relative;
  z-index: 1;
}
.page05 .page05_cont li:nth-child(1){
    top: 52px;
    left: 63px;
}
.page05 .page05_cont li:nth-child(2){
    top: 52px;
    left: 287px;
}
.page05 .page05_cont li:nth-child(3){
    top: 52px;
   right: 441px;
}
.page05 .page05_cont li:nth-child(4){
    top: 52px;
     right: 180px;
}
.page05 .page05_cont li:nth-child(5){
    bottom: 652px;
     right: 180px;
}
.page05 .page05_cont li:nth-child(6){
    bottom: 652px;
     right: 506px;
}
.page05 .page05_cont li:nth-child(7){
    bottom: 652px;
    left: 198px;
}
.page05 .page05_cont li:nth-child(8){
    bottom: 390px;
    left:196px;
}
.page05 .page05_cont li:nth-child(9){
    bottom: 390px;
    right: 534px;
}
.page05 .page05_cont li:nth-child(10){
    bottom: 390px;
    right: 180px;
}
.page05 .page05_cont li:nth-child(11){
    bottom: 125px;
    right: 180px;
}
.page05 .page05_cont li:nth-child(12){
    bottom: 125px;
        right: 473px;
}

.page05 .page05_cont li:nth-child(13){
    bottom: 125px;
    left: 354px;
}

.page05 .page05_cont li:nth-child(14){
    bottom: 125px;
    left: 69px;
}
.page06{
	background: url(../images/page06_bg.jpg) center center;
	height: 760px;
	background-size: cover;
	padding-top: 1px;
	
}
.page06 .pagetit{
	margin-top: 60px;
}
.pagetit_op {
  display: flex; 
  justify-content: space-around; 
  align-items: center; 
  gap: 10px; 
  width: 600px;
  margin: 40px auto 0;
}

.pagetit_op p {
  font-size: 22px;
  color: rgba(151, 150, 179, 1);
  font-weight: 500;
}
.page06 .page06_cont{
	width: 1200px;
	background: #fff;
	height: 490px;
	border-radius: 12px;
	margin: 40px auto 0;
}
.page06 .page06_cont ul li{
	float: left;
	margin-top: 24px;
	margin-left: 24px;
	cursor: pointer;
	border-radius: 12px;
}
.page06 .page06_cont ul li img{
	width: 272px;
}
.page06 .page06_cont ul li img:hover{
	    box-shadow: 1px 4px 10px 0px rgb(49 49 49 / 25%);
}
.scholarship_wrap .clearfix{
  margin-top:40px;
}
.addr_main .pagetit{
  color: #fff;
  padding-top: 0px;
}

.campus-table {
  width: 100%;
  max-width: 1200px;
  margin: 60px auto;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  padding-bottom: 10px;
  border-radius: 10px;
    position: relative;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
}
.campus-table::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 14px;
  background: linear-gradient(90deg, #00c6d7, #00e08a);
  pointer-events: none;
}
.campus-table thead {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.campus-table thead tr {
  height: 48px;
  background: linear-gradient(90deg, #00c6d7, #00e08a);
}

.campus-table th {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  padding: 24px 16px;
}

.campus-table tbody {
  display: block;
  max-height: 660px; 
  overflow-y: auto;
}
.campus-table tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
  min-height: 44px;
  cursor: pointer;
  border-bottom: 1px solid #e6f0ea;
}
.campus-table tbody tr:hover td{
	color: #48A262;
}
.campus-table tbody tr:nth-child(odd) {
  background: #eef7f2;
}

.campus-table tbody tr:nth-child(even) {
  background: #ffffff;
}
.campus-table td {
  padding: 16px 16px;
  font-size:22px;
  color: #333;
  vertical-align: middle;
}

.campus-table td:first-child,
.campus-table th:first-child {
  width: 360px;
  text-align: center;
  font-weight: 500;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}


.campus-table td:last-child,
.campus-table th:last-child {
  width: calc(100% - 160px);

}

.campus-table tbody::-webkit-scrollbar {
  width: 6px;
}

.campus-table tbody::-webkit-scrollbar-thumb {
  background: #cfd8dc;
  border-radius: 4px;
}

.campus-table tbody::-webkit-scrollbar-track {
  background: transparent;
}

.footers{
	overflow: hidden;
	padding: 40px 0 150px 0;
	background: #333333;
}
.footers .top{
	overflow: hidden;
	display: flex;
	margin-bottom: 20px;
	align-items: center;
	justify-content: center;
}
.footers .top img{
width:200px;
}
.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;
}




.page12{
  margin: 60px auto 0;
  background: url(../images/page12_bg.jpg) no-repeat center;
  padding-top: 1px;
  background-size: cover;
  height: 2129px;
}
.page12 .page12_cont{

  margin-top: 40px;


}
.page12 .pagetit h3{
	margin-top: 60px;
}
.page12 .pagetit h4{
    padding: 12px 20px 10px;
    position: relative;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-top: 40px;
    color: rgba(39, 92, 231, 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: 32px 20px 16px;
  position: relative;
font-size: 28px;
font-weight: 500;

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

    left: 1px;
    top: 35px;
}
.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;
font-weight: 500;
    margin-left: 12px;
color: #343434;
line-height: 26px;
}
.page12_cot1 .environ-item h3{
    display: inline-block;
    width: 256px;
    height: 28px;
    background: #853cf8;
    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:#853cf8;
    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: #853cf8;
    border-radius: 0px 0px 4px 4px;
    font-size: 18px;
    color: #fff;

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

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 #853cf8;
border-radius: 8px;
}
.page12 .environ-item h5{
width: 128px;
height: 36px;
background: #853cf8;
border-radius: 20px;
font-size: 18px;
color: #FFFFFF;
line-height: 36px;
margin-top: 20px;
float: right;
margin-right: 20px;
}
.page12_cot2{
  width: 1200px;
  margin:0px auto 0;
}
.page12_cot2 .nth_title h2{
padding: 12px 20px 10px;
position: relative;
font-size: 32px;
font-weight: 600;
text-align: center;
margin-top: 64px;
color: rgba(39, 92, 231, 1);
}


.page12_cot2 .teacher_wrap li{
   float: left;
    width: 20%;
    border-bottom: 4px solid rgba(39, 92, 231, 0.5);
    padding: 10px 0 18px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    position: relative;
	margin-top: 40px;
    color: rgba(117, 117, 117, 1);

}
.page12_cot2 .teacher_wrap li a{
  color: #fff;
}
.teacher_item.active{
   border-bottom: 4px solid rgba(39, 92, 231, 1) !important;
   color: rgba(39, 92, 231, 1) !important;
  
}
.page12_cot2 .t-c-item{
  margin-top: 20px;
}


.page12_cot2 .teacher-content{
	    margin-top:50px;
	    background: url(../images/page13_bg.png) no-repeat center;
	    border-radius: 12px;
	    padding: 20px;
	    height: 680px;
}
.page12_cot2 .lsswiperly.show {
	    height: 680px;
	    overflow: hidden;
}
.page12_cot2 .clearfix{

}
.teacher_item.active::after {
position: absolute;
content: "";
left: 47%;
top: 50px; 
width: 0;
height: 0;
border-bottom: 10px solid transparent; 
border-right: 8px solid transparent;
border-top: 15px solid rgba(39, 92, 231, 1);
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;
    width: 305px;
    float: right;
    height: 467px;
} 
.page12_cot2 .lsWzhislide_tops .teacher_head img{
    border-radius: 12px;
    position: absolute;
    top: -4px;
    left: -38px;
    width: 306px;
    height: 409px;

}
.page12_cot2 .lsWzhislide_tops h2{
font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #fff;
    margin-left: 30px;
    margin-top: 42px;
}
.page12_cot2 .lsWzhislide_tops h4{
  width: 600px;
      border-radius: 13px;
      line-height: 26px;
      font-size: 16px;
      font-family: Source Han Sans CN;
      font-weight: 500;
      margin-left: 30px;
      color: #fff;
      margin-top: 21px;
}
.page12_cot2 .lsWzhislide_tops p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(171, 171, 179, 1);
    margin-left: 30px;
    width: 700px;
    position: relative;
    line-height: 29px;
    padding-left: 10px;
    padding-top: 10px;
}
.page12_cot2 .lsWzhislide_tops p:after {
    position: absolute;
    left: -3px;
    top: 22px;
    background: rgba(171, 171, 179, 1);
    width: 6px;
    height: 6px;
    border-radius: 40px;
    content: '';
}
.page12_cot2 .preview .swiper-slide span img{
border-radius: 4px;
}
.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: 940px;
}
.page12_cot2  .preview .swiper-slide {
width: 300px !important;
    /* margin: 0 10px; */
    height: 114px;
    overflow: hidden;
    cursor: pointer;
    margin-top: 12px;
    background: #373853;
    border-radius: 12px;
   
}
.page12_cot2  .preview .swiper-slide img{
    /* width: 206px; */
    height: 82px;
    margin-top: 16px;
    margin-left: 14px;
    float: left;
    position: relative;
  }
  .page12_cot2  .preview .swiper-slide h2{
float: left;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    margin-left: 10px;
    margin-top: 20px;
  }
    .page12_cot2  .preview .swiper-slide p{
   float: left;
       width: 180px;
       font-size: 14px;
       height: 50px;
       color: #fff;
       font-weight: 400;
       border-radius: 0 0 4px 4px;
       line-height: 24px;
       margin-top: 10px;
       display: -webkit-box;
       -webkit-box-orient: vertical;
       -webkit-line-clamp: 2;
       overflow: hidden;
       margin-left: 11px;
       text-align: left;
    }
     .page12_cot2   .preview_wrap{
      position: absolute;
      bottom: 84px;
      left: 26px;
      width: 1098px;
    
	  
    }
    .page12_cot2  .preview_wrap .swiper-button-prev {
      background: url(../images/teacher_prev.png) no-repeat center center;
      position: absolute;
      left: 0;
      top: 15px;
      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: 15px;
      width: 60px;
      height: 100%;
      margin: 0;
      z-index: 10;
      outline: none;
    }
@charset "utf-8";

.addr_wrap {
    width: 100%; 
 
background: url(../images/pagefooterbg.png) no-repeat center;
background-size: 100%;
    margin-top:60px;
}


.addr_main {
    padding: 60px 0 1px;
}
    
.data-grid{
    width:1200px;
    height: 660px;
    position: relative;
    overflow: hidden;
    margin:40px 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;
    border-color: #853cf8;
    overflow: hidden;
    cursor: default;
    border-width: 0px 0px 1px;
    border-style: solid;
    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: #853cf8;
    overflow: hidden;
    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;
}
.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: bold;
color:  #853cf8;
}
.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{
  padding:0;
}
.grid-head .datagrid-cell.cell-c2:before{
 left:-3px;
  height: 54px;
  color: #853cf8;
  background:  #853cf8;
  position: absolute;
  top: 0;
  width: 1px;
  content: '';
} 
.grid-head .datagrid-cell.cell-c2:after{
 right:1px;
  height:54px;
  color: #853cf8;
  background: #853cf8;
  position: absolute;
  top: 0;
  width: 1px;
  content: '';
} 
.cell-c1{
    width:174px;
    height:auto;

font-size: 20px;
font-weight: 500;
color: #FFFFFF;
text-align: center;
}
.cell-c2{
    width:206px;
    height:auto;
    text-align: center;
font-size: 18px;
font-weight: 400;
color: #FFFFFF;
}
.cell-c3{
    width:802px;
    height:auto;
padding-left: 32px;
font-size: 16px;
font-weight: 400;
color: #FFFFFF;
    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:  #853cf8;
}

.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%;
}
.fixed-signup{ position: fixed; 
bottom: 0; left: 0; z-index: 999999; width: 100%; 
height:320px !important;
 background: url(../images/fixedbg.png) center center !important;
 padding-top: 1px;
 background-size: cover!important;
  transform: translateY(100%); 
             transition: transform 0.5s ease-in-out; 
             
 }
  .fixed-signup.show {
             transform: translateY(0); 
         }
.fixed-signup .fs-tips{
 position: absolute;
     float: left;
     width: 244px !important;
     height: 244px ;
     line-height: 24px;
     text-align: center;
     top: 40px !important;
}
.fixed-signup .form-cont{
	margin-top: 126px;
}
.form .fs-form2{
	width: 597px !important;
	    margin: 15px auto 0 !important;
	    float: left;
	    margin-left: 16% !important;
}
 .fixed-signup  .fs-price a{
display: inline-block;
  width: 176px !important;
    height: 26px;
    text-align: left !important;
    line-height: 25px;
    color: #fff;
	position: relative;
	z-index: 5;
    font-size: 18px;
    border:0 solid #ed9112 !important;
    border-radius: 12px;
}
.fixed-signup ul{
  position: relative;
}
.fixed-signup .fs-bt{
    position: absolute;
    left: 18px;
    top: 1px;
}
.form-1 li{
	    margin-top: 28px;
}
.fixed-signup .fs-bt h2{
font-size: 34px !important; 
    color: #fff !important; 
	text-shadow: none !important;
    letter-spacing: 2px;
    font-weight: 600;
}
.fixed-signup  .fs-price a:nth-child(4),.fixed-signup  .fs-price a:nth-child(5),.fixed-signup  .fs-price a:nth-child(6){
  
      margin-left:0 !important;
}
.fixed-signup  .fs-price a:nth-child(5){
 margin-left: 26px;
}
.fixed-signup  .fs-price a:nth-child(6){
  margin-left: 27px;
}
.fixed-signup .fs-form{ float: right; width: 572px !important;}
 .fixed-signup .fs-form li.fs-price{
	 width: 400px !important;
	 left: 61px !important;
 }
.fixed-signup .fs-form li.fs-price,.fixed-signup .fs-form li.fs-isRead{
    float: right;
    position: relative;
    top: -36px;
    right: 124px;}
.fixed-signup .fs-form li input{ display: block; margin: 0; padding: 0; border: 0; outline: none}
.fixed-signup .fs-form li.ipt input{   width: 165px;
    height: 36px;
    padding: 0 10px;
    font-size: 16px;
    border-radius: 12px;
} 
.fixed-signup .fs-form li.phone{
    margin-right: 77px;
}
.fixed-signup .fs-form li.name{        margin-right: 8px;}
.fixed-signup .fs-form li.submit{    position: relative;
       top: -20px;
    right: 77px;}
.fixed-signup .fs-form li.submit input{
width: 378px;
    height: 40px;
    background: #eeeeee;
    font-size: 20px;
    color: #999;
    line-height: 42px;
    text-align: center;
    margin-top: 12px;
    cursor: pointer;
    font-weight: 500;
    border-radius: 12px;}
.fixed-signup .fs-form li.fs-price{height: 86px;
    padding-top: 3px;
    font-size: 17px;
    color: #FFF;
    line-height: 39px;
    float: left;
    width: 52%;
    margin-left: 18px;
    margin-top: 50px;
    position: relative;
    left: 2px;
    top: -5px;
    margin-left: 18px;
    margin-top: 50px;
    position: relative;
    left: 2px;
    top: -5px;}
    
.fixed-signup .fs-form li.fs-price i,.fixed-signup .fs-form li.fs-price span{ font-size: 22px; color: #fff}
.fixed-signup .fs-form li.fs-price i{ font-style: normal; text-decoration: line-through}
.fixed-signup .fs-form li.fs-isRead input{ position: absolute; display: none;}
.fixed-signup .fs-form li.fs-isRead label{    position: relative;
    display: block;
    float: left;
    padding-left: 22px;
    font-size: 14px;
    color: #FFF;
    line-height: 30px;
    top: -1px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(240,240,240,0);}
.fixed-signup .fs-form li.fs-isRead label:before{ position: absolute; display: inline-block; top:8px; left:0; width: 12px; height: 12px; border:solid 1px #FFF; background: none; content: ''}
.fixed-signup .fs-form li.fs-isRead label:after{
 position: absolute; display:block ; top: 6px; left: 0; width: 18px; height: 16px; background: url(../images/fs-isRead-icon.png) no-repeat; content: ""}
.fixed-signup .fs-form li.fs-isRead input:checked + label:after{ display: none}
.fixed-signup .fs-form li.fs-isRead label a{ color: #ffde00}
.fixed-signup  .fs-price a:nth-child(5){
 margin-left: 0 !important;
}
.fixed-signup  .fs-price a:nth-child(6){
  margin-left: 0 !important;
}
.form-1 li.page_0{
	    background: #fff;
	    border-radius: 20px;
}
.fixed-signup .btnSendCode{
	 background: linear-gradient(to right, rgba(32, 202, 235, 1), rgba(9, 217, 137, 1), rgba(0, 223, 99, 1)) !important;
	 border-radius:24px !important;
	 border: 2px solid #fff !important;
	 right: 0;
	 color: #fff !important;
	 cursor: pointer;
}
.close-form {
            position: absolute;
            top: 10px;
            right: 15px;
            background: none;
            border: none;
            font-size: 24px;
            cursor: pointer;
            color: #fff;
			
        }
        
        .close-form:hover {
            color: #333;
        }
.verification{
	background: linear-gradient(to left, rgba(32, 202, 235, 1), rgba(9, 217, 137, 1), rgba(0, 223, 99, 1)) !important;
	border-radius:24px !important;
	border: 2px solid #fff !important;
		 color: #fff !important;
		 line-height:36px !important;
		 height: 50px !important;
}
.submit_w1 {
  width: 378px;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
}

    #page05_shadow{
position:fixed;
_position:absolute;
width:100%;
height:100%;
left:0;
top:0;
background:#000;
opacity:0.5;
-moz-opacity:0.5;
filter:alpha(opacity=50);
z-index:97;
display:none;
   }

   .xiangqing1{
    width: 1200px;
    margin: 50px auto;
   }
.xiangqing1 p{
  font-size: 16px;
  color: #666666;
  margin-top: 30px;
}
   .xiangqing1_cot ul {
    margin: 30px 0;
   }
   .xiangqing1_cot ul li{
    width: 48%;
    margin-left: 4%;
    float: left;
   }
    .xiangqing1_cot ul li p{
      font-size: 20px;
      color: #000;
      line-height: 36px;
      padding:15px;
      margin-top: 5px;
    }
   .xiangqing1_cot ul li:nth-child(1){
    margin-left: 0;
   }

   .xiangqing_cen{
    text-align: center;
    margin-top: 30px;
   }
   
 .xiangqing1_cot ul h3{
  text-align: center;
     font-size: 20px;
      color: #000;
        padding:15px;
      margin-top: 5px;
 }

 .xiangqing1_cot h3{
  font-size: 20px;
  color: #000;
  text-align: center;
  margin-top:30px;
 }

 .header .nav-fushi ul li{
  text-align: center;
  padding: 4px 0 !important;
}
.header .nav-fushi ul li a{
  color: #fff;
  font-size: 16px;
}
.header .nav-fushi ul li a:hover{
  border:none;
}


.addr_jxj{
  margin:60px auto 30px;
  width: 1200px;
}
.addr_jxj .addr_txt{
	font-size: 22px;
	color: rgba(174, 174, 174, 1);
	margin-top: 30px;
	padding: 0 140px;
	line-height: 28px;
	margin-bottom: 30px;
}
    .form-container {
      display: flex;
      gap: 20px;
      width: 1200px;
      margin: 20px auto;
    }

    
    .scholarship-table {
      border-collapse: collapse;
      background: #fff;
      border-radius: 24px;
      overflow: hidden;
	  width: 100%;
      box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	  transition: all .4s;
	  -webkit-transition: all .4s;
	  -moz-transition: all .4s;
	  cursor: pointer;
    }
	.scholarship-table:hover,.info-card:hover{
			     transform: translate(0, -10px);
				  -webkit-transform: translate(0, -10px);
				  -ms-transform: translate(0, -10px);
				  -moz-transform: translate(0, -10px);
	}
    .scholarship-table th,
    .scholarship-table td {
      padding: 16px 20px;
      text-align: center;
      
    }
    .scholarship-table th {
      color: #fff;
      font-weight: bold;
	  font-size: 28px;
	  padding: 20px 0;
    }
	  .scholarship-table td {
		  font-size:22px;
		  font-weight: bold;
		  width: 50%;
	  }
    .scholarship-table th:nth-child(1) {
      background:linear-gradient(100deg, rgba(39, 92, 231, 1) , rgba(86, 154, 254, 1));
    }
    .scholarship-table th:nth-child(2) {
      background: #4080ff;
    }
    .scholarship-table tr:nth-child(2) td {
      background: #fff; 
    }
	.scholarship-table tr:nth-child(1) td {
	  background: rgba(237, 246, 239, 1)
	}
    .scholarship-table tr:nth-child(3) td {
      background: rgba(237, 246, 239, 1)
    }
    .scholarship-table tr:nth-child(4) td {
      background: #fff;
    }

    
    .info-card {
      background: #fff;
      border-radius: 4px;
      box-shadow: 0 1px 3px rgba(0,0,0,0.1);
      overflow: hidden;
	  width: 100%;
	  border-radius: 24px;
	  transition: all .4s;
	  -webkit-transition: all .4s;
	  -moz-transition: all .4s;
	  cursor: pointer;
    }
    .info-card .card-header {
      background: #9966ff; /* 紫色表头 */
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  padding: 20px 0;
  text-align: center;
    }
    .info-card .card-body {
      padding: 12px 20px;
      line-height: 1.8;
    }
    .info-card .card-body ul {
      margin: 0;
      padding-left: 20px;
      list-style-type: disc;
    }
	    .info-card .card-body ul li{
			position: relative;
		}
	.info-card .card-body ul li p{
		font-size: 22px;
		margin-top: 20px;
		padding: 0 26px;
		position: relative;
	}
	.info-card .card-body ul li p:after{
		background: rgba(57, 116, 240, 1);
		border-radius: 50%;
		left: 0;
		top: 15px;
		position:absolute;
        content: '';
		width: 10px;
		height: 10px;
	}
.addr_btn{
  text-align: center;
}
.addr_btn h5{
display: inline-block;
background: linear-gradient(180deg,rgba(5, 200, 175, 1) , rgba(18, 242, 168, 1));
    border-radius: 30px;
    width:358px;
    line-height: 50px;
    font-size: 28px;
    color: #fff;
    margin:60px auto 0;
    height: 50px;
	    box-shadow:0px 4px 10px 0px rgb(51 187 133 / 37%);
}




.hide {
  display: none;
}
.teacher_navbar ul li{
  float: left;
  text-align: center;
  width: 25%;
  color: #333;
  padding-bottom: 14px;
  border-bottom: 2px solid #d8d8d8;
  margin-bottom: 28px;
font-size: 24px;}

.teacher .swiper_box {
    height: 288px;
       padding: 50px 0px 0;
    width: 1000px;
    margin: 0 auto;
    text-align: center;
     
      
  }
.teacher .swiper_box .swiper-container{
  position: inherit;
}
.teacher .swiper_box_content .swiper-button-next {
    background: url(../images/page08_rf.png) no-repeat!important;
     left: 1141px;
        top: 167px;
    width: 27px;
    height: 66px;

}
.teacher .swiper_box_content .swiper-button-prev {


         background: url(../images/page08_lf.png) no-repeat !important;
      left: 26px;
    top: 167px;
    width: 27px;
    height: 66px;
}

.page10_cont .teacher{
  margin-top: 40px;
}
.teacher_navbar {
  height:80px;
}
.teacher_navbar ul .on{
  color: #ea3131;
  border-bottom:2px solid #ea3131;
  position: relative;
}

.teacher_navbar ul .on::after {
    position: absolute;
    content: "";
    left: 48%;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 15px solid #CC3433;
    border-left: 8px solid transparent;
}
.h50{
  height: 50px;
}



.page13{ 
  margin: 0px auto 160px;
height: 680px;

}

.page13 .main_titles h4{
  margin-top: 60px;
}

.page13 .page13_cont{
width: 1200px;
margin: 0 auto;

}

.page13_con{
    position: relative;
}
.page13_con_text{
  position: absolute;
  bottom: 6px;
  left: 0;
   width: 242.8px;
   height: 80px;
   background: rgba(0,0,0,0.8);
   border-radius: 0 0 12px 12px;
}
.page13 .teacher-content{
  margin-top: 24px;
  background: url(../images/page13_bg.png) no-repeat center;
  border-radius: 12px;
  padding: 20px;
  height: 680px;
}
.page13_cot2{
  width: 1200px;
  margin:0px auto 0;
}
.page13_cot2 .nth_title h2{
padding: 26px 20px 10px;
position: relative;
font-size: 28px;
font-weight: 500;
margin-top: 4px;
color: #FFFFFF;
}

.page13_cot2 .nth_title h2:after{
position: absolute;
content: '';
width: 3px;
height: 27px;
background: #FF7602;
border-radius: 2px;
left: 1px;
top: 29px;
}
.page13_cot2 .teacher_wrap
{
  width: 1200px;
  height:55px;
  margin-top: 22px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(35, 36, 54, 0.2);

}
.page13_cot2 .teacher_wrap li{
display: inline-block;
font-size: 16px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #666666;
line-height: 24px;
margin-top: 20px;
margin-left:50px;
    text-align: center;
    cursor: pointer;
    position: relative;
    padding-bottom: 9px;

}
.page13_cot2 .teacher_wrap li:nth-child(1){
margin-left:455px;
}
.page13_cot2 .teacher_wrap li a{

}
.page13_cot2 .teacher_wrap li.teacher_ite.active{
  border-bottom:2px solid #731818;
  color: #731818;

}

.page13_cot2 .t-c-item .lsWzhislide{
 height:433px;
 border-radius: 20px;
 
 position: relative;

} 



.page13_cot2 .lsswiperly{
  display: none;
  position: relative;
}
.page13_cot2 .lsswiperly.show{
  display: block;
  height: 680px;
  overflow: hidden;
}
.page13_cot2 .lsswiperly .swiper-container{
  overflow: none;
  
}
.page13_cot2  .clearfix{
	  height: 680px !important;
}
.page13_cot2 .lsWzhislide_tops .teacher_head{
    position: relative;
   width: 305px;
   float: right;
    height: 467px;
}
.page13_cot2 .lsWzhislide_tops .teacher_head img{
    border-radius: 12px;
    position: absolute;
    top: -4px;
    left: -38px;
	width: 306px;
	height: 409px;

}
.page13_cot2 .lsWzhislide_tops h2{
     
 font-size: 32px;
font-family: Source Han Sans CN;
font-weight: bold;
color: #fff;

  margin-left: 30px;
    margin-top: 42px;
  
}
.page13_cot2 .lsWzhislide_tops h4{
  
width: 600px;
border-radius: 13px;
line-height: 26px;
font-size: 16px;
font-family: Source Han Sans CN;
font-weight: 500;
  margin-left: 30px;
color:#fff;
    margin-top: 21px;


}
.page13_cot2 .lsWzhislide_tops h3{
     float: left;
 font-size: 18px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #232436;

  width: 830px;
  border-top: 1px solid rgba(197, 177, 142, 0.3);
    margin-top: 25px;
    padding-top: 18px;
  margin-left: 30px;
}
.page13_cot2 .lsWzhislide_tops p{
font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: rgba(171, 171, 179, 1);
    margin-left: 30px;
    width: 700px;
    position: relative;
    line-height: 29px;
	padding-left: 10px;
    padding-top: 10px;
}
.page13_cot2 .lsWzhislide_tops p:after{
	position: absolute;
left: -3px;
    top: 22px;
	background: rgba(171, 171, 179, 1);
	width: 6px;
	height: 6px;
	border-radius: 40px;
	content: '';
	
}

.page13_cot2 .lsWzhislide_botm h5{
   
   
    text-align: center;
    width: 125px;
    height: 30px;
    line-height: 29px;
    border: 1px solid #731818;
border-radius: 15px 15px 0px 15px;
   font-size: 15px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #731818;
background:#fff;
    float: left;
    position: absolute;
    cursor: pointer;
    bottom: 186px;
    left: 332px;
}

.page13_cot2 .lsWzhislide_botm h5:hover{
  background: #731818;
color: #E5CEA5;
}
/* .page12_cot2 .preview .swiper-slide-active{
position: relative;
top: -12px;
} */
/* 20200928 */

.gallery-thumbs .swiper-slide-thumb-active img{
    
    border-radius: 64px;
	margin-top: 13px;
}
.gallery-thumbs .swiper-slide-thumb-active{ 
  position: relative;
  background: #4C4D71 !important;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.page13_cot2 .preview_wrap{
     position: absolute;
    bottom: 74px;
    left: 75px;
    width: 1000px;
}
.page13_cot2 .preview {
    position: relative;
    margin-top: 24px;
    overflow: hidden;
    width: 940px;
}
.page13_cot2 .preview .swiper-slide {
    width: 300px !important; 
    /* margin: 0 10px; */
	height: 114px;
    overflow: hidden;
	cursor: pointer;
    margin-top: 12px;
	background: #373853;
	border-radius: 12px;
   
}
.page13_cot2  .preview .swiper-slide img{
/* width: 206px; */
height: 82px;
margin-top: 16px;
margin-left: 14px;
float: left;
position: relative;
  }
  .page13_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;
  }
  .page13_cot2 .preview .swiper-slide p{
   float: left;
    width: 180px;
    font-size: 14px;
    height: 50px;
    color: #fff;
	font-weight: 400;
    border-radius: 0 0 4px 4px;
    line-height:24px;
	margin-top: 10px;
	   display: -webkit-box;
	   -webkit-box-orient: vertical;
	   -webkit-line-clamp: 2; 
	   overflow: hidden;
     margin-left: 11px;
     text-align: left;
    }
    .preview_wrap{
      position: relative;
    }
	 .page13_cot2  .preview_wrap h4{
		 float: left;
		 font-size: 20px;
		 color: #fff;
		 font-weight: bold;
		 margin-left: 10px;
		 margin-top: 20px;
		 
	 }
    .page13_cot2  .preview_wrap .swiper-button-prev {
      background: url(../images/teacher_prev.png) no-repeat center center;
      position: absolute;
         left: -56px;
    top: 70px;
      width: 56px;
      height:56px;
      margin: 0;
      z-index: 10;
      outline: none;
    }
    .page13_cot2  .preview_wrap  .swiper-button-next{
      background: url(../images/teacher_next.png) no-repeat center center;
      position: absolute;
      /* background-size: contain; */
         right: -56px;
    top: 70px;
      width: 56px;
      height: 56px;
      margin: 0;
      z-index: 10;
      outline: none;
    }
	.bd_bottom{
		    width: 80px;
		    height: 80px;
		    position: fixed;
		    left: 0;
		    top: 50%;
	}