
.footer{
    background: #1658A0;
    color: #fff;

    box-shadow: 0px -3px 6px #F5F5F5;
}
.foot-top{
    background: #F5F5F5; 
    /* margin-top: .3rem; */
    width: 100%;
    height: 3.7rem;
    padding: .6rem 0;
/* 
    background: linear-gradient(to bottom right, #ffffff, #1658A0); */
    /* border-bottom: 1px solid #fff; */
}
.foot-top>div{
}
.foot-logo{
    width: 8.44rem;
    height: 2.33rem;
    background:url(../image/logo.png) repeat 100% 100%;
    background-size: 100% 100%;
    margin-right: 3rem;
}
.rightcode{
    width: 2rem;
    text-align: center;
}
.rightcode img{
    width: 1.6rem;
    height: 1.6rem;
    margin-bottom: .26rem;
}
.rightcode p{
    color: rgba(255, 255, 255, 0.6);
    font-weight: 400;
    font-size: .26rem;
    color: #1D2125;
    line-height: .5rem;
    text-align: center;
}
/*  */
.foot-links{
    margin: 0 1rem 0 0;
    min-width: 6rem;
    border-left: 1px solid rgba(28,32,36, 0.15);
    border-right: 1px solid rgba(28,32,36, 0.15);
    padding: .5rem 0;
}
.foot-links p{
    padding: 0 .92rem .36rem;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    font-size: .32rem;
    color: #1658A0;
    line-height: .38rem;
}

.foot-top .foot-links .con {
    box-sizing: border-box;
    width: 9.6rem;
    padding: 0 .92rem;
}

.foot-top .foot-links .con a {
    width: 40%;
    text-align: left;
    padding: 0 0 .26rem 0;
    font-size: .26rem;
    color: #1D2125;
    line-height: .3rem;
}




/*  */

.foot-bottom{
    padding: .6rem 0 ;
}

.foot-sw{
    width:5.68rem;
    height: 3rem;
    font-size: .3rem;
    line-height: .72rem;
    padding: .1rem;
    box-sizing: border-box;
}

.foot-sw h5{
    font-size: .48rem;
}
.summary1{
    margin-top: .36rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: .48rem;
    font-size: .3rem;
}
.foot-sw .swiper{
    height: 2.5rem;
}




.swp-btn-box{
    position: relative;
}

.title-text{
    border-bottom: 1px solid #EB6753;
}

.swp-btn-box .swiper-button-prev, .swp-btn-box .swiper-button-next {
    --swiper-navigation-size: .2rem;
    color: #000000;
}
.swp-btn-box  .swiper-button-prev{
    /* right: .66rem; */
    left: auto;
}
.swp-btn-box  .swiper-button-next{
    /* right: .66rem; */
    left: .66rem;
}



.swp-btn-box  .swiper-button-next,.swp-btn-box  .swiper-button-prev{
    width: .4rem;
    height: .4rem;
}
.swp-btn-box  .swiper-button-next::after,.swp-btn-box  .swiper-button-prev::after{
    content:""
}
.swp-btn-box  .swiper-button-next{
    background: url(../image/swright.png) no-repeat center center #fff;
    background-size: auto;
}

.swp-btn-box  .swiper-button-prev{
    background: url(../image/swleft.png) no-repeat center center #fff;
    background-size: auto;
}
.swp-btn-box  .swiper-button-next:hover{
    background: url(../image/swright.png) no-repeat center center rgb(255, 255, 255,.6);
    background-size: auto;
}
.swp-btn-box  .swiper-button-prev:hover{
    background: url(../image/swleft.png) no-repeat center center rgb(255, 255, 255,.6);
    background-size: auto;
}

.footer-swiper-icon{
    width: .56rem;
    height: .56rem;
    background: url(../image/footerSwIcon.png) no-repeat 0  0 ;
    background-size: 100% 100%;
}
.footer-swiper-icon2{
    width: .32rem;
    height: .32rem;
    background: url(../image/footerSwIcon2.png) no-repeat 0  0 ;
    background-size: 100% 100%;
}














/*  */


.foot-text{
    width: 5.6rem;
    display: flex;
    justify-content: start;
    align-items: flex-start;
    flex-wrap: nowrap;

}
.foot-text div a{
    display: block;
}
.foot-text div:nth-child(1){
    width: 1.2rem;
    font-weight: 400;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 15px;
    text-align: left;
}
.foot-text div:nth-child(1) a{
    margin-bottom:.26rem;
}
.foot-text div:nth-child(2){
    width: 2.52rem;
    margin-left: .96rem;
    font-weight: 400;
    font-size: .24rem;
    color: #FFFFFF;
    line-height: .28rem;
    text-align: left;
}
