﻿.title {
    position: relative;
    min-height: 0.64rem;
    margin-bottom: 0.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title .text {
    display: flex;
    align-items: center;
}

.title .text.huan {
    flex-direction: column;
    align-items: flex-start;
}

.title .text.huan p {
    margin-left: 0;
    margin-top: 0.1rem;
}

.title .text h1 {
    font-size: 0.4rem;
    color: #1A4991;
    margin: 0;
}

.title .text p {
    font-size: 0.2rem;
    color: #999;
    position: relative;
    text-indent: 0.5rem;
    margin-left: 0.2rem;
}

.title .text p::before {
    content: '';
    width: 0.3rem;
    height: 2px;
    background: #999;
    position: absolute;
    top: 50%;
    left: 0;
}

.title a.more {
    line-height: 0.64rem;
    padding-left: 0.64rem;
    background: url(../img/more.png) left center no-repeat;
    background-size: 0.59rem;
    font-size: 0.16rem;
    color: #0A58BA;
}

.title.white * {
    color: #fff !important;
}

.title.white .text p::before {
    background: #fff;
}

.title.white a.more {
    background-image: url(../img/more-white.png);
}

.title .navs {
    display: flex;
    flex: 1;
    margin: 0 0.4rem;
}

.title .navs a {
    font-weight: bold;
    font-size: 0.22rem;
    color: #999;
    margin-right: 0.2rem;
    padding-bottom: 0.15rem;
    padding-top: 0.15rem;
    transition: all 0.3s ease;
    background: url('../img/icon-nav-jiao.png') no-repeat 50% 150px;
}

.title .navs a.active {
    color: #2D5799;
    background: url('../img/icon-nav-jiao.png') no-repeat 50% bottom;
    background-size: 0.12rem;
}

.title .btn {
    display: flex;
    margin-right: 0.5rem;
}

.title .btn .prev,
.title .btn .next {
    width: 0.5rem;
    height: 0.5rem;
    background: url('../img/icon-prev.png') no-repeat center;
    background-size: 100%;
}

.title .btn .next {
    margin-left: 0.3rem;
    background-image: url('../img/icon-next.png');
}

.title .btn .swiper-button-disabled {
    opacity: 0.5;
}

.title.text-center .text {
    flex-direction: column;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.title.text-center .text p {
    margin-left: 0;
    margin-top: 0.1rem;
    text-indent: 0;
}

.title.text-center .text p::before {
    display: none;
}

.index-s1 {
    position: relative;
}

.index-s1 .item {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.index-s1 .item .img-box {
    height: 100%;
    position: relative;
    z-index: 1;
}

.index-s1 .item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transition: transform 5s ease;
    will-change: transform;
}

.index-s1 .pagination {
    position: absolute;
    bottom: 1rem;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 0;
    z-index: 2;
}

.index-s1 .pagination span {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-left: 1rem;
    cursor: pointer;
}

.index-s1 .pagination span:nth-of-type(1) {
    margin-left: 0;
}

.index-s1 .pagination span:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.2);
    opacity: 0;
}

.index-s1 .pagination span:after {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0 0 -4px;
}

.index-s1 .pagination span svg {
    fill: none;
    stroke: #fff;
    stroke-width: 2px;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
    transform: rotate(-90deg);
}

.index-s1 .pagination span.active:before {
    opacity: 1;
}

.index-s1 .pagination span.active svg {
    animation: indexsvg 5.5s linear forwards;
}

.index-s1 .button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    transition: opacity .3s ease;
}

.index-s1 .button .btn {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.5;
    transition: opacity .3s ease;
}

@media (any-hover: hover) {
    .index-s1 .button .btn:hover {
        opacity: 1;
    }
}

.index-s1 .button.show {
    opacity: 1;
}

.index-s1 .pagination span {
    color: rgba(255, 255, 255, 1);
    font-family: fantasy;
    height: 60px !important;
    width: 40px !important;
    margin: 0 !important;
    text-shadow: 0px 3px 0 #00000080;
    position: relative;
}

.index-s1 .pagination span.active {
    width: 60px !important;
    font-size: 60px;
    line-height: 1;
    height: 60px;
}

.index-s1 .pagination span {
    position: relative;
    height: auto;
}

.index-s1 .pagination span:before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 12px;
    margin-top: -5px;
    border-radius: 50%;
    border: solid 1px #fff;
    opacity: 1;
}

.index-s1 .pagination span.active:before {
    display: none;
}

.index-s1 .pagination span:after {
    display: none;
}

.index-s1 .prev,
.index-s1 .next {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    background-color: #fff;
    opacity: 0.9;
    color: #000;
    transition: opacity.3s ease;
}

.index-s1 .next.swiper-button-next:after,
.index-s1 .prev.swiper-button-prev:after {
    font-size: 0.18rem;
    font-weight: bold;
}

.index-s1 .prev {
    left: 1.85rem;
}

.index-s1 .next {
    right: 1.85rem;
}


/* 脙楼芒鈧好偮久兟⑩偓掳芒鈧∶兟γ⑩偓鈥溍偮懊兟┟⑩偓鈥澝偮幻兟γ偮犆偮访兟ッ偮济偮� */
.news-image {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-image .item {
    width: calc(33% - 15px);
    background-color: #F0F3F8;
    margin-bottom: 30px;
    transition: all 0.3s ease;
}

.news-image .img-box {
    height: 2.75rem;
    width: 100%;
    overflow: hidden;
}

.news-image .img-box img {
    transition: all 0.3s ease;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.news-image .text {
    padding: 0.15rem;
}

.news-image .text p {
    font-size: 0.2rem;
    font-weight: bold;
    margin-bottom: 0.1rem;
    transition: all 0.3s ease;
}

.news-image .text span {
    font-size: 0.18rem;
    color: #999;
    background: url('../img/icon-time1.png') no-repeat left;
    background-size: 0.22rem;
    text-indent: 0.28rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    line-height: 0.18rem;
}

.news-image .item:hover {
    background: #2AA9E0;
}

.news-image .item:hover p,
.news-image .item:hover span {
    color: #fff;
}

.news-image .item:hover span {
    background-image: url('../img/icon-time.png');
}

.news-image .item:hover .img-box img {
    transform: scale(1.15);
}

/* 脙楼芒鈧好偮久兟⑩偓掳芒鈧∶兟γ⑩偓鈥溍偮懊兟┟⑩偓鈥澝偮幻兟γ偮犆偮访兟ッ偮济偮� */

/* 脙楼脗陋芒鈧劉脙陇脗陆芒鈧撁兟ッ偮Ｃ偮懊兟┟吢该偮� */
.mtsy {
    margin-top: 0.3rem;
    padding-top: 0.4rem;
    background: url('../img/bg-mtsy.png') no-repeat top;
}

/* 脙楼脗陋芒鈧劉脙陇脗陆芒鈧撁兟ッ偮Ｃ偮懊兟┟吢该偮� */

.xxgk {
    margin-top: -2.6rem;
    padding-top: 3.4rem;
    background: url('../img/bg-xxgk.png') no-repeat top;
}

.news-xxgk .item {
    width: calc(25% - 10px);
    margin-bottom: 20px;
}

.news-xxgk .img-box {
    height: 2.1rem;
}


/* 脙楼脗陋芒鈧劉脙陇脗陆芒鈧撁兟ッ偮Ｃ偮懊兟┟吢该偮� */


/* 氓鈥ε∶韭っヂ仿ッぢ脚� */
.dqgz {
    padding-top: 0.4rem;
}

.dqgz-bd {
    overflow: hidden;
}

.dqgz-img {
    width: 60%;
    float: left;
}

.dqgz-img .item {
    display: block;
    width: 100%;
    height: 5.6rem;
    position: relative;
}

.dqgz-img .text {
    position: absolute;
    bottom: 0;
    height: 0.8rem;
    line-height: 0.8rem;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    overflow: hidden;
}

.dqgz-img .text p {
    padding-left: 0.25rem;
    font-size: 0.24rem;
    font-weight: bold;
    width: 80%;
    float: left;
}

.dqgz-img .text span {
    float: right;
    padding-right: 0.25rem;
}

.dqgz-img .prev,
.dqgz-img .next {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    transition: opacity.3s ease;
    opacity: 0.8;
}

.dqgz .swiper-button-disabled {
    opacity: 0;
}

.dqgz-img .next.swiper-button-next:after,
.dqgz-img .prev.swiper-button-prev:after {
    font-size: 0.18rem;
    font-weight: bold;
}

.dqgz-img .prev {
    left: .45rem;
}

.dqgz-img .next {
    right: .45rem;
}

.dqgz-ul {
    width: 36.6%;
    float: right;
}

.dqgz-ul li a {
    display: flex;
    align-items: self-end;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin-bottom: 0.28rem;
    background: url(../img/dqgz-a-bg.png) center bottom no-repeat;
    height: 0.9rem;
    border: solid 1px #e7eef7;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.dqgz-ul p {
    padding: 0 0.25rem;
    font-size: 20px;
    width: 100%;
    box-sizing: border-box;
    color: #000;
    font-size: 0.24rem;
    transition: all 0.3s ease;
}

.dqgz-ul span {
    padding: 0 0.25rem;
    text-align: center;
    font-size: 0.16rem;
    color: #999;
    margin-top: 0.08rem;
    background: url(../img/icon-time1.png) no-repeat left;
    background-size: 0.16rem;
    padding-left: 0.2rem;
    display: block;
    transition: all 0.3s ease;
}

.dqgz-ul li a:hover {
    background-color: #1B4A92;
    color: #fff;
}

.dqgz-ul li a:hover p {
    color: #fff;
}

.dqgz-ul li a:hover span {
    color: #fff;
    background-image: url(../img/icon-time.png);
}

/* 氓鈥ε∶韭っヂ仿ッぢ脚�*/


/* 脙楼脜赂脗鹿脙楼芒鈧γ偮� */
.pyang {
    margin-top: 0.4rem;
    padding-top: 0.4rem;
    padding-bottom: 1.25rem;
    background: url('../img/bg-pyang.png') top;
    overflow: hidden;
}

.pyang-item {
    width: 48%;
    margin-bottom: 20px;
    float: left;
}

.pyang-item:last-child {
    float: right;
}

.pyang .top-img {
    width: 100%;
    height: 5rem;
    overflow: hidden;
    display: block;
    margin-bottom: 0.25rem;
    position: relative;
}

.pyang .top-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.pyang .top-img .text {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 0.2rem;
    padding-top: 0.4rem;
    font-size: 0.23rem;
    box-sizing: border-box;
    text-shadow: 1px 1px 1px #222;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.pyang .top-img:hover img {
    transform: scale(1.2);
}

.pyang .list {
    display: flex;
    justify-content: space-between;
}

.pyang .list .item {
    width: 2.3rem;
    height: 2.3rem;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #000;
}

.pyang .list .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .6;
    position: absolute;
    z-index: 0;
}

.pyang .list .item::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #1b4991;
    opacity: 0.8;
    z-index: 1;
    transition: all 0.3s ease;
}

.pyang .list .item:hover::before {
    background: #2aa9e0;
}

.pyang .list .item .date {
    position: relative;
    z-index: 2;
}

.pyang .list .item .date b {
    color: #fff;
    font-size: 0.5rem;
}

.pyang .list .item .date p {
    color: #fff;
}

.pyang .list .item .name {
    position: relative;
    padding: 0 0.12rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #fff;
    margin-top: 0.2rem;
    font-weight: bold;
    font-size: 0.18rem;
    line-height: 0.26rem;
    z-index: 2;
}

/* 脙楼脜赂脗鹿脙楼芒鈧γ偮� */

/* 脙搂脗搂芒鈧溍兟ッ偮偮γ兟偮犆⑩偓聺脙搂脗漏脗露 */
.kxyj {
    margin-top: -1.2rem;
    padding-top: 1.8rem;
    background: url('../img/bg-kxyj.png') top no-repeat;
}

.kxyj-bd {
    overflow: hidden;
}

.kxyj-img {
    width: 7.5rem;
    float: left;
    position: relative;
}

.kxyj-img .item {
    display: block;
    width: 100%;
    height: 5.2rem;
    position: relative;
}

.kxyj-img .text {
    position: absolute;
    bottom: 0;
    line-height: 0.7rem;
    width: 100%;
    padding-top: 0.5rem;
    color: #fff;
    overflow: hidden;
    text-shadow: 1px 1px 1px #222;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.kxyj-img .text p {
    padding-left: 0.25rem;
    font-size: 0.2rem;
    font-weight: bold;
    width: 80%;
    float: left;
}

.kxyj-img .text span {
    float: right;
    padding-right: 0.25rem;
}

.kxyj-img .prev,
.kxyj-img .next {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    transition: opacity.3s ease;
    opacity: 0.8;
}

.kxyj .swiper-button-disabled {
    opacity: 0;
}

.kxyj-img .next.swiper-button-next:after,
.kxyj-img .prev.swiper-button-prev:after {
    font-size: 0.18rem;
    font-weight: bold;
}

.kxyj-img .prev {
    left: .45rem;
}

.kxyj-img .next {
    right: .45rem;
}

.kxyj-img .swiper-pagination {
    right: 0.2rem;
    bottom: 0.2rem;
    width: auto;
    left: auto;
}

.kxyj-img .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
    background-color: #fff;
}

.kxyj-ul {
    width: 7.8rem;
    float: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.kxyj-ul li {
    width: 3.8rem;
}

.kxyj-ul li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    margin-bottom: 0.2rem;
    background: #1B4A92 url(../img/kxyj-a-bg.png) center bottom no-repeat;
    height: 2.5rem;
    transition: all 0.3s ease;
    align-items: flex-start;
}

.kxyj-ul p {
    padding: 0 0.25rem;
    line-height: 1.5;
    font-size: 20px;
    width: 100%;
    box-sizing: border-box;
    color: #fff;
    font-size: 0.24rem;
}

.kxyj-ul span {
    padding-left: 0.4rem;
    margin-top: 0.5rem;
    margin-left: 0.25rem;
    font-size: 0.18rem;
    color: #fff;
    margin-top: 0.2rem;
    background: url(../img/icon-time.png) no-repeat left;
    background-size: 0.28rem;
    line-height: 0.28rem;
    display: block;
}

.kxyj-ul li a:hover {
    background-color: #2AA9E0;
    color: #fff;
}

/*  脙搂脗搂芒鈧溍兟ッ偮偮γ兟偮犆⑩偓聺脙搂脗漏脗露 */

/* 脙娄芒鈧姑⑩偓潞脙搂芒鈧澝吢该兟ッ偮懊偮泵兟っ偮该吢� */
.zsjy {
    margin-top: 0.7rem;
    padding-bottom: 1.25rem;
    background: url('../img/zsjy-bg.png') no-repeat bottom;
}

.zsjy .news-image .item {
    width: calc(25% - 15px);
    background: #115CB7;
    margin-bottom: 0;
}

.zsjy .news-image .item:nth-child(2) {
    background: #2C73DF;
}

.zsjy .news-image .item:nth-child(3) {
    background: #1A8CD3;
}

.zsjy .news-image .item:nth-child(4) {
    background: #DBAD4F;
}

.zsjy .news-image .img-box {
    height: 2.8rem;
}

.zsjy .news-image .text {
    height: 1.6rem;
    padding: 0.2rem;
    background: url('../img/zsjy-a-bg.png') no-repeat bottom;
}

.zsjy .news-image .text p {
    color: #fff;
}

.zsjy .news-image .text .desc {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 0.16rem;
    text-align: justify;
    opacity: 0.8;
    line-height: 1.8;
    margin-top: 0.2rem;
}

/* 脙娄芒鈧姑⑩偓潞脙搂芒鈧澝吢该兟ッ偮懊偮泵兟っ偮该吢� */

/* 脙篓脗搂芒鈧犆兟┟偮⒚⑩偓藴脙搂脗庐芒鈥毬兟っ偮幻⑩偓鹿 */
.spjj {
    background: url('../img/bg-spjj.png') left;
    height: 5.5rem;
    position: relative;
}

.spjj .six-left {
    width: 7.5rem;
    padding-top: 1.45rem;
}

.spjj .video-title {
    font-size: 0.32rem;
    color: #fff;
    line-height: 1;
    letter-spacing: 4px;
    font-weight: bold;
}

.spjj .video-lind {
    width: 1rem;
    height: 2px;
    background: #fff;
    margin-top: 30px;
}

.spjj .video-p {
    font-size: 0.16rem;
    color: #fff;
    margin-top: 0.2rem;
    text-align: justify;
    line-height: 2;
    width: 5.2rem;
}

.spjj .video-box {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    bottom: 0;
}

.spjj .video-box:before {
    display: block;
    content: "";
    z-index: 100;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5) url(../img/play.png) center no-repeat;
}

.spjj .video-box:after {
    animation: bigScalea 2s linear infinite;
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    width: 80px;
    height: 80px;
    background: #fff;
    opacity: 0.3;
    border-radius: 50%;
}

@keyframes bigScalea {
    0% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }

    50% {
        -webkit-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5)
    }

    100% {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }

}

.jsfc {
    margin-top: 0.7rem;
    position: relative;
}

.jsfc-list {
    display: flex;
    justify-content: space-between;
}

.jsfc-list .item {
    width: 5.72rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.jsfc-list .item a {
    display: block;
    width: 100%;
    height: 3.2rem;
    overflow: hidden;
    border-radius: 0.2rem;
    margin-bottom: 0.2rem;
}

.jsfc-list .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.jsfc-list .item-1 {
    width: 3.85rem;
}

.jsfc-list .item-1 a {
    height: 2.55rem;
}

.jsfc-list .item-2 a:not(:first-child),
.jsfc-list .item-3 a:not(:last-child) {
    width: calc(50% - 0.1rem);
    height: 1.9rem;
}