.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-family: Source Han Sans CN;
font-weight: bold;
color:#097AFE;
text-align: center;

}

.pagetit h3 span{

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

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

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


.bg3:hover > .anim:after {
  animation-name: pagereded;
  animation-duration:1s;
  -webkit-animation-duration:1s;
}
@-webkit-keyframes pagereded {
  0% {
  background:#097AFE;
  /*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}

.banner_box {

  width: 1204px;
  margin: 0 auto;
height: 240px;
background:url(../images/page01_bg.png)no-repeat center;
background-size: 100%;
box-shadow: 0px 11px 29px 0px rgba(238, 118, 36, 0.1);
position: relative;
top: -60px;
}
.count-time-text span{
  display: block;
  margin: 0 auto;
  width: 248px;
height: 36px;
background: linear-gradient(0deg, #F28E26 0%, #FD644F 100%);
border-radius: 0px 0px 10px 10px;
line-height: 36px;
font-size: 22px;
font-family: Source Han Sans CN;
font-weight: bold;
text-align: center;
color: #FFFFFF;
}

.disparity-ps img{
 margin: 40px auto 0;
 display: block;
}
.ct-box ul {
  width: 580px;
  margin: 0 auto 0;
}
.ct-box ul li{
    float: left;
    margin-top: 125px;
    margin-left: 60px;
    position: relative;
    width: 81px;
    height: 81px;
    background: #FFFFFF;
    box-shadow: 4px 3px 0px 0px rgba(255, 51, 1, 0.65);
    border-radius: 6px;

}

.ct-box ul li:nth-child(1){
  margin-left: 110px;
}
.ct-box ul li i{
  width: 80px;
height: 81px;
border-radius: 6px;
font-size: 36px;
font-family: Source Han Sans CN;
font-weight: bold;
color: #FF3100;
text-align: center;
line-height: 84px;
font-style: normal;
    display: inline-block;
}
.ct-box ul li span{
    position: absolute;
    top: 33px;
    right: -41px;
    margin-left: 4px;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
}

.page01 {

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

}
.page01 ul li{
width: 281px;
height: 329px;
background: #FFFFFF;
border: 1px solid rgba(9, 122, 254, 0.5);
border-radius: 10px;
float: left;
text-align: center;
margin-left: 22px;
transition: all .4s;
-webkit-transition: all .4s;
-moz-transition: all .4s;
cursor: pointer;
position: relative;
margin-top: 40px;
}

.page01 ul li:hover{
    transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  border: 1px solid rgba(9, 122, 254, 1);
}
.page01 ul li:nth-child(1){
  margin-left: 0;
}
.page01 ul li img{
    margin: 34px auto 0;
    display: block;

}
.page01 ul li h2{
  font-size: 24px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #333333;
margin-top: 20px;
}


.page01 ul li h3{
    width: 222px;
    /* height: 40px; */
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    text-align: center;
    margin: 10px auto 0;
    line-height: 22px;
}
.page01 ul li h3:hover{
  color: #3175FF;
}
.page01 ul li h3:nth-child(4){
  margin-top: 4px;
}

.page01 ul li h5{
  position: absolute;
  left: 50%;
  width: 222px;
height: 44px;
background: #EEEEEE;
border-radius: 8px;
margin-left: -111px;
font-size: 20px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #666666;
line-height: 44px;
bottom: 30px;
}
.page01 ul li h5:hover{
  background: #3175FF;
  color: #fff;
}
.page02{
margin:60px auto 0;
height: 650px;
background: #F2F6F9;
}



.page02 .pagetit{
  padding-top: 60px;

}




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

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

.page02 ul li:hover{
    transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
}
.page02_cot ul li:nth-child(1){
  margin-left: 0;
}

.page02_cot ul li ol{
  width: 300px;
height: 50px;
background: #FF9B2C;
border-radius: 4px 20px 4px 4px;
position: absolute;
left: 0;
top: -25px;
}

.page02_cot ul li ol h3{
  font-size: 24px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #FFFFFF;
text-align: center;
line-height: 50px;

}
.page02_cot ul li:nth-child(2) ol{
  background: #097AFE;
}
.page02_cot ul li:nth-child(3) ol{
background: #FA552F;
}
.page02_cot ul li h4{
    text-align: left;
    margin-top: 50px;
    font-size: 19px;
    color: #333;
    font-weight: 400;
    margin-left: 25px;
}

.page02_cot ul li img{
  margin: 24px auto 0;
}
.page03 {
  margin:0px auto 0;
  height: 452px;
  background: url(../images/page03_bg.jpg)no-repeat center;
}
.page03 .pagetit{
  padding-top: 50px;
}
.page03 .pagetit h3{
  color: rgba(255, 155, 44, 1);
}
.page03 .pagetit h3 span{
  color: #fff;
}
.page03 .pagetit p{
  color: #fff;
  opacity: 0.5;
}
.page03 .page03_cot{
  width: 1200px;
  margin:0px auto 0;
}




.page03 ul li{
width: 380px;
height: 80px;
background: #FFFFFF;
border: 1px solid #EEEEEE;
box-shadow: 0px 6px 12px 0px rgba(131, 131, 131, 0.1);
border-radius: 10px 50px 10px 50px;
    transition: all 0.6s;
margin-left: 30px;
margin-top: 50px;
cursor: pointer;
float: left;
}

.page03 ul li p{
  line-height: 80px;
  padding-left: 110px;
  font-size: 20px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #333333;
position: relative;
}
.page03 ul li p:after{
  position: absolute;
left: 72px;
    top: 26px;
  width: 24px;
  height: 27px;
  background: url(../images/page03_1.png)no-repeat center;
  background-size: 100%;
  content: '';
}
.page03 ul li:nth-child(2) p:after{
    width: 25px;
  height: 25px;
  background: url(../images/page03_2.png)no-repeat center;
  background-size: 100%;
}

.page03 ul li:nth-child(3) p:after{
    width: 28px;
  height: 28px;
  background: url(../images/page03_3.png)no-repeat center;
  background-size: 100%;
}
.page03 ul li:nth-child(4) p:after{
    width: 29px;
  height: 26px;
  background: url(../images/page03_4.png)no-repeat center;
  background-size: 100%;
}
.page03 ul li:nth-child(5) p:after{
    width: 28px;
  height: 30px;
  background: url(../images/page03_5.png)no-repeat center;
  background-size: 100%;
}




.page03 ul li:nth-child(1){
  margin-left: 0;
}
.page03 ul li:nth-child(4){
  margin-left: 216px;
}
.page03 ul li:hover{
     transform: scale(1.1);
}


.page03 ul li p:hover{
  color: #097AFE;
}




.page04{
width: 1200px;

  margin:60px auto 0;
}

.page04_cont{
  width: 1200px;
  margin: 10px auto 0;
}
.page04 ul li{
  float: left;
width: 283px;
height: 51px;
background:rgba(9, 122, 254, 0.1);
margin-left: 22px;
border-radius: 10px;
margin-top: 30px;
   transition: all 0.6s;
   cursor: pointer;
}
.page04 ul li:nth-child(1),.page04 ul li:nth-child(5){
  margin-left: 0;
}
.page04 ul li:hover{
     transform: scale(1.1);
     background: #097AFE;
     box-shadow: 0px 6px 12px 0px rgba(9, 122, 254, 0.3);
}

.page04 ul li h2{
font-size: 24px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #097AFE;
text-align: center;
line-height: 51px;
}
.page04 ul li:hover h2{
  color: #fff;
}

.page05 {
  background: url(../images/page05_bg.jpg)no-repeat center;
  height: 610px;
  margin-top: 60px;
}
.page05 .pagetit{
  padding-top: 60px;

}
.page05 .pagetit h3{
    color: #097AFE;
}
.page05 .pagetit span{
    color: #fff;
}
.page05 .pagetit p{
  color: #fff;
  opacity: 0.5;
}
.page05 .page05_cont{
  width: 1200px;
  height: 360px;
background: #fff;
border-radius: 10px;
margin: 50px auto 0;
}
.page05_title {
  width: 216px;
  float: left;

}
.page05_title ul li{
float: left;
margin: 20px 40px 0; 
width: 250px;
height: 40px;
border-radius: 10px;
cursor: pointer;
text-align: center;
background: #E6F1FF;
}
.page05_title ul li:nth-child(1){
  margin-top:40px;
}
.page05_title ul li a{
  text-align: center;
  line-height: 40px;
  font-size: 22px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #097AFE;
}
.page05_title ul .page05_tit_active{
  background:  #038BFF;
  position: relative;
}
.page05_title ul .page05_tit_active a{
  color: #fff;
}
.page05_title ul .page05_tit_active:after{
  position: absolute;
     right: -13px;
    top: 13px;
  background: url(../images/page05_1.png)no-repeat center;
  content: '';
  width: 14px;
  height: 14px;
}
.page05_right_item {
    float: left;
    width: 880px;
    height: 280px;
    background: url(../images/page05_bg1.jpg)no-repeat center;
    margin-top: 40px;
    margin-left: 90px;
    position: relative;
    cursor: pointer;
}
.page05_right_item p{
    width: 800px;
font-size: 18px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #333333;
line-height: 26px;
text-align: justify;
    margin-left: 51px;
    margin-top:2px;

}
.page05_right_item h5{
    position: absolute;
    right: 54px;
    bottom: 30px;
    width: 200px;
    height: 50px;
    background: #097AFE;
    border-radius: 10px;
    margin-right: 10px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
}
.page05_right_item h5:nth-child(2){
  margin-right: 40px;
}
.page05_right_item{
  display: none;
}
.page05_right_item p:nth-child(1){
  margin-top: 20px;
}
.page05_right_item.show{
  display: block;
     animation: hideIndex 0.3s;
    -moz-animation: hideIndex 0.3s;
    -webkit-animation: hideIndex 0.3s;
    -o-animation: hideIndex 0.3s;
}
.page05_right_item p span{
  color: #097AFE;
}
.page05_right_item .page05_star{
  color: #ff9b2c;
}

.page05_right_item .bb20{
     margin-left: 105px;
}
.page05_right_item p:hover{
  color: #097AFE;
}
.page06{
 height: 605px;
background: #F2F6F9;
margin: 0 auto;
}
.page06 .pagetit{
  padding-top: 60px;
}
.page06 .page06_cont{
  width: 1200px;
  margin: 30px auto 0;

}

.page06 .page06_cont ul li{
width: 380px;
height: 330px;
background: #FFFFFF;
box-shadow: 0px 6px 12px 0px rgba(131, 131, 131, 0.1);
border-radius: 10px;
text-align: center;
float: left;
margin-left: 30px;
margin-top: 40px;
position: relative;
transition: all .4s;
-webkit-transition: all .4s;
-moz-transition: all .4s;
cursor: pointer;
position: relative;

}

.page06 ul li:hover{
    transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
}
.page06 ul li ol{
    width: 200px;
height: 50px;
background: linear-gradient(270deg, #04B387, #6DCAB3);
border-radius: 24px 29px 1px 25px;
    margin: 0 auto 0;
    position: relative;
    z-index: 1;
    top: -25px;
}
.page06 ul li ol:after{
  position: absolute;
  top: 0;
  left: 50%;
  width:220px;
  height: 50px;
  margin-left: -110px;
background: linear-gradient(270deg, #04B387, #6DCAB3);
opacity: 0.1;
z-index: -1;
border-radius: 24px 29px 1px 25px;
content: ''}
.page06 ul li ol:before{
  position: absolute;
  top: 0;
  left: 50%;
 width:240px;
  height: 50px;
  margin-left: -120px;
background: linear-gradient(270deg, #04B387, #6DCAB3);
opacity: 0.1;
border-radius: 24px 29px 1px 25px;
z-index: -1;
content: ''}



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


.page06 .page06_cont ul li h2{
  text-align: center;
  line-height:50px;
  font-size: 24px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #FFFFFF;
}

.page06 .page06_cont ul li h3{
  font-size: 20px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #06B388;
line-height: 30px;
    top: -5px;
    position: relative;
}
.page06 .page06_cont ul li p{
  font-size: 20px;
font-family: Source Han Sans CN;
font-weight: 400;
color:#666666;
margin-top: 10px;
line-height: 26px;
}
.page06 .page06_cont ul li p:hover{
  color: #06B388;
}
.page06 .page06_cont ul li h5{
  width: 242px;
height: 44px;
background: #06B388;
border-radius: 8px;
font-size: 20px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #FFFFFF;
line-height: 44px;
text-align: center;
position: absolute;
left: 50%;
margin-left: -121px;
bottom: 36px;
}
.page06 .page06_cont ul li:nth-child(2) ol{
  background: linear-gradient(270deg, #097AFE, #69AEFF);
}
.page06 .page06_cont ul li:nth-child(2) ol:after{
  background: linear-gradient(270deg, #097AFE, #69AEFF);
}
.page06 .page06_cont ul li:nth-child(2) ol:before{
  background: linear-gradient(270deg, #097AFE, #69AEFF);
}
.page06 .page06_cont ul li:nth-child(2) h3{
  color: #097AFE;
}
.page06 .page06_cont ul li:nth-child(2) p:hover{
  color: #097AFE;
}
.page06 .page06_cont ul li:nth-child(2) h5{
  background: #097AFE;
}


.page06 .page06_cont ul li:nth-child(3) ol{
background: linear-gradient(270deg, #FF9428, #FFC185);
}
.page06 .page06_cont ul li:nth-child(3) ol:after{
background: linear-gradient(270deg, #FF9428, #FFC185);
}
.page06 .page06_cont ul li:nth-child(3) ol:before{
background: linear-gradient(270deg, #FF9428, #FFC185);
}
.page06 .page06_cont ul li:nth-child(3) h3{
  color: #FF952A;
}
.page06 .page06_cont ul li:nth-child(3) p:hover{
  color: #FF952A;
}
.page06 .page06_cont ul li:nth-child(3) h5{
  background:#FF952A;
}
.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;
}


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

}
.page07 .page07_cont{
  margin: 20px auto 0;
}
.page07 ul li{
  float: left;
  width: 380px;
height: 200px;
border-radius: 8px;
margin-top: 30px;
margin-left: 28px;
cursor: pointer;
transition: all 0.6s;
}
.page07 ul li:hover{
 transform: scale(1.1);

}



.page07 ul li:nth-child(1),.page07 ul li:nth-child(4){
  margin-left: 0;
}
.page08 {
  width: 1200px;
  margin: 60px auto 0;

}

.page08 .page08_cont{
  margin-top:20px;
}
.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: #097AFE;
  }




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

} 

.page09 .pagetit{ 
  padding-top:60px;
}
.page09 .pagetit h3{
  color: #fff;
}
.page09_cont {
  width: 1200px;
    margin: 50px auto;
}
.page09_cont .teacher{
  width: 1200px;
height: 600px;
background: #FFFFFF;
box-shadow: 0px 0px 16px 0px rgba(210, 210, 210, 0.7);
border-radius: 8px;
padding: 20px 0 40px;
}
.page09_cont .teacher ul li{
  width: 360px;
height: 240px;
float: left;
margin-left: 20px;
margin-top: 25px;
}
.page09_cont .teacher ul li:nth-child(1),.page09_cont .teacher ul li:nth-child(4){
  margin-left: 40px;
}
.page11{
  width: 1200px;
  margin: 60px auto 0;
border-radius: 8px;
}

.page11 ul li{
      float: left;
width: 300px;
height: 300px;
background: #F8F8F8;
border-radius: 10px;
        margin-top:50px;
    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: #097AFE;
  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: #097AFE;
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: #097AFE;}
.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:rgba(49, 117, 255, 0.1);
  margin-top: 60px;
 
height: 1288px;

}
.page12 .page12_cont .pagetit{
  padding-top: 60px;
}


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

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

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

    left: 1px;
   top:12px;
}
.page12_cot1 .environ-item {
  display: none;
}
.page12_cot1 .environ-item.show{
display: block;
  animation: hideIndex 0.3s;
    -moz-animation: hideIndex  0.3s; /* Firefox */
    -webkit-animation: hideIndex  0.3s; /* Safari and Chrome */
    -o-animation: hideIndex  0.3s; /* Opera */
}
@keyframes hideIndex{
  0%{ opacity: 0; }
  100%{opacity: 1; }
}
.page12_cot1 .environ-item h2{
display: inline-block;
    width: 12%;
height: 23px;
font-size: 24px;
padding-top: 35px;
font-weight: 500;
    margin-left: 12px;
color: #343434;
line-height: 26px;
}
.page12_cot1 .environ-item h3{
    display: inline-block;
    width: 256px;
    height: 28px;
    background:#097AFE;
    border-radius: 15px;
    text-align: center;
    margin-top: 2px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 29px;
}
.page12_cot1 .environ-item p{
width: 575px;
    height: 114px;
font-size: 16px;
font-weight: 400;
color: #333333;
margin-top: 20px;
    margin-left: 32px;
line-height: 26px;
}
.page12_cot1 .environ-item h4{
    font-size: 20px;
    font-weight: 400;
    color:#097AFE;
    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: rgba(181, 215, 255, 1);
    border-radius: 0px 0px 4px 4px;
    font-size: 18px;
    color: #fff;

}

.page12 .page12_cot1 .environment_item_active{
  border:1px solid #097AFE;

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

}

.page12_cot2 .nth_title h2:after{
position: absolute;
content: '';
width: 3px;
height: 27px;
background: #097AFE;
border-radius: 2px;
left: 1px;
top: 28px;
}
.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  #097AFE !important;
   color: #097AFE !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 #097AFE;
 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 #097AFE;
    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(9, 122, 254, 0.1);
    width: 210px;
    margin-top: 28px;
    height: 276px;
    width: 210px;
border-radius: 10px;
    margin-left: 40px;
        float: left;
}
.page12_cot2 .lsWzhislide_tops .teacher_head img{
width: 210px;
    height: 276px;
    position: absolute;
    background: #097AFE;
    top: 20px;
    left: 20px;
    border-radius: 10px;

}
.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:#097AFE;
  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: #097AFE;
  color: #fff;
  float: left;
    position: absolute; 
    border-radius: 4px;
    cursor: pointer;
    bottom: 34px;
        left: 310px;

}
/* .page12_cot2 .preview .swiper-slide-active{
position: relative;
top: -12px;
} */
/* 20200928 */
.page12_cot2 .preview .swiper-slide span img{
border-radius:8px;
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;

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

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

.addr_wrap {
    width: 100%; 
   margin: 0px auto 0;
     height: 828px;
background: #097AFE;
}
.addr_wrap .pagetit{
    padding-top: 54px;
}
.addr_wrap .pagetit h3{

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: #097AFE;
}
.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: #097AFE;

}

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