#fp-nav ul li, .fp-slidesNav ul li {
  float: none;
  margin: 15px 0;
}

#fp-nav ul li a, .fp-slidesNav ul li a {
  background: #20459b;
}
#fp-nav ul li a.active, #fp-nav ul li a:hover, .fp-slidesNav ul li a.active, .fp-slidesNav ul li a:hover {
  background: url("../images/diandian.png") no-repeat center;
  background-size: cover;
}

#fp-nav.right {
  left: 16px;
  right: unset;
}

#fp-nav {
  z-index: 1;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  border-radius: 0;
  transform: rotate(45deg);
  background: #20459b;
  display: none;
}

.page {
  width: 100vw;
  height: calc(100vh - 65px);
}
.page ._title {
  color: #20459b;
}
.page ._title h5 {
  opacity: .5;
  font-size: 43px;
  text-transform: uppercase;
  font-weight: bold;
}
.page ._title p {
  font-size: 36px;
  font-weight: bold;
}

.more {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #20459b;
}
.more img {
  margin-left: 5px;
}

.fp-tableCell {
  vertical-align: bottom;
}

.section1 .banner {
  height: calc(100vh - 105px);
}
.section1 .ban_item, .section1 .video_item {
  width: 100vw;
  height: calc(100vh - 105px) !important;
}
.section1 .swiper-button-prev {
  left: 32px;
}
.section1 .swiper-button-next {
  right: 107px;
}
.section1 .swiper-button-next,
.section1 .swiper-button-prev {
  width: 50px;
  height: 50px;
}
.section1 .swiper-button-next:after,
.section1 .swiper-button-prev:after {
  display: none;
}

.section2 {
  background: url("../images/about_bg2.jpg") no-repeat center;
  background-size: cover;
}
.section2 .page {
  display: flex;
  align-items: center;
  padding: 0 8%;
  position: relative;
}
.section2 .page .top_title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 3%;
  padding: 0px 6%;
  padding-right: 18%;
  width: 90%;
}
.section2 .page .summary_box {
  background: url("../images/about_bg.jpg") no-repeat center;
  background-size: cover;
  padding: 3% 6%;
  color: white;
}
.section2 .page .summary_box .title {
  font-size: 22px;
}
.section2 .page .summary_box .summary {
  font-size: 16px;
  margin: 2% 0;
  line-height: 2;
  letter-spacing: 2px;
}
.section2 .page .summary_box .icon_list {
  margin-top: 6%;
  display: flex;
  justify-content: space-between;
}
.section2 .page .summary_box .icon_list .item {
  width: auto;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 2px;
}
.section2 .page .summary_box .icon_list .item .pic {
  width: 53px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5%;
}
.section2 .page .summary_box .icon_list .item .t1 {
  padding-top: 4%;
  border-top: 2px solid white;
}
.section2 .page .summary_box .icon_list .item .t3 {
  font-size: 14px;
  margin-top: 1%;
}
.section2 .page .wenzi {
  padding: 0px 6%;
  width: 71%;
  display: flex;
  justify-content: space-between;
  margin-top: 2%;
}
.section2 .page .wenzi .item {
  position: relative;
  text-align: center;
  color: #20459b;
  width: 90px;
}
.section2 .page .wenzi .item .num {
  font-weight: bold;
  font-size: 53px;
}
.section2 .page .wenzi .item .y {
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
}
.section2 .page .wenzi .item .t {
  font-size: 18px;
  color: #393939;
}
.section2 .page .wenzi .item:nth-child(1) .y {
  right: -4px;
  top: 3px;
}
.section2 .page .wenzi .item:nth-child(2) .y {
  right: -12px;
  top: 3px;
}
.section2 .page .wenzi .item:nth-child(3) .y {
  right: -60px;
  top: 3px;
}
.section2 .page .lf {
  position: relative;
  z-index: 2;
  width: 68%;
}
.section2 .page .rt {
  width: 40%;
  position: absolute;
  right: 8%;
  top: 0;
  height: 69%;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.section3 {
  background: url("../images/product_bg.jpg") no-repeat center;
  background-size: cover;
}
.section3 .more {
  justify-content: flex-end;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #20459b;
  float: right;
  width: 100%;
  margin-top: 3%;
  margin-right: 5%;
}
.section3 ._title {
  text-align: center;
}
.section3 .page {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 0 8%;
  position: relative;
}
.section3 .owl_list {
  margin-top: 3%;
}
.section3 .owl_list .item {
  width: 81%;
  margin: 0 auto;
  position: relative;
  top: 0;
  transition: .5s;
}
.section3 .owl_list .item:hover {
  top: -20px;
}
.section3 .owl_list .item:hover .morebox {
  background: #20459b;
  color: white;
}
.section3 .owl_list .item .pic {
  background: url("../images/p_bg.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  width: 100%;
  height: 377px;
  justify-content: center;
  transition: .5s;
  margin-top: 20px;
}
.section3 .owl_list .item .bottom {
  background: #e8e8e8;
  text-align: center;
  padding: 7% 0;
}
.section3 .owl_list .item .morebox {
  background: white;
  border-radius: 20px;
  color: #20459b;
  border: 1px solid #d7d7d7;
  width: 158px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: .5s;
}
.section3 .owl_list .item .name {
  font-size: 18px;
  color: #333333;
  margin-bottom: 4%;
}

.section4 {
  background: url("../images/fazhan_bg.jpg") no-repeat center;
  background-size: cover;
}
.section4 .page {
  display: flex;
  padding: 0 8%;
  align-items: center;
  justify-content: space-between;
}
.section4 .page .lf {
  width: 65%;
}
.section4 .page .lf .ditu {
  width: 824px;
  height: 724px;
  position: relative;
  margin-left: auto;
}
.section4 .page .lf .ditu .dian {
  cursor: pointer;
  width: 15px;
  height: 15px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  position: relative;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(113, 113, 113, 0.18);
  box-shadow: 0px 5px 10px 0px rgba(113, 113, 113, 0.18);
}
.section4 .page .lf .ditu .dian:after {
  -webkit-animation: btn_change_size 2s;
  animation: btn_change_size 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: -7px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: white;
  opacity: 0.5;
  z-index: 22;
  cursor: pointer;
}
.section4 .page .lf .ditu .item_box {
  font-size: 16px;
  color: black;
  position: absolute;
  left: 173px;
  top: 129px;
  display: flex;
  align-items: flex-end;
}
.section4 .page .lf .ditu .item_box .neirong {
  background: white;
  border-radius: 5px;
  padding: 10px;
  opacity: 0;
}
.section4 .page .lf .ditu .item_box .neirong.on {
  opacity: 1;
}
.section4 .page .lf .ditu .item_box .pic {
  margin-bottom: 3%;
}
.section4 .page .lf .ditu .item_box .bootm {
  margin-top: 5%;
  display: flex;
  align-items: center;
}
.section4 .page .lf .ditu .item_box .bootm img {
  margin-right: 10px;
}
.section4 .page .rt {
  width: 35%;
}
.section4 .page .rt .youshi {
  display: flex;
  align-items: center;
  margin-top: 5%;
}
.section4 .page .rt .youshi .item {
  margin-right: 10px;
  position: relative;
  display: flex;
  align-items: center;
}
.section4 .page .rt .youshi .item .num {
  font-size: 75px;
  color: #20459b;
  margin-right: 10px;
}
.section4 .page .rt .youshi .item .p {
  font-size: 22px;
  width: 150px;
  color: #393939;
}
.section4 .page .rt .summary {
  font-size: 16px;
  color: #393939;
  margin-bottom: 2%;
  line-height: 2;
}
.section4 .page .rt ._title {
  text-align: right;
  margin-bottom: 5%;
}

.section5 {
  background: url("../images/huoban_bg.jpg") no-repeat center;
  background-size: cover;
}
.section5 .page {
  padding: 0 8%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.section5 ._title {
  text-align: center;
}
.section5 .more {
  width: 100%;
  justify-content: flex-end;
}
.section5 .owl_huoban {
  margin-top: 3%;
  width: 100%;
}
.section5 .owl_huoban .item {
  width: 270px;
  margin-bottom: 40px;
  height: 170px;
  display: flex;
  background: white;
  align-items: center;
  justify-content: center;
  padding: 10px;
  box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.22);
}
.section5 .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.section5 .swiper-slide {
  text-align: center;
  font-size: 18px;
  height: calc((100% - 30px) / 2);
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 10px;
}
.section5 .swiper-grid-column > .swiper-wrapper {
  flex-direction: initial;
}

.section6 .page {
  display: flex;
  align-items: center;
}
.section6 .page ._title {
  color: white;
}
.section6 .page .lf {
  padding-top: 6%;
  padding-right: 50px;
  width: 25%;
  height: 100%;
  background: url("../images/news_bg.jpg") no-repeat center;
  background-size: cover;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.section6 .page .lf .typename {
  margin-top: 60px;
}
.section6 .page .lf .typename a {
  color: white;
}
.section6 .page .lf .typename .item {
  color: white;
  float: none;
  border-bottom: 1px solid white;
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 18px;
}
.section6 .page .rt {
  width: 75%;
  padding-left: 50px;
  height: 100%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
}
.section6 .page .rt .list {
  width: 100%;
  display: none;
}
.section6 .page .rt .list.on {
  display: block;
}
.section6 .page .rt .list .item {
  background: white;
  margin-bottom: 3%;
  width: 90%;
  display: flex;
  align-items: center;
}
.section6 .page .rt .list .item:last-child {
  margin-bottom: 0;
}
.section6 .page .rt .list .item .pic {
  box-shadow: 0px 2px 9px 0px rgba(154, 154, 154, 0.35);
  width: 344px;
  height: 189px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section6 .page .rt .list .item .message {
  padding: 1% 2%;
  flex: 1;
}
.section6 .page .rt .list .item .message .title {
  font-size: 18px;
  color: #20459b;
  position: relative;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.section6 .page .rt .list .item .message .title:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  font-size: 30px;
  position: absolute;
  left: -15px;
  top: 7px;
  background: #20459b;
}
.section6 .page .rt .list .item .message .summary {
  font-size: 14px;
  color: #393939;
  margin: 3% 0;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.section6 .page .rt .list .item .message .addtime {
  font-size: 16px;
}

.lng_en .section2 .page .wenzi .item {
  width: 182px;
}
.lng_en .section2 .page .wenzi .item:nth-child(1) .y {
  right: 17px;
  top: 3px;
}
.lng_en .section2 .page .wenzi .item:nth-child(3) .y {
  right: -12px;
  top: 3px;
}
.lng_en .section4 .page .rt .youshi .item .p {
  text-transform: capitalize;
}
.lng_en .section2 .page .lf {
  width: 56%;
}
.lng_en .section2 .page .wenzi {
  padding: 0px 0%;
  width: 76%;
}
.lng_en .section2 .page .wenzi .item:nth-child(2) .y {
  right: -4px;
  top: 8px;
}
.lng_en .section2 .page .wenzi .item:nth-child(3) .y {
  right: -2px;
  top: 9px;
}

@media (max-width: 1600px) {
  .banner_pc_1280 {
    display: block !important;
  }

  .banner_pc {
    display: none !important;
  }

  .section2 .page {
    padding: 0 4%;
  }

  .page ._title p {
    font-size: 30px;
  }

  .page ._title h5 {
    font-size: 26px;
  }

  .more {
    font-size: 16px !important;
  }

  .section3 .owl_list {
    margin-top: 2%;
  }

  .section2 .page .summary_box .summary {
    font-size: 15px;
  }

  .section2 .page .wenzi .item .t {
    font-size: 16px;
  }

  .section2 .page .wenzi .item .num {
    font-size: 40px;
  }

  .section2 .page .summary_box {
    padding: 3% 4%;
  }

  .section3 .owl_list .item .pic img {
    max-width: 74%;
  }

  .section3 .owl_list .item .pic {
    height: 332px;
  }

  .section4 .page .lf .ditu {
    width: 649px;
    height: 570px;
  }

  .section6 .page .rt .list .item .pic {
    width: 248px;
    height: 162px;
  }

  .section6 .page .rt .list .item .pic img {
    max-width: 59%;
  }

  .section6 .page .rt .list .item .message {
    padding: 1% 5%;
  }

  .section2 .page .wenzi .item:nth-child(3) .y {
    right: -26px;
  }
}
@media (max-width: 1450px) {
  .lng_en .section2 .page .wenzi .item:nth-child(3) .y {
    right: 18px;
    top: 3px;
  }

  .lng_en .section2 .page .wenzi .item:nth-child(2) .y {
    right: 15px;
    top: 2px;
  }

  .lng_en .section2 .page .lf {
    width: 64%;
  }

  .section1 .banner {
    height: calc(100vh - 73px);
  }

  .section1 .ban_item, .section1 .video_item {
    height: calc(100vh - 73px) !important;
  }

  .section2 .page .summary_box .icon_list {
    margin-top: 2%;
  }

  .section3 .owl_list .item .pic {
    height: 250px;
    margin-top: 10px;
  }

  .section4 .page .lf .ditu {
    width: 551px;
    height: 483px;
  }

  .section3 .owl_list .item .name {
    font-size: 16px;
  }

  .section3 .owl_list .item .morebox {
    height: 38px;
  }

  .section4 .page .rt .youshi .item .p {
    font-size: 16px;
  }

  .section4 .page .rt .youshi .item .num {
    font-size: 53px;
  }

  .section6 .page .rt .list .item .message .summary {
    font-size: 14px;
    -webkit-line-clamp: 2;
  }

  .section2 .page .lf {
    width: 76%;
  }

  .section2 .page .top_title {
    margin-bottom: 8px;
    padding-right: 24%;
  }

  .section2 .page .summary_box .icon_list .item {
    width: auto;
  }

  .section2 .page .summary_box .icon_list .item .pic {
    width: 40px;
    height: 40px;
  }

  .section2 .page .wenzi {
    width: 64%;
  }

  .section6 .page .rt .list .item {
    margin-bottom: 2%;
  }
}
@media (max-width: 768px) {
  .banner_pc_1280 {
    display: none !important;
  }

  .banner_pc {
    display: none !important;
  }

  .section1 .swiper-button-prev {
    left: 8px;
  }

  .section1 .swiper-button-next {
    right: 8px;
  }

  .section1 .swiper-button-next, .section1 .swiper-button-prev {
    width: 30px;
    height: 30px;
    top: 68%;
  }

  .section1 .banner {
    height: 300px;
  }

  .section1 .ban_item, .section1 .video_item {
    height: 300px !important;
  }

  .page {
    height: auto;
  }

  .page {
    padding-left: 15px !important;
    padding-right: 15px !important;
    display: block !important;
  }

  .section3 .owl_list .item {
    width: 100%;
  }

  .section3 .owl_list .item .name {
    margin-bottom: 10px;
  }

  .section3 .more {
    display: none;
  }

  .section3 .owl_list .item .bottom {
    padding: 20px 0;
  }

  .section3 .owl_list {
    margin-top: 0px;
  }

  .section3 .owl_list .item:hover {
    top: 0px;
  }

  .section2 .page .lf {
    width: 100%;
  }

  .section3 .owl_list .item .pic {
    margin-top: 0;
  }

  .section2 .page .rt {
    position: static;
    width: 100%;
  }

  .section2 .page .top_title {
    padding: 0;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-bottom: 0;
  }

  .page ._title p {
    font-size: 22px;
  }

  .section2 .page .summary_box {
    padding: 20px 15px;
  }

  .section2 .page .summary_box .title {
    font-size: 20px;
  }

  .section2 .page .summary_box .summary {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 30px;
  }

  .section2 .page .summary_box .icon_list {
    margin-top: 0;
    flex-wrap: wrap;
  }

  .section2 .page .summary_box .icon_list .item {
    width: 45%;
    margin-bottom: 20px;
    text-align: center;
  }

  .section2 .page .summary_box .icon_list .item .pic {
    margin: 0 auto;
    margin-bottom: 10px;
  }

  .section2 .page .summary_box .icon_list .item .t3 {
    display: none;
  }

  .section2 .page .wenzi {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 40px;
    width: 100%;
  }

  .section3 {
    padding-bottom: 60px;
  }

  .section6 .page {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .section6 .page .lf .typename {
    margin-top: 30px;
  }

  .section2 .page .wenzi .item .y {
    background: transparent;
    width: auto;
    height: auto;
  }

  .section4 {
    padding-bottom: 60px;
  }

  .section2 .page .wenzi .item .num {
    font-size: 31px;
  }

  .section2 .page .wenzi .item:nth-child(3) .y {
    right: -4px;
    top: 3px;
  }

  .section2 .page .wenzi .item:nth-child(2) .y {
    right: 4px;
    top: 3px;
  }

  .section2 .page .wenzi .item:nth-child(1) .y {
    right: 4px;
    top: 3px;
  }

  .section4 .page .lf {
    width: 100%;
    display: none;
  }

  .section4 .page .rt {
    width: 100%;
  }

  .section4 .page .lf .ditu {
    width: 100%;
    background: none !important;
    height: auto;
  }

  .section4 .page .rt ._title {
    text-align: center;
  }

  .page ._title {
    margin-bottom: 30px !important;
  }

  .section4 .page .rt .summary {
    font-size: 14px;
    margin-bottom: 0;
  }

  .section4 .page .rt .youshi .item .num {
    font-size: 40px;
  }

  .section4 .page .rt .youshi .item .p {
    font-size: 14px;
    width: auto;
  }

  .section4 .page .rt .youshi {
    margin-top: 20px;
    justify-content: space-around;
  }

  .section6 .page .lf {
    width: 100%;
    height: auto;
    justify-content: center;
    align-items: center;
    padding: 0;
    padding-top: 60px;
  }

  .section6 .page .rt {
    width: 100%;
    height: auto;
    padding: 15px;
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .section6 .page .lf .typename .item {
    float: left;
    margin: 0 5px;
  }

  .section6 .page .rt .list .item {
    width: 100%;
    margin-bottom: 20px;
  }

  .section6 .page .rt .list .item .pic {
    width: 150px;
    height: 100px;
  }

  .section6 .page .rt .list .item .message .title {
    font-size: 14px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
  }

  .section6 .page .rt .list .item .message .summary {
    font-size: 12px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
  }

  .section6 .page .rt .list .item .message .addtime {
    font-size: 12px;
  }

  .section6 .page .rt .list .item .message .title:after {
    display: none;
  }

  .section1 .owl-theme .owl-controls .owl-buttons div {
    width: 25px;
    height: 25px;
    margin: 0;
    padding: 0;
  }
  .section1 .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 10px;
  }
  .section1 .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 10px;
  }

  .page {
    padding-top: 60px !important;
  }

  .lng_en .section2 .page .lf {
    width: 100%;
  }

  .lng_en .section2 .page .wenzi {
    width: 100%;
  }

  .lng_en .section2 .page .wenzi .item:nth-child(2) .y {
    right: 0px;
    top: 2px;
  }

  .lng_en .section2 .page .wenzi .item:nth-child(3) .y {
    right: 6px;
    top: 3px;
  }

  .lng_en .section2 .page .wenzi .item:nth-child(1) .y {
    right: -9px;
    top: 3px;
  }
}

/*# sourceMappingURL=index.css.map */
