﻿.hide {
  display: none;
}
@font-face {    font-family: 'SourceHanSansCN-Medium';    
src: url('../font/SourceHanSansCN-Medium.woff2') format("woff2"),
     url('../font/SourceHanSansCN-Medium.ttf') format("truetype"),
     url('../font/SourceHanSansCN-Medium.eot') format("embedded-opentype"),
     url('../font/SourceHanSansCN-Medium.svg') format("svg"),
     url('../font/SourceHanSansCN-Medium.oft') format("opentype");
     font-weight:normal;
    font-style: normal;
 }
p,h2,h3,h4,h5,h6,span{
  font-family:'PingFang SC',"Source Han Sans CN" !important;
}
body{
  max-width: 100%;
  margin: 0 auto;
  min-width: 1200px;
}



header {
  overflow: hidden;
  width: 100%;
  background: #333333; 
  height: 28px;
}
.kaoyan .ky_item:last-child{
	padding-bottom: 60px;
	margin-bottom: 0;
}
.clear{
  clear: both;
}
.slide_cg .fir_list li:last-child::after{
	display: none;
}
.pagetit{
  position: relative;
}
.pagetit h3:before{
 left: 47% !important;
}
.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 .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%;
}

.count-time-text {
  text-align: center;
      padding-top: 30px;
}
.count-time-text span{
width: 261px;
height: 31px;
font-size: 32px;
text-align: center;
font-weight: 500;
color: #F0D054;
}
.ct-box i{
  width: 44px;
height: 30px;
font-style:normal;
font-family: PingFang SC;
background: #FFFFFF;
border-radius: 4px;
color: #ed6c1f;
margin: 0 12px;
padding: 0 5px;
font-size: 32px; 
}
.ct-box ul{
margin: 20px 27% 0;
    text-align: center;
   width: 73%;
    height: 90px;
}
.ct-box ul li{
  float: left;
}
.ct-box span{
  width: 23px;
height: 22px;
font-size: 24px;
font-weight: 400;
color: #F0D054;
}
.banner{
  margin-top: 6px;
}
.banner_cen {
  width: 1200px;
    height: 150px;
    border-radius: 5px;
    box-shadow: 0 1px 7px 1px #00000024;
    position: relative;
    top: -30px;
    margin: 0 auto;
    background: #fff;
    border-radius: 5px;
    z-index: 2;
    left: 0;
    text-align: center;
}
.banner_cen ul li{
    float: left;
    width: 398px;
    height: 150px;
    position: relative;
}
.banner_cen p{
margin-top: 30px;
font-size: 28px;
font-weight: 400;
color: #343434;
}
.banner_cen ul li h5{
  width: 100px;
height: 32px;
background: #ed6c1f;
border-radius: 4px;
margin: 30px auto 0;
font-size: 18px;
font-weight: 400;
color: #FFFFFF;
line-height: 32px;
}
.banner_cen ul li:after {
    content: "";
    position: absolute;
    right: 0px;
    top: 44px;
width: 3px;
height: 62px;
background: #F0D054;
opacity: 0.4;
border-radius: 2px;
}
.banner_cen ul li:nth-child(3):after {
  width: 0;
}
.disparity-ps p{

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

.banner .swiper-pagination-bullet-active{
  background: #fff;
}
.banner1 img{
  display: block;
}
.banner .banner_box {
  width: 100%;
height: 160px;
    background: #ed6c1f;
    position: relative;
    top: -10px;
}
.banner .banner_box .banner_box_cont{
  width: 1200px;
  margin: 0 auto;
}
.banner .swiper-pagination{
  bottom: 20px
}
.banner .navbar {
    overflow: hidden;
    width: 1200px;
    height: 50px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    z-index: 91;
    background: #fff;
}
.banner .navbar.on {
  position: fixed;
  top: 0px;
    box-shadow:1px 1px 9px 0px rgba(168, 168, 168, 0.4);
}
.banner .navbar ul {
  overflow: hidden;
  height: 100%;
}
.banner .navbar ul li {
  overflow: hidden;
  width: 200px;
  height: 100%;
  cursor: pointer;
  position: relative;
  float: left;
}
.banner .navbar ul li.afters::after {
  display: none;
}

.banner .navbar ul li:hover::after {
  display: none;
}
.banner .navbar ul li:hover p {
  color: #ed6c1f;
}
.banner .navbar ul li:last-child:after {
  display: none;
}
.banner .navbar ul li:last-child:before {
  display: none;
}
.banner .navbar ul li:before{
      content: "";
    position: absolute;
    right: 0px;
    top: 16px;
width: 2px;
height: 19px;
background: #F0D054;
border-radius: 1px;
}
.banner .navbar ul li a {
  display: block;
  line-height:50px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.banner .navbar ul li a img {
  margin: 0 auto;
  margin-bottom: 10px;
}
.banner .navbar ul li a p {
  text-align: center;
  font-size: 20px;
  color: #333333;
}

.banner .navbar ul li.on::After {
  display: none;
}
.banner .navbar ul li.on p {
  color: #ed6c1f;
}

.page01 {
  width: 1200px;
 margin: 68px auto 0;
}
.page01 ul li{
  float: left;
  width: 384px;
height: 455px;
margin-left: 24px;
border-radius: 8px;
}
.page01 ul li ol{
  height: 78px;
}
.page01 ul li h2{
  float: left;
  margin-top: 32px;
  margin-left: 24px;
font-size: 28px;
font-weight: 500;
color: #003466;
}
.page01 ul li:nth-child(2) h2{
  color: #ed6c1f;
}
.page01 ul li:nth-child(3) h2{
  color: #F0D053;
}
.page01 .page01_cot{
  margin-top: 60px;
}
.page01 ul li p{
  position: relative;
font-size: 18px;
display: block;
margin-top: 22px;
margin-left: 42px;
cursor: pointer;
font-weight: 400;
color: #666666;
}
.page01 ul li p:after{
position: absolute;
    content: '';
    left: -15px;
    top: 7px;
    width: 6px;
    height: 6px;
    background: #ed6c1f;
    border: 1px solid #ed6c1f;
    border-radius: 50%;
}
.page01 ul li p:hover{
  color: #ed6c1f;
}
.page01 ul li img{
  float: right;
  margin-top: 12px;
  margin-right: 12px;
}
.page01 ul li:nth-child(1){
  background: #F4FAFF;
  margin-left: 0;
}
.page01 ul li:nth-child(2){
background: #FFF4F4;
}
.page01 ul li:nth-child(3){
background: #FFFBEC;
}
.pagetit h3 {
  margin: 0 auto;
  font-size: 32px;
  position: relative;
    width: 1200px!important;
      text-align: center;
}

.page02{
height: 562px;
background: #F8F8F8;
margin: 80px auto 0;
}
.page02_cot{
width: 1200px;
margin: 0 auto;
height: 100%;
position: relative;
}

.page02_cot .pagetit{
  padding-top: 50px;
}
.page02_cot .page02_pic1{
  position: absolute;
  bottom: 0;
left: -102px;
}
.page02_cot .page02_pic2{
  position: absolute;
    left: 320px;
    top: 30%;
    width: 6%;

}
.page02_cot ul{
  width: 64%;
    float: right;
    margin-top: 60px;
}
.page02_cot ul li {
float: left;
height: 46px;
background: #ed6c1f;
border-radius: 23px;
margin-top: 28px;
}
.page02_cot ul li:nth-child(2n){
margin-left: 28px;

}
.page02_cot ul li:nth-child(3){
    margin-left: 24px;

}
.page02_cot ul li:nth-child(5){
    margin-left: 72px;

}
.page02_cot ul li:nth-child(7){
 margin-left: 24px;
 
}
.page02_cot ul li h5{
font-size: 24px;
line-height: 46px;
    height: 46px;
width: auto;
padding-left: 52px;
font-weight: 400;
position: relative;
border-radius: 23px;
color: #FFFFFF;
    padding-right: 18px;
    background: #ed6c1f;
}
.page02_cot ul li h5:after{
  position: absolute;
  content: '';
  background: url(../images/page02_tit.png)no-repeat center;
  width: 12px;
  height: 12px;
  left: 20px;
    top: 18px;
}
.pagetit h3:before{
    content: "";
    position: absolute;
    left: 238px;
    top: 45px;
    background: #ed6c1f;
      width: 70px;
    height: 4px;
    border-radius: 8px;
}
.curr-item {
  display: none;
}
.show {
    display: block!important;
}
.show2 {
  display: block!important;
}

.page03 {
  width: 1200px;
  margin: 80px auto 0;
}
.page03_cot {
  width: 1000px;
  margin: 20px auto 0;
}
.page03_cot ul li{
  margin-top: 40px;
  float: left;
  width: 448px;
}
.page03_cot ul li img{
  display: block;
}
.page03_cot ul li ol{
  width: 448px;
height: 136px;
border: 1px solid #BFBFBF;
border-radius: 0px 0px 8px 8px;
}
.page03_cot ul li:nth-child(2){
margin-left: 100px;
}
.page03_cot ul li h5{
  width: 182px;
height: 36px;
background: #ed6c1f;
border: 1px solid #ed6c1f;
border-radius: 4px;
line-height: 36px;
font-size: 18px;
text-align: center;
font-weight: 400;
float: left;
color: #FFFFFF;
margin: 24px 0 16px 28px;
}
.page03_cot ul li h5:nth-child(3),.page03_cot ul li h5:nth-child(4){
  margin-top: 0;
}
.page03_cot ul li h3{
  font-size: 28px;
  position: relative;
  margin-left: 20px;

}
.page03_cot ul li h3:before{
    content: "";
    position: absolute;
    left: -15px;
    top: 3px;
    width: 3px;
    height: 25px;
    background: #ed6c1f;
}
.page03_cot ul li p{
font-size: 20px;
    padding-top: 12px;
    color: #333333;
line-height: 40px;
}
.title {
  width: 100%;
  text-align: center;
}
.title p {
  display: inline-block;
  font-size: 36px;
  color: #333333;
  line-height: 1;
  position: relative;
}
.title p::after {
  content: '';
  width: 110px;
  height: 10px;
  background-image: url(../images/icon_13.png);
  position: absolute;
  left: -140px;
  top: 50%;
  margin-top: -5px;
}
.title p::before {
  content: '';
  width: 110px;
  height: 10px;
  position: absolute;
  background-image: url(../images/icon_15.png);
  right: -140px;
  top: 50%;
  margin-top: -5px;
}

.title1 {
  width: 100%;
  text-align: center;
}
.title1 p {
  display: inline-block;
  font-size: 36px;
  color: #fff;
  line-height: 1;
  position: relative;
}
.title1 p::after {
  content: '';
  width: 110px;
  height: 10px;
  background-image: url(../images/icon_26.png);
  position: absolute;
  left: -140px;
  top: 50%;
  margin-top: -5px;
}
.title1 p::before {
  content: '';
  width: 110px;
  height: 10px;
  background-image: url(../images/icon_28.png);
  position: absolute;
  right: -140px;
  top: 50%;
  margin-top: -5px;
}

.btn_y {
  padding:0;
  width: 400px;
  height: 42px;
  background: #FEE9D6;
  border-radius: 30px;
  margin: 0 auto;
  display: block;
  border: none;
  outline: none;
  cursor: pointer;
  line-height:42px;
  /*box-shadow: 0 0 10px #cb7c7b;*/
  box-shadow:0px 2px 6px 0px rgba(0, 0, 0, 0.4);
  font-size: 24px;
  text-align:center;
  color: #a31513;
	transition: all .3s linear
}
.btn_y:hover{
	box-shadow: rgba(0,0,0,0) 0 0 0
}
.btn_y a {
  color: #a31513;
}

.page04{
  margin:80px auto 0;
  background: url(../images/page04_bt.png)no-repeat center;
height: 1050px;
}
.page04_cot,.page04_cot1 {
    width: 1200px;
  margin: 80px auto 0}

.culture li{
float: left;
width: 9.09%;
text-align: center;
    padding-bottom: 12px;
  border-bottom: 3px solid #fff;

}
.culture li a{
  font-size: 20px;
  color: #fff;

}

.culture .culture_item_active {
    padding-bottom: 12px;
    border-bottom: 3px solid #ff6e00;
    position: relative;
}
.culture .culture_item_active:after{
position: absolute;
    content: "";
    left: 40%;
    bottom: -24px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #ff6e00;
    border-left: 12px solid transparent;
    transform: rotate(180deg);
}
.culture .culture_item_active  a{
  color: #ff6e00;

}
.cult-item{
  display: none;

}
.cult-item.show{
  
      animation: hideIndex 0.3s;
    -moz-animation: hideIndex 0.3s;
    -webkit-animation: hideIndex 0.3s;
    -o-animation: hideIndex 0.3s;
}
.page04 .pagetit{
    padding-top: 50px;
}
.page04 .pagetit h3{
  color: #fff;
}
.page04 .pagetit h3:before{
    background: #ff6e00;
    top: 64px;
    height: 6px;
}
.page04_cot1 {
  margin-top:40px;
  width: 1200px;
height: 700px;
background: #FFFFFF;
box-shadow: 0px 4px 24px 0px rgba(45, 45, 45, 0.6);
border-radius: 8px;
padding: 30px 24px;
  
}
.page04_cot1 .item .tit {
    display: flex;
    align-items: center;
    overflow: hidden;
}
.cult-item-left h3,.cult-item-right h3{
  width: 210px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  background-color: #ff6e00;
}
.cult-item-left{
  float: left;
  margin-left: 26px;
}
.cult-item-right{
  float:left;
  margin-left: 58px;
}
.cult-item-left ul{
  width: 700px;
  height: 300px;
  background-color: #f7f7f7;
  padding: 20px 25px 25px;
}
.cult-item-left ul li{
  margin-top: 20px;
  cursor: pointer;
}
.cult-item-left ul li p{
  font-size: 20px;
  line-height: 30px;
}
.cult-item-left ul li p:hover{
  color: #ff6e00;
}
.cult-item-right ul{
 height: 300px;
 width: 340px; 
   background-color: #f7f7f7;
   padding: 20px;

}
.cult-item-right ul li{
  text-align: center;
  width: 278px;
  height: 50px;
  margin: 20px auto 0;
  background-color: #ffffff;
  cursor: pointer;
  border:1px solid #dcdcdc;
}
.cult-item-right ul li:nth-child(1){
  margin-top: 0;
}
.cult-item-right ul li:hover{
  background-color: #ffefe4;
  border:1px solid #ff6e00;
}
.cult-item-right ul p{
  line-height: 50px;
  font-size: 22px;
  color: #000000;
  padding-left: 20px;
  position: relative;
}
.cult-item-right ul p:after{
  position: absolute;
 left: 47px;
    top: 14px;
  content: '';

}
.cult-item-right ul li:nth-child(1) p:after{
  background: url(../images/page04_hot.png)no-repeat center;
  width: 20px;
  height: 23px;
}
.cult-item-right ul li:nth-child(2) p:after{
  background: url(../images/page04_fx.png)no-repeat center;
  width: 24px;
  height: 24px;
}
.cult-item-right ul li:nth-child(3) p:after{
  background: url(../images/page04_xx.png)no-repeat center;
  width: 25px;
  height: 21px;
}
.cult-item-right ul li:nth-child(4) p:after{
  background: url(../images/page04_jy.png)no-repeat center;
  width: 22px;
  height: 22px;
   left: 40px;
}

.cult-item-bottom{
  width: 1100px;
  background-color: #f7f7f7;
  height: 196px;
  margin-top: 40px;
  margin-left: 26px;
}

.cult-item-bottom1 {
  width: 208px;
  height: 196px;
  background: url(../images/page04_01.png)no-repeat center;
  float: left;

}
.cult-item-bottom1 img{
  margin-top: 40px;
  margin-left: 73px;
}
.cult-item-bottom1 h3{
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-top: 28px;
}
.cult-item-bottom ul{
    margin-left: 48px;
    float: left;
    width: 800px;
    margin-top: 11px;
}
.cult-item-bottom ul li {
  float: left;
  width: 240px;
  height: 56px;
  margin: 20px 0 0 20px;
  border-radius: 50px;
  background-color: #ff6e00;

}
.cult-item-bottom ul li h5{
color: #ffffff;
font-size: 24px;
text-align: center;
line-height: 56px;
  width: 240px;
  height: 56px;
  border-radius:50px;
  background-color: #ff6e00;
}
.page05 {
  margin: 80px auto 0;
}
.page05 .pagetit h3:before{
    left: 333px;
}
.page05_cont{
  height: 261px;
  background:#ed6c1f;
    margin:50px auto 0;

}

.page05_cont .mid{
  width: 1200px;
  margin: 0 auto;

}
.page05 .container img .videolist{
  width: 304px;
  height: 204px;
}
.page05_cont .fs-tips {
    float: left;
}
.page05_cont .fs-form{
  float: right;
 width: 964px;
}
.page05_cont  .fs-price {
  float: left;
     width:520px;
  margin-top: 26px;
}
.page05_cont .fs-form .submit p{
width: 254px;
    height: 46px;
    background: #FFFFFF;
    text-align: center;
    border-radius: 8px;
    font-size: 28px;
    font-weight: 400;
    line-height: 46px;
    color: #ed6c1f;
    margin-left: 79px;
}
.page05_cont  .fs-price a {
    display: inline-block;
width: 240px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    margin-top: 26px;
    font-size:22px;
    border: 1.5px solid #ed9112;

border-radius: 18px;
}
.page05_cont  .fs-price a:nth-child(2n){
  margin-left: 12px;
}
.page05_cont .fs-form li input {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}
.page05_cont .fs-form li.ipt input {
width: 188px;
height: 32px;
    padding: 4px 10px;
    font-size: 20px;
    line-height: 32px;
    border-radius: 12px;
}
.page05_cont .fs-form li {
       float: left;
    margin-top: 20px;
}
.page05_cont .ipt.phone,.page05_cont .ipt.name{
       margin-top: 84px;
}
.page05_cont .ipt.phone {
  float: right;
  margin-right: 12px;
}
.page05_cont .fs-form li.fs-isRead label {
    position: relative;
    display: block;
    float: left;
        margin-left: 46px;
    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);
}
.page05_cont  .fs-form li.fs-isRead label a {
    color: #ffde00;
}
.page05_cont .fs-form li.fs-isRead input:checked + label:after {
    display: block;
}
.page05_cont .fs-form li.fs-isRead label:after {
    position: absolute;
    display: none;
    top: 6px;
    left: 0;
    width: 18px;
    height: 16px;
    background: url(../images/fs-isRead-icon.png) no-repeat;
    content: "";
}
.page05_cont .fs-form li.fs-isRead input {
    position: absolute;
    display: none;
}
.page05_cont .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: '';
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.videolist { position:relative; float:left; width:304px; height:204px;
margin-top: 33px;
    margin-bottom: 10px;
    margin-left: 26px;
 }
.videolist:hover{ cursor: pointer;background: rgba(0,0,0,0.2); }
.videoed { display:none; width:304px; height:204px; position: absolute; left:0%; top: 0%; }
.videos{ display:none; border: 1px solid #080808; position:fixed;     left: 30%;
    top: 5%;  z-index:100; width:640px; height:360px; }
.vclose { position:absolute;right:1%; top:1%; border-radius:100%; cursor: pointer; }
.page05_cot ul li{
  width: 32%;
  margin-left: 1.5%;
  float: left;
  margin-top: 36px;
  padding: 0 14px;
  border: 1px solid #eee;
}
.page05_cot ul li ol{
    margin-left: 27px;
    float: left;
}
.page05_cot ul li ol h4{
  font-size: 20px;

}
.page05_cot ul li ol h4 span{
  font-size: 14px;
  margin-left: 30px;
  color: #666666;
}

.page05_cot ul li ol p{
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 50px;
   color: #666666;
}
.page05_cot ul li ol p b{
  font-weight: 500;
}
.page05_cot ul li:hover{
  box-shadow: 0px 4px 7px 2px #0000001a;

}
.page05_cot ul li:hover ol{
  color: #ed6c1f !important;
}
.page05_cot ul li:hover p,.page05_cot ul li:hover h4 span{
  color: #ed6c1f !important;
}
.page05_cot ul li:nth-child(2) ol h4 span,.page05_cot ul li:nth-child(3) ol h4 span,.page05_cot ul li:nth-child(4) ol h4 span,
.page05_cot ul li:nth-child(6) ol h4 span{
  margin-left: 10px;
}
.page05_cot ul li:nth-child(1){
  margin-left: 0;
}
.page05_cot ul li:nth-child(4){
  margin-left: 0;
}
.swiper-slide {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.page06 {
  margin: 0 auto 0;
  height: 1042px;
  background: url(../images/page06_bt.png)no-repeat center;
}
.page06_cont{
 width: 1200px;
height: 662px;
background: rgba(255,255,255,0.5);
margin: 74px auto 0;
border-radius: 8px;
position: relative;
}
.page06_cont ul {
background: url(../images/page06_bg.png)  no-repeat center;
 width: 1200px;
height: 662px;


}
.page06_cont ul li{
  position:absolute;
  float: left;
  width: 200px;
}
.page06_cont ul li h2{
  position: absolute;
font-size: 24px;
font-weight: 500;
color: #333333;
top: -101px;
    right: 52px;
}
.page06_cont ul li:nth-child(2n) h2{
    top: 296px;
}
.page06_cont ul li h3{
 margin:0 24px 20px 24px;
 font-size: 28px;
 font-weight: 600;
 padding-top: 24px;
 color: #F0D053; 
 position: relative;
}
.page06_cont ul li h3:after{
position: absolute;
    content: '';
    right: 0;
    top: 36px;
    padding: 2px 20px;
    background: #F0D053;
    border-radius: 2px;
}
.page06_cont ul li p{
  width: 152px;
font-size: 18px;
font-weight: 400;
color: #FFFFFF;
margin-left: 24px;
text-align: justify;
line-height: 28px;
}

.page06_cont ul li ol{
  width: 200px;
height: 222px;
background: #ed6c1f;
border-radius: 8px;
}
.page06_cont ul li:nth-child(1){
    left: 38px;
    bottom: 51px;
}
.page06_cont ul li:nth-child(2){
left: 190px;
    top: 51px;
}
.page06_cont ul li:nth-child(3){
    left: 350px;
    bottom: 51px;
}
.page06_cont ul li:nth-child(4){
left: 500px;
    top: 51px;
}
.page06_cont ul li:nth-child(5){
    right: 340px;
    bottom: 51px;
}
.page06_cont ul li:nth-child(6){
    right: 192px;
    top: 51px;
}
.page06_cont ul li:nth-child(7){
    right: 34px;
     bottom: 51px;
}
.page06 .pagetit h3:before{
      left: 329px;
}
.page06 .pagetit{
  padding-top: 50px;
}
.page06_btn {
  margin: 0 auto;
    width: 680px;
}
.page06_btn h5{
width: 324px;
height: 56px;
background: #ed6c1f;
border-radius: 8px;
font-size: 28px;
color: #FFFFFF;
float: left;
margin-top: 32px;
margin-right: 32px;
line-height: 56px;
}
.page06_btn h5:nth-child(2n){
  margin-right: 0;
}
.page07 {
  width: 1200px;
    margin: 80px auto 0;
} 
.Lesson{
  margin-top: 60px;
}
.Lesson_navbar{
  width: 270px;
height: 460px;
border: 1px solid #EEEEEE; 
border-radius: 8px;
float: left;
}
.Lesson_navbar li{
height: 92px;
width: 270px;
}
.Lesson_navbar li p{
font-size: 24px;
  cursor: pointer;
color:#343434;
line-height: 92px;
text-align: center;
}
.Lesson_navbar li.on p{
  color: #ed6c1f;
  position: relative;

}
.Lesson_navbar li.on p:after{
  position: absolute;
  content: '';
  background: url(../images/page07_icon1.png)no-repeat center;
left: 56px;
    top: 38px;
  width: 10px;
  height: 16px;

}
.Lesson_navbar li.on p:before{
  position: absolute;
  content: '';
  background: url(../images/page07_icon2.png)no-repeat center;
right: 56px;
    top: 38px;
  width: 10px;
  height: 16px;

}
.Lesson_fade {
  width: 880px;
  float: right;
}
.Lesson_item ul li {
  float: left;
  width: 20%;
}
.Lesson_item .fl{
  width: 880px;
}
.Lesson_item .fl p{
  text-align: center;
font-size: 24px;
font-weight: 400;
    height: 42px;
color: #9A9A9A;
cursor: pointer;
border-bottom: 2px solid  #EEEEEE;
}
.Lesson_item .fl .on p{
  color: #ed6c1f;
  border-bottom: 2px solid  #ed6c1f;
}
.Lesson_item .fl .on{
  position: relative;
}
.Lesson_item .fl .on p: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 #ed6c1f;
    border-left: 8px solid transparent;
}
.Lesson_item .fr{
  width: 880px;
  height: 392px;
  margin-top: 24px;
  background: url(../images/page07_bg.png)no-repeat center;
}
.Lesson_item .fr h2{
  margin-top: 30px;
  margin-left: 80px;
font-size: 28px;
font-weight: 400;
color: #343434;
}
.Lesson_item .fr h2 span{
  color: #ed6c1f;
}
.Lesson_item .fr p{
  margin-left: 80px;
font-size: 20px;
margin-top: 16px;
color: #666666;
margin-right: 80px;
position: relative;
line-height: 30px;
}
.Lesson_item .fr p:after{
  position: absolute;
  content: '';
left: -32px;
    top: 7px;
  width: 22px;
  background: url(../images/page07_icon3.png);
  height: 18px;
}
.Lesson_item .fr .fr_lesson_cont{
  height: 294px;
}
.Lesson_item .fr .fr_lesson_cont1 p{
    margin-top: 8px;
}
.Lesson_item .fr .fr_lesson_cont1 p:nth-child(2){
  margin-top: 16px;
}
.Lesson_item .fr .fr_lesson_cont1 p .bb20{
color: #666666;
margin-left: 54px;
    font-size: 20px;
}
.Lesson_item .fr  .page07_bnn{
  margin-top: 16px;
}
.Lesson_item .fr p span{
    color: #ed6c1f;
    font-size: 18px;
}
.Lesson_item .fr h5{
  width: 235px;
height: 36px;
background: #ed6c1f;
border-radius: 4px;
line-height: 36px;
float: right;
font-size: 18px;
padding-right: 20px;
color: #FFFFFF;
position: relative;
margin-right: 50px;
}
.Lesson_item .fr h5:after{
  position: absolute;
  content: '';
right: 22px;
    top: 6px;
  width: 22px;
  background: url(../images/page07_icon4.png);
  height: 22px;
}
.src {
  display: none;
}

.src1 {
  display: block;
}

.banner .navbar ul li:hover .src {
  display: block;
}

.banner .navbar ul li:hover .src1 {
  display: none;
}


.banner .navbar ul li.on .src {
  display: block !important;
}

.banner .navbar ul li.on .src1 {
  display: none !important;
}



.pageinner {
    width: 1200px;
    margin: 0 auto;
}
.footers{
	overflow: hidden;
padding: 30px 0 180px 0;
	background: #333333;
}
.footers .top{
	overflow: hidden;
	display: flex;
	margin-bottom: 20px;
	align-items: center;
	justify-content: center;
}
.footers .top div{
	overflow: hidden;
	padding-left: 49px;
	position: relative;
}
.footers .top div::after{
	content: '';
	width: 1px;
	height: 48px;
	background: #fff;
	position: absolute;
	left: 25px;
	top: 50%;
	margin-top: -24px;
}
.footers .top p{
	font-size: 18px;
	color: #fff;
	line-height: 28px;
}
.footers span{
	display: block;
	font-size: 18px;
	color: #fff;
	line-height: 28px;
	text-align: center;
}


.moduletable{
  width:875px;
  margin:55px auto 0;
  border: none;
  border-collapse: collapse;
}
.moduletable tr th{
  text-align: center;
  color:#333333;
  border:2px solid #000000;
}
.moduletable tr h3{
  text-align: center;
  font-size:32px;
  line-height:66px;
  color:#333333;
}
.moduletable tr td{
  text-align: center;
  padding:10px;
  height:66px;
  border:2px solid #000000;
}
.moduletable tr td span.th{
  display: inline-block;
  font-size:24px;
}
.moduletable tr td p{
  display: inline-block;
  font-size:18px;
  line-height:22px;
}
.moduletable tr td p.sm{
  font-size:15px;
  cursor: pointer;
}
.moduletable tr td p.sm:hover{
  text-decoration: underline;
}
.moduletable tr td a.shiting{
  display: inline-block;
  width:54px;
  height:52px;
  background:url(../images/shiting-1.png) no-repeat;
}
.moduletable tr td a.shiting:hover{
  background:url(../images/shiting-2.png) no-repeat;
}
.btn_ywd286{
    width:286px;
    line-height:36px;
    background: #FEE9D6;
    border-radius: 30px;
    margin:15px auto 0;
    display: block;
    border: none;
    cursor: pointer;
    /* box-shadow: 0 0 10px #cb7c7b; */
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.4);
    font-size: 20px;
    text-align: center;
    color: #a31513;
	transition: all .3s linear
}

.btn_ywd286:hover{
	box-shadow: rgba(0,0,0,0) 0 0 0
}


.scholarship_left {
    display: inline-block;
    /* letter-spacing: 2px; */
    line-height: 40px;
    width:285px;
    margin-top: 50px;
    padding-right: 45px;
    font-size: 24px;
    float: left;
    text-align: justify;
}
.scholarship_tab_wrap {
    display: inline-block;
    color: #ed6c1f;
    width:870px;
    float: right;
    vertical-align: top;
}



.zhuany_Lesson ul li{
float: left;
    width: 276px;
    margin:17px 0 0 48px;
    height: 142px;
    border: 1px solid #ed6c1f;
    border-radius: 14px;
}
.zhuany_Lesson ul li:nth-child(1),.zhuany_Lesson ul li:nth-child(2),.zhuany_Lesson ul li:nth-child(3){
  margin-top: 0;
}
.zhuany_Lesson ul li .zhuany_Lsiner{
  background:#fff;
  border-radius:12px;
  overflow: hidden;
}
.zhuany_Lesson ul li h4{
  float: left;
  width: 50px;
  color: #ed6c1f;
  font-size: 20px;
  margin-top: 16px;
  margin-left: 30px;
}
.zhuany_Lesson ul li p{
  float: left;
  text-align: justify;
    margin-left: 30px;
    margin-top: 5px;
}
.zhuany_Lesson ul li .zhuany_Lsbotms p:nth-child(2){
     margin-top: 16px;
}

.zhuany_Lesson ul li:nth-child(2) .zhuany_Lsbotms p:nth-child(2),.zhuany_Lesson ul li:nth-child(3) .zhuany_Lsbotms p:nth-child(2),
.zhuany_Lesson ul li:nth-child(7) .zhuany_Lsbotms p:nth-child(2),.zhuany_Lesson ul li:nth-child(8) .zhuany_Lsbotms p:nth-child(2){
     margin-top: 28px;
}
.zhuany_Lesson ul li p:hover{
  color: #ed6c1f;
  border-bottom: 1px solid #ed6c1f;
}
.zhuany_Lstopt h3{
  text-align: center;
  color:#fff;
  font-size:24px;
  line-height:36px;
  background:#ed6c1f;
}
.zhuany_Lsbotms{
  background:#fff;
  text-align: center;
}
.zhuany_Lsbotms h4{
    line-height:32px;
    padding:5px 0;
    color:#f63031;
    font-size:20px;
}
.zhuany_Lsbotms p{
    font-size:16px;
    color:#666666; 
}
.zhuany_Lesson ul{
  margin:0 -48px;
}
.page08 {
  width: 1200px;
  margin: 80px auto 0;
}
.page08 .page08_cont{
  margin-top: 60px;
}
.page08_cont table .page08_td1{
  border-top: 0;
  border-left: 0;
}
.page08_cont table .page08_td2{
  border-top: 0;
}
.page08_cont table .page08_td3{
    border-top: 0;
  border-right: 0;
}
.page08_cont .table-item_tit td{
  color: #fff;
  text-align: center;
  padding:0;
height: 60px;
font-size: 20px;
background: #ed6c1f;
}
.page08_cont .table-item_tit td:nth-child(1){
border-radius: 12px 0 0px 0px;
}
.page08_cont .table-item_tit td:nth-child(3){
border-radius: 0px 12px 0px 0px;
}
.page08_cont table td {
  height: 80px;
}
.page08_cont table td{
  width: 437px;
padding: 20px 44px;
    border: 1px solid #eee;
font-size: 18px;
font-weight: 400;
color: #666666;
line-height: 28px;
}
.page08_cont table td a{
  color: #666;
}
.page08_cont table td a:hover{
  color: #ed6c1f;
  border-bottom: 1px solid #ed6c1f;
}
.page08_cont table .table-item_bg td
{
height: 16px;
    border: 0;
background: #ed6c1f;
border-radius: 0px 0px 12px 12px;
}
.page08_cont table {
      border: 1px solid #ed6c1f;
  box-shadow: 1px 3px 12px 1px rgb(237, 108, 31);
    border-radius: 14px;
}
.page08_cont table td p{
text-align: center;
height: 23px;
padding:0;
font-size: 24px;
color: #343434;
line-height: 30px;
}
.page08_cont table td h5{
    background: #ed6c1f;
    border-radius: 4px;
    width: 110px;
    height: 36px;
    font-size: 18px;
    font-weight: 400;
    margin: 0 auto;
    color: #FFFFFF;
    text-align: center;
    line-height: 36px;
}
.page09 {
  margin:80px auto 0;
}
.page09_cont {
margin: 70px auto 0;
height: 202px;
background: #ed6c1f;
}
.page09_cont ul{
  width: 1200px;
  margin: 0 auto;
}
.page09 .pagetit h3:before{
      left: 327px;
}
.page09_cont ul li{
  float: left;
  margin-top: 50px;
  position: relative;
  cursor: pointer;
  width: 25%;
  text-align: center;
}
.page09_cont ul li p{
margin-top: 16px;
height: 24px;
font-size: 24px;
color: #FFFFFF;
}
.page09_cont ul li:after{
  content: '';
  position: absolute;
  width: 2px;
height: 119px;
background: #fff;
right: 0;
    top: -7px;
}
.page09_cont ul li:nth-child(4):after{
  display: none;
}
.page10{
  margin: 80px auto 0;
 width: 1200px;

}
.page10 .pagetit h3{
  width: 48%;
}
.page10_cont {
  margin: 60px auto 0;
}
.page10 ul li{
  float: left;
  width: 282px;
  margin-left: 24px;
}
.page10 ul li:nth-child(1),.page10 ul li:nth-child(5){
  margin-left: 0;
}
.page10 ul li:nth-child(4){
  float: right;
}
.page10 ul li:nth-child(5),.page10 ul li:nth-child(6),.page10 ul li:nth-child(7){
  margin-top: 20px;
}
.page10 ul li img{
                width: 100%;
                cursor: pointer;
                transition: all 0.6s;/*图片放大过程的时间*/
            }
.page10 ul li img:hover{
                transform: scale(1.1);/*鼠标经过图片放大的倍数*/
            }
.page11{
  width: 1200px;
  margin: 80px auto 0;
height: 500px;
background: #F8F8F8;
border-radius: 8px;
}
.page11 .pagetit{
  padding-top: 50px;
}
.page11 ul li{
      float: left;
width: 218px;
height: 296px;
    border-radius: 8px;
    background: #fff;
    margin: 0 15px;
        margin-left: 60px;
        margin-top: 64px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 0px 16px 0px rgba(210, 210, 210, 0.7);
}
.page11 ul li:nth-child(1){
  margin-left: 50px;
}

.page11 .science_menty {
    padding: 32px 0 0;
}
.page11 .science_menty  img{
    width: 40%;
}
.page11 .science_menty img.vh {
    display: none;
}
.page11 .science_menty h3{
font-size: 24px;
  color:#ed6c1f;
  line-height:32px;
  padding:10px 0;
}
.page11 .science_menty p{
font-size: 18px;
  color:#666666;
  line-height:32px;
}
.page11 ul li:hover{background:#ed6c1f;}
.page11 ul li:hover .science_menty h3{color:#fff;}
.page11 ul li:hover .science_menty p{color:#fff;}
.page11 ul li:hover .science_menty img.vh{display: inline-block;}
.page11 ul li:hover .science_menty img.vb{display: none;}
.page11 .server_title {
    display: inline-block;
    padding:0 20px;
    background-color: #CD3333;
    margin:35px 0;
    color: #fff;
    font-size:32px;
    line-height:50px;
}

.page12{
  margin: 80px auto 0;

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

}
.page12 .page12_cot1{
  height: 420px;
  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: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: #ed6c1f;
border-radius: 2px;

    left: 1px;
    top: 45px;
}
.page12_cot1 .environ-item {
  display: none;
}
.page12_cot1 .environ-item.show{
display: block;
  animation: hideIndex 0.3s;
    -moz-animation: hideIndex  0.3s; /* Firefox */
    -webkit-animation: hideIndex  0.3s; /* Safari and Chrome */
    -o-animation: hideIndex  0.3s; /* Opera */
}
@keyframes hideIndex{
  0%{ opacity: 0; }
  100%{opacity: 1; }
}
.page12_cot1 .environ-item h2{
display: inline-block;
    width: 12%;
height: 23px;
font-size: 24px;

font-weight: 500;
    margin-left: 12px;
color: #343434;
line-height: 26px;
}
.page12_cot1 .environ-item h3{
    display: inline-block;
    width: 256px;
    height: 28px;
    background:#ed6c1f;
    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: 114px;
font-size: 16px;
font-weight: 400;
color: #666666;
margin-top: 20px;
    margin-left: 32px;
line-height: 26px;
}
.page12_cot1 .environ-item h4{
    font-size: 20px;
    font-weight: 400;
    color: #ed6c1f;
    margin-left: 32px;
    line-height: 26px;
}
.page12_cot1 .environ-item h2:after{
  display: none;
}
.page12 .page12_cot1 .environment li h3{
position: absolute;
  bottom: 5px;
    left:6px;
        width: 93.5%;
    height: 28px;
    text-align: center;
    line-height: 28px;
    background:#ed6c1f;
    border-radius: 0px 0px 4px 4px;
    font-size: 18px;
    color: #fff;

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

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

.page12_cot2 .nth_title h2:after{
position: absolute;
content: '';
width: 3px;
height: 27px;
background: #ed6c1f;
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 #ed6c1f !important;
   color:#ed6c1f !important;
  
}
.page12_cot2 .t-c-item{
  margin-top: 20px;
}
.page12_cot2 .t-c-item .lsWzhislide{
background: rgba(255,255,255,0.8);
 height: 360px;
 border-radius: 8px;
 border:1px solid #ed6c1f;
 position: relative;
} 

.page12_cot2 .t-c-item  .lsWzhislide::after {
    position: absolute;
    content: "";
    width: 41px;
    height: 39px;
    background: url(../images/teacher_1.png) no-repeat center;
    border-left: none;
    border-bottom: none;
       right: 65px;
      bottom: 42px;
}
.teacher_item.active::after {
    position: absolute;
    content: "";
    left: 47%;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 15px solid #ed6c1f;
    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: 28px;
    height: 276px;
    margin-left: 40px;
        float: left;
}
.page12_cot2 .lsWzhislide_tops .teacher_head img{
width: 210px;
    height: 276px;
    position: absolute;
    top: 20px;
    left: 20px;

}
.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: #ed6c1f;
  width: 700px;
  margin-top: 30px;
  margin-left: 60px;
}
.page12_cot2 .lsWzhislide_tops p{
  font-size: 16px;
  color: #666666;
    margin-left: 60px;
height: 160px;
    float: left;
         width: 764px;
        line-height: 30px;
        margin-top: 30px;
}
.page12_cot2 .lsWzhislide_botm  h5{
  font-size: 20px;
  content: #fff;
  text-align: center;
  width: 180px;
  height: 36px;
  line-height: 36px;
  background-color:#ed6c1f;
  color: #fff;
  float: left;
    position: absolute; 
    border-radius: 4px;
    cursor: pointer;
    bottom: 34px;
    right: 386px;

}
/* .page12_cot2 .preview .swiper-slide-active{
position: relative;
top: -12px;
} */
/* 20200928 */
.page12_cot2 .preview .swiper-slide span img{
border-radius: 4px;
background-color: #fff;
}
.gallery-thumbs .swiper-slide-thumb-active{ 
  position: relative;
  top: -12px;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.page12_cot2 .preview {
    position: relative;
    margin-top: 24px;
    overflow: hidden;
    width: 1080px;
    height: 146px;
}
.page12_cot2  .preview .swiper-slide {
    /* width: 206px !important; */
    /* margin: 0 10px; */
    overflow: hidden;
   
}
.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: 3px;
    bottom: 0;
    width: 201px;
    background: #ed6c1f;
    font-size: 16px;
    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: 0;
      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: 0;
      width: 60px;
      height: 100%;
      margin: 0;
      z-index: 10;
      outline: none;
    }
@charset "utf-8";

.addr_wrap {
    width: 100%; 
     margin-top: 80px;
}


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

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

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

.data-table-row td div{
  text-align: center;
font-size: 24px;
font-weight: 500;
color: #fff;
}
.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:-4px;
  height: 54px;
  color: #fff;
  background: #fff;
  position: absolute;
  top: 0;
  width: 1px;
  content: '';
} 
.grid-head .datagrid-cell.cell-c2:after{
 right:2px;
  height:54px;
  color: #fff;
  background: #fff;
  position: absolute;
  top: 0;
  width: 1px;
  content: '';
} 
.cell-c1{
    width:174px;
    height:auto;

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

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

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

.datagrid-btable tr td{
       border: 1px solid rgb(237, 108, 31,0.4);
   border-collapse: collapse;
    margin: 0px;
    padding: 0px;
}


.fixed-signup .mid {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}
.fixed-signup{ position: fixed; bottom: 0; left: 0; z-index: 999999; width: 100%; height: 150px;
  background:url(../../images/footer_bg.png)no-repeat center}
.fixed-signup .fs-tips{
     position: absolute;
    float: left;
    width: 156px;
    height: 72px;
    line-height: 24px;
    text-align: center;
    bottom: 45px;
    left: 10px;
}
 .fixed-signup  .fs-price a{
display: inline-block;
  width: 176px;
    height: 26px;
    text-align: center;
    line-height: 23px;
    color: #fff;
    font-size: 17px;
    border:1.5px solid #ed9112;
    border-radius: 12px;
}
.fs-formbt {
  margin: 20px auto 0;
  display: block;
}
.fs-form ul{
    width: 820px;
    margin: 0 auto;}
.fs-form ul li{
  float: left;
  width: 190px;
  margin: 10px 0px 0 10px;
  height: 26px;
 background: linear-gradient(180deg, #fde4ab, #ffc57d);
 border-radius: 20px;
 text-align: center;
 cursor: pointer;
}

.fs-form ul li p{
  line-height: 26px;
  color: #ff1800;
  font-size: 16px;
      font-weight: 500;
}

.fixed-signup .fs-tips2{
     position: absolute;
    float: left;
     cursor: pointer;
    width: 156px;
    height: 72px;
    line-height: 24px;
    text-align: center;
       bottom: 56px;
    right: 25px;
}