
.banner .swiper-slide img{
    width: 100%;
}
.my-button-next, .my-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 44px;
}
.my-button-next {
    right: 10px;
    left: auto;
}
.my-button-prev {
    left: 10px;
    right: auto;
}
.my-button-next i, .my-button-prev i{
    color: #fff;
    font-size: 20px;
}
.swiper-pagination-bullet-active{
    background: #fff;
}
/*定制*/
.diy{
    padding: 50px 0 20px;
}
.diy .title{
    width: 1200px;
    height: 182px;
    background: url("../images/diy.jpg") center center no-repeat;
    font-size: 0;
    margin: 0 auto;
}
.diy .steps{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dia .item .shape-list a.shape0 i{background-position:-51px 0px; }
.dia .item .shape-list a.shape1 i{background-position:-164px 0px; }
.dia .item .shape-list a.shape2 i{background-position:-277px 0px; }
.dia .item .shape-list a.shape3 i{background-position:-392px 0px; }
.dia .item .shape-list a.shape4 i{background-position:-505px 0px; }
.dia .item .shape-list a.shape5 i{background-position:-618px 0px; }
.dia .item .shape-list a.shape6 i{background-position:-732px 0px; }
.dia .item .shape-list a.shape7 i{background-position:-846px 0px; }
.dia .item .shape-list a.shape8 i{background-position:-959px 0px; }
.dia .item .shape-list a.shape9 i{background-position:-1073px 0px; }

.dia .item .shape-list a.shape0.select i{background-position:-51px -64px; }
.dia .item .shape-list a.shape1.select i{background-position:-164px -63px; }
.dia .item .shape-list a.shape2.select i{background-position:-277px -63px; }
.dia .item .shape-list a.shape3.select i{background-position:-392px -63px; }
.dia .item .shape-list a.shape4.select i{background-position:-505px -62px; }
.dia .item .shape-list a.shape5.select i{background-position:-618px -64px; }
.dia .item .shape-list a.shape6.select i{background-position:-732px -67px; }
.dia .item .shape-list a.shape7.select i{background-position:-846px -64px; }
.dia .item .shape-list a.shape8.select i{background-position:-959px -64px; }
.dia .item .shape-list a.shape9.select i{background-position:-1073px -65px; }

.index-common-title{
    font-size: 20px;
    text-align: center;
    padding: 40px 0;
}
.index-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
}
.index-title .tit{
    font-size: 20px;
}
.index-title .more{
    font-size: 14px;
}
/*系列*/
.series .series-list{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.series .series-list img{
    width: 100%;
    object-fit: cover;
}
.series .series-list .list-left{
    width: 916px;
}
.series .series-list .list-left .item-top{
    margin-bottom: 14px;
}
.series .series-list .list-left .item-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.series .series-list .list-left .item-bottom .small-p2{
    width: 500px;
    height: 450px;
}
.series .series-list .list-left .item-bottom .small-p3{
    width: 400px;
    height: 450px;
}
.series .series-list .list-right{
    width: 295px;
}
/*产品*/
.product .list ul{
    overflow: hidden;
}
.product .list ul li{
    float: left;
    width: 290px;
    margin-right: 22px;
    margin-bottom: 22px;
    background-color: #fff;
    padding-bottom: 20px;
}
.product .list ul li .thumb{
    width: 100%;
}
.product .list ul li .tit{
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 15px 20px;
}
.product .list ul li .desc{
    font-size: 12px;
    color: #999;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 20px;
}
.product .list ul li .price{
    padding: 20px 0 10px;
    text-align: center;
    color: #33ffff;
}
.product .list ul li:nth-child(4n){
    margin-right: 0;
}
.product .list ul li:hover{
    transition: all ease-in .3s;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    transform: translate3d(0,-2px,0);
}
.brand .content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.brand .brand-right img{
    width: 710px;
}
.brand .brand-right .b-top{
    height: 125px;
    background-color: #e0f3f1;
    margin-bottom: 15px;
    text-align: center;
}
.brand .brand-right .b-top .tit{
    font-size: 22px;
    padding: 20px 0;
}
.brand .brand-right .b-top .sub-tit{
    position: relative;
    letter-spacing: 2px;
}
.brand .brand-right .b-top .sub-tit:before,
.brand .brand-right .b-top .sub-tit:after{
    content: '';
    position: absolute;
    top: 6px;
    width: 100px;
    height: 1px;
    background-color: #333;
}
.brand .brand-right .b-top .sub-tit:before{
    left: 26%;
}
.brand .brand-right .b-top .sub-tit:after{
    right: 26%;
}
.brand .brand-right .b-top .desc{
    padding: 20px 0;
    letter-spacing: 4px;
}
/*新闻列表*/
.news{
    margin: 50px 0;
}
.news .content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news .content .item{
    width: 398px;
    padding: 10px 15px;
    background-color: #fff;
}
.news .index-title{
    padding: 20px 0;
}
.news .content .item .list{
    padding-bottom: 10px;
}
.news .content .item .list li{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
}
.news .content .item .list li:before{
    content: '';
    position: absolute;
    top: 15px;
    left: 0;
    width: 3px;
    height: 3px;
    background-color: #dc393f;
}
.news .content .item .list li h5{
    flex: 1;
    padding-right: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 35px;
    font-size: 14px;
}