.dd-foot{
    height: 13rem;
    width: 100%;
    background-image: url(/wwwroot/upload/images/2024/12/819b6b6f991769f9.png);
}

.dd-foot .daohang{
    height: 10rem;
    text-align: center;
    line-height: 10rem;
}

.dd-foot .banquan {
       height: 3rem;
    color: #fff;
    font-size: .7rem;
    line-height:3rem;
    text-align: center;
        width: 90%;
    margin-left: 5%;
    border-top: 1px solid #333;
}
.dd-foot  .banquan>a,.dd-foot  .banquan>span{
    color: #fff;
    font-size: .7rem;
    margin-left: 1rem;
}

.dd-foot .daohang ul  li{
    display: inline-block;
    width: auto;
    color: #fff;
    font-size: .9rem;
    width: 7.5rem;
    text-align: center;
    margin-top: 2rem;
}

.dd-foot .daohang ul  li a{
        color: #fff;
    font-size: .9rem;
}
 
.dd-foot .footimg{
    width: 7.8rem;
    height: 2.45rem;
    position: absolute;
        margin-left: -4.7rem;
        margin-top: -10rem;
}

.nav-more-inner.dd-joinus-nav{
    display: block !important;
}

/* .nav li .nav-more .nav-more-inner.dd-joinus-nav a:first-child{
    margin-right: 15%;
} */

.nav li .nav-more .nav-more-inner.dd-joinus-nav a{
    float: right;
    width: 10rem;
    padding-bottom:0px;
    border:1px solid #e5e5e5;
    border-bottom: none;
    text-align: center;
}
.nav li .nav-more .nav-more-inner.dd-joinus-nav a:hover{
    font-weight: bold;
}

.nav li .nav-more .nav-more-inner.dd-joinus-nav .nav-info::before {
    content: '';
    position: absolute;
    left:1rem;
    width: .9rem;
    height: .9rem;
    background-image: url(../images/ryh-icon-red.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .5s;
    margin-top: .2rem;
}

.head{
    border-bottom: none;
}

.head.head-scroll{
    border-bottom: 1px solid #eee;
    box-shadow: none;
}

.nav li .nav-more a:nth-child(3n){
    margin-right: 5% !important;
}

.nav-more{
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.nav li .nav-more a{
    margin-top: -.5rem !important;
}

.kuaijiedh{
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-bottom: 1px solid #eee;
    width: 100%;
    background: #fff;
    z-index: 9;
}

.kuaijiedh.active{
    position: fixed;
    top: 100px;
}

.kuaijiedh a >div{
    display: inline-block;
    width: 8rem;
    height: 70px;
    line-height: 70px;
    text-align: center;
    margin-left: 1rem;
    font-size: .8rem;
    transition: all .3s;
    padding-left: 0px;
    border-bottom: 3px solid transparent;
}

.kuaijiedh a >div:hover,.kuaijiedh a.active>div{
    cursor: pointer;
    border-bottom:2px solid #e60012;
        background-color: #e6001233;
}

.kuaijiedh a >div>img{
    width: 1rem;
    height: 1rem;
    vertical-align: text-top;
}

/* 以下是顶部导航样式 */
.dd-masternav{
    position: absolute;
    /* left: 50%; */
    top: calc(100% - 4px);
    display: none;
    background-color: #fff;
    /* transform: translateX(-50%); */
    padding: 20px;
    font-size: 15px;
    text-align: center;
    border-top: 4px solid #e60012;
    z-index: 2;
    width: 100px;
    transition: all .3s;
}

.dd-masternav .nav-info{
    width: 100% !important; 
     padding-left: 0px !important;
}

.dd-mastera{
    margin: 0px 50px !important;
}

.nav>li:hover .dd-masternav{
    display:inline-block !important;
}
 .dd-mask{
     display: none;
 }
 .dd-mask.head-scroll{
    position: fixed;
    left: 0;
    top: 100px;
    background-color: rgba(0,0,0,0.3);
     transition: all .5s;
    width: 100vw;
    height: 100vh;
    user-select: none;
    pointer-events: none;
    display: block;
    
}

.nav>li.active::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 2px;
    background-color: #e60012;
     
    bottom: 0;
    transform: scaleX(75%) translateY(-20px);
    transition: all 0.25s;
}

.nav>li.active:hover::before{
    transform: scaleX(100%) translateY(-0px);
    height: 4px;
}

.nav-info:hover{
    background-color: #e6001233;
}
.nav a{
    font-size: 16px;
}

.page-top{
    height: 70vh;
    padding-bottom:0px;
}

.hometitlediv{
    position: absolute;
    color: #fff;
    font-size: 40px;
    top: 40vh;
    left: 8%;
    font-weight: bold;
    user-select: none;
}

.hometitlediv .hometitle{
        font-size: 3rem;
    margin-bottom: 2rem;
}
 
.hometitlediv .homesubtitle{
    font-size: 1.8rem;
    font-weight: normal;
    color: #ccc;
}

.page-top::before{
    background-color: #0153a7;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    content: "";
    opacity: 0.3;
}

.targer::before {
    content: "";
    display: block;
    height: 200px; /* 调整偏移量 */
    margin-top: -200px; /* 负 margin 抵消伪元素的高度 */
    visibility: hidden;
  }

  .p-y{
      padding-top: 150px;
      padding-bottom: 150px;
  }

  .mt70{
      margin-top: 70px;
  }

   html {
    scroll-padding-top: 150px; /* 全局偏移量（如顶部固定导航栏高度） */
  }
  /* 或针对滚动容器 */
  .scroll-container {
    scroll-padding-top: 150px;
  }

  .fzlc-top-info p{
      margin-right: 10rem !important;
  }

 