.container{
    width: 1280px;
}
/*轮播图开始*/
.swiper{
    position: relative;
}
.swiper .swiper-img{
    /*width: 100%;*/
    min-height: 380px;
}
.title-line{
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    z-index: 50;
}
.line{
    width: 81px;
    height: 2px;
    background-color: #fff;
    margin-top: 30px;
}
.bread{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.3);
    color: white;
    line-height: 50px;
    color: white;
    z-index: 50;
    font-size: 18px;
}
.bread a{
    color: white;
}
/*轮播图结束*/

/*具体的数据开始*/
.list{
    padding: 2.35rem 0 10rem;
}
.list .list-item{
    background-color: #f8f8f8;
    margin-top: 2.9rem;
    display: flex;
}
.list .img-box{
    font-size: 0px;
}
.list .img-box img{
    max-width: 190px;
    max-height: 253px;
    height: 253px;
}
.list .text-box{
    padding: 1.8rem 1.5rem 0;
    flex-grow: 1;
}
.list .list-title{
    color: #333333;
    font-size: 1.25rem;
    margin-bottom: 15px;
}
.list .list-gray{
    line-height: 1.8rem;
    font-size: 1rem;
}
.list .text-top{
    padding-bottom: 1.8rem;
    border-bottom: 1px solid #e5e5e5;
}
.list .download{
    padding-top: 1.65rem;
}
.list .download a{
    font-size: 0;
    display: flex;
    align-items: center;
}
.list .download a:hover span{
    color: #164199;
}
.list .download span{
    color: #333333;
    font-size: 1.25rem;
    margin-left: 18px;
}

.list .item:hover .item-img{
    transform: scale(1.1);
}

.list .list-item:hover img{
    transform: scale(1.1);
}

.list .list-item:hover .list-title{
    color: #164199;
}

/*具体的数据结束*/
@media all and (max-width: 824px){
    .wap-banner-box{
        height: 220px;
    }
    .wap-banner{
        width: 100%;
        height: 220px;
        overflow: hidden;
        background: url("/application/index/static/image/catelog-bg.png");
        background-repeat: no-repeat;
        background-position:center center;
        background-size: cover;
    }
    .map-con-box-wrapper{
        padding-bottom: 60px;
        margin-top: 20px;
    }
    .left-title{
        font-size: 3rem;
        line-height: 59px;
    }
    .group-box{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .brand-box-title{
        font-size: 2.4rem;
    }

    .list{
        padding: 0.3rem 0 2rem;
    }
}