@font-face {font-family: 'iconfont';
  src: url('../fonts/iconfont.eot'); /* IE9*/
  src: url('../fonts/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/iconfont.woff') format('woff'), /* chrome銆乫irefox */
  url('../fonts/iconfont.ttf') format('truetype'), /* chrome銆乫irefox銆乷pera銆丼afari, Android, iOS 4.2+*/
  url('../fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont{
  font-family:"iconfont" !important;
  font-size:16px;font-style:normal;
}

*{
  box-sizing: border-box;
}
html {
  font-size:10px;
  font-family: PingFang SC;
}
body {
  font-family:'Microsoft Yahei',STHeiti,sans-serif;
  font-size:14px;
  font-size:1.4rem;
  color:#333;
  background-color:#fff;
}
html,body,article,aside,figure,footer,header,nav,section,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,table,thead,tfoot,tr,td,th,blockquote {
  margin:0;
  padding:0
}
input{
  outline:none;
}
article,aside,figure,footer,header,nav,section,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,table,thead,tfoot,tr,td,th,blockquote {
  /* font-size:12px;
  font-size:1.2rem */
}
h1,h2,h3,h4,h5,h6 {
  font-weight:400
}
ul,ol {
  list-style-type:none
}
p {
  line-height:1.7;
  font-size:14px;
  font-size:1.4rem;
  word-break:break-all;
}
a{
  text-decoration:none;
  color: #333;
}
.clear:after {
  clear: both;
  display: block;
  content: "";
}
.mb5{
  margin-bottom: 5px;
}
.fl{
  float: left;
}
.fr{
  float: right;
}
.clear {
  zoom: 1;
}
.shot{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.resetHeght{
  height: auto !important;
}
.container{
  width: 1200px;
  margin:0 auto;
  position: relative;
}
.headTop{
  height: 98px;
  line-height: 98px;
  background: #fff;
  width: 100%;
  position: relative;
}
.headLogo{
  /*width: 199px;*/
  /*height: 42px;*/
  /*text-align: center;*/
  /*line-height: 42px;*/
  /*font-size: 24px;*/
  /*background: url('../images/logo@2x.png') no-repeat;*/
  /*position: absolute;*/
  /*top:50%;*/
  /*transform: translateY(-50%);*/
  /*cursor: pointer;*/
  /*background-size: cover;*/
  display: flex;
  align-items: center;
}
.headLogo a{
   display: flex;
  align-items: center;  
}
.iconXl{
  width: 15px;
  height: 7px;
  background:url('../images/icon_xl@2x.png') no-repeat;
  background-size: cover;
  margin-top: 47px;
  margin-left: 10px;
}
.iconUP{
  width: 15px;
  height: 7px;
  background:url('../images/icon_xl2@2x.png') no-repeat;
  background-size: cover;
  margin-top: 47px;
  margin-left: 10px;
}
.serachBox{
  position: relative;
  float: right;
  width: 400px;
  height: 40px;
}
.serachIcon{
  position: absolute;
  right:15px;
  top:10px;
  height: 22px;
  width: 22px;
  background:url('../images/icon_ss@2x.png');
  background-size: cover;
  border: 0px;
  cursor: pointer;
}
.adress{
  font-size: 18px;
  color: #4E4E4E;
  margin-left: 225px;
  position: relative;
  cursor: pointer;
}
.addressList {
  position: absolute;
  border: 1px solid #eee;
  width: 218px;
  padding: 5px 1px;
  z-index: 111;
  background-color: #fff;
  left: 0;
  top: 70px;
  cursor: pointer;
  display: none;
}

.addressList dt {
  font-size: 12px;
  line-height: 22px;
  color: #22acec;
  margin-bottom: 9px;
  float: left;
  width: 100%;
  padding-left: 9px;
}

.addressList dd {
  font-size: 12px;
  line-height: 12px;
  color: #666;
  margin: 0 9px 10px;
  border-bottom: 1px solid transparent;
  float: left;
  cursor: pointer;
}

.addressList dd:hover {
  border-bottom-color: #22acec;
  color: #22acec;
}
.search-tab{
  position: relative;
  float: right;
  width: 400px;
  line-height: 1;
  margin-top: 15px;
}
.search-tab .hd{   }
.search-tab .hd ul{display: flex;}
.search-tab .hd ul li{margin:0 10px; line-height: 30px;cursor: pointer;}
.search-tab .hd ul li.on{background: #F4F4F4;
  padding: 0 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;}
.search-tab .bd{    line-height: 40px;}
.courseSearch{
  width: 400px;
  height: 40px;
  background: #F4F4F4;
  border: 1px solid #F4F4F4;
  border-radius: 4px;
  font-size: 16px;
  color: #9F9F9F;
  padding-left: 24px;
  cursor: pointer;
}
.courseSearch:focus,.courseSearch:focus-visible{
  width: 400px;
  height: 40px;
  border-radius: 4px;
  font-size: 16px;
  color: #9F9F9F;
  padding-left: 24px;
  background: #FFFFFF;
  border: 1px solid #0181E5!important;
}
.userInfo{
 float: right;
 cursor: pointer;
 margin-left:25px;
}
.userName{
  margin-right: 10px;
}
.avater{
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #ccc;
  display: inline;
  margin-top:27px;
  margin-right: 10px;
}
.exit{
  position: relative;

}
.exit::before{
  content: '';
  position: absolute;
  width: 1px;
  height: 15px;
  background: #C4C4C4;
  left: -5px;
  top:42px;
}
.register::before{
  content: '';
  position: absolute;
  width: 1px;
  height: 15px;
  background: #C4C4C4;
  left: -5px;
  top:42px;
}
.navBox {
  position: relative;
  width: 100%;
  height: 50px;
  background: #F4F4F4;
}

.navBox ul {
  height: 100%;
}
.navBox .dropDownList {
  position: absolute;
  width: 166.6666px;
  height: auto;
  z-index: 222;
  background-color: #fff;
  left: 0;
  top: 50px;
  display: none;
  border-radius: 0 0 7px 7px;
  overflow: hidden;
}

.dropDownList li {
  padding: 0;
  font-size: 12px;
  line-height: 32px;
  text-align: left;
  width: 100%;
  color:#333;
}
.dropDownList li a{
  color:#333;
}

.navBox li {
  float: left;
  font-size: 16px;
  padding: 0 16px;
  height: 100%;
  line-height: 50px;
  position: relative;
  /*width: 163.666666px;*/
  font-size: 16px;
  color: #FFFFFF;
  background: #F4F4F4;
  text-align: center;
}
.navBox>ul>li:first-child{
  width: 200px;
}
.navItem i{
  display: inline-block;
  width: 30px;
  height:30px;
  vertical-align: middle;
}
.navBox li i{
  display: inline-block;
  width: 30px;
  height:30px;
  vertical-align: middle;
}
.navBox li .qbkc{
  background:url(../images/icon_qbkc@2x.png) no-repeat;
  background-size: cover;
}
.navItem .cssw2{
  background:url(../images/icon_cssw2@2x.png) no-repeat;
  background-size: cover;
}
.navItem .cssw{
  background:url(../images/icon_cssw@2x.png) no-repeat;
  background-size: cover;
}
.navItem .xxjs{
  background:url(../images/icon_xxjs@2x.png) no-repeat;
  background-size: cover;
}
.navItem .xxjs2{
  background:url(../images/icon_xxjs2@2x.png) no-repeat;
  background-size: cover;
}
.navItem .rzks{
  background:url(../images/icon_rzks@2x.png) no-repeat;
  background-size: cover;
}
.navItem .rzks2{
  background:url(../images/icon_rzks2@2x.png) no-repeat;
  background-size: cover;
}
.navItem .tyjn{
  background:url(../images/icon_tyjn@2x.png) no-repeat;
  background-size: cover;
}
.navItem .tyjn2{
  background:url(../images/icon_tyjn2@2x.png) no-repeat;
  background-size: cover;
}
.navItem .tkzx{
  background:url(../images/icon_tkzx@2x.png) no-repeat;
  background-size: cover;
}
.navItem .tkzx2{
  background:url(../images/icon_tkzx2@2x.png) no-repeat;
  background-size: cover;
}
.navBox>ul>li:first-child{
   border-radius: 10px 4px 0px 0px;
}
.navBox>ul>li:hover a{
  color: #0181E5;
}
.navBox .active a{
  color: #fff;
}
.navBox .active:hover a{
  color:#fff
}
.navBox .active{
  background:#0181E5 ;
}
.swiper-slide{
  height: 339px;
  width: 1200px;
  background: skyblue;
}
.swiperBox{
  height: 339px;
   /* background:#1A0F13; */
  /*width: 100%;*/
  position: relative;
}
.swiper-container{
  height: 339px;
  /*width: 100%;*/
}
.leftNav{
  width: 200px;
  background: rgba(0, 0, 0, 0.4);
  height: 100%;
  position: absolute;
  left:calc(50% - 600px);
  top:0;
  padding-top: 15px;
}
.userBox{
  height: 100%;
  width: 51%;
  position: absolute;
  right: 0;
  top:0
}
.leftNav .navItem{
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #F0F0F0;
  text-align: center;
  padding-right: 15px;
  cursor: pointer;
}

.swiper-slide img{
  height: 100%;
  /*width: 100%;*/
}
.navArrow{
}
.navItem:hover{
   background: rgba(255, 255, 255, 0.9);
   color:#0181E5;
}
.navItem:hover .navArrow{
  color:#0181E5;
}
.swiperMask{
  width: 1000px;
  background: rgba(255, 255, 255, 0.9);
  height:calc(339px - 30px);
  position: absolute;
  left:200px;
  top:15px;
  padding: 10px 10px 10px 39px ;
  display: none;
}
.maskTit{
  border-left:8px solid #0181E5;
  height: 20px;
  line-height: 20px;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  padding-left: 10px;
}
.maskLef{
  width: 770px;
  text-align: left;
  height: auto;
  line-height: initial;
}
.classItem{
  min-width: 100px;
  height: 30px;
  border: 1px solid #0181E5;
  border-radius: 2px;
  font-size: 16px;
  color: #0181E5;
  text-align: center;
  line-height: 30px;
  margin-right: 20px;
  margin-top: 20px;
  cursor: pointer;
}
.classItem a{
  color: #0181E5;
}
.lessonRow{
  height: 20px;
  width: 600px;
  font-size: 16px;
  color: #000;
  margin-top:16px;
  cursor: pointer;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.lessonRow:hover a{
  color: #0181E5;
}
.maskRight{
  width: 200px;
  height: 100%;
  position: absolute;
  right:10px;
  top:11px;
  line-height: initial;
}
.maskRightImg{
  width: 200px;
  height: 90px;
  margin-bottom: 4px;
  cursor: pointer;
  border-radius: 4px;
}
.headTit{
  font-size: 36px;
  font-family: YouSheBiaoTiHei;
  font-weight: 400;
  color: #000000;
  text-align: center;
  position: relative;
  height: 112px;
  line-height: 57px;
  border-top:1px solid transparent;
}
.moreLesson{
font-size: 18px;
color: #666666;
cursor: pointer;
position: absolute;
right:0;
top:30px;
}
.moreClass{
font-size: 18px;
color: #666666;
cursor: pointer;
float:right;
}
.goodLesson{
background: #F7F7F7;
padding-bottom: 32px;
}
.titIcon{
  width: 208px;
  height: 71px;
  margin:0 auto;
  background:url('../images/title_jxhk@2x.png');
  background-size: cover;
  margin-top:23px; 
}
.salesTitIcon{
  width: 208px;
  height: 71px;
  margin:0 auto;
  background:url('../images/title_jhx@2x.png');
  background-size: cover;
  margin-top:23px; 
}
.goodLeft{
  border-radius: 7px;
  width: 580px;
  height: 300px;
  position: relative;
  overflow:hidden;
  cursor: pointer;
}
.goodLeftMask{
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  left:0;
  top:0;
}
.goodLeft img{
  height: 100%;
  width: 100%;
}
.goodright{
  background: #fff;
  padding: 30px;
  width: 620px;
  height: 300px;
}
.cardIcon{
  width: 126px;
  height: 36px;
  background: url('../images/bnt_zbyg@2x.png') no-repeat;
  background-size: cover;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  padding-left: 16px;
  line-height: 36px;
  margin-top:33px;
  margin-bottom: 24px;
}
.cardTit{
height: 44px;
font-size: 30px;
font-weight: 500;
color: #DFB835;
text-align: center;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.cardTime{
width: 250px;
height: 36px;
line-height: 36px;
background: #0C94FF;
border-radius: 18px;
font-size: 18px;
font-weight: 400;
color: #FFFFFF;
text-align: center;
margin:0 auto;
margin-top:15px;
}
.cardFooterLeft{
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  height: 48px;
  line-height: 48px;
  position: relative;
  padding-left: 90px;
 
}
.cardFooterLeft .cardAvater{
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: skyblue;
  position: absolute;
  left:28px;
  top:0;
}
.cardFooterRight{
  font-size: 18px;
  font-weight: 300;
  color: #FFFFFF;
  height: 48px;
  line-height: 48px;
  padding-right: 15px;
}
.cardFooter{
  margin-top: 35px;
}
.lessonList{
  border-left: 1px dashed #AFDCFF;
  padding-left: 18px;
}
.goodLessonRow{
  font-size: 18px;
  color: #666666;
  height: 50px;
  line-height: 50px;
  position: relative;
  cursor: pointer;
}
.goodLessonRowText{
  width: 430px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.seeMore{
  width: 100px;
  height: 24px;
  background: #0C94FF;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  line-height: 24px;
  position: absolute;
  right:0px;
  top:13px;
  display: none;
}
.goodLessonRow::before{
  content: '';
  position: absolute;
  left:-21px;
  top:22px;
  width: 6px;
  height: 6px;
  background: #85C9FF;
  border-radius: 50%;
  z-index: 2;
}
.goodLessonRow:hover{
  color:#000;
  font-weight: 600;
}
.goodLessonRow:hover::after{
  content: '';
  position: absolute;
  left: -24px;
  top: 19px;
  width: 12px;
  height: 12px;
  background: #D1EBFF;
  border-radius: 50%;
  z-index: 1;
} 
.sales{
  background:#fff;
  width: 100%;

}
.salesCont{
  width: 100%;
}
.ITCont{
  width: 100%;
}
.salesCont .salesCard{
  float: left;
  width: 264px;
  height: 270px;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(213, 213, 213, 0.5);
  border-radius: 6px;
  overflow:hidden;
  position: relative;
  margin-right: 48px;
  cursor: pointer;
  margin-bottom: 50px;
}
.salesCont .salesCard a{
  display: block;
}
.ITCard{
  float: left;
  width: 358px;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px 0px rgba(213, 213, 213, 0.5);
  border-radius: 6px;
  overflow:hidden;
  position: relative;
  margin-right: 62px;
  cursor: pointer;
  margin-bottom: 50px;
}
.ITCard a{
  display: block;
}

.ITCard:nth-child(3n){
  margin-right: 0px;
}
.ITCard img{
  height: 144px;
  width: 100%;
}
.ITCard:hover{
  -webkit-box-shadow: 0px 16px 16px -12px #cdd0d2;
  -moz-box-shadow: 0px 16px 16px -12px #cdd0d2;
  box-shadow: 0px 16px 16px -12px #cdd0d2;
  transform: translateY(-7px);
}
.freeBtn{
  width: 107px;
  height: 26px;
  background: #FFFFFF;
  border: 1px solid #0C94FF;
  border-radius: 4px;
  font-size: 14px;
  color: #0C94FF;
  text-align: center;
  line-height: 26px;
  margin-top: -3px;
}
.freeBtn:hover{
  color:#fff;
  background:#0C94FF;
}
.salesCard:nth-child(4n){
  margin-right: 0px;
}
.salesCard img{
  width: 100%;
  height: 144px;
}
.salesCard:hover{
  -webkit-box-shadow: 0px 16px 16px -12px #cdd0d2;
  -moz-box-shadow: 0px 16px 16px -12px #cdd0d2;
  box-shadow: 0px 16px 16px -12px #cdd0d2;
  transform: translateY(-7px);
}
.saleStep{
  position: absolute;
  right: 0;
  width: 80px;
  height: 27px;
  background: rgba(12, 148, 255, 0.7);
  border-radius: 15px 0px 0px 15px ;
  text-align: center;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 27px;
  top:115px;
}
.saleCardTit{
  font-size: 14px;
  color: #000000;
  padding: 0 10px;
  margin-top: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.saleCardSubTit{
  font-size: 12px;
  color: #999999;
  padding-left: 10px;
  margin-top: 5px;
  margin-bottom: 20px;
}
.saleCardBtm{
  width: 100%;
}
.saleCardBtmTit{
font-size: 12px;
color: #999999;
text-align: center;
margin-bottom: 4px
}
.saleCardBtmNum{
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-align: center;
}
.saleCardBtmCard{
  width: 33.333%;
  float: left;
  border-right:1px solid #F3F3F3;
}
.finance{
  width: 100%;
  background:#F7F7F7;
  border-top:1px solid transparent;
}
.banner{
  width: 100%;
  height: 168px;
  border-radius: 11px;
  overflow: hidden;
  margin-top:32px;
  cursor: pointer;
}
.banner img{
  width: 100%;
  height: 100%;
}
.cardBoxNav{
  height: 30px;
  width: 100%;
  margin-bottom: 23px;
  margin-top: 40px;
}
.cardBoxNavTit{
  border-left: 8px solid #0C94FF;
  height: 27px;
  line-height: 27px;
  width: 177px;
  font-size: 30px;
  font-weight: 400;
  color: #000000;
  border-right: 1px solid #D8D8D8;
  text-align: center;
}
.cardBoxNavBar{
  margin-left: 34px;
}
.cardBoxNavItem{
  float: left;
  height: 30px;
  line-height: 30px;
  min-width: 80px;
  max-width: 200px;
  padding: 0 15px;
  font-size: 18px;
  color: #000000;
  cursor: pointer;
  margin-right: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
}
.cardBoxNavItem:hover{
  color: #0C94FF;
}
.cardBoxNavBar .active{
  background: linear-gradient(0deg, #DE8D17, #FFC878, #E4A242);
}
.cardBoxNavBar .active:hover{
  color: #000000;
}
.NumBtm{
  width: 100%;
  height: 40px;
  padding: 10px;
  font-size: 12px;
  color: #FF6E58;
  margin-top:15px;
}
.NumBtm .signNum{
  color:#999;
  margin-top: 4px;
}
.IT{
  background:#fff;
  width: 100%;
}
.test{
  width: 100%;
  background:#F7F7F7;
  border-top:1px solid transparent;
}
.topTeacher{
  width: 100%;
  background:#fff;
  border-top:1px solid transparent;
}
.TeSubtit{
  font-size: 18px;
  color: #666666;
}
.teacherList{
  width: 100%;
  margin-bottom: 20px;
}

.teacherCard{
  float: left;
  width: 190px;
  height: 280px;
  position: relative;
  margin-right: 12px;
  cursor: pointer;
}
.login{
  color:#0181E5;
  cursor: pointer;
}
.teacherCard:last-child{
  margin-right: 0;
}
.teacherCard img{
  width: 190px;
height: 281px;
  width: 100%;
  height: 100%;
}
.teacherCardMask{
  position: absolute;
  width: 100%;
  height: 56px;
  background: rgba(0, 0, 0, 0.3);
  color:#fff;
  bottom: 0;
  left:0;
}
.teacherCardMaskLeft{
  width: 50%;
  text-align: center;
font-size: 20px;
font-weight: 600;
color: #FFFFFF;
padding-top: 5px;
}
.star{
  display: inline-block;
  height:8px;
  width: 8px;
  background:url(../images/start.png) no-repeat;
  background-size: cover;
  margin-right: 4px;
}
.teacherCardMaskLeftName{
  height: 25px;
  padding-top: 1px;
  font-size: 20px;
font-weight: 600;
color: #FFFFFF;
text-align: center;
}
.teacherCardMaskRight{
  width: 50%;
  font-size: 10px;
  color: #FFFFFF;
  line-height: 24px;
  margin-top:5px;
  padding-left: 10px;
}
.yellowFont{
  color:#D5A41D;
}
.teacherCardWholeMask{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color:#fff;
  padding-top: 38px;
  display: none;
}
.score{
  text-align: center;
  margin-top:5px;
  margin-bottom: 10px;
}
.lessonInfo{
  font-size: 10px;
  padding-left: 27px;
  margin-bottom: 27px;
}
.teacherInfo{
  width: 145px;
  height: 118px;
  margin:0 auto;
  font-size: 12px;
  font-weight: 300;
  color: #D4D4D4;
  line-height: 24px;
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
}
.teacherBanner{
  width: 100%;
  height: 54px;
  background: #F7F7F7;
  line-height: 54px;
  font-size: 26px;
  color: #595959;
  margin-top:20px;
  margin-bottom: 38px;
}
.teacherBanner div{
  width: 33.3333%;
  float: left;
  text-align: center;
  letter-spacing: 4px;
}
.teacherBannerItem{
  background:url(../images/icon_rd@2x.png) no-repeat;
  background-size: 40px 40px;
  background-position: 60px;
}
.teacherBannerItem2{
  background:url(../images/icon_td@2x.png) no-repeat;
  background-size: 40px 40px;
  background-position: 60px;
}
.teacherBannerItem3{
  background:url(../images/icon_nd@2x.png) no-repeat;
  background-size: 40px 40px;
  background-position: 60px;
}
.information{
  width: 100%;
  background:#F7F7F7;
  border-top:1px solid transparent;
}
.infoList{
  width: 100%;
}
.infoCard{
  width: 50%;
  float: left;
  height: 126px;
  margin-bottom:34px;
  cursor: pointer;
}
.infoCard img{
  width: 183px;
  height: 100%;
  float: left;
}
.infoCardText{
  float: left;
  width: 400px;
  padding-left: 18px;
  padding-right: 10px;

}
.infoCardTit{
font-size: 18px;
font-weight: 500;
color: #000;
}
.infoCard:hover .infoCardTit{
  color:#0C94FF;
}
.infoCardSubTit{
height: 33px;
font-size: 12px;
color: #999999;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
margin-top:15px;
}
.infoCardDate{
  margin-top: 25px;
  padding-right: 10px;
}
.readNum{
 float: right; 
font-size: 14px;
color: #999999;
background:url(../images/icon_yd@2x.png) no-repeat;
background-size: 18px 12px;
padding-left: 24px;
background-position: 1px;
}
.footer{
  background:#fff;
  width: 100%;
  border-top: 1px solid transparent;
}
.footerLeft{
  float: left;
  width: 50%;
  padding-bottom: 40px;

}
.footerLeftItem{
  float: left;
  width: 33.3333%;
  font-size: 18px;
  color: #5C5C5C;
  padding-left: 90px;
  line-height: 35px;
}
.footerLeftItem div{
  cursor: pointer;
}
.footerLeftItemTit{
font-size: 20px;
font-weight: 500;
color: #000000;
margin-top:40px;
margin-bottom: 10px;
}
.footerRight{
  width: 50%;
  height: 100%;
  float: left;
  position: relative;
}
.footerRight img{
  width: 143px;
height: 143px;
position: absolute;
right: 108px;
top: 40px;
}
.codeText{
  position: absolute;
font-size: 18px;
color: #5C5C5C;
right: 134px;
top: 190px;
}
.footBanner{
  background:#F7F7F7;
  width: 100%;
  border-top: 1px solid transparent;
  height: 90px;
  line-height: 90px;
font-size: 20px;
color: #5C5C5C;
text-align: center;

}
.footBannerImg{
  background:url(../images/logo@2x.png) no-repeat;
  background-size: 104px 22px;
  background-position: 287px;
}

.paginationBut {
  position: absolute;
  bottom: 26px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.paginationBut .swiper-pagination-bullet,
.paginationBut .swiper-pagination-switch {
  width: 24px;
  height: 4px;
  margin: 0 5px;
  background-color: #fff;
  opacity: 0.4;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #586263;
  display: inline-block;
  cursor: pointer;
}

.paginationBut .swiper-pagination-bullet-active,
.paginationBut .swiper-active-switch {
  width: 24px;
  height: 4px;
  margin: 0 5px;
  background-color: #fff;
  opacity: 0.8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.swiper-next-but,
.swiper-prev-but {
  width: 48px;
  height: 112px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 40px;
  font-family: iconfont !important;
  line-height: 112px;
  text-align: center;
  top: 50%;
  margin-top: -56px;
  z-index: 2;
  color: #fff;
  position: absolute;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.swiper-next-but {
  right: 8px;
}

.swiper-prev-but {
  left: 8px;
}

.swiper-next-but:hover,
.swiper-prev-but:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.course-tree-col-img-height img{
  height: 196px !important;
}
.mobileIcon{
  float: right;
  font-size: 24px;
  margin-left: 20px;
  cursor: pointer;
}
