@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 .imgBox:after{content: "";position: absolute;right: 0;bottom: 0;left: 0;background: linear-gradient(180deg, rgba(149, 149, 149, 0) 0%, rgba(29, 29, 29, 0.8) 100%);;z-index: 1;height: 14.79vh;}
*/

.banner .swiDots{
    bottom: .54rem;
    font-size: 0;
}
.banner .swiDots span{
    width: .14rem;
    height: .14rem;
    margin: 0 .1rem;
    background: #fff no-repeat 50%/100%;
    opacity: .6;
}
.banner .swiDots span.active{
    opacity: 1;
}
.puSerBox{
    position: absolute;
    left: 0;
    right: 0;
    top: 1.2rem;
    bottom: 0;
    z-index: 55;
}
.puSerBox .wp{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.puSerBox .opentime h3{
    display: flex;
    align-items: center;
    font-size: .22rem;
    line-height: .55rem;
    color: #ffffff;
    position: relative;
    z-index: 2;
}
.puSerBox .opentime h3 img{
    display: block;
    width: .26rem;
    margin-right: .17rem;
}
.puSerBox .opentime:before{
    position: absolute;
    content: '';
    left: -.2rem;
    top: 0;
    bottom: 0;
    background: #0068b7;
    transform: skewX(30deg);
    transform-origin: left center;
    width: 5.7rem;
    max-width: 100%;
}
.puSerBox .opentime{
    position: relative;
    padding: 0 .42rem;
    background: rgba(255, 255, 255, 0.24);
    overflow: hidden;
    width: 11.48rem;
    max-width: 100%;
}

.puSerBoxs{
    width: 12.94rem;
    max-width: 100%;
    padding: .36rem .75rem .59rem;
    background: rgba(51, 51, 51, 0.4);
    border-radius: .2rem;
    margin-top: .15rem;
}
.puSerBoxs .tab-tit{
    display: flex;
    flex-wrap: wrap;
}
.puSerBoxs .tab-tit .li{
    font-size: .2rem;
    line-height: .5rem;
    color: #fff;
    padding: 0 .2rem;
    min-width: 1.6rem;
    text-align: center;
    border-radius: .1rem;
    cursor: pointer;
}
.puSerBoxs .tab-tit .li.active{
    background: #0068b7;
}
.puSerBoxs .selectInput{
    width: 1.62rem;
    padding-left: .19rem;
    padding-right: .32rem;
}
.puSerBox .selectInput:before {
    content: '';
    width: 1px;
    height: .37rem;
    background: #a3a3a3;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -.185rem
}
.puSerBox .selectInput .defalutInput{
    color: #333;
    height: .76rem;
}
.puSerBox .selectInput .selectBox{
    border-radius: .05rem;
}
.puSerBox .serForm {
    flex: 1;
    overflow: hidden;
    margin-left: .36rem;
}
.puSerBox .serForm .inp {
    flex: 1;
    overflow: hidden;
    font-size: .2rem;
    padding-right: .2rem;
    border-radius: 0;
    color: #333333;
}
.puSerBox .serForm .sub {
    width: 1.07rem;
    border-radius: 0 .1rem .1rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .2rem;
    height: .76rem;
    cursor: pointer;
    background:#0068b7 url("../images/b-img-2.png") no-repeat 50%/.29rem;
}
.puSerBoxs .form{
    background: #fff;
    border-radius: .1rem;
}
.puSerBoxs .child{
    display: none;
}
.puSerBoxs .active{
    display: block;
}
.puSerBoxs .tab-cont{
    margin-top: .07rem;
}
.banner_box{
    position: relative;
}

.title001{
    position: relative;
}
.title001 h2{
    font-size: .6rem;
    line-height: 1;
    color: #0068b7;
    font-family: 'hongleixingshu',sans-serif;
}
.title001 .tit:after{
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 4.06rem;
    height: .24rem;
    background: url("../images/tit-1.png") no-repeat 50%/100%;
    transform: translateX(-50%);
}
.title001 .tit{
    padding-bottom: .18rem;
    position: relative;
}
.title001 .more{
    position: absolute;
    right: 0;
    bottom: .11rem;
}
.title001 .more a{
    display: block;
    font-size: .16rem;
    color: #333333;
    line-height: .37rem;
    padding: 0 .42rem 0 .22rem;
    position: relative;
    z-index: 2;
}
.title001 .more:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .48rem;
    background: url("../images/more-1.png") no-repeat 50%/100% 100%;
}
.title002 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.title002 h2{
    font-size: .3rem;
    line-height: 1;
    color: #333333;
}
.title002 .more{
    position: relative;
}
.title002 .more a{
    display: block;
    font-size: .16rem;
    color: #333333;
    line-height: .37rem;
    padding: 0 .42rem 0 .22rem;
    position: relative;
    z-index: 2;
}
.title002 .more:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .48rem;
    background: url("../images/more-1.png") no-repeat 50%/100% 100%;
}
.index_s1 .left{
    width: 57.75%;
}

.list1w a{
    display: block;
    position: relative;
    border-radius: .2rem;
    overflow: hidden;
}
.list1w a .pic{
    padding-top: 3.4rem;
}
.index_s1 .top_l{
    width: 61.58%;
}
.index_s1 .top_r{
    width: 33.55%;
    position: relative;
}
.list1w_txt li a{
    display: block;
}
.list1w_txt li a h3{
    font-size: .2rem;
    color: #333333;
    line-height: .34rem;
    height: .68rem;
    transition: .5s;
    opacity: 0;
}
.list1w_txt li i{
    display: block;
    width: .58rem;
    height: .03rem;
    background: #0068b7;
    margin: .53rem 0 0;
    opacity: 0;
}
.list1w_txt li p{
    font-size: .18rem;
    color: rgba(51, 51, 51, 0.6);
    line-height: .32rem;
    -webkit-line-clamp: 4;
    height: 1.28rem;
    margin-top: .18rem;
    opacity: 0;
}
.list1w_txt li time{
    display: flex;
    align-items: baseline;
    font-size: .16rem;
    line-height: 1;
    color: #333333;
    margin-top: .46rem;
    opacity: 0;
}
.list1w_txt li time em{
    display: block;
    font-size: .22rem;
    line-height: 1;
    margin-right: .04rem;
}
.list1w_txt li{
    display: none;
}
.list1w_txt li.active{
    display: block;
}
.list1w_txt li.active h3,
.list1w_txt li.active i,
.list1w_txt li.active p,
.list1w_txt li.active time{
    animation: o-upfade-top 0.7s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}
.list1w_txt li.active i{
    animation-delay: .2s;
}
.list1w_txt li.active p{
    animation-delay: .3s;
}
.list1w_txt li.active time{
    animation-delay: .4s;
}
.list1w_txt li:hover h3{
    color: #0068b7;
    font-weight: bold;
}

.index_s1 .top_r .btn_box{
    position: absolute;
    right: 0;
    bottom: .03rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.index_s1 .top_r .btn{
    position: static;
    transform: none;
    width: .27rem;
    height: .08rem;
    background: no-repeat 50%/100%;
    transition: .5s;
}
.index_s1 .top_r .prev{
    margin-right: .18rem;
    background-image: url("../images/prev-1.png");
}
.index_s1 .top_r .next{
    background-image: url("../images/next-1.png");
}
.index_s1 .top_r .prev:hover{
    background-image: url("../images/prev-2.png");
}
.index_s1 .top_r .next:hover{
    background-image: url("../images/next-2.png");
}
.index_s1 .top{
    margin-top: .47rem;
}
.list_box1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list_box1 li{
    width: 46.75%;
    margin-top: .17rem;
}
.list_box1 li:nth-child(-n+2){
    margin-top: 0;
}
.list_box1 li a{
    display: block;
}
.list_box1 li .time{
    display: flex;
    align-items: center;
}
.list_box1 li time{
    display: flex;
    align-items: center;
    font-size: .16rem;
    line-height: .24rem;
    color: rgba(51, 51, 51, 0.6);
    flex-shrink: 0;
    margin-right: .12rem;
}
.list_box1 li time img{
    display: block;
    width: .16rem;
    margin-right: .1rem;
}
.list_box1 li .time i{
    flex: 1;
    height: .08rem;
    background: url("../images/s1-img-3.png") no-repeat right center/auto 100%;
}
.list_box1 li h3{
    font-size: .2rem;
    line-height: .34rem;
    color: #333333;
    height: .68rem;
    margin-top: .19rem;
    transition: .5s;
}
.list_box1 li:hover h3{
    color: #0068b7;
    font-weight: bold;
}
.index_s1 .bot{
    margin-top: .69rem;
}
.index_s1 .right{
    width: 36.4375%;
}
.list_box2 li a{
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 1.1rem;
    padding: 0 .4rem 0 .3rem;
}
.list_box2 li time{
    display: block;
    text-align: right;
    margin-right: .16rem;
    flex-shrink: 0;
}
.list_box2 li time span{
    display: block;
    font-size: .22rem;
    line-height: 1;
    color: #207bc0;
    transition: .5s;
}
.list_box2 li time em{
    display: block;
    font-size: .16rem;
    line-height: 1;
    color: #333333;
    margin-top: .1rem;
    transition: .5s;
}
.list_box2 li .line{
    width: .01rem;
    height: .54rem;
    background: #b8bfc1;
    flex-shrink: 0;
    margin-right: .25rem;
    transition: .5s;
}
.list_box2 li h3{
    flex: 1;
    font-size: .2rem;
    line-height: .34rem;
    color: #333333;
    max-height: .68rem;
    transition: .5s;
}
.list_box2 li:before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: .01rem dashed #b8bfc1;
    border-radius: .2rem;
}
.list_box2 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0068b7;
    border-radius: .2rem;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}.list_box2 li:hover time span,
.list_box2 li:hover time em,
 .list_box2 li:hover h3{
    color: #fff;
 }
.list_box2 li:hover .line{
    background: #fff;
}
.list_box2 li:hover:after{
    opacity: 1;
    visibility: visible;
}
.list_box2 li + li{
    margin-top: .23rem;
}
.list_box2 li{
    position: relative;
}
.list_box2{
    margin-top: .52rem;
}
.index_s1 .content{
    margin-top: .67rem;
}
.index_s1 {
    padding: .85rem 0 .96rem;
    background: url("../images/index_s1.png") no-repeat bottom center/cover;
}

.index_s2 .top_l{
    width: 45.88%;
}
.index_s2 .title002 h2{
    color: #fff;
}
.index_s2 .title002 .more a{
    color: #fff;
}
.index_s2 .title002 .more:after{
    background-image: url("../images/more-2.png");
}
.index_s2 .title002{
    padding: .29rem .4rem .24rem;
    background: url("../images/s2-img-1.jpg") no-repeat 50%/cover;
    border-radius: .2rem .2rem 0 0 ;
}
.index_s2 .title001 h2{
    color: #fff;
}
.index_s2 .title001 .tit:after{
    background-image: url("../images/tit-2.png");
}
.list_box3 li a{
    padding-left: .18rem;
    height: .74rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list_box3 li h3{
    flex: 1;
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    transition: .5s;
}
.list_box3 li i{
    display: block;
    width: .34rem;
    height: .12rem;
    background: url("../images/s2-img-2.png") no-repeat 50%/100%;
    opacity: 0;
    visibility: hidden;
    margin-left: .2rem;
    flex-shrink: 0;
    transition: .5s;
}
.list_box3 li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: .06rem;
    height: .06rem;
    background: #0068b7;
    border-radius: 50%;
    transform: translateY(-50%);
}
.list_box3 li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    background-image: linear-gradient(to right, rgba(51, 51, 51, 0.1), rgba(0, 0, 0, 0));
    background-repeat: repeat-x;
    background-size: .1rem 1px;
    background-position: left center;
}
.list_box3 li:hover h3{
    color: #0068b7;
    font-weight: bold;
}
.list_box3 li:hover i{
    opacity: 1;
    visibility: visible;
}
.list_box3 li{
    position: relative;
}
.list_box3 {
    padding: .13rem .4rem .3rem;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 0 0 .2rem .2rem;
}
.index_s2 .top_r{
    width: 45.88%;
}
.index_s2 .top{
    margin-top: .67rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_s2 .bot{
    margin-top: .4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_s2 .bot .li{
    width: 45.88%;
    background: url("../images/s2-img-6.png") no-repeat 50%/100% 100%;
    border-radius: .2rem;
}
.index_s2 .bot .li a{
    padding: 0 .4rem;
    height: .98rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index_s2 .bot .li .ico{
    width: .28rem;
    height: .28rem;
    margin-right: .2rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_s2 .bot .li .ico img{
    display: block;
    width: 100%;
}
.index_s2 .bot .li i{
    display: block;
    width: .34rem;
    height: .12rem;
    background: url("../images/s2-img-5.png") no-repeat 50%/100%;
    margin-left: .2rem;
    flex-shrink: 0;
}
.index_s2 .bot .li h3{
    flex: 1;
    font-size: .24rem;
    line-height: .3rem;
    color: #fff;
}
.index_s2{
    padding: .94rem 0 1rem;
    background: url("../images/index_s2.jpg") no-repeat 50%/cover;
}
.index_s3 .title001 h2{
    margin: 0 .24rem;
    opacity: .4;
    cursor: pointer;
    transition: .5s;
}
.index_s3 .title001 h2.active{
    opacity: 1;
}
.index_s3 .title001 .tit{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.index_s3 .title001 .more a{
    display: none;
}
.index_s3 .title001 .more a.active{
    display: block;
}

.list2w a{
    display: block;
}
.list2w a .img_hezi{
    padding-top: 3.05rem;
    background-size: contain;
}
.list2w a .img_zd{
    width: 2.21rem;
    margin: 0 auto;
}
.list2w a h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #333333;
    text-align: center;
    transition: .5s;
}
.list2w a h4{
    font-size: .22rem;
    line-height: .3rem;
    color: #333333;
    opacity: .6;
    text-align: center;
    margin-top: .05rem;
}
.list2w a:hover h3{
    color: #0B3486;
}
.list2w a .txt{
    margin-top: .16rem;
}
.list2w .btn{
    width: .37rem;
    height: .37rem;
    background: transparent no-repeat 50%/100%;
    margin-top: -.2rem;
    transition: .5s;
}
.list2w .prev{
    left: 0;
    background-image: url("../images/prev-3.png");
}
.list2w .next{
    right: 0;
    background-image: url("../images/next-3.png");
}
.list2w .prev:hover{
    background-image: url("../images/prev-4.png");
}
.list2w .next:hover{
    background-image: url("../images/next-4.png");
}
.list2w {
    padding: 0 .4rem;
    position: relative;
}

.index_s3 .child{
    opacity: 0;
    height: 0;
    transform: scale(0);
}
.index_s3 .child.active{
    opacity: 1;
    height: auto;
    transform: none;
}
.index_s3 .tab-cont{
    margin-top: 1.09rem;
}
.index_s3{
    padding: 1.13rem 0 1.6rem;
    background: url("../images/index_s3.png") no-repeat bottom center/cover;
}

.aside{
    position: fixed;
    right: 0;
    top: 50%;
    width: 1.22rem;
    transform: translateY(-50%);
    z-index: 999;
    background: #0068b7;
    border-radius: .2rem 0 .2rem .2rem;
}
.aside ul li{
    position: relative;
}
.aside li a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: .96rem;
}
.aside li img{
    display: block;
    max-width: .33rem;
    max-height: .35rem;
}
.aside li h4{
    font-size: .16rem;
    line-height: .24rem;
    color: #fff;
    text-align: center;
    margin-top: .05rem;
}
.aside ul li:not(:last-child):after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: .01rem;
    width: .45rem;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 auto;
}
.aside ul{
    padding: .14rem 0 .07rem;
}
.aside .gotop a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: .67rem;
    background: #014ca3;
    border-radius: .2rem;
}
.aside .gotop a img{
    display: block;
    width: .23rem;
    height: .09rem;
}
.aside .gotop a h4{
    font-size: .16rem;
    line-height: .24rem;
    color: #fff;
    text-align: center;
    margin-top: .05rem;
}
.aside:after{
    position: absolute;
    content: '';
    right: 0;
    bottom: 100%;
    width: .16rem;
    height: .21rem;
    background: url("../images/as-img-1.png") no-repeat 50%/100% 100%;
}

@media (max-width: 1199px) {
    .banner .imgBox .img{
        padding-bottom: 50vw;
    }
    .aside{
        display: none;
    }
}
@media (max-width: 1025px) {
    .puSerBox{
        position: static;
        transform: none;
        padding: .4rem 0;
    }
    .puSerBox .opentime h3{
        font-size: .2rem;
        line-height: .54rem;
    }
    .puSerBox .opentime h3 img{
        width: .22rem;
        margin-right: .1rem;
    }
    .puSerBox .opentime{
        padding: 0 .2rem;
    }
    .puSerBoxs{
        border-radius: .1rem;
        padding: .2rem;
    }
    .puSerBoxs .selectInput{
        padding: 0 .2rem;
    }
    .puSerBox .selectInput .defalutInput{
        height: .6rem;
    }
    .puSerBox .serForm{
        margin-left: .2rem;
    }
    .puSerBox .serForm .sub{
        width: .9rem;
        height: .6rem;
    }
    .title001 h2{
        font-size: .32rem;
    }
    .title001 .tit:after{
        width: 3.2rem;
        height: .2rem;
    }
    .title001 .tit{
        padding-bottom: .15rem;
    }
    .index_s1 .left{
        width: 100%;
    }
    .list1w a{
        border-radius: .1rem;
    }
    .index_s1 .top {
        margin-top: 0.26rem;
    }
    .list_box1 li h3{
        line-height: .3rem;
        height: .6rem;
        margin-top: .1rem;
    }
    .list_box1 li .time i{
        position: relative;
        background-size: 100% 100%;
    }
    .list_box1 li{
        width: 49%;
        margin: 0;
    }
    .list_box1{
        gap: .26rem 0;
    }
    .index_s1 .bot {
        margin-top: 0.3rem;
    }
    .index_s1 .right{
        width: 100%;
        margin-top: .4rem;
    }
    .list_box2 li time{
        margin-right: .15rem;
    }
    .list_box2 li .line{
        margin-right: .15rem;
    }
    .list_box2 li a{
        height: 1rem;
        padding: 0 .2rem;
    }
    .list_box2 li:before{
        border-radius: .1rem;
    }
    .list_box2 li:after{
        border-radius: .1rem;
    }
    .list_box2 {
        margin-top: 0.3rem;
    }
    .index_s1 .content {
        margin-top: 0.3rem;
    }
    .index_s1{
        padding: .4rem 0;
    }
    .index_s2 .top_l{
        width: 100%;
    }
    .index_s2 .title002{
        padding: .2rem;
        border-radius: .1rem .1rem 0 0;
    }
    .list_box3 li a {
        padding-left: .15rem;
        height: 0.68rem;
    }
    .list_box3{
        padding: .1rem .2rem .2rem;
        border-radius: 0 0 .1rem .1rem ;
    }
    .index_s2 .top_r{
        width: 100%;
        margin-top: .4rem;
    }
    .index_s2 .top {
        margin-top: 0.3rem;
    }
    .index_s2 .bot .li{
        width: 100%;
        border-radius: .1rem;
    }
    .index_s2 .bot .li i,
    .list_box3 li i{
        width: .24rem;
        height: .1rem;
        margin-left: .2rem;
    }
    .index_s2 .bot .li a{
        padding: 0 .3rem;
        height: .9rem;
    }
    .index_s2 .bot .li .ico{
        margin-right: .15rem;
    }
    .index_s2 .bot{
        margin-top: .3rem;
        gap: .26rem 0;
    }
    .index_s2{
        padding: .4rem 0;
    }
    .list2w a .img_zd{
        max-width: 75%;
    }
    .list2w a .img_hezi{
        padding-top: 138%;
    }
    .list2w a h4{
        font-size: .2rem;
    }
    .list2w a .txt{
        margin-top: .15rem;
    }
    .index_s3 .tab-cont {
        margin-top: 0.3rem;
    }
    .index_s3 .title001 h2{
        margin: 0;
    }
    .index_s3 .title001 .tab-tit{
        gap: 0 .2rem;
    }
    .index_s3{
        padding: .4rem 0;
    }
}
@media (max-width: 769px) {
    .puSerBoxs .selectInput{
        width: 1.3rem;
    }
    .puSerBox .serForm .sub{
        width: .7rem;
    }
    .index_s1 .top_l{
        width: 100%;
    }
    .list1w a .pic{
        padding-top: 59.75%;
    }
    .index_s1 .top_r{
        width: 100%;
        margin-top: .2rem;
    }
    .list1w_txt li a h3{
        line-height: .3rem;
        height: .6rem;
    }
    .list1w_txt li i{
        margin: .15rem 0 0;
    }
    .title001 h2{
        font-size: .22rem;
    }
.title001 .more{
    bottom: -.51rem;

}
    .list1w_txt li p{
        line-height: .26rem;
        -webkit-line-clamp: 3;
        height: .78rem;
        margin-top: .15rem;
    }
    .list1w_txt li time{
        margin-top: .15rem;
    }
    .list_box1 li{
        width: 100%;
    }
    .list_box1 li .time i{
        opacity: 0;
    }
}

@media (max-width: 481px) {
    .puSerBoxs .selectInput{
        width: 100%;
    }
    .puSerBox .selectInput:before{
        top: auto;
        left: 0;
        right: 0;
        bottom: 0;
        width: auto;
        height: .01rem;
        transform: none;
    }
}

.cx-robot-wrapper{
    right:auto !important;
}