@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;
  }
}
/****************************************/
._title {
  font-weight: bold;
  text-transform: uppercase;
  line-height: 47px;
}
._title p {
  font-size: 50px;
  color: #4e4e4e;
  opacity: .5;
}
._title span {
  font-size: 36px;
  color: #005147;
}

._more {
  width: 232px;
  height: 55px;
  background: #005147;
  display: flex;
  align-items: center;
  justify-content: center;
}
._more p {
  font-size: 16px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
}
._more .jia {
  width: 70px;
  height: 100%;
  background: #003d35;
  font-size: 16px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
._more:hover {
  background: #2e8c80;
}

.page {
  width: 100vw;
  height: calc(100vh - 92px);
  display: flex;
  align-items: center;
  position: relative;
}

.fp-tableCell {
  vertical-align: bottom;
}

.next_page {
  cursor: pointer;
  opacity: 1;
  animation: btn_change_opacity 2s;
  animation-iteration-count: infinite;
}

/**/
.section1 {
  position: relative;
}
.section1 .next_page {
  position: absolute;
  right: 50%;
  bottom: 53px;
  z-index: 22;
  margin-right: -27px;
}
.section1 .btn_list {
  position: absolute;
  left: 48px;
  bottom: 53px;
  z-index: 33;
  display: flex;
  align-items: center;
}
.section1 .btn_list .zuoyou {
  display: flex;
  align-items: center;
}
.section1 .btn_list .swiper-pagination {
  position: static;
}
.section1 .btn_list .swiper-button-next,
.section1 .btn_list .swiper-button-prev {
  position: static;
}
.section1 .btn_list .swiper-pagination-bullet {
  border: 1px solid white;
  width: 8px;
  height: 8px;
}
.section1 .btn_list .line {
  width: 1px;
  height: 20px;
  background: #c6c6c6;
  margin: 0 20px;
}
.section1 .btn_list .swiper-pagination-bullet-active {
  background: #c6c6c6;
}
.section1 .swiper-button-next:after,
.section1 .swiper-button-prev:after {
  color: white;
  display: none;
}
.section1 .swiper-button-next, .section1 .swiper-button-prev {
  opacity: 1;
  z-index: 3;
  width: auto !important;
  height: auto !important;
  margin: 5px;
}
.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 .rt {
  animation-duration: 3s !important;
}
.section1 .content {
  color: white;
  position: relative;
  z-index: 2;
  height: 100%;
  padding-top: 7%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  flex-direction: column;
}
.section1 .content .banner_word1 {
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
.section1 .content ._more {
  position: relative;
  z-index: 2;
}
.section1 .content .banner_pic {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  opacity: .2;
}

.section2 {
  background: url("../images/page2.jpg") no-repeat center;
  background-size: cover;
}
.section2 .page {
  margin: 0 auto;
  justify-content: center;
  flex-direction: column;
  padding: 0 100px;
}
.section2 .top_box {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.section2 .top_box .summary {
  font-size: 18px;
  color: black;
  margin: 6vh 0;
  line-height: 2;
}
.section2 .top_box .summary p {
  text-indent: 2em;
}
.section2 .top_box .rt {
  text-align: center;
}
.section2 .top_box .rt img {
  width: 400px;
}
.section2 .bottom_box {
  width: 100%;
  margin-top: 5vh;
  background: #f6f6f6;
  border-bottom: 3px solid #005147;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2vh 30px;
}
.section2 .bottom_box .item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #bbbbbb;
  width: 25%;
  padding: 0 20px;
}
.section2 .bottom_box .item:last-child {
  border-right: 0;
}
.section2 .bottom_box .item .message {
  font-size: 22px;
  color: black;
  margin-left: 50px;
}
.section2 .bottom_box .item .message .summary {
  font-size: 22px;
}
.section2 .bottom_box .item .message .num {
  position: relative;
  display: flex;
  align-items: flex-end;
}
.section2 .bottom_box .item .message .num p {
  font-weight: bold;
  color: #005147;
  font-size: 65px;
}
.section2 .bottom_box .item .message .num span {
  font-size: 22px;
  position: relative;
  top: -17px;
  margin-left: 10px;
}

.section3 {
  background: url("../images/page3_bg.jpg") no-repeat center;
  background-size: cover;
}
.section3 .page .lf {
  width: 12%;
}
.section3 .page .lf .swiper-container {
  height: 70vh;
  width: 120px;
  margin-left: 0;
  border-top: 1px solid #b4b4b4;
}
.section3 .page .lf .swiper-container .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section3 .page .lf .swiper-container .item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #b4b4b4;
}
.section3 .page .lf .swiper-container .item .pic1 {
  display: block;
}
.section3 .page .lf .swiper-container .item .pic2 {
  display: none;
}
.section3 .page .lf .swiper-container .swiper-slide-thumb-active .item .pic2 {
  display: block;
}
.section3 .page .lf .swiper-container .swiper-slide-thumb-active .item .pic1 {
  display: none;
}
.section3 .page .rt {
  width: 88%;
  position: relative;
}
.section3 .page .rt .swiper-container-horizontal > .swiper-scrollbar {
  width: 84%;
  height: 2px;
  margin-left: 125px;
}
.section3 .page .rt .swiper-scrollbar-drag {
  background: rgba(0, 81, 71, 0.5);
}
.section3 .page .rt .btnlist {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}
.section3 .page .rt .btnlist .swiper-button-next:after, .section3 .page .rt .btnlist .swiper-button-prev:after {
  display: none;
}
.section3 .page .rt .btnlist .swiper-button-next,
.section3 .page .rt .btnlist .swiper-button-prev {
  pointer-events: inherit;
  width: 35px;
  height: 35px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  margin: 0 10px;
}
.section3 .page .rt .btnlist .swiper-button-next:hover,
.section3 .page .rt .btnlist .swiper-button-prev:hover {
  background: #005147;
  color: white;
}
.section3 .page .rt .btnlist .swiper-button-next:hover img,
.section3 .page .rt .btnlist .swiper-button-prev:hover img {
  -ms-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.section3 .page .rt .btnlist .swiper-button-next img {
  transform: rotate(180deg);
}
.section3 .page .rt .swiper-slide {
  width: 380px;
  transition: .5s;
  position: relative;
  top: 0;
}
.section3 .page .rt .swiper-slide:hover {
  position: relative;
  top: -60px;
}
.section3 .page .rt .swiper-slide:hover .item .pic .logo {
  display: flex;
}
.section3 .page .rt .item {
  text-align: center;
  margin-bottom: 50px;
  padding-top: 60px;
  cursor: pointer;
}
.section3 .page .rt .item .name {
  font-size: 22px;
  font-weight: bold;
  color: #005147;
  margin-top: 20px;
  margin-bottom: 20px;
}
.section3 .page .rt .item .summary {
  font-size: 16px;
  line-height: 2;
  color: #5c5c5c;
  width: 70%;
  margin: 0 auto;
}
.section3 .page .rt .item .pic {
  position: relative;
}
.section3 .page .rt .item .pic > img {
  max-width: 90%;
}
.section3 .page .rt .item .pic .logo {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: none;
  align-items: center;
  justify-content: center;
}

.section4 {
  background: url("../images/news_bg.jpg") no-repeat center;
  background-size: cover;
}
.section4 .page .list .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section4 .page .list .item .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.section4 .page .list .item .summary {
  text-indent: 2em;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 40px;
}
.section4 .swiper-container-horizontal > .swiper-scrollbar {
  width: 84%;
  height: 2px;
  margin-left: 125px;
}
.section4 .swiper-scrollbar-drag {
  background: rgba(0, 81, 71, 0.5);
}
.section4 .btnlist {
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.section4 .btnlist .swiper-button-next:after, .section4 .btnlist .swiper-button-prev:after {
  display: none;
}
.section4 .btnlist .swiper-button-next,
.section4 .btnlist .swiper-button-prev {
  pointer-events: inherit;
  width: 35px;
  height: 35px;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
  margin: 0 10px;
}
.section4 .btnlist .swiper-button-next:hover,
.section4 .btnlist .swiper-button-prev:hover {
  background: #005147;
  color: white;
}
.section4 .btnlist .swiper-button-next:hover img,
.section4 .btnlist .swiper-button-prev:hover img {
  -ms-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.section4 .btnlist .swiper-button-next img {
  transform: rotate(180deg);
}

.section5 {
  background: url("../images/contact_bg.jpg") no-repeat center;
  background-size: cover;
  color: white;
  height: auto !important;
  padding-top: 240px;
  padding-bottom: 175px;
}
.section5 .fp-tableCell {
  height: auto !important;
}
.section5 .title {
  font-size: 50px;
  font-weight: bold;
}
.section5 .summary {
  font-size: 30px;
  margin: 30px 0;
}
.section5 .more {
  width: 216px;
  height: 58px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  color: black;
  font-size: 22px;
}
.section5 .more:hover {
  background: #005147;
  color: white;
}

@media (max-width: 1600px) {
  .section3 .page .rt .item {
    padding-top: 40px;
  }

  .section3 .page .rt .swiper-slide:hover, .section3 .page .rt .swiper-slide.swiper-slide-active {
    top: -40px;
  }

  .section1 .content .banner_pic {
    max-width: 27%;
  }

  .section2 .top_box .summary {
    margin: 2vh 0;
    font-size: 16px;
  }

  ._title span {
    font-size: 30px;
  }

  ._title p {
    font-size: 40px;
  }

  .section2 .bottom_box .item .message .summary {
    font-size: 20px;
  }

  .section2 .bottom_box .item .message .num p {
    font-size: 50px;
  }

  .section2 .bottom_box .item .message .num span {
    font-size: 19px;
    top: -13px;
    margin-left: 10px;
  }

  .section2 .bottom_box {
    padding: 1vh 30px;
    margin-top: 3vh;
  }

  .page {
    height: calc(100vh - 78px);
  }

  .section3 .page .rt .item .name {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .section3 .page .rt .item .summary {
    width: 61%;
    font-size: 13px;
  }

  .section3 .page .rt .swiper-slide {
    width: 300px;
  }
}
@media (max-width: 1450px) {
  .section2 .bottom_box .item .message {
    margin-left: 27px;
  }

  .section2 .top_box .summary {
    font-size: 15px;
  }

  .section2 .bottom_box .item .pic img {
    width: 50px;
  }

  .section2 .bottom_box .item .message .summary {
    font-size: 16px;
  }

  .section2 .bottom_box .item .message .num p {
    font-size: 44px;
  }

  .section2 .top_box .rt img {
    width: 336px;
  }

  ._more {
    width: 206px;
    height: 47px;
  }

  ._title {
    line-height: 40px;
  }

  ._title p {
    font-size: 35px;
  }

  ._title span {
    font-size: 26px;
  }

  .section3 .page .rt .item .pic > img {
    max-width: 80%;
  }

  .section3 .page .rt .item {
    margin-bottom: 27px;
  }

  .section5 .title {
    font-size: 38px;
  }

  .section5 .summary {
    font-size: 26px;
    margin: 22px 0;
  }

  .section5 .more {
    width: 202px;
    height: 52px;
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .page {
    height: auto;
    width: 100%;
    padding-left: 15px;
    display: block;
    padding-right: 15px;
  }

  .section2 .page {
    padding-left: 15px;
    padding-right: 15px;
  }

  ._title {
    text-align: center;
    margin-bottom: 30px;
  }

  .section2 .top_box {
    display: block;
  }

  ._more {
    margin: 0 auto;
  }

  .section2 .bottom_box .item {
    width: 50%;
    flex-wrap: wrap;
    display: block;
    text-align: center;
    border-right: 0;
    margin-bottom: 30px;
  }

  .section2 .bottom_box {
    flex-wrap: wrap;
    padding: 30px 10px;
    margin-top: 60px;
    padding-bottom: 0;
  }

  .section2 .bottom_box .item .message {
    margin-left: 0;
    margin-top: 10px;
  }

  .section2 .bottom_box .item .pic img {
    width: 37px;
  }

  .section2 .bottom_box .item .message .num {
    justify-content: center;
  }

  .section2 .bottom_box .item .message .num p {
    font-size: 31px;
  }

  .section2 .bottom_box .item .message .num span {
    font-size: 16px;
    top: -9px;
    margin-left: 10px;
  }

  .section3 .page .lf {
    display: none;
  }

  .section3 .page .rt {
    width: 100%;
  }

  .section3 .page .rt .swiper-slide:hover, .section3 .page .rt .swiper-slide.swiper-slide-active {
    position: static;
  }

  .section3 {
    padding-top: 50px;
  }

  .section3 .page .rt .item {
    margin: 0;
    padding: 0;
  }

  .section3 .page .rt .swiper-container-horizontal > .swiper-scrollbar {
    display: none;
  }

  .section3 .page .rt .btnlist {
    position: static;
  }

  .section3 .page .rt .btnlist .swiper-button-next, .section3 .page .rt .btnlist .swiper-button-prev {
    position: absolute;
  }

  .section3 .page .rt .item .pic > img {
    max-width: 100%;
  }

  .section4 .page .list .item {
    display: block;
    text-align: center;
  }
  .section4 .page .list .item .rt {
    display: none;
  }

  .section4 .page .list .item .title {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .section4 .page .list .item .summary {
    font-size: 14px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    word-break: break-all;
    margin-bottom: 20px;
  }

  .section4 .page .container2 {
    padding-left: 0;
    padding-right: 0;
  }

  .section2 .top_box .summary {
    margin-bottom: 30px;
    margin-top: 0;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section5 {
    text-align: center;
  }

  .section5 .title {
    font-size: 22px;
  }

  .section5 .summary {
    font-size: 17px;
    margin: 15px 0;
  }

  .section5 .more {
    width: 154px;
    height: 46px;
    margin: 0 auto;
    font-size: 16px;
  }

  .section1 {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/*# sourceMappingURL=index.css.map */

