.abMiss{
    padding: 0 5%;
}
.abMiss_add {
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
}

.abMiss_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.abMiss_img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 59, 138, 0.28);
}

.abMiss_img svg {
    cursor: pointer;
    position: absolute;
    bottom: 8%;
    right: 5%;
    width: 82px;
    height: 82px;

}

.abMiss_img path {
    fill: #fff;
}

.abMiss_vid video {
    width: 100%;
    display: block;
    /*block视频显示，视频隐藏none*/
}








.abHBox{
    margin: 70px 0 20px;
    position: relative;
}
.abHY_swiper{
    position: relative;
}

.abHY_swiper::after{
    content: '';
    width: 100%;
    height: 1px;
    background: #dcdcdc;
    position: absolute;
    left: 0;
    top: 50%;
}
.abHY_swiper .swiper-slide{
    cursor: pointer;
    padding-top: 58px;
    width: 89px;
    position: relative;
    text-align: center;
}
.abHY_swiper .swiper-slide p{
    font-size: 18px;
    color: #666666;
}
.abHY_swiper .swiper-slide span{
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #cccccc;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9;
    transform: translate(-50%,-50%);

}
.abHY_swiper .swiper-slide-thumb-active span::after{
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #f15a29;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}

.abHY_swiper .swiper-slide:nth-child(1):after {
    width: 100%;
    height: 1px;
    background: #f15a29;
    position: absolute;
    left: 0;
    top: 38px;
    transition: all 0.4s;
    content: "";
}
.abHY_swiper .swiper-slide::before{
    width: 100%;
    height: 1px;
    background: #f15a29;
    position: absolute;
    left: 0;
    top: 38px;
    transition: all 0.4s;
    content: "";
}
.abHY_swiper .swiper-slide-thumb-active::before{
    width: 100%;
    height: 1px;
    background: #f15a29;
    position: absolute;
    left: 0;
    top: 38px;
    transition: all 0.4s;
    content: "";
}
.abHY_swiper .swiper-slide-thumb-active span{
    background: #f15a29;
}
.abHY_swiper .swiper-slide-thumb-active ~.swiper-slide::before{
    width: 0;
}
.abHT_Item{
    margin-top: 50px;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.abHT_Item.swiper-slide-active{
    margin-top: 0;
}



.abHT_btn{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f15a29;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 35px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.abHT_btn img{
    width: 40%;
}
.abHT_prev{
    left: -50px;
}
.abHT_next{
    transform: translateY(-50%) rotate(180deg);
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    right: -50px;
}
.abHT_swiper{
    margin-top: 70px;
    padding: 20px;
}
.abHT_Item{
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.abHT_Item .tit{
    font-size: 60px;
    color: #f15a29;
    font-weight: 600;
}
.abHT_Item .text{
    margin-top: 20px;
}
.abHT_Item .text p{
    color: #6f7884;
    font-size: 15px;
    margin-bottom: 10px;
    display: block;
    line-height: 1.5;
    padding-left: 12px;
    position: relative;
}
.abHT_Item .text p::before{
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0px;
    top: 10px;
    opacity: .5;
    background: #f15a29;
    border-radius: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}







.absmBox{
    position: relative;
    min-height: 600px;
}
.absmBox::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.2);
}
.absmBox .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.absmTBox{
    position: relative;
    z-index: 2;
}
.absmTBox .text{
    font-size: 32px;
    font-weight: 200;
    color: #fff;
    line-height: 1.8;
}













.abKBox{
    background: #F2F7FB;
}
.abKBox .indTit p{
    font-family: 'Montserrat-Regular';
    position: relative;
    transition: all 0.48s;
    top: 0;
    font-size: 24px;
    font-weight: 100;
    text-transform: capitalize;
    margin: 15px 0 0;
    color: #999;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.abKList{
    position: relative;
}
.abKItem{
    position: relative;
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}
.abKItem:last-child{
    border-bottom: none;
}
.abKItem .Tbox{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.abKItem .tit{
    font-family: 'Montserrat-Regular';
    position: relative;
    transition: all 0.48s;
    top: 0;
    font-size: 28px;
    font-weight: 600;
    text-transform: capitalize;
    color: #21334e;
    margin-bottom: 30px;
}
.abKItem .text{
    width: calc(100% - 450px);
    position: relative;
    transition: all 0.48s 0.1s;
    top: 0;
    color: #6f7884;
    font-size: 21px;
    font-weight: 400;
    margin-bottom: 14px;
    line-height: 1.8;
    font-family: 'Montserrat-Regular';
    letter-spacing: 0.25px;
}
.abKItem .imgBox{
    width: 400px;
    position: relative;
    padding-top: 16%;
    overflow: hidden;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.abKItem .imgBox img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}






.abQBox{
    position: relative;
}
.abQTBox{
    margin-top: 70px;
    display: flex;
    flex-wrap: wrap;
}
.abQItem{
    width: calc(16.6% - 12.5px);
    position: relative;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    overflow: hidden;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
    border: 1px solid rgba(0,0,0,.1);
}
.abQItem:nth-child(6n){
    margin-right: 0;
}
.abQItem .imgBox{
    padding-top: 70%;
    position: relative;
    overflow: hidden;
}
.abQItem .imgBox img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.abQItem .text{
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    font-family: 'Montserrat-Regular';
    letter-spacing: 0.25px;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.abQItem .time{
    color: #6f7884;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    font-family: 'Montserrat-Regular';
    letter-spacing: 0.25px;
    margin-top: 10px;
}
.abQItem .Tbox{
    padding: 20px;
}
.abQTop{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.abQTop .btnBox {
    display: flex;
    align-items: center;
}
.abQTop .btnBox .btn{
    padding: 12px 30px;
    color: #6F7884;
    border: 1px solid #DBDBDB;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    margin-left: 15px;
    font-size: 16px;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.abQTop .btnBox .btn.act{
    background: #f15a29;
    color: #fff;
    border: 1px solid #f15a29;
}






.newsHItem:hover .tit{
    color: #f15a29;
}
.newsHItem .time{
    line-height: 1.8;
    color: #828282;
    font-size: 15px;
}
.newsHItem .tit{
    color: #000;
    line-height: 1.4;
    /*text-transform: capitalize;
    */display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 12px 0 0;
    font-size: 21px;
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
}
.newsHItem .text{
    line-height: 1.8;
    color: #828282;
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.indNew_more{
    display: inline-block;
    color: #f15a29;
    margin-top: 48px;
    font-weight: bold;
    font-size: 14px;
}
.indNew_more svg {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    margin-top: -2px;
    margin-left: 3px;
    transition: all 0.48s;
}
.indNew_more svg path {
    fill: #f15a29;
}


.newsITit{

}
.newsTy{
    display: flex;
    align-items:center ;
}
.newsTyItem{
    font-size: 16px;
    border: 1px solid #aaa;
    padding: 10px 30px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    margin-right: 20px;
    color: #6F7884;
}
.newsTyItem.act{
   color: #fff;
   background: #f15a29;
   border: none;
}
.newsTF{
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.newsTFItem{
    border: 1px solid #DBDBDB;
    border-right: none;
    text-align: center;
    padding: 18px 30px 5px;
}
.newsTFItem:last-child{
    border-right: 1px solid #DBDBDB;
}
.newsTFItem span{
    color: #6F7884;
}
.bgList{
    display: flex;
    justify-content: center;
    margin-top: 5px;
}
.bgItem{
    width: 10px;
    height: 10px;
    
}
.bgItem.act{
    border: 1px solid #DBDBDB;
    background: #f15a29; 
}
.newsTFItem:hover,.newsTFItem.act{
    background: #f15a29;
}
.newsTFItem:hover span,.newsTFItem.act span{
    color: #fff;
}









.abFBox{
    position: relative;
    /* background: #eee; */
}
.abFBox .indTit p{
    font-size: 36px;
    margin-top: 20px;
}
.abFList{
    display: flex;
    justify-content: space-between;
}
.abFBtn{
    margin-top: 50px;
}
/* .abFBtn .indMore{
    margin-right: 30px;
} */
.abFLeft{
    width: 60%;
}
.abFItem{
    margin-top: 35px;
}
.abFItem .tit p{
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f79620;
    border-radius: 50%;margin-right: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.abFItem .tit img{
width: 60%;
}
.abFItem .tit{
    font-size: 28px;
    font-weight: 600;
    color: #f15a29;
    margin-bottom: 10px;
    line-height: 1;
    font-family: 'Montserrat-Regular';
    letter-spacing: 0.25px;
    display: flex;
    align-items: center;
}
.abFItem .text{
    padding: 0 20px 0 50px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
    font-family: 'Montserrat-Regular';
    letter-spacing: 0.25px;
    /* padding: 30px;
    background: #fff; */
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    color: #6F7884;
}
.abFBox .indMore{
    margin-top: 20px;
}

.abFRig{
    width: 35%;
    position: relative;
}
.abFRig .imgBox{
    width: 100%;height: 100%;
    position: relative;
    /* overflow: hidden; */
}
/* .abFRig .imgBox::after{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 15px;
    top: 15px;
    background: #f15a29;
    content: '';
} */
.abFRig .imgBox img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
    z-index: 2;
}







/* 生产优势 */
.capSBox{
    overflow: hidden;
    background: #F2F7FB;
}
.capSBox .indTit{
    text-align: center;
    margin-top: 30px;
}
.capSTBox{
    width: 100%;
    height: 100%;
    height: 800px;
    position: relative;
    display: flex;
    align-items: center;
}
/* .capSBox .indTit{
    display: none;
} */
.capSItem{
    width: 33.3%;
    height: 100%;
    position: relative;
}
.capSTbox{
    width: 100%;
    height: 50%;
    opacity: 0;
    background: #f15a29;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: absolute;
    padding: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.48s;
    -webkit-transition: all 0.48s;
    -moz-transition: all 0.48s;
    -ms-transition: all 0.48s;
    -o-transition: all 0.48s;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.capSItem:hover .capSTbox{
    width: 100%;
    height: 100%;
    opacity: 1;
}
.capSItem h4{
    font-size: 36px;
    color: #fff;
}
.capSTbox p{
    margin: 30px 0 50px;
}
.capSTbox p span{
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
    margin-bottom: 20px;
    text-align: center;
}
.capSItem .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.capSItem .bg::after{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.2);
    content: '';
}
.capSItem .bg img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.capSIbox{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 50px;
}
.capSItem .icon{
    width: 100px;
    margin-bottom: 20px;
    height: 50px;
    object-fit: contain;
}


/* 合作 */
.capHBox{
    position: relative;
}
.capHTop{
    background: rgba(255,255,255,0.7);
    /* box-shadow: 0 0 10px #ddd; */
    background: #F2F7FB;
    padding: 70px 50px;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}
.capHTop .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    object-fit: cover;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.capHTop .tit{
    font-size: 28px;
    color: #f15a29;
    line-height: 1.5;
    position: relative;
}
.capHTop .tit::after{
    width: 30px;
    height: 35px;
    content: '';
    position: absolute;
    left: -35px;
    top: 50%;
    background: url(https://transcenta.com/ch/templates/yushangweb_state/image/capQicon.png) no-repeat;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.capHTop .text{
    color: #6f7884;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    margin-top: 20px;
}
.capHItem{
    width: 100%;
    display: flex;
    padding: 50px 0 50px;
    background: #f2f7fb;
    margin-top: 50px;
    display: flex;
}
.capHLeft{
    width: 45%;
    position: relative;
    padding-left: 50px;
}
.capHLeft::after{
    content: '';
    display: block;
    width: 5px;
    height: 50px;
    background: #f15a29;
    position: absolute;
    left: 0;
    top: 0px;
}
.sanList{
    display: flex;
    margin-top: 10px;
}
.sanList img{
    width: 10px;
}
.capHLeft p{
    font-size: 28px;
    font-weight: 600;
    color: #f15a29;
}
.capHRig{
    width: 50%;
    margin-left: 5%;
}
.capHLogos{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}
.capHLogos_item{
    width: 45%;
    margin-right: 5%;
    margin-bottom: 20px;
    /* background: #fff; */
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.capHLogos_item:last-child,.capHLogos_item:nth-last-child(2){
    margin-bottom: 0;
}
.capHLogos_item img{
    width: 100%;
    height: 90px;
    object-fit: contain;
}
.capHTbox{
    width: 100%; margin-top: 30px;
}
.capHLeft .indMore{
    margin-top: 30px;
}
.capHTbox p{
    color: #6f7884;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.8;
    position: relative;
    padding-left: 12px;
}
.capHTbox p::after{
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 10px;
    content: '';
    background: #f15a29;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}


.capLBox{
    position: relative;
    background: #F2F7FB;
}
.capLBox .imgBox1{
    display: block;
}
.capLBox .imgBox2{
    display: none;
}
.capBox{
    position: relative;
}
.capBox:nth-child(2n){
    background: #F2F7FB;
}
.capBox .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
}
.capLTbox{
    width: 50%;
}
.capBox .imgBox{
    width: 45%;
    padding-top: 50%;
    position: relative;
    overflow: hidden;
}
.capBox .imgBox img{
   width: 100%;
   height: 100%;
   position: absolute;
   left: 0;
   top: 0;
   object-fit: contain;
   opacity: 0;
}
.capBox .inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.newsInp{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    border:1px solid #eee;
}
.newsIBox{
    width: calc(100% - 150px);
    height: 100%;
    
}
.newsIBox input{
    width: 100%;
    height: 100%;
    font-size: 17px;
    padding:0 30px ;
}
.newsInp button{
    width: 150px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    background: #f15a29;
    color: #fff;
    border: none;
}


.newsDet_box{
    display: flex;
    justify-content: space-between;
}
.newsFl{
    width: calc(100% - 350px);
    padding-right: 50px;
    border-right: 1px dashed #dbdbdb;
}
.newsRm{
   width: 300px;
}
.newsRm h4{
    font-size: 20px;
    line-height: 1.4;
    color: #111;
    display: block;
    margin-bottom: 25px;
}
.newsRItem{
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}
.newsRItem .imgBox{
    position: relative;
    width: 100px;
    height: 80px;
    margin-right: 20px;
}
.newsRItem .imgBox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.newsRItem p{
    width: 100%;
    display: block;
    font-size: 15px;
    line-height: 1.8;
    margin-top: 10px;
    margin-bottom: 0;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.newsRTbox{
    width: calc(100% - 100px);
}
.newsRTbox span{
    font-size: 13px;
    color: #f15a29;
}



.HdFl{
    width: 100%;
    padding-right: 0;
    border-right: none;
}
.HdFl .newsBody img{
    width: 100%;
}

.pNavList a{
    display: flex;
    align-items: center;
}
.pNavList a{
    padding-left: 0;
    height: auto;
}

.capSwiper{
    width: 100%;
    height: 100%;
}

@media (max-width: 1680px) {
    .absmTBox .text{
        font-size: 28px;
    }
    .abQItem {
        width: calc(20% - 12px);
    }
    .abQItem:nth-child(6n) {
        margin-right: 15px;
    }
    .abQItem:nth-child(5n) {
        margin-right: 0;
    }
    .capLTbox{
        padding: 50px 0;
    }
    .abHT_Item .tit {
        font-size: 52px;
    }   
    .capSItem h4{
        font-size: 32px;
    } 
    .absmBox{
        min-height: 500px;
    }
}
@media (max-width: 1468px) {
    .abMiss{
        padding: 0;
    }
    
    
    .abHT_Item .tit {
        font-size: 48px;
    }    
    .abFItem .tit {
        font-size: 24px;
    }
    .abFItem .tit p {
        width: 35px;
        height: 35px;
    }
    .abQItem {
        width: calc(25% - 15px);
        margin-right: 20px;
    }
    .abQItem:nth-child(4n) {
        margin-right: 0;
    }
    .abQItem:nth-child(5n) {
        margin-right: 20px;
    }
    .abQItem .text{
        font-size: 17px;
    }
    .newsTop h4{
        font-size: 28px;
    }
}
@media (max-width: 1368px){
    .capSTbox{
        padding: 30px;
    }
}
@media (max-width: 1280px){
    
    .capHLeft p{
        font-size: 24px;
    }   
    .capHTbox p{
        font-size: 16px;
    }
    .capHLeft::after{
        height: 30px;
    }
    .capSItem h4{
        font-size: 28px;
    } 
    .newsFl {
        width: calc(100% - 330px);
    }
    .newsRm {
        width: 270px;
    }
    .newsTop h4 {
        font-size: 24px;
    }
}
@media (max-width: 1200px){
    .newsInp button{
        width: 120px;
        font-size: 15px;
    }
    .newsIBox input{
        font-size: 15px;
    }
    .newsIBox {
        width: calc(100% - 120px);
        height: 100%;
    }
    .newsTop h4 {
        font-size: 20px;
    }
    .absmTBox .text {
        font-size: 24px;
    }
    .abHT_Item .tit {
        font-size: 42px;
    }
    .abFRig {
        display: none;
    }
    .abFLeft{
        width: 100%;
    }
   
    .abFItem {
        margin-top: 30px;
        background: #fff;
        padding: 30px;
        border-radius: 16px;
    }
    .newsRm {
        width: 250px;
    }
    .newsFl {
        width: calc(100% - 300px);
    }
    
}
@media (max-width: 1024px){
    .abHT_Item .tit {
        font-size: 36px;
    }
    .abQItem {
        width: calc(33.3% - 10px);
        margin-right: 15px !important;
    }
    
    .abQItem:nth-child(4n) {
        margin-right: 15px !important;
    }
    .abQItem:nth-child(3n) {
        margin-right: 0 !important;
    }
    .abFItem .text{
        font-size: 16px;
    }
    .capSTBox{
        height: 700px;
    }
    .capHItem {
        flex-wrap: wrap;
        padding: 30px;
        margin-top: 30px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
}
    .capHLogos_item {
        width: 30%;
        margin-right: 3%;
        margin-bottom: 0;
    }
    .capHLeft {
        width: 100%;
        padding-left: 0;
    }
    .capHRig {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
    }
    .capHLeft::after{
        height: 0;
    }
    .capBox .bg{
        opacity: 0;
    }
    .capBox .inner{
        flex-wrap: wrap;
    }
    .capLTbox {
        width: 100%;
        padding: 0;
        margin-bottom: 50px;
    }
    .capBox .imgBox{
        width: 100%;
    }
    .capBox .imgBox img{
        opacity: 1;
    }
    .capabilities {
        padding-top: 0;
    }
    .capBox {
        position: relative;
        padding: 70px 0;
    }
    .capLBox .imgBox2{
        display: block;
    }
    .capLBox .imgBox1{
        display: none;
    }
    .newsRm{
        display: none;
    }
    .newsFl {
        width: 100%;
        border-right: none;
        padding-right: 0;
    }
    .capSTbox p span{
        font-size: 15px;
    }
    .capSTbox p{
        margin: 15px 0 30px;
    }
    .abHT_Item{
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        margin-top: 0;
}
/* .abHT_Item.swiper-slide-active{
    display: block;
} */
   
}
@media (max-width: 900px){
    .capBox{
        padding: 50px 0;
    }
    .capSBox .indTit{
        margin-top: 0;
    }
    .newsIBox input{
        padding: 0 20px;
        font-size: 14px;
    }
    .newsIBox {
        width: calc(100% - 100px);
    }
    .newsInp button{
        width: 100px;
        font-size: 14px;
    }
    .newsTop h4{
        font-size: 18px;
    }
    .abMiss p {
        font-size: 16px;
    }
    .absmTBox .text {
        font-size: 20px;
    } 
    .abFItem .tit {
        font-size: 20px;
    }  
    .abFItem .tit p {
        width: 30px;
        height: 30px;
    }
    .abQItem .text {
        font-size: 16px;
    }
    .abQItem .time{
        font-size: 14px;
    }
    .abMiss_img svg {
        width: 60px;
        height: 60px;
    }
    .abQTBox,.abHT_swiper,.abHBox{
        margin-top: 50px;
    }
    .abHT_btn{
        width: 40px;
        height: 40px;
        z-index: 2;
    }
    .abHT_next{
        right: -15px;
    }
    .abHT_prev {
        left: -15px;
    }
    .abHT_Item .tit {
        font-size: 32px;
    }
    .csBan .Tbox {
        width: 80%;
    }
    .capSTBox{
        flex-wrap: wrap;
        height: auto;
        margin-top: 0;
    }
    .capSItem{
        width: 100%;
        height: auto;
    }
    .capSItem .bg{
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
    }
    .capSIbox{
        position: relative;
        left: 0;
        top: 0;
    }
    .capSItem .capSTbox{
       height: 0;
       opacity: 0;
       transition: all 0.48s;
       -webkit-transition: all 0.48s;
       -moz-transition: all 0.48s;
       -ms-transition: all 0.48s;
       -o-transition: all 0.48s;
}
    .capSItem.act .capSTbox{
        height: auto;
        opacity: 1;
    }
    .capSItem.act .capSIbox{
        height: 0;
        opacity: 0;
        padding: 0;
    }
    .capSItem .bg{
        position: absolute;
        height: 100%;
    }
    .capSTbox{
        position: relative;
        left: 0;
        top: 0;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
}
.capSTBox .indTit {
    display: block;
    padding: 50px;
}
}
@media (max-width: 768px){
    .absmBox {
        min-height: 400px;
    }
    .newsTop h4 {
        font-size: 17px;
    }
    .capSTbox p{
        margin: 20px 0 10px;
    }
    .capSTbox p span{
        font-size: 14px;
    }
    .capHLeft p {
        font-size: 20px;
    }
    .capHTbox p {
        font-size: 15px;
    }
    .capHLogos_item {
        width: 47%;
        margin-right: 3%;
        margin-bottom: 0;
        padding: 0 15px;
    }
    .absmTBox .text {
        width: 100%;
    }
    .abHT_Item .tit {
        font-size: 28px;
    }
    .abFItem .text {
        font-size: 15px;
    }
    .abQItem {
        width: calc(50% - 8px);
        margin-right: 15px !important;
    }
    
    .abQItem:nth-child(3n){
        margin-right: 15px !important;
    }
    .abQItem:nth-child(2n){
        margin-right: 0 !important;
    }
    .abFItem .text{
        padding: 0;
    }
    .abMiss p {
        font-size: 15px;
    }
    .absmTBox .text {
        font-size: 20px;
    }
    .capSItem h4 {
        font-size: 28px;
    }
    .capBox .imgBox{
        padding-top: 0;
    }
    .capBox .imgBox img {
        width: 100%;
        height: 100%;
         position: relative; 
         left: 0; 
        top: 0; 
        object-fit: cover;
    }
}
@media (max-width: 500px){
    .newsInp{
        height: 45px;
    }
    .newsIBox input{
        padding: 0 20px;
        font-size: 13px;
    }
    .newsIBox {
        width: calc(100% - 80px);
    }
    .newsInp button{
        width: 80px;
        font-size: 13px;
    }
    .abHT_Item .tit {
        font-size: 24px;
    }
    .abFItem {
        margin-top: 20px;
    }
    .abHT_Item {
        padding: 20px;
    }
    .abQTBox,.abHT_swiper,.abHBox{
        margin-top: 30px;
    }
    .abQItem {
        width: calc(100%);
        margin-right: 0 !important;
    }
    .abQItem:nth-child(3n){
        margin-right: 0 !important;
    }
    .capabilities .csTxt_p h3 {
        font-size: 16px;
    }
    .capHItem{
        padding: 30px 20px;
    }
    .capHLogos_item{
        padding: 0 5px;
    }
    .capHRig{
        margin-top: 10px;
    }
    .capHLogos_item {
        width: 70%;
        padding: 5px 0;
        margin: 0 auto 5px;
    }
}