.product1-page .am-slider-b3 .am-direction-nav .am-next, .product1-page .am-slider-b3 .am-direction-nav .am-prev {
    height: 39px;
}

.product1-page {
    background: url(../images/product/product1-banner.jpg);
    background-size: cover;
}

    .product1-page .am-slider-b3 {
        background: 0 0;
        box-shadow: none;
        margin: 0;
    }

        .product1-page .am-slider-b3 .am-direction-nav .am-prev::before {
            content: "\f104";
            color: #fff;
            font-size: 50px !important;
        }

        .product1-page .am-slider-b3 .am-direction-nav .am-next::before {
            content: "\f105";
            color: #fff;
            font-size: 50px !important;
        }

        .product1-page .am-slider-b3 .am-slides li .product-banner-box {
            color: #fff;
            text-align: center;
            margin-top: 130px;
            margin-bottom: 140px;
        }

            .product1-page .am-slider-b3 .am-slides li .product-banner-box h2 {
                font-size: 46px;
            }

            .product1-page .am-slider-b3 .am-slides li .product-banner-box p {
                font-size: 16px;
            }

@media screen and (max-width:640px) {
    .product1-page .product-banner-box h2 {
        font-size: 30px !important;
    }

    .product1-page .product-banner-box p {
        font-size: 14px !important;
    }

    .product1-page .am-slides li {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

.product1-login {
    text-align: center;
    padding: 50px 0;
    background: #fff;
}

    .product1-login span {
        font-size: 20px;
        color: #9b9b9b;
    }

    .product1-login .am-btn-secondary {
        font-size: 14px;
        padding: 7px 30px;
    }

.product1-main {
    background: #f6f6f6;
}

    .product1-main .container {
        width: 1000px !important;
    }

    .product1-main .am-u-md-4 {
        position: relative;
    }

        .product1-main .am-u-md-4 i {
            position: absolute;
            font-size: 40px;
            color: #ced1d8;
        }

    .product1-main .product1-info {
        margin-left: 53px;
    }

        .product1-main .product1-info h3 {
            font-size: 20px;
        }

        .product1-main .product1-info p {
            font-size: 14px;
            color: #9b9b9b;
        }

        .product1-main .product1-info .am-btn-secondary {
            font-size: 14px;
        }

@media screen and (max-width:640px) {
    .product1-main .container {
        width: 100% !important;
    }

        .product1-main .container .am-g .am-u-md-4:not(:nth-of-type(1)) {
            margin-top: 50px;
        }

    .product1-show-container .product-img-box {
        display: none;
    }
}

.product1-show-container {
    margin-top: 50px;
}

    .product1-show-container ul li {
        position: relative;
    }

        .product1-show-container ul li:hover .product-img-box {
            display: none;
        }

        .product1-show-container ul li .product-img-box {
            background: #000;
            opacity: .5;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .product1-show-container ul li a img {
            width: 100%;
        }

.product2-main .am-g .am-u-md-3 {
    text-align: center;
    margin-top: 50px;
}

    .product2-main .am-g .am-u-md-3 h3 {
        font-size: 18px;
    }

    .product2-main .am-g .am-u-md-3 p {
        font-size: 14px;
    }

.product2-banner {
    background: url(../images/product/product1-banner.jpg);
    background-size: cover;
    padding: 100px 0;
}

    .product2-banner .container {
        text-align: center;
        color: #fff;
    }

        .product2-banner .container h2 {
            font-size: 30px;
        }

        .product2-banner .container p {
            font-size: 36px;
        }

@media screen and (max-width:640px) {
    .product2-banner {
        margin: 50px 0;
    }

        .product2-banner .container h2 {
            font-size: 20px;
        }

        .product2-banner .container p {
            font-size: 18px;
        }
}

.product2-service .product2-service-title {
    text-align: center;
    font-size: 40px;
}

    .product2-service .product2-service-title h2 {
        position: relative;
    }

        .product2-service .product2-service-title h2 img {
            position: absolute;
            top: 5px;
        }

.product2-service .product2-service-content .product2-info .am-g {
    margin-top: 30px;
}

    .product2-service .product2-service-content .product2-info .am-g:nth-child(1) {
        margin-top: 0;
    }

.product2-service .product2-service-content .product2-info h3 {
    font-size: 18px;
    margin-bottom: 0;
}

.product2-service .product2-service-content .product2-info p {
    font-size: 14px;
    color: #9b9b9b;
}

.product2-service .product2-content-img {
    text-align: center;
}

@media screen and (max-width:640px) {
    .product2-service .product2-content-img img, .product2-service .product2-info img {
        width: 100%;
    }

    .product2-service .product2-service-title {
        font-size: 30px;
    }

    .product2-service .product2-content-img {
        margin: 30px 0;
    }
}

.product3-main-container {
    background: url(../images/pattern-dark.png);
}

    .product3-main-container .section--header {
        color: #fff;
    }

    .product3-main-container .section--description {
        color: #fff !important;
    }

.product3-main .product3-main-box {
    text-align: center;
    position: relative;
    margin-top: 60px;
}

    .product3-main .product3-main-box .product3-icon {
        width: 100px;
        height: 100px;
        background: #34c1e4;
        border-radius: 50%;
        text-align: center;
        display: table;
        position: absolute;
        left: 50%;
        margin-left: -50px;
    }

        .product3-main .product3-main-box .product3-icon i {
            display: table-cell;
            vertical-align: middle;
            font-size: 40px;
            color: #fff;
        }

    .product3-main .product3-main-box .product3-content {
        margin-top: 50px;
        background: #fff;
        padding: 85px 16px 44px;
    }

        .product3-main .product3-main-box .product3-content h3 {
            font-size: 18px;
        }

        .product3-main .product3-main-box .product3-content p {
            font-size: 14px;
            color: #9b9b9b;
        }

    .product3-main .product3-main-box .split-line {
        width: 100px;
        margin: 45px auto 0;
        height: 2px;
        background: #262626;
    }

.product3-show-container .product3-show-box {
    padding: 0 40px;
    margin-top: 50px;
}

    .product3-show-container .product3-show-box .am-g {
        background: #fbfbfb;
        padding-right: 0;
    }

        .product3-show-container .product3-show-box .am-g .am-u-md-6 {
            padding: 0;
        }

    .product3-show-container .product3-show-box .product3-show-img {
        position: relative;
    }

        .product3-show-container .product3-show-box .product3-show-img:hover .product3-img-mask {
            display: block;
        }

        .product3-show-container .product3-show-box .product3-show-img .product3-img-mask {
            width: 100%;
            height: 100%;
            position: absolute;
            background: rgba(0,0,0,.5);
            text-align: center;
            display: none;
        }

            .product3-show-container .product3-show-box .product3-show-img .product3-img-mask i {
                color: #fff;
                background: #34c1e4;
                padding: 12px 16px;
                border-radius: 50%;
                position: relative !important;
                margin-top: 100px;
            }

        .product3-show-container .product3-show-box .product3-show-img img {
            width: 100%;
        }

    .product3-show-container .product3-show-box .product3-show-content {
        color: #9b9b9b;
        padding: 60px 24px 0;
    }

        .product3-show-container .product3-show-box .product3-show-content h3 {
            font-size: 18px;
            font-weight: 400;
        }

        .product3-show-container .product3-show-box .product3-show-content p {
            font-size: 14px;
        }

@media screen and (max-width:640px) {
    .product3-show-container .product3-show-content {
        padding: 60px 20px 0 !important;
    }
}
