.header-video {
  width: 100%;
}
.header-video img {
  max-width: 100%;
}
.header-video video {
  width: 100%;
}
.index-aboutus-box {
  display: flex;
  flex-wrap: wrap;
  padding: 56px 0;
}
.index-aboutus {
  background: url('../img/assets/index/index_bg02.png') repeat-y;
  background-size: 100% auto;
  font-size: 14px;
}
.index-aboutus-item img {
  max-width: 100%;
}
.index-aboutus-item > p:nth-child(1) {
  border: 1px solid #b4a48a;
  padding: 2px 0.5rem;
  color: #34b7b6;
  display: inline-block;
}
.index-aboutus-item > h4:nth-child(2) {
  font-size: 26px;
  color: #34b7b6;
  margin: 0.5rem 0 2rem;
  font-weight: normal;
}

.aboutus-describe {
  line-height: 1.6rem;
}
.index-aboutus-params {
  display: flex;
  margin-top: 2rem;
}
.index-aboutus-params li {
  background-color: #34b7b6;
  border-radius: 8px;
  margin-right: 1rem;
  padding: 0.5rem 1rem;
  color: #fff;
  text-align: center;
  width: 45%;
}
.index-aboutus-params li > :nth-child(1) {
  font-size: 2.5rem;
}
.index-aboutus-params li > :nth-child(2) {
  font-size: 12px;
}
/* 媒体中心 */
.media-center {
  padding: 4rem 0 3.5rem;
  background: url('../img/assets/index/index_bg01.png') repeat-x;
  background-size: auto 100%;
}
.media-box {
  display: flex;
  flex-wrap: wrap;
}
.media-img-list{
  text-align: left;
}
.media-img-list img {
  max-width: 100%;
}
/*.media-img-list :nth-child(2) {
  display: flex;
  justify-content: space-between;
}
.media-img-list :nth-child(2) img {
  width: 49%;
}*/
.media-title {
  display: flex;
  align-items: center;
}
.media-data-list {
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 6px 0;
  border-bottom: 2px solid #eddcc0;
}
.media-title :nth-child(1),
.swiper-pm-data :nth-child(1) {
  border: 1px solid #b4a48a;
  padding: 2px 0.5rem;
  color: #34b7b6;
  display: inline-block;
  margin-right: 2rem;
  font-size: 14px;
}
.media-title :nth-child(2),
.swiper-pm-data :nth-child(2) {
  font-size: 26px;
  color: #34b7b6;
  font-weight: normal;
}
.media-box > li:nth-child(1) {
  padding: 0 5% 0.8rem 0;
}
.index-aboutus-item,
.media-box-info,
.media-box-item {
  flex-basis: 100%;
  box-sizing: border-box;
}
.media-data-list :nth-child(1) {
  width: 5rem;
  color: #b4a48a;
  display: inline-block;
  word-break: break-all;
}
.media-data-time :nth-child(1) {
  font-size: 1.2rem;
}
.media-data-time :nth-child(2) {
  font-size: 1.4rem;
  position: relative;
  top: -5px;
}
.media-data-text {
  text-indent: 28px;
  line-height: 1.5rem;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.media-data-text:hover{
  color: #34b7b6;
}
.more-media {
  color: #34b7b6;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  display: block;
}
.more-media:hover{
  color: #0a6aa1;
}
/* 轮播图 */
.index-swiper {
  background: linear-gradient(#54aee3, #9cd2f3, #fff);
}
.swiper-pm {
  display: grid;
  height: 100%;
  grid-template-columns: auto 28%;
}
.swiper-pm-img {
  box-sizing: border-box;
  margin-right: 10rem;
  padding: 2rem;
  text-align: center;
  align-self: center;
}
.swiper-pm-img-con {
  background: url('../img/assets/index/swiper_bg.png') center center no-repeat;
  background-size: 100% 100%;
}
.swiper-pm-img img {
  max-width: 70%;
  max-height: 100%;
}
.swiper-pm-data {
  box-sizing: border-box;
  height: inherit;
  text-align: right;
  padding: 2.5rem 5rem;
  background-color: #fff;
  font-size: 14px;
}
.swiper-pm-data li {
  /* white-space: normal; */
  line-height: 1.7rem;
  overflow: hidden;
  letter-spacing: 0;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.swiper-pm-data :nth-child(1) {
  margin: 0;
}
.swiper-pm-data :nth-child(3) {
  margin: 0.7rem 0 2rem;
}
.swiper-pm-data :nth-child(6) {
  margin-top: 1rem;
  color: #34b7b6;
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 5px;
}

/* swiper自定义样式 */
.swiper-button-nav {
  position: absolute;
  z-index: 99;
  bottom: 0;
  right: 10%;
  margin-right: 55px;
  text-align: center;
  bottom: 50px;
}
.swiper-button-nav .prev,
.swiper-button-nav .next {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  background-color: #34b7b6;
  margin-left: 15px;
}
.swiper-button-nav .icon-arrow-right-filling,
.swiper-button-nav .icon-arrow-left-filling {
  position: relative;
  top: -1px;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  vertical-align: middle;
}
.swiper-button-disabled {
  background-color: #c9c9ca !important;
}

.footer-bottom {
  text-align: center;
  position: absolute;
  bottom: 0px;
  font-size: 12px;
  color: #fff;
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #346983;
}
.footer-bottom a{
  color: #fff;
}

@media screen and (max-width: 768px) {
  .swiper-pm-data {
    text-align: right;
    padding: 1.6rem 1rem 50px 0;
  }
  .index-aboutus .content {
    padding: 10px 5px;
    box-sizing: border-box;
  }
  .media-center {
    padding: 1rem 0;
  }
  .swiper-button-nav {
    margin-right: 5px;
    bottom:0;
  }
 .swiper-pm-data :nth-child(6){
    font-size: 20px;
  }
  .index-aboutus-item {
    margin-top: 20px;
  }
  .swiper-pm{
    grid-template-columns:auto 50%;
  }
  .swiper-pm-img-con {
    background: none;
  }
  .swiper-pm-img {
    margin-right: 0;
    padding: 0;
  }
  .swiper-pm-img img {
    max-width: 100%;
  }
  .footer-bottom{
    position: static;
	 border-top: 0px solid #346983;
  }
}

@media screen and (min-width: 769px) {
  .index-aboutus-item:nth-child(1) {
    flex-basis: 33%;
    padding-right: 4rem;
  }
  .index-aboutus-item:nth-child(2) {
    flex: 1;
  }
  /*.media-box-item {
    flex-basis: 50%;
  }*/
  .media-box-info {
    flex: 1;
  }
  .media-img-list {
    flex-basis: 400px;
    text-align: right;
  }
  .media-img-list img {
    display: block;
  }
  .media-data-text {
    -webkit-line-clamp: 1;
  }
}