.in-banner div:nth-child(1):after {
    display: none;
}

.in-banner .container span img {
    margin-right: 10px;
}

.in-product {
    padding: 120px 0;
}

.pro-tab {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 25px;
    border-bottom: 1px solid #e9e9e9;
}

.pro-tab a {
    margin-left: 35px;
    font-size: 16px;
    color: #666666;
    transition: .4s;
}

.pro-tab a:hover, .pro-tab .active {
    color: #de0214;
}

.pro-main {
    display: flex;
    flex-wrap: wrap;
}

.pro-main div {
    width: 33.333%;
    text-align: center;
    position: relative;
    padding: 60px 0;

}

.pro-main div img {
    width: 60%;
    display: block;
    margin: 50px 20%;
}

.pro-main div p:nth-child(2) {
    font-size: 20px;
    line-height: 30px;
    color: #121212;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding:  0 15px;

}

.pro-main div p:nth-child(3) {
    font-size: 16px;
    color: #888888;
    line-height: 30px;
    margin-bottom: 45px;
}

.pro-main div a {
    width: 160px;
    height: 50px;
    line-height: 49px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #de0214;
    display: inline-block;
    transition: .4s;
    box-sizing: border-box;
    border: 1px solid #fff;
    margin-bottom: 45px;
}

.pro-main div a:hover {
    color: #de0214;
    background: #fff;
    border: 1px solid #de0214;
}

.pro-main div:nth-child(2):after, .pro-main div:nth-child(5):after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: calc(100% - 120px);
    background: #e9e9e9;
    display: block;
    transform: translateY(-50%);
}

.pro-main div:nth-child(2):before, .pro-main div:nth-child(5):before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: calc(100% - 120px);
    background: #e9e9e9;
    display: block;
    transform: translateY(-50%);
}

.pro-main div:nth-child(3) ~ div {
    border-top: 1px solid #e9e9e9;
}

.contact, .pc-foot, .contact-right input, .contact-right textarea {
    background: #f1f3f5;
}

/*----------------show------------------*/
.pro-show {
    padding: 170px 0 120px;
}

.pro-div p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.pro-show2 img {
    display: block;
    margin: 0 auto;
}

.pro-div2 {
    margin-top: 35px;
}
.pro-div2 img{
    max-width: 100%;
    height: auto;
    margin-bottom: 25px;
}
.pro-showmain {
    padding: 50px;
    border: 1px solid #e9e9e9;
}

.pro-showtitle {
    margin-bottom: 30px;
}

.pro-showtitle ~ p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.pro-showtitle p {
    font-size: 20px;
    line-height: 30px;
    color: #121212;
}

.pro-showtitle span {
    background: #de0214;
    width: 50px;
    height: 3px;
    display: inline-block;
}

.product-page {
    border-top: none;
}
/*--------------------------------------*/
.swiper-container-p{
    margin-bottom: 25px;
}
.swiper-container-p .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-container-p .swiper-slide img{
    max-width: 100%;
}
.swiper-button-next-p, .swiper-button-prev-p{
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 24px;
    border: 1px solid #9d9d9d;
    border-radius: 50%;
    color: #9d9d9d;
    background: none;
}
/*-------------------------------*/
.more_video{
    padding: 0 25px;
    width: auto;
    height: 50px;
    line-height: 48px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #de0214!important;
    display: inline-block;
    transition: .4s;
    box-sizing: border-box;
    border: 1px solid #fff;
    margin: 25px auto 0;
}
.more_video:hover{
    color: #de0214;
    background: #fff!important;
    border: 1px solid #de0214;
}
