.content-1 {
    height: 490px
}

.content-1 .container {
    padding-top: 45px
}

.banner-title {
    font-size: 40px;
    color: #fff;
    margin-top: 50px
}

.banner-content {
    background-image: url("../images/overview-banner.png")
}

.banner-des {
    opacity: .9;
    font-size: 14px;
    color: #fff
}

.banner-button {
    margin-top: 41px
}

.banner-button {
    margin-left: 0
}

.po-video-btn {
    position: absolute;
    top: 58%;
    left: 78%;
    width: 77px;
    height: 76px;
    background: url(../images/btn_play.png) no-repeat;
    cursor: pointer
}

.po-video-btn:hover {
    background: url(../images/btn_play_hl.png) no-repeat
}

.overview-container {
    padding-top: 49px
}

.overview-container > div {
    padding: 49px 0
}

.overview-container > div > div {
    width: 280px;
    height: 233px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.overview-logo {
    width: 110px;
    height: 110px
}

.overview-title {
    font-size: 20px;
    color: #434343;
    margin-top: 25px
}

.overview-des {
    font-size: 14px;
    color: #a6acb2;
    text-align: left
}

.products {
    padding-top: 83px
}

.products .product {
    text-align: center;
    transition: all ease-in .3s
}

.products .product > a {
    padding: 10px 10px 40px 10px;
    text-decoration: none;
    display: block
}

.products .product:hover {
    background: #fff;
    box-shadow: 0 20px 100px 0 rgba(0, 0, 0, .11);
    border-radius: 4px;
    transform: translateY(-5px)
}

.products .product-icon {
    width: 102px;
    height: 102px;
    margin-left: auto;
    margin-right: auto;
    background-position: center center;
    padding: 6px 8px 10px 8px
}

.products .product-icon > div {
    height: 86px;
    width: 86px;
    background-repeat: no-repeat;
    background-position: 0 0
}

.product1 .product-icon {
    background-image: url("../images/or.png")
}

.product1 .product-icon > div {
    background-image: url("../images/fin-animation.png")
}

.product2 .product-icon {
    background-image: url("../images/green.png");
    padding: 6px 9px 10px 7px
}

.product2 .product-icon > div {
    background-image: url("../images/scm-animation.png")
}

.product3 .product-icon {
    background-image: url("../images/red.png")
}

.product3 .product-icon > div {
    background-image: url("../images/ec-animation.png")
}

.product4 .product-icon {
    background-image: url("../images/pu.png")
}

.product4 .product-icon > div {
    background-image: url("../images/mfc-animation.png")
}

.product5 .product-icon {
    background-image: url("../images/blue.png")
}

.product5 .product-icon > div {
    background-image: url("../images/cy-animation.png")
}

.product6 .product-icon {
    background-image: url("../images/cyan.png")
}

.product6 .product-icon > div {
    background-image: url("../images/yzj-animation.png")
}


.products .product-title {
    font-size: 20px;
    color: #3a3a3a;
    margin-top: 19px;
    margin-bottom: 0
}

.products .product-des {
    font-size: 14px;
    color: #a6acb2;
    margin-top: 15px;
    margin-bottom: 0
}

@media (min-width: 768px) {
    .products .col-md-3 {
        width: 20%
    }
}
