@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
 * v2.0 | 20110126
 * License: none (public domain) */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Customize
 * ========================================================================== */
html, body {
  height: 100%;
}

a {
  text-decoration: none;
}

img {
  display: block;
}

input::placeholder, textarea::placeholder {
  color: #d4d4d4;
  font-size: 1em;
  font-family: Noto Sans, Arial, Helvetica, sans-serif;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #d4d4d4;
  font-size: 1em;
  font-family: Noto Sans, Arial, Helvetica, sans-serif;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #d4d4d4;
  font-size: 1em;
  font-family: Noto Sans, Arial, Helvetica, sans-serif;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #d4d4d4;
  font-size: 1em;
  font-family: Noto Sans, Arial, Helvetica, sans-serif;
}

/* ================================= */
#browser {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  cursor: pointer;
}

.browser_content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 260px;
  margin-left: -250px;
  margin-top: -130px;
  padding: 40px;
  margin: -170px 0 0 -290px;
  background: #FFF;
  border-radius: 5px;
  text-align: center;
}
.browser_content h1 {
  margin-bottom: 20px;
}
.browser_content p {
  margin-top: 30px;
}

.browser_note {
  color: #666;
  line-height: 1.7;
  padding: 0 20px;
}
.browser_note .autoWrap {
  display: inline-block;
}

.browser_chosen {
  position: relative;
  width: 480px;
  margin: 20px auto 0;
  overflow: hidden;
}
.browser_chosen a {
  float: left;
  margin: 0 28px 20px;
  color: #666;
  line-height: 1.7;
  font-size: 12px;
}

@media only screen and (max-width: 599px) {
  .browser_content {
    width: 100%;
    height: auto;
    padding: 40px 0 0;
    margin: -235px 0 0 -50%;
    border-radius: 0;
  }

  .browser_chosen {
    width: 240px;
  }
}
/* ========================================================================== */
.main {
  overflow: hidden;
}

.container {
  position: relative;
  max-width: 1700px;
  margin: auto;
}

.article {
  position: relative;
  margin: 280px 0 0;
  color: #ccc;
  overflow: hidden;
  opacity: 0;
  transform: translateY(40px);
  -moz-transition: opacity 0.6s, -moz-transform 0.6s, margin 0.6s;
  -o-transition: opacity 0.6s, -o-transform 0.6s, margin 0.6s;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s, margin 0.6s;
  transition: opacity 0.6s, transform 0.6s, margin 0.6s;
}
.article-title {
  position: relative;
  font-size: 36px;
  color: #fff;
  text-align: center;
}
.article-content {
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
  max-width: 450px;
  margin: 32px auto 0;
}

.work {
  position: relative;
  padding: 80px 5%;
  overflow: hidden;
}
.work-list {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.work-list .list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
}
.work-list .list .box {
  position: relative;
  width: 29%;
  margin: 2%;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  background-color: #213e4e;
}
.work-list .list .box-inner {
  box-sizing: border-box;
  border: solid #ffffff4d 1px;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 20px;
}
.work-list .list .box-inner .mask {
  overflow: hidden;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.work-list .list .box-inner .mask:hover .arrow {
  color: #ccc;
}
.work-list .list .box-inner .mask .arrow {
  display: block;
  position: relative;
  margin: auto;
  width: 40px;
  height: 40px;
  padding: 20px;
  margin-bottom: calc(50% - 74px);
}
.work-list .list .box-inner .mask .arrow:hover {
  color: #ccc;
}
.work-list .list .box-inner .mask .arrow img {
  width: 100%;
}
.work-list .list .box-inner .mask .num {
  text-align: center;
  font-size: 14px;
  padding: 20px;
}
.work-list .list .box-inner .mask .title {
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  padding: 20px;
  color: #fff;
}
.work-list .list .box-inner .mask .title2 {
  text-align: center;
  font-size: 28px;
  line-height: 1.5;
  padding: 20px;
  color: #fff;
  margin-top: calc(50% - 74px);
}
.work-list .list .box-inner .mask .fa, .work-list .list .box-inner .mask .fas {
  color: #ccc;
  font-size: 30px;
  vertical-align: middle;
}
.work-list .list .box-inner .mask .line {
  text-align: center;
  width: 100%;
  height: 1px;
  margin: 20px 0 30px;
  opacity: 0.5;
  background: #ccc;
}
.work-list .list .box-inner .mask .content {
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  padding: 5px 50px;
  color: #ccc;
}
.work-list .list .box-inner .mask .img {
  background-image: url(../images/service/s7.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  filter: grayscale(95%);
  width: calc(100% - 40px);
  height: calc(100% - 40px);
}

.textMove {
  opacity: 1;
  transform: translateY(0px);
  -moz-transition: opacity 0.6s, -moz-transform 0.6s;
  -o-transition: opacity 0.6s, -o-transform 0.6s;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
}

.imgHoverR {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #1C2F39;
  -moz-transition: left 1s;
  -o-transition: left 1s;
  -webkit-transition: left 1s;
  transition: left 1s;
}

.imgShowR {
  left: 100%;
  -moz-transition: left 1s;
  -o-transition: left 1s;
  -webkit-transition: left 1s;
  transition: left 1s;
}

/*------------------------------------------
 *             tablet 、 Mobile
 *------------------------------------------ */
@media only screen and (max-width: 1500px) {
  .work-list .list .box-inner .mask .content {
    padding: 5px;
  }
}
@media only screen and (max-width: 1100px) {
  .article-text {
    font-size: 32px;
  }

  .work-list .list .box-img {
    display: none;
  }
  .work-list .list .box {
    width: 46%;
    margin: 5% 2%;
  }
  .work-list .list .box-inner .mask .content {
    padding: 5px 30px;
  }
}
@media only screen and (max-width: 700px) {
  .article-content {
    max-width: none;
    padding: 0 8%;
  }

  .work {
    padding: 0 5% 80px;
  }
  .work-list .list {
    display: block;
    flex-wrap: nowrap;
    padding: 20px 0;
  }
  .work-list .list .box {
    width: 80%;
    margin: 10%;
  }
  .work-list .list .box-inner {
    border: solid #555 1px;
  }
  .work-list .list .box-inner .mask .arrow {
    margin-bottom: 0%;
  }
  .work-list .list .box-inner .mask .title2 {
    margin-top: 0%;
  }
  .work-list .list .box-inner .mask .content {
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
    padding: 5px 30px;
    color: #ccc;
  }
}
@media only screen and (max-width: 550px) {
  .article {
    margin: 160px 0 0;
  }
  .article-title {
    font-size: 28px;
  }

  .work-list .list .box-inner {
    border: solid #555 1px;
  }
}
