@charset "utf-8";
.banner .swiper-slide{
    width: 100vw !important;
    overflow: hidden;
}
.banner .swiper-slide a{
    display: block;
   
}


.banner .swiper-slide .img-box{
    display: block;
    height: 100vh;
    position: relative;
    overflow: hidden;
    /*transform: scale(1.175);*/
    transition: 6s;
}
.banner .img-box .bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.banner .swiper-slide-active .img-box{
   /* transform: scale(1);*/
}

.banner .video{
    width: 100%;
    height: 100vh;
    display: block;
    object-fit: cover;
    position: relative;
}
.banner .video video{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .swiper-slide{
    overflow: hidden;
}
.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.29rem;
    margin-left: -.25rem;
    text-align: center;
    z-index: 555;
}
.mouse_down img {
    display: block;
    width: 100% ;
    height: 100%;
    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{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title001 .ll{
    display: flex;
    align-items: center;
}
.title001 h2{
    font-size: .36rem;
    line-height: .4rem;
    color: #000000;
    font-weight: 600;
    margin-right: .2rem;
}
.title001 p{
    font-size: .14rem;
    line-height: .34rem;
    color: #025393;
    padding: 0 .08rem;
    background: rgba(2, 83, 147, 0.1);
    font-family: Microsoft Tai Le,sans-serif;
}
.title001 .more{
    display: flex;
    align-items: center;
    font-size: .14rem;
    line-height: .16rem;
    color: #025393;
    font-family: 宋体,sans-serif;
    transition: .5s;
}
.title001 .more img{
    display: block;
    width: .23rem;
    margin-left: .1rem;
}
.title001 .more:hover,
.title002 a:hover{
    transform: translateX(.1rem);
}
.home1 .content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home1 .left{
    width: 59.375%;
}
.list1w a{
    display: block;
    position: relative;
    background: #fff;
}
.list1w a .pic{
    padding-top: 6.75rem;
}
.list1w a h3{
    font-size: .18rem;
    line-height: .24rem;
    color: #000000;
    margin-bottom: .19rem;
    transition: .5s;
}
.list1w a p{
    font-size: .14rem;
    line-height: .3rem;
    color: #333333;
    height: .6rem;
    margin-bottom: .14rem;
}
.list1w a time{
    display: block;
    font-size: .14rem;
    line-height: .3rem;
    color: #999999;
    text-align: right;
}
.list1w a .txt{
    padding: .27rem .3rem .4rem ;
}
.list1w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .03rem;
    background: #025393;
}
.home1 .right{
    width: 38.125%;
}
.list_box1 .pic{
    padding-top: 4.09rem;
    cursor: pointer;
}
.list_box1 li a{
    padding-top: .35rem;
    padding-bottom: .36rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box1 li time{
    display: block;
    width: .9rem;
}
.list_box1 li time span{
    display: block;
    font-size: .28rem;
    line-height: 1;
    color: #333333;
    font-family: Microsoft Tai Le,sans-serif;
    margin-bottom: .05rem;
}
.list_box1 li time em{
    display: block;
    font-size: .12rem;
    line-height: 1;
    color: #999999;
    font-family: Microsoft Tai Le,sans-serif;
}
.list_box1 li .txt{
    width: calc(100% - 1.14rem);
}
.list_box1 li .txt h3{
    font-size: .16rem;
    line-height: .24rem;
    color: #000000;
    max-height: .48rem;
}
.list_box1 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    height: 1px;
    bottom: -1px;
    background: #025393;
    transition: .5s;
}
.list_box1 li{
    position: relative;
    border-bottom: 1px dashed #fff;
}
.list_box1 li:hover:after{
    right: 0;
}
.home1 .title001{
    margin-bottom: .27rem;
}

.home1 {
    padding-top: .48rem;
    padding-bottom: .5rem;
    background: url("../images/home1.jpg") no-repeat bottom center;
    background-size: cover;
}
.list01{
    display:flex;
    flex-wrap:wrap;
}
.list01 .slide{
    width:32%;
    margin-left:2%;
    margin-top:.3rem;
}
.list01 .slide:nth-child(3n+1){
    margin-left:0;
}
.list01 .slide:nth-child(-n+3){
    margin-top:0;
}

.list2w a{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.list2w a time{
    display: block;
    width: 1.35rem;
    text-align: center;
    background: #bb0a14;
}
.list2w a time span{
    display: block;
    font-size: .32rem;
    color: #fff;
    line-height: .95rem;
    font-family: Microsoft Tai Le,sans-serif;
}
.list2w a time em{
    display: block;
    font-size: .14rem;
    line-height: .4rem;
    color: #fff;
    font-family: Microsoft Tai Le,sans-serif;
    background: #95060e;
}
.list2w a .txt{
    width: calc(100% - 1.35rem);
    padding: .36rem .2rem ;
    background:#fff url("../images/s2-img01.jpg") no-repeat bottom right;
}
.list2w a .txt h3{
    font-size: .16rem;
    line-height: .24rem;
    color: #000000;
    height: .48rem;
}

.list2w .btnBox{
    margin-top: .4rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.list2w .btn{
    position: static;
    transform: none;
    width: .3rem;
    height: .3rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
    border-radius: 50%;
    transition: .5s;
}
.list2w .prev{
    background-image: url('../images/s2-img02.png');
}
.list2w .next{
    margin-left: .12rem;
    background-image: url('../images/s2-img03.png');
}
.list2w .btnBox a{
    display: block;
    width: .3rem;
    height: .3rem;
    border-radius: 50%;
    margin-left: .12rem;
}
.list2w .btnBox a img{
    display: block;
    width: 100%;
}
.list2w .btn:hover{
    background-color: #c8262c;
}

.home2 .title001{
    margin-bottom: 1rem;
}
.home2 .title001 h2{
    color: #fff;
}

.home2 .title001 p{
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.home2{
    padding-top: .48rem;
    padding-bottom: .9rem;
    background: url("../images/home2.png") no-repeat 50%;
    background-size: cover;
}

.list3w a {
    display: block;
    position: relative;
}
.list3w a .pic{
    padding-top: 4.18rem;
}
.list3w a .txt h3{
    font-size: .16rem;
    line-height: .2rem;
    color: #010101;
    margin-bottom: .14rem;
}
.list3w a .txt h5{
    font-size: .14rem;
    line-height: .26rem;
    color: #999999;
    display: flex;
    align-items: center;margin-bottom:5px;
}
.list3w a .txt h5 img{
    display: block;
    width: .15rem;
    margin-right: .07rem;
}
.list3w a .txt {
    background: #fff;
    padding: .18rem .2rem .27rem;
}
.list3w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 100%;
    bottom: 0;
    height: .02rem;
    background: #025393;
    transition: .5s;
}
.list3w a:hover:after{
    right: 0;
}
.home3 .title001{
    margin-bottom: .28rem;
}

.home3{
    padding-top: .47rem;
    padding-bottom: .75rem;
    background: url("../images/home3.png") no-repeat 50%;
    background-size: cover;
}
.home4 .box_rw{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.home4 .left{

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home4 .box_rw .left{
    width: 48.9375%;
}
.home4 .left .ll{
    width: 44.06%;
}
.home4 .left .rr{
    width: 52.1%;
}
.title002{
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../images/s4-img07.png") no-repeat 50%;
    background-size: cover;
}
.title002 img{
    display: block;
    max-width: 1.74rem;
}
.title002 a{
    position: absolute;
    right: .24rem;
    bottom: .58rem;
    font-size: .14rem;
    color: #fff;
    line-height: .16rem;
    display: flex;
    align-items: center;
    transition: .5s;
}
.title002 a img{
    display: block;
    width: .23rem;
    margin-left: .08rem;
}
.home4 .imgbox a{
    display: block;
    position: relative;
}
.home4 .imgbox h3{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: .18rem;
    color: #fff;
    font-weight: 200;
    line-height: .4rem;
    background: rgba(0, 0, 0, 0.5);
    padding: 0 .16rem;
    z-index: 3;
}
.home4 .left .rr .pic{
    padding-top: 3.44rem;
}
.home4 .left .rr .imgbox:nth-child(2){
    margin-top: .3rem;
}
.home4 .box_rw .left .rr .imgbox:nth-child(2) .pic,
.home4 .box_sh .left .rr .imgbox:nth-child(1) .pic{
    padding-top: 3.12rem;
}

.home4 .box_rw .right{
    width: 49.25%;
}
.home4 .right .top_li{
    display: flex;
    justify-content: space-between;
}
.home4 .right .top_li .imgbox{
    width: 48.22%;
}
.home4 .right .top_li .imgbox .pic{
    padding-top: 3.44rem;
}
.home4 .right .bottom_li .imgbox .pic{
    padding-top: 4.36rem;
}

.home4 .box_rw .right .bottom_li{
    margin-top: .3rem;
}
.home4 .box_sh{
    position: relative;
    margin-top: -.94rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.home4 .box_sh .left{
    width: 49.25%;
    flex-direction: row-reverse;
}
.home4 .box_sh .left .rr .imgbox:nth-child(2){
    margin-left: .35rem;
}
.home4 .box_sh .left .rr .imgbox:nth-child(2) .pic{
    padding-top: 3.44rem;
}

.home4 .box_sh .right{
    width: 48.9375%;
}
.home4 .box_sh .right .top_li{
    position: relative;
    margin-right: -.35rem;
    margin-top: .3rem;
}

.home4{
    padding-top: .5rem;
    padding-bottom: .52rem;
}

.media_box {
    position: relative;
    z-index: 5;
    /* margin-bottom: 0.24rem; */
}
.media_box .titimg{
    margin-left: 1.94rem;
}
.media_box .titimg img{
    display: block;
    height: .83rem;
}
.media_box .mt_list{
    width: calc(100% - 8.6rem);
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.mt_list .li{
    position: relative;
    margin-right: .5rem;
}
.mt_list .li a{
    display: block;
}
.mt_list .li img{
    display: block;
    width: 1.4rem;
    margin: 0 auto;
}
.mt_list .li p{
    font-size: .18rem;
    line-height: .28rem;
    color: #fff;
    text-align: center;
    margin-top: .05rem;
    font-weight: 200;
}
.mt_list .li .code{
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(.3rem);
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    width: 0.9rem;
    background: #fff;
    padding: .02rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mt_list .li .code:before{
    content: "";
    position: absolute;
    left: 50%;
    top: -.06rem;
    margin-left: -.06rem;
    border-bottom: #fff .06rem solid;
    border-left: transparent .06rem solid;
    border-right: transparent .06rem solid;
}
.mt_list .li:hover .code {
    transform: translateX(-50%) translateY(.06rem);
    opacity: 1;
    visibility: visible;
}
.list_box2{

    position: relative;
    z-index: 3;
    display: none;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.list_box2 .li1{
    width: 31.40625%;
}
.list_box2 .li a{
    display: block;
    position: relative;
}
.list_box2 .li a .txt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    padding: .15rem .14rem .13rem;
    background: rgba(0, 0, 0, 0.5);
}
.list_box2 .li a .txt h3{
    font-size: .18rem;
    line-height: .24rem;
    color: #fff;
    font-weight: 200;
    margin-bottom: .08rem;
}
.list_box2 .li a .txt h5{
    display: flex;
    align-items: center;
    font-size: .14rem;
    line-height: .2rem;
    color: #fff;
    font-weight: 200;
}
.list_box2 .li a .txt h5 img{
    display: block;
    margin-right: .08rem;
    max-height: .2rem;
}
.list_box2 .li1 .pic{
    padding-top: 6rem;
}

.list_box3 {
    width: 34.01%;
}
.list_box3 li{
    width: 48.08%;
    margin-bottom: .3rem;
}
.list_box3 li .pic{
    padding-top: 2.85rem;
}

.home5 .bgbox{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.home5 .bgbox .bg{
    margin-left: 1.64rem;
    width: 15.96rem;
    height: 3.3rem;
}
.home5{
    padding-top: 0.37rem;
    padding-bottom: .2rem;
    position: relative;
    overflow: hidden;
}

.list4w a .pic{
    padding-top: 2.5rem;
}

.home6 .title001{
    margin-bottom: .38rem;
}

.home6{
    padding-top: .48rem;
    padding-bottom: .7rem;
    background: url("../images/home6.jpg") no-repeat top center;
    background-size: cover;
}

@media (max-width: 1199px){
    #home{
        top: -.75rem !important;
    }
    .banner{
        margin-top: .75rem;
    }
     .banner .swiper-slide .img-box,
    .banner .swiper-slide .video{
        height: 52vw;
    }
  
    .media_box .titimg img{
        height: .7rem;
    }
}
@media (max-width: 1025px){
    .title001 h2{
        font-size: .28rem;
        margin-right: .1rem;
    }
    .title001 p{
        line-height: .3rem;
    }
    .home1 .left{
        width: 100%;
        margin-bottom: .45rem;
    }
    .list1w a .pic{
        padding-top: 71.05%;
    }
    .list1w a .txt{
        padding: .2rem;
    }
    .list1w a h3{
        font-size: .2rem;
        line-height: .3rem;
        margin-bottom: .12rem;
    }
    .list1w a p{
        font-size: .16rem;
        margin-bottom: .1rem;
    }
    .home1 .right{
        width: 100%;
    }
    .list_box1 .pic{
        padding-top: 67.05%;
    }
    .list_box1 li a{
        padding: .24rem 0;
    }
    .list_box1 li .txt h3{
        font-size: .18rem;
        line-height: .3rem;
        max-height: .6rem;
    }
    .home1{
        padding: .45rem  0;
    }
    .list2w a .txt h3{
        font-size: .18rem;
        line-height: .3rem;
        height: .6rem;
    }
    .list2w a .txt{
        padding: .2rem;
    }
    .list2w a time span{
        line-height: .8rem;
    }
    .list2w .btnBox{
        margin-top: .2rem;
    }
    .home2 .title001{
        margin-bottom: .3rem;
    }
    .home2{
        padding: .45rem 0;
    }
    .list3w a .pic{
        padding-top: 110.58%;
    }
    .list3w a .txt h3{
        font-size: .18rem;
    }
    .home3{
        padding: .45rem 0;
    }
    .home4 .box_rw .left{
        width: 100%;
        margin-bottom: .3rem;
    }
    .home4 .left .rr .pic{
        padding-top: 84.31%;
    }
    .home4 .box_rw .left .rr .imgbox:nth-child(2) .pic,
    .home4 .box_sh .left .rr .imgbox:nth-child(1) .pic{
        padding-top:76.47%
    }
    .title002 img{
        max-width: 1.5rem;
    }
    .home4 .left .rr {
        width: 52.8%;
    }
    .home4 .box_rw .right{
        width: 100%;
    }
    .home4 .right .top_li .imgbox .pic{
        padding-top: 90.76%;
    }
    .home4 .right .bottom_li .imgbox .pic{
        padding-top: 55.32%;
    }
    .home4 .box_sh{
        margin-top: .3rem;
    }
    .home4 .box_sh .left{
        width: 100%;
        margin-bottom: .3rem;
    }
    .home4 .box_sh .left .rr .imgbox:nth-child(2){
        margin-left: 0;
    }
    .home4 .box_sh .left .rr .imgbox:nth-child(2) .pic{
        padding-top: 84.31%;
    }
    .home4 .box_sh .right{
        width: 100%;
    }
    .home4 .box_sh .right .top_li{
        margin-right: 0;
    }
    .home4{
        padding: .45rem 0;
    }
    .media_box .titimg img{
        height: .65rem;
        margin: 0 auto;
    }
    .home5 .bgbox .bg{
        margin-left: -15px;
    }
    .media_box .titimg{
        margin-left: 0;
        width: 100%;
    }
    .media_box .mt_list{
        width: 100%;
        margin-top: .3rem;
        justify-content: center;
    }
    .mt_list .li{
        margin: 0 .2rem;
    }
    .mt_list .li img{
        width:1rem;

    }
    .media_box{
        margin-bottom: .3rem;
    }
    .list_box2 .li1{
        width: 100%;
        margin-bottom: .3rem;
    }
    .list_box2 .li1 .pic{
        padding-top: 99.5%;
    }
    .list_box3{
        width: 100%;
    }
    .list_box3 li {
        width: 48.38%;
    }
    .list_box3 li .pic{
        padding-top: 90.76%;
    }
    .home5{
        padding: .45rem 0 .15rem;
    }
    .list4w a .pic{
        padding-top: 66.31%;
    }
    .home6 .title001{
        margin-bottom: .3rem;
    }
    .home6{
        padding: .45rem 0;
    }
    .list01 .slide{
        width:49%;
        margin:0;
    }
    .list01{
        gap:.2rem 2%;
    }
}
@media (max-width: 769px){
    .mouse_down{
        width: .45rem;
        height: .45rem;
        bottom: .1rem;
    }
    .list2w a time{
        width: 1rem;
    }
    .list2w a time span {
        line-height: 0.6rem;
    }
    .list2w a .txt{
        width: calc(100% - 1rem);
    }
    .media_box .titimg img{
        height: .56rem;
    }
    .title002 img{
        max-width: 1.3rem;
    }
    .list01 .slide{
        width:100%;
    }
}
@media (max-width: 481px){
    .title002 img{
        max-width: .9rem;
    }
    .title002 a{
        right: .2rem;
        bottom: .2rem;
    }

    .mt_list .li{
        margin: 0 .08rem;
    }
    .media_box .titimg img{
        height: .45rem;
    }
}