@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;
    height: calc(100vh - 181px);
}
.banner .slick-slide a::before{
    display:block;
    content:"";
    width:100%;
    height:100px;
    background:linear-gradient(0deg,rgba(0,0,0,0.6) 40%,rgba(0,0,0,0) 100%);
    position:absolute;
    left:0;
    bottom:0;
    z-index:9;
}


.banner .slick-slide a p.tit {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    z-index: 19;
    font-size: 20px;
    line-height: 30px;
    padding: 25px 140px 25px 0;
    height: auto;
    box-sizing: border-box;
}


.banner .slick-dots {
    bottom: 0;
    width: 1400px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 30px;
    bottom: 25px;
    z-index: 9;
}

.banner .slick-dots li {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fff;
    margin: 0 8px;
}

.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 65px;
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;
}
.noticeSub .tit{
    border-bottom: 2px solid #0052a4;
    padding-bottom: 10px;
    height: auto;
}
.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;font-weight: normal;}
.news-r ul li h4{color: #999;font-size: 16px;line-height: 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-weight: normal;}
.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;}
.news-r ul li a:hover h3{font-weight: bold;}

.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: 50px 0;
    overflow:hidden;
}

.job-box .tit>h2>img {
    vertical-align: -5px;
}

.job-c {
    padding-top: 34px;
}

.job-c ul li {
    width: 25%;
    float: left;
}
.job-c ul li:nth-of-type(4n){
    margin-right:0;
}

.job-c ul li a {
    padding: 30px;
    display: block;
    background-color: #ffffff;
    position: relative;
}
.job-c ul li:nth-of-type(1) a,.job-c ul li:nth-of-type(3) a,.job-c ul li:nth-of-type(6) a,.job-c ul li:nth-of-type(8) a{
    background:#e2efff;
}
.job-c ul li a h2 {
    font-size: 18px;
    letter-spacing: 1px;
    color: #1763a9;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 26px;
    height: 52px;
}

.job-c ul li a p {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 60px;
}

.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;
    position: absolute;
    left: 20px;
    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: 30px;
}

.work-c {
    padding-top: 36px;
}

.work-banner ul li a {
    display: block;
    overflow:hidden;
}

.work-banner ul li a .pic {
    padding-top: 54%;
    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 a:hover .work-txt{
    color: #0052a4;
}
.work-banner ul li a:hover .work-txt h2{
    font-weight:bold;
    color: #0052a4;
}
.work-banner ul li {
    float: left;
    width: 32.4%;
    margin-right: 1.4%;
    margin-bottom: 20px;
}
.work-banner ul li:nth-of-type(3n){
    margin-right:0;
}
.work-txt {

box-shadow: 0px 1px 10px 0px rgba(203, 203, 203, 0.73);

padding: 20px;

background:#fff;
}

.work-txt h2 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    height: 60px;
    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;
    max-height: 52px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.notice{
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}
.noticeSub{
    width: 48%;
}
.noticeSub .tit>h2{
    text-align:left;
}
.noticeSub li a{
    display:block;
    font-size: 18px;
    line-height: 30px;
    color: #222222;
    padding: 18px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
    padding-left:20px;
    box-sizing:border-box;
    position:relative;
}
.noticeSub li a::before{
    display:block;
    content:"";
    width: 6px;
    height: 6px;
    border-radius:100%;
    background: #0052a4;
    position:absolute;
    left: 2px;
    top:50%;
    transform:translateY(-50%);
}
.noticeSub li a span{
    float:right;
    font-size: 16px;
    font-weight: normal;
}
.noticeSub li a:hover{
    text-indent: 5px;
    font-weight: bold;
    color: #0052a4;
}
.glfwLink{
    padding: 55px 0;
}
.linkSub{
    margin-top: 36px;
}
.linkSub li{
    float:left;
    width:20%;
}
.linkSub li a{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 180px;
    background: rgba(0,82,164,1);
    border: 1px solid rgba(255,255,255,0.15);
    box-sizing:border-box;
}
.linkSub li:nth-of-type(5n){
    border-right:none;
}
.linkSub li a .icon{
    width:100%;
    height: 70px;
    position:relative;
}
.linkSub li a .icon img{
    display:block;
    width: 100%;
    height:auto;
    max-width: 64px;
    max-height: 64px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.linkSub li a .tit{
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    margin-top: 10px;
    letter-spacing:4px;
}
@keyframes bouns {
	0% {transform: translate(-50%, -50%);}
	50% {transform: translate(-50%, -65%);}
	100% {transform: translate(-50%, -50%);}
}
.linkSub li a:hover .icon img{
        animation: bouns .6s infinite;

}
.addr{
    padding: 30px 0;
    background: #005cb9;
}
.addr .flex{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.addr .flex h2{
    font-size: 22px;
    line-height:30px;
    position: relative;
    padding-left: 15px;
    color: #fff;
    margin-bottom: 10px;
}
.addr .flex h2::before{
    display:block;
    content:"";
    width:3px;
    height: 20px;
    background: #fff;
    position:absolute;
    left:0;
    top: 6px;
}
.addr .flex p{
    font-size: 16px;
    line-height: 40px;
    padding-left: 30px;
    color: #fff;
}
.addr .flex p:nth-of-type(1){
    background: url(../images/dzIcon.png) no-repeat left center;
}
.addr .flex p:nth-of-type(2){
    background:url(../images/ybIcon.png) no-repeat left center;
}