@charset "UTF-8";
.banner a{
    display: block;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.banner a .bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner a img{
    display: none;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}
.banner .dotBox{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: .4rem;
    z-index: 9;
    max-width: 16rem;
    display: flex;
    align-items: center;
}
.banner .page{
    position: absolute;
    left: auto;
    width: auto;
    top: 0;
    bottom: 0;
    right: .33rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.banner .page span{
    display: block;
    width: .12rem;
    height: .12rem;
    opacity: 1;
    margin: 0.08rem 0;
    border-radius: 50%;
    background-color: #DEDEDE;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.banner .page span.active{
    width: .5rem;
    height: .46rem;
    background-image: url("../images/dots.png");
    border-radius: 0;
    background-color: transparent;
}
/*
.banner:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url("../images/b-sd.png") no-repeat bottom center;
    background-size: auto;
    z-index: 3;
}*/
.miso_home a{
    width: auto;
    height: auto;
    overflow: visible;
    position: static;
}
.mouse_down{
    width: .5rem;
    height: .5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    bottom: 0.52rem;
    margin-left: -.25rem;
    text-align: center;
    z-index: 50;
}
.mouse_down span {
    display: inline-block;
    width: .22rem;
    height: .36rem;
    border: 2px solid #fff;
    border-radius: 12px;
    margin: auto;
    position: relative;
}
.mouse_down span:before {
    content: "";
    width: 2px;
    height: 4px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -1px;
    top: 3px;
    animation-delay: 0ms;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-name: arrow;
    animation-play-state: running;
    animation-timing-function: linear;
}
@keyframes arrow {
    0% {opacity: 0;transform: translate3d(0px, 0px, 0px);}
    33% {opacity: 1;}
    66% {opacity: 1;}
    100% {opacity: 0;transform: translate3d(0px, 20px, 0px);}
}

.title001 {
    position: relative;

}
.title001 h2{
    font-size: .36rem;
    color: #333333;
    line-height: .54rem;
    position: relative;
    z-index: 3;
    padding-bottom: .11rem;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto .27rem;
}
.title001 .mores{
    position: absolute;
    right: .2rem;
    bottom: .15rem;
    font-size: 12px;
    color: #74CBE2;
    line-height: .18rem;
    z-index: 3;
}
.title001 p{
    position: absolute;
    width: auto;
    white-space: nowrap;
    top: 0;
    font-size: 1rem;
    color: #F4F9FC;
    line-height: 1;
    font-family: 'songti',serif;
    z-index: -1;
}
.container01 .title001 h2{
    margin-left: .2rem;
    background-image: url("../images/tit01.png");
}
.container01 .title001 p{
    left: -1.7rem;
}
.container01 .title001{
    margin-bottom: .84rem;
}
.container01 .content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.container01 .left{
    width: 48.25%;
    margin-top: 1.26rem;
}
.container01 .left .txt{
    padding-right: .4rem;
    padding-left: .2rem;
}
.container01 .left .txt p{
    font-size: .2rem;
    line-height: .34rem;
    color: #666;
    -webkit-line-clamp: 7;
    height: 2.38rem;
}
.container01 .right{
    width: 48%;
}
.container01 .right .img_box{
    position: relative;
    width: calc(100% + 1.6rem);
    height: 7.98rem;
    left: 0;
    bottom: 0;
}
.container01 .right .img_box img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.container01 .right .img_box img.img02{
    display: none;
}
.list_box1{
    position: relative;
    margin-top: -.96rem;
    width: calc(100% - 1.4rem);
    padding: 0 .4rem;
    border-radius: 1rem;
    background: linear-gradient(180deg, #00B0CD 9%, #0771A3 98%);
}
.list_box1 li{
    flex: 1;
    position: relative;
}

.list_box1 li a{
    display: block;
    position: relative;
    z-index: 3;
    padding-top: .28rem;
    padding-bottom: .25rem;
}

.list_box1 li a:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 1rem;
    background: #4ECCDF;
}
.list_box1 li:first-child a:before{
    display: none;
}
.list_box1 li a .icon{
    width: .52rem;
    height: .48rem;
    position: relative;
    margin: 0 auto .23rem;
}
.list_box1 li a p{
    font-size: .24rem;
    color: #fff;
    line-height: .36rem;
    text-align: center ;
}
.list_box1 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: -.2rem;
    bottom: 0;
    background: linear-gradient(180deg, #1998D4 0%, #EB72A7 100%);
    transform: scaleY(0);
    transform-origin: bottom center;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.list_box1 li:after{
    position: absolute;
    content: '';
    bottom: 100%;
    right: -.2rem;
    border: .1rem solid transparent;
    border-bottom-color: #167FB8;
    border-left-color: #167FB8;
    opacity: 0;
    visibility: hidden;
    transition: .5s;

}
.list_box1 li:hover:before{
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}
.list_box1 li:hover:after{
    opacity: 1;
    visibility: visible;
    transition-delay: .4s;
}

.container01{
    position: relative;
    max-width: 1920px;
    margin: 0 auto 0;
    overflow: hidden;
    background: url("../images/container01.png") no-repeat bottom left;
    padding-bottom: .35rem;
}
.container02 .title001 h2{
    text-align: center;
    background-image: url("../images/tit02.png");
    background-size: auto .27rem;
}
.container02 .title001 p{
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    text-align: center;
}

.container02 .left{
    width: 47.5%;
}
.list1w a{
    display: block;

}
.list1w a .pic{
    padding-top: 5.2rem;
    border-radius: .3rem;
}
.list1w a .txt{
    display: flex;
    justify-content: space-between;
}
.list1w a .txt h2{
    width: calc(100% - 1.67rem);
    font-size: .22rem;
    color: #333;
    line-height: .36rem;
    height: .72rem;
    font-weight: 600;
    transition: .5s;
}
.list1w a .txt .rr{
    width: 1.35rem;
    padding-right: .35rem;
}
.list1w a .txt .rr time{
    display: block;
    color: #fff;
    padding-top: .36rem;
    padding-bottom: .1rem;
    text-align: center;
    background: url("../images/s2-img02.png") no-repeat bottom center;
    background-size: 100%;
    position: relative;
    margin-bottom: .31rem;
    margin-top: -.89rem;
}
.list1w a .txt .rr time:before{
    position: absolute;
    content: '';
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: .07rem;
    height: .31rem;
    background: url("../images/s2-img03.png") no-repeat 50%;
    background-size: 100%;
}
.list1w a .txt .rr time span{
    display: block;
    font-size: .3rem;
    line-height: .36rem;
    margin-bottom: .02rem;
}
.list1w a .txt .rr time em{
    display: block;
    font-size: .12rem;
    line-height: 1;
}
.list1w a .txt .rr p{
    font-size: .14rem;
    line-height: .36rem ;
    color: #9E9E9E;
    text-align: center;
}
.list1w a .txt{
    padding-top: .41rem;
}
.list1w a:hover .txt h2{
    color: #1C91A8;
}
.list1w .btn{
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}
.list1w .prev{
    left: 0;
    background-image: url("../images/prev.png");
}
.list1w .next{
    right: 0;
    background-image: url("../images/next.png");
}
.list1w:hover .btn{
    opacity: 1;
    visibility: visible;
}

.container02 .right{
    width: 49.375%;
}
.list_box2 li a{display: block}
.list_box2 li .d1{
    position: relative;
    font-size: .2rem;
    line-height: .6rem;
    color: #333;
}
.list_box2 li .d1 a{
    padding-right: 1.2rem;
}
.list_box2 li .d1 a:before{
    display: inline-block;
    content: '›';
    margin-right: .1rem;
}
.list_box2 li .d1 time{
    position: absolute;
    right: 0;
    top: 0;
}
.list_box2 li .d2 a{
    padding:.46rem .5rem .26rem;
    background: url("../images/s2-img05.png") no-repeat left center;
}
.list_box2 li .d2 h2{
    font-size: .22rem;
    color: #1C91A8;
    line-height: .36rem;
    height: .72rem;
    font-weight: 600;
}
.list_box2 li .d2 .time{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box2 li .d2 .time span{
    display: block;
    font-size: .2rem;
    color: #E96DA3;
    line-height: .46rem;
}
.list_box2 li .d2 .time time{
    display: flex;
    align-items: center;
    font-size: .18rem;
    color: #fff;
    line-height: .46rem;
    padding:0 .21rem;
    border-radius: .3rem;
    background: linear-gradient(180deg, #1998D4 0%, #EB72A7 100%);
}
.list_box2 li .d2 .time time img{
    display: block;
    width: .2rem;
    height: .18rem;
    margin-right: .1rem;
}
.list_box2 li .d2,.list_box2 li.show .d1{
    display: none;
}
.list_box2 li.show .d2{
    display: block;
    margin-bottom: .3rem;
}
.list_box2 li.show .d2 a{
    animation: hideIndex .5s;
}
@keyframes hideIndex{
    0%{
        background-size: 0 100%;
    }
    100%{
        background-size: 100% 100%;
    }
}
.container02 .title001{
    margin-bottom: .74rem;
}
.container02{
    padding-top: .66rem;
    padding-bottom: .45rem;
}
.container03 .title001{
    width: 6.57rem;
}
.container03 .title001 h2{
    background-image: url("../images/tit01.png");
}
.container03 .title001 p{
    left: -1.6rem;
    top:-.3rem
}
.list_tabs{
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    margin-bottom: .93rem;
}
.list_tabs .li{
    width: 1.3rem;
    height: 1.3rem;
    position: relative;
    cursor: pointer;
    margin-left: .65rem;
    border-radius: 50%;
    box-shadow: 0 .04rem .3rem 0 rgba(2, 82, 97, 0.2);
    background: #fff;
}
.list_tabs .li:nth-child(1) {
    margin-top: .4rem;
}
.list_tabs .li:nth-child(2){
    margin-top: .35rem;
}
.list_tabs .li:after{
    position: absolute;
    content: '';
    left: .07rem;
    right: .07rem;
    top: .07rem;
    bottom: .07rem;
    border: 1px dashed rgba(28, 145, 168, 0.2) ;
    border-radius: 50%;
    transition: .5s;
}
.list_tabs .li:before{
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    width: 1.8rem;
    height: 1.48rem;
    transform: translate(-50%,-50%);
    background: url("../images/s3-img01.png") no-repeat 50%;
    background-size: 100%;
    transition: .5s;
    opacity: 0;
    visibility: hidden;
}
.list_tabs .li .zi3{
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.list_tabs .li .icon{
    width: .36rem;
    height: .36rem;
    margin: 0 auto .07rem;
    position: relative;
    transition: .6s;
}
.list_tabs .li .icon .img02,
.list_tabs .li.active .icon .img01{
    display: none;
}
.list_tabs .li p{
    font-size: .22rem;
    color: #0B8198;
    line-height: .36rem;
    text-align: center;
}
.list_tabs .li.active:before{
    opacity: 1;
    visibility: visible;
}
.list_tabs .li.active:after{
    opacity: 0;
    visibility: hidden;
}
.list_tabs .li.active .icon{
    width: .56rem;
    height: .5rem;
}
.list_tabs .li.active .icon .img02{
    display: block;
}
.list_tabs .li.active p{
    color: #fff;
}
.list_tabs .li.active{
    box-shadow: none;
}

.list_bds_con{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: space-between;
    padding-left: 3.1rem;
}
.container03 .right{
    width: 65.27%;
    padding-top: .15rem;
}
.list_box3 li{
    width: 21.38%;
    padding-top: .1rem;
    padding-left: .32rem;
    padding-right: .1rem;
    margin-left: 4.82%;
    margin-top: .38rem;
    background: url("../images/s3-img02.png") no-repeat 50%;
    background-size: 100% 100%;
    position: relative;

}
.list_box3 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: -.08rem;
    bottom: 0;
    background: url("../images/s3-img03.png") no-repeat 50%;
    background-size: 100% 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_box3 li:nth-child(4n+1){
    margin-left: 0;
}
.list_box3 li a{
    font-size: .2rem;
    color: #333;
    line-height: .3rem;
    transition: .5s;
    position: relative;
    z-index: 3;
    min-height: .6rem;
    display: flex;
    align-items: center;
}
.list_box3 li a:before{
    display: inline-block;
    content: '›';
    margin-right: .05rem;
}
.list_box3 li:hover a{
    color: #ffffff;
    padding-left: .16rem;
}
.list_box3 li:hover:after{
    opacity: 1;
    visibility: visible;
}

.container03 .left{
    width: 29.77%;
}
.container03 .left a{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: .59rem .35rem .5rem .3rem;
    height: 3.89rem;
    border-radius: .3rem 1.2rem .3rem .3rem;
    background: url("../images/s3-img05.png") no-repeat 50%;
    background-size: 100% 100%;
}
.container03 .left a h2{
    font-size: .36rem;
    color: #fff;
    line-height: 1;
    font-weight: 900;
    margin-bottom: .16rem;
}
.container03 .left a img{
    display: block;
    width: 1.15rem;
    height: .14rem;
    margin-left: .44rem;
    margin-bottom: .06rem;
}
.container03 .left a p{
    font-size: .36rem;
    line-height: .48rem;
    color: #fff;
    font-family: 'songti_ks', serif;
    word-break: keep-all;
    width: 100%;
}

/*2023-12-27 修改部分1 结束*/



/*.list_bds1_li{
    transform: scaleY(0);
    height: 0;
    visibility: hidden;
}
.list_bds1_li.active{
    transform: scaleY(1);
    height: auto;
    visibility: visible;
}*/
.container03 .content{
    margin-top: -.72rem;
    position: relative;
}
.container03{
    padding-top: .6rem;
    padding-bottom: 1.54rem;
    background: url("../images/container03.png") no-repeat bottom center;
    background-size: auto 8.07rem;
}
.container04 .titBox{
    display: flex;
    justify-content: flex-end;
}
.container04 .title001{
    width: 9.1rem;
}
.container04 .title001 h2{
    display: flex;
    align-items: center;
    background-image: url("../images/tit03.png");
}
.container04 .title001 p{
    top: -0.32rem;
    left: -1.1rem;
}
/*2023-12-27 修改部分2 开始*/
.container04 .title001 span{
    font-size: .14rem;
    color: #1974AD;
    line-height: .26rem;
    margin-left: .12rem;
    border-radius: .5rem;
    background: #E5F5FF;
    min-width: 1.7rem;
    text-align: center;
    padding: 0 0.1rem;
    margin-top: .02rem;
    cursor: pointer;
}
/*2023-12-27 修改部分2 结束*/

.list2w_t .slide_box{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.list2w_t .slide_box .left{
    width: 6.7rem;
    position: relative;
    z-index: 3;
}
.list2w_t .img_box{
    position: relative;
    display: flex;
    height: 6.7rem;
    justify-content: center;
    align-items: center;
}
.list2w_t .img_box:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("../images/s4-img02.png") no-repeat 50%;
    background-size: 100%;
    animation: play 10s linear infinite;
}
@keyframes play {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}
.list2w_t .img_box .img_zd{
    width: 5.8rem;
    height: 5.8rem;
    padding: .4rem;
    border-radius: 50%;
    overflow: hidden;
    background: linear-gradient(180deg, #1998D4 0%, #EB72A7 100%);
    position: relative;
    z-index: 3;
}
.list2w_t .img_box .img_zd .img_hz{
    padding-bottom: 100%;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    overflow: hidden;
}

.list2w_t .slide_box .right{
    width: calc(100% - 7.64rem);
    margin-top: .8rem;
}
.list2w_t .slide_box .name_box{
    display: flex;
    align-items: center;
    margin-bottom: .36rem;
}
.list2w_t .slide_box .name_box .name{
    display: flex;
    align-items: center;
}
.list2w_t .slide_box .name_box .pic{
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    z-index: 3;
}
.list2w_t .slide_box .name_box .t{
    position: relative;
    margin-left: -.6rem;
    padding-left: .87rem;
    padding-right: .35rem;
    border-radius: .5rem;
    background: linear-gradient(180deg, #34ADE7 9%, #0771A3 98%);
}
.list2w_t .slide_box .name_box .t:after{
    position: absolute;
    content: '';
    left: .07rem;
    top: .05rem;
    bottom: .05rem;
    right: .07rem;
    border: 1px dashed #7BCDDE;
    border-radius: .5rem;
}
.list2w_t .slide_box .name_box .t span{
    display: block;
    font-size: .36rem;
    color: #fff;
    line-height: .72rem;
    font-weight: 900;
}
.list2w_t .slide_box .name_box .rank{
    font-size: .22rem;
    color: #02ACCD;
    line-height: .56rem;
    padding: 0 .3rem;
    background: #E8FBFF;
    border-radius: .5rem;
    margin-left: .46rem;
}
.list2w_t .slide_box .major{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list2w_t .slide_box .major .ll{
    width: 1.2rem;
    padding-top: .05rem;
}
.list2w_t .slide_box .major .ll img{
    display: block;
    width: 100%;
}
.list2w_t .slide_box .major .rr{
    width: calc(100% - 1.4rem);
}
.list2w_t .slide_box .major .rr p {
    font-size: .2rem;
    line-height: .36rem;
    color: #333;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.container04 .bottom{
    position: absolute;
    left: 22.375%;
    bottom: .2rem;
    width: calc(100%  - 22% + 1.6rem);
    background: linear-gradient(180deg, #34ADE7 9%, #0771A3 98%);
    border-radius: 1.2rem 0 0 1.2rem;
    padding-right: 1.9rem;
    padding-left: 3.8rem;
}
.container04 .bottom:after{
    position: absolute;
    content: '';
    top: 50%;
    width: calc(100% - 2.59rem);
    right: 0;
    height: 1px;
    background: #6CBECE;
}
.list2w_b .img_zd{
    width: 1.4rem;
    height: 1.4rem;
    padding: .1rem;

    position: relative;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 auto;
}
.list2w_b .img_hz{
    padding-bottom: 100%;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    overflow: hidden;
}
.list2w_b .btn{
    width: .5rem;
    height: .5rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
    z-index: 3;
}
.list2w_b .prev{
    left: -.68rem;
    background-image: url("../images/prev.png");
}
.list2w_b .next{
    right: -.58rem;
    background-image: url("../images/next.png");
}

.list2w_b .slick-current .img_zd{
    background: linear-gradient(180deg, #1998D4 0%, #EB72A7 100%);
}
.list2w_b .swiper-container{
    padding-top: .25rem;
    padding-bottom: .25rem;
}
.list2w_t{
    position: relative;
    z-index: 3;
}
.list2w_b{
    position: relative;
    z-index: 3;
}
.container04 .content{
    margin-top: -.24rem;
}
.container04{
    padding-top: .77rem;
    max-width: 1920px;
    margin: 0 auto;
    overflow-x: hidden;
}

.container05 .wp{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.container05 .left{
    width: 20.0625%;
    padding-right: .54rem;
}
.list_tabs2 .li{
    position: relative;
    margin-top: .76rem;
    background: url("../images/s5-img01.png") no-repeat 50%;
    background-size: 100% 100%;
    cursor: pointer;
    padding: 0 .3rem;
}
.list_tabs2 .li:first-child{
    margin-top: 0;
}
.list_tabs2 .li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 3.17rem;
    background: url("../images/s5-img02.png") no-repeat 50%;
    background-size: 100% 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_tabs2 .li span{
    display: block;
    font-size: .3rem;
    color: #fff;
    text-align: center;
    line-height: 1.36rem;
    position: relative;
    z-index: 3;
}
.list_tabs2 .li.active:before{
    opacity: 1;
    visibility: visible;
}
.list_tabs2 .li.active span{
    text-align: left;
    font-weight: 900;
}
.list_tabs2:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    margin: auto;
    bottom: 1.03rem;
    width: 1.62rem;
    height: 1.18rem;
    background: url("../images/s5-img03.png") no-repeat 50%;
    background-size: 100% 100%;
}
.list_tabs2{
    position: relative;
    margin-bottom: 1.14rem;
    margin-top: .45rem;
}
.container05 .left .btnBox{
    font-size: 0;
    text-align: center;
}
.container05 .left .btnBox>div div{
    display: inline-block;
    width: .52rem;
    height: .52rem;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.container05 .left .btnBox .prev{
    margin-right: .18rem;
    background-image: url("../images/s5-prev01.png");
}
.container05 .left .btnBox .next{
    background-image: url("../images/s5-next01.png");
}
.container05 .left .btnBox .prev:hover{
    background-image: url("../images/s5-prev02.png");
}
.container05 .left .btnBox .next:hover{
    background-image: url("../images/s5-next02.png");
}
.container05 .left .btnBox>div{
    display: none;
}
.container05 .left .btnBox>div.active{
    display: block;
}

.container05 .right{
    width: 75.625%;
}

.list3w a{
    display: block;
    overflow: hidden;
    border-radius: .3rem;
    background: #FFFFFF;
    box-shadow: 0 .04rem .2rem 0 rgba(0, 0, 0, 0.1);
}
.list3w a .pic{
    padding-top: 4rem;
    border-radius: .3rem;
}
.list3w a .txt h2{
    font-size: .24rem;
    color: #333333;
    line-height: .36rem;
    font-weight: 900;
    margin-bottom: .2rem;
}
.list3w a .txt p{
    font-size: .18rem;
    color: #9E9E9E;
    line-height: .36rem;
    height: .72rem;
}
.list3w a .txt{
    padding: .32rem .22rem .44rem .33rem;
}
/*.list_bds2_li{
    transform: scale(0);
    visibility: hidden;
    height: 0;
}
.list_bds2 .list_bds2_li.active {
    transform: scale(1);
    visibility: visible;
    height: auto;
}*/
.list3w{
    padding: .2rem 0;
}
.container05{
    padding-top: .98rem;
    padding-bottom: .93rem;
}
.container06 .title001 h2{
    text-align: center;
    background-image: url("../images/tit02.png");
}
.container06 .title001 p{
    left: 0;
    right: 0;
    top: -.32rem;
    text-align: center;
}
.container06 .title001{
    margin-bottom: .57rem;
}
.list4w a{
    display: block;
}
.list4w a .img_box{
    border-radius: .2rem;
    border: 1px dashed #D4D4D4;
    padding: .1rem;
    transition: .5s;
    margin-bottom: .15rem;
}
.list4w a .img_box .pic{
    padding-top: 2.2rem;
    border-radius: .2rem;
}
.list4w a h2{
    font-size: .22rem;
    line-height: .36rem;
    color: #333;
    text-align: center;
    transition: .5s;
}
.list4w a:hover h2{
    color: #0771A3;
}

.index1{
    padding-bottom: 1.99rem;
    background: url("../images/index.png") no-repeat bottom center ;
    background-size: 100%;
}

.aside_rr{
    position: fixed;
    top: 50%;
    margin-top: -1.15rem;
    right: 0;
    color: #fff;
    cursor: pointer;
    opacity: 0;
    width: 1.15rem;
    height: 2.3rem;
    background: #94070a;
    transform: scale(0);
    background: url('../images/cebian.png') center center no-repeat;
    transform-origin: right center;
    z-index: 9;
    background-size: 100% 100%;
}
.aside_rr i{
    background: url('../images/cebian2.png') center center no-repeat;
    width: .39rem;
    height: 100%;
    display: block;
    margin-left: .2rem;
    position: relative;
    opacity: 0;
    z-index: 1;
    background-size: 100%;
}
.aside_rr.showdiv i {
    margin-left: .7rem;
    opacity: 1;
    transition: all .6s ease-out 1s;
}
.aside_rr.showdiv {
    opacity: 1;
    transform: none;
    transition: all .6s ease-out 0.2s;
}

@media (max-width: 1199px){
    .banner a{
        height: auto;
        padding-top: 50%;
    }
    .miso_home a{
        padding-top: 0;
    }
    .aside_rr{
        display: none;
    }
    .banner{
        margin-top: .75rem;
    }
}
@media (max-width: 1024px){
    .banner .page{
        top: auto;
        right: .2rem;
        bottom: .5rem;
        left: auto;
        flex-direction: row;
        justify-content: flex-end;
    }
    .banner .page span{
        margin: 0 .05rem;
    }
    .banner .page span.active{
        width: .36rem;
        height: .32rem;
    }
    .title001 h2{
        font-size: .28rem;
        line-height: .36rem;
        text-align: center;
        background: none !important;
        padding-bottom: 0;
    }
    .container01 .title001 h2{
        margin-left: 0;
    }
    .container01 .title001 p{
        left: 0;
    }
    .title001 p{
        font-size: .6rem;
        left: 0;
        right: 0;
        top: -.2rem;
        text-align: center;
    }
    .container01 .title001{
        margin-bottom: .3rem;
    }
    .container01 .left{
        width: 100%;
        margin-top: 0;
        margin-bottom: .4rem;
    }
    .container01 .left .txt p{
        height: auto;
        display: block;
    }
    .container01 .right{
        width: 100%;
    }
    .container01 .right .img_box{
        width: auto;
        height: auto;
    }
    .container01 .left .txt{
        padding-left: 0;
        padding-right: 0;
    }
    .container01 .right .img_box img{
        position: static;
        width: auto;
        max-width: 100%;
        margin: 0 auto;
        display: block;
    }
    .container01 .right .img_box img.img01{
        display: none;
    }
    .container01 .right .img_box img.img02{
        display: block;
        width: 100%;
        height: auto;
        position: relative;
    }
    .container01{
        padding-top: .6rem;
    }
    .list_box1{
        width: auto;
        margin-top: .4rem;
        border-radius: .1rem;
        padding: 0;
    }
    .container02 .title001 p{
        top: -0.2rem;
        bottom: auto;
    }
    .container02 .title001{
        margin-bottom: .4rem;
    }
    .container02 .left{
        width: 100%;
        margin-bottom: .4rem;
    }
    .list1w a .pic{
        padding-top: 68.42%;
    }
    .list1w a .txt{
        padding-top: .2rem;
    }
    .container02 .right{
        width: 100%;
    }
    .list_box2 li .d2 a{
        padding: .3rem .2rem;
        background: #F5FDFF;
    }
    .list_box2 li .d2 h2{
        margin-bottom: .1rem;
    }
    .list_box2 li.show .d2{
        margin-bottom: .2rem;
    }
    .container02{
        padding-top: .4rem;
        padding-bottom: .2rem;
    }
    .container03 .title001{
        width: auto;
    }
    .container03 .title001 p{
        left: 0;
        top: -.2rem;
        right: 0;
    }
    .container03 .content{
        margin-top: .3rem;
    }
    .list_bds_con{
        padding-left: 0;
    }
    .list_tabs{
        justify-content: center;
        margin-bottom: .4rem;
    }
    .list_tabs .li{
        margin: 0 .2rem !important;
        width: 2rem;
        height: auto;
        border-radius: .04rem;
    }
    .list_tabs .li:after{
        border-radius: .04rem;
    }
    .list_tabs .li .zi3{
        flex-direction: row;
        justify-content: center;
        padding: .15rem 0;
    }
    .list_tabs .li .icon{
        margin: 0 0.1rem 0 0;
    }
    .list_tabs .li.active .icon{
        width: 0.36rem;
        height: 0.36rem;
    }
    .list_tabs .li.active:before{
        display: none;
    }
    .list_tabs .li.active{
        background: linear-gradient(180deg, #00B0CD 9%, #0771A3 98%)
    }
    .list_tabs .li.active:after{
        opacity: 1;
        visibility: visible;
        border-color: rgba(255, 255, 255, 0.6);
    }
    .container03 .left{
        width: 100%;
    }

  /*2023-12-27 修改部分1开始*/
    .container03 .left a{
        display: block;
        text-align: center;
        height: auto;
        padding: .3rem ;
        border-radius: .2rem;
        background: linear-gradient(180deg, #1998D4 0%, #EB72A7 100%);
    }
    .container03 .left a h2{
        font-size: .25rem;
        margin-bottom: .2rem;
    }
    .container03 .left a img{
        display: none;
    }
    .container03 .left a p{
       font-size: .24rem;
        line-height: .34rem;
    }
    /*2023-12-27 修改部分1结束*/
    .container03 .right{
        width: 100%;
        padding-top: .2rem;
    }
    .list_box3 li{
        margin-top: .2rem;
    }
    .container03{
        padding-top: .4rem;
        padding-bottom: .4rem;
        background-size: cover;
    }
    .container04 .titBox{
        display: block;
        margin-bottom: .3rem;
    }
    .container04 .title001{
        width: auto;
    }
    .container04 .title001 p{
        top: -.2rem ;
        left: 0;
    }
    .list2w_t .slide_box .left{
        display: none;
    }
    .list2w_t .slide_box .right{
        width: 100%;
        margin-top: 0;
    }
    .list2w_t .slide_box .name_box .t span{
        font-size: .24rem;
        line-height: .62rem;
    }
    .list2w_t .slide_box .name_box .pic {
        width: 0.9rem;
        height: 0.9rem;
    }
    .list2w_t .slide_box .name_box .rank{
        font-size: .2rem;
        line-height: .46rem;
        margin-left: .2rem;
    }
    .list2w_t .slide_box .name_box{
        justify-content: center;
        margin-bottom: .3rem;
    }
    .list2w_t{
        margin-bottom: .4rem;
    }
    .container04 .bottom{
        position: relative;
        width: calc(100% + 15px);
        bottom: 0;
        left: 0;
        padding-left: .5rem;
        padding-right: .5rem;
    }
    .container04 .content{
        margin-top: 0;
    }
    .list2w_b .swiper-container{
        padding: .1rem 0;
    }
    .list2w_b .prev{
        left: -.3rem;
    }
    .list2w_b .next{
        right:-.3rem;
    }
    .container04{
        padding-top: .3rem;
    }
    .container05 .left{
        width: 100%;
        padding-right: 0;
        margin-bottom: .2rem;
    }
    .list_tabs2{
        display: flex;
        justify-content: center;
        margin: 0;
    }
    .list_tabs2 .li:before{
        display: none;
    }
    .list_tabs2:after{
        display: none;
    }
    .list_tabs2 .li{
        margin-top: 0;
        background: linear-gradient(180deg, #00B0CD 9%, #0771A3 98%);
        margin: 0 0.2rem;
        border-radius: .04rem;
    }
    .list_tabs2 .li span{
        font-size: .25rem;
        line-height: .6rem;
    }
    .list_tabs2 .li.active{
        background: linear-gradient(180deg, #00B0CD 0%, #E96DA3 100%);
    }
    .container05 .left .btnBox{
        display: none;
    }
    .container05 .right{
        width: 100%;
    }
    .list3w a .pic{
        padding-top: 68.96%;
        border-radius: .2rem;
    }
    .list3w a{
        border-radius: .2rem;
    }
    .list3w a .txt{
        padding: .2rem;
    }
    .list3w a .txt h2{
        font-size: .2rem;
        line-height: .3rem;
        margin-bottom: .1rem;
    }
    .container05{
        padding-top: .4rem;
        padding-bottom: .3rem;
    }
    .container06 .title001{
        margin-bottom: .3rem;
    }
    .list4w a .img_box .pic{
        padding-top: 66.66%;
    }
    .list4w a .img_box{
        margin-bottom: .1rem;
    }
    .index1{
        padding-bottom: .4rem;
    }
}

@media (max-width: 768px){
    .list_box1 li{
        flex: auto;
        width: 33.33%;
    }
    .list_box1 li:hover:before{
        top: 0;
        border-radius: .1rem;
    }
    .list_box1 li:hover:after{
        display: none;
    }
    .list_box1 li a .icon{
        width: 0.42rem;
        height: 0.38rem;
        margin-bottom: .15rem;
    }
    .list_box3 li{
        width: 32%;
        margin-left: 2%;
    }
    .list_box3 li:nth-child(4n+1){
        margin-left: 2%;
    }
    .list_box3 li:nth-child(3n+1){
        margin-left: 0%;
    }
    .list2w_b .img_zd{
        width: 1.2rem;
        height: 1.2rem;
    }
    .list_tabs .li{
        width: 23.5%;
        margin: 0 0 .75%;
    }
    .title001 p{
        font-size: .45rem;
    }
}
@media (max-width: 640px){
    .list_tabs{
        flex-wrap: wrap;
        margin-bottom: .2rem;
    }
    .list_tabs .li{
        width: 48%;
        margin: 0 1% .2rem !important;
    }
    .list1w a .txt .rr{
        width: 1.15rem;
        padding-right: .1rem;
    }
    .list1w a .txt h2{
        width: calc(100% - 1.25rem);
    }
    .mouse_down{
        display: none;
    }
}
@media (max-width: 480px){
    .mouse_down{
        bottom: .2rem;
    }
    .banner .page{
        bottom: .2rem;
    }
    .list_box3 li{
        width: 48%;
        margin-left: 0;
    }
    .list_box3 ul{
        justify-content: space-between;
    }
    .list2w_t .slide_box .name_box{
        flex-wrap: wrap;
        flex-direction: column;
    }
    .list2w_t .slide_box .name_box .name{
        margin-bottom: .15rem;
    }
    .list2w_t .slide_box .name_box .rank{
        margin-left: 0;
    }
    .list2w_t .slide_box .major .ll{
        width: 100%;
        margin-bottom: .15rem;
    }
    .list2w_t .slide_box .major .ll img{
        width: 1.2rem;
        margin: 0 auto;
    }
    .list2w_t .slide_box .major .rr{
        width: 100%;
    }
    .list_box1 li a p{
        font-size: .2rem;
    }
    .title001 p{
        font-size: .4rem;
    }
    .container04 .bottom{
        border-radius: 0;
        padding: 0 .3rem;
        left: -15px;
        width: calc(100% + 30px);
    }
    .list2w_b .img_zd{
        width: 1rem;
        height: 1rem
    }

    .list_box1 li{
        width: 50%;
    }
}


/*2023-12-21修改*/
.list_box1{
    padding: 0;
}
.list_box1 li:nth-child(1):before{
    background: url("../images/s1-img09.png");
}
.list_box1 li:nth-child(5):before{
    background: url("../images/s1-img10.png");
}
.list_box1 li:nth-child(5):after{
    right: auto;
    left: -0.2rem;

    border-right-color: #167FB8;

    border-left-color: transparent;
}
.list_box1 li:hover a:before,
.list_box1 li:hover + li a:before{
    opacity: 0;
}

.list2w_t .img_box .img_zd .img_hz{
    transition: .5s;
}
.list2w_t .img_box:hover  .img_zd .img_hz{
    transform: scale(1.05);
}

.list_box3{
    min-height: 4.32rem;
}