.pds-top {
    display: flex;
    margin-bottom: 50px;
    width: 1400px;
    min-height: 500px;
    margin: 0 auto;
    justify-content: space-between; /* 左右对齐 */
    align-items: center; /* 垂直居中对齐 */
}
.background-image-div {
    background-image: url('/loong/images/cpbjt-1.png'); /* 背景图片路径 */
    background-size: cover;               /* 背景图像覆盖整个容器 */
    background-position: center;           /* 背景图像居中对齐 */
    background-repeat: no-repeat;          /* 不重复背景图像 */
    margin-bottom: 50px;                  /* 下边距50像素 */
}

.pds-text-overlay {
    width: 550px;
    height: 400px;
    padding: 5px; /* 文字容器内边距 */
}

.pds-text-overlay h1 {
    font-size: 28px;
    font-weight: 500;
    color: #ffffff;
    text-align: center; /* 文本居中对齐 */
}

.pds-text-overlay p {
    font-size: 18px; /* 修改字体大小为24像素 */
    line-height: 1.5;
    padding-bottom: 25px;
    text-indent: 2em; /* 首行缩进两个字符 */
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
}
.pds-text-overlay span {
    font-size: 18px; /* 修改字体大小为24像素 */
    line-height: 1.5;
    padding-bottom: 25px;
    text-indent: 2em; /* 首行缩进两个字符 */
    padding-left: 10px;
    padding-right: 10px;
    color: #ffffff;
}
.pds-text-overlay img {
    width: 80%;
    padding-bottom: 30px;
}




.pds-text-overlay-cx {
    width: 550px;
    height: auto;
    padding: 5px; /* 文字容器内边距 */
}

.pds-text-overlay-cx h1 {
    font-size: 28px;
    font-weight: 500;
    color: #ffffff;

}

.pds-text-overlay-cx p {
    font-size: 24px;
    line-height: 1.5;
    color: #ffffff;
}
.pds-text-overlay-cx span {
    font-size: 18px; /* 修改字体大小为24像素 */
    line-height: 1.5;
    padding-bottom: 25px;
    color: #ffffff;
}
.pds-text-overlay-cx img {
    width: 80%;

}

.pds-img-overlay {

    position: relative;
    width: 500px;
    height: 400px;
    right: 0;
    overflow: hidden;
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
}

.pds-img-overlay img {
    max-width: 100%;
    height: auto;
}

.pds-bottom {
    display: flex;
    width: 1500px;
    min-height: 600px;
    margin: 0 auto 80px;
}

.pds-bottom-dh {
    width: 350px;
    left: 0;
    display: flex;
    flex-direction: column;
}

.pds-bottom-dh p {
    font-size: 24px; /* 修改字体大小为24像素 */
    width: 350px;
    font-weight: 700;
}


.pds-bottom-dh a {
    display: block;

    font-size: 16px; /* 修改字体大小为24像素 */
    width: 150px;
    margin-bottom: 10px; /* 设置a标签的下边距为10像素 */
    padding: 13px 25px; /* 设置a标签的上下左右内边距为13像素和25像素 */
    border: 1px solid black; /* 初始时边框 */
    transition: background-color 0.3s ease, box-shadow 0.3s ease; /* 添加过渡效果 */
    text-decoration: none; /* 去掉a标签的默认下划线 */
    color: inherit; /* 使用继承的颜色，或者你可以设置为你需要的具体颜色，例如 color: #000; */
}

.pds-bottom-dh a:hover {
    color: rgb(0, 0, 0);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    /* 悬停时添加阴影效果 */
}

.pds-bottom-zt {
    border-left: 1px solid #ccc; /* 设置右边框为2像素实线，颜色为灰色 */
    right: 0;
    display: flex; /* 使用flex布局 */
    flex-wrap: wrap; /* 允许内容自动换行 */
}

.pds-bottom-nr {
    margin-left: 50px;
    margin-bottom: 50px;
}

.pds-bottom-nr h1 {
    font-size: 24px; /* 修改字体大小为24像素 */
    padding-bottom: 25px;
    border-bottom: 1px solid #ccc; /* 设置右边框为2像素实线，颜色为灰色 */
}

.pds-bottom-nr p {
    font-size: 24px; /* 修改字体大小为24像素 */
}


.pds-bottom-nr span {
    display: block; /* 将a标签转换为块级元素 */
    font-size: 15px; /* 修改字体大小为24像素 */
    color: #424243;
    margin-bottom: 5px; /* 设置下外边距为10像素 */
}

.pds-bottom-nr span.more-link {
    font-size: 14px; /* 修改字体大小为24像素 */
    margin-top: 30px; /* 设置上外边距为20像素 */
}

.more-link {
    color: initial; /* 初始颜色，可以根据需要设置 */
    transition: color 0.3s; /* 添加过渡效果，让颜色变化更加平滑 */
}

.pds-bottom-nr:hover .more-link {
    color: #1b3d9d;
}


.pds-bottom-nr-img {
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */
    width: 320px;
    height: 250px;
    background-color: rgb(243, 243, 244);
}

.pds-bottom-nr-img img {
    max-width: 80%; /* 图片宽度最大不超过父元素 */
    max-height: 80%; /* 图片高度最大不超过父元素 */
}


.pds-top-dhlbq {
    width: 400px;
    margin-left: 7%
}

.pds-top-dhlbq p {
    font-size: 24px;
    margin-bottom: 5px;
    font-weight: 700;
    color: rgb(5, 51, 130);
}
