.TheSecondBannerModificationOnTheOfficialWebsite {
  height: 640px; }
  .TheSecondBannerModificationOnTheOfficialWebsite .container {
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
  .TheSecondBannerModificationOnTheOfficialWebsite .title {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 10px; }
  .TheSecondBannerModificationOnTheOfficialWebsite .desc {
    font-size: 18px;
    color: #fff; }
  .TheSecondBannerModificationOnTheOfficialWebsite .link {
    margin-top: 40px; }
    .TheSecondBannerModificationOnTheOfficialWebsite .link a {
      width: 150px;
      height: 50px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      color: #fff;
      font-size: 16px;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
  @media (max-width: 1599px) {
    .TheSecondBannerModificationOnTheOfficialWebsite {
      background-size: cover;
      height: 445px; }
      .TheSecondBannerModificationOnTheOfficialWebsite .title {
        font-size: 24px; }
      .TheSecondBannerModificationOnTheOfficialWebsite .desc {
        font-size: 16px; } }

.TheSecondButtonLinkModificationOnTheOfficialWebsite {
  width: 158px;
  height: 58px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .TheSecondButtonLinkModificationOnTheOfficialWebsite span {
    font-size: 16px;
    color: #fff;
    margin-left: 8px; }
  @media (max-width: 1599px) {
    .TheSecondButtonLinkModificationOnTheOfficialWebsite {
      width: 120px;
      height: 40px; }
      .TheSecondButtonLinkModificationOnTheOfficialWebsite span {
        font-size: 14px; } }

body {
  background: #e6e6e6; }

.TheSecondTitleModificationOnTheOfficialWebsite .title {
  font-size: 36px;
  color: #1b1b1b;
  font-weight: bold;
  position: relative;
  padding-bottom: 18px;
  text-align: center; }
  .TheSecondTitleModificationOnTheOfficialWebsite .title::after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    width: 60px;
    height: 2px;
    background: #2897c2; }

.TheSecondTitleModificationOnTheOfficialWebsite .desc {
  font-size: 14px;
  color: #828282;
  margin-top: 15px;
  text-align: center; }

@media (max-width: 1599px) {
  .TheSecondTitleModificationOnTheOfficialWebsite .title {
    font-size: 24px;
    padding-bottom: 10px; } }

.TheSecondMargin50ModificationOnTheOfficialWebsite {
  margin-top: 50px;
  margin-bottom: 50px; }

.linkcommonbutton {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 158px;
  height: 58px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff; }
  .linkcommonbutton:hover {
    color: #fff; }
  .linkcommonbutton img {
    margin-right: 5px; }

.footer { }

.Question .wrapper {
  padding: 0 25px; }

.Question .container {
  background: #fff;
  padding-bottom: 43px; }

.Question .TheSecondTitleModificationOnTheOfficialWebsite {
  padding: 40px 0; }
  .Question .TheSecondTitleModificationOnTheOfficialWebsite .title {
    padding-bottom: 0; }
    .Question .TheSecondTitleModificationOnTheOfficialWebsite .title::after {
      opacity: 0; }

.Question .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .Question .content ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 15px; }
    .Question .content ul li .parent {
      background-repeat: no-repeat;
      background-position: center bottom; }
      .Question .content ul li .parent .title {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 80px;
        background: #474c52; }
      .Question .content ul li .parent .text {
        text-align: center;
        padding-bottom: 50px;
        border: 1px solid #e9e9e9; }
        .Question .content ul li .parent .text .tit {
          color: #1a1a1a;
          font-size: 18px;
          padding-top: 35px;
          padding-bottom: 25px; }
        .Question .content ul li .parent .text .desc {
          font-size: 14px;
          color: #808080;
          line-height: 1.8;
          height: 75px; }

.KeywordOptimization .container {
  background: url(../picture/0ea5a606187a1f8e32ff13935314566a.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 35px;
  padding-bottom: 75px; }

.KeywordOptimization .wrapper {
  padding: 0 65px; }

.KeywordOptimization .content {
  margin-top: 25px; }
  .KeywordOptimization .content ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .KeywordOptimization .content ul li {
      width: 50%;
      margin-bottom: 30px; }
      .KeywordOptimization .content ul li:nth-of-type(2n+0) .parent {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; }
      .KeywordOptimization .content ul li .parent {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
        .KeywordOptimization .content ul li .parent .text {
          padding-left: 25px;
          padding-right: 45px;
          box-shadow: 0px 0px 18px 6px rgba(15, 51, 71, 0.06);
          background: #fff;
          padding-top: 20px;
          padding-bottom: 20px; }
        .KeywordOptimization .content ul li .parent .title {
          color: #1e1e1e;
          font-size: 18px;
          margin-bottom: 5px; }
        .KeywordOptimization .content ul li .parent .desc {
          font-size: 14px;
          color: #7e7e7e;
          line-height: 1.6;
          width: 345px; }

.TotalStationOptimization .topTitle {
  padding-top: 55px;
  background: url(../picture/7913f5c04c3554b87fa11f607a1f593b.jpg) center center no-repeat;
  height: 300px; }
  .TotalStationOptimization .topTitle .TheSecondTitleModificationOnTheOfficialWebsite .title {
    color: #fff; }
    .TotalStationOptimization .topTitle .TheSecondTitleModificationOnTheOfficialWebsite .title::after {
      background: #fff; }

.TotalStationOptimization .container {
  padding: 0; }

.TotalStationOptimization .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap; }
  .TotalStationOptimization .content ul li {
    width: 33.33333%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #ffffff;
    padding-top: 40px;
    padding-bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .TotalStationOptimization .content ul li:nth-of-type(2n+0) {
      background: #f4f4f4; }
    .TotalStationOptimization .content ul li .img {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .TotalStationOptimization .content ul li .text {
      text-align: center; }
      .TotalStationOptimization .content ul li .text .title {
        font-size: 18px;
        color: #212121;
        margin: 20px 0; }
      .TotalStationOptimization .content ul li .text .desc {
        font-size: 14px;
        color: #7d7d7d;
        width: 345px;
        line-height: 1.8; }

.BrandCustomerWitness .container {
  background: #fff;
  padding-top: 55px;
  padding-bottom: 20px; }

.BrandCustomerWitness .TheSecondTitleModificationOnTheOfficialWebsite {
  margin-bottom: 20px; }

.BrandCustomerWitness .container .content ul.IntegrationStyle {
  padding: 0 20px;
  padding-bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap; }

.BrandCustomerWitness .container .content ul.IntegrationStyle li {
  margin-top: 20px;
  width: 20%;
  padding: 0 10px; }

.BrandCustomerWitness .container .content ul.IntegrationStyle li a {
  height: 120px;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: 0px 0px 8.45px 3.55px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 13.45px 0.55px rgba(0, 0, 0, 0.1); }

.BrandCustomerWitness .container .content ul.IntegrationStyle li a .img {
  width: 100%;
  height: 100%;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.BrandCustomerWitness .container .content ul.IntegrationStyle li a:hover .img img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.BrandCustomerWitness .container .content ul.IntegrationStyle li a .img img {
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all; }

.BrandCustomerWitness .container .content ul.IntegrationStyle li a .img {
  overflow: hidden; }

@media (max-width: 1599px) {
  .BrandCustomerWitness .container .content ul.IntegrationStyle li a .img {
    width: 70%; }
  .BrandCustomerWitness .container {
    padding-top: 30px;
    padding-bottom: 0; } }

@media (max-width: 1599px) {
  .Question .content ul li {
    padding: 0 10px; }
  .Question .wrapper {
    padding: 0; }
  .Question .content ul li .parent .text .desc {
    padding: 0 10px;
    font-size: 12px; }
  .Question .TheSecondTitleModificationOnTheOfficialWebsite {
    padding: 30px 0; }
  .Question .content ul li .parent .text .tit {
    font-size: 16px; }
  .KeywordOptimization .wrapper {
    padding: 0 10px; }
  .KeywordOptimization .container {
    padding-bottom: 30px; }
  .KeywordOptimization .content ul li .parent .text {
    padding-left: 20px;
    padding-right: 20px; }
  .KeywordOptimization .content ul li .parent .iconimg img {
    height: 116px; }
  .KeywordOptimization .content ul li {
    margin-bottom: 20px; }
  .KeywordOptimization .content ul li .parent .title {
    font-size: 16px; }
  .TotalStationOptimization .topTitle {
    background-size: cover;
    height: 225px;
    padding-top: 30px; }
  .TotalStationOptimization .content ul li .text .title {
    font-size: 16px; } }

