*{
    margin: 0;
    padding: 0;
}
.box{
    position: relative;
    width: 100%;
    height: 1000px;
    background-color: #ccc;
}
.imgbox{

    width: 100%;
    height:100vh;
}
.imgbox video{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100% !important;
    height: 100%;
    object-fit:fill;
}
.conts{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    
}
.header-animation a{
    width: 160px !important;
    height: 45px !important;
    line-height: 41px !important;;
    border:2px solid  #fff;
    display:inline-block; 
    font-size: 18px;
}
.header-animation a:hover{
   background-color: #fff !important;
   color: black !important;
   text-decoration: none;
}


.btn-content{
    width: 210px;
    height: 60px;
    background-color: white;
    border-bottom:1px solid #3D3D3D;
    border-top: 1px solid #3D3D3D;
    border-left: 1px solid #3D3D3D;
    border-right: 1px solid #3D3D3D;
    box-shadow: -20px -20px 1px #EBEBEB;
}

.btn-content .btn-left{
    width: 60%;
    height: 60px;
    color: #3D3D3D;
    text-align: center;
    font-size: 28px;
    float: left;
    vertical-align: middle;
    line-height:60px;
    font-family:PingFang SC;
    padding-left: 1rem;
    font-weight: bold;
    

}

.btn-content .btn-right{
    width: 40%;
    height: 60px;
    float: right;
    font-size: 18px;
}


.btn-content .btn-right .btn-icon:nth-child(1){
    width: 50%;
    font-size: 40px;
    line-height:50px;
    float: left;
    text-align: center;
    font-weight: 200;
    color: black;
}

.btn-content .btn-right .btn-icon:nth-child(2){
    width: 50%;
    float: right;
    text-align: center;
    vertical-align: middle;
    padding-top: 20px;
    padding-right: 18px;
    
}
.card-body{
    height: 100%;
}
.card-title{
    width: 100%;
    height: 8rem !important;
}

.card-str-data{
    float: left;
    width: 124px;
    text-align: left !important;
    font-family:Arial;
    font-weight:normal;
    color:rgba(51,51,51,1);
}


.card-str-data div:nth-child(1){
    margin-top: 0.5rem;
    float: left;
    font-size:72px;
    width: 88px;
}

.card-str-data div:nth-child(2){
    float: right;
    color:rgba(255,150,0,1);
    width:20px;
    font-size:80px;
    text-align: right !important;
}
.description{
    min-width: 500px;
}

.description .card-title{
    margin-bottom: 0 !important;
}
.product-text{
    width: 27%;
    margin-top: 1rem;
    font-size:14px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:24px;
    text-indent: 2rem;
}

.product-text p{
    min-width: 500px;
}
.tec-animate{
    float: left !important;
}
.ind-title{
    margin-top: 1rem;
    float: left;
    width: 300px;
    margin-left: 0;
    padding-left: 0;
    text-align: left !important;
    height: 100%;
}
.ind-title div:nth-child(1){
    font-size:36px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(51,51,51,1);
}
.ind-title div:nth-child(2){
    font-size:24px;
    font-family:PingFang SC;
    font-weight:bold;
    color:rgba(153,153,153,1);
}

/* product start */
.product-card-image{
    min-width: 350px;
    width:43.5%;
}
.product-card-image img{
    width: 100%;
    display: inline-block;
}

.description{
    width: 100%;
}
.product-title{
    height: 5% !important;

}


/* product end */


/* technology start */
.technology-text{
    text-indent: 2rem;
    font-size:0.875rem;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    }
.technology-title{
    height: 8rem !important;
    margin-bottom: 0 !important;
    font-size:1.5rem !important;
    font-family:PingFang SC !important;
    font-weight:bold !important;
    color:rgba(51,51,51,1);
}

.tec-animate a{
    position: absolute;
    bottom: 1rem;
    width:130px;
    height:36px;
    font-size:1.125rem; 
    border:2px solid rgba(255,150,0,1);    
    color: #FF9600 !important;
    text-align: center;
    margin-left: 22%;
    vertical-align: middle;
    padding-top: 0.2rem;
}

.tec-animate a:hover{
    text-decoration: none !important;
}
/* technology end */

