/* -------------------  移动端 ------------------- */

.mbheader {
    width: 100%;
    display: none;
    height: 60px;
    background: #fff;
    z-index: 1000;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    position: fixed;
    top: 40px;
}

.mbheader .header-con {
    width: 90%;
    margin: 0 auto;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mbheader .header-con h1 a {
    display: inline-block;
}

.mbheader .header-con .logo {
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 20px;
    position: relative;
}

.mbheader .header-con .logo a {
    width: 100%;
    display: inline-block;
}

.mbheader .header-con .logo img {
    max-height: 35px;
    /* max-width: 100%; */
}

.sp_header {
    height: 50px;
    background: #004898;
    position: fixed;
    z-index: 10;
    width: 100%;
}

.sp_logo {
    padding: 10px;
    float: left;
    height: 50px;
    width: 70%;
}

.sp_logo img {
    margin: auto;
    width: 100%;
    height: 100%;
}

.sp_nav {
    width: 30px;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 10px;
    flex: none;
}

.sp_nav span {
    display: block;
    background: #00388C;
    width: 30px;
    height: 2px;
    position: absolute;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: absolute;
    z-index: 999;
    background: #eee;
    width: 100%;
    height: auto !important;
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 30px;
    top: -1000%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.nav_show {
    top: 80px
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 13px
}

.sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #666;
    /* width: 80% */
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #004898
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}

/* ------------------------------- */
.banner {
    width: 100%;
    position: relative;
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

.header::before {
    content: '';
    width: 100%;
    height: 220px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: url(../img/mark.png) center top no-repeat;
    background-size: 100% 100%;
}


.header .top {
    width: 100%;
    background: #00388C;
    background: linear-gradient(270deg, #00388C 0%, #005EC2 100%);
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 2.15%;
    position: relative;
    z-index: 9;
}

.header .top .text {
    color: #fff;
}

.rightLink {
    display: flex;
    align-items: center;
}

.rightLink .link {
    display: flex;
    align-items: center;
    margin-right: 17px;
}

.rightLink .link a {
    color: #fff;
}

.rightLink .link span {
    color: #fff;
    display: block;
    margin: 0 15px;
}

.search {
    width: 180px;
    height: 25px;
    width: 25px;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
    transition: all 0.5s ease-in-out;
    margin-left: 10px;
}

.search:hover {
    width: 180px;
    background: #fff;
}


.search .search-in {
    width: 180px;
    height: 25px;
    border: none;
    outline: unset;
    box-sizing: border-box;
    padding-left: 15px;
    font-size: 12px;
    color: #666;
    border-radius: 15px;
    position: absolute;
    left: 0;
    padding-right: 45px;
    /* box-sizing: border-box;
    border: 0.5px solid #FFFFFF; */
    background: #fff;
}

.search:focus-within .search-in,
.search:hover .search-in,
.search.on .search-in {
    box-sizing: border-box;
    border: 0.5px solid #FFFFFF;
    border: 0.5px solid #E5E5E5;
}

.search .search-btn {
    width: 25px;
    height: 25px;
    background: url(../img/ss.svg) center center no-repeat #fff;
    background-position-Y: 8px;
    border: none;
    outline: unset;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    border-radius: 15px;
}

.search:focus-within,
.search.on {
    width: 180px;
    transition: all 0.5s ease-in-out;
}

.header h1 img {
    height: 92px;
}

.header h1 .img2 {
    display: none;
}


.head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 32px 2.15%;
    padding: 32px 82px;
    position: relative;
    z-index: 9;
    transition: all 0.5s ease-in-out;
}

.head h1 {
    position: relative;
}

.h1-link {
    width: 80% !important;
    position: absolute;
    left: 0;
    height: 100%;
    display: inline-block;
}

.navgation {
    position: relative;
    z-index: 99;
}

.nav {
    width: 100%;
    height: 68px;
    line-height: 68px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}

.nav a {
    color: #fff;
}

.nav .nli {
    float: left;
    /* flex: 1; */
    height: 68px;
    display: inline;
    text-align: center;
    position: relative;
    padding: 0 20px;
}


.nav .nli h3 {
    height: 68px;
    position: relative;
}

.nav .nli h3 a {
    display: inline-block;
    font-size: 20px;
    text-align: center;
    position: relative;
    font-weight: bold;
}

.nav .sub {
    display: none;
    width: 150px;
    top: 85%;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    background: #fff;
    background: linear-gradient(0deg, #FFF6EE 0%, #EBF5FF 100%);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border-top: 3px solid #EE9640;
    box-sizing: border-box;
    padding: 10px;
}



.nav .sub li {
    line-height: 25px;
    padding: 5px 0;
    text-align: center;
    color: #fff;
    zoom: 1;
    float: left;
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.34);
}

.nav .sub li:last-of-type {
    border: none;
}

.nav .sub a {
    display: block;
    color: #2E2E2E;
    font-size: 18px;
}

.nav .sub a:hover {
    color: #00388C;
    font-weight: bold;
}

.nav .on h3 a,
.nav .nli:hover h3 a {
    font-weight: bold;
    /* color: #00388C; */
}

.nav .nli.on,
.nav .nli:hover {
    position: relative;
}

.nav .sub li .three-nav {
    position: absolute;
    left: 100%;
    display: none;
    top: 0;
    width: 200%;
    background: rgba(0, 0, 0, .7);
}

.nav .sub li .three-nav a {
    color: #fff;
}

.nav .sub li:hover .three-nav {
    display: block;
}

.nav .nli:hover .sub {
    display: block;
}




.banlist {
    width: 100%;
    position: relative;
    padding-top: 40px;
}

.banlist .swiper-slide img {
    width: 100%;
}

.banlist-btn {
    width: 100%;
    position: absolute;
    bottom: 35px;
    z-index: 99;
    justify-content: center;
    align-items: center;
}

.banlist .swiper-pagination1 {
    display: flex;
    align-items: center;
    margin: 0 30px;
}

.banlist .swiper-pagination-bullet {
    width: auto;
    height: auto;
    border-radius: unset;
    background: none;
    margin: 0 13px;
    font-size: 24px;
    color: rgba(255, 255, 255, 0.6);
    opacity: 1;
}

.banlist .swiper-pagination-bullet-active {
    opacity: 1;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
}

.banlist-btn {
    width: 100%;
    display: flex;
}

.banlist .swiper-prev,
.banlist .swiper-next {
    cursor: pointer;
}

.ban-dete {
    width: 100%;
    height: 315px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    color: #fff;
    box-sizing: border-box;
    padding: 50px 0;
}

.ban-dete .container {
    height: 100%;
    display: flex;
    align-items: center;
}

.ban-dete::before {
    content: '';
    width: 36%;
    height: 100%;
    display: inline-block;
    background: url(../img/djsDeteBg.png) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

.djsDete {
    width: 375px;
    position: relative;
    z-index: 9;
}

.dete-ico1 {
    width: 32px;
    height: 56px;
    display: inline-block;
    background: url(../img/dete-ico1.png) center no-repeat;
    background-size: cover;
    position: absolute;
    left: -20px;
    top: -12px;
}

.dete-ico2 {
    width: 32px;
    height: 56px;
    display: inline-block;
    background: url(../img/dete-ico2.png) center no-repeat;
    background-size: cover;
    position: absolute;
    right: -20px;
    bottom: -15px;
}

.djsDete .dd {
    display: flex;
    align-items: flex-end;
    margin: 20px 0 10px 0;
}

.djsDete .dd .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 8px;
}

.djsDete .dd .box p {
    text-align: center;
    font-size: 16px;
    margin-top: 6px;
}

.djsDete .dd .box .ico {
    width: 39px;
    height: 30px;
    border-radius: 2.18px;
    background: #00388C;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
}

.djsDete .dd .box1 .ico {
    width: auto;
    height: 59px;
    border-radius: 4.32px;
    background: #00388C;
    font-size: 50px;
    font-weight: bold;
    padding: 0 10px;
}

.djsDete .p {
    font-size: 20px;
}

.djsDete .p span {
    font-size: 40px;
    font-weight: bold;
    margin: 0 5px;
}

.djsDete .dete {
    font-size: 20px;
    text-align: right;
}








.content1 {
    width: 100%;
    background: url(../img/content1Bg.jpg) center no-repeat;
    background-size: cover;
    padding-bottom: 80px;
    overflow: hidden;
}

.column {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 0 45px 0;
    position: relative;
    z-index: 88;
}

.column .title {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    position: relative;
}

.column2 .title {
    color: #fff;
}

.column .title::before {
    content: '';
    width: 120%;
    height: 2px;
    background: linear-gradient(270deg, rgba(27, 85, 185, 0) 0%, #003BDE 100%);
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -8px;
}

.column2 .title::before {
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}



.column .more img {
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.column .more:hover img {
    left: 10px;
}

.xqdt {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.xqdt::after {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    background: url(../img/newlist-before.png) left center no-repeat;
    background-size: cover;
    position: absolute;
    left: calc(50% + 43px);
    top: 0;
    z-index: 1;
}

.xqdtSlide {
    width: 50%;
    position: relative;
    box-sizing: border-box;
    padding-top: 40px;
}

.xqdtSlide::before {
    content: '';
    width: calc(100% - 55px);
    height: 100%;
    display: inline-block;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.xqdtSlide .swiper-slide {
    opacity: 0 !important;
}

.xqdtSlide .swiper-slide-active {
    opacity: 1 !important;
}

.xqdtSlide .swiper-slide .img {
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid rgba(216, 216, 216.5);
}

.xqdtSlide .swiper-slide .img img {
    width: 100%;
    /* height: 437px; */
    aspect-ratio: 16/9;
    object-fit: cover;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.xqdtSlide .swiper-slide .text {
    width: calc(100% - 55px);
    height: 145px;
    box-sizing: border-box;
    margin-left: 55px;
    padding-left: 40px;
    display: flex;
    align-items: center;
}

.xqdtSlide .swiper-slide .dete {
    margin-right: 15px;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.xqdtSlide .swiper-slide .dete::before {
    content: '';
    width: 0;
    height: 27px;
    display: inline-block;
    border-left: 0.5px solid #0868B9;
    position: absolute;
    right: 0;
    top: 20px;
}

.xqdtSlide .swiper-slide .d {
    color: #00388C;
    font-size: 30px;
    font-weight: bold;
}

.xqdtSlide .swiper-slide .y {
    color: #00388C;
}

.xqdtSlide .swiper-slide .tt {
    flex: 1;
}

.xqdtSlide .swiper-slide .title {
    color: #333;
    font-weight: bold;
    line-height: 25px;
    height: 25px;
}

.xqdtSlide .swiper-slide .desc {
    color: #999;
    line-height: 21px;
    height: 21px;
    margin-top: 5px;
}


.xqdtSlide .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.xqdtSlide .swiper-slide:hover .title {
    color: #00388C;
}


.xqdtSlide .swiper-pagination {
    width: 100%;
    position: absolute;
    bottom: 165px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xqdtSlide .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    display: block;
    background: #fff;
    opacity: .5;
    margin: 0 5px;
}

.xqdtSlide .swiper-pagination-bullet-active {
    opacity: 1;
}

.xqdtSlide .swiper-next,
.xqdtSlide .swiper-prev {
    width: 50px;
    height: 50px;
    background: rgba(64, 64, 64, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    left: 30px;
    top: 40%;
    z-index: 9;
    cursor: pointer;
}

.xqdtSlide .swiper-next {
    left: auto;
    right: 30px;
}

.xqdtSlide .swiper-next:hover,
.xqdtSlide .swiper-prev:hover {
    background: rgba(0, 56, 140, 0.84);
}

.xqdtlist {
    width: 50%;
    box-sizing: border-box;
    padding-left: 43px;
    position: relative;
    background: #fff;
    display: flex;
    align-items: center;
}

.xqdtlist ul {
    width: 100%;
    position: relative;
    z-index: 15;
}

.xqdtlist li {
    width: 100%;
    height: 104px;
    box-sizing: border-box;
    padding-left: 40px;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.xqdtlist li a {
    width: 100%;
    position: relative;
}

.xqdtlist li a::before {
    content: '';
    width: 100%;
    height: 0;
    border-bottom: 1px dashed #D8D8D8;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.xqdtlist li:last-of-type a::before {
    display: none;
}

.xqdtlist li .title {
    line-height: 25px;
    height: 25px;
    color: #fff;
    margin-bottom: 10px;
}

.xqdtlist li .dete {
    color: rgba(255, 255, 255, 0.6);
}

.xqdtlist li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.xqdtlist li .text {
    flex: 1;
}

.xqdtlist li .ico {
    width: 86px;
    height: 100%;
    background: rgba(105, 197, 255, 0.9098);
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xqdtlist li:hover {
    background: linear-gradient(270deg, rgba(13, 63, 178, 0) 0%, #003BDE 100%);
    left: -9px;
}

.xqdtlist li:hover .ico {
    opacity: 1;
}

.xqdtlist li.hover a::before,
.xqdtlist li:hover a::before {
    opacity: 0;
}

.content2 {
    width: 100%;
    /* height: 802px; */
    background: url(../img/content2Bg.jpg) center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding-bottom: 80px;
    overflow: hidden;
    position: relative;
}

.content2 .container {
    position: relative;
    z-index: 9;
}

.fzlc_xian {
    width: 100%;
    position: absolute;
    bottom: 80px;
    text-align: center;
}

.fzlc_xian img {
    width: 100%;
    /* max-width: 1920px; */
}

.fzlcSlide {
    width: 100%;
    margin-top: -21px;
    box-sizing: border-box;
    padding: 0 90px;
    position: relative;
}

.fzlcSlide .swiper-container {
    width: 100%;
    padding: 120px 0 95px 0;
    box-sizing: border-box;
    padding-right: 40px;
}

.fzlcSlide .swiper-slide {
    top: 0;
}

.fzlcSlide .slide2,
.fzlcSlide .slide5,
.fzlcSlide .slide8 {
    top: -73px;
}

.fzlcSlide .swiper-slide a {
    position: relative;
    z-index: 99;
}

.fzlcSlide .swiper-slide .img {
    position: relative;
    box-sizing: border-box;
    padding-top: 18px;
    padding-right: 22px;
}

.fzlcSlide .swiper-slide .img::after {
    content: '';
    width: 22px;
    height: 18px;
    display: inline-block;
    background: #00388C;
    position: absolute;
    right: 0;
    top: 0;
}

.fzlcSlide .swiper-slide .picImg {
    box-sizing: border-box;
    padding: 3px;
    background: #E49037;
}

.fzlcSlide .swiper-slide img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.fzlcSlide .swiper-slide .text {
    width: 100%;
    margin-top: 42px;
    box-sizing: border-box;
    padding-left: 40px;
    position: relative;
}

.fzlcSlide .swiper-slide .title {
    color: #3D3D3D;
    /* text-align: right; */
}

.fzlcSlide .swiper-slide .title span {
    font-family: YouSheBiaoTiHei;
    font-size: 30px;
    font-weight: bold;
    color: #00388C;
    margin-bottom: 10px;
}

.fzlcSlide .swiper-slide .desc {
    line-height: 25px;
    color: #3D3D3D;
    /* text-align: right; */
}

.fzlcSlide .swiper-slide .desc p {
    line-height: 30px;
    font-size: 16px;
}

.fzlcSlide .swiper-slide .img::before {
    content: '';
    width: 370px;
    display: inline-block;
    background: #00388C;
    position: absolute;
    bottom: -7px;
    right: 0;
    max-width: 80%;
}

.fzlcSlide .slide1 .img::before,
.fzlcSlide .slide4 .img::before,
.fzlcSlide .slide7 .img::before,
.fzlcSlide .slide10 .img::before,
.fzlcSlide .slide13 .img::before {
    height: 23px;
}

.fzlcSlide .slide2 .img::before,
.fzlcSlide .slide5 .img::before,
.fzlcSlide .slide8 .img::before,
.fzlcSlide .slide11 .img::before,
.fzlcSlide .slide14 .img::before {
    height: 103px;
    bottom: -14px;
}

.fzlcSlide .slide3 .img::before,
.fzlcSlide .slide6 .img::before,
.fzlcSlide .slide9 .img::before,
.fzlcSlide .slide12 .img::before,
.fzlcSlide .slide15 .img::before {
    height: 94px;
    bottom: -35px;
}

.fzlcSlide .swiper-slide::after {
    content: '';
    width: 217px;
    height: 217px;
    display: inline-block;
    background: url(../img/yuanhuan-ico.png) center no-repeat;
    background-size: cover;
    position: absolute;
    right: -36px;
    top: -44px;
    transition: all 0.5s ease-in-out;
}

.fzlcSlide .swiper-slide .text::before {
    content: '';
    width: 10px;
    height: 189px;
    display: inline-block;
    background: url(../img/slide-ico1.png) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 7px;
    top: 0;
}

.fzlcSlide .slide3 .text,
.fzlcSlide .slide6 .text,
.fzlcSlide .slide9 .text,
.fzlcSlide .slide12 .text,
.fzlcSlide .slide15 .text {
    margin-top: 68px;
}

.fzlcSlide .swiper-slide:hover::after {
    background: url(../img/yuanhuan-ico2.png) center no-repeat;
    background-size: cover;
}

.fzlcSlide .swiper-slide:hover .img::after {
    background: #FFD971;
}

.fzlcSlide .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.fzlcSlide .swiper-pagination1 {
    text-align: center;
    width: 100%;
    position: relative;
    top: 20px;
}

.fzlcSlide .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: #00388C;
    opacity: .6;
    margin: 0 6px;
}

.fzlcSlide .swiper-pagination-bullet-active {
    width: 43.3px;
    border-radius: 90px;
    opacity: 1;
}

.fzlcSlide .swiper-prev,
.fzlcSlide .swiper-next {
    width: 50px;
    height: 50px;
    background: #00388C;
    box-sizing: border-box;
    border-radius: 50%;
    top: 40%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    right: 0;
    cursor: pointer;
    z-index: 99;
}

.fzlcSlide .swiper-prev {
    right: auto;
    left: 0;
}




.content3 {
    width: 100%;
    background: url(../img/content3Bg.jpg) center no-repeat;
    background-size: 100% 100%;
    padding-bottom: 80px;
}

.xyxs-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.xyxs-list .box {
    /* min-width: 25%; */
    max-width: 40%;
    line-height: 25px;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.09);
    border-radius: 90px;
    margin: 25px;
    box-sizing: border-box;
    padding: 12px 18px 12px 30px;
    position: relative;
    cursor: pointer;
}

.xyxs-list .box p {
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.xyxs-list .box::before {
    content: '';
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #00388C;
    position: absolute;
    left: 18px;
    top: 22px;
    border-radius: 50%;
}

.xyxs-list .box:hover {
    background: #00388C;
    color: #fff;
}

.xyxs-list .box:hover::before {
    background: #fff;
}

.xyxsSlide {
    width: 100%;
    overflow: hidden;
}

.xyxsSlide .swiper-pagination1 {
    text-align: center;
    margin-top: 30px;
}

.xyxsSlide .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: #00388C;
    opacity: .6;
    margin: 0 6px;
}

.xyxsSlide .swiper-pagination-bullet-active {
    width: 43.3px;
    border-radius: 90px;
    opacity: 1;
}

.xyxs-list2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.xyxs-list2 .box {
    width: 100%;
    line-height: 25px;
    background: #fff;
    border-radius: 90px;
    margin: 10px 0;
    box-sizing: border-box;
    padding: 12px 18px 12px 30px;
    position: relative;
    cursor: pointer;
}

.xyxs-list2 .box::before {
    content: '';
    width: 5px;
    height: 5px;
    display: inline-block;
    background: #00388C;
    position: absolute;
    left: 18px;
    top: 22px;
    border-radius: 50%;
}

.xyxsSlide2 {
    display: none;
}

.xyxsSlide2 .swiper-pagination1 {
    text-align: center;
    margin-top: 15px;
}

.xyxsSlide2 .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: #00388C;
    opacity: .6;
    margin: 0 6px;
}

.xyxsSlide2 .swiper-pagination-bullet-active {
    width: 43.3px;
    border-radius: 90px;
    opacity: 1;
}

.content4 {
    width: 100%;
    background: #F7FEFF;
    padding-bottom: 80px;
}

.xxyjlist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xxyjlist .box {
    width: calc((100% - 200px) / 4);
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.xxyjlist .box:hover {
    top: -10px;
}

.xxyjlist .box .text {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    padding: 20px 20px 63px 80px;

}

.xxyjlist .box .text a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.xxyjlist .box .imbBg img {
    width: 100%;
}

.xxyjlist .box .name {
    position: absolute;
    top: 108px;
    right: 20px;
    transition: all 0.5s ease-in-out;
}

.xxyjlist .box:hover .name {
    top: 120px;
}

.xxyjlist .box .more {
    position: relative;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.xxyjlist .box:hover .more {
    top: -15px;
}

.content5 {
    width: 100%;
    /* height: 816px; */
    background: url(../img/content5Bg.jpg) center no-repeat;
    background-size: cover;
    padding-bottom: 80px;
}

.xyfcSlide {
    width: 100%;
    margin-top: -80px;
    position: relative;
}

.xyfcSlide .swiper-slide {
    width: 100%;
    opacity: 0 !important;
}

.xyfcSlide .swiper-slide-active {
    opacity: 1 !important;
}

.xyfclist {
    width: 100%;
    position: relative;
    padding: 80px 0;
}

.xyfclist .box {
    border-radius: 50%;
    position: absolute;
}

.xyfclist .box .title {
    width: 70% !important;
    border-radius: 90px;
    position: relative;
    z-index: 99;
    background: #00388C;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    margin-top: -32px;
    line-height: 25px;
    box-sizing: border-box;
    padding: 10px;
}

.xyfclist .box .title span {
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    height: auto;
}

.xyfclist .box8,
.xyfclist .box15,
.xyfclist .box1 {
    width: 17.85%;
    left: 0;
    top: 14.85%;
}

.xyfclist .box15 .title,
.xyfclist .box8 .title,
.xyfclist .box1 .title {
    width: 161px;

}

.xyfclist .box9,
.xyfclist .box16,
.xyfclist .box2 {
    width: 11%;
    top: 0;
    left: 22.85%;
}

.xyfclist .box9 .title,
.xyfclist .box16 .title,
.xyfclist .box2 .title {
    width: 118px;

}

.xyfclist .box10,
.xyfclist .box17,
.xyfclist .box3 {
    width: 17.35%;
    left: 24.14%;
    bottom: 0;
    z-index: 11;
}

.xyfclist .box17 .title,
.xyfclist .box10 .title,
.xyfclist .box3 .title {
    width: 161px;

}

.xyfclist .box11,
.xyfclist .box18,
.xyfclist .box4 {
    width: 38.64%;
    position: relative;
    box-sizing: border-box;
    padding: 28px;
    border: 0.5px solid #00388C;
    left: 50%;
    transform: translateX(-50%);
}

.xyfclist .box11 a,
.xyfclist .box18 a,
.xyfclist .box4 a {
    width: 100%;
    display: block;
    height: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
}

.xyfclist .box18 .title,
.xyfclist .box11 .title,
.xyfclist .box4 .title {
    /* width: 501px; */
    width: 100% !important;
    height: 92px;
    line-height: 30px;
    background: rgba(0, 56, 140, 0.8);
    position: absolute;
    bottom: 0;
    font-size: 20px;
    padding-bottom: 20px;
}

.xyfclist .box12,
.xyfclist .box19,
.xyfclist .box5 {
    width: 17.35%;
    top: 0;
    right: 11.5%;
}

.xyfclist .box19 .title,
.xyfclist .box12 .title,
.xyfclist .box5 .title {
    width: 161px;
}

.xyfclist .box13,
.xyfclist .box20,
.xyfclist .box6 {
    width: 9.85%;
    right: 0;
    top: 40%;
}

.xyfclist .box13 .title,
.xyfclist .box20 .title,
.xyfclist .box6 .title {
    width: 118px;
}

.xyfclist .box14,
.xyfclist .box21,
.xyfclist .box7 {
    width: 13.85%;
    bottom: 26px;
    right: 16.14%;
}

.xyfclist .box21 .title,
.xyfclist .box14 .title,
.xyfclist .box7 .title {
    width: 161px;
}

.xyfclist .box .img .pic {
    padding-top: 100%;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
    transition: transform 0.6s ease;
    /* 平滑过渡动画 */
    transform-style: preserve-3d;
}

.xyfclist .box:hover .img .pic {
    transform: rotateY(180deg);
    /* 鼠标悬停时沿Y轴旋转180度（左右翻转） */
}

.xyfcSlide .swiper-pagination {
    bottom: 0;
    width: 100%;
    text-align: center;
}

.xyfcSlide .swiper-pagination-bullet {
    background: rgba(0, 56, 140, 0.49);
    width: 10.53px;
    height: 11px;
    margin: 0 6px;
    opacity: 1;
}

.xyfcSlide .swiper-pagination-bullet-active {
    width: 43.3px;
    border-radius: 90px;
    background: #00388C;
}


/* 移动端校友风采 */

.xyfcSlide2 {
    width: 100%;
    position: relative;
    display: none;
}

.xyfcSlide2 .swiper-slide {
    position: relative;
}

.xyfcSlide2 .swiper-slide a {
    display: block;
    width: 100%;
}

.xyfcSlide2 .swiper-slide .title {
    width: 70% !important;
    border-radius: 10px;
    position: relative;
    z-index: 99;
    background: #00388C;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    line-height: 22px;
    margin-top: -20px;
    padding: 10px;
}

.xyfcSlide2 .swiper-slide .title span {
    font-size: 14px;
    line-height: 18px;
    height: 36px;
    display: inline-block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-top: 5px;
}

.xyfcSlide2 .swiper-slide .img .pic {
    padding-top: 100%;
    border-radius: 50%;
    background-position: center center;
    background-size: cover;
}

.xyfcSlide2 .swiper-pagination {
    bottom: 0;
    width: 100%;
    text-align: center;
    position: unset;
    margin-top: 20px;
}

.xyfcSlide2 .swiper-pagination-bullet {
    background: rgba(0, 56, 140, 0.49);
    width: 10.53px;
    height: 11px;
    margin: 0 6px;
    opacity: 1;
}

.xyfcSlide2 .swiper-pagination-bullet-active {
    width: 43.3px;
    border-radius: 90px;
    background: #00388C;
}

/* -- 校友捐赠 -- */

.content6 {
    width: 100%;
    padding-top: 130px;
    padding-bottom: 110px;
    background: url(../img/content6Bg.png) center top no-repeat;
    background-size: 100% auto;
    position: relative;
}

.xyjz {
    width: 100%;
    /* height: 305px; */
    border-radius: 40px 40px 0px 0px;
    background: url(../img/xyjzBg.jpg) center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    position: relative;
    padding: 40px;
}

.xyjz .column {
    padding-top: 0;
}

.xyjz .text {
    width: calc(100% - 630px);
    box-sizing: border-box;
    padding-right: 70px;
}

.xyjz .text .desc {
    line-height: 30px;
    text-align: justify;
    color: #fff;
    margin-bottom: 40px;
}

.xyjz .text .more {
    width: 139px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 5px;
    background: #fff;
}

.xyjz .text .more a {
    color: #00388C;
    font-size: 12px;
}

.xyjz .text .more:hover {
    background: #00388C;
}

.xyjz .text .more:hover a {
    color: #fff;
}

.xyjz .img {
    width: 45%;
    width: 630px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.xyjz .img img {
    width: 100%;
}

.ysxqlist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ysxqlist .left,
.ysxqlist .right {
    width: 34.5%;
}

.ysxqlist .center {
    width: calc(100% - 69% - 80px);
}

.ysxqlist .box {
    width: 100%;
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.ysxqlist .box .img img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.ysxqlist .box .title {
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 25px;
    height: 25px;
    z-index: 10;
}

.ysxqlist .box .text {
    width: 100%;
    height: 94px;
    background: linear-gradient(180deg, rgba(216, 216, 216, 0) 0%, rgba(0, 0, 0, 0.18) 21%, rgba(0, 0, 0, 0.81) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    padding: 0 10px 15px 10px;
    display: flex;
    align-items: flex-end;
}

.ysxqlist .box1 {
    margin-bottom: 25px;
}

.ysxqlist .box .col-name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 140px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: url(../img/col-name-bg.png) center no-repeat;
    z-index: 9;
}

.ysxqlist .right .box1::before {
    display: none;
}

.ysxqlist .center .box {
    height: 100%;
}

.ysxqlist .center .box .text {
    background: linear-gradient(180deg, rgba(0, 56, 140, 0) 0%, rgba(0, 56, 140, 0.9412) 100%);
}

.ysxqlist .center .box a,
.ysxqlist .center .box .img,
.ysxqlist .center .box img {
    height: 100%;
    display: block;
}

.ysxqlist .box:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.vr720-link {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ysxqlist .right .box1 canvas {
    width: 100%;
    height: 100% !important;
}

.vr720-link .title {
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 25px;
    height: 25px;
    margin-top: 5px;
}


.panorama-container {
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
    cursor: default;
    width: 100%;
    height: 100%;
    min-height: 270px;
    /* background: url(../assets/vr/banner.jpg) center center no-repeat; */
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    line-height: 1.4;
    contain: content;
    aspect-ratio: 16/9;
}

/* -------------- */

.wave {
    position: absolute;
    bottom: -2px;
    width: 100%;
    left: 0;
}

.wave img {
    width: 100%;
}

.banq {
    width: 100%;
    padding: 22px 0;
    background: linear-gradient(180deg, #145AC2 0%, #00388C 100%);
}

.banq p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 25px;
}

.banq p br {
    display: none;
}

.banq p a {
    color: #fff;
}

.foot {
    width: 100%;
    background: url(../img/footBg.jpg) center no-repeat;
    background-size: cover;
    padding: 20px 0 65px 0;
}

.foot .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.codes {
    display: flex;
}

.codes .code {
    margin-left: 5px;
}

.codes .code img {
    width: 95px;
    height: 95px;
}

.codes .code p {
    text-align: center;
    color: #fff;
    margin-top: 10px;
}

.contact p {
    color: #fff;
    font-size: 16px;
    margin: 40px 0;
}

.contact p img {
    height: 26px;
    margin-right: 10px;
}

.contact p:last-of-type img {
    height: 16px;
}

.messageBtn {
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 90px;
    background: linear-gradient(180deg, #0863B9 0%, rgba(8, 99, 185, 0) 100%);
    backdrop-filter: blur(30px);
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    right: 95px;
}

.messageBtn a {
    color: #fff;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.messageBtn img {
    margin-right: 7px;
}

.messageBtn:hover a {
    left: 10px;
}

.ftlogo img {
    max-height: 234px;
}

/* ------------------ */

.header_active {
    background: #fff;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%),
        0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
}

.header_active::before {
    display: none;
}

.header_active .nav a {
    color: #333;
}

.header_active h1 .img2 {
    display: block;
}

.header_active h1 .img1 {
    display: none;
}

.header_active .head {
    padding: 10px 2.15%;
    padding: 10px 82px;
}

.header_active .nav .on h3 a,
.header_active .nav .nli:hover h3 a {
    color: #00388C;
}

/* ----------------------------------- */

.nydt {
    width: 100%;
    position: relative;
}

.nydt .img img {
    width: 100%;
}

.crumbs {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

.nydt:before {
    content: '';
    width: 100%;
    height: 227px;
    opacity: 0.7;
    display: inline-block;
    background: url(../img/mark2.png) center bottom no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: 100% 100%;
}

.crumbs {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.crumbs .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.crumbs .name {
    background: rgba(0, 56, 140, 0.87);
    width: 250px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}

.crumbs .list {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 16px;
}

.crumbs .list a {
    color: #fff;
}

.crumbs .list span {
    margin: 0 3px;
}

.crumbs .list span:last-of-type {
    display: none;
}

.subNav {
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.09);
}

.subNav ul {
    height: 55px;
    display: flex;
    align-items: center;
}

.subNav ul li {
    margin-right: 30px;
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0 20px;
}

.subNav ul li a {
    font-size: 16px;
    color: #0E0E0E;
}

.subNav ul li.on,
.subNav ul li:hover {
    background: #E2EDFF;
}

.subNav ul li.on a,
.subNav ul li:hover a {
    font-weight: bold;
    color: #00388C;
}

.nmain {
    width: 100%;
    position: relative;
    padding: 40px 0 120px 0;
}

.ncontent {
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.12);
    box-sizing: border-box;
    padding: 40px;
}

.textlist ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.textlist ul li {
    width: calc((100% - 42px) / 2);
    margin-bottom: 35px;
    border-radius: 8px;
    background: #fff;
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 20px;
    background: url(../img/textlist-li-bg.png) center no-repeat;
    background-size: 100% 100%;
}

.textlist ul li a {
    width: 100%;
    height: 175px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    /* border: 1px solid rgba(167, 167, 167, .3); */
    box-sizing: border-box;
    padding: 0 35px;
}

.textlist li .dete {
    font-family: 快看世界体;
    margin-right: 20px;
    padding-right: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #A7A7A7;
}

.textlist ul li .d {
    font-size: 30px;
    font-style: italic;
    font-weight: bold;
}

.textlist ul li .y {
    font-size: 16px;
    font-style: italic;
}

.textlist li .text {
    flex: 1;
}

.textlist ul li .title {
    color: #3D3D3D;
    line-height: 25px;
    height: 25px;
}

.textlist ul li .desc {
    color: #999;
    line-height: 25px;
    height: 50px;
    margin-top: 10px;
}

.textlist ul li:hover {
    background: url(../img/textlist-li-bg2.png) center no-repeat;
    background-size: 100% 100%;
}

.textlist ul li:hover .dete {
    color: #00388C;
}

.textlist ul li:hover .title {
    color: #00388C;
    font-weight: bold;
}


.textlist ul li:hover .desc {
    color: #666;
}

.detail {
    padding: 60px;
}

.detail .titler {
    width: 100%;
    background: #EDF5FF;
    box-sizing: border-box;
    border-left: 3px solid #00388C;
    box-sizing: border-box;
    padding: 40px;
    position: relative;
    z-index: 99;
}

.titler .title {
    font-size: 30px;
    font-weight: bold;
    color: #292929;
    line-height: 45px;
    margin-bottom: 30px;
}

.titler .timer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.titler .timer .left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 16px;
    color: #9E9E9E;
}

.titler .timer .left>div {
    margin-right: 25px;
}

.fenxiang {
    display: flex;
    align-items: center;
    color: #9C9C9C;
}

/* 
.share {
    zoom: 1;
}

.share:after {
    content: "";
    display: block;
    clear: both;
}

.share a {
    float: left;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-left: 13px;
    cursor: pointer;
    display: block;
}

.share a i {
    display: block;
    width: 26px;
    height: 26px;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    transition: .4s all;
}

.share a:hover i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.share #share-icon {
    width: 26px;
    height: 26px;
    float: left;
    display: none;
}

.share #share-icon img {
    width: 100%;
    height: 100%;
}

.share .share-qqzone {
    background: none
}

.share .share-qqzone i {
    background: url("../img/shareqqzone.png") center center no-repeat;
    background-size: 80%;
}

.share .share-qqzone:hover {
    background-color: none;
}

.share .share-wechat {
    position: relative;
    background-color: none;
}

.share .share-wechat i {
    background: url("../img/sharewechat.png") center center no-repeat;
    background-size: 80%;
}

.share .share-wechat:hover {
    background-color: none;
}

.share .share-weibo {
    background: none;
}

.share .share-weibo i {
    background: url("../img/shareweibo.png") center center no-repeat;
    background-size: 80%;
}

.share .share-weibo:hover {
    background-color: none;
}

.share .bg-code {
    left: -36px;
    z-index: 10;
}

.share .qrcode {
    position: absolute;
    top: 36px;
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    display: none;
    width: 100px;
    left: -130%;
    z-index: 11;
    text-align: center;
}

.share .close-btn {
    position: absolute;
    background: #fff;
    color: #000;
    font-size: 12px;
    z-index: 12;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    right: -39px;
    top: 50px;
    display: none;
    cursor: pointer;
}

.detail-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    box-sizing: border-box;
    padding-top: 56px;
} */


.content {
    flex: 1;
    box-sizing: border-box;
    padding-right: 85px;
}

.content .dtl p,
.content .dtl p span {
    font-size: 18px;
    line-height: 40px;
    text-align: justify;
    color: #323232;
}

.content .dtl p img,
.content .dtl p video {
    max-width: 100%;
}

.detail-page .box {
    width: 100%;
    height: 80px;
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 0 25px;
    margin-top: 34px;
    display: flex;
    align-items: center;
}

.detail-page .box a {
    width: 100%;
    line-height: 26px;
    height: 26px;
    color: #9E9E9E;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.detail-page .box:hover a {
    color: #00388C;
}

.tjxw_box {
    width: 31%;
    background: #fff;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 30px;
    position: sticky;
    top: 200px;
}

.tjxw_box .name {
    width: 100%;
    font-size: 24px;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
    line-height: 58px;
    height: 58px;
    text-align: center;
    background: #00388C;
}

.tjxw_box .name::before {
    content: '';
    width: 45px;
    height: 100%;
    background: #00388C;
    display: inline-block;
    position: absolute;
    left: -45px;
    top: 0;
}

.tjxw_box .name::after {
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(../img/sjx-ico.png) center no-repeat;
    background-size: cover;
    position: absolute;
    left: -45px;
    bottom: -14px;
}


.tjxw_box ul {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
}

.tjxw_box ul::before {
    width: 0;
    height: 95%;
    content: '';
    display: inline-block;
    border-left: 1px solid #EBEBEB;
    position: absolute;
    left: 0;
    top: 15px;
}

.tjxw_box li {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #EBEBEB;
    position: relative;
}

.tjxw_box li::before {
    content: '';
    width: 3px;
    height: 3px;
    background: #fff;
    border: 2px solid #00388C;
    border-radius: 50%;
    position: absolute;
    left: -23px;
    top: 27px;
    opacity: 0;
}

.tjxw_box li:last-of-type {
    border: none;
}

.tjxw_box li .title {
    color: #0B0B0B;
    line-height: 28px;
    height: 28px;
    text-align: justify;
}


.tjxw_box li:hover .title {
    color: #00388C;
    font-weight: bold;
}

.tjxw_box li:hover::before {
    opacity: 1;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #00388C !important;
    background-color: #00388C !important;
}

.piclist li {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 0;
    position: relative;
}

.piclist li::before {
    content: '';
    width: calc(100% - 20px);
    height: 100%;
    display: inline-block;
    background: #F6F6F6;
    position: absolute;
    right: 0;
    top: 0;
}

.piclist li a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 9;
}

.piclist_fzlc li a {
    align-items: center;
}

.piclist li .img {
    width: 25%;
    box-shadow: -0.0625rem 0 0.625rem 0 rgb(0 0 0 / 7%), 0.3125rem 1.25rem 2.5rem 0 rgb(0 0 0 / 4%);
}

.piclist li .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.piclist li .text {
    flex: 1;
    box-sizing: border-box;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.piclist li .title {
    line-height: 30px;
    height: 30px;
    color: #333;
}

.piclist li .title span {
    font-size: 30px;
    font-weight: bold;
    color: #00388C;
    font-family: YouSheBiaoTiHei;
}

.piclist li .desc {
    color: #999;
    line-height: 28px;
    height: 56px;
    margin: 20px 0 50px 0;
}


.piclist_fzlc li .desc {
    height: auto;
    line-height: 35px;
    font-size: 16px;
}

.piclist li .dete {
    color: #00388C;
}

.piclist li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.piclist li:hover::before {
    background: rgba(0, 56, 140, 0.1);
}

.piclist li:hover .title {
    font-weight: bold;
    color: #00388C;
}

.piclist li:hover .desc {
    color: #666;
}

.picture ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.picture ul li {
    box-sizing: border-box;
    padding: 0 20px;
    margin-bottom: 40px;
    width: calc((100% - 81px) / 3);
    position: relative;
    margin-right: 40px;
}

.picture ul li:nth-of-type(3n) {
    margin-right: 0;
}

.picture ul li::before {
    content: '';
    width: 100%;
    height: 121px;
    display: inline-block;
    background: #F6F6F6;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}

.picture ul li a {
    position: relative;
    z-index: 9;
}

.picture ul li .img {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.picture ul li .img img {
    width: 100%;
    aspect-ratio: 16/9;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.picture ul li .title {
    color: #3D3D3D;
    text-align: center;
    line-height: 60px;
    height: 60px;
}

.picture ul li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.picture ul li:hover::before {
    background: rgba(0, 56, 140, 0.1);
}

.picture ul li:hover .title {
    font-weight: bold;
    color: #00388C;
}

.picture ul li .videoIco {
    width: 55px;
    height: 55px;
    background: url(../img/videoIco.svg) center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    display: inline-block;
}

.mainup1 {
    width: 100%;
    background: url(../img/mainup1Bg.png) center top no-repeat;
    background-size: 100% auto;
}

.xqzbBox {
    width: 100%;
    border-radius: 25px;
    background: #FFFFFF;
    box-shadow: 0px 0px 60px 0px rgba(121, 121, 121, 0.3);
    box-sizing: border-box;
    padding: 20px;
}

.xqzbBox video {
    border-radius: 25px;
    overflow: hidden;
}

.xqzbBox .img img {
    width: 100%;
    border-radius: 20px;
}

.xyly {
    width: 100%;
    background: url(../img/xylyBg.jpg) center top no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 52px 73px;
    margin-top: 80px;
}

.xyly .name {
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.xyly .name a {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}

.xyly .name img {
    margin-right: 17px;
}

.xyly .more {
    width: 186px;
    height: 54px;
    border-radius: 900px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    right: 0;
    transition: all 0.5s ease-in-out;
}

.xyly .more a {
    font-size: 20px;
    color: #00388C;
}

.xyly:hover .name {
    left: 15px;
    transition: all 0.5s ease-in-out;
}

.xyly:hover .more {
    right: 15px;
    transition: all 0.5s ease-in-out;
}

.mainup2 {
    width: 100%;
    background: url(../img/mainup2Bg.png) center top no-repeat;
    background-size: 100% auto;
}

.hdsplist ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.hdsplist li {
    width: calc((100% - 111px) / 3);
    margin-right: 55px;
    margin-bottom: 55px;
    position: relative;
}

.hdsplist li.li2,
.hdsplist li.li5 {
    top: 50px;
}

.hdsplist li:nth-of-type(3n) {
    margin-right: 0;
}

.hdsplist li .img {
    width: 100%;
    box-sizing: border-box;
    padding: 22px 22px 0 22px;
    position: relative;
}

.hdsplist li .img::before {
    content: '';
    width: 100%;
    height: calc(100% - 22px);
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #9FC5FF;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.hdsplist li:hover .img::before {
    border: 1px solid #00388C;
}

.hdsplist li .picImg {
    position: relative;
    z-index: 9;
}

.hdsplist li .img img {
    width: 100%;
    aspect-ratio: 16/9;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.hdsplist li .title {
    color: #333;
    line-height: 28px;
    height: 28px;
    margin-top: 45px;
    text-align: center;
}

.hdsplist li .dete {
    width: 161px;
    height: 42px;
    background: rgba(38, 38, 38, 0.55);
    backdrop-filter: blur(10px);
    color: #fff;
    position: absolute;
    right: 53px;
    bottom: -21px;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hdsplist li .dete img {
    width: 15px;
    height: 15px;
    display: block;
    margin-right: 10px;
}

.hdsplist li .videoIco {
    width: 55px;
    height: 55px;
    background: url(../img/videoIco.svg) center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    display: inline-block;
}

.hdsplist li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.hdsplist li:hover .title {
    color: #00388C;
    font-weight: bold;
}

.hdsplist li:hover .dete {
    background: rgba(0, 56, 140, 0.55);
    backdrop-filter: blur(10px);
}

/* 校友风采 */

.sysxSlide {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 0 90px;
    margin-bottom: 60px;
}

.sysxSlide .swiper-slide {
    width: 47.3%;
    flex-direction: column;
}

.sysxSlide .swiper-slide .img {
    width: 100%;
    overflow: hidden;
}

.sysxSlide .swiper-slide .img img {
    width: 100%;
    /* height: 443px; */
    aspect-ratio: 16/9;
    /* border-radius: 10px; */
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.sysxSlide .swiper-slide-active:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}


.sysxSlide .swiper-slide .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 72px;
    line-height: 72px;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    padding: 15px;
    opacity: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 100%);
    display: flex;
    align-items: flex-end;
}

.sysxSlide .swiper-slide .title a {
    color: #fff;
    width: 100%;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.sysxSlide .swiper-slide-active .title {
    opacity: 1;
}

.sysxSlide .swiper-prev,
.sysxSlide .swiper-next {
    width: 50px;
    height: 50px;
    background: rgba(64, 64, 64, 0.6);
    box-sizing: border-box;
    border-radius: 50%;
    top: 40%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    right: 0;
    cursor: pointer;
    z-index: 99;
}

.sysxSlide .swiper-prev {
    right: auto;
    left: 0;
}

.sysxSlide .swiper-prev:hover,
.sysxSlide .swiper-next:hover {
    background: #00388C;
}

.sysxSlide .swiper-pagination1 {
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.sysxSlide .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    opacity: 1;
    margin: 0 9px;
    background: rgba(0, 56, 140, 0.42);
}

.sysxSlide .swiper-pagination-bullet-active {
    background: #00388C;
}

.picture_xy ul {
    display: flex;
    flex-wrap: wrap;
}

.picture_xy li {
    width: calc((100% - 121px) / 5);
    margin-right: 30px;
    margin-bottom: 30px;
    box-sizing: border-box;
    position: relative;
    padding: 20px;
    background: #F6F6F6;
}

.picture_xy li:nth-of-type(5n) {
    margin-right: 0;
}

.picture_xy li .img {
    width: 100%;
}

.picture_xy li .img img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.picture_xy li .text {
    width: 100%;
    box-sizing: border-box;
    padding-top: 15px;
}

.picture_xy li .title {
    color: #00388C;
    margin-bottom: 5px;
    text-align: center;
    font-weight: bold;
}

.picture_xy li .desc {
    line-height: 23px;
    color: #666;
    font-size: 15px;
    text-align: center;
}

.qjmyBox canvas {
    border-radius: 10px;
}

.picture_xy li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

/* --------------------------------------------- */

#videoAlert {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

#videoAlert .cont {
    position: relative;
    height: 100%;
}

#videoAlert .video_box {
    position: absolute;
    margin-top: 10%;
    width: 70%;
    height: 60%;
    margin-left: 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
}

#videoAlert .video_box video {
    width: 85%;
    height: 100%;
    margin: 0 auto;
}

#videoAlert .video_box .close img {
    width: 30px;
    position: absolute;
    top: 0;
    right: 10%;
    max-height: initial;
}

#videoAlert .video_box .close {
    margin-bottom: 65px;
    height: 30px;
    position: relative;
    z-index: 10000;
    cursor: pointer;
}