.center{
    width:100%;
    /* min-height:1500px; */
    /* background:rgba(244,244,244,1); */
    text-align: center;
}
.oneTop{
    padding-top: 93px;
}
.oneTop>p:nth-of-type(1){
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.oneTop>p:nth-of-type(1) img{
     width: 40px;
     height: 40px;
     background-size: 100% 100%;
}
.oneTop>p:nth-of-type(1) span{
    font-size:40px;
font-family:PingFang-SC-Medium;
font-weight:bold;
color:rgba(0,0,0,1);
}
.oneTop>p:nth-of-type(2){
    font-size:18px;
    font-family:PingFang-SC-Regular;
    font-weight:bold;
    color:rgba(0,0,0,1);
}
.oneImg{
    margin-left: 17.5%;
    width: 65%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 100px auto;
}
.oneImg >a{
    margin-left:2.5%;
}
.oneImg div{
    min-height:350px;
    overflow: hidden;
    background:rgba(255,255,255,1); 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;  
    margin-top: 28px;
}
.oneImg div img{
    width: 100%;
    max-height:300px;
    background-size: 100% 100%;
    overflow: hidden;
}
.oneImg div img:hover{
    width: 100%;
    max-height:300px;
    overflow: hidden;
    animation: heartbeat 5s linear 0s infinite alternate;
}
@keyframes heartbeat {
    0%   { transform: scale(1);}
    100% { transform: scale(1.2);}
}
.oneImg div p:nth-of-type(1){
    margin-top: 46px;
    font-size:24px;
font-family:PingFang-SC-Medium;
font-weight:bold;
color:rgba(51,51,51,1);
}
.oneImg div p:nth-of-type(2){
    width: 100%;
    padding: 3% 5%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.oneImg div p:nth-of-type(2) span{
    display: inline-block;
    text-align: center;
    font-size:15px;
font-family:PingFang-SC-Medium;
font-weight:500;
color:rgba(153,153,153,1);
padding-right: 5px;
}
.oneImg div p:nth-of-type(2) span:nth-of-type(1){
    text-align: left;
}
.oneImg div p:nth-of-type(2) span:nth-of-type(1){
    text-align: right;
}
.centers img{
    width: 100%;
    height: auto;
    background-size: 100% 100%;
}
.lun{
    width: 100%;
    height: 876px;
    background-image: url("../img/images/b.png");
    background-size: 100% 100%;
    text-align: center;
}
.lun>p:nth-of-type(1){
    padding-top: 40px;
    font-size:36px;
    font-family:MicrosoftYaHei;
    font-weight:400;
    color:rgba(51,51,51,1);
}
.lunImg{
    width: 60%;
    margin-left: 20%;
    margin-top: 80px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    background-image: url("../img/images/left.png") !important;
    width:40px !important;
    height: 40px !important;
    -webkit-background-size:auto auto !important;
    top: 90% !important;
    margin-left: 40%;
   
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    background-image: url("../img/images/right.png") !important;
    width:40px !important;
    height: 40px !important;
    -webkit-background-size:auto auto !important;
    top: 90% !important;
    margin-right: 40%;
}
.swiper-slide{
    background-color: transparent !important;
}


