.bd .pc-body{
    display: none;
}
.header{
    position: fixed;
}
.bd .pc-body:nth-child(1){
    display: flex;
}
.top li:nth-last-child(1){
    border-right:none;
}
.top li:nth-child(1){
    border-left:none;
}
.pcon {
    border-left: 1px solid red;
}
.pc-center .top{
    display: flex;
    line-height: 1.5;
    align-items: center;
}
.pc-center .top li:after{
    right: -10px;
}
.pc-center .top>li{
    flex: 1;
    overflow: inherit;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hc .swiper-slide>div a .img{
    border: 1px solid red;
    overflow: hidden;
}

.hc .swiper-slide>div a img{
    border: none;
    transition: all .3s;
}

.hc .swiper-slide>div a:hover img{
    transform: scale(1.1);
}
.xp .content{
    overflow: hidden;
}
.xp .content:hover img{
    transform: scale(1.1);
}
.xp .content img{
    transition: all .3s;
}

@media only screen and (max-width:1540px) {
    .scsw .swiper-container{
        height: 800px;
    }
}

@media only screen and (max-width:1450px) {
    .scsw .swiper-container{
        height: 700px;
    }
    .hc .swiper-slide{
        height: calc((100% - 95px) / 2);
    }
}

@media only screen and (max-width:1320px) {
    .scsw .swiper-container{
        height: 850px;
    }
    .hc .swiper-slide{
        height: calc((100% - 95px) / 2);
    }
}

@media only screen and (max-width: 1150px){
    .ftfm-r textarea{

        width: 100%;
    }
}


@media only screen and (max-width:992px) {
    .pc-center .top{
        display: block;
    }
    .scsw .swiper-container{
        height: 700px;
    }
    .hcc .swiper-slide{
        height: calc((100% - 95px) / 2);
    }
   .pc-center .top>li{
    flex: 1;
    overflow: inherit;
    height: 100%;
    display: inline-block;
    justify-content: center;
    align-items: center;
}
}

@media only screen and (max-width:800px) {
    .scsw .swiper-container {
        height: 620px;
    }
}
@media only screen and (max-width:560px) {
     .hc .swiper-slide {
         height: calc((100% - 30px) / 2);
      }
}