.w1280 {
  width: 1280px;
  margin: 0 auto;
}
/* 解决锚点定位被顶部固定导航栏遮盖问题   ---- 开始 */
/* #introduce:target{
 padding-top: 140px;
 margin-top: -80px;
}

#history:target,
#aboutmedia:target,
#Notice:target{
 padding-top: 80px;
 margin-top: -80px;
} */
/* 解决锚点定位被顶部固定导航栏遮盖问题   ---- 结束 */



.profile__container {
  position: relative;
  margin: 100px auto;
}

.profile__container_title {
  font-size: 36px;
  font-weight: bold;
  width: 38%;
  margin-bottom: 30px;
  transform: translateX(-100%);
  opacity: 0;
  transition: all .4s ease-out 1.2s;
}

.profile__container_title_transform {
  transform: translateX(0);
  opacity: 1;
}

.profile__container_pro {
  display: flex;
  opacity: 0;
  transition: all .4s ease-out 1.5s;
}

.profile__container_pro_transform {
  opacity: 1;
}

.profile__container_pro p {
  line-height: 34px;
  color: #616161;
  font-size: 16px;
}

.profile__container_p1 {
  width: 60%;
}

.profile__container_img {
  height: auto;
  position: absolute;
  right: 0;
  bottom: -100%;
  opacity: 0;
  transition: all .3s ease-out 1.3s;
}

.profile__container_img_transform {
  bottom: 80px;
  opacity: 1;
}

.timeAxis__container {
  margin-bottom: 100px;
  background-color: #F9F9F9;
  padding: 50px 0;
}

h2 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 38px;
}

/* .h2_animation {
    animation: h2Animat 1s linear .2s;
}

@keyframes h2Animat {
    0% {
        transform: scale(1);
    }

    40% {
        transform: scale(1.2);
    }

    60% {
        transform: scale(.9);
    }

    100% {
        transform: scale(1);
    }
} */

.timeAxis__container_tab {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 18px;
}

.timeAxis__container_tab a {
  font-weight: bold;
}

.timeAxis__container_tab-active {
  color: #3765DB;
}

.timeAxis__container_tab span {
  margin: 0 34px;
}

.timeAxis_swiper {
  margin-top: 70px;
}

.timeAxis_swiper .swiper-slide {
  height: auto;
}

.timeAxis_swiper_year {
  width: 92px;
  height: 92px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #000;
  font-weight: bold;
  border-radius: 50%;
  margin: 0 auto;
  transition: all .4s;
}

.timeAxis_axis {
  height: 1px;
  background-color: #E0E0E0;
  margin: 24px 0;
  position: relative;
}

.timeAxis_circle {
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px;
}

.timeAxis_ul {
  color: #000;
  /* font-weight: bold; */
  padding: 0 45px;
  font-size: 17px;
}

.timeAxis_ul li {
  margin-top: 12px;
  line-height: 1.5;
  list-style-type: disc;
}

.timeAxis_ul li::marker {
  font-size: 1px;
}

.timeAxis_swiper_inner:hover .timeAxis_swiper_year {
  background-color: #3765DB;
  color: #fff;
}

.timeAxis_swiper_inner:hover .timeAxis_circle {
  background-color: #3765DB;
}

.swiper-wrapper .swiper-slide:first-child .timeAxis_swiper_inner .timeAxis_axis {
  width: 50%;
  margin-left: auto;
}

.swiper-wrapper .swiper-slide:first-child .timeAxis_swiper_inner .timeAxis_circle {
  left: 0;
}

.timeAxis_swiper_inner-last .timeAxis_axis {
  width: 50%;
}

.timeAxis_swiper_inner-last .timeAxis_circle {
  left: auto;
  right: 0;
}

.honor__container {
  margin-bottom: 100px;
}


.swiper_honor__container_box {
  width: 100%;
  height: 100%;
  height: 304px;
}

.honor__container_item {
  height: 100%;
  background-color: #F9F9F9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateY(50%);
  opacity: 0;
}

.honor__container_item_transform {
  transform: translateY(0);
  opacity: 1;
}

.honor__name {
  width: 126px;
  font-size: 16px;
  font-weight: bold;
  height: 60px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 20px;
}

.honor_img {
  width: 108px;
  height: 108px;
  object-fit: contain;
  transition: transform .4s ease-out;
}

.honor_img:hover {
  transform: scale(1.05);
}

.media__container {
  margin-bottom: 100px;
}

.media__container_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 44px;
}

.media__container_item {
  width: 400px;
  transform: translateY(50%);
  opacity: 0;
}

.media__container_item_transform {
  transform: translateY(0);
  opacity: 1;
}

.media__poster {
  width: 100%;
  height: 268px;
  position: relative;
  overflow: hidden;
}

.media__poster .media__play {
  position: absolute;
  left: 22px;
  bottom: 22px;
  width: 62px;
  height: 62px;
}

.media__poster img,
.media__poster video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease-out;
}

.media__poster:hover .media__poster_img,
.media__poster:hover video {
  transform: scale(1.05);
}

.media__line {
  width: 1px;
  background-color: #E0E0E0;
  margin: 0 20px;
}

.media__title {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  width: 80%;
  padding: 0 10px;
  height: 40px;
  margin: 30px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.media__time {
  padding: 0 10px;
  font-size: 16px;
  color: #8F8F8F;
}

.media__more {
  display: block;
  margin: 0 auto;
  width: 196px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #000000;
  border-radius: 24px;
  font-size: 18px;
  color: #000;
  transition: all .4s;
}

.media__more:hover {
  background-color: #333;
  color: #fff;
  border: none;
}


.announcement__container {
  display: flex;
  border-top: 1px solid #E0E0E0;
  padding-top: 50px;
  justify-content: space-between;
  margin-bottom: 100px;
}

.announcement__container_left h2 {
  text-align: left;
  margin-bottom: 20px;
}

.announcement__container_more {
  width: 176px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  border: 2px solid;
  transition: all .4s;
  box-sizing: border-box;
}

.announcement__container_more:hover {
  background-color: #333;
  color: #fff;
  border: none;
}

.announcement__container_right {
  width: 900px;
  height: 284px;
}

.announcement__container_list_a {
  display: flex;
  align-items: center;
  position: relative;
  height: 75px;
  border-bottom: 1px solid #EBEBEB;
  padding-right: 20px;
  padding-left: 90px;
}

.announcement__container_list_tag {
  position: absolute;
  left: 18px;
  width: 46px;
  height: 21px;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  background-color: #3765DB;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.announcement__container_list_p {
  color: #000;
  font-weight: bold;
  width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.announcement__container_list_time {
  color: #8F8F8F;
  margin-left: auto;
}


@media screen and (max-width: 1366px) {
  .w1280 {
    width: 980px;
  }

  .profile__container {
    margin: 60px auto;
  }

  h2 {
    font-size: 26px;
    margin-bottom: 30px;
  }

  .profile__container_title {
    font-size: 26px;
    margin-bottom: 15px;
  }

  .profile__container_pro p {
    font-size: 14px;
    line-height: 28px;
  }

  .profile__container_img {
    width: 288px;
  }

  .timeAxis__container_tab {
    font-size: 16px;
  }

  .timeAxis_swiper {
    margin-top: 40px;
  }

  .timeAxis_swiper_year {
    font-size: 26px;
  }

  .timeAxis_ul {
    font-size: 14px;
  }

  .timeAxis__container {
    margin-bottom: 60px;
  }

  .honor__container {
    margin-bottom: 60px;
  }

  .swiper_honor__container_box {
    height: 229px;
  }

  .honor_img {
    width: 80px;
    height: 80px;
  }

  .honor__name {
    font-size: 14px;
    width: 110px;
  }

  .media__container {
    margin-bottom: 60px;
  }

  .media__poster {
    height: 201px;
  }

  .media__title {
    margin: 20px 0;
    font-size: 14px;
    height: 35px;
  }

  .media__time {
    font-size: 14px;
  }

  .media__more {
    width: 160px;
    height: 40px;
    font-size: 16px;
  }

  .announcement__container {
    margin-bottom: 60px;
  }

  .announcement__container_right {
    width: 756px;
  }

  .announcement__container_more {
    width: 160px;
    height: 40px;
    font-size: 16px;
  }
}

@media screen and (max-width:1024px) {
  /* 1024 解决锚点定位被顶部固定导航栏遮盖问题   ---- 开始 */
 /* #introduce:target{
   padding-top: 120px;
   margin-top: -60px;
  }
  
  #history:target,
  #aboutmedia:target,
  #Notice:target{
   padding-top: 60px;
   margin-top: -60px;
  } */
  /* 1024 解决锚点定位被顶部固定导航栏遮盖问题   ---- 结束 */
  
  .w1280 {
    width: 100%;
  }

  .profile__container {
    width: 100%;
    padding: 0 30px;
    margin: 30px auto;
  }

  .profile__container_img {
    display: none;
  }

  .profile__container_title {
    width: 100%;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .profile__container_pro {
    display: block;
  }

  .profile__container_pro p {
    width: 100%;
    line-height: 22px;
  }

  .timeAxis__container {
    margin-bottom: 30px;
    padding: 30px;
  }

  h2 {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .timeAxis__container_tab {
    font-size: 13px;
  }

  .timeAxis_swiper_year {
    font-size: 20px;
    width: 80px;
    height: 80px;
  }

  .honor__container {
    margin-bottom: 30px;
  }

  .media__container {
    margin-bottom: 30px;
  }

  .swiper_honor__container_box {
    height: 200px;
  }

  .honor__name {
    font-size: 13px;
    height: 48px;
    margin-bottom: 10px;
  }

  .media__container_box {
    margin-bottom: 20px;
    padding: 0 1%;
  }

  .media__container_item {
    width: 30%;
  }

  .media__line {
    margin: 0;
  }

  .media__poster {
    height: 155px;
  }

  .media__title,
  .media__time {
    font-size: 13px;
  }

  .media__title {
    margin: 10px 0;
    width: 100%;
    height: 32px;
  }

  /* .media__poster .media__play {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  } */

  .announcement__container {
    display: block;
    margin-bottom: 30px;
  }

  .announcement__container_left {
    text-align: center;
    margin-bottom: 30px;
  }

  .announcement__container_left h2 {
    text-align: center;
    margin-bottom: 10px;
  }

  .announcement__container_more {
    margin: 0 auto;
  }

  .announcement__container_right {
    width: 100%;
    padding: 0 30px;
  }

  .announcement__container_list_p {
    width: 76%;
  }

}

@media screen and (max-width:720px) {
  #BackTop {
    display: none;
  }

  .profile__container_title {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .timeAxis__container_tab span {
    margin: 0 20px;
  }

  .media__container_box {
    display: block;
  }

  .media__line {
    display: none;
  }

  .media__container_item {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  .media__more {
    width: 120px;
    height: 36px;
    font-size: 14px;
  }

  .announcement__container_list_a {
    height: 60px;
    padding-right: 10px;
    padding-left: 60px;
  }

  .announcement__container_list_tag {
    left: 6px;
  }

  .announcement__container_list_p,
  .announcement__container_list_time {
    font-size: 14px;
  }

  .announcement__container_list_p {
    flex: 1;
    margin-right: 20px;
  }

  .announcement__container_more {
    width: 120px;
    height: 36px;
    font-size: 14px;
  }
  .media__poster .media__play {
    left: 10px;
    bottom: 10px;
    width: 42px;
    height: 42px;
  }
  .announcement__container_right {
    padding: 0;
  }
  .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
      background-color: rgba(0,0,0,.25)
  }
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
      width: 2px;
  }
}
