a {
    color: inherit;
}

a:hover {
    color: inherit;
}

.consection {
    padding: max(calc(100vw / 1920 * 120), 40px) max(160px, calc(100vw / 1920 * 70));
    background-color: #f3f4f8;
}

.con-nei p{
    font-size: 20px;
}

.font-title{
    color: #0A2D72;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: clamp(20px, calc(100vw / 1920) * 44, calc(100vw / 1920) * 44);
}

.icon-typ{
    margin-top: 40px;
}

.icon-typ ul{
    display: flex;
    padding-left: 0px;
margin-bottom: 30px;
}

.icon-typ ul li{
    list-style: none;
    width: 33%;
    padding: 40px 50px;
    font-size: 18px;
    text-align: center;
}

.icon-typ ul li img{
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
}

.icon-typ ul li:first-child{
    border-right: 1px solid rgba(0,0,0,0.1);

}

.icon-typ ul li:nth-child(2){
    border-right: 1px solid rgba(0,0,0,0.1);
}

.consection .pip1{
background-color: white;
}

.consection .pip1 .pip-head{
    text-align: center;
    padding-top: 40px;
    margin-bottom: 20px;
    font-size: 20px;
}
.consection .pip1 .pip-con{
    display: flex;
    justify-content: center;
    gap: 20px;
}

.consection .pip1 .pip-con>div{
    background-color: #F3F4F8;
    width: 20%;
    padding: 10px;
    border-radius: 5px;
    transition: all .5s;
}

.consection .pip1 .pip-con>div a{
display: flex;
    justify-content: space-between;
}

.consection .pip1 .pip-con>div img{
    width: 20px;
    height: 20px;
}

.consection .pip1 .pip-foot{
    text-align: center;
    padding: 40px 0px;
    font-weight: bold;
}

.consection .pip1 .pip-foot a{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}


.consection .pip1 .pip-foot img{
    width: 20px;
    height: 20px;
}

.constrion{
    padding: max(calc(100vw / 1920 * 120), 40px) max(160px, calc(100vw / 1920 * 70));
    background-color: white;
}

.constrion .pip2{
    background-color: #f3f4f8;
}

.pip2 .pip-head{
    text-align: center;
    padding-top: 40px;
    margin-bottom: 20px;
    font-size: 20px;
}

.pip2 .pip-con{
    display: flex;
    justify-content: center;
    gap: 20px;
}

.pip2 .pip-con>div{
    background-color: white;
    width: 20%;
    padding: 10px;
    border-radius: 5px;
    transition: all .5s;
}

.pip-con>div:hover{
    transform: translateY(-10px);
    box-shadow: 0 3px 12px rgba(0, 0, 0, .2);

}

.constrion .pip2 .pip-con>div a{
display: flex;
    justify-content: space-between;
}

.constrion .pip2 .pip-con>div img{
    width: 20px;
    height: 20px;
}

.constrion .pip2 .pip-foot{
    text-align: center;
    padding: 40px 0px;
    font-weight: bold;
}

.constrion .pip2 .pip-foot a{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.constrion .pip2 .pip-foot img{
    width: 20px;
    height: 20px;
}


.tlecion{
    padding-top: max(calc(100vw / 1920 * 120), 40px); /* 上边距 */
  padding-bottom: max(30px); /* 下边距，与上边距同步调整 */
  padding-left: max(160px, calc(100vw / 1920 * 70)); /* 左边距 */
  padding-right: max(160px, calc(100vw / 1920 * 70)); /* 右边距 */
    background-color: #f3f4f8;
}

.dev-wei{
    font-size: 16px;
    margin-top: 30px;
    text-align: center;
}

.dev-wei a{
    color: #2FA4E7 !important;
    display: inline;
    background: linear-gradient(to right, #0a2d72, #0a2d72) no-repeat right bottom / 0 2px;
    background-size: 0 2px;
    background-repeat: no-repeat;
    transition: background-size .3s linear;
    padding-bottom: 2px;
}
.dev-wei a:hover {
    color: inherit !important;
    background-size: 100% 2px;
    background-position-x: left;
}
.tlecion table {
    display: block;
    width: 100%;
    height: auto !important;
}
.tlecion table td:nth-child(3) {
    width: 40%;
    text-align: left;
}

.tlecion table thead td{
    text-align: center !important;
    white-space: nowrap;
    font-weight: bold;
}

.tlecion table td{
    padding: 20px;
    text-align: center;
}

.tlecion table tr{
    background-color: white;
}


.tlecion table tbody tr{
border-top: 1px solid rgba(0,0,0,0.1);
}

.tlecion table tbody tr td:first-child img{
    max-width: 100px;
    max-height: 100px;
}

.tlecion table tbody tr td:nth-of-type(2){
    word-break: keep-all;
}

.pip-head{
    font-weight: bold;
}

.pip-foot a:hover img{
    transform: translateX(5px);
}

.pip-foot img{
    transition: transform .5s ease-in-out;
}

.tlecion table tbody tr td:first-child img{
    cursor: zoom-in;
}


@media screen and (max-width: 1200px) {
     .consection{
        padding: 50px;
    }
    .constrion{
        padding: 50px;
    }
    .tlecion{
        padding: 50px;
    }
}

@media screen and (max-width: 1000px) {
     .consection{
        padding: 30px;
    }
    .constrion{
        padding: 30px;
    }
    .tlecion{
        padding: 30px;
    }
}

@media screen and (max-width: 768px) {
    .consection{
        padding: 10px !important;
    }
    .icon-typ ul{
        padding-left: 0px;
        flex-direction: column;
    }
    .consection .pip1 .pip-con>div{
        width: 40%;
    }
    .icon-typ ul li{
        padding: 10px 20px;
        width: 100%;
        border-right: none !important;
    }
    .constrion{
        padding: 10px;
    }
    .pip2 .pip-con{
        flex-wrap: wrap;
    }
    .pip2 .pip-con>div{
        width: 40%;
    }
    .tlecion{
        padding: 10px;
    }
   .tlecion table {
    max-width: 100%; /* 表格宽度最多为屏幕宽度 */
    overflow-x: auto; /* 允许水平滚动 */
    table-layout: fixed; /* 固定表格布局 */
    white-space: nowrap; /* 确保内容不换行 */
    border-collapse: collapse; /* 合并表格边框 */
    border-spacing: 0; /* 移除单元格间距 */
    display: block; /* 保证在滚动时表格完整展示 */
}
/* .tlecion table td:first-child{
    padding-right: 120px;
} */
.tlecion table tbody tr td:first-child img{
    max-width: 100px;
    width: 80px;
    height: 80px;
}

/* 移动端描述列优化 */
    table tbody td.huanhang {
        max-width: 1000px !important; /* 设置最大宽度为100% */
        white-space: normal !important; /* 确保允许换行 */
        word-break: break-all !important; /* 允许任意位置换行 */
    }

    table tbody td.huanhang p{
        width: 600px;
    }
}
