.lunbo {
    width: 100%
}

.goods {
    margin: 10px
}

.goods .title {
    color: #000000;
    font-size: 18px;
    font-weight: 600
}

.goods .select {
    display: flex;
    margin-top: 15px;
    width: 100%;
    color: #000000;
    white-space: nowrap;
    overflow-x: scroll
}

.goods .select::-webkit-scrollbar {
    width: 0 !important
}

.goods .select .item {
    display: flex;
    font-size: 14px;
    padding-left: 20px;
    cursor: pointer
}

.goods .select .item .slash {
    padding-left: 20px;
    color: #000000
}

.goods .select .item:first-child {
    padding-left: 0
}

.goods .select .item-cur {
    color: #c00301
}

.goods .list {
    margin-top: 30px;
    display: flex;
    justify-content: start;
}

.goods .list .item .name p {
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 25px;
    max-height: 25px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.goods .list .item {
    width: 30%;
    margin: 0 1.65%
}

.goods .list .item .img img {
    width: 100%;
    height: 100px;
    background: repeat
}

.goods .list .item .name {
    width: 100%;
    height: 50px;
    color: #000000;
    font-size: 16px;
    background: #f2eded;
    position: relative;
    overflow: hidden
}

.goods .list .item .name p {
    font-size: 14px;
    padding: 10px
}

.goods .list .item .name .hover {
    position: absolute;
    height: 5px;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    cursor: pointer;
    background: #c00301;
    color: #c00301;
    line-height: 20px;
    transition: 0.3s height, 0.3s line-height, 0.3s color
}

.goods .list :hover .name .hover {
    height: 40px;
    line-height: 40px;
    color: #fff
}

.goods .skip {
    display: flex;
    justify-content: space-between;
    margin-top: 20px
}

.goods .skip .left {
    display: flex;
    font-size: 14px;
    margin-top: 20px;
    color: #333
}

.goods .skip .left .btn {
    width: 30px;
    height: 30px;
    border: 1px solid #000000;
    background: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 20px;
    cursor: pointer
}

.goods .skip .left .btn:hover {
    background: #c00301;
    border: 1px solid #c00301;
    color: #fff
}

.goods .skip .but {
    display: flex;
    width: 150px;
    height: 30px;
    border: 1px solid #000000;
    align-items: center;
    cursor: pointer
}

.goods .skip .but .font {
    width: 100px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-right: 1px solid #000
}

.goods .skip .but .icon {
    width: 50px;
    text-align: center
}

.goods .skip .but:hover {
    background: #c00301;
    border: 1px solid #c00301;
    color: #fff
}

.goods .skip .but:hover .font {
    border-right: 1px solid #fff
}

.goods .swiper-button-next,
.goods .swiper-button-prev {
    position: static
}

.about .content {
    margin: 10px;
    color: #404040
}

.about .content .title {
    margin-top: 20px;
    color: #000000;
    font-size: 18px;
    font-weight: 600
}

.about .content .tips {
    font-size: 18px;
    margin-top: 22px
}

.about .content .text {
    margin-top: 10px;
    line-height: 30px
}

.about .content .but {
    display: flex;
    margin: 10px 0;
    width: 150px;
    height: 30px;
    border: 1px solid #000000;
    align-items: center;
    cursor: pointer
}

.about .content .but .font {
    width: 100px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-right: 1px solid #000
}

.about .content .but .icon {
    width: 50px;
    text-align: center
}

.about .content .but:hover {
    background: #c00301;
    border: 1px solid #c00301;
    color: #fff
}

.about .content .but:hover .font {
    border-right: 1px solid #fff
}

.about .right {
    width: 100%
}

.about .right img {
    width: 100%
}

.case {
    margin: 10px
}

.case .title {
    color: #000000;
    font-size: 18px;
    font-weight: 600
}

.case .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.case .list .item {
    margin: 0 1%;
    margin-top: 25px;
    width: 48%;
    height: 240px;
    overflow: hidden;
}

.case .list .item img {
    height: 100%
}

.case .list .item .name {
    padding: 10px;
    background: #f2eded;
    font-size: 14px
}

.case .list .item .block {
    height: 2px;
    background: #c00301
}

.case .skip {
    margin-top: 25px;
    color: #fff
}

.case .skip .but {
    display: flex;
    margin: 10px auto;
    width: 150px;
    height: 30px;
    border: 1px solid #000000;
    align-items: center;
    cursor: pointer
}

.case .skip .but .font {
    width: 100px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-right: 1px solid #000
}

.case .skip .but .icon {
    width: 50px;
    text-align: center
}

.case .skip .but:hover {
    background: #c00301;
    border: 1px solid #c00301;
    color: #fff
}

.case .skip .but:hover .font {
    border-right: 1px solid #fff
}

.bg {
    background: #f8f8f8
}

.bg .news {
    padding: 10px
}

.bg .news .title {
    color: #000000;
    font-size: 18px;
    font-weight: 600
}

.bg .news .list {
    cursor: pointer
}

.bg .news .list .item {
    background: #fff;
    padding: 20px;
    margin-top: 20px
}

.bg .news .list .item .title {
    color: #4c4c4c;
    font-size: 14px;
    font-weight: 600
}

.bg .news .list .item .show {
    display: flex;
    margin-top: 15px;
    color: #8c8c8c;
    font-size: 14px
}

.bg .news .list .item .show .flex {
    display: flex;
    align-items: center;
    margin-right: 20px
}

.bg .news .list .item .show .flex :last-child img {
    width: 18px;
    height: 12px;
    margin-right: 10px
}

.bg .news .list .item .show .flex :last-child :first-child img {
    width: 15px;
    height: 15px;
    margin-right: 10px
}

.bg .news .list .item .show p {
    margin-left: 5px
}

.bg .news .list .item .content {
    color: #8c8c8c;
    font-size: 12px;
    margin-top: 15px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5
}

.bg .news .list .item .detail {
    display: flex;
    color: #595959;
    font-size: 14px;
    padding: 10px 0
}

.bg .news .list .item:hover .detail {
    color: #c00301
}

.bg .news .skip .but {
    display: flex;
    margin: 10px auto;
    width: 150px;
    height: 30px;
    border: 1px solid #000000;
    align-items: center;
    cursor: pointer
}

.bg .news .skip .but .font {
    width: 100px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-right: 1px solid #000
}

.bg .news .skip .but .icon {
    width: 50px;
    text-align: center
}

.bg .news .skip .but:hover {
    background: #c00301;
    border: 1px solid #c00301;
    color: #fff
}

.bg .news .skip .but:hover .font {
    border-right: 1px solid #fff
}

.join {
    width: 100%;
    position: relative
}

.join img {
    width: 100%;
    object-fit: cover;
    flex: 1;
    border: 0;
    vertical-align: bottom
}

.join .content {
    position: absolute;
    right: 20px;
    top: 10px;
    color: #fff
}

.join .content p {
    font-size: 8px;
    width: 120px
}

.join .content .btn {
    position: absolute;
    right: 0;
    top: 120px;
    display: flex;
    width: 200px;
    height: 50px;
    border: 1px solid #fff;
    align-items: center;
    cursor: pointer;
    color: #fff
}

.join .content .btn .font {
    width: 139px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-right: 1px solid #fff
}

.join .content .btn .icon {
    width: 60px;
    text-align: center
}