.submenu-wrapper::before{content:"";position:absolute;bottom:0px;left:50%;margin-left:0px;transform:translateX(-50%);border-left:8px solid rgba(0,0,0,0);border-right:8px solid rgba(0,0,0,0);border-bottom:8px solid #fff;z-index:51}
.swiper-pagination{display:flex;justify-content:center;align-items:center}
.paginationa .swiper-pagination-bullet{background-color:#fff;opacity:1 !important;margin:0 8px !important;}
.swiper-pagination-bullet-active{background-color:rgba(0,0,0,0) !important;position:relative;width:20px !important;height:40px !important;border-radius:0 !important;background-image:url(../img/矩形2498.png) !important}
.paginationb.swiper-pagination-bullet{background-color:#8b8b8b !important; }
.border-b-1{border-width:1px;border-style:solid;border-color:#e5e5e5;border-top:none;border-left:none;border-right:none}
.border-t-1{border-width:1px;border-style:solid;border-color:#e5e5e5;border-bottom:none;border-left:none;border-right:none}
.border-l-1{border-width:1px;border-style:solid;border-color:#e5e5e5;border-top:none;border-bottom:none;border-right:none}
.border-r-1{border-width:1px;border-style:solid;border-color:#e5e5e5;border-top:none;border-bottom:none;border-left:none}

.honor-bg-1{
    background-image: url(../img/honor-1.png);
    padding: 24px 36px;
    
}

.swiper-paginations .swiper-pagination-bullet{
    /*width:10px!important;*/
    /*height:10px!important; */
    margin-left:15px!important
}
.honor-bg-2{
    background-image: url(../img/honor-2.png);
    background-size: 100% 100%!important;
}

.pt42{
    padding-top: 42px;
    color: #8C6844;
    margin: 0 auto;
    line-height: 1.75rem;
    padding-left: 1em;
    text-indent: -1em;
}

.pt18{
    padding-top: 18px;
    font-size: 24px;
}

.bg001{
    background-image: url('../img/banner-bg001.png');
}


.team1965 p span {
    text-wrap: wrap!important;
    font-size: 1rem!important;
}

.bgsHover:hover{
    background-image: url('../img/news-bgs.png');
}

.firstNews:hover .first1,.firstNews:hover .first2{
    color: #B80009!important;
}

input::placeholder {
  color: #333333;
  opacity: 1; /* 确保颜色不因浏览器默认样式变淡 */
}

/* 兼容不同浏览器 */
input::-webkit-input-placeholder { /* Chrome/Safari */
  color: #333333;
}
input::-moz-placeholder { /* Firefox */
  color: #333333;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: #333333;
}

.pl-3{
    padding-left: 1rem!important;
}

@media screen and (max-width:780px){
    .team1965 p span, .team1965 p b {
        font-size: 1.625rem!important;
    }
    
    .honor-bg-1{background-size: 100% 100%!important;}
}


.animate-marquee-container {
    display: flex;
    width: max-content;
    animation: marquee 10s linear infinite;
    /*padding-top: 42px;*/
  }
  
  @keyframes marquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }
  
  .marquee-item {
    flex: 0 0 auto;
  }
