body {
    max-width: 7.5rem;
    min-width: 3.2rem;
    margin: 0 auto;
    background-color: #ffffff;
}

body>div {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.contenB {
    width: 7.2rem;
    margin: 0 auto;
}

.contenB>p {
    width: 100%;
    font-family: MicrosoftYaHei;
    font-size: .22rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: .04rem;
    color: #ffffff;
    text-align: justify;
    text-indent: 2.4em;
}

.TTb {
    width: 100%;
    height: .35rem;
}

.TTb h2 {
    width: 4.82rem;
    height: .35rem;
    margin: 0 auto;
    font-family: MicrosoftYaHei-Bold;
    font-size: .36rem;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: .07rem;
    line-height: .35rem;
    color: #13374f;
    text-align: center;
    position: relative;
}

.TTb h2::before {
    content: '';
    width: 1.29rem;
    height: .25rem;
    background-image: url(../img/fj.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0rem;
    top: 50%;
    transform: translateY(-50%);
}

.TTb h2::after {
    content: '';
    width: 1.29rem;
    height: .25rem;
    background-image: url(../img/fj.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0rem;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
}

/* 按钮 */

.btns {
    width: 7rem;
    height: .68rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: .4rem;
}

.btns a {
    display: block;
    width: 2.5rem;
    height: .68rem;
    border: .04rem solid #3564ae;
    font-family: MicrosoftYaHei-Bold;
    font-size: .3rem;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: .06rem;
    color: #3564ae;
    text-align: center;
    line-height: .68rem;
}

.banner {
    width: 100%;
    height: 5rem;
    background-image: url(../img/banner.png);
}

/* 贵州应用技术职业学院中职部 */

.zgyysjjs {
    width: 100%;
    height: 7.3rem;
    background-image: url(../img/jsB.png);
    margin-top: -.46rem;
    box-sizing: border-box;
    padding-top: .67rem;
    position: relative;
}

.zgyysjjs h3 {
    /* width: 4.62rem; */
    height: .28rem;
    font-family: MicrosoftYaHei-Bold;
    font-size: .3rem;
    font-weight: bold;
    font-stretch: normal;
    /* line-height: 1.05rem; */
    letter-spacing: .06rem;
    color: #3564ae;
    text-align: center;
    margin: 0 auto;
}

.czqd {
    width: 100%;
    height: 2.63rem;
    margin-top: .62rem;
    background-image: url(../img/jsing1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.zgyysjjs p {
    width: 7.22rem;
    height: 2.34rem;
    font-family: MicrosoftYaHei;
    font-size: .24rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: .02rem;
    color: #3564ae;
    margin: 0 auto;
    line-height: .4rem;
    text-align: justify;
    text-indent: 2.3em;
    margin-top: .29rem;
}

.zgyysjjs::after {
    content: '';
    width: .7rem;
    height: .87rem;
    position: absolute;
    bottom: -.65rem;
    left: -.05rem;
    background-image: url(../img/lpyz.png);
    background-size: cover;
    background-repeat: no-repeat;
    transform: rotate(-68deg);
    z-index: -1;
}

/* 培养模式 */

.pyms {
    margin-top: .75rem;
}

.pyms .contenB {
    height: 8.61rem;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    flex-wrap: wrap;
    margin-top: .5rem;
}

.pyms li {
    width: 3.5rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-size: cover;
}

/* 培养方向 */

.pxfx {
    margin-top: .68rem;
}

.pxfxB {
    width: 100%;
    height: 5.71rem;
    background-image: url(../img/pyfxB.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pxfxB .ypyz {
    width: .81rem;
    height: 1.17rem;
    background-image: url(../img/ypyz.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0rem;
    top: -.9rem;
    z-index: -1;
}

.pxfxB .lpyz {
    width: .69rem;
    height: .83rem;
    background-image: url(../img/lpyz2.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0rem;
    bottom: -.67rem;
    z-index: -1;
}

.pxfxB p {
    width: 7.2rem;
    height: 1.9rem;
    margin: 0 auto;
    font-family: MicrosoftYaHei;
    font-size: .22rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: .04rem;
    line-height: .4rem;
    color: #ffffff;
    text-align: justify;
    text-indent: 2.4em;
    margin-top: .69rem;
}

.pxfxB .contenB {
    height: 1.68rem;
    display: flex;
    justify-content: space-between;
    align-content: space-between;
    margin-top: .39rem;
}

.pxfxB .contenB li {
    width: 2.3rem;
    height: 1.68rem;
    background-size: cover;
    background-repeat: no-repeat;
}

/* 就业前景 */

.jyqj {
    margin-top: -.1rem;
    height: 5.12rem;
}

.jyqj .contenB {
    margin-top: .45rem;
}

.jyqj .contenB p {
    height: 1.45rem;
    font-family: MicrosoftYaHei;
    font-size: .18rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: .04rem;
    color: #13374f;
    text-indent: 2.4em;
}

.jyqj img {
    display: block;
    width: 7.2rem;
    height: 2.46rem;
    margin: 0 auto;
    margin-top: .23rem;
}

/* 放飞梦想·拥抱蓝天 */

.ffmx {
    width: 100%;
    height: 6.66rem;
    background-image: url(../img/jyfxB.png);
    box-sizing: border-box;
    padding-top: .5rem;
    margin-top: .3rem;
    position: relative;
}

.lpyszs {
    width: .7rem;
    height: .87rem;
    position: absolute;
    background-image: url(../img/lpyz3.png);
    background-size: cover;
    background-repeat: no-repeat;
    bottom: -.7rem;
    left: 0rem;
    z-index: -1;
}

.ffmx .TTb h2 {
    width: 6.78rem;
}

.wh2 h2 {
    color: #ffffff;
}

.wh2 h2::before, .wh2 h2::after {
    background-image: url(../img/fjw.png);
}

.ffmx .contenB {
    margin-top: .5rem;
}

.ffmx .btns a {
    color: #ffffff;
    border: .04rem solid #ffffff;
}

.list1, .list2 {
    width: 6.12rem;
    height: 1.93rem;
    display: flex;
    justify-content: space-between;
}

.list2 {
    margin: 0 auto;
    margin-right: 0rem;
    margin-top: -.2rem;
}

.list1 li, .list2 li {
    width: 1.71rem;
    height: 1.93rem;
    background-image: url(../img/lbk.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.list1 li p, .list2 li p {
    width: 1.3rem;
    margin: 0 auto;
    font-family: MicrosoftYaHei-Bold;
    font-size: .24rem;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: .05rem;
    color: #ffffff;
    text-align: center;
}

/* 师资力量 */

.szll {
    width: 100%;
    height: 17.31rem;
    margin-top: .4rem;
    position: relative;
}

.szll .contenB {
    margin-top: .43rem;
}

.szll .contenB p {
    width: 7.2rem;
    height: 2.15rem;
    font-family: MicrosoftYaHei;
    font-size: .22rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: .04rem;
    color: #13374f;
}

.szllst {
    width: 5.8rem;
    margin: 0 auto;
    height: 13.2rem;
    margin-top: -.13rem;
}

.szllst li {
    width: 5.8rem;
    height: 3rem;
    margin-top: .4rem;
    background-size: cover;
    background-repeat: no-repeat;
}

.ypyz {
    width: .81rem;
    height: 1.17rem;
    background-image: url(../img/ypyz.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0rem;
    bottom: -.1rem;
    z-index: -1;
}

/* 核心课程 */

.hxkc {
    width: 100%;
    height: 6.2rem;
    background-image: url(../img/kcszb.png);
    box-sizing: border-box;
    padding-top: .5rem;
    margin-top: -.25rem;
    position: relative;
}

.lpyz {
    width: .7rem;
    height: .87rem;
    background-image: url(../img/lpyz.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -.7rem;
    right: 0rem;
    z-index: -1;
}

.hxkc .kc {
    width: 7.4rem;
    margin: 0 auto;
    height: 4.15rem;
    background-image: url(../img/kc.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: .71rem;
}

/* 专业级设备设施·实训教学一体化 */

.sxyt {
    width: 100%;
    height: 5.13rem;
    position: relative;
    margin-top: 0rem;
    margin-top: .48rem;
}

.sxyt .TTb h2 {
    width: 7.5rem;
}

.sxyt .contenB p {
    width: 7.2rem;
    height: 1.76rem;
    font-family: MicrosoftYaHei;
    font-size: .22rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: .04rem;
    color: #333333;
    margin-top: .34rem;
}

.sxyt .TTb h2::before, .sxyt .TTb h2::after {
    width: .37rem;
    height: .37rem;
    background-image: url(../img/dagefj.png);
}

.sxyt img {
    width: 100%;
    height: 1.95rem;
    margin-top: .22rem;
}

.footer2 {
    width: 100%;
    height: .6rem;
    position: absolute;
    bottom: 0rem;
    background-color: #4477c7;
    z-index: -1;
}