body {
  font-size: 16px;
  line-height: 160% !important;
  font-family: "Microsoft YaHei", 微软雅黑, Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #000;
}
p {
    color: #5d6a70;
    margin-bottom: 0!important;
    font-weight: 300;
}
a {
  text-decoration: none !important;
}
h1 {
    font-weight: bold !important;
    font-size: 55px!important;
}
h2 {
    font-weight: bold !important;
    font-size: 35px!important;
}
/* 平滑滚动 */
html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

#main-scrollbar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.scrollbar-thumb{
    background-color: rgba(0,0,0,0.5);
}

.scrollbar-track-y{
    width: 5px !important;
    background-color: rgba(0,0,0,0.2) !important;
}


/* ==翻页样式== */
.pagesinfo {
    color: #555555;
    font-size: 12px;
}

.pagesnow {
    color: #D07E36;
    font-size: 14px;
    text-decoration: none
}

.pages {
    color: #777777;
    font-size: 14px;
    text-decoration: none
}

/*首页轮播*/
.swiper div.swiper-wrapper{
    height: auto;
}

.swiper-slide img{
    width: 100%;
}
.baseColor {
    color: #5d6a70;
    font-weight: 300;
}

/*主导航*/
#mainMenu{
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    position: fixed;
    z-index: 999;
    background-color: #fff;
}

#mainMenu a{
    color: #000;
   
}

#mainMenu ul{
    list-style-type: none;
   float: inline-end;
   margin-bottom: 0;
   margin-top: -6px;
}
.mainMenuList span{
    text-align: right;
    float: inline-end;
    display: block;
    overflow: hidden;
    width: 100%;
    color: #999;
    font-size: 14px;
    margin-top: 9px;
    margin-bottom: -6px;
        padding-right: 16px;
}
#mainMenu img{
    padding-top: 2px;
}
#mainMenu ul li{
    position: relative;
    overflow: hidden;
    z-index: 999;
}

#mainMenu ul li i{
    transform: scale(0.7);
}

#mainMenu ul li:hover .secondMenu{
    /*二级导航动画*/
    opacity: 1;
    transform: scale(1) translateY(0);
    /*二级导航动画*/
}

#mainMenu ul li:hover{
    overflow: initial;
}

/*主导航二级菜单*/
#mainMenu .caidan0 .secondMenu{
    position: absolute;
    left: -6px;
    top: 57px;
    background: #fff;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    border-radius: 5px;
    transition: all 0.3s;
    /*二级导航动画*/
    opacity: 0;
    transform: scale(0.9) translateY(-10px);
    /*二级导航动画*/
}

#mainMenu .secondMenu a{
    display: block;
    white-space: nowrap;
    font-weight: 300;
}
#mainMenu .secondMenu a:hover{
    color: #F4A705;
}
.caidan0 .icon{
    display: none;
}
.mainMenuList .mainLink{
       padding: 0 8px;
    font-weight: bold;
    padding-bottom: 14px;
}
#mainMenu a:hover{
    color: #F4A705;
}
.mainMenuList .active  .mainLink {
    border-bottom: 4px solid #F4A705;
    color: #F4A705!important;
}
/* 基础样式：隐藏二级菜单，设置过渡动画 */
.offcanvas-body .secondMenu {
    display: none;          /* 默认隐藏 */
       /* 相对父级li定位 
    top: 100%;              /* 菜单在主项下方展开 */
    left: 0;                /* 对齐父级左侧 */
    background: #ffffff;    /* 背景色，可自定义 */
    border: 1px solid #e5e7eb; /* 浅边框优化视觉 */
    border-radius: 4px;     /* 圆角 */
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1); /* 轻微阴影 */
    z-index: 9999;          /* 确保层级最高 */
    min-width: 150px;       /* 最小宽度，避免内容挤压 */
    transition: all 0.2s ease-in-out; /* 流畅过渡 */
}
/* 父级li样式：相对定位 + 清除默认样式 */
.offcanvas-body li {
    position: relative;     /* 作为secondMenu的定位参考 */
    list-style: none;       /* 去掉li默认圆点 */
    margin: 0;
    padding: 0;
    cursor: pointer;        /* 鼠标移上显示手型 */
}

/* 主链接文字样式（可选，优化视觉） */
.offcanvas-body .mainLink > a {
    text-decoration: none;
    color: #333;
    margin-right: 8px;      /* 与图标拉开间距 */
}

/* 图标样式（可选，优化视觉） */
.icon {
    font-size: 12px;        /* 缩小图标尺寸 */
    vertical-align: middle; /* 与文字垂直居中 */
    transition: transform 0.2s ease; /* 旋转动画过渡 */
}

/* 展开状态：显示二级菜单 + 图标旋转 */
.secondMenu.show {
    display: block;
}
.icon.rotate {
    transform: rotate(180deg); /* 图标向下→向上 */
}


#lbwenzi span{
    font-weight: bold;
    color:#F4A705;
    text-transform: uppercase;
    font-family: Arial;
    display: block;
    overflow: hidden;
    margin-bottom: -5px;

}
#lbwenzi p{
    font-size: 22px;
    color: #B0B0AF;
    font-weight: 300;
}
#lbwenzi{
	transform: translatey(100px);
	transition: all 2s ease;
	opacity: 0;
	z-index: 2;
	text-align: left;
}
.carousel-item.active #lbwenzi{
    transform: translatey(0px);opacity: 1  
}
.carousel-inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   background: linear-gradient(to top, #000000 -15%, rgba(0, 0, 0, 0.1) 15%, rgba(0, 0, 0, 0) 70%);
    z-index: 1;
}
.carousel-item .w-100 {
    height: 100vh;
}
.carousel-caption {
    right: 0!important;
    bottom: 45px!important;
    left: 0!important;
    margin: auto!important;
    text-align: left!important;
}
#carouselExampleInterval .carousel-indicators [data-bs-target]{
    width: 10px;
    height: 10px;
    border-radius: 30px !important;
    border-top: none;
    border-bottom: none;
}
#carouselExampleInterval  .carousel-indicators .active {
    opacity: 1;
    width: 20px !important;
}


.anniu  i{
        font-size: 14px;
    padding-top: 3px;
    color: #F4A705;
    transition: all .3s ease-in-out;
    float: right;
}
.anniu Strong{
    text-decoration: underline;
    display: block;
    overflow: hidden;
    float: right;
    margin-right: 6px;  
    font-weight: bold;
    color: #000;
}
.anniu:hover i{
transform: rotate(45deg);
}
#jianjie{
    margin-bottom: 85px;
    margin-top: 85px;
}
#jianjie .anniu{
   margin-top: 46px;
}
.jianjie1{
    background-color: #F9FBFC;
    border: 1px solid  #F3F6FA;
    text-align: center;
    padding: 45px 0;
    margin-top: 30px;
    border-radius: 5px;
}
.jianjie1 img{
    display: block;
    overflow: hidden;
    margin: 0 auto;
        transition: all 0.8s;
}
.jianjie1:hover img{
    transform: rotateY(360deg);
}
.jianjie1  Strong{
   padding-top: 12px;
   display: block;
   font-weight: bold;
}
.jianjie1 i{
    font-size: 30px;
}

.productIndex {
  background-color: var(--color-base03);
  background-image: url(bj.jpg);
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-height: 675px;
  color: #FFF;
  position: relative;
}
.productIndex::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #000000 -23%, rgba(7, 16, 39, 0.5) 30%, rgba(7, 16, 39, 0) 65%);
    z-index: 1;
}
#fl{
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
}
#fl2{
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 75px;
}
#fl2 .fa-solid{
    font-size: 14px;
}
.productIndex #fl3{
    color: #d9d9d9;
    padding-top: 5px;
    font-weight: 300;
}
.link {
  display: inline-flex;
  background-color: #fff;
  border-radius: 4px;
  padding: 4px 5px 4px 1rem;
  color: #000;
  align-items: center;
  gap: 3rem;
  transition: all .2s ease-in-out;
  font-weight: 300;
}
.link i{
    font-size: 12px;
    transition: all .2s ease-in-out;
}
.link:hover {
  gap: 4rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  color: #000;
}

.link span {
  display: block;
  background-color: #F4A705;
  color: #000;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease-in-out;
}

.link:hover span {
  background-color: #00A1E2;
  color: #fff;
}
.link:hover i{
    transform: rotate(45deg);
}


#ljcp{
    background: linear-gradient(to top, #F3F9FB -16%, rgb(240 247 255 / 20%) 40%, rgb(255 255 255 / 0%) 70%);
    padding-top: 40px;
    padding-bottom: 10px;
    position: relative;
    overflow: hidden;
}
#ljcp:before{
   content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     background-image: url(bj2.png);
     background-position: bottom;
    background-size: 100% ;
    background-repeat: no-repeat;
    z-index: -1;
}
#ljcp .piclist img{
    width: 100%;
    height: auto;
    transition: all .3s ease-in-out;
}
#ljcp .piclist i{
    transition: all .3s ease-in-out;
}
#ljcp .piclist{
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}
#ljcp .piclist .cpbt{
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    z-index: 2;
    border-radius: 5px;
}
#ljcp a:hover img{
    transform: scale(1.1);
}
#ljcp a:hover i{
    transform: rotate(45deg);
}
#ljcp .piclist .cpbt span{
    padding: 10px 25px;
    background-color: #F4A705;
    color: #fff;
    border-radius: 5px 5px 0 5px;
    font-weight: 300;
}
#ljcp .piclist .cpbt span:empty {
  display: none;
}
#ljcp .piclist .cpbt .cpbt1{
    background-color: #fff;
    border-radius: 5px 5px 5px 5px;
    padding: 25px;
    margin-top: 6px;
}
#ljcp .piclist .cpbt .cpbt1 h6{
    font-weight: bold;
    margin-bottom: 5px;
    color: #000;
}
#ljcp .piclist .cpbt .cpbt1 .icon-arrow-sell{
    font-size: 14px;
    float: right;
    color: #F4A705;
}
#ljcp span{
    font-weight: 300;
}
.swiper-pagination2{
    margin-bottom: 28px;
    position: absolute;
    text-align: center;
    z-index: 9;
}
.swiper2 {
    margin-top: 30px!important;
}
.swiper2 .swiper-pagination-bullet-active{
    background-color: #F4A705;
}


#ly img{
    width: 100%;
    border-radius: 5px;
}
#ly .ly2{
    position: relative;
}
#ly .ly2 ol{
    position: absolute;
    bottom: 10px;
    left: 15px;
    color: #A7A7A7;
}
#ly .ly3 span{
    color: #F4A705;
    position: relative;
    padding-left: 15px;
    font-weight: 300;
}
#ly .ly3 span:before{
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background-color: #F4A705;
}
#ly .ly3 h2{
    padding-bottom: 20px;
}
#ly .ly3{
    position: relative;
}
#ly .ly3 .ly4{
    position: absolute;
    display: block;
    overflow: hidden;
    bottom: 25px;
}
#ly .ly3 .ly4 a strong{
    color: #000;
    font-weight: bold;
    text-decoration: underline;
        margin-right: 15px;
}
#ly .ly3 .ly4 a i{
    font-size: 18px;
    color: #000;
    transition: all .3s ease-in-out;
}
#ly .ly3 .ly4 a:hover strong{
    color: #F4A705;
}
#ly .ly3 .ly4 a:hover i{
    color: #F4A705;
    margin-right: 5px;
}
#ly{
    margin-top: 85px;
}

#lx{
    background-image: url(bj4.jpg);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    min-height: 330px;
    color: #FFF;
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 85px;
}
#lx::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}
#lx .lx1{
    z-index: 2;
    position: sticky;
}
#lx .lx1 p{
    color: #fff;
}
#lx a{
    float: right;
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom:0!important ;
}

footer {
    background-color: #0A1020;
}

.border-top p {
    color: #9CA3AF !important;
}
#footerMenu a {
    color: #9CA3AF;
    display: block;
    float: left;
    margin-right: 20px;
    font-size: 14px!important;
    font-weight: 300!important;
}

#test {
    cursor: pointer;
    color: #9CA3AF!important;
    padding-top: 8px;
    font-size: 14px;
}
#footerMenu a:hover {
    color: #F4A705 !important;
}


.banner img{
    width: 100%;
}
.banner{
    display: block;
    overflow: hidden;
    height: 415px;
    position: relative;
    margin-bottom: 70px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    flex-direction: column;
}
.banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
 background: rgba(0, 0, 0, 0.1); 
    z-index: 1;
}
.w-100 {
    transform: scale(1.2);
    height: 415px;
    /* 应用缩放动画 */
    animation: scaleDown 3s ease-out forwards;
}
/* 定义缩放动画 */
@keyframes scaleDown {
    from {
        transform: scale(1.2);
    }
    to {
        transform: scale(1);
    }
}
.banner .container{
    z-index: 9;
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 35px;
    margin-bottom: 0.5rem;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
.banner .nav{
    display: contents;
    color: #fff;
    font-weight: 300;
}
.banner a{
    color: #fff;
}
.banner .row{
    opacity: 0.8;
    font-size: 14px;
}
.banner .row i{
    padding-top: 2px;
}
.banner .row a:hover{
   color: #F4A705;
}

#nr .page{
    margin-top: 30px;
}
#nr{
    margin-bottom: 70px;
}
#nr h6 {
    font-weight: bold;
}

#cpPageMenu1{
    margin-bottom: 40px;
}
.cpPageMenu a span{
    margin-left: 30px;
    color: #000;
    text-decoration: underline!important;
    font-weight: bold;

}
.cpPageMenu a i{
    font-weight: 300!important;
    margin-left: 3px;
    float: none;
    text-decoration: none;
}
#cpnr #ljcp{
    background: #fff;
    padding-top: 0;
}
#cpnr #ljcp .piclist{
    margin-bottom: 25px;
}


#new .newsquery div{
    display: block;
    overflow: hidden;
    border-radius: 5px;
}
#new .newsquery div img{
    width: 100%;
    height: auto;
   transition: all .3s ease-in-out;
}
#new .newsquery:hover img {
    transform: scale(1.1);
}
#new .newsquery h5{
        color: #000;
    font-weight: 300;
    font-size: 18px;
    line-height: 160%;
    padding-top: 18px;
    width: 98%;
}
#new .newsquery span{
    font-size: 14px;
    color: #999;
}
#new .newsquery{
    margin-bottom: 25px;
}

#ditu{
   padding: 0;
    margin-top: -35px;
}
.time{
    width: 100%;
    border-bottom: 1px solid #ededed;
    padding-bottom: 8px;
    margin-bottom: 35px;
    color: #999;
    font-size: 14px;
}
#newnr .title{
    line-height: 135%;
}
.PingHei_text{
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 14px;
}
.PingHei_text a{
    color: #000;
}
.PingHei_text a:hover{
    color: #F4A705;
}

tbody > tr:nth-of-type(odd) {
    background-color: #F6F6F6;
}
#cpxq   table{
	width: 100%;
	line-height: 21px;
	border-top: 1px solid #e7e5e5;
	border-right: 1px solid #e7e5e5;
}
#cpxq   table td{
	min-height: 30px;
	padding: 10px 20px;
	border-left: 1px solid #e7e5e5;
	border-bottom: 1px solid #e7e5e5;
	    line-height: 26px;
	    color: #5d6a70;
}
#cpxq  .firstRow td{
    color: #000;
	background: #F4A705;
}
#cpxq img{
    max-width: 100%;
}
.active>.page-link, .page-link.active{
    background-color:#F4A705 ;
    border-color: #F4A705;
}

@media (max-width: 768px) {
.carousel-item .w-100 {
    height: auto;
    margin-top: 60px;
}
h1 {
    font-weight: bold !important;
    font-size: 25px !important;
    margin-bottom: 0;
}
.carousel-caption {
    bottom: 15px !important;
}
#lbwenzi p {
    font-size: 16px;
}
#lbwenzi span {
    font-weight: 300;
    font-size: 12px;
}
#jianjie {
    margin-bottom: 40px;
    margin-top: 40px;
}
h2 {
    font-weight: bold !important;
    font-size: 20px !important;
}
#jianjie .anniu Strong {
    float: left;
}
.anniu i {
    float: left;
}
#jianjie .anniu {
    margin-top: 20px;
}
.productIndex {
    background-color: #0A1020;
    background-image: none;
     min-height: 600px;
}
.productIndex::before {
    background: #0A1020;
}
.link {
    width: 100%;
    display: inline-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#fl {
    margin-top: 0px !important;
}
#fl2 {
    bottom: 40px;
}
#ljcp .anniu Strong {
    float: left;
}
#ljcp {
    padding-top: 25px;
}
#ly p{
    display: block;
    overflow:hidden ;
    min-height: 220px;
}
#ly {
    margin-top: 50px;
}
#lx {
    background-size: 300% 100%;
    margin-top: 150pxpx;
}
.banner {
    height: 260px;
}
.banner .container {
    bottom: 20px;
}
.banner .row {
    display: none;
}
#ljcp .piclist .cpbt .cpbt1 {
    padding: 10px;
    margin-top: 0;
}
#ljcp .piclist .cpbt span {
    padding: 6px 10px;
    font-size: 12px;
}
#ljcp .piclist .cpbt {
    bottom: 5px;
    left: 5px;
    right: 5px;
}
.offcanvas-body li i{
    float: right;
}
.offcanvas-body li:nth-child(1) i,.offcanvas-body li:nth-child(2) i,.offcanvas-body li:nth-child(6) i{display:none!important;}
}




