@charset "utf-8";

.banner .swiper-slide a{
    display: block;
    position: relative;

}
.banner .swiper-slide a img{
    display: block;
    width: 100%;
}

.banner .btn{
    width: .26rem;
    height: .46rem;
    background: no-repeat 50%/100%;
}

.banner .prev{
    left: .3rem;
    background-image: url('../images/prev01.png');
}
.banner .next{
    right: .3rem;
    background-image: url('../images/next01.png');
}

.banner .page{
    font-size: 0;
    bottom: .4rem;
}
.banner .page span{
    width: .14rem;
    height: .14rem;
    margin: 0 .12rem;
    background: #fff;
    opacity: 1;
}
.banner .page .active{
    background: #133f80;
}

.banner_box .slogan img{
    display: block;
    height: .95rem;
    margin: 0 auto;
}
.banner_box .slogan{
    padding: .16rem 0;
}

.title01{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title01 h3{
    font-size: .36rem;
    line-height: .4rem;
    color: #010101;
    position: relative;
    z-index: 2;
}
.title01 h6{
    margin-top: -.18rem;
    font-size: .3rem;
    line-height: 1;
    color: #c8d9f5;
    text-transform: uppercase;
    font-family: 'songtiH',sans-serif;
}

.title01 a{
    display: flex;
    align-items: center;
    font-size: .14rem;
    color: #133e80;
    line-height: .24rem;
}
.title01 a img{
    display: block;
    width: .12rem;
    margin-right: .1rem;
}

.mt_list{
    display: flex;
    align-items: center;
    margin-right: .4rem;
}
.mt_list .li{
    position: relative;
    margin-left: .7rem;
}
.mt_list .li:first-child{
    margin-left: 0;
}
.mt_list .li a{
    display: flex;
    align-items: center;
    font-size: .2rem;
    line-height: .34rem;
    color: #030303;
    /* margin-right: .1rem; */
}
.mt_list .li img{
    display: block;
    /* margin-right: .1rem; */
}
.mt_list .li:first-child img{
    width: .42rem;
}
.mt_list .li:nth-child(2) img{
    width: .36rem;
}
.mt_list .li:nth-child(3) img{
    width: .27rem;
}
.mt_list .li .ewm {
    position: absolute;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    left: 50%;
    transform: translateX(-50%) translateY(.3rem);
    transition: .5s;
    opacity: 0;
    visibility: hidden;
    /* width: 1.43rem; */
    /* height: 1.43rem; */
    background: #fff;
    box-shadow: 0px 2px 9.5px 0.5px rgba(1, 1, 1, 0.21);
    padding: .1rem;
    border-radius: .1rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    /* top: 2%; */
    margin-top: .2rem;
}

.mt_list .li .ewm img {
    width: 1.5rem;
    height: 1.5rem;
}
.mt_list .li .ewm:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -.08rem;
    margin-left: -.06rem;
    border-bottom: #fff .08rem solid;
    border-left: transparent .06rem solid;
    border-right: transparent .06rem solid;
}



.mt_list .li:hover .ewm {
    transform: translateX(-50%) translateY(.05rem);
    opacity: 1;
    visibility: visible;
}

.home1 .wp{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home1 .left{
    width: 62.2%;
    padding-top: .25rem;
}

.list_box1 li:nth-child(1){
    width: 69.56%;
    margin-bottom: .16rem;
}
.list_box1 li:nth-child(2){
    width: 28.83%;
    margin-bottom: .16rem;
}
.list_box1 li:nth-child(3){
    width: 46.94%;
}
.list_box1 li:nth-child(4){
    width: 51.44%;
}
.list_box1 li a{
    display: block;
    position: relative;
}
.list_box1 li .pic{
    padding-top: 2.6rem;
}
.list_box1 li .txt-box{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .18rem;
    z-index: 3;
    padding: 0 .25rem;
}
.list_box1 li .txt-box img{
    display: block;
    width: .3rem;
    margin-bottom: .17rem;
}
.list_box1 li .txt-box h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #fff;
    font-weight: 600;
}
.list_box1 li a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.4rem;
    background: url("../images/s1-img07.png") repeat-x bottom center/100% 99%;
}
.list_box1 li:nth-child(1) .txt-box img{
    width: .24rem;
}
.list_box1 li:nth-child(1) .pic{
    padding-top: 3.92rem;
}
.list_box1 li:nth-child(2) .txt-box img{
    width: .23rem;
}
.list_box1 li:nth-child(2) .pic{
    padding-top: 3.92rem;
}
.home1 .left .title01{
    margin-bottom: .25rem;
}
.home1 .right{
    width: 36.6%;
    padding: .26rem .46rem .5rem;
    background: url("../images/s1-img08.png") no-repeat 50%/cover;
}

.home1 .right .img-box img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home1 .right .img-box {
    height: 1.53rem;
    overflow: hidden;
    margin-bottom: .32rem;
}

.home1 .right .para p{
    font-size: .24rem;
    line-height: .52rem;
    color: #fff;
    font-weight: 200;
    -webkit-line-clamp: 7;
    height: 3.64rem;
    text-indent: 2em;
}
.home1 .right .para{
    margin-bottom: .47rem;
}
.home1 .right .gd a{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: .14rem;
    line-height: .24rem;
    color: #fff;

}
.home1 .right .gd a img{
    display: block;
    width: .12rem;
    margin-left: .05rem;
}

.home1 .right .title01 .tit{
    text-align: right;
}
.home1 .right .title01{
    justify-content: flex-end;
    margin-bottom: .22rem;
}
.home1 .right .title01 h3{
    color: #fff;
}
.home1 .right .title01 h6{
    color: #3d6bb0;
}
.home1{
    margin-bottom: .78rem;
}
@media screen and (min-width: 1025px){
    .list_box2 ul{
        position: relative;
        height: 4rem;
    }
    .list_box2 li{
        position: absolute;
        width: 2.41rem;
        height: 4rem;
        z-index: 5;
        box-shadow: 0 0 .1rem rgba(20, 20, 20, 0.2);
    }
    .list_box2 li:nth-child(2){
        left: 2.13rem;
        z-index: 4;
    }
    .list_box2 li:nth-child(3){
        left: 4.28rem;
        z-index: 3;
    }
    .list_box2 li:nth-child(4){
        left: 6.38rem;
        z-index: 2;
    }
    .list_box2 li:nth-child(5){
        left: 8.62rem;
        z-index: 1;
    }
    .list_box2 li:nth-child(6){
        left: 10.6rem;
        z-index: 0;
    }
    .list_box2 li:hover{
        z-index: 6;
    }
}

.list_box2 li a{
    display: block;
    position: relative;
}

.list_box2 li .pic{
    padding-top: 4rem;
}
.list_box2 li .txt{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    padding: .4rem .26rem;
    z-index: 5;
    transition: .5s;
}
.list_box2 li .txt h3{
    font-size: .24rem;
    color: #000000;
    line-height: .34rem;
    margin-bottom: .12rem;
    text-align: right;
}
.list_box2 li .txt h4{
    font-size: .14rem;
    line-height: .2rem;
    color: #000000;
    height: .4rem;
    margin-bottom: .19rem;
    text-transform: uppercase;
    overflow: hidden;
    text-align: right;
}
.list_box2 li .txt i{
    display: block;
    width: .17rem;
    height: .02rem;
    background: #fff;
    margin-bottom: .35rem;
}
.list_box2 li .txt p{
    font-size: .14rem;
    line-height: .3rem;
    color: #fff;
    -webkit-line-clamp: 3;
    height: .9rem;
    font-weight: 200;
    margin-bottom: .37rem;
}

.list_box2 li .txt span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.4rem;
    height: .4rem;
    background: #5bdbff;
    font-size: .14rem;
    line-height: .4rem;
    color: #133e80;
    border-radius: .5rem;
}
.list_box2 li .txt span img{
    display: block;
    width: .12rem;
    margin-left: .05rem;
}

.list_box2 li .txt *{
    transition: .5s;
}
.list_box2 li .txt i,
.list_box2 li .txt p,
.list_box2 li .txt span{
    opacity: 0;
}
.list_box2 li .txt{
    height: 1.72rem;
}

.list_box2 li:hover .txt{
    height: 100%;
    background: #3d6eb1;
    opacity: 0.89;
}
.list_box2 li:hover h3{
    color: #fff;
    font-weight: 600;
}
.list_box2 li:hover h4{
    color: #fff;
}
.list_box2 li:hover i{
    opacity: 1;
    transition-delay: .1s;
    /* text-align: right; */
    /* float: right; */
    margin-left: 80%;
}
.list_box2 li:hover p{
    opacity: 1;
    transition-delay: .2s;
}
.list_box2 li:hover span{
    opacity: 1;
    transition-delay: .3s;
}

.home2 .title01{
    justify-content: center;
    margin-bottom: .45rem;
}
.home2 .title01 .tit{
    text-align: center;
}

.homea{
    padding-top: .54rem;
    background: url("../images/homea.jpg") no-repeat bottom center/cover;
}

.home3 .wp{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.home3 .left{
    width: 47.06%;
}

.list_box3 li a{
    padding: .32rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box3 li time{
    display: block;
    width: .77rem;
    color: #194484;
    text-align: center;
}
.list_box3 li time span{
    display: block;
    font-size: .38rem;
    line-height: 1;
    font-family: "Times New Roman",sans-serif;
}
.list_box3 li time em{
    display: block;
    font-size: .16rem;
    line-height: 1;
}
.list_box3 li .txt{
    width: calc(100% - .77rem);
    padding-right: .1rem;
}
.list_box3 li h3{
    font-size: .22rem;
    line-height: .3rem;
    color: #000;
}

.list_box3 li{
    border-bottom: 1px solid #dedede;
}
.list_box3 li *{
    transition: .5s;
}
.list_box3 li:hover a{
    background: #4379c3;
}

.list_box3 li:hover time{
    color: #fff;
}
.list_box3 li:hover .txt h3{
    color: #fff;
}

.home3 .right{
    width: 47.06%;
}

.list_box4 li a{
    display: block;
    padding: .23rem .26rem;
    /* background: #f2f2f2; */
}
.list_box4 li time{
    display: flex;
    align-items: flex-end;
    line-height: 1;
    color: #133f80;
    font-size: .18rem;
    font-family: "Times New Roman",sans-serif;
    margin-bottom: .12rem;
}
.list_box4 li time i{
    display: block;
    line-height: 1;
    font-size: .3rem;
    font-family: "Times New Roman",sans-serif;
}
.list_box4 li h3{
    font-size: .22rem;
    line-height: .3rem;
    color: #000;
}
.list_box4 li{
    border-bottom: 1px solid #dedede;
}
.list_box4 li *{
    transition: .5s;
}
.list_box4 li:hover a{
    background: #4379c3;
}
.list_box4 li:hover time{
    color: #fff;
}
.list_box4 li:hover h3{
    color: #fff;
}

.home3 .title01{
    margin-bottom: .43rem;
}

.home3{
    padding: .86rem 0 .78rem;
    background: url("../images/home3.png") no-repeat bottom center/auto 5.72rem;
}

#gotop {
    position: fixed;
    z-index: 90;
    bottom: .34rem;
    right: .76rem;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    width: .57rem;
    height: .29rem;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
}

#gotop.hide {
    height: 0;
    opacity: 0;
    visibility: hidden
}

#gotop img{
    display: block;
    width: 100%;
    transition: .6s;
}

@media (max-width: 1199px){
    .banner_box{
        margin-top: .75rem;
    }
    .banner_box .wp{
        padding: 0;
    }
    .banner .page{
        bottom: .2rem;
    }
    #gotop{
        display: none;
    }
}
@media (max-width: 1025px){
    .banner .prev{
        left: .15rem;
    }
    .banner .next{
        right: .15rem;
    }
    .banner .btn{
        width: .18rem;
        height: .36rem;
    }
    .banner .page span{
        width: .1rem;
        height: .1rem;
        margin: 0 .05rem;
    }
    .banner .page{
        bottom: .15rem;
    }
    .banner_box .slogan img{
        max-height: .5rem;
    }
    .banner_box .slogan{
        padding: .1rem 0;
    }
    .home1 .left{
        width: 100%;
        margin-bottom: .35rem;
        padding-top: 0;
    }
    .title01 h3{
        font-size: .26rem;
        line-height: .3rem;
    }
    .title01 h6{
        margin-top: -.1rem;
        font-size: .24rem;
    }
    .mt_list .li:first-child img,
    .mt_list .li:nth-child(2) img,
    .mt_list .li:nth-child(3) img{
        width: .25rem;
        margin-right: .1rem;
    }
    .mt_list .li{
        margin-left: .3rem;
    }
    .mt_list .li a{
        font-size: .16rem;
    }
    .list_box1 li .txt-box{
        padding: 0 .15rem;
        bottom: .1rem;
    }
    .list_box1 li .txt-box img{
        width: .25rem;
        margin-bottom: .1rem;
    }
    .list_box1 li:nth-child(1) .pic{
        padding-top: 40vw;
    }
    .list_box1 li:nth-child(2) .pic{
        padding-top: 40vw;
    }
    .list_box1 li .pic{
        padding-top: 28vw;
    }
    .home1 .right{
        width: 100%;
        padding: .3rem .2rem;
    }
    .home1 .right .img-box{
        height: 32vw;
        margin-bottom: .2rem;
    }
    .home1 .right .para p{
        font-size: .18rem;
        line-height: 2;
        display: block;
        height: auto;
    }
    .home1 .right .para{
        margin-bottom: .25rem;
    }
    .home1{
        margin-bottom: .45rem;
    }
    .home2 .title01{
        margin-bottom: .25rem;
    }
    .homea{
        padding-top: .3rem;
    }
    .list_box2 li .pic{
        padding-top: 135.59%;
    }
    .list_box2 li .txt{
        padding: .3rem .25rem;
    }
    .list_box2 .page{
        font-size: 0;
        text-align: center;
        padding: .1rem 0;
    }
    .list_box2 .page span{
        width: .1rem;
        height: .1rem;
        margin: 0 .05rem;
        background: #fff;
        opacity: 1;
    }
    .list_box2 .page .active{
        background: #062f6b;
    }
    .home3 .left{
        width: 100%;
        margin-bottom: .45rem;
    }
    .list_box3 li a{
        padding: .2rem 0;
    }
    .list_box3 li h3{
        font-size: .18rem;
    }
    .list_box3 li time span{
        font-size: .3rem;
    }
    .home3 .right{
        width: 100%;
    }
    .list_box4 li a{
        padding: .15rem;
    }
    .list_box4 li time i{
        font-size: .24rem;
        line-height: 1;
    }
    .list_box4 li time{
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: .1rem;
    }
    .list_box4 li h3{
        font-size: .18rem;
    }
    .home3 .title01{
        margin-bottom: .2rem;
    }
    .home3{
        padding: .45rem 0;
    }
}

@media (max-width: 769px){
    .home1 .title01{
        flex-wrap: wrap;
    }
    .mt_list{
        margin: .1rem 0;
        width: 100%;
        justify-content: center;

    }
    .home1 .left .title01{
        margin-bottom: .1rem;
    }
    .list_box1 li .txt-box h3{
        font-size: .18rem;

    }
    .list_box1 li:nth-child(2){
        /*display: none;*/
        width: 46.94%;
    }
    .list_box1 li:nth-child(2) .pic{
        padding-top: 56vw;
    }
    .list_box1 li:nth-child(1){
        width: 51.44%;
    }
    .list_box1 li:nth-child(1) .pic{
        padding-top: 56vw;
    }
    .list_box2 li .txt{
        height: 1.2rem;
        padding: .2rem;
    }
    .list_box2 li .txt h3{
        font-size: .2rem;
        margin-bottom: .1rem;
    }
    .list_box2 li .txt p,
    .list_box2 li .txt i{
        margin-bottom: .15rem;
    }
}
@media (max-width: 481px){
    .list_box2 li .txt{
        padding: .1rem .2rem .2rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .list_box2 li .txt h3{
        margin-bottom: 0;
    }
    .list_box2 li .txt h4{
        height: auto;
        margin-bottom: 0;
        overflow: visible;
    }
    .list_box2 li .txt p, .list_box2 li .txt i{
        margin-bottom: 0;
    }
    .list_box2 li .txt span{
        width: 1rem;
        height: .34rem;
        line-height: .34rem;
    }
}