.bn-bx{
    width: 100%;
    height: 600px;
    background:rgba(255, 209, 0, 1);
    margin-top: 120px;

}
.bn-fix{
    width: 1920px;
    height: 100%;
    background: url('../img/bannerBg2.svg') no-repeat center 0px;
    background-position: center 0px;
    background-size: cover;
    margin-left: 50%;
    transform:translate(-50%,0);
    position: relative;
}
.ban_img{
    position: absolute;
    top: 60px;
    left: 360px;
    width: 1200px;
    height: 510px;
}
.cap-module{
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 160px;
}
.cap-module-lt,.cap-module-rt{
    width: 560px;
    height: 420px;
    overflow: hidden;
}
.cap-module-rt img{
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}
.cap-module-rt img:hover{
    transform: scale(1.2);
}
.cap-module-lt-tit{
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: rgba(34, 34, 34, 1);
    margin-top: 60px;
    margin-left: 30px;
    margin-bottom: 12px;
}
.cap-module-lt-txt{
    margin-top: 24px;
    margin-left: 30px;
    display: flex;
    align-items: flex-start;
}
.cap-module-lt-txt img{
    width: 24px;
    height: 24px;
}
.cap-module-lt-txt span{
    margin-left: 14px;
}
.tsp-module-bx{
    width: 100%;
    background: rgba(247, 248, 251, 1);
    padding-bottom: 160px;
}
.tsp-module{
    margin-top: 80px;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(2, 560px);
    grid-gap: 80px;
    position: relative;
}
.tsp-module-ey{
    width: 560px;
    height: 294px;
    box-sizing: border-box;
    padding: 30px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 4px  rgba(0, 0, 0, 0.25);
    position: relative;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.tspNumIcon{
    position: absolute;
    right: 0;
    top: 0;
}
.tsp-module-ey:hover{
    transform: translateY(-15px);
}
.beeLogo_img{
    position: absolute;
    top: 528px;
    right: -120px;
}
.tsp-module-ey-num{
   display: flex;
    align-items: center;
}
.tsp-module-ey-num img{
    width: 24px;
    height: 24px;
}
.tsp-module-ey-tit{
    /*margin-top: 20px;*/
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: rgba(34, 34, 34, 1);
    /*margin-bottom: 4px;*/
    white-space: nowrap;
    margin-left: 13px;
    z-index: 22;
}
.tsp-module-ey-txt{
    display: flex;
    align-items: center;
    margin-top: 16px;
}
.tsp-module-ey-txt span:nth-child(1){
    display: inline-block;
    width: 10px;
    height: 10px;
    background: rgba(255, 209, 0, 1);
    border-radius: 50%;
}
.tsp-module-ey-txt span:nth-child(2){
    font-size: 16px;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    text-align: justify;
    margin-left: 12px;
}
.tap-module{
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}
.tap-module-lt,.tap-module-rt{
    width: 560px;
    height: 420px;
    overflow: hidden;
}
.tap-module-rt img{
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease;
}
.tap-module-rt img:hover{
    transform: scale(1.2);
}
.tap-module-lt-tit{
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: rgba(34, 34, 34, 1);
    margin-top: 60px;
    margin-left: 16px;
    margin-bottom: 12px;
    text-align: left;
    white-space: nowrap;
}
.tap-module-lt-txt{
    margin-top: 24px;
    margin-left: 30px;
    display: flex;
    align-items: center;
}
.tap-module-lt-txt img{
    width: 24px;
    height: 24px;
}
.tap-module-lt-txt span{
    margin-left: 14px;
}