@charset "utf-8"; .banner_box {
    height: 8.8rem;
    background-color: #dddddd;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.banner_box .swiPagination {
    position: absolute;
    left: 0;
    bottom: 0.46rem !important;
    right: 0;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_box .swiPagination .swiper-pagination-bullet {
    margin: 0 0.62rem;
    display: block;
    width: 0.21rem;
    height: 0.9rem;
    opacity: 1;
    border-radius: 0;
    background-color: transparent;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.banner_box .swiPagination .swiper-pagination-bullet:before {
    content: '';
    margin: -0.105rem 0 0 -0.105rem;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.21rem;
    height: 0.21rem;
    background: url(../images/sr-dot1.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    box-sizing: border-box;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.banner_box .swiPagination .swiper-pagination-bullet:after {
    content: '';
    position: absolute;
    left: calc(100% + 0.2rem);
    top: 50%;
    width: 0.86rem;
    height: 1px;
    background-color: #fff;
    box-sizing: border-box;
}

.banner_box .swiPagination .swiper-pagination-bullet em {
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.banner_box .swiPagination .swiper-pagination-bullet em:before {
    content: '';
    margin: -0.45rem 0 0 -0.44rem;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.88rem;
    height: 0.9rem;
    background: url(../images/sr-dot2.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transform: scale(0.24);
    -ms-transform: scale(0.24);
    -o-transform: scale(0.24);
    transform: scale(0.24);
    box-sizing: border-box;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.banner_box .swiPagination .swiper-pagination-bullet em:after {
    content: '';
    margin: -0.03rem 0 0 -0.03rem;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.06rem;
    height: 0.06rem;
    background-color: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    z-index: 10;
}

.banner_box .swiPagination .swiper-pagination-bullet i {
    margin: -0.37rem 0 0 -0.38rem;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.76rem;
    height: 0.74rem;
    background: url(../images/sr-dot3.png) right top no-repeat;
    -webkit-background-size: 0.39rem 0.51rem;
    background-size: 0.39rem 0.51rem;
    opacity: 0;
}

.banner_box .swiPagination .swiper-pagination-bullet:last-child:after {
    display: none;
}

.banner_box .swiPagination .swiper-pagination-bullet-active {
    width: 0.88rem;
    height: 0.9rem;
}

.banner_box .swiPagination .swiper-pagination-bullet-active:before {
    opacity: 0;
}

.banner_box .swiPagination .swiper-pagination-bullet-active em {
    opacity: 1;
}

.banner_box .swiPagination .swiper-pagination-bullet-active em:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.banner_box .swiPagination .swiper-pagination-bullet-active i {
    opacity: 1;
    animation: rotate 8s linear infinite;
}

.banner {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.banner:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1.8rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    box-sizing: border-box;
    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);}*/
.banner_box .sr-search1 {
    display: none;
}

.sr-swpNews1 {
    position: relative;
    overflow: hidden;
}

.sr-swpNews1 .swiPagination {
    position: absolute;
    right: 0 !important;
    bottom: 0.34rem !important;
    left: auto !important;
    top: auto !important;
    width: auto !important;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sr-swpNews1 .swiPagination .swiper-pagination-bullet {
    margin: 0 0.13rem;
    display: block;
    width: 0.09rem;
    height: 0.09rem;
    background-color: transparent;
    opacity: 1;
    position: relative;
    flex-shrink: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.sr-swpNews1 .swiPagination .swiper-pagination-bullet:before {
    content: '';
    margin: -0.045rem 0 0 -0.045rem;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.09rem;
    height: 0.09rem;
    border: 1px dotted rgba(0, 0, 0, .3);
    border-radius: 50%;
    box-sizing: border-box;
}

.sr-swpNews1 .swiPagination .swiper-pagination-bullet svg {
    margin: -0.14rem 0 0 -0.14rem;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.28rem;
    height: 0.28rem;
    opacity: 0;
}

.sr-swpNews1 .swiPagination .swiper-pagination-bullet svg .st0 {
    stroke: #215ECD;
    fill: transparent;
}

.sr-swpNews1 .swiPagination .swiper-pagination-bullet svg .st1 {
    stroke: url();
    fill: transparent;
}

.sr-swpNews1 .swiPagination .swiper-pagination-bullet-active {
    width: 0.28rem;
}

.sr-swpNews1 .swiPagination .swiper-pagination-bullet-active:before {
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.sr-swpNews1 .swiPagination .swiper-pagination-bullet-active svg {
    opacity: 1;
}

.sr-swpNews1 .con {
    display: block;
    height: 100%;
}

.sr-swpNews1 .pic {
    height: 5.2rem;
    position: relative;
    overflow: hidden;
}

.sr-swpNews1 .text {
    padding: 0.21rem 0 0.2rem;
    height: 1.4rem;
}

.sr-swpNews1 .tit {
    font-size: 0.25rem;
    color: #333333;
    font-weight: bold;
    line-height: 1.5;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sr-swpNews1 .desc {
    padding-right: 2.3rem;
    margin-top: 0.14rem;
    font-size: 0.16rem;
    color: #666666;
    line-height: 1.63;
    height: 3.26em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}

.sr-swpNews1 .con:hover {
}

.sr-swpNews1 .con:hover .tit {
    background: linear-gradient(59deg, #215ECD 54.0771484375%, #02E08C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sr-swpRes1 {
    height: 4.82rem;
    position: relative;
    overflow: hidden;
}

.sr-swpRes1 .swiPagination {
    position: absolute;
    right: 0.19rem;
    bottom: 0.43rem !important;
    left: auto !important;
    top: auto !important;
    width: auto !important;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sr-swpRes1 .swiPagination .swiper-pagination-bullet {
    margin: 0 0.12rem;
    display: block;
    width: 0.09rem;
    height: 0.09rem;
    background-color: transparent;
    opacity: 1;
    position: relative;
    flex-shrink: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.sr-swpRes1 .swiPagination .swiper-pagination-bullet:before {
    content: '';
    margin: -0.045rem 0 0 -0.045rem;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.09rem;
    height: 0.09rem;
    border: 1px dotted rgba(255, 255, 255, .3);
    border-radius: 50%;
    box-sizing: border-box;
}

.sr-swpRes1 .swiPagination .swiper-pagination-bullet svg {
    margin: -0.14rem 0 0 -0.14rem;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.28rem;
    height: 0.28rem;
    opacity: 0;
}

.sr-swpRes1 .swiPagination .swiper-pagination-bullet svg .st0 {
    stroke: #fff;
    fill: transparent;
}

.sr-swpRes1 .swiPagination .swiper-pagination-bullet svg .st1 {
    stroke: #fff;
    fill: transparent;
}

.sr-swpRes1 .swiPagination .swiper-pagination-bullet-active {
    width: 0.28rem;
}

.sr-swpRes1 .swiPagination .swiper-pagination-bullet-active:before {
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.sr-swpRes1 .swiPagination .swiper-pagination-bullet-active svg {
    opacity: 1;
}

.sr-swpRes1 .con {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.sr-swpRes1 .con:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 2rem;
    background: url(../images/sr-ls_bg4.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: 2;
}

.sr-swpRes1 .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.sr-swpRes1 .text {
    padding: 0.29rem 0.34rem;
    padding-right: 2.6rem;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.sr-swpRes1 .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;
}

.sr-swpMedia1 {
    margin-left: -0.78rem;
    padding-left: 0.78rem;
    height: 6.06rem;
    position: relative;
    overflow: hidden;
}

.sr-swpMedia1 .swp-btns {
    position: absolute;
    left: 0;
    top: 50%;
    width: 0.3rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

.sr-swpMedia1 .swpArrow {
    margin: 0 auto;
    width: 0.14rem;
    height: 0.07rem;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    background-size: contain;
    cursor: pointer;
}

.sr-swpMedia1 .swpArrow.prev {
    background-image: url(../images/sr-arrow4.png);
}

.sr-swpMedia1 .swpArrow.next {
    background-image: url(../images/sr-arrow5.png);
}

.sr-swpMedia1 .swiPagination {
    position: static;
}

.sr-swpMedia1 .swiPagination .swiper-pagination-bullet {
    margin: 0.24rem auto;
    display: block;
    width: 0.09rem;
    height: 0.09rem;
    background-color: transparent;
    opacity: 1;
    position: relative;
    flex-shrink: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.sr-swpMedia1 .swiPagination .swiper-pagination-bullet:before {
    content: '';
    margin: -0.045rem 0 0 -0.045rem;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.09rem;
    height: 0.09rem;
    border: 1px dotted rgba(0, 0, 0, .3);
    border-radius: 50%;
    box-sizing: border-box;
}

.sr-swpMedia1 .swiPagination .swiper-pagination-bullet svg {
    margin: -0.14rem 0 0 -0.14rem;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.28rem;
    height: 0.28rem;
    opacity: 0;
}

.sr-swpMedia1 .swiPagination .swiper-pagination-bullet svg .st0 {
    stroke: #215ECD;
    fill: transparent;
}

.sr-swpMedia1 .swiPagination .swiper-pagination-bullet svg .st1 {
    stroke: url();
    fill: transparent;
}

.sr-swpMedia1 .swiPagination .swiper-pagination-bullet-active {
    width: 0.28rem;
}

.sr-swpMedia1 .swiPagination .swiper-pagination-bullet-active:before {
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.sr-swpMedia1 .swiPagination .swiper-pagination-bullet-active svg {
    opacity: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.sr-swpMedia1 .slider {
    margin-bottom: -2px;
    height: calc(100% + 2px);
    overflow: hidden;
}

.sr-swpMedia1 .con {
    padding: 0.38rem 0;
    display: block;
    height: 100%;
    border-bottom: 1px solid rgba(102, 102, 102, .15);
    display: flex;
    align-items: flex-start;
}

.sr-swpMedia1 .pic {
    margin-right: 0.36rem;
    width: 3.5rem;
    height: 2.22rem;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.sr-swpMedia1 .text {
    padding-top: 0.18rem;
    width: calc(100% - 3.86rem);
    max-width: 100%;
    flex-grow: 1;
}

.sr-swpMedia1 .f1 {
    overflow: hidden;
}

.sr-swpMedia1 .f1 .lg {
    float: left;
    width: 0.94rem;
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0;
}

.sr-swpMedia1 .f1 .lg img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.sr-swpMedia1 .f1 .date {
    float: right;
    font-size: 0.15rem;
    color: #AAAAAA;
    line-height: 0.3rem;
}

.sr-swpMedia1 .tit {
    margin-top: 0.06rem;
    font-size: 0.2rem;
    color: #333333;
    font-weight: normal;
    line-height: 1.5;
    height: 3em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}

.sr-swpMedia1 .desc {
    margin-top: 0.23rem;
    font-size: 0.16rem;
    color: #666666;
    line-height: 1.63;
    height: 3.26em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}

.sr-swpMedia1 .con:hover {
}

.sr-swpMedia1 .con:hover .tit {
    background: linear-gradient(59deg, #215ECD 54.0771484375%, #02E08C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sr-lst1 {
    margin-top: -0.18rem;
}

.sr-lst1 li {
}

.sr-lst1 .con {
    display: block;
    height: 1.12rem;
    display: flex;
    align-items: center;
}

.sr-lst1 .date {
    margin-right: 0.27rem;
    width: 0.85rem;
    height: 0.85rem;
    text-align: center;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sr-lst1 .date:before {
    content: '';
    margin: -0.425rem 0 0 -0.425rem;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.85rem;
    height: 0.85rem;
    background: url(../images/sr-ls_bg1.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    box-sizing: border-box;
    z-index: -1;
}

.sr-lst1 .date span {
    display: block;
}

.sr-lst1 .date .d1 {
    font-family: Mulish-Bold;
    font-size: 0.34rem;
    font-weight: bold;
    background: linear-gradient(59deg, #215ECD 54.0771484375%, #02E08C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sr-lst1 .date .d2 {
    font-family: Mulish-Regular;
    margin-top: 0.01rem;
    font-size: 0.14rem;
    color: #AAAAAA;
    line-height: 1.2;
}

.sr-lst1 .tit {
    width: calc(100% - 1.12rem);
    max-width: 100%;
    font-size: 0.22rem;
    color: #333333;
    font-weight: normal;
    line-height: 1.36;
    max-height: 2.72em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    flex-grow: 1;
}

.sr-lst1 .con:hover {
}

.sr-lst1 .con:hover .date:before {
    animation: rotate 4s linear infinite;
}

.sr-lst1 .con:hover .tit {
    background: linear-gradient(59deg, #215ECD 54.0771484375%, #02E08C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sr-lst2 {
    margin: 0 -0.35rem -0.5rem;
    display: flex;
    flex-wrap: wrap;
}

.sr-lst2 li {
    padding: 0 0.35rem;
    margin-bottom: 0.5rem;
    width: 33.33%;
    flex-shrink: 0;
}

.sr-lst2 .con {
    padding: 0.37rem 0.34rem 0.2rem;
    display: block;
    height: 1.81rem;
    position: relative;
    z-index: 1;
}

.sr-lst2 .con:before, .sr-lst2 .con:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    box-sizing: border-box;
    z-index: -1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.sr-lst2 .con:before {
    background-image: url(../images/sr-ls_bg2.png);
}

.sr-lst2 .con:after {
    background-image: url(../images/sr-ls_bg3.png);
    opacity: 0;
}

.sr-lst2 .tit {
    font-size: 0.2rem;
    color: #222222;
    font-weight: normal;
    line-height: 1.5;
    height: 3em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.sr-lst2 .bot {
    margin-top: 0.21rem;
    overflow: hidden;
}

.sr-lst2 .date {
    font-family: Mulish-Regular;
    float: left;
    font-size: 0.15rem;
    color: #AAAAAA;
    line-height: 0.24rem;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.sr-lst2 .arrow {
    float: right;
    width: 0.35rem;
    height: 0.24rem;
    position: relative;
    z-index: 1;
}

.sr-lst2 .arrow:before, .sr-lst2 .arrow: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;
    box-sizing: border-box;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.sr-lst2 .arrow:before {
    background-image: url(../images/sr-arrow1.png);
}

.sr-lst2 .arrow:after {
    background-image: url(../images/sr-arrow2.png);
    opacity: 0;
}

.sr-lst2 .con:hover {
}

.sr-lst2 .con:hover:before {
    opacity: 0;
}

.sr-lst2 .con:hover:after {
    opacity: 1;
}

.sr-lst2 .con:hover .tit, .sr-lst2 .con:hover .date {
    color: #fff;
}

.sr-lst2 .con:hover .arrow:before {
    opacity: 0;
}

.sr-lst2 .con:hover .arrow:after {
    opacity: 1;
}

.sr-lst3 {
    margin: 0 -0.15rem -0.3rem;
    display: flex;
    flex-wrap: wrap;
}

.sr-lst3 li {
    padding: 0 0.15rem ;
    margin-bottom: 0.3rem;
    width: 50%;
    flex-shrink: 0;
}

.sr-lst3 .con {
    padding: 0.31rem 0.34rem 0.2rem;
    display: block;
    height: 1.6rem;
    position: relative;
    z-index: 1;
}

.sr-lst3 .con:before, .sr-lst3 .con:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    box-sizing: border-box;
    z-index: -1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.sr-lst3 .con:before {
    background-image: url(../images/sr-ls_bg5.png);
}

.sr-lst3 .con:after {
    background-image: url(../images/sr-ls_bg10.png);
    opacity: 0;
}

.sr-lst3 .tit {
    font-size: 0.2rem;
    color: #FFFFFF;
    font-weight: normal;
    line-height: 1.5;
    height: 3em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}

.sr-lst3 .date {
    font-family: Mulish-Regular;
    margin-top: 0.17rem;
    font-size: 0.15rem;
    color: #F9FAFF;
    line-height: 1.2;
    opacity: .6;
}

.sr-lst3 .con:hover {
}

.sr-lst3 .con:hover:before {
    opacity: 0;
}

.sr-lst3 .con:hover:after {
    opacity: 1;
}

.sr-lst4 {
}

.sr-lst4 li {
    margin-bottom: 0.34rem;
}

.sr-lst4 .con {
    padding: 0.32rem 0.4rem 0.2rem;
    display: block;
    height: 2.01rem;
    position: relative;
    z-index: 1;
}

.sr-lst4 .con:before, .sr-lst4 .con:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    box-sizing: border-box;
    z-index: -1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.sr-lst4 .con:before {
    background-image: url(../images/sr-ls_bg6.png);
}

.sr-lst4 .con:after {
    background-image: url(../images/sr-ls_bg11.png);
    opacity: 0;
}

.sr-lst4 .tit {
    font-size: 0.22rem;
    color: #FFFFFF;
    font-weight: normal;
    line-height: 1.5;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sr-lst4 .info {
    margin-top: 0.14rem;
    font-size: 0.15rem;
    color: #FFFFFF;
    line-height: 0.28rem;
}

.sr-lst4 .info p {
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sr-lst4 .info img {
    margin: -2px 0.1rem 0 0;
    display: inline-block;
    vertical-align: middle;
    width: 0.2rem;
}

.sr-lst4 li:last-child {
    margin-bottom: 0;
}

.sr-lst4 .con:hover {
}

.sr-lst4 .con:hover:before {
    opacity: 0;
}

.sr-lst4 .con:hover:after {
    opacity: 1;
}

.sr-lst5 {
    margin: 0 -0.15rem -0.3rem;
    display: flex;
    flex-wrap: wrap;
}

.sr-lst5 li {
    padding: 0 0.15rem;
    margin-bottom: 0.3rem;
    width: 33.33%;
    flex-shrink: 0;
}

.sr-lst5 .con {
    display: block;
    height: 100%;
}

.sr-lst5 .pic {
    height: 3rem;
    position: relative;
    overflow: hidden;
    z-index: 10;
}

.sr-lst5 .text {
    padding: 0.28rem 0.26rem;
    height: 1.79rem;
    position: relative;
    z-index: 1;
}

.sr-lst5 .text:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1.91rem;
    background: url(../images/sr-ls_bg7.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    box-sizing: border-box;
    z-index: -1;
}

.sr-lst5 .tit {
    font-size: 0.22rem;
    color: #222222;
    font-weight: normal;
    line-height: 1.45;
    height: 2.9em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}

.sr-lst5 .date {
    font-family: Mulish-Regular;
    margin-top: 0.21rem;
    font-size: 0.15rem;
    color: #AAAAAA;
    line-height: 1.2;
}

.sr-lst5 .con:hover {
}

.sr-lst5 .con:hover .tit {
    background: linear-gradient(59deg, #215ECD 54.0771484375%, #02E08C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sr-lst6 {
    display: flex;
    flex-wrap: wrap;
}

.sr-lst6 li {
    width: 1.92rem;
    height: 1.5rem;
    animation: scale2 .5s linear infinite;
}

.sr-lst6 .con {
    display: block;
    height: 100%;
    position: relative;
    z-index: 1;
}

.sr-lst6 .con:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/sr-ls_bg8.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    filter: drop-shadow(0.1rem 0.2rem 0.5rem rgba(33, 54, 174, .05));
    box-sizing: border-box;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.sr-lst6 .pic {
    height: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sr-lst6 .pic img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    flex-shrink: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.sr-lst6 li:nth-child(1) {
    margin-left: 1.98rem;
    animation-duration: 1.9s;
}

.sr-lst6 li:nth-child(2) {
    margin-top: -0.4rem;
    animation-duration: 1.5s;
}

.sr-lst6 li:nth-child(3) {
    margin-top: 0.36rem;
    margin-left: -0.6rem;
    animation-duration: 3s;
}

.sr-lst6 li:nth-child(4) {
    margin-top: -0.5rem;
    margin-left: -0.3rem;
    animation-duration: 1.9s;
}

.sr-lst6 li:nth-child(5) {
    margin-top: 0.28rem;
    margin-left: -0.25rem;
    animation-duration: 1.5s;
}

.sr-lst6 li:nth-child(6) {
    margin-top: -0.34rem;
    animation-duration: 3s;
}

.sr-lst6 li:nth-child(7) {
    margin-top: 0.21rem;
    margin-left: 0.1rem;
    animation-duration: 1.5s;
}

.sr-lst6 .con:hover {
}

.sr-lst6 .con:hover:before {
    opacity: 1;
}

.sr-lst7 {
}

.sr-lst7 li {
    position: relative;
}

.sr-lst7 li:before {
    content: '';
    position: absolute;
    left: 0.1rem;
    bottom: 0;
    right: 0.2rem;
    border-bottom: 1px solid rgba(33, 54, 174, .1);
}

.sr-lst7 .con {
    padding: 0.2rem 0;
    display: block;
}

.sr-lst7 .pic {
    margin-bottom: 0.23rem;
    height: 2.16rem;
    position: relative;
    overflow: hidden;
    display: none;
}

.sr-lst7 .text {
    padding: 0 0.2rem 0 0.1rem;
}

.sr-lst7 .date {
    font-size: 0.15rem;
    color: #AAAAAA;
    line-height: 1.2;
}

.sr-lst7 .tit {
    margin-top: 0.06rem;
    font-size: 0.2rem;
    color: #222222;
    font-weight: normal;
    line-height: 1.4;
    max-height: 2.8em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
}

.sr-lst7 li:last-child {
}

.sr-lst7 li:last-child:before {
    border: none;
}

.sr-lst7 .on {
}

.sr-lst7 .on .con {
    padding: 0.17rem 0;
}

.sr-lst7 .on .pic {
    display: block;
}

.sr-lst7 .con:hover {
}

.sr-lst7 .con:hover .tit {
    background: linear-gradient(59deg, #215ECD 54.0771484375%, #02E08C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sr-lst8 {
}

.sr-lst8 li {
}

.sr-lst8 .con {
    display: block;
    height: 4rem;
    position: relative;
    overflow: hidden;
}

.sr-lst8 .con:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1.6rem;
    background: url(../images/sr-ls_bg9.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    box-sizing: border-box;
    z-index: 2;
}

.sr-lst8 .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.sr-lst8 .text {
    padding: 0.19rem 0.25rem;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
}

.sr-lst8 .lg {
    height: 0.36rem;
    line-height: 0.36rem;
    font-size: 0;
}

.sr-lst8 .lg img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.sr-lst8 .tit {
    margin-top: 0.12rem;
    font-size: 0.22rem;
    color: #FFFFFF;
    font-weight: normal;
    line-height: 1.5;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.sr-lst9 {
    margin: 0 -0.1rem -0.25rem;
    display: flex;
    flex-wrap: wrap;
}

.sr-lst9 li {
    padding: 0 0.1rem;
    margin-bottom: 0.25rem;
    width: 50%;
    flex-shrink: 0;
}

.sr-lst9 .con {
    padding: 0.38rem 0.3rem 0.2rem;
    display: block;
    height: 1.9rem;
    position: relative;
    z-index: 1;
}

.sr-lst9 .con:before, .sr-lst9 .con:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    z-index: -1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.sr-lst9 .con:before {
    background-image: url(../images/sr-ls_bg12.png);
    filter: drop-shadow(0 0.2rem 0.2rem rgba(33, 54, 174, 0.05));
}

.sr-lst9 .con:after {
    background-image: url(../images/sr-ls_bg13.png);
    opacity: 0;
}

.sr-lst9 .lg {
    height: 0.38rem;
    line-height: 0.38rem;
    font-size: 0;
    position: relative;
}

.sr-lst9 .lg img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.sr-lst9 .lg .ig2 {
    display: none;
}

.sr-lst9 .tit {
    margin-top: 0.1rem;
    font-size: 0.2rem;
    color: #333333;
    font-weight: normal;
    line-height: 1.6;
    height: 3.2em;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.sr-lst9 .date {
    margin-top: 0.1rem;
    font-size: 0.15rem;
    color: #AAAAAA;
    line-height: 1.2;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.sr-lst9 .arrow {
    position: absolute;
    right: 0.46rem;
    bottom: 0.44rem;
    width: 0.35rem;
    height: 0.24rem;
    background: url(../images/sr-arrow1.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.sr-lst9 .con:hover {
}

.sr-lst9 .con:hover:before {
    opacity: 0;
}

.sr-lst9 .con:hover:after {
    opacity: 1;
}

.sr-lst9 .con:hover .lg {
}

.sr-lst9 .con:hover .lg img {
    display: none;
}

.sr-lst9 .con:hover .lg .ig2 {
    display: inline-block;
}

.sr-lst9 .con:hover .tit, .sr-lst9 .con:hover .date {
    color: #fff;
}

.sr-lst9 .con:hover .arrow {
    background-image: url(../images/sr-arrow2.png);
}

.row-body1 {
    overflow: hidden;
}

.sr-index1 {
    padding: 0.75rem 0 1.08rem;
    position: relative;
    z-index: 1;
}

.sr-index1 .sec-bg1 {
    position: absolute;
    left: -0.35rem;
    top: -1rem;
    width: 4.06rem;
    height: 4rem;
    background: url(../images/sr-bg1.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    pointer-events: none;
    z-index: -1;
}

.sr-index1 .sec-bg2 {
    position: absolute;
    right: -1rem;
    bottom: -1.6rem;
    width: 4.06rem;
    height: 5.51rem;
    background: url(../images/sr-bg_people1.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    pointer-events: none;
    z-index: -1;
}

.sr-index1 .sec-house1 {
    margin-left: -5.47rem;
    position: absolute;
    left: 50%;
    bottom: -0.1rem;
    width: 10.95rem;
    height: 1.5rem;
    z-index: -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.sr-index1 .sec-house1 img, .sr-index1 .sec-house1 svg {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    flex-shrink: 0;
}

.sr-index1 .sec-house1 path {
    stroke-width: 3;
}

.sr-index1 .sec-house1 .st0, .sr-index1 .sec-house1 .st1 {
    stroke-miterlimit: 10;
}

.sr-index1 .sec-house1 .st0, .sr-index1 .sec-house1 .st1, .sr-index1 .sec-house1 .st2, .sr-index1 .sec-house1 .st3 {
    fill: none;
    stroke: #000598;
}

.sr-index1 .sec-house1 .st0, .sr-index1 .sec-house1 .st2, .sr-index1 .sec-house1 .st4 {
    opacity: .15;
}

.sr-index1 .sec-house1 .st2, .sr-index1 .sec-house1 .st3 {
    stroke-linejoin: round;
}

.sr-index2 {
    margin-top: -0.3rem;
    padding: 0.84rem 0 1.9rem;
    position: relative;
    z-index: 10;
}

.sr-index2 .wp {
    padding-left: 0.36rem;
    position: relative;
}

.sr-index2 .sec-bg1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/sr-bg2.png) center top no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    pointer-events: none;
    z-index: -2;
}

.sr-index2 .sec-house1 {
    margin-left: -5.47rem;
    position: absolute;
    left: 50%;
    bottom: 0.4rem;
    width: 10.95rem;
    height: 1.5rem;
    z-index: -1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}

.sr-index2 .sec-house1 img, .sr-index2 .sec-house1 svg {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    flex-shrink: 0;
}

.sr-index2 .sec-house1 path {
    stroke-width: 3;
}

.sr-index2 .sec-house1 .st0, .sr-index2 .sec-house1 .st1 {
    stroke-miterlimit: 10;
}

.sr-index2 .sec-house1 .st0, .sr-index2 .sec-house1 .st1, .sr-index2 .sec-house1 .st2, .sr-index2 .sec-house1 .st3 {
    fill: none;
    stroke: #000598;
}

.sr-index2 .sec-house1 .st0, .sr-index2 .sec-house1 .st2, .sr-index2 .sec-house1 .st4 {
    opacity: .15;
}

.sr-index2 .sec-house1 .st2, .sr-index2 .sec-house1 .st3 {
    stroke-linejoin: round;
}

/*.sr-index2 .sec-line1{position: absolute; left: 1.72rem; top: 0; width: 0.15rem; height: 5.44rem; background: url(../images/sr-line1.png) center center no-repeat; -webkit-background-size: 100% 100%; background-size: 100% 100%;}*/
.sr-index2 .sr-hd1 {
    margin-bottom: 0.66rem;
}

.sr-index3 {
    margin-top: -0.42rem;
    padding: 0.9rem 0 1.19rem;
    position: relative;
    z-index: 5;
}

.sr-index3 .sec-bg1 {
    position: absolute;
    left: 0;
    top: -5%;
    width: 100%;
    height: 100%;
    background: url(../images/sr-bg3.png) center top no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    pointer-events: none;
    z-index: -2;
}

.sr-index3 .sec-light1 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 5.39rem;
    height: 5.08rem;
    background: url(../images/sr-light1.png) left bottom no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    pointer-events: none;
    z-index: -1;
    transform-origin: 0 100%;
}

.sr-index3 .sec-light1.aos-animate {
    animation: scale 6s ease-in-out;
}

.sr-index3 .sec-light2 {
    position: absolute;
    right: 0;
    top: 0.1rem;
    width: 7.95rem;
    height: 10.69rem;
    background: url(../images/sr-light2.png) right top no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    pointer-events: none;
    z-index: -1;
    transform-origin: 100% 0;
}

.sr-index3 .sec-light2.aos-animate {
    animation: scale 6s ease-in-out;
}

.sr-index3 .sr-hd1 {
    margin-bottom: 0.4rem;
}

.sr-index3 .sr-lst3 {
    margin-top: 0.3rem;
}

.sr-index4 {
    margin-top: -0.3rem;
    padding: 0.88rem 0 1.3rem;
    background-color: #fff;
    position: relative;
    z-index: 4;
}

.sr-index4 .sec-bg1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/sr-bg4.png) center bottom no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    pointer-events: none;
    z-index: -2;
    display: none;
}

.sr-index4 .sr-hd1 {
    margin-bottom: 0.9rem;
}

.sr-index5 {
    margin-top: -0.3rem;
    height: 10.1rem;
    position: relative;
    z-index: 3;
}

.sr-index5 .sec-bg1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 16.81rem;
    background: url(../images/sr-bg5.png) top center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    pointer-events: none;
    z-index: -2;
}

.sr-index5 .sec-keli1 {
    position: absolute;
    left: 0;
    bottom: -4.45rem;
    right: 0;
    pointer-events: none;
    z-index: -1;
}

.sr-index5 .sec-keli1 img {
    margin: 0 auto;
    display: block;
    width: 100%;
}

.sr-index5 .sec-house1 {
    margin-left: -11rem;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 19.2rem;
    height: 3.84rem;
    pointer-events: none;
    z-index: -2;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.sr-index5 .sec-house1 img, .sr-index5 .sec-house1 svg {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    flex-shrink: 0;
}

.sr-index5 .sec-house1 svg {
    stroke-width: 1;
}

.sr-index5 .sec-house1 .st1, .sr-index5 .sec-house1 .st22 {
    stroke: rgba(27, 129, 186, .5);
    fill: none;
    stroke-width: .5px;
    stroke-miterlimit: 10;
    stroke-width: 1;
}

.sr-index5.active .sr-coop1 .lg:before {
    opacity: .05;
}

.sr-index5.active .sr-coop1 .lg .icon:before {
    opacity: 0;
}

.sr-index5.active .sr-coop1 .lg .icon:after {
    opacity: 1;
}

.sr-index5.active .sr-coop1 .lg .icon img {
    opacity: 0;
}

.sr-index5.active .sr-coop1 .lg .icon .ig2 {
    opacity: 1;
}

.sr-index5.active .sr-coop1 .bg-circle1 {
    animation: rotate2 25s linear infinite;
}

.sr-index6 {
    padding: 1.3rem 0 1.32rem;
}

.sr-index6 .sr-hd1 {
    margin-bottom: 0.6rem;
    position: relative;
    z-index: 10;
}

.sr-news1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.sr-news1 .col, .sr-news1 .cor {
    flex-shrink: 0;
}

.sr-news1 .col {
    width: 8.6rem;
}

.sr-news1 .cor {
    width: 5.84rem;
}

.sr-reserch1 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.sr-reserch1 .col, .sr-reserch1 .cor {
    flex-shrink: 0;
}

.sr-reserch1 .col {
    width: 56%;
}

.sr-reserch1 .cor {
    width: 42%;
}

.sr-coop1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.sr-coop1 .bg-turn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 200%;
    height: 100vh;
    margin-top: -50vh;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
}

.sr-coop1 .bg-hand1 {
    position: absolute;
    left: 0;
    bottom: -0.1rem;
    width: 8.21rem;
    height: 4.43rem;
    background: url(../images/sr-bg_hand1.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    pointer-events: none;
}

.sr-coop1 .bg-hand2 {
    position: absolute;
    right: 0;
    top: -0.58rem;
    width: 8.11rem;
    height: 4.53rem;
    background: url(../images/sr-bg_hand2.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    pointer-events: none;
}

.sr-coop1 .bg-circle1 {
    margin: -3.7rem 0 0 -3.7rem;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 7.4rem;
    height: 7.4rem;
    background: url(../images/sr-hz_bg3.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    pointer-events: none;
    z-index: -1;
}

.sr-coop1 .bg-circle2 {
    margin: -9rem 0 0 -9rem;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18rem;
    height: 18rem;
    background: url(../images/sr-hz_bg4.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    pointer-events: none;
}

.sr-coop1 .bg-circle3 {
    margin: -9rem 0 0 -9rem;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 18rem;
    height: 18rem;
    background: url(../images/sr-hz_bg5.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    pointer-events: none;
}

.sr-coop1 .cont {
    padding-top: 0.87rem;
    margin-left: -3.7rem;
    margin-top: -4rem;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 7.4rem;
    height: 7.4rem;
    z-index: 2;
}

.sr-coop1 .sr-hd1 {
    margin-bottom: 0.05rem;
}

.sr-coop1 .lg {
    margin: 0 auto;
    width: 3.6rem;
    height: 3.6rem;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sr-coop1 .lg:before {
    content: '';
    margin: -1.6rem 0 0 -1.6rem;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    background: linear-gradient(42deg, #215ECD 36%, #00B26F 100%);
    opacity: .05;
    box-sizing: border-box;
    pointer-events: none;
    z-index: -1;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.sr-coop1 .lg .bg1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/sr-hz_bg1.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    pointer-events: none;
    z-index: -1;
}

.sr-coop1 .lg .icon {
    width: 1.42rem;
    height: 1.42rem;
    position: relative;
    z-index: 1;
}

.sr-coop1 .lg .icon:before, .sr-coop1 .lg .icon:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    box-sizing: border-box;
    pointer-events: none;
    z-index: -1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.sr-coop1 .lg .icon:before {
    background-image: url(../images/sr-bg_circle1.png);
}

.sr-coop1 .lg .icon:after {
    background-image: url(../images/sr-bg_circle2.png);
    opacity: 0;
}

.sr-coop1 .lg .icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    max-width: 60%;
    max-height: 60%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.sr-coop1 .lg .icon .ig2 {
    opacity: 0;
}

.sr-coop2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sr-coop2 .wp {
    width: 16rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.sr-coop2 .col, .sr-coop2 .cor {
    position: relative;
    z-index: 10;
    flex-shrink: 0;
}

.sr-coop2 .col {
    width: 4.1rem;
}

.sr-coop2 .cor {
    width: 3.8rem;
}

.sr-media1 {
    padding-bottom: 0.58rem;
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.sr-media1:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.17rem;
    width: 15rem;
    height: 0.16rem;
    background: url(../images/sr-line4.png) center center no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    pointer-events: none;
    z-index: -1;
}

.sr-media1 .col, .sr-media1 .cor {
    flex-shrink: 0;
}

.sr-media1 .col {
    padding-top: 0.42rem;
    width: 50%;
    position: relative;
}

/*.sr-media1 .col:before{content: ''; position: absolute; right: -0.08rem; top: 0; width: 0.16rem; height: 5.56rem; background: url(../images/sr-line3.png) center center no-repeat; -webkit-background-size: 100% 100%; background-size: 100% 100%;}*/
.sr-media1 .cor {
    padding-top: 0.42rem;
    width: 46.8%;
}

::-webkit-scrollbar {
    width: 0;
}
::-webkit-scrollbar-track {
    background: none;
}
::-webkit-scrollbar-thumb {
    background: #04b4c9;
}
::-webkit-scrollbar-thumb:window-inactive {
    background: #04b4c9;
}
.sr-swpNews1 .swiPagination .swiper-pagination-bullet svg .st1{stroke: #215ECD;}
.sr-coop1 .bg-turn{width: 100%;}
.sr-coop1 .bg-hand1, .sr-coop1 .bg-hand2{-webkit-transition: .6s ease; -o-transition: .6s ease; transition: .6s ease;}
.sr-coop1 .bg-hand1{-webkit-transform: translateX(-3rem); -ms-transform: translateX(-3rem); -o-transform: translateX(-3rem); transform: translateX(-3rem);}
.sr-coop1 .bg-hand2{-webkit-transform: translateX(3rem); -ms-transform: translateX(3rem); -o-transform: translateX(3rem); transform: translateX(3rem);} 
.pin-spacer{overflow: hidden !important;}
.swiFull{height: 100vh; position: relative; overflow: hidden; z-index: 100;}
.swiFull>.swiper-wrapper>.swiper-slide{height: 100vh; overflow: hidden;}
.swiFull>.swiper-wrapper>.swiper-slide.auto-height{height: auto;}
.swiFull>.swiper-wrapper>.swiper-slide .swiScroller{height: 100%; overflow-y: auto;}
.swiFull>.swiper-wrapper>.swiper-slide.swiper-slide-active{}
.swiFull>.swiper-wrapper>.swiper-slide.swiper-slide-active .sr-coop1 .bg-hand1, .swiFull>.swiper-wrapper>.swiper-slide.swiper-slide-active .sr-coop1 .bg-hand2{-webkit-transform: translate(0); -ms-transform: translate(0); -o-transform: translate(0); transform: translate(0);}
.banner_box{height: 100vh;}
.sr-index1, .sr-index2, .sr-index3, .sr-index4, .sr-index5, .sr-index6{margin-top: 0; min-height: 100vh; display: flex; flex-direction: column; justify-content: center;}
.sr-index2{padding-top: 2.14rem;}
.sr-index2 .sec-house1{display: none;}
.sr-index4{padding-top: 1.38rem;}
.sr-index5{height: 100vh !important; min-height: 100vh !important;}
.sr-index5.active .sr-coop1 .bg-hand1, .sr-index5.active .sr-coop1 .bg-hand2{-webkit-transform: translate(0); -ms-transform: translate(0); -o-transform: translate(0); transform: translate(0);}
.svgNoticeHouse1{margin-left: -5.47rem; position: fixed; left: 50%; bottom: 0.4rem; width: 10.95rem; height: 1.5rem; z-index: 100; opacity: 0; visibility: hidden;}
.svgNoticeHouse1 svg{display: block; max-width: 100%; max-height: 100%; object-fit: cover; flex-shrink: 0;}
.svgNoticeHouse1 path {stroke-width: 3;}
.svgNoticeHouse1 .st0, .svgNoticeHouse1 .st1 {stroke-miterlimit: 10; }
.svgNoticeHouse1 .st0, .svgNoticeHouse1 .st1, .svgNoticeHouse1 .st2, .svgNoticeHouse1 .st3 {fill: none; stroke: #000598; }
.svgNoticeHouse1 .st0, .svgNoticeHouse1 .st2, .svgNoticeHouse1 .st4 {opacity: .15; }
.svgNoticeHouse1 .st2, .svgNoticeHouse1 .st3 {stroke-linejoin: round; }
.svgNoticeHouse1.active{opacity: 1; visibility: visible; transition: .5s;}

@media (max-width: 1199px) {
    .swiFull {
        height: auto;
    }

    .swiFull>.swiper-wrapper {
        display: block;
    }

    .swiFull>.swiper-wrapper>.swiper-slide{
        height: auto;
        overflow: visible;
    }

    .swiFull>.swiper-wrapper>.swiper-slide .swiScroller{
        height: auto;
        overflow: visible;
    }

    .banner_box {
        position: relative;
        height: 460px;
    }

    .banner_box .swiPagination {
        bottom: 0.9rem !important;
    }

    .banner_box .swiPagination .swiper-pagination-bullet {
        margin: 0 0.4rem;
        width: 0.16rem;
        height: 0.6rem;
    }

    .banner_box .swiPagination .swiper-pagination-bullet-active, .banner_box .swiPagination .swiper-pagination-bullet em:before {
        width: 0.6rem;
        height: 0.6rem;
    }

    .banner_box .swiPagination .swiper-pagination-bullet:before {
        width: 0.16rem;
        height: 0.16rem;
    }

    .banner_box .swiPagination .swiper-pagination-bullet:after {
        width: 0.32rem;
    }

    .banner_box .swiPagination .swiper-pagination-bullet em:before {
        margin: -0.3rem 0 0 -0.3rem;
    }

    .banner_box .swiPagination .swiper-pagination-bullet i {
        width: 0.5rem;
        height: 0.5rem;
        margin: -0.25rem 0 0 -0.25rem;
        -webkit-background-size: 0.2rem auto;
        background-size: 0.2rem auto;
    }

    .banner_box .banner {
        height: 460px;
    }

    .sr-swpNews1 .swiPagination {
        left: 0 !important;
        bottom: 0.1rem !important;
    }

    .sr-swpNews1 .swiPagination .swiper-pagination-bullet {
        margin: 0 0.06rem;
    }

    .sr-swpNews1 .pic {
        height: 52vw;
    }

    .sr-swpNews1 .text {
        padding: 0.2rem 0 0.4rem;
        height: auto;
    }

    .sr-swpNews1 .tit {
        font-size: 0.22rem;
    }

    .sr-swpNews1 .desc {
        margin-top: 0.1rem;
        padding-right: 0;
    }

    .sr-swpRes1 {
        height: 52vw;
    }

    .sr-swpRes1 .swiPagination {
        right: 0.12rem;
        bottom: 0.26rem !important;
    }

    .sr-swpRes1 .swiPagination .swiper-pagination-bullet {
        margin: 0 0.04rem;
    }

    .sr-swpRes1 .text {
        padding: 0.15rem 0.2rem;
        padding-right: 1.4rem;
    }

    .sr-swpRes1 .tit {
        font-size: 0.18rem;
    }

    .sr-swpMedia1 {
        margin-left: 0;
        padding: 0;
        padding-bottom: 0.5rem;
    }

    .sr-swpMedia1 .swp-btns {
        top: auto;
        bottom: 0.1rem;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
    }

    .sr-swpMedia1 .swpArrow {
        margin: 0;
        display: none;
    }

    .sr-swpMedia1 .swiPagination {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .sr-swpMedia1 .swiPagination .swiper-pagination-bullet {
        margin: 0 0.08rem;
    }

    .sr-lst1 {
        margin-top: 0;
    }

    .sr-lst1 .con {
        height: 0.8rem;
    }

    .sr-lst1 .date {
        margin-right: 0.15rem;
        width: 0.7rem;
        height: 0.7rem;
    }

    .sr-lst1 .date:before {
        width: 0.7rem;
        height: 0.7rem;
        margin: -0.35rem 0 0 -0.35rem;
    }

    .sr-lst1 .date .d1 {
        font-size: 0.28rem;
    }

    .sr-lst1 .date .d2 {
        margin-top: 0;
        font-size: 0.12rem;
    }

    .sr-lst1 .tit {
        width: calc(100% - 0.85rem);
    }

    .sr-lst2 {
        margin: 0 -0.1rem -0.2rem;
    }

    .sr-lst2 li {
        padding: 0 0.1rem;
        margin-bottom: 0.2rem;
    }

    .sr-lst2 .con {
        padding: 0.25rem;
        padding-bottom: 0.2rem;
        height: 1.5rem;
    }

    .sr-lst2 .bot {
        margin-top: 0.1rem;
    }

    .sr-lst5 .pic {
        height: 20vw;
    }

    .sr-lst5 .text {
        padding: 0.2rem;
        height: 1.48rem;
    }

    .sr-lst5 .date {
        margin-top: 0.12rem;
    }

    .sr-lst6 {
        margin: 0 -0.1rem -0.2rem !important;
    }

    .sr-lst6 li {
        width: 14.28% !important;
        height: auto !important;
        margin: 0 !important;
        margin-bottom: 0.2rem !important;
        padding: 0 0.1rem;
    }

    .sr-lst6 .pic {
        height: 0.9rem;
    }

    .sr-lst7 .con {
        padding: 0.15rem 0 !important;
    }

    .sr-lst7 .pic {
        height: 52vw;
    }

    .sr-lst8 .con {
        height: 52vw;
    }

    .sr-index1, .sr-index2, .sr-index3, .sr-index4, .sr-index5 {
        min-height: 0;
    }

    .sr-index1 {
        padding: 0.6rem 0;
    }

    .sr-index1 .sec-bg1 {
        left: -2.4rem;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .sr-index2 .wp {
        padding: 0 20px;
    }

    .sr-index2 .sec-bg1 {
        background-position: center center;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .sr-index2 .sec-line1 {
        left: 15px;
        display: none;
    }

    .sr-index2 .sec-house1 {
        bottom: 0.24rem;
        width: 60%;
        margin-left: -30%;
    }

    .sr-index2 {
        padding: 0.6rem 0 1.3rem;
    }

    .sr-index3 {
        padding: 1.6rem 0 1rem;
        margin-top: -1rem;
    }

    .sr-index3 .sec-bg1 {
        top: 0;
        background-position: center center;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .sr-index3 .sec-light1, .sr-index3 .sec-light2{
        display: none;
    }

    .sr-index4 {
        margin-top: -0.5rem;
        padding: 0.6rem 0;
    }

    .sr-index5 {
        padding: 0.6rem 0 1rem;
        height: auto !important;
        min-height: 0 !important;
    }

    .sr-index5 .bg-hand1, .sr-index5 .bg-hand2, .sr-coop1 .bg-circle1, .sr-coop1 .bg-circle2, .sr-coop1 .bg-circle3, .sr-coop1 .lg {
        display: none;
    }

    .sr-index5 .sec-house1 {
        width: 160%;
        margin-left: -80%;
    }

    .sr-index5 .sec-keli1 {
        bottom: -3.9rem;
        height: 5.6rem;
    }

    .sr-index5 .sec-keli1 img {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -o-transform: scale(1.3);
        transform: scale(1.3);
    }

    .sr-index6 {
        padding: 0.6rem 0;
    }

    .sr-news1 {
        display: block;
    }

    .sr-news1 .col, .sr-news1 .cor {
        width: 100%;
    }

    .sr-news1 .cor {
        margin-top: 0.1rem;
    }

    .sr-coop1 {
        position: static;
        width: auto;
        height: auto;
    }

    .sr-coop1 .cont {
        position: static;
        padding: 0;
        margin: 0;
        width: auto;
        height: auto;
    }

    .sr-coop2 {
        position: static;
        padding: 0;
    }

    .sr-coop2 .wp {
        display: block;
    }

    .sr-coop2 .col, .sr-coop2 .cor {
        width: 100%;
    }

    .sr-reserch1 {
        display: block;
    }

    .sr-reserch1 .col, .sr-reserch1 .cor {
        width: 100%;
    }

    .sr-reserch1 .cor {
        margin-top: 0.3rem;
    }

    .sr-media1 {
        padding-bottom: 0;
        display: block;
    }

    .sr-media1:before {
        display: none;
    }

    .sr-media1 .col, .sr-media1 .cor {
        width: 100%;
        padding: 0;
    }

    .sr-media1 .col:before {
        display: none;
    }

    .sr-media1 .cor {
        margin-top: 0.3rem;
    }
}

@media (max-width: 959px) {
}

@media (max-width: 767px) {
    .banner_box {
        height: auto;
    }

    .banner_box .banner {
        height: 200px;
    }

    .banner_box .swiPagination {
        bottom: 0.15rem !important;
    }

    .banner_box .swiPagination .swiper-pagination-bullet {
        margin: 0 0.2rem;
        width: 0.16rem;
        height: 0.4rem;
    }

    .banner_box .swiPagination .swiper-pagination-bullet-active, .banner_box .swiPagination .swiper-pagination-bullet em:before {
        width: 0.4rem;
        height: 0.4rem;
    }

    .banner_box .swiPagination .swiper-pagination-bullet:before {
        margin: -0.08rem 0 0 -0.08rem;
        width: 0.16rem;
        height: 0.16rem;
    }

    .banner_box .swiPagination .swiper-pagination-bullet:after {
        left: calc(100% + 0.1rem);
        width: 0.18rem;
    }

    .banner_box .swiPagination .swiper-pagination-bullet em:before {
        margin: -0.2rem 0 0 -0.2rem;
    }

    .banner_box .swiPagination .swiper-pagination-bullet i {
        width: 0.36rem;
        height: 0.36rem;
        margin: -0.18rem 0 0 -0.18rem;
        -webkit-background-size: 0.18rem auto;
        background-size: 0.18rem auto;
    }

    .sr-swpNews1 .tit {
        font-size: 0.2rem;
    }

    .sr-swpMedia1 {
        height: 3.74rem;
        padding-bottom: 0.5rem;
    }

    .sr-swpMedia1 .con {
        padding: 0.2rem 0;
    }

    .sr-swpMedia1 .pic {
        width: 2rem;
        height: 1.27rem;
        margin-right: 0.2rem;
    }

    .sr-swpMedia1 .text {
        padding-top: 0.02rem;
    }

    .sr-swpMedia1 .f1 .lg {
        width: 0.8rem;
        height: 0.24rem;
        line-height: 0.24rem;
    }

    .sr-swpMedia1 .f1 .date {
        font-size: 0.14rem;
        line-height: 0.24rem;
    }

    .sr-swpMedia1 .tit {
        margin-top: 0.06rem;
        font-size: 0.16rem;
    }

    .sr-swpMedia1 .desc {
        margin-top: 0.06rem;
        font-size: 0.14rem;
    }

    .sr-lst1 .con {
        height: 0.7rem;
    }

    .sr-lst1 .date .d1 {
        font-size: 0.24rem;
    }

    .sr-lst1 .date .d2 {
        font-size: 0.1rem;
    }

    .sr-lst1 .tit {
        font-size: 0.18rem;
    }

    .sr-lst2 {
        margin-bottom: -0.15rem;
    }

    .sr-lst2 li {
        width: 100%;
        margin-bottom: 0.15rem;
    }

    .sr-lst2 .con {
        height: 1.3rem;
    }

    .sr-lst2 .tit {
        font-size: 0.18rem;
    }

    .sr-lst2 .bot {
        margin-top: 0.08rem;
    }

    .sr-lst2 .date {
        line-height: 0.21rem;
        font-size: 0.13rem;
    }

    .sr-lst2 .arrow {
        width: 0.26rem;
        height: 0.18rem;
    }

    .sr-lst3 {
        margin: 0 -0.05rem -0.2rem;
    }

    .sr-lst3 li {
        padding: 0 0.05rem;
        margin-bottom: 0.2rem;
    }

    .sr-lst3 .con {
        padding: 0.18rem 0.2rem;
        height: 1.1rem;
    }

    .sr-lst3 .tit {
        font-size: 0.16rem;
    }

    .sr-lst3 .date {
        margin-top: 0.08rem;
        font-size: 0.12rem;
    }

    .sr-lst4 li {
        margin-bottom: 0.2rem;
    }

    .sr-lst4 .con {
        padding: 0.25rem;
        height: 1.56rem;
    }

    .sr-lst4 .tit {
        font-size: 0.18rem;
    }

    .sr-lst4 .info {
        font-size: 0.13rem;
        line-height: 0.24rem;
        margin-top: 0.06rem;
    }

    .sr-lst4 .info img {
        width: 0.16rem;
        margin-right: 0.06rem;
    }

    .sr-lst5 {
        margin-bottom: -0.2rem;
    }

    .sr-lst5 li {
        margin-bottom: 0.2rem;
        width: 100%;
    }

    .sr-lst5 .pic {
        height: 52vw;
    }

    .sr-lst5 .text {
        padding: 0.15rem 0.2rem;
        height: 1.16rem;
    }

    .sr-lst5 .tit {
        font-size: 0.18rem;
        margin-bottom: 0.1rem;
    }

    .sr-lst5 .date {
        font-size: 0.13rem;
        margin-top: 0.06rem;
    }

    .sr-lst6 {
        margin-bottom: -0.05rem !important;
        justify-content: center;
    }

    .sr-lst6 li {
        margin-bottom: 0.05rem !important;
        width: 25% !important;
    }

    .sr-lst7 .tit {
        font-size: 0.18rem;
        margin-top: 0.04rem;
    }

    .sr-lst8 .text {
        padding: 0.15rem;
    }

    .sr-lst8 .tit {
        font-size: 0.18rem;
        width: calc(100% - 0.51rem);
    }

    .sr-lst9 {
        margin: 0 -0.05rem -0.1rem;
    }

    .sr-lst9 li {
        padding: 0 0.05rem;
        margin-bottom: 0.1rem;
    }

    .sr-lst9 .con {
        padding: 0.25rem 0.2rem;
        height: 1.82rem;
    }

    .sr-lst9 .lg {
        height: 0.3rem;
        line-height: 0.3rem;
    }

    .sr-lst9 .tit {
        font-size: 0.18rem;
        margin-top: 0.14rem;
    }

    .sr-lst9 .date {
        margin-top: 0.1rem;
    }

    .sr-lst9 .arrow {
        right: 0.2rem;
        bottom: 0.26rem;
        width: 0.26rem;
        height: 0.18rem;
    }

    .sr-index2, .sr-index3 {
        padding: 0.3rem 0;
    }

    .sr-index1 {
        padding: 0.3rem 0 0.4rem;
    }

    .sr-index1 .sec-bg2 {
        display: none;
    }

    .sr-index1 .sec-house1 {
        width: 94%;
        margin-left: -47%;
    }

    .sr-index2 .sec-bg1 {
        background: linear-gradient(180deg, #F9FAFF, rgba(249, 250, 255, 0));
    }

    .sr-index2 .sec-house1 {
        width: 94%;
        margin-left: -47%;
    }

    .sr-index3 {
        margin: 0;
        padding: 0.3rem 0;
        background: #2136AE !important;
    }

    .sr-index3 .sec-light1 {
        width: 2.16rem;
        height: 2.04rem;
    }

    .sr-index3 .sec-light2 {
        top: 0;
        width: 3.98rem;
        height: 5.35rem;
    }

    .sr-index3 .sr-lst3 {
        margin-top: 0.2rem;
    }

    .sr-index4 {
        margin: 0;
        padding: 0.3rem 0;
        background: #F9FAFF !important;
    }

    .sr-index5 {
        margin: 0;
        padding: 0.3rem 0 0.5rem;
        background: #fff !important;
    }

    .sr-index5 .sec-keli1 {
        bottom: -3.4rem;
        height: 4.5rem;
    }

    .sr-index6 {
        padding: 0.3rem 0;
    }

    .sr-index6 .sr-hd1 {
        margin-bottom: 0.2rem !important;
    }

    .sr-reserch1 .cor {
        margin-top: 0.2rem;
    }

    .sr-media1 .cor {
        margin-top: 0.2rem;
    }
}




/*2026.03.04*/
.sr-lst8 .con:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .2;
    z-index: 1;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.sr-lst8 .video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.sr-lst8 .play {
    margin: -0.39rem 0 0 -0.39rem;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0.78rem;
    height: 0.78rem;
    background: url(../images/sr-play.png) center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    z-index: 10;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.sr-lst8 .on {
}

.sr-lst8 .on .con:before {
    opacity: 0;
    visibility: hidden;
}

.sr-lst8 .on .pic, .sr-lst8 .on .play, .sr-lst8 .on .text {
    opacity: 0;
    visibility: hidden;
}

.sr-lst8 .on .play {
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
}

.sr-lst8 .on .video {
    opacity: 1;
    visibility: visible;
}

/*2026.03.04 end*/
