﻿.k12{
    margin: 132px auto 60px;
    max-width: 1920px;
    min-width: 1180px;
}
.k12 .banner .carousel-indicators .active {
    width: 28px;
    height: 14px;
    background-color: #fff;
    border-radius: 7.5px;
    border: none;
}
.k12 .banner .carousel-indicators li {
    background: #fff;
    border: none;
    margin: 0 5px;
    height: 14px;
    width: 14px;

}
.k12 .wp1 {
    background: url('../image/k12_wp1bg.png') no-repeat center/1920px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.k12 .wp1 > div:first-child {
    width: 1180px;
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
}
.k12 .wp1 > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 767px;
    position: relative;
    margin-top: 60px;
}
.k12 .wp1 > div:nth-child(2) p:first-child {
    font-size: 36px;
    color: #4A4A4A;
    margin-bottom: 18px;
    line-height: 50px;
}
.k12 .wp1 > div:nth-child(2) p:nth-child(2), .k12 .wp1 > div:nth-child(2) p:nth-child(3) {
    font-size: 16px;
    color: #888;
    font-weight: 200;
    line-height: 38px;
}
.k12 .wp1 > div:nth-child(2) p:last-child {
    position: absolute;
    bottom: 70px;
    font-size: 18px;
    color: #4A4A4A;
}
.k12 .wp1 > div img{
    width: 380px;
    height: 160px;
}
.k12 .wp2 {
    background: #FFC86F url('../image/k12_wp2bg.png') no-repeat center/1174px;
    height: 334px;
}
.k12 .wp2 > div {
    width: 1180px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    color: #fff;
    padding-top: 90px;
    font-size: 20px;
    text-shadow: 0 2px 4px rgba(245, 166, 25, .1)
}
.k12 .wp2 > div > div:first-child {
    line-height: 43px;
    font-weight: 200;
}
.k12 .wp2 > div > div:first-child span {
    font-size: 30px;
}
.k12 .wp2 .font56 {
    font-size: 56px;
    line-height: 78px;
}
.k12 .wp2 .font64 {
    font-size: 64px;
    line-height: 90px;
}
.k12 .font36 {
    font-size: 36px;
    line-height: 50px;
}
.k12 .wp2 .font24 {
    font-size: 24px;
    line-height: 33px;
}
.k12 .wp3 {
    color: #4A4A4A;
}
.k12 .wp3 >div {
    padding: 70px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.k12 .wp3 >div > div {
    margin-top: 60px;
    width: 1180px;
    display: flex;
    justify-content: center;
}
.k12 .wp3 >div > div > div:nth-child(2) > div:nth-child(2) {
    display: flex;
    justify-content: space-between;
    height: 114px;
    margin-top: 10px;
}
.k12 .wp3 >div > div > div:nth-child(2) > div:nth-child(2) img {
    width: 160px;
}
.k12 .wp3 .glyphicon-chevron-left:before {
    content: '';
    width: 27px;
    height: 40px;
    background: url('../image/k12_w3arrow.png') no-repeat center/100%;
}
.k12 .wp3 .glyphicon-chevron-right:before {
    transform:rotate(180deg);
    content: '';
    width: 27px;
    height: 40px;
    background: url('../image/k12_w3arrow.png') no-repeat center/100%;
}
.k12 .wp3 .carousel-control .glyphicon-chevron-left {
    display: flex;
    width: 27px;
    height: 40px;
    left: 0;
    margin-left: 0;
}
.k12 .wp3 .carousel-control .glyphicon-chevron-right {
    display: flex;
    width: 27px;
    height: 40px;
    right: 0;
    margin-right: 0;
}
.k12 .wp3  .carousel-indicators .active {
    width: 13.33px;
    height: 6.67px;
    background-color: #3994FF;
    border-radius: 7.5px;
    border: none;
}
.k12 .wp3  .carousel-indicators li {
    background: #fff;
    border: none;
    margin: 0 2.5px;
    height: 6.67px;
    width: 6.67px;
}