@charset "utf-8";

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { 
  margin:0; 
  padding:0; 
}
body { 
  color:#555;
  font-size:14px; 
  font-family: MicrosoftYaHei; 
}
td,th,caption { 
  font-size:14px; 
  border: 1px solid #000000;
}
h1, h2, h3, h4, h5, h6 { 
  font-weight:normal; 
  font-size:100%; 
}
address, caption, cite, code, dfn, em, th, var { 
  font-style:normal; 
  font-weight:normal;
}
a { 
  color:#333; 
  text-decoration:none; 
}
a:hover { 
  text-decoration:none; 
}
img { 
  border:none; 
}
ol,ul,li { 
  list-style:none; 
}
input, textarea, select, button { 
  font:14px MicrosoftYaHei; 
}
table { 
  border-collapse:collapse; 
  border: 1px solid #000000;
}

.clearfix:after {
  content: "."; 
  display: block; 
  height:0; 
  clear:both; 
  visibility: hidden;
}
.clearfix { 
  *zoom:1; 
}
.fl{
  float: left;
}
.fr{
  float: right;
}

.head-top{
  height: 156px;
  background: url("/images/2023/toplogo_202409.png") no-repeat;
  background-size: 100%;
  position: relative;
}
.search{
  width: 221px;
  height: 40px;
  line-height: 40px;
  background: url("/images/2022/sheach.jpg") no-repeat;
  position: absolute;
  top: 55px;
  right: 0;
}
.search .itxt {
  width: 170px;
  border: none;
  background: none;
  font-size: 12px;
  height: 14px;
  line-height: 14px;
  left: 10px;
  top: 13px;
  position: absolute;
  color: #999;
}
.search .itxt:focus-visible{
  border: none;
  outline: none;
}
#submitbtn{
  width: 40px;
  height: 40px;
  float: right;
  opacity: 0;
  cursor: pointer;
}
.nav{
  /* width: 100%; */
  height: 65px;
  line-height: 65px;
  background: #1178b0;
}
.nav-ul{
  position: relative;
}
.nav-ul li{
  width: 133px;
}
.nav-ul .nav-item{
  display: block;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.nav-item span{
  display: none;
  width: 29px;
  height: 13px;
  position: absolute;
  top: 64px;
  left: 50%;
  margin-left: -15px;
  z-index: 20;
  background: url("/images/2022/nav-bg.png") no-repeat;
}
.nav-ul li:hover .nav-item,.nav-ul .on .nav-item{
  background: #1492D6;
}
.nav-child{
  display: none;
  width: 1200px;
  min-height: 140px;
  position: absolute;
  left: 0;
  z-index: 15;
  box-sizing: border-box;
  padding: 5px 17px;
  background: #fff;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #1179B0;
  line-height: 32px;
}
.nav-child span{
  margin-right: 15px;
}
.nav-child a{
  display: inline-block;
  margin-right: 10px;
  color: #1179B0;
}
.nav-ul li:hover .nav-item span,.nav-ul li:hover .nav-child{
  display: block;
}
.foot{
  height: 175px;
  background: url("/images/2022/bottombg.jpg") no-repeat center;
  background-size: auto 100%;
  box-sizing: border-box;
    padding-top: 2rem;
  /* position: relative; */
}
.foot-jgdj{
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 50px;
  /* position: absolute; */
}
.foot-txt{
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  /* text-align: center; */
}
.detail-content table{
  margin: 0 auto;
  text-align: center;
}

.auto {
  margin-left: auto;
  margin-right: auto;
}

.pageW {
  width: 1200px;
}

@media screen and (min-width: 320px) {
  html {
    font-size: 20px;
  }
}

@media screen and (min-width: 375px) {
  html {
    font-size: 20px;
  }
}

@media screen and (min-width: 426px) {
  html {
    font-size: 24px;
  }
}

@media screen and (min-width: 480px) {
  html {
    font-size: 26px;
  }
}

@media screen and (min-width: 600px) {
  html {
    font-size: 26px;
  }
}

@media screen and (min-width: 750px) {
  html {
    font-size: 28px;
  }
}

/* Reset and base styles */
body,
html {
  margin: 0;
  padding: 0;
  max-width: 25rem;
}

.w1200 {
       display: none;
    max-width: 25rem;
    margin: auto;
    overflow: hidden;
}

/* 
* {
    box-sizing: border-box;
} */

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  width: 100%;
  display: block;
}

.container {
  width: 100%;
  margin: 0 auto;
}

/* Main Content */
.main-content {
  padding: 0;
}

/* Banner */
.banner img {
  width: 100%;
}

/* Intro */
.intro {
  margin: 0 auto;
  background-color: #0e3d59;
  color: #fff;
  height: fit-content;
}

.intro .intro-box {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.intro .intro-title-container {
  position: relative;
  bottom: 0.8rem;
  margin-left: auto;
  margin-right: auto;

  background: url(/images/2025/wydkkm/intro-img-h5.png) no-repeat center;
  background-size: cover;
  width: 6.67rem;
  height: 1.67rem;
}

.pc-only {
  display: none;
}

.h5-only {
  display: block;
}

.intro .intro-content {
  margin: 0 auto;
}

.intro .intro-content p {
  position: relative;
  padding: 1rem 1rem 0rem 1rem;
  font-size: 0.7rem;
  line-height: 1.8;
  text-align: justify;
  color: #fff;
  bottom: 1rem;
}

.intro .intro-content p:last-child {
  margin-bottom: 0;
}

/* Section Title */
.section-title {
  margin: 1.6rem auto 1rem;
  width: 6.4rem;
  height: 3.1rem;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-title img {
  width: 6.4rem;
  height: 3.1rem;
}

/* Recommendations */
.recommend {
  background-color: #fff;
  padding: 0 1rem 0rem 1rem;
}


.recommend-top-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  margin-bottom: 1.5rem;
}

.recommend-card-top img {
  width: 21.67rem;
  height: 12.5rem;
  object-fit: cover;
}


.card-right {
  width: 100%;
}

.card-right .card-title {
  width: 100%;
  height: 2.33rem;
  background: #1E4155;
  margin-bottom: 0.8rem;
}

.card-right .card-title p {
  font-weight: bold;
  font-size: 0.8rem;
  color: #FFFFFF;
  text-align: center;
   line-height: 2.3rem;
}

.card-right .card-content {
  background: url(/images/2025/wydkkm/recommend-content-bg.png) no-repeat center;
  background-size: cover;
  height: 9rem;
  width: 100%;
}

.card-right .card-content p {
  padding: 0.8rem;
  height: 3.33rem;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 0.8rem;
  color: #666666;
  line-height: 0.93rem;
  text-align: justify;
  font-style: normal;
}

.recommend-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.media-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  padding:2rem 0.5rem 2.27rem 0.5rem;
  background: url(/images/2025/wydkkm/media-content-box-h5.png) no-repeat center;
  background-size: 100% 100%;
  height: auto;
}

.media-title {
  height: 1.33rem;
  background: #1E4155;
}

.media-title p {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 0.8rem;
  color: #FFFFFF;
  text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 14rem;
}


.media-content {
  margin-top: 0.8rem;
  margin-bottom: 0.67rem;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 0.8rem;
  color: #666666;
}


.media-divider {
  width: 100%;
  height: 0.1rem;
  background: url(/images/2025/wydkkm/divider-dot-line.png) no-repeat center;
}




.recommend-card {
  width: 100%;
  margin: 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.recommend-card .card-content {
  text-align: center;
  padding: 0.5rem;
  background-color: #0e3d59;
  color: #fff;
}

.recommend-card h3 {
  font-size: 1rem;
  margin: 0 0 0.5rem 0;
}

.recommend-card p {
  font-size: 0.8rem;
  margin: 0;
  opacity: 0.9;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Media Focus */

.media-focus {
  padding: 0 1rem 0rem 1rem;
}



/* View More Button */
.view-more a {
  background: url(/images/2025/wydkkm/divider-more-h5.png) no-repeat center;
  background-size: cover;
  text-align: center;

}

.pre-footer {
  background: url(/images/2025/wydkkm/pre-footer-h5.png) no-repeat center;
  background-size: 100% 100%;
  width: 100%;
  height: 3.3rem;
  margin-top: 1.67rem;
}

.more-div {
  display: inline-block;
  width: 100%;
  height: 1.33rem;
  margin-top: 1rem;
  background: url(/images/2025/wydkkm/divider-more.png) no-repeat center;
  background-size: cover;
}


/* PC Styles */
@media (min-width: 750px) {

     html, body {
        font-size: 30px;
        min-width: 1200px;
        max-width: 1920px;
    }

  .container {
    background: #FAF8F9;
  }

   .banner {
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
    }

  .intro {
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
    }

  .intro .intro-box {
    flex-direction: row;
    max-width: 1200px;
    margin: 0 auto;
    height: 5rem;
  }



  .intro .intro-content p {
     margin-top: 0.6rem;
        padding-right: 1rem;
        font-size: 0.53rem;
  }

  .recommend {
    max-width: 1200px;
    padding: 0;
  }

  .recommend-top-list {
    margin-top: 1.67rem;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .recommend-list {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }

  .recommend-card {
    width: 12.67rem;
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }

  .recommend-card p {
    font-size: 0.53rem;
    margin: 0;
    opacity: 0.9;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .recommend-card-top img {
    width: 21.67rem;
    height: 12rem;
    object-fit: cover;
  }

  .recommend-card-top {
    height: 12rem;
  }

  .card-right .card-title p {
    font-weight: bold;
    font-size: 0.67rem;
    color: #FFFFFF;
    text-align: center;
       line-height: 2.3rem;
  }

  .card-right {
    display: flex;
    flex-direction: column;
    justify-self: end;
    width: 100%;
  }

  .card-right .card-content {
    flex-grow: 1;
    height: auto;
  }

  .card-right .card-content p {
    padding: 0.67rem;
    height: 3.33rem;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 0.53rem;
    color: #666666;
    line-height: 0.93rem;
    text-align: justify;
    font-style: normal;
  }


  .recommend-card .card-content {
    padding: 0.5rem;
    background-color: #0e3d59;
    color: #fff;
    text-align: center;
  }

  .recommend-card {
    margin: 0;
  }


  .media-focus {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
  }

  .media-list {
    background: url(/images/2025/wydkkm/media-content-box.png) no-repeat center;
    background-size: 100% 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    padding: 1rem;
  }



  .media-title {
    height: 1.33rem;
    background: #1E4155;
  }

  .media-title p {
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: bold;
    font-size: 0.67rem;
    line-height: 1.33rem;
    color: #FFFFFF;
    text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 18rem;
  }


  .media-content {
    margin-top: 0.8rem;
    margin-bottom: 0.67rem;
    width: 18.17rem;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 0.53rem;
    color: #666666;
  }


  .media-divider {
    width: 100%;
    height: 0.1rem;
    background: url(/images/2025/wydkkm/divider-dot-line.png) no-repeat center;
  }


  .pre-footer {
       max-width: 1200px;
       margin-left: auto;
       margin-right: auto;
    background: url(/images/2025/wydkkm/pre-footer.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 3rem;
    margin-top: 1.67rem;
  }

  .view-more a {
    background: url(/images/2025/wydkkm/divider-more.png) no-repeat center;
    background-size: cover;
    text-align: center;

  }

  .pc-only {
    display: block;

  }

  .h5-only {
    display: none;
  }

  .intro-title-container img {
    width: 3rem;
    height: 5rem;
    object-fit: cover;
  }

  .intro .intro-title-container {
    margin-right: 1rem;
    bottom: 0;
    display: flex;
    align-items: center;
    background: none;
    width: auto;
    height: auto;
  }

.w1200 {
    width: 1200px;
    margin: auto;
    overflow: hidden;
       display: block;
}

.head-top{
  max-width: 1200px;
  height: 156px;
  background: url("/images/2023/toplogo_202409.png") no-repeat;
  background-size: 100%;
  position: relative;
}
.search{
  width: 221px;
  height: 40px;
  line-height: 40px;
  background: url("/images/2022/sheach.jpg") no-repeat;
  position: absolute;
  top: 55px;
  right: 0;
}
.search .itxt {
  width: 170px;
  border: none;
  background: none;
  font-size: 12px;
  height: 14px;
  line-height: 14px;
  left: 10px;
  top: 13px;
  position: absolute;
  color: #999;
}
.search .itxt:focus-visible{
  border: none;
  outline: none;
}
#submitbtn{
  width: 40px;
  height: 40px;
  float: right;
  opacity: 0;
  cursor: pointer;
}
.nav{
  max-width: 1200px;
  /* width: 100%; */
  height: 65px;
  line-height: 65px;
  background: #1178b0;
}
.nav-ul{
  position: relative;
  max-width: 1200px;
}
.nav-ul li{
  width: 133px;
}
.nav-ul .nav-item{
  display: block;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.nav-item span{
  display: none;
  width: 29px;
  height: 13px;
  position: absolute;
  top: 64px;
  left: 50%;
  margin-left: -15px;
  z-index: 20;
  background: url("/images/2022/nav-bg.png") no-repeat;
}
.nav-ul li:hover .nav-item,.nav-ul .on .nav-item{
  background: #1492D6;
}
.nav-child{
  display: none;
  width: 1200px;
  min-height: 140px;
  position: absolute;
  left: 0;
  z-index: 15;
  box-sizing: border-box;
  padding: 5px 17px;
  background: #fff;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #1179B0;
  line-height: 32px;
}
.nav-child span{
  margin-right: 15px;
}
.nav-child a{
  display: inline-block;
  margin-right: 10px;
  color: #1179B0;
}
.nav-ul li:hover .nav-item span,.nav-ul li:hover .nav-child{
  display: block;
}
.foot{
  max-width: 1200px;
  height: 175px;
  background: url("/images/2022/bottombg.jpg") no-repeat center;
  background-size: auto 100%;
  box-sizing: border-box;
  padding: 50px 130px 0;
  /* position: relative; */
}
.foot-jgdj{
  float: left;
  width: 80px;
  height: 80px;
  margin-right: 50px;
  /* position: absolute; */
}
.foot-txt{
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  /* text-align: center; */
}
.detail-content table{
  margin: 0 auto;
  text-align: center;
}

}