@charset "utf-8";
.banner{
    position: relative;
}
.my_swiper a{
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.my_swiper a .img {
    overflow: hidden;
    width: 100vw;
    transform: scale(1);
    transition: 6s
}
.my_swiper a .img .img_hezi{
    padding-bottom: 9rem;
    transform: scale(1) !important;
    transition: 0s;
    background-size: cover ;
    background-position: center ;
    background-repeat: no-repeat ;
}

.my_swiper .swiper-slide-active a .img {
  /*  transform: scale(1.03);*/
}

.my_swiper a:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 67.1875%;
    height: .8rem;
    background: #f3fbff;
}

.banner .banner_box{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: .1rem;
    z-index: 5;
}

.banner_box .wp{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.my_swiper2{
    width: 9.88rem;
}
.my_swiper2 a{
    display: block;
    position: relative;
}
.my_swiper2 a .pic{
    padding-top: 1.4rem;
}
.my_swiper2 a:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: .03rem solid #e9cb96;
    opacity: 0;
    visibility: visible;
    transition: .5s;
}

.my_swiper2 .swiper-slide-thumb-active a:after{
    opacity: 1;
    visibility: visible;
}


.banner_box .btnBox{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-bottom: .24rem;
}

.banner_box .btnBox .btn{
    position: static;
    width: .12rem;
    height: .22rem;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    transform: none;
}

.banner_box .btnBox .prev{
    margin-right: .36rem;
    background-image: url("/bwg/images/prev01.png");
}
.banner_box .btnBox .next{
    background-image: url("/bwg/images/next01.png");
}
.banner_box .btnBox .page{
    position: static;
    font-size: 0;
    margin-left: .54rem;
}

.banner_box .btnBox .page span{
    opacity: 1;
    position: relative;
    width: .1rem;
    height: .1rem;
    margin: 0 0 0 .25rem;
    border-radius: 50%;
    background-color:#fff;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
    vertical-align: middle;
}
.banner_box .btnBox .page span.active{
    width: .25rem;
    height: .16rem;
    border-radius: 0;
    background-color: transparent;
    background-image: url("/bwg/images/dots.png");
}

.title001{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.title001 .tit_box{
    display: flex;
    align-items: center;
}
.title001 .tit_box img{
    display: block;
    height: .66rem;
    margin-right: .08rem;
}
.title001 .tit_box h3{
    font-size: .36rem;
    line-height: 1;
    color: #0096c2;
    font-family: 'songtiB', sans-serif;
    margin-bottom: .06rem;
}
.title001 .tit_box p{
    font-size: .16rem;
    line-height: 1;
    color: #0096c2;
    font-weight: 200;
}
.title001 .more{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: .2rem;
    line-height: .26rem;
    color: #ddbd85;
    display: flex;
    align-items: center;
    z-index: 3;
    padding-left: .17rem;
}
.title001 .more img{
    display: block;
    width: .26rem;
    height: .26rem;
    margin-left: .06rem;
    transition: .5s;
}
.title001 .more:before{
    position: absolute;
    content: '';
    left: 0;
    top: -.18rem;
    width: .66rem;
    height: .63rem;
    background: url("/bwg/images/more2.png") no-repeat 50%;
    background-size: 100%;
}
.title001 .more:hover img{
    transform: rotate(45deg);
}
.list1w .swiper-container{
    overflow: visible;
}
.list1w a{
    display: block;
    position: relative;
    padding-top: .5rem;
    padding-bottom: .48rem;
}
.list1w a .pic{
    padding-top: 3.42rem;
}
.list1w a .imgBox{
    position: relative;
    transition: .5s;
}
.list1w a .imginfo{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1.8rem;
    background: url("/bwg/images/s1-img03.jpg") no-repeat 50%;
    background-size: 100% 100%;
    transition:opacity ,visibility .5s;
}
.list1w .swiper-slide-next a .imginfo{
    right: 50%;
    margin-right: 1rem;
}

.list1w a .imginfo{
    padding: .4rem .41rem;
}

.list1w a .imginfo time{
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    margin-bottom: .2rem;
}
.list1w a .imginfo span{
    display: block;
    font-size: .3rem;
    line-height: 1;
    margin-right: .08rem;
}
.list1w a .imginfo em{
    display: block;
    font-size: .12rem;
    line-height: 1;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    letter-spacing: -1px;
}

.list1w a .imginfo h4{
    font-size: .2rem;
    line-height: .3rem;
    color: #fff;
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
    max-height: 80%;
}

.list1w .swiper-wrapper{
    align-items: flex-end;
}
.list1w .swiper-slide-active a .pic{
    padding-top: 3.92rem;
}

.list1w .swiper-slide-active .imgBox{
    width: calc(100% - 4.4rem);

}


.list1w a .con{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 4.4rem;
    padding: .57rem .6rem .66rem;
    background: url("/bwg/images/s1-img04.jpg") no-repeat 50%;
    background-size: 100% 100%;
    box-shadow: 0 0 .1rem rgba(0, 0, 0, 0.08);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-.2rem);
    transition: .6s;
}

.list1w a .con h5{
    font-size: .2rem;
    line-height: .3rem;
    color: #ddbc85;
    margin-bottom: .09rem;
}

.list1w a .con h3{
    font-size: .24rem;
    line-height: .36rem;
    color: #222222;
    height: .36rem;
    margin-bottom: 0.20rem;
    transition: .5s;
}
.list1w a .con .xinxi h6{
    display: flex;
    align-items: center;
    font-size: .18rem;
    line-height: .3rem;
    margin-top: .14rem;
}
.list1w a .con .xinxi h6:first-child{
    margin-top: 0;
}
.list1w a .con .xinxi h6 img{
    display: block;
    height: .3rem;
    margin-right: .27rem;
}

.list1w a .con .xinxi h6 time{
    display: flex;
    align-items: center;
    color: #222222;
    line-height: 1;
}
.list1w a .con .xinxi h6 time span{
    display: block;
    font-size: .3rem;
    margin-right: .03rem;
}
.list1w a .con .xinxi h6 time em{
    display: block;
    font-size: .12rem;
    line-height: 1;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    letter-spacing: -1px;
}
.list1w a .con .xinxi h6 i{
    display: block;
    width: .3rem;
    height: 1px;
    background: #e4e4e4;
    margin-left: .07rem;
    margin-right: .07rem;
}

.list1w a .con .xinxi{
    padding-top: .20rem;
    padding-bottom: .15rem;
    margin-bottom: .22rem;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}


.list1w a .con .yuyue{
    display: flex;
}
.list1w a .con .yuyue h4{
    position: relative;
    font-size: .2rem;
    line-height: .48rem;
    color: #ddbd85;
    border: 1px solid #ddbd85;
    width: 1.9rem;
    text-align: center;
    transition: .5s;
}
.list1w a .con .yuyue h4:before,
.list1w a .con .yuyue h4:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    width: 1px;
    background: #ddbd85;
}
.list1w a .con .yuyue h4:before{
    left: .05rem;
}
.list1w a .con .yuyue h4:after{
    right: .05rem;
}

.list1w a .con .yuyue h4:hover{
    color: #fff;
    background: #ddbd85;
}
.list1w a .con .yuyue h4:hover:before,
.list1w a .con .yuyue h4:hover:after{
    background: #fff;
}
.list1w a:hover .con h3{
    color: #0095c2;
}

.list1w .swiper-slide-active .imgBox .imginfo{
    opacity: 0;
    visibility: hidden;
}

.list1w .swiper-slide-active a .con{
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.list1w .page{
    font-size: 0;
    bottom: 0;
    left: -.12rem;
    text-align: left;
}
.list1w .page span{
    width: .1rem;
    height: .1rem;
    margin: 0 .12rem;
    background: rgba(28, 162, 201, 0.3) no-repeat 50%/100%;
    opacity: 1;
    vertical-align: middle;
}
.list1w .page span.active{
    width: .24rem;
    height: .24rem;
    margin: 0 .05rem;
    background-color: transparent;
    background-image: url("/bwg/images/s1-img07.png");
}
.list1w .btn{
    width: .54rem;
    height: .54rem;
    background: #fff no-repeat 50%;
    background-size: .24rem;
    border-radius: 50%;
    margin-top: .15rem;
}

.list1w .prev{
    left: .1rem;
    background-image: url("/bwg/images/prev02.png");
}

.list1w .next{
    right: -.1rem;
    background-image: url("/bwg/images/next02.png");
}

.list1w {
    padding:0  16.66vw;
    height: 4.9rem;
    position: relative;
}

.home1 .title001{
    margin-bottom: .46rem;
}

.home1{
    padding-top: .88rem;
    overflow: hidden;
    padding-bottom: 1.18rem;
    background: url("/bwg/images/home1.png") no-repeat bottom center;
    background-size: cover;
}

.home2 .title001 .tit_box img{
    height: .74rem;
}

.home2 .title001{
    margin-bottom: .35rem;
}

.home2 .wz_txt p{
    font-size: .2rem;
    line-height: .36rem;
    color: #000000;
    opacity: .6;
    text-align: center;
}
.home2 .wz_txt{
    position: relative;
    padding: 0 1.92rem;
    z-index: 3;
    margin-bottom: .14rem;
}
.home2 .wz_txt:before{
    position: absolute;
    content: '';
    top: -.58rem;
    left: 1.24rem;
    width: .99rem;
    height: .81rem;
    background: url("/bwg/images/s2-img01.png") no-repeat 50%;
    background-size: 100%;
    z-index: -1;
}
.home2 .wz_txt:after{
    position: absolute;
    content: '';
    bottom: -.24rem;
    right: 1.05rem;
    width: .98rem;
    height: .8rem;
    background: url("/bwg/images/s2-img02.png") no-repeat 50%;
    background-size: 100%;
    z-index: -1;
}

.list_tabs1 a{
    display: block;
    position: relative;
    padding-top: .24rem;
    padding-bottom: .21rem;
    z-index: 3;
    transition: .5s;
}
.list_tabs1 a .icon{
    position: relative;
    height: .88rem;
}
.list_tabs1 a .icon svg{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    max-width: 80%;
    max-height:100%;
    margin: auto;
}
.list_tabs1 a .icon svg .cls-1{
    stroke: #0095c2;
}
.list_tabs1 a .icon svg .cls-2{
    fill: #0095c2;
}
.list_tabs1 a .icon .img02,
.list_tabs1 .swiper-slide-thumb-active a .icon .img01{
    opacity: 0;
    visibility: hidden;
}
.list_tabs1 a h4{
    font-size: .24rem;
    line-height: .34rem;
    color: #0096c2;
    text-align: center;
    margin-top: .18rem;
}
.list_tabs1 a:after{
    position: absolute;
    content: '';
    left: 50%;
    top: 100%;
    margin-left: -.08rem;
    border: .08rem solid transparent;
    border-top-color: #0096c2;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}
.list_tabs1{
    padding-top: .08rem;
    padding-bottom: .08rem;
    margin-bottom: .73rem;
}
.list_tabs1 .swiper-slide-thumb-active a{
    background: #0096c2;
    box-shadow: 0 0 .1rem rgba(1, 129, 167, 0.2);
}
.list_tabs1 .swiper-slide-thumb-active a:after{
    opacity: 1;
    visibility: visible;
}
.list_tabs1 .swiper-slide-thumb-active a .icon .img02{
    opacity: 1;
    visibility: visible;
}

.list_tabs1 .swiper-slide-thumb-active a .icon svg .cls-1{
    stroke: #fff;
}
.list_tabs1 .swiper-slide-thumb-active a .icon svg .cls-2{
    fill: #fff;
}

.list_tabs1 .swiper-slide-thumb-active a h4{
    color: #fff;
}

.list_bds1_li .top{
    position: relative;
    padding-left: 4.82rem;
}
.list_bds1_li .top h4{
    font-size: .32rem;
    line-height: .4rem;
    color: #222222;
    margin-bottom: .18rem;
}
.list_bds1_li .top .line{
    display: block;
    width: 1rem;
    height: .02rem;
    background: #0096c2;
    margin-bottom: .33rem;
}
.list_bds1_li .top p{
    font-size: .16rem;
    line-height: .24rem;
    color: #666666;
    height: .48rem;
}
.list_bds1_li .top a{
    position: absolute;
    right: 0;
    top: 0;
    background: #ddbd85;
    width: 1.9rem;
    border: 1px solid #eedec2;
    font-size: .2rem;
    line-height: .48rem;
    color: #fff;
    text-align: center;
    transition: .5s;
}
.list_bds1_li .top a:before,
.list_bds1_li .top a:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    width: 1px;
    background: #eedec2;
}
.list_bds1_li .top a:before{
    left: .05rem;
}
.list_bds1_li .top a:after{
    right: .05rem;
}
.list_bds1_li .top a:hover{
    background: #0095c2;
    border-color: #0095c2;
}
.list_bds1_li .top{
    margin-bottom: .27rem;
}

.list_bds1 .swiper-slide-active{
    z-index: 9;
}


.list2w a{
    display: block;
    transition: .5s;
}
.list2w a .pic{
    padding-top: 3.06rem;
}

.list2w a:hover{
    transform: translateY(-.3rem);
    box-shadow: 0 0 .3rem rgba(0, 0, 0, 0.58);
}

.list2w .swiper-container{
    padding-top: .6rem;
}
.list2w .btn{
    width: .54rem;
    height: .54rem;
    background: #fff no-repeat 50%;
    background-size: .24rem;
    border-radius: 50%;
    margin-top: -.25rem;
}
.list2w .prev{
    left: -.3rem;
    background-image: url("/bwg/images/prev02.png");
}
.list2w .next{
    right: -.3rem;
    background-image: url("/bwg/images/next02.png");
}

.list2w .prev:hover{
    background-image: url("/bwg/images/prev03.png");
}

.list2w .next:hover{
    background-image: url("/bwg/images/next03.png");
}
.list2w .page{
    font-size: 0;
    position: static;
    margin-top: .7rem;
}
.list2w .page span{
    width: .1rem;
    height: .1rem;
    margin: 0 .47rem;
    background: #ddbd85 no-repeat 50%/100%;
    border-radius: 50%;
    opacity: 1;
    vertical-align: middle;
}

.list2w .page span.active{
    width: .38rem;
    height: .38rem;
    margin: 0 .3rem;
    background-image: url("/bwg/images/s2-img04.png");

}

.list2w{
    position: relative;
}

.list_bds1 .swiper-slide .swiper-slide{
    pointer-events:inherit ;
}

.list_bds1 {
    padding: 0 .3rem;
    margin: 0 -.3rem;
}

.home2 {
    padding-top: .73rem;
    padding-bottom: .11rem;
    background: #f4fcff url("../images/home2.png") no-repeat bottom center;
    background-size: 100%;
}

.home3 .content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.home3 .left{
    width: 38.75%;
}

.list3w a{
    display: block;
}
.list3w a .imgBox{
    padding: .09rem;
    border: 1px solid #d8eaf2;
}
.list3w a .pic{
    padding-top: 3.8rem;
}
.list3w a time{
    position: absolute;
    left: .2rem;
    top: .17rem;
    width: .8rem;
    height: .8rem;
    background: #0096c2;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.list3w a time span{
    display: block;
    font-size: .28rem;
    line-height: 1;
    font-weight: 600;
    margin-bottom: .06rem;
}
.list3w a time em{
    display: block;
    font-size: .12rem;
    line-height: 1;
}

.list3w a .txt h3{
    font-size: .2rem;
    line-height: .3rem;
    color: #222222;
    height: .6rem;
    transition: .5s;
    font-family: 'mcsemidbold',sans-serif;
}
.list3w a .txt{
    padding: .23rem .28rem .25rem .1rem;
    position: relative;
}
.list3w a .txt:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: .5rem;
    height: 1px;
    background: #e0f2f9;
}
.list3w a .txt:before{
    position: absolute;
    content: '';
    width: .3rem;
    height: .3rem;
    bottom: 0;
    right: 0;
    background: url("/bwg/images/s3-img02.png") no-repeat 50%/100%;
    transition: .5s;
}
.list3w a:hover .txt:before{
    transform: rotate(45deg);
}
.list3w a:hover .txt h3{
    color: #0096c2;
}

.home3 .right{
    width: 57.5%;
    padding-right: 1.54rem;
    position: relative;
    z-index: 3;
}

.list_box1 a{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.list_box1 a time{
    width: 1rem;
    height: 1rem;
    display: flex;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: url("/bwg/images/s3-img03.png") no-repeat 50%/100%;
}
.list_box1 a time span{
    display: block;
    font-size: .36rem;
    line-height: 1;
    color: #0096c2;
    font-weight: 600;
    margin-bottom: .08rem;
}
.list_box1 a time em{
    display: block;
    font-size: .14rem;
    line-height: 1;
    color: #b4b4b4;
}
.list_box1 a .con{
    width: calc(100% - 1.4rem);
    display: flex;
    justify-content: space-between;
}
.list_box1 a .pic{
    width: 2.2rem;
    height: 1.3rem;
}

.list_box1 a .txt{
    width: calc(100% - 2.5rem);
    position: relative;
}
.list_box1 a .txt h3{
    font-size: .18rem;
    line-height: .26rem;
    color: #222222;
    height: .52rem;
    margin-bottom: .12rem;
    transition: .5s;
    font-family: 'mcsemidbold',sans-serif;
}
.list_box1 a .txt p{
    font-size: .14rem;
    line-height: .18rem;
    color: rgba(34, 34, 34, 0.6);
    height: .36rem;
}
.list_box1 a .txt:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    right: .5rem;
    height: 1px;
    background: #e0f2f9;
}

.list_box1 a .txt:before{
    position: absolute;
    content: '';
    width: .3rem;
    height: .3rem;
    bottom: 0;
    right: 0;
    background: url("/bwg/images/s3-img02.png") no-repeat 50%/100%;
    transition: .5s;
}
.list_box1 a:hover .txt:before{
    transform: rotate(45deg);
}
.list_box1 a:hover .txt h3{
    color: #0096c2;
}
.list_box1 li{
    margin-top: .49rem;
}
.list_box1 li:first-child{
    margin-top: .09rem;
}

.home3 .right:after{
    position: absolute;
    content: '';
    right: calc((100vw - 16rem ) / -2);
    bottom: .48rem;
    width: 2.54rem;
    height: 5.26rem;
    background: url("/bwg/images/s3-img05.png") no-repeat 50%/100%;
    z-index: -1;
}

.home3 .title001{
    margin-bottom: .49rem;
}

.home3{
    overflow: hidden;
    padding-top: 1.1rem;
    padding-bottom: .68rem;
    background: url("/bwg/images/home3.png") no-repeat top center;
    background-size: cover;
}

.list4w{
    padding: 0 1.1rem;
    overflow: hidden;
}
.list4w .swiper-container{
    perspective: 1200px;
    padding: .24rem 0;
}
.list4w .swiper-wrapper,
.list4w .swiper-slide{
    transform-style: preserve-3d;
}
.list4w a{
    display: block;
    position: relative;
    padding-bottom: .9rem;
}
.list4w a:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 1.21rem;
    background: url("/bwg/images/s4-img05.png") no-repeat 50%;
    background-size: 100%;
    transition: .5s;
}
.list4w .swiper-slide:nth-child(2n+1) a{
    margin-top: .8rem;
}
.list4w .swiper-slide:nth-child(2n+1) a:after{
    background-image: url("/bwg/images/s4-img06.png");
}
.list4w a .pic{
    padding-top: 201.14%;
}
.list4w .swiper-slide a .pic{
    transform: skewY(10deg);
    transition: transform .5s;
}
.list4w .swiper-slide:nth-child(2n+1) a .pic{
    transform: skewY(-10deg);

}

.list4w .swiper-slide:hover a .pic{
    transform: skewY(0) !important;
}
.list4w .swiper-slide:hover a:after{
    transform: skewY(-10deg);
}
.list4w .swiper-slide:nth-child(2n+1):hover a:after{
    transform: skewY(10deg);
}

.list4w .btn{
    width: .54rem;
    height: .54rem;
    transform: translateY(0);
    background: #fff no-repeat 50%/.24rem;
    border-radius: 50%;
    transition: .5s;
    margin-top: -1rem;
}
.list4w .prev{
    left: 0;
    background-image: url("/bwg/images/prev02.png");
}

.list4w .next{
    right: 0;
    background-image: url("/bwg/images/next02.png");
}
.list4w .prev:hover{
    background-image: url("/bwg/images/prev03.png");
}
.list4w .next:hover{
    background-image: url("/bwg/images/next03.png");
}

.list4w .page{
    font-size: 0;
    bottom: .45rem;
    left: 0;
    width: 100%;
}
.list4w .page span{
    width: .1rem;
    height: .1rem;
    background: #1ca2c9 no-repeat 50%/100%;
    border-radius: 50%;
    margin: 0 .12rem;
    vertical-align: middle;
    opacity: 1;
}

.list4w .page span.active{
    width: .24rem;
    height: .24rem;
    margin: 0 .07rem;
    background-color: transparent;
    background-image: url("/bwg/images/s1-img07.png");
}

.list4w{
    position: relative;
}
.home4 .title001{
    margin-bottom: .6rem;
}
.home4{
    padding-top: .37rem;
    padding-bottom: .71rem;
    background: url("/bwg/images/home4.png") no-repeat top  center;
    background-size: 100%;
}

.ftlink{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background: url("/bwg/images/ftlink.png") no-repeat 50%;
    background-size: cover;
}
.ftlink .li{
    width: 25%;
    height: 2rem;
    background: rgba(0, 0, 0, 0.1);
}
.ftlink .li:nth-child(2n){
    background: rgba(0, 150, 194, 0.3);
}
.ftlink .li a{
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.ftlink .li a .icon{
    width: .8rem;
    height: .8rem;
    position: relative;
    transition: .5s;
}
.ftlink .li a h4{
    font-size: .18rem;
    line-height: .22rem;
    color: #fff;
    text-align: center;
    margin-top: .12rem;
}
.ftlink .li a:hover .icon{
    transform: rotateY(180deg);
}

.foot1 .ft1{
    margin-bottom: .37rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.foot1 .ft1 .ftlogo img{
    height: .7rem;
}

.foot1 .ft_list li a{
    width: .5rem;
    padding: .16rem 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: 2rem;


}
.foot1 .ft_list li a img{
    display: block;
    width: .2rem;
    margin-bottom: .1rem;
}
.foot1 .ft_list li a h3{
    font-size: .18rem;
    width: .2rem;
    color: #fff;
    line-height: .22rem;
    font-family: 'songtiR', sans-serif;
}
.foot1 .ft_list li{
    position: relative;
    margin-left: .5rem;
    border: 1px solid transparent;
}
.foot1 .ft_list li:before,
.foot1 .ft_list li:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    height: 1px;
    background: #fff;
    opacity: 1;
    visibility: hidden;

}
.foot1 .ft_list li:before{
    top: .05rem;
}
.foot1 .ft_list li:after{
    bottom: .05rem;
}

.foot1 .ft_list li:hover:before,
.foot1 .ft_list li:hover:after{
    opacity: 1;
    visibility: visible;
}
.foot1 .ft_list li:hover{
    border-color: #fff;
}
.ftadd{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.ftadd .li{
    display: flex;
    align-items: center;
    margin-right: .85rem;
}
.ftadd .li img{
    display: block;
    width: .52rem;
    height: .52rem;
    margin-right: .1rem;
}

.ftadd .li h4{
    font-size: .16rem;
    line-height: .2rem;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: .05rem;
}
.ftadd .li p{
    font-size: .16rem;
    line-height: .2rem;
    color: #fff;
}

.foot1{
    padding-top: .6rem;
    padding-bottom: 1.14rem;
    background: url("/bwg/images/foot1.jpg") no-repeat bottom center;
    background-size: cover;
}
/*@media (max-width: 1769px) {
    .list1w .swiper-slide-next a .imginfo{
        margin-right: 1.9rem;
    }
}
@media (max-width: 1561px) {
    .list1w .swiper-slide-next a .imginfo{
        margin-right: 2.2rem;
    }
}*/

@media (max-width: 1199px) {
    .banner{
        margin-top: .75rem;
    }
    .my_swiper a .img .img_hezi{
        padding-bottom: 46.875%;
    }
    .home3 .right:after{
        right: -15px;
        width: 1.9rem;
        height: 4rem;
    }
}
@media (max-width: 1026px){
    .my_swiper2{
        display: none;
    }
    .my_swiper a:after{
        display: none;
    }
    .banner_box .wp{
        justify-content: center;
    }
    .banner_box .btnBox{
        padding-bottom: 0;
    }
    .banner .banner_box{
        bottom: .2rem;
    }
    .banner_box .btnBox .page{
        margin-left: .1rem;
    }
    .banner_box .btnBox .page span{
        margin-left: .2rem;
    }
    .title001 .tit_box img{
        height: .5rem !important;
    }
    .title001 .tit_box h3{
        font-size: .28rem;
    }
    .title001 .more{
        font-size: .16rem;
    }
    .title001 .more img{
        width: .2rem;
        height: .2rem;
    }
    .list1w{
        padding: 0;
    }
    .list1w .swiper-container{
        overflow: hidden;
    }
    .home1 .title001{
        margin-bottom: .36rem;
    }
    .home1{
        padding-top: .45rem;
        padding-bottom: .45rem;
    }
    .home2 .wz_txt{
        padding: 0;
    }
    .home2 .wz_txt:before{
        left: 0;
        top: -.2rem;
        width: .6rem;
        height: .42rem;
    }
    .home2 .wz_txt:after{
        right: 0;
        bottom: -.2rem;
        width: .6rem;
        height: .42rem;
    }
    .home2 .wz_txt p{
        font-size: .18rem;
    }
    .list_tabs1 a h4{
        font-size: .22rem;
    }
    .list_tabs1 a .icon{
        height: .7rem;
    }
    .list_bds1_li .top{
        padding-left: 0;
    }
    .list_bds1_li .top h4{
        font-size: .26rem;
        line-height: .38rem;
        margin-bottom: .1rem;
        min-height: 0.76rem;
    }
    .list_bds1_li .top a{
        font-size: .16rem;
        line-height: .38rem;
        width: 1.3rem;
    }
    .list_bds1_li .top .line{
        margin-bottom: .15rem;
    }
    .list2w a .pic{
        padding-top: 61.94%;
    }
    .list2w .btn{
        width: .4rem;
        height: .4rem;
        background-size: .18rem;
    }
    .list2w .prev{
        left: 0;
    }
    .list2w .next{
        right: 0;
    }
    .list2w .page{
        margin-top: .2rem;
    }
    .list2w .page span{
        margin: 0 .1rem;
    }
    .list2w .page span.active{
        width: .28rem;
        height: .28rem;
        margin: 0 .1rem;
    }
    .list2w .swiper-container{
        padding-top: 0;
    }
    .list2w a:hover{
        transform: translateY(0);
    }
    .list_tabs1{
        margin-bottom: .3rem;
    }
    .home2{
        padding-top: .45rem;
        padding-bottom: .2rem;
    }
    .home3 .title001{
        margin-bottom: .36rem;
    }
    .home3 .left{
        width: 100%;
        margin-bottom: .45rem;
    }
    .list3w a .pic{
        padding-top: 63.33%;
    }
    .home3 .right{
        width: 100%;
        padding-right: 0;
    }
    .home3 .right:after{
        display: none;
    }
    .list_box1 a time span{
        font-size: .32rem;
    }
    .home3{
        padding-top: .45rem;
        padding-bottom: .45rem;
    }
    .list4w{
        padding: 0;
    }
    .home4 .title001{
        margin-bottom: .36rem;
    }
    .home4{
        padding-bottom: .25rem;
    }
    .ftlink .li a .icon{
        width: .6rem;
        height: .6rem;
    }
    .ftlink .li{
        height: 1.5rem;
    }
    .foot1{
        padding-top: .3rem;
        padding-bottom: .3rem;
    }
    .foot1 .ft_list li{
        margin-left: .3rem;
    }
    .foot1 .ft1{
        margin-bottom: .2rem;
    }
.list1w .page {
    left: 0.1rem;
}


}
@media (max-width: 769px){
    .list1w{
        height: auto;
    }
    .list1w .swiper-slide-active .imgBox{
        width: 100%;
    }
    .list1w a .con{
        opacity: 1;
        visibility: visible;
        width: 100%;
        position: static;
        padding: .2rem .2rem;
        transform: none;
    }
    .list1w a .con h3{
        font-size: .2rem;
        margin-bottom: .15rem;
    }
    .list1w a .con .xinxi{
        padding-top: .2rem;
        padding-bottom: .2rem;
        margin-bottom: .2rem;
    }
    .list1w a .con .yuyue h4{
        font-size: .18rem;
        line-height: .42rem;
        width: 1.4rem;
    }
    .list1w .prev{
        left: 0;
    }
    .list1w .next{
        right: 0;
    }
    .list1w a .pic{
        padding-top: 75.38% !important;
    }
    .list1w a .imginfo{
        display: none;
    }
    .list1w a{
        padding-top: 0;
        padding-bottom: 0;
    }
    .list1w .page{
        left: 0;
        right: 0;
        text-align: center;
        position: static;
        margin-top: .2rem;
    }
    .list1w a .con .xinxi h6 img{
        margin-right: .1rem;
    }
    .list_tabs1 a .icon{
        max-width: 80%;
        margin: 0 auto;
    }
    .list_tabs1 a h4{
        font-size: .2rem;
        margin-top: .1rem;
    }
    .list_tabs1 a{
        padding-top: .14rem;
        padding-bottom: .14rem;
    }
    .list4w .swiper-slide:nth-child(2n+1) a{
        margin-top: .2rem;
    }
    .list_box1 li{
        margin-top: .3rem;
    }
    .foot1 .ft1{
        flex-wrap: wrap;
    }
    .foot1 .ft1 .ftlogo{
        width: 100%;
        margin-bottom: .2rem;
    }
    .foot1 .ft1 .ftlogo img{
        display: block;
        height: .6rem;
        margin: 0 auto;
    }
    .foot1 .ft_list li{
        margin-left: 0;
        width: 33.33%;
    }
    .foot1 .ft_list li a h3{
        width: auto;
        line-height: .36rem;
    }
    .foot1 .ft_list li a{
        width: auto;
        flex-direction: row;
        min-height: auto;
        padding: 0 .15rem;
    }
    .foot1 .ft_list li a img{
        margin-bottom: 0;
        margin-right: .05rem;
    }
    .foot1 .ft_list li:before, .foot1 .ft_list li:after{
        width: 1px;
        height: auto;
        top: 0;
        bottom: 0;
        left: auto;
        right: auto;
    }
    .foot1 .ft_list{
        justify-content: flex-start;
    }
    .foot1 .ft_list li:before{
        left: .05rem;
    }
    .foot1 .ft_list li:after{
        right: .05rem;
    }
    .ftadd .li{
        margin-right: .35rem;
    }
    .ftadd .li img{
        width: .4rem;
        height: .4rem;
    }
}
@media (max-width: 641px){
    .list1w .btn{
        margin-top: 0;
        top:25%;
        transform: none;
    }
    .list_box1 a time{
        width: .9rem;
        height: .9rem;
    }
    .list_box1 a time span{
        font-size: .3rem;
        margin-bottom: .05rem;
    }
    .list_box1 a .con{
        width: calc(100% - 1.1rem);
    }
    .ftadd .li{
        width: 100%;
        margin-right: 0;
        margin-top: .15rem;
    }
    .foot1 .ft_list li{
        width: 50%;
    }
}
@media (max-width: 481px){
    .list1w .btn{
        margin-top: 0;
        top:20%;
        transform: none;
    }
    .list_box1 a .pic{
        display: none;
    }
    .list_box1 a .txt{
        width:100%;
        padding-bottom: .26rem;
    }
    .list_box1 a .txt:before{
        width: .24rem;
        height: .24rem;
    }
    .list_box1 a .txt p{
        font-size: .16rem;
        line-height: .24rem;
        height: .48rem;
    }
    .list_box1 a .txt h3{
        font-size: .2rem;
    }
    .list3w a time{
        width: .95rem;
        height: .95rem;
        top: .1rem;
        left: .1rem;
    }
    .ftlink .li{
        width: 50%;
    }
    .ftlink .li:nth-child(3){
        background: rgba(0, 150, 194, 0.3);
    }
    .ftlink .li:nth-child(4){
        background: rgba(0, 0, 0, 0.1);
    }
}