@import "../css/font/iconfont.css";
@import "swiper.min.css";
* {
  margin: 0;
  padding: 0;
  font-family: "Microsoft YaHei UI";
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #666;
}

html,body{
  background: none;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.header-container {
  width: 100%;
  height: 829px;
  background: url("../images/header_banner.png") no-repeat center center;
}

.header-wrapper {
  height: 100%;
  position: relative;
}
.header-wrapper > img {
  margin: 35px auto 0;
  display: block;
  max-width: 100%;
}

.logo {
  display: inline-block;
  margin-top: 45px;
}
.logo img {
  max-width: 100%;
}

.re_special {
  position: absolute;
  right: 0;
  top: 45px;
  color: #FFFFFF;
  box-sizing: border-box;
  padding: 10px 15px;
  border-radius: 60px;
  background: rgba(11, 84, 162, 0.3);
  display: inline-block;
}

.main-container {
  margin-top: -167px;
}

.media-container {
  background: url("../images/media_bg.png") no-repeat center bottom;
  box-sizing: border-box;
  padding-bottom: 74px;
}

.plate_title {
  width: 556px;
  height: 121px;
  margin: 0 auto;
  background: url("../images/plate_title_bg1.png") no-repeat center bottom;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-bottom: 35px;
}
.plate_title p {
  font-size: 48px;
  color: #ffffff;
  font-weight: 900;
  height: 87px;
  width: 87px;
  border-radius: 50%;
  background: #1058A4;
  text-align: center;
  line-height: 87px;
  position: relative;
}
.plate_title p:first-child {
  left: 10px;
}
.plate_title p:nth-child(2) {
  right: 10px;
}
.plate_title span {
  font-size: 48px;
  font-weight: bold;
  color: #0D58A9;
  letter-spacing: 0.15em;
}

.media-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 406px;
  margin: 17px 0 22px;
}

.media-left {
  width: calc(100% - 400px);
  height: 100%;
}
.media-left .media-text {
  display: none;
}
.media-left img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.media-left a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.media-right {
  width: 400px;
  height: 100%;
  background: url("../images/media_right_bg.png") no-repeat center top #0B54A2;
}
.media-right a {
  display: inline-block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 67px 22px 35px;
}
.media-right h4 {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border-bottom: 1px solid rgba(219, 229, 240, 0.1);
  box-sizing: border-box;
  padding-bottom: 22px;
  transition: all 0.3s ease-in-out 0s;
}
.media-right p {
  line-height: 30px;
  font-size: 16px;
  color: #ffffff;
  text-indent: 2em;
  margin: 30px 0 50px;
  transition: all 0.3s ease-in-out 0s;
  height: 150px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.media-right i {
  color: #ffffff;
  float: right;
  font-size: 24px;
  margin-right: 10px;
}

.media-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 149px;
  background: #ffffff;
  box-sizing: border-box;
  padding: 37px 0 32px;
}
.media-list p {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  transition: all 0.3s ease-in-out 0s;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 40px;
}
.media-list span {
  font-size: 14px;
  color: #999;
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.media-list span i {
  font-size: 20px;
  display: inline-block;
  margin-left: 7px;
  color: #999999;
}
.media-list li {
  box-sizing: border-box;
  width: 33.3333333333%;
  padding: 0 45px;
  border-right: 1px dashed #C2D7EE;
}
.media-list li:last-child {
  border-right: none;
}
.media-list li:hover p {
  color: #1057A4;
}

.media-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 3px;
  opacity: 1;
  background: #ffffff;
}
.media-pagination .swiper-pagination-bullet-active {
  width: 19px;
  border-radius: 60px;
  background: #0B54A2;
}

.more {
  width: 119px;
  height: 30px;
  border-radius: 60px;
  background: #1058A4;
  margin: 36px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #ffffff;
}
.more i {
  margin-left: 7px;
}

.photograph-container {
  background: url("../images/photograph_bg.png") no-repeat center top;
  box-sizing: border-box;
  padding: 85px 0 68px;
}
.photograph-container .more {
  margin-top: 28px;
}

.plate_title1 {
  background-image: url("../images/plate_title_bg2.png");
}
.plate_title1 p {
  background: #ffffff;
  color: #0D58A9;
}
.plate_title1 span {
  color: #ffffff;
}

.photograph-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 34px;
}
.photograph-list li {
  position: relative;
  margin-top: 12px;
  width: 391px;
  height: 204px;
  overflow: hidden;
}
.photograph-list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out 0s;
}
.photograph-list li:first-child {
  width: 717px;
  height: 327px;
}
.photograph-list li:nth-child(2) {
  width: 466px;
  height: 327px;
}
.photograph-list li:hover img {
  transform: scale(1.1);
}
.photograph-list p {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.71) 100%);
  height: 45px;
  line-height: 45px;
  color: #FFFFFF;
  font-size: 20px;
}
.photograph-list img {
  display: block;
}

.video-container {
  box-sizing: border-box;
  padding: 105px 0 101px;
  background: url("../images/video-bg.png") no-repeat center bottom;
}

.video-layout {
  display: flex;
  justify-content: space-between;
  margin-top: 58px;
}
.video-layout a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.video-layout img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-left {
  width: 789px;
  height: 448px;
  background: #666666;
}

.video-card {
  position: relative;
}
.video-card p {
  position: absolute;
  bottom: 13px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  transform: scale(0);
  transition: all 0.3s ease-in-out 0s;
  z-index: 3;
}
.video-card:hover p {
  transform: scale(1);
}
.video-card:hover:after {
  transform: scale(1);
}
.video-card:after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  background: url("../images/video-play.png") no-repeat center center rgba(0, 0, 0, 0.56);
  left: 0;
  top: 0;
  z-index: 2;
  transform: scale(0);
  transition: all 0.3s ease-in-out 0s;
}

.video-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 448px;
}
.video-right .video-card {
  width: 387px;
  height: 214px;
}

.exhibition-container {
  box-sizing: border-box;
  background: url("../images/exhibition_bg.png") no-repeat center top;
  padding: 85px 0 89px;
}

.exhibition-col {
  margin-top: 52px;
  position: relative;
}
.exhibition-col img {
  width: 100%;
  height: auto;
}

.exhibition-btn {
  max-width: 390px;
  width: 100%;
  height: 89px;
  background: rgba(0, 43, 88, 0.7);
  border-radius: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
.exhibition-btn i {
  font-size: 38px;
  color: #ffffff;
  margin-right: 10px;
  font-weight: 400;
}

.fuse-container {
  box-sizing: border-box;
  background: url("../images/fuse_bg.png") no-repeat center bottom;
  padding: 90px 0;
}

.fuse-list {
  margin-top: 67px;
  display: flex;
  justify-content: space-between;
}
.fuse-list li {
  width: calc(100% / 3 - 10px);
  height: 230px;
  box-shadow: 0px 4px 25px 0px rgba(16, 88, 164, 0.19);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.fuse-list li > h4 {
  width: 249px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: rgba(0, 0, 0, 0.49);
  box-shadow: 0px 4px 25px 0px rgba(16, 88, 164, 0.19);
  color: #ffffff;
}
.fuse-list li:hover > h4 {
  display: none;
}
.fuse-list li:hover a {
  top: 0;
}
.fuse-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fuse-list a {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  top: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.58);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 30px;
  display: flex;
  transition: all 0.5s ease-in-out 0s;
}
.fuse-list a h4 {
  box-sizing: border-box;
  border: 1px solid #FFFFFF;
  box-shadow: 0px 4px 25px 0px rgba(16, 88, 164, 0.19);
  width: 249px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: rgba(255, 255, 255, 0.94);
  letter-spacing: 0.15em;
}
.fuse-list a p {
  line-height: 25px;
  font-size: 16px;
  color: #ffffff;
  margin: 30px 0 30px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 50px;
}
.fuse-list a span {
  font-size: 14px;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.94);
  letter-spacing: 0.15em;
}

.works-container {
  background: url("../images/works_bg.png") no-repeat center top;
  box-sizing: border-box;
  padding: 104px 0 423px;
}

.works-card {
  width: 100%;
  height: 526px;
  background: url("../images/work_wrapper_bg.png") no-repeat center top;
  margin-top: 44px;
  box-sizing: border-box;
  padding-top: 89.5px;
}
.works-card .more {
  margin-top: 50px;
}

.works-list {
  display: flex;
  justify-content: center;
  align-items: center;
}
.works-list li {
  background: url("../images/works_item_bg.png") no-repeat center center;
  width: 272px;
  height: 349px;
}
.works-list li:nth-child(even) {
  margin: 0 61px;
}
.works-list a {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 60px 25px 35px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.works-list h4 {
  font-size: 24px;
  color: #0B54A2;
  font-weight: bold;
  font-family: "Source Han Serif CN", Serif;
  text-align: center;
}
.works-list p {
  line-height: 21px;
  font-size: 14px;
  color: #333333;
  text-align: left;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 63px;
}
.works-list span {
  display: inline-block;
  margin-top: 46px;
  font-size: 14px;
  color: #0B54A2;
}

.music-container {
  margin-top: -40px;
  background: url("../images/music_bg.png") no-repeat center bottom;
  box-sizing: border-box;
  padding-bottom: 40px;
}

.music-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 57px;
}
.music-list li {
  box-sizing: border-box;
  padding: 10px 13px 10px 57px;
  background: #ffffff;
  border-radius: 60px;
  width: calc(50% - 10px);
  margin-top: 28px;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0px 4px 10px 0px rgba(16, 88, 164, 0.2);
}
.music-list li.active .icon-ziyuanldpi {
  display: inline-block;
}
.music-list li.active a {
  color: #1058A4;
}
.music-list .icon-ziyuanldpi {
  font-size: 24px;
  color: #1058A4;
  display: none;
  margin-right: 20px;
}
.music-list a {
  display: inline-block;
  width: calc(100% - 100px);
  font-size: 20px;
  color: #333333;
}
.music-list button {
  border: none;
  outline: none;
  width: 84px;
  height: 100%;
  border-radius: 60px;
  background: #1058A4;
  font-size: 14px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.music-list button i {
  font-size: 20px;
  color: #ffffff;
  display: inline-block;
  margin-right: 6px;
}

.photograph_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.photograph_list li {
  width: calc(33.3333333333% - 10px);
  height: 230px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.photograph_list li img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in-out 0s;
  object-fit: cover;
}
.photograph_list li p {
  position: absolute;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.71) 100%);
}
.photograph_list li:hover img {
  transform: scale(1.1);
}
.photograph_list:after {
  content: "";
  width: calc(33.3333333333% - 10px);
  height: 1px;
  display: inline-block;
}

@media screen and (max-width: 1250px) {
  .container {
    width: 1024px;
  }
  .logo img {
    width: 90%;
  }
  .header-wrapper > img {
    max-width: 70%;
  }
  .photograph-list li {
    width: calc(33.3333333333% - 10px);
  }
  .photograph-list li:first-child {
    width: 543px;
  }
  .video-left {
    width: 615px;
  }
}
@media screen and (max-width: 1090px) {
  .container {
    width: 750px;
  }
  .logo img {
    width: 70%;
  }
  .media-layout {
    flex-direction: column;
    height: auto;
  }
  .media-left {
    width: 100%;
  }
  .media-right {
    width: 100%;
  }
  .media-right a {
    padding: 20px;
  }
  .media-right p {
    height: 90px;
    margin: 20px 0;
    -webkit-line-clamp: 3;
  }
  .photograph-container {
    background-size: cover;
  }
  .photograph-list li {
    width: calc(50% - 10px);
  }
  .photograph-list li:first-child {
    width: calc(50% - 10px);
    height: 204px;
  }
  .photograph-list li:nth-child(2) {
    width: calc(50% - 10px);
    height: 204px;
  }
  .video-layout {
    flex-direction: column;
  }
  .video-left {
    width: 100%;
  }
  .video-right {
    flex-direction: row;
    margin-top: 20px;
    height: auto;
  }
  .video-right .video-card {
    width: calc(50% - 10px);
  }
  .media-list {
    flex-direction: column;
    height: auto;
    background-color: transparent;
    padding-top: 0;
  }
  .media-list li {
    border-right: none;
    width: 100%;
    border-bottom: 1px dashed #C2D7EE;
    background-color: #ffffff;
    box-shadow: 0px 4px 10px 0px rgba(16, 88, 164, 0.2);
    margin-top: 20px;
    box-sizing: border-box;
    padding: 20px 45px;
  }
  .works-card {
    background: transparent;
    padding-top: 0;
    height: auto;
  }
  .works-list {
    flex-direction: column;
  }
  .works-list li {
    width: 100%;
    background-size: cover;
    height: auto;
  }
  .works-list li:nth-child(even) {
    margin: 20px 0;
  }
  .works-list a {
    padding-bottom: 60px;
  }
  .works-list p {
    margin-top: 28px;
  }
  .works-list span {
    margin-top: 8px;
  }
  .works-container {
    background-size: cover;
  }
  .music-container {
    padding-top: 20px;
    margin-top: -130px;
  }
  .photograph_list li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .header-wrapper > img {
    max-width: 100%;
  }
  .video-left {
    height: 290px;
  }
  .music-list {
    flex-direction: column;
  }
  .music-list li {
    width: 100%;
  }
  .fuse-list {
    flex-direction: column;
  }
  .fuse-list li {
    width: 100%;
    margin-top: 20px;
    background-size: cover !important;
  }
  .photograph-list p {
    box-sizing: border-box;
    padding: 0 20px;
  }
}
@media screen and (max-width: 616px) {
  .header-container {
    height: 680px;
  }
  .photograph-list {
    flex-direction: column;
  }
  .photograph-list li {
    width: 100% !important;
    height: 276px !important;
  }
  .video-right {
    flex-direction: column;
  }
  .video-right .video-card {
    width: 100%;
    height: 290px;
    margin-bottom: 20px;
  }
  .video-right .video-card:last-child {
    margin-bottom: 0;
  }
  .media-right p {
    -webkit-line-clamp: 2;
    height: 60px;
  }
  .plate_title {
    width: 100%;
    background-size: contain;
    padding-bottom: 5px;
  }
  .plate_title span {
    font-size: 30px;
  }
  .plate_title p {
    font-size: 30px;
    width: 70px;
    height: 70px;
    line-height: 70px;
  }
  .photograph_list li {
    width: 100%;
  }
}
@media screen and (max-width: 515px) {
  .photograph-list li {
    height: 200px !important;
  }
  .header-container {
    height: 606px;
  }
  .media-left {
    height: 260px;
  }
  .photograph-container {
    padding: 20px 0;
  }
  .video-container {
    padding: 20px 0;
  }
  .fuse-container {
    padding: 20px 0;
  }
  .fuse-list li {
    height: 290px;
  }
  .fuse-list a p {
    margin: 20px 0;
  }
  .works-container {
    padding-bottom: 250px;
  }
  .exhibition-btn {
    max-width: 266px;
    height: 60px;
  }
}
