@keyframes bg_change_size {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  75% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes btn_change_opacity {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
/****************************************/
body {
  background: url("../images/bg2.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}

.more {
  border: 1px solid white;
  display: flex;
  align-items: center;
  width: 150px;
  height: 34px;
  justify-content: center;
}
.more .p {
  font-size: 16px;
  margin-right: 10px;
  color: white;
}
.more:hover {
  background: white;
}
.more:hover .p {
  color: black;
}
.more:hover img {
  -ms-filter: brightness(0) invert(1);
  filter: brightness(10) invert(1);
}

.next_page {
  cursor: pointer;
  position: absolute;
  bottom: 32px;
  left: 50%;
  margin-left: -45px;
  z-index: 3;
  width: 90px;
  opacity: 1;
  animation: btn_change_opacity 2s;
  animation-iteration-count: infinite;
}

.page {
  width: 100vw;
  height: calc(100vh - 87px);
  display: flex;
  align-items: center;
  position: relative;
}

.fp-tableCell {
  vertical-align: bottom;
  /*position: relative;
  &:after{
     display: block;
     content: '';
     background: rgba(0,0,0,0.5);
     width: 100%;
     height: 100%;
     position: absolute;
     left: 0;
     top: 0;
     z-index: 1;
  }
  .page{
     position: relative;
     z-index: 2;
  }*/
}

.section1 .swiper-button-next:after, .section1 .swiper-button-prev:after {
  color: white;
}
.section1 .swiper-button-next, .section1 .swiper-button-prev {
  opacity: 1;
  z-index: 3;
}
.section1 .banner {
  height: 100%;
  position: relative;
}
.section1 .banner .swiper-container {
  height: 100%;
}
.section1 .banner .bg_pic {
  -webkit-animation: bg_change_size 50s;
  animation: bg_change_size 50s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.section1 .banner .item {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.section1 .banner .item video {
  width: 100vw !important;
  height: 100vh !important;
  object-fit: cover;
}
.section1 .banner .rt {
  animation-duration: 3s !important;
}
.section1 .content {
  color: white;
  position: relative;
  z-index: 2;
  height: calc(100vh - 87px);
  display: flex;
  align-items: center;
  position: relative;
  justify-content: flex-end;
}
.section1 .content .rt {
  width: 400px;
}
.section1 .content .rt .summary {
  margin-top: 6%;
  font-size: 18px;
  margin-bottom: 6%;
  line-height: 2;
}

.section2 .content {
  display: flex;
  align-items: center;
  color: white;
  justify-content: space-between;
}
.section2 .content .lf {
  width: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.section2 .content .lf .more:hover .p {
  color: black;
}
.section2 .content .lf .more {
  border: 1px solid #c5a57f;
  background: #c5a57f;
  color: white;
}
.section2 .content .lf .more img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.section2 .content .lf .more .p {
  color: #c5a57f;
}
.section2 .content .lf .youshi {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-bottom: 12%;
}
.section2 .content .lf .youshi .item {
  padding: 0 20px;
  width: 33%;
  border-right: 1px solid #989898;
}
.section2 .content .lf .youshi .item:first-child {
  padding-left: 0;
  padding-right: 10px;
}
.section2 .content .lf .youshi .item:last-child {
  border-right: 0;
  padding-right: 0;
}
.section2 .content .lf .youshi .item .t {
  font-size: 18px;
}
.section2 .content .lf .youshi .item .bottom {
  display: flex;
  align-items: flex-end;
}
.section2 .content .lf .youshi .item .bottom .y {
  font-weight: bold;
  color: white;
  font-size: 26px;
}
.section2 .content .lf .youshi .item .bottom p {
  font-size: 18px;
  margin-left: 10px;
}
.section2 .content .lf .summary {
  font-size: 18px;
  line-height: 2;
  margin-top: 11%;
  margin-bottom: 10%;
}
.section2 .content .lf .line {
  height: 68px;
  width: 2px;
  background: #c5a57f;
}
.section2 .content .lf .title {
  font-size: 36px;
  font-weight: bold;
  color: #c5a57f;
}
.section2 .content .lf .pic {
  margin: 2% 0;
}
.section2 .content .rt {
  width: 780px;
  border-radius: 20px;
  overflow: hidden;
}

.section3 .page {
  position: relative;
}
.section3 .page .content {
  position: relative;
  width: 90%;
  height: 90%;
  border-radius: 20px;
  margin: 0 auto;
}
.section3 .page .content .guajian {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 0;
}
.section3 .page .content .guajian .line {
  width: 2px;
  height: 47px;
  background: black;
  margin: 0 auto;
}
.section3 .page .content .guajian .m {
  color: white;
  font-size: 16px;
  margin-top: 30px;
  text-align: center;
}
.section3 .page .content .guajian .neirong {
  border: 1px solid black;
  background: #2a3748;
  color: white;
  width: 55px;
  height: 171px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin: 0 auto;
  writing-mode: vertical-rl;
  font-size: 22px;
}
.section3 .page .content .lf, .section3 .page .content .rt {
  height: 100%;
  position: relative;
}
.section3 .page .content .lf {
  background: url("../images/page3_lf.png") no-repeat center;
  background-size: cover;
}
.section3 .page .content .lf .guajian {
  right: 65px;
}
.section3 .page .content .rt {
  background: url("../images/page3_rt.png") no-repeat center;
  background-size: cover;
}
.section3 .page .content .rt .guajian {
  left: 65px;
}
.section3 .page .content .vr {
  position: absolute;
  width: 280px;
  height: 70px;
  left: 50%;
  bottom: 77px;
  margin-left: -140px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid black;
  border-radius: 20px;
  padding: 10px 10px;
  color: white;
  background: #c5a57f;
}
.section3 .page .content .vr .m {
  display: flex;
  align-items: center;
  display: flex;
  align-items: center;
}
.section3 .page .content .vr .m p {
  margin-right: 5px;
  font-size: 16px;
}
.section3 .page .content .vr .p {
  background: #c5a57f;
  font-size: 22px;
}
.section3 .page .content .owl_list {
  height: 100%;
  width: 100%;
}
.section3 .page .content .owl_list .swiper-container {
  height: 100%;
  width: 100%;
}
.section3 .page .content .owl_list #owl_list_rt {
  width: 75%;
  float: right;
}
.section3 .page .content .owl_list #owl_list_rt .item {
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.section3 .page .content .owl_list #owl_list_rt .item .name {
  margin-left: 0;
  margin-right: 10px;
}
.section3 .page .content .owl_list #owl_list_lf {
  width: 75%;
  float: left;
}
.section3 .page .content .owl_list #owl_list_lf .swiper-slide {
  display: flex;
  justify-content: flex-end;
}
.section3 .page .content .owl_list .item {
  display: flex;
  align-items: center;
}
.section3 .page .content .owl_list .item .pic {
  width: 220px;
  height: 220px;
  border-radius: 100%;
  overflow: hidden;
  border: 2px solid #c5a57f;
}
.section3 .page .content .owl_list .item .name {
  font-size: 22px;
  color: white;
  margin-left: 10px;
}

.section4 .top_title {
  border-bottom: 1px solid #657389;
  padding-bottom: 25px;
  margin-bottom: 4%;
}
.section4 .top_title .lf .p {
  font-size: 36px;
  font-weight: bold;
  color: #c5a57f;
}
.section4 .top_title .rt {
  display: flex;
  margin-top: 78px;
}
.section4 .top_title .rt .item {
  margin: 0 15px;
  position: relative;
  font-size: 18px;
  color: white;
}
.section4 .top_title .rt .item:hover:after {
  display: block;
}
.section4 .top_title .rt .item:after {
  position: absolute;
  left: 0;
  bottom: -28px;
  background: #c5a57f;
  width: 100%;
  height: 8px;
  content: '';
  display: none;
}
.section4 .typelist {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.section4 .typelist .item {
  width: 30%;
  height: 112px;
  background: url("../images/news.png") no-repeat center;
  background-size: cover;
  border-radius: 10px;
  font-size: 22px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s;
}
.section4 .typelist .item:hover {
  transform: translate3d(0px, 0px, 0px) scale(1.0896, 1.0896);
}
.section4 .news {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 5%;
}
.section4 .news .rt {
  padding-left: 80px;
}
.section4 .news .rt .message {
  border-left: 0;
}
.section4 .news .rt .message:hover {
  background: #7e8185;
}
.section4 .news .lf .message {
  margin-left: 40px;
}
.section4 .news .message {
  color: white;
  line-height: 2;
  padding: 10px 15px;
  border-left: 2px solid rgba(255, 255, 255, 0.5);
}
.section4 .news .message .addtime {
  font-size: 14px;
}
.section4 .news .message .title {
  font-size: 16px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.section4 .news .message .m {
  font-size: 14px;
  display: flex;
  align-items: center;
}
.section4 .news .message .m img {
  margin-left: 5px;
}

.section5 {
  height: auto !important;
}
.section5 .fp-tableCell {
  height: auto !important;
}

@media (max-width: 1600px) {
  .page .next_page {
    margin-left: -40px;
  }
  .page .next_page img {
    width: 80px;
  }

  .section1 .content .rt > img {
    width: 300px;
  }

  .section2 .content .lf .summary {
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 16px;
  }

  .section2 .content .lf .line {
    height: 50px;
  }

  .section2 .content .lf .youshi {
    margin-bottom: 8%;
  }

  .section3 .page .content .vr .p {
    font-size: 20px;
  }

  .section3 .page .content .vr {
    bottom: 30px;
  }

  .section4 .news {
    margin-bottom: 2%;
  }

  .section4 .top_title {
    padding-bottom: 1%;
    margin-bottom: 2%;
  }

  .section4 .top_title .lf .p {
    font-size: 29px;
  }

  .section4 .top_title .lf img {
    width: 152px;
  }

  .section4 .top_title .rt {
    margin-top: 40px;
  }

  .section4 .top_title .rt .item:after {
    height: 5px;
    bottom: -10px;
  }

  .section4 .typelist .item {
    height: 60px;
  }

  .section4 .news .lf .pic img {
    width: 400px;
  }

  .section2 .content .rt {
    width: 640px;
  }
}
@media (max-width: 1450px) {
  .section2 .content .rt {
    width: 583px;
  }

  .section3 .page .content .owl_list .item .pic {
    width: 180px;
    height: 180px;
  }
}
@media (max-width: 1366px) {
  .section1 .content {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .section1 .banner {
    height: 360px;
  }

  .banner .swiper-button-next:after, .banner .swiper-button-prev:after {
    font-size: 21px;
  }

  .section1 .content {
    width: 100%;
  }

  .next_page {
    display: none;
  }

  .page {
    height: auto;
  }

  .section1 .content .rt {
    width: 100%;
    float: none;
    text-align: center;
  }

  .section1 .content .rt > img {
    width: 210px;
  }

  .section1 .content {
    padding: 50px 0;
    height: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section1 .content .rt .title {
    font-size: 22px;
    font-weight: bold;
  }

  .section3 .page .content .owl_list .item .pic {
    width: 150px;
    height: 150px;
    margin: 0 auto;
  }

  .section3 .page .content .owl_list .item .name {
    margin-left: 0;
    margin-top: 10px;
    font-size: 16px;
  }

  .section3 .page .content .owl_list #owl_list_lf .swiper-slide {
    display: block;
  }

  .section3 .page .content .owl_list .item {
    display: block;
    text-align: center;
  }

  .section3 .page .content .owl_list #owl_list_lf,
  .section3 .page .content .owl_list #owl_list_rt {
    width: 100%;
    float: none;
    height: auto;
  }

  .section2 .content .lf .youshi .item .bottom p {
    position: relative;
    top: -4px;
  }

  .section2 .content .lf .youshi .item .bottom .y, .section2 .content .lf .youshi .item .bottom .t {
    width: auto !important;
    height: auto !important;
  }

  .section2 .content .lf .line {
    display: none;
  }

  .section1 .content .rt .summary {
    font-size: 16px;
    margin: 20px 0;
  }

  .section2 .content .lf .pic {
    width: 170px;
  }

  .section2 .content .lf .title {
    font-size: 26px;
  }

  .section2 .content .lf {
    width: 100%;
    float: none;
    text-align: center;
    margin: 50px auto;
    margin-bottom: 15px;
  }

  .more {
    margin: 0 auto;
  }

  .section2 .content {
    display: block;
  }

  .section2 .content .lf .summary {
    margin: 30px 0;
  }

  .section2 .content .lf .youshi {
    display: flex;
    margin-bottom: 0;
  }

  .section2 .content .lf .youshi .item {
    width: 100%;
    border-right: 0;
    padding: 0 !important;
    margin-bottom: 15px;
  }

  .section2 .content .lf .youshi .item .bottom {
    justify-content: center;
  }

  .section2 .content .rt {
    width: 100%;
  }

  .section2 .content {
    margin-bottom: 50px;
  }

  .section3 .page .content {
    width: 100%;
    height: auto;
  }

  .section3 .page .content .lf,
  .section3 .page .content .rt {
    float: none;
    padding-top: 253px;
    height: 500px;
    position: relative;
  }

  .section4 .top_title .rt .item {
    font-size: 16px;
  }

  .section3 .page .content .rt {
    height: 579px;
  }

  .section3 .page .content .vr .m p {
    font-size: 14px;
  }

  .section3 .page .content .vr .p {
    font-size: 16px;
  }

  .section4 .top_title {
    border-bottom: 0;
    margin: 0;
    padding: 0;
    text-align: center;
  }
  .section4 .top_title .lf {
    float: none;
  }
  .section4 .top_title .rt {
    float: none;
  }

  .section4 .news {
    width: 100%;
  }

  .section4 .news .lf .pic img {
    width: 100%;
  }

  .section4 .news .lf .message {
    margin-left: 0;
  }

  .section4 .news .rt {
    display: none;
  }

  .section4 .typelist .item {
    font-size: 16px;
    height: 49px;
  }

  .section4 .top_title .rt {
    justify-content: center;
    margin-top: 30px;
  }

  .section4 .news {
    margin: 30px 0;
  }

  .section4 {
    margin: 50px 0;
  }

  .section3 .page .content .lf .guajian {
    left: 65px;
    right: unset;
  }

  .section3 .page .content .guajian .m {
    position: absolute;
    top: 0;
    width: 112px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -237px;
  }
  .section3 .page .content .guajian .m img {
    margin-left: 10px;
  }

  .section2 .content .lf .more {
    display: none;
  }

  .section1 .banner .bg_pic {
    animation: none;
    position: static;
  }

  .section1 .banner {
    height: auto;
  }

  .section1 .banner .item video {
    height: 255px !important;
  }
}

/*# sourceMappingURL=index.css.map */
