@charset "utf-8";.banner {
    overflow: hidden
}

.banner .a {
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.banner .imgBox {
    overflow: hidden;
    width: 100%
}

.banner .imgBox .img {
    padding-bottom: 100vh;
    transition: 0s
}

.banner .imgBox img,.banner .imgBox video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: .5s
}

.banner .a .txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: .98rem;
    z-index: 6
}

.banner .swiDots {
    font-size: 0;
    bottom: .1rem;
    display: none
}

.banner .swiDots span {
    width: .1rem;
    height: .1rem;
    margin: 0 .05rem;
    background: #fff no-repeat 50%/100%;
    vertical-align: middle;
    opacity: 1
}

.banner .swiDots span.active {
    width: .3rem;
    height: .34rem;
    background-image: url("../images/dots-1.png");
    background-color: transparent
}

.banner-dots {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 58%);
    z-index: 10;
    overflow: visible
}

.banner-dots .dots-circle {
    padding: 75px;
    width: 2.26rem;
    height: 2.26rem;
    border-radius: 50%;
    position: relative
}

.banner-dots .dots-circle:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/d-banner-1.png") no-repeat top center/100% auto;
    border-radius: 50%
}

.banner-dots .dots-circle .circle-dot {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 10;
    transition: all .2s linear
}

.banner-dots .dots-circle .circle-dot .item {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(0, -50%);
    transform-origin: 0 center
}

.banner-dots .dots-circle .circle-dot .item .circle {
    width: .09rem;
    height: .09rem;
    background: #fff;
    transition: all .3s ease-in-out;
    position: absolute;
    top: 50%;
    right: -.035rem;
    transform: translateY(-50%);
    cursor: pointer;
    border-radius: 50%
}

.banner-dots .dots-circle .circle-dot .item.i1 {
    transform: translate(0, -50%)
}

.banner-dots .dots-circle .circle-dot .item.i2 {
    transform: translate(0, -50%) rotate(30deg)
}

.banner-dots .dots-circle .circle-dot .item.i3 {
    transform: translate(0, -50%) rotate(60deg)
}

.banner-dots .dots-circle .circle-dot .item.i4 {
    transform: translate(0, -50%) rotate(90deg)
}

.banner-dots .dots-circle .circle-dot .item.i5 {
    transform: translate(0, -50%) rotate(120deg)
}

.banner-dots .dots-circle .circle-dot .item.i6 {
    transform: translate(0, -50%) rotate(150deg)
}

.banner-dots .dots-circle .circle-dot .item.i7 {
    transform: translate(0, -50%) rotate(180deg)
}

.banner-dots .dots-circle .circle-dot .item.i8 {
    transform: translate(0, -50%) rotate(210deg)
}

.banner-dots .dots-circle .circle-dot .item.i9 {
    transform: translate(0, -50%) rotate(240deg)
}

.banner-dots .dots-circle .circle-dot .item.i10 {
    transform: translate(0, -50%) rotate(270deg)
}

.banner-dots .dots-circle .circle-dot .item.i11 {
    transform: translate(0, -50%) rotate(300deg)
}

.banner-dots .dots-circle .circle-dot .item.i12 {
    transform: translate(0, -50%) rotate(330deg)
}

.banner-dots .dots-circle .circle-dot .item.on .circle {
    opacity: 0
}

.banner-dots .dots-text {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    z-index: 10;
    overflow: visible
}

.banner-dots .dots-text .item {
    width: .71rem;
    height: .83rem;
    background: url('../images/dots-1.png') center center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: -.2rem;
    transform: translateX(-50%) translateY(.3rem);
    visibility: hidden;
    opacity: 0;
    left: 0;
    transition: all .5s
}

.banner-dots .dots-text .item.on {
    visibility: visible;
    opacity: 1;
    left: 0;
    transform: translateX(-50%) translateY(0rem)
}

.banner_box {
    position: relative;
    overflow: hidden
}

.title001 {
    position: relative;
    z-index: 2
}

.title001 h4 {
    position: relative;
    height: .45rem
}

.title001 h4 span {
    display: block;
    font-size: .45rem;
    line-height: 1;
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Monotype-Corsiva', sans-serif;
    -webkit-text-stroke: 1px #c0ccfc
}

.title001 h2 {
    font-size: .48rem;
    line-height: 1;
    color: #0043bd;
    font-weight: bold;
    margin-top: -.05rem
}

.title001 .more {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5
}

.title001 .more a {
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: 1;
    color: #0043bd
}

.title001 .more a img {
    display: block;
    width: .42rem;
    margin-right: .15rem
}

.index_s1 .left {
    width: 52.9375%
}

.list1w a {
    display: block
}

.list1w a .pic {
    padding-top: 5.15rem
}

.list1w a h3 {
    font-size: .24rem;
    line-height: .3rem;
    -webkit-line-clamp: 3;
    color: #1f1f1f;
    font-weight: bold;
    transition: .5s;
    height: .9rem;
}

.list1w a p {
    font-size: .16rem;
    line-height: .3rem;
    color: rgba(68, 68, 68, 0.83);
    height: .6rem;
    margin-top: .15rem;
    display: none;
}

.list1w a .txt .h3 {
    padding-top: .05rem;
    flex: 1;
    overflow: hidden
}

.list1w a time {
    position: relative;
    display: block;
    padding: 0 0 .05rem .26rem;
    margin-left: .45rem;
    color: #0043bd;
    font-family: 'DIN-PRO-Bold', sans-serif;
    flex-shrink: 0
}

.list1w a time span {
    display: block;
    font-size: .55rem;
    line-height: 1
}

.list1w a time em {
    display: block;
    font-size: .18rem;
    line-height: 1
}

.list1w a time:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: .1rem;
    width: .01rem;
    background: #0043bd
}

.list1w a time:after {
    position: absolute;
    content: '';
    left: -.05rem;
    bottom: 0;
    width: .08rem;
    height: .08rem;
    border: .01rem solid #0043bd;
    border-radius: 50%
}

.list1w a .txt {
    display: flex;
    justify-content: space-between;
    padding: .49rem .47rem .44rem .42rem;
    background: #fff
}

.list1w a:hover h3 {
    color: #0043bd
}

.list1w {
    box-shadow: 0 .05rem .15rem rgba(192, 208, 238, 0.3)
}

.index_s1 .right {
    width: 45%
}

.list_box1 li a {
    display: block;
    position: relative;
    height: 100%;
    margin-left: .38rem
}

.list_box1 li .con {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding: 0 .47rem 0 .23rem
}

.list_box1 li time {
    display: flex;
    align-items: flex-start;
    color: #0043bd;
    line-height: 1;
    flex-shrink: 0;
    margin-right: .2rem
}

.list_box1 li time span {
    display: block;
    font-size: .28rem;
    font-family: 'DIN-PRO-Bold', sans-serif;
    margin-right: .08rem
}

.list_box1 li time em {
    display: block;
    font-size: .2rem;
    font-family: 'DIN-PRO-Regular', sans-serif;
    margin-top: .15rem
}

.list_box1 li .txt {
    flex: 1;
    overflow: hidden
}

.list_box1 li h3 {
    font-size: .22rem;
    line-height: .3rem;
    transition: .5s;
    max-height: .6rem;
}

.list_box1 li p {
    font-size: .16rem;
    line-height: .26rem;
    color: #ffffff
}

.list_box1 li a:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/s1-img-2.png") no-repeat left center/100% 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

.list_box1 li a:after {
    position: absolute;
    content: '';
    right: -.255rem;
    top: 50%;
    width: .55rem;
    height: .55rem;
    background: url("../images/s1-img-3.png") no-repeat left center/100% 100%;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

.list_box1 li:before {
    position: absolute;
    content: '';
    width: .12rem;
    height: .12rem;
    background: #a9b4e0;
    border-radius: 50%;
    top: 50%;
    left: -.06rem;
    transform: translateY(-50%)
}

.list_box1 li .desc {
    opacity: 0;
    height: 0;
    transition: .5s
}

.list_box1 li.active time {
    color: #fff
}

.list_box1 li.active h3 {
    color: #fff
}

.list_box1 li.active .desc {
    opacity: 1;
    height: .26rem;
    margin-top: .09rem
}

.list_box1 li.active a:before,.list_box1 li.active a:after {
    opacity: 1;
    visibility: visible
}

.list_box1 li.active:before {
    background: #5e5fd5
}

.list_box1 li+li {
    margin-top: .28rem
}

.list_box1 li {
    position: relative
}

.list_box1 ul {
    height: 7rem;
    display: flex;
    align-items: center;
    flex-direction: column
}

.list_box1:before {
    position: absolute;
    content: '';
    left: 0;
    top: .3rem;
    bottom: .3rem;
    width: 1px;
    background-image: linear-gradient(to top, #99a9e0 85%, transparent 50%);
    background-size: 1px .08rem;
    background-repeat: repeat-y;
    background-position: bottom
}

.list_box1 {
    position: relative
}

.index_s1 .content {
    margin-top: .52rem
}

.index_s2 .left {
    width: 47.6875%
}

.index_s2 .tab_tit {
    position: absolute;
    right: 0;
    top: -.55rem;
    display: flex;
    align-items: center;
    z-index: 9
}

.index_s2 .tab_tit .li a {
    display: block;
    position: relative;
    font-size: .18rem;
    line-height: .4rem;
    color: #0043bd;
    transition: .5s
}

.index_s2 .tab_tit .li a:after {
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    bottom: 0;
    height: .04rem;
    background: #0043bd;
    transition: .5s
}

.index_s2 .tab_tit .li.active a:after {
    right: 0
}

.index_s2 .tab_tit .li.active a {
    font-weight: bold
}

.index_s2 .tab_tit .li+.li {
    margin-left: .43rem
}

.list_box2 li a {
    display: block;
    position: relative;
    z-index: 2;
    padding: .2rem 0 .2rem
}

.list_box2 li h3 {
    font-size: .22rem;
    line-height: .3rem;
    color: #333333;
    transition: .5s;
    max-height: .6rem;
}

.list_box2 li time {
    margin-top: .11rem;
    display: block;
    font-size: .18rem;
    line-height: .24rem;
    color: #0043bd;
    font-family: 'DIN-PRO-Bold', sans-serif;
    transition: .5s
}

.list_box2 li h6 {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: .55rem;
    height: .55rem;
    background: url("../images/s1-img-3.png") no-repeat 50%/100% 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    transform: translateY(-50%)
}

.list_box2 li:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #b5caed;
    transition: .5s
}

.list_box2 li:last-child:before {
    opacity: 0;
    visibility: hidden
}

.list_box2 li:after {
    position: absolute;
    content: '';
    left: -.35rem;
    top: -.035rem;
    bottom: -.175rem;
    right: -.07rem;
    background: url("../images/s2-img-1.png") no-repeat left center/cover;
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

.list_box2 li:hover h3,.list_box2 li:hover time {
    color: #fff
}

.list_box2 li:hover h6 {
    opacity: 1;
    visibility: visible
}

.list_box2 li:hover a {
    padding-right: .7rem
}

.list_box2 li:hover:after {
    opacity: 1;
    visibility: visible
}

.list_box2 li.on:before,.list_box2 li:hover:before {
    opacity: 0;
    visibility: hidden
}

.list_box2 li {
    position: relative
}

.index_s2 .gd {
    display: none
}

.index_s2 .gd a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .16rem;
    line-height: 1;
    color: #0043bd
}

.index_s2 .gd a img {
    width: .28rem;
    margin-right: .1rem;
    display: block
}

.index_s2 .tab_cont .child {
    display: none
}

.index_s2 .tab_cont .child.active {
    display: block
}

.index_s2 .tab_cont {
    margin-top: .23rem
}

.index_s2 .content {
    position: relative
}

.index_s2 .left .title001 .tit {
    position: relative;
    padding-right: .6rem;
    background: url("../images/more-1.png") no-repeat right bottom/.42rem auto
}

.index_s2 .right {
    width: 47.6875%
}

.list_box3 li a {
    display: block;
    position: relative;
    z-index: 2;
    padding: .2rem 0 .19rem;
    transition: .5s
}

.list_box3 li h3 {
    font-size: .22rem;
    line-height: .3rem;
    color: #333333;
    transition: .5s
}

.list_box3 li .info {
    display: flex;
    flex-wrap: wrap;
    margin-top: .12rem
}

.list_box3 li .info span {
    display: block;
    font-size: .16rem;
    line-height: .24rem;
    color: #4c525e;
    padding-left: .28rem;
    background: no-repeat left center;
    margin-right: .34rem;
    transition: .5s
}

.list_box3 li .info span.span1 {
    background-image: url("../images/s2-img-2.png");
    background-size: .22rem
}

.list_box3 li .info span.span2 {
    background-image: url("../images/s2-img-3.png");
    background-size: .19rem
}

.list_box3 li .info span.span3 {
    background-image: url("../images/s2-img-4.png");
    background-size: .16rem
}

.list_box3 li h6 {
    position: absolute;
    content: '';
    right: -.255rem;
    top: 50%;
    width: .55rem;
    height: .55rem;
    background: url("../images/s1-img-3.png") no-repeat 50%/100% 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    transform: translateY(-50%)
}

.list_box3 li:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: #b5caed;
    transition: .5s
}

.list_box3 li:last-child:before {
    opacity: 0;
    visibility: hidden
}

.list_box3 li:after {
    position: absolute;
    content: '';
    left: -.35rem;
    top: -.035rem;
    bottom: -.175rem;
    right: -.07rem;
    background: url("../images/s2-img-1.png") no-repeat left center/cover;
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

.list_box3 li:hover h3,.list_box3 li:hover .info span {
    color: #fff
}

.list_box3 li:hover .info .span1 {
    background-image: url("../images/s2-img-5.png")
}

.list_box3 li:hover .info .span2 {
    background-image: url("../images/s2-img-6.png")
}

.list_box3 li:hover .info .span3 {
    background-image: url("../images/s2-img-7.png")
}

.list_box3 li:hover h6 {
    opacity: 1;
    visibility: visible
}

.list_box3 li:hover a {
    padding-right: .4rem
}

.list_box3 li:hover:after {
    opacity: 1;
    visibility: visible
}

.list_box3 li:hover:before,.list_box3 li.on:before {
    opacity: 0;
    visibility: hidden
}

.list_box3 li {
    position: relative
}

.list_box3 {
    margin-top: .23rem
}

.index_s2 {
    margin-top: .77rem
}

.home1 {
    padding: .65rem 0 3.28rem;
    background: url("../images/home1.png") no-repeat top center/cover
}

.index_s3 .title001 h2 {
    text-align: center
}

.index_s3 .left {
    width: 54.125%
}

.list_box4 li {
    width: 48.15%
}

.list_box4 li a {
    display: block
}

.list_box4 li a .pic {
    padding-top: 2.65rem
}

.list_box4 li a h3 {
    font-size: .22rem;
    line-height: .32rem;
    color: #333333;
    height: .64rem;
    transition: .5s
}

.list_box4 li a p {
    font-size: .16rem;
    line-height: .24rem;
    color: #4c525e;
    -webkit-line-clamp: 3;
    height: .72rem;
    margin-top: .22rem
}

.list_box4 li a time {
    display: block;
    font-size: .18rem;
    line-height: .24rem;
    color: #0043bd;
    font-family: 'DIN-PRO-Bold', sans-serif;
    margin-top: .25rem
}

.list_box4 li:hover a h3 {
    color: #0043bd;
    font-weight: bold
}

.list_box4 li .txt {
    margin-top: .22rem
}

.index_s3 .right {
    width: 42.25%
}

.list_box5 li a {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.list_box5 li .pic {
    width: 2.47rem;
    height: 1.57rem
}

.list_box5 li .txt {
    width: calc(100% - 2.84rem);
    padding-right: .4rem
}

.list_box5 li h3 {
    font-size: .22rem;
    line-height: .32rem;
    color: #333333;
    height: .64rem;
    transition: .5s
}

.list_box5 li time {
    display: block;
    font-size: .18rem;
    line-height: .24rem;
    color: #0043bd;
    margin-top: .13rem;
    font-family: 'DIN-PRO-Bold', sans-serif;
    transition: .5s
}

.list_box5 li:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0043bd;
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

.list_box5 li:hover h3,.list_box5 li:hover time {
    color: #fff
}

.list_box5 li:hover:before {
    opacity: 1;
    visibility: visible
}

.list_box5 li+li {
    margin-top: .33rem
}

.list_box5 li {
    position: relative;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: 0 .05rem .27rem 0 rgba(0, 67, 189, 0.09)
}

.index_s3 .content {
    margin-top: .4rem
}

.index_s3 .title001 h2 {
    margin-top: .08rem
}

.index_s4 .left {
    width: 49%;
    position: relative;
}

.mt_list {
    display: flex;
    flex-wrap: wrap
}

.mt_list h4 {
    font-size: .22rem;
    line-height: .32rem;
    color: #0043bd;
    font-weight: bold;
    flex-shrink: 0;
    margin-right: 0
}

.mt_list ul {
    flex: 1;
    display: flex
}

.mt_list li {
    position: relative
}

.mt_list li a {
    display: block
}

.mt_list li .icon {
    width: .38rem;
    height: .32rem;
    position: relative
}

.mt_list li .icon img {
    max-width: 100%;
    max-height: 100%
}

.mt_list li .icon .img-2 {
    opacity: 0;
    visibility: hidden;
    transition: .5s
}

.mt_list li span {
    position: absolute;
    width: 1.15rem;
    height: 1.15rem;
    background: #fff;
    padding: .02rem;
    box-shadow: 0 .08rem .1rem rgba(0, 0, 0, 0.14);
    top: calc(100% + .1rem);
    left: 50%;
    transform: translateX(-50%) translateY(.2rem);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    z-index: 9
}

.mt_list li span:before {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 50%;
    border: .1rem solid transparent;
    border-bottom-color: #fff;
    transform: translateX(-50%)
}

.mt_list li span img {
    display: block;
    width: 100%
}

.mt_list li:hover .icon .img-1 {
    opacity: 0
}

.mt_list li:hover .icon .img-2 {
    opacity: 1;
    visibility: visible
}

.mt_list li:hover span {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(.1rem)
}

.mt_list {
    margin-top: 0;
    position: absolute;
    right: 1.8rem;
    top: 0.5rem;
    z-index: 6;
}

.index_s4 .img-li a {
    display: block;
    position: relative
}

.index_s4 .img-li .pic {
    padding-top: 4.85rem
}

.index_s4 .img-li .ico {
    display: flex;
    align-items: center;
    justify-content: center;
    width: .25rem;
    height: .22rem;
    margin-right: .12rem;
    flex-shrink: 0
}

.index_s4 .img-li .ico img {
    display: block;
    max-width: 100%;
    max-height: 100%
}

.index_s4 .img-li h3 {
    flex: 1;
    font-size: .22rem;
    line-height: .3rem;
    color: #fff
}

.index_s4 .img-li .txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: .2rem;
    padding: 0 .27rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5
}

.index_s4 .img-li a:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 35.87%;
    background: linear-gradient(180deg, transparent 0%, #000 100%);
    opacity: .5
}

.index_s4 .left .img-li .pic {
    padding-top: 4.85rem
}

.index_s4 .left .img-li {
    margin-top: 1.68rem
}

.index_s4 .right {
    width: 50.3125%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: .1rem
}

.index_s4 .right .img-li:nth-child(1) {
    width: 100%;
    margin-bottom: .1rem
}

.index_s4 .right .img-li:nth-child(1) .pic {
    padding-top: 3.91rem
}

.index_s4 .right .img-li {
    width: 49.44%
}

.index_s4 .right .img-li .pic {
    padding-top: 3.31rem
}

.index_s4 {
    margin-top: 1.3rem
}

.home2 .bg-1 {
    position: absolute;
    left: 0;
    right: 0;
    top: -1.67rem;
    height: 46.09375vw;
    background: url("../images/s3-img-3.png") no-repeat top center/100% auto
}

.home2 .bg-2 {
    position: absolute;
    right: 0;
    bottom: 3.67rem;
    width: 64.01vw;
    height: 75.1vw;
    background: url("../images/s3-img-4.png") no-repeat top center/100% 100%
}

.home2:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 1.5rem;
    background: url("../images/home2.png") no-repeat bottom center/cover
}

.home2 {
    position: relative;
    padding: .92rem 0 2.6rem;
    margin-top: -1.5rem
}

.index_s5 .tab-tit {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline
}

.index_s5 .tab-tit .li h2 {
    font-size: .3rem;
    opacity: .7;
    transition: .5s;
    margin-top: .05rem
}

.index_s5 .tab-tit .li h4 span {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: .5s;
    white-space: nowrap
}

.index_s5 .tab-tit .li {
    cursor: pointer
}

.index_s5 .tab-tit .li+.li {
    margin-left: 1.08rem
}

.index_s5 .tab-tit .li.active h2 {
    opacity: 1;
    font-size: .45rem
}

.index_s5 .tab-tit .li.active h4 span {
    opacity: 1
}

.index_s5 .title001 .more a {
    display: none
}

.index_s5 .title001 .more a.active {
    display: flex
}

.index_s5 .btnBox {
    width: 1.43rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-self: flex-start;
    margin-top: 1.49rem
}

.index_s5 .btnBox .btn {
    width: .65rem;
    height: .65rem;
    position: static;
    cursor: pointer
}

.index_s5 .btnBox .btn img {
    display: block;
    width: 100%
}

.index_s5 .right {
    width: calc(100% - 2rem)
}

.list2w1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 11.62rem;
    max-width: 100%
}

.list2w1 a {
    display: block;
    position: relative;
    transition: .5s
}

.list2w1 a .pic {
    padding-top: 3.92rem;
    box-shadow: 0 0 .2rem rgba(255, 255, 255, 0.2)
}

.list2w1 a h3 {
    font-size: .2rem;
    line-height: .3rem;
    color: #fff;
    font-weight: bold;
    text-align: center
}

.list2w1 a h4 {
    font-size: .16rem;
    line-height: .24rem;
    color: #fff;
    text-align: center;
    margin-top: .06rem
}

.list2w1 a .txt {
    padding: .24rem .2rem .23rem;
    background: url("../images/s5-img-3.png") no-repeat bottom center/cover
}

.list2w1 .swiper-container {
    width: calc(100% + 3.84rem);
    margin-right: -3.84rem
}

.list2w1 .ne2 a {
    mask-image: linear-gradient(to right, black, transparent);
    -webkit-mask-image: linear-gradient(to right, black, transparent)
}

.list2w1 .ne2 {
    transform: translateX(-.42rem)
}

.list2w2 {
    position: absolute;
    left: 0;
    top: 0;
    width: 15.46rem;
    padding-right: 3.84rem;
    opacity: 0;
    visibility: hidden
}

.list2w2 .swiper-container {
    width: 3.94rem;
    box-shadow: 0 0 .2rem rgba(255, 255, 255, 0.2)
}

.list2w2 a {
    display: block
}

.list2w2 a .pic {
    padding-top: 5rem
}

.list2w2 a h3 {
    font-size: .24rem;
    line-height: .3rem;
    color: #fff;
    font-weight: bold;
    text-align: center
}

.list2w2 a h4 {
    font-size: .16rem;
    line-height: .24rem;
    color: #fff;
    text-align: center;
    margin-top: .12rem
}

.list2w2 a .txt:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .03rem;
    background: #aea6ff
}

.list2w2 a .txt {
    padding: .18rem .2rem .16rem;
    background: rgba(174, 166, 255, 0.26);
    position: relative
}

.list2w {
    position: relative;
    height: 6rem
}

.index_s5 .tab_cont .child {
    opacity: 0;
    height: 0;
    transform: scale(0)
}

.index_s5 .tab_cont .child.active {
    opacity: 1;
    height: auto;
    transform: none
}

.index_s5 .content .bg-1 {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 100vw;
    background: url("../images/s5-img-4.png") no-repeat 50%/cover;
    transform: translateX(-50%);
    z-index: 1
}

.index_s5 .content .bg-2 {
    position: absolute;
    top: .23rem;
    left: -1.15rem;
    width: 3.15rem;
    height: 3.37rem;
    background: url("../images/s5-img-5.png") no-repeat 50%/100%;
    z-index: 2
}

.index_s5 .content .bg-3 {
    position: absolute;
    left: 50%;
    top: -.21rem;
    bottom: -.21rem;
    width: 100vw;
    background: url("../images/s5-img-6.png") no-repeat 50%/100% 100%;
    transform: translateX(-50%)
}

.index_s5 .content {
    padding: .67rem 0 .75rem;
    position: relative;
    margin-top: .56rem
}

.index_s5 {
    margin-top: -1.5rem;
    position: relative
}

.list3w a {
    display: block;
    box-shadow: 0 0 .2rem #d7e7fb;
    transition: .5s
}

.list3w a .pic {
    padding-top: 2.25rem
}

.list3w a h3 {
    font-size: .22rem;
    line-height: .32rem;
    color: #333333;
    height: .64rem;
    transition: .5s
}

.list3w a time {
    display: block;
    font-size: .18rem;
    line-height: .24rem;
    color: #0043bd;
    font-family: 'DIN-PRO-Bold', sans-serif;
    transition: .5s;
    margin-top: .14rem
}

.list3w a .txt {
    padding: .24rem .23rem .2rem;
    position: relative;
    background: url("../images/s6-img-2.png") no-repeat bottom center/cover;
    transition: .5s
}

.list3w li:nth-child(2n) {
    margin-top: .21rem
}

.list3w a:hover h3 {
    color: #fff
}

.list3w a:hover time {
    color: #fff
}

.list3w a:hover .txt {
    background-image: url("../images/s6-img-3.png")
}

.list3w a:hover {
    box-shadow: 0 0 .2rem rgba(0, 0, 0, 0.3)
}

.list3w .list3wBox {
    margin: 0 -.2rem;
    padding: .2rem
}

.list3w .btn {
    width: auto;
    height: auto;
    margin-top: -.44rem;
    background: transparent
}

.list3w .btn img {
    display: block;
    width: .59rem
}

.list3w .prev {
    left: -.32rem
}

.list3w .next {
    right: -.32rem
}

.list3w {
    position: relative;
    margin-top: .24rem
}

.index_s6 .title001 h2 {
    text-align: center;
    margin-top: .08rem
}

.list4w a {
    display: flex;
    align-items: center;
    justify-content: center
}

.list4w a .icon {
    width: 1.7rem;
    height: 1.7rem;
    position: relative;
    flex-shrink: 0;
    background: url("../images/s7-img-1.png") no-repeat 50%/100% 100%
}

.list4w a .txt {
    max-width: calc(100% - 1.7rem)
}

.list4w a h3 {
    display: flex;
    align-items: baseline;
    font-size: .18rem;
    line-height: 1;
    color: #0043bd;
    font-weight: bold
}

.list4w a h3 span {
    display: block;
    font-size: .55rem;
    line-height: 1;
    font-family: 'DIN-PRO-Bold', sans-serif;
    margin-right: .05rem
}

.list4w a h4 {
    font-size: .24rem;
    line-height: .36rem;
    color: #0043bd
}

.list4w .swiDots {
    position: static;
    font-size: 0;
    margin-top: .04rem
}

.list4w .swiDots span {
    width: .12rem;
    height: .12rem;
    margin: 0 .095rem;
    background: #a9b4e0;
    opacity: 1;
    transition: .5s
}

.list4w .swiDots span.active {
    background: #5e5fd5
}

.list4w {
    margin-top: .46rem
}

.index_s7 .title001 h2 {
    text-align: center;
    margin-top: .08rem
}

.index_s7 {
    margin-top: .7rem
}

.home3 {
    padding: .96rem 0 .96rem;
    background: url("../images/home3.png") no-repeat bottom center/cover
}

.aside {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 99;
    width: 1rem;
    padding: .17rem .15rem .42rem;
    transition: .5s;
}

.aside .top img {
    display: block;
    width: .62rem;
    margin: 0 auto
}

.aside .top span {
    display: block;
    font-size: .16rem;
    line-height: .24rem;
    color: #fff;
    background: linear-gradient(450deg, #f0b6db, #fde5c6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-weight: bold
}

.aside .top {
    position: relative;
    z-index: 2
}

.aside ul li a {
    display: block;
    font-size: .16rem;
    line-height: .2rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: .1rem 0 .11rem;
}
.aside ul li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background: linear-gradient(90deg,transparent,#7acfe5,transparent);
    opacity: .3;
}
.aside ul li{
    position: relative;
}
.aside ul li+li {
    margin-top: .08rem
}

.aside ul:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    height: .01rem;
    width: .75rem;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.27)
}

.aside ul {
    margin-top: .09rem;
    padding-top: .11rem;
    position: relative;
    z-index: 2
}
.aside .bot a{
    display: block;
}
.aside .bot a img{
    display: block;
    width: .33rem;
    margin: 0 auto;
}
.aside .bot{
    margin: .1rem;
    position: relative;
    z-index: 2;
}
.aside:before{
    position: absolute;
    content: '';
    left: .05rem;
    right: .05rem;
    top: .05rem;
    bottom: .05rem;
    border: .01rem dashed rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, .63);
    z-index: 1;
    border-radius: 50vw;
    opacity: .2;
}
.aside:after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/as-img-3.png") no-repeat 50%/100% 100%;
    border-radius: 50vw;
    box-shadow: 0 0 .2rem rgba(11, 57, 141, 0.3);
}

.aside .btn{
    position: absolute;
    left: 50%;
    bottom: -.12rem;
    width: .29rem;
    height: .25rem;
    transform: translateX(-50%);
    z-index: 5;
    cursor: pointer;
}
.aside .btn img{
    display: block;
    width: .29rem;
    transition: .5s;
}
.aside .btn.active img{
    transform: rotate(180deg);
}


@media (min-width: 1025px) {
    .list_box1 li {
        width: 100%;
        height: .64rem;
        transition: height .3s
    }

    .list_box1 li.active {
        height: 1.48rem
    }

    .mt_list li+li {
        margin-left: .35rem;
        transition: .5s
    }

    .mt_list li span {
        left: 100%;
        top: 50%;
        transform: translateX(-.2rem) translateY(-50%)
    }

    .mt_list li span:before {
        top: 50%;
        left: auto;
        right: 100%;
        border-bottom-color: transparent;
        border-right-color: #fff;
        transform: translateX(0) translateY(-50%)
    }

    .mt_list li:hover span {
        opacity: 1;
        visibility: visible;
        transform: translateX(.2rem) translateY(-50%)
    }

    .mt_list li.on {
        margin-left: 1.59rem
    }

    .index_s4 .title001 .more {
        right: .34rem
    }

    .index_s5 .tab-tit {
        height: .95rem
    }
}

@media (max-width: 1199px) {
    .banner .imgBox .img {
        padding-bottom: 50vw
    }

    .banner .swiDots {
        display: block
    }

    .banner-dots {
        display: none
    }

    .aside,
    .aside-hide{
        display: none
    }
}

@media (max-width: 1025px) {
    .title001 h4 span {
        font-size: .4rem
    }

    .title001 h4 {
        height: .4rem
    }

    .title001 h2 {
        font-size: .3rem;
        margin-top: .02rem
    }

    .title001 .more a img {
        width: .28rem;
        margin-right: .1rem
    }

    .index_s1 .left {
        width: 100%
    }

    .list1w a .pic {
        padding-top: 60.81%
    }

    .list1w a h3 {
        font-size: .2rem;
        line-height: .3rem
    }

    .list1w a p {
        line-height: .24rem;
        height: .48rem;
        margin-top: .05rem
    }

    .list1w a time span {
        font-size: .5rem
    }

    .list1w a time {
        padding: .08rem 0 0 .15rem;
        margin-left: 0.2rem
    }

    .list1w a .txt {
        padding: .2rem
    }

    .index_s1 .right {
        width: 100%;
        margin-top: .3rem
    }

    .list_box1 li a {
        margin-left: .15rem
    }

    .list_box1 li h3 {
        font-size: .2rem;
        line-height: .3rem
    }

    .list_box1 li p {
        color: #666;
        transition: .5s
    }

    .list_box1 li .desc {
        opacity: 1;
        height: auto;
        margin-top: .05rem
    }

    .list_box1 li .con {
        padding: .2rem .3rem .2rem .15rem
    }

    .list_box1 li:before {
        width: .08rem;
        height: .08rem;
        margin-left: 0
    }

    .list_box1 li+li {
        margin-top: 0
    }

    .list_box1 li:hover p, .list_box1 li.active p {
        color: #fff
    }

    .list_box1 li.active .desc {
        height: auto;
        margin-top: .05rem
    }

    .list_box1 li a:after {
        width: .4rem;
        height: .4rem;
        right: -.2rem
    }

    .list_box1 li {
        width: 100%
    }

    .list_box1 ul {
        height: auto;
        display: block
    }

    .list_box1:before {
        left: -.02rem;
        top: .5rem;
        bottom: .5rem
    }

    .list_box1 li:hover a:before, .list_box1 li.active a:after {
        opacity: 1;
        visibility: visible
    }

    .index_s1 .content {
        margin-top: .3rem
    }

    .index_s2 .left {
        width: 100%
    }

    .index_s2 .left .title001 .tit {
        background-size: .28rem;
        padding-right: .4rem
    }

    .index_s2 .tab_tit .li+.li {
        margin-left: 0
    }

    .index_s2 .tab_tit {
        gap: 0 .2rem
    }

    .list_box2 li time {
        margin-top: .05rem
    }

    .list_box2 li h3 {
        font-size: .2rem
    }

    .list_box2 li h6 {
        width: .4rem;
        height: .4rem;
        right: -.2rem
    }

    .list_box2 li:hover a, .list_box2 li a {
        padding-right: .3rem
    }

    .list_box2 li:after {
        top: 0;
        bottom: 0;
        left: -15px;
        background: linear-gradient(90deg, #364b9e 0%, transparent 100%)
    }

    .index_s2 .tab_cont {
        margin-top: .2rem
    }

    .index_s2 .right {
        width: 100%;
        margin-top: .3rem
    }

    .list_box3 li h3 {
        font-size: .2rem;
        line-height: .3rem
    }

    .list_box3 li .info span {
        margin-right: 0
    }

    .list_box3 li .info {
        margin-top: .1rem;
        gap: .1rem .2rem
    }

    .list_box3 li h6 {
        width: .4rem;
        height: .4rem;
        right: -.2rem
    }

    .list_box3 li a {
        padding: .2rem .3rem .2rem 0
    }

    .list_box3 li:after {
        top: 0;
        bottom: 0;
        left: -15px;
        background: linear-gradient(90deg, #364b9e 0%, transparent 100%)
    }

    .list_box3 {
        margin-top: .2rem
    }

    .home1 {
        padding: .5rem 0 2rem
    }

    .home2 .bg-1 {
        top: -1rem
    }

    .index_s3 .title001 h2 {
        margin-top: .04rem
    }

    .index_s3 .left {
        width: 100%
    }

    .list_box4 li a .pic {
        padding-top: 63.54%
    }

    .list_box4 li a h3 {
        font-size: .2rem;
        line-height: .3rem;
        height: .6rem
    }

    .list_box4 li a p {
        margin-top: .05rem
    }

    .list_box4 li a time {
        margin-top: .05rem
    }

    .list_box4 li .txt {
        margin-top: .15rem
    }

    .list_box4 li {
        width: 49%
    }

    .index_s3 .right {
        width: 100%;
        margin-top: .3rem
    }

    .list_box5 li h3 {
        font-size: .2rem;
        line-height: .3rem;
        height: .6rem
    }

    .list_box5 li time {
        margin-top: .05rem
    }

    .list_box5 li .txt {
        width: calc(100% - 2.7rem);
        padding-right: 0.2rem
    }

    .list_box5 li+li {
        margin-top: .2rem
    }

    .index_s3 .content {
        margin-top: .3rem
    }

    .index_s4 .left {
        width: 100%
    }

    .mt_list h4 {
        font-size: .2rem;
        line-height: .3rem;
        margin-right: 0
    }

    .mt_list {
        margin-top: .2rem;
        gap: 0 .2rem;
        justify-content: center
    }

    .mt_list li .icon {
        width: .3rem;
        height: .3rem
    }

    .mt_list ul {
        flex: inherit;
        gap: 0 .2rem
    }
    .mt_list{
        position: static;
        margin-top: .2rem;
    }

    .index_s4 .left .img-li .pic {
        padding-top: 61.86%
    }

    .index_s4 .left .img-li {
        margin-top: .2rem
    }

    .index_s4 .img-li h3 {
        font-size: .2rem
    }

    .index_s4 .img-li .txt {
        padding: 0 .2rem;
        bottom: .15rem
    }

    .index_s4 .right {
        width: 100%;
        margin-top: .1rem
    }

    .index_s4 .right .img-li:nth-child(1) .pic {
        padding-top: 48.57%
    }

    .index_s4 .right .img-li .pic {
        padding-top: 83.16%
    }

    .index_s4 {
        margin-top: .5rem
    }

    .home2 {
        margin-top: -1rem;
        padding: .5rem 0 1.5rem
    }

    .index_s5 .tab-tit .li.active h2 {
        font-size: .3rem
    }

    .index_s5 .tab-tit .li+.li {
        margin-left: 0
    }

    .index_s5 .tab-tit {
        gap: 0 .2rem
    }

    .list2w1 {
        display: none
    }

    .list2w2 {
        width: 100%;
        position: static;
        padding-right: 0;
        opacity: 1;
        visibility: visible
    }

    .list2w2 .swiper-container {
        width: 100%;
        box-shadow: none
    }

    .index_s5 .btnBox {
        width: 100%;
        margin-top: .2rem;
        justify-content: center;
        order: 1;
        gap: 0 .2rem
    }

    .index_s5 .btnBox .btn {
        width: .4rem;
        height: .4rem
    }

    .index_s5 .right {
        width: 100%;
        order: 0
    }

    .list2w2 a .pic {
        padding-top: 126.86%
    }

    .list2w2 a h3 {
        font-size: .2rem;
        line-height: .3rem
    }

    .list2w2 a h4 {
        margin-top: .05rem
    }

    .list2w2 a .txt {
        padding: .15rem .1rem
    }

    .list2w {
        height: auto
    }

    .index_s5 .content .bg-3 {
        top: -.1rem;
        bottom: -.1rem
    }

    .index_s5 .content {
        padding: .3rem 0;
        margin-top: .3rem
    }

    .index_s5 {
        margin-top: -1.05rem
    }

    .list3w a .pic {
        padding-top: 61.64%
    }

    .list3w a h3 {
        font-size: .2rem;
        line-height: .3rem;
        height: .6rem
    }

    .list3w a time {
        margin-top: .05rem
    }

    .list3w a .txt {
        padding: .2rem
    }

    .list3w li:nth-child(2n) {
        margin-top: 0
    }

    .list3w .btn img {
        width: .4rem;
        height: .4rem
    }

    .list3w .next {
        right: -15px
    }

    .list3w .prev {
        left: -15px
    }

    .list3w {
        margin-top: .1rem
    }

    .list4w a .icon {
        width: 1rem;
        height: 1rem
    }

    .list4w a .icon img {
        max-width: 55%;
        max-height: 55%
    }

    .list4w a h3 span {
        font-size: .4rem;
        margin-right: .02rem
    }

    .list4w a h4 {
        font-size: .2rem;
        line-height: .3rem
    }

    .list4w a .txt {
        flex: 1;
        max-width: none
    }

    .list4w a {
        justify-content: space-between
    }

    .list4w .swiDots span {
        width: .1rem;
        height: .1rem;
        margin: 0 .08rem
    }

    .list4w .swiDots {
        margin-top: .05rem
    }

    .list4w {
        margin-top: 0.2rem
    }

    .index_s7 .title001 h2 {
        margin-top: .05rem
    }

    .index_s7 {
        margin-top: 0.3rem
    }

    .home3 {
        padding: .5rem 0
    }

    .index_s2 .gd {
        display: flex;
        justify-content: center;
        margin-top: .15rem
    }
}

@media (max-width: 769px) {
    .index_s2 .tab_tit {
        position: static;
        justify-content: center;
        margin-top: .2rem
    }

    .list_box4 li {
        width: 100%
    }

    .list_box4 ul {
        gap: .3rem 0
    }

    .list_box5 li .pic {
        width: 1.9rem;
        height: 1.3rem
    }

    .list_box5 li .txt {
        width: calc(100% - 2.1rem)
    }

    .list3w .list3wBox {
        padding: .2rem 0;
        margin: 0
    }

    .list4w a .icon {
        width: 0.9rem;
        height: 0.9rem
    }

    .list4w a .icon img {
        max-width: 70%;
        max-height: 70%
    }

    .list4w a h3 {
        justify-content: center
    }

    .list4w a {
        flex-direction: column
    }

    .list4w .swiDots {
        margin-top: .1rem
    }

    .home2:before {
        top: .3rem
    }

    .home2 {
        margin-top: -.4rem
    }

    .home1 {
        padding-bottom: 1.4rem
    }
}

@media (max-width: 481px) {
    .title001 h2, .index_s5 .tab-tit .li.active h2, .index_s5 .tab-tit .li h2 {
        font-size: .26rem
    }

    .mt_list h4 {
        /*width: 100%*/
        transform: translateY(-.02rem);
    }

    .mt_list {
        gap: .1rem .2rem
    }

    .title001 h4 span {
        font-size: .3rem
    }

    .title001 h4 {
        height: .3rem
    }

    .home2 .bg-1 {
        top: -0.5rem
    }

    .home1 {
        padding-bottom: 1rem
    }

    .home2:before {
        top: .5rem
    }

    .list4w a h3 span {
        font-size: .34rem
    }
}

.list_box6 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.list_box6 li a .pic {
    transition: .5s
}

.list_box6 li .txt {
    position: relative;
    transition: .5s
}

.list_box6 li .txt:after {
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    bottom: 0;
    height: .03rem;
    background: #aea6ff;
    transition: .5s
}



.list_box6 li {
    width: 19.98%;
    transition: width .5s
}

.list_box6 li.active {
    width: 25.48%
}

.list_box6 li.active a .pic {
    padding-top: 5rem
}

.list_box6 li.active a .txt:after {
    right: 0
}

.list_box6 li.active a .txt {
    padding: .18rem .2rem .16rem
}

.list1w .btn{
    width: .45rem;
    height: .45rem;
    background: transparent no-repeat 50%/100%;
    margin-top: -.8rem;
}
.list1w .prev{
    left: .2rem;
    background-image: url("../images/prev-1.png");
}
.list1w .next{
    right: .2rem;
    background-image: url("../images/next-1.png");
}

@media (max-width: 481px) {
    .list1w .btn{
        margin-top: -.6rem;
    }
    .list1w .prev{
        left: .1rem;
    }
    .list1w .next{
        right: .1rem;
    }
}

/*2025-11-12*/
.aside_con .bot{
    position: relative;
    width: .8rem;
    height:.8rem;
    background: #2448a4;
    border-radius: 50%;
    box-shadow: 0 0 .2rem rgba(11, 57, 141, 0.3);
    margin: .3rem auto;
}
.aside_con .bot:before{
    position: absolute;
    content: '';
    left: .05rem;
    right: .05rem;
    top: .05rem;
    bottom: .05rem;
    border: .01rem dashed rgba(255, 255, 255, 1);
    background: rgba(255, 255, 255, .63);
    border-radius: 50%;
    opacity: .2;
}
.aside_con .bot a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
.aside_con .bot a img{
    display: block;
    width: .33rem;
}
/*2025-11-12*/

.aside{
    position: relative;
    top: auto;
    transform: none;
}
.rczp{
 display: block;
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
}
.rczp a{
    display: block;
}
.rczp a img{
    display: block;
    width: .92rem;
}
.aside_con{
    position: fixed;
    top: 54%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
    z-index: 999;
}

@media (max-width: 1199px) {
    /*2025-11-12*/
    .aside_con,
    .rczp{
        display: none;
    }
    /*2025-11-12*/
}


#gotop{position:fixed;z-index:990;bottom: 1rem;right: .2rem;box-sizing:border-box;text-align:center;cursor:pointer;-moz-transition:all .5s;-webkit-transition:all .5s;width: .4rem;height: .4rem;line-height: .4rem;background: #2448a4;opacity:1;visibility:visible;overflow:hidden;}
#gotop.hide{ height:0; opacity:0; visibility:hidden}
#gotop svg{width: .2rem;height: .2rem;display: inline-block;fill: #fff;vertical-align: middle;margin: -3px 0 0; transition:.6s}
#gotop:hover{ border-radius:50%}


.aside .top img{
    width: 0.38rem;
}
.aside .top span{
    font-size: .14rem;
    margin-top: .0em;
}
.aside{
    padding-bottom: .15rem;
}
.aside .div-hide{
    display: none;
}
.aside.active .top img{
    width: .42rem;
}
.aside.active .top span{
    font-size: .16rem;
}
.aside.active {
    padding-bottom: .42rem;
}