@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  transition: 0.3s linear all;
  border: none;
  outline: none;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  width: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
  margin: 0 auto;
}

:root {
  /* color */
  --co-000: #000;
  --co-fff: #fff;
  --co-111: #111;
  --co-333: #333;
  --co-555: #555;
  --co-999: #999;
  --co-BBB: #bbb;
  --co-666: #666;
  --co-CCC: #ccc;
  --co-F6F6F6: #f6f6f6;
  --co-1E1E1E: #1e1e1e;
  /*改色号*/
  --co-C30D23_no: #c30d23;
  --co-C30D23: #ea1c1a;
  --co-141414: #141414;
  --co-F5F5F5: #f5f5f5;
  --co-4D4D4D: #4d4d4d;
  --co-808080: #808080;
  --co-D9D9D9: #d9d9d9;
  --co-222222: #222;
  --co-C02529: #c02529;
  /* font */
  --font-16: 16px;
  --font-18: 18px;
  --regular: "Poppins-Regular";
  --SemiBold: "Poppins-SemiBold";
  --Medium: "Poppins-Medium";
  --Bold: "Poppins-Bold" /* jianbian */;
}

body {
  background-color: #fff;
  margin: 0 auto;
  overflow-x: hidden;
  font-family: var(--regular);
  font-size: 16px;
  color: #333;
}

.bianji {
  color: var(--co-333);
  font-family: var(--regular);
  font-size: 16px;
  line-height: 28px;
  /* padding: 40px 0px; */
}

.bianji a {
  font-family: var(--regular);
  color: var(--co-042036);
  text-decoration: underline;
}

.bianji a:hover {
  color: var(--co-0042a3);
}

.bianji img {
  display: inline-block;
}

.bianji strong {
  font-style: normal;
  font-weight: normal;
  font-family: var(--regular);
  font-size: 18px;
  color: #333;
}

.bianji em {
  font-style: normal;
  font-family: var(--bold);
}

.bianji table {
  border-collapse: collapse;
  border: 1px solid #ccc;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 15px;
  min-width: 700px;
  overflow: auto;
}

.bianji .tablen {
  overflow: auto;
}

.bianji table tr {
  color: #333;
}

.bianji table tr td {
  border: 1px solid #ccc;
  padding: 10px 15px;
  font-size: 16px;
}

@media (max-width: 1333px) {
  body {
    font-size: 16px;
  }
  .bianji strong {
    font-size: 16px;
  }
}
@media (max-width: 999px) {
  body {
    font-size: 14px;
  }
  .bianji {
    font-size: 14px;
    line-height: 26px;
  }
  .bianji strong {
    font-size: 14px;
  }
  .bianji table tr td {
    padding: 10px 15px;
    font-size: 14px;
  }
}
.imgbox a img:hover {
  transform: scaleX(1.05) scaleY(1.05);
}

img {
  max-width: 100%;
  display: block;
}

i {
  font-stretch: normal;
  font-style: normal;
}

li {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

h1,
h2 {
  font-weight: normal;
}

.clear {
  clear: both;
}

.safe {
  max-width: 1400px;
  width: calc(100% - 160px);
  margin: 0 auto;
}

@media screen and (max-width: 999px) {
  .safe {
    max-width: 1400px;
    width: calc(100% - 120px) !important;
  }
}
@media screen and (max-width: 768px) {
  .safe {
    width: calc(100% - 90px) !important;
  }
}
@media screen and (max-width: 571px) {
  .safe {
    width: calc(100% - 50px) !important;
  }
}
.h_safe {
  max-width: 1400px;
  width: calc(100% - 160px);
  margin: 0 auto;
}

@media screen and (max-width: 1600px) {
  .h_safe {
    max-width: 1600px;
    width: calc(100% - 160px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 1500px) {
  .h_safe {
    max-width: 1440px;
    width: calc(100% - 120px) !important;
  }
}
@media screen and (max-width: 999px) {
  .h_safe {
    max-width: 1670px;
    width: calc(100% - 120px) !important;
  }
}
@media screen and (max-width: 768px) {
  .h_safe {
    width: calc(100% - 90px) !important;
  }
}
@media screen and (max-width: 571px) {
  .h_safe {
    width: calc(100% - 50px) !important;
  }
}
/* video tankuang */
.tankaunga {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999999999;
}

.tankaunga:before {
  content: "X";
  position: absolute;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  top: 10px;
  right: 10px;
  background: #fff;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
}

.tankaungn2 {
  position: fixed;
  left: 5%;
  top: 5%;
  right: 5%;
  bottom: 5%;
  background: rgba(0, 0, 0, 0.5);
}

.tankaungn2 iframe,
.tankaungn2 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.tankaungn2 iframe body {
  margin: 0px !important;
}

/*jQzoom*/
.box {
  position: relative;
}

.jqzoom {
  float: left;
  position: relative;
  padding: 0px;
}

div.zoomdiv {
  z-index: 200;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 400px;
  height: 400px;
  background: #ffffff;
  border: 1px solid #cccccc;
  display: none;
  text-align: center;
  overflow: hidden;
}

div.zoomdiv img {
  max-width: unset !important;
}

div.jqZoomPup {
  z-index: 200;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #aaa;
  background: #ffffff;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(Opacity=50);
  transition: none;
}

/* zhengshu */
/* certifiicates */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity 0.5s ease;
  z-index: 100000000000000000000000000000000000000;
}

#baguetteBox-overlay.visible {
  opacity: 1;
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: left 0.4s ease, transform 0.4s ease;
}

#baguetteBox-slider.bounce-from-right {
  animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  animation: bounceFromLeft 0.4s ease-out;
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  transition: background-color 0.4s ease;
}

.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
  right: 2%;
}

.baguetteBox-button#previous-button {
  left: 2%;
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}

.spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}

.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  animation-delay: -1s;
}
@keyframes bounceFromRight {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: -30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounceFromLeft {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 30px;
  }
  100% {
    margin-left: 0;
  }
}
@keyframes bounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.m-formcountry {
  position: relative;
}

.m-formcountry .drop-btn {
  position: relative;
}

.m-formcountry .drop-btn i,
.m-formcountry .drop-btn svg {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
  color: #ccc;
  right: 0px;
  font-weight: bold;
}

.m-formcountry .drop-list {
  display: none;
  border: 1px solid #e6e6e6;
  width: 100%;
  position: absolute;
  top: 100%;
  background-color: #fff;
  max-height: 223px;
  overflow-x: hidden;
  z-index: 10001;
  scrollbar-color: #333 rgba(0, 0, 0, 0.05);
  scrollbar-width: thin;
  box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding: 15px 0px;
}

.m-formcountry .drop-list::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.m-formcountry .drop-list::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.05);
}

.m-formcountry .drop-list::-webkit-scrollbar-thumb {
  background-color: #333;
}

.m-formcountry .drop-list li {
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  padding: 8px 12px;
  cursor: pointer;
  /* border-bottom: 1px solid #e6e6e6; */
  color: #666;
}

.m-formcountry .drop-list li.on {
  background-color: #eaecf1;
}

@media (max-width: 768px) {
  .m-formcountry .drop-list li {
    padding: 2px 20px;
    font-size: 14px;
  }
  .m-formcountry .drop-list {
    padding: 0;
  }
}
.lanauage_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
}

.lanauage_wrap .lanauage {
  position: relative;
  transition: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #fff;
}

.lanauage_wrap .lanauage > i {
  color: #fff;
  font-size: 10px;
  margin-left: 5px;
}

.lanauage_wrap .lanbox {
  display: flex;
  align-items: center;
}

.lanauage_wrap .lanbox i {
  color: #fff;
  font-size: 22px;
  margin-right: 5px;
}

.lanauage_wrap .lanbox .svgbox {
  flex-shrink: 0;
  margin-right: 5px;
}

.lanauage_wrap .lanbox a {
  color: #fff;
  font-size: 16px;
}

.lanauage_wrap .lanauage .silde-down {
  transition: none;
  display: none;
  position: absolute;
  top: 100%;
  background-color: #fff;
  text-align: center;
  min-width: 100px;
  width: 120px;
  max-width: 200px;
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  z-index: 10;
  right: 0px;
  margin-top: 14px;
  z-index: 1000;
  transform: translateX(10%);
}

.lanauage_wrap .lanauage .silde-down a {
  color: #333;
  padding: 4px 0px;
  display: inline-block;
  width: 100%;
  font-size: 16px !important;
  font-size: 14px;
}

.lanauage_wrap .silde-down li:hover {
  background-color: var(--co-C30D23);
}

.lanauage_wrap .silde-down li:hover a {
  color: #fff;
}

.lanauage_wrap .icon-bottom7 {
  font-size: 10px !important;
  margin-left: 7px;
  color: #333;
}

.lanauage_wrap .lanauage:hover .lanbox > a {
  color: #aaa !important;
}

.lanauage_wrap .lanauage:hover i {
  color: #aaa !important;
}

@media (max-width: 1333px) {
  .lanauage_wrap .lanauage .silde-down a {
    padding: 3px 0px;
    font-size: 14px !important;
  }
  .lanauage_wrap .lanauage .silde-down {
    min-width: 100px;
    width: 100px;
    max-width: 200px;
    margin-top: 14px;
  }
}
/* 移动端 */
.m-mobilenav {
  display: none;
}

.m-mobilenav * {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

@media screen and (max-width: 999px) {
  .mbnav-wp_seach {
    width: 100%;
    margin: auto;
    position: absolute;
    z-index: 2;
  }
  .mbnav-wp_seach > form > .box-form {
    display: flex;
    height: 100%;
    height: 40px;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.7);
  }
  .mbnav-wp_seach > form > .box-form > .box-text {
    width: calc(100% - 30px);
    border: 0px;
    height: 100%;
    padding-left: 10px;
    box-sizing: border-box;
    background: transparent;
    outline: none;
  }
  .mbnav-wp_seach > form > .box-form > .box-submit {
    width: 30px;
    height: 100%;
    border: 0px;
    position: relative;
    z-index: 2;
    background: transparent;
    cursor: pointer;
    background: transparent;
  }
  .mbnav-wp_seach > form > .box-form .icon {
    position: absolute;
    right: 4px;
    top: 10px;
    z-index: 1;
  }
  .mbnav-list {
    margin-top: 20px;
  }
  .m-mobilenav {
    position: absolute;
    z-index: 11;
    padding-top: 25px;
    top: 0;
    left: 0;
    display: block;
    box-sizing: border-box;
    z-index: 100;
  }
  .m-mobilenav .mbnav-btn {
    position: fixed;
    z-index: 2;
    top: 18px;
    right: 62px;
    padding: 4px;
    border-radius: 4px;
    overflow: hidden;
    background: #ffffff;
    width: 34px;
    transition: all 550ms;
  }
  .m-mobilenav .mbnav-btn .line {
    width: 100%;
    height: 2px;
    background-color: #00205b;
  }
  .m-mobilenav .mbnav-btn.active .line {
    background-color: #ffffff;
  }
  .m-mobilenav .mbnav-btn .line2 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .m-mobilenav .mbnav-btn .smalldaohangxuanzhong {
    background-color: #ffffff;
  }
  .m-mobilenav .mbnav-btn.active {
    transform: rotate(90deg);
    background: transparent;
    top: 50px;
  }
  .m-mobilenav .mbnav-bd {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    top: 0;
    visibility: hidden;
    z-index: 1;
  }
  .m-mobilenav .mbnav-bd.show {
    visibility: visible;
  }
  .m-mobilenav .mbnav-bd.show .mbnav-wp {
    height: 100%;
    opacity: 1;
  }
  .m-mobilenav .mbnav-bd.show .mbnav-item > a {
    opacity: 1;
    color: #ffffff;
    transform: scale(1) translate(0, 0);
    font-family: var(--regular);
  }
  .m-mobilenav .mbnav-wp {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background-color: rgba(51, 51, 51, 0.9);
    top: 0;
    transition: all 550ms;
    opacity: 0;
  }
  .m-mobilenav .mbnav-fix {
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 1;
    height: calc(100% - 60px);
    width: 100%;
    box-sizing: border-box;
    /* overflow-y: scroll; */
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .m-mobilenav .mbnav-item {
    position: relative;
    padding-left: 44px;
    padding-right: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .m-mobilenav .mbnav-item i {
    position: absolute;
    left: 13px;
    top: 7px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: transparent;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
  }
  .m-mobilenav .mbnav-item > a {
    display: block;
    line-height: 26px;
    font-size: 16px;
    color: #ffffff;
    transform: scale(1.1) translate(60px, -35px);
    opacity: 0;
    transition: 0.5s 0.1s;
  }
  .m-mobilenav .mbnav-item > a.current:after {
    content: "";
    margin-left: 5px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    transition: all 550ms;
  }
  .m-mobilenav .mbnav-item > a.active {
    color: #529dba;
  }
  .m-mobilenav .mbnav-item > a.active:after {
    background-color: #529dba;
  }
  .m-mobilenav .mbnav-item:nth-child(1) > a {
    transition-delay: 250ms;
  }
  .m-mobilenav .mbnav-item:nth-child(2) > a {
    transition-delay: 300ms;
  }
  .m-mobilenav .mbnav-item:nth-child(3) > a {
    transition-delay: 350ms;
  }
  .m-mobilenav .mbnav-item:nth-child(4) > a {
    transition-delay: 400ms;
  }
  .m-mobilenav .mbnav-item:nth-child(5) > a {
    transition-delay: 450ms;
  }
  .m-mobilenav .mbnav-item:nth-child(6) > a {
    transition-delay: 500ms;
  }
  .m-mobilenav .mbnav-item:nth-child(7) > a {
    transition-delay: 550ms;
  }
  .m-mobilenav .mbnav-item:nth-child(8) > a {
    transition-delay: 600ms;
  }
  .m-mobilenav .mbsbnav-list {
    padding: 10px 0;
    display: none;
    transition: none;
  }
  .m-mobilenav .mbsbnav-item {
    position: relative;
    padding-left: 20px;
    padding-right: 5px;
  }
  .m-mobilenav .mbsbnav-item i {
    left: 0;
    top: 6px;
    line-height: 24px;
  }
  .m-mobilenav .mbsbnav-item a {
    display: block;
    padding: 5px 5px;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
  }
  .m-mobilenav .mbsbnav-item a.active {
    color: #529dba;
  }
  .box-form-tj {
    position: absolute;
    font-size: 20px !important;
    right: 5px;
    top: 8px;
    color: #043f71;
  }
}
@media screen and (max-width: 768px) {
  .m-mobilenav .mbnav-item > a {
    font-size: 14px;
    line-height: 24px;
  }
  .m-mobilenav .mbnav-item {
    padding-top: 5px;
  }
  .m-mobilenav .mbnav-item i {
    top: 4px;
  }
  .m-mobilenav .mbnav-btn {
    top: 13px;
    right: 26px;
  }
}
@media screen and (max-width: 571px) {
  .m-mobilenav .mbnav-btn {
    top: 12px;
  }
}
/* search */
.searchbox {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transform: translateY(0px);
  margin-right: 25px;
  padding-right: 30px;
}

.searchbox::after {
  content: "";
  position: absolute;
  right: 0;
  height: 20px;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.searchbox a {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

.searchbox .s_wrap {
  position: absolute;
  right: 0;
  width: 250px;
  top: 100%;
  background-color: #fff;
  height: 50px;
  border: 2px solid var(--co-042036);
  padding-left: 15px;
  display: none;
  transition: none;
  transform: translateY(15px);
}

.searchbox .s_wrap .s_inner {
  display: flex;
  align-items: center;
  height: 100%;
}

.searchbox .s_wrap .ent {
  height: 100%;
  width: 80%;
  font-size: 16px;
  color: var(--co-333);
  padding-right: 15px;
  font-family: var(--regular);
}

.searchbox .s_wrap .searchbtn {
  width: 20%;
  height: 100%;
  position: relative;
}

.searchbox .s_wrap .searchbtn .sea {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-size: 18px;
  pointer-events: none;
  font-weight: bold;
  cursor: pointer;
}

.searchbox .s_wrap .sub {
  width: 100%;
  height: 100%;
  cursor: pointer;
  background-color: transparent;
}

.searchbox .s_wrap .searchbtn:hover i {
  color: var(--co-042036);
}

.searchbox a:hover {
  color: var(--co-042036) !important;
}

/* sousuo */
.sousuo {
  position: relative;
  margin-right: 58px;
}

.sousuo > input {
  width: 200px;
  height: 40px;
  background-color: transparent;
  padding: 0px 60px 0px 0px;
  border-radius: 0;
  color: var(--co-999);
  font-family: var(--regular);
  font-size: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: var(--co-fff);
}

.sousuo > input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.sousuo .search {
  position: absolute;
  right: 0;
  width: 35px;
  height: 40px;
  background-color: transparent;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sousuo .search i {
  font-size: 16px;
  color: var(--co-fff);
}

.sousuo .search > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.sousuo .search > div input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

/* .sousuo .search>div:hover i {
    color: #e84027;
} */
@media (max-width: 1334px) {
  .sousuo > input {
    width: 170px;
    height: 40px;
    padding: 0px 60px 0px 15px;
  }
  .sousuo > input {
    font-size: 14px;
  }
}
@media (max-width: 1150px) {
  .sousuo > input {
    height: 40px;
    padding: 0px 60px 0px 15px;
  }
  .sousuo .search {
    width: 40px;
    height: 40px;
  }
  .sousuo {
    margin-right: 25px;
  }
}
@media (max-width: 999px) {
  .sousuo {
    display: none;
  }
}
/*  */
header {
  width: 100%;
  position: fixed;
  z-index: 2;
  border-radius: 1px;
  top: 0px;
  z-index: 1000;
  height: 90px;
  margin: 0 auto;
  /* border-bottom: 1px solid rgba(255, 255, 255, 0.3); */
}

/* 隐藏头部的类 */
header.hide {
  transform: translate3d(0, -100%, 0);
}

header .h_safe {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .logo {
  flex-shrink: 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

header .rightbox {
  width: 100%;
}

header .bottombox {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

header .menubox {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 100px;
}

header .menubox > li {
  position: relative;
  margin-right: 22px;
}

header .menubox > li:last-child {
  margin-right: 0;
}

header .menubox > li > a {
  padding: 30px 15px;
  display: flex;
  align-items: center;
  position: relative;
  color: var(--co-fff);
  font-family: var(--regular);
  font-size: 18px;
  line-height: 30px;
}

header .menubox > li > a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 85%;
  border-radius: 99px;
  background: #fff;
  height: 2px;
  display: block;
  opacity: 0;
}

header .menubox > li:nth-of-type(6) .list1 {
  min-width: 135px;
}

header .menubox > li > a:hover::after {
  opacity: 1;
}

/* yiji */
header .list1 {
  position: absolute;
  top: 100%;
  left: 0%;
  width: 100%;
  display: none;
  transition: none;
  min-width: 214px;
  /* padding-top: 7px; */
  width: max-content;
}

header .list1 > div {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 0px;
}

header .list1 > div > li {
  position: relative;
  margin-bottom: 21px;
  padding: 0px 30px;
}

header .list1 > div > li:last-child {
  margin-bottom: 0;
}

header .list1 > div > li > a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  color: var(--co-042036);
  font-family: var(--regular);
  font-size: 16px;
}

header .list1 > div > li > a i {
  color: var(--co-042036);
  opacity: 0;
}

header .list1 > div > li:last-child {
  margin-bottom: 0;
}

header .list1 li:hover > a {
  color: var(--co-0042a3);
}

header .list1 li:hover > a i {
  color: var(--co-0042a3);
  opacity: 1;
}

/* erji */
header .list2 {
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 305px;
  padding-left: 1px;
  display: none;
  transition: none;
}

header .list2 > div {
  background: rgba(255, 255, 255, 0.8);
  padding: 31px 0px;
}

header .list2 > div > li {
  padding: 0px 30px;
  margin-bottom: 21px;
}

header .list2 > div > li > a {
  display: inline-block;
  width: 100%;
  color: var(--co-042036);
  font-family: var(--regular);
  font-size: 16px;
}

header .list2 > div > li:last-child {
  margin-bottom: 0;
}

header .menubox > li:nth-of-type(3) .list1 {
  min-width: 200px;
}

header .menubox > li:nth-of-type(5) .list1 {
  min-width: 232px;
}

header .menubox > li:hover > a,
header .menubox > .active_tit > a {
  /* font-family: var(--regular); */
}

header .menubox > .active_tit > a::after {
  opacity: 1;
}

.fix_header {
  background: var(--co-C30D23);
}

.fix_header .menubox > li > a::after {
  /* background: var(--co-042036); */
}

header .menubox > li > a:hover::after {
  opacity: 1;
}

@media (max-width: 1600px) {
  header .menubox {
    height: 100%;
    margin-right: 30px;
  }
  header .safe {
    padding-left: 0;
  }
  header .list1 > div {
    padding: 20px 0px;
  }
  header .list1 > div > li {
    position: relative;
    margin-bottom: 15px;
    padding: 0px 20px;
  }
  header .list2 > div {
    padding: 20px 0px;
  }
  header .list2 > div > li {
    padding: 0px 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1500px) {
  header .menubox > li {
    margin-right: 20px;
  }
  header .menubox > li > a {
    padding: 30px 12px;
    font-size: 16px;
  }
}
@media (max-width: 1333px) {
  header {
    height: 90px;
  }
  header .menubox {
    margin-right: 50px;
  }
  header .menubox > li > a {
    padding: 30px 10px;
    font-size: 16px;
  }
  header .menubox {
    margin-right: 20px;
  }
  header .menubox > li {
    margin-right: 8px;
  }
  .searchbox {
    margin-right: 20px;
    padding-right: 20px;
  }
  header .list1 > div > li > a {
    font-size: 14px;
  }
  header .list2 > div > li > a {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  header .menubox > li > a {
    padding: 30px 5px;
    font-size: 14px;
  }
  header .menubox {
    margin-right: 10px;
  }
  header .logo img {
    width: 130px;
  }
  .lanauage_wrap .lanauage {
    font-size: 14px;
  }
}
@media (max-width: 999px) {
  header .menubox,
  .searchbox {
    display: none;
  }
  header {
    height: 60px;
  }
  /* header .logo img {
      width: unset;
      height: 55px;
  } */
  .lanauage_wrap .lanbox a {
    font-size: 14px;
  }
  .lanauage_wrap {
    margin-right: 50px;
  }
  header .h_safe {
    height: 100%;
  }
}
@media (max-width: 768px) {
  header {
    height: 50px;
  }
  /* 
  header .logo img {
      height: 40px;
  } */
  .lanauage_wrap {
    margin-right: 50px;
  }
}
/* xiala1 */
.xiala1 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 710px;
  height: 340px;
  background-color: var(--co-fff);
  padding: 28px 26px;
  left: 7.5%;
  display: none;
  transition: none;
}

.xiala1 .co {
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.xiala1 .l_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50.9%;
  border-right: 1px solid var(--co-D9D9D9);
  padding-right: 3%;
}

.xiala1 .title {
  color: var(--co-141414);
  font-size: 28px;
  font-family: var(--Medium);
  line-height: 38px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.xiala1 .title a {
  color: var(--co-141414);
}

.xiala1 .title:hover,
.xiala1 .title a:hover {
  color: var(--co-C30D23);
}

.xiala1 .txts {
  color: var(--co-4D4D4D);
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.xiala1 .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background-color: var(--co-C30D23);
  color: var(--co-fff);
  border: 1px solid var(--co-C30D23);
}

.xiala1 .btn:hover {
  background-color: var(--co-fff);
  color: var(--co-C30D23);
}

.xiala1 .r_box {
  width: 44.4%;
  overflow: auto;
  z-index: 10001;
  scrollbar-color: #333 rgba(0, 0, 0, 0.05);
  scrollbar-width: thin;
}

.xiala1 .r_box li {
  margin-bottom: 14px;
}

.xiala1 .r_box li:last-child {
  margin-bottom: 0;
}

.xiala1 .r_box li,
.xiala1.r_box li a {
  color: var(--co-141414);
  font-family: var(--Medium);
  font-size: 18px;
  line-height: 30px;
}

.xiala1 .r_box li a:hover {
  color: var(--co-C30D23);
}

@media (max-width: 1600px) {
  .xiala1 .title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1333px) {
  .xiala1 {
    width: 650px;
    height: 320px;
    padding: 20px;
    left: 7.5%;
  }
  .xiala1 .title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .xiala1 .btn {
    width: 42px;
    height: 42px;
  }
  .xiala1 .r_box li,
  .xiala1.r_box li a {
    font-size: 16px;
    line-height: 28px;
  }
  .xiala1 .txts {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
  }
}
/* index_banner */
.banner {
  position: relative;
  z-index: 2;
  line-height: 0;
  font-size: 0;
}

.banner img {
  width: 100%;
}

.banner .slick-arrow {
  position: absolute;
  z-index: 99;
  display: block !important;
  top: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  right: 100px;
}

.banner .slick-arrow i {
  font-size: 24px;
  color: var(--co-fff);
  position: relative;
}

.banner .slick-arrow i:hover {
  color: var(--co-C30D23);
}

.banner .slick-arrow i::after {
  content: "";
  position: absolute;
  height: 38px;
  width: 1px;
  background-color: var(--co-fff);
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -6px;
  left: 36px;
}

.banner .slick-next i::after {
  display: none;
}

.banner .slick-prev {
  cursor: pointer;
  transform: rotate(90deg) translateX(-50px);
}

.banner .slick-next {
  cursor: pointer;
  transform: rotate(90deg) translateX(0px);
}

.banner .slick-dots {
  position: absolute;
  z-index: 999999;
  left: 0;
  right: 0;
  bottom: 26px;
  text-align: center;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
}

.banner .slick-dots li {
  margin-right: 16px !important;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.banner .slick-dots li.slick-active a {
  cursor: pointer;
  background: var(--co-C30D23);
  opacity: 1;
}

.banner .slick-dots li:last-child {
  margin-right: 0 !important;
}

.banner .slick-dots a {
  display: block;
  cursor: pointer;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--co-fff);
  opacity: 0.7;
}

.banner.hide {
  display: none;
}

@media screen and (max-width: 959px) {
  .banner {
    display: block;
  }
  .banner.hide {
    display: block;
  }
  .banner .slick-arrow {
    display: none !important;
  }
  .banner .slick-dots {
    bottom: 10px;
  }
  .banner .slick-dots li {
    margin: 0 5px;
  }
  .banner .slick-dots a {
    width: 10px;
    height: 10px;
  }
  .banner2 {
    display: none;
  }
}
.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}

.slick-loading .slick-slide,
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  top: 0;
  left: 0;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots .slide-count {
  display: none;
}

.slick-slide {
  position: relative;
}

.slick-slide iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.slick-slide video {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 101%;
  min-height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: 50% 50%;
  display: none \9 ;
  display: block \9 \0 ;
}

@media screen and (max-width: 991px) {
  .slick-slide video {
    object-position: inherit;
    object-fit: inherit;
    width: 100%;
    height: 100%;
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
}
@media (max-width: 999px) {
  .banner {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .banner {
    margin-top: 50px;
  }
}
.banner .item {
  position: relative;
}

.banner .safe {
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner .title40 {
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.banner .title40,
.banner .title40 a {
  color: var(--co-fff);
}

.banner .content {
  color: var(--co-fff);
  font-family: var(--Medium);
  font-size: 18px;
  line-height: 30px;
  min-height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 40px;
}

.banner .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 175px;
  height: 54px;
  color: var(--co-fff);
  font-family: var(--SemiBold);
  font-size: 16px;
  background-color: #ed1c24;
  border-radius: 999px;
}

.banner .btn i {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: var(--co-fff);
  color: #ed1c24;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  margin-left: 10px;
}

.banner .btn:hover {
  background: var(--co-fff);
  color: #ed1c24;
}

.banner .btn:hover i {
  background: #ed1c24;
  color: var(--co-fff);
}

@media (max-width: 1600px) {
  .banner .title40 {
    margin-bottom: 15px;
  }
  .banner .content {
    font-size: 16px;
    line-height: 26px;
    min-height: 52px;
    margin-bottom: 30px;
  }
  .banner .btn {
    width: 170px;
    height: 48px;
    font-size: 16px;
  }
}
@media (max-width: 1333px) {
  .banner .title40 {
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .banner .title40 {
    margin-bottom: 15px;
  }
  .banner .btn {
    width: 150px;
    height: 45px;
    font-size: 14px;
  }
  .banner .content {
    font-size: 16px;
    line-height: 26px;
    min-height: 52px;
    margin-bottom: 20px;
  }
}
@media (max-width: 999px) {
  .banner .title40 {
    margin-bottom: 15px;
    -webkit-line-clamp: 2;
  }
  .banner .content {
    font-size: 14px;
    line-height: 24px;
    min-height: 48px;
    margin-bottom: 10px;
  }
  .slick-slide img {
    min-height: 200px;
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .banner .btn {
    width: 145px;
    height: 40px;
    font-size: 14px;
  }
  .banner .title40 {
    margin-bottom: 5px;
  }
}
/* s_tit */
.s_tit {
  color: var(--co-C30D23);
  font-size: 14px;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.s_tit span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: url(../images/svg1.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  margin-right: 5px;
}

/* title */
.title50 {
  color: var(--co-C30D23);
  font-size: 50px;
  line-height: 68px;
  font-family: var(--Bold);
}

.title40 {
  color: var(--co-141414);
  font-family: var(--SemiBold);
  font-size: 40px;
  line-height: 50px;
}

.title40 a {
  color: var(--co-141414);
}

.title40 a:hover {
  color: var(--co-C30D23);
}

.title36 {
  color: var(--co-141414);
  font-family: var(--SemiBold);
  font-size: 36px;
  line-height: 46px;
}

.title32 {
  color: var(--co-141414);
  font-family: var(--SemiBold);
  font-size: 32px;
  line-height: 40px;
}

@media (max-width: 1600px) {
  .title50 {
    font-size: 44px;
    line-height: 54px;
  }
  .title40 {
    font-size: 36px;
    line-height: 44px;
  }
  .title36 {
    font-size: 32px;
    line-height: 42px;
  }
  .title32 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 1333px) {
  .title50 {
    font-size: 38px;
    line-height: 44px;
  }
  .title40 {
    font-size: 32px;
    line-height: 40px;
  }
  .title36 {
    font-size: 28px;
    line-height: 36px;
  }
  .title32 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 999px) {
  .title50 {
    font-size: 32px;
    line-height: 40px;
  }
  .title40 {
    font-size: 28px;
    line-height: 36px;
  }
  .title36 {
    font-size: 24px;
    line-height: 34px;
  }
  .title32 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 768px) {
  .title50 {
    font-size: 26px;
    line-height: 34px;
  }
  .title40 {
    font-size: 24px;
    line-height: 32px;
  }
  .title36 {
    font-size: 20px;
    line-height: 30px;
  }
  .title32 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 538px) {
  .title40 {
    font-size: 20px;
    line-height: 28px;
  }
  .title50 {
    font-size: 22px;
    line-height: 30px;
  }
  .title36 {
    font-size: 18px;
    line-height: 30px;
  }
  .title32 {
    font-size: 18px;
    line-height: 28px;
  }
}
.btn1 {
  width: 175px;
  height: 54px;
  color: var(--co-fff);
  font-family: var(--regular);
  background: var(--co-C30D23);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid var(--co-C30D23);
}

.btn1 i {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background-color: var(--co-fff);
  color: var(--co-C30D23);
  margin-left: 15px;
}

.btn1:hover {
  background-color: var(--co-fff);
  color: var(--co-C30D23);
}

.btn2 {
  width: 175px;
  height: 54px;
  color: var(--co-C30D23);
  font-family: var(--SemiBold);
  font-size: 16px;
  background: var(--co-fff);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid var(--co-C30D23);
  text-transform: uppercase;
}

.btn2 i {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background-color: var(--co-C30D23);
  color: var(--co-fff);
  margin-left: 15px;
}

.btn2:hover {
  background-color: var(--co-C30D23);
  color: #fff;
}

@media (max-width: 1600px) {
  .btn1 {
    width: 170px;
    height: 50px;
  }
  .btn2 {
    width: 170px;
    height: 50px;
  }
}
@media (max-width: 1333px) {
  .btn1 {
    width: 170px;
    height: 45px;
  }
  .btn2 {
    width: 170px;
    height: 45px;
  }
}
@media (max-width: 999px) {
  .btn1 {
    width: 150px;
    height: 45px;
    font-size: 14px;
  }
  .btn2 {
    width: 150px;
    height: 45px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .btn1 {
    width: 150px;
    height: 42px;
  }
  .btn2 {
    width: 150px;
    height: 42px;
  }
}
/* index_main1 */
.index_main1 {
  padding: 81px 0px 80px;
}

.index_main1 .s_tit {
  margin-bottom: 10px;
}

.index_main1 .title40 {
  text-align: center;
  margin-bottom: 59px;
}

.index_main1 .box {
  position: relative;
  margin-bottom: 49px;
}

.index_main1 .imgbox {
  overflow: hidden;
}

.index_main1 .title {
  padding-top: 25px;
}

.index_main1 .title {
  color: var(--co-141414);
  font-family: var(--SemiBold);
  font-size: 20px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index_main1 .title a {
  color: var(--co-141414);
}

.index_main1 .title:hover,
.index_main1 .title a:hover {
  color: var(--co-C30D23);
}

.index_main1 .btnbox i {
  position: absolute;
  top: 42%;
  transform: translateY(-42%);
  color: var(--co-141414);
  font-size: 28px;
  cursor: pointer;
}

.index_main1 .btnbox i:hover {
  color: var(--co-C30D23);
}

.index_main1 .btnbox i:first-child {
  left: -45px;
}

.index_main1 .btnbox i:last-child {
  right: -45px;
}

.index_main1 .btn1 {
  margin: 0 auto;
}

@media (max-width: 1600px) {
  .index_main1 {
    padding: 60px 0px;
  }
  .index_main1 .title40 {
    margin-bottom: 45px;
  }
  .index_main1 .title {
    padding-top: 15px;
  }
  .index_main1 .title {
    font-size: 18px;
    line-height: 30px;
  }
  .index_main1 .box {
    margin-bottom: 40px;
  }
}
@media (max-width: 1333px) {
  .index_main1 {
    padding: 50px 0px;
  }
  .index_main1 .title40 {
    margin-bottom: 30px;
  }
  .index_main1 .title {
    padding-top: 10px;
  }
  .index_main1 .title {
    font-size: 16px;
    line-height: 28px;
  }
  .index_main1 .box {
    margin-bottom: 30px;
  }
}
@media (max-width: 999px) {
  .index_main1 {
    padding: 40px 0px;
  }
  .index_main1 .title40 {
    margin-bottom: 20px;
  }
  .index_main1 .title {
    padding-top: 10px;
  }
  .index_main1 .box {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .index_main1 .title40 {
    margin-bottom: 15px;
  }
  .index_main1 .s_tit {
    margin-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .index_main1 .btnbox {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .index_main1 .btnbox i {
    position: static;
    transform: unset;
  }
  .index_main1 .btnbox i:first-child {
    margin-right: 5px;
  }
  .index_main1 .swiper {
    margin-bottom: 15px;
  }
  .index_main1 .swiper img {
    width: 100%;
  }
}
@media (max-width: 538px) {
  .index_main1 {
    padding: 30px 0px;
  }
  .index_main1 .title {
    font-size: 14px;
    line-height: 25px;
  }
}
/* index_main2 */
.index_main2 {
  padding: 81px 0px 95px;
  background: var(--co-F5F5F5);
}

.index_main2 .s_tit {
  margin-bottom: 10px;
}

.index_main2 .title40 {
  text-align: center;
  margin-bottom: 59px;
}

.index_main2 .l_box {
  padding-top: 4px;
}

.index_main2 .wrap {
  margin-bottom: 60px;
}

.index_main2 .inner {
  display: flex;
  align-items: flex-start;
  margin-bottom: 34px;
  cursor: pointer;
}

.index_main2 .inner:last-child {
  margin-bottom: 0;
}

.index_main2 .inner:hover .svgbox img {
  filter: unset;
}

.index_main2 .inner:hover .tit {
  color: var(--co-C30D23);
}

.index_main2 .svgbox {
  margin-right: 15px;
  transform: translateY(-3px);
  flex-shrink: 0;
}

.index_main2 .svgbox img {
  filter: brightness(0);
}

.index_main2 .tit {
  color: var(--co-333);
  font-family: var(--SemiBold);
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 10px;
}

.index_main2 .con {
  color: var(--co-4D4D4D);
  font-family: var(--regular);
  font-size: 18px;
  line-height: 28px;
}

.index_main2 .r_box {
  float: right;
  width: 48.5%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 5%;
}

.index_main2 .r_box .video {
  position: absolute;
  cursor: pointer;
}

.index_main2 .r_box .video:hover .play {
  transform: scale(1.05);
}

@media (max-width: 1600px) {
  .index_main2 {
    padding: 60px 0px;
  }
  .index_main2 .title40 {
    margin-bottom: 40px;
  }
  .index_main2 .wrap {
    margin-bottom: 45px;
  }
  .index_main2 .tit {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .index_main2 .con {
    font-size: 16px;
    line-height: 26px;
  }
  .index_main2 .inner {
    margin-bottom: 25px;
  }
  .index_main2 .svgbox {
    margin-right: 10px;
  }
}
@media (max-width: 1333px) {
  .index_main2 {
    padding: 50px 0px;
  }
  .index_main2 .title40 {
    margin-bottom: 30px;
  }
  .index_main2 .tit {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .index_main2 .inner {
    margin-bottom: 20px;
  }
  .index_main2 .wrap {
    margin-bottom: 35px;
  }
}
@media (max-width: 999px) {
  .index_main2 {
    padding: 40px 0px;
  }
  .index_main2 .title40 {
    margin-bottom: 20px;
  }
  .index_main2 .tit {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
  }
  .index_main2 .con {
    font-size: 14px;
    line-height: 24px;
  }
  .index_main2 .inner {
    margin-bottom: 15px;
  }
  .index_main2 .svgbox img {
    width: 30px;
  }
  .index_main2 .wrap {
    margin-bottom: 25px;
  }
  .index_main2 .r_box .video img {
    width: 55px;
  }
  .index_main2 .l_box {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .index_main2 .title40 {
    margin-bottom: 15px;
  }
  .index_main2 .tit {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .index_main2 .wrap {
    margin-bottom: 20px;
  }
}
@media (max-width: 538px) {
  .index_main2 {
    padding: 30px 0px;
  }
  .index_main2 .box {
    display: flex;
    flex-direction: column-reverse;
  }
  .index_main2 .l_box {
    width: 100%;
    float: unset;
    margin-bottom: 20px;
  }
  .index_main2 .r_box {
    width: 100%;
    float: unset;
    margin-left: 0;
  }
}
/* index_main3 */
.index_main3 {
  padding: 91px 0px 80px;
}

.index_main3 .s_tit {
  justify-content: flex-start;
  margin-bottom: 10px;
}

.index_main3 .title40 {
  margin-bottom: 49px;
}

.index_main3 .wrap {
  display: flex;
  flex-wrap: wrap;
}

.index_main3 .inner {
  width: 48%;
  margin-right: 4%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.index_main3 .inner:nth-child(2n) {
  margin-right: 0;
}

.index_main3 .imgbox {
  width: 39%;
  overflow: hidden;
}

.index_main3 .contact {
  width: 55.5%;
  padding-top: 21px;
}

.index_main3 .title {
  color: var(--co-141414);
  font-family: var(--SemiBold);
  font-size: 20px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 27px;
}

.index_main3 .title a {
  color: var(--co-141414);
}

.index_main3 .title:hover,
.index_main3 .title a:hover {
  color: var(--co-C30D23);
}

.index_main3 .con {
  color: var(--co-4D4D4D);
  line-height: 28px;
  margin-bottom: 46px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index_main3 .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.index_main3 .data {
  color: var(--co-808080);
  line-height: 28px;
}

@media (max-width: 1600px) {
  .index_main3 {
    padding: 60px 0px;
  }
  .index_main3 .title40 {
    margin-bottom: 40px;
  }
  .index_main3 .contact {
    padding-top: 0;
  }
  .index_main3 .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .index_main3 .con {
    line-height: 28px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1333px) {
  .index_main3 {
    padding: 50px 0px;
  }
  .index_main3 .title40 {
    margin-bottom: 30px;
  }
  .index_main3 .title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .index_main3 .con {
    line-height: 28px;
    margin-bottom: 20px;
  }
  .index_main3 .bottom {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .index_main3 .btn2 {
    margin-bottom: 8px;
  }
}
@media (max-width: 999px) {
  .index_main3 {
    padding: 40px 0px;
  }
  .index_main3 .title40 {
    margin-bottom: 20px;
  }
  .index_main3 .title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
  }
  .index_main3 .con {
    line-height: 26px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .index_main3 .wrap {
    flex-direction: column;
  }
  .index_main3 .inner {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .index_main3 .inner:last-child {
    margin-bottom: 0;
  }
  .index_main3 .btn2 {
    margin-bottom: 10px;
  }
}
@media (max-width: 538px) {
  .index_main3 {
    padding: 30px 0px;
  }
}
@media (max-width: 420px) {
  .index_main3 .inner {
    flex-direction: column;
  }
  .index_main3 .imgbox {
    width: auto;
    margin-bottom: 15px;
  }
  .index_main3 .contact {
    width: 100%;
  }
}
/* index_main4 */
.index_main4 {
  padding: 80px 0px 80px;
  background-color: var(--co-F5F5F5);
  background-image: url(../images/h_bg1.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto;
}

.index_main4 .l_box {
  float: left;
  width: 42.7%;
  margin-right: 6%;
  overflow: hidden;
}

.index_main4 .l_box img:hover {
  transform: scale(1.05);
}

.index_main4 .r_box {
  padding-top: 30px;
}

.index_main4 .s_tit {
  margin-bottom: 11px;
  justify-content: flex-start;
}

.index_main4 .title40 {
  font-family: var(--Medium);
  margin-bottom: 54px;
  line-height: 58px;
}

.index_main4 .content {
  color: var(--co-333);
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 78px;
  margin-right: 13%;
}

.index_main4 .btn1 {
  width: 315px;
}

@media (max-width: 1600px) {
  .index_main4 {
    padding: 60px 0px;
  }
  .index_main4 .title40 {
    margin-bottom: 30px;
    line-height: 44px;
  }
  .index_main4 .content {
    color: var(--co-333);
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 40px;
    margin-right: 5%;
  }
  .index_main4 .content {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
    margin-right: 0%;
  }
}
@media (max-width: 1333px) {
  .index_main4 {
    padding: 50px 0px;
  }
  .index_main4 .title40 {
    margin-bottom: 20px;
    line-height: 40px;
  }
  .index_main4 .content {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    margin-right: 0%;
  }
  .index_main4 .r_box {
    padding-top: 15px;
  }
}
@media (max-width: 999px) {
  .index_main4 {
    padding: 40px 0px;
  }
  .index_main4 .title40 {
    margin-bottom: 20px;
    line-height: 35px;
  }
  .index_main4 .content {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .index_main4 .btn1 {
    width: 290px;
  }
}
@media (max-width: 538px) {
  .index_main4 {
    padding: 30px 0px;
  }
  .index_main4 .l_box {
    width: 100%;
    margin-bottom: 10px;
  }
  .index_main4 .r_box {
    padding-top: 0;
    width: 100%;
  }
}
/* footer */
footer {
  padding: 100px 0px 35px;
  background-color: var(--co-141414);
}

footer .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 96px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

footer .lob {
  width: 26%;
}

footer .imgbox {
  margin-bottom: 60px;
}

footer .blogrolls {
  margin-bottom: 61px;
}

footer .blogrolls a {
  color: var(--co-fff);
  font-size: 24px;
  margin-right: 10px;
}

footer .blogrolls a:hover {
  color: #ed1c24;
}

footer .blogrolls a:last-child {
  margin-right: 0;
}

footer .nav {
  display: flex;
  flex-wrap: wrap;
  width: 67.4%;
}

footer .box {
  padding-right: 3%;
}

footer .box1 {
  width: 38.3%;
}

footer .box2 {
  width: 25.2%;
}

footer .box3 {
  width: 36.5%;
  padding-right: 0;
}

footer .title {
  margin-bottom: 19px;
}

footer .title,
footer .title a {
  color: var(--co-fff);
  font-family: var(--SemiBold);
  font-size: 20px;
  line-height: 30px;
}

footer .title a:hover {
  text-decoration: underline;
}

footer .title i {
  font-weight: bold;
  font-size: 14px;
  display: none;
}

footer li,
footer li a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 34px;
}

footer li {
  margin-bottom: 6px;
}

footer li:last-child {
  margin-bottom: 0;
}

footer .bottom {
  display: flex;
  justify-content: center;
  padding-top: 30px;
  flex-wrap: wrap;
}

footer .bottom,
footer .bottom a {
  color: rgba(255, 255, 255, 0.8);
}

footer li a:hover,
footer .bottom a:hover {
  color: rgb(255, 255, 255);
}

@media (max-width: 1600px) {
  footer {
    padding: 80px 0px 30px;
  }
}
@media (max-width: 1333px) {
  footer {
    padding: 60px 0px 25px;
  }
  footer .top {
    padding-bottom: 45px;
  }
  footer .title,
  footer .title a {
    font-size: 18px;
    line-height: 28px;
  }
  footer li,
  footer li a {
    font-size: 14px;
    line-height: 28px;
  }
  footer .blogrolls {
    margin-bottom: 40px;
  }
}
@media (max-width: 999px) {
  footer {
    padding: 40px 0px 60px;
  }
  footer .top {
    flex-direction: column;
  }
  footer .lob {
    width: 100%;
    margin-bottom: 20px;
  }
  footer .nav {
    width: 100%;
  }
  footer .box {
    width: 100%;
    padding-right: 0 !important;
    margin-bottom: 10px;
  }
  footer .box:last-child {
    margin-bottom: 0;
  }
  footer .title,
  footer .title a {
    font-size: 16px;
    line-height: 26px;
  }
  footer .title {
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer ul {
    display: none;
    transition: none;
    padding-top: 8px;
  }
  footer .title i {
    display: block;
  }
  footer .top {
    padding-bottom: 20px;
  }
  footer .bottom {
    display: flex;
    justify-content: center;
    padding-top: 20px;
  }
  footer .imgbox {
    margin-bottom: 25px;
  }
  footer .blogrolls {
    margin-bottom: 15px;
  }
  footer .blogrolls a {
    margin-bottom: 5px;
    font-size: 20px;
  }
}
/* 1-2 */
/* page_banner */
.page_banner {
  position: relative;
  margin-top: 90px;
}

.page_banner .bg {
  width: 100%;
}

.page_banner .safe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page_banner .bo {
  width: 50%;
}

.page_banner .title40 {
  margin-bottom: 20px;
  color: var(--co-fff);
}

.page_banner .content {
  color: var(--co-333);
  font-size: 18px;
  line-height: 30px;
}

.page_banner .bo .title40 {
  color: var(--co-141414);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page_banner .bo .content1 {
  padding-top: 20px;
  border-top: 1px solid var(--co-C30D23);
  margin-bottom: 30px;
  color: var(--co-141414);
}

.page_banner .bg {
  min-height: 230px;
  object-fit: cover;
}

@media (max-width: 1600px) {
  .page_banner .bo {
    width: 55%;
  }
}
@media (max-width: 1333px) {
  .page_banner .bo {
    width: 80%;
  }
  .page_banner .title40 {
    margin-bottom: 5px;
  }
  .page_banner .bo .content1 {
    padding-top: 10px;
    margin-bottom: 30px;
  }
}
@media (max-width: 999px) {
  .page_banner .bo .content1 {
    padding-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .page_banner .bo {
    width: 100%;
  }
}
/* crumb */
.crumb,
.crumb a {
  color: var(--co-fff);
  font-family: var(--regular);
  font-size: 18px;
}

.crumb a:hover,
.crumb .active {
  text-decoration: underline;
}

@media (max-width: 1333px) {
  .crumb,
  .crumb a {
    font-size: 16px;
  }
}
@media (max-width: 999px) {
  .crumb,
  .crumb a {
    font-size: 14px;
  }
  .page_banner {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .page_banner {
    margin-top: 50px;
  }
}
/* about_list */
.about_list {
  background-color: var(--co-F5F5F5);
}

.about_list .box {
  overflow-x: auto;
  width: 100%;
}

/* 设置滚动条样式 */
.about_list .box::-webkit-scrollbar {
  width: 12px;
  /* 滚动条宽度，可调整大小 */
  height: 3px;
  /* 滚动条高度，适用于水平滚动条 */
}

/* 设置滚动条轨道样式 */
.about_list .box::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* 轨道背景色 */
  border-radius: 0px;
  /* 轨道圆角 */
}

/* 设置滚动条滑块样式 */
.about_list .box::-webkit-scrollbar-thumb {
  background: #000;
  /* 滑块颜色 - 使用了您网站的主题红色 */
  border-radius: 0px;
  /* 滑块圆角 */
}

/* 设置滚动条滑块悬停效果 */
.about_list .box::-webkit-scrollbar-thumb:hover {
  background: #000;
  /* 悬停时的滑块颜色 - 使用黑色 */
}

.about_list .list {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}

.about_list .list li {
  margin-right: 70px;
  flex-shrink: 0;
}

.about_list .list li:last-child {
  margin-right: 0;
}

.about_list .list a {
  padding: 20px 0px 18px;
  display: inline-block;
  border-bottom: 2px solid transparent;
  color: var(--co-333);
  font-size: 18px;
  line-height: 30px;
}

.about_list .list a:hover,
.about_list .active a {
  color: var(--co-C30D23);
  border-bottom: 2px solid var(--co-C30D23);
}

@media (max-width: 1600px) {
  .about_list .list li {
    margin-right: 50px;
  }
}
@media (max-width: 1333px) {
  .about_list .list a {
    padding: 18px 0px 18px;
    font-size: 16px;
    line-height: 26px;
  }
  .about_list .list li {
    margin-right: 40px;
  }
}
@media (max-width: 999px) {
  .about_list .list a {
    padding: 15px 0px 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .about_list .list li {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .about_list .list {
    justify-content: flex-start;
  }
}
/* company_profile */
.company_profile {
  padding: 81px 0px 77px;
}

.company_profile .title40 {
  margin-bottom: 39px;
  padding-left: 32px;
}

.company_profile .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 70px;
}

.company_profile .l_box {
  width: 55%;
  direction: rtl;
}

.company_profile .content {
  color: var(--co-4D4D4D);
  line-height: 28px;
  height: 380px;
  overflow: auto;
  padding-right: 20px;
  text-align: left;
  padding-left: 32px;
}

/* 设置滚动条样式 */
.company_profile .content::-webkit-scrollbar {
  width: 2px;
  /* 滚动条宽度，可调整大小 */
  height: 3px;
  /* 滚动条高度，适用于水平滚动条 */
  left: 0 !important;
  right: unset !important;
}

/* 设置滚动条轨道样式 */
.company_profile .content::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* 轨道背景色 */
  border-radius: 0px;
  /* 轨道圆角 */
}

/* 设置滚动条滑块样式 */
.company_profile .content::-webkit-scrollbar-thumb {
  background: var(--co-C30D23);
  /* 滑块颜色 - 使用了您网站的主题红色 */
  border-radius: 0px;
  /* 滑块圆角 */
}

/* 设置滚动条滑块悬停效果 */
.company_profile .content::-webkit-scrollbar-thumb:hover {
  background: #000;
  /* 悬停时的滑块颜色 - 使用黑色 */
}

.company_profile .content strong {
  font-weight: normal;
  color: var(--co-141414);
  font-family: var(--Bold);
  font-size: 18px;
  line-height: 30px;
}

.company_profile .r_box {
  width: 40.7%;
}

.company_profile .wrap {
  display: flex;
  justify-content: space-between;
}

.company_profile .inner {
  width: 15%;
}

.company_profile .inner .title50 {
  margin-bottom: 1px;
}

.company_profile .inner .txts {
  color: var(--co-666);
}

@media (max-width: 1600px) {
  .company_profile {
    padding: 60px 0px;
  }
  .company_profile .title40 {
    margin-bottom: 30px;
  }
  .company_profile .box {
    margin-bottom: 50px;
  }
  .company_profile .content {
    padding-left: 25px;
  }
  .company_profile .title40 {
    padding-left: 25px;
  }
}
@media (max-width: 1333px) {
  .company_profile {
    padding: 50px 0px;
  }
  .company_profile .title40 {
    margin-bottom: 20px;
  }
  .company_profile .content strong {
    font-size: 16px;
    line-height: 26px;
  }
  .company_profile .content {
    line-height: 28px;
    height: 310px;
    padding-right: 20px;
  }
  .company_profile .box {
    margin-bottom: 40px;
  }
  .company_profile .inner {
    width: 18%;
  }
  .company_profile .content {
    padding-left: 20px;
  }
  .company_profile .title40 {
    padding-left: 20px;
  }
}
@media (max-width: 999px) {
  .company_profile {
    padding: 40px 0px;
  }
  .company_profile .title40 {
    margin-bottom: 15px;
  }
  .company_profile .content strong {
    font-size: 14px;
    line-height: 24px;
  }
  .company_profile .box {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .company_profile .l_box {
    width: 100%;
    overflow: auto;
    margin-bottom: 20px;
  }
  .company_profile .content {
    height: 220px;
  }
  .company_profile .r_box {
    width: auto;
    float: unset;
  }
  .company_profile .wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .company_profile .inner {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .company_profile .inner:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 538px) {
  .company_profile {
    padding: 30px 0px;
  }
  .company_profile .inner {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .company_profile .inner:nth-child(3n) {
    margin-right: 2%;
  }
  .company_profile .inner:nth-child(2n) {
    margin-right: 0;
  }
}
/* cetificate_list */
.cetificate_list {
  padding: 80px 0px 62px;
  background-color: var(--co-F5F5F5);
}

.cetificate_list .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
  padding-right: 11%;
}

.cetificate_list .l_box {
  width: 48%;
  padding-top: 12px;
}

.cetificate_list .l_box strong {
  font-weight: normal;
  font-family: var(--Medium);
}

.cetificate_list .title40 {
  width: 50%;
  margin-bottom: 1px;
}

.cetificate_list .content {
  color: var(--co-4D4D4D);
  line-height: 28px;
}

.cetificate_list .content p {
  /* display: flex;
  align-items: flex-start; */
  margin-bottom: 19px;
}

.cetificate_list .content strong {
  font-weight: normal;
  font-family: var(--Medium);
}

.cetificate_list .content p:last-child {
  margin-bottom: 0;
}

.cetificate_list .content em {
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/svg3.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  margin-right: 10px;
  flex-shrink: 0;
  transform: translateY(7px);
}

.cetificate_list .r_box1 {
  width: 26.2%;
  background-color: var(--co-fff);
  padding: 30px 30px 25px 30px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06);
}

.cetificate_list .imgbox {
  overflow: hidden;
}

.cetificate_list .title {
  color: var(--co-4D4D4D);
  text-align: center;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}

.cetificate_list .t1 {
  padding-top: 16px;
}

.cetificate_list .swiper {
  overflow: visible;
}

.cetificate_list .swiper-slide {
  background-color: var(--co-fff);
  padding: 30px 30px 25px 30px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06);
  opacity: 0;
  pointer-events: none;
  transition: 0.3s linear opacity;
}

.cetificate_list .swiper-slide-visible {
  opacity: 1;
  pointer-events: all;
  height: auto;
}

.cetificate_list .t2 {
  padding-top: 15px;
}

.cetificate_list .btnbox i {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-size: 30px;
  color: var(--co-141414);
  cursor: pointer;
  z-index: 10;
}

.cetificate_list .btnbox i:hover {
  color: var(--co-C30D23);
}

.cetificate_list .btnbox i:first-child {
  left: -60px;
}

.cetificate_list .btnbox i:last-child {
  right: -60px;
}

.cetificate_list .swiper-pagination {
  position: relative;
  margin-top: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cetificate_list .swiper-pagination-bullet {
  border-radius: 0;
  opacity: 1;
  width: 28px;
  height: 4px;
  border-radius: 1px;
  background: rgba(0, 0, 0, 0.2);
}

.cetificate_list .swiper-pagination-bullet-active {
  background-color: var(--co-C30D23);
}

@media (max-width: 1600px) {
  .cetificate_list {
    padding: 60px 0px;
  }
  .cetificate_list .title40 {
    width: 100%;
    margin-bottom: 12px;
  }
  .cetificate_list .wrap {
    margin-bottom: 60px;
    padding-right: 0;
  }
  .cetificate_list .r_box1 {
    width: 23.4%;
    padding: 25px;
  }
  .cetificate_list .swiper-slide {
    padding: 25px;
  }
  .cetificate_list .swiper-pagination {
    margin-top: 45px;
  }
}
@media (max-width: 1333px) {
  .cetificate_list {
    padding: 50px 0px;
  }
  .cetificate_list .wrap {
    margin-bottom: 40px;
  }
  .cetificate_list .l_box {
    width: 65%;
    padding-top: 0px;
  }
  .cetificate_list .r_box1 {
    width: 23.4%;
    padding: 20px;
  }
  .cetificate_list .t1 {
    padding-top: 10px;
  }
  .cetificate_list .content p {
    margin-bottom: 15px;
  }
  .cetificate_list .swiper-slide {
    padding: 20px;
  }
  .cetificate_list .t2 {
    padding-top: 10px;
  }
  .cetificate_list .swiper-pagination {
    margin-top: 35px;
  }
}
@media (max-width: 999px) {
  .cetificate_list {
    padding: 40px 0px;
  }
  .cetificate_list .wrap {
    flex-direction: column;
  }
  .cetificate_list .l_box {
    width: 100%;
    margin-bottom: 20px;
  }
  .cetificate_list .r_box1 {
    width: auto;
  }
  .cetificate_list .title {
    font-size: 14px;
    line-height: 24px;
  }
  .cetificate_list .t1 {
    padding-top: 4px;
  }
  .cetificate_list .t2 {
    padding-top: 4px;
  }
  .cetificate_list .swiper-slide {
    padding: 15px;
  }
  .cetificate_list .swiper-pagination {
    margin-top: 25px;
  }
}
@media (max-width: 768px) {
  .cetificate_list .swiper {
    margin-bottom: 20px;
  }
  .cetificate_list .btnbox i {
    position: static;
    transform: unset;
  }
  .cetificate_list .btnbox {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cetificate_list .btnbox i:first-child {
    margin-right: 10px;
  }
  .cetificate_list .swiper-pagination {
    margin-top: 20px;
  }
}
@media (max-width: 538px) {
  .cetificate_list {
    padding: 30px 0px;
  }
}
/* factory_scale */
.factory_scale {
  padding: 80px 0px 80px;
}

.factory_scale .titlebox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 37px;
}

.factory_scale .l {
  width: 32%;
}

.factory_scale .title40 {
  margin-bottom: 79px;
}

.factory_scale .r {
  width: 66%;
}

.factory_scale .con {
  color: var(--co-4D4D4D);
  line-height: 28px;
}

.factory_scale .wrap {
  display: flex;
  flex-wrap: wrap;
}

.factory_scale .inner {
  width: 48.6%;
  margin-right: 2.8%;
}

.factory_scale .inner:nth-child(2n) {
  margin-right: 0;
}

.factory_scale .title {
  padding-top: 14px;
  text-align: center;
  color: var(--co-4D4D4D);
  line-height: 28px;
}

@media (max-width: 1600px) {
  .factory_scale {
    padding: 60px 0px;
  }
  .factory_scale .title40 {
    margin-bottom: 45px;
  }
}
@media (max-width: 1333px) {
  .factory_scale {
    padding: 50px 0px;
  }
  .factory_scale .title40 {
    margin-bottom: 35px;
  }
}
@media (max-width: 999px) {
  .factory_scale {
    padding: 40px 0px;
  }
  .factory_scale .titlebox {
    flex-direction: column;
    margin-bottom: 20px;
  }
  .factory_scale .l {
    width: 100%;
    margin-bottom: 20px;
  }
  .factory_scale .title40 {
    margin-bottom: 20px;
  }
  .factory_scale .r {
    width: 100%;
  }
  .factory_scale .con {
    line-height: 26px;
  }
  .factory_scale .title {
    padding-top: 10px;
    line-height: 26px;
  }
}
@media (max-width: 538px) {
  .factory_scale {
    padding: 30px 0px;
  }
  .factory_scale .wrap {
    flex-direction: column;
  }
  .factory_scale .inner {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .factory_scale .inner:last-child {
    margin-bottom: 0;
  }
}
/* rd_capability */
.rd_capability {
  padding: 80px 0px 80px;
  background-color: var(--co-F5F5F5);
}

.rd_capability .l_box {
  width: 100%;
  padding-top: 38px;
}

.rd_capability .title40 {
  margin-bottom: 59px;
}

.rd_capability .content {
  color: var(--co-4D4D4D);
  line-height: 28px;
}

.rd_capability .r_box {
  width: 45.7%;
  float: right;
  margin-left: 7%;
}

@media (max-width: 1600px) {
  .rd_capability {
    padding: 60px 0px;
  }
  .rd_capability .l_box {
    padding-top: 20px;
  }
  .rd_capability .title40 {
    margin-bottom: 25px;
  }
}
@media (max-width: 1333px) {
  .rd_capability {
    padding: 50px 0px;
  }
  .rd_capability .l_box {
    padding-top: 0px;
  }
  .rd_capability .title40 {
    margin-bottom: 15px;
  }
}
@media (max-width: 999px) {
  .rd_capability {
    padding: 40px 0px;
  }
}
@media (max-width: 538px) {
  .rd_capability {
    padding: 30px 0px;
  }
  .rd_capability .box {
    display: flex;
    flex-direction: column-reverse;
  }
  .rd_capability .l_box {
    width: 100%;
  }
  .rd_capability .r_box {
    width: auto;
    float: unset;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
/* development_history */
.development_history {
  padding: 80px 0px 80px;
}

.development_history .title40 {
  margin-bottom: 59px;
}

.development_history .box {
  padding: 0px 34px;
}

.development_history .box::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--co-D9D9D9);
  top: 70px;
}

.development_history .swiper {
  overflow: visible;
}

.development_history .swiper-slide {
  height: auto;
}

.development_history .year {
  text-align: center;
  color: var(--co-141414);
  font-family: var(--Medium);
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 23px;
}

.development_history .circle {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  border: 1px solid var(--co-808080);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  margin-bottom: 60px;
}

.development_history .circle::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  left: -9px;
  top: -9px;
  background-image: url(../images/svg4.png);
  opacity: 0;
}

.development_history .circle > div {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: var(--co-808080);
}

.development_history .inner {
  padding: 14px 14px 41px 14px;
  background: var(--co-fff);
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.08);
}

.development_history .imgbox {
  margin-bottom: 15px;
}

.development_history .con {
  height: 90px;
  overflow: auto;
  color: var(--co-333);
  font-size: 18px;
  line-height: 30px;
}

.development_history .swiper-slide {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s linear opacity;
}

.development_history .swiper-slide-visible {
  opacity: 1;
  pointer-events: all;
}

.development_history .swiper-slide-next .year {
  color: var(--co-C30D23);
}

.development_history .swiper-slide-next .circle {
  border: 1px solid transparent;
}

.development_history .swiper-slide-next .circle > div {
  opacity: 0;
}

.development_history .swiper-slide-next .circle::after {
  opacity: 1;
}

.development_history .btnbox i {
  top: 65%;
  transform: translateY(-65%);
  position: absolute;
  font-size: 16px;
  color: var(--co-fff);
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background-color: var(--co-000);
  cursor: pointer;
  z-index: 10;
}

.development_history .btnbox i:hover {
  background-color: var(--co-C30D23);
  color: var(--co-fff);
}

.development_history .btnbox i:first-child {
  left: -75px;
}

.development_history .btnbox i:last-child {
  right: -75px;
}

/* 设置滚动条样式 */
.development_history .con::-webkit-scrollbar {
  width: 2px;
  /* 滚动条宽度，可调整大小 */
  height: 3px;
  /* 滚动条高度，适用于水平滚动条 */
  left: 0 !important;
  right: unset !important;
}

/* 设置滚动条轨道样式 */
.development_history .con::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* 轨道背景色 */
  border-radius: 0px;
  /* 轨道圆角 */
}

/* 设置滚动条滑块样式 */
.development_history .con::-webkit-scrollbar-thumb {
  background: var(--co-000);
  /* 滑块颜色 - 使用了您网站的主题红色 */
  border-radius: 0px;
  /* 滑块圆角 */
}

/* 设置滚动条滑块悬停效果 */
.development_history .con::-webkit-scrollbar-thumb:hover {
  background: #000;
  /* 悬停时的滑块颜色 - 使用黑色 */
}

@media (max-width: 1600px) {
  .development_history {
    padding: 60px 0px;
  }
  .development_history .title40 {
    margin-bottom: 40px;
  }
  .development_history .circle {
    width: 22px;
    height: 22px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1333px) {
  .development_history {
    padding: 50px 0px;
  }
  .development_history .title40 {
    margin-bottom: 30px;
  }
  .development_history .year {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .development_history .box::after {
    top: 56px;
  }
  .development_history .con {
    height: 90px;
    font-size: 16px;
    line-height: 26px;
    padding-right: 10px;
  }
  .development_history .inner {
    padding: 14px;
  }
  .development_history .btnbox i:first-child {
    left: -60px;
  }
  .development_history .btnbox i:last-child {
    right: -60px;
  }
}
@media (max-width: 999px) {
  .development_history {
    padding: 40px 0px;
  }
  .development_history .title40 {
    margin-bottom: 20px;
  }
  .development_history .box {
    padding: 0px 10px;
  }
  .development_history .year {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .development_history .circle {
    width: 22px;
    height: 22px;
    margin-bottom: 30px;
  }
  .development_history .con {
    height: 90px;
    font-size: 14px;
    line-height: 24px;
    padding-right: 10px;
  }
  .development_history .btnbox i:first-child {
    left: -50px;
  }
  .development_history .btnbox i:last-child {
    right: -50px;
  }
  .development_history .box::after {
    top: 50px;
  }
}
@media (max-width: 768px) {
  .development_history .title40 {
    margin-bottom: 15px;
  }
  .development_history .swiper {
    margin-bottom: 15px;
  }
  .development_history .btnbox i {
    position: static;
    transform: unset;
    width: 42px;
    height: 42px;
  }
  .development_history .btnbox {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .development_history .btnbox i:first-child {
    margin-right: 10px;
  }
}
@media (max-width: 538px) {
  .development_history {
    padding: 30px 0px;
  }
}
/* about_last */
.about_last {
  padding: 70px 0px 70px;
  background: var(--co-F5F5F5);
}

.about_last .wrap {
  display: flex;
  flex-wrap: wrap;
}

.about_last .inner {
  width: 49%;
  margin-right: 2%;
  padding: 32px 40px 31px 40px;
  background-color: var(--co-fff);
  background-image: url(../images/1-2svg3.png);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 95% 20%;
}

.about_last .inner:nth-child(2n) {
  margin-right: 0;
}

.about_last .bo {
  width: 60%;
}

.about_last .svgbox {
  margin-bottom: 16px;
}

.about_last .title {
  color: var(--co-141414);
  font-family: var(--SemiBold);
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 19px;
}

.about_last .con {
  color: var(--co-141414);
  font-family: var(--SemiBold);
  font-size: 16px;
  line-height: 26px;
  /*text-decoration: underline;*/
}

.about_last .con p {
  margin-bottom: 10px;
}

.about_last .con p:last-child {
  margin-bottom: 0;
}

.about_last .con p a {
  color: var(--co-141414);
}

.about_last .con p a:hover {
  color: var(--co-C30D23);
  /*text-decoration: underline;*/
}

@media (max-width: 1600px) {
  .about_last {
    padding: 60px 0px;
  }
  .about_last .bo {
    width: 70%;
  }
  .about_last .title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 19px;
  }
  .about_last .inner {
    width: 49%;
    margin-right: 2%;
    padding: 30px;
    background-position: 95% 20%;
  }
}
@media (max-width: 1333px) {
  .about_last {
    padding: 50px 0px;
  }
  .about_last .title {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .about_last .inner {
    width: 49%;
    margin-right: 2%;
    padding: 20px;
    background-position: 95% 20%;
  }
  .about_last .con p {
    margin-bottom: 5px;
  }
}
@media (max-width: 999px) {
  .about_last {
    padding: 40px 0px;
  }
  .about_last .inner {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .about_last .inner:last-child {
    margin-bottom: 0;
  }
  .about_last .title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .about_last .con {
    font-size: 14px;
    line-height: 24px;
  }
  .about_last .bo {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .about_last .svgbox img {
    width: 50px;
  }
}
@media (max-width: 538px) {
  .about_last {
    padding: 30px 0px;
  }
  .about_last .bo {
    width: 100%;
  }
}
/* 1-2 */
.quelity_top {
  padding: 80px 0px 70px;
}

.quelity_top .titlebox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 50px;
}

.quelity_top .title40 {
  width: 35%;
}

.quelity_top .con {
  width: 53%;
  color: var(--co-4D4D4D);
  line-height: 28px;
}

@media (max-width: 1600px) {
  .quelity_top {
    padding: 60px 0px;
  }
  .quelity_top .titlebox {
    margin-bottom: 40px;
  }
}
@media (max-width: 1333px) {
  .quelity_top {
    padding: 50px 0px;
  }
  .quelity_top .titlebox {
    margin-bottom: 30px;
  }
}
@media (max-width: 999px) {
  .quelity_top {
    padding: 40px 0px;
  }
  .quelity_top .titlebox {
    margin-bottom: 20px;
    flex-direction: column;
  }
  .quelity_top .title40 {
    width: 100%;
    margin-bottom: 10px;
  }
  .quelity_top .con {
    width: 100%;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .quelity_top .titlebox {
    margin-bottom: 15px;
  }
}
@media (max-width: 538px) {
  .quelity_top {
    padding: 30px 0px;
  }
}
/* quelity_list */
.quelity_list .to {
  padding: 70px 0px 0px;
  background: var(--co-F5F5F5);
}

.quelity_list .inner {
  padding: 50px 0px 50px;
}

.quelity_list .inner:nth-child(odd) {
  background-color: #f5f5f5;
}

.quelity_list .title40 {
  /* margin-bottom: 49px; */
}

.quelity_list .bo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.quelity_list .inner:nth-child(2n) .bo {
  flex-direction: row-reverse;
}

.quelity_list .l_box {
  width: 50%;
}

.quelity_list .title {
  color: var(--co-C30D23);
  font-family: var(--SemiBold);
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 27px;
}

.quelity_list .content {
  color: var(--co-4D4D4D);
  line-height: 26px;
}

.quelity_list .content p {
  margin-bottom: 16px;
  padding-left: 20px;
  position: relative;
}

.quelity_list .content p::after {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: 2px solid var(--co-C30D23);
}

.quelity_list .content p:last-child {
  margin-bottom: 0;
}

.quelity_list .r_box {
  width: 45.7142%;
}

@media (max-width: 1600px) {
  .quelity_list .to {
    padding: 60px 0px 0px;
  }
  .quelity_list .inner {
    padding: 60px 0px;
  }
  .quelity_list .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1333px) {
  .quelity_list .to {
    padding: 50px 0px 0px;
  }
  .quelity_list .inner {
    padding: 50px 0px;
  }
  .quelity_list .title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .quelity_list .content p {
    margin-bottom: 10px;
    padding-left: 20px;
  }
}
@media (max-width: 999px) {
  .quelity_list .to {
    padding: 40px 0px 0px;
  }
  .quelity_list .inner {
    padding: 40px 0px;
  }
  .quelity_list .bo {
    flex-direction: column !important;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .quelity_list .l_box {
    width: 100%;
    margin-bottom: 20px;
  }
  .quelity_list .r_box {
    width: auto;
  }
  .quelity_list .title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
@media (max-width: 538px) {
  .quelity_list .to {
    padding: 30px 0px 0px;
  }
  .quelity_list .inner {
    padding: 30px 0px;
  }
}
/* quelity_standards */
.quelity_standards {
  padding-top: 80px;
}

.quelity_standards .title40 {
  text-align: center;
  margin-bottom: 51px;
}

.quelity_standards .wrap {
  display: flex;
  flex-wrap: wrap;
}

.quelity_standards .inner {
  width: 32%;
  margin-right: 2%;
  min-height: 300px;
  padding: 35px 35px 35px 35px;
  background-color: var(--co-F5F5F5);
  text-align: center;
}

.quelity_standards .inner:nth-child(3n) {
  margin-right: 0;
}

.quelity_standards .svgbox {
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  margin: 0 auto;
  background-color: var(--co-C30D23);
  margin-bottom: 26px;
}

.quelity_standards .svgbox img {
  filter: brightness(100);
}

.quelity_standards .title {
  color: var(--co-141414);
  font-family: var(--SemiBold);
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 15px;
}

.quelity_standards .content {
  color: var(--co-4D4D4D);
  font-size: 16px;
  line-height: 26px;
}

.quelity_standards .inner:hover {
  background-color: var(--co-C30D23);
}

.quelity_standards .inner:hover .svgbox {
  background-color: #fff;
}

.quelity_standards .inner:hover .svgbox img {
  filter: unset;
}

.quelity_standards .inner:hover .title,
.quelity_standards .inner:hover .content {
  color: var(--co-fff);
}

@media (max-width: 1600px) {
  .quelity_standards {
    padding-top: 60px;
  }
  .quelity_standards .title40 {
    margin-bottom: 40px;
  }
  .quelity_standards .inner {
    padding: 30px;
  }
  .quelity_standards .svgbox {
    width: 54px;
    height: 54px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1333px) {
  .quelity_standards {
    padding-top: 50px;
  }
  .quelity_standards .title40 {
    margin-bottom: 30px;
  }
  .quelity_standards .inner {
    padding: 25px;
  }
  .quelity_standards .svgbox {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }
  .quelity_standards .title {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
@media (max-width: 999px) {
  .quelity_standards {
    padding-top: 40px;
  }
  .quelity_standards .title40 {
    margin-bottom: 20px;
  }
  .quelity_standards .inner {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    min-height: unset;
  }
  .quelity_standards .inner:last-child {
    margin-bottom: 0;
  }
  .quelity_standards .svgbox {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
  }
  .quelity_standards .content {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .quelity_standards .title40 {
    margin-bottom: 15px;
  }
}
@media (max-width: 538px) {
  .quelity_standards {
    padding-top: 30px;
  }
}
/* quelity_certificate */
.quelity_certificate {
  padding: 80px 0px 81px;
}

.quelity_certificate .title40 {
  text-align: center;
  margin-bottom: 39px;
}

.quelity_certificate .swiper {
  overflow: visible;
}

.quelity_certificate .swiper-slide {
  background: var(--co-fff);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.06);
  padding: 30px 30px 25px 30px;
}

.quelity_certificate .imgbox {
  overflow: hidden;
}

.quelity_certificate .title {
  padding-top: 15px;
  text-align: center;
}

.quelity_certificate .swiper-slide {
  opacity: 0;
  pointer-events: none;
  transition: 0.3s linear opacity;
}

.quelity_certificate .swiper-slide-visible {
  opacity: 1;
  pointer-events: all;
}

.quelity_certificate .swiper-pagination {
  position: relative;
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quelity_certificate .swiper-pagination-bullet {
  border-radius: 0;
  opacity: 1;
  width: 28px;
  height: 4px;
  border-radius: 1px;
  background: rgba(0, 0, 0, 0.2);
}

.quelity_certificate .swiper-pagination-bullet-active {
  background-color: var(--co-C30D23);
}

.quelity_certificate .btnbox i {
  position: absolute;
  top: 42%;
  transform: translateY(-42%);
  z-index: 10;
  font-size: 34px;
  cursor: pointer;
}

.quelity_certificate .btnbox i:first-child {
  left: -65px;
}

.quelity_certificate .btnbox i:last-child {
  right: -65px;
}

.quelity_certificate .btnbox i:hover {
  color: var(--co-C30D23);
}

@media (max-width: 1600px) {
  .quelity_certificate {
    padding: 60px 0px;
  }
}
@media (max-width: 1333px) {
  .quelity_certificate {
    padding: 50px 0px;
  }
  .quelity_certificate .title40 {
    margin-bottom: 30px;
  }
  .quelity_certificate .swiper-slide {
    padding: 20px;
  }
  .quelity_certificate .title {
    padding-top: 10px;
  }
}
@media (max-width: 999px) {
  .quelity_certificate {
    padding: 40px 0px;
  }
  .quelity_certificate .title40 {
    margin-bottom: 20px;
  }
  .quelity_certificate .btnbox i:first-child {
    left: -55px;
  }
  .quelity_certificate .btnbox i:last-child {
    right: -55px;
  }
}
@media (max-width: 768px) {
  .quelity_certificate .title40 {
    margin-bottom: 15px;
  }
  .quelity_certificate .btnbox i {
    display: none;
  }
  .quelity_certificate .swiper-pagination {
    margin-top: 30px;
  }
}
@media (max-width: 538px) {
  .quelity_certificate {
    padding: 30px 0px;
  }
  .quelity_certificate .swiper-slide {
    padding: 15px;
  }
}
/* quality_statements */
.quality_statements {
  margin-bottom: 60px;
}

.quality_statements .title40 {
  margin-bottom: 18px;
}

.quality_statements .con {
  color: var(--co-4D4D4D);
  line-height: 28px;
  margin-bottom: 30px;
}

.quality_statements .list li {
  margin-bottom: 15px;
  cursor: pointer;
}

.quality_statements .list li:last-child {
  margin-bottom: 0;
}

.quality_statements .question {
  background-color: var(--co-F5F5F5);
  padding: 11px 24px;
  display: flex;
  align-items: flex-start;
  color: var(--co-141414);
  font-family: var(--SemiBold);
  line-height: 28px;
}

.quality_statements .question:last-child {
  margin-bottom: 0;
}

.quality_statements .question i {
  font-weight: bold;
  font-size: 24px;
  color: var(--co-C30D23);
  flex-shrink: 0;
  margin-right: 20px;
}

.quality_statements .answer {
  padding-top: 30px;
  display: none;
  transition: none;
}

.quality_statements .answer p {
  color: var(--co-4D4D4D);
  font-size: 16px;
  font-family: var(--Medium);
  line-height: 40px;
}

.quality_statements .answer p a {
  text-decoration: underline;
  display: inline-block;
  padding-left: 15px;
  position: relative;
}

.quality_statements .answer p a::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 16px;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background-color: var(--co-4D4D4D);
}

.quality_statements .answer p a:hover {
  color: var(--co-C30D23);
}

@media (max-width: 1600px) {
  .quality_statements {
    margin-bottom: 60px;
  }
  .quality_statements .answer {
    padding-top: 20px;
  }
}
@media (max-width: 1333px) {
  .quality_statements {
    margin-bottom: 50px;
  }
  .quality_statements .con {
    line-height: 28px;
    margin-bottom: 20px;
  }
  .quality_statements .answer p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .quality_statements .answer p:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 999px) {
  .quality_statements {
    margin-bottom: 40px;
  }
  .quality_statements .con {
    line-height: 26px;
    margin-bottom: 15px;
  }
  .quality_statements .answer p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .quality_statements .answer p a::after {
    left: 0px;
    top: 10px;
    width: 5px;
    height: 5px;
  }
  .quality_statements .question {
    padding: 10px 20px;
    line-height: 28px;
  }
  .quality_statements .question i {
    font-size: 24px;
    margin-right: 10px;
  }
}
@media (max-width: 538px) {
  .quality_statements {
    margin-bottom: 30px;
  }
}
/* 1-3 */
.production_top {
  padding: 80px 0px 92px;
}

.production_top .safe {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.production_top .l_box {
  width: 48%;
  padding-top: 31px;
}

.production_top .title40 {
  margin-bottom: 19px;
}

.production_top .con {
  color: var(--co-4D4D4D);
  line-height: 28px;
  margin-bottom: 40px;
}

.production_top .btn1 {
  width: 188px;
  text-transform: uppercase;
}

.production_top .r_box {
  width: 48%;
}

@media (max-width: 1600px) {
  .production_top {
    padding: 60px 0px;
  }
  .production_top .l_box {
    padding-top: 20px;
  }
  .production_top .title40 {
    margin-bottom: 10px;
  }
  .production_top .con {
    line-height: 28px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1333px) {
  .production_top {
    padding: 50px 0px;
  }
  .production_top .l_box {
    padding-top: 0;
    width: 50%;
  }
  .production_top .con {
    line-height: 26px;
    margin-bottom: 20px;
  }
}
@media (max-width: 999px) {
  .production_top {
    padding: 40px 0px;
  }
  .production_top .safe {
    flex-direction: column;
  }
  .production_top .l_box {
    width: 100%;
    margin-bottom: 20px;
  }
  .production_top .r_box {
    width: auto;
  }
  .production_top .btn1 {
    width: 170px;
  }
}
@media (max-width: 538px) {
  .production_top {
    padding: 30px 0px;
  }
}
/* display_vr */
.display_vr .titlebox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 39px;
}

.display_vr .l {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.display_vr .title40 {
  margin-bottom: 16px;
}

.display_vr .s_tit {
  font-family: var(--SemiBold);
  color: var(--co-C30D23);
  font-size: 20px;
  line-height: 30px;
}

.display_vr .r {
  width: 50%;
  color: var(--co-4D4D4D);
  font-family: var(--Medium);
  font-size: 18px;
  line-height: 30px;
  text-align: right;
}

.display_vr iframe,
.display_vr video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1600px) {
  .display_vr .titlebox {
    margin-bottom: 30px;
  }
  .display_vr .s_tit {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1333px) {
  .display_vr .titlebox {
    margin-bottom: 20px;
  }
  .display_vr .s_tit {
    font-size: 16px;
    line-height: 26px;
  }
  .display_vr .r {
    width: 50%;
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 999px) {
  .display_vr .titlebox {
    margin-bottom: 15px;
    flex-direction: column;
  }
  .display_vr .s_tit {
    font-size: 14px;
    line-height: 24px;
  }
  .display_vr .l {
    width: 100%;
    margin-bottom: 15px;
  }
  .display_vr .r {
    width: 100%;
    text-align: left;
  }
  .display_vr .title40 {
    margin-bottom: 10px;
  }
}
/* production_service */
.production_service {
  padding: 70px 0px 70px;
}

.production_service .safe {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.production_service .l_box {
  width: 45.7142%;
}

.production_service .r_box {
  width: 50%;
}

.production_service .title40 {
  margin-bottom: 20px;
}

.production_service .con {
  color: var(--co-4D4D4D);
  line-height: 28px;
  margin-bottom: 40px;
}

.production_service .btn1 {
  width: 188px;
  text-transform: uppercase;
}

@media (max-width: 1600px) {
  .production_service {
    padding: 60px 0px;
  }
}
@media (max-width: 1333px) {
  .production_service {
    padding: 50px 0px;
  }
  .production_service .con {
    line-height: 28px;
    margin-bottom: 30px;
  }
}
@media (max-width: 999px) {
  .production_service {
    padding: 40px 0px;
  }
  .production_service .con {
    line-height: 26px;
    margin-bottom: 20px;
  }
  .production_service .title40 {
    margin-bottom: 10px;
  }
  .production_service .safe {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .production_service .l_box {
    width: auto;
    margin-bottom: 20px;
  }
  .production_service .r_box {
    width: 100%;
  }
  .production_service .btn1 {
    width: 160px;
  }
}
@media (max-width: 538px) {
  .production_service {
    padding: 30px 0px;
  }
}
/* production_core */
.production_core .safe {
  display: flex;
  justify-content: space-between;
}

.production_core .l_box {
  width: 51.3%;
  padding: 60px 50px 30px 50px;
  background-color: var(--co-F5F5F5);
}

.production_core .title40 {
  margin-bottom: 45px;
}

.production_core li {
  padding-bottom: 19px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--co-D9D9D9);
}

.production_core li:last-child {
  margin-bottom: 0;
}

.production_core .question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--co-141414);
  font-family: var(--SemiBold);
  font-size: 18px;
  line-height: 30px;
  cursor: pointer;
}

.production_core .question i {
  font-size: 24px;
  font-weight: bold;
  color: var(--co-4D4D4D);
}

.production_core .answer {
  color: var(--co-333);
  font-size: 16px;
  line-height: 26px;
  padding-top: 21px;
  display: none;
  transition: none;
}

.production_core .answer strong {
  font-weight: normal;
  color: var(--co-333);
  font-family: var(--SemiBold);
}

.production_core .answer p {
  padding-left: 15px;
  position: relative;
  margin-bottom: 20px;
}

.production_core .answer p:last-child {
  margin-bottom: 0;
}

.production_core .answer p::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 9px;
  width: 5px;
  height: 5px;
  border-radius: 999px;
  background-color: var(--co-333);
}

.production_core .r_box {
  width: 48.7%;
}

@media (max-width: 1600px) {
  .production_core .l_box {
    width: 51.3%;
    padding: 30px 40px 30px 40px;
  }
  .production_core .title40 {
    margin-bottom: 35px;
  }
  .production_core .answer {
    font-size: 16px;
    line-height: 26px;
    padding-top: 15px;
  }
}
@media (max-width: 1333px) {
  .production_core .title40 {
    margin-bottom: 25px;
  }
  .production_core .safe {
    flex-direction: column;
  }
  .production_core .l_box {
    width: 100%;
    margin-bottom: 20px;
    padding: 30px;
  }
  .production_core .r_box {
    width: auto;
  }
  .production_core .question {
    font-size: 16px;
    line-height: 28px;
  }
  .production_core .answer p {
    padding-left: 15px;
    margin-bottom: 15px;
  }
  .production_core li {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 999px) {
  .production_core .title40 {
    margin-bottom: 15px;
  }
  .production_core .l_box {
    padding: 20px;
  }
  .production_core .question {
    font-size: 14px;
    line-height: 26px;
  }
  .production_core .answer {
    font-size: 14px;
    line-height: 24px;
    padding-top: 8px;
  }
  .production_core li {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
/* production_contract */
.production_contract {
  padding: 70px 0px 70px;
}

.production_contract .safe {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.production_contract .l_box {
  width: 31.8571%;
  padding: 35px 40px 33px 40px;
  background: var(--co-C30D23);
  min-height: 620px;
  background-image: url(../images/1-3pic5.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto;
}

.production_contract .title32 {
  color: var(--co-fff);
  padding-bottom: 18px;
}

.production_contract .line {
  width: 50px;
  height: 4px;
  background-color: var(--co-fff);
  margin-bottom: 25px;
}

.production_contract .con {
  color: var(--co-fff);
  line-height: 26px;
}

.production_contract .r_box {
  width: 65%;
}

.production_contract .wrap {
  display: flex;
  flex-wrap: wrap;
}

.production_contract .inner {
  width: 49%;
  margin-right: 2%;
  border: 1px solid #ccc;
  padding: 33px 20px 30px 20px;
  margin-bottom: 32px;
}

.production_contract .inner:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.production_contract .inner:nth-child(2n) {
  margin-right: 0;
}

.production_contract .circle {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dotted var(--co-C30D23);
  border-radius: 999px;
  margin: 0 auto;
  margin-bottom: 31px;
}

.production_contract .circle > div {
  color: var(--co-fff);
  text-align: center;
  font-size: 28px;
  font-style: italic;
  line-height: 38px;
  width: 84px;
  height: 84px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--co-C30D23);
}

.production_contract .title {
  color: var(--co-000);
  text-align: center;
  font-family: var(--SemiBold);
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 12px;
}

.production_contract .content {
  color: var(--co-222222);
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}

@media (max-width: 1600px) {
  .production_contract {
    padding: 60px 0px;
  }
  .production_contract .inner {
    width: 49%;
    margin-right: 2%;
    padding: 25px 20px 25px 20px;
    margin-bottom: 25px;
  }
  .production_contract .circle {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1333px) {
  .production_contract {
    padding: 50px 0px;
  }
  .production_contract .l_box {
    width: 31.8571%;
    padding: 30px 30px 30px 30px;
    min-height: 620px;
  }
  .production_contract .circle {
    width: 90px;
    height: 90px;
    margin-bottom: 15px;
  }
  .production_contract .circle > div {
    font-size: 24px;
    line-height: 34px;
    width: 74px;
    height: 74px;
    border-radius: 999px;
  }
  .production_contract .title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 6px;
  }
}
@media (max-width: 999px) {
  .production_contract {
    padding: 40px 0px;
  }
  .production_contract .safe {
    flex-direction: column;
  }
  .production_contract .l_box {
    width: 100%;
    padding: 20px;
    min-height: unset;
    background-image: none;
    margin-bottom: 20px;
  }
  .production_contract .content {
    font-size: 14px;
    line-height: 26px;
  }
  .production_contract .r_box {
    width: 100%;
  }
  .production_contract .title {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 6px;
  }
}
@media (max-width: 768px) {
  .production_contract .circle > div {
    font-size: 24px;
    line-height: 34px;
    width: 64px;
    height: 64px;
    border-radius: 999px;
  }
  .production_contract .circle {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
  }
  .production_contract .inner {
    padding: 20px;
  }
}
@media (max-width: 538px) {
  .production_contract {
    padding: 30px 0px;
  }
}
@media (max-width: 500px) {
  .production_contract .inner {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px !important;
  }
  .production_contract .inner:last-child {
    margin-bottom: 0 !important;
  }
}
/* 1-4 */
.profile_list {
  padding: 80px 0px;
}

.profile_list .wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.profile_list .wrap::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1.5px;
  background-color: #c30d22;
  opacity: 0.7;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

.profile_list .inner {
  width: 43.5%;
  margin-right: 13%;
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  margin-bottom: 40px;
  /* margin-bottom: 90px; */
}

.profile_list .inner:nth-child(2n) {
  margin-right: 0;
  flex-direction: column-reverse;
  justify-content: flex-end;
}

.profile_list .inner:nth-child(odd) .imgbox {
  margin-bottom: 90px;
}

.profile_list .inner:nth-child(even) .contact {
  margin-bottom: 90px;
}

.profile_list .title36 {
  margin-bottom: 30px;
}

.profile_list .s_title {
  color: var(--co-C30D23);
  font-family: var(--SemiBold);
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
}

.profile_list .line {
  width: 100%;
  height: 1px;
  background: var(--co-D9D9D9);
  margin-bottom: 35px;
}

.profile_list .line > div {
  height: 3px;
  width: 120px;
  background: var(--co-C30D23);
  transform: translateY(-1px);
}

.profile_list .content {
  color: var(--co-333);
  font-size: 16px;
  line-height: 26px;
}

.profile_list .content p {
  margin-bottom: 10px;
}

.profile_list .content p:last-child {
  margin-bottom: 0;
}

.profile_list .content strong {
  font-weight: normal;
  font-family: var(--SemiBold);
}

.profile_list .imgbox {
  position: relative;
}

.profile_list .imgbox::after {
  content: "";
  position: absolute;
  border: 3px solid var(--co-C30D23);
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background-color: var(--co-fff);
}

.profile_list .inner:nth-child(odd) .imgbox::after {
  right: -16.5%;
  top: -40px;
}

.profile_list .inner:nth-child(even) .imgbox::after {
  left: -16.5%;
  top: -40px;
}

@media (max-width: 1600px) {
  .profile_list {
    padding: 60px 0px;
  }
  .profile_list .inner:nth-child(odd) .imgbox::after {
    right: -16.9%;
    top: -40px;
  }
  .profile_list .inner:nth-child(even) .imgbox::after {
    left: -16.9%;
    top: -40px;
  }
  .profile_list .inner:nth-child(odd) .imgbox {
    margin-bottom: 60px;
  }
  .profile_list .inner:nth-child(even) .contact {
    margin-bottom: 60px;
  }
  .profile_list .title36 {
    margin-bottom: 20px;
  }
  .profile_list .line {
    height: 1px;
    margin-bottom: 20px;
  }
  .profile_list .inner {
    margin-bottom: 60px;
  }
}
@media (max-width: 1333px) {
  .profile_list {
    padding: 50px 0px;
  }
  .profile_list .inner:nth-child(odd) .imgbox {
    margin-bottom: 40px;
  }
  .profile_list .inner:nth-child(even) .contact {
    margin-bottom: 30px;
  }
  .profile_list .s_title {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1150px) {
  .profile_list .inner:nth-child(odd) .imgbox::after {
    right: -17.8%;
    top: -40px;
  }
  .profile_list .inner:nth-child(even) .imgbox::after {
    left: -17.8%;
    top: -40px;
  }
}
@media (max-width: 999px) {
  .profile_list {
    padding: 40px 0px;
  }
  .profile_list .inner {
    padding-top: 20px;
    margin-bottom: 35px;
  }
  .profile_list .inner:nth-child(odd) .imgbox {
    margin-bottom: 20px;
  }
  .profile_list .inner:nth-child(even) .contact {
    margin-bottom: 20px;
  }
  .profile_list .content {
    font-size: 14px;
    line-height: 24px;
  }
  .profile_list .s_title {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .profile_list .wrap {
    flex-direction: column;
  }
  .profile_list .inner {
    width: 100%;
    flex-direction: column !important;
    padding-top: 0;
  }
  .profile_list .wrap::after {
    display: none;
  }
  .profile_list .imgbox {
    margin-bottom: 15px !important;
  }
  .profile_list .inner:last-child {
    margin-bottom: 0;
  }
  .profile_list .title36 {
    margin-bottom: 10px;
  }
}
@media (max-width: 538px) {
  .profile_list {
    padding: 30px 0px;
  }
}
/* products_case */
.products_case {
  padding-top: 70px;
}

.products_case .safe {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.products_case .r_box {
  /*float: right;*/
  width: 48.5%;
  /*margin-left: 6%;*/
}

.products_case .l_box {
  width: 45%;
  padding-top: 3px;
}

.products_case .clear {
  display: none;
}

.products_case .title36 {
  margin-bottom: 27px;
}

.products_case .bianji {
  margin-bottom: 44px;
}

.products_case .content {
  color: var(--co-333);
  font-family: var(--regular);
  line-height: 28px;
}

.products_case .content p {
  margin-bottom: 11px;
}

.products_case .content p:last-child {
  margin-bottom: 0;
}

.products_case .content strong {
  font-weight: normal;
  color: var(--co-141414);
  font-family: var(--SemiBold);
  font-size: 20px;
}

.products_case .content em {
  font-style: normal;
  position: relative;
  display: inline-block;
  padding-left: 14px;
}

.products_case .content em::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background-color: var(--co-333);
}

@media (max-width: 1600px) {
  .products_case {
    padding-top: 60px;
  }
  .products_case .title36 {
    margin-bottom: 20px;
  }
  .products_case .bianji {
    margin-bottom: 30px;
  }
}
@media (max-width: 1333px) {
  .products_case {
    padding-top: 50px;
  }
  .products_case .content strong {
    font-size: 18px;
  }
  .products_case .content p {
    margin-bottom: 6px;
  }
  .products_case .l_box {
    width: 48%;
  }
}
@media (max-width: 999px) {
  .products_case {
    padding-top: 40px;
  }
  .products_case .bianji {
    margin-bottom: 20px;
  }
  .products_case .content {
    line-height: 26px;
  }
  .products_case .content strong {
    font-size: 16px;
  }
  .products_case .safe {
    flex-direction: column-reverse;
  }
  .products_case .l_box {
    width: 100%;
    margin-bottom: 15px;
  }
  .products_case .r_box {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .products_case .l_box {
    padding-top: 0;
  }
  .products_case .safe {
    display: flex;
    flex-direction: column !important;
  }
  .products_case .r_box {
    width: 80%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .products_case .title36 {
    margin-bottom: 10px;
  }
}
@media (max-width: 538px) {
  .products_case {
    padding-top: 30px;
  }
  .products_case .r_box {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* products_catalog */
.products_catalog {
  padding: 83px 0px 90px;
}

.products_catalog .title32 {
  margin-bottom: 28px;
}

.products_catalog table {
  border-collapse: collapse;
  border: 1px solid #d9d9d9;
  width: 100%;
  min-width: 860px;
  overflow: auto;
}

.products_catalog .tablen {
  overflow: auto;
}

.products_catalog table tr {
  color: var(--co-141414);
}

.products_catalog table tr:first-child {
  background-color: var(--co-C30D23);
}

.products_catalog table tr:first-child td {
  color: var(--co-fff);
}

.products_catalog table tr td {
  border: 1px solid var(--co-D9D9D9);
  padding: 17px 5px;
  text-align: center;
  color: var(--co-141414);
  text-align: center;
  font-size: 14px;
  line-height: 26px;
}

.products_catalog table tr td:nth-last-child(-n+2) {
  width: 115px;
  padding: 0px 6px;
}

.products_catalog table tr td a {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

@media (max-width: 1600px) {
  .products_catalog {
    padding: 60px 0px;
  }
  .products_catalog .title32 {
    margin-bottom: 25px;
  }
  .products_catalog table tr td {
    padding: 15px 8px;
    font-size: 14px;
    line-height: 26px;
  }
  .products_catalog table tr td:nth-of-type(6) {
    width: 24%;
  }
}
@media (max-width: 1333px) {
  .products_catalog {
    padding: 50px 0px;
  }
  .products_catalog .title32 {
    margin-bottom: 20px;
  }
  .products_catalog table tr td {
    padding: 8px 6px;
    font-size: 14px;
    line-height: 26px;
  }
  .products_catalog table tr td:nth-of-type(6) {
    width: 20%;
  }
  .products_catalog table tr td:nth-last-child(-n+2) {
    width: 80px;
    padding: 0px 6px;
  }
  .products_catalog table tr td:nth-of-type(4) {
    width: 110px;
  }
}
@media (max-width: 999px) {
  .products_catalog {
    padding: 40px 0px;
  }
  .products_catalog table tr td {
    padding: 8px 6px;
    font-size: 14px;
    line-height: 24px;
  }
  .products_catalog table {
    min-width: 860px;
  }
  .products_catalog table tr td:nth-of-type(6) {
    width: auto;
  }
}
@media (max-width: 538px) {
  .products_catalog {
    padding: 30px 0px;
  }
}
/* service_top */
.service_top {
  padding-top: 80px;
}

.service_top1 {
  margin-bottom: 64px;
}

.service_top1 .safe {
  flex-direction: row-reverse;
}

.service_top .safe {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.service_top .l_box {
  width: 45.8%;
}

.service_top .r_box {
  width: 47.1%;
}

.service_top .title40 {
  margin-bottom: 20px;
}

.service_top .bianji {
  color: var(--co-4D4D4D);
  line-height: 28px;
  margin-bottom: 44px;
}

.service_top .btn1 {
  width: 188px;
  text-transform: uppercase;
}

@media (max-width: 1600px) {
  .service_top {
    padding-top: 60px;
  }
  .service_top1 {
    margin-bottom: 60px;
  }
  .service_top .r_box {
    width: 50%;
  }
  .service_top .bianji {
    line-height: 28px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1333px) {
  .service_top {
    padding-top: 50px;
  }
  .service_top1 {
    margin-bottom: 50px;
  }
  .service_top .btn1 {
    width: 175px;
  }
}
@media (max-width: 999px) {
  .service_top {
    padding-top: 40px;
  }
  .service_top1 {
    margin-bottom: 40px;
  }
  .service_top .safe {
    flex-direction: column !important;
  }
  .service_top .l_box {
    width: auto;
    margin-bottom: 20px;
  }
  .service_top .r_box {
    width: 100%;
  }
  .service_top .title40 {
    margin-bottom: 10px;
  }
  .service_top .bianji {
    line-height: 26px;
    margin-bottom: 20px;
  }
  .service_top .btn1 {
    width: 165px;
  }
}
@media (max-width: 538px) {
  .service_top {
    padding-top: 30px;
  }
  .service_top1 {
    margin-bottom: 30px;
  }
}
/* service_advantage */
.service_advantage {
  padding: 81px 0px 48px;
}

.service_advantage .title40 {
  margin-bottom: 49px;
}

.service_advantage .wrap {
  display: flex;
  flex-wrap: wrap;
}

.service_advantage .inner {
  width: 49%;
  margin-right: 2%;
  padding: 30px 40px 30px 40px;
  border-radius: 8px;
  border: 1px solid #c30d22;
  background: #fdf7f8;
  margin-bottom: 32px;
  min-height: 290px;
}

.service_advantage .inner:nth-child(2n) {
  margin-right: 0;
}

.service_advantage .svgbox {
  margin-bottom: 20px;
}

.service_advantage .title {
  color: var(--co-141414);
  font-family: var(--SemiBold);
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}

.service_advantage .content {
  color: var(--co-4D4D4D);
  line-height: 28px;
}

@media (max-width: 1600px) {
  .service_advantage {
    padding: 60px 0px 40px;
  }
  .service_advantage .title40 {
    margin-bottom: 35px;
  }
  .service_advantage .inner {
    width: 49%;
    margin-right: 2%;
    padding: 30px 30px 30px 30px;
    border-radius: 8px;
    margin-bottom: 30px;
    min-height: 290px;
  }
}
@media (max-width: 1333px) {
  .service_advantage {
    padding: 50px 0px 30px;
  }
  .service_advantage .title40 {
    margin-bottom: 25px;
  }
  .service_advantage .svgbox {
    margin-bottom: 15px;
  }
  .service_advantage .title {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
@media (max-width: 999px) {
  .service_advantage {
    padding: 40px 0px 20px;
  }
  .service_advantage .title40 {
    margin-bottom: 15px;
  }
  .service_advantage .title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .service_advantage .svgbox {
    margin-bottom: 10px;
  }
  .service_advantage .inner {
    width: 49%;
    margin-right: 2%;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    min-height: unset;
  }
  .service_advantage .content {
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .service_advantage .inner {
    width: 49%;
    margin-right: 2%;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    min-height: unset;
  }
}
@media (max-width: 538px) {
  .service_advantage {
    padding: 30px 0px 30px;
  }
  .service_advantage .inner {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .service_advantage .inner:last-child {
    margin-bottom: 0;
  }
}
/* service_contact */
.service_contact {
  margin-bottom: 71px;
}

.service_contact .safe {
  display: flex;
  justify-content: space-between;
  background-color: var(--co-F5F5F5);
}

.service_contact .l_box {
  width: 51.5%;
  padding: 77px 60px 77px 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service_contact .bianji {
  line-height: 28px;
  color: var(--co-4D4D4D);
  margin-bottom: 15px;
}

.service_contact .btn1 {
  width: 188px;
}

.service_contact .r_box {
  width: 48.5%;
}

@media (max-width: 1600px) {
  .service_contact {
    margin-bottom: 60px;
  }
  .service_contact .l_box {
    padding: 30px 40px;
    justify-content: flex-start;
  }
  .service_contact .bianji {
    margin-bottom: 25px;
  }
}
@media (max-width: 1333px) {
  .service_contact {
    margin-bottom: 50px;
  }
  .service_contact .l_box {
    padding: 20px 30px;
  }
  .service_contact .btn1 {
    width: 180px;
  }
}
@media (max-width: 999px) {
  .service_contact {
    margin-bottom: 40px;
  }
  .service_contact .safe {
    flex-direction: column;
  }
  .service_contact .l_box {
    width: 100%;
  }
  .service_contact .r_box {
    width: auto;
  }
  .service_contact .bianji {
    margin-bottom: 20px;
  }
  .service_contact .l_box {
    padding: 20px;
  }
  .service_contact .btn1 {
    width: 165px;
  }
}
@media (max-width: 538px) {
  .service_contact {
    margin-bottom: 30px;
  }
}
/* service_customize */
.service_customize {
  padding: 81px 0px 71px;
}

.service_customize .title40 {
  margin-bottom: 23px;
}

.service_customize .bianji {
  color: var(--co-4D4D4D);
}

@media (max-width: 1600px) {
  .service_customize {
    padding: 60px 0px;
  }
  .service_customize .title40 {
    margin-bottom: 20px;
  }
}
@media (max-width: 1333px) {
  .service_customize {
    padding: 50px 0px;
  }
}
@media (max-width: 999px) {
  .service_customize {
    padding: 40px 0px;
  }
  .service_customize .title40 {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .service_customize .title40 {
    margin-bottom: 10px;
  }
}
@media (max-width: 538px) {
  .service_customize {
    padding: 30px 0px;
  }
}
/* service_choose */
.service_choose {
  margin-bottom: 70px;
}

.service_choose .title40 {
  margin-bottom: 40px;
}

.service_choose .wrap {
  display: flex;
  flex-wrap: wrap;
}

.service_choose .inner {
  width: 23%;
  margin-right: 2%;
  background: var(--co-fff);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.08);
  padding: 40px 28px 35px 28px;
}

.service_choose .inner:nth-child(4n) {
  margin-right: 0;
}

.service_choose .inner:hover {
  background-color: #ed1c24;
}

.service_choose .inner:hover .svgbox img {
  filter: brightness(100);
}

.service_choose .inner:hover .tit {
  color: var(--co-fff);
}

.service_choose .inner:hover .bianji {
  color: var(--co-fff);
}

.service_choose .inner {
  text-align: center;
}

.service_choose .svgbox {
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service_choose .tit {
  color: var(--co-141414);
  text-align: center;
  font-family: var(--SemiBold);
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
}

.service_choose .bianji {
  color: var(--co-4D4D4D);
  line-height: 26px;
}

@media (max-width: 1600px) {
  .service_choose .title40 {
    margin-bottom: 35px;
  }
  .service_choose .inner {
    width: 23%;
    margin-right: 2%;
    padding: 35px 25px 35px 25px;
  }
  .service_choose .svgbox {
    margin-bottom: 20px;
  }
  .service_choose {
    margin-bottom: 60px;
  }
}
@media (max-width: 1333px) {
  .service_choose {
    margin-bottom: 50px;
  }
  .service_choose .title40 {
    margin-bottom: 25px;
  }
  .service_choose .inner {
    width: 23%;
    margin-right: 2%;
    padding: 25px 20px 25px 20px;
  }
  .service_choose .tit {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
@media (max-width: 999px) {
  .service_choose {
    margin-bottom: 40px;
  }
  .service_choose .title40 {
    margin-bottom: 15px;
  }
  .service_choose .inner {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .service_choose .inner:nth-child(2n) {
    margin-right: 0%;
  }
  .service_choose .svgbox {
    margin-bottom: 10px;
  }
  .service_choose .tit {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .service_choose .title40 {
    margin-bottom: 10px;
  }
}
@media (max-width: 538px) {
  .service_choose {
    margin-bottom: 30px;
  }
  .service_choose .inner {
    width: 100%;
    margin-right: 0;
  }
  .service_choose .inner:last-child {
    margin-bottom: 0;
  }
}
/* case_studies */
.case_studies {
  padding: 70px 0px 62px;
  background-color: var(--co-F5F5F5);
}

.case_studies .title40 {
  text-align: center;
  margin-bottom: 40px;
}

.case_studies .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.case_studies .inner {
  width: 48.86%;
}

.case_studies .top {
  padding: 30px 30px 30px 30px;
  border-radius: 8px;
  border: 1px solid rgba(195, 13, 34, 0.5);
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 26px;
}

.case_studies .tit {
  color: var(--co-C30D23);
  text-align: center;
  font-family: var(--SemiBold);
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 23px;
}

.case_studies .imgbox {
  margin-bottom: 29px;
}

.case_studies .bianji {
  color: var(--co-4D4D4D);
  line-height: 28px;
  text-align: center;
}

.case_studies .content {
  color: var(--co-333);
  line-height: 28px;
}

.case_studies .content strong {
  font-weight: normal;
  font-family: var(--SemiBold);
}

.case_studies .swiper-pagination {
  position: static;
  margin-top: 30px;
}

.case_studies .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: var(--co-CCC);
  opacity: 1;
  border-radius: 999px;
}

.case_studies .swiper-pagination-bullet-active {
  width: 20px;
  height: 6px;
  background: var(--co-C30D23);
}

.case_studies .btnbox i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background-color: var(--co-000);
  position: absolute;
  top: 35%;
  transform: translateY(-35%);
  cursor: pointer;
  z-index: 1;
  color: var(--co-fff);
}

.case_studies .btnbox i:hover {
  background-color: var(--co-C30D23);
}

.case_studies .btnbox i:first-child {
  left: -80px;
}

.case_studies .btnbox i:last-child {
  right: -80px;
}

@media (max-width: 1600px) {
  .case_studies {
    padding: 60px 0px;
  }
  .case_studies .title40 {
    margin-bottom: 30px;
  }
  .case_studies .btnbox i:first-child {
    left: -70px;
  }
  .case_studies .btnbox i:last-child {
    right: -70px;
  }
}
@media (max-width: 1333px) {
  .case_studies {
    padding: 50px 0px;
  }
  .case_studies .tit {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .case_studies .imgbox {
    margin-bottom: 20px;
  }
}
@media (max-width: 999px) {
  .case_studies {
    padding: 40px 0px;
  }
  .case_studies .top {
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
  }
  .case_studies .bianji {
    line-height: 26px;
  }
  .case_studies .content {
    line-height: 26px;
  }
  .case_studies .btnbox i:first-child {
    left: -60px;
  }
  .case_studies .btnbox i:last-child {
    right: -60px;
  }
  .case_studies .title40 {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .case_studies .btnbox i {
    position: static;
    transform: unset;
  }
  .case_studies .swiper {
    margin-bottom: 20px;
  }
  .case_studies .btnbox {
    display: none;
  }
}
@media (max-width: 538px) {
  .case_studies {
    padding: 30px 0px;
  }
  .case_studies .wrap {
    flex-direction: column;
  }
  .case_studies .inner {
    width: 100%;
    margin-bottom: 20px;
  }
  .case_studies .inner:last-child {
    margin-bottom: 0;
  }
}
/* service_work */
.service_work {
  padding: 71px 0px 90px;
}

.service_work .title40 {
  text-align: center;
  margin-bottom: 59px;
}

@media (max-width: 1600px) {
  .service_work {
    padding: 60px 0px;
  }
  .service_work .title40 {
    margin-bottom: 45px;
  }
}
@media (max-width: 1333px) {
  .service_work {
    padding: 50px 0px;
  }
  .service_work .title40 {
    margin-bottom: 35px;
  }
}
@media (max-width: 999px) {
  .service_work {
    padding: 40px 0px;
  }
  .service_work .title40 {
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .service_work .title40 {
    margin-bottom: 15px;
  }
}
@media (max-width: 538px) {
  .service_work {
    padding: 30px 0px;
  }
}
/* 3-3 */
.service_platform {
  padding: 70px 0px 70px;
  background-color: var(--co-F5F5F5);
}

.service_platform .title40 {
  margin-bottom: 89px;
}

.service_platform .wrap {
  display: flex;
  flex-wrap: wrap;
}

.service_platform .inner {
  width: 23.3%;
  margin-right: 2.2%;
  background-color: var(--co-fff);
  padding: 65px 42px 25px 42px;
  min-height: 442px;
  position: relative;
  text-align: center;
  border: 1px solid var(--co-D9D9D9);
}

.service_platform .inner:nth-child(4n) {
  margin-right: 0;
}

.service_platform .svgbox {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -35px;
}

.service_platform .tit {
  color: var(--co-141414);
  font-family: var(--SemiBold);
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 11px;
}

.service_platform .bianji {
  color: var(--co-4D4D4D);
}

@media (max-width: 1600px) {
  .service_platform {
    padding: 60px 0px;
  }
  .service_platform .title40 {
    margin-bottom: 65px;
  }
  .service_platform .inner {
    width: 23.3%;
    margin-right: 2.2%;
    padding: 55px 30px 20px 30px;
    min-height: unset;
  }
  .service_platform .tit {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 8px;
  }
}
@media (max-width: 1333px) {
  .service_platform {
    padding: 50px 0px;
  }
  .service_platform .inner {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 60px;
  }
  .service_platform .inner:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 999px) {
  .service_platform {
    padding: 40px 0px;
  }
  .service_platform .tit {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
  }
  .service_platform .inner {
    padding: 50px 20px 20px 20px;
  }
  .service_platform .inner:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .service_platform .title40 {
    margin-bottom: 60px;
  }
}
@media (max-width: 538px) {
  .service_platform {
    padding: 30px 0px;
  }
  .service_platform .inner {
    width: 100%;
    margin-right: 0;
    margin-bottom: 45px !important;
  }
  .service_platform .inner:last-child {
    margin-bottom: 0 !important;
  }
}
/* service_applicable */
.service_applicable {
  padding: 71px 0px 90px;
}

.service_applicable .title40 {
  margin-bottom: 39px;
}

.service_applicable .wrap {
  display: flex;
  flex-wrap: wrap;
}

.service_applicable .inner {
  width: 23.3%;
  margin-right: 2.2%;
}

.service_applicable .inner:nth-child(4n) {
  margin-right: 0;
}

.service_applicable .bianji {
  color: var(--co-141414);
  text-align: center;
  line-height: 28px;
  padding-top: 18px;
}

@media (max-width: 1600px) {
  .service_applicable {
    padding: 60px 0px;
  }
  .service_applicable .title40 {
    margin-bottom: 30px;
  }
  .service_applicable .bianji {
    line-height: 28px;
    padding-top: 15px;
  }
}
@media (max-width: 1333px) {
  .service_applicable {
    padding: 50px 0px;
  }
  .service_applicable .title40 {
    margin-bottom: 25px;
  }
  .service_applicable .bianji {
    line-height: 28px;
    padding-top: 10px;
  }
}
@media (max-width: 999px) {
  .service_applicable {
    padding: 40px 0px;
  }
  .service_applicable .title40 {
    margin-bottom: 20px;
  }
  .service_applicable .inner {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .service_applicable .inner:nth-child(3n) {
    margin-right: 0;
  }
  .service_applicable .inner:last-child {
    margin-bottom: 0;
  }
  .service_applicable .bianji {
    line-height: 24px;
    padding-top: 5px;
  }
}
@media (max-width: 768px) {
  .service_applicable .title40 {
    margin-bottom: 15px;
  }
  .service_applicable .inner {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .service_applicable .inner:nth-child(3n) {
    margin-right: 2%;
  }
  .service_applicable .inner:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 538px) {
  .service_applicable {
    padding: 30px 0px;
  }
}
@media (max-width: 400px) {
  .service_applicable .inner {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
  }
  .service_applicable .inner:last-child {
    margin-bottom: 0 !important;
  }
}
/* service_delivery */
.service_delivery {
  margin-bottom: 38px;
}

.service_delivery .title40 {
  margin-bottom: 20px;
}

.service_delivery .bianji {
  color: var(--co-141414);
  line-height: 26px;
  margin-bottom: 50px;
}

.service_delivery .wrap {
  display: flex;
  flex-wrap: wrap;
}

.service_delivery .inner {
  width: 32%;
  margin-right: 2%;
  background: var(--co-F5F5F5);
  padding: 30px 20px 33px 20px;
  /* margin-bottom: 32px; */
}

.service_delivery .inner:nth-child(3n) {
  margin-right: 0;
}

.service_delivery .circle {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dotted var(--co-C30D23);
  border-radius: 999px;
  margin: 0 auto;
  margin-bottom: 28px;
}

.service_delivery .circle > div {
  color: var(--co-fff);
  text-align: center;
  font-size: 28px;
  font-style: italic;
  line-height: 38px;
  width: 84px;
  height: 84px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--co-C30D23);
}

.service_delivery .title {
  color: var(--co-000);
  text-align: center;
  font-family: var(--SemiBold);
  font-size: 18px;
  line-height: 30px;
  width: 84%;
  margin: 0 auto;
  margin-bottom: 13px;
}

.service_delivery .content {
  color: var(--co-222222);
  text-align: center;
  font-size: 16px;
  line-height: 28px;
}

@media (max-width: 1600px) {
  .service_delivery .circle {
    width: 100px;
    height: 100px;
    margin-bottom: 20px;
  }
  .service_delivery .bianji {
    line-height: 26px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1333px) {
  .service_delivery .circle {
    width: 90px;
    height: 90px;
    margin-bottom: 15px;
  }
  .service_delivery .circle > div {
    font-size: 24px;
    line-height: 34px;
    width: 74px;
    height: 74px;
    border-radius: 999px;
  }
  .service_delivery .title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 6px;
  }
  .service_delivery .bianji {
    line-height: 26px;
    margin-bottom: 30px;
  }
}
@media (max-width: 999px) {
  .service_delivery .safe {
    flex-direction: column;
  }
  .service_delivery .l_box {
    width: 100%;
    padding: 20px;
    min-height: unset;
    background-image: none;
    margin-bottom: 20px;
  }
  .service_delivery .content {
    font-size: 14px;
    line-height: 26px;
  }
  .service_delivery .r_box {
    width: 100%;
  }
  .service_delivery .title {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 6px;
  }
  .service_delivery .inner {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 15px;
  }
  .service_delivery .inner:nth-child(2n) {
    margin-right: 0;
  }
  .service_delivery .title40 {
    margin-bottom: 15px;
  }
  .service_delivery .bianji {
    line-height: 26px;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .service_delivery .circle > div {
    font-size: 24px;
    line-height: 34px;
    width: 64px;
    height: 64px;
    border-radius: 999px;
  }
  .service_delivery .circle {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
  }
  .service_delivery .inner {
    padding: 20px;
  }
  .service_delivery .title40 {
    margin-bottom: 10px;
  }
  .service_delivery .bianji {
    line-height: 26px;
    margin-bottom: 15px;
  }
}
@media (max-width: 500px) {
  .service_delivery .inner {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px !important;
  }
  .service_delivery .inner:last-child {
    margin-bottom: 0 !important;
  }
  .service_delivery .inner {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
  }
  .service_delivery .inner:last-child {
    margin-bottom: 0;
  }
}
/* service_branding */
.service_branding {
  padding-top: 81px;
}

.service_branding .title40 {
  margin-bottom: 29px;
  text-align: center;
}

.service_branding .bianji {
  color: var(--co-4D4D4D);
  text-align: center;
  line-height: 28px;
}

@media (max-width: 1600px) {
  .service_branding {
    padding-top: 60px;
  }
}
@media (max-width: 1333px) {
  .service_branding {
    padding-top: 50px;
  }
  .service_branding .title40 {
    margin-bottom: 20px;
  }
}
@media (max-width: 999px) {
  .service_branding {
    padding-top: 40px;
  }
  .service_branding .title40 {
    margin-bottom: 15px;
  }
  .service_branding .bianji {
    line-height: 26px;
  }
}
@media (max-width: 538px) {
  .service_branding {
    padding-top: 30px;
  }
}
/* service_models */
.service_models {
  padding: 80px 0px 20px;
}

.service_models .title40 {
  text-align: center;
  margin-bottom: 20px;
}

.service_models .safe > .bianji {
  color: var(--co-4D4D4D);
  text-align: center;
}

.service_models .inner .safe {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0px 60px;
}

.service_models .inner:nth-child(2n) {
  background-color: var(--co-F5F5F5);
}

.service_models .inner:nth-child(2n) .safe {
  flex-direction: row-reverse;
}

.service_models .l_box {
  width: 45.8%;
}

.service_models .r_box {
  width: 48%;
}

.service_models .title {
  color: var(--co-C30D23);
  font-family: var(--SemiBold);
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 24px;
}

.service_models .r_box .bianji {
  color: var(--co-4D4D4D);
}

.service_models .r_box .bianji strong {
  font-weight: normal;
  font-family: var(--SemiBold);
}

@media (max-width: 1600px) {
  .service_models {
    padding: 60px 0px 20px;
  }
  .service_models .inner .safe {
    padding: 50px 0px;
  }
  .service_models .title {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1333px) {
  .service_models {
    padding: 50px 0px 20px;
  }
  .service_models .inner .safe {
    padding: 40px 0px;
  }
  .service_models .title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
@media (max-width: 999px) {
  .service_models {
    padding: 40px 0px 20px;
  }
  .service_models .title40 {
    margin-bottom: 15px;
  }
  .service_models .inner .safe {
    padding: 30px 0px;
    flex-direction: column !important;
  }
  .service_models .l_box {
    width: auto;
    margin-bottom: 20px;
  }
  .service_models .r_box {
    width: 100%;
  }
  .service_models .title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
  }
}
@media (max-width: 538px) {
  .service_models {
    padding: 30px 0px 20px;
  }
}
/* service_free */
.service_free {
  padding: 89px 0px 84px;
  background-image: url(../images/3-4pic2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.service_free .title32 {
  width: 76%;
  margin: 0 auto;
  margin-bottom: 53px;
  text-align: center;
  color: var(--co-fff);
}

.service_free .btn1 {
  width: 249px;
  margin: 0 auto;
}

@media (max-width: 1600px) {
  .service_free {
    padding: 60px 0px;
  }
  .service_free .title32 {
    width: 80%;
    margin-bottom: 40px;
  }
}
@media (max-width: 1333px) {
  .service_free {
    padding: 50px 0px;
  }
  .service_free .title32 {
    width: 90%;
    margin-bottom: 30px;
  }
  .service_free .btn1 {
    width: 240px;
  }
}
@media (max-width: 999px) {
  .service_free {
    padding: 40px 0px;
  }
  .service_free .title32 {
    width: 100%;
    margin-bottom: 20px;
  }
  .service_free .btn1 {
    width: 210px;
  }
}
@media (max-width: 538px) {
  .service_free {
    padding: 30px 0px;
  }
}
/* news_list */
.news_list {
  padding: 80px 0px 80px;
}

.news_list .wrap {
  margin-bottom: 70px;
}

.news_list .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.news_list .inner:last-child {
  margin-bottom: 0;
}

.news_list .inner:hover {
  background-color: var(--co-F5F5F5);
}

.news_list .imgbox {
  width: 14.8571%;
  overflow: hidden;
}

.news_list .contact {
  width: 80.8%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 3.5714%;
}

.news_list .l {
  width: 91.3%;
  position: relative;
  padding-right: 5%;
}

.news_list .l::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 120px;
  background-color: #e6e6e6;
}

.news_list .data {
  color: var(--co-808080);
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
}

.news_list .title {
  color: var(--co-141414);
  font-family: var(--SemiBold);
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 23px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news_list .title a {
  color: var(--co-141414);
}

.news_list .title:hover,
.news_list .title a:hover {
  color: var(--co-C30D23);
}

.news_list .bianji {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news_list .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid var(--co-C30D23);
  flex-shrink: 0;
  color: var(--co-C30D23);
}

.news_list .btn:hover {
  background-color: var(--co-C30D23);
  color: var(--co-fff);
}

@media (max-width: 1600px) {
  .news_list {
    padding: 60px 0px;
  }
  .news_list .wrap {
    margin-bottom: 45px;
  }
  .news_list .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1333px) {
  .news_list {
    padding: 50px 0px;
  }
  .news_list .wrap {
    margin-bottom: 35px;
  }
  .news_list .title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .news_list .inner {
    padding: 20px 20px;
  }
  .news_list .contact {
    padding-right: 0;
  }
  .news_list .btn {
    margin-left: 20px;
  }
  .news_list .data {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
@media (max-width: 999px) {
  .news_list {
    padding: 40px 0px;
  }
  .news_list .wrap {
    margin-bottom: 25px;
  }
  .news_list .inner {
    background: var(--co-F5F5F5);
  }
  .news_list .title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .news_list .data {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 5px;
  }
  .news_list .btn {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 768px) {
  .news_list .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .news_list .inner {
    width: 49%;
    margin-right: 2%;
    flex-direction: column;
  }
  .news_list .inner:nth-child(2n) {
    margin-right: 0;
  }
  .news_list .imgbox {
    width: auto;
    margin-bottom: 15px;
  }
  .news_list .contact {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .news_list .l {
    padding-right: 0;
    margin-bottom: 12px;
  }
  .news_list .l::after {
    display: none;
  }
  .news_list .btn {
    margin-left: 0;
  }
}
@media (max-width: 538px) {
  .news_list {
    padding: 30px 0px;
  }
  .news_list .inner {
    width: 100%;
    margin-right: 0%;
    flex-direction: column;
  }
  .news_list .inner:last-child {
    margin-bottom: 0;
  }
}
/* pagination */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.pagination > a > i {
  display: inline-block;
}

.pagination > div {
  display: flex;
  align-items: center;
}

.pagination > div a {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  margin-right: 8px;
}

.pagination > div a:last-child {
  margin-right: 0;
}

.pagination > a:first-child i {
  margin-right: 5px;
}

.pagination > a:last-child i {
  margin-left: 5px;
}

.pagination .prev {
  margin-right: 30px;
}

.pagination .next {
  margin-left: 30px;
}

.pagination > div a:hover,
.pagination > div .active {
  color: #fff;
  background-color: var(--co-C30D23);
}

.pagination > a:hover,
.pagination > a:hover i {
  color: var(--co-C30D23);
}

.pagination .submit {
  width: 178px;
  height: 40px;
  border-radius: 4px;
  color: #fff;
  background-color: #e4002b;
  font-family: Montserrat-Light;
  font-size: 16px;
  color: #ffffff;
  margin-right: 10px;
  cursor: pointer;
}

.pagination .submit:hover {
  background-color: #000;
}

/* 4-2  */
.news_detail {
  padding: 81px 0px 81px;
}

.news_detail .title32 {
  margin-bottom: 25px;
  text-align: center;
}

.news_detail .co {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--co-808080);
  line-height: 28px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--co-D9D9D9);
  padding-bottom: 23px;
}

.news_detail .data {
  margin-right: 5%;
}

.news_detail .sharebox {
  display: flex;
  align-items: center;
}

.news_detail .sharebox span {
  margin-right: 8px;
}

.news_detail .bianji {
  color: var(--co-4D4D4D);
  line-height: 28px;
  margin-bottom: 39px;
}

.news_detail .bianji strong {
  font-weight: normal;
  font-family: var(--SemiBold);
}

@media (max-width: 1600px) {
  .news_detail {
    padding: 60px 0px;
  }
  .news_detail .title32 {
    margin-bottom: 20px;
  }
  .news_detail .co {
    line-height: 28px;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1333px) {
  .news_detail {
    padding: 50px 0px;
  }
  .news_detail .title32 {
    margin-bottom: 15px;
  }
  .news_detail .co {
    line-height: 28px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .news_detail .bianji {
    line-height: 26px;
    margin-bottom: 25px;
  }
}
@media (max-width: 999px) {
  .news_detail {
    padding: 40px 0px;
  }
}
@media (max-width: 538px) {
  .news_detail {
    padding: 30px 0px;
  }
}
/* page_control */
.page_control {
  padding: 27.5px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--co-D9D9D9);
  border-bottom: 1px solid var(--co-D9D9D9);
}

.page_control .tx {
  display: flex;
  align-items: center;
  width: 40%;
}

.page_control .tx:first-child .svgbox {
  margin-right: 20px;
}

.page_control .tx:first-child {
  text-align: left;
}

.page_control .tx:last-child .svgbox {
  margin-left: 20px;
}

.page_control .tx:last-child {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

.page_control .svgbox i,
.page_control .svgbox a {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  border: 1px solid var(--co-141414);
  color: var(--co-141414);
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_control .name {
  color: var(--co-141414);
  font-family: var(--Medium);
  font-size: 18px;
  margin-bottom: 3px;
}

.page_control .resu,
.page_control .resu a {
  color: var(--co-4D4D4D);
  line-height: 28px;
}

.page_control .resu a:hover {
  color: var(--co-C30D23);
}

.page_control .svgbox i:hover,
.page_control .svgbox a:hover {
  color: var(--co-fff);
  background-color: var(--co-C30D23);
  border: 1px solid var(--co-C30D23);
}

.page_control .btn {
  display: flex;
  align-items: center;
  color: var(--co-4D4D4D);
  font-family: var(--Medium);
  font-size: 18px;
  line-height: 30px;
  cursor: pointer;
  flex-shrink: 0;
  margin: 0px 20px;
}

.page_control .btn i {
  margin-right: 8px;
  font-size: 12px;
  transform: rotate(-180deg);
  font-weight: bold;
}

.page_control .btn:hover,
.page_control .btn:hover i {
  color: var(--co-C30D23);
}

@media (max-width: 1600px) {
  .page_control {
    padding: 25px 0px;
  }
}
@media (max-width: 1333px) {
  .page_control {
    padding: 22px 0px;
  }
  .page_control .name {
    font-size: 16px;
    margin-bottom: 3px;
  }
  .page_control .tx:first-child .svgbox {
    margin-right: 10px;
  }
  .page_control .tx:last-child .svgbox {
    margin-left: 10px;
  }
  .page_control .btn {
    font-size: 16px;
    line-height: 28px;
    margin: 0px 20px;
  }
}
@media (max-width: 999px) {
  .page_control {
    padding: 18px 0px;
  }
  .page_control .name {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .page_control .resu,
  .page_control .resu a {
    line-height: 26px;
  }
  .page_control .svgbox i,
  .page_control .svgbox a {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 768px) {
  .page_control {
    flex-direction: column;
  }
  .page_control .tx {
    width: 100% !important;
    justify-content: flex-start;
  }
  .page_control .tx:last-child {
    justify-content: flex-end;
    flex-direction: row-reverse;
    text-align: left;
  }
  .page_control .tx:last-child .svgbox {
    margin-left: 0px;
    margin-right: 10px;
  }
  .page_control .tx:first-child {
    margin-bottom: 15px;
  }
  .page_control .btn {
    display: none;
  }
}
/* related_news */
.related_news {
  margin-bottom: 70px;
}

.related_news .title40 {
  margin-bottom: 39px;
}

.related_news .wrap {
  display: flex;
  flex-wrap: wrap;
}

.related_news .inner {
  width: 48.95%;
  margin-right: 2.1%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.related_news .inner:nth-child(2n) {
  margin-right: 0;
}

.related_news .imgbox {
  width: 38.3%;
  overflow: hidden;
}

.related_news .contact {
  width: 56.5%;
  padding-right: 1%;
}

.related_news .title {
  color: var(--co-141414);
  font-family: var(--SemiBold);
  font-size: 20px;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 27px;
}

.related_news .title a {
  color: var(--co-141414);
}

.related_news .title:hover,
.related_news .title a:hover {
  color: var(--co-C30D23);
}

.related_news .bianji {
  color: var(--co-4D4D4D);
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 46px;
}

.related_news .bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.related_news .data {
  color: var(--co-808080);
  line-height: 28px;
}

@media (max-width: 1600px) {
  .related_news {
    margin-bottom: 60px;
  }
  .related_news .title40 {
    margin-bottom: 30px;
  }
  .related_news .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .related_news .bianji {
    line-height: 28px;
    margin-bottom: 30px;
  }
}
@media (max-width: 1333px) {
  .related_news {
    margin-bottom: 50px;
  }
  .related_news .title40 {
    margin-bottom: 25px;
  }
  .related_news .title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  .related_news .bianji {
    line-height: 28px;
    margin-bottom: 20px;
  }
  .related_news .bot {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .related_news .btn2 {
    margin-bottom: 6px;
  }
}
@media (max-width: 999px) {
  .related_news {
    margin-bottom: 40px;
  }
  .related_news .title40 {
    margin-bottom: 15px;
  }
  .related_news .wrap {
    flex-direction: column;
  }
  .related_news .inner {
    width: 100%;
    margin-bottom: 20px;
    align-items: flex-start;
    margin-right: 0;
  }
  .related_news .inner:last-child {
    margin-bottom: 0;
  }
  .related_news .imgbox {
    width: auto;
    margin-right: 20px;
  }
  .related_news .contact {
    width: 100%;
    padding-right: 0%;
  }
  .related_news .bianji {
    line-height: 28px;
    margin-bottom: 10px;
  }
  .related_news .title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 8px;
  }
  .related_news .bianji {
    line-height: 26px;
    margin-bottom: 10px;
  }
}
@media (max-width: 538px) {
  .related_news {
    margin-bottom: 30px;
  }
}
@media (max-width: 450px) {
  .related_news .inner {
    flex-direction: column;
  }
  .related_news .imgbox {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .related_news .contact {
    width: 100%;
  }
}
/* contact_list */
.contact_list {
  padding: 80px 0px 80px;
}

.contact_list .safe {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.contact_list .l_box {
  width: 52.8571%;
  background-color: var(--co-F5F5F5);
  padding: 40px 40px 40px 40px;
}

.contact_list .inpbox1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.contact_list .inpbox1:last-child {
  margin-bottom: 0;
}

.contact_list .inp1 {
  width: 49%;
}

.contact_list .inp1 input,
.contact_list .inp1 textarea {
  width: 100%;
  font-family: var(--regular);
}

.contact_list .inp2,
.contact_list .inp3 {
  width: 100%;
}

.contact_list .inp1 input {
  height: 50px;
  background-color: var(--co-fff);
  padding: 0px 15px;
}

.contact_list .inp3 textarea {
  height: 120px;
  background-color: var(--co-fff);
  resize: none;
  padding: 10px 15px;
  display: block;
}

.contact_list .name {
  color: var(--co-808080);
  font-size: 16px;
  line-height: 28px;
  height: 28px;
  margin-bottom: 4px;
}

.contact_list .code {
  width: 100%;
  position: relative;
}

.contact_list .code .in {
  position: relative;
}

.contact_list .code .in input {
  padding-right: 120px !important;
}

.contact_list .code .codebox {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #f3fbfe;
}

.contact_list .send {
  width: 210px;
  margin-left: 2%;
  flex-shrink: 0;
}

.contact_list .send input {
  background-color: var(--co-C30D23);
  color: #fff;
  font-family: var(--regular);
  font-size: 16px;
  cursor: pointer;
  border: 1px solid var(--co-C30D23);
  text-transform: uppercase;
}

.contact_list .send input:hover {
  background-color: #fff;
  color: var(--co-C30D23);
}

.contact_list .r_box {
  width: 42%;
  padding-top: 1px;
}

.contact_list .title40 {
  margin-bottom: 19px;
}

.contact_list .bianji {
  color: var(--co-666);
  margin-bottom: 40px;
}

.contact_list .wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 62px;
}

.contact_list .inner {
  width: 50%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 32px;
}

.contact_list .svgbox {
  flex-shrink: 0;
  margin-right: 12px;
}

.contact_list .tit {
  color: var(--co-333);
  font-family: var(--SemiBold);
  font-size: 18px;
  line-height: 30px;
}

.contact_list .resu,
.contact_list .resu a {
  color: var(--co-4D4D4D);
  line-height: 28px;
}

.contact_list .resu a:hover {
  color: var(--co-C30D23);
}

.contact_list .last {
  width: 100% !important;
  margin-bottom: 0;
}

.contact_list .blogrolls {
  display: flex;
  flex-wrap: wrap;
}

.contact_list .blogrolls a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  border: 1px solid #221715;
  color: #221715;
  margin-right: 20px;
}

.contact_list .blogrolls a:last-child {
  margin-right: 0;
}

.contact_list .blogrolls a {
  color: #221715;
  font-size: 18px;
}

.contact_list .blogrolls a:hover {
  color: var(--co-C30D23);
  border: 1px solid var(--co-C30D23);
}

@media (max-width: 1600px) {
  .contact_list {
    padding: 60px 0px;
  }
  .contact_list .title40 {
    margin-bottom: 15px;
  }
  .contact_list .bianji {
    margin-bottom: 30px;
  }
  .contact_list .inner {
    width: 50%;
    margin-bottom: 25px;
  }
  .contact_list .wrap {
    margin-bottom: 50px;
  }
}
@media (max-width: 1333px) {
  .contact_list {
    padding: 50px 0px;
  }
  .contact_list .send {
    width: 150px;
    margin-left: 2%;
  }
  .contact_list .l_box {
    width: 52.8571%;
    padding: 30px;
  }
  .contact_list .r_box {
    width: 43%;
    padding-top: 0px;
  }
  .contact_list .bianji {
    margin-bottom: 20px;
  }
  .contact_list .inner {
    width: 50%;
    margin-bottom: 20px;
  }
  .contact_list .tit {
    font-size: 16px;
    line-height: 26px;
  }
  .contact_list .wrap {
    margin-bottom: 20px;
  }
}
@media (max-width: 999px) {
  .contact_list {
    padding: 40px 0px;
  }
  .contact_list .safe {
    flex-direction: column;
  }
  .contact_list .l_box {
    width: 100%;
    margin-bottom: 20px;
    padding: 25px;
  }
  .contact_list .r_box {
    width: 100%;
  }
  .contact_list .name {
    font-size: 14px;
    line-height: 25px;
    height: 25px;
    margin-bottom: 4px;
  }
  .contact_list .inpbox1 {
    margin-bottom: 10px;
  }
  .contact_list .last {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 768px) {
  .contact_list .tit {
    font-size: 14px;
    line-height: 24px;
  }
  .contact_list .resu,
  .contact_list .resu a {
    color: var(--co-4D4D4D);
    line-height: 26px;
  }
  .contact_list .blogrolls a {
    margin-right: 15px;
  }
}
@media (max-width: 538px) {
  .contact_list {
    padding: 30px 0px;
  }
  .contact_list .inp1 input {
    height: 45px;
  }
  .contact_list .l_box {
    margin-bottom: 20px;
    padding: 20px;
  }
}
@media (max-width: 450px) {
  .contact_list .inpbox1 {
    flex-direction: column;
    margin-bottom: 0;
  }
  .contact_list .inp1 {
    width: 100%;
    margin-bottom: 15px;
  }
  .contact_list .send .name {
    display: none;
  }
  .contact_list .inner {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .contact_list .inner:last-child {
    margin-bottom: 0;
  }
}
/* contact_choose */
.contact_choose {
  padding: 80px 0px 80px;
}

.contact_choose .title40 {
  margin-bottom: 50px;
}

.contact_choose .wrap {
  display: flex;
  flex-wrap: wrap;
}

.contact_choose .inner {
  width: 23%;
  margin-right: 2%;
}

.contact_choose .inner:nth-child(4n) {
  margin-right: 0;
}

.contact_choose .svgbox {
  margin-bottom: 20px;
}

.contact_choose .txts {
  color: var(--co-333);
  font-family: var(--Medium);
  line-height: 28px;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--co-C30D23);
}

@media (max-width: 1600px) {
  .contact_choose {
    padding: 60px 0px;
  }
  .contact_choose .title40 {
    margin-bottom: 35px;
  }
}
@media (max-width: 1333px) {
  .contact_choose {
    padding: 50px 0px;
  }
  .contact_choose .title40 {
    margin-bottom: 25px;
  }
  .contact_choose .svgbox {
    margin-bottom: 15px;
  }
  .contact_choose .txts {
    line-height: 26px;
    padding-bottom: 15px;
  }
}
@media (max-width: 999px) {
  .contact_choose {
    padding: 40px 0px;
  }
  .contact_choose .title40 {
    margin-bottom: 15px;
  }
  .contact_choose .inner {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .contact_choose .inner:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 538px) {
  .contact_choose {
    padding: 30px 0px;
  }
  .contact_choose .inner {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 15px;
  }
  .contact_choose .inner:last-child {
    margin-bottom: 0;
  }
}
/* contact_multiple */
.contact_multiple {
  padding: 71px 0px 70px;
  background-color: var(--co-F5F5F5);
}

.contact_multiple .title40 {
  margin-bottom: 49px;
}

.contact_multiple .box {
  position: relative;
}

.contact_multiple .swiper-slide {
  padding: 55px 24px 50px 24px;
  background-color: var(--co-fff);
  text-align: center;
  min-height: 350px;
  height: auto;
}

.contact_multiple .svgbox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 38px;
}

.contact_multiple .title {
  margin-bottom: 16px;
  color: var(--co-141414);
  font-family: var(--SemiBold);
  font-size: 18px;
  line-height: 30px;
}

.contact_multiple .bianji {
  color: var(--co-4D4D4D);
  font-size: 16px;
  line-height: 28px;
}

.contact_multiple .btnbox i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  background-color: var(--co-000);
  color: var(--co-fff);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  cursor: pointer;
}

.contact_multiple .btnbox i:hover {
  background-color: var(--co-C30D23);
}

.contact_multiple .btnbox i:first-child {
  left: -66px;
}

.contact_multiple .btnbox i:last-child {
  right: -66px;
}

@media (max-width: 1600px) {
  .contact_multiple {
    padding: 60px 0px;
  }
  .contact_multiple .title40 {
    margin-bottom: 40px;
  }
  .contact_multiple .swiper-slide {
    padding: 40px 24px 40px 24px;
    min-height: 350px;
  }
  .contact_multiple .svgbox {
    margin-bottom: 30px;
  }
}
@media (max-width: 1333px) {
  .contact_multiple {
    padding: 50px 0px;
  }
  .contact_multiple .title40 {
    margin-bottom: 30px;
  }
  .contact_multiple .swiper-slide {
    padding: 30px 15px 30px 15px;
    min-height: auto;
  }
  .contact_multiple .svgbox {
    margin-bottom: 20px;
  }
  .contact_multiple .title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 999px) {
  .contact_multiple {
    padding: 40px 0px;
  }
  .contact_multiple .title40 {
    margin-bottom: 20px;
  }
  .contact_multiple .btnbox i:first-child {
    left: -58px;
  }
  .contact_multiple .btnbox i:last-child {
    right: -58px;
  }
  .contact_multiple .bianji {
    font-size: 14px;
    line-height: 26px;
  }
  .contact_multiple .svgbox {
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .contact_multiple .title40 {
    margin-bottom: 15px;
  }
  .contact_multiple .swiper {
    margin-bottom: 20px;
  }
  .contact_multiple .btnbox {
    display: flex;
    justify-content: center;
  }
  .contact_multiple .btnbox i {
    position: static;
    transform: unset;
  }
  .contact_multiple .btnbox i:first-child {
    margin-right: 10px;
  }
  .contact_multiple .swiper-slide {
    padding: 20px 15px 20px 15px;
  }
}
@media (max-width: 538px) {
  .contact_multiple {
    padding: 30px 0px;
  }
}
/* contact_success */
.contact_success {
  padding: 70px 0px 70px;
}

.contact_success .safe {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.contact_success .l_box {
  width: 23%;
}

.contact_success .title40 {
  margin-bottom: 60px;
}

.contact_success .r_box {
  width: 73.1%;
}

.contact_success .wrap {
  display: flex;
  flex-wrap: wrap;
}

.contact_success .inner {
  width: 31.3%;
  margin-right: 3%;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 4px 4px 16px 0px rgba(210, 210, 214, 0.4);
}

.contact_success .inner:nth-child(3n) {
  margin-right: 0;
}

.contact_success .contact {
  padding: 32px 20px 15px 20px;
  color: var(--co-333);
  text-align: center;
  font-size: 16px;
  line-height: 28px;
  min-height: 160px;
}

@media (max-width: 1600px) {
  .contact_success {
    padding: 60px 0px;
  }
  .contact_success .title40 {
    margin-bottom: 40px;
  }
  .contact_success .contact {
    padding: 20px 15px 15px 15px;
    font-size: 16px;
    line-height: 28px;
    min-height: 160px;
  }
}
@media (max-width: 1333px) {
  .contact_success {
    padding: 50px 0px;
  }
  .contact_success .title40 {
    margin-bottom: 30px;
  }
}
@media (max-width: 999px) {
  .contact_success {
    padding: 40px 0px;
  }
  .contact_success .safe {
    flex-direction: column;
  }
  .contact_success .l_box {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact_success .r_box {
    width: 100%;
  }
  .contact_success .title40 {
    margin-bottom: 20px;
  }
  .contact_success .contact {
    padding: 15px 15px 15px 15px;
    font-size: 14px;
    line-height: 26px;
    min-height: 150px;
  }
}
@media (max-width: 700px) {
  .contact_success .inner {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  .contact_success .inner:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 538px) {
  .contact_success {
    padding: 30px 0px;
  }
}
@media (max-width: 350px) {
  .contact_success .inner {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 20px;
  }
  .contact_success .inner:last-child {
    margin-bottom: 0;
  }
  .contact_success .contact {
    min-height: unset;
  }
}
/* contact_inquire */
.contact_inquire {
  padding: 71px 0px 80px;
  background-color: var(--co-F5F5F5);
}

.contact_inquire .title40 {
  text-align: center;
  margin-bottom: 50px;
}

.contact_inquire .inpbox1 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.contact_inquire .inpbox1:last-child {
  margin-bottom: 0;
}

.contact_inquire .inp1 {
  width: 49%;
  margin-right: 2%;
}

.contact_inquire .inp1:nth-child(2n) {
  margin-right: 0;
}

.contact_inquire .inp2 {
  width: 100%;
  margin-right: 0;
}

.contact_inquire .name {
  color: var(--co-808080);
  font-size: 16px;
  line-height: 28px;
  height: 28px;
  margin-bottom: 4px;
}

.contact_inquire input,
.contact_inquire textarea {
  width: 100%;
  font-size: 16px;
  font-family: var(--regular);
}

.contact_inquire input {
  height: 50px;
  padding: 0px 15px;
}

.contact_inquire textarea {
  height: 120px;
  padding: 10px 15px;
  display: block;
  resize: none;
}

.contact_inquire .code {
  position: relative;
}

.contact_inquire .code .in1 {
  position: relative;
}

.contact_inquire .code input {
  padding-right: 110px !important;
}

.contact_inquire .codebox {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3fbfe;
  cursor: pointer;
}

.contact_inquire .send input {
  background-color: var(--co-C30D23);
  color: var(--co-fff);
  cursor: pointer;
  border: 1px solid var(--co-C30D23);
  text-transform: uppercase;
}

.contact_inquire .send input:hover {
  background-color: var(--co-fff);
  color: var(--co-C30D23);
}

.contact_inquire .m-formcountry i {
  right: 15px !important;
}

.contact_inquire .m-formcountry input {
  padding-right: 32px !important;
}

@media (max-width: 1600px) {
  .contact_inquire {
    padding: 60px 0px;
  }
  .contact_inquire .title40 {
    margin-bottom: 40px;
  }
}
@media (max-width: 1333px) {
  .contact_inquire {
    padding: 50px 0px;
  }
  .contact_inquire .title40 {
    margin-bottom: 30px;
  }
}
@media (max-width: 999px) {
  .contact_inquire {
    padding: 40px 0px;
  }
  .contact_inquire .title40 {
    margin-bottom: 20px;
  }
  .contact_inquire .name {
    font-size: 14px;
    line-height: 26px;
    height: 26px;
    margin-bottom: 4px;
  }
  .contact_inquire .inpbox1 {
    margin-bottom: 15px;
  }
  .contact_inquire input {
    height: 45px;
  }
  .contact_inquire input,
  .contact_inquire textarea {
    font-size: 14px !important;
  }
}
@media (max-width: 768px) {
  .contact_inquire .title40 {
    margin-bottom: 15px;
  }
}
@media (max-width: 538px) {
  .contact_inquire {
    padding: 30px 0px;
  }
}
@media (max-width: 450px) {
  .contact_inquire .inpbox1 {
    flex-direction: column;
    margin-bottom: 0;
  }
  .contact_inquire .inp1 {
    margin-bottom: 15px !important;
    width: 100%;
  }
  .contact_inquire .inp1:last-child {
    margin-bottom: 0;
  }
  .contact_inquire .send .name {
    display: none;
  }
}
/* contact_wide */
.contact_wide {
  padding: 121px 0px 124px;
  background-image: url(../images/5-2pic2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.contact_wide .safe {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.contact_wide .l_box {
  width: 100%;
}

.contact_wide .title32 {
  color: var(--co-fff);
  line-height: 46px;
  margin-bottom: 35px;
}

.contact_wide .bianji {
  color: var(--co-fff);
  font-size: 18px;
  line-height: 28px;
}

.contact_wide .btn1 {
  flex-shrink: 0;
  width: 188px;
  margin-left: 15%;
  margin-top: 52px;
}

@media (max-width: 1600px) {
  .contact_wide {
    padding: 80px 0px;
  }
  .contact_wide .title32 {
    line-height: unset;
    margin-bottom: 30px;
  }
}
@media (max-width: 1333px) {
  .contact_wide {
    padding: 60px 0px;
  }
  .contact_wide .title32 {
    margin-bottom: 20px;
  }
  .contact_wide .bianji {
    font-size: 16px;
    line-height: 26px;
  }
}
@media (max-width: 999px) {
  .contact_wide {
    padding: 50px 0px;
  }
  .contact_wide .bianji {
    font-size: 14px;
    line-height: 24px;
  }
  .contact_wide .btn1 {
    width: 170px;
    margin-left: 15%;
    margin-top: 35px;
  }
}
@media (max-width: 768px) {
  .contact_wide {
    padding: 40px 0px;
  }
  .contact_wide .safe {
    flex-direction: column;
  }
  .contact_wide .btn1 {
    margin-top: 20px;
    margin-left: 0;
  }
}
@media (max-width: 538px) {
  .contact_wide {
    padding: 30px 0px;
  }
}
/* contact_join */
.contact_join {
  padding: 81px 0px 49px;
  background-image: url(../images/5-3pic1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact_join .title40 {
  margin-bottom: 40px;
}

.contact_join .title {
  color: var(--co-C30D23);
  font-family: var(--SemiBold);
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 15px;
}

.contact_join .content {
  color: var(--co-333);
  line-height: 28px;
}

.contact_join .wrap {
  display: flex;
  flex-wrap: wrap;
}

.contact_join .inner {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 32px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  min-height: 406px;
  padding: 40px 40px 38px 40px;
}

.contact_join .inner:nth-child(2n) {
  margin-right: 0%;
}

.contact_join .inner:hover {
  background-image: url(../images/5-3pic2.jpg);
}

.contact_join .inner:hover .title,
.contact_join .inner:hover .content {
  color: var(--co-fff);
}

.contact_join .title {
  margin-bottom: 16px;
}

@media (max-width: 1600px) {
  .contact_join {
    padding: 60px 0px;
  }
  .contact_join .title40 {
    margin-bottom: 30px;
  }
}
@media (max-width: 1333px) {
  .contact_join {
    padding: 50px 0px;
  }
  .contact_join .title40 {
    margin-bottom: 20px;
  }
  .contact_join .inner {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 32px;
    border-radius: 8px;
    min-height: 406px;
    padding: 30px;
  }
  .contact_join .title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}
@media (max-width: 999px) {
  .contact_join {
    padding: 40px 0px;
  }
  .contact_join .title40 {
    margin-bottom: 15px;
  }
  .contact_join .inner {
    width: 100%;
    margin-right: 0;
    min-height: unset;
    background-image: url(../images/5-3pic2.jpg);
    margin-bottom: 20px;
  }
  .contact_join .inner:last-child {
    margin-bottom: 0;
  }
  .contact_join .inner .title,
  .contact_join .inner .content {
    color: var(--co-fff);
  }
  .contact_join .title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .contact_join .content {
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .contact_join .inner {
    padding: 20px;
  }
}
@media (max-width: 538px) {
  .contact_join {
    padding: 30px 0px;
  }
}
/* contact_staff */
.contact_staff {
  padding: 81px 0px 81px;
}

.contact_staff .titlebox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 37px;
}

.contact_staff .btnbox {
  display: flex;
  align-items: center;
}

.contact_staff .btnbox i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  color: var(--co-fff);
  background-color: var(--co-000);
  cursor: pointer;
}

.contact_staff .btnbox i:first-child {
  margin-right: 10px;
}

.contact_staff .btnbox i:hover {
  background-color: var(--co-C30D23);
  color: var(--co-fff);
}

.contact_staff .imgbox {
  border-radius: 8px;
  overflow: hidden;
}

@media (max-width: 1600px) {
  .contact_staff {
    padding: 60px 0px;
  }
  .contact_staff .titlebox {
    margin-bottom: 30px;
  }
}
@media (max-width: 1333px) {
  .contact_staff {
    padding: 50px 0px;
  }
  .contact_staff .titlebox {
    margin-bottom: 20px;
  }
  .contact_staff .btnbox i {
    width: 45px;
    height: 45px;
  }
}
@media (max-width: 999px) {
  .contact_staff {
    padding: 40px 0px;
  }
  .contact_staff .titlebox {
    margin-bottom: 15px;
  }
  .contact_staff .btnbox i {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 538px) {
  .contact_staff {
    padding: 30px 0px;
  }
}
/* contact_talent */
.contact_talent {
  margin-bottom: 70px;
}

.contact_talent .title40 {
  margin-bottom: 49px;
}

.contact_talent .wrap {
  display: flex;
  flex-wrap: wrap;
}

.contact_talent .inner {
  width: 50%;
  position: relative;
}

.contact_talent .shadow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 8px 8px 0;
  background: linear-gradient(270deg, rgba(195, 13, 34, 0) 0%, rgba(195, 13, 34, 0.8) 100%);
  display: flex;
  align-items: flex-end;
  padding: 30px 40px;
}

.contact_talent .title {
  color: var(--co-fff);
  font-family: var(--SemiBold);
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 10px;
}

.contact_talent .content {
  color: var(--co-fff);
  line-height: 28px;
}

@media (max-width: 1600px) {
  .contact_talent {
    margin-bottom: 60px;
  }
  .contact_talent .title40 {
    margin-bottom: 40px;
  }
  .contact_talent .shadow {
    padding: 30px;
  }
}
@media (max-width: 1333px) {
  .contact_talent {
    margin-bottom: 50px;
  }
  .contact_talent .title40 {
    margin-bottom: 30px;
  }
  .contact_talent .title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .contact_talent .shadow {
    padding: 20px;
  }
  .contact_talent .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
  }
}
@media (max-width: 999px) {
  .contact_talent {
    margin-bottom: 40px;
  }
  .contact_talent .title40 {
    margin-bottom: 20px;
  }
  .contact_talent .content {
    line-height: 26px;
  }
  .contact_talent .title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
  }
  .contact_talent .shadow {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  .contact_talent .title40 {
    margin-bottom: 15px;
  }
  .contact_talent .title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
  }
  .contact_talent .inner {
    width: 100%;
    min-height: 200px;
    margin-bottom: 20px;
  }
  .contact_talent .inner:last-child {
    margin-bottom: 0;
  }
  .contact_talent .inner img {
    object-fit: cover;
    height: 100%;
    width: 100%;
  }
}
@media (max-width: 538px) {
  .contact_talent {
    margin-bottom: 30px;
  }
  .contact_talent .inner {
    min-height: 180px;
    margin-bottom: 20px;
  }
}
/* contact_job */
.contact_job {
  margin-bottom: 80px;
}

.contact_job .tab {
  display: flex;
  flex-wrap: wrap;
  background-color: var(--co-C30D23);
  margin-bottom: 20px;
}

.contact_job .question {
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
}

.contact_job .list .li {
  border: 1px solid var(--co-C30D23);
  margin-bottom: 20px;
}

.contact_job .list .li:last-child {
  margin-bottom: 0;
}

.contact_job li {
  padding: 16px 10px 16px 10px;
  text-align: center;
  color: var(--co-141414);
}

.contact_job li:nth-of-type(1) {
  width: 16.6%;
}

.contact_job li:nth-of-type(2) {
  width: 16.8%;
}

.contact_job li:nth-of-type(3) {
  width: 17.4%;
}

.contact_job li:nth-of-type(4) {
  width: 23.6%;
}

.contact_job li:nth-of-type(5) {
  width: 14.3%;
}

.contact_job li:nth-of-type(6) {
  width: 11%;
}

.contact_job .tab li {
  color: var(--co-fff);
  text-align: center;
  font-family: var(--Medium);
  font-size: 18px;
  line-height: 30px;
}

.contact_job .answer {
  padding: 40px 60px 40px 60px;
  display: none;
  transition: none;
}

.contact_job .txts {
  color: var(--co-4D4D4D);
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 45px;
}

.contact_job .txts:last-child {
  margin-bottom: 0;
}

.contact_job .txts strong {
  font-weight: normal;
  font-family: var(--SemiBold);
  color: var(--co-141414);
  font-size: 20px;
  line-height: 30px;
  display: inline-block;
  margin-bottom: 15px;
}

.contact_job .active .question {
  background: rgba(195, 13, 34, 0.05);
}

.contact_job .active .question li {
  color: var(--co-C30D23);
}

@media (max-width: 1600px) {
  .contact_job {
    margin-bottom: 60px;
  }
  .contact_job .tab li {
    font-size: 16px;
    line-height: 26px;
  }
  .contact_job .answer {
    padding: 40px 50px 40px 50px;
  }
  .contact_job .txts strong {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 1333px) {
  .contact_job {
    margin-bottom: 50px;
  }
  .contact_job .answer {
    padding: 30px 30px;
  }
  .contact_job .txts strong {
    font-size: 16px;
    line-height: 26px;
  }
  .contact_job .txts {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 35px;
  }
}
@media (max-width: 999px) {
  .contact_job {
    margin-bottom: 40px;
  }
  .contact_job .answer {
    padding: 30px;
  }
  .contact_job .txts {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  .contact_job .txts strong {
    margin-bottom: 5px;
  }
  .contact_job li {
    padding: 12px 8px 12px 8px;
  }
  .contact_job .tab li {
    font-size: 14px;
    line-height: 24px;
  }
  .contact_job .tab {
    margin-bottom: 15px;
  }
  .contact_job .list .li {
    margin-bottom: 15px;
  }
  .contact_job .safe {
    overflow: auto;
    z-index: 10001;
    scrollbar-color: #333 rgba(0, 0, 0, 0.05);
    scrollbar-width: thin;
  }
  .contact_job .wr {
    min-width: 999px;
    overflow: auto;
  }
  .contact_job .box {
    overflow: auto;
  }
}
@media (max-width: 768px) {
  .contact_job .answer {
    padding: 20px;
  }
}
@media (max-width: 538px) {
  .contact_job {
    margin-bottom: 30px;
  }
}
@font-face {
  font-family: "Poppins-Regular";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot") format("embedded-opentype"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype"), url("../fonts/Poppins-Regular.svg#PoppinsRegular") format("svg");
}
@font-face {
  font-family: "Poppins-SemiBold";
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot") format("embedded-opentype"), url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype"), url("../fonts/Poppins-SemiBold.svg#PoppinsSemiBold") format("svg");
}
@font-face {
  font-family: "Poppins-Medium";
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot") format("embedded-opentype"), url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype"), url("../fonts/Poppins-Medium.svg#PoppinsMedium") format("svg");
}
@font-face {
  font-family: "Poppins-Bold";
  src: url("../fonts/Poppins-Bold.eot");
  src: url("../fonts/Poppins-Bold.eot") format("embedded-opentype"), url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff"), url("../fonts/Poppins-Bold.ttf") format("truetype"), url("../fonts/Poppins-Bold.svg#PoppinsBold") format("svg");
}
.email,
.email a {
  word-break: break-all;
}

.bg00 {
  background-color: #000;
}

.m-kefu-chat {
  z-index: 1000000000 !important;
}

.close_form {
  opacity: 0;
  pointer-events: none;
}

.rota {
  transform: rotate(90deg);
}

.rota45 {
  transform: rotate(45deg);
}

.swiper-button-lock {
  display: none !important;
}

.opc0 {
  opacity: 0 !important;
  pointer-events: none;
}

.email a {
  word-break: break-all;
}

@font-face {
  font-family: "iconfont";
  /* Project id 4354916 */
  src: url("data:application/x-font-woff2;charset=utf-8;base64,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") format("woff2"), url("iconfont.woff?t=1750659631960") format("woff"), url("iconfont.ttf?t=1750659631960") format("truetype");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-wechat1:before {
  content: "\e6c7";
}

.icon-dianhua:before {
  content: "\e61b";
}

.icon-dianhua1:before {
  content: "\e842";
}

.icon-xiazai16:before {
  content: "\e612";
}

.icon-jinru:before {
  content: "\e627";
}

.icon-mima-yanjing-guanbi:before {
  content: "\e622";
}

.icon-mima_yanjing:before {
  content: "\e6c2";
}

.icon-Youtube-fill:before {
  content: "\e883";
}

.icon-xiangxiajiantoushuang-mianxing:before {
  content: "\e60a";
}

.icon-caret-up:before {
  content: "\e621";
}

.icon-duihao:before {
  content: "\eaf1";
}

.icon-duigou:before {
  content: "\e644";
}

.icon-pinterest1:before {
  content: "\e6e1";
}

.icon-xiazai:before {
  content: "\e606";
}

.icon-instagram-fill:before {
  content: "\e88f";
}

.icon-jia:before {
  content: "\e632";
}

.icon-jian:before {
  content: "\e64e";
}

.icon-duoyuyan:before {
  content: "\e654";
}

.icon-icon-jian:before {
  content: "\e609";
}

.icon-icon_jia:before {
  content: "\e652";
}

.icon-icon_earth:before {
  content: "\e6ff";
}

.icon-top1:before {
  content: "\e660";
}

.icon-tell:before {
  content: "\e6a7";
}

.icon-home:before {
  content: "\e624";
}

.icon-edit:before {
  content: "\e611";
}

.icon-facebook:before {
  content: "\e620";
}

.icon-pinterest:before {
  content: "\e8ab";
}

.icon-linkedin:before {
  content: "\e648";
}

.icon-youtube:before {
  content: "\e6d6";
}

.icon-twitter:before {
  content: "\e607";
}

.icon-bigger:before {
  content: "\e647";
}

.icon-left:before {
  content: "\e72c";
}

.icon-right:before {
  content: "\e72d";
}

.icon-up1:before {
  content: "\e72e";
}

.icon-bottom1:before {
  content: "\e72f";
}

.icon-left1:before {
  content: "\e730";
}

.icon-right1:before {
  content: "\e731";
}

.icon-up:before {
  content: "\e73e";
}

.icon-bottom:before {
  content: "\e73f";
}

.icon-instagram:before {
  content: "\e79d";
}

.icon-tumblr:before {
  content: "\e79e";
}

.icon-download:before {
  content: "\e7a0";
}

.icon-download1:before {
  content: "\e7a7";
}

.icon-search4:before {
  content: "\e7b2";
}

.icon-address:before {
  content: "\e7bc";
}

.icon-email:before {
  content: "\e7bd";
}

.icon-contact:before {
  content: "\e7be";
}

.icon-whatsapp:before {
  content: "\e7bf";
}

.icon-fax:before {
  content: "\e7c2";
}

.icon-mobile:before {
  content: "\e7c6";
}

.icon-phone:before {
  content: "\e7c8";
}

.icon-phone1:before {
  content: "\e7cb";
}

.icon-skype:before {
  content: "\e7cc";
}

.icon-whatsapp1:before {
  content: "\e7c1";
}

.icon-address1:before {
  content: "\e7c3";
}

.icon-contact1:before {
  content: "\e7c4";
}

.icon-email1:before {
  content: "\e7c5";
}

.icon-skype1:before {
  content: "\e7c9";
}

.icon-fax1:before {
  content: "\e7ca";
}

.icon-qq:before {
  content: "\e7ce";
}

.icon-tel1:before {
  content: "\e7cd";
}

.icon-wechat:before {
  content: "\e7cf";
}

.icon-phone2:before {
  content: "\e7d0";
}

.icon-message:before {
  content: "\e7da";
}

.icon-calendar:before {
  content: "\e7e1";
}

.icon-calendar1:before {
  content: "\e7e3";
}

.icon-top:before {
  content: "\e7ed";
}

.icon-youbian:before {
  content: "\e60f";
}

.icon-jian2:before {
  content: "\e600";
}

.icon-jia2:before {
  content: "\e608";
}

.icon-vk:before {
  content: "\e735";
}

.icon-instagram1:before {
  content: "\e640";
}

.icon-up7:before {
  content: "\e722";
}

.icon-bottom7:before {
  content: "\e723";
}

.icon-left7:before {
  content: "\e724";
}

.icon-right7:before {
  content: "\e725";
}

.icon-sousuo4:before {
  content: "\e610";
}

.icon-sousuo:before {
  content: "\e616";
}

.icon-sousuo1:before {
  content: "\e65b";
}

.icon-shangchuan:before {
  content: "\e602";
}

.icon-top2:before {
  content: "\e637";
}

.icon-biaoqian:before {
  content: "\e649";
}

.icon-twitter3:before {
  content: "\e7fd";
}

.icon-twitter4:before {
  content: "\e7fe";
}

.icon-twitter-new2:before {
  content: "\e800";
}

.icon-twitter-new:before {
  content: "\e7ff";
}

.icon-tiktok:before {
  content: "\e8db";
}

.icon-delete:before {
  content: "\e69d";
}

.icon-chahao:before {
  content: "\e617";
}

.icon-earth:before {
  content: "\e6d5";
}

.icon-earth1:before {
  content: "\e781";
}

.icon-chahao1:before {
  content: "\e60e";
}

.icon-jiahao:before {
  content: "\e726";
}

.icon-home1:before {
  content: "\e734";
}

.icon-guanbi:before {
  content: "\e6ca";
}

.icon-guanbi1:before {
  content: "\e61e";
}

.icon-bottom71:before {
  content: "\e74c";
}

.column {
  position: fixed;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10000;
  display: flex;
}

.column ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.column ul li {
  margin-bottom: 6px;
  max-width: 250px;
  background-color: transparent;
  display: flex;
  align-items: center;
  background: rgba(219, 219, 219, 0.86);
  border-radius: 5px;
}

.column ul li:hover .tiaozhuan {
  display: flex;
  width: 90px;
  margin-left: 15px;
  margin-right: 10px;
}

.column ul li .tiaozhuan {
  width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.column ul li a {
  height: 100%;
}

.column ul li .imgbox {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  flex-shrink: 0;
  border-radius: 5px;
}

.column ul li .imgbox a {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 5px;
}

.column ul li .imgbox:hover i {
  color: #fff !important;
}

.column ul li .imgbox:hover img {
  transform: unset !important;
}

.column .wechat {
  position: relative;
}

.column .gotop {
  cursor: pointer;
}

.column .gotop .icon-xiajiantou {
  transform: rotate(180deg);
}

.column .wechat .erweima {
  position: absolute;
  width: 150px;
  height: 150px;
  top: -10px;
  right: 100%;
  display: none;
  cursor: pointer;
  border: 10px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.column .wechat .erweima img,
.column .whatsapp .erweima img {
  width: 100%;
  height: 100%;
  border-radius: 10px !important;
  padding-right: 0px;
  background-color: transparent;
}

.column .wechat .erweima img {
  filter: unset !important;
}

.column img {
  display: block;
  width: auto;
}

.column .gotop i {
  display: flex;
  align-items: center;
  justify-content: center;
}

.column i {
  color: #fff !important;
}

.column .imgbox:hover {
  background: var(--co-C30D23);
}

.column li i {
  font-size: 24px;
}

@media (max-width: 1600px) {
  .column ul li .imgbox {
    width: 45px;
    height: 45px;
  }
  .column .wechat .erweima,
  .column .whatsapp .erweima {
    position: absolute;
    width: 150px;
    height: 150px;
    top: -10px;
    right: 80px;
    display: none;
    cursor: pointer;
  }
  .column ul li .imgbox i {
    font-size: 21px;
  }
}
@media (max-width: 1333px) {
  .column .wechat .erweima,
  .column .whatsapp .erweima {
    position: absolute;
    width: 100px;
    height: 100px;
    top: -10px;
    right: 70px;
    display: none;
    cursor: pointer;
  }
}
@media (max-width: 999px) {
  .column ul li .tiaozhuan {
    display: none;
  }
  .column ul li:hover .tiaozhuan {
    display: none;
  }
  .column {
    position: fixed;
    right: 0px;
    top: unset;
    bottom: 0;
    width: 100%;
    height: 50px;
    transform: unset;
  }
  .column ul li .imgbox {
    width: 50px;
    height: 50px;
  }
  .column .wechat .erweima,
  .column .whatsapp .erweima {
    position: absolute;
    width: 150px;
    height: 150px;
    top: -173px;
    right: 17%;
    display: none;
    cursor: pointer;
  }
  .column ul {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.5);
    height: 100%;
  }
  .column ul li {
    margin-bottom: 0px;
    width: 100%;
  }
  .column ul li .imgbox {
    width: 100%;
    height: 0;
  }
  .column ul li .imgbox a {
    width: 100%;
    height: 45px;
  }
  .column ul li .imgbox img {
    width: 30px;
    filter: brightness(100);
  }
  .column ul li a {
    border: unset;
  }
  .column ul {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .column ul li .imgbox img {
    width: auto;
  }
  .column ul li {
    background-color: transparent;
  }
}
@media (max-width: 768px) {
  .column ul li .imgbox {
    width: 45px;
    height: 45px;
  }
  .column .wechat .erweima,
  .column .whatsapp .erweima {
    position: absolute;
    width: 135px;
    height: 135px;
    top: -157px;
    /* right: 20%; */
    display: none;
    cursor: pointer;
    left: 0;
  }
  .column ul {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .column ul li {
    margin-bottom: 0px;
    width: 100%;
  }
  .column ul li .imgbox {
    width: 100%;
    height: 0;
  }
  .column ul li .imgbox a {
    width: 100%;
  }
  .column .wechat .erweima {
    border: 10px solid rgba(0, 0, 0, 0.1);
    border-radius: 0px;
  }
  .column .wechat .erweima img,
  .column .whatsapp .erweima img {
    border-radius: 0 !important;
  }
}
@media (max-width: 450px) {
  .column ul li .imgbox img {
    width: 25px;
  }
  .column ul li .imgbox {
    width: 45px;
    height: 45px;
    width: 100%;
    height: 0;
  }
  .column ul li .imgbox i {
    font-size: 18px;
  }
  .column .wechat .erweima {
    position: absolute;
    width: 100px;
    height: 100px;
    top: -125px;
    right: 20px;
    display: none;
    cursor: pointer;
    left: 0;
  }
  .column ul {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .column ul li {
    margin-bottom: 0px;
    width: 100%;
  }
  .column ul li .imgbox a {
    width: 100%;
  }
}
/* animation.min.css */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}
@keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  animation-name: tada;
}
@keyframes wobble {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    transform: none;
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  animation-name: bounceIn;
  animation-duration: 0.75s;
}
@keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  100% {
    transform: none;
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  100% {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    transform: none;
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: bounceOut;
  animation-duration: 0.75s;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: flipOutX;
  animation-duration: 0.75s;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  backface-visibility: visible !important;
  animation-name: flipOutY;
  animation-duration: 0.75s;
}
@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  100% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: hinge;
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  0% {
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    transform: translateX(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  0% {
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    transform: translateY(0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  0% {
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    transform: translateY(100%);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    transform: translateX(100%);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    transform: translateY(-100%);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

/* swiper-bundle */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

/* swiper-bundle.min.css */
/**
 * Swiper 11.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 26, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
  transform-style: preserve-3d;
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

.quelity_imgbox {
  max-width: 1920px;
  margin: 0 auto;
}

.column ul li .whatsapp {
  position: relative;
}

.column .phone {
  position: absolute;
  right: 100%;
  height: 50px;
  width: 200px;
  background: var(--co-fff);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  background: #ed1c24;
  color: var(--co-fff);
  display: none;
}

.column li:hover .phone {
  display: block;
}

@media (max-width: 1600px) {
  .column .phone {
    height: 50px;
    width: 200px;
    padding: 15px;
  }
}
@media (max-width: 1333px) {
  .column .phone {
    height: 45px;
    padding: 10px;
  }
}
@media (max-width: 999px) {
  .column .phone {
    display: none !important;
  }
}
.xiala_style {
  width: 1098px;
}
.xiala_style .l_box {
  width: 31.8%;
}
.xiala_style .co {
  justify-content: flex-start;
}
.xiala_style .r_box {
  margin-left: 3.5%;
  width: 29%;
  margin-right: 4.7%;
}
.xiala_style .sanji_box {
  overflow: auto;
  z-index: 10001;
  scrollbar-color: #333 rgba(0, 0, 0, 0.05);
  scrollbar-width: thin;
}
.xiala_style .sanji_box li,
.xiala_style .sanji_box li a {
  color: var(--co-141414);
  font-family: var(--Medium);
  font-size: 18px;
  line-height: 30px;
}
.xiala_style .sanji_box li a:hover {
  color: var(--co-C30D23);
}
.xiala_style .sanji_box ul {
  display: none;
}
.xiala_style .sanji_box li {
  margin-bottom: 14px;
}
.xiala_style .sanji_box li:last-child {
  margin-bottom: 0;
}

.erji_box .has_sanji {
  position: relative;
  display: block;
  padding-right: 30px;
}
.erji_box .has_sanji::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  aspect-ratio: 1/1;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-image: url("../images/header_sanji.png");
  -webkit-mask-image: url("../images/header_sanji.png");
  background: #888;
  transition: 0.3s;
}
.erji_box .active a {
  color: var(--co-C30D23);
}
.erji_box .active a::before {
  background: var(--co-C30D23);
}

@media screen and (max-width: 1725px) {
  .xiala_style {
    width: 950px;
  }
}
@media screen and (max-width: 1500px) {
  .xiala_style {
    left: 50%;
    transform: translateX(-20%);
  }
}
@media screen and (max-width: 1333px) {
  .xiala_style .sanji_box li,
  .xiala_style .sanji_box li a {
    font-size: 16px;
    line-height: 28px;
  }
  .xiala_style {
    width: 810px;
    transform: translateX(-30%);
  }
}
.tt1 {
  background: #f5f5f5;
  padding: 69px 0px 66px;
}
.tt1 .title36 {
  text-align: center;
}
.tt1 .bianji {
  color: var(--co-4D4D4D);
  margin-top: 24px;
}

.tt2 {
  padding: 97px 0px 89px;
}
.tt2 .safe {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tt2 .bianji {
  margin-top: 22px;
}
.tt2 .bianji p:not(:nth-of-type(1)) {
  margin-top: 10px;
}
.tt2 .bianji em {
  font-style: normal;
  position: relative;
  display: block;
  padding-left: 21px;
}
.tt2 .bianji em::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background-color: var(--co-333);
}

.tt2_l {
  width: 50%;
  padding-bottom: 5.5%;
}

.tt2_r {
  width: 48.143%;
}

.tt3 {
  padding: 58px 0px 81px;
  background: #f5f5f5;
}
.tt3 table {
  border-collapse: collapse;
  border: 1px solid #d9d9d9;
  background: #fff;
  width: 100%;
  min-width: 860px;
  overflow: auto;
}
.tt3 .table {
  margin-top: 45px;
}
.tt3 .tablen {
  overflow: auto;
}
.tt3 table tr {
  color: var(--co-141414);
}
.tt3 table tr:first-child {
  background-color: var(--co-C30D23);
}
.tt3 table tr:first-child td {
  font-family: var(--SemiBold);
  color: var(--co-fff);
}
.tt3 table tr td {
  border: 1px solid var(--co-D9D9D9);
  padding: 16px 24px;
  color: var(--co-141414);
  font-size: 16px;
  line-height: 28px;
}

.tt4 {
  background: #fff;
  padding: 75px 0px 123px;
}
.tt4 .table {
  margin-top: 37px;
}

.tt5 {
  background: #F5F5F5;
  padding: 75px 0px 81px;
}

.tt5_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 45px 0px;
  margin-top: 47px;
}
.tt5_list li {
  width: 48.572%;
  background: #fff;
  padding: 30px 0px 26px;
}
.tt5_list .imgBox {
  margin-top: 8px;
}
.tt5_list .name {
  font-family: var(--SemiBold);
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #333;
  text-align: center;
}

.tt6 {
  background: #fff;
  padding: 79px 0px 109px;
}
.tt6 .title36 {
  margin-bottom: 44px;
}
.tt6 .inner {
  filter: drop-shadow(0 0 16px rgba(0, 0, 0, 0.1));
}

.tt7 {
  padding-bottom: 86px;
}
.tt7 .title40 {
  font-size: 42px;
}

.tt7_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}

.tt7_l {
  width: 46.429%;
}

.tt7_r {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 37px;
}
.tt7_r .logo {
  width: 30px;
}
.tt7_r .logo img:nth-of-type(2) {
  display: none;
}
.tt7_r .faq_q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-family: var(--SemiBold);
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  color: #141414;
  cursor: pointer;
}
.tt7_r .l_box {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 17px;
}
.tt7_r .title {
  flex: 1;
}
.tt7_r .bianji {
  padding-right: 41px;
}
.tt7_r .faq_q.active .logo img:nth-of-type(1) {
  display: none;
}
.tt7_r .faq_q.active .logo img:nth-of-type(2) {
  display: block;
}
.tt7_r figure {
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 17px;
}
.tt7_r .faq_a {
  display: none;
  margin-top: 14px;
  padding-bottom: 24px;
  transition: 0s;
}

@media screen and (max-width: 1450px) {
  .tt1 {
    padding: 60px 0px;
  }
  .tt1 .bianji {
    margin-top: 8px;
  }
  .tt2 {
    padding: 60px 0px;
  }
  .tt2 .bianji {
    margin-top: 8px;
  }
  .tt2_l {
    padding-bottom: 0px;
  }
  .tt3 {
    padding: 60px 0px !important;
  }
  .tt3 .table {
    margin-top: 15px;
  }
  .tt3 table tr td {
    font-size: 15px;
    line-height: 24px;
  }
  .tt5 {
    padding: 60px 0px;
  }
  .tt5_list {
    margin-top: 30px;
    gap: 30px 0px;
  }
  .tt6 {
    padding: 60px 0px;
  }
  .tt6 .title36 {
    margin-bottom: 20px;
  }
  .tt7 {
    padding-bottom: 60px;
  }
  .tt7 .title40 {
    font-size: 32px;
  }
  .tt7_r {
    gap: 20px;
  }
  .tt7_r .faq_q {
    font-size: 18px;
    line-height: 26px;
    gap: 15px;
  }
  .tt7_r .faq_a {
    padding-bottom: 0px;
  }
  .tt7_container {
    margin-top: 30px;
  }
}
@media screen and (max-width: 999px) {
  .tt1 {
    padding: 30px 0px;
  }
  .tt1 .bianji {
    margin-top: 4px;
  }
  .tt2 {
    padding: 30px 0px;
  }
  .tt2 .bianji {
    margin-top: 4px;
  }
  .tt2 .bianji p:not(:nth-of-type(1)) {
    margin-top: 4px;
  }
  .tt2 .bianji em {
    padding-left: 20px;
  }
  .tt2 .bianji em::before {
    top: 8px;
  }
  .tt3 {
    padding: 30px 0px !important;
  }
  .tt3 .table {
    margin-top: 12px;
  }
  .tt3 table tr td {
    padding: 8px 6px;
    font-size: 14px;
    line-height: 24px;
  }
  .tt5 {
    padding: 30px 0px;
  }
  .tt5_list {
    margin-top: 15px;
    gap: 20px 0px;
  }
  .tt5_list .name {
    font-size: 15px;
    line-height: 24px;
  }
  .tt5_list li {
    padding: 15px 0px;
  }
  .tt6 {
    padding: 30px 0px;
  }
  .tt6 .title36 {
    margin-bottom: 15px;
  }
  .tt7 {
    padding-bottom: 40px;
  }
  .tt7 .title40 {
    font-size: 28px;
  }
  .tt7_l {
    display: none;
  }
  .tt7_container {
    margin-top: 12px;
  }
  .tt7_r {
    width: 100%;
    gap: 15px;
  }
  .tt7_r figure {
    padding-bottom: 15px;
  }
  .tt7_r .faq_q {
    font-size: 15px;
    line-height: 24px;
  }
  .tt7_r .faq_a {
    margin-top: 6px;
  }
  .tt7_r .logo {
    width: 20px;
  }
}
@media screen and (max-width: 700px) {
  .tt2 .safe {
    gap: 12px;
  }
  .tt2_l {
    width: 100%;
  }
  .tt2_r {
    width: 100%;
  }
  .tt5_list li {
    width: 100%;
  }
}
@media screen and (max-width: 538px) {
  .tt7 .title40 {
    font-size: 20px;
  }
}


.btn-new{
    margin-top: 53px;
    display: flex;
}

.btn-new .btn1{
    width: initial;
    padding: 0 10px;
}

@media screen and (max-width: 999px) {
    .btn-new{
        margin-top: 20px;
    }
}