.goods {
    margin: 100px 230px 0 230px
}

.goods .title {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.goods .title .left {
    display: flex
}

.goods .title .left .font {
    color: #000000;
    font-size: 36px
}

.goods .title .left .tips {
    color: #404040;
    font-size: 14px;
    margin-top: 22px;
    margin-left: 15px
}

.goods .title .right {
    display: flex
}

.goods .title .right .en {
    color: #c00301;
    font-size: 36px
}

.goods .title .right .solid {
    width: 120px;
    background: #c00301;
    height: 1px;
    margin: 20px 0 0 60px
}

.goods .select {
    display: flex;
    margin-top: 45px;
    color: #000000
}

.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: space-between
}

.goods .list .item {
    margin: 20px 1% 0 0;
    width: 24%;
}

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

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

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

.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: 50px
}

.goods .skip .left {
    display: flex;
    font-size: 14px
}

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

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

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

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

.goods .skip .but .icon {
    width: 60px;
    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
}

.about {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 440px
}

.about .left {
    width: 230px;
    position: relative
}

.about .left img {
    width: 100%;
    position: absolute;
    bottom: 0
}

.about .content {
    width: 40%;
    padding: 30px;
    color: #404040
}

.about .content .title {
    margin-top: 30px;
    color: #000000;
    font-size: 36px
}

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

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

.about .content .but {
    display: flex;
    width: 200px;
    height: 50px;
    margin-top: 20px;
    border: 1px solid #000000;
    align-items: center;
    cursor: pointer
}

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

.about .content .but .icon {
    width: 60px;
    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: 50%;
    position: relative
}

.about .right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    flex: 1;
    position: absolute;
    bottom: 0
}

.case {
    margin: 100px 230px 0 230px;
    padding-bottom: 100px
}

.case .title {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.case .title .left {
    display: flex
}

.case .title .left .font {
    color: #000000;
    font-size: 36px
}

.case .title .left .tips {
    color: #404040;
    font-size: 14px;
    margin-top: 22px;
    margin-left: 15px
}

.case .title .right {
    display: flex
}

.case .title .right .en {
    color: #c00301;
    font-size: 36px
}

.case .title .right .solid {
    width: 120px;
    background: #c00301;
    height: 1px;
    margin: 20px 0 0 60px
}

.case .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 25px
}

.case .list .item {
    margin-top: 25px;
    width: 23%;
    height: 240px;
    position: relative;
    overflow: hidden;
}

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

.case .list .item .pop {
    position: absolute;
    width: 0%;
    height: 100%;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    transition: 0.5s width;
    color: #fff;
    font-size: 16px
}

.case .list .item .pop .tips {
    color: #fff;
    display: none
}

.case .list .item .pop .tips .title {
    padding: 30px 0 0 20px;
    font-size: 18px;
    font-weight: 600
}

.case .list .item .pop .tips .path {
    padding-left: 20px;
    margin-top: 40%
}

.case .list .item:hover .pop {
    width: 100%
}

.case .list .item:hover .pop .tips {
    display: block
}

.case .skip {
    margin-top: 50px;
    position: relative;
    color: #fff
}

.case .skip .btn {
    position: absolute;
    right: 0;
    display: flex;
    width: 200px;
    height: 50px;
    border: 1px solid #000;
    color: #333;
    align-items: center;
    cursor: pointer
}

.case .skip .btn .font {
    width: 139px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-right: 1px solid #000
}

.case .skip .btn .icon {
    width: 60px;
    text-align: center
}

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

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

.bg {
    background: #f8f8f8
}

.bg .news {
    padding: 60px 230px;
    padding-bottom: 100px
}

.bg .news .title {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.bg .news .title .left {
    display: flex
}

.bg .news .title .left .font {
    color: #000000;
    font-size: 36px
}

.bg .news .title .left .tips {
    color: #404040;
    font-size: 14px;
    margin-top: 22px;
    margin-left: 15px
}

.bg .news .title .right {
    display: flex
}

.bg .news .title .right .en {
    color: #c00301;
    font-size: 36px
}

.bg .news .title .right .solid {
    width: 120px;
    background: #c00301;
    height: 1px;
    margin: 20px 0 0 60px
}

.bg .news .list {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    cursor: pointer
}

.bg .news .list .item {
    width: 20%;
    background: #fff;
    padding: 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 {
    height: 80px;
    color: #8c8c8c;
    font-size: 12px;
    margin-top: 15px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

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

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

.bg .news .skip {
    margin-top: 50px
}

.bg .news .skip .btn {
    margin: 0 auto;
    display: flex;
    width: 200px;
    height: 50px;
    border: 1px solid #000000;
    align-items: center;
    cursor: pointer
}

.bg .news .skip .btn .font {
    width: 139px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-right: 1px solid #000000
}

.bg .news .skip .btn .icon {
    width: 60px;
    text-align: center
}

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

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

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

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

.join .content {
    position: absolute;
    right: 230px;
    top: 0;
    height: 200px;
    color: #fff
}

.join .content p {
    margin-top: 50px;
    font-size: 18px;
    font-weight: 600
}

.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
}