
body {
    font-size: 14px;
    line-height: 1.7;
    color: #333;

}

a {
    text-decoration: none;
    color: #78b8f6;
}

.page-head,
.page-body,
.page-foot{
    max-width: 1200px;
    margin: 0 auto;
}

.page-head {
    /*border-bottom: 1px #eee solid;*/
    padding-top: 20px;

    margin-bottom: 20px;
}

.page-logo {
    display: inline-block;
    margin: 0 50px 0 0;
    vertical-align: bottom;
}
.page-logo a { display: block; }
.page-logo img { display: block;}

.page-nav {
    display: inline-block;
    font-size: 18px;
    line-height: 40px;
}
.page-nav a {
    text-decoration: none;
    margin: 0 10px;
    color: #333;
}
.page-nav a:hover {
    color: #339;
}
.page-nav a.app_active {
    border-bottom: 2px #39f solid;
}

.page-banner {
    margin-bottom: 20px;
}

.page-banner img {
    display: block;
    margin: 0 auto;
    width: 100%;
}



.page-body {
    margin-bottom: 30px;
    position: relative;
    min-height: 350px;

}

.page-bodyMain {
    margin-right: 350px;
}

.page-bodySide {
    position: absolute;
    right: 0;
    top:0;
    border-bottom: 0;
    width: 300px;
}

.app-widget{
    margin: 0 0 20px 0;
    padding: 15px;
    background:#fff;
    /*border:1px #ddd solid;*/
}

.app-widget-title {
    font-weight:bold;
    font-size: 16px;
    border-bottom: 1px #ddd solid;
    /*padding-bottom: 5px;*/
    position: relative;
}
.app-widget-title>h3 {
    display: inline-block;
    border-bottom: #3399ff 2px solid ;
    margin:0;
}
.app-widget-body{
    margin:10px 0;
    font-size: 15px;
}

.app-moreLink {
    position: absolute;
    right: 10px;
    top:5px;
    font-size: 12px;
    font-weight: normal;
    /*text-decoration: none;*/
    color: #333;
}

.app-product-list {
    list-style: none;
    padding: 0;
    margin:0;
}
.app-product-list>li {
    display: inline-block;
    vertical-align: top;
    border: 1px #ddd solid;
    margin: 0 15px 15px 0;

}
.app-product-list img {
    width: 160px;
    display: block;
}

.page-foot {
    background: url(../img/bg_foot.png) 0 0 repeat-x;
    padding: 40px 0 20px;
    text-align: center;
}


.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color:#000;
    opacity: 1;
    background: rgba(0,0,0,0.2);
}
.swiper-pagination-bullet-active {
    color:#fff;
    background: #007aff;
}

@media (max-width: 960px) {
    .page-bodyMain {
        margin-right: 0;
    }

    .page-bodySide {
        position: static;
        width: auto;
    }

    .app-product-list img{
        width: 150px;
    }
}