/*banner*/
.anli_banner img{
    width: 100%;
}
/*面包屑*/
.xqal_mbx{
    color: #666;
    font-size: 22px;
    margin: 35px auto;
}
/*简介*/
.xqal_text h2{
    color: #333;
    font-size: 48px;
    text-align: center;
}
.xqal_text div span{
    color: #f6552f;
}
.xqal_text div{
    font-size: 20px;
    color: #333;
    width: 1000px;
    margin: 35px auto;
}
/*轮播*/

.gallery{text-align:left;margin: 70px auto;}
.gallery .bd li .pic{ line-height:0px;  }
.gallery .bd li .bg,.gallery .bd li .title{ display:none;  }
.gallery .bd li img{ width:1200px; height:700px;   }
.gallery .hd{ position:relative; padding:30px 15px; margin-top:80px; zoom:1;background: #F5F5F5; }
.gallery .hd .tempWrap{ margin: 0 auto;  }
.gallery .hd ul{ overflow:hidden; zoom:1; }
.gallery .hd li{ width:170px; padding-top:20px; margin-left: 10px;text-align:center; cursor:pointer;   }
.gallery .hd li img{ width:150px; height:100px; border:2px solid #ddd; padding:8px;   }
.gallery .hd li.on{ background:url("../img/icoUp.png") no-repeat center 0;background-size:22px 20px;  }
.gallery .hd li.on img{ border:2px solid #f60; background:#fff;   }
.gallery .hd .sNext,.gallery .hd .sPrev{ text-align:center;  width:17px; height:26px; cursor:pointer; position:absolute;left:24px;top:98px; }
.gallery .hd .sNext{ left:auto; right:22px; }
.gallery .hd .sNext:hover,.gallery .hd .sPrev:hover{ text-decoration:none;  }

/*设计师推荐*/
.xqal_sjstj{

}
.in_h2name{
    padding: 0 0 50px 0;
    color: #F6552F;
    text-align: center;
}
.in_h2name h2{
    font-weight: normal;
    font-size: 30px;
}
.in_h2name div div{
    width: 30px;
    height: 5px;
    margin: 10px auto;
    background: #F6552F;
}
.in_h2name p{
    color: #333;
    font-size: 16px;
}


/* 通用图片列表_普通式 */
.picList li{ width:160px;  }
.picList .pic{ text-align:center; line-height:0px; border-radius: 200px;background: #F6552F;}
.picList .pic img{ width:160px; height:160px;border-radius: 200px;opacity: 1;filter:Alpha(opacity=100);
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
}
.picList .pic a:hover img{ border-color:#f00;  }
.picList .title{ line-height:24px;}
.picList .title p{margin: 40px 0 10px 0;}
.picList .title p a{color: #333;font-size: 30px;}
.picList .title div a{color: #666;font-size: 18px;}


/* 多个左滚动 - 公用类 */
.leftLoop{ overflow:hidden; position:relative;}
.leftLoop .hd{ height:30px;position: relative;}
.leftLoop .hd .prev,.leftLoop .hd .next{ position: absolute;top: 70px;display:block;  width:105px; height:105px; text-align:center;border-radius: 200px;line-height:105px; float:right; margin-right:10px; margin-top:10px;overflow:hidden;cursor:pointer; }
.leftLoop .hd .prev{ background:url("../img/xqal_jtle.png") no-repeat center #e6e6e6;left:-170px;}
.leftLoop .hd .next{ background:url("../img/xqal_ri.png") no-repeat center #e6e6e6;right: -170px;}

.leftLoop .bd{background: #fff;}
.leftLoop .bd ul{ overflow:hidden; zoom:1;padding-bottom: 80px; }
.leftLoop .bd ul li{ padding:20px 40px; text-align:center; float:left;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
}

.leftLoop .bd ul li:hover {
    position: relative;
    top: -1px;
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}/*样板间*/
.example{
    margin-top: 70px;
    height: 600px;
}
@keyframes spin {
    to {
        transform: rotate(1turn);
    }
}
.loader {
    margin: 0 auto;
    width: 30px;
    height: 30px;
    border: 3px solid transparent;
    border-top-color: #0096FF;
    border-radius: 50%;
    animation: spin 0.8s ease infinite;
}

@media screen and (max-width: 700px) {
    .anli_banner {
        overflow: hidden;
        margin-bottom: 5px;
    }
    .anli_banner img {
        width: auto;
        height: 155px;
    }
    /**/
    .xqal_mbx{
        display: none;
    }
    .xqal_text img{
        display: none;
    }
    .xqal_text h2 {
        color: #333;
        font-size: 20px;
    }
    .xqal_text div {
        font-size: 14px;
        color: #333;
        width: 96%;
        margin: 10px auto;
    }
    .example {
        margin: 0 auto;
        width: 96%;
        margin-top: 10px;
        height: 220px;
    }
    .gallery{
        margin: 10px auto;
    }
    .gallery .bd li img {
        width: 96%;
        height: auto;
    }
    .gallery .bd li .pic {
        text-align: center;
    }
    .gallery .hd .sNext, .gallery .hd .sPrev{
        display: none;
    }
    .gallery .hd .tempWrap {
        overflow-y: hidden;
    }
    .gallery .hd {
        padding: 10px 15px;
        margin-top: 0;
        overflow-y: hidden;
    }
    /**/
    .xqal_sjstj{
        display: none;
    }
}












































