@keyframes whiteUnderlineAppear {
    0% {
      
    }
    100% {
      background-size: 100% 1px;
    }
}

@keyframes fastTrack {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.swiper-pagination-bullets {
    display: inline-block;
    width: auto !important;
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
}

.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.swiper-pagination-bullet {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    opacity: 1;
    box-shadow: 0 0 8px #FFFFFF;
    background: url("/juyun/image/not-choose.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.swiper-pagination-bullet:before {
    content: '';
}

.swiper-pagination-bullet-active {
    opacity: 1;
    transition: .3s all;
    width: 30px;
    height: 30px;
    background: url("/juyun/image/choose.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}





/* 轮播图 */
.slideshow {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100% !important;
    height: 100% !important;
    transform: scale(1.1);
    /* object-fit: cover; */
    opacity: 0;

}

.slideshow img.image-enlarged {
    transition: transform 10s;
}

.slideshow img.active {
    opacity: 1;
    transform: scale(1);
    transition: transform 10s;
}

.slideshow .swiper-pagination {
    position: absolute;
    display: flex;
    align-items: center;
    text-align: center;
    transition: .3s opacity;
    z-index: 10;
}

.btn-box {
    position: absolute;
    top: 700px;
    left: 50%;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* transform: translateX(-150px); */
}


/* .center-bc-box {
    margin-top: 20px;
    width: 100%;
     height: 1290px;
} */

.work-notice {
    padding-top: 40px;
    position: relative;
}


.news-body {
    align-items: center;
    margin: 0 auto;
    width: 1440px;
    height: auto;
}

.news-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    margin-left: 8px;
    transition: .5s;
}

.news-title .title img {
    width: 45px;
    height: 45px;
}



.news-title .title span {
    margin-left: 5px;
    color: #1941a9;
    font-size: 32px;
    font-weight: bold;
    text-align: left;
    font-family: SourceHanSansSC-regular;
}

.news-title a {
    color: rgba(111, 106, 106, 1);
    font-size: 16px;
    text-align: left;
    font-family: Roboto-regular;
    cursor: pointer;
}

.news-title a:hover {
    color: #1941a9;
}

.news-content {
    transition: .5s;
}

.news-content a {
    margin-top: 35px;
    /* padding: 15px;
    background-color: white; */
}





.news-body-center {
    display: flex;
    width: auto;
    height: auto;
    margin-bottom: 20px;
    background-color: white;
    border-radius: 10px;
    padding: 0 20px;
    transition: .5s;
}

.news-body-center .news-body-center-left {
    position: relative;
    width: 720px;
    height: 460px;
    z-index: 1;
    transition: .5s;
}

.news-body-center-left .left-icon {
    cursor: pointer;
    width: 40px;
    height: 60px;
    line-height: 60px;
    background-color: rgba(1, 1, 1, 0.4);
    position: absolute;
    text-align: center;
    top: 46%;
}

.news-body-center-left .left-icon .icon-l {
    color: #FFFFFF !important;
    font-size: 32px;
}

.news-body-center-left .left-icon:hover .icon-l {
    color: #1941a9 !important;
}

.news-body-center-left .right-icon {
    cursor: pointer;
    width: 40px;
    height: 60px;
    line-height: 60px;
    background-color: rgba(1, 1, 1, 0.4);
    position: absolute;
    text-align: center;
    top: 46%;
    right: 0;
}
.news-body-center-left .right-icon .icon-r {
    color: #FFFFFF !important;
    font-size: 32px;
}

.news-body-center-left .right-icon:hover .icon-r {
    color: #1941a9 !important;
}

.news-body-center .news-body-center-left img {
    width: 100%;
    height: 460px;
}

.news-body-center .news-body-center-left .isnone {
    display: none;
}

.news-body-center .news-body-center-left .isShow {
    display: block;
}

.news-body-center .news-body-center-left :hover a {
    color: #B10C06;
}

.news-body-center .news-body-center-left .lunbo-text {
    position: absolute;
    padding-left: 20px;
    bottom: 0;
    background-color: rgba(8, 8, 8, 0.51);
    display: block;
    align-items: center;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #FFFFFF;
    font-size: 18px;
    /* text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-family: SourceHanSansSC-regular; */
    display: flex;
}

.news-body-center .news-body-center-left:hover .lunbo-text .title {
    color: #fdcf30;
}

.news-body-center .news-body-center-left .lunbo-text .title {
    width: 550px;
    color: #FFFFFF;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.carousel-indicators {
    position: absolute;
    bottom: 22px;
    right: 20px;
    display: flex;
}

.carousel-indicators .indicator {
    width: 10px;
    height: 10px;
    margin-left: 10px;
    border-radius: 50%;
    background-color: white;
    cursor: pointer;
}

.carousel-indicators .active3 {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    border-radius: 50%;
    margin-top: -2px;
    background-color: #fdcf30;
}



.body_b {
    /* position: fixed; */
    left: 0%;
    top: 100vh;
    bottom: 0;
    right: 0;
    background: #fff;
    overflow: hidden;
    transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    z-index: 16;
    overflow: auto;
    outline: none;
}



.body_b.showdiv {
    top: 0;
}

.body_b .banner {
    display: none;
}




.news-body-center .news-body-center-center {
    display: flex;
    flex-direction: column;
    /* padding: 0 0 0 20px; */
    width: 640px;
    height: 500px;
    z-index: 1;
    transition: .5s;
}


.news-body-center .news-body-center-center .line-text {
    display: flex;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.news-body-center-center .line-text .line-left-box {
    width: 140px;
    height: 125px;
    line-height: 70px;
    font-weight: bold;
    /* margin: 30px 0; */
    /* border-right: 1px solid #e8e8e8; */
    border: 1px solid #195fb7;
    border-radius: 10px;
}

.news-body-center-center .line-text .line-left-box2 {
    width: 150px;
    height: 125px;
    line-height: 70px;
    font-weight: bold;
    border-radius: 10px;
    overflow: hidden;
}

.news-body-center-center .line-text .line-left-box2 img {
    width: 100%;
    height: 100%;
    transition: .5s;
}

.news-body-center-center a:hover .line-text .line-left-box2 img {
    transform: scale(1.1);
}

.news-body-center-center .line-text .line-left-box .line-left-day {
    width: 140px;
    height: 65px;
    line-height: 65px;
    color: #1941a9;
    font-size: 35px;
    text-align: center;
}


.news-body-center-center .line-text .line-left-box .line-left-date {
    width: 140px;
    height: 59px;
    line-height: 59px;
    color: white;
    font-size: 20px;
    text-align: center;
    background-color: #1941a9;
    border-radius: 0 0 10px 10px;
}


.news-body-center .news-body-center-center .line-text:hover .content {
    color: #12307d !important;
}

.news-body-center .news-body-center-center .line-text:hover .title1,
.news-body-center .news-body-center-center .line-text:hover .title {
    color: #1941a9 !important;
}

.news-body-center .news-body-center-center .line-text-top a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news-body-center .news-body-center-center .line-text .line-text-top {
    height: 70px;
    margin: 25px 12px;
}

.news-body-center .news-body-center-center .line-text .line-text-top2 {
    height: 125px;
    margin: 0 12px;
}

.news-body-center .news-body-center-center .line-text .line-text-top .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    width: 536px;
    height: 21px;
    line-height: 21px;
    color: black;
    font-size: 20px;
    text-align: left;
}

.news-body-center .news-body-center-center .line-text .line-text-top .title1 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 465px;
    line-height: 33px;
    color: black;
    font-size: 20px;
    text-align: left;
}

.news-body-center .news-body-center-center .line-text .line-text-top2 .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    width: 465px;
    height: 23px;
    line-height: 23px;
    color: black;
    font-size: 20px;
    text-align: left;
}

.news-body-center .news-body-center-center .line-text .line-text-top .content {
    margin-top: 10px;
    width: 536px;
    height: 60px;
    line-height: 30px;
    color: #a5a5a5;
    font-size: 17px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-body-center .news-body-center-center .line-text .line-text-top2 .content {
    margin-top: 10px;
    width: 465px;
    height: 60px;
    line-height: 30px;
    color: #a5a5a5;
    font-size: 17px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-body-center .news-body-center-center .line-text .line-text-top2 .time {
    margin-top: 10px;
    font-size: 14px;
}

.notice-body {
    width: 400px;
}

.notice-box {
    width: 400px;
    height: 360px;
    overflow: hidden;
}

.notice-box-content {
    width: 400px;
    height: 360px;
}

.notice-content {
    margin-bottom: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.notice-content:hover .right-content-time,
.notice-content:hover .right-content-bottom {
    color: #B10C06;
}

.notice-content img {
    width: 33px;
    height: 33px;
}

.right-content {
    width: 358px;
    height: 52px;
}

.right-content-top {
    margin-bottom: 11px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right-line {
    display: flex;
    justify-content: right;
    align-items: center;
}

.right-content-line {
    width: 250px;
    height: 0px;
    border: 1px solid rgba(177, 12, 6, 1);
}

.right-content-y {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    line-height: 20px;
    background-color: rgba(177, 12, 6, 1);
    text-align: center;
}

.right-content-time {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    height: 20px;
    line-height: 20px;
    color: rgba(16, 16, 16, 1);
    font-size: 14px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
}

.right-content-bottom {
    width: 350px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    height: 20px;
    line-height: 20px;
    color: rgba(16, 16, 16, 1);
    font-size: 14px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
}



.center-content-box-bg {
    width: 100%;
    height: 1425px;
    padding: 90px 0;
    background: url(../image/center-content-box-bg2.png) center no-repeat;
    background-size: cover;
    /* margin-bottom: 20px; */
}

.center-content-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px auto;
    width: 1440px;
}

.banner-box {
    width: 680px;
    min-height: 320px;
    transition: .5s;
}

.banner-box:nth-child(3),
.banner-box:nth-child(4) {
    margin-top: 30px;
}

.banner-box a {
    width: 100%;
    /* height: 100%; */
    display: flex;
    justify-content: space-between;
    align-self: center;
}

.banner-box a:hover {
    color: #0158a5;
}

.banner-box .banner-box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 65px;
}

.banner-box .banner-box-top .banner-box-title {
    color: white;
    font-size: 32px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-weight: bold;
}

.banner-box .banner-box-top .banner-box-title span {
    margin: 8px;
}

.banner-box .banner-box-title-icon {
    width: 8%;
    height: 20px;
    line-height: 20px;
    color: rgba(138, 135, 135, 1);
    font-size: 16px;
    font-family: SourceHanSansSC-regular;
}

.banner-box .banner-box-title-icon a {
    color: white;
}

.banner-box .banner-box-title-icon a:hover {
    color: #fdcf30;
}

.banner-box .center-line {
    display: flex;
}

.banner-box .color-line {
    width: 675px;
    height: 3px;
    line-height: 20px;
    background: #245bbe;
    color: rgba(16, 16, 16, 1);
    font-size: 14px;
    text-align: center;
    font-family: Roboto;
}

.banner-box .banner-content {
    width: 675px;
    height: auto;
}

.text-line2 {
    background-color: #eeeeee;
    height: 140px;
    padding: 22px 10px;
    border-radius: 10px;
    margin-left: 10px;
}

.text-line2 .display-class {
    display: flex;
    justify-content: space-between;
    width: 650px;
}

.text-line2 .display-class .text {
    width: 500px;
    font-size: 25px;
    font-weight: bold;
    height: 30px;
    color: black;
    overflow: hiddden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-line2 .content {
    margin-top: 15px;
    font-size: 19px;
    padding: 0 5px;
    width: 655px;
    height: 50px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-line2 .time {
    color: rgba(70, 68, 68, 0.993);;
}

.text-line2:hover .content {
    color: #1941a9;
}

.banner-box .banner-content .text-line {
    padding: 12px 0;
    width: 675px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 2px solid rgba(213, 213, 213, 0.36);

}


.banner-box .banner-content .text-line .display-class {
    display: flex;
    align-items: center;
}

.banner-box .banner-content .text-line:hover .text,
.banner-box .banner-content .text-line:hover .time {
    color: #0158a5;
}

.banner-box .banner-content .type {
    height: 25px;
    margin-right: 10px;
    color: rgba(43, 94, 238, 1);
    font-size: 18px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
}

.banner-box .banner-content .text {
    width: 500px;
    height: 28px;
    margin-left: 18px;
    color: rgba(16, 16, 16, 1);
    font-size: 18px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: SourceHanSansSC-regular;
}

.banner-box .banner-content .time {
    width: auto;
    height: 16px;
    line-height: 26px;
    color: rgba(142, 139, 139, 1);
    font-size: 18px;
    text-align: left;
    font-family: SourceHanSansSC-regular;
}




.title-bc {
    position: absolute;
    top: 0;
    width: 169px;
    height: 62px;
    color: rgba(213, 213, 213, 0.36);
    text-align: left;
    font-family: Times New Roman-bold;
    background: url("/juyun/image/urllink.png") no-repeat;
    background-size: 100% 100%;
}

.title-name {
    position: absolute;
    top: 20px;
    width: 160px;
    height: 58px;
    color: rgba(96, 96, 96, 1);
    font-size: 40px;
    text-align: left;
    font-family: SourceHanSansSC-bold;
}

.common-links-ul {
    display: flex;
    margin: 30px 0;
}

.common-links-ul select {
    font-size: 17px;
    width: 330px;
    height: 45px;
    padding: 0 20px;
    margin-right: 80px;
    border-radius: 10px;
    border: 1px solid #bbbbbb;
    color: black;
    transition: .5s;
}

.picture {
    width: 100%;
    height: 240px;
    background-color: #eeeeee;
    overflow: hidden;
}

.picture .picture-content {
    width: 1440px;
    height: 120px;
    margin: 60px auto;
    display: flex;
    justify-content: space-between;
}

.picture .picture-content img {
    width: 311px;
    height: 120px;
}


.picture .picture-content img:nth-child(1)  {
    transition: all 0.5s ease-out 0s;
}
.picture .picture-content img:nth-child(2)  {
    transition: all 0.5s ease-out 0.1s;
}
.picture .picture-content img:nth-child(3)  {
    transition: all 0.5s ease-out 0.2s;
}
.picture .picture-content img:nth-child(4)  {
    transition: all 0.5s ease-out 0.3s;
}
