@charset "utf-8";
/*广告图*/
.swiper-ggt{
    position: relative;
}
.swiper-ggt::before{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
    width: 100%;
}
.swiper-banner img{
    width: 100%;
}
.swiper-banner .swiper-pagination-bullet{
    width: 80px;
    height: 5px;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    margin: 0 1rem;
}
.swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #008cf8;
}
.swiper-banner .swiper-pagination-bullets{
    bottom: 2rem!important;
    width: 100%;
}



/*通用*/
.itit{
    text-align: center;
    margin-bottom: 5rem;
}
.itit .t1{
    font-size: 3rem;
    font-weight: bold;
}
.itit .t2{
    font-size: 1.8rem;
}
.itit.fff{
    color:#fff;
}


/*关于我们*/
.iabout{
    padding: 100px 0;
    background: url(../images/iabout-img2.jpg) center center no-repeat;
}
.iabout-con{
    width: 50%;
}
.iabout-con .bt{
    font-size: 1.8rem;
}
.iabout-con .gsm{
    display: flex;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px solid #008cf6;
}
.iabout-con .gsm p{
    font-weight: bold;
    font-size: 3rem;
}
.iabout-con .gsm a{
    display: flex;
    align-items: center;
}
.iabout-con .gsm a span{    
    margin-left:5px;
    color:#008cf6;
}
.iabout-con .brief{
    margin-top: 3rem;
}
.iabout-con .brief p{
    font-size: 2.4rem;
    line-height: 4rem;
}
.iabout-con .tedian{
    margin-top: 10rem;
    font-size: 2rem;
    color: #666;
}
.iabout-con .tedian p{
    line-height: 5rem;
}


/*业务领域*/
.iywly{
    background: #eef9ff;
    padding: 80px 0;
}
.iywly-tit{
    display: table;
    width: 100%;
    margin-bottom: 3rem;
}
.iywly-tit .itit{
    float: left;
    text-align: left;
}
.bt-brief{
    float: right;
    width: 70%;
}
.bt-brief .wz{
    font-size: 1.8rem;
    line-height: 3.5rem;
    color: #666;
}
.bt-brief .more{
    margin-top: 3rem;
}
.bt-brief .more a{
    font-size: 2rem;
}

.iywly-bj{
    position: relative;
}
.iywly-bj>img{
    width: 100%;
    display: block;
}
.iywly-list{
    /* position: absolute; */
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    transform: translate3d(0,0,0);
    overflow: hidden;
}
.iywly-list .iywly-width{
    width: 25%;
    box-sizing: border-box;
    position:  relative;
    /* cursor: pointer; */
    transition: all .3s ease;
    height: auto;
}
.iywly-list .iywly-width:hover i img{
    transform: scale(1.2,1.2);
    -ms-transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
}
.iywly-list .iywly-width i img{
   -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.iywly-list .iywly-width i img.iprotbb,.iywly-list .iywly-width:hover i img.iprotba{
    display:none;
}
.iywly-list .iywly-width:hover i img.iprotbb{
    display:block;
    margin:auto;
}
.iywly-list #iprow0,.iywly-list #iprow1,.iywly-list #iprow2{
    display:block!important;
}
.iywly-list .iywly-width a{
    display:block;
    width: 100%;
    height: 100%;
}
.iywly-list .iywly-width:hover{
  background: rgba(0, 0, 0, 0.71);
}
.iywly-con{
    z-index: 1;
    bottom: 0;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 18px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    position: relative;
    border-radius: 50px 0 0 0;
    overflow: hidden;
}
.iywly-list .aon .iywly-con{
    bottom: auto;
}
.iywly-list .aon .iywly-con i{
    margin: 0 auto 10px;
}
.iywly-con i{
    width: 90%;
    display: block;
    margin: 0 auto 40px;
    padding: 0 5%;
}
.iywly-con .iywly-title{
    font-size: 22px;
    overflow: hidden;
    position: absolute;
    top: 2rem;
    left: 2rem;
    display: table;
}
.iywly-con .iywly-title .yw{
    color: #fff;
    font-size: 1.6rem;
    line-height: 1;
}
.iywly-con .iywly-title .zw{
    font-size: 2.6rem;
    color: #fff;
    float: left;
}
.iywly-con .iywly-brief{
    font-size: 18px;
    opacity: 0;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
}
.iywly-list .iywly-width:hover .iywly-con .iywly-brief {
    opacity: 1;
    color:#ff6a00;
}
.iywly-list .iywly-width:hover .iywly-con .iywly-title{
    color: #ff6a00;
}
.iywly-list .iywly-width .img{
    position: relative;
    top: 0;
}
.iywly-list .iywly-width .img::after{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.iywly-list .iywly-width .img img{
    max-width: max-content;
    height: 100%;
}
.iywly-list .shuzi{
    padding: 1rem 2rem;
    color: #fff;
    font-size: 2.4rem;
}
.iywly-list #iprow1{
    background: #008df9;
}
.iywly-list #iprow2{
    background: #e746b8;
}
.iywly-list #iprow3{
    background: #eda338;
}
.iywly-list #iprow4{
    background: #2bb699;
}



/*产品中心*/
.ipro{
    padding: 10rem 0;
}
.ipro-list{
    position: relative;
}
.swiper-ipro .swiper-slide{
    border: 1px solid #c9c9c9;
    padding: 5rem 2rem;
    border-radius: 20px;
    overflow: hidden;
}
.swiper-ipro .swiper-slide .bigimg{
    display: table;
    margin: auto;
}
.swiper-ipro .swiper-slide .bigimg img{
    width: 10rem;
}
.swiper-ipro .swiper-slide dl dt{
    font-size: 2rem;
    text-align: center;
    padding: 3rem 0 1rem;
}
.swiper-ipro .swiper-slide dl dd{
    color: #666;
    line-height: 2.8rem;
    height: 11.2rem;
    overflow: hidden;
}
.swiper-ipro .swiper-slide .more{
    margin-top: 4rem;
    text-align: center;
    color: #008cf6;
}
.ipro-list .ipro-next,.ipro-list .ipro-prev{
    font-size: 4rem;
    font-weight: bold;
    color: #9f9f9f;
    line-height: 4rem;
    position: absolute;
    top: 50%;
    margin-top: -2rem;
}
.ipro-list .ipro-next{
    right: -5rem;
}
.ipro-list .ipro-prev{
    left: -5rem;
}



/*业务领域*/
.iywlya{
    background: url(../images/iywly-bj.png) center left no-repeat;
    height: 450px;
    padding-top: 6rem;
}
.iywlya .itit{
    text-align: left;
}
.iywlya-list{}
.iywlya-list .bt{
    color: #fff;
    font-size: 3rem;
}
.iywlya-list .con{
    display: block;
    margin-top: 4rem;
}
.iywlya-list .con dl{
    float: left;
    margin-left: 15rem;
    text-align: center;
}
.iywlya-list .con dl:first-child{
    margin-left: 0;
}
.iywlya-list .con dl dt img{
    height: 7rem;
}
.iywlya-list .con dl dd{
    color: #fff;
    font-size: 2rem;
}


/*新闻资讯*/
.inews{
    padding: 7rem 0;
    background: #f4f4f4;
}
.inews .imore a{
    margin: auto;
}
.inews-list ul{
    margin-left: -2rem;
    margin-right: -2rem;
}
.inews-list ul li{
    padding: 0 2rem;
}
.inews-list ul li a{
    background: #f7f7f7;
    border-radius: 10px;
    overflow: hidden;
    display: block;
}
.inews-list ul li a .bigimg img{
    width: 100%;
    height: 30rem;
}
.inews-list ul li a:hover .bigimg 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);
}
.inews-list ul li a:hover{
    background: #fff;
    box-shadow: 0 0px 10px rgb(0 0 0 / 40%);
}
.inews-list ul li a dl{
    padding: 2rem;
    background: #fff;
}
.inews-list ul li a dl dt{
    font-size: 2rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.inews-list ul li a dl dd{
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 限制行数 */
    -webkit-box-orient: vertical;
    line-height: 2.5rem;
    height: 7.5rem;
}
.inews-list ul li a dl span{
    color: #999;
    margin-top: 2rem;
    display: block;
}



@media (max-width:1024px){


    /*广告图*/
    .swiper-banner .swiper-pagination-bullet{
        width: 20px;
        height: 3px;
    }
    .swiper-banner .swiper-pagination-bullets{
        bottom: .5rem!important;
    }



    /*通用*/
    .itit{
        margin-bottom: 3rem;
    }
    .itit .t1{
        font-size: 2.4rem;
        font-weight: bold;
    }
    .itit .t2{
        font-size: 1.6rem;
    }


    /*关于我们*/
    .iabout{
        padding: 5rem 0;
        background: none;
    }
    .iabout-con{
        width: 100%;
    }
    .iabout-con .bt{
        font-size: 1.8rem;
    }
    .iabout-con .gsm{
        padding: 1rem 0;
    }
    .iabout-con .gsm p{
        font-weight: bold;
        font-size: 2.4rem;
    }
    .iabout-con .brief{
        margin-top: 3rem;
    }
    .iabout-con .brief p{
        font-size: 1.8rem;
        line-height: 3rem;
    }
    .iabout-con .tedian{
        margin-top: 5rem;
        font-size: 1.8rem;
    }
    .iabout-con .tedian p{
        line-height: 4rem;
    }
    
    
    /*业务领域*/
    .iywly{
        padding: 5rem 0;
    }
    .iywly-tit{
        display: table;
        width: 100%;
        margin-bottom: 3rem;
    }
    .bt-brief{
        float: right;
        width: 100%;
    }
    .bt-brief .wz{
        font-size: 1.8rem;
        line-height: 3rem;
        color: #666;
    }
    .bt-brief .more{
        margin-top: 2rem;
    }
    .bt-brief .more a{
        font-size: 2rem;
    }
    
    .iywly-bj{
        position: relative;
    }
    .iywly-bj>img{
        width: 100%;
        display: block;
    }
    .iywly-list{
        /* position: absolute; */
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        display: block;
        transform: translate3d(0,0,0);
        overflow: hidden;
    }
    .iywly-list .iywly-width{
        width: 50%;
        box-sizing: border-box;
        position:  relative;
        /* cursor: pointer; */
        transition: all .3s ease;
        height: auto;
        float: left;
    }
    .iywly-list .iywly-width:hover i img{
        transform: scale(1.2,1.2);
        -ms-transform: scale(1.2,1.2);
        -webkit-transform: scale(1.2,1.2);
        -o-transform: scale(1.2,1.2);
        -moz-transform: scale(1.2,1.2);
    }
    .iywly-list .iywly-width i img{
       -webkit-transition: 1s;
        -o-transition: 1s;
        transition: 1s;
    }
    .iywly-list .iywly-width i img.iprotbb,.iywly-list .iywly-width:hover i img.iprotba{
        display:none;
    }
    .iywly-list .iywly-width:hover i img.iprotbb{
        display:block;
        margin:auto;
    }
    .iywly-list .iywly-width a{
        display:block;
        width: 100%;
        height: 100%;
    }
    .iywly-con{
        z-index: 1;
        bottom: 0;
        text-align: center;
        width: 100%;
        color: #fff;
        font-size: 18px;
        transition: all .3s;
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        position: relative;
        border-radius: 50px 0 0 0;
        overflow: hidden;
    }
    .iywly-list .aon .iywly-con{
        bottom: auto;
    }
    .iywly-list .aon .iywly-con i{
        margin: 0 auto 10px;
    }
    .iywly-con i{
        width: 90%;
        display: block;
        margin: 0 auto 40px;
        padding: 0 5%;
    }
    .iywly-con .iywly-title{
        font-size: 1.6rem;
        top: auto;
        left: 1rem;
        bottom: 1rem;
    }
    .iywly-con .iywly-title .yw{
        color: #fff;
        font-size: 1.6rem;
        line-height: 1;
    }
    .iywly-con .iywly-title .zw{
        font-size: 1.6rem;
        width: 100%;
    }
    .iywly-con .iywly-brief{
        font-size: 18px;
        opacity: 0;
        height: 30px;
        overflow: hidden;
        line-height: 30px;
    }
    .iywly-list .iywly-width .img img{
        max-width: 100%;
        height: 100%;
    }
    
    
    
    /*产品中心*/
    .ipro{
        padding: 5rem 0;
    }
    .ipro-list{
        padding: 0 3rem;
    }
    .swiper-ipro .swiper-slide{
        padding: 3rem 2rem;
    }
    .swiper-ipro .swiper-slide .bigimg{
        display: table;
        margin: auto;
    }
    .swiper-ipro .swiper-slide .bigimg img{
        width: 100%;
    }
    .swiper-ipro .swiper-slide dl dt{
        font-size: 1.8rem;
        padding: 3rem 0 1rem;
        line-height: 3rem;
        height: 10rem;
    }
    .swiper-ipro .swiper-slide dl dd{
        display: none;
    }
    .swiper-ipro .swiper-slide .more{
        margin-top: 2rem;
    }
    .ipro-list .ipro-next,.ipro-list .ipro-prev{
        font-size: 3rem;
    }
    .ipro-list .ipro-next{
        right: 0;
    }
    .ipro-list .ipro-prev{
        left: 0;
    }
    
    
    
    /*业务领域*/
    .iywlya{
        background: #008df9;
        height: auto;
        padding: 5rem 0;
    }
    .iywlya-list .bt{
        font-size: 2.4rem;
    }
    .iywlya-list .con{
        margin-top: 4rem;
        display: table;
        width: 100%;
    }
    .iywlya-list .con dl{
        margin-left: 0;
        width: 33.33%;
    }
    .iywlya-list .con dl dt img{
        height: auto;
        width: 50%;
    }
    .iywlya-list .con dl dd{
        font-size: 1.6rem;
        margin-top: 1.5rem;
    }
    
    
    /*新闻资讯*/
    .inews{
        padding: 5rem 0 3rem;
    }
    .inews .imore a{
        margin: auto;
    }
    .inews-list ul{
        margin-left: 0;
        margin-right: 0;
    }
    .inews-list ul li{
        padding: 0;
        margin-bottom: 3rem;
    }
    .inews-list ul li a{
        background: #f7f7f7;
        border-radius: 10px;
        overflow: hidden;
        display: block;
    }
    .inews-list ul li a .bigimg img{
        height: auto;
    }
    .inews-list ul li a dl{
        padding: 2rem;
    }
    .inews-list ul li a dl dt{
        font-size: 1.8rem;
    }
}