.nav li:nth-child(2) .v1 {
    border-bottom: 2px solid #ffffff;
    padding-top: 15px;
}

.nav li:nth-child(2) p {
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
}




/* 轮播 */
.banner .item {
    position: relative;
}

.banner .item a {
    position: relative;
    display: block;
    height: 0;
    padding-top: 47%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner .item .txt {
    position: absolute;
    left: 27%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    font-weight: bold;
    color: #FFFFFF;
}

.tit h1 {
    font-size: 72px;
    font-weight: 400;
    margin-bottom: 30px;
    color: #FFFFFF;
    line-height: 80px;
}

.rim-box {
    width: 203px;
    height: 56px;
    margin-top: 79px;
    border: 2px solid #FFFFFF;
    border-radius: 16px;
    line-height: 56px;
    text-align: center;
}

.rim-box a {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
}

.slick-arrow {
    position: absolute;
    width: 33px;
    height: 62px;
    top: 40%;
    border: 0;
    font-size: 0;
    cursor: pointer;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 2;
    outline: none;
}

.slick-prev {
    left: 5%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E")
}

.slick-next {
    right: 5%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23fff'%2F%3E%3C%2Fsvg%3E")
}

.slick-dots {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3
}

.slick-dots li {
    display: inline-block;
    margin: 0 10px
}

.slick-dots button {

    background: none;
    font-size: 0;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    /* border: 1px solid #fff; */
    width: 30px;
    height: 10px;
    background: #23C4A0;
    opacity: 0.3;
    transition: .3s;
}

.slick-dots li.slick-active button {
    opacity: 1;
}

.middle1 {
    padding-bottom: 100px;
    background: #F9F9F9;
}

body {
    background: #F9F9F9;
}

.banner-text-box {
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);

}

.banner-text-box div {
    width: 32.5%;
    height: 250px;
    padding: 25px 20px 0 30px;
    background: #23C4A0;
    border-radius: 8px;
    transition: .3s;
    cursor: pointer;
}

.banner-text-box div:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2000);
    transform: scale(1.1);
}

.banner-text-box h5 {
    font-size: 25px;
    font-weight: 500;
    color: #FFFFFF;
}

.banner-text-box p {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
}

.banner-text-box .text-box-p {
    font-size: 30px;
    font-weight: bold;
    margin: 30px 0 20px 0;
}

.middle-firm-text {
    margin-top: 20px;
    padding: 0 30px 80px 25px;
    line-height: 32px;
    border: 1px solid #E9E9E9;
    background: #23C4A0;
    border-radius: 8px;
    transition: .3s;
    cursor: pointer;
}

.middle-firm-text p {
    margin-top: 30px;
    color: #FFFFFF;
}

.middle-firm-text:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2000);
    transform: scale(1.1);
}

.middle-course {
    margin-top: 50px;
}

.content-img {
    position: relative;
    height: 500px;
    margin-top: 20px;
    border: 1px solid #E9E9E9;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFFFFF;
    background: url(../image/course-img.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.w-h-img {
    position: relative;
    width: 90%;
    height: 5px;
    border: 5px solid #23C4A0;
    border-radius: 20px;
}

.content-time.time1 {
    position: absolute;
    left: 2%;
    top: -10px;
    transform: translateX(-25%);
}

.content-time.time2 {
    position: absolute;
    left: 15%;
    bottom: -10px;
    transform: translateX(-25%);
}

.content-time.time3 {
    position: absolute;
    left: 30%;
    top: -10px;
    transform: translateX(-25%);
}

.content-time.time4 {
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}

.content-time.time5 {
    position: absolute;
    right: 30%;
    top: -10px;
    transform: translateX(25%);
}

.content-time.time6 {
    position: absolute;
    right: 15%;
    bottom: -10px;
    transform: translateX(25%);
}

.content-time.time7 {
    position: absolute;
    right: 2%;
    top: -10px;
    transform: translateX(25%);
}

.content-time.time1:hover .flag {
    transform: scale(1.2);
}

.content-time.time2:hover .flag {
    transform: scale(1.2);
}

.content-time.time3:hover .flag {
    transform: scale(1.2);
}

.content-time.time4:hover .flag {
    transform: scale(1.2);
}

.content-time.time5:hover .flag {
    transform: scale(1.2);
}

.content-time.time6:hover .flag {
    transform: scale(1.2);
}

.content-time.time7:hover .flag {
    transform: scale(1.2);
}


.content-time {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 250px;
}

.content-time:nth-child(2n) {
    display: flex;
    flex-direction: column-reverse;

}

.content-time:nth-child(2n) .content {
    margin-bottom: 30px;

}

.content-time:nth-child(2n) .title {
    margin-top: 20px;
}

.content-time .flag {
    width: 21px;
    height: 21px;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(35, 196, 160, 0.6400);
    border-radius: 50%;
    transition: .3s;
}

.content-time .content {
    margin-top: 30px;
    word-break: break-all;
}

.content-time .content p {
    text-align: center;
}

.content-time .content .title {
    font-size: 24px;
    font-weight: bold;
    color: #303030;
    margin-bottom: 20px;
}

.content-img-text {
    position: absolute;
    display: flex;
    justify-content: space-between;
}

.content-img-text1 {
    position: absolute;
    display: flex;
    justify-content: space-between;
}

.middle-honor {
    margin-top: 50px;
}

.honor-img {
    width: 95%;
    height: 120px;
    padding-top: 19px;
    border: 1px solid #E9E9E9;
    font-weight: bold;
    color: #303030;
    text-align: center;
    /* border-radius: 8px 8px 0px 0px; */
    background-color: #FFFFFF;
}

.honor-img p {
    font-size: 20px;
    font-weight: bold;
    color: #303030;
}

.w-h-img1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 95%;
}



.honor-btm {
    display: flex;
    justify-content: space-between;
}

.honor-btm div {
    width: 278px;
    height: 110px;
    padding-top: 10px;
    background: #FFFFFF;
    border-radius: 0px 0px 8px 8px;
}

.honor-btm p {
    margin-top: 5px;
    font-size: 24px;
    font-weight: bold;
    color: #303030;
    text-align: center;
}

.honor-slide {
    margin-top: 50px;
}

.honor-slide2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.honor-slide2 span {
    width: 30px;
    height: 10px;
    display: inline-block;
    background: #23C4A0;
    margin: 0 50px 0 50px;
}

.span-box {
    padding: 0 50px 0 50px;
}

.moduler-title1 {
    margin-bottom: 20px;
    margin-left: 20px;
    font-size: 35px;
    font-weight: 500;
    color: #303030;
}
@media only screen and (max-width: 1800px) {
    .honor-img p{
        font-size: 18px;
    }
}

@media only screen and (max-width: 1700px) {
    .honor-img p{
        font-size: 16px;
    }
}

@media only screen and (max-width: 1600px) {
    .banner .slick-arrow {
        width: 20px;
        height: 40px;
    }
}


@media only screen and (max-width: 1400px) {
    .nav li:nth-child(2) p {
        font-size: 16px;
    }
    .content-time {
        width: 220px;
    }
}

@media only screen and (max-width: 1300px) {

    .content-time {
        width: 190px;
    }
}
@media only screen and (max-width: 1199px) {
    .nav li:nth-child(2) p {
        font-size: 16px;
        color: #000000;
    }
    
}