.header {
  height: 60px;
  line-height: 60px;
  text-align: right;
  border-bottom: 1px solid #eeeeee;
  background-image: url(../img/logo.png);
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: auto 38px;
  position: relative;
}

.header svg {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.header .panel {
  height: 280px;
  background-color: white;
  transition: all 600ms ease;
  position: absolute;
  overflow: hidden;
  height: 0;
  z-index: 998;
  right: 0;
}

.header .panel a {
  display: block;
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
  padding: 10px 20px;
  color: #333;
  width: 100%;
}

.header .panel a.active {
  color: white;
  background-color: #176f94;
}

.container {
  padding: 0 20px;
}

html {
  height: 100%;
}

.section1 {
  height: 100%;
}

.section1 .swiper-pagination-bullet-active {
  background: #176f94;
}

.section1 .swiper-container {
  height: calc(100% - 60px);
}

.section1 .swiper-container .swiper-wrapper {
  height: 100%;
  display: table;
  table-layout: fixed;
}

.section1 .swiper-container .swiper-wrapper img {
  max-width: 90%;
  max-height: 90%;
}

.section1 .swiper-slide {
  width: 100%;
  height: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  background-size: 100% auto;
  background-position: center bottom;
}

.section1 .swiper-slide:nth-child(1) {
  background-image: url(../img/wap-ib1.png);
}

.section1 .swiper-slide:nth-child(1) img {
  width: 55.46667%;
}

.section1 .swiper-slide:nth-child(2) {
  background-image: url(../img/wap-ib2.png);
}

.section1 .swiper-slide:nth-child(2) img {
  width: 53.86667%;
}

.section1 .swiper-slide:nth-child(3) {
  background-image: url(../img/wap-ib3.png);
}

.section1 .swiper-slide:nth-child(3) img {
  width: 75.33333%;
}

.section2 .row2 {
  position: relative;
}

.section2 .row2 .col {
  position: relative;
  height: 89px;
  line-height: 89px;
  background-color: #f2f2f2;
  padding-left: 120px;
  margin-bottom: 24px;
  background-repeat: no-repeat;
  background-position: 7.58808% center;
}

.section2 .row2 .col:nth-child(1) {
  background-image: url("../img/ic1.png");
}

.section2 .row2 .col:nth-child(2) {
  background-image: url("../img/ic2.png");
}

.section2 .row2 .col:nth-child(3) {
  background-image: url("../img/ic3.png");
}

.section2 .row2 .col:nth-child(4) {
  background-image: url("../img/ic4.png");
}

.section2 .row2 .col:nth-child(5) {
  background-image: url("../img/ic5.png");
}

.section2 .row2 .col:nth-child(6) {
  background-image: url("../img/ic6.png");
}

.section2 .row2 .col:nth-child(7) {
  background-image: url("../img/ic7.png");
}

.section2 .row2 .col:nth-child(8) {
  background-image: url("../img/ic8.png");
}

.section2 .row2 .col:nth-child(9) {
  background-image: url("../img/ic9.png");
}

.section2 .row2 .col:nth-child(10) {
  background-image: url("../img/ic10.png");
}

.section2 .row2 .col:nth-child(11) {
  background-image: url("../img/ic11.png");
}

.section2 .row2 .col:nth-child(12) {
  background-image: url("../img/ic12.png");
}

.section2 h2 {
  font-size: 13.33333px;
  margin-top: 15px;
}

.section2 .p2 {
  margin-bottom: 24px;
}

.section2 .row3 {
  position: relative;
}

.section2 .row3 .swiper2-button-next {
  width: 26px;
  height: 85px;
  background-image: url(../img/s2next.png);
  background-size: 26px 85px;
  right: -40px;
}

.section2 .row3 .swiper2-button-prev {
  width: 26px;
  height: 85px;
  background-image: url(../img/s2prev.png);
  background-size: 26px 85px;
  left: -40px;
}

.section2 .row3 .swiper-slide {
  font-size: 12px;
}

.section2 .row3 .swiper-slide .row .title {
  height: 47px;
  line-height: 47px;
  color: white;
  font-size: 16.66667px;
  background-color: #176f94;
  text-align: center;
}

.section2 .row3 .swiper-slide .row .col {
  margin-bottom: 20px;
}

.section2 .row3 .swiper-slide .row .col .desc {
  color: #666666;
  padding: 20px 3%;
  border: 1px solid #c2c2c2;
  border-top: none;
  line-height: 26px;
}

.section2 .row3 .swiper-slide .row .col .desc span {
  font-size: 12px;
}

.section2 .row3 .swiper-slide .row .desc {
  padding: 15px 23px;
  border: 1px solid #c2c2c2;
  border-top: none;
  color: #666666;
}

.section2 .row3 .swiper-slide .row .desc .irow .ititle {
  font-size: 10.66667px;
  color: #176f94;
  padding-top: 22px;
  padding-bottom: 15px;
}

.section2 .row3 .swiper-slide.last .col:nth-child(1) .desc {
  padding-left: 15px;
  padding-right: 15px;
}

.section2 .row3 .swiper-slide.last .col:nth-child(2) .desc {
  padding-left: 28px;
  padding-right: 28px;
}

.section3 .row2 {
  color: #176f94;
  font-size: 20px;
}

.section3 .row2.row2a .col {
  background-image: url(../img/s31.png);
}

.section3 .row2.row2b .col {
  background-image: url(../img/s32.png);
}

.section3 .row2.row2c .col {
  background-image: url(../img/s33.png);
}

.section3 .row2 .col {
  padding-top: 120px;
  padding-bottom: 33px;
  background-repeat: no-repeat;
  background-position: center 10px;
  text-align: center;
}

.section3 .row3 {
  color: white;
}

.section3 .row3 .col {
  font-size: 12px;
  padding: 38px;
  line-height: 30px;
  background-image: url(../img/s34.png);
  background-size: 100%;
  margin-bottom: 40px;
}

.section4 .row2 {
  margin-bottom: 30px;
}

.section4 .row2 .col:nth-child(1) {
  background-image: url(../img/s41.png);
  background-repeat: no-repeat;
}

.section4 .row2 .col:nth-child(1) .title {
  width: 100%;
  height: 100%;
  background-color: rgba(23, 111, 148, 0.9);
  color: white;
  font-size: 20px;
  text-align: center;
  padding: 45px 0;
  line-height: 35px;
}

.section4 .row2 .col:nth-child(2) {
  padding: 20px;
  border: 1px solid #b9d4df;
}

.section4 .row2 .col:nth-child(2) h3 {
  color: #176f94;
  line-height: 34px;
}

.section4 .row2 .col:nth-child(2) p {
  color: #575757;
  font-size: 12px;
  line-height: 24px;
}

.section4 .row3 .col:nth-child(1) {
  background-image: url(../img/s42.png);
}

.section4 .row3 .col:nth-child(1) .title {
  background-color: rgba(233, 133, 89, 0.9);
}

.section4 .row4 .col:nth-child(1) {
  background-image: url(../img/s43.png);
}

.section4 .row4 .col:nth-child(1) .title {
  background-color: rgba(228, 93, 144, 0.9);
}

.section5 .swiper5 {
  height: 172px;
  width: 100%;
}

.section5 .swiper5 .swiper-slide {
  height: auto;
}

.section5 .swiper5 .swiper-scrollbar-drag {
  background: #005376;
}

.section5 .row2 .col {
  box-shadow: 0px 1px 9px 0px rgba(233, 233, 233, 0.83);
  padding-bottom: 16px;
  margin-top: 42px;
}

.section5 .row2 .col .scrollable-element {
  height: 158px;
  overflow: hidden;
}

.section5 .row2 .col .title {
  font-size: 17.33333px;
  padding: 74px 0;
  text-align: center;
  background-repeat: no-repeat;
  color: white;
}

.section5 .row2 .col .desc {
  font-size: 12px;
  line-height: 26px;
  padding-left: 4.05405%;
  padding-right: 4.05405%;
}

.section5 .row2 .col ul {
  overflow: hidden;
}

.section5 .row2 .col ul li {
  width: 50%;
  float: left;
  padding-left: 4.05405%;
  font-size: 12px;
  line-height: 28px;
}

.section5 .row2 .col:nth-child(2) ul li:nth-of-type(odd) {
  width: 45%;
}

.section5 .row2 .col:nth-child(2) ul li:nth-of-type(even) {
  width: 55%;
}

.section5 .row2 .col:nth-child(2), .section5 .row2 .col:nth-child(5) {
  margin: 42px 1.83333% 0 1.83333%;
}

.section5 .row2 .col:nth-child(1) .title {
  background-image: url("../img/s51.png");
}

.section5 .row2 .col:nth-child(2) .title {
  background-image: url("../img/s52.png");
}

.section5 .row2 .col:nth-child(3) .title {
  background-image: url("../img/s53.png");
}

.section5 .row2 .col:nth-child(4) .title {
  background-image: url("../img/s54.png");
}

.section5 .row2 .col:nth-child(5) .title {
  background-image: url("../img/s55.png");
}

.section5 .row2 .col:nth-child(6) .title {
  background-image: url("../img/s56.png");
}

.section6 .row2 {
  font-size: 20px;
  color: #176f94;
  text-align: center;
  height: 80px;
  line-height: 80px;
}

.section6 .row2 span {
  position: relative;
}

.section6 .row2 span::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 1px;
  top: 50%;
  left: -102px;
  background-color: #176f94;
}

.section6 .row2 span::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 1px;
  top: 50%;
  right: -102px;
  background-color: #176f94;
}

.section6 .row3 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  overflow: hidden;
}

.section6 .row3 .col {
  width: 20%;
  float: left;
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
  padding-top: 70px;
  line-height: 30px;
  font-size: 14px;
  background-size: 80% auto;
}

.section6 .row3 .col:nth-child(1) {
  background-image: url("../img/s61.png");
}

.section6 .row3 .col:nth-child(2) {
  background-image: url("../img/s62.png");
}

.section6 .row3 .col:nth-child(3) {
  background-image: url("../img/s63.png");
}

.section6 .row3 .col:nth-child(4) {
  background-image: url("../img/s64.png");
}

.section6 .row3 .col:nth-child(5) {
  background-image: url("../img/s65.png");
}

.section6 h2 {
  font-size: 13.33333px;
  margin-top: 15px;
}

.section6 .p2 {
  margin-bottom: 24px;
}

.section6 .row4 {
  position: relative;
}

.section6 .row4 .swiper6-button-next {
  width: 26px;
  height: 85px;
  background-image: url(../img/s2next.png);
  background-size: 26px 85px;
  right: -40px;
  -ms-transform: translateY(-20%);
      transform: translateY(-20%);
}

.section6 .row4 .swiper6-button-prev {
  width: 26px;
  height: 85px;
  background-image: url(../img/s2prev.png);
  background-size: 26px 85px;
  left: -40px;
  -ms-transform: translateY(-20%);
      transform: translateY(-20%);
}

.section6 .row4 .swiper-slide {
  margin-bottom: 20px;
}

.section6 .row4 .swiper-slide .title {
  height: 47px;
  line-height: 47px;
  color: white;
  font-size: 16.66667px;
  background-color: #176f94;
  text-align: center;
}

.section6 .row4 .swiper-slide .title span {
  position: relative;
}

.section6 .row4 .swiper-slide .title span::before {
  content: '';
  position: absolute;
  width: 26px;
  height: 1px;
  top: 50%;
  left: -40px;
  background-color: white;
}

.section6 .row4 .swiper-slide .title span::after {
  content: '';
  position: absolute;
  width: 26px;
  height: 1px;
  top: 50%;
  right: -40px;
  background-color: white;
}

.section6 .row4 .swiper-slide .desc {
  font-size: 10.66667px;
  color: #666666;
  padding: 20px 3%;
  border: 1px solid #c2c2c2;
  border-top: none;
  line-height: 26px;
  height: 120px;
}

.section6 .row4 .swiper-slide .desc span {
  font-size: 12px;
}

.section6 .row4 .swiper-slide:nth-child(2) .desc {
  background-image: url(../img/s66.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 94% auto;
}

.section6 .row4 .swiper-slide:nth-child(1) .ul2 li:nth-child(1), .section6 .row4 .swiper-slide:nth-child(3) .ul2 li:nth-child(1) {
  text-align: center;
  float: left;
}

.section6 .t1 {
  font-size: 14px;
  color: #da5f2f;
  margin-top: 34px;
  margin-bottom: 10px;
}

.section6 .t2 {
  font-size: 12px;
  color: #666666;
  line-height: 22px;
}

.section6 .t3 {
  font-size: 12px;
  color: #176f94;
  line-height: 22px;
}

.section7 .row2 {
  position: relative;
  margin-bottom: 40px;
}

.section7 .row2 .swiper-container .swiper-pagination-bullet-active {
  background: #176f94;
}

.section7 .row2 .swiper-container .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}

.section7 .row2 .swiper7-button-next {
  width: 50px;
  height: 50px;
  background-image: url(../img/s7next.png);
  background-size: 50px;
  right: 36px;
}

.section7 .row2 .swiper7-button-prev {
  width: 50px;
  height: 50px;
  background-image: url(../img/s7prev.png);
  background-size: 50px;
  left: 36px;
}

.section7 .row3 {
  font-weight: bold;
  text-align: center;
}

.section7 .row3 .col {
  width: 96.77419%;
  background-color: #e7f0f4;
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  margin: 12px auto;
  position: relative;
}

.section7 .row4 {
  font-weight: bold;
  text-align: center;
}

.section7 .row4 .col {
  width: 96.77419%;
  background-color: #e7f0f4;
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  position: relative;
  margin: 12px auto;
}

.section8 .bmap {
  width: 100%;
  min-height: 400px;
}

.section8 .banner .row1 {
  font-size: 14.66667px;
  line-height: 30px;
  text-align: center;
  margin-top: 10px;
}

.section8 .banner .row1 .col {
  padding-top: 80px;
  background-repeat: no-repeat;
  background-position: center top;
}

.section8 .banner .row1 .col:nth-child(1) {
  background-image: url(../img/s81.png);
}

.section8 .banner .row1 .col:nth-child(2) {
  background-image: url(../img/s82.png);
}

.section8 .banner .row1 .col:nth-child(3) {
  background-image: url(../img/s83.png);
}

.section8 .banner .row1 .col:nth-child(3) p {
  background-repeat: no-repeat;
  padding-left: 72px;
  background-position: left 6px;
  text-align: left;
}

.section8 .banner .row1 .col:nth-child(3) p:nth-child(2) {
  background-image: url(../img/s84.png);
}

.section8 .banner .row1 .col:nth-child(3) p:nth-child(3) {
  background-image: url(../img/s85.png);
}

.section8 .banner .row1 .col p {
  line-height: 30px;
}

.section8 .banner .row1 .col .title {
  font-size: 16.66667px;
  margin-bottom: 9px;
  font-weight: bold;
}

.section2 .row1, .section3 .row1, .section4 .row1, .section5 .row1, .section6 .row1, .section7 .row1 {
  color: #176f94;
}

.section2 .row1 h1, .section3 .row1 h1, .section4 .row1 h1, .section5 .row1 h1, .section6 .row1 h1, .section7 .row1 h1 {
  font-size: 26.66667px;
  padding-top: 22px;
}

.section2 .row1 p, .section3 .row1 p, .section4 .row1 p, .section5 .row1 p, .section6 .row1 p, .section7 .row1 p {
  color: #888888;
  font-size: 11.33333px;
}

.section2 .row1 .right, .section3 .row1 .right, .section4 .row1 .right, .section5 .row1 .right, .section6 .row1 .right, .section7 .row1 .right {
  font-size: 16.66667px;
  margin-bottom: 40px;
}

* {
  box-sizing: border-box;
}

.page-controlArrow::before {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -27px;
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  content: '';
  left: -15px;
  width: 0;
  border-width: 27px 15px 27px 0;
  border-color: transparent #e7f0f4 transparent transparent;
}

.page-controlArrow::after {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -27px;
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  content: '';
  right: -15px;
  border-width: 27px 0 27px 15px;
  border-color: transparent transparent transparent #e7f0f4;
}
