.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;
 }
 body{
margin: 0 auto;
 }
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;
text-align: center;
display: inline-block;
  position: relative;
  z-index: 2;
  color:#333333;
}
.pagetit h3:after{
    width: 66px;
    height: 38px;
    background: url(../images/tit.png)no-repeat center;
    content: '';
    position: absolute;
    left: -73px;
    top: -2px;
}
.pagetit h3:before{
    width: 66px;
    height: 38px;
    background: url(../images/tit1.png)no-repeat center;
    content: '';
    position: absolute;
       right: -73px;
    top: -2px;
}

.pagetit h3 span{
  color:#0C37C6;
  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:#9662EF;
  /*ripple color and tranparent*/
}
100% {
  background:transparent;
}
}@-webkit-keyframes pagered-out{
  0% {
  width:0%;
}
100% {
  width:100%;
}
}
header .mid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .mid p {
  font-size: 14px;
  color: #fff;
}
header .mid div {
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 100%;
}
header .mid div span {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-left: 6px;
}
.mid {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  padding-bottom: 5px;
}


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

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


.page01 {
margin: 60px auto 0;
position: relative;
}

.page01_cot{
  width: 1200px;
  margin: 0 auto;

}
.page01 ul {
    margin-top: 10px;
    width: 1200px;
    position: relative;


}


.page01_cot ul li{
  width: 580px;
height: 60px;
background:rgba(12, 55, 198, 0.1);
border-radius: 30px;
    float: left;
    margin-top: 30px;
    margin-left:40px;
    cursor: pointer;
    position: relative;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.page01_cot ul li:After{
position: absolute;
    right: 23px;
    top: 15px;
    width: 30px;
    height: 31px;
    content: '';
    background: url(../images/page01_1.png) no-repeat center;
    background-size: 100%;
}
.page01_cot ul li:nth-child(even):After{
   background: url(../images/page01_2.png) no-repeat center;
    background-size: 100%;
}
.page01 ul li:hover:After{
   background: url(../images/page01_3.png) no-repeat center;
    background-size: 100%;
}
.page01_cot ul li h2{
  line-height: 60px;
 margin-left: 32px;
  font-size: 24px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #0C37C6;
}
.page01 ul li:hover{
    transform: scale(1.1);
}  
.page01_cot ul li:nth-child(odd){
  margin-left: 0;
}
.page01_cot ul li:nth-child(odd):hover{
background:rgba(12, 55, 198);
}
.page01 ul li:nth-child(even){
  background: rgba(237, 159, 54, 0.1);
}
.page01_cot ul li:nth-child(even):hover{
  background: rgba(237, 159, 54);
}
.page01_cot ul li:nth-child(even) h2{
  color: #ED9F36;
}
.page01_cot ul li:hover h2{
  color: #fff;
}
.page02{
margin: 60px auto 0;
height: 654px;
background: #F5F5F5;
position: relative;

}
.page02 .pagetit{
  padding-top: 60px;
}
.page02_cont{
  width: 1200px;
  margin:142px auto 0;
  position:relative;

}
 .page02_cont .page02_tit{
 font-size: 20px;
    font-weight: 400;
    color: rgba(102,102,102,1);
    line-height: 34px;
    text-align: center;
margin: 30px auto 40px;
    width:1000px;
    margin-left: -500px;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    top: -62px;}
 .page02_cont p{
font-size: 24px;
    font-weight: 400;
    color: rgba(102,102,102,1);
    line-height: 34px;
    text-align: center;
margin: 30px auto 40px;

 }
.page02_cont h2{
  width:200px;
height:52px;
background:rgba(237, 159, 54, 1);
border-radius:8px;

line-height: 52px;
color: #fff;
text-align: center;
font-size:24px;
left: 50%;
position: absolute;
margin-left: -100px;
top: -99px;

}
.page02_cont ul{
position: relative;
z-index: 1;
    margin-top: 129px;
}
.page02_cont img{
    position: absolute;
    top: 49px;
        z-index: 0;
    left: 58px;
}
.page02_cont ul li {
  float: left;
  position: absolute;
      top: 101px;

}
.page02_cont ul li ol{
  float: left;

}
.page02_cont ul li p{
    width: 60px;
    height: 128px;
    border: 1px solid #c6c6c6;
    border-radius: 8px;
    font-size: 12px;
    margin: 25px auto 20px;
    color: #666666;
    background: #fff;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    padding: 0 2px;
}
.page02_cont ul li p span{
      display: inline-block;
    width: 60px;
    text-align: center;
    color: rgba(237, 159, 54, 1);
    font-size: 14px;
}
.page02_cont ul li h3{
height:52px;
background:rgba(12, 55, 198, 1);
border-radius:8px;
color:rgba(255,255,255,1);
font-weight: 20px;
text-align: center;
padding: 6px 6px 0;
line-height: 22px;
    margin: -7px auto 0;
    font-size: 16px;
}
.page02_cont ul li .set{
  width:66px;
height:24px;
background: #ED9F36;
border-radius:4px;
color: #fff;
line-height: 24px;
}
.page02_cont ul li:nth-child(3){
 left: 0;
}
.page02_cont ul li:nth-child(3) h3{
  margin-left: 3px;
}
.page02_cont ul li:nth-child(3) ol{
     margin-left: 25px;
}
.page02_cont ul li:nth-child(3) ol p{
  margin-left: 2px;
}
.page02_cont ul li:nth-child(2) p{
  width: 133px;
}
.page02_cont ul li:nth-child(4){
  width: 292px;
  left: 140px;
}
.page02_cont ul li:nth-child(4) ol h4{
  margin-left: 7px;
}
.page02_cont ul li:nth-child(4) p{
  margin-left:7px;
}
.page02_cont ul li:nth-child(4) h3,.page02_cont ul li:nth-child(5) h3,.page02_cont ul li:nth-child(6) h3{
  width: 132px;
}
.page02_cont ul li:nth-child(7) h3{
  width: 196px;
}
.page02_cont ul li:nth-child(5){
  width: 140px;
  left: 448px;
}
.page02_cont ul li:nth-child(5) ol h4{
 margin-left: 4px;
}
.page02_cont ul li:nth-child(5) h3{
  margin-left: 4px;
}
.page02_cont ul li:nth-child(5) p{
   margin-left: 4px;
} 
.page02_cont ul li:nth-child(6){
    width: 375px;
    right: 232px;
}
.page02_cont ul li:nth-child(6) ol h4{
  margin-left: 9px;
}
.page02_cont ul li:nth-child(6) p{
    margin-left: 9px;
}
.page02_cont ul li:nth-child(7){
width: 220px;
  right:8px;
}
.page02_cont ul li:nth-child(7) p{
margin-left: 7px;
}
.page02_cont ul li:nth-child(7) ol h4{
  margin-left: 7px;
}
.page03{
  margin: 60px auto 0;
  width: 1200px;
}
.page03_cot{
  width: 1200px;
  margin:10px auto 0;

}
.page03 ul{
  position: relative;
  
}


.page03 ul li{
width: 282px;
height: 350px;
background: #FFFFFF;
box-shadow: 0px 2px 20px 0px rgba(186, 186, 186, 0.35);
border-radius: 8px;
float: left;
margin-left: 24px;
cursor: pointer;
position: relative;
margin-top: 50px;
transition: all .4s;
-webkit-transition: all .4s;
-moz-transition: all .4s;
}

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

.page03 ul li:hover{
    transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
}
.page03 ul li ol{
  width: 282px;
  height: 130px;
  border-radius: 8px;
}
.page03 ul li h3{
  font-size: 24px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #333333;
line-height: 32px;
text-align: center;
margin: 14px auto 0;
}
.page03 ul li p{
width: 230px;
height: 39px;
font-size: 18px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #333333;
margin: 10px auto 0;
text-align: center;
}
.page03 ul li h4{
  width: 202px;
height: 50px;
border: 1px solid #0C37C6;
border-radius: 25px;
background: #fff;
    margin: 50px auto 0;
line-height: 50px;
font-size: 20px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #0C37C6;
}
.page03 ul li h4:hover{
  background: #0C37C6;
  color: #fff;
}
.page03 ul li p:hover{
  color:  #0C37C6;
}
.page03 ul li:nth-child(even) h4{
  color: #ED9F36;
  border: 1px solid #ED9F36;
}
.page03 ul li:nth-child(even) h4:hover{
  background: #ED9F36;
  color: #fff;
}
.page03 ul li:nth-child(even) :hover{
  color: #ED9F36;
}
.page04{
margin: 60px auto 0;
max-width: 1920px;
height: 889px;
background: url(../images/page04_bg.jpg)no-repeat center;
}

.page04_cont{
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.page04_cont h2{
  width: 280px;
height: 60px;
background: #0C37C6;
border-radius: 10px;
margin: 50px auto 0;
line-height: 60px;
text-align: center;
font-size: 24px;
font-family: Source Han Sans CN;
font-weight: bold;
color: #FFFFFF;

}
.page04 .pagetit{
  padding-top: 60px;
}
.page04 .pagetit h3{
  color: #fff;
}
.page04 .pagetit h3:after{
  background: url(../images/tit2.png) no-repeat center;
}
.page04 .pagetit h3:before{
  background: url(../images/tit3.png) no-repeat center;
}


.page04 ul{
  margin:295px auto 0;
  position: relative;
  background: url(../images/page04_1.png)no-repeat center;
  width: 1200px;
  height: 20px;
}

.page04 ul li:nth-child(1){
width: 200px;
height: 260px;
border: 1px solid #0BC4FF;
border-radius: 4px;
left: 0;
bottom: -305px;
position: absolute;
}
.page04 ul li{

      transition: all .4s;
      cursor: pointer;
    -webkit-transition: all .4s;

  }
  .page04 ul li:hover{
    transform: scale(1.1);
}

.page04 ul li:nth-child(2){
width: 260px;
    height: 210px;
    border: 1px solid #ED9F36;
    border-radius: 4px;
    left: 137px;
  top: -252px;
    position: absolute;
}
.page04 ul li:nth-child(3){
width: 220px;
height: 260px;
border: 1px solid #0BC4FF;
border-radius: 4px;
left: 324px;
bottom: -305px;
position: absolute;
}

.page04 ul li:nth-child(4){
    width: 220px;
    height: 210px;
    border: 1px solid #ED9F36;
    border-radius: 4px;
    left: 490px;
top: -252px;
    position: absolute;

}

.page04 ul li:nth-child(6){
    width: 220px;
    height: 210px;
    border: 1px solid #ED9F36;
    border-radius: 4px;
    right: 155px;
    top: -251px;
    position: absolute;
}
.page04 ul li:nth-child(5){
width: 280px;
height: 260px;
border: 1px solid #0BC4FF;
border-radius: 4px;
left: 628px;
bottom: -305px;
position: absolute;
}
.page04 ul li:nth-child(7){
width: 200px;
height: 260px;
border: 1px solid #0BC4FF;
border-radius: 4px;
right: 0px;
bottom: -305px;
position: absolute;
}
.page04 ul li:nth-child(odd) ol{
 width: 150px;
height: 50px;
background: #0C37C6;
border-radius: 25px;
margin: 0 auto 0;
position: relative;
top: -25px;
}

.page04 ul li:nth-child(even) ol{
   width: 150px;
height: 50px;
background: #ED9F36;
border-radius: 25px;
margin: 0 auto 0;
position: relative;
bottom: -25px;
}
.page04 ul li ol h3{
  line-height: 50px;
  text-align: center;
  font-size: 20px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #FFFFFF;
}

.page04 ul li:nth-child(6) ol{
 bottom: -68px;
}

.page04 ul li p{
  width: 159px;

font-size: 18px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #FFFFFF;
text-align: justify;
margin: 10px auto 0;
}
.page04 ul li:nth-child(3) p{
  width: 186px;
}
.page04 ul li:nth-child(5) p{
  width: 238px;
}
.page04 ul li:nth-child(2) p{
width: 217px;
}

.page04 ul li:nth-child(4) p{
width: 178px;
}
.page04 ul li:nth-child(6) p{
width: 178px;
}
.page04 ul li:nth-child(odd) p:nth-child(2){
  margin-top: 0;
}
.page04 ul li:nth-child(even) p:nth-child(1){
margin-top: 16px;
}


.page05{
 height: 865px;
background:rgba(0, 28, 120, 1);
  margin: 0px auto 0;
  position: relative;
  
}
.page05 .pagetit{
  padding-top: 60px;
}
.page05 .pagetit h3{
  color: #fff;
}
.page05 .pagetit h3:after{
  background: url(../images/tit2.png)no-repeat center;
}
.page05 .pagetit h3:before{
  background: url(../images/tit3.png)no-repeat center;
}
.page05 .page05_cont{
  width: 1200px;
margin: 10px auto 0;
overflow: hidden;
}

.page05 .page05_cont ul li{
 width: 282px;
height: 295px;
background: #FFFFFF;
box-shadow: 0px 2px 20px 0px rgba(186, 186, 186, 0.35);
border-radius: 10px;
position: relative;
margin-left: 24px;
float: left;
transition: all 0.6s;
cursor: pointer;
position: relative;
margin-top: 35px;
transition: all .4s;
-webkit-transition: all .4s;
-moz-transition: all .4s;
text-align: center;

}


.page05 ul li:hover{
    transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
}
.page05 .page05_cont ul li:nth-child(1),.page05 .page05_cont ul li:nth-child(5),.page05 .page05_cont ul li:nth-child(9),.page05 .page05_cont ul li:nth-child(13){
  margin-left: 0;
}

.page05 ul li h2{
  font-size: 24px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #333333;
text-align: center;
margin-top: 12px;

}
.page05 ul li p{
  font-size: 16px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #666666;
text-align: center;
margin-top: 10px;
}

.page05 ul li h5{
  width: 117px;
height: 41px;
border: 1px dashed rgba(32, 83, 208, 1);
background: #fff;
border-radius: 10px;
float: left;
line-height: 41px;
text-align: center;
margin-top: 12px;
color: rgba(32, 83, 208, 1);
font-size: 20px;
margin-left: 16px;
}
.page05 ul li h5:hover{
background:rgba(32, 83, 208, 1);
color: #fff;
}
.page05 ul li h5:nth-child(5),.page05 ul li h5:nth-child(6){
  border: 1px dashed  rgba(237, 159, 54, 1);
color: rgba(237, 159, 54, 1)
}
.page05 ul li h5:nth-child(5):hover,.page05 ul li h5:nth-child(6):hover{
background:rgba(237, 159, 54, 1);
color: #fff;
}
.page05 .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom: 54px;
}
.page05 .swiper-pagination-bullet{
  background: #fff;
  opacity: 0.8;
}
.page05 .swiper-pagination-bullet-active{
  width: 30px;
background:rgba(237, 159, 54, 1);
border-radius: 4px;
  opacity: 1;
}
.page09{

 width: 1200px;
margin: 60px auto 0;
}
.page09 .page09_cont{
  width: 1200px;
  margin: 0 auto;
}
.page09 .page09_cont ul li{
width: 220px;
height: 180px;
background: #FFFFFF;
box-shadow: 0px 0px 16px 0px rgba(210, 210, 210, 0.7);
border-radius: 8px;
  margin-top: 50px;
  position: relative;
  cursor: pointer;
  margin-left: 20px;
-webkit-transition: all .4s;
-moz-transition: all .4s;
transition: all .4s;
float: left;

  text-align: center;
}


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

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

.page09 ul li img{
  margin: 30px auto 0;
  width: 60px;
  height: 60px;
}
.page09 ul li p{
  width: 179px;
height: 39px;
font-size: 18px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #333333;
text-align: center;
margin: 10px auto 0;
}
.page09 ul li p:hover{
  color: rgba(12, 55, 198, 1);
}
.page09 ul li:nth-child(even) p:hover{
  color:rgba(237, 159, 54, 1);
}
.page07{
  margin: 60px auto 0;
height: 680px;
background: rgba(12, 55, 198, 0.1);
}
.page07 .page07_cont{
  width: 1200px;
  margin: 0px auto 0;
}
.page07 .pagetit{
  padding-top: 60px;
}

.page07 ul li{
  float: left;
 width: 364px;

float: left;
margin-left: 44px;
margin-top: 50px;
text-align: center;
position: relative;
-webkit-transition: all .4s;
-moz-transition: all .4s;
transition: all .4s;
cursor: pointer;
}


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

}

.page07 ul li ol{
width: 200px;
height: 60px;
background: #0C37C6;
border-radius: 8px;
margin: 0 auto 0;
}
.page07 ul li h4{
font-size: 24px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #FFFFFF;
line-height: 60px;
}

.page07 ul li div.page07_cont1{
  background: url(../images/page07_1.png) no-repeat center;
  background-size: 100%;
  width: 364px;
  height: 392px;
  margin-top: 20px;
  padding-top: 1px;
  position: relative;
}

.page07 ul li div h3{
  font-size: 20px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #ED9F36;
margin-top: 30px;
margin-left: 22px;
text-align: left;
}
.page07 ul li div p{
  text-align: justify;
  position: relative;
  width:282px;
font-size: 18px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #333333;
margin-left: 50px;
margin-top: 10px;
}
.page07 ul li div p:after{
  position: absolute;
      left: -25px;
    top: 1px;
  content: '1';
  width: 18px;
height: 18px;
background: #ED9F36;
border-radius: 50%;
text-align: center;
font-size: 14px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #FFFFFF;
line-height: 18px;

}
.page07 ul li div p:hover{
  color: #ED9F36;
}
.page07 ul li div p:nth-child(3):after{
   content: '2'; 
}
.page07 ul li div p:nth-child(4):after{
   content: '3'; 
}
.page07 ul li div p:nth-child(5):after{
   content: '4'; 
}
.page07 ul li div p:nth-child(6):after{
   content: '5'; 
}
.page07 ul li div.page07_cont1 h4{
  width: 202px;
height: 50px;
background: #ED9F36;
border-radius: 25px;
position: absolute;
left: 50%;
margin-left: -101px;
bottom: 25px;
line-height: 50px;
font-size: 20px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #FFFFFF;
}
.page06{
  margin: 0px auto 0;
  height: 366px;
background:rgba(12, 55, 198, 0.1);
}
.page06 .pagetit{
  padding-top: 60px;
}
.page06 .page06_cont{
  width: 1200px;
  margin: 0 auto;
}
.page06 ul li{
 width: 180px;
height: 140px;
background: #FFFFFF;
box-shadow: 0px 2px 20px 0px rgba(186, 186, 186, 0.35);
border-radius: 10px;
float: left;
margin-left: 24px;
position: relative;
margin-top: 70px;
cursor: pointer;
    vertical-align: bottom;
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:nth-child(1){
  margin-left: 0;
}
.page06 ul li ol{
  width: 120px;
height: 40px;
background:rgba(12, 55, 198, 1);
border-radius: 8px 12px 8px 8px;
position: absolute;
left: 50%;
margin-left: -60px;
top: -20px;
}
.page06 ul li:nth-child(even) ol{
  background:rgba(237, 159, 54, 1);
}
.page06 ul li ol h3{
  font-size: 20px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #FFFFFF;
line-height: 40px;
text-align: center;
}

.page06 ul li p{
    width: 160px;
    height: 73px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    margin: 34px auto 0;
    text-align: justify;
    line-height: 22px;
}
.page06 ul li p:hover{
  color:rgba(12, 55, 198, 1);
}
.page06 ul li:nth-child(even) p:hover{
  color: rgba(237, 159, 54, 1);
}
.page10{
  margin: 0px auto 0;
  height: 440px;
  background: url(../images/page10_bg.jpg)no-repeat center;
}
.page10 .pagetit{
  padding-top: 60px;
}
.page10 .pagetit h3{
  color: #fff;
}

.page10 .pagetit h3:after{
  background: url(../images/tit2.png)no-repeat center;
}
.page10 .pagetit h3:before{
  background: url(../images/tit3.png)no-repeat center;
}
.page10 .page10_cont{
margin: 10px auto 0;
width: 1200px;
}
.page10 .page10_cont ul li{
width: 350px;
height: 102px;
background: #FFFFFF;
box-shadow: 0px 6px 24px 0px rgba(131, 131, 131, 0.1);
border-radius: 20px;
float: left;
margin-top: 30px;
margin-left: 49px;
transition: all 0.6s;
cursor: pointer;
overflow: hidden;
position: relative;
}
.page10 .page10_cont ul li ol{
  position: absolute;
  left:0;
  top:0;
  width: 350px;
height: 10px;
background: #1ABE9B;
opacity: 0.5;
border-radius: 20px;
}
.page10 .page10_cont ul li:nth-child(2) ol,.page10 .page10_cont ul li:nth-child(5) ol{
  background: #0C37C6;

}
.page10 .page10_cont ul li:nth-child(3) ol,.page10 .page10_cont ul li:nth-child(6) ol{
background: #FE663E;

}
.page10 ul li:hover{
     transform: scale(1.1);
}

.page10 .page10_cont ul li:nth-child(1),.page10 .page10_cont ul li:nth-child(4){
  margin-left: 0;
}

.page10 .page10_cont ul li p{

margin: 10px auto 0;
font-size: 24px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #333333;
text-align: center;
line-height: 32px;
    margin-top: 23px;
}
.page10 .page10_cont ul li p:hover{
  color: #1ABE9B;
}
.page10 .page10_cont ul li:nth-child(2) p:hover,.page10 .page10_cont ul li:nth-child(5) p:hover{
  color: #0C37C6;

}
.page10 .page10_cont ul li:nth-child(3) p:hover,.page10 .page10_cont ul li:nth-child(6) p:hover{
  color: #FE663E;

}


.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: #0C37C6;
    width:870px;
    float: right;
    vertical-align: top;
}



.page08 {

  margin: 0px auto 0;
  height: 620px;
background: #F5F5F5;
}
.page08 .pagetit{
  padding-top: 60px;
}
.page08 .page08_cont{
  margin:20px auto 0;
    width: 1200px;
}
.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: 75px;
 }
 .page08 .page08_cont ul li img{
  width: 60px;
  height: 60px;
 margin:25px 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: #0C37C6;
  }



.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: 40px 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: #ED9F36;
  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:#ED9F36;
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:#0C37C6;}
.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(12, 55, 198, 0.1);
 
height: 1313px;

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

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

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

color: #333333;
}
.page12_cot1 h2:after{
  position: absolute;
  content: '';
  width: 3px;
height: 27px;
background:#0C37C6;
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: 26px;
font-weight: 500;
    margin-left: 12px;
color: #343434;
line-height: 26px;
}
.page12_cot1 .environ-item h3{
    display: inline-block;
    width: 256px;
    height: 28px;
    background:#0C37C6;
    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:#0C37C6;
    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: #0C37C6;
    border-radius: 0px 0px 4px 4px;
    font-size: 18px;
    color: #fff;

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

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 #0C37C6;
border-radius: 8px;
}
.page12 .environ-item h5{
width: 128px;
height: 36px;
background: #0C37C6;
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;
text-align: left;
color: #333;

}

.page12_cot2 .nth_title h2:after{
position: absolute;
content: '';
width: 3px;
height: 27px;
background: #0C37C6;
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  #0C37C6 !important;
   color: #0C37C6 !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 #0C37C6;
 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 #0C37C6;
    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(80, 61, 255, 0.1);
    width: 210px;
    margin-top: 30px;
    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: #0C37C6;
    top: 20px;
    left: 20px;
    border-radius: 10px;

}
.page12_cot2 .lsWzhislide_tops h2{
     float: left;
  font-size: 24px;
  color: #333;
  margin-left: 60px;
    margin-top: 48px;
    width: 700px;
}
.page12_cot2 .lsWzhislide_tops h3{
     float: left;
  font-size: 20px;
  color:#0C37C6;
  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: #0C37C6;
  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 #0C37C6;
}
.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: #0C37C6;
    font-size: 16px;
    height: 30px;
    color: #fff;
    border-radius: 0 0 4px 4px;
    line-height: 30px;
     text-align: center;
    }
    .page12_cot2  .gallery-thumbs .swiper-slide-thumb-active p{
    right: 6px;
    bottom: 29px;
    width: 202px;
    
     }
    .preview_wrap{
      position: relative;
    }
    .page12_cot2  .preview_wrap .swiper-button-prev {
      background: url(../images/teacher_prev.png) no-repeat center center;
      position: absolute;
      left: 0;
      top: 10px;
      width: 60px;
      height: 100%;
      margin: 0;
      z-index: 10;
      outline: none;
    }
    .page12_cot2  .preview_wrap  .swiper-button-next{
      background: url(../images/teacher_next.png) no-repeat center center;
      position: absolute;
      /* background-size: contain; */
      right: 0;
      top: 10px;
      width: 60px;
      height: 100%;
      margin: 0;
      z-index: 10;
      outline: none;
    }
@charset "utf-8";

.addr_wrap {
    width: 100%; 

     height: 828px;
background: #001C78;
}

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

.addr_wrap .pagetit h3{
  color: #fff;
}
.addr_wrap .pagetit h3:after{
  background: url(../images/tit2.png)no-repeat center;
}
.addr_wrap .pagetit h3:before{
  background: url(../images/tit3.png)no-repeat center;
}
.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:rgba(237, 159, 54, 1);
}
.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;



}

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