@charset "utf-8";

.img_zd {
    position: relative;
    width: 100%
}

.img_zd .img_hezi {
    padding-bottom: 60%;
    transition: .5s;
    background-size: cover !important;
}

.img_zd>img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-box1 {
     position: static;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.swiper-box1 .swiper-wrapper .swiper-slide {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.bannerimg .img_hezi {
    padding-bottom: 100vh !important;
}
.section .fp-tableCell {
    padding: 1rem 0 0;
}
.section.container01 .fp-tableCell{
    padding: 0;
}
.container01 .content{
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    bottom: 0.05rem;
}
.list_tabs01{
    display: flex;
    background: #0f58b1;
    flex-wrap: wrap;
    justify-content: space-between;
}

.list_tabs01 .li{
    width: calc(100% / 7);
    position: relative;
}
.list_tabs01 .li a{
    display: block;
    text-align: center;
    font-size: .18rem;
    color: #fff;
    line-height: .5rem;
    transition: .5s;
}
.list_tabs01 .li:after{
    position: absolute;
    content: '';
    border: .08rem solid transparent;
    border-top-color: #00469c;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.list_tabs01 .li.active a{
    font-weight: 600;
    background: #00469c;
}
.list_tabs01 .li.active:after{
    display: block;
}

.b-cont-search{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .05rem;
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.2);
}
.b-cont-search .inp{
    width: calc(100% - 1.47rem);
    position: relative;
}
.b-cont-search .inp input{
    display: block;
    width: 100%;
    font-size: .16rem;
    line-height: .54rem;
    color: #b2b2b2;
    padding-left: .25rem;
    padding-right: .25rem;
    background: #fff;
    border-radius: 1rem;
}
.b-cont-search .inp.xiala .sel{
    position: absolute;
    left: .35rem;
    top: .08rem;
    width: 1.4rem;
    padding: 0;
    border-right: 1px solid #e1e1e1;
}
.inp.xiala .sel dl{
    position: relative;

}
.inp.xiala .sel dt{
    font-size: .18rem;
    color: #4c4c4c;
    line-height: .4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.inp.xiala .sel dt:after{
    content: '';
    width: .15rem;
    height: .09rem;
    background: url("../images/sch-down.png") no-repeat 50%/100%;
}
.inp.xiala .sel dd{
    position: absolute;
    top: 100%;

    left: 0;
    right: 0;
    background: #fff;
    padding: 0.1rem 0.05rem;
    border-top: 1px solid #eee;
    z-index: 5;
    display: none;
}
.inp.xiala dl dd ul li{
    font-size: .14rem;
    padding: 5px 0;
}
.inp.xiala dl dd ul li a{
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    color: #666;
}
.inp.xiala input{
    /* padding-left: 1.9rem; */
}
.b-cont-search .subm{
    width: 1.33rem;
}
.b-cont-search .subm input{
    display: block;
    width: 100%;
    height: .56rem;
}
input::placeholder{
    color: #b2b2b2;
}
input::-ms-input-placeholder{
    color: #b2b2b2;
}
input::-moz-placeholder{
    color: #b2b2b2;
}
input::-webkit-input-placeholder{
    color: #b2b2b2;
}
.b-cont-search{
    margin-bottom: .42rem;
}
.b-cont-txt{
    padding-left: .58rem;
}
.b-cont-txt p{
    font-size: .14rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: .24rem;
}


.list_bds01{
    padding: .53rem .54rem;
    min-height: 2.38rem;
    background: rgba(0, 0, 0, 0.2);
}
.list_bds01_li,
.list_bds2_li{
    transform: scaleX(0);
    visibility: hidden;
    height: 0;
}
.list_bds01_li.active,
.list_bds2_li.active{
    transform: scaleX(1);
    visibility: visible;
    height: auto;
}
.b-cont{
    margin-bottom: 1.1rem;
}
.title001{
    position: relative;
    text-align: center;
}
.title001 h2{
    font-size: .32rem;
    color: #ffffff;
    line-height: .36rem;
    text-align: center;
    font-family: '思源宋体';
    position: relative;
    z-index: 3;
    padding-top: 0.2rem;
}
.title001 p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: .1rem;
    font-size: .34rem;
    text-align: center;
    font-family: 'Engravers MT',serif;
    color: rgba(255, 255, 255, 0.1);
    line-height: 1;
}
.b-cont-b .title001{
    margin-bottom: .47rem;
}
.list1w a{
    display: block;
    /* text-align: center; */
}
.list1w a .icon{
    width: .94rem;
    height: .94rem;
    background: #0f58b1;
    position: relative;
    border-radius: .05rem;
    margin: 0 auto;
}
.list1w a p{
    font-size: .16rem;
    color: #fff;
    line-height: .2rem;
    text-align: center;
    /* margin-top: .18rem; */
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
}

.miso_more{
    position: absolute;
    bottom: 0.5rem;
    left: 50%;
    z-index: 99;
    transform: translateX(-50%);
}
.miso_more a{
    display: block;
    width: .25rem;
    height: .61rem;
}
.miso_more a img{
    display: block;
    width: 100%;
}


.title002 {
    position: relative;
    margin-bottom: .42rem;
}
.list_tabs02{
    display: flex;
    justify-content: center;
    align-items: center;
}
.list_tabs02 .li{
    position: relative;
    margin: 0 .28rem;
    cursor: pointer;
}
.list_tabs02 .li:before{
    position: absolute;
    content: '';
    left: 50%;
    bottom: -.22rem;
    transform: translateX(-50%);
    width: .71rem;
    height: .97rem;
    /* background: url("../images/s1-img01.png") no-repeat 50%/100%; */
    display: none;
}
.list_tabs02 .li:after{
    position: absolute;
    content: '';
    width: .06rem;
    height: .06rem;
    border-radius: 50%;
    background: #666666;
    left: -.28rem;
    top: 50%;
    transform: translateY(-50%);
}
.list_tabs02 .li:first-child:after{
    display: none;
}
.list_tabs02 .li span{
    display: block;
    position: relative;
    z-index: 3;
    font-size: .32rem;
    color: #666666;
    line-height: .64rem;
    font-family: '思源宋体';
    border-bottom: 1px solid transparent;
}
.list_tabs02 .li span:after{
    position: absolute;
    content: '';
    border: 0.04rem solid transparent;
    border-top-color: #00469c;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.list_tabs02 .li.active span{
    color: #1663c0;
    border-bottom-color: #1663c0;
}
.list_tabs02 .li.active span:after,
.list_tabs02 .li.active:before{
    display: block;
}

.title002 .mores{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
}
.title002 .mores a{
    display: none;
    font-size: .14rem;
    color: #0f58b1;
    line-height: .2rem;
    padding-left: .36rem;
    background: url("../images/mores.png") no-repeat left center/.24rem;
}
.title002 .mores a.active{
    display: block;
}

.list_bds2_box .aleft{
    width: 63.33%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.5rem;
}
.list_bds2_box .aleft .ll,
.list_bds2_box .aleft .rr{
    width: 48.29%;
}
.list_bds2_box .gd a{
    width: 1.25rem;
    display: block;
    font-size: .16rem;
    line-height: .4rem;
    color: #0f58b1;
    border: 1px solid #0f58b1;
    border-radius: .5rem;
    margin: 0 auto;
    text-align: center;
}
.list_bds2_box .ar_wap{
    display: none;
}
.list-box1 a{
    display: block;
}
.list-box1 .pic,
.list_bds2_box .aleft .rr .pic{
    padding-top: 2.22rem;
}
.list-box1 .txt time,
.list_bds2_box .aleft .rr time{
    display: block;
    font-size: .15rem;
    color: #1663c0;
    line-height: 1;
    font-family: 'Georgia',serif;
    margin-bottom: .1rem;
}
.list-box1 .txt p{
    font-size: .17rem;
    color: #1a1a1a;
    line-height: .25rem;
    height: .5rem;
}
.list-box1 .txt{
    padding-top: .15rem;
}
.list-box1 li{
    margin-top: .25rem;
}
.list-box1 li:first-child{
    margin-top: 0;
}

.list_bds2_box .aleft .rr a{
    display: block;
    margin-top: .4rem;
}
.list_bds2_box .aleft .rr h2{
    font-size: .17rem;
    color: #1a1a1a;
    line-height: .25rem;
    height: .5rem;
    margin-bottom: .12rem;
}
.list_bds2_box .aleft .rr p{
    font-size: .14rem;
    color: rgba(51, 51, 51, 0.6);
    -webkit-line-clamp: 3;
    line-height: .24rem;
    height: .72rem;
}
.list_bds2_box .aleft .rr .txt{
    padding-top: .18rem;
}
.list_bds2_box .aright{
    width: 35%;
}

.list-box2 a{
    display: block;
    padding: .11rem .29rem .2rem;
    border-left: .02rem solid transparent;
    transition: .5s;
}
.list-box2 time{
    display: block;
    font-size: .15rem;
    line-height: 1;
    color: #666666;
    font-family: 'Georgia',serif;
    margin-bottom: .14rem;
}
.list-box2 time i{
    display: inline-block;
    font-size: .28rem;
    color: #1663c0;
    margin-right: .1rem;
    font-family: 'Georgia',serif;
}
.list-box2 b{
    display: block;
    width: 1rem;
    height: 1px;
    background: #87abd8;
    margin-bottom: .13rem;
}
.list-box2 p{
    font-size: .17rem;
    line-height: .25rem;
    color: #333;
    height: .5rem;
}
.list-box2 a:hover{
    background: #e7eef7;
    border-left-color: #0f58b1;
}
.list-box2 li{
    margin-top: .1rem;
}
.list-box2 li:first-child{
    margin-top: 0;
}
.list-box2 {
    padding-top: .15rem;
    padding-bottom: .16rem;
    background: #fff;
    border-top: .03rem solid #0f58b1;
}
.list-box2-2{
    display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0.15rem 0.2rem;
}
.list-box2-2 li{
    width: 48%;
}
.container02{
    /* background: url("../images/container02.jpg") no-repeat 50%/cover; */
    background: #eaedfd;
}
.title001.col2 p{
    color: rgba(15, 88, 177, 0.1);
}
.title001.col2 h2 {
    color: #1663c0;
}

.list-box3 {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
}
.list-box3 .li{
    width: 18.91%;
}
.list-box3 .li.active{
    width: 42.5%;
}

.list-box3 .li .t-box{
    background: #0f58b1;
    padding: .19rem .1rem .2rem;
    /*transition: .5s;*/
}

.list-box3 .li .t-box .icon{
    width: .59rem;
    height: .59rem;
    position: relative;
    margin: 0 auto;
}
.list-box3 .li .t-box p{
    font-size: .18rem;
    color: #fff;
    line-height: .26rem;
    font-weight: 600;
    text-align: center;
    margin-top: .16rem;
}

.list-box4 li a{
    display: block;
    font-size: .16rem;
    line-height: .47rem;
    color: #333;
    padding-left: .22rem;
    border-bottom: 1px solid transparent;
}
.list-box4 li .txt p{
    font-size: .14rem;
    line-height: .24rem;
    color: #878787;
    height: .48rem;
}
.list-box4 li .txt {
    padding: .17rem .18rem;
    border-radius: .1rem;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
    display: none;
}

.list-box4{
    padding: .32rem .1rem;
    min-height: 3.93rem;
    background: #f5f4f9;
}
.list-box3 .li.active .t-box{
    background: #ff8933;
    padding: .32rem .1rem .24rem;
}
.list-box3 .li.active .list-box4 li a{
    padding-left: .15rem;
    border-bottom-color:#f1f1f1;
}
.list-box3 .li.active .list-box4 li.on .txt{
    display: block;
}
.list-box3 .li.active .list-box4{
    padding-left: .2rem;
    padding-right: .2rem;
    background: #fff;
}

.container03 .title001{
    margin-bottom: 1rem;
}

.container03{
    background: url("../images/container03.jpg") no-repeat 50%/cover;
    background: #eaedfd;
}
.title001.col2 .mores a{
    display: block;
    font-size: .14rem;
    color: #0f58b1;
    line-height: .2rem;
    padding-left: 0.36rem;
    background: url('../images/mores.png') no-repeat left center/0.24rem;
}
.title001.col2 .mores{
    position: absolute;
    right: 0;
    top: 70%;
    transform: translateY(-50%);
    z-index: 999;
}
.mores2
{
    top: 80% !important;
}
.list-box5 li{
    width: 20%;
    border-left: 1px solid #d3def0;
    border-top: 1px solid #d3def0;
}
.list-box5 li:nth-child(5n+1){
    border-left: none;
}
.list-box5 li:nth-child(-n+5){
    border-top:none;
}
.list-box5 a{
    display: block;
    padding-top: .22rem;
    padding-bottom: .1rem;
    background: #f1f1f7;
    transition: .5s;
}
.list-box5 a .img_zd .img_hezi{
    padding-bottom: 2.5rem;
}
.list-box5 a .img_zd{
    width: 2rem;
    margin: 0 auto;
}
.list-box5 a .txt h2{
    font-size: .14rem;
    line-height: .24rem;
    color: #333;
    text-align: center;
}
.list-box5 a .txt p{
    font-size: .14rem;
    line-height: .24rem;
    color: #333;
    text-align: center;
}
.list-box5 a .txt{
    padding-top: .15rem;
}
.list-box5 li:hover a{
    background: #fff;
    box-shadow: 0 0 25px rgba(51, 51, 51, 0.3);
    position: relative;
}

.container04 .title001{
    margin-bottom: .57rem;
}
.container04 {
    background: url("../images/container04.jpg") no-repeat 50%/cover;
    background: #eaedfd;
}

.foot .fp-tableCell{
    padding: 0;
}

.section{
    padding: .5rem 0;
}
.container01{
    padding: 0;
}
.list-box3{
    margin-bottom: .4rem;
}
.b-cont{
    margin-bottom: 0 !important;
}
.body_b {
    position: fixed;
    left: 0%;
    top: 100%;
    bottom: 0;
    right: 0;
    background: #fff;
    overflow: hidden;
    transition: top 0.7s cubic-bezier(0.5,0,0.2,1) 0s;
    z-index: 10000;
    overflow: auto;
    outline: none;
}

.body_home {
    background: #fff;
    height: 100%;
    overflow: hidden;
}
.body_b * {
    outline: none;
}

.body_b.showdiv {
    top: 100px;
}
.home body {
    height: 100%;
    overflow: hidden;
    padding: 0;
}

.wp_box
{
	
/* padding: 0.8rem 0; */
}
.wp_box .jx1,.jx2,.jx3
{
    width: 32%;
}
.wp_box .jx1 .tt,.jx2 .tt,.jx3 .tt
{
    margin-bottom:0.1rem;
}
.wp_box .jx1 .tt .tit,.jx2 .tt .tit,.jx3 .tt .tit
{
    background: url(../images/tit1.png) left center no-repeat;
    line-height: 0.4rem;
}
.wp_box  .jx1 .tt .tit .title,.jx2 .tt .tit .title,.jx3 .tt .tit .title
{
    padding-left:0.15rem;
    font-size: 0.2rem;
    color: #1663c0;
    line-height: 40px;
    font-weight: normal;
}
.moreda
{
    float:right;
    font-size:0.14rem;
    color:#1663c0;
}
.wp_box .jx1 .con .wp-menu .menu-item,.jx2 .con .wp-menu .menu-item,.jx3 .con .wp-menu .menu-item
{
    border: 1px solid #1663c0;
    border-radius: 0.1rem;
    margin: 0.07rem 0;
    width: 29%;
    text-align: center;
    overflow: hidden;
}
.wp_box .jx1 .con .wp-menu .menu-item a,.jx2 .con .wp-menu .menu-item a,.jx3 .con .wp-menu .menu-item a
{
    height: 0.46rem;
    line-height: 0.46rem;
    color: #17181a;
    font-size: 0.14rem;
    display: block;
    width: 100%;
}



.container05 .wp .title001
{
    margin-bottom:0.5rem;
}
.container05 .wp .title001 h2
{
    padding-top:0.5rem;
}
.hdzt
{
    padding-bottom: 0rem;
}
.hdzt_ul li
{
    width:32%;
    margin-bottom: 0.35rem;
}
.hdzt_ul li a.alin_r
{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.hdzt_ul li a time
{
    width: 0.65rem;
    height: 0.65rem;
    color: #fff;
    text-align: center;
    background: #14649f;
    /* padding-top: 0.04rem; */
    /* padding-bottom: 0.05rem; */
}
.hdzt_ul li a time span
{
    display: block;
    font-size: .3rem;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 0.08rem;
    margin-top: 0.05rem;
}
.hdzt_ul li a time em
{
    display: block;
    font-size: .13rem;
    line-height: 1;
}
.hdzt_ul li a .txt
{
        width: calc(100% - .9rem);
}
.hdzt_ul li a .txt p
{
    font-size: .16rem;
    line-height: .22rem;
    color: #000000;
    max-height: 0.44rem;
}
.hdzt_ul li a .txt em.hdsj
{
    font-size:0.14rem;
    margin: 0.08rem 0;
    display:block;
}
.hdzt_ul li a .txt p.hddd
{
    font-size:0.14rem;
}


.b-cont-b .title001 p
{
    color: rgba(15, 88, 177, 0.1);
}
.b-cont-b
{
    /* margin-bottom: 0.8rem; */
}
















@media (max-width: 1199px){
    html, body, .body_home {
        height: auto !important
    }
.body_b {
     position: static;
}
    
    .section .fp-tableCell {
        padding: 0;
    }
    .section {
        padding: .4rem 0;
    }
    .foot{
        padding: 0;
    }
    .miso_more{
        display: none;
    }
    .swiper-box1{
        position: static;
    }
    .container01{
        padding-top: .75rem;
    }
    .bannerimg .img_hezi {
        padding-bottom: 50% !important;
    }
    .container01 .content{
       position: static;
        padding-top: .4rem;
    }
    .list_bds01{
        padding: .2rem .15rem;
        min-height: auto;
        background: rgba(5, 78, 170, .8);
    }
    .title001 h2{
       /* font-size: .24rem;*/
        color: #1663c0;
    }
    .title001 p {
       /* font-size: .26rem;*/
        color: rgba(15, 88, 177, 0.1);
    }
    .list1w a p{

        color: #333;
    }
    .b-cont{
        margin-bottom: .4rem;
    }
    .list1w a .icon{
        margin: 0 auto;
    }
}
@media (max-width: 1024px){
 .list-box2-2 li {
    width: 100%;
}   
    .b-cont-search .inp input{
        line-height: .48rem;
        height: .46rem;
    }
    .b-cont-search .subm input{
        height: .46rem;
    }
    .b-cont-search .subm {
        width: 1.03rem;
    }
    .inp.xiala input {
        padding-left: 1.5rem;
    }
    .b-cont-search .inp {
        width: calc(100% - 1.17rem);
    }
    .b-cont-search .inp.xiala .sel{
        top: 0.05rem;
        left: .2rem;
    }
    .inp.xiala .sel dt{
        line-height: .36rem;
    }
    .b-cont-search{
        margin-bottom: .3rem;
    }
    .title001 h2{
        font-size: .24rem;
    }

    .title001 p{
        font-size: .26rem;
    }
    .title001,.title002{
        margin-bottom: .3rem !important;
    }
    .list_tabs02 .li span{
        font-size: .24rem;
        line-height: .5rem;
    }
    .list1w a .icon{
        width: 1rem;
        height: 1rem;
    }
    .list1w a .icon img{
        max-width: 50%;
        max-height: 50%;
    }
    .list1w a .icon p
    {
        color:#ffffff;
    }
    .list_bds2_box .aleft{
        width: 100%;
        margin-bottom: .3rem;
    }
    .list-box1 .pic, .list_bds2_box .aleft .rr .pic{
        padding-top: 60.49%;
    }
    .list_bds2_box .aleft .rr a{
        margin-top: 0;
    }
    .list_bds2_box .aright{
        width: 100%;
    }
    .container03,
    .container04{
        padding-top: 0;
    }
    .list-box3 .li{
        width: 49% !important;
        margin-bottom: .2rem;
    }
    .list-box3 .li.active .t-box,
    .list-box3 .li .t-box{
        background: #0f58b1;
        padding: 0.2rem 0.1rem;
    }
    .list-box3 .li .list-box4 li a{
        padding-left: 0.15rem;
        border-bottom-color: #f1f1f1;
    }
    .list-box3 .li.active .list-box4,
    .list-box3 .li .list-box4{
        padding: .2rem .15rem;
    }
    .list-box4{
        background: #fff;
        min-height: auto;
    }
    .list-box5 li{
        width: 25%;
    }
    .list-box5 li:nth-child(-n+5){
        border-top: 1px solid #d3def0;
    }
    .list-box5 li:nth-child(5n+1){
        border-left: 1px solid #d3def0;
    }
    .list-box5 a .img_zd .img_hezi{
        padding-bottom: 110%;
    }
    .list-box5 a .img_zd{
        max-width: 80%;
        width: auto;
    }
    .list_tabs02 .li:before{
        display: none !important;
    }
    .wp_box .jx1,.jx2,.jx3
    {
        width: 100%;
    }
    .hdzt_ul li
    {
        width:100%;
        margin-bottom: 0.35rem;
    }
}

@media (max-width: 768px){
    .list_tabs01{
        justify-content: flex-start;
    }
    .list_tabs01 .li{
        width: calc(100% / 4);
    }
    .list_bds2_box .aleft .ll, .list_bds2_box .aleft .rr{
        width: 100%;
    }
    .list_bds2_box .aleft .rr{
        margin-top: .26rem;
    }
    .list-box2 a{
        padding: .2rem .15rem;
    }


    .list-box5 li{
        width: 33.33%;
    }
    .list-box5 a .txt h2,
    .list-box5 a .txt p{
        font-size: .16rem;
    }
}
@media (max-width: 640px){
    .title002 .mores{
        display: none;
    }
    .list_bds2_box .ar_wap{
        display: block;
        width: 100%;
        margin-top: .3rem;
    }
    .b-cont-txt{
        padding-left: 0;
    }
    .list-box3 .li{
        width: 100% !important;
    }
}
@media (max-width: 480px){
    .list-box5 li{
        width: 50%;
    }
    .list_tabs02 .li{
        margin: 0 .15rem;
    }
    .list_tabs02 .li:after{
        left: -.16rem;
    }
}

@media screen and (max-height:800px){
    .b-cont{
        margin-bottom: .3rem;
    }
    .list_bds01{
        padding:.25rem .3rem;
        min-height: 1.7rem;
    }
    .b-cont-search{
        margin-bottom:.2rem
    }
}
















/*h20231116修改*/



.banner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.banner a {
    display: block;
    position: relative;
    overflow: hidden;
}
.banner a,.banner div {
    display: block!important;
    height: 100%;
}
.banner .slick-dots {
    right: 50%;
    left: auto;
    width: auto;
    margin-right: -700px;
    bottom: 80px;
}

.banner .slick-dots li,.banner .slick-dots li button {
    width: 24px;
    height: 34px;
    padding: 0;
    opacity: 1;
}

.banner .slick-dots li {
    margin: 0 0 0 20px;
}

.banner .slick-dots li button {
    width: 40px;
    height: 1px;
    vertical-align: middle;
    margin: 0 18px;
    background: #ebeef5;
    opacity: 0.6;
}

.banner .slick-dots li.slick-active button {
    opacity: 1;
    background: url(../images/li.png) center no-repeat;
    height: 50px
}
.bb {
    width: 64px;
    animation: container ease-in-out 2.7s infinite alternate;
    height: 64px;
    cursor: pointer;
    background: url(../images/raw.png) center no-repeat;
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -32px;
}

@media(max-width: 1199px) {
 .banner .slick-dots li, .banner .slick-dots li button {
        width:20px;
        height: 25px;
    }

    .banner .slick-dots li button {
        height: 1px
    }

    .banner .slick-dots li.slick-active button {
        height: 26px;
        background-size: auto 26px
    }

    .banner .slick-dots {
        font-size: 0;
        bottom: 0 !important;
    }
    .banner .slick-dots {
        left: 0;
        width: 100%;
        margin: 0;
        right: 0;
        bottom: 10px;
    }

    .banner .slick-dots li {
        margin: 0 5px;
    }
        .banner a img {
        display: block;
    }

    .banner {
        position: relative;
    }

    .banner .slick {
        margin: 0;
    }
     .banner a {
        height: auto;
    }
}

.sticky-nav ul li{
    padding: 0.005rem 0;
}
.sticky-nav ul li a{
    display: flex;
    height: .99rem;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: #14649f;
    transition: .5s;
}
.sticky-nav ul li img{
    display: block;
    max-width: .28rem;
}
.sticky-nav ul li h3{
    font-size: .14rem;
    color: #fff;
    margin-top: .1rem;
}
.sticky-nav ul li:hover a{
    background: #c1272d;
}

.sticky-nav2 li a{
    display: block;
}
.sticky-nav2 li .pic{
    padding-top: 2.88rem;
}
.sticky-nav2 li{
    margin-bottom: .82rem;
}
.sticky-nav2 li:last-child{
    margin-bottom: 0;
}


.container03{
    position: relative;
    z-index: 2;
}
.container03 .sticky-nav,
.container03 .sticky-nav2{
    position: absolute;
    top: 1.1rem;
    bottom: 0;
    right: 0;
    z-index: 4;
}
.container03  .sticky {
    position: sticky;
    top: 0;
    height: 100vh;
    max-height: 100%;
}

.container03 .sticky-nav2{
    left: 0;
    width: 1.55rem;
}