@charset "utf-8";

/* CSS Document */
.g-pdnr {
  width: 100%;
  background: -webkit-linear-gradient(top, #ffffff 0%, #ecf1ff 100%);
  background: -moz-linear-gradient(top, #ffffff 0%, #ecf1ff 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #ecf1ff 100%);
  background: linear-gradient(180deg, #ffffff 0%, #ecf1ff 100%);
}

.g-pdnr .i_service_t {
  padding: 0;
}

.table_nav {
  width: 950px;
  height: 64px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #cccccc;
  padding: 0 100px;
}

.table_nav p {
  display: inline-block;
  width: 128px;
  font-size: 14px;
  height: 100%;
  float: left;
  text-align: center;
  line-height: 64px;
  cursor: pointer;
  color: #002140;
}

.table_nav p.active {
  font-size: 14px;
  border-bottom: 2px solid #0b4ffc;
  color: #0b4ffc;
}

.g-gundong {
  padding-top: 40px;
}

.g-gundong p.gd-title {
  font-size: 40px;
  font-weight: 500;
  color: #25345c;
  line-height: 56px;
  padding-top: 150px;
  padding-bottom: 30px;
}

.g-gundong .gd_left {
  width: 45%;
}

.g-gundong .gd-img {
  width: 48%;
}

.g-gundong .gd-txt {
  display: block;
  height: 54px;
  font-size: 18px;
  font-weight: 400;
  color: #a7aec1;
  line-height: 35px;
}

.banner-slide {
  height: 320px;
}

.m-swiper-main .swiper-slide .white-btn {
  /* padding: 13px 25px; */
  background: white;
  /* font-size: 16px; */
  /* font-family: PingFang-SC-Bold, PingFang-SC; */
  /* font-weight: bold; */
  color: #242a37;
  /* line-height: 22px; */
  /* border-radius: 4px; */
}
.u-btn.btn-fill-green {
  background: #1dd4ab !important;
  color: #fff !important;
}
