.ld_index {
    width: 100%;
}

.ld_index .banner {
    width: 100%;
    font-size: 0;
    overflow: hidden;
}

.swiper-pagination {
    bottom: 3% !important;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #FFFFFF !important;
    margin: 0 15px !important;
    opacity: 1;
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    background: #B80001 !important;
}

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

.ld_index .announcement-news {
    width: 75.67%;
    margin: auto;
    margin-bottom: 50px;
}

.ld_index .announcement-news .announcement {
    margin: 30px 0;
    padding: 28px 28px 28px 16px;
    display: flex;
    align-items: center;
    justify-content: start;
    background: #FFFFFF;
    box-shadow: 0 0 5px -3px #020202;
    border-radius: 6px;
}

.ld_index .announcement-news .announcement .left {
    /* width: 11%;
    margin-right: 20px; */
}

.ld_index .announcement-news .announcement .right {
    width: 85%;
}

.ld_index .announcement-news .announcement .right ul {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    overflow: hidden;

}

.swiper-button-lock {
    display: block !important;
}

.ld_index .announcement-news .announcement .right ul li {
    list-style: disc;
    margin-left: 20px;
    white-space: nowrap;
    /* animation: scroll 10s linear infinite; */
}


.ld_index .announcement-news .announcement .right ul li a {
    width: 100%;
    display: inline-block;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 400;
}

.ld_index .announcement-news .announcement .right ul li a .tz {
    /* min-width: 310px; */
    font-size: 18px;
    color: #363636;
    line-height: 25px;
}

.ld_index .announcement-news .announcement .right ul li a .time {
    font-size: 16px;
    color: #B9B8B8;
    line-height: 22px;
    margin-left: 10px;
    margin-right: 20px;
}

.ld_index .announcement-news .announcement .right ul li::marker {
    color: #0562CC;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {

        transform: translateX(-100%);
    }
}

.ld_index .announcement-news .announcement .left span,
.ld_index .announcement-news .announcement .tz,
.ld_index .announcement-news .announcement .time {
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 400;
}

.ld_index .announcement-news .announcement .left span {
    font-size: 20px;
    font-weight: 500 !important;
    color: #0562CC;
    line-height: 28px;
    vertical-align: middle;
}

.ld_index .announcement-news .news-box {
    display: flex;
    justify-content: space-between;
}

.ld_index .announcement-news .news-box .schol-news,
.ld_index .announcement-news .news-box .news-dynamic {
    width: 49%;
    overflow: hidden;
    max-height: 500px;
}


.ld_index .announcement-news .news-box .schol-news {
    position: relative;
    font-size: 0;
}

.ld_index .announcement-news .news-box .schol-news .top,
.ld_index .announcement-news .news-box .schol-news .bottom {
    position: absolute;
}

.ld_index .announcement-news .news-box .schol-news .bk-banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ld_index .announcement-news .news-box .schol-news .title,
.ld_index .announcement-news .news-box .news-dynamic .title {
    width: 210px;
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 40px;
    padding: 4px 0;
}

.ld_index .announcement-news .news-box .schol-news .title {
    background-image: url(../image/ld_index/bg_1.png);
    text-shadow: 0 2px 4px #B80001;
}

.ld_index .announcement-news .news-box .news-dynamic .title {
    background: url(../image/ld_index/bg_2.png) left top no-repeat;
    text-shadow: 0 2px 4px #2F79C9;
    width: auto;
}

.ld_index .announcement-news .news-box .news-dynamic .title a{
    display: block;
    width: 90px;
    float: right;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #323232;
    line-height: 52px;
    text-shadow: 0 0 black;
}

.ld_index .announcement-news .news-box .schol-news .bottom {
    width: 100%;
    bottom: 0;
    box-sizing: border-box;
    padding: 28px 16px;
    background: #B80001;
    border-radius: 0 0 6px 6px;
    opacity: 0.8;
}

.ld_index .announcement-news .news-box .schol-news .bottom p {
    font-size: 22px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 10px;
}


.ld_index .announcement-news .news-box .schol-news .bottom div {
    width: 100%;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.ld_index .announcement-news .news-box .news-dynamic {
    box-shadow: 0 0 5px -3px #020202;
}

.ld_index .announcement-news .news-box .news-dynamic ul {
    margin-top: 32px;
    padding-left: 18px;
    padding-right: 10px;
}

.ld_index .announcement-news .news-box .news-dynamic ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.ld_index .announcement-news .news-box .news-dynamic ul .line {
    margin: 20px 0;
    opacity: 0.2;
    border: 1px solid #C5C5C5;
}

.ld_index .announcement-news .news-box .news-dynamic ul li .rq {
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    min-width: 60px;
    text-align: center;
    color: #FFFFFF;
    background: #0562CC;
    border-radius: 5px;
    margin-right: 27px;
}

.ld_index .announcement-news .news-box .news-dynamic ul li .rq div:nth-child(1) {
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 36px;
}

.ld_index .announcement-news .news-box .news-dynamic ul li .rq div:nth-child(2) {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}

.ld_index .announcement-news .news-box .news-dynamic ul li .content {
    width: 80%;
}

.ld_index .announcement-news .news-box .news-dynamic ul li:hover .content div {
    color: #0562CC !important;
}

.ld_index .announcement-news .news-box .news-dynamic ul li .content div:nth-child(1) {
    font-size: 22px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #323232;
    line-height: 30px;
}

.ld_index .announcement-news .news-box .news-dynamic ul li .content div:nth-child(2) {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 22px;
    margin-top: 8px;
}


.ld_index .special-collection {
    width: 100%;
    background: #F6F6F6;
    opacity: 0.97;
    box-sizing: border-box;
    padding: 42px 0 52px;
}

.id-title-c {
    width: 75.67%;
    margin: auto;
    text-align: center;
    margin-bottom: 46px;
   
}
.id-title-c .titlr_cbox{
    display: flex;
    justify-content: center;
    align-items: center;
   
}
.id-title-c .titlr_cbox .cbox_left{
    margin-right: 10px;
}
.id-title-c .cbox_right div:nth-child(1) {
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #B80001;;
    line-height: 40px;
    margin-bottom: 8px;
}

.id-title-c .cbox_right div:nth-child(2) {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #B80001;;
    line-height: 22px;
}

.special-collection .special-collection_content {
    position: relative;
    width: 75.67%;
    margin: auto;
}

.special-collection .swiper-container {
    overflow: hidden;
}

.special-collection .swiper-container .swiper-slide {
    /*margin-right: 15px !important;*/
}

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

.special-collection .custom-prev-button,
.special-collection .custom-next-button {
    position: absolute;
    top: 56px;
    z-index: 999;
}

.special-collection .custom-prev-button {
    left: -56px;
}

.special-collection .custom-next-button {
    right: -56px;
}
.serse{
    width: 100%;
    height: auto;
    background: url('../image/ld_index/jiao.png') no-repeat;
    background-size: 100% 100%;
}
.serve-m {
    width: 75.67%;
    margin: auto;
    padding: 40px 0 60px 0;
    display: flex;
    justify-content: space-between;
}

.serve-m .list {
    width: 41%;
    margin-right: 27px;
    min-height: 480.16px;
}

.serve-m .list ul li a {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.serve-m .list ul li .rq {
    width: 68px;
    height: 62px;
    border-radius: 8px;
    border: 1px solid #B80001;
}

.serve-m .list ul li .right {
    width: 80%;
}

.serve-m .list ul li .right div {
    margin-left: 14px;
}

.serve-m .list ul li .right:hover div {
    color: #B80001 !important;
    cursor: pointer;
}

.serve-m .list ul li .right div:nth-child(1) {
    font-size: 22px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 700;
    color: #363636;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.serve-m .list ul li .right div:nth-child(2) {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 33px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.serve-m .list ul li .rq div {
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    text-align: center;
}

.serve-m .list ul li .rq div:nth-child(1) {
    font-size: 24px;
    color: #B80001;
    line-height: 33px;
}

.serve-m .list ul li .rq div:nth-child(2) {
    font-size: 16px;
    color: #B80001;
    line-height: 33px;
}

.serve-m .list2 {
    width: 18%;
    min-height: 480.16px;
}

.serve-m .ewm,
.serve-m .apply-button {
    text-align: center;
    box-sizing: border-box;
}

.serve-m .ewm {
    padding: 43px 0 60px;
    /* background: #FFFFFF; */
    border: 1px solid #C5C5C5;
    border-bottom: 0;
    border-top: 0;
    text-align: center;
}

.serve-m .ewm img {
    width: 180px;

}

.serve-m .ewm div {
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #363636;
    line-height: 25px;
    letter-spacing: 4px;
}

.serve-m .apply-button {
    padding: 13px 50px;
    /* background: #FFFFFF; */
    border: 1px solid #C5C5C5;
}

.serve-m .apply-button div a {
    display: inline-block;
    height: 36px;
    width: 100%;
    /* background: #FFFFFF; */
    border: 1px solid #B80001;
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #323232;
    line-height: 36px;
    cursor: pointer;
}

.serve-m .apply-button div:nth-child(1) {
    margin-bottom: 10px;
}

.serve-m .more {
    width: 100%;
    display: flex;
    border-bottom: 1px solid #323232;
}

.serve-m .more span {
    flex: 1;
    display: inline-flex;
    justify-content: space-between;
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #B80001;
    line-height: 40px;
}

.serve-m .list a {
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #323232;
    line-height: 40px;
}

.serve-m .list ul li a {
    border-bottom: 1px solid #C5C5C5;
    padding: 25px 0 17px;
}

.serve-m .list ul li:last-child {
    border-bottom: 0;
}

.picturenew {
    width: 100%;
    background: url('../image/ld_index/bc_pic_news.png') no-repeat;
    background-size: 100% 100%;
    padding-top: 44px;
    position: relative;
}

.picturenew .picturenew_content {
    width: 75.67%;
    margin: auto;
    overflow: hidden;
   
}

.picturenew .picturenew_content .swiper-container {
    width: 100%;
}

.picturenew .picturenew_content .swiper-container .swiper-slide {
    cursor: pointer;
}

.picturenew .picturenew_content .swiper-container .swiper-wrapper .swiper-slide:hover p {
    color: #0562CC;
}

.picturenew .picturenew_content .swiper-container .swiper-wrapper .swiper-slide:hover .img_word_content {
    background-color: #0562CC;
}

.picturenew .picturenew_content .swiper-container .swiper-wrapper .swiper-slide:hover .img_word_content .title {
    color: #FFFFFF !important;
}

.picturenew .picturenew_content .swiper-container .swiper-wrapper .swiper-slide:hover .img_word_content ul {
    border-left: 0 !important;
}

.picturenew .picturenew_content .swiper-container .swiper-wrapper .swiper-slide:hover .img_word_content li span {
    color: #FFFFFF !important;
}

.picturenew .picturenew_content .swiper-container .swiper-wrapper .swiper-slide:hover .img_word_content li .biao {
    background: url(../image/ld_index/time1.png) no-repeat !important;
}

.picturenew .picturenew_content .swiper-container .swiper-wrapper .swiper-slide:hover .img_word_content li .dingwai {
    background: url(../image/ld_index/location1.png) no-repeat !important;
}

/* .picturenew .picturenew_content .swiper-container .swiper-wrapper {
    transform: translate3d(-12.5rem, 0, 0) !important;
} */

.picturenew .picturenew_content .swiper-container .swiper-wrapper .swiper-slide-active p {
    color: #0562CC;
}

.picturenew .picturenew_content .swiper-container .swiper-wrapper .swiper-slide-active .img_word_content {
    background-color: #0562CC;
}

.picturenew .picturenew_content .swiper-container .swiper-wrapper .swiper-slide-active .img_word_content .title {
    color: #FFFFFF !important;
}

.picturenew .picturenew_content .swiper-container .swiper-wrapper .swiper-slide-active .img_word_content ul {
    border-left: 0 !important;
}

.picturenew .picturenew_content .swiper-container .swiper-wrapper .swiper-slide-active .img_word_content li span {
    color: #FFFFFF !important;
}

.picturenew .picturenew_content .swiper-container .swiper-wrapper .swiper-slide-active .img_word_content li .biao {
    background: url(../image/ld_index/time1.png) no-repeat !important;
}

.picturenew .picturenew_content .swiper-container .swiper-wrapper .swiper-slide-active .img_word_content li .dingwai {
    background: url(../image/ld_index/location1.png) no-repeat !important;
}

.picturenew .picturenew_content .swiper-container .swiper-slide p {
    font-size: 22px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 700;
    color: #323232;
    line-height: 30px;

}

.picturenew .picturenew_content .swiper-container .swiper-slide .img_word {
    width: 100%;
    margin-top: 23px;
    font-size: 0;
}
.picturenew .picturenew_content .swiper-container .swiper-slide .img_word .img_boxsx{
    width: 100%;
    height: 317px;
    overflow: hidden;
}
.picturenew .picturenew_content .swiper-container .swiper-slide .img_word img {
    width: 100%;
    height: 266px;
    /*object-fit: contain;*/
}

.picturenew .picturenew_content .swiper-container .swiper-slide .img_word .img_word_content {
    width: 100%;
    padding: 34px 16px;
    box-sizing: border-box;
}

.picturenew .picturenew_content .swiper-container .swiper-slide .img_word .img_word_content .title {
    width: 100%;
    font-size: 22px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 700;
    color: #363636;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.picturenew .picturenew_content .swiper-container .swiper-slide .img_word .img_word_content ul {
    border-left: 1px solid #363636;
    padding-left: 15px;
    margin-top: 19px;

}

.picturenew .picturenew_content .swiper-container .swiper-slide .img_word .img_word_content ul li {
    display: flex;
    justify-content: start;
    align-items: center;
}

.picturenew .picturenew_content .swiper-container .swiper-slide .img_word .img_word_content li:nth-child(2) {
    margin-top: 7px;
}

.picturenew .picturenew_content .swiper-container .swiper-slide .img_word .img_word_content li span {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 700;
    color: #363636;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
}

.picturenew .picturenew_content .swiper-container .swiper-slide .img_word .img_word_content li .biao {
    background: url(../image/ld_index/time.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 22px;
    height: 23px;
    vertical-align: top;
    margin-right: 5px;
}

.picturenew .picturenew_content .swiper-container .swiper-slide .img_word .img_word_content li .dingwai {
    background: url(../image/ld_index/location.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 22px;
    height: 23px;
    vertical-align: top;
    margin-right: 5px;
}

.picturenew .picturenew_content .swiper-container .swiper-slide .img_word .img_word_content li span img {
    width: auto;
    vertical-align: middle;
}

.picturenew .picturenew_content .custom-prev-button1 {
    position: absolute;
    top: 45%;
    left: 50px;
    z-index: 999;
}

.picturenew .picturenew_content .custom-next-button1 {
    position: absolute;
    top: 45%;
    right: 50px;
    z-index: 999;
}

.QuickLink {
    width: 75.67%;
    margin: auto;
    padding: 40px 0 60px 0;
}

.QuickLink .QuickLink_top {
    display: flex;
    justify-content: space-between;
}

.QuickLink .QuickLink_top .top_left span {
    font-size: 28px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #B80001;
    line-height: 40px;
}

.QuickLink .QuickLink_top .top_left span img {
    vertical-align: middle;
}

.QuickLink .QuickLink_top .top_right span a {
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #323232;
    line-height: 28px
}

.QuickLink .link_contednt {
    width: 100%;
    margin-top: 18px;
}

.QuickLink .link_contednt ul {
    display: flex;
    justify-content: start;
    background: #F9FBFE;
    padding: 21px 15px;
}

.QuickLink .link_contednt ul li {
    margin-right: 50px;
}

.QuickLink .link_contednt ul li a {
    width: 100%;
    display: inline-block;
}

.QuickLink .link_contednt ul li span svg {
    vertical-align: middle;
}

.QuickLink .link_contednt ul li span:nth-child(2) {
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #363636;
    line-height: 28px;
    vertical-align: middle;
}

.you {
    padding-top: 0 !important;
    margin-bottom: 30px;
}
::-webkit-scrollbar {
    display: none;
  }
@media (min-width:1920px) {

    .ld_index .announcement-news,
    .id-title-c,
    .special-collection .special-collection_content,
    .serve-m,
    .QuickLink,
    .picturenew .picturenew_content {
        width: 1440px;
    }
}

@media (max-width:1600px) {

    .ld_index .announcement-news,
    .id-title-c,
    .special-collection .special-collection_content,
    .serve-m,
    .QuickLink,
    .picturenew .picturenew_content {
        width: 78%;
    }

    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .QuickLink .link_contednt ul li {
        margin-right: 20px;
    }
    .serve-m .list{
        margin-right: 18px;
    }
}

@media (max-width:1400px) {

    .ld_index .announcement-news,
    .id-title-c,
    .special-collection .special-collection_content,
    .serve-m,
    .QuickLink,
    .picturenew .picturenew_content {
        width: 80%;
    }
    .picturenew .picturenew_content .swiper-container .swiper-slide .img_word .img_boxsx{
        height: 250px;
    }
    .box .box_top .box_topli .nav ul li a,
    .box .box_top .box_topli .pdiv p,
    .QuickLink .link_contednt ul li span:nth-child(2) {
        font-size: 16px;
    }

    .ld_index .announcement-news .announcement .left span {
        font-size: 18px;
    }

    .ld_index .announcement-news .announcement .tz {
        font-size: 16px;
    }

    .ld_index .announcement-news .announcement .time,
    .serve-m .list ul li .right div:nth-child(2) {
        font-size: 14px;
    }

    .serve-m .list ul li .right div:nth-child(1) {
        font-size: 20px;
    }
    .serve-m .list{
        margin-right: 10px;
        width: 38%;
    }
    .serve-m .list2{
        width: 20%;
    }
    .ld_index .announcement-news .announcement .left .img-m {
        width: 25px;
    }
    
} 

@media (max-width:1200px) {

    .ld_index .announcement-news,
    .id-title-c,
    .special-collection .special-collection_content,
    .serve-m,
    .QuickLink,
    .picturenew .picturenew_content {
        width: 85%;
    }

    .ld_index .announcement-news .news-box .news-dynamic ul li .content div:nth-child(1) {
        font-size: 20px;
    }

    .ld_index .announcement-news .news-box .news-dynamic ul li .content div:nth-child(2) {
        font-size: 14px;
    }

    .special-collection .custom-prev-button,
    .special-collection .custom-next-button {
        top: 29px;
    }

    .QuickLink .link_contednt ul li {
        margin-right: 10px;
    }
    .picturenew .picturenew_content .custom-prev-button1{
        left: 10px;
    }
    .picturenew .picturenew_content .custom-next-button1{
        right: 10px;
    }
}

@media (max-width:1100px) {
    .ld_index .announcement-news .announcement {
        padding: 20px;
    }

    .ld_index .announcement-news .announcement .left span,
    .ld_index .announcement-news .announcement .right ul li a .tz,
    .ld_index .announcement-news .news-box .schol-news .bottom div {
        font-size: 16px;
    }

    .ld_index .announcement-news .announcement .right ul li a .time {
        font-size: 14px;
    }

    .ld_index .announcement-news .news-box .schol-news .title,
    .ld_index .announcement-news .news-box .news-dynamic .title {
        font-size: 24px;
        width: auto;
    }

    .ld_index .announcement-news .news-box .schol-news .bottom p,
    .picturenew .picturenew_content .swiper-container .swiper-slide p,
    .QuickLink .QuickLink_top .top_right span {
        font-size: 18px;
    }

    .picturenew .picturenew_content .swiper-container .swiper-slide .img_word .img_word_content .title,
    .QuickLink .QuickLink_top .top_left span,
    .serve-m .more span {
        font-size: 20px;
    }

    .ld_index .announcement-news .news-box .schol-news .bottom {
        padding: 20px 14px;
    }

    .serve-m .list {
        width: 35%;
    }

    .serve-m .ewm img {
        width: 85%;
    }

    .serve-m .apply-button {
        padding: 13px 20px;
    }

    .serve-m .list ul li a {
        padding: 18px 0 17px;
    }

    .picturenew .picturenew_content .custom-next-button1,
    .picturenew .picturenew_content .custom-prev-button1 {
        top: 50%;
    }

    .QuickLink .QuickLink_top .top_left span img,
    .serve-m .more img {
        width: 35px;
    }

    .QuickLink .link_contednt ul li {
        margin-right: 0;
    }
}
@media (max-width:1050px) {
    .serve-m .apply-button{
        padding: 16px 20px;
    }
}
@media (max-width:1000px) {
    .serve-m .apply-button{
        padding: 21px 20px;
    }
    .picturenew .picturenew_content .swiper-container .swiper-slide .img_word .img_boxsx{
        height: 180px;
    }
}
@media (max-width:950px) {
    .serve-m .apply-button{
        padding: 23px 20px;
    }
    .serve-m .ewm img{
        width: 88%;
    }
    .serve-m .list{
        width: 38%;
    }
}
@media (max-width:900px) {

    .ld_index .announcement-news,
    .id-title-c,
    .special-collection .special-collection_content,
    .serve-m,
    .QuickLink,
    .picturenew .picturenew_content {
        width: 90%;
    }
    .picturenew .picturenew_content .swiper-container .swiper-slide .img_word .img_boxsx{
        height: 150px;
    }
    .ld_index .announcement-news .announcement .left span,
    .ld_index .announcement-news .announcement .right ul li a .tz,
    .ld_index .announcement-news .news-box .schol-news .bottom div,
    .serve-m .list a,
    .serve-m .list ul li .rq div:nth-child(2),
    .QuickLink .link_contednt ul li span:nth-child(2),
    .picturenew .picturenew_content .swiper-container .swiper-slide .img_word .img_word_content li span {
        font-size: 14px;
    }

    .ld_index .announcement-news .announcement {
        padding: 10px 0;
    }

    .id-title-c div:nth-child(1),
    .ld_index .announcement-news .news-box .news-dynamic ul li .rq div:nth-child(1) {
        font-size: 24px;
    }

    .QuickLink .QuickLink_top .top_left span img,
    .serve-m .more img {
        width: 25px;
    }

    .serve-m .more img {
        height: 25px;
        vertical-align: middle;
    }

    .serve-m .more {
        align-items: center;
    }

    .serve-m .more span {
        vertical-align: middle;
    }

    .picturenew .picturenew_content .swiper-container .swiper-slide .img_word .img_word_content .title,
    .QuickLink .QuickLink_top .top_left span,
    .serve-m .more span,
    .serve-m .list ul li .rq div:nth-child(1),
    .serve-m .list ul li .right div:nth-child(1),
    .ld_index .announcement-news .news-box .news-dynamic ul li .content div:nth-child(1),
    .ld_index .announcement-news .news-box .schol-news .bottom p,
    .picturenew .picturenew_content .swiper-container .swiper-slide p,
    .QuickLink .QuickLink_top .top_right span {
        font-size: 16px;
    }

    .ld_index .announcement-news .announcement .time,
    .serve-m .list ul li .right div:nth-child(2) {
        font-size: 12px;
    }

    .serve-m .apply-button {
        padding: 21px 20px;
    }

    .special-collection .custom-next-button {
        right: -30px;
    }

    .special-collection .custom-prev-button {
        left: -30px;
    }
}
@media (max-width:850px) {
    .serve-m .apply-button{
        padding: 25px 20px;
    }
}
@media (max-width:800px) {
    .serve-m .apply-button{
        padding: 29px 20px;
    }
}
@media (max-width:750px) {

    .ld_index .announcement-news,
    .id-title-c,
    .special-collection .special-collection_content,
    .serve-m,
    .QuickLink,
    .picturenew .picturenew_content {
        width: 95%;
    }
    .picturenew .picturenew_content .swiper-container .swiper-slide .img_word .img_boxsx{
        height: 250px;
    }
    .special-collection .custom-next-button {
        right: -18px;
    }

    .special-collection .custom-prev-button {
        left: -18px;
    }

    .special-collection .custom-prev-button,
    .special-collection .custom-next-button {
        top: 90px;
    }

    .special-collection .custom-prev-button svg,
    .special-collection .custom-next-button svg {
        width: 25px;
        height: 25px;
    }

    .ld_index .announcement-news .announcement .left {
        min-width: 76px;
    }

    .ld_index .announcement-news .announcement .left .img-m {
        width: 15px;
    }

    .ld_index .announcement-news .news-box,
    .serve-m {
        flex-direction: column;
    }

    .ld_index .announcement-news .news-box .schol-news,
    .ld_index .announcement-news .news-box .news-dynamic,
    .serve-m .list,
    .serve-m .list2 {
        width: 100%;
        margin-right: 0;

    }
    .serse{
        background: url(../image/ld_index/jiao.png);
        background-size: 100% 30%;
    }
    .serve-m .list,
    .serve-m .list2 {
        min-height: auto;
        margin-bottom: 20px;
    }

    .serve-m .apply-button {
        width: 50%;
        margin: auto;
        border: 0;
        padding: 10px 0;
    }

    .serve-m .ewm {
        width: 50%;
        border: 0;
        padding: 10px 0;
        margin: auto;
    }
    .serve-m .apply-button div a {
        width: 100%;
    }

    .ld_index .announcement-news .news-box .news-dynamic {
        margin-top: 20px;
    }

    .serve-m {
        padding: 40px 0 10px;
    }

    .QuickLink .link_contednt ul {
        flex-wrap: wrap;
    }
    .float-container{
        display: none;
    }
}

@media (max-width:650px) {
    .picturenew .picturenew_content .custom-next-button1,
    .picturenew .picturenew_content .custom-prev-button1 {
        top: 65%;
    }
    .ld_index .announcement-news .announcement {
        margin: 15px 0;
    }
    .picturenew .picturenew_content .swiper-container .swiper-slide .img_word .img_boxsx{
        height: 180px;
    }
    .ld_index .announcement-news .news-box .schol-news .title,
    .ld_index .announcement-news .news-box .news-dynamic .title {
        font-size: 16px;
    }

    .ld_index .announcement-news .news-box .schol-news .title img,
    .ld_index .announcement-news .news-box .news-dynamic .title img {
        width: 30px;
    }

    .ld_index .announcement-news .news-box .schol-news .bottom {
        padding: 10px;
    }

    .id-title-c div:nth-child(1),
    .ld_index .announcement-news .news-box .news-dynamic ul li .rq div:nth-child(1) {
        font-size: 18px;
    }

    .id-title-c div:nth-child(2) {
        font-size: 14px;
    }

    .ld_index .special-collection {
        padding: 30px;
    }

    .special-collection .custom-prev-button,
    .special-collection .custom-next-button {
        top: 70px;
    }

    .special-collection .custom-next-button {
        right: -25px;
    }

    .special-collection .custom-prev-button {
        left: -25px;
    }

    .picturenew .picturenew_content .custom-next-button1 img,
    .picturenew .picturenew_content .custom-prev-button1 img {
        width: 50%;
    }

    .QuickLink{
        padding: 30px 0;
    }
    
}

@media (max-width:500px) {
    .ld_index .announcement-news .announcement .right {
        width: 80%;
    }


    .special-collection .custom-prev-button,
    .special-collection .custom-next-button {
        top: 45px;
    }
}

@media (max-width:450px) {
    .ld_index .announcement-news .announcement .right{
        width: 75%;
    }
    .picturenew .picturenew_content .swiper-container .swiper-slide .img_word .img_boxsx{
        height: 150px;
    }
    .ld_index .announcement-news .news-box .news-dynamic ul .line{
        margin: 10px 0;
    }
    .serve-m .list ul li a{
        padding: 10px 0;
    }
    .ld_index .announcement-news .news-box .news-dynamic ul li .rq{
        margin-right: 10px;
    }
    .ld_index .announcement-news .news-box .news-dynamic ul li .content{
        width: 76%;
    }
    .serve-m{
        padding: 30px 0 0 0;
    }
    .serve-m .list2,.you{
        margin-bottom: 10px;
    } 
    .serve-m .ewm div,
    .serve-m .apply-button div a{
        font-size: 16px;
    }
    .id-title-c{
        margin-bottom: 25px;
    }
    .special-collection .custom-prev-button, .special-collection .custom-next-button{
        top: 35px;
    }
    .picturenew .picturenew_content .swiper-container .swiper-slide .img_word .img_word_content .title,
    .QuickLink .QuickLink_top .top_left span,
    .serve-m .more span,
    .serve-m .list ul li .rq div:nth-child(1),
    .serve-m .list ul li .right div:nth-child(1),
    .ld_index .announcement-news .news-box .news-dynamic ul li .content div:nth-child(1),
    .ld_index .announcement-news .news-box .schol-news .bottom p,
    .picturenew .picturenew_content .swiper-container .swiper-slide p,
    .QuickLink .QuickLink_top .top_right span {
        font-size: 14px;
    }

    .ld_index .announcement-news .announcement .left span,
    .ld_index .announcement-news .announcement .right ul li a .tz,
    .ld_index .announcement-news .news-box .schol-news .bottom div,
    .serve-m .list a,
    .ld_index .announcement-news .announcement .right ul li a .time,
    .serve-m .list ul li .rq div:nth-child(2),
    .QuickLink .QuickLink_top .top_right span a,
    .QuickLink .link_contednt ul li span:nth-child(2),
    .picturenew .picturenew_content .swiper-container .swiper-slide .img_word .img_word_content li span {
        font-size: 12px;
    }
    .picturenew .picturenew_content .swiper-container .swiper-slide .img_word .img_word_content{
        padding: 10px;
    }
    .picturenew .picturenew_content .swiper-container .swiper-slide .img_word .img_word_content ul{
        margin-top: 5px;
    }
}
@media (max-width:350px) {
    .serve-m{
        padding: 30px 0 10px;
    }
    .picturenew{
        padding-top: 20px;
    }
    .you,
    .serve-m .list2{
        margin-bottom: 5px;
    }
    .picturenew .picturenew_content .swiper-container .swiper-slide .img_word .img_boxsx{
        height: 100px;
    }
    .picturenew .picturenew_content .swiper-container .swiper-slide .img_word{
        margin-top: 5px;
    }
    .ld_index .announcement-news .announcement .right,
    .ld_index .announcement-news .news-box .news-dynamic ul li .content{
        width: 70%;
    }
    .ld_index .announcement-news .news-box .schol-news .bottom p{
        margin-bottom: 0;
        line-height: 20px;
    }
    .id-title-c{
        margin-bottom: 25px;
    }
    .special-collection .custom-prev-button, .special-collection .custom-next-button{
        top: 25px;
    }
    .serve-m .ewm div,
    .serve-m .apply-button div a{
        font-size: 12px;
    }
    .QuickLink .link_contednt ul{
        padding: 0;
    }
    .swiper-pagination-bullet{
        margin: 0 5px !important;
    }
}