@charset "UTF-8";
/* -----------------------------------------------------------
reset
----------------------------------------------------------- */
@import url(iconfont.css);
*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

body {
  position: relative;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  color: #6a6a6a;
  visibility: visible;
  background: #f3f3f3; }

body[dir="rtl"] {
  text-align: right; }

a,
a:hover,
a:focus,
a:active,
button,
button:focus,
.btn,
.btn:focus,
input,
input:focus,
select,
textarea {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: inherit;
  text-decoration: none;
  outline: 0;
  background: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Microsoft YaHei", sans-serif;
  font-weight: 600;
  line-height: 1.2; }

h1 {
  font-size: 40px; }

h2 {
  font-size: 36px; }

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 30px; } }
@media only screen and (max-width: 479px) {
  h2 {
    font-size: 26px; } }
h3 {
  font-size: 30px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

p:last-child {
  margin-bottom: 0; }

ul {
  margin: 0;
  padding: 0; }

ul li {
  list-style: none; }

::-moz-selection {
  color: #ffffff;
  background: #5DADE2; }

::selection {
  color: #ffffff;
  background: #5DADE2; }

img {
  max-width: 100%; }

/* Overlay */
[data-overlay] {
  position: relative;
  z-index: 1; }

[data-overlay]::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #000000; }

.overlay {
  position: relative; }

.overlay::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: -webkit-gradient(linear, left top, right top, from(rgba(20, 20, 20, 0.8)), color-stop(0%, rgba(20, 20, 20, 0.8)));
  background: -webkit-linear-gradient(left, rgba(20, 20, 20, 0.8) 0%, rgba(20, 20, 20, 0.8) 0%);
  background: -o-linear-gradient(left, rgba(20, 20, 20, 0.8) 0%, rgba(20, 20, 20, 0.8) 0%);
  background: linear-gradient(to right, rgba(20, 20, 20, 0.8) 0%, rgba(20, 20, 20, 0.8) 0%); }

/* mixin
----------------------------------------*/
.site-footer {
  margin-top: 30px; }
  @media screen and (max-width: 1024px) {
    .site-footer {
      margin-top: 7.8125vw; } }
  .site-footer .site-info {
    border-top: 1px solid #ccc;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 20px 0; }
    @media screen and (max-width: 1024px) {
      .site-footer .site-info {
        padding: 5.2083333333vw 0; } }

.site-header .site-branding {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 30px 0 40px; }
  @media screen and (max-width: 1024px) {
    .site-header .site-branding {
      padding: 7.8125vw 0; } }
  .site-header .site-branding h1 {
    font-size: 80px;
    line-height: 1;
    color: #333; }
    @media screen and (max-width: 1024px) {
      .site-header .site-branding h1 {
        font-size: 60px;
        font-size: 7.8125vw; } }
.site-header .main-navigation .menu-main-container .menu {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 1rem 0; }
  @media screen and (max-width: 1024px) {
    .site-header .main-navigation .menu-main-container .menu {
      padding: 2.6041666667vw 0 3.90625vw; } }
  .site-header .main-navigation .menu-main-container .menu .menu-item {
    padding: 0 3.5rem; }
    @media screen and (max-width: 1024px) {
      .site-header .main-navigation .menu-main-container .menu .menu-item {
        padding: 0 7.8125vw; } }
    .site-header .main-navigation .menu-main-container .menu .menu-item.current_page_item a, .site-header .main-navigation .menu-main-container .menu .menu-item:hover a {
      color: #0597c7;
      border-bottom-color: #0597c7; }
    .site-header .main-navigation .menu-main-container .menu .menu-item a {
      border-bottom: 2px solid transparent; }

.case-cats {
  background: #eaeaea; }
  .case-cats .category-group {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .case-cats .category-group .parent-category {
      width: 100%;
      padding: 10px;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; }
      @media screen and (max-width: 1024px) {
        .case-cats .category-group .parent-category {
          padding: 2.6041666667vw; } }
      .case-cats .category-group .parent-category span.title {
        width: 110px;
        padding-left: 12px;
        color: #888; }
        @media screen and (max-width: 1024px) {
          .case-cats .category-group .parent-category span.title {
            width: 19.53125vw;
            padding-left: 2.6041666667vw; } }
      .case-cats .category-group .parent-category .child-categories {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start; }
        .case-cats .category-group .parent-category .child-categories .child-category {
          margin-right: 15px; }
          @media screen and (max-width: 1024px) {
            .case-cats .category-group .parent-category .child-categories .child-category {
              padding-right: 2.6041666667vw; } }
          .case-cats .category-group .parent-category .child-categories .child-category a {
            color: #333; }
            .case-cats .category-group .parent-category .child-categories .child-category a .num {
              color: #0597c7;
              transform: scale(0.8);
              display: inline-block;
              letter-spacing: -1;
              margin-left: 1px; }
              @media screen and (max-width: 1024px) {
                .case-cats .category-group .parent-category .child-categories .child-category a .num {
                  margin-left: 0.2604166667vw; } }

.case-cats-result {
  margin-top: 20px;
  margin-bottom: 30px; }
  @media screen and (max-width: 1024px) {
    .case-cats-result {
      margin-top: 5.2083333333vw;
      margin-bottom: 7.8125vw; } }
  .case-cats-result span {
    font-size: 20px; }
    @media screen and (max-width: 1024px) {
      .case-cats-result span {
        font-size: 40px;
        font-size: 5.2083333333vw; } }

.case-content {
  margin: 20px 0;
   }
  @media screen and (max-width: 1024px) {
    .case-content {
      margin: 5.2083333333vw 0;} }
      .case-content .case-list {
         display: grid;
        grid-template-columns: repeat(4, 25%);
  grid-gap: 10px;}
  @media screen and (max-width: 1024px) {
    .case-content .case-list {
      grid-template-columns: repeat(2, 50%); } }
  .case-content .item {
    overflow: hidden;
    background-color: #fff;
    transition: all 0.2s ease-out; }
    .case-content .item .imgBox {
      overflow: hidden;
      height: 300px; }
      @media screen and (max-width: 1024px) {
        .case-content .item .imgBox {
          height: 78.125vw; } }
      .case-content .item .imgBox img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .case-content .item .textBox {
      padding: 12px;
      box-sizing: border-box;
      color: #757575; }
      @media screen and (max-width: 1024px) {
        .case-content .item .textBox {
          padding: 3.125vw; } }
      .case-content .item .textBox span {
        display: block;
        margin: 5px 0; }
        @media screen and (max-width: 1024px) {
          .case-content .item .textBox span {
            margin: 1.3020833333vw 0; } }
      .case-content .item .textBox .title {
        margin-top: 0; }
      .case-content .item .textBox .cat {
        font-size: 12px; }
        @media screen and (max-width: 1024px) {
          .case-content .item .textBox .cat {
            font-size: 24px;
            font-size: 3.125vw; } }
        .case-content .item .textBox .cat a {
          pointer-events: none; }
      .case-content .item .textBox .views {
        color: #333;
        font-size: 12px;
        margin-bottom: 0; }
        @media screen and (max-width: 1024px) {
          .case-content .item .textBox .views {
            font-size: 24px;
            font-size: 3.125vw; } }

.job-details .entry-header {
  margin: 2rem 0; }
  @media screen and (max-width: 1024px) {
    .job-details .entry-header {
      margin: 5.2083333333vw 0; } }
  .job-details .entry-header .entry-title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: normal;
    border-left: 6px solid #0597c7;
    padding-left: 10px;
    color: #0597c7; }
    @media screen and (max-width: 1024px) {
      .job-details .entry-header .entry-title {
        font-size: 40px;
        font-size: 5.2083333333vw;
        border-left-width: 1.5625vw;
        padding-left: 2.6041666667vw; } }
  .job-details .entry-header .comments-link {
    margin-top: 1.714285714rem;
    font-size: 13px;
    color: #757575; }
    @media screen and (max-width: 1024px) {
      .job-details .entry-header .comments-link {
        margin-top: 4.1666666667vw;
        font-size: 26px;
        font-size: 3.3854166667vw; } }
.job-details .entry-content .info li {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  line-height: 2; }
  .job-details .entry-content .info li:last-child a {
    pointer-events: auto;
    text-decoration: underline; }
  .job-details .entry-content .info li .listname {
    display: inline-block;
    width: 88px; }
    @media screen and (max-width: 1024px) {
      .job-details .entry-content .info li .listname {
        width: 18.2291666667vw; } }
  .job-details .entry-content .info li a {
    color: #333;
    pointer-events: none; }
.job-details .entry-content .note {
  position: relative;
  box-sizing: border-box;
  padding-left: 22px;
  line-height: 1.7;
  color: #aaa;
  margin-top: 20px;
  padding-bottom: 30px; }
  @media screen and (max-width: 1024px) {
    .job-details .entry-content .note {
      padding-left: 5.2083333333vw;
      margin-top: 5.2083333333vw;
      padding-bottom: 7.8125vw; } }
  .job-details .entry-content .note:before {
    position: absolute;
    left: 0;
    top: 5px;
    content: "!";
    color: #fff;
    text-align: center;
    width: 14px;
    height: 14px;
    background: #0597c7;
    border-radius: 50%;
    line-height: 14px;
    font-size: 11px;
    font-weight: 800; }
    @media screen and (max-width: 1024px) {
      .job-details .entry-content .note:before {
        top: 1.3020833333vw;
        width: 3.6458333333vw;
        height: 3.6458333333vw;
        line-height: 3.6458333333vw;
        font-size: 22px;
        font-size: 2.8645833333vw; } }
.job-details .entry-content p {
  margin: 30px 0; }
  @media screen and (max-width: 1024px) {
    .job-details .entry-content p {
      margin: 7.8125vw 0;
      word-break: break-word; } }
.job-details .entry-content .artwork_images a {
  display: block; }
  .job-details .entry-content .artwork_images a img {
    width: 100%; }

.page-details .entry-header {
  margin: 2rem 0; }
  @media screen and (max-width: 1024px) {
    .page-details .entry-header {
      margin: 5.2083333333vw 0; } }
  .page-details .entry-header .entry-title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: normal;
    border-left: 6px solid #0597c7;
    padding-left: 10px;
    color: #0597c7; }
    @media screen and (max-width: 1024px) {
      .page-details .entry-header .entry-title {
        font-size: 40px;
        font-size: 5.2083333333vw;
        padding-left: 2.6041666667vw; } }
.page-details .entry-content .title01 {
  border: 1px dotted #ccc;
  margin: 28px auto;
  padding: 7px 14px;
  font-size: 16px;
  line-height: 2;
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .page-details .entry-content .title01 {
      margin: 7.2916666667vw auto;
      padding: 1.8229166667vw 3.6458333333vw;
      font-size: 32px;
      font-size: 4.1666666667vw; } }
.page-details .entry-content .list .item {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
margin-bottom: 25px; }
  .page-details .entry-content .list .item .imgBox {
     width: 200px;
          height: 200px;
          border-radius: 50%;
          overflow: hidden;
    margin-right: 20px; }
    @media screen and (max-width: 1024px) {
      .page-details .entry-content .list .item .imgBox {
        margin-right: 5.2083333333vw; } }
          .page-details .entry-content .list .item .imgBox img{
            width: 100%;
            height: 100%;
            object-fit: cover;
          }
  .page-details .entry-content .list .item .textBox .title {
    font-size: 16px;
    line-height: 1.2;
    color: #0597c7;
    margin-bottom: 20px; }
    @media screen and (max-width: 1024px) {
      .page-details .entry-content .list .item .textBox .title {
        font-size: 32px;
        font-size: 4.1666666667vw;
        margin-bottom: 5.2083333333vw; } }
  .page-details .entry-content .list .item .textBox .content p {
    margin: 10px 0;
    font-size: 14px;
    line-height: 1.5; }
    @media screen and (max-width: 1024px) {
      .page-details .entry-content .list .item .textBox .content p {
        margin: 2.6041666667vw 0;
        font-size: 28px;
        font-size: 3.6458333333vw; } }
.page-details .entry-content .info {
  border-top: 1px solid #ccc;
  margin-top: 50px;
  padding-top: 30px; }
  @media screen and (max-width: 1024px) {
    .page-details .entry-content .info {
      margin-top: 13.0208333333vw;
      padding-top: 7.8125vw; } }
  .page-details .entry-content .info h4 {
    font-size: 20px;
    line-height: 1.2;
    padding-left: 10px;
    color: #0597c7; }
    @media screen and (max-width: 1024px) {
      .page-details .entry-content .info h4 {
        font-size: 40px;
        font-size: 5.2083333333vw;
        padding-left: 2.6041666667vw; } }
  .page-details .entry-content .info ul {
    margin-top: 20px;
    padding-left: 30px; }
    @media screen and (max-width: 1024px) {
      .page-details .entry-content .info ul {
        margin-top: 5.2083333333vw;
        padding-left: 7.8125vw; } }
    .page-details .entry-content .info ul li {
      list-style: disc; }
  .page-details .entry-content .info p {
    margin-top: 20px;
    padding-left: 20px; }
    @media screen and (max-width: 1024px) {
      .page-details .entry-content .info p {
        margin-top: 5.2083333333vw;
        padding-left: 5.2083333333vw; } }
    .page-details .entry-content .info p a {
      text-decoration: underline; }

.container {
  max-width: 1200px !important;
  margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .container {
      padding: 0 5.2083333333vw; } }

.text-center {
  text-align: center; }

.global-title-01 {
  font-size: 46px;
  font-weight: bold;
  color: #000; }

.global-title-02 {
  background: #947ac5;
  color: #fff;
  font-size: 46px;
  padding: 80px 0;
  text-align: center;
  font-weight: bold; }

.global-title-03 {
  color: #000;
  font-size: 46px;
  padding: 50px 0;
  font-weight: bold;
  text-align: center; }

.pagination .page-numbers {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  padding: 0.375rem 0.75rem; }
  .pagination .page-numbers.prev {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .pagination .page-numbers.next {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem; }
  .pagination .page-numbers.current {
    z-index: 3;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd; }

.privacy {
  padding: 140px 0; }
  .privacy p {
    font-size: 14px;
    line-height: 2; }

.paginationLink {
  margin-top: 100px;
  display: flex;
  justify-content: space-between; }
  .paginationLink .link a {
    font-size: 20px;
    color: #000; }

.thanks {
  padding: 140px 0;
  text-align: center; }
  .thanks h1 {
    font-size: 80px;
    font-weight: normal;
    margin-bottom: 40px; }
  .thanks p {
    font-size: 18px; }
  .thanks a {
    width: 340px;
    height: 58px;
    margin: 100px auto;
    border-radius: 20px 0 20px 0;
    border: 2px solid #8cc63f;
    color: #333;
    font-size: 18px;
    line-height: 58px;
    font-weight: bold;
    text-align: center;
    transition: all .3s;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center; }
    .thanks a:hover {
      border-radius: 0 20px 0 0;
      background: #8cc63f;
      color: #fff; }
    .thanks a:after {
      content: "→";
      padding-left: 10px; }

.page_404 {
  padding: 240px 0; }
  .page_404 h1 {
    font-size: 80px;
    text-align: center; }

.popup_product {
  background: #fff;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  border-radius: 30px;
  overflow: hidden; }
  .popup_product .popup-modal-dismiss {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 40px;
    line-height: 1; }
  .popup_product .form {
    flex: 1;
    padding: 45px 70px; }
    .popup_product .form .title-box .t1 {
      font-weight: bold;
      font-size: 30px;
      color: #000; }
    .popup_product .form .title-box .t2 {
      font-size: 16px;
      color: #3b3e40; }
    .popup_product .form .form-wrapper {
      margin-top: 30px; }
      .popup_product .form .form-wrapper input[type="text"], .popup_product .form .form-wrapper input[type="email"], .popup_product .form .form-wrapper input[type="tel"] {
        background: #f5f5f5;
        border: none;
        height: 45px; }
      .popup_product .form .form-wrapper textarea {
        background: #f5f5f5;
        border: none;
        height: 140px; }
      .popup_product .form .form-wrapper .fluentform .ff_t_c p {
        font-size: 14px;
        color: #999; }
      .popup_product .form .form-wrapper button[type="submit"] {
        width: 220px;
        height: 58px;
        border-radius: 20px 0 20px 0;
        border: 2px solid #8cc63f;
        color: #333;
        font-size: 18px;
        line-height: 58px;
        font-weight: bold;
        text-align: center;
        transition: all .3s;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        float: right; }
        .popup_product .form .form-wrapper button[type="submit"]:hover {
          border-radius: 0 20px 0 0;
          background: #8cc63f;
          color: #fff; }
        .popup_product .form .form-wrapper button[type="submit"]:after {
          content: "→";
          padding-left: 10px; }

/*# sourceMappingURL=style.css.map */
