.banner-about {
    width: 100%;
    height: 548px;
    position: relative;
    .banner-img{
        width: 100%;
        height: 100%;
    }
    .banner-title-1-bg{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        .banner-title-1 {
            width: 1200px;
            margin: 0 auto;
            text-align: center;
            .banner-title-1-1 {
                width: 932px;
                margin: 0 auto;
                font-size: 52px;
                font-weight: bold;
                color: #FFFFFF;
                margin-top: 120px;  
            }
            .banner-title-1-2{
                font-size: 20px;
                font-weight: bold;
                color: #FFFFFF;
                margin-top: 20px;  
            }
          }
      }
    }
  .second-block{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
    .video-box{
        width: 50%;
        height: 660px;  
        .video-box-img{
            width: 100%;
            height: 100%;
        }
    }
    .second-block-content{
        padding-left: 40px;
        width: 50%;
        background-image: url('../images/service/01/03.webp');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        .second-block-content-title{
            width: 499px;
            font-size: 36px;
            font-weight: bold;
            color: #fff;
            margin-top: 80px;
            margin-bottom: 12px;
        }
        .second-block-content-text{
            font-size: 15px;
            font-weight: 400;
            line-height: 27px;
            width: 499px;
            color: #fff;
            margin-top: 0px;
        }
        .second-block-content-bottom{
            margin-top: 100px;
            width: 214px;
            height: 53px;
            border-radius: 4px;
            background: #fff;
            font-size: 18px;
            font-weight: 500;
            text-align: center;
            line-height: 53px;
            cursor: pointer;
            color: #000;
        }
        .second-block-content-bottom:hover{
            transform: scale(1.05);
        }
    }
  }
  .third-block{
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 80px;
    display: flex;
    .third-block-left{
        width: 500px;
        .third-block-left-item{
            margin-top: 20px;
            width: 100%;
            display: flex;
            flex-direction: column;
            .third-block-left-item-title{
                font-size: 15px;
                font-weight: 600;
                line-height: 27px;
                color: #000000;
            }
            .third-block-left-item-text{
                font-weight: 400;
                font-size: 15px;
                color: #000000;
            }
        }
    }
    .third-block-right{
        width: 785px;
        padding: 0px 40px; 
        box-shadow: 0px 8px 24px 0px rgba(149, 157, 165, 0.2);
        border-radius: 12px;
        .third-block-right-header{
            padding: 24px 16px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border-bottom: 1px solid #EBE9E9;
            .third-block-right-header-title1{
                font-size: 15px;
                font-weight: 600;
                color: #000000;
                /* margin-right: 88px; */
            }
            .third-block-right-header-text2{
                font-size: 15px;
                font-weight: 600;
                color: rgba(0, 0, 0, 0.4);
                padding: 4px 20px;
                cursor: pointer;
            }
            .active{
                color: #000000;
                border-bottom: 4px solid #6C4BDA;
            }
        }
        .third-block-right-content{
            .third-block-right-content-item{
                padding: 24px 16px;
                border-bottom: 1px solid #EBE9E9;
                display: flex;
                align-items: center;
                .third-block-right-content-item-label{
                    display: inline-block;
                    font-size: 15px;
                    font-weight: 600;
                    color: #000000;
                    width: 140px;
                }
                .third-block-right-content-item-text{   
                    font-size: 15px;
                    color: #000000;
                    margin-left: 138px;
                }
                &:last-child{
                    border-bottom: none;
                }
            }
        }
    }
  }
  .fourth-block{
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 80px;
    display: flex;
    .fourth-block-img{
        width: 581px;
        height: 549px;
    }
    .fourth-block-right{
        margin-left: 75px;
        width: 540px;
        .fourth-block-right-title{
            font-size: 36px;
            font-weight: bold;
            color: #000000;
        }
        .fourth-block-right-item{
            margin-top: 32px;
            .fourth-block-right-item-text{
                font-size: 15px;
                line-height: 27px;
                color: #000000;
            }
        }
        .fourth-block-right-bottom{
            font-size: 18px;
            font-weight: 500;
            color: #FFFFFF;
            width: 228px;
            height: 40px;
            border-radius: 4px;
            background: #6C4BDA;
            text-align: center;
            line-height: 40px;
            margin-top: 32px;
            cursor: pointer;
        }
    }
  }
  .fifth-block{
    width: 100%;
    background: #F7F7F7;
    padding: 80px 0px;
    .fifth-block-box{
        width: 1200px;
        margin: 0 auto;
        display: flex;
        .fifth-block-left{
            width: 480px;
            .fifth-block-right-title{
                font-size: 36px;
                font-weight: bold;
                color: #000000;
                margin-top: 20px;
            }
            .fifth-block-right-item{    
                margin-bottom: 32px;
                margin-top: 32px;
                .fifth-block-right-item-text1{
                    font-size: 15px;
                    font-weight: 400;
                    color: #000000;
                    margin-bottom: 12px;
                }
            }
        }
        .fifth-block-right-img{
            width: 684px;
            height: 438px;
            margin-left: 45px;
        }
    }
  }
  .sixth-block{
    width: 100%;
    background: #F5F9FE;
    padding: 60px 0px;
    .sixth-title{
        text-align: center;
        font-size: 36px;
        font-weight: bold;
        color: #000000;
        margin-bottom: 40px;
    }
    .sixth-block-box{
        width: 1200px;
        margin: 0 auto;
        background: #fff;
        border-radius: 8px;
        padding: 0px 30px;
        .sixth-block-box-item{
            width: 100%;
            border-bottom: 1px solid #F3F3F3;
            .sixth-block-box-title{
                width: 100%;
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 20px 0px;
                cursor: pointer;
                .sixth-block-box-title-text{
                    font-size: 16px;
                    font-weight: bold;
                    color: #000000;
                }
                .sixth-block-box-title-img{     
                    width: 20px;
                    height: 20px;
                }
                .sixth-block-box-title-img-active{
                    width: 20px;
                    height: 20px;
                }
                .active{
                    transform: rotate(90deg);
                }
            }
            .sixth-block-box-text{
                padding-bottom:12px;
                display: none;
                .sixth-block-box-text1{
                    font-size: 14px;
                    font-weight: 400;
                    color: #000000;
                    line-height: 1.5;
                }
                .sixth-block-box-text2{
                    font-size: 14px;
                    font-weight: 400;
                    color: #000000;
                    margin-bottom: 24px;

                }
            }
            .show{
                display: block;
                transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
            }
        }
        .sixth-block-box-item:last-child{
            border-bottom: none;
        }
    }
  }