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

}



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

}

.index-slide .swiper-slide {}

.index-slide .slide-inner {}

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

.index-slide .tx{
    position:absolute;
    z-index:99;
    top:46%;
    left:8%;
    font-size:42px;
    font-weight:700;
    color:#fff;
}
.index-slide .tx4{
    color:#3471C0;
}

/* #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;
    left: 8%;
    bottom:30px;
    /* height: auto; */
}

.index-slide .swiper-pagination-bullet {
    width: 40px;
    height: 4px;
    border-radius: 0;
    background: #fff;
    opacity: 1;
    margin-right: 8px !important;
    margin-left: 0 !important;
}

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

.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;
    padding-right:30px;
    margin:0 auto;
}

.szyw-title a {
    color: #3471C0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

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

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

.news1-nav {
    margin-bottom: 35px;
}



.public-nav li {
    display: flex;
    align-items: center;
    font-size: 24px;
    color: #333;
    cursor: pointer;
    margin-right: 40px;
   cursor:pointer;
}

.public-nav li.on{
    color: #333;
    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: -12px;
}

.news-htitle {
    font-size: 20px;
    text-align: center;
    line-height: 29px;
    margin-top: 14px;
    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: 16px;
    line-height: 26px;
    color: #666666;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;

}

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

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

.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 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: 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: 28px;
    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,
.news1-inner ul li {
    display: flex;
    justify-content: space-between;
    margin-top: 22px;
}
.news-inner ul li{
border-bottom: 1px solid #E5E5E5;
margin-top:0px !important;
    display:flex;
    align-items:center;
    padding:10px 0px;
    
}
.news1-inner ul li {
    line-height: 26px;
    margin-top: 21px;
}

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

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

.news-head{
   padding-bottom:20px;
    border-bottom: 1px solid #E5E5E5;
}

.news1-inner .news-date {}

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


.news-title a {
    color: #444;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    transition: all .2s;
}
.pox-news .news-title a{
   -webkit-line-clamp: 2;
   height: 50px;
    display:flex;
    align-items:center;
}
.news-inner ul li:hover .news-title a,
.news1-inner ul li:hover .news-title a ,
.ggbg-inner ul li:hover .news-title a,
.ggbg-inner1 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 {
    top: -75px;
}

.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-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;
}
.xwjt-more{
    position:absolute;
    right:0;
    top:55px;
}

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

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

.fd-prev,
.fd-next {
    position: absolute;
    bottom: 30px;
    width: 40px;
    height: 40px;
    z-index: 99;
    cursor: pointer;
}

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

.fd-next {
    background: url(../images/fd-right.png) no-repeat;
    background-size: 100%;
    right: 45%;
}
.fd-contain .swiper-slide img {
    width: 100%;
    height:220px;
    opacity: 1;
    transition: opacity 0s;
    border-radius:8px;
}

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


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

.fd-item{
    position:relative;
}
.fd-con{
    position:absolute;
    bottom: 0px;
    width: 100%;
    left:50%;
    transform:translate(-50%);
    transition:all 2s;
    background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
    padding-bottom:15px;
    border-radius:10px

}

.fd-contain .swiper-slide-active .fd-con{
    opacity:1;
   
}
.fd-title{
   color:#fff;
    text-align:center;
    font-size:18px;
    line-height:29px;
    width:80%;
    margin:0 auto;
}

.pox-bottom{
    display:flex;
    justify-content:space-between;
    margin-bottom:70px;
}
.pox-gpxx,.pox-ggbg{
    width:46%;
    position:relative;
    margin-top:80px;
}

.nav-change{
    position:absolute;
    top:2px;
    left:20%;
    width:80%;
}

.nav-change .swiper-slide{
    font-size:20px;
    color:#333;
    cursor:pointer;
    width:126px !important;
}

.gp-change .swiper-slide{
      margin-top:30px;
}
.gp-change .swiper-slide img{
     margin:0 auto;
}
.nav-change .swiper-slide-active{
    color:#3471C0;
}

.ggbg-inner ul li,.ggbg-inner1 ul li{
    display:flex;
    justify-content:space-between;
    border-bottom:1px solid rgb(0, 0, 0,.1);
    padding-left:20px;
    background:url(../images/news-grey.png) no-repeat left 10px;
    padding-bottom:20px;
    margin-top:35px;
    transition:all .2s;
}

.ggbg-inner ul li{
    margin-top:14px;
    padding-bottom:14px
}

.ggbg-ckgd{
    position:absolute;
    right:0;
    top:6px;
}
.ggbg-inner ul li:hover,.ggbg-inner1 ul li:hover{
     background:url(../images/news-blue.png) no-repeat left 10px;
}

.ggbg-inner ul li:hover .news-title a,.ggbg-inner1 ul li:hover .news-title a{
    color:#3471C0;
}

.gp-pagination{
    position:absolute;
    bottom:0;
    left:50%;
    transform:translate(-50%)
}
.gp-pagination .swiper-pagination-bullet{
    margin-right:5px;
    width:8px;
    height:8px;
}

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

@media screen and (max-width: 1500px) {
    .fd-contain .swiper-slide img{
        height:200px;
    }
    .ggbg-inner ul li,.ggbg-inner1 ul li{
        margin-top: 25px;
    }
.news-htitle a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.index-slide .tx{
        font-size:38px;
    }
}

@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;
}
    .news-inner ul li, .news1-inner ul li{
        margin-top:18px;
    }
    .news1-nav{
        margin-bottom:30px;
    }
    .news1-inner .news-ckgd{
        top:-70px;
    }
.index-slide .tx{
        font-size:36px;
    }
}