html {
    font-size: 192px;
}

#copy-sw .fd-con {
    opacity: 0;
    transition: all 0s;
    transform: none;
}
.gsgg{
background-color:rgba(255,255,255,0.8) !important;
}

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


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

#copy-sw .swiper-slide-active img {
    opacity: 1;
    transition: opacity 1s
}


#copy-sw .swiper-container {
    /* height: 1.5rem; */
    padding: 0.5rem 0;
    margin-top: -0.35rem;
}

#copy-sw .swiper-slide .fd-item {
    background: rgba(52, 113, 192, 0);

    padding-bottom: 0.18rem;
    transition: all 0s;
    display: flex;
    flex-direction: column;
}

#copy-sw .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;
}

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

#copy-sw .fd-con {
    text-align: left;
    position: static;
    width: 100%;
    text-align: left;
}

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

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

#copy-sw .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;
}




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

#copy-sw .swiper-container {

    padding: 0.5rem 0;
    margin-top: -0.35rem;
}

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

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

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

#copy-sw .fddtr-ckgd {
    position: absolute;
    right: 12%;
    bottom: 0.55rem;
    z-index: 999;
}

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

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

.news-htitle .newBlank {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}

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

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

.dt-wid {
    width: 1440px;
    margin: 0 auto;
    /* margin-top: -200px; */
}


.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 {
    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: 18px;
    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: 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-head {
    margin-bottom: 10px;
}

.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 {
    margin-top: 0px;
    display: flex;
    align-items: center;
    padding: 10px 0px;
    border-bottom: 1px solid #E5E5E5;
}


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

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

}

.pox-news .news-title a {
    -webkit-line-clamp: 2;
    height: 50px;
    display: flex;
    align-items: center;
}

.news-title a {
    color: #444;
    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 .news-title 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 {
    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 {
    bottom: 35px !important;
    right: 20px;
    width: auto !important;
    left: initial !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;
}

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


.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: 15px;
    ;
    width: 80%;
    left: 50%;
    transform: translate(-50%);
    transition: all 2s;
}

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

}

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

.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 {
    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-ckgd {
    position: absolute;
    right: 0;
    top: 6px;
}

.ggbg-inner ul li:hover {
    background: url(../images/news-blue.png) no-repeat left 10px;
}

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

.gpxx-ckgd {
    position: absolute;
    right: 0px;
    top: 6px;
}

.pox-yw {
    margin-top: 68px;
    position: relative;
}

.yw-bottom {
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
}

.yw-img img {
    width: 100%;
}

.yw-contain {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
}

.yw-title {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}

.yw-more {
    width: 126px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #3471C0;
    border-radius: 20px;
    margin-top: 48px;
}

.yw-more span {
    color: #fff;
    font-size: 16px;
    font-weight: 700;

}

.ywly-title {
    color: #fff;
    font-size: 20px;
    text-align: center;
    padding-top: 30px;
    background: url(../images/yw-dian.png) no-repeat top;
    position: relative;
}

.ywly-title:after {
    display: block;
    content: '';
    width: 92%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 10px;
    left: 54%;
}

.yw-bottom .swiper-slide {
    cursor: pointer;
}

.yw-bottom .swiper-slide:last-child .ywly-title:after {
    height: 0;
}

.yw-bottom .swiper-slide-thumb-active .ywly-title {
    background: url(../images/yw-dain1.png) no-repeat top;
}

.yw-bottom .swiper-slide span {
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

.yw-slfd {
    background: url(../images/slfd-icon.png) no-repeat;
}

.yw-hd {
    background: url(../images/hd-icon.png) no-repeat;
}

.yw-fd {
    background: url(../images/fd-icon.png) no-repeat;
}

.yw-gf {
    background: url(../images/gf-icon.png) no-repeat;
}

.yw-cn {
    background: url(../images/cn-icon.png) no-repeat;
}

.yw-sd {
    background: url(../images/sd-icon.png) no-repeat;
}

.yw-bottom .swiper-slide-thumb-active .yw-slfd {
    background: url(../images/slfd-icon1.png) no-repeat;
}

.yw-bottom .swiper-slide-thumb-active .yw-hd {
    background: url(../images/hd-icon1.png) no-repeat;
}

.yw-bottom .swiper-slide-thumb-active .yw-fd {
    background: url(../images/fd-icon1.png) no-repeat;
}

.yw-bottom .swiper-slide-thumb-active .yw-gf {
    background: url(../images/gf-icon1.png) no-repeat;
}

.yw-bottom .swiper-slide-thumb-active .yw-cn {
    background: url(../images/cn-icon1.png) no-repeat;
}

.yw-bottom .swiper-slide-thumb-active .yw-sd {
    background: url(../images/sd-icon1.png) no-repeat;
}

.pox-dj {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}

.dj-item {
    width: 30%;
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
}

.dj-item-active {
    width: 69%;
}

.dj-item img {
    width: auto;
    height: 450px;
    object-fit: cover
}

.dj-item-title {
    position: absolute;
    color: #fff;
    top: 40px;
    left: 30px;
    writing-mode: vertical-rl;
    font-size: 24px;
    letter-spacing: 3px;
    transition: all 0.5s;
}

.dj-item-active .dj-item-title {
    top: 55px;
    left: 50px;
    font-size: 40px;
    font-weight: 700;
    writing-mode: inherit;
    letter-spacing: 0px;
    text-shadow: 0px 3px 7px rgb(0, 0, 0, .5);
}

.dj-item-more {
    position: absolute;
    bottom: 166px;
    left: 50px;
    width: 126px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #fff;
    opacity: 0 !important;
    transition: all 0.5s;
}

.dj-item-active .dj-item-more {
    opacity: 1 !important;
}

.dj-item-more a {
    color: #fff;
}

.dj-h .dj-item-title {
    color: #F9DE88
}

.dj-h .dj-item-more {
    border: 1px solid #F9DE88;
}

.dj-h .dj-item-more a {
    color: #F9DE88
}

.dj-l .dj-item-title {
    color: #0098E6
}

.dj-l .dj-item-more {
    border: 1px solid #0098E6;
}

.dj-l .dj-item-more a {
    color: #0098E6
}

@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 {
        height: 500px;
        max-height: initial !important;
    }

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

}