.banner_width {
    width: 1340px;
    margin: auto;
}

.banner_title {
    font-size: 42px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
}

.intro {
    height: 660px;
    background-color: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
}

.intro_m {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.intro_title {
    color: #333333;
    font-size: 40px;
}

.intro_exp {
    width: 536px;
    line-height: 30px;
    color: #333333;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: justify;
    margin-top: 40px;
}

.btns {
    margin-top: 35px;
    display: flex;
}

.btns a {
    width: 118px;
    height: 34px;
    background-color: #e72a0f;
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
    margin-right: 20px;
    transition: color .3s, background-color .3s, border-color .3s;
}

.btns a:hover {
    background-color: transparent;
    color: #e72a0f;
    border: 1px solid #e72a0f;
    height: 32px;
    line-height: 32px;
    width: 116px;
    transition: color .3s, background-color .3s, border-color .3s;
}

.btns_a_sp {
    width: 118px !important;
    height: 32px !important;
    background-color: transparent !important;
    border: 1px solid #e72a0f !important;
    display: block;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 32px !important;
    letter-spacing: 0px;
    color: #e72a0f !important;
    text-align: center;
    margin-right: 20px;
    transition: color .3s, background-color .3s, border-color .3s;
}

.btns_a_sp:hover {
    background-color: #e72a0f !important;
    color: #fff !important;
    border: none !important;
    height: 34px !important;
    line-height: 34px !important;
    width: 118px !important;
    transition: color .3s, background-color .3s, border-color .3s;
}

.intro_m img {
    width: 803px;
}

.banner_line {
    width: 50px;
    height: 2px;
    background: #e7290f;
    display: block;
    margin: 32px 0;
}

.aiecm {
    padding: 72px 0 100px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.aiecm img {
    width: 1327px;
}

.inwiseecm {
    padding: 64px 0 32px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.inwiseecm_tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
}

.inwiseecm_tab li {
    color: #333333;
    font-size: 18px;
    cursor: pointer;
    transition: color .3s ease;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.inwiseecm_tab i {
    width: 1px;
    background-color: rgba(204, 204, 204, 0.5);
    height: 20px;
    display: block;
}
.inwiseecm_tab_active{
    color: #e7290f !important;
    font-weight: bold;
}
.inwiseecm_tab_active::after {
    content: '';
    position: absolute;
    width: 72px;
    height: 4px;
    background-color: #e7290f;
    bottom: -12px;
    -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);
    }
}

.inwiseecm_content {
    margin-top: 50px;
    position: relative;
    height: 485px;
}

.inwiseecm_content_b {
    align-items: center;
    justify-content: space-between;
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    transform: translateY(200px);
}

.inwiseecm_content_t {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}

.inwiseecm_content_exp {
    width: 600px;
    color: #666666;
    font-size: 16px;
    margin-top: 24px;
}

.inwiseecm_content_b img {
    width: 634px;
}

.inwiseecm_content_active {
    opacity: 1;
    transition: opacity 0.5s ease, transform .3s;
    display: flex;
    transform: translateY(0px);
}

.aiagent {
    background-image: url(../../images/2024_new/inwise/bg-aiagent.png);
    background-repeat: no-repeat;
    height: 820px;
    position: relative;
    z-index: 999;
}

.aiagent_m {
    padding-top: 64px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.aiagent_c {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1170px;
}
.aiagent_left{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.aiagent_btn{
    width: 222px;
    height: 66px;
    border-radius: 100px;
    box-shadow: 7px 4px 13.2px rgba(96, 95, 94, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color:#ffffff;
    font-size:24px;
    cursor: pointer;
    transition: all .3s;
}
.aiagent_btn_a {
    background: linear-gradient(185.02deg, #666666 -17.28%, #333333 128.76%);
    transition: all .3s;
}
.aiagent_btn_a:hover{
    background:linear-gradient(185.02deg,#595959 -17.28%,#0d0d0d 128.76%);
    box-shadow:7px 4px 13.2px rgba(96, 95, 94, 0.2);
    transition: all .3s;
}
.aiagent_btn_b{
    background:linear-gradient(185.02deg,#ff7245 -17.28%,#e7290f 128.76%);
    transition: all .3s;
}
.aiagent_btn_b:hover{
    background:linear-gradient(185.02deg,#fd2f13 -17.28%,#dc0d0a 128.76%);
    box-shadow:10px 10px 20px rgba(231, 41, 15, 0.2);
    transition: all .3s;
}
.aiagent_connect{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.aiagent_line{
    display: block;
    height:30px;
    border:2px dashed #e7290f;
    margin-bottom:  8px ;
    position: relative;
}
.aiagent_triangle{
    margin-top: 8px;
}
.aiagent_rag{
    width: 150px;
    height: 130px;
    background: linear-gradient(180deg,rgba(231, 41, 15, 0.06) -5.77%,rgba(231, 41, 15, 0.18) 35.3%,rgba(231, 41, 15, 0.18) 79.72%,rgba(231, 41, 15, 0.06) 112.69%);   
    color:#f14725;
    font-size:24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.aiagent_c img{
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
}
.aiagent_c_img_active{
    opacity: 1 !important;
    transition: opacity 0.8s ease;
}
.aiagent_right{
    position: relative;
    width:787px;
    height: 537px;
}
.upgrade{
    background:#323232;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 80px 0 100px 0;
}
.upgrade img{
    width: 1340px;
}
.panorama{
    background:rgba(217, 217, 217, 0.05);
    padding: 59px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.panorama img{
    width: 1336px;
}
.successfulcustomers{
    background:#fbfbfb;
    padding: 70px 0 54px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.successfulcustomers img{
     width: 1200px;
     margin-top: 64px;
}