.wrapper {
    position: relative;
    width: 1200px;
    margin: 0 auto
}

header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    background-color: #416BF5;
    min-width: 1400px;
    height: 100px;
}
header .wrapper li.tel_box{
    background: #416BF5;
    font-size: 14px;
    color: #fff;
}
header .wrapper li.tel_box:hover{
    background: #416BF5;
    font-size: 14px;
    color: #fff;
}


header .wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .logo-wrapper {
    flex-shrink: 0
}

header .logo-wrapper .logo-img {
    height: 45px
}

header .nav-wrapper {
    height: 100%;
    flex-shrink: 0
}

header .nav-wrapper .nav {
    height: 100%;
    display: flex;
    align-items: center;
    white-space: nowrap
}

header .nav-wrapper .sub-nav {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 99;
    transform: translate(-50%, 100%);
    background: #416BF5;
    display: none
}

header .nav-wrapper li {
    position: relative;
    width: 140px;
    height: 100px;
    margin: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
}

header .nav-wrapper li  li{
    position: relative;
    height: 40px;
    margin: 0 20px;
    padding: 10px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    border-bottom: 2px solid transparent
}

header .nav-wrapper li.active {
    color: #1BFFFF;
    /* border-bottom: 5px solid transparent; */
    /* border-bottom-color: #1267D1 */
}

header .nav-wrapper li.active2 {
    color: #1BFFFF
}

header .nav-wrapper li:hover {
    color: #1BFFFF
}

header .nav-wrapper li:hover .sub-nav {
    display: block
}

.header-perch {
    height: 80px
}

footer {
    height: 394px;
    min-width: 100%;
    background: #416BF5;
    color: #FFFFFF;
    font-family: PingFangSC-Regular;
}

footer .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 60px;
}

footer dl {
    margin-right: 30px;
}

footer dt {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

footer dt a {
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    transition: color 0.3s ease;
}

footer dt a:hover {
    color: #1BFFFF;
}

footer dd {
    font-size: 13px;
    cursor: pointer;
    margin-bottom: 4px;
    transition: color 0.3s ease;
}

footer dd a {
    text-decoration: none;
    transition: color 0.3s ease;
}

footer dd:hover,
footer dd a:hover {
    color: #1BFFFF;
}

footer .contact-info {
    min-width: 280px;
}

footer .phone-number {
    margin-bottom: 20px;
}

footer .phone-label,
footer .email-label,
footer .address-label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

footer .phone-value {
    display: block;
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 2px;
    transition: color 0.3s ease;
}

footer .phone-value:hover {
    color: #1BFFFF;
}

footer .email-info {
    margin-bottom: 20px;
}

footer .email-value {
    text-decoration: none;
    transition: color 0.3s ease;
}

footer .email-value:hover {
    color: #1BFFFF;
}

footer .address-info {
    margin-bottom: 0;
}

footer .address-value {
    display: block;
    font-size: 13px;
    line-height: 1.6;
}

footer .code {
    display: flex;
    align-items: flex-start;
    margin-top: 0;
    text-align: center;
    gap: 20px;
}

footer .code-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .code-item img {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    margin-bottom: 10px;
    transition: transform 0.3s ease;
}

footer .code-item:hover img {
    transform: scale(1.05);
}

footer .code-item div {
    font-size: 12px;
    transition: color 0.3s ease;
}

footer .code-item:hover div {
    color: #1BFFFF;
}

footer .reference {
    margin-top: 60px;
    font-size: 13px;
    color: #b1b1b1;
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

footer .reference a {
    color: #b1b1b1;
    text-decoration: none;
    transition: color 0.3s ease;
}

footer .reference a:hover {
    color: #1BFFFF;
}

.section {
    position: relative
}

.section .section-title {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    z-index: 100;
    margin: 0 auto;
    width: 1200px;
    height: 141px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    font-size: 40px;
    font-weight: 500;
    color: #313132;
    border-radius: 10px;

}

.section-title-2 {
    position: absolute;
    top: 0;
    left: 0
}

.section-title-2 .section-title-cn {
    font-size: 38px;
    font-weight: 500;
    color: #000
}

.flotage {
    position: fixed;
    right: 0;
    bottom: 300px;
    z-index: 100
}

.flotage li {
    margin-bottom: 10px
}

.flotage .kf {
    display: none;
    position: absolute;
    right: 60px;
    top: 0;
    padding: 20px 30px;
    white-space: nowrap;
    background-color: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1)
}

.flotage .kf-key {
    font-size: 20px;
    color: #333;
    font-weight: 700
}

.flotage .kf-val {
    color: #f35438;
    font-size: 32px;
    font-weight: 700
}

.flotage .codeqr {
    display: none;
    position: absolute;
    right: 60px;
    top: 0;
    padding: 20px 30px;
    background-color: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1)
}

.flotage .codeqr img {
    width: 150px;
    height: 150px
}

.flotage .codeqr .codeqr-key {
    font-size: 18px;
    color: #333;
    font-weight: 700;
    text-align: center
}

.flotage li:hover .content {
    display: block
}

.advantage .adv-title {
    height: 50px; display:block;
}

.advantage .adv-title span:nth-child(1){
    color: #176DE4;
    font-size: 2.5rem;
}

.advantage .adv-title span:nth-child(2){
    color:#3D3D3D;
    font-size: 2rem;
}

.advantage .adv-title span:nth-child(3){
    color: #898989;
    font-size: 1rem;
}