.container{
    max-width: 1200px;
    padding: 0 0;
}
.dan{
    margin-top: 80px;
}
.dan .right{
    padding: 0 0 0 40px;
}
.leftThreebox {
    padding: 0 0 38px 0;
}




.say{
    margin-top: 20px;
    overflow: hidden;
    display: block;
    padding: 40px 0;
}
.say p.name{
    color: #888;
    font-size: 17px;
    text-align: center;
    margin: 0 0 18px 0;
}

.mcnext.white_bj.page.margin40{
    margin-top: 40px;
}




#lunbo .pc-slide{
    width: 40%;
    display: block;
    float: none;
}
.view img{
    width: 100%;
    border: 1px #e4e0e0 solid;
    box-sizing: border-box;
    height: 100%;
    display: block;
}

.view .swiper-container {
    height: auto;
    border: 1px #e9e9e9 solid;

}

.preview {
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.preview .swiper-container {
    /*width: 100%;*/
    height: 82px;
    margin: 0 35px;
}

.preview .swiper-slide {
    /*width: 140px !important;*/
    height: 82px;
    cursor:pointer;
}

.preview .slide6 {
    width: 82px;
}

.preview .arrow-left {
    background: url(../images/feel3.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview .arrow-right {
    background: url(../images/feel4.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview img {
    width: 90px;
    padding: 1px;
    border: 1px #ccc solid;
    box-sizing: border-box;
    text-align: center;
    margin: 7px 0 0 0;
}

.preview .active-nav img {
    padding: 0;
    border:1px solid #656568;
}


/*放大镜*/
div.zoomDiv{
    z-index:999;
    position:absolute;
    top:0px ;
    left:0px;
    width:200px;
    height:200px;
    background:#ffffff;
    border:1px solid #CCCCCC;
    display:none;
    text-align:center;
    overflow:hidden;
}
div.zoomMask{
    /*width: 80px !important;*/
    /*height: 80px !important;*/
    position:absolute;
    background:url("../images/mask.png") repeat scroll 0 0 transparent;
    cursor:move;
    z-index:1;
}
div.zoomDiv>img{
    max-width: none;
    max-height: none;
    width: auto;
    height: auto;
}

#lunbo .right{
    margin-top: 40px;
}
#lunbo .right .colorBG{
    padding:13px  14px 5px 0px;
    margin-bottom: 16px;
}
#lunbo .right p{
    font-size: 16px;
    color: #999;
}
#lunbo .right .colorBG p:nth-child(1) span{
    color:  #ffc001;;
    font-size: 24px;
    text-align: center;
    margin: 10px 0;
    font-weight: bolder;
}
#lunbo .right .fen{
    margin: 10px 0 20px 0;
}
#lunbo .right .text{
    display: block;
    overflow: hidden;
}


#lunbo .right .title {
    border-bottom: 1px #dedede solid;
    margin-bottom: 10px;
    text-align: left;
    background: #f5f4f4;

}
#lunbo .right .title span {
    width: 100px;
    height: 38px;
    font-size: 14px;
    display: inline-block;
    line-height: 38px;
    color: #333;
    text-align: center;
    font-weight: bold;
    border-top: 2px #fa9800 solid;
    border-right: 1px #dedede solid;
    border-bottom: 2px #ffffff solid;
    border-left: 1px #dedede solid;
    position: relative;
    top: 1px;
    background: #fff;
    border-radius: 2px 2px 0 0;
}
#lunbo .right .info .text img{
    float: left;
}























@media screen and (max-width: 1000px) {

    body {
        padding: 50px 0 !important;
    }

    .container {
        padding: 0 10px;
    }

    .dan {
        margin-top: 20px;
    }
    .dan .right {
        padding: 0 10px;
    }




    .say {
        padding: 11px 0;
    }
    #lunbo .pc-slide {
        width: 100%;
        padding: 0;
    }
    #lunbo .right {
        margin-top: 20px;
        padding: 0;

    }


    div.zoomDiv{
        display: none !important;
    }
    #lunbo .right .text *{
        line-height: 20px !important;
        font-size: 12px !important;
    }

}


@media screen and (max-width: 760px) {
    .dan .right {
        padding: 0 0px ;
    }

}