:root {
    --bs-primary: #0D396F;
    --bs-red: #C71920;
    --bs-gray: #f2f2f2;
    --bs-white: #fff;
    --bs-gray2: #eee
}
body {background-color: var(--bs-gray); margin: 0; font-family: '微软雅黑'; color: var(--bs-primary);}
a {text-decoration: none; color: var(--bs-primary);}
.header {position: fixed; left: 0; top: 0; width: 100%; z-index: 9;}
.header .topRow {display: flex; justify-content: space-between; height: 60px; background-color: var(--bs-white); padding-inline: 30px;}
.header .topRow .lCol {display: flex; align-items: center;}
.header .topRow .lCol .logo {width: 250px;}
.header .topRow .lCol .language {position: relative; margin-left: 12px;}
.header .topRow .lCol .language .selected {width: 50px; height: 24px; border: 1px solid var(--bs-gray); border-radius: 4px; display: flex; justify-content: center; align-items: center; line-height: 0; font-size: 12px; color: #666;}
.header .topRow .lCol .language .select {position: absolute; left: 0; top: 24px; display: none; border: 1px solid var(--bs-gray); width: calc(100% - 2px); border-radius: 4px; background-color: var(--bs-white); font-size: 12px;}
.header .topRow .lCol .language .select .sub {line-height: 30px; border-bottom: 1px solid var(--bs-gray); padding: 0 12px;}
.header .topRow .nav {display: flex; align-items: center;}
.header .topRow .nav .lang-switch {display: flex; margin-right: 12px;}
.header .topRow .nav .lang-switch .lang-btn {font-size: 14px; padding: 5px 12px; text-decoration: none; color: var(--bs-primary); border: 1px solid var(--bs-gray); border-radius: 4px; margin-left: 6px;}
.header .topRow .nav .lang-switch .lang-btn:hover {background-color: var(--bs-gray);}
.header .topRow .nav .lang-switch .lang-btn.active {background-color: var(--bs-primary); color: var(--bs-white);}
.header .topRow .nav a {font-size: 14px; padding: 5px 12px; text-decoration: none; color: var(--bs-primary);}
.header .topRow .nav .tel {display: flex; align-items: center; font-size: 30px; line-height: 0; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;}
.header .topRow .nav .tel .ico {width: 30px; height: 30px; margin-right: 5px;}
.tabNav {position: fixed; left: 0; top: 60px; width: calc(100% - 60px); z-index: 9; display: flex; align-items: center; overflow: hidden; padding-inline: 30px; flex-wrap: nowrap; background-color: var(--bs-white); border-top: 1px solid var(--bs-gray); height: 50px; transition: height 0.3s ease;}
.tabNav.expanded {flex-wrap: wrap; height: auto; padding-block: 12px;}
.tabNav .sub {padding-inline: 12px; line-height: 30px; margin-inline: 6px; white-space: nowrap; font-size: 14px; border-right: 1px solid var(--bs-gray);}
.tabNav-toggle {position: absolute; right: 0; top: 50%; transform: translateY(-50%); cursor: pointer; width: 51px; height: 100%; display: none; justify-content: center; align-items: center; background-color: #fff; border-left: 1px solid #eee;}

/* 移动端样式 - 隐藏箭头按钮 */
@media (max-width: 768px) {
    .tabNav-toggle {
        display: none !important;
    }
    .tabNav {
        overflow: scroll;
        flex-wrap: nowrap;
        height: 50px;
    }
}
.arrow-down {display: block; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-top: 8px solid var(--bs-primary); transition: transform 0.3s ease;}
.tabNav.expanded .arrow-down {transform: rotate(180deg);}
.tabNav .sel {background-color: var(--bs-red); color: var(--bs-white); font-weight: 600; border-radius: 8px; border: none; position: relative;}
.tabNav::-webkit-scrollbar {display: none;}
.indexbg {margin-top: 111px;}
.list {display: flex; flex-wrap: wrap; padding-inline: 18px; padding-top: 30px; padding-bottom: 50px;}
.list h1,.about h1 {width: 100%; font-size: 50px; font-weight: 600; padding-inline: 12px; margin-block: 12px 5px;}
.list h3,.about h3 {width: 100%; font-size: 18px; opacity: .5; padding-inline: 12px; margin-block: 0 30px;}
.list .sub {width: calc(100% / 4 - 24px); margin: 0 12px 24px 12px; position: relative; background-color: var(--bs-white); line-height: 0; border-radius: 4px; overflow: hidden; box-shadow: 0 0 12px #00000033;}
.list .sub .img {width: 100%;}
.list .sub .name {line-height: 40px; font-weight: 600; padding: 0 12px; background-color: var(--bs-red); color: var(--bs-white);}
.picbg {line-height: 0;}
.imgBg {margin: 0 30px; width: calc(100% - 60px); border-radius: 5px;}
.about {padding: 12px 30px 30px; margin-top: 30px; background-color: var(--bs-white);}
.about h1 {padding-inline: 0;}
.about h3 {padding-inline: 0;}
.record {display: flex; padding-block: 30px 60px; flex-wrap: wrap;}
.record .sub {width: calc(25% - 24px); margin-inline: 12px; position: relative;}
.record .sub .num {position: absolute; left: 0; top: 50%; transform: translateY(-50%); font-size: 24px; font-weight: 600; width: 80px; height: 80px; background-color: var(--bs-primary); color: var(--bs-white); display: flex; justify-content: center; align-items: center; border-radius: 50%;}
.record .sub .text {margin-left: 100px; position: relative; padding: 12px; font-size: 14px; display: flex; align-items: center;  min-height: 80px; border-radius: 8px; background-color: var(--bs-white);}
.record .sub .text::before {content: ""; position: absolute; left: -10px; top: 50%;transform: translateY(-50%); width: 0; height: 0; border-right: 12px solid var(--bs-white); border-top: 12px solid transparent; border-bottom: 12px solid transparent;}
.copyright {position: fixed; left: 0; bottom: 0; width: 100%; padding-block: 5px; line-height: 20px; text-align: center; color: #ffffffcc; background-color: #000000cc; font-size: 12px; display: flex; align-items: center; justify-content: center; flex-wrap: wrap;}

.flex-col {flex-direction: column;}
.flex {display: flex; flex-wrap: wrap;}
.col-08 {width: calc(8% - 12px); display: flex; align-items: center;}
.col-1 {width: 10%; display: flex; align-items: center;}
.col-12 {width: 12%; display: flex; align-items: center;}
.col-2 {width: 20%;}
.col-25 {width: 25%;}
.col-3 {width: calc(100% / 3);}
.col-52 {width: 50%; word-break: break-all;}
.bold .col-52 {display: flex; align-items: center;}
.col-52 p {margin-bottom: 12px; white-space: normal; word-wrap: break-word;}
.tableDiv .row .col p {white-space: normal; word-wrap: break-word;}
.col-8 {width: 80%;}
.f14 {font-size: 14px;}
.f16 {font-size: 16px;}
.bold {font-weight: 600;}
.cbtn {padding: 2px 5px; background-color: var(--bs-primary); color: var(--bs-white); border-radius: 4px; display: inline-flex; justify-content: center; align-items: center; margin-right: 12px; white-space: nowrap !important;}
.tableDiv {margin-block: 30px 60px;}
.tableDiv .row {border-bottom: 1px solid var(--bs-gray2); padding: 12px;}
.tableDiv .row:hover {background-color: var(--bs-gray); font-weight: 600;}
.tableDiv .row:hover .cbtn {background-color: var(--bs-red);}
.tableDiv .row .col {flex-grow: 0; flex-shrink: 0;}
.tableDiv .row .col.th {font-weight: 600; position: relative;}
.tableDiv .row .col.th::before {content: ""; position: absolute; left: -12px; bottom: -12px; width: calc(100% + 24px); height: 2px; background-color: var(--bs-red);}
.tableDiv .row .col:first-child {position: relative; padding-left: 10px;}
.tableDiv .row .col-2:first-child {padding-left: 0;}
.tableDiv .row .col:first-child::after {content: ""; width: 4px; height: 4px; border-radius: 50%; background-color: var(--bs-primary); position: absolute; left: -8px; top: 50%; transform: translateY(-50%);}
.tableDiv .row.bold .col:first-child::after {display: none;}
.tableDiv .row:first-child {border-top: none;}
.tableDiv .row .col .showText {white-space: initial; overflow: auto; text-overflow: initial;}
.contactUs {position: fixed; right: -162px; bottom: 60px; transition: all .5s; background-color: var(--bs-red); color: var(--bs-white); z-index: 9; padding: 8px 12px 8px 76px; border-radius: 40px 0 0 40px;}
.contactUs.active {right: 0; transition: right 0.3s ease;}
.contactUs .ico {position: absolute; left: 6px; top: 2px; width: 62px; height: 62px;}
.contactUs .text {font-weight: 600; font-size: 15px;}
.contactUs .tel {color: #fff; font-size: 26px; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;}
.f14 .row.bold {position: sticky; top: 111px; left: 0; width: 100%; background-color: var(--bs-primary); color: var(--bs-white);}
@media (max-width: 1200px) {
    .record .sub {width: calc(50% - 24px); margin-bottom: 20px;}
}
@media (max-width: 768px) {
    .list .sub {width: calc(100% / 2 - 24px);}
    .col-2 {width: 40%;}
    .col-8 {width: 60%;}
    .record .sub {width: 100%;}
}
@media (max-width: 500px) {
    .header .topRow {padding-inline: 12px 0; flex-wrap: wrap; height: auto; padding-block: 10px;}
    .header .topRow .lCol {width: 100%; margin-bottom: 10px;}
    .header .topRow .lCol .logo {width: 160px;}
    .header .topRow .nav {width: 100%; justify-content: space-between;}
    .header .topRow .nav .lang-switch {flex: 1; justify-content: flex-start;}
    .header .topRow .nav .lang-switch .lang-btn {font-size: 12px; padding: 3px 8px; margin-left: 0; margin-right: 8px;}
    .header .topRow .nav .tel {font-size: 18px;}
    .header .topRow .nav .tel .ico {width: 16px; height: 16px;}
    .tabNav { padding-inline: 12px; width: calc(100% - 24px); top: 90px;}
    .header .tabCon .sub {padding-inline: 12px; }
    .list .sub {width: calc(100% - 24px);}
    .list h1, .about h1 {font-size: 30px;}
    .about {padding: 12px 12px 30px 12px;}
    .tableDiv .row {padding-inline: 0;}
    .col-2 {width: 100%; font-weight: 600;}
    .f14 .col-2 {width: 20%; font-weight: 400;}
    .col-8 {width: 100%; margin-top: 12px;}
    .col-08 {width: 14%;}
    .col-1 {width: 14%;}
    .col-12 {width: 14%;}
    .col-52 {width: 30%;}
    .tableDiv .row .col {word-break: break-all;}
    .tableDiv .row .col:first-child {padding: 0;}
    .tableDiv .row .col:first-child::after {display: none;}
    .tableDiv .row .col p, .f14 .tableDiv .row .col p {white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
    .tableDiv .row .col.showText p, .f14 .tableDiv .row .col.showText p {white-space: initial; word-wrap: break-word; text-overflow: initial; overflow: auto;}
    .indexbg {margin-top: 141px;}
    .f14 .row.bold {top: 141px;}
    #tableData2 .col-2 {width: 100%;}
}
@media (max-width: 340px) {
    .header .topRow .nav .tel {font-size: 16px;}
    .header .topRow .nav .tel .ico {width: 15px; height: 15px;}
}