.nybanner {
    width: 100%;
    position: relative;
    padding-top: 0px;
}

.nybanner img {
    max-width: 100%;
}

.nybanner .bannerwz {
    font-size: 36px;
    color: #ffffff;
    font-weight: 500;
    position: absolute;
    top: 315px;
    left: 124px;
}


.leaderbox {
    background:url(../images/leaderbg.jpg) no-repeat;
    height: 670px;
    margin-top: 92px;

}

.leaderitem {
    display: flex;
    justify-content: space-between;
    height: 100%;
    border-bottom: 27px #1a579e solid;
    overflow: hidden;
}

.leadercon {
    width: 890px;
    margin-left: 8%;
    margin-top: 130px;
}
.leadertop{
    display: flex;
    position: relative;
    z-index: 2;
}
.leadercontit {
    position: relative;
    display: flex;
}

.leadername {
    font-size: 64px;
    color: #161616;
    /*161616*/
    height: 86px;
    line-height: 86px;
    font-weight: bold;
    font-family: fantasy;
}

.leadername-py {
    position: absolute;
    font-size: 72px;
    left: 320px;
    font-weight: bold;
    font-family: fantasy;
    letter-spacing: 4px;
    height: 68px;
    line-height: 68px;
    top: -6px;
    background: linear-gradient(to bottom, #f4f6f9, #fff);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    z-index: 1;
}

.leadercontit .zhiwei {
    margin-left: 12px;
    padding-top: 44px;
    font-size: 22px;
    color: #2c2c2c
}

.leaderimg {
    margin-top: 10px;
    display: flex;
    padding-right: 4.2%;
    align-items: flex-end;
}

.leaderimg>img {
    margin-right: 45px;
}

.leaderimg .titen {
    margin-top: 49px;
    display: flex;
        align-content: center;

}
.leaderimg .titen img {
    max-height: 100%;
    max-width: 100%;
}
.leadercontent {
    padding-top: 60px;
}

.leadercontent p {
    font-size: 18px;
    text-indent: 2em;
    color: #252525;
    margin-bottom: 20px;
    line-height: 1.25;
}

.honorbox {
    margin: 160px auto 0px;
}

.honorbox .tit {
    text-align: center;
    color: #161616;
    font-size: 64px;
    font-weight: bold;
}

.honorcon {
    display: flex;
    padding: 0px 6%;
    gap: 72px;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    align-items: stretch;
}

.honoritem {
    flex: 1;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 22px -10px rgba(0, 0, 0, 0.5);
    margin-top: 90px;
    margin-bottom: 24px;
    border-bottom: 16px #133c8d solid;
    padding-bottom: 56px;
}

.honoritem .num {
    margin: 126px auto 0px;
    width: 180px;
    height: 180px;
    border: 2px solid #133c8d;
    border-radius: 50%;
    text-align: center;
    line-height: 180px;
    font-size: 100px;
    font-family: fantasy;
}

.honoritem .tit2 {
    text-align: center;
    margin-top: 36px;
    font-size: 36px;
    font-weight: 600;
    color:#133c8d;
    font-family: fantasy;
}

.honoritem .con {
    padding: 32px 42px 0px;
    color: #303030;
    text-align: center;
    font-weight: 600;
    line-height: 1.8;
    font-size: 16px;
}

.culturebox {
    display: flex;
    padding: 0px 3.2%;
    margin-top: 210px;
    justify-content: space-between;
    margin-bottom: 150px;
}

.cultruecon {
    width: calc(100% - 1200px);
}

.cultrueconitem {
    display: none;
}
.cultrueconitem.act{
    display: block;
}

.cultrueconitem .tit{
    font-size: 32px;
    font-weight: bold;
    margin-top: 48px;
    color:#161616;
    font-family: fantasy;
}
.cultrueconitem .tit.titact{
    color:#1a579e;
}
.culturecontent{
    max-width: 500px;
    color: #555555;
    margin-top: 36px;
    font-size: 16px;
    line-height: 1.6;
}
.cultrueconitem .line{
    width:50px;
    height: 5px;
    background-color:#1a579e ;
    margin:28px 0px 36px;
}
.cultrueconitem .tit2{
    color:#3a3a3a;
    font-size: 18px;
    font-weight: 600;
}
.cultrueconitem .a{
    margin-top: 54px;
    display: flex;
    flex-wrap: wrap;
}
.cultrueconitem .a a{
    display: block;
    font-size:16px;
    color:#fff;
    background-image: linear-gradient(to right, #5182b9, #5384ba);
    background-size: 100% 34px;
    line-height:34px;
    padding: 0px 14px;
    border-radius:8px;
    margin-right: 12px;
    background-repeat: no-repeat;
    background-position: top left;
    margin-bottom: 10px;
}


.cultruelist {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    align-items: center;
    width: 1140px;
}

.listitem {
    flex: 1;
    /* border-radius: 10px 10px 10px 10px;
    box-shadow: 0px 0px 22px -10px rgba(0, 0, 0, 0.5);
    margin-top: 90px;
    margin-bottom: 24px;
    border-bottom: 16px #f00 solid;
    padding-bottom: 56px; */
    position: relative;
    cursor: pointer;
}

.listitem img {
    max-width: 100%;
}

.listitem .img img {
    width: 100%;
    display: block;
    transition: 1s;
}

.listitem:hover .img img {
    transform: scale(1.05);
}

.listitem .mask {
    height: 100%;
    /* background-color: rgba(0, 0, 0, 0.5); */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.listitem .mask .wz1{
    color:#fff;
    padding:120px 0px 0px 40px;
    font-size: 32px;
    font-weight: bold;
    font-family: fantasy;
}
.listitem .mask .wz2{
    color:#fff;
    font-size: 16px;
    font-weight: 400;
    position: absolute;
    bottom:64px;
    left:24px;
}
@media (max-width: 1680px) {
    .leadercon{
        margin-left:6%;
        width:720px;
    }
}
@media (max-width: 1600px) {
    .cultruelist{
        width:1080px;
    }    
    .cultruecon {
        width: calc(100% - 1140px);
    }
}

@media (max-width: 1440px) {
    .leaderbox{
        margin-top: 64px;
        height: 600px;
            background-position-x: 66%;
    }
    .leadercon{
        margin-top:96px;
    }
    .leadername{
        line-height:64px;
        font-size: 64px;
        height: 64px;
    }
    .leadercontit .zhiwei{
        font-size: 18px;
        padding-top:38px;
    }
    .leadername-py{
        font-size: 56px;
        left: 200px;
    }
    .leaderimg{
        width:42%;
    }
    .leaderimg>img{
        max-width: 80%;
        height: fit-content;
        margin-top: 78px;
    }
    .honorbox{
        margin-top:108px;
    }
    .honorbox .tit{
        font-size:56px;
    }
    .honorcon{
        gap:48px;
    }
    .honoritem{
        margin-top: 64px;
    }
    .honoritem .num{
        margin:96px auto 0px;
        height: 148px;
        width: 148px;
        line-height: 148px;
        font-size:72px;
    }
    .honoritem .tit2{
        font-size: 28px;
    }
    .culturebox{
        margin-top:160px;
    }
    .cultruelist {
        width: 920px;
    }
    .cultruecon{
        width: calc(100% - 960px);
    }
    .cultrueconitem .tit{
        font-size: 28px;
    }
    .listitem .mask .wz1{
        font-size: 28px;
    }
    .listitem .mask .wz2{
        font-size: 20px;
    }
}
@media (max-width: 1370px) {
    .leaderimg>img{
        margin-top:102px;
        margin-right:32px;
    }
}
@media (max-width: 1280px) {
    .leaderbox{
        height:500px;
    }
    .nybanner .bannerwz{
        top:200px;
        left:80px;
    }
    .leaderbox{
        margin-top:48px;
    }
    .leadercon{
        margin-top:64px;
        width: 640px;
    }
    .leadercontent{
        padding-top: 64px;
    }
    .leaderimg>img {
        margin-top: 28px;
        margin-right: 32px;
    }
    .leaderimg .titen{
        margin-top: 0px;
    }
    .leaderimg .titen img{
        max-height:100%;
    }

    .honorbox{
        margin-top: 72px;
    }
    .honorbox .tit{
        font-size:48px;
    }
    .honorcon {
        gap: 36px;
    }
    .honoritem{
        margin-top: 48px;
    }
    .honoritem .num {
        margin: 64px auto 0px;
        height: 124px;
        width: 124px;
        line-height: 124px;
        font-size: 64px;
    }
    .honoritem .tit2{
        font-size: 24px;
        margin-top: 24px;
    }
    .honoritem .con{
        padding: 24px 32px 0px;
        font-size: 14px;
        font-weight: normal;
    }
    .cultruelist{
        width: 720px;
    }
    .cultruecon {
        width: calc(100% - 750px);
    }
    .cultrueconitem .tit{
        margin-top: 24px;
    }
    .cultrueconitem .line{
        margin:16px 0px 24px 0px;
    }
    .culturecontent{
        margin-top: 32px;
    }
    .cultrueconitem .a{
        margin-top:32px;
    }
    .culturebox{
        margin-bottom:72px;
    }
    .listitem .mask .wz1{
        padding-top:72px;
        padding-left:20px;
    }
    .listitem .mask .wz2{
        bottom:32px;
        left:20px;
    }
}
@media (max-width: 1200px) {

}
@media (max-width: 1024px) { 
    .nybanner .bannerwz{
        top:180px;
        left:64px;
    }
    .leaderitem{
        border-bottom: 16px #1a579e solid;
    }
    .leadername {
        line-height: 48px;
        font-size: 48px;
        height: 48px;
    }
    .leadercontit .zhiwei {
        font-size: 16px;
        padding-top: 24px;
    }
    .leadername-py {
        font-size: 42px;
        left: 140px;
    }
    .leaderbox {
        height: 360px;
    }
    .leadercontent{
        padding-top:32px;
    }
    .leadercontent p{
        font-size: 14px;
        line-height:1.4;
    }
    .leaderimg>img{
        margin-right: 2%;
    }
    .leaderimg .titen{
        max-width:20%;
    }

    .honorbox{
        margin-top:64px;
    }
    .honorbox .tit{
        font-size: 42px;
    }
    .honorcon{
        padding: 0px 4%;
        gap:24px;
    }
    .culturebox{
        margin-top:96px;
    }
    .cultruelist{
        width:600px;
    }
    .cultruecon {
        width: calc(100% - 650px);
    }
    .cultrueconitem .tit{
        margin-top: 24px;
    }
    .cultrueconitem .line{
        margin:16px 0px 24px 0px;
    }
    .culturecontent{
        margin-top: 24px;
        font-size: 14px;
    }
    .cultrueconitem .a{
        margin-top:32px;
    }
    .culturebox{
        margin-bottom:72px;
    }
    .listitem .mask .wz1{
        padding-top:48px;
        padding-left:20px;
        font-size:20px;
    }
    .listitem .mask .wz2{
        bottom:24px;
        left:20px;
        font-size: 16px;
    }
    .cultrueconitem .a a{
        font-size: 14px;
    }
}
@media (max-width: 992px) { 
    .leadercon{
        width: 56%;
        margin-left: 4%;
    }
    .cultrueconitem .a a{
        padding:0px 8px;
    }
    .cultruecon {
        width: calc(100% - 620px);
    }
}
@media (max-width: 768px) { 
    .leadercon{
        margin-top: 0px;
    }
    .leaderbox {
        height: auto;
    }
    .leadercontent p{
        margin-bottom: 12px;
    }
    .leaderimg>img {
        margin-top: 28px;
        margin-right: 6%;
    }
    .leaderimg .titen{
        max-width:20%;
        display: flex;
        align-items: center;
    }
    .leaderimg .titen img{
        max-width: 100%;
    }
    .honorcon {
        padding: 0px 2%;
        gap: 12px;
    }
    .honoritem .num {
        margin: 48px auto 0px;
        height: 96px;
        width: 96px;
        line-height: 96px;
        font-size: 48px;
    }
    .honoritem .tit2{
        margin-top: 16px;
        font-size: 20px;
    }
    .honoritem .con {
        padding: 16px 16px 0px;
    }
    .culturebox{
        margin-top:48px;
    }
    .culturebox{
        flex-wrap: wrap;
    }
    .cultruecon{
        width:100%;
        margin-bottom: 32px;
    }
    .cultruelist{
        width:100%;
    }
    .culturecontent{
        max-width:100%;
    }
}
@media (max-width: 480px) { 
    .nybanner .bannerwz{
        top:50%;
        left:50%;
        font-size:16px;
        transform: translate(-50%,-20%);
    }
    .leadertop{
        flex-wrap: wrap;
    }


    .leaderbox{
        background:url();
    }
    .leaderitem{
        flex-wrap: wrap;
    }
    .leadercon{
        width:96%;
        margin:0px 2%;
    }
    .leaderimg{
        width:100%;
        padding-right: 0px;
        
    }
    .leaderimg>img {
        max-width: 100%;
        margin-right: 0px;
    }
    .leadername {
        line-height: 36px;
        font-size: 36px;
        height: 36px;
    }
    .leadercontit .zhiwei {
        font-size: 16px;
        padding-top: 12px;
        margin-left: 0px;
    }

    .honorbox{
        margin-top: 32px;
    }
    .honorbox .tit{
        font-size: 32px;
        margin-bottom: 24px;
    }
    .honorcon{
        flex-wrap: wrap;
    }
    .honoritem {
        flex: auto;
        padding-bottom: 24px;
        margin-top: 2px;
        margin-bottom: 16px;
    }
    .culturebox{
        margin-top:20px;
    }
    .listitem .mask .wz1 {
        padding-top: 24px;
        padding-left: 0px;
        font-size: 20px;
        text-align: center;
    }
    .listitem .mask .wz2 {
        bottom: 16px;
        left: 6px;
        font-size: 12px;
    }
}










.bannerwz-contact{
    position: absolute;
    left:16%;
    top:55.5%;
}

.bannerwz-contact h2{
    font-size: 36px;
    color:#252525;
    margin-bottom:12px;
}
.bannerwz-contact p{
    font-size: 16px;
    color:#252525;
    max-width: 640px;
}

.contactmain{
    margin:140px 8% 108px;
}
.contacttit {
    font-size: 34px;
    background: linear-gradient(to bottom, #25c0fe, #237fe5) left / 5px 100% no-repeat;
    height: 34px;
    line-height: 34px;
    padding-left: 16px;
    font-weight: bold;
}
.contactcon{
    margin-top:48px;
    display: flex;
    gap: 90px;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    align-items: stretch;
}
.contactitem{
    flex: 1;
    background: #f0f0f0;
    border-radius: 12px;
    padding:24px;
    width: calc((100% -180px)/3);
}
.contactitem .icon{
    padding-top:24px;
    text-align: center;
}
.contactitem .icontit{
    color:#282828;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    margin-top: 24px;
}
.contactitem .con{
    color:#676767;
    font-size: 16px;
    line-height:24px;
    margin-top:16px;
    text-align: center;
}
.contacttit2{
    margin-top: 108px;
}

@media (max-width: 1680px) {
    .contactcon{
        gap:60px;
    }
}
@media (max-width: 1440px) {
    .bannerwz-contact{
        left:12%;
        top:50%;
    }
    .bannerwz-contact h2{
        font-size: 32px;
    }
    .contactcon{
        gap:48px;
    }
    .contacttit{
        font-size: 28px;
        height: 28px;
        line-height: 28px;
    }
    .contactmain{
        margin: 108px 6% 88px;
    }
}
@media (max-width: 1280px) {
    .contactcon{
        gap:24px;
    }
    .contactitem{
        padding:24px 16px 24px;
    }
}
@media (max-width: 992px) { 
    .nybanner{
        padding-top: 70px;
    }
    .bannerwz-contact h2{
        font-size:24px;
    }
    .bannerwz-contact p{
        font-size:12px;
        padding-right: 22%;
    }
}

@media (max-width: 768px) { 
    .contactmain{
        margin:24px 2%;
    }
    .contacttit {
        font-size: 24px;
        height: 24px;
        line-height: 24px;
    }
    .contactcon{
        flex-wrap: wrap;
    }
    .contacttit2{
        margin-top:24px;
    }
    .contactitem .icontit{
        font-size: 18px;
    }
    .contactitem .con{
        font-size: 12px;
    }
}
@media (max-width: 640px) { 
    
    .contactitem{
            flex: initial;
        width:100%;
    }
}
.honormain{
    margin:120px 6%;
}
.honortit{
    font-size: 34px;
    background: linear-gradient(to bottom, #25c0fe, #237fe5) left / 5px 100% no-repeat;
    height: 34px;
    line-height: 34px;
    padding-left: 16px;
    font-weight: bold;
    margin:0 auto;
    max-width:1636px;
}
.honormainbox{
    width:100%;
    margin:120px auto 0px;
    max-width:1636px;
    position: relative;
}
.honormainbox img{
    max-width:100%;
}
.honormainbox .honorimg{
    position: relative;
    z-index: 2;
}
.honorconbox{
    width:100%;
    max-width:1636px;
    background: #edeef3;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 0px 0px 22px -10px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index:1;
    padding:88px 0px 40px;
    top:-10px;
    display: flex;
}

.honorconitem{
    width:30%;
    padding-left: 40px;
    padding-bottom:80px;
}
.honorconitem:nth-child(2){
    width:40%;
    border-left:1px solid #1a579e;
    border-right:1px solid #1a579e;
}

.honorconitem h2{
    padding:12px 24px;
    background: #1a579e;
    font-size: 24px;
    color:#fff;
    display: inline-flex;
    border-radius: 28px;
    margin-top: -12px;
    margin-bottom: 32px;
    margin-right:24px;
}
.honorconitem p{
    font-size: 16px;
    line-height: 36px;
    color:#3d3d3d;
}
.honorconitem .honorinfo{
    font-size: 16px;
    line-height: 36px;
    color:#3d3d3d;
} 

.honorlistbox{
    background: url(../images/honorbg.jpg) top center;
    padding-top: 78px;
}
.honorlistbox .tit{
    
    margin-left:64px;
    font-size: 36px;
    color:#fff;
    font-weight:bold;
    height:36px;
    line-height: 36px;
}
.honorlistbox .honortype{
    margin-top:36px;
    display: flex;
    margin-left:56px;
}
.honorlistbox .honortype a{
    display: inline-table;
    padding:0px 36px;
    color:#3c3c3c;
    margin-right:30px;
    font-size:24px;
    height: 50px;
    line-height:50px;
    border-radius: 25px;
    background: #edeef3
}
.honorlistbox .honortype a.act,.honorlistbox .honortype a:hover{
    color:#fff;
    background: #2b4697;
    cursor:pointer;
}

.honortypeitem{
    margin:0px 8% 60px;
    padding-bottom: 60px;
    display:none;
    min-height:572px;
}

.honortypeitem img{
    max-width:100%;
}
.honortypeitem.act{
    display: block;
}

.honorimgbox{
    width:100%;
    height:100%;
    background: #fff;
    border-radius:12px;
    padding:12px;
    position: relative;
}

.honorimgbox p{
    position: absolute;
    bottom:0px;
    width:100%;
    left:0px;
    text-align: center;
    height:36px;
    line-height:36px;
}

.honorimgbox .img{
    width:100%;
    height:calc(100% - 36px);
    position: relative;
    overflow: hidden;
}
.honorimgbox .img img{
    max-height: 100%;
    max-width:100%;
    display: block;
    position:relative;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.swiper-buttonbox{
    width:100%;
    height:41px;
    position: relative;
    margin-bottom: 48px;
}
.swiper-button{
    width:100px;
    position: absolute;
    right:0px;
    height:41px;
}

/* 清除默认文字 */
.swiper-button-prev::after,
.swiper-button-next::after {
  content: "";
}
/* 引入背景图 */
.swiper-button-prev::after {
  background: url("../images/left.png") center no-repeat;
  background-size: 100%;
  width: 30px;
  height: 41px;
}
.swiper-button-next::after {
  background: url("../images/right.png") center no-repeat;
  background-size: 100%;
  width: 30px;
  height: 41px;
}


.swiper-wrapper {
  display: flex !important;
  align-items: stretch !important;
}
.swiper-slide {
  flex-shrink: 0;
  height: auto;
  /* 内部纵向布局 */
  display: flex;
  flex-direction: column;
}
/* 卡片主体占满剩余高度 */
.swiper-slide .card-body {
  flex: 1;
}

@media (max-width: 1440px) {
    .honortypeitem{
        min-height: 460px;
    }
}
@media (max-width: 1370px) {
    
}
@media (max-width: 1280px) {

}
@media (max-width: 1200px) {
    .honorconitem h2{
        font-size:18px
    }
    .honorconitem p{
        font-size:14px;
    }
    .honorconitem .honorinfo{
        font-size: 14px;
    }
    .honorlistbox .honortype a{
        font-size: 18px;
    }
}
@media (max-width: 992px) { 
    
}

@media (max-width: 768px) { 
    .honormain{
        margin: 48px 2%;
    }
    .honorlistbox{
        padding-top:48px;
    }
    .honorlistbox .tit{
        font-size:24px;
    }
    .honorconitem h2{
        font-size: 16px;
        height:36px;
        line-height:36px;
        border-radius:18px;
        padding:0px 12px;
    }
    .honorlistbox .tit{
        margin-left: 32px;
    }
    .honorlistbox .honortype{
        margin-left: 32px;
        margin-top: 24px;
    }
    .honorconitem{
        padding-left: 16px;
        padding-bottom:36px;
    }
    .honorlistbox .honortype a{
        font-size: 12px;
        height:32px;
        line-height: 16px;
        border-radius:16px;
        margin-right:12px;
        padding: 0px 18px;
    }
    .honortit{
        font-size:18px;
        height: 24px;
        line-height: 24px;
    }
}

@media (max-width: 480px) { 
    .honormainbox{
        margin-top:32px;
    }
    .honorconbox{
        padding:24px 0px 24px;
        gap:0px;
            flex-wrap: wrap;
    }
    .honorconitem{
        width:100%;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .honorconitem:nth-child(2) {
        width: 100%;
        border:1px solid #1a579e;
        border-left: 0px solid #1a579e;
        border-right: 0px solid #1a579e;

    }
    .honorconitem p{
        line-height:24px;
    }
    .honorconitem .honorinfo{
        line-height:24px;
    }
    .honorconitem h2{
        margin-bottom: 12px;
        margin-top: 0px;
    }
    .swiper-button{
        margin:12px auto;
            position: inherit;
    }
    .swiper-buttonbox{
        margin-bottom: 12px;
    }
    .honortypeitem {
        min-height: 260px;
    }
}