
.mobile-swiper{
    display: none;
}
/*服務*/
.service .container{
    padding: 52px  0 0 0;
    display: block;
}
.contact{
    position: relative;
    width: 413px;
    margin: auto;
    position: relative;
    z-index: 5;
    font-size: 36px;
    padding: 25px 51px 27px 54px;
    background: #CF1F1F;
    border-radius: 52px;
    display: flex;
    align-items: center
}
.contact:hover{
    color: #000;
}
.contact:active{
    background: #000;
    color: #fff;
}
.service-icon{
    padding: 0 13px 0 0;
}
.characteristic{
    position: relative;
    top: -76px;
    z-index: 4;
}
/*產品*/
.products{
    display: block;
}
.advantage-titel,.products-title{
    display: flex;
    justify-content: center;
    align-items: center;
}
.products p{
    padding: 0 9px;
    font-size: 40px;
    font-weight: bold;
    color: #CF1F1F;
}
.products img{
    width: max-content;
    height: max-content;
}

.products-images{
    display: flex;
}
.products-images img{
    width: 50%
}
/*優勢*/
.advantage-titel{
    padding: 35px 0 21px 0;
}
.advantage{
    background: url("/images/index/advantagebg.png") top no-repeat;
}
.advantage .container{
    height: 1280px ;
}
.advantage p{
    padding: 0 9px;
    font-size: 40px;
    font-weight: bold;
    color:  #1BB1FF;
}
.advantage-item-array{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-around;
    height: 1050px;
}
.advantage-item{
    position: relative;
    width: 48%;
    height: 500px;
    background: white;
}
.advantage-item p{
    color: #000;
    font-size: 23px;
    line-height: 2.5rem;
}
.advantage-flag{
    position: absolute;
    top: 43px ;
    width:245px ;
    height: 73px;
    background: #CF1F1F;
    display: flex;
    align-items: center;
}
.advantage-flag p{
    font-size: 32px;
    color: #fff;
    padding: 0 0 0 18px;
}
.advantage-item-inner{
    box-sizing: content-box;
    padding: 21px 18px;
}
.advantage-item-inner img{
    width: 100%;
}
@media screen and (max-width: 980px){
    .service .container{
        padding: 8vw 0 0 0;
    }
    .contact{
        width: 55vw;
        font-size: 4vw;
        padding: 2vw 5vw;
        box-sizing: border-box;
        position: absolute;
        top: 25%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .service-icon{
        display: block;
        width: 6vw;
    }
    .pc-swiper{
        display: none;
    }
    .mobile-swiper{
        display: flex;
    }
    /*服務*/
    .characteristic{
        width: 95vw;
        left: 50%;
        transform: translate(-50%,0);
        top: 0;
    }
    
    
    /*產品*/
    .products img{
        width: 15vw;
    }
    .products-title p{
        font-size: 5vw;
    }
    .products-images {
        flex-direction: column;
        align-items: center;
    }
    .products-images img{
        width: 95vw;
    }
    
    
    /*優勢*/
    .advantage{
        background: url("/images/index/advantagemobilbg.png") top repeat-y;
        background-size: contain;
    }
    .advantage .container{
        height: auto;
    }
    .advantage-titel p{
        font-size: 5vw;
    }
    .advantage-titel img{
        width: 15vw;
    }
    .advantage-item-array{
        height: auto;
        padding: 5vw 0 0 0;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
    }
    .advantage-item{
        width: 80vw;
        height: auto;
        margin: 0 0 5vw 0;
    }
    .advantage-item p{
        font-size: 4vw;
    }
    .advantage-flag{
        top: 10vw;
        width: 50vw;
        height: 10vw;
    }
}
