.hide {
  display: none;
}
@font-face {
  font-family: zihun143hao;
  src: url(../font/zihun100hao.ttf);
 }
.fontZihun {
  font-family: zihun100hao ;
 }
p,h2,h3,h4,h5,h6,span{
  font-family:'PingFang SC',"Source Han Sans CN" !important;
}

header {
  overflow: hidden;
  width: 100%;
  background: #333333; 
  height: 28px;
}
.kaoyan .ky_item:last-child{
	padding-bottom: 60px;
	margin-bottom: 0;
}
.clear{
  clear: both;
}
.slide_cg .fir_list li:last-child::after{
	display: none;
}

.set {
  position:relative;
  font-weight:400;
  text-align:center;
  width:200px;
  /* change the width of canvas*/
  height:58px;
  /* change the height of canvas*/
  line-height:200px;
  overflow:hidden;
  position:relative;
  z-index:0;
  color:#000000;
  /* tetx color*/
  background:#fafafa;
  /* backgroud color*/
  cursor:pointer;
  /* background-image:url("http://www.jq22.com/img/cs/500x500-1.png");
  put the backgroud image here*/
}
.anim {
  -moz-transform:translateY(-50%) translateX(-50%);
  -ms-transform:translateY(-50%) translateX(-50%);
  -webkit-transform:translateY(-50%) translateX(-50%);
  transform:translateY(-50%) translateX(-50%);
  position:absolute;
  top:50%;
  left:50%;
  z-index:-1;
}
.anim:before {
  position:relative;
  content:'';
  display:block;
  margin-top:100%;
  background:#6CB1FF;
}
.anim:after {
  content:'';
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  border-radius:50%;
}
.hoverable:hover > .anim:after {
  -webkit-animation:anim-out-pseudo 0.75s;
  animation:anim-out-pseudo 0.75s;
}
.set:hover > .anim {
  -webkit-animation:anim-out 0.75s;
  animation:anim-out 0.75s;
}
@-webkit-keyframes anim-out-pseudo {
  0% {
  background:rgba(255,255,255,0.7);
  /*ripple color and tranparent*/
}
100% {
  background:transparent;
}
}@-webkit-keyframes anim-out {
  0% {
  width:0%;
}
100% {
  width:100%;
}
}


.bg3:hover > .anim:after {
  animation-name: pagereded;
  animation-duration:0.75s;
  -webkit-animation-duration:0.75s;
}
@-webkit-keyframes pagereded {
  0% {
  background:rgba(204,51,51,0.6);
  /*ripple color and tranparent*/
}
100% {
  background:transparent;
}
}@-webkit-keyframes pagered-out{
  0% {
  width:0%;
}
100% {
  width:100%;
}
}


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


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



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

.bg7:hover > .anim:after {
  animation-name: pageredede;
  animation-duration:0.75s;
  -webkit-animation-duration:0.75s;
}
@-webkit-keyframes pageredede {
  0% {
  background:rgba(59, 141, 248,0.4);
  /*ripple color and tranparent*/
}
100% {
  background:transparent;
}
}@-webkit-keyframes pagered-out{
  0% {
  width:0%;
}
100% {
  width:100%;
}
}
header .mid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .mid p {
  font-size: 14px;
  color: #fff;
}
header .mid div {
  overflow: hidden;
  display: flex;
  align-items: center;
  height: 100%;
}
header .mid div span {
  display: block;
  font-size: 14px;
  color: #fff;
  margin-left: 6px;
}
.mid {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}

.header {
  /*overflow: hidden;*/
  width: 100%;
  background: #fff;
}
.header .mid {
  /*display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;*/
}
/*.header .mid ul {
  overflow: hidden;
  height: 100%;
  display: flex;
  align-items: center;
}
.header .mid ul li {
  font-size: 16px;
  line-height: 35px;
  color: #333333;
  margin-left: 25px;
  border-bottom: 3px solid #fff;
}
.header .mid ul li a {
  color: #333333;
}
.header .mid ul li:hover {
  border-bottom: 3px solid #CC3333;
  transition: all .3s;
}
.header .mid ul li.on {
  border-bottom: 3px solid #CC3333;
}*/

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

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

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

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

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

    margin-top: 7px;
} 

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


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

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

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

}

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

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



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

    padding: 0 6px 0 0px;
}
.pagetit h3 span {
  color:rgba(249, 138, 48, 1);
    font-weight: bold;
    position: relative;
    display: inline-block;
}


.pagetit h3:after {
  width: 44px;
    height: 28px;
    background:url(../images/tit2.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    content: '';
    left: -60px;
    bottom: 2px;
    z-index: -1;
}
.pagetit h3:before {
  width: 44px;
    height: 28px;
    background:url(../images/tit1.png) no-repeat center;
    background-size: 100%;
    position: absolute;
    content: '';
    right: -60px;
    bottom: 2px;
    z-index: -1;
}

.page_bg{
  width: 395px;
  height: 61px;
  margin:45px auto 0;
  position: relative;
  z-index: 2;
}
.page_bg:after{
    position: absolute;
    left: 95px;
    top: -9px;
    content: "GOLDEN";
    font-size: 44px;
    font-weight: bold;
    color: rgba(220, 220, 220, 0.4);
    line-height: 28px;
    z-index: -1;
}
.page_bg:before{
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 395px;
    height: 29px;
    background: url(../images/pagebg.png)no-repeat center;
    z-index: -1;
}

.banner_box {

  width: 1200px;
  margin: 60px auto 0;
  width: 1200px;
height: 278px;
background: #FFFFFF;
box-shadow: 0px 11px 29px 0px rgba(238, 118, 36, 0.1);
border-radius: 40px;
position: relative;
border: 3px solid #F98A30;
}
.count-time-text span{
  display: block;
  margin: 23px auto 0;
 width: 294px;
height: 44px;
background: #F98A30;
border-radius: 20px;
line-height: 44px;
font-size: 24px;
font-family: Source Han Sans CN;
font-weight: bold;
text-align: center;
color: #FFFFFF;
position: relative;
}
.count-time-text span:after{
    position: absolute;
    width: 30px;
    height: 2px;
    background: url(../images/page01_7.png) no-repeat center;
    background-size: 100%;
    left: 8px;
    top: 21px;
    content: '';
}
.count-time-text span:before{
    position: absolute;
    width: 30px;
    height: 2px;
    background: url(../images/page01_8.png) no-repeat center;
    background-size: 100%;
    right: 8px;
    top: 21px;
    content: '';
}
.disparity-ps img{
 margin: 40px auto 0;
 display: block;
}
.ct-box ul {
  width: 624px;
  margin: 0 auto 0;
}
.ct-box ul li{
  float: left;

    margin-left: 40px;
    position: relative;
}


.ct-box ul li i{
  width: 80px;
height: 84px;
border: 1px solid #F98A30;
border-radius: 6px;
font-size: 36px;
font-family: Source Han Sans CN;
font-weight: bold;
color: #F98A30;
text-align: center;
line-height: 84px;
font-style: normal;
    display: inline-block;
        box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.1);
}
.ct-box ul li span{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    line-height: 18px;
    position: relative;
    top: -5px;
    margin-left: 10px;
}
.page02 .page_bg h3{
color: #fff;

}

.page02 .page_bg p{
color: #fff;

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

}
.page_bg p{
  font-size: 20px;
margin-left: 16px;
float: left;
font-weight: 500;
color: #F98A30;
line-height: 28px;
}
.page01 {
  width: 1200px;
 margin: 60px auto 0;
}

.page01 ul li{
  float: left;
width: 278px;
height: 160px;
background: #FFFFFF;
box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.08);
border-radius: 12px;
cursor: pointer;
margin-top: 90px;
       cursor: pointer;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    position: relative;
    margin-left: 29px;
    text-align: center;

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

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


.page01 ul li ol{position: relative;
top: -40px;
left: 4px;
}

.page01 ul li h3{
  font-size: 24px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #333333;
position: relative;
top: -40px;
line-height: 40px;
}
.page01 ul li p{
  font-size: 22px;
font-family: Source Han Sans CN;
font-weight: 500;
color:rgba(102, 102, 102, 1);
line-height: 40px;
position: relative;
top: -42px;
}
.page01 ul li h3:hover,.page01 ul li p:hover{
  color: #F89A2C;
}
.page01 ul li:nth-child(2) h3:hover,.page01 ul li:nth-child(2) p:hover{
  color: #13b2f5;
}

.page01 ul li:nth-child(3) h3:hover,.page01 ul li:nth-child(3) p:hover{
  color:#f3b123;
}
.page01 ul li:nth-child(4) h3:hover,.page01 ul li:nth-child(4) p:hover{
  color: #0dd89f;
}
.page02{
margin: 60px auto 0;
 width: 1200px;
}

.page02 .page02_cot1{
  width: 1200px;
  margin: 18px auto 0;
}
.page02 .page02_cot1 ul li{
  float: left;
width: 380px;
height: 188px;
background:url(../images/page02_01.png) no-repeat center;
box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.08);
border-radius: 10px;
margin-left: 26px;
       cursor: pointer;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    position: relative;
  position: relative;
  margin-top: 28px;


}

.page02 .page02_cot1 ul li:nth-child(1),.page02 .page02_cot1 ul li:nth-child(4),.page02 .page02_cot1 ul li:nth-child(7){
  margin-left: 0;
}
.page02 .page02_cot1 ul li:nth-child(2),.page02 .page02_cot1 ul li:nth-child(5),.page02 .page02_cot1 ul li:nth-child(8){
background:url(../images/page02_02.png) no-repeat center;
}
.page02 .page02_cot1 ul li:nth-child(3),.page02 .page02_cot1 ul li:nth-child(6),.page02 .page02_cot1 ul li:nth-child(9){
background:url(../images/page02_03.png) no-repeat center;
}
.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 ol h2{
  font-size: 26px;
font-family: Source Han Sans CN;
font-weight: 500;
color:#333333;
line-height: 36px;
margin-left:70px;
margin-top: 20px;
position: relative;
}
.page02 ul li ol h2:after{
  position: absolute;
  content: '';
}


.page02 ul li:nth-child(1) ol h2:after{
    background: url(../images/page02_1.png) no-repeat center;
    background-size: 100%;
    width: 34px;
    height: 36px;
    left: -56px;
    top: 0;

}

.page02 ul li:nth-child(2) ol h2:after{
    background: url(../images/page02_2.png) no-repeat center;
    background-size: 100%;
    width: 32px;
    height: 36px;
    left: -56px;
    top: 0;

}


.page02 ul li:nth-child(3) ol h2:after{
    background: url(../images/page02_3.png) no-repeat center;
    background-size: 100%;
    width: 32px;
    height: 36px;
    left: -56px;
    top: 0;

}
.page02 ul li:nth-child(4) ol h2:after{
    background: url(../images/page02_4.png) no-repeat center;
    background-size: 100%;
    width: 32px;
    height: 36px;
    left: -56px;
    top: 0;

}
.page02 ul li:nth-child(5) ol h2:after{
    background: url(../images/page02_5.png) no-repeat center;
    background-size: 100%;
    width: 32px;
    height: 36px;
    left: -56px;
    top: 0;

}
.page02 ul li:nth-child(6) ol h2:after{
    background: url(../images/page02_6.png) no-repeat center;
    background-size: 100%;
    width: 32px;
    height: 36px;
    left: -56px;
    top: 0;

}
.page02 ul li:nth-child(7) ol h2:after{
    background: url(../images/page02_7.png) no-repeat center;
    background-size: 100%;
    width: 32px;
    height: 36px;
    left: -56px;
    top: 0;

}
.page02 ul li:nth-child(8) ol h2:after{
    background: url(../images/page02_8.png) no-repeat center;
    background-size: 100%;
    width: 32px;
    height: 36px;
    left: -56px;
    top: 0;

}
.page02 ul li:nth-child(9) ol h2:after{
    background: url(../images/page02_9.png) no-repeat center;
    background-size: 100%;
    width: 32px;
    height: 36px;
    left: -56px;
    top: 0;

}
.page02 ul li p{
  width: 351px;
height: 55px;
font-size: 20px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #333333;
line-height: 36px;
text-align: justify;
margin: 6px auto 0;
}
.page02 ul li p span{
    display: inline-block;
    background: #ef2e1e;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    padding: 0 4px;
    position: relative;
    top: -2px;
}
.page02 ul li p:hover{
  color: #F89C2E;
}
.page02 ul li h2:hover{
  color: #F89C2E;
}

.page02 .page02_cot1 ul li:nth-child(2) p:hover,.page02 .page02_cot1 ul li:nth-child(5) p:hover,.page02 .page02_cot1 ul li:nth-child(8) p:hover{
color: #5e8fff;
}
.page02 .page02_cot1 ul li:nth-child(2) h2:hover,.page02 .page02_cot1 ul li:nth-child(5) h2:hover,.page02 .page02_cot1 ul li:nth-child(8) h2:hover{
color: #5e8fff;
}
.page02 .page02_cot1 ul li:nth-child(3) p:hover,.page02 .page02_cot1 ul li:nth-child(6) p:hover,.page02 .page02_cot1 ul li:nth-child(9) p:hover{
color:  #ef2e1e;
}
.page02 .page02_cot1 ul li:nth-child(3) h2:hover,.page02 .page02_cot1 ul li:nth-child(6) h2:hover,.page02 .page02_cot1 ul li:nth-child(9) h2:hover{
color: #ef2e1e;
}
.page03 {
height: 478px;
margin: 60px auto 0;
background: url(../images/page03_bg.jpg) no-repeat center;
}

.page03 .pagetit{
  padding-top: 60px;
}
.page03 .pagetit h3{
  color: #fff;
}
.page03 .page03_cont{
  width: 1200px;
  margin: 10px auto 0;
}
.page03 ul li{
width: 585px;
height: 286px;
border-radius: 20px;
    float: left;
    position: relative;
    margin-left:30px;
    margin-top:30px;
    text-align: center;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    position: relative;
    cursor: pointer;
   background: url(../images/page03_1.png) no-repeat center;
}
.page03 ul li:nth-child(2){
   background: url(../images/page03_2.png) no-repeat center;
}
.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:nth-child(1){
  margin-left: 0;
}

.page03 ul li h2{
  font-size: 28px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #FFFFFF;
line-height: 36px;
text-align: center;
margin-top: 16px;
}


.page03 ul li p{
  font-size: 24px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #333333;
line-height: 36px;
text-align: center;
margin-top:45px;
}




.page03_cont h5{
width: 245px;
height: 46px;

border-radius:10px;
line-height: 44px;
font-size: 24px;
font-family: Source Han Sans CN;
font-weight:bold;
color: #fff;
background: linear-gradient(180deg, #97BCFF, #3E6EEC);
margin: 20px auto 0;
border-radius: 23px;
padding-left: 15px;
}
.page03_cont h5:before{
    position: absolute;
    left: 37px;
    top: 10px;
    width: 28px;
    height: 23px;
    background: url(../images/page08_tit.png) no-repeat center;
    background-size: 100%;
    content: '';
}
.page03 ul li:nth-child(2) h5{
  background: linear-gradient(180deg, #FFCB53, #F98A30);
}

.page03_cont h5:after{
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  background: url(../images/btn_dh.png) no-repeat 50%;
  background-size: cover;
  content: " ";
  height: 100%;
  width: 38%;
  -webkit-animation: yidong 2s infinite 1s;
  animation: yidong 2s infinite 1s;
}
@-webkit-keyframes yidong {
  100% {
    left: 200%;
  }
}
@keyframes yidong {
  100% {
    left: 200%;
  }
}

.page03 ul li p:hover{
 color: #4070EC; 
}
.page03 ul li:nth-child(2) p:hover{
  color: #FB9F3B;
}


.page04{
margin: 60px auto 0;
width: 1200px;
}
.page04 .page04_cont{
  margin-top: 10px;
}
.page04 .page04_cont ul li{

position: relative;
  float: right;
cursor: pointer;
  margin-top: 40px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    position: relative;
 
}
.page04 .page04_cont ul li div{
  width: 1059px;
height: 85px;
background: #FFFFFF;
box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.08);
}
.page04 ul li:hover{
      transform: scale(1.1);

}
.page04 ul li:hover ol{
   z-index: -1;
}
.page04 ul li:hover ol img{
     z-index: -1;
}
.page04 ul li ol{
  position: absolute;
 z-index: -1;
 bottom: 0px;
 width: 163px;
 height: 94px;
 left: -139px;
}


.page04 ul li ol img{
    z-index: -1;

}

.page04 ul li p{
  font-size: 24px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #333333;
line-height: 36px;
padding-top: 23px;
margin-left: 60px;
}

.page04 ul li p:hover{
  color:  #FBB13E;
}
.page04 ul li:nth-child(even) p:hover{
  color: #5E8FFF;
}
.page05{
  
  margin:60px auto 0;
  height:804px;
  background: url(../images/page05_bg.jpg) no-repeat center;

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

}
.page05 .pagetit h3{
color: #fff;

}


.page05_cont {
  width: 1200px;
  margin: 0 auto 0;
}
.page05_cont ul{
  margin-top: 18px;
}
.page05_cont ul li{
width: 585px;
height: 285px;
background: #4D7FFF;
box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.08);
border-radius: 30px 20px 30px 0px;
float: left;
margin-left: 30px;
cursor: pointer;
margin-top: 30px;
position: relative;
}


.page05_cont ul li:nth-child(odd){
  margin-left: 0;
}

.page05_cont ul li ol{
  float: right;
  width: 470px;
height: 285px;
background: #FFFFFF;
box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.08);
border-radius: 20px;

}

.page05_cont ul li img{
  margin-top: 108px;
    margin-left: 15px;
}
.page05_cont ul li:nth-child(2) img{
   margin-left: 2px;
}


.page05_cont ul li h2{
  width: 133px;
height: 35px;
background: #4D7FFF;
border-radius:0  20px 20px 0;
text-align: center;
line-height: 35px;
font-size: 24px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #FFFFFF;
line-height: 36px;
padding-left: 10px;
margin-top: 10px;
position: relative;
}

.page05_cont ul li h2:after{
  position: absolute;
  width: 4px;
height: 21px;
background: #FFFFFF;
border-radius: 2px;
    left: 13px;
    top: 7px;
content: '';

}

.page05_cont ul li p{
    width: 432px;
font-size: 18px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #333333;
line-height: 30px;
position: relative;
margin-left: 28px;
}
.page05_cont ul li ol p:nth-child(2){
  margin-top: 10px;
}

.page05_cont ul li p:after{
  position: absolute;
left: -15px;
    top: 13px;
  width: 4px;
height: 4px;
background: #319CFF;
border-radius: 50%;
content: '';

}
.page05_cont ul li:nth-child(even){
 background: #FDB547;
box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.08);
}

.page05_cont ul li:nth-child(even) ol h2{
 background: #FDB547;
}


.page05_cont ul li:nth-child(even) p:after{
 background: #FDB547;
}
.page05_cont ul li p:hover{
color: #4A7BF7;
}
.page05_cont ul li:nth-child(even) p:hover{
color: #FDB547;
}

.page05_cont ul li h5{
  width: 158px;
height: 40px;
background: #FFFFFF;
border: 1px solid #4D7FFF;
border-radius: 21px;
position: absolute;
right: 10px;
bottom: 12px;
font-size: 24px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #4A7BF7;
line-height: 40px;
}
.page05_cont ul li h5:hover{
  background: linear-gradient(180deg, #97BCFF, #3E6EEC);
  color: #fff;
  border:0;
}

.page05_cont ul li:nth-child(even) h5{
  border: 1px solid #FDB547;
  color: #FDB547;
}
.page05_cont ul li:nth-child(even) h5:hover{
  border:0;
  color: #Fff;
  background: linear-gradient(180deg, #FFC367, #FDB547);
}


.page05_cont ul li h3{
      float: left;
    text-align: center;
    margin-left: 5px;
    line-height: 31px;
    font-size: 26px;
    font-weight: bold;
    margin-top: 124px;
    color: #fff;
    text-shadow: yellow;
    text-shadow: 2px 2px #5f5f5fb8;
       width: 104px;
}

.page06{
  margin: 60px auto 0;
  width: 1200px;
}

.page06 ul li{
  float: left;
  width: 278px;
height: 430px;
background: #FFFFFF;
box-shadow: 0px 6px 14px 0px rgba(0,0,0,0.12);
border-radius: 20px;
margin-left: 29px;
margin-top: 50px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    position: relative;
    cursor: pointer;

}



.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: 278px;
  height: 129px;
  background: url(../images/page06_1.png) no-repeat center;
  background-size: 100%;
  padding-top: 1px;
}

.page06 ul li:nth-child(2) ol{
   background: url(../images/page06_2.png) no-repeat center;
  background-size: 100%;
} 
.page06 ul li:nth-child(3) ol{
   background: url(../images/page06_3.png) no-repeat center;
  background-size: 100%;
} 
.page06 ul li:nth-child(4) ol{
   background: url(../images/page06_4.png) no-repeat center;
  background-size: 100%;
} 
.page06 ul li h3{
  font-size: 28px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #FFFFFF;
line-height: 58px;
margin-left: 108px;
margin-top: 14px;
}

.page06 ul li h4{
  font-size: 20px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #FFFFFF;
line-height: 23px;
padding: 2px 10px;
background: #F36D00;
border-radius: 15px;
display: inline-block;
margin-left: 108px;
margin-top: 5px;
}


.page06 ul li p{
  width: 230px;
font-size: 18px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #666666;
line-height: 30px;
text-align: justify;
position: relative;
margin: 8px auto 0;
padding-left: 12px;
}
.page06 ul li p:nth-child(2){
  margin-top: 16px;
}


.page06 ul li p:after{
  position: absolute;
     left: -4px;
    top: 9.5px;
  width: 11px;
  height: 11px;
  background: url(../images/page06_tit.png) no-repeat center;
  background-size: 100%;
  content: '';
}
.page06 ul li p:hover{
  color:  #FF8A2B;
}
.page06 ul li h5{
  width: 190px;
height: 44px;
background: linear-gradient(180deg, #97BCFF, #3E6EEC);
border-radius: 22px;
position: absolute;
left: 50%;
margin-left: -95px;
bottom: 30px;
line-height: 44px;
text-align: center;
font-size: 24px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #FFFFFF;
}
.page07{
  width: 1200px;
  margin:60px auto 0;
}

.page07 ul li{
  float: left;
  margin-top: 50px;
  margin-left: 28px;
  transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    position: relative;
    cursor: pointer;
    border-radius: 10px;
    cursor: pointer;
}
.page07 ul li:nth-child(1){
  margin-left: 0;
}
.page07 ul li:hover{
      transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
}





.page08{
  
  margin:60px auto 0;
  height:476px;
  background: url(../images/page08_bg.jpg) no-repeat center;

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

}
.page08 .pagetit h3{
color: #fff;

}

.page08_cont {
  width: 1200px;
  margin: 0 auto 0;
}
.page08_cont ul{
  margin-top: 18px;
}
.page08_cont ul li{
  width:375px;
  float: left;
     margin-left: 129px;
margin-top: 20px;
}
.page08_cont ul li input{
  width: 375px;
    height: 50px;
    border: 1px solid #EEEEEE;
    border-radius: 8px;
    padding-left: 30px;
    font-size: 18px;

}
.page08_cont ul li input:focus

{

outline:none;

}
.page08_cont ul li p{
  font-size: 20px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #FEFEFE;
line-height: 24px;
    padding-bottom: 6px;
}
.page08_cont .Experi_menubtns {
        margin: 46px auto 0;
        text-align: center;
}
.page08_cont .Experi_menubtns .btn {
    border: 0;
background: linear-gradient(180deg, #FF9546, #FE6500);
    padding: 0;
    border-radius: 28px; 
       width: 409px;
height: 55px;
    

  
}
.page08_cont .Experi_menubtns .btn h5{
text-align: center;
    border-radius: 28px;
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
    height: 55px;
    margin: 0 auto;
    line-height: 55px;
    background: linear-gradient(180deg, #FF9546, #FE6500);
    padding-left: 35px;
    position: relative;
}


.page08_cont .Experi_menubtns .btn h5:after{
  position: absolute;
     left: 30px;
    top: 15px;
  width: 28px;
  height: 23px;
  background: url(../images/page08_tit.png) no-repeat center;
  background-size: 100%;
  content: '';
}
.scholarship_wrap .clearfix{
  margin-top:40px;
}
.addr_main .pagetit{
  color: #fff;
  padding-top: 0px;
}
.addr_wrap .pagetit h3:before{
 display: none;

}
.addr_wrap .pagetit h3:after {
 display: none;
}
.footers{
	overflow: hidden;
	padding: 40px 0 195px 0;
	background: #333333;
}
.footers .top{
	overflow: hidden;
	display: flex;
	margin-bottom: 20px;
	align-items: center;
	justify-content: center;
}
.footers .top img{

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



@charset "utf-8";

.addr_wrap {
    width: 100%; 
 
background: #F98A30;
    margin-top:0px;
}
.addr_wrap  .pagetit h3 p{
  color: #fff;
}
.addr_wrap .pagetit h3 span.left {
    background: url(../images/icon_26.png) no-repeat;
    right: 100%;
}
.addr_wrap .pagetit h3 span.right {
    background: url(../images/icon_28.png) no-repeat;
    right: 100%;
}
.addr_main {
    padding: 60px 0 1px;
}

.data-grid{
    width:1200px;
    height: 660px;
    position: relative;
    overflow: hidden;
    margin:40px auto 26px;
    font-size: 14px;
    color:#444;
    border-radius: 12px;
    box-sizing: border-box;
}
.data-view{
    width: 1200px;
    position: absolute;
    overflow: hidden;
    top: 0px;
    right: 0px;
}
.grid-head{
    width: 1200px;
    height: 54px;
    border-color: #F98A30;
    overflow: hidden;
    cursor: default;
    border-width: 0px 0px 1px;
    border-style: solid;
    background-color:#fff;
}
.grid-head .datagrid-cell{
  line-height: 54px;
}

.grid-head-inner{
    display: block;
    float: left;
}
.grid-foot{
    width: 1200px;
    height: 20px;
    border-color: #F98A30;
    overflow: hidden;
    cursor: default;
    border-radius: 0 0 12px 12px;

    background-color:#fff;
}
.grid-foot-inner{
    display: block;
    float: left;
}
.data-table{
    height: 54px;
    border-collapse: separate;
    display: block;
}
.data-table-row{
    height: 54px;
        display: block;
}
.grid-head-inner tbody{
  height: 54px;
      display: block;
}

.data-table-row td div{
  text-align: center;
font-size: 24px;
font-weight: bold;
color:  #F98A30;
}
.data-table td{
    border-color: #fff;
    border-style: dotted;
    margin: 0px;
    padding: 0px;
    line-height: 54px;
    display: inline-block;
}
.datagrid-cell{
    margin: 0px;
    padding: 0px 4px;
    white-space: nowrap;
    word-wrap: normal;
    height: 54px;
    position:relative;
    line-height:54px;
    font-size: 12px;
    border:0;
}

.grid-body .datagrid-cell{
  line-height: 40px;
  height: 40px;
}
.datagrid-btable .datate td{
  border-top: 0;
}

.grid-head .datagrid-cell.cell-c3{
  padding:0;
}
.grid-head .datagrid-cell.cell-c2:before{
 left:-3px;
  height: 54px;
  color: #cc3333;
  background:  #F98A30;
  position: absolute;
  top: 0;
  width: 1px;
  content: '';
} 
.grid-head .datagrid-cell.cell-c2:after{
 right:1px;
  height:54px;
  color: #F98A30;
  background: #F98A30;
  position: absolute;
  top: 0;
  width: 1px;
  content: '';
} 
.cell-c1{
    width:174px;
    height:auto;

font-size: 20px;
font-weight: 500;
color: #FFFFFF;
text-align: center;
}
.cell-c2{
    width:206px;
    height:auto;
    text-align: center;
font-size: 18px;
font-weight: 400;
color: #FFFFFF;
}
.cell-c3{
    width:802px;
    height:auto;
padding-left: 32px;
font-size: 16px;
font-weight: 400;
color: #FFFFFF;
    text-align: left;
}

.grid-body{
    width:1200px;
    height: 548px;
    overflow-x: hidden;
    margin: 0px;

    padding: 0px;
}
.grid-body .grid_body1{
  border-left: 1px solid #fff;
}
.datagrid-btable{
border-collapse: collapse;
    background:  #F98A30;
}

.datagrid-btable tr td{
   border:1px solid #fff;
   border-collapse: collapse;
    margin: 0px;
    padding: 0px;
}
.fixed-signup .mid {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}
.fixed-signup{ position: fixed; bottom: 0; left: 0; z-index: 999999; width: 100%; height: 125px;
  background:url(../images/bg_bg.jpg) no-repeat center;}
.fixed-signup .fs-tips{
    position: absolute;
    float: left;
    width: 156px;
    height: 72px;
    line-height: 24px;
    text-align: center;
    top: -40px;
}
 .fixed-signup  .fs-price a{
display: inline-block;
  width: 166px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 18px;
    background: url(../images/bg_1.png) no-repeat center;
    background-size: 100%;
    margin-left:50px;
}
.fixed-signup ul{
  position: relative;
}
.fixed-signup .fs-bt{
    position: absolute;
left: 334px;
    top: -9px;
}
.fixed-signup .fs-bt h2{
font-size: 32px;
    color: #fff;
    letter-spacing: 2px;
    text-shadow: #00000070 1px 1px 5px;
    font-weight: 600;
        font-family: zihun100hao !important;
}

.fixed-signup .fs-form li.fs-price a:nth-child(1),.fixed-signup .fs-form li.fs-price a:nth-child(4){
margin-left: 122px;
}
.fixed-signup .fs-form li.fs-price a:nth-child(4),.fixed-signup .fs-form li.fs-price a:nth-child(5),.fixed-signup .fs-form li.fs-price a:nth-child(6){
margin-top: 6px;
}

.fixed-signup .fs-form li.bg_btn{
  position: absolute;
  right: 0;
  top: 42px;
  background: url(../images/bg_2.png) no-repeat center;
  background-size: 100%;
  width: 204px;
  height: 68px;
  cursor: pointer;
  overflow: hidden;
      border-radius: 27px 27px 32px 32px;

}

.fixed-signup .fs-form li.bg_btn:after{
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  background: url(../images/btn_dh.png) no-repeat 50%;
  background-size: cover;
  content: " ";
     height: 87%;
  width: 38%;
  -webkit-animation: yidong 2s infinite 1s;
  animation: yidong 2s infinite 1s;
}
@-webkit-keyframes yidong {
  100% {
    left: 200%;
  }
}
@keyframes yidong {
  100% {
    left: 200%;
  }
}
.fixed-signup .fs-form li.bg_btn p{
  text-align: center;
  line-height: 59px;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
      padding-right: 16px;
}
.fixed-signup .fs-form{ float: right; width: 1055px;}
.fixed-signup .fs-form li{ float: right;  
   
       margin-top: 16px;}
.fixed-signup .fs-form li.fs-price,.fixed-signup .fs-form li.fs-isRead{
    float: right;
    position: relative;
    top: -36px;
    right: 124px;}
.fixed-signup .fs-form li input{ display: block; margin: 0; padding: 0; border: 0; outline: none}
.fixed-signup .fs-form li.ipt input{   width: 165px;
    height: 36px;
    padding: 0 10px;
    font-size: 16px;
    border-radius: 12px;
} 
.fixed-signup .fs-form li.phone{
    margin-right: 77px;
}
.fixed-signup .fs-form li.name{        margin-right: 8px;}
.fixed-signup .fs-form li.submit{    position: relative;
       top: -20px;
    right: 77px;}
.fixed-signup .fs-form li.submit input{
width: 378px;
    height: 40px;
    background: #eeeeee;
    font-size: 20px;
    color: #999;
    line-height: 42px;
    text-align: center;
    margin-top: 12px;
    cursor: pointer;
    font-weight: 500;
    border-radius: 12px;}
.fixed-signup .fs-form li.fs-price{height: 86px;
    padding-top: 3px;
    font-size: 17px;
    color: #FFF;
    line-height: 39px;
    float: left;
    width: 80%;
    margin-left: 18px;
    margin-top: 59px;
    position: relative;
    left: 2px;
    top: -5px;}
    
.fixed-signup .fs-form li.fs-price i,.fixed-signup .fs-form li.fs-price span{ font-size: 22px; color: #fff}
.fixed-signup .fs-form li.fs-price i{ font-style: normal; text-decoration: line-through}
.fixed-signup .fs-form li.fs-isRead input{ position: absolute; display: none;}
.fixed-signup .fs-form li.fs-isRead label{    position: relative;
    display: block;
    float: left;
    padding-left: 22px;
    font-size: 14px;
    color: #FFF;
    line-height: 30px;
    top: -1px;
    vertical-align: middle;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(240,240,240,0);}
.fixed-signup .fs-form li.fs-isRead label:before{ position: absolute; display: inline-block; top:8px; left:0; width: 12px; height: 12px; border:solid 1px #FFF; background: none; content: ''}
.fixed-signup .fs-form li.fs-isRead label:after{
 position: absolute; display:block ; top: 6px; left: 0; width: 18px; height: 16px; background: url(../images/fs-isRead-icon.png) no-repeat; content: ""}
.fixed-signup .fs-form li.fs-isRead input:checked + label:after{ display: none}
.fixed-signup .fs-form li.fs-isRead label a{ color: #ffde00}

.submit_w1 {
  width: 378px;
    height: 40px;
    position: absolute;
    bottom: 0;
    left: 0;
}

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

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

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

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

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


.addr_jxj{
  margin:60px auto 30px;
  width: 1200px;
}

.addr_jxj table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
    margin-top: 30px;
    background: #FFFFFF;
   box-shadow: 0px 6px 20px 0px #EEEEEE;
        border-radius: 12px;
    position: relative;
}
.addr_txt{
  text-align: center;
  font-size: 16px;
  color: #333;
  margin-top: 20px;
  margin-bottom: 30px;
  
}

.addr_jxj table{
  text-align: center;
}

.addr_jxj table tr:nth-child(1) {
    background:  #F98A30;
    border-radius: 12px 12px 0px 0px;
    width: 1200px;
    height: 60px;
}

.addr_jxj table tr:nth-child(1) td {
    border-radius: 12px 0 0px 0px;
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
     border-right: 0;
    border-top: 0;
}
.addr_jxj table:before {
    position: absolute;
    right: 0px;
    content: '';
    top: 59px;
    height: 266x;
    width: 1px;
    background: #F98A30;;
}
 .addr_jxj table:after {
    position: absolute;
    left: 1px;
    content: '';
    top: 59px;
    height: 266px;
    width: 1px;
    background:  #F98A30;
}
.addr_jxj table tr:nth-child(1) td:nth-child(2){
      border-radius: 0 12px 0px 0px;
}

.addr_jxj table tr:nth-child(2) td {
    font-size: 20px;
    font-weight: 550;
    color: #333333;
    line-height: 30px;
}


.addr_jxj table td{
      border: 1px solid #EEEEEE;
font-size: 20px;

    font-weight: 450;
    color: #333333;
    line-height: 30px;
}


.addr_jxj table td.addr_wet{
  color: #F98A30;
}

.addr_jxj .last_td {
    padding: 16px 0;
    background:  #F98A30;
    border: none !important;
    border-radius: 0 0 12px 12px;
}

.addr_jxj .addr_text{
      margin-top: 23px;
    font-size: 16px;
    text-align: left;
    color: #666;
    padding: 0 20px;
}

.addr_jxj .addr_text h3{
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
}
.addr_jxj .addr_text p{
  font-size: 16px;
  line-height: 30px;
}
.addr_jxj .addr_text p span{
  color:#F98A30;
}
.addr_jxj .addr_text i{
  font-weight: bold;
      font-style: inherit;
}

.addr_text1{
  padding-bottom: 20px;
}

.addr_jxj1{
  margin: 20px auto;
  width: 1200px;
}

.addr_jxj1 p{
  font-size: 16px;
  color: #333;
}
.addr_jxj1 table{
  text-align: center;
  width: 1200px;
  border-collapse: separate;
    border-spacing: 0;
}
.addr_jxj1 table tr td:nth-child(1){
      border-radius: 12px 0 0px 0px;
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    border-right: 0;
    border-top: 0;
}
.addr_jxj1 table tr td:nth-child(8){
   border-right: 1px solid  #F98A30;

} 
.addr_jxj1 table{
  margin-top: 20px;
}

.addr_jxj1 table tr td{
  font-size: 20px;
  width: 149px;

  border-right: 1px solid #EEEEEE;
}
.addr_jxj1 table tr{
  border-radius: 12px;
}
.addr_jxj1 table tr:nth-child(1) td{
  border-top: 1px solid  #F98A30;
  border-bottom: 1px solid #EEEEEE;
}
.addr_jxj1 table tr:nth-child(1) td:nth-child(1){
  border-top: 0;
}
.addr_jxj1 table tr:nth-child(2) td{
  color:#F98A30;
}

.addr_jxj1 table tr:nth-child(2) td:nth-child(1){
  color: #fff;
}

.addr_jxj1 table tr:nth-child(2) td{
  border-bottom: 1px solid  #F98A30;;
}
.addr_btn{
  text-align: center;
}
.addr_btn h5{
display: inline-block;
background:linear-gradient(0deg, #FF974A, #F98A30);
    border-radius: 30px;
    width: 258px;
    line-height: 50px;
    font-size: 28px;
    color: #fff;
    margin:46px auto 0;
    height: 50px;
}




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

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

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


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

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

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