@charset "UTF-8";
body {
  padding-top: 1.25rem;
}

.container {
  max-width: 15rem;
  margin: 0 auto;
}

ul,
li {
  margin: 0;
  padding: 0;
}

.innerBanner img {
  height: 100% !important;
}

.contanctBox1 {
  width: 100%;
  height: auto;
  padding: 1.1875rem 0 1.25rem 0;
}

.contanctBox1 li {
  width: 5.55rem;
  height: 2.5rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 0.3375rem 0px rgba(108, 108, 108, 0.24);
          box-shadow: 0px 0px 0.3375rem 0px rgba(108, 108, 108, 0.24);
  border-radius: 0.125rem;
  padding: 0.75rem 0.25rem 0.25rem 0.375rem;
}

.contanctBox1 li img {
  width: auto;
  height: 0.4rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.2rem;
}

.contanctBox1 li p {
  font-family: Archivo-Regular;
  font-size: 0.225rem;
  color: #969696;
}

.contanctBox1 li h6 p {
  font-family: Archivo-Regular;
  font-size: 0.25rem;
  color: #000000;
  margin-top: 0.125rem;
}

.contanctBox1 li:last-child h6 {
  font-size: 0.225rem;
  color: #000;
  line-height: 0.4rem;
}

.contanctBox2 {
  width: 100%;
  height: auto;
  padding-bottom: 0.925rem;
}

.contanctBox2 .com-tl2 {
  font-family: Roboto-Bold;
  font-size: 0.45rem;
  color: #1c1c1c;
}

.contanctBox2 .form {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 0.3375rem 0px rgba(108, 108, 108, 0.24);
          box-shadow: 0px 0px 0.3375rem 0px rgba(108, 108, 108, 0.24);
  border-radius: 0.125rem;
  border: solid 1px #e5e5e5;
  padding: 0.75rem 1.2375rem 0.5625rem 1.2375rem;
  margin-top: 0.4875rem;
}

.contanctBox2 .top {
  margin-bottom: 0.4375rem;
}

.contanctBox2 .item {
  width: calc((100% - 0.275rem) / 2);
  height: 0.55rem;
  position: relative;
}

.contanctBox2 .item input[type=text] {
  width: 100%;
  height: 100%;
  font-family: Archivo-Regular;
  font-size: 14px;
  padding-left: 0.125rem;
  color: #000000;
  border: solid 1px #cccccc;
}

.contanctBox2 .con .tpRt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contanctBox2 .item2 p {
  font-family: Archivo-Bold;
  font-size: 14px;
  width: 150px;
  color: #000000;
  white-space: nowrap;
}

.contanctBox2 .item2 {
  width: 100%;
  height: auto;
  padding-bottom: 0.3125rem;
  margin-bottom: 0.3125rem;
  border-bottom: 1px solid #e5e5e5;
}

.contanctBox2 .item2 .itm label {
  font-family: Archivo-Regular;
  font-size: 14px;
  display: block !important;
  color: #000000;
  cursor: pointer;
}

.contanctBox2 .item2 .itm {
  margin-right: 0.5rem;
}

.contanctBox2 .item2 input[type=radio] {
  width: 17px;
  height: 17px;
  cursor: pointer;
  border: solid 2px #595959;
  margin-right: 0.075rem;
}

.contanctBox2 .item3 h6 {
  font-family: Archivo-Bold;
  font-size: 14px;
  color: #000000;
  margin-bottom: 0.3rem;
}

.contanctBox2 .item3 .itm p {
  font-family: Archivo-Regular;
  font-size: 14px;
  margin-right: 0.1125rem;
  color: #000000;
}

.contanctBox2 .item3 input[type=text] {
  width: 3.0375rem;
  border-bottom: 1px solid #7d7d7d;
  padding-bottom: 0.0625rem;
  font-size: 14px;
}

.contanctBox2 .item4 {
  position: relative;
  width: 100%;
  height: 1.3125rem;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  margin: 0.3625rem 0 0.15rem 0;
}

.contanctBox2 .item4 textarea {
  width: 100%;
  font-family: Archivo-Regular;
  font-size: 14px;
  padding: 0.2rem 0 0 0.15rem;
  color: #000000;
  height: 100%;
}

.contanctBox2 input[type=submit] {
  width: 2.275rem;
  height: 0.625rem;
  background-color: var(--mainColor);
  border-radius: 0.0625rem;
  font-family: Archivo-Regular;
  cursor: pointer;
  font-size: 0.2rem;
  text-align: center;
  color: #ffffff;
}

@media screen and (max-width: 600px) {
  .contanctBox1 ul li {
    width: 100%;
    margin-right: 0 !important;
  }
  .contanctBox2 .top,
  .contanctBox2 .item2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contanctBox2 .item2 p {
    margin-bottom: 15px;
  }
  .contanctBox2 .item,
  .contanctBox2 .form .item3 .bto .itm {
    width: 100%;
    margin-bottom: 10px;
  }
  .contanctBox2 .item3 .itm p {
    white-space: nowrap;
  }
  .contanctBox1 {
    padding: 20px 0;
  }
  .contanctBox1 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contanctBox1 ul li {
    margin-bottom: 15px;
  }
  .contanctBox1 li h6 {
    font-size: 16px;
  }
}
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumbs span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  gap: 0.1rem;
  font-size: 0.175rem;
  text-transform: capitalize;
}
@media screen and (max-width: 1024px) {
  .breadcrumbs span {
    font-size: 3.8vw;
  }
}
.breadcrumbs span.breadcrumb_last {
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .menu-item > a {
    display: block;
    padding: 12px 15px;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    position: relative;
  }
}
.menu-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.single-product .breadcrumbs,
.single-cases .breadcrumbs {
  padding: 0.2rem 0;
}
.single-product .breadcrumbs span,
.single-cases .breadcrumbs span {
  color: #000;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.single-product .comNav.inner,
.single-cases .comNav.inner {
  border-top: 1px solid rgba(241, 240, 240, 0.8);
  position: sticky;
  top: 1.55rem;
  z-index: 778;
  background-color: #fff;
}
.single-product #breadcrumbs::before,
.single-cases #breadcrumbs::before {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.single-product #breadcrumbs span,
.single-cases #breadcrumbs span {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.single-product #breadcrumbs .breadcrumb_last,
.single-cases #breadcrumbs .breadcrumb_last {
  color: #000;
}

.floating-menu {
  position: fixed;
  right: 0;
  top: 70%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
}
.floating-menu .floating-menu-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.0375rem;
}
.floating-menu .floating-menu-items .floating-menu-item .floating-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  font-size: 0.25rem;
}
@media screen and (max-width: 768px) {
  .floating-menu .floating-menu-items .floating-menu-item .floating-icon {
    font-size: 3vw;
  }
}
.floating-menu .floating-menu-items .floating-menu-item .floating-icon i {
  width: 0.625rem;
  height: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.3rem;
  background: #e40019;
  color: #fff;
}
.floating-menu .floating-menu-items .floating-menu-item .floating-icon .floating-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #e40019;
  height: 0.625rem;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.25rem;
  font-size: 0.2rem;
  position: absolute;
  z-index: -1;
  right: -100%;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 0.625rem;
}
.floating-menu .floating-menu-items .floating-menu-item .floating-icon:hover .floating-text {
  display: block;
  opacity: 1;
  right: 0.625rem;
}

.scrollToTop {
  position: fixed;
  right: 0.25rem;
  bottom: 0.25rem;
  z-index: 999;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.scrollToTop.active {
  opacity: 1;
  visibility: visible;
}
.scrollToTop .arrow {
  border-top: 0.0125rem solid #666;
  border-right: 0.0125rem solid #666;
  width: 0.125rem;
  height: 0.125rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  top: 0.0375rem;
}
.scrollToTop:hover {
  background: #e40019;
  color: #fff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
.scrollToTop:hover i {
  border-color: #fff;
}

.zjny-page-news-module-01 {
  padding: 1rem 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .zjny-page-news-module-01 {
    padding: 10vw 4vw;
  }
}
.zjny-page-news-module-01 .news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.375rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-news-module-01 .news-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 4vw;
    margin-bottom: 6vw;
  }
}
.zjny-page-news-module-01 .news-item {
  overflow: hidden;
}
.zjny-page-news-module-01 .news-item .news-link {
  display: block;
  height: 100%;
  border-bottom: 0.0125rem solid #dcdcdc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.zjny-page-news-module-01 .news-item .news-link:hover {
  border-color: #000;
}
.zjny-page-news-module-01 .news-item .news-link:hover .news-more {
  color: #e40019;
}
.zjny-page-news-module-01 .news-item .news-link:hover .news-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.zjny-page-news-module-01 .news-item .news-image {
  position: relative;
  overflow: hidden;
  height: 3.125rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-news-module-01 .news-item .news-image {
    height: 50vw;
  }
}
.zjny-page-news-module-01 .news-item .news-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.zjny-page-news-module-01 .news-item .news-info {
  padding: 0.25rem 0;
}
@media screen and (max-width: 768px) {
  .zjny-page-news-module-01 .news-item .news-info {
    padding: 3vw 0;
  }
}
.zjny-page-news-module-01 .news-item .news-date {
  font-size: 0.1875rem;
  z-index: 5;
  color: #000;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-news-module-01 .news-item .news-date {
    font-size: 35px;
    font-size: 3.5vw;
    margin-bottom: 4vw;
  }
}
.zjny-page-news-module-01 .news-item .news-title {
  font-size: 0.225rem;
  font-weight: 600;
  color: #000;
  line-height: 0.375rem;
  max-height: 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-news-module-01 .news-item .news-title {
    font-size: 38px;
    font-size: 3.8vw;
    line-height: 5vw;
    max-height: 10vw;
    margin-bottom: 4vw;
  }
}
.zjny-page-news-module-01 .news-item .news-excerpt {
  font-size: 0.2rem;
  color: #000;
  line-height: 0.375rem;
  height: 1.125rem;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.25rem;
  display: none;
}
@media screen and (max-width: 768px) {
  .zjny-page-news-module-01 .news-item .news-excerpt {
    font-size: 36px;
    font-size: 3.6vw;
    line-height: 5vw;
    height: 15vw;
    margin-bottom: 4vw;
  }
}
.zjny-page-news-module-01 .news-item .news-more {
  font-size: 0.2rem;
  font-weight: 400;
  color: #024C6C;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .zjny-page-news-module-01 .news-item .news-more {
    font-size: 36px;
    font-size: 3.6vw;
  }
}
.zjny-page-news-module-01 .pagination {
  text-align: center;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-news-module-01 .pagination {
    margin-top: 6vw;
  }
}
.zjny-page-news-module-01 .pagination .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0.0625rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-news-module-01 .pagination .page-numbers {
    gap: 1vw;
  }
}
.zjny-page-news-module-01 .pagination .page-numbers li {
  display: inline-block;
}
.zjny-page-news-module-01 .pagination .page-numbers li a,
.zjny-page-news-module-01 .pagination .page-numbers li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  background: #f5f5f5;
  color: #333;
  font-size: 0.175rem;
  border-radius: 0.05rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .zjny-page-news-module-01 .pagination .page-numbers li a,
  .zjny-page-news-module-01 .pagination .page-numbers li span {
    width: 8vw;
    height: 8vw;
    font-size: 28px;
    font-size: 2.8vw;
  }
}
.zjny-page-news-module-01 .pagination .page-numbers li a:hover,
.zjny-page-news-module-01 .pagination .page-numbers li span:hover {
  background: #e40019;
  color: #fff;
}
.zjny-page-news-module-01 .pagination .page-numbers li .current {
  background: #e40019;
  color: #fff;
}

.zjny-page-news-module-02 {
  padding: 1rem 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .zjny-page-news-module-02 {
    padding: 10vw 4vw;
  }
}
.zjny-page-news-module-02 .news-categories {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-news-module-02 .news-categories {
    margin-bottom: 6vw;
  }
}
.zjny-page-news-module-02 .news-categories .category-nav {
  border-bottom: 0.0125rem solid #e5e5e5;
}
.zjny-page-news-module-02 .news-categories .category-nav .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .zjny-page-news-module-02 .news-categories .category-nav .category-list {
    gap: 3vw;
  }
}
.zjny-page-news-module-02 .news-categories .category-nav .category-list .category-item .category-link {
  display: inline-block;
  padding: 0.1rem 0.25rem;
  font-size: 0.25rem;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 0.025rem solid transparent;
}
@media screen and (max-width: 768px) {
  .zjny-page-news-module-02 .news-categories .category-nav .category-list .category-item .category-link {
    padding: 2vw 4vw;
    font-size: 40px;
    font-size: 4vw;
  }
}
.zjny-page-news-module-02 .news-categories .category-nav .category-list .category-item .category-link:hover {
  color: #e40019;
  border-block-color: #e40019;
}
.zjny-page-news-module-02 .news-categories .category-nav .category-list .category-item.active .category-link {
  color: #e40019;
  border-block-color: #e40019;
}
.zjny-page-news-module-02 .blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.375rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-news-module-02 .blog-grid {
    grid-template-columns: 1fr;
    gap: 4vw;
  }
}
.zjny-page-news-module-02 .blog-item {
  background: #fff;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.zjny-page-news-module-02 .blog-item a {
  text-decoration: none;
  display: block;
}
.zjny-page-news-module-02 .blog-item a:hover .blog-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.zjny-page-news-module-02 .blog-item a:hover .blog-content .learn-more {
  color: #e40019;
}
.zjny-page-news-module-02 .blog-item .blog-image {
  width: 100%;
  height: 3.125rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .zjny-page-news-module-02 .blog-item .blog-image {
    height: 70vw;
  }
}
.zjny-page-news-module-02 .blog-item .blog-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.zjny-page-news-module-02 .blog-item .blog-content {
  padding: 0.25rem 0;
}
@media screen and (max-width: 768px) {
  .zjny-page-news-module-02 .blog-item .blog-content {
    padding: 4vw;
  }
}
.zjny-page-news-module-02 .blog-item .blog-content .blog-title {
  font-size: 0.225rem;
  font-weight: 600;
  line-height: 0.35rem;
  max-height: 0.35rem;
  margin-bottom: 0.1875rem;
  color: #232939;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .zjny-page-news-module-02 .blog-item .blog-content .blog-title {
    font-size: 38px;
    font-size: 3.8vw;
    line-height: 4.8vw;
    margin-bottom: 3vw;
    max-height: 4.8vw;
  }
}
.zjny-page-news-module-02 .blog-item .blog-content .content {
  font-size: 0.2rem;
  line-height: 0.35rem;
  color: #666;
  margin-bottom: 0.25rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 1.05rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .zjny-page-news-module-02 .blog-item .blog-content .content {
    font-size: 36px;
    font-size: 3.6vw;
    line-height: 4.8vw;
    margin-bottom: 4vw;
    max-height: 14.4vw;
  }
}
.zjny-page-news-module-02 .blog-item .blog-content .blog-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.zjny-page-news-module-02 .blog-item .blog-content .blog-footer .date {
  font-size: 0.175rem;
  color: #666;
}
@media screen and (max-width: 768px) {
  .zjny-page-news-module-02 .blog-item .blog-content .blog-footer .date {
    font-size: 34px;
    font-size: 3.4vw;
  }
}
.zjny-page-news-module-02 .blog-item .blog-content .blog-footer .learn-more {
  font-size: 0.2rem;
  color: #666;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .zjny-page-news-module-02 .blog-item .blog-content .blog-footer .learn-more {
    font-size: 36px;
    font-size: 3.6vw;
  }
}
.zjny-page-news-module-02 .pagination {
  text-align: center;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-news-module-02 .pagination {
    margin-top: 6vw;
  }
}
.zjny-page-news-module-02 .pagination .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 0.0625rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-news-module-02 .pagination .page-numbers {
    gap: 1vw;
  }
}
.zjny-page-news-module-02 .pagination .page-numbers li {
  display: inline-block;
}
.zjny-page-news-module-02 .pagination .page-numbers li a,
.zjny-page-news-module-02 .pagination .page-numbers li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  background: #f5f5f5;
  color: #333;
  font-size: 0.175rem;
  border-radius: 0.05rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .zjny-page-news-module-02 .pagination .page-numbers li a,
  .zjny-page-news-module-02 .pagination .page-numbers li span {
    width: 8vw;
    height: 8vw;
    font-size: 28px;
    font-size: 2.8vw;
  }
}
.zjny-page-news-module-02 .pagination .page-numbers li a:hover,
.zjny-page-news-module-02 .pagination .page-numbers li span:hover {
  background: #e40019;
  color: #fff;
}
.zjny-page-news-module-02 .pagination .page-numbers li .current {
  background: #e40019;
  color: #fff;
}

.zjny-single-news-module-01 {
  padding-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .zjny-single-news-module-01 {
    padding: 0 4vw;
  }
}
.zjny-single-news-module-01 .com-nav {
  margin-bottom: 0.75rem;
  background: transparent !important;
  position: static !important;
  overflow: hidden;
  padding: 0 !important;
}
.zjny-single-news-module-01 .com-nav .com-card .breadcrumbs span {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.zjny-single-news-module-01 .news-meta {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.zjny-single-news-module-01 .news-category {
  display: inline-block;
  font-size: 0.15rem;
  font-weight: 600;
  color: #fff;
  background: #e40019;
  margin-bottom: 0.1875rem;
  text-transform: uppercase;
  padding: 0.0625rem 0.1rem;
}
@media screen and (max-width: 768px) {
  .zjny-single-news-module-01 .news-category {
    font-size: 2.2vw;
    margin-bottom: 3vw;
  }
}
.zjny-single-news-module-01 .news-title {
  font-size: 0.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .zjny-single-news-module-01 .news-title {
    font-size: 5.2vw;
    margin-bottom: 3vw;
  }
}
.zjny-single-news-module-01 .news-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #bbb;
  font-size: 0.175rem;
  margin-bottom: 0.375rem;
}
@media screen and (max-width: 768px) {
  .zjny-single-news-module-01 .news-author {
    font-size: 3.4vw;
    margin-bottom: 5vw;
  }
}
.zjny-single-news-module-01 .news-author div {
  margin: 0 0.075rem;
}
.zjny-single-news-module-01 .news-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.375rem;
  gap: 0.125rem;
}
@media screen and (max-width: 768px) {
  .zjny-single-news-module-01 .news-share {
    margin-bottom: 5vw;
    gap: 2vw;
  }
}
.zjny-single-news-module-01 .news-share a {
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
}
@media screen and (max-width: 768px) {
  .zjny-single-news-module-01 .news-share a {
    width: 4vw;
    height: 4vw;
  }
}
.zjny-single-news-module-01 .news-share a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.zjny-single-news-module-01 .news-featured {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.zjny-single-news-module-01 .featured-image {
  overflow: hidden;
}
.zjny-single-news-module-01 .featured-image img {
  width: 100%;
  height: auto;
  display: block;
}
.zjny-single-news-module-01 .news-date {
  position: absolute;
  left: 0.25rem;
  top: 0.25rem;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.0625rem 0.125rem;
  text-align: center;
}
.zjny-single-news-module-01 .news-date .date-day {
  display: block;
  font-size: 0.3rem;
  font-weight: 400;
  color: #333;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .zjny-single-news-module-01 .news-date .date-day {
    font-size: 4.4vw;
  }
}
.zjny-single-news-module-01 .news-date .date-month {
  display: block;
  font-size: 0.15rem;
  color: #333;
  text-transform: uppercase;
  margin-top: 4px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .zjny-single-news-module-01 .news-date .date-month {
    font-size: 3.4vw;
  }
}
.zjny-single-news-module-01 p {
  color: #000;
}

.zjny-single-news-module-02 {
  margin-top: 0.5rem;
  padding-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .zjny-single-news-module-02 {
    padding: 0 4vw;
    margin-top: 6vw;
  }
}
.zjny-single-news-module-02 .news-content {
  font-size: 0.2rem;
  line-height: 1.8;
  color: #333;
}
@media screen and (max-width: 768px) {
  .zjny-single-news-module-02 .news-content {
    font-size: 3.6vw;
  }
}
.zjny-single-news-module-02 .news-content p {
  margin-bottom: 1.5em;
}
.zjny-single-news-module-02 .news-content h1,
.zjny-single-news-module-02 .news-content h2,
.zjny-single-news-module-02 .news-content h3,
.zjny-single-news-module-02 .news-content h4,
.zjny-single-news-module-02 .news-content h5,
.zjny-single-news-module-02 .news-content h6 {
  margin: 1.5em 0 1em;
  line-height: 1.4;
  font-weight: 600;
  color: #222;
}
.zjny-single-news-module-02 .news-content img {
  max-width: 100%;
  height: auto;
  margin: 2em 0;
}
.zjny-single-news-module-02 .news-content ul,
.zjny-single-news-module-02 .news-content ol {
  margin: 1.5em 0;
  padding-left: 2em;
}
.zjny-single-news-module-02 .news-content ul li,
.zjny-single-news-module-02 .news-content ol li {
  margin-bottom: 0.5em;
  list-style: disc;
  color: #000;
}
.zjny-single-news-module-02 .news-content blockquote {
  margin: 2em 0;
  padding: 1em 2em;
  border-left: 4px solid #e40019;
  background: #f8f9fa;
  font-style: italic;
}

@media (max-width: 768px) {
  .zjny-single-news-module-03 {
    display: none;
  }
}
.zjny-single-news-module-03 .module-title {
  font-size: 0.3rem;
  font-weight: 400;
  color: #333;
  margin-bottom: 20px;
  font-weight: bold;
}
.zjny-single-news-module-03 .recent-posts {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .zjny-single-news-module-03 .recent-posts {
    gap: 20px;
  }
}
.zjny-single-news-module-03 .post-item {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 0.0125rem solid #dcdcdc;
  padding-bottom: 0.25rem;
}
.zjny-single-news-module-03 .post-item:last-child {
  border-bottom: none;
}
.zjny-single-news-module-03 .post-item:hover .post-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.zjny-single-news-module-03 .post-item:hover .post-title a {
  color: #e40019;
}
.zjny-single-news-module-03 .post-image {
  width: 30%;
  position: relative;
  height: 1.0625rem;
  overflow: hidden;
}
.zjny-single-news-module-03 .post-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.zjny-single-news-module-03 .post-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0.1875rem;
}
.zjny-single-news-module-03 .post-title {
  font-size: 0.225rem;
  font-weight: 600;
  color: #333;
  line-height: 0.3125rem;
  height: 0.625rem;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.zjny-single-news-module-03 .post-title a {
  color: #333;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .zjny-single-news-module-03 .post-title {
    font-size: 16px;
  }
}
.zjny-single-news-module-03 .post-date {
  font-size: 14px;
  color: #666;
}

.zjny-single-news-module-04 {
  margin-top: 0.5rem;
  margin-bottom: 1.25rem;
  padding-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .zjny-single-news-module-04 {
    padding: 0 4vw;
    margin-top: 6vw;
    margin-bottom: 10vw;
  }
}
.zjny-single-news-module-04 .post-navigation {
  padding: 0.375rem 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
@media (max-width: 768px) {
  .zjny-single-news-module-04 .post-navigation {
    padding: 5vw 0;
  }
}
.zjny-single-news-module-04 .nav-links {
  display: grid;
  grid-template-columns: 40% 20% 40%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .zjny-single-news-module-04 .nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .zjny-single-news-module-04 .nav-previous,
  .zjny-single-news-module-04 .nav-next {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
.zjny-single-news-module-04 .nav-previous a,
.zjny-single-news-module-04 .nav-next a {
  display: block;
  text-decoration: none;
  color: #333;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.zjny-single-news-module-04 .nav-previous a:hover .nav-title,
.zjny-single-news-module-04 .nav-next a:hover .nav-title {
  color: #e40019;
}
.zjny-single-news-module-04 .nav-next a {
  text-align: right;
}
@media (max-width: 768px) {
  .zjny-single-news-module-04 .nav-next a {
    text-align: center;
  }
}
.zjny-single-news-module-04 .nav-subtitle {
  display: block;
  font-size: 0.2rem;
  color: #bbb;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .zjny-single-news-module-04 .nav-subtitle {
    font-size: 3.6vw;
    margin-bottom: 3.8vw;
  }
}
.zjny-single-news-module-04 .nav-title {
  display: block;
  font-size: 0.2rem;
  line-height: 0.3125rem;
  max-height: 0.625rem;
  font-weight: 600;
  color: #333;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .zjny-single-news-module-04 .nav-title {
    font-size: 3.6vw;
    line-height: 4.5vw;
    max-height: 9vw;
  }
}
.zjny-single-news-module-04 .nav-archive {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .zjny-single-news-module-04 .nav-archive {
    margin: 0.1875rem 0;
  }
}
.zjny-single-news-module-04 .nav-archive a {
  display: inline-block;
}
.zjny-single-news-module-04 .nav-archive a:hover svg path {
  fill: #e40019;
}
.zjny-single-news-module-04 .nav-archive svg {
  width: 24px;
  height: 24px;
}
.zjny-single-news-module-04 .nav-archive svg path {
  fill: #bbb;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.zjny-single-news-module-04 .nav-previous,
.zjny-single-news-module-04 .nav-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.zjny-single-news-module-04 .nav-previous a:nth-child(2) {
  padding-left: 0.1875rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .zjny-single-news-module-04 .nav-previous a:nth-child(2) {
    padding-left: 0;
    float: auto;
  }
}
.zjny-single-news-module-04 .nav-next a:nth-child(1) {
  padding-right: 0.1875rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .zjny-single-news-module-04 .nav-next a:nth-child(1) {
    padding-right: 0;
    float: auto;
    text-align: center;
  }
}
.zjny-single-news-module-04 .lt-arrow,
.zjny-single-news-module-04 .rt-arrow {
  color: #e40019;
  width: 0.5rem;
  height: 0.5rem;
  border: 0.025rem solid #eee;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .zjny-single-news-module-04 .lt-arrow,
  .zjny-single-news-module-04 .rt-arrow {
    display: none !important;
  }
}
.zjny-single-news-module-04 .lt-arrow:after,
.zjny-single-news-module-04 .rt-arrow:after {
  content: "";
  display: block;
  border-top: 0.025rem solid #333;
  border-right: 0.025rem solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0.125rem;
  height: 0.125rem;
  position: relative;
  right: 0.0375rem;
}
.zjny-single-news-module-04 .lt-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.zjny-single-cases-module-01 {
  padding-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .zjny-single-cases-module-01 {
    padding: 0 4vw;
  }
}
.zjny-single-cases-module-01 .news-meta {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.zjny-single-cases-module-01 .news-category {
  display: inline-block;
  font-size: 0.15rem;
  font-weight: 600;
  color: #fff;
  background: #e40019;
  margin-bottom: 0.1875rem;
  text-transform: uppercase;
  padding: 0.0625rem 0.1rem;
}
@media screen and (max-width: 768px) {
  .zjny-single-cases-module-01 .news-category {
    font-size: 2.2vw;
    margin-bottom: 3vw;
  }
}
.zjny-single-cases-module-01 .news-title {
  font-size: 0.4rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #000;
}
@media screen and (max-width: 768px) {
  .zjny-single-cases-module-01 .news-title {
    font-size: 5.2vw;
    margin-bottom: 3vw;
  }
}
.zjny-single-cases-module-01 .news-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #bbb;
  font-size: 0.175rem;
  margin-bottom: 0.375rem;
}
@media screen and (max-width: 768px) {
  .zjny-single-cases-module-01 .news-author {
    font-size: 3.4vw;
    margin-bottom: 5vw;
  }
}
.zjny-single-cases-module-01 .news-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0.375rem;
  gap: 0.125rem;
}
@media screen and (max-width: 768px) {
  .zjny-single-cases-module-01 .news-share {
    margin-bottom: 5vw;
    gap: 2vw;
  }
}
.zjny-single-cases-module-01 .news-share a {
  display: inline-block;
  width: 0.25rem;
  height: 0.25rem;
}
@media screen and (max-width: 768px) {
  .zjny-single-cases-module-01 .news-share a {
    width: 4vw;
    height: 4vw;
  }
}
.zjny-single-cases-module-01 .news-share a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.zjny-single-cases-module-01 .news-featured {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.zjny-single-cases-module-01 .featured-image {
  overflow: hidden;
}
.zjny-single-cases-module-01 .featured-image img {
  width: 100%;
  height: auto;
  display: block;
}
.zjny-single-cases-module-01 .news-date {
  position: absolute;
  left: 0.25rem;
  top: 0.25rem;
  background: rgba(255, 255, 255, 0.9);
  padding: 0.0625rem 0.125rem;
  text-align: center;
}
.zjny-single-cases-module-01 .news-date .date-day {
  display: block;
  font-size: 0.3rem;
  font-weight: 400;
  color: #333;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .zjny-single-cases-module-01 .news-date .date-day {
    font-size: 4.4vw;
  }
}
.zjny-single-cases-module-01 .news-date .date-month {
  display: block;
  font-size: 0.15rem;
  color: #333;
  text-transform: uppercase;
  margin-top: 4px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .zjny-single-cases-module-01 .news-date .date-month {
    font-size: 3.4vw;
  }
}
.zjny-single-cases-module-01 p {
  color: #000;
}

.zjny-single-cases-module-02 {
  margin-top: 0.5rem;
  padding-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .zjny-single-cases-module-02 {
    padding: 0 4vw;
    margin-top: 6vw;
  }
}
.zjny-single-cases-module-02 .news-content {
  font-size: 0.2rem;
  line-height: 1.8;
  color: #333;
}
@media screen and (max-width: 768px) {
  .zjny-single-cases-module-02 .news-content {
    font-size: 3.6vw;
  }
}
.zjny-single-cases-module-02 .news-content p {
  margin-bottom: 1.5em;
}
.zjny-single-cases-module-02 .news-content h1,
.zjny-single-cases-module-02 .news-content h2,
.zjny-single-cases-module-02 .news-content h3,
.zjny-single-cases-module-02 .news-content h4,
.zjny-single-cases-module-02 .news-content h5,
.zjny-single-cases-module-02 .news-content h6 {
  margin: 1.5em 0 1em;
  line-height: 1.4;
  font-weight: 600;
  color: #222;
}
.zjny-single-cases-module-02 .news-content img {
  max-width: 100%;
  height: auto;
  margin: 2em 0;
}
.zjny-single-cases-module-02 .news-content ul,
.zjny-single-cases-module-02 .news-content ol {
  margin: 1.5em 0;
  padding-left: 2em;
}
.zjny-single-cases-module-02 .news-content ul li,
.zjny-single-cases-module-02 .news-content ol li {
  margin-bottom: 0.5em;
  list-style: disc;
  color: #000;
}
.zjny-single-cases-module-02 .news-content blockquote {
  margin: 2em 0;
  padding: 1em 2em;
  border-left: 4px solid #e40019;
  background: #f8f9fa;
  font-style: italic;
}

@media (max-width: 768px) {
  .zjny-single-cases-module-03 {
    display: none;
  }
}
.zjny-single-cases-module-03 .module-title {
  font-size: 0.3rem;
  font-weight: 400;
  color: #333;
  margin-bottom: 20px;
  font-weight: bold;
}
.zjny-single-cases-module-03 .recent-posts {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
@media (max-width: 768px) {
  .zjny-single-cases-module-03 .recent-posts {
    gap: 20px;
  }
}
.zjny-single-cases-module-03 .post-item {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 0.0125rem solid #dcdcdc;
  padding-bottom: 0.25rem;
}
.zjny-single-cases-module-03 .post-item:last-child {
  border-bottom: none;
}
.zjny-single-cases-module-03 .post-item:hover .post-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.zjny-single-cases-module-03 .post-item:hover .post-title a {
  color: #e40019;
}
.zjny-single-cases-module-03 .post-image {
  width: 30%;
  position: relative;
  height: 1.0625rem;
  overflow: hidden;
}
.zjny-single-cases-module-03 .post-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.zjny-single-cases-module-03 .post-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 0.1875rem;
}
.zjny-single-cases-module-03 .post-title {
  font-size: 0.225rem;
  font-weight: 600;
  color: #333;
  line-height: 0.3125rem;
  height: 0.625rem;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.zjny-single-cases-module-03 .post-title a {
  color: #333;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (max-width: 768px) {
  .zjny-single-cases-module-03 .post-title {
    font-size: 16px;
  }
}
.zjny-single-cases-module-03 .post-date {
  font-size: 14px;
  color: #666;
}

.zjny-single-cases-module-04 {
  margin-top: 0.5rem;
  margin-bottom: 1.25rem;
  padding-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .zjny-single-cases-module-04 {
    padding: 0 4vw;
    margin-top: 6vw;
    margin-bottom: 10vw;
  }
}
.zjny-single-cases-module-04 .post-navigation {
  padding: 0.375rem 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
@media (max-width: 768px) {
  .zjny-single-cases-module-04 .post-navigation {
    padding: 5vw 0;
  }
}
.zjny-single-cases-module-04 .nav-links {
  display: grid;
  grid-template-columns: 40% 20% 40%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .zjny-single-cases-module-04 .nav-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .zjny-single-cases-module-04 .nav-previous,
  .zjny-single-cases-module-04 .nav-next {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
}
.zjny-single-cases-module-04 .nav-previous a,
.zjny-single-cases-module-04 .nav-next a {
  display: block;
  text-decoration: none;
  color: #333;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.zjny-single-cases-module-04 .nav-previous a:hover .nav-title,
.zjny-single-cases-module-04 .nav-next a:hover .nav-title {
  color: #e40019;
}
.zjny-single-cases-module-04 .nav-next a {
  text-align: right;
}
@media (max-width: 768px) {
  .zjny-single-cases-module-04 .nav-next a {
    text-align: center;
  }
}
.zjny-single-cases-module-04 .nav-subtitle {
  display: block;
  font-size: 0.2rem;
  color: #bbb;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .zjny-single-cases-module-04 .nav-subtitle {
    font-size: 3.6vw;
    margin-bottom: 3.8vw;
  }
}
.zjny-single-cases-module-04 .nav-title {
  display: block;
  font-size: 0.2rem;
  line-height: 0.3125rem;
  max-height: 0.625rem;
  font-weight: 600;
  color: #333;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (max-width: 768px) {
  .zjny-single-cases-module-04 .nav-title {
    font-size: 3.6vw;
    line-height: 4.5vw;
    max-height: 9vw;
  }
}
.zjny-single-cases-module-04 .nav-archive {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .zjny-single-cases-module-04 .nav-archive {
    margin: 0.1875rem 0;
  }
}
.zjny-single-cases-module-04 .nav-archive a {
  display: inline-block;
}
.zjny-single-cases-module-04 .nav-archive a:hover svg path {
  fill: #e40019;
}
.zjny-single-cases-module-04 .nav-archive svg {
  width: 24px;
  height: 24px;
}
.zjny-single-cases-module-04 .nav-archive svg path {
  fill: #bbb;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
.zjny-single-cases-module-04 .nav-previous,
.zjny-single-cases-module-04 .nav-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.zjny-single-cases-module-04 .nav-previous a:nth-child(2) {
  padding-left: 0.1875rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .zjny-single-cases-module-04 .nav-previous a:nth-child(2) {
    padding-left: 0;
    float: auto;
  }
}
.zjny-single-cases-module-04 .nav-next a:nth-child(1) {
  padding-right: 0.1875rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .zjny-single-cases-module-04 .nav-next a:nth-child(1) {
    padding-right: 0;
    float: auto;
    text-align: center;
  }
}
.zjny-single-cases-module-04 .lt-arrow,
.zjny-single-cases-module-04 .rt-arrow {
  color: #e40019;
  width: 0.5rem;
  height: 0.5rem;
  border: 0.025rem solid #eee;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .zjny-single-cases-module-04 .lt-arrow,
  .zjny-single-cases-module-04 .rt-arrow {
    display: none !important;
  }
}
.zjny-single-cases-module-04 .lt-arrow:after,
.zjny-single-cases-module-04 .rt-arrow:after {
  content: "";
  display: block;
  border-top: 0.025rem solid #333;
  border-right: 0.025rem solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 0.125rem;
  height: 0.125rem;
  position: relative;
  right: 0.0375rem;
}
.zjny-single-cases-module-04 .lt-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.zjny-page-cases-module-02 {
  padding: 1.25rem 0;
}
@media screen and (max-width: 768px) {
  .zjny-page-cases-module-02 {
    padding: 10vw 4vw;
  }
}
.zjny-page-cases-module-02 .news-categories {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-cases-module-02 .news-categories {
    margin-bottom: 6vw;
  }
}
.zjny-page-cases-module-02 .news-categories .category-nav {
  border-bottom: 0.0125rem solid #e5e5e5;
}
.zjny-page-cases-module-02 .news-categories .category-nav .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .zjny-page-cases-module-02 .news-categories .category-nav .category-list {
    gap: 3vw;
  }
}
.zjny-page-cases-module-02 .news-categories .category-nav .category-list .category-item .category-link {
  display: inline-block;
  padding: 0.1rem 0.25rem;
  font-size: 0.25rem;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 0.025rem solid transparent;
}
@media screen and (max-width: 768px) {
  .zjny-page-cases-module-02 .news-categories .category-nav .category-list .category-item .category-link {
    padding: 2vw 4vw;
    font-size: 40px;
    font-size: 4vw;
  }
}
.zjny-page-cases-module-02 .news-categories .category-nav .category-list .category-item .category-link:hover {
  color: #e40019;
  border-block-color: #e40019;
}
.zjny-page-cases-module-02 .news-categories .category-nav .category-list .category-item.active .category-link {
  color: #e40019;
  border-block-color: #e40019;
}
.zjny-page-cases-module-02 .cases-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.375rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-cases-module-02 .cases-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.zjny-page-cases-module-02 .cases-list .cases-item {
  background: #e8e8e8;
  border-radius: 0.0625rem;
  overflow: hidden;
}
.zjny-page-cases-module-02 .cases-list .cases-item:hover .cases-image a img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.zjny-page-cases-module-02 .cases-list .cases-item .cases-image a {
  display: block;
  height: 3.375rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .zjny-page-cases-module-02 .cases-list .cases-item .cases-image a {
    height: 50vw;
  }
}
.zjny-page-cases-module-02 .cases-list .cases-item .cases-image a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.zjny-page-cases-module-02 .cases-list .cases-item .cases-info {
  padding: 0.25rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-cases-module-02 .cases-list .cases-item .cases-info {
    padding: 4vw;
  }
}
.zjny-page-cases-module-02 .cases-list .cases-item .cases-info .cases-title {
  display: block;
  font-size: 0.25rem;
  line-height: 0.375rem;
  height: 0.375rem;
  overflow: hidden;
  font-weight: 600;
  margin-bottom: 0.1875rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .zjny-page-cases-module-02 .cases-list .cases-item .cases-info .cases-title {
    font-size: 4vw;
    line-height: 5vw;
    height: 5vw;
    margin-bottom: 2vw;
  }
}
.zjny-page-cases-module-02 .cases-list .cases-item .cases-info .cases-excerpt {
  font-size: 0.2rem;
  line-height: 0.3rem;
  height: 0.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .zjny-page-cases-module-02 .cases-list .cases-item .cases-info .cases-excerpt {
    font-size: 3.6vw;
    line-height: 4.4vw;
    height: 8.8vw;
  }
}

.zjny-page-download-module-01 {
  padding: 0.5rem 0;
}
@media screen and (max-width: 768px) {
  .zjny-page-download-module-01 {
    padding: 4vw;
  }
}
.zjny-page-download-module-01 .download-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0;
  border-bottom: 1px solid #dcdcdc;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.zjny-page-download-module-01 .download-item:hover .download-title {
  color: #e40019;
}
@media screen and (max-width: 768px) {
  .zjny-page-download-module-01 .download-item {
    padding: 3vw 2vw;
  }
}
.zjny-page-download-module-01 .download-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 0.25rem;
}
.zjny-page-download-module-01 .download-title {
  font-size: 0.225rem;
  font-weight: 500;
  color: #333;
  margin: 0 0 0.0625rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-download-module-01 .download-title {
    font-size: 3.8vw;
    margin: 0 0 1vw;
  }
}
.zjny-page-download-module-01 .download-link {
  width: 0.5rem;
  height: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e40019;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.zjny-page-download-module-01 .download-link:hover {
  background-color: #b10013;
}
@media screen and (max-width: 768px) {
  .zjny-page-download-module-01 .download-link {
    width: 6vw;
    height: 6vw;
  }
}
.zjny-page-download-module-01 .download-icon {
  width: 0.25rem;
  height: 0.25rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='7 10 12 15 17 10'/%3E%3Cline x1='12' y1='15' x2='12' y2='3'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .zjny-page-download-module-01 .download-icon {
    width: 3vw;
    height: 3vw;
  }
}
.zjny-page-download-module-01 .no-downloads {
  text-align: center;
  padding: 0.5rem 0;
  color: #666;
  font-size: 0.2rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-download-module-01 .no-downloads {
    padding: 6vw 0;
    font-size: 2.8vw;
  }
}
.zjny-page-download-module-01 .pagination {
  margin-top: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .zjny-page-download-module-01 .pagination {
    margin-top: 6vw;
  }
}
.zjny-page-download-module-01 .pagination .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.0625rem;
  border: 1px solid #ddd;
  border-radius: 0.05rem;
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.zjny-page-download-module-01 .pagination .page-numbers:hover {
  background-color: #f5f5f5;
}
.zjny-page-download-module-01 .pagination .page-numbers.current {
  background-color: #e40019;
  border-color: #e40019;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .zjny-page-download-module-01 .pagination .page-numbers {
    width: 6vw;
    height: 6vw;
    margin: 0 1vw;
    font-size: 2.8vw;
  }
}

.zjny-page-faqs-module-02 {
  padding: 0.625rem 0;
}
@media screen and (max-width: 768px) {
  .zjny-page-faqs-module-02 {
    padding: 10vw 4vw;
  }
}
.zjny-page-faqs-module-02 .module-title {
  font-size: 0.45rem;
  line-height: 1.2;
  font-weight: 600;
  color: #000;
  margin-bottom: 0.5rem;
  display: block;
  padding: 0.125rem 0.25rem;
  text-align: center;
  border-bottom: 0.0125rem solid #e8e8e8;
  position: relative;
}
@media screen and (max-width: 768px) {
  .zjny-page-faqs-module-02 .module-title {
    font-size: 5.6vw;
    margin-bottom: 5vw;
  }
}
.zjny-page-faqs-module-02 .module-title::before {
  content: "";
  position: absolute;
  bottom: -0.0125rem;
  left: 50%;
  width: 1.5rem;
  height: 0.0375rem;
  background: #e40019;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .zjny-page-faqs-module-02 .module-title::before {
    width: 24vw;
    height: 0.6vw;
  }
}
.zjny-page-faqs-module-02 .faq-list {
  margin-bottom: 0.75rem;
}
.zjny-page-faqs-module-02 .faq-list:last-child {
  margin-bottom: 0;
}
.zjny-page-faqs-module-02 .faq-list .faq-item {
  margin-bottom: 0.25rem;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .zjny-page-faqs-module-02 .faq-list .faq-item {
    margin-bottom: 2vw;
    border-radius: 1.6vw;
  }
}
.zjny-page-faqs-module-02 .faq-list .faq-item.active .faq-header .faq-icon::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.zjny-page-faqs-module-02 .faq-list .faq-item.active .faq-content {
  opacity: 1;
  max-height: none;
}
.zjny-page-faqs-module-02 .faq-list .faq-item .faq-header {
  position: relative;
  padding: 0.125rem 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #1f2124;
}
@media screen and (max-width: 768px) {
  .zjny-page-faqs-module-02 .faq-list .faq-item .faq-header {
    padding: 3vw 0;
  }
}
.zjny-page-faqs-module-02 .faq-list .faq-item .faq-header .faq-title {
  width: 85%;
  font-size: 0.25rem;
  line-height: 1.4;
  font-weight: 600;
  color: #1f2124;
  margin: 0;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .zjny-page-faqs-module-02 .faq-list .faq-item .faq-header .faq-title {
    font-size: 3.6vw;
  }
}
.zjny-page-faqs-module-02 .faq-list .faq-item .faq-header .faq-icon {
  position: absolute;
  right: 0.375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.2rem;
  height: 0.2rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-faqs-module-02 .faq-list .faq-item .faq-header .faq-icon {
    right: 4vw;
    width: 2.4vw;
    height: 2.4vw;
  }
}
.zjny-page-faqs-module-02 .faq-list .faq-item .faq-header .faq-icon::before, .zjny-page-faqs-module-02 .faq-list .faq-item .faq-header .faq-icon::after {
  content: "";
  position: absolute;
  background: #202634;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.zjny-page-faqs-module-02 .faq-list .faq-item .faq-header .faq-icon::before {
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  margin-top: -1px;
}
.zjny-page-faqs-module-02 .faq-list .faq-item .faq-header .faq-icon::after {
  top: 0;
  left: 50%;
  bottom: 0;
  width: 2px;
  margin-left: -1px;
}
.zjny-page-faqs-module-02 .faq-list .faq-item .faq-content {
  max-height: 0;
  padding: 0 0.25rem;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow-x: auto;
}
@media screen and (max-width: 768px) {
  .zjny-page-faqs-module-02 .faq-list .faq-item .faq-content {
    padding: 0 4vw;
  }
}
.zjny-page-faqs-module-02 .faq-list .faq-item .faq-content .faq-content-inner {
  color: #1f2124;
  font-size: 0.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .zjny-page-faqs-module-02 .faq-list .faq-item .faq-content .faq-content-inner {
    font-size: 3.6vw;
  }
}
.zjny-page-faqs-module-02 .faq-list .faq-item .faq-content .faq-content-inner p {
  margin: 0;
}
.zjny-page-faqs-module-02 .faq-list .faq-item .faq-content .faq-content-inner p + p {
  margin-top: 0.125rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-faqs-module-02 .faq-list .faq-item .faq-content .faq-content-inner p + p {
    margin-top: 1.6vw;
  }
}
.zjny-page-faqs-module-02 .faq-list .faq-item .faq-content .faq-content-inner table {
  width: 100%;
  border: 0.0125rem solid #000;
  border-spacing: 0;
  border-collapse: collapse;
}
.zjny-page-faqs-module-02 .faq-list .faq-item .faq-content .faq-content-inner table tr,
.zjny-page-faqs-module-02 .faq-list .faq-item .faq-content .faq-content-inner table th {
  border: 0.0125rem solid #000;
}
.zjny-page-faqs-module-02 .faq-list .faq-item .faq-content .faq-content-inner table tr td,
.zjny-page-faqs-module-02 .faq-list .faq-item .faq-content .faq-content-inner table th td {
  border: 0.0125rem solid #000;
  padding: 0.1875rem;
}

.zjny-page-video-module-01 {
  padding: 0.375rem 0;
}
@media screen and (max-width: 768px) {
  .zjny-page-video-module-01 {
    padding: 6vw 4vw;
  }
}
.zjny-page-video-module-01 .video-categories {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-video-module-01 .video-categories {
    margin-bottom: 6vw;
  }
}
.zjny-page-video-module-01 .video-categories .category-nav {
  border-bottom: 0.0125rem solid #e5e5e5;
}
.zjny-page-video-module-01 .video-categories .category-nav .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .zjny-page-video-module-01 .video-categories .category-nav .category-list {
    gap: 3vw;
  }
}
.zjny-page-video-module-01 .video-categories .category-nav .category-list .category-item .category-link {
  display: inline-block;
  padding: 0.1rem 0.25rem;
  font-size: 0.25rem;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 0.025rem solid transparent;
}
@media screen and (max-width: 768px) {
  .zjny-page-video-module-01 .video-categories .category-nav .category-list .category-item .category-link {
    padding: 2vw 4vw;
    font-size: 40px;
    font-size: 4vw;
  }
}
.zjny-page-video-module-01 .video-categories .category-nav .category-list .category-item .category-link:hover {
  color: #e40019;
  border-block-color: #e40019;
}
.zjny-page-video-module-01 .video-categories .category-nav .category-list .category-item.active .category-link {
  color: #e40019;
  border-block-color: #e40019;
}
.zjny-page-video-module-01 .video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.25rem;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .zjny-page-video-module-01 .video-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 3vw;
  }
}
.zjny-page-video-module-01 .video-item {
  overflow: hidden;
}
.zjny-page-video-module-01 .video-item .video-wrapper {
  position: relative;
  width: 100%;
  height: 3.125rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-video-module-01 .video-item .video-wrapper {
    height: 50vw;
  }
}
.zjny-page-video-module-01 .video-item .video-wrapper iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border: none;
}
.zjny-page-video-module-01 .video-item .video-title {
  margin-top: 0.25rem;
  font-size: 0.225rem;
  line-height: 0.375rem;
  height: 0.375rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .zjny-page-video-module-01 .video-item .video-title {
    margin-top: 3vw;
    font-size: 38px;
    font-size: 3.8vw;
    line-height: 5vw;
    height: 5vw;
  }
}

.request_personal_box {
  padding: 0.75rem 0;
}
@media screen and (max-width: 768px) {
  .request_personal_box {
    padding: 6vw 4vw;
  }
}
.request_personal_box .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
  display: inline !important;
}
.request_personal_box h2 {
  font-size: 0.5rem;
  color: #e40019;
  margin-bottom: 0.25rem;
  font-family: "Poppins-Bold";
}
@media screen and (max-width: 768px) {
  .request_personal_box h2 {
    font-size: 6.8vw;
    margin-bottom: 4vw;
  }
}
.request_personal_box .elementor-widget-form .elementor-field-group > label,
.request_personal_box .elementor-2992 .elementor-element.elementor-element-f1383a9 .elementor-field-subgroup label {
  font-size: 0.2rem;
  color: #3C3C3C;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .request_personal_box .elementor-widget-form .elementor-field-group > label,
  .request_personal_box .elementor-2992 .elementor-element.elementor-element-f1383a9 .elementor-field-subgroup label {
    font-size: 3.6vw;
  }
}
.request_personal_box .elementor-2992 .elementor-element.elementor-element-f1383a9 .elementor-field-group:not(.elementor-field-type-upload) .elementor-field:not(.elementor-select-wrapper) {
  border: 1px solid #cccccc;
  padding: 0 0.125rem;
}
@media screen and (max-width: 768px) {
  .request_personal_box .elementor-2992 .elementor-element.elementor-element-f1383a9 .elementor-field-group:not(.elementor-field-type-upload) .elementor-field:not(.elementor-select-wrapper) {
    padding: 0 1vw;
  }
}
.request_personal_box .elementor-column.elementor-col-20 {
  width: auto;
}
.request_personal_box .elementor-column.elementor-col-20.elementor-field-group-field_17c1b12 {
  font-weight: 900 !important;
  font-size: 0.225rem;
}
@media screen and (max-width: 768px) {
  .request_personal_box .elementor-column.elementor-col-20.elementor-field-group-field_17c1b12 {
    font-size: 3.8vw;
  }
}
.request_personal_box .elementor-field-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.request_personal_box input[type=radio] {
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  border: 1px solid #595959;
  margin-right: 0.125rem;
}
@media screen and (max-width: 768px) {
  .request_personal_box input[type=radio] {
    width: 4.4vw;
    height: 4.4vw;
    margin-right: 3vw;
  }
}
.request_personal_box .elementor-field-group-field_688904d .elementor-field-subgroup,
.request_personal_box .elementor-field-group-field_c291d6f .elementor-field-subgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.125rem 0.75rem;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 768px) {
  .request_personal_box .elementor-field-group-field_688904d .elementor-field-subgroup,
  .request_personal_box .elementor-field-group-field_c291d6f .elementor-field-subgroup {
    gap: 2vw 6vw;
    margin-bottom: 2vw;
  }
}
.request_personal_box h3 {
  font-size: 0.225rem;
  font-weight: 900 !important;
}
.request_personal_box .elementor-field-type-html {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.request_personal_box .elementor-field-group-field_3d8536f {
  width: 30% !important;
}
.request_personal_box .elementor-field-group-field_3d8536f input {
  border: none !important;
  border-bottom: 1px solid #CCC !important;
}
.request_personal_box .line {
  border-bottom: 1px dashed #CCC;
  width: 100%;
  margin: 0.5rem 0;
}
@media screen and (max-width: 768px) {
  .request_personal_box .line {
    margin: 4vw 0;
  }
}
.request_personal_box a {
  margin-left: 5px;
  text-decoration: underline !important;
  color: #e40019;
  font-style: italic;
}

.zjny-page-product-search-module-01 {
  padding: 1rem 0 1.25rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-product-search-module-01 {
    padding: 10vw 4vw;
  }
}
.zjny-page-product-search-module-01 .module-title {
  font-size: 0.225rem;
  font-weight: 400;
  color: #333;
  margin-bottom: 0.375rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-product-search-module-01 .module-title {
    font-size: 38px;
    font-size: 3.8vw;
    margin-bottom: 4vw;
  }
}
.zjny-page-product-search-module-01 .module-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.375rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-product-search-module-01 .module-header {
    gap: 2vw;
    margin-bottom: 5vw;
  }
}
.zjny-page-product-search-module-01 .module-header .breadcrumb {
  font-size: 0.225rem;
  color: #333;
}
@media screen and (max-width: 768px) {
  .zjny-page-product-search-module-01 .module-header .breadcrumb {
    font-size: 26px;
    font-size: 2.6vw;
  }
}
.zjny-page-product-search-module-01 .module-header .breadcrumb a {
  color: #777;
  color: inherit;
  text-decoration: none;
  font-weight: 400;
}
.zjny-page-product-search-module-01 .module-header .breadcrumb a:hover {
  color: #e40019;
}
.zjny-page-product-search-module-01 .module-header .breadcrumb span {
  font-weight: 600;
}
.zjny-page-product-search-module-01 .module-header .sort-select select {
  padding: 0.1rem 0;
  border: none;
  border-bottom: 1px solid #333;
  font-size: 0.225rem;
  color: #242424;
  font-weight: 600;
  background-color: #fff;
  cursor: pointer;
  width: 2.5rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-product-search-module-01 .module-header .sort-select select {
    font-size: 28px;
    font-size: 2.8vw;
    padding: 1.6vw 0;
    width: 30vw;
  }
}
.zjny-page-product-search-module-01 .module-header .sort-select select:focus {
  outline: none;
  border-color: #e40019;
}
.zjny-page-product-search-module-01 .product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.25rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-product-search-module-01 .product-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 4vw;
  }
}
.zjny-page-product-search-module-01 .product-item {
  background: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0 0.025rem 0.125rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.025rem 0.125rem rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.zjny-page-product-search-module-01 .product-item:hover .product-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.zjny-page-product-search-module-01 .product-item:hover .product-title {
  color: #e40019;
}
.zjny-page-product-search-module-01 .product-link {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
}
.zjny-page-product-search-module-01 .product-image {
  position: relative;
  height: 3.25rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #eee;
}
@media screen and (max-width: 768px) {
  .zjny-page-product-search-module-01 .product-image {
    height: 55vw;
  }
}
.zjny-page-product-search-module-01 .product-image img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.zjny-page-product-search-module-01 .product-info {
  padding: 0.1875rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-product-search-module-01 .product-info {
    padding: 4vw;
  }
}
.zjny-page-product-search-module-01 .product-title {
  font-size: 0.225rem;
  font-weight: 500;
  color: #000;
  line-height: 0.3125rem;
  max-height: 0.3125rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .zjny-page-product-search-module-01 .product-title {
    font-size: 38px;
    font-size: 3.8vw;
    line-height: 4.5vw;
    max-height: 4.5vw;
  }
}
.zjny-page-product-search-module-01 .no-results {
  font-size: 0.225rem;
  background: #c70b0b;
  color: #fff;
  padding: 0.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.zjny-page-product-search-module-01 .no-results::before {
  content: "⚠️";
  margin-right: 0.125rem;
}

.zjny-page-product-module-01 {
  margin-top: 1.25rem;
  padding: 0 0 1.25rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .zjny-page-product-module-01 {
    margin-top: 10vw;
    padding: 0 4vw 10vw;
  }
}
.zjny-page-product-module-01 .product-categories-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.zjny-page-product-module-01 .product-category-item {
  background: #f2f2f2;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-product-module-01 .product-category-item {
    margin-bottom: 6vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.zjny-page-product-module-01 .product-category-item:last-child {
  margin-bottom: 0;
}
.zjny-page-product-module-01 .product-category-item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .zjny-page-product-module-01 .product-category-item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.zjny-page-product-module-01 .product-category-item:hover .solution-image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.zjny-page-product-module-01 .product-category-item .category-image {
  position: relative;
  height: 7.4375rem;
  overflow: hidden;
  width: 60%;
}
@media screen and (max-width: 768px) {
  .zjny-page-product-module-01 .product-category-item .category-image {
    height: 60vw;
    width: 100%;
  }
}
.zjny-page-product-module-01 .product-category-item .category-image a {
  display: block;
  height: 100%;
}
.zjny-page-product-module-01 .product-category-item .category-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.zjny-page-product-module-01 .product-category-item .product-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0.3125rem 0.8125rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-product-module-01 .product-category-item .product-info {
    padding: 4vw;
  }
}
.zjny-page-product-module-01 .product-category-item .product-title {
  margin: 0 0 0.125rem;
  font-size: 0.45rem;
  font-weight: 500;
  line-height: 0.6rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-product-module-01 .product-category-item .product-title {
    font-size: 5.6vw;
    line-height: 6.8vw;
    margin-bottom: 3vw;
  }
}
.zjny-page-product-module-01 .product-category-item .product-title a {
  color: #128690;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.zjny-page-product-module-01 .product-category-item .product-title a:hover {
  color: #073235;
}
.zjny-page-product-module-01 .product-category-item .category-description {
  font-size: 0.225rem;
  line-height: 1.4;
  color: #1e1e1e;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .zjny-page-product-module-01 .product-category-item .category-description {
    font-size: 3.8vw;
    margin-bottom: 8vw;
  }
}
.zjny-page-product-module-01 .product-category-item .category-link .read-more {
  display: inline-block;
  padding: 0.1875rem 0.4375rem;
  font-size: 0.175rem;
  background: #128690;
  color: #fff;
  border-radius: 0.625rem;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .zjny-page-product-module-01 .product-category-item .category-link .read-more {
    font-size: 3.4vw;
    padding: 2.5vw 5vw;
  }
}
.zjny-page-product-module-01 .product-category-item .category-link .read-more:hover {
  background: #073235;
}

.pagination {
  margin-top: 0.625rem;
  text-align: center;
}
.pagination .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.0625rem;
  border: 1px solid #ddd;
  border-radius: 0.05rem;
  font-size: 0.175rem;
  color: #666;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .pagination .page-numbers {
    width: 8vw;
    height: 8vw;
    margin: 0 1vw;
    font-size: 28px;
    font-size: 2.8vw;
    border-radius: 0.8vw;
  }
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  background: #e40019;
  border-color: #e40019;
  color: #fff;
}

.product_detial_btn_box_wrap {
  position: sticky !important;
  top: 0;
  background: #fff;
  z-index: 5;
}

.development_info_content_box {
  padding: 1.25rem 0;
}
@media screen and (max-width: 768px) {
  .development_info_content_box {
    padding: 10vw 4vw;
  }
}
.development_info_content_box .development_info_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 768px) {
  .development_info_content_box .development_info_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4vw;
  }
}
.development_info_content_box .development_info_content:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .development_info_content_box .development_info_content:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.development_info_content_box .development_info_content .development_info_content_left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.development_info_content_box .development_info_content .development_info_content_right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.development_info_content_box .development_info_content .development_info_content_right h2 {
  font-size: 0.375rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 768px) {
  .development_info_content_box .development_info_content .development_info_content_right h2 {
    font-size: 60px;
    font-size: 6vw;
    margin-bottom: 4vw;
  }
}
.development_info_content_box .development_info_content .development_info_content_right .content {
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #333;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .development_info_content_box .development_info_content .development_info_content_right .content {
    font-size: 36px;
    font-size: 3.6vw;
    line-height: 5vw;
  }
}

.zjny-page-conduct-module-01 {
  padding: 1.25rem 0;
}
@media screen and (max-width: 768px) {
  .zjny-page-conduct-module-01 {
    padding: 10vw 4vw;
  }
}
.zjny-page-conduct-module-01 .desc {
  margin-bottom: 0.5rem;
}
.zjny-page-conduct-module-01 .file a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.125rem;
}
.zjny-page-conduct-module-01 .file a:hover i {
  background-color: #b10013;
}
.zjny-page-conduct-module-01 .file a i {
  width: 0.5rem;
  height: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e40019;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  position: relative;
}
@media screen and (max-width: 768px) {
  .zjny-page-conduct-module-01 .file a i {
    width: 6vw;
    height: 6vw;
  }
}
.zjny-page-conduct-module-01 .file a i::before {
  content: "";
  width: 0.25rem;
  height: 0.25rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpolyline points='7 10 12 15 17 10'/%3E%3Cline x1='12' y1='15' x2='12' y2='3'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .zjny-page-conduct-module-01 .file a i::before {
    width: 3vw;
    height: 3vw;
  }
}

.menu-item-3819:hover .custom-submenu-template {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .menu-item-3819:hover .custom-submenu-template {
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 768px) {
  .menu-item-3819.on .custom-submenu-template {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .menu-item-3819 .sub-menu {
    display: none;
  }
}
.menu-item-3819 .custom-submenu-template {
  width: 100%;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0%;
  -webkit-transform: translateX(0%) translateY(15px);
          transform: translateX(0%) translateY(15px);
  top: 1.75rem;
  -webkit-box-shadow: 0 0 0.0375rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.0375rem rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99999;
  background: #fff;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  .menu-item-3819 .custom-submenu-template {
    position: relative;
    top: 0;
    left: 0;
    border-radius: 0;
    max-height: none;
    background: #fff;
    max-height: none !important;
  }
}
.menu-item-3819 .custom-submenu-template .mega-menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.25rem;
}
.menu-item-3819 .custom-submenu-template .mega-menu-container {
  max-width: 1600px;
  padding: 0.25rem 0.5rem;
}
.menu-item-3819 .custom-submenu-template .mega-menu-column {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .menu-item-3819 .custom-submenu-template .mega-menu-column {
    padding: 0;
  }
}
.menu-item-3819 .custom-submenu-template .mega-menu-column:first-child {
  width: 100%;
  padding: 0;
}
.menu-item-3819 .custom-submenu-template .mega-menu-column:first-child .mega-menu-title {
  color: #000;
  font-size: 0.3rem;
  font-weight: 600;
}
.menu-item-3819 .custom-submenu-template .mega-menu-title a {
  display: block;
  color: #000;
  font-size: 0.225rem;
  font-weight: 400;
  text-decoration: none;
  border-bottom: 0.0125rem solid #ccc;
  padding-bottom: 0.125rem;
}
@media screen and (max-width: 768px) {
  .menu-item-3819 .custom-submenu-template .mega-menu-title a {
    padding: 3vw 4vw;
    display: block;
    font-weight: 400;
    font-size: 0.1625rem;
  }
}
.menu-item-3819 .custom-submenu-template .mega-menu-title a:hover {
  border-color: #0f319f;
  color: #0f319f;
}
.menu-item-3819 .custom-submenu-template .mega-menu-title a:hover .title::before {
  border-color: #0f319f;
}
.menu-item-3819 .custom-submenu-template .mega-menu-title a .img {
  background: #dddedf;
  height: 2.5rem;
  border-radius: 0.125rem;
  margin-bottom: 0.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-item-3819 .custom-submenu-template .mega-menu-title a .img img {
  width: 100%;
  height: 2.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.menu-item-3819 .custom-submenu-template .mega-menu-title a .title {
  position: relative;
}
.menu-item-3819 .custom-submenu-template .mega-menu-title a .title::before {
  content: "";
  position: absolute;
  bottom: 0.0625rem;
  right: 0;
  width: 0.125rem;
  height: 0.125rem;
  border-top: 0.0125rem solid #000;
  border-right: 0.0125rem solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-item-3819 .custom-submenu-template .mega-menu-items {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-item-3819 .custom-submenu-template .mega-menu-items li {
  width: 100%;
  padding: 0;
}
.menu-item-3819 .custom-submenu-template .mega-menu-items li a {
  height: auto;
  padding: 0.125rem 0;
  color: #666;
  text-decoration: none;
  font-size: 0.175rem;
  font-weight: 400;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  border-bottom: 0.0125rem solid #ccc;
}
.menu-item-3819 .custom-submenu-template .mega-menu-items li a:hover {
  color: #0f319f;
}
.menu-item-3819 .custom-submenu-template .mega-menu-items li a::before {
  content: normal;
}
@media screen and (max-width: 768px) {
  .menu-item-3819 .custom-submenu-template {
    display: none;
  }
  .menu-item-3819 .custom-submenu-template .mega-menu-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .menu-item-3819 .custom-submenu-template .mega-menu-column {
    border-right: none;
    padding: 0;
  }
  .menu-item-3819 .custom-submenu-template .mega-menu-column:last-child {
    border-bottom: none;
  }
}

.menu-item {
  background: none;
}
@media screen and (max-width: 768px) {
  .menu-item {
    background: #fff;
  }
}

.menu-item > a {
  padding: 0;
}
@media screen and (max-width: 768px) {
  .menu-item > a {
    padding: 3vw 4vw;
  }
}

.menu-level1 {
  margin-left: auto;
}

.contanctBox2 .elementor-field-type-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.25rem !important;
}
.contanctBox2 .elementor-field-type-radio .elementor-field-label {
  width: 1.875rem;
  font-weight: 800;
}
.contanctBox2 .elementor-field-type-radio .elementor-field-subgroup {
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.contanctBox2 .elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
  display: inline-block !important;
}
.contanctBox2 .elementor-field-group-field_c35ee8f {
  font-weight: 800 !important;
}
.contanctBox2 .elementor-field-group-field_83be7b8,
.contanctBox2 .elementor-field-group-field_4dfcbe1,
.contanctBox2 .elementor-field-group-field_3e70cbe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.contanctBox2 .elementor-field-group-field_83be7b8 .elementor-field-textual,
.contanctBox2 .elementor-field-group-field_4dfcbe1 .elementor-field-textual,
.contanctBox2 .elementor-field-group-field_3e70cbe .elementor-field-textual {
  -ms-flex-preferred-size: auto !important;
      flex-basis: auto !important;
  border-top: none;
  border-left: none;
  border-right: none;
  min-height: 0.3125rem;
  width: 60%;
  border-block-color: #7d7d7d !important;
}

.elementor-field-option label {
  display: inline-block !important;
}

body .news-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 0.375rem;
  max-height: 1.125rem;
  /* 3 lines * 1.4em line-height */
}

.menu-level1 a {
  white-space: nowrap;
}

.odmBox5 {
  width: 100%;
  height: auto;
  padding-top: 1.125rem;
}

.odmBox5 ul {
  margin-top: 0.75rem;
  padding-bottom: 1.4375rem;
  border-bottom: 1px solid rgba(54, 54, 54, 0.2);
}

.odmBox5 li {
  width: calc((100% - 0.75rem) / 3);
  height: auto;
}

.odmBox5 .img {
  width: 100%;
  height: 3.4375rem;
  overflow: hidden;
}

.odmBox5 li .text {
  width: 100%;
  height: 2.75rem;
  padding: 0.3125rem 0.75rem 0.125rem 0.2rem;
  background-color: #f6f6f6;
  border-radius: 1px;
}

.odmBox5 li h6 {
  font-family: Roboto-Bold;
  font-size: 0.225rem;
  color: #1c1c1c;
}

.odmBox5 li .com-ls2 {
  text-align: left;
  margin-top: 0.1875rem;
}

.odmBox5 .com-tl2 {
  font-family: Roboto-Bold;
  font-size: 0.45rem;
  color: #1c1c1c;
}

.odmBox5 .com-ls2 {
  font-family: Archivo-Regular;
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #303233;
  text-align: center;
}

@media screen and (max-width: 420px) {
  .odmBox5 {
    padding-top: 20px;
  }
  .odmBox5 .com-tl2 {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .odmBox5 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 15px;
    padding-bottom: 20px;
  }
  .odmBox5 ul li {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .odmBox5 ul li a img {
    height: auto;
  }
  .odmBox5 ul li .text {
    width: 100%;
    height: auto;
    padding: 3% 2%;
  }
  .odmBox5 ul li .text h6 {
    font-size: 15px;
  }
  .odmBox5 ul li .text .com-ls2 {
    font-size: 14px;
    line-height: 22px;
  }
}
.single-cases .caseDelBox1, .single-post .caseDelBox1 {
  width: 100%;
  height: auto;
  padding-top: 0;
}
.single-cases .caseDelBox1Swiper, .single-post .caseDelBox1Swiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.single-cases .caseDelBox1Swiper img, .single-post .caseDelBox1Swiper img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.single-cases .caseDelBox1-pagination, .single-post .caseDelBox1-pagination {
  position: absolute;
  bottom: 0.375rem !important;
  z-index: 777;
}
.single-cases .caseDelBox1-pagination .swiper-pagination-bullet, .single-post .caseDelBox1-pagination .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
}
.single-cases .caseDelBox1-pagination .swiper-pagination-bullet-active, .single-post .caseDelBox1-pagination .swiper-pagination-bullet-active {
  background-color: var(--mainColor);
}
.single-cases .caseDelBox2, .single-post .caseDelBox2 {
  width: 100%;
  height: auto;
  padding-top: 0.825rem;
  background: none;
}
@media screen and (max-width: 420px) {
  .single-cases .caseDelBox2, .single-post .caseDelBox2 {
    padding-top: 15px;
  }
}
.single-cases .caseDelBox2 .com-card, .single-post .caseDelBox2 .com-card {
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
.single-cases .caseDelBox2 .lt, .single-post .caseDelBox2 .lt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.single-cases .caseDelBox2 .rt, .single-post .caseDelBox2 .rt {
  width: 5.25rem;
  margin-left: 0.8625rem;
}
.single-cases .caseDelBox2 .rt .reCon, .single-post .caseDelBox2 .rt .reCon {
  width: 100%;
  height: auto;
  position: sticky;
  top: 2.25rem;
}
.single-cases .caseDelBox2 .lt .tl .top .img, .single-post .caseDelBox2 .lt .tl .top .img {
  width: 2.0125rem;
  height: 1.1125rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 0.1rem;
}
.single-cases .caseDelBox2 .lt .tl .top h6, .single-post .caseDelBox2 .lt .tl .top h6 {
  font-family: Roboto-Bold;
  font-size: 0.375rem;
  color: #1c1c1c;
}
@media screen and (max-width: 420px) {
  .single-cases .caseDelBox2 .lt .tl .top h6, .single-post .caseDelBox2 .lt .tl .top h6 {
    font-size: 16px;
  }
}
.single-cases .caseDelBox2 .lt .tl .icon, .single-post .caseDelBox2 .lt .tl .icon {
  width: auto;
  height: 0.325rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 0.0875rem;
}
.single-cases .caseDelBox2 .lt .tl li, .single-post .caseDelBox2 .lt .tl li {
  margin-right: 0.875rem;
}
.single-cases .caseDelBox2 .lt .tl li p, .single-post .caseDelBox2 .lt .tl li p {
  font-family: Archivo-Light;
  font-size: 0.225rem;
  letter-spacing: 0.0125rem;
  color: #303233;
}
.single-cases .caseDelBox2 .lt .tl, .single-post .caseDelBox2 .lt .tl {
  padding-bottom: 0.375rem;
  margin-bottom: 0.625rem;
  border-bottom: solid 1px #a5a5ae;
}
.single-cases .caseDelBox2 .lt .con .com-tl2, .single-post .caseDelBox2 .lt .con .com-tl2 {
  margin-bottom: 0.1875rem;
}
.single-cases .caseDelBox2 .lt .con .item img, .single-post .caseDelBox2 .lt .con .item img {
  width: 100%;
  height: 4.525rem;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0.3125rem 0;
}
.single-cases .caseDelBox2 .rt .form, .single-post .caseDelBox2 .rt .form {
  width: 100%;
  height: 7rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 0.85rem 0px rgba(108, 108, 108, 0.23);
          box-shadow: 0px 0px 0.85rem 0px rgba(108, 108, 108, 0.23);
  border-radius: 0.0625rem;
  padding: 0.3125rem 0.35rem 0.5625rem 0.325rem;
}
.single-cases .caseDelBox2 .rt .form h6,
.single-cases .caseDelBox2 .rt .bto h5, .single-post .caseDelBox2 .rt .form h6,
.single-post .caseDelBox2 .rt .bto h5 {
  font-family: Roboto-Bold;
  font-size: 0.375rem;
  color: #1c1c1c;
}
.single-cases .caseDelBox2 .rt .info, .single-post .caseDelBox2 .rt .info {
  position: relative;
  width: 100%;
  height: 0.625rem;
  border: solid 1px #d9d9d9;
  margin-bottom: 0.125rem;
}
.single-cases .caseDelBox2 .rt input[type=text], .single-post .caseDelBox2 .rt input[type=text] {
  width: 100%;
  height: 100%;
  font-family: Archivo-Regular;
  font-size: 14px;
  padding-left: 0.1125rem;
  color: #000000;
}
.single-cases .caseDelBox2 .rt .textarea, .single-post .caseDelBox2 .rt .textarea {
  height: 1.5625rem;
  width: 100%;
  border: solid 1px #d9d9d9;
}
.single-cases .caseDelBox2 .rt textarea, .single-post .caseDelBox2 .rt textarea {
  width: 100%;
  height: 100%;
  font-family: Archivo-Regular;
  font-size: 14px;
  padding: 0.1875rem 0 0 0.1125rem;
  color: #000000;
}
.single-cases .caseDelBox2 .rt .form .ls, .single-post .caseDelBox2 .rt .form .ls {
  font-family: Archivo-Regular;
  font-size: 0.175rem;
  line-height: 0.3rem;
  color: #000000;
  margin: 0.125rem 0 0.4375rem 0;
}
.single-cases .caseDelBox2 .rt .form a, .single-post .caseDelBox2 .rt .form a {
  font-family: Archivo-Regular;
  text-decoration: underline !important;
  font-style: italic;
  font-size: 0.175rem;
  color: #000000;
}
.single-cases .caseDelBox2 .rt .form input[type=submit], .single-post .caseDelBox2 .rt .form input[type=submit] {
  width: 1.95rem;
  height: 0.625rem;
  line-height: 0.625rem;
  background-color: var(--mainColor);
  border-radius: 0.0625rem;
  font-family: Archivo-Regular;
  font-size: 0.2rem;
  text-align: center;
  color: #ffffff;
}
.single-cases .caseDelBox2 .rt form, .single-post .caseDelBox2 .rt form {
  margin-top: 0.3125rem;
}
.single-cases .caseDelBox2 .rt .bto .item, .single-post .caseDelBox2 .rt .bto .item {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 0.85rem 0px rgba(108, 108, 108, 0.23);
          box-shadow: 0px 0px 0.85rem 0px rgba(108, 108, 108, 0.23);
  border-radius: 0.0625rem;
}
.single-cases .caseDelBox2 .rt .bto, .single-post .caseDelBox2 .rt .bto {
  width: 100%;
  margin-top: 0.4375rem;
}
.single-cases .caseDelBox2 .rt .bto h5, .single-post .caseDelBox2 .rt .bto h5 {
  margin-bottom: 0.1875rem;
}
.single-cases .caseDelBox2 .rt .bto .con .img, .single-post .caseDelBox2 .rt .bto .con .img {
  width: 100%;
  height: 3.0125rem;
  overflow: hidden;
}
.single-cases .caseDelBox2 .rt .bto .item .con h6, .single-post .caseDelBox2 .rt .bto .item .con h6 {
  font-family: Archivo-Medium;
  text-decoration: underline;
  font-weight: normal;
  font-size: 0.3rem;
  line-height: 0.375rem;
  color: #303233;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-cases .caseDelBox2 .rt .bto .item:hover h6, .single-post .caseDelBox2 .rt .bto .item:hover h6 {
  color: var(--mainColor);
}
.single-cases .caseDelBox2 .rt .bto .con, .single-post .caseDelBox2 .rt .bto .con {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0.1375rem;
  background-color: #ffffff;
  border-radius: 0.0625rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-cases .com-tl2, .single-post .com-tl2 {
  font-family: Roboto-Bold;
  font-size: 0.45rem;
  color: #1c1c1c;
}
.single-cases .index_more, .single-post .index_more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Archivo-Regular;
  font-size: 0.2rem;
  color: #636363;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: 0.1rem;
}
.single-cases .index_more::after, .single-post .index_more::after {
  display: block;
  content: "";
  width: 0.1625rem;
  height: 0.1625rem;
  background: url(../img/ic11-8.png) no-repeat;
  background-size: cover;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  margin-left: 0.1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-cases .caseDelBox2 .rt .bto .item .ls, .single-post .caseDelBox2 .rt .bto .item .ls {
  font-family: Archivo-Light;
  font-size: 0.225rem;
  line-height: 0.45rem;
  letter-spacing: 0.0125rem;
  color: #303233;
}
.single-cases .caseDelBox2 .rt .bto .item .text, .single-post .caseDelBox2 .rt .bto .item .text {
  height: 3.75rem;
  padding: 0.25rem 0.3125rem 0.375rem 0;
}
.single-cases .caseDelBox2 .rt .bto .item .img, .single-post .caseDelBox2 .rt .bto .item .img {
  border-radius: 0.0625rem;
}
.single-cases .caseDelBox2 .rt .bto .item .img img, .single-post .caseDelBox2 .rt .bto .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-cases .caseDelBox2 .rt .bto .itm1, .single-post .caseDelBox2 .rt .bto .itm1 {
  margin-bottom: 0.5rem;
}
.single-cases .caseDelBox2 .lt .con h3, .single-post .caseDelBox2 .lt .con h3 {
  font-family: Roboto-Bold;
  font-size: 0.45rem;
  color: #1c1c1c;
}
.single-cases .caseDelBox2 .lt .con p, .single-post .caseDelBox2 .lt .con p {
  font-size: 0.2rem;
  line-height: 0.375rem;
  color: #303233;
}
.single-cases .caseDelBox2 .rt .bto .con .text, .single-post .caseDelBox2 .rt .bto .con .text {
  width: 100%;
  height: 4.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.25rem 0.375rem 0.5625rem 0.1875rem;
}
.single-cases .odmBox6 li img, .single-post .odmBox6 li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-cases .odmBox6 li:hover img, .single-post .odmBox6 li:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.single-cases .odmBox6 li:hover, .single-post .odmBox6 li:hover {
  -webkit-filter: none;
          filter: none;
  color: var(--mainColor);
}
.single-cases .odmBox6 li:hover .index_more, .single-post .odmBox6 li:hover .index_more {
  text-decoration: underline;
}
.single-cases .odmBox6 li::after, .single-post .odmBox6 li::after {
  display: block;
  content: "";
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.0625rem;
  background-color: var(--mainColor);
  border-radius: 0.025rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-cases .odmBox6 li:hover::after, .single-post .odmBox6 li:hover::after {
  width: 100%;
}
.single-cases .odmBox6, .single-post .odmBox6 {
  width: 100%;
  height: auto;
  padding: 0.8125rem 0 1.0625rem 0;
}
.single-cases .odmBox6 ul, .single-post .odmBox6 ul {
  margin-top: 0.75rem;
}
.single-cases .odmBox6 ul li, .single-post .odmBox6 ul li {
  position: relative;
  width: calc((100% - 0.975rem) / 4);
  height: auto;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 0.3375rem 0px rgba(108, 108, 108, 0.24);
          box-shadow: 0px 0px 0.3375rem 0px rgba(108, 108, 108, 0.24);
  border-radius: 0.0625rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.single-cases .odmBox6 li .img, .single-post .odmBox6 li .img {
  width: 100%;
  height: 3.625rem;
  overflow: hidden;
}
.single-cases .odmBox6 li .text, .single-post .odmBox6 li .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 2.3875rem;
  background-color: #fff;
  padding: 0.25rem 0.375rem 0.4375rem 0.375rem;
}
.single-cases .odmBox6 li .com-ls2, .single-post .odmBox6 li .com-ls2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0.125rem;
  font-family: Archivo-Regular;
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #303233;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.single-cases .odmBox6 li h6, .single-post .odmBox6 li h6 {
  font-family: Archivo-Bold;
  font-size: 0.25rem;
  color: #1c1c1c;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
  .single-cases .caseDelBox2 .lt .tl ul, .single-post .caseDelBox2 .lt .tl ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .single-cases .caseDelBox2 .lt, .single-post .caseDelBox2 .lt {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
  .single-cases .caseDelBox2 .rt, .single-post .caseDelBox2 .rt {
    width: 100%;
    margin: 10px 0 0;
  }
  .single-cases .caseDelBox2 .com-card, .single-post .caseDelBox2 .com-card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 20px;
  }
  .single-cases .odmBox6, .single-post .odmBox6 {
    padding: 20px 0;
  }
  .single-cases .odmBox6 ul, .single-post .odmBox6 ul {
    margin-top: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .single-cases .odmBox6 ul li, .single-post .odmBox6 ul li {
    width: 100%;
    margin-right: 0 !important;
    margin: 0 10px 20px 0;
  }
}

.ejectEmail_form .title {
  font-size: 30px;
  color: #000000;
}

.elementor-form form p {
  font-size: 30px;
  color: #000000;
}

.elementor-form form .elementor-field-type-html {
  font-size: 16px;
}

.elementor-form form .elementor-field-type-html a {
  text-decoration: underline !important;
}

.elementor-form .elementor-column {
  width: 100%;
  margin-top: 20px;
  position: relative;
}

.elementor-form .label_control {
  position: absolute;
  left: 10px;
  font-size: 16px;
  color: #a5a5a5;
  line-height: 40px;
}

.tips {
  position: absolute;
  right: 10px;
  top: 0;
  line-height: 40px;
  font-size: 14px;
  color: #ff0000;
}

.elementor-form input[type=text],
.elementor-form input[type=email] {
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #a5a5a5;
  text-indent: 10px;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  border: 1px solid #dddddd;
}

.elementor-form textarea {
  width: 100%;
  height: 100px;
  resize: none;
  padding: 10px;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 16px;
  color: #a5a5a5;
  border: 1px solid #dddddd;
}

.elementor-form button[type=button],
.elementor-form button[type=submit] {
  width: 155px;
  height: 40px;
  background: #3f3a39;
  color: #ffffff;
  border: 0;
  font-size: 16px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.elementor-form button[type=button]:hover,
.elementor-form button[type=submit]:hover {
  background: var(--mainColor);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.applicationBox1 {
  width: 100%;
  height: auto;
  padding: 1.2375rem 0;
}

.applicationBox1 ul {
  margin-top: 0.6875rem;
}

.applicationBox1 .comapplicationlist li {
  margin: 0 0.325rem 0.375rem 0;
}

.applicationBox1 .comapplicationlist li:nth-child(4n) {
  margin-right: 0;
}

.comapplicationlist li {
  position: relative;
  width: 4.125rem;
  height: auto;
  margin: 0 0.1875rem 0.5rem 0;
  -webkit-box-shadow: 0px 0px 0.3375rem 0px rgba(108, 108, 108, 0.24);
          box-shadow: 0px 0px 0.3375rem 0px rgba(108, 108, 108, 0.24);
  border-radius: 0.0625rem;
}

@media screen and (max-width: 768px) {
  .comapplicationlist li {
    width: 100%;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 420px) {
  .applicationBox1 .comapplicationlist li:nth-child(3n) {
    margin-right: 0;
  }
  .applicationBox1 .comapplicationlist li {
    width: calc((100% - 10px) / 2);
  }
  .applicationBox1 .comapplicationlist li:nth-child(3n) {
    margin-right: 10px;
  }
  .applicationBox1 .comapplicationlist li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .applicationBox1 .comapplicationlist li {
    width: 100%;
    margin-right: 0 !important;
  }
}
.applicationBox1 .comapplicationlist li .img {
  width: 100%;
  height: 3.625rem;
  overflow: hidden;
  border-top-right-radius: 0.0625rem;
  border-top-left-radius: 0.0625rem;
}
.applicationBox1 .comapplicationlist li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.applicationBox1 .com-tl1 {
  text-align: center;
  font-family: Archivo-Bold;
  font-size: 0.25rem;
  color: #000000;
}
.applicationBox1 .com-ls2 {
  font-family: Archivo-Regular;
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #303233;
  text-align: center;
}
.applicationBox1 .index_more {
  margin-top: 0.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--mainColor);
  font-size: 0.2rem;
}
.applicationBox1 .index_more::after {
  display: block;
  content: "";
  width: 0.2875rem;
  height: 0.1375rem;
  background: url(../images/ic1-5.svg) no-repeat;
  background-size: cover;
  margin-left: 0.25rem;
}
.applicationBox1 .comapplicationlist li .text .com-ls2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0.0875rem;
}
.applicationBox1 .comapplicationlist li .text {
  width: 100%;
  height: 2.375rem;
  padding: 0.1875rem 0.25rem 0.4375rem 0.1875rem;
}
.applicationBox1 .com-tl2 {
  font-family: Roboto-Bold;
  font-size: 0.45rem;
  color: #1c1c1c;
}
.applicationBox1 .com-ls3 {
  font-size: 0.2rem;
  line-height: 0.375rem;
  text-align: center;
  color: #303233;
}

.comapplicationlist li::after {
  display: block;
  content: "";
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.0625rem;
  background-color: var(--mainColor);
  border-radius: 0.025rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.comapplicationlist li:hover .index_more {
  color: var(--mainColor);
  text-decoration: underline;
}

.comapplicationlist li:hover .index_more::after {
  -webkit-filter: none;
          filter: none;
}

.comapplicationlist li .text .com-ls2 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 0.0875rem;
}

.comapplicationlist li:hover::after {
  width: 100%;
}

.comapplicationlist li:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.elementor-1955 .elementor-element.elementor-element-ec70b74 .elementor-button {
  padding: 0 !important;
}

.elementor-1955 .elementor-field-type-submit {
  margin: 0 auto;
}

.ejectEmail_form .elementor-1955 .elementor-field-type-submit {
  margin: 0;
}

.prDetailsBox5 .lt .elementor-form .elementor-column {
  margin: 0;
}
.prDetailsBox5 .rt .elementor-form .elementor-column {
  margin: 0;
}
.prDetailsBox5 .elementor-field-type-submit {
  width: 100% !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}