body {
  font-family: 'Microsoft JhengHei', 'Lato', 'Arial', sans-serif;
  font-size: 18px;
  color: #1A1616;
  line-height: 1.5; }

a {
  color: #1A1616; }
  a:hover {
    text-decoration: none;
    color: #1A1616; }

p, h4, h3, h2 {
  margin-bottom: 0;
  line-height: 1.5; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

img {
  max-width: 100%; }

div {
  box-sizing: border-box; }

button:focus {
  outline: 0; }

.show-mb {
  display: none; }
@media (max-width: 767px) {
  .show-pc {
    display: none; }
  .show-mb {
    display: flex; } }

.container {
  position: relative;
  max-width: 1172px; }
  @media (max-width: 991px) {
    .container {
      max-width: 100%; } }

.scroll-top {
  cursor: pointer;
  width: 47px;
  height: 47px;
  background-color: #fff;
  border-radius: 50%; }

.breadcrumb {
  background-color: transparent;
  padding: 15px 0 20px;
  margin-bottom: 0;
  letter-spacing: 1.3px; }
  .breadcrumb a {
    color: #707070; }
  .breadcrumb-item {
    font-size: 15px; }
    .breadcrumb-item img {
      position: relative;
      top: -3px;
      margin-right: 5px; }
    .breadcrumb-item + .breadcrumb-item::before {
      content: "";
      background-image: url(../img/ic-arr.png);
      width: 12px;
      height: 12px;
      background-size: contain;
      background-repeat: no-repeat; }

.content-box .content-title {
  font-size: 35px;
  display: inline-block;
  padding: 5px 10px;
  padding-top: 0;
  margin-bottom: 3%; }
@media (max-width: 575px) {
  .content-box .content-title {
    margin-bottom: 25px; } }

.pagination-box {
  margin-top: 5%; }
  .pagination-box .pagination {
    justify-content: center;
    flex-wrap: wrap; }
  .pagination-box .page-item.active .page-link {
    background-color: rgba(112, 112, 112, 0.81);
    color: #fff;
    border-color: rgba(112, 112, 112, 0.81); }
  .pagination-box .page-link {
    border: 1px solid rgba(112, 112, 112, 0.81);
    color: rgba(112, 112, 112, 0.81);
    border-radius: .25rem;
    margin: 0 4.5px 5px;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -1px; }
    .pagination-box .page-link:hover {
      background-color: rgba(112, 112, 112, 0.81);
      color: #fff; }
    .pagination-box .page-link.dot span {
      position: relative;
      top: -5px; }
    .pagination-box .page-link.double-left img:nth-child(2) {
      margin-left: -3px; }
    .pagination-box .page-link.double-right img:nth-child(1) {
      margin-right: -3px; }
  @media (max-width: 767px) {
    .pagination-box .page-link {
      margin: 0 5px 5px; } }

.scroll-top, .scroll-line {
  position: fixed;
  right: 5%; }
.scroll-top {
  bottom: 10%; }
.scroll-line {
  bottom: calc(10% + 60px); }
  .scroll-line img {
    width: 47px; }
@media (max-width: 1140px) {
  .scroll {
    right: 10px; } }

.mtitle {
  text-align: center;
  letter-spacing: 1.8px;
  position: relative;
  margin-bottom: 3%; }
  .mtitle::after {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    bottom: 25%; }
  .mtitle .cn {
    font-size: 32px;
    display: inline-block;
    padding: 0 4%; }
  .mtitle .en {
    font-size: 24px;
    color: #ffe60a;
    font-family: Helvetica, sans-serif;
    font-weight: 500; }
  .mtitle > div {
    position: relative;
    z-index: 3; }

.header-box {
  z-index: 30;
  border-top: 15px solid rgb(255, 208, 0);
  background-color: #fff;
  position: sticky;
  top: 0; }
  .header-box .navbar {
    padding: 10px 0 25px; }
    .header-box .navbar-brand {
      max-width: 230px;
      padding-left: 15px; }
    .header-box .navbar-toggler {
      padding: 0; }
  .header-box .nav-item {
    position: relative;
    margin-left: 30px; }
    .header-box .nav-item.dropdown {
      margin-right: 10px; }
    .header-box .nav-item.active .nav-link {
      color: #1a1616; }
  .header-box .nav-link {
    color: rgba(26, 22, 22, 0.5);
    width: 100%; }
  .header-box .dropdown-menu {
    margin-top: -5px; }
  .header-box .dropdown-item {
    color: rgba(26, 22, 22, 0.5); }
    .header-box .dropdown-item img {
      display: none; }
    .header-box .dropdown-item:hover, .header-box .dropdown-item:focus {
      background-color: rgba(255, 208, 0, 0.2); }
  .header-box .dropdown-toggle::after {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0;
    vertical-align: 0;
    content: "\e908";
    font-family: 'icomoon';
    border: none; }
  @media (max-width: 800px) {
    .header-box .nav-item {
      margin-left: 15px; }
      .header-box .nav-item.dropdown {
        margin-right: 5px; } }
  @media (max-width: 767px) {
    .header-box .dropdown-toggle::after {
      right: 30px; }
    .header-box .dropdown-menu {
      position: relative;
      background-color: transparent;
      border: none;
      padding: 0;
      margin: 0; }
      .header-box .dropdown-menu .dropdown-item {
        font-size: 18px; }
        .header-box .dropdown-menu .dropdown-item img {
          display: inline-block;
          margin-right: 5px; }
        .header-box .dropdown-menu .dropdown-item:hover {
          background-color: transparent;
          color: #fbf036; }
    .header-box .navbar {
      padding-bottom: 15px; }
      .header-box .navbar-brand {
        max-width: 180px; }
      .header-box .navbar-toggler {
        position: relative; }
        .header-box .navbar-toggler.menu-toggle-box .menu-btn {
          display: none; }
        .header-box .navbar-toggler.menu-toggle-box .close-btn {
          display: block; }
        .header-box .navbar-toggler .close-btn {
          display: none; }
        .header-box .navbar-toggler .menu-btn {
          display: block; }
      .header-box .navbar-collapse {
        padding: 15px 40px;
        position: fixed;
        width: 100%;
        height: calc(100% - 100px);
        top: 100px;
        background-color: rgba(112, 112, 112, 0.9);
        overflow: auto;
        z-index: 3; }
        .header-box .navbar-collapse.open {
          display: block; }
        .header-box .navbar-collapse a {
          color: #fff; }
          .header-box .navbar-collapse a:hover {
            color: #fbf036; } }

.overflow {
  overflow: hidden; }

.footer-box {
  background-color: rgb(255, 208, 0);
  padding: 30px 0; }
  .footer-box h3 {
    margin-bottom: 30px;
    font-size: 30px; }
  .footer-box p {
    margin-bottom: 15px; }
.footer-line {
  width: 100%;
  height: 20px;
  background-color: rgba(255, 208, 0, 0.75);
  margin-top: 5%; }
.footer-qrcode {
  text-align: center; }
  .footer-qrcode img {
    max-width: 117px;
    margin-bottom: 10px; }
@media (max-width: 767px) {
  .footer-qrcode {
    flex-direction: column;
    padding-top: 4%;
    border-top: 1px solid rgba(128, 120, 4, 0.15);
    margin-top: 5%; }
    .footer-qrcode img {
      margin: 0 auto; } }

.copyright {
  padding: 15px 0;
  font-size: 16px; }

.require::before {
  content: "*";
  color: #FF0000; }

.form-control, .btn {
  border-radius: 0;
  padding: 6px 15px; }

.form-control:focus {
  border-color: #fbf036; }
.form-control::placeholder {
  color: rgba(80, 80, 80, 0.5); }

.page-banner .txt {
  background-image: url(../img/page/page-banner-txt-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 70px 10px;
  height: 100%;
  font-size: 20px;
  color: #222222; }
.page-banner .img {
  height: 308px;
  overflow: hidden; }
  .page-banner .img img {
    object-position: center;
    object-fit: cover;
    width: 100%;
    height: 100%; }
.page-banner .col-md-3 {
  padding-right: 0; }
.page-banner .col-md-9 {
  padding-left: 0; }
  .page-banner .col-md-9 img {
    height: 100%; }
.page-product-item {
  display: block;
  width: calc(100% / 4 - 15px);
  margin-right: 20px; }
  .page-product-item:nth-child(4n+4) {
    margin-right: 0; }
.page-item-title {
  font-size: 16px;
  color: rgba(112, 112, 112, 0.81);
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 47px; }
@media (max-width: 767px) {
  .page-banner .col-md-3 {
    padding: 0;
    order: 2; }
    .page-banner .col-md-3 .txt {
      padding: 40px 5%; }
  .page-banner .col-md-9 {
    padding: 0;
    order: 1; }
  .page-product-item {
    width: calc(100% / 2 - 15px); }
    .page-product-item:nth-child(2n+2), .page-product-item:nth-child(4n+4) {
      margin-right: 0; } }

.page-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #585858;
  font-size: 14px;
  margin-bottom: 6px;
  position: relative; }
  .page-btn::after {
    content: "";
    width: 60px;
    height: 60px;
    display: block;
    background-color: rgba(255, 208, 0, 0.2);
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%; }

.case-breadcrumb-box .breadcrumb {
  border-top: 5px solid rgba(255, 208, 0, 0.3); }
.case-item {
  padding: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(26, 22, 22, 0.36);
  margin-bottom: 30px;
  transition: all .3s; }
  .case-item .img {
    border: 1px solid #707070;
    height: 210px;
    overflow: hidden; }
    .case-item .img img {
      object-position: center;
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .case-item:hover {
    background-color: rgba(255, 208, 0, 0.2);
    box-shadow: none; }
.case-title {
  margin-bottom: 8px; }
@media (max-width: 1100px) {
  .case-item .img {
    height: 180px; } }
@media (max-width: 900px) {
  .case-item .img {
    height: 135px; } }
@media (max-width: 767px) {
  .case-item {
    margin-bottom: 20px; }
    .case-item .img {
      height: 210px; } }
@media (max-width: 575px) {
  .case-item .img {
    height: 160px; } }
@media (max-width: 420px) {
  .case-item .img {
    height: 140px; } }
@media (max-width: 375px) {
  .case-item .img {
    height: 100px; } }

.case-detail-title {
  font-size: 20px;
  color: rgba(88, 88, 88, 0.81);
  padding-bottom: 13px;
  border-bottom: 2px solid rgba(255, 208, 0, 0.2);
  margin-bottom: 13px; }
.case-detail-banner-box {
  margin-bottom: 15px; }
  .case-detail-banner-box .case-detail-item {
    height: 600px;
    overflow: hidden; }
    .case-detail-banner-box .case-detail-item img {
      object-position: center;
      object-fit: cover;
      width: 100%;
      height: 100%; }
.case-detail-head, .case-detail-body, .case-detail-main {
  max-width: 800px;
  position: relative;
  margin: 0 auto; }
.case-detail-main .page-btn {
  position: absolute;
  top: 20%; }
.case-detail-main .page-next {
  right: -95px; }
.case-detail-main .page-pre {
  left: -95px; }
.case-detail-head {
  background-color: rgba(255, 208, 0, 0.3);
  padding: 10px 15px;
  font-size: 26px;
  margin-bottom: 10px; }
  .case-detail-head.product-detail-head {
    margin: 0 0 10px;
    width: 100%;
    max-width: 100%; }
.case-detail-body {
  max-width: 690px;
  margin: 0 auto; }
  .case-detail-body .img, .case-detail-body .txt {
    margin-bottom: 20px; }
@media (max-width: 1025px) {
  .case-detail-main .page-next {
    right: -10px; }
  .case-detail-main .page-pre {
    left: -10px; }
  .case-detail-banner-box .case-detail-item {
    height: 500px; } }
@media (max-width: 600px) {
  .case-detail-banner-box .case-detail-item {
    height: 400px; } }
@media (max-width: 414px) {
  .case-detail-banner-box .case-detail-item {
    height: 280px; } }

.contact-box h4 {
  font-size: 24px;
  margin-bottom: 30px;
  color: #585858; }
.contact-box .qrcode {
  font-size: 22px; }
  .contact-box .qrcode img {
    max-width: 149px; }
.contact-box .form-box {
  margin-top: 5%; }
  .contact-box .form-box h3 {
    font-size: 28px;
    margin-bottom: 37px; }
    .contact-box .form-box h3 span {
      display: inline-block;
      border-bottom: 2px solid #ffe60a;
      padding: 0 15px 5px; }
  .contact-box .form-box .btn {
    background-color: #ffe60a;
    transition: all .3s; }
    .contact-box .form-box .btn:hover {
      background-color: #fbf036;
      color: #fff; }
.contact-box .line {
  margin-top: 30px; }
  .contact-box .line li {
    display: flex;
    flex-direction: column;
    margin-right: 20px; }
    .contact-box .line li > div {
      background-color: #e2e600;
      color: #fff;
      padding: 3px 10px 3px 3px;
      border-radius: 5px;
      display: flex;
      align-items: center;
      min-width: 185px; }
    .contact-box .line li .txt {
      flex: 1;
      text-align: center; }
    .contact-box .line li p {
      text-align: center;
      color: #1A1616;
      margin-top: 5px; }
  .contact-box .line .ic {
    width: 32px;
    margin-right: 10px; }
.contact-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 18px;
  margin-bottom: 20px; }
  .contact-item .ic {
    margin-right: 10px;
    width: 25px; }
@media (max-width: 991px) {
  .contact-box h4 br {
    display: none; } }

.about-box .left-head, .about-box .right-head {
  color: rgba(88, 88, 88, 0.81);
  padding: 0 10px 10px;
  border-bottom: 2px solid rgba(255, 208, 0, 0.2);
  margin-bottom: 20px; }
  .about-box .left-head img, .about-box .right-head img {
    margin-right: 14px; }
.about-box .left-menu {
  margin-bottom: 25px; }
.about-box .left-head {
  font-size: 20px;
  margin-bottom: 0; }
.about-box .left-body .form-control {
  margin-top: 10px; }
.about-box .left-body a {
  display: flex;
  align-items: center;
  border-bottom: 2px solid rgba(255, 208, 0, 0.2);
  margin-top: 10px;
  padding: 10px 0 10px 15px;
  color: rgba(88, 88, 88, 0.81); }
  .about-box .left-body a:hover {
    background-color: rgba(255, 208, 0, 0.2); }
  .about-box .left-body a img {
    margin-right: 15px; }
.about-box h4 {
  font-size: 24px;
  margin-bottom: 30px;
  color: #585858; }
.about-box p {
  margin-bottom: 20px;
  color: rgba(88, 88, 88, 0.81); }
@media (max-width: 767px) {
  .about-box h4 {
    margin-bottom: 15px; } }

.team-intro-box li {
  margin-bottom: 30px; }
  .team-intro-box li h5 {
    font-size: 20px;
    padding-left: 21px;
    position: relative; }
    .team-intro-box li h5::before {
      content: "";
      width: 10px;
      height: 10px;
      display: inline-block;
      vertical-align: middle;
      background-color: #ffe60a;
      margin-right: 11px;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 8px; }
  .team-intro-box li p {
    font-size: 16px;
    padding-left: 21px; }
@media (max-width: 767px) {
  .team-intro-box li {
    margin-bottom: 20px; } }

.service-box .img-box {
  max-width: 487px;
  margin: 50px auto 80px; }
.service-box .process {
  display: inline-block;
  background-color: #D90404;
  color: #fff;
  font-size: 28px;
  border-radius: 40px;
  padding: 10px 50px; }
  .service-box .process b {
    margin: 0 25px;
    position: relative;
    top: -1px; }
.service-info {
  max-width: 668px;
  text-align: center; }
@media (max-width: 767px) {
  .service-box .img-box {
    margin: 30px auto; }
  .service-box .process {
    font-size: 20px; }
    .service-box .process b {
      margin: 0 15px; } }

.map-info-box .company-info p {
  line-height: 1.7; }
.map-info-box .traffic-info {
  margin-top: 3vw; }
@media (max-width: 767px) {
  .map-info-box .traffic-info {
    margin-top: 35px; } }

.page-product-box .col-md-3 {
  padding-right: 0; }
.page-product-box .left-menu {
  margin-bottom: 25px;
  border: 1px solid #fbf036; }
.page-product-box .left-head {
  font-size: 20px;
  margin-bottom: 0;
  background-color: rgba(255, 208, 0, 0.2);
  padding: 9px 17px;
  border-bottom: 1px solid rgba(255, 208, 0, 0.35);
  color: rgba(88, 88, 88, 0.81); }
.page-product-box .left-body a {
  display: block;
  color: rgba(88, 88, 88, 0.81);
  padding: 5px 17px; }
  .page-product-box .left-body a:hover, .page-product-box .left-body a.active {
    background-color: rgba(255, 208, 0, 0.2); }
.page-product-box .right-content {
  color: #707070; }
  .page-product-box .right-content > p {
    margin-bottom: 15px; }
  .page-product-box .right-content .add-more {
    background-color: #585858;
    font-size: 16px;
    width: 126px;
    height: 32px;
    display: flex;
    margin: 8% auto 0;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #fff;
    cursor: pointer; }
  .page-product-box .right-content .page-btn-box {
    position: absolute;
    right: 0;
    top: 10px; }
  .page-product-box .right-content .case-detail-body {
    max-width: inherit; }
    .page-product-box .right-content .case-detail-body .txt {
      margin-bottom: 15px; }
    .page-product-box .right-content .case-detail-body .img {
      max-width: 400px;
      margin: 0 auto 15px; }
      .page-product-box .right-content .case-detail-body .img img {
        border: 1px solid #707070; }
  .page-product-box .right-content .good-choice {
    margin: 6% 0; }
    .page-product-box .right-content .good-choice span {
      border-bottom: 2px solid #ffe60a;
      display: inline-block;
      padding: 0 5% 5px; }
  .page-product-box .right-content .back {
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background-color: #fbf036;
    transition: all .3s; }
    .page-product-box .right-content .back:hover {
      color: #fff;
      background-color: #ffe60a; }
.page-product-box .page-product-item {
  margin-bottom: 20px; }
  .page-product-box .page-product-item .img {
    height: 180px;
    overflow: hidden;
    display: block; }
    .page-product-box .page-product-item .img img {
      object-position: center;
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .page-product-box .page-product-item .txt {
    background-color: rgba(255, 208, 0, 0.2);
    padding: 10px; }
  .page-product-box .page-product-item .more-btn {
    width: 50px;
    margin: 10px auto 0;
    padding: 3px 10px;
    display: block;
    border-radius: 5px;
    border: 1px solid rgba(88, 88, 88, 0.81);
    font-size: 14px;
    color: rgba(88, 88, 88, 0.81); }
    .page-product-box .page-product-item .more-btn:hover {
      background-color: #fbf036;
      border: 1px solid #fbf036;
      color: #fff; }
  @media (max-width: 1143px) {
    .page-product-box .page-product-item .img {
      height: 140px; } }
  @media (max-width: 920px) {
    .page-product-box .page-product-item .img {
      height: 100px; } }
  @media (max-width: 767px) {
    .page-product-box .page-product-item .img {
      height: 230px; } }
  @media (max-width: 420px) {
    .page-product-box .page-product-item .img {
      height: 160px; } }
  @media (max-width: 375px) {
    .page-product-box .page-product-item .img {
      height: 130px; } }
.page-product-box .product-main {
  margin-bottom: 15px; }
  .page-product-box .product-main h2 {
    font-size: 20px;
    margin-bottom: 10px; }
  .page-product-box .product-main .slogn {
    font-size: 14px;
    margin-bottom: 10px; }
  .page-product-box .product-main-head {
    border-bottom: 2px solid rgba(255, 208, 0, 0.35);
    padding-bottom: 10px;
    margin-bottom: 10px; }
    .page-product-box .product-main-head .slogn {
      margin-bottom: 0; }
  .page-product-box .product-main-body {
    font-size: 14px; }
  .page-product-box .product-main .left img {
    border: 1px solid #707070; }
  .page-product-box .product-main .right {
    position: relative;
    padding-left: 15px;
    padding-right: 70px; }
@media (max-width: 767px) {
  .page-product-box .col-md-3 {
    padding-right: 15px; }
  .page-product-box .right-content .page-btn {
    margin-right: 10px; }
    .page-product-box .right-content .page-btn-box {
      display: flex;
      position: relative; }
  .page-product-box .left-menu {
    margin-bottom: 35px; }
  .page-product-box .product-main .right {
    padding-right: 15px;
    margin-top: 15px; } }

.more-content-box {
  display: none;
  margin-top: 10px; }
  .more-content-box .more-content {
    display: none; }
  .more-content-box .loading {
    width: 50px;
    height: 50px;
    background-image: url(../img/loading.gif);
    background-repeat: no-repeat;
    background-size: 300%;
    margin: 8% auto 0;
    background-position: center center; }

.page-product-box .product-all-item .img {
  position: relative; }
  .page-product-box .product-all-item .img::after {
    transition: all .3s;
    content: "";
    background-image: url(../img/product/ic-eye.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    z-index: 4;
    top: 0;
    background-color: rgba(88, 88, 88, 0.81);
    opacity: 0; }
.page-product-box .product-all-item .txt {
  background-color: #fff;
  font-size: 16px;
  color: rgba(88, 88, 88, 0.81);
  text-align: center;
  padding: 10px 0; }
.page-product-box .product-all-item:hover .img::after {
  opacity: 1; }
.page-product-box .product-all-item:hover .txt {
  background-color: rgba(255, 208, 0, 0.2); }

.section-box {
  margin-bottom: 25px; }
  .section-box .mTitle {
    border-bottom: 1px solid rgba(26, 22, 22, 0.24);
    font-size: 20px;
    margin-bottom: 10px; }
    .section-box .mTitle span {
      border-bottom: 6px solid #ffe60a;
      display: inline-block;
      padding: 0 15px 5px; }
  .section-box .more-btn {
    font-size: 18px;
    color: #707070;
    align-items: center; }
    .section-box .more-btn i {
      margin-left: 12px;
      font-size: 16px; }
    .section-box .more-btn:hover {
      color: #fbf036; }
  @media (max-width: 767px) {
    .section-box .more-btn {
      justify-content: center;
      margin-bottom: 30px; } }

.banner-box {
  margin-bottom: 15px;
  color: #fff; }
  .banner-box .col-lg-4 {
    padding-right: 0; }
  .banner-box .col-lg-8 {
    padding-left: 0; }
  .banner-box h4 {
    font-size: 20px;
    margin-bottom: 15px; }
  .banner-box h2 {
    font-size: 30px;
    margin-bottom: 40px; }
  .banner-box h3 {
    font-size: 25px;
    margin-bottom: 30px; }
  .banner-box .search-txt {
    width: 133px;
    margin: 0 auto 20px;
    border-radius: 20px;
    border: 1px solid #fff;
    text-align: center;
    padding: 3px 10px;
    font-size: 14px; }
    .banner-box .search-txt .ic {
      margin-right: 5px; }
  .banner-box .txt {
    background-image: url(../img/index/banner-bg-g.png);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    height: 100%;
    padding: 20px 15px; }
    .banner-box .txt .img a {
      display: inline-block;
      margin: 0 5px; }
  .banner-box .banner-list img {
    object-position: center;
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .banner-box .banner-item {
    display: inherit !important; }
  .banner-box .slick-list {
    height: 100%; }
    .banner-box .slick-list .slick-track, .banner-box .slick-list .slick-slide, .banner-box .slick-list .banner-item {
      height: 100%; }
    .banner-box .slick-list .slick-slide > div {
      height: 100%; }
  .banner-box .slick-dotted.slick-slider {
    margin-bottom: 0; }
  .banner-box .slick-prev, .banner-box .slick-next {
    z-index: 2;
    width: 40px;
    height: 40px; }
    .banner-box .slick-prev::before, .banner-box .slick-next::before {
      font-size: 40px; }
  .banner-box .slick-prev {
    left: 25px; }
    .banner-box .slick-prev::before {
      content: "\e902";
      font-family: 'icomoon'; }
  .banner-box .slick-next {
    right: 40px; }
    .banner-box .slick-next::before {
      content: "\e901";
      font-family: 'icomoon'; }
  .banner-box .slick-dots {
    bottom: 15px; }
    .banner-box .slick-dots li {
      width: 15px;
      height: 15px;
      margin: 0 7px; }
      .banner-box .slick-dots li button {
        background-image: url(../img/index/banner-dot.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 15px;
        height: 15px; }
        .banner-box .slick-dots li button::before {
          display: none; }
      .banner-box .slick-dots li.slick-active button {
        background-image: url(../img/index/banner-dot-active.png); }
  @media (max-width: 991px) {
    .banner-box .col-lg-4 {
      padding: 0;
      order: 2; }
    .banner-box .col-lg-8 {
      padding: 0;
      order: 1; } }
  @media (max-width: 600px) {
    .banner-box .banner-list {
      height: 400px; } }

.product-list {
  display: flex;
  flex-wrap: wrap; }
.product-item {
  border: 2px solid #707070;
  display: block;
  position: relative;
  width: calc(100% / 6 - 6px);
  margin-right: 7px;
  transition: all .3s;
  margin-bottom: 15px;
  height: 150px;
  overflow: hidden; }
  .product-item img {
    object-position: center;
    object-fit: cover;
    width: 100%;
    height: 100%; }
  .product-item:nth-child(6n+6) {
    margin-right: 0; }
  .product-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #1A1616;
    opacity: 0;
    display: block;
    transition: all .3s; }
  .product-item .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    color: rgba(255, 255, 255, 0.84);
    z-index: 2;
    padding: 8px 8px 12px;
    font-size: 14px;
    opacity: 0; }
  .product-item:hover::after {
    opacity: .58; }
  .product-item:hover .txt {
    opacity: 1; }
@media (max-width: 1150px) {
  .product-item {
    height: 130px; } }
@media (max-width: 991px) {
  .product-item {
    height: 100px; } }
@media (max-width: 767px) {
  .product-item {
    width: calc(100% / 3 - 6px);
    height: 170px; }
    .product-item:nth-child(3n+3), .product-item:nth-child(6n+6) {
      margin-right: 0; }
    .product-item .txt {
      opacity: 1;
      min-height: 30px;
      padding: 5px 8px;
      background-color: rgba(26, 22, 22, 0.58);
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .product-item:hover::after {
      opacity: 0; } }
@media (max-width: 575px) {
  .product-item {
    height: 140px; } }
@media (max-width: 414px) {
  .product-item {
    width: 100%;
    margin-right: 0px;
    height: 250px; }
    .product-item:nth-child(3n+3), .product-item:nth-child(6n+6) {
      margin-right: 0; } }

.price-info-box .row {
  background-image: url("../img/index/price-info-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-top-right-radius: 100px;
  padding: 24px 15px;
  text-align: center;
  font-size: 22px;
  color: #fff;
  margin: 0; }
.price-info-box h3 {
  font-size: 36px;
  margin-bottom: 20px; }
.price-info-box .more-btn {
  background-color: #fff;
  border-radius: 20px;
  padding: 3px 20px;
  color: #fbf036;
  margin-left: 40px; }
@media (max-width: 991px) {
  .price-info-box .container {
    padding: 0; }
  .price-info-box .row {
    border-radius: 0; } }
@media (max-width: 767px) {
  .price-info-box .row {
    padding: 60px 15px; } }
@media (max-width: 575px) {
  .price-info-box h3 {
    font-size: 26px; } }
@media (max-width: 414px) {
  .price-info-box span {
    display: block;
    width: 100%; }
  .price-info-box .more-btn {
    margin-left: 0;
    margin-top: 10px;
    margin-bottom: 0; } }
.price-txt p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.area-box .row {
  background-image: url("../img/index/area-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-bottom-left-radius: 100px;
  padding: 30px 0 40px 80px;
  margin: 0; }
.area-info {
  background-color: #fff;
  border-radius: 100px;
  box-shadow: 5px 5px 0 #ffe60a;
  padding: 15px 35px 15px 25px;
  width: 50%; }
  .area-info h3 {
    margin-bottom: 0;
    color: #024482; }
  .area-info .more-btn {
    border: 1px solid #fbf036;
    border-radius: 20px;
    padding: 3px 10px;
    color: #fbf036;
    display: flex;
    align-items: center; }
    .area-info .more-btn img {
      margin-left: 10px; }
  .area-info p {
    color: rgba(88, 88, 88, 0.81); }
.area-head {
  margin-bottom: 10px; }
.area-left {
  width: 98px;
  margin-right: 10px; }
.area-right {
  flex: 1; }
@media (max-width: 991px) {
  .area-box .row {
    border-radius: 0;
    padding-left: 15px;
    padding-right: 15px; }
  .area-box .container {
    padding: 0; }
  .area-info {
    width: 70%;
    border-radius: 50px; } }
@media (max-width: 767px) {
  .area-info {
    width: 100%; } }

.video-box .col-lg-6:nth-child(1) {
  padding-right: 0; }
.video-box .col-lg-6:nth-child(2) {
  padding-left: 0; }
.video-info {
  height: 100%;
  position: relative;
  padding-top: 64%; }
  .video-info iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
.video-contact {
  background-color: rgba(255, 208, 0, 0.2);
  padding: 8% 4%;
  font-size: 24px; }
  .video-contact .qrcode {
    text-align: center;
    font-size: 22px; }
    .video-contact .qrcode img {
      max-width: 192px;
      margin-bottom: 10px; }
  .video-contact .contact-txt h3 {
    margin-bottom: 25px;
    text-align: center; }
    .video-contact .contact-txt h3 img {
      margin-right: 20px; }
  .video-contact .contact-txt p {
    text-align: center;
    margin-bottom: 20px; }
    .video-contact .contact-txt p:last-child {
      margin-bottom: 0; }
    .video-contact .contact-txt p.phone {
      font-size: 30px; }
@media (max-width: 991px) {
  .video-box {
    margin-bottom: 0; }
    .video-box .col-lg-6:nth-child(1) {
      padding: 0 0 20px; }
    .video-box .col-lg-6:nth-child(2) {
      padding: 0; } }
@media (max-width: 767px) {
  .video-box .col-md-6:nth-child(1) {
    padding-right: 15px; }
  .video-box .col-md-6:nth-child(2) {
    padding-left: 15px; } }

@media (max-width: 991px) {
  .index-footer-qrcode {
    margin-top: 0; } }

/*# sourceMappingURL=style.css.map */
.case-detail-body img{
     padding-bottom:24px;
     padding-top:24px;
}

.text-sss{
  color: #ffb100!important;
}

.txt-c{
  color: #000!important;
}

.btn-YYC{
  background-color: #ff7508;
  border-color: #ff7508;
  font-size: 38px;
}