@import url('../css/public.css');
@import url('../css/header.css');
@import url('../css/footer.css');

.row1 {
    position: relative;
    padding: 73px 0 0;
    background: url('../images/zjgt_row1_bg.png') no-repeat center;
}

.slogan h3 {
    color: #FFF;
}

.slogan h3::after {
    background: #fff;
}

.gsjj {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 105px;
    margin-top: 35px;
    padding: 47px 55px;
    width: 61%;
    height: 435px;
    background: #FFFFFF;
    box-shadow: -10px 0px 27px 0px rgba(31, 125, 191, 0.08);
    border-radius: 0 100px 0 100px;
    z-index: 2;
}

.gsjj .a-more {
    font-family: "微软雅黑";
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0462A4;
    float: right;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.gsjj .a-more::after {
    content: "";
    width: 23px;
    height: 23px;
    background: url(../images/gsjj-a-more-icon.png) center no-repeat;
    display: inline-block;
    margin-left: 10px;
}

.gs-info {
    margin-top: 20px;
    font-size: 16px;
    font-weight: normal;
    line-height: 40px;
    text-align: justify;
    /* 浏览器可能不支持 */
    letter-spacing: 0.05em;
    color: #333333;
    -webkit-line-clamp: 6;
}

.motto {
    position: relative;
    display: flex;
    align-items: center;
    height: 84px;
    background: linear-gradient(90deg, #0462A4 0%, #0462A4 48%, rgba(31, 125, 191, 0) 100%);
    z-index: 2;
}

.motto span {
    font-family: Douyin Sans;
    margin: 0 10px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #FFFFFF;
}

.zjgt-row-img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}

.row2 {
    padding: 66px 0 107px;
    background: url('../images/zjgt-row2-bg.png') no-repeat center;
}

.leader-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 55px;
}

.leader-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 32px;
    margin-bottom: 22px;
    width: calc((100% - 60px) / 4);
    height: 143px;
    border-radius: 5px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(31, 125, 191, 0.06);
}

.leader-list li i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    font-size: 30px;
    font-weight: bold;
    color: #1F7DBF;
    border-radius: 5px;
    background: rgba(31, 125, 191, 0.102);
}

.leader-list li .ld-xm {
    width: calc(100% - 84px);
}

.leader-list li h3 {
    margin-bottom: 4px;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}

.leader-list li p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.row3 {
    padding: 69px 0 86px;
    background: url('../images/zjgt_row3_bg.png') no-repeat center;
}

.zzjg-tree {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
    padding: 0 40px;
    width: 1400px;
}

.zzjg-wrap1 {
    font-size: 16px;
    text-align: center;
    width: 338px;
    height: 49px;
    line-height: 49px;
    position: relative;
    color: #ffffff;
    margin-bottom: 34px;
    border-radius: 128px;
    background: #0462A4;
    font-weight: bold;
}

.zzjg-wrap1::after {
    content: "";
    width: 1px;
    height: 80px;
    background: #0462A4;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}

/* .zzjg-wrap1::before {
  content: "";
  width: 962px;
  height: 1px;
  background: #c0c0c0;
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
} */

.zzjg-wrap2 {
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.zzjg-wrap2::before {
    content: "";
    width: 650px;
    height: 1px;
    background: #0462A4;
    position: absolute;
    top: -15px;
    left: 50px;
}

.zzjg-wrap2-box1 {
    width: 99px;
    height: 49px;
    line-height: 49px;
    border-radius: 128px;
    background: #0462A4;
    position: relative;
    color: #fff;
    text-align: center;
}

.zzjg-wrap2-box1::after {
    content: "";
    width: 1px;
    height: 160px;
    background: #0462A4;
    position: absolute;
    top: 100%;
    left: 50%;
}

.zzjg-wrap2-box1::before {
    content: "";
    width: 1px;
    height: 15px;
    background: #0462A4;
    position: absolute;
    bottom: 100%;
    left: 50%;
}

.zzjg-wrap2-box2 {
    margin-left: 432px;
    width: 338px;
    height: 49px;
    line-height: 49px;
    position: relative;
    border-radius: 128px;
    background: #0462A4;
    color: #fff;
    text-align: center;
}

.zzjg-wrap2-box2::after {
    content: "";
    width: 1px;
    height: 160px;
    background: #0462A4;
    position: absolute;
    top: 100%;
    right: 50%;
}


.zzjg-wrap2-box3 {
    width: 150px;
    height: 36px;
    line-height: 36px;
    position: relative;
}

.zzjg-wrap2-box3::after {
    content: "";
    width: 1px;
    height: 40px;
    background: #0462A4;
    position: absolute;
    bottom: 100%;
    left: 50%;
}

.zzjg-wrap2-box3 span {
    display: block;
    z-index: 1;
    font-size: 15px;
    text-align: center;
    width: 100%;
    height: 100%;
    background: #0462A4;
    color: #ffffff;
}

.zzjg-wrap3 {
    font-size: 16px;
    text-align: center;
    width: 338px;
    height: 49px;
    line-height: 49px;
    position: relative;
    background: #0462A4;
    color: #ffffff;
    margin-bottom: 74px;
    border-radius: 128px;
    font-weight: bold;
}

.zzjg-wrap3-box2 {
    position: relative;
    margin-left: 317px;
    top: -20px;
    padding-top: 20px;
}

.zzjg-wrap3-box2::after {
    content: "";
    position: absolute;
    right: 75px;
    top: 0;
    width: 441px;
    height: 1px;
    background: #0462A4;
}

.zzjg-wrap3-box3,
.zzjg-wrap3-box4 {
    font-size: 15px;
    text-align: center;
    width: 150px;
    height: 36px;
    line-height: 36px;
    position: relative;
    background: #0462A4;
    color: #ffffff;
}

.zzjg-wrap3-box3::after,
.zzjg-wrap3-box4::after {
    content: "";
    position: absolute;
    right: 50%;
    bottom: 100%;
    width: 1px;
    height: 20px;
    background: #0462A4;
}

.zzjg-wrap3-box4 {
    margin-left: 50px;
}

.dzb-wrap {
    height: 132px;
    float: left;
    position: relative;
    margin-left: 210px;
}

.dzb-wrap::after {
    content: "";
    width: 86px;
    height: 1px;
    background: #0462A4;
    position: absolute;
    top: -22px;
    left: 32px;
}


.dzb-wrap2 {
    width: 32px;
    height: 111px;
    background: #8b928f;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    padding-top: 20px;
    box-sizing: border-box;
    float: left;
    position: relative;
    margin-left: 27px;
}

.dzb-wrap2::after {
    content: "";
    width: 1px;
    height: 22px;
    background: #0462A4;
    position: absolute;
    top: -22px;
    right: 50%;
}

.jyglc-wrap {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    position: relative;
    padding: 0 20px 0 10px;
    width: 100%;
}

.jyglc-wrap::before {
    content: "";
    width: 1295px;
    height: 1px;
    background: #0462A4;
    position: absolute;
    top: -22px;
    left: 49px;
}

.jyglc-wrap1 {
    padding: 5px 8px;
    width: auto;
    min-width: 69px;
    height: 190px;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
    float: left;
    position: relative;
    border-radius: 128px;
    background: #FFFFFF;
    backdrop-filter: blur(8.89px);
    box-shadow: 0px 3.56px 8.89px 0px rgba(31, 125, 191, 0.35);
}

.jyglc-wrap1::after {
    content: "";
    width: 1px;
    height: 22px;
    background: #0462A4;
    position: absolute;
    top: -22px;
    right: 50%;
}

.jyglc-wrap01::after {
    display: none;
}

.jyglc-wrap001 {
    margin-left: 1px;
}


.jyglc-wrap8 {
    margin-left: 1px;
}

.jyglc-wrap8::after {
    display: none;
}

/* .jyglc-wrap2,
.jyglc-wrap3,
.jyglc-wrap4,
.jyglc-wrap5,
.jyglc-wrap6,
.jyglc-wrap7,
.jyglc-wrap8 {
  margin-left: 36px;
} */

.zzjg-bottom {
    padding: 90px 62px 85px;
}

.zzjg-bottom .bt {
    font-size: 24px;
    color: #4a4a4a;
    margin-bottom: 30px;
}

.zzjg-bottom .nr {
    font-size: 14px;
    line-height: 38px;
    color: #4a4a4a;
    text-align: justify;
}

.zzjg-dj {
    cursor: pointer;
    align-items: center;
    display: flex;
    justify-content: center;
    writing-mode: tb-rl;
}

.zzjg-dj.active {
    background: #0462A4;
    color: #ffffff;
}

.dzb-hd {
    display: none;
}

.row4 {
    position: relative;
    box-sizing: border-box;
    padding: 59px 0 158px;
    background: url('../images/zjgt-row4-fot.png') no-repeat center;
    background-size: cover;
}

/* .row4::before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 304px;
    background: url('../images/zjgt-row4-top.png') no-repeat top center;
    z-index: 2;
} */

.row4 .w1400 {
    position: relative;
}

.row4 .w1400::before {
    content: '';
    position: absolute;
    top: 350px;
    width: 100%;
    height: 50px;
    background: url('../images/zjgt-row4-slide-bg.png') no-repeat top center;
    background-size: 100%;
    z-index: 2;
}

.row4 .main_head {
    position: relative;
    z-index: 2;
}

.row4 .swiper-button-next {
    right: 108px;
    width: 91px;
    height: 91px;
    background: url('../images/fzlc_fr.png') no-repeat center;
}

.row4 .swiper-button-prev {
    left: 108px;
    width: 91px;
    height: 91px;
    background: url('../images/fzlc_fl.png') no-repeat center;
}

.row4 .years {
    position: absolute;
    right: 0;
    top: -40px;
    font-size: 80px;
    font-weight: bold;
    line-height: 185px;
    color: rgba(31, 125, 191, 0.05);
}

.fzlc_con {
    position: relative;
    padding: 0 104px;
    margin-top: 30px;
    z-index: 1;
}

.fzlc_con .swiper-slide {
    box-sizing: border-box;
    padding: 30px;
    min-height: 169px;
    border-radius: 14px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0) 74%, #FFFFFF 100%);
    box-shadow: 0px -28px 51px 0px rgba(31, 125, 191, 0.05);
}

.fzlc_con .swiper-slide:nth-child(odd) {
    margin-top: 260px;
}

/* .fzlc_con .swiper-slide::after {
    content: '';
    display: none;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: url('../images/fzlc-icon1.png') no-repeat center;
} */

.fzlc_con .swiper-slide:hover {
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0) 74%, #FFFFFF 100%);
    box-shadow: 0px -28px 51px 0px rgba(31, 125, 191, 0.08);
}

/* .fzlc_con .swiper-slide:hover::after{
    display: block;
} */

.fzlc_con .date {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: bold;
    color: #0462A4;
    text-align: center;
}

.fzlc_con p {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}

.row5 {
    padding: 72px 0 85px;
    background: url('../images/zjgt-row5-bg.png') no-repeat center;
    background-size: cover;
}

.qywh {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.qywh li {
    box-sizing: border-box;
    padding: 0 33px;
    width: calc((100% - 81px) / 4);
    height: 426px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.49);
    backdrop-filter: blur(10px);
    transition: all .3s ease;
}

.qywh li:hover {
    background: #0462A4;
    transition: all .3s ease;
}

.qywh li:hover h3,
.qywh li:hover p {
    color: #fff;
    transition: all .3s ease;
}

.xsqy li:hover h3,
.xsqy li:hover p {
    color: #0462A4;
    transition: all .3s ease;
}

.leader-list li:hover h3,
.leader-list li:hover p {
    color: #0462A4;
    transition: all .3s ease;
}

.zzjg-dj:hover {
    color: #0462A4;
}

.qywh li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}

.qywh li a img {
    margin: 20px 0 0px;
    width: 150px;
    height: 150px;
}

.qywh li a h3 {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 40px;
    transition: all .3s ease;
}

.qywh li a p {
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
    transition: all .3s ease;
}

.row6 {
    padding: 106px 0 102px;
    background: #fff;
}

.xsqy {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.xsqy li {
    box-sizing: border-box;
    padding: 50px 40px 45px;
    width: calc((100% - 54px) / 2);
    height: 280px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(43, 117, 208, 0.1);
}

.xsqy li h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    letter-spacing: normal;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xsqy li p {
    font-size: 18px;
    line-height: 35px;
    text-align: justify;
    letter-spacing: 0.05em;
    color: #666666;
    -webkit-line-clamp: 4;
}

.row6 {
    padding: 106px 0 102px;
    background: #fff;
}

.xsqy {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.xsqy li {
    box-sizing: border-box;
    padding: 50px 40px 45px;
    width: calc((100% - 54px) / 2);
    height: 280px;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(43, 117, 208, 0.1);
}

.xsqy li h3 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 25px;
    letter-spacing: normal;
}

@media only screen and (max-width: 1400px) {
    .zzjg {
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .zzjg-tree {
        height: 517px;
    }

    .qywh li {
        padding: 0 10px;
    }
}

@media only screen and (max-width: 1200px) {
    .gsjj {
        width: 100%;
    }

    .leader-list li {
        display: flex;
        justify-content: flex-start;
        width: calc((100% - 60px) / 2);
    }

    .leader-list li i {
        margin-right: 20px;
    }

    .fzlc_con .swiper-slide:nth-child(odd) {
        margin-top: 0;
    }

    .row4 .w1400::before {
        background: none;
    }

    .qywh li {
        margin-top: 20px;
        width: 48%;
    }

    .dszxx {
        display: none;
    }
}

@media only screen and (max-width: 996px) {
    .row2{
        padding-bottom: 0;
    }
    .xsqy li {
        margin-top: 20px;
        width: 100%;
    }

    .row4 .swiper-button-prev {
        left: 10px;
    }

    .row4 .swiper-button-next {
        right: 10px;
    }
}