
body,
html {
    position: relative;
    height: 100%
}

.banner {
    position: relative;
}

.banner:after {
    content: '';
    width: 6.3rem;
    bottom: 0;
    background: #06175a;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1rem;
    z-index: 2;
    pointer-events: none;
    display: none
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .swiper-slide a {
    display: block;
    position: relative
}


.banner .swiper-slide .slideImg {
    padding-bottom: 0;
    min-height: 6rem;
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.banner .swiDots {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0.65rem;
    color: #fff;
    text-align: center;
    z-index: 2;
    margin: 0px;
    padding: 0px;
    font-size: 0px;
}

.banner .swiDots span {
    margin: 0 0.25rem;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    background: none;
    outline: none;
    opacity: 1;
    width: 0.44rem;
    height: 0.44rem;
    font-size: 0px;
    background: url(../images/ban-dot.png) no-repeat center;
    background-size: auto 0.3rem;
}

.banner .swiDots span::after {
    content: "";
    position: absolute;
    left: 0.45rem;
    bottom: 0.21rem;
    width: 0.45rem;
    height: 1px;
    background: #fff;
}

.banner .swiDots span.active {
    background: url(../images/ban-dot2.png) no-repeat center;
    background-size: auto 0.3rem;
}

.banner .swiDots span.active::after {
    left: 0.53rem;
}

.banner .swiDots span:nth-last-of-type(1):after {
    opacity: 0;
}

.banner .swiTool {
    position: absolute;
    right: 0;
    bottom: .35rem;
    z-index: 8;
    color: #fff;
    left: 0
}

.banner .slideImg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/*.isIpadPro .banner .swiper-slide  .slideImg,.isIpadAir .banner .swiper-slide  .slideImg{height: 52vw}*/

@media (min-width:1024px) {
    .banner .swiper-slide .sc {
        -webkit-transition: 8s 1s linear;
        -webkit-transform: scale(1)
    }
    .banner .swiper-slide-active .sc {
        -webkit-transform: scale(1.1)
    }
}

@media (max-width:1024px) {
    .banner .swiper-slide a:before {
        height: 35%
    }
    .banner .swiper-slide .slideImg {
        padding-bottom: 0;
        height: 52vw;
        min-height: inherit
    }
    .banner {
        padding-left: 0
    }
    .banner .link {
        display: none
    }
    .banner .swiTool .link,
    .banner .arrd {
        display: none
    }
    .banner .swiTool .wp {
        justify-content: center;
    }
}

@media (max-width:992px) {
    .banner .swiper-slide .slideImg {
        height: 56vw;
    }
    .banner .swiTool {
        bottom: .2rem
    }
    .banner .swiBtn a.prev {
        left: .2rem
    }
    .banner .swiBtn a.next {
        right: .2rem
    }
}

.str_wrap {
    width: 100%;
    position: relative;
}

.str_wrap.str_active {}

.str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

.str_move_clone {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 100%;
    top: 0
}

.str_vertical .str_move_clone {
    left: 0;
    top: 100%
}

.str_down .str_move_clone {
    left: 0;
    bottom: 100%
}

.str_down .str_move,
.str_vertical .str_move {
    white-space: normal;
    width: 100%
}

.noStop .str_move,
.no_drag .str_move,
.str_static .str_move {
    cursor: inherit
}

.iconfont {
    font-size: inherit;
}

#app {
    width: 100%;
    overflow: hidden;
}

.swiper-button-disabled {
    opacity: .3
}

.imgBg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    pointer-events: none;
    width: 100%;
    user-select: none
}

.imgBg img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    z-index: 0;
    position: relative;
}

.imgBg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.imgBg.mask:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    background: rgba(0, 0, 0, .3)
}

.section {
    padding-top: 1.5rem;
    padding-bottom: .2rem;
    background: #fff;
    position: relative;
}

.section .wp {}

.section.page1 {
    padding-top: 0;
    padding-bottom: 0
}

.section.page10 {
    padding-top: 0;
    padding-bottom: 0
}

.ani1 {
    animation: up linear 1.5s infinite;
}

.ani2 {
    animation: up linear 1.8s infinite;
}

.ani3 {
    animation: up linear 2.2s infinite;
}

.ani4 {
    animation: up linear 1.4s infinite;
}

.ani5 {
    animation: up linear 1.6s infinite;
}

.titimg img {
    user-select: none;
    pointer-events: none
}

.titimg .im2 {
    display: none
}

.intit.w .tit .cn {
    color: #fff;
}

.intit.w .tit .en {
    color: rgba(255, 255, 255, .1)
}

.intit.w .more a {
    color: #fff
}

.intit.w .arrmor a .s2 .cls-1 {
    fill: #fff
}

.intit.w .arrmor a .s1 .cls-1 {
    fill: #fff;
    opacity: .4;
}

.intit {
    min-height: 0.7rem;
}

.intit .tit .cn {
    font-size: .4rem;
    font-weight: bold;
}

.intit .tit .cn-co {
    color: #2c3134;
    background: url(../images/icon_dhbg.png) no-repeat left bottom;
    background-size: 1.54rem auto;
    padding-bottom: 0.05rem;
}

.intit .tit .cn-co b {
    color: #254abd;
}

.intit .tit .en {
    font-size: .4rem;
    background: linear-gradient(180deg, rgba(96, 141, 253, 0.3) 3%, rgba(34, 72, 152, 0) 78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-transform: uppercase;
    user-select: none;
    pointer-events: none;
    white-space: nowrap;
    margin-top: -0.91rem;
    user-select: none;
    pointer-events: none;
    white-space: nowrap;
    font-weight: 600;
}

.leftNav {
    width: 1.1rem;
    z-index: 1000;
    position: fixed;
    top: 0;
    right: -1.15rem;
    bottom: 0;
    transition: .5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.leftNav.show {
    right: 0
}

.leftNav .nav li {
    width: 1.1rem;
    height: .9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    position: relative;
    cursor: pointer;
    background: url(../images/leftnav_bg.png) no-repeat right;
}

.leftNav .nav li:nth-of-type(1) {
    background: none;
}

.leftNav .nav li:nth-of-type(2) {
    background: url(../images/leftnav_bg1.png) no-repeat right bottom;
    background-size: auto 0.44rem;
}

.leftNav .nav li:nth-last-of-type(1) {
    background: url(../images/leftnav_bg2.png) no-repeat right top;
    background-size: auto 0.44rem;
}

.leftNav .nav li+li {
    margin-top: -1px
}

.leftNav .nav li span {
    position: relative;
    z-index: 5;
    margin-right: 0.35rem;
}

.leftNav .nav li.cur {
    color: #224898;
}

.leftNav .nav li.cur::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0.43rem;
    width: 26px;
    height: 3px;
    background: #4973de;
}

.leftNav.atc .nav li {
    color: #fff;
    background: url(../images/leftnav_bg_act.png) no-repeat right;
}

.leftNav.atc .nav li:nth-of-type(1) {
    background: none;
}

.leftNav.atc .nav li:nth-of-type(2) {
    background: url(../images/leftnav_bg1_act.png) no-repeat right bottom;
    background-size: auto 0.44rem;
}

.leftNav.atc .nav li:nth-last-of-type(1) {
    background: url(../images/leftnav_bg2_act.png) no-repeat right top;
    background-size: auto 0.44rem;
}

.leftNav.atc .nav li.cur {
    color: #fff;
}

.leftNav.atc .nav li.cur::after {
    background: #fff;
}

.leftNav .mytop {
    width: .75rem;
    height: .4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.leftNav .mytop img {
    pointer-events: none;
    user-select: none;
    width: .41rem
}

.page2 {
    background: url(../images/bg1.jpg) no-repeat center;
    background-size: cover;
}

.page3 {
    background: url(../images/bg2.png) no-repeat center;
    background-size: cover;
}

.page4 {
    background: url(../images/bg3.jpg) no-repeat center;
    background-size: cover;
}

.page5 {
    background: url(../images/bg4.jpg) no-repeat center;
    background-size: cover;
}

.page6 {
    background: url(../images/bg5.png) no-repeat center;
    background-size: cover;
}

.page2 .box .img {
    width: 5.9rem;
    position: relative;
    padding-right: 0.7rem;
    box-sizing: border-box;
}

.page2 .box .img::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 2.12rem;
    height: 2.12rem;
    background: url(../images/jj_hua.png) no-repeat;
    background-size: auto 100%;
    z-index: 3;
    transform: translate(0, 30%);
}

.page2 .box .img::after {
    content: "";
    position: absolute;
    right: -0.8rem;
    top: 15%;
    width: 3.18rem;
    height: 3.18rem;
    background: url(../images/jj_yuan.png) no-repeat;
    background-size: auto 100%;
    /* transform: translate(30%, 0); */
    animation: roted 50s linear infinite;
}

.page2 .box .img .tp {
    width: 100%;
}

.page2 .box .img .tp span {
    display: block;
    position: relative;
    z-index: 1;
    padding-bottom: 100%;
    overflow: hidden;
}

.page2 .box .img .tp span img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.page2 .box .txt {
    flex: 1;
    /* box-shadow: 0 .4rem .7rem rgba(54, 11, 127, .1) */
}

.page2 .box .txt .jj {
    overflow: hidden;
    padding-top: 0.35rem;
}

.page2 .box .txt {
    flex: 1;
    padding-right: 1.2rem;
    min-height: 4.7rem;
    position: relative;
}

.page2 .box .txt .desc {
    text-align: justify;
    overflow: hidden;
}

.page2 .box .txt .desc p {
    line-height: 0.34rem;
    height: 1.7rem;
    font-size:0.16rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.more {}

.more a {
    display: block;
}

.more span {
    width: 1.18rem;
    height: 0.38rem;
    line-height: 0.37rem;
    border: #204bb1 1px solid;
    border-radius: 0.2rem;
    text-align: center;
    font-size: .16rem;
    color: #2646bd;
    float: left;
    transition: all 0.4s ease-out 0s;
}

.more i {
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    line-height: 0.39rem;
    border-radius: 50%;
    text-align: center;
    background: #2646bd;
}

.more i img {
    height: 0.12rem;
}

.more:hover span {
    background: #2646bd;
    color: #fff;
}

.page2 .box .txt .more {
    float: left;
    margin-top: 0.5rem;
}

.page2 .box .txt .rens {
    overflow: hidden;
    padding-top: 0.3rem;
}

.page2 .box .txt .rens ul {
    display: flex;
    padding-left: 0.2rem;
    box-sizing: border-box;
}

.page2 .box .txt .rens li {
    padding-left: 0.65rem;
    overflow: hidden;
    color: #2646bd;
    box-sizing: border-box;
    margin-top: 0.45rem;
}

.page2 .box .txt .rens li h2 {
    font-size: 0.16rem;
}

.page2 .box .txt .rens li h2 span {
    font-size: 0.48rem;
    font-weight: bold;
}

.page2 .box .txt .rens li p {
    font-size: 0.18rem;
}

.page2 .box .txt .rens ul:nth-of-type(1) li:nth-of-type(1) {
    padding-right: 1.3rem;
    background: url(../images/jj_ic01.png) no-repeat left 0.1rem;
    background-size: 0.42rem auto;
}

.page2 .box .txt .rens ul:nth-of-type(1) li:nth-of-type(2) {
    background: url(../images/jj_ic02.png) no-repeat left 0.12rem;
    background-size: 0.42rem auto;
}

.page2 .box .txt .rens ul:nth-of-type(2) li:nth-of-type(1) {
    padding-right: 1.3rem;
    background: url(../images/jj_ic03.png) no-repeat left 0.1rem;
    background-size: 0.42rem auto;
}

.page2 .box .txt .rens ul:nth-of-type(2) li:nth-of-type(2) {
    background: url(../images/jj_ic04.png) no-repeat left 0.12rem;
    background-size: 0.42rem auto;
}

.page3 .wp {
    /* padding-left: .55rem */
    max-width: 15.1rem;
}

.page3 .left {
    width: 7.7rem
}

.page3 .left .intit {
    margin-left: 0.7rem;
}

.page3 .right {
    width: 7rem;
    padding-right: 0.7rem;
    box-sizing: border-box;
}

.page3 .left .more {
    float: right;
}

.page3 .left .intit .tit .cn-co {
    color: #fff;
    background: url(../images/icon_dhbg2.png) no-repeat left bottom;
    background-size: 1.54rem auto;
}

.page3 .left .intit .tit .en {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 3%, rgba(255, 255, 255, 0) 78%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.page3 .left .xwdt {
    overflow: hidden;
    margin-top: 0.25rem;
    position: relative;
}

.page3 .left .xwdt .mar {
    position: relative;
    padding-left: 0.7rem;
}

.page3 .left .xwdt .mar .pic {
    position: relative;
    overflow: hidden;
    padding-bottom: 56%;
    z-index: 5;
    border-radius: 0.6rem 0 0 0;
}

.page3 .left .xwdt .mar .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: all 0.3s ease-out 0s;
    border-radius: 0.6rem 0 0 0;
}

.page3 .left .xwdt .mar .pic img:hover {
    transform: scale(1.05);
}

.page3 .left .xwdt .mar .text {
    padding: 0.15rem 1.5rem 0 0.85rem;
    overflow: hidden;
}

.page3 .left .xwdt .mar .text h2 {
    font-size: 0.22rem;
    color: #fff;
    line-height: 0.32rem;
    height: 0.64rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.page3 .left .xwdt .mar .text span {
    display: none;
}

.page3 .left .xwdt .mar .time {
    border: rgba(255, 255, 255, .25) 1px solid;
    width: 1.42rem;
    height: 1.42rem;
    border-radius: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    font-family: 'Poppins';
}

.page3 .left .xwdt .mar .time b {
    font-size: 0.34rem;
    color: #FF801F;
    position: relative;
    margin-top: 0.25rem;
    margin-left: 0.15rem;
    float: left;
}

.page3 .left .xwdt .mar .time b::before {
    content: '';
    position: absolute;
    left: 0rem;
    bottom: 0.24rem;
    z-index: 3;
    background: rgba(255, 255, 255, .25);
    width: 1.42rem;
    height: 1px;
    transform: rotate(135deg);
}

.page3 .left .xwdt .mar .time span {
    font-size: 0.18rem;
    color: #A4D0FF;
    margin-top: 0.9rem;
    float: left;
    margin-left: 0.08rem;
}

.page3 .left .xwdt .xwdt-dot {
    position: absolute;
    left: 0.2rem;
    width: 0.5rem;
    top: 20%;
    color: #fff;
    text-align: center;
    z-index: 2;
    margin: 0px;
    padding: 0px;
    font-size: 0px;
}

.page3 .left .xwdt .xwdt-dot span {
    margin: 0.16rem 0.3rem 0.16rem 0.08rem;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    background: none;
    outline: none;
    opacity: 1;
    width: 0.12rem;
    height: 0.12rem;
    font-size: 0px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}

.page3 .left .xwdt .xwdt-dot span::before {
    content: "";
    position: absolute;
    left: -0.08rem;
    top: -0.08rem;
    width: 0.26rem;
    height: 0.26rem;
    border: #fff 1px dashed;
    border-radius: 50%;
    opacity: 0;
}

.page3 .left .xwdt .xwdt-dot span::after {
    content: "";
    position: absolute;
    right: -0.3rem;
    top: 0.05rem;
    width: 0.3rem;
    height: 1px;
    background: #fff;
    opacity: 0;
}

.page3 .left .xwdt .xwdt-dot span.swiper-pagination-bullet-active {
    background: #fff;
}

.page3 .left .xwdt .xwdt-dot span.swiper-pagination-bullet-active::before,
.page3 .left .xwdt .xwdt-dot span.swiper-pagination-bullet-active::after {
    opacity: 1;
}


/* 通知公告 */

.tzggdh {
    overflow: hidden;
}

.tzggdh li {
    float: left;
    margin-right: 0.25rem;
    padding-right: 0.3rem;
    text-align: left;
    cursor: pointer;
    font-size: 0.4rem;
    color: #333;
    position: relative;
}

.tzggdh li::after {
    content: "";
    position: absolute;
    top: 0.25rem;
    right: 0;
    width: 0.06rem;
    height: 0.06rem;
    background: #224998;
    border-radius: 50%;
}

.tzggdh li.hover {
    color: #224998;
}

.tzggdh li:nth-last-of-type(1) {
    padding-right: 0;
    margin-right: 0;
}

.tzggdh li:nth-last-of-type(1)::after {
    display: none;
}

.tzgg_cont {
    display: block;
    margin: 0.4rem auto 0;
    position: relative;
}

.tzgg_cont .more {
    position: absolute;
    top: -0.85rem;
    right: 0;
    transition: all 0.4s ease-out 0s;
}

/* .tzgg_cont .more:hover {
    transform: translateX(10px);
} */

.lbdt {
    padding-bottom: 0.27rem;
    overflow: hidden;
}

.lbdt ul {
    margin: 0 -0.15rem;
}

.lbdt li {
    float: left;
    width: 50%;
}

.lbdt li .mar {
    margin: 0 0.15rem;
    position: relative;
}

.lbdt li .mar .pic {
    position: relative;
    overflow: hidden;
    padding-bottom: 56%;
    border-radius: 0 0.25rem 0 0.25rem;
}

.lbdt li .mar .pic::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    border-radius: 0 0.25rem 0 0.25rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 54%, rgba(0, 0, 0, 0.74) 100%);
}

.lbdt li .mar .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: all 0.3s ease-out 0s;
    border-radius: 0 0.25rem 0 0.25rem;
}

.lbdt li .mar .pic img:hover {
    transform: scale(1.05);
}

.lbdt li .mar .text {
    padding: 0.15rem 0.25rem 0.1rem;
    overflow: hidden;
    position: absolute;
    z-index: 3;
    width: 100%;
    left: 0;
    bottom: 0;
}

.lbdt li .mar .text span {
    font-size: 0.16rem;
    color: #fff;
    font-family: 'Poppins';
}

.lbdt li .mar .text h2 {
    font-size: 0.2rem;
    color: #fff;
    line-height: 0.32rem;
    height: 0.32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lbxq {
    padding: 0.3rem 0.45rem;
    overflow: hidden;
    border-radius: 0.25rem 0 0.25rem 0;
    background: #4973df;
}
.lbxq.tznr {
    padding-top: 0.4rem;
    padding-bottom: 0.44rem;
}
.lbxq li {
    width: 100%;
    float: left;
    position: relative;
}

.lbxq li::before {
    content: "";
    position: absolute;
    z-index: 4;
    left: 0;
    top: 50%;
    margin-top: -0.09rem;
    width: 0.03rem;
    height: 0.18rem;
    background: #fff;
}

.lbxq li h2 {
    width: calc(100% - 1.4rem);
    float: left;
    margin-left: 0.09rem;
    box-sizing: border-box;
    color: #fff;
    font-size: 0.2rem;
    height: 0.58rem;
    line-height: 0.58rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.4s ease-out 0s;
}

.lbxq li span {
    float: right;
    font-family: Arial;
    color: rgba(255, 255, 255, .8);
    line-height: 0.58rem;
    font-family: 'Poppins';
}

.lbxq li:hover h2 {
    transform: translateX(5px);
}

.page4 .wps {
    min-height: 6.6rem;
}


/*.page4 .teaList,.page4 .intit{width: 7.7rem}*/

.page4 .intit {
    margin-bottom: .3rem
}

.page4 .intit .tit .cn-co {
    background: url(../images/icon_dhbg.png) no-repeat center bottom;
    background-size: auto 0.03rem;
}

.d-box1 {
    height: 6.2rem;
    position: relative
}

.d-box1 .tabsT {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 4rem;
    height: 4rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1
}

.d-box1 .tabsT::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px dashed #5E89E2;
    border-radius: 50%;
    z-index: -1;
    animation: roted 90s linear infinite;
}

.d-box1 .tabsT::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2.6rem;
    height: 2.6rem;
    margin-left: -1.3rem;
    margin-top: -1.3rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    animation: roteds 90s linear infinite;
    background: url(../images/zysz_lgbg.png) no-repeat;
    background-size: 100% 100%;
}

.d-box1 .tabsT .lg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.8rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.d-box1 .tabsT .lg img {
    margin: 0 auto;
    display: block
}
.d-box1 .tabsD{
  display:none;
}
.d-box1 .lst1 li {
    position: absolute;
    cursor: pointer
}

.d-box1 .lst1 .circle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.d-box1 .lst1 .circle:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #874cf2;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.d-box1 .lst1 .circle:after {
    -webkit-transform: scale(1.24);
    -ms-transform: scale(1.24);
    -o-transform: scale(1.24);
    transform: scale(1.24)
}

.d-box1 .lst1 .i2 .circle::after {
    background: #FF801F;
}

.d-box1 .lst1 .i3 .circle::after {
    background: #00BFAF;
}

.d-box1 .lst1 .i4 .circle::after {
    background: #2872DF;
}

.d-box1 .lst1 .pic {
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0;
    text-align: center;
    border-radius: 50%;
    background-color: #874cf2;
    overflow: hidden;
    position: relative;
    z-index: 2;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.d-box1 .lst1 .pic img {
    display: inline-block;
    vertical-align: middle;
    width: 0.44rem;
}

.d-box1 .lst1 .i1 {
    left: 15px;
    top: 24px
}

.d-box1 .lst1 .i2 {
    right: 15px;
    top: 24px
}

.d-box1 .lst1 .i3 {
    left: 15px;
    bottom: 19px
}

.d-box1 .lst1 .i4 {
    right: 15px;
    bottom: 19px
}

.d-box1 .lst1 .on .circle:before {
    opacity: .2;
    transition-delay: .2s
}

.d-box1 .lst1 .on .circle:after {
    opacity: .2;
    transition-delay: .5s
}

.d-box1 .lst1 .i1 .pic,
.d-box1 .lst1 .i1.on .pic {
    background: #874cf2
}

.d-box1 .lst1 .i2 .pic,
.d-box1 .lst1 .i2.on .pic {
    background: #FF801F;
}

.d-box1 .lst1 .i3 .pic,
.d-box1 .lst1 .i3.on .pic {
    background: #00BFAF;
}

.d-box1 .lst1 .i4 .pic,
.d-box1 .lst1 .i4.on .pic {
    background: #2872DF;
}

.d-box1 .lst2 li {
    position: absolute;
    width: 4.24rem;
}

.d-box1 .lst2 .con {
    display: block;
    width: 100%;
    min-height: 2.65rem;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.d-box1 .lst2 .con:after,
.d-box1 .lst2 .con:before {
    content: '';
    display: block;
    clear: both
}

.d-box1 .lst2 .pic {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.d-box1 .lst2 .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.d-box1 .lst2 .text {
    position: absolute;
    right: 0;
    top: 25%;
    width: calc(100% - 1.8rem);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    flex-shrink: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.d-box1 .lst2 .text .title {
    margin-bottom: 0.12rem;
    font-size: 0.24rem;
    color: #2753B8;
    font-weight: 700;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.d-box1 .lst2 .text .desc {
    font-size: 0.16rem;
    color: #333;
    line-height: 0.26rem;
    max-height: 0.78rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.d-box1 .lst2 .i1 {
    left: 0;
    top: 0
}

.d-box1 .lst2 .i2 {
    right: 0;
    top: 0
}

.d-box1 .lst2 .i3 {
    left: 0;
    bottom: 0
}

.d-box1 .lst2 .i4 {
    right: 0;
    bottom: 0
}

.d-box1 .lst2 li:nth-child(odd) .pic {
    float: right
}

.d-box1 .lst2 li:nth-child(odd) .text {
    text-align: right;
    left: 0;
    right: auto
}

.d-box1 .lst2 .con:hover .pic img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}


/* .d-box1 .lst2 .on .con {
    padding-bottom: 78px
} */

.d-box1 .lst2 .on .pic {
    margin: 0!important;
    width: 100%;
    height: 2rem;
}

.d-box1 .lst2 .on .text {
    padding: 0.16rem 0.3rem;
    left: auto;
    right: 0;
    top: 1.34rem;
    width: 87.78%;
    background: #8550EE;
    border-radius: 16px;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

.d-box1 .lst2 .i2.on .text {
    background: #FF801F;
}

.d-box1 .lst2 .i3.on .text {
    background: #00BFAF;
}

.d-box1 .lst2 .i4.on .text {
    background: #2872DF;
}

.d-box1 .lst2 .on .text .title {
    color: #fff
}

.d-box1 .lst2 .on .text .desc {
    color: rgba(255, 255, 255, 0.8);
    max-height: 0.52rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden
}

.d-box1 .lst2 .on:nth-child(odd) .text {
    left: 0;
    right: auto
}

.d-section4-2 {
    padding: 50px 0
}

.d-section4-2 .d-hd1 {
    margin-bottom: 50px
}

.d-lst2 {
    margin: 0 -26px -40px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

.d-lst2 li {
    margin-bottom: 40px;
    padding: 0 26px;
    width: 33.33%;
    flex-shrink: 0
}

.d-lst2 .con {
    display: block;
    height: 100%
}

.d-lst2 .pic {
    margin-bottom: 24px;
    padding-top: 56.2%;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.d-lst2 .pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.d-lst2 .text .date {
    margin-bottom: 13px;
    font-size: 16px;
    color: #02418f
}

.d-lst2 .text .title {
    margin-bottom: 5px;
    font-size: 18px;
    color: #333;
    font-weight: 400;
    line-height: 1.5;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden
}

.d-lst2 .text .desc {
    font-size: 14px;
    color: #999;
    line-height: 1.71;
    max-height: 3.42em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden
}

.d-lst2 .con:hover .pic {
    box-shadow: 0 11px 8px 0 rgba(2, 65, 143, .22)
}

.d-lst2 .con:hover .pic img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.d-swp4 {
    margin: 0 !important;
    position: relative;
    overflow: hidden
}
/* 专业设置修改 */

.zyszxg {
    position: relative;
    z-index: 3;
    height: 4.2rem;
    margin: auto;
    top: 1rem;
}

.zyszxg .con {
    display: block;
    width: 4.24rem;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.zyszxg .con .pic {
    width: 1.9rem;
    height: 1.9rem;
    border-radius: 16px;
    overflow: hidden;
    flex-shrink: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.zyszxg .con .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.zyszxg .con .text {
    position: absolute;
    right: 0;
    top: 43%;
    width: calc(100% - 2.2rem);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    flex-shrink: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.zyszxg .con .text .title {
    margin-bottom: 0.12rem;
    font-size: 0.24rem;
    color: #2753B8;
    font-weight: 700;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    text-align: left;
}

.zyszxg .con .text .desc {
    font-size: 0.16rem;
    color: #333;
    line-height: 0.26rem;
    max-height: 0.78rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.zyszxg .zylf,
.zyszxg .zyrg {
    width: 6.05rem;
}

.zyszxg .zylf {
    float: left;
}

.zyszxg .zyrg {
    float: right;
}

.zyszxg .zylf .mar,
.zyszxg .zyrg .mar {
    height: 1.9rem;
    position: relative;
}

.zyszxg .zylf .mar .con .pic {
    margin: 0!important;
    width: 100%;
    height: 2.4rem;
}

.zyszxg .zylf .mar .con .text {
    padding: 0.16rem 0.3rem;
    left: auto;
    right: 0;
    top: 1.74rem;
    width: 87.78%;
    background: #8550EE;
    border-radius: 16px;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0)
}

.zyszxg .zylf .mar .zyicon,
.zyszxg .zyrg .mar .zyicon {
    width: 1rem;
    height: 1rem;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.zyszxg .zylf .mar .zyicon .aft {
    width: 100%;
    height: 100%;
    opacity: 0.2;
    background: #874cf2;
    border-radius: 50%;
}

.zyszxg .zylf .mar .zyicon .picon,
.zyszxg .zyrg .mar .zyicon .picon {
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0;
    text-align: center;
    border-radius: 50%;
    background-color: #874cf2;
    overflow: hidden;
    position: absolute;
    left: 0.1rem;
    top: 0.1rem;
    z-index: 2;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.zyszxg .zylf .mar .zyicon .picon img,
.zyszxg .zyrg .mar .zyicon .picon img {
    display: inline-block;
    vertical-align: middle;
    width: 0.44rem;
}

.zyszxg .zylf .mar .zyicon {
    top: 95px;
    right: 35px;
}

.zyszxg .swiper-slide.num1 .zyrg .mar:nth-of-type(1) .zyicon,
.zyszxg .swiper-slide.num2 .zyrg .mar:nth-of-type(1) .zyicon,
.zyszxg .swiper-slide.num3 .zyrg .mar:nth-of-type(1) .zyicon {
    left: 5px;
    top: 22px;
}

.zyszxg .swiper-slide.num1 .zyrg .mar:nth-of-type(2) .zyicon,
.zyszxg .swiper-slide.num2 .zyrg .mar:nth-of-type(2) .zyicon,
.zyszxg .swiper-slide.num3 .zyrg .mar:nth-of-type(2) .zyicon {
    left: 5px;
    bottom: 22px;
}

.zyszxg .zyrg .mar .con {
    float: right;
}

.zyszxg .zyrg .mar.rt1 {
    margin-bottom: 0.4rem;
}

.zyszxg .swiper-slide.num1 .zylf .zyicon .picon,
.zyszxg .swiper-slide.num2 .zyrg .mar.rt2 .zyicon .picon,
.zyszxg .swiper-slide.num3 .zyrg .mar.rt1 .zyicon .picon {
    background: #874cf2;
}

.zyszxg .swiper-slide.num1 .zyrg .mar.rt1 .zyicon .picon,
.zyszxg .swiper-slide.num2 .zylf .zyicon .picon,
.zyszxg .swiper-slide.num3 .zyrg .mar.rt2 .zyicon .picon {
    background: #FF801F;
}

.zyszxg .swiper-slide.num1 .zyrg .mar.rt2 .zyicon .picon,
.zyszxg .swiper-slide.num2 .zyrg .mar.rt1 .zyicon .picon,
.zyszxg .swiper-slide.num3 .zylf .zyicon .picon {
    background: #00BFAF;
}

.zyszxg .swiper-slide.num2 .zylf .zyicon .aft {
    background: #FF801F;
}

.zyszxg .swiper-slide.num3 .zylf .zyicon .aft {
    background: #00BFAF;
}

.zyszxg .zylf .con .text .title,
.zyszxg .zylf .con .text .desc {
    color: #fff;
}

.zyszxg .swiper-slide.num2 .zylf .mar .con .text {
    background: #FF801F;
}

.zyszxg .swiper-slide.num3 .zylf .mar .con .text {
    background: #00BFAF;
}

.zyszxg .swiper-slide .zylf .mar .con:hover .pic img,
.zyszxg .swiper-slide .zyrg .mar .con:hover .pic img {
    transform: scale(1.05);
}

.zyszxg .swiper-slide .zylf .mar .con:hover .text {
    transform: translateY(8px);
}

.zyszxg .swiper-slide .zyrg .mar .con:hover .text {
    transform: translateY(-40%);
}


.zyszxg .zyszxg-next,
.zyszxg .zyszxg-prev {
    width: 0.54rem;
    height: 0.54rem;
    position: absolute;
    z-index: 5;
    bottom: 0;
    outline: none;
    background: #fff url(../images/szdw-btn.png) no-repeat center;
    background-size: 0.1rem;
    border-radius: 50%;
    cursor: pointer;
}

.zyszxg .zyszxg-prev {
    left: 0;
}

.zyszxg .zyszxg-next {
    left: 0.8rem;
    transform: rotate(180deg);
}

.zyszxg .zyszxg-next:hover {
    transform: rotate(0deg);
    background: #E47C15 url(../images/szdw-btn2.png) no-repeat center;
    background-size: 0.1rem;
}

.zyszxg .zyszxg-prev:hover {
    background: #E47C15 url(../images/szdw-btn2.png) no-repeat center;
    background-size: 0.1rem;
    transform: rotate(180deg);
}


/* .page5 .wp {
    padding-top: .3rem;
    padding-left: .5rem
} */
.section.page5{
	padding-top:2.5rem;
	padding-bottom:1rem;
}
.page5 .intit {
    position: relative;
    width: 100%;
}

.page5 .intit .more {
    position: absolute;
    right: 0;
    top: 0.15rem;
}

.page5 .intit .tit .cn-co {
    background: url(../images/icon_dhbg.png) no-repeat center bottom;
}

.page5 .szdw {
    padding: 0.09rem 0 0;
    overflow: hidden;
    margin: 0 -0.26rem;
    position: relative;
}

.page5 .szdw::after {
    content: "";
    position: absolute;
    bottom: 0.15rem;
    left: 0.65rem;
    width: calc(100% - 1.3rem);
    height: 0.23rem;
    background: url(../images/szdw_bg.png) repeat-x;
}

.szdw .mar {
    margin: 0.26rem 0.26rem 1.2rem;
    position: relative;
    transition: all 0.4s ease-out 0s;
}

.szdw .mar::before {
    content: "";
    width: 100%;
    height: calc(100% - 0.84rem);
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0px 0px 30px 0px #9AC3E2;
    border-radius: 0.15rem;
    opacity: 0;
}

.szdw .mar:hover::before {
    opacity: 1;
}

.szdw .mar::after {
    content: "";
    position: absolute;
    z-index: 5;
    left: 50%;
    bottom: 0;
    width: 0.61rem;
    height: 0.86rem;
    font-size: 0px;
    background: url(../images/szdw-atc.png) no-repeat center;
    background-size: auto 0.86rem;
    transform: translate(-50%, 1.03rem);
    opacity: 0;
    transition: all 0.4s ease-out 0s;
}

.szdw .mar:hover::after {
    opacity: 1;
}

.szdw .mar .lb {
    padding-bottom: 0.84rem;
    overflow: hidden;
    position: relative;
}

.szdw .mar .lb .pic {
    position: relative;
    overflow: hidden;
    padding-bottom: 113%;
    border-radius: 0.15rem;
}

.szdw .mar .lb .pic img {
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: all 0.3s ease-out 0s;
    border-radius: 0.15rem;
}

.szdw .mar .lb .pic img:hover {
    transform: scale(1.05);
}

.szdw .mar .lb .text {
    position: absolute;
    z-index: 3;
    width: calc(100% - 0.24rem);
    left: 0.12rem;
    bottom: 0;
    padding: 0.64rem 0.3rem 0.24rem;
    box-sizing: border-box;
    background: url(../images/szdw_bg1.png) no-repeat;
    background-size: 100% 100%;
}

.szdw .mar .lb .text h2 {
    font-size: 0.24rem;
    color: #fff;
    height: 0.42rem;
    line-height: 0.42rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.szdw .mar .lb .text span {
    font-size: 0.18rem;
    color: #fff;
    height: 0.34rem;
    line-height: 0.34rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.szdw .swiper-slide:nth-of-type(1) .mar .lb .text,
.szdw .swiper-slide:nth-of-type(5) .mar .lb .text,
.szdw .swiper-slide:nth-of-type(9) .mar .lb .text,
.szdw .swiper-slide:nth-of-type(13) .mar .lb .text {
    background: url(../images/szdw_bg1.png) no-repeat;
    background-size: 100% 100%;
}

.szdw .swiper-slide:nth-of-type(2) .mar .lb .text,
.szdw .swiper-slide:nth-of-type(6) .mar .lb .text,
.szdw .swiper-slide:nth-of-type(10) .mar .lb .text,
.szdw .swiper-slide:nth-of-type(14) .mar .lb .text {
    background: url(../images/szdw_bg2.png) no-repeat;
    background-size: 100% 100%;
}

.szdw .swiper-slide:nth-of-type(3) .mar .lb .text,
.szdw .swiper-slide:nth-of-type(7) .mar .lb .text,
.szdw .swiper-slide:nth-of-type(11) .mar .lb .text,
.szdw .swiper-slide:nth-of-type(15) .mar .lb .text {
    background: url(../images/szdw_bg3.png) no-repeat;
    background-size: 100% 100%;
}

.szdw .swiper-slide:nth-of-type(4) .mar .lb .text,
.szdw .swiper-slide:nth-of-type(8) .mar .lb .text,
.szdw .swiper-slide:nth-of-type(12) .mar .lb .text,
.szdw .swiper-slide:nth-of-type(16) .mar .lb .text {
    background: url(../images/szdw_bg4.png) no-repeat;
    background-size: 100% 100%;
}

.szdw .szdw-next,
.szdw .szdw-prev {
    width: 0.54rem;
    height: 0.54rem;
    position: absolute;
    z-index: 5;
    bottom: 0;
    outline: none;
    background: #fff url(../images/szdw-btn.png) no-repeat center;
    background-size: 0.1rem;
    border-radius: 50%;
    cursor: pointer;
}

.szdw .szdw-prev {
    left: 0;
}

.szdw .szdw-next {
    right: 0;
    transform: rotate(180deg);
}

.szdw .szdw-next:hover {
    transform: rotate(0deg);
    background: #E47C15 url(../images/szdw-btn2.png) no-repeat center;
    background-size: 0.1rem;
}

.szdw .szdw-prev:hover {
    background: #E47C15 url(../images/szdw-btn2.png) no-repeat center;
    background-size: 0.1rem;
    transform: rotate(180deg);
}

.page6 .intit .more {
    float: right;
    margin-top: -0.1rem;
}

.page6 .intit .more span {
    border: #fff 1px solid;
    color: #fff;
}

.page6 .intit .more i {
    background: #fff;
}

.page6 .intit .more:hover span {
    background: #fff;
    color: #224898;
}

.page6 .zsxc {
    padding-top: 0.35rem;
}

.page6 .zstj_box {
    width: 8.2rem;
    padding: 0.2rem 0rem 0.65rem 0.2rem;
    box-sizing: border-box;
    margin-top: 0.2rem;
    position: relative;
}

.page6 .zstj_box::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 0.2rem);
    height: calc(100% - 0.85rem);
    background: #fff;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
}

.page6 .zslb {
    width: 6.2rem;
    padding-left: 0.6rem;
    box-sizing: border-box;
}

.page6 .zstj {
    position: relative;
}

.zstj .mar {
    position: relative;
}

.zstj .mar .pic {
    overflow: hidden;
    padding-bottom: 56%;
    position: relative;
    z-index: 3;
}

.zstj .mar .pic img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.zstj .zstj-dot {
    position: absolute;
    left: 0.6rem;
    bottom: -0.2rem;
    z-index: 9;
    width: 0.7rem;
}

.zstj .zstj-dot span {
    margin: 0;
    width: 100%;
    height: 0.4rem;
    line-height: 0.4rem;
    cursor: pointer;
    font-size: 0.16rem;
    padding-left: 0.1rem;
    color: #264DB1;
    background: none;
    outline: none;
    border-radius: 0;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: -0.25rem;
}

.zstj .zstj-dot span::before {
    content: "0";
    position: absolute;
    z-index: 6;
    left: 0;
    top: 0;
    font-size: 0.16rem;
    color: #264DB1;
}

.zstj .zstj-dot span::after {
    content: "";
    position: absolute;
    z-index: 6;
    left: 0.38rem;
    top: 0.19rem;
    width: 0.3rem;
    height: 0.02rem;
    background: #CDCDCD;
}

.zstj .zstj-dot span.swiper-pagination-bullet-active {
    opacity: 1;
}

.zstj .zstj-next,
.zstj .zstj-prev {
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    z-index: 5;
    bottom: -0.44rem;
    outline: none;
    background: #fff url(../images/zsxc-btn.png) no-repeat center;
    border: 1px solid #D9D9D9;
    border-radius: 50%;
    cursor: pointer;
}

.zstj .zstj-prev {
    left: 0;
}

.zstj .zstj-next {
    left: 1.5rem;
    transform: rotate(180deg);
}

.zstj .zstj-next:hover {
    transform: rotate(0deg);
    background: #2b4eb2 url(../images/zsxc-btn2.png) no-repeat center;
    border: 1px solid #2b4eb2;
}

.zstj .zstj-prev:hover {
    background: #2b4eb2 url(../images/zsxc-btn2.png) no-repeat center;
    transform: rotate(180deg);
    border: 1px solid #2b4eb2;
}

.page6 .intit {
    width: 100%;
}

.page6 .zslb li {
    width: 100%;
    float: left;
    border-bottom: rgba(255, 255, 255, 0.5) 1px dashed;
    transition: all 0.4s ease-out 0s;
}

.page6 .zslb li a {
    display: block;
    overflow: hidden;
    padding: 0.2rem 0;
    transition: all 0.4s ease-out 0s;
}

.page6 .zslb li .time {
    display: none;
}

.page6 .zslb li .text {
    overflow: hidden;
}

.page6 .zslb li .text h2 {
    font-size: 0.2rem;
    line-height: 0.32rem;
    height: 0.32rem;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.page6 .zslb li .text span {
    font-size: 0.16rem;
    line-height: 0.27rem;
    color: #8BD8FC;
    padding-left: 0.3rem;
    background: url(../images/icon_time.png) no-repeat left center;
    background-size: auto 0.18rem;
    font-family: 'Poppins';
}

.page6 .zslb li .text p {
    display: none;
}

.page6 .zslb li.on a {
    padding: 0.2rem 0 0.38rem;
}

.page6 .zslb li.on {
    transition: all 0.4s ease-out 0s;
}

.page6 .zslb li.on .time {
    display: block;
    width: 0.68rem;
    height: 0.68rem;
    background: url(../images/icon_time2.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    float: left;
    line-height: 0.2rem;
    transition: all 0.4s ease-out 0s;
}

.page6 .zslb li.on .time b {
    font-size: 0.32rem;
    color: #fff;
    display: inline-block;
    margin-top: 0.08rem;
    font-weight: normal;
    margin-top: 0.14rem;
}

.page6 .zslb li.on .time span {
    font-family: Arial;
    font-size: 0.14rem;
    line-height: 0.2rem;
    color: #fff;
}

.page6 .zslb li.on .text {
    width: calc(100% - 0.85rem);
    float: right;
}

.page6 .zslb li.on .text h2 {
    font-size: 0.22rem;
    height: 0.64rem;
    -webkit-line-clamp: 2;
    transition: all 0.4s ease-out 0s;
}

.page6 .zslb li.on .text span {
    display: none;
}

.page6 .zslb li.on .text p {
    font-size: 0.16rem;
    line-height: 0.26rem;
    max-height: 0.52rem;
    color: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 0.12rem;
    transition: all 0.4s ease-out 0s;
}

@media screen and (orientation: portrait) {
    /* 当设备处于竖屏模式时应用的样式 */
    .isIpadAir [data-aos^=fade][data-aos^=fade] {
        opacity: 1;
        transform: translateZ(0);
    }
}

@media (min-width: 1025px) {
    body,
    html {
        overflow: hidden;
    }
}

@media (max-width: 1024px) {
    .section {
        padding: .8rem 0
    }
    .fp-section {
        min-height: inherit!important;
        height: auto!important
    }
    .home.navShow .header {
        background: transparent;
    }
    .leftNav {
        display: none
    }
    .banner .swiDots {
        bottom: 0.15rem;
    }
    .page2 .box .img {
        width: 4.9rem;
    }
    .page2 .box .img::before {
        width: 1.8rem;
        height: 1.8rem;
    }
    .page2 .box .img::after {
        right: -0.3rem;
        width: 2.2rem;
        height: 2.2rem;
        top: 18%;
    }
    .page3 .wp {
        padding-left: 0;
        max-width: none;
    }
    .page3 .left {
        width: 51%
    }
    .page3 .left .xwdt {
        margin-top: 0.25rem;
    }
    .page3 .right {
        width: 49%;
        padding-right: 0;
        padding-left: 0.7rem;
    }
    .d-box1 .tabsT {
        width: 3.76rem;
        height: 3.76rem;
        -webkit-transform: translate(-50%, -56%);
        -ms-transform: translate(-50%, -56%);
        -o-transform: translate(-50%, -56%);
        transform: translate(-50%, -56%);
    }
    .d-box1 .tabsT::after {
        width: 2.24rem;
        height: 2.24rem;
        margin-left: -1.12rem;
        margin-top: -1.12rem;
    }
    .d-box1 .tabsT .lg {
        width: 1.36rem;
    }
	.zyszxg .zylf .mar .zyicon {
        right: 28px;
    }
    .zyszxg .swiper-slide.num1 .zyrg .mar:nth-of-type(1) .zyicon,
    .zyszxg .swiper-slide.num2 .zyrg .mar:nth-of-type(1) .zyicon,
    .zyszxg .swiper-slide.num3 .zyrg .mar:nth-of-type(1) .zyicon {
        left: 0px;
    }
    .zyszxg .swiper-slide.num1 .zyrg .mar:nth-of-type(2) .zyicon,
    .zyszxg .swiper-slide.num2 .zyrg .mar:nth-of-type(2) .zyicon,
    .zyszxg .swiper-slide.num3 .zyrg .mar:nth-of-type(2) .zyicon {
        left: 0;
    }
    .page6 .zslb {
        width: calc(100% - 8.2rem);
    }
}

@media (max-width: 850px) {
    .page2 .box .img {
        width: 3.9rem;
        margin: 0.3rem auto 0.7rem;
        padding-right: 0;
    }
    .page2 .box .img::after {
        right: -0.8rem;
    }
    .page2 .box .txt {
        width: 100%;
        flex: inherit;
        margin: 0;
        margin-top: -.5rem;
        padding-top: .8rem;
        padding-right: 0;
    }
    .page2 .box .txt .desc {
        font-size: .22rem;
        line-height: 1.8em
    }
    .page2 .box .txt .rens li {
        flex: 1;
    }
    .page3 {
        background: none;
    }
    .page3 .left {
        width: 100%;
        position: relative;
        margin-bottom: 1.2rem;
    }
    .page3 .left::before {
        content: "";
        position: absolute;
        left: -0.6rem;
        top: -0.8rem;
        width: calc(100% + 1.2rem);
        height: calc(100% + 1.4rem);
        background: url(../images/bg2-1.png) no-repeat;
        background-size: 100% 100%;
    }
    .page3 .left .xwdt .mar .text {
        padding-right: 0.5rem;
    }
    .page3 .right {
        width: 100%;
        padding-left: 0;
    }
    .d-box1 {
        height: auto
    }
    .d-box1 .tabsT,.zyszxg {
            display: none
        }
        
        .d-box1 .tabsD {
            display: block;
        }
	
    .d-box1 .lst2 {
        margin: 0 -10px -20px;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap
    }
    .d-box1 .lst2 li {
        padding: 0 10px;
        margin-bottom: 20px;
        position: static;
        width: 50%
    }
    .d-box1 .lst2 .con {
        padding: 0!important;
        min-height: 0!important
    }
    .d-box1 .lst2 .pic {
        float: none!important;
        width: 100%!important;
        height: auto!important;
        padding-top: 46.69%!important;
        position: relative;
        border-radius: 10px
    }
    .d-box1 .lst2 .pic img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover
    }
    .d-box1 .lst2 .text {
        margin-top: -15px;
        padding: 20px!important;
        position: static;
        width: 100%!important;
        border-radius: 10px;
        background: #8550EE;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0)
    }
    .d-box1 .lst2 .i2 .text {
        background: #FF801F;
    }
    .d-box1 .lst2 .i3 .text {
        background: #00BFAF;
    }
    .d-box1 .lst2 .i4 .text {
        background: #2872DF;
    }
    .d-box1 .lst2 .text .title {
        margin-bottom: 8px;
        color: #fff;
        text-align: center
    }
    .d-box1 .lst2 .text .desc {
        color: #fff;
        text-align: center
    }
    .d-section4-2 {
        padding: 20px 0
    }
    .d-section4-2 .d-hd1 {
        margin-bottom: 25px
    }
    .d-lst2 {
        margin: 0 -10px -20px
    }
    .d-lst2 li {
        margin-bottom: 20px;
        padding: 0 10px;
        width: 50%
    }
    .d-lst2 .pic {
        margin-bottom: 10px;
        border-radius: 15px
    }
    .d-lst2 .text .date {
        margin-bottom: 8px
    }
    .page6 {
        background-position: right bottom;
    }
    .page6 .intit .tit .cn-co {
        color: #fff;
        background: url(../images/icon_dhbg2.png) no-repeat left bottom;
        background-size: 1.54rem auto;
    }
    .page6 .intit .tit .cn-co b {
        color: #fff;
    }
    .page6 .intit .tit .en {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 3%, rgba(255, 255, 255, 0) 78%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }
    .page6 .zsxc {
        display: inline;
        overflow: hidden;
    }
    .page6 .zstj_box {
        width: 100%;
        margin-bottom: 0.15rem;
        padding: 0;
        margin-top: 0;
    }
    .page6 .zstj_box::after {
        display: none;
    }
    .page6 .zstj {
        padding-bottom: 0.6rem;
    }
    .zstj .zstj-dot {
        bottom: 0.25rem;
    }
    .zstj .zstj-next,
    .zstj .zstj-prev {
        bottom: 0;
    }
    .page6 .zslb {
        width: 100%;
        padding-left: 0;
    }
    .zstj .zstj-dot span {
        color: #fff;
    }
    .zstj .zstj-dot span::before {
        color: #fff;
    }
}

@media (max-width: 579px) {
    .page2 .box .img {
        width: 2.9rem;
    }
    .page2 .box .img::before {
        width: 1.5rem;
        height: 1.5rem;
    }
    .page2 .box .img::after {
        width: 1.8rem;
        height: 1.8rem;
        right: -0.6rem;
    }
    .lbdt {
        padding-bottom: 0;
    }
    .lbdt li {
        width: 100%;
    }
    .lbdt li .mar {
        margin-bottom: 0.3rem;
    }
    .d-box1 .lst2 li {
        width: 100%;
    }
}

@media (max-width: 360px) {}

.ani1s {
    animation: ups linear 2s infinite;
    opacity: .7
}

.ani2s {
    animation: ups linear 1.8s infinite;
}

.ani3s {
    animation: ups linear 2.2s infinite;
}

.ani4s {
    animation: ups linear 1.4s infinite;
    opacity: .9
}

.ani5s {
    animation: ups linear 1.6s infinite;
}

.ani6s {
    animation: ups linear 2.6s infinite;
}