@charset "UTF-8";
.ban_box {
    position: relative;
}

.ban_box::before {
    content: "";
    position: absolute;
    z-index: 2;
    bottom: 0.5rem;
    left: 0;
    width: 10%;
    height: 1px;
    background: #fff;
}

.ban_pic {
    width: 100%;
}

.ban_pic img {
    width: 100%;
    display: block !important;
    animation: opacity 5s linear infinite;
}

.ban_box .num {
    position: absolute;
    left: 0;
    bottom: 0.27rem;
    font-size: 0.44rem;
    color: #fff;
    padding-left: 11%;
    font-family: 'Times New Roman', Times, serif;
}

.ban_box .ban-dot {
    position: absolute;
    bottom: -1px;
    z-index: 9;
    right: 0;
    width: 27.6%;
    text-align: left;
    background: url(../images/ban-dotbg.png) no-repeat;
    padding: 0.3rem 0 0.3rem 5%;
}

.ban_box .ban-dot span {
    margin: 0 0.17rem 0.12rem;
    width: 0.1rem;
    height: 0.1rem;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
    opacity: 1;
    outline: none;
}

.ban_box .ban-dot span.swiper-pagination-bullet-active {
    margin-bottom: 0;
    width: 0.7rem;
    height: 0.36rem;
    background: url(../images/ban-dot2.png) no-repeat;
    background-size: auto 0.36rem;
}

.ban_box .ban-prev,
.ban_box .ban-next {
    width: 0.7rem;
    height: 0.7rem;
    position: absolute;
    z-index: 10;
    top: 50%;
    outline: none;
    cursor: pointer;
    background: url(../images/ban-btn.png) no-repeat center;
    background-size: auto 0.7rem;
    opacity: 0;
    transform: translateY(-50%, -50%);
    transition: all 0.2s ease-out 0s;
}

.ban_box .ban-prev {
    left: 0.15rem;
}

.ban_box .ban-next {
    right: 0.15rem;
    transform: rotate(180deg);
}

.ban_box:hover .ban-prev,
.ban_box:hover .ban-next {
    opacity: 1;
}

.ban_box:hover .ban-next {
    transform: translateY(0%, -50%) rotate(180deg);
}

.tit {
    position: relative;
}

.tit h3 {
    color: #222;
    font-size: .48rem;
    padding-left: .4rem;
    padding-top: 0.17rem;
    display: inline-block;
    background: url(../images/icon-dhtit.png) no-repeat left top;
    background-size: auto 0.65rem;
}

.tit h3 span {
    color: #999;
    font-size: 0.16rem;
    font-family: Arial, Helvetica, sans-serif;
}

.more {
    transition: all 0.4s ease-out 0s;
    float: right;
    width: 1.17rem;
    height: 0.33rem;
    line-height: 0.33rem;
    text-align: center;
    background: url(../images/icon-more.png) no-repeat center;
    background-size: auto 0.33rem;
    font-family: 'alph';
    margin-top: 0.25rem;
}

.more a {
    font-size: .18rem;
    color: #2B378B;
}

.more:hover {
    transform: translateY(5px);
}

.tit.tit2 h3 {
    color: #fff;
    background: url(../images/icon-dhtit2.png) no-repeat left top;
    background-size: auto 0.65rem;
}

.tit.tit2 h3 span {
    color: rgba(255, 255, 255, 0.5);
}

.tit.tit2 .more {
    background: url(../images/icon-more2.png) no-repeat right center;
    background-size: auto 0.33rem;
}

.tit.tit2 .more a {
    color: #fff;
}


/* s1 */

.s12bg {
    background: url(../images/s1-bg.png) no-repeat center;
    background-size: cover;
    padding: 0.95rem 0 0.65rem;
    overflow: hidden;
}

.s1-c {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.5rem;
    margin-bottom: 0.45rem;
}

.s1-c .s1c-lf {
    width: 7.5rem;
    margin-right: 0.5rem;
    position: relative;
}

.s1-c .s1c-rg {
    min-width: 0px;
    flex: 1;
}

.s1c-lf .s1clf-xw {
    position: relative;
}

.s1clf-xw .pic {
    overflow: hidden;
    padding-bottom: 64%;
    position: relative;
}

.s1clf-xw .pic img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: all 0.4s ease-out 0s;
}

.s1clf-xw .pic img:hover {
    transform: scale(1.05);
}

.s1clf-xw .text {
    padding: 0.25rem 0.2rem 0.1rem 1.2rem;
    overflow: hidden;
}

.s1clf-xw .text h2 {
    font-size: 0.22rem;
    color: #222;
    line-height: 0.4rem;
    height: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.4s ease-out 0s;
}

.s1clf-xw .text p {
    font-size: 0.16rem;
    color: #9E9E9E;
    line-height: 0.3rem;
    height: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s1clf-xw .time {
    position: absolute;
    z-index: 2;
    left: 0.2rem;
    bottom: 0;
    width: 0.75rem;
    height: 1.25rem;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    color: #fff;
    transition: all 0.3s ease-out 0s;
    background: #fe802c;
}

.s1clf-xw .time::after {
    content: "";
    position: absolute;
    z-index: 3;
    width: 0.06rem;
    height: 0.3rem;
    left: 0.36rem;
    bottom: 0;
    background: url(../images/icon-timebg.png) no-repeat;
    background-size: auto 0.3rem;
}

.s1clf-xw .time b {
    font-size: 0.36rem;
    display: inline-block;
    margin-top: 0.18rem;
}

.s1clf-xw .time span {
    font-size: 0.14rem;
    display: block;
}

.s1clf-xw .text:hover h2 {
    color: #2B378B;
    transform: translateX(5px);
}

.s1c-lf .s1c-dot {
    position: absolute;
    bottom: 1.48rem;
    z-index: 9;
    right: 0.2rem;
    width: 100%;
    text-align: right;
}

.s1c-lf .s1c-dot span {
    margin: 0 0.06rem;
    width: 0.1rem;
    height: 0.1rem;
    background: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    border-radius: 50%;
    opacity: 1;
    outline: none;
}

.s1c-lf .s1c-dot span.swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 1);
}

.s1c-rg li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s1c-rg li .time {
    width: 0.75rem;
    font-family: 'Times New Roman', Times, serif;
    text-align: right;
    margin-top: 0.56rem;
    margin-right: 0.28rem;
}

.s1c-rg li .time b {
    font-size: 0.3rem;
    color: #2b378b;
    display: inline-block;
}

.s1c-rg li .time span {
    font-size: 0.18rem;
    color: #ADADAD;
    font-family: Arial, Helvetica, sans-serif;
}

.s1c-rg li .mar {
    min-width: 0px;
    flex: 1;
    position: relative;
    transition: all 0.3s ease-out 0s;
}

.s1c-rg li .mar::before {
    content: "";
    position: absolute;
    z-index: 3;
    width: 0.06rem;
    height: 0.06rem;
    background: #2b378b;
    border-radius: 50%;
    left: -0.025rem;
    top: 0;
    opacity: 0;
    transition: all 0.3s ease-out 0s;
}

.s1c-rg li .mar .bor {
    padding: 0.42rem 0 0.42rem 0.42rem;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-out 0s;
}

.s1c-rg li .mar .bor::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 100%;
    border-left: #d8d8d8 1px solid;
    left: 0;
    top: 0;
    transition: all 0.3s ease-out 0s;
}

.s1c-rg li .mar .bor::after {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 2px;
    border-bottom: #d8d8d8 1px dashed;
    left: 0;
    bottom: 0;
    transition: all 0.3s ease-out 0s;
}

.s1c-rg li .mar .pic {
    float: right;
    width: 2rem;
}

.s1c-rg li .mar .pic span {
    position: relative;
    padding-bottom: 67%;
    overflow: hidden;
    display: block;
    transition: all 0.3s ease-out 0s;
}

.s1c-rg li .mar .pic span img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.s1c-rg li .mar .pic span img:hover {
    transform: scale(1.05);
}

.s1c-rg li .mar .text {
    width: calc(100% - 2.35rem);
    float: left;
}

.s1c-rg li .mar .text h2 {
    font-size: 0.2rem;
    color: #222;
    line-height: 0.34rem;
    max-height: 0.68rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.3s ease-out 0s;
    margin-bottom: 0.1rem;
}

.s1c-rg li .mar .text p {
    font-size: 0.16rem;
    color: #9E9E9E;
    line-height: 0.26rem;
    max-height: 0.52rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.s1c-rg li:hover .mar::before {
    opacity: 1;
}

.s1c-rg li:hover .mar .bor::before {
    border-left: #2b378b 2px solid;
}

.s1c-rg li:hover .mar .bor::after {
    border-bottom: #2b378b 2px solid;
}

.s1c-rg li:hover .mar .text h2 {
    color: #2b378b;
}

.s1c-rg li:nth-of-type(1) .time {
    margin-top: 0.16rem;
}

.s1c-rg li:nth-of-type(1) .mar .bor {
    padding-top: 0;
}

.s1c-rg li:nth-of-type(3) .mar .bor::after {
    opacity: 0;
}

.s1c-rg li:nth-of-type(3):hover .mar .bor::after {
    opacity: 1;
}

.s1c-rg li:nth-of-type(3) .mar .bor::before {
    height: calc(100% - 0.42rem);
}

.s1c-rg li:nth-of-type(3):hover .mar .bor::before {
    height: 100%;
}


/* s2 */

.s2-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.3rem;
    position: relative;
    height: 3.05rem;
}

.s2-c .s2c-tzgg {
    height: 2.15rem;
    padding: 0.4rem 0.4rem 0;
    background: #fff;
    border-top: #2b378b 1px solid;
    transition: all 0.4s ease-out 0s;
    margin-top: 0.2rem;
}

.s2c-tzgg:hover {
    box-shadow: 0px 5px 20px 0px #FFECED;
    margin-top: 0;
}

.s2c-tzgg .mar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.s2c-tzgg .mar .time {
    margin-right: 0.28rem;
    width: 0.65rem;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    color: #2f3faf;
}

.s2c-tzgg .mar .time b {
    font-size: 0.32rem;
}

.s2c-tzgg .mar .time span {
    font-size: 0.18rem;
}

.s2c-tzgg .mar .text {
    min-width: 0px;
    flex: 1;
}

.s2c-tzgg .mar .text span {
    display: inline-block;
    padding: 0 0.13rem;
   background: url(../images/icon-tzgg.png) no-repeat center;
    background-size: 100% 100%;
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.16rem;
    color: #fff;
    margin-bottom: 0.17rem;
}

.s2c-tzgg .mar .text h2 {
    font-size: 0.2rem;
    color: #333;
    line-height: 0.3rem;
    max-height: 0.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all 0.3s ease-out 0s;
}

.s2c-tzgg:hover .mar .text h2 {
    color: #2f3faf;
}

.s2-c .s2c-dot {
    position: absolute;
    bottom: 0.1rem;
    z-index: 9;
    left: 50%;
    transform: translate(-50%, 0);
    width: 2rem;
    text-align: center;
}

.s2-c .s2c-dot span {
    margin: 0 0.15rem;
    width: 0.1rem;
    height: 0.1rem;
    background: #ccc;
    cursor: pointer;
    border-radius: 50%;
    opacity: 1;
    outline: none;
}

.s2-c .s2c-dot span.swiper-pagination-bullet-active {
    background: #2b378b;
}

.s2-c .s2c-prev,
.s2-c .s2c-next {
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    z-index: 10;
    bottom: 0;
    outline: none;
    cursor: pointer;
    background: url(../images/tzgg-btn.png) no-repeat center;
    background-size: auto 0.18rem;
}

.s2-c .s2c-prev {
    left: 50%;
    margin-left: -1.5rem;
}

.s2-c .s2c-next {
    right: 50%;
    margin-right: -1.5rem;
    transform: rotate(180deg);
}

.s2-c .s2c-prev:hover,
.s2-c .s2c-next:hover {
    opacity: 0.9;
}


/* s3 */

.s3 {
    background: url(../images/s3-bg.png) no-repeat center bottom;
    background-size: cover;
    overflow: hidden;
    padding: 0.95rem 0;
}

.s3-c .s3-cnr {
    margin-top: 0.4rem;
    position: relative;
}

.s3-c .s3-cnr .swiper-container {
    padding: 0.25rem 0;
    margin: 0 -0.58rem;
}

.s3-cnr .swiper-slide {
    transform: scale(0.6);
}

.s3-cnr .swiper-slide.swiper-slide-prev,
.s3-cnr .swiper-slide.swiper-slide-next {
    transform: scale(0.8);
}

.s3-cnr .swiper-slide.swiper-slide-active {
    transform: scale(1);
}

.s3-cnr .swiper-slide.swiper-slide-prev {
    transform: translateX(-0.46rem) scale(0.82);
}

.s3-cnr .swiper-slide.swiper-slide-next {
    transform: translateX(0.46rem) scale(0.82);
}

.s3-cnr .s3c-szdw a {
    position: relative;
}

.s3c-szdw .pic {
    overflow: hidden;
    padding-bottom: 115%;
    position: relative;
}

.s3c-szdw .pic img {
    position: absolute;
    top: 1%;
    left: 1%;
    right: 1%;
    bottom: 1%;
    width: 98%;
    height: 98%;
    object-fit: cover;
    object-position: center center;
    transition: all 0.4s ease-out 0s;
}

.s3c-szdw .pic img:hover {
    transform: scale(1.05);
}

.s3c-szdw .pic::before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/szdw-lbbg.png) no-repeat;
    background-size: 100% 100%;
}

.s3-cnr .swiper-slide.swiper-slide-active .s3c-szdw a::after {
    content: "";
    position: absolute;
    z-index: 2;
    top: -0.25rem;
    left: -0.22rem;
    width: calc(100% + 0.44rem);
    height: calc(100% + 0.50rem);
    background: url(../images/szdw-lbbg2.png) no-repeat;
    background-size: 100% 100%;
}


/* .s3-cnr .swiper-slide.swiper-slide-active .s3c-szdw a {
    position: relative;
    z-index: 5;
} */

.s3c-szdw .text {
    position: absolute;
    z-index: 2;
    bottom: -0.25rem;
    left: 50%;
    transform: translate(-50%, 0);
    width: 1.21rem;
    height: 1.39rem;
    background: url(../images/szdw-titbg.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.s3-cnr .swiper-slide.swiper-slide-active .s3c-szdw .text {
    opacity: 1;
}

.s3c-szdw .text h2 {
    font-size: 0.22rem;
    color: #fff;
    font-weight: 600;
    line-height: 0.4rem;
    height: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.s3c-szdw .text p {
    font-size: 0.15rem;
    color: #fff;
    line-height: 0.3rem;
    max-height: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.s3-cnr .s3c-prev,
.s3-cnr .s3c-next {
    width: 0.52rem;
    height: 0.52rem;
    position: absolute;
    z-index: 10;
    bottom: 0;
    outline: none;
    cursor: pointer;
    background: url(../images/szdw-btn.png) no-repeat center;
    background-size: auto 0.52rem;
}

.s3-cnr .s3c-prev {
    left: 32%;
}

.s3-cnr .s3c-next {
    right: 32%;
    transform: rotate(180deg);
}

.s3-cnr .s3c-prev:hover,
.s3-cnr .s3c-next:hover {
    background: url(../images/szdw-btn2.png) no-repeat center;
    background-size: auto 0.52rem;
}

.s3-cnr .s3c-next:hover {
    transform: rotate(180deg);
}


/* s4 */

.s4 {
    padding: 0.8rem 0 1.65rem;
    background: url(../images/s4-bg.png) no-repeat center bottom;
    background-size:100% auto;
}

.s4-c {
    padding-top: 0.5rem;
    overflow: hidden;
}

.s4mob {
    display: none;
}

.s4jh {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


/* .s4jh .bt {
    width: 100%;
} */

.s4jh .bt dd {
    position: absolute;
    left: 0;
    top: 0;
    height: 1.7rem;
    width: calc(50% - 2.9rem);
}

.s4jh .bt dd:nth-of-type(2) {
    top: 1.7rem;
}

.s4jh .bt dd:nth-of-type(3) {
    top: 0;
    left: auto;
    right: 0;
}

.s4jh .bt dd:nth-of-type(4) {
    top: 1.7rem;
    left: auto;
    right: 0;
}

.s4jh .bt dd .mar {
    position: relative;
    box-sizing: border-box;
    transition: all 0.4s ease-out 0s;
    padding-right: 0.45rem;
    height: 100%;
}

.s4jh .bt dd .mar::before {
    content: "";
    position: absolute;
    z-index: 8;
    left: 0;
    bottom: 0;
    width: calc(100% + 0.4rem);
    height: 1px;
    background: #F08B0E;
    opacity: 0;
    transition: all 0.4s ease-out 0s;
}

.s4jh .bt dd .mar::after {
    content: "";
    position: absolute;
    z-index: 8;
    right: -0.4rem;
    bottom: -0.025rem;
    width: 0.06rem;
    height: 0.06rem;
    background: #F08B0E;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.4s ease-out 0s;
}

.s4jh .bt dd .mar a {
    margin-right: 0.45rem;
    border-bottom: 1px dashed #D8D8D8;
    display: block;
    overflow: hidden;
    height: 100%;
}

.s4jh .bt dd:nth-of-type(3) .mar a,
.s4jh .bt dd:nth-of-type(4) .mar a {
    margin-right: 0;
    margin-left: 0.45rem;
}

.s4jh .bt dd:nth-of-type(3) .mar::before,
.s4jh .bt dd:nth-of-type(4) .mar::before {
    left: auto;
    right: 0;
}

.s4jh .bt dd:nth-of-type(3) .mar::after,
.s4jh .bt dd:nth-of-type(4) .mar::after {
    right: auto;
    left: -0.4rem;
}

.s4jh .bt dd .mar span {
    font-family: Arial;
    font-size: 0.16rem;
    color: #2B378B;
    padding-left: 0.24rem;
    background: url(../images/icon-time.png) no-repeat left center;
    background-size: auto 0.16rem;
    margin-top: 0.25rem;
    margin-bottom: 0.1rem;
    display: block;
}

.s4jh .bt dd .mar h2 {
    font-size: 0.2rem;
    color: #333;
    line-height: 0.3rem;
    height: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.s4jh .bt dd.on .mar {
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    padding-left: 0.4rem;
}

.s4jh .bt dd.on .mar::before,
.s4jh .bt dd.on .mar::after {
    opacity: 1;
}

.s4jh .bt dd.on .mar a {
    border-bottom: 1px solid transparent;
}

.s4jh .bt dd.on .mar h2 {
    color: #2B378B;
}

.s4jh .ltnr {
    width: 5.8rem;
    position: relative;
    margin: auto;
    padding-bottom: 0.1rem;
}

.s4jh .ltnr::before,
.s4jh .ltnr::after {
    content: "";
    position: absolute;
    z-index: 6;
    background: #fe7a23;
}

.s4jh .ltnr::before {
    width: 0.1rem;
    height: calc(100% - 1.7rem);
    left: -0.1rem;
    bottom: 0;
}

.s4jh .ltnr::after {
    width: calc(100% - 0.1rem);
    height: 0.1rem;
    left: 0;
    bottom: 0;
}

.s4jh .ltnr li {
    display: none;
    transition: all 0.4s ease-out 0s;
}

.s4jh .ltnr li.active {
    display: block;
}

.s4jh .ltnr li .pic {
    overflow: hidden;
    padding-bottom: 66%;
    position: relative;
    z-index: 5;
}

.s4jh .ltnr li .pic img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: all 0.4s ease-out 0s;
}

.s4jh .ltnr li .pic img:hover {
    transform: scale(1.05);
}


/* s5 */

.s5 {
    padding: 0.75rem 0 0;
    background: url(../images/s5-bg.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.s5 .s5-c {
    background: url(../images/s5-bgs.png) no-repeat;
    background-size: cover;
    overflow: hidden;
    margin-top: 0.5rem;
}

.s5mob {
    display: none;
}

.s5jh {
    padding-left: 11%;
}

.s5jh .ltnr {
    width: 9.2rem;
    float: right;
    height: 6.13rem;
}

.s5jh .ltnr li {
    display: none;
    transition: all 0.4s ease-out 0s;
}

.s5jh .ltnr li.active {
    display: block;
}

.s5jh .ltnr li .pic {
    padding-bottom: 65%;
    position: relative;
    overflow: hidden;
}

.s5jh .ltnr li .pic img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: all 0.4s ease-out 0s;
}

.s5jh .ltnr li .pic img:hover {
    transform: scale(1.05);
}

.s5jh .bt {
    float: left;
    width: calc(100% - 9.2rem);
    margin-top: 0.5rem;
}

.s5jh .bt dd {
    border-bottom: 1px dashed #D8D8D8;
    padding: 0.12rem 0.35rem;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    float: left;
    transition: all 0.4s ease-out 0s;
}

.s5jh .bt dd::before {
    content: "";
    position: absolute;
    z-index: 8;
    left: 0;
    bottom: 0;
    width: calc(100% + 0.4rem);
    height: 1px;
    background: #F08B0E;
    opacity: 0;
    transition: all 0.4s ease-out 0s;
}

.s5jh .bt dd::after {
    content: "";
    position: absolute;
    z-index: 8;
    right: -0.4rem;
    bottom: -0.025rem;
    width: 0.06rem;
    height: 0.06rem;
    background: #F08B0E;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.4s ease-out 0s;
}

.s5jh .bt dd.on::before,
.s5jh .bt dd.on::after {
    opacity: 1;
}

.s5jh .bt dd .time {
    width: 0.75rem;
    height: 0.75rem;
    border: #2b378b 1px solid;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    color: #2b378b;
    display: none;
    float: left;
    margin-top: 0.12rem;
    transition: all 0.4s ease-out 0s;
}

.s5jh .bt dd .time b {
    font-size: 0.32rem;
    display: inline-block;
    margin-top: 0.05rem;
}

.s5jh .bt dd .time span {
    font-size: 0.18rem;
}

.s5jh .bt dd.on .time {
    display: block;
}

.s5jh .bt dd .text {
    width: 100%;
}

.s5jh .bt dd .text h2 {
    font-size: 0.2rem;
    color: #333;
    line-height: 0.5rem;
    height: 0.5rem;
    overflow: hidden;
    transition: all 0.4s ease-out 0s;
}

.s5jh .bt dd .text p {
    font-size: 0.16rem;
    color: #9E9E9E;
    line-height: 0.28rem;
    height: 0.56rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: none;
}

.s5jh .bt dd.on {
    border-bottom: transparent 1px dashed;
    transition: all 0.4s ease-out 0s;
}

.s5jh .bt dd.on .text {
    float: right;
    width: calc(100% - 1rem);
    padding-bottom: 0.4rem;
}

.s5jh .bt dd.on .text h2 {
    color: #2b378b;
}

.s5jh .bt dd.on .text p {
    display: block;
}
.s6 {
    padding: 0.9rem 0;
    overflow: hidden;
}

  .times-section {
    height:25vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right:10%;
  }
  .times-img {
    transition: transform 3.2s ease-out; 
    transform: scale(0.3); 
    max-width: 80%;
  }




/* s7 */

.s7 {
    padding: 1.1rem 0;
    overflow: hidden;
    background: url(../images/s7-bg.jpg) no-repeat center;
    background-size: cover;
}

.s7 .s7-c {
    width: 7.5rem;
    height: 5.8rem;
    position: relative;
    padding-left: 2.35rem;
    box-sizing: border-box;
    float: right;
}

.s7-c::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% + 7.5rem);
    height: 100%;
    background: url(../images/s7-bgs.png) no-repeat bottom;
    background-size: cover;
}

.s7-c .tit {
    z-index: 3;
    margin-top: 0.9rem;
}

.s7-c .text {
    margin-top: 0.55rem;
    margin-left: 0.45rem;
    position: relative;
    z-index: 3;
}

.s7-c .text h2 {
    font-size: 0.22rem;
    color: #fff;
    line-height: 0.3rem;
    max-height: 0.56rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.s7-c .text p {
    font-size: 0.16rem;
    color: rgba(255, 255, 255, 0.8);
    line-height: 0.28rem;
    max-height: 0.84rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0.15rem 0 0.55rem;
}

.s7-c .text span {
    width: 1.15rem;
    height: 0.36rem;
    line-height: 0.36rem;
    font-family: 'alph';
    background: url(../images/icon-more3.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    text-align: center;
}

.s7-c .text span a {
    font-size: 0.16rem;
    color: #FFFFFF;
    display: block;
}


/* s8 */

.s8 {
    padding: 0.95rem 0 1.2rem;
    background: url(../images/s8-bg.png) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.s8mob {
    display: none;
}

.s8-c {
    overflow: hidden;
    margin-top: 0.55rem;
    margin-left: 11%;
    position: relative;
}

.s8-c .swiper-slide {
    transform: scale(0.6);
    margin-top: 2rem;
}

.s8-c .swiper-slide.third-active {
    transform: scale(1);
    margin-top: 0;
}

.s8-c .mar {
    position: relative;
    transition: all 0.3s ease-out 0s;
}

.s8-c .mar .pic {
    padding-bottom: 67%;
    overflow: hidden;
    position: relative;
}

.s8-c .swiper-slide.third-active .mar .pic {
    width: 182%;
    transform: translate(-37.5%, 0);
    padding-bottom: 95%;
}

.s8-c .swiper-slide.swiper-slide-active .mar .pic {
    transform: translate(-33%, 0);
}

.s8-c .swiper-slide.swiper-slide-next .mar .pic {
    transform: translate(-90%, 0);
}

.s8-c .mar .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: all 0.3s ease-out 0s;
}

.s8-c .mar .pic img:hover {
    transform: scale(1.05);
}

.s8-c .mar .text {
    padding-left: 0.45rem;
    box-sizing: border-box;
    border-left: #2B378B 3px solid;
    display: none;
}

.s8-c .swiper-slide.third-active .mar .text {
    display: block;
    position: absolute;
    left: -200%;
    top: 0;
    width:120%;
}

.s8-c .mar .text .time {
    font-family: Times New Roman;
    font-size: 0.18rem;
    color: #2B378B;
}

.s8-c .mar .text .time b {
    font-size: 0.32rem;
    margin-right: 0.05rem;
}

.s8-c .mar .text h2 {
    font-size: 0.22rem;
    color: #2B378B;
    line-height: 0.3rem;
    height: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0.05rem;
}

.s8-c .mar .text p {
    font-size: 0.16rem;
    color: #727272;
    line-height: 0.28rem;
    max-height: 0.56rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0.15rem 0 0.35rem;
}

.s8-c .text span {
    width: 1.15rem;
    height: 0.36rem;
    line-height: 0.36rem;
    font-family: 'alph';
    background: url(../images/icon-more4.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    text-align: center;
    font-size: 0.16rem;
    color: #2B378B;
}

.s8-c .s8c-prev,
.s8-c .s8c-next {
    width: 0.6rem;
    height: 0.6rem;
    position: absolute;
    z-index: 10;
    bottom: 1.2rem;
    outline: none;
    cursor: pointer;
    background: url(../images/icon_td.png) no-repeat center;
    background-size: auto 0.6rem;
    opacity: 0;
    transition: all 0.2s ease-out 0s;
}

.s8-c .s8c-prev {
    left: 0;
}

.s8-c .s8c-next {
    right: 0;
    background: url(../images/icon_td2.png) no-repeat center;
    background-size: auto 0.6rem;
}

.s8-c:hover .s8c-prev,
.s8-c:hover .s8c-next {
    opacity: 1;
}

@media screen and (max-width: 1024px) {
    .banner .swiper-slide video,
    .banner .swiper-slide img {
        height: auto;
    }
    .ban_box .ban-dot {
        right: 0;
        width: 100%;
        text-align: center;
        background: none;
        padding: 0.15rem 0;
    }
    .ban_box::before,
    .ban_box .num {
        display: none;
    }
    .more a {
        font-size: 0.14rem;
    }
    .s8-c .swiper-slide.third-active .mar .text {
        transform: translate(-216%, 0);
    }
}

@media screen and (max-width: 920px) {
    .tit h3 {
        font-size: 0.36rem;
        background-size: auto 0.5rem;
        padding-left: 0.35rem;
        padding-top: 0.1rem;
    }
    .tit.tit2 h3 {
        background-size: auto 0.5rem;
    }
    /* 新闻动态 */
    .s12bg,
    .s3 {
        padding: 0.6rem 0;
    }
    .s1-c .s1c-lf {
        width: 100%;
        margin-right: 0;
    }
    .s1-c .s1c-rg {
        flex: auto;
        margin-top: 0.5rem;
    }
    /* 师资队伍 */
.s3-c .s3-cnr{
  padding-bottom:0.6rem;
}
    .s3-c .s3-cnr .swiper-container {
        margin: 0;
        padding-top: 0.1rem;
    }
    .s3-cnr .swiper-slide.swiper-slide-active .s3c-szdw a::after {
        display: none;
    }
    .s3-cnr .swiper-slide {
        transform: scale(1);
    }
    .s3-cnr .swiper-slide.swiper-slide-prev,
    .s3-cnr .swiper-slide.swiper-slide-next {
        transform: translateX(0rem) scale(1);
    }
    .s3c-szdw .text {
        opacity: 1;
        width: 1.04rem;
        height: 1.2rem;
    }
    .s3c-szdw .text h2 {
        font-size: 0.2rem;
    }
    .s3c-szdw .text p {
        font-size: 0.14rem;
    }
    /* 党建工作 */
    .s4 {
        padding: 0 0 0.6rem;
    }
    .s4jh {
        display: none;
    }
    .s4mob {
        display: block;
        position: relative;
        padding-bottom: 0.5rem;
    }
    .s4mob .pic {
        overflow: hidden;
        padding-bottom: 66%;
        position: relative;
    }
    .s4mob .pic img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        transition: all 0.4s ease-out 0s;
    }
    .s4mob .text {
        padding: 0.2rem;
        background: #fff;
        overflow: hidden;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    }
    .s4mob .text h2 {
        font-size: 0.2rem;
        color: #333;
        line-height: 0.3rem;
        height: 0.6rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .s4mob .text span {
        font-family: Arial;
        font-size: 0.16rem;
        color: #2B378B;
        padding-left: 0.24rem;
        background: url(../images/icon-time.png) no-repeat left center;
        background-size: auto 0.16rem;
        margin-bottom: 0.1rem;
        display: block;
    }
    .s4mob .s4mob-dot {
        position: absolute;
        bottom: 0;
        z-index: 9;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .s4mob .s4mob-dot span {
        margin: 0 0.15rem;
        width: 0.1rem;
        height: 0.1rem;
        background: #ccc;
        cursor: pointer;
        border-radius: 50%;
        opacity: 1;
        outline: none;
    }
    .s4mob .s4mob-dot span.swiper-pagination-bullet-active {
        background: #2b378b;
    }
    /* 科学研究 */
    .s5 {
        padding-top: 0.6rem;
    }
    .s5jh {
        display: none;
    }
    .s5mob {
        display: block;
        background: #fff;
        position: relative;
        padding: 0.2rem 0.2rem 0.5rem;
    }
    .s5mob .pic {
        overflow: hidden;
        padding-bottom: 65%;
        position: relative;
    }
    .s5mob .pic img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        transition: all 0.4s ease-out 0s;
    }
    .s5mob .text {
        padding: 0.2rem;
        background: #fff;
        overflow: hidden;
    }
    .s5mob .text h2 {
        font-size: 0.2rem;
        color: #333;
        line-height: 0.3rem;
        height: 0.3rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .s5mob .text p {
        font-size: 0.16rem;
        color: #999;
        line-height: 0.3rem;
        height: 0.6rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin: 0.1rem 0;
    }
    .s5mob .text span {
        font-family: Arial;
        font-size: 0.16rem;
        color: #2B378B;
    }
    .s5mob .s5mob-dot {
        position: absolute;
        bottom: 0;
        z-index: 9;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .s5mob .s5mob-dot span {
        margin: 0 0.15rem;
        width: 0.1rem;
        height: 0.1rem;
        background: #ccc;
        cursor: pointer;
        border-radius: 50%;
        opacity: 1;
        outline: none;
    }
    .s5mob .s5mob-dot span.swiper-pagination-bullet-active {
        background: #2b378b;
    }
    .times-section {
        height:13vh;
    }
    /* 学生培养 */
    .s7 {
        background: #2f3faf;
        padding: 0.7rem 0 0.8rem;
    }
    .s7 .s7-c {
        width: 100%;
        height: auto;
        padding: 0;
    }
    .s7-c::after {
        display: none;
    }
    .s7-c .tit {
        margin-top: 0;
    }
    /* 合作交流 */
    .s8 {
        padding: 0.65rem 0;
    }
    .s8-c {
        display: none;
    }
    .s8mob {
        display: block;
        position: relative;
        padding-bottom: 0.6rem;
        margin-top: 0.5rem;
    }
    .s8mob .mar {
        margin-bottom: 0.15rem;
    }
    .s8mob .mar .pic {
        padding-bottom: 67%;
        overflow: hidden;
        position: relative;
    }
    .s8mob .mar .pic img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
        transition: all 0.3s ease-out 0s;
    }
    .s8mob .mar .text {
        padding: 0.2rem 0.15rem;
        box-sizing: border-box;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
    }
    .s8mob .mar .text .time {
        font-family: Times New Roman;
        font-size: 0.16rem;
        color: #2B378B;
    }
    .s8mob .mar .text .time b {
        font-size: 0.32rem;
    }
    .s8mob .mar .text h2 {
        font-size: 0.22rem;
        color: #2B378B;
        line-height: 0.3rem;
        height: 0.3rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .s8mob .mar .text p {
        font-size: 0.16rem;
        color: #727272;
        line-height: 0.28rem;
        max-height: 0.56rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        margin: 0.15rem 0 0.35rem;
    }
    .s8mob .mar .text span {
        width: 1.15rem;
        height: 0.36rem;
        line-height: 0.36rem;
        font-family: 'alph';
        background: url(../images/icon-more4.png) no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        text-align: center;
        font-size: 0.16rem;
        color: #2B378B;
    }
    .s8mob .s8mob-prev,
    .s8mob .s8mob-next {
        width: 0.52rem;
        height: 0.52rem;
        position: absolute;
        z-index: 10;
        bottom: 0;
        outline: none;
        cursor: pointer;
        background: url(../images/szdw-btn.png) no-repeat center;
        background-size: auto 0.52rem;
    }
    .s8mob .s8mob-prev {
        left: 50%;
        margin-left: -0.7rem;
    }
    .s8mob .s8mob-next {
        right: 50%;
        transform: rotate(180deg);
        margin-right: -0.7rem;
    }
    .s8mob .s8mob-prev:hover,
    .s8mob .s8mob-next:hover {
        background: url(../images/szdw-btn2.png) no-repeat center;
        background-size: auto 0.52rem;
    }
    .s8mob .s8mob-next:hover {
        transform: rotate(180deg);
    }
}

@media screen and (max-width: 767px) {
   .s3c-szdw .text{
     width:0.87rem;
   height:1rem;
}
   .s3c-szdw .text h2{
      font-size:0.19rem;
       line-height:0.3rem;
       height:0.3rem;
   }
    .s3c-szdw .text p{
       line-height:0.24rem;
       max-height:0.48rem;
   }

}

@media screen and (max-width: 480px) {}