.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 a{
    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 a:last-child{
    border-right:none;
}
.chose{
font-weight: bold !important;
color: #A10008 !important;
}
.bodyimp{
    height: 740px;
    width: 100%;
    margin-bottom: 120px;
    position: relative;
    z-index: 1;
}

.bodyimp::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url('../img/centerbg.png');
    background-size: cover;
    opacity: 0.2; /* 设置透明度 */
    z-index: -1;
}
.bodyimpcenter{
    width: 1420px;
    margin: 96px auto 44px auto;
    display: flex;
}
.bodyimpcenter div{
    flex: 1;
}
.bodyimpleft img{
    width: 180px;
    height: 100px;
    margin-bottom: 80px;
}
.bodyimpleft div{
    margin-bottom: 40px;
}
.bodyimpleft div p:nth-child(1){
height: 26px;
font-family: Source Han Serif CN, Source Han Serif CN;
font-weight: 500;
font-size: 18px;
color: #D6B980;
line-height: 30px;
letter-spacing: 5px;
margin-bottom: 10px;
}
.bodyimpleft div p:nth-child(2){
height: 26px;
font-family: Source Han Serif CN, Source Han Serif CN;
font-weight: 200;
font-size: 18px;
color: #000000;
line-height: 30px;
}
.bodyimpmid img{
    width: 600px;
    height: 600px;
}
.bodyimpright{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bodyimpright p:nth-child(1){
height: 26px;
font-family: Source Han Serif CN, Source Han Serif CN;
font-weight: 500;
font-size: 18px;
color: #D6B980;
line-height: 30px;
letter-spacing: 5px;
margin-bottom: 24px;
}
.bodyimpright p:nth-child(2){
    width: 317px;
height: 309px;
font-family: Source Han Serif CN, Source Han Serif CN;
font-weight: 200;
font-size: 18px;
color: #000000;
line-height: 30px;
text-align: left;
font-style: normal;
text-transform: none;
}
.navbarbody a {
  color:#fff;
}
.navbarbody a::after {
    color: #fff;
    padding:0rem 0.5rem;
    content:">"
}