@charset "UTF-8";
@font-face {
  font-family: 'iconfont';
  src: url("/public/fonts/fa-icon/iconfont.woff2") format("woff2"), url("/public/fonts/fa-icon/iconfont.woff") format("woff"), url("/public/fonts/fa-icon/iconfont.ttf") format("truetype"); }
@font-face {
  font-family: 'Poppins-Thin';
  font-weight: 100;
  src: url("/public/fonts/Poppins/Poppins-Thin.woff") format("woff"); }
@font-face {
  font-family: 'Poppins-ExtraLight';
  font-weight: 200;
  src: url("/public/fonts/Poppins/Poppins-ExtraLight.woff") format("woff"); }
@font-face {
  font-family: 'Poppins-Light';
  font-weight: 300;
  src: url("/public/fonts/Poppins/Poppins-Light.woff") format("woff"); }
@font-face {
  font-family: 'Poppins-Regular';
  font-weight: 400;
  src: url("/public/fonts/Poppins/Poppins-Regular.woff") format("woff"); }
@font-face {
  font-family: 'Poppins-Medium';
  font-weight: 500;
  src: url("/public/fonts/Poppins/Poppins-Medium.woff") format("woff"); }
@font-face {
  font-family: 'Poppins-SemiBold';
  font-weight: 600;
  src: url("/public/fonts/Poppins/Poppins-SemiBold.woff") format("woff"); }
@font-face {
  font-family: 'Poppins-Bold';
  font-weight: 700;
  src: url("/public/fonts/Poppins/Poppins-Bold.woff") format("woff"); }
@font-face {
  font-family: 'Poppins-ExtraBold';
  font-weight: 800;
  src: url("/public/fonts/Poppins/Poppins-ExtraBold.woff") format("woff"); }
@font-face {
  font-family: 'Poppins-Black';
  font-weight: 900;
  src: url("/public/fonts/Poppins/Poppins-Black.woff") format("woff"); }
@font-face {
  font-family: 'Poppins-Italic';
  src: url("/public/fonts/Poppins/Poppins-Italic.woff") format("woff"); }
.container {
  margin: 0 auto; }

@media (max-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 980px; } }
@media (max-width: 1300px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1100px; } }
@media (max-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px; } }
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1200px; } }
@media (min-width: 1600px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1400px; } }
html, body {
  background-color: #fff;
  font-size: 14px;
  line-height: 1.5; }
  @media (min-width: 1600px) {
    html, body {
      font-size: 16px; } }

.formSet input, .formSet textarea {
  width: 100%;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 2px;
  border: 1px solid #ccc;
  overflow: hidden;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1) inset; }
  .formSet input:hover, .formSet textarea:hover {
    border: 1px solid #666;
    border-radius: 5px; }
.formSet input {
  height: 50px;
  line-height: 50px; }
.formSet input[type=checkbox] {
  width: 50px;
  display: inline-block;
  cursor: pointer; }
.formSet textarea {
  height: 150px;
  line-height: 30px;
  overflow-y: scroll; }
.formSet input[type=submit] {
  background-color: #22627b;
  color: #fff;
  cursor: pointer; }

.index-product .more .more-a, .index-personalized .more .more-a, .index-solved .list .more .more-a, .index-brand .more .more-a, .index-join .left-box .more .more-a, .company-history .more .more-a, .brand-four .list .item .text .more .more-a, .solutions-media .list .item .more .more-a, .agent-top .list-agent .item .text-box .more .more-a {
  position: relative;
  padding-right: 60px; }
  .index-product .more .more-a:before, .index-personalized .more .more-a:before, .index-solved .list .more .more-a:before, .index-brand .more .more-a:before, .index-join .left-box .more .more-a:before, .company-history .more .more-a:before, .brand-four .list .item .text .more .more-a:before, .solutions-media .list .item .more .more-a:before, .agent-top .list-agent .item .text-box .more .more-a:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background-color: #111;
    right: 0;
    top: 50%; }
  .index-product .more .more-a:after, .index-personalized .more .more-a:after, .index-solved .list .more .more-a:after, .index-brand .more .more-a:after, .index-join .left-box .more .more-a:after, .company-history .more .more-a:after, .brand-four .list .item .text .more .more-a:after, .solutions-media .list .item .more .more-a:after, .agent-top .list-agent .item .text-box .more .more-a:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 1px;
    background-color: #111;
    right: 0;
    top: 50%;
    transform: rotateZ(45deg);
    transform-origin: right; }

.pro-show-page .content {
  border: 1px solid #f0f0f0; }
  .pro-show-page .content .btn-list {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    justify-content: start;
    background-color: #f0f0f0; }
    .pro-show-page .content .btn-list .btn {
      line-height: 50px;
      padding: 0 30px;
      text-transform: uppercase;
      font-size: 20px;
      font-weight: bold;
      color: #737373;
      border-bottom: 1px solid #f0f0f0;
      border-right: 1px solid #fff; }
      .pro-show-page .content .btn-list .btn:last-child {
        border-right: none; }
      .pro-show-page .content .btn-list .btn.curr {
        background-color: #fff;
        border-bottom-color: #fff;
        color: #184558;
        border-top: 2px solid #184558;
        margin-top: -1px; }
  .pro-show-page .content .panels {
    margin: 30px; }
    .pro-show-page .content .panels .panel {
      display: none; }
      .pro-show-page .content .panels .panel .tag-list .tagsa {
        display: inline-block;
        line-height: 40px;
        padding: 0 30px;
        background-color: #f0f0f0;
        margin-right: 5px; }
        .pro-show-page .content .panels .panel .tag-list .tagsa:hover {
          background-color: #184558;
          color: #fff; }
      .pro-show-page .content .panels .panel.on {
        display: block; }

.container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  min-width: 1200px; }
  .container.container80 {
    width: 80%;
    max-width: 1600px; }
  .container.container90 {
    width: 90%;
    max-width: 1750px; }
  .container.container100 {
    width: 100%;
    max-width: 1920px; }

@media (max-width: 1600px) {
  .container {
    max-width: 1200px; } }
html, body {
  color: #424242;
  font-family: "微软雅黑", "Poppins-Regular", "Arial", "sans-serif", "iconfont"; }

a {
  color: #424242;
  text-decoration: none; }

.pagination {
  margin-top: 75px; }

.topSticky {
  border-bottom: 1px solid transparent; }
  .topSticky.sticky {
    border-bottom-color: #184558; }

.logo-nav {
  background-color: #fff;
  padding: 10px 0;
  position: relative;
  z-index: 9999; }
  .logo-nav .list {
    justify-content: space-between; }
    .logo-nav .list .main-nav .nav-ul-1 {
      height: 100%; }
      .logo-nav .list .main-nav .nav-ul-1 .nav-li-1 {
        display: -webkit-flex !important;
        display: flex !important;
        -ms-display: flex !important;
        flex-direction: column;
        justify-content: center;
        position: relative; }
        .logo-nav .list .main-nav .nav-ul-1 .nav-li-1 .nav-a-1 {
          font-size: 20px;
          font-family: "Poppins-Medium";
          display: block;
          height: 40px;
          line-height: 40px;
          padding: 0 10px;
          text-transform: capitalize; }
        .logo-nav .list .main-nav .nav-ul-1 .nav-li-1 .nav-dl-2 {
          position: absolute;
          top: 100%;
          left: 0;
          background-color: #fff;
          padding: 30px 20px 20px;
          visibility: hidden;
          opacity: 0;
          overflow: hidden;
          transition: 500ms;
          transform: scaleY(0);
          transform-origin: top; }
          .logo-nav .list .main-nav .nav-ul-1 .nav-li-1 .nav-dl-2 .nav-a-2 {
            white-space: nowrap;
            display: block;
            line-height: 2; }
        .logo-nav .list .main-nav .nav-ul-1 .nav-li-1:hover .nav-dl-2 {
          visibility: visible;
          opacity: 1;
          transform: scaleY(1); }

.index-item {
  margin-top: 80px; }

.index-product {
  margin-top: 120px; }
  .index-product .roll-box {
    overflow: hidden; }
    .index-product .roll-box .list .item {
      flex: 0 0 auto; }
      .index-product .roll-box .list .item .pic {
        width: 580px;
        max-width: 100%;
        padding-bottom: 55.173%; }
  .index-product .more {
    text-align: right;
    margin-top: 20px;
    margin-right: 0;
    margin-left: auto; }
    .index-product .more .more-a {
      display: inline-block;
      height: 40px;
      line-height: 40px;
      font-family: "Poppins-Medium";
      font-size: 15px; }

.index-about-txt {
  margin: 120px auto 160px;
  text-align: center; }
  .index-about-txt .container {
    font-family: "Poppins-SemiBold";
    font-size: 56px;
    font-weight: bold;
    line-height: 68px; }

.index-personalized {
  background-color: #1f2533;
  padding: 80px;
  color: #fff; }
  .index-personalized .main-title {
    font-size: 56px;
    font-weight: bold;
    font-family: "Poppins-Bold";
    text-transform: capitalize;
    letter-spacing: 2px;
    text-align: center;
    line-height: 1;
    margin-bottom: 50px; }
  .index-personalized .sub-title {
    text-align: center;
    padding: 0 10%;
    font-size: 20px;
    font-family: "Poppins-Light"; }
  .index-personalized .list {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 30px;
    grid-column-gap: 30px; }
    .index-personalized .list > * {
      margin: 0;
      overflow: clip;
      width: 100%; }
    .index-personalized .list .title {
      margin-top: 10px;
      font-family: "Poppins-Medium";
      font-size: 18px;
      height: 40px;
      line-height: 40px; }
    .index-personalized .list .desc {
      font-family: "Poppins-Light";
      font-size: 15px; }
  .index-personalized .more {
    text-align: right;
    margin-top: 20px;
    margin-right: 0;
    margin-left: auto; }
    .index-personalized .more .more-a {
      color: #fff;
      display: inline-block;
      height: 40px;
      line-height: 40px;
      font-family: "Poppins-Medium";
      font-size: 15px;
      padding-right: 40px; }
      .index-personalized .more .more-a:before {
        width: 30px; }
      .index-personalized .more .more-a:before, .index-personalized .more .more-a:after {
        background-color: #fff; }

.index-solved {
  margin-bottom: 130px; }
  .index-solved .main-title {
    font-size: 56px;
    font-weight: bold;
    font-family: "Poppins-Bold";
    letter-spacing: 2px;
    text-align: center;
    line-height: 1;
    margin-bottom: 50px; }
  .index-solved .sub-title {
    text-align: center;
    padding: 0 30%;
    font-size: 25px;
    font-family: "Poppins-Light"; }
  .index-solved .list {
    margin-top: 250px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 30px;
    grid-column-gap: 30px; }
    .index-solved .list > * {
      margin: 0;
      overflow: clip;
      width: 100%; }
    .index-solved .list .pic {
      height: 262px; }
      .index-solved .list .pic img {
        height: 100%;
        object-fit: cover; }
    .index-solved .list .title {
      margin-top: 10px;
      font-family: "Poppins-Medium";
      font-size: 24px;
      height: 40px;
      line-height: 40px; }
    .index-solved .list .desc {
      margin-top: 15px;
      font-family: "Poppins-Light";
      font-size: 15px;
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      line-height: 20px;
      height: 60px; }
    .index-solved .list .more {
      margin-top: 20px; }
      .index-solved .list .more .more-a {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        font-family: "Poppins-Medium";
        font-size: 20px;
        padding-right: 40px; }
        .index-solved .list .more .more-a:before {
          width: 30px; }

.index-brand {
  background-color: #efefef;
  padding: 140px 0 150px; }
  .index-brand .main-title {
    font-size: 56px;
    font-weight: bold;
    font-family: "Poppins-Bold";
    text-transform: capitalize;
    color: #000;
    letter-spacing: 2px;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px; }
  .index-brand .sub-title {
    text-align: center;
    color: #000;
    padding: 0 10%;
    font-size: 20px;
    font-family: "Poppins-Light"; }
  .index-brand .list {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 20px;
    grid-column-gap: 20px; }
    .index-brand .list > * {
      margin: 0;
      overflow: clip;
      width: 100%; }
    .index-brand .list .item {
      text-align: center; }
  .index-brand .more {
    text-align: right;
    margin-top: 20px;
    margin-right: 0;
    margin-left: auto; }
    .index-brand .more .more-a {
      display: inline-block;
      height: 40px;
      line-height: 40px;
      font-family: "Poppins-Medium";
      font-size: 15px;
      padding-right: 40px; }
      .index-brand .more .more-a:before {
        width: 30px; }

.index-join {
  margin-top: 0;
  padding-top: 100px;
  box-sizing: border-box;
  background: url("/runtime/jpg/f3/b7/2d/ce/1a/b3044393d5c484f353dde0.jpg") repeat-x center top;
  height: 653px; }
  .index-join .left-box {
    margin-left: 3%;
    box-sizing: border-box;
    width: 50%;
    flex: 0 0 auto;
    border: 7px solid #fff;
    padding-top: 110px;
    padding-right: 5%;
    padding-left: 20px; }
    .index-join .left-box .top {
      text-align: right;
      color: #fff;
      font-family: "Poppins-Bold";
      font-size: 20px;
      line-height: 1; }
      .index-join .left-box .top .txt + .txt {
        margin-top: 10px; }
    .index-join .left-box .mid {
      margin-top: 20px; }
      .index-join .left-box .mid .mid-left {
        flex: 0 0 auto;
        width: 350px;
        color: #fff;
        text-transform: uppercase;
        font-size: 45px;
        font-family: "Poppins-Bold";
        line-height: 48px; }
        .index-join .left-box .mid .mid-left span {
          color: #27ace6; }
      .index-join .left-box .mid .mid-right {
        margin-left: 20px;
        flex: 1 1 auto;
        color: #fff;
        font-size: 15px;
        font-family: "Poppins-Light"; }
    .index-join .left-box .more {
      text-align: right;
      margin-top: 20px;
      margin-right: 0;
      margin-left: auto; }
      .index-join .left-box .more .more-a {
        color: #fff;
        display: inline-block;
        height: 40px;
        line-height: 40px;
        font-family: "Poppins-Medium";
        font-size: 15px;
        padding-right: 40px; }
        .index-join .left-box .more .more-a:before {
          width: 30px; }
        .index-join .left-box .more .more-a:before, .index-join .left-box .more .more-a:after {
          background-color: #fff; }
  .index-join .right-box {
    padding: 60px 0 10px 50px;
    color: #fff; }
    .index-join .right-box .item {
      position: relative;
      padding-left: 70px; }
      .index-join .right-box .item img {
        position: absolute;
        top: 13px;
        left: 0; }
      .index-join .right-box .item .txt1 {
        margin-bottom: 10px;
        color: #27ace6;
        text-transform: uppercase;
        font-size: 30px;
        font-family: "Poppins-Bold"; }
      .index-join .right-box .item .txt2 {
        font-size: 15px;
        font-family: "Poppins-Light"; }
      .index-join .right-box .item + .item {
        margin-top: 10px; }

.index-news {
  margin: 0;
  background-color: #efefef;
  padding: 140px 0 150px; }
  .index-news .main-title {
    font-size: 56px;
    font-weight: bold;
    font-family: "Poppins-Bold";
    text-transform: capitalize;
    color: #000;
    letter-spacing: 2px;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px; }
  .index-news .roll-box {
    margin-top: 60px; }
    .index-news .roll-box .item {
      background-color: #ffffff;
      border-radius: 15px 15px 0 0;
      overflow: hidden; }
    .index-news .roll-box .pic {
      padding-bottom: 61.8%; }
    .index-news .roll-box .text-box {
      padding: 0 20px 10px; }
      .index-news .roll-box .text-box .title {
        text-align: center;
        font-size: 18px;
        font-weight: normal;
        line-height: 2.5em; }
      .index-news .roll-box .text-box .desc {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-height: 30px;
        height: 90px;
        color: #666; }
      .index-news .roll-box .text-box .date {
        text-align: right;
        color: #999;
        font-size: 12px;
        font-weight: normal;
        line-height: 2em; }

@media (max-width: 1600px) {
  .index-join {
    padding-top: 50px; }
    .index-join .left-box {
      margin-left: 0; }
      .index-join .left-box .mid .mid-left {
        width: 250px; } }
.footer-contact {
  background: #fff;
  padding: 100px 0; }
  .footer-contact .left-box {
    margin-right: 120px;
    flex: 0 0 auto;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    flex-direction: column;
    justify-content: space-between; }
    .footer-contact .left-box .li-1 {
      font-size: 15px;
      font-family: "Poppins-Regular";
      line-height: 15px;
      margin-top: 15px; }
    .footer-contact .left-box .li-2 {
      margin-top: 25px;
      width: 310px;
      font-size: 15px;
      font-family: "Poppins-Light";
      line-height: 24px; }
    .footer-contact .left-box .messages-box {
      padding-bottom: 150px; }
      .footer-contact .left-box .messages-box .title-1 {
        font-size: 20px;
        font-family: "Poppins-Regular"; }
      .footer-contact .left-box .messages-box .title-2 {
        font-size: 15px;
        font-family: "Poppins-Regular"; }
      .footer-contact .left-box .messages-box .text-3 {
        font-size: 10px;
        font-family: "Poppins-Light"; }
      .footer-contact .left-box .messages-box .enquiry-a {
        margin-top: 10px;
        display: block;
        outline: none; }
        .footer-contact .left-box .messages-box .enquiry-a img {
          border: none; }
  .footer-contact .right-box {
    flex: 1 0 auto; }
    .footer-contact .right-box .grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: auto;
      grid-row-gap: 120px;
      grid-column-gap: 24px; }
      .footer-contact .right-box .grid > * {
        margin: 0;
        overflow: clip;
        width: 100%; }
      .footer-contact .right-box .grid .sort {
        margin-bottom: 20px; }
        .footer-contact .right-box .grid .sort .sort-a {
          display: block;
          padding-bottom: 10px;
          border-bottom: 1px solid #111;
          font-size: 20px;
          font-family: "Poppins-Medium";
          line-height: 20px; }
      .footer-contact .right-box .grid .subSort .subSort-a {
        display: block;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
        font-family: "Poppins-Light"; }

@media (max-width: 1600px) {
  .footer-contact .left-box {
    margin-right: 60px; }
  .footer-contact .right-box .grid {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-template-rows: auto;
    grid-row-gap: 120px;
    grid-column-gap: 24px; }
    .footer-contact .right-box .grid > * {
      margin: 0;
      overflow: clip;
      width: 100%; } }
.sub-nav-box-div {
  background-color: #ffffff;
  position: relative;
  padding-bottom: 120px; }
  .sub-nav-box-div .sub-nav-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 0;
    grid-column-gap: 0; }
    .sub-nav-box-div .sub-nav-box > * {
      margin: 0;
      overflow: clip;
      width: 100%; }
    .sub-nav-box-div .sub-nav-box .item {
      box-sizing: border-box;
      text-align: center; }
      .sub-nav-box-div .sub-nav-box .item .item-a {
        display: block;
        height: 90px;
        line-height: 35px;
        padding: 0 40px;
        font-size: 30px; }
        .sub-nav-box-div .sub-nav-box .item .item-a .text {
          height: 100px;
          flex-direction: column;
          justify-content: center; }
      .sub-nav-box-div .sub-nav-box .item.curr .item-a {
        background-color: #194558;
        color: #fff; }
      .sub-nav-box-div .sub-nav-box .item.curr .next-box {
        z-index: 2; }
        .sub-nav-box-div .sub-nav-box .item.curr .next-box .nav-ul-2 {
          visibility: visible;
          opacity: 1; }
      .sub-nav-box-div .sub-nav-box .item + .item .item-a {
        border-left: 2px solid #fff; }
  .sub-nav-box-div .next-box {
    background-color: #f7f7f7;
    border-top: 5px solid #fff;
    padding: 40px 0;
    position: absolute;
    z-index: 1;
    left: 0;
    width: 100%; }
    .sub-nav-box-div .next-box .nav-ul-2 {
      visibility: hidden;
      opacity: 0;
      background-color: #dcdcdc;
      display: grid;
      grid-template-columns: repeat(5, 1fr);
      grid-template-rows: auto;
      grid-row-gap: 0;
      grid-column-gap: 0; }
      .sub-nav-box-div .next-box .nav-ul-2 > * {
        margin: 0;
        overflow: clip;
        width: 100%; }
      .sub-nav-box-div .next-box .nav-ul-2 .nav-li-2 {
        text-align: center;
        justify-content: center; }
        .sub-nav-box-div .next-box .nav-ul-2 .nav-li-2 .item-2-a {
          display: block;
          width: 100%;
          text-align: center;
          padding: 0 25px;
          font-size: 20px;
          line-height: 25px; }
          .sub-nav-box-div .next-box .nav-ul-2 .nav-li-2 .item-2-a .text {
            height: 100px;
            flex-direction: column;
            justify-content: center; }
        .sub-nav-box-div .next-box .nav-ul-2 .nav-li-2 + .nav-li-2 {
          border-left: 2px solid #fff; }
        .sub-nav-box-div .next-box .nav-ul-2 .nav-li-2.curr2 .item-2-a {
          color: #fff;
          background-color: #26799d; }

.about-page {
  margin-top: 80px;
  margin-bottom: 60px; }

.company-item {
  margin-top: 100px; }

.company-profile .title {
  font-size: 50px;
  font-family: "Poppins-Bold";
  line-height: 50px;
  margin-bottom: 40px; }
.company-profile .desc {
  font-size: 20px;
  font-family: "Poppins-Light";
  line-height: 30px; }

.company-number {
  margin-top: 113px; }
  .company-number .grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-row-gap: auto;
    grid-column-gap: 50px; }
    .company-number .grid > * {
      margin: 0;
      overflow: clip;
      width: 100%; }
    .company-number .grid .item {
      text-align: center;
      font-family: "Poppins-Medium"; }
      .company-number .grid .item .box1 {
        justify-content: center; }
      .company-number .grid .item .number {
        font-size: 80px;
        color: #184558;
        line-height: 80px; }
      .company-number .grid .item .unit {
        margin-left: 10px;
        font-size: 35px;
        display: -webkit-flex !important;
        display: flex !important;
        -ms-display: flex !important;
        flex-direction: column;
        justify-content: end; }
      .company-number .grid .item .box2 {
        font-size: 26px; }

.company-customer {
  margin-top: 103px;
  box-sizing: content-box;
  background: #262626;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px; }
  .company-customer .left-box {
    flex: 0 0 auto;
    width: 300px;
    margin-left: 140px;
    margin-right: 50px; }
    .company-customer .left-box .text1 {
      font-family: "Poppins-Medium";
      font-size: 38px;
      line-height: 46px;
      margin-top: 60px;
      margin-bottom: 20px; }
    .company-customer .left-box .text2 {
      width: 80%;
      font-size: 15px;
      font-family: "Poppins-Thin";
      line-height: 18px;
      margin-bottom: 80px; }
  .company-customer .right-box {
    flex: 1 1 auto; }
    .company-customer .right-box img {
      height: 400px;
      width: auto; }

.company-oneStop {
  margin-top: 60px;
  text-align: center; }
  .company-oneStop .text-1 {
    font-size: 60px;
    font-family: "Poppins-Bold"; }
  .company-oneStop .text-2 {
    margin-top: 32px;
    margin-bottom: 80px;
    font-size: 15px;
    font-family: "Poppins-Light"; }
  .company-oneStop .text-3 {
    font-family: "Poppins-Medium";
    font-size: 40px;
    line-height: 46px; }

.company-culture {
  background-color: #eee;
  padding: 65px 0; }
  .company-culture .item + .item {
    margin-top: 60px; }
  .company-culture .item .title {
    font-size: 37px;
    font-family: "Poppins-Bold";
    line-height: 50px;
    margin-bottom: 15px; }
  .company-culture .item .desc {
    font-size: 15px;
    font-family: "Poppins-Light"; }

.company-history {
  margin-top: 95px; }
  .company-history .title-box {
    font-size: 60px;
    font-family: "Poppins-Bold"; }
  .company-history .list {
    margin-top: 160px; }
    .company-history .list .item {
      position: relative;
      overflow-y: unset;
      max-width: 600px;
      min-width: 450px;
      height: 100%; }
      .company-history .list .item .year {
        font-size: 150px;
        font-family: "Poppins-Light";
        position: absolute;
        top: 0;
        left: 10%;
        transform: translateY(-50%); }
        .company-history .list .item .year.color0 {
          color: #6d7872; }
        .company-history .list .item .year.color1 {
          color: #315c6e; }
        .company-history .list .item .year.color2 {
          color: #a42126; }
      .company-history .list .item .desc {
        box-sizing: border-box;
        width: 90%;
        position: absolute;
        right: 0;
        bottom: 0;
        padding: 20px;
        background-color: #fff;
        font-size: 15px;
        font-family: "Poppins-Light";
        line-height: 20px; }
  .company-history .more {
    margin-top: 20px;
    margin-right: 0;
    margin-left: auto;
    text-align: right;
    padding-right: 3%; }
    .company-history .more .more-a {
      display: inline-block;
      height: 40px;
      line-height: 40px;
      font-family: "Poppins-Medium";
      font-size: 15px;
      padding-right: 40px; }
      .company-history .more .more-a:before {
        width: 30px; }

.company-suppliers .title-box {
  font-family: "Poppins-Bold";
  font-size: 60px; }
.company-suppliers .list {
  margin-top: 65px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-row-gap: 30px;
  grid-column-gap: 10px; }
  .company-suppliers .list > * {
    margin: 0;
    overflow: clip;
    width: 100%; }
.company-suppliers .text {
  margin: 80px auto 0;
  width: 90%;
  text-align: center;
  font-family: "Poppins-Light";
  font-size: 15px;
  line-height: 20px; }

.history-page .history-txt {
  margin-top: 100px;
  margin-bottom: 200px;
  font-size: 30px;
  line-height: 40px;
  text-align: center; }
.history-page .list {
  position: relative;
  padding-bottom: 50px; }
  .history-page .list .item {
    justify-content: start;
    position: relative;
    padding-bottom: 80px; }
    .history-page .list .item .text-box {
      box-sizing: border-box;
      width: 50%;
      padding-right: 60px;
      position: relative; }
      .history-page .list .item .text-box .year {
        text-align: right;
        color: #a42126;
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 30px; }
        .history-page .list .item .text-box .year:after {
          content: "\e1072";
          margin-left: 10px; }
        .history-page .list .item .text-box .year.open:after {
          content: "\e1071"; }
      .history-page .list .item .text-box .show-area {
        height: 0;
        overflow: hidden;
        transition: 500ms; }
        .history-page .list .item .text-box .show-area.open {
          height: auto; }
      .history-page .list .item .text-box .text {
        padding-top: 20px;
        padding-right: 5px;
        padding-bottom: 0;
        padding-left: 5px;
        font-size: 15px;
        font-family: "Poppins-Light";
        text-align: justify; }
      .history-page .list .item .text-box:before, .history-page .list .item .text-box:after {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #a42126;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        transform: translateX(50%); }
      .history-page .list .item .text-box:before {
        top: 15px;
        transform: translate(50%, -50%); }
      .history-page .list .item .text-box:after {
        top: auto;
        bottom: 0; }
      .history-page .list .item .text-box.open:after {
        display: block; }
    .history-page .list .item:nth-child(2n) {
      justify-content: end; }
      .history-page .list .item:nth-child(2n) .text-box {
        padding-right: 0;
        padding-left: 60px; }
        .history-page .list .item:nth-child(2n) .text-box .year {
          text-align: left;
          color: #a42126; }
          .history-page .list .item:nth-child(2n) .text-box .year:after {
            content: "";
            margin-left: 0; }
          .history-page .list .item:nth-child(2n) .text-box .year:before {
            content: "\e1072";
            margin-right: 10px; }
          .history-page .list .item:nth-child(2n) .text-box .year.open:before {
            content: "\e1073"; }
        .history-page .list .item:nth-child(2n) .text-box:before, .history-page .list .item:nth-child(2n) .text-box:after {
          top: 0;
          right: auto;
          left: 0;
          transform: translateX(-50%); }
        .history-page .list .item:nth-child(2n) .text-box:before {
          top: 15px;
          transform: translate(-50%, -50%); }
        .history-page .list .item:nth-child(2n) .text-box:after {
          top: auto;
          bottom: 0; }
    .history-page .list .item:before {
      content: "";
      position: absolute;
      top: 15px;
      left: 50%;
      transform: translateX(-50%);
      width: 2px;
      height: 100%;
      background-color: #a42126; }
    .history-page .list .item.color0:before {
      background-color: #6d7872; }
    .history-page .list .item.color0 .text-box .year {
      color: #6d7872; }
    .history-page .list .item.color0 .text-box:before, .history-page .list .item.color0 .text-box:after {
      background-color: #6d7872; }
    .history-page .list .item.color1:before {
      background-color: #315c6e; }
    .history-page .list .item.color1 .text-box .year {
      color: #315c6e; }
    .history-page .list .item.color1 .text-box:before, .history-page .list .item.color1 .text-box:after {
      background-color: #315c6e; }
    .history-page .list .item.color2:before {
      background-color: #a42126; }
    .history-page .list .item.color2 .text-box .year {
      color: #a42126; }
    .history-page .list .item.color2 .text-box:before, .history-page .list .item.color2 .text-box:after {
      background-color: #a42126; }

.qualification-text-1 {
  margin-top: 110px;
  margin-bottom: 160px; }
  .qualification-text-1 .title {
    text-align: center;
    font-size: 60px;
    font-family: "Poppins-Bold";
    line-height: 1;
    margin-bottom: 50px; }
  .qualification-text-1 .desc {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    text-indent: 2em;
    font-size: 30px;
    font-family: "Poppins-Light";
    line-height: 35px; }

.qualification-text-2 {
  background-color: #f4f4f4;
  padding-top: 70px;
  padding-bottom: 230px;
  text-align: center;
  font-size: 20px;
  font-family: "Poppins-Light";
  line-height: 25px; }

.qualification-certification {
  background-color: #f4f4f4;
  padding-top: 90px; }
  .qualification-certification .title {
    text-align: center;
    font-size: 60px;
    font-family: "Poppins-Bold";
    line-height: 1;
    margin-bottom: 65px; }
  .qualification-certification .desc {
    margin-top: 45px;
    text-align: center;
    font-size: 30px;
    font-family: "Poppins-Medium";
    line-height: 1; }

.formSet {
  margin: 40px auto 0;
  width: 70%; }
  .formSet * {
    box-sizing: border-box; }
  .formSet .input_all {
    position: relative; }
  .formSet input[type=checkbox] {
    width: 30px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: checkbox; }
  .formSet input[type=radio] {
    width: 30px;
    height: 30px;
    display: inline-block;
    cursor: pointer;
    -webkit-appearance: radio;
    border: 0; }
  .formSet label {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block; }

.contact-item {
  margin-top: 80px; }

.contact-message {
  margin-top: 90px; }
  .contact-message .text-box {
    text-align: center; }
    .contact-message .text-box .title {
      font-size: 60px;
      font-family: "Poppins-Bold";
      line-height: 70px; }
    .contact-message .text-box .text-1 {
      font-size: 20px;
      font-family: "Poppins-Light"; }

.contact-map {
  min-height: 500px;
  margin: 53px 0 40px; }

.contact-find {
  margin-top: 60px; }
  .contact-find .container {
    width: 600px;
    max-width: 600px;
    min-width: 600px; }
  .contact-find .text-1 {
    font-size: 30px;
    font-family: "Poppins-Bold";
    line-height: 30px;
    margin-bottom: 20px; }
  .contact-find .text-2 {
    font-size: 16px;
    font-family: "Poppins-Light"; }
  .contact-find .text-3 {
    line-height: 16px;
    height: 16px;
    position: relative;
    padding-left: 40px;
    font-size: 16px;
    font-family: "Poppins-Light";
    margin-top: 30px; }
    .contact-find .text-3:before {
      position: absolute;
      left: 0;
      bottom: 0;
      font-size: 30px;
      color: #22627b; }

.brand-item {
  margin-top: 81px; }

.brand-position .main-box {
  background-color: #f9f9f9;
  padding: 41px 6%; }
  .brand-position .main-box .left-box {
    flex: 0 0 auto;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    flex-direction: column;
    justify-content: center; }
  .brand-position .main-box .right-box {
    flex: 1 1 auto;
    margin-left: 50px;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 50px;
    border-left: 2px solid #194558; }
    .brand-position .main-box .right-box .text-box {
      font-size: 20px;
      font-family: "Poppins-Light";
      line-height: 26px; }
    .brand-position .main-box .right-box .list {
      margin-top: 60px; }
      .brand-position .main-box .right-box .list .item {
        height: 33px;
        line-height: 33px;
        margin-bottom: 10px;
        font-size: 15px;
        font-family: "Poppins-Regular"; }
        .brand-position .main-box .right-box .list .item .txt-1 {
          height: 36px;
          background-color: #194558;
          color: #fff;
          width: 180px;
          text-align: center;
          margin-right: 18px; }

.brand-four {
  margin-top: 96px; }
  .brand-four .text-box {
    width: 1000px; }
    .brand-four .text-box .text-1 {
      font-size: 40px;
      font-family: "Poppins-Medium";
      line-height: 40px;
      margin-bottom: 4px; }
    .brand-four .text-box .text-2 {
      margin-top: 15px;
      font-size: 15px;
      font-family: "Poppins-Light";
      line-height: 20px; }
  .brand-four .list {
    margin-top: 70px;
    background-color: #ecf0f1; }
    .brand-four .list .item .pic {
      width: 50%;
      flex: 0 0 auto; }
    .brand-four .list .item .text {
      padding: 114px 4% 7% 73px; }
      .brand-four .list .item .text .title {
        font-size: 40px;
        font-family: "Poppins-Bold";
        line-height: 1; }
      .brand-four .list .item .text .desc {
        margin-top: 36px;
        font-size: 15px;
        font-family: "Poppins-Light"; }
      .brand-four .list .item .text .more {
        margin-top: 16px;
        margin-right: 0;
        margin-left: auto; }
        .brand-four .list .item .text .more .more-a {
          display: inline-block;
          height: 40px;
          line-height: 40px;
          font-family: "Poppins-Medium";
          font-size: 15px;
          padding-right: 40px; }
          .brand-four .list .item .text .more .more-a:before {
            width: 30px; }
    .brand-four .list .item:nth-child(2n+1) {
      flex-direction: row-reverse; }

.brand-exhibition {
  margin-top: 133px; }
  .brand-exhibition .text-box {
    width: 1200px;
    margin: 0 auto;
    text-align: center; }
    .brand-exhibition .text-box .text-1 {
      font-size: 60px;
      font-family: "Poppins-Bold";
      line-height: 50px; }
    .brand-exhibition .text-box .text-2 {
      margin-top: 30px;
      font-size: 20px;
      font-family: "Poppins-Light";
      line-height: 26px; }
  .brand-exhibition .roll-box {
    margin-top: 45px; }

.solutions-item {
  margin-top: 60px; }

.solutions-text .text-box {
  width: 900px;
  margin: 0 auto; }
  .solutions-text .text-box .title {
    text-align: center;
    font-size: 72px;
    font-family: "Poppins-SemiBold";
    line-height: 72px;
    margin-bottom: 20px; }
  .solutions-text .text-box .desc {
    text-align: center;
    font-size: 25px;
    font-family: "Poppins-Light";
    line-height: 40px; }

.solutions-media {
  margin-top: 100px;
  margin-bottom: 100px; }
  .solutions-media .text {
    text-align: center;
    font-size: 40px;
    font-family: "Poppins-SemiBold";
    line-height: 40px; }
  .solutions-media .list {
    margin-top: 176px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 60px;
    grid-column-gap: 30px; }
    .solutions-media .list > * {
      margin: 0;
      overflow: clip;
      width: 100%; }
    .solutions-media .list .item {
      position: relative;
      padding-bottom: 40px; }
      .solutions-media .list .item .title {
        margin-top: 34px;
        margin-bottom: 22px;
        font-size: 25px;
        font-family: "Poppins-Regular";
        line-height: 25px; }
      .solutions-media .list .item .desc {
        font-size: 15px;
        font-family: "Poppins-Light";
        line-height: 25px; }
      .solutions-media .list .item .more {
        position: absolute;
        right: 0;
        bottom: 0; }
        .solutions-media .list .item .more .more-a {
          display: inline-block;
          height: 40px;
          line-height: 40px;
          font-family: "Poppins-Medium";
          font-size: 15px;
          padding-right: 40px; }
          .solutions-media .list .item .more .more-a:before {
            width: 30px; }
      .solutions-media .list .item:nth-child(4) {
        grid-column-start: 1;
        grid-column-end: 4; }

.solutions-message {
  background-color: #f9f9f9;
  padding: 78px 0; }
  .solutions-message .text-box {
    width: 840px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 250px; }
    .solutions-message .text-box .text-1 {
      font-size: 40px;
      font-family: "Poppins-SemiBold";
      line-height: 40px;
      margin-bottom: 70px; }
    .solutions-message .text-box .text-2 {
      font-size: 25px;
      font-family: "Poppins-Light";
      line-height: 30px;
      margin-bottom: 50px; }
    .solutions-message .text-box .text-3 {
      font-size: 40px;
      font-family: "Poppins-SemiBold";
      line-height: 55px; }
  .solutions-message .formSet .radio-box {
    display: inline-block;
    position: relative; }
    .solutions-message .formSet .radio-box + .radio-box {
      margin-left: 100px; }
  .solutions-message .formSet dl dt {
    font-size: 20px; }
  .solutions-message .formSet dl .text-form {
    text-align: center;
    font-family: "Poppins-Light";
    font-size: 15px; }
  .solutions-message .formSet dl + dl {
    margin-top: 20px; }

.download-page {
  background-color: #010506;
  color: #fff;
  padding-top: 70px;
  padding-bottom: 200px; }
  .download-page .container {
    width: 1150px;
    min-width: 1150px; }
  .download-page .path-title {
    text-align: center;
    font-size: 60px;
    font-family: "Poppins-Medium";
    margin-bottom: 50px; }
  .download-page .pic-list {
    justify-content: space-between; }
    .download-page .pic-list .pic {
      overflow: hidden;
      border-radius: 18px; }
  .download-page .list-video {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    margin-top: 30px; }
    .download-page .list-video > * {
      margin: 0;
      overflow: clip;
      width: 100%; }
  .download-page .download-pdf {
    margin-top: 110px; }
  .download-page .more {
    margin-top: 75px;
    text-align: center; }
    .download-page .more .more-a {
      box-sizing: border-box;
      display: inline-block;
      height: 50px;
      line-height: 50px;
      padding: 0 25px;
      border: 2px solid #fff;
      border-radius: 25px;
      font-size: 20px;
      font-family: "Poppins-Medium";
      color: #fff; }

.list-video {
  grid-gap: 20px; }
  .list-video .pic {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 9px; }
  .list-video .bg-black {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0; }
    .list-video .bg-black img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .list-video .bg-black:before {
      content: "";
      position: absolute;
      z-index: 4;
      width: 100%;
      height: 100%;
      left: 0;
      right: 0;
      background-color: rgba(0, 0, 0, 0.5); }
    .list-video .bg-black:after {
      content: "\e1b03";
      position: absolute;
      z-index: 5;
      font-size: 60px;
      color: #fff;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
  .list-video .video {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    background-color: #000; }
  .list-video .viewVideo {
    position: absolute;
    z-index: 6;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    display: none; }
  .list-video .title {
    margin-top: 13px;
    font-size: 20px;
    font-family: Poppins-Medium;
    line-height: 1; }

.video-div {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  cursor: pointer;
  z-index: 99999999999999999999999999;
  background-color: rgba(0, 0, 0, 0.4); }
  .video-div .video-box {
    height: 90%;
    width: 90%;
    position: relative;
    top: 5%;
    left: 5%;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 20px;
    overflow: hidden;
    outline: none; }
    .video-div .video-box iframe {
      width: 100%;
      height: 100%;
      outline: none;
      border: none; }
    .video-div .video-box .close-div {
      position: absolute;
      z-index: 2;
      right: 10px;
      top: 10px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      font-size: 20px;
      background-color: #fff;
      color: #22627b;
      border-radius: 40px; }
    .video-div .video-box .title-box {
      position: absolute;
      z-index: 1;
      left: 0;
      top: 0;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.8);
      color: #fff;
      font-size: 20px;
      text-align: center;
      line-height: 2.5em; }

.list-pdf {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  grid-row-gap: 20px;
  grid-column-gap: 20px; }
  .list-pdf > * {
    margin: 0;
    overflow: clip;
    width: 100%; }
  .list-pdf .pic {
    padding-bottom: 61.8%;
    border-radius: 9px; }
  .list-pdf .title {
    color: #fff;
    margin-top: 13px;
    font-size: 20px;
    font-family: Poppins-Medium;
    line-height: 1; }

.show-page .content .panels {
  font-family: Arial; }

.pro-list-page {
  padding-top: 80px; }
  .pro-list-page .list-pro {
    grid-gap: 50px 30px; }
    .pro-list-page .list-pro .item {
      background-color: #f7f7f7; }
      .pro-list-page .list-pro .item:hover .pic img {
        transform: scale(1.05); }
    .pro-list-page .list-pro .pic img {
      transition: all 0.5s ease-out 0s; }
    .pro-list-page .list-pro .text-box {
      padding: 0 2% 30px;
      font-size: 20px;
      font-family: "Poppins-Regular"; }
      .pro-list-page .list-pro .text-box .model {
        font-size: 15px;
        height: 18px;
        line-height: 18px;
        margin-top: 15px;
        margin-bottom: 10px; }
      .pro-list-page .list-pro .text-box .title {
        line-height: 25px; }

.pro-show-page {
  margin-top: 80px; }
  .pro-show-page .head-box .title {
    font-size: 46px;
    font-family: "Poppins-Medium";
    line-height: 50px;
    margin-bottom: 30px;
    text-align: center; }
  .pro-show-page .head-box .img-param-box .images-box {
    margin-right: 50px; }
    .pro-show-page .head-box .img-param-box .images-box .small-area {
      margin-top: 30px; }
      .pro-show-page .head-box .img-param-box .images-box .small-area .swiper-button-prev, .pro-show-page .head-box .img-param-box .images-box .small-area .swiper-button-next {
        background-color: #0d5d6d;
        color: #fff; }
        .pro-show-page .head-box .img-param-box .images-box .small-area .swiper-button-prev:after, .pro-show-page .head-box .img-param-box .images-box .small-area .swiper-button-next:after {
          font-size: 16px; }
        .pro-show-page .head-box .img-param-box .images-box .small-area .swiper-button-prev:hover, .pro-show-page .head-box .img-param-box .images-box .small-area .swiper-button-next:hover {
          background-color: #26799d;
          color: #fff; }
      .pro-show-page .head-box .img-param-box .images-box .small-area .small-roll-box {
        overflow-y: unset; }
      .pro-show-page .head-box .img-param-box .images-box .small-area .swiper-slide {
        border: 2px solid #b1b1b1; }
        .pro-show-page .head-box .img-param-box .images-box .small-area .swiper-slide.swiper-slide-thumb-active {
          border-color: #26799d;
          position: relative; }
          .pro-show-page .head-box .img-param-box .images-box .small-area .swiper-slide.swiper-slide-thumb-active:before {
            content: "";
            width: 0;
            height: 0;
            border-left: 20px solid transparent;
            border-right: 20px solid transparent;
            border-top: 0;
            border-bottom: 20px solid #26799d;
            position: absolute;
            z-index: 2;
            top: 0px;
            left: 50%;
            transform: translate(-50%, -100%); }
  .pro-show-page .head-box .img-param-box .param-box .model {
    height: 40px;
    line-height: 40px;
    font-size: 30px; }
  .pro-show-page .head-box .img-param-box .param-box .param-box-1, .pro-show-page .head-box .img-param-box .param-box .param-box-2, .pro-show-page .head-box .img-param-box .param-box .param-box-3 {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 2px solid #ddd; }
    .pro-show-page .head-box .img-param-box .param-box .param-box-1 .item, .pro-show-page .head-box .img-param-box .param-box .param-box-2 .item, .pro-show-page .head-box .img-param-box .param-box .param-box-3 .item {
      line-height: 30px;
      margin-left: 30px;
      margin-bottom: 10px;
      list-style-type: disc; }
      .pro-show-page .head-box .img-param-box .param-box .param-box-1 .item:last-child, .pro-show-page .head-box .img-param-box .param-box .param-box-2 .item:last-child, .pro-show-page .head-box .img-param-box .param-box .param-box-3 .item:last-child {
        margin-bottom: 0; }
      .pro-show-page .head-box .img-param-box .param-box .param-box-1 .item .k, .pro-show-page .head-box .img-param-box .param-box .param-box-2 .item .k, .pro-show-page .head-box .img-param-box .param-box .param-box-3 .item .k {
        flex: 0 0 auto;
        font-size: 18px;
        margin-right: 10px; }
      .pro-show-page .head-box .img-param-box .param-box .param-box-1 .item .v, .pro-show-page .head-box .img-param-box .param-box .param-box-2 .item .v, .pro-show-page .head-box .img-param-box .param-box .param-box-3 .item .v {
        flex: 1 1 auto;
        color: #0d5d6d;
        font-size: 18px;
        font-family: "Poppins-Regular"; }
  .pro-show-page .head-box .img-param-box .param-box .btn-list {
    margin-top: 50px;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    justify-content: end; }
    .pro-show-page .head-box .img-param-box .param-box .btn-list .btn {
      padding: 0 20px;
      height: 34px;
      line-height: 34px;
      background-color: #0d5d6d;
      font-size: 15px;
      font-family: "Poppins-Light";
      color: #fff;
      cursor: pointer;
      position: relative;
      margin-left: 25px; }
      .pro-show-page .head-box .img-param-box .param-box .btn-list .btn:before {
        margin-right: 10px; }
  .pro-show-page .content {
    margin-top: 50px;
    margin-bottom: 50px; }
  .pro-show-page .messages-box {
    margin-top: 80px; }
    .pro-show-page .messages-box .formSet {
      width: 60%;
      margin: 0 auto; }

.cases-list-page .list-cases {
  grid-gap: 50px 30px; }
  .cases-list-page .list-cases .item {
    background-color: #f7f7f7; }
    .cases-list-page .list-cases .item .pic img {
      transition: all 0.5s ease-out 0s; }
    .cases-list-page .list-cases .item .pic .title-box {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 6;
      background-color: rgba(0, 0, 0, 0);
      transition: all 0.5s ease-out 0s;
      transform: scaleY(0);
      transform-origin: top; }
    .cases-list-page .list-cases .item .pic .title {
      box-sizing: border-box;
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important;
      flex-direction: column;
      align-content: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      padding: 30px; }
      .cases-list-page .list-cases .item .pic .title span {
        text-align: center;
        color: #fff;
        font-size: 28px; }
    .cases-list-page .list-cases .item:hover .pic img {
      transform: scale(1.05); }
    .cases-list-page .list-cases .item:hover .pic .title-box {
      display: block;
      background-color: rgba(0, 0, 0, 0.6);
      transform: scaleY(1); }

.cases-show-page {
  margin-top: 80px; }
  .cases-show-page .contentBox .title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 40px;
    text-align: center; }

.news-list-page .list-news {
  margin-top: 80px; }
  .news-list-page .list-news .item + .item {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee; }
  .news-list-page .list-news .item .pic {
    flex: 0 0 auto;
    margin-right: 50px;
    max-width: 20%;
    max-height: 200px; }
  .news-list-page .list-news .item .text-box {
    flex: 1 1 auto;
    position: relative; }
    .news-list-page .list-news .item .text-box .title {
      font-size: 25px;
      line-height: 30px;
      margin-bottom: 20px; }
    .news-list-page .list-news .item .text-box .desc {
      font-size: 15px;
      font-family: "Poppins-Light";
      line-height: 20px; }
    .news-list-page .list-news .item .text-box .date {
      position: absolute;
      right: 0;
      bottom: 0;
      line-height: 20px;
      color: #999;
      font-weight: normal; }

.news-show-page {
  margin-top: 80px; }
  .news-show-page .contentBox .title {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: center; }
  .news-show-page .contentBox .time {
    font-size: 15px;
    line-height: 15px;
    margin-bottom: 40px;
    text-align: center; }

.agent-item {
  margin-top: 80px; }

.agent-list-page .agent-list-text {
  margin-top: 114px; }
  .agent-list-page .agent-list-text .title {
    width: 85%;
    margin: 0 auto 30px;
    text-align: center;
    font-size: 60px;
    font-family: 'Poppins-Bold';
    line-height: 1; }
  .agent-list-page .agent-list-text .desc {
    width: 85%;
    margin: 0 auto;
    font-size: 30px;
    font-family: "Poppins-Light";
    line-height: 40px;
    text-align: center; }
.agent-list-page .list-agent {
  margin-top: 115px; }
  .agent-list-page .list-agent .item {
    background-color: #f4f4f4;
    flex-direction: row-reverse; }
    .agent-list-page .list-agent .item .pic {
      max-width: 55%;
      flex: 0 0 auto; }
    .agent-list-page .list-agent .item .text-box {
      border-right: 30px solid #fff;
      display: -webkit-flex !important;
      display: flex !important;
      -ms-display: flex !important;
      flex-direction: column;
      justify-content: center;
      padding: 0 50px; }
      .agent-list-page .list-agent .item .text-box .title {
        font-family: "Poppins-Bold";
        font-size: 33px;
        line-height: 33px;
        margin-bottom: 40px; }
      .agent-list-page .list-agent .item .text-box .desc {
        font-size: 15px;
        font-family: "Poppins-Light";
        line-height: 20px; }
    .agent-list-page .list-agent .item + .item {
      margin-top: 30px; }
.agent-list-page .agent-banner-bottom {
  flex-direction: column;
  margin-top: 65px;
  text-align: center;
  justify-content: center; }
  .agent-list-page .agent-banner-bottom .text {
    color: #fff;
    font-size: 60px;
    font-family: "Poppins-Bold";
    line-height: 1; }
  .agent-list-page .agent-banner-bottom .btn {
    display: inline-block;
    margin: 53px auto 0; }
    .agent-list-page .agent-banner-bottom .btn .btn-a {
      display: block;
      height: 47px;
      line-height: 47px;
      border-radius: 5px;
      background-color: #fff;
      color: #184558;
      padding: 0 17px;
      font-size: 20px;
      font-family: "Poppins-Light"; }

.agent-joining-page .agent-join-text .left-box {
  display: -webkit-flex !important;
  display: flex !important;
  -ms-display: flex !important;
  flex-direction: column;
  justify-content: center;
  font-family: "Poppins-Light";
  font-size: 15px; }
  .agent-joining-page .agent-join-text .left-box .text + .text {
    margin-top: 20px; }
.agent-joining-page .agent-join-text .right-box {
  flex: 0 0 auto;
  margin-left: 50px; }

.agent-applying {
  background-color: #184558;
  padding: 92px 0 70px;
  text-align: center;
  color: #fff; }
  .agent-applying .text-1 {
    font-size: 60px;
    font-family: "Poppins-Bold";
    line-height: 75px;
    margin-bottom: 20px; }
  .agent-applying .text-2 {
    width: 800px;
    margin: 0 auto 30px;
    font-size: 20px;
    font-family: "Poppins-Light";
    line-height: 22px; }
  .agent-applying .btn {
    display: inline-block;
    margin: 0 auto; }
    .agent-applying .btn .btn-a {
      display: block;
      padding: 15px 20px;
      border-radius: 10px;
      background-color: #fff;
      color: #184558; }

.agent-benefits {
  background-position: top center;
  background-repeat: repeat-x;
  margin-top: 0;
  height: 1000px; }
  .agent-benefits .container {
    position: relative;
    height: 100%; }
    .agent-benefits .container .position {
      position: absolute;
      right: 10px;
      bottom: 162px;
      text-align: right; }
  .agent-benefits .text-1 {
    font-size: 60px;
    font-family: "Poppins-Bold";
    line-height: 1;
    margin-bottom: 20px;
    color: #fff; }
  .agent-benefits .text-2 {
    font-size: 30px;
    font-family: "Poppins-Light";
    line-height: 1;
    color: #fff; }
  .agent-benefits .btn {
    display: inline-block;
    margin-top: 15px; }
    .agent-benefits .btn .btn-a {
      display: block;
      padding: 15px 20px;
      border-radius: 10px;
      background-color: #fff;
      color: #184558; }

.agent-top {
  margin-top: 0;
  padding: 133px 0;
  background-color: #fafafa; }
  .agent-top .list-agent .item .pic {
    max-width: 55%;
    flex: 0 0 auto; }
  .agent-top .list-agent .item .text-box {
    position: relative;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    flex-direction: column;
    justify-content: center;
    padding: 0 0px 0 68px; }
    .agent-top .list-agent .item .text-box .title {
      font-family: "Poppins-Bold";
      font-size: 33px;
      line-height: 33px;
      margin-bottom: 40px; }
    .agent-top .list-agent .item .text-box .desc {
      font-size: 15px;
      font-family: "Poppins-Light";
      line-height: 20px; }
    .agent-top .list-agent .item .text-box .more {
      position: absolute;
      right: 50px;
      bottom: 0px; }
      .agent-top .list-agent .item .text-box .more .more-a {
        display: inline-block;
        height: 40px;
        line-height: 40px;
        font-family: "Poppins-Medium";
        font-size: 15px;
        padding-right: 40px; }
        .agent-top .list-agent .item .text-box .more .more-a:before {
          width: 30px; }

.agent-bring-page .agent-bring .left-box {
  flex: 0 0 auto;
  margin-right: 86px; }
.agent-bring-page .agent-bring .right-box {
  flex: 1 1 auto;
  display: -webkit-flex !important;
  display: flex !important;
  -ms-display: flex !important;
  flex-direction: column;
  justify-content: center;
  font-family: "Poppins-Light";
  font-size: 15px; }
  .agent-bring-page .agent-bring .right-box .text + .text {
    margin-top: 22px; }
.agent-bring-page .agent-bring-applying {
  height: 450px; }
  .agent-bring-page .agent-bring-applying .container {
    height: 100%;
    text-align: center;
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    flex-direction: column;
    justify-content: center; }
    .agent-bring-page .agent-bring-applying .container .text-1 {
      color: #fff;
      font-family: "Poppins-Bold";
      font-size: 60px;
      line-height: 70px; }
    .agent-bring-page .agent-bring-applying .container .btn {
      display: inline-block;
      margin: 20px auto 0; }
      .agent-bring-page .agent-bring-applying .container .btn .btn-a {
        display: block;
        padding: 15px 20px;
        border-radius: 10px;
        background-color: #fff;
        color: #184558; }
.agent-bring-page .agent-you-will {
  margin-top: 60px; }
  .agent-bring-page .agent-you-will .title-box {
    font-family: "Poppins-Bold";
    font-size: 40px;
    margin-bottom: 15px; }
  .agent-bring-page .agent-you-will .list {
    justify-content: space-between; }
    .agent-bring-page .agent-you-will .list .box {
      width: 48%;
      font-family: "Poppins-Light";
      font-size: 15px;
      line-height: 24px; }
      .agent-bring-page .agent-you-will .list .box .item {
        list-style-type: disc; }
        .agent-bring-page .agent-you-will .list .box .item + .item {
          margin-top: 10px; }

.agent-apply-page .text {
  margin: 80px auto 100px;
  text-align: center;
  width: 80%;
  font-size: 20px;
  line-height: 30px; }
.agent-apply-page .formSet {
  width: 600px; }
  .agent-apply-page .formSet .radio-box {
    display: inline-block;
    position: relative; }
    .agent-apply-page .formSet .radio-box + .radio-box {
      margin-left: 100px; }
  .agent-apply-page .formSet dl dt {
    font-size: 20px; }
  .agent-apply-page .formSet dl .text-form {
    text-align: center;
    font-family: "Poppins-Light";
    font-size: 15px; }
  .agent-apply-page .formSet dl + dl {
    margin-top: 20px; }

.tags-box {
  background-color: #ecf0f1;
  margin-top: 60px;
  padding-top: 80px;
  padding-bottom: 80px; }
  .tags-box .title-box {
    line-height: 30px;
    font-size: 30px;
    font-family: "Poppins-Medium";
    margin-bottom: 30px;
    color: #000; }
    .tags-box .title-box img {
      width: auto;
      height: 200px; }

.pop-content .contact-message {
  margin-top: 0;
  padding-top: 30px; }
  .pop-content .contact-message .container {
    max-width: 98%;
    min-width: 50%; }
  .pop-content .contact-message .formSet {
    width: 80%; }

.pop-div {
  display: -webkit-flex !important;
  display: flex !important;
  -ms-display: flex !important;
  justify-content: center;
  align-items: center;
  transform: scaleY(0);
  transform-origin: top;
  position: fixed;
  z-index: 99999999999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6); }
  .pop-div .iframe-box {
    position: relative;
    background-color: #fff;
    width: 80%;
    height: 90%;
    max-width: 1000px;
    max-height: 90%; }
    .pop-div .iframe-box .close-div {
      position: absolute;
      right: 10px;
      top: 10px; }
    .pop-div .iframe-box iframe {
      width: 100%;
      height: 100%;
      border: 0; }
  .pop-div.open {
    transform: scaleY(1); }

.footer-basket-div .basket-ico {
  position: fixed;
  z-index: 3;
  bottom: 100px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #0d5d6d;
  border-radius: 25px;
  cursor: pointer;
  font-size: 30px;
  line-height: 50px;
  text-align: center; }
  .footer-basket-div .basket-ico:before {
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff; }
  .footer-basket-div .basket-ico .inquiry-number {
    position: absolute;
    top: 0;
    right: -5px;
    width: 20px;
    height: 20px;
    background-color: #f00;
    border-radius: 10px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    display: none; }
  .footer-basket-div .basket-ico.hasInquiry .inquiry-number {
    display: block; }
.footer-basket-div .basket-main-div {
  position: fixed;
  right: 0;
  bottom: -100%;
  z-index: 5;
  width: 230px;
  box-shadow: 0 0 5px 0 #0d5d6d;
  background-color: #fff;
  transition: 500ms; }
  .footer-basket-div .basket-main-div .basket-title {
    height: 40px;
    line-height: 40px;
    background-color: #0d5d6d;
    color: #fff;
    text-align: center; }
    .footer-basket-div .basket-main-div .basket-title .btn-hide {
      position: absolute;
      width: 40px;
      text-align: center;
      left: 0;
      top: 0;
      cursor: pointer; }
    .footer-basket-div .basket-main-div .basket-title .inquiry-number {
      color: #f00; }
  .footer-basket-div .basket-main-div .basket-list {
    padding: 10px;
    height: 200px;
    overflow-y: scroll; }
    .footer-basket-div .basket-main-div .basket-list .item {
      padding-bottom: 5px; }
      .footer-basket-div .basket-main-div .basket-list .item + .item {
        padding-top: 5px;
        border-top: 1px solid #0d5d6d; }
      .footer-basket-div .basket-main-div .basket-list .item:hover .text-box .deleteToBasket {
        display: block;
        cursor: pointer; }
    .footer-basket-div .basket-main-div .basket-list .pic {
      width: 40px;
      overflow: hidden;
      flex: none;
      margin-right: 10px; }
    .footer-basket-div .basket-main-div .basket-list .text-box {
      width: 200px;
      flex: auto;
      width: 150px;
      font-size: 12px; }
      .footer-basket-div .basket-main-div .basket-list .text-box a {
        color: #184558; }
      .footer-basket-div .basket-main-div .basket-list .text-box .deleteToBasket {
        display: none;
        color: #0d5d6d; }
  .footer-basket-div .basket-main-div .basket-footer {
    display: -webkit-flex !important;
    display: flex !important;
    -ms-display: flex !important;
    justify-content: space-between;
    padding: 10px; }
    .footer-basket-div .basket-main-div .basket-footer .btn {
      height: 30px;
      line-height: 30px;
      padding: 0 10px;
      background-color: #e64545;
      color: #f8f8f8;
      border-radius: 5px;
      cursor: pointer; }
      .footer-basket-div .basket-main-div .basket-footer .btn a {
        color: #f8f8f8; }
      .footer-basket-div .basket-main-div .basket-footer .btn.empty {
        background-color: #f8f8f8;
        color: #e64545; }
  .footer-basket-div .basket-main-div.hideDiv {
    bottom: -100%; }
  .footer-basket-div .basket-main-div.showDiv {
    bottom: 0; }

.swiper-button-prev, .swiper-button-next {
  background-color: rgba(38, 121, 157, 0.2);
  color: #fff; }
  .swiper-button-prev:hover, .swiper-button-next:hover {
    background-color: rgba(38, 121, 157, 0.9); }
  .swiper-button-prev:after, .swiper-button-next:after {
    font-size: 30px; }

.swiper-pagination-bullet-active {
  background-color: rgba(39, 172, 230, 0.9); }

.inquire-list-page {
  margin-top: 100px; }
  .inquire-list-page .inquireToBasket, .inquire-list-page .thead-table {
    width: 70%;
    margin: 0 auto; }
    .inquire-list-page .inquireToBasket th, .inquire-list-page .inquireToBasket td, .inquire-list-page .thead-table th, .inquire-list-page .thead-table td {
      padding: 10px 20px;
      vertical-align: center;
      border: 1px solid #eee;
      background-color: #fff; }
    .inquire-list-page .inquireToBasket th, .inquire-list-page .thead-table th {
      background-color: #ccc; }
    .inquire-list-page .inquireToBasket tr, .inquire-list-page .thead-table tr {
      width: 100%; }
      .inquire-list-page .inquireToBasket tr .td-pic, .inquire-list-page .thead-table tr .td-pic {
        width: 200px;
        text-align: center; }
      .inquire-list-page .inquireToBasket tr .td-Options, .inquire-list-page .thead-table tr .td-Options {
        width: 200px;
        text-align: center; }
      .inquire-list-page .inquireToBasket tr .td-name, .inquire-list-page .thead-table tr .td-name {
        width: auto;
        text-align: left; }


