/* html {
    font-size: 1.92rem;
} */

@keyframes NewBannerAni {

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

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

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

    50% {
        transform: translate(0rem, 0.05rem);
    }

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

.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: 0.42rem;
    font-weight: 700;
    color: #3471C0;
    transform: translateX(-50%);
}


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

.index-slide .ex-txt {
    position: absolute;
    left: 8%;
    top: 40%;
    width: 30%;
    font-size: 21px;
    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: 20px;
    height: 2px;
    border-radius: 0;
    background: #fff;
    opacity: 1;
    margin-right: 4px !important;
    margin-left: 0 !important;
}

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

.top-banner {
    /* position: relative; */
}

.gsgg {
    display: flex;
    background: #fff;
    height: 0.66rem;
    align-items: center;
    padding: 0 0.3rem;
    overflow: hidden;
    position: relative;
}

.gsgg .swiper-container {
    height: 0.66rem;
    margin-left: 0;
}

.gsgg-title {
    width: 1.4rem;
    padding-left: 0.45rem;
    background: url(../image/tzgg-icon.png) no-repeat left;
    background-size: 0.26rem;
    border-right: 0.01rem solid #F0F0EF;
    margin-right: 0.3rem;
    font-size: 0.18rem;
    color: #333;
}

.gsgg .swiper-slide a {
    font-size: 0.18rem;
    color: #73726F;
    height: 100%;
    display: block;
    display: flex;
    align-items: center;
}

.home-more {
    font-size: 0.16rem;
    color: #666;
    position: absolute;
    right: 0;
    top: -0.35rem;
}

.qzyl-more {
    top: -0.65rem;
}

.tzgg-more {
    position: absolute;
    right: 0.3rem;
    top: 0.22rem;
}

.dt-con {
    background: #F3F4F5;
    padding: 0.55rem 0rem 0.8rem;
}

.dt-wid {
    width: 14.4rem;
    margin: 0 auto;
}

.news-big {
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.8rem;
    display: flex;
    width: 100%;
    height: 1rem;
    box-shadow: 0rem 0rem 0.1rem 0rem rgba(0, 0, 0, .15);
    margin-top: 0.47rem;
    align-items: center;
    border-radius: 0.1rem;
}

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

.szyw-title {
    padding-left: 0.3rem;
    font-size: 0.28rem;
    font-weight: 700;
}

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

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

.public-nav {
    display: flex;
    height: 0.48rem;
    align-items: center;
    border-bottom: 0.01rem solid #e5e5e5;
    transition: all 0s .6s;
    /* padding-bottom: 0.1rem; */
}

.news1-nav,
.news2-nav,
.news3-nav {
    margin-bottom: 0.05rem;
}

.public-nav li {
    display: flex;
    align-items: center;
    font-size: 0.2rem;
    color: #333;
    cursor: pointer;
    margin-right: 0.65rem;
    cursor: pointer;
    margin-bottom: 0.15rem;
    line-height: 0.4rem;
}

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

.public-nav li.on span {
    color: #73726F;
    font-size: 0.2rem;
}

.public-nav li.on:after {
    content: '';
    display: block;
    width: 100%;
    height: 0.02rem;
    background: #3471C0;
    position: absolute;
    bottom: -0.13rem;
}

.news-head {
    display: flex;
    justify-content: space-between;
    padding-top: 0.3rem;
}

.news-hleft {
    width: 44.2%;
}

.news-hright {
    width: 50%;
    overflow: hidden;
}

.news-hright img {
    transition: all .5s;
}

.news-hright:hover img {
    transform: scale(1.05)
}

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

.news-htitle {
    font-size: 0.18rem;
    /* text-align: center; */
    line-height: 0.3rem;
    margin-top: 0.2rem;
    font-weight: 700;
}

.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: 0.16rem;
    line-height: 0.28rem;
    color: #999;
    margin-top: 0.46rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    margin-bottom: 0.28rem;
}

.news-detail {
    float: right;
    font-size: 0.16rem;
    font-weight: 500;
    color: #E60012;
    padding-right: 0.4rem;
    background: url(../image/detail-icon.png) no-repeat right;
    margin-top: -0.2rem
}

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

.newslist-top {
    border-top: none !important;
    padding-bottom: 0.1rem;
    height: 0.95rem;
}

.newslist-pic {
    width: 28.2%;
    max-height: 0.85rem;
    overflow: hidden;
}

.newslist-title {
    width: 51%;
    font-size: 0.2rem;
    line-height: 0.29rem;
}

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

.news1-list {
    width: 32%;
}

.newsLeft {
    width: 65.2%;
    position: relative;
    background: #fff;
    padding: 0.4rem;
}

.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(0rem);
    opacity: 1;
}

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

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

.newsLeft-pic {
    overflow: hidden;
    height: 100%;
}

.newsLeft-pic img {
    width: 100%;
    height: auto;
    transition: all .6s;
}

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

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

.bot-title {
    font-size: 0.28rem;
    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: 22px;
}

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

.newsRight {
    width: 33.3%;
    background: #fff;
    padding: 0.4rem;
}

.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(0rem);
    opacity: 1;
}

.news-inner ul {
    margin-top: 0.38rem;
}

.news-inner ul li,
.news1-inner ul li,
.news2-inner ul li,
.news3-inner ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 0.01rem solid #DDDDDD;
    padding: 0.16rem 0rem;
}

.news1-inner ul li,
.news2-inner ul li,
.news3-inner ul li {
    line-height: 0.26rem;
    margin-top: 0.14rem;
}

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

.news-inner ul li:nth-child(1) {
   
}

.news-date {
    font-family: 'Arimo';
    color: #999;
    font-size: 0.16rem;
    font-weight: 700;
}

.news1-inner .news-date {
    /* width: 0.6rem; */
}

.news1-inner .news-title {
    /* margin-top: 3px; */
}

.news-date p {
    font-size: 15px;
    line-height: 17px;
    color: #C4C4C4;
}

.news-date span {
    font-size: 8px;
    /* line-height: 10px; */
    color: #C4C4C4;
    font-weight: 400;
}

.news-title {
    width: 78%;
    font-size: 0.16rem;
}

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

.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(0rem);
    opacity: 1;
}

.news-ckgd {
    position: absolute;
    right: 0;
    top: -0.55rem;
}

.news1-inner .news-ckgd,
.news2-inner .news-ckgd,
.news3-inner .news-ckgd {
    top: -0.58rem;
}

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

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

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

.home-ckgd span img {
    width: 4px;
    height: 7.5px;
}

.news-pagination {
    text-align: right;
    bottom: 0.35rem !important;
    right: 0.2rem;
    width: auto !important;
}

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

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

.pox-news {
    margin-top: 0.2rem;
}

.pox-news1 {
    margin-top: 0.2rem;
    display: flex;
    justify-content: space-between;
}

.news1Left {
    width: 55.5%;
}

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

.qzyl-inner {
    position: relative;
    margin-top: 0.3rem;
}

.list-inner {
    margin-top: 0.04rem;
}

.qzyl-inner ul {
    /* margin-top:0.3rem; */
}

.qzyl-inner ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 0.02rem solid #F0F0EF;
    padding: 0.16rem 0rem;
    align-items: center
}

.list-inner ul li {
    display: block;
}

.qzyl-inner ul li:last-child {
    border-bottom: none
}

.qzyl-left {
    width: 53.75%;
}

.qzyl-right {
    width: 40%;
    border-radius: 0.06rem;
    max-height: 1rem;
    overflow: hidden;
    background: #fdfdfd;
    overflow: hidden;
}

.qzyl-right img {
    transition: all .5s;
}

.qzyl-inner ul li:hover .qzyl-right img {
    transform: scale(1.05)
}

.qzyl-title {
    font-size: 0.18rem;
    font-weight: 700;
    margin-top: 0.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all .3s;
    height: 0.52rem;
}

.qzyl-title:hover {
    color: #3471C0;
}

.dt-list {
    width: 31.9%;
    background: #fff;
    padding: 0.4rem;
}

.dt-xfdt {
    width: 33.4%;
}

.list-more {
    top: -0.38rem;
}

.list-inner ul li:last-child {
    border-bottom: 0.02rem solid #F0F0EF;
}

.dt-qcgy {
    margin-top: 0.7rem;
}

.xfdt-inner {
    position: relative;
}

.xfdt-img img {
    width: 100%;
    height: 2.52rem;
    object-fit: cover;
    object-position: top center;
}

.xfdt-more {
    top: -0.62rem
}

.xfdt-inner ul {
    margin-top: 0.3rem;
}

.bottom-nav {
    position: relative;
}

.bottom-ckgd {
    position: absolute;
    right: 0;
    font-size: 0.16rem;
}

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

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

.qcgy-item {
    width: 12.5%;
    /* 每行显示4个滑块 */
    box-sizing: border-box;
    padding: 0;
    /* 确保没有额外的内边距 */
    margin: 0;
    /* 确保没有额外的外边距 */
    height: 1.4rem;
    /* 固定高度为1.4rem */
    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: 0.6rem;
    margin-bottom: 0.8rem;
}

.ryzt-con {
    margin-top: 0.3rem;
    position: relative;
    overflow: hidden
}

.ryzt-con .swiper-slide {
    width: 27.3%;
    background: #F7F7F7;
    float: left;
    margin-right: 0.3rem;
    position: relative;
}

.ryzt-pic {
    /* background: #fff; */
    width: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    width: 100%;
}

.ryzt-pic img {
    width: 100%
}

.ryzt-title {
    font-size: 0.18rem;
    color: #fff;
    line-height: 0.28rem;
    padding: 0rem 0.2rem;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1.2rem;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1))
}

.ryzt-title .name-box {
    margin-top: 0.7rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media screen and (max-width: 15rem) {
    .fd-contain .swiper-slide img {
        height: 2rem;
    }

    .ggbg-inner ul li {
        margin-top: 0.25rem;
    }

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

@media screen and (max-width: 14rem) {
    .newsLeft {
        /* max-height: 4rem; */
    }

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

    .news1-nav {
        /* margin-bottom: 0.3rem; */
    }

    .news1-inner .news-ckgd {
        top: -0.7rem;
    }

    .newslist-title {
        font-size: 0.18rem;
    }
}

@media screen and (max-width: 1024px) {
    .xfdt-img img {
        height: 100%;
    object-position:initial;
    }
.qzyl-title{
height:auto !important;
}
}