html {
    font-size: 192px;
}
.ztzl-top img,.ztzl-bottom img{
    border-radius:10px
}
#gsggSlide .swiper-wrapper{
display:flex;
flex-direction:column;
justify-content:center;
}
@keyframes NewBannerAni {

    0%,
    100% {
        transform: scale(1.02);
    }

    50% {
        transform: scale(1.08);
    }
}

@keyframes float {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(0px, 5px);
    }

    100% {
        transform: translate(0px, 0px);
    }

}



.index-slide {
    width: 100%;
    height: 100%;

}

.index-slide .swiper-slide {}

.index-slide .slide-inner {
    position: relative;
}

.index-slide .slide-inner img {
    width: 100%;
}

.index-slide .tx {
    position: absolute;
    z-index: 99;
    top: 40%;
    left: 50%;
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    transform: translateX(-50%);
}

/* #pox-slide .pox-1 {
    z-index: 200
} */

.index-slide .ex-txt {
    position: absolute;
    left: 8%;
    top: 40%;
    width: 30%;
    font-size: 0.21rem;
    color: #3471C0;
    font-weight: 700;
}


.index-slide .banner-pagination {
    width: auto;
    top: 56%;
    left: 8%;
    bottom: 0;
    /* height: auto; */
}

.index-slide .swiper-pagination-bullet {
    width: 0.2rem;
    height: 0.02rem;
    border-radius: 0;
    background: #fff;
    opacity: 1;
    margin-right: 0.04rem !important;
    margin-left: 0 !important;
}

.index-slide .swiper-pagination-bullet-active {
    background: #3471C0;
}

.top-banner {
    position: relative;
}

.gsgg {
    position: absolute;
    bottom: 24px;
    z-index: 99;
    display: flex;
    left: 50%;
background-color:rgba(255,255,255,0.8);
    height: 66px;
    align-items: center;
    padding: 0 30px;
    overflow: hidden;
    transform: translateX(-50%) !important;
}

.gsgg .swiper-container {
    height: 66px;
    margin-left: 0;
overflow:hidden;
}

.gsgg-title {
    width: 140px;
    padding-left: 40px;
    background: url(../images/gg-icon.png) no-repeat left;
    background-size: 26px;
    border-right: 1px solid #3471C0;
    margin-right: 30px;
    font-size: 18px;
    color: #3471C0;
white-space:nowrap;
}



.gsgg .swiper-slide a {
    font-size: 18px;
    color: #666;
    height: 100%;
    display: block;
    display: flex;
    align-items: center;
}


.dt-wid {
    width: 1440px;
    margin: 0 auto;
}


.news-big {
    font-weight: 700;
    text-align: center;
    margin-bottom: 80px;
    display: flex;
    width: 100%;
    height: 100px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .15);
    margin-top: 47px;
    align-items: center;
    border-radius: 10px;
}

.szyw-icon {
    width: 10.8%;
    font-size: 24px;
    background: #3471C0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 10px 0px 0px 10px;
}


.szyw-title {
    padding-left: 30px;
    font-size: 28px;
    font-weight: 700;
}

.szyw-title a {
    color: #3471C0
}

.news-inner,
.news1-inner,
.news2-inner,
.news3-inner {
    position: relative;
}

.public-nav {
    display: flex;
    height: 48px;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    transition: all 0s .6s;
    /* padding-bottom: 10px; */
}

.news1-nav,
.news2-nav,
.news3-nav {
    margin-bottom: 5px;
}



.public-nav li {
    display: flex;
    align-items: center;
    font-size: 23px;
    color: #333;
    cursor: pointer;
    margin-right: 10px;
    cursor: pointer;
    margin-bottom: 15px;
    line-height: 36px;
}

.public-nav li.on {
    color: #3471C0;
    cursor: pointer;
    border-radius: 20px;
    font-weight: 700;
    position: relative;
}

.public-nav li.on:after {
    content: '';
    display: block;
    width: 42px;
    height: 3px;
    background: #3471C0;
    position: absolute;
    bottom: -15px;
}

.news-htop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
}

.news-htitle {
    font-size: 22px;
    /* text-align: center; */
    line-height: 29px;
    /* margin-top: 14px; */
    font-weight: 700;
    width: 87%;
}

.news-htitle a {
    color: #333;
    transition: all .2s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-htitle:hover a {
    color: #3471C0
}

.news-hsum {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news-contain,
.news1-contain {
    display: flex;
    justify-content: space-between;
}

.newslist-top {
    border-top: none !important;
    padding-bottom: 10px;
    height: 95px;
}

.newslist-pic {
    width: 28.2%;
    max-height: 85px;
    overflow: hidden;
}


.newslist-title {
    width: 51%;
    font-size: 20px;
    line-height: 29px;

}

.newslist-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news1-list {
    width: 31.5%;
}

.newsLeft {
    width: 55.5%;
    position: relative;
    max-height: 500px;
overflow:hidden;
}

.pox-active-down .newsLeft,
.pox-active-up .newsLeft,
.pox-active-down .news1Left,
.pox-active-up .news1Left,
.pox-active-down .ldhy-title,
.pox-active-up .ldhy-title,
.pox-active .ldhy-title,
.pox-active .newsLeft,
.pox-active .news1Left {
    transition: all .8s .8s ease-in-out;
    transform: translateX(0px);
    opacity: 1;
}

.newsLeft .swiper-container {
    height: 100%;
}

.newsLeft-con {
    width: 100%;
    height: 100%;
    position: relative;
}

.newsLeft-pic {
    overflow: hidden;
    height: 100%;
}
.newsLeft-pic a{
    overflow: hidden;
    height: 100%;
}
.newsLeft-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .6s;
}

.newsLeft-pic:hover img {
    transform: scale(1.05);
}

.newsLeft-bot {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 9999;
    height: 100px;
    background: linear-gradient(rgba(44, 60, 60, 0), rgb(29, 55, 50));
    padding: 0 0.25rem 0 0.15rem;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: space-between
}


.bot-title {
    font-size: 24px;
    font-weight: 400;
    width: 85%;
}

.bot-title a {
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.bot-more {
    width: 0.22rem;
}

.bot-more img {
    width: 100%;
}


.newsRight {
    width: 39.7%;
}

.pox-active-down .newsRight,
.pox-active-up .newsRight,
.pox-active-down .news1Right,
.pox-active-up .news1Right,
.pox-active .newsRight,
.pox-active .news1Right {
    transition: all .8s .8s ease-in-out;
    transform: translateX(0px);
    opacity: 1;
}

.news-inner ul {
    /* border-top: 2px solid #E5E5E5; */
}

.news-inner ul li{
    height:60px;
}

.news-inner ul li,
.news1-inner ul li,
.news2-inner ul li,
.news3-inner ul li {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
    border-top: 1px solid #DDDDDD;
    padding-top: 14px;
}

.news1-inner ul li{
    height:auto !important;
}

.news1-inner ul li,
.news2-inner ul li,
.news3-inner ul li {
    line-height: 26px;
    margin-top: 14px;
    height:67px;
}

.news1-list ul li:nth-child(1) {
    border-top: none
}

.news-inner ul li:nth-child(1) {
    border-top:none;
}

.news-hidden li:nth-child(2){
    display:none
}

.news-date {
    font-family: Noto Sans;
    color: #898989;
    position: relative;
    transition: all .5s;
    background: transparent;
    display:flex;
    align-items:center;
}

.news1-inner .news-date {
    /* width: 60px; */
}

.news1-inner .news-title {

    /* margin-top: 0.03rem; */
}

.news-date p {
    font-size: 0.15rem;
    line-height: 0.17rem;
    color: #C4C4C4;
}

.news-date span {
    font-size: 0.08rem;
    /* line-height: 0.10rem; */
    color: #C4C4C4;
    font-weight: 400;
}

.news-title {
    width: 78%;
    font-size: 18px;
    padding-left: 20px;
    background: url(../images/news-lan.png) no-repeat left;
    display:flex;
    align-items:center;
}



.news-inner .news-title a {
    color: #444;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all .2s;
}

.news-title a{
-webkit-line-clamp: 1;
}

.news-inner ul li:hover .news-title a,
.news1-inner ul li:hover a,
.news2-inner ul li:hover a,
.news3-inner ul li:hover a,
.ggbg-inner ul li:hover .news-title a {
    color: #3471C0;
    font-weight: 700;
}

.home-ckgd {}

.pox-active-down .home-ckgd,
.pox-active-up .home-ckgd,
.pox-active .home-ckgd {
    transition: all .8s .8s ease-in-out;
    transform: translateX(0px);
    opacity: 1;
}

.news-ckgd {
    position: absolute;
    right: 0;
    top: -55px;
}

.news1-inner .news-ckgd,
.news2-inner .news-ckgd,
.news3-inner .news-ckgd {
    top: -55px;
}

.home-ckgd a {
    color: #666;
    font-size: 0.08rem;
    font-weight: 500;
    z-index: 999;
    transition: all .3s;
}

.home-ckgd a:hover {
    color: #3471C0;
}

.home-ckgd span {
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    background: #fff;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-ckgd span img {
    width: 0.04rem;
    height: 0.075rem;

}

.news-pagination {
    text-align: right;
    bottom: 35px !important;
    right: 20px;
    width: auto !important;
}

.news-pagination>.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #fff;
    background-size: 100%;
    opacity: 1;
}

.news-pagination>.swiper-pagination-bullet-active {
    background: #3471C0;
    background-size: 100%;
}

.pox-news {
    margin-top: 50px;
}

.pox-news1 {
    margin-top: 50px;
}

.news1Left {
    width: 55.5%;
}

.news1Right {
    width: 37.5%;
    background-size: 100%;
    position: relative;
}

.ztzl-more {
    position: absolute;
    right: 0;
    top: 8px;
}

.ztzl-top {
    margin-top: 30px;
    width: 100%;
}

.ztzl-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.ztzl-bottom a {
    width: 48%;
}

.pox-xwjt {
    position: relative;
    margin-bottom: 100px;
}

.xwjt-more {
    position: absolute;
    right: 0;
    top: 55px;
}

.fd-con {
    opacity: 1;
    transition: all 0s;
}

.fd-contain {
    position: relative;
    transform: translateY(50px);
    opacity: 0.8;
    transition: all 0s .6s;
    margin-top: 15px;
    overflow: hidden;
}


.fd-contain .swiper-slide img {
    width: 100%;
    height: 280px;
    opacity: 1;
    transition: opacity 0s;
    border-radius: 8px;
object-fit:cover;
}

.fd-contain .swiper-slide-active img {
    opacity: 1;
    transition: opacity 1s;
}


.fd-contain .swiper-container {
    /* height: 1.5rem; */
    padding: 20px 0;
    margin-top: 20px;
}

.fd-item {
    position: relative;
}

.fd-con {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 50%;
    transform: translate(-50%);
    transition: all 2s;
    height:70px;
    background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
    padding:0 30px;
}

.fd-contain .swiper-slide-active .fd-con {
    opacity: 1;

}

.fd-title {
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 29px;
}

.dt-qcgy {
    margin-top: 70px;
}

.bottom-nav {
    position: relative;
}

.bottom-nav li.on {
    color: #333;
    font-size: 20px;
}

.bottom-ckgd {
    position: absolute;
    right: 0;
    font-size: 16px;
}

.bottom-ckgd a {
    color: #666;
}

.qcgy-con {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.qcgy-item {
    width: 12.5%;
    /* 每行显示4个滑块 */
    box-sizing: border-box;
    padding: 0;
    /* 确保没有额外的内边距 */
    margin: 0;
    /* 确保没有额外的外边距 */
    height: 140px;
    /* 固定高度为140px */
    overflow: hidden;
    /* 隐藏超出部分 */
}

.qcgy-item:nth-child(9),
.qcgy-item:last-child {
    width: 6.25%;
}

.qcgy-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.qcgy-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0.6;
    transition: all .3s;
}

.qcgy-item:hover img {
    opacity: 1;
}

.dt-ryzt {
    margin-top: 60px;
    margin-bottom: 80px;
}

.ryzt-con {
    margin-top: 50px;
    position: relative;
}

.ryzt-con .swiper-slide {
    width: 24%;
    background: #F7F7F7;
    box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, .1);
    padding: 20px;
}

.ryzt-pic {
    background: #fff;
    height: 155px;
    width: auto;
    overflow: hidden;
    display: flex;
    align-items: center
}

.ryzt-pic img {
    width: auto;
    margin: 0 auto;
    height: 100%;
    max-height: 155px;
    object-fit: cover;
}

.ryzt-title {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    height: 55px;
    /* margin: 20px 0px; */
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ryzt-prev,
.ryzt-next {
    position: absolute;
    width: 20px;
    height: 34px;
    top: 50%;
    z-index: 999;
    transform: translateY(-50%);
    cursor: pointer;
}

.ryzt-prev {
    background: url(../images/zt-left.png) no-repeat;
    left: -50px;
    background-size: 100%;
}

.ryzt-next {
    background: url(../images/zt-right.png) no-repeat;
    right: -50px;
    background-size: 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.ryzt-con .swiper-container {
    overflow: hidden;
}


@media screen and (max-width: 1500px) {
    .fd-contain .swiper-slide img {
        height: 200px;
    }

    .ggbg-inner ul li {
        margin-top: 25px;
    }

    .news-htitle a {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
}

@media screen and (max-width: 1400px) {

    .newsLeft {
        max-height: 400px;
    }

    .news-hsum {

        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }



    .news1-nav {
        /* margin-bottom: 30px; */
    }



    .newslist-title {
        font-size: 18px;
    }
}