@charset "utf-8";

.banner {
    position: relative;
    overflow: hidden;

}

.banner img {
    display: block;
    width: 100%;
}


.banner a {
    display: block;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
}



.banner .slick-slide a p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    z-index: 9;
    font-size: 24px;
}


.banner .slick-dots {
    bottom: 5%;
}

.banner .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    margin: 0 12px;
}

.banner .slick-dots li button {
    font-size: 0px;
    color: #ffffff;
}

.banner .slick-dots li button::before {
    content: '0';
}

.banner ul .slick-active {

    background-color: #fce03e;
}

.news-box {
    padding-top: 55px;
}

.tit>h2 {
    font-size: 28px;
    letter-spacing: 1px;
    color: #178481;
    text-align: center;
}

.tit>h2>img {
    vertical-align: -4px;
    margin-right: 16px;
}

.tit {
    position: relative;
    height: 38px;
}

.more {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 20px;
    z-index: 1;
    transition: all 0.6s;
}

.yuan {
    width: 17px;
    height: 17px;
    background-color: #dff5f4;
    position: absolute;
    right: 25px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.more:hover {
    right: -8px;
}

.news-c {
    padding-top: 35px;
}

.news-l {
    width: 680px;
    float: left;
    margin-right: 1.9%;
}


.news-c ul li a {
    display: block;
    position: relative;

}

.news-txt {
    position: absolute;
    bottom: 0;
    padding: 39px 48px 3% 48px;
    width: 100%;
}

.news-txt>p {
    font-size: 18px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.news-c ul li a:hover p {
    text-decoration: underline;
}

.news-pic {
    width: 680px;
    height: 460px;
}

/* 图片放大效果 */
.pic-box {
    position: relative;
    overflow: hidden;
}

.pic-box>img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s;
}

.pic-box>img:hover {
    transform: scale(1.05);
}


.news-r {
    overflow: hidden;
}

.news-banner .slick-prev,
.news-banner .slick-next {
    width: 50px;
    height: 80px;


}

.news-banner .slick-prev,
.slick-next {
    z-index: 998;
}

.news-banner .slick-prev {
    background: url(../images/last.png) no-repeat;
}

.news-banner .slick-next {
    background: url(../images/next.png) no-repeat;
}

.news-r ul li {
    position: relative;
}

.news-r ul li span {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: 0px;
    color: #333333;
}

.news-r ul li a {
    display: block;
    line-height: 34px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: 1px;
    color: #333333;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-r ul li a:hover {
    color: #178481;
}

.news-r ul li a::before {
    content: '› ';
    margin-right: 5px;
}

.notice-box {
    padding-top: 60px;
    max-width: 1920px;
    margin: 0 auto;
}

.notice {
    position: relative;
}

.notice-l .tit h2 {
    text-align: left;
    color: #ffffff;
}

.notice-l .tit .yuan {
    background-color: #4db4b1;
}

.notice-l .tit h2 img {
    vertical-align: text-bottom;
}

.notice-l {
    width: 48.9%;
    background-image: linear-gradient(0deg,
            #178481 1%,
            #2ca7a4 100%),
        linear-gradient(#0f5cac,
            #0f5cac);
    background-blend-mode: normal,
        normal;
    padding: 43px 30px 0px 13vw;
    position: absolute;
    z-index: 99;
    min-height: 621px;
}

.notice-c {
    padding-top: 50px;
    padding-left: 20px;
    padding-bottom: 54px;
    margin-left: 14px;
    border-left: 2px solid #2cb5b1;

}

.notice-c ul li a {
    display: block;
    position: relative;

}

.notice-c ul li {
    margin-bottom: 41px;
}

.notice-c ul li:last-child {
    margin-bottom: 0;
}

.notice-c ul li a h2 {
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 19px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position: relative;

}

.notice-c ul li a::before {
    content: '';
    position: absolute;
    top: 6px;
    left: -26px;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    z-index: 2;
}

.notice-c ul li .on::after {
    content: '';
    position: absolute;
    top: 1px;
    left: -31px;
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    opacity: 0.2;
    border-radius: 50%;

}

.notice-c ul li a p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    height: 48px;
    letter-spacing: 1px;
    color: #b7ebe9;
    margin-bottom: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;

}

.notice-c ul li .on p {
    display: block;

}

/* .notice-c ul li a:hover p{
    display: block;
} */
.notice-c ul li a span {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #b7ebe9;
    padding-left: 24px;
    background: url(../images/date.png) no-repeat;
    background-position: left center;
}

.notice {
    position: relative;
}

.notice-r {
    width: 52%;
    background-image: linear-gradient(0deg,
            #f6f6f6 0%,
            #efefef 100%),
        linear-gradient(#0f5cac,
            #0f5cac);
    background-blend-mode: normal,
        normal;
    position: absolute;
    right: 0;
    margin-top: 54px;
    padding: 56px 13vw 56px 62px;
}

.notice-r .tit>h2>img {
    vertical-align: -4px;
}

.notice-r .tit>h2 {
    text-align: left;
}

.notice-r .yuan {
    width: 17px;
    height: 17px;
    background-color: #cce0df;
}

.notice-list ul li {
    margin-top: 31px;
}

.notice-list ul li a {
    display: block;
}

.n-date {
    background-color: #fffbfa;
    box-shadow: 0px 0px 4px 0px rgba(125, 125, 125, 0.1);
    padding: 8px;
    float: left;
    border-radius: 10px;
    margin-right: 20px;

}

.n-date h3 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 3px;
}

.n-date p {
    font-size: 16px;
    text-align: center;
}

.n-txt {
    padding-top: 12px;
}

.n-txt h2 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 22px;
    letter-spacing: 1px;
    color: #333333;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.n-txt h2:hover {
    color: #178481;
}

.n-txt p {
    font-size: 14px;
    letter-spacing: 1px;
    color: #999999 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notice-list ul li:nth-child(1) .n-date h3,
.notice-list ul li:nth-child(1) p {
    color: #bc3e30;
}

.notice-list ul li:nth-child(2) .n-date h3,
.notice-list ul li:nth-child(2) p {
    color: #3d63b8;
}

.notice-list ul li:nth-child(3) .n-date h3,
.notice-list ul li:nth-child(3) p {
    color: #d57d35;
}

.notice-list ul li:nth-child(4) .n-date h3,
.notice-list ul li:nth-child(4) p {
    color: #268e8f;
}

.notice-box {
    min-height: 736px;
}

.job-box {
    padding-top: 44px;
}

.job-box .tit>h2>img {
    vertical-align: -5px;
}

.job-c {
    padding-top: 34px;
}

.job-c ul li {
    width: 30%;
    margin: 18px 0;
    float: left;
}

.job-c ul li:nth-child(3n+2) {
    margin: 18px 5%;
}

.job-c ul li a {
    padding: 26px 22px;
    display: block;
    background-color: #ffffff;
    box-shadow: 0px 1px 10px 0px rgba(171, 171, 171, 0.3);
    position: relative;
}

.job-c ul li a h2 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #333333;
    margin-bottom: 15px;
}

.job-c ul li a p {
    font-size: 14px;
    letter-spacing: 1px;
    color: #999999;
}

.job-logo {
    margin-bottom: 20px;
    width: 151px;
    height: 44px;
    overflow: hidden;
}

.job-logo>img {
    width: 100%;
    height: 100%;
}

.job-c ul li a:hover {
    background-image: linear-gradient(0deg,
            #178481 1%,
            #2ca7a4 100%),
        linear-gradient(#ffffff,
            #ffffff);
    background-blend-mode: normal,
        normal;
}

.job-c ul li a:hover .logo1 {
    display: none;
}

.job-c ul li a:hover h2 {
    color: #fff;
}

.job-c ul li a:hover p {
    color: #fff;
}

.job-c ul li a:hover .intern {
    background-color: #4eb2b0;
}

.intern {
    display: inline-block;
    padding: 8px 20px;
    background-color: #f5f5f5;
    border-radius: 15px;
    text-align: center;
    color: #666;
    position: absolute;
    right: 44px;
    top: 32px;
}

.img-box {
    padding-top: 40px;

}

.img-l {
    float: left;
    width: 50%;
    position: relative;
    /* overflow: hidden; */

}

.img-l a {
    display: block;
    text-align: center;
    position: relative;
    font-size: 0;
}

.img-box a img {
    width: 100%;
    height: 100%;
    transition: all 1s;

}

.img-box a:hover img {
    transform: scale(1.05);

}

.img-r {
    width: 50%;
    float: right;
    /* overflow: hidden; */
    position: relative;
}

.img-r a {
    display: block;
    position: relative;
    text-align: center;
    font-size: 0;
}

.img-box h2 {
    font-family: SourceHanSerifCN-Heavy;
    font-size: 36px;
    color: #188582;
    width: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.img-r>a>h2 {
    color: #fff;
}

.work-box {
    padding-top: 50px;
    padding-bottom: 60px;
}

.work-c {
    padding-top: 36px;
}

.work-banner ul li a {
    display: block;
    padding-bottom: 5px;

}

.work-banner ul li a .pic {
    padding-top: 67%;
}

.work-banner ul li {
    padding: 0 0.5%;
}

.work-txt {

    box-shadow: 0px 1px 10px 0px rgba(203, 203, 203, 0.73);
    padding: 29px 23px;
}

.work-txt h2 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 30px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.work-txt h2:hover {
    color: #178481;
}

.work-txt p {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    letter-spacing: 1px;
    color: #999999;
    height: 52px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}






















@media screen and (max-width:1420px) {}

@media screen and (max-width:1200px) {}

@media screen and (max-width:1024px) {
    .news-box {
        padding-top: 20px;
    }
.intern{
    right: 10px;
}
    .news-c {
        padding-top: 20px;
    }

    .news-l {
        float: none;
        width: auto;
        margin-right: 0;
    }

    .pic-box {
        padding-top: 67%;
    }

    .news-pic {
        width: auto;
        height: auto;
    }

    .tit>h2 {
        font-size: 24px;
    }

    .notice-box {
        padding-top: 20px;
    }

    .notice-l {
        width: auto;
        position: relative;
        padding: 25px;
        padding-bottom: 0;
    }

    .notice-c {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .notice-box {
        min-height: auto;
    }

    .notice-r {
        margin-top: 0;
        width: auto;
        position: relative;
        padding: 25px;
    }

    .job-box {
        padding-top: 20px;
    }

    .job-c {
        padding-top: 0;
    }

    .job-c ul li:nth-child(3n+2) {
        margin: 18px 2.5%;
    }

    .job-c ul li {
        width: 45%;
        margin: 18px 2.5%;
    }

    .img-box h2 {
        font-size: 28px;
    }

    .img-box {
        padding: 15px 19px;
    }

    .notice-l {
        min-height: auto;
    }

    .job-c ul li a h2 {
        font-size: 16px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .work-txt h2 {
        font-size: 16px;
        line-height: 28px;
        height: 56px;
    }

}

@media screen and (max-width:768px) {
    .n-date h3 {
        font-size: 30px;
    }

    .n-date p {
        font-size: 12px;
    }

    .notice-list ul li {
        margin-top: 20px;
    }

    .n-txt h2 {
        margin-bottom: 15px;
    }

    .work-txt h2 {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:568px) {
    .news-r ul li a {
        width: 70%;
    }

    .job-c ul li {
        width: auto;
        float: none;
        margin: 18px 10px;
    }

    .job-c ul li:nth-child(3n+2) {
        margin: 10px;
    }

    .img-box h2 {
        font-size: 20px;
    }

    .work-box {
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .work-c {
        padding-top: 20px;
    }

    .work-txt {
        padding: 15px;
    }

    .work-txt h2 {
        margin-bottom: 0;
    }

    .work-banner ul li {
        padding: 0 0.3%;
    }
}