@charset "utf-8";

.banner{
    position: relative;
}

.banner a{
    position: relative;
    display: block;
    overflow: hidden;
}

.banner a img{
    display: block;
    width: 100%;
}
.banner .page{
    font-size: 0;
    bottom: .4rem;
}
.banner .page span{
    width: .16rem;
    height: .16rem;
    margin: 0 .1rem;
    background: #fff;
    opacity: .2;
    transition: width ,opacity ,.5s;
}
.banner .page span.active{
    width: .48rem;
    border-radius: .5rem;
    opacity: 1;
}
.banner a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 7.1875vw;
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    opacity: .6;
}

.title001{
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title001 h2{
    position: relative;
    font-size: .46rem;
    line-height: .6rem;
    color: #232323;
}

.title001 h2:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: .03rem;
    background: #0559B1;
}

.title001 .more a{
    display: flex;
    align-items: center;
    font-size: .2rem;
    line-height: .3rem;
    color: #0559B1;
    border-top: 1px solid rgba(5, 89, 177, 0.3);
    border-bottom: 1px solid rgba(5, 89, 177, 0.3);
    transition: .5s;
}
.title001 .more a img{
    display: block;
    width: .11rem;
    margin-left: .06rem;
}
.title001 .more a:hover{
    border-color: #0559B1;
}
.list1w a{
    display: block;
}
.list1w a .pic{
    padding-top: 2.83rem;
}

.list1w a time{
    position: absolute;
    left: 0;
    bottom: .3rem;
    font-size: .18rem;
    color: #fff;
    display: flex;
    align-items: center;
    z-index: 2;
}
.list1w a time img{
    display: block;
    width: .7rem;
    margin-right: .24rem;
}
.list1w a .pic:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 37.8%;
    opacity: 0.7;
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.list1w a h3{
    font-size: .24rem;
    line-height: .34rem;
    color: #0559B1;
    height: .68rem;
}
.list1w a p{
    font-size: .18rem;
    line-height: .3rem;
    color: #333333;
    height: .6rem;
    margin-top: .32rem;
}

.list1w a .txt{
    padding-top: .35rem;
}

.list1w{
    margin-top: .37rem;
}
.index-s1 .title001 h2:before{
    left: -.4rem;
}
.index-s1{
    padding: .4rem .4rem .65rem;
    background: #fff;
    box-shadow: 0 .04rem .22rem 0 rgba(0, 0, 0, 0.22);
}

.list_box1 ul{
    display: flex;
    flex-wrap: wrap;
}
.list_box1 ul li{
    width: 23.68%;
    margin-left: 1.76%;
    position: relative;
    margin-top: .25rem;
    background: linear-gradient(180deg, #E0EDFA 0%, rgba(240, 247, 255, 0.6) 100%);
}
.list_box1 ul li:nth-child(4n+1){
    margin-left: 0;
}
.list_box1 ul li:nth-child(-n+4){
    margin-top: 0;
}

.list_box1 ul li a{
    display: block;
    position: relative;
    z-index: 2;
    padding: .3rem .2rem .39rem;
}
.list_box1 ul li time{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: .85rem;
    color: #0559B1;
    font-size: .18rem;

    line-height: .24rem;
    padding: .07rem 0 .14rem;
    background: url("/en/images/s2-img-1.png") no-repeat 50%/100% 100%;
}
.list_box1 ul li time span{
    display: block;
    font-weight: 700;
}
.list_box1 ul li time em{
    display: block;
    font-weight: 700;
}

.list_box1 ul li h3{
    font-size: .24rem;
    line-height: .34rem;
    color: #0559B1;
    -webkit-line-clamp: 3;
    height: 1.02rem;
    margin-top: .11rem;
    transition: .5s;
}
.list_box1 ul li h6{
    position: relative;
    margin-top: .04rem;
    display: flex;
    justify-content: flex-end;
}
.list_box1 ul li h6 img{
    display: block;
    width: .41rem;
    height: .41rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    position: relative;
    z-index: 2;
}
.list_box1 ul li h6:after{
    position: absolute;
    content: '';
    left: .41rem;
    right: .2rem;
    bottom: .06rem;
    height: 1px;
    background: #fff;
    opacity: 0;
    transition: .5s;
}
.list_box1 ul li h6:before{
    position: absolute;
    content: '';
    bottom: .02rem;
    right: .26rem;
    width: .65rem;
    height: .11rem;
    background: url("/en/images/s2-img-3.png") no-repeat 50%/100% 100%;
    transition: .5s;
}
.list_box1 ul li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url("/en/images/s2-img-4.png") no-repeat 50%/cover;
    opacity: 0;
    visibility: hidden;
    transform: scaleY(0);
    box-shadow: 0 .04rem .1rem 0 rgba(0, 0, 0, 0.3);
    transform-origin: top center;
    transition: .5s;
}
.list_box1 ul li:hover h6:before{
    opacity: 0;
}
.list_box1 ul li:hover h6:after{
    opacity: .2;
}
.list_box1 ul li:hover h6 img{
    opacity: 1;
    visibility: visible;
}
.list_box1 ul li:hover h3{
    color: #fff;
}
.list_box1 ul li:hover:after{
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
}

.list_box1 {
    margin-top: .34rem;
}
.index-s2 .title001 h2:before{
    left: -.4rem;
}
.index-s2{
    margin-top: .6rem;
    padding: .4rem .4rem .7rem;
    background: #fff;
    box-shadow: 0 .04rem .22rem 0 rgba(0, 0, 0, 0.22);
}

.index-s3 .para p{
    font-size: .24rem;
    line-height: .34rem;
    color: #313131;
    max-height: .68rem;
}

.list_box2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list_box2 li{
    width: 31.72%;
    background: linear-gradient(180deg, #E0EDFA 0%, rgba(240, 247, 255, 0.6) 100%);
}
.list_box2 li a{
    position: relative;
    display: block;
}
.list_box2 li .img_hezi{
    padding-top: 2.24rem;
}
.list_box2 li .img_zd{
    opacity: 0;
    transition: .5s;
}
.list_box2 li .txt{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: .39rem .62rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 2;
}
.list_box2 li .txt h3{
    font-size: .3rem;
    line-height: .36rem;
    color: #0C3A95;
    text-transform: uppercase;
    transition: .5s;
    width: 100%;
}

.list_box2 li .txt h6{
    margin-top: .17rem;
    width: 100%;
    height: .49rem;
    background: url("/en/images/s3-img-1.png") no-repeat right center/auto 100%;
    transition: .5s;
}

.list_box2 li:hover .img_zd{
    opacity: 1;
    visibility: visible;
}
.list_box2 li:hover .txt h3{
    color: #fff;
}
.list_box2 li:hover .txt h6{
    background-image: url("/en/images/s3-img-2.png");
}
.list_box2 li:hover .img_hezi{
    transform: scale(1.1);
}
.list_box2{
    margin-top: .34rem;
}

.index-s3 .content{
    margin-top: .36rem;
}

.index-s3 .title001 h2:before{
    left: -.4rem;
}
.index-s3{
    margin-top: .6rem;
    padding: 0 .4rem;
}


.list2w a{
    display: block;
}
.list2w a .pic{
    padding-top: 2.83rem;
}

.list2w a time{
    position: absolute;
    left: 0;
    bottom: .3rem;
    font-size: .18rem;
    color: #fff;
    display: flex;
    align-items: center;
    z-index: 2;
}
.list2w a time img{
    display: block;
    width: .7rem;
    margin-right: .24rem;
}
.list2w a .pic:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 37.8%;
    opacity: 0.7;
    background: linear-gradient(360deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.list2w a h3{
    font-size: .24rem;
    line-height: .34rem;
    color: #0559B1;
    height: .68rem;
}
.list2w a p{
    font-size: .18rem;
    line-height: .3rem;
    color: #333333;
    height: .6rem;
    margin-top: .32rem;
}

.list2w a .txt{
    padding-top: .35rem;
}

.list2w .btn-box{
    margin-top: .38rem;
    display: flex;
    justify-content: center;
}

.list2w .btn{
    width: .6rem;
    height: .6rem;
    background: #0559B1 no-repeat 50%/.24rem .3rem;
    position: static;
    margin: 0 .15rem;
    transform: none;
    transition: .5s;
}
.list2w .prev{
    background-image: url("/en/images/prev-1.png");
}

.list2w .next{
    background-image: url("/en/images/next-1.png");
}

.list2w .btn:hover{
    background-color: #DAA13C;
}

.list2w{
    margin-top: .5rem;
}
.index-s4 .title001 h2:before{
    left: -.4rem;
}

.index-s4{
    margin-top: .61rem;
    background: #fff;
    padding: .42rem .4rem .52rem;
    box-shadow: 0 .04rem .22rem 0 rgba(0, 0, 0, 0.22);
}

.index-s5 .left{
    width: 55.125%;
    position: relative;
    z-index: 2;
}

.index-s5 .miso_hd a{
    display: block;
}
.index-s5 .miso_hd .pic{
    padding-top: 6.01rem;
}

.index-s5 .btn-box{
    position: absolute;
    bottom: .64rem;
    right: -.6rem;
    z-index: 3;
    display: flex;
}
.index-s5 .btn-box .btn{
    width: .6rem;
    height: .6rem;
    background: #0559B1 no-repeat 50%/.24rem .3rem;
    position: static;
    transform: none;
    transition: .5s;
}

.index-s5 .btn-box .prev{
    background-image: url("/en/images/prev-1.png");
}
.index-s5 .btn-box .next{
    background-image: url("/en/images/next-1.png");
}

.index-s5 .btn-box .btn:hover{
    background-color: #DAA13C;
}


.index-s5 .right{
    width: 44.875%;
    padding: .58rem .42rem .75rem .7rem;
    background: url("/en/images/s5-img-2.png") no-repeat right bottom/cover;
}
.index-s5 .miso_bd a{
    display: block;
}
.index-s5 .miso_bd a h3{
    font-size: .36rem;
    line-height: .43rem;
    color: #fff;
}
.index-s5 .miso_bd a i{
    display: block;
    width: .45rem;
    height: .03rem;
    background: #fff;
    margin-top: .2rem;
}
.index-s5 .miso_bd a .para{
    font-size: .2rem;
    line-height: .3rem;
    color: #fff;
    height: 2.7rem;
    overflow: hidden;
    margin-top: .42rem;
}
.index-s5 .miso_bd a .para p{
    font-size: inherit !important;
    line-height: inherit !important;
}
.index-s5 .miso_bd a .para p:not(:first-child){
    margin-top: .3rem;
}

.index-s5 .miso_bd a h6{
    margin-top: .52rem;
    display: flex;
    justify-content: flex-end;
}
.index-s5 .miso_bd a h6 span{
    font-size: .18rem;
    line-height: .38rem;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 .2rem;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(216, 216, 216, 0) 100%);
    border-radius: .5rem 0 0 .5rem;
}
.index-s5 .miso_bd a h6 span img{
    display: block;
    width: .13rem;
    margin-left: .11rem;
}
.index-s5 .title001 h2{
    padding-left: .4rem;
}
.index-s5 .title001{
 padding-right: .4rem;
}
.index-s5 .content{
    margin-top: .53rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.index-s5{
    margin-top: .67rem;
}

.index-s6 .left{
    width: 46.875%;
}
.index-s6 .para{
    font-size: .24rem;
    line-height: .48rem;
    color: #313131;
    height: 2.88rem;
    overflow: hidden;
    margin-top: .49rem;
    padding-left: .4rem;
}
.index-s6 .para p{
    font-size: inherit !important;
    line-height: inherit !important;
    font-family: 'Futura-Md-BT', Arial, sans-serif;
    text-indent: 0 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    height: 2.88rem;
}

.index-s6 .para span{
    font-size: inherit !important;
    line-height: inherit !important;
    font-family: 'Futura-Md-BT', Arial, sans-serif !important;
}
.index-s6 .para img{
    display:none !important;;
}
.index-s6 .left .more{
    margin-top: .48rem;
    display: flex;
    padding-left: .4rem;
}
.index-s6 .left .more a{
    display: flex;
    align-items: center;
    font-size: .2rem;
    line-height: .3rem;
    color: #0559B1;
    border-top: 1px solid rgba(5, 89, 177, 0.3);
    border-bottom: 1px solid rgba(5, 89, 177, 0.3);
    transition: .5s;
}
.index-s6 .left .more a img{
    display: block;
    width: .11rem;
    margin-left: .06rem;
}
.index-s6 .left .more a:hover{
    border-color: #0559B1;
}
.index-s6 .right{
    width: 48.5%;
}

.index-s6 .right .pic{
    padding-top: 5.07rem;
}
.index-s6 .title001 h2{
    padding-left: .4rem;
}
.index-s6{
    margin-top: .6rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.index-page{
    padding: .61rem 0 2.7rem;
    background: url("/en/images/index-page.png") no-repeat bottom center/100% auto;
}


@media (max-width: 1199px){
    .banner{
        margin-top: .75rem;
    }

}
@media (max-width: 1025px){
    .banner .page{
        bottom: .15rem;
    }
    .banner .page span{
        width: .1rem;
        height: .1rem;
        margin: 0 .05rem;
    }
    .banner .page span.active{
        width: .3rem;
    }
    .title001 h2{
        font-size: .26rem;
        line-height: .42rem;
    }
    .title001 .more a{
        font-size: .18rem;
    }
    .index-s1{
        padding: .2rem;
    }
    .list1w a .pic{
        padding-top: 58.71%;
    }
    .list1w a p{
        margin-top: .05rem;
    }
    .list1w a .txt{
        padding-top: .15rem;
    }
    .list1w a time{
        bottom: .2rem;
    }
    .list1w a time img{
        width: 0.5rem;
        margin-right: 0.1rem;
    }
    .list1w {
        margin-top: 0.15rem;
    }
    .index-s1 .title001 h2:before,
    .index-s2 .title001 h2:before,
    .index-s3 .title001 h2:before,
    .index-s4 .title001 h2:before{
        left: -.2rem;
    }
    .list_box1 ul li a{
        padding: .2rem;
    }
    .list_box1 ul li{
        width: 49%;
        margin: 0;
    }
    .list_box1 ul{
        gap: .25rem 2%;
    }
    .list_box1 ul li h3{
        margin-top: .05rem;
    }
    .list_box1 {
        margin-top: 0.2rem;
    }
    .index-s2{
        padding: .2rem;
        margin-top: .35rem;
    }

    .list_box2 li .txt{
        padding: .2rem;
        justify-content: center;
    }
    .list_box2 li .txt h3{
        font-size: .24rem;
    }
    .list_box2 li .txt h6{
        height: .3rem;
        margin-top: .05rem;
    }
    .list_box2 li .img_hezi{
        padding-top: 46.47%;
    }
    .list_box2 li{
        width: 32%;
    }
    .list_box2 {
        margin-top: 0.2rem;
    }
    .index-s3 .content {
        margin-top: 0.1rem;
    }
    .index-s3{
        margin-top: .35rem;
        padding: 0 .2rem;
    }
    .list2w a .pic{
        padding-top: 58.71%;
    }
    .list2w a p{
        margin-top: .05rem;
    }
    .list2w a .txt{
        padding-top: .15rem;
    }
    .list2w a time{
        bottom: .2rem;
    }
    .list2w a time img{
        width: 0.5rem;
        margin-right: 0.1rem;
    }
    .list2w .btn{
        width: .45rem;
        height: .45rem;
        background-size: .15rem auto;
        margin: 0 .05rem;
    }
    .list2w {
        margin-top: 0.15rem;
    }
    .list2w .btn-box {
        margin-top: 0.2rem;
    }
    .index-s4{
        padding: .2rem;
        margin-top: .35rem;
    }
    .index-s5 .title001 h2{
        padding-left: .2rem;
    }
.index-s5 .title001{
 padding-right: 0;
}
    .index-s5 .left{
        width: 100%;
    }
    .index-s5 .miso_hd .pic{
        padding-top: 68.14%;
    }
    .index-s5 .btn-box{
        position: static;
        width: auto;
        height: auto;
    }
    .index-s5 .btn-box .btn{
        position: absolute;
        width: .45rem;
        height: .45rem;
        top: 50%;
        background-size: .15rem auto;
        transform: translateY(-50%);
    }
    .index-s5 .right{
        width: 100%;
        padding: .2rem;
    }
    .index-s5 .miso_bd a h3{
        font-size: .24rem;
        line-height: .34rem;
    }
    .index-s5 .miso_bd a i{
        margin-top: .1rem;
    }
    .index-s5 .miso_bd a .para{
        margin-top: .15rem;
        height: 1.6rem;
    }
    .index-s5 .miso_bd a .para p:not(:first-child){
        margin-top: .1rem;
    }
    .index-s5 .miso_bd a h6 {
        margin-top: 0.2rem;
    }
    .index-s5 .content {
        margin-top: 0.2rem;
    }
    .index-s5 {
        margin-top: 0.35rem;
    }
    .index-s6 .title001 h2{
        padding-left: .2rem;
    }
    .index-s6 .left{
        width: 100%;
        margin-bottom: .3rem;
    }
    .index-s6 .para{
        padding-left: 0;
    }
    .index-s6 .para{
        font-size: .22rem;
        line-height: .36rem;
        height: 2.16rem;
        margin-top: 0.2rem;
    }
    .index-s6 .para p{
        height: 2.16rem;
    }
    .index-s6 .left .more{
        padding-left: 0;
        margin-top: 0.2rem;
    }
    .index-s6 .right{
        width: 100%;
    }
    .index-s6 .right .pic{
        padding-top: 65.33%;
    }
    .index-s6{
        margin-top: .35rem;
    }
    .index-page{
        padding: .4rem 0;
    }
}
@media (max-width: 769px){
    .list_box1 ul li{
        width: 100%;
    }
    .list_box2 li{
        width: 100%;
    }
    .list_box2 ul{
        gap: .2rem 0;
    }
    .list_box2 li .img_hezi{
        padding-top: 1.4rem;
    }
    .index-s3 .para p{
        max-height: none;
        display: block;
    }
}
@media (max-width: 481px){
    .index-s6 .para{
        height: 2.16rem;
    }
}