﻿.product-detail {
    overflow: hidden;
}

    .product-detail .pic {
        position: relative;
        overflow: hidden;
        animation: srmgani 4000ms 1 ease forwards;
    }

.detail-top {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    z-index: 111;
    border-bottom: 1px solid rgba(255,255,255,.2);
    overflow: hidden;
    transition: all .4s ease;
}

    .detail-top.scroll-down, .detail-top.scroll-top {
        position: fixed;
        background: #000;
    }

    .detail-top.scroll-top {
        top: 90px;
    }

    .detail-top.scroll-down {
        top: 0;
    }

.detail-top-content {
    width: 94%;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.detail-top-title {
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.detail-top-nav {
    text-align: right;
    overflow: hidden;
}

    .detail-top-nav a {
        color: #fff;
        font-size: 12px;
        display: inline-block;
        margin-left: 30px;
        padding: 15px 0;
    }

        .detail-top-nav a.cur {
            color: #e60012;
        }

.detail-title {
    position: absolute;
    left: 13%;
    top: 50%;
    width: 31%;
    color: #fff;
    z-index: 11;
    transform: translateY(-50%);
}

    .detail-title .type-1 {
        overflow: hidden;
        padding-bottom: 10px;
    }

        .detail-title .type-1 a {
            font-size: 12px;
            display: inline-block;
            border: 1px solid #fff;
            border-radius: 50px;
            padding: 5px 20px;
            color: #fff;
            overflow: hidden;
        }

    .detail-title .type-2 {
        font-size: 50px;
    }

    .detail-title .title-3 {
        font-size: 50px
    }

    .detail-title .line-4 {
        width: 50px;
        height: 4px;
        background: #e60012;
        margin: 30px 0;
    }

    .detail-title .text-5 {
        font-size: 15px;
        line-height: 30px;
        color: #ccc;
    }

.detail-product-pic {
    position: absolute;
    right: 16%;
    top: 50%;
    transition: all .4s ease;
    transform: translateY(-30%);
    z-index: 12;
    width: 25%;
    overflow: hidden;
    -webkit-animation: updown12 4s linear infinite;
}

    .detail-product-pic img {
        display: block;
        width: 80%;
        height: auto;
    }

@-webkit-keyframes updown12 {
    0% {
        transform: translateY(-30%);
    }

    50% {
        transform: translateY(-33%);
    }

    100% {
        transform: translateY(-30%);
    }
}

@keyframes updown12 {
    0% {
        transform: translateY(-30%);
    }

    50% {
        transform: translateY(-33%);
    }

    100% {
        transform: translateY(-30%);
    }
}

.detail-features {
    padding: 7% 0 5% 0;
    overflow: hidden;
    background: url('/images/shobg.jpg') center no-repeat;
    background-size: cover;
}

.detail-features-content {
    width: 76%;
    margin: auto;
    overflow: hidden;
}

.features-content-title {
    text-align: center;
}

    .features-content-title .english-1 {
        font-size: 60px;
        font-family: 'Montserrat-Bold';
        padding-bottom: 10px;
        overflow: hidden;
    }

    .features-content-title .title-2 {
        font-size: 30px;
        line-height: 30px;
        position: relative;
        display: inline-block;
        padding: 0 10px;
    }

        .features-content-title .title-2::before {
            content: '';
            width: 2px;
            height: 100%;
            position: absolute;
            left: 0;
            top: 55%;
            transform: translateY(-50%);
            background: #e60012;
        }

        .features-content-title .title-2::after {
            content: '';
            width: 2px;
            height: 100%;
            position: absolute;
            right: 0;
            top: 55%;
            transform: translateY(-50%);
            background: #e60012;
        }

.features-content-list {
    margin-top: 5%;
    padding:2%;
    overflow: hidden;background-color: #fff;
}

.features-content-item {
    overflow: hidden;
    float: left;
    width: 47%;
    border-bottom: 1px solid #dfdfdf;
    padding: 4% 0;
    position: relative;
}

    .features-content-item .icon-1 {
        float: left;
        width: 40px;
        height: 40px;
        position: relative;
    }

    .features-content-item .title-2 {
        float: left;
        font-size: 16px;
        width: 80%;
        overflow: hidden;
        margin-top: 1.33%;
        padding-left: 3%;
    }

    .features-content-item .num-3 {
        font-size: 14px;
        color: #999999;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-family: 'Montserrat-Bold';
    }

    .features-content-item.fci1 {
        float: left;
        clear: left;
    }

    .features-content-item.fci2 {
        float: right;
    }

.features-list-more {
    display: none;
}

    .features-list-more.cur {
        display: block;
    }

.features-content-list-more {
    margin-top: 5%;
    text-align: center;
    overflow: hidden;
    
}

    .features-content-list-more a {
        display: inline-block;
    }

    .features-content-list-more i {
        position: relative;
        width: 28px;
        height: 28px;
        border: 2px solid #333;
        border-radius: 100%;
        display: inline-block;
        vertical-align: middle;
        box-sizing: border-box;
    }

        .features-content-list-more i::before, .features-content-list-more i::after {
            content: '';
            position: absolute;
            left: 50%;
            top: 50%;
            background: #333;
        }

        .features-content-list-more i::before {
            width: 2px;
            height: 12px;
            margin: -6px 0 0 -1px;
        }

        .features-content-list-more i::after {
            width: 12px;
            height: 2px;
            margin: -1px 0 0 -6px;
        }

    .features-content-list-more span {
        display: block;
        font-size: 18px;
        padding-top: 10px;
        font-weight: 500;
    }
.detail-productimg{ height:680px; }
.mbshow {
    display: none;
}
@media screen and (max-width: 1000px) {
    .detail-productimg{ /*display:none;*/}
    .detail-top {
        display: none;
    }
    .detail-title {
        left: 5%;
        top: 30%;
        width: 90%;
    }
    .mbshow, .menu-toggle {
        display: block !important;
    }
    .detail-title .title-3 {
        font-size: 30px;
        line-height: 30px;
    }
    .detail-product-pic {
        top: 70%;
        width: 60%;
    }
    .features-content-title .english-1{ font-size:20px; }
    title-2{font-size:22px;}
    .detail-title .text-5{ font-size:14px; line-height:28px;}
    .detail-features-content{ width:94%;}
}