.top-header .wrap-section-slider .sp-mask{
    min-height:340px!important;
}
.top-header .wrap-section-slider .sp-slides-container{
    min-height:340px!important;
}

.top-header .wrap-section-slider .slide-item{
    height:340px!important;
}
.top-header .wrap-section-slider .slide-item .slide-image{
    height: 340px !important;
}
.top-header .wrap-section-slider .sp-mask{
    height: 340px !important;
}
.top-header .wrap-section-slider{
    min-height: 340px!important;
}
.top-header.home-header{
    min-height: 340px !important;
}
.top-header .swiper-slide{
    height: 340px !important;
    background-size: cover !important;
}
.top-header .wrap-section-slider .slide-item .slide-content {
    padding-top: 150px;
}

.count-data {
    height: 84px;
    background-color: #fff;
    color: #000;
    position: relative;
    text-align: center;
    margin-top: -50px;
    z-index: 2;
    width: 800px;
    border-radius: 10px;
    box-shadow: 0 1px 20px rgba(98,146,191,.2);
    margin-left: auto;
    margin-bottom: 50px;
    margin-right: auto;
}

.count-data-flex {
    display: flex;
    min-width: 700px;
    background-color: #fff;
}

.count-data-number {
    display: flex;
    font-size: 13px;
    margin: 25px 40px;
    line-height: 35px;
    color: #000;
    align-items: center;
    justify-content: CENTER;
    text-decoration: unset;
}

.count-data-number:hover {
    color: #000;
    text-decoration: unset;
}

.count-data-number img{width: 25px;margin-right: 10px;}

.top-1{
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-1 .top-1-1{
    width: 420px;
    margin-left: -100px;
}

.top-1 .top-1-2{
    width: 255px;
    margin-right: 50px;
}
.top-3{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 38px;
    margin-bottom: 60px;
}
.top-1 .top-1-3{
    width: 280px;
}
.top-3 img{
    width: 280px;
}

.top-3 .top-3-2{
    margin-right: 120px;
    margin-left: 120px;
    margin-top: -100px;
}

.top-3-back{background: url(../img/solution/top-img-3-bg.png?v=3) no-repeat center;background-size: cover;}

.top2-title{font-weight: bold;text-align: left;margin-left: 30px;margin-right: 30px;line-height: 35px;font-size: 24px;}

.top2-title p{color: #9e9e9e;margin-top: 20px;font-size: 17px;font-weight: normal;}

.top-1-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 80px;
}
/*.top-1-box .top-1-1{width:650px;}*/

/*.top-1-box img{width: 550px;}*/

.edu-step{display: flex;align-items: center;justify-content: center;}
.edu-step img{width: 200px;}

.edu-step div{color: #040000;font-size: 14px;display: grid;text-align: center;line-height: 50px;}

.top-icon-list{display: flex;align-items: center;justify-content: center;flex-direction: row;flex-wrap: wrap;}

.top-icon-list .top-icon-box {font-size: 14px;background-color: #F7FAFE;width: 220px;height: 140px;margin: 5px;display: flex;align-items: center;justify-content: center;flex-direction: column;border-radius: 5px;}

.top-icon-list .top-icon-box img{
    width: 30px;
    margin-bottom: 25px;
}
.tag-box{box-shadow: 0 1px 20px rgba(199,223,255 , 0.5);border-radius: 5px;margin-bottom: 20px;padding: 10px 0;min-width: 1000px;}
.tag-box .level_item{margin: 2px 0;line-height: 30px;font-size: 14px;}

.tag-box .level_tag{

}

.tag-box span{margin: 0 10px;cursor: pointer;}

.tag-box .active{color: #3082FE;}

.tag-box .level_item .level_title{
    font-weight: bold;
    border-left: 4px solid #3082FE;
    padding-left: 8px;
    margin-left: 0;
}

.module-box{display: flex;flex-wrap: wrap;min-width: 1000px;}

.module-box .module_item{width: 18%;margin: 1%;border: 1px solid #E5ECF5;border-radius: 5px;position: relative;font-size: 14px;cursor: pointer}
.module-box img{
    width: 100%;
    object-fit: cover;
    height: 110px;
    border-radius: 5px 5px 0px 0px;
}
.module-box .module_name{width: 95px;float: left;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.module-box p{margin: 5px;}
.module-box .module_hot{float: right;color: #999;}
.module-box .qrcode_box{
    opacity: 0;
    width: 100%;
    position: absolute;
    height: 110px;
    background-color: rgba(0, 0, 0, 0.8);
}
.module-box .qrcode_box img{width: 80px;height: auto;border-radius: 0;display: block;margin: auto;margin-top: 15px;}

.module_item:hover .qrcode_box{
    opacity: 1;
}
.module_item:hover{
    box-shadow: 0 1px 20px rgba(199 223 255, 0.5);
}

.top-2{
    margin: 0;
}
