header{
  background: #ff6e8d;
}
header i{
  font-style: normal;
}
header .search{
  display: flex;
  background: #fff;
  border-radius: 100px;
  line-height: 6.6vw;
}
header .search input{
  width: 80%;
  height: 100%;
  outline-style: none;
  border: none;
  border-radius: 100px 0 0 100px;
  padding: 0 4vw;
  box-sizing: border-box;
  color: #ff6e8d;
  font-size: 4vw;
}
header .search input::placeholder{
  color: #ccc;
}
header .search .icon-sousuo{
  color: #fff;
  font-size: 5vw;
}
header .search .btn{
  width: 20%;
  height: 80%;
  box-sizing: border-box;
  border-radius: 100px;
  background: #ff6e8d;
  margin: 0.8vw 1vw 0 0;
}
.banner{
  width: 100%;
  height: 36vw;
}
.banner .swiperBanner .swiper-wrapper .swiper-slide a{
  display: block;
  width: 100%;
  height: 100%;
}
.banner .swiperBanner .swiper-wrapper .swiper-slide a img{
  width: 100%;
  height: 100%;
}
.nav{
  width: 100%;
  height: 20vw;
  padding: 3vw 0 3vw 0;
  background: #fff;
}
.nav ul{
  width: 100%;
  height: 100%;
  display: flex;
}
.nav ul li{
  width: 20%;
  height: 100%;
  padding-top: 1.8vw;
}
.nav ul li a{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.nav ul li a img{
  margin: 0 auto;
  width: 60%;
  height: auto;
}
.nav ul li a span{
  font-size: 3.8vw;
  color: #b0b0b0;
}
.rec{
  width: 100%;
  background: #fff;
  margin-top: 2vw;
}
.rec .title{
  width: 92vw;
  height: 12vw;
  padding: 0 4vw;
}
.rec .title span{
  font-size: 5vw;
  line-height: 12vw;
  color: #333;
}
.rec .title .more{
  width: 16vw;
  height: 8vw;
  background: #ff6e8d;
  text-align: center;
  line-height: 8vw;
  float: right;
  border-radius: 100px;
  margin-top: 2vw;
}
.rec .title .more a{
  color: #fff;
  font-size: 4vw;
  display: block;
}
.rec ul{
  width: 92vw;
  display: flex;
  padding: 0 4vw;
  flex-wrap: wrap;
  
}
.rec ul li{
  width: 28vw;
  height: 40vw;
  margin: 0 4vw 2vw 0;
}
.rec ul li:nth-child(3n){
  margin-right: 0;
}
.rec ul li a{
  display: block;
  width: 100%;
  height: 100%;
}
.rec ul li a .img1{
  width: 28vw;
  height: 28vw;
  margin-bottom: 2vw;
  background-size: cover!important;
  background-position: center center!important;
}
.rec ul li a span{
  font-size: 3vw;
  color: #a0a0a0;
}
.rec ul li a h4{
  overflow: hidden;
  white-space: nowrap;
  font-size: 3vw;
  font-weight: 400;
  text-align: center;
}
.rec .news{
  width: 100%;
}
.rec .news ul{
  width: 92%;
  height: 100%;

}
.rec .news ul li{
  width: 100%;
  height: 20vw;
  margin: 0;
  margin-bottom: 3vw;
}
.rec .news ul li a {
  display: flex;
  width: 100%;
  height: 100%;
}
.rec .news ul li a .picbox{
  width: 30vw;
  height: 20vw;
  background-size: cover!important;
  background-position: center center!important;
}
.rec .news ul li a .picbox img{
  width: 100%;
  height: 100%;
  margin: 0;
}
.rec .news ul li a .infobox{
  flex: 1;
  padding-left: 3vw;
  position: relative;
}
.rec .news ul li a .infobox p{
  color: #444;
  font-size: 3.8vw;
  font-weight: 600;
  display: -webkit-box;
  display: -moz-box;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:2;   /*显示行数*/
}
.rec .news ul li a .infobox .datebox{
  width: 96%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.rec .news ul li a .infobox .datebox .time{
  float: right;
}
.connect{
  width: 92%;
  background: #fff;
  margin-top: 2vw;
  display: flex;
  padding: 4vw;
  justify-content: space-between;
}
.connect a{
  display: block;
  width: 30vw;
  height: 18vw;
  text-align: center;
  padding-top: 2vw;
}
.connect a img{
  width: 12vw;
  height: 12vw;
  margin: 0 auto;
}
.connect a span{
  font-size: 3.2vw;
  color: #bbb;
}