.product-banner {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100vw;
    height: 9.42vw;
    min-height: 110px;
    background-color: #798597;
    flex-wrap: nowrap;
    flex-direction: row
}

.product-banner span {
    width: 90px;
    height: 90px;
    display: inline-block;
    filter: grayscale(1) opacity(.9);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80px 80px;
    border-radius: 50%;
    border: 1px solid #fff
}

.product-banner .title {
    color: #fff;
    font-family: DINNeuzeitGroteskStd-Light, Helvetica, sans-serif;
    font-size: calc(18px + 17 * (100vw - 240px) / 1120);
    text-transform: uppercase;
    padding-left: 20px;
    margin-left: 20px;
    line-height: 1;
    border-left: 1px solid #99c541
}

.product-main {
    padding: 50px 0
}

.product-main .warp {
    width: 1770px
}

.product-main .introduction {
    color: #3b3b3b;
    text-align: center;
    font-size: 20px;
    line-height: 35px;
    margin-top: 0
}

.product-panel {
    margin-top: 50px;
    border-top: 1px solid #e5e5e5
}

.product-panel:before {
    content: '';
    clear: both
}

.product-panel:after {
    content: '';
    clear: both
}

.category {
    width: 455px;
    float: left;
    color: #3b3b3b
}

.category a:hover {
    color: #0a55c5
}

.category-top {
    height: 50px;
    margin-top: -50px;
    font-size: 25px;
    font-family: DINNeuzeitGroteskStd-Light, Helvetica, sans-serif;
    text-transform: uppercase
}

.category ul {
    width: 100%;
    max-width: 340px
}

.category ul > li {
    padding-bottom: 20px;
    margin-top: 20px;
    font-size: 18px;
    padding-right: 30px;
    cursor: default;
    position: relative;
    border-bottom: 1px solid #e5e5e5
}

.category ul > li.drop:before {
    content: '';
    top: 10px;
    right: 20px;
    width: 10px;
    height: 2px;
    position: absolute;
    background-color: #989898;
    transition: ease all .3s;
    cursor: pointer
}

.category ul > li.drop:after {
    content: '';
    top: 6px;
    right: 24px;
    width: 2px;
    height: 10px;
    position: absolute;
    background-color: #989898;
    transition: ease all .3s;
    cursor: pointer
}

.category ul > li.drop.on:before {
    background-color: #99c541
}

.category ul > li.drop.on {
    color: #0a55c5;
    border-color: #0a55c5
}

.category ul > li.drop.on > a {
    color: #0a55c5
}

.category ul > li.drop.on:after {
    transform: rotate(90deg);
    background-color: #99c541
}

.category ul > li.drop dl {
    padding: 15px 0;
    padding-left: 62px;
    font-size: 16px;
    display: none
}

.category ul > li.drop.on dl {
    display: block
}

.category ul > li.drop dl > dd {
    padding: 0 0 15px 20px;
    margin-top: 15px;
    position: relative
}

.category ul > li.drop dl > dd:after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    background-color: #b2b2b2;
    position: absolute;
    left: 0;
    top: 7px
}

.category ul > li.drop dl > dd > a {
    color: #727272
}

.category ul > li.drop dl > dd > a:hover {
    color: #0a55c5
}

.category ul > li.drop dl > dd:hover:after {
    background-color: #99c541
}

.product-group, .product-list-group {
    width: calc(100% - 455px);
    float: left
}

.product-list-group .pic img {
    transition: linear all .2s
}

.product-list-group .pic:hover img {
    transform: scale(1.1);
    transition: linear all 2.5s
}

.related-group {
    width: 100%;
    float: none;
    padding-bottom: 50px
}

.products:before {
    content: '';
    clear: both
}

.products:after {
    content: '';
    display: table;
    clear: both
}

.product-group .products {
    margin: 0 -15px
}

.product-list-group .products {
    margin: 0 -10px
}

.products li {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    float: left;
    position: relative;
    overflow: hidden
}

.product-list-group .products li {
    width: 25%;
    padding: 20px 10px 0 10px
}

.product-group .products li {
    width: 33.333333%;
    padding: 20px 10px 0 10px
}

.product-grid .pic {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    padding: 0 50px
}

.product-group .product-grid .pic {
    height: 310px
}

.product-list-group .product-grid .pic {
    border: 1px solid #e5e5e5
}

.product-grid .pic > a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.product-group .product-grid {
    background-color: #fff;
    border: 6px solid #f1f1f1;
    transition: ease all .2s
}

.product-list-group .product-grid {
    text-align: center
}

.product-group .product-grid:hover {
    border-color: #093e8d;
    transition: ease all .35s
}

.product-group .product-grid .pic > img {
    transition: linear all .2s
}

.product-group .product-grid:hover .pic > img {
    transform: scale(1.1);
    transition: linear all 2.5s
}

.product-grid .grid-info {
    padding: 0 30px 0 30px;
    margin-bottom: 30px;
    position: relative
}

.product-grid .grid-info h5 {
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
    overflow: hidden;
    font-family: DINNeuzeitGroteskStd-Light, Helvetica, sans-serif;
    transition: linear all .2s
}

.product-group .grid-info p {
    font-size: 20px;
    margin-bottom: 40px;
    color: #5f5f5f
}

.product-list-group .grid-info p {
    font-size: 16px;
    color: #727272;
    line-height: 1.5
}

.products .product-grid:hover h5 {
    color: #093e8d
}

.product-group .product-grid:hover a.link-more {
    color: #99c541;
    border-bottom: 1px solid #99c541
}

.product-list-group .grid-info a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.breadcrumb {
    margin-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #c5c5c5;
    font-size: 16px
}

.breadcrumb ul > li {
    display: inline-block;
    padding-right: 20px;
    position: relative
}

.breadcrumb ul > li:not(:last-child):after {
    content: '';
    display: block;
    width: 6px;
    border-bottom: 1.5px solid #3b3b3b;
    position: absolute;
    right: 5px;
    top: 8px
}

.breadcrumb ul > li:last-child > a {
    color: #093e8d
}

.second-nav {
    margin: 30px 0;
    text-align: center;
    font-size: 0;
    white-space: nowrap;
    overflow: auto;
    position: relative;
    z-index: 9
}

.second-nav ul > li {
    display: inline-block;
    border: 1px solid #c5c5c5;
    padding: 8px 35px;
    font-size: 16px;
    cursor: pointer;
    transition: ease .15s all
}

.second-nav ul > li + li {
    border-left: none
}

.second-nav ul > li.on {
    color: #a0c953;
    background-color: #093e8d;
    border-color: #093e8d
}

.second-nav ul > li:hover {
    color: #a0c953
}

.product-wal {
    width: 100%;
    margin-top: -100px;
    padding-top: 150px;
    position: relative;
    margin-bottom: 60px
}

.product-wal:before {
    content: '';
    clear: both
}

.product-wal:after {
    content: '';
    display: table;
    clear: both
}

.swiper-pic-thumbnails {
    height: 100%
}

.product-pic {
    width: calc(50% - 60px);
    height: 540px;
    padding-left: 110px;
    padding-right: 50px;
    margin-left: 60px;
    position: relative;
    float: left
}

.pic-thumbnails {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100px
}

.thumbnail-box {
    position: relative;
    cursor: pointer
}

.thumbnail-box.on:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border: 3px solid #093e8d
}

.product-detail {
    color: #676767;
    width: 50%;
    float: left
}

.product-detail h1 {
    color: #000;
    font-size: 30px;
    text-transform: uppercase;
    position: relative;
    font-family: DINNeuzeitGroteskStd-Light, Helvetica, sans-serif
}

.product-features {
    color: #676767;
    font-size: 18px;
    margin-top: 20px;
    padding-bottom: 80px;
    position: relative
}

.product-features a {
    position: absolute;
    bottom: 0;
    left: 0
}

.content-title {
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 30px;
    font-family: DINEngschriftStd, Helvetica, sans-serif;
    color: #383838;
    padding-bottom: 15px;
    border-bottom: 1px solid #c8c8c8;
    margin-bottom: 30px
}

.content-title:after {
    content: '';
    display: block;
    width: 260px;
    border-bottom: 1px solid #093e8d;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.content-title.size-large {
    font-size: calc(18px + 17 * (100vw - 240px) / 1120)
}

.content-nav {
    margin: 30px 0;
    text-align: center;
    font-size: 0;
    white-space: nowrap;
    overflow: auto;
    background-color: #fff
}

.content-nav ul > li {
    display: inline-block;
    padding: 9px 45px;
    font-size: 16px;
    cursor: pointer;
    transition: ease .15s all
}

.content-nav ul > li.on {
    color: #a0c953;
    background-color: #093e8d
}

.content-nav ul > li:hover {
    color: #a0c953
}

.content#introduction, .content#technical {
    margin-top: -120px;
    padding-top: 120px
}

.category-search {
    margin-top: 20px;
    padding: 10px 0
}

.category-search > input {
    height: 40px;
    width: 100%;
    max-width: 300px;
    padding: 5px 15px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    transition: ease .15s all;
    color: #093e8d;
    float: left
}

.category-search > input:focus {
    background-color: #fff;
    border-color: #093e8d
}

.category-search > a.search {
    display: block;
    float: left;
    background-color: #093e8d;
    padding: 0 15px;
    height: 40px;
    line-height: 43px;
    color: #fff
}

.category-fold {
    display: none
}

.large-pic {
    position: relative;
    overflow: hidden;
    cursor: url('data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D%220%200%201024%201024%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%3E%3Cpath%20d%3D%22M480.256%20128l0%20768%2062.464%200%201.024-768-63.488%200zM896%20480.256l-768%200%200%2062.464%20768%201.024%200-63.488z%22%20fill%3D%22%232c2c2c%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E') 10 10, default
}

.move-view {
    width: 200px;
    height: 200px;
    position: absolute;
    background-image: url(../images/magnifier.png);
    background-color: rgba(0, 0, 0, .21);
    opacity: .6
}

.magnifier-view {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-color: #fff;
    display: none;
    overflow: hidden;
    width: 540px;
    height: 540px;
    transform: translateX(100%)
}

.magnifier-view img {
    max-width: none
}

@media screen and (max-width: 1769px) {
    .category, .product-group, .product-list-group, .product-panel {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        float: none;
        max-width: 1285px
    }

    .related-group {
        max-width: 100%
    }

    .category-search {
        width: 344px;
        float: right
    }

    .category-fold {
        cursor: pointer;
        color: #fff;
        padding: 21px 40px 21px 50px;
        font-size: 22px;
        width: 338px;
        height: 60px;
        background-color: #093e8d;
        display: block;
        margin-top: 20px;
        float: left;
        line-height: 1;
        text-align: center;
        position: relative;
        font-family: DINNeuzeitGroteskStd-Light, Helvetica, sans-serif
    }

    .category-fold:before {
        content: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%0A%09%20viewBox%3D%220%200%2032%2025%22%20style%3D%22enable-background%3Anew%200%200%2032%2025%3B%22%20width%3D%2220%22%20height%3D%2215%22%3E%0A%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M31.1%2C3.7H0.9C0.4%2C3.7%2C0%2C3.3%2C0%2C2.8l0%2C0V1c0-0.5%2C0.4-0.9%2C0.9-0.9h30.2C31.6%2C0.1%2C32%2C0.5%2C32%2C1v1.8%0A%09C32%2C3.3%2C31.6%2C3.7%2C31.1%2C3.7z%20M32%2C13.4v-1.8c0-0.5-0.4-0.9-0.9-0.9H0.9c-0.5%2C0-0.9%2C0.4-0.9%2C0.9l0%2C0v1.8c0%2C0.5%2C0.4%2C0.9%2C0.9%2C0.9h30.2%0A%09C31.6%2C14.3%2C32%2C13.9%2C32%2C13.4z%20M32%2C24.1v-1.8c0-0.5-0.4-0.9-0.9-0.9H0.9c-0.5%2C0-0.9%2C0.4-0.9%2C0.9v1.8C0%2C24.6%2C0.4%2C25%2C0.9%2C25h30.2%0A%09C31.6%2C25%2C32%2C24.6%2C32%2C24.1z%22%2F%3E%0A%3C%2Fsvg%3E%0A');
        display: block;
        position: absolute;
        left: 15px;
        top: 22px
    }

    .category-fold:after {
        content: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2032%2018%22%20style%3D%22enable-background%3Anew%200%200%2032%2018%3B%22%20width%3D%2220%22%20height%3D%2210%22%3E%3Cpath%20class%3D%22st0%22%20fill%3D%22%23ffffff%22%20d%3D%22M16%2C14L29.2%2C0.5C30.8-1%2C33%2C1.3%2C31.5%2C2.8L17.1%2C17.5c-0.3%2C0.3-0.7%2C0.5-1.2%2C0.5c-0.3%2C0-0.7-0.1-1.1-0.5L0.5%2C2.8%20C-1%2C1.3%2C1.2-1%2C2.8%2C0.5L16%2C14z%22%2F%3E%3C%2Fsvg%3E%0A');
        display: block;
        position: absolute;
        right: 15px;
        top: 20px;
        transition: linear all .3s
    }

    .category-fold.actived:after {
        transform: rotateX(180deg)
    }

    .category-top {
        display: none;
        margin-top: 0
    }

    .category ul {
        display: none
    }

    .category {
        position: relative
    }

    .category ul {
        overflow: auto;
        height: auto;
        position: absolute;
        top: 80px;
        left: -1px;
        z-index: 2;
        background-color: #fff;
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5
    }

    .category ul > li {
        padding-left: 20px;
        font-size: 16px;
        padding-bottom: 15px;
        margin-top: 15px
    }

    .category ul > li.drop dl {
        padding-left: 15px;
        font-size: 14px;
        padding-bottom: 0
    }

    .category ul > li.drop dl > dd {
        padding-bottom: 8px;
        margin-top: 8px
    }
}

@media screen and (max-width: 1315px) {
    .product-group .product-grid .pic {
        height: calc(24vw - 5px);
        padding: 0 20px
    }

    .product-group .grid-info p {
        font-size: 15px;
        margin-bottom: 20px
    }

    .product-list-group .grid-info p {
        font-size: 15px
    }

    .product-grid .grid-info h5 {
        font-size: 17px
    }

    .product-grid .grid-info {
        padding: 0 15px 0 15px
    }
}

@media screen and (max-width: 1099px) {
    .product-main .introduction {
        margin-top: 0;
        font-size: 15px;
        line-height: 1.7
    }

    .product-group .products li {
        padding: 4px 2px 0 2px
    }

    .product-group, .product-list-group {
        margin-top: 20px
    }

    .product-list-group .products li {
        padding: 4px 2px 0 2px
    }
}

@media screen and (max-width: 899px) {
    .product-group .grid-info p {
        font-size: 12px;
        margin-bottom: 10px
    }

    .product-grid .grid-info {
        margin-bottom: 5px
    }

    .product-list-group .grid-info p {
        font-size: 12px
    }

    .product-grid .grid-info h5 {
        font-size: 16px;
        margin-bottom: 5px
    }

    .product-group .product-grid {
        border-width: 2px
    }

    .category-fold {
        line-height: 1.5;
        font-size: 15px
    }

    .product-list-group .products li {
        width: 33.333333%
    }

    .content-title {
        font-size: 25px !important
    }

    .product-detail h1 {
        font-size: 20px
    }
}

@media screen and (max-width: 499px) {
    .product-group .products li, .product-list-group .products li {
        width: 50%
    }

    .product-group .product-grid .pic {
        height: calc(39.625vw - 6.25px)
    }
}

@media screen and (max-width: 1549px) {
    .product-pic {
        margin-left: 0
    }

    .product-pic {
        margin-left: 50px;
        width: 600px;
        height: 430px
    }

    .large-pic {
        width: 430px
    }

    .product-detail {
        width: calc(100% - 650px)
    }

    .magnifier-view {
        width: 430px;
        height: 430px;
        left: 170px
    }
}

@media screen and (max-width: 1099px) {
    .product-wal {
        margin-top: -60px;
        padding-top: 110px;
        margin-bottom: 20px
    }

    .content#introduction, .content#technical {
        padding-top: 90px;
        margin-top: -50px
    }

    .product-pic {
        margin-left: 0;
        width: 100%;
        padding: 0;
        height: auto;
        max-height: none;
        margin-bottom: 50px
    }

    .large-pic {
        display: none
    }

    .pic-thumbnails {
        width: 100%;
        position: relative
    }

    .product-detail {
        width: 100%
    }

    .thumbnail-box {
        background-color: #fff;
        text-align: center
    }

    .thumbnail-box.on:after {
        display: none
    }

    .product-banner span {
        width: 60px;
        height: 60px;
        background-size: 40px 40px
    }
}
