:root {
  --color-blue: #477de8;
  --color-orange: #d48625;
}

body {
  max-width: 750px;
  margin: 0 auto;
  padding-bottom:0!important;
}

.wrap {
  max-width: 750px;
  margin: 0 auto;
  padding-bottom: 30px;
  background-color: #49adff;
  box-shadow: 0 1px 6px #ccc;
}
.text-xxl {
    font-size: 22px;
}
.bannerss {
  position: relative;
}
.bannerss img {
  width: 100%;
  height: 100%;
}
.bannerss .banner-text {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  font-style: italic;
  position: absolute;
  width: 100%;
  top: 1%;
}
.bannerss .banner-text span {
  font-size: 35px;
  color: transparent;
  background: linear-gradient(to right, rgba(69, 124, 231, 0.7), rgb(69, 124, 231));
  -webkit-background-clip: text;
  background-clip: text;
  padding-right: 10px;
}
.bannerss .banner-text::after {
  content: "";
  margin: 0 auto;
  display: block;
  width: 86%;
  height: 7px;
  background: linear-gradient(to right, rgb(69, 124, 231), rgba(69, 124, 231, 0));
}

.block {
  padding-top: 20px;
}
.block .block-title {
  margin-bottom: 20px;
  position: relative;
  padding: 0 20px;
  height: 53px;
  line-height: 53px;
}
.block .block-title .zh {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 20;
  letter-spacing: 2px;
}
.block .block-title .en {
  position: absolute;
  left: 20px;
  top: -20px;
  font-size: 24px;
  color: #fff;
  opacity: 0.1;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 0;
}
.block .block-title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg_title.png) no-repeat left 90%;
  background-size: 240px;
  z-index: 10;
}
.block .block-wrap {
  margin: 20px;
  padding: 20px;
}

.introduce {
  padding-bottom: 0 !important;
}
.introduce p,.round p {
  font-size: 16px;
}
.introduce .introduce-img {
  margin-top: 20px;
  text-align: center;
}
.introduce .introduce-img img {
  max-width: 50%;
}

.service .images {
  margin-top: 20px;
}
.service .images img {
  width: 49%;
}

.map .images {
  margin-top: 20px;
}
.map .images img {
  max-width: 100%;
}

.philosophy {
  background: url(../images/bg_philosophy.png) no-repeat center bottom;
  background-size: contain;
  padding-bottom: 100px;
}
.philosophy .block-wrap {
  padding: 10px;
}
.philosophy p {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}

.certificate {
  background: url(../images/bg_certificate.png) no-repeat center top #fcfcfc;
  padding-top: 20px;
  padding-bottom: 20px;
  background-size: 100%;
}
.certificate .title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #d48625;
  padding-bottom: 10px;
  letter-spacing: 2px;
}
.certificate .list {
  align-items: baseline;
  position: relative;
  margin-bottom: 10px;
}
.certificate .list::after {
  content: "";
  display: block;
  width: 100%;
  height: 47px;
  background: linear-gradient(to top, rgba(238, 209, 178, 0.5), rgba(238, 209, 178, 0));
  -webkit-clip-path: polygon(0 100%, 100% 100%, 90% 0%, 5% 0%);
          clip-path: polygon(0 100%, 100% 100%, 90% 0%, 5% 0%);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.certificate .list .item {
  text-align: center;
  width: 33%;
  position: relative;
  z-index: 10;
}
.certificate .list .item img {
  width: 100%;
  max-width: 100%;
  padding: 5px;
  display: block;
}
.certificate .list .item span {
  font-size: 10px;
  line-height: 20px;
  display: block;
  color: #cf7900;
}
.certificate .list .item span.sp {
  font-size: 10px;
}

.service-content {
  background-color: #1c6ae4;
  padding-bottom: 20px;
}
.service-content .block-wrap {
  padding: 10px;
  margin-bottom: 0;
}
.service-content .list .item {
  background-color: #1c6ae4;
  border-radius: 100px;
  font-size: 12px;
  color: #fff;
  padding: 10px 0;
  margin-bottom: 10px;
}
.service-content .list .item:nth-child(2n) {
  background-color: #50b5ff;
}
.service-content .list .item .icon {
  width: 38px;
  height: 38px;
  margin-left: 10px;
}
.service-content .list .item .icon img {
  width: 100%;
  display: block;
}
.service-content .list .item .title {
  width: 86px;
  font-size: 14px;
  font-weight: bold;
  padding-left: 10px;
}
.service-content .list .item .split {
  width: 1px;
  height: 26px;
  background-color: #fff;
  opacity: 0.6;
  margin: 0 5px;
}
.service-content .list .item .info {
  width: 55%;
  font-size: 11px;
  padding-right:6px;
}

.cooperate {
  background: url(../images/bg_cooperate.png) no-repeat center top;
  padding-top: 50px;
  padding-bottom: 50px;
  background-size: cover;
}
.cooperate .title {
  position: relative;
  margin-bottom: 20px;
}
.cooperate .title .zh {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
  padding-bottom: 10px;
  letter-spacing: 2px;
}
.cooperate .title .en {
  position: absolute;
  left: 20px;
  top: -10px;
  font-size: 24px;
  color: #fff;
  opacity: 0.1;
  font-weight: bold;
  text-transform: uppercase;
  z-index: 0;
}
.cooperate .list-icon {
  text-align: center;
}
.cooperate .list-icon img {
  width: 100%;
  display: block;
}

.media-report .item {
  padding: 10px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
.media-report .item .images {
  width: 70px;
  height: 50px;
}
.media-report .item .images img {
  height: 100%;
  display: block;
}
.media-report .item .text {
  width: calc(100% - 80px);
  font-size: 14px;
}/*# sourceMappingURL=index.css.map */