@charset "UTF-8";
html {
  font-size: 16px;
  font-family: "微软雅黑";
}

img {
  max-width: 100%;
}

.content {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  height: auto;
}
.content .service-banner {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.content .service-profile {
  max-width: 1200px;
  margin: auto;
  background: #fff;
  margin-top: 4%;
  font-family: "微软雅黑";
}
.content .service-profile .title {
  color: #5f6367;
}
.content .service-profile .subhead {
  position: relative;
  width: 11.9rem;
  text-align: center;
  margin: 10px auto 3.7%;
}
.content .service-profile .subhead .word {
  position: absolute;
  left: 0;
  right: 0;
  top: -7px;
  height: 14px;
  width: 8.1rem;
  background-color: #fff;
  margin: auto;
  font-size: 0.75rem;
  font-family: arial;
  color: #00c1de;
}
.content .service-profile .subhead .line {
  top: 10px;
  width: 100%;
  height: 2px;
  background-color: #9b9ea0;
}
.content .service-profile .main {
  margin: 3.7% auto 6%;
  width: 100%;
  text-align: center;
}
.content .service-call {
  max-width: 100%;
  margin: auto;
  background: #fff;
  background: url(../img/service-call.jpg) no-repeat;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.content .service-call .title {
  padding-top: 3.8%;
  color: #fff;
}
.content .service-call .subhead {
  position: relative;
  width: 10.9rem;
  text-align: center;
  margin: 10px auto;
}
.content .service-call .subhead .word {
  position: absolute;
  left: 0;
  right: 0;
  top: -7px;
  height: 0.875rem;
  width: 7.1rem;
  margin: auto;
  font-size: 0.75rem;
  font-family: arial;
  color: #fff;
}
.content .service-call .subhead .line {
  top: 10px;
  width: 18%;
  height: 2px;
  background-color: #fff;
}
.content .service-call .subhead .left {
  float: left;
}
.content .service-call .subhead .right {
  float: right;
}
.content .service-call .main {
  margin: 0 auto;
  max-width: 1200px;
  padding-bottom: 4.3%;
  padding-top: 4.3%;
}
.content .service-call .main .describe {
  color: #FFFFFF;
  font-size: 1rem;
  text-indent: 2em;
  line-height: 1.7rem;
  text-align: justify;
}
.content .service-call .main .call {
  margin: 4.2% auto 0;
  width: 18.5rem;
  height: 3.5rem;
  color: #fff;
  background: #00c1de;
  font-size: 1rem;
  border-radius: 3.1rem;
  border: 1px solid #00c1de;
  text-align: center;
  line-height: 3.5rem;
}
.content .service-assurance {
  max-width: 100%;
  background: #fff;
  margin: 4.2% auto;
}
.content .service-assurance .title {
  color: #5f6367;
}
.content .service-assurance .subhead {
  position: relative;
  width: 12.9rem;
  text-align: center;
  margin: 10px auto;
}
.content .service-assurance .subhead .word {
  position: absolute;
  left: 0;
  right: 0;
  top: -7px;
  height: 14px;
  width: 10.1rem;
  background-color: #fff;
  margin: auto;
  font-size: 0.75rem;
  font-family: arial;
  color: #00c1de;
}
.content .service-assurance .subhead .line {
  top: 10px;
  width: 100%;
  height: 2px;
  background-color: #9b9ea0;
}
.content .service-assurance .main {
  margin: 2.5% auto 0;
  max-width: 1200px;
}
.content .service-assurance .main .row {
  margin: 0;
}
.content .service-assurance .main .list {
  border: 1px solid #e2e2e2;
  margin: 1%;
  padding: 0;
}
.content .service-assurance .main .list .title {
  font-size: 1.125rem;
  padding-top: 1rem;
  line-height: 2.5rem;
  color: #373d41;
}
.content .service-assurance .main .list img {
  float: left;
  padding-top: 1rem;
  display: block;
  margin-right: 0.75rem;
}
.content .service-assurance .main .list .describe {
  text-align: justify;
  font-size: 1rem;
  padding: 0.6rem 1.5rem 1.5rem 1.5rem;
  text-indent: 2rem;
  font-size: 0.875rem;
  color: #5F6367;
  line-height: 1.5rem;
}
.content .service-title {
  text-align: center;
  font-size: 1.625rem;
  font-weight: bold;
}

@media (min-width: 320px) and (max-width: 1199px) {
  .service-call .main {
    width: 80%;
  }

  .service-assurance .main {
    max-width: 1200px;
  }
}
@media screen and (min-width: 768px) {
  .col-lg-6 {
    width: 48%;
    float: left;
  }
}
@media screen and (max-width: 768px) {
  .service-banner img {
    display: none;
  }

  .service-banner {
    background: url(../img/service-banner01.jpg);
    padding-top: 39%;
    background-size: cover;
  }

  .content .service-call .main .call {
    width: 16.5rem;
  }
}
@media screen and (max-width: 767px) {
  .content .service-assurance .main .list {
    margin: 3%;
  }
}
@media only screen and (min-width: 1200px) {
  .service-call .main {
    width: 49%;
  }

  .service-banner {
    width: 100%;
    height: 100%;
  }

  .service-profile {
    width: 100%;
    background: #fff;
    text-align: center;
  }
}
