.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    text-align: right;
    padding:  0 45px 0 0;
    box-sizing: border-box;
    bottom: 20px;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets span{
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 0;
    color: #333;
    opacity: 1;
    font-size: 12px;
    text-align: center;
    line-height: 16px;
    background: rgba(0,0,0,0.5);
    margin: 0 3px;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets span.swiper-pagination-bullet-active {
    background: #fff;
}




.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;
}



#lunbo .pc-slide{
    width: 30%;
    display: block;
    margin: 0 auto;
}
.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(../img/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(../img/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: 60px;
    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{
    position:absolute;
    background:url("../img/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 .colorBG{
    padding:13px  14px 5px 0px;
    margin-bottom: 16px;
}
#lunbo .right p{
    font-size: 16px;
    color: #999;
    margin: 0 0 10px 16px;
}
#lunbo .right .colorBG p:nth-child(1) span{
    color:  #e52229;;
    font-size: 24px;
    text-align: center;
    margin: 10px 0;
    font-weight: bolder;
}
#lunbo .right .colorBG .openDodal{
    width: 120px;
    line-height: 32px;
    display: inline-block;
    background: #f10215;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 0 0 10px 16px;

}

#about  .title {
    border-bottom: 2px #e2e2e2 solid;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    text-align: left;
}
#about  .title span {
    width: 100px;
    height: 38px;
    font-size: 17px;
    display: inline-block;
    line-height: 38px;
    color: #333;
    text-align: center;
    font-weight: bold;
    border-bottom: 3px #e52229 solid;
    position: relative;
    top: 1px;
}

.swiper-pagination-bullet{
    background: #fff;
}

/*资讯产品弹窗*/
.dodalBG{
    width: 100%;
    height: 100%;
    display: inline-block;
    position: fixed;
    top: 0;
    left:0;
    background: rgba(0,0,0,0.3);
    z-index: 1000;
    display: none;
}
.dodal{
    width: 900px;
    height: 600px;
    display: inline-block;
    position: fixed;
    top: 50%;
    left:50%;
    margin: -300px 0 0 -450px;
    background: #fff;
    z-index: 1100;
    display: none;

}
.dodal .left{
    padding: 110px 26px 0 26px;
    box-sizing: border-box;
}
.dodal .left h1{
    font-size: 22px;
    margin: 0 0 20px 0;
    text-align: center;
    color: #333;
    font-weight: bold;
}
.dodal .left input{
    width: 100%;
    border: 1px solid #e0e0e0;
    box-shadow: none;
    margin: 0 0 14px 0;
    display: inline-block;
}
.dodal .left textarea{
    width: 100%;
    height: 120px;
    border: 1px solid #e0e0e0;
    box-shadow: none;
    margin: 0 0 14px 0;
    resize: none;
}
.dodal .left button{
    background: #2fbeed;
    color: #ffffff;
    width: 100%;
    line-height: 18px;
    font-size: 14px;
    border: none;
}

.dodal .right{
    height: 600px;
    padding: 10px 20px 0 20px;
    box-sizing: border-box;
    background: #f7f8f9;
}
.dodal .right .closeDadol{
    margin: 0px 0px 10px 0;
    cursor: pointer;
}
.dodal .right h1 {
    font-size: 15px;
    margin: 26px 0 20px 0;
    text-align: left;
    border-bottom: 1px #e8e8e8 solid;
    color: #404040;
    font-weight: bold;
    padding: 0 0 8px 0;
}
.dodal .right .img {
    display: inline-block;
    background: #fff;
    width: 100%;
    height: 80px;
    border: 1px #e0e0e0 solid;
    border-radius: 4px;
    padding: 8px 0 0px 9px;
}
.dodal .right .img  img{
    width: 60px;
}
.dodal .right .img  .Dadolinfo{
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    color: #666;
    margin: 0 0 0 12px;
}




@media screen and (max-width: 1000px) {
    .say,
    #about{
      padding: 0;
    }
    #lunbo .right{
        width: 100%;
        padding: 0;
    }
    #lunbo .right p{
        padding: 0 0 4px 0;
        font-size: 14px;
        margin: 0;
    }
    #lunbo .right .colorBG p:nth-child(1) span {
        font-size: 16px;
    }
    #lunbo .right .colorBG {
        padding: 12px 14px 5px 0px;
         margin-bottom: 0px;
    }



    #about .title{
        margin-top: 4px;
    }
    #about .title span {
        font-size: 15px;
    }

    .dodal{
        width: 100%;
        height: 100%;
        top: 0;
        left:0;
        margin: 0;
    }
    .dodal .left{
        padding: 30px 20px 0 20px;
    }


}



