.pddt-nav {
    height: 65px;
    line-height: 65px;
    background-color: var(--boxbg);
    font-size: 0.9rem;
}

.pddt-navr a {
    color: var(--p_color2) !important;
}

.pddt-nav i {
    font-size: 0.9rem;
    color: var(--p_color2);
}

.pddt-title {
    background-color: var(--txt_white);
    padding: 60px 0 200px 0;
}

.pddt-titlel {
    height: 550px;
    border-radius: 6px;
    overflow: hidden;
}

.pddt-titlel img {
    height: 100%;
    margin-left: -15px;
    vertical-align: middle;
}

.pddt-titlel:hover img {
    transform: scale(1.1);
}

.pddt-titler {
    height: 550px;
    border-radius: 6px;
    padding-left: 80px;
}

.pddt-titler h2 {
    display: inline-block;
    font-size: 2.2rem;
}

.pddt-titler>div {
    position: relative;
    width: 100%;
    border-top: 1px solid var(--boxbg);
    margin-top: 20px;
    padding-top: 20px;
}

.pddt-titler>div::before {
    content: '';
    display: block;
    position: absolute;
    top: -1px;
    height: 1px;
    background-color: var(--primary_color);
    width: 15%;
}

.pddt-titler ul li {
    font-size: 1rem;
    padding: 5px 0;
}

.pddt-titler ul li i {
    display: inline-block;
    font-size: 12px;
    padding-right: 5px;
}

.pddt-titler>div>div {
    margin-top: 80px;
    display: inline-block;
    height: 55px;
    border-radius: 6px;
    text-align: center;
    line-height: 55px;
}

.pddt-titler>div>div>i {
    display: inline-block;
    /* vertical-align: middle; */
    font-size: 1.5rem;
    padding: 0 6px 0 0;
}

.tel {
    width: 45%;
    background-color: var(--primary_color);
    color: var(--txt_white);
    font-size: 1.2rem !important;
}

.wechat {
    position: relative;
    width: 25%;
    margin-left: 20px;
    border: 1px solid var(--p_color1);
    transition: all 0.3s;
}

.wechat:hover {
    background-color: var(--secondary_color);
    color: var(--txt_white);
    border: none;
}

.wechat img {
    display: none;
    position: absolute;
    top: 60px;
    border-radius: 6px;
    width: 100%;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
}

.wechat:hover img {
    display: block;
}

.pddt-body {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    margin-top: -100px;
    margin-bottom: 120px;
    border-radius: 10px;
    background-color: var(--txt_white);
    padding: 30px 60px 80px 60px;
}

.pddt-body-nav {
    position: relative;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.pddt-body-nav::after {
    content: '';
    display: block;
    background-color: var(--primary_color);
    width: 10%;
    height: 2px;
    position: absolute;
    bottom: -2px;
}

.pddt-body-nav ul {
    display: flex;
}

.pddt-body-nav ul li a {
    display: block;
    height: 80px;
    line-height: 80px;
    padding: 0 60px 0 0;
    font-size: 1.2rem;
    font-weight: 600;
}

.pddt-body p {
    font-size: 1rem;
    line-height: 2rem;
    color: var(--p_color);
    text-indent: 2em;
}

.pddt-body-img {
    margin: 30px auto;
    width: 100%;
    border-radius: 6px;
    overflow: hidden;
}

.pddt-body-img img {
    width: 100%;
}

/* 技术参数 */
.pddt-body h3 {
    margin: 100px 0 40px 0;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-size: 1rem;
}

table thead tr {
    background-color: var(--primary_color);
    color: var(--txt_white);
}

th,
td {
    text-align: left;
    padding: 13px 0;
}

tr>th:first-child,
tr>td:first-child {
    padding-left: 2rem;
}

table tbody tr:nth-child(even) {
    background-color: var(--boxbg);
}

table tbody tr:hover {
    background-color: rgba(0, 62, 178, 0.1);
}

/* 相关案例 */
.xgal-img {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-content: space-between;
}

.xgal-img div {
    width: 49%;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 2%;
    position: relative;
}

.xgal-img div:hover {
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}

.xgal-img div p {
    display: none;
    position: absolute;
    bottom: 0;
    height: 50px;
    line-height: 50px;
    background-color: var(--primary_color);
    color: white;
    text-align: center;
    font-size: 1rem;
    width: 100%;
    margin-bottom: 0 !important;
    transition: all 0.3s !important;
    text-indent: 0 !important;
}

.xgal-img div:hover p {
    display: block;
}

.xgal-img div img {
    width: 100%;
    transition: all 0.3s;
}

.xgal-img div:hover img {
    transform: scale(1.1);
}

/* 相关产品 */
.pddt-foot {
    padding: 110px 0;
    /* height: 500px; */
    background-color: var(--txt_white);
}

.pddt-foot h2 {
    font-size: 2.4rem;
    font-weight: 600;
    text-align: center;
    padding-bottom: 5px;
}

/* .pddt-foot-line {
    position: relative;
    width: 152px;
    margin: 0 auto;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}

.pddt-foot-line::after {
    content: '';
    display: block;
    height: 2px;
    background-color: var(--primary_color);
    width: 60px;
    position: absolute;
    bottom: -2px;
} */

.pddt-foot>div>div {
    display: flex;
    justify-content: space-between;
}

.pddt-foot>div>div>a {
    display: block;
    position: relative;
    width: 48%;
    height: 450px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2);
}

.pddt-foot-l>div,
.pddt-foot-r>div {
    position: absolute;
    bottom: 0;
    height: 60px;
    line-height: 60px;
    width: 100%;
    background-color: rgba(0, 62, 178, 1);
    color: var(--txt_white);
    font-size: 1.5rem;
    text-align: center;
    /* z-index: 99; */
}

.pddt-foot-l:hover img,
.pddt-foot-r:hover img {
    transform: scale(1.1);
}