body {
    background: #50bba3;
}

.wrap .banner .bga,
.wrap .banner .bgb {
    height: 240px;
    background: url('../images/banner1.jpg') no-repeat center top;
}

.wrap .banner .bgb {
    background-image: url('../images/banner2.jpg');
}

.content {
    background: url(../images/bgl.png) no-repeat left top, url(../images/bgr.png) no-repeat right top;
}

.lq {
    width: 1000px;
    margin: 0 auto 30px;
    background: rgba(255, 255, 255, .26) url(../images/lq.png) no-repeat center;
    height: 120px;
    padding: 10px 0;
    border-radius: 20px;
    position: relative;
}

.js-lq {
    width: 101px;
    height: 107px;
    position: absolute;
    top: 20px;
    right: 50px;
    cursor: pointer;
}

.t-box {
    width: 1000px;
    margin: 0 auto 30px;
}

.t-box .t-tit {
    text-align: center;
    margin-bottom: 10px;
}

.t-box .t-txt {
    overflow: hidden;
    min-height: 258px;
    background: #3da58b;
}

.box-b {
    background: #3da58b;
    padding: 20px 0;
    text-align: center;
}

.box-c .t-txt {
    position: relative;
    min-height: 912px;
}

.box-c .djc {
    position: absolute;
    top: 18px;
    left: 25px;
    width: 227px;
    height: 520px;
}

.box-c .js-product .t-item:nth-child(1),
.box-c .js-product .t-item:nth-child(4) {
    margin-left: 240px;
}

.box-c .js-product {
    min-height: 520px;
}

.box-c .ylb {
    margin: 10px auto;
    text-align: center;
    position: relative;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.box-d .t-txt {
    position: relative;
    min-height: 556px;
}

.box-d .js-product .t-item:nth-child(3),
.box-d .js-product .t-item:nth-child(6) {
    margin-right: 240px;
}

.box-d .t-txt .lnsd {
    position: absolute;
    top: 18px;
    right: 25px;
    width: 227px;
    height: 520px;
}


/* 导航 */

.nav-box {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
    background: #36a2c1;
    width: 104px;
    border-radius: 8px;
    z-index: 1000;
}

.nav-logo {
    position: relative;
    left: 2px;
    top: 10px;
    margin-bottom: 10px;
}

.nav-box a {
    width: 100%;
    display: block;
    line-height: 35px;
    margin: 6px auto;
    font-size: 16px;
    color: #fff;
    background: rgba(255, 255, 255, .1);
}

.nav-box a.on {
    background-color: #e6ff60;
    color: #36a1c4;
}

.mask,
.dialog {
    position: fixed;
    z-index: 10;
}

.mask {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
}

.dialog {
    top: 50%;
    left: 50%;
    min-width: 300px;
    margin: -200px 0 0 -150px;
    background: #3da58b;
    border: 5px solid #06fabd;
    border-radius: 10px;
    box-shadow: inset 0 0 5px rbga(0, 0, 0, .4);
    overflow: hidden;
}

.dialog .t-tit {
    margin: 10px 10px 0px 10px;
    height: 36px;
    text-align: right;
}

.dialog .t-tit i {
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url(../images/close.png) no-repeat center center;
    cursor: pointer;
}

.dialog .t-txt {
    padding: 10px;
    text-align: center;
    color: #fff;
    padding-bottom: 10px;
}

.dialog .t-inner {
    border-radius: 10px;
    max-height: 320px;
    overflow: hidden;
    overflow-y: auto;
    text-align: center;
}

.dialog .t-inner {
    position: relative;
    min-height: 40px;
}

.dialog .t-inner:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 26px;
    height: 26px;
    margin: -15px 0 0 -15px;
    box-sizing: border-box;
    border: 2px solid rgba(0, 0, 0, .5);
    border-top-color: rgba(255, 255, 255, .5);
    border-radius: 100%;
    overflow: hidden;
    -webkit-animation: circle 1s infinite linear;
    -moz-animation: circle 1s infinite linear;
    -o-animation: circle 1s infinite linear;
    animation: circle 1s infinite linear;
}

@-webkit-keyframes circle {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@-moz-keyframes circle {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@-o-keyframes circle {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes circle {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

.dialog .t-inner .h2 {
    margin-bottom: 10px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .1);
    font-size: 22px;
}

.dialog .t-inner .h2 {
    line-height: 32px;
    margin: 0;
    position: relative;
    background-color: #3da58b;
}