@charset "utf-8";
/*广告图*/
.swiper-ggt{
    position: relative;
}
.swiper-ggt::before{
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
    width: 100%;
    height: 80%;
    background: #000;
}
.swiper-banner .swiper-wrapper img{
    width: 100%;
}
.swiper-banner .swiper-pagination-bullet{
    width: 60px;
    height: 5px;
    background: #fff;
    border-radius: 0;
    opacity: 1;
    border-radius: 0;
}
.swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #8dc21f;
}
.swiper-banner .swiper-pagination-bullets{
    bottom: 2rem!important;
}


/*通用*/
.itit{
    margin-bottom: 6rem;
    padding-bottom: 1rem;
    position: relative;
}
.itit .yw{
    color: #fd671a;
    text-transform: uppercase;
    display: table;
    margin: auto;
    position: relative;
    line-height: 3rem;
}
.itit .yw:after,.itit .yw:before{
    content:"";
    background: #fd671a;
    position: absolute;
    width: 10rem;
    height: 1px;
    top: 50%;
}
.itit .yw:after{
    right: -11rem;
}
.itit .yw:before{
    left: -11rem;
}
.itit .zw{
    font-size: 5rem;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 1rem;
}
.itit.fff .yw,.itit.fff .zw{
    color: #fff;
}
.itit.fff .yw:after,.itit.fff .yw:before{
    background: #fff;
}
.imore{
    margin-top: 6rem;
}
.imore a{
    color: #6d6c6c;
    display: table;
    border: 1px solid #6d6c6c;
    text-align: center;
    margin: auto;
    padding: 1rem 3rem;
}
.imore a:hover{
    background: #fd671a;
    color: #fff;
    border: 1px solid #fd671a;
}


/*产品*/
.ipro-list{
    position: relative;
    margin-top: 5rem;
}
.ipro-list .tab-hd{
    margin-bottom: 3rem;
}
.ipro-list .tab-hd .tab-nav{
    display: table;
    margin: auto;
    border-bottom: 1px solid #fd671a;
}
.ipro-list .tab-hd .tab-nav li{
    float: left;
    margin-left: 4rem;
}
.ipro-list .tab-hd .tab-nav li:first-child{
    margin-left:0;
}
.ipro-list .tab-hd .tab-nav li a{
    font-size: 2rem;
    display: block;
    height: 4rem;
    line-height: 4rem;
    padding: 0 2rem;
}
.ipro-list .tab-hd .tab-nav li.on a{
    background:#fd671a;
    color:#fff;
}
.ipro-list .tab-bd ul{
    margin-left: -2rem;
    margin-right: -2rem;
}
.ipro-list .tab-bd ul li{
    padding: 0 1rem 2rem;
}
.ipro-list .tab-bd ul li .bj{
    background: #ececec;
    padding: 3rem;
}
.ipro-list .tab-bd ul li .bj:hover{
    background: #fd671a;
}
.ipro-list .tab-bd ul li .bj .bigimg img{
    width: 100%;
}
.ipro-list .tab-bd ul li .bj: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);
}
.ipro-list .tab-bd ul li .bj dl{
    text-align: center;
    margin-top: 1rem;
}
.ipro-list .tab-bd ul li .bj dl dt{
    font-size: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ipro-list .tab-bd ul li .bj dl dd{
    height: 5rem;
    overflow: hidden;
    line-height: 2.5rem;
}
.ipro-list .tab-bd ul li .bj:hover dl{
    color:#fff;
}
.ipro-list .tab-bd ul li .bj .more{
    margin-top: 3rem;
}
.ipro-list .tab-bd ul li .bj .more a{
    display: block;
    margin: auto;
    height: 4rem;
    width: 14rem;
    text-align: center;
    line-height: 4rem;
    border-radius: 50px;
    border: 1px solid #333;
}
.ipro-list .tab-bd ul li .bj:hover .more a{
    background:#fff;
    color: #fd671a;
    border: 1px solid #fff;
}

/*about*/
.iabout{
    margin-top: 5rem;
}
.iabout-list{
    display: flex;
}
.iabout-list .shiping{
    width: 50%;
    position: relative;
}
.iabout-list .shiping:after{
    content: "";
    background: url(/en/images/iab-bj2.png);
    position: absolute;
    width: 23rem;
    height: 4rem;
    bottom: -4.5rem;
    right: 0;
}
.iabout-list .shiping img{
    width:100%;
}
.iabout-list .con{
    width: 50%;
    padding-left: 5%;
}
.iabout-list .con .wz p{
    line-height: 3rem;
}
.iabout-list .con .more{
    margin-top: 3rem;
}
.iabout-list .con .more a{
    background: #fd671a;
    color: #fff;
    width: 16rem;
    display: block;
    text-align: center;
    line-height: 5rem;
    border-radius: 10px;
    font-size: 2rem;
}
.iabout-list .con .more a:hover{
    background:#8dc21f;
}
.iabout-list .shuju{
    width: 80%;
    margin-top: 2rem;
}
.iabout-list .shuju ul li{
    display: flex;
    margin-top: 2rem;
}
.iabout-list .shuju ul li .tb img{
    height: 6rem;
}
.iabout-list .shuju ul li dl{
    line-height: 3rem;
    font-size: 1.8rem;
    margin-left: 1.5rem;
}
.iabout-list .shuju ul li dl dt{
    font-weight: 500;
}
.iabout-list .shuju ul li dl dd{
    margin: 0;
}


/*honor*/
.ihonor{
    margin-top: 10rem;
}
.ihonor ul{
    margin-left: -1rem;
    margin-right: -1rem;
}
.ihonor ul li{
    padding-left: 1rem;
    padding-right: 1rem;
}
.ihonor ul li .bigimg{
    /* box-shadow: 0 0 5px rgba(0, 0, 0, .2); */
}    
.ihonor ul li img{
    height: 23rem;
    margin: auto;
}


/*partner*/
.ipartner{
    margin-top: 6rem;
}
.ipartner-list img{
    width: 100%;
}


/*case*/
.icase{
    background: #eee;
    margin-top: 7rem;
    padding: 6rem 0;
}
.icase-list ul li{
    padding: 0 1rem 2rem;
}
.icase-list ul li .bigimg img{
    width: 100%;
}
.icase-list ul li p{
    text-align: center;
    font-size: 3rem;
    color: #fff;
}


/*services*/
.iservices{
    margin-top: 7rem;
}
.iservices .sjdt img{
    width: 100%;
}
.iservices-by{display: table;width: 100%;}
.iservices-by .bt{
    width: 20%;
    background: #000;
    text-align: right;
    color: #fff;
    font-size: 2.6rem;
    float: left;
    height: 11rem;
}
.iservices-by .bt span{
    line-height: 12rem;
    padding-right: 2rem;
    background: url(/en/images/iqqjd-tb.png) left no-repeat;
    display: table;
    float: right;
    padding-left: 5.5rem;
}
.iservices-by .wz{
    width: 80%;
    background: #fd671a;
    line-height: 3rem;
    color: #fff;
    font-size: 2.4rem;
    float: left;
    padding: 1rem 0 1rem 4rem;
}


/*news*/
.inews{
    margin: 5rem 0;
}
.inews-list ul{
    margin-left: -2rem;
    margin-right: -2rem;
}
.inews-list ul li{
    padding: 0 2rem;
}
.inews-list ul li .bigimg{
    height: 30rem;
    position: relative;
    border: 1px solid #eee;
}
.inews-list ul li .bigimg img{
    height: 100%;
    margin: auto;
}
.inews-list ul li .bigimg: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);
}
.inews-list ul li dl{
    margin-top: 2rem;
}
.inews-list ul li dl dt{
    font-size: 2rem;
    font-weight: 500;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
}
.inews-list ul li dl dt a:hover{
    color:#fd671a;
}
.inews-list ul li dl dd{
    color: #666;
    margin: 0;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 3rem;
    height: 12rem;
    margin-top: 1rem;
}
.inews-list ul li dl span{
    color: #999;
    display: block;
    margin-top: .5rem;
}
.inews-list ul li .more{
    margin-top: 1rem;
}
.inews-list ul li .more a{
    color: #fd671a;
    display: table;
    background: url(/en/images/inews-tb.png) right center no-repeat;
    padding-right: 20px;
    line-height: 3rem;
}


.index-solution-jjfa ul#ulTabr {
    display: flex;
    justify-content: center;
    font-weight: 700;
    border-bottom: 1px solid #cccccc;
    overflow: hidden;
    line-height: 3rem;
    text-align: center;
}

.index-solution-jjfa ul#ulTabr li {
    font-size: 1.6rem;
    /* color: #fd671a; */
    padding: 0 3rem;
    border-radius: 10px 10px 0 0;
}
.index-solution-jjfa #ulTabr li.cur {
    background: #fd671a;
    color: #fff;
}
.index-solution-jjfa #xtDesc {
    overflow: hidden;
    margin-top: 40px;
}
.index-solution-jjfa #xtDesc .am-g{
    display:none;
}
.index-solution-jjfa #xtDesc .am-g:first-child{
    display:block;
}

.index-solution-jjfa #xtDesc .list {
    margin: 0 20px;
    border-radius: 10px;
    overflow: hidden;
}

.index-solution-jjfa #xtDesc .list .brief{
    line-height: 3rem;
    margin: 2rem 0;
    color: #fff;
}

.index-solution-jjfa #xtDesc .list h4 {
    font-size: 26px;
    margin-top: 30px;
    color: #333;
}

.index-solution-jjfa #xtDesc .list p {
    color: #666;
    font-size: 16px;
}

.index-solution-jjfa #xtDesc img {
    width: 100%;
}
.cloudDesc-btn-group{}
.cloudDesc-btn-group a{
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    display: block;
    background: #fd671a;
    border-radius: 40px;
}
.cloudDesc-btn-group a .c-button-arrow{
    display: inline-block;
    width: 20px;
    height: 9px;
    background-image: url(/en/images/index-scenes-arrow-write.png);
    background-size: 100%;
    vertical-align: middle;
    margin-left: 5px;
    transition: all 0.5s;
    position: relative;
    top: -3px;
}


/*新闻*/
.inews .news-list {
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
    padding: 3rem 2rem;
    border-radius: 8px;
}

.inews .news-list .title {padding-bottom: 3rem;line-height: 3rem;}

.inews .news-list .title b {
    font-size: 20px;
    color: #fd671a;
    font-weight: bold;
}

.inews .news-list .title a {
    float: right;
}

.inews .news-list .item a {
    margin-bottom: 10px;
    display: block;
}
.inews .news-list .item a:first-child{
    /* display:none; */
}

.inews .news-list .item a h4 {
    font-size: 16px;
    color: #181931;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 400;
}

.inews .news-list .item p {
    overflow: hidden;
    padding: 2px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    color: #7b7b86;
}

.inews .news-list .item a:hover h4,.inews .news-list .item a:hover p {
    color: #fd671a;
}

.inews .news-list .item span {
    color: #8A8E99;
}

.inews .news-list .img {
    width: 100%;
}

.inews .news-list .img .qie{
    height: 384px;
    overflow: hidden;
}

.inews .news-list .img img{
    width:100%;
    min-height: 500px;
}

.inews .news-list .img h4{
    padding: 8px 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ffffff;
    background: #fd671a;
}

.inews .news-list .img a:hover h4{
    background:#8dc21f;
}

.inews .news-list .border {
    border-left: 1px solid #e4e4e4;
    padding-left: 3rem;
}



@media (max-width:1024px){
    .swiper-ggt{
        overflow: hidden;
    }

    .swiper-banner .swiper-pagination-bullet{
        width: 20px;
        height: 3px;
    }
    .swiper-banner .swiper-pagination-bullets{
        bottom: .5rem!important;
    }


    /*通用*/
    .itit{
        margin-bottom: 3rem;
    }
    .itit .yw:after,.itit .yw:before{
        content:"";
        background: #fd671a;
        position: absolute;
        width: 8rem;
        height: 1px;
        top: 50%;
    }
    .itit .yw:after{
        right: -9rem;
    }
    .itit .yw:before{
        left: -9rem;
    }
    .itit .zw{
        font-size: 3rem;
    }
    .imore{
        margin-top: 6rem;
    }
    .imore a{
        color: #6d6c6c;
        display: table;
        border: 1px solid #6d6c6c;
        text-align: center;
        margin: auto;
        padding: 1rem 3rem;
    }
    .imore a:hover{
        background: #fd671a;
        color: #fff;
        border: 1px solid #fd671a;
    }



    /*产品*/
    .ipro-list{
        position: relative;
        margin-top: 5rem;
    }
    .ipro-list .tab-hd{
        margin-bottom: 3rem;
    }
    .ipro-list .tab-hd .tab-nav{
        display: flex;
    }
    .ipro-list .tab-hd .tab-nav li{
        margin-left: 0;
        width: 25%;
    }
    .ipro-list .tab-hd .tab-nav li a{
        font-size: 1.8rem;
        padding: 0;
        text-align: center;
    }
    .ipro-list .tab-bd ul{
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .ipro-list .tab-bd ul li{
        padding: 0 1rem 2rem;
    }
    .ipro-list .tab-bd ul li .bj{
        padding: 1.5rem;
    }
    .ipro-list .tab-bd ul li .bj dl dt{
        font-size: 1.6rem;
    }
    .ipro-list .tab-bd ul li .bj dl dd{
        font-size: 1.4rem;
    }
    .ipro-list .tab-bd ul li .bj .more{
        margin-top: 2rem;
    }
    .ipro-list .tab-bd ul li .bj .more a{
        height: 3rem;
        width: 50%;
        line-height: 3rem;
        font-size: 1.4rem;
    }


    /*about*/
    .iabout{
        margin-top: 5rem;
    }
    .iabout-list{
        display: block;
    }
    .iabout-list .shiping{
        width: 100%;
    }
    .iabout-list .shiping:after{
        display:none;
        
    }
    .iabout-list .shiping img{
        width:100%;
    }
    .iabout-list .con{
        width: 100%;
        padding-left: 0;
    }
    .iabout-list .con .more{
        margin-top: 3rem;
    }
    .iabout-list .con .more a{
        width: 35%;
        line-height: 5rem;
        border-radius: 10px;
        font-size: 1.8rem;
    }
    .iabout-list .con .more a:hover{
        background:#8dc21f;
    }
    .iabout-list .shuju{
        width: 100%;
        margin-top: 1rem;
    }
    .iabout-list .shuju ul li{
        display: flex;
        margin-top: 2rem;
    }

    .ihonor{
        margin-top: 5rem;
    }

    .ipartner{
        margin-top: 5rem;
    }


    /*case*/
    .icase{
        margin-top: 5rem;
        padding: 5rem 0;
    }
    .icase-list ul li{
        padding: 0 1rem 2rem;
    }
    .icase-list ul li .bigimg img{
        width: 100%;
    }
    .icase-list ul li p{
        text-align: center;
        font-size: 3rem;
        color: #fff;
    }

    .index-solution-jjfa ul#ulTabr {
        line-height: 2.8rem;
    }
    
    .index-solution-jjfa ul#ulTabr li {
        font-size: 1.6rem;
        padding: 1rem 2rem;
    }
    .index-solution-jjfa #xtDesc {
        overflow: hidden;
        margin-top: 40px;
    }
    .index-solution-jjfa #xtDesc .am-g{
        display:none;
    }
    .index-solution-jjfa #xtDesc .am-g:first-child{
        display:block;
    }
    
    .index-solution-jjfa #xtDesc .list {
        margin: 0;
        margin-left: -1rem;
        margin-right: -1rem;
    }
    
    .index-solution-jjfa #xtDesc .list .brief{
        margin: 1rem 0 2rem;
    }
    
    .index-solution-jjfa #xtDesc .list h4 {
        font-size: 2rem;
        margin-top: 2rem;
    }
    
    .index-solution-jjfa #xtDesc .list p {
        font-size: 1.6rem;
    }
    
    .cloudDesc-btn-group a{
        width: 30%;
        height: 4rem;
        line-height: 4rem;
        font-size: 1.6rem;
        margin: auto;
    }


    /*services*/
    .iservices{
        margin-top: 5rem;
    }
    .iservices-by{
        margin-top:3rem;
    }
    .iservices-by .bt{
        width: 100%;
        font-size: 2.6rem;
        height: auto;
        padding: 0 1rem;
    }
    .iservices-by .bt span{
        line-height: 8rem;
        float: left;
    }
    .iservices-by .wz{
        width: 100%;
        line-height: 3rem;
        font-size: 2rem;
        padding: 2rem 1rem;
    }


    /*新闻*/
    .inews .news-list {
        padding: 2rem 1rem;
    }
    .inews .news-list .title {
        padding-bottom: 2rem;
    }
    .inews .news-list .item a {
        margin-bottom: 10px;
        display: block;
    }
    .inews .news-list .item a:first-child{
        /* display:none; */
    }
    
    .inews .news-list .item a h4 {
        font-size: 16px;
        color: #181931;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-weight: 400;
    }
    
    .inews .news-list .item p {
        overflow: hidden;
        padding: 2px 0;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 14px;
        color: #7b7b86;
    }
    
    
    .inews .news-list .img {
        margin-bottom: 3rem;
    }
    
    .inews .news-list .img .qie{
        height: auto;
    }
    
    .inews .news-list .img img{
        min-height: auto;
    }
    
    .inews .news-list .border {
        border-left: 0;
        padding-left: 0;
    }
    .inews .news-list .sjmar{
    margin-top: 3rem;
}
}<!--耗时1764422862.9337秒-->