    /*底部样式*/
.new_footer{
    margin-top: 40px;
    line-height: 1.5;
    background: url(../images/shopindex/footbox_bg.png) no-repeat center;
    background-size: cover;
}
.new_footer *{
    box-sizing: border-box;
}
.new_footer a:hover{
    text-decoration: none;
}
.foottop{
    height: 156px;
    background: url(../images/shopindex/foottop_bg.png) no-repeat center;
    background-size: cover;
}
.foottop_title{
    padding: 37px 0px;
    text-align: center;
    color: #fff;
}
.foottop_title h1{
    font-size: 32px;
    margin-bottom: 10px;
    font-weight: 700;
}
.foottop_title p{
    font-size:16px;
}
.footbot{
    width: 1440px;
    margin: 0px auto;

}
@media only screen and (max-width: 1440px) {
    .footbot{
        width: 1200px;
    }
}
.footbot>ul{
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footbot_first{
    display: flex;

    height: 110px;
    font-size: 20px;
    color: #FFFFFF;
    align-items: center;

}
.footbot_first>li{
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footbot_first i{
    font-size: 30px;
    margin-right: 16px;
}

.footbot_second{
    padding:30px 0 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footbot_second>li{
    width: 49%;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 4px 4px 4px 4px;
}
.footbot_second>li{
    display: flex;
    align-items: center;
    padding: 36px 0;
    justify-content: space-around;
}
.footbot_second .foot_logo{
    width: 20%;
    text-align: center;
}
.footbot_second .foot_logo img{
    width: 100px;
}
.footbot_second .guarantee_box{
    border-left: 1px solid rgba(255,255,255,0.1);
    padding-left: 36px;
    width: 80%;
}
.footbot_second .guarantee_box img{
    width: 30px;
}
.footbot_second .guarantee_box>div{
    margin-top: 22px;
    font-size: 12px;
    color: rgba(255,255,255,0.6);
    display: flex;
    align-items: center;
}
.footbot_second .guarantee_box>div:first-child{
    margin-top: 0px;
}
.footbot_second .guarantee_box font{
    font-size: 14px;
    color: #FFFFFF;
    margin: 0px 16px 0px 12px;
}

.footbot_third{
    padding: 30px 0;
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    display: flex;
    justify-content: space-between;
}
.footbot_third h4{
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 8px;
}
.footbot_third dd{
    margin-top: 16px;
}
.footbot_third dd a{
    font-size: 14px;
    color: rgba(255,255,255,0.6);
}
.footbot_third dd a:hover{
    color: #FF383A;
}
.footbot_third .concat_service{
    display: flex;
    font-size: 14px;
}
.footbot_third .concat_service img{
    width: 120px;
    margin-bottom: 8px;
}
.footbot_third .concat_service>div{
    margin-left: 20px;
    text-align: center;
}
.footbot_third .concat_service>div:first-child{
    margin-left: 0px;
}
.footbot_fourth{
    font-size: 14px;
    color: #FFFFFF;
    padding: 20px 0;
}
.footbot_fourth a{
    font-size: 14px;
    color: rgba(255,255,255,0.6);
    margin-left: 30px;
}
.footbot_fourth>li>a:nth-of-type(1){
    margin-left: 12px;
}
.footbot_fourth a:hover{
    color: #FF383A;
}
.footbot_fifth{
    padding: 20px 0;
    display: flex;
    align-items: center;
}
.footbot_fifth,.footbot_fifth a{
    font-size: 14px;
    color: rgba(255,255,255,0.6);
}
.footbot_fifth a:hover{
    color: #FF383A;
}
.footbot_fifth img{
    width: 20px;
    margin-right: 8px;
    margin-left: 60px;
}
