.banner {
  position: relative;
}
.banner .board {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -140px;
  margin: auto;
  display: flex;
  height: 280px;
  background-color: #ffffff;
  box-shadow: 0px 2px 9px 1px rgba(47, 52, 72, 0.08);
  border-radius: 4px;
  align-items: center;
  justify-content: space-around;
}
.banner .board .item {
  width: 260px;
  text-align: center;
  position: relative;
}
.banner .board .item .num {
  font-size: 60px;
}
.banner .board .item .text {
  font-size: 24px;
  color: #999;
}
#profile {
  padding-bottom: 100px;
}
#profile .contentItem1 {
  margin-top: 200px;
  display: flex;
  justify-content: space-between;
}
#profile .contentItem1 .tit1,
#profile .contentItem1 .tit2 {
  text-align: left;
}
#profile .contentItem1 .left {
  font-size: 18px;
  color: #666;
  width: 626px;
}
#profile .contentItem1 .more {
  width: 70px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  cursor: pointer;
  outline: 1px solid #999;
}
#profile .coreProducts {
  background-color: #2284b2;
  padding-top: 80px;
  padding-bottom: 114px;
}
#profile .coreProducts .tit1,
#profile .coreProducts .tit2 {
  color: #ffffff;
}
#profile .coreProducts .imgbox {
  display: flex;
  justify-content: space-between;
}
#profile .coreProducts .imgbox .item {
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
#profile .coreProducts .imgbox .box {
  overflow: hidden;
}
#profile .coreProducts .imgbox img {
  width: 100%;
  display: block;
  transform: scale(1);
  overflow: hidden;
  transition: all 0.3s;
}
#profile .coreProducts .imgbox img:hover {
  transform: scale(1.2);
}
#profile .coreProducts .imgbox .text {
  height: 70px;
  text-align: center;
  font-size: 30px;
  line-height: 70px;
  background-color: #ffffff;
  color: #333;
  transition: all 0.3s;
}
#profile .coreProducts .imgbox .text:hover a {
  color: #2284b2;
}
#profile .News .news {
  display: flex;
  justify-content: space-between;
}
#profile .News .news .left {
  width: 100%;
}
#profile .News .news .right .imgbox {
  cursor: pointer;
}
#profile .News .news .top .newsNavBar {
  display: flex;
}
#profile .News .news .top .newsNavBar .item {
  width: 220px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  background-color: #eee;
  margin-right: 5px;
  cursor: pointer;
  font-size: 18px;
}
#profile .News .news .top .newsNavBar .item.active {
  background-color: #2284b2;
  color: #ffffff;
}
#profile .News .news .bottom {
  height: 500px;
  margin-top: 10px;
  position: relative;
}
#profile .News .news .bottom .contents {
  position: absolute;
  left: 0;
  display: none;
}
#profile .News .news .bottom .contents .imgbox {
  text-align: center;
}
#profile .News .news .bottom .newsitem {
  display: flex;
  box-sizing: border-box;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #dcdcdc;
}
#profile .News .news .bottom .newsitem .imgbox {
  width: 220px;
  cursor: pointer;
  overflow: hidden;
}
#profile .News .news .bottom .newsitem .imgbox img {
  transition: all 0.3s;
  transform: scale(1);
  width: 100%;
}
#profile .News .news .bottom .newsitem .imgbox:hover img {
  transform: scale(1.2);
}
#profile .News .news .bottom .newsitem .content {
  margin-left: 20px;
}
#profile .News .news .bottom .newsitem .content .tit {
  font-size: 16px;
  color: #333;
  overflow: hidden;
  cursor: pointer;
}
#profile .News .news .bottom .newsitem .content .tit .text {
  float: left;
}
#profile .News .news .bottom .newsitem .content .tit .date {
  float: right;
}
#profile .News .news .bottom .newsitem .content .tit:hover a {
  color: #2284b2;
}
#profile .News .news .bottom .newsitem .content .text {
  width: 680px;
  line-height: 25px;
  margin-top: 20px;
  font-size: 14px;
  color: #666;
}
#profile .cooperative .imgbox {
  cursor: pointer;
}
#profile .cooperative .imgbox img {
  width: 100%;
}
