body {
  background: #e6e6e6; }

@font-face {
  font-family: 'GILROY-BOLD';
  src: url(../font/845e3342c8225b297143c406c2c64a3b.eot);
  src: local("GILROY-BOLD Regular"), local("GILROY-BOLD"), url(../font/c3e3baa21c1c6e919f336be9f452ce45.otf); }

.CommonHeaderBottomOtherBanner {
  text-align: center;
  height: 640px;
  background-size: cover;
  background-position: center center;
  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-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; }
  .CommonHeaderBottomOtherBanner p {
    font-size: 40px;
    color: #fff;
    font-weight: bold; }
    .CommonHeaderBottomOtherBanner p.lag {
      font-size: 18px;
      color: #fff;
      margin-top: 20px;
      font-weight: normal; }
  .CommonHeaderBottomOtherBanner a.GradientCommonButton {
    margin-top: 45px; }
  .CommonHeaderBottomOtherBanner a {
    margin: 0 auto; }
  @media (max-width: 1599px) {
    .CommonHeaderBottomOtherBanner {
      height: 533px; }
      .CommonHeaderBottomOtherBanner p {
        font-size: 30px; }
        .CommonHeaderBottomOtherBanner p.lag {
          font-size: 16px; } }

.new_ContactUs {
  margin-top: 50px; }

.new_ContactUs .container {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.new_ContactUs .left {
  width: 50%;
  background: url(../image/home_add.jpg) center center no-repeat;
  background-size: cover;
  position: relative; }

.new_ContactUs .left .contentBlock {
  background: #333;
  max-width: auto;
  width: 635px;
  position: absolute;
  padding: 0 40px;
  bottom: 0;
  right: 0;
  padding: 0 6%; }

.new_ContactUs .left .contentBlock ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.new_ContactUs .left .contentBlock ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 20px; }

.new_ContactUs .left .contentBlock ul li .en {
  font-size: 17px;
  color: #fff;
  margin-bottom: 10px; }

.new_ContactUs .left .contentBlock ul li .text {
  margin: 15px auto 0;
  max-width: 160px;
  line-height: 18px;
  font-size: 13px;
  color: #eeeeee;
  text-align: center; }

.new_ContactUs .right {
  width: 50%;
  padding: 60px 50px;
  background: #fff; }

.new_ContactUs .right .title {
  color: #333333; }

.new_ContactUs .right .desc {
  margin-top: 25px;
  font-size: 18px;
  color: #666;
  margin-bottom: 0; }

.new_ContactUs .right .en {
  margin-top: 10px;
  color: #999999;
  font-size: 12px;
  font-size: 10px;
  text-transform: uppercase; }

.new_ContactUs .right .form {
  margin-top: 40px; }

.new_ContactUs .right .form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap; }

.new_ContactUs .right .form .styleblock {
  margin-bottom: 30px;
  width: 50%;
  padding-right: 20px; }

.new_ContactUs .right .form .styleblock:nth-of-type(2n+0) {
  padding-right: 0;
  padding-left: 20px; }

.new_ContactUs .right .form .styleblock .parent {
  background: #eeeeee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  line-height: 30px;
  height: 60px;
  border: none;
  font-size: 16px;
  color: #333;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.new_ContactUs .right .form .styleblock .parent > input {
  outline: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
  min-width: 0;
  padding-right: 10px;
  border: 0;
  background: none;
  color: #333; }

.new_ContactUs .right .form .styleblock .iconimg {
  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;
  margin-right: 20px; }

.new_ContactUs .right .form .styleblock .text {
  font-size: 16px;
  color: #666;
  line-height: 60px;
  height: 60px;
  padding-left: 20px; }

.new_ContactUs .right .form .submit {
  width: 100%;
  background: #2897c2; }

.new_ContactUs .right .form .submit input {
  outline: none;
  border: 0;
  background: none;
  color: #fff;
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 54px;
  width: 100%; }

.new_ContactUs .right .form .checkbox .parent {
  cursor: pointer;
  position: relative; }

.new_ContactUs .right .form .checkbox .parent .block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.new_ContactUs .right .form .checkbox .parent ul {
  position: absolute;
  display: none;
  width: 100%;
  top: 100%;
  left: 0;
  border: 1px solid #c5c5c5;
  background: #fff;
  border-radius: 0 0 5px 5px; }

.new_ContactUs .right .form .checkbox .parent ul li {
  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;
  padding: 0px 10px;
  cursor: pointer;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all; }

.new_ContactUs .right .form .checkbox .parent ul li:hover {
  background: #ededed; }

.new_ContactUs .right .form .checkbox .parent ul li input {
  cursor: pointer;
  position: absolute !important;
  opacity: 0 !important; }

.new_ContactUs .right .form .checkbox .parent ul li label {
  cursor: pointer;
  margin-bottom: 0;
  margin-left: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  font-size: 14px; }

@media (max-width: 1599px) {
  .new_ContactUs .left .contentBlock ul li {
    padding: 60px 10px; }
  .new_ContactUs .right .form .styleblock {
    padding-right: 10px; }
  .new_ContactUs .right .form .styleblock:nth-of-type(2n+0) {
    padding-left: 10px; }
  .new_ContactUs .right .form .styleblock {
    margin-bottom: 20px; }
  .new_ContactUs .right .form .styleblock .iconimg {
    margin-right: 10px; }
  .new_ContactUs .left .contentBlock {
    width: 485px;
    padding: 0 4%; }
  .new_ContactUs .left .contentBlock ul li {
    padding-left: 0;
    padding-right: 0; } }

.footer {
  margin-top: 50px; }

.GradientCommonButton {
  width: 150px;
  height: 50px;
  font-size: 16px;
  margin-top: 25px;
  position: relative;
  color: #2897c2;
  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;
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  border: 1px solid #2897c2;
  background: #fff;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition: .5s ease-in;
  transition: .5s ease-in;
  color: #fff;
  border: 0 !important;
  background-color: #464c52; }
  .GradientCommonButton:hover {
    background-color: #2897c2;
    color: #FFF;
    border: 1px solid #2897c2; }
    .GradientCommonButton:hover::before {
      -webkit-transform: scaleY(0);
          -ms-transform: scaleY(0);
              transform: scaleY(0); }
  .GradientCommonButton::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #fff;
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 50%;
        -ms-transform-origin: 50%;
            transform-origin: 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out; }
  .GradientCommonButton .iconimg {
    margin-right: 10px;
    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; }
  .GradientCommonButton::before {
    border: 0;
    background-image: url(../image/btn_more_bg.png); }
  @media (max-width: 1599px) {
    .GradientCommonButton {
      width: 120px;
      height: 40px;
      font-size: 14px; }
      .GradientCommonButton .iconimg {
        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; } }

.UnderlineCommonTitle {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #1f1f1f;
  position: relative;
  padding-bottom: 16px; }
  .UnderlineCommonTitle::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 2px;
    background: #2897c2;
    content: ''; }
  @media (max-width: 1599px) {
    .UnderlineCommonTitle {
      font-size: 24px;
      padding-bottom: 10px; } }

.NewSiteStyle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  padding: 0 30px;
  margin-top: 20px; }

.NewSiteStyle li {
  margin-right: 40px;
  margin-bottom: 40px; }

.NewSiteStyle li:nth-of-type(3n+0) {
  margin-right: 0; }

.NewSiteStyle li .parent .img {
  background: linear-gradient(-45deg, #004776 0%, #000000 100%);
  position: relative;
  text-align: center;
  overflow: hidden;
  background: linear-gradient(-45deg, #004776 0%, #000000 100%); }

.NewSiteStyle li .parent .img a {
  display: block; }

.NewSiteStyle li .parent .img a:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1);
          transform: scale3d(1.05, 1.05, 1);
  opacity: 0.3; }

.NewSiteStyle li .parent .img a:hover figcaption::after {
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
          transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  opacity: 0.8; }

.NewSiteStyle li .parent .img a:hover figcaption p {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  opacity: 1; }

.NewSiteStyle li .parent .img a img {
  width: 480px;
  height: 280px;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  display: block; }

.NewSiteStyle li .parent .img a figcaption {
  position: absolute;
  top: -15%;
  left: -15%;
  width: 130%;
  height: 130%;
  color: #fff;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.NewSiteStyle li .parent .img a figcaption::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: "";
  opacity: 0;
  -webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s; }

.NewSiteStyle li .parent .img a figcaption p {
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  left: 0;
  width: 100%;
  line-height: 30px;
  margin-top: -15px;
  text-transform: uppercase;
  font-size: 10px;
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
          transform: scale3d(0.8, 0.8, 1); }

.NewSiteStyle li .parent .text a {
  padding: 20px 25px 0;
  display: block;
  border: 1px solid #f5f5f5; }

.NewSiteStyle li .parent .text a:hover {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1); }

.NewSiteStyle li .parent .text a:hover .more .write {
  -webkit-transform: translateX(-20px);
      -ms-transform: translateX(-20px);
          transform: translateX(-20px); }

.NewSiteStyle li .parent .text a:hover .more .write img:nth-of-type(1) {
  display: none; }

.NewSiteStyle li .parent .text a:hover .more .write img:nth-of-type(2) {
  display: block; }

.NewSiteStyle li .parent .text a:hover .title {
  color: #2897c2; }

.NewSiteStyle li .parent .text a:hover .position {
  color: #2897c2; }

.NewSiteStyle li .parent .text a:hover .more {
  color: #2897c2; }

.NewSiteStyle li .parent .text a .title {
  font-size: 20px;
  color: #333333;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all; }

.NewSiteStyle li .parent .text a .title h3 {
  font-size: 20px; }

.NewSiteStyle li .parent .text a .position {
  font-size: 15px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  color: #999999;
  margin: 12px 0 20px; }

.NewSiteStyle li .parent .text a .more {
  border-top: 1px solid #e0e0e0;
  line-height: 42px;
  position: relative;
  font-size: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #666;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.NewSiteStyle li .parent .text a .more .write {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s; }

.NewSiteStyle li .parent .text a .more .write img:nth-of-type(1) {
  display: block; }

.NewSiteStyle li .parent .text a .more .write img:nth-of-type(2) {
  display: none; }

@media (min-width: 1600px) and (max-width: 1617px) {
  .NewSiteStyle {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .NewSiteStyle li {
    margin-right: 31px; } }

@media (max-width: 1599px) {
  .NewSiteStyle li .parent .img a img {
    width: 346px;
    height: 250px; } }

.commonIndexHeaderTop .title {
  color: #1b1b1b;
  font-weight: bold;
  font-size: 36px;
  padding-bottom: 15px;
  position: relative; }

.commonIndexHeaderTop .title::after {
  width: 60px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #2898c2;
  content: ''; }

.CommonHeaderBottomOtherBanner .container {
  padding-top: 80px; }
  @media (max-width: 1599px) {
    .CommonHeaderBottomOtherBanner .container {
      padding-top: 60px; } }

.construction {
  margin: 50px 0; }
  .construction .container {
    padding-left: 0;
    padding-right: 0; }
  .construction ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .construction ul li {
      height: 320px;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center; }
      .construction ul li.oneStyle {
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all;
        background: url(../image/3eeb51f939997dcb2d50761521a406e5.jpg) center center no-repeat;
        background-size: cover; }
        .construction ul li.oneStyle:hover .title::after {
          width: 100%; }
        .construction ul li.oneStyle .title {
          font-size: 24px;
          padding-bottom: 10px;
          color: #fff;
          position: relative;
          margin-bottom: 15px; }
          .construction ul li.oneStyle .title::after {
            position: absolute;
            left: 0;
            -webkit-transition: 0.5s ease all;
            transition: 0.5s ease all;
            right: 0;
            bottom: 0;
            width: 30px;
            height: 2px;
            content: '';
            margin: auto;
            background: #fff; }
        .construction ul li.oneStyle .subDesc p {
          margin: 5px 0;
          font-size: 14px;
          color: #fff; }
      .construction ul li.defaultStyle {
        background: #fff;
        border-left: 1px solid #e6e6e6; }
        .construction ul li.defaultStyle:hover .img .imgchildren::before {
          -webkit-animation: serv_one_border .9s 0s ease 1;
                  animation: serv_one_border .9s 0s ease 1; }
        .construction ul li.defaultStyle:hover .img .imgchildren::after {
          -webkit-animation: serv_one_border 1.5s 0s ease 1;
                  animation: serv_one_border 1.5s 0s ease 1; }
        .construction ul li.defaultStyle:hover .title::after {
          width: 100%; }
        .construction ul li.defaultStyle .img {
          border-radius: 50%;
          border: 1px solid #2897c2;
          margin-bottom: 30px;
          width: 90px;
          height: 90px;
          position: relative;
          padding: 10px; }
          .construction ul li.defaultStyle .img .imgchildren {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: #2897c2;
            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; }
            .construction ul li.defaultStyle .img .imgchildren::after, .construction ul li.defaultStyle .img .imgchildren::before {
              content: '';
              position: absolute;
              left: 0px;
              top: 0px;
              border: 1px solid #2897c2;
              width: 100%;
              height: 100%;
              border-radius: 50%;
              opacity: 0; }
        .construction ul li.defaultStyle .title {
          padding-bottom: 10px;
          position: relative;
          font-size: 18px;
          color: #1a1a1a;
          min-width: 30px; }
          .construction ul li.defaultStyle .title::after {
            content: '';
            position: absolute;
            left: 0;
            -webkit-transition: 0.5s ease all;
            transition: 0.5s ease all;
            right: 0;
            margin: auto;
            bottom: 0;
            width: 30px;
            height: 2px;
            background: #2897c2; }
        .construction ul li.defaultStyle .desc {
          margin-top: 10px;
          font-size: 14px;
          color: #808080;
          text-align: center;
          line-height: 1.8; }
  @media (max-width: 1599px) {
    .construction ul li {
      height: 295px; }
    .construction ul li.oneStyle .title {
      font-size: 20px; }
    .construction .serviceCommonButton .iconimg img {
      width: 20px; }
    .construction ul li.defaultStyle .img {
      width: 80px;
      height: 80px;
      padding: 8px; } }

.harsh .container {
  padding-top: 50px;
  padding-bottom: 60px;
  background: #fff; }

.harsh .parent {
  padding: 0 30px; }

.harsh ul {
  margin-top: 40px; }
  .harsh ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 1600px) {
      .harsh ul li .GradientCommonButton {
        margin-top: auto;
        margin-bottom: 80px; } }
    @media (min-width: 1600px) {
      .harsh ul li:nth-of-type(4) .GradientCommonButton {
        margin-bottom: 70px; } }
    .harsh ul li:hover .img img {
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
    .harsh ul li .img {
      overflow: hidden; }
      .harsh ul li .img img {
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all; }
    .harsh ul li:nth-of-type(2n+0) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
    .harsh ul li:nth-of-type(4n+0) .text2 .serviceCommonButton {
      margin-top: 20px; }
    .harsh ul li .img {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      min-width: 0; }
    .harsh ul li .text {
      background: #f7f7f7;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      min-width: 0; }
    .harsh ul li .text2 {
      padding-left: 120px;
      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;
      height: 100%; }
      .harsh ul li .text2 .title {
        padding-top: 50px;
        font-size: 24px;
        color: #1b1b1b;
        position: relative;
        padding-bottom: 20px; }
        .harsh ul li .text2 .title::after {
          position: absolute;
          left: 0;
          content: '';
          bottom: 0;
          width: 30px;
          height: 2px;
          background: #2897c2; }
      .harsh ul li .text2 .cite {
        color: #1b1b1b;
        font-size: 14px;
        margin: 20px 0; }
      .harsh ul li .text2 .desc {
        font-size: 14px;
        color: #7f7f7f; }
        .harsh ul li .text2 .desc span {
          color: #2897c2; }
        .harsh ul li .text2 .desc p {
          margin-bottom: 10px; }
      .harsh ul li .text2 .serviceCommonButton {
        margin-top: 80px; }
    .harsh ul li .text {
      position: relative;
      overflow: hidden; }
    .harsh ul li .text2 {
      position: relative;
      z-index: 2; }
    .harsh ul li:hover .letmove {
      clip: rect(0px, 564px, 500px, -100px);
      opacity: 1; }
    .harsh ul li .letmove {
      z-index: 1;
      -webkit-transition: 1.5s .2s, opacity .3s .1s;
      transition: 1.5s .2s, opacity .3s .1s;
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      bottom: 0;
      clip: rect(0px, 0px, 500px, -100px);
      opacity: 0; }
      .harsh ul li .letmove .shift-target {
        -webkit-transition: .5s ease-out;
        transition: .5s ease-out; }

@media (max-width: 1599px) {
  .harsh .container {
    padding-top: 40px;
    padding-bottom: 40px; }
  .harsh ul {
    margin-top: 30px; }
  .harsh ul li .text2 .serviceCommonButton {
    margin-top: 22px; }
  .harsh ul li .text2 {
    padding-left: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .harsh ul li .text2 .title {
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 20px; }
  .harsh ul li .text2 .serviceCommonButton {
    margin-top: 18px; }
  .harsh ul li .text2 .cite {
    margin: 15px 0;
    margin-bottom: 7px; }
  .harsh ul li .letmove .shift-target img {
    width: 400px; }
  .harsh ul li:nth-of-type(4) .text2 .title {
    padding-top: 0px; }
  .harsh ul li:nth-of-type(4) .text2 .GradientCommonButton {
    margin-top: 10px; }
  .harsh ul li:nth-of-type(4n+0) .text2 .serviceCommonButton {
    margin-top: 5px; }
  .harsh ul li:nth-of-type(4n+0) .text2 .cite {
    margin-bottom: 12px; } }

.delivery {
  margin-top: 50px; }
  .delivery .serviceCommonButton {
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 60px; }
  .delivery .GradientCommonButton {
    margin: 0 auto;
    margin-top: 60px;
    margin-bottom: 60px; }
  .delivery .UnderlineCommonTitle {
    color: #fff; }
    .delivery .UnderlineCommonTitle::after {
      background: #fff; }
  .delivery .container {
    background: url(../image/c2678d5232df057b7af87f98c4b0cbe9.jpg) center center no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 60px; }
  .delivery ul {
    padding: 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .delivery ul li {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-right: 40px;
      padding-top: 30px;
      padding-bottom: 40px;
      background: #fff;
      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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .delivery ul li:hover .img::before {
        -webkit-animation: serv_one_border .9s 0s ease 1;
                animation: serv_one_border .9s 0s ease 1; }
      .delivery ul li:hover .img::after {
        -webkit-animation: serv_one_border 1.5s 0s ease 1;
                animation: serv_one_border 1.5s 0s ease 1; }
      .delivery ul li:hover .title::after {
        width: 50%; }
      .delivery ul li:last-child {
        margin-right: 0; }
      .delivery ul li .img {
        border: 1px solid #2897c2;
        height: 80px;
        width: 80px;
        border-radius: 50%;
        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;
        margin-bottom: 30px;
        position: relative; }
        .delivery ul li .img::after, .delivery ul li .img::before {
          content: '';
          position: absolute;
          left: 0px;
          top: 0px;
          border: 1px solid #2897c2;
          width: 100%;
          height: 100%;
          border-radius: 50%;
          opacity: 0; }
      .delivery ul li .title {
        font-size: 18px;
        color: #1c1c1c;
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 10px; }
        .delivery ul li .title::after {
          position: absolute;
          left: 0;
          right: 0;
          margin: auto;
          bottom: 0;
          -webkit-transition: 0.5s ease all;
          transition: 0.5s ease all;
          content: '';
          width: 30px;
          height: 2px;
          background: #2897c2; }
      .delivery ul li .desc {
        font-size: 14px;
        width: 204px;
        color: #7a7a7a;
        text-align: center;
        line-height: 1.8; }
  @media (max-width: 1599px) {
    .delivery .container {
      padding-top: 40px;
      padding-bottom: 40px; }
    .delivery .serviceCommonButton {
      margin-top: 40px;
      margin-bottom: 40px; }
    .delivery .GradientCommonButton {
      margin-top: 40px;
      margin-bottom: 40px; }
    .delivery ul li {
      padding-bottom: 30px; }
      .delivery ul li .title {
        font-size: 17px; } }

.successful {
  margin-top: 50px; }
  .successful .container {
    background: #fff;
    padding-top: 50px;
    padding-bottom: 50px; }
  .successful .UnderlineCommonTitle {
    margin-bottom: 40px; }
  .successful .bottomsuccess {
    background: url(../image/c84e8e461d09df8e8ded79bc36e783d4.png) center center no-repeat;
    background-size: cover;
    width: 600px;
    height: 80px;
    margin: 0 auto;
    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: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 35px;
    padding-right: 17px;
    border-radius: 40px;
    color: #fff;
    font-size: 16px; }
    .successful .bottomsuccess 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: #2897c2;
      font-size: 16px;
      border-radius: 40px;
      background: none;
      border: 1px solid transparent;
      -webkit-transition: 0.5s ease all;
      transition: 0.5s ease all;
      position: relative; }
      .successful .bottomsuccess a span {
        position: relative;
        z-index: 2; }
      .successful .bottomsuccess a:hover {
        color: #FFF;
        border: 1px solid #fff; }
        .successful .bottomsuccess a:hover::before {
          -webkit-transform: scaleY(0);
              -ms-transform: scaleY(0);
                  transform: scaleY(0); }
      .successful .bottomsuccess a::before {
        border-radius: 40px;
        content: "";
        position: absolute;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: 0;
        background: #fff;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        right: 0;
        -webkit-transform: scaleY(1);
            -ms-transform: scaleY(1);
                transform: scaleY(1);
        -webkit-transform-origin: 50%;
            -ms-transform-origin: 50%;
                transform-origin: 50%;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 0.3s;
                transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
                transition-timing-function: ease-out; }
  @media (max-width: 1599px) {
    .successful .container {
      padding-top: 40px; }
    .successful .bottomsuccess {
      width: 535px;
      height: 60px; }
      .successful .bottomsuccess a {
        width: 140px;
        height: 40px; } }

.problem {
  margin-top: 50px; }
  .problem .bscroll-vertical-scrollbar {
    width: 8px !important;
    background: #e6e6e6;
    border-radius: 4px;
    z-index: 1 !important; }
    .problem .bscroll-vertical-scrollbar .bscroll-indicator {
      border-radius: 4px !important;
      background: #2897c2 !important; }
  .problem .container {
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0; }
    .problem .container .UnderlineCommonTitle {
      text-align: left;
      margin-bottom: 35px; }
      .problem .container .UnderlineCommonTitle::after {
        left: 0;
        right: initial;
        right: inherit; }
    .problem .container .text {
      padding-left: 40px;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-top: 50px;
      padding-bottom: 40px; }
    .problem .container .img {
      padding-right: 40px;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      background: url(../image/8a4e17e1b66cef9def3d1ccf9caf28bf.jpg) center center no-repeat;
      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; }
  .problem .contentViewParent {
    overflow: hidden;
    padding: 10px 0; }
  .problem .contentView {
    position: relative;
    height: 412px;
    padding-left: 10px;
    margin-left: 50px;
    padding-right: 40px;
    width: 585px; }
    .problem .contentView ul {
      width: 100%; }
      .problem .contentView ul li {
        width: 100%;
        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;
        padding: 15px 20px;
        box-shadow: 0px 0px 10.45px 5.55px rgba(0, 42, 65, 0.05);
        margin-bottom: 20px;
        border-radius: 10px; }
        .problem .contentView ul li:last-child {
          margin-bottom: 0; }
        .problem .contentView ul li .q {
          border-bottom: 1px solid #e6e6e6;
          padding-bottom: 12px;
          padding-bottom: 12px; }
          .problem .contentView ul li .q span {
            font-size: 14px;
            color: #1a1a1a; }
            .problem .contentView ul li .q span:nth-of-type(1) {
              font-family: 'GILROY-BOLD';
              font-size: 18px;
              color: #2897c2; }
        .problem .contentView ul li .s {
          padding-top: 12px;
          padding-left: 28px;
          font-size: 14px;
          color: #858585; }
  @media (max-width: 1599px) {
    .problem .container .text {
      padding-top: 40px; }
    .problem .contentView {
      margin-left: 0;
      width: 508px; }
    .problem .contentView {
      height: 280px; } }

.ServiceProcess {
  margin-top: 50px; }
  .ServiceProcess .UnderlineCommonTitle {
    padding-top: 50px;
    margin-bottom: 40px; }
  .ServiceProcess .container {
    background: #fff;
    padding-bottom: 60px; }
  .ServiceProcess .content {
    padding: 0 30px; }
  .ServiceProcess ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6; }
    .ServiceProcess ul li {
      position: relative;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      border-left: 1px solid #e6e6e6;
      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;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 40px 0; }
      .ServiceProcess ul li::after {
        position: absolute;
        width: 100%;
        height: 100%;
        background: url(../image/31b8e3e40e5648952c19ab91b6481a16.png) no-repeat;
        background-size: cover;
        content: '';
        opacity: 0;
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all;
        z-index: 1;
        left: 0;
        top: 0; }
      .ServiceProcess ul li:hover .num::before {
        -webkit-animation: serv_one_border .9s 0s ease 1;
                animation: serv_one_border .9s 0s ease 1; }
      .ServiceProcess ul li:hover .num::after {
        -webkit-animation: serv_one_border 1.5s 0s ease 1;
                animation: serv_one_border 1.5s 0s ease 1; }
      .ServiceProcess ul li:hover::after {
        opacity: 1; }
      .ServiceProcess ul li:hover .num {
        background: #fff;
        color: #2897c2; }
      .ServiceProcess ul li:hover .title {
        color: #fff; }
        .ServiceProcess ul li:hover .title::after {
          background: #fff;
          width: 100%; }
      .ServiceProcess ul li:hover .desc {
        color: #fff; }
      .ServiceProcess ul li:hover a {
        background: #fff;
        color: #2897c2; }
      .ServiceProcess ul li .num,
      .ServiceProcess ul li .title,
      .ServiceProcess ul li .desc,
      .ServiceProcess ul li a {
        position: relative;
        z-index: 2; }
      .ServiceProcess ul li .num {
        color: #fff;
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all;
        font-size: 30px;
        font-family: 'GILROY-BOLD';
        width: 64px;
        height: 64px;
        background: #2897c2;
        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;
        border-radius: 50%;
        margin-bottom: 16px;
        position: relative; }
        .ServiceProcess ul li .num::after, .ServiceProcess ul li .num::before {
          content: '';
          position: absolute;
          left: 0px;
          top: 0px;
          border: 1px solid #fff;
          width: 100%;
          height: 100%;
          border-radius: 50%;
          opacity: 0; }
      .ServiceProcess ul li .title {
        font-size: 18px;
        color: #202020;
        text-align: center;
        padding-bottom: 10px;
        position: relative;
        margin-bottom: 18px;
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all; }
        .ServiceProcess ul li .title::after {
          position: absolute;
          width: 30px;
          height: 2px;
          -webkit-transition: 0.5s ease all;
          transition: 0.5s ease all;
          background: #2897c2;
          content: '';
          left: 0;
          right: 0;
          margin: auto;
          bottom: 0; }
      .ServiceProcess ul li .desc {
        font-size: 14px;
        color: #878787;
        margin-bottom: 30px;
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all; }
      .ServiceProcess ul li a {
        width: 120px;
        height: 40px;
        border: 1px solid #2897c2;
        text-align: center;
        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;
        font-size: 14px;
        color: #2897c2;
        -webkit-transition: 0.5s ease all;
        transition: 0.5s ease all; }
  @media (max-width: 1599px) {
    .ServiceProcess .container {
      padding-bottom: 40px; }
    .ServiceProcess ul li {
      padding: 30px 0; }
      .ServiceProcess ul li .num {
        width: 50px;
        height: 50px;
        font-size: 22px; }
      .ServiceProcess ul li .title {
        font-size: 16px;
        margin-bottom: 10px; }
      .ServiceProcess ul li .desc {
        margin-bottom: 20px; }
      .ServiceProcess ul li a {
        width: 100px;
        height: 35px; }
    .ServiceProcess .UnderlineCommonTitle {
      padding-top: 40px;
      margin-bottom: 30px; } }

.occupation {
  margin-top: 50px; }
  .occupation .container {
    background: #fff;
    padding-bottom: 60px; }
  .occupation .title {
    padding-top: 60px;
    font-size: 24px;
    color: #202020;
    text-align: center; }
  .occupation .title1 {
    font-size: 36px;
    font-weight: bold;
    color: #2897c2;
    margin-bottom: 40px;
    text-align: center; }
  .occupation ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 30px; }
    .occupation ul li {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-right: 20px; }
      .occupation ul li .tit {
        margin-bottom: 50px;
        font-size: 36px;
        color: #fff;
        text-align: center; }
      .occupation ul li:nth-of-type(2) {
        padding-right: 0;
        padding-left: 20px; }
      .occupation ul li .child {
        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;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        height: 350px; }
      .occupation ul li:nth-of-type(1) .child {
        background-image: url(../image/796435094c689b370924426ddbd7beea.png); }
      .occupation ul li:nth-of-type(1) a {
        background: none;
        border: 1px solid #fff;
        background-image: none; }
        .occupation ul li:nth-of-type(1) a:hover {
          background: #2897c2;
          border: 1px solid transparent; }
        .occupation ul li:nth-of-type(1) a::before {
          background: none;
          border: 1px solid #fff;
          background-image: none; }
      .occupation ul li:nth-of-type(2) .child {
        background-image: url(../image/7f0085e7b5b4ab72876b02fe339f671e.png); }
  @media (max-width: 1599px) {
    .occupation .title {
      font-size: 20px;
      padding-top: 40px; }
    .occupation .title1 {
      font-size: 26px;
      margin-top: 10px;
      margin-bottom: 30px; }
    .occupation ul li .tit {
      font-size: 28px;
      margin-bottom: 30px; }
    .occupation ul li .child {
      height: 300px; } }

@-webkit-keyframes serv_one_border {
  0% {
    opacity: 0; }
  5% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }

@keyframes serv_one_border {
  0% {
    opacity: 0; }
  5% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5); } }

@media (max-width: 1599px) {
  .new_ContactUs .right .title {
    font-size: 24px; } }