@charset "UTF-8";
.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.d-block {
  display: block; }

.d-inline-block {
  display: inline-block; }

.d-inline {
  display: inline; }

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.d-table {
  display: table; }

.d-none {
  display: none; }

.d-table-cell {
  display: table-cell; }

:root {
  font-size: 20px; }

* {
  padding: 0;
  border: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

.fl {
  float: left; }

.fr {
  float: right; }

.clearfix::after, .pad-row::after, .main::after, ul.list-horizontal::after,
ol.list-horizontal::after, dl.list-horizontal::after, footer .top-part::after {
  content: "";
  height: 0;
  clear: both;
  display: block; }

.pad-row {
  padding: 0.25rem 0; }

.main {
  width: 60.65rem;
  margin: 0 auto; }

a {
  text-decoration: none;
  color: inherit; }
  a:hover {
    text-decoration: none; }

a.d-block,
a.d-inline-block {
  width: 100%;
  height: 100%; }

body {
  min-width: 1220px;
  font-family: Arial, 'adobe\9ED1\4F53', 'Microsoft Yahei'; }

ul,
ol {
  list-style: none; }

ul.list-in-line > li,
ol.list-in-line > li {
  display: inline-block; }

dl.list-in-line > dd,
dl.list-in-line > dt {
  display: inline-block; }

ul.list-horizontal > li,
ol.list-horizontal > li {
  float: left; }

dl.list-horizontal > dt,
dl.list-horizontal > dd {
  float: left; }

small {
  font-size: 0.6rem; }

header {
  height: 5.5rem;
  line-height: 5.5rem; }
  header .header-logo {
    height: 5.5rem; }
  header nav ul {
    margin-bottom: 0; }
  header nav li {
    padding: 0 1.25rem; }
    header nav li a {
      position: relative; }
      header nav li a:after {
        content: "";
        width: 0;
        height: 4px;
        position: absolute;
        bottom: 2px;
        left: 0;
        z-index: 1;
        background-color: #ff9d43;
        -webkit-transition: 1s all ease;
        -o-transition: 1s all ease;
        -moz-transition: 1s all ease;
        transition: 1s all ease; }
    header nav li.active a::after, header nav li:hover a::after {
      width: 100%; }

nav {
  font-size: 0.9rem; }
  nav li > a {
    width: 100%;
    height: 100%;
    display: block; }

hr {
  width: 100%;
  height: 1px;
  background-color: #e7e7e7; }

.p-relative {
  position: relative !important; }

.st-btn {
  height: 2rem;
  line-height: 2rem;
  min-width: 6rem;
  padding: 0 1.5rem;
  display: inline-block;
  background-color: transparent;
  font-size: 0.8rem;
  text-align: center;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }
  .st-btn.st-btn-colorful {
    -webkit-border-radius: 1rem;
       -moz-border-radius: 1rem;
            border-radius: 1rem;
    background-image: -webkit-gradient(linear, left top, right top, from(#fe3477), to(#ffb531));
    background-image: -webkit-linear-gradient(left, #fe3477, #ffb531);
    background-image: -moz-linear-gradient(left, #fe3477, #ffb531);
    background-image: -o-linear-gradient(left, #fe3477, #ffb531);
    background-image: linear-gradient(to right, #fe3477, #ffb531);
    color: white; }
  .st-btn.st-btn-blue {
    background-color: #494cf8;
    color: white; }

footer {
  background-image: url("/src/common/img/footer-bg.jpg");
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100% 100%;
       -o-background-size: 100% 100%;
          background-size: 100% 100%;
  background-position: 0 0; }
  footer .top-part {
    padding-top: 3rem;
    padding-bottom: 2rem; }
    footer .top-part .part {
      width: 16.530%;
      float: left; }
      footer .top-part .part.big-part {
        width: 50.4%; }
        footer .top-part .part.big-part dl {
          padding: 10px; }
        footer .top-part .part.big-part .icon-tel,
        footer .top-part .part.big-part .icon-mail {
          width: 30px;
          height: 30px;
          display: inline-block;
          background-image: url("/src/common/img/icon-sprite.png");
          -webkit-background-size: auto auto;
             -moz-background-size: auto;
               -o-background-size: auto;
                  background-size: auto;
          background-position: 0 0;
          vertical-align: middle; }
        footer .top-part .part.big-part .icon-tel {
          background-position: -20px -120px; }
        footer .top-part .part.big-part .icon-mail {
          background-position: -70px -120px; }
      footer .top-part .part dl dt {
        font-size: 0.9rem;
        line-height: 1.8rem;
        color: white; }
      footer .top-part .part dl dd {
        font-size: 0.8rem;
        line-height: 1.8rem;
        color: #d9d6cf; }
  footer .copy-declaration {
    background-color: #222629;
    font-size: 0.7rem;
    line-height: 3rem;
    color: #45474f; }
    footer .copy-declaration .text-light {
      color: #9093a0; }
  footer .logo {
    width: 14.5rem;
    height: 4rem;
    background-image: url("/src/common/img/icon-sprite.png");
    -webkit-background-size: auto auto;
       -moz-background-size: auto;
         -o-background-size: auto;
            background-size: auto;
    background-position: 0 0; }

#page-title {
  width: 100%;
  height: 34.167vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white; }
  #page-title h2 {
    font-size: 3.6rem;
    font-family: '\9ED1\4F53';
    letter-spacing: 1.5rem; }

.mask-forIE {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: white; }
  .mask-forIE .bigger-text {
    font-size: 72px; }

[data-type="copy-text"][data-copyed="yes"] {
  position: relative; }
  [data-type="copy-text"][data-copyed="yes"]:after {
    content: '(\5DF2\590D\5236)';
    padding: 2px 4px;
    font-size: 12px;
    color: white; }

#page-title {
  background-image: url("/src/service/img/service.jpg");
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100% 100%;
       -o-background-size: 100% 100%;
          background-size: 100% 100%;
  background-position: 0 0; }

.main-section {
  padding: 3rem 0;
  background-color: #f4f4f4; }
  .main-section section.main {
    padding: 3rem 3.5rem;
    border-bottom: 2px solid #ff9e40;
    margin-bottom: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: white; }
    .main-section section.main:last-child {
      margin-bottom: 0; }
    .main-section section.main h3 {
      font-size: 1rem; }
    .main-section section.main .text-part {
      width: 48%;
      font-size: 0.8rem;
      line-height: 1.5rem; }
      .main-section section.main .text-part .text-body {
        padding: 1rem 0;
        color: #a7a9b7; }
    .main-section section.main:nth-child(even) .text-part {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
         -moz-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }


/*# sourceMappingURL=service.css.map*/