/* banner图 */
.banner-wrap{
    width: 100%;
    height: auto;
    font-size: 0;
}
.banner-wrap img{
    width: 100%;
    height: 100%;
}
/* 路由跳转 */
.router-wrap{
    width: 100%;
    height: 80px;
    box-shadow:0 2px 5px rgba(100, 100, 100, 0.5);
}
.router-list{
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.router-item a{
    display: inline-block;
    width: 130px;
    height: 80px;
    text-align: center;
    font-size: 16px;
    line-height: 80px;
}
.router-itemOn a{
    color: white;
    background-color: #54B33E;
}
/* 检测中心 */
.detect-wrap{
    width: 100%;
    height: auto;
    margin-top: 100px;
}
.detect-box{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.detect-title{
    text-align: center;
    font-size: 36px;
    color: #000000;
}
.detect-text{
    text-align: center;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 20px;
}
/* 小圆点 */
.detectIndex-wrap{
    margin-top: 80px;
}
.detectIndex-list{
    display: flex;
    padding-bottom: 20px;
    align-items: center;
    justify-content: space-around;
    border-bottom: 1px solid #EFEFEF;
}
.detectIndex-item{
    cursor: pointer;
    position: relative;
}
.detectIndex-item::after{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #666666;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.detectIndex-itemOn{
    color: #54B33E;
}
.detectIndex-itemOn::after{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #54B33E;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
/* 轮播内容 */
.detectSwiper-wrap{
    position: relative;
}
.detect-swiper{
    width: 1030px;
    height: 240px;
    margin-top: 63px;
    background-color: white;
    position: relative;
}
.swiper-slide{
    width: 332px!important;
    height: 240px!important;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    border: 1px solid #C1C1C1;
}
.detectText{
    width: 100%;
    color: #333333;
    font-size: 26px;
    margin-top: 24px;
    text-align: center;
}
.detectIcon1{
    display: inline-block;
    width: 68px;
    height: 54px;
    background: url(../image/strengthShow/page3/icon1.png) no-repeat;
    background-size: 100% 100%;
}
.detectIcon2{
    display: inline-block;
    width: 54px;
    height: 54px;
    background: url(../image/strengthShow/page3/icon2.png) no-repeat;
    background-size: 100% 100%;
}
.detectIcon3{
    display: inline-block;
    width: 69px;
    height: 60px;
    background: url(../image/strengthShow/page3/icon3.png) no-repeat;
    background-size: 100% 100%;
}
.swiper-button-prev{
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 20;
    background: url(../image/companyProfile/page3/prevBtn.png) no-repeat;
    background-size: 100% 100%;
}
.swiper-button-next{
    width: 23px;
    height: 43px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 20;
    background: url(../image/companyProfile/page3/nextBtn.png) no-repeat;
    background-size: 100% 100%;
}
/* 质控中心 */


/* 机械设备 */
.equipment-wrap{
    width: 100%;
    height: auto;
    margin-top: 100px;
}
.equipment-box{
    max-width: 1216px;
    margin: 0 auto;
}
.equipment-title{
    text-align: center;
    color: #000000;
    font-size: 36px;
}
.equipment-list{
    margin-top: 65px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
/* 现场区域 */
.scene-wrap{
    width: 100%;
    height: auto;
    margin-top: 100px;
}
.scene-box{
    max-width: 1216px;
    margin: 0 auto;
}
.scene-title{
    text-align: center;
    color: #000000;
    font-size: 36px;
}
.scene-list{
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
/* 手机端 */
@media screen and (max-width:768px){
    .detect-swiper {
        width: 100%;
        height: auto;
    }
    .swiper-slide {
        width: 100%!important;
        height: 240px!important;
    }
    .equipment-wrap{
        margin-top: 30px;
    }
    .equipment-list{
        margin-top: 10px;
    }
    .equipment-item{
        width: 100%;
        height: auto;
        font-size: 0;
        margin-top: 20px;
    }
    .equipment-item img{
        width: 100%;
        height: auto;
    }
    .scene-wrap{
        margin-top: 30px;
    }
    .scene-list{
        margin-top: 30px;
    }
    .scene-item{
        width: 100%;
        height: auto;
        font-size: 0;
        margin-top: 20px;
    }
    .scene-item img{
        width: 100%;
        height: auto;
    }
}