﻿body {
    background: url(/home/style/img/body_bg.png) no-repeat;
}

.wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.wrapper .logo {
    background: #fff;
}

.swiper-container {
    width: 100%;
    height: auto;
    margin: 15px 0;
}

.swiper-container .swiper-slide-title {
    position: absolute;
    top: 0;
    background: rgba(0,0,0,0.2);
    color: #fff;
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding-left: 10px;
}

.image-box {
    display: block;
    margin: 30px 0;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.image-box .title {
    background: url(/style/img/nav_bg_long.jpg) no-repeat left center;
    color: #fff;
    position: absolute;
    top: -8px;
    left: 0;
    width: 100px;
    height: 44px;
    line-height: 44px;
    padding-left: 25px;
}

.image-box img {
    width: 100%;
}

.copy-right {
    width: 100%;
    text-align: center;
    color: gray;
    line-height: 30px;
}

.row {
    margin: 0;
}




* {
    margin: 0;
    padding: 0;
}

body {
    background: url(/images/bg.png);
}

#main {
    width: 1200px;
    margin: 0 auto;
}

header {
    margin: 0 0 10px 0;
    overflow: auto;
    background: #fff;
}

header > img {
    float: left;
    margin-right: 25px;
}

header div {
    float: left;
    padding-top: 10px;
}

.image-list {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.image-list .flex-item {
    position: relative;
    border: 1px solid #fff;
}

.image-list .flex-item > img {
    width: 380px;
    height: 280px;
}

.image-list .flex-item .title {
    width: 140px;
    height: 50px;
    color: #fff;
    letter-spacing: 3px;
    line-height: 37px;
    text-align: center;
    background: url(/images/navbarbg.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 20px;
    left: 0;
}

* {
    margin: 0;
    padding: 0;
}

img {
    /*display: block;*/
    border: none;
}

ul, li {
    list-style: none;
}

.lubo {
    ;
    min-width: 1000px;
    clear: both;
    position: relative;
    height: 404px;
    text-align: center;
    background: grey;
    text-align: center;
}

.lubo_box {
    position: relative;
    height: 404px;
    text-align: center;
    width: 1200px;
    margin: 0px auto;
}

.lubo_box li {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    width: 1200px;
    height: 404px;
    display: none;
    text-align: center;
    overflow: hidden;
}

.lubo_box li a {
    dispiay: block;
    height: 100%
}

.lubo_box li img {
    height: 404px;
    margin: 0px auto;
    width: 1200px;
}

/*圆点*/
.cir_box {
    overflow: hidden;
    position: absolute;
    z-index: 100;
}

.cir_box li {
    display: none;
    float: left;
    width: 30px;
    height: 5px;
    margin: 0 5px;
    cursor: pointer;
    background: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.cir_on {
    background: #000 !important;
}

/*按钮*/
.lubo_btn {
    position: absolute;
    width: 1200px;
    top: 140px;
    left: 50%;
    margin-left: -600px;
}

.left_btn, .right_btn {
    width: 30px;
    height: 80px;
    background: #000;
    opacity: 0.2;
    filter: alpha(opacity=80);
    cursor: pointer;
    color: #fff;
    line-height: 80px;
    font-size: 30px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.left_btn:hover, .right_btn:hover {
    opacity: 0.5
}

.left_btn {
    float: left;
}

.right_btn {
    float: right;
}


.copyright {
    text-align: center;
    line-height: 44px;
    width: 100%;
    color: gray;
}


@media screen and (max-width: 767px) {
    .wrapper .logo {
        margin: 0 -15px;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        padding: 10px;
    }

    .wrapper .logo img {
        margin-left: 15px;
    }

    .wrapper .swiper-container {
        margin-top: 80px;
    }

    .image-box {
        height: auto;
        margin: 10px 0;
    }

    .copy-right {
        width: 96%;
        margin: 10px 2%;
    }
}
