.signWrap{
    
}
/* 初始轮播图部分 */
.swiperWrap{
    width: 100%;
    height: 450px;
    position: relative;
}
.indexSwiperOne{
    width: 100%;
    height: 450px;
}
.swiperWrap .indexSwiperOne .qrCode{
    width: 240px;
    height: 240px;
    position: absolute;
    right: 50px;
    top: 50%;
    margin-top: -120px;
    background: rgba(255, 255, 255, 0.6);
}
.swiperWrap .indexSwiperOne .qrCode p{
    text-align: center;
    font-size: 18px;
    line-height: 40px;
}
.swiperWrap .indexSwiperOne .qrCode .p1{
    color: #de5152;
}
.swiperWrap .indexSwiperOne .qrCode .p2{
    color: #333333;
}
.swiperWrap .indexSwiperOne .qrCode img{
    width: 165px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.indexSwiperOne .listImg{
    width: 100%;
    height: 100%;
}
.swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    background: #fff;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background: #ffa200;
}
.indTop{
    width: 100%;
    height: 48px;
    text-align: center;
    padding-top: 30px;
}
.indTop img{
    width: 40px;
    height: auto;
    display: inline-block;
}
.indTop .indextopTit{
    font-size: 22px;
    color: #2c2c2c;
    display: inline-block;
    position: relative;
    top: -18px;
    padding: 0 10px 0 9px;
}

/* 下方图片内容 */
.imglist{
    width: 1030px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 30px;
}
.imglist .ilist{
    width: 330px;
    height: 210px;
    margin-left: 20px;
    margin-top: 15px;
    position: relative;
    float: left;
}
.imglist .ilist:nth-of-type(3n+1){
    margin-left: 0;
}
.imglist .ilist img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.imglist .ilist .name{
    width: 320px;
    height: 45px;
    padding: 0 5px;
	background: rgba(0, 0, 0, 0.62);
    font-size: 16px;
    line-height: 45px;
    color: #ffffff;
    
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    position: absolute;
    left: 0;
    bottom: 0;
}
.imglist .ilist .iType{
    width: 50px;
    height: 30px;
    background-color: #de5152;
    text-align: center;
    background: rgba(228, 0, 0, 0.61);
    line-height: 30px;
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
}
.imglist .ilist .iType1{
    width: 66px;
    height: 30px;
    background-color: #de5152;
    text-align: center;
    background: rgba(228, 0, 0, 0.61);
    line-height: 30px;
    font-size: 16px;
    color: #ffffff;
    position: absolute;
    left: 0;
    top: 0;
}