.banner {
    height: 50vh;
}
/* 
.content {
    background-color: #fff;
}



.content .contentRow {
    display: flex;
    flex-direction: column;
    gap: 10px;
} */
.content .contentBox {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.content2 .contentBox2 {
    width: 1200px;
    margin: 0 auto;
    /* padding: 40px 0; */
    padding-top: 40px;
    /* padding-bottom: 51px; */
    display: flex;
    flex-direction: column;
}

.cooperate {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.cooperateLogoBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

/* 整体内容容器样式 */
.content {
    padding:2rem;
    background: url(../images/about/abbg001.jpg) no-repeat center top;
    border-radius: 0.5rem;
}
.content2 {
    padding: 0 2rem;
    background: url(../images/about/abbg001.jpg) no-repeat center center / cover;
    border-radius: 0.5rem;
    margin-bottom: 2rem;
}

/* 内容标题样式 */
/* .font2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    color: #333333;
} */

.contentRow {
    display: flex;
    margin-top: 1.5rem;
    align-items: center;
    min-height: 430px;
}

.left-content {
    width: 60%;
    padding-right: 2rem;
}

.right-content {
    width: 40%;
}

.fontColor1 {
    color: #000000;
    line-height: 1.6;
}

.fontColor1 h3 {
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: #333333;
}

.right-content img {
    width: 95%;
    border-radius: 1.375rem;
    transition: transform 0.3s ease;
    margin-bottom: 1rem;
}

.right-content img:hover {
    transform: scale(1.05);
}

/* tab 样式 */
.tab {
    margin-top: 1.5rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 16px;
    font-weight: 600;
}

.tab button.active {
    color: #0086f1;
    border-bottom: 3px solid #0086f1;
}

.tabcontent {
    border-top: none;
}

.tabContentRow {
    height: auto;
    opacity: 1;
    transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
}
.font2C{
    display: flex;
    justify-content: center;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    font-size: 24px;
    flex-direction: column;
}

.font2C h3{
    font-size: 15px;;
    text-transform: uppercase;
    color: #333333;
    letter-spacing: 3px;
    font-weight: 400;
}
.font2C h2{
    font-size: 24px;
    font-weight: 500;
    color: #000000;
}
.banner .font2C h2{
    font-size: 30px !important;
    font-weight: bold;
    color: #000000;
}
.banner .font2C h3{
    font-size: 18px !important;
    font-weight: 600;
    color: #333333;
}
.banner .font2C p{
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    position: absolute;
    top:62%;
    
}
h2, h3 {
    margin-top: 0;
    margin-bottom: 0;
}

.tabContentRow span{
    display: block;
    /* width: 66%; */
}
.tabContentRow span img{
    width: 100%;
    height: 430px;
    transition: transform 0.3s ease;
    border-radius: 17px;
}

/* #BusinessField4 .left-content{
    right: 15px;
    top: 70%;
    max-height: 251px;
}
#BusinessField3 .left-content{
    right: 15px;
} */
.tabContentRow .left-content{
    position: absolute;
    width: 52%;
    right: 36px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: rgba(245, 245, 245, 0.8);
    padding: 35px;
    box-sizing: border-box;
    border: 3px solid #fff;
    border-radius: 20px;
    transition: all .3s;
}
.tabContentRow:hover .zoomImage{
    transform: scale(1.025);
}

.tabContentRow h3{
    font-size: 25px;
    color: #333;
}
.tabContentRow .left-content em{
    display: block;
    width: 70px;
    height: 2px;
    background: #0149dc;
    margin: 20px 0;
    transition: all .3s;
}
.tabContentRow span  img:hover {
    transform: scale(1.05);
}
#BusinessField1,#BusinessField2,#BusinessField3,#BusinessField4{
    margin-bottom: 80px;
}
.contentLog{
    width: 40px;
    max-height: 40px;
    object-fit: contain;
}
.contentLogWrapper {
    display: flex;
    align-items: center; 
    margin-block-end: 1em;
    height: 32px;
}

.contentLogWrapper .contentLog {
    margin-right: 10px; 
    border-radius: 12px;
}

.contentLogWrapper span {
    text-align: left;
}

.fa-solid{
    margin-right: 10px;
}

/* 确保图片在放大时不会超出容器 */
/* .zoomImage {
    transition: transform 0.3s ease;
    max-width: 100%;
    height: auto;
}

.left-content:hover .zoomImage {
    transform: scale(1.1);
}

.tabContentRow span img {
    width: 1161px;
    height: 430px;
    transition: transform 0.3s ease;
    border-radius: 17px;
}

.tabContentRow .left-content:hover .zoomImage {
    transform: scale(1.1) !important;
} */


@keyframes slideInLeft {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.slide-in-left,
.slide-in-right {
    opacity: 0;
    transform: translateX(0);
    transition: transform 1s ease, opacity 1s ease;
}

.slide-in-left.visible {
    animation: slideInLeft 1s forwards;
}

.slide-in-right.visible {
    animation: slideInRight 1s forwards;
}
.contentLogWrapperImg {
    background: #ffffff;
    border-radius: 12px;
    height: 40px;
    width: 40px;
    display: flex;
    flex-wrap: nowrap;
    margin-right: 10px;
}
    