.banner{
    height: 470px;
    background: url("../../imgs/zt/jxztpcbg.png") no-repeat center;
    background-size: cover;
    overflow: hidden;
    margin-bottom: 20px;
}
.ztimg{
    width: 702px;
    height: 340px;
    position: absolute;
    top: 20px;
    right: 0;
}
.ztimg img{
    width: 100%;
    height: 100%;
}
.banner a{
    display: block;
    width: 100%;
    height: 100%;
}
.banner .container{position: relative;}
.banner .text-info .h1{
    height: 40px;
    line-height: 40px;background: linear-gradient( 90deg, #7BBD1D 0%, #51A708 100%);
    box-shadow: inset 1px 1px 2px 0px #FFFFFF, inset 0px -1px 2px 0px #000000;
    border-radius: 8px 8px 8px 8px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;text-align: center;

    margin-top: 70px;
    display: flex;
    align-items: center;
    width: max-content;
}
.banner .text-info .h1 .yuandian{
    width: 6px;
    height: 6px;
    background: radial-gradient( 74.54% 74.54% at 41.67% 25%, #FFF2B5 0%, #EBB77F 85.58%, #FFF2B5 100%);
    margin: 0 20px;
    border-radius: 100px;
}
.banner .text-info{
    overflow: hidden;
}
.banner .title{
    font-size: 60px;color: #040000;line-height: 60px;
    font-weight: bold;
}
.banner .spanlist{
    display: flex;
    font-size: 16px;
    color: #000;
    gap: 10px;
    margin-top: 20px;
}
.banner .text-info .btn {
    width: 151px;
    height: 40px;
    background: #040000;
    border-radius: 100px 100px 100px 100px;
    color: #fff;
    font-size: 20px;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}
.page-title{
    justify-content: center;
    box-shadow: inset 1px 1px 2px 0px #FFFFFF, inset 0px -1px 2px 0px #fff;
    padding-bottom: 18px;
    margin-bottom: 40px;
    border-radius: 8px;
    position: relative;
}

/* 左侧圆点 */
.page-title::before {
    content: ''; /* 伪元素必须有content */
    position: absolute;
    left: 40px; /* 圆点到容器左侧的距离，可调整 */
    top: 50%;
    transform: translateY(-50%); /* 垂直居中 */
    width: 10px; /* 圆点大小 */
    height: 10px;
    background: radial-gradient( 74.54% 74.54% at 41.67% 25%, #FFF2B5 0%, #EBB77F 85.58%, #FFF2B5 100%);
    border-radius: 50%; /* 圆形效果 */
}

/* 右侧圆点 */
.page-title::after {
    content: '';
    position: absolute;
    right: 40px; /* 圆点到容器右侧的距离，可调整 */
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: radial-gradient( 74.54% 74.54% at 41.67% 25%, #FFF2B5 0%, #EBB77F 85.58%, #FFF2B5 100%);
    border-radius: 50%;
}
.page-title div{
    position: relative;
    top: 10px;
}
.page-title .tpic img{
    height: 84px;}
.product-item ._btm-info ._req-btn{
    padding: 6px 16px;
    font-weight: normal;
}
.product-item .main-img .tag {
    position: absolute;
    width: 32px;
    object-fit: contain;
    left: -10px;
    top: -10px;
}
.product-item ._btm-info ._desc{
    height: 34px;
}
.bot03 .more{
    width: 159px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 30px 30px 30px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin: 0 auto;
    margin-bottom: 60px;
    margin-top: 40px;
}
.header-menu{
    display: none;}
.header-menu .logo{
    height: 50px;
    width: 148px;
    margin-right: 60px;
    flex: none;
}
.header-menu .menulist{
    position: relative;
    width: calc( 150px * 7);
    overflow: auto;
}
.gdzz{width: 40px;position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    height:100%;
    background: linear-gradient( 270deg, #FFFFFF 0%, rgba(255,255,255,0) 100%);
    border-radius: 0px 0px 0px 0px;}
.header-menu .header-menu-item ._text{
    font-size: 14px;
    justify-content: center;
    padding: 0 30px;
    height: 70px;}
.header-menu .header-menu-item{
    text-align: center;
    flex: none;
}

.header-menu {

    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.header-menu.show {
    display: block;
    opacity: 1;
}

.menulist {

    overflow: auto;
    /* IE 和 Edge 浏览器隐藏滚动条 */
    -ms-overflow-style: none;
    /* Firefox 浏览器隐藏滚动条 */
    scrollbar-width: none;
}

.menulist::-webkit-scrollbar {
    display: none;
}

@media (max-width: 768px){
    .banner .text-info .h1{
        font-size: 14px;
    }
    .banner .title{
        font-size: 40px;
    }
    .banner .spanlist{
        font-size: 14px;
        flex-wrap: wrap;
    }
    .ztimg{
        width: 335px;
        height: 162px;
        position: initial;
        margin: 20px auto;
    }
    .banner{
        height: 460px;
        background-image: url("../../imgs/zt/jxztwapbg.png");
    }
    .page-title{
        zoom: .7;
    }


    .header-menu .logo{
        display: none;
    }
    .header-menu{
        display: block;
        opacity: 1;
    }
    .header-menu .header-menu-item ._text {
        font-size: 12px;
        justify-content: center;
        padding: 0 10px;
        height: 30px;
    }
}
