input:focus {
  outline: none;
}
p {
  margin-bottom: 0;
}
li,
ol,
ul {
  margin: 0;
  padding: 0;
}
.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.img-box:hover img {
  transform: scale(1.06);
}
.img-box img {
  transition: all 0.4s;
}
.img-box img,
.img-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
img.lazy {
  min-width: 1px;
  min-height: 1px;
  background: url(../images/ajax-loader.gif) no-repeat center;
}
.lazy {
  background-image: url(../images/ajax-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.loaded {
  background-size: cover;
}
.table-box {
  overflow-x: auto;
}
.fancybox-slide--iframe .fancybox-content {
  width: 100%;
  max-width: 80%;
  height: 100%;
  min-height: 50%;
  max-height: 80%;
  margin: 0;
}
.fancybox-slide--video video {
  max-width: 80%;
  padding: 0;
}
.auto-adjust-img.is-mobile img {
  max-width: 100% !important;
  height: auto !important;
  margin: 5px 0;
}
.auto-adjust-img p.contains-pictures {
  padding: 0;
  margin: 0 -5px !important;
  font-size: 0 !important;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .auto-adjust-img p.contains-pictures {
    white-space: nowrap;
  }
}
.auto-adjust-img p.contains-pictures > img {
  display: inline-block;
  margin: 5px;
}
.fszero {
  font-size: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}
.fszero h1 {
  margin: 0;
}
@media (max-width: 990px) {
  .container2 {
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .fancybox-slide--video video {
    max-width: 95%;
  }
}
.fancybox-slide > video {
  padding: 0;
}
@media (min-width: 1440px) {
  .container {
    max-width: 1410px;
  }
}
@media (min-width: 1680px) {
  .container.con1650 {
    max-width: 1650px;
  }
}
@font-face {
  font-family: 'InterTight';
  src: url('../fonts/InterTight-SemiBold.woff2') format('woff2'), url('../fonts/InterTight-SemiBold.woff') format('woff'), url('../fonts/InterTight-SemiBold.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: 'InterTight';
  src: url('../fonts/InterTight-Medium.woff2') format('woff2'), url('../fonts/InterTight-Medium.woff') format('woff'), url('../fonts/InterTight-Medium.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 500;
}
@font-face {
  font-family: 'CalSans';
  src: url('../fonts/CalSans-Regular.woff2') format('woff2'), url('../fonts/CalSans-Regular.woff') format('woff'), url('../fonts/CalSans-Regular.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}
@font-face {
  font-family: 'InterTight';
  src: url('../fonts/InterTight-Regular.woff2') format('woff2'), url('../fonts/InterTight-Regular.woff') format('woff'), url('../fonts/InterTight-Regular.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}
body {
  font-family: 'CalSans', Arial, Helvetica, "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "PingFang SC", "Hiragino Sans GB", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  transition: all 0.3s;
}
.index-padding {
  padding: 120px 0;
}
@media (max-width: 1400px) {
  .index-padding {
    padding: 80px 0;
  }
}
@media (max-width: 1199px) {
  .index-padding {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .index-padding {
    padding: 45px 0;
  }
}
.index-title .laybel {
  color: #B1864F;
  font-size: 30px;
  line-height: 100%;
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
}


.index-title .laybel span {
  display: inline-flex;
  align-items: center;
}
.index-title .laybel span::before {
  display: inline-block;
  content: "";
  line-height: 1;
  margin-top: 3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 10px;
  background: #B1864F;
}
@media (max-width: 1400px) {
  .index-title .laybel {
    margin-bottom: 10px;
    font-size: 24px;
  }
}
@media (max-width: 199px) {
  .index-title .laybel {
    font-size: 20px;
  } 
}
@media (max-width: 768px) {
  .index-title .laybel {
    font-size: 18px;
  }
}
.index-title h2 {
  margin: 0;
  color: #222;
  text-align: center;
  font-size: 56px;
  line-height: 116%;
  /* 64.96px */
  margin-bottom: 20px;
}
.index-title h2 span {
  color: #004041;
}
@media (max-width: 1680px) {
  .index-title h2 {
    font-size: 48px;
  }
}
@media (max-width: 1560px) {
  .index-title h2 {
    margin-bottom: 20px;
    font-size: 43px;
  }
}
@media (max-width: 1400px) {
  .index-title h2 {
    margin-bottom: 10px;
    font-size: 37px !important;
  }
}
@media (max-width: 1199px) {
  .index-title h2 {
    font-size: 32px !important;
  }
}
@media (max-width: 991px) {
  .index-title h2 {
    font-size: 30px !important;
  }
}
@media (max-width: 767px) {
  .index-title h2 {
    font-size: 26px !important;
  }
}
.index-title p {
  color: #808784;
  text-align: center;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 767px) {
  .index-title p {
    font-size: 14px;
  }
}
.overhide {
  overflow: hidden;
}
.header.scrolled {
  border: none;
  top: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background: #FCFCF5 !important;
}
.header.scrolled .box1 {
  border-bottom: 1px solid #E6E6E6;
}
.header.scrolled .box1 .box .h-r2 .h-r2-3::after {
  background-color: #E6E6E6;
}
.header.scrolled .box1 .box .h-r2 .h-r2-3 .search .iconfont {
  color: #222;
}
.header.scrolled .box1 .box .h-r2 .h-r2-2::after {
  background-color: #E6E6E6;
}
.header.scrolled .box1 .box .h-r2 .h-r2-2 .iconfont {
  color: #222;
}
.header.scrolled .box1 .box .h-r2 .hr2-1 {
  display: inline-flex;
  align-items: center;
}
.header.scrolled .box1 .box .h-r2 .hr2-1 .language .lang span {
  color: #222;
}
.header.scrolled .box1 .box .h-r2 .hr2-1 .language .lang span::after {
  color: #222;
}
.header.scrolled .box1 .box .h-r2 .hr2-1 .language .lang span::before {
  color: #222;
}
.header.scrolled .box2 .header-logo img {
  filter: brightness(1) invert(0);
}
.header.scrolled .box2 .header-nav .nav > ul > li > a {
  color: #222;
}
.header.scrolled .btn-menu a {
  color: #222;
}
.header.hasty {
  position: sticky !important;
  background: #FCFCF5 !important;
}
.header.hasty .box1 {
  border-bottom: 1px solid #E6E6E6;
}
.header.hasty .box1 .box .h-r2 .h-r2-3::after {
  background-color: #E6E6E6;
}
.header.hasty .box1 .box .h-r2 .h-r2-3 .search .iconfont {
  color: #222;
}
.header.hasty .box1 .box .h-r2 .h-r2-2::after {
  background-color: #E6E6E6;
}
.header.hasty .box1 .box .h-r2 .h-r2-2 .iconfont {
  color: #222;
}
.header.hasty .box1 .box .h-r2 .hr2-1 {
  display: inline-flex;
  align-items: center;
}
.header.hasty .box1 .box .h-r2 .hr2-1 .language .lang span {
  color: #222;
}
.header.hasty .box1 .box .h-r2 .hr2-1 .language .lang span::after {
  color: #222;
}
.header.hasty .box1 .box .h-r2 .hr2-1 .language .lang span::before {
  color: #222;
}
.header.hasty .box2 .header-logo img {
  filter: brightness(1) invert(0);
}
.header.hasty .box2 .header-nav .nav > ul > li > a {
  color: #222;
}
.header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  padding: 0;
  transition: all 0.5s;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.24) 100%);
  overflow-x: clip;
  overflow-y: visible;
}
@media (max-width: 767px) {
  .header {
    position: sticky;
    background: #FCFCF5 !important;
  }
}
.header .header-box {
  position: relative;
}
.header .box1 {
  padding: 0 2%;
  height: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
@media (max-width: 767px) {
  .header .box1 {
    border-bottom: 1px solid #E6E6E6;
  }
}
.header .box1 .box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header .box1 .box .h-r2 {
  display: flex;
  align-items: center;
}
.header .box1 .box .h-r2 .h-r2-3 {
  padding-right: 26px;
  margin-right: 26px;
  position: relative;
}
@media (max-width: 575px) {
  .header .box1 .box .h-r2 .h-r2-3 {
    padding-right: 10px;
    margin-right: 10px;
  }
}
.header .box1 .box .h-r2 .h-r2-3::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.25);
}
@media (max-width: 767px) {
  .header .box1 .box .h-r2 .h-r2-3::after {
    background-color: #E6E6E6;
  }
}
.header .box1 .box .h-r2 .h-r2-3 .search {
  cursor: pointer;
}
.header .box1 .box .h-r2 .h-r2-3 .search .iconfont {
  color: #fff;
  font-size: 20px;
}
@media (max-width: 767px) {
  .header .box1 .box .h-r2 .h-r2-3 .search .iconfont {
    color: #222;
  }
}
.header .box1 .box .h-r2 .h-r2-2 {
  padding-right: 26px;
  margin-right: 26px;
  position: relative;
}
@media (max-width: 575px) {
  .header .box1 .box .h-r2 .h-r2-2 {
    padding-right: 10px;
    margin-right: 10px;
  }
}
.header .box1 .box .h-r2 .h-r2-2::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.25);
}
@media (max-width: 767px) {
  .header .box1 .box .h-r2 .h-r2-2::after {
    background-color: #E6E6E6;
  }
}
.header .box1 .box .h-r2 .h-r2-2 a {
  display: inline-block;
  position: relative;
}
.header .box1 .box .h-r2 .h-r2-2 a .iconfont {
  color: #FFF;
  font-size: 20px;
}
@media (max-width: 767px) {
  .header .box1 .box .h-r2 .h-r2-2 a .iconfont {
    color: #222;
  }
}
.header .box1 .box .h-r2 .h-r2-2 a .ti {
  background-color: #B0864F;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  right: -5px;
  z-index: 45;
}
.header .box1 .box .h-r2 .hr2-1 {
  display: inline-flex;
  align-items: center;
}
.header .box1 .box .h-r2 .hr2-1 .language {
  position: relative;
  padding: 9px 0;
}
.header .box1 .box .h-r2 .hr2-1 .language .lang {
  display: inline-flex;
  cursor: pointer;
  align-items: center;
}
.header .box1 .box .h-r2 .hr2-1 .language .lang span {
  color: #FFF;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header .box1 .box .h-r2 .hr2-1 .language .lang span {
    color: #222;
  }
}
.header .box1 .box .h-r2 .hr2-1 .language .lang span::before {
  font-family: 'iconfont' !important;
  content: '\ebbe';
  display: inline-block;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 400;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .header .box1 .box .h-r2 .hr2-1 .language .lang span::before {
    color: #222;
  }
}
.header .box1 .box .h-r2 .hr2-1 .language .lang span::after {
  font-family: 'iconfont' !important;
  content: '\e747';
  transform: rotate(90deg);
  display: inline-block;
  color: #FFFFFF;
  font-weight: 400;
  margin-left: 6px;
}
@media (max-width: 767px) {
  .header .box1 .box .h-r2 .hr2-1 .language .lang span::after {
    color: #222;
  }
}
.header .box1 .box .h-r2 .hr2-1 .language ul {
  position: absolute;
  z-index: 99;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  min-width: 100%;
  list-style: none;
  border-radius: 4px;
  display: none;
  padding: 0 20px;
  padding-top: 10px;
  border-radius: 10px;
  background: #004042;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}
.header .box1 .box .h-r2 .hr2-1 .language ul li {
  position: relative;
}
.header .box1 .box .h-r2 .hr2-1 .language ul li:last-child a {
  border-bottom: none;
}
.header .box1 .box .h-r2 .hr2-1 .language ul li:first-child a {
  padding-top: 0;
}
.header .box1 .box .h-r2 .hr2-1 .language ul li a {
  display: block;
  padding: 10px 24px;
  border-bottom: 1px dashed #FFFFFF;
  white-space: nowrap;
  color: #FFF;
  text-align: center;
  font-size: 15px;
}
.header .box2 {
  position: relative;
}
@media (max-width: 1199px) {
  .header .box2 {
    padding: 10px 0;
  }
}
.header .box2 .box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2%;
}
.header .box2 .header-logo {
  width: 160px;
}
.header .box2 .header-logo img {
  height: auto;
  width: 100%;
  filter: brightness(0) invert(1);
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .header .box2 .header-logo img {
    filter: brightness(1) invert(0);
  }
}
@media (max-width: 1400px) {
  .header .box2 .header-nav {
    position: static;
    transform: none;
  }
}
@media (max-width: 1199px) {
  .header .box2 .header-nav {
    display: none;
  }
}
.header .box2 .header-nav .nav > ul {
  display: flex;
  list-style: none;
  margin: 0 -23px;
}
@media (max-width: 1680px) {
  .header .box2 .header-nav .nav > ul {
    margin: 0 -15px;
  }
}
@media (max-width: 1560px) {
  .header .box2 .header-nav .nav > ul {
    margin: 0 -10px;
  }
}
@media (max-width: 1400px) {
  .header .box2 .header-nav .nav > ul {
    margin: 0 -5px;
  }
}
.header .box2 .header-nav .nav > ul > li {
  display: block;
  padding: 22px 23px;
  transition: all 0.5s;
  position: relative;
}
@media (max-width: 1680px) {
  .header .box2 .header-nav .nav > ul > li {
    padding: 20px 15px;
  }
}
@media (max-width: 1560px) {
  .header .box2 .header-nav .nav > ul > li {
    padding: 20px 10px;
  }
}
.header .box2 .header-nav .nav > ul > li:last-child {
  margin-right: 0;
}
@media (max-width: 1400px) {
  .header .box2 .header-nav .nav > ul > li {
    padding: 20px 5px;
  }
}
.header .box2 .header-nav .nav > ul > li > a {
  position: relative;
  display: inline-block;
  padding: 13px 16px;
  color: #FFF;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  border-radius: 6px;
  white-space: nowrap;
  transition: all 0.5s;
}
@media (max-width: 1560px) {
  .header .box2 .header-nav .nav > ul > li > a {
    padding: 10px 12px;
  }
}
@media (max-width: 1300px) {
  .header .box2 .header-nav .nav > ul > li > a {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .header .box2 .header-nav .nav > ul > li > a {
    color: #222;
  }
}
.header .box2 .header-nav .nav > ul > li > a:hover {
  background-color: #A98555;
  color: #FFF;
}
.header .box2 .header-nav .nav > ul > li > a.active {
  background-color: #A98555;
  color: #FFF;
}
.header .box2 .header-nav .nav > ul > li > a.have::after {
  font-family: 'iconfont' !important;
  content: '\e747';
  transform: rotate(90deg);
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin-left: 7px;
}
.header .box2 .header-nav .nav > ul > li ul {
  position: absolute;
  top: calc(100%);
  margin: 0;
  left: 50%;
  transform: translateX(-50%) translateY(0);
  min-width: 100%;
  list-style: none;
  display: none;
  padding: 10px 20px;
  border-radius: 10px;
  background: #A98555;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
}
.header .box2 .header-nav .nav > ul > li ul li {
  position: relative;
}
.header .box2 .header-nav .nav > ul > li ul li:last-child > a {
  border-bottom: none;
}
.header .box2 .header-nav .nav > ul > li ul li a {
  display: block;
  padding: 10px 24px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  white-space: nowrap;
  color: #FFF;
  font-family: "InterTight";
  text-align: center;
  font-size: 15px;
  font-weight: 400;
}
.header .box2 .header-nav .nav > ul > li ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
  transform: translateX(0);
}
.header .box2 .header-nav .nav > ul > li ul li ul::after {
  display: none;
}
.header .box2 .header-nav .nav > ul > li ul li ul li a {
  padding: 10px 0;
  font-size: 14px;
}
.header .box2 .zixun .popshow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #004042;
  padding: 13px 16px;
  cursor: pointer;
}
@media (max-width: 1400px) {
  .header .box2 .zixun .popshow {
    padding: 10px 12px;
  }
}
.header .box2 .zixun .popshow span {
  color: #FFF;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}
@media (max-width: 1400px) {
  .header .box2 .zixun .popshow span {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .header .box2 .zixun .popshow span {
    display: none;
  }
}
.header .box2 .zixun .popshow .iconfont {
  margin-left: 6px;
  line-height: 1;
  color: #FFF;
  font-size: 24px;
}
@media (max-width: 1400px) {
  .header .box2 .zixun .popshow .iconfont {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .header .box2 .zixun .popshow .iconfont {
    margin-left: 0;
  }
}
.header-serch-box {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
}
.header-serch-box form {
  margin-bottom: 0;
  width: 60%;
  padding: 10px;
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  .header-serch-box form {
    width: 80%;
  }
}
.header-serch-box input {
  height: 40px;
  padding: 0 0 0 12px;
  color: rgba(38, 38, 38, 0.4);
  font-size: 14px;
  border: 1px solid #358C67;
  width: 94%;
}
.header-serch-box button {
  border-radius: 5px;
  background: #999;
  width: 74px;
  height: 40px;
  color: #FFF;
  text-align: center;
  text-transform: capitalize;
  margin-left: 7px;
  border: none;
  transition: background-color 0.3s ease;
}
.header-serch-box button:hover {
  background-color: #358C67;
}
.header-serch-box button .iconfont {
  font-size: 20px;
}
.header-serch-box .header-serch-none {
  font-size: 46px;
  cursor: pointer;
  position: fixed;
  top: 5%;
  right: 7%;
  color: #FFFFFF;
}
.visible {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-menu {
  position: relative;
  display: none;
  margin-left: 10px;
  margin-top: -5px;
}
.btn-menu a {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .btn-menu a {
    color: #222;
  }
}
.btn-menu a .iconfont {
  font-size: 28px;
}
@media (max-width: 767px) {
  .btn-menu a .iconfont {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .btn-menu {
    display: inline-block;
    vertical-align: middle;
  }
}
@keyframes scaleAnimation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes headerNav {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-110%);
  }
  100% {
    transform: translateY(0);
  }
}
.banner-box {
  position: relative;
}
.banner-box .banner {
  font-size: 0;
  position: relative;
  z-index: 8;
  clear: both;
  overflow: hidden;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.banner-box .banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: #fff;
  left: 0;
  border-radius: 100px 100px 0 0;
}
@media (max-width: 1199px) {
  .banner-box .banner::after {
    height: 20px;
  }
}
.banner-box .banner img {
  display: block;
  width: 100%;
}
.banner-box .banner .swiper-slide {
  overflow: hidden;
}
.banner-box .banner iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.banner-box .banner .item {
  position: relative;
  display: block;
  overflow: hidden;
}
.banner-box .banner .item img {
  transition: all 0.5s ease;
}
.banner-box .banner .item:hover img {
  animation: scaleAnimation 2s ease;
}
.banner-box .banner .banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-box .banner.hide-arrow .slick-arrow,
.banner-box .banner.hide-arrow {
  display: none !important;
}
.banner-box .banner.hide-video video {
  display: none !important;
}
.banner-box .banner-video-box {
  position: relative;
  display: block;
  padding-bottom: calc(960 / 1920 * 100%);
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
}
.banner-box .banner-video-box .fluid_video_wrapper {
  position: absolute;
  z-index: 10;
}
.banner-box .banner-video-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-box .banner-video-box .fluid_initial_play {
  background-color: #152c5f !important;
}
.banner-box .banner .mobile-video {
  position: relative;
  display: block;
}
.banner-box .banner .mobile-video:after {
  z-index: 2;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
}
.banner-box .banner .mobile-video:before {
  font-size: 50px;
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  content: '\e644';
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.banner-box .banner .slick-arrow {
  line-height: 80px;
  position: absolute;
  z-index: 9;
  top: -webkit-calc(90%);
  top: calc(50% + 40px);
  left: 3%;
  width: 26px;
  height: 80px;
  padding: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 991px) {
  .banner-box .banner .slick-arrow {
    line-height: 50px;
    height: 50px;
  }
}
.banner-box .banner .slick-arrow:before {
  font-size: 20px;
  content: '\eb60';
}
.banner-box .banner .slick-arrow.slick-next {
  right: 5%;
  left: auto;
}
.banner-box .banner .slick-arrow:hover {
  background-color: rgba(21, 44, 95, 0.7);
}
.swiper-pagination {
  bottom: 40px !important;
  z-index: 66;
  left: 50% !important;
  transform: translateX(-50%);
  width: auto !important;
  max-width: 100% !important;
  display: inline-flex !important;
  justify-content: center;
}
@media (max-width: 767px) {
  .swiper-pagination {
    flex-wrap: wrap !important;
    display: none !important;
  }
}
.swiper-pagination::before {
  content: '';
  display: inline-block;
  width: 2px;
  height: 2px;
  background: #FFF !important;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -2;
}
@media (max-width: 991px) {
  .swiper-pagination {
    bottom: 20px !important;
  }
}
@media (max-width: 575px) {
  .swiper-pagination {
    bottom: 10px !important;
  }
}
.swiper-pagination-bullet-active {
  border-bottom: 1px solid #fff !important;
  z-index: 10;
  color: #FFF !important;
}
.swiper-pagination-bullet-active::before {
  height: 4px !important;
}
.swiper-pagination-bullet {
  width: 120px;
  margin: 0 !important;
  padding: 0;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: transparent;
  border-bottom: 1px solid #FFFFFF4D;
  opacity: 1;
  padding-bottom: 23px;
  z-index: 10;
  color: #FFFFFF4D;
  font-family: "GeistMono";
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .swiper-pagination-bullet {
    width: 70px;
    font-size: 14px;
    padding-bottom: 15px;
  }
}
.swiper-pagination-bullet::after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 2px;
  background: #FFF !important;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
}
.swiper-pagination-bullet::before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 1px;
  background: #FFF !important;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  bottom: -1px;
  z-index: -2;
}
/* 定义旋转动画 */
@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.index-nav.show {
  right: calc(100% - 100%);
  /* 滑入左侧 */
}
.index-nav {
  position: fixed;
  top: 40%;
  right: 0px;
  z-index: 222;
  padding: 5px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(3px);
}
@media (max-width: 1199px) {
  .index-nav {
    display: none;
  }
}
@media (max-width: 767px) {
  .index-nav {
    top: 30%;
  }
}
.index-nav .a {
  display: block;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  margin-top: 10px;
}
.index-nav .a:first-of-type {
  margin-top: 0;
}
.index-nav .a .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  transition: all 0.3s ease;
  color: #FFF;
  border-radius: 8px;
  width: 46px;
  height: 46px;
}
.index-nav .a:hover .fix-nav-phonenumber {
  transform: translateY(-50%) translateX(-2px);
}
.index-nav .a:hover .iconfont {
  background-color: #004042;
}
.index-nav .WeChat .fix-nav-phonenumber p {
  height: auto;
  padding: 7px;
  border-radius: 5px 0 0 5px;
}
.index-nav .fix-nav-phonenumber {
  position: absolute;
  right: 100%;
  top: 50%;
  height: 94%;
  transform: translateY(-50%) translateX(300%);
  transition: all 0.3s ease;
  line-height: 100%;
}
.index-nav .fix-nav-phonenumber p {
  margin: 0;
  height: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px 0 0 100px;
  background: #004042;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
  white-space: nowrap;
  color: #FFF;
  font-family: "Golos Text";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.index-nav .fix-nav-phonenumber p img {
  width: 100px;
  background-color: #FFFFFF;
}
.fix-nav-none {
  display: none;
  position: fixed;
  right: 0;
  color: white;
  bottom: 10%;
  font-size: 40px;
  border: 1px solid #333;
  border-radius: 10px;
  width: 45px;
  height: 45px;
  line-height: 40px;
  background-color: #333;
  text-align: center;
  z-index: 222;
}
@media (max-width: 1199px) {
  .fix-nav-none {
    display: block;
    bottom: 10%;
  }
}
.fix-nav-none.rotated {
  transform: rotate(45deg);
  transition: all 0.5s;
}
.xs-online {
  position: fixed;
  z-index: 222;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-bottom: calc(env(safe-area-inset-bottom) - 15px);
  color: #fff;
  background-color: #358C67;
  box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: none;
}
.xs-online .imgbbb {
  transform: translateX(-50%) translateY(-120px) !important;
  animation: fadeInUp 0.5s ease forwards;
}
.xs-online .xs-online-wx {
  position: relative;
}
.xs-online .xs-online-wx img {
  position: absolute;
  width: 100px;
  left: 50%;
  background-color: #FFFFFF;
  transform: translateX(-50%) translateY(60px);
  transition: all 0.3 ease;
}
.xs-online ul li {
  float: left;
  width: 20%;
  list-style: none;
  border-right: 1px solid #000;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  transition: all 0.3s ease;
}
.xs-online ul li .iconfont {
  display: block;
}
.xs-online ul li:first-child {
  border-left: none;
}
.xs-online a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  color: white;
}
@media (max-width: 767px) {
  .xs-online a {
    font-size: 12px;
  }
}
.xs-online a .iconfont {
  font-size: 18px;
}
@media (max-width: 1199px) {
  .xs-online {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .slick-dots {
    display: none !important;
  }
}
@keyframes videoan1 {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(3.5);
    transform: translate(-50%, -50%) scale(3.5);
    opacity: 0;
  }
}
.index-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #B1864F;
  backdrop-filter: blur(5px);
  color: #FFF;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  padding: 16px 30px;
  transition: all 0.5s;
}
.index-more:hover {
  background: #004041;
}
.index-more span {
  display: inline-flex;
  align-items: center;
  color: #FFF;
}
.index-more span::after {
  font-family: 'iconfont' !important;
  content: '\e614';
  font-size: 16px;
  color: #FFF;
  line-height: 1;
  font-weight: 400;
  margin-left: 6px;
}
.prev-next {
  width: 112px;
  position: relative;
}
@media (max-width: 767px) {
  .prev-next {
    display: none !important;
  }
}
.prev-next .slick-next:before {
  font-family: 'iconfont' !important;
  font-size: 18px;
  display: block;
  content: '\e614';
  color: #222222;
  transition: all 0.3s ease;
}
@media (max-width: 1400px) {
  .prev-next .slick-next:before {
    font-size: 16px;
  }
}
.prev-next .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 18px;
  display: block;
  content: '\e614';
  color: #222222;
  transition: all 0.3s ease;
  transform: rotate(180deg);
}
@media (max-width: 1400px) {
  .prev-next .slick-prev:before {
    font-size: 16px;
  }
}
.prev-next .slick-prev,
.prev-next .slick-next {
  z-index: 1;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  width: 48px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid rgba(0, 64, 65, 0.35);
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
}
@media (max-width: 1400px) {
  .prev-next .slick-prev,
  .prev-next .slick-next {
    width: 40px;
    height: 40px;
  }
}
.prev-next .slick-next:hover,
.prev-next .slick-prev:hover {
  background-color: #004041;
}
.prev-next .slick-next:hover::after,
.prev-next .slick-prev:hover::after {
  opacity: 1;
}
.prev-next .slick-next {
  right: 0;
}
.prev-next .slick-prev {
  left: 0;
}
.prev-next .slick-prev:hover::before,
.prev-next .slick-next:hover::before {
  color: #FFF;
}
.slick-reverse {
  transform: scaleX(-1);
}
.slick-reverse .slick-slide {
  transform: scaleX(-1);
}
.index {
  background: #FCFCF5;
}
.index .index-title {
  width: 68%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .index .index-title {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .index .index-title {
    width: 100%;
  }
}
.index .inproduct .content {
  margin-top: 70px;
}
@media (max-width: 1470px) {
  .index .inproduct .content {
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {
  .index .inproduct .content {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .index .inproduct .content {
    margin-top: 20px;
  }
}
.index .inproduct .content .product-slick {
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .index .inproduct .content .product-slick {
    margin: 0 -10px;
  }
}
.index .inproduct .content .product-slick .col-box {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .index .inproduct .content .product-slick .col-box {
    padding: 0 10px;
  }
}
.index .inproduct .content .product-slick .col-box .item {
  position: relative;
}
.index .inproduct .content .product-slick .col-box .item:hover .cont-img .img-box img {
  transform: scale(1.06);
}
.index .inproduct .content .product-slick .col-box .item:hover .cont {
  padding: 36px 20px;
  background: linear-gradient(180deg, rgba(0, 64, 65, 0) 0%, #004041 100%);
}
.index .inproduct .content .product-slick .col-box .item .cont-img .img-box {
  padding-bottom: calc(520 / 390 * 100%);
  border-radius: 16px;
}
@media (max-width: 1199px) {
  .index .inproduct .content .product-slick .col-box .item .cont-img .img-box {
    border-radius: 10px;
  }
}
.index .inproduct .content .product-slick .col-box .item .cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 15;
  padding: 26px 20px;
  border-radius: 0 0 16px 16px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
  backdrop-filter: blur(5px);
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .index .inproduct .content .product-slick .col-box .item .cont {
    padding: 20px 15px;
  }
}
.index .inproduct .content .product-slick .col-box .item .cont .tit {
  color: #FFF;
  font-size: 24px;
  line-height: 100%;
  text-align: center;
}
@media (max-width: 1400px) {
  .index .inproduct .content .product-slick .col-box .item .cont .tit {
    font-size: 20px;
  }
}
.index .inproduct .content .product-slick .col-box .item .cont .tit a {
  color: #FFF;
  transition: all 0.5s;
}
.index .inproduct .content .product-slick .col-box .item .cont .t-txt {
  display: none;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .index .inproduct .content .product-slick .col-box .item .cont .t-txt {
    display: block;
  }
}
.index .inproduct .content .product-slick .col-box .item .cont .t-txt p {
  color: #FFF;
  text-align: center;
  font-family: "InterTight";
  font-size: 16px;
  line-height: 140%;
}
.index .inbrand {
  background: #F5F5EA;
  background: url(../img/inbrand-bg1.png) no-repeat bottom right;
  background-size: 25% auto;
}
.inbrand .index-title{
  width: 100%;
}
.index .inbrand .contentbox {
  position: relative;
  z-index: 12;
  margin-top: 70px;
  padding-left: 10%;
  padding-right: 6%;
}
@media (max-width: 1470px) {
  .index .inbrand .contentbox {
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {
  .index .inbrand .contentbox {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .index .inbrand .contentbox {
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
}
.index .inbrand .contentbox .content {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  top: 0;
  z-index: -1;
  transition: all 0.5s;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.index .inbrand .contentbox .content.on {
  z-index: 6;
  pointer-events: all;
  opacity: 1;
  position: relative;
}
@media (max-width: 991px) {
  .index .inbrand .contentbox .content {
    flex-wrap: wrap;
  }
}
.index .inbrand .contentbox .content .left {
  width: 40%;
}
@media (max-width: 1199px) {
  .index .inbrand .contentbox .content .left {
    width: 45%;
  }
}
@media (max-width: 991px) {
  .index .inbrand .contentbox .content .left {
    width: 100%;
  }
}
.index .inbrand .contentbox .content .left .icon .iconfont {
  line-height: 1;
  color: #A98555;
  font-size: 64px;
}
@media (max-width: 1400px) {
  .index .inbrand .contentbox .content .left .icon .iconfont {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
  .index .inbrand .contentbox .content .left .icon .iconfont {
    font-size: 40px;
  }
}
.index .inbrand .contentbox .content .left .tit {
  margin: 35px 0 16px 0;
  color: #004041;
  font-size: 32px;
  line-height: 136%;
}
@media (max-width: 1400px) {
  .index .inbrand .contentbox .content .left .tit {
    font-size: 28px;
  }
}
@media (max-width: 1440px) {
  .index .inbrand .contentbox .content .left .tit {
    margin: 25px 0 12px 0;
  }
}
@media (max-width: 1199px) {
  .index .inbrand .contentbox .content .left .tit {
    margin: 20px 0 10px 0;
    font-size: 24px;
  }
}
.index .inbrand .contentbox .content .left .txt p {
  color: #808784;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 767px) {
  .index .inbrand .contentbox .content .left .txt p {
    font-size: 14px;
  }
}
.index .inbrand .contentbox .content .left .txt ul {
  list-style: none;
}
.index .inbrand .contentbox .content .left .txt ul li {
  color: #808784;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  padding-left: 20px;
  position: relative;
}
.index .inbrand .contentbox .content .left .txt ul li::before {
  content: "";
  position: absolute;
  left: 5px;
  width: 5px;
  height: 5px;
  background-color: #808784;
  border-radius: 50%;
  top: 10px;
}
@media (max-width: 767px) {
  .index .inbrand .contentbox .content .left .txt ul li {
    font-size: 14px;
  }
}
.index .inbrand .contentbox .content .left .more {
  margin-top: 70px;
}
@media (max-width: 1470px) {
  .index .inbrand .contentbox .content .left .more {
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {
  .index .inbrand .contentbox .content .left .more {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .index .inbrand .contentbox .content .left .more {
    margin-top: 20px;
  }
}
.index .inbrand .contentbox .content .left .more a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background-color: #B1864F;
  backdrop-filter: blur(5px);
  color: #FFF;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  padding: 16px 30px;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .index .inbrand .contentbox .content .left .more a {
    padding: 12px 20px;
  }
}
@media (max-width: 767px) {
  .index .inbrand .contentbox .content .left .more a {
    font-size: 14px;
  }
}
.index .inbrand .contentbox .content .left .more a:hover {
  background: #004041;
}
.index .inbrand .contentbox .content .left .more a span {
  display: inline-flex;
  align-items: center;
}
.index .inbrand .contentbox .content .left .more a span::after {
  font-family: 'iconfont' !important;
  content: '\e614';
  font-size: 16px;
  color: #FFF;
  line-height: 1;
  font-weight: 400;
  margin-left: 6px;
}
.index .inbrand .contentbox .content .right {
  width: 50%;
  display: flex;
}
@media (max-width: 991px) {
  .index .inbrand .contentbox .content .right {
    width: 100%;
    margin-top: 20px;
  }
}
.index .inbrand .contentbox .content .right .cont-img {
  width: 80%;
}
.index .inbrand .contentbox .content .right .cont-img .img-box {
  border-radius: 16px;
}
@media (max-width: 1199px) {
  .index .inbrand .contentbox .content .right .cont-img .img-box {
    border-radius: 10px;
  }
}
.index .inbrand .contentbox .content .right .more {
  margin-left: 66px;
  margin-top: 20px;
}
@media (max-width: 1400px) {
  .index .inbrand .contentbox .content .right .more {
    margin-left: 30px;
  }
}
@media (max-width: 1199px) {
  .index .inbrand .contentbox .content .right .more {
    margin-left: 20px;
  }
}
.index .inbrand .contentbox .content .right .more a {
  display: inline-flex;
  align-items: center;
}
.index .inbrand .contentbox .content .right .more a::after {
  font-family: 'iconfont' !important;
  content: '\e614';
  line-height: 1;
  font-size: 18px;
  margin-left: 6px;
  color: #222222;
}
.index .inbrand .contentbox .content .right .more a span {
  color: #222;
  font-family: "InterTight";
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .index .inbrand .contentbox .content .right .more a span {
    font-size: 18px;
  }
}
.index .inbrand .contentbox2 {
  padding-bottom: 0 !important;
}
.index .inbrand .contentbox2 .inbrand-list {
  padding: 0 120px;
}
@media (max-width: 1400px) {
  .index .inbrand .contentbox2 .inbrand-list {
    padding: 0 60px;
  }
}
@media (max-width: 1199px) {
  .index .inbrand .contentbox2 .inbrand-list {
    padding: 0;
  }
}
.index .inbrand .contentbox2 .inbrand-list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 0 120px;
  list-style: none;
}
@media (max-width: 1440px) {
  .index .inbrand .contentbox2 .inbrand-list ul {
    grid-gap: 0 70px;
  }
}
@media (max-width: 1400px) {
  .index .inbrand .contentbox2 .inbrand-list ul {
    grid-gap: 0 40px;
  }
}
@media (max-width: 1199px) {
  .index .inbrand .contentbox2 .inbrand-list ul {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 20px;
  }
}
@media (max-width: 991px) {
  .index .inbrand .contentbox2 .inbrand-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.index .inbrand .contentbox2 .inbrand-list ul li {
  display: block;
  color: #222222;
  text-align: center;
  font-size: 24px;
  line-height: 136%;
  cursor: pointer;
  transition: all 0.5s ease;
  position: relative;
}
@media (max-width: 1680px) {
  .index .inbrand .contentbox2 .inbrand-list ul li {
    font-size: 20px;
  }
}
@media (max-width: 1400px) {
  .index .inbrand .contentbox2 .inbrand-list ul li {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .index .inbrand .contentbox2 .inbrand-list ul li {
    font-size: 16px;
  }
}
.index .inbrand .contentbox2 .inbrand-list ul li:last-child::after {
  display: none;
}
.index .inbrand .contentbox2 .inbrand-list ul li::after {
  content: '';
  position: absolute;
  top: 0;
  right: -60px;
  background: rgba(0, 64, 65, 0.25);
  width: 1px;
  height: 100%;
}
@media (max-width: 1440px) {
  .index .inbrand .contentbox2 .inbrand-list ul li::after {
    right: -35px;
  }
}
@media (max-width: 1400px) {
  .index .inbrand .contentbox2 .inbrand-list ul li::after {
    right: -20px;
  }
}
@media (max-width: 1199px) {
  .index .inbrand .contentbox2 .inbrand-list ul li::after {
    right: -10px;
  }
}
.index .inbrand .contentbox2 .inbrand-list ul li:hover {
  color: #004041;
}
.index .inbrand .contentbox2 .inbrand-list ul li.active {
  color: #004041;
}
.index .inabout .inabout-b1 {
  margin: 0 auto;
  width: 61%;
}
@media (max-width: 1400px) {
  .index .inabout .inabout-b1 {
    width: 80%;
  }
}
@media (max-width: 1199px) {
  .index .inabout .inabout-b1 {
    width: 100%;
  }
}
.index .inabout .inabout-b1 .top {
  position: relative;
}
@media (max-width: 991px) {
  .index .inabout .inabout-b1 .top {
    text-align: center;
  }
}
.index .inabout .inabout-b1 .top .firm-video {
  position: absolute;
  z-index: 5;
  top: 49%;
  left: 11%;
  border-radius: 100px;
  padding: 6px;
  background-color: rgba(0, 0, 0, 0.35);
}
@media (max-width: 1680px) {
  .index .inabout .inabout-b1 .top .firm-video {
    top: 46%;
    left: 12%;
  }
}
@media (max-width: 1440px) {
  .index .inabout .inabout-b1 .top .firm-video {
    left: 9%;
  }
}
@media (max-width: 1400px) {
  .index .inabout .inabout-b1 .top .firm-video {
    top: 43%;
    left: 20.2%;
  }
}
@media (max-width: 1199px) {
  .index .inabout .inabout-b1 .top .firm-video {
    top: 41%;
    left: 24.6%;
  }
}
@media (max-width: 991px) {
  .index .inabout .inabout-b1 .top .firm-video {
    position: static;
    left: auto;
    top: auto;
    display: inline-block;
  }
}
.index .inabout .inabout-b1 .top .firm-video span {
  line-height: normal;
  font-size: normal;
}
.index .inabout .inabout-b1 .top .firm-video .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #004041;
  width: 50px;
  height: 50px;
  padding-left: 3px;
  font-size: 22px;
  color: #FFF;
  cursor: pointer;
}
.index .inabout .inabout-b1 h1 {
  text-align: center;
  font-size: 260px;
  /* line-height: 100%; */
  position: relative;
  background: linear-gradient(180deg, #004042 60.42%, rgba(51, 51, 51, 0) 100%), url("../img/inabout-bg1.jpg");
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
}
@media (max-width: 1680px) {
  .index .inabout .inabout-b1 h1 {
    font-size: 210px;
  }
}
@media (max-width: 1400px) {
  .index .inabout .inabout-b1 h1 {
    font-size: 170px;
  }
}
@media (max-width: 1199px) {
  .index .inabout .inabout-b1 h1 {
    font-size: 150px;
  }
}
@media (max-width: 991px) {
  .index .inabout .inabout-b1 h1 {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .index .inabout .inabout-b1 h1 {
    font-size: 90px;
  }
}
@media (max-width: 575px) {
  .index .inabout .inabout-b1 h1 {
    font-size: 80px;
  }
}
.index .inabout .inabout-b1 .txt {
  margin-top: 36px;
}
@media (max-width: 1470px) {
  .index .inabout .inabout-b1 .txt {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .index .inabout .inabout-b1 .txt {
    margin-top: 10px;
  }
}
.index .inabout .inabout-b1 .txt p {
  color: #808784;
  text-align: center;
  font-family: "InterTight";
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  /* 32.4px */
}
@media (max-width: 991px) {
  .index .inabout .inabout-b1 .txt p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .index .inabout .inabout-b1 .txt p {
    font-size: 14px;
  }
}
.index .inabout .inabout-b1 .txt p span {
  color: #004041;
}
.index .inabout .inabout-b1 .more {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1400px) {
  .index .inabout .inabout-b1 .more {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .index .inabout .inabout-b1 .more {
    margin-top: 20px;
  }
}
.index .inabout .inabout-b2 {
  margin-top: 90px;
  position: relative;
  z-index: 12;
}
@media (max-width: 1470px) {
  .index .inabout .inabout-b2 {
    margin-top: 70px;
  }
}
@media (max-width: 1400px) {
  .index .inabout .inabout-b2 {
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {
  .index .inabout .inabout-b2 {
    margin-top: 30px;
  }
}
.index .inabout .inabout-b2 .row-box {
  margin: 0 -15px;
}
@media (max-width: 991px) {
  .index .inabout .inabout-b2 .row-box {
    margin: 0 -10px;
  }
}
.index .inabout .inabout-b2 .row-box .col-box {
  padding: 0 15px;
}
.index .inabout .inabout-b2 .row-box .col-box:nth-child(even) {
  padding-top: 16px;
}
@media (max-width: 767px) {
  .index .inabout .inabout-b2 .row-box .col-box:nth-child(even) {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .index .inabout .inabout-b2 .row-box .col-box {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .index .inabout .inabout-b2 .row-box .col-box {
    margin-top: 20px;
  }
}
.index .inabout .inabout-b2 .row-box .col-box .item {
  min-height: 270px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(245, 245, 234, 0.75) 0%, rgba(245, 245, 234, 0.04) 100%);
  box-shadow: 0 4px 6px 0 rgba(169, 133, 85, 0.15);
  padding: 36px 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .index .inabout .inabout-b2 .row-box .col-box .item {
    min-height: 240px;
  }
}
@media (max-width: 991px) {
  .index .inabout .inabout-b2 .row-box .col-box .item {
    min-height: 220px;
  }
}
.index .inabout .inabout-b2 .row-box .col-box .item:hover .icon .iconfont {
  color: #004041;
  animation: swing 1s 0s ease both;
}
.index .inabout .inabout-b2 .row-box .col-box .item:hover .cont .number {
  color: #004041;
}
.index .inabout .inabout-b2 .row-box .col-box .item .icon .iconfont {
  line-height: 1;
  font-size: 40px;
  color: #B1864F;
  display: inline-block;
  transition: all 0.5s;
}
.index .inabout .inabout-b2 .row-box .col-box .item .cont .number {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #222;
  text-align: right;
  font-size: 48px;
  line-height: 116%;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .index .inabout .inabout-b2 .row-box .col-box .item .cont .number {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .index .inabout .inabout-b2 .row-box .col-box .item .cont .number {
    font-size: 30px;
  }
}
.index .inabout .inabout-b2 .row-box .col-box .item .cont .number i {
  font-style: normal;
}
.index .inabout .inabout-b2 .row-box .col-box .item .cont p {
  margin-top: 10px;
  color: #808784;
  text-align: right;
  font-family: "InterTight";
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 1400px) {
  .index .inabout .inabout-b2 .row-box .col-box .item .cont p {
    font-size: 16px;
  }
}
.index .inabout .inabout-b3 {
  position: relative;
  margin-top: -140px;
}
@media (max-width: 1560px) {
  .index .inabout .inabout-b3 {
    margin-top: -70px;
  }
}
@media (max-width: 1400px) {
  .index .inabout .inabout-b3 {
    margin-top: -40px;
  }
}
@media (max-width: 767px) {
  .index .inabout .inabout-b3 {
    margin-top: 0px;
  }
}
.index .inabout .inabout-b3 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  background: transparent;
}
.index .inabout .inabout-b3 ul {
  list-style: none;
}
.index .inabout .inabout-b3 ul li {
  position: absolute;
  z-index: 18;
}
.index .inabout .inabout-b3 ul li a{
  display: inline-flex;
  align-items: center;
  padding: 6px;
  border-radius: 100px;
  background: rgba(0, 64, 65, 0.75);

}
.index .inabout .inabout-b3 ul li:nth-child(1) {
  bottom: 21%;
  left: 41%;
}
.index .inabout .inabout-b3 ul li:nth-child(2) {
  bottom: 22%;
  left: 49%;
}
.index .inabout .inabout-b3 ul li:nth-child(3) {
  bottom: 47%;
  left: 71.5%;
}
.index .inabout .inabout-b3 ul li:hover i::before {
  content: '\ea75';
  color: #004041;
}
.index .inabout .inabout-b3 ul li i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #0040418C;
}
@media (max-width: 767px) {
  .index .inabout .inabout-b3 ul li i {
    width: 20px;
    height: 20px;
  }
}
.index .inabout .inabout-b3 ul li i::after {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #FFF;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .index .inabout .inabout-b3 ul li i::after {
    width: 20px;
    height: 20px;
  }
}
.index .inabout .inabout-b3 ul li i::before {
  font-family: 'iconfont' !important;
  content: '\ea73';
  display: inline-block;
  color: #A98555;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  z-index: 4;
}
@media (max-width: 767px) {
  .index .inabout .inabout-b3 ul li i::before {
    font-size: 10px;
  }
}
.index .inabout .inabout-b3 ul li p {
  padding: 3px 6px;
  padding-top: 0;
  color: #FFF;
  font-size: 24px;
  line-height: 100%;
  display: none;
}
@media (max-width: 1400px) {
  .index .inabout .inabout-b3 ul li p {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .index .inabout .inabout-b3 ul li p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .index .inabout .inabout-b3 ul li p {
    font-size: 14px;
  }
}
.index .inhot .content {
  padding: 70px 0;
  padding-bottom: 120px;
  position: relative;
}
@media (max-width: 1470px) {
  .index .inhot .content {
    padding: 50px 0;
    padding-bottom: 90px;
  }
}
@media (max-width: 1199px) {
  .index .inhot .content {
    padding: 40px 0;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .index .inhot .content {
    padding: 30px 0;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .index .inhot .content {
    padding: 30px 0;
  }
}
.index .inhot .content .prev-next {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
}
.index .inhot .content .inhot-slick {
  margin: 0 -15px;
}
@media (max-width: 1400px) {
  .index .inhot .content .inhot-slick {
    margin: 0 -10px;
  }
}
.index .inhot .content .inhot-slick .col-box {
  padding: 0 15px;
}
@media (max-width: 1400px) {
  .index .inhot .content .inhot-slick .col-box {
    padding: 0 10px;
  }
}
.index .inhot .content .inhot-slick .col-box .item {
  border-radius: 16px;
  background: #F5F5EA;
  overflow: hidden;
}
.index .inhot .content .inhot-slick .col-box .item:hover .cont-img .img-box::after {
  background-color: #004041;
}
.index .inhot .content .inhot-slick .col-box .item:hover .cont-img .img-box img {
  transform: scale(1.06);
}
.index .inhot .content .inhot-slick .col-box .item:hover .cont .tit a {
  color: #004041;
}
.index .inhot .content .inhot-slick .col-box .item:hover .cont .more a {
  background-color: #004041;
}
.index .inhot .content .inhot-slick .col-box .cont-img {
  background-color: #F5F5EA;
}
.index .inhot .content .inhot-slick .col-box .cont-img .img-box::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #B1864F;
  transition: all 0.5s;
}
.index .inhot .content .inhot-slick .col-box .cont {
  padding: 30px 20px;
}
.index .inhot .content .inhot-slick .col-box .cont .tit {
  color: #222;
  font-size: 22px;
  line-height: 116%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 1560px) {
  .index .inhot .content .inhot-slick .col-box .cont .tit {
    font-size: 20px;
  }
}
@media (max-width: 1400px) {
  .index .inhot .content .inhot-slick .col-box .cont .tit {
    font-size: 18px;
  }
}
.index .inhot .content .inhot-slick .col-box .cont .tit a {
  color: #222;
  transition: all 0.5s;
}
.index .inhot .content .inhot-slick .col-box .cont .txt {
  margin-top: 10px;
}
.index .inhot .content .inhot-slick .col-box .cont .txt p {
  color: #004041;
  font-family: "InterTight";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 116%;
}
.index .inhot .content .inhot-slick .col-box .cont .more {
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .index .inhot .content .inhot-slick .col-box .cont .more {
    margin-top: 20px;
  }
}
.index .inhot .content .inhot-slick .col-box .cont .more a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 30px;
  border-radius: 6px;
  background-color: #B1864F;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .index .inhot .content .inhot-slick .col-box .cont .more a {
    padding: 12px 20px;
  }
}
.index .inhot .content .inhot-slick .col-box .cont .more a span {
  color: #FFF;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  transition: all 0.5s;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 991px) {
  .index .inhot .content .inhot-slick .col-box .cont .more a span {
    font-size: 14px;
  }
}
.index .inhot .content .inhot-slick .col-box .cont .more a span::after {
  font-family: 'iconfont' !important;
  content: '\e629';
  margin-left: 6px;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.5s;
}
.index .ininvestment {
  padding-left: 2%;
  padding-right: 2%;
}
.index .ininvestment .box {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  background: url(../img/ininvestment-bg1.png) no-repeat bottom left;
  background-size: 20%;
  background-color: #F5F5EA;
}
.index .ininvestment .box .tbox {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .index .ininvestment .box .tbox {
    flex-wrap: wrap;
  }
}
.index .ininvestment .box .tbox .left {
  width: 42%;
}
@media (max-width: 991px) {
  .index .ininvestment .box .tbox .left {
    width: 100%;
  }
}
.index .ininvestment .box .tbox .left .contentbox {
  position: relative;
}
.index .ininvestment .box .tbox .left .content1 {
  position: absolute;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  top: 0;
  transition: all 0.5s;
}
.index .ininvestment .box .tbox .left .content1.on {
  opacity: 1;
  position: relative;
  z-index: 4;
  pointer-events: all;
}
.index .ininvestment .box .tbox .left .content1 .index-title {
  width: 100%;
}
.index .ininvestment .box .tbox .left .content1 .index-title .laybel {
  justify-content: flex-start;
}
.index .ininvestment .box .tbox .left .content1 .index-title .laybel span {
  color: #004041;
}
.index .ininvestment .box .tbox .left .content1 .index-title .laybel span::before {
  background-color: #004041;
}
.index .ininvestment .box .tbox .left .content1 .index-title h3 {
  color: #222;
  font-size: 48px;
  line-height: 116%;
}
@media (max-width: 1400px) {
  .index .ininvestment .box .tbox .left .content1 .index-title h3 {
    font-size: 40px;
  }
}
@media (max-width: 1199px) {
  .index .ininvestment .box .tbox .left .content1 .index-title h3 {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .index .ininvestment .box .tbox .left .content1 .index-title h3 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .index .ininvestment .box .tbox .left .content1 .index-title h3 {
    font-size: 26px;
  }
}
.index .ininvestment .box .tbox .left .content1 .cont1 {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1470px) {
  .index .ininvestment .box .tbox .left .content1 .cont1 {
    margin-top: 50px;
  }
}
@media (max-width: 1400px) {
  .index .ininvestment .box .tbox .left .content1 .cont1 {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .index .ininvestment .box .tbox .left .content1 .cont1 {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .index .ininvestment .box .tbox .left .content1 .cont1 {
    flex-wrap: wrap;
  }
}
.index .ininvestment .box .tbox .left .content1 .cont1 .cont1-left .number {
  color: rgba(0, 64, 65, 0.35);
  font-family: "InterTight";
  font-size: 96px;
  font-style: italic;
  font-weight: 700;
  line-height: 116%;
  white-space: nowrap;
}
@media (max-width: 1440px) {
  .index .ininvestment .box .tbox .left .content1 .cont1 .cont1-left .number {
    font-size: 70px;
  }
}
@media (max-width: 1400px) {
  .index .ininvestment .box .tbox .left .content1 .cont1 .cont1-left .number {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  .index .ininvestment .box .tbox .left .content1 .cont1 .cont1-left .number {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .index .ininvestment .box .tbox .left .content1 .cont1 .cont1-left .number {
    font-size: 40px;
  }
}
.index .ininvestment .box .tbox .left .content1 .cont1 .cont1-right {
  width: 50%;
}
@media (max-width: 767px) {
  .index .ininvestment .box .tbox .left .content1 .cont1 .cont1-right {
    width: 70%;
  }
}
.index .ininvestment .box .tbox .left .content1 .cont1 .cont1-right .cont-img .img-box {
  padding-bottom: calc(240 / 390 * 100%);
  border-radius: 16px;
}
@media (max-width: 767px) {
  .index .ininvestment .box .tbox .left .content1 .cont1 .cont1-right .cont-img .img-box {
    border-radius: 10px;
  }
}
.index .ininvestment .box .tbox .left .content1 .cont2 {
  margin-top: 90px;
}
@media (max-width: 1470px) {
  .index .ininvestment .box .tbox .left .content1 .cont2 {
    margin-top: 70px;
  }
}
@media (max-width: 1400px) {
  .index .ininvestment .box .tbox .left .content1 .cont2 {
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {
  .index .ininvestment .box .tbox .left .content1 .cont2 {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .index .ininvestment .box .tbox .left .content1 .cont2 {
    margin-top: 20px;
  }
}
.index .ininvestment .box .tbox .left .content1 .cont2 .cont2-tit {
  color: #004041;
  font-size: 24px;
  line-height: 116%;
}
.index .ininvestment .box .tbox .left .content1 .cont2 .cont2-txt {
  margin-top: 16px;
}
@media (max-width: 1400px) {
  .index .ininvestment .box .tbox .left .content1 .cont2 .cont2-txt {
    margin-top: 10px;
  }
}
.index .ininvestment .box .tbox .left .content1 .cont2 .cont2-txt ul {
  list-style: none;
}
.index .ininvestment .box .tbox .left .content1 .cont2 .cont2-txt ul li {
  color: #808784;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 767px) {
  .index .ininvestment .box .tbox .left .content1 .cont2 .cont2-txt ul li {
    font-size: 14px;
  }
}
.index .ininvestment .box .tbox .right {
  width: 50%;
}
@media (max-width: 991px) {
  .index .ininvestment .box .tbox .right {
    width: 100%;
    margin-top: 20px;
  }
}
.index .ininvestment .box .tbox .right .txt p {
  color: #808784;
  font-family: "InterTight";
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 1400px) {
  .index .ininvestment .box .tbox .right .txt p {
    font-size: 16px;
  }
}
.index .ininvestment .box .tbox .right .cont1 {
  margin-top: 80px;
}
@media (max-width: 1470px) {
  .index .ininvestment .box .tbox .right .cont1 {
    margin-top: 60px;
  }
}
@media (max-width: 1400px) {
  .index .ininvestment .box .tbox .right .cont1 {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .index .ininvestment .box .tbox .right .cont1 {
    margin-top: 20px;
  }
}
.index .ininvestment .box .tbox .right .cont1 .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 14px;
  padding-left: 26px;
  border-radius: 16px;
  border: 1px solid rgba(0, 64, 65, 0.25);
  cursor: pointer;
  transition: all 0.5s;
  margin-top: 26px;
}
@media (max-width: 1199px) {
  .index .ininvestment .box .tbox .right .cont1 .item {
    padding: 10px 14px;
  }
}
.index .ininvestment .box .tbox .right .cont1 .item:first-child {
  margin-top: 0;
}
.index .ininvestment .box .tbox .right .cont1 .item:hover {
  background-color: #004041;
}
.index .ininvestment .box .tbox .right .cont1 .item:hover .r-left .number {
  color: #FFF;
}
.index .ininvestment .box .tbox .right .cont1 .item:hover .r-left .tit {
  color: #FFF;
}
.index .ininvestment .box .tbox .right .cont1 .item:hover .r-right .iconfont {
  background-color: #004041;
}
.index .ininvestment .box .tbox .right .cont1 .item.active {
  background-color: #004041;
}
.index .ininvestment .box .tbox .right .cont1 .item.active .r-left .number {
  color: #FFF;
}
.index .ininvestment .box .tbox .right .cont1 .item.active .r-left .tit {
  color: #FFF;
}
.index .ininvestment .box .tbox .right .cont1 .item.active .r-right .iconfont {
  background-color: #004041;
}
.index .ininvestment .box .tbox .right .cont1 .item .r-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.index .ininvestment .box .tbox .right .cont1 .item .r-left .number {
  color: rgba(0, 64, 65, 0.35);
  font-size: 24px;
  line-height: 116%;
  margin-right: 16px;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .index .ininvestment .box .tbox .right .cont1 .item .r-left .number {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .index .ininvestment .box .tbox .right .cont1 .item .r-left .number {
    font-size: 20px;
  }
}
@media (max-width: 1400px) {
  .index .ininvestment .box .tbox .right .cont1 .item .r-left .number {
    margin-right: 10px;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .index .ininvestment .box .tbox .right .cont1 .item .r-left .number {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .index .ininvestment .box .tbox .right .cont1 .item .r-left .number {
    white-space: nowrap;
  }
}
.index .ininvestment .box .tbox .right .cont1 .item .r-left .tit {
  color: #222;
  font-size: 24px;
  line-height: 116%;
  transition: all 0.5s;
}
@media (max-width: 1680px) {
  .index .ininvestment .box .tbox .right .cont1 .item .r-left .tit {
    font-size: 22px;
  }
}
@media (max-width: 1440px) {
  .index .ininvestment .box .tbox .right .cont1 .item .r-left .tit {
    font-size: 20px;
  }
}
@media (max-width: 1400px) {
  .index .ininvestment .box .tbox .right .cont1 .item .r-left .tit {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .index .ininvestment .box .tbox .right .cont1 .item .r-left .tit {
    font-size: 16px;
  }
}
.index .ininvestment .box .tbox .right .cont1 .item .r-right .iconfont {
  display: flex;
  width: 56px;
  height: 56px;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #004041;
  background-color: #B0864F;
  box-shadow: 0 2px 4px 0 rgba(0, 64, 65, 0.1), 0 -1px 4px 0 rgba(169, 133, 85, 0.25) inset;
  transition: all 0.5s;
  color: #F1F2F3;
  font-size: 30px;
}
@media (max-width: 767px) {
  .index .ininvestment .box .tbox .right .cont1 .item .r-right .iconfont {
    width: 45px;
    height: 45px;
    font-size: 22px;
  }
}
.index .inchannel {
  padding: 120px 0 90px 0;
}
@media (max-width: 1470px) {
  .index .inchannel {
    padding: 90px 0 70px 0;
  }
}
@media (max-width: 1400px) {
  .index .inchannel {
    padding: 70px 0 50px 0;
  }
}
@media (max-width: 1199px) {
  .index .inchannel {
    padding: 50px 0 40px 0;
  }
}
@media (max-width: 991px) {
  .index .inchannel {
    padding: 40px 0;
  }
}
.index .inchannel .content {
  margin-top: 70px;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 1470px) {
  .index .inchannel .content {
    padding-bottom: 70px;
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {
  .index .inchannel .content {
    padding-bottom: 60px;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .index .inchannel .content {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .index .inchannel .content {
    padding-bottom: 0px;
  }
}
.index .inchannel .content .prev-next {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
}
.index .inchannel .content .inchannel-slick {
  margin: 0 -15px;
}
@media (max-width: 991px) {
  .index .inchannel .content .inchannel-slick {
    margin: 0 -10px;
  }
}
.index .inchannel .content .inchannel-slick .slick-list {
  padding-bottom: 20px;
}
.index .inchannel .content .inchannel-slick .slick-dots {
  width: auto;
  right: 20px;
  bottom: 13%;
}
@media (max-width: 1440px) {
  .index .inchannel .content .inchannel-slick .slick-dots {
    bottom: 7%;
  }
}
@media (max-width: 991px) {
  .index .inchannel .content .inchannel-slick .slick-dots {
    bottom: 0%;
  }
}
@media (max-width: 767px) {
  .index .inchannel .content .inchannel-slick .slick-dots {
    display: none;
  }
}
.index .inchannel .content .inchannel-slick .slick-dots li {
  width: 36px;
  height: 4px;
  border-radius: 16px;
  margin: 0;
  background-color: #F5F5EAF5;
}
.index .inchannel .content .inchannel-slick .slick-dots li.slick-active {
  background: #B1864F;
}
.index .inchannel .content .inchannel-slick .slick-dots li button {
  width: 100%;
  height: auto;
  padding: 0;
}
.index .inchannel .content .inchannel-slick .slick-dots li button::before {
  content: '';
}
.index .inchannel .content .inchannel-slick .col-box {
  padding: 0 15px;
}
@media (max-width: 991px) {
  .index .inchannel .content .inchannel-slick .col-box {
    padding: 0 10px;
  }
}
.index .inchannel .content .inchannel-slick .col-box .item {
  border-radius: 16px;
  border: 1px solid rgba(0, 64, 65, 0.15);
  background-color: rgba(245, 245, 234, 0.35);
  backdrop-filter: blur(2px);
  padding: 30px 10px;
  transition: all 0.5s;
  min-height: 480px;
}
@media (max-width: 1440px) {
  .index .inchannel .content .inchannel-slick .col-box .item {
    padding: 0 10px;
  }
}
@media (max-width: 1400px) {
  .index .inchannel .content .inchannel-slick .col-box .item {
    min-height: 420px;
  }
}
@media (min-width: 991px) {
  .index .inchannel .content .inchannel-slick .col-box .item.on {
    padding: 10px;
    background-color: #FCFCF5;
    box-shadow: 0 4px 16px 0 rgba(0, 64, 65, 0.15);
  }
  .index .inchannel .content .inchannel-slick .col-box .item.on .cont-img {
    display: block;
  }
  .index .inchannel .content .inchannel-slick .col-box .item.on .cont .tit a {
    color: #004041;
  }
  .index .inchannel .content .inchannel-slick .col-box .item.on .cont .txt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;
  }
  .index .inchannel .content .inchannel-slick .col-box .item.on .cont .more .iconfont {
    background-color: #004041;
  }
  .index .inchannel .content .inchannel-slick .col-box .item.on .cont .more span {
    color: #004041;
  }
}
.index .inchannel .content .inchannel-slick .col-box .item .cont-img {
  /* display: none; */
}
@media (max-width: 991px) {
  .index .inchannel .content .inchannel-slick .col-box .item .cont-img {
    display: block;
  }
}
.index .inchannel .content .inchannel-slick .col-box .item .cont-img .img-box {
  padding-bottom: calc(320 / 510 * 100%);
  border-radius: 16px;
}
.index .inchannel .content .inchannel-slick .col-box .item .cont {
  padding: 30px 20px;
}
@media (max-width: 1199px) {
  .index .inchannel .content .inchannel-slick .col-box .item .cont {
    padding: 15px 10px;
  }
}
.index .inchannel .content .inchannel-slick .col-box .item .cont .tit a {
  overflow: hidden;
  color: #222;
  text-overflow: ellipsis;
  font-size: 24px;
  line-height: 126%;
  /* 30.24px */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  align-self: stretch;
}
@media (max-width: 1440px) {
  .index .inchannel .content .inchannel-slick .col-box .item .cont .tit a {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .index .inchannel .content .inchannel-slick .col-box .item .cont .tit a {
    font-size: 18px;
  }
}
.index .inchannel .content .inchannel-slick .col-box .item .cont .txt {
  margin-top: 10px;
}
.index .inchannel .content .inchannel-slick .col-box .item .cont .txt p {
  color: #808784;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .index .inchannel .content .inchannel-slick .col-box .item .cont .txt p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .index .inchannel .content .inchannel-slick .col-box .item .cont .txt p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;
  }
}
.index .inchannel .content .inchannel-slick .col-box .item .cont .more {
  margin-top: 46px;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1470px) {
  .index .inchannel .content .inchannel-slick .col-box .item .cont .more {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .index .inchannel .content .inchannel-slick .col-box .item .cont .more {
    margin-top: 20px;
  }
}
.index .inchannel .content .inchannel-slick .col-box .item .cont .more .iconfont {
  border-radius: 6px;
  background: #B1864F;
  display: inline-flex;
  width: 36px;
  height: 36px;
  justify-content: center;
  align-items: center;
  color: #FFF;
  font-size: 16px;
  transition: all 0.5s;
}
.index .inchannel .content .inchannel-slick .col-box .item .cont .more span {
  margin-left: 16px;
  color: #808784;
  font-family: "InterTight";
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  transition: all 0.5s;
}


.inbecome {
  background: url(../img/Group\ 21.jpg) no-repeat center;
  background-size: cover;
  padding: 120px 0 90px 0;
}
@media (max-width: 1470px) {
  .inbecome {
    padding: 90px 0 70px 0;
  }
}
@media (max-width: 1400px) {
  .inbecome {
    padding: 70px 0 50px 0;
  }
}
@media (max-width: 1199px) {
  .inbecome {
    padding: 50px 0 40px 0;
  }
}
@media (max-width: 991px) {
  .inbecome {
    padding: 40px 0;
  }
}
.inbecome .index-title .laybel span {
  color: #FFF;
}
.inbecome .index-title .laybel span::before {
  background-color: #FFF;
}
.inbecome .index-title h2 {
  color: #FFF;
}
.inbecome .txt {
  width: 70%;
  margin: 0 auto;
  margin-top: 36px;
}
@media (max-width: 1470px) {
  .inbecome .txt {
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .inbecome .txt {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .inbecome .txt {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .inbecome .txt {
    width: 100%;
  }
}
.inbecome .txt p {
  color: #FFF;
  text-align: center;
  font-family: "InterTight";
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}
.inbecome .more {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1470px) {
  .inbecome .more {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .inbecome .more {
    margin-top: 20px;
  }
}
.inbecome .more .index-more {
  border-radius: 8px;
  border: 1px solid #B7CEE5;
  backdrop-filter: blur(5px);
  background: transparent;
}
.inbecome .cont {
  margin-top: 140px;
  padding: 36px 35px;
  border-radius: 16px;
  background: #FCFCF5;
}
@media (max-width: 1470px) {
  .inbecome .cont {
    margin-top: 100px;
  }
}
@media (max-width: 1400px) {
  .inbecome .cont {
    margin-top: 80px;
  }
}
@media (max-width: 1199px) {
  .inbecome .cont {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  .inbecome .cont {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .inbecome .cont {
    padding: 20px 20px;
  }
}
.inbecome .cont .c-tit {
  color: #222;
  font-size: 24px;
  line-height: 116%;
}
@media (max-width: 1199px) {
  .inbecome .cont .c-tit {
    font-size: 22px;
  }
}
.inbecome .cont .message {
  width: 100%;
  margin: 36px 0;
}
@media (max-width: 1400px) {
  .inbecome .cont .message {
    margin: 20px 0;
  }
}
.inbecome .cont .message .formbox .form2 {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .inbecome .cont .message .formbox .form2 {
    flex-wrap: wrap;
  }
}
.inbecome .cont .message .formbox .row-box {
  list-style: none;
  width: calc(100% - 270px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0 10px;
}
@media (max-width: 1199px) {
  .inbecome .cont .message .formbox .row-box {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .inbecome .cont .message .formbox .row-box {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px 10px;
  }
}
@media (max-width: 767px) {
  .inbecome .cont .message .formbox .row-box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.inbecome .cont .message .formbox .group {
  position: relative;
}
.inbecome .cont .message .formbox .group label {
  position: absolute;
  z-index: 4;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.inbecome .cont .message .formbox .group label .iconfont {
  font-size: 18px;
  color: #808784;
  line-height: 1;
}
.inbecome .cont .message .formbox .group input {
  border: none;
  width: 100%;
  border-radius: 6px;
  border: 1px solid rgba(0, 64, 65, 0.25);
  background: #F5F5EA;
  overflow: hidden;
  color: #808784;
  font-family: "InterTight";
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  padding: 16px;
  outline: none;
  transition: border-color 0.3s ease;
}
@media (max-width: 991px) {
  .inbecome .cont .message .formbox .group input {
    font-size: 14px;
  }
}
.inbecome .cont .message .formbox .group input::placeholder {
  color: #666;
  font-size: 16px;
  line-height: 100%;
  /* 16px */
}
@media (max-width: 991px) {
  .inbecome .cont .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}
.inbecome .cont .message .formbox .group input:focus label {
  display: none;
}
.inbecome .cont .message .formbox .group input:focus::placeholder {
  color: #ccc;
}
.inbecome .cont .message .formbox .group textarea {
  border: none;
  width: 100%;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  color: #666;
  font-size: 16px;
  line-height: 100%;
  /* 16px */
  padding: 16px 20px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 160px;
}
@media (max-width: 991px) {
  .inbecome .cont .message .formbox .group textarea {
    font-size: 14px;
  }
}
.inbecome .cont .message .formbox .group textarea::placeholder {
  color: #666;
  font-size: 16px;
  line-height: 100%;
}
@media (max-width: 991px) {
  .inbecome .cont .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}
.inbecome .cont .message .formbox .group textarea:focus label {
  display: none;
}
.inbecome .cont .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}
.inbecome .cont .message .func {
  width: 260px;
}
.inbecome .cont .message .func .submit-group {
  display: flex;
  justify-content: flex-start;
}
.inbecome .cont .message .func .index-more {
  border: none;
  border-radius: 6px;
  padding: 18px 16px;
}
.inbecome .cont .c-text {
  display: flex;
  align-items: center;
}
.inbecome .cont .c-text span {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 1px;
  border: 1px solid rgba(0, 64, 65, 0.25);
  cursor: pointer;
  margin-right: 10px;
  position: relative;
}
.inbecome .cont .c-text span.on::after {
  display: block;
}
.inbecome .cont .c-text span::after {
  font-family: 'iconfont' !important;
  content: '\e926';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: #004041;
  display: none;
}
.inbecome .cont .c-text p {
  width: calc(100% - 16px - 10px);
  margin-left: auto;
  color: #808784;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
@media (max-width: 767px) {
  .inbecome .cont .c-text p {
    font-size: 14px;
  }
}
.inbecome .cont .c-text p a {
  color: #004041;
  font-weight: 600;
}
.indexsub {
  padding: 126px 0;
}
@media (max-width: 1560px) {
  .indexsub {
    padding: 100px 0;
  }
}
@media (max-width: 1470px) {
  .indexsub {
    padding: 70px 0;
  }
}
@media (max-width: 1400px) {
  .indexsub {
    padding: 50px 0;
  }
}
@media (max-width: 1199px) {
  .indexsub {
    padding: 45px 0;
  }
}
.indexsub .indexsub-b1 {
  margin-top: 70px;
  padding-bottom: 310px;
  position: relative;
  padding-top: 360px;
}
@media (max-width: 1680px) {
  .indexsub .indexsub-b1 {
    padding-top: 250px;
  }

}
@media (max-width: 1470px) {
  .indexsub .indexsub-b1 {
    margin-top: 50px;
  }
}
@media (max-width: 1440px) {
  .indexsub .indexsub-b1 {
    padding-top: 200px;
  }
}
@media (max-width: 1400px) {
  .indexsub .indexsub-b1 {
    margin-top: 30px;
    padding-bottom: 220px;
    padding-top: 300px;
  }
}
@media (max-width: 1199px) {
  .indexsub .indexsub-b1 {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .indexsub .indexsub-b1 {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .indexsub .indexsub-b1 {
    padding-bottom: 140px;
  }
}
.indexsub .indexsub-b1 .title {
  text-align: center;
  font-size: 120px;
  /* line-height: 100%; */
  background: linear-gradient(270deg, rgba(0, 64, 66, 0.02) 0%, rgba(0, 64, 66, 0.08) 25%, rgba(0, 64, 66, 0.55) 50%, rgba(0, 64, 66, 0.08) 75%, rgba(0, 64, 66, 0.02) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 40;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);


  /* min-height: 360px; */
}
@media (max-width: 1680px) {
  .indexsub .indexsub-b1 .title {
    font-size: 90px;
  }
}
@media (max-width: 1400px) {
  .indexsub .indexsub-b1 .title {
    font-size: 85px;
  }
}
@media (max-width: 1199px) {
  .indexsub .indexsub-b1 .title {
    font-size: 70px;
    position: static;
    transform: translateX(0);
  }
}
@media (max-width: 991px) {
  .indexsub .indexsub-b1 .title {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .indexsub .indexsub-b1 .title {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .indexsub .indexsub-b1 .title {
    font-size: 45px;
  }
}
.indexsub .indexsub-b1 .bgimg {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.indexsub .indexsub-b1 .bgimg .bg2 {
  display: none;
}
@media (max-width: 1199px) {
  .indexsub .indexsub-b1 .bgimg .bg2 {
    display: block;
  }
}
@media (max-width: 1199px) {
  .indexsub .indexsub-b1 .bgimg .bg1 {
    display: none;
  }
}
.indexsub .indexsub-b1 .bgimg img {
  width: 100%;
  height: auto;
  background: transparent;
}
@media (max-width: 1199px) {
  .indexsub .indexsub-b1 .cont {
    display: none;
  }
}
.indexsub .indexsub-b1 .cont ul {
  list-style: none;
}
.indexsub .indexsub-b1 .cont ul li {
  color: #B0864F;
  font-size: 20px;
  position: absolute;
  z-index: 12;
}



.indexsub .indexsub-b1 .cont ul li:nth-child(1) {
  left: 2.2%;
  bottom: 57%;
}
@media (max-width: 1400px) {
  .indexsub .indexsub-b1 .cont ul li:nth-child(1) {
    bottom: 51%;
  }
}
@media (max-width: 1199px) {
  .indexsub .indexsub-b1 .cont ul li:nth-child(1) {
    bottom: 50%;
  }
}
.indexsub .indexsub-b1 .cont ul li:nth-child(2) {
  left: 3%;
  bottom: 68%;
}
@media (max-width: 1400px) {
  .indexsub .indexsub-b1 .cont ul li:nth-child(2) {
    bottom: 60%;
  }
}
@media (max-width: 1199px) {
  .indexsub .indexsub-b1 .cont ul li:nth-child(2) {
    bottom: 57%;
  }
}
.indexsub .indexsub-b1 .cont ul li:nth-child(2) span {
  height: 56px;
}
.indexsub .indexsub-b1 .cont ul li:nth-child(3) {
  left: 6%;
  bottom: 42%;
}
@media (max-width: 1199px) {
  .indexsub .indexsub-b1 .cont ul li:nth-child(3) {
    bottom: 38%;
  }
}
.indexsub .indexsub-b1 .cont ul li:nth-child(4) {
  left: 11.5%;
  bottom: 62%;
}
@media (max-width: 1400px) {
  .indexsub .indexsub-b1 .cont ul li:nth-child(4) {
    left: 12%;
    bottom: 57%;
  }
}
@media (max-width: 1199px) {
  .indexsub .indexsub-b1 .cont ul li:nth-child(4) {
    bottom: 55%;
  }
}
.indexsub .indexsub-b1 .cont ul li:nth-child(4) span {
  height: 56px;
}
.indexsub .indexsub-b1 .cont ul li:nth-child(5) {
  left: 15.5%;
  bottom: 37%;
}
@media (max-width: 1400px) {
  .indexsub .indexsub-b1 .cont ul li:nth-child(5) {
    bottom: 31%;
  }
}
@media (max-width: 1199px) {
  .indexsub .indexsub-b1 .cont ul li:nth-child(5) {
    bottom: 32%;
  }
}
.indexsub .indexsub-b1 .cont ul li:nth-child(6) {
  left: 17%;
  bottom: 45%;
}
@media (max-width: 1199px) {
  .indexsub .indexsub-b1 .cont ul li:nth-child(6) {
    bottom: 40%;
  }
}
.indexsub .indexsub-b1 .cont ul li:nth-child(6) span {
  height: 56px;
}
.indexsub .indexsub-b1 .cont ul li:nth-child(7) {
  left: 19.5%;
  bottom: 10%;
}
.indexsub .indexsub-b1 .cont ul li:nth-child(7) span {
  height: 56px;
}
.indexsub .indexsub-b1 .cont ul li:nth-child(8) {
  left: 0%;
  bottom: 12%;
}
@media (max-width: 1680px) {
  .indexsub .indexsub-b1 .cont ul li:nth-child(8) {
    left: -1%;
  }
}
@media (max-width: 1400px) {
  .indexsub .indexsub-b1 .cont ul li:nth-child(8) {
    left: -3%;
    bottom: 7%;
  }
}
@media (max-width: 1199px) {
  .indexsub .indexsub-b1 .cont ul li:nth-child(8) {
    height: 70px;
    left: -0.5%;
  }
}
.indexsub .indexsub-b1 .cont ul li:nth-child(8) span {
  height: 90px;
  padding-left: 0;
  padding-right: 10px;
  vertical-align: bottom;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .indexsub .indexsub-b1 .cont ul li:nth-child(8) span {
    height: 70px;
  }
}
.indexsub .indexsub-b1 .cont ul li:nth-child(8) span::after {
  left: auto;
  right: 0;
}
.indexsub .indexsub-b1 .cont ul li:nth-child(8) span::before {
  top: 0;
  bottom: auto;
  left: auto;
  right: -3px;
}
@media (max-width: 1400px) {
  .indexsub .indexsub-b1 .cont ul li:nth-child(8) span::before {
    right: -2.5px;
  }
}
.indexsub .indexsub-b1 .cont ul li:nth-child(9) {
  left: 0.5%;
  bottom: 5%;
}
@media (max-width: 1680px) {
  .indexsub .indexsub-b1 .cont ul li:nth-child(9) {
    left: -1.5%;
    bottom: 3%;
  }
}
@media (max-width: 1400px) {
  .indexsub .indexsub-b1 .cont ul li:nth-child(9) {
    left: -3.5%;
    bottom: 0%;
  }
}
@media (max-width: 1199px) {
  .indexsub .indexsub-b1 .cont ul li:nth-child(9) {
    bottom: 0%;
  }
}
.indexsub .indexsub-b1 .cont ul li:nth-child(9) span {
  height: 90px;
  padding-left: 0;
  vertical-align: bottom;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .indexsub .indexsub-b1 .cont ul li:nth-child(9) span {
    height: 70px;
  }
}
.indexsub .indexsub-b1 .cont ul li:nth-child(9) span::after {
  left: auto;
  right: 0;
}
.indexsub .indexsub-b1 .cont ul li:nth-child(9) span::before {
  top: 0;
  bottom: auto;
  left: auto;
  right: -3px;
}
@media (max-width: 1400px) {
  .indexsub .indexsub-b1 .cont ul li:nth-child(9) span::before {
    right: -2.5px;
  }
}
.indexsub .indexsub-b1 .cont ul li:nth-child(10) {
  left: 11%;
  bottom: 0%;
}
@media (max-width: 1680px) {
  .indexsub .indexsub-b1 .cont ul li:nth-child(10) {
    /* left: 8%; */
    bottom: -5%;
  }
}
@media (max-width: 1400px) {
  .indexsub .indexsub-b1 .cont ul li:nth-child(10) {
    /* left: 7%; */
    bottom: -9%;
  }
}
.indexsub .indexsub-b1 .cont ul li:nth-child(10) span {
  height: 110px;
  padding-left: 0;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .indexsub .indexsub-b1 .cont ul li:nth-child(10) span {
    height: 90px;
  }
}
.indexsub .indexsub-b1 .cont ul li:nth-child(10) span::after {
  left: auto;
  right: 0;
}
.indexsub .indexsub-b1 .cont ul li:nth-child(10) span::before {
  top: 0;
  bottom: auto;
  left: auto;
  right: -3px;
}
@media (max-width: 1400px) {
  .indexsub .indexsub-b1 .cont ul li:nth-child(10) span::before {
    right: -2.5px;
  }
}
.indexsub .indexsub-b1 .cont ul li:nth-child(11) {
  right: 14.5%;
  bottom: 53%;
}
@media (max-width: 1400px) {
  .indexsub .indexsub-b1 .cont ul li:nth-child(11) {
    bottom: 48%;
  }
}
.indexsub .indexsub-b1 .cont ul li:nth-child(11) span {
  height: 130px;
  padding-left: 0;
  padding-right: 10px;
}
.indexsub .indexsub-b1 .cont ul li:nth-child(11) span::after {
  left: auto;
  right: 0;
}
.indexsub .indexsub-b1 .cont ul li:nth-child(11) span::before {
  left: auto;
  right: -3px;
}
@media (max-width: 1400px) {
  .indexsub .indexsub-b1 .cont ul li:nth-child(11) span::before {
    right: -2.5px;
  }
}
.indexsub .indexsub-b1 .cont ul li:nth-child(12) {
  right: 41%;
  bottom: 8%;
}
@media (max-width: 1400px) {
  .indexsub .indexsub-b1 .cont ul li:nth-child(12) {
    right: 40%;
  }
}
@media (max-width: 1199px) {
  .indexsub .indexsub-b1 .cont ul li:nth-child(12) {
    right: 39%;
    bottom: 7%;
  }
}




.indexsub .indexsub-b1 .cont ul li:nth-child(12) span {
  height: 100px;
}
.indexsub .indexsub-b1 .cont ul li span {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  height: 170px;
  color: #B0864F;
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 1400px) {
  .indexsub .indexsub-b1 .cont ul li span {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .indexsub .indexsub-b1 .cont ul li span {
    font-size: 16px;
    height: 100px;
  }
}
.indexsub .indexsub-b1 .cont ul li span::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #358C67;
}
.indexsub .indexsub-b1 .cont ul li span::before {
  content: '';
  position: absolute;
  left: -3px;
  bottom: 0;
  height: 7px;
  width: 7px;
  background-color: #358C67;
  border-radius: 50%;
}
@media (max-width: 1400px) {
  .indexsub .indexsub-b1 .cont ul li span::before {
    width: 5px;
    height: 5px;
    left: -2.5px;
  }
}
.indexsub .indexsub-b2 {
  margin-top: 110px;
}
@media (max-width: 1470px) {
  .indexsub .indexsub-b2 {
    margin-top: 80px;
  }
}
.indexsub .indexsub-b2 .title {
  color: #222;
  text-align: center;
  font-size: 36px;
  line-height: 136%;
  width: 40%;
  margin: 0 auto;
}
@media (max-width: 1680px) {
  .indexsub .indexsub-b2 .title {
    width: 47%;
  }
}
@media (max-width: 1440px) {
  .indexsub .indexsub-b2 .title {
    font-size: 32px;
  }
}
@media (max-width: 1400px) {
  .indexsub .indexsub-b2 .title {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .indexsub .indexsub-b2 .title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .indexsub .indexsub-b2 .title {
    width: 100%;
  }
}
.indexsub .indexsub-b2 .content .row-box {
  margin: 0 -15px;
}
@media (max-width: 991px) {
  .indexsub .indexsub-b2 .content .row-box {
    margin: 0 -10px;
  }
}
.indexsub .indexsub-b2 .content .row-box .col-box {
  padding: 0 15px;
  margin-top: 50px;
}
@media (min-width: 1199px) {
  .indexsub .indexsub-b2 .content .row-box .col-box {
    /* width: calc(100% / 5); */
  }
}
@media (max-width: 1470px) {
  .indexsub .indexsub-b2 .content .row-box .col-box {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .indexsub .indexsub-b2 .content .row-box .col-box {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .indexsub .indexsub-b2 .content .row-box .col-box {
    padding: 0 10px;
  }
}
.indexsub .indexsub-b2 .content .row-box .col-box .item {
  padding: 40px 20px;
  border-radius: 16px;
  background: #F5F5EA;
  height: 100%;
}
@media (max-width: 1440px) {
  .indexsub .indexsub-b2 .content .row-box .col-box .item {
    padding: 30px 20px;
  }
}
.indexsub .indexsub-b2 .content .row-box .col-box .item .number {
  text-align: center;
  font-size: 96px;
  line-height: 100%;
}
.indexsub .indexsub-b2 .content .row-box .col-box .item .number span {
  background: linear-gradient(90deg, rgba(0, 64, 66, 0.02) 0%, rgba(0, 64, 66, 0.08) 25%, rgba(0, 64, 66, 0.55) 50%, rgba(0, 64, 66, 0.08) 75%, rgba(0, 64, 66, 0.02) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1440px) {
  .indexsub .indexsub-b2 .content .row-box .col-box .item .number {
    font-size: 80px;
  }
}
@media (max-width: 1400px) {
  .indexsub .indexsub-b2 .content .row-box .col-box .item .number {
    font-size: 70px;
  }
}
.indexsub .indexsub-b2 .content .row-box .col-box .item .tit {
  margin: 16px 0;
  color: #222;
  text-align: center;
  font-size: 20px;
  line-height: 126%;
}
@media (max-width: 1400px) {
  .indexsub .indexsub-b2 .content .row-box .col-box .item .tit {
    margin: 12px 0;
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .indexsub .indexsub-b2 .content .row-box .col-box .item .tit {
    margin: 10px 0;
  }
}
@media (max-width: 991px) {
  .indexsub .indexsub-b2 .content .row-box .col-box .item .tit {
    font-size: 16px;
  }
}
.indexsub .indexsub-b2 .content .row-box .col-box .item .txt p {
  color: #808784;
  text-align: center;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
.footer {
  padding-top: 90px;
  background: url(../img/foot-bg2.jpg) no-repeat center;
  background-size: cover;
}
@media (max-width: 1560px) {
  .footer {
    padding-top: 70px;
  }
}
@media (max-width: 1440px) {
  .footer {
    padding-top: 50px;
  }
}
@media (max-width: 1400px) {
  .footer {
    padding-top: 40px;
  }
}
.footer .foot-b1 {
  padding-bottom: 130px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1470px) {
  .footer .foot-b1 {
    padding-bottom: 100px;
  }
}
@media (max-width: 1400px) {
  .footer .foot-b1 {
    padding-bottom: 80px;
  }
}
@media (max-width: 1199px) {
  .footer .foot-b1 {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .footer .foot-b1 {
    padding-bottom: 40px;
  }
}
.footer .foot-b1 h2 {
  color: #FFF;
  font-size: 24px;
  line-height: 116%;
  margin-bottom: 36px;
}
@media (max-width: 1400px) {
  .footer .foot-b1 h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .footer .foot-b1 {
    flex-wrap: wrap;
  }
}
.footer .foot-b1 .fob1-right {
  display: flex;
  justify-content: space-between;
  width: 57%;
}
@media (max-width: 1199px) {
  .footer .foot-b1 .fob1-right {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .footer .foot-b1 .fob1-right {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .footer .foot-b1 .fob1-right .item {
    width: 100%;
    margin-top: 30px;
  }
  .footer .foot-b1 .fob1-right .item:first-of-type {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .footer .foot-b1 .fob1-right .item h2 {
    margin-bottom: 0;
  }
}
.footer .foot-b1 .fob1-right ul {
  list-style: none;
}
@media (max-width: 991px) {
  .footer .foot-b1 .fob1-right ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.footer .foot-b1 .fob1-right ul li {
  color: #757473;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin-top: 12px;
}
.footer .foot-b1 .fob1-right ul li:first-child {
  margin-top: 0;
}
@media (max-width: 991px) {
  .footer .foot-b1 .fob1-right ul li:first-child {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .footer .foot-b1 .fob1-right ul li {
    margin-top: 10px;
    margin-right: 20px;
  }
}
.footer .foot-b1 .fob1-right ul li a {
  color: #757473;
  transition: all 0.5s;
}
.footer .foot-b1 .fob1-right ul li a:hover {
  color: #FFF;
  text-decoration: underline;
}
.footer .foot-b1 .fob1-left {
  width: 480px;
}
@media (max-width: 1400px) {
  .footer .foot-b1 .fob1-left {
    width: 40%;
  }
}
@media (max-width: 1199px) {
  .footer .foot-b1 .fob1-left {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .footer .foot-b1 .fob1-left {
    width: 100%;
  }
}
.footer .foot-b1 .fob1-left form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-radius: 6px;
  background: #FCFCF5;
  position: relative;
  max-height: 48px;
}
@media (max-width: 1400px) {
  .footer .foot-b1 .fob1-left form {
    padding: 10px 16px;
  }
}
.footer .foot-b1 .fob1-left form label {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: #757473;
  font-size: 14px;
  line-height: 1;
}
.footer .foot-b1 .fob1-left form input {
  border: none;
  background-color: transparent;
  color: #757473;
  font-family: "InterTight";
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
  display: flex;
  width: 90%;
  padding-left: 20px;
}
.footer .foot-b1 .fob1-left form input::placeholder {
  color: #757473;
}
.footer .foot-b1 .fob1-left form button {
  border: none;
  background: transparent;
}
.footer .foot-b1 .fob1-left form button .iconfont {
  font-size: 20px;
  color: #A98555;
}
.footer .foot-b1 .fob1-left .translate {
  margin-top: 36px;
}
@media (max-width: 1470px) {
  .footer .foot-b1 .fob1-left .translate {
    margin-top: 20px;
  }
}
.footer .foot-b2 {
  padding-top: 16px;
  border-top: 1px solid #FFFFFF26;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199px) {
  .footer .foot-b2 {
    flex-wrap: wrap;
  }
}
.footer .foot-b2 .icon ul {
  display: flex;
  align-items: center;
  list-style: none;
}
.footer .foot-b2 .icon ul li a {
  margin-left: 16px;
}
@media (max-width: 1400px) {
  .footer .foot-b2 .icon ul li a {
    margin-left: 10px;
  }
}
.footer .foot-b2 .icon ul li a .iconfont {
  color: #757473;
  transition: all 0.5s;
  font-size: 24px;
}
.footer .foot-b2 .icon ul li a .iconfont:hover {
  color: #FFF;
}
.footer .foot-b2 .text {
  display: flex;
  align-items: center;
  color: #757473;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
}
@media (max-width: 1440px) {
  .footer .foot-b2 .text {
    font-size: 14px;
  }
}
@media (max-width: 1400px) {
  .footer .foot-b2 .text {
    font-size: 12px;
  }
}
@media (max-width: 1199px) {
  .footer .foot-b2 .text {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .footer .foot-b2 .text {
    flex-wrap: wrap;
    line-height: 1.5;
  }
}
.footer .foot-b2 .text a {
  color: #757473;
  transition: all 0.5s;
}
.footer .foot-b2 .text a:hover {
  color: #FFF;
}
.footer .foot-b2 .text .hicheng {
  margin: 0 10px;
}
.footer .foot-b2 .text .cnzz {
  display: inline-block;
}
.footer .foot-b2 .txt-right {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .footer .foot-b2 .txt-right {
    margin-top: 10px;
  }
}
.footer .foot-b2 .txt-right a {
  color: #757473;
  font-size: 16px;
  line-height: 110%;
  transition: all 0.5s;
}
.footer .foot-b2 .txt-right a:hover {
  color: #FFF;
}
@media (max-width: 1440px) {
  .footer .foot-b2 .txt-right a {
    font-size: 14px;
  }
}
@media (max-width: 1400px) {
  .footer .foot-b2 .txt-right a {
    font-size: 12px;
  }
}
@media (max-width: 1199px) {
  .footer .foot-b2 .txt-right a {
    font-size: 14px;
  }
}
.footer .foot-b2 .txt-right span {
  width: 1px;
  height: 16px;
  margin: 0 16px;
  background: #757473;
}
.footer .foot-b3 img {
  width: 100%;
  height: auto;
  background: transparent;
}
@media (max-width: 1199px) {
  .footer .foot-b3 {
    padding-bottom: 70px;
  }
}
.about-banner img {
  width: 100%;
}
.about {
  background: #FCFCF5;
}
.about .about-list {
  padding-top: 50px;
}
@media (max-width: 1470px) {
  .about .about-list {
    padding-top: 40px;
  }
}
@media (max-width: 1199px) {
  .about .about-list {
    padding-top: 30px;
  }
}
@media (max-width: 991px) {
  .about .about-list {
    padding-top: 20px;
  }
}
.about .about-list ul {
  display: flex;
  justify-content: center;
  list-style: none;
}
@media (max-width: 1199px) {
  .about .about-list ul {
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px 0;
  }
}
@media (max-width: 767px) {
  .about .about-list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
.about .about-list ul li {
  padding: 0 60px;
  border-right: 1px solid #00404140;
}
@media (max-width: 1680px) {
  .about .about-list ul li {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .about .about-list ul li {
    padding: 0;
    width: 100%;
    text-align: center;
  }
}
.about .about-list ul li:last-child {
  border-right: none;
}
.about .about-list ul li a {
  color: #222;
  text-align: center;
  font-size: 24px;
  line-height: 136%;
  transition: all 0.5s;
}
@media (max-width: 1400px) {
  .about .about-list ul li a {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .about .about-list ul li a {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .about .about-list ul li a {
    font-size: 16px;
  }
}
.about .about-list ul li a:hover {
  color: #004041;
}
.about .about-list ul li a.on {
  color: #004041;
}
.about .ahistory-story {
  background: url(../img/about-bg1.png) no-repeat;
  background-position: left 200%;
  background-size: 20%;
}
.about .ahistory-story .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .about .ahistory-story .box {
    flex-wrap: wrap;
  }
}
.about .ahistory-story .box .left {
  width: 29.5%;
}
@media (max-width: 1400px) {
  .about .ahistory-story .box .left {
    width: 37%;
  }
}
@media (max-width: 991px) {
  .about .ahistory-story .box .left {
    width: 100%;
  }
}
.about .ahistory-story .box .left img {
  width: 100%;
  height: auto;
  background: transparent;
  border-radius: 16px;
}
.about .ahistory-story .box .right {
  width: 54%;
}
@media (max-width: 991px) {
  .about .ahistory-story .box .right {
    width: 100%;
    margin-top: 20px;
  }
}
.about .ahistory-story .box .right .index-title .laybel {
  justify-content: flex-start;
}
.about .ahistory-story .box .right .index-title h2 {
  text-align: left;
}
.about .ahistory-story .box .right .txt {
  width: 82%;
  margin-top: 20px;
}
@media (max-width: 1470px) {
  .about .ahistory-story .box .right .txt {
    width: 90%;
  }
}
@media (max-width: 1400px) {
  .about .ahistory-story .box .right .txt {
    margin-top: 10px;
    width: 100%;
  }
}
.about .ahistory-story .box .right .txt p {
  color: #808784;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
@media (max-width: 767px) {
  .about .ahistory-story .box .right .txt p {
    font-size: 14px;
  }
}
.about .ahistory-story .box .right .more {
  margin-top: 70px;
}
@media (max-width: 1470px) {
  .about .ahistory-story .box .right .more {
    margin-top: 50px;
  }
}
@media (max-width: 1400px) {
  .about .ahistory-story .box .right .more {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .about .ahistory-story .box .right .more {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .about .ahistory-story .box .right .more {
    margin-top: 20px;
  }
}
.about .about-honor {
  background: url(../img/about-honor-1.jpg) no-repeat bottom center;
  background-size: cover;
}
.about .about-honor .index-title {
  width: 44%;
}
@media (max-width: 1400px) {
  .about .about-honor .index-title {
    width: 60%;
  }
}
@media (max-width: 1199px) {
  .about .about-honor .index-title {
    width: 70%;
  }
}
@media (max-width: 991px) {
  .about .about-honor .index-title {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .about .about-honor .index-title {
    width: 100%;
  }
}
.about .about-honor .index-title .laybel {
  justify-content: flex-start;
}
.about .about-honor .index-title h2 {
  text-align: left;
}
.about .about-honor .index-title p {
  text-align: left;
}
.about .about-honor .content {
  margin-left: auto;
  margin-right: 0;
  width: 54%;
  margin-top: 70px;
  overflow: hidden;
  padding-bottom: 100px;
  position: relative;
}
@media (max-width: 1470px) {
  .about .about-honor .content {
    padding-bottom: 70px;
    margin-top: 50px;
  }
}
@media (max-width: 1400px) {
  .about .about-honor .content {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .about .about-honor .content {
    padding-bottom: 80px;
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .about .about-honor .content {
    padding: 0 2%;
    padding-bottom: 80px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .about .about-honor .content {
    padding-bottom: 0;
  }
}
.about .about-honor .content .prev-next {
  position: absolute;
  left: 0;
  bottom: 24px;
}
@media (max-width: 991px) {
  .about .about-honor .content .prev-next {
    left: 50%;
    transform: translateX(-50%);
  }
}
.about .about-honor .content .ahonor-slick {
  margin: 0 -35px;
  padding-left: 6px;
  width: 95%;
}
@media (max-width: 991px) {
  .about .about-honor .content .ahonor-slick {
    width: 100%;
  }
}
@media (max-width: 1470px) {
  .about .about-honor .content .ahonor-slick {
    margin: 0 -20px;
  }
}
.about .about-honor .content .ahonor-slick .slick-track {
  display: flex;
  align-items: flex-end;
}
.about .about-honor .content .ahonor-slick .slick-list {
  overflow: visible;
}
@media (max-width: 991px) {
  .about .about-honor .content .ahonor-slick .slick-list {
    overflow: hidden;
  }
}
.about .about-honor .content .ahonor-slick .item-box {
  padding: 0 35px;
}
@media (max-width: 1470px) {
  .about .about-honor .content .ahonor-slick .item-box {
    padding: 0 20px;
  }
}
.about .about-honor .content .ahonor-slick .item-box .item {
  padding-left: 30px;
  border-left: 1px solid #358C67;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.5s;
  min-height: 260px;
}
@media (max-width: 1400px) {
  .about .about-honor .content .ahonor-slick .item-box .item {
    padding-left: 20px;
  }
}
@media (max-width: 991px) {
  .about .about-honor .content .ahonor-slick .item-box .item {
    min-height: auto;
  }
}
.about .about-honor .content .ahonor-slick .item-box .item.on {
  min-height: 420px;
}
@media (max-width: 1440px) {
  .about .about-honor .content .ahonor-slick .item-box .item.on {
    min-height: 350px;
  }
}
@media (max-width: 991px) {
  .about .about-honor .content .ahonor-slick .item-box .item.on {
    min-height: auto;
  }
}
.about .about-honor .content .ahonor-slick .item-box .item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -5px;
  width: 10px;
  height: 10px;
  background-color: #358C67;
  border-radius: 50%;
}
.about .about-honor .content .ahonor-slick .item-box .item .number {
  color: #004042;
  font-size: 56px;
  line-height: 100%;
}
@media (max-width: 1440px) {
  .about .about-honor .content .ahonor-slick .item-box .item .number {
    font-size: 40px;
  }
}
@media (max-width: 1400px) {
  .about .about-honor .content .ahonor-slick .item-box .item .number {
    font-size: 35px;
  }
}
@media (max-width: 1199px) {
  .about .about-honor .content .ahonor-slick .item-box .item .number {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .about .about-honor .content .ahonor-slick .item-box .item .number {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .about .about-honor .content .ahonor-slick .item-box .item .txt {
    margin-top: 30px;
  }
}
.about .about-honor .content .ahonor-slick .item-box .item .txt p {
  color: #808784;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
@media (max-width: 1199px) {
  .about .about-honor .content .ahonor-slick .item-box .item .txt p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .about .about-honor .content .ahonor-slick .item-box .item .txt p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .about .about-honor .funded {
    margin-top: 30px;
  }
}
.about .about-honor .funded .box {
  position: relative;
}
.about .about-honor .funded .box span {
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 5;
  color: #B0864F;
  font-size: 20px;
}
@media (max-width: 991px) {
  .about .about-honor .funded .box span {
    position: static;
  }
}
.about .ahistory-core .ahcore-title {
  color: #222;
  font-size: 40px;
  line-height: 100%;
}
@media (max-width: 1440px) {
  .about .ahistory-core .ahcore-title {
    font-size: 34px;
  }
}
@media (max-width: 1400px) {
  .about .ahistory-core .ahcore-title {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .about .ahistory-core .ahcore-title {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .about .ahistory-core .ahcore-title {
    font-size: 24px;
  }
}
.about .ahistory-core .index-title {
  width: 54%;
  /* margin-right: 0;
  margin-left: auto; */
  margin: 0 auto;
  
}
@media (max-width: 991px) {
  .about .ahistory-core .index-title {
    width: 100%;
  }
}
.about .ahistory-core .index-title .laybel {
  /* justify-content: flex-start; */
}
.about .ahistory-core .index-title h2 {
  /* text-align: left; */
}
.about .ahistory-core .index-title p {
  /* text-align: left; */
}
.about .ahistory-core .ahcore-b1 {
  padding: 100px 0 90px 0;
}
@media (max-width: 1470px) {
  .about .ahistory-core .ahcore-b1 {
    padding: 80px 0 70px 0;
  }
}
@media (max-width: 1400px) {
  .about .ahistory-core .ahcore-b1 {
    padding: 60px 0 50px 0;
  }
}
@media (max-width: 1199px) {
  .about .ahistory-core .ahcore-b1 {
    padding: 30px 0;
  }
}
.about .ahistory-core .ahcore-b1 img {
  width: 100%;
  height: auto;
  background: transparent;
  border-radius: 16px;
}
.about .ahistory-core .ahcore-b2 {
  display: flex;
  justify-content: space-between;
  padding-bottom: 90px;
}
@media (max-width: 1470px) {
  .about .ahistory-core .ahcore-b2 {
    padding-bottom: 70px;
  }
}
@media (max-width: 1400px) {
  .about .ahistory-core .ahcore-b2 {
    padding-bottom: 50px;
  }
}
@media (max-width: 1199px) {
  .about .ahistory-core .ahcore-b2 {
    padding-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .about .ahistory-core .ahcore-b2 {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .about .ahistory-core .ahcore-b2 .ahcore-title {
    width: 100%;
  }
}
.about .ahistory-core .ahcore-b2 .right {
  width: 54%;
}
@media (max-width: 991px) {
  .about .ahistory-core .ahcore-b2 .right {
    width: 100%;
    margin-top: 20px;
  }
}
.about .ahistory-core .ahcore-b2 .right .item {
  display: flex;
  margin-top: 50px;
}
.about .ahistory-core .ahcore-b2 .right .item:first-child {
  margin-top: 0;
}
@media (max-width: 1470px) {
  .about .ahistory-core .ahcore-b2 .right .item {
    margin-top: 40px;
  }
}
@media (max-width: 1400px) {
  .about .ahistory-core .ahcore-b2 .right .item {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .about .ahistory-core .ahcore-b2 .right .item {
    margin-top: 20px;
  }
}
.about .ahistory-core .ahcore-b2 .right .item .icon {
  margin-right: 22px;
}
@media (max-width: 991px) {
  .about .ahistory-core .ahcore-b2 .right .item .icon {
    margin-right: 10px;
  }
}
.about .ahistory-core .ahcore-b2 .right .item .icon .iconfont {
  display: inline-flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background: #A98555;
  color: #FFF;
  font-size: 20px;
}
@media (max-width: 1400px) {
  .about .ahistory-core .ahcore-b2 .right .item .icon .iconfont {
    width: 25px;
    height: 25px;
    font-size: 16px;
  }
}
.about .ahistory-core .ahcore-b2 .right .item .cont .tit {
  color: #222;
  font-size: 20px;
  line-height: 126%;
}
@media (max-width: 1400px) {
  .about .ahistory-core .ahcore-b2 .right .item .cont .tit {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (max-width: 767px) {
  .about .ahistory-core .ahcore-b2 .right .item .cont .tit {
    font-size: 16px;
  }
}
.about .ahistory-core .ahcore-b2 .right .item .cont .txt {
  margin-top: 10px;
}
.about .ahistory-core .ahcore-b2 .right .item .cont .txt p {
  color: #808784;
  font-family: "InterTight";
  font-size: 16px;
  line-height: 160%;
  /* 25.6px */
}
@media (max-width: 767px) {
  .about .ahistory-core .ahcore-b2 .right .item .cont .txt p {
    font-size: 14px;
  }
}
.about .ahistory-core .ahcore-b3 {
  padding-top: 90px;
  border-top: 1px solid #358C67;
}
@media (max-width: 1470px) {
  .about .ahistory-core .ahcore-b3 {
    padding-top: 70px;
  }
}
@media (max-width: 1400px) {
  .about .ahistory-core .ahcore-b3 {
    padding-top: 50px;
  }
}
@media (max-width: 1199px) {
  .about .ahistory-core .ahcore-b3 {
    padding-top: 30px;
  }
}
.about .ahistory-core .ahcore-b3 .content .row-box {
  margin: 0 -37px;
}
@media (max-width: 1470px) {
  .about .ahistory-core .ahcore-b3 .content .row-box {
    margin: 0 -25px;
  }
}
@media (max-width: 1400px) {
  .about .ahistory-core .ahcore-b3 .content .row-box {
    margin: 0 -15px;
  }
}
.about .ahistory-core .ahcore-b3 .content .row-box .col-box {
  padding: 0 37px;
  margin-top: 70px;
}
@media (max-width: 1470px) {
  .about .ahistory-core .ahcore-b3 .content .row-box .col-box {
    padding: 0 25px;
    margin-top: 50px;
  }
}
@media (max-width: 1400px) {
  .about .ahistory-core .ahcore-b3 .content .row-box .col-box {
    padding: 0 15px;
    margin-top: 30px;
  }
}
.about .ahistory-core .ahcore-b3 .content .row-box .col-box .item .cont-img .img-box {
  padding-bottom: calc(310 / 500 * 100%);
  border-radius: 16px;
}
.about .ahistory-core .ahcore-b3 .content .row-box .col-box .item .cont {
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .about .ahistory-core .ahcore-b3 .content .row-box .col-box .item .cont {
    margin-top: 20px;
  }
}
.about .ahistory-core .ahcore-b3 .content .row-box .col-box .item .cont .tit {
  color: #222;
  font-size: 20px;
  line-height: 126%;
}
@media (max-width: 991px) {
  .about .ahistory-core .ahcore-b3 .content .row-box .col-box .item .cont .tit {
    font-size: 18px;
  }
}
.about .ahistory-core .ahcore-b3 .content .row-box .col-box .item .cont .tit a {
  color: #222;
  transition: all 0.5s;
}
.about .ahistory-core .ahcore-b3 .content .row-box .col-box .item .cont .txt {
  margin-top: 10px;
}
.about .ahistory-core .ahcore-b3 .content .row-box .col-box .item .cont .txt p {
  color: #808784;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
@media (max-width: 767px) {
  .about .ahistory-core .ahcore-b3 .content .row-box .col-box .item .cont .txt p {
    font-size: 14px;
  }
}
.about .astrength .astrength-base .index-title {
  width: 75%;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .about .astrength .astrength-base .index-title {
    width: 92%;
  }
}
@media (max-width: 767px) {
  .about .astrength .astrength-base .index-title {
    width: 100%;
  }
}
.about .astrength .astrength-base .content {
  padding: 70px 0;
  padding-bottom: 120px;
  position: relative;
}
@media (max-width: 1470px) {
  .about .astrength .astrength-base .content {
    padding: 50px 0;
    padding-bottom: 90px;
  }
}
@media (max-width: 1199px) {
  .about .astrength .astrength-base .content {
    padding: 40px 0;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .about .astrength .astrength-base .content {
    padding: 30px 0;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .about .astrength .astrength-base .content {
    padding-bottom: 0;
  }
}
.about .astrength .astrength-base .content .prev-next {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
}
.about .astrength .astrength-base .content .astbase1-slick {
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .about .astrength .astrength-base .content .astbase1-slick {
    margin: 0 -8px;
  }
}
.about .astrength .astrength-base .content .astbase1-slick .item-box {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .about .astrength .astrength-base .content .astbase1-slick .item-box {
    padding: 0 8px;
  }
}
.about .astrength .astrength-base .content .astbase1-slick .item-box .item {
  cursor: pointer;
}
.about .astrength .astrength-base .content .astbase1-slick .item-box .item .img-box {
  padding-bottom: calc(245 / 390 * 100%);
  border-radius: 16px;
}
.about .astrength .astrength-video {
  position: relative;
}
.about .astrength .astrength-video img {
  width: 100%;
  height: auto;
  background: transparent;
}
.about .astrength .astrength-video .firm-video {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100px;
  padding: 6px;
  background-color: rgba(0, 0, 0, 0.35);
}
.about .astrength .astrength-video .firm-video .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #004041;
  width: 50px;
  height: 50px;
  padding-left: 3px;
  font-size: 22px;
  color: #FFF;
  cursor: pointer;
}
.about .astrength .astrength-team .content {
  max-width: 1410px;
  margin: 0 auto;
  margin-top: 70px;
}
@media (max-width: 1470px) {
  .about .astrength .astrength-team .content {
    margin-top: 50px;
  }
}
@media (max-width: 1400px) {
  .about .astrength .astrength-team .content {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .about .astrength .astrength-team .content {
    margin-top: 25px;
  }
}
.about .astrength .astrength-team .content img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  background: transparent;
}
.about .astrength .astrength-certy {
  background: url(../img/inbrand-bg1.png) no-repeat bottom right;
  background-size: 22%;
  background-color: #F5F5EA;
}
.about .astrength .astrength-certy .content {
  padding: 70px 0;
  padding-bottom: 120px;
  position: relative;
}
@media (max-width: 1470px) {
  .about .astrength .astrength-certy .content {
    padding: 50px 0;
    padding-bottom: 90px;
  }
}
@media (max-width: 1199px) {
  .about .astrength .astrength-certy .content {
    padding: 40px 0;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .about .astrength .astrength-certy .content {
    padding: 30px 0;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .about .astrength .astrength-certy .content {
    padding-bottom: 0;
  }
}
.about .astrength .astrength-certy .content .prev-next {
  position: absolute;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
}
.about .astrength .astrength-certy .content .asrcerty-slick {
  margin: 0 -15px;
}
@media (max-width: 1199px) {
  .about .astrength .astrength-certy .content .asrcerty-slick {
    margin: 0 -8px;
  }
}
.about .astrength .astrength-certy .content .asrcerty-slick .item-box {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .about .astrength .astrength-certy .content .asrcerty-slick .item-box {
    padding: 0 8px;
  }
}
.about .astrength .astrength-certy .content .asrcerty-slick .item-box .item {
  cursor: pointer;
}
.about .astrength .astrength-certy .content .asrcerty-slick .item-box .item .cont-img {
  border-radius: 16px;
  background: #FCFCF5;
  padding: 50px 40px;
}
@media (max-width: 1440px) {
  .about .astrength .astrength-certy .content .asrcerty-slick .item-box .item .cont-img {
    padding: 30px 20px;
  }
}
@media (max-width: 1199px) {
  .about .astrength .astrength-certy .content .asrcerty-slick .item-box .item .cont-img {
    padding: 20px 10px;
  }
}
.about .astrength .astrength-certy .content .asrcerty-slick .item-box .item .img-box {
  padding-bottom: calc(300 / 230 * 100%);
}
.about .astrength .astrength-certy .content .asrcerty-slick .item-box .item .tit {
  margin-top: 26px;
  color: #222;
  text-align: center;
  font-size: 20px;
  line-height: 126%;
}
@media (max-width: 1400px) {
  .about .astrength .astrength-certy .content .asrcerty-slick .item-box .item .tit {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .about .astrength .astrength-certy .content .asrcerty-slick .item-box .item .tit {
    margin-top: 10px;
  }
}
@media (max-width: 1400px) {
  .about .astrength .astrength-certy .content .asrcerty-slick .item-box .item .tit {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .about .astrength .astrength-certy .content .asrcerty-slick .item-box .item .tit {
    font-size: 16px;
  }
}
.about .ahonor .ahonor-item:nth-child(even) {
  background: url(../img/inbrand-bg1.png) no-repeat bottom right;
  background-size: 22%;
  background-color: #F5F5EA;
}
.about .ahonor .ahonor-item:nth-child(even) .box {
  flex-direction: row-reverse;
}
.about .ahonor .ahonor-item .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .about .ahonor .ahonor-item .box {
    flex-wrap: wrap;
  }
}
.about .ahonor .ahonor-item .box .ahonor-left {
  width: 45%;
}
@media (max-width: 991px) {
  .about .ahonor .ahonor-item .box .ahonor-left {
    width: 100%;
  }
}
.about .ahonor .ahonor-item .box .ahonor-left .index-title .laybel {
  justify-content: flex-start;
}
.about .ahonor .ahonor-item .box .ahonor-left .index-title h2 {
  text-align: left;
}
.about .ahonor .ahonor-item .box .ahonor-left .index-title p {
  text-align: left;
}
.about .ahonor .ahonor-item .box .ahonor-right {
  width: 50%;
}
@media (max-width: 991px) {
  .about .ahonor .ahonor-item .box .ahonor-right {
    width: 100%;
    margin-top: 20px;
  }
}
.about .ahonor .ahonor-item .box .ahonor-right .img-box {
  padding-bottom: calc(510 / 810 * 100%);
  border-radius: 16px;
}
.about .abvision .indexsub {
  padding: 0 !important;
}
.about .abvision .indexsub .index-title {
  width: 68%;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .about .abvision .indexsub .index-title {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .about .abvision .indexsub .index-title {
    width: 100%;
  }
}
.product-nav {
  padding: 10px 0;
  background: #F5F5EA;
}
.product-nav .box {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .product-nav .box {
    flex-wrap: wrap;
  }
}
.product-nav .box .iconfont {
  color: #222222;
  margin-right: 10px;
  line-height: 1;
  font-size: 20px;
}
.product-nav .box a {
  color: #222;
  text-align: right;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  transition: all 0.5s;
}
.product-nav .box a:hover {
  color: #004041;
}
@media (max-width: 767px) {
  .product-nav .box a {
    font-size: 14px;
  }
}
.product-nav .box span {
  display: inline-block;
  margin: 0 5px;
  color: #222;
  text-align: right;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
.product {
  background: #FCFCF5;
}
@media (max-width: 1199px) {
  .product {
    overflow: hidden;
  }
}
.product .top {
  padding-bottom: 70px;
  border-bottom: 1px solid #358C67;
}
@media (max-width: 1470px) {
  .product .top {
    padding-bottom: 50px;
  }
}
@media (max-width: 1400px) {
  .product .top {
    padding-bottom: 30px;
  }
}
@media (max-width: 1199px) {
  .product .top {
    padding-bottom: 20px;
  }
}
.product .top .index-title {
  width: 70%;
}
@media (max-width: 1400px) {
  .product .top .index-title {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .product .top .index-title {
    width: 100%;
  }
}
.product .top .index-title .laybel {
  justify-content: flex-start;
}
.product .top .index-title h2 {
  text-align: left;
}
.product .top .index-title p {
  text-align: left;
  width: 70%;
}
@media (max-width: 1400px) {
  .product .top .index-title p {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .product .top .index-title p {
    width: 100%;
  }
}
.product .popular {
  padding-top: 70px;
}
@media (max-width: 1470px) {
  .product .popular {
    padding-top: 50px;
  }
}
@media (max-width: 1400px) {
  .product .popular {
    padding-top: 30px;
  }
}
.product .popular .top-nav {
  display: flex;
  display: none;
}
@media (max-width: 1199px) {
  .product .popular .top-nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .product .popular .top-nav {
    font-size: 14px;
  }
}
.product .popular .top-nav li {
  display: block;
  padding: 10px;
}
@media (max-width: 991px) {
  .product .popular .top-nav li {
    width: 50%;
    padding: 5px;
  }
}
@media (max-width: 767px) {
  .product .popular .top-nav li {
    display: inline-block;
    vertical-align: top;
    height: auto;
  }
}
.product .popular .top-nav .top-a {
  text-decoration: none;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  padding: 10px 6px;
  font-size: 16px;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  height: 100%;
}
@media (max-width: 991px) {
  .product .popular .top-nav .top-a {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .product .popular .top-nav .top-a {
    font-size: 14px;
  }
}
.product .popular .top-nav .top-a:hover {
  color: white;
  background-color: #004041;
}
.product .popular .popular-box {
  flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-left {
    display: none;
  }
}
.product .popular .popular-box .popular-left .left-ul {
  position: sticky;
  top: 160px;
  overflow: hidden;
  width: 390px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-left .left-ul {
    width: 310px;
  }
}
.product .popular .popular-box .popular-left .ul-li {
  display: block;
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid #358C67;
}
.product .popular .popular-box .popular-left .ul-li:first-child {
  margin-top: 0;
  padding-top: 0;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-left .ul-li {
    padding: 20px 0;
  }
}
.product .popular .popular-box .popular-left .ul-li p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.product .popular .popular-box .popular-left .ul-li p::after {
  font-family: 'iconfont' !important;
  content: '\e613';
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  transform: rotate(180deg);
}
.product .popular .popular-box .popular-left .ul-li p > a {
  color: #222;
  font-size: 20px;
  /* line-height: 100%; */
  overflow: hidden;
  transition: all 0.5s ease;
  align-items: center;
  position: relative;
  /* line-height: 1.3; */
}
.product .popular .popular-box .popular-left .ul-li p > a span {
  position: relative;
  z-index: 6;
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-left .ul-li p > a {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .product .popular .popular-box .popular-left .ul-li p > a {
    font-size: 16px;
  }
}
.product .popular .popular-box .popular-left .ul-li ul {
  list-style: none;
  display: none;
  padding-top: 30px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-left .ul-li ul {
    padding-top: 20px;
  }
}
.product .popular .popular-box .popular-left .ul-li ul li {
  display: block;
  margin-top: 20px;
}
.product .popular .popular-box .popular-left .ul-li ul li:first-child {
  margin-top: 0;
}
.product .popular .popular-box .popular-left .ul-li ul li:last-child {
  margin-bottom: 0;
}
.product .popular .popular-box .popular-left .ul-li ul li a {
  color: #808784;
  font-size: 16px;
  /* 16px */
  position: relative;
  transition: all 0.4s;
  overflow: hidden;
  display: flex;
  align-items: center;
}


.product .popular .popular-box .popular-left .ul-li ul li ul {
  padding-top: 10px;
}
.product .popular .popular-box .popular-left .ul-li ul li ul li {
  margin-top: 10px;
}
.product .popular .popular-box .popular-left .ul-li ul li ul li a {
  font-size: 15px;

}
.product .popular .popular-box .popular-left .ul-li ul li ul li a::before{
  content: '-';
  margin-right: 5px;
  color: #004041;
  font-size: 16px;
}
.product .popular .popular-box .popular-left .ul-li ul li ul li a:hover span{
  text-decoration: underline;
}
.product .popular .popular-box .popular-left .ul-li ul li a:hover {
  color: #004042;
}
.product .popular .popular-box .popular-left .ul-li.active p::after {
  color: #004041;
  transform: rotate(0deg);
}
.product .popular .popular-box .popular-left .ul-li.active p > a {
  color: #004042;
}
.product .popular .popular-box .popular-right {
  width: calc(100% - 390px - 30px);
  margin-left: auto;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right {
    width: calc(100% - 310px - 30px);
  }
}
@media (max-width: 1199px) {
  .product .popular .popular-box .popular-right {
    width: 100%;
    margin-top: 20px;
  }
}
.product .popular .popular-box .popular-right.product-right {
  overflow: hidden;
}
.product .popular .popular-box .popular-right.product-right .content .row-box {
  margin: -20px -15px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.product-right .content .row-box {
    margin: -15px -10px;
  }
}
.product .popular .popular-box .popular-right.product-right .content .row-box .col-box {
  padding: 20px 15px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.product-right .content .row-box .col-box {
    padding: 15px 10px;
  }
}
.product .popular .popular-box .popular-right.product-right .content .row-box .col-box .item {
  border-radius: 16px;
  background: #F5F5EA;
  height: 100%;
  overflow: hidden;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .col-box .item:hover .cont-img .img-box::after {
  background-color: #004041;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .col-box .item:hover .cont-img .img-box img {
  transform: scale(1.06);
}
.product .popular .popular-box .popular-right.product-right .content .row-box .col-box .item:hover .cont .tit a {
  color: #004041;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .col-box .item:hover .cont .more a {
  background-color: #004041;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .col-box .cont-img {
  background-color: #F5F5EA;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .col-box .cont-img .img-box::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #B1864F;
  transition: all 0.5s;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .col-box .cont {
  padding: 30px 20px;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .col-box .cont .tit {
  color: #222;
  font-size: 22px;
  line-height: 116%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .product .popular .popular-box .popular-right.product-right .content .row-box .col-box .cont .tit {
    font-size: 20px;
  }
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.product-right .content .row-box .col-box .cont .tit {
    font-size: 18px;
  }
}
.product .popular .popular-box .popular-right.product-right .content .row-box .col-box .cont .tit a {
  color: #222;
  transition: all 0.5s;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .col-box .cont .txt {
  margin-top: 10px;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .col-box .cont .txt p {
  color: #004041;
  font-family: "InterTight";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 116%;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .col-box .cont .more {
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .product .popular .popular-box .popular-right.product-right .content .row-box .col-box .cont .more {
    margin-top: 20px;
  }
}
.product .popular .popular-box .popular-right.product-right .content .row-box .col-box .cont .more a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 30px;
  border-radius: 6px;
  background-color: #B1864F;
  transition: all 0.5s;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .col-box .cont .more a span {
  color: #FFF;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  transition: all 0.5s;
  display: inline-flex;
  align-items: center;
}
.product .popular .popular-box .popular-right.product-right .content .row-box .col-box .cont .more a span::after {
  font-family: 'iconfont' !important;
  content: '\e629';
  margin-left: 6px;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.5s;
}
.detail-padding {
  padding: 90px 0;
}
@media (max-width: 1470px) {
  .detail-padding {
    padding: 70px 0;
  }
}
@media (max-width: 1400px) {
  .detail-padding {
    padding: 50px 0;
  }
}
@media (max-width: 1199px) {
  .detail-padding {
    padding: 40px 0;
  }
}
.productdetails {
  background: #FCFCF5;
}
@media (max-width: 1199px) {
  .productdetails {
    overflow: hidden;
  }
}
.productdetails .productdatails-top {
  padding: 100px 0;
}
@media (max-width: 1470px) {
  .productdetails .productdatails-top {
    padding: 70px 0;
  }
}
@media (max-width: 1400px) {
  .productdetails .productdatails-top {
    padding: 50px 0;
  }
}
@media (max-width: 1199px) {
  .productdetails .productdatails-top {
    padding: 30px 0 45px 0;
  }
}
.productdetails .productdatails-top .pouch-cont {
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .productdetails .productdatails-top .pouch-cont {
    flex-wrap: wrap;
  }
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-left {
  width: 49%;
  position: relative;
}
@media (max-width: 1199px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-left {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-left {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-left {
    padding: 00px;
  }
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
  margin: 0 -7px;
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .item {
  overflow: hidden;
  cursor: pointer;
  background-color: #F5F5EA;
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide {
  padding: 0 7px;
  overflow: hidden;
  margin-top: 14px;
  position: relative;
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide.slick-current .item {
  overflow: hidden;
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide.slick-current .item::before {
  position: absolute;
  top: 50%;
  border-radius: 10px;
  left: 0;
  content: '';
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
  width: calc(100% - 14px);
  height: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@keyframes videoan {
  0% {
    background-position: 50% 50%;
    transform: scale(1);
  }
  50% {
    background-position: 0% 0%;
    transform: scale(1.2);
  }
  100% {
    background-position: 50% 50%;
    transform: scale(1);
  }
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide .item-video::after {
  z-index: 9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100px;
  border: 6px solid rgba(0, 0, 0, 0.35);
  background: #004041;
  font-family: 'iconfont' !important;
  content: '\e61c';
  font-size: 20px;
  padding-left: 3px;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  cursor: pointer;
  transition: all 0.5s;
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .img-box {
  position: relative;
  overflow: hidden;
  padding-bottom: calc(100%);
  border-radius: 16px;
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .img-box img {
  width: 100%;
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal {
  overflow: hidden;
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .item {
  overflow: hidden;
  background-color: #F5F5EA;
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .img-box {
  overflow: hidden;
  padding-bottom: calc(100%);
  border-radius: 16px;
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .img-box img {
  width: 100%;
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-right {
  width: 49%;
}
@media (max-width: 1470px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right {
    padding-top: 20px;
  }
}
@media (max-width: 1199px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont-padding {
  border-bottom: 1px solid rgba(53, 140, 103, 0.3);
  padding: 40px 0;
}
@media (max-width: 1470px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont-padding {
    padding: 30px 0;
  }
}
@media (max-width: 1400px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont-padding {
    padding: 25px 0;
  }
}
@media (max-width: 1199px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont-padding {
    padding: 20px 0;
  }
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-right .title {
  padding-top: 0 !important;
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-right .title span {
  display: block;
  color: #004041;
  font-family: "InterTight";
  font-size: 14px;
  font-weight: 400;
  line-height: 116%;
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-right .title h2 {
  margin: 10px 0 20px 0;
  color: #222;
  font-size: 36px;
  line-height: 116%;
}
@media (max-width: 1400px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .title h2 {
    margin: 5px 0 10px 0;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .title h2 {
    font-size: 26px;
  }
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-right .title p {
  color: #808784;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 767px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .title p {
    font-size: 14px;
  }
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-right .c1-tit {
  color: #222;
  font-size: 20px;
  line-height: 130%;
}
@media (max-width: 1400px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .c1-tit {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .c1-tit {
    font-size: 16px;
  }
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 .c1-txt {
  margin-top: 20px;
}
@media (max-width: 1400px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 .c1-txt {
    margin-top: 10px;
  }
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 .c1-txt p {
  color: #808784;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
@media (max-width: 767px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont1 .c1-txt p {
    font-size: 14px;
  }
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 .c2-txt {
  margin-top: 20px;
}
@media (max-width: 1400px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 .c2-txt {
    margin-top: 10px;
  }
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 .c2-txt .row-box {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 10px 25px;
}
@media (max-width: 1199px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 .c2-txt .row-box {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 991px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 .c2-txt .row-box {
    grid-template-columns: repeat(3, 1fr);
  }
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 .c2-txt .row-box .col-box:nth-child(2) .icon span {
  background: linear-gradient(90deg, #39343A 0%, #6B6C71 100%);
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 .c2-txt .row-box .col-box:nth-child(3) .icon span {
  background: linear-gradient(90deg, #D4D1C6 0%, #D2CBB6 100%);
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 .c2-txt .row-box .col-box:nth-child(4) .icon span {
  background: linear-gradient(90deg, #555057 0%, #7A757C 100%);
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 .c2-txt .row-box .col-box:nth-child(5) .icon span {
  background: linear-gradient(90deg, #938584 0%, #877978 100%);
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 .c2-txt .row-box .col-box:nth-child(6) .icon span {
  background: linear-gradient(90deg, #5A4745 0%, #867B7B 100%);
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 .c2-txt .row-box .col-box:nth-child(7) .icon span {
  border: 1px solid #222;
  background: linear-gradient(90deg, #FFF 0%, #FFF 100%);
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 .c2-txt .row-box .col-box .icon {
  display: flex;
  justify-content: center;
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 .c2-txt .row-box .col-box .icon span {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: linear-gradient(90deg, #5E5F63 0%, #82888D 100%);
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 .c2-txt .row-box .col-box .c2-tit {
  margin-top: 12px;
  color: #808784;
  text-align: center;
  font-family: "InterTight";
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
}
@media (max-width: 1400px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont2 .c2-txt .row-box .col-box .c2-tit {
    margin-top: 10px;
  }
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont3 {
  border-bottom: none;
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont3 .share {
  justify-content: space-between;
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont4 {
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont4 {
    margin-top: 10px;
  }
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont4 a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 30px;
  margin-top: 16px;
  border-radius: 6px;
  background: #B1864F;
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont4 a:first-child {
  margin-top: 0;
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont4 a.nav-1 {
  border-radius: 8px;
  background-color: #004041;
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont4 a span {
  color: #FFF;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}
.productdetails .productdatails-top .pouch-cont .pouch-cont-right .cont4 a .iconfont {
  color: #FFF;
  font-size: 16px;
  line-height: 1;
  margin-left: 6px;
}
.productdetails .productdetails-nav {
  position: sticky;
  top: 125px;
  z-index: 99;
}
@media (max-width: 1400px) {
  .productdetails .productdetails-nav {
    top: 106px;
  }
}
@media (max-width: 1199px) {
  .productdetails .productdetails-nav {
    top: 62px;
  }
}
@media (max-width: 991px) {
  .productdetails .productdetails-nav {
    position: static;
  }
}
.productdetails .productdetails-nav ul {
  list-style: none;
  display: flex;
  border-top: 1px solid rgba(53, 140, 103, 0.3);
  border-bottom: 1px solid rgba(53, 140, 103, 0.3);
  padding: 20px 0;
  background: #FCFCF5;
}
@media (max-width: 1199px) {
  .productdetails .productdetails-nav ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .productdetails .productdetails-nav ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 20px;
  }
}
.productdetails .productdetails-nav ul li {
  border-right: 1px solid rgba(53, 140, 103, 0.3);
  width: calc(100% / 4);
  text-align: center;
}
.productdetails .productdetails-nav ul li:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  .productdetails .productdetails-nav ul li:last-child {
    border-right: 1px solid rgba(53, 140, 103, 0.3);
  }
}
@media (max-width: 767px) {
  .productdetails .productdetails-nav ul li {
    margin-right: 0;
    width: 100%;
  }
}
.productdetails .productdetails-nav ul li a {
  display: block;
  color: #222;
  font-size: 20px;
  line-height: 100%;
  /* 18px */
  text-align: center;
  transition: all 0.5s;
  position: relative;
}
@media (max-width: 1199px) {
  .productdetails .productdetails-nav ul li a {
    font-size: 16px;
  }
}
.productdetails .productdetails-nav ul li a:hover {
  color: #004042;
}
.productdetails .productdetails-nav ul li a.active {
  color: #004042;
}
@media (max-width: 767px) {
  .productdetails .productdetails-nav ul li a {
    font-size: 16px;
  }
}
.productdetails .detalscontbox h2 {
  color: #222;
  font-size: 36px;
  line-height: 116%;
}
@media (max-width: 1400px) {
  .productdetails .detalscontbox h2 {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .productdetails .detalscontbox h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .productdetails .detalscontbox h2 {
    font-size: 24px;
  }
}
.productdetails .detalscontbox .prols b,
.productdetails .detalscontbox .prols strong {
  display: block;
  margin: 40px 0 20px 0;
  color: #222;
  font-size: 20px;
  line-height: 130%;
  font-weight: 400;
}
@media (max-width: 1400px) {
  .productdetails .detalscontbox .prols b,
  .productdetails .detalscontbox .prols strong {
    margin: 30px 0 20px 0;
  }
}
@media (max-width: 991px) {
  .productdetails .detalscontbox .prols b,
  .productdetails .detalscontbox .prols strong {
    font-size: 18px;
  }
}
.productdetails .detalscontbox .prols table {
  width: 100%;
  max-width: 100%;
}
.productdetails .detalscontbox .prols table caption {
  caption-side: top;
  border: 1px solid #358C67;
  background: #358C67;
  padding: 10px;
  text-align: center;
  color: #FFF;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}
.productdetails .detalscontbox .prols table tr td {
  width: calc(100% / 5);
  border: 1px solid #358C67;
  color: #222;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  padding: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .productdetails .detalscontbox .prols table tr td {
    font-size: 14px;
  }
}
.productdetails .detalscontbox .prols p {
  color: #808784;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
@media (max-width: 767px) {
  .productdetails .detalscontbox .prols p {
    font-size: 14px;
  }
}
.productdetails .detalscontbox .prols ul {
  list-style: none;
}
.productdetails .detalscontbox .prols ul li {
  color: #808784;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
@media (max-width: 767px) {
  .productdetails .detalscontbox .prols ul li {
    font-size: 14px;
  }
}
.productdetails .detalscontbox .prore {
  background: #F5F5EA;
}
.productdetails .detalscontbox .prore .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 991px) {
  .productdetails .detalscontbox .prore .top {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .productdetails .detalscontbox .prore .top h2 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.productdetails .detalscontbox .prore .top span {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  color: #004041;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
}
.productdetails .detalscontbox .prore .top span::after {
  font-family: 'iconfont' !important;
  content: "\e748";
  margin-left: 6px;
  color: #004041;
  font-size: 18px;
  font-weight: 400;
}
.productdetails .detalscontbox .prore .content1 {
  margin-top: 40px;
  display: none;
}
@media (max-width: 1199px) {
  .productdetails .detalscontbox .prore .content1 {
    margin-top: 20px;
  }
}
.productdetails .detalscontbox .prore .content1 .message {
  width: 100%;
  padding: 40px 30px;
  background: #FCFCF5;
}
@media (max-width: 991px) {
  .productdetails .detalscontbox .prore .content1 .message {
    padding: 20px 15px;
  }
}
.productdetails .detalscontbox .prore .content1 .message .formbox .row {
  list-style: none;
  margin: -8px;
}
.productdetails .detalscontbox .prore .content1 .message .formbox li {
  padding: 8px;
}
.productdetails .detalscontbox .prore .content1 .message .formbox .group {
  position: relative;
}
.productdetails .detalscontbox .prore .content1 .message .formbox .group input {
  border: none;
  width: 100%;
  border-radius: 8px;
  background: #F5F5EA;
  overflow: hidden;
  color: #808784;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  padding: 17px 20px;
  outline: none;
  transition: border-color 0.3s ease;
}
@media (max-width: 1199px) {
  .productdetails .detalscontbox .prore .content1 .message .formbox .group input {
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .productdetails .detalscontbox .prore .content1 .message .formbox .group input {
    font-size: 14px;
  }
}
.productdetails .detalscontbox .prore .content1 .message .formbox .group input::placeholder {
  color: #808784;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .productdetails .detalscontbox .prore .content1 .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}
.productdetails .detalscontbox .prore .content1 .message .formbox .group input:focus label {
  display: none;
}
.productdetails .detalscontbox .prore .content1 .message .formbox .group input:focus::placeholder {
  color: #ccc;
}
.productdetails .detalscontbox .prore .content1 .message .formbox .group textarea {
  border: none;
  width: 100%;
  border-radius: 8px;
  background: #F5F5EA;
  overflow: hidden;
  color: #808784;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
  padding: 20px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 250px;
}
@media (max-width: 1199px) {
  .productdetails .detalscontbox .prore .content1 .message .formbox .group textarea {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .productdetails .detalscontbox .prore .content1 .message .formbox .group textarea {
    font-size: 14px;
    height: 150px;
  }
}
.productdetails .detalscontbox .prore .content1 .message .formbox .group textarea::placeholder {
  color: #808784;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .productdetails .detalscontbox .prore .content1 .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}
.productdetails .detalscontbox .prore .content1 .message .formbox .group textarea:focus label {
  display: none;
}
.productdetails .detalscontbox .prore .content1 .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}
.productdetails .detalscontbox .prore .content1 .message .func {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .productdetails .detalscontbox .prore .content1 .message .func {
    margin-top: 20px;
  }
}
.productdetails .detalscontbox .prore .content1 .message .func .btndown {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  cursor: pointer;
}
.productdetails .detalscontbox .prore .content1 .message .func .btndown span::after {
  content: '\eb1f';
}
.productdetails .detalscontbox .prore .content1 .message .func button {
  border: none;
  transition: all 0.5s;
}
.productdetails .detalscontbox .prore .content2 {
  padding: 30px;
  margin-top: 16px;
  background: #FCFCF5;
}
.productdetails .detalscontbox .prore .content2 .c2-top {
  display: flex;
  align-items: center;
}
.productdetails .detalscontbox .prore .content2 .c2-top img {
  width: 56px;
  height: 56px;
  border-radius: 56px;
  margin-right: 16px;
}
.productdetails .detalscontbox .prore .content2 .c2-top span {
  color: #192619;
  font-size: 20px;
  line-height: 126%;
}
@media (max-width: 767px) {
  .productdetails .detalscontbox .prore .content2 .c2-top span {
    font-size: 18px;
  }
}
.productdetails .detalscontbox .prore .content2 .txt {
  margin-top: 16px;
}
.productdetails .detalscontbox .prore .content2 .txt p {
  color: #666;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 767px) {
  .productdetails .detalscontbox .prore .content2 .txt p {
    font-size: 14px;
  }
}
.productdetails .detalscontbox .inquiry {
  padding-bottom: 0;
}
.productdetails .detalscontbox .inquiry .message {
  width: 100%;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .productdetails .detalscontbox .inquiry .message {
    margin-top: 20px;
  }
}
.productdetails .detalscontbox .inquiry .message .formbox .now-title {
  margin-bottom: 16px;
}
.productdetails .detalscontbox .inquiry .message .formbox .now-title input {
  width: 100%;
  border-radius: 8px;
  background: #358C67;
  border: none;
  padding: 17px 20px;
  color: #F5F5EA;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
}
@media (max-width: 1400px) {
  .productdetails .detalscontbox .inquiry .message .formbox .now-title input {
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .productdetails .detalscontbox .inquiry .message .formbox .now-title input {
    padding: 8px 20px;
  }
}
@media (max-width: 767px) {
  .productdetails .detalscontbox .inquiry .message .formbox .now-title input {
    font-size: 16px;
  }
}
.productdetails .detalscontbox .inquiry .message .formbox .row {
  list-style: none;
  margin: -8px;
}
.productdetails .detalscontbox .inquiry .message .formbox li {
  padding: 8px;
}
.productdetails .detalscontbox .inquiry .message .formbox .group {
  position: relative;
}
.productdetails .detalscontbox .inquiry .message .formbox .group input {
  border: none;
  width: 100%;
  border-radius: 8px;
  background: #F5F5EA;
  overflow: hidden;
  color: #808784;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  padding: 17px 20px;
  outline: none;
  transition: border-color 0.3s ease;
}
@media (max-width: 1199px) {
  .productdetails .detalscontbox .inquiry .message .formbox .group input {
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .productdetails .detalscontbox .inquiry .message .formbox .group input {
    font-size: 14px;
  }
}
.productdetails .detalscontbox .inquiry .message .formbox .group input::placeholder {
  color: #808784;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .productdetails .detalscontbox .inquiry .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}
.productdetails .detalscontbox .inquiry .message .formbox .group input:focus label {
  display: none;
}
.productdetails .detalscontbox .inquiry .message .formbox .group input:focus::placeholder {
  color: #ccc;
}
.productdetails .detalscontbox .inquiry .message .formbox .group textarea {
  border: none;
  width: 100%;
  border-radius: 8px;
  background: #F5F5EA;
  overflow: hidden;
  color: #808784;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
  padding: 20px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 250px;
}
@media (max-width: 1199px) {
  .productdetails .detalscontbox .inquiry .message .formbox .group textarea {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .productdetails .detalscontbox .inquiry .message .formbox .group textarea {
    font-size: 14px;
    height: 150px;
  }
}
.productdetails .detalscontbox .inquiry .message .formbox .group textarea::placeholder {
  color: #808784;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .productdetails .detalscontbox .inquiry .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}
.productdetails .detalscontbox .inquiry .message .formbox .group textarea:focus label {
  display: none;
}
.productdetails .detalscontbox .inquiry .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}
.productdetails .detalscontbox .inquiry .message .func {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .productdetails .detalscontbox .inquiry .message .func {
    margin-top: 20px;
  }
}
.productdetails .detalscontbox .inquiry .message .func .btndown {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  cursor: pointer;
}
.productdetails .detalscontbox .inquiry .message .func .btndown span::after {
  content: '\eb1f';
}
.productdetails .detalscontbox .inquiry .message .func button {
  border: none;
  transition: all 0.5s;
}
.productdetails .detalscontbox .related .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .productdetails .detalscontbox .related .top {
    flex-wrap: wrap;
  }
}
@media (max-width: 991px) {
  .productdetails .detalscontbox .related .top h2 {
    margin-bottom: 20px;
    width: 100%;
  }
}
.productdetails .detalscontbox .related .cont {
  margin-top: 40px;
}
@media (max-width: 1400px) {
  .productdetails .detalscontbox .related .cont {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .productdetails .detalscontbox .related .cont {
    margin-top: 20px;
  }
}
.productdetails .detalscontbox .related .cont .inhot-slick {
  margin: 0 -15px;
}
@media (max-width: 1400px) {
  .productdetails .detalscontbox .related .cont .inhot-slick {
    margin: 0 -10px;
  }
}
.productdetails .detalscontbox .related .cont .inhot-slick .col-box {
  padding: 0 15px;
}
@media (max-width: 1400px) {
  .productdetails .detalscontbox .related .cont .inhot-slick .col-box {
    padding: 0 10px;
  }
}
.productdetails .detalscontbox .related .cont .inhot-slick .col-box .item {
  border-radius: 16px;
  background: #F5F5EA;
  padding: 20px;
  overflow: hidden;
}
.productdetails .detalscontbox .related .cont .inhot-slick .col-box .item:hover .cont-img .img-box::after {
  background-color: #004041;
}
.productdetails .detalscontbox .related .cont .inhot-slick .col-box .item:hover .cont-img .img-box img {
  transform: scale(1.06);
}
.productdetails .detalscontbox .related .cont .inhot-slick .col-box .item:hover .cont .tit a {
  color: #004041;
}
.productdetails .detalscontbox .related .cont .inhot-slick .col-box .item:hover .cont .more a {
  background-color: #004041;
}
.productdetails .detalscontbox .related .cont .inhot-slick .col-box .cont-img {
  background-color: #F5F5EA;
}
.productdetails .detalscontbox .related .cont .inhot-slick .col-box .cont-img .img-box::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #B1864F;
  transition: all 0.5s;
}
.productdetails .detalscontbox .related .cont .inhot-slick .col-box .cont {
  padding: 30px 0 0 0;
}
.productdetails .detalscontbox .related .cont .inhot-slick .col-box .cont .tit {
  color: #222;
  font-size: 18px;
  line-height: 116%;
  /* 20.88px */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.productdetails .detalscontbox .related .cont .inhot-slick .col-box .cont .tit a {
  color: #222;
  transition: all 0.5s;
}
.productdetails .detalscontbox .related .cont .inhot-slick .col-box .cont .txt {
  margin-top: 10px;
}
.productdetails .detalscontbox .related .cont .inhot-slick .col-box .cont .txt p {
  color: #004041;
  font-family: "InterTight";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 116%;
}
.productdetails .detalscontbox .related .cont .inhot-slick .col-box .cont .more {
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .productdetails .detalscontbox .related .cont .inhot-slick .col-box .cont .more {
    margin-top: 20px;
  }
}
.productdetails .detalscontbox .related .cont .inhot-slick .col-box .cont .more a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 30px;
  border-radius: 6px;
  background-color: #B1864F;
  transition: all 0.5s;
}
.productdetails .detalscontbox .related .cont .inhot-slick .col-box .cont .more a span {
  color: #FFF;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 600;
  line-height: 100%;
  transition: all 0.5s;
  display: inline-flex;
  align-items: center;
}
.productdetails .detalscontbox .related .cont .inhot-slick .col-box .cont .more a span::after {
  font-family: 'iconfont' !important;
  content: '\e629';
  margin-left: 6px;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  transition: all 0.5s;
}
.case {
  background: #FCFCF5;
}
.case .content {
  margin-top: 70px;
}
@media (max-width: 1470px) {
  .case .content {
    margin-top: 50px;
  }
}
@media (max-width: 1400px) {
  .case .content {
    margin-top: 30px;
  }
}
.case .content .row-box {
  margin: -25px -36px;
}
@media (max-width: 1470px) {
  .case .content .row-box {
    margin: -20px -25px;
  }
}
@media (max-width: 1199px) {
  .case .content .row-box {
    margin: -15px -20px;
  }
}
.case .content .row-box .col-box {
  padding: 25px 36px;
}
@media (max-width: 1470px) {
  .case .content .row-box .col-box {
    padding: 20px 25px;
  }
}
@media (max-width: 1199px) {
  .case .content .row-box .col-box {
    padding: 15px 20px;
  }
}
.case .content .row-box .col-box .item .cont-img .img-box {
  padding-bottom: calc(310 / 500 * 100%);
  border-radius: 16px;
}
.case .content .row-box .col-box .item .cont .tit {
  margin: 30px 0 10px 0;
  color: #222;
  font-size: 24px;
  line-height: 126%;
}
@media (max-width: 1400px) {
  .case .content .row-box .col-box .item .cont .tit {
    margin: 20px 0 10px 0;
  }
}
@media (max-width: 1400px) {
  .case .content .row-box .col-box .item .cont .tit {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  .case .content .row-box .col-box .item .cont .tit {
    font-size: 19px;
  }
}
@media (max-width: 767px) {
  .case .content .row-box .col-box .item .cont .tit {
    font-size: 18px;
  }
}
.case .content .row-box .col-box .item .cont .tit a {
  color: #222;
  transition: all 0.5s;
}
.case .content .row-box .col-box .item .cont .txt p {
  color: #808784;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
@media (max-width: 767px) {
  .case .content .row-box .col-box .item .cont .txt p {
    font-size: 14px;
  }
}
.case .content .pagination {
  justify-content: center;
}
.advant {
  background: #FCFCF5;
  padding-bottom: 0 !important;
}
.advant .advant-b1 .advantb1-item:nth-of-type(odd) {
  background: url(../img/inbrand-bg1.png) no-repeat right bottom;
  background-size: 22%;
  background-color: #F5F5EA;
}
.advant .advant-b1 .advantb1-item:nth-of-type(odd) .box {
  flex-direction: row-reverse;
}
.advant .advant-b1 .advantb1-item .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .advant .advant-b1 .advantb1-item .box {
    flex-wrap: wrap;
  }
}
.advant .advant-b1 .advantb1-item .left {
  width: 49%;
}
@media (max-width: 991px) {
  .advant .advant-b1 .advantb1-item .left {
    width: 100%;
  }
}
.advant .advant-b1 .advantb1-item .left .cont-img .img-box {
  padding-bottom: calc(506 / 810 * 100%);
  border-radius: 16px;
}
.advant .advant-b1 .advantb1-item .right {
  width: 46%;
}
@media (max-width: 991px) {
  .advant .advant-b1 .advantb1-item .right {
    width: 100%;
    margin-top: 20px;
  }
}
.advant .advant-b1 .advantb1-item .right .top .t-tit {
  color: #222;
  font-size: 36px;
  line-height: 136%;
}
@media (max-width: 1400px) {
  .advant .advant-b1 .advantb1-item .right .top .t-tit {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .advant .advant-b1 .advantb1-item .right .top .t-tit {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .advant .advant-b1 .advantb1-item .right .top .t-tit {
    font-size: 24px;
    line-height: 1.2;
  }
}
.advant .advant-b1 .advantb1-item .right .top .t-text {
  margin-top: 12px;
}
@media (max-width: 1199px) {
  .advant .advant-b1 .advantb1-item .right .top .t-text {
    margin-top: 10px;
  }
}
.advant .advant-b1 .advantb1-item .right .top .t-text p {
  color: #808784;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
@media (max-width: 767px) {
  .advant .advant-b1 .advantb1-item .right .top .t-text p {
    font-size: 14px;
  }
}
.advant .advant-b1 .advantb1-item .right .contb1 {
  margin-top: 50px;
}
@media (max-width: 1470px) {
  .advant .advant-b1 .advantb1-item .right .contb1 {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .advant .advant-b1 .advantb1-item .right .contb1 {
    margin-top: 20px;
  }
}
.advant .advant-b1 .advantb1-item .right .contb1 .cont {
  display: flex;
  margin-top: 30px;
}
.advant .advant-b1 .advantb1-item .right .contb1 .cont:first-of-type {
  margin-top: 0;
}
@media (max-width: 1470px) {
  .advant .advant-b1 .advantb1-item .right .contb1 .cont {
    margin-top: 20px;
  }
}
@media (max-width: 1199px) {
  .advant .advant-b1 .advantb1-item .right .contb1 .cont {
    margin-top: 15px;
  }
}
.advant .advant-b1 .advantb1-item .right .contb1 .cont .icon {
  margin-right: 16px;
}
.advant .advant-b1 .advantb1-item .right .contb1 .cont .icon::before {
  font-family: 'iconfont' !important;
  content: "\e926";
  display: inline-flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background: #A98555;
  font-size: 20px;
  color: #FFF;
}
@media (max-width: 1400px) {
  .advant .advant-b1 .advantb1-item .right .contb1 .cont .icon::before {
    width: 25px;
    height: 25px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .advant .advant-b1 .advantb1-item .right .contb1 .cont .icon::before {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
}
.advant .advant-b1 .advantb1-item .right .contb1 .cont .c-cont .c-tit {
  color: #222;
  font-size: 20px;
  line-height: 126%;
}
@media (max-width: 1400px) {
  .advant .advant-b1 .advantb1-item .right .contb1 .cont .c-cont .c-tit {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .advant .advant-b1 .advantb1-item .right .contb1 .cont .c-cont .c-tit {
    font-size: 17px;
  }
}
.advant .advant-b1 .advantb1-item .right .contb1 .cont .c-cont .c-txt {
  margin-top: 10px;
}
.advant .advant-b1 .advantb1-item .right .contb1 .cont .c-cont .c-txt p {
  color: #808784;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 767px) {
  .advant .advant-b1 .advantb1-item .right .contb1 .cont .c-cont .c-txt p {
    font-size: 14px;
  }
}
.advant .advant-b2 .index-title h2 {
  width: 55%;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media (max-width: 1560px) {
  .advant .advant-b2 .index-title h2 {
    width: 70%;
  }
}
@media (max-width: 1400px) {
  .advant .advant-b2 .index-title h2 {
    margin-bottom: 10px;
    width: 82%;
  }
}
@media (max-width: 767px) {
  .advant .advant-b2 .index-title h2 {
    width: 100%;
  }
}
.advant .advant-b2 .index-title p {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .advant .advant-b2 .index-title p {
    width: 85%;
  }
}
@media (max-width: 767px) {
  .advant .advant-b2 .index-title p {
    width: 100%;
  }
}
.advant .advant-b2 .content .row-box {
  margin: 0 -15px;
}
@media (max-width: 991px) {
  .advant .advant-b2 .content .row-box {
    margin: 0 -10px;
  }
}
.advant .advant-b2 .content .row-box .col-box {
  padding: 0 15px;
  margin-top: 70px;
}
@media (max-width: 1470px) {
  .advant .advant-b2 .content .row-box .col-box {
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {
  .advant .advant-b2 .content .row-box .col-box {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .advant .advant-b2 .content .row-box .col-box {
    padding: 0 10px;
    margin-top: 25px;
  }
}
.advant .advant-b2 .content .row-box .col-box .item {
  padding: 40px 20px;
  border-radius: 16px;
  background: #F5F5EA;
  height: 100%;
}
@media (max-width: 991px) {
  .advant .advant-b2 .content .row-box .col-box .item {
    padding: 30px 20px;
  }
}
.advant .advant-b2 .content .row-box .col-box .item .number {
  text-align: center;
  font-size: 96px;
  line-height: 100%;
}
.advant .advant-b2 .content .row-box .col-box .item .number span {
  background: linear-gradient(90deg, rgba(0, 64, 66, 0.02) 0%, rgba(0, 64, 66, 0.08) 25%, rgba(0, 64, 66, 0.55) 50%, rgba(0, 64, 66, 0.08) 75%, rgba(0, 64, 66, 0.02) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1680px) {
  .advant .advant-b2 .content .row-box .col-box .item .number {
    font-size: 86px;
  }
}
@media (max-width: 1400px) {
  .advant .advant-b2 .content .row-box .col-box .item .number {
    font-size: 80px;
  }
}
@media (max-width: 991px) {
  .advant .advant-b2 .content .row-box .col-box .item .number {
    font-size: 66px;
  }
}
.advant .advant-b2 .content .row-box .col-box .item .tit {
  margin: 16px 0;
  color: #222;
  text-align: center;
  font-size: 20px;
  line-height: 126%;
}
@media (max-width: 1680px) {
  .advant .advant-b2 .content .row-box .col-box .item .tit {
    font-size: 18px;
  }
}
@media (max-width: 1400px) {
  .advant .advant-b2 .content .row-box .col-box .item .tit {
    margin: 12px 0;
  }
}
@media (max-width: 1199px) {
  .advant .advant-b2 .content .row-box .col-box .item .tit {
    margin: 10px 0;
  }
}
.advant .advant-b2 .content .row-box .col-box .item .txt p {
  color: #808784;
  text-align: center;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}
@media (max-width: 767px) {
  .advant .advant-b2 .content .row-box .col-box .item .txt p {
    font-size: 14px;
  }
}
.news {
  background: #FCFCF5;
}
.news .contbox {
  margin-top: 70px;
}
@media (max-width: 1470px) {
  .news .contbox {
    margin-top: 50px;
  }
}
@media (max-width: 1199px) {
  .news .contbox {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .news .contbox {
    margin-top: 25px;
  }
}
.news .contbox .list {
  display: flex;
  justify-content: space-between;
  border-radius: 16px;
  background: #FCFCF5;
  padding: 20px 70px 20px 20px;
  box-shadow: 0 4px 16px 0 rgba(0, 64, 65, 0.15);
  margin-top: 50px;
}
.news .contbox .list:first-child {
  margin-top: 0;
}
@media (max-width: 1400px) {
  .news .contbox .list {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .news .contbox .list {
    flex-wrap: wrap;
    padding: 20px;
  }
}
.news .contbox .list:hover .left .img-box img {
  transform: scale(1.06);
}
.news .contbox .list:hover .right .tit a {
  color: #004041;
}
.news .contbox .list .left {
  width: 33.2%;
}
@media (max-width: 991px) {
  .news .contbox .list .left {
    width: 100%;
  }
}
.news .contbox .list .left .cont-img .img-box {
  padding-bottom: calc(320 / 510 * 100%);
  border-radius: 16px;
}
.news .contbox .list .right {
  width: 64%;
  padding-top: 20px;
}
@media (max-width: 1400px) {
  .news .contbox .list .right {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .news .contbox .list .right {
    width: 100%;
    margin-top: 20px;
  }
}
.news .contbox .list .right .tit {
  overflow: hidden;
  color: #222;
  text-overflow: ellipsis;
  font-size: 24px;
  line-height: 126%;
  display: -webkit-box;
  max-width: 659px;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 30.24px */
}
@media (max-width: 1400px) {
  .news .contbox .list .right .tit {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .news .contbox .list .right .tit {
    font-size: 18px;
  }
}
.news .contbox .list .right .tit a {
  color: #222;
  transition: all 0.5s;
}
.news .contbox .list .right .txt {
  margin-top: 20px;
}
@media (max-width: 1400px) {
  .news .contbox .list .right .txt {
    margin-top: 10px;
  }
}
.news .contbox .list .right .txt p {
  overflow: hidden;
  color: #808784;
  text-overflow: ellipsis;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media (max-width: 767px) {
  .news .contbox .list .right .txt p {
    font-size: 14px;
  }
}
.news .contbox .list .right .date {
  margin-top: 50px;
}
@media (max-width: 1400px) {
  .news .contbox .list .right .date {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .news .contbox .list .right .date {
    margin-top: 20px;
  }
}
.news .contbox .list .right .date span {
  display: inline-flex;
  align-items: center;
  color: #004041;
  font-family: "InterTight";
  font-size: 14px;
  font-weight: 500;
  line-height: 100%;
  transition: all 0.5s;
}
.news .contbox .list .right .date span::before {
  font-family: 'iconfont' !important;
  content: "\e610";
  margin-right: 12px;
  font-size: 16px;
  color: #004041;
  line-height: 1;
}
.news .pagination {
  justify-content: center;
}
.contact {
  background: url(../img/inbrand-bg1.png) bottom right no-repeat;
  background-size: 22%;
  background-color: #FCFCF5;
  padding: 120px 0 150px 0;
}
@media (max-width: 1470px) {
  .contact {
    padding: 80px 0 100px 0;
  }
}
@media (max-width: 1400px) {
  .contact {
    padding: 60px 0 70px 0;
  }
}
@media (max-width: 1199px) {
  .contact {
    padding: 40px 0 50px 0;
  }
}
.contact .contact-b1 .content {
  margin-top: 50px;
}
@media (max-width: 1400px) {
  .contact .contact-b1 .content {
    margin-top: 30px;
  }
}
.contact .contact-b1 .content .row-box {
  border-bottom: 1px solid rgba(53, 140, 103, 0.3);
  overflow: hidden;
}
.contact .contact-b1 .content .row-box .col-box {
  position: relative;
  padding: 26px 0;
  border-top: 1px solid rgba(53, 140, 103, 0.3);
}
.contact .contact-b1 .content .row-box .col-box::after {
  content: '';
  position: absolute;
  right: -2px;
  top: 50%;
  width: 1px;
  height: 20px;
  background: rgba(53, 140, 103, 0.3);
  transform: translateY(-50%);
}
@media (max-width: 1400px) {
  .contact .contact-b1 .content .row-box .col-box {
    padding: 20px 0;
  }
}
.contact .contact-b1 .content .row-box .col-box .item:hover .lay {
  color: #004041;
}
.contact .contact-b1 .content .row-box .col-box .item .lay {
  text-align: center;
  color: #222222;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 6px;
  transition: all 0.5s;
}
.contact .contact-b1 .content .row-box .col-box .item p {
  color: #667380;
  text-align: center;
  font-family: "InterTight";
  font-size: 22px;
  font-weight: 400;
  line-height: 160%;
  /* 35.2px */
}
@media (max-width: 1400px) {
  .contact .contact-b1 .content .row-box .col-box .item p {
    font-size: 20px;
  }
}
.contact .contact-b1 .content .row-box .col-box .item p a {
  color: #667380;
  transition: all 0.5s;
}
.contact .contact-b2 .title {
  width: 48%;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  .contact .contact-b2 .title {
    width: 62%;
  }
}
@media (max-width: 991px) {
  .contact .contact-b2 .title {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .contact .contact-b2 .title {
    width: 100%;
  }
}
.contact .contact-b2 .title span {
  display: block;
  margin-bottom: 12px;
  text-align: center;
  color: #222;
  font-size: 16px;
  line-height: 100%;
}
@media (max-width: 767px) {
  .contact .contact-b2 .title span {
    font-size: 14px;
  }
}
.contact .contact-b2 .title p {
  color: #667380;
  text-align: center;
  font-family: "InterTight";
  font-size: 22px;
  font-weight: 400;
  line-height: 160%;
  /* 35.2px */
}
@media (max-width: 1470px) {
  .contact .contact-b2 .title p {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .contact .contact-b2 .title p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .contact .contact-b2 .title p {
    font-size: 16px;
  }
}
.contact .contact-b2 .c-map {
  padding: 0 2%;
  margin-top: 50px;
}
@media (max-width: 1400px) {
  .contact .contact-b2 .c-map {
    margin-top: 30px;
  }
}
.contact .contact-b2 .c-map img {
  width: 100%;
  height: auto;
  background: transparent;
  border-radius: 16px;
}
.contact .contact-b3 .title {
  color: #222;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  line-height: 136%;
}
@media (max-width: 1400px) {
  .contact .contact-b3 .title {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .contact .contact-b3 .title {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .contact .contact-b3 .title {
    font-size: 20px;
  }
}
.contact .contact-b3 .message {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  margin-top: 56px;
}
@media (max-width: 1400px) {
  .contact .contact-b3 .message {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .contact .contact-b3 .message {
    margin-top: 20px;
  }
}
.contact .contact-b3 .message .formbox .now-title {
  margin-bottom: 16px;
}
.contact .contact-b3 .message .formbox .now-title input {
  width: 100%;
  border-radius: 8px;
  background: #358C67;
  border: none;
  padding: 17px 20px;
  color: #F5F5EA;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
}
@media (max-width: 1400px) {
  .contact .contact-b3 .message .formbox .now-title input {
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .contact .contact-b3 .message .formbox .now-title input {
    padding: 8px 20px;
  }
}
@media (max-width: 767px) {
  .contact .contact-b3 .message .formbox .now-title input {
    font-size: 16px;
  }
}
.contact .contact-b3 .message .formbox .row {
  list-style: none;
  margin: -8px;
}
.contact .contact-b3 .message .formbox li {
  padding: 8px;
}
.contact .contact-b3 .message .formbox .group {
  position: relative;
}
.contact .contact-b3 .message .formbox .group input {
  border: none;
  width: 100%;
  border-radius: 8px;
  background: #F5F5EA;
  overflow: hidden;
  color: #808784;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  padding: 17px 20px;
  outline: none;
  transition: border-color 0.3s ease;
}
@media (max-width: 1199px) {
  .contact .contact-b3 .message .formbox .group input {
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .contact .contact-b3 .message .formbox .group input {
    font-size: 14px;
  }
}
.contact .contact-b3 .message .formbox .group input::placeholder {
  color: #808784;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .contact .contact-b3 .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}
.contact .contact-b3 .message .formbox .group input:focus label {
  display: none;
}
.contact .contact-b3 .message .formbox .group input:focus::placeholder {
  color: #ccc;
}
.contact .contact-b3 .message .formbox .group textarea {
  border: none;
  width: 100%;
  border-radius: 8px;
  background: #F5F5EA;
  overflow: hidden;
  color: #808784;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
  padding: 20px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 250px;
}
@media (max-width: 1199px) {
  .contact .contact-b3 .message .formbox .group textarea {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .contact .contact-b3 .message .formbox .group textarea {
    font-size: 14px;
    height: 150px;
  }
}
.contact .contact-b3 .message .formbox .group textarea::placeholder {
  color: #808784;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .contact .contact-b3 .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}
.contact .contact-b3 .message .formbox .group textarea:focus label {
  display: none;
}
.contact .contact-b3 .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}
.contact .contact-b3 .message .func {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .contact .contact-b3 .message .func {
    margin-top: 20px;
  }
}
.contact .contact-b3 .message .func .btndown {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  cursor: pointer;
}
.contact .contact-b3 .message .func .btndown span::after {
  content: '\eb1f';
}
.contact .contact-b3 .message .func button {
  border: none;
  transition: all 0.5s;
}
.popbox {
  display: none;
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
}
.popbox .contbox {
  position: fixed;
  top: 15%;
  width: 90%;
  max-width: 1650px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .popbox .contbox {
    top: 12%;
  }
}
@media (max-width: 767px) {
  .popbox .contbox {
    width: 90%;
    top: 15%;
  }
}
.popbox .contbox .contact-message {
  position: relative;
  z-index: 25;
}
.popbox .contbox .contact-message .box {
  position: relative;
}
@media (max-width: 991px) {
  .popbox .contbox .contact-message .box {
    flex-wrap: wrap;
  }
}
.popbox .contbox .contact-message .box .right {
  border-radius: 16px;
  background: #FCFCF5;
  backdrop-filter: blur(2px);
  padding: 70px 20px;
  max-height: 80vh;
  overflow-y: auto;
}
@media (max-width: 1400px) {
  .popbox .contbox .contact-message .box .right {
    padding: 30px 20px;
  }
}
.popbox .contbox .contact-message .box .right .index-title {
  width: 55%;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .popbox .contbox .contact-message .box .right .index-title {
    width: 65%;
  }
}
@media (max-width: 1199px) {
  .popbox .contbox .contact-message .box .right .index-title {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .popbox .contbox .contact-message .box .right .index-title {
    width: 100%;
  }
}
.popbox .contbox .contact-message .box .right .message {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  margin-top: 56px;
}
@media (max-width: 1400px) {
  .popbox .contbox .contact-message .box .right .message {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .popbox .contbox .contact-message .box .right .message {
    margin-top: 20px;
  }
}
.popbox .contbox .contact-message .box .right .message .formbox .now-title {
  margin-bottom: 16px;
}
.popbox .contbox .contact-message .box .right .message .formbox .now-title input {
  width: 100%;
  border-radius: 8px;
  background: #358C67;
  border: none;
  padding: 17px 20px;
  color: #F5F5EA;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
}
@media (max-width: 1400px) {
  .popbox .contbox .contact-message .box .right .message .formbox .now-title input {
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .popbox .contbox .contact-message .box .right .message .formbox .now-title input {
    padding: 8px 20px;
  }
}
@media (max-width: 767px) {
  .popbox .contbox .contact-message .box .right .message .formbox .now-title input {
    font-size: 16px;
  }
}
.popbox .contbox .contact-message .box .right .message .formbox .row {
  list-style: none;
  margin: -8px;
}
.popbox .contbox .contact-message .box .right .message .formbox li {
  padding: 8px;
}
.popbox .contbox .contact-message .box .right .message .formbox .group {
  position: relative;
}
.popbox .contbox .contact-message .box .right .message .formbox .group input {
  border: none;
  width: 100%;
  border-radius: 8px;
  background: #F5F5EA;
  overflow: hidden;
  color: #808784;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  padding: 17px 20px;
  outline: none;
  transition: border-color 0.3s ease;
}
@media (max-width: 1199px) {
  .popbox .contbox .contact-message .box .right .message .formbox .group input {
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .popbox .contbox .contact-message .box .right .message .formbox .group input {
    font-size: 14px;
  }
}
.popbox .contbox .contact-message .box .right .message .formbox .group input::placeholder {
  color: #808784;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .popbox .contbox .contact-message .box .right .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}
.popbox .contbox .contact-message .box .right .message .formbox .group input:focus label {
  display: none;
}
.popbox .contbox .contact-message .box .right .message .formbox .group input:focus::placeholder {
  color: #ccc;
}
.popbox .contbox .contact-message .box .right .message .formbox .group textarea {
  border: none;
  width: 100%;
  border-radius: 8px;
  background: #F5F5EA;
  overflow: hidden;
  color: #808784;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
  padding: 20px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 250px;
}
@media (max-width: 1199px) {
  .popbox .contbox .contact-message .box .right .message .formbox .group textarea {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .popbox .contbox .contact-message .box .right .message .formbox .group textarea {
    font-size: 14px;
    height: 150px;
  }
}
.popbox .contbox .contact-message .box .right .message .formbox .group textarea::placeholder {
  color: #808784;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .popbox .contbox .contact-message .box .right .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}
.popbox .contbox .contact-message .box .right .message .formbox .group textarea:focus label {
  display: none;
}
.popbox .contbox .contact-message .box .right .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}
.popbox .contbox .contact-message .box .right .message .func {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .popbox .contbox .contact-message .box .right .message .func {
    margin-top: 20px;
  }
}
.popbox .contbox .contact-message .box .right .message .func .btndown {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  cursor: pointer;
}
.popbox .contbox .contact-message .box .right .message .func .btndown span::after {
  content: '\eb1f';
}
.popbox .contbox .contact-message .box .right .message .func button {
  border: none;
  transition: all 0.5s;
}
.popbox .contbox .popnone {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 440;
  cursor: pointer;
}
.popbox .contbox .popnone .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #004041;
  cursor: pointer;
  font-size: 20px;
  color: #FFFFFF;
}
@media (max-width: 1400px) {
  .popbox .contbox .popnone .iconfont {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .popbox .contbox .popnone .iconfont {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .popbox .contbox .popnone .iconfont {
    width: 25px;
    height: 25px;
    font-size: 14px;
  }
}
.sitmap {
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .sitmap {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .sitmap {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .sitmap {
    margin-top: 0;
  }
}
.sitmap h2 {
  font-size: 45px;
  font-weight: 500;
  color: #358C67;
}
@media (max-width: 991px) {
  .sitmap h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  .sitmap h2 {
    font-size: 24px;
  }
}
.sitmap ul {
  list-style: none;
}
.sitmap ul li {
  margin-top: 20px;
}
.sitmap ul li:hover a {
  text-decoration: underline;
  color: white;
  background-color: #358C67;
}
.sitmap ul li:hover ul {
  margin-top: 20px;
}
.sitmap ul li:hover ul li a {
  color: #666;
  text-decoration: none;
  background-color: white;
}
.sitmap ul li:hover ul li ul li a {
  color: #ccc;
  text-decoration: none;
  background-color: white;
}
.sitmap ul li:hover .ul-block {
  opacity: 1;
  max-height: 100%;
  transition: opacity 0.3s ease, max-height 0.3s ease;
}
.sitmap ul li a {
  border: 1px solid #666;
  width: 260px;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 18px;
  transition: color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (max-width: 991px) {
  .sitmap ul li a {
    font-size: 16px;
  }
}
.sitmap ul li .ul-block {
  opacity: 1;
  max-height: 100%;
}
.sitmap ul li ul {
  margin-top: 20px;
  padding: 0;
  overflow: hidden;
}
.sitmap ul li ul li {
  margin: 0;
  padding: 0;
  border: none !important;
  margin-bottom: 10px;
}
.sitmap ul li ul li:hover a {
  color: #000;
  text-decoration: underline;
}
.sitmap ul li ul li a {
  font-size: 16px;
  line-height: 30px;
  display: block;
  padding: 0;
  text-transform: capitalize;
  color: #666;
  transition: color 0.3s ease;
  border: none;
}
@media (max-width: 991px) {
  .sitmap ul li ul li a {
    font-size: 14px;
  }
}
.sitmap ul li ul li ul {
  display: flex !important;
  flex-wrap: wrap;
  margin-top: 0px !important;
}
.sitmap ul li ul li ul li {
  border: none !important;
  margin-top: 10px;
  display: inline-block;
}
.sitmap ul li ul li ul li:hover a {
  color: #000;
  text-decoration: underline;
}
.sitmap ul li ul li ul li a {
  color: #358C67;
  font-size: 16px;
  display: block;
  padding: 0;
  transition: color 0.3s ease;
  padding-left: 10px;
  border: none;
}
.privalcy {
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .privalcy {
    padding: 60px 0;
  }
}
@media (max-width: 991px) {
  .privalcy {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .privalcy {
    margin-top: 0;
  }
}
.privalcy h2 {
  font-size: 45px;
  font-weight: bold;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  color: #333;
  font-weight: 500;
}
@media (max-width: 991px) {
  .privalcy h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .privalcy h2 {
    font-size: 24px;
  }
}
.privalcy .content p {
  margin-top: 20px;
  color: #666;
  font-size: 16px;
}
@media (max-width: 767px) {
  .privalcy .content p {
    font-size: 14px;
  }
}
nav {
  text-align: center;
}
a {
  text-decoration: none;
}
.pagination {
  display: flex;
  justify-content: flex-end;
  padding: 70px 0 0 0;
}
@media (max-width: 1400px) {
  .pagination {
    padding: 60px 0 0 0;
  }
}
@media (max-width: 1199px) {
  .pagination {
    padding: 40px 0 0 0;
  }
}
@media (max-width: 991px) {
  .pagination {
    padding: 30px 0 0 0;
  }
}
.pagination li {
  display: flex;
  align-items: center;
  margin: 0px 8px;
  vertical-align: top;
}
.pagination li.prev a:hover,
.pagination li.next a:hover {
  color: #FFF;
  background-color: #004041;
}
.pagination li.prev a:before,
.pagination li.next a:before {
  font-family: 'iconfont' !important;
  font-size: 18px;
  display: block;
  content: '\e614';
  color: #222222;
  text-align: center;
  transition: all 0.5s;
  font-weight: 400;
}
@media (max-width: 767px) {
  .pagination li.prev a:before,
  .pagination li.next a:before {
    font-size: 14px;
  }
}
.pagination li.prev a:hover:before,
.pagination li.next a:hover:before {
  color: #FFFFFF;
}
.pagination li.prev a:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  width: 48px;
  height: 48px;
  padding: 0;
  border-radius: 8px;
  border: 1px solid rgba(0, 64, 65, 0.35);
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(5px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .pagination li a {
    width: 35px;
    height: 35px;
  }
}
.pagination li a.have-more {
  color: #358C67 !important;
  background-color: transparent !important;
  width: auto !important;
  height: auto !important;
  line-height: auto !important;
}
.pagination li a span {
  border-radius: 0;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #fff !important;
  background-color: #004041;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  color: #fff !important;
  background-color: #004041;
}
.newsdetails {
  margin-top: 140px;
  overflow: hidden;
}
@media (max-width: 1400px) {
  .newsdetails {
    margin-top: 110px;
  }
}
@media (max-width: 1199px) {
  .newsdetails {
    margin-top: 80px;
  }
}
@media (max-width: 991px) {
  .newsdetails {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .newsdetails {
    padding-top: 0;
  }
}
.newsdetails .title h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 575px) {
  .newsdetails .title h2 {
    font-size: 20px;
  }
}
.newsdetails .title p {
  font-size: 16px;
  line-height: 24px;
  display: block;
  margin-top: 30px;
  color: #358C67;
}
@media (max-width: 767px) {
  .newsdetails .title p {
    margin-top: 10px;
  }
}
@media (max-width: 575px) {
  .newsdetails .title p {
    font-size: 16px;
  }
}
.newsdetails .cont {
  padding-bottom: 40px;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 767px) {
  .newsdetails .cont {
    margin-top: 0;
  }
}
.newsdetails .cont .table-box {
  overflow-x: auto;
}
.newsdetails .cont table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #000;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .newsdetails .cont table {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .newsdetails .cont table {
    margin-top: 10px;
  }
}
.newsdetails .cont table tr:first-child {
  background-color: #358C67;
}
.newsdetails .cont table tr:first-child td {
  color: #FFFFFF;
}
.newsdetails .cont table tr td {
  border: 1px solid #000;
  padding: 10px 15px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .newsdetails .cont table tr td {
    font-size: 14px;
  }
}
.newsdetails .cont ul {
  margin-top: 10px;
  list-style: none;
}
.newsdetails .cont ul li {
  list-style: disc !important;
  margin: 5px 0;
  margin-left: 15px;
}
.newsdetails .cont p {
  font-size: 16px;
  line-height: 1.875;
  margin: 0;
  color: #666;
}
@media (max-width: 575px) {
  .newsdetails .cont p {
    font-size: 14px;
  }
}
.newsdetails .auto-adjust-img.is-mobile img {
  max-width: 100% !important;
  height: auto !important;
  margin: 5px 0;
}
.newsdetails .auto-adjust-img p.contains-pictures {
  padding: 0;
  margin: 0 -5px !important;
  font-size: 0 !important;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .newsdetails .auto-adjust-img p.contains-pictures {
    white-space: nowrap;
  }
}
.newsdetails .auto-adjust-img p.contains-pictures > img {
  display: inline-block;
  margin: 5px;
}
.newsdetails .share {
  align-items: center;
  margin-top: 30px;
}
.newsdetails .share a {
  margin-left: 10px;
}
.newsdetails .relate-details {
  font-size: 0;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .newsdetails .relate-details {
    margin-top: 40px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .newsdetails .relate-details {
    margin-top: 0;
  }
}
.newsdetails .relate-details ul li {
  margin-top: 10px;
  list-style: none;
}
.newsdetails .relate-details a {
  color: #666;
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  display: -webkit-box;
  overflow: hidden;
  height: 36px;
  padding-left: 60px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  vertical-align: middle;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media (max-width: 767px) {
  .newsdetails .relate-details a {
    font-size: 14px;
  }
}
.newsdetails .relate-details a:before {
  font-family: 'iconfont' !important;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 36px;
  height: 36px;
  content: '\e614';
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #999;
}
.newsdetails .relate-details a:hover {
  color: #358C67;
}
.newsdetails .relate-details a:hover:before {
  color: #fff;
  background-color: #358C67;
}
.newsdetails .relate-details .prev a:before {
  content: '\e614';
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.now-bottom {
  padding: 40px 0 40px 0;
}
.now-bottom .now-title {
  margin-top: 20px;
}
.now-bottom .now-title h2 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 575px) {
  .now-bottom .now-title h2 {
    font-size: 20px;
  }
}
.now-bottom .now-title input {
  width: 100%;
  font-size: 18px;
  background-color: #358C67;
  border-radius: 10px;
  padding: 10px;
  color: white;
  border: none;
  font-family: 'Montserrat';
  font-weight: 400;
}
.now-bottom .contactus-right {
  background-color: #FFF;
  width: 100%;
  background-image: url();
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1470px) {
  .now-bottom .contactus-right {
    margin: 0 auto;
    margin-top: 30px;
  }
}
@media (max-width: 575px) {
  .now-bottom .contactus-right {
    margin-top: 0;
  }
}
.now-bottom .contactus-right .message {
  width: 100%;
}
.now-bottom .contactus-right .message .formbox .now-title {
  margin-bottom: 16px;
}
.now-bottom .contactus-right .message .formbox .now-title input {
  width: 100%;
  border-radius: 8px;
  background: #358C67;
  border: none;
  padding: 17px 20px;
  color: #F5F5EA;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
}
@media (max-width: 1400px) {
  .now-bottom .contactus-right .message .formbox .now-title input {
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .now-bottom .contactus-right .message .formbox .now-title input {
    padding: 8px 20px;
  }
}
@media (max-width: 767px) {
  .now-bottom .contactus-right .message .formbox .now-title input {
    font-size: 16px;
  }
}
.now-bottom .contactus-right .message .formbox .row {
  list-style: none;
  margin: -8px;
}
.now-bottom .contactus-right .message .formbox li {
  padding: 8px;
}
.now-bottom .contactus-right .message .formbox .group {
  position: relative;
}
.now-bottom .contactus-right .message .formbox .group input {
  border: none;
  width: 100%;
  border-radius: 8px;
  background: #F5F5EA;
  overflow: hidden;
  color: #808784;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  padding: 17px 20px;
  outline: none;
  transition: border-color 0.3s ease;
}
@media (max-width: 1199px) {
  .now-bottom .contactus-right .message .formbox .group input {
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .now-bottom .contactus-right .message .formbox .group input {
    font-size: 14px;
  }
}
.now-bottom .contactus-right .message .formbox .group input::placeholder {
  color: #808784;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .now-bottom .contactus-right .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}
.now-bottom .contactus-right .message .formbox .group input:focus label {
  display: none;
}
.now-bottom .contactus-right .message .formbox .group input:focus::placeholder {
  color: #ccc;
}
.now-bottom .contactus-right .message .formbox .group textarea {
  border: none;
  width: 100%;
  border-radius: 8px;
  background: #F5F5EA;
  overflow: hidden;
  color: #808784;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
  padding: 20px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 250px;
}
@media (max-width: 1199px) {
  .now-bottom .contactus-right .message .formbox .group textarea {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .now-bottom .contactus-right .message .formbox .group textarea {
    font-size: 14px;
    height: 150px;
  }
}
.now-bottom .contactus-right .message .formbox .group textarea::placeholder {
  color: #808784;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .now-bottom .contactus-right .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}
.now-bottom .contactus-right .message .formbox .group textarea:focus label {
  display: none;
}
.now-bottom .contactus-right .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}
.now-bottom .contactus-right .message .func {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .now-bottom .contactus-right .message .func {
    margin-top: 20px;
  }
}
.now-bottom .contactus-right .message .func .btndown {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  cursor: pointer;
}
.now-bottom .contactus-right .message .func .btndown span::after {
  content: '\eb1f';
}
.now-bottom .contactus-right .message .func button {
  border: none;
  transition: all 0.5s;
}
.inquiry-wrap {
  padding-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 1409px) {
  .inquiry-wrap {
    padding-bottom: 60px;
  }
}
@media (max-width: 991px) {
  .inquiry-wrap {
    padding-bottom: 40px;
  }
}
.inquiry-wrap a {
  color: #666;
  text-decoration: none;
}
.inquiry-wrap .size-list-box {
  padding-right: 15px;
}
.inquiry-wrap .size-list-box span {
  color: #fff;
  background-color: #358C67;
  border-color: #000;
}
.inquiry-wrap .inquiry-box .details-tit {
  padding-top: 5px;
}
.inquiry-wrap .iq-title,
.inquiry-wrap .list > li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  text-align: center;
  padding-left: 60px;
  padding-right: 45px;
}
.inquiry-wrap .iq-title {
  overflow: hidden;
  background-color: #358C67;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .inquiry-wrap .iq-title {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .inquiry-wrap .iq-title,
  .inquiry-wrap .list > li {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .iq-title,
  .inquiry-wrap .list > li {
    padding-left: 2%;
    padding-right: 0;
  }
}
.inquiry-wrap .iq-title .th {
  border: none;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
.inquiry-wrap .iq-title .th.qty-box {
  text-align: center;
}
.inquiry-wrap .iq-title .th.introduce-box {
  padding-left: 50px;
}
.inquiry-wrap .iq-title .th span {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) {
  .inquiry-wrap .iq-title .th.check-box label.replace:after {
    display: block;
  }
}
@media (max-width: 1199px) {
  .inquiry-wrap .iq-title .th.introduce-box {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .iq-title .th.introduce-box {
    width: -webkit-calc(30%);
    width: calc(100% - 70px);
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .iq-title .th.introduce-box {
    width: -webkit-calc(55%);
    width: calc(100% - 45px);
    padding-left: 0;
  }
}
.inquiry-wrap .iq-title .pic-box {
  text-align: center;
  padding: 11px 0;
}
@media (max-width: 767px) {
  .inquiry-wrap .iq-title .check-box {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .iq-title .del-box {
    opacity: 0;
    width: 30px;
  }
}
.inquiry-wrap .inquiry-box {
  width: 100%;
  border: none;
  font-size: 18px;
}
.inquiry-wrap .inquiry-box .details-tit {
  margin-top: 0;
}
@media (max-width: 991px) {
  .inquiry-wrap .inquiry-box {
    font-size: 16px;
  }
}
.inquiry-wrap .inquiry-box label {
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  margin-bottom: 0;
}
.inquiry-wrap .inquiry-box label:before {
  background-color: #e6e6e6;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .introduce-title {
    padding-left: 0px !important;
    text-align: center;
  }
}
.inquiry-wrap .inquiry-box .check-box {
  width: 70px;
  text-align: left;
}
@media (max-width: 576px) {
  .inquiry-wrap .inquiry-box .check-box {
    width: 100px;
  }
}
@media (max-width: 576px) and (max-width: 767px) {
  .inquiry-wrap .inquiry-box .check-box {
    width: 30px;
  }
}
.inquiry-wrap .inquiry-box .check-box .check-all {
  margin: 0;
}
.inquiry-wrap .inquiry-box .check-box .check-all > label {
  margin-right: 10px;
}
.inquiry-wrap .inquiry-box .check-box .check-all span {
  font-weight: normal;
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .check-box .check-all span {
    display: none;
  }
}
.inquiry-wrap .inquiry-box .check-box label.replace {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: #fff;
  width: 20px;
  height: 20px;
  line-height: 18px;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  position: relative;
  border: 1px solid #e3e3e3;
}
.inquiry-wrap .inquiry-box .check-box label.replace:after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-family: 'iconfont' !important;
  content: '\eaf1';
  opacity: 0;
  color: #000;
  font-size: 24px;
  line-height: 1;
  text-align: center;
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .check-box label.replace {
    margin-left: 5px;
    width: 16px;
    height: 16px;
    line-height: 14px;
  }
  .inquiry-wrap .inquiry-box .check-box label.replace:after {
    font-size: 20px;
  }
}
.inquiry-wrap .inquiry-box .check-box label.replace input {
  display: none;
}
.inquiry-wrap .inquiry-box .check-box label.change:after {
  opacity: 1;
}
.inquiry-wrap .inquiry-box .introduce-box {
  text-align: left;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
@media (min-width: 1200px) {
  .inquiry-wrap .inquiry-box .introduce-box img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .inquiry-wrap .inquiry-box .introduce-box:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    display: block;
  }
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 48%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 40%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: 200px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: -webkit-calc(-20%);
    width: calc(100% - 120px);
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .introduce-box {
    width: -webkit-calc(30%);
    width: calc(100% - 70px);
  }
}
.inquiry-wrap .inquiry-box .introduce-box .pic-box {
  width: 200px;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 2;
  border-radius: 3px;
}
@media (max-width: 1199px) {
  .inquiry-wrap .inquiry-box .introduce-box .pic-box {
    width: 150px;
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .introduce-box .pic-box {
    width: 90px;
  }
}
@media (min-width: 1200px) {
  .inquiry-wrap .inquiry-box .introduce-box .pic-box .pic img {
    -webkit-transition: transform 1.2s;
    -webkit-transition: -webkit-transform 1.2s;
    transition: -webkit-transform 1.2s;
    transition: transform 1.2s;
    transition: transform 1.2s, -webkit-transform 1.2s;
  }
  .inquiry-wrap .inquiry-box .introduce-box .pic-box .pic:hover img {
    -webkit-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07);
  }
}
.inquiry-wrap .inquiry-box .introduce-box .intro {
  -webkit-box-flex: 1;
  flex: 1 0 0%;
}
@media only screen and (min-width: 768px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .introduce-box .intro {
    padding-left: 5%;
  }
}
.inquiry-wrap .inquiry-box .introduce-box .name {
  margin: 0 0 5px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  height: auto;
  font-size: 1em;
}
.inquiry-wrap .inquiry-box .introduce-box .name a {
  text-decoration: none;
  color: #000;
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .introduce-box .name {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .introduce-box .name {
    font-size: 0.9em;
  }
}
.inquiry-wrap .inquiry-box .introduce-box .name:hover {
  text-decoration: underline;
}
.inquiry-wrap .inquiry-box .introduce-box .name ~ span {
  color: #999;
  margin-left: 15px;
}
.inquiry-wrap .inquiry-box .introduce-box .name ~ span:first-of-type {
  margin-left: 0;
}
.inquiry-wrap .inquiry-box .introduce-box p {
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .introduce-box .number-box {
    display: none;
  }
}
.inquiry-wrap .inquiry-box .number-box {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  min-width: 90px;
}
.inquiry-wrap .inquiry-box .number-box a {
  width: 30px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #999999;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
.inquiry-wrap .inquiry-box .number-box a:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.inquiry-wrap .inquiry-box .number-box a.del1:before {
  content: '\e729';
}
.inquiry-wrap .inquiry-box .number-box a.add1:before {
  content: '\e632';
}
@media (min-width: 1200px) {
  .inquiry-wrap .inquiry-box .number-box a:active {
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .number-box a {
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 12px;
  }
}
.inquiry-wrap .inquiry-box .number-box a.disable {
  cursor: not-allowed;
}
.inquiry-wrap .inquiry-box .number-box .ipt-num {
  float: left;
  width: 40px;
  min-width: 26px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  max-width: 60px;
  color: #333;
  font-size: 16px;
  background: none;
  border: none;
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .number-box .ipt-num {
    width: 50px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .number-box .ipt-num {
    width: 35px;
    height: 25px;
    line-height: 23px;
  }
}
.inquiry-wrap .inquiry-box .qty-box {
  text-align: center;
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .qty-box {
    display: none;
  }
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .qty-box {
    width: 150px;
    text-align: center;
  }
}
.inquiry-wrap .inquiry-box .del-box {
  text-align: center;
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .del-box {
    width: 80px;
  }
}
.inquiry-wrap .inquiry-box .del-box .del:before {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\e8b6';
  color: #787878;
  font-size: 20px;
}
.inquiry-wrap .inquiry-box .del-box .del:hover:before {
  color: #000;
}
@media (min-width: 768px) {
  .inquiry-wrap .inquiry-box .del-box .del {
    font-weight: bold;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .inquiry-box .del-box .del {
    margin-right: 10px;
  }
  .inquiry-wrap .inquiry-box .del-box .del:before {
    font-size: 18px;
  }
}
.inquiry-wrap .inquiry-box .list {
  border: 1px solid #358C67;
  border-top: none;
}
.inquiry-wrap .inquiry-box .list > li {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #358C67;
}
.inquiry-wrap .inquiry-box .list > li:nth-of-type(1) {
  border-top: none;
}
@media (max-width: 575px) {
  .inquiry-wrap .inquiry-box .list > li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.inquiry-wrap .inquiry-box .list > li {
  flex-wrap: wrap;
}
.inquiry-wrap .pro-parameter {
  width: 100%;
  text-align: left;
}
@media (min-width: 992px) {
  .inquiry-wrap .pro-parameter {
    display: -webkit-box;
    display: flex;
  }
  .inquiry-wrap .pro-parameter > div {
    -webkit-box-flex: 1;
    flex: 1;
    padding: 0 10px;
  }
}
.inquiry-wrap .parameter-list li:not(.active) {
  display: none;
}
.number-box input {
  -moz-appearance: textfield;
  /* Firefox */
  -webkit-appearance: none;
  /* Chrome, Safari, Edge */
  appearance: none;
}
/* 针对 WebKit 内核浏览器隐藏上下箭头 */
.number-box input::-webkit-inner-spin-button,
.number-box input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.inquiry-wrap .content .inquiry-box {
  margin-bottom: 80px;
}
@media (max-width: 1199px) {
  .inquiry-wrap .content .inquiry-box {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .content .inquiry-box {
    margin-bottom: 20px;
  }
}
.inquiry-wrap .content .message {
  width: 100%;
}
.inquiry-wrap .content .message .formbox .now-title {
  margin-bottom: 16px;
}
.inquiry-wrap .content .message .formbox .now-title input {
  width: 100%;
  border-radius: 8px;
  background: #358C67;
  border: none;
  padding: 17px 20px;
  color: #F5F5EA;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
}
@media (max-width: 1400px) {
  .inquiry-wrap .content .message .formbox .now-title input {
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .inquiry-wrap .content .message .formbox .now-title input {
    padding: 8px 20px;
  }
}
@media (max-width: 767px) {
  .inquiry-wrap .content .message .formbox .now-title input {
    font-size: 16px;
  }
}
.inquiry-wrap .content .message .formbox .row {
  list-style: none;
  margin: -8px;
}
.inquiry-wrap .content .message .formbox li {
  padding: 8px;
}
.inquiry-wrap .content .message .formbox .group {
  position: relative;
}
.inquiry-wrap .content .message .formbox .group input {
  border: none;
  width: 100%;
  border-radius: 8px;
  background: #F5F5EA;
  overflow: hidden;
  color: #808784;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  padding: 17px 20px;
  outline: none;
  transition: border-color 0.3s ease;
}
@media (max-width: 1199px) {
  .inquiry-wrap .content .message .formbox .group input {
    padding: 12px 20px;
  }
}
@media (max-width: 991px) {
  .inquiry-wrap .content .message .formbox .group input {
    font-size: 14px;
  }
}
.inquiry-wrap .content .message .formbox .group input::placeholder {
  color: #808784;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .inquiry-wrap .content .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}
.inquiry-wrap .content .message .formbox .group input:focus label {
  display: none;
}
.inquiry-wrap .content .message .formbox .group input:focus::placeholder {
  color: #ccc;
}
.inquiry-wrap .content .message .formbox .group textarea {
  border: none;
  width: 100%;
  border-radius: 8px;
  background: #F5F5EA;
  overflow: hidden;
  color: #808784;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
  padding: 20px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 250px;
}
@media (max-width: 1199px) {
  .inquiry-wrap .content .message .formbox .group textarea {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .inquiry-wrap .content .message .formbox .group textarea {
    font-size: 14px;
    height: 150px;
  }
}
.inquiry-wrap .content .message .formbox .group textarea::placeholder {
  color: #808784;
  font-family: "InterTight";
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 991px) {
  .inquiry-wrap .content .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}
.inquiry-wrap .content .message .formbox .group textarea:focus label {
  display: none;
}
.inquiry-wrap .content .message .formbox .group textarea:focus::placeholder {
  color: #ccc;
}
.inquiry-wrap .content .message .func {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .inquiry-wrap .content .message .func {
    margin-top: 20px;
  }
}
.inquiry-wrap .content .message .func .btndown {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  cursor: pointer;
}
.inquiry-wrap .content .message .func .btndown span::after {
  content: '\eb1f';
}
.inquiry-wrap .content .message .func button {
  border: none;
  transition: all 0.5s;
}
.product .search-none {
  margin-bottom: 40px;
}
@media (max-width: 1400px) {
  .product .search-none {
    margin-bottom: 20px;
  }
}
.product .search-none h2 {
  color: #666;
}
.product .search-none p {
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  border-radius: 5px;
  margin: 0;
  color: #ab7640;
  padding: 10px;
}
