.proPage {}

.proPage .content,
.newPage .content {
    padding: 6% 0 12% 0;
    width: 100%;
}

.proPage .content ul {
    overflow: hidden;
    width: 100%;
}

.proPage .content ul li {
    border-bottom: 1px solid #dcdbdc;
    float: left;
    width: calc(100%/4 - 3%);
    margin-right: 4%;
    margin-bottom: 4%;
    overflow: hidden;
    position: relative;
}

.proPage .content ul li:nth-child(4n+4),
.newPage .newslist li:nth-child(4n+4) {
    margin-right: 0;
}

.proPage .content ul li a {
    display: block;
    float: left;
    width: 100%;
    padding-bottom: 4%;
}

.proPage .content ul li .img {
    overflow: hidden;
    width: 100%;
}

.proPage .content ul li .img>img {
    width: 100%;
}

.proPage .content ul li .txt {
    margin-top: 7%;
}

.proPage .content ul li .txt h1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 80%;
    float: left;
    color: #747474;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
}

.proPage .content ul li .txt img:nth-child(2) {
    display: block;
}

.proPage .content ul li .txt img:nth-child(3) {
    display: none;
}

.proPage .content ul li:hover .img>img {
    transform: scale(1.1, 1.1);
    transition: transform 0.6s ease 0s;
}

.proPage .content ul li:hover {
    border-bottom: 1px solid #ff8c01;
    transition: all 0.4s linear;
}

.proPage .content ul li:hover .txt h1 {
    color: #ff8c01;
}

.proPage .content ul li:hover .txt img:nth-child(2) {
    display: none;
}

.proPage .content ul li:hover .txt img:nth-child(3) {
    display: block;
}

.proPage .content ul li .video {
    overflow: hidden;
    text-align: center;
}

.proPage .content ul li video {
    width: 100%;
    height: 500px;
    -moz-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    object-fit: cover;
}

.proPage .content ul li .videoBtn {
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    width: 80px;
}

.proPage .content ul li .videoBtn>img {
    max-width: 100%;
}

.videoPage .content ul li .txt {
    margin-top: 0;
}

.videoPage .content ul li .txt h1 {font-size: 16px;}

.proPage .pro-con {}

.newPage .new-con {}

.proPage .pro-con .title {
    border-bottom: 1px solid #eee;
    padding-bottom: 2%;
}

.proPage .pro-con .title h1,
.newPage .new-con h1 {
    font-size: 4rem;
    color: #2e2e2e;
    text-align: center;
}

.proPage .pro-con .title span {}

.proPage .pro-con .info {}

.proPage .pro-con .swiper-slide {
    text-align: center;
}

.proPage .pro-con img {
    max-width: 100%;
}

.proPage .pro-con .swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.proPage .pro-con .swiper-slide {
    background-size: cover;
    background-position: center;
}

.proPage .pro-con .gallery-top {
    width: 100%;
}

.proPage .pro-con .gallery-thumbs {
    box-sizing: border-box;
    padding: 10px 0;
    margin-top: 2%;
}

.proPage .pro-con .gallery-thumbs .swiper-slide {
    height: 100%;
    opacity: 0.4;
    border: 1px solid #eee;
}

.proPage .pro-con .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
}

.proPage .pro-con .con h4 {
    border-bottom: 1px solid #f3981b;
    margin-bottom: 4%;
}

.proPage .pro-con .con h4 span {
    width: 160px;
    display: block;
    background-color: #f3981b;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 2rem;
}

.proPage .pro-con .con {
    margin-top: 8%;
}



@media screen and (max-width: 991px) {

    .proPage .row,
    .newPage .row {
        margin: 0;
    }

    .proPage .content ul li,
    .newPage .newslist li {
        width: calc(100%/2 - 4%);
    }

    .proPage .content ul li:nth-child(3n+3),
    .newPage .newslist li:nth-child(3n+3) {
        margin-right: 4%;
    }

    .n_banner h1,
    .n_banner p,
    .proPage .pro-con .title h1,
    .newPage .new-con h1 {
        font-size: 3rem;
    }

    .proPage .pro-con .title h1,
    .newPage .new-con h1 {
        margin: 2% 0;
    }

    #pre-next p a {
        font-size: 1.2rem;
    }

    .proPage .content ul li .txt h1,
    .newPage .newslist li .txt h2 {
        font-size: 16px;
    }

    .proPage.videoPage .content ul li {
        width: 100%;
    }
}