*{
    margin: 0;
    padding: 0;
}
/* banner样式 */
.banner{
    width: 100vw;
    height: 438px;
    background: rgba(0, 0, 0,0.45);
    background-image: url('./../../image/banner/aboutus.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}

.about_font{
    font-size: 60px;
    color: white;
    position: absolute;
    left: 15%;
    bottom: 170px;
}
/* tabs标签样式 */
.tabs_menu{
    color: white;
    position: absolute;
    height: 68px;
    width: 100vw;
    background: #000;
    bottom: 0;
    
}
.tabs_menu ul{
    padding-left: 15%;
}
.tabs_menu li{
    background: #005AFF;
    list-style: none;
    float: left;
    cursor: pointer;
    width: 200px;
    height: 68px;
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 68px;
}
.active{
    background: red !important;
}

/* 內容 */
.content{
    width: 100vw;
}
/* 上半部分 */
.introduce_top{
    margin: 100px 0;
}
.introduce_top_left{
    width: 30vw;
    padding-right: 30px;
}
.introduce_top_right{
    width: 480px;
    height: 620px;
    background: rgba(0, 0, 0,0.45);
}
.title{
    font-size: 4rem;
    color: #005AFF;
}
.title_line{
    width: 25vw;
    height: 2px;
    margin: 40px 0;
    background: #045ACF;
}
.detail{
    font-size: 1.5rem;
}
/* 中间背景 */
.middle_bg{
    height: 430px;
    width: 82vw;
    background: rgba(211, 197, 137, 0.45);
}
/* 下方内容 */
.introduce_content{
    position: relative;
    padding: 80px 0;
    z-index: 10;
    left: 50%;
    transform: translate(-50%,-100px);
    width: 56vw;
    background-color: #fff;
}
.intro-text-lead{
    font-size: 2.75rem;
}
.intro-text-small{
    font-size: 1.8rem;
}
.introduce_divider1{
    margin: 50px 0;
    height: 70px;
    width: 1px;
    background: rgba(0, 90, 255, 1);
}
.introduce_solution{
    width: 80%;
    margin: 100px;
}
.solution_font{
    text-align: center;
    
}
.introduce_divider2{
    height: 1px;
    width: 80%;
    background: rgba(201, 201, 201, 1);
}
.intro_advantage{
    margin: 100px 0;
    width: 80%;
}
.advantage_bg{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: RGBA(0, 90, 255, 1);
    color: white;
}
.advantage_detail{
    width: 70%;
}
.introduce_divider3{
    height: 1px;
    width: 80%;
    margin: 100px 0;
    background: rgba(201, 201, 201, 1);
}
.intro-text-mid{
    font-size: 2.2rem;
}
/* 资质证书 */
.certification{
    position: relative;

}
.certification_img{
    margin-top: -380px;
    width: 100vw;
    z-index: -99;

}

.partner .uk-card {
    padding: 0 30px !important;
}
/* 合作夥伴Img */
.partner_img{
    object-fit: contain;
    object-position: center;
    width: 100%;
}


/* 资质证书 */
.certification .carousel{
    width: 100%;
    background: rgba(107, 76, 40, 0.5);
    background-image: url('./../../image/background/cert1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.prev{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 99;

}
.next{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 99;

}
/* 专利资质标题 */
.certification_title{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.25rem;
}
.certification_divider1{
    display: inline-block;
    width: 136px;
    height: 1px;
    margin: 0 30px;
    background: #000000;
}
.imgBox{
    position: absolute;
    width: 800px;
    height: 700px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    align-items: center;
}
.certification_name{
    font-size: 2rem;
}
.lineBar{
    width: 1200px;
    height: 31px;
    text-align: center;
}
.imgBox ul{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.imgBox li{
    position: absolute;
    list-style: none;
    /* width: 730px;
    height: 436px; */
    transition: 0.5s;
}
.imgBox img{
    display: block;
    height: 600px;
    user-select:none;

}
    
.lineBar span{
    display: inline-block;
    width: 35px;
    height: 3px;
    background-color: #ccc;
}
.list1{
    z-index: 1;
    transform: translateX(-200px) scale(0.7);
    /* transform-origin: 0% 100%; */
}
.list2{
    z-index: 2;
}
.list3{
    transform: translateX(330px) scale(0.7);
    z-index: 1;
    /* transform-origin: 100% 100%; */
}
.list4{
    transform: translateX(565px) scale(0.7);
    /* transform-origin: 100% 100%; */
}
.list5{
    transform: translateX(700px) scale(0.7);
    /* transform-origin: 100% 100%; */
}
.list6{
    transform: translateX(935px) scale(0.7);
    /* transform-origin: 100% 100%; */
}