.banner {
    width: 100%;
    /* height: 5.6px; */
    position: relative;
}
.bannerImg {
  width: 100%;
  /* height: 496px; */
}
.bannerDiv {
  position: absolute;
  left: 51%;
  top: 22%;
  width: 42%;
}
.bannerTitle {
    display: flex;
    align-items: flex-end;
    color: white;
    margin-bottom: 20px;
}
.bannerTitle h2 {
    font-size: 48px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #FFFFFF;
    margin-right: 15px;
}
.bannerTitle p {
    font-size: 30px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #FFFFFF;
}

.bannerLable {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.bannerLable p {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 26px;
    padding: 0 10px;
    background: #F47A0D;
    border-radius: 12px;
    margin: 0 15px 8px 0;
}

.bannerP {
    display: flex;
    align-items: baseline;
    margin: 16px 0;
}
.bannerP p {
    width: 6px;
    height: 6px;
    background: #FFFFFF;
    border-radius: 50%;
    margin-right: 10px;
}
.bannerP div {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
}

.nav {
    position: absolute;
    bottom: 0;
    left: 44%;
    width: calc(100% - 48%);
    padding-left: 4%;
    height: 60px;
    display: flex;
    align-items: center;
    background-color: #284BB1;
    border-top-left-radius: 60px;
    color: #F47A0D;
}
.nav li {
    font-size: 28px;
    font-family: PingFang SC;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    cursor: pointer;
    line-height: 59px;
}
.nav .articleMore {
    border-bottom: 1px solid #F47A0D; 
   color: #F47A0D;
}
.nav li:hover {
   border-bottom: 1px solid #F47A0D; 
   color: #F47A0D;
}
.articlePlate {
    padding: 30px 0;
    background: #284BB1;
    position: relative;
    z-index: 10;
    margin-bottom: 50px;
}
.articleList {
    width: 1200px;
    margin: auto;
    overflow: hidden;
}
.articleCon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 39px;
    cursor: pointer;
}
.articleConList {
  height: 378px;
}
.articleConList .articleCon:last-child {
  margin-bottom: 40px;
}
.articleConLeft {
    width: 86px;
    height: 100px;
    background-color: #fff;
    border-radius: 4px;
}
.articleConLeft h2 {
    font-size: 48px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    text-align: center;
    line-height: 68px;
}
.articleConLeft p {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    text-align: center;
}
.articleConRight {
    width: calc(100% - 106px);
}
.articleConRight h2 {
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 16px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.articleConRight p {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 22px;
  opacity: 0.8;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.artMore, .headRight {
  display: inline-block;
  border: 1px solid #e4e4e4;
  padding: 6px 14px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  border-radius: 4px;
  cursor: pointer;
}
.artMore {
  margin-top: 20px;
}

.interview, .worksDiv, .Events {
  width: 1200px;
  margin: 0 auto 50px;
}
.head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head h2 {
  font-size: 36px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
  margin-bottom: 20px;
}
.head img {
  width: 40px;
  margin-left: 50px;
}
.headRight {
  color: #999999;
  padding: 6px 20px;
  border: 1px solid #999999;
}

.works {
  width: 100%;
  height: 400px;
  padding: 30px 0;
  background-color: #DCDCDC;
  margin-bottom: 280px;
}
/* .worksMore {
  background: rgba(255,255,255,0.7);
  border-color: #fff;
} */
.worksCon {
  display: flex;
  justify-content: space-between;
}
.worksCons {
  overflow: hidden;
}
.worksList {
  float: left;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background: #FFFFFF;
  box-shadow: 3px 3px 3px 3px rgba(39,43,121,0.26);
  width: 590px;
  min-height: 350px;
  padding: 30px ;
  border-bottom: 2px solid #DCDCDC;
  margin-top: 40px;
  margin-right: 60px;
  position: relative;
  border-radius: 8px;
  z-index: 10;
}
.worksLable {
  width: 120px;
  margin-top: 40px;
  margin: 12px;
}
.worksLable img {
  width: 100%;
}
.worksLable p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #505050;
  text-align: center;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.worksText {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 24px;
}

.EventsCon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  height: 305px;
}
.EventsList {
  cursor: pointer;
  padding-right: 80px;
  margin-right: 80px;
  border-right: 1px solid #E1E1E1;
}
.EventsList:last-child {
  padding: 0;
  margin: 0;
  border: 0;
}

.EventsImg {
  width: 289px;
  height: 187px;
  position: relative;
}
.EventsImg img {
  width: 100%;
  height: 100%;
}
.EventsImg p {
  width: 50px;
  height: 40px;
  background-color: red;
  text-align: center;
  line-height: 40px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
}
.EventsText {
  width: 249px;
  background: #F7F7F7;
  padding: 16px;
}
.EventsTextTitle {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
}
.EventsTextP {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-indent: 30px;
}

.footer {
  width: 100%;
  height: 100px;
  background: #284BB1;
  margin-top: 40px;
}


/* swiper */
.flexdiv {
  width: 1200px;
  height: 248px;
  position: relative;
  padding: 40px;
}
  .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  .swiper-slide-active p,
  .swiper-slide-duplicate-active p {
    color: #284BB1 !important;
  }

  
  .swiper_con {
    width: 100%;
    height: 100%;
    cursor: pointer;
  }

  .swiper-slide .list {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .list img {
    width: 100%;
    height: 100%;
  }

  .swiperP {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }

  .swiperP img {
    width: 14px;
    margin-right: 10px;
  }

  .swiperP p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 24px;
  }

  .swiper-button-prev,
  .swiper-button-next {
    z-index: 100;
  }
  .swiper-button-prev {
    left: 0 !important;
  }
  .swiper-button-next {
    right: 0 !important;
  }
.swiper{
    --swiper-theme-color: #ff6600;
    --swiper-pagination-color: #ff6600;
    overflow: hidden;
  }
  .swiperCon {
    width: 500px;
    height: 256px;
    margin: 0 auto;
    float: right;
    margin-left: 30px;
    border: 10px solid #fff;
    position: relative;
    z-index: 99;
  }
  .swiperCon .swiper-pagination {
      display: flex;
      align-content: center;
      justify-content: flex-end;
      position: absolute;
      bottom: -34px !important;
      z-index: 101;
  }
  .swiperCon .swiper-pagination-bullet {
      background-color: #fff;
      opacity: 1;
  }
  .swiperCon .swiper-pagination-bullet-active {
      background-color: #ff6600;
      opacity: 1;
  } 
  .swiperCon .swiper {
    width: 100%;
    height: 100%;
  }

  @media screen and (max-width: 1650px) {
    .bannerDiv {
      width: 47%;
      left: 50%;
      top: 14%;
    }
    .bannerP div {
      font-size: 16px;
      line-height: 24px;
    }
  }
  @media screen and (max-width: 1400px) {
    .bannerDiv {
      width: 49%;
      top: 10%;
    }
    .interview, .worksDiv, .Events {
      margin: 0;
    }
    .nav li {
      font-size: 20px;
    }
    .bannerP div {
      font-size: 14px;
      line-height: 22px;
    }
  }

.H5Div {
  background-color: #284BB1;
}
.bannerH5 {
  width: 100%;
  position: relative;
}
.bannerImgH5 {
  width: 100%;
}
.bannerH5Div {
  position: absolute;
  right: 0;
  bottom: 20px;
}
.yuan {
  width: 160px;
}
.introduce {
  position: absolute;
  top: 50%;
  left: 40%;
  transform: translate(-30%, -55%);
}
.name {
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #2A30A5;
  text-align: center;
  margin-bottom: 16px;
}
.introduce p {
  width: 100%;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 800;
  color: #284BB1;
}

.intro {
  margin: -16px auto 0;
  width: calc(100% - 30px);
}

.introLable {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.introLable div {
  background: #F47A0D;
  border-radius: 8px;
  font-size: 13px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FBFEFD;
  padding: 6px 8px;
  margin: 0 8px 10px 0;
}
.introText p {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  text-indent: 24px;
  line-height: 24px;
}


.content {
  padding: 40px 15px 30px;
  width: calc(100% - 30px);
  background-color: #d0e3f8;
  border-top-left-radius: 60px;
}

.Navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.NavList img {
  display: inline-block;
  margin-bottom: 10px;
}
.NavList p {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #333333;
}

.articleH5 {
  background-color: #fff;
  box-shadow: 2px 9px 0px 0px rgba(7,35,100,0.08);
  border-radius: 15px;
  margin: 30px 0;
  overflow: hidden;
  padding-bottom: 10px;
}
.phoneHead {
  display: flex;
  justify-content: space-between;
}
.artHeadImg {
  width: 75%;
  position: relative;
}
.artHeadImg img {
  width: 100%;
}
.artHeadImg p {
  position: absolute;
  top: 8px;
  left: 20px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
}

.moreBtn {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #999999;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.articleConH5 {
  width: calc(100% - 30px);
  margin: 0 auto;
  height: 250px;
}
.articleListH5 {
  display: flex;
  justify-content: space-between;
  height: 50px;
  align-items: center;
}
.articleListH5 img {
  width: 10px;
}
.articleListH5 p {
  width: calc(100% - 14px);
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.interviewH5 {
  width: 100%;
  margin: 20px 0;
}
.interviewH5 .swiper_con {
  background-color: #fff;
  background: #284BB1;
  border-radius: 5px;
  overflow: hidden;
}
.interviewH5 .swiperP {
  margin: 0;
}
.interviewH5 .swiperP p {
  width: calc(100% - 30px);
  margin: auto;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFFFFF !important;
  line-height: 24px;
}
.EventConH5 {
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  margin-top: 20px;
}

.EventConH5 .worksLable {
  width: 33.3%;
  margin: 0;
  margin-bottom: 30px;
}
.EventConH5 .worksLable div {
  width: 80%;
  margin: auto;
}
.EventConH5 .worksLable img {
  width: 100%;
  margin-bottom: 15px;
}
.EventConH5 .worksLable p {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.videoConH5 {
  width: calc(100% - 30px);
  margin: 0 auto;
  margin-top: 20px;
}

.videoConList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.videoConList img {
  width: 46%;
}
.videoConLable {
  width: calc(100% - 50%);
}
.videoConTitle {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
  line-height: 20px;
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.videoConTime {
  font-size: 12px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #999999;
  margin-bottom: 8px;
}
.videoConText {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #666666;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 18px;
}


.fixedLogo {
  display: block;
  position: fixed;
  top: 80%;
  right: 80px;
  width: 132px;
  height: 132px;
  border: 5px solid #FFFFFF;
  box-shadow: 2px 9px 13px 0px rgba(18,15,15,0.15);
  border-radius: 50%;
  overflow: hidden;
  z-index: 102;
  cursor: pointer;
}

.fixedLogo img {
  width: 100%;
}
.fixedLogo .fixedLogodiv {
  position: absolute;
  bottom: 0;
  height: 56px;
  width: 100%;
  background: #000000;
  opacity: 0.3;
}
.fixedLogo div {
  position: absolute;
  bottom: 0;
  height: 46px;
  width: 100%;
  z-index: 10;
}
.fixedLogo h2 {
  font-size: 17px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
}


.fixedLogoH5 {
  width: 100%;
}
.fixedLogoH5 img {
  width: 100%;
  position: relative;
  bottom: -25px;
}


.Events {
  margin-bottom: 80px;
}
.logoDiv {
  display: flex;
  align-items: center;
  width: 1200px;
  margin: 0 auto 30px;
}
.logoDiv p{
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333;
  margin-right: 40px;
}
.logoDiv a img {
  width: 80%;
}