.banner img{
  width: 100%;
}
.whatDoing{
  padding: 70px;
  text-align: center;
  color: #333;
}
.whatDoing h3{
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 30px;
}
.floor1,.floor2{
  width: 950px;
  display: flex;
  justify-content: space-between;
  margin: auto;
}
.floor2{
  width: 1200px;
}
.floorIteam{
  width: 190px;
  height: 160px;
  padding: 45px 30px;
  border: 1px solid #fff;
  cursor: pointer;
}
.floorIteam:hover{
 border: 1px solid #d7daff;
 -webkit-box-shadow: #d7daff 0px 0px 20px; 
 -moz-box-shadow: #d7daff 0px 0px 20px; 
 box-shadow: #d7daff 0px 0px 20px; 
}
.floorIteam:hover p{
  color: #0e3090;
}

.imgName{
  font-size: 20px;
  margin: 10px;
}
.imgContain{
  position: relative;
  width: 100%;
  height: 80px;
}
.imgContain img{
  width: 80px;
}
.img1,.img2{
  position: absolute;
  top: 0;
  left: calc(50% - 40px);
}
.img2{
  display: none;
}
.floorIteam:hover .img2{
  display: block;
}
.floorIteam:hover .img1{
  display: none;
}
.industry{
  background-color: #004286;
  padding: 80px;
}
.industryCon{
  width: 1100px;
  display: flex;
  justify-content: space-between;
  -webkit-touch-callout: none; 
  -webkit-user-select: none; 
  -khtml-user-select: none; 
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; 
  margin:  auto;
  }
.tab{
  width:340px;
}
.tabP{
  height: 98px;
  background-color: #fff;
  margin-bottom: 16px;
  line-height: 98px;
  text-align: left;
  cursor: pointer;
}
.tabP span{
  font-size: 20px;
  color: #333;
}
.tabP .sp1{
  margin: 0 32px;
}
.content{
  width: 590px;
  padding-top: 150px;
  color: #fff;
}
.content h4{
  font-size: 32px;
  font-weight: 300;
  margin-bottom: 60px;
}
.content p{
  color: #fff;
  line-height: 32px;
  font-size: 14px;
}
.tabPActive span{
  color: #0e3090;
}
.con{
  display: none;
}
.show{
  display: block;
}
.news{
  padding: 140px 0;
  text-align: center;
}
.news h3{
  font-size: 32px;
  font-weight: 300;
  color: #333;
  margin-bottom: 70px;
}
.newsCon{
  height: 410px;
}
.swiper-container,.swiper-wrapper{
  height: 100%;
}
.slideCon{
  width: 560px;
  height: 330px;
  background-color: #f7f8fc;
  border-radius: 6px;
  display: flex;
  color: #505050;
  margin: 0 25px;
}
.newsDetail{
  padding: 50px 50px 40px 40px;
  text-align: left;
}
.newsDetail h6{
  font-size: 18px;
  color: #505050;
}
.newsDetail p{
  font-size: 14px;
}
.newsDate{
  font-size: 14px;
  margin: 14px 0 24px 0;
}
.newsThing{
  line-height: 24px;
  margin-bottom:28px ;
}
.readNum img{
  vertical-align: bottom;
}
.newsThing{
  height: 120px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5; 
  -webkit-box-orient: vertical;
}