* {
  box-sizing: border-box;
}
.fd-content {
  width: 1200px;
  margin: 0 auto;
}
.fd-content .fd-title{
  font-size: 39px;
  width: 100%;
  text-align: center;
  margin-top: 104px;
  margin-bottom: 51px;
}
.fd-content .fd-con {
  line-height: 48px;
  margin-bottom: 50px;
  color: #666;
  font-size: 16px;
}
.fd-list{
  
}
.fd-list>li{float:left}
.fd-card {
  margin-right: 35px;
  margin-left: 35px;
  height: 256px;
  position: relative;
  cursor: pointer;
}
.fd-card .fd-tip-con{
  display: none;
}
.fd-card:hover .fd-tip-con{
  display: block;
}
.fd-list li:nth-child(1) .fd-card {
  margin-left:0;
}
.fd-card li:nth-child(3) .fd-card {
  margin-right: 0;
}
.fd-list .fd-card-date{
  width: 62px;
  height: 62px;
  background: #258ffc;
  color: #fff;
  position: absolute;
  right: -11px;
  top: -11px;
  text-align:center;
}
.fd-tip-box{
  width: 90%;
  background: #54c4e8;
  color: #fff;
  padding: 10px 20px;
  position: absolute;
  left: 5%;
  bottom: 17px;
}
.fd-tip-title {
  margin-bottom: 18px;
  width: 95%;
  margin: 0 auto;
}
.fd-tip-con{
  margin-top: 16px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.fd-card-date .fd-num {
 font-size: 20px;
 font-weight: 600;
  margin-top: 14px;
}
.fd-card-date .fd-date{
  font-size: 12px;
  margin-top: 5px;
}
.fd-more{
  text-align: center;
  font-size: 16px;
  color: #9ea5ad;
  margin-top: 48px;
  margin-bottom: 104px;
clear:both
}
.fd-more span{
 	cursor: pointer;
    font-size: 16px;
    color: #9ea5ad;
}
.fd-friend-box{
  margin: 0 auto;
  background: url('../image/icon-bg.png') no-repeat center;
  background-size: 102% 100%;
  height: 569px;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.fd-friend-title {
  font-size: 40px;
  color: #5f616d;
  text-align: center;
  margin-top: 104px;
}
.fd-friend-tip{
  color: #727272;
  font-size: 17px;
  margin: 0 auto;
  width: 465px;
  margin-top: 29px;
  margin-bottom: 104px;
}
.fd-friend-list{
  display: flex;
  width: 1200px;
  margin: 0 auto;
}
.fd-friend-list li{
 width: 19%;
 text-align: center;
 display:inline-block;
}
.fd-friend-list li img{
}
.fd-friend-list li:nth-child(1){
  margin-left: 0;
}
.fd-friend-list li:nth-child(5) {
  margin-right: 0;
}
.fd-friend-list .fd-name {
    margin-top: 40px;
    font-size: 16px;
    color: #666666;
}
.al{
  margin-top: 33px;
  margin-bottom: 33px;
}
.fd-swaper{
  height: 608px; 
  position: relative;
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  margin-top: 108px;
  height: 440px;
  margin-bottom: 40px;
}
.fd-swiper-pic{
  width: 100%;
  height: 180px;
  background: url('../image/card5.png')
}
.swiper-slide-box{
  box-shadow: 0 0px 5px #ccc;
   border-radius:10px;
}
.fd-swiper-down{
  height: 220px;
  background: #fff;
  border-radius: 0 0 5px 5px;
  padding: 40px 30px 30px 30px;
}
.fd-up-title{
  float:left;
  font-size: 27px;
  color: #404040
}
.fd-up-detail{
  float: right;
  width: 83px;
  height: 32px;
  background: #a1cedd;
  color: #fff;
  line-height: 32px;
  text-align: center;
  border-radius: 5px;
}
.line{
  width: 71px;
  background: #3aa9f0;
  height: 2px;
  clear: both;
  margin-top: 32px;
  margin-bottom: 30px;
}
.fd-down-item{
  margin-top: 3px;
  color: #666666;
}
.fd-down-item p{
    font-size: 16px;
    line-height: 26px;
}
.fd-big-swaper{
  background:#edf2f3;
  overflow: hidden;
  margin-top: -20px;
}