.mbheader {
    width: 100%;
    display: none;
    height: 60px;
    background: #00509F;
    z-index: 1000;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.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;
}

.mbheader .header-con .logo a {
    width: 100%;
    display: inline-block;
}

.mbheader .header-con .logo img {
    /* width: 100%; */
    /* max-height: 45px; */
    height: 45px;
}

.sp_header {
    height: 50px;
    background: #fff;
    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: #fff;
    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: 9999;
    background: #eee;
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
    font-size: 14px;
    line-height: 40px;
    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: 14px
}

.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;
}

.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: #00509F
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}


.pb_sys_style1 .p_no_d {
    border: 1px solid #00509F !important;
    background-color: #00509F !important;
}

/* 手机端结束 */
.top {
    display: flex;
    justify-content: space-between;
}

.top .topLink {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top>div {
    font-size: 14px;
    color: #FFFFFF;
}

.top .right {
    display: flex;
}

.top .right .topLink span {
    color: #FFFFFF;
    font-size: 16px;
    margin: 0 20px;
}

.top .right .topLink a {
    color: #FFFFFF;
    font-size: 14px;
}

.top .right .daohang {
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.top .right .daohang span {
    color: #FFFFFF;
}

.daohang .img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #FFFFFF;
    position: relative;
    margin-right: 10px;
}

.daohang img {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.zqdhBtn {
    width: 100%;
    text-align: center;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: center;
}

.zqdhBtn .btn {
    background: #1D4387;
    color: #fff;
    line-height: 25px;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 5px;
}

.zqdh_list {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    display: none;
}

.zqdh_list .item {
    margin-top: 10px;
}

.zqdh_list .name {
    color: #1D4387;
    font-size: 17px;
    font-weight: bold;
}

.zqdh_list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zqdh_list ul li {
    width: 50%;
    margin: 0;
}

/* .top .search {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-left: 20px;
}

.top .search img {
    width: 100%;
} */
.search {
    width: 180px;
    height: 25px;
    width: 35px;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
    transition: all 0.5s ease-in-out;
    margin-left: 10px;
}

.search img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* .search:hover {
    width: 180px;
    height: 25px;
    width: 25px;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
    transition: all 0.5s ease-in-out;
    margin-left: 10px;
} */

.search .search-in {
    width: 180px;
    height: 25px;
    border: none;
    outline: unset;
    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;
}

.search .search-in::placeholder {
    text-indent: 30px;
}

.search .search-in::-webkit-input-placeholder {
    text-indent: 30px;
}

.search .search-in::-moz-placeholder {
    text-indent: 30px;
}

.search .search-in:-ms-input-placeholder {
    text-indent: 30px;
}

.search .search-btn {
    width: 36px;
    height: 25px;
    background: url(../img/search.png) center center no-repeat;
    border: none;
    outline: unset;
    position: absolute;
    right: -2px;
    top: 0;
    z-index: 99;
    border-radius: 15px;
}


.search.on {
    width: 180px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    /* Chrome/Safari */
    -moz-transition: all 0.5s ease-in-out;
    /* Firefox */
}

.top {
    background: #1D4387;
    padding: 10px 0;
}

.top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header {
    transition: all 0.5s ease-in-out;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.header_active {
    top: -45px;
    transition: all 0.5s ease-in-out;
}

.header_active .head {
    background: #FFFFFF;
}

header .zhezhao {
    width: 100%;
    height: 350px;
    position: absolute;
    left: 0;
    top: 45px;
    z-index: 99;
}

.header_active .zhezhao {
    display: none;
}

.zhezhao img {
    width: 100%;
    height: 100%;
    z-index: 9;
}

.header_active .head .navgation ul li a {
    color: #333;
}

.head .h1 {
    position: relative;
}

header .head .h1 a .logo_blue {
    display: none;
}

.head .h1 a .logo_white {
    display: block;
}

.head .h1 a .logo_blue {
    display: none;
}

.head .h1 a {
    display: inline-block;
}

.h1-link {
    width: 62%;
    position: absolute;
    left: 0;
    height: 100%;
}

.header_active .head .h1 a .logo_white {
    display: none;
}

.header_active .head .h1 a .logo_blue {
    display: block;
}

.head {
    width: 100%;
    z-index: 999;
    position: fixed;
}

.head .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navgation ul {
    height: 100%;
    height: 45px;
    display: flex;
    align-items: center;
}

.navgation ul .nli {
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
}

.navgation ul .nli.li6 {
    width: 74px;
    flex: auto;
}

.navgation ul .nli::before {
    content: '';
    width: 50%;
    height: 0;
    border-bottom: 2px solid #fff;
    border-radius: 3px;
    display: inline-block;
    position: absolute;
    left: 25%;
    bottom: -5px;
    opacity: 0;
}

.navgation ul .nli.on::before,
.navgation ul .nli:hover:before {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.navgation ul li h3 a {
    color: #FFFFFF;
    font-size: 18px;
}

.navgation ul li.on h3 a,
.navgation ul li:hover h3 a {
    font-weight: bold;
}

.navgation ul .sub {
    position: absolute;
    width: 120%;
    height: auto;
    left: -10%;
    background: #fff;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    z-index: 999;
    border-top: 3px solid #0B4A93;
    padding: 10px 0;
}

.navgation ul li:hover .sub {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}

.navgation ul .sub li {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    position: relative;
}

.navgation ul .sub li:last-of-type {
    border: none;
}

.navgation ul .sub li a {
    color: #2E2E2E;
    font-size: 18px;
}

.navgation ul .sub li:hover a {
    color: #8C0000;
}

.navgation ul .sub2 {
    width: 130%;
    position: absolute;
    left: 100%;
    top: 40%;
    flex-direction: column;
    background: #fff;
    z-index: 99;
    height: auto;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    display: none !important;
}

.navgation ul .sub li:hover .sub2 {
    display: flex !important;
}

.navgation ul .sub2 li {
    height: 35px;
    line-height: 35px;
}

.navgation ul .sub2 li a {
    color: #404040;
    font-weight: normal;
    font-size: 16px;
}

.navgation ul .sub li:hover .sub2 li a {
    color: #404040;
    font-weight: normal;
}

.navgation ul .sub li .sub2 li:hover a {
    color: #005492;
}


.banlist {
    width: 100%;
    position: relative;
    z-index: 1;
}

.banlist .swiper-slide a,
.banlist .swiper-slide img {
    width: 100%;
}

.banlist .swiper-pagination {
    width: 100%;
    text-align: center;
    bottom: 40px;
    z-index: 99;
}

.banlist .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #fff;
    opacity: 1;
}

.banlist .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    background: #1D4387;
    border: 1px solid #fff;
}

.banlist .swiper-prev img,
.banlist .swiper-next img {
    width: 50%;
    opacity: 0.7;
}

.banlist .swiper-prev,
.banlist .swiper-next {
    width: 60px;
    height: 60px;
    /* border-radius: 50%; */
    /* background: rgba(0, 0, 0, 0.4); */
    position: absolute;
    left: 40px;
    z-index: 99;
    top: calc((100% - 60px) / 2);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banlist .swiper-next {
    left: auto;
    right: 40px;
}

.banlist .swiper-prev:hover {
    background: url(../img/banlist-left-arrow.png) no-repeat center;
    background-size: 50% 100%;
}

.banlist .swiper-next:hover {
    background: url(../img/banlist-right-arrow.png) no-repeat center;
    background-size: 50% 100%;
}

.banlist .swiper-prev:hover img,
.banlist .swiper-next:hover img {
    display: none;
}

/* 学院动态 */
.xydt {
    background: url(../img/xydt-bg.png);
    background-size: cover;
    padding-bottom: 60px;
    overflow: hidden;
}

.xydt .content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.xydt .left {
    width: 777px;
}

.xydtlist {
    width: 100%;
    height: 100%;
    position: relative;
}

.xydtlist .swiper-slide .img {
    overflow: hidden;
}

.xydtlist .swiper-slide img {
    width: 100%;
    height: 530px;
    transition: transform 0.5s ease-in-out;
}

.xydtlist .swiper-slide:hover img {
    transform: scale(1.1);
}

.xydtlist .swiper-slide a {
    width: 100%;
    height: 100%;
}


.xydtlist .swiper-container {
    position: relative;
}

.xydtlist .swiper-wrapper {
    left: 0
}

.xydtlist .swiper-slide {
    width: 100% !important;
}

.xydtlist .text {
    width: 100%;
    /* position: absolute;
    bottom: 0px; */
    /* left: 100%; */
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #1D4387;
    padding: 3px 30px 10px 30px;
    box-sizing: border-box;
    height: 52px;
}

.xydtlist .text .time {
    width: 65px;
    height: 100px;
    text-align: center;
    padding-left: 25px;
}

.xydtlist .time .day {
    font-size: 30px;
    font-weight: bold;
    line-height: 47.6px;
    color: #FFFFFF;
}

.xydtlist .time .year {
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
}

.xydtlist .text .drivder {
    width: 30px;
    height: 0;
    transform: rotate(90deg);
    border-top: 1px solid #FFFFFF;
}

.xydtlist .text .info .title {
    font-size: 14px;
    font-weight: bold;
    line-height: 35px;
    color: #FFFFFF;
    box-sizing: border-box;
}

.xydtlist .swiper-pagination2 {
    white-space: nowrap;

}

.xydtlist .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: rgba(255, 255, 255, 0.4);
    box-sizing: border-box;
    border: 1px solid #fff;
    opacity: 1;
}

.xydtlist .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    background: #FFFFFF;
}

.xydtlist .swiper-slide-active {
    width: 100%;
}

.xydtlist .swiper-prev,
.xydtlist .swiper-next {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 40px;
    z-index: 99;
    top: calc((100% - 60px) / 2);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.xydtlist .swiper-next {
    left: auto;
    right: 40px;
}

.xydtlist .swiper-prev:hover,
.xydtlist .swiper-next:hover {
    background: rgba(20, 50, 112, 0.7);
}

.xydt .right {
    width: calc(100% - 777px - 30px);
}

.xydt .right .zuixin {
    margin-bottom: 30px;
    height: 136px;
}

.xydt .right .zuixin a {
    display: flex;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    padding: 25px 25px 0 25px;
    position: relative;
}

.xydt .zuixin:hover .text .title {
    color: #1D4387;
    font-weight: bold;
}

.xydt .right .zuixin .zx {
    position: absolute;
    left: 0;
    top: 0;
}

.xydt .right .zuixin .zx .title {
    position: absolute;
    left: 5px;
    top: 0;
    font-size: 12px;
    line-height: 34px;
    color: #FFFFFF;
}

.xydt .right .time {
    width: 100px;
    height: 100px;
    color: #1D4387;
    padding-top: 15px;
    margin-right: 20px;
}

.xydt .right .time .day {
    font-size: 34px;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
}

.xydt .right .text {
    flex: 1;
}

.xydt .right .time .year {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin-top: 15px;
}

.xydt .right .title {
    font-size: 18px;
    height: 21px;
    color: #3D3D3D;
}

.xydt .right .disc {
    font-size: 14px;
    line-height: 30px;
    height: 60px;
    color: #999999;
    margin-top: 10px;
}

.xydt .right .content ul {
    width: 100%;

}

.xydt .right .content ul li {
    width: 100%;
    padding-left: 15px;
    position: relative;
    height: 30px;
    margin-bottom: 45px;
    box-sizing: border-box;
}

.xydt .right .content ul li:last-of-type {
    margin: 0;
}

.xydt .right .content ul li:hover .title {
    font-size: 16px;
    font-weight: bold;
    color: #1D4387;
}

.xydt .right .content ul li a::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #DBDBDB;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.xydt .right .content ul li:hover a::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #1D4387;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.xydt .right .content ul li a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.xydt .right .content ul li a .title {
    font-size: 16px;
    height: 19px;
    color: #3D3D3D;
    flex: 1;
}

.xydt .right .content .timer {
    width: 105px;
    text-align: center;
    font-size: 14px;
    padding: 5px 0;
    color: rgba(153, 153, 153, 0.8);
    white-space: nowrap;
    display: flex;
    justify-content: center;
}

.xydt .right .content ul li:hover .timer {
    border-radius: 40px;
    background: #1D4387;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
    font-size: 14px;
    font-weight: 350;
    line-height: 22.4px;
    color: #FFFFFF;
}

.xydt .content .right .content {
    margin-top: 20px;
}


/* 学院动态结束 */

.theme {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 3px solid rgba(8, 72, 185, 0.1);
    position: relative;
    margin: 0 0 30px 0;
    padding-bottom: 5px;
    padding-top: 35px;
}

.theme .title {
    flex: 1;
}

.theme .title a {
    font-size: 30px;
    line-height: 42px;
    color: #3D3D3D;
}

.theme .more {
    width: 140px;
    display: flex;
    justify-content: flex-end;
}

.theme .more a {
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
}

.theme .more img {
    width: 50%;
    transition: transform .5s ease-in-out;
}

.theme .more:hover img {
    transform: scale(1.1);
}

.theme .drivder {
    width: 121px;
    height: 3px;
    background: #1D4387;
    position: absolute;
    left: 0;
    bottom: -3px;
}

.xyly {
    background: url(../img/xyly-bg.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

/* 教育教学 */
.jyjx {
    width: 100%;
    background: url(../img/jyjx-bg.png) no-repeat;
    background-size: cover;
    overflow: hidden;
}

.jyjxlist .swiper-container {
    position: relative;
}

.yqsblist {
    box-sizing: border-box;
    padding: 0 6.5%;
}

.jyjxlist .swiper-slide a {
    width: 100%;
}

.jyjxlist .swiper-slide .img img {
    width: 100%;
}

.jyjxlist .swiper-slide:hover .img img {
    transition: transform 0.5s ease-in-out;
}

.jyjxlist .swiper-slide:hover .img img {
    transform: scale(1.1);
}

.jyjxlist .swiper-container .swiper-pagination3 {
    position: absolute;
    right: 0;
    bottom: 13px;
    z-index: 99;
    text-align: right;
    padding: 0 15px 0 0;
    box-sizing: border-box;
}

.jyjxlist .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #69FFFFFF;
}

.jyjxlist .swiper-pagination-bullet-active {
    background: #FFFFFF;
}

.jyjx .content {
    padding-bottom: 60px;
}

.jyjxtop {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jyjxtop .box {
    width: calc((100% - 10px) / 3);
    padding: 15px 15px;
    box-sizing: border-box;
}

.jyjxtop .box a {
    display: flex;
    align-items: center;

}

.jyjxtop .box:hover {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.jyjxtop .box .time {
    width: 80px;
    height: 100px;
    text-align: center;
    padding: 15px 0 0 0;
}

.jyjx .content .bottom {
    margin-top: 60px;
}

.jyjxtop .box .time .day {
    font-size: 40px;
    font-weight: bold;
    background: linear-gradient(180deg, #1D4387 0%, rgba(29, 67, 135, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.jyjxtop .box .time .year {
    font-size: 14px;
    color: #1D4387;
    white-space: nowrap;
}

.jyjxtop .box .text {
    flex: 1;
}

.jyjxtop .box .text .title {
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    color: #333333;
}

.jyjxtop .box .text .disc {
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    color: #999999;
}

.jyjxtop .box .drivder {
    width: 49px;
    height: 0px;
    transform: rotate(90deg);
    opacity: 1;
    border: 1px solid transparent;
    border-image: linear-gradient(270deg, rgba(29, 67, 135, 0) 0%, #1D4387 52%, rgba(29, 67, 135, 0) 100%) 1;
    border-image-slice: 1;
}

/* 精品课程 */
.jpkc {
    width: 100%;
    background: url(../img/jpkc-bg.png) no-repeat center;
    background-size: cover;
    padding-bottom: 60px;
    overflow: hidden;
}

.jpkc .container .content {
    display: flex;
    justify-content: space-between;
}

.jpkc .box {
    width: calc((100% - 60px) /3);
    background: #FFFFFF;
    border: 1px solid #E4E4E4;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.03);
}

.jpkc .box .img img {
    width: 100%;
}

.jpkc .box:hover .text .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 25.2px;
    color: #1D4387;
}

.jpkc .box:hover .text .time {
    font-size: 16px;
    line-height: 22.4px;
    color: #1D4387;
}

.jpkc .box .text {
    width: 100%;
    padding: 25px 30px;
    box-sizing: border-box;
}

.jpkc .box:hover .text {
    border: 1px solid #1D4387;
}

.jpkc .box .text .title {
    font-size: 18px;
    line-height: 25px;
    color: #3D3D3D;
}

.jpkc .box .text .time {
    font-size: 16px;
    line-height: 22.4px;
    color: #999999;
    margin-top: 15px;
}

/* 师资队伍 */
.szdw {
    width: 100%;
    background: url(../img/szdw-bg.png) no-repeat center;
    background-size: cover;
    margin-top: 30px;
    padding-bottom: 60px;
    overflow: hidden;
}

.szdwlist .img {
    width: 100%;
    /* height: 100%; */
    overflow: hidden;
}

.szdwlist .img img {
    width: 100%;
    transition: transform 0.5s ease;
}

.szdwlist .img:hover img {
    width: 100%;
    transform: scale(1.2);
}

.szdwlist .swiper-slide {
    position: relative;
}

.szdwlist .swiper-slide .name {
    width: 100%;
    height: 30px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    font-size: 16px;
    color: #FFFFFF;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.szdwlist .swiper-slide:hover .name {
    bottom: 25px;
}

.szdwlist .swiper-slide .name .job {
    font-size: 12px;
    color: #FFFFFF;
    display: none;
}

.szdwlist .swiper-slide:hover .name .job {
    display: inherit;
}

.szdwlist .swiper-slide .zhezhao {
    width: 100%;
    height: 70px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
}

.szdwlist .swiper-slide:hover .zhezhao {
    background: #1D4387;
    opacity: 0.8;
}

.szdwlist .swiper-pagination4 {
    text-align: center;
    margin-top: 35px;
    margin-bottom: 45px;
}

.szdwlist .swiper-prev,
.szdwlist .swiper-next {
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}


.teshu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.szdwlist .teshu .swiper-prev,
.szdwlist .teshu .swiper-next {
    width: 40px;
    height: 40px;
}

.szdwlist .teshu .swiper-prev:hover img {
    display: none;
}

.szdwlist .teshu .swiper-next:hover img {
    display: none;
}

.szdwlist .teshu .swiper-prev:hover {
    background: url(../img/szdw-left-blue.png) no-repeat center;
    background-size: cover;
}

.szdwlist .teshu .swiper-next:hover {
    background: url(../img/szdw-right-blue.png) no-repeat center;
    background-size: cover;
}

.teshu .swiper-pagination4 {
    margin: 0 30px;
}

.teshu .swiper-pagination4 .swiper-pagination-bullet {
    margin-right: 10px;
    width: 10px;
    height: 10px;
    background: rgba(29, 67, 135);
}

.teshu .swiper-pagination4 .swiper-pagination-bullet-active {
    background: #1D4387;
}


/* 学校掠影 */
.yqsblist {
    width: 100%;
    position: relative;
    margin-top: 50px;
}

.yqsblist .swiper-wrapper {
    left: 23.1%;
}

.yqsblist .swiper-slide {
    width: 54% !important;
}

.yqsblist .swiper-slide-prev,
.yqsblist .swiper-slide-next {
    width: 380px;
}

.yqsblist .swiper-slide a {
    position: relative;
    width: 100%;
}

.yqsblist .swiper-slide .img {
    width: 100%;
    overflow: hidden;
}

.yqsblist .swiper-slide .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;
}


.yqsblist .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);
}

.yqsblist .swiper-slide .text {
    width: 100%;
    padding: 0;
    position: absolute;
    left: 15%;
    bottom: 10px;
    box-sizing: border-box;
    transform: translateX(-15%);
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    z-index: 9;
    text-align: center;
}

.yqsblist .swiper-slide .text {
    display: none;
}

.yqsblist .swiper-slide-active .text {
    display: inline-block;
}

.yqsblist .swiper-slide .yinying {
    width: 100%;
    height: 70px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.69) 100%);
}


.yqsblist .swiper-pagination1 {
    width: 100%;
    text-align: center;
    margin-top: 40px;
    padding-bottom: 50px;
    box-sizing: border-box;
}

.yqsblist .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: .5;
    margin: 0 5px;
    background: rgba(29, 67, 135, 0.1412);
}

.yqsblist .swiper-pagination-bullet-active {
    opacity: 1;
    background: #1D4387;
}

.yqsblist .swiper-prev,
.yqsblist .swiper-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    z-index: 99;
    top: calc((100% - 200px) / 2);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.yqsblist .swiper-next {
    left: auto;
    right: 0;
}

.yqsblist .swiper-prev:hover,
.yqsblist .swiper-next:hover {
    background: rgba(20, 50, 112, 0.7);
}


.foot {
    width: 100%;
    background: #1D4387;
}

.foot .left {
    width: 100%;
    color: #FFFFFF;
    font-size: 16px;

}

.foot .left .info div {
    margin-right: 20px;
    opacity: 0.5;
}

.foot .left .info {
    display: flex;
    flex-wrap: wrap;
}

.foot .left .publish {
    margin-top: 0;
    opacity: 0.5;
}

.foot .left .publish a {
    color: #FFFFFF;
    font-size: 16px;
}

.foot .right {
    width: 30%;
    font-size: 16px;
    line-height: 35px;
    color: rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: flex-end;
    position: relative;
}

.foot .right h3 {
    width: 250px;
    text-align: center;
    background: #1D4387;
    box-sizing: border-box;
    border: 0.5px solid #0066D8;
}

.foot .container {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 45px;
}


.foot .right ul {
    display: none;
    width: 250px;
    background: #FFFFFF;
    padding: 0;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
    position: absolute;
    /* top: -150px; */
    z-index: 99;
    bottom: 100%;
    left: 0;
}

.foot .right:hover ul {
    display: inline-block;
}

.foot .right .temp {
    position: relative;
}

.foot .right ul li {
    width: 100%;
    min-height: 45px;
    line-height: 25px;
    color: #3D3D3D;
    background: #FFFFFF;
    list-style: none;
    box-sizing: border-box;
    padding: 0 20px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.foot .right ul li:hover {
    background: rgba(29, 67, 135, 0.09);
}

.foot .right ul li:hover a {
    color: #1D4387;
}

.foot .right ul li a {
    text-decoration: none;
    color: #3D3D3D;
    font-size: 16px;
}

.link_btn {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.link_btn a {
    width: auto;
    height: 40px;
    padding: 0 10px;
    color: #FFFFFF;
    background: #0D2F6C;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}

.link_btn a:nth-child(2) {
    margin-left: 10px;
}

/* list页面 */
.list {
    width: 100%;
}

.list .nav {
    width: 10%;
}

.nav ul {
    width: 100%;

}

.nav ul li {
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* list页面 */
.nydt {
    width: 100%;
    position: relative;
}

.nydt .img img {
    width: 100%;
}

.crumbs {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    padding-bottom: 40px;
}

.crumbs::before {
    content: '';
    width: 100%;
    height: 223px;
    opacity: 0.58;
    display: inline-block;
    background: url(../img/crumbsBg.png) center bottom no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.crumbs .container {
    position: relative;
    z-index: 99;
}

.crumbs .name {
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
    position: relative;
}

.crumbs .name::before {
    content: '';
    width: 100%;
    height: 0;
    display: inline-block;
    border-bottom: 1px solid #fff;
    position: absolute;
    right: 103%;
    top: 50%;
}

.crumbs .list {
    font-size: 18px;
    color: #fff;
}

.crumbs .list a {
    color: #fff;
}

.crumbs .list span:last-of-type {
    display: none;
}

.nmain {
    width: 100%;
    box-sizing: border-box;
    padding: 50px 0;
    background: #f7f7f7;
}

.nmain .container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.subNav {
    width: 17.5%;
    box-sizing: border-box;
    padding: 10px 0 0 10px;
    position: relative;
}

.subNav::before {
    content: '';
    width: calc(100% - 10px);
    height: calc(100% - 13px);
    display: inline-block;
    background: #0B4A93;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.subNav ul {
    width: 100%;
    background: #fff;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    position: relative;
    z-index: 9;
    box-sizing: border-box;
    padding: 10px 25px 130px 25px;
    background: url(../img/subNav-img.png) center bottom no-repeat #fff;
    background-size: 100% auto;
}

.subNav ul li {
    width: 100%;
    padding: 17px 0;
    border-bottom: 1px solid #E7E7E7;
}

.subNav ul li:last-of-type {
    border: none;
}

.subNav ul li h3 {
    width: 100%;
    position: relative;
}

.subNav ul li h3::after {
    content: '>';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    color: #B6B6B6;
}

.subNav ul li .sub {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0 0 10px;
}

.subNav ul li .sub a {
    width: 100%;
    font-size: 16px;
    line-height: 35px;
    display: inline-block;
    color: #2C2C2C;
}

.subNav ul li h3 a {
    font-size: 18px;
    color: #2C2C2C;
}

.subNav ul li.on h3 a,
.subNav ul li:hover h3 a {
    color: #0B4A93;
    font-weight: bold;
}

.subNav ul li.on h3::after,
.subNav ul li:hover h3::after {
    color: #0B4A93;
}

.subNav ul li .sub a:hover,
.subNav ul li .sub a.on {
    color: #0B4A93;
    font-weight: bold;
}

.ncontent {
    /* width: calc(100% - 17.5% - 50px); */
    flex: 1;
    box-sizing: border-box;
    padding-left: 50px;
}

.textlist .info li {
    width: 100%;
    height: 65px;
    background: #fff;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 0 20px;
}

.textlist .info li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.textlist .info li .title {
    color: #2A2A2A;
    flex: 1;
    height: 25px;
    line-height: 25px;
}

.textlist .info li .dete {
    color: #AFAFAF;
    display: flex;
    align-items: center;
    width: 110px;
    justify-content: flex-end;
}

.textlist .info li .dete::before {
    content: '';
    width: 13px;
    height: 13px;
    display: inline-block;
    background: url(../img/date-ico.svg) center no-repeat;
    background-size: 100% 100%;
    margin-right: 3px;
}

.textlist .info li:hover {
    background: #0B4A93;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

.textlist .info li:hover .title {
    color: #fff;
}

.textlist .info li:hover .dete {
    color: #fff;
}

.textlist .info li:hover .dete::before {
    background: url(../img/date-ico2.svg) center no-repeat;
    background-size: cover;
}

/* detail页面 */
.detail_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.detail {
    width: 67%;
    box-sizing: border-box;
    padding: 30px 40px;
    background: #fff;
}

.detail .title {
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: #2C2C2C;
}

.detail .timer {
    width: 100%;
    border-bottom: 1px solid rgba(216, 216, 216, .5);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0 10px 0;
}

.detail .timer .left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #9C9C9C;
}

.detail .timer .left>div {
    margin-right: 20px;
}

.detail .dtl {
    box-sizing: border-box;
    padding: 25px 0;
}

.danye .dtl {
    padding: 0;
}


.detail .dtl p,
.detail .dtl p span {
    font-size: 18px !important;
    line-height: 40px !important;
    color: #0A0A0A;
    text-align: justify;
}

.detail .dtl.big p,
.detail .dtl.big p span {
    font-size: 22px !important;
    line-height: 50px !important;
}

.detail .dtl.large p,
.detail .dtl.large p span {
    font-size: 30px !important;
    line-height: 60px !important;
}

.detail .dtl img,
.detail .dtl video {
    width: 90% !important;
    height: auto;
}

.detail-page {
    width: 100%;
}

.detail-page .box {
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    margin-top: 27px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 0 16px;
    display: flex;
    align-items: center;
    position: relative;
}

.detail-page .box a {
    color: #9E9E9E;
    font-size: 16px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.detail-page .box:hover {
    background: #0B4A93;
}

.detail-page .box:hover a {
    color: #fff;
}

.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 .timer .right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 41%;
}

.fenxiang {
    display: flex;
    align-items: center;
    color: #9C9C9C;
    margin-left: 30px;
}


.tjxw_box {
    width: calc(100% - 67% - 30px);
    background: #fff;
    border-top: 3px solid #0B4A93;
    box-sizing: border-box;
    padding: 40px 30px;
    position: sticky;
    top: 160px;
}

.tjxw_box .name {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    line-height: 40px;
    color: #2C2C2C;
    padding-bottom: 10px;
    border-bottom: 2px solid #EBEBEB;
    position: relative;
    margin-bottom: 20px;
}

.tjxw_box .name::before {
    content: '';
    width: 96px;
    height: 0;
    border-bottom: 2px solid #0B4A93;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.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: 10px 0;
    border-bottom: 1px solid #EBEBEB;
    position: relative;
}

.tjxw_box li::before {
    content: '';
    width: 5px;
    height: 5px;
    background: #FFFFFF;
    border: 1px solid #D8D8D8;
    border-radius: 50%;
    position: absolute;
    left: -23px;
    top: 17px;
}

.tjxw_box li:last-of-type {
    border: none;
}

.tjxw_box li .title {
    color: #0B0B0B;
    line-height: 28px;
    height: 56px;
    text-align: justify;
    margin-top: 8px;
}

.tjxw_box li .dete {
    color: #AFAFAF;
    display: flex;
    align-items: center;
}

.tjxw_box li .dete::before {
    content: '';
    width: 13px;
    height: 13px;
    display: inline-block;
    background: url(../img/date-ico.svg) center no-repeat;
    margin-right: 3px;
}

.tjxw_box li:hover .title {
    color: #0B4A93;
    font-weight: bold;
}

.tjxw_box li:hover::before {
    background: #0B4A93;
}

/* danye页面 */

/* pic页面 */
.piclist .info li {
    width: 100%;
    margin-bottom: 30px;
    background: #fff;
    position: relative;
}

.piclist .info li::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 1px solid #0B4A93;
    transition: all 0.5s ease-in-out;
}

.piclist .info li a {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.piclist .info li .img {
    width: 31.5%;
    overflow: hidden;
}

.piclist .info li .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;
}

.piclist .info li .text {
    flex: 1;
    box-sizing: border-box;
    padding: 30px;
}

.piclist .info li .title {
    color: #0B0B0B;
    line-height: 30px;
    height: 30px;
}

.piclist .info li .desc {
    line-height: 25px;
    height: 50px;
    text-align: justify;
    color: #9E9E9E;
    margin: 10px 0 20px 0;
}

.piclist .info li .dete {
    color: #AFAFAF;
    display: flex;
    align-items: center;
}

.piclist .info li .dete::before {
    content: '';
    width: 15px;
    height: 15px;
    display: inline-block;
    background: url(../img/date-ico.svg) center no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
}

.piclist .info li:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.piclist .info 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 .info li:hover .title {
    color: #0B4A93;
}

.piclist .info li:hover {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

/* picture页面 */
.picture .info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.picture .info li {
    width: calc((100% - 53px) / 3);
    margin-right: 26px;
    margin-bottom: 25px;
    position: relative;
}

.picture-list li .video {
    width: 51px;
    height: 51px;
    border-radius: 50%;
    box-sizing: border-box;
    background: url(../img/video.svg) center no-repeat;
    border: 0.45px solid #fff;
    position: absolute;
    left: calc((100% - 51px) / 2);
    top: calc((100% - 51px) / 2);
}

.picture-list li:hover .video {
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.picture .info li::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-bottom: 1px solid #004898;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.picture .info li:nth-child(3n) {
    margin-right: 0;
}

.picture .info li .img {
    overflow: hidden;
}

.picture .info li .img img {
    width: 100%;
    object-fit: cover;
    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 .info li .title {
    width: 100%;
    line-height: 50px;
    height: 50px;
    text-align: center;
    border-bottom: 0.8px solid #D8D8D8;
    color: #2C2C2C;
}

.picture .info li:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.picture .info li:hover .title {
    color: #004898;
}

.picture .info 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);
}

/* picture2页面 */
.pictureSlide {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 0 40px;
    margin-bottom: 30px;
}


.pictureSlide .swiper-wrapper {
    position: relative;
    left: 21.5%;
}

.pictureSlide .swiper-slide {
    width: 57.5%;
    flex-direction: column;
}

.pictureSlide .swiper-slide .img {
    width: 100%;
    overflow: hidden;
}

.pictureSlide .swiper-slide .video {
    width: 51px;
    height: 51px;
    border-radius: 50%;
    box-sizing: border-box;
    background: url(../img/video.svg) center no-repeat;
    border: 0.45px solid #fff;
    position: absolute;
    left: calc((100% - 51px) / 2);
    top: calc((100% - 51px) / 2);
    transition: all 0.5s ease-in-out;
}

.pictureSlide .swiper-slide a {
    display: inline-block;
    width: 100%;
}

.pictureSlide .swiper-slide .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;
}

.pictureSlide .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);
}


.pictureSlide .swiper-slide .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 54px;
    background: rgba(0, 0, 0, 0.5);
    line-height: 54px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 15px;
    opacity: 0;
    color: #fff;
}

.pictureSlide .swiper-slide:hover .video {
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.pictureSlide .swiper-slide-active .title {
    opacity: 1;
}

.pictureSlide .swiper-prev,
.pictureSlide .swiper-next {
    width: 50px;
    height: 50px;
    background: #0B4A93;
    box-sizing: border-box;
    border: 1.27px solid #FFFFFF;
    border-radius: 50%;
    top: calc((100% - 50px) / 2);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    cursor: pointer;
    z-index: 99;
}

.pictureSlide .swiper-prev {
    right: auto;
    left: 0;
}

/* tea页面 */
.tealist .info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tealist .info li {
    width: calc((100% - 38px) / 2);
    box-sizing: border-box;
    padding: 0 25px 25px 25px;
    position: relative;
    margin-bottom: 40px;
}

.tealist .info li::before {
    content: '';
    width: 100%;
    height: calc(100% - 40px);
    display: inline-block;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.tealist .info li a {
    display: flex;
    position: relative;
    z-index: 99;
}

.tealist .info li .left {
    width: 30%;
}

.tealist .info li .img {
    width: 100%;
    box-sizing: border-box;
    padding: 2px;
    background: #fff;
}

.tealist .info li .img img {
    width: 100%;
}

.tealist .info li .right {
    flex: 1;
    box-sizing: border-box;
    padding-left: 20px;
    padding-top: 60px;
}

.tealist .info li .name {
    width: 90px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    font-size: 18px;
    box-sizing: border-box;
    border: 1px solid #0B4A93;
    color: #333333;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    margin: 20px auto 10px auto;
}

.tealist .info li .name2 {
    font-size: 16px;
    color: #8D8D8D;
    margin: 0 auto;
    text-align: center;
}

.tealist .info li .desc {
    font-size: 16px;
    line-height: 30px;
    height: 120px;
    text-align: justify;
    color: #8D8D8D;
}

.tealist .info li .more {
    width: 110px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    font-size: 14px;
    color: #B0B0B0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 10px;
}

.tealist .info li:hover {
    border-bottom: 1px solid #0B4A93;
}

.tealist .info li:hover .name {
    color: #fff;
    background: #0B4A93;
}

.tealist .info li:hover .more {
    color: #0B4A93;
}

.list-page {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

/* 站群导航 */
.menuBox {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: url(../img/menuBoxBg.jpg) center no-repeat;
    background-size: 100% 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.menuTop {
    width: 100%;
    box-sizing: border-box;
    padding: 23px 75px 23px 37px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.menuTop .logo img {
    height: 62px;
}

.menuBtn2 {
    width: 76px;
    height: 77px;
    display: inline-block;
    background: url(../img/menuBtnBg.png) center no-repeat;
    background-size: cover;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.menuBtn2 .ico {
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(../img/close.png) center no-repeat;
    background-size: cover;
}

.menuTop .right {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-right: 35px;
}

.menuBox .footer {
    width: 100%;
}

.menuBox .footer .banq {
    width: 100%;
}

.menuBox.on {
    opacity: 1;
    visibility: visible;
    top: 0;
    transition: all 0.5s ease-in-out;
}

.menuBox_home {
    width: 100%;
    height: calc(100vh - 108px);
    box-sizing: border-box;
    padding-top: 80px;
}

.menu_head {
    width: 100%;
    height: 92px;
    box-sizing: border-box;
    padding: 0 136px 0 60px;
    padding-top: 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 130px;
}

.menu_head::after {
    content: '';
    width: 100%;
    height: 4px;
    display: inline-block;
    background: linear-gradient(180deg, #000082 34%, #410087 59%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.menuBtn.cur .ico {
    width: 24px;
    height: 24px;
    background: url(../img/close-ico.svg) no-repeat;
}

.rightBtn {
    display: flex;
    align-items: center;
}



.search2 {
    width: 315px;
    height: 39px;
    border-radius: 10000px;
    position: relative;
    margin-left: 25px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, .3);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
    margin-right: 30px;
}

.search2 .search-in {
    width: 100%;
    height: 39px;
    border: none;
    outline: none;
    border-radius: 5px;
    box-sizing: border-box;
    padding-left: 15px;
    color: rgba(255, 255, 255, .6);
    border-radius: 10000px;
    background: rgba(0, 0, 0, .3);
    padding-bottom: 4px;
}

.search2 .search-in::placeholder {
    color: rgba(255, 255, 255, .8);
}

.search2 .search-btn {
    width: 18px;
    height: 18px;
    background: url(../img/ss.png) no-repeat;
    position: absolute;
    right: 20px;
    top: 9px;
    border: none;
}

.topLink {
    cursor: pointer;
}

.toplink2 a {
    width: 118px;
    height: 39px;
    font-size: 18px;
    border-radius: 1000px;
    box-sizing: border-box;
    border: 0.5px solid rgba(255, 255, 255, .3);
    background: rgba(0, 0, 0, .3);
    color: rgba(255, 255, 255, .6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu_list {
    width: 100%;
    margin-bottom: 70px;
}

.menu_list .name {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 45px;
    position: relative;
    display: inline-block;
}

.menu_list .name::before {
    content: '';
    width: 43px;
    height: 0;
    display: inline-block;
    border-top: 2px solid #FFFFFF;
    position: absolute;
    left: 0;
    bottom: -12px;
    opacity: .5;
}

.menu_list .list {
    display: flex;
    flex-wrap: wrap;
}

.menu_list .list li {
    width: calc((100% - 61px) / 6);
    height: 60px;
    line-height: 60px;
    margin-right: 10px;
    background: rgba(255, 255, 255, 0.1);
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    margin-bottom: 10px;
    transition: all 0.5s ease-in-out;
    display: flex;
}

.menu_list .list li:nth-child(6n) {
    margin-right: 0;
}

.menu_list .list li a {
    width: 100%;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu_list .list li a::before {
    content: '';
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url(../img/menu-logo.png) center no-repeat;
    background-size: 100% 100%;
    margin-right: 5px;
    display: none;
}

.menu_list .list li:hover {
    box-sizing: border-box;
    border: 1px solid #fff;
    transition: all 0.5s ease-in-out;
}

.menu_list .list li:hover a {
    font-weight: bold;
}

.menu_list .list li:hover a::before {
    display: block;
}