.swiper{
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
}
.pic{
    width: 100%;
    height: 350px;
}
.bodytitle{
    width: 100%;
height: 64px;
background: #F6F4F3;
border-radius: 0px 0px 0px 0px;
}
.bodycenter{
    width: 1420px;
    height: 64px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bodycenter span{
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 20px;
    color: #999999;
    padding: 0 32px;
    border-right: 1px solid #CFC4BD;
    cursor: pointer;
}
.bodycenter span:last-child{
    border-right:none;
}
.chose{
font-weight: bold !important;
color: #A10008 !important;
}
.centerbody{
    min-height:928px;
    background: #F8F8F8;

}
.centerbg{
    width: 1420px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 365px); /* 四列，每列216px */
    grid-template-rows: repeat(2, 372px); /* 两行，每行216px */
}
.centerbg>a{
    box-sizing: border-box;
    margin: 0 20px 0 20px;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}
.centerbg a .img{
    height: 216px;
    width: 325px;
    text-align:center;
    background-color:#ccc;
    display: flex;
    align-items: center;
    justify-content: center;
}
.centerbg a img {
    max-height: 216px;
    max-width: 325px;
}
/* 不需要默认选中效果可删 */
.chose2 div{
    padding: 16px 24px;
    flex: 1;
    background: #A10008 !important;
    color: #fff;
}
.chose2 div p:nth-child(1){
    width: 100px;
height: 19px;
font-family: Source Han Sans CN, Source Han Sans CN;
font-weight: 400;
font-size: 18px;
color: #FFFFFF !important;
}
.chose2 div p:nth-child(2){
    margin-top: 16px;
    height: 45px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF !important;
}
/* 不需要默认选中效果可删 */
.centerbg a .title {
    padding: 16px 24px;
    flex: 1;
    background-color: #fff;
}
.centerbg a .title p:nth-child(1){
    height: 19px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
}
.centerbg a .title p:nth-child(2){
    margin-top: 16px;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.centerbg a:hover .title{
    background: #A10008 !important;
    color: #fff !important;
}
.centerbg a:hover .title p{
    color: #fff;
    transition: all 0.5s linear;
}
.fenye{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.fenye button{
width: 30px;
height: 30px;
background: #fff;
border: 1px solid #CCCCCC;
margin: 6px;
cursor: pointer;
}
.fenye input{
width: 30px;
height: 30px;
background: #fff;
border: 1px solid #CCCCCC;
margin: 6px;
}
.fenye button:nth-child(2){
    width: 40px;
height: 30px;
font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 13px;
color: black;
line-height: 24px;
}
.fenye button:last-child{
    width: 40px;
height: 30px;
font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 13px;
color: black;
line-height: 24px;
}
.fenye button:nth-child(6){
    width: 40px;
height: 30px;
font-family: Microsoft YaHei, Microsoft YaHei;
font-weight: 400;
font-size: 13px;
color: black;
line-height: 24px;
}
.chose3{
    color: #fff !important;
    background-color:#A10008 !important;
}
button:hover {
    background-color: #c6c6c6; /* 鼠标悬停时的背景色 */
  }
  
button:active {
background-color:#c6c6c6; /* 鼠标点击时的背景色 */
}
  
 
.xx button:focus {
outline: none; /* 移除默认的轮廓，如果你不想显示轮廓的话 */
color: #fff !important;
}
.navbarbody a {
  color:#fff;
}
.navbarbody a::after {
    color: #fff;
    padding:0rem 0.5rem;
    content:">"
}