/* 
div{
    border: 1px solid black;
} */

@font-face {
    font-family: 'HarmonyOS_Sans';
    src: url('../font/HarmonyOS_Sans_Medium.ttf') format('truetype');
    font-weight: 500; /* Medium 权重 */
    font-style: normal;
}

@font-face {
    font-family: 'HarmonyOS_Sans';
    src: url('../font/HarmonyOS_Sans_Light.ttf') format('truetype');
    font-weight: 300; /* Light 权重 */
    font-style: normal;
}

body, html {
    margin: 0;
    padding: 0;
    font-family: 'HarmonyOS_Sans';
    background-size: cover;
}

.banner{
    width: 100%;
    margin: auto;
  }

.content {
    width: 80%;
    margin: auto;
}

.pm-top-out{
    background-image: linear-gradient(to bottom, #ccc, #fff); /* 灰色渐变背景 */
    margin-bottom: 75px;
  }

.pm-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    background: url('../img/assets/pm/kyn/top-title.png'), linear-gradient(to bottom, #CCC, #FFF);
    background-size: 100% 380px; /* 宽度100%，高度固定为120px */
    background-repeat: no-repeat;
    background-position: top, top;
}

.pm-top-left {
    flex: 1;
    padding: 0px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.pm-top-left-pic {
    max-width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 170px;
    margin: 0 auto;
}

.pm-top-left-pic img {
    max-height: 350px;
    transition: transform 0.5s ease;
}
.pm-top-left-pic img:hover {
    transform: scale(1.1);
}

.pm-top-right {
    flex: 1;
    padding: 0px;
    height: 100%;
}

.pm-top-right-info {
    display: flex; /* 使用Flexbox布局 */
    flex-wrap: wrap; /* 允许换行 */
    padding: 0 80px 0 0; /* 保持原有的内边距 */
}

.pm-top-right-info p {
    font-size: 18px;
    margin: 8px 0;
}

.pm-top-right-info .column {
    flex: 1 1 45%; /* 每列占据大约45%的宽度，允许换行 */
    margin-right: 20px; /* 列之间的间距 */
    box-sizing: border-box; /* 包括padding和border在内的总宽度 */
}

.pm-top-right-info .column:last-child {
    margin-right: 0; /* 最后一列不需要右边距 */
}

.pm-top-right-info-right {
    font-weight: bold;
    margin: 10px 0;
}

.pm-top-right-info2{
    width: 100%;
    text-align: left;
    padding: 10px 0 0 10px;
}

.pm-top-right-info2 a {
    color: white;
    text-decoration: none;
    font-size: 1.2em;
    border-radius: 5px;
    text-align: left;
    display: inline-block;
    background-color: #FF7F00;
    padding: 15px;
}

.pm-top-right-info2-right{
    font-size: 25px;
}

.new-image-container {
    display: flex; /* 使用flex布局 */
    justify-content: center; /* 水平居中 */
    width: 100%; /* 宽度为100% */
    pointer-events: none; /* 如果需要，禁用点击事件（可选） */
    margin-top: -140px;
}

.new-image-container img {
    max-width: 100%; /* 响应式图片 */
    height: auto; /* 保持宽高比 */
}


.pm-kyn-title ul {
    background: #ee9740;
    width: 20px;
    height: 6px;
}

/*小标题*/
.pm-kyn-title {
    width: 300px;
    margin-left: 5%; /* 距离左边15%的距离 */
    text-align: left; /* 整体居左 */
    margin-bottom: 40px;
  }

.pm-kyn-title :nth-child(1) {
    color: #000;
    font-size: 30px;
    letter-spacing: 7px;
}
.pm-kyn-title :nth-child(3) {    
    color: #b4a48a;
    font-size: 15px;
}

.pm-kyn-title ul {
    list-style-type: none; /* 清除默认的列表标志 */
    padding: 0; /* 清除内边距 */
    margin: 0; /* 清除外边距 */
}

.pm-kyn-title :nth-child(4) {  
    margin-top: 10px; 
    background: #ff8400;
    width: 65px;
    height: 6px;
}

.pm-kyn-yyyj {
    height: 300px;
    display: flex; /* 使用flex布局以确保子元素正确排列 */
    flex-direction: column; /* 设置为垂直方向排列 */
    align-items: flex-start; /* 左对齐 */    
    background-color: #f8f8f8;
}

.pm-kyn-yyyj-top {
    height: 5px; /* 设置线条的高度 */
    background-color: #ffd6be; /* 设置线条的颜色 */
    width: 100%; /* 设置线条的宽度为100% */
}

.pm-kyn-yyyj-content {
    flex: 1;
    padding: 50px 10px 0 50px;
    background-repeat: no-repeat;
    background-position: top;
    width: 100%-100px; /* 设置线条的宽度为100% */
}



.pm-kyn-yyyj-content p {
    font-size: 25px;
    text-indent: 45px; 
    font-weight: normal; /* 确保字体样式一致 */
}

.pm-kyn-yyyj-info {
    list-style-type: none; /* 去掉默认的列表样式 */
    padding: 0;
    margin: 0 auto; /* 居中 */
    margin-top: 50px;
    margin-bottom: 150px;
    width: 100%; /* 宽度为90% */
    display: flex; /* 使用flexbox布局 */
    justify-content: center; /* 居中对齐 */
}

.pm-kyn-yyyj-info li {
    text-align: center; /* li 内容左对齐 */
    padding: 0; /* 设置 li 的上下内边距 */
    width: 25%; /* 每个 li 的宽度为25% */
    background-color: #f8f8f8;
    height: 300px;
}

.pm-kyn-yyyj-info li p {
    margin: 0; /* 清除 p 标签的外边距 */
    line-height: 1.5; /* 自定义行间距 */
    font-size: 20px;
}

.pm-kyn-yyyj-img img{
    padding-top: 80px;
    height: 60px;
}

.pm-kyn-cpys-info {
    list-style-type: none; /* 去掉默认的列表样式 */
    padding: 0;
    margin: 0 auto; /* 居中 */
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%; /* 100% */
    display: flex; /* 使用flexbox布局 */
    justify-content: center; /* 居中对齐 */
}

.pm-kyn-cpys-info li {
    text-align: left; /* li 内容左对齐 */
    margin: 0 5px; /* 设置 li 的上下内边距 */
    background-color: #f8f8f8;
    width: 33%;
}

.pm-kyn-cpys-info li p {
    margin: 0; /* 清除 p 标签的外边距 */
    margin-bottom: 20px; /* 设置 li 的上下内边距 */
    margin-left: 35px; /* 设置 li 的上下内边距 */
    line-height: 1; /* 自定义行间距为10px */
    font-size: 16px;
    text-align: left;
}

.pm-kyn-cpys-info li div p {
    padding-top: 35px;
    font-size: 35px;
    color: #ed6d1e;
    font-weight: 500;
}

.pm-kyn-cpys-info-dot {
    display: inline-block;
    width: 11px;
    height: 11px;
    background-color: #ffb58a;
    border-radius: 50%; /* 圆形 */
    margin-right: 10px;
    flex-shrink: 0; /* 防止圆点被压缩 */
}

.pm-book {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    width: 99%;
    margin: auto;
    padding-bottom:80px ;
  }

  .pm-book-item {
    width: 24%;
    background-color: #f8f8f8;
    text-align: center;
  }
  /* 设置动画执行的时间为0.6s */
  .pm-book-item img {
    padding-top: 25px;
    padding-bottom: 25px;
    max-width: 100%;
    height: 250px;
    transition: all 1.5s; 
  }
  .pm-book-item img:hover{
    transform: scale(1.3);
  }

  .pm-book-item p{
    background-color: #fff0e7;
    color: #c67b51;
    font-size: 25px;
    font-weight:500;
    padding: 25px 0;
    height: 70px;
  }


.pm-kyn-ysrq-info {
    list-style-type: none; /* 去掉默认的列表样式 */
    padding: 0;
    margin: 0 auto; /* 居中 */
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%; /* 100% */
    display: flex; /* 使用flexbox布局 */
    justify-content: center; /* 居中对齐 */
}

.pm-kyn-ysrq-info li {
    text-align: left; /* li 内容左对齐 */
    margin: 0 5px; 
    background-color: #f8f8f8;
    width: 50%;
    height: 600px;
}

.pm-kyn-ysrq-info li div {
    display: flex; /* 使用flexbox布局，使圆点和文本在同一行 */
    align-items: flex-start; /* 垂直对齐 */
    margin: 0; /* 清除 div 的外边距 */
    margin-bottom: 20px; 
    margin-left: 7%; 
    margin-right: 35%;
    line-height: 1; /* 自定义行间距，调整为 1.5 */
    font-size: 16px;
    text-align: left;
}

.pm-kyn-ysrq-info li div span {
    margin-top: 5px;
}

.pm-kyn-ysrq-info-title {
    margin-left: 7%;
    margin-top: 7%;
    margin-bottom: 25px;
    font-size: 25px;
    color: #ed6d1e;
    font-weight: 500;
}

.pm-lhyy {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    width: 99%;
    margin: auto;
    margin-bottom:35px;
  }

  .pm-lhyy-item {
    position: relative; 
    width: 32.5%;
    text-align: center;
    overflow: hidden; /* 防止内容溢出 */
    background-color: #f8f8f8;
    height: 200px;
    margin-bottom: 35px;
  }

.pm-lhyy-item-bg {
    background: url('../img/assets/pm/kyn/lhyy-top-bg.png') repeat-x; /* 背景图左右平铺 */
    background-size: auto; /* 根据需要调整背景图的大小 */
    height: 200px;
}

  .pm-lhyy-item-title {
    background-color: #fff0e8;
    width: 80%;
    padding: 15px 0 15px 0;
    color: #c67b51;
    font-weight: 500;
    margin: 0 auto; /* 使标题居中 */
    text-align: center; /* 确保文本居中 */
    height: 55px;
    margin-bottom: 25px;
  }

  .pm-lhyy-item p{
    line-height:1.5;
    font-size: 18px;
  }

  
  .pm-img-cphy {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    width: 99%;
    margin: auto;
    margin-bottom:35px;
  }

  .pm-img-cphy-item {
    text-align: center;
    width: 32%;
  }

  .pm-img-cphy img {
    border: 0px;
    max-width: 100%;
  }

  .pm-img-cphy-item-title{
    font-size: 35px;
    color: #ed6d1e;
    font-weight: 500;    
  }

  .pm-img-cphy-item p{
    line-height:1.5;
    font-size: 18px;
  }

  .pm-cphy-content {
    border: 3px solid #ffcaad;
    padding-top: 25px;
    height: 200px;
    margin-bottom: 25px;
  }

@media (max-width: 768px) {
    .pm-top-out{
        background-image: none;
    }

    .pm-top{
        flex-direction: column;
        align-items: center;
    }

    .pm-top-right-info {
        flex-direction: column; /* 列堆叠 */
    }

    .pm-top-left, .pm-top-right {
        padding: 10px;
    }

    .pm-top-right-pic {
        padding: 0;
    }
    .pm-top-left-pic img{
        max-width: 100%;
    }

    .pm-top-left-info2 a {
        width: 100%;
        padding: 15px 0px;
    }

    .new-image-container {
        position: absolute; /* 绝对定位 */
        top: 470px;
        display: flex; /* 使用flex布局 */
        justify-content: center; /* 水平居中 */
        width: 100%; /* 宽度为100% */
        pointer-events: none; /* 如果需要，禁用点击事件（可选） */
    }
    
    .new-image-container img {
        max-width: 100%; /* 响应式图片 */
        height: auto; /* 保持宽高比 */
    }

    .pm-kyn-yyyj {
        flex-direction: column; /* 切换为纵向布局 */
        height: 300px;
    }

    .pm-kyn-yyyj-content {
        padding: 0px; /* 更小的内边距 */
        width: 100%; /* 确保每个 div 占满一行 */
        height: auto;
    }

    .pm-kyn-yyyj-content p, .pm-kyn-yyyj-content span, .pm-kyn-yyyj-info li p {
        font-size: 18px; /* 进一步减小字体大小 */
    }

    .pm-kyn-yyyj-info li {
        width: 100%; /* 每个 li 占满一行 */
        border: none;
    }

    .pm-kyn-yyyj-info {
        flex-direction: column; /* 切换为纵向布局 */
        margin-bottom: 50px; /* 减少底部间距 */
    }

    .pm-kyn-cpys-info {
        flex-direction: column; /* 切换为纵向布局 */
    }

    .pm-kyn-cpys-info li{
        width: 100%;
        padding: 0px 0 15px 0;
        margin: 0;
    }

    .pm-kyn-cpys-info li p{
        width: 100%;
        padding: 10px 0 0 0;
    }

    .pm-kyn-ysrq-info {
        flex-direction: column; /* 切换为纵向布局 */
    }

    .pm-kyn-ysrq-info li{
        width: 100%;
        padding: 0px 0 15px 0;
        margin: 0;
    }

    .pm-kyn-ysrq-info li p{
        width: 100%;
        padding: 10px 0 0 0;
        margin-right: 38%;
    }

    .pm-kyn-ysrq-info li div {
        width: 100%;
        margin: 0;
        margin-right:35%;
        margin-left:7%;
    }

    .pm-kyn-ysrq-info li div span{
        margin-top:13px;
    }

    .pm-kyn-ysrq-info li {
        height: auto;
    }

    .pm-book-item, .pm-img-ap-item, .pm-img-ap-info, .pm-img-cphy-item, .pm-lhyy-item {
        width: 100%;
    }

    .pm-img-ap-info h2{
        font-size: 23px;
      }
      
    .pm-img-ap-item img, .pm-img-cphy-item, pm-lhyy-item img{
        width: 100%;
        height:auto;
    }

    .pm-img-ap-out {
        display: none;
    }
   
}