.banner_width {
    padding: 0 20px;
    margin: auto;
}

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


.banner_first {
    padding: 80px 0 50px 0;
    background: rgba(242, 242, 242, 0.2);
}

.banner_first_m {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.banner_first_m_img img {
    width: 156px;
}

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

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

.btns {
    margin-top: 25px;
}

.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: 100%;
    margin-top: 30px;
}


.productivity {
    padding: 50px 0;
}

.productivity_m {
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.productivity_card {
    width: 90%;
    padding: 20px 0;
    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;
    margin-top: 30px;
}

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

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

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

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

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

.advantage_m {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 20px 0;
    width: 90%;
    padding: 20px 0;
    margin-top: 30px;
}

.advantage_m img {
    width: 100%;
}

.advantage_m p {
    color: #333333;
    font-size: 14px;
    width: 90%;
    line-height: 20px;
    margin-bottom: 30px;
}


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

.scene_m {
    margin-top: 36px;
}

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

.scene_tab li {
    cursor: pointer;
    background-color: #fafafa;
    color: #333333;
    padding: 10px;
    margin-top: 10px;
    border-radius: 4px;
}

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



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

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

.scene_content {
    margin-top: 32px;
    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 img{
    width: 100% !important;
    margin-top: 30px;
}
.scene_content_img1 {
    width: 600px;
}

.scene_content_b {
    margin-bottom: 32px;
}

.scene_content_t {
    color: #333333;
    font-size: 18px;
    text-align: center;
}

.scene_content_exp {
    color: #666666;
    font-size: 14px;
    width: 100%;
    margin-top: 16px;
    line-height: 22px;
}

.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 {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 21px;
    letter-spacing: 0px;
    color: #333333;
    text-align: justify;
    margin-top: 20px;
}


.scene_content_img4 {
    width: 510px;
}

.scene_content_img5 {
    width: 600px;
}

.scene_content_ul {
    margin-top: 20px;
}

.scene_content_ul li {
    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-top: 20px;
}

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

.solution_m {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
}

.solution_content {
    margin-top: 56px;
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 100%;
}
.solution_tab{
    color:#333333;
    font-size:16px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}
.solution_tab li{
    padding: 20px;
    display: flex;
    border-left: 4px solid transparent;
    transition: all .3s;
    cursor: context-menu;
}
.solution_tab_active{
    background:#e7290f ;
    color: #FFFFFF;
    transition: all .3s;
}
.solution_panel{
    position: relative;
    width: 100%;
    height: 100%;
}
.solution_content_exp{
    line-height: 28px;
    color: #666666;
    font-size: 14px;
    margin-top: 20px;
    text-align: justify;
}
.solution_content_t{
    margin-top: 36px;
    color: #333333;
    font-size: 20px;
    text-align: center;
    width: 100%;
}
.solution_blobk_bottom{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.solution_blobk_bottom ul{
    width: 100%;
}

.solution_blobk_bottom li{
    color:#333333;
    font-size:16px;
    line-height:24px;
    margin-top: 30px;
}
.solution_blobk_bottom img{
    display: none;
    width:232px;
    margin-left: 30px;
}
.solution_blobk{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    transform:  translateY(50px);
   
}
.solution_blobk_active{
    opacity: 1;
    transition:opacity .3s,transform .3s;
    transform: translateY(0);
}
.successcustomer{
    padding: 50px 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.successcustomer_img{
    margin-top: 30px;
}


