.comm_tit{margin-bottom: 40px;}
.comm_tit h1{font-family: CN-Light;color: #d8d8d8;}
.comm_tit h2{font-weight: bold;}

.diy_01{background: #f2f2f2;padding: 70px 0;}
.diy_02{background: #fff;padding: 70px 0;padding-bottom: 100px;}

.diy_02 .case-list li p.p1{margin-bottom: 0;}
.diy_02 .case-list{margin-bottom: 0;}
.worm-nav {
    margin-bottom: 30px;
    overflow: hidden;
}

.worm-nav li {
    width: 16.6%;
    float: left;
}

.worm-nav li span {
    display: block;
    text-align: center;
    margin: 0 15px;
    padding: 10px 0;
    border-bottom: 1px solid #dadada;
    cursor: pointer;
}

.worm-nav li.on {
    background: #fee418;
}

.worm-nav li.on span {
    cursor: default;
}

.worm-swiper li {
    cursor: pointer;
    text-align: center;
}
.coverimg{overflow: hidden;height: 0;padding-bottom: 75%;position: relative;}
.coverimg img{
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    position: absolute;top:0;left: 0;width: 100%;height: 100%;
}
.worm-swiper li:hover .coverimg img{transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);-moz-:scale(1.1,1.1);-o-transform:scale(1.1,1.1);-ms-transform:scale(1.1,1.1);}
.worm-swiper li:hover .text{box-shadow: 2px 5px 10px rgba(0,0,0,0.2);border-top: 3px solid #fff;background: #FFE300;}


.worm-swiper li .text {
    transition: all 1s;
    margin: -50px 32px 0;
    background: #fff;
    padding: 30px 20px;padding-top: 25px;
    border-top: 3px solid #fff;
    position: relative;
}

.worm-swiper li .list {
    display: none;
}

.worm-swiper li .text h2 {
margin-bottom: 5px;
        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.worm-swiper li .text h3 {
    font-size: 14px;
    display: inline-block;
    padding: 15px 3px;padding-top: 0;
    border-bottom: 1px solid #000;
}



.index-suit {
    margin-top: 70px;
    overflow: hidden;
    height: 582px;
    background: #fff;
    margin-bottom: 20px;
}

.index-suit .l {
    text-align: center;
    width: 278px;
    float: left;
    border: 1px solid #ffe300;
    height: 582px;
}

.index-suit .r {
   
    width: calc(100% - 278px);
    height: 100%;
    float: left;
    position: relative;
}

.index-suit .r img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-suit .r .btn {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.index-suit .r .btn a {
    padding: 16px 24px;
    background: #ffe619;
    display: block;
    text-decoration: none;
    color: #000000;
    transition: all .3s;
}

.index-suit .r .btn a:hover {
    background: #312f2c;
    color: #fff;
}

.index-suit .l .ll {
    width: 90px;
    background: #ffe300;
    height: 100%;
    float: left;
}

.index-suit .l .ll li {
    width: 90px;
    height: 90px;
    line-height: 90px;
    vertical-align: middle;
    border-bottom: 1px solid #e2ca02;
    cursor: pointer;
    transition: all .3s;
}

.index-suit .l .ll li:hover {
    background: #312f2c;
    color: #fff;
}

.index-suit .l .ll li.on {
    background: #fff;
    color: #000;
}

.index-suit .l .ll i {
    font-size: 28px;
    display: block;
    margin-bottom: 10px;
}

.index-suit .l .ll h2 {
    font-size: 16px;
}

.index-suit .l .ll .nt {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}

.index-suit .l .lr_list {
    height: 100%;
    width: 186px;
    float: left;
}

.index-suit .l .lr {
    height: 100%;
    overflow: auto;
    padding: 22px 0;
    box-sizing:border-box;

}

.index-suit .l .lr li {
    height: 25%;
    overflow: hidden;
    cursor: pointer;
    
}
.index-suit .l .lr li:last-child{margin-bottom: 0;}
.index-suit .l .lr .img {
    width: 140px;
    height: 80px;
    margin: auto;
    margin-top: 12px;
    background-size: cover;
    outline: 3px solid transparent;
    transition: all .3s;
}

.index-suit .l .lr li:hover .img {
    outline-color: #ffe300;
}

.index-suit .l .lr li.on {
    cursor: default;
}

.index-suit .l .lr li.on .img {
    outline-color: #ffe300;
}

.index-suit .l .lr h2 {
    font-size: 16px;
    margin-top: 12px;
}
.worm-swiper-wrap{position: relative;}
.worm-swiper-wrap  .but_button02 .swiper-button-prev{left: -65px;}
.worm-swiper-wrap  .but_button02 .swiper-button-next{right: -65px;}
