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 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;
}

.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: 1030px) {
  .container.con1000 {
    max-width: 1000px;
  }
}

@media (min-width: 1440px) {
  .container {
    max-width: 1410px;
  }
}

@media (min-width: 1430px) {
  .container.con1400 {
    max-width: 1400px;
  }
}

@media (min-width: 1610px) {
  .container.con1580 {
    max-width: 1580px;
  }
}

@media (min-width: 191px) {
  .container.con1880 {
    max-width: 1880px;
  }
}

@media (min-width: 1600px) {
  .container.con1600 {
    max-width: 1600px;
  }
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif, 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 {
  margin: 150px 0;
}

@media (max-width: 1560px) {
  .index-padding {
    margin: 60px 0;
  }
}

@media (max-width: 991px) {
  .index-padding {
    margin: 40px 0;
  }
}

@media (max-width: 767px) {
  .index-padding {
    margin: 35px 0;
  }
}

@media (max-width: 575px) {
  .index-padding {
    margin: 30px 0;
  }
}

.index-title h2 {
  margin: 0;
  color: #222;
  font-size: 45px;
  font-weight: 800;
}

.index-title h2 span {
  color: #877767;
}

@media (max-width: 1560px) {
  .index-title h2 {
    font-size: 40px !important;
  }
}

@media (max-width: 1400px) {
  .index-title h2 {
    font-size: 35px !important;
  }
}

@media (max-width: 991px) {
  .index-title h2 {
    font-size: 30px !important;
  }
}

@media (max-width: 767px) {
  .index-title h2 {
    font-size: 28px !important;
  }
}

@media (max-width: 575px) {
  .index-title h2 {
    font-size: 23px !important;
  }
}

.index-title p {
  color: #444;
  font-size: 18px;
  line-height: 30px;
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .index-title p {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .index-title p {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .index-title p {
    font-size: 14px;
    line-height: 24px;
  }
}

.index-more {
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  border: 1px solid #877767;
  padding: 3px 13px;
  transition: all 0.3s;
}

.index-more span {
  display: inline-block;
  color: #877767;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .index-more span {
    font-size: 14px;
  }
}

.index-more .iconfont {
  content: '\e638';
  font-size: 25px;
  transition: all 0.3s;
  display: inline-block;
  color: #877767;
  margin-left: 24px;
}

.index-more.active {
  background: #877767;
}

.index-more.active span {
  color: #000000;
}

.index-more.active .iconfont {
  color: #000000;
}

.index-more:hover {
  background: #877767;
}

.index-more:hover span {
  color: #000000;
}

.index-more:hover .iconfont {
  color: #000000;
}

.header.scrolled {
  border: none;
  top: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.header.scrolled .top {
  background-color: #877767;
}

.header.scrolled .btn-menu a {
  color: #000;
}

.header.scrolled .bottom {
  background-color: #FFFFFF;
}

.header.scrolled .bottom .box .header-logo .logo1 {
  filter: blur(0);
}

.header.scrolled .bottom .box .header-nav ul li>a {
  color: #000;
}

.header.scrolled .bottom .box .header-nav ul li>a:hover {
  color: #FFFFFF;
}

.header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  padding: 0;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .header {
    background-color: #FFF;
  }
}

@media (max-width: 767px) {
  .header {
    position: sticky;
  }
}

.header .top {
  width: 100%;
  background-color: #ffffff00;
  padding: 15px 0;
  transition: all 0.3s ease;
}

@media (max-width: 1199px) {
  .header .top {
    padding: 5px 0;
  }
}

@media (max-width: 767px) {
  .header .top {
    display: none;
  }
}

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

.header .top .box .left {
  font-size: 14px;
  font-family: Arial;
  color: #ffffff;
}

.header .top .box .right {
  display: flex;
  align-items: center;
}

.header .top .box .right .tit-phone {
  display: flex;
  align-items: center;
}

.header .top .box .right .tit-phone .tit {
  font-size: 20px;
  font-family: Arial;
  color: #ffffff;
  font-weight: bold;
}

@media (max-width: 1199px) {
  .header .top .box .right .tit-phone .tit {
    font-size: 16px;
  }
}

.header .top .box .right .tit-phone .phone {
  padding: 0 20px;
  display: flex;
  align-items: center;
}
.header .top .box .right .tit-phone .phone .iconfont{
  color: #FFF;
  font-size: 20px;
}
.header .top .box .right .tit-phone .phone p {
  font-size: 14px;
  font-family: Arial;
  color: #ffffff;
  padding-left: 10px;
}

.header .top .box .right .tit-phone .phone p a {
  color: #ffffff;
}

.header .bottom {
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .header .bottom {
    background-color: #FFF;
  }
}

.header .bottom .box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 94%;
  max-width: 1600px;
  margin: 0 auto;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0);
}

@media (max-width: 767px) {
  .header .bottom .box {
    padding: 15px 0;
  }
}

.header .bottom .box .header-logo {
  flex: 0 0 20%;
  align-self: center;
  max-width: 302.41px;
}

@media (max-width: 767px) {
  .header .bottom .box .header-logo {
    flex: 0 0 36%;
  }
}

.header .bottom .box .header-logo .logo1 {
  filter: brightness(0) invert(1);
}

@media (max-width: 767px) {
  .header .bottom .box .header-logo .logo1 {
    filter: blur(0);
  }
}

.header .bottom .box .header-logo img {
  width: 100%;
}

.header .bottom .box .header-nav {
  align-self: center;
  margin-left: auto;
  flex: 0 0 auto;
}

@media (max-width: 1199px) {
  .header .bottom .box .header-nav {
    display: none;
  }
}

.header .bottom .box .header-nav ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
}

.header .bottom .box .header-nav ul li {
  position: relative;
  font-size: 22px;
  font-family: Arial;
}

.header .bottom .box .header-nav ul li>a {
  font-size: 16px;
  padding: 0 0.9vw;
  line-height: 90px;
  display: block;
  position: relative;
  z-index: 2;
  color: #FFFFFF;
  transition: all 0.3s;
}

.header .bottom .box .header-nav ul li>a span {
  position: relative;
  z-index: 4;
}

.header .bottom .box .header-nav ul li>a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 0%;
  background: #877767;
  opacity: 1;
  z-index: 1;
  transition: all 0.3s ease;
}

.header .bottom .box .header-nav ul li>a:hover::after {
  height: 100%;
}

.header .bottom .box .header-nav ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  background: #877767;
  padding: 15px 0;
  width: 300px;
  display: none;
}

.header .bottom .box .header-nav ul li ul li {
  display: block;
  position: relative;
}

.header .bottom .box .header-nav ul li ul li a {
  width: 100%;
  color: #FFF !important;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 46px;
}

.header .bottom .box .header-nav ul li ul li a::after {
  display: none;
}

.header .bottom .box .header-nav ul li ul li a .iconfont {
  font-size: 18px;
  color: #000;
}

.header .bottom .box .header-nav ul li ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
  background: #b19c88;
  width: 250px;
}

.header .bottom .box .inquiry-menu {
  display: flex;
  align-items: center;
  align-self: center;
  flex: 0 0 auto;
  margin-left: auto;
}

@media (max-width: 767px) {
  .header .bottom .box .inquiry-menu {
    flex: 0 0 40%;
    justify-content: flex-end;
  }
}

.header .bottom .box .inquiry-menu .inquiry {
  display: block;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  width: 150px;
  background-color: #877767;
  color: #ffffff;
  overflow: hidden;
  padding: 8px;
  transition: all 0.6s ease;
  border-radius: 0.25rem;
}

@media (max-width: 1400px) {
  .header .bottom .box .inquiry-menu .inquiry {
    width: 115px;
  }
}

@media (max-width: 767px) {
  .header .bottom .box .inquiry-menu .inquiry {
    display: none;
  }
}

.header .bottom .box .inquiry-menu .inquiry:hover {
  background-color: #a4a4a4;
}

.header .bottom .box .inquiry-menu .brisbane {
  font-weight: bold;
  font-size: 16px;
  display: none;
}

@media (max-width: 767px) {
  .header .bottom .box .inquiry-menu .brisbane {
    display: block;
  }
}

.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 #877767;
  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: #877767;
}

.header-serch-box button .iconfont {
  font-size: 20px;
}

.header-serch-box .header-serch-none {
  font-size: 22px;
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 30px;
  color: #FFFFFF;
}

.visible {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-menu {
  position: relative;
  display: none;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .btn-menu {
    margin-left: 30%;
  }
}

.btn-menu a {
  text-decoration: none;
  color: #ffff;
  transition: all 0.3s;
}

@media (max-width: 767px) {
  .btn-menu a {
    color: #000;
  }
}

.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;
  }
}

@media (max-width: 575px) {
  .btn-menu {
    margin-right: 10px;
  }
}

.banner-box {
  position: relative;
  padding-top: 0px;
}

.banner-box .banner-mark {
  text-align: center;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 12;
  padding: 30px;
  bottom: 1.3vw;
  background: #fff;
  border-radius: 100%;
}

@media (max-width: 1199px) {
  .banner-box .banner-mark {
    display: none;
  }
}

.banner-box .banner-mark p {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

@media (max-width: 1199px) {
  .banner-box .banner-mark p {
    font-size: 14px;
  }
}

.banner-box .banner-note {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  z-index: 2;
  transform: translate(-50%, 0%);
  transition: all 0.5s ease-out;
}

.banner-box .banner-note .tit h2 {
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.67);
  font-size: 96px;
  font-weight: 800;
  line-height: 96px;
  margin: 0;
}

@media (max-width: 1199px) {
  .banner-box .banner-note .tit h2 {
    font-size: 24px;
    line-height: 26px;
  }
}

.banner-box .banner-note .txt p {
  color: #FFF;
  font-size: 48px;
  font-weight: 500;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.67);
}

@media (max-width: 1199px) {
  .banner-box .banner-note .txt p {
    font-size: 18px;
    line-height: 26px;
  }
}

.banner-box .banner-note .more {
  padding: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
}

.banner-box .banner-note .more a {
  display: inline-block;
  text-align: center;
  background: #fff;
  color: #1C1C1C;
  font-size: 18px;
  font-weight: 400;
  padding: 8px 20px;
  border-radius: 999px;
  transition: all 0.2s ease-out;
}

@media (max-width: 1199px) {
  .banner-box .banner-note .more a {
    padding: 7px 20px;
    font-size: 14px;
  }
}

.banner-box .banner-note .more a:hover {
  background: #1359A4;
  color: #fff;
}

.banner-box .swiper-slide-active .banner-note {
  transform: translate(-50%, -50%);
}

.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 .swiper-slide .item img {
transition: all 5s ease;
}


@keyframes scaleAnimation {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.banner-box .banner .swiper-slide-active .item img {
  /* transform: scale3d(1.05, 1.05, 1); */
  animation: scaleAnimation 2s ease-in-out forwards;
}


.banner-box .banner img {
  display: block;
  width: 100%;
}

.banner-box .banner .swiper-slide {
  overflow: hidden;
}

.banner-box .banner .swiper-pagination {
  bottom: 30px;
}

.banner-box .banner .item {
  position: relative;
  display: block;
  overflow: hidden;
}

.banner-box .banner .item .cont-box {
  position: absolute;
  z-index: 22;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 20px;
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}

.banner-box .banner .item .cont-box .tit-txt {
  width: 40%;
}

@media (max-width: 991px) {
  .banner-box .banner .item .cont-box .tit-txt {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .banner-box .banner .item .cont-box .tit-txt {
    width: 80%;
  }
}

.banner-box .banner .item .cont-box .tit-txt .tit1 {
  color: #ffffff;
  font-family: Arial;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 30px;
  transition: all ease 0.8s 0.3s;
  display-radio: 1;
  text-shadow: 3px 3px 6px black;
  opacity: 1;
}

@media (max-width: 1199px) {
  .banner-box .banner .item .cont-box .tit-txt .tit1 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media (max-width: 991px) {
  .banner-box .banner .item .cont-box .tit-txt .tit1 {
    font-size: 14px;
  }
}

.banner-box .banner .item .cont-box .tit-txt .title {
  font-size: 45px;
  font-weight: bold;
  text-shadow: 5px 4px 10px #000000;
  line-height: 1.3;
  transition: all ease 0.8s 0.6s;
  color: #fff;
}

@media (max-width: 1460px) {
  .banner-box .banner .item .cont-box .tit-txt .title {
    font-size: 34px;
  }
}

@media (max-width: 1400px) {
  .banner-box .banner .item .cont-box .tit-txt .title {
    font-size: 30px;
  }
}

@media (max-width: 1400px) {
  .banner-box .banner .item .cont-box .tit-txt .title {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  .banner-box .banner .item .cont-box .tit-txt .title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .banner-box .banner .item .cont-box .tit-txt .title {
    font-size: 18px;
  }
}

.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 .swiper-pagination {
  display: none !important;
}

.banner-box .banner.hide-video video {
  display: none !important;
}

.banner-box .banner-video-box {
  position: relative;
  display: block;
  padding-bottom: calc(900 / 1920 * 100%);
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
}

@media (max-width: 767px) {
  .banner-box .banner-video-box {
    padding-bottom: calc(200 / 417 * 100%);
  }
}

.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 {
  position: absolute;
  z-index: 45;
  display: flex;
  flex-direction: column;
  top: 50%;
  right: 50px;
  transform: translate(50%, -50%);
  left: auto !important;
  width: auto !important;
  height: auto !important;
  bottom: auto !important;
}

@media (max-width: 767px) {
  .swiper-pagination {
    display: none !important;
  }
}

.swiper-pagination-bullet-active {
  height: 30px !important;
  border-radius: 15px !important;
  background: #ffffff !important;
  z-index: 1;
}

.swiper-pagination-bullet-active:hover {
  height: 20px !important;
}

/* 定义旋转动画 */
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.swiper-pagination-bullet {
  margin: 3px 0 !important;
  background: hsla(0, 0%, 100%, 0.4);
  opacity: 1;
  width: 10px;
  height: 10px;
  transition: all ease 0.3s;
}

.swiper-pagination-bullet:hover {
  height: 20px !important;
  background: #ffffff !important;
}



.index-nav.show {
  right: calc(100% - 100%);
  /* 滑入左侧 */
}

.index-nav {
  position: fixed;
  bottom: 10%;
  right: 10px;
  z-index: 222;
}

@media (max-width: 1199px) {
  .index-nav {
    display: none;
  }
}

.index-nav .a {
  display: block;
  text-decoration: none;
  position: relative;
  transition: all 0.3s ease;
  margin-top: 4px;
}

@media (max-width: 767px) {
  .index-nav .a {
    width: 100%;
    margin-top: 0;
  }
}

.index-nav .a:nth-child(1) {
  margin-top: 0;
}

.index-nav .a .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  font-size: 20px;
  background-color: #FFF;
  color: #000;
  transition: all 0.3s ease;
}

@media (max-width: 767px) {
  .index-nav .a .iconfont {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    border-right: 1px #ddd solid;
  }
}

.index-nav .a:hover .fix-nav-phonenumber {
  transform: translateY(-50%) translateX(0);
}

.index-nav .a:hover .iconfont {
  color: #877767;
}

.index-nav .dingbu {
  height: 0;
  opacity: 0;
  width: 0;
  transition: all 0.4s ease;
}

.index-nav .dingbu .iconfont {
  color: #877767;
  font-size: 26px;
  height: 0;
  opacity: 0;
  width: 0;
  transition: all 0.4s ease;
}

.index-nav .dingbu.scrolled-ding {
  width: 50px;
  height: 50px;
  opacity: 1;
  transition: all 0.4s ease;
}

.index-nav .dingbu.scrolled-ding .iconfont {
  width: 50px;
  height: 50px;
  opacity: 1;
  transition: all 0.4s ease;
}

.index-nav .fix-nav-phonenumber {
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%) translateX(300%);
  transition: all 0.3s ease;
  line-height: 30px;
}

@media (max-width: 767px) {
  .index-nav .fix-nav-phonenumber {
    display: none;
  }
}

.index-nav .fix-nav-phonenumber p {
  margin: 0;
  padding: 10px 20px;
  color: #fff;
  border-radius: 8px;
  background-color: #877767;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12);
  font-size: 16px;
  white-space: nowrap;
}

.index-nav .fix-nav-phonenumber p img {
  width: 100px;
  background-color: #FFFFFF;
}

.fix-nav-none {
  position: fixed;
  background: #877767;
  width: 50px;
  height: 35px;
  border-radius: 5px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  bottom: 6%;
  right: 10px;
  transition: all ease 0.6s;
  z-index: 222;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .fix-nav-none {
    display: none;
  }
}

.fix-nav-none .iconfont {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  transform: rotate(180deg);
  transition: all 0.5s;
}

.fix-nav-none.rotated {
  width: 30px;
  height: 30px;
}

.fix-nav-none.rotated .iconfont {
  font-size: 14px;
}

.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: #877767;
  box-shadow: 0 -2px 14px 1px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: none;
}

@media (max-width: 1199px) {
  .xs-online {
    display: block;
  }
}

.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;
}

.index-product .box {
  width: 94%;
  height: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.index-product .box .tit {
  padding-top: 2%;
  margin-left: auto;
  margin-right: auto;
  min-height: 0px;
  width: auto;
  max-width: none;
  min-width: 0px;
  padding-bottom: 0px;
}

.index-product .box .tit h2 {
  line-height: 1;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  min-height: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 58px;
  font-family: "poppins-medium";
}

@media (max-width: 1400px) {
  .index-product .box .tit h2 {
    font-size: 42px;
  }
}

@media (max-width: 1199px) {
  .index-product .box .tit h2 {
    font-size: 34px;
  }
}

@media (max-width: 767px) {
  .index-product .box .tit h2 {
    font-size: 26px;
    color: #333333;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 30px;
  }
}

.index-product .box .tit p {
  text-align: center;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  font-size: 16px;
  margin-bottom: 0px;
  margin-top: 0px;
}

@media (max-width: 767px) {
  .index-product .box .tit p {
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 12px;
    color: #565656;
    line-height: 1.5;
    margin-top: 10px;
  }
}

.index-product .box .content-box1 {
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-bottom: 50px;
  margin-top: 80px;
}

@media (max-width: 1400px) {
  .index-product .box .content-box1 {
    margin-top: 60px;
  }
}

@media (max-width: 1199px) {
  .index-product .box .content-box1 {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .index-product .box .content-box1 {
    margin: 20px 0 30px 0;
  }
}

.index-product .box .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .index-product .box .bg-img {
    display: none;
  }
}

.index-product .box .bg-img .conten-imgbox {
  position: relative;
}

.index-product .box .bg-img .conten-imgbox .img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  height: auto;
  transition: all 0.6s;
  width: 100%;
  height: 100%;
}

.index-product .box .bg-img .conten-imgbox .img.active {
  opacity: 1;
}

.index-product .box .content {
  background-color: rgba(79, 93, 110, 0.5);
  position: relative;
  z-index: 9;
  overflow: hidden;
}

@media (max-width: 767px) {
  .index-product .box .content {
    background-color: transparent;
  }
}

.index-product .box .content .prev-next {
  position: absolute;
  z-index: 12;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  flex-direction: row;
  width: 95%;
  margin: 0 auto;
  display: none;
}

@media (max-width: 991px) {
  .index-product .box .content .prev-next {
    display: flex;
  }
}

@media (max-width: 767px) {
  .index-product .box .content .prev-next {
    display: none;
  }
}

.index-product .box .content .prev-next .slick-next,
.index-product .box .content .prev-next .slick-prev {
  position: static;
  pointer-events: all;
}

.index-product .box .content .prev-next .slick-next:before {
  font-family: 'iconfont' !important;
  font-size: 28px;
  display: block;
  content: '\e61f';
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
  transform: rotate(0);
}

.index-product .box .content .prev-next .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 28px;
  display: block;
  content: '\e61f';
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease;
  transform: rotate(180deg);
}

.index-product .box .content .prev-next .slick-prev,
.index-product .box .content .prev-next .slick-next {
  z-index: 1;
  text-align: center;
  transition: all 0.3s ease;
  background-color: transparent;
}

.index-product .box .content .prev-next .slick-prev,
.index-product .box .content .prev-next .slick-next:hover::before {
  color: #ffffff;
}

.index-product .box .content .prev-next .slick-prev:hover::before {
  color: #ffffff;
}

.index-product .box .content .slick-progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #f0f0f0;
  display: none;
  /* 默认隐藏 */
}

@media (max-width: 991px) {
  .index-product .box .content .slick-progress-bar .slick-progress-bar {
    display: block;
  }
}

@media (max-width: 767px) {
  .index-product .box .content .slick-progress-bar .slick-progress-bar {
    display: none;
  }
}

.index-product .box .content .slick-progress-bar .progress {
  height: 100%;
  width: 0;
  background-color: red;
  /* 红色进度条 */
  transition: width 0s linear;
}

@media (max-width: 767px) {
  .index-product .box .content .slick-progress-bar .progress {
    display: none;
  }
}

.index-product .box .content .product-slick {
  position: relative;
  z-index: 8;
}

.index-product .box .content .product-slick .slick-dots {
  bottom: -10px;
}

.index-product .box .content .product-slick .slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  margin: 0 4px;
}

.index-product .box .content .product-slick .slick-dots li.slick-active button::before {
  content: '';
  background: red;
  opacity: 1;
}

.index-product .box .content .product-slick .slick-dots li button::before {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  color: transparent;
  background-color: #000;
  opacity: 0.2;
}

.index-product .box .content .product-slick .item-box {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  min-height: 600px;
  height: 100%;
  display: flex;
  justify-content: center;
  padding-top: 200px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 991px) {
  .index-product .box .content .product-slick .item-box {
    min-height: 520px;
    padding-top: 120px;
  }
}

@media (max-width: 767px) {
  .index-product .box .content .product-slick .item-box {
    min-height: auto;
    padding-top: 0;
    padding: 10px 5px;
    width: 100%;
  }
}

.index-product .box .content .product-slick .item-box:hover::before {
  right: 0%;
}

.index-product .box .content .product-slick .item-box::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 100%;
  background: #c1c0b9;
  transition: all 0.3s ease-out;
  z-index: 0;
}

.index-product .box .content .product-slick .item-box .item {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .index-product .box .content .product-slick .item-box .item {
    border: 1px solid #e5e5e5;
    width: 100%;
  }
}

.index-product .box .content .product-slick .item-box .item:hover .img-box img {
  transform: scale(1);
}

.index-product .box .content .product-slick .item-box .item .img-box {
  display: none;
  padding-bottom: calc(461 / 614 * 100%);
  overflow: hidden;
}

@media (max-width: 767px) {
  .index-product .box .content .product-slick .item-box .item .img-box {
    display: block;
  }
}

.index-product .box .content .product-slick .item-box .item .img-box img {
  transform: scale(0.9);
  transition: all 0.3s;
}

.index-product .box .content .product-slick .item-box .item .tit {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.index-product .box .content .product-slick .item-box .item .tit a {
  color: #ffffff;
}

@media (max-width: 767px) {
  .index-product .box .content .product-slick .item-box .item .tit {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    padding-right: 5px;
    padding-left: 5px;
    font-family: Arial;
    padding-top: 0px;
    padding-bottom: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    height: auto;
    color: #000;
    font-weight: 400;
  }

  .index-product .box .content .product-slick .item-box .item .tit a {
    color: #000;
  }
}

.index-product .box .content .product-slick .item-box .item .txt {
  font-size: 18px;
  font-family: Arial;
  color: #ffffff;
  text-align: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 50px;
  font-weight: bold;
  line-height: 1.66666;
}

@media (max-width: 767px) {
  .index-product .box .content .product-slick .item-box .item .txt {
    font-family: Arial;
    color: #000000;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 14px;
  }
}

.index-product .box .content .product-slick .item-box .item .more {
  font-size: 24px;
  font-family: Microsoft YaHei;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .index-product .box .content .product-slick .item-box .item .more {
    display: none;
  }
}

.index-product .box .content .product-slick .item-box .item .cont-more {
  display: none;
}

@media (max-width: 767px) {
  .index-product .box .content .product-slick .item-box .item .cont-more {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 8px;
    background-color: #FFF;
    border: 1px solid #e5e5e5;
    color: #1e1e1e;
    font-size: 14px;
    margin: 10px auto;
    text-align: center;
    font-family: Arial;
  }
}

.p_item {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
}

.index-panel {
  padding: 80px 0;
  overflow: hidden;
  margin-top: 50px;
  min-height: 0%;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  background-image: url(../img/index-panel-2.jpg);
}

@media (max-width: 767px) {
  .index-panel {
    padding: 40px 0 20px 0;
  }
}

.index-panel .box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 90%;
  max-width: 1550px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.index-panel .box .content-box {
  max-width: 100%;
  max-height: 100%;
  flex: 1;
}

.index-panel .box .content-box .content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 3%;
  padding-bottom: 3%;
  margin-top: 0px;
}

@media (max-width: 767px) {
  .index-panel .box .content-box .content {
    background-color: rgba(255, 255, 255, 0.9);
  }
}

.index-panel .box .content-box .content .left {
  padding-right: 2%;
  flex: 0 0 55%;
  align-self: center;
}

@media (max-width: 1199px) {
  .index-panel .box .content-box .content .left {
    padding-right: 1%;
  }
}

@media (max-width: 991px) {
  .index-panel .box .content-box .content .left {
    flex: 0 0 100%;
  }
}

.index-panel .box .content-box .content .left .tit {
  line-height: 1;
  font-size: 30px;
  color: #000000;
  margin-bottom: 20px;
  font-family: Arial;
  margin-top: 20px;
  font-weight: bold;
}

@media (max-width: 991px) {
  .index-panel .box .content-box .content .left .tit {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .index-panel .box .content-box .content .left .tit {
    font-size: 22px;
  }
}

.index-panel .box .content-box .content .left hr {
  border-top-style: solid;
  border-top-width: 2px;
  width: 60px;
  margin-left: 0px;
  margin-right: auto;
  height: 1px;
}

@media (max-width: 991px) {
  .index-panel .box .content-box .content .left hr {
    margin: 0 auto;
  }
}

.index-panel .box .content-box .content .left .text {
  margin-top: 50px;
}

@media (max-width: 1199px) {
  .index-panel .box .content-box .content .left .text {
    margin-top: 20px;
  }
}

.index-panel .box .content-box .content .left .text p {
  line-height: 2;
  font_radio: 2;
  display-radio: 1;
  max-width: 80%;
  width: auto;
  font-size: 16px;
}

@media (max-width: 991px) {
  .index-panel .box .content-box .content .left .text p {
    margin-top: 0;
    padding-top: 0;
    margin: 0 auto;
  }
}

.index-panel .box .content-box .content .right {
  padding-left: 2%;
  align-self: center;
}

@media (max-width: 1199px) {
  .index-panel .box .content-box .content .right {
    padding-left: 1%;
  }
}

@media (max-width: 991px) {
  .index-panel .box .content-box .content .right {
    padding-left: 0;
    flex: 0 0 100%;
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .index-panel .box .content-box .content .right {
    margin-top: 20px;
  }
}

.index-panel .box .content-box .content .right .img-box {
  overflow: hidden;
  padding-bottom: calc(514 / 627 * 100%);
}

.index-panel .box .content-box .content .right .img-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.index-advantages {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5%;
  padding-bottom: 1%;
}

.index-advantages .top .text {
  line-height: 1;
  font-size: 20px;
  color: #131313;
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: center;
  font-family: "poppins-regular";
}

@media (max-width: 1199px) {
  .index-advantages .top .text {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .index-advantages .top .text {
    font-size: 14px;
    margin-top: 10px;
  }
}

.index-advantages .top .title {
  line-height: 1;
  position: relative;
  transition: all 0.4s;
  font-size: 56px;
  color: #000000;
  margin-top: 0px;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 1199px) {
  .index-advantages .top .title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .index-advantages .top .title {
    font-size: 28px;
  }
}

.index-advantages .top .animation {
  min-height: 0px;
  margin-top: 0px;
  margin-bottom: 12px;
  max-width: 70px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  .index-advantages .top .animation {
    display: none;
  }
}

.index-advantages .top .animation .line {
  display: flex;
  flex-wrap: wrap;
}

@keyframes fa_span01_ani {
  0% {
    width: 6px;
  }

  100% {
    width: 48px;
  }
}

@keyframes fa_span02_ani {
  0% {
    width: 48px;
  }

  100% {
    width: 6px;
  }
}

.index-advantages .top .animation .line p span {
  display: inline-block;
  margin: 0 6px 0 0;
  height: 6px;
  border-radius: 6px;
  margin-top: 14px;
}

.index-advantages .top .animation .line p span:nth-child(1) {
  width: 6px;
  background: #747474;
  animation: fa_span01_ani 1.2s linear infinite alternate;
}

.index-advantages .top .animation .line p span:nth-child(2) {
  width: 6px;
  background: #877767;
  animation: fa_span02_ani 1.2s linear infinite alternate;
}

.index-win {
  overflow: hidden;
  min-height: 300px;
  padding-top: 150px;
  padding-bottom: 150px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../img/index-win-1.jpg);
}

@media (max-width: 767px) {
  .index-win {
    padding: 5% 0;
    margin-top: 20px;
  }
}

.index-win .content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 96%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.index-win .content .tit {
  flex: 0 0 40%;
}

@media (max-width: 991px) {
  .index-win .content .tit {
    flex: 0 0 100%;
    text-align: center;
  }
}

.index-win .content .tit p {
  line-height: 1;
  position: relative;
  transition: all 0.4s;
  font-size: 50px;
  color: #939393;
  margin-top: 0px;
  font-weight: bold;
  margin-left: 0;
  width: auto;
  text-transform: uppercase;
  font-family: Arial;
  padding-left: 0px;
  max-width: 645px;
  margin-bottom: 0px;
  padding-bottom: 50px;
}

@media (max-width: 1199px) {
  .index-win .content .tit p {
    font-size: 34px;
  }
}

@media (max-width: 991px) {
  .index-win .content .tit p {
    font-size: 30px;
    color: #4a4a4a;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .index-win .content .tit p {
    font-size: 22px;
    padding-bottom: 30px;
  }
}

.index-win .content .text {
  align-self: center;
}

@media (max-width: 767px) {
  .index-win .content .text {
    flex: 0 0 100%;
  }
}

.index-win .content .text p {
  font_radio: 2;
  display-radio: 1;
  font-size: 16px;
  max-width: 781px;
  color: #ffffff;
  margin-top: 40px;
  line-height: 1.8;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0px;
  font-family: "poppins-regular";
}

@media (max-width: 1199px) {
  .index-win .content .text p {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .index-win .content .text p {
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.2;
    max-width: 645px;
  }
}

.index-fire {
  min-height: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  background-color: #ffffff;
  padding-left: 0px;
  padding-bottom: 30px;
  border-radius: 10px;
  margin-top: 30px;
}

.index-fire .box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
  display-radio: flex;
  padding-right: 0px;
  background-color: #ffffff;
  padding-bottom: 0px;
  margin-top: 0px;
  background_radio: 2;
  padding-left: 0px;
}

.index-fire .box .row {
  margin: 0 -10px;
}

.index-fire .box .row .col-box {
  padding: 0 10px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .index-fire .box .row .col-box {
    padding-bottom: 25px;
  }
}

.index-fire .box .row .col-box .item-box:hover .img-box img {
  transform: scale(1.05);
}

.index-fire .box .row .col-box .item-box:hover .item .tit .icon {
  opacity: 1;
  transform: translateX(0);
}

.index-fire .box .row .col-box .item-box .img-box {
  padding-bottom: calc(340 / 510 * 100%);
  overflow: hidden;
}

.index-fire .box .row .col-box .item-box .img-box img {
  transition: all 0.6s;
}

.index-fire .box .row .col-box .item-box .item .tit {
  padding-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1400px) {
  .index-fire .box .row .col-box .item-box .item .tit {
    padding-top: 20px;
  }
}

@media (max-width: 1199px) {
  .index-fire .box .row .col-box .item-box .item .tit {
    padding-top: 15px;
  }
}

.index-fire .box .row .col-box .item-box .item .tit p {
  font-size: 22px;
  color: #000000;
  font-family: Arial;
}

@media (max-width: 1400px) {
  .index-fire .box .row .col-box .item-box .item .tit p {
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .index-fire .box .row .col-box .item-box .item .tit p {
    font-size: 18px;
  }
}

.index-fire .box .row .col-box .item-box .item .tit .icon {
  display: flex;
  align-items: center;
  transform: translateX(-20px);
  transition: all 0.6s;
  opacity: 0;
}

.index-fire .box .row .col-box .item-box .item .tit .icon b {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  border: 2px solid rgba(135, 119, 103, 0.5);
  margin-right: -6px;
}

.index-fire .box .row .col-box .item-box .item .tit .icon .iconfont {
  color: #000;
  font-size: 18px;
}

.index-fire .box .row .col-box .item-box .item hr {
  margin: 1rem 0;
  border-top-style: solid;
  border-top-width: 3px;
  border-top-color: #877767;
  width: 100%;
  height: 3px;
}

@media (max-width: 767px) {
  .index-fire .box .row .col-box .item-box .item hr {
    margin: 0.5rem 0;
  }
}

.index-fire .box .row .col-box .item-box .item .text p {
  color: #212529;
}

.index-blog {
  min-height: 300px;
  display-radio: 1;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-top: 0px;
  background: #ffffff;
  background_radio: 2;
  background-fill-value: background-image;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-image: url(../img/index-blog-3.jpg);
}

@media (max-width: 1400px) {
  .index-blog {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .index-blog {
    padding: 0 0 40px 0;
  }
}

.index-blog .box .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index-blog .box .top .title {
  width: 50%;
}

.index-blog .box .top .title h2 {
  line-height: 1;
  font_radio: 2;
  display-radio: 1;
  position: relative;
  transition: all 0.4s;
  font-size: 56px;
  color: #000000;
  margin-top: 0px;
  font-weight: 600;
  margin-bottom: 0px;
  margin-left: 0%;
  padding-left: 10px;
  max-width: none;
  width: auto;
  font-family: Arial;
}

@media (max-width: 1400px) {
  .index-blog .box .top .title h2 {
    font-size: 50px;
  }
}

@media (max-width: 1199px) {
  .index-blog .box .top .title h2 {
    font-size: 45px;
  }
}

@media (max-width: 991px) {
  .index-blog .box .top .title h2 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .index-blog .box .top .title h2 {
    font-size: 26px;
  }
}

.index-blog .box .top .title p {
  line-height: 1.5;
  font_radio: 2;
  display-radio: 1;
  text-align: left;
  margin-bottom: 10px;
  font-size: 16px;
  margin-top: 20px;
  color: #555555;
  margin-left: 0px;
  margin-right: auto;
  max-width: none;
  font-family: Arial;
}

@media (max-width: 767px) {
  .index-blog .box .top .title p {
    display: none;
  }
}

.index-blog .box .top .blog-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 180px;
  height: 45px;
  line-height: 45px;
  border-radius: 22px;
  padding: 0 15px;
  font-size: 15px;
  color: #FFFFFF;
  background: #877767;
  margin-right: 30px;
  background-color: #877767;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .index-blog .box .top .blog-more {
    width: 130px;
    height: 40px;
    line-height: 40px;
  }
}

.index-blog .box .top .blog-more span {
  position: relative;
  z-index: 2;
  transition: all 0.5s;
}

.index-blog .box .top .blog-more:hover {
  color: #877767;
  background: none;
}

.index-blog .box .top .blog-more:hover::before {
  transform: translate(-50%, -50%) scale(1.2);
  opacity: 0;
  z-index: 0;
}

.index-blog .box .top .blog-more:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.index-blog .box .top .blog-more::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(1);
  border: 1px solid #877767;
  transition: all 0.5s ease;
  z-index: 0;
  border-radius: 22px;
}

.index-blog .box .top .blog-more::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(0.8);
  opacity: 0;
  background: #ffffff;
  transition: all 0.5s ease;
  z-index: 1;
  border-radius: 22px;
  border: 1px #877767 solid;
}

.index-blog .box .row-box {
  margin: 0 -15px;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .index-blog .box .row-box {
    margin-top: 10px;
  }
}

.index-blog .box .row-box .col-box {
  padding: 0 15px;
}

@media (max-width: 991px) {
  .index-blog .box .row-box .col-box {
    margin-top: 20px;
  }
}

.index-blog .box .row-box .col-box .item-box {
  position: relative;
  box-shadow: 0px 10px 30px 10px rgba(0, 0, 0, 0);
  transition: all 0.5s ease;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
}

.index-blog .box .row-box .col-box .item-box:hover {
  box-shadow: 0px 10px 30px 10px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.index-blog .box .row-box .col-box .item-box:hover .img-box img {
  transform: scale(1.1);
}

.index-blog .box .row-box .col-box .item-box .img-box {
  padding-bottom: 65%;
}

.index-blog .box .row-box .col-box .item-box .img-box img {
  transition: all 0.3s;
}

.index-blog .box .row-box .col-box .item-box .content {
  width: 100%;
  display-radio: flex;
  background-color: #f2f2f2;
  padding: 20px;
  background_radio: 2;
  transition: all 0.5s;
  height: 100%;
}

.index-blog .box .row-box .col-box .item-box .content .tit {
  line-height: 1.2;
  display-radio: -webkit-box;
  font_radio: 2;
  font-size: 20px;
  color: #212121;
  margin-bottom: 10px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.5s ease;
  font-weight: normal;
  font-family: Arial;
}

@media (max-width: 767px) {
  .index-blog .box .row-box .col-box .item-box .content .tit {
    font-size: 16px;
  }
}

.index-blog .box .row-box .col-box .item-box .content .tit a {
  color: #212121;
}

.index-blog .box .row-box .col-box .item-box .content .text {
  font-size: 16px;
  color: #555555;
  line-height: 1.5;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: Arial;
}

@media (max-width: 767px) {
  .index-blog .box .row-box .col-box .item-box .content .text {
    font-size: 13px;
  }
}

.index-blog .box .row-box .col-box .item-box .content .text a {
  color: #555555;
}

.index-blog .box .row-box .col-box .item-box2 .cont {
  width: 100%;
  background-color: #f2f2f2;
  padding: 7% 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0px 10px 30px 10px rgba(0, 0, 0, 0);
  transition: all 0.5s ease;
}

.index-blog .box .row-box .col-box .item-box2 .cont:last-child {
  margin-bottom: 0;
}

.index-blog .box .row-box .col-box .item-box2 .cont:hover {
  box-shadow: 0px 10px 30px 10px rgba(0, 0, 0, 0.1);
  background: #ffffff;
}

.index-blog .box .row-box .col-box .item-box2 .cont .tit b {
  display: block;
  min-height: 20px;
  font-size: 14px;
  color: #68717b;
  line-height: 1.5;
  margin-bottom: 8px;
}

.index-blog .box .row-box .col-box .item-box2 .cont .tit .tit-a {
  line-height: 1.2;
  display-radio: -webkit-box;
  font_radio: 2;
  font-size: 20px;
  color: #212121;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
  transition: all 0.5s ease;
  font-weight: normal;
  font-family: Arial;
  min-height: 50px;
}

@media (max-width: 767px) {
  .index-blog .box .row-box .col-box .item-box2 .cont .tit .tit-a {
    font-size: 16px;
    min-height: auto;
  }
}

.index-blog .box .row-box .col-box .item-box2 .cont .tit .tit-a a {
  color: #212121;
}

.index-blog .box .row-box .col-box .item-box2 .cont .text {
  font-size: 16px;
  color: #555555;
  line-height: 1.5;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: Arial;
  min-height: 72px;
}

@media (max-width: 767px) {
  .index-blog .box .row-box .col-box .item-box2 .cont .text {
    font-size: 14px;
    min-height: auto;
  }
}

.index-blog .box .row-box .col-box .item-box2 .cont .text a {
  color: #555555;
}

.footer {
  min-height: 300px;
  padding-top: 2%;
  padding-bottom: 10px;
  background-color: #333333;
  display-radio: 1;
  background_radio: 2;
  margin-top: 0px;
  overflow: hidden;
}

.footer .box .top {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  transition-property: all;
  margin-top: 20px;
  margin-bottom: 30px;
  display-radio: flex;
  background_radio: 1;
}

.footer .box .top .item1 {
  flex: 0 0 20%;
  margin-right: 0px;
  margin-left: 0px;
}

@media (max-width: 1199px) {
  .footer .box .top .item1 {
    flex: 0 0 46%;
  }
}

@media (max-width: 991px) {
  .footer .box .top .item1 {
    flex: 0 0 100%;
  }
}

.footer .box .top .item1 .footer-logo {
  height: auto;
  width: auto;
  max-width: 400px;
  display: block;
}

@media (max-width: 991px) {
  .footer .box .top .item1 .footer-logo {
    width: 260px;
  }
}

@media (max-width: 767px) {
  .footer .box .top .item1 .footer-logo {
    max-width: 300px;
  }
}

.footer .box .top .item1 .footer-logo img {
  width: 100%;
  filter: brightness(0) invert(1);
}

.footer .box .top .item1 .text {
  line-height: normal;
  font_radio: 2;
  display-radio: 1;
  color: #ffffff;
  margin-top: 10px;
  padding-left: 10px;
  line-height: 22px;
}

@media (max-width: 991px) {
  .footer .box .top .item1 .text {
    padding-left: 0;
  }
}

.footer .box .top .item1 .icon {
  display: flex;
  margin-top: 20px;
}

.footer .box .top .item1 .icon a {
  text-decoration: none;
}

.footer .box .top .item1 .icon a .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 4px;
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background: rgba(244, 244, 244, 0.1);
  backdrop-filter: blur(7.5px);
  font-size: 22px;
  color: #FFFFFF;
  transition: all 0.3s;
}

.footer .box .top .item1 .icon a .iconfont:hover {
  color: #877767;
}

.footer .box .top .item2 {
  flex: 0 0 40%;
}

@media (max-width: 1199px) {
  .footer .box .top .item2 {
    flex: 0 0 46%;
  }
}

@media (max-width: 991px) {
  .footer .box .top .item2 {
    flex: 0 0 100%;
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .footer .box .top .item2 {
    margin-top: 20px;
  }
}

.footer .box .top .item2 .cont {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 80%;
  display-radio: flex;
  margin-left: auto;
  margin-right: auto;
  background_radio: 1;
}

@media (max-width: 991px) {
  .footer .box .top .item2 .cont {
    width: 100%;
  }
}

.footer .box .top .item2 .cont .contnt h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition-property: all;
  font_radio: 2;
  font-size: 26px;
  color: #ffffff;
  line-height: 1;
  font-weight: normal;
  display-radio: -webkit-box;
  font-family: Impact;
}

@media (max-width: 1199px) {
  .footer .box .top .item2 .cont .contnt .text {
    padding-top: 10px;
  }
}

@media (max-width: 991px) {
  .footer .box .top .item2 .cont .contnt .text {
    padding-top: 5px;
  }
}

.footer .box .top .item2 .cont .contnt .text p {
  line-height: 1.5;
  font_radio: 2;
  display-radio: 1;
  font-size: 16px;
  font-family: "arial";
  color: #ffffff;
  margin-top: 20px;
}

@media (max-width: 1199px) {
  .footer .box .top .item2 .cont .contnt .text p {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .footer .box .top .item2 .cont .contnt .text p {
    margin-top: 5px;
  }
}

.footer .box .top .item2 .cont .contnt .text p a {
  color: #ffffff;
}

.footer .box .top .item3 {
  flex: 0 0 40%;
  padding-left: 0px;
  margin-left: 0px;
  margin-right: 0px;
}

@media (max-width: 1199px) {
  .footer .box .top .item3 {
    flex: 0 0 100%;
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .footer .box .top .item3 {
    margin-top: 20px;
  }
}

.footer .box .top .item3 h3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition-property: all;
  font_radio: 2;
  font-size: 26px;
  color: #ffffff;
  line-height: 1;
  font-weight: normal;
  display-radio: -webkit-box;
  font-family: Impact;
}

.footer .box .top .item3 .message {
  width: 100%;
}

.footer .box .top .item3 .message .formbox .row {
  margin: 0 -10px;
}

.footer .box .top .item3 .message .formbox li {
  margin-bottom: 1rem;
  padding: 0 10px;
  list-style: none;
}

.footer .box .top .item3 .message .formbox .group {
  position: relative;
}

.footer .box .top .item3 .message .formbox .group input {
  width: 100%;
  overflow: hidden;
  padding: 0.375rem 0.75rem;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  line-height: 1.5;
  color: #495057;
  font-size: 100%;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  outline: none;
  transition: border-color 0.5s ease;
}

@media (max-width: 991px) {
  .footer .box .top .item3 .message .formbox .group input {
    font-size: 14px;
  }
}

.footer .box .top .item3 .message .formbox .group input::placeholder {
  color: #495057;
  font-size: 100%;
  opacity: 0.7;
}

@media (max-width: 991px) {
  .footer .box .top .item3 .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}

.footer .box .top .item3 .message .formbox .group input:focus {
  box-shadow: rgba(0, 123, 255, 0.094) 0px 0px 0px 1.18996px;
}

.footer .box .top .item3 .message .formbox .group input:focus label {
  display: none;
}

.footer .box .top .item3 .message .formbox .group input:focus::placeholder {
  color: #ccc;
}

.footer .box .top .item3 .message .formbox .group textarea {
  width: 100%;
  overflow: hidden;
  outline: none;
  transition: border-color 0.3s ease;
  padding: 0.375rem 0.75rem;
  background-color: #FFFFFF;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  transition: 0.5s;
  border-radius: 0.25rem;
}

@media (max-width: 991px) {
  .footer .box .top .item3 .message .formbox .group textarea {
    height: auto;
  }
}

@media (max-width: 991px) {
  .footer .box .top .item3 .message .formbox .group textarea {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .footer .box .top .item3 .message .formbox .group textarea {
    margin-bottom: 0;
  }
}

.footer .box .top .item3 .message .formbox .group textarea::placeholder {
  color: #495057;
  font-size: 100%;
  opacity: 0.7;
}

@media (max-width: 991px) {
  .footer .box .top .item3 .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}

.footer .box .top .item3 .message .formbox .group textarea:focus {
  box-shadow: rgba(0, 123, 255, 0.094) 0px 0px 0px 1.18996px;
}

.footer .box .top .item3 .message .formbox .group textarea:focus label {
  display: none;
}

.footer .box .top .item3 .message .func .submit-group {
  display: flex;
  justify-content: center;
}

.footer .box .top .item3 .message .func .submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 8px;
  width: 100%;
  border-radius: 4px;
  background: #877767;
  border: none;
  transition: all 0.5s;
}

.footer .box .top .item3 .message .func .submit:hover {
  background-color: #999;
}

.footer .box .top .item3 .message .func .submit span {
  display: inline-block;
  font-size: 16px;
  transition: all 0.3s;
  color: #FFF;
}

.footer .box hr {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 30px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(255, 255, 255, 0.1);
  width: 94%;
  max-width: 1590px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  display-radio: 1;
  line_radio: 1;
}

.product-banner img {
  width: 100%;
}

.product-banner .nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  display-radio: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0.1);
}

.product-banner .nav ul {
  display: flex;
  align-items: center;
  list-style: none;
  flex-wrap: wrap;
}

.product-banner .nav ul li {
  font-size: 14px;
  font-family: Arial;
  color: #212529;
  display: flex;
  align-items: center;
}

.product-banner .nav ul li:nth-child(1) a span::before {
  content: "";
  margin: 0;
}

.product-banner .nav ul li span::before {
  content: ">";
  margin: 0 5px;
  font-size: 14px;
  color: #999;
}

.product-banner .nav ul li a {
  color: #212529;
  transition: all 0.3s ease-in-out;
}

.product-banner .nav ul li a span {
  color: #6c757d;
  transition: all 0.3s ease-in-out;
}

.product-banner .nav ul li a span:hover {
  color: #0071a4;
}

.product .top {
  border-bottom: 1px solid #ddd;
}

.product .top .box {
  display: flex;
}

.product .top .box .left {
  flex: 0 0 150px;
  background-color: #877767;
}

@media (max-width: 767px) {
  .product .top .box .left {
    display: none;
  }
}

.product .top .box .left p {
  line-height: 1.8;
  display-radio: 1;
  font_radio: 2;
  font-size: 24px;
  color: #ffffff;
  font-weight: bold;
  font-family: Arial;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0px;
  max-width: 168px;
  max-height: none;
  height: auto;
  margin-top: 0px;
}

.product .top .box .right {
  width: 83%;
  padding-left: 5px;
}

@media (max-width: 767px) {
  .product .top .box .right {
    width: 100%;
    padding-left: 0px;
  }
}

.product .top .box .right .list {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .product .top .box .right .list {
    overflow-x: auto;
    flex-wrap: nowrap;
  }
}

.product .top .box .right .list .item {
  flex: 0 0 auto;
}

.product .top .box .right .list .item p a {
  display: block;
  padding: 10px 35px;
  font-size: 16px;
  transition: all 0.5s ease;
  color: #212529;
}

.product .top .box .right .list .item p a:hover {
  background: #877767;
  color: #fff;
}

.product .content {
  padding-top: 30px;
  padding-bottom: 25px;
  padding-left: 5px;
  padding-right: 5px;
}

.product .content .row-box {
  margin: 0 -10px;
}

.product .content .row-box .col-box {
  padding: 0 10px;
  padding-bottom: 15px;
}

.product .content .row-box .col-box .item-box {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(221, 221, 221, 0.69);
  padding-bottom: 10px;
  transition: all 0.5s ease;
  margin-bottom: 20px;
}

.product .content .row-box .col-box .item-box:hover {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.product .content .row-box .col-box .item-box:hover .img-box img {
  transform: scale(1.05);
}

.product .content .row-box .col-box .item-box .img-box {
  padding-bottom: calc(334 / 445 * 100%);
}

.product .content .row-box .col-box .item-box .img-box img {
  transition: all 0.5s;
}

.product .content .row-box .col-box .item-box .cont {
  padding: 15px;
}

.product .content .row-box .col-box .item-box .cont .tit {
  line-height: 1.5;
  display-radio: -webkit-box;
  font_radio: 2;
  text-align: left;
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000000;
  font-weight: normal;
  transition: all 0.5s ease;
  height: 60px;
  font-family: "poppins-medium";
}

@media (max-width: 991px) {
  .product .content .row-box .col-box .item-box .cont .tit {
    padding-bottom: 15px;
    height: auto;
  }
}

.product .content .row-box .col-box .item-box .cont .tit a {
  color: #000000;
}

.product .content .row-box .col-box .item-box .cont .text p {
  color: #212529;
  font-weight: 400;
  line-height: normal;
  font_radio: 2;
  display-radio: -webkit-box;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product .content .row-box .col-box .item-box .cont .text p a {
  color: #212529;
}

.product .content .row-box .col-box .item-box .cont .details-inquiry {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  background_radio: 1;
  display-radio: flex;
  margin-top: 40px;
  width: auto;
  margin-right: 15px;
  margin-bottom: 20px;
  max-width: 200px;
}

@media (max-width: 991px) {
  .product .content .row-box .col-box .item-box .cont .details-inquiry {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .product .content .row-box .col-box .item-box .cont .details-inquiry {
    margin: 0 auto;
    margin-top: 40px;
  }
}

.product .content .row-box .col-box .item-box .cont .details-inquiry .details-box {
  width: 49%;
}

.product .content .row-box .col-box .item-box .cont .details-inquiry .details-box .details {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #333;
  font-size: 12px;
  color: #FFF;
}

.product .content .row-box .col-box .item-box .cont .details-inquiry .details-box .details span {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  outline: 0;
  margin: 0px;
  text-align: center;
}

.product .content .row-box .col-box .item-box .cont .details-inquiry .inquiry-box {
  width: 49%;
}

.product .content .row-box .col-box .item-box .cont .details-inquiry .inquiry-box .inquiry {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #877767;
  font-size: 12px;
  color: #FFF;
}

.product .content .row-box .col-box .item-box .cont .details-inquiry .inquiry-box .inquiry span {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
  outline: 0;
  margin: 0px;
  text-align: center;
}

@media (max-width: 991px) {
  .product .pagination {
    padding-top: 0;
  }
}

.productdatails-top {
  overflow: hidden;
  margin-bottom: 20px;
  padding: 30px;
}

@media (max-width: 991px) {
  .productdatails-top {
    padding: 0;
  }
}

.productdatails-top .pouch-cont {
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .productdatails-top .pouch-cont {
    flex-wrap: wrap;
  }
}

@media (max-width: 575px) {
  .productdatails-top .pouch-cont {
    padding-top: 10px;
  }
}

.productdatails-top .pouch-cont .pouch-cont-left {
  width: 50%;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}

@media (max-width: 1199px) {
  .productdatails-top .pouch-cont .pouch-cont-left {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .productdatails-top .pouch-cont .pouch-cont-left {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .productdatails-top .pouch-cont .pouch-cont-left {
    padding: 00px;
  }
}

.productdatails-top .pouch-cont .pouch-cont-left .prev-next {
  position: absolute;
  top: 52.5%;
  left: 3%;
  height: 90%;
  z-index: 12;
  transform: translateY(-50%);
  width: auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  pointer-events: none;
}

@media (max-width: 1199px) {
  .productdatails-top .pouch-cont .pouch-cont-left .prev-next {
    left: 4%;
  }
}

@media (max-width: 991px) {
  .productdatails-top .pouch-cont .pouch-cont-left .prev-next {
    height: auto;
    bottom: 5%;
    top: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: row;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .productdatails-top .pouch-cont .pouch-cont-left .prev-next {
    display: none;
  }
}

.productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-next,
.productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-prev {
  position: static;
  pointer-events: all;
}

.productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-next:before {
  font-family: 'iconfont' !important;
  font-size: 22px;
  font-weight: bold;
  display: block;
  content: '\e61f';
  color: #000;
  transition: all 0.3s ease;
  transform: rotate(90deg);
}

@media (max-width: 991px) {
  .productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-next:before {
    transform: rotate(0);
  }
}

.productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 22px;
  font-weight: bold;
  display: block;
  content: '\e61f';
  color: #000;
  transition: all 0.3s ease;
  transform: rotate(-90deg);
}

@media (max-width: 991px) {
  .productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-prev:before {
    transform: rotate(180deg);
  }
}

.productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-prev,
.productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-next {
  z-index: 1;
  text-align: center;
  transition: all 0.3s ease;
  background-color: transparent;
}

.productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
  width: 60px;
  margin-right: auto;
  margin-bottom: -10px;
}

@media (max-width: 1199px) {
  .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
    width: 10%;
  }
}

@media (max-width: 991px) {
  .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .productdatails-top .pouch-cont .pouch-cont-left .left-vertical {
    width: 100%;
  }
}

.productdatails-top .pouch-cont .pouch-cont-left .left-vertical .item {
  overflow: hidden;
  width: 100%;
  height: 60px;
  border: 1px solid #ddd;
}

@media (max-width: 1199px) {
  .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .item {
    height: auto;
    padding-bottom: 16px;
  }
}

@media (max-width: 991px) {
  .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .item {
    padding-bottom: 0;
  }
}

.productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide {
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}

@media (max-width: 991px) {
  .productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide {
    margin: 0 5px;
  }
}

.productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide.slick-current .item {
  border: 1px solid red;
  overflow: hidden;
}

@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);
  }
}

.productdatails-top .pouch-cont .pouch-cont-left .left-vertical .slick-slide .item-video::after {
  z-index: 9;
  font-family: 'iconfont' !important;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  content: '\e726';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: #FFFFFF;
  background-color: #877767;
  border-radius: 100px;
  text-align: center;
  cursor: pointer;
}

.productdatails-top .pouch-cont .pouch-cont-left .left-vertical .img-box {
  position: relative;
  padding-bottom: calc(44 / 59 * 100%);
  overflow: hidden;
}

.productdatails-top .pouch-cont .pouch-cont-left .left-vertical .img-box img {
  width: 100%;
}

.productdatails-top .pouch-cont .pouch-cont-left .left-horizontal {
  width: 85%;
  overflow: hidden;
}

@media (max-width: 991px) {
  .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal {
    width: 100%;
    margin: 0;
  }
}

.productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .item {
  overflow: hidden;
}

.productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .img-box {
  padding-bottom: calc(400 / 530 * 100%);
  overflow: hidden;
}

.productdatails-top .pouch-cont .pouch-cont-left .left-horizontal .img-box img {
  width: 100%;
}

.productdatails-top .pouch-cont .pouch-cont-right {
  width: 48%;
  padding: 50px;
  padding-top: 0;
}

@media (max-width: 1199px) {
  .productdatails-top .pouch-cont .pouch-cont-right {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
}

.productdatails-top .pouch-cont .pouch-cont-right .title {
  line-height: 1;
  font_radio: 2;
  display-radio: 1;
  font-size: 24px;
  font-family: Arial;
  font-weight: bold;
}

@media (max-width: 767px) {
  .productdatails-top .pouch-cont .pouch-cont-right .title {
    line-height: 1.2;
    font-weight: normal;
    font-size: 18px;
    color: #222;
    font-family: "montserrat-b";
  }
}

.productdatails-top .pouch-cont .pouch-cont-right .cont {
  background_radio: 2;
  display-radio: flex;
  padding: 20px;
  background-color: #877767;
  margin-top: 20px;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .productdatails-top .pouch-cont .pouch-cont-right .cont {
    background-color: transparent;
    padding: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 10px;
    margin-top: 10px;
  }
}

.productdatails-top .pouch-cont .pouch-cont-right .cont .text {
  line-height: 1.7;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-word;
  font-family: Arial;
  font-size: 14px;
  color: #ffffff;
}

@media (max-width: 767px) {
  .productdatails-top .pouch-cont .pouch-cont-right .cont .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    -webkit-line-clamp: 3;
    margin-bottom: 10px;
  }
}

.productdatails-top .pouch-cont .pouch-cont-right .cont .item {
  margin-top: 10px;
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .productdatails-top .pouch-cont .pouch-cont-right .cont .item {
    display: none;
  }
}

.productdatails-top .pouch-cont .pouch-cont-right .cont .item b {
  display: inline-block;
  width: 120px;
  font-family: Arial;
  font-size: 14px;
  color: #FFF;
  line-height: 1.5;
}

.productdatails-top .pouch-cont .pouch-cont-right .cont .item p {
  font-family: Arial;
  font-size: 14px;
  color: #FFF;
  line-height: 1.5;
}

.productdatails-top .pouch-cont .pouch-cont-right .cont .item p a {
  color: #FFF;
}

.productdatails-top .pouch-cont .pouch-cont-right .list {
  display: flex;
  align-items: center;
  margin-top: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .productdatails-top .pouch-cont .pouch-cont-right .list {
    border-bottom: none;
    padding-top: 10px;
    padding-bottom: 0;
    margin: 0;
  }

  .productdatails-top .pouch-cont .pouch-cont-right .list:last-of-type {
    padding-bottom: 10px;
  }
}

.productdatails-top .pouch-cont .pouch-cont-right .list .iconfont {
  color: #877767;
  font-size: 40px;
  margin-right: 14px;
  line-height: 1;
}

@media (max-width: 767px) {
  .productdatails-top .pouch-cont .pouch-cont-right .list .iconfont {
    font-size: 24px;
  }
}

.productdatails-top .pouch-cont .pouch-cont-right .list p {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}

@media (max-width: 767px) {
  .productdatails-top .pouch-cont .pouch-cont-right .list p {
    font-size: 14px;
    color: #333333;
    line-height: 1.5;
    font-family: "montserrat-b";
    font-weight: normal;
  }
}

.productdatails-top .pouch-cont .pouch-cont-right .list p a {
  color: #333333;
}

.productdatails-top .pouch-cont .pouch-cont-right .rela-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .productdatails-top .pouch-cont .pouch-cont-right .rela-contact {
    display: none;
  }
}

.productdatails-top .pouch-cont .pouch-cont-right .rela-contact a {
  width: 48%;
  padding: 15px 8px;
  font-size: 14px;
  border-radius: 4px;
  transition: all 0.3s;
  text-align: center;
}

.productdatails-top .pouch-cont .pouch-cont-right .rela-contact a:hover {
  background-color: #b9b9b9;
}

.productdatails-top .pouch-cont .pouch-cont-right .rela-contact .rela {
  background-color: #877767;
  color: #FFFFFF;
}

.productdatails-top .pouch-cont .pouch-cont-right .rela-contact .cona {
  border: 1px solid #877767;
  background-color: #FFF;
  color: #877767;
}

.productdatails-top .pouch-cont .pouch-cont-right .quote-more {
  margin-top: 30px;
  max-width: 380px;
  display: flex;
  display: none;
}

@media (max-width: 767px) {
  .productdatails-top .pouch-cont .pouch-cont-right .quote-more {
    display: flex;
  }
}

@media (max-width: 575px) {
  .productdatails-top .pouch-cont .pouch-cont-right .quote-more {
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .productdatails-top .pouch-cont .pouch-cont-right .quote-more .quote {
    margin-top: 0;
  }
}

.productdatails-top .pouch-cont .pouch-cont-right .quote-more a {
  margin-right: 20px;
  height: 100%;
  height: 44px;
  line-height: 44px;
  border-radius: 4px;
  max-width: 180px;
  margin-bottom: 10px;
  color: #FFF;
  display: flex;
  align-items: center;
  padding: 0 30px;
  justify-content: center;
}

@media (max-width: 575px) {
  .productdatails-top .pouch-cont .pouch-cont-right .quote-more a {
    width: 48%;
    height: auto;
    line-height: normal;
    padding: 15px 10px;
  }
}

.productdatails-top .pouch-cont .pouch-cont-right .quote-more a:last-child {
  margin-right: 0;
}

.productdatails-top .pouch-cont .pouch-cont-right .quote-more a:nth-child(1) {
  background-color: #877767;
  color: #FFF;
  transition: all 0.3s;
}

.productdatails-top .pouch-cont .pouch-cont-right .quote-more a:nth-child(1) .iconfont {
  color: #FFF;
  font-size: 24px;
  margin-right: 10px;
}

.productdatails-top .pouch-cont .pouch-cont-right .quote-more a:nth-child(1) span {
  font-size: 14px;
  color: #FFF;
}

.productdatails-top .pouch-cont .pouch-cont-right .quote-more a:nth-child(1):hover {
  background-color: #999;
}

.productdatails-top .pouch-cont .pouch-cont-right .quote-more a:nth-child(2) {
  background-color: #00923f00;
  border: 1px solid #999;
}

.productdatails-top .pouch-cont .pouch-cont-right .quote-more a:nth-child(2):hover {
  border: 1ox solid #877767;
}

.productdatails-top .pouch-cont .pouch-cont-right .quote-more a:nth-child(2):hover span {
  color: #877767;
}

.productdatails-top .pouch-cont .pouch-cont-right .quote-more a:nth-child(2):hover .iconfont {
  color: #877767;
}

.productdatails-top .pouch-cont .pouch-cont-right .quote-more a:nth-child(2) span {
  font-size: 14px;
  color: #999;
}

.productdatails-top .pouch-cont .pouch-cont-right .quote-more a:nth-child(2) .iconfont {
  color: #999;
  font-size: 24px;
  margin-right: 10px;
}

.productdatails-top .pouch-cont .pouch-cont-right .hr2 {
  margin-bottom: 10px;
  margin-top: 10px;
  padding-bottom: 0px;
  padding-top: 0px;
  min-height: 0px;
  max-height: none;
  height: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.7);
  display: none;
}

@media (max-width: 767px) {
  .productdatails-top .pouch-cont .pouch-cont-right .hr2 {
    display: block;
  }
}

.productdatails-top .pouch-cont .pouch-cont-right .stone {
  margin-bottom: 20px;
  display: none;
}

@media (max-width: 767px) {
  .productdatails-top .pouch-cont .pouch-cont-right .stone {
    display: block;
  }
}

.productdatails-top .pouch-cont .pouch-cont-right .stone .tit {
  display: flex;
  align-items: center;
  line-height: 1.8;
  font-size: 14px;
  color: #1b242b;
  margin-bottom: 10px;
  font-weight: normal;
  font-family: "montserrat-reg";
}

.productdatails-top .pouch-cont .pouch-cont-right .stone .tit .iconfont {
  color: #000;
  font-size: 20px;
  margin-right: 3px;
}

.productdatails-top .pouch-cont .pouch-cont-right .stone .stone-a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(100%);
  color: #333333;
  font-size: 14px;
  line-height: 2;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
  border-radius: 4px;
  margin-right: auto;
  font-family: Arial;
  transition: all 0.3s;
}

.productdatails-top .pouch-cont .pouch-cont-right .stone .stone-a:hover {
  color: #877767;
}

.productdetials .productdatails-nav {
  position: sticky;
  top: 145px;
  z-index: 12;
  margin-top: 50px;
}

@media (max-width: 1400px) {
  .productdetials .productdatails-nav {
    top: 82px;
    margin-top: 40px;
  }
}

@media (max-width: 1199px) {
  .productdetials .productdatails-nav {
    top: 76px;
    margin-top: 20px;
  }
}

@media (max-width: 991px) {
  .productdetials .productdatails-nav {
    position: static;
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .productdetials .productdatails-nav {
    display: none;
  }
}

.productdetials .productdatails-nav .box {
  flex-wrap: wrap;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

@media (max-width: 1199px) {
  .productdetials .productdatails-nav .box {
    top: 65px;
    flex-wrap: wrap;
  }
}

.productdetials .productdatails-nav .box a {
  display: block;
  text-decoration: none;
  color: #FFF;
  font-size: 18px;
  min-width: 0;
  transition: all 0.3s ease;
  position: relative;
  width: calc(100% / 6);
  background-color: #877767;
  padding: 0.6vw;
  overflow: hidden;
  text-align: center;
  height: 1.5;
  border-radius: 0.25rem;
}

@media (max-width: 1400px) {
  .productdetials .productdatails-nav .box a {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .productdetials .productdatails-nav .box a {
    width: calc(100% / 4);
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  .productdetials .productdatails-nav .box a {
    font-size: 16px;
  }
}

.productdetials .productdatails-nav .box a:hover {
  background-color: #999999;
}

.productdetials .content-box {
  margin-top: 20px;
}

.productdetials .content-box p {
  font-size: 14px;
  line-height: 2rem;
  font-family: poppins-regular;
  display: block;
}

.productdetials .content-box p img {
  filter: blur(0);
  transition: filter 1s;
  width: 100% !important;
  height: auto !important;
}

.productdetials .content-box p strong {
  display: block;
  font-weight: bolder;
}

.productdetials .content-box h1 {
  font-size: 18px;
  font-family: Arial;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: bold;
  color: #ffffff;
  background-color: #a5896a;
  margin: 20px 0;
}

.productdetials .content-box .table-box {
  overflow-x: auto;
}

.productdetials .content-box table {
  width: 100%;
  border-collapse: collapse;
}

.productdetials .content-box table tr td {
  width: auto !important;
  background: none !important;
  padding: 10px !important;
  border: 1px solid #ddd !important;
  overflow-wrap: break-word;
  position: relative;
  line-height: 2rem;
  font-family: poppins-regular;
}
.productdetials .content-box table tr td:nth-child(2){
  vertical-align: middle;
}
@media(max-width: 768px){
  .productdetials .content-box .gj1 table tr td:nth-child(1) {
    width: 28% !important;
  }
}
.productdetials .content-box table tr:nth-child(odd) {
  background-color: #eff2f7;
}

.productdetials .quote {
  padding: 50px 0;
}

@media (max-width: 1199px) {
  .productdetials .quote {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .productdetials .quote {
    padding: 30px 10px;
    margin-top: 20px;
  }
}

.productdetials .quote h3 {
  line-height: 1.5;
  font-family: Arial;
  color: #6a5e52;
  text-align: center;
  font-size: 30px;
}

@media (max-width: 1199px) {
  .productdetials .quote h3 {
    font-weight: 26px;
  }
}

@media (max-width: 767px) {
  .productdetials .quote h3 {
    font-size: 22px;
    line-height: normal;
  }
}

.productdetials .quote p {
  line-height: 1.2;
  font_radio: 2;
  display-radio: 1;
  text-align: center;
  margin-bottom: 0px;
  font-size: 16px;
  margin-top: 10px;
  font-family: "montserrat-reg";
}

@media (max-width: 767px) {
  .productdetials .quote p {
    line-height: 1.5;
    font-size: 14px;
  }
}

.productdetials .quote .message {
  width: 100%;
  margin-top: 30px;
}

@media (max-width: 1400px) {
  .productdetials .quote .message {
    margin-top: 20px;
  }
}

.productdetials .quote .message .formbox .row {
  margin: 0 -10px;
}

.productdetials .quote .message .formbox li {
  margin-bottom: 1rem;
  padding: 0 10px;
  list-style: none;
}

.productdetials .quote .message .formbox .group {
  position: relative;
}

.productdetials .quote .message .formbox .group input {
  width: 100%;
  overflow: hidden;
  height: 46px;
  padding: 0 20px;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  line-height: 1.5;
  color: #495057;
  border-radius: 0.25rem;
  font-size: 100%;
  outline: none;
  transition: border-color 0.5s ease;
}

@media (max-width: 991px) {
  .productdetials .quote .message .formbox .group input {
    font-size: 14px;
  }
}

.productdetials .quote .message .formbox .group input::placeholder {
  color: #495057;
  font-size: 100%;
  opacity: 0.7;
}

@media (max-width: 991px) {
  .productdetials .quote .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}

.productdetials .quote .message .formbox .group input:focus {
  box-shadow: rgba(0, 123, 255, 0.094) 0px 0px 0px 1.18996px;
}

.productdetials .quote .message .formbox .group input:focus label {
  display: none;
}

.productdetials .quote .message .formbox .group input:focus::placeholder {
  color: #ccc;
}

.productdetials .quote .message .formbox .group textarea {
  width: 100%;
  overflow: hidden;
  outline: none;
  transition: border-color 0.3s ease;
  height: 100px;
  padding: 10px 20px;
  background-color: #FFFFFF;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  transition: 0.5s;
  margin-bottom: 13px;
  border-radius: 0.25rem;
}

@media (max-width: 991px) {
  .productdetials .quote .message .formbox .group textarea {
    height: auto;
  }
}

@media (max-width: 991px) {
  .productdetials .quote .message .formbox .group textarea {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .productdetials .quote .message .formbox .group textarea {
    margin-bottom: 0;
  }
}

.productdetials .quote .message .formbox .group textarea::placeholder {
  color: #495057;
  font-size: 100%;
  opacity: 0.7;
}

@media (max-width: 991px) {
  .productdetials .quote .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}

.productdetials .quote .message .formbox .group textarea:focus {
  box-shadow: rgba(0, 123, 255, 0.094) 0px 0px 0px 1.18996px;
}

.productdetials .quote .message .formbox .group textarea:focus label {
  display: none;
}

.productdetials .quote .message .func .submit-group {
  display: flex;
  justify-content: center;
}

.productdetials .quote .message .func .submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 8px;
  width: 180px;
  border-radius: 4px;
  background: #877767;
  border: none;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .productdetials .quote .message .func .submit {
    width: 120px;
    padding: 8px;
  }
}

.productdetials .quote .message .func .submit:hover {
  background-color: #999;
}

.productdetials .quote .message .func .submit span {
  display: inline-block;
  font-size: 16px;
  transition: all 0.3s;
  color: #FFF;
}

.productdetials .quote .message .func .submit span:hover {
  background-color: #DC0B0B;
}

.productdetials .details-related {
  padding: 60px 0;
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .productdetials .details-related {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .productdetials .details-related {
    padding: 30px 0;
  }
}

.productdetials .details-related .top h3 {
  font-size: 30px;
  font-weight: normal;
  color: #564e46;
  line-height: 1.5;
  text-align: center;
  font-family: Arial;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .productdetials .details-related .top h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 0px;
  }
}

.productdetials .details-related .related-slick {
  margin: 0 -10px;
  padding-bottom: 40px;
}

.productdetials .details-related .related-slick .slick-dots {
  bottom: 10px;
}

.productdetials .details-related .related-slick .slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  margin: 0 4px;
}

.productdetials .details-related .related-slick .slick-dots li.slick-active button::before {
  content: '';
  background: #007aff;
  opacity: 1;
}

.productdetials .details-related .related-slick .slick-dots li button::before {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  color: transparent;
  background-color: #000;
  opacity: 0.2;
}

.productdetials .details-related .related-slick .item-box {
  padding: 0 10px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.productdetials .details-related .related-slick .item-box .item {
  border: 1px solid #e5e5e5;
  padding-bottom: 10px;
}

.productdetials .details-related .related-slick .item-box .item:hover .img-box img {
  transform: scale(1);
}

.productdetials .details-related .related-slick .item-box .item:hover .more {
  border: 1px solid #877767;
  color: #877767;
}

.productdetials .details-related .related-slick .item-box .item .img-box {
  padding-bottom: calc(205 / 273 * 100%);
  overflow: hidden;
}

.productdetials .details-related .related-slick .item-box .item .img-box img {
  transition: all 0.5s;
  transform: scale(0.9);
}

.productdetials .details-related .related-slick .item-box .item .tit {
  display: block;
  margin: 10px 0;
  line-height: 1.5;
  font-size: 16px;
  text-align: center;
  color: #333333;
}

@media (max-width: 767px) {
  .productdetials .details-related .related-slick .item-box .item .tit {
    padding-bottom: 20px;
  }
}

.productdetials .details-related .related-slick .item-box .item .more {
  width: 90%;
  padding: 8px;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1e1e1e;
  font-size: 14px;
  margin: 0 auto;
  margin-bottom: 10px;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .productdetials .details-related .related-slick .item-box .item .more {
    display: none;
  }
}

.contact-pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: calc(100% + 200px);
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  display: none;
}

.contact-pop .box {
  position: relative;
  z-index: 999;
  word-wrap: 100%;
  top: 40%;
  left: 50%;
  background-color: #FFF;
  max-width: 1000px;
  width: 94%;
  transform: translateY(-50%) translateX(-50%);
  padding: 0 10px;
}

.contact-pop .message {
  width: 94%;
  margin: 0 auto;
  margin-top: 40px;
  padding: 70px 0 60px 0;
  position: relative;
}

@media (max-width: 991px) {
  .contact-pop .message {
    padding: 40px 0;
  }
}

.contact-pop .message .pop-none {
  position: absolute;
  right: -30px;
  top: 3px;
  font-size: 18px;
  cursor: pointer;
}

@media (max-width: 991px) {
  .contact-pop .message .pop-none {
    right: -10px;
  }
}

@media (max-width: 1400px) {
  .contact-pop .message {
    margin-top: 20px;
  }
}

.contact-pop .message .tit-txt h2 {
  font-size: 40px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  font-family: Arial;
}

@media (max-width: 991px) {
  .contact-pop .message .tit-txt h2 {
    font-size: 30px;
  }
}

.contact-pop .message .tit-txt p {
  text-align: center;
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 40px;
  font-family: Arial;
}

.contact-pop .message .formbox .row {
  margin: 0 -10px;
}

.contact-pop .message .formbox li {
  margin-bottom: 1rem;
  padding: 0 10px;
  list-style: none;
}

.contact-pop .message .formbox .group {
  position: relative;
}

.contact-pop .message .formbox .group input {
  width: 100%;
  overflow: hidden;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ced4da;
  color: #495057;
  border-radius: 0.25rem;
  font-size: 100%;
  outline: none;
  transition: border-color 0.5s ease;
}

@media (max-width: 991px) {
  .contact-pop .message .formbox .group input {
    font-size: 14px;
  }
}

.contact-pop .message .formbox .group input::placeholder {
  color: #495057;
  font-size: 100%;
}

@media (max-width: 991px) {
  .contact-pop .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}

.contact-pop .message .formbox .group input:focus {
  box-shadow: rgba(0, 123, 255, 0.094) 0px 0px 0px 1.18996px;
}

.contact-pop .message .formbox .group input:focus label {
  display: none;
}

.contact-pop .message .formbox .group input:focus::placeholder {
  color: #ccc;
}

.contact-pop .message .formbox .group textarea {
  width: 100%;
  overflow: hidden;
  outline: none;
  transition: border-color 0.3s ease;
  height: 100px;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

@media (max-width: 991px) {
  .contact-pop .message .formbox .group textarea {
    height: auto;
  }
}

@media (max-width: 991px) {
  .contact-pop .message .formbox .group textarea {
    font-size: 14px;
  }
}

.contact-pop .message .formbox .group textarea::placeholder {
  color: #495057;
  font-size: 100%;
}

@media (max-width: 991px) {
  .contact-pop .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}

.contact-pop .message .formbox .group textarea:focus {
  box-shadow: rgba(0, 123, 255, 0.094) 0px 0px 0px 1.18996px;
}

.contact-pop .message .formbox .group textarea:focus label {
  display: none;
}

.contact-pop .message .func .submit-group {
  display: flex;
  justify-content: center;
}

.contact-pop .message .func .submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  width: 160px;
  border-radius: 10px;
  background: #868686;
  border: none;
  transition: all 0.5s;
}

.contact-pop .message .func .submit:hover {
  background-color: rgba(132, 57, 45, 0.9);
  border-radius: 4px;
}

.contact-pop .message .func .submit span {
  display: inline-block;
  font-size: 16px;
  line-height: 2;
  transition: all 0.3s;
  color: #FFF;
}

.appreciation {
  margin-top: 30px;
  padding-bottom: 3%;
}

.appreciation .nav-none {
  width: 92%;
  max-width: 1580px;
  margin-left: 5%;
  margin-bottom: 8%;
  border-radius: 2px;
  background-color: #877767;
  color: rgba(255, 255, 255, 0.8);
  padding: 10px 15px;
  font-size: 14px;
  text-align: center;
  display: none;
}

.appreciation .nav-none a {
  color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 991px) {
  .appreciation .nav-none {
    display: block;
  }
}

.appreciation .box {
  display: flex;
  justify-content: space-between;
  width: 95%;
  max-width: 1580px;
  margin: 0 auto;
}

.appreciation .box .left-box {
  width: 19%;
}

@media (max-width: 991px) {
  .appreciation .box .left-box {
    display: none;
  }
}

.appreciation .box .left {
  position: sticky;
  top: 145px;
  left: 0;
}

.appreciation .box .left .item1 {
  background-color: #ffffff;
  padding: 10px;
  padding-top: 0px;
  border-radius: 20px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}

.appreciation .box .left .item1 h2 {
  line-height: 1.5;
  font-size: 22px;
  font-weight: bold;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.02);
  padding: 20px 10px;
  padding-bottom: 0px;
}

@media (max-width: 1199px) {
  .appreciation .box .left .item1 h2 {
    font-size: 19px;
  }
}

.appreciation .box .left .item1 hr {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #dddddd;
  width: auto;
  margin: 15px 0;
  opacity: 1;
}

.appreciation .box .left .item1 ul li {
  display: flex;
  justify-content: space-between;
  position: relative;
  line-height: 50px;
  border-bottom: 1px solid #ebebeb;
  font-size: 17px;
  transition: all ease 0.3s;
  width: 100%;
  color: #333;
  font-weight: bold;
}

@media (max-width: 1199px) {
  .appreciation .box .left .item1 ul li {
    font-size: 16px;
    height: auto;
    line-height: 100%;
    padding: 10px 0;
  }
}

.appreciation .box .left .item1 ul li:hover {
  background: #d5b493;
  color: #fff;
  border-bottom: 1px solid #877767;
}

.appreciation .box .left .item1 ul li:hover a {
  color: #fff;
}

.appreciation .box .left .item1 ul li.active {
  background: #d5b493;
  color: #fff;
  border-bottom: 1px solid #877767;
}

.appreciation .box .left .item1 ul li.active a {
  color: #fff;
}

.appreciation .box .left .item1 ul li a {
  width: 100%;
  padding-left: 15px;
  display: flex;
  justify-content: flex-start;
  color: #333;
  transition: all 0.3s;
}

.appreciation .box .left .item2 {
  width: 100%;
  margin-top: 30px;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}

.appreciation .box .left .item2 h2 {
  line-height: 1.5;
  font-size: 22px;
  font-weight: normal;
  color: #ffffff;
  background: #877767;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

@media (max-width: 1199px) {
  .appreciation .box .left .item2 h2 {
    font-size: 20px;
  }
}

.appreciation .box .left .item2 .cont {
  padding: 20px;
}

.appreciation .box .left .item2 .cont .list:last-child p {
  margin-bottom: 0;
}

.appreciation .box .left .item2 .cont .list b {
  display: block;
  line-height: normal;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 400;
}

.appreciation .box .left .item2 .cont .list p {
  font-size: 16px;
  color: #212529;
  margin-bottom: 30px;
  line-height: 1.5;
  white-space: wrap;
}

@media (max-width: 1199px) {
  .appreciation .box .left .item2 .cont .list p {
    margin-bottom: 20px;
  }
}

.appreciation .box .left .item2 .cont .list p a {
  color: #212529;
}

.appreciation .box .right {
  width: 78.97%;
  margin-left: 2%;
  padding: 10px 5px 25px 5px;
}

@media (max-width: 991px) {
  .appreciation .box .right {
    width: 100%;
  }
}

.appreciation .box .right .row-box {
  margin: 0 -10px;
}

.appreciation .box .right .row-box .col-box {
  padding: 0 10px;
  padding-bottom: 15px;
}

.appreciation .box .right .row-box .col-box .item {
  border: 1px solid rgba(221, 221, 221, 0.69);
  transition: all 0.3s;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.appreciation .box .right .row-box .col-box .item:hover {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}

.appreciation .box .right .row-box .col-box .item:hover .img-box img {
  /* transform: scale(1.05); */
}

.appreciation .box .right .row-box .col-box .item .img-box {
  /* calc(137 / 192 * 100%) */
  padding-bottom: 70%;
  overflow: hidden;
}

.appreciation .box .right .row-box .col-box .item .img-box img {
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: auto;
  object-fit: cover;
  transition: 0.5s;
  filter: blur(0);

}

.appreciation .box .right .row-box .col-box .item .cont {
  padding: 15px;
}

.appreciation .box .right .row-box .col-box .item .cont .tit {
  line-height: 1.5;
  text-align: left;
  font-size: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #000000;
  font-weight: normal;
  transition: all 0.5s ease;
  height: 60px;
  font-family: "poppins-medium";
}

@media (max-width: 1199px) {
  .appreciation .box .right .row-box .col-box .item .cont .tit {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .appreciation .box .right .row-box .col-box .item .cont .tit {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .appreciation .box .right .row-box .col-box .item .cont .tit {
    font-size: 16px;
  }
}

.appreciation .box .right .row-box .col-box .item .cont .tit a {
  color: #000000;
}

.appreciation .box .right .row-box .col-box .item .cont .more {
  padding: 10px;
  margin-top: 2%;
  border: 1px #000 dashed;
  transition: all 0.5s ease;
  border-radius: 30px;
  background-color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 16px;
  transition: all 0.5s;
}

@media (max-width: 1199px) {
  .appreciation .box .right .row-box .col-box .item .cont .more {
    font-size: 14px;
    padding: 6px;
  }
}

@media (max-width: 991px) {
  .appreciation .box .right .row-box .col-box .item .cont .more {
    font-size: 16px;
  }
}

.appreciation .box .right .row-box .col-box .item .cont .more:hover {
  color: #877767;
}

.appreciationdetails {
  background-color: #f5f5f5;
  padding-top: 40px;
}

.appreciationdetails .box {
  display: flex;
  justify-content: space-between;
  width: 94%;
  max-width: 1600px;
  margin: 0 auto;
}

.appreciationdetails .box .left {
  width: 58.81%;
  background-color: #FFFFFF;
  padding: 30px 0;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .appreciationdetails .box .left {
    width: 100%;
  }
}

.appreciationdetails .box .left .cont1 {
  width: 94%;
  margin: 0 auto;
  padding-bottom: 35px;
}

@media (max-width: 991px) {
  .appreciationdetails .box .left .cont1 {
    padding-bottom: 0;
  }
}

.appreciationdetails .box .left .cont1 .productdatails-top {
  overflow: hidden;
  padding: 0 30px;
  padding-bottom: 0;
}

.appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont {
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont {
    flex-wrap: wrap;
  }
}

.appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont .pouch-cont-left {
  width: 100%;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}

@media (max-width: 1199px) {
  .appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont .pouch-cont-left {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont .pouch-cont-left {
    flex-wrap: wrap;
  }
}

@media (max-width: 767px) {
  .appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont .pouch-cont-left {
    padding: 00px;
  }
}

.appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont .pouch-cont-left .prev-next {
  position: absolute;
  z-index: 12;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  pointer-events: none;
  height: auto;
  top: auto;
  right: auto;
  left: 50%;
  transform: translateX(-50%);
  flex-direction: row;
  width: 100%;
  bottom: 3%;
}

@media (max-width: 1400px) {
  .appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont .pouch-cont-left .prev-next {
    bottom: 2%;
  }
}

@media (max-width: 991px) {
  .appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont .pouch-cont-left .prev-next {
    bottom: 4%;
  }
}

@media (max-width: 767px) {
  .appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont .pouch-cont-left .prev-next {
    display: none;
  }
}

.appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-next,
.appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-prev {
  position: static;
  pointer-events: all;
}

.appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-next:before {
  font-family: 'iconfont' !important;
  font-size: 18px;
  display: block;
  content: '\e61f';
  color: #000;
  transition: all 0.3s ease;
  transform: rotate(0);
}

.appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-prev:before {
  font-family: 'iconfont' !important;
  font-size: 20px;
  display: block;
  content: '\e61f';
  color: #000;
  transition: all 0.3s ease;
  transform: rotate(180deg);
}

.appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-prev,
.appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-next {
  z-index: 1;
  text-align: center;
  transition: all 0.3s ease;
  background-color: transparent;
}

.appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-prev,
.appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-next:hover::before {
  color: #000;
}

.appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont .pouch-cont-left .prev-next .slick-prev:hover::before {
  color: #000;
}

.appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont .pouch-cont-left .left-vertical2 {
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
  padding-right: 0;
}

@media (max-width: 575px) {
  .appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont .pouch-cont-left .left-vertical2 {
    width: 100%;
  }
}

.appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont .pouch-cont-left .left-vertical2 .item {
  overflow: hidden;
  border: 1px solid #ddd;
}

.appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont .pouch-cont-left .left-vertical2 .slick-slide {
  overflow: hidden;
  position: relative;
  margin: 0 5px;
}

.appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont .pouch-cont-left .left-vertical2 .slick-slide.slick-current .item {
  border: 1px solid red;
  overflow: hidden;
}

@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);
  }
}

.appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont .pouch-cont-left .left-vertical2 .slick-slide .item-video::after {
  z-index: 9;
  font-family: 'iconfont' !important;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  content: '\e726';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  color: #FFFFFF;
  background-color: #877767;
  border-radius: 100px;
  text-align: center;
  cursor: pointer;
}

.appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont .pouch-cont-left .left-vertical2 .img-box {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
}

.appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont .pouch-cont-left .left-vertical2 .img-box img {
  width: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);

}

.appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal2 {
  width: 100%;
  overflow: hidden;
}

@media (max-width: 991px) {
  .appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal2 {
    width: 100%;
    margin: 0;
  }
}

.appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal2 .item {
  overflow: hidden;
}

.appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal2 .img-box {
  padding-bottom: calc(545 / 766 * 100%);
  overflow: hidden;
}

.appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont .pouch-cont-left .left-horizontal2 .img-box img {
  width: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont .right {
  width: 100%;
  margin-left: 0;
  display: none;
}

@media (max-width: 991px) {
  .appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont .right {
    display: block;
  }
}

@media (max-width: 991px) {
  .appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont .right .content-box {
    padding-bottom: 0;
  }
}

.appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont .right .content-box .content {
  width: 100%;
}

.appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont .right .content-box .content h2 {
  font-size: 20px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont .right .content-box .content h2 {
    font-size: 16px;
  }
}

.appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont .right .content-box .content .hr1 {
  margin: 10px 0;
}

.appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont .right .content-box .content .list a {
  font-size: 14px;
}

.appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont .right .content-box .content .quote-more {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont .right .content-box .content .quote-more a {
    width: 48%;
    height: auto;
    line-height: normal;
    padding: 12px 0;
  }
}

.appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont .right .content-box .content .quote-more a span {
  font-size: 14px;
}

.appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont .right .content-box .content .hr2 {
  margin: 10px 0;
}

.appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont .right .content-box .content .stone .tit {
  font-size: 14px;
}

.appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont .right .content-box .content .stone .stone-a {
  width: 100%;
}

.appreciationdetails .box .left .cont1 .productdatails-top .pouch-cont .right .content-box .content .hr3 {
  display: none;
}

.appreciationdetails .box .left .cont2 {
  border-top-style: solid;
  border-top-width: 10px;
  border-top-color: #f5f5f5;
  padding-top: 20px;
}

.appreciationdetails .box .left .cont2 .content {
  width: 94%;
  margin: 0 auto;
}

.appreciationdetails .box .left .cont2 .content hr {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #dddddd;
  opacity: 1;
  padding-bottom: 10px;
}

.appreciationdetails .box .left .cont2 .content .row {
  margin: 0 -10px;
}

.appreciationdetails .box .left .cont2 .content .row .col-box {
  padding: 0 10px;
  margin-bottom: 30px;
}

.appreciationdetails .box .left .cont2 .content .row .col-box .item-box:hover .img-box img {
  transform: scale(1.05);
}

.appreciationdetails .box .left .cont2 .content .row .col-box .item-box:hover .item .tit .icon {
  opacity: 1;
  transform: translateX(0);
}

.appreciationdetails .box .left .cont2 .content .row .col-box .item-box .img-box {
  padding-bottom: calc(340 / 510 * 100%);
  overflow: hidden;
}

.appreciationdetails .box .left .cont2 .content .row .col-box .item-box .img-box img {
  transition: all 0.6s;
}

.appreciationdetails .box .left .cont2 .content .row .col-box .item-box .item .tit {
  padding-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .appreciationdetails .box .left .cont2 .content .row .col-box .item-box .item .tit {
    padding-top: 15px;
  }
}

@media (max-width: 991px) {
  .appreciationdetails .box .left .cont2 .content .row .col-box .item-box .item .tit {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .appreciationdetails .box .left .cont2 .content .row .col-box .item-box .item .tit {
    font-size: 16px;
  }
}

.appreciationdetails .box .left .cont2 .content .row .col-box .item-box .item .tit p {
  font-size: 22px;
  color: #000000;
  font-family: Arial;
}

@media (max-width: 1199px) {
  .appreciationdetails .box .left .cont2 .content .row .col-box .item-box .item .tit p {
    font-size: 18px;
  }
}

.appreciationdetails .box .left .cont2 .content .row .col-box .item-box .item .tit .icon {
  display: flex;
  align-items: center;
  transform: translateX(-20px);
  transition: all 0.6s;
  opacity: 0;
}

.appreciationdetails .box .left .cont2 .content .row .col-box .item-box .item .tit .icon b {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  border: 2px solid rgba(135, 119, 103, 0.5);
  margin-right: -6px;
}

.appreciationdetails .box .left .cont2 .content .row .col-box .item-box .item .tit .icon .iconfont {
  color: #000;
  font-size: 18px;
}

.appreciationdetails .box .left .cont2 .content .row .col-box .item-box .item hr {
  margin: 1rem 0;
  border-top-style: solid;
  border-top-width: 3px;
  border-top-color: #877767;
  opacity: 1;
  width: 100%;
  height: 3px;
}

@media (max-width: 1199px) {
  .appreciationdetails .box .left .cont2 .content .row .col-box .item-box .item hr {
    margin: 10px 0;
  }
}

.appreciationdetails .box .left .cont2 .content .row .col-box .item-box .item .text p {
  color: #212529;
}

.appreciationdetails .box .right {
  width: 38.17%;
  margin-left: 3%;
}

@media (max-width: 991px) {
  .appreciationdetails .box .right {
    display: none;
  }
}

.appreciationdetails .box .right .content-box {
  background-color: #FFF;
  position: sticky;
  top: 140px;
  padding: 30px 0;
  border-radius: 10px;
}

.appreciationdetails .box .right .content-box .content {
  width: 94%;
  margin: 0 auto;
}

.appreciationdetails .box .right .content-box .content h2 {
  font-size: 24px;
  color: #333333;
  margin-bottom: 20px;
}

.appreciationdetails .box .right .content-box .content .hr1 {
  margin: 1rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.7);
}

.appreciationdetails .box .right .content-box .content .list {
  display: flex;
  align-items: center;
  padding: 10px;
}

.appreciationdetails .box .right .content-box .content .list .iconfont {
  color: #877767;
  font-size: 24px;
}

.appreciationdetails .box .right .content-box .content .list a {
  display: inline-block;
  width: calc(100% - 30px);
  padding-left: 10px;
  font-size: 16px;
  font-family: Arial;
  transition: all 0.5s;
  color: #2c2c2c;
  line-height: 1.5;
}

.appreciationdetails .box .right .content-box .content .quote-more {
  margin-top: 15px;
  margin-bottom: 30px;
  max-width: 380px;
  display: flex;
}

.appreciationdetails .box .right .content-box .content .quote-more a {
  margin-right: 20px;
  height: 100%;
  height: 44px;
  line-height: 44px;
  border-radius: 4px;
  max-width: 180px;
  margin-bottom: 10px;
  color: #FFF;
  display: flex;
  align-items: center;
  padding: 0 30px;
  justify-content: center;
}

.appreciationdetails .box .right .content-box .content .quote-more a:last-child {
  margin-right: 0;
}

.appreciationdetails .box .right .content-box .content .quote-more a:nth-child(1) {
  background-color: #877767;
  color: #FFF;
  transition: all 0.3s;
}

.appreciationdetails .box .right .content-box .content .quote-more a:nth-child(1) .iconfont {
  color: #FFF;
  font-size: 16px;
  margin-right: 10px;
}

.appreciationdetails .box .right .content-box .content .quote-more a:nth-child(1) span {
  font-size: 16px;
  color: #FFF;
}

.appreciationdetails .box .right .content-box .content .quote-more a:nth-child(1):hover {
  background-color: #999;
}

.appreciationdetails .box .right .content-box .content .quote-more a:nth-child(2) {
  background-color: #00923f00;
  border: 1px solid #999;
}

.appreciationdetails .box .right .content-box .content .quote-more a:nth-child(2):hover {
  border: 1ox solid #877767;
}

.appreciationdetails .box .right .content-box .content .quote-more a:nth-child(2):hover span {
  color: #877767;
}

.appreciationdetails .box .right .content-box .content .quote-more a:nth-child(2):hover .iconfont {
  color: #877767;
}

.appreciationdetails .box .right .content-box .content .quote-more a:nth-child(2) span {
  font-size: 16px;
  color: #999;
}

.appreciationdetails .box .right .content-box .content .quote-more a:nth-child(2) .iconfont {
  color: #999;
  font-size: 16px;
  margin-right: 10px;
}

.appreciationdetails .box .right .content-box .content .hr2 {
  margin-bottom: 10px;
  margin-top: 30px;
  padding-bottom: 0px;
  padding-top: 0px;
  min-height: 0px;
  max-height: none;
  height: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.7);
}

.appreciationdetails .box .right .content-box .content .stone {
  margin-bottom: 20px;
}

.appreciationdetails .box .right .content-box .content .stone .tit {
  display: flex;
  align-items: center;
  line-height: 1.8;
  font-size: 16px;
  color: #1b242b;
  margin-bottom: 10px;
  font-weight: normal;
  font-family: "montserrat-reg";
}

.appreciationdetails .box .right .content-box .content .stone .tit .iconfont {
  color: #000;
  font-size: 24px;
  margin-right: 3px;
}

.appreciationdetails .box .right .content-box .content .stone .stone-a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 2);
  color: #333333;
  font-size: 14px;
  line-height: 2;
  text-align: center;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #f5f5f5;
  border-radius: 4px;
  margin-right: auto;
  font-family: Arial;
  transition: all 0.3s;
}

.appreciationdetails .box .right .content-box .content .stone .stone-a:hover {
  color: #877767;
}

.appreciationdetails .box .right .content-box .content .hr3 {
  margin-bottom: 30px;
  margin-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.7);
}

.appreciationdetails .quote-box {
  background-color: #FFF;
  margin-top: 70px;
}

@media (max-width: 767px) {
  .appreciationdetails .quote-box {
    margin-top: 40px;
  }
}

.appreciationdetails .quote {
  padding: 50px 0;
  max-width: 1600px;
  width: 94%;
  margin: 0 auto;
}

.appreciationdetails .quote h3 {
  line-height: 1.5;
  font-family: Arial;
  color: #6a5e52;
  text-align: center;
  font-size: 30px;
}

@media (max-width: 767px) {
  .appreciationdetails .quote h3 {
    font-size: 22px;
  }
}

.appreciationdetails .quote p {
  line-height: 1.2;
  font_radio: 2;
  display-radio: 1;
  text-align: center;
  margin-bottom: 0px;
  font-size: 16px;
  margin-top: 10px;
  font-family: "montserrat-reg";
}

@media (max-width: 767px) {
  .appreciationdetails .quote p {
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
  }
}

.appreciationdetails .quote .message {
  width: 100%;
  margin-top: 30px;
}

@media (max-width: 1400px) {
  .appreciationdetails .quote .message {
    margin-top: 20px;
  }
}

.appreciationdetails .quote .message .formbox .row {
  margin: 0 -10px;
}

.appreciationdetails .quote .message .formbox li {
  margin-bottom: 1rem;
  padding: 0 10px;
  list-style: none;
}

.appreciationdetails .quote .message .formbox .group {
  position: relative;
}

.appreciationdetails .quote .message .formbox .group input {
  width: 100%;
  overflow: hidden;
  height: 46px;
  padding: 0 20px;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  line-height: 1.5;
  color: #495057;
  border-radius: 0.25rem;
  font-size: 100%;
  outline: none;
  transition: border-color 0.5s ease;
}

@media (max-width: 991px) {
  .appreciationdetails .quote .message .formbox .group input {
    font-size: 14px;
  }
}

.appreciationdetails .quote .message .formbox .group input::placeholder {
  color: #495057;
  font-size: 100%;
}

@media (max-width: 991px) {
  .appreciationdetails .quote .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}

.appreciationdetails .quote .message .formbox .group input:focus {
  box-shadow: rgba(0, 123, 255, 0.094) 0px 0px 0px 1.18996px;
}

.appreciationdetails .quote .message .formbox .group input:focus label {
  display: none;
}

.appreciationdetails .quote .message .formbox .group input:focus::placeholder {
  color: #ccc;
}

.appreciationdetails .quote .message .formbox .group textarea {
  width: 100%;
  overflow: hidden;
  outline: none;
  transition: border-color 0.3s ease;
  height: 100px;
  padding: 10px 20px;
  background-color: #FFFFFF;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  transition: 0.5s;
  border-radius: 0.25rem;
}

@media (max-width: 991px) {
  .appreciationdetails .quote .message .formbox .group textarea {
    height: auto;
  }
}

@media (max-width: 991px) {
  .appreciationdetails .quote .message .formbox .group textarea {
    font-size: 14px;
  }
}

.appreciationdetails .quote .message .formbox .group textarea::placeholder {
  color: #495057;
  font-size: 100%;
}

@media (max-width: 991px) {
  .appreciationdetails .quote .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}

.appreciationdetails .quote .message .formbox .group textarea:focus {
  box-shadow: rgba(0, 123, 255, 0.094) 0px 0px 0px 1.18996px;
}

.appreciationdetails .quote .message .formbox .group textarea:focus label {
  display: none;
}

.appreciationdetails .quote .message .func .submit-group {
  display: flex;
  justify-content: center;
}

.appreciationdetails .quote .message .func .submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 8px;
  width: 180px;
  border-radius: 4px;
  background: #877767;
  border: none;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .appreciationdetails .quote .message .func .submit {
    width: 120px;
    padding: 8px;
  }
}

.appreciationdetails .quote .message .func .submit:hover {
  background-color: #999;
}

.appreciationdetails .quote .message .func .submit span {
  display: inline-block;
  font-size: 16px;
  transition: all 0.3s;
  color: #FFF;
}

.appreciationdetails .quote .message .func .submit span:hover {
  background-color: #DC0B0B;
}

.appreciationdetails .details-related {
  padding: 60px 0;
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .appreciationdetails .details-related {
    padding: 45px 0;
  }
}

@media (max-width: 767px) {
  .appreciationdetails .details-related {
    padding: 30px 0;
  }
}

.appreciationdetails .details-related .top h3 {
  font-size: 30px;
  font-weight: normal;
  color: #564e46;
  line-height: 1.5;
  text-align: center;
  font-family: Arial;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .appreciationdetails .details-related .top h3 {
    color: #222222;
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 0px;
  }
}

.appreciationdetails .details-related .related-slick {
  margin: 0 -10px;
  padding-bottom: 40px;
}

.appreciationdetails .details-related .related-slick .slick-dots {
  bottom: 10px;
}

@media (max-width: 767px) {
  .appreciationdetails .details-related .related-slick .slick-dots {
    bottom: 30px;
  }
}

.appreciationdetails .details-related .related-slick .slick-dots li {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  margin: 0 4px;
}

.appreciationdetails .details-related .related-slick .slick-dots li.slick-active button::before {
  content: '';
  background: #007aff;
  opacity: 1;
}

.appreciationdetails .details-related .related-slick .slick-dots li button::before {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  color: transparent;
  background-color: #000;
  opacity: 0.2;
}

.appreciationdetails .details-related .related-slick .item-box {
  padding: 0 10px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.appreciationdetails .details-related .related-slick .item-box .item {
  border: 1px solid #e5e5e5;
  padding-bottom: 10px;
}

.appreciationdetails .details-related .related-slick .item-box .item:hover .img-box img {
  transform: scale(1);
}

.appreciationdetails .details-related .related-slick .item-box .item:hover .more {
  border: 1px solid #877767;
  color: #877767;
}

.appreciationdetails .details-related .related-slick .item-box .item .img-box {
  padding-bottom: calc(205 / 273 * 100%);
  overflow: hidden;
}

.appreciationdetails .details-related .related-slick .item-box .item .img-box img {
  transition: all 0.5s;
  transform: scale(0.9);
}

.appreciationdetails .details-related .related-slick .item-box .item .tit {
  display: block;
  margin: 10px 0;
  line-height: 1.5;
  font-size: 16px;
  text-align: center;
  color: #333333;
}

@media (max-width: 767px) {
  .appreciationdetails .details-related .related-slick .item-box .item .tit {
    padding-bottom: 20px;
  }
}

.appreciationdetails .details-related .related-slick .item-box .item .more {
  width: 90%;
  padding: 8px;
  background-color: #ffffff;
  border: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1e1e1e;
  font-size: 14px;
  margin: 0 auto;
  margin-bottom: 10px;
  transition: all 0.5s;
}

@media (max-width: 767px) {
  .appreciationdetails .details-related .related-slick .item-box .item .more {
    display: none;
  }
}

.classic {
  padding: 50px 0;
}

.classic .row-box {
  margin: 0 -10px;
}

.classic .row-box .col-box {
  padding: 0 10px;
  margin-bottom: 20px;
}

.classic .row-box .col-box .item .img-box {
  cursor: pointer;
  padding-bottom: 70%;
  overflow: hidden;
}

.classic .row-box .col-box .item .img-box img {
  transition: all 0.3s;
  position: absolute;
  width: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  transition: all .5s ease;
  object-fit: cover;
}

.classic .row-box .col-box .item .tit {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  padding: 30px;
  transition: all ease 0.5s;
}

@media (max-width: 1400px) {
  .classic .row-box .col-box .item .tit {
    padding: 20px;
  }
}

.classic .row-box .col-box .item .tit span {
  display: inline-block;
  line-height: 1;
  font-size: 16px;
  font-family: Arial;
  text-align: center;
  color: rgba(0, 0, 0, 0.7);
  margin-bottom: 5px;
  transition: all ease 0.5s;
}

.classic .row-box .col-box .item .tit:hover {
  background-color: #e9ded4;
}

.blog {
  padding: 30px 0;
}

.blog .list {
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: row;
}

.blog .list:hover .left {
  background: #D3D3D3;
}

.blog .list:hover .left::after {
  opacity: 1;
}

.blog .list:hover .left .number-line .number .date {
  color: #FFF;
}

.blog .list:hover .left .number-line .number .year {
  color: #FFF;
}

.blog .list:hover .right .content .text .tit a {
  color: #6e6e6e;
}

.blog .list:hover .right .content .right-img .img-box img {
  transform: scale(1.1);
}

.blog .list .left {
  flex: 0 0 10%;
  align-self: center;
  height: 100%;
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
  position: relative;
}

@media (max-width: 767px) {
  .blog .list .left {
    display: none;
  }
}

.blog .list .left::after {
  position: absolute;
  content: '';
  left: calc(100% + 2px);
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #D3D3D3;
  opacity: 0;
  transition: all 0.5s ease;
}

.blog .list .left::before {
  content: "";
  position: absolute;
  left: calc(100%);
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 1.5px;
  background-color: #D3D3D3;
}

@media (max-width: 991px) {
  .blog .list .left::before {
    width: 40px;
  }
}

.blog .list .left .number-line {
  width: 100%;
  height: auto;
}

.blog .list .left .number-line .number .date {
  min-height: 20px;
  font-size: 70px;
  color: #666666;
  line-height: 1;
  font-family: Arial;
  font-weight: bold;
  text-align: center;
  transition: all 0.5s ease;
}

@media (max-width: 991px) {
  .blog .list .left .number-line .number .date {
    font-size: 50px;
  }
}

.blog .list .left .number-line .number .year {
  min-height: 20px;
  font-size: 20px;
  color: #666666;
  line-height: 1.5;
  font-family: Arial;
  text-align: center;
  transition: all 0.5s ease;
}

@media (max-width: 991px) {
  .blog .list .left .number-line .number .year {
    font-size: 18px;
  }
}

.blog .list .right {
  flex: 0 0 90%;
  align-self: center;
  height: 100%;
  transition: all 0.5s ease;
}

@media (max-width: 767px) {
  .blog .list .right {
    flex: 0 0 100%;
  }
}

.blog .list .right .content {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  display-radio: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 70px;
  padding-right: 35px;
}

@media (max-width: 991px) {
  .blog .list .right .content {
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
  }
}

@media (max-width: 767px) {
  .blog .list .right .content {
    padding: 20px 10px;
    align-items: center;
  }
}

.blog .list .right .content .text {
  flex: 0 0 67%;
  margin-right: 6%;
  align-self: center;
}

@media (max-width: 1199px) {
  .blog .list .right .content .text {
    margin-right: 4%;
  }
}

@media (max-width: 767px) {
  .blog .list .right .content .text {
    flex: 0 0 57%;
    margin-right: 3%;
  }
}

@media (max-width: 575px) {
  .blog .list .right .content .text {
    flex: 0 0 100%;
    margin-right: 0;
  }
}

.blog .list .right .content .text .tit {
  line-height: 1.5;
  display-radio: -webkit-box;
  font_radio: 2;
  font-size: 24px;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: bold;
  font-family: poppins-regular;
}

@media (max-width: 1199px) {
  .blog .list .right .content .text .tit {
    font-size: 20px;
    margin: 10px 0;
  }
}

@media (max-width: 767px) {
  .blog .list .right .content .text .tit {
    font-size: 16px;
    margin: 0;
    margin-bottom: 5px;
    font-weight: bold;
  }
}

.blog .list .right .content .text .tit a {
  color: #000000;
  transition: all 0.5s;
}

.blog .list .right .content .text .text-p {
  line-height: 30px;
  display-radio: -webkit-box;
  font_radio: 2;
  font-size: 16px;
  color: #777777;
  margin-top: 0px;
  font-weight: normal;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 991px) {
  .blog .list .right .content .text .text-p {
    line-height: 24px;
  }
}

@media (max-width: 767px) {
  .blog .list .right .content .text .text-p {
    line-height: 22px;
    height: 44px;
    margin: 0;
    margin-bottom: 5px;
    font-size: 13px;
  }
}

.blog .list .right .content .text .date2 {
  display: none;
  font-size: 13px;
  min-height: 20px;
  color: #999999;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .blog .list .right .content .text .date2 {
    display: block;
  }
}

.blog .list .right .content .right-img {
  flex: 0 0 27%;
  display: block;
}

@media (max-width: 1199px) {
  .blog .list .right .content .right-img {
    flex: 0 0 29%;
  }
}

@media (max-width: 767px) {
  .blog .list .right .content .right-img {
    flex: 0 0 40%;
  }
}

@media (max-width: 575px) {
  .blog .list .right .content .right-img {
    flex: 0 0 100%;
    margin-top: 20px;
  }
}

.blog .list .right .content .right-img .img-box {
  overflow: hidden;
  border-radius: 20px 20px 0px 20px;
  padding-bottom: calc(2 / 3 * 100%);
}

@media (max-width: 767px) {
  .blog .list .right .content .right-img .img-box {
    border-radius: 5px 5px 0px 5px;
  }
}

.blog .list .right .content .right-img .img-box img {
  transition: all 0.3s;
}

.blogdetails {
  padding: 1rem 0;
}

.blogdetails .box {
  display: flex;
  justify-content: space-between;
  width: 94%;
  max-width: 1600px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .blogdetails .box {
    flex-wrap: wrap;
  }
}

.blogdetails .left-box {
  width: 76.51%;
}

@media (max-width: 767px) {
  .blogdetails .left-box {
    width: 100%;
  }
}

.blogdetails .left-box .left {
  width: 94%;
  margin: 0 auto;
  min-height: 300px;
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #FFFFFF;
}

.blogdetails .left-box .left h2 {
  color: #000;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-size: 2.5rem;
}

@media (max-width: 1199px) {
  .blogdetails .left-box .left h2 {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .blogdetails .left-box .left h2 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .blogdetails .left-box .left h2 {
    font-size: 22px;
  }
}

.blogdetails .left-box .left .hr1 {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #dddddd;
  height: 1px;
  margin: 1rem 0;
}

.blogdetails .left-box .left .date {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #999999;
  line-height: 1.5;
}

.blogdetails .left-box .left .date span {
  min-height: 20px;
}

.blogdetails .left-box .left .tit {
  margin-top: 20px;
  padding: 10px;
  border-radius: 10px;
  background-color: #f2f2f2;
}

.blogdetails .left-box .left .tit p {
  line-height: normal;
  font_radio: 2;
  font-size: 14px;
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display-radio: -webkit-box;
  font-family: poppins-regular;
}

.blogdetails .left-box .left .text {
  font-size: 16px;
  color: #292929;
  line-height: 2;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .blogdetails .left-box .left .text {
    font-size: 14px;
  }
}

.blogdetails .left-box .left .text p {
  padding-bottom: 15px;
}

.blogdetails .left-box .left .switch {
  padding: 10px;
  border-radius: 10px;
  background-color: #f2f2f2;
  margin-top: 70px;
}

.blogdetails .left-box .left .switch .item {
  margin-top: 10px;
}

.blogdetails .left-box .left .switch .item:first-child {
  margin-top: 0;
}

.blogdetails .left-box .left .switch .item:nth-child(2) a b .iconfont {
  transform: rotate(180deg);
}

.blogdetails .left-box .left .switch .item a {
  display: flex;
  align-items: flex-start;
}

.blogdetails .left-box .left .switch .item a b {
  line-height: 1.66666;
  display: inline-block;
  color: #212529;
  font-weight: bold;
  font-size: 14px;
  margin-right: 5px;
  white-space: nowrap;
}

.blogdetails .left-box .left .switch .item a b .iconfont {
  color: #000;
  font-size: 16px;
  display: inline-block;
  margin-right: 3px;
}

.blogdetails .left-box .left .switch .item a p {
  color: #000;
  padding-top: 4px;
}

.blogdetails .right-box {
  padding: 30px 0;
  width: 22.97%;
  margin-left: 0.5%;
}

@media (max-width: 767px) {
  .blogdetails .right-box {
    width: 100%;
    margin-left: 0;
  }
}

.blogdetails .right-box .right {
  width: 96%;
  padding-left: 30px;
}

@media (max-width: 767px) {
  .blogdetails .right-box .right {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .blogdetails .right-box .right .item .box-img {
    max-height: 180px;
    overflow: hidden;
  }
}

.blogdetails .right-box .right .item .img-box {
  padding-bottom: calc(2 / 3 * 100%);
}

.blogdetails .right-box .right .item .img-box img {
  transition: all 0.3s;
}

.blogdetails .right-box .right .item .img-box:hover .title {
  opacity: 1;
}

.blogdetails .right-box .right .item .img-box .title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s;
}

.blogdetails .right-box .right .item .img-box .title p {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .blogdetails .right-box .right .item .img-box .title p {
    line-height: 20px;
  }
}

@media (max-width: 991px) {
  .blogdetails .right-box .right .item .img-box .title p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .blogdetails .right-box .right .item .img-box .title p {
    font-size: 16px;
  }
}

.blogdetails .right-box .right .item .tit {
  line-height: 24px;
  display-radio: 1;
  font_radio: 2;
  font-size: 16px;
  text-align: left;
  margin-bottom: 40px;
  margin-top: 10px;
  color: #1b1b1b;
}

@media (max-width: 1199px) {
  .blogdetails .right-box .right .item .tit {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .blogdetails .right-box .right .item .tit {
    font-size: 16px;
  }
}

.blogdetails .right-box .right .item .tit a {
  color: #1b1b1b;
  transition: all 0.3s;
}

.blogdetails .right-box .right .item .tit:hover a {
  color: #877767;
}

.download {
  overflow: hidden;
}

.download .download-nav {
  padding: 15px 0;
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .download .download-nav {
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

.download .download-nav .nav {
  margin-right: 25px;
  display: block;
  padding: 10px 35px;
  background: #fff;
  border-radius: 0px;
  border: 1px solid #eee;
  font-size: 16px;
  transition: all 0.5s ease;
  border-radius: 20px;
  color: #212529;
}

@media (max-width: 767px) {
  .download .download-nav .nav {
    padding: 10px 20px;
    font-size: 14px;
  }
}

.download .download-nav .nav:hover {
  background: #877767;
  color: #fff;
}

.download .download-nav .nav.active {
  background: #877767;
  color: #fff;
}

.download .box {
  padding-top: 50px;
  margin-top: 50px;
  padding-bottom: 100px;
}

@media (max-width: 991px) {
  .download .box {
    margin-top: 0;
  }
}

.download .row-box {
  padding: 0 15px;
  margin: 0 -15px;
}

.download .row-box .col-box {
  padding: 0 15px 60px;
}

@media (max-width: 1199px) {
  .download .row-box .col-box {
    padding: 0 15px 30px;
  }
}

@media (max-width: 767px) {
  .download .row-box .col-box {
    padding: 0 0 15px;
  }
}

.download .row-box .col-box .item {
  transition: all 0.7s;
  background: #fff;
  box-shadow: 2px 3.464px 12.74px 0.26px rgba(198, 198, 198, 0.31);
  padding-top: 35px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 45px;
  height: 100%;
}

@media (max-width: 767px) {
  .download .row-box .col-box .item {
    padding: 25px 30px 30px 30px;
  }
}

.download .row-box .col-box .item:hover {
  box-shadow: 0 0 18px 0 rgba(0, 107, 211, 0.4);
}

.download .row-box .col-box .item .tit {
  line-height: normal;
  font_radio: 2;
  display-radio: 1;
  font-size: clamp(0.875rem, 1.788rem, 1.5rem);
  font-family: Microsoft YaHei, 微软雅黑;
  color: #333333;
}

@media (max-width: 1400px) {
  .download .row-box .col-box .item .tit {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .download .row-box .col-box .item .tit {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .download .row-box .col-box .item .tit {
    font-size: 18px;
  }
}

.download .row-box .col-box .item .tit a {
  color: #333333;
}

.download .row-box .col-box .item .size {
  font_radio: 2;
  display-radio: -webkit-box;
  font-size: 14px;
  font-family: Microsoft YaHei, 微软雅黑;
  color: #666666;
  line-height: 1.5;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media (max-width: 991px) {
  .download .row-box .col-box .item .load {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.download .row-box .col-box .item .load a {
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  padding: 6px 20px;
  margin-top: 20px;
  color: #006bd3;
  background: #fff;
  border: 1px solid #006bd3;
  font-size: 14px;
  transition: all ease 0.3s;
}

@media (max-width: 991px) {
  .download .row-box .col-box .item .load a {
    margin-top: 10px;
  }
}

.download .row-box .col-box .item .load a:hover {
  color: #fff;
  background: #006bd3;
  border: 1px solid #fff;
}

.contact {
  overflow: hidden;
}

.contact .box1 {
  max-width: 1600px;
  margin: 0 auto;
  width: 94%;
}

.contact .box1 .tit-txt {
  padding: 50px 0;
  background-color: #FFF;
}

@media (max-width: 1199px) {
  .contact .box1 .tit-txt {
    padding: 50px 0 10px 0;
  }
}

.contact .box1 .tit-txt h2 {
  line-height: normal;
  font-size: 32px;
  font-family: "Microsoft YaHei";
  text-align: center;
}

@media (max-width: 1199px) {
  .contact .box1 .tit-txt h2 {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .contact .box1 .tit-txt h2 {
    font-size: 24px;
  }
}

.contact .box1 .tit-txt p {
  text-align: center;
  font-size: 16px;
  font-family: "Microsoft YaHei";
  color: #999999;
  margin-top: 30px;
}

@media (max-width: 1199px) {
  .contact .box1 .tit-txt p {
    width: 90%;
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  .contact .box1 .tit-txt p {
    font-size: 14px;
  }
}

.contact .box1 .content .row-box {
  margin: 0 -15px;
}

.contact .box1 .content .row-box .col-box {
  padding: 0 15px;
}

@media (max-width: 1199px) {
  .contact .box1 .content .row-box .col-box {
    margin-top: 30px;
  }
}

.contact .box1 .content .row-box .col-box .item {
  height: 100%;
  padding: 30px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.contact .box1 .content .row-box .col-box .item .iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #4f4a4a;
  font-size: 60px;
  margin-left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .contact .box1 .content .row-box .col-box .item .iconfont {
    font-size: 46px;
  }
}

.contact .box1 .content .row-box .col-box .item .cont b {
  display: block;
  line-height: normal;
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #999999;
}

@media (max-width: 991px) {
  .contact .box1 .content .row-box .col-box .item .cont b {
    margin-top: 10px;
  }
}

.contact .box1 .content .row-box .col-box .item .cont p {
  text-align: center;
  font-size: 16px;
  color: #000000;
}

.contact .box1 .content .row-box .col-box .item .cont p a {
  color: #000000;
}

.contact .contact-message {
  padding-top: 20px;
  padding-bottom: 50px;
}

.contact .contact-message .box2 {
  width: 94%;
  max-width: 1500px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 80px;
  border-radius: 20px;
  padding: 50px 20px 30px 20px;
  box-shadow: 0px 2px 5px 4px rgba(0, 0, 0, 0.04);
  border: 5px solid #877767;
}

.contact .contact-message .box2 .top .tit {
  font-size: 50px;
  color: #877767;
  line-height: 1;
  text-align: center;
  font-family: Impact;
  font-weight: normal;
}

@media (max-width: 767px) {
  .contact .contact-message .box2 .top .tit {
    font-size: 34px;
  }
}

.contact .contact-message .box2 .top p {
  font-size: 16px;
  color: #999999;
  line-height: 1.5;
  text-align: center;
  font-family: Arial;
}

.contact .contact-message .box2 .message {
  width: 100%;
  margin: 30px 0;
  padding: 0 10px;
}

.contact .contact-message .box2 .message .formbox .row {
  margin: 0 -10px;
}

.contact .contact-message .box2 .message .formbox li {
  margin-bottom: 1rem;
  padding: 0 10px;
  list-style: none;
}

.contact .contact-message .box2 .message .formbox .group {
  position: relative;
}

.contact .contact-message .box2 .message .formbox .group input {
  width: 100%;
  overflow: hidden;
  height: 46px;
  padding: 0 20px;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  line-height: 1.5;
  color: #495057;
  border-radius: 0.25rem;
  font-size: 100%;
  outline: none;
  transition: border-color 0.5s ease;
}

@media (max-width: 1400px) {
  .contact .contact-message .box2 .message .formbox .group input {
    padding: 15px 20px;
  }
}

@media (max-width: 991px) {
  .contact .contact-message .box2 .message .formbox .group input {
    padding: 12px 14px;
  }
}

@media (max-width: 991px) {
  .contact .contact-message .box2 .message .formbox .group input {
    font-size: 14px;
  }
}

.contact .contact-message .box2 .message .formbox .group input::placeholder {
  color: #495057;
  font-size: 100%;
}

@media (max-width: 991px) {
  .contact .contact-message .box2 .message .formbox .group input::placeholder {
    font-size: 14px;
  }
}

.contact .contact-message .box2 .message .formbox .group input:focus {
  box-shadow: rgba(0, 123, 255, 0.094) 0px 0px 0px 1.18996px;
}

.contact .contact-message .box2 .message .formbox .group input:focus label {
  display: none;
}

.contact .contact-message .box2 .message .formbox .group input:focus::placeholder {
  color: #ccc;
}

.contact .contact-message .box2 .message .formbox .group textarea {
  width: 100%;
  overflow: hidden;
  outline: none;
  transition: border-color 0.3s ease;
  height: 100px;
  padding: 10px 20px;
  background-color: #FFFFFF;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  transition: 0.5s;
  margin-bottom: 13px;
  border-radius: 0.25rem;
}

@media (max-width: 991px) {
  .contact .contact-message .box2 .message .formbox .group textarea {
    height: auto;
  }
}

@media (max-width: 991px) {
  .contact .contact-message .box2 .message .formbox .group textarea {
    font-size: 14px;
  }
}

.contact .contact-message .box2 .message .formbox .group textarea::placeholder {
  color: #495057;
  font-size: 100%;
}

@media (max-width: 991px) {
  .contact .contact-message .box2 .message .formbox .group textarea::placeholder {
    font-size: 14px;
  }
}

.contact .contact-message .box2 .message .formbox .group textarea:focus {
  box-shadow: rgba(0, 123, 255, 0.094) 0px 0px 0px 1.18996px;
}

.contact .contact-message .box2 .message .formbox .group textarea:focus label {
  display: none;
}

.contact .contact-message .box2 .message .func .submit-group {
  display: flex;
  justify-content: center;
}

.contact .contact-message .box2 .message .func .submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  width: 160px;
  background: #877767;
  border: none;
  transition: all 0.5s;
}

.contact .contact-message .box2 .message .func .submit:hover {
  border-radius: 10px;
  background-color: #999;
}

.contact .contact-message .box2 .message .func .submit span {
  display: inline-block;
  font-size: 16px;
  transition: all 0.3s;
  color: #FFF;
}

.sitmap {
  padding: 100px 0;
  overflow: hidden;
  padding-top: 40px;
}

@media (max-width: 1199px) {
  .sitmap {
    padding: 60px 0;
    padding-top: 40px;
  }
}

@media (max-width: 991px) {
  .sitmap {
    padding: 40px 0;
    padding-top: 20px;
  }
}

.sitmap h2 {
  font-size: 45px;
  font-weight: 500;
  color: #000;
}

@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: #877767;
}

.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: #877767;
  font-size: 16px;
  display: block;
  padding: 0;
  transition: color 0.3s ease;
  padding-left: 10px;
  border: none;
}

.privalcy {
  padding: 100px 0;
  padding-top: 40px;
  overflow: hidden;
}

@media (max-width: 1199px) {
  .privalcy {
    padding-top: 50px;
    padding-top: 40px;
  }
}

@media (max-width: 991px) {
  .privalcy {
    padding: 50px 0;
    padding-top: 20px;
  }
}

.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: center;
  padding: 50px 0 0 0;
}

@media (max-width: 1199px) {
  .pagination {
    padding: 30px 0 0px 0;
  }
}

.pagination li {
  display: flex;
  align-items: center;
  margin: 0px 3px;
  vertical-align: top;
}

@media (max-width: 767px) {
  .pagination li {
    margin: 0 4px;
  }
}

.pagination li.prev a,
.pagination li.next a {
  color: #666;
}

.pagination li.prev a:before,
.pagination li.next a:before {
  font-family: 'iconfont' !important;
  font-size: 14px;
  display: block;
  content: '\e61f';
  color: #666;
  text-align: center;
  transition: all 0.3s;
  background-color: #f4f4f4;
}

.pagination li.prev a:hover:before,
.pagination li.next a:hover:before {
  color: #FFFFFF;
  background-color: #877767;
}

.pagination li.prev a:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pagination li a {
  font-size: 16px;
  line-height: 36px;
  display: block;
  width: 36px;
  height: 36px;
  padding: 0;
  background-color: transparent;
  color: #666;
  -webkit-transition: all 0.2s;
  transition: all 0.3s;
  text-align: center;
  background-color: #f4f4f4;
}

.pagination li a.have-more {
  color: #666 !important;
  background-color: transparent !important;
}

@media (max-width: 767px) {
  .pagination li a {
    font-size: 14px;
    line-height: 28px;
    width: 28px;
    height: 28px;
  }
}

.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: #FFFFFF !important;
  background: #877767;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
  color: #FFFFFF;
  background-color: #877767;
}

.newsdetails {
  margin-top: 40px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .newsdetails {
    margin-top: 20px;
  }
}

.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: #877767;
}

@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: #877767;
}

.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: '\e61f';
  -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: #877767;
}

.newsdetails .relate-details a:hover:before {
  color: #fff;
  background-color: #877767;
}

.newsdetails .relate-details .next a:before {
  content: '\e61f';
  -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: #877767;
  border-radius: 10px;
  padding: 10px;
  color: white;
  border: none;
}

.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 .row {
  margin: 0 -6px;
}

.now-bottom .contactus-right .message .formbox li {
  margin-top: 20px;
  padding: 0 6px;
  list-style: none;
}

@media (max-width: 767px) {
  .now-bottom .contactus-right .message .formbox li {
    margin-top: 10px;
  }
}

.now-bottom .contactus-right .message .formbox .group {
  position: relative;
}

.now-bottom .contactus-right .message .formbox .group input {
  width: 100%;
  border-radius: 5px;
  background: #F6F6F6;
  overflow: hidden;
  border: none;
  color: #444;
  font-size: 16px;
  padding: 16px 40px;
  outline: none;
  transition: border-color 0.3s ease;
}

@media (max-width: 991px) {
  .now-bottom .contactus-right .message .formbox .group input {
    padding: 15px 14px;
    font-size: 14px;
  }
}

.now-bottom .contactus-right .message .formbox .group input::placeholder {
  color: #444;
  font-size: 16px;
}

@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 {
  width: 100%;
  border-radius: 5px;
  background: #F6F6F6;
  overflow: hidden;
  border: none;
  color: #444;
  font-size: 16px;
  padding: 16px 40px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 200px;
}

@media (max-width: 991px) {
  .now-bottom .contactus-right .message .formbox .group textarea {
    padding: 15px 14px;
    height: auto;
    font-size: 14px;
  }
}

.now-bottom .contactus-right .message .formbox .group textarea::placeholder {
  color: #444;
  font-size: 16px;
}

.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: 35px;
}

@media (max-width: 1199px) {
  .now-bottom .contactus-right .message .func {
    margin-top: 20px;
  }
}

.now-bottom .contactus-right .message .func .submit-group {
  display: flex;
  justify-content: center;
}

.now-bottom .contactus-right .message .func .submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  border-radius: 50px;
  border: 1px dashed #99AFCE;
  border: none;
}

.now-bottom .contactus-right .message .func .submit span {
  display: inline-block;
  border-radius: 50px;
  background: #877767;
  padding: 9px 60px;
  color: #FFF;
  font-size: 14px;
  transition: all 0.3s;
}

.now-bottom .contactus-right .message .func .submit span:hover {
  background-color: #DC0B0B;
}

.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: #877767;
  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: #877767;
  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 #877767;
  border-top: none;
}

.inquiry-wrap .inquiry-box .list>li {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #877767;
}

.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 .row {
  margin: 0 -5px;
}

.inquiry-wrap .content .message .formbox li {
  margin-top: 10px;
  padding: 0 5px;
  list-style: none;
}

@media (max-width: 767px) {
  .inquiry-wrap .content .message .formbox li {
    margin-top: 10px;
  }
}

.inquiry-wrap .content .message .formbox .group {
  position: relative;
}

.inquiry-wrap .content .message .formbox .group input {
  width: 100%;
  border-radius: 8px;
  background: #f5f5f5;
  overflow: hidden;
  border: none;
  color: #222;
  font-size: 14px;
  line-height: 100%;
  padding: 17px 20px;
  outline: none;
  transition: border-color 0.3s ease;
}

@media (max-width: 991px) {
  .inquiry-wrap .content .message .formbox .group input {
    padding: 12px 14px;
  }
}

.inquiry-wrap .content .message .formbox .group input::placeholder {
  color: #222;
  font-size: 14px;
  line-height: 100%;
  /* 14px */
}

.inquiry-wrap .content .message .formbox .group input:focus label {
  display: none;
}

.inquiry-wrap .content .message .formbox .group input:focus::placeholder {
  color: #999;
}

.inquiry-wrap .content .message .formbox .group textarea {
  width: 100%;
  border-radius: 8px;
  background: #f5f5f5;
  overflow: hidden;
  border: none;
  color: #222;
  font-size: 14px;
  line-height: 100%;
  padding: 17px 20px;
  outline: none;
  transition: border-color 0.3s ease;
  height: 160px;
}

@media (max-width: 991px) {
  .inquiry-wrap .content .message .formbox .group textarea {
    padding: 12px 14px;
    height: auto;
  }
}

.inquiry-wrap .content .message .formbox .group textarea::placeholder {
  color: #0E3E26;
  font-size: 16px;
}

.inquiry-wrap .content .message .formbox .group textarea:focus label {
  display: none;
}

.inquiry-wrap .content .message .formbox .group textarea:focus::placeholder {
  color: #999;
}

.inquiry-wrap .content .message .func {
  margin-top: 16px;
}

.inquiry-wrap .content .message .func .submit-group {
  display: flex;
}

.inquiry-wrap .content .message .func .submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 34px;
  border-radius: 100px;
  background: #877767;
  border: none;
}

@media (max-width: 767px) {
  .inquiry-wrap .content .message .func .submit {
    padding: 10px 20px;
  }
}

.inquiry-wrap .content .message .func .submit .iconfont {
  font-size: 14px;
  color: #FFF;
  margin-right: 10px;
}

.inquiry-wrap .content .message .func .submit span {
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
}

.product .search-none {
  margin-bottom: 30px;
}

.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;
}

.contact-form form .row .col-12 .form-group {
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .contact-form form .row .col-12 .form-group {
    margin-bottom: 15px;
  }
}

.contact-form form .row .col-12 .form-group input {
  border-radius: 6px;
  border: 1px solid #E2E8F0;
  background: #FFF;
  padding: 20px 24px;
  color: #666;
  width: 100%;
  color: #011A6A;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.contact-form form .row .col-12 .form-group input:focus {
  box-shadow: 0px 0px 4px 0px #B4BBDE;
}

@media (max-width: 1199px) {
  .contact-form form .row .col-12 .form-group input {
    line-height: 40px;
    padding: 0 15px;
  }
}

.contact-form form .row .col-12 .form-group input::placeholder {
  color: #011A6A;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  transition: all 0.4s;
}

@media (max-width: 1199px) {
  .contact-form form .row .col-12 .form-group input::placeholder {
    font-size: 14px;
  }
}

.contact-form form .row .col-12 .form-group input:focus::placeholder {
  color: #ccc;
}

.contact-form form .row .col-12 .form-group textarea {
  border-radius: 6px;
  border: 1px solid #E2E8F0 !important;
  background: #FFF;
  padding: 20px 24px;
  color: #666;
  width: 100%;
  color: #011A6A;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.contact-form form .row .col-12 .form-group textarea:focus {
  box-shadow: 0px 0px 4px 0px #B4BBDE !important;
  border: 1px solid #E2E8F0 !important;
}

@media (max-width: 1199px) {
  .contact-form form .row .col-12 .form-group textarea {
    padding: 10px 15px;
    font-size: 14px;
  }
}

.contact-form form .row .col-12 .form-group textarea::placeholder {
  color: #011A6A;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  transition: all 0.4s;
}

@media (max-width: 1199px) {
  .contact-form form .row .col-12 .form-group textarea::placeholder {
    font-size: 14px;
  }
}

.contact-form form .row .col-12 .form-group textarea:focus::placeholder {
  color: #ccc;
}

.contact-form form .row .col-12 .select-group {
  position: relative;
  z-index: 3;
}

.contact-form form .row .col-12 .select-group .intl-tel-input {
  width: 100%;
}

@media (max-width: 1199px) {
  .contact-form form .row .col-12 .select-group input {
    padding: 0 15px;
  }
}

.contact-form form .row .col-12 .select-group .drop-tel.on::after {
  transform: rotate(-180deg);
}

.contact-form form .row .col-12 .select-group .drop-tel {
  position: absolute;
  top: 50%;
  width: 10%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translate(0, -50%);
}

@media (max-width: 1199px) {
  .contact-form form .row .col-12 .select-group .drop-tel {
    width: 15%;
  }
}

@media (max-width: 991px) {
  .contact-form form .row .col-12 .select-group .drop-tel {
    width: 10%;
  }
}

@media (max-width: 767px) {
  .contact-form form .row .col-12 .select-group .drop-tel {
    width: 15%;
  }
}

.contact-form form .row .col-12 .select-group .drop-tel:hover::after {
  transform: rotate(-180deg);
}

.contact-form form .row .col-12 .select-group .drop-tel::after {
  cursor: pointer;
  content: "\e609";
  font-family: 'iconfont' !important;
  position: absolute;
  color: #666;
  right: -5px;
  top: 10px;
  transition: all 0.2s;
}

.contact-form form .row .col-12 .select-group .drop-tel .tel-default {
  border: none;
  background: transparent;
  display: none;
}

.contact-form form .row .col-12 .select-group .drop-tel .tel-default.active {
  display: block;
}

.contact-form form .row .col-12 .select-group .drop-tel img {
  word-wrap: 100%;
  display: block;
  max-height: 15px;
}

.contact-form form .row .col-12 .select-group .drop-tel .tel-group {
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  background: #fff;
  box-shadow: 3px 3px 11px 3px rgba(0, 0, 0, 0.1);
  display: none;
  height: 140px;
  overflow-y: auto;
}

.contact-form form .row .col-12 .select-group .drop-tel .tel-group::-webkit-scrollbar {
  border-radius: 5px;
  width: 5px;
  height: 5px;
  background-color: #fff;
}

.contact-form form .row .col-12 .select-group .drop-tel .tel-group::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #fff;
}

.contact-form form .row .col-12 .select-group .drop-tel .tel-group::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #fff;
}

.contact-form form .row .col-12 .select-group .drop-tel .tel-group::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.2);
}

.contact-form form .row .col-12 .select-group .drop-tel .tel-group a {
  margin: 0;
  white-space: nowrap;
  padding: 5px 10px;
  display: flex;
  cursor: pointer;
  align-items: center;
}

.contact-form form .row .col-12 .select-group .drop-tel .tel-group a:hover {
  background: #f1f1f1;
}

.contact-form form .row .col-12 .select-group .drop-tel .tel-group a img {
  width: 20px;
  height: 10px;
  margin-right: 5px;
}

.contact-form form .row .col-12 .select-group .drop-tel .tel-group a span {
  display: inline-block;
}

.contact-form form .row .col-12 .select-group .drop-tel .tel-group a .address {
  color: #333333;
  font-size: 13px;
  margin-right: 8px;
}

.contact-form form .row .col-12 .select-group .drop-tel .tel-group a .num {
  font-size: 13px;
  color: #999999;
}

.contact-form form .row .col-12 .upload-box .tit {
  color: #011A6A;
  font-size: 16px;
  font-weight: 400;
}

.text-p {
  margin: 4px 0;
  color: #9DA4C7;
  font-size: 12px;
  font-weight: 400;
}

@media (max-width: 1199px) {
  .contact-form form .row .col-12 .upload-box .tit {
    font-size: 14px;
  }
}

.wrap-contact .contact-form {
  margin-top: 48px;
}

@media (max-width: 1199px) {
  .wrap-contact .contact-form {
    margin-top: 40px;
    order: 4;
  }
}


.aashare {
  margin-top: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.aashare p {
  margin-right: 10px;

  font-size: 16px;
  color: #FFFFFF;
}

@media(max-width: 767px) {
  .aashare p {
    margin-right: 10px;

    font-size: 14px;
    color: #877767;
  }
}



.gjnow-title input{
  background-color:#877767 !important;
  color: white !important;
  font-size: 20px !important;


}

.gjnow-title input{

}