
.header-item {
  padding: 0 16px;
  background-color: #F2F2F2;

}
.header-item-left {
  position: absolute;
  top: 234px;
  /*left: 88px;*/
}
.header-item-left-item {
  margin: 0 80px;
}
.header-item h1 {
  height: 70px;
  font-size: 48px;
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  font-weight: bold;
  color: #ffffff;
}
.header-item p {

  width: 625px;
  height: 74px;
  font-size: 16px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #A5C0DE;
  line-height: 25px;
  margin: 37px 0 80px 0;
}
.header-item a {

}
.center {
  background-color: #e5e5e5;
  margin: 0 16px;
}
.center .center-h1 {
  font-size: 42px;
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  font-weight: bold;
  color: #004ea2;
  padding-top: 38px;
  margin-bottom: 18px;
}
.center .center-h3 {
  font-size: 42px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #222222;
  margin-bottom: 18px;
}
.center .center-p {
  width: 1230px;
  font-size: 18px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #323232;
  line-height: 28px;
  margin: auto;
  padding-bottom: 38px;
}
.banner2-wrapper {
  position: relative;
}
.center .center-img {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
  margin: auto;
}
.banner2-wrapper-img {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
  margin: auto;
}
.banner2-right {
  position: absolute;
  right: 54px;
  max-width: 90%;
  height: 70%;
  top: 10%;
  background: #fff;
  opacity: 0.8;
  padding: 20px;
}
.banner2-right .title {
  font-size: 25px;
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  font-weight: bold;
  color: #323232;
  line-height: 38px;
}
.banner2-right .lit-title{
  font-size: 22px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #323232;
  line-height: 48px;
}
.banner2-right .des{
  font-size: 18px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #323232;
  line-height: 24px;
}
.banner-item {
/*width: 100%;*/
  height: 666px;
  display: flex;
  background-color: #fff;
  margin: 0 16px;
}
.banner-item-left {
  width: 50%;
  padding: 160px 0 0 50px;
}

.banner-item-left h1 {
  font-size: 37px;
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  font-weight: bold;
  color: #323232;
  line-height: 58px;
}
.banner-item-left h2 {
  font-size: 37px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #323232;
  line-height: 58px;
  margin-bottom: 22px;
}
.banner-item-left p {
  width: 100%;
  height: 99px;
  font-size: 18px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  padding-right: 50px;
  margin-bottom: 22px;
}
.banner-item-right {
  width: 50%;
 }
.banner-item-right img {
  width: 100%;
  height: 666px;
  cursor: pointer;
  object-fit: cover;
}
.banner-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 16px;
}
.banner-wrap-box {
  width: 33%;
  height: 360px;
  background: #004ea2;
}
.banner-wrap-box-b {
  margin-bottom: 10px;
}
.banner-wrap-box-item {
  /* width: 512px; */
}
.banner-wrap-img {
  width: 100%;
  height: 360px;
  cursor: pointer;
  object-fit: cover;
  transition: all 2s;
}
.banner-wrap-img:hover {
  transform: scale(1.2);
}
.banner-wrap-img-box {
  width: 33%;
  height: 360px;
  overflow: hidden;
}

.banner-wrap-box h1 {
  /* width: 319px; */
  /* height: 42px; */
  font-size: 29px;
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  font-weight: bold;
  color: #ffffff;
  line-height: 53px;
  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.banner-wrap-box p {
  /*width: 521px;*/
  height: 54px;
  font-size: 18px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  padding: 0 50px 36px 50px;
}
/* 中金动态 */
.dynamic {
  position: relative;
  margin: 0 16px;
  background: #fff;
}
.dynamic-box {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  position: inherit;
  z-index: 10;
}
.dynamic-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.dynamic-box-item {
  width: 496px;
  margin-bottom: 60px;
}
.dynamic-box-item-img{
  height: 282px;
  width: 100%;
  object-fit: cover;
}
.dynamic-box-item h1 {
  width: 500px;
  height: 67px;
  font-size: 26px;
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  font-weight: bold;
  color: #323232;
  line-height: 32px;
  margin: 23px 0;
  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.dynamic-box-item h1:hover {
  color: #004ea2;
}
.dynamic-box-item p {
  width: 486px;
  height: 75px;
  font-size: 16px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.demand {
  height: 400px;
  background-color: #e5e5e5;
  padding-left: 104px;
  padding-top: 76px;
}
.demand h1 {
  font-size: 42px;
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  font-weight: bold;
  color: #000000;
  line-height: 58px;
  margin-bottom: 10px;
}
.demand h2 {
  font-size: 24px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #000000;
  line-height: 28px;
  margin-bottom: 15px;
}
.demand p {
  width: 1203px;
   /*font-size: 24px;*/
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  /* color: #000000; */
  line-height: 30px;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .center .center-p {
    width: 80%;
  }
  .demand {
    padding: 0 44px;
  }
  .demand p {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
  }
  .dynamic-box-item {
    width: 100%;
  }
}
@media (min-width: 767px) {
  .center .center-p {
    width: 80%;
  }
  .demand {
    padding: 76px 44px 0 44px;
  }
  .demand h2 {
    font-size: 34px;
  }
  .demand p {
    width: 100%;
    font-size: 26px;
  }
  .header-item h1 {
    font-size: 30px;
  }
  .header-item p {
    margin: 0;
  }
  .header-item-left-item {
    margin: 0 30px;
  }
  .banner-item-left {
    padding: 160px 0 0 30px;
  }
  .banner-item-left h1 {
    font-size: 25px;
  }
  .banner-item-left h2 {
    font-size: 25px;

  }
  .banner-item-left p {
    font-size: 20px;
  }
  .banner-item-left p{
    width: 100%;
    height: 189px;
    /*overflow:hidden;*/
    /*text-overflow: ellipsis;*/
    /*-webkit-line-clamp: 4;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*margin-bottom: 62px;*/
  }
  .banner-wrap-box-b {
    margin-bottom: 0px;
  }
  .dynamic-box-item h1 {
    height: 87px;
  }
}


@media (max-width: 1199px) {

  .center .center-p {
    width: 80%;
  }

  .demand p {
    width: 100%;
  }
  .banner-wrap-box {
    width: 50%;
  }
  .banner-wrap-img-box {
    width: 50%;
  }
  .banner-wrap-box p {
    width: 100%;
  }

  .header-item-left {
    width: 45%;
    top: 60px;
  }
  .header-item p {
    width: 100%;
  }
  .dynamic-box {
    padding: 20px;
  }
  .dynamic-box-item h1 {
    width: 100%;
  }
  .dynamic-box-item {
    width: 100%;
    margin-bottom: 60px;
  }
  .dynamic-box-item-img {
    height: auto;
  }
  .dynamic-box-item h1 {
    font-size: 36px;
    line-height: 42px;
    max-height: 87px;
  }
  .dynamic-box-item p {
    width: 100%;
    height: 70px;
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .dynamic-box-date {
    font-size: 26px;

  }
  /*.center .center-img {*/
  /*  display: none;*/
  /*}*/
  /*.banner2-wrapper {*/
  /*  display: block;*/
  /*}*/
}

@media only screen and (min-width: 1200px) {

  .center .center-p {
    width: 1080px;
  }
  .dynamic-box-item {
    width: 383px;
    margin-bottom: 60px;
  }
  .dynamic-box-item h1 {
    width: 100%;
    height: 67px;

  }
  .dynamic-box-item p {
    width: 100%;
  }
  .header-item-left {
    width: 43%;
    top: 170px;
  }
  .header-item p {
    width: 100%;
  }
  .header-item h1 {
    font-size: 40px;
  }
  .banner-wrap-box-b {
    margin-bottom: 10px;
  }
  .demand p {
    width: 1080px;
    font-size: 20px;
    margin-top: 30px;
  }
  /*.center .center-img {*/
  /*  display: block;*/
  /*}*/
  /*.banner2-wrapper {*/
  /*  display: none;*/
  /*}*/
  .banner2-right {
    max-width: 47%;
    padding: 30px;
    top: 13%;
  }
  .banner2-right .title {
    font-size: 37px;
  }
  .banner2-right .lit-title {
    font-size: 22px;
  }
  .banner2-right .des {
    line-height: 28px;
  }
  .banner-wrap-box p {
    height: 84px;
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .banner-item-left h1 {
    font-size: 32px;
  }
  .banner-item-left h2 {
    font-size: 32px;

  }
  .banner2-right {
    max-width: 47%;
    padding: 20px;
    top: 12%;
  }
  .banner2-right .title {
    font-size: 32px;
  }
  .banner2-right .lit-title {
    font-size: 32px;
  }
  .banner2-right .des {
    font-size: 18px;
    line-height: 24px;
  }
  .banner-item-left p {
    font-size: 18px;
  }
}

  @media screen and (min-width: 1680px) {
  .dynamic-box-item {
    width: 496px;
    margin-bottom: 60px;
  }
  .header-item-left {
    top: 234px;
  }
  .header-item p {
    width: 625px;

  }
  .center .center-p {
    width: 1230px;
  }
  .header-item h1 {
    font-size: 42px;
  }
  .header-item-left-item {
    margin: 0 80px;
  }
  .banner-item-left {
    width: 50%;
    padding: 160px 0 0 50px;
  }
  .banner-item-left h1 {
    font-size: 37px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #323232;
    line-height: 58px;
  }
  .banner-item-left h2 {
    font-size: 37px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #323232;
    line-height: 58px;
    margin-bottom: 22px;
  }
  .banner-item-left p {
    width: 100%;
    height: 99px;
    font-size: 18px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    padding-right: 50px;
    margin-bottom: 22px;
  }
  .banner-wrap-box-b {
    margin-bottom: 10px;
  }
  .demand {
    height: 400px;
    background-color: #e5e5e5;
    padding-left: 104px;
    padding-top: 76px;
  }
  .demand h1 {
    font-size: 42px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #000000;
    line-height: 58px;
    margin-bottom: 10px;
  }
  .demand h2 {
    font-size: 24px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .demand p {
    width: 1203px;
    font-size: 20px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    /* color: #000000; */
    line-height: 30px;
    margin-bottom: 15px;
  }
  /* 中金动态 */
  .dynamic {
    position: relative;
    margin: 0 16px;
    background: #fff;
  }
  .dynamic-box {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    position: inherit;
    z-index: 10;
  }
  .dynamic-bg {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
  .dynamic-box-item {
    width: 496px;
    margin-bottom: 60px;
  }
  .dynamic-box-item-img{
    height: 282px;
    width: 100%;
    object-fit: cover;
  }
  .dynamic-box-item h1 {
    width: 500px;
    height: 67px;
    font-size: 26px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #323232;
    line-height: 32px;
    margin: 23px 0;
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
  .dynamic-box-item h1:hover {
    color: #004ea2;
  }
  .dynamic-box-item p {
    width: 486px;
    height: 75px;
    font-size: 16px;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
    overflow:hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
    .banner2-right {
      max-width: 47%;
      padding: 50px;
      top: 13%;
    }
    .banner2-right .title {
      font-size: 37px;
    }
    .banner2-right .lit-title {
      font-size: 26px;
      line-height: 68px;
    }
    .banner2-right .des {
      line-height: 28px;
    }
    .banner-wrap-box p {
      /*width: 521px;*/
      /*height: 54px;*/
      font-size: 18px;
      font-family: Source Han Sans CN-Regular, Source Han Sans CN;
      font-weight: 400;
      color: #ffffff;
      line-height: 28px;
      padding: 0 50px 36px 50px;
    }
}
