html,
body {
  height: 100%;
}
#dowebok {
  height: 100%;
}
.section {
  height: 100%;
}
.section .fp-tableCell {
  padding-top: 100px;
  box-sizing: border-box;
}
.section_1 {
  z-index: 1;
}
#menu {
  display: none;
  position: fixed;
  top: 50%;
  right: 0.3rem;
  transform: translate(0, -50%);
  list-style-type: none;
  z-index: 70;
  transition: all .3s;
  text-align: right;
}
#menu li a {
  position: relative;
  display: block;
  height: 20px;
  line-height: 22px;
}
#menu li a span {
  display: inline-block;
  width: 16px;
  height: 1px;
  background: #bfbfbf;
  transition: all .3s;
  vertical-align: middle;
}
#menu li a p {
  display: none;
  font-size: 14px;
  color: #4d4d4d;
}
#menu li.active a span {
  width: 30px;
  background: #184098;
}
#menu li.active a p {
  display: inline-block;
  vertical-align: middle;
  color: #184098;
}
#menu.active {
  display: block;
}
.section {
  box-sizing: border-box;
}
.section_1 {
  height: 100%;
}
.section_1 .centent-box {
  height: 100%;
}
.section_1 .centent-box:hover .swiper-button-prev,
.section_1 .centent-box:hover .swiper-button-next {
  opacity: 1;
}
.section_1 .centent-box:hover .swiper-button-prev {
  left: 0;
}
.section_1 .centent-box:hover .swiper-button-next {
  right: 0;
}
.section_1 .swiper-container {
  height: 100%;
}
.section_1 .img-box {
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.section_1 .arr-box {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  left: 50%;
  height: 55px;
}
.section_1 .swiper-button-prev,
.section_1 .swiper-button-next {
  margin: 0;
  width: 55px;
  height: 55px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  opacity: 0;
  transition: all .3s;
  top: 0;
}
.section_1 .swiper-button-prev:after,
.section_1 .swiper-button-next:after {
  font-size: 0;
}
.section_1 .swiper-button-prev:hover,
.section_1 .swiper-button-next:hover {
  background: #184098;
}
.section_1 .swiper-button-prev {
  left: -50px;
}
.section_1 .swiper-button-next {
  right: -50px;
}
.section_1 .pagination-box {
  position: absolute;
  z-index: 999;
  text-align: right;
  bottom: 0.65rem;
  left: 0;
  padding-right: 1.7rem;
  box-sizing: border-box;
  right: 0;
}
.section_1 .pagination-box .swiper-pagination {
  position: static;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}
.section_1 .pagination-box .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin-left: 4px;
  margin-right: 4px;
}
.section_1 .pagination-box .swiper-pagination .swiper-pagination-bullet-active {
  background: #184098;
}
.section_1 .pagination-box .line {
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px;
}
.section_1 .pagination-box .line:before {
  display: inline-block;
  content: '';
  width: 122px;
  height: 1px;
  background: #184098;
  vertical-align: middle;
}
.section_1 .pagination-box .line span {
  font-size: 16px;
  color: #184098;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
}
.section_2 .centent-box .title-box {
  text-align: center;
  font-size: 30px;
  color: #333333;
  margin-bottom: 0.7rem;
  line-height: 1;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.7s 0.5s, opacity 0.4s 0.5s;
}
.section_2 .centent-box .title-box span {
  font-size: 60px;
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}
.section_2 .centent-box .all-box {
  position: relative;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.7s 0.6s, opacity 0.4s 0.6s;
}
.section_2 .centent-box .all-box .item-box {
  position: relative;
  float: left;
  width: 14%;
  height: 6.0rem;
  background-size: cover;
  background-position: center center;
  background-color: #000;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  box-sizing: border-box;
  transition: all .3s;
}
.section_2 .centent-box .all-box .item-box:first-child {
  border-left: none;
}
.section_2 .centent-box .all-box .item-box:last-child {
  border-right: none;
}
.section_2 .centent-box .all-box .item-box .top-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  color: #fff;
  text-align: center;
  font-size: 22px;
}
.section_2 .centent-box .all-box .item-box .des-box {
  display: none;
}
.section_2 .centent-box .all-box .item-box.active {
  position: relative;
  border-left: none;
  width: 30%;
}
.section_2 .centent-box .all-box .item-box.active .top-box {
  display: none;
}
.section_2 .centent-box .all-box .item-box.active .des-box {
  position: absolute;
  display: block;
  width: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.section_2 .centent-box .all-box .item-box.active .des-box h3 {
  color: #fff;
  font-size: 25px;
  color: #ffffff;
  margin-bottom: 20px;
}
.section_2 .centent-box .all-box .item-box.active .des-box p {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
}
.section_2.active .centent-box .title-box,
.section_2.active .centent-box .all-box {
  opacity: 1;
  transform: translateY(0);
}
.section_3 {
  background: url(../images/img_5.jpg) center bottom no-repeat;
  background-size: cover;
}
.section_3 .centent-box {
  position: relative;
  width: 1300px;
  margin: 0 auto;
}
.section_3 .centent-box .title-box {
  position: absolute;
  left: 50px;
  top: 0;
  line-height: 1.3;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.7s 0.5s, opacity 0.4s 0.5s;
}
.section_3 .centent-box .title-box h3 {
  font-size: 30px;
  color: #333333;
}
.section_3 .centent-box .title-box p {
  font-size: 28px;
  color: #333333;
}
.section_3 .centent-box .swiper-container {
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.7s 0.8s, opacity 0.4s 0.8s;
}
.section_3 .centent-box .item-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 50px;
  box-sizing: border-box;
  padding-right: 180px;
}
.section_3 .centent-box .item-box .txt-box {
  width: 375px;
}
.section_3 .centent-box .item-box .txt-box p {
  line-height: 1.8;
  color: #333333;
}
.section_3 .centent-box .item-box .txt-box a.public_a {
  margin-top: 45px;
  float: left;
}
.section_3 .centent-box .item-box .img-box img {
  width: 6.9rem;
}
.section_3 .centent-box .arr-box {
  position: absolute;
  z-index: 9;
  top: 40%;
  transform: translateY(-50%);
  right: 0;
  font-size: 0;
}
.section_3 .centent-box .arr-box .swiper-button-next,
.section_3 .centent-box .arr-box .swiper-button-prev {
  position: static;
  margin: 0;
  display: inline-block;
  width: auto;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}
.section_3 .centent-box .arr-box .swiper-button-next img.active,
.section_3 .centent-box .arr-box .swiper-button-prev img.active {
  display: none;
}
.section_3 .centent-box .arr-box .swiper-button-next:after,
.section_3 .centent-box .arr-box .swiper-button-prev:after {
  display: none;
}
.section_3 .centent-box .arr-box .swiper-button-next:hover img,
.section_3 .centent-box .arr-box .swiper-button-prev:hover img {
  display: none;
}
.section_3 .centent-box .arr-box .swiper-button-next:hover img.active,
.section_3 .centent-box .arr-box .swiper-button-prev:hover img.active {
  display: inline-block;
}
.section_3.active .centent-box .title-box,
.section_3.active .centent-box .swiper-container {
  opacity: 1;
  transform: translateY(0);
}
.section_4 .des-box {
  position: relative;
  width: 750px;
  margin: 0 auto;
  padding-left: 85px;
  box-sizing: border-box;
  padding-bottom: 0.9rem;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.7s 0.5s, opacity 0.4s 0.5s;
  z-index: 9;
}
.section_4 .des-box .more {
  position: absolute;
  bottom: -19px;
  left: 0;
}
.section_4 .des-box .more a {
  width: 140px;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  background-color: #184098;
  color: #fff;
  text-align: center;
  font-size: 14px;
  letter-spacing: 2px;
}
.section_4 .des-box .title {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 30px;
  color: #333333;
  font-weight: 700;
  width: 30px;
  line-height: 1.2;
}
.section_4 .des-box p {
  font-size: 16px;
  color: #666666;
  line-height: 2;
}
.section_4 .bottom-box {
  height: 4.0rem;
  background: url(../images/img_6.jpg) center center no-repeat;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.7s 0.8s, opacity 0.4s 0.8s;
}
.section_4 .bottom-box .list-box {
  height: 100%;
  display: flex;
  align-items: center;
  width: 750px;
  margin: auto;
}
.section_4 .bottom-box .item-box {
  position: relative;
  padding-left: 45px;
  line-height: 1;
  margin-right: 125px;
}
.section_4 .bottom-box .item-box:last-child {
  margin-right: 0;
}
.section_4 .bottom-box .item-box h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 10px;
}
.section_4 .bottom-box .item-box p {
  font-size: 12px;
  color: #fff;
}
.section_4 .bottom-box .item-box .icon-box {
  position: absolute;
  left: 0;
}
.section_4.active .des-box,
.section_4.active .bottom-box {
  opacity: 1;
  transform: translateY(0);
}
.section_5 {
  background: url(../images/img_7.jpg) center center no-repeat;
  background-size: cover;
}
.section_5 .centent-box {
  position: relative;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.7s 0.5s, opacity 0.4s 0.5s;
}
.section_5 .list-box {
  position: relative;
  width: 1060px;
  height: 500px;
  margin: 0 auto;
  background: url(../images/icon_9.png) center center no-repeat;
}
.section_5 .list-box .item-box {
  position: absolute;
  line-height: 1;
  text-align: right;
  padding-right: 40px;
  display: none;
}
.section_5 .list-box .item-box dt {
  font-size: 16px;
  color: #555555;
  margin-bottom: 10px;
}
.section_5 .list-box .item-box dd {
  font-size: 16px;
  color: #666666;
}
.section_5 .list-box .item-box:before {
  position: absolute;
  content: '';
  right: 0;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background: #666666;
}
.section_5 .list-box .item-box:hover dt,
.section_5 .list-box .item-box:hover dd {
  color: #184098;
}
.section_5 .list-box .item-box:hover:before {
  background-color: #184098;
}
.section_5 .list-box .item-box:nth-child(1) {
  display: block;
  left: 158px;
}
.section_5 .list-box .item-box:nth-child(1):before {
  bottom: -16px;
}
.section_5 .list-box .item-box:nth-child(2) {
  display: block;
  left: 88px;
  top: 112px;
}
.section_5 .list-box .item-box:nth-child(2):before {
  top: 10px;
}
.section_5 .list-box .item-box:nth-child(3) {
  display: block;
  left: 108px;
  top: 240px;
}
.section_5 .list-box .item-box:nth-child(3):before {
  top: 5px;
}
.section_5 .list-box .item-box:nth-child(4) {
  display: block;
  left: 118px;
  top: 370px;
}
.section_5 .list-box .item-box:nth-child(4):before {
  top: -3px;
}
.section_5 .list-box .item-box:nth-child(5) {
  display: block;
  left: 255px;
  top: 445px;
}
.section_5 .list-box .item-box:nth-child(5):before {
  top: -3px;
}
.section_5 .list-box .item-box:nth-child(6) {
  display: block;
  right: 175px;
  top: 0px;
  padding-left: 40px;
  padding-right: 0;
  text-align: left;
}
.section_5 .list-box .item-box:nth-child(6):before {
  bottom: -16px;
  left: 0;
}
.section_5 .list-box .item-box:nth-child(7) {
  display: block;
  right: 105px;
  top: 112px;
  padding-left: 40px;
  padding-right: 0;
  text-align: left;
}
.section_5 .list-box .item-box:nth-child(7):before {
  top: 10px;
  left: 0;
}
.section_5 .list-box .item-box:nth-child(8) {
  display: block;
  right: -36px;
  top: 240px;
  padding-left: 40px;
  padding-right: 0;
  text-align: left;
}
.section_5 .list-box .item-box:nth-child(8):before {
  top: 5px;
  left: 0;
}
.section_5 .list-box .item-box:nth-child(9) {
  display: block;
  right: 232px;
  top: 360px;
  padding-left: 40px;
  padding-right: 0;
  text-align: left;
}
.section_5 .list-box .item-box:nth-child(9):before {
  top: 5px;
  left: 0;
}
.section_5 .list-box .item-box:nth-child(10) {
  display: block;
  right: 196px;
  bottom: 20px;
  padding-left: 40px;
  padding-right: 0;
  text-align: left;
}
.section_5 .list-box .item-box:nth-child(10):before {
  top: 5px;
  left: 0;
}
.section_5 .img-box {
  text-align: center;
}
.section_5.active .centent-box {
  opacity: 1;
  transform: translateY(0);
}
.section_6 .centent-box {
  width: 1200px;
  margin: 0 auto;
}
.section_6 .title-box {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 38px;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.7s 0.5s, opacity 0.4s 0.5s;
}
.section_6 .title-box h3 {
  font-size: 30px;
  color: #333333;
}
.section_6 .title-box p {
  font-size: 16px;
  color: #666666;
}
.section_6 .list-box {
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.7s 0.8s, opacity 0.4s 0.8s;
}
.section_6 .list-box .row {
  margin-left: -10px;
  margin-right: -10px;
}
.section_6 .list-box .row .col-md-6 {
  float: left;
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.section_6 .list-box .row .col-md-6 .item-box .img-box img {
  height: 2.8rem;
}
.section_6 .list-box .row .col-md-3 {
  float: left;
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  margin-top: 20px;
}
.section_6 .list-box .row .col-md-3 .item-box .img-box img {
  height: 3.2rem;
}
.section_6 .list-box .item-box {
  position: relative;
  overflow: hidden;
}
.section_6 .list-box .item-box .img-box {
  overflow: hidden;
}
.section_6 .list-box .item-box .img-box img {
  width: 100%;
  transition: all .3s;
  object-fit: cover;
}
.section_6 .list-box .item-box .txt-box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  transition: all .3s;
}
.section_6 .list-box .item-box .txt-box .info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.section_6 .list-box .item-box .txt-box h3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
}
.section_6 .list-box .item-box .txt-box p {
  font-size: 14px;
  color: #fff;
}
.section_6 .list-box .item-box:hover .img-box img {
  transform: scale(1.1);
}
.section_6 .list-box .item-box:hover .txt-box {
  height: 100%;
}
.section_6 .list-box .item-box:hover .txt-box .info {
  top: 50%;
  transform: translateY(-50%);
}
.section_6 .list-box .item-box:hover .txt-box .info h3 {
  font-weight: 700;
  font-size: 20px;
}
.section_6.active .title-box,
.section_6.active .list-box {
  opacity: 1;
  transform: translateY(0);
}
.section_7 {
  background-color: #f2f2f2;
}
.section_7 .title-box {
  text-align: center;
  line-height: 1.4;
  margin-bottom: 38px;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.7s 0.5s, opacity 0.4s 0.5s;
}
.section_7 .title-box h3 {
  font-size: 30px;
  color: #333333;
}
.section_7 .title-box p {
  font-size: 16px;
  color: #666666;
}
.section_7 .centent-box {
  width: 1300px;
  margin: 0 auto;
  padding-top: 0.45rem;
  padding-bottom: 0.75rem;
  background: url(../images/icon_10.png) left center no-repeat;
  background-size: auto 100%;
  transform: translateY(100px);
  opacity: 0;
  transition: transform 0.7s 0.8s, opacity 0.4s 0.8s;
}
.section_7 .centent-box .all-box {
  float: right;
  width: 650px;
}
.section_7 .centent-box .all-box .item-box {
  padding-top: 25px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 25px;
}
.section_7 .centent-box .all-box .item-box:last-child {
  border-bottom: none;
}
.section_7 .centent-box .all-box .item-box .top-box {
  font-size: 0;
  margin-bottom: 24px;
}
.section_7 .centent-box .all-box .item-box .top-box .time-box {
  width: 58px;
  height: 58px;
  background-color: #184098;
  text-align: center;
  color: #fff;
  line-height: 1;
  padding-top: 15px;
  box-sizing: border-box;
  display: inline-block;
}
.section_7 .centent-box .all-box .item-box .top-box .time-box p {
  font-size: 14px;
  margin-bottom: 5px;
}
.section_7 .centent-box .all-box .item-box .top-box .time-box span {
  font-size: 10px;
}
.section_7 .centent-box .all-box .item-box .top-box h3 {
  display: inline-block;
  vertical-align: top;
  line-height: 58px;
  font-size: 20px;
  color: #333333;
  margin-left: 20px;
}
.section_7 .centent-box .all-box .item-box .des-box p {
  line-height: 1.8;
  font-size: 14px;
  color: #666666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.section_7 .centent-box .all-box .swiper-pagination {
  position: static;
  margin-top: 0.2rem;
  text-align: left;
}
.section_7 .centent-box .all-box .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.section_7 .centent-box .all-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #184098;
}
.section_7.active .title-box,
.section_7.on .title-box,
.section_7.active .centent-box,
.section_7.on .centent-box {
  opacity: 1;
  transform: translateY(0);
}
.section_8 .fp-tableCell {
  padding-top: 0;
}
@media screen and (max-width: 1800px) {
  .section_2 .centent-box .all-box .item-box .top-box {
    font-size: 18px;
  }
  .section_2 .centent-box .all-box .item-box.active .des-box h3 {
    font-size: 20px;
  }
  .section_2 .centent-box .all-box .item-box.active .des-box p {
    font-size: 14px;
  }
  .section_7 .centent-box {
    width: 1200px;
  }
  .section_7 .centent-box .all-box .item-box .des-box p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
/*# sourceMappingURL=index.css.map */