.banner_width {
    width: 1200px;
    margin: auto;
}

.banner_title {
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 72px;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
}

.banner_bg {
    background-color: #fbfbfb;
}

.banner_first {
    padding-top: 100px;
    padding-bottom: 42px;
    background: rgba(242, 242, 242, 0.2);
}

.banner_first_m {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner_first_m_img img {
    width: 156px;
    height: 35px;
}

.banner_first_m_t {
    font-size: 32px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0;
    letter-spacing: 0px;
    color: #333333;
    margin-top: 48px;
}

.banner_first_m_exp {
    width: 507px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 32px;
}

.btns {
    margin-top: 35px;
}

.btns a {
    width: 118px;
    height: 34px;
    background-color: #e7290f;
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    transition: all .3s;
    border: 1px solid transparent;
}

.btns a:hover {
    background-color: transparent;
    border: 1px solid #e7290f;
    color: #e7290f;
    transition: all .3s;
}

.banner_first_m_r img {
    width: 530px;
    height: 370px;
}

.productivity {
    padding: 100px 0;
}

.productivity_m {
    width: 1100px;
    margin: 0 auto;
    margin-top: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.productivity_card {
    width: 338px;
    height: 338px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 3px 14.6px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.productivity_card img {
    width: 50px;
    height: 50px;
}

.productivity_card_t {
    margin-top: 16px;
    width: 140px;
    line-height: normal;
    color: #333333;
    font-size: 20px;
    text-align: center;
}

.productivity_card_exp {
    width: 242px;
    line-height: 24px;
    color: #666666;
    font-size: 14px;
    text-align: center;
    margin-top: 32px;
}

.advantage {
    padding: 50px 0;
    background-color: #fafafa;
}

.advantage_swiper {
    width: 1340px;
    margin: 0 auto;
    margin-top: 56px !important;
}

.advantage_m {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 500px;
}

.advantage_m img {
    width: 545px;
}

.advantage_m p {
    color: #333333;
    font-size: 16px;
}

.swiper-advantage-next {
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    z-index: 999;
    top: 46%;
    cursor: pointer;
}

.swiper-advantage-prev {
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    z-index: 999;
    top: 46%;
    cursor: pointer;
}

.scene {
    padding: 50px 0 100px ;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.scene_m {
    margin-top: 36px;
}

.scene_tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #666666;
    font-size: 20px;
}

.scene_tab li {
    cursor: pointer;
}

.scene_tab_active {
    color: #e7290f;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    transition: color .3s ease;
}

.scene_tab_active::after {
    content: '';
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -8px;
    background: #e7290f;
    -webkit-transition: all .3s;
    animation: show 0.5s ease forwards;
}

@keyframes show {
    0% {
        opacity: 0;
        transform: scale(0.1);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.scene_content {
    margin-top: 72px;
    position: relative;
    /* height: 446px; */
}

.scene_content_panel {
    /* opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute; */
    display: none;
}

.scene_content_panel_active {
    /* opacity:1;
    transition: all .3s; */
    display: block;
}

.scene_content_img1 {
    width: 600px;
}

.scene_content_b {
    margin-bottom: 32px;
}

.scene_content_t {
    color: #333333;
    font-size: 20px;
}

.scene_content_exp {
    color: #666666;
    font-size: 14px;
    width: 462px;
    margin-top: 16px;
}

.scene_content_img2 {
    width: 565px;
}

.scene_content_jc_space-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.scene_content_jc_col {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.scene_content_jc_col_exp {
    width: 764px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 21px;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
    margin-top: 20px;
}

.scene_content_img3 {
    margin-top: 30px;
    height: 410px;
}

.scene_content_img4 {
    width: 510px;
}

.scene_content_img5 {
    width: 600px;
}

.scene_content_ul {
    margin-top: 12px;
}

.scene_content_ul li {
    width: 454px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 21px;
    letter-spacing: 0px;
    color: #666666;
}

.scene_content_ul li::before {
    content: '';
    display: block;
    border-radius: 100%;
    width: 6px;
    height: 6px;
    background-color: #e7290f;
    position: relative;
    left: -10px;
    top: 14px;
}

.scene_content_panel_other {
    margin-bottom: 18px;
}

.solution {
    background-image: url(../../images//2024_new/indrive/bg-solution.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 822px;
}

.solution_m {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding-top: 67px;
}

.solution_content {
    margin-top: 56px;
    width: 1200px;
    height: 592px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 16px;
    backdrop-filter: blur(4px);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.solution_tab{
    width: 200px;
    color:#333333;
    font-size:20px;
    font-weight:700;
}
.solution_tab li{
    height:66px;
    display: flex;
    line-height: 66px;
    padding: 0 0 0 40px;
    border-left: 4px solid transparent;
    transition: all .3s;
    cursor: context-menu;
}
.solution_tab_active{
    background:#ffffff;
    border-left: 4px solid #e7290f !important;
    transition: all .3s;
}
.solution_panel{
    position: relative;
    width: 100%;
    height: 100%;
}
.solution_content_exp{
    width:924px;
    line-height:34px;
    color:#666666;
    font-size:16px;
}
.solution_content_t{
    margin-top: 36px;
    color:#333333;
    font-size:24px;
}
.solution_blobk_bottom{
    display: flex;
    align-items: center;
}
.solution_blobk_bottom li{
    color:#333333;
    font-size:16px;
    width:709px;
    line-height:24px;
    margin-top: 30px;
}
.solution_blobk_bottom img{
    width:232px;
    margin-left: 30px;
}
.solution_blobk{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    padding-left: 40px;
    transform:  translateX(-50px);
    z-index: -1;
   
}
.solution_blobk_active{
    opacity: 1;
    transition:opacity .3s,transform .3s;
    transform: translateX(0);
}
.successcustomer{
    padding: 100px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.successcustomer_img{
    width: 1200px;
    margin-top: 56px;
}