@charset "utf-8";
/*广告图*/
.swiper-banner{
    margin-top:9rem;
}
.swiper-banner img{
    width: 100%;
}
.swiper-banner .swiper-pagination-bullet{
    width: 1.5rem;
    height: 1.5rem;
    background: #d2d2d2;
    border-radius: 50%;
    opacity: 1;
}
.swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #0071b7;
}
.swiper-banner .swiper-pagination-bullets{
    bottom: 4rem!important;
}


/*通用*/
.itit{
    margin-bottom: 5rem;
}
.itit.ititpoa{
    position: absolute;
}
.itit-fl{
    color: #000;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 4rem;
}
.itit-fl span{
    display: block;
    font-size: 1.8rem;
    text-transform: uppercase;
    color: #ccc;
    line-height: 2.5rem;
    margin-top: 1rem;
}
.itit-fr{
    padding-bottom: 1rem;
    margin-top: 1.5rem;
    border-bottom: 3px solid #000;
}
.itit-fr a{
    font-size: 2rem;
    color: #000;
}
.itit-fr i{
    margin-left: 2rem;
}
.itit-fff .itit-fl{
    color: #fff;
}
.itit-fff .itit-fl span{
    color: #fff;
}
.itit-fff .itit-fr{
    border-bottom: 3px solid #fff;
}
.itit-fff .itit-fr a{
    color: #fff;
}


/*产品中心*/
.ipro{
    background: #f5f5f5;
    padding: 10rem 0;
}
.ipro-list ul{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}
.ipro-list ul li{
    padding: 0 .5rem 1rem .5rem;
}
.ipro-list ul li a{
    display: block;
    background: #fff;
    padding: 5rem;
}
.ipro-list ul li a:hover{
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 10%);
}
.ipro-list ul li dl{
    text-align: center;
    margin-bottom: 3rem;
}
.ipro-list ul li dl dt{
    font-size: 3rem;
}
.ipro-list ul li dl dd{
    text-transform: uppercase;
    color: #ccc;
    letter-spacing: 3px;
    margin: 0;
}
.ipro-list ul li .bigimg img{
    width: 100%;
}
.ipro-list ul li a:hover .bigimg img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);    /* IE 9 */
    -webkit-transform: scale(1.05,1.05);    /* Safari å’Œ Chrome */
    -o-transform: scale(1.05,1.05); /* Opera */
    -moz-transform: scale(1.05,1.05);   /* Firefox */
}
.ipro-list ul li .more{
    width: 150px;
    height: 5rem;
    text-align: center;
    line-height: 5rem;
    margin: 3rem auto 0;
    color: #999;
    font-size: 2rem;
}
.ipro-list ul li a:hover .more{
    background: #c92e22;
    color: #fff;
}


/*解决方案*/
.isolutions{
    background: url(../images/isj-bj01.jpg) center top no-repeat;
    padding: 10rem 0;
}
.isolutions-list ul{
    margin-left: -1.5rem;
    margin-right: -1.5rem;
}
.isolutions-list ul li{
    padding: 0 1.5rem;
}
.isolutions-list ul li a{
    position: relative;
    display: block;
}
.isolutions-list .isolutions-lic{
    position: absolute;
    z-index: 999;
    background: rgb(255 255 255 / 50%);
    width: 100%;
    height: 100%;
    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;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.isolutions-list .isolutions-lic dl{
    position: relative;
    padding-bottom: 2rem;
}
.isolutions-list .isolutions-lic dl dt{
    text-align: center;
}
.isolutions-list .isolutions-lic dl dd{
    font-size: 2.4rem;
    font-weight: bold;
    color: #000;
}
.isolutions-list .isolutions-lic dl:before{
    content:"";
    background: #c5c7c9;
    position: absolute;
    width: 5rem;
    height: 1px;
    bottom: 0;
    left: 50%;
    margin-left: -2.5rem;
}
.isolutions-list ul li a:hover .isolutions-liz{
    opacity: 1;
    z-index: 99999;
}
.isolutions-list .isolutions-liz{
    position: relative;
    opacity: 0;
}
.isolutions-list .isolutions-liz .bigimg img{
    width: 100%;
}
.isolutions-list .isolutions-liz .wz .tb{
    top: 2rem;
    position: absolute;
    right: 2rem;
    width: 3.5rem;
}
.isolutions-list .isolutions-liz .wz .tb img{
    width: 100%;
}
.isolutions-list .isolutions-liz .wz dl{
    position: absolute;
    bottom: 0;
    padding: 3rem;
}
.isolutions-list .isolutions-liz .wz dl dt{
    font-size: 2.4rem;
    color: #fff;
}
.isolutions-list .isolutions-liz .wz dl dd{
    color: #e6e6e6;
    font-size: 1.8rem;
    margin: 0 0 2rem;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.isolutions-list .isolutions-liz .wz dl .more{
    color: #fff;
    font-size: 1.8rem;
}


/*案例中心*/
.icase{
    padding: 10rem 0;
    /* background: #f5f5f5; */
}
.icase-list{
    position: relative;
    padding-bottom: 5rem;
}
.swiper-icase .bigimg img{
    width: 100%;
}
.swiper-icase .wz{
    position: absolute;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding: 2rem 3rem;
}
.swiper-icase .wz span{
    font-size: 2rem;
}
.swiper-icase .wz i{
    float: right;
    font-size: 2rem;
    color: #fff;
    font-style: inherit;
    display: none;
}
.icase-list .swiper-pagination{
    width: 100%;
    bottom: 0;
    height: 2rem;
}
.icase-list .swiper-pagination .swiper-pagination-bullet{
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 5px;
}
.icase-list .swiper-pagination-bullet-active{
    background: #0071b7;
}
.swiper-icase .swiper-icase-next,.swiper-icase .swiper-icase-prev{
    position: absolute;
    z-index: 999;
    top: 50%;
    color: #ccc;
    font-size: 4rem;
    width: 6rem;
    height: 6rem;
    background: #fff;
    text-align: center;
    line-height: 5.5rem;
    border-radius: 50%;
    margin-top: -3rem;
    cursor: pointer;
    opacity: .3;
}
.swiper-icase .swiper-icase-next:hover,.swiper-icase .swiper-icase-prev:hover{
    background: #0071b7;
    opacity: 1;
}
.swiper-icase .swiper-icase-next{
    right: 5rem;
}
.swiper-icase .swiper-icase-prev{
    left: 5rem;
}


/*关于我们*/
.iabout{
    background: url(../images/isj-img04.jpg) center top no-repeat #f5f5f5;
    padding-top: 60rem;
}
.iabout-list{
    background: url(../images/isj-bj02.png) right bottom no-repeat #fff;
    padding: 7rem;
    position: relative;
}
.iabout-contact{
    padding-left: 20rem;
}
.iabout-contact .brief p{
    color: #666;
    font-size: 2rem;
    margin-bottom: 5rem;
    line-height: 4rem;
}
.iabout-contact ul li span{
    font-size: 9rem;
    position: relative;
    display: table;
    margin: auto;
    line-height: 11rem;
    color: #c92e22;
    font-weight: bold;
}
.iabout-contact ul li span i{
    font-style: inherit;
    position: absolute;
    font-size: 4rem;
    top: 0;
    line-height: 3rem;
}
.iabout-contact ul li p{
    text-align: center;
    font-size: 2rem;
    color: #000;
}



/*新闻资讯*/
.inews{
    background: #f5f5f5;
    padding: 10rem 0;
}
.inews-list{
    position:relative;
}
.inews-tabs .am-tabs-nav{
    float: left;
    width: 15%;
    border: 0;
    margin-top: 15rem;
}
.inews-tabs .am-nav-tabs li{
    width: 100%;
    margin-bottom: 2rem;
}
.inews-tabs .am-nav-tabs li>a{
    padding: 0;
    width: 100%;
    display: block;
    font-size: 2.4rem;
    text-align: center;
    color: #999;
    border: 3px solid #999;
    line-height: 7rem;
    font-weight: bold;
}
.inews-tabs .am-nav-tabs li>a:hover{
    background: none;
}
.inews-tabs .am-nav-tabs li.am-active>a{
    background: 0;
    border: 3px solid #000;
    margin: 0;
    color: #000;
}
.inews-tabs .am-tabs-bd{
    border: 0;
    float: right;
    width: 80%;
}
.inews-tabs .am-tab-panel{
    padding: 0;
    border: 0;
}
.inews-top{
    float: left;
    width: 50%;
    background: #fff;
}
.inews-top .bigimg img{
    width: 100%;
    height: 390px;
}
.inews-top a:hover .bigimg img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);    /* IE 9 */
    -webkit-transform: scale(1.05,1.05);    /* Safari å’Œ Chrome */
    -o-transform: scale(1.05,1.05); /* Opera */
    -moz-transform: scale(1.05,1.05);   /* Firefox */
}
.inews-top dl{
    padding: 4rem;
}
.inews-top dl dt{
    font-size: 2.4rem;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.inews-top a:hover dl dt{
    color: #0071b7;
}
.inews-top dl dd{
    color: #666;
    font-size: 1.8rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.inews-top dl .date{
    margin-top: 3rem;
    font-size: 1.8rem;
    color: #999;
}
.inews-top dl .date .gd{
    float: right;
}
.inews-top dl .date .gd i{
    margin-left: 1rem;
}
.inews-top a:hover dl .date .gd{
    color: #000;
}
.inews-liebiao{
    float: right;
    width: 45%;
}
.inews-liebiao dl{
    margin-top: 5.5rem;
    border-bottom: 1px solid #c4c4c4;
    padding-bottom: 2.5rem;
}
.inews-liebiao dl:first-child{
    margin-top: 0;
}
.inews-liebiao dl dt{
    font-size: 2.2rem;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.inews-liebiao dl dt a:hover{    
    color: #0071b7;
}
.inews-liebiao dl dd{
    font-size: 1.8rem;
    color: #666;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.inews-liebiao .date{
    margin-top: 2rem;
    font-size: 1.8rem;
}
.inews-liebiao .date span{
    color: #999;
}
.inews-liebiao .date i{
    float: right;
    font-size: 2rem;
    color: #666;
}
.inews-liebiao .date i:hover{
    color: #0071b7;
}


/*咨询报价*/
.imessage{
    background: url(../images/isj-bj02.jpg) center center no-repeat;
    padding: 10rem 0;
}
.imessage-list{
    position: relative;
}
.imessage-bg{
    width: 80%;
    float: right;
}
.imessage-bg .inform-item1{
    width: 49%;
    float: left;
    background: #fff;
    padding: 0 2rem;
    height: 8rem;
    line-height: 8rem;
    margin-bottom: 2.5rem;
    margin-right: 2%;
}
.imessage-bg label{
    margin: 0;
    float: left;
    font-size: 2.4rem;
    font-weight: 500;
    border-right: 1px solid #e5e5e5;
    padding-right: 2rem;
    min-width: 10%;
    text-align: center;
    margin-right: 2rem;
}
.imessage-bg .inform-iselect{
    width: 69%;
    float: left;
}
.imessage-bg .inform-iselect select{
    line-height: 8rem;
    padding: 0;
    border: 0;
    font-size: 2rem;
    outline: 0;
}
.imessage-bg .inform-intext1{
    width: 68%;
    float: left;
    position: relative;
}
.imessage-bg .inform-intext1 input{
    width: 90%;
    margin-top: 16px;
    border-bottom: 1px solid #dae4e8;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    padding: 0;
    outline: 0;
    line-height: 4rem;
    font-size: 2.4rem;
    color: #999;
}
.imessage-bg .inform-intext1 .inform-span1{
    position: absolute;
    top: 0;
    right: 0rem;
    color: #999;
    font-size: 2.4rem;
}
.imessage-bg fieldset>div:nth-child(2n){
    margin-right: 0;
}
.imessage-bg .inform-item2{
    width: 35%;
}
.imessage-bg .inform-item2 label{
    width: 35%;
    min-width: 150px;
}
.imessage-bg .inform-item2 .inform-intext1{
    width: 47%;
}
.imessage-bg .inform-item2 input{
    border: 0;
    width: 100%;
    padding-left: 0;
}
.imessage-bg .inform-item3{
    width: 61%;
}
.imessage-bg .inform-item3 .inform-intext1{
    width: 35%;
    padding: 0 3rem;
    margin-right: 6%;
}
.imessage-bg .inform-item3 .inform-intext1:last-of-type{
    margin-right: 0;
}
.imessage-bg .inform-item3 .inform-span2{
    position: absolute;
    left: 0;
    font-size: 2.4rem;
    color: #999;
}
.imessage-bg .inform-item3 input{
    width: 100%;
}
.inform-item1 .inform-intext2 input{
    padding: 0;
    width: 69%;
    line-height: 8rem;
    border: 0;
    font-size: 2.4rem;
    color: #999;
}
.inform-item1 .inform-intext3{
    float: left;
    width: 45%;
}
.inform-item1 .inform-intext3 input{
    padding: 0;
    width: 100%;
    line-height: 8rem;
    border: 0;
    font-size: 2.4rem;
    color: #999;
}
.inform-item1 img{
    float: left;
    width: 24%;
    height: 100%;
    cursor:pointer;
}
.inform-item4 input{
    background: #c92e22;
    color: #fff;
    width: 100%;
    border: 0;
    text-align: center;
    font-size: 2.4rem;
    line-height: 7rem;
    cursor: pointer;
}




@media (max-width:1024px){
    .imessage{
        display: none;
    }
    .swiper-banner .swiper-pagination-bullets{
        bottom: 1rem!important;
    }


    /*通用*/
    .itit{
        margin-bottom: 3rem;
    }
    .itit.ititpoa{
        position: relative;
    }
    .itit-fl{
        font-size: 3rem;
        line-height: 3rem;
    }
    .itit-fl span{
        font-size: 1.6rem;
        line-height: 2rem;
        margin: .5rem;
    }
    .itit-fr{
        margin-top: 1rem;
    }
    .itit-fr a{
        font-size: 1.8rem;
    }
    .itit-fr i{
        margin-left: 2rem;
    }
    .itit-fff .itit-fr{
        border-bottom: 3px solid #fff;
    }


    /*产品中心*/
    .ipro{
        padding: 5rem 0;
    }
    .ipro-list ul{
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }
    .ipro-list ul li a{
        padding: 2rem 1rem;
    }
    .ipro-list ul li dl{
        margin-bottom: 2rem;
    }
    .ipro-list ul li dl dt{
        font-size: 2rem;
    }
    .ipro-list ul li dl dd{
        letter-spacing: 0;
    }
    .ipro-list ul li .more{
        width: 80%;
        height: 4rem;
        line-height: 4rem;
        margin: 1rem auto 0;
        font-size: 1.6rem;
    }


    /*解决方案*/
    .isolutions{
        padding: 5rem 0 3rem;
    }
    .isolutions-list ul{
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .isolutions-list ul li{
        padding: 0 1rem 2rem 1rem;
    }
    .isolutions-list .isolutions-lic{
        opacity: 0;
    }
    .isolutions-list .isolutions-liz{
        position: relative;
        opacity: 1;
    }
    .isolutions-list .isolutions-liz .bigimg img{
        width: 100%;
    }
    .isolutions-list .isolutions-liz .wz .tb{
        top: 2rem;
        position: absolute;
        right: 2rem;
        width: 3.5rem;
    }
    .isolutions-list .isolutions-liz .wz .tb img{
        width: 100%;
    }
    .isolutions-list .isolutions-liz .wz dl{
        position: absolute;
        bottom: 0;
        padding: 1rem;
    }
    .isolutions-list .isolutions-liz .wz dl dt{
        font-size: 1.6rem;
    }
    .isolutions-list .isolutions-liz .wz dl dd{
        font-size: 1.4rem;
        margin: 0 0 1rem;
    }
    .isolutions-list .isolutions-liz .wz dl .more{
        font-size: 1.4rem;
    }


    /*案例中心*/
    .icase{
        padding: 5rem 0;
    }
    .icase-list{
        padding-bottom: 4rem;
    }
    .swiper-icase .bigimg img{
        width: 100%;
    }
    .swiper-icase .wz{
        padding: 2rem;
    }
    .swiper-icase .wz span{
        font-size: 1.8rem;
    }
    .swiper-icase .wz i{
        display: none;
    }
    .swiper-icase .swiper-icase-next,.swiper-icase .swiper-icase-prev{
        display:none;
    }


    /*关于我们*/
    .iabout{
        background: url(../images/isj-img04.jpg) center top no-repeat #f5f5f5;
        padding-top: 30rem;
    }
    .iabout-list{
        padding: 3rem 2rem;
    }
    .iabout-contact{
        padding-left: 0;
    }
    .iabout-contact .brief p{
        font-size: 1.6rem;
        margin-bottom: 2rem;
    }
    .iabout-contact ul li span{
        font-size: 5rem;
        line-height: 8rem;
    }
    .iabout-contact ul li span i{
        font-size: 2rem;
    }
    .iabout-contact ul li p{
        font-size: 1.6rem;
    }


    /*新闻资讯*/
    .inews{
        padding: 5rem 0;
    }
    .inews-list{
        position:relative;
    }
    .inews-tabs .am-tabs-nav{
        float: left;
        width: 100%;
        border: 0;
        margin-top: 0;
    }
    .inews-tabs .am-nav-tabs li{
        width: auto;
        margin-right: 5px;
    }
    .inews-tabs .am-nav-tabs li>a{
        padding: 0 1rem;
        width: 100%;
        display: block;
        font-size: 1.6rem;
        text-align: center;
        color: #999;
        border: 3px solid #999;
        line-height: 4rem;
        font-weight: bold;
    }
    .inews-tabs .am-tabs-bd{
        border: 0;
        float: right;
        width: 100%;
    }
    .inews-tabs .am-tab-panel{
        padding: 0;
        border: 0;
    }
    .inews-top{
        width: 100%;
    }
    .inews-top .bigimg img{
        height: auto;
    }
    .inews-top dl{
        padding: 2rem;
    }
    .inews-top dl dt{
        font-size: 2rem;
    }
    .inews-top dl dd{
        font-size: 1.6rem;
        -webkit-line-clamp: 3;
    }
    .inews-top dl .date{
        margin-top: 2rem;
        font-size: 1.6rem;
    }
    .inews-top dl .date .gd{
        float: right;
    }
    .inews-liebiao{
        margin-top: 3rem;
        width: 100%;
    }
    .inews-liebiao dl{
        margin-top: 2rem;
        padding-bottom: 1.5rem;
    }
    .inews-liebiao dl dt{
        font-size: 2rem;
    }
    .inews-liebiao dl dd{
        font-size: 1.6rem;
    }
    .inews-liebiao .date{
        margin-top: 1rem;
        font-size: 1.6rem;
    }
    .inews-liebiao .date i{
        font-size: 1.6rem;
    }
}