.swiper-container {
    height: 580px;
}

.swiper-container .swiper-wrapper .swiper-slide {
    height: 100%;
    position: relative;
}

.swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
}

.swiper-wrapper .swiper-slide .swiper-item {
    position: absolute;
    top: 190px;
    /*left: 50%;*/
    width: 100%;
    /*margin-left: -554px;*/
    color: #fff;
    font-family: DINPro;
    /*text-align: center;*/
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-wrapper .swiper-slide .swiper-item .title {
    font-size: 44px;
    font-weight: bold;
    margin-left: 410px;
}

.swiper-wrapper .swiper-slide .swiper-item .desc {
    font-size: 14px;
    font-weight: 400;
    margin-top: 20px;
    margin-left: 410px;
}

.swiper-wrapper .swiper-slide .swiper-item .view-more {
    font-size: 14px;
    margin-top: 40px;
    width: 220px;
    height: 50px;
    background: #D91C22;
    text-align: center;
    line-height: 50px;
}

.content-view {
    width: 1180px;
    margin: 60px auto;
}

.content-view .title-view {
    font-size: 18px;
    font-family: DINPro;
    font-weight: 500;
    color: #232327;
}

.content-view .title-view .subtitle {
    color: #8B8B8B;
}

.content-list {
    margin-top: 51px;
}

.content-list .list-item {
    width: 280px;
    float: left;
    box-sizing: border-box;
    margin-right: 20px;
    margin-bottom: 20px;
}

.content-list .list-item:hover {
    transform: scale(1.02);
}

.content-list .list-item:nth-child(4n) {
    margin-right: 0;
}

.content-list .list-item .img-wrapper {
    width: 100%;
    height: 247px;
}

.content-list .list-item .img-wrapper img {
    width: 100%;
    height: 100%;
}

.content-list .list-item .item-title {
    margin-top: 19px;
    font-size: 14px;
    font-weight: 400;
    color: #8B8B8B;
}

.content-list .list-item .item-desc {
    font-size: 15px;
    color: #232327;
    height: 43px;
}

/*-----------gallery pop------------*/
.gallery-pop-wrapper {
    width: 100%;
    height: 2000px;
    background: #000;
    opacity: 0.5;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 12;
}

.gallery-pop {
    position: fixed;
    width: 520px;
    top: 30px;
    left: 50%;
    /*margin-left: -590px;*/
    display: none;
    z-index: 100;
    transform: translate(-50%);
}

.gallery-pop .img-wrapper {
    width: 100%;
    height: 460px;
    margin-bottom: 26px;
    position: relative;
}

.gallery-pop .img-wrapper .galley-img {
    width: 100%;
    height: 100%;
}

.gallery-pop .img-wrapper .close {
    position: absolute;
    right: -27px;
    top: -27px;
    display: inline-block;
    width: 66px;
    height: 66px;
}

/*-----------gallery pop------------*/

.gallery-pop .desc {
    margin: 0 auto;
    height: 48px;
    border-radius: 24px;
    background: #000000;
    color: white;
    font-size: 20px;
    font-family: Segoe UI;
    font-weight: bold;
    text-align: center;
    line-height: 48px;
    padding: 0 24px;
}

.swiper-pagination-bullet {
    border: 2px solid rgba(243, 75, 86, 1) !important;
    border-radius: 50% !important;
    background: #00000000 !important;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: rgba(243, 75, 86, 1) !important;
    opacity: 1;
}

.image-wrapper {
    height: 0;
    padding-bottom: 580px;
    overflow: hidden;
}

.tab-wrapper {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    /*margin-top: 30px;*/
    width: 620px;
    margin: 55px auto 49px auto;
}

.nav-item {
    display: inline-block;
    font-size: 16px;
    color: #666;
}

.nav-item .nav {
    padding-bottom: 3px;
}

.nav-item .nav:hover,
.nav-item-active {
    border-bottom: 2px solid #E32727;
    color: #232327;
}
