@charset "utf-8";
/* CSS Document */

.content { min-width: 320px; }
.fd-banner {
   /* background: url(../images/fd-banner.png) center center no-repeat;*/
    background-size: cover;
}
.fd-banner img { width: 100%; }
.fd1 {
    background-color: #f5f5f5;
    padding: 80px 0;
}
.fd1-item>li {
    width: 31%;
    margin-right: 20px;
    background-color: #fff;
    float: left;
    padding: 30px 35px 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fd1-item>li:last-child {
    margin-right: 0;
}
.fd1-item>li h5 {
    font-size: 24px;
    color: #222222;
    padding-top: 30px;
}
.fd1-item>li p {
    color: #777777;
    padding-top: 20px;
    padding-bottom: 70px;
}
.fd1-item-link {
    display: inline-block;
    border: 1px solid #d3d2d2;
    padding: 8px 74px;
    text-align: center;
    font-size: 16px;
   font-family: 'Simsun';
   color: #333;
   border-radius: 25px;
}
.fd1-item>li:hover .fd1-item-link {
    background-color: #e22434;
    border-color: #e22434;
    color: #fff;
}
/*第二屏*/
.fd2 {
    background: url(../images/fd-bg1.png) center center no-repeat;
    padding: 90px 0;
    -webkit-background-size: cover;
    background-size: cover;
    height: 775px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fd2-content img {
    width: 100%;
}
.fd2-item p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.fd-title {
    font-size: 36px;
    color: #fff;
}
.fd2-p{
    font-size: 16px;
    color: #999999;
    padding: 20px 0;
}
.fd2-list {
    position: relative;
    padding-top: 60px;
}
.fd2-item {
    width: 100%;
    position: relative;
}
.fd2-item>li{
    width: 23.7%;
    background-color: #fff;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px 10px 20px;
    transition: all  .5s;
/*     margin-right: 16px; */
    overflow: hidden;
    
}
.fd2-list .swiper-button-prev,.fd2-list .swiper-button-next {
    width: 23px;
    height: 41px;
    top: 240px;

}
.fd2-list .swiper-button-prev {
    background: url(../images/fd2-icon1.png) no-repeat;
}
.fd2-list .swiper-button-next {
    background: url(../images/fd2-icon2.png) no-repeat;
}
.fd2-item>li a{
    display:inline-block;
    background: #e22434;
    padding: 10px 30px;
    font-size: 14px;
    color: #fff;
    border-radius: 6px;
    display: none;
}
.fd2-item>li p {
    font-size: 16px;
    color: #484848;
    padding-top: 30px;
    padding-bottom: 10px;
}
.fd2-item>li:hover {
    -webkit-transform: translate(0, -20px);
       -moz-transform: translate(0, -20px);
        -ms-transform: translate(0, -20px);
         -o-transform: translate(0, -20px);
            transform: translate(0, -20px);
}
.fd2-item>li:hover a {
    display: inline-block;
}
.fd2-item>li:hover p {
    color: #e22434;
}
/* .fd2-item-left,.fd2-item-right {
    position: absolute;
    width: 23px;
    height: 41px;
    top: 240px;
    background: url(../images/fd2-icon1.png) no-repeat;
}
.fd2-item-left {
    left: -70px;
}
.fd2-item-right {
    right: -70px;
    background: url(../images/fd2-icon2.png) no-repeat;
} */


@media (max-width: 1250px) {
    .fd2-item>li{width:23%;}
    
}


@media (max-width: 1024px) {
    .fd2-item{padding-left: 16px;}

}


@media (max-width:920px) {
    .fd1-item>li p {padding-bottom: 40px;}
     .fd1-item-link{padding: 8px 40px;}
     .fd2-item>li {width: 22%;}
     

}

@media (max-width: 767px) {
    .fd1,.fd2{padding: 4rem 0;}
    .fd1-item>li{width: 100%;}
    .fd1-item>li h5{font-size: 1.2rem;}
    .fd2{height: auto;}
    .fd2-item>li{ width: 100%;}
    .fd2-item{padding-left: 0;}
    .fd2-item>li p {font-size: .8rem;}


}

@media (max-width: 667px) { 
   
}

@media (max-width: 370px) {
    
}