@charset "utf-8";

.banner {
    position: relative;
    overflow: hidden;

}

.banner img {
    display: block;
        width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
object-fit:cover;
}


.banner a {
    display: block;
}

.banner .slick {
    position: relative;
    z-index: 9;
}

.banner .slick-slide a {
    display: block;
    position: relative;
padding-top: 42%;
    height: 0;
}



.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: 40px 0;
overflow:hidden;
}

.tit>h2 {
    font-size: 28px;
    letter-spacing: 1px;
    color: #0052a4;
    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: 2% 48px;
    width: 100%;
background: rgba(0, 0, 0, .5);
}

.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;
    padding-top: 67%;
    height: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
}

/* 图片放大效果 */
.pic-box {
    position: relative;
    overflow: hidden;
transition: all 1s;
}

.pic-box>img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 1s;
}

.pic-box: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 a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 18px 0;
    border-bottom: 1px solid #ddd;
    transition: all 0.6s;
}
.news-r ul li .xwdate{width: 65px;white-space: nowrap;text-align: center;/* border-right: 1px solid #0052a4; *//* padding-right: 22px; */}
.news-r ul li .xwdate span{color: #0052a4;font-size: 32px;line-height: 1.3;display: block;font-weight: bold;}
.news-r ul li .xwdate p{color: #0052a4;font-size: 14px;line-height: 1.3;}

.news-r ul li .xwcon{width: calc(100% - 80px);margin-left: 15px;border-left: 1px solid #0052a4;padding-left: 20px;}
.news-r ul li h3{color: #333;font-size: 20px;line-height: 26px;margin-bottom: 15px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news-r ul li h4{color: #999;font-size: 16px;line-height: 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news-r ul li:first-child a{padding-top:0;}
.news-r ul li:last-child a{border-bottom:none;}
.news-r ul li a:hover {
    transform: translateX(10px);
}
.news-r ul li a:hover h3,.news-r ul li a:hover h4{color: #0052a4;}



.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,
            #0052a4 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: #0052a4;
}

.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: 40px 0 30px;
overflow:hidden;
}

.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;
 overflow: hidden;
    text-overflow: ellipsis;
display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
height:50px;
margin: 10px 0;
}

.job-c ul li a>p {
    font-size: 14px;
    letter-spacing: 1px;
    color: #999999;
 overflow: hidden;
    text-overflow: ellipsis;
display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
height:38px;
}

.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: #0052a4;
}

.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: #0052a4;
}

.intern {
    display: inline-block;
    padding: 8px 20px;
    background-color: #f5f5f5;
    border-radius: 15px;
    text-align: center;
    color: #666;
}

.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: 40px;
    padding-bottom: 40px;
}

.work-c {
    padding-top: 36px;
}

.work-banner ul li a {
    display: block;
    padding-bottom: 5px;
overflow:hidden;

}

.work-banner ul li a .pic {
    padding-top: 67%;
height: 0;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
transition: all 1s;
}

.work-banner ul li a .pic:hover{transform: scale(1.05);}

.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;
background:#fff;
}

.work-txt h2 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #333333;
    margin-bottom: 15px;
    max-height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;

}

.work-txt h2:hover {
    color: #0052a4;
}

.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;
}
.kslh{background: #f4f4f4;
    padding: 40px 0;}
.kslh ul{margin:0 -15px;display:flex;justify-content: space-between;}
.kslh .links {
    width: 20%;
    text-align: center;
    border-left: 1px solid #c9c9c9;
    line-height: 24px;
    color: #333;
    font-size: 15px;
    padding:0 15px;
    transition: .5s;
}
.kslh .links a{color:#333;}
.kslh a.liks_ico {
    width: 110px;
    height: 110px;
    display: block;
    margin: 0 auto;
}

.kslh .i1 .liks_ico {
    background: url(../images/ico1.png);
}
.kslh .i2 .liks_ico {
    background: url(../images/ico2.png);
}
.kslh .i3 .liks_ico {
    background: url(../images/ico3.png);
}
.kslh .i4 .liks_ico {
    background: url(../images/ico4.png);
}
.kslh .i5 .liks_ico {
    background: url(../images/ico5.png);
}
.kslh .i6 .liks_ico {
    background: url(../images/ico5.png);
}
.kslh .i1:hover .liks_ico {
    background: url(../images/ico1a.png);
}
.kslh .i2:hover .liks_ico {
    background: url(../images/ico2a.png);
}
.kslh .i3:hover .liks_ico {
    background: url(../images/ico3a.png);
}
.kslh .i4:hover .liks_ico {
    background: url(../images/ico4a.png);
}
.kslh .i5:hover .liks_ico {
    background: url(../images/ico5a.png);
}
.kslh .i6:hover .liks_ico {
    background: url(../images/ico5a.png);
}
.kslh .links.i1 {
    border: none;
}

.kslh .links:hover a{color:#0052a4;}

@media only screen and (max-width: 1460px){
    .news-box{
        padding: 0.5rem 0.3rem;
    }
}
@media only screen and (max-width: 1040px){
    .news-l,.news-r{
        width: 100%;
    }
    .news-pic{
        padding: 56.25% 0 0;
        width:100%;
    }
    .news-r ul li:first-of-type a,.news-r ul li a{
        padding: 0.2rem 0;
    }
.job-c ul li:nth-child(3n+2){margin:10px 3% 10px 0;}
    .job-c ul li {
        width: 48.5%;
        margin: 10px 3% 10px 0;
        float: left;
    }
    .job-c ul li:nth-of-type(3n){
        margin-right: 3%;
    }
    .job-c ul li:nth-of-type(2n){
        margin-right: 0%;
    }
    .work-banner ul li{
        padding: 0 10px;
    }
    .work-banner ul{
        margin: 0 -10px;
    }

}
@media only screen and (max-width: 768px){
    .job-c ul li{
        width: 100%;
        margin: 5px 0;
        margin-right: 0!important;
    }
    .tit>h2{
        text-align: left;
    }
    .news-box{
        padding: 30px 20px;
    }
    .job-box,.work-box{
        padding: 30px 0;
    }
    .news-c{
        padding-top: 15px;
    }
    .job-c{
        padding-top: 10px;
    }
    .work-c{
        padding-top: 15px;
    }
    .tit>h2{
        font-size: 24px;
        line-height: 30px;
    }
    .work-banner .slick-dots{
        margin-top: 15px;
    }
.kslh{    padding: 20px 0 30px;}
.kslh ul{    justify-content: center;
    flex-wrap: wrap;}
.kslh .links{margin-top:15px;width:33.3%;}
}
@media only screen and (max-width: 560px){
    .news-box{
        padding: 20px 12px;
    }
    .job-box, .work-box{
        padding: 20px 0;
    }
    .tit>h2{
        font-size: 20px;
        line-height: 30px;
    }
    .more{
        width: 24px;
        height: 15px;
    }
    .yuan{
        right: 15px;
    }
    .news-txt>p{
        font-size: 16px;
        line-height: 24px;
        text-overflow: clip;
        white-space: normal;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        max-height: 48px;
    }
    .news-txt{
        padding: 8px 5px;
        padding-right: 70px;
    }
    .news-banner .slick-dots{
        width: auto;
        height: 24px;
        bottom: 8px;
        right: 5px;
    }
    .news-banner .slick-dots li{
        width: 8px;
        height: 8px;
        margin-left: 5px;
    }
    .news-r ul li .xwdate {
        width: 56px;
        font-size: 13px;
    }
    .news-r ul li .xwdate span {
        font-size: 24px;
        margin-bottom: 5px;
    }
    .news-r ul li .xwsx{
        height: 40px;
        margin: 0 10px;
    }
    .news-r ul li .xwcon {
        width: calc(100% - 77px);
        display:block;
    }
.news-r ul li h3{font-size: 16px;margin-bottom: 5px;}
.news-r ul li h4{font-size: 14px;}    
    .news-r ul li:first-of-type a, .news-r ul li a{
        padding: 12px 0;
    }
    .job-c ul li a{
        padding: 15px;
    }
    .job-c ul li a h2 {
        font-size: 16px;
        line-height: 24px;
        height: auto;
        margin: 8px 0 5px;
        max-height: 48px;
    }
    .job-c ul li a p {
        font-size: 14px;
        line-height: 20px;
        max-height: 40px;
        height: auto;
    }
    .intern {
        padding: 5px 20px;
        border-radius: 20px;
    }
    .job-c ul li a .intern p{
        font-size: 15px;
        line-height: 25px;
    }
    .work-txt {
        padding: 10px;
    }
    .work-txt h2 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 0;
        height: 48px;
    }
    .work-txt p {
        display: none;
    }
    .work-banner .slick-dots li{
        width: 10px;
        height: 10px;
        margin-left: 10px;
    }
    .work-banner .slick-dots{
        margin-top: 10px;
    }
}
@media only screen and (max-width: 450px){
.kslh .links{width:50%;}
}