@font-face {
  font-family: poppins;
  src: url(./POPPINS-LIGHT.TTF);
  font-weight: 100;
}
@font-face {
  font-family: poppins;
  src: url(./POPPINS-MEDIUM.TTF);
  font-weight: 500;
}
@font-face {
  font-family: poppins;
  src: url(./POPPINS-REGULAR.TTF);
  font-weight: 400;
}
@font-face {
  font-family: poppins;
  src: url(./POPPINS-SEMIBOLD.TTF);
  font-weight: 600;
}
@font-face {
  font-family: poppins;
  src: url(./POPPINS-BOLD.TTF);
  font-weight: 700;
}
@font-face {
  font-family: Marcellus-Regular;
  src: url(./Marcellus-Regular.ttf);
  font-weight: 100;
}
* {
  font-family: "poppins";
  transition: all 0.3s;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: #B99970;
}

body.show {
  overflow: hidden;
}

section {
  padding: 6.5104166667vw 0;
}
@media (min-width: 768px) {
  section {
    padding: 50px 0;
  }
}

h1 {
  font-size: 5.9895833333vw;
  line-height: 5.9895833333vw;
}
@media (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 46px;
    line-height: 46px;
  }
}
@media (min-width: 1360px) {
  h1 {
    font-size: 56px;
    line-height: 56px;
  }
}

h2 {
  font-size: 5.2083333333vw;
  line-height: 5.2083333333vw;
}
@media (min-width: 768px) {
  h2 {
    font-size: 38px;
    line-height: 38px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 42px;
    line-height: 42px;
  }
}
@media (min-width: 1360px) {
  h2 {
    font-size: 52px;
    line-height: 52px;
  }
}

h3 {
  font-size: 4.9479166667vw;
  line-height: 5.46875vw;
}
@media (min-width: 768px) {
  h3 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (min-width: 1360px) {
  h3 {
    font-size: 48px;
    line-height: 48px;
  }
}

h4 {
  font-size: 4.6875vw;
  line-height: 5.2083333333vw;
}
@media (min-width: 768px) {
  h4 {
    font-size: 26px;
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  h4 {
    font-size: 38px;
    line-height: 38px;
  }
}
@media (min-width: 1360px) {
  h4 {
    font-size: 42px;
    line-height: 42px;
  }
}

h5 {
  font-size: 4.6875vw;
  line-height: 4.6875vw;
}
@media (min-width: 768px) {
  h5 {
    font-size: 14px;
    line-height: 14px;
  }
}
@media (min-width: 992px) {
  h5 {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (min-width: 1360px) {
  h5 {
    font-size: 36px;
    line-height: 36px;
  }
}

h1, h2, h3, h4, h5, .font-mar {
  font-family: "Marcellus-Regular";
  font-weight: 100;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

pre {
  white-space: pre-wrap;
  font-family: "poppins";
  overflow: hidden;
}

table {
  width: 100% !important;
}
table td {
  border: 1px solid #333;
}

iframe {
  width: 100% !important;
}

.btn {
  padding: 1.3020833333vw 5.2083333333vw;
  font-size: 2.34375vw;
  display: inline-block;
}
@media (min-width: 768px) {
  .btn {
    padding: 5px 20px;
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .btn {
    padding: 10px 40px;
    font-size: 22px;
  }
}
@media (max-width: 400px) {
  .btn {
    padding: 2px 30px;
    font-size: 20px;
  }
}

.mbtn {
  background-color: #B99970;
  color: #fff;
  border: transparent;
  font-family: "Marcellus-Regular";
}
.mbtn.onsubmit {
  background-color: #b7b7b7;
  cursor: not-allowed;
}

.sbtn {
  background-color: #000;
  color: #fff;
}

.bbtn {
  background-color: transparent;
  color: #fff;
  border: #fff solid 1px;
}

.gbtn {
  padding: 2.6041666667vw 6.5104166667vw;
  background-color: #B99970;
  color: #fff;
  border: transparent;
  font-family: "Marcellus-Regular";
}
.gbtn:hover {
  color: #fff;
}
@media (min-width: 768px) {
  .gbtn {
    padding: 21px 55px;
  }
}

.getaquote .subtitle {
  font-size: 2.0833333333vw;
  color: #B99970;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .getaquote .subtitle {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  .getaquote .subtitle {
    font-size: 16px;
  }
}
.getaquote h3 {
  margin-bottom: 3.90625vw;
}
@media (min-width: 768px) {
  .getaquote h3 {
    margin-bottom: 10px;
  }
}
.getaquote .col-6, .getaquote .col-12 {
  position: relative;
}
.getaquote .col-6 label.error, .getaquote .col-12 label.error {
  color: rgba(255, 0, 0, 0.6);
  font-size: 12px;
}
@media (min-width: 768px) {
  .getaquote .col-6 label.error, .getaquote .col-12 label.error {
    position: absolute;
    bottom: -5px;
    left: 15px;
  }
}
.getaquote .form-control {
  width: 100%;
  border: none;
  border-bottom: 1px solid #bcbcbc;
  outline: none;
  height: 5.2083333333vw;
  line-height: 6.5104166667vw;
  margin-bottom: 2.6041666667vw;
  font-size: 12px;
}
.getaquote .form-control::placeholder {
  color: #adadad;
}
@media (min-width: 768px) {
  .getaquote .form-control {
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .getaquote .form-control {
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}
.getaquote select {
  color: #adadad;
}
.getaquote textarea {
  height: auto !important;
  resize: none;
}
@media (min-width: 1360px) {
  .getaquote h3 {
    margin-bottom: 30px;
  }
}

.banner {
  height: 32.5520833333vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.banner.white .container-md h2 {
  color: #fff;
}
@media (min-width: 768px) {
  .banner {
    height: 350px;
  }
}
@media (min-width: 992px) {
  .banner {
    height: 450px;
  }
}
@media (min-width: 1360px) {
  .banner {
    height: 550px;
  }
}
.banner .container-md {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
}
.banner .container-md h2 {
  color: #000;
}
.banner .container-md .mbx {
  font-size: 2.34375vw;
  background-color: #000;
  padding: 0.6510416667vw 1.3020833333vw;
  display: inline-block;
  color: #B99970;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .banner .container-md .mbx {
    font-size: 18px;
    padding: 5px 10px;
  }
}
@media (max-width: 420px) {
  .banner .container-md .mbx i {
    font-size: 12px;
  }
}

.submtitle {
  font-size: 2.8645833333vw;
  color: #B99970;
  text-transform: uppercase;
  margin-bottom: 3.515625vw;
  font-weight: 300;
}
@media (min-width: 768px) {
  .submtitle {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .submtitle {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .submtitle {
    margin-bottom: 18px;
  }
}
@media (min-width: 1360px) {
  .submtitle {
    margin-bottom: 25px;
  }
}

.submtitle20 {
  font-size: 2.8645833333vw;
  color: #B99970;
  text-transform: uppercase;
  margin-bottom: 3.515625vw;
}
@media (min-width: 768px) {
  .submtitle20 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  .submtitle20 {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .submtitle20 {
    font-size: 18px;
    margin-bottom: 18px;
  }
}
@media (min-width: 1360px) {
  .submtitle20 {
    font-size: 20px;
    margin-bottom: 25px;
  }
}

.sw-btn-prev {
  background-image: url(../images/lbtn3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  width: 27px;
  height: 150px;
  position: absolute;
  top: calc(50% - 75px);
  left: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.3);
}
.sw-btn-prev.btn6 {
  background-image: url(../images/lbtn6.png);
  background-color: transparent;
  height: 60px;
  top: calc(50% - 30px);
}

.sw-btn-next {
  background-image: url(../images/rbtn3.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  width: 27px;
  height: 150px;
  position: absolute;
  top: calc(50% - 75px);
  right: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.3);
}
.sw-btn-next.btn6 {
  background-image: url(../images/rbtn6.png);
  background-color: transparent;
  height: 60px;
  top: calc(50% - 30px);
}

.swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 13px !important;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #000;
}

@media (max-width: 420px) {
  .sw-btn-prev {
    width: 20px;
    height: 110px;
    top: calc(50% - 55px);
  }
  .sw-btn-next {
    width: 20px;
    height: 110px;
    top: calc(50% - 55px);
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 8px !important;
  }
}
.collbox .title {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f4f4f4;
  align-items: center;
  padding: 10px;
  padding-left: 0px;
  font-family: "Marcellus-Regular";
  cursor: pointer;
}
.collbox .title span {
  font-size: 2.0833333333vw;
  color: #373737;
}
.collbox .title i {
  color: #b7b7b7;
}
.collbox .title:hover span {
  color: #B99970;
}
.collbox .title:hover i {
  color: #B99970;
}
@media (min-width: 768px) {
  .collbox .title span {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .collbox .title span {
    font-size: 22px;
  }
}
@media (max-width: 420px) {
  .collbox .title span {
    font-size: 16px;
  }
}
.collbox .body {
  transition: none;
}
.collbox .body p {
  padding-top: 25px;
  padding-right: 25px;
  font-size: 12px;
  color: #4d4d4d;
}
@media (min-width: 768px) {
  .collbox .body p {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .collbox .body p {
    font-size: 18px;
  }
}

.post-categories {
  display: inline-block;
}

.pagination {
  margin: 20px 0;
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
}
.pagination .nav-links .page-numbers {
  width: 50px;
  height: 50px;
  border: 1px solid #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  font-size: 20px;
  color: #666;
}
.pagination .nav-links .page-numbers.current {
  background-color: #000;
  color: #fff;
}
@media (max-width: 768px) {
  .pagination .nav-links .page-numbers {
    font-size: 14px;
    width: 30px;
    height: 30px;
  }
}

.showmodelbox {
  cursor: pointer;
}

.modlefrombox {
  display: none;
  position: fixed;
  top: calc(50% - 350px);
  left: 0;
  background-color: #fff;
  z-index: 12;
  box-shadow: 0px 6px 16px 0px rgba(4, 0, 0, 0.2);
  width: 100%;
}
.modlefrombox .btnexit {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 2;
}
.modlefrombox .btnexit i {
  font-size: 26px;
  color: #B99970;
}
.modlefrombox .subtitle {
  font-size: 12px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.modlefrombox .title {
  font-size: 26px;
  font-family: "Marcellus-Regular";
  margin-bottom: 30px;
}
.modlefrombox img {
  margin-top: 40px;
}
.modlefrombox.show {
  display: block;
}
.modlefrombox video {
  width: 100%;
  object-fit: cover;
  height: 100%;
  display: block;
}
.modlefrombox.frommod {
  padding: 20px 20px;
}
.modlefrombox.searchbox {
  padding: 15px 50px 15px 15px;
  top: calc(50% - 100px);
}
.modlefrombox.searchbox form {
  width: 100%;
  display: flex;
}
.modlefrombox.searchbox form input {
  width: 80%;
  height: 50px;
  border: 1px solid #666;
  border-right: none;
  padding: 0 20px;
  outline: none;
}
.modlefrombox.searchbox form button {
  height: 50px;
  display: block;
  width: 20%;
  border: 1px solid #666;
  background-color: #000;
}
.modlefrombox.searchbox form button img {
  margin: 0;
}
@media (min-width: 768px) {
  .modlefrombox {
    width: 700px;
    left: calc(50% - 350px);
  }
  .modlefrombox.frommod {
    padding: 20px 20px;
  }
}
@media (min-width: 992px) {
  .modlefrombox {
    width: 800px;
    left: calc(50% - 400px);
  }
  .modlefrombox.frommod {
    padding: 40px 40px;
  }
}
@media (min-width: 1360px) {
  .modlefrombox {
    width: 1200px;
    left: calc(50% - 600px);
  }
  .modlefrombox.frommod {
    padding: 75px 100px;
  }
}

@media (max-width: 420px) {
  .modlefrombox {
    top: calc(50% - 100px);
  }
  .modlefrombox .title {
    font-size: 13px;
  }
  .modlefrombox[mdata=from] {
    top: calc(50% - 200px);
  }
}
.mbbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
.mbbox.show {
  display: block;
}

.ckbox {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.ckbox + label {
  cursor: pointer;
  display: inline-block;
  user-select: none;
}
.ckbox + label::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #f0f0f0;
}
.ckbox:checked + label::before {
  background-image: url(../images/cb.png);
  background-repeat: no-repeat;
  background-position: center;
}

.pageedit {
  padding: 75px 0;
}

.topbar {
  height: 40px;
  line-height: 40px;
}
@media (min-width: 1360px) {
  .topbar {
    height: 50px;
    line-height: 50px;
  }
}

.menubar {
  background-color: #171717;
  color: #fff;
  height: 16.40625vw;
}
.menubar .menubarbox {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menubar .menubarbox .logobox {
  width: 60%;
}
.menubar .menubarbox .mmenu {
  display: flex;
  align-items: center;
}
.menubar .menubarbox .mmenu i {
  font-size: 6.25vw;
  display: block;
  margin-left: 4.9479166667vw;
}
.menubar .menubarbox .menubox {
  height: 100%;
}
.menubar .menubarbox .menubox nav {
  height: 100%;
}
.menubar .menubarbox .menubox nav .item {
  height: auto;
  display: flex;
  align-items: center;
  position: relative;
}
.menubar .menubarbox .menubox nav .item a {
  position: relative;
}
.menubar .menubarbox .menubox nav .item a i {
  position: absolute;
  right: 0;
  top: 4px;
  padding: 0 5px;
  display: none;
}
.menubar .menubarbox .menubox nav .item a i.sshow {
  display: block;
}
.menubar .menubarbox .menubox nav .item ul {
  position: absolute;
  top: 70%;
  z-index: 10;
  background-color: #171717;
  width: 100%;
  display: none;
  border: 1px solid #333;
}
.menubar .menubarbox .menubox nav .item ul li {
  margin: 10px 0;
}
.menubar .menubarbox .menubox nav .item:hover ul {
  display: block;
}
.menubar .menubarbox .menubox nav a {
  color: inherit;
  margin: 0 5px;
  font-size: 12px;
}
.menubar .menubarbox .menubox nav a:hover {
  color: #B99970;
}
.menubar .menubarbox .menubox .searchbox {
  margin-left: 7px;
}
@media (max-width: 767.9px) {
  .menubar .menubarbox .menubox {
    position: absolute;
    display: none;
    width: 100%;
    height: calc(100% - 16.40625vw);
    z-index: 100;
    left: 0;
    top: 16.40625vw;
    background-color: #000;
    overflow-y: scroll;
  }
  .menubar .menubarbox .menubox nav {
    display: flex;
    flex-direction: column;
    padding: 13.0208333333vw 18.2291666667vw;
  }
  .menubar .menubarbox .menubox nav a {
    width: 100%;
    font-size: 4.6875vw;
    font-family: "Marcellus-Regular";
    border-bottom: 1px solid rgba(255, 255, 255, 0.5333333333);
    line-height: 10.4166666667vw;
    margin-bottom: 6.5104166667vw;
  }
  .menubar .menubarbox .menubox nav .item {
    flex-direction: column;
  }
  .menubar .menubarbox .menubox nav .item ul {
    position: initial;
    display: block;
    padding-left: 30px;
    background-color: transparent;
    border: none;
    margin-top: -20px;
    opacity: 0.7;
    transition: none;
  }
  .menubar .menubarbox .menubox nav .item ul li a {
    border-bottom: none;
  }
  .menubar .menubarbox .menubox.show {
    display: block;
  }
}

@media (min-width: 768px) {
  .menubar {
    height: 80px;
  }
  .menubar .menubarbox .logobox {
    width: 130px;
  }
  .menubar .menubarbox .mmenu {
    display: none;
  }
  .menubar .menubarbox .menubox {
    display: flex;
    align-items: center;
  }
  .menubar .menubarbox .menubox nav {
    display: flex;
    align-items: center;
  }
  .menubar .menubarbox .menubox nav .item {
    height: 100%;
  }
  .menubar .menubarbox .menubox nav .item ul {
    width: 130px;
  }
}
@media (min-width: 992px) {
  .menubar .menubarbox .logobox {
    width: 150px;
  }
  .menubar .menubarbox .menubox nav .item ul {
    width: 200px;
  }
  .menubar .menubarbox .menubox nav a {
    font-size: 16px;
    margin: 0 14px;
  }
}
@media (min-width: 1360px) {
  .menubar {
    height: 100px;
  }
  .menubar .menubarbox .logobox {
    width: auto;
  }
}
footer {
  background-color: #000;
}
@media (max-width: 767.9px) {
  footer .logobox {
    padding: 7.8125vw 14.3229166667vw 0;
  }
}
@media (min-width: 768px) {
  footer .logobox {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
footer .logobox .container-md {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
}
@media (min-width: 992px) {
  footer .logobox .container-md {
    height: 130px;
  }
}
@media (min-width: 1360px) {
  footer .logobox .container-md {
    height: 165px;
  }
}
footer .logobox .topbtn {
  position: absolute;
  right: -14%;
  top: 58.59375vw;
  cursor: pointer;
}
@media (min-width: 768px) {
  footer .logobox .topbtn {
    right: 5%;
    top: 38px;
  }
}
@media (min-width: 992px) {
  footer .logobox .topbtn {
    top: 55px;
  }
}
@media (min-width: 1360px) {
  footer .logobox .topbtn {
    top: 80px;
  }
}
footer .infobox {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
@media (max-width: 767.9px) {
  footer .infobox {
    padding: 0 5.2083333333vw 7.8125vw;
  }
}
footer .infobox .container-md {
  height: auto;
}
@media (min-width: 768px) {
  footer .infobox .container-md {
    height: 280px;
  }
}
@media (min-width: 992px) {
  footer .infobox .container-md {
    height: 320px;
  }
}
@media (min-width: 1360px) {
  footer .infobox .container-md {
    height: 370px;
  }
}
footer .infobox .container-md .info1 {
  display: flex;
  height: 50%;
  justify-content: space-between;
}
@media (min-width: 768px) {
  footer .infobox .container-md .info1 {
    padding-top: 40px;
  }
}
footer .infobox .container-md .info1 .txtico {
  width: 100%;
}
@media (min-width: 768px) {
  footer .infobox .container-md .info1 .txtico {
    width: 30%;
  }
}
footer .infobox .container-md .info1 .txtico .title {
  font-size: 4.5572916667vw;
  line-height: 4.5572916667vw;
}
@media (min-width: 768px) {
  footer .infobox .container-md .info1 .txtico .title {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 992px) {
  footer .infobox .container-md .info1 .txtico .title {
    font-size: 22px;
    line-height: 26px;
  }
}
footer .infobox .container-md .info1 .txtico .icolist {
  display: flex;
  margin-top: 15px;
  justify-content: center;
}
@media (min-width: 768px) {
  footer .infobox .container-md .info1 .txtico .icolist {
    justify-content: left;
  }
}
footer .infobox .container-md .info1 .txtico .icolist li {
  margin: 0 2.34375vw;
}
@media (min-width: 768px) {
  footer .infobox .container-md .info1 .txtico .icolist li {
    margin: 0 10px;
  }
}
footer .infobox .container-md .info1 .txtico .icolist li i {
  transition: all 0.1s;
  font-size: 5.46875vw;
}
@media (min-width: 768px) {
  footer .infobox .container-md .info1 .txtico .icolist li i {
    font-size: 26px;
  }
}
footer .infobox .container-md .info1 .footermenu {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
footer .infobox .container-md .info1 .footermenu a {
  font-size: 12px;
  width: 33%;
  font-family: "Marcellus-Regular";
}
@media (min-width: 992px) {
  footer .infobox .container-md .info1 .footermenu a {
    font-size: 18px;
  }
}
@media (min-width: 1360px) {
  footer .infobox .container-md .info1 .footermenu a {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  footer .infobox .container-md .info2 {
    display: flex;
    height: 50%;
    align-items: center;
    justify-content: space-between;
  }
}
footer .infobox .container-md .info2 .item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 2.6041666667vw;
}
footer .infobox .container-md .info2 .item .num {
  font-size: 6.5104166667vw;
  margin-bottom: 6.5104166667vw;
  font-weight: bold;
  font-family: Arial;
}
footer .infobox .container-md .info2 .item p {
  font-size: 3.6458333333vw;
  color: rgba(255, 255, 255, 0.5333333333);
  font-weight: 200;
  margin-bottom: 2.6041666667vw;
}
@media (min-width: 768px) {
  footer .infobox .container-md .info2 .item {
    margin-top: 0;
  }
  footer .infobox .container-md .info2 .item .num {
    font-size: 24px;
    margin-bottom: 10px;
  }
  footer .infobox .container-md .info2 .item p {
    font-size: 12px;
    margin-bottom: auto;
  }
}
@media (min-width: 1360px) {
  footer .infobox .container-md .info2 .item .num {
    font-size: 28px;
    margin-bottom: 25px;
  }
  footer .infobox .container-md .info2 .item p {
    font-size: 16px;
  }
}
footer .copybox .container-md {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .copybox .container-md .copy {
  font-size: 3.125vw;
  color: rgba(255, 255, 255, 0.5333333333);
}
footer .copybox .container-md .copymenu {
  font-size: 3.125vw;
  color: rgba(255, 255, 255, 0.5333333333);
  display: flex;
}
footer .copybox .container-md .copymenu a {
  line-height: 16px;
  padding: 0 10px;
  display: block;
}
footer .copybox .container-md .copymenu a:nth-child(1) {
  border-right: 1px solid rgba(255, 255, 255, 0.5333333333);
}
@media (min-width: 768px) {
  footer .copybox .container-md {
    justify-content: space-between;
    height: 50px;
  }
  footer .copybox .container-md .copy {
    font-size: 12px;
  }
  footer .copybox .container-md .copymenu {
    font-size: 12px;
  }
}
@media (min-width: 992px) {
  footer .copybox .container-md {
    height: 50px;
  }
  footer .copybox .container-md .copy {
    font-size: 16px;
  }
  footer .copybox .container-md .copymenu {
    font-size: 16px;
  }
}
@media (min-width: 1360px) {
  footer .copybox .container-md {
    height: 65px;
  }
  footer .copybox .container-md .copy {
    font-size: 18px;
  }
  footer .copybox .container-md .copymenu {
    font-size: 18px;
  }
}

.indexbanner {
  position: relative;
}
.indexbanner .swbox {
  height: 72.9166666667vw;
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.indexbanner .swbox .submtitle {
  color: #F6D09F;
}
.indexbanner .swbox h1 {
  color: #fff;
  margin-bottom: 26px;
}
.indexbanner .swbox p {
  font-size: 22px;
  color: #fff;
  max-width: 550px;
}
.indexbanner .swbox .bbtn {
  border: #fff solid 2px;
  box-shadow: 1px 1px 1px rgba(51, 51, 51, 0.2);
  text-shadow: 1px 1px 1px rgba(51, 51, 51, 0.2);
}
.indexbanner .swbox a {
  margin-top: 50px;
  display: inline-block;
}
.indexbanner .cbtnbox {
  position: absolute;
  right: 10%;
  bottom: 5%;
  z-index: 10;
  display: flex;
  width: 140px;
  justify-content: space-between;
}

.processing {
  position: relative;
  overflow: hidden;
}
.processing .bgtxt1 {
  color: #F3F3F3;
  font-size: 27.0833333333vw;
  font-weight: bold;
  position: absolute;
  z-index: -1;
  top: 10%;
  left: 2%;
}
.processing .bgtxt2 {
  color: #F3F3F3;
  font-size: 27.0833333333vw;
  font-weight: bold;
  position: absolute;
  z-index: -1;
  top: 30%;
  left: -5%;
}
.processing .viewmore {
  text-align: right;
  margin-top: -10px;
}
.processing .viewmore a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}
.processing .viewmore a span {
  color: #B99970;
  font-size: 16px;
  margin-right: 20px;
}
.processing .mainbox {
  margin-top: 30px;
  justify-content: space-between;
  background-size: contain;
}
.processing .mainbox .imgbox {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 6.5104166667vw 2.6041666667vw;
}
.processing .mainbox .imglist {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.processing .mainbox .imglist .item {
  display: flex;
  margin-bottom: 7.8125vw;
}
.processing .mainbox .imglist .item img {
  width: 15.625vw;
  height: 15.625vw;
  border: 2px solid #B99970;
  border-radius: 50%;
}
.processing .mainbox .imglist .item .infobox {
  width: 100%;
  border-bottom: 1px solid #DFDEDC;
  margin-left: 6.25vw;
}
.processing .mainbox .imglist .item .infobox p {
  font-size: 3.125vw;
  margin-bottom: 2.6041666667vw;
  font-weight: 100;
  color: #333;
}

.indexswshow {
  position: relative;
}
.indexswshow .bgimg {
  background-repeat: no-repeat;
  background-size: cover;
  width: 65vw;
  height: 50vw;
  position: absolute;
}
.indexswshow .swbox {
  margin-top: 13.0208333333vw;
}
.indexswshow .swbox .swiper .swiper-wrapper {
  margin-bottom: 13.0208333333vw;
  margin-left: 30px;
}
.indexswshow .swbox .swiper .swiper-wrapper .swiper-slide {
  overflow: initial;
}
.indexswshow .swbox .swiper .swiper-wrapper .swiper-slide .imgcard {
  margin: 1.0416666667vw 0;
  position: relative;
}
.indexswshow .swbox .swiper .swiper-wrapper .swiper-slide .imgcard > img {
  width: calc(100% - 60px);
  height: 65.1041666667vw;
  object-fit: cover;
}
.indexswshow .swbox .swiper .swiper-wrapper .swiper-slide .imgcard .infobox {
  position: absolute;
  right: 15%;
  bottom: -20%;
  background-color: #000;
  width: 48.1770833333vw;
  height: 31.25vw;
  padding: 6.5104166667vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  opacity: 0;
}
.indexswshow .swbox .swiper .swiper-wrapper .swiper-slide .imgcard .infobox .subtitle {
  color: #B99970;
  font-size: 2.6041666667vw;
}
.indexswshow .swbox .swiper .swiper-wrapper .swiper-slide .imgcard .infobox h5 {
  color: #fff;
}
.indexswshow .swbox .swiper .swiper-wrapper .swiper-slide .imgcard .infobox a {
  color: #B99970;
  font-size: 2.8645833333vw;
  text-align: right;
}
.indexswshow .swbox .swiper .swiper-wrapper .swiper-slide .imgcard .infobox a span {
  margin-right: 2.6041666667vw;
}
.indexswshow .swbox .swiper .swiper-wrapper .swiper-slide .imgcard .infobox a img {
  width: 3.90625vw;
}
.indexswshow .swbox .swiper .swiper-wrapper .swiper-slide-prev .infobox, .indexswshow .swbox .swiper .swiper-wrapper .swiper-slide-next .infobox {
  display: none;
  right: auto;
  left: 0;
}
.indexswshow .swbox .swiper .swiper-wrapper .swiper-slide-active .imgcard {
  width: 100%;
}
.indexswshow .swbox .swiper .swiper-wrapper .swiper-slide-active .imgcard > img {
  box-shadow: 6px 6px 20px rgba(102, 102, 102, 0.4);
}
.indexswshow .swbox .swiper .swiper-wrapper .swiper-slide-active .imgcard .infobox {
  opacity: 1;
}
.indexswshow .swbox .swiper .sw2-button-next {
  position: absolute;
  background-color: rgba(51, 51, 51, 0.2666666667);
  height: 17.8385416667vw;
  width: 3.125vw;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  top: calc(40% - 8.9192708333vw);
  left: calc(100% - 11vw);
}
.indexswshow .swbox .swiper .sw2-button-next img {
  width: 50%;
}

@media (max-width: 767.9px) {
  .icopro {
    padding-bottom: 0;
  }
}
.icopro .icolist {
  margin-top: 19.53125vw;
}
.icopro .icolist .item {
  text-align: center;
  margin-bottom: 13.0208333333vw;
}
.icopro .icolist .item .icobox {
  height: 16.9270833333vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.icopro .icolist .item .icobox img {
  height: 100%;
}
.icopro .icolist .item .icotitle {
  font-size: 6.25vw;
  margin: 7.8125vw 0;
}
.icopro .icolist .item p {
  font-size: 4.1666666667vw;
  color: #737270;
  margin-bottom: 10.4166666667vw;
}
.icopro .icolist .item a {
  color: #737270;
}
.icopro .icolist .item a i {
  font-size: 7.8125vw;
}
.icopro .icolist .item:hover a {
  color: #B99970;
}

@media (max-width: 767.9px) {
  .indexban2 {
    padding-top: 0;
  }
}
.indexban2 .bgbox {
  height: 84.6354166667vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}
.indexban2 .bgbox h3 {
  text-align: center;
}
.indexban2 .bgbox p {
  font-size: 3.125vw;
  max-width: 100%;
  margin: 5.2083333333vw 0 5.2083333333vw;
  padding: 0 3.90625vw;
  text-align: center;
  opacity: 0.8;
}
.indexban2 .bgbox a {
  font-size: 4.1666666667vw;
}
.indexban2 .bgbox a i {
  font-size: inherit;
}

@media (min-width: 768px) {
  .indexbanner .swbox {
    height: 500px;
  }
  .processing .bgtxt1 {
    font-size: 150px;
    top: 15%;
  }
  .processing .bgtxt2 {
    font-size: 150px;
    top: 45%;
  }
  .processing h3 {
    margin-top: -20px;
  }
  .processing .mainbox {
    height: 300px;
    display: flex;
    background-image: url(../images/indexbg1.png);
  }
  .processing .mainbox .imgbox {
    margin-left: -50px;
    padding: 20px 0;
  }
  .processing .mainbox .imglist .item {
    margin-bottom: 0;
  }
  .processing .mainbox .imglist .item img {
    width: 90px;
    height: 90px;
  }
  .processing .mainbox .imglist .item .infobox {
    width: 180px;
    margin-left: 20px;
  }
  .processing .mainbox .imglist .item .infobox p {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 15px;
  }
  .processing .mainbox .imglist .item:nth-child(2) {
    margin-left: -30px;
  }
  .processing .mainbox .imglist .item:nth-child(3) {
    margin-left: -150px;
  }
  .indexswshow .bgimg {
    width: 55vw;
    height: 40vw;
  }
  .indexswshow .swbox {
    margin-top: 5.2083333333vw;
  }
  .indexswshow .swbox .swiper .swiper-wrapper {
    margin-left: calc(50% - 33.8541666667vw);
    margin-bottom: 20px;
  }
  .indexswshow .swbox .swiper .swiper-wrapper .swiper-slide .imgcard {
    margin: 1.0416666667vw 0;
    position: relative;
  }
  .indexswshow .swbox .swiper .swiper-wrapper .swiper-slide .imgcard > img {
    width: 55.7291666667vw;
    height: 40vw;
    object-fit: cover;
  }
  .indexswshow .swbox .swiper .swiper-wrapper .swiper-slide .imgcard .infobox {
    position: absolute;
    right: 10%;
    bottom: 10%;
    background-color: #000;
    width: 20.3125vw;
    height: 12.6041666667vw;
    padding: 2vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 0;
  }
  .indexswshow .swbox .swiper .swiper-wrapper .swiper-slide .imgcard .infobox .subtitle {
    color: #B99970;
    font-size: 12px;
  }
  .indexswshow .swbox .swiper .swiper-wrapper .swiper-slide .imgcard .infobox h5 {
    color: #fff;
  }
  .indexswshow .swbox .swiper .swiper-wrapper .swiper-slide .imgcard .infobox a {
    color: #B99970;
    font-size: 12px;
    text-align: right;
  }
  .indexswshow .swbox .swiper .swiper-wrapper .swiper-slide .imgcard .infobox a span {
    margin-right: 10px;
  }
  .indexswshow .swbox .swiper .swiper-wrapper .swiper-slide .imgcard .infobox a img {
    width: 20px;
  }
  .indexswshow .swbox .swiper .swiper-wrapper .swiper-slide-prev .infobox, .indexswshow .swbox .swiper .swiper-wrapper .swiper-slide-next .infobox {
    display: none;
    right: auto;
    left: 0;
  }
  .indexswshow .swbox .swiper .swiper-wrapper .swiper-slide-active .imgcard {
    width: 55.7291666667vw;
  }
  .indexswshow .swbox .swiper .swiper-wrapper .swiper-slide-active .imgcard > img {
    box-shadow: 6px 6px 20px rgba(102, 102, 102, 0.4);
  }
  .indexswshow .swbox .swiper .swiper-wrapper .swiper-slide-active .imgcard .infobox {
    opacity: 1;
  }
  .indexswshow .swbox .swiper .sw2-button-next {
    position: absolute;
    background-color: rgba(51, 51, 51, 0.2666666667);
    height: 10.78125vw;
    width: 1.9270833333vw;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    top: calc(50% - 5.4166666667vw);
    left: calc(50% + 20vw);
  }
  .indexswshow .swbox .swiper .sw2-button-next img {
    width: 35%;
  }
  .icopro .icolist {
    margin-top: 40px;
  }
  .icopro .icolist .item {
    margin-bottom: 0;
  }
  .icopro .icolist .item .icobox {
    height: 40px;
  }
  .icopro .icolist .item .icotitle {
    margin: 10px 0;
    font-size: 22px;
  }
  .icopro .icolist .item p {
    font-size: 14px;
    height: 120px;
    margin-bottom: 0;
  }
  .icopro .icolist .item a i {
    font-size: 28px;
  }
  .indexban2 .bgbox {
    height: 500px;
  }
  .indexban2 .bgbox p {
    max-width: 630px;
    padding: 0;
    margin: 40px 0 100px;
    font-size: 18px;
    line-height: 35px;
  }
  .indexban2 .bgbox a {
    font-size: 22px;
  }
  .indexban2 .bgbox a i {
    margin-left: 15px;
  }
  .indexban2 .bgbox h3 {
    line-height: 40px;
  }
}
@media (min-width: 992px) {
  .indexbanner .swbox {
    height: 600px;
  }
  .processing .bgtxt1 {
    font-size: 200px;
  }
  .processing .bgtxt2 {
    font-size: 200px;
  }
  .processing .mainbox {
    height: 400px;
    margin-top: 30px;
  }
  .processing .mainbox .imglist .item img {
    width: 110px;
    height: 110px;
  }
  .processing .mainbox .imglist .item .infobox {
    width: 250px;
  }
  .processing .mainbox .imglist .item .infobox p {
    font-size: 16px;
  }
  .icopro .icolist {
    margin-top: 60px;
  }
  .icopro .icolist .item .icobox {
    height: 80px;
  }
  .icopro .icolist .item .icotitle {
    margin: 20px 0;
    font-size: 26px;
  }
  .icopro .icolist .item p {
    font-size: 18px;
    height: 175px;
  }
  .indexban2 .bgbox {
    height: 550px;
  }
  .indexban2 .bgbox p {
    max-width: 830px;
  }
  .indexban2 .bgbox h3 {
    line-height: 50px;
  }
}
@media (min-width: 1360px) {
  .indexbanner .swbox {
    height: 724px;
  }
  .processing .bgtxt1 {
    font-size: 230px;
  }
  .processing .bgtxt2 {
    font-size: 230px;
  }
  .processing .mainbox {
    height: 530px;
    margin-top: 50px;
  }
  .processing .mainbox .imglist .item img {
    width: 120px;
    height: 120px;
  }
  .processing .mainbox .imglist .item .infobox {
    width: 430px;
  }
  .processing .mainbox .imglist .item .infobox p {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .indexswshow .swbox .swiper .swiper-wrapper .swiper-slide .imgcard .infobox {
    padding: 2.3958333333vw 2.8645833333vw;
  }
  .indexswshow .swbox .swiper .swiper-wrapper .swiper-slide .imgcard .infobox .subtitle {
    font-size: 16px;
  }
  .indexswshow .swbox .swiper .swiper-wrapper .swiper-slide .imgcard .infobox a {
    font-size: 16px;
  }
  .indexswshow .swbox .swiper .swiper-wrapper .swiper-slide .imgcard .infobox a span {
    margin-right: 20px;
  }
  .indexswshow .swbox .swiper .swiper-wrapper .swiper-slide .imgcard .infobox a img {
    width: auto;
  }
  .icopro .icolist {
    margin-top: 120px;
  }
  .icopro .icolist .item .icotitle {
    margin: 37px 0;
  }
  .icopro .icolist .item p {
    font-size: 16px;
    height: 100px;
  }
  .indexban2 .bgbox {
    height: 645px;
  }
  .indexban2 .bgbox h3 {
    line-height: 60px;
  }
}
@media (max-width: 420px) {
  .processing .mainbox .imglist .item .infobox p {
    font-size: 16px;
  }
  .icopro .icolist .item p {
    font-size: 16px;
  }
  .indexban2 .bgbox p {
    font-size: 16px;
  }
}
.intro .infobox {
  position: relative;
  padding: 7.8125vw 5.2083333333vw 5.2083333333vw;
}
.intro .infobox::before {
  content: "";
  display: block;
  width: 0.2604166667vw;
  height: 39.0625vw;
  background-color: #B99970;
  position: absolute;
  left: 0;
  top: 0;
}
.intro .infobox h3 {
  color: #B99970;
  line-height: 4.1666666667vw;
}
.intro .infobox h3.subtitle {
  color: #010101;
}
.intro .infobox pre {
  margin-top: 2.6041666667vw;
  font-size: 2.0833333333vw;
  color: #666;
}
@media (min-width: 768px) {
  .intro .infobox {
    padding: 60px 40px 40px;
  }
  .intro .infobox::before {
    width: 2px;
    height: 300px;
  }
  .intro .infobox h3 {
    line-height: 48px;
  }
  .intro .infobox pre {
    margin-top: 50px;
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .intro .infobox {
    padding: 115px 95px 70px;
  }
  .intro .infobox h3 {
    line-height: 48px;
  }
  .intro .infobox pre {
    margin-top: 50px;
  }
}
@media (max-width: 420px) {
  .intro .infobox pre {
    font-size: 16px;
  }
}
.intro > img {
  width: 100%;
}
@media (min-width: 768px) {
  .intro > img {
    width: 80%;
  }
}
@media (min-width: 1920px) {
  .intro > img {
    width: 70%;
  }
}
@media (max-width: 420px) {
  .intro .container-md {
    padding: 0;
  }
}

.ceobox {
  padding-top: 32.5520833333vw;
  background-color: #000;
  color: #fff;
  margin-top: -19.53125vw;
}
.ceobox p {
  margin: 11.71875vw 0;
  font-size: 3.90625vw;
}
.ceobox .ceo {
  font-size: 4.6875vw;
  text-align: right;
  margin-right: 20px;
  color: #B99970;
}
.ceobox .dian {
  width: 6.3%;
}
@media (min-width: 768px) {
  .ceobox {
    padding-top: 250px;
    height: 720px;
    margin-top: -150px;
  }
  .ceobox p {
    margin: 40px 0;
    font-size: 26px;
  }
  .ceobox .ceo {
    font-size: 26px;
  }
  .ceobox .imgbox {
    text-align: right;
    margin-top: -335px;
  }
  .ceobox .dian {
    width: auto;
  }
}
@media (min-width: 996px) {
  .ceobox {
    padding-top: 250px;
    height: 950px;
  }
  .ceobox p {
    margin: 60px 0;
    font-size: 36px;
  }
  .ceobox .imgbox {
    margin-top: -505px;
  }
}
@media (min-width: 1360px) {
  .ceobox {
    padding-top: 375px;
    height: 1110px;
  }
  .ceobox .imgbox {
    margin-top: -380px;
  }
}
@media (min-width: 768px) and (max-width: 1920px) {
  .ceobox .imgbox img {
    width: 48%;
  }
}
@media (max-width: 420px) {
  .ceobox p {
    font-size: 16px;
  }
  .ceobox .ceo {
    margin-bottom: 20px;
  }
}

.company {
  overflow: hidden;
  padding-top: 13.0208333333vw;
  padding-bottom: 6.5104166667vw;
}
.company .pinfo {
  margin: 7.1614583333vw 0;
}
.company .pinfo p {
  font-size: 2.0833333333vw;
}
.company .pinfo a {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.company .pinfo a span {
  font-size: 2.6041666667vw;
  margin-right: 1.3020833333vw;
  color: #B99970;
  font-family: "Marcellus-Regular";
}
.company #aboutussw1 {
  position: relative;
}
.company #aboutussw1 .swiper-wrapper .swiper-slide img {
  width: 100%;
  object-fit: cover;
}
.company #aboutussw1 .aboutsw-button-prev, .company #aboutussw1 .aboutsw-button-next {
  width: 3.90625vw;
  height: 18.2291666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(50% - 9.1145833333vw);
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10;
}
.company #aboutussw1 .aboutsw-button-prev img, .company #aboutussw1 .aboutsw-button-next img {
  width: 10px;
}
.company #aboutussw1 .aboutsw-button-prev {
  left: 0;
}
.company #aboutussw1 .aboutsw-button-next {
  right: 0;
}
@media (min-width: 768px) {
  .company {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .company .pinfo {
    margin: 55px 0;
  }
  .company .pinfo p {
    font-size: 16px;
  }
  .company .pinfo a span {
    font-size: 20px;
    margin-right: 10px;
  }
  .company #aboutussw1 {
    overflow: initial;
  }
  .company #aboutussw1 img {
    max-width: 560px;
  }
  .company #aboutussw1 .aboutsw-button-prev, .company #aboutussw1 .aboutsw-button-next {
    width: 30px;
    height: 140px;
    top: calc(50% - 70px);
  }
  .company #aboutussw1 .aboutsw-button-prev img, .company #aboutussw1 .aboutsw-button-next img {
    width: auto;
  }
}
@media (min-width: 1360px) {
  .company {
    padding-top: 350px;
  }
  .company .pinfo a span {
    font-size: 28px;
    margin-right: 20px;
  }
}
@media (max-width: 420px) {
  .company .pinfo p {
    font-size: 16px;
  }
}
@media (max-width: 420px) {
  .company .container-md {
    position: relative;
  }
  .company .container-md h1 {
    width: 80%;
  }
  .company .container-md .pinfo .col-9 {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .company .container-md .pinfo .col-3 {
    position: absolute;
    right: 15px;
    top: 35px;
  }
}

.benefit .getaquote {
  display: flex;
  align-items: center;
}
.benefit .getaquote span {
  font-size: 2.6041666667vw;
  margin-right: 1.3020833333vw;
  color: #B99970;
  text-align: right;
}
.benefit .infobox {
  background-color: #FBF9F9;
  padding: 4.9479166667vw 3.125vw;
  margin-top: 3.90625vw;
}
@media (min-width: 768px) {
  .benefit .getaquote span {
    font-size: 20px;
    margin-right: 10px;
  }
  .benefit .infobox {
    padding: 38px 24px;
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .benefit .infobox {
    padding: 38px 140px 38px 24px;
  }
}
@media (min-width: 1360px) {
  .benefit .getaquote span {
    font-size: 28px;
    margin-right: 20px;
  }
}

.whychooseus ul {
  margin-left: 2.6041666667vw;
  margin-top: 5.2083333333vw;
}
.whychooseus ul li {
  list-style: square;
  line-height: 3.3854166667vw;
  font-size: 2.0833333333vw;
}
.whychooseus ul li::marker {
  font-size: 2.734375vw;
}
@media (min-width: 768px) {
  .whychooseus ul {
    margin-left: 20px;
    margin-top: 40px;
  }
  .whychooseus ul li {
    list-style: square;
    line-height: 24px;
    font-size: 16px;
  }
  .whychooseus ul li::marker {
    font-size: 21px;
  }
}
@media (max-width: 420px) {
  .whychooseus ul li {
    font-size: 16px;
    line-height: 24px;
  }
}

.whoweserve {
  background: #F6F6F6;
}
.whoweserve .cardbox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6.5104166667vw;
}
@media (max-width: 767.9px) {
  .whoweserve .cardbox {
    flex-wrap: wrap;
  }
}
.whoweserve .cardbox .card {
  width: 44.2708333333vw;
  height: 28.6458333333vw;
  margin-top: 6.5104166667vw;
  background-color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #B99970;
}
.whoweserve .cardbox .card .icoinfo {
  height: 28.6458333333vw;
  text-align: center;
}
.whoweserve .cardbox .card .icoinfo i {
  font-size: 10.4166666667vw;
}
.whoweserve .cardbox .card .icoinfo .title {
  font-size: 3.6458333333vw;
  line-height: 3.6458333333vw;
  height: 50%;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .whoweserve .cardbox {
    margin-bottom: 50px;
  }
  .whoweserve .cardbox .card {
    width: 150px;
    height: 120px;
    margin-top: 50px;
  }
  .whoweserve .cardbox .card .icoinfo {
    height: 120px;
    text-align: center;
  }
  .whoweserve .cardbox .card .icoinfo i {
    font-size: 38px;
  }
  .whoweserve .cardbox .card .icoinfo .title {
    font-size: 16px;
    line-height: 16px;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .whoweserve .cardbox .card {
    width: 200px;
    height: 150px;
  }
  .whoweserve .cardbox .card .icoinfo {
    height: 150px;
  }
  .whoweserve .cardbox .card .icoinfo i {
    font-size: 50px;
  }
  .whoweserve .cardbox .card .icoinfo .title {
    font-size: 22px;
    line-height: 22px;
  }
}
@media (min-width: 768px) and (min-width: 1360px) {
  .whoweserve .cardbox .card {
    width: 280px;
    height: 222px;
  }
  .whoweserve .cardbox .card .icoinfo {
    height: 180px;
  }
  .whoweserve .cardbox .card .icoinfo i {
    font-size: 66px;
  }
  .whoweserve .cardbox .card .icoinfo .title {
    font-size: 28px;
    line-height: 30px;
  }
}
@media (max-width: 420px) {
  .whoweserve .cardbox .card {
    height: 36vw;
  }
}

.enteremail {
  padding: 16.9270833333vw 0;
}
.enteremail h3 {
  text-transform: uppercase;
}
.enteremail p {
  font-size: 3.125vw;
  color: #818181;
  margin: 1.3020833333vw 0 6.5104166667vw;
  font-weight: 300;
}
.enteremail form {
  display: flex;
}
.enteremail form input {
  height: 7.8125vw;
  width: 100%;
  display: block;
  padding: 1px 3.90625vw;
  font-size: 2.8645833333vw;
  border: 1px solid #D9D9D9;
  outline: none;
}
.enteremail form input::placeholder {
  color: #b7b7b7;
}
.enteremail form button {
  height: 7.8125vw;
  width: 24.7395833333vw;
  text-align: center;
  background-color: #000;
  font-size: 2.8645833333vw;
  color: #fff;
  display: block;
  border: 0;
}
@media (min-width: 768px) {
  .enteremail {
    padding: 130px 0;
  }
  .enteremail h3 {
    text-transform: uppercase;
  }
  .enteremail p {
    font-size: 24px;
    color: #818181;
    margin: 10px 0 50px;
  }
  .enteremail form {
    display: flex;
  }
  .enteremail form input {
    height: 60px;
    width: 100%;
    display: block;
    padding: 1px 30px;
    font-size: 22px;
    border: 1px solid #D9D9D9;
    outline: none;
  }
  .enteremail form button {
    height: 60px;
    width: 190px;
    text-align: center;
    background-color: #000;
    font-size: 22px;
    color: #fff;
    display: block;
    border: 0;
  }
}
@media (min-width: 768px) and (min-width: 992px) {
  .enteremail form input {
    height: 80px;
  }
  .enteremail form button {
    height: 80px;
  }
}

.howwework .numbox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7.8125vw;
  margin-top: 6.5104166667vw;
}
.howwework .numbox .tbox .num {
  font-size: 5.9895833333vw;
  color: #B99970;
  font-weight: bold;
}
.howwework .numbox .tbox .num .sub {
  font-size: 30%;
}
.howwework .numbox .tbox p {
  font-size: 2.6041666667vw;
  text-align: center;
}
.howwework .imginfo p {
  font-size: 2.34375vw;
  color: #808080;
  margin-bottom: 6.5104166667vw;
}
.howwework .imginfo .imglist {
  display: flex;
}
@media (max-width: 767.9px) {
  .howwework .imginfo .imglist {
    flex-direction: column;
    align-items: center;
  }
}
.howwework .imginfo .imglist .imgcard {
  width: 80%;
  height: 71.6145833333vw;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  overflow: hidden;
}
.howwework .imginfo .imglist .imgcard .mbox {
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 3.2552083333vw;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.howwework .imginfo .imglist .imgcard .mbox h5 {
  line-height: 4.9479166667vw;
}
.howwework .imginfo .imglist .imgcard .mbox p {
  margin-top: 3.2552083333vw;
  display: none;
  color: rgba(255, 255, 255, 0.4);
}
.howwework .imginfo .imglist .imgcard:hover .mbox {
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
}
.howwework .imginfo .imglist .imgcard:hover .mbox h5 {
  text-align: center;
}
.howwework .imginfo .imglist .imgcard:hover .mbox p {
  display: block;
}

.howvideo .banbox {
  height: 117.1875vw;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}
.howvideo .banbox .subtitle {
  font-size: 2.34375vw;
  color: #B99970;
  margin-bottom: 4.5572916667vw;
}
.howvideo .banbox h3 {
  line-height: 6.5104166667vw;
}
.howvideo .banbox img {
  margin: 5.2083333333vw 0;
  width: 10.4166666667vw;
}
.howvideo .banbox p {
  font-size: 2.34375vw;
  max-width: 97.65625vw;
}

.innovation .subtitle {
  text-align: center;
  font-size: 2.34375vw;
  color: #B99970;
}
.innovation h3 {
  text-align: center;
}
.innovation .cardbox {
  margin-top: 7.1614583333vw;
  display: flex;
  height: 58.59375vw;
  width: auto;
  display: flex;
}
.innovation .cardbox .info {
  width: 50%;
  padding: 3.90625vw 2.6041666667vw;
  background-color: #fbf9f9;
  overflow-y: scroll;
}
.innovation .cardbox .info .title {
  font-size: 3.6458333333vw;
  line-height: 3.6458333333vw;
  margin-bottom: 2.6041666667vw;
}
.innovation .cardbox .info p {
  color: #666;
  font-size: 2.0833333333vw;
}
.innovation .cardbox img {
  width: 50%;
  height: 100%;
  object-fit: cover;
}

.guarantee .mbox {
  background-color: #000;
}
.guarantee .mbox .imgbox {
  text-align: right;
}
.guarantee .mbox .imgbox img {
  height: 100%;
  object-fit: cover;
}
.guarantee .mbox .infobox {
  padding: 13.0208333333vw 10.4166666667vw;
  color: #fff;
}
.guarantee .mbox .infobox h3 {
  line-height: 6.25vw;
  margin-bottom: 4.5572916667vw;
}

.iscc h3 {
  line-height: 6.25vw;
  margin-bottom: 6.5104166667vw;
  margin-right: 6.5104166667vw;
}
.iscc p {
  color: #808080;
  font-size: 2.34375vw;
  margin-right: 6.5104166667vw;
}

.factorybanbox {
  height: 28.6458333333vw;
  background-color: #000;
  text-align: center;
}
.factorybanbox .bgtitle {
  font-size: 27.34375vw;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.2666666667);
}

.factorysw .swbtn {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.factorysw .swbtn .fbtn-prev {
  margin-right: 4.5572916667vw;
}
.factorysw .swbtn img {
  width: 5.2083333333vw;
}
.factorysw .swbox {
  margin-top: 11.71875vw;
  margin: 11.71875vw 5.859375vw;
}
.factorysw .swbox p {
  text-align: center;
  font-size: 2.8645833333vw;
  color: #666;
  margin-top: 5.2083333333vw;
}
.factorysw .swbox .swiper-slide {
  text-align: center;
}
.factorysw .swbox .swiper-slide img {
  border: 2px solid #B99970;
}

@media (min-width: 768px) {
  .howwework .numbox {
    margin-bottom: 60px;
    margin-top: 50px;
  }
  .howwework .numbox .tbox .num {
    font-size: 46px;
  }
  .howwework .numbox .tbox p {
    font-size: 20px;
  }
  .howwework .imginfo h5 {
    font-size: 28px;
  }
  .howwework .imginfo p {
    font-size: 18px;
    margin-bottom: 50px;
  }
  .howwework .imginfo .imglist {
    display: flex;
    justify-content: space-between;
  }
  .howwework .imginfo .imglist .imgcard {
    width: 225px;
    height: 320px;
    background-size: contain;
  }
  .howwework .imginfo .imglist .imgcard .mbox {
    width: 100%;
    height: 100%;
    padding: 15px;
  }
  .howwework .imginfo .imglist .imgcard .mbox h5 {
    line-height: 38px;
    font-size: 24px;
  }
  .howwework .imginfo .imglist .imgcard .mbox p {
    margin-top: 25px;
  }
  .howvideo .banbox {
    height: 500px;
  }
  .howvideo .banbox .subtitle {
    font-size: 18px;
    margin-bottom: 35px;
  }
  .howvideo .banbox h3 {
    line-height: 40px;
  }
  .howvideo .banbox img {
    margin: 20px 0;
    width: auto;
  }
  .howvideo .banbox p {
    font-size: 18px;
    max-width: 970px;
  }
  .innovation .subtitle {
    font-size: 18px;
  }
  .innovation h3 {
    text-align: center;
  }
  .innovation .col-12:nth-child(1) .cardbox {
    padding-right: 20px;
  }
  .innovation .col-12:nth-child(2) .cardbox {
    padding-left: 20px;
  }
  .innovation .cardbox {
    margin-top: 55px;
    height: 410px;
    width: auto;
  }
  .innovation .cardbox .info {
    width: 50%;
    padding: 60px 40px;
    overflow-y: initial;
  }
  .innovation .cardbox .info .title {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .innovation .cardbox .info p {
    font-size: 16px;
  }
  .innovation .cardbox img {
    width: 50%;
    height: 100%;
  }
  .guarantee .mbox {
    display: flex;
  }
  .guarantee .mbox .imgbox {
    width: 55%;
  }
  .guarantee .mbox .imgbox img {
    height: 100%;
    object-fit: cover;
  }
  .guarantee .mbox .infobox {
    width: 45%;
    padding: 40px 20px;
  }
  .guarantee .mbox .infobox h3 {
    line-height: 32px;
    margin-bottom: 35px;
  }
  .iscc h3 {
    line-height: 38px;
    margin-bottom: 20px;
    margin-right: 30px;
  }
  .iscc p {
    color: #808080;
    font-size: 18px;
    margin-right: 20px;
  }
  .factorybanbox {
    height: 220px;
  }
  .factorybanbox .bgtitle {
    font-size: 210px;
  }
  .factorysw .swbtn .fbtn-prev {
    margin-right: 35px;
  }
  .factorysw .swbtn img {
    width: auto;
  }
  .factorysw .swbox {
    margin-top: 90px;
    margin: 90px 45px;
  }
  .factorysw .swbox p {
    text-align: center;
    font-size: 22px;
    color: #666;
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .howwework .numbox {
    margin-bottom: 120px;
    margin-top: 100px;
  }
  .howwework .numbox .tbox .num {
    font-size: 72px;
  }
  .howwework .numbox .tbox p {
    font-size: 24px;
  }
  .howwework .imginfo p {
    font-size: 18px;
    margin-bottom: 50px;
  }
  .howwework .imginfo .imglist .imgcard {
    width: 295px;
    height: 420px;
  }
  .howwework .imginfo .imglist .imgcard .mbox {
    width: 100%;
    height: 100%;
    padding: 15px;
  }
  .howwework .imginfo .imglist .imgcard .mbox h5 {
    line-height: 38px;
    font-size: 36px;
  }
  .howwework .imginfo .imglist .imgcard .mbox p {
    margin-top: 25px;
  }
  .howvideo .banbox {
    height: 645px;
  }
  .howvideo .banbox .subtitle {
    font-size: 18px;
    margin-bottom: 35px;
  }
  .howvideo .banbox h3 {
    line-height: 50px;
  }
  .howvideo .banbox img {
    margin: 40px 0;
  }
  .howvideo .banbox p {
    font-size: 18px;
    max-width: 1110px;
  }
  .innovation .subtitle {
    font-size: 18px;
  }
  .innovation h3 {
    text-align: center;
  }
  .innovation .cardbox {
    margin-top: 55px;
    height: 280px;
    width: auto;
  }
  .innovation .cardbox .info {
    width: 50%;
    padding: 20px 10px;
  }
  .innovation .cardbox .info .title {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .innovation .cardbox .info p {
    font-size: 14px;
  }
  .guarantee .mbox .imgbox {
    width: 55%;
  }
  .guarantee .mbox .imgbox img {
    height: 100%;
    object-fit: cover;
  }
  .guarantee .mbox .infobox {
    width: 45%;
    padding: 100px 80px;
  }
  .guarantee .mbox .infobox h3 {
    line-height: 48px;
    margin-bottom: 35px;
  }
  .iscc h3 {
    line-height: 48px;
    margin-bottom: 50px;
    margin-right: 50px;
  }
  .iscc p {
    font-size: 18px;
    margin-right: 50px;
  }
}
@media (min-width: 1360px) {
  .howwework .numbox {
    margin-bottom: 120px;
    margin-top: 100px;
  }
  .howwework .numbox .tbox .num {
    font-size: 72px;
  }
  .howwework .numbox .tbox p {
    font-size: 24px;
  }
  .howwework .imginfo p {
    font-size: 18px;
    margin-bottom: 50px;
  }
  .howwework .imginfo .imglist .imgcard {
    width: 388px;
    height: 555px;
  }
  .howwework .imginfo .imglist .imgcard .mbox {
    width: 100%;
    height: 100%;
    padding: 25px;
  }
  .howwework .imginfo .imglist .imgcard .mbox h5 {
    line-height: 38px;
  }
  .howwework .imginfo .imglist .imgcard .mbox p {
    margin-top: 25px;
  }
  .innovation .subtitle {
    font-size: 18px;
  }
  .innovation .cardbox {
    margin-top: 95px;
    height: 470px;
    width: 620px;
  }
  .innovation .cardbox .info {
    width: 50%;
    padding: 60px 40px;
  }
  .innovation .cardbox .info .title {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .innovation .cardbox .info p {
    font-size: 16px;
  }
  .guarantee .mbox .imgbox {
    width: 55%;
  }
  .guarantee .mbox .imgbox img {
    height: 100%;
    object-fit: cover;
  }
  .guarantee .mbox .infobox {
    width: 45%;
    padding: 150px 110px;
  }
  .guarantee .mbox .infobox h3 {
    line-height: 48px;
    margin-bottom: 35px;
    width: 430px;
  }
  .guarantee .mbox .infobox p {
    width: 430px;
  }
}
@media (max-width: 420px) {
  .howwework .imginfo p {
    font-size: 16px;
  }
  .howwework .imginfo .imglist .imgcard {
    margin-bottom: 20px;
    height: 75vw;
  }
  .howwework .imginfo .imglist .imgcard .mbox h5 {
    margin-top: 30px;
  }
  .howvideo .banbox p {
    font-size: 16px;
  }
  .iscc p {
    font-size: 16px;
  }
  .factorysw .swbox p {
    font-size: 22px;
  }
}
.qualityhow {
  margin-bottom: 3.90625vw;
}
.qualityhow .container-md {
  position: relative;
}
.qualityhow .container-md::before {
  content: "";
  width: 1px;
  height: 33.8541666667vw;
  background-color: #d0d0d0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.qualityhow .container-md h4 {
  padding: 10.4166666667vw 7.8125vw;
  line-height: 5.46875vw;
}
.qualityhow .container-md h4 span {
  color: #B99970;
  font-family: "Marcellus-Regular";
}
.qualityhow .container-md h3 {
  margin-bottom: 9.1145833333vw;
}
.qualityhow .container-md .cardbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.qualityhow .container-md .cardbox .card {
  width: 42.96875vw;
  height: 39.0625vw;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 2.6041666667vw;
  margin-bottom: 2.6041666667vw;
}
.qualityhow .container-md .cardbox .card i {
  font-size: 7.8125vw;
  color: #B99970;
}
.qualityhow .container-md .cardbox .card p {
  color: #fff;
  font-size: 2.6041666667vw;
  text-align: center;
}

.qualtyrigorous h3 {
  max-width: 105.46875vw;
  margin: auto;
  margin-bottom: 6.5104166667vw;
}
.qualtyrigorous .swbox {
  position: relative;
}
.qualtyrigorous .swiper {
  width: 58.59375vw;
  height: 45.5729166667vw;
}
.qualtyrigorous .swiper img {
  object-fit: cover;
}
.qualtyrigorous .swiper-pagination {
  bottom: -7.8125vw;
}
.qualtyrigorous ul {
  margin-left: 1.3020833333vw;
  margin-top: 1.3020833333vw;
}
.qualtyrigorous ul li {
  display: flex;
  color: #666;
  margin-bottom: 1.3020833333vw;
}
.qualtyrigorous ul li .num {
  font-size: 4.9479166667vw;
  color: #B99970;
  margin-right: 2.6041666667vw;
  line-height: 4.9479166667vw;
  font-family: "Marcellus-Regular";
  width: 1.953125vw;
}

.qualtyafter {
  background-color: #f7f7f7;
  padding: 13.0208333333vw 0;
}
.qualtyafter p {
  color: #666;
}
.qualtyafter p.text-center {
  margin: 3.90625vw 0 2.6041666667vw;
}
@media (max-width: 767.9px) {
  .qualtyafter .info {
    text-align: center;
    margin-bottom: 5.2083333333vw;
  }
}
.qualtyafter .info p {
  margin-top: 2.6041666667vw;
}
.qualtyafter .info a {
  margin-top: 5.2083333333vw;
  display: inline-block;
  font-size: 18px;
  color: #B99970;
}
.qualtyafter .swbox {
  position: relative;
}
.qualtyafter .swbox .swiper {
  width: 100%;
  height: 57.8125vw;
}
.qualtyafter .swbox .swiper-pagination {
  bottom: -5.2083333333vw;
}

.qualitypursue .mbox {
  height: 61.9791666667vw;
}
.qualitypursue .mbox h3 {
  color: #B99970;
  padding: 13.0208333333vw 0;
}
.qualitypursue .container-md {
  margin-top: -28.6458333333vw;
}
.qualitypursue .container-md .card {
  background-color: #fff;
  box-shadow: 7px 7px 7px 0px rgba(4, 0, 0, 0.15);
  padding: 6.5104166667vw;
}
@media (max-width: 767.9px) {
  .qualitypursue .container-md .card {
    margin-bottom: 2.6041666667vw;
  }
}
.qualitypursue .container-md .card .title {
  font-size: 3.6458333333vw;
  margin-bottom: 1.3020833333vw;
  margin-top: 1.3020833333vw;
}
.qualitypursue .container-md .card p {
  font-size: 2.0833333333vw;
  color: #333;
}

.qualitycustom {
  overflow: hidden;
  margin-bottom: 6.5104166667vw;
}
.qualitycustom .swbox {
  margin-top: 7.8125vw;
  position: relative;
}
.qualitycustom .swbox .swiper {
  overflow: initial;
  width: 100%;
}
.qualitycustom .swbox .card {
  width: 100%;
  height: 91.1458333333vw;
  background-color: #000;
  padding: 5.2083333333vw 13.0208333333vw;
}
@media (min-width: 450px) {
  .qualitycustom .swbox .card {
    height: 63.8020833333vw;
  }
}
.qualitycustom .swbox .card img {
  width: 13.0208333333vw;
}
.qualitycustom .swbox .card .title {
  margin: 2.6041666667vw 0;
  color: #B99970;
  font-size: 3.125vw;
}
.qualitycustom .swbox .card p {
  font-size: 2.34375vw;
  color: rgba(255, 255, 255, 0.5333333333);
  text-align: left;
}
.qualitycustom .swbox .swiper-pagination {
  bottom: -7.1614583333vw;
}

.downgetaquote {
  background-color: #f7f7f7;
  height: 40.3645833333vw;
  display: flex;
  align-items: center;
}
.downgetaquote .col-4 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media (min-width: 768px) {
  .qualityhow {
    margin-bottom: 30px;
  }
  .qualityhow .container-md::before {
    width: 1px;
    height: 260px;
  }
  .qualityhow .container-md h4 {
    padding: 80px 60px;
    line-height: 42px;
  }
  .qualityhow .container-md h3 {
    margin-bottom: 70px;
  }
  .qualityhow .container-md .cardbox {
    flex-wrap: nowrap;
  }
  .qualityhow .container-md .cardbox .card {
    width: 160px;
    height: 160px;
    padding: 10px;
    margin-bottom: 0px;
  }
  .qualityhow .container-md .cardbox .card i {
    font-size: 45px;
  }
  .qualityhow .container-md .cardbox .card p {
    font-size: 12px;
  }
  .qualtyrigorous h3 {
    max-width: 810px;
    margin-bottom: 50px;
  }
  .qualtyrigorous .swiper {
    width: 345px;
    height: 290px;
  }
  .qualtyrigorous .swiper-pagination {
    bottom: -40px;
  }
  .qualtyrigorous ul {
    margin-left: 10px;
    margin-top: 10px;
  }
  .qualtyrigorous ul li {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .qualtyrigorous ul li .num {
    font-size: 38px;
    margin-right: 20px;
    line-height: 38px;
    width: 15px;
  }
  .qualtyafter {
    padding: 40px 0;
  }
  .qualtyafter p.text-center {
    margin: 20px 0 20px;
  }
  .qualtyafter .info p {
    margin-top: 20px;
    font-size: 12px;
  }
  .qualtyafter .info a {
    margin-top: 20px;
  }
  .qualtyafter .swbox .swiper {
    width: 450px;
    height: 260px;
  }
  .qualtyafter .swbox .swiper-pagination {
    bottom: -40px;
  }
  .qualitypursue .mbox {
    height: 400px;
  }
  .qualitypursue .mbox h3 {
    padding: 80px 0;
  }
  .qualitypursue .container-md {
    margin-top: -160px;
  }
  .qualitypursue .container-md .card {
    height: 290px;
    padding: 20px;
  }
  .qualitypursue .container-md .card .title {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .qualitypursue .container-md .card p {
    font-size: 12px;
  }
  .qualitycustom {
    margin-bottom: 50px;
  }
  .qualitycustom .swbox {
    margin-top: 60px;
  }
  .qualitycustom .swbox .swiper {
    width: 510px;
  }
  .qualitycustom .swbox .card {
    width: 100%;
    height: 320px;
    padding: 45px 50px;
  }
  .qualitycustom .swbox .card img {
    width: 80px;
  }
  .qualitycustom .swbox .card .title {
    margin: 15px 0;
    font-size: 20px;
  }
  .qualitycustom .swbox .card p {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5333333333);
  }
  .qualitycustom .swbox .swiper-pagination {
    bottom: -50px;
  }
  .downgetaquote {
    height: 310px;
  }
}
@media (min-width: 992px) {
  .qualityhow {
    margin-bottom: 30px;
  }
  .qualityhow .container-md::before {
    width: 1px;
    height: 295px;
  }
  .qualityhow .container-md h4 {
    padding: 80px 120px;
    line-height: 42px;
  }
  .qualityhow .container-md h3 {
    margin-bottom: 70px;
  }
  .qualityhow .container-md .cardbox .card {
    width: 215px;
    height: 240px;
    padding: 20px;
  }
  .qualityhow .container-md .cardbox .card i {
    font-size: 65px;
  }
  .qualityhow .container-md .cardbox .card p {
    font-size: 16px;
  }
  .qualtyrigorous h3 {
    max-width: 810px;
    margin-bottom: 50px;
  }
  .qualtyrigorous .swiper {
    width: 460px;
    height: 390px;
  }
  .qualtyrigorous .swiper-pagination {
    bottom: -40px;
  }
  .qualtyrigorous ul {
    margin-left: 20px;
    margin-top: 10px;
  }
  .qualtyrigorous ul li {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .qualtyrigorous ul li .num {
    font-size: 38px;
    margin-right: 30px;
    line-height: 40px;
    width: 15px;
  }
  .qualtyafter {
    padding: 80px 0;
  }
  .qualtyafter p.text-center {
    margin: 30px 0 40px;
  }
  .qualtyafter .info p {
    margin-top: 20px;
    font-size: 16px;
  }
  .qualtyafter .info a {
    margin-top: 100px;
  }
  .qualtyafter .swbox .swiper {
    width: 605px;
    height: 345px;
  }
  .qualtyafter .swbox .swiper-pagination {
    bottom: -40px;
  }
  .qualitypursue .mbox {
    height: 400px;
  }
  .qualitypursue .mbox h3 {
    padding: 80px 0;
  }
  .qualitypursue .container-md {
    margin-top: -160px;
  }
  .qualitypursue .container-md .card {
    height: 340px;
    padding: 20px;
  }
  .qualitypursue .container-md .card .title {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .qualitypursue .container-md .card p {
    font-size: 16px;
  }
  .qualitycustom {
    margin-bottom: 50px;
  }
  .qualitycustom .swbox {
    margin-top: 60px;
  }
  .qualitycustom .swbox .swiper {
    width: 830px;
  }
  .qualitycustom .swbox .card {
    width: 100%;
    height: 460px;
    padding: 45px 100px;
  }
  .qualitycustom .swbox .card img {
    width: auto;
  }
  .qualitycustom .swbox .card .title {
    margin: 15px 0;
    font-size: 24px;
  }
  .qualitycustom .swbox .card p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5333333333);
  }
  .qualitycustom .swbox .swiper-pagination {
    bottom: -50px;
  }
}
@media (min-width: 1360px) {
  .qualityhow {
    margin-bottom: 30px;
  }
  .qualityhow .container-md::before {
    width: 1px;
    height: 295px;
  }
  .qualityhow .container-md h4 {
    padding: 100px 150px;
    line-height: 42px;
  }
  .qualityhow .container-md h3 {
    margin-bottom: 70px;
  }
  .qualityhow .container-md .cardbox .card {
    width: 305px;
    height: 305px;
    padding: 40px;
  }
  .qualityhow .container-md .cardbox .card i {
    font-size: 65px;
  }
  .qualtyrigorous h3 {
    max-width: 810px;
    margin-bottom: 50px;
  }
  .qualtyrigorous .swiper {
    width: 600px;
    height: 515px;
  }
  .qualtyrigorous .swiper-pagination {
    bottom: -40px;
  }
  .qualtyrigorous ul {
    margin-left: 20px;
    margin-top: 50px;
  }
  .qualtyrigorous ul li {
    margin-bottom: 58px;
  }
  .qualtyrigorous ul li .num {
    font-size: 48px;
    margin-right: 35px;
    line-height: 48px;
    width: 20px;
  }
  .qualtyafter {
    padding: 100px 0;
  }
  .qualtyafter p.text-center {
    margin: 30px 0 80px;
  }
  .qualtyafter .info p {
    margin-top: 20px;
    line-height: 32px;
  }
  .qualtyafter .info a {
    margin-top: 100px;
  }
  .qualtyafter .swbox .swiper {
    width: 780px;
    height: 444px;
  }
  .qualtyafter .swbox .swiper-pagination {
    bottom: -40px;
  }
  .qualitypursue .mbox {
    height: 476px;
  }
  .qualitypursue .mbox h3 {
    padding: 100px 0;
  }
  .qualitypursue .container-md {
    margin-top: -220px;
  }
  .qualitypursue .container-md .card {
    height: 365px;
    padding: 50px;
  }
  .qualitypursue .container-md .card .title {
    font-size: 28px;
    margin-bottom: 48px;
    margin-top: 10px;
  }
  .qualitycustom {
    margin-bottom: 50px;
  }
  .qualitycustom .swbox {
    margin-top: 60px;
  }
  .qualitycustom .swbox .swiper {
    width: 1050px;
  }
  .qualitycustom .swbox .card {
    width: 100%;
    height: 460px;
    padding: 65px 120px;
  }
  .qualitycustom .swbox .card .title {
    margin: 20px 0;
    font-size: 24px;
  }
  .qualitycustom .swbox .card p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5333333333);
  }
  .qualitycustom .swbox .swiper-pagination {
    bottom: -50px;
  }
}
@media (max-width: 420px) {
  .qualitypursue .container-md .card .title {
    font-size: 18px;
  }
  .qualitypursue .container-md .card p {
    font-size: 16px;
  }
  .downgetaquote .container-md .btn {
    font-size: 14px;
  }
  .qualtyrigorous .swiper {
    width: 100%;
    height: 270px;
  }
  .qualtyrigorous .swiper .sw-btn-prev, .qualtyrigorous .swiper .sw-btn-next {
    top: calc(50% - 60px);
  }
}
.service-block1 .container-md {
  padding-top: 6.5104166667vw;
  position: relative;
}
.service-block1 .container-md::before {
  content: "";
  width: 2px;
  height: 26.0416666667vw;
  background-color: #B99970;
  position: absolute;
  top: 0;
  left: 0;
}
.service-block1 .container-md h5 {
  margin-bottom: 24px;
}
.service-block1 .container-md h5 span {
  color: #B99970;
}
.service-block1 .container-md p {
  font-size: 3.125vw;
}

.service-block2 h3 {
  margin-bottom: 5.2083333333vw;
}
.service-block2 p {
  color: #4d4d4d;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}
.service-block2 .btn {
  display: inline-block;
  margin-top: 7.8125vw;
  font-family: "Marcellus-Regular";
}

.service-block3 .bgbox {
  height: 49.7395833333vw;
  padding-top: 11.71875vw;
}
.service-block3 .bgbox h3 {
  color: #fff;
}
.service-block3 .swbox {
  position: relative;
  margin-bottom: 6.5104166667vw;
  margin-top: -19.53125vw;
}
.service-block3 .swbox .swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 82.03125vw;
}
.service-block3 .swbox .swiper-pagination {
  margin-bottom: -9.1145833333vw;
}
.service-block3 ul {
  padding: 6.5104166667vw 3.90625vw 0;
}
.service-block3 ul li {
  margin-bottom: 2.6041666667vw;
  display: flex;
}
.service-block3 ul li i {
  margin-right: 2.6041666667vw;
}
.service-block3 ul li span {
  color: #4d4d4d;
}
.service-block3 ul li:hover i {
  color: #B99970;
}

.service-block4 {
  background-image: url(../images/service.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 8.59375vw;
  padding-bottom: 11.71875vw;
}
.service-block4 p {
  width: 84.6354166667vw;
  margin: auto;
  text-align: center;
  color: #4d4d4d;
  margin-bottom: 7.8125vw;
}
.service-block4 .swbox .swiper {
  width: 53.3854166667vw;
  height: 57.2916666667vw;
}
.service-block4 .swbox .swiper .swiper-slide {
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-block4 .swbox .swiper .swiper-slide img {
  width: 100%;
}
.service-block4 .infobox {
  padding: 2.6041666667vw;
}
.service-block4 .infobox img {
  margin-bottom: 6.5104166667vw;
}
.service-block4 .infobox p {
  text-align: left;
  font-size: 2.34375vw;
  line-height: 4.1666666667vw;
  width: 100%;
}
.service-block4 .infobox a {
  margin-top: 0px;
  display: inline-block;
  font-family: "Marcellus-Regular";
}

.servic-block5 h3 {
  margin-bottom: 5.2083333333vw;
}
.servic-block5 .bbox {
  background-color: #000;
  height: 35.15625vw;
}
.servic-block5 .imgbox {
  height: 65.1041666667vw;
  text-align: right;
  margin-top: 2.6041666667vw;
}

@media (min-width: 768px) {
  .service-block1 .container-md {
    padding: 50px 80px 40px;
  }
  .service-block1 .container-md::before {
    width: 2px;
    height: 200px;
  }
  .service-block1 .container-md h5 {
    font-size: 22px;
  }
  .service-block1 .container-md p {
    font-size: 16px;
  }
  .service-block2 h3 {
    margin-bottom: 10px;
  }
  .service-block2 .btn {
    margin-top: 10px;
  }
  .service-block3 .bgbox {
    height: 320px;
    padding-top: 70px;
  }
  .service-block3 .swbox {
    margin-bottom: 50px;
    margin-top: -150px;
  }
  .service-block3 .swbox .swiper-slide img {
    width: 100%;
    height: 400px;
  }
  .service-block3 .swbox .swiper-pagination {
    margin-bottom: -50px;
  }
  .service-block3 ul {
    padding: 30px 10px 0;
  }
  .service-block3 ul li {
    margin-bottom: 10px;
    line-height: 15px;
  }
  .service-block3 ul li i {
    margin-right: 10px;
  }
  .service-block4 {
    padding-top: 66px;
    padding-bottom: 90px;
  }
  .service-block4 p {
    width: 650px;
    margin-bottom: 60px;
  }
  .service-block4 .swbox .swiper {
    width: 100%;
    height: 420px;
  }
  .service-block4 .infobox {
    padding: 10px;
  }
  .service-block4 .infobox img {
    margin-bottom: 10px;
  }
  .service-block4 .infobox p {
    font-size: 18px;
    line-height: 32px;
  }
  .service-block4 .infobox a {
    margin-top: 0px;
  }
  .servic-block5 h3 {
    margin-bottom: 40px;
  }
  .servic-block5 .bbox {
    height: 200px;
  }
  .servic-block5 .colls {
    padding-right: 0px;
  }
  .servic-block5 .imgbox {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .service-block1 .container-md {
    padding: 100px 80px 40px;
  }
  .service-block1 .container-md::before {
    width: 2px;
    height: 200px;
  }
  .service-block1 .container-md h5 {
    font-size: 36px;
  }
  .service-block1 .container-md p {
    font-size: 20px;
  }
  .service-block2 h3 {
    margin-bottom: 20px;
  }
  .service-block2 .btn {
    margin-top: 20px;
  }
  .service-block3 .bgbox {
    height: 382px;
    padding-top: 90px;
  }
  .service-block3 .swbox {
    margin-bottom: 50px;
    margin-top: -150px;
  }
  .service-block3 .swbox .swiper-slide img {
    width: 100%;
    height: 630px;
  }
  .service-block3 .swbox .swiper-pagination {
    margin-bottom: -50px;
  }
  .service-block3 ul {
    padding: 110px 30px 0;
  }
  .service-block3 ul li {
    margin-bottom: 20px;
    line-height: normal;
  }
  .service-block3 ul li i {
    margin-right: 20px;
    font-size: 25px;
    margin-top: 6px;
  }
  .service-block3 ul li span {
    font-size: 18px;
  }
  .service-block4 {
    padding-top: 66px;
    padding-bottom: 90px;
  }
  .service-block4 p {
    width: 650px;
    margin-bottom: 60px;
  }
  .service-block4 .swbox .swiper {
    width: 100%;
    height: 515px;
  }
  .service-block4 .infobox {
    padding: 20px;
  }
  .service-block4 .infobox img {
    margin-bottom: 50px;
  }
  .service-block4 .infobox p {
    font-size: 18px;
    line-height: 32px;
  }
  .service-block4 .infobox a {
    margin-top: 100px;
  }
  .servic-block5 h3 {
    margin-bottom: 40px;
  }
  .servic-block5 .bbox {
    height: 270px;
  }
  .servic-block5 .colls {
    padding-right: 50px;
  }
  .servic-block5 .imgbox {
    height: 300px;
  }
}
@media (min-width: 1360px) {
  .service-block1 .container-md {
    padding: 195px 155px 50px;
  }
  .service-block1 .container-md::before {
    width: 2px;
    height: 300px;
  }
  .service-block1 .container-md p {
    font-size: 24px;
  }
  .service-block2 h3 {
    margin-bottom: 40px;
  }
  .service-block2 .btn {
    margin-top: 60px;
  }
  .service-block4 {
    padding-top: 66px;
    padding-bottom: 90px;
  }
  .service-block4 p {
    width: 650px;
    margin-bottom: 60px;
  }
  .service-block4 .swbox .swiper {
    width: 410px;
    height: 645px;
  }
  .service-block4 .infobox {
    padding: 100px;
    padding-right: 0;
  }
  .service-block4 .infobox img {
    margin-bottom: 50px;
  }
  .service-block4 .infobox p {
    font-size: 18px;
    line-height: 32px;
  }
  .service-block4 .infobox a {
    margin-top: 100px;
  }
  .servic-block5 h3 {
    margin-bottom: 80px;
  }
  .servic-block5 .bbox {
    height: 270px;
  }
  .servic-block5 .colls {
    padding-right: 100px;
  }
  .servic-block5 .imgbox {
    height: 500px;
  }
}
@media (max-width: 420px) {
  .service-block1 .container-md p {
    font-size: 16px;
  }
  .service-block2 p {
    font-size: 16px;
  }
  .service-block3 .swbox .swiper-pagination {
    margin-bottom: -42px;
  }
  .service-block4 .infobox img {
    width: 30px;
  }
  .service-block4 .infobox p {
    font-size: 16px;
    line-height: 22px;
  }
}
.contact-block1 {
  background-color: #f7f7f7;
  padding: 6.5104166667vw 0;
}
.contact-block1 .card {
  background-color: #fff;
  height: 36.4583333333vw;
  padding: 6.5104166667vw;
  text-align: center;
  margin-bottom: 2.6041666667vw;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.contact-block1 .card img {
  height: 36px;
  object-fit: none;
}
.contact-block1 .card .title {
  color: #B99970;
  font-size: 3.125vw;
  margin: 2.6041666667vw 0;
  font-family: "Marcellus-Regular";
}
.contact-block1 .card p {
  font-size: 2.34375vw;
  color: #666;
  word-break: break-word;
}
.contact-block1 .card:hover {
  height: auto !important;
}

.contact-block2 {
  position: relative;
}
.contact-block2 .addressbox .infobox {
  padding-top: 3.90625vw;
}
.contact-block2 .addressbox .infobox p {
  font-size: 2.34375vw;
  color: #666;
  margin-top: 2.6041666667vw;
}
.contact-block2 .addressbox .infobox ul {
  margin-top: 5.2083333333vw;
  margin-left: 2.6041666667vw;
  position: relative;
}
.contact-block2 .addressbox .infobox ul::before {
  content: "";
  height: 100%;
  border-left: 2px dashed #f7f7f7;
  position: absolute;
  left: 1.953125vw;
  z-index: -1;
}
.contact-block2 .addressbox .infobox ul li {
  display: flex;
  align-items: center;
  margin-bottom: 2.6041666667vw;
  font-size: 2.0833333333vw;
}
.contact-block2 .addressbox .infobox ul li .num {
  width: 3.90625vw;
  height: 3.90625vw;
  border-radius: 50%;
  background-color: #000;
  color: #B99970;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8229166667vw;
  margin-right: 7.8125vw;
  flex: none;
}
.contact-block2 .addressbox .map {
  background-color: #666;
  height: 62.5vw;
}
@media (min-width: 1920px) {
  .contact-block2 .addressbox .map {
    height: 700px;
  }
}
.contact-block2 .formbox {
  margin-top: 60px;
  margin-bottom: 30px;
}
.contact-block2 .formbox .headbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-block2 .formbox .headbox .titbox {
  width: 70%;
}
.contact-block2 .formbox .headbox .titbox h5 {
  line-height: 34px;
}
.contact-block2 .formbox .headbox .icolist {
  display: flex;
  justify-content: space-between;
  width: 160px;
}
.contact-block2 .formbox .headbox .icolist li i {
  font-size: 38px;
  color: #000;
}
.contact-block2 .formbox .getaquote {
  margin-top: 100px;
}
.contact-block2 .formbox .form-control {
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 30px;
}
.contact-block2 .formbox label.error {
  bottom: 30px;
}
.contact-block2 .formbox #submitbtn {
  font-family: "Marcellus-Regular";
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-top: 60px;
  margin-bottom: 100px;
}

@media (min-width: 768px) {
  .contact-block1 {
    padding: 100px 0;
  }
  .contact-block1 .col-12 {
    height: 200px;
  }
  .contact-block1 .card {
    height: 200px;
    padding: 20px;
  }
  .contact-block1 .card i {
    font-size: 35px;
  }
  .contact-block1 .card .title {
    font-size: 18px;
    margin: 5px 0;
  }
  .contact-block1 .card p {
    font-size: 12px;
  }
  .contact-block2 .addressbox {
    display: flex;
  }
  .contact-block2 .addressbox .infobox {
    width: 40%;
    padding-top: 30px;
  }
  .contact-block2 .addressbox .infobox p {
    font-size: 18px;
    margin-top: 20px;
  }
  .contact-block2 .addressbox .infobox ul {
    margin-top: 30px;
    margin-left: 20px;
  }
  .contact-block2 .addressbox .infobox ul::before {
    left: 10px;
  }
  .contact-block2 .addressbox .infobox ul li {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .contact-block2 .addressbox .infobox ul li .num {
    width: 20px;
    height: 20px;
    font-size: 12px;
    margin-right: 20px;
  }
  .contact-block2 .addressbox .map {
    position: absolute;
    right: 0;
    top: -4.6875vw;
    width: 52.6041666667vw;
  }
  .contact-block2 .formbox {
    margin-top: 60px;
  }
  .contact-block2 .formbox .headbox .titbox {
    width: 70%;
  }
  .contact-block2 .formbox .headbox .titbox h5 {
    line-height: 20px;
  }
  .contact-block2 .formbox .headbox .icolist {
    width: 160px;
  }
  .contact-block2 .formbox .headbox .icolist li i {
    font-size: 38px;
  }
  .contact-block2 .formbox .form-control {
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .contact-block1 {
    padding: 150px 0;
  }
  .contact-block1 .col-12 {
    height: 250px;
  }
  .contact-block1 .card {
    height: 250px;
    padding: 30px;
  }
  .contact-block1 .card i {
    font-size: 35px;
  }
  .contact-block1 .card .title {
    font-size: 22px;
    margin: 15px 0;
  }
  .contact-block1 .card p {
    font-size: 16px;
  }
  .contact-block2 .addressbox .infobox {
    width: 40%;
    padding-top: 40px;
  }
  .contact-block2 .addressbox .infobox p {
    font-size: 18px;
    margin-top: 20px;
  }
  .contact-block2 .addressbox .infobox ul {
    margin-top: 80px;
    margin-left: 50px;
  }
  .contact-block2 .addressbox .infobox ul::before {
    left: 15px;
  }
  .contact-block2 .addressbox .infobox ul li {
    margin-bottom: 40px;
  }
  .contact-block2 .addressbox .infobox ul li .num {
    width: 30px;
    height: 30px;
    font-size: 14px;
    margin-right: 60px;
  }
  .contact-block2 .addressbox .map {
    top: -4.6875vw;
    width: 52.6041666667vw;
    height: 38vw;
  }
  .contact-block2 .formbox {
    margin-top: 60px;
  }
  .contact-block2 .formbox .headbox .titbox {
    width: 70%;
  }
  .contact-block2 .formbox .headbox .titbox h5 {
    line-height: 40px;
  }
  .contact-block2 .formbox .headbox .icolist {
    width: 160px;
  }
  .contact-block2 .formbox .headbox .icolist li i {
    font-size: 38px;
  }
}
@media (min-width: 1360px) {
  .contact-block1 {
    padding: 200px 0;
  }
  .contact-block1 .col-12 {
    height: 280px;
  }
  .contact-block1 .card {
    height: 280px;
    padding: 50px;
  }
  .contact-block1 .card i {
    font-size: 35px;
  }
  .contact-block1 .card .title {
    font-size: 24px;
    margin: 20px 0;
  }
  .contact-block1 .card p {
    font-size: 18px;
  }
  .contact-block2 .addressbox {
    height: 600px;
  }
  .contact-block2 .addressbox .infobox {
    width: 30%;
    padding-top: 90px;
  }
  .contact-block2 .addressbox .infobox p {
    font-size: 18px;
    margin-top: 20px;
  }
  .contact-block2 .addressbox .infobox ul {
    margin-top: 80px;
    margin-left: 50px;
  }
  .contact-block2 .addressbox .infobox ul::before {
    left: 15px;
  }
  .contact-block2 .addressbox .infobox ul li {
    margin-bottom: 70px;
  }
  .contact-block2 .addressbox .infobox ul li .num {
    width: 30px;
    height: 30px;
    font-size: 14px;
    margin-right: 60px;
  }
  .contact-block2 .addressbox .map {
    top: -4.6875vw;
    width: 52.6041666667vw;
    height: 670px;
  }
  .contact-block2 .formbox {
    margin-top: 60px;
  }
  .contact-block2 .formbox .headbox .titbox {
    width: 70%;
  }
  .contact-block2 .formbox .headbox .titbox h5 {
    line-height: 54px;
  }
  .contact-block2 .formbox .headbox .icolist {
    width: 160px;
  }
  .contact-block2 .formbox .headbox .icolist li i {
    font-size: 38px;
  }
  .contact-block2 .formbox .form-control {
    font-size: 24px;
    height: 60px;
    line-height: 60px;
    margin-bottom: 60px;
  }
  .contact-block2 .formbox label.error {
    bottom: 30px;
  }
}
@media (max-width: 420px) {
  .contact-block2 .addressbox .infobox p {
    font-size: 16px;
  }
  .contact-block2 .addressbox .infobox ul li {
    font-size: 16px;
  }
  .contact-block2 .addressbox .infobox ul li .num {
    width: 16px;
    height: 16px;
    font-size: 12px;
  }
  .contact-block2 .formbox .headbox {
    display: block;
  }
  .contact-block2 .formbox .headbox .titbox {
    width: 100%;
  }
}
.download .downlist .item {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  align-items: center;
  padding: 2.6041666667vw 0;
}
.download .downlist .item .filename {
  font-size: 2.34375vw;
}
.download .downlist .item .filename img {
  width: 6.5104166667vw;
}
.download .downlist .item .downfile {
  font-size: 2.34375vw;
  color: #666;
  display: flex;
  align-items: flex-end;
}
.download .downlist .item .downfile span {
  transition: none;
}
.download .downlist .item .downfile .downimg {
  width: 38px;
  height: 34px;
  background-image: url(../images/down.png);
  background-repeat: no-repeat;
  margin-left: 25px;
  background-size: contain;
}
.download .downlist .item .downfile:hover {
  color: #B99970;
}
.download .downlist .item .downfile:hover .downimg {
  background-image: url(../images/downhover.png);
}

@media (min-width: 768px) {
  .download .downlist .item {
    padding: 20px 0;
  }
  .download .downlist .item .filename {
    font-size: 18px;
  }
  .download .downlist .item .filename img {
    width: 50px;
  }
  .download .downlist .item .downfile {
    font-size: 16px;
  }
  .download .downlist .item .downfile .iconfont {
    font-size: 28px;
    margin-left: 10px;
  }
}
@media (min-width: 992px) {
  .download .downlist .item {
    padding: 20px 0;
  }
  .download .downlist .item .filename {
    font-size: 22px;
  }
  .download .downlist .item .filename img {
    width: auto;
  }
  .download .downlist .item .downfile {
    font-size: 18px;
  }
  .download .downlist .item .downfile .iconfont {
    font-size: 38px;
    margin-left: 10px;
  }
}
@media (max-width: 420px) {
  .download .downlist .item .downfile .downimg {
    width: 20px;
    height: 22px;
    margin-left: 10px;
  }
}
.video {
  margin: 7.8125vw auto;
}
.video .videocont {
  display: flex;
  flex-wrap: wrap;
}
.video .videocont .item {
  width: 100%;
  margin-bottom: 13.0208333333vw;
}
.video .videocont .item .imgbox {
  height: 50vw;
  margin: 0 2.6041666667vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.video .videocont .item .imgbox img {
  width: 10vw;
  height: 10vw;
}
.video .videocont .item .title {
  font-size: 2.6041666667vw;
  text-align: center;
  margin-top: 2.6041666667vw;
}

@media (min-width: 768px) {
  .video {
    max-width: 1600px;
    margin: 120px auto;
  }
  .video .videocont {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
  }
  .video .videocont .item {
    width: 50%;
    margin-bottom: 100px;
  }
  .video .videocont .item .imgbox {
    height: 24vw;
    margin: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .video .videocont .item .imgbox img {
    width: 68px;
    height: 68px;
  }
  .video .videocont .item .title {
    font-size: 24px;
    text-align: center;
    margin-top: 32px;
  }
}
.gallary .item {
  margin: 0 1.953125vw;
  margin-bottom: 2.6041666667vw;
}
.gallary .item .title {
  text-align: center;
  font-size: 22px;
  margin-top: 3.2552083333vw;
  border-top: 1px solid #d1d1d1;
  padding-top: 1.953125vw;
}
.gallary .item:hover .title {
  border-top: 1px solid #B99970;
}

@media (min-width: 768px) {
  .gallary .item {
    margin: 0 20px;
    margin-bottom: 30px;
  }
  .gallary .item .title {
    font-size: 20px;
    margin-top: 25px;
    padding-top: 15px;
  }
}
@media (min-width: 992px) {
  .gallary .item {
    margin: 0 40px;
    margin-bottom: 60px;
  }
  .gallary .item .title {
    font-size: 24px;
    margin-top: 35px;
    padding-top: 35px;
  }
}
.blog .item {
  margin-top: 25px;
}
.blog .item .imgbox {
  object-fit: cover;
  margin-bottom: 25px;
  height: 125px;
  width: 100%;
}
.blog .item .datebox {
  margin-bottom: 0px;
  color: #B99970;
  font-size: 18px;
}
.blog .item .title {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 10px;
  font-family: "Marcellus-Regular";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 50px;
}
.blog .item p {
  margin: 36px 0;
  color: #666;
}
.blog .item .morebox {
  display: flex;
  justify-content: space-between;
}
.blog .item .morebox .readmore {
  display: flex;
  justify-content: center;
  align-items: center;
}
.blog .item .morebox .readmore img {
  margin-left: 15px;
}
.blog .item .morebox .icolist {
  display: flex;
}
.blog .item .morebox .icolist li {
  margin-left: 22px;
}
.blog .item .morebox .icolist li i {
  font-size: 26px;
}
.blog .item .icobox {
  display: flex;
  justify-content: end;
}
.blog .item .icobox .icolist {
  display: flex;
}
.blog .item .icobox .icolist li {
  margin-left: 22px;
}
.blog .item .icobox .icolist li i {
  font-size: 26px;
}
.blog .item .orblog {
  display: flex;
  justify-content: space-between;
  margin-top: 150px;
}
.blog .item .orblog a {
  display: flex;
  justify-content: center;
}
.blog .item .orblog a img:nth-child(1) {
  margin-right: 15px;
}
.blog .item .orblog a img:nth-child(2) {
  margin-left: 15px;
}
.blog .item .orblog a span {
  font-family: "Marcellus-Regular";
}
.blog .item.mitem {
  margin-top: 0px;
}
.blog .item.mitem .imgbox {
  height: 200px;
}
.blog .item.mitem .title {
  font-size: 42px;
  line-height: 46px;
  height: auto;
}
.blog.blogact .item .title {
  font-size: 24px;
  line-height: 26px;
  -webkit-line-clamp: initial;
  overflow: initial;
  height: auto;
}

.toolbox {
  margin-top: 50px;
}
.toolbox .itembox {
  margin-bottom: 50px;
}
.toolbox .itembox .title {
  font-size: 26px;
  font-family: "Marcellus-Regular";
  margin-bottom: 20px;
}
.toolbox .itembox form {
  display: flex;
  position: relative;
}
.toolbox .itembox form input {
  display: block;
  outline: none;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #d2d2d2;
  font-size: 18px;
  padding: 2px;
}
.toolbox .itembox form button {
  display: block;
  border: none;
  position: absolute;
  right: 2px;
  top: 0px;
  background-color: transparent;
}
.toolbox .itembox form button i {
  font-size: 20px;
}
.toolbox .itembox .catetag li {
  font-size: 18px;
  color: #B99970;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.toolbox .itembox .catetag li span {
  color: #333;
}
.toolbox .itembox .bloglist li {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d2d2d2;
}
.toolbox .itembox .bloglist li .date {
  font-size: 16px;
  color: #B99970;
}
.toolbox .itembox .bloglist li .tit {
  font-size: 18px;
  font-family: "Marcellus-Regular";
}

.conttxt a {
  color: #B99970;
}
.conttxt a:hover {
  color: rgba(185, 153, 112, 0.8);
}

@media (min-width: 768px) {
  .blog .item {
    margin-top: 75px;
  }
  .blog .item .datebox {
    margin-bottom: 25px;
  }
  .blog .item .title {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 30px;
    height: 72px;
  }
  .blog .item .imgbox {
    height: 220px;
  }
  .blog .item.mitem .imgbox {
    height: 450px;
  }
  .toolbox {
    margin-top: 0px;
    padding-left: 30px;
  }
}
@media (max-width: 767.9px) {
  .productpage .order-1 {
    order: -1;
  }
}
.productpage .imgmain img {
  width: 100%;
  object-fit: cover;
  height: 67.7083333333vw;
}
.productpage .imglist {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
}
.productpage .imglist .title {
  font-size: 6.5104166667vw;
  line-height: 13.0208333333vw;
}
.productpage .imglist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.productpage .imglist ul li {
  width: auto;
  padding: 0.6510416667vw;
}
.productpage .imglist ul li img {
  width: 31.9010416667vw;
}
.productpage .infomore {
  margin-top: 7.1614583333vw;
}
.productpage .info p {
  color: #8d8d8d;
}
.productpage .morebox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  color: #8d8d8d;
}

.probaninfo {
  border-bottom: 1px solid #d9d9d9;
  padding: 6.5104166667vw 3.90625vw 3.90625vw;
}
.probaninfo p {
  margin: auto;
  font-size: 2.6041666667vw;
  max-width: 1050px;
  font-family: "Marcellus-Regular";
  text-align: center;
}

.filterbox {
  font-size: 18px;
  padding: 10px;
  border-bottom: 1px solid #d9d9d9;
}
.filterbox i {
  font-size: 22px;
}

.porductlist {
  display: flex;
  justify-content: center;
}
.porductlist .protools {
  width: 300px;
  margin-right: 54px;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .porductlist .protools {
    position: fixed;
    top: 0;
    left: -100%;
    padding: 30px;
    z-index: 100;
    background-color: #fff;
    box-shadow: 3px 3px 3px rgba(51, 51, 51, 0.2);
    height: 100%;
    overflow-y: scroll;
    margin-left: 0px;
  }
  .porductlist .protools.show {
    left: 0;
  }
  .porductlist .protools.show .clobtn {
    left: 260px;
  }
}
.porductlist .protools .clobtn {
  position: fixed;
  top: 10px;
  left: -30px;
}
.porductlist .protools .clobtn i {
  font-size: 18px;
}
.porductlist .protools .pitem {
  margin-bottom: 20px;
  padding-bottom: 30px;
}
.porductlist .protools .pitem .title {
  font-size: 24px;
  color: #B99970;
  font-family: "Marcellus-Regular";
}
.porductlist .protools .pitem .title i {
  margin-left: 25px;
  display: inline-block;
}
.porductlist .protools .pitem .title i.hide {
  transform: rotate(-90deg);
}
.porductlist .protools .pitem form {
  position: relative;
}
.porductlist .protools .pitem form input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #B99970;
  outline: none;
  padding: 10px;
}
.porductlist .protools .pitem form button {
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  background-color: transparent;
  padding: 0;
}
.porductlist .protools .pitem form button i {
  font-size: 32px;
  color: #B99970;
}
.porductlist .protools .pitem.sh {
  border-bottom: 1px solid #e4e4e4;
}
.porductlist .protools .pitem.sh .title {
  font-size: 28px;
}
.porductlist .protools .pitem .filterbox {
  border: 1px solid #000;
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  text-align: center;
  padding: 0;
}
.porductlist .protools .pitem ul {
  padding-top: 30px;
  transition: none;
}
.porductlist .protools .pitem ul li {
  margin-bottom: 30px;
}
.porductlist .protools .pitem ul li span {
  margin-left: 12px;
  color: #6f6f6f;
}
@media (min-width: 768px) {
  .porductlist .protools {
    width: 250px;
  }
}
@media (min-width: 1360px) {
  .porductlist .protools {
    width: 300px;
  }
}
@media (min-width: 1750px) {
  .porductlist .protools {
    width: 350px;
  }
}
.porductlist .prolist {
  flex: 1;
  display: grid;
  grid-template-columns: 32% 32% 32%;
  grid-template-rows: min-content;
  align-items: start;
  max-width: 1310px;
  justify-content: space-between;
  margin-left: 15px;
  margin-right: 15px;
}
.porductlist .prolist .proitem {
  width: 100%;
  margin-bottom: 1.0416666667vw;
  border: 1px solid #f2f2f2;
}
.porductlist .prolist .proitem .imgbox {
  width: 100%;
  position: relative;
}
.porductlist .prolist .proitem .imgbox img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.porductlist .prolist .proitem .imgbox .pnew {
  width: 4.1666666667vw;
  height: 2.0833333333vw;
  line-height: 2.0833333333vw;
  text-align: center;
  background-color: #000;
  font-size: 0.8333333333vw;
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
}
.porductlist .prolist .proitem .title {
  text-align: center;
  font-size: 1.4583333333vw;
  margin: 1.5625vw 0;
}

.noban {
  margin-top: 3.90625vw;
  margin-bottom: 3.90625vw;
}
.noban .mbx {
  color: #6f6f6f;
  font-size: 1.5625vw;
}
.noban .mbx span {
  font-family: "Marcellus-Regular";
  text-transform: uppercase;
}
.noban .mbx span a {
  font-family: inherit;
}

.productmain .imgbox {
  margin-bottom: 2.8645833333vw;
  height: 62.5vw;
}
.productmain .imgbox img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.productmain .swbox {
  padding: 0 3.90625vw;
  position: relative;
}
.productmain .swbox .swiper .swiper-slide {
  border: 1px solid transparent;
  cursor: pointer;
}
.productmain .swbox .swiper .swiper-slide.active {
  border: 1px solid #000;
}
.productmain .swbox .swiper img {
  height: 13.0208333333vw;
  object-fit: cover;
}
.productmain .swbox .btn6 {
  height: 3.90625vw;
  top: calc(50% - 1.953125vw);
}
.productmain .proinfo {
  padding-left: 6.5104166667vw;
}
.productmain .proinfo h5 {
  margin-bottom: 5.46875vw;
  font-family: "poppins";
  font-weight: bold;
}
.productmain .proinfo .item {
  font-size: 2.34375vw;
  color: #4d4d4d;
}
.productmain .proinfo .item .title {
  font-weight: bold;
}
.productmain .proinfo .item .title-cbox {
  display: flex;
  align-items: center;
}
.productmain .proinfo .item .title-cbox span {
  margin-right: 1.3020833333vw;
}
.productmain .proinfo .item .cbox {
  display: inline-block;
  width: 2.6041666667vw;
  height: 2.6041666667vw;
  border-radius: 50%;
  background-color: #808080;
  margin: 0 0.9114583333vw;
}
.productmain .proinfo .btnbox {
  margin-top: 6.5104166667vw;
}

.description {
  margin-top: 13.0208333333vw;
}
.description .item {
  margin-bottom: 10.4166666667vw;
}
.description .item .item-title {
  font-size: 3.125vw;
  color: #B99970;
  font-family: "Marcellus-Regular";
  border-bottom: 1px solid #e1e1e1;
  line-height: 6.5104166667vw;
}
.description .item .item-body {
  padding: 2.8645833333vw 0;
}
.description .item .item-body p {
  color: #808080;
  max-width: 105.46875vw;
}
.description .item .item-body ul li {
  margin-bottom: 25px;
}
.description .item .item-body ul li a {
  font-size: 16px;
  color: #85979C;
}
.description .item .item-body ul li a img {
  width: 35px;
}

.youmay h5 {
  color: #B99970;
  margin-bottom: 7.8125vw;
}
.youmay .swiper .swiper-slide img {
  width: 100%;
  height: 36.1979166667vw;
  object-fit: cover;
}
.youmay .swiper .swiper-slide .title {
  margin-top: 3.3854166667vw;
  font-size: 2.34375vw;
  text-align: center;
  font-family: "Marcellus-Regular";
}
.youmay .swiper .btn6 {
  top: 14.1927083333vw;
}

@media (min-width: 768px) {
  .productpage .imgmain img {
    width: 100%;
    height: 320px;
  }
  .productpage .imglist .title {
    font-size: 40px;
    line-height: normal;
  }
  .productpage .imglist ul {
    margin-bottom: -5px;
  }
  .productpage .imglist ul li {
    width: 50%;
    padding: 5px;
  }
  .productpage .imglist ul li img {
    width: auto;
  }
  .productpage .infomore {
    margin-top: 55px;
  }
  .productpage .morebox span {
    margin-right: 20px;
  }
  .productpage .morebox.more2 {
    justify-content: flex-start;
  }
  .probaninfo {
    padding: 100px 30px 60px;
  }
  .probaninfo p {
    font-size: 20px;
  }
  .probaninfo .filterbox {
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    width: 270px;
    margin-top: 20px;
  }
  .porductlist .protools {
    width: 270px;
  }
  .porductlist .prolist .proitem .imgbox {
    padding: 50px;
  }
  .noban {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .noban .mbx {
    font-size: 16px;
  }
  .productmain .imgbox {
    margin-bottom: 22px;
    height: 270px;
  }
  .productmain .swbox {
    padding: 0 30px;
  }
  .productmain .swbox .swiper img {
    height: 60px;
  }
  .productmain .swbox .btn6 {
    height: 30px;
    top: calc(50% - 15px);
  }
  .productmain .proinfo {
    padding-left: 10px;
  }
  .productmain .proinfo h5 {
    margin-bottom: 20px;
  }
  .productmain .proinfo .item {
    font-size: 14px;
  }
  .productmain .proinfo .item .title-cbox span {
    margin-right: 10px;
  }
  .productmain .proinfo .item .cbox {
    width: 20px;
    height: 20px;
    margin: 0 7px;
  }
  .productmain .proinfo .btnbox {
    margin-top: 30px;
  }
  .description {
    margin-top: 0px;
  }
  .description .item {
    margin-bottom: 40px;
  }
  .description .item .item-title {
    font-size: 24px;
    line-height: 50px;
  }
  .description .item .item-body {
    padding: 22px 0;
  }
  .description .item .item-body p {
    max-width: 810px;
  }
  .description .item .item-body ul li a {
    font-size: 16px;
  }
  .youmay h5 {
    margin-bottom: 30px;
  }
  .youmay .swiper .swiper-slide img {
    width: 100%;
    height: 170px;
  }
  .youmay .swiper .swiper-slide .title {
    margin-top: 26px;
    font-size: 18px;
  }
  .youmay .swiper .btn6 {
    top: 55px;
  }
}
@media (min-width: 992px) {
  .productpage .imgmain img {
    width: 100%;
    height: 420px;
  }
  .productpage .imglist .title {
    font-size: 50px;
  }
  .productpage .imglist ul {
    margin-bottom: -5px;
  }
  .productpage .imglist ul li {
    width: 50%;
    padding: 5px;
  }
  .productpage .infomore {
    margin-top: 55px;
  }
  .productpage .morebox span {
    margin-right: 20px;
  }
  .porductlist .protools {
    width: 310px;
  }
  .noban {
    margin-top: 72px;
    margin-bottom: 30px;
  }
  .noban .mbx {
    font-size: 18px;
  }
  .productmain .imgbox {
    margin-bottom: 22px;
    height: 360px;
  }
  .productmain .swbox {
    padding: 0 30px;
  }
  .productmain .swbox .swiper img {
    height: 100px;
  }
  .productmain .swbox .btn6 {
    height: 30px;
    top: calc(50% - 15px);
  }
  .productmain .proinfo {
    padding-left: 50px;
  }
  .productmain .proinfo h5 {
    margin-bottom: 42px;
  }
  .productmain .proinfo .item {
    font-size: 18px;
  }
  .productmain .proinfo .item .title-cbox span {
    margin-right: 10px;
  }
  .productmain .proinfo .item .cbox {
    width: 20px;
    height: 20px;
    margin: 0 7px;
  }
  .productmain .proinfo .btnbox {
    margin-top: 50px;
  }
  .description {
    margin-top: 30px;
  }
  .description .item {
    margin-bottom: 40px;
  }
  .description .item .item-title {
    font-size: 24px;
    line-height: 50px;
  }
  .description .item .item-body {
    padding: 22px 0;
  }
  .description .item .item-body p {
    max-width: 810px;
  }
  .description .item .item-body ul li a {
    font-size: 18px;
  }
  .youmay h5 {
    margin-bottom: 30px;
  }
  .youmay .swiper .swiper-slide img {
    width: 100%;
    height: 278px;
  }
  .youmay .swiper .swiper-slide .title {
    margin-top: 26px;
    font-size: 18px;
  }
  .youmay .swiper .btn6 {
    top: 109px;
  }
}
@media (min-width: 1360px) {
  .productpage .imgmain img {
    width: 100%;
    height: 520px;
  }
  .productpage .imglist .title {
    font-size: 72px;
  }
  .productpage .imglist ul {
    margin-bottom: -5px;
  }
  .productpage .imglist ul li {
    width: 50%;
    padding: 5px;
  }
  .productpage .infomore {
    margin-top: 55px;
  }
  .productpage .morebox span {
    margin-right: 20px;
  }
  .productmain .imgbox {
    margin-bottom: 22px;
    height: 484px;
  }
  .productmain .swbox {
    padding: 0 30px;
  }
  .productmain .swbox .btn6 {
    height: 30px;
    top: calc(50% - 15px);
  }
  .productmain .proinfo {
    padding-left: 50px;
  }
  .productmain .proinfo h5 {
    margin-bottom: 42px;
  }
  .productmain .proinfo .item {
    font-size: 18px;
  }
  .productmain .proinfo .item .title-cbox span {
    margin-right: 10px;
  }
  .productmain .proinfo .item .cbox {
    width: 20px;
    height: 20px;
    margin: 0 7px;
  }
  .productmain .proinfo .btnbox {
    margin-top: 50px;
  }
  .description {
    margin-top: 100px;
  }
  .description .item {
    margin-bottom: 80px;
  }
  .description .item .item-title {
    font-size: 24px;
    line-height: 50px;
  }
  .description .item .item-body {
    padding: 22px 0;
  }
  .description .item .item-body p {
    max-width: 810px;
  }
  .description .item .item-body ul li a {
    font-size: 18px;
  }
  .youmay h5 {
    margin-bottom: 60px;
  }
  .youmay .swiper .swiper-slide img {
    width: 100%;
    height: 278px;
  }
  .youmay .swiper .swiper-slide .title {
    margin-top: 26px;
    font-size: 18px;
  }
  .youmay .swiper .btn6 {
    top: 109px;
  }
}
@media (max-width: 420px) {
  .probaninfo p {
    font-size: 16px;
  }
  .productmain .proinfo {
    padding-left: 0;
  }
  .productmain .proinfo .item .title {
    font-size: 18px;
  }
  .productmain .proinfo .item p {
    font-size: 16px;
  }
  .porductlist .prolist .proitem .title {
    font-size: 18px;
  }
  .description .item .item-title {
    font-size: 22px;
  }
  .youmay .swiper .btn6 {
    top: 38px;
  }
}
.thinks404 {
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.thinks404 .title {
  font-size: 6.5104166667vw;
  font-family: "Marcellus-Regular";
  color: #fff;
}
.thinks404 .title span {
  color: #B99970;
}
.thinks404 p {
  font-size: 16px;
  color: #fff;
}
.thinks404 a {
  margin-top: 56px;
  display: inline-block;
}
.thinks404.p404 .title {
  font-size: 100px;
  color: #FFF;
}

@media (min-width: 768px) {
  .thinks404 {
    height: 770px;
  }
  .thinks404 .title {
    font-size: 82px;
  }
  .thinks404 p {
    font-size: 24px;
  }
  .thinks404.p404 .title {
    font-size: 188px;
    color: #000;
  }
}
@media (max-width: 420px) {
  .thinks404 .title {
    font-size: 36px;
  }
  .thinks404.p404 .title {
    font-size: 36px;
    color: #FFF;
  }
}/*# sourceMappingURL=style.css.map */