/* 英雄区样式 */
#hero {
    position: relative;
    color: white;
    background: linear-gradient(124deg, #0B1319 0%, #262C31 56%, #101B24 100%);
}

#hero>#bg {
    display: none;
}

#hero>#bg_mobile {
    width: 100%;
    object-fit: cover;
    display: block;
}

.hero-content {
    position: absolute;
    top: 115px;
    left: 0;
    padding: 0 16px;
}

.hero-title {
    margin-bottom: 18px;
    font-weight: 500;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 45px;
}

.hero-desc {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
}


#myLeftLogo {
    width: 30px;
    height: 30px;
    border-radius: 8px;
}

.introduction-left {
    padding: 16px;
    background-color: #F6F7FA;
}

.introduction-left h1 {
    font-weight: 400;
    font-size: 16px;
    color: #3D3D3D;
    line-height: 22px;
    margin-bottom: 16px;
}

.introduction-left>p {
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 14px;
}

.introduction-left-title {
    display: flex;
    align-items: center;
    gap: 9px;
    font-weight: 700;
    font-size: 16px;
    color: #000000;
    line-height: 22px;
    margin-bottom: 7px;
}

#introduction-logo {
    display: none;
}

.culture {
    padding: 18px 16px 21px 16px;
    background-color: white;
}

.culture-title {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    text-align: center;
    margin-bottom: 15px;
}



.culture-card {
    flex: 1;
    height: 96px;
    background: #F6F7FA;
    padding: 12px 16px;
    padding-right: 0;
    /* padding-left: 16px; */
    position: relative;
}

.culture-card>h2 {
    font-weight: 600;
    color: #0B52E0;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 12px;
}


.culture-card>p {
    font-weight: bold;
    font-size: 14px;
    color: #3D3D3D;
    line-height: 14px;
}


.culture-card>span {
    font-weight: 400;
    font-size: 10px;
    color: #3D3D3D;
}

.culture-card>.tag {
    position: absolute;
    font-family: Alimama ShuHeiTi, Alimama ShuHeiTi;
    font-weight: 700;

    top: -3px;
    right: -3px;
    background: -webkit-linear-gradient(#E7E7E8, #F6F7FA);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.culture-row {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 9px;
}

.culture-row:last-child {
    margin-bottom: 0;
}

.address {
    background-color: #F6F7FA;
    background-image: url('../imgs/tx/introduction_bg.png');
    background-size: 100%;
    background-position: 0 100%;
    background-repeat: no-repeat;
}

.address>.container {
    display: none;
}

.address>.container-mobile {
    padding: 24px 16px;
}

.address-left {
    background-color: #0B51E0;
    color: white;
    padding: 11px 16px;
    padding-right: 0;
    padding-bottom: 19px;
    font-size: 11px;
}

.address-left>span {
    opacity: .6;
}

.address-left-title {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.address-left-title>img {
    width: 18px !important;
    height: 18px !important;
}

.address-left-title>h1 {
    font-size: 17px;
    line-height: 17px;
    margin-left: 4px;
}

.address-left .line {
    margin-bottom: 17px;
}

.address-left .info {
    gap: 22px;
}

.address-left .phone {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
}

.address-left .phone>img {
    width: 18px;
    height: 18px;
    margin-right: 7px;
}

.address-left .addr {
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 17px;
}

.address-right {
    background-color: white;
    padding: 11px;
}

.address-right>img {
    height: 196px;
    object-fit: cover;
}

#culture-pc {
    display: none;
}

#contact {
    display: none;
}