/*轮播图样式的重置*/
.bk{
  width: 100%;
  height: 490px;
  position: absolute;
  top: 0px;
  background-size: cover;
  transition: all .3s;
}
.bk {
    height: 180px;
    opacity: 0.3;
    filter: blur(100px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='100');
}
.have-bg, .bk-img1 {
    background-image: url(../Image/Carousel/20220222001.png)
}

.bk-img2 {
    background-image: url(../Image/Carousel/20220328001.png)
}

.bk-img3 {
    background-image: url(../Image/Carousel/820902667770400768.png)
}

.bk-img4 {
    background-image: url(../Image/Carousel/820904065408962560.png)
}

.bk-img5 {
    background-image: url(../Image/Carousel/820903441980198912.png)
}

.bk-img6 {
    background-image: url(../Image/Carousel/820904634919948288.png)
}

.bk-img7 {
    background-image: url(../Image/Carousel/808898119145099264.png)
}

.bk-img8 {
    background-image: url(../Image/Carousel/675601781002219520.jpg)
}

.bk-img9 {
    background-image: url(../Image/Carousel/727082262465753088.png)
}

.bk-img10 {
    background-image: url(../Image/Carousel/675603342961160192.png)
}

.bk-img11 {
    background-image: url(../Image/Carousel/680073890197942272.png)
}

.bk-img12 {
    background-image: url(../Image/Carousel/651314276130099200.png)
}

.bk-img13 {
    background-image: url(../Image/Carousel/680691737001340928.png)
}

.bk-img14 {
    background-image: url(../Image/Carousel/658155088897904640.png)
}

.bgfff {
    padding: 32px 0;
    position: relative;
    padding-top: 12px;
}
 
.swiper-CAD {
   background: #eee;
   font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
   font-size: 14px;
   color: #000;
   margin: 0;
   padding: 0;
   width: 896px;
   height: 382px;
   
 }

 .swiper-container {
   width: 100%;
   height: 100% !important;

 }
.container-types .list.show .school-item {
    position: relative;
    float: left;
    width: 368px;
    height: 206px;
    margin: 0 24px 24px 0;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(95 ,101 ,105 ,0.1);
    border-radius: 8px;
    transition: all .2s;
    overflow: hidden;
    cursor:pointer;
}
    .container-types .list.show .school-item:nth-child(3) {
        margin: 0 0px 24px 0;
    }
    .container-types .list.show .school-item .icon-recommended-school {
        position: absolute;
        right: 0;
        width:32%;
    }
.container-types .list.show .school-item .img {
    height: 90px;
    margin-bottom: 10px;
    background-size: cover;
}
    .container-types .list.show .school-item .title.ellipsis2 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-size: 14px;
        color: #545c63;
        line-height: 20px;
        padding: 0 8px;
        width: 368px;
        height: 40px;
        margin-bottom: 10px;
        box-sizing: border-box;
    }
    .container-types .list.show .school-item .bottom {
        margin-bottom: 10px;
        padding: 0 10px;
        font-size: 12px;
        color: #9199a1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: justify;
        -ms-flex-align: justify;
        -webkit-align-items: space-between;
        align-items: space-between;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .container-types .list.show .school-item .bottom .active {
        color:red;
    }
        .container-types .list.show .school-item .price {
        margin-bottom: 10px;
        padding: 0 10px;
        font-size: 12px;
        color: rgb(225, 37, 27);
    }
.swiper-button-me-prev {
    left: 16px;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    width: 48px;
    height: 48px;
    background: rgba(28, 31, 33, 0.1) url(../Image/icon-left-small.png) no-repeat center / 16px auto;
    border-radius: 50%;
    color: #FFFFFF;
    transition: all .2s;
    z-index: 100;
}
.swiper-button-me-next {
    position: absolute;
    top: 50%;
    margin-top: -24px;
    width: 48px;
    height: 48px;
    background: rgba(28, 31, 33, 0.1) url(../Image/icon-left-small.png) no-repeat center / 16px auto;
    border-radius: 50%;
    color: #FFFFFF;
    transition: all .2s;
    z-index: 100;
    right: 16px !important;
    transform: rotate( 180deg );
    cursor: pointer;
}
    .swiper-button-me-prev:hover, .swiper-button-me-next:hover {
        background-color: rgba(28, 31, 33, 0.5);
    }
.swiper-pagination-bullet-active {
    width:20px!important;
    border-radius:4px;
}
.swiper-pagination {
    text-align: end !important;
    padding-right: 24px;
}
span.swiper-pagination-bullet {
    transition: all .2s;
    background-color: rgba(255, 255, 255, 0.75);
   
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    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;
}
 .swiper-slide img{
  width: 100%;
  height: 100%;
  cursor:pointer;
 }
/* 轮播图样式重置结束*/
 .cad-top{
     width: 1152px;
   height: 382px;
   margin: 0 auto;
   display: flex;
   position: relative;
   border-radius: 8px 8px 0 0;
   overflow: hidden;
 }

.submenu {
    position: absolute;
    left: 256px;
    height: 382px;
    background: #FFFFFF;
    
    /* border-radius: 0 12px 12px 0; */
    z-index: 2;
    box-sizing: border-box;
    display: flex;
    font-size:12px;
}

 .menuContent {
 position: relative;
 float: left;
 width: 256px;
 height: 382px;
 z-index: 2;
 padding-top: 17px;
 box-sizing: border-box;
 background: #39364d;
 border-bottom-left-radius: 4px;
 font-weight: 400;
}
    .menuContent .item {
        line-height: 58px;
        cursor: pointer;
        position: relative;
        color: #fff;
        padding: 0 14px;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        height: 58px;
        transition: all .1s;
        font-size: 14px;
    }
.menuContent .item:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    }
.menuContent .item .sub-title {
font-size: 12px;
}
    .menuContent .item i {
        position: absolute;
        right: 4px;
        top: 5px;
        color: rgba(255, 255, 255, 0.5);
        font-size: 5px !important;
    }
.menuContent .item.js-menu-item-on {
color: #fff;
background-color: rgba(255, 255, 255, 0.1);
}
/* 此处为底部选项卡 */
.system-class-show {
  width: 1152px;
  height: 100px;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
  border-radius: 0 0 8px 8px;
}
.system-class-show .show-box {
  display: block;
  width: 214px;
  height: 45px;
  float: left;
  margin-left: 16px;
  margin: 28px 0 0 16px;
  cursor: pointer;
}
.system-class-show .show-box .system-class-icon {
  float: left;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-size: cover;
  margin-right: 8px;
  transition: all .2s;
}
.system-class-show .show-box .describe {
  float: left;
}
    .system-class-show .show-box .describe h4 {
        width: 151px;
        font-family: PingFangSC-Medium;
        font-size: 16px;
        color: #1C1F21;
        letter-spacing: 0.76px;
        line-height: 22px;
        margin-bottom: 4px;
        white-space: nowrap;
        overflow: hidden;
    }
.system-class-show .show-box .describe p {
  width: 139px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #545C63;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
}
.system-class-show .show-box:hover .system-class-icon {
  transform: translateY(-2px);
}
.system-class-show .show-box:hover .describe h4 {
  color: #F01414;
}
.system-class-show .line {
  float: left;
  height: 36px;
  border: 1px solid #E8E8E8;
  margin-left: 16px;
  margin-top: 33px;
}
.system-class-show .all-btn {
  position: relative;
  display: block;
  height: 100%;
  cursor: pointer;
  overflow: hidden;
}
.system-class-show .all-btn .mini-title {
  font-family: PingFangSC-Medium;
  font-size: 12px;
  color: #1C1F21;
  text-align: center;
  line-height: 14px;
  margin-top: 40px;
}
.system-class-show .all-btn .more-btn {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #545C63;
  line-height: 12px;
  margin-left: 30px;
  position: relative;
}
.system-class-show .all-btn .more-btn .icon-right2 {
  position: absolute;
  top: 1px;
  left: 28px;
  transition: all .2s;
}
.system-class-show .all-btn:hover .more-btn {
  color: #1C1F21;
}
.system-class-show .all-btn:hover .more-btn .icon-right2 {
  transform: translateX(3px);
}

/* 底部选项卡结束 */
.elevator {
  position: fixed;
  padding: 0 16px;
  top: 55%;
  margin-top: -140px;
  right: 12px;
  z-index: 899;
  background: #FFFFFF;
  box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
  border-radius: 8px 0 0 8px;
  z-index:999;
}
    .elevator a {
        position: relative;
        display: block;
        width: 35px;
        height: 56px;
        font-size: 22px;
        line-height: 20px;
        color: #b5b9bc;
        box-sizing: border-box;
        text-align: center;
        text-decoration: none;
        display: flex;
        justify-content: center;
        align-items: center;
    }
.elevator a + a:after {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -12px;
  content: '';
  width: 24px;
  border: 1px solid #F3F5F7;
}
.elevator a:hover {
  color: #14191e;
}
.elevator a i {
  font-size: 18px;
  line-height: 56px;
  color: #D9DDE1;
}
.elevator a i:hover {
  color: #14191e;
}
.elevator a i {
  font-size: 18px;
  line-height: 56px;
  color: #3AB3FE;
}
  .elevator a i:hover {
      color: #3AB3FE;
  }
.elevator a span {
  display: none;
  padding: 14px 0;
  font-size: 12px;
  color: #3AB3FE;
  line-height: 14px;
}
.elevator .no-goto {
  border-bottom: none;
}
.elevator .elevator-dist i {
  display: inline-block;
  width: 18px;
  height: 20px;

  margin: 2px 0;
}
.elevator .elevator-msg:hover i,
.elevator .elevator-dist:hover i,
.elevator .elevator-faq:hover i,
.elevator .elevator-app:hover i,
.elevator .elevator-weixin:hover i,
.elevator .elevator-top:hover i {
  display: none;
}
.elevator .elevator-msg:hover span,
.elevator .elevator-dist:hover span,
.elevator .elevator-faq:hover span,
.elevator .elevator-app:hover span,
.elevator .elevator-weixin:hover span,
.elevator .elevator-top:hover span {
  display: inline-block;
}
.elevator .elevator-app-box {
  position: absolute;
  width: 172px;
  height: 212px;
  bottom: -2px;
  right: 56px;
  -webkit-transition: opacity 0.25s, transform .3s;
  -moz-transition: opacity 0.25s, transform .3s;
  transition: opacity 0.25s, transform .3s;
  opacity: 0;
  filter: alpha(opacity=0);
  max-width: 0;
  -webkit-transform: scale(0.01);
  -ms-transform: scale(0.01);
  transform: scale(0.01);
  -webkit-transform-origin: 100% 95%;
  -ms-transform-origin: 100% 95%;
  transform-origin: 100% 95%;
}
.elevator .elevator-app:hover .elevator-app-box {
  display: block;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  max-width: none;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
    .elevator .elevator-weixin-box, .elevator-ask-box {
        position: absolute;
        width: 300px;
        height: 310px;
        bottom: -4px;
        right: 56px;
        opacity: 0;
        filter: alpha(opacity=0);
        max-width: 0;
        transform: scale(0.01);
        transform-origin: 100% 95%;
        vertical-align: middle;
        background-color: #fff;
        box-shadow: 0 4px 8px 0 rgba(7,17,27,0.2);
        border-radius: 10px;
    }
        .elevator .elevator-weixin:hover .elevator-weixin-box {

            display: block;
            visibility: visible;
            opacity: 1;
            filter: alpha(opacity=100);
            max-width: none;
            transform: scale(1);
            background-image: url(../Image/qr-code.jpg);
            background-size: cover;
        }
    .elevator .elevator-weixin:hover .elevator-ask-box {
        display: block;
        visibility: visible;
        opacity: 1;
        filter: alpha(opacity=100);
        max-width: none;
        transform: scale(1);
        font-size:14px;
        
    }
        .elevator .elevator-weixin:hover .elevator-ask-box>div{
            margin-top:10px;
        }
        .elevator .elevator-weixin:hover .elevator-ask-box .erweima {
            display: flex;
            justify-content: center;
            margin-top: 0;
        }
        .elevator .elevator-weixin:hover .elevator-ask-box .word {
            margin-top:10px;
        }

            .elevator .elevator-weixin:hover .elevator-ask-box .erweima > div {
                width: 130px;
                padding: 20px 15px 0
            }
                .elevator .elevator-weixin:hover .elevator-ask-box .erweima > div .imga {
                    width: 100px;
                    height: 100px;
                    background-color: #f00;
                    background-image: url(../Image/customer_service.png);
                    background-size: cover;
                }
        .elevator .elevator-weixin:hover .elevator-ask-box .erweima > .two .imga {
            background-image: url(../Image/customer_service_2.png);
        }

            .ace-2020-1111-tab-container {
                width: 1152px;
                margin: 0 auto;
                height: 48px;
                margin-top: 36px;
                transition: all .3s;
                border-radius: 8px;
                position: relative;
                overflow: hidden;
            }
 .ace-2020-1111-tab {
  position: relative;
  float: left;
  width: 160px;
  height: 48px;
  line-height: 48px;
}
    .ace-2020-1111-tab .active {
        position: absolute;
        width: 0;
        height: 0;
        border-right: 22px solid transparent;
        border-bottom: 48px solid #CC3433;
    }

.ace-2020-1111-tab-text {
    position: relative;
    z-index: 1;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border-radius: 8px;
    
}
.ace-2020-1111-tab-text-noactive {
    color: #CC3433;
    background-color: #fff;
    background-image: none !important;
}
 .tab-item-title {
  font-size: 16px;
  display: block;
}
.tab-item-description {
  display: block;
}
.bg000 {
    box-shadow: 0 2px 4px 0 rgba(7,17,27,0.06);
}
.container-types {
    width: 1152px;
    margin-left: auto;
    margin-right: auto;
    padding: 39px 0;
}
     .types-title {
        height: 36px;
        background: no-repeat left center / auto 29px;
        padding-left: 180px;
        margin-bottom: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        position:relative;
        
    }
        .types-title .number-software {
            position: absolute;
            left: 180px;
            top: 5px;
            height: 25px;
            white-space: nowrap;
            padding: 2px 7px;
            box-sizing: border-box;
            background: #DA4578;
            border-radius: 10px 10px 10px 0;
            font-size: 12px;
            color: #fff;
            letter-spacing: 1px;
            line-height: 21px;
            font-weight: 500;
        }
        .types-title .graduation {
            position: absolute;
            left: 230px;
            top: 5px;
            width: 180px;
            height: 30px;
            background-image: url(../Image/icon-graduation.png);
            background-repeat:no-repeat;
            background-position:center;
            background-size:contain;
        } 
        .types-title .n-s-bg {
            background-color: #33A60C
        }
        .types-title .menu li.curr {
            color: #E02020;
            font-weight: bold;
        }
        .types-title .menu li {
            position: relative;
            padding: 0 14px;
            margin: 0;
            float: left;
            font-size: 14px;
            line-height: 30px;
            cursor: pointer;
            color: #545C63;
            transition: all .2s;
        }
            .types-title .menu li a:hover {
                color: #ec1500;
            }
           
            .menu li.curr:after {
                content: '';
                position: absolute;
                left: 50%;
                bottom: 0;
                margin-left: -0.7em;
                width: 1.4em;
                height: 2px;
                border-radius: 100px;
                background-color: #E76060;
            }
h3 {
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
}
.list.show {
  display: block;
}
 .show-item-c-a-d {
    position: relative;
    width: 270px;
    margin: 0 24px 44px 0;
    background: #FFFFFF;
    box-shadow: 0 6px 10px 0 rgba(95,101,105,0.15);
    border-radius: 8px;
    transition: all .2s;
    height: 290px;
    float: left;
}
    .show-itemcad2{
        height:260px;
    }
    .show-item-c-a-d:hover {
        transform: translateY(-2px);
        box-shadow: 0 12px 20px 0 rgba(95, 101, 105, 0.15);
    }
 .show-item-c-a-d:nth-child(4n) {
    margin: 0 0px 24px 0;
}
.img {
  height: 152px;
  margin-bottom: 8px;
  border-radius: 8px 8px 0 0;

}
.title.ellipsis2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #545C63;
  line-height: 20px;
  height: 40px;
  margin-bottom: 8px;
  padding: 0 8px;
}

.list.show .bottom {
  font-size: 12px;
  color: #9199A1;
  line-height: 18px;
  padding: 0 8px;
  margin-bottom: 18px;
}
.discount {
  border: 1px solid rgba(242, 13, 13, 0.2);
  border-radius: 2px;
  font-size: 12px;
  line-height: 1;
  margin-right: 4px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.l {
  float: left;
}
.bottom .discount i.name {
  color: #fff;
  background-color: rgba(242, 13, 13, 0.6);
}
.bottom .discount i{
  font-style: normal;
  padding: 3px 4px;
}
.bottom .discount i.countdown {
  font-family: 'DINCondensed', '微软雅黑';
  color: #F76E6E;
  display: flex;
  padding-top: 4px;
  padding-bottom: 2px;
}
.footer {
    padding: 40px 0px 20px;
    /* background: #fff; */
    box-shadow: 0 2px 4px 0 rgba(7 ,17 ,27,  0.06);
    color: #ccc;
}
.footer .tips-box {
  font-size: .875rem;
}
.footer .tips-box .copyright {
  margin: 0 auto;
  width: 612px;
}
    .footer .tips-box .c-r-row {
        padding-bottom: 9px;
        text-align: center;
    }
.footer .tips-box .c-r-row a {
  color: #c2c4c6;
  text-decoration: none;
  outline: none;
}
.footer .tips-box .record {
  color: #c2c4c6;
}
.footer .tips-box .record-img {
  vertical-align: text-top;
  width: 14px;
  height: 14px;
}
.footer .tips-box .beian {
  padding-left: 5px;
  color: #c2c4c6;
  text-decoration: none;
}
div.classify-title {
    width: 1150px;
    margin: 0 auto;
    /* background: #fff; */
    height: 36px;
    line-height: 36px;
    color: #aaa;
    /* padding-left: 20px; */
    margin-bottom: 10px;
    padding: 29px 0px 0px;
}

div.classify-title div {
    float: left;
}
    div.classify-title div.get-more {
        float: right;
    }

         
/*    搜索框*/
li .input-search {
    padding: 0;
    margin-right: 0;
    width: 260px;
}

li .input-box {
    width: 40px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 4px;
    position: relative;
    float: right;
}

    li .input-box.active {
        background: #F3F5F6;
        width: 260px;
        transition: all 2s;
        overflow: hidden;
    }
        li .input-box.active .nav-search-input {
            background: #F3F5F6;
            width: 240px;
            transition: all 2s;
            height: 39px;
            font-size: 13px;
        }
li .nav-search-input {
    width: 40px;
    background: #F3F5F6;
    width: 240px;
    transition: all 2s;
    padding: 0 10px;
    border: none !important;
    outline: none !important;
}
li .icon-search1:hover {
    color: rgba(240,20,20,0.8) !important;  
}
li .nav-searchBtn {
    display: inline-block;
    text-align: center;
    -webkit-transition: background-color .2s;
    -moz-transition: background-color .2s;
    transition: background-color .2s;
    position: absolute;
    top: 6px;
    right: 8px;
    cursor: pointer;
    text-decoration: none;
}
/*重置的样式*/

/*li  搜索框结束*/
/*课程css*/
.more-course {
    margin-top:10px;
}
.icon-yousanjiao:before {
    content: "\e62d";
    line-height: 50px;
}
.item-one {
    width: 130px;
    height: 50px;
    line-height: 50px;
    text-align: left;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding-left: 10px;
    box-sizing: border-box;
    cursor:pointer;
}
.item-two {
    width: 100px;
    height: 50px;
    text-align: left;
    display: block;
    padding-left: 10px;
    box-sizing: border-box;
    cursor: pointer;
}
.item-two-content {
    position: absolute;
    display: none;
    width: 600px;
    left: 100px;
    background-color: #fff;

    height: 382px;
    top: 0px;
}
.only-one-content {
    width:700px;
    height: 100%;
}

.label-one {
    padding-top:17px;
}
.item-two-content .title, .only-one-content .title {
    height: 191px;
    width: 100%;
    background-color: #fff;
    padding: 20px;
}
.label-name {
    display: flex;
    flex-wrap: wrap;
    line-height: 23px;
}
    .label-name .font-style {
        color: #1C1F21;
        font-weight: bold;
        font-size: 12px;
        padding: 0px 12px;
    }
.item-two-content .content, .only-one-content .content {
    height: 191px;
    width: 100%;
    background-color: #F3F5F6;
    padding: 12px 0px 0px 12px;
    box-sizing: border-box;
}
/*重置的样式*/
.only-one-content .content {
    overflow: auto;
    padding: 13px 0px 0px 32px;
}
.submenu .only-one-content .recomment .recomment-item {
    width: 164px;
}
/*左侧指导兰*/
#menu {
    position: fixed;
    left: 0;
    top: 50%;
    width: 120px;
    transform: translateY(-50%);
    background-color: #fff;
    box-shadow: 0 4px 8px 0 rgba(7,17 ,27, 0.1);
    border-radius: 0 8px 8px 0;
    text-align: center;
    color: #6D7278;
    z-index: 3;
    user-select: none;
    font-size:14px;
}

#menu li {
    position: relative;
    padding: 16px 0;
    cursor: pointer;
    transition: color .2s;
}

    #menu li.active {
        color: #e02020;
    }

    #menu li + li:after {
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -30px;
        content: '';
        width: 60px;
        border: 1px solid #F3F5F7;
    }   