@charset "utf-8";
/*广告图*/
.swiper-ggt{
    position: relative;
    margin-top: 8rem;
}
.swiper-ggt::before{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
    width: 100%;
    height: 80%;
    background: #000;
}
.swiper-banner img{
    width: 100%;
}
.swiper-banner .swiper-pagination-bullet{
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    border-radius: 50%;
}
.swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #ff0000;
}
.swiper-banner .swiper-pagination-bullets{
    bottom: 2rem!important;
}


/*通用代碼*/
.itit{
    text-align: center;
    position: relative;
    margin-bottom: 5rem;
}
.itit .bt::after,.itit .bt::before{
    content:"";
    position: absolute;
    height: 3px;
    bottom: 0;
}
.itit .bt::after{
    background: #2b2e34;
    width: 4rem;
    right: 50%;
    margin-right: -3rem;
}
.itit .bt::before{
    background: #f5002f;
    width: 2rem;
    left: 50%;
    margin-left: -3rem;
}
.itit .bt{
    font-size: 3.4rem;
    line-height: 4rem;
    font-weight: bold;
    position: relative;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}
.imore{
    margin: auto;
    width: 100%;
}
.imore a{
    color: #fff;
    line-height: 4rem;
    margin: 0 auto;
    height: 4rem;
    width: auto;
    display: table;
}
.imore a .wz{
    background: #f5002f;
    padding: 0 2rem 0 3rem;
    float: left;
    position: relative;
}
.imore a .tb{
    background: #3f464b;
    padding: 0 2rem 0 3rem;
    float: left;
}
.imore a .wz::before{
    content:"";
    width: 0;
    height: 0;
    border-top: 2rem solid transparent;
    border-right: 2rem solid transparent;
    border-left: 2rem solid #f5002f;
    border-bottom: 2rem solid transparent;
    position: absolute;
    right: -4rem;
}
.imore.fff a .wz{
    background: #fff;
    color: #333;
}
.imore.fff a .wz::before{
    border-left: 2rem solid #fff;
}


/*產品展示*/
.ipro{
    margin-top: 10rem;
}
.ipro-list ul{
    margin-left: -2rem;
    margin-right: -2rem;
}
.ipro-list ul li{
    padding: 0 2rem 4rem;
}
.ipro-list ul li a{
    border: 1px solid #ededed;
    display: block;
}
.ipro-list ul li a:hover  img {
    transform:scale(1.05,1.05);
    -ms-transform:scale(1.05,1.05);
    -webkit-transform:scale(1.05,1.05);
    -o-transform:scale(1.05,1.05);
    -moz-transform:scale(1.05,1.05);
}
.ipro-list ul li p{
    border-top: 1px solid #ededed;
    text-align: center;
    padding: 1rem;
}
.ipro-list ul li a:hover p{
    color: #f5002f;
}

/*關於我們*/
.iabout{
    margin-top: 10rem;
}
.iabout .brief p{
    line-height: 3rem;
}
.iabout .content{
    margin-top: 5rem;
    display: flex;
    background: #f5002f;
}
.iabout .content .img{
    width: 60%;
}
.iabout .content .img img{
    width: 100%;
}
.iabout .content .breif{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40%;
}
.iabout .content .breif .juzhong{
    padding: 0 2rem;
    width: 100%;
}
.iabout .content .breif .juzhong .lg{
    text-align: center;
}
.iabout .content .breif .juzhong .lg img{
    width: 23rem;
}
.iabout .content .breif .juzhong .mz{
    color: #fff;
    font-size: 3rem;
    text-align: center;
    font-weight: bold;
}
.iabout .content .breif .juzhong .yj{
    text-align: center;
    color: #fff;
    margin: 7rem 0;
}
.iabout .content .breif .juzhong .yj .bt{
    font-size: 1.8rem;
    position: relative;
    line-height: 3rem;
}
.iabout .content .breif .juzhong .yj .bt span{
    display: table;
    background: #f5002f;
    position: relative;
    padding: 0 2rem;
    margin: auto;
    font-size: 3rem;
}
.iabout .content .breif .juzhong .yj .bt::before{
    content:"";
    width: 100%;
    position: absolute;
    height: 1px;
    background: #fa7d95;
    left: 0;
    top: 50%;
}
.iabout .content .breif .juzhong .yj .wz{
    margin-top: 3rem;
}
.iabout .content .breif .juzhong .yj .wz p{
    line-height: 4rem;
    font-size: 2.2rem;
}


/*應用案例*/
.iyyal{
    margin-top: 10rem;
}
.iyyal-list ul{
    margin-left: -2rem;
    margin-right: -2rem;
}
.iyyal-list ul li{
    padding: 0 2rem 4rem;
}
.iyyal-list ul li img{
    width: 100%;
}
.iyyal-list ul li p{
    font-size: 2rem;
    background: #2b2e34;
    color: #fff;
    padding: 3rem;
}
.iyyal-list ul li p i{
    margin-left: 2rem;
    font-style: normal;
}
.iyyal-list ul li:nth-child(2n) p{
    background: #f5002f;
}


/*解決方案*/
.ijjfa{
    padding: 10rem 0;
}
.swiper-ijjfa .swiper-slide{
    display: flex;
    padding: 0 7rem;
}
.swiper-ijjfa .bigimg{
    width: 50%;
}
.swiper-ijjfa .bigimg img{
    width: 100%;
}
.swiper-ijjfa .content{
    width: 50%;
    padding-left: 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.swiper-ijjfa .content .juzhong .bt a{
    font-size: 3.4rem;
    color: #f5002f;
    font-weight: bold;
    line-height: 5rem;
}
.swiper-ijjfa .content .juzhong .brief{
    line-height: 3rem;
    margin: 3rem 0;
}
.swiper-ijjfa .content .juzhong .more a{
    background: #f5002f;
    color: #fff;
    line-height: 5rem;
    display: block;
    height: 5rem;
    text-align: center;
    width: 12rem;
}
.swiper-ijjfa .swiper-ijjfa-next{
    right: 0;
}
.swiper-ijjfa .swiper-ijjfa-prev{
    left: 0;
}
.swiper-ijjfa .swiper-ijjfa-next,.swiper-ijjfa .swiper-ijjfa-prev{
    position: absolute;
    z-index: 99999;
    top: 50%;
    width: 4rem;
    height: 10rem;
    background: #666;
    color: #fff;
    text-align: center;
    line-height: 9.5rem;
    font-size: 3rem;
    cursor: pointer;
    margin-top: -3rem;
}
.swiper-ijjfa .swiper-ijjfa-next:hover,.swiper-ijjfa .swiper-ijjfa-prev:hover{
    background: #f5002f;
}


/*新網資訊*/
.ixwzx{
    background: #f2f2f2;
    padding: 10rem 0;
    margin-top: 10rem;
}
.ixwzx-list ul{
    margin-left:-1rem;
    margin-right:-1rem;
}
.ixwzx-list ul li{
    padding: 0 1rem;
}
.ixwzx-list ul li img{
    width: 100%;
}
.ixwzx-list ul li dl{
    background: #fff;
    padding: 2rem 2rem 6rem;
    position: relative;
}
.ixwzx-list ul li dl span{
    color: #666;
}
.ixwzx-list ul li dl dt{
    margin-top: 1rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 3rem;
}
.ixwzx-list ul li dl i{
    font-style: normal;
    position: absolute;
    bottom: 2rem;
    right: 2rem;
}



@media (max-width:1024px){
    /*通用代碼*/
    .itit{
        margin-bottom: 3rem;
    }
    .itit .bt{
        font-size: 3rem;
    }
    .imore{
        margin: auto;
        width: 100%;
    }
    .imore a{
        color: #fff;
        line-height: 4rem;
        margin: 0 auto;
        height: 4rem;
        width: auto;
        display: table;
    }
    .imore a .wz{
        background: #f5002f;
        padding: 0 2rem 0 3rem;
        float: left;
        position: relative;
    }
    .imore a .tb{
        background: #3f464b;
        padding: 0 2rem 0 3rem;
        float: left;
    }
    .imore a .wz::before{
        content:"";
        width: 0;
        height: 0;
        border-top: 2rem solid transparent;
        border-right: 2rem solid transparent;
        border-left: 2rem solid #f5002f;
        border-bottom: 2rem solid transparent;
        position: absolute;
        right: -4rem;
    }
    .imore.fff a .wz{
        background: #fff;
        color: #333;
    }
    .imore.fff a .wz::before{
        border-left: 2rem solid #fff;
    }

    
    /*產品展示*/
    .ipro{
        margin-top: 5rem;
    }
    .ipro-list ul{
        margin-left: -.5rem;
        margin-right: -.5rem;
    }
    .ipro-list ul li{
        padding: 0 .5rem 2rem;
    }

    /*關於我們*/
    .iabout{
        margin-top: 5rem;
    }
    .iabout .brief p{
        line-height: 3rem;
    }
    .iabout .content{
        margin-top: 3rem;
        display: block;
    }
    .iabout .content .img{
        width: 100%;
    }
    .iabout .content .img img{
        width: 100%;
    }
    .iabout .content .breif{
        width: 100%;
        padding: 3rem;
    }
    .iabout .content .breif .juzhong{
        padding: 0;
        width: 100%;
    }
    .iabout .content .breif .juzhong .lg{
        text-align: center;
    }
    .iabout .content .breif .juzhong .lg img{
        width: 23rem;
    }
    .iabout .content .breif .juzhong .mz{
        color: #fff;
        font-size: 3rem;
        text-align: center;
        font-weight: bold;
    }
    .iabout .content .breif .juzhong .yj{
        margin: 4rem 0;
    }
    .iabout .content .breif .juzhong .yj .bt{
        font-size: 1.8rem;
        position: relative;
        line-height: 3rem;
    }
    .iabout .content .breif .juzhong .yj .wz p{
        font-size: 2rem;
    }


    /*應用案例*/
    .iyyal{
        margin-top: 5rem;
    }
    .iyyal-list ul{
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .iyyal-list ul li{
        padding: 0 1rem 2rem;
    }
    .iyyal-list ul li p{
        font-size: 1.6rem;
        padding: 1rem 2rem;
    }
    
    
    /*解決方案*/
    .ijjfa{
        padding: 10rem 0;
    }
    .swiper-ijjfa .swiper-slide{
        display: flex;
        padding: 0 7rem;
    }
    .swiper-ijjfa .bigimg{
        width: 50%;
    }
    .swiper-ijjfa .bigimg img{
        width: 100%;
    }
    .swiper-ijjfa .content{
        width: 50%;
        padding-left: 5%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .swiper-ijjfa .content .juzhong .bt a{
        font-size: 3.4rem;
        color: #f5002f;
        font-weight: bold;
        line-height: 5rem;
    }
    .swiper-ijjfa .content .juzhong .brief{
        line-height: 3rem;
        margin: 3rem 0;
    }
    .swiper-ijjfa .content .juzhong .more a{
        background: #f5002f;
        color: #fff;
        line-height: 5rem;
        display: block;
        height: 5rem;
        text-align: center;
        width: 12rem;
    }
    .swiper-ijjfa .swiper-ijjfa-next{
        right: 0;
    }
    .swiper-ijjfa .swiper-ijjfa-prev{
        left: 0;
    }
    .swiper-ijjfa .swiper-ijjfa-next,.swiper-ijjfa .swiper-ijjfa-prev{
        position: absolute;
        z-index: 99999;
        top: 50%;
        width: 4rem;
        height: 10rem;
        background: #666;
        color: #fff;
        text-align: center;
        line-height: 9.5rem;
        font-size: 3rem;
        cursor: pointer;
        margin-top: -3rem;
    }
    .swiper-ijjfa .swiper-ijjfa-next:hover,.swiper-ijjfa .swiper-ijjfa-prev:hover{
        background: #f5002f;
    }
    
    
    /*新網資訊*/
    .ixwzx{
        padding: 5rem 0;
        margin-top: 5rem;
    }
    .ixwzx-list ul{
        margin-left:-1rem;
        margin-right:-1rem;
    }
    .ixwzx-list ul li{
        padding: 0 1rem;
    }
    .ixwzx-list ul li dl{
        padding: 2rem 2rem 5rem;
    }
}