.indexContent{
  width: 100%;
  height: 100%;
}
.layer {
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 999999999999;
}
.banner .swiper-slide > a {
  width: 100%;
  height: 100%;
  position: absolute;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff !important;
}
.indexContent {
  min-width: 1300px;
}
header {
  width: 100%;
  position: absolute;
  top: 0px;
  z-index: 9;
  box-shadow:0px 1px 0px 0px rgba(255,255,255,0.2);
}
.header-content {
  width: 1200px;
  height: 90px;
  line-height: 90px;
  margin: 0 auto;
}
.logo {
  width: 150px;
  height: 50px;
  background: url(logo.png) no-repeat;
  margin-top: 20px;
}
.header-left,
.header-right {
  text-align: center;
}
.header-left ul li,
.header-right ul li {
  float: left;
  cursor: pointer;
}
.header-left ul li {
  width: 120px;
  height: 90px;
}
.header-left ul li a {
  color: white;
}
.active {
  background: rgba(255, 255, 255, 0.2);
}
.header-left ul,
.header-right ul {
  overflow: hidden;
  margin-left: 30px;
}
.header-left {
  font-size: 18px;
  color: #ffffff;
}
.header-right {
  font-size: 16px;
  color: #ffffff;
}
.mark {
  width: 300px;
  font-size: 18px;
  position: relative;
  overflow: auto;
  text-align: right;
}
.header-right > ul > li a {
  color: #fff;
}
.login:hover {
  /* background: #f8a43d; */
}
.toApply {
  width: 150px;
  height: 44px;
  line-height: 42px;
  color: #f68d0c;
  background: #ffffff;
  border-radius: 22px;
  margin-top: 23px;
  margin-left: 16px;
  border: 1px solid #ffffff;
}
.toApply:hover {
  color: #ffffff;
  background: #F8A43D;
  border: 1px solid #ffffff;
}
/*banner*/
.banner {
  width: 100%;
  min-width: 1300px;
  height: 850px;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.hasPointer{
  cursor: pointer;
}

/*底部样式*/
footer {
  width: 100%;
  min-height: 60px;
  background: rgba(235, 236, 239, 1);
}
.footer-content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.footer-content ul {
  float: right;
  width: 100%;
  overflow: hidden;
  padding-top: 40px;
  margin-bottom: 44px;
}
.footer-content ul li {
  float: right;
  margin-left: 64px;
  font-size: 16px;
  text-align: right;
  color: #999;
}
.footer-content ul li a {
  color: #999;
}
.footer-content ul li a:hover {
  color: #f68d0c;
}
.footer-copy {
  text-align: center;
  font-size: 12px;
  color: rgba(153, 153, 153, 1);
  overflow: hidden;
  display: table;
  margin: 0 auto;
}
.footerPr{
  position: relative;
  top: -2px;
}
.padding-l-10{
  padding-left: 10px;
}
/* 固定底部的领取体验课 */
.fixed-bottom {
  position: fixed;
  bottom: 0px;
  z-index: 99999;
  display: none;
}

/*悬浮窗*/
.floatWindow {
  position: fixed;
  right: 20px;
  top: 50%;
  z-index: 999999;
  margin-top: -100px;
}
.floatWindow ul li{
  width: 60px;
  height: 60px;
  cursor: pointer;
  border:1px solid rgba(246,141,12,1);
  margin-bottom: 7px;
  background: #fff;
}
.floatWindow ul li p{
  font-size:14px;
  line-height:14px;
  color: #F68D0C;
  text-align: center;
  letter-spacing:-1px
}
.floatWindow ul .service-phone{
  position: relative;
}
.floatWindow ul .miniProgram{
  position: relative;
}
.floatWindow ul .qqConsult{
  position: relative;
}
.floatWindow ul .qqConsult .img{
  position: relative;
  width: 25px;
  height: 25px;
  background: url(QQ_yellow.png) no-repeat;
}
.floatWindow ul .service .img{
  width: 25px;
  height: 25px;
  background: url(service-orange.png) no-repeat;
}
.floatWindow ul .service-phone .img{
  width: 25px;
  height: 25px;
  background: url(phone-orange.png) no-repeat;
}
.floatWindow ul .miniProgram .img{
  width: 25px;
  height: 25px;
  background: url(weixin_yellow.png) no-repeat;
  background-size:100%;
}
.floatWindow ul .appBox .img{
  width: 25px;
  height: 25px;
  background: url(app_yellow.png) no-repeat;
  background-size:100%;
}
.floatWindow ul .backTop{
  display: none;
}
.floatWindow ul .backTop .img{
  width: 25px;
  height: 25px;
  background: url(top-orange.png) no-repeat;
}
.floatWindow ul .service:hover{
  background: #F68D0C;
}
.floatWindow ul .service:hover p{
  color: #FFF;
}
.floatWindow ul .service:hover .img{
  background: url(service-white.png) no-repeat;
}
.floatWindow ul .service-phone:hover{
  background: #F68D0C;
}
.floatWindow ul .service-phone:hover .floatWindow-left{
  display: block
}
.floatWindow ul .service-phone:hover p{
  color: #FFF;
}
.floatWindow ul .service-phone:hover .img{
  background: url(phone-white.png) no-repeat;
}
.floatWindow ul .miniProgram:hover{
  background: #F68D0C;
}
.floatWindow ul .qqConsult:hover{
  background: #F68D0C;
}
.floatWindow ul .qqConsult:hover p{
  color: #FFF;
}
.floatWindow ul .qqConsult:hover .img{
  background: url(QQ_white.png) no-repeat;
  background-size:100%;
}
.floatWindow ul .miniProgram:hover .miniProgram-left{
  display: block
}
.floatWindow ul .miniProgram:hover .Consultation{
    height: 166px;
    background: rgba(246,141,12,1);
    color: #fff;
}
.floatWindow ul .miniProgram:hover p{
  color: #FFF;
}
.floatWindow ul .miniProgram:hover .img{
  background: url(weixin_white.png) no-repeat;
  background-size:100%;
}
.floatWindow ul .appBox:hover .img{
  background: url(app_white.png) no-repeat;
  background-size:100%;
}
.floatWindow ul .backTop:hover{
  background: #F68D0C;
}
.floatWindow ul .backTop:hover p{
  color: #FFF;
}
.floatWindow ul .backTop:hover .img{
  background: url(top-white.png) no-repeat;
}

.floatWindow ul li .img{
  display: table;
  margin: 8px auto 6px;
}
.floatWindow-left{
  width:210px;
  height:60px;
  display: none;
  background:rgba(246,141,12,1);
  border:1px solid rgba(246,141,12,1);
  position: absolute;
  top: -1px;
  left: -221px;
  text-align: center;
  cursor: auto;
}
.floatWindow-left::after{
  content: "";
  position: absolute;
  height: 0px;
  width: 0px;
  right: -8px;
  top: 24px;
  border-top: 6px solid transparent;
  border-left: 9px solid rgba(246,141,12,1);
  border-bottom: 6px solid transparent;
}
.miniProgram-left{
  width:154px;
  height:154px;
  display: none;
  border:10px solid rgba(246,141,12,1);
  position: absolute;
  top: -28px;
  left: -165px;
  text-align: center;
  cursor: auto;
}
.miniProgram-left::after{
  content: "";
  position: absolute;
  height: 0px;
  width: 0px;
  right: -18px;
  top: 42px;
  border-top: 6px solid transparent;
  border-left: 9px solid rgba(246,141,12,1);
  border-bottom: 6px solid transparent;
}
.miniProgram-left img{
  width: 100%;
}
.floatWindow-phone{
  font-size:18px;
  font-weight:bold;
  margin-top: 12px;
  color:rgba(255,255,255,1);
  line-height:18px;
}
.floatWindow-service{
  font-size:14px;
  margin-top: 6px;
  color:rgba(255,255,255,1);
  line-height:14px;
}
.header-right {
  color: #fff;
  font-size: 18px;
}
.header-right .header-img {
  position: relative;
}
.header-right .header-img .img {
  width: 40px;
  height: 40px;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  margin-top: 24px;
  margin-right: 13px;
}
.header-right .header-img .name-nav {
  font-size: 18px;
  color: #fff;
  padding-right: 40px;
  position: relative;
}
.header-right .header-img .name-nav:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: #fff solid;
  border-width: 1px 1px 0 0;
  transform: rotate(135deg);
  position: absolute;
  top: 38px;
  right: 16px;
}
.header-right .header-img .name-nav > ol {
  display: none;
  position: absolute;
  z-index: 9999;
  top: 90px;
  left: -40px;
  background: #fff;
  border: 1px solid #ededed;
  border-top: none;
}
.header-right .header-img .name-nav > ol::before{
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  top: -8px;
  left: 62px;
}
.header-right .header-img .name-nav > ol li {
  line-height: 44px;
  color: #666666;
  width: 139px;
  font-size: 14px;
  cursor: pointer;
}
.header-right .header-img .name-nav > ol li a {
  color: #666666;
}
.header-right .header-img .name-nav > ol li:hover {
  color: #f68d0c;
  background: #f2f2f2;
}
.indexContent .index-pc .header-right .header-img .name-nav-down:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: #fff solid;
  border-width: 1px 1px 0 0;
  transform: rotate(135deg);
  position: absolute;
  top: 38px;
  right: 16px;
}
.indexContent .index-pc .header-right .header-img .name-nav-up:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: #fff solid;
  border-width: 1px 1px 0 0;
  transform: rotate(-45deg);
  position: absolute;
  top: 42px;
  right: 16px;
}

.indexContent .index-pc .header-right .header-img .name-nav-down01:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: #f68d0c solid;
  border-width: 1px 1px 0 0;
  transform: rotate(135deg);
  position: absolute;
  top: 38px;
  right: 16px;
}
.indexContent .index-pc .header-right .header-img .name-nav-up01:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: #f68d0c solid;
  border-width: 1px 1px 0 0;
  transform: rotate(-45deg);
  position: absolute;
  top: 42px;
  right: 16px;
}

.header-right .header-img .name-nav:hover > ol {
  display: block;
}
.header-right .header-img .name-nav:hover::after {
  transform: rotate(-45deg);
  top: 42px;
}
.content .title{
  color: #F68D0C;
  font-size: 28px;
  line-height: 28px;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 63px;
}
.content ul{
  overflow: hidden;
  width: 1200px;
  margin: 0 auto 80px;
}
.content ul li{
  float: left;
  width: 380px;
  text-align: center;
  margin-right: 30px;
}
.content ul .noMarginR{
margin-right: 0px;
}
.content ul li .li_title{
  font-size: 22px;
  line-height: 22px;
  margin-top: 33px;
  margin-bottom: 10px;
}
.content .title span{
color: #f78b0d;
font-weight: bolder;
}
.content ul li p{
    font-size: 16px;
    line-height: 30px;
    color: #878586;
}
.content .imgBox{
  margin: 0 auto;
  width: 1200px;
}
.introduce_freetalk{
  background: #f9f9f9;
  padding: 10px 0px 40px;
  position: relative;
  text-align: center;
}
.content .course-content{
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.content .course-center{
  margin: 0 30px;
}
.course-content .l-title,
.course-content .c-title,
.course-content .r-title{
  color: #333333;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  padding: 20px 0 16px;
  text-align: center;
}
.course-content .l-content,
.course-content .c-content,
.course-content .r-content{
  color: #999999;
  padding: 0 20px;
  font-size: 16px;
}
.company-detail{
  margin: 50px 0 0;
  text-align: center;
  background: #f9f9f9;
  padding: 80px 0 0;
}
.company-detail .d-title{
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 20px;
}
.company-detail .d-content{
  color: #999999;
  font-size: 16px;
  padding-bottom: 20px;
  width: 900px;
  margin: 0 auto;
  text-align: center;
}
.company-detail .d-content span{
  color: #f78b0d;
  font-weight: 700;
}

.example-detail{
  margin: 80px 0 0;
  text-align: center;
  background: #f9f9f9;
  padding: 30px 0 0;
}
.example-detail .d-title{
  color: #333333;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 20px;
}
.example-detail .d-content{
  color: #999999;
  font-size: 16px;
  padding-bottom: 20px;
  width: 900px;
  margin: 0 auto;
  text-align: center;
}