<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    font-size: 192px;
}

@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);
    }

}

#pox-slide {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

#pox-slide .pox {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    background: #fff;
}



#pox-slide .pox.swiper-slide-active {
    z-index: 200;
}

#pox-slide .pox-1 {
    z-index: 250;
}

#pox-slide .pox.pox.pox-out {
    z-index: 300;
}


#pox-slide .pox.pox.pox-start,
#pox-slide .pox.pox-active-up,
#pox-slide .pox.pox-active-down,
#pox-slide .pox-active {
    z-index: 400;
}

#pox-slide .pox.pox-active-down {
    animation: pox-active-down .8s ease-in-out forwards;
}

#pox-slide .pox-6 {
    height: 2.72rem;
    top: inherit;
    bottom: 0;
}

#pox-slide .pox-5.pox-active-up {
    animation: inherit !important;
}

@keyframes pox-active-down {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0);
    }
}

#pox-slide .pox.pox-active-up {
    animation: pox-active-up .8s ease-in-out forwards;
}

@keyframes pox-active-up {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

.right-change {
    position: fixed;
    width: 0.45rem;
    height: 100vh;
    right: 0;
    top: 0;
    /*border-left: 1px solid rgba(229, 229, 229, 0.5);*/
    z-index: 999;
}

.right-mouse {
    position: absolute;
    bottom: 0.2rem;
    width: 0.14rem;
    left: 50%;
    transform: translate(-50%);
}

.right-change ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.right-change ul li {
    width: 0.04rem;
    height: 0.04rem;
    background: url(../images/right-grey.png) no-repeat;
    background-size: 100%;
    margin-bottom: 0.16rem;
    position: relative;
    cursor: pointer
}

.right-change ul li:after {
    content: '';
    display: block;
    width: 0.15rem;
    height: 0.15rem;
    border: 1px solid rgba(52, 113, 192, 0);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.right-change ul li.active {
    background: url(../images/right-blue.png) no-repeat;
    background-size: 100%;
}

.right-change ul li.active:after {
    border: 1px solid rgba(52, 113, 192, 1);
}

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

}

.index-slide .swiper-slide {
    overflow: hidden;

}

.index-slide .slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover !important;
    background-position: center;
    color: #fff;
    background-size: 100%;
}

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

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

.index-slide  .ex-txt .tx1{
    color:#fff
}

.swiper-counter {
    position: absolute;
    left: 8%;
    top: 30%;
    z-index: 99;
    font-size: 0.09rem;
    color: rgba(52, 113, 192, .8);
    font-family: 'Alibaba PuHuiTi', sans-serif;
}

.swiper-counter .current {
    font-size: 0.21rem;
    color: #3471C0;
    font-weight: 400;
}

.swiper-counter .total {
    font-size: 0.09rem;
    color: rgba(52, 113, 192, .8)
}

.swiper-counter1,.swiper-counter1 .total {
    color: rgba(255, 255, 255, .8);
}

.swiper-counter1 .current {
    color: #fff;
}

.index-slide .ex-txt .tx {
    transform: translateY(50px);
    transition: opacity .7s, transform .7s;
    opacity: 0;
}

.index-slide .swiper-slide-active .ex-txt .tx {
    opacity: 1;
    transform: translateY(0);
}



.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;
}

.gsgg {
    position: absolute;
    bottom: 0.12rem;
    z-index: 99;
    display: flex;
    width: 75%;
    left: 50%;
    /* transform: translate(-50%); */
    background: #fff;
    height: 0.33rem;
    align-items: center;
    padding: 0 0.15rem;
    overflow: hidden;
    margin-left: -37.5%
}

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

.gsgg-title {
    width: 0.7rem;
    padding-left: 0.2rem;
    background: url(../images/gg-icon.png) no-repeat left;
    background-size: 0.13rem;
    border-right: 1px solid #3471C0;
    margin-right: 0.15rem;
    font-size: 0.09rem;
    color: #3471C0;
}



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



.pox-news {
    padding: 0 12.5%;
    padding-top: 0.95rem;
    background: #F5F5F5 !important;
}

.news-big {
    font-size: 0.16rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.25rem;
    transform: translateY(10%);
    opacity: 0.8;
    transition: all 0s .6s;
}

.news-big a {
    transition: all .6s;
}

.news-big-subtitle{
    text-align:center;
    font-size:0.11rem;
    margin-top:0.04rem;
    color:#666666;
    font-weight:400;
   height: 0.15rem;
}

.news-big:hover a {
    color: #3471C0;
    transform: scale(1.03);
}


.pox-active-down .news-big,
.pox-active-up .news-big,
.pox-active .news-big {
    opacity: 1;
    transform: translateY(0);
    transition: all .6s .6s linear;
}

#pox-slide .pox-active-down .tip-title h4,
#pox-slide .pox-active-up .tip-title h4,
#pox-slide .pox-active-down .tip-title h3,
#pox-slide .pox-active-up .tip-title h3 {
    transition: all .6s .6s ease-in-out;
    transform: translateX(0px);
    opacity: 1;
}

.news-inner,
.news1-inner {
    display: none;
    position: relative;
}

.news-nav,
.news1-nav {
    display: flex;
    width: 100%;
    height: 0.24rem;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;

    transition: all 0s .6s;
    padding-bottom: 0.05rem;
}

.news1-nav {
    margin-bottom: 0.1rem;
}



.news-nav li,
.news1-nav li {
    display: flex;
    align-items: center;
    font-size: 0.12rem;
    color: #333;
    cursor: pointer;
    margin-right: 0.225rem;
}

.news-nav li.on,
.news1-nav li.on {
    color: #333;
    cursor: pointer;
    border-radius: 0.1rem;
    font-weight: 700;
    position: relative;
}

.news-nav li.on:after,
.news1-nav li.on:after {
    content: '';
    display: block;
    width: 0.2rem;
    height: 3px;
    background: #3471C0;
    position: absolute;
    bottom: -0.06rem;
}

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

.newsLeft {
    width: 57.8%;
    position: relative;
    transform: translateX(-50px);
    opacity: 0.8;
    transition: all .6s 0s ease-in-out;
}

.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 .6s .6s ease-in-out;
    transform: translateX(0px);
    opacity: 1;
}

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

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

.newsLeft-pic {
    overflow: hidden;
}

.newsLeft-pic img {
    width: 100%;
    min-height:2.8rem;
    transition: all .6s;
    object-fit: contain; 
}

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

.newsLeft-bot {
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 99;
    height: 0.31rem;
    background: rgba(0, 80, 165, .7);
    padding: 0 0.25rem 0 0.15rem;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: space-between
}


.bot-title {
    font-size: 0.12rem;
    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.4%;
    transform: translateX(50px);
    opacity: 0.8;
    transition: all .6s 0s ease-in-out;
}

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

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

.news-inner ul li,
.news1-inner ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #E5E5E5;
    padding: 0.1rem 0;
    /* align-items: center; */
}

.news1-inner ul li {
    padding: 0.07rem 0;
}

.news-date {
    width: 16.13%;
    font-family: Noto Sans;
    font-weight: 700;
    position: relative;
    transition: all .5s;
    background: transparent;
}

.news1-inner .news-date {
    width: 14%;
}

.news1-inner .news-title {
    width: 86%;
    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: 82%;
    font-size: 0.11rem;
    line-height: 0.145rem;
    display:flex;
    align-items:center
}

.news-title a {
    color: #444;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all .2s;
}
.ztzl-title{
    margin-bottom:0.05rem;
}
.fddtr-ckgd{
       position: absolute;
    right: 0;
    bottom: 0.8rem;
   z-index:999;
}
.news-inner ul li:hover .news-title a,
.news1-inner ul li:hover .news-title a {
    color: #3471C0;
    font-weight: 700;
}

.home-ckgd {
    transform: translateX(-50px);
    opacity: 0.8;
    transition: all .6s 0s ease-in-out;
    transform: translateX(0px);
    opacity: 1;
}

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

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

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

.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: 0.1rem !important;
    right: 0.12rem !important;
    width: auto !important;
}

.news-pagination&gt;.swiper-pagination-bullet {
    width: 0.05rem;
    height: 0.05rem;
    background: url(../images/news-click.png) no-repeat;
    background-size: 100%;
    opacity: 1;
    margin-right: 0.05rem;
}

.news-pagination&gt;.swiper-pagination-bullet-active {
    background: url(../images/news-clickA.png) no-repeat;
    background-size: 100%
}




.pox-news1 {
    padding: 0 12.5%;
    padding-top: 0.9rem;
}

.news1Left {
    width: 60.28%;
    margin-top: 0.15rem;
    transform: translateX(-50px);
    opacity: 0.8;
    transition: all .6s 0s ease-in-out;
}

.news1Right {
    width: 36.5%;
    background: url(../images/mtgz-bg.png) no-repeat;
    padding: 0.2rem 0.22rem;
    background-size: 100%;
    transform: translateX(50px);
    opacity: 0.8;
    transition: all .6s 0s ease-in-out;
   min-height: 3.4rem;
}

.mtgz-title {
    font-size: 0.12rem;
    font-weight: 700;
    color: #0050A5;
    text-align: center;
    margin-bottom: 0.13rem;
}

.mtgz-pic {
    padding: 5%;
    background: #fff;
    border: 1px solid #E7E7E7;
    position: relative;
    overflow: hidden;
}

.mtgz-pic img {
    width:100%;
    min-height:1.1rem;
    max-height: 1.26rem;
}

.mtgz-pic-title {
     position: absolute;
    bottom: 8%;
    margin-right: 0.12rem;
    font-size: 0.09rem;
    width:90%;
}

.mtgz-pic-title a {
    color: #fff;
    font-weight: 400;
    line-height: 0.13rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width:100%;
    padding: 0.04rem 0.075rem;
    background: rgba(0, 80, 165, .7);
}

.mtgz-item-title {
    height: 0.4rem;
    padding: 0.065rem 0.12rem;
    border-bottom: 1px solid #DFDFDF;
    font-size: 0.1rem;
    line-height: 0.15rem;
    background: url(../images/mtgz-icon.png) no-repeat left;
    display:flex;
    align-items:center;
    background-size: 0.015rem
}

.mtgz-item-title a {
    color: #4C4C4C;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all .2s;
}

.mtgz-item-title a:hover {
    color: #3471C0;
    font-weight: 700;
}

.mtgz-more {
    float: right;
    margin-top: 0.1rem;
    width: 0.545rem;
    height: 0.2rem;
    border-radius: 0.09rem;
    border: 1px solid #7dade3;
    text-align: center;
}

.mtgz-more a {
    font-size: 0.09rem;
    color: #7DADE3;
    padding: 0.03rem
}

.fddtr-bg {
    background: url(../images/fd-bg.png) no-repeat bottom;
    background-size: 100%;
    padding: 0 12.5%;
    padding-top: 0.75rem;
    height: 100%;
}

.fddtr-title {
    font-size: 0.1rem;
    color: #333;
    text-align: center;
    position: relative;
    font-weight: 500;
    margin-top: 0.15rem;
   font-weight:700;
}

.fddtr-title:after {
    display: block;
    content: '';
    position: absolute;
    width: 0.2rem;
    height: 0.015rem;
    background: #3471C0;
    left: 50%;
    transform: translate(-50%);
    bottom: -0.05rem;
}

.zt-contain {
    position: relative;
    transform: translateY(50px);
    opacity: 0.8;
    transition: all 0s .6s;
}

.zt-pagination{
    display:none;
}

.pox-active-down .zt-contain,
.pox-active-up .zt-contain,
.pox-active-down .fd-contain,
.pox-active-up .fd-contain,
.pox-active-down .ldhy-contain,
.pox-active-up .ldhy-contain,
.pox-active .zt-contain,
.pox-active .fd-contain,
.pox-active .ldhy-contain {
    opacity: 1;
    transform: translateY(0);
    transition: all .6s .6s linear;
}

.zt-prev,
.zt-next {
    position: absolute;
    width: 0.097rem;
    height: 0.165rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition:all 1s;
   opacity:0;
}

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

.zt-next {
    background: url(../images/zt-right.png) no-repeat;
    right: -0.25rem;
    background-size: 100%;

}

.zt-contain:hover .zt-prev{
    opacity:1;
}

.zt-contain:hover .zt-next{
   opacity:1;
}
.zt-contain .swiper-container {
    padding: 0.2rem 0;
}

.zt-contain .swiper-slide-active {
    transform: scale(1.2);
    transition: transform 0.5s ease;
}

.zt-contain .swiper-slide{
     transition: transform 0.5s ease;
}

.zt-contain .swiper-slide:hover{
     transform: scale(1.1);
}
.zt-contain:hover .swiper-slide-active {
            transform: scale(1);
        }
.zt-contain .swiper-slide-active:hover{
    transform: scale(1.2) !important;
}

.zt-contain .swiper-slide:hover ~ .swiper-slide{
     transform: scale(1);
}

.zt-pic img {
    width: 100%;
    height: 100%;
    transition:all .5s;
     border-radius:0.05rem
}

.zt-pic:hover img{
    /*transform:scale(1.03)*/
}

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

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


.fd-contain .swiper-slide img {
    width: 100%;
    height: 1.05rem;
    opacity: 1;
    transition: opacity 0s 
}

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


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


/*.fd-contain .prev {
    clip-path: polygon(0px 0, 100% 0.3rem, 100% calc(100% - 0px), 0px 100%, 0 calc(100% - 0.1rem), 0 0px);
    margin-top: -0.4rem;
}

.fd-contain .prev1 {
    clip-path: polygon(0px 0, 100% 0.4rem, 100% calc(100% - 0px), 0px 100%, 0 calc(100% - 0.1rem), 0 0px);
    margin-top: -0.82rem;
}

.fd-contain .prev img,
.fd-contain .next img {
    height: 1.59rem;

}

.fd-contain .prev1 img,
.fd-contain .next1 img {
    height: 2rem;

}


.fd-contain .swiper-slide-prev {
    clip-path: polygon(0px 0, 100% 0.15rem, 100% calc(100% - 0px), 0px 100%, 0 calc(100% - 0.1rem), 0 0px);
    margin-top: -0.08rem;
}

.fd-contain .swiper-slide-prev img,
.fd-contain .swiper-slide-next img {
    height: 1.27rem;
}


.fd-contain .swiper-slide-active {
   

}


.fd-contain .swiper-slide-next {
    clip-path: polygon(0px 0.15rem, 100% 0px, 100% calc(100% - 0px), 0px 100%, 0 calc(100% - 0.1rem), 0 0px);
    margin-top: -0.08rem;
}


.fd-contain .next {
    clip-path: polygon(0px 0.3rem, 100% 0px, 100% calc(100% - 0px), 0px 100%, 0 calc(100% - 0.1rem), 0 0px);
    margin-top: -0.4rem;
}

.fd-contain .next1 {
    clip-path: polygon(0px 0.4rem, 100% 0px, 100% calc(100% - 0px), 0px 100%, 0 calc(100% - 0.1rem), 0 0px);
    margin-top: -0.82rem;
}*/
.fd-contain .swiper-slide .fd-item {
    background: rgba(52, 113, 192,0);

    padding-bottom: 0.18rem;
    transition:all 0s;
    
    
}

.fd-contain .swiper-slide-active .fd-item{
    background: url(../images/fd-itembg.png) no-repeat;
    background: rgba(52, 113, 192,1);
    transition:background 2s;
    padding: 0.065rem;
    padding-bottom:0.12rem;
}

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

.fd-con {
    text-align: left;
}

.fd-contain .swiper-slide-active .fd-title {
    font-size: 0.09rem;
    font-weight: 500;
    margin-top: 0.12rem;
}

.fd-contain .swiper-slide .fd-title a {
    color: #fff;
}

.fd-sum {
    font-size: 0.08rem;
    line-height: 0.12rem;
    color: #fff;
    margin-top: 0.05rem;
    text-align: justify;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display:none;
}

.fd-prev,
.fd-next {
    position: absolute;
    top: 1.8rem;
    width: 0.21rem;
    height: 0.21rem;
    z-index: 99;
    cursor: pointer;
}

.fd-prev {
    background: url(../images/fd-left.png) no-repeat;
    background-size: 100%;
    left: 30%
}

.fd-next {
    background: url(../images/fd-right.png) no-repeat;
    background-size: 100%;
    right: 30%;
}

.pox-ldhy {
    padding: 0 12.5%;
    padding-top: 0.75rem;
    background: #F5F5F5 !important;
}

.ldhy-title {
    text-align: left;
    transform: translateX(-20px);
    opacity: 0.8;
    transition: all .6s 0s ease-in-out;
}

.ldhy-title:after {
    left: 0;
    transform: translate(0);
}

.ldhy-ckgd {
    position: absolute;
    right: 12.5%;
    top: 0.9rem;
    transform: translateX(20px);
    opacity: 0.8;
    transition: all .6s 0s ease-in-out;
}

.ldhy-contain {
    transform: translateY(0px);
    opacity: 1;
    transition: all 0s .6s;
}

.ldhy-contain ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.05rem;
}

.ldhy-contain ul li {
    width: 32.5%;
    position: relative;
    margin-top: 0.1rem;
    overflow: hidden;
    transition: all 1s;
}

.ldhy-module {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -1rem;
    left: 0;
    padding: 0.16rem;
    z-index: 11;
    transition: all 1s;
}

.ldhy-module:after{
     display:block;
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    opacity:0;
     transition:1s;
 }

.ldhy-contain ul li:nth-child(1) .ldhy-module:after{
    background:url(../images/ldly-bg1.png) no-repeat;
    background-size:100% 100%;   
}
.ldhy-contain ul li:nth-child(2) .ldhy-module:after{
    background:url(../images/ldly-bg2.png) no-repeat;
    background-size:100% 100%;   
}
.ldhy-contain ul li:nth-child(3) .ldhy-module:after{
    background:url(../images/ldly-bg3.png) no-repeat;
    background-size:100% 100%;   
}
.ldhy-contain ul li:nth-child(4) .ldhy-module:after{
    background:url(../images/ldly-bg4.png) no-repeat;
    background-size:100% 100%;   
}
.ldhy-contain ul li:nth-child(5) .ldhy-module:after{
    background:url(../images/ldly-bg5.png) no-repeat;
    background-size:100% 100%;   
}
.ldhy-contain ul li:nth-child(6) .ldhy-module:after{
    background:url(../images/ldly-bg6.png) no-repeat;
    background-size:100% 100%;   
}

.ldhy-item-title {
    font-size: 0.15rem;
    font-weight: 500;
    margin-top: 0.04rem;
    color: #fff;
}

.ldhy-item-title a {
    color: #fff;
}

.ldhy-item-sum {
    font-size: 0.1rem;
    line-height: 0.15rem;
    color: #fff;
    margin-top: 0.08rem;
}

.ldhy-item-more {
    width: 0.63rem;
    height: 0.2rem;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.2rem;
    border-radius: 0.1rem;
}

.ldhy-item-more a {
    color: #fff;
    font-size: 0.08rem;
}

.ldhy-pic {
    position: relative;
}

.ldhy-pic:after {
    content: '';
    display: block;
    width: 100%;
    height: 0.6rem;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(44, 60, 60, 0), rgb(29, 55, 50));
}

.ldhy-contain ul li:hover .ldhy-module {
    bottom: 0;
}
.ldhy-contain ul li:hover .ldhy-module {
    bottom: 0;
    
}

.ldhy-contain ul li:hover .ldhy-module:after{
    opacity:1;
}

@media (max-width: 1500px) {
    .news1Left{
        margin-top:0;
    }
}
@media screen and (min-width: 1024px) {
.index-slide .ex-txt{
          background:none !important;
}
}</pre></body></html>