html {
    font-size: 192px;
}
#gsggSlide .swiper-wrapper{
height:100%;
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);
    }

}

.news-detail a{
color:#3471C0;
}

.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: #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: 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 {
    display: flex;
    background: #fff;
    height: 66px;
    align-items: center;
    padding: 0 30px;
    overflow: hidden;
    position: relative;
}

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

.gsgg-title {
    width: 140px;
    padding-left: 45px;
    background: url(../images/tzgg-icon.png) no-repeat left;
    background-size: 26px;
    border-right: 1px solid #F0F0EF;
    margin-right: 30px;
    font-size: 18px;
    color: #333;
}



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

.home-more {
    font-size: 16px;
    color: #666;
    position: absolute;
    right: 0;
    top: -35px;
}

.qzyl-more {
    top: -65px;
}

.tzgg-more {
    position: absolute;
    right: 40px;
    top: 22px;
}

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

.dt-con {
    background: #F3F4F5;
    padding: 55px 0px 80px;
}

.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: 20px;
    color: #333;
    cursor: pointer;
    margin-right: 65px;
    cursor: pointer;
    margin-bottom: 15px;
    line-height: 40px;
}

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

.public-nav li.on span {
    color: #73726F;
}

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

.news-head {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    height:290px;
}

.news-hleft {
    width: 44.2%;
}

.news-hright {
    width: 50%;
    overflow: hidden;
    max-height:280px;
}

.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: 14px;
}

.news-htitle {
    font-size: 18px;
    /* text-align: center; */
    line-height: 30px;
    margin-top: 20px;
    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: 28px;
    color: #999;
    margin-top: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    margin-bottom: 28px;
    height:112px;
}

.news-detail {
    float: right;
    font-size: 16px;
    font-weight: 500;
    color: rgb(0, 142, 216);
    padding-right: 40px;
    background: url(../images/right-ico.png) no-repeat right;
    margin-top: -20px;
}



.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: 32%;
}

.newsLeft {
    width: 65.2%;
    position: relative;
    background: #fff;
    padding: 40px;
}

.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: 33.3%;
    background: #fff;
    padding: 40px;
}

.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 {
    margin-top: 50px;
}

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

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

.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: 16px;
    font-weight: 700;
}

.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: 16px;
}

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

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

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

.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: 20px;
}

.pox-news1 {
    margin-top: 20px;
    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: 30px;
}

.list-inner {
    margin-top: 4px;
}



.qzyl-inner ul {
    /* margin-top:30px; */
}

.qzyl-inner ul li {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #F0F0EF;
    padding: 16px 0px;
    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: 6px;
    max-height: 100px;
    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: 18px;
    font-weight: 700;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    transition: all .3s;
    height: 52px;
}

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

.dt-list {
    width: 31.9%;
    background: #fff;
    padding: 40px;
}

.dt-xfdt {
    width: 33.4%;
}

.list-more {
    top: -38px;
}

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

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

.xfdt-inner {
    position: relative;
}

.xfdt-inner ul{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
}

.xfdt-inner ul li{
    width:48%;
    margin-bottom:16px;
}

.xfdt-img{
    overflow:hidden;
}

.xfdt-img img{
    width:100%;
    height: 100px;
    object-fit:cover;
    transition:all .4s;
}

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

.xfdt-more {
    top: -62px
}

.xfdt-inner ul {
    margin-top: 30px;
}

.bottom-nav {
    position: relative;
}



.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: 30px;
    position: relative;
    overflow: hidden
}

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

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

.ryzt-pic img {
    width: 100%
}

.ryzt-title {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    padding: 0px 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1))
}

.ryzt-title a {
    margin-top: 70px;
    overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
}










@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; */
    }

    .news1-inner .news-ckgd {
        top: -70px;
    }

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