/*header{*/
/*    background-color: rgba(68, 67, 67, 0.5);*/
/*}*/
h2{
    font-size: clamp(24px, 2.5vw, 48px);;
    color: #444343;
    margin-bottom: 15px;
    text-align: center;
}

.banner-con{
    background: url(../../images/solution-bg.jpg) no-repeat top center;
    background-size: 100% 100%;
    padding-top: 110px;
    color: #ffffff;
    padding-bottom: 80px;
}
.banner-con .banner{
    max-width: 1400px;
    margin: 0 auto;
}
.banner-con .banner h1{
    font-size: clamp(30px, 3.34vw, 64px);
    margin-top: 40px;
    margin-bottom: 40px;
    font-weight: bold;
}
.banner-con .banner .img-con{
    /*background: rgba(255, 255, 255, 0.7);*/

    margin: 40px 0;
}
.banner-con .banner .img-con img{
    margin: 0 auto;
}
.banner-con .banner .size-con{
    display: flex;
    justify-content: space-between;
}
.banner-con .banner .size-con ul{
    display: flex;
    border: 2px solid #ffffff;
    
    flex: 1;
}
.banner-con .banner .size-con ul li{
    padding: 10px 0;
    text-align: center;
}
.banner-con .banner .size-con ul:nth-of-type(1){
    max-width: 482px;
    margin-right: 15px;
}
.banner-con .banner .size-con ul:nth-of-type(1) li:first-child{
    width: 66%;
    border-right: 1px solid #ffffff;
}
.banner-con .banner .size-con ul:nth-of-type(1) li:last-child{
    width: 34%;
}
.banner-con .banner .size-con ul:nth-of-type(2) li:first-child{
    width: 25%;
    border-right: 1px solid #ffffff;
}
.banner-con .banner .size-con ul:nth-of-type(2) li:last-child{
    width: 75%;
}

.recommend-equipment-con{
    margin: 80px 0;
}
.recommend-equipment-con .recommend-equipment{
    max-width: 1400px;
    margin: 0 auto;
}
.recommend-equipment-con .recommend-equipment ul{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.recommend-equipment-con .recommend-equipment ul li{
    width: calc((100% - 60px) / 4);
   
    text-align: center;
}
.recommend-equipment-con .recommend-equipment ul li a{
    color: inherit;
}
.recommend-equipment-con .recommend-equipment ul li p{
    font-size: 16px;
    padding: 10px 20px;
    color: #444343;
     background-color: #eeeeee;
}
.table-bordered>:not(caption)>*>*{
    vertical-align: middle;
}
.scene-con{
    margin: 80px 0;
}
.scene-con .scene{
    max-width: 1400px;
    margin: 0 auto;
}
.scene-con .scene ul{
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.advantage-con{
    margin: 80px 0;
}
.advantage-con .advantage{
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.advantage-con .advantage ul:first-child{
    padding: 28px;
    position: relative;
    flex-shrink: 0;
}
.advantage-con .advantage ul:first-child:before{
    content: "";
    background: url(../../images/medal.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 127px;
    height: 121px;
    z-index: 2;
}
.advantage-con .advantage ul:first-child li:not(:last-child){
    position: relative;
    margin-bottom: 10px;
}

.advantage-con .advantage ul:first-child li p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    color: #ffffff;
    text-shadow:#494848 3px 0 0, #494848 0 3px 0, #494848 -3px 0 0, #494848 0 -3px 0;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
}
.advantage-con .advantage ul:last-child{
    padding: 28px 0;
    margin-left: 36px;

}

.advantage-con .advantage ul:last-child li:not(:last-child){
    margin-bottom: 20px;
}
.advantage-con .advantage ul:last-child li .line{
    width: 100%;
    height: 1px;
    background-color: #444343;
    margin-top: 20px;
}
.advantage-con .advantage ul:last-child li h3{
    font-weight: normal;
    position: relative;
}
.advantage-con .advantage ul:last-child li{
    position: relative;
    padding-left: 40px;
}
.advantage-con .advantage ul:last-child li:before{
    content: "";
    background: url(../../images/small.png) no-repeat;
    width: 25px;
    height: 23px;
    position: absolute;
    left: 0;
    top: 3px;
    
}
@media (max-width:1400px){
    .banner-con,.recommend-equipment-con,.scene-con,.advantage-con{
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width:1080px){
    .advantage-con .advantage ul:last-child{
        margin-left: 0;
    }
    .advantage-con .advantage ul:first-child{
        max-width: 50%;
    }
    .advantage-con .advantage ul:first-child:before{
        width: 100px;
    }
    .recommend-equipment-con .recommend-equipment ul li p{
        font-size: 18px;
    }
}
@media (max-width:900px){
    .banner-con .banner .size-con{
        flex-wrap: wrap;
    }
    .banner-con .banner .size-con ul{
        flex: auto;
    }
}
@media (max-width:768px){
    .banner-con .banner .size-con ul{
        flex: unset;
        width: 100%;
    }
    .banner-con .banner .size-con ul:nth-of-type(1){
        max-width: 100%;
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .recommend-equipment-con,.scene-con,.advantage-con{
        margin: 30px 0;
    }
    .recommend-equipment-con .recommend-equipment ul{
        flex-wrap: wrap;
        gap: 10px;
    }
    .recommend-equipment-con .recommend-equipment ul li{
        width: calc((100% - 10px) / 2);
    }
     .recommend-equipment-con .recommend-equipment ul li p{
        font-size: 16px;
    }
    .advantage-con .advantage{
        flex-wrap: wrap;
    }
    .advantage-con .advantage ul:first-child{
        max-width: 100%;
    }
    .advantage-con .advantage ul:first-child:before{
        width:70px;
        left: 7px;
        top: 7px;
    }
    
}
@media (max-width:400px){
    .banner-con .banner h1{
        font-size: 30px;
    }
    h2{
        font-size: 24px;
    }
    .advantage-con .advantage ul:first-child li p{
        font-size: 24px;
    }
    .recommend-equipment-con .recommend-equipment ul li p{
        padding: 15px 10px;
        font-size: 14px;
    }
    .scene-con .scene ul{
        gap: 10px;
    }
}