.Top {
    position: relative;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    color: #333333;
    font-size: 16px;
    z-index: 100
}

.Top a {
    color: #333333
}

.Top .auto {
    position: relative;
    height: 100px
}

.Top nav a {
    display: inline-block
}

.Top nav a:not(:last-child):after {
    display: inline-block;
    width: 1px;
    height: 6px;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 10px;
    vertical-align: middle;
    content: ''
}

.Top menu li {
    position: relative
}

.Top menu li:after {
    position: absolute;
    bottom: -1px;
    height: 2px;
    content: '';
    width: 0;
    background: #094C9B;
    left: 50%;
    transform: translateX(-50%);
    transition: 0.3s
}

.Top menu li.aon:after {
    width: 100%
}

.Top menu li.aon span a {
    color: #094C9B
}

.Top menu li span {
    font-size: 20px;
    display: block
}

.Top .sub {
    padding: 10px;
    display: none
}

.Top .sub dt {
    line-height: 40px
}

.Top .open-search {
    position: absolute;
    right: 0px;
    top: 42px;
    background: url(../images/search.png) no-repeat;
    width: 21px;
    height: 21px
}

.Top .top-search {
    position: absolute;
    right: 0px;
    top: 100%;
    background: #fff;
    width: 400px;
    padding-right: 40px
}

.search-show .Top .top-search {
    display: block
}

.Top .top-search .text {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 0;
    padding: 0 10px
}

.Top .top-search .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    background: url(../images/search2.png) no-repeat center center #094C9B
}

@media (min-width: 1025px) {
    .Top menu li {
        float: left;
        line-height: 100px
    }

    .Top menu {
        padding-right: 5.1vw
    }

    .Top .logo {
        float: left;
        padding-top: 14px
    }

    .Top .top-right {
        float: right;
        position: relative
    }

    .Top nav {
        padding-top: 27px;
        text-align: right
    }

    .Top menu li:not(:last-child) {
        margin-right: 2.6vw
    }

    .Top .sub {
        background: rgba(255, 255, 255, 0.8);
        position: absolute;
        left: 50%;
        margin-left: -60px;
        width: 120px;
        top: 100%;
        border-radius: 0 0 5px 5px
    }

    .Top .sub dt {
        text-align: center
    }

    .Top .sub dt a {
        color: #333
    }

    .Top .sub dt:hover a {
        color: #094C9B
    }
}

@media (max-width: 1024px) {
    .Top .auto {
        height: 60px
    }

    .Top .sub dt {
        line-height: 32px
    }

    .Top {
        background: #fff;
        border-bottom: 1px solid #dedede
    }

    .Top nav {
        position: absolute;
        right: 30px;
        top: 10px
    }

    .Top menu {
        position: absolute;
        right: 0;
        top: -100%;
        transform: translateY(-100%);
        opacity: 0;
        z-index: 100;
        width: 240px;
        background: rgba(255, 255, 255, 0.95);
        padding: 2vw;
        transition: transform 0.3s
    }

    .Top menu li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2)
    }

    .Top menu li span {
        padding: 10px 0
    }

    .Top .logo {
        display: table;
        height: 60px
    }

    .Top .logo a {
        display: table-cell;
        vertical-align: middle
    }

    .Top .logo img {
        max-height: 54px
    }

    .Top .open-search {
        top: 50%;
        transform: translateY(-50%);
        right: 70px
    }

    .Top .open-menu {
        position: absolute;
        right: 0%;
        top: 50%;
        transform: translateY(-50%);
        width: 32px
    }

    .Top .sub {
        background: #fff
    }

    .menu-show .Top menu {
        top: 60px;
        transform: translateY(0);
        opacity: 1;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15)
    }
}

@media (max-width: 800px) {
    .Top nav {
        display: none
    }

    .Top .open-search,.Top .open-menu {
        bottom: auto;
        top: 50%;
        transform: translateY(-50%)
    }
}

@media (max-width: 480px) {
    .Top .logo {
        width: 58%
    }
}

.Banner {
    color: #fff
}

.Banner .tit {
    font-size: 13vw;
    line-height: 1;
    position: absolute;
    left: 8.33vw;
    top: -4.16vw;
    color: rgba(255, 255, 255, 0.3)
}

.Banner .desc {
    font-size: 1.77vw;
    line-height: 1.75;
    color: #FFFFFF;
    text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.3)
}

.Banner li {
    position: relative
}

.Banner .txt {
    position: absolute;
    left: 0;
    top: 50%;
    width: 43.75vw;
    height: 12.5vw;
    z-index: 10;
    transform: translateY(-50%);
    padding: 3.125vw 2.6vw 3.125vw 8.33vw;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px)
}

.Banner .txt .ytable {
    height: 100%
}

.Banner .txt {
    transform: translateX(-100%);
    opacity: 0;
    transition: 0.3s 0s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.Banner .tit,.Banner .desc {
    transform: translateY(30px);
    opacity: 0;
    transition: 0.5s 0s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.Banner .desc {
    transition-delay: 0.5s
}

.Banner .ani-show .tit,.Banner .ani-show .desc {
    transform: translateY(0);
    opacity: 1
}

.Banner .ani-show .txt {
    transform: translate(0%, -50%);
    opacity: 1
}

.Banner .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    z-index: 20
}

.Banner .slick-dots li {
    float: left;
    width: 43px;
    height: 43px;
    margin: 0 10px;
    cursor: pointer
}

.Banner .slick-dots li.slick-active {
    background: url(../images/Banner-dots.png) no-repeat;
    background-size: contain
}

.Banner .slick-dots li button {
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    border: 0;
    overflow: hidden;
    text-indent: -999em;
    font-size: 1em;
    opacity: 0.8
}

.Banner .slick-dots li.slick-active button {
    opacity: 0
}

.Banner .Ispic.pc,.Banner img.pc {
    display: block
}

@media (max-width: 1600px) {
    .Banner {
        font-size: 6vw
    }

    .Banner .slick-dots li {
        width: 20px;
        height: 20px
    }
}

@media (max-width: 640px) {
    .Banner .slick-dots li {
        width: 0.4em;
        height: 0.4em;
        margin: 0 0.2em
    }

    .Banner .slick-dots li button {
        width: 0.2em;
        height: 0.2em
    }
}

.Floor1 {
    padding: 80px 0
}

.Floor1 .tab-ul {
    position: relative;
    z-index: 20;
    margin-bottom: 0.8rem;
    height: 60px;
    line-height: 60px;
    color: #333;
    border-bottom: 1px solid #D8D8D8
}

.Floor1 .tab-ul li span {
    font-size: 32px;
    color: #666666;
    display: block;
    height: 1.5454em;
    line-height: 1;
    cursor: pointer;
    height: 60px;
    line-height: 60px
}

.Floor1 .tab-ul li span i {
    font-style: normal;
    border-bottom: 3px solid transparent;
    display: inline-block;
    height: 60px;
    line-height: 60px
}

.Floor1 .tab-ul li.on span i {
    border-bottom-color: #004BA3;
    color: #004BA3
}

.Floor1 .tab-ul li.on span {
    font-size: 40px;
    font-weight: bold;
    color: #333333
}

.Floor1 .tab-ul li>a {
    position: absolute;
    right: 0;
    top: 0;
    color: #999
}

.Floor1 .tab-ul li:not(.on)>a {
    display: none
}

.Floor1 .list-tab {
    background-color: #fff;
    position: relative;
    min-height: 6.6rem
}

.Floor1 .list-tab .list {
    position: absolute;
    top: 200px;
    z-index: -5;
    opacity: 0;
    width: 100%;
    transition: all 0.5s
}

.Floor1 .list-tab .list.show {
    top: 0;
    opacity: 1;
    z-index: 9
}

.Floor1 .img-item a {
    display: block;
    height: auto;
    position: relative;
    overflow: hidden
}

.Floor1 .img-item .Ispic {
    height: 5.2rem;
    transition: all 0.3s
}

.Floor1 .img-item .box {
    padding: 30px;
    padding-right: 180px;
    position: relative
}

.Floor1 .img-item .txt {
    z-index: 10;
    width: 100%;
    color: #333333
}

.Floor1 .img-item .txt aside {
    font-size: 1.375em;
    line-height: 1;
    margin-bottom: 0.5em
}

.Floor1 .img-item .box time {
    position: absolute;
    right: 24px;
    top: 30px;
    font-size: 18px;
    line-height: 30px;
    color: #333333
}

.Floor1 .img-item .more {
    position: absolute;
    width: 3.75em;
    height: 3.75em;
    background: #e01900 url() no-repeat center;
    right: -1.875em;
    top: 50%;
    margin-top: -1.875em;
    background-size: auto 20%
}

.Floor1 .slick-dots {
    position: absolute;
    right: 30px;
    bottom: 180px;
    z-index: 9;
    font-size: 0
}

.Floor1 .slick-dots li {
    list-style: none;
    width: 12px;
    height: 12px;
    border: 1px solid #FFFFFF;
    background: none;
    margin: 0 9px;
    display: inline-block;
    border-radius: 50%
}

.Floor1 .slick-dots li button {
    display: none
}

.Floor1 .slick-dots li.slick-active {
    background: #fff
}

.Floor1 .img-item:hover .txt aside {
    color: #004BA3
}

.Floor1 .img-item:hover .Ispic {
    transform: scale(1.05)
}

.Floor1 .ul-list {
    padding-left: 0.4rem
}

.Floor1 .ul-list dd {
    line-height: 0.8rem;
    position: relative;
    border-bottom: 1px dashed #999
}

.Floor1 .ul-list dd a {
    color: #333333;
    font-size: 0.2rem
}

.Floor1 .ul-list time {
    float: left;
    font-size: 0.18rem;
    color: #999;
    margin-right: 1em;
    text-align: center;
    line-height: 1;
    padding: 0.15rem 0
}

.Floor1 .ul-list time span {
    font-size: 0.28rem;
    display: block;
    line-height: 1;
    margin-bottom: 0.05rem
}

.Floor1 .ul-list dd:hover {
    border-color: #004BA3
}

.Floor1 .ul-list dd:hover time {
    color: #004BA3
}

.Floor1 .ul-list dd:hover a {
    color: #004BA3;
    font-weight: bold
}

.Floor1 .ul-list h3 {
    font-size: 0.4rem;
    font-weight: bold;
    color: #333333;
    margin-top: 0.2rem;
    margin: 0.3rem 0
}

.Floor1 .ul-list h3 span {
    color: #004BA3
}

.Floor1 .ul-list h3 a {
    float: right;
    font-size: 16px;
    color: #999999;
    font-weight: normal
}

.Floor1 .ul-list ul li {
    padding: 0.2rem 0.15rem;
    background: #F0F7FF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0.1rem
}

.Floor1 .ul-list ul li time span {
    font-size: 0.26rem;
    margin-bottom: 0.1rem
}

.Floor1 .ul-list ul li time {
    padding: 10px 0
}

.Floor1 .ul-list ul li a {
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #333333
}

.Floor1 .ul-list ul {
    margin: 0 -0.1rem
}

.Floor1 .ul-list ul li:hover {
    background: #004BA3
}

.Floor1 .ul-list ul li:hover a {
    color: #fff
}

.Floor1 .ul-list ul li:hover time {
    color: #fff
}

.Floor1 .tab-ul li>a:hover,.Floor1 .ul-list h3 a:hover {
    color: #004BA3
}

.HomeTitle {
    text-align: center;
    margin-bottom: 0.45rem;
    position: relative
}

.HomeTitle h3 {
    font-size: 0.4rem;
    line-height: 0.4rem;
    color: #333333
}

.HomeTitle h3 span {
    color: #004BA3
}

.HomeTitle a {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.16rem;
    color: #999
}

.HomeTitle a:hover {
    color: #004BA3
}

.mySwiper {
    padding: 0 26%
}

.mySwiper .swiper-button-prev {
    width: 0.51rem;
    height: 0.51rem;
    background: url(../images/larr.png) no-repeat center;
    border-radius: 50%
}

.mySwiper .swiper-button-next {
    width: 0.51rem;
    height: 0.51rem;
    background: url(../images/rarr.png) no-repeat center;
    border-radius: 50%
}

.mySwiper .swiper-button-prev:after {
    display: none
}

.mySwiper .swiper-button-next:after {
    display: none
}

.mySwiper .swiper-button-prev:hover {
    background: url(../images/larr2.png) no-repeat center
}

.mySwiper .swiper-button-next:hover {
    background: url(../images/rarr2.png) no-repeat center
}

@media (min-width: 1025px) {
    .Floor1 .tab-ul {
        text-align: center
    }

    .Floor1 .tab-ul li {
        display: inline-block;
        margin-right: 2.125em
    }

    .Floor1 .img-item {
        width: 53.125%
    }

    .Floor1 .ul-list {
        width: calc(100% - 53.125%)
    }
}

@media (max-width: 1024px) {
    .Floor1 .title {
        font-size: 1.8em
    }

    .Floor1 .tab-ul {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 20px
    }

    .Floor1 .tab-ul li {
        margin-right: 30px
    }

    .Floor1 .tab-ul:after {
        display: none
    }

    .Floor1 .ul-list {
        padding: 1em 0
    }

    .Floor1 .ul-list dd a,.Floor1 .img-item .txt aside,.Floor1 .tab-ul li span {
        font-size: 24px
    }

    .Floor1 .list-tab {
        min-height: 175vw
    }

    .Floor1 .ul-list dd {
        display: inline-block;
        width: 100%
    }

    .Floor1 {
        padding: 40px 0
    }

    .HomeTitle {
        margin-bottom: 30px
    }
}

.Floor2 {
    --txt-color-222: #222;
    --rgb-white: 255, 255, 255;
    --hover-color: #004BA3;
    --white: #fff;
    padding: var(--padMar90) 0 var(--padMar80) 0;
    overflow: hidden
}

.Floor2 .swiperCon {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-top: 0.3rem
}

.Floor2 .swiperCon:after,.Floor2 .swiperCon:before {
    position: absolute;
    content: '';
    width: 1.6rem;
    height: 100%;
    opacity: 0.7;
    z-index: 10;
    pointer-events: none;
    top: 0
}

.Floor2 .swiper {
    overflow: initial
}

.Floor2 .swiper-wrapper {
    height: auto;
    padding: 0.35rem 0 0
}

.Floor2 .swiper-slide a {
    display: block
}

.Floor2 .pic {
    overflow: hidden
}

.Floor2 .pic .Ispic {
    padding-bottom: 2.4rem;
    transition: 0.5s ease-in-out
}

.Floor2 .swiper-slide {
    transition: all 0.3s;
    margin-bottom: 0.35rem
}

.Floor2 .swiper-slide a:hover .Ispic {
    transform: scale(1.05)
}

.Floor2 .swiper-slide:hover {
    box-shadow: 0rem 0.04rem 0.2rem 0rem rgba(5, 33, 65, 0.1);
    margin-top: -0.35rem;
    margin-bottom: 0
}

.Floor2 .swiper-slide:hover .txt {
    padding-bottom: 0.7rem
}

.Floor2 .swiper-slide:hover .txt .tit {
    font-weight: bold
}

.Floor2 .txt {
    padding: 0.35rem
}

.Floor2 .tit {
    font-size: 0.2rem;
    line-height: 0.3rem
}

.Floor2 .controls {
    display: flex;
    align-items: center;
    margin-top: var(--padMar40)
}

.Floor2 .controls .pages {
    flex: 1;
    height: 2px;
    background-color: #eee;
    position: relative
}

.Floor2 .controls .pages span {
    height: 5px;
    top: -2px;
    background-color: var(--hover-color);
    border-radius: 5px
}

@media (min-width: 1025px) {
    .Floor2 .swiperCon {
        padding: 0
    }

    .Floor2 .swiperCon:after {
        display: none
    }

    .Floor2 .controls {
        width: 100%
    }
}

@media (max-width: 1024px) {
    .Floor2 .swiperCon {
        padding: 0
    }

    .Floor2 .swiperCon:before {
        width: var(--padMar160)
    }

    .Floor2 .pic .Ispic {
        padding-bottom: 63%;
        height: auto
    }
}

.Floor3 {
    position: relative;
    z-index: 1
}

.Floor3 {
    position: relative;
    background: url(../images/Floor3bg2.png) no-repeat right bottom;
    padding-top: 0.85rem
}

.Floor3 .auto {
    max-width: 1600px;
    width: 90%
}

.Floor3 .main {
    color: #333;
    table-layout: fixed
}

.Floor3 .title {
    color: #fff;
    font-size: 0.38em;
    margin-bottom: 1.0526em;
    position: absolute;
    left: 8.33vw;
    top: 2.12rem
}

.Floor3 .main .slider {
    margin-left: -0.3rem
}

.Floor3 .main .slider li .icon {
    max-width: 0.42em;
    position: relative;
    height: 0.41em;
    margin-bottom: 0.97em;
    display: table;
    line-height: 0
}

.Floor3 .main .slider li .icon aside {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.3s
}

.Floor3 .main .slider li a {
    display: block;
    padding: 0em 1rem;
    width: 100%;
    transition: 0.3s;
    color: #fff;
    position: relative;
    z-index: 2
}

.Floor3 .main .slider li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    height: 100%
}

.Floor3 .main .slider li .name {
    font-size: 0.24rem;
    transition: transform 0.3s
}

.Floor3 .main .slider li:hover:after,.Floor3 .main .slider li.slick-current:after {
    opacity: 0
}

.Floor3 .main .slider li {
    height: 5.78rem;
    background-size: cover;
    background-position: center;
    border: 2px solid #fff;
    position: relative;
    margin-left: 0.25rem;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.Floor3 .main .slider li .more {
    display: table;
    line-height: 0;
    width: 0.21em;
    height: 0.13em;
    background: url() no-repeat;
    background-size: contain;
    transition: transform 0.3s
}

.Floor3 .main .slider li a:hover .more {
    transform: translateY(-0.24em)
}

.Floor3 .bg-img .slider li {
    position: relative
}

.Floor3 .bg-img .slider li .txt {
    position: absolute;
    left: 8.33vw;
    top: 2.8rem;
    z-index: 99
}

.Floor3 .bg-img .slider li .txt .ti {
    display: flex;
    align-items: center
}

.Floor3 .bg-img .slider li .txt .ti h3 {
    font-size: 0.36rem;
    line-height: 1;
    color: #FFFFFF;
    font-weight: normal
}

.Floor3 .bg-img .slider li .txt .ti p {
    font-size: 0.16rem;
    line-height: 0.2rem;
    color: #FFFFFF;
    margin-top: 0.06rem
}

.Floor3 .bg-img .slider li .txt .ti img {
    margin-right: 0.25rem
}

.Floor3 .bg-img .slider li .txt .con {
    font-size: 0.22rem;
    line-height: 0.38rem;
    color: rgba(255, 255, 255, 0.8);
    max-width: 6.28rem;
    font-weight: lighter;
    margin-top: 0.5rem
}

.Floor3 .bg-img .slider li .txt .more {
    width: 1.3rem;
    color: #FFFFFF;
    height: 0.4rem;
    line-height: 0.4rem;
    margin-top: 2rem;
    text-align: center;
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    border: 0.01rem solid #FFFFFF
}

.Floor3 .bg-img .slider li .txt .more img {
    width: 0.3rem
}

.Floor3 .bg-img .slider li .txt .more:hover {
    background: #004BA3;
    border-color: #004BA3
}

.Floor3 .bg-img .slider .slick-arrow {
    width: 0.59rem;
    height: 0.59rem;
    position: absolute;
    right: 0;
    top: 2rem;
    z-index: 99
}

.Floor3 .bg-img .slider .slick-arrow.slick-prev {
    background: url(../images/larr3.png) no-repeat center/contain;
    right: -40vw
}

.Floor3 .bg-img .slider .slick-arrow.slick-next {
    background: url(../images/rarr3.png) no-repeat center/contain;
    right: -45vw
}

.Floor3 .bg-img .slider .slick-arrow.slick-next:hover {
    background: url(../images/rarr4.png) no-repeat center/contain
}

.Floor3 .bg-img .slider .slick-arrow.slick-prev:hover {
    background: url(../images/larr4.png) no-repeat center/contain
}

@media (min-width: 1025px) {
    .Floor3 .main {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%
    }

    .Floor3 .info {
        max-width: 415px
    }

    .Floor3 .main .slider {
        width: 54.2%;
        margin-top: 3rem;
        float: right;
        position: absolute;
        right: 0;
        bottom: 0.48rem;
        z-index: 10
    }

    .Floor3 .bg-img .slick-dots {
        display: none!important
    }

    .Floor3 .bg-img {
        width: 50%;
        height: 9.36rem;
        float: left;
        margin-bottom: -2px;
        position: relative;
        z-index: 8
    }

    .Floor3 .bg-img .img-block {
        height: 100%;
        width: 100%;
        object-fit: cover
    }
}

@media (max-width: 1024px) {
    .Floor3 {
        overflow: hidden;
        padding-top: 0em
    }

    .Floor3 .main .slider li a {
        padding: 0 9vw
    }

    .Floor3 .main .slider {
        width: 96%;
        margin: 0 auto
    }

    .Floor3 .bg-img .slick-dots {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.3em 0
    }

    .Floor3 .bg-img .slick-dots li {
        width: 0.2em;
        height: 0.2em;
        border-radius: 50%;
        background-color: #00ac6f;
        opacity: .3;
        margin: 0 0.1em
    }

    .Floor3 .bg-img .slick-dots li.slick-active {
        opacity: 1
    }

    .Floor3 .bg-img .slick-dots li button {
        display: none
    }

    .Floor3 .main .slider li {
        height: 2rem;
        margin: 0 10px
    }

    .Floor3 .bg-img .slider li .txt {
        top: 1rem;
        left: 4%
    }
}

@media (max-width: 480px) {
    .Floor3 .info {
        font-size: 0.24em
    }

    .Floor3 .main .slider li a {
        height: auto;
        padding: 0.4em 0.2em 0
    }

    .Floor3 .main .slider li .icon {
        margin-bottom: 0.6em
    }

    .Floor1 .ul-list dd a,.Floor1 .img-item .txt aside,.Floor1 .tab-ul li span {
        font-size: 20px
    }

    .Floor2 .HomeTitle {
        margin-bottom: 0
    }

    .Floor2 .swiperCon {
        margin-top: 0
    }

    .Floor3 .main .slider li .name {
        font-size: 18px
    }

    .Floor3 .bg-img .slider li .txt {
        top: 0.4rem;
        width: 94%
    }

    .Floor3 .bg-img .slider li .txt .more {
        margin-top: 40px
    }

    .Floor3 .bg-img .slider li .txt .con {
        max-height: 140px;
        overflow-y: auto
    }

    .Floor1 {
        padding: 20px 0 0
    }
}

.Floor4 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: url(../images/Floor4-bg.png) no-repeat center;
    padding: var(--padMar90) 0;
    --hover-color: #007fff
}

.Floor4 .index-title {
    text-align: center;
    margin-bottom: 0.48rem;
    line-height: 1
}

.Floor4 .index-title .tit {
    font-weight: 500;
    color: #000;
    font-size: var(--font-size46);
    margin-bottom: 0.19rem
}

.Floor4 .con {
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #666666;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #D8D8D8
}

.Floor4 .con h3 {
    font-size: 0.3rem;
    font-weight: 500;
    color: #004BA3;
    margin-bottom: 0.2rem
}

.Floor4 .con .conterup {
    font-size: 0.9rem;
    font-family: Staatliches;
    line-height: 0.9rem;
    color: #004BA3;
    margin-bottom: 0.2rem
}

.Floor4 .index-more {
    display: flex;
    justify-content: center;
    margin-top: 0.14rem
}

.Floor4 .index-more a {
    display: flex;
    align-items: center;
    border: solid 2px var(--hover-color);
    font-size: var(--font-size16);
    padding: 0 calc(38 / 16 * 1em);
    color: var(--hover-color);
    height: calc(54 / 16 * 1em);
    border-radius: calc(54 / 16 * 1em);
    transition: 0.3s
}

.Floor4 .index-more a:after {
    display: block;
    content: '';
    margin-left: 0.8em;
    height: 1em;
    width: 1em;
    background: url() no-repeat center center / contain;
    transition: transform 0.3s
}

.Floor4 .index-more a:hover {
    color: #fff;
    background-color: var(--hover-color)
}

.Floor4 .index-more a:hover:after {
    filter: brightness(0) invert(1);
    transform: rotateY(180deg)
}

.Floor4 .cate-list li {
    margin: 0 0.24rem;
    color: #292929;
    font-size: var(--font-size20);
    cursor: pointer;
    position: relative;
    z-index: 1;
    padding-bottom: 0.16rem;
    margin-bottom: 0.1rem
}

.Floor4 .cate-list li:after {
    position: absolute;
    content: '';
    width: 0;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background-color: var(--hover-color);
    transition: 0.3s;
    height: 3px
}

.Floor4 .cate-list li.active {
    color: var(--hover-color)
}

.Floor4 .cate-list li.active:after {
    width: 100%
}

.Floor4 .load-swiper {
    position: relative;
    z-index: 1
}

.Floor4 .load-swiper:before,.Floor4 .load-swiper:after {
    position: absolute;
    content: '';
    top: 0;
    height: 100%;
    width: 20%;
    z-index: 10;
    pointer-events: none
}

.Floor4 .load-swiper:before {
    left: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%)
}

.Floor4 .load-swiper:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%)
}

.Floor4 .swiper-slide a {
    display: block;
    padding: 0.32rem 0
}

.Floor4 .swiper-slide .pic {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.86rem;
    background-color: #fff;
    box-shadow: 0px 10px 10px 0px rgba(196, 221, 246, 0.149);
    border: 1px solid rgba(13, 118, 221, 0.15)
}

.Floor4 .swiper-slide .pic img {
    max-width: 60%;
    max-height: 60%
}

.Floor4 .swiper-wrapper {
    height: auto;
    transition-timing-function: linear!important
}

.Floor4 .swiper+.swiper {
    margin-top: -0.44rem
}

.Floor4 .swiper-slide {
    width: 2.5rem;
    padding: 0 0.1rem
}

@media (max-width: 768px) {
    .Floor4 .index-title .tit {
        font-size: var(--font-size32)
    }

    .Floor4 .cate-list li {
        font-size: var(--font-size16);
        margin: 0 0.1rem 0.1rem
    }

    .Floor4 .swiper {
        padding-bottom: 0.1rem
    }

    .Floor4 .swiper+.swiper {
        margin-top: -0.1rem
    }

    .Floor4 .swiper-slide .pic {
        height: 0.6rem
    }

    .Floor4 .swiper-slide {
        width: 1.4rem;
        padding: 0 0.05rem
    }

    .Floor4 .swiper-slide a {
        padding: 0.1rem 0
    }

    .Floor4 .swiper-slide .pic {
        box-shadow: 0.05rem 0 0.1rem rgba(45, 46, 50, 0.15)
    }

    .Floor1 .tab-ul li.on span,.Floor1 .ul-list h3,.HomeTitle h3 {
        font-size: 30px
    }

    .Floor1 .img-item .box {
        padding: 15px;
        padding-right: 180px
    }

    .Floor1 .img-item .txt {
        font-size: 16px
    }

    .HomeTitle {
        text-align: left
    }

    .Floor3 .main .slider li {
        height: 1rem
    }

    .Floor3 .main .slider li a {
        padding: 0
    }
}

@media (max-width: 480px) {
    .Floor1 .img-item .Ispic {
        height: auto;
        padding-bottom: 62%
    }

    .Floor1 .img-item .box {
        padding: 15px
    }

    .Floor1 .img-item .box time {
        position: static;
        margin-top: 10px
    }

    .Floor1 .list-tab {
        min-height: 240vw
    }

    .mySwiper {
        padding: 0
    }

    .Floor2 .txt {
        padding: 10px 0
    }
}

.Bottom {
    background: url(../images/fbg.png) no-repeat top center;
    border-top: 0.08rem solid #004BA3
}

.Bottom footer {
    padding: 20px 0;
    font-size: 0.18rem;
    color: #999999;
    border-top: 1px solid #EAEAEA;
    text-align: center
}

.Bottom footer a {
    color: #999999
}

.Bottom footer a:hover {
    color: #333
}

.Bottom .bottom .nav {
    width: 67%;
    float: right
}

.Bottom .bottom {
    padding-top: 3%;
    padding-bottom: 5%
}

.Bottom .bottom aside {
    float: left;
    text-align: center;
    width: 30%
}

.Bottom .bottom aside img {
    border: 3px solid #fff
}

.Bottom .bottom aside .contact {
    text-align: left;
    font-size: 0.17rem;
    line-height: 0.36rem;
    color: #999999
}

.Bottom .bottom aside .code {
    font-size: 0.16rem;
    color: #999999;
    line-height: 0.2rem
}

.Bottom .bottom aside .box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 0.24rem
}

.Bottom .bottom aside .box select {
    margin-top: 0.3rem;
    width: 3.12rem;
    height: 0.5rem;
    line-height: 0.5rem;
    background: #FFFFFF;
    border: 0.01rem solid #EBEBEB;
    font-size: 0.16rem;
    text-indent: 0.2rem;
    color: #999999
}

.Bottom .bottom aside .box select option {
    padding: 15px;
    line-height: 2em
}

.Bottom .bottom dl {
    float: left;
    width: 14.285%;
    text-align: center
}

.Bottom .bottom dt {
    font-size: 0.2rem;
    color: #333;
    line-height: 0.42rem;
    padding-bottom: 20px
}

.Bottom .bottom dt a {
    display: inline-block;
    line-height: 0.8rem;
    line-height: 0.8rem;
    border-bottom: 1px solid #E0E8EE
}

.Bottom .bottom dd {
    line-height: 32px
}

.Bottom .bottom dd a {
    color: #999
}

.Bottom .bottom dd a:hover {
    color: #004BA3
}

@media(max-width: 1024px) {
    .Bottom footer span {
        display: block;
        float: none;
        padding-bottom: 10px
    }

    .Bottom .bottom aside {
        width: 100%
    }

    .Bottom .bottom dl {
        display: none
    }

    .Bottom .bottom aside .box select {
        width: 100%
    }

    .Bottom .bottom aside .box {
        flex-wrap: wrap;
        align-content: center;
        justify-content: center
    }

    .Bottom .bottom aside .code {
        margin: 10px 0
    }

    .Bottom .bottom aside .code img {
        width: 40vw
    }
}

@media(max-width: 768px) {
    .Bottom .bottom {
        padding: 2%
    }

    .Bottom .bottom aside .box select {
        margin-top: 10px
    }

    .Bottom .bottom aside {
        float: none;
        width: auto;
        text-align: center
    }

    .Floor4 .con .conterup {
        font-size: 60px;
        line-height: 1
    }

    .Floor4 .index-title {
        margin-bottom: 20px
    }

    .Floor1 .tab-ul li.on span,.Floor1 .ul-list h3,.HomeTitle h3 {
        font-size: 26px
    }

    .Bottom footer {
        padding: 10px 0
    }
}

.Banner2 {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.Banner2:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: ""
}

.Banner2 .auto {
    max-width: 1500px
}

.Banner2 .Ispic {
    height: 5.8rem
}

.Banner2 .txt {
    position: absolute;
    left: 0;
    top: 50%;
    height: 0.87rem;
    width: 100%;
    z-index: 10;
    color: #fff;
    font-size: 0.5rem;
    text-align: left;
    background: url(../images/banbg3.png) no-repeat left bottom
}

.Banner2 .txt .en {
    font-size: 0.16rem
}

.Banner2 .txt .en a {
    color: #FFFFFF
}

.Banner2 .txt .cn {
    margin-top: -0.35rem;
    line-height: 0.7rem
}

@media(max-width: 1024px) {
    .Banner2 .Ispic {
        height: auto;
        padding-bottom: 40%
    }

    .Banner2 .txt {
        font-size: 6vw;
        height: 0.6rem
    }
}

.Menu {
    font-size: 0.22rem;
    border-bottom: 1px solid #D8D8D8
}

.Menu li:not(:last-child) {
    margin-right: 0.6rem
}

.Menu li a {
    color: #333333;
    display: block;
    padding: 0.23rem 0;
    position: relative;
    font-size: 0.22rem
}

.Menu li a:after {
    position: absolute;
    content: '';
    height: 3px;
    width: 0;
    transition: 0.3s;
    background-color: #EF1D23;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0
}

.Menu li.aon a {
    color: #EF1D23
}

.Menu li a:hover:after,.Menu li.aon a:after {
    width: 100%
}

@media (min-width: 1025px) {
    .Menu li {
        float: left
    }
}

@media (max-width: 1024px) {
    .Menu ul {
        overflow: auto;
        white-space: nowrap
    }

    .Menu li {
        display: inline-block;
        position: relative
    }

    .Menu li:not(:last-child) {
        margin-right: 15px
    }
}

.tab-nav {
    position: relative;
    text-align: center;
    padding: 0.35rem 0
}

.tab-nav .auto {
    display: flex;
    justify-content: space-between
}

.tab-nav:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    top: 1.14rem;
    background: #D8D8D8;
    content: "";
    z-index: -1
}

.tab-nav li {
    text-align: center;
    display: inline-block;
    line-height: 1;
    cursor: pointer
}

.tab-nav li time {
    font-size: 0.3rem;
    line-height: 0.36rem;
    height: 0.36rem;
    color: #333333;
    display: block
}

.tab-nav li i {
    width: 0.16rem;
    height: 0.16rem;
    border-radius: 50%;
    position: relative;
    display: block;
    margin: 0.35rem auto;
    background: #004BA3
}

.tab-nav li i:after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.32rem;
    height: 0.32rem;
    margin-left: -0.16rem;
    margin-top: -0.16rem;
    background: #004BA3;
    opacity: 0.3;
    content: "";
    border-radius: 50%
}

.tab-nav li p {
    font-size: 0.18rem;
    line-height: 0.36rem;
    color: #666666
}

.tab-nav li.active time,.tab-nav li.active p {
    color: #004BA3
}

.tab-content .tab-pane {
    display: none;
    margin-top: 0.4rem;
    padding-bottom: 1.6rem
}

.tab-content .tab-pane .con {
    font-size: 0.18rem;
    line-height: 0.36rem;
    text-align: justify;
    letter-spacing: normal;
    color: #333333
}

.tab-content .tab-pane .con p {
    text-indent: 2em
}

.tab-content .tab-pane.show {
    display: block
}

.gsld {
    padding: 0.5rem 0 1rem
}

.gsld ul li {
    height: 1rem;
    height: 1rem;
    background: #ECF3FA;
    padding: 0 0.55rem;
    margin-bottom: 0.25rem
}

.gsld ul li span {
    width: 1.4rem;
    font-size: 0.22rem;
    color: #004BA3;
    font-weight: bold
}

.gsld ul li p {
    width: calc(100% - 1.4rem);
    font-size: 0.18rem;
    color: #666666
}

.gsld ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1rem;
    line-height: 1rem
}

.zzjj {
    padding: 0.8rem 0 1.4rem
}

.lxwm {
    padding: 0.6rem 0 1.3rem
}

.lxwm .tit {
    font-size: 0.3rem;
    font-weight: normal;
    color: #004BA3;
    margin-bottom: 0.34rem;
    line-height: 1
}

.lxwm .map img {
    width: 100%
}

.lxwm .lxfs ul {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 0.8rem;
    position: relative;
    padding-right: 0.3rem
}

.lxwm .lxfs ul h3 {
    height: 0.4rem;
    line-height: 0.4rem;
    font-size: 0.2rem;
    font-weight: normal;
    color: #333333;
    margin-bottom: 0.5rem
}

.lxwm .lxfs ul h3 img {
    margin-right: 0.05rem
}

.lxwm .lxfs ul p {
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.36rem;
    color: #333333
}

.lxwm .lxfs ul:after {
    width: 100%;
    height: 1px;
    content: "";
    background: #D8D8D8;
    position: absolute;
    left: 0;
    top: 0.7rem
}

.PicList1 {
    padding: 0.65rem 0 0
}

.PicList1 ul {
    padding-bottom: 0.4rem
}

.PicList1 ul:hover .img-block {
    transform: scale(1.1)
}

.PicList1 ol .img-block {
    transition: all 0.3s
}

.PicList1 li .inner {
    padding-left: 0.55rem;
    font-size: 16px
}

.PicList1 li time {
    color: #c8c8c8;
    margin-top: 0.4rem;
    color: #C5C5C5;
    border-bottom: 0.02rem solid #0151A9;
    display: inline-block;
    padding-bottom: 0.05rem
}

.PicList1 li p {
    font-size: 0.14rem;
    line-height: 0.18rem;
    color: #909090
}

.PicList1 li aside {
    font-size: 0.18rem;
    margin-bottom: 0.2rem;
    font-weight: bold
}

.PicList1 li aside a {
    color: #3D3D3D
}

.PicList1 li aside a:hover {
    color: #0151A9
}

@media(min-width: 481px) {
    .PicList1 ol {
        width: 237px;
        overflow: hidden
    }
}

@media(max-width: 640px) {
    .PicList1 li .inner {
        padding-left: 3vw;
        font-size: 14px
    }

    .PicList1 li aside {
        font-size: 18px;
        margin-bottom: 10px
    }

    .PicList1 li time {
        margin-top: 15px
    }
}

@media(max-width: 480px) {
    .PicList1 .ytable,.PicList1 .ytable-cell {
        display: block
    }

    .PicList1 ul {
        padding: 3vw 0
    }

    .PicList1 li .inner {
        padding: 3vw
    }
}

.Page {
    text-align: center;
    padding: 40px 0 1.3rem;
    color: #333
}

.Page * {
    vertical-align: middle
}

.Page .Pages .p_cur,.Page .Pages .p_count,.Page .Pages .p_total {
    display: none
}

.Page .Pages a {
    display: inline-block;
    margin: 0 10px;
    padding: 0 0.16rem;
    line-height: .4rem;
    color: #333;
    border-radius: 0.02rem;
    border: 0.01rem solid #DDDDDD
}

.Page .Pages a:hover,.Page .Pages a.a_cur {
    color: #fff;
    background: linear-gradient(270deg, #004BA3 0%, #2277DC 100%);
    border-color: transparent
}

.Page .Pages em {
    font-style: normal;
    display: inline-block;
    vertical-align: middle
}

.Page .Pages .i_text {
    width: 47px;
    height: 0.4rem;
    line-height: 0.4rem;
    border: 1px solid #ceced5
}

.Page .Pages .i_button {
    cursor: pointer;
    background: none;
    width: 47px;
    height: 0.4rem;
    border: 1px solid #ceced5
}

.Page .Pages .p_jump b {
    font-weight: normal;
    margin: 0 15px
}

@media(max-width: 1000px) {
    .Page .Pages em {
        display: none
    }
}

@media(max-width: 640px) {
    .Page .Pages a.a_first,.Page .Pages a.a_end {
        display: none
    }

    .Page .Pages a {
        padding: 0 10px
    }
}

.PicList2 .auto {
    margin-top: 0.5rem
}

.PicList2 li {
    float: left;
    margin-bottom: 0.74rem
}

.PicList2 li:hover .txt {
    background: url(../images/PicList2bg2.png) no-repeat center/100% 100%
}

.PicList2 li .txt {
    padding: 0.35rem 0.35rem 0.2rem 0.25rem;
    background: url(../images/PicList2bg1.png) no-repeat center/100% 100%;
    margin-top: -0.3rem;
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: space-between
}

.PicList2 li .tit {
    font-size: 0.18rem;
    line-height: 1.5;
    color: #333333
}

.PicList2 li p {
    font-size: 0.14rem;
    line-height: 1.5;
    min-height: 1.5em;
    color: #A5A6A6
}

.PicList2 li .pic {
    overflow: hidden
}

.PicList2 li .Ispic {
    padding-bottom: 62.67%;
    transition: 0.3s
}

.PicList2 li a:hover .Ispic {
    transform: scale(1.1)
}

.PicList2 li a:hover {
    color: #0452A7
}

.PicList2 li:hover .tit {
    color: #0452A7
}

.PicList2 li .box {
    width: calc(100% - 1.05rem)
}

.PicList2 li time {
    color: #999999;
    display: block;
    width: 0.9rem;
    height: 0.72rem;
    padding-right: 0.15rem;
    color: #0151A9;
    font-size: 0.18rem;
    line-height: 0.3rem;
    text-align: center;
    border-right: 1px solid #DBE1E5
}

.PicList2 li time span {
    display: block;
    font-size: 0.28rem;
    line-height: 0.42rem
}

@media (min-width: 1025px) {
    .PicList2 li {
        width: 32.143%
    }

    .PicList2 li:not(:nth-child(3n)) {
        margin-right: 1.7855%
    }

    .PicList2 li:nth-child(3n+1) {
        clear: left
    }
}

@media (max-width: 1024px) {
    .PicList2 .auto {
        margin-top: 2em
    }

    .PicList2 li {
        width: 48%
    }

    .PicList2 li:not(:nth-child(2n)) {
        margin-right: 4%
    }

    .PicList2 li:nth-child(2n+1) {
        clear: left
    }

    .PicList2 li .txt {
        padding: 1em
    }
}

.Dj .Banner2:before {
    display: none
}

.Dj .Banner2 .txt {
    background-image: url(../images/banbg3.png)
}

.Dj .Menu li.aon a {
    color: #EF1D23
}

.Dj .Menu li a:after {
    background: #EF1D23
}

.TextList {
    padding: 0.6rem 0 0
}

.TextList .tit em {
    font-style: normal;
    text-transform: uppercase;
    color: #999;
    font-family: Arial;
    display: block;
    font-size: 14px
}

.TextList li {
    border-bottom: 1px dashed #E8E8E8;
    padding-bottom: 0.25rem;
    margin-bottom: 0.25rem;
    position: relative;
    padding-left: 1.2rem
}

.TextList li time {
    display: block;
    width: 0.8rem;
    height: 0.6rem;
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    color: #C5C5C5;
    line-height: 1.4
}

.TextList li time span {
    display: block;
    margin-bottom: 5px;
    color: #EF1D23;
    font-size: 0.28rem;
    font-weight: bold
}

.TextList li h2 {
    color: #3D3D3D;
    font-size: 0.18rem;
    margin: 0;
    position: relative;
    font-weight: normal
}

.TextList li a {
    transition: .3s ease-out;
    color: #333333
}

.TextList li:hover a {
    color: #333333
}

.TextList li:hover h2 {
    font-weight: bold
}

.TextList li:hover p {
    color: #333333
}

.TextList li p {
    color: #888;
    font-size: 0.14rem;
    line-height: 0.18rem;
    margin: 0.18rem 0 0;
    max-height: .18rem;
    overflow: hidden
}

.TextList li:hover {
    border-bottom: 1px solid #EF1D23
}

.Dj .Page .Pages a:hover,.Dj .Page .Pages a.a_cur {
    background: #EBD188
}

.table {
    margin: 0.67rem 0 1.45rem;
    border: 1px solid #DCDCDC;
    display: inline-block;
    width: 100%
}

.table .tr {
    font-size: 0.18rem;
    color: #333333;
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    background: #ECF3FA
}

.table .tr.w50 {
    width: 50%
}

.table .tr .td {
    float: left
}

.table .tr .td:nth-child(1) {
    width: 2.43rem;
    padding: 0.25rem
}

.table .tr .td:nth-child(2) {
    width: calc(100% - 2.43rem);
    padding: 0.25rem;
    background: #fff;
    border-bottom: 1px solid #EAEAEA;
    line-height: 0.3rem
}

.table .tr:last-child .td:nth-child(2) {
    border-bottom: none
}

.shzr {
    padding: 0.6rem 0 0
}

.shzr li {
    float: left;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 3%;
    text-align: center;
    overflow: hidden
}

.shzr li:nth-child(3n) {
    margin-right: 0
}

.shzr li .Ispic {
    padding-bottom: 93.2%;
    transition: all 0.3s
}

.shzr li p {
    font-size: 0.18rem;
    margin-top: 0.35rem
}

.shzr li:hover .Ispic {
    transform: scale(1.1)
}

.RighInfo002973 {
    margin: 10px 0 20px 0;
    color: #333;
    font-size: 16px
}

.RighInfo002973 .news-details {
    padding: 3% 0
}

.RighInfo002973 .news-details .title {
    text-align: center
}

.RighInfo002973 .news-details .title h1 {
    font-size: 0.24rem;
    margin: 0 0 20px 0
}

.RighInfo002973 .news-details .title aside span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px 5px;
    line-height: 16px;
    font-size: 0.16rem;
    color: #9E9E9E
}

.RighInfo002973 .news-details .edit-info {
    max-width: 13rem;
    margin: 0 auto;
    line-height: 1.875em;
    border-bottom: 1px dashed #D8D8D8;
    padding: 2% 0;
    margin-bottom: 2%;
    font-size: 0.16rem;
    line-height: 0.28rem;
    color: #555555
}

.RighInfo002973 .pn-page aside {
    padding: 10px 0
}

.RighInfo002973 .pn-page aside a {
    color: #666
}

.RighInfo002973 .pn-page aside a b {
    color: #333
}

.RighInfo002973 .operating a:hover,.RighInfo002973 .pn-page aside a:hover {
    color: #205393
}

@media(min-width: 1025px) {
    .RighInfo002973 .pn-page {
        min-height: 24px;
        max-width: 13rem;
        margin: 0 auto;
        position: relative
    }
}

@media(max-width: 640px) {
    .RighInfo002973 .news-details .title h1 {
        font-size: 4.5vw
    }

    .RighInfo002973,.RighInfo002973 .news-details .edit-info {
        font-size: 16px
    }
}

.Qywh .Banner2:before {
    display: none
}

.Qywh .Banner2 .Ispic {
    background-position: center bottom
}

.yjwh {
    padding: 0.75rem 0 1.5rem
}

.yjwh .slider {
    margin: 0 -0.25rem
}

.yjwh .slider li {
    margin: 0 0.25rem;
    position: relative;
    overflow: hidden
}

.yjwh .slider li .Ispic {
    height: 5.37rem;
    transition: all 0.3s
}

.yjwh .slider li .txt {
    position: absolute;
    border-left-width: 0;
    top: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 0.6rem 0.4rem
}

.yjwh .slider li .txt p {
    min-width: 50%;
    padding-top: 0.5rem
}

.yjwh .slick-arrow {
    width: 0.51rem;
    height: 0.51rem;
    position: absolute;
    top: 50%;
    margin-top: -0.25rem;
    z-index: 9
}

.yjwh .slick-arrow.slick-prev {
    left: -0.7rem;
    background: url(../images/larr5.png) no-repeat center;
    background-size: auto 0.5rem
}

.yjwh .slick-arrow.slick-next {
    right: -0.7rem;
    background: url(../images/rarr5.png) no-repeat center;
    background-size: auto 0.5rem
}

.yjwh .slider li:hover .Ispic {
    transform: scale(1.1)
}

.Qywh .TextList li time span {
    color: #004BA3
}

.Qywh .TextList li:hover {
    border-bottom: 1px solid #004BA3
}

.ywfb {
    padding: 0.95rem 1.64rem
}

.ywfb .auto {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.ywfb .auto .txt {
    width: 36.66%
}

.ywfb .auto .pic {
    width: 58.66%
}

.ywfb .auto .pic .Ispic {
    height: 5.06rem
}

.ywfb .auto .txt .ti {
    font-size: 0.46rem;
    line-height: 0.46rem;
    color: #333333;
    margin-bottom: 0.54rem
}

.ywfb .auto .txt .con {
    text-indent: 2em;
    font-size: 0.2rem;
    line-height: 0.4rem;
    color: #333333
}

.ywxq {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 0.8rem 0 1.98rem
}

.ywxq .pic {
    width: 51.35%
}

.ywxq .txt {
    padding-right: 13.54vw;
    width: 48.65%;
    position: relative;
    padding-left: 0.75rem;
    padding-top: 1.5rem
}

.ywxq .pic .Ispic {
    height: 6.5rem;
    transition: all 0.3s
}

.ywxq .txt .ti {
    font-size: 0.36rem;
    color: #333333
}

.ywxq .txt .ti p {
    font-size: 0.16rem;
    line-height: 0.32rem;
    color: #333333
}

.ywxq .txt .con {
    font-size: 0.2rem;
    line-height: 0.38rem;
    color: rgba(51, 51, 51, 0.8);
    margin-top: 0.64rem
}

.ywxq .slick-arrow {
    width: 0.51rem;
    height: 0.51rem;
    position: absolute;
    top: 50%;
    margin-top: -0.25rem;
    z-index: 9
}

.ywxq .slick-arrow.slick-prev {
    left: 0.2rem;
    background: url(../images/larr6.png) no-repeat center;
    background-size: auto 0.5rem
}

.ywxq .slick-arrow.slick-next {
    right: 0.2rem;
    background: url(../images/rarr6.png) no-repeat center;
    background-size: auto 0.5rem
}

.ywxq .slider:hover .Ispic {
    transform: scale(1.1)
}

.ywxq .slick-arrow.slick-prev:hover {
    background: url(../images/larr5.png) no-repeat center;
    background-size: auto 0.5rem
}

.ywxq .slick-arrow.slick-next:hover {
    background: url(../images/rarr5.png) no-repeat center;
    background-size: auto 0.5rem
}

.ywxq .slider li {
    overflow: hidden
}

.ywxq .txt:after {
    width: 100%;
    height: calc(100% - 0.5rem);
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background: #F1F8FF;
    z-index: -1
}

@media(max-width: 1600px) {
    .yjwh .slick-arrow.slick-next {
        right: 10px
    }

    .yjwh .slick-arrow.slick-prev {
        left: 10px
    }

    .ywfb {
        padding: 0.4rem 0%
    }
}

@media(max-width: 1024px) {
    .TextList li {
        padding-left: 0.85rem
    }

    .Page {
        padding: 20px 0 60px
    }

    .TextList {
        padding-top: 30px
    }

    .TextList li p {
        margin-top: 8px
    }

    .ywxq .txt {
        padding: 0.4rem;
        padding-top: 1rem;
        width: 100%
    }

    .ywxq .pic .Ispic {
        height: auto;
        padding-bottom: 57.5%
    }

    .ywxq .pic {
        width: 100%
    }

    .ywxq {
        flex-wrap: wrap
    }

    .ywxq {
        padding: 20px 3% 60px
    }

    .ywxq .txt .con {
        margin-top: 20px
    }

    .lxwm .lxfs ul {
        flex-wrap: wrap;
        margin-top: 40px
    }

    .ywfb .auto {
        flex-wrap: wrap
    }

    .lxwm .lxfs ul li {
        width: 100%;
        margin-bottom: 40px
    }

    .lxwm .lxfs ul:after {
        display: none
    }

    .lxwm .lxfs ul h3 {
        margin-bottom: 15px;
        border-bottom: 1px solid #D8D8D8
    }

    .lxwm,.yjwh,.PicList1 {
        padding: 20px 0 60px
    }

    .lxwm .tit {
        margin-bottom: 20px
    }

    .Banner2 .txt .cn {
        line-height: 1.5;
        margin-top: -0.75em
    }

    .table .tr .td:nth-child(1) {
        width: 1.6rem
    }

    .table .tr .td:nth-child(2) {
        width: calc(100% - 1.6rem);
        padding: 0.5rem 0.25rem
    }

    .table .tr.w50,.ywfb .auto .txt,.ywfb .auto .pic {
        width: 100%
    }

    .ywfb .auto .pic {
        margin-top: 40px
    }

    .ywfb .auto .txt .ti {
        font-size: 30px;
        margin-bottom: 20px
    }

    .ywfb .auto .pic .Ispic {
        height: auto;
        padding-bottom: 57.5%
    }
}

@media(max-width: 768px) {
    .tab-nav li {
        flex: 1;
        padding: 0 10px
    }

    .tab-nav li time {
        font-size: 0.24rem
    }

    .ywxq .txt {
        padding: 15px;
        padding-top: 60px
    }
}

@media(max-width: 480px) {
    .PicList2 li {
        width: 100%;
        margin-bottom: 3%
    }

    .tab-nav li time {
        font-size: 0.18rem
    }

    .tab-nav li p {
        font-size: 0.14rem;
        line-height: 0.2rem
    }

    .gsld ul li {
        padding: 0 20px
    }

    .yjwh .slider li {
        margin: 0
    }

    .yjwh .slider {
        margin: 0
    }

    .gsld ul li span {
        width: 1rem
    }

    .gsld ul li p {
        width: calc(100% - 1rem)
    }

    .yjwh .slider li .Ispic {
        height: auto;
        padding-bottom: 160%
    }

    .shzr li {
        width: 49%;
        margin-right: 0
    }

    .shzr li:nth-child(2n) {
        float: right
    }
}

.searchobx {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(0.1rem);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: -5;
    transition: all 0.3s;
    overflow: hidden;
}

.searchobx .top-search {
    display: block;
    width: 60%;
    max-width: 5.5rem;
    background: #fff;
    border-radius: 0.06rem;
    overflow: hidden;
    margin-top: 2rem;
    transition: all 0.5s
}

.searchobx .top-search .btn {
    background: url(../images/search.png) no-repeat center;
    border: none
}

.searchobx .close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 40px;
    cursor: pointer
}

.search-show .searchobx {
    z-index: 999;
    opacity: 1
}

.search-show .searchobx .top-search {
    margin-top: 0
}

select {
    webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media(max-width:480px){
.searchobx{justify-content:flex-start;padding-left: 5%;}
}

.searchobx {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(0.1rem);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: -5;
    transition: all 0.3s;
    overflow: hidden;
}

.searchobx .top-search {
    display: block;
    width: 60%;
    max-width: 5.5rem;
    background: #fff;
    border-radius: 0.06rem;
    overflow: hidden;
    margin-top: 2rem;
    transition: all 0.5s
}

.searchobx .top-search .btn {
    background: url(../images/search.png) no-repeat center;
    border: none
}

.searchobx .close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 40px;
    cursor: pointer
}

.search-show .searchobx {
    z-index: 999;
    opacity: 1
}

.search-show .searchobx .top-search {
    margin-top: 0
}

select {
    webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

@media(max-width:480px){
.searchobx{justify-content:flex-start;padding-left: 5%;}
}
