@charset "utf-8";

*{
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a{text-decoration: none;color:#000;} 
img{max-width:100%;}
p,h2,h3,h4,h5,h6,span{
  font-family:'PingFang SC',"Source Han Sans CN" !important;
}

.fixed-signup{
  background: url("../images/footer11.png") no-repeat center !important;
  height: 100px;
}


.inner{
	margin:0 auto;
} 
.header_top{
	background:#333333;
}
.header_top .inner{
  width: 1200px;
}
.header_botms .inner{
  width: 1200px;
}
.huanypage{
	float: left;
}
.huanypage p{
	color:#fff;
	line-height:28px;
	font-size:14px;
}
.header_tel a{
	display: inline-block;
	color:#fff;
	line-height: 28px;
	padding-left:26px;
	background:url(../images/tel.png) no-repeat left center;
}
.hd_logo{
	float: left;
  width: 170px;
  height: 42px;
}
.hd_logo a{
   display: block;
  }
.header_nav{
	float: right;
}
.banner{
  text-align: center;
}
.banner img{text-align: center;
margin: 0 auto;}
.clear {
  clear: both;
}

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

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

.banner{
  margin: 0 auto 0;
  text-align: center;
}
.banner img{
  display: block;
    text-align: center;
  margin: 0 auto;
}
.Experi_form{
	padding: 100px 0;
}
.Experi_menu{ 
  border-width: 1px;
  border-color: rgb(191, 191, 191);
  border-style: solid;
  border-radius: 12px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 16px 20px 0px rgba(72, 72, 72, 0.07);
  width: 998px;
  height: 277px;
  margin:0 auto;
  position: relative;
}
.main_titles{
  text-align: center;
}
.main_titles h3{
    margin: 0 auto;
    position: relative;
    display: inline-block;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #333;
    z-index: 3;
        /* padding-left: 68px; */
}
/* .main_titles h3:after{
    position: absolute;
   left: -2px;
    bottom: -4px;
    background: url(../images/tit.png)no-repeat center;
    width: 291px;
    height: 36px;
    content: '';
    z-index: -1;
} */
.main_titles h3 span{
  color: #F17116;
}

.page0{
  position: relative;
  top: -90px;
  width: 1200px;
  margin: 0 auto;
  border-radius: 8px;
}


.page0 ul li{
  width: 261px;
  height: 200px;
   box-shadow: 0px 12px 24px 0px rgba(47, 65, 122, 0.2);
  float: left;
  background: #fff;
  border-radius: 12px;
margin-left: 52px;
text-align: center;
cursor: pointer;
overflow: hidden;
position: relative;
}


.page0 ul li ol{
  position: absolute;
 transition: all .3s linear;
 width: 261px;
height: 200px;
background: #F17116;
border-radius: 10px;
  opacity: 0;
  bottom: 0;
}
.page0 ul li ol p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    width: 200px;
    height: 30px;
    text-align: center;
    margin: 0 auto 0;
    border-radius: 10px;

}
.page0 ul li:nth-child(1) ol p:nth-child(1),.page0 ul li:nth-child(4) ol p:nth-child(1){
margin-top: 55px;
}
.page0 ul li:nth-child(2) ol p:nth-child(1),.page0 ul li:nth-child(3) ol p:nth-child(1){
margin-top: 55px;
}

.page0 ul li:hover ol{
  opacity: 1;
}

.page0 ul li ol p:hover{
background: #fff;
color:  #F17116;
}
.page0 ul li:nth-child(1){
  margin-left: 0;
}
.page0 ul li img{
margin: 56px auto 0;
}
.page0 ul li h3{
  font-size: 24px;
font-family: Source Han Sans CN;
font-weight: bold;
color: #333333;
margin-top: 20px;
}
.page0 ul li h3:hover{
  color: #F17116;
}





.page01{
  margin: 0px auto 0;
  width: 1200px;
}
.page01_cot ul li{
width: 282px;
height: 152px;
background: url(../images/page01_1.png)no-repeat center;
box-shadow: 0px 6px 14px 0px rgba(105, 85, 37, 0.1);
border-radius: 12px;
float: left;
margin-top:40px; 
margin-left: 24px;
cursor: pointer;
position: relative;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}
.page01_cot ul li:nth-child(1){
  margin-left: 0;
}
.page01_cot ul li:nth-child(2){
  background: url(../images/page01_2.png)no-repeat center;
}
.page01_cot ul li:nth-child(3){
  background: url(../images/page01_3.png)no-repeat center;
}
.page01_cot ul li:nth-child(4){
  background: url(../images/page01_4.png)no-repeat center;
}
.page01_cot ul li:hover{
      transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
}

.page01_cot ul li h3{
color: #333333;
text-align: center;
line-height: 152px;
font-size: 26px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #FFFFFF;
}





.page02{
height: 577px;
background: #F5F6F8;
margin: 0 auto;

}
.page02 .main_titles{
  padding-top: 50px;
}
.page02_cont{
  width: 1200px;
    position: relative;
  margin: 0px auto 0;
}

.page02_cont ul{
  width: 1200px;
height: 322px;
background: #FFFFFF;
  margin: 50px auto 0;
border-radius: 24px;
}
/* .page02_cont ul li{
  cursor: pointer;
} */
.page02_cont ul ol{
  float: left;
  width: 384px;
height: 322px;
background: #F17116;
box-shadow: 4px 0px 12px 0px rgba(32, 54, 78, 0.2);
border-radius: 24px;

} 

.page02_cont ul ol h3{
  width: 142px;
height: 33px;
background: #FFFFFF;
border-radius: 16px;
font-size: 18px;
font-family: Source Han Sans CN;
font-weight: bold;
color:  #F17116;
margin-left: 34px;
margin-top: 30px;
display: inline-block;
text-align: center;
line-height: 33px;
}
.page02_cont ul ol p{

  width: 333px;
font-size: 18px;
font-family: Source Han Sans CN;
font-weight: bold;
color: #FFFFFF;
margin: 20px auto 0;


}
.page02_cont ul div{
  width: 816px;
  height: 322px;
  text-align: center;
  float: left;
}
.page02_cont ul div  h2{
  font-size: 24px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #F17116;
margin: 30px auto 0;
}
.page02_cont ul div img{
  margin-top: 0px;
}

.page02_cot1 table{
  width: 588px;
  height: 160px;
  float: left;
  text-align: center;
  margin-top: 40px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 6px 14px 0px rgba(47, 65, 122, 0.2);
}
.page02_cot1 table tr th{
  text-align: center;
}
.page02_cot1 table tr th:nth-child(1){
  font-size: 16px;
  color: #333333;
}
.page02_cot1 table tr th{
  font-size: 16px;
  font-family: Source Han Sans CN;
  color: #666666;
  border-bottom: 2px solid #f5f6f8;
  border-right: 2px solid #f5f6f8;
}
.page02_cot1 table tr th:nth-child(6){
  border-right: 0;
}
.page02_cot1 table tr td{
      font-size: 16px;
        font-family: Source Han Sans CN;
        color: #F17116;
        font-weight: bold;
}
.page02_cot1 table tr td:nth-child(1){
  color: #666666;
    font-weight: 500;
}
.page02_cot1 table tr:nth-child(2) td{
  border-bottom: 2px solid #f5f6f8;
  border-right: 2px solid #f5f6f8;
}
.page02_cot1 table tr:nth-child(2) td:nth-child(6){
    border-right: 0;
}
.page02_cot1 table tr:nth-child(3) td{
  border-right: 2px solid #f5f6f8;
}
.page02_cot1 table tr:nth-child(3) td:nth-child(6){
    border-right: 0;
}
.page02_cot1 table:nth-child(2){
  margin-left: 24px;
}

.page02_cont h5{
  width: 400px;
    height: 54px;
    background: linear-gradient(0deg, #FE4D0F, #FF865C);
    box-shadow: 0px 6px 14px 0px rgba(35, 58, 84, 0.2);
    border-radius: 27px;
    margin: 30px auto 0;
    line-height: 54px;
    text-align: center;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
}

.page03{

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

}
.page03_cont {
  margin-top: 16px;
}
.page03_cont ul li{
float: left;
width: 588px;
height: 137px;
margin-left: 24px;
margin-top: 24px;
box-shadow: 0px 6px 14px 0px rgba(47, 65, 122, 0.2);
border-radius: 12px;
cursor: pointer;
    transition: all 0.6s;

}
.page03_cont ul li:hover{
                transform: scale(1.1);/*??꾭??ͼƬ?Ŵ????*/
            }
.page03_cont ul li:nth-child(odd){
margin-left: 0;
}

.page03_cont ul li img{
  margin-top: 10px;
  margin-left: 10px;
  float: left;
  border-radius: 10px;
}

.page03_cont ul li h3{

  font-size: 24px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #F17116;
margin-left: 270px;
margin-top: 35px;

}
.page03_cont ul li p{
   font-size: 18px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #666666;
margin-left: 270px;
margin-top: 25px;
}

.page04{
  margin: 0 auto;
  height: 720px;
  background: #f5f6f8;


}
.page04 .main_titles{
  padding-top: 50px;
}
.page04 .page04_cont{
  margin: 0px auto 0;
  width: 1200px;
}

.page04 ul {
    margin: 16px auto 0;
}


.page04 ul li{
  cursor: pointer;
  float: left;
  margin-top: 74px;
  margin-left: 20px;
  position: relative;
  width: 280px;
  height: 183px;
background: #FFFFFF;
box-shadow: 0px 6px 14px 0px rgba(35, 58, 84, 0.2);
border-radius: 24px;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    cursor: pointer;

}
.page04 ul li:nth-child(1),.page04 ul li:nth-child(5){
  margin-left: 0;
}
.page04 ul li:hover{
      transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
}
.page04 ul li ol{
width: 78px;
height: 78px;
background: linear-gradient(0deg, #F17116, #6296FD);
box-shadow: 0px 6px 14px 0px rgba(35, 58, 84, 0.2);
border-radius: 50%;
position: absolute;
float: left;
left: 50%;
margin-left: -39px;
top:-39px;
text-align: center;
}

.page04 ul li h3{
  font-size: 24px;
font-family: Source Han Sans CN;
font-weight: bold;
color: #333333;
margin: 64px auto 0;
text-align: center;
}


.page04 ul li h4{
  width: 207px;
height: 43px;
border: 1px solid #F17116;
border-radius: 21px;
margin: 22px auto 0;
text-align: center;
line-height: 41px;
font-size: 20px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #F17116;
}
.page04 ul li h4:hover{
  border:1px solid #F17116;
  color: #F17116;
}
.page04 ul li img{
  margin: 20px auto 0;
  text-align: center;
}

.page04 ul li:nth-child(3) ol img{
    margin: 24px auto 0;
}


.page04 ul li:nth-child(2) ol{
  background: linear-gradient(0deg, #D24F00, #FF9E63);
}
.page04 ul li:nth-child(3) ol{
background: linear-gradient(0deg, #8F33F9, #BBA9FF);
}

.page04 ul li:nth-child(4) ol{
background: linear-gradient(0deg, #FFCC00, #FF8D00);
}



.page04 h5{
  width: 330px;
height: 54px;
background: linear-gradient(0deg, #FE4D0F, #FF865C);
box-shadow: 0px 6px 14px 0px rgba(35, 58, 84, 0.2);
border-radius: 27px;
line-height: 54px;
text-align: center;
font-size: 24px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #FFFFFF;
float: left;
margin-left: 50px;
margin-top: 30px;
}
.page04 .page04_1 h5:nth-child(1){
  margin-left: 238px;
}

.page05{
margin: 60px auto;
width: 1200px;
}
.page05 .page05_cot{
  margin-top: 14px;
}

.page05 .page05_cot ul li{
float: left;
width: 282px;
height: 58px;
background: #FFFFFF;
box-shadow: 0px 6px 14px 0px rgba(35, 58, 84, 0.2);
border-radius: 24px;
margin-left: 24px;
margin-top: 30px;
position: relative;
cursor: pointer;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    cursor: pointer;

}
.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_cot ul li:nth-child(1),.page05 .page05_cot ul li:nth-child(5),.page05 .page05_cot ul li:nth-child(9),.page05 .page05_cot ul li:nth-child(13)
,.page05 .page05_cot ul li:nth-child(17),.page05 .page05_cot ul li:nth-child(21)
,.page05 .page05_cot ul li:nth-child(25),.page05 .page05_cot ul li:nth-child(29){
  margin-left: 0;
}
.page05 .page05_cot ul li ol{
  /* background: url(../images/page05_1.png)no-repeat center; */
  width: 282px;
  height: 58px;
  border: 1px solid #F17116;
  border-radius: 24px;
  

}
/* .page05 .page05_cot ul li:nth-child(2) ol{
background: url(../images/page05_2.png)no-repeat center;  
}
.page05 .page05_cot ul li:nth-child(3) ol{
background: url(../images/page05_3.png)no-repeat center;  
}
.page05 .page05_cot ul li:nth-child(4) ol{
background: url(../images/page05_4.png)no-repeat center;  
}
.page05 .page05_cot ul li:nth-child(5) ol{
background: url(../images/page05_5.png)no-repeat center;  
}
.page05 .page05_cot ul li:nth-child(6) ol{
background: url(../images/page05_6.png)no-repeat center;  
}
.page05 .page05_cot ul li:nth-child(7) ol{
background: url(../images/page05_7.png)no-repeat center;  
}
.page05 .page05_cot ul li:nth-child(8) ol{
background: url(../images/page05_8.png)no-repeat center;  
}
.page05 .page05_cot ul li:nth-child(9) ol{
background: url(../images/page05_9.png)no-repeat center;  
}
.page05 .page05_cot ul li:nth-child(10) ol{
background: url(../images/page05_10.png)no-repeat center;  
}
.page05 .page05_cot ul li:nth-child(11) ol{
background: url(../images/page05_11.png)no-repeat center;  
}
.page05 .page05_cot ul li:nth-child(12) ol{
background: url(../images/page05_12.png)no-repeat center;  
}
.page05 .page05_cot ul li:nth-child(13) ol{
background: url(../images/page05_13.png)no-repeat center;  
}
.page05 .page05_cot ul li:nth-child(14) ol{
background: url(../images/page05_14.png)no-repeat center;  
}
.page05 .page05_cot ul li:nth-child(15) ol{
background: url(../images/page05_15.png)no-repeat center;  
}
.page05 .page05_cot ul li:nth-child(16) ol{
background: url(../images/page05_16.png)no-repeat center;  
} */
.page05 .page05_cot ul li ol h4{
line-height: 58px;
text-align: center;
font-size: 24px;
font-family: Source Han Sans CN;
font-weight: 500;
color:#F17116;
}
.page05 .page05_cot p{
  text-align: center;
  font-size: 18px;
font-family: Source Han Sans CN;
font-weight: 500;
color:#F17116;
margin-top: 24px;
}
.page05 .page05_cot h3{
  width: 104px;
height: 35px;
background: #FFFFFF;
border: 1px solid #666666;
border-radius: 9px;
float: left;
line-height: 35px;
font-size: 18px;
font-family: Source Han Sans CN;
font-weight: 500;
text-align: center;
margin-top: 14px;
margin-left: 24px;
color: #666666;
}
.page05 .page05_cot h3:hover{
  color: #fff;
  background:  #F17116;
  border: 1px solid #F17116;
}
.page05 .page05_1 a{
  display: block;
  color:#FFF
}
.page05 .page05_1 h5{
  width: 274px;
height: 54px;
float: left;
margin-left: 30px;
margin-top: 30px;

background: linear-gradient(0deg, #FE4D0F, #FF865C);
box-shadow: 0px 6px 14px 0px rgba(35, 58, 84, 0.2);
border-radius: 27px;
font-size: 24px;
font-family: Source Han Sans CN;
font-weight: 500;
text-align: center;
line-height: 54px;
color: #FFFFFF;
}
.page05 .page05_1 h5:nth-child(1){
  margin-left: 156px;
  margin-bottom: 50px;
}
.page06{
  margin: 0 auto;
  height: 488px;
  background: url(../images/page06_bg.jpg)no-repeat center;
}

.page06 .main_titles{
  padding-top: 50px;

}
.page06 .main_titles h3{
  color: #fff;
}
.page06 .page06_cont{
  margin: 16px auto 0;
  width: 1200px;}
.page06 .page06_cont ul{
  width: 1200px;
  height: 302px;
  background: url(../images/page06_1.png)no-repeat center;
  background-size: 100%;
  position: relative;
  margin-top: 50px;
}





.page06 .page06_cont ul li{
 width: 587px;
height: 139px;
float: left;
margin-top: 24px;
cursor: pointer;
}

.page06 .page06_cont ul li h3{
  font-size: 24px;
font-family: Source Han Sans CN;
font-weight: bold;
margin-top: 15px;
margin-left: 215px;
color: #F17116;
}

.page06 .page06_cont ul li h4{
font-family: Source Han Sans CN;
margin-top: 20px;
margin-left: 215px;
font-size: 18px;
font-family: Source Han Sans CN;
font-weight: bold;
color: #666666;
}

.page06 .page06_cont ul li:nth-child(even){
  text-align: right;

}

.page06 .page06_cont ul li:nth-child(even) h3{
  margin-right: 183px;
  margin-left: 0;
}
.page06 .page06_cont ul li:nth-child(even) h4{
  margin-right: 183px;
   margin-left: 0;
}
.page06 .page06_cont ul li:nth-child(5){
    width: 180px;
    height: 180px;
    background: #F17116;
    box-shadow: 0px 0px 14px 0px rgba(35, 58, 84, 0.2);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-left: -90px;
    top: 37px;

}

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

.page06 .page06_cont ul li h5{
    text-align: center;
  font-size: 18px;
font-family: Source Han Sans CN;
font-weight: 500;
margin-top: 18px;
color: #FFFFFF;
}


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

.page07 .page07_cont ul li{
  float: left;
  width: 384px;
  height: 239px;
  background: url(../images/page07_1.png)no-repeat center;
  background-size:100%;
  margin-left: 24px;
  margin-top: 30px;
  position: relative;
  text-align: center;
cursor: pointer;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-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 .page07_cont ul li:nth-child(2),.page07 .page07_cont ul li:nth-child(5){
    background: url(../images/page07_2.png)no-repeat center;
  background-size:100%;
}
.page07 .page07_cont ul li:nth-child(3),.page07 .page07_cont ul li:nth-child(6){
    background: url(../images/page07_3.png)no-repeat center;
  background-size:100%;
}
.page07 .page07_cont ul li:nth-child(1),.page07 .page07_cont ul li:nth-child(4){
  margin-left: 0;
}
.page07 .page07_cont ul li ol{
    width: 384px;
    height: 175px;
    box-shadow:0px 6px 8px 0px rgba(35, 58, 84, 0.2);
    border-radius: 12px;
    position: absolute;
    bottom: 0;
}
.page07 .page07_cont ul li h2{
  font-size: 24px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #FFFFFF;
margin-top: 30px;
}

.page07 .page07_cont ul li h3{
  width: 152px;
height: 37px;
border: 1px solid #005BC3;
border-radius: 18px;
line-height: 37px;
text-align: center;
font-size: 18px;
font-family: Source Han Sans CN;
font-weight: bold;
color:#005BC3;
margin: 62px auto 0;
}
.page07 .page07_cont ul li h3:hover{
  background:#005BC3;
  color: #fff;

}
.page07 .page07_cont ul li h4{
  letter-spacing:10px;
  font-size: 18px;
  margin-top: 24px;
font-family: Source Han Sans CN;
font-weight: bold;
color: #666666;
}
.page07 .page07_cont ul li:nth-child(2) h3,.page07 .page07_cont ul li:nth-child(5) h3{
  color: #0091BE;
  border: 1px solid #0091BE;
}
.page07 .page07_cont ul li:nth-child(2) h3:hover,.page07 .page07_cont ul li:nth-child(5) h3:hover{
  background:#0091BE;
  color: #fff;

}
.page07 .page07_cont ul li:nth-child(3) h3,.page07 .page07_cont ul li:nth-child(6) h3{
  color: #00C5B7;
  border: 1px solid #00C5B7;
}
.page07 .page07_cont ul li:nth-child(3) h3:hover,.page07 .page07_cont ul li:nth-child(6) h3:hover{
  background:#00C5B7;
  color: #fff;

}

.page07_1 h5{
  width: 437px;
height: 54px;
background: linear-gradient(0deg, #FE4D0F, #FF865C);
box-shadow: 0px 6px 14px 0px rgba(35, 58, 84, 0.2);
border-radius: 27px;
margin: 30px auto 0;
line-height: 54px;
text-align: center;
font-size: 24px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #FFFFFF;
}

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

.page08 ul li{
  width: 154px;
height: 255px;
border: 1px dashed #F17116;
box-shadow: 0px 6px 10px 0px rgba(118, 88, 41, 0.2);
border-radius: 12px;
margin-left: 20px;
position: relative;
float: left;
margin-top: 80px;
cursor: pointer;
position: relative;
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}

.page08 ul li:hover{
  transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
}
.page08 ul li:hover{
  background:  #F17116;
}
.page08 ul li:hover p{
  color: #fff;
}
.page08 ul li:nth-child(1){
  margin-left: 0;
}

.page08 ul li ol{
  width: 78px;
height: 78px;
background: #F17116;
box-shadow: 0px 6px 10px 0px rgba(39, 117, 45, 0.2);
border-radius: 50%;
position: absolute;
left: 50%;
margin-left: -39px;
top: -39px;

}
.page08 ul li:nth-child(even){
  border: 1px dashed #CA7A4F;
}
.page08 ul li:nth-child(even) ol{
  background:#CA7A4F;
}
.page08 ul li:nth-child(even):hover{
  background: #CA7A4F;
}
.page08 ul li ol h2{
  text-align: center;
  line-height: 78px;
  font-size: 24px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #FFFFFF;
}

.page08 ul li p{
    width: 126px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    text-align: justify;
    line-height: 28px;
    margin: 62px auto 0;

}


.page09{

  margin: 0 auto;
  height: 840px;
background: #F5F6F8;

} 

.page09 .main_titles{
  padding-top: 60px;
}

.page09_cont{
 width: 1200px;
  margin:200px auto 0;
  position: relative;
  height: 500px;

}

.page09_cont .page_pic{
      width: 306px;
    height: 360px;
   left: -16%;
    top: 110px;
    position: absolute; 
}

.page09_cont ul{
  margin: 180px auto 0;
  background: url(../images/page05_bg.png)no-repeat center;
  background-size: 100%;
  width: 402px;
  height: 360px;
  position: relative;
}

.page09_cont ul li {
  position: absolute;
  width: 384px;
height: 145px;
background: #FFFFFF;
box-shadow: 0px 2px 20px 0px rgba(186, 186, 186, 0.35);
border-radius: 25px;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  cursor: pointer;

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

.page09_cont ul li:nth-child(1){
right: -336px;
    top: -134px;

}
.page09_cont ul li:nth-child(1) h3{
color: #F17116;
}
.page09_cont ul li:nth-child(1) p:hover{
color: #F17116;
}


.page09_cont ul li:nth-child(2){
right: -412px;
    top: 110px;
}
.page09_cont ul li:nth-child(2) h3{
color: #F17116;
}
.page09_cont ul li:nth-child(2) p:hover{
color: #F17116;
}

.page09_cont ul li:nth-child(3){
right: -336px;
    top: 340px;

}
.page09_cont ul li:nth-child(3) h3{
color: #F17116;
}
.page09_cont ul li:nth-child(3) p:hover{
color: #F17116;
}
.page09_cont ul li:nth-child(4){
left: -336px;
    top: 340px;

}
.page09_cont ul li:nth-child(4) h3{
color: #F17116;
}
.page09_cont ul li:nth-child(4) p:hover{
color: #F17116;
}
.page09_cont ul li:nth-child(5){
left: -412px;
    top: 110px;

}
.page09_cont ul li:nth-child(5) h3{
 color: #F17116;
}
.page09_cont ul li:nth-child(5) p:hover{
 color: #F17116;
}
.page09_cont ul li:nth-child(6){
left: -336px;
    top: -134px;

}
.page09_cont ul li:nth-child(6) h3{
color: #F17116;
}
.page09_cont ul li:nth-child(6) p:hover{
color: #F17116;
}
.page09_cont ul li h3{
font-size: 24px;
font-family: Source Han Sans CN;
font-weight: 500;
color: #FF1919;
margin-top: 28px;
text-align: left;
margin-left: 27px;
}

.page09_cont ul li p{
  font-size: 18px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #999999;
margin-top: 10px;
line-height: 30px;
width: 289px;
margin-left: 27px;
}
.page10{
   margin:100px auto 0; 
   width: 1200px;
}
.page10_cont{
  margin-top: 50px;
}
.page10 ul li{
  float: left;
  width: 434px;

border-radius: 12px;
  height: 244px;
  margin-left: 60px;
}
.page10 ul li:nth-child(1){
  margin-left: 136px;
}
.page10 ul li:hover{
box-shadow: 1px 6px 24px 1px rgba(68, 68, 68, 0.36);
}


.page11{
   margin:100px auto 0; 
   width: 1200px;
}
.page11_cont{
  margin-top: 50px;
}
.page11 ul li{
  float: left;
  width: 384px;
height: 144px;
background: #FFFFFF;
border: 1px solid #BFBFBF;
border-radius: 8px;
margin-left: 24px;
}
.page11 ul li:nth-child(1){
  margin-left: 0;
}
.page11 ul li img{
  float: left;
  margin: 32px 25px 0 34px;
}
.page11 ul li img.vh{
  display: none;
}
.page11 ul li p{
font-size: 24px;
font-weight: 400;
color: #333333;
float: left;
line-height: 34px;
margin-top: 34px;
}
.page11 ul li:hover {
  background: #F17116;
}
.page11 ul li:hover p{
  color: #fff;
}
.page11 ul li:hover img.vh{display: inline-block;}
.page11 ul li:hover img{display: none;}

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

.page13 .la_cont{
display: none;  
}
.page13 .la_cont.show{
  display: block;
}
.page13 .page13_cot1{
    width: 1200px;
    margin: 50px auto 0;
    height: 45px;
    border-bottom: 1px solid #EEEEEE;

}

.page13 .page13_cot1 li{
  float: left;
  margin-left: 109px;
  cursor: pointer;
}
.page13 .page13_cot1 li:nth-child(1){
  margin-left: 475px;
}
.page13 .page13_cot1 li h3{
  font-size: 24px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #333333;
line-height: 24px;
    padding-bottom: 16px;
}
.page13 .page13_cot1 li.la_time_active h3{
  color:  #F17116;
  border-bottom: 5px solid  #F17116;
}
.page13 .la_cont{
  margin-top: 20px;
}

.page13 .la_cont li{
  width: 152px;
height: 48px;
background: #FFFFFF;
box-shadow: 0px 6px 14px 0px rgba(105, 85, 37, 0.1);
border-radius: 24px;
float: left;
margin-left: 22px;
margin-top: 22px;
cursor: pointer;
}
.page13 .la_cont li:nth-child(1),.page13 .la_cont li:nth-child(8){
  margin-left: 0;
}

.page13 .la_cont li p{
  line-height: 48px;
  text-align: center;
  font-size: 20px;
font-family: Source Han Sans CN;
font-weight: 400;
color: #333333;
}
.page13 .la_cont li:nth-child(14) p{
  color:  #F17116;
}
.page13 .la_cont li:hover{
  background: #F17116;
}
.page13 .la_cont li:hover p{
  color: #fff;
}





.section_2{
	height:788px;
	padding:30px 0 0;
	background:url(../images/section_2.jpg) no-repeat top center;
}
.main_titles.bg_2 h3 p{color:#fff;}
.main_titles.bg_2 h3 p span.left{background:url(../images/title_left_1.png) no-repeat;right:100%;}
.main_titles.bg_2 h3 p span.right{background:url(../images/title_right_2.png) no-repeat;left:100%;}
.main_titles.bg_3 p{color: #fff;text-align: center;font-size: 24px;}

.Difficulty{
	text-align: center;
  padding: 0 0 50px 0;
}
.Difficulty a{
	display: inline-block;
  	border-radius: 8px;
  	background:#8f0620;
  	width:20%;
  	line-height: 56px;
  	font-size:28px;
  	color:#fff;
  	margin:0 40px;
}

.team_title {
display: inline-block;

    margin-bottom: 30px;
    margin-top: 30px;

}
.fs-26 {
    font-size: 26px;
}
.team_item:first-child {
    margin-left: 0;
}
.team_item {
    float: left;    
    width: 15%;
        box-shadow:0px 3px 7px 3px #d7d7d7;
}
.team_item a:hover{
    background: #F17116;
    color:#fff;
    border-color:#F17116}
.team_item 
.team_item_b {
    width: 180px;
    height: 300px;
    position: relative;
    overflow: hidden;
}
.team_item_b img {
    width: 100%;
    margin: 0 auto;
}
.team_item_b h2{
    position: absolute;
    left: 0;
    top: 168px;
    background-color: #F17116;
    border-radius: 0 16px 0 0;
    font-size: 16px;
    height: 32px;
    width: 80px;
    line-height: 34px;
    text-align: center;
    color: #fff;
}

.team_item_b .details:after{
content: "";
    height: 36px;
    width: 2px; 
    position: absolute;
    left: 0;
    top: 16px;
    background: #F17116;
}
.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.order_btn{
  margin-left: 2px;
}

.nth_title {
margin: 60px 0 25px;
}

.t-c-item {
    position: absolute;
    left: 0;
    top: 25px;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: none;
}
.show {
    display: block!important;
}



.elenco-prezzi{ padding: 40px 0 0;margin-top: 60px;}
.elenco-prezzi .edp-cont{ margin-top: 51px}
.elenco-prezzi .edp-button{ margin-top: 50px}
.elenco-prezzi .edp-button a{ display: block; width: 400px; height: 40px; margin: 0 auto; background: #A00; font-size: 24px; color: #FFF; line-height: 40px; text-align: center; border-radius: 4px; box-shadow: 0 2px 6px #5c0706}
.elenco-prezzi ul{
  margin-top: 40px;
}

.elenco-prezzi .center ul li h2{
  font-size: 22px;

}
.elenco-prezzi .center ul li {
  float: left;
  width:298px;
  text-align: center;
  border-bottom: 1px dashed #eee;
      height: 200px;
    border-right: 1px dashed #eee;

}
.elenco-prezzi .center ul li img{
  margin-top: 26px;
}
.elenco-prezzi ul li:nth-child(4){
    margin-top: 112px;
    border-right: 0;
    float: right;
}
.elenco-prezzi ul li:nth-child(4),.elenco-prezzi ul li:nth-child(5),.elenco-prezzi ul li:nth-child(6),.elenco-prezzi ul li:nth-child(7){
  border-bottom: 0;
}
.elenco-prezzi .center ul li h2{
  margin-top: 15px;
}
.elenco-prezzi .center ul li p{
    margin-top: 15px;
        padding: 0 35px;
        color: #666666;
}
.science_findbt {
  width: 1200px;
  margin: 60px auto 0;
}
.science_findbt .page08_cont{
  margin-top: 20px;
}
.science_findbt .page08_cont ul li{
  float: left;
  width: 270px;
    height: 340px;
    border-radius: 8px;
    background:#fff;
    margin:0 15px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 0px 16px 0px rgba(210, 210, 210, 0.7);
}
.science_findbt .page08_cont ul li:hover{background:#F17116;}
.science_findbt .page08_cont ul{

  padding:35px 0 10px;
}
.science_menty{
  padding:32px 0 0;
}
.science_menty img.vh{display: none;}
.science_menty h3{
  font-size:26px;
  color:#F17116;
  line-height:52px;
  padding:10px 0;
}
.science_menty p{
  font-size:20px;
  color:#666666;
  line-height:32px;
}
.science_findbt ul li:hover .science_menty h3{color:#fff;}
.science_findbt ul li:hover .science_menty p{color:#fff;}
.science_findbt ul li:hover .science_menty img.vh{display: inline-block;}
.science_findbt ul li:hover .science_menty img.vb{display: none;}
.server_title {
    display: inline-block;
    padding:0 20px;
    background-color: #CD3333;
    margin:35px 0;
    color: #fff;
    font-size:32px;
    line-height:50px;
}




.decode_sefellt{
  text-align: center;
  padding:10px 0 100px;
}
.decode_sefellt h4{
width:258px;
height:56px;
background:rgba(203,51,51,1);
border-radius:8px;
color: #fff;
line-height: 56px;
font-size:28px;
margin: 0 auto;
}
.scholarship_wrap {
    width: 1200px;
   margin:40px auto 0;
}
.decode_sefellt a {
    display: inline-block;
    border-radius: 8px;
    background:rgba(204, 51, 51, 1);
    width:258px;
    line-height: 56px;
    font-size: 28px;
    color: #fff;
    margin: 0 40px;
    height: 60px;
}
.scholarship_wrap .decode_sefellt {
    text-align: center;
   padding: 50px 0 0;
   margin-top: 0 !important;
}
.pageinner h4{
  width: 1199px;
height: 43px;
font-size: 16px;
text-align: center;
font-weight: 400;
color: #333333;
line-height: 26px;
margin-top: 12px;
}

.pageinner table{
  width: 100%;
border-collapse: collapse;
    border-spacing: 0;
text-align: center;
margin-top: 30px;
background: #FFFFFF;
box-shadow: 0px 3px 12px 0px rgba(120, 99, 48, 0.2);
border-radius: 12px;
position: relative;

}
.pageinner table:after{
position: absolute;
    left: 0px;
    content: '';
    top: 60px;
    height: 523px;
    width: 1px;
    background: #F17116;
}
.pageinner table:before{
position: absolute;
    right: 0px;
    content: '';
    top: 60px;
    height: 523px;
    width: 1px;
    background: #F17116;
}
.pageinner table tbody{
  border-radius: 12px;
}
.pageinner table tr:nth-child(1){
background:#F17116;
border-radius: 12px 12px 0px 0px;
width: 1200px;
height: 60px;
}
.pageinner table th{
border-radius: 12px 0 0px 0px;
font-size: 24px;
font-weight: 500;
color: #FFFFFF;
text-align: center;
}
.page_ta{
  border-radius: 12px;
    margin-top: 30px;
  border: 1px solid rgba(59, 137, 255, 1) !important;
}
.pageinner table th:nth-child(2){
  border-radius: 0 12px 0px 0;
}
.pageinner table tr:nth-child(2) td{
font-size: 20px;
font-weight: 500;
color: #333333;

line-height: 30px;
}
.pageinner table td{
font-size: 18px;
font-weight: 400;
color: #333333;
line-height: 30px;
border:1px solid #EEEEEE;
}
.pageinner table .foot_mon{
font-size: 20px;
font-weight: 400;
text-align: center;
color: #F17116;
line-height: 30px;
}
.pageinner table tr .foot_hui{

font-size: 20px;
font-family: PingFang SC;
font-weight: 500;
color: #333333;
line-height: 30px;
}
.addr_wrap .main_titles h3{
  color: #fff;
}
.pageinner table tr p{
  margin-top: 23px;
    font-size: 16px;
    text-align: left;
    color: #666;
    padding:0 20px;
}
.pageinner table tr span{
  font-size: 16px;
  color: #F17116;
}
.pageinner table tr p i{
font-weight: 600;
padding-top: 23px;
color: rgba(51, 51, 51, 1);
font-size: 16px;
font-style: normal;
text-align: left;

}
.pageinner table tr p:last-child{
  padding-bottom: 20px;
}

.last_td {
  padding: 20px 0;
background: #F17116;
border: none !important;
border-radius: 0 0 12px 12px;
}
.pageinner table tr .hui{
font-size: 18px;
font-weight: 400;
color: #333333;
line-height: 30px;
}
.pageinner table .foot_jin{
  width: 662px;
height: 60px;
background:#F17116;
border:0;
color: #fff;
font-size: 24px;
font-weight: 500;

}
.scholarship_wrap .clearfix{
  margin-top:40px;
}
.addr_wrap {
    width: 100%;
   
background: #F17116;

    margin-top: 0;
}
.addr_wrap .main_titles{
  padding: 20px 0 16px;
}
.addr_main {
    padding: 25px 0 1px;
}
.addr_tab {
    border: 1px solid #fff;
    width: 1060px;
    margin: 0 auto;
    text-align: center;
    line-height: 34px;
    color: #fff;
    border-collapse: collapse;
}
.addr_tab td {
	line-height:35px;
	font-size:16px;
    --border: 1px solid #fff;
}

.Entaer_libank{
	float: right;
	/*width:960px;*/
	padding-top:24px;
	/*padding-right:40px;*/
}
 .center{ width: 1200px; margin: 0 auto}
.Entaer_libank ul li{
	float: left;
	/*width:25%;*/
    width:206px;
	margin-left:25px;
	text-align: center;
	cursor: pointer;
}
.Entaer_libank ul li p.title{
	color:#fff;
	font-size:24px;
	line-height:44px;
}
.Entaer_Img{
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 4px 5.76px 0.24px rgba(143, 6, 32, 0.7);
  width: 86px;
  height: 86px;
  margin:0 auto;
  	display: flex;
  	  justify-content: center;
  	  align-items: center;
}


.Entaer_Img span img:last-child{display: none;}

.Entaer_libank ul li:hover .Entaer_Img span img:first-child{display: none;}
.Entaer_libank ul li:hover .Entaer_Img span img.vh{display: block;}
.Entaer_libank ul li:hover .Entaer_Img{background:#8f0620;}
 
.Entaer_buks{
	height:168px;
	background:url(../images/Entaer_buks.jpg) no-repeat top center;
}
.main_titles.page06_tit{
  margin-top: 60px;
  padding-bottom: 20px;
}

.hide {
  display: none;
}

.h50{
  height: 50px;
}



.data-grid{
    width:1200px;
    height: 660px;
    position: relative;
    overflow: hidden;
    margin:10px 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:#F17116;
    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:#F17116;
    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;
    border:0;
}
.data-table-row{
    height: 54px;
        display: block;
}
.grid-head-inner tbody{
  height: 54px;
      display: block;
}
.grid-head-inner .data-table-row{
  line-height: 52px;
}
.data-table-row td div{
  text-align: center;
font-size: 24px;
font-weight: 500;
color: #F17116;
}
.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:-6px;
  height: 54px;
  color: #F17116;
  background: #F17116;
  position: absolute;
  top: -16px;
  width: 1px;
  content: '';
} 
.grid-head .datagrid-cell.cell-c2:after{
 right:4px;
  height:54px;
  color: #F17116;
  background: #F17116;
  position: absolute;
  top: -16px;
  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: #F17116;
}

.datagrid-btable tr td{
   border:1px solid #fff;
   border-collapse: collapse;
    margin: 0px;
    padding: 0px;
}
/*footer*/
.footer{
  padding:50px 0 200px;
  background:#333333;
}
.footer .inner .foot_tot{
  padding-bottom: 30px;
  text-align: center;
     color: #fff;
    font-size: 20px;
    border-bottom: 1px solid #6a6a6a;
      font-family: "Microsoft Yahei" !important;
          margin-bottom: 30px;
}
.footer .inner .foot_tot span{
  margin-left: 150px;
}
.foot_rands{
  display: flex;
    justify-content: center;
    align-items: center;
}
.foot_logo img{
    margin-left: 31px;
}
.foot_logo p{
    color: #fff;
    font-size: 20px;
    margin-left: 71px;
      font-family: "Microsoft Yahei" !important;
}
.foot_adress{
  position: relative;
    float: left;
    margin-left: 23px;
    padding-left: 23px;
    font-size: 18px;
    color: #ffffff;
    line-height: 28px;
    text-align: left;
}
.foot_adress p{
  color:#fff;
  font-size: 18px;
  line-height: 30px;
  margin-top: 6px;
    font-family: "Microsoft Yahei" !important;
}
.foot_adress p:after {
    content: "";
    width: 2px;
    height: 52px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 9px;
}
.copyright{
  padding-top:15px;
}
.copyright p{
  text-align: center;
  color:#fff;
  font-size: 18px;
  line-height: 30px;
    font-family: "Microsoft Yahei" !important;
}
.addr_td {
    text-align: left;
    padding-left: 18px;
}

.fixed-signup .mid {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}
.fixed-signup{cursor: pointer;position: fixed; bottom: 0; left: 0; z-index: 999999; width: 100%; 
  background:linear-gradient(-45deg,rgba(236,105,65,1) 0%,rgba(236,105,65,1) 50%),rgba(236,105,65,1)100%;}
.fixed-signup .fs-tips{
    position: absolute;
    float: left;
    width: 156px;
    height: 106px;
    line-height: 24px;
    text-align: center;
    top: -9px;
}
.fixed-signup .fs-tips img{
  height: 106px;
}
 .fixed-signup  .fs-price a{
display: inline-block;
  width: 176px;
    height: 26px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-size: 17px;
    border:1.5px solid #ed9112;
    border-radius: 12px;
}
.fixed-signup ul{
  position: relative;
}
.fixed-signup .fs-bt{
    position: absolute;
    left: 75px;
    top: 1px;
}
.fixed-signup .fs-bt h2{
font-size: 32px;
    color: #ffde00;
    letter-spacing: 2px;
    text-shadow: #c9323242 6px -1px 7px, #c9323263 4px 0px 6px, #c9323270 3px -1px 0px, #c932325e 3px 1px 0px;
    font-weight: 600;
}
.fixed-signup  .fs-price a:nth-child(4),.fixed-signup  .fs-price a:nth-child(5),.fixed-signup  .fs-price a:nth-child(6){
  width: 150px;
      margin-left: 12px;
}
.fixed-signup  .fs-price a:nth-child(5){
 margin-left: 26px;
}
.fixed-signup  .fs-price a:nth-child(6){
  margin-left: 27px;
}
.fixed-signup .fs-form{ float: right; width: 1055px; }
.fixed-signup .fs-form li{ float: right;  
   
       margin-top: 15px;}
.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: 170px;
    height: 30px;
    padding: 0 10px;
    font-size: 14px;
    border-radius: 12px;
} 
.fixed-signup .fs-form .phone{
  margin-right: 78px;
  display: flex;
  outline: none;
  
}

.fixed-signup .fs-form .phone input{
    border-radius: 12px 0 0 12px !important;
    width: 120px !important;
}
.btnSendCode{
  border: none;
  border-radius: 0 12px 12px 0;
  background-color: #fff; 
  border-color: #fff;
  outline: none;
  color: #F17116;
}
.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: 30px;
    background: #eeeeee;
    font-size: 15px;
    color: #999;
    line-height: 30px;
    text-align: center;
    margin-top: 12px;
    cursor: pointer;
    font-weight: 500;
    border-radius: 12px;}
.fixed-signup .fs-form li.fs-price{
  /* height: 86px; */
    /* padding-top: 3px; */
    font-size: 17px;
    color: #FFF;
    line-height: 39px;
    float: left;
    width: 52%;
    margin-left: 18px;
    margin-top: 61px;
    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: 30px;
    line-height: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
}


.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 3px 12px 0px rgba(120, 99, 48, 0.2);
    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: #F17116;
    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: 60px;
    height: 301px;
    width: 1px;
    background: #F17116;
}
.addr_jxj table:after {
    position: absolute;
    left: 1px;
    content: '';
    top: 60px;
    height: 301px;
    width: 1px;
    background: #F17116;
}
.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: #F17116;
}

.addr_jxj .last_td {
    padding: 16px 0;
    background: #F17116;
    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: #F17116;
}
.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;
     box-shadow: 0px 3px 12px 0px rgba(120, 99, 48, 0.2);
    border-radius: 12px;
}
.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 #F17116;

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

.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 #F17116;
}
.addr_btn{
  text-align: center;
}
.addr_btn h5{
display: inline-block;
    background: linear-gradient(0deg, #F95315, #F09819);
    border-radius: 30px;
    width: 258px;
    line-height: 50px;
    font-size: 28px;
    color: #fff;
    margin:46px auto 0;
    height: 50px;
}






.page12{
  margin:30px auto 0;

}
.page12 .pagetit h3:before{
      left: 320px;
}
.page12 .page12_cont{
  background: url(../images/page12_bg.jpg) no-repeat center;
  margin-top: 40px;
    height: 1140px;

}
.page12 .page12_cot1{
  height: 418px;
  width: 1200px;
  margin: 0 auto;

}
.page12 .page12_cot1 .environment{
  float: right;
  width: 550px;
}
.page12 .page12_cot1 .environment li{
  float: left;
width: 166px;
height: 148px;
margin-left: 17px;
  padding: 6px;
  position: relative;
}
.page12 .page12_cot1 .environment li img{
border-radius: 6px;
}
.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: 42px 20px 32px;
  position: relative;
font-size: 28px;
font-weight: 500;

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

    left: 1px;
    top: 43px;
}
.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;
height: 23px;
font-size: 24px;

font-weight: 500;
    margin-left: 12px;
color: #343434;
line-height: 26px;
}
.page12_cot1 .environ-item h3{
    display: inline-block;
    width: 256px;
    height: 28px;
    background: #F17116;
    border-radius: 15px;
    text-align: center;
    margin-top: 2px;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
}
.page12_cot1 .environ-item p{
width: 575px;
    height: 130px;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-top: 8px;
    margin-left: 32px;
    line-height: 24px;
    text-align: justify;
}
 
.page12_cot1 .environ-item h4{
    font-size: 20px;
    font-weight: 400;
    color: #F17116;
    margin-left: 32px;
    line-height: 26px;
    margin-top: 10px;
}
.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: #F17116;
    border-radius: 0px 0px 4px 4px;
    font-size: 18px;
    color: #fff;

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

border-radius: 4px;
}
.page12 .nth_title{
  margin: 0;
}
.page12 .page12_cot1 .environ-item{
float: left;
width: 640px;
    margin-top: 6px;
height: 306px;
background:rgba(255,255,255,0.8);
border: 1px solid #F17116;
border-radius: 8px;
}
.page12 .environ-item h5{
width: 128px;
height: 36px;
background: linear-gradient(0deg, #F95315, #F09819);
border-radius: 20px;
font-size: 18px;
color: #FFFFFF;
line-height: 36px;
float: right;
margin-right: 20px;
margin-top: 4px;

}
.page12_cot2{
  width: 1200px;
  margin:0px auto 0;
}
.page12_cot2 .nth_title h2{
padding: 26px 20px 10px;
position: relative;
font-size: 28px;
font-weight: 500;
margin-top: 4px;
color: #FFFFFF;
}

.page12_cot2 .nth_title h2:after{
position: absolute;
content: '';
width: 3px;
height: 25px;
background: #F17116;
border-radius: 2px;
left: 1px;
top: 29px;
}
.page12_cot2 .teacher_wrap li{
   float: left;
    width: 20%;
    border-bottom: 2px solid #eee;
    padding: 18px 0;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    position: relative;
    color: #fff;

}
.page12_cot2 .teacher_wrap li a{
  color: #fff;
}
.teacher_item.active{
   border-bottom: 2px solid   #5D89CA !important;
   color:   #5D89CA !important;
  
}

.page12_cot2 .t-c-item .lsWzhislide{
background: rgba(255,255,255,0.8);
 height: 360px;
 border-radius: 8px;
 border:1px solid #F17116;
 position: relative;
} 

.page12_cot2 .t-c-item  .lsWzhislide::after {
    position: absolute;
    content: "";
    width: 125px;
    height: 80px;
    border: 4px solid #F17116;
    border-left: none;
    border-bottom: none;
       right: 65px;
    top: 28px;
}
.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  #5D89CA;
    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:#E9E9E9;
    width: 210px;
    margin-top: 30px;
    height: 276px;
    margin-left: 60px;
        float: left;
}
.page12_cot2 .lsWzhislide_tops .teacher_head img{
width: 210px;
    height: 276px;
    position: absolute;
    top: 22px;
    left: 22px;
    border:1px solid #F17116;

}
.page12_cot2 .lsWzhislide_tops h2{
     float: left;
  font-size: 24px;
  color: #333;
  margin-left: 60px;
    margin-top: 46px;
    width: 700px;
}
.page12_cot2 .lsWzhislide_tops h3{
     float: left;
  font-size: 20px;
  color: #F17116;
  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: 762px;
        line-height: 30px;
        margin-top: 20px;
}
.page12_cot2 .lsWzhislide_botm  h5{
  font-size: 20px;
  content: #fff;
  text-align: center;
  width: 180px;
  height: 36px;
  line-height: 36px;
 background: linear-gradient(0deg, #F95315, #F09819);
border-radius: 20px;
  color: #fff;
  float: left;
    position: absolute; 
    cursor: pointer;
    bottom: 27px;
    right: 386px;

}
/* .page12_cot2 .preview .swiper-slide-active{
position: relative;
top: -12px;
} */
/* 20200928 */
.page12_cot2 .preview .swiper-slide span img{
border-radius: 4px;
}
.gallery-thumbs .swiper-slide-thumb-active{ 
  position: relative;
  top: -12px;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.page12_cot2 .preview {
    position: relative;
    margin-top: 24px;
    overflow: hidden;
    width: 1080px;
    height: 152px;
}
.page12_cot2  .preview .swiper-slide {
    /* width: 206px !important; */
    /* margin: 0 10px; */
    overflow: hidden;
    margin-top: 15px;
   
}
.page12_cot2  .preview .swiper-slide img{
/* width: 206px; */
height: 113px;
position: relative;
  }
  .page12_cot2  .preview .swiper-slide h2{
    position: absolute;
    right: 0;
    top: 0;
         position: absolute;
    right: 34px;
    top: 49px;
    color:#333333;
    font-size: 20px;
       font-weight: 600;
  }
    .page12_cot2  .preview .swiper-slide p{
     position: absolute;
   right: 7px;
    bottom:18px;
    width: 201px;
    background: #F17116;
    font-size: 14px;
    height: 30px;
    color: #fff;
    border-radius: 0 0 4px 4px;
    line-height: 30px;
     text-align: center;
    }
    .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: 5px;
      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: 5px;
      width: 60px;
      height: 100%;
      margin: 0;
      z-index: 10;
      outline: none;
    }
.page12_cot1 .environ-item h2{
  padding: 30px 20px 12px;
}

.page09_wp{
    position: absolute;
    left: 50%;
    margin-left: -97px;
    top: 83px;

}

   .page09    .wrap {
            width:196px;
            height: 196px;
                position: absolute;
 
            overflow: hidden;
            position: relative;
               border-radius:50%;
            /* ???????content??????? */
            display: flex;
            align-items: center;
            justify-content: center; 
        }
        /* ????̬?????????????wrap??????Ϊ??????ֱ????
        ????䲿??????㼶?????.content??? 
        ?????.wrap??content֮??????ʾ????ת?Ľ???????*/
       .page09   .bgc {
            width: 196px;
            height:196px;
            background: linear-gradient(#b40012,#f7223a);
            animation: bgc 1.5s infinite linear;
                border-radius:50%;
            position: absolute; 
            
        }
        /* ???? ????????????? */
       .page09 .content {
            width: 196px;
            height: 196px;
           z-index: 2;
                border-radius:50%;

        
        }
             .page09   .content h3{
                line-height: 196px;
                text-align: center;
                color: #fff;
                font-size: 36px;
               }
  /* ?????????ת???? */
        @keyframes bgc {
            0% {
                transform: rotateZ(0);
            }

            100% {
                transform: rotateZ(360deg);
            }
        }





