.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: 42px;
    height: 28px;
    background: url(../images/tit.png)no-repeat center;
    content: '';
    position: absolute;
    left: -70px;
    top: 6px;
}
.pagetit h3:before{
    width: 42px;
    height: 28px;
    background: url(../images/tit1.png)no-repeat center;
    content: '';
    position: absolute;
    right: -70px;
    top: 6px;
}

.pagetit h3 span{
  color: #9662EF;
  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 ul li{
width: 350px;
height: 60px;
background:rgba(227, 59, 56, 0.1);
border-radius: 4px;
cursor: pointer;
margin-top: 40px;
float: left;
margin-left:50px;
position: relative;
    transition: all 0.6s;
    text-align: center;

}
.page01 ul li:nth-child(even){
  background:rgba(32, 83, 208, 0.1);
}
.page01 ul li:nth-child(1),.page01 ul li:nth-child(4){
  margin-left: 0px;
}
.page01 ul li:hover{
    transform: scale(1.1);
}
.page01 ul li h2{
  line-height: 60px;
font-size: 24px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #E43C38;
padding-left: 16px;
position: relative;
    display: inline-block;
}
.page01 ul li:nth-child(even) h2{
color: #2053D0;
}
.page01 ul li h2:after{
  position: absolute;
left: -21px;
    top: 16px;
  width: 28px;
  height: 28px;
  content: '';
  background: url(../images/page01_1.png)no-repeat center;
  background-size: 100%;
}

.page01 ul li:nth-child(2) h2:after{
 background: url(../images/page01_2.png)no-repeat center;
 background-size: 100%;
 width: 26px;
 height: 26px;
}
.page01 ul li:nth-child(3) h2:after{
 background: url(../images/page01_3.png)no-repeat center;
 background-size: 100%;
  width: 24px;
 height: 26px;
}
.page01 ul li:nth-child(4) h2:after{
 background: url(../images/page01_4.png)no-repeat center;
 background-size: 100%;
}
.page01 ul li:nth-child(5) h2:after{
 background: url(../images/page01_5.png)no-repeat center;
 background-size: 100%;
   width: 23px;
 height: 26px;
}
.page01 ul li:nth-child(6) h2:after{
 background: url(../images/page01_6.png)no-repeat center;
 background-size: 100%;
}
.page01 ul li:hover h2{
  color: #fff;
}
.page01 ul li:nth-child(odd):hover{
background: linear-gradient(90deg, #E33B38, #F25642);
}

.page01 ul li:nth-child(even):hover{
background: linear-gradient(90deg, #4371E3, #527FEF);
}
.page01 ul li:nth-child(1):hover h2:after{
   background: url(../images/page01_1b.png)no-repeat center;
 background-size: 100%;
}
.page01 ul li:nth-child(2):hover h2:after{
   background: url(../images/page01_2b.png)no-repeat center;
 background-size: 100%;
}
.page01 ul li:nth-child(3):hover h2:after{
   background: url(../images/page01_3b.png)no-repeat center;
 background-size: 100%;
}
.page01 ul li:nth-child(4):hover h2:after{
   background: url(../images/page01_4b.png)no-repeat center;
 background-size: 100%;
}
.page01 ul li:nth-child(5):hover h2:after{
   background: url(../images/page01_5b.png)no-repeat center;
 background-size: 100%;
}
.page01 ul li:nth-child(6):hover h2:after{
   background: url(../images/page01_6b.png)no-repeat center;
 background-size: 100%;
}
.page01 ul li:nth-child(7){
  width: 240px;
  height: 200px;
  background: url(../images/page01_bg.png)no-repeat center;
  position: absolute;
  left: 50%;
  margin-left: -120px;
  top: 30px;
  border:0;
  box-shadow: none;

}


.page_pic {
  height: 36px;
  background: #F5F6FA;
      position: relative;
      top: -7px;
 
}
.page02{
margin:60px auto 0;
max-width: 1920px;
height: 400px;
background: #F8F8F8;
position: relative;
}
.page02 .pagetit{
  padding-top: 60px;
}
.page02_cot{
  width: 1200px;
  margin:10px auto 0;

}
.page02 ul{
  position: relative;
  
}


.page02 ul li{
width: 282px;
height: 200px;
background: #FFFFFF;
box-shadow: 0px 6px 32px 0px rgba(70, 70, 70, 0.1);
border-radius: 10px;
float: left;
margin-left: 24px;
cursor: pointer;
text-align: center;
margin-top: 40px;
transition: all .4s;
-webkit-transition: all .4s;
-moz-transition: all .4s;
}

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

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


.page02 ul li img{
 
margin: 32px auto 0;
}

.page02 ul li h2{

   font-size: 20px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #333333;
line-height: 27px;
margin-top: 10px;
}


.page02 ul li:nth-child(odd):hover h2{
  color:#2053D0;
} 
.page02 ul li:nth-child(even):hover h2{
color:#E43C38;
} 
.page03 {
  margin:60px auto 0;
  width: 1200px;
}
.page03_cot{
  width: 1200px;
  margin: 10px auto 0;
}

.page03_cot ul li{
  float: left;
width: 585px;
height: 209px;
border: 1px solid #E43C38;
border-radius: 4px;
margin-top: 55px;
position: relative;
margin-left: 29px;
cursor: pointer;
transition: all .4s;
-webkit-transition: all .4s;
-moz-transition: all .4s;
}
.page03 ul li:hover{
     transform: scale(1.1);
}
.page03_cot ul li:nth-child(1){
  margin-left: 0;
}
.page03_cot ul li:nth-child(2){
  border: 1px solid #2053D0;
}
.page03_cot ul li span{
  display: inline-block;
  width: 64px;
height: 30px;
background: #E33B38;
border-radius: 8px;
line-height: 30px;
font-size: 20px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #FFFFFF;
text-align: center;
margin: 0 5px 0 20px;
}
.page03_cot ul li p i{
font-style:normal;
font-size: 20px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #333333;
}
.page03_cot ul li p i:hover{
color: #E33B38;

border-bottom: 1px solid  #E33B38;
}
.page03_cot ul li:nth-child(2) p span{
  background: #2053D0;
}
.page03_cot ul li:nth-child(2) p i:hover{
  color: #2053D0;
  border-bottom: 1px solid  #2053D0;
}
.page03 ul li ol{

  width: 80px;
  height: 208px;
  background: url(../images/page03_1.png)no-repeat center;
  float: left;
      text-align: center;
}
.page03_cot ul li:nth-child(2) ol{
    background: url(../images/page03_2.png)no-repeat center;
}
.page03 ul li ol h3{
font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 32px;
    margin-top: 63px;
}


.page03 ul li img{
  margin-top: 58px;
}
.page03 ul li p{
    text-align: justify;

    float: left;
    line-height: 24px;
    margin: 17px auto 0;
}

.page04{
margin: 60px auto 0;
max-width: 1920px;
height: 680px;
background: #F8F8F8;
}
.page04 .pagetit h3:after,.page02 .pagetit h3:after{
  background: url(../images/tit2.png)no-repeat center;
}
.page04 .pagetit h3:before,.page02 .pagetit h3:before{
  background: url(../images/tit3.png)no-repeat center;
}
.page04_cont{
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.page04 .pagetit{
  padding-top: 60px;
}
.page04 .law{
width: 522px;
height: 41px;
background: #FFFFFF;
border: 1px solid #EEEEEE;
margin: 40px auto 0;
}
.page04 .law li{
  width: 260px;
  height: 39px;
  float: left;
  text-align: center;
  cursor: pointer;

}

.page04 .law li p{
  font-size: 20px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #2053D0;
line-height: 39px;
}
.page04 .law li.law_time_active{
  background:  #2053D0;
}
.page04 .law li.law_time_active p{
  color: #fff;
}
.page04 .law_cont{
  
  position: absolute;
  opacity: 0;
transition: all .4s;
}
.page04 .law_cont.show{
  opacity: 1;
}
.page04 .law_cont ul li{
  float: left;
  background: #fff;
  height: 320px;
background: #FFFFFF;
margin-top: 29px;
box-shadow: 0px 6px 12px 0px rgba(131, 131, 131, 0.1);
border-radius: 4px;
}
.page04 .law_cont ul li:nth-child(1){
  width: 400px;
}
.page04 .law_cont ul li:nth-child(1) h3{
  font-size: 20px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #333333;
margin-left: 35px;
margin-top: 29px;
}
.page04 .law_cont ul li img{
margin: 24px auto 0;
    display: inherit;
}


.page04 .law_cont ul li:nth-child(2){
  width: 780px;
  margin-left: 20px;
}
.page04 .law_cont ul li h4{
  font-size: 20px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #333333;
margin-top: 29px;
margin-left: 28px;


}
.page04 .law_cont ul li table{
  width: 354px;
height: 192px;
margin-left: 28px;
float: left;

text-align: center;
margin-top: 38px;

    border-spacing: 0;
        border-radius: 8px;
    background: #fff;
    border:1px solid #eee;
    border-top: 0;
}
.page04 .law_cont ul li table tr th{
  background: #E33B38;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
} 
.page04 .law_cont ul li table tr th:nth-child(1){
  border-radius: 4px 0 0 0;
}
.page04 .law_cont ul li table tr th:nth-child(3){
  border-radius: 0px 4px 0 0;
}
.page04 .law_cont ul li table tr:nth-child(6) th{
   font-size: 18px;
      color: #333;
}
.page04 .law_cont ul li table tr td{
    font-size: 18px;
      color: #333;
}

.page04 .law_cont ul li table.page04_bd2 th{
  background: #2053D0;
}

.page04 .law_cont ul li table:nth-child(3){
  margin-left: 14px;
}
.page04 .law_cont ul li table tr th:nth-child(2){
   border-right: 1px solid #eaeaeb;
    border-left: 1px solid #eaeaeb;
}

.page04 .law_cont ul li table tr td:nth-child(2){
    border-right: 1px solid #eaeaeb;
    border-left: 1px solid #eaeaeb;
}
.page04 .law_cont ul li table tr:nth-child(2) td,.page04 .law_cont ul li table tr:nth-child(3) td,.page04 .law_cont ul li table tr:nth-child(4) td,.page04 .law_cont ul li table tr:nth-child(5) td{
      border-bottom: 1px solid #eaeaeb;
}
.page04 .page_btn{
  width: 340px;
height: 50px;
margin: 380px auto 0;
}
.page04 .page_btn h5{
  width: 340px;
height: 50px;
background: #2053D0;
border-radius: 25px;
text-align: center;
font-size: 24px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #FFFFFF;
line-height: 50px;
}
.page05{
  height: 875px;
  background:url(../images/page05_bg.jpg)no-repeat center;
  margin: 60px 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){
  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 #E33B38;
background: #fff;
border-radius: 10px;
float: left;
line-height: 41px;
text-align: center;
margin-top: 12px;
color: #E33B38;
font-size: 20px;
margin-left: 16px;
}
.page05 ul li h5:hover{
background: linear-gradient(90deg, #E33B38, #F25642);
color: #fff;
}
.page05 ul li h5:nth-child(5),.page05 ul li h5:nth-child(6){
  border: 1px dashed #2053D0;
  color: #2053D0;
}
.page05 ul li h5:nth-child(5):hover,.page05 ul li h5:nth-child(6):hover{
background: linear-gradient(90deg, #4371E3, #527FEF);
color: #fff;
}

.page05 .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom: 53px;
}
.page05 .swiper-pagination-bullet{
  background: #fff;
  opacity: 0.8;
}
.page05 .swiper-pagination-bullet-active{
  width: 30px;
background: #E33B38;
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: 282px;
height: 320px;
border-radius: 10px;
  margin-top: 50px;
  position: relative;
  cursor: pointer;
 background: url(../images/page09_1.png)no-repeat center;
  margin-left: 24px;
border-radius: 10px;
-webkit-transition: all .4s;
-moz-transition: all .4s;
transition: all .4s;
float: left;
}


.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(2){
  background: url(../images/page09_2.png)no-repeat center;
}
.page09 .page09_cont ul li:nth-child(3){
  background: url(../images/page09_3.png)no-repeat center;
}
.page09 .page09_cont ul li:nth-child(4){
  background: url(../images/page09_4.png)no-repeat center;
}
.page09 .page09_cont ul li:nth-child(1){
  margin-left: 0;
}

.page09 .page09_cont ul li h3{
  font-size: 24px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #FEFEFE;
line-height: 24px;
margin-left: 20px;
margin-top:30px;
}
.page09 .page09_cont ul li h2{
  font-size: 24px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #FFFFFF;
line-height: 32px;
margin-left: 20px;
margin-top: 16px;
}
.page09 .page09_cont ul li h2 span{
  font-size: 20px;
}
.page09 .page09_cont ul li p{
   font-size: 18px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #FFFFFF;
line-height: 24px;
margin-left: 20px;
margin-top: 14px;
}
.page09 .page09_cont ul li h5{
width: 220px;
height: 40px;
background: #FFFFFF;
border-radius: 20px;
line-height: 40px;
font-size: 20px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #2053D0;
font-family: Source Han Sans CN;
text-align: center;
margin-top: 30px;
margin-left: 20px;
}

.page09 .page09_cont ul li:nth-child(even) h5{
color: #E43C38;
}
.page07{
  margin: 60px auto 0;
height: 670px;
background: #F8F8F8;
}
.page07 .page07_cont{
  width: 1200px;
  margin: 10px auto 0;
}
.page07 .pagetit{
  padding-top: 60px;
}
.page07 .pagetit h3:after{
  background: url(../images/tit2.png)no-repeat center;
}
.page07 .pagetit h3:before{
  background: url(../images/tit3.png)no-repeat center;
}
.page07 ul li{
  float: left;
  width: 282px;
height: 190px;
background: #FFFFFF;
box-shadow: 0px 6px 24px 0px rgba(131, 131, 131, 0.2);
border-radius: 10px;
float: left;
margin-left: 24px;
margin-top: 60px;
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),.page07 ul li:nth-child(5){
  margin-left: 0;

}

.page07 ul li ol{
position: absolute;
    left: 0;
    top: -21px;
    background: url(../images/page07_1.png)no-repeat center;
    width: 282px;
    height: 52px;
}
.page07 ul li:nth-child(even) ol{
      background: url(../images/page07_2.png)no-repeat center;
}
.page07 ul li h3{
  font-size: 24px;
font-family: Source Han Sans CN;
font-weight: bold;
color: #FFFFFF;
    line-height: 50px;
}

.page07 ul li h2{
  font-size: 20px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #333333;
margin-top: 50px;
    line-height: 27px;
}
.page07 ul li h5{
  width: 203px;
height: 41px;
border: 1px dashed #F15441;
border-radius: 20px;
line-height: 40px;
font-size: 20px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #F15441;
margin:18px auto 0;
}
.page07 ul li h2:hover{
  color: #F15441;
}
.page07 ul li h5:hover{
  color: #fff;
  background: #F15441;
}
.page07 ul li:nth-child(even) h5{
  border: 1px dashed #2053D0;
  color: #2053D0;
}
.page07 ul li:nth-child(even) h5:hover{
  background:  #2053D0;
  color: #fff;
}
.page07 ul li:nth-child(even) h2:hover{
    color: #2053D0;
}
.page06{
  margin: 60px auto 0;
  width: 1200px;
}
.page06 ul li{
    width: 160px;
height: 180px;
background: #fff;
box-shadow: 0px 6px 12px 0px rgba(131, 131, 131, 0.1);
border-radius: 10px 10px 20px 10px;
float: left;
margin-left: 12px;
position: relative;
margin-top: 70px;
border: 1px solid #E5E5E5;
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);
background: linear-gradient(90deg,  #4371E3, #527FEF);
}
.page06 ul li:hover p{
  color: #fff;
}
.page06 ul li:nth-child(1){
  margin-left: 0;
}

.page06 ul li h2{
  width: 80px;
height: 80px;
background: #FFFFFF;
border: 1px dashed #EC4A3E;
border-radius: 50%;
position: absolute;
left: 50%;
margin-left: -40px;
top: -40px;
text-align: center;
line-height: 80px;
font-size: 36px;
font-family: Source Han Sans CN;
font-weight: 500;
color:#EC4A3E;

}

.page06 ul li p{
  width: 144px;
height: 73px;
font-size: 16px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #333333;
margin:55px auto 0;
text-align:justify;
}
.page10{
  width: 1200px;
  margin: 60px auto 0;
}

.page10 .page10_cont ul li{
width: 380px;
height: 180px;
float: left;
margin-top: 50px;
margin-left: 29px;
background: url(../images/page10_1.png)no-repeat center;
transition: all 0.6s;
border-radius: 10px;
cursor: pointer;
}
.page10 .page10_cont ul li:nth-child(2){
  background: url(../images/page10_2.png)no-repeat center;
}
.page10 .page10_cont ul li:nth-child(3){
  background: url(../images/page10_3.png)no-repeat center;
}
.page10 ul li:hover{
     transform: scale(1.1);
}

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

.page10 .page10_cont ul li p{
  width: 339px;
margin: 10px auto 0;
font-size: 18px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #FFFFFF;
text-align: justify;
line-height: 26px;
}

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



.page11{
  width: 1200px;
  margin: 60px auto 0;
border-radius: 8px;
}
.page11 .pagetit h3:after{
  background: url(../images/tit2.png)no-repeat center;
}
.page11 .pagetit h3:before{
  background: url(../images/tit3.png)no-repeat center;
}
.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: #2053D0;
  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: #2053D0;
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:#2053D0;}
.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(228, 60, 56, 0.1);
 
height: 1300px;

}
.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:#FF491F;
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:#FF491F;
    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:#FF491F;
    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: #FF491F;
    border-radius: 0px 0px 4px 4px;
    font-size: 18px;
    color: #fff;

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

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 #FF491F;
border-radius: 8px;
}
.page12 .environ-item h5{
width: 128px;
height: 36px;
background: #FF491F;
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: #FF491F;
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  #FF491F !important;
   color: #FF491F !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 #FF491F;
 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 #FF491F;
    border-left: 8px solid transparent;
}
.page12_cot2 .lsswiperly{
  display: none;
  position: relative;
}
.page12_cot2 .lsswiperly.show{
  display: block;
}
.page12_cot2 .lsWzhislide_tops .teacher_head{
    position: relative;

    background-color:rgba(255, 110, 0, 0.1);
    width: 210px;
    margin-top: 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: #FF491F;
    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:#FF491F;
  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: #FF491F;
  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 #FF491F;
}
.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: #FF491F;
    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: linear-gradient(90deg, #E33B38, #F25642);
}

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

.addr_wrap .pagetit h3{
  color: #fff;
}
.addr_wrap .pagetit h3:after{
  background: url(../images/tit4.png)no-repeat center;
}
.addr_wrap .pagetit h3:before{
  background: url(../images/tit5.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:#FF491F;
}
.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;
}