@charset "utf-8";
/*
 * 手机端二级栏目菜单样式
 * 修改文件：skins/demo/top.php（手机端菜单结构）
 * 样式文件：skins/demo/statics/baisheng/css/zhang.css（本段）
 * 交互脚本：skins/demo/statics/baisheng/js/common.js（二级菜单展开收起）
 */

/* 一级标题行（有/无二级栏目统一样式） */
.mobile-menu li .mobile-menu-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.38rem 0.3rem 0.35rem 0.4rem;
}
.mobile-menu li .mobile-menu-head .mobile-menu-title {
  padding: 0;
  flex: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 0.36rem;
  color: #363636;
}
.mobile-menu li.active .mobile-menu-head .mobile-menu-title {
  color: #532F14;
  font-weight: bold;
}
.mobile-menu li.has-sub .mobile-menu-toggle {
  flex-shrink: 0;
  width: 0.32rem;
  height: 0.32rem;
  margin-left: 0.2rem;
  position: relative;
  cursor: pointer;
}
.mobile-menu li.has-sub .mobile-menu-toggle::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.12rem;
  height: 0.12rem;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  transform: translate(-60%, -70%) rotate(-45deg);
  transition: transform 0.3s ease;
}
.mobile-menu li.has-sub.open .mobile-menu-toggle::before {
  transform: translate(-60%, -30%) rotate(45deg);
}

/* 二级栏目列表 */
.mobile-menu li.has-sub .sub-nav {
  background: #F9F9F9;
  display: none;
}
.mobile-menu li.has-sub.open .sub-nav {
  display: block;
}
.mobile-menu li.has-sub .sub-nav a {
  display: block;
  padding: 0.28rem 0.4rem 0.28rem 0.6rem;
  font-size: 0.3rem;
  color: #707E90;
  border-bottom: 1px solid #E1E1E1;
  position: relative;
}
.mobile-menu li.has-sub .sub-nav a:last-child {
  border-bottom: none;
}
.mobile-menu li.has-sub .sub-nav a::before {
  content: '';
  position: absolute;
  left: 0.4rem;
  top: 50%;
  width: 0.06rem;
  height: 0.06rem;
  background: #C5C5C5;
  border-radius: 50%;
  transform: translateY(-50%);
}
.mobile-menu li.has-sub .sub-nav a.on {
  color: #532F14;
  font-weight: bold;
}
.con01 .con01-left .about-us-stats {
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem;
}
.con01 .con01-right img {
    margin-top:0.5rem;
}
.yf-main-bg .yf-park2 {
    background: #1B1B1B;
    position: relative;
    height: 6.47rem;
    padding-top: 0.9rem;
  }
  .yf-main-bg .yf-park2 > div.container {
    position: relative;
    height: 100%;
    max-width: 14rem;
    margin-left: 1.76rem;
  }
  .yf-main-bg .yf-park2:before {
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    background: #313131;
    position: absolute;
    left: 0;
    top: 0;
  }
  .yf-main-bg .yf-park2 .text {
    color: #fff;
    max-width: 4.8rem;
    background: #313131;
    padding: 0.12rem 0;
  }
  .yf-main-bg .yf-park2 .lh-cd-text h3 {
    line-height: 0.5rem;
    font-size: 0.4rem;
    position: relative;
    font-family: Century Gothic, Century Gothic;
    font-weight: bold;
  }
  .yf-main-bg .yf-park2 .lh-cd-text h2 {
    position: relative;
    padding: 0.1rem 0 0.29rem;
    margin-bottom: 0.4rem;
  }
  .yf-main-bg .yf-park2 .lh-cd-text h2 a {
    color: inherit;
  }
  .yf-main-bg .yf-park2 .lh-cd-text h2::before {
    content: '';
    display: block ;
    width: 0.3rem;
    height: 0.03rem;
    background: #AA8266;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .yf-main-bg .yf-park2 .text .ellipsis-5 {
    line-height: 0.3rem;
    color: #fff;
    font-size: 0.16rem;
    text-align: justify;
  }
  .yf-main-bg .yf-park2 .yf-park2-banner {
    width: 55%;
    height: 4.45rem;
    position: absolute;
    right: 0;
    top: 1.05rem;
    overflow: hidden;
  }
  .yf-main-bg .yf-park2 .yf-park2-banner .bd li {
    width: 7.43rem;
    margin-right: 0.45rem;
  }
  .yf-main-bg .yf-park2 .yf-park2-banner .bd li a {
    display: block;
    height: 100%;
  }
  .yf-main-bg .yf-park2 .yf-park2-banner .img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    opacity: 0.5;
    transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
  }
  .yf-main-bg .yf-park2 .yf-park2-banner .bd li.swiper-slide-active .img,
  .yf-main-bg .yf-park2 .yf-park2-banner .bd li.swiper-slide-duplicate-active .img {
    opacity: 1;
  }
  .yf-main-bg .yf-park2 .yf-park2-btn {
    position: absolute;
    left: 0;
    bottom: 1rem;
    z-index: 3;
  }
  .yf-main-bg .yf-park2 .yf-park2-pagination {
    display: none;
  }
  .yf-main-bg .yf-park2 .public-btn a {
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    background: #AA8266;
    color: #fff;
    text-align: center;
    line-height: 0.7rem;
    font-weight: bold;
    float: left;
  }
  .yf-main-bg .yf-park2 .public-btn a:first-child {
    background: #fff;
    color: #A5A5A5;
  }
  .yf-main-bg .yf-park2 .public-btn a:hover {
    border-radius: 0 0.3rem 0.3rem 0.3rem;
  }
  .yf-main-bg .yf-park2 .public-btn a:first-child:hover {
    border-radius: 0.3rem 0 0.3rem 0.3rem;
  }
  @media screen and (max-width: 1024px) {
    .yf-main-bg .yf-park2 {
        height: auto;
        padding-bottom: 1rem;
        padding-top: 0.4rem;
      }
      .yf-main-bg .yf-park2::before {
        width: 100%;
      }
      .yf-main-bg .yf-park2 > div.container {
        margin-left: 0;
        max-width: 100%;
        padding-left: 0.3rem;
      }
      .yf-main-bg .yf-park2 > div.container .yf-park2-btn {
        display: none;
      }
      .yf-main-bg .yf-park2 .left {
        float: none;
        max-width: 100%;
        padding-right: 0.3rem;
        padding-bottom: 0.68rem;
      }
      .yf-main-bg .yf-park2 .left .lh-cd-text .font26 {
        font-size: 0.42rem;
      }
      .yf-main-bg .yf-park2 .left .lh-cd-text h3 {
        font-size: 0.5rem;
        line-height: 0.6rem;
      }
      .yf-main-bg .yf-park2 .left .lh-cd-text h3::before {
        width: 0.54rem;
      }
      .yf-main-bg .yf-park2 .text .ellipsis-5 {
        font-size: 0.28rem;
        line-height: 0.5rem;
        /*-webkit-line-clamp: none;*/
        -webkit-line-clamp: 5;
      }
      .yf-main-bg .yf-park2 .yf-park2-banner {
        position: static;
        width: 6.7rem;
        margin-left: 0.3rem;
        height: auto;
      }
      .yf-main-bg .yf-park2 .yf-park2-banner .bd li {
        width: 100%;
        margin-right: 0;
        height: 4.2rem;
      }
      .yf-main-bg .yf-park2 .yf-park2-pagination {
        display: block;
        position: static;
        margin-top: 0.4rem;
        text-align: center;
        line-height: 1;
      }
      .yf-main-bg .yf-park2 .yf-park2-pagination .swiper-pagination-bullet {
        width: 0.15rem;
        height: 0.15rem;
        background: #FFFFFF;
        opacity: 1;
        margin: 0 0.06rem;
      }
      .yf-main-bg .yf-park2 .yf-park2-pagination .swiper-pagination-bullet-active {
        background: #945E32;
      }
      .yf-main-bg .yf-park3 .yf-park3-content .yf-park2-img {
        width: 3.57rem;
      }
  }