/*这些元素都建议重新初始化*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
tr,
td,
th,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
br,
img,
table,
input,
form,
a,
p,
textarea {
    padding: 0;
    margin: 0;
    font-family: Arial, 'Microsoft YaHei', '宋体';
}

/*去掉列表默认排列*/
ul,
ol,
li {
    list-style: none;
}

/*去掉底部横线*/
/*把a元素更改设置成块级元素，这个根据实际情况决定要不要*/
a {
    text-decoration: none;
    display: block;
}

/*img标签要清除border。*/
/*display设为block设置为块级元素，默认为display:inline;
存在下边线多出4px状况,所以一般设为block*/
img {
    border: 0;
    display: block;
}

/*清除浮动破坏带来的塌陷问题*/
/*清除浮动的兼容IE*/
.clearfloat {
    zoom: 1;
}

.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}

.row {
    display: flex;
    flex-direction: row;
}

.col {
    display: flex;
    flex-direction: column;
}

.ml45 {
    margin-left: 0.45rem
}

.container {
    width: 100vw;
}

.floor1 {
    width: 7.5rem;
    height: 7.8rem;
    background: url(../img/floor_banner.png) no-repeat center;
    background-size: 100% 100%;
}

.floor_btn {
    width: 2.35rem;
    height: auto;
    margin: 0 auto;
    padding-top: 6.79rem;
}

.floo2 {
    width: 7.5rem;
    height: 10.7rem;
    background: url(../img/floor2_bg.png) no-repeat center;
    background-size: 100% 100%;
}

.floo2_title {
    width: 7.21rem;
    height: 1.22rem;
    margin: 0 auto;
}

.f2_c {
    width: 7.09rem;
    height: 8.78rem;
    background: url(../img/floor2_bg2.png) no-repeat center;
    background-size: 100% 100%;
    margin: 0.34rem auto 0;
    position: relative;
}

.f2_c_1 {
    display: flex;
    flex-direction: column;
    padding-top: 1.36rem;
    box-sizing: border-box;
    padding-left: 0.46rem;

}

.f2_c_2 {
    display: flex;
    flex-direction: column;
    padding-top: 1rem;
    box-sizing: border-box;
    padding-left: 0.46rem;
}

.f2_c_1 span,
.f2_c_2 span {
    display: block;
    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 0.36rem;
    position: relative;
    margin-bottom: 0.29rem;
    height: 0.23rem;
    padding-left: 0.4rem;
}

.f2_c_1 span::after,
.f2_c_2 span::after {
    position: absolute;
    content: '';
    top: 0.08rem;
    ;
    left: 0;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../img/ic_why.png) no-repeat center;
    background-size: 100% 100%;
}

.f3 {
    width: 7.5rem;
    height: 15.3rem;
    background: url(../img/f3_bg.png) center no-repeat;
    background-size: 100% 100%;
}

.f3 .btn {
    width: 7.06rem;
    height: auto;
}

.ic_tip {
    display: block;
    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.36rem;
    /* padding-left: 0.3rem; */
    margin: 0 auto;
    letter-spacing: 0.11rem;
    position: relative;
    width: 5.62rem;
    margin-bottom: 0.22rem;
}

.ic_tip::before {
    position: absolute;
    content: '';
    top: 0.12rem;
    left: -0.34rem;
    width: 0.16rem;
    height: 0.16rem;
    background: url(../img/ic_star.png) no-repeat center;
    background-size: 100% 100%;
}

.ic_tip::after {
    position: absolute;
    content: '';
    top: 0.12rem;
    right: -0.24rem;
    width: 0.16rem;
    height: 0.16rem;
    background: url(../img/ic_star.png) no-repeat center;
    background-size: 100% 100%;
}

.f3_c {
    position: relative;
    width: 7.09rem;
    margin: 0 auto;
    height: 13.04rem;
    background: url(../img/f3_c_bg.png) no-repeat center;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-top: 1.12rem;
}

.f3_c_l {
    position: absolute;
    width: 1.21rem;
    height: 1.2rem;
    top: 0.11rem;
    right: 0.11rem;
    z-index: 1;
}

.f3_c_btn {
    width: 6.6rem;
    height: 0.9rem;
    position: absolute;

}

.n1 {
    left: 0.45rem;
    top: 0.33rem;
}

.n2 {
    left: 0.45rem;
    bottom: 3.51rem
}

#f3_data {
    height: 7.36rem;
}

#f3_data2 {
    height: 1.84rem;
    margin-top: 0.9rem;
}

.sub_w {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-top: 1px solid #8A94FF;
    border-left: 1px solid #8A94FF;
    width: 6.38rem;
    box-sizing: border-box;
    margin: 0 auto;
}


.sub_w_item {
    width: 33.3333%;
    box-sizing: border-box;
    height: 1.84rem;
    border-right: 1px solid #8A94FF;
    border-bottom: 1px solid #8A94FF;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
}

.sub_w_item img {
    display: block;
    height: 0.84rem;
    width: 0.84rem;
}

.sub_w_item span {
    display: block;
    height: 0.23rem;
    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #8188FF;
    line-height: 0.31rem;
    margin-top: 0.28rem;
}

.sub_w_item:first-child span:nth-child(2) {
    margin-top: 0.1rem;
}

.sub_w_item .f3_item_tip {
    margin-top: 0.1rem;
}

.f3_b_btn {
    width: 5.99rem;
    height: 0.99rem;
    margin: 0 auto;
}

.title_btn {
    width: 7.06rem;
    height: auto;
    margin: 0 auto;
}

.bottom_btn {
    width: 5.19rem;
    height: 0.99rem;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -2.58rem;
    bottom: 0.33rem;
}

.f4 {
    width: 7.5rem;
    height: 8.05rem;
    background: url(../img/f4_bg.png) no-repeat center;
    background-size: 100% 100%;
    position: relative;
}

.f4_c {
    width: 7.09rem;
    height: 5.7rem;
    margin: 0 auto;
    background: url(../img/f4_c_bg.png) no-repeat center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    position: relative;
}

.f4_c_i {
    width: 100%;
    height: 4.01rem;
    flex-flow: wrap;
    padding-top: 0.32rem;
}

.f4_c_item {
    width: 3.17rem;
    height: 1.07rem;
    margin-left: 0.2rem;
    box-sizing: border-box;
    position: relative;
}

.f4_c_item_title {
    height: 0.22rem;
    font-size: 0.22rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #6281FC;
    line-height: 0.36rem;
    position: absolute;
    right: 0rem;
    top: 0.2rem;
}

.f4_c_item_sub {
    height: 0.25rem;
    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #666666;
    line-height: 0.36rem;
    position: absolute;
    right: 0.1rem;
    bottom: 0.25rem;
}

.f4_c_item_sub::before {
    position: absolute;
    content: '平均薪资：';
    top: 0;
    left: -1.04rem;
    font-size: 0.14rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 0.36rem;
}

.f5 {
    width: 7.5rem;
    height: 12.5rem;
    background: url(../img/f5_bg.png) no-repeat center;
    background-size: 100% 100%;
}

.f5_i_1,
.f5_i_2 {
    position: relative;
    width: 7.09rem;
    height: 4.68rem;
    margin: 0 auto;
    background: url(../img/f5_i_1.png) no-repeat center;
    background-size: 100% 100%;
}

.f5_i_2 {
    background: url(../img/f5_i_2.png) no-repeat center;
    background-size: 100% 100%;
    margin-top: 0.66rem;
}

.f5_c_t {
    padding-top: 2.5rem;
}

.f5_c_t span {
    width: 50%;
    display: block;
    height: 0.32rem;
    font-size: 0.33rem;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #6281FC;
    text-align: center;

}

.f5_b_t {
    height: 0.25rem;
    font-size: 0.25rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    position: relative;
    margin-top: 0.81rem;
    letter-spacing: 0.15rem;
    margin-left: 0.29rem;
}

.f5_b_t::before {
    position: absolute;
    content: '';
    left: 2.37rem;
    top: 0.11rem;
    width: 0.15rem;
    height: 0.13rem;
    background: url(../img/ic_arrow.png) no-repeat center;
    background-size: 100% 100%;
}

.f5_b_btn {
    position: absolute;
    left: 1.1rem;
    bottom: -0.45rem;
}

.red_btn {
    width: 4.9rem;
    height: auto;
    margin: 0 auto;
}

.f6 {
    width: 7.5rem;
    height: 11.3rem;
    background: url(../img/f6_bg.png) no-repeat center;
    background-size: 100% 100%;
}

.f6_c {
    width: 7.09rem;
    height: 8.98rem;
    background: url(../img/f6_c_bg.png) no-repeat center;
    background-size: 100% 100%;
    margin: 0 auto;
}

.f6_c_i {
    flex-flow: wrap;
    width: 100%;
    height: 7.29rem;
    box-sizing: border-box;
    padding-left: 0.26rem;
    padding-top: 0.43rem;
}

.f6_c_i .item {
    width: 3.28rem;
    height: 3.3rem;
}

.f6_c_i .item .title {
    height: 0.32rem;
    font-size: 0.32rem;
    font-family: Source Han Sans CN;
    font-weight: 800;
    color: #333333;
    margin-top: 1.23rem;
    justify-content: center;
}

.f6_c_i .item .title span:first-child {
    margin-right: 0.13rem;
}


.f6_c_i .item .line {
    width: 2.76rem;
    height: 0.02rem;
    margin: 0.22rem auto;
}

.f6_c_i .item .item_content {
    font-size: 0.22rem;
    font-family: Source Han Sans CN;
    font-weight: normal;
    color: #333333;
}

.blue {
    color: #6281FC;
}

.yellow {
    color: #FF9001;
}

.f6_c_i .item .item_content span {
    position: relative;
    padding-left: 1.31rem;
}


.f6_c_i .item .item_content .c1::before {
    position: absolute;
    content: '学习周期:';
    font-weight: bold;
    left: 0.2rem;

}

.f6_c_i .item .item_content .c2::before {
    position: absolute;
    content: '学习时间:';
    font-weight: bold;
    left: 0.2rem;
}

.f6_c_i .item .item_content .c3::before {
    position: absolute;
    content: '学习方式:';
    font-weight: bold;
    left: 0.2rem;
}

.f6_b_btn {
    margin-top: 0.5rem;
}

.f7 {
    width: 7.5rem;
    height: 8.45rem;
    background: url(../img/f7_bg.png) no-repeat center;
    background-size: 100% 100%;
    position: relative;
}

.f7_c {
    width: 7.09rem;
    height: 6.15rem;
    margin: 0 auto;
    background: url(../img/f7_c_bg.png) no-repeat center;
    background-size: 100% 100%;
    position: relative;
    padding-top: 0.16rem;
}

.f7_c_s {
    width: 6.7rem;
    height: 0.98rem;
    background: url(../img/f7_top_s_btn.png) no-repeat top center;
    background-size: 100% 0.8rem;
    margin: 0 auto;
    overflow: auto;
    flex-wrap: nowrap;
    overflow-x: hidden;
}

.f7_b_btn {
    position: absolute;
    left: 1.1rem;
    bottom: 0.35rem;
}


.f8 {
    width: 7.5rem;
    height: 9.36rem;
    background: url(../img/f8_bg.png) no-repeat center;
    background-size: 100% 100%;
    position: relative;
}

.f8_c {
    width: 7.09rem;
    height: 5.85rem;
    margin: 0 auto;
    background: url(../img/f8_c.png) no-repeat center;
    background-size: 100% 100%;
    position: relative;
}

.f8_b {
    font-size: 0.16rem;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #FFFFFF;
    position: absolute;
    bottom: 0.1rem;
    /* line-height: 0.3rem; */
    padding: 0 0.3rem;
}

.f8_c_i {
    flex-flow: wrap;
    padding-top: 0.3rem;
    box-sizing: border-box;
    padding-left: 0.36rem;
}

.f8_c_item {
    width: 3.08rem;
    height: 1.82rem;
    position: relative;
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
}

.f8_c_item:nth-child(2n) {
    margin-right: 0;
}

.f8_c_item img {
    width: 3.04rem;
    height: 0.43rem;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.f8_c_item span {
    height: 0.43rem;
    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    display: block;
    text-align: center;
    line-height: 0.43rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.swiper-container {
    width: 100%;
    height: 3rem;
    padding-top: 0.3rem;
    width: 6.7rem;
    padding-bottom: 0.5rem;
}

#f7_2data.swiper-wrapper {
    box-sizing: border-box;
}

#f7_2data .swiper-slide {
    width: 2.15rem;
    height: 2.86rem;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.1rem 0.08rem;
    box-sizing: content-box;

}

.ss_wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
    border: 0.02rem solid #6281FC;
    border-radius: 0.04rem;
    background: #878B9C
}

#f7_2data .swiper-slide img {
    width: auto;
    height: 100%;
}

.f7_i_b {
    position: absolute;
    bottom: 0.15rem;
    left: 0rem;
    right: 0rem;
    height: 0.68rem;
    background-color: rgba(0, 0, 0, 0.5);
    padding-left: 0.1rem;
    box-sizing: border-box;

}

.f7_i_b_name {
    display: block;
    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.36rem;
    position: relative;
    height: 0.23rem;
    margin-top: 0.04rem;
    margin-bottom: 0.05rem;
}

.f7_i_b_name::after {
    position: absolute;
    top: 0.18rem;
    content: '';
    width: 0.43rem;
    height: 1px;
    background: #fff;
    left: 0;
    margin-left: 0.9rem;
}

.f7_i_b_title {
    display: block;
    font-size: 0.22rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.36rem;
    height: 0.21rem;
}

#f7_2data .swiper-pagination {
    width: 7.5rem;
    height: 0.5rem;
    bottom: 0;

}

#topNav .swiper-slide {
    width: 1.56rem;
    height: 0.98rem;
    box-sizing: border-box;
    color: #6281FC;
    text-align: center;
    box-sizing: border-box;
    line-height: 0.8rem;
    font-size: 0.3rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #6281FC;
}

#topNav .f7_b_i.active {
    background: url(../img/f7_b_i_bg.png) no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    font-size: 0.32rem;
    font-family: Source Han Sans CN;
    font-weight: 800;
    overflow: hidden;
}

 .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}