.banner {
    width: 100%;
    height: 45vw;
    margin-top: -110px;
    position: relative;
}

.banner .swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .swiper {
    width: 100%;
    height: 100%;
}

.swiper-pagination-banner .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    width: 10px;
    height: 10px;
    display: none;
}

.swiper-pagination-banner .swiper-pagination-bullet-active {
    background: #b90312;
}

.swiper-pre-customs,
.swiper-next-customs {
    width: 48px;
    height: 60px;
    background: url(../images/banneleft.png) no-repeat center/cover;
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    cursor: pointer;
    opacity: 0;
    transition: opacity ease-in-out 0.3s;
}

.swiper-next-customs {
    background-image: url(../images/bannerright.png);
    left: auto;
    right: 40px;
}

.banner:hover .swiper-pre-customs,
.banner:hover .swiper-next-customs {
    opacity: 1;
    transition: opacity ease-in-out 0.3s;
}

.banner::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 2;
    background: linear-gradient(180deg, rgba(174, 12, 42, 0) 0%, rgba(174, 12, 42, 0.4) 100%);
}

.main {
    width: 100%;
    margin-top: -240px;
    position: relative;
    z-index: 4;
}

.search_container {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    height: 56px;
    background-color: #fff;
    border-radius: 4px;
    padding: 14px 0;
    position: relative;
}

.select_container {
    flex: 2;
    text-align: center;
    height: 100%;
}

.search_header {
    height: 100%;
    line-height: 28px;
    cursor: pointer;
}

.select_container .options {
    display: none;
    width: 100%;
    position: absolute;
    top: -62px;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px;
    text-align: left;
    border-radius: 4px 4px 0 0;
}

.select_container .options span {
    color: #fff;
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
}

#search_input {
    flex: 22;
    padding: 0 20px;
    height: 100%;
    border-left: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
    font-size: 16px;
    color: #666;
}

#search_input:focus {
    outline: none;
    font-size: 16px;
    color: #333;
}

#search_button {
    flex: 2;
    height: 100%;
    background: url(../images/search.png) no-repeat center center;
    cursor: pointer;
}

.courseBox .kccontents {
    width: 100%;
    background: url(../images/bg.png) no-repeat center/cover;
    padding: 40px 0 20px 0;
}

.projectTabBox .tab-container {
    width: 100%;
}

.kctitle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.courseBox .kctitle a {
    flex: 0 0 50%;
    text-align: center;
    height: 104px;
    line-height: 70px;
    background: #b90312;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 100%;
    border-radius: 0;
    opacity: 1;
    margin: 0 !important;
    position: relative;
}

.courseBox .kctitle a::before {
    content: '查看全部 >';
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20%;
    letter-spacing: 1px;
}

.courseBox .kctitle a.active {
    background: url(../images/zs.png) no-repeat right bottom #fff;
    color: #b90312;
}

.courseBox .kctitle a.active::before {
    color: #b90312;
}

.courseBox .kctitle a::after {
    content: "";
    width: 180px;
    position: absolute;
    bottom: 0;
    height: 6px;
    background-color: #b90312;
    border-radius: 3px;
}

.courseBox .kctitle a.active::after {
    background: #b90312;
}

.kccontent {
    width: 100%;
    display: none;
}

.online {
    /* margin-top: 30px; */
    margin-bottom: 20px;
}

.online.horizontal {
    display: flex;
    height: 582px;
}

.online-item {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.online-item::after {
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.23) 53%, rgba(255, 255, 255, 0) 100%);
}

.online-title {
    background: #b90312;
    width: 132px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
    flex-direction: column;
}

.online-content {
    background-color: #F7F7F7;
    width: 0;
    overflow: hidden;
}

.courseItem {
    width: 100%;
    padding: 20px 0 0 20px;
    overflow: hidden;
}

.courseItem a {
    margin-right: 3%;
    margin-bottom: 18px;
    box-shadow: 0px 0px 6px 1px rgba(29, 29, 29, 0.17);
    border-radius: 4px;
    height: 170px;
    float: left;
    width: 30%;
    padding: 0px 12px 0 12px;
    transition: all 0.3s ease-in-out;
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.courseItem a h6 {
    color: #333;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.courseItem a:hover h6 {
    color: #b90312;
}

.courseItem a:hover {
    box-shadow: 0px 0px 6px 1px rgba(174, 12, 42, 0.17)
}

.courseItem a p {
    display: block;
    border-top: 1px solid #e4e4e4;
    height: 40px;
    line-height: 40px;
}

.online-title {
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.online-title span {
    font-size: 12px;
}

.online-title span::after {
    content: "";
    width: 2px;
    height: 2px;
    display: block;
    background: #fff;
    margin: 10px auto;
}

.online-title p {
    font-size: 24px;
}

.online-title .icon-arrow {
    width: 18px;
    height: 13px;
    background: url(../images/icon-right.png) no-repeat center/cover;
    margin: 24px 0;
    transition: all 0.5s ease-in-out;
}

.changeWidth .icon-arrow {
    display: none;
}

.online-title.changeWidth span {
    font-size: 14px;
}

.online-title.changeWidth p {
    font-size: 30px;
    font-weight: bold;
}

.online-title.changeWidth span::after {
    width: 30px;
    height: 1px;
}

.online-title.changeWidth a::after {
    content: "查看全部";
    color: #fff;
    font-size: 12px;
    display: block;
    width: 92px;
    height: 30px;
    border-radius: 2px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #fff;
    margin-top: 40px;
    transition: all 0.5s ease-in-out;
}

.online-title i.icon-img {
    display: none !important;
}

.online-title.changeWidth i.icon-img {
    display: flex !important;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 20px 0;
    transition: all 0.5s ease-in-out;
}

.collapsed {
    width: 0;
    transition: width 0.5s ease-in-out;
}

.expanded {
    width: 700px;
    transition: width 0.5s ease-in-out;
}

.changeWidth {
    width: 172px;
    position: relative;
}

.changeWidth::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 20px;
    display: block;
    background: url(../images/icon-jt.png) no-repeat right center;
}

.ulList {
    width: 100%;
}

.ulList a {
    width: calc((100% - 44px)/3);
    background-color: #fff;
    box-shadow: 0px 0px 4px 3px rgba(111, 111, 111, 0.15);
    border-radius: 4px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
    height: 160px;
    margin-bottom: 20px;
    margin-right: 22px;
    float: left;
    transition: all ease-in-out 0.3s;
    position: relative;
}

.ulList a:nth-child(3n) {
    margin-right: 0;
}

.ulList a .time,
.courseItem a .time {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #b90312;
    padding: 6px 12px;
    border-radius: 4px 0 4px 0;
}

.ulList a .time span,
.courseItem a .time span {
    color: #fff;
    font-size: 14px;
}

.ulList a h6 {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ulList a:hover {
    box-shadow: 0px 0px 4px 3px rgba(174, 12, 42, 0.2);
}

.ulList a:hover h6 {
    color: #b90312;
}

.ulList p,
.courseItem p {
    color: #b90312;
    font-size: 14px;
    position: absolute;
    right: 20px;
    bottom: 20px
}

.courseItem p {
    position: initial;
}

.ulList p span,
.courseItem p span {
    color: #666;
    font-size: 14px;
    width: 100%;
    display: inline-block;
    text-align: right;
}

.courseBox {
    position: relative;
    margin-top: 40px;
}

.fixedButt {
    width: 128px;
    display: block;
}

.dynamicContainer {
    background-color: #fff;
    padding: 40px 0 50px 0;
}

.dynamicContainer .tab-titles {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}

.dynamicContainer .tab-titles .tab-title {
    margin-right: 100px;
}
.dynamicContainer .tab-titles .tab-title:last-child {
    margin-right: 0;
}

.dynamicContainer .tab-titles .tab-title span {
    color: #666;
    font-size: 25px;
    cursor: pointer;
}

.dynamicContainer .tab-titles .tab-title span::after {
    content: '';
    display: block;
    width: 0;
    height: 14px;
    background: url(../images/tabline1.png) no-repeat center;
    margin: 0 auto;
    opacity: 0;
    transition: width 0.3s ease-in-out;
}

.dynamicContainer .tab-titles .tab-title.active span {
    color: #b90312;
    font-weight: bold;
}

.dynamicContainer .tab-titles .tab-title.active span::after {
    opacity: 1;
    width: 100px;
    transition: width 0.3s ease-in-out;
}

.dynamicContainer .tab-content {
    background: url(../images/bg2.png) no-repeat center/cover;
}

.dynamicContainer .tab-content .tab-pane {
    display: none;
    height: 100%;
}


.dynamicContainer1 {
    background-color: #fff;
    padding: 0 0 50px 0;
}

.dynamicContainer1 .tab-titles {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}

.dynamicContainer1 .tab-titles .tab-title {
    margin-right: 100px;
}
.dynamicContainer1 .tab-titles .tab-title:last-child {
    margin-right: 0;
}

.dynamicContainer1 .tab-titles .tab-title span {
    color: #666;
    font-size: 25px;
    cursor: pointer;
}

.dynamicContainer1 .tab-titles .tab-title span::after {
    content: '';
    display: block;
    width: 0;
    height: 6px;
    background: url(../images/tabline.png) no-repeat center;
    margin: 0 auto;
    opacity: 0;
    transition: width 0.3s ease-in-out;
}

.dynamicContainer1 .tab-titles .tab-title.active span {
    color: #b90312;
    font-weight: bold;
}

.dynamicContainer1 .tab-titles .tab-title.active span::after {
    opacity: 1;
    width: 52px;
    transition: width 0.3s ease-in-out;
}

.dynamicContainer1 .tab-content {
    background: url(../images/bg1.png) no-repeat center/cover;
}

.dynamicContainer1 .tab-content .tab-pane {
    display: none;
    height: 100%;
}

.dynamicContentBox,
.contactBox {
    width: 100%;
    height: 100%;
}

.article-wrap {
    display: flex;
    justify-content: space-between;
}

.contactBox {
    align-items: center;
}

.dynamicContentBox>div {
    flex: 0 0 45%;
}

.contactBox>div {
    flex: 0 0 48%;
}

.dynamicTitBox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.dynamicTitBox h3 {
    font-size: 50px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 80px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.43);
    text-align: center;
}

.dynamicTitBox h3 p {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.40);
    font-size: 28px;
    line-height: 40px;
    text-transform: capitalize;
    font-weight: normal;
}

.dynamicTitBox .viewMore {
    width: 112px;
    height: 40px;
    background: #b90312;
    border-radius: 4px;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    margin-top: 25px;
}

.newsList {
    padding-top: 30px;
    padding-bottom: 10px;
}

.dynamicListItem>a {
    width: 100%;
    background-color: #fff;
    height: 130px;
    box-shadow: 0px 0px 13px 4px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    padding: 20px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.dynamicListItem>a .time {
    flex-shrink: 0;
    text-align: center;
    border-right: 1px solid #EAEAEA;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dynamicListItem>a .time h5 {
    font-size: 40px;
    color: #666;
    line-height: 48px;
}

.dynamicListItem>a .time p {
    color: #666;
    font-size: 18px;
    line-height: 22px;
}

.dynamicListItem>a .dynamicItemCon {
    padding: 0 30px;
}

.dynamicListItem>a .dynamicItemCon h6 {
    font-size: 18px;
    color: #333;
    line-height: 22px;
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.dynamicListItem>a .dynamicItemCon p {
    color: #666;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.dynamicListItem>a:hover {
    background-color: #b90312;
}

.dynamicListItem>a:hover h5,
.dynamicListItem>a:hover p,
.dynamicListItem>a:hover h6 {
    color: #fff !important;
}

.cultivation-wrap {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0 20px 0;
}

.cultivation-wrap>a {
    width: calc((100% - 90px)/4);
    background-color: #b90312;
    height: 130px;
    border-radius: 10px;
    color: #fff;
    margin-right: 30px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.cultivation-wrap>a:nth-child(4n) {
    margin-right: 0;
}

.cultivation-wrap>a:hover{
    transform: scale(1.1);
}

.contactForm {
    height: 466px;
    border-radius: 4px;
    background: #fff;
    padding: 0 30px;
}

.plaintTit {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin: 22px 0;
    align-items: center;
}

.plaintTit h3 {
    color: #444;
    font-size: 26px;
    margin-right: 25px;
    line-height: 30px;
}

.plaintTit p {
    font-size: 12px;
    color: #999;
}

#submit {
    width: 100%;
    background: #b90312;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
}

.formBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.formBox .formItem {
    flex: 0 0 48%;
    position: relative;
}

.formBox .formItem+.formItem+.formItem {
    flex: 0 0 100%;
}

.formBox .textareaFileBox {
    width: 100%;
    margin-bottom: 14px;
    padding-bottom: 0;
    padding-top: 16px;
}

.formBox label {
    color: #b90312;
    font-size: 12px;
    position: absolute;
    top: -8px;
    left: 18px;
    padding: 0 5px;
    z-index: 2;
    background-color: #fff;
}

::placeholder {
    color: #999;
}

.formItem {
    margin-bottom: 14px;
}

.article,
.article1,
.mobileArticle,
.mobileArticle1 {
    background: #b90312;
    padding: 48px 0;
}

.mobileArticle,
.mobileArticle1 {
    display: none;
}

.articleBanner {
    width: 100%;
    position: relative;
    height: 280px;
}

.articleBanner .swiper {
    height: 280px;
}

.articleBanner .swiper-slide {
    border-radius: 4px;
    display: block;
    overflow: hidden;
}

.articleBanner .swiper-slide p {
    width: 100%;
    background: url(../images/bg3.png) no-repeat center/cover;
    padding: 30px 10px 10px 10px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.articleBanner .swiper-pre-customs {
    background-image: url(../images/arrow-left.png);
    left: -50px;
}

.articleBanner .swiper-next-customs {
    background-image: url(../images/arrow-right.png);
    right: -50px;
}

.articleBanner .swiper-pre-customs,
.articleBanner .swiper-next-customs {
    opacity: 1;
    width: 32px;
    height: 32px;
    display: block;
}

.jcygItem .dynamicListItem>a {
    height: 120px;
    width: calc((100% - 44px) / 3);
    margin-right: 22px;
    margin-bottom: 24px;
}

.jcygItem .dynamicListItem>a:nth-child(3n) {
    margin-right: 0;
}

.dynamicContentBox>div.jjdtItem {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 20px;
}

.dynamicContentBox>div.jjdtItem .dynamicListItem {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.dynamicListItem>a .time {
    width: 20%;
}

.toolList{
    margin: 50px 0;
    display: flex;
    flex-wrap: wrap;
}
.toolList a{
    width: calc(50% - 12px);
    background-color: #fff;
    display: inline-block;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.toolList a img{
    width: 50px;
    height: 50px;
}
.toolList a .img1{
    display: none;
}
.toolList a div{
    font-size: 18px;
    /* font-weight: bold; */
    margin-top: 10px;
    color: #b90312;
}
.toolList a:nth-child(2n+1){
    margin-right: 24px;
}
.toolList a:nth-child(1),.toolList a:nth-child(2){
    margin-bottom: 30px;
}
.toolList a:hover{
    background-color: #b90312;
}
.toolList a:hover div{
    color: #fff;
}
.toolList a:hover .img1{
    display: block !important;
}
.toolList a:hover .img{
    display: none;
}

.wonderfulList{
    margin: 50px 0 30px 0;
    display: flex;
    flex-wrap: wrap;
}
.wonderfulList a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: calc((100% - 30px)/3);
    margin-right: 15px;
    margin-bottom: 20px;
}
.wonderfulList a:nth-child(3n){
    margin-right: 0;
}
.wonderfulList a img{
    width: 100%;
    height: 160px;
    border-radius: 8px;
}
.wonderfulList a div{
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.wonderfulList a:hover div{
    color: #b90312;
}

.dynamicTitCenter{
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 1440px) {
    .centerWrap {
        width: 1300px;
    }

    .dynamicContainer .tab-titles .tab-title {
        margin-right: 30px;
    }
    .dynamicContainer1 .tab-titles .tab-title {
        margin-right: 30px;
    }

    .articleBanner .swiper-pre-customs,
    .articleBanner .swiper-next-customs {
        display: none;
    }

    .courseItem {
        display: flex;
        flex-wrap: wrap;
    }

    .changeWidth {
        width: 20%;
    }

    .expanded {
        width: 80%;
    }

    .projectTabBox .tab-content .tab-pane,
    .careerClass .tab-content .tab-pane {
        flex: 1;
    }

    .online-item {
        width: 10%;
    }

    .online-item.active {
        width: 60%;
    }

    .courseItem a {
        flex: 0 0 30%;
    }

    .ulList a {
        /* margin-right: 2%; */
    }

    .ulList a.noMess p,
    .courseItem a.noMess p {
        font-size: 14px;
    }
}

@media screen and (max-width: 1360px) {
    .swiper-pagination-banner {
        display: none;
    }
}

@media screen and (max-width: 1200px) {
    #piaochuang {
        display: none;
    }

    .centerWrap {
        width: 100%;
        padding: 0 20px;
    }

    .header,
    .newsBox,
    .article,
    .article1,
    .footer,
    .courseBox,
    .projectTabBox .tab-titles,
    .careerClass .tab-titles,
    .dynamicContentBox,
    .contactBox {
        width: 100%;
    }

    .projectTabBox .tab-titles .tab-title,
    .careerClass .tab-titles .tab-title {
        width: auto;
        padding: 0 5%;
    }

    .careerClass .tab-titles .tab-title {
        padding: 0 8%;
    }

    .online-title {
        width: 100%;
    }

    .online-item.active .online-title {
        width: 20%;
    }

    .select_container,
    #search_button {
        flex: 3;
    }

    .courseBox .kctitle a {
        font-size: 24px;
        height: 88px;
    }

    .courseBox .kctitle .active::after {
        height: 4px;
    }

    .courseBox {
        margin-top: 56px;
    }

    .careerClass .tab-titles .tab-title a {
        font-size: 18px;
    }

    .dynamicContainer .tab-titles .tab-title span {
        font-size: 24px;
    }

    .dynamicContainer .tab-titles .tab-title {
        margin-right: 30px;
    }

    .dynamicContainer1 .tab-titles .tab-title span {
        font-size: 24px;
    }

    .dynamicContainer1 .tab-titles .tab-title {
        margin-right: 30px;
    }

    .dynamicTitBox h3 {
        font-size: 48px;
    }

    .dynamicTitBox h3 p {
        font-size: 28px;
    }

    .newsList {
        height: 100%;
        margin-top: 0;
        padding: 4% 0;
    }

    .dynamicListItem {
        height: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .dynamicListItem>a {
        height: 23%;
    }

    .dynamicListItem>a+a {
        margin-top: 2%;
    }

    .dynamicContentBox>div {
        flex-basis: 30%;
    }

    .dynamicContentBox>div+div {
        flex-basis: 65%;
    }

    .contactBox>div {
        flex-basis: 100%;
    }

    .contactForm {
        display: none;
    }

    .ContactMess .contactMessList p {
        font-size: 18px;
    }

    .courseItem a {
        flex: 0 0 48%;
        margin-right: 2%;
    }

    .articleBanner .swiper,
    .articleBanner {
        height: 220px;
    }

    .dynamicContentBox>div.jjdtItem {
        width: 24%;
    }

    .jcygItem h6 p {
        font-size: 18px;
    }

    .jjdtItem h6 a {
        right: 0;
    }

    .dynamicListItem>a {
        padding: 20px 0;
    }

    .jcygItem .dynamicListItem>a {
        height: 100px;
    }

    .dynamicListItem>a+a {
        /* margin-top: 20px; */
    }

    .newsList {
        padding-top: 50px;
    }
}

@media screen and (max-width: 992px) {

    .search_container,
    .projectTabBox .tab-content,
    .careerClass .tab-content,
    .select_container {
        display: none;
    }

    .search_container {
        display: flex;
        width: 100%;
        margin-top: 0;
        background: #f9e8eb;
        border: 1px solid #e999a7;
        border-radius: 10px;
        margin: 15px 0
    }

    #search_input {
        flex: 1;
        border-left: none;
        background: #f9e8eb;
        border-color: #e999a7
    }

    #search_button {
        flex-shrink: 0;
        width: 70px;
        flex: none;
    }

    .main {
        margin-top: 0;
    }

    .swiper-pre-customs,
    .swiper-next-customs {
        display: none;
    }

    .dynamicContainer .tab-titles {
        justify-content: space-around;
    }

    .dynamicContainer1 .tab-titles {
        justify-content: space-around;
    }

    .banner,
    .courseBox {
        margin-top: 0;
    }

    .courseBox .centerWrap {
        /* margin-bottom: -88px; */
        z-index: 10;
        padding: 0;
    }

    .projectTabBox,
    .careerClass {
        margin-top: 80px;
    }

    .courseBox .kccontents {
        height: auto;
        min-height: 340px;
    }

    .dynamicContentBox {
        flex-direction: column-reverse;
    }

    .dynamicContentBox>div {
        flex-basis: 12%;
    }

    .dynamicContentBox>div+div {
        flex-basis: 88%;
    }

    .dynamicContainer {
        padding-bottom: 0;
    }

    .dynamicContainer .tab-content {
        height: auto;
    }

    .dynamicContainer1 {
        padding-bottom: 0;
    }

    .dynamicContainer1 .tab-content {
        height: auto;
    }

    .contactBox {
        padding: 40px 20px;
    }

    .ContactMess .contactMessList {
        margin: 0;
    }

    .dynamicTitCenter h3 {
        display: none;
    }

    .codeBox {
        border-left: none;
    }

    .code p {
        font-size: 14px;
    }

    .botNavBox dl dt::after {
        margin: 8px auto 0 auto;
    }

    .botNavBox dl {
        text-align: center;
    }

    .copyRight {
        font-size: 14px;
    }

    .projectTabBox .tab-titles .tab-title,
    .careerClass .tab-titles .tab-title,
    .projectTabBox .tab-titles .tab-title a,
    .careerClass .tab-titles .tab-title a {
        transform: skewX(0)
    }

    .dynamicTitBox .viewMore {
        margin-bottom: 25px;
        margin-top: 0;
    }

    .projectTabBox .tab-titles .tab-title:last-child,
    .projectTabBox .tab-titles .tab-title:first-child,
    .careerClass .tab-titles .tab-title:first-child,
    .careerClass .tab-titles .tab-title:last-child {
        background: #fff;
    }

    .projectTabBox .tab-titles .tab-title.active:first-child,
    .projectTabBox .tab-titles .tab-title.active:last-child,
    .careerClass .tab-titles .tab-title.active:first-child,
    .careerClass .tab-titles .tab-title.active:last-child {
        background: #fff;
    }

    .projectTabBox .tab-titles .tab-title:hover,
    .projectTabBox .tab-titles .tab-title:hover,
    .careerClass .tab-titles .tab-title:hover,
    .careerClass .tab-titles .tab-title:hover {
        background: linear-gradient(90deg, #b90312 0%, #E70F36 100%);
    }

    .projectTabBox .tab-titles .tab-title:hover,
    .projectTabBox .tab-titles .tab-title:hover a,
    .careerClass .tab-titles .tab-title:hover a,
    .careerClass .tab-titles .tab-title:hover a {
        color: #fff;
    }

    .projectTabBox .tab-titles .tab-title.active a span,
    .projectTabBox .tab-titles .tab-title.active a p,
    .careerClass .tab-titles .tab-title.active a {
        color: #444;
    }

    .projectTabBox .tab-titles .tab-title+.tab-title+.tab-title,
    .careerClass .tab-titles .tab-title+.tab-title+.tab-title,
    .projectTabBox .tab-titles .tab-title+.tab-title,
    .careerClass .tab-titles .tab-title+.tab-title {
        margin: 0
    }

    .careerClass .tab-titles .tab-title:last-child,
    .projectTabBox .tab-titles .tab-title:last-child {
        margin-left: 0 !important;
    }

    .projectTabBox .tab-titles,
    .careerClass .tab-titles {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .careerClass .tab-titles .tab-title {
        margin-bottom: 20px;
    }

    .projectTabBox .tab-titles .tab-title {
        flex: 0 0 30%;
        margin-bottom: 20px;
    }

    .careerClass .tab-titles .tab-title {
        flex: 0 0 48%;
    }

    .projectTabBox .tab-titles .tab-title+.tab-title+.tab-title+.tab-title {
        flex: 0 0 48%;
    }

    .projectTabBox .tab-titles .tab-title,
    .careerClass .tab-titles .tab-title {
        padding: 0;
        height: 80px;
        border-top: 2px solid #b90312;
        border-radius: 8px !important;
    }

    .inpSearch {
        width: 14%;
    }

    .inpTit {
        width: 84%;
    }

    .dynamicContentBox>div.jjdtItem {
        width: 100%;
    }

    .jcygItem .dynamicListItem>a {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .jcygItem .dynamicListItem>a:last-child {
        margin-bottom: 0;
    }

    .contentBox {
        flex-direction: initial;
        flex-wrap: wrap;
    }

    .contentBox,
    .jcyg {
        padding-bottom: 20px;
    }

    .jcygNoMessCon {
        height: auto;
        padding: 20px 0;
    }

    .footCon .item:first-child {
        margin-right: 0px;
    }

    .footCon .item span:first-child {
        margin-bottom: 0;
    }

    .footCon .item span {
        margin-bottom: 5px !important;
        font-size: 18px;
    }

    .cultivation-wrap>a {
        width: calc((100% - 30px)/3);
        margin-right: 15px;
        height: 120px;
    }

    .cultivation-wrap>a:nth-child(4n) {
        margin-right: 15px;
    }

    .cultivation-wrap>a:nth-child(3n) {
        margin-right: 0;
    }

    .dynamicTitBox {
        display: none !important;
    }

    .wonderfulList{
        margin: 50px 0 30px 0;
        display: flex;
        flex-wrap: wrap;
    }
    .wonderfulList a{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        width: calc((100% - 20px)/2);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .wonderfulList a:nth-child(2n){
        margin-right: 0;
    }
    .wonderfulList a:nth-child(3n){
        margin-right: 20px;
    }
    .wonderfulList a:nth-child(6){
        margin-right: 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .courseBox .kctitle a {
        height: auto;
        font-size: 18px;
        line-height: 32px;
        padding: 10px 0;
        font-weight: 500;
    }

    .courseBox .kctitle a.active::after {
        width: 100%;
        height: 2px;
    }

    .projectTabBox .tab-titles .tab-title,
    .careerClass .tab-titles .tab-title {
        height: 64px;
    }

    .projectTabBox .tab-titles .tab-title a p,
    .careerClass .tab-titles .tab-title a {
        font-size: 16px;
    }

    .courseBox .kccontents {
        min-height: 300px;
        padding: 20px;
    }

    .banner::after {
        height: 40px;
    }

    .dynamicContainer .tab-titles .tab-title span {
        font-size: 18px;
        font-weight: normal;
    }

    .dynamicContainer .tab-titles .tab-title {
        margin-right: 0;
    }

    .dynamicContainer1 .tab-titles .tab-title span {
        font-size: 18px;
        font-weight: normal;
    }

    .dynamicContainer1 .tab-titles .tab-title {
        margin-right: 0;
    }

    .dynamicListItem>a {
        padding: 10px;
    }

    .dynamicListItem>a .dynamicItemCon {
        padding: 0 10px;
    }

    .dynamicListItem>a .time h5 {
        font-size: 26px;
    }

    .dynamicListItem>a .dynamicItemCon h6,
    .dynamicListItem>a .dynamicItemCon p {
        -webkit-line-clamp: 1;
    }

    .ContactMess .contactMessList p {
        margin: 20px 0
    }

    .ContactMess .attention,
    .ContactMess .advice {
        font-size: 14px;
    }

    .ContactMess .contactMessList p {
        font-size: 16px;
    }

    .jcygItem h6 p {
        font-size: 16px;
        text-align: left;
    }

    .jcygItem h6 a {
        font-size: 14px;
        right: 10px;
    }

    .jcygItem h6 p {
        justify-content: flex-start;
        padding: 0 10px;
    }

    .jjdtItem .dynamicListItem>a .time {
        display: none !important;
    }

    .dynamicListItem>a .time p {
        font-size: 16px;
    }

    .jjdtItem .dynamicListItem>a .dynamicItemCon h6 {
        font-size: 16px;
        margin-bottom: 0;
    }

    .jjdtItem .dynamicListItem>a .dynamicItemCon {
        padding: 0;
    }

    .jcygItem .dynamicListItem>a {
        height: 54px;
    }

    .jcygItem>h6 {
        margin: 20px 0
    }

    .ulList {
        margin-top: 0;
        /* position: relative; */
        /* z-index: 6; */
    }

    .ulList a {
        width: 100%;
        height: auto;
        padding: 10px 15px;
        padding-top: 40px;
        margin-bottom: 15px
    }

    .ulList p {
        position: initial;
        text-align: right;
        margin-top: 5px;
    }

    .courseBox .kctitle a::before {
        content: '》';
        position: initial;
        transform: none;
    }

    .courseBox .kctitle a {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row-reverse;
        gap: 10px;
    }

    .online {
        margin-top: 0
    }

    .online.horizontal {
        height: auto;
        flex-direction: column;
    }

    .online-item {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .collapsed {
        width: 100%
    }

    .courseItem {
        padding: 20px;
    }

    .courseItem a {
        flex: 0 0 100%;
        padding: 0 15px;
        height: auto;
        padding-top: 40px;
    }

    .courseItem p span {
        padding: 6px 0 !important;
    }

    .online-title span {
        display: none;
    }

    .online-title {
        flex-direction: row;
        gap: 10px;
        padding: 15px;
    }

    .online-item.active,
    .online-item.active .online-title,
    .expanded {
        width: 100%;
    }

    .online-title.changeWidth i.icon-img {
        display: none !important;
    }

    .online-item+.online-item+.online-item+.online-item+.online-item .changeWidth {
        background: #b90312;
    }

    .changeWidth::after {
        content: none;
    }

    .online-title .icon-arrow {
        display: none;
    }

    .online-title a::after,
    .online-title.changeWidth a::after {
        content: "》";
        color: #fff;
        width: auto;
        border: none;
        line-height: 16px;
        height: auto;
        font-size: 16px;
        text-align: center;
        transition: all 0.5s ease-in-out;
    }

    .online-title.changeWidth a::after {
        margin-top: 0
    }

    .courseItem a+a+a {
        display: none;
    }

    .online-title p,
    .online-title.changeWidth p {
        font-size: 18px;
    }

    .botNavBox {
        display: none;
    }
}

@media screen and (max-width: 580px) {
    .mobileArticle {
        display: block;
    }

    .mobileArticle1 {
        display: block;
    }

    .article {
        display: none;
    }
    .article1 {
        display: none;
    }
}
.btn-more{
    margin-bottom: 10px;
    text-align: right;
} 
.btn-more a{
    color: #333;
}
.btn-more a:hover{
    color: #b90312;
}