.news-layer1 {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 50px;
  width: 1200px;
}
.news-layer1 .title,
.news-layer2 .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 29px;
  margin-bottom: 23px;
}
.news-layer1 .title h3,
.news-layer2 .title h3 {
  font-size: 21px;
  font-weight: bold;
  color: #000000;
  display: flex;
  align-items: center;
}
.news-layer1 .title .more,
.news-layer2 .title .more {
  color: #027dff;
  font-size: 14px;
  cursor: pointer;
}
.news-layer1 .title .more:after,
.news-layer2 .title .more:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 2px solid #027dff;
  border-bottom: 2px solid #027dff;
  transform: rotate(-45deg);
}
.news-layer1 .title h3:before,
.news-layer2 .title h3:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 20px;
  background: #027dff;
  border-radius: 2px;
  margin-right: 8px;
}
.l1-left {
  width: 723px;
  height: 490px;
  background: #ffffff;
  box-shadow: 0px 5px 10px 0px #eaeaea;
  border-radius: 12px;
  padding: 26px 12px;
  box-sizing: border-box;
  cursor: pointer;
}
.l1-left img {
  width: 700px;
  height: 385px;
  border-radius: 8px;
  transition: all 0.5s;
}
.l1-left img:hover {
  transform: scale(1.1);
}
.l1-left .txt {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 50px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  color: #fff;
  border-radius: 0px 0px 8px 8px;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 20px;
  box-sizing: border-box;
}
.l1-left .el-carousel {
  width: 700px;
  min-width: 700px;
  margin-bottom: 0;
  position: relative;
}
.l1-left .el-carousel__item,
.l1-left .el-carousel__container {
  width: 700px;
  height: 385px;
  overflow: hidden;
}
.l1-right {
  width: 462px;
  height: 490px;
  background: #ffffff;
  box-shadow: 0px 5px 10px 0px #eaeaea;
  border-radius: 12px;
  padding: 26px 12px;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
}
.l1-right li {
  padding-bottom: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
.l1-right li:hover h3 {
  color: #027dff;
}
.l1-right li h3 {
  height: 24px;
  font-size: 17px;
  font-weight: bold;
  color: #000000;
  line-height: 24px;
  margin-bottom: 7px;
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.l1-right li .intro {
  height: 66px;
  font-size: 14px;
  color: #b8b8b8;
  line-height: 22px;
}
.l1-right li:last-child {
  border: 0;
  margin: 0;
}
.news-layer2 {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news-layer2 .item {
  width: 590px;
  background: #ffffff;
  box-shadow: 0px 5px 10px 0px #eaeaea;
  border-radius: 8px;
  padding: 25px 12px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.news-layer2 .item .img {
  overflow: hidden;
  width: 208px;
  height: 130px;
  border-radius: 8px;
  margin-left: 8px;
}
.news-layer2 .item img {
  width: 208px;
  height: 130px;
  border-radius: 8px;
  transition: all 0.5s;
}

.news-layer2 ul {
}
.news-layer2 li {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 28px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.news-layer2 li:last-child {
  border: 0;
  margin: 0;
}
.news-layer2 .item li:hover img {
  transform: scale(1.1);
}
.news-layer2 .item li:hover h3 {
  color: #027dff;
}
.news-layer2 li .txt {
  flex: 1;
  overflow: hidden;
}
.news-layer2 li h3 {
  height: 22px;
  font-size: 16px;
  font-weight: bold;
  color: #202020;
  line-height: 22px;
  margin-bottom: 6px;
  transition: all 0.5s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-layer2 li .intro {
  height: 66px;
  font-size: 16px;
  font-weight: 400;
  color: #9e9e9e;
  line-height: 22px;
  margin-bottom: 9px;
}
.news-layer2 li .bot {
  color: #c4c4c4;
  font-size: 14px;
}
.news-layer2 li .bot span {
  margin-right: 10px;
}
.meeting {
}
.meeting .title {
  cursor: pointer;
}
.meeting .title,
.news-layer2 .tit,
.team-layer .tit {
  width: 1200px;
  height: 100px;
  margin: 0 auto 50px;
  position: relative;
}
.meeting .title h3,
.news-layer2 .tit h3,
.team-layer .tit h3 {
  font-size: 52px;
  font-weight: bold;
  color: #3d3d3d;
  line-height: 73px;
  text-align: center;
  position: relative;
  top: 22px;
  z-index: 2;
}
.meeting .title h3:after,
.news-layer2 .tit h3:after,
.team-layer .tit h3:after {
  content: "";
  display: block;
  width: 38px;
  height: 7px;
  background: linear-gradient(90deg, #0aaacf 0%, #2a55fb 100%);
  border-radius: 4px;
  margin: 0 auto;
}
.meeting .title span,
.news-layer2 .tit span,
.team-layer .tit span {
  font-size: 66px;
  font-weight: bold;
  color: #0071ff;
  line-height: 79px;
  letter-spacing: 5px;
  text-align: center;
  opacity: 0.14;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.meeting-1 {
  width: 1200px;
  margin: 0 auto 50px;
  position: relative;
}
.meeting-1 .item {
  width: 670px;
  height: 560px;
  background: #ffffff;
  box-shadow: 0px 5px 10px -5px #eaeaea;
  border-radius: 10px;
  margin: 0 auto;
  cursor: pointer;
}
.meeting-1 .item img {
  width: 670px;
  height: 394px;
  transition: all 0.5s;
}
.meeting-1 .item .img {
  width: 670px;
  height: 394px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.meeting-1 .item:hover img {
  transform: scale(1.1);
}
.meeting-1 .item .txt {
  height: 80px;
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
  margin: 12px 12px 22px;
  transition: all 0.5s;
  word-break: break-all;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.meeting-1 .item:hover .txt {
  color: #0071ff;
}
.meeting-1 .item .bot {
  margin: 0 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.meeting-1 .item .bot .type {
  font-size: 24px;
  color: #0071ff;
  line-height: 33px;
}
.meeting-1 .item .bot .person {
  font-size: 24px;
  line-height: 33px;
}
.meeting-1 .item .bot .person span {
  color: #0071ff;
}
.meeting-1 .item-l {
  width: 219px;
  height: 386px;
  background: linear-gradient(270deg, #027dff 0%, rgba(133, 192, 255, 0) 100%);
  opacity: 0.33;
  position: absolute;
  left: 20px;
  top: 10px;
  border-radius: 0 10px 10px 0;
  transform: perspective(0.5em) rotateY(359.6deg) scale(0.9);
}
.meeting-1 .item-r {
  width: 219px;
  height: 386px;
  background: linear-gradient(270deg, #027dff 0%, rgba(133, 192, 255, 0) 100%);
  opacity: 0.33;
  position: absolute;
  right: 20px;
  top: 10px;
  border-radius: 10px;
  transform: perspective(1.5em) rotateY(1deg) scale(0.9) rotate(180deg);
}
.meeting-2 {
  width: 1200px;
  margin: 0 auto 50px;
  position: relative;
}
.meeting-2 ul {
  display: flex;
  justify-content: space-around;
}
.meeting-2 li {
  width: 503px;
  height: 436px;
  background: #ffffff;
  box-shadow: 0px 5px 10px 0px #eaeaea;
  border-radius: 10px;
  padding-bottom: 18px;
  cursor: pointer;
}
.meeting-2 li .img {
  width: 503px;
  height: 296px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.meeting-2 li img {
  width: 503px;
  height: 296px;
  transition: all 0.5s;
}
.meeting-2 li:hover img {
  transform: scale(1.1);
}
.meeting-2 li:hover .txt {
  color: #027dff;
}
.meeting-2 li .txt {
  height: 74px;
  font-size: 26px;
  font-weight: 500;
  color: #333333;
  line-height: 37px;
  transition: all 0.5s;
  margin: 12px 12px 22px;
  word-break: break-all;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.meeting-2 li .bot {
  margin: 0 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.meeting-2 li .bot .type {
  font-size: 20px;
  color: #0071ff;
  line-height: 28px;
}
.meeting-2 li .bot .person {
  font-size: 20px;
  line-height: 28px;
}
.meeting-2 li .bot .person span {
  color: #0071ff;
}
.meeting-3 {
  width: 1200px;
  margin: 0 auto;
}
.meeting-3 .el-carousel__container {
  padding: 0 50px;
  box-sizing: border-box;
  height: 460px;
}
.meeting-3 .el-carousel__item {
  /* width: 435px; */
  width: 595px;
  height: 450px;
  background: #ffffff;
  box-shadow: 0px 5px 10px -5px #eaeaea;
  border-radius: 10px;
}
.meeting-3 .img {
  width: 595px;
  height: 328px;
  overflow: hidden;
  border-radius: 8px 8px 0px 0px;
}
.meeting-3 img {
  width: 595px;
  height: 328px;
  background: #d8d8d8;
  transition: all 0.5s;
}
.meeting-3 .txt {
  height: 60px;
  font-size: 22px;
  font-weight: 500;
  color: #333333;
  line-height: 30px;
  margin: 12px 12px 8px;
  transition: all 0.5s;
  word-break: break-all;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.meeting-3 .bot {
  margin: 0 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.meeting-3 .bot .type {
  font-size: 16px;
  color: #0071ff;
  line-height: 22px;
}
.meeting-3 .bot .person {
  font-size: 16px;
  line-height: 22px;
}
.meeting-3 .bot .person span {
  color: #0071ff;
}
.meeting-3 .is-active:hover img {
  transform: scale(1.1);
}
.meeting-3 .is-active:hover .txt {
  color: #027dff;
}
.el-carousel__arrow {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #000000;
  opacity: 0.22;
}
.team-layer {
  width: 1200px;
  margin: 0 auto 50px;
}
.team-layer .list {
    margin-bottom: 15px;
    overflow: hidden;
    height: 118px;
}
.team-layer .list ul {
    position: relative;
    white-space: nowrap;
    transition: all .5s;
}
/* .team-layer .list::-webkit-scrollbar {display: none;} */
.team-layer .list li {
  display: inline-block;
  margin: 2px 15px 0;
  cursor: pointer;
  position: relative;
  z-index: 2;
  width: 90px;
  height: 110px;
}
.team-layer .list img {
  width: 90px;
  height: 110px;
  border-radius: 6px;
  transition: all .5s;
  /* filter: blur(1px); */
  opacity: .8;
}
.team-layer .list img.active {
  /* filter: none; */
  opacity: 1;
}
.team-layer .border{
    width: 90px;
    height: 110px;
    border: 2px solid #027DFF;
    border-radius: 8px;
    position: absolute!important;
    z-index: 1;
    left: -2px;
    top: -2px;
    transition: all .5s;
}
.team-layer .border::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 6px solid #027dff;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    bottom: -6px;
    left: 39px;
}

.team-layer .intro {
    display: flex;
}
.team-layer .intro img {
  width: 334px;
  height: 400px;
  margin-right: 20px;
  border-radius: 6px;
}
.team-layer .intro .r {
    flex: 1;
    height: 400px;
    background: #ffffff;
    box-shadow: 0px 5px 10px 0px #eaeaea;
    border-radius: 6px;
    padding: 30px 38px;
    box-sizing: border-box;
}
.team-layer .intro .name {
    height: 48px;
    font-size: 34px;
    font-weight: 500;
    color: #027DFF;
    line-height: 48px;
    margin-bottom: 8px;
}
.team-layer .intro .jobs {
    line-height: 28px;
    font-size: 20px;
    margin-bottom: 36px;
}
.team-layer .intro .txt {
    font-size: 18px;
    line-height: 27px;
    height: calc(27 * 8px);
    overflow-y: auto;
}
.team-layer .intro .txt::before {
    content: '';
    display: block;
    width: 26px;
    height: 5px;
    background: #027DFF;
    margin-bottom: 11px;
}