


.inner_banner{
    position: relative
}
.inner_banner .swiper-slide{
    height: auto;
}
.inner_banner img{
    width: 100%;
    height: auto
}
.inner_banner_text{
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
}
.irbrtt{
    display: inline-block;
    transform: translateY(100px);
    -ms-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    opacity: 0;
}
.inner_banner .swiper-slide-active .irbrtt{
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity: 1;
}
.irbrtt h2,
.irbrtt h3{
    font-size: 32px;
    color: #fff;
    text-shadow: 0px 0px 4px #999;
}
.irbrtt h2,
.irbrtt h3{
    line-height: 50px;
}
.irbrtt h4{
    width: 100%;
    height: 2px;
    margin: 50px 0;
    position: relative;
    display: block;
    font-size: 0;
}
.irbrtt h4::after{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(255,255,255,.3);
    position: absolute;
    bottom: 0;
    left: 0;
}
.irbrtt h4 i{
    width: 70px;
    height: 2px;
    background-color: #dc1a21;
    display: inline-block;
    position: relative;z-index: 2;
}
.irbrtt p span,
.irbrtt p i{
    display: inline-block;
    vertical-align: middle;
}
.irbrtt p span{
    color: #fff;
}
.irbrtt p i{
    padding-left: 20px;
    padding-top: 3px;
    color: #dc1a21;
}

.irbr_ani{
    position: absolute;
    top: 0;
    right: 12%;
   
    animation: ani 2s linear infinite ;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    
}


@keyframes ani{
    0%{
        top: 0;
    }
    25%{
        top: 16px
    }
    50%{
        top: 0px
    }
    75%{
        top: -16px
    }
    100%{
        top: 0;
    }
}

.Solution{
    padding: 100px 0;
    overflow: hidden;
}
.title h2{
    color: #d6000f;
}
.title h3{
    color: #d3d3d3;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.Solution .title,
.Solution .btn{
    width: 50%;
    display: inline-block;
    vertical-align: bottom;
}
.Solution .btn{
    text-align: right;
    padding-bottom: 12px;
}
.btn{
    position: relative;
}
.btn a {
    width: auto;
    position: relative;
}
.btn p{
    width: 164px;
    height: 48px;
    line-height: 48px;
    background-color: #d6000f;
    border: 1px solid #d6000f;
    text-align: left;
    padding-left: 36px;
    box-sizing: border-box;
    color: #fff;
}
.btn i{
    width: 46px;
    height: 2px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(50%);
    -o-transform: translateY(-50%) translateX(50%);;
   -ms-transform: translateY(-50%) translateX(50%);;
   -moz-transform: translateY(-50%) translateX(50%);;
   -webkit-transform: translateY(-50%) translateX(50%);;
}
.btn  i::after{
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}
.btn  i::before{
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    background-color: #d6000f;
    position: absolute;
    left: 50%;
    top: 0;
}
.Solution_title{
    padding-bottom: 70px;
}

.snnv{
    width: 32%;
    margin-right: 1.999%;
    display: inline-block;
    vertical-align: top;
}
.snnv:nth-of-type(3n){
    margin-right: 0;
}
.snnv h3{
    overflow: hidden;
    position: relative;
    background-color: #d6000f;
}
.snnv h3 img{
    width: 100%;
    height: auto;
}
.snnv h3 p{
    width: 100%;
    height: auto;
    padding: 0 70px;
    text-align: center;
    box-sizing: border-box;
    color: #fff;
    opacity: 0;
    position: absolute;
    top: 60%;
    left: 0;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
}

.snnv_text{
    padding: 66px 36px;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
}

.snnv_text_t{
    text-align: center;
}
.snnv_text_t p{
    color: #d4d4d4;
}
.snnv_text_t h4{
    color: #333333;
}

.snnv_text ul{
    padding-top: 60px;
}

.snnv_text ul li{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    background-color: #f4f4f4;
}

.snnv_text ul li:nth-of-type(2n){
    margin-right: 0;
}
.snnv_text ul li a{
    height: 54px;
    line-height: 54px;
    padding-left: 26px;
    box-sizing: border-box;
}
.snnv_text ul li a span,
.snnv_text ul li a i{
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}
.snnv_text ul li a i{
    width: 16%;
    color: #c3c3c3;
}
.snnv_text ul li a span{
    width: 84%;
    color: #414141;
    padding-left: 12px;
}








.snnv:hover h3 img{
    opacity: .4;
}

.snnv:hover h3 p{
    top: 50%;
    opacity: 1;
}
.snnv:hover .snnv_text{
    border-color: #d6000f;
}
.snnv_text li:hover a{
    background-color: #d6000f;
}
.snnv_text li:hover a span,
.snnv_text li:hover a i{
    color: #fff;
    
}
.product_top{
    background-color: #d6000f;
    overflow: hidden;
}
.productLt ul li,
.productLt,.productRt{
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}
.productLt{
    width: 57%;
}
.productRt{
    width: 43%;
    background: url(../images/3g.jpg) no-repeat center center;
    background-size: cover;
}
.productLt ul li{
    width: 33.333%;
}
.productLt ul li img{
    width: 100%;
    height: 100%;
}
.productLt ul li,
.productLt ul{
    height: 100%;
}
.productLt ul li a{
    position: relative;
    box-sizing: border-box;
}
.productLt ul li h4{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20%;
    left: 0;
}
.productLt ul li h4 span,
.productLt ul li h4 i{
    display: block;
    color: #fff;
}
.productLt ul li h4 span{
    font-weight: bold;
    padding-top: 10px;
}

.productLt li:hover img{
    opacity: .4;
}
.productLt li:hover h4{
    bottom: 30%;
}

.productRt_title{
    width: 100%;
    height: 100%;
    padding: 100px 160px 0 90px;
    box-sizing: border-box;
}

.productRt_title .title h2,
.productRt_title .title h3{
    color: #fff;
}
.productRt_title p{
    color: #fff;
    padding: 40px 0 60px 0;
}
.productRt_title form{
    width: 100%;
    height: 50px;
}

.productRt_title form input,.productRt_title form button{
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    border: none;
    outline: none;
}
.productRt_title form button i,.productRt_title form button span{
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    box-sizing: border-box;
}
.productRt_title form input{
    width: 74%;
    text-indent: 2em;
}
.productRt_title form button{
    width: 26%;
    background-color: #d73355;
}
.productRt_title form button i{
    padding-top: 4px;
}
.productRt_title form button span{
    padding-left: 20px;
    font-weight: bold;
}

.product_btm_swpr{
    position: relative;
}
.product_btm{
    padding: 56px 0 100px 0;
    overflow: hidden;
}
.product_btm_swpr .swiper-slide{
    box-sizing: border-box;
    padding: 1px;
}
.productListc a{
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    position: relative;
}
.productListc h3{
    text-align: center;
}
/* .productListc h3 img{
    height: 140px;
} */
.productListc h4{
    color: #333333;
    font-weight: bold;
    padding: 20px 0;
    /* border-bottom: 1px solid #e7e7e7; */
    text-align: center;
}
.productListc p{
    padding: 30px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: none;
}
.productListc a:hover .ptbms{
    opacity: 1;
    visibility: inherit;
}
.ptbms{
    width: 100%;
    height: 100%;
    background-color: rgba(45,173,247,.3);
    padding: 120px 80px 0 80px;
    box-sizing: border-box;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
}
.ptbms h5{
    color: #fff;
}
.ptbms h6{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: #d6000f;
    margin: 40px auto;

}

.inner_banner .icon,
.product_btm_swpr .icon{
    background-image: none;
    width: 50px;
    height: 50px;
    line-height: 52px;
    text-align: center;
    border-radius: 50%;
    background-color: #d6000f;
    margin: 0;
}
.inner_banner .icon span, 
.product_btm_swpr .icon span{
    color: #fff;
}
.inner_banner .swiper-button-prev,
.product_btm_swpr .swiper-button-prev{
    left: 50px;
}.inner_banner .swiper-button-next,
.product_btm_swpr .swiper-button-next{
    right: 50px;
}
.concerning{
    background-color: #f3f3f3;
    overflow: hidden;
}

.concerningLt,.concerningRt{
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}
.concerningRt img{
    width: 100%;
    height: auto;
}
.concerningLt{
    padding-left: 120px;
    padding-right: 60px;
}
.concerningLt .ps1{
    color: #414141;
    padding-top: 30px;
    padding-right: 20px;
    box-sizing: border-box;
}
.concerningLt .btn{
    margin: 60px 0 80px 0;
}
.concerningLt_text{
    display: table;
}
.cttt{
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    padding-left: 120px;
}
.cttt:first-of-type{
    padding-left: 0;
}


  /* 数字滚动 */
  .dataNums {
    /* position: absolute; */
    top: 50%;
    display: block;
    width: 100%;
    height: auto;
    /* margin-top: -37px; */
    text-align: center;
}

.dataNums .dataOne {
    width: 42px;
    height: 58px;
    /* margin: 0px 3px; */
    text-align: left;
    display: inline-block
}

.dataNums .dataBoc {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.dataNums .dataBoc .tt {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dataNums .tt span {
    width: 100%;
    height: 100%;
    font: 48px "h";
    color: #d6000f;
    display: block;
    font-weight: 1000;
}

.cttt h6{
    display: inline-block;
}
.cttt p{
    color: #464646;
    font-weight: bold;
    padding-top: 10px;
    
}




.btn a:hover p{
    color: #d6000f;
    background-color: #fff;
}
.btn a:hover i{
    transform: translateY(-50%) translateX(0);
    -o-transform: translateY(-50%) translateX(0);
    -ms-transform: translateY(-50%) translateX(0);
    -moz-transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
}
.Journalism{
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}
.jacs .title,.jacs ul{
    width: 50%;
    display: inline-block;
    vertical-align: bottom;
}
.jacs  ul{
    text-align: right;
    padding-bottom: 12px;
}
.jacs  ul li{
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.jacs  ul li a{
    color: #333;
}
.jacs  ul li{
    padding: 0 32px;
}
.jacs  ul li:first-of-type{
    padding-left: 0;
}
.jacs  ul li:last-of-type{
    padding-right: 0;
}
.jacs  ul li::after{
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    background-color: #dcdcdc;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.jacs ul li:last-of-type::after{
    display: none;
}
.jacs ul .active a,
.jacs ul li:hover a{
    color: #d6000f;
}

.JmList{
    padding-top: 56px;
}
.JmListS{
    width: 32%;
    margin-right: 1.99%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.JmListS img{
    width: 100%;
    height: auto;
}
.JmListS:nth-of-type(3n){
    margin-right: 0;
}


.JmListS_time{
    text-align: center;
    padding: 8px;
    box-sizing: border-box;
    background-color: #d6000f;
    position: absolute;
    left: 30px;
    top: 30px;
}
.JmListS_time h4{
    color: #fff;
    font-weight: bold;
}
.JmListS_time p{
    font-size: 12px;
    color: #fff;
}


.JmListS_Text{
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
}
.JmListS_Text p{
    padding: 26px 10px;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    text-align: center;
}

.JmListS:hover .JmListS_Text p{
    background-color: #d6000f;
    color: #fff;
}
.Journalism .btn{
    padding-top: 76px;
    text-align: center;
}


.technicalService{
    padding: 100px 0;
    background-color: #f3f3f3;
    overflow: hidden;
}
.tlse{
    width: 100%;
    height: 550px;
    padding-top: 58px;
}

.tlse .newBox{
    height: 100%;
}
.tlse .newBox>div{
    position: relative;
}
.tlse .newBox>div img{
    width: 100%;
    height: 100%;
}
.tlse3,
.tlse4,
.tlse5,
.tlse2,
.tlse1{
    display: inline-block;
    float: left;
    box-sizing: border-box;
}
.tlse1{
    width: 20%;
    height: 100%;
}
.tlse2{
    width: 37.5%;
    height: 100%;
    margin-left: 1.5%;
}
.tlse3{
    width: 22.5%;
    height: 50%;
    margin-left: 1.5%;
    padding-bottom: 0.75%;
}
.tlse4{
    width: 15.5%;
    height: 50%;
    margin-left: 1.5%;
    padding-bottom: 0.75%;
}
.tlse5{
    width: 39.5%;
    height: 50%;
    margin-left: 1.5%;
    padding-top: 0.75%;
}
.tlse_Text{
    width: 100%;
    padding: 0 50px;
    box-sizing: border-box;
    position: absolute;
    top: 66px;
    left: 0;
}
.tlse1 .tlse_Text{
    padding: 0 36px;
}
.tlse_Text p{
    color: #333;
    padding-bottom: 20px;
}
.tlse_Text h5{
    color: #333;
}
.tlse1 .btn{
    position: absolute;
    bottom: 20%;
    left: 36px;
}
.tlse3 .tlse_Text h5,.tlse5 .tlse_Text h5,
.tlse3 .tlse_Text p,.tlse5 .tlse_Text p{
    color: #fff;
}
.tlse4 h3{
    text-align: center;
}
.tlse4 h4{
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding-top: 20px;
}
.tlse4 .tlse_Text{
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   -webkit-transform: translateY(-50%);
}
.tlse4 h3 span{
    color: #fff;
}
.InvestorRelations{
    background: url(../images/back_16.jpg) no-repeat center center;
    background-size: cover;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.InvestorRelations h2,.irrs,.irrs_r{
    display: inline-block;
    vertical-align: middle;
}
.irrs p,.irrs h3,.irrs h4{
    display: inline-block;
    vertical-align: bottom;
}
.irrs_r,
.InvestorRelations h2{
    width: 24%;
}
.irrs h4,
.InvestorRelations h2{
    color: #fff;
}
.irrs_r p{
    text-align: right;
    color: #fff;
    padding-right: 90px;
    box-sizing: border-box;
}
.irrs{
    width: 52%;
}

.irrs p,.irrs h3{
    color: #d6000f;
}
.irrs_top{
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255,255,255,.5);
}
.irrs_top p span{
    padding: 0 30px 0 80px;
}
.irrs_top p i{
    padding: 0 14px;
}
.InvestorRelations a{
    font-size: 0;
}
.irrs_bottom{
    padding-top: 20px;
}
.irrs_bottom h4{
    width: 50%;
}
.irrs_bottom h4:last-of-type{
    text-align: right;
}
.irrs_bottom h4 span{
    font-weight: bold;
}
.InvestorRelations:hover h2,
.InvestorRelations:hover .irrs_r p{
    color: #d6000f;
}
