@charset "utf-8"; .banner_box {
    height: 100vh;
    position: relative;
    overflow: hidden;
}

.banner_box .swiBtns {
    position: absolute;
    left: calc((100vw - 16rem)/2);
    bottom: 0.49rem;
    z-index: 10;
    display: flex;
    align-items: center;
}

.banner_box .swiFraction {
    margin-left: 0.1rem;
    font-size: 0.14rem;
    color: #FFFFFF;
    line-height: 1.1;
    display: flex;
    align-items: flex-end;
}

.banner_box .swiFraction .current {
    margin-right: 0.02em;
    font-size: 0.2rem;
    line-height: 1;
}

.banner_box .swiFraction .total {
    margin-left: 0.01rem;
}

.banner_box .swiPagination {
    position: static;
    font-size: 0;
    text-align: center;
}

.banner_box .swiPagination .swiper-pagination-bullet {
    margin: 0 0.1rem !important;
    display: inline-block;
    vertical-align: middle;
    width: 0.08rem;
    height: 0.08rem;
    background-color: transparent;
    opacity: 1;
    position: relative;
    z-index: 1;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.banner_box .swiPagination .swiper-pagination-bullet:before, .banner_box .swiPagination .swiper-pagination-bullet:after {
    box-sizing: border-box;
}

.banner_box .swiPagination .swiper-pagination-bullet:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
    z-index: 2;
}

.banner_box .swiPagination .swiper-pagination-bullet:after {
    content: '';
    margin: -0.04rem 0 0 -0.04rem;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    background: url(../images/d-icon1.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    border-radius: 50%;
    z-index: 1;
}

.banner_box .swiPagination .swiper-pagination-bullet-active {
    margin: 0 0.2rem !important;
}

.banner_box .swiPagination .swiper-pagination-bullet-active:after {
    animation: scale1 2s linear infinite;
}

.banner {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 4.53rem;
    background: url(../images/banner_bg1.png) center top no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: 5;
}

.banner:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2.44rem;
    background: url(../images/d-banner_bg1.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: 5;
}

.banner .swiper-slide {
    overflow: hidden;
}

.banner .con {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.banner .bg, .banner video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 1;
    -webkit-transition: 8s 1s linear;
    -o-transition: 8s 1s linear;
    transition: 8s 1s linear;
}

.banner .swiper-slide-active {
}

.banner .swiper-slide-active .bg {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.swiNews-g1 {
    padding-bottom: 0.36rem;
    position: relative;
    overflow: hidden;
}

.swiNews-g1 .swiPagination {
    margin: 0 -0.06rem;
    position: absolute;
    left: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    top: auto !important;
    width: auto !important;
    font-size: 0;
    z-index: 10;
}

.swiNews-g1 .swiPagination .swiper-pagination-bullet {
    margin: 0 0.06rem !important;
    display: inline-block;
    vertical-align: middle;
    width: 0.38rem;
    height: 0.04rem;
    background-color: #1D44A2;
    border-radius: 0;
    opacity: .1;
}

.swiNews-g1 .swiPagination .swiper-pagination-bullet-active {
    background-color: #FFAB08;
    opacity: 1;
}

.swiNews-g1 .swiper-slide {
    height: auto;
}

.swiNews-g1 .con {
    display: block;
    height: 100%;
}

.swiNews-g1 .pic {
    height: 3.93rem;
    border-radius: 0.1rem;
    overflow: hidden;
}

.swiNews-g1 .text {
    padding-top: 0.34rem;
    position: relative;
}

.swiNews-g1 .date {
    padding: 0.15rem;
    position: absolute;
    left: 0.32rem;
    top: -0.8rem;
    min-width: 1rem;
    height: 0.9rem;
    background: linear-gradient(-92deg, #4BAFF3 0%, #00A3FF 99%);
    color: #fff;
    line-height: 1.1;
    border-radius: 0.08rem 0.08rem 0 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.swiNews-g1 .date:before {
    content: '';
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0.16rem;
    height: 0.21rem;
    background: url(../images/d-icon5.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: -1;
}

.swiNews-g1 .date span {
    display: block;
}

.swiNews-g1 .date .s1 {
    font-family: 'SourceHanSerifCN-Bold';
    font-size: 0.26rem;
}

.swiNews-g1 .date .s2 {
    font-family: 'SourceHanSerifCN-Regular';
    margin-top: 0.06rem;
    font-size: 0.16rem;
    opacity: .8;
}

.swiNews-g1 .tit {
    font-size: 0.28rem;
    color: #222222;
    font-weight: normal;
    line-height: 1.5;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.swiNews-g1 .desc {
    margin-top: 0.05rem;
    font-size: 0.18rem;
    color: rgba(0, 0, 0, .6);
    line-height: 1.56;
    max-height: 3.12em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}

.swiNews-g1 .con:hover {
}

.swiNews-g1 .con:hover .tit {
    color: #0080E0;
}

.swiNotice-g1 {
    padding-right: 3.3rem;
    position: relative;
}

.swiNotice-g1 .swiArrow {
    margin: 0 -0.08rem;
    position: absolute;
    right: 0;
    bottom: 1.1rem;
    z-index: 10;
    display: flex;
    align-items: center;
}

.swiNotice-g1 .swiArrow .prev, .swiNotice-g1 .swiArrow .next {
    margin: 0 0.08rem;
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    background-color: rgba(255, 255, 255, .1);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 0.2rem auto;
    background-size: 0.2rem auto;
    border-radius: 50%;
    cursor: pointer;
    flex-shrink: 0;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.swiNotice-g1 .swiArrow .prev {
    background-image: url(../images/d-arrow1.png);
}

.swiNotice-g1 .swiArrow .next {
    background-image: url(../images/d-arrow2.png);
}

.swiNotice-g1 .swiArrow .prev:hover, .swiNotice-g1 .swiArrow .next:hover {
    background-color: #00A5FF;
}

.swiNotice-g1 .slider {
    margin: 0 -0.6rem;
    padding: 0.6rem;
    position: relative;
    overflow: hidden;
}

.swiNotice-g1 .swiper-slide {
    height: auto;
}

.swiNotice-g1 .con {
    padding: 0.44rem 0.28rem 0.25rem;
    display: block;
    height: 100%;
    min-height: 2.94rem;
    background-color: #FFFFFF;
    border-radius: 0.2rem;
    box-shadow: 0 0.12rem 0.57rem 0 rgba(122,167,191,0.22);
    opacity: 0;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.swiNotice-g1 .t1 {
    margin-bottom: 0.26rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.swiNotice-g1 .t1 .t1-l {
}

.swiNotice-g1 .t1 .t1-r {
}

.swiNotice-g1 .date {
    padding-bottom: 0.29rem;
    font-size: 0.17rem;
    color: rgba(14, 16, 31, .8);
    line-height: 1.1;
    position: relative;
}

.swiNotice-g1 .date:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0.4rem;
    height: 2px;
    background-color: #BEBEBE;
}

.swiNotice-g1 .date span {
    display: block;
}

.swiNotice-g1 .date .s1 {
    font-family: 'JDLANGZHENGTI--GB1-0';
    font-size: 0.28rem;
    color: #1D44A2;
}

.swiNotice-g1 .date .s2 {
    margin-top: 0.05rem;
}

.swiNotice-g1 .type {
    font-size: 0.14rem;
    color: #FFFFFF;
    line-height: 0.34rem;
    text-align: center;
    display: flex;
}

.swiNotice-g1 .type span {
    padding: 0 0.15rem;
    display: block;
    background-color: #94243A;
    border-radius: 0.8rem;
    flex-shrink: 0;
}

.swiNotice-g1 .tit {
    font-size: 0.2rem;
    color: #000000;
    font-weight: normal;
    line-height: 1.5;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.swiNotice-g1 .desc {
    margin-top: 0.18rem;
    font-size: 0.16rem;
    color: #666666;
    line-height: 1.63;
    max-height: 3.26em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}

.swiNotice-g1 .swiper-slide-active .con, .swiNotice-g1 .swiper-slide-next .con, .swiNotice-g1 .swiper-slide-next+.swiper-slide .con {
    opacity: 1;
}

.swiNotice-g1 .con:hover {
    -webkit-transform: translateY(-0.15rem);
    -ms-transform: translateY(-0.15rem);
    -o-transform: translateY(-0.15rem);
    transform: translateY(-0.15rem);
}

.swiNotice-g1 .con:hover .tit {
    color: #0080E0;
}

.swiEdu-g1 {
    position: relative;
}

.swiEdu-g1 .swiArrow {
    margin-top: -1.18rem;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 10;
    display: flex;
    flex-direction: column;
}

.swiEdu-g1 .swiArrow .prev, .swiEdu-g1 .swiArrow .next {
    margin: 0.18rem 0;
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    border: 1px solid rgba(255, 255, 255, .4);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 0.17rem auto;
    background-size: 0.17rem auto;
    border-radius: 50%;
    cursor: pointer;
    flex-shrink: 0;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.swiEdu-g1 .swiArrow .prev {
    background-image: url(../images/d-swi_arrow1.png);
}

.swiEdu-g1 .swiArrow .next {
    background-image: url(../images/d-swi_arrow2.png);
}

.swiEdu-g1 .swiArrow .prev:hover, .swiEdu-g1 .swiArrow .next:hover {
    border-color: #00A5FF;
    background-color: #00A5FF;
}

.swiEdu-g1 .swiper-for {
    margin-bottom: 0.22rem;
    position: relative;
    overflow: hidden;
}

.swiEdu-g1 .swiper-for .swiper-slide {
    height: auto;
}

.swiEdu-g1 .swiper-forItem {
    padding: 0 0.8rem 0 0.56rem;
    position: relative;
    overflow: hidden;
}

.swiEdu-g1 .swiper-forItem .slider {
    position: relative;
    overflow: hidden;
}

.swiEdu-g1 .swiper-forItem .swiper-slide {
    height: auto !important;
}

.swiEdu-g1 .swiper-for .con {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
}

.swiEdu-g1 .swiper-for .pic {
    margin-right: 0.74rem;
    width: 7rem;
    height: 3.93rem;
    border-radius: 0.1rem;
    position: relative;
    z-index: 10;
    overflow: hidden;
    flex-shrink: 0;
}

.swiEdu-g1 .swiper-for .right {
    padding: 0.04rem 0 0;
    padding-left: 0.74rem;
    width: calc(100% - 7.74rem);
    position: relative;
    z-index: 2;
    flex-shrink: 0;
}

.swiEdu-g1 .swiper-for .right:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.32rem;
    width: 0.63rem;
    height: 3.27rem;
    background: url(../images/d-line2.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.swiEdu-g1 .swiper-for .tit {
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.26rem;
    color: #FFFFFF;
    font-weight: normal;
    line-height: 1.5;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.swiEdu-g1 .swiper-for .year {
    font-family: SourceHanSerifCN-Bold;
    margin-top: 0.26rem;
    font-size: 0.32rem;
    color: #02A3FF;
    font-weight: normal;
    line-height: 1.1;
}

.swiEdu-g1 .swiper-for .desc {
    margin-top: 0.19rem;
    padding-right: 0.4rem;
    font-size: 0.18rem;
    color: rgba(255, 255, 255, .8);
    text-align: justify;
    line-height: 1.67;
    max-height: 10.02em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    overflow: hidden;
}

.swiEdu-g1 .swiper-for .btns-g2 {
    margin-top: 0.75rem;
}

.swiEdu-g1 .swiper-nav {
    position: relative;
}

.swiEdu-g1 .swiper-nav:before {
    content: '';
    position: absolute;
    left: -1.5rem;
    bottom: 0.54rem;
    right: -1.5rem;
    height: 0.2rem;
    background: url(../images/d-line1.png) left center repeat-x;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}

.swiEdu-g1 .swiper-nav .swiper-slide {
    height: auto;
}

.swiEdu-g1 .swiper-nav .con {
    display: block;
    height: 100%;
    min-height: 1.32rem;
    position: relative;
    cursor: pointer;
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.swiEdu-g1 .swiper-nav .icon-house {
    margin: 0 auto 0.68rem;
    display: block;
    width: 0.69rem;
    height: 0.27rem;
    line-height: 0.27rem;
    font-size: 0;
    text-align: center;
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transform-origin: 50% 50%;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.swiEdu-g1 .swiper-nav .icon-house img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.swiEdu-g1 .swiper-nav .dot {
    margin-left: -0.05rem;
    position: absolute;
    left: 50%;
    top: 0.78rem;
    width: 0.1rem;
    height: 0.1rem;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.swiEdu-g1 .swiper-nav .dot:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 50%;
}

.swiEdu-g1 .swiper-nav .dot:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    border-radius: 50%;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.swiEdu-g1 .swiper-nav .year {
    font-family: SourceHanSerifCN-Bold;
    font-size: 0.18rem;
    color: #FFFFFF;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    transform-origin: 50% 100%;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.swiEdu-g1 .swiper-nav .swiper-slide-thumb-active {
}

.swiEdu-g1 .swiper-nav .swiper-slide-thumb-active .icon-house, .swiEdu-g1 .swiper-nav .swiper-slide-thumb-active .dot {
    opacity: 1;
}

.swiEdu-g1 .swiper-nav .swiper-slide-thumb-active .icon-house {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.swiEdu-g1 .swiper-nav .swiper-slide-thumb-active .dot {
    top: 0.6rem;
}

.swiEdu-g1 .swiper-nav .swiper-slide-thumb-active .dot:before {
    background-color: #FFAB08;
}

.swiEdu-g1 .swiper-nav .swiper-slide-thumb-active .dot:after {
    animation: scale2 2s linear infinite;
}

.swiEdu-g1 .swiper-nav .swiper-slide-thumb-active .year {
    -webkit-transform: scale(1.56);
    -ms-transform: scale(1.56);
    -o-transform: scale(1.56);
    transform: scale(1.56);
}

.swiEdu-g1 .swiper-nav .swiper-slide-active .con {
    opacity: 1;
}

.swiEdu-g1 .swiper-nav .swiper-slide-active+.swiper-slide .con {
    opacity: 1;
}

.swiEdu-g1 .swiper-nav .swiper-slide-active+.swiper-slide+.swiper-slide .con {
    opacity: 1;
}

.swiEdu-g1 .swiper-nav .swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide .con {
    opacity: 1;
}

.swiEdu-g1 .swiper-nav .swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide .con {
    opacity: 1;
}

.swiEdu-g1 .swiper-nav .swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide .con {
    opacity: 1;
}

.swiEdu-g1 .swiper-nav .swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide .con {
    opacity: 1;
}

.swiEdu-g1 .swiper-nav .swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide .con {
    opacity: 1;
}

.swiYjsy-g1 {
    position: relative;
    overflow: hidden;
}

.swiYjsy-g1 .swiPagination {
    margin: 0 -0.06rem;
    position: absolute;
    left: auto;
    right: 0.29rem;
    bottom: 0.35rem !important;
    width: auto !important;
    font-size: 0;
    text-align: center;
    z-index: 10;
}

.swiYjsy-g1 .swiPagination .swiper-pagination-bullet {
    margin: 0 0.06rem;
    display: inline-block;
    vertical-align: middle;
    width: 0.38rem;
    height: 0.04rem;
    background-color: #FFFFFF;
    border-radius: 0;
    opacity: .1;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.swiYjsy-g1 .swiPagination .swiper-pagination-bullet-active {
    background-color: #FFAB08;
    opacity: 1;
}

.swiYjsy-g1 .swiper-slide {
    height: auto;
}

.swiYjsy-g1 .con {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.swiYjsy-g1 .pic {
    height: 5.25rem;
    position: relative;
    overflow: hidden;
}

.swiYjsy-g1 .mask {
    padding: 0.33rem 0.34rem;
    padding-right: 2rem;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.swiYjsy-g1 .mask:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1.34rem;
    background: url(../images/d-yjsy_bg3.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: -1;
}

.swiYjsy-g1 .tit {
    font-size: 0.24rem;
    color: #FFFFFF;
    font-weight: normal;
    line-height: 1.5;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.swiYjsy-g2 {
    padding-bottom: 0.24rem;
    position: relative;
    overflow: hidden;
}

.swiYjsy-g2 .swiPagination {
    margin: 0 -0.06rem;
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0 !important;
    width: auto !important;
    font-size: 0;
    text-align: center;
    z-index: 10;
}

.swiYjsy-g2 .swiPagination .swiper-pagination-bullet {
    margin: 0 0.06rem;
    display: inline-block;
    vertical-align: middle;
    width: 0.38rem;
    height: 0.04rem;
    background-color: #1D44A2;
    border-radius: 0;
    opacity: .1;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.swiYjsy-g2 .swiPagination .swiper-pagination-bullet-active {
    background-color: #FFAB08;
    opacity: 1;
}

.swiYjsy-g2 .swiArrow {
    margin: 0 -0.08rem;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
    display: flex;
    align-items: center;
}

.swiYjsy-g2 .swiArrow .prev, .swiYjsy-g2 .swiArrow .next {
    margin: 0 0.08rem;
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    background-color: #E5EDF3;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 0.13rem auto;
    background-size: 0.13rem auto;
    border-radius: 50%;
    cursor: pointer;
    flex-shrink: 0;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.swiYjsy-g2 .swiArrow .prev {
    background-image: url(../images/d-swi_arrow3.png);
}

.swiYjsy-g2 .swiArrow .next {
    background-image: url(../images/d-swi_arrow5.png);
}

.swiYjsy-g2 .swiArrow .prev:hover, .swiYjsy-g2 .swiArrow .next:hover {
    background-color: #145EAE;
}

.swiYjsy-g2 .swiArrow .prev:hover {
    background-image: url(../images/d-swi_arrow4.png);
}

.swiYjsy-g2 .swiArrow .next:hover {
    background-image: url(../images/d-swi_arrow6.png);
}

.swiYjsy-g2 .con {
    display: block;
    height: 100%;
}

.swiYjsy-g2 .pic {
    margin-bottom: 0.26rem;
    height: 3rem;
    position: relative;
    overflow: hidden;
}

.swiYjsy-g2 .text {
}

.swiYjsy-g2 .date {
    font-family: 'SourceHanSerifCN-Bold';
    font-size: 0.2rem;
    color: #145EAE;
    font-weight: normal;
    line-height: 1.5;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.swiYjsy-g2 .tit {
    margin-top: 0.11rem;
    font-size: 0.24rem;
    color: #222222;
    line-height: 1.33;
    max-height: 2.66em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}

.swiYjsy-g2 .desc {
    margin-top: 0.15rem;
    font-size: 0.18rem;
    color: rgba(34, 34, 34, .6);
    line-height: 1.67;
    max-height: 3.34em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}

.swiYjsy-g2 .btns-g2 {
    margin-top: 0.31rem;
}

.swiYjsy-g2 .swiDots {
    margin: 0 -0.06rem;
    position: absolute;
    left: auto;
    right: 0.29rem;
    bottom: 0.35rem !important;
    width: auto !important;
    font-size: 0;
    text-align: center;
    z-index: 10;
}

.swiYjsy-g2 .swiDots .swiper-pagination-bullet {
    margin: 0 0.06rem;
    display: inline-block;
    vertical-align: middle;
    width: 0.38rem;
    height: 0.04rem;
    background-color: #1d44a2;
    border-radius: 0;
    opacity: .1;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.swiYjsy-g2 .swiDots .swiper-pagination-bullet-active {
    background-color: #FFAB08;
    opacity: 1;
}

.swiBszn-g1 {
    padding-right: 0.42rem;
    position: relative;
    overflow: hidden;
}

.swiBszn-g1 .swiArrow {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
    cursor: pointer;
}

.swiBszn-g1 .swiArrow .prev, .swiBszn-g1 .swiArrow .next {
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 0.11rem auto;
    background-size: 0.11rem auto;
}

.swiBszn-g1 .swiArrow .prev {
    background-image: url(../images/d-swi_arrow7.png);
}

.swiBszn-g1 .swiArrow .next {
    background-image: url(../images/d-swi_arrow8.png);
}

.swiBszn-g1 .slider {
    position: relative;
    overflow: hidden;
}

.swiBszn-g1 .con {
    margin: 0 auto;
    display: block;
    width: 1.66rem;
    /* height: 1.66rem; */
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.swiBszn-g1 .con .icon:before, .swiBszn-g1 .con .icon:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: -1;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.swiBszn-g1 .con .icon:before {
    background-image: url(../images/d-bszn_bg2.png);
}

.swiBszn-g1 .con .icon:after {
    background-image: url(../images/d-bszn_bg3.png);
    opacity: 0;
}

.swiBszn-g1 .icon {
    margin: 0 auto 0;
    width: 100%;
    aspect-ratio: 1/1;
    /* height: 0.42rem; */
    position: relative;
    padding-bottom: 100%;
}

.swiBszn-g1 .icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.swiBszn-g1 .icon .ig2 {
    opacity: 0;
}

.swiBszn-g1 .tit {
    font-size: 0.2rem;
    color: #008DDA;
    font-weight: normal;
    line-height: 1.78;
    text-align: center;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
    margin-top: -.5em;
}

.swiBszn-g1 .v2 {
}

.swiBszn-g1 .v2 .con .icon:before {
    background-image: url(../images/d-bszn_bg4.png);
}

.swiBszn-g1 .v2 .con .icon:after {
    background-image: url(../images/d-bszn_bg4_2.png);
}

.swiBszn-g1 .con:hover .icon:before {
    opacity: 0;
}

.swiBszn-g1 .con:hover .icon:after {
    opacity: 1;
}

.swiBszn-g1 .con:hover .icon {
    animation: beat .5s;
}

.swiBszn-g1 .con:hover .icon img {
    opacity: 0;
}

.swiBszn-g1 .con:hover .icon .ig2 {
    opacity: 1;
}

.swiBszn-g1 .con:hover .tit {
    color: #fff;
}

.tabsTit-g1 {
}

.tabsTit-g1 li {
    margin-bottom: 0.55rem;
}

.tabsTit-g1 .con {
    display: block;
    display: flex;
    align-items: center;
}

.tabsTit-g1 .cn {
    margin-right: 0.64rem;
    padding: 0 0.1rem;
    min-width: 1.4rem;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 0.5rem;
    text-align: center;
    font-size: 0.2rem;
    color: #FFFFFF;
    line-height: 0.48rem;
    position: relative;
    z-index: 1;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.tabsTit-g1 .cn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(227deg, #4BAFF3 0%, #00A3FF 99%);
    border-radius: 0.8rem;
    opacity: 0;
    z-index: -2;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.tabsTit-g1 .cn:after {
    content: '';
    position: absolute;
    left: calc(100% - 0.16rem);
    top: 50%;
    height: 1px;
    background-color: #FFAB08;
    width: 0;
    z-index: -1;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.tabsTit-g1 .en {
    font-family: 'SourceHanSerifCN-SemiBold';
    font-size: 0.24rem;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: .05em;
    opacity: 0;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.tabsTit-g1 li:last-child {
    margin-bottom: 0;
}

.tabsTit-g1 .on {
}

.tabsTit-g1 .on .cn {
    font-size: 0.24rem;
    border-color: transparent;
}

.tabsTit-g1 .on .cn:before {
    opacity: 1;
}

.tabsTit-g1 .on .cn:after {
    width: 0.52rem;
}

.tabsTit-g1 .on .en {
    opacity: 1;
}

.tabsTit-g2 {
}

.tabsTit-g2 ul {
    margin: 0 -0.14rem -0.2rem;
    display: flex;
    flex-wrap: wrap;
}

.tabsTit-g2 li {
    padding: 0 0.14rem;
    margin-bottom: 0.2rem;
}

.tabsTit-g2 .con {
    padding: 0 0.15rem;
    display: block;
    min-width: 1.6rem;
    border: 1px solid rgba(69,174,244,0.3);
    border-radius: 0.5rem;
    overflow: hidden;
}

.tabsTit-g2 .tit {
    font-size: 0.24rem;
    color: #44AEF4;
    text-align: center;
    line-height: 0.48rem;
}

.tabsTit-g2 .on {
}

.tabsTit-g2 .on .con {
    background: linear-gradient(92deg, #4BAFF3 0%, #00A3FF 99%);
}

.tabsTit-g2 .on .tit {
    color: #fff;
}

.tabsDsc-g1 {
}

.tabsDsc-g1 .tab-item {
    height: 0;
    opacity: 0;
    visibility: hidden;
}

.tabsDsc-g1 .tab-item.on {
    height: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .8s linear .2s;
    -o-transition: .8s linear .2s;
    transition: .8s linear .2s;
}

.navLs-g1 {
    position: absolute;
    left: 50%;
    bottom: 0.25rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 30;
    display: flex;
}

.navLs-g1 li {
    width: 2rem;
    position: relative;
}

.navLs-g1 li:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 0.5rem;
    background-color: #FFFFFF;
    opacity: .3;
    margin-top: -0.25rem;
}

.navLs-g1 li:last-child {
    width: 3.2rem;
}

.navLs-g1 li:last-child:before {
    display: none;
}

.navLs-g1 .con {
    padding: 0.15rem;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navLs-g1 .icon {
    margin-right: 0.06rem;
    width: 0.56rem;
    height: 0.56rem;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.navLs-g1 .text {
    max-width: calc(100% - 0.62rem);
    flex-shrink: 0;
}

.navLs-g1 .tit {
    font-size: 0.2rem;
    color: #FFFFFF;
    font-weight: normal;
    line-height: 1.5;
}

.navLs-g1 .con:hover {
}

.navLs-g1 .con:hover .icon {
    animation: beat .5s;
}

.lst-g1 {
}

.lst-g1 li {
    border-bottom: 1px dashed rgba(51, 51, 51, .2);
    flex-shrink: 0;
}

.lst-g1 li:last-child {
    border: none;
}

.lst-g1 .con {
    padding: 0.1rem 0;
    display: block;
    height: 1.1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lst-g1 .date {
    font-family: 'SourceHanSerifCN-Regular';
    margin-bottom: 0.06rem;
    font-size: 0.16rem;
    color: #145EAE;
    line-height: 1.2;
}

.lst-g1 .tit {
    font-size: 0.18rem;
    color: #333333;
    font-weight: normal;
    line-height: 1.56;
    max-height: 3.12em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.lst-g1 .con:hover {
}

.lst-g1 .con:hover .tit {
    color: #0080E0;
}

.lst-g2 {
}

.lst-g2 li {
    margin-bottom: 0.055rem;
}

.lst-g2 li:last-child {
    margin-bottom: 0;
}

.lst-g2 li:last-child .date:before {
    display: none;
}

.lst-g2 .con {
    padding: 0.15rem 0;
    display: block;
    height: 1.1rem;
    position: relative;
    display: flex;
    align-items: center;
}

.lst-g2 .con:before {
    content: '';
    position: absolute;
    left: -0.5rem;
    top: 50%;
    right: calc((16rem - 100vw)/2);
    height: 0;
    background: url(../images/d-tz_bg1.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.lst-g2 .date {
    margin-right: 0.28rem;
    width: 0.6rem;
    text-align: center;
    line-height: 1.1;
    position: relative;
    flex-shrink: 0;
}

.lst-g2 .date:before {
    content: '';
    position: absolute;
    left: 0.3rem;
    top: 108%;
    width: 1px;
    height: 0.56rem;
    background-color: #EAEAEA;
    z-index: -2;
}

.lst-g2 .date span {
    display: block;
}

.lst-g2 .date .s1 {
    font-family: 'SourceHanSerifCN-Bold';
    font-size: 0.34rem;
    color: #145EAE;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.lst-g2 .date .s2 {
    font-family: 'SourceHanSerifCN-Regular';
    margin-top: 0.04rem;
    font-size: 0.14rem;
    color: #B7C2CE;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.lst-g2 .text {
    width: calc(100% - 0.88rem);
    flex-shrink: 0;
}

.lst-g2 .tit {
    font-size: 0.18rem;
    color: #333333;
    font-weight: normal;
    line-height: 1.56;
    max-height: 3.12em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.lst-g2 .con:hover {
}

.lst-g2 .con:hover:before {
    opacity: 1;
    height: 100%;
}

.lst-g2 .con:hover .date .s1, .lst-g2 .con:hover .date .s2 {
    color: #fff;
}

.lst-g2 .con:hover .tit {
    color: #FFFFFF;
}

.lst-g3 {
    margin: 0 -0.15rem;
    display: flex;
}

.lst-g3 li {
    padding: 0 0.15rem;
    width: 18.94%;
    height: 5.4rem;
    overflow: visible !important;
    flex-shrink: 0;
}

.lst-g3 .con {
    margin: 0.45rem 0 0.57rem;
    display: block;
    height: 4.38rem;
    border-radius: 0.2rem;
    position: relative;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.lst-g3 .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.2rem;
    overflow: hidden;
}

.lst-g3 .text {
    padding: 0.15rem;
    padding-bottom: 0.2rem;
    margin-left: -0.58rem;
    position: absolute;
    left: 50%;
    top: 0.17rem;
    width: 1.17rem;
    height: 1.53rem;
    background: url(../images/d-ls6_bg1.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lst-g3 .text .tit {
    font-family: SourceHanSerifCN-SemiBold;
    font-size: 0.24rem;
    color: #1B2D5A;
    font-weight: normal;
    line-height: 1.33;
    text-align: center;
}

.lst-g3 .mask {
    padding: 0.3rem 0.18rem 0.3rem 0.25rem;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.2rem;
    box-shadow: 0.01rem 0.2rem 0.62rem 0 rgba(29,68,162,0.26);
    overflow: hidden;
    z-index: 10;
    display: flex;
    align-items: center;
    opacity: 0;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.lst-g3 .mask:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/d-ls6_bg4.png) left center no-repeat;
    -webkit-background-size: 7rem 5.4rem;
    background-size: 7rem 5.4rem;
    z-index: 2;
}

.lst-g3 .mask .left {
    margin-right: 0.06rem;
    width: 3.42rem;
    height: 4.45rem;
    position: relative;
    z-index: 1;
    opacity: 0;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.lst-g3 .mask .right {
    width: calc(100% - 3.48rem);
    position: relative;
    z-index: 10;
    flex-shrink: 0;
    opacity: 0;
}

.lst-g3 .mask .pic {
    height: 100%;
    position: relative;
    border-radius: 0;
}

.lst-g3 .mask .pic:before {
    display: none !important;
}

.lst-g3 .mask .pic .a {
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
}

.lst-g3 .mask .tit {
    font-size: 0.36rem;
    color: #FFFFFF;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
}

.lst-g3 .mask .line {
    margin: 0.14rem 0 0.26rem;
    height: 0.11rem;
    background: url(../images/d-line2.png) center center no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
}

.lst-g3 .mask .desc {
    font-size: 0.18rem;
    color: rgba(255, 255, 255, .7);
    text-align: center;
    line-height: 1.78;
    min-height: 8.9em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    display: -webkit-box;
    overflow: hidden;
}

.lst-g3 .mask .btns-g2 {
    margin-top: 0.17rem;
}

.lst-g3 .on {
}

.lst-g3 .on .con {
    margin: 0;
    height: 100%;
}

.lst-g3 .on .text {
    opacity: 0;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.lst-g3 .on .mask {
    opacity: 1;
}

.lst-g3 .on .mask .left, .lst-g3 .on .mask .right {
    opacity: 1;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.lst-g3 .on .mask .right {
    transition-delay: .3s;
}

.lst-g4 {
}

.lst-g4 li + li {
    margin-top:.25rem
}

.lst-g4 .con {
    display: block;
    height: 2.3rem;
    position: relative;
    overflow: hidden;
}

.lst-g4 .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.lst-g4 .mask {
    padding: 0.17rem 0.15rem;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.lst-g4 .mask:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1.16rem;
    background: url(../images/d-yjsy_bg4.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: -1;
}

.lst-g4 .tit {
    font-size: 0.18rem;
    color: #FFFFFF;
    font-weight: normal;
    line-height: 1.5;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.lst-g4 li:nth-child(2) {
}

.lst-g4 li:nth-child(2) .con {
    height: 2.7rem;
}

.main-index {
    overflow: hidden;
}

.row-ind1 {
    position: relative;
    z-index: 1;
    /* background: #000; */
}

.row-ind1 .ind1-house1 {
    position: absolute;
    left: 0rem;
    bottom: 0rem;
    width: 5.95rem;
    height: 5.01rem;
    background: url(../images/d-xw_bg1.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: 100% 100%;
    z-index: 12;
    /* transform-origin: 100% 100%; */
    /* opacity: .15 !important; */
}

.row-ind1 .wp {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.row-ind1 .ind1-col, .row-ind1 .ind1-cor {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}

.row-ind1 .ind1-col {
    padding: 0.9rem 0 0.77rem;
    padding-right: 0.6rem;
    width: 70.6%;
}

.row-ind1 .ind1-col .hd-g1 {
    margin-bottom: 0.35rem;
}

.row-ind1 .ind1-cor {
    padding: 0.91rem 0 0.71rem;
    padding-left: 0.5rem;
    width: 29.4%;
    position: relative;
    z-index: 1;
}

.row-ind1 .ind1-cor:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: calc((16rem - 100vw)/2);
    background: url(../images/d-xw_bg2.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
}

.row-ind2 {
    height: 9.58rem;
    background: url(../images/d-sn_bg1.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.row-ind2 .ind2-tit1 {
    position: fixed;
    left: 1.12rem;
    top: 2.78rem;
    width: 5.07rem;
    z-index: -1;
}

.row-ind2 .ind2-tit1 img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    opacity: 0.05;
}

.row-ind2 .tit-g1 {
    position: absolute;
    left: calc((100vw - 16rem)/2);
    top: 1.18rem;
    z-index: 20;
}

.row-ind2 .btns-g1 {
    position: absolute;
    right: calc((100vw - 16rem)/2);
    top: 1.21rem;
    z-index: 20;
}

.row-ind2 .tabsTit-g1 {
    position: absolute;
    left: calc((100vw - 16rem)/2);
    top: 36.7%;
    z-index: 10;
}

.row-ind2 .tabsDsc-g1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.row-ind2 .boxSn-g1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.row-ind3 {
    height: 9.8rem;
    position: relative;
    z-index: 1;
}

.row-ind3 .hd-g1 .hd-col {
    position: absolute;
    left: calc((100vw - 16rem)/2);
    top: 1.14rem;
    z-index: 20;
}

.row-ind3 .hd-g1 .hd-cor {
    position: absolute;
    right: calc((100vw - 16rem)/2);
    top: 1.3rem;
    z-index: 20;
}

.row-ind3 .tabsTit-g2 {
    margin-left: 0.36rem;
}

.row-ind4 {
    padding: 0.94rem 0 0.84rem;
    position: relative;
    z-index: 10;
}

.row-ind4:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/d-jy_bg1.jpg) center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
}

.row-ind4 .ind4-house1 {
    position: absolute;
    left: 0.89rem;
    top: -1.67rem;
    width: 8.04rem;
    height: 5.01rem;
    background: url(../images/d-jy_house1.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: -2;
}

.row-ind4 .hd-g1 {
    margin-bottom: 0.43rem;
}

.row-ind5 {
    position: relative;
    z-index: 10;
}

.row-ind5 .ind5-house1 {
    position: absolute;
    left: calc((16rem - 100vw)/2);
    bottom: -1.73rem;
    width: 5.54rem;
    height: 7.45rem;
    background: url(../images/d-yjsy_bg1.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: -1;
}

.row-ind5 .ind5-house2 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: calc((16rem - 100vw)/2);
    background: url(../images/d-yjsy_bg2.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -2;
}

.row-ind5 .ind5-tit1 {
    font-family: 'SourceHanSerifCN-Heavy';
    position: absolute;
    left: 0.54rem;
    top: 0.65rem;
    font-size: 0.9rem;
    color: rgba(190, 210, 232, 0);
    line-height: 0.9;
    text-stroke: 1px #FFFFFF;
    -webkit-text-stroke: 1px #FFFFFF;
    text-transform: uppercase;
    z-index: -1;
    opacity: .3;
}

.row-ind5 .ind5-tit1 span {
    margin-left: 0.16rem;
    font-size: 0.8rem;
    text-transform: none;
}

.row-ind5 .wp {
    height: 100%;

}

.row-ind5 .hd-g1 {
    margin-bottom: 0.39rem;
}

.row-ind5 .ind5-col, .row-ind5 .ind5-cor {
    position: relative;
    z-index: 1;
    flex-shrink: 0;
}

.row-ind5 .ind5-col {
    padding: 0.99rem 0 1.05rem;
    padding-right: 0.7rem;
    width: 48.13%;
}

.row-ind5 .ind5-cor {
    padding: 0.99rem 0 1.03rem .3rem;
    width: 51.87%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.row-ind5 .ind5-cor .ind5-cor_l, .row-ind5 .ind5-cor .ind5-cor_r {
    flex-shrink: 0;
}

.row-ind5 .ind5-cor .ind5-cor_l {
    padding-top: 1.05rem;
    width: 3.6rem;
}

.row-ind5 .ind5-cor .ind5-cor_r {
    width: 4rem;
}

.row-ind6 {
    padding: 0.93rem 0 0.64rem;
    min-height: 8.2rem;
    background: url(../images/d-bszn_bg1.jpg) center top no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.row-ind6 .hd-g1 {
    margin-bottom: 0.37rem;
}

.boxNews-g1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.boxNews-g1 .box-col, .boxNews-g1 .box-cor {
    flex-shrink: 0;
}

.boxNews-g1 .box-col {
    width: 65.45%;
}

.boxNews-g1 .box-cor {
    margin-top: -0.2rem;
    width: 29.93%;
}

.boxNews-g1 .lst-g2 {
    margin-top: 0.24rem;
}

.boxSn-g1 {
}

.boxSn-g1 .dot1 {
    position: absolute;
    left: 2.26rem;
    bottom: 1.14rem;
    width: 0.73rem;
    height: 0.73rem;
}

.boxSn-g1 .dot1:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/d-sn_circle3.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: -1;
}

.boxSn-g1 .cont {
    position: absolute;
    right: 2.3rem;
    top: 50%;
    left: 2.3rem;
    height: 8.36rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.boxSn-g1 .lines {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.boxSn-g1 .lines i {
    position: absolute;
    height: 1px;
    background-color: #FFFFFF;
    transform-origin: 0 0;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.boxSn-g1 .lines .i1 {
    left: 59.68%;
    top: 5.51%;
    width: 19%;
    -webkit-transform: rotate(19deg);
    -ms-transform: rotate(19deg);
    -o-transform: rotate(19deg);
    transform: rotate(19deg);
    background: linear-gradient(-181deg, rgba(50, 218, 247, .5) 0%, rgba(255,255,255,0) 100%);
}

.boxSn-g1 .lines .i1:after {
    content: '';
    margin-top: -0.045rem;
    position: absolute;
    left: 0;
    top: 50%;
    width: 0.09rem;
    height: 0.09rem;
    background-color: #3DDBFD;
    border-radius: 50%;
}

.boxSn-g1 .lines .i2 {
    right: 21.1%;
    top: 27%;
    width: 19.8%;
    -webkit-transform: rotate(-22deg);
    -ms-transform: rotate(-22deg);
    -o-transform: rotate(-22deg);
    transform: rotate(-22deg);
    transform-origin: 100% 0;
    background: linear-gradient(181deg, rgba(50, 218, 247, .5) 0%, rgba(255,255,255,0) 100%);
}

.boxSn-g1 .lines .i3 {
    right: 50%;
    top: 26.3%;
    width: 18.3%;
    -webkit-transform: rotate(27deg);
    -ms-transform: rotate(27deg);
    -o-transform: rotate(27deg);
    transform: rotate(27deg);
    background: linear-gradient(-181deg, rgba(50, 218, 247, .5) 0%, rgba(255,255,255,0) 100%);
}

.boxSn-g1 .lines .i3:after {
    content: '';
    margin-top: -0.045rem;
    position: absolute;
    right: 0;
    top: 50%;
    width: 0.09rem;
    height: 0.09rem;
    background-color: #3DDBFD;
    border-radius: 50%;
}

.boxSn-g1 .lines .i4 {
    right: 76.15%;
    top: 36.65%;
    width: 12%;
    background-color: transparent;
}

.boxSn-g1 .lines .i4:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-34deg);
    -ms-transform: rotate(-34deg);
    -o-transform: rotate(-34deg);
    transform: rotate(-34deg);
    background: linear-gradient(181deg, rgba(50, 218, 247, .5) 0%, rgba(255,255,255,0) 100%);
    transform-origin: 0 0;
}

.boxSn-g1 .lines .i4:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 0.1rem;
    height: 0.1rem;
    border: 1px solid #3DDBFD;
    margin-top: -0.05rem;
    margin-left: -0.05rem;
}

.boxSn-g1 .lines .i5 {
    left: 34.3%;
    top: 84.6%;
    width: 23%;
    background-color: transparent;
}

.boxSn-g1 .lines .i5:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(-46deg);
    -ms-transform: rotate(-46deg);
    -o-transform: rotate(-46deg);
    transform: rotate(-46deg);
    background: linear-gradient(181deg, rgba(50, 218, 247, .5) 0%, rgba(255,255,255,0) 100%);
    transform-origin: 0 0;
}

.boxSn-g1 .lines .i6 {
    right: 66.76%;
    top: 71.75%;
    width: 22.81%;
    -webkit-transform: rotate(18deg);
    -ms-transform: rotate(18deg);
    -o-transform: rotate(18deg);
    transform: rotate(18deg);
    background: linear-gradient(-181deg, rgba(50, 218, 247, .5) 0%, rgba(255,255,255,0) 100%);
}

.boxSn-g1 .lines .i6:after {
    content: '';
    margin-top: -0.045rem;
    position: absolute;
    left: 0;
    top: 50%;
    width: 0.09rem;
    height: 0.09rem;
    background-color: #3DDBFD;
    border-radius: 50%;
}

.boxSn-g1 .lines .i7 {
    left: 51.3%;
    bottom: 23%;
    width: 17%;
    background: linear-gradient(-181deg, rgba(50, 218, 247, .5) 0%, rgba(255,255,255,0) 100%);
    -webkit-transform: rotate(44deg);
    -ms-transform: rotate(44deg);
    -o-transform: rotate(44deg);
    transform: rotate(44deg);
    transform-origin: 100% 0;
}

.boxSn-g1 .lines .i8 {
    left: 59.24%;
    top: 48.94%;
    width: 27.45%;
    -webkit-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    transform: rotate(8deg);
    background: linear-gradient(-181deg, rgba(50, 218, 247, .5) 0%, rgba(255,255,255,0) 100%);
}

.boxSn-g1 .lines .i8:after {
    content: '';
    margin-top: -0.045rem;
    position: absolute;
    right: 0;
    top: 50%;
    width: 0.09rem;
    height: 0.09rem;
    background-color: #3DDBFD;
    border-radius: 50%;
}

.boxSn-g1 .lines .i9 {
    left: 74.3%;
    top: 63.5%;
    width: 14%;
    background: linear-gradient(181deg, rgba(50, 218, 247, .4) 0%, rgba(255,255,255,0) 100%);
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    -o-transform: rotate(-40deg);
    transform: rotate(-40deg);
    transform-origin: 100% 0;
}

.boxSn-g1 .lines .i10 {
    left: 86.28%;
    top: 31.1%;
    width: 8.84%;
    background: linear-gradient(-181deg, rgba(50, 218, 247, .4) 0%, rgba(255,255,255,0) 100%);
    -webkit-transform: rotate(63deg);
    -ms-transform: rotate(63deg);
    -o-transform: rotate(63deg);
    transform: rotate(63deg);
}

.boxSn-g1 .lines .i1.on1 {
    width: 12.3%;
}

.boxSn-g1 .lines .i2.on1 {
    right: 27.8%;
    top: 31%;
    width: 12.8%;
}

.boxSn-g1 .lines .i10.on1 {
    left: 90.28%;
    top: 42.1%;
    width: 2.24%;
}

.boxSn-g1 .lines .i2.on2 {
    width: 14%;
}

.boxSn-g1 .lines .i3.on2 {
    right: 56.6%;
    width: 10%;
}

.boxSn-g1 .lines .i5.on2 {
    left: 34.3%;
    width: 15.3%;
}

.boxSn-g1 .lines .i7.on2 {
    left: 58.3%;
    width: 9%;
}

.boxSn-g1 .lines .i8.on2 {
    left: 66.64%;
    width: 20.15%;
}

.boxSn-g1 .lines .i3.on3 {
    right: 50.8%;
    top: 32.3%;
    width: 10.3%;
}

.boxSn-g1 .lines .i4.on3 {
    right: 83.25%;
    top: 38.65%;
    width: 6%;
}

.boxSn-g1 .lines .i7.on4 {
    left: 54.3%;
    bottom: 33.4%;
    width: 9%;
}

.boxSn-g1 .lines .i9.on4 {
    left: 80.3%;
    top: 61.5%;
    width: 8%;
}

.boxSn-g1 .lines .i8.on5 {
    left: 60.14%;
    top: 49.94%;
    width: 20.15%;
}

.boxSn-g1 .lines .i9.on5 {
    left: 74.3%;
    top: 69.3%;
    width: 8%;
}

.boxSn-g1 .lines .i10.on5 {
    width: 2.24%;
}

.boxSn-g1 .list {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.boxSn-g1 .list .item {
    position: absolute;
}

.boxSn-g1 .list .item.i1 {
    left: 57.39%;
    top: 1.84%;
}

.boxSn-g1 .list .item.i1 .dot1 {
    width: 0.71rem;
    height: 0.71rem;
}

.boxSn-g1 .list .item.i2 {
    left: 84.47%;
    top: 20.9%;
}

.boxSn-g1 .list .item.i3 {
    left: 53.21%;
    top: 46.99%;
}

.boxSn-g1 .list .item.i4 {
    left: 27.21%;
    top: 20.67%;
}

.boxSn-g1 .list .item.i5 {
    left: 31.8%;
    top: 80.33%;
}

.boxSn-g1 .list .item.i5 .dot1 {
    width: 0.73rem;
    height: 0.73rem;
}

.boxSn-g1 .list .item.i5 .dot1:before {
    background-image: url(../images/d-sn_circle4.png);
}

.boxSn-g1 .list .item.i5 .dot1:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.1rem;
    height: 0.1rem;
    border: 1px solid #3DDBFD;
    margin-top: -0.05rem;
    margin-left: -0.05rem;
}

.boxSn-g1 .list .item.i6 {
    left: -6.2%;
    top: 82.33%;
}

.boxSn-g1 .list .item.i6 .dot1 {
    width: 0.99rem;
    height: 0.99rem;
}

.boxSn-g1 .list .item.i6 .dot1:before {
    background-image: url(../images/d-sn_circle5.png);
}

.boxSn-g1 .list .item.i7 {
    left: 71.83%;
    top: 84.78%;
}

.boxSn-g1 .list .item.i8 {
    left: 93.19%;
    top: 55.73%;
}

.boxSn-g1 .list .dot1 {
    position: static;
}

.boxSn-g1 .list .con {
    padding: 0.16rem;
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 2.08rem;
    height: 2.08rem;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.boxSn-g1 .list .con:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/d-sn_circle1.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: -2;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.boxSn-g1 .list .con:after {
    content: '';
    margin: -2.835rem 0 0 -2.835rem;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 5.67rem;
    height: 5.67rem;
    background: url(../images/d-sn_light1.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.boxSn-g1 .list .icon {
    margin: 0 auto 0.02rem;
    width: 0.64rem;
    height: 0.64rem;
    position: relative;
    overflow: hidden;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.boxSn-g1 .list .icon img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.boxSn-g1 .list .tit {
    font-size: 0.2rem;
    color: #FFFFFF;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.boxSn-g1 .list .item.on {
    z-index: 10;
}

.boxSn-g1 .list .item.on .con {
    width: 3.92rem !important;
    height: 3.92rem !important;
    z-index: 1;
}

.boxSn-g1 .list .item.on .con:before {
    background-image: url(../images/d-sn_circle2.png);
}

/*.boxSn-g1 .list .item.on .con:after{opacity: 1; visibility: visible;}*/
.boxSn-g1 .list .item.on .icon {
    margin-bottom: 0.04rem !important;
    width: 0.9rem !important;
    height: 0.9rem !important;
}

.boxSn-g1 .list .item.on .tit {
    font-size: 0.22rem !important;
}

.boxSn-g1 .lines, .boxSn-g1 .list {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transform: scale(.6);
    transform: scale(.6);
    transition-timing-function: ease;
    transition-duration: 1.2s;
}

.boxSn-g1 .list {
}

.tabsDsc-g1 .tab-item.on .boxSn-g1 .lines, .tabsDsc-g1 .tab-item.on .boxSn-g1 .list {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
}

.tabsDsc-g1 .tab-item.on .boxSn-g1 .lines {
    transition-delay: .4s;
}

.tabsDsc-g1 .tab-item.on .boxSn-g1 .list {
    transition-delay: .4s;
}

.boxSwdt-g1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.boxSwdt-g1 .box-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.boxSwdt-g1 .box-bg>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.boxSwdt-g1 .box-bg .i1 {
    background-image: url(../images/d-fw_bg1.jpg);
    z-index: 1;
}

.boxSwdt-g1 .box-bg .i2 {
    background-image: url(../images/d-fw_bg2.png);
    z-index: 2;
    transform-origin: 50% 70%;
}

.boxSwdt-g1 .box-cont {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.boxSwdt-g1 .cont-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.boxSwdt-g1 .cont-bg>div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.boxSwdt-g1 .cont-bg .i1 {
    background-image: url(../images/d-fw_bg3.png);
    z-index: 1;
}

.boxSwdt-g1 .cont-bg .i2 {
    background-image: url(../images/d-fw_bg4.png);
    z-index: 2;
}

.boxSwdt-g1 .cont-bg .i3 {
    background-image: url(../images/d-fw_bg5.png);
    z-index: 3;
}

.boxSwdt-g1 .icon0 {
    margin-left: -1.71rem;
    position: absolute;
    left: 50%;
    top: 17.65%;
    width: 3.42rem;
    height: 2.72rem;
    line-height: 2.72rem;
    font-size: 0;
    text-align: center;
    z-index: 15;
}

.boxSwdt-g1 .icon0 img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    animation: move 3s infinite alternate linear;
}

.boxSwdt-g1 .list {
    margin-left: -7.86rem;
    position: absolute;
    left: 50%;
    top: 2.4rem;
    width: 15.72rem;
    height: 3.58rem;
    z-index: 10;
}

.boxSwdt-g1 .list .list-inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.boxSwdt-g1 .list .item {
    position: absolute;
    width: 16.66%;
}

.boxSwdt-g1 .list .item.i1 {
    left: 2.2%;
    top: 0.9rem;
}

.boxSwdt-g1 .list .item.i2 {
    left: 15.36%;
    top: 2.25rem;
}

.boxSwdt-g1 .list .item.i3 {
    left: 41.42%;
    top: 2.49rem;
}

.boxSwdt-g1 .list .item.i4 {
    left: 67.08%;
    top: 2.25rem;
}

.boxSwdt-g1 .list .item.i5 {
    left: 80.94%;
    top: 0.9rem;
}

.boxSwdt-g1 .list .item.i6 {
    left: 64.2%;
    top: -0.06rem;
}

.boxSwdt-g1 .list .item.i7 {
    left: 18.74%;
    top: -0.06rem;
}

.boxSwdt-g1 .list .item.i6 .icon, .boxSwdt-g1 .list .item.i7 .icon {
    width: 0.9rem;
    height: 0.9rem;
}

.boxSwdt-g1 .list .item.small {
}

.boxSwdt-g1 .list .item.small .icon {
    width: 0.74rem;
    height: 0.74rem;
}

.boxSwdt-g1 .list .con {
    display: block;
}

.boxSwdt-g1 .list .icon {
    margin: 0 auto 0.08rem;
    width: 1.02rem;
    height: 1.02rem;
    border-radius: 50%;
    position: relative;
    background: linear-gradient(136deg, #FFFFFF 0%, #CFDFFF 99%);
    box-shadow: 0.31rem 0.4rem 0.43rem 0 rgba(27,82,255,0.09);
    overflow: hidden;
}

.boxSwdt-g1 .list .icon img {
    max-width: 70%;
    max-height: 70%;
}

.boxSwdt-g1 .list .tit {
    font-size: 0.2rem;
    color: #008DDA;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
}

.boxSwdt-g1 .list .con:hover {
}

.boxSwdt-g1 .list .con:hover .icon img {
    animation: beat .8s;
}

.boxYjsy-g1 {
    margin-top: -0.58rem;
    height: 100vh;
    display: flex;
    justify-content: space-between;
}

.boxYjsy-g1 .box-col, .boxYjsy-g1 .box-cor {
    flex-shrink: 0;
}

.boxYjsy-g1 .box-col {
    padding-top: 1.2rem;
    width: 61.41%;
}

.boxYjsy-g1 .box-cor {
    width: 38.59%;
}

.boxYjsyCon-g1 {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.boxYjsyCon-g1 .pic {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.boxYjsyCon-g1 .bd {
    padding: 0.75rem 0.3rem 0.4rem;
    position: absolute;
    left: 0;
    top: 2.6rem;
    width: 4.08rem;
    height: 4.84rem;
    background: url(../images/d-bg2.jpg) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 10;
}

.boxYjsyCon-g1 .lg {
    margin: 0 auto 0.59rem;
}

.boxYjsyCon-g1 .lg img {
    margin: 0 auto;
    display: block;
    max-width: 1.74rem;
    max-height: 1.74rem;
}

.boxYjsyCon-g1 .tit {
    font-size: 0.36rem;
    color: #FFFFFF;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
}

.boxYjsyCon-g1 .btns-g2 {
    margin-top: 0.37rem;
}

.boxTags-g1 {
    margin-left: 0.34rem;
    padding: 0.08rem 0.24rem;
    padding-right: 0;
    background-color: rgba(255, 255, 255, .25);
    border: 1px solid #FFFFFF;
    border-radius: 0.25rem;
    display: flex;
    align-items: flex-start;
}

.boxTags-g1 .tit {
    margin-right: 0.06rem;
    font-size: 0.18rem;
    color: #7D8D9C;
    font-weight: normal;
    line-height: 0.34rem;
}

.boxTags-g1 .cont {
    font-size: 0.16rem;
    color: #7D8D9C;
    line-height: 0.34rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.boxTags-g1 .cont .item {
    margin-right: 0.24rem;
    display: flex;
    align-items: flex-start;
}

.boxTags-g1 .cont img {
    margin-right: 0.06rem;
    display: block;
    max-width: 0.34rem;
    flex-shrink: 0;
}

.boxTags-g1 .cont span {
}

.boxXz-g1 {
    position: absolute;
    right: 0;
    top: 1.02rem;
    width: 3.15rem;
    height: 8.14rem;
}

.boxXz-g1 .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/d-bszn_bg5.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: -1;
}

.boxXz-g1 .btns {
    margin-top: -1.1rem;
    position: absolute;
    left: 0.74rem;
    top: 50%;
    z-index: 10;
}

.boxXz-g1 .btns .s1 {
    display: block;
    width: 0.7rem;
    height: 2.2rem;
    background: linear-gradient(-92deg, #4BAFF3 0%, #00A3FF 99%);
    border-radius: 0.35rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.boxXz-g1 .btns .s1 span {
    display: block;
    width: 0.24rem;
    font-size: 0.2rem;
    color: #FFFFFF;
    line-height: 1.1;
    text-align: center;
}

.boxXz-g1 .btns .s1 .icon-down {
    margin-top: 0.16rem;
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    background: url(../images/d-icon6.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    flex-shrink: 0;
}

.boxBszn-g1 {
    margin-right: 1.3rem;
}

.boxBszn-g1 .box-items {
    margin-top: -0.14rem;
    padding: 0.26rem 0.46rem;
    padding-left: 0.65rem;
    height: 2.61rem;
    border-radius: 0.6rem 0.6rem 0 0;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
}

.boxBszn-g1 .box-items:before, .boxBszn-g1 .box-items:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0.6rem 0.6rem 0 0;
    z-index: -1;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.boxBszn-g1 .box-items:before {
    background: linear-gradient(0deg, rgba(255,255,255,0), #FFFFFF);
}

.boxBszn-g1 .box-items:after {
    background: linear-gradient(180deg, rgba(0, 163, 255, 1) 0%, rgba(0, 163, 255, 0) 80%);
    opacity: 0;
}

.boxBszn-g1 .box-items:first-child {
    margin-top: 0;
}

.boxBszn-g1 .box-items:first-child:before, .boxBszn-g1 .box-items:last-child:before {
    background: rgba(255,255,255,0);
    opacity: 0.4;
    border: 1px solid #FFFFFF;
    border-bottom: none;
    border-radius: 0.6rem 0.6rem 0 0;
}

.boxBszn-g1 .box-items:nth-child(2) {
}

.boxBszn-g1 .box-items:nth-child(2) .circle {
    /* opacity: 1; */
}

.boxBszn-g1 .circle {
    margin-right: 0.04rem;
    position: absolute;
    right: 100%;
    top: 0.97rem;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 0.1rem rgba(0, 163, 255, 1);
    z-index: -1;
    opacity: 0;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.boxBszn-g1 .left {
    margin-right: 0.2rem;
    width: 0.5rem;
    flex-shrink: 0;
}

.boxBszn-g1 .left .tit {
    height: 1.3rem;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.boxBszn-g1 .left .tit:before, .boxBszn-g1 .left .tit:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: -1;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.boxBszn-g1 .left .tit:before {
    background-image: url(../images/d-bszn_bg6.png);
}

.boxBszn-g1 .left .tit:after {
    background-image: url(../images/d-bszn_bg7.png);
    opacity: 0;
}

.boxBszn-g1 .left .tit span {
    display: block;
    width: 0.28rem;
    font-size: 0.24rem;
    color: #008AD6;
    font-weight: normal;
    line-height: 1.1;
    text-align: center;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.boxBszn-g1 .right {
    width: calc(100% - 0.7rem);
    flex-shrink: 0;
}

.boxBszn-g1 .box-items:hover {
}

.boxBszn-g1 .box-items:hover:before {
    opacity: 0;
}

.boxBszn-g1 .box-items:hover:after {
    opacity: 1;
}

.boxBszn-g1 .box-items:hover .left .tit:before {
    opacity: 0;
}

.boxBszn-g1 .box-items:hover .left .tit:after {
    opacity: 1;
}

.boxBszn-g1 .box-items:hover .left .tit span {
    color: #FFFFFF;
}

@media (max-width: 1439px) {
}

@media (max-width: 1199px) {
    .banner_box {
        position: relative;
        height: 3.7rem;
    }

    .banner_box .swiBtns {
        left: 15px;
        right: 15px;
        bottom: 0.2rem !important;
        justify-content: center;
    }

    .banner_box .swiPagination .swiper-pagination-bullet {
        margin: 0 0.08rem !important;
    }

    .banner:before {
        display: none;
    }

    .swiNews-g1 {
        padding-bottom: 0.3rem;
    }

    .swiNews-g1 .pic {
        height: 3rem;
    }

    .swiNews-g1 .text {
        padding-top: 0.35rem;
    }

    .swiBszn-g1 {
        padding-right: 0.25rem;
    }

    .swiBszn-g1 .con {
        width: 1.36rem;
        /* height: 1.36rem; */
    }

    .swiBszn-g1 .icon {
        height: 0.32rem;
    }

    .swiEdu-g1 .swiper-forItem {
        padding-left: 0;
    }

    .swiEdu-g1 .swiper-for .pic {
        margin-right: 0.4rem;
        width: 4rem;
        height: 3.2rem;
    }

    .swiEdu-g1 .swiper-for .right {
        padding: 0;
        width: calc(100% - 4.4rem);
    }

    .swiEdu-g1 .swiper-for .right:before {
        display: none;
    }

    .swiEdu-g1 .swiper-for .tit {
        font-size: 0.32rem;
    }

    .swiEdu-g1 .swiper-for .year {
        margin-top: 0.15rem;
        font-size: 0.26rem;
    }

    .swiEdu-g1 .swiper-for .desc {
        padding-right: 0.2rem;
    }

    .swiEdu-g1 .swiper-for .btns-g2 {
        margin-top: 0.4rem;
    }

    .swiYjsy-g1 .swiPagination {
        right: 0.15rem;
        bottom: 0.25rem !important;
    }

    .navLs-g1 {
        bottom: 0.45rem;
    }

    .navLs-g1 li {
        width: 1.6rem;
    }

    .navLs-g1 .con {
        padding: 0.1rem 0.15rem;
    }

    .navLs-g1 .icon {
        width: 0.28rem;
        height: 0.28rem;
    }

    .lst-g1 .con {
        height: auto;
        padding: .15rem 0;
    }

    .lst-g2 {
        margin: 0 -0.15rem;
        display: flex;
        flex-wrap: wrap;
    }

    .lst-g2 li {
        width: 50%;
        flex-shrink: 0;
    }

    .lst-g2 .con {
        padding: 0.15rem;
        height: 1rem;
    }

    .lst-g2 .con:before {
        display: none !important;
    }

    .lst-g2 .date:before {
        display: none;
    }

    .row-ind1 {
        padding: 0.3rem 0;
    }

    .row-ind1 .wp {
        display: block;
    }

    .row-ind1 .ind1-col, .row-ind1 .ind1-cor {
        padding: 0.3rem 0;
        width: 100%;
    }

    .row-ind1 .ind1-cor:before {
        right: -15px;
        left: -15px;
    }

    .row-ind1 .ind1-cor .hd-g1 {
        margin-bottom: 0.1rem !important;
    }

    .row-ind4 {
        padding: 0.6rem 0;
    }

    .row-ind6 {
        padding: 0.6rem 0;
        min-height: 0;
    }

    .row-ind5 .wp {
        display: block;
    }

    .row-ind5 .ind5-col, .row-ind5 .ind5-cor {
        width: 100%;
    }

    .row-ind5 .ind5-col {
        padding: 0.6rem 0 0.3rem;
    }

    .row-ind5 .ind5-cor {
        padding: 0.3rem 0 0.6rem;
    }

    .row-ind5 .ind5-cor .ind5-cor_l {
        width: 44.9%;
    }

    .row-ind5 .ind5-cor .ind5-cor_r {
        width: 49.5%;
    }

    .row-ind5 .ind5-house2 {
        left: -15px;
        right: -15px;
    }

    .row-ind5 .ind5-tit1 {
        top: 0.42rem;
    }

    .boxNews-g1 .box-cor {
        margin-top: -0.3rem;
    }

    .boxXz-g1 {
        position: static;
        width: auto;
        height: auto;
    }

    .boxXz-g1 .btns {
        margin: 0;
        position: static;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .boxXz-g1 .btns .s1 {
        padding: 0 0.2rem;
        width: auto;
        height: auto;
        height: 0.46rem;
        line-height: 0.46rem;
        flex-direction: row;
    }

    .boxXz-g1 .btns .s1 span {
        width: auto;
    }

    .boxXz-g1 .btns .s1 .icon-down {
        margin: 0;
        margin-left: 0.1rem;
    }

    .boxXz-g1 .bg {
        display: none;
    }

    .boxBszn-g1 {
        margin: 0;
    }

    .boxBszn-g1 .box-items {
        padding: 0.2rem 0.3rem;
    }
}

@media (max-width: 959px) {
}

@media (max-width: 767px) {
    .banner_box {
        height: 53vw;
    }

    .swiNews-g1 .swiPagination {
        width: 100% !important;
        text-align: center;
    }

    .swiNews-g1 .swiPagination .swiper-pagination-bullet {
        width: 0.3rem;
    }

    .swiNews-g1 .pic {
        height: 53vw;
    }

    .swiNews-g1 .tit {
        font-size: 0.22rem;
    }

    .swiEdu-g1 .swiArrow {
        margin: 0;
        position: relative;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
    }

    .swiEdu-g1 .swiArrow .prev, .swiEdu-g1 .swiArrow .next {
        margin: 0;
        margin-top: -0.23rem;
        position: absolute;
        top: 26.5vw;
        width: 0.46rem;
        height: 0.46rem;
        -webkit-background-size: 0.12rem auto;
        background-size: 0.12rem auto;
        z-index: 10;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        border-color: #00A5FF;
        background-color: #00A5FF;
    }

    .swiEdu-g1 .swiArrow .prev {
        left: 0;
    }

    .swiEdu-g1 .swiArrow .next {
        right: 0;
    }

    .swiEdu-g1 .swiper-forItem {
        padding: 0;
        height: auto;
    }

    .swiEdu-g1 .swiper-for .con {
        display: block;
    }

    .swiEdu-g1 .swiper-for .pic, .swiEdu-g1 .swiper-for .right {
        margin: 0;
        width: 100%;
    }

    .swiEdu-g1 .swiper-for .pic {
        margin-bottom: 0.15rem;
        height: 53vw;
    }

    .swiEdu-g1 .swiper-for .tit {
        font-size: 0.22rem;
    }

    .swiEdu-g1 .swiper-for .year {
        font-size: 0.2rem;
    }

    .swiEdu-g1 .swiper-for .desc {
        padding: 0;
    }

    .swiEdu-g1 .swiper-for .btns-g2 {
        margin-top: 0.2rem;
    }

    .swiEdu-g1 .swiper-nav:before {
        bottom: 0.46rem;
    }

    .swiEdu-g1 .swiper-nav .con {
        min-height: 1.3rem;
    }

    .swiEdu-g1 .swiper-nav .dot {
        top: 0.82rem;
    }

    .swiEdu-g1 .swiper-nav .icon-house {
        margin-bottom: 0.5rem;
    }

    .swiEdu-g1 .swiper-nav .swiper-slide-thumb-active .dot {
        top: 0.66rem;
    }

    .swiYjsy-g1 .swiPagination .swiper-pagination-bullet {
        margin: 0 0.02rem !important;
        width: 0.15rem;
        height: 0.02rem;
    }

    .swiYjsy-g1 .pic {
        height: 53vw;
    }

    .swiYjsy-g1 .mask {
        padding: 0.1rem 0.2rem;
        padding-right: 0.8rem;
    }

    .swiYjsy-g2 {
        padding-bottom: 0.3rem;
    }

    .swiYjsy-g2 .swiPagination {
        width: 100% !important;
        justify-content: center;
    }

    .swiYjsy-g2 .swiPagination .swiper-pagination-bullet {
        width: 0.3rem;
    }

    .swiYjsy-g2 .swiArrow {
        left: 0;
        justify-content: center;
    }

    .swiYjsy-g2 .swiArrow .prev, .swiYjsy-g2 .swiArrow .next {
        width: 0.46rem;
        height: 0.46rem;
    }

    .swiYjsy-g2 .pic {
        margin-bottom: 0.2rem;
        height: 52vw;
    }

    .swiYjsy-g2 .tit {
        font-size: 0.22rem;
    }

    .swiYjsy-g2 .btns-g2 {
        margin-top: 0.15rem;
    }

    .navLs-g1 li {
        width: 1.42rem;
    }

    .navLs-g1 li:before {
        height: 0.32rem;
        margin-top: -0.16rem;
    }

    .navLs-g1 .con {
        padding: 0.04rem 0.1rem;
    }

    .lst-g1 .date {
        font-size: 0.18rem;
    }

    .lst-g1 .tit {
        font-size: 0.19rem;
    }

    .lst-g2 li {
        width: 100%;
    }

    .lst-g2 .con {
        padding: 0.1rem 0.15rem;
        height: 0.8rem;
    }

    .lst-g2 .tit {
        font-size: 0.19rem;
    }

    .lst-g4 .tit {
        font-size: 0.22rem;
    }

    .row-ind4 .btns-g1 {
        justify-content: flex-end;
    }

    .row-ind6 .hd-g1 {
        position: relative;
    }

    .row-ind4 .hd-g1 .hd-cor {
        margin-top: 0.1rem;
        width: 100%;
    }

    .row-ind5 .ind5-cor {
        display: block;
    }

    .row-ind5 .ind5-cor .ind5-cor_l, .row-ind5 .ind5-cor .ind5-cor_r {
        width: 100%;
    }

    .row-ind5 .ind5-cor .ind5-cor_l {
        margin-bottom: 0.25rem;
        padding-top:0
    }

    .row-ind6 .btns-g1 {
        position: absolute;
        right: 0;
        top: 0.04rem;
        z-index: 10;
    }

    .boxNews-g1 {
        display: block;
    }

    .boxNews-g1 .box-col, .boxNews-g1 .box-cor {
        width: 100%;
    }

    .boxNews-g1 .box-col {
        margin-bottom: 0.15rem;
    }

    .boxNews-g1 .box-cor {
        margin: 0;
    }

    .boxTags-g1 {
        margin: 0;
        margin-top: 0.15rem;
        width: 100%;
    }

    .boxTags-g1 .tit {
        line-height: 0.24rem;
    }

    .boxTags-g1 .cont {
        line-height: 0.24rem;
    }

    .boxTags-g1 .cont img {
        max-width: 0.24rem;
    }

    .boxBszn-g1 .box-items {
        height: 2rem;
    }

    .boxBszn-g1 .box-items, .boxBszn-g1 .box-items:before, .boxBszn-g1 .box-items:after {
        border-radius: 0.4rem 0.4rem 0 0;
    }

    .boxBszn-g1 .left {
        margin-right: 0.1rem;
        width: 0.4rem;
    }

    .boxBszn-g1 .left .tit {
        height: 1.04rem;
    }

    .boxBszn-g1 .left .tit span {
        font-size: 0.22rem;
    }

    .boxBszn-g1 .right {
        width: calc(100% - 0.5rem);
    }
}


.list-box1 ul{
    display: flex;
    flex-wrap: wrap;
    margin-left: -.26rem;
}
.list-box1 ul li{
    width: 23.8%;
    position: relative;
    padding-left: .26rem;
    margin-left: 1.58%;
}
.list-box1 ul li:nth-child(1){
    margin-left: 0;
}
.list-box1 ul li a{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    gap: .28rem 0;
}
.list-box1 ul li .pic{
    height: 2.5rem;
    border-radius: .1rem;
}
.list-box1 ul li time{
    display: flex;
    align-items: baseline;
    font-size: .14rem;
    line-height: 1;
    color: #145eae;
    font-family: 'SourceHanSerifCN-Bold';
}
.list-box1 ul li time span{
    display: block;
    font-size: .2rem;
    margin-right: .05rem;
}
.list-box1 ul li h3{
    margin-top: .28rem;
    font-size: .18rem;
    line-height: .28rem;
    color: #222222;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: .56rem;
    transition: all .5s;
}
.list-box1 ul li p{
    margin-top: .1rem;
    font-size: .16rem;
    line-height: .24rem;
    color: rgba(34, 34, 34, 0.6);
    height: .48rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-box1 ul li:before{
    position: absolute;
    content: '';
}
.list-box1 ul li:nth-child(2n) a{
    flex-direction: column-reverse;
}
.list-box1 ul li .line{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    border-left: .01rem dashed rgba(51, 51, 51, 0.2);
}
.list-box1 ul li .line:before,
.list-box1 ul li .line:after{
    position: absolute;
    content: '';
    left: 50%;
    width: .05rem;
    height: .05rem;
    background: rgba(51, 51, 51, 0.2);
    border-radius: 50%;
    transform: translateX(-50%);
}
.list-box1 ul li .line:before{
    top: 0;
}
.list-box1 ul li .line:after{
    bottom: 0;
}
.list-box1 ul li:first-child .line{
    display: none;
}
.list-box1 ul li:hover h3{
    color: #145eae;
    font-weight: 700;
}
.row-ind5{
    padding: 1rem 0 1.2rem;
    background: url("../images/row-ind5.jpg") no-repeat 50% 50%;
    background-size: cover;
}

@media (max-width: 1025px) {
    .list-box1 ul li .pic{
        padding-top: 69.44%;
        height:auto;
    }
    .list-box1 ul li{
        width: 49%;
        margin: 0;
        padding: 0;
    }
    .list-box1 ul{
        gap: .2rem 2%;
        margin-left: 0;
    }
    .list-box1 ul li h3{
        margin-top: .1rem;
    }
    .list-box1 ul li a{
        gap: .15rem 0;
    }
    .list-box1 ul li:nth-child(2n) a{
        flex-direction: column;
    }
    .list-box1 ul li .line{
        display: none;
    }
    .row-ind5{
        padding: .5rem 0;
    }
}

@media (max-width: 481px) {
    .list-box1 ul li{
        width: 100%;
    }
}