.nav li:nth-child(6) .v1 {
    border-bottom: 2px solid #ffffff;
    padding-top: 15px;
}

.nav li:nth-child(6) p {
    font-size: 22px;
    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: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
}

.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: 10px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 3
}

.slick-dots li {
    display: inline-block;
    margin: 0 10px
}

.slick-dots button {
    width: 10px;
    height: 14px;
    background: none;
    font-size: 0;
    cursor: pointer;
    border: none;
    border-radius: 10px;
    border: 1px solid #fff;
}

.slick-dots li.slick-active button {
    background: #fff
}

.moduler-title-h5 {
    font-size: 36px;
    font-weight: 500;
    color: #303030;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    /* align-items: center; */
}

.middle-up-box {
    position: relative;
    /* height: 500px; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.middle-pic-box {
    width: 729px;
    /* height: 100%; */
    overflow: hidden;
}

.middle-pic-box .img-pic {
    position: relative;
    height: 0;
    padding-top: 70%;
}

.middle-pic-box .img-pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 101%;
    border-radius: 20px 0px 0px 15px;
    border-radius: 30px 0 0 25px;
}

.text-area {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 50px 30px 0 40px;
    background: #23C4A0;
    border-radius: 0px 8px 8px 0px;
    transition: .3s;
    cursor: pointer;
    word-break: break-all;
}

.text-area:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2000);
    transform: scale(1);
}

.text-area h5 {
    font-size: 26px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.text-area textarea {
    flex: 1;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    color: #FFFFFF;
    background: transparent;
    width: 100%;
    resize: none;
    border: none;
    outline: none;
    cursor: pointer;
    margin-bottom: 50px;
}

.text-area textarea:hover::-webkit-scrollbar {
    display: block;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.text-area textarea::-webkit-scrollbar {
    display: none;
    width: 5px;
    height: 16px;
    background-color: transparent;
}

/*定义滚动条轨道 内阴影+圆角*/
.text-area textarea::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    border-radius: 10px;
    background-color: transparent;
}

/*定义滑块 内阴影+圆角*/
.text-area textarea::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #ffffff;
}

.middle-up-box1 {
    display: flex;
    justify-content: space-between;
}

.middle-up-box1 div {
    width: 32.5%;
    height: 400px;
    margin-top: 30px;
    padding: 35px 20px 0 23px;
    border-radius: 8px;
    transition: .3s;
    cursor: pointer;
    word-break: break-all;
}

.middle-up-box1 div:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2000);
    transform: scale(1);
}

.middle-up-box1 textarea {
    flex: 1;
    margin-top: 30px;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 35px;
    background: transparent;
    width: 100%;
    resize: none;
    border: none;
    outline: none;
    cursor: pointer;
    margin-bottom: 40px;
}

.middle-up-box1 textarea:hover::-webkit-scrollbar {
    display: block;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.middle-up-box1 textarea::-webkit-scrollbar {
    display: none;
    width: 5px;
    height: 16px;
    background-color: transparent;
}

/*定义滚动条轨道 内阴影+圆角*/
.middle-up-box1 textarea::-webkit-scrollbar-track {
    /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    border-radius: 10px;
    background-color: transparent;
}

/*定义滑块 内阴影+圆角*/
.middle-up-box1 textarea::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #ffffff;
}

.box-div {
    background: #23C4A0;
    display: flex;
    flex-direction: column;
}

.box-div1 {
    background: #41AFEE;
    display: flex;
    flex-direction: column;
}

.box-div2 {
    background: #818CE1;
    display: flex;
    flex-direction: column;
}

.middle-btm-box {
    margin-top: 50px;
}

.moduler-title-item {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.moduler-title-item1 {
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mddle-btm-box2 {
    width: 100%;
    height: 250px;
    background: #303030;
    border-radius: 10px 10px 10px 10px;
}

.mddle-btm-box3 {
    padding: 0 20px 0 20px;
    display: flex;
    justify-content: space-between;
}

.mddle-btm-box3 div {
    width: 24%;
    height: 500px;
    padding: 0 20px 0 20px;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    border-radius: 8px;
    transform: translate(0, -30%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .3s;
    cursor: pointer;
}

.mddle-btm-box3 div:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2000);
    transform: scale(1);
}

.mddle-btm-box3 img {
    width: 122px;
    height: 122px;
}

.mddle-btm-box3 p {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: center;
}

.moduler-title-item2 {
    font-size: 26px;
    font-weight: 500;
    color: #303030;
    margin: 30px 0 35px 0;
    text-align: center;
}

.mddle-btm-text {
    padding-top: 25px;
}

.mddle-btm-text2 {
    padding-top: 25px;
}


@media only screen and (max-width: 1600px) {
    .banner .slick-arrow {
        width: 20px;
        height: 40px;
    }

    .middle-pic-box {
        width: 700px;
    }

}


@media only screen and (max-width: 1400px) {
    .middle-up-box {
        height: 440px;
    }

    .text-area h5 {
        font-size: 22px;
    }

    .text-area textarea {
        font-size: 14px;
    }

    .middle-pic-box {
        width: 584px;
    }

    .middle-up-box {
        height: 410px;
    }

    .middle-up-box1 textarea {
        font-size: 16px;
    }

    .moduler-title-item1 {
        font-size: 24px;
    }

    .mddle-btm-box3 div {
        height: 400px;
    }
}

@media only screen and (max-width: 1400px) {
    .nav li:nth-child(6) p {
        font-size: 16px;
    }

}

@media only screen and (max-width: 1199px) {
    .nav li:nth-child(6) p {
        font-size: 16px;
        color: #000000;
    }

}