﻿.freeshipping_container {
    background: url(../images/newpcbway/BG2.jpg) no-repeat center 0 transparent;
    min-height: 600px;
    /*border-top: 1px solid #d4d4d4;*/
}

#content {
    padding: 0
}

.bannerInner {
    position: relative;
}

.top_products1 {
    position: absolute;
    bottom: 136px;
    left: 200px;
    outline: none;
    width: 155px;
    height: 139px;
    animation: bounce-up 4s linear infinite;
    -webkit-animation: bounce-up 4s linear infinite;
    z-index: 2;
}

@-webkit-keyframes bounce-up {
    25% {
        -webkit-transform: translate(-38px, 8px);
    }
    50%, 100% {
        -webkit-transform: translate(0, 0);
    }
    75% {
        -webkit-transform: translate(-38px, 8px);
    }
}

@keyframes bounce-up {
    25% {
        transform: translate(-38px, 8px);
    }
    50%, 100% {
        transform: translate(0, 0);
    }
    75% {
        transform: translate(-38px, 8px);
    }
}

.bannercontent {
    padding: 40px 0;
}

.banner_middle h2 {
    margin-bottom: 20px;
}

.banner_middle {
    padding: 40px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 1px 3px 10px 1px rgb(178, 224, 172);
    -webkit-box-shadow: 1px 3px 10px 1px rgb(178, 224, 172);
    -moz-box-shadow: 1px 3px 10px 1px rgb(178, 224, 172);
    -ms-box-shadow: 1px 3px 10px 1px rgb(178, 224, 172);
    -o-box-shadow: 1px 3px 10px 1px rgb(178, 224, 172);
}

.bannerbottom {
    padding-bottom: 40px;
}

.jieshao {
    padding-left: 235px;
}

.jieshao li {
    border: 3px solid #87b2ff;
    width: 760px;
}

.side01_l {
    width: 155px;
    background: #87b2ff;
    height: 200px;
}

.side02_l {
    width: 600px;
}