@font-face {
  font-family: 'Geologica';
  src: local('Geologica Black'), local('Geologica-Black'), url('../fonts/Geologica-Black.woff2') format('woff2'), url('../fonts/Geologica-Black.woff') format('woff'), url('../fonts/Geologica-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geologica';
  src: local('Geologica ExtraLight'), local('Geologica-ExtraLight'), url('../fonts/Geologica-ExtraLight.woff2') format('woff2'), url('../fonts/Geologica-ExtraLight.woff') format('woff'), url('../fonts/Geologica-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geologica';
  src: local('Geologica ExtraBold'), local('Geologica-ExtraBold'), url('../fonts/Geologica-ExtraBold.woff2') format('woff2'), url('../fonts/Geologica-ExtraBold.woff') format('woff'), url('../fonts/Geologica-ExtraBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geologica';
  src: local('Geologica Medium'), local('Geologica-Medium'), url('../fonts/Geologica-Medium.woff2') format('woff2'), url('../fonts/Geologica-Medium.woff') format('woff'), url('../fonts/Geologica-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geologica';
  src: local('Geologica Light'), local('Geologica-Light'), url('../fonts/Geologica-Light.woff2') format('woff2'), url('../fonts/Geologica-Light.woff') format('woff'), url('../fonts/Geologica-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geologica';
  src: local('Geologica Bold'), local('Geologica-Bold'), url('../fonts/Geologica-Bold.woff2') format('woff2'), url('../fonts/Geologica-Bold.woff') format('woff'), url('../fonts/Geologica-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geologica';
  src: local('Geologica SemiBold'), local('Geologica-SemiBold'), url('../fonts/Geologica-SemiBold.woff2') format('woff2'), url('../fonts/Geologica-SemiBold.woff') format('woff'), url('../fonts/Geologica-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geologica';
  src: local('Geologica Thin'), local('Geologica-Thin'), url('../fonts/Geologica-Thin.woff2') format('woff2'), url('../fonts/Geologica-Thin.woff') format('woff'), url('../fonts/Geologica-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Geologica';
  src: local('Geologica Regular'), local('Geologica-Regular'), url('../fonts/Geologica-Regular.woff2') format('woff2'), url('../fonts/Geologica-Regular.woff') format('woff'), url('../fonts/Geologica-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Geologica', Arial, Helvetica, 'Microsoft YaHei', 'WenQuanYi Micro Hei', 'Heiti SC', 'PingFang SC', 'Hiragino Sans GB', sans-serif;
  font-size: 16px;
  font-weight: normal;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  min-height: initial !important;
  height: auto ;
  position: relative;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}
:root {
  --pad: -webkit-calc(-655vw);
  --pad: calc(50vw - 705px);
}
.img-box {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.zoom {
  cursor: crosshair;
  position: relative;
}
.img-box img,
.img-box iframe,
.img-box video {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
img[data-lazy] {
  background: url(../images/load.gif) no-repeat center;
}
img.lazy {
  min-width: 1px;
  min-height: 1px;
  background: url(../images/load.gif) no-repeat center;
}
.lazy {
  background-image: url(../images/load.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.swiper-lazy {
  background: url(../images/load.gif) no-repeat center;
}
.loaded {
  background-size: cover;
}
li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a,
a:hover,
a:link,
a:visited {
  text-decoration: none;
  color: inherit;
}
input,
textarea {
  outline: none;
}
@media (max-width: 1199px) {
  .anim-left,
  .anim-right,
  .animated.zoomIn,
  .animated.flipInX,
  .animated.swing,
  .animated.pulse,
  .animated.bounceInLeft,
  .animated.bounceInRight,
  .animated.bounceIn,
  .animated.fadeInUp,
  .animated.fadeInDown,
  .animated.fadeInLeft,
  .animated.fadeInRight {
    animation: none !important;
  }
}
auto-adjust-img img {
  max-width: 100% !important;
  height: auto !important;
}
.auto-adjust-img.is-mobile img {
  max-width: 100% !important;
  height: auto !important;
  margin: 5px 0;
}
.auto-adjust-img p.contains-pictures {
  font-size: 0 !important;
  overflow-x: hidden;
  margin: 0 -5px !important;
  padding: 0;
}
@media (min-width: 767px) {
  .auto-adjust-img p.contains-pictures {
    white-space: nowrap;
  }
}
.auto-adjust-img p.contains-pictures > img {
  display: inline-block;
  margin: 5px;
}
.fluid_html_on_pause,
.fluid_pseudo_poster,
.fluid_controls_container {
  display: none;
}
.fszero {
  font-size: 0;
  overflow: hidden;
  width: 0;
  height: 0;
}
.serach-part {
  display: none;
}
.search-none {
  padding-bottom: 20px;
}
.search-none h2 {
  color: #666;
}
.search-none p {
  background-color: #fcf8e3;
  border: 1px solid #faebcc;
  border-radius: 5px;
  margin: 0;
  color: #ab7640;
  padding: 10px;
}
.animated {
  animation-duration: 1.2s;
}
.header .search-wrap {
  font-size: 14px;
  position: absolute;
  z-index: 9;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.header .search-wrap .search-close {
  position: absolute;
  top: 5%;
  right: 10%;
  cursor: pointer;
  color: #fff;
}
@media (max-width: 1199px) {
  .header .search-wrap .search-close {
    right: 5%;
  }
}
.header .search-wrap .search-close .icon {
  font-size: 30px;
}
.header .search-wrap .search-box {
  position: absolute;
  top: 50%;
  left: 10%;
  overflow: hidden;
  width: 80%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 6px;
}
@media (max-width: 1199px) {
  .header .search-wrap .search-box {
    left: 5%;
    width: 90%;
  }
}
.header .search-wrap input {
  line-height: 30px;
  width: 100%;
  padding: 15px;
  color: #666;
}
@media (max-width: 1199px) {
  .header .search-wrap input {
    padding: 10px;
    line-height: 26px;
  }
}
.header .search-wrap .submit {
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 100%;
  padding: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 0;
  background: #A06403;
  border: none;
  color: #FFF;
}
.header .search-wrap .submit:before {
  font-family: 'iconfont' !important;
  content: '\eb86';
}
.header .search-wrap .submit:hover {
  background-color: #221E1F;
  color: #FFF;
}
@media (min-width: 1470px) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 1710px) {
  .con1710 {
    max-width: 1710px;
  }
  .con1620 {
    max-width: 1620px;
  }
  .con1680 {
    max-width: 1680px;
  }
  .con1740 {
    max-width: 1740px;
  }
  .con1560 {
    max-width: 1560px;
  }
  .con1810 {
    max-width: 1810px;
  }
  .con1820 {
    max-width: 1820px;
  }
  .con1890 {
    max-width: 1890px;
  }
  .con1920 {
    max-width: 1920px;
  }
}
.wrap {
  padding: 160px 0;
}
@media (max-width: 1199px) {
  .wrap {
    padding: 40px 0;
  }
}
.wrap-inner {
  padding: 220px 0 160px 0;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .wrap-inner {
    padding: 100px 0 40px 0;
  }
}
#content {
  position: relative;
  top: -20%;
  transition: all 0.6s;
}
.xs-product-nav {
  padding: 40px 0;
  display: none;
}
@media (max-width: 1199px) {
  .xs-product-nav {
    display: block;
  }
}
.xs-product-nav ul {
  display: flex;
  flex-wrap: wrap;
}
.xs-product-nav ul li {
  width: 50%;
  display: inline-block;
  overflow: hidden;
  height: auto;
  padding: 4px;
  vertical-align: top;
}
.xs-product-nav ul li.active a {
  background: #A06403;
  border: 1px solid #A06403;
  color: #fff;
}
.xs-product-nav ul li a {
  color: #222;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  height: 100%;
  padding: 10px 10px;
  text-transform: capitalize;
  display: flex;
  background: transparent;
  border: 1px solid #ccc;
  border-radius: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
}
.menu-btn {
  display: none;
  color: #222;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .menu-btn {
    margin-left: 15px;
  }
}
.menu-btn .icon {
  color: #222;
  font-size: 24px;
  vertical-align: middle;
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .menu-btn .icon {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .menu-btn {
    display: block;
  }
}
.fancybox-slide--video video {
  max-width: 80%;
}
@media (max-width: 767px) {
  .fancybox-slide--video video {
    max-width: 90%;
  }
}
.fancybox-slide > video {
  padding: 0;
}
@media (max-width: 767px) {
  .banner-box.home-banner .banner img {
    width: 130%;
    max-width: 130%;
    margin-left: -15%;
  }
}
.banner-box {
  position: relative;
  padding-top: 124px;
}
@media (max-width: 1199px) {
  .banner-box {
    padding-top: 60px;
  }
}
.banner-box .home-box .info {
  top: 40% !important;
}
@media (max-width: 1199px) {
  .banner-box .home-box .info {
    top: 0 !important;
  }
}
.banner-box .home-box .type-name {
  opacity: 0;
  transform: translateY(150px);
  transition: all 0.8s ease-out;
}
.banner-box .home-box .banner-tit {
  opacity: 0;
  transform: translateY(150px);
  transition: all 1s ease-out;
}
.banner-box .home-box .banner-txt {
  opacity: 0;
  transform: translateY(150px);
  transition: all 1.2s ease-out;
}
.banner-box .swiper-slide-active .home-box .type-name {
  opacity: 1;
  transform: translateY(0px);
  animation-delay: 1s;
}
.banner-box .swiper-slide-active .home-box .banner-tit {
  opacity: 1;
  transform: translateY(0px);
  animation-delay: 1.4s;
}
.banner-box .swiper-slide-active .home-box .banner-txt {
  opacity: 1;
  transform: translateY(0px);
  animation-delay: 1.6s;
}
.banner-box .banner-note .info,
.banner-box .home-box .info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
@media (max-width: 991px) {
  .banner-box .banner-note .info,
  .banner-box .home-box .info {
    top: auto;
    transform: none;
    width: 100%;
    height: 100%;
    padding: 20px;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
  }
}
.banner-box .banner-note .info .prev-next,
.banner-box .home-box .info .prev-next {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .banner-box .banner-note .info .prev-next,
  .banner-box .home-box .info .prev-next {
    display: none;
  }
}
.banner-box .banner-note .info .prev-next .swiper-btn,
.banner-box .home-box .info .prev-next .swiper-btn {
  margin-right: 15px;
}
.banner-box .banner-note .info .prev-next .swiper-btn i,
.banner-box .home-box .info .prev-next .swiper-btn i {
  border-radius: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(160, 100, 3, 0.33);
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-weight: bold;
  transition: all 0.2s ease-out;
}
@media (max-width: 991px) {
  .banner-box .banner-note .info .prev-next .swiper-btn i,
  .banner-box .home-box .info .prev-next .swiper-btn i {
    width: 30px;
    height: 30px;
    font-size: 16px;
  }
}
.banner-box .banner-note .info .prev-next .swiper-btn i:hover,
.banner-box .home-box .info .prev-next .swiper-btn i:hover {
  background: #A06403;
  color: #fff;
}
.banner-box .banner-note .info .type-name,
.banner-box .home-box .info .type-name {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .banner-box .banner-note .info .type-name,
  .banner-box .home-box .info .type-name {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .banner-box .banner-note .info .type-name h2,
  .banner-box .home-box .info .type-name h2 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .banner-box .banner-note .info .type-name h2,
  .banner-box .home-box .info .type-name h2 {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 1199px) {
  .banner-box .banner-note .info .banner-tit,
  .banner-box .home-box .info .banner-tit {
    margin-top: 10px !important;
  }
}
@media (max-width: 991px) {
  .banner-box .banner-note .info .banner-tit h2,
  .banner-box .home-box .info .banner-tit h2 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .banner-box .banner-note .info .banner-tit h2,
  .banner-box .home-box .info .banner-tit h2 {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 1199px) {
  .banner-box .banner-note .info .wrap-txt,
  .banner-box .home-box .info .wrap-txt {
    margin-top: 10px;
  }
}
.banner-box .banner-note .info .wrap-txt p,
.banner-box .home-box .info .wrap-txt p {
  color: #000;
}
@media (max-width: 991px) {
  .banner-box .banner-note .info .wrap-txt p,
  .banner-box .home-box .info .wrap-txt p {
    font-size: 12px;
    line-height: 18px;
  }
}
.banner-box .banner-note .info .tit h2,
.banner-box .home-box .info .tit h2 {
  color: #000;
  font-size: 60px;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1470px) {
  .banner-box .banner-note .info .tit h2,
  .banner-box .home-box .info .tit h2 {
    font-size: 60px;
  }
}
@media (max-width: 1199px) {
  .banner-box .banner-note .info .tit h2,
  .banner-box .home-box .info .tit h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .banner-box .banner-note .info .tit h2,
  .banner-box .home-box .info .tit h2 {
    font-size: 20px;
  }
}
.banner-box .banner-note .info .editor-content,
.banner-box .home-box .info .editor-content {
  margin-top: 10px;
}
.banner-box .banner-note .info .editor-content p,
.banner-box .home-box .info .editor-content p {
  color: #000;
  font-size: 22px;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 1199px) {
  .banner-box .banner-note .info .editor-content p,
  .banner-box .home-box .info .editor-content p {
    font-size: 14px;
    line-height: 24px;
  }
}
.banner-box .banner {
  font-size: 0;
  position: relative;
  z-index: 3;
  clear: both;
  overflow: hidden;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.banner-box .banner .fancybox-slide--video video {
  max-width: 80%;
}
@media (max-width: 767px) {
  .banner-box .banner .fancybox-slide--video video {
    max-width: 90%;
  }
}
.banner-box .banner .fancybox-slide > video {
  padding: 0;
}
.banner-box .banner img {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .banner-box .banner img {
    width: 180%;
    max-width: 180%;
    margin-left: -40%;
  }
}
.banner-box .banner .swiper-slide {
  overflow: hidden;
}
.banner-box .banner .swiper-slide.swiper-slide-active .item img {
  animation: an1 4.8s ease forwards;
}
.banner-box .banner .swiper-pagination {
  bottom: 30px;
}
.banner-box .banner .item {
  position: relative;
  display: block;
  overflow: hidden;
}
.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(860 / 1920 * 100%);
  -webkit-transform: translateZ(10px);
  transform: translateZ(10px);
}
.banner-box .banner-video-box .fluid_video_wrapper {
  position: absolute;
  z-index: 10;
}
.banner-box .banner-video-box .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: '\e630';
  font-family: 'iconfont' !important;
  -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);
}
.banner-box .swiper-pagination {
  z-index: 6;
  width: auto;
  display: flex;
  bottom: 8% !important;
  padding: 0 7%;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination {
    width: 100%;
    justify-content: center;
  }
}
.banner-box .swiper-pagination-bullet {
  position: relative;
  margin: 0 3px !important;
  width: 10px;
  height: 10px;
  padding: 0;
  border-radius: 50px;
  background: #fff;
  background-clip: content-box;
  transition: all 0.4s;
  opacity: 1;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
}
.banner-box .swiper-pagination-bullet-active {
  animation: pagCircle 10s linear infinite;
  opacity: 1;
  width: 40px;
  background: #A06403;
}
@media (max-width: 1199px) {
  .banner-box .swiper-pagination-bullet-active {
    width: 30px;
  }
}
@media (max-width: 1199px) {
  .fadeup1,
  .fadeup2,
  .fadedown1,
  .fadedown2,
  .fadein1,
  .fadein2,
  .fadeleft1,
  .faderight1 {
    animation: none ;
  }
}
:root {
  --48: 48px;
  --16: 16px;
}
@keyframes an1 {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.setSlow1 {
  animation: an1 4.8s ease forwards;
}
.setSlow2 {
  animation: an2 2s ease forwards;
}
@keyframes border_animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  20% {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2.1);
    transform: scale(2.1);
    opacity: 0;
  }
}
.wrap-sitemap .sitemap {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-sitemap .sitemap {
    padding-top: 20px;
  }
}
.wrap-sitemap ul li {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
.wrap-sitemap ul li a {
  padding: 10px 20px;
  display: inline-block;
  min-width: 240px;
  color: #222;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 600;
  background: #F6F8F6;
  align-items: center;
  background: #A06403;
  color: #FFF;
}
@media (max-width: 1199px) {
  .wrap-sitemap ul li a {
    font-size: 14px;
    padding: 5px 10px;
  }
}
@media (max-width: 767px) {
  .wrap-sitemap ul li a {
    display: block;
  }
}
.wrap-sitemap ul li a i {
  float: left;
  margin-left: 10px;
  display: none;
}
.wrap-sitemap ul li a:hover {
  background: #A06403;
  color: #FFF;
  text-decoration: underline;
}
.wrap-sitemap ul li ul li {
  margin-top: 10px;
}
.wrap-sitemap ul li ul li a {
  padding: 10px 30px 10px 30px;
  color: #888;
  background: #F6F8F6;
  font-size: 16px;
}
@media (max-width: 1199px) {
  .wrap-sitemap ul li ul li a {
    font-size: 13px;
    padding: 5px 30px 5px 30px;
  }
}
.wrap-sitemap ul li ul li ul li {
  position: relative;
  display: inline;
  vertical-align: top;
}
.wrap-sitemap ul li ul li ul li a {
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .wrap-sitemap ul li ul li ul li a {
    font-size: 12px;
  }
}
.wrap-show .common-form {
  margin-top: 40px;
}
.wrap-show .common-form form {
  margin-top: 40px;
}
.wrap-show .info .tit {
  padding: 15px 0;
  border-bottom: 1px solid #e3e3e3;
}
.wrap-show .info .tit h2 {
  color: #A06403;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
}
@media (max-width: 1199px) {
  .wrap-show .info .tit h2 {
    font-size: 22px;
    line-height: 32px;
  }
}
.wrap-show .info .date {
  padding: 10px 20px;
  border-radius: 6px;
  background: #A06403;
  display: inline-block;
}
.wrap-show .info .date i {
  margin-right: 10px;
  color: #152C5E;
  font-size: 22px;
}
.wrap-show .info .date span {
  display: block;
  color: #fff;
}
.wrap-show .info .date .day {
  font-size: 62px;
  font-weight: 500;
  line-height: 62px;
}
@media (max-width: 1199px) {
  .wrap-show .info .date .day {
    font-size: 34px;
    line-height: 30px;
  }
}
@media (max-width: 1199px) {
  .wrap-show .info .date .month {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-show .info .date i {
  margin-right: 10px;
}
@media (max-width: 1199px) {
  .wrap-show .info .date i {
    margin-right: 5px;
  }
}
.wrap-show .info .editor-content {
  margin-top: 20px;
}
.wrap-show .info .editor-content p,
.wrap-show .info .editor-content b {
  color: #666;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 1199px) {
  .wrap-show .info .editor-content p,
  .wrap-show .info .editor-content b {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-show .info .share {
  margin-top: 35px;
}
@media (max-width: 1199px) {
  .wrap-show .info .share {
    margin-top: 20px;
  }
}
.wrap-show .info .share .share-to span {
  color: #222;
  font-size: 18px;
  margin-right: 10px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .wrap-show .info .share .share-to span {
    font-size: 14px;
    margin-right: 5px;
  }
}
.wrap-show .info .link {
  display: flex;
  flex-direction: column;
  margin-top: 35px;
}
@media (max-width: 1199px) {
  .wrap-show .info .link {
    margin-top: 20px;
  }
}
.wrap-show .info .link .prev,
.wrap-show .info .link .next {
  color: #222;
  margin: 15px 0;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .wrap-show .info .link .prev,
  .wrap-show .info .link .next {
    margin: 7px 0;
  }
}
@media (max-width: 1199px) {
  .wrap-show .info .link .prev span,
  .wrap-show .info .link .next span {
    font-size: 14px;
  }
}
.wrap-show .info .link .prev a,
.wrap-show .info .link .next a {
  display: inline-block;
  transition: all 0.4s;
}
@media (max-width: 1199px) {
  .wrap-show .info .link .prev a,
  .wrap-show .info .link .next a {
    font-size: 14px;
  }
}
.wrap-show .info .link .prev a:hover,
.wrap-show .info .link .next a:hover {
  text-decoration: underline;
  color: #A06403;
}
.nav-container i {
  display: none;
}
.footer-five {
  display: none;
  width: 100%;
  height: 55px;
  position: fixed;
  background: #A06403;
  bottom: 0px;
  z-index: 99;
}
.footer-five .wechat-pic {
  position: absolute;
  bottom: 60px;
  display: none;
}
@media (max-width: 1199px) {
  .footer-five {
    display: block;
  }
}
.footer-five .wechat-pic {
  position: absolute;
  bottom: 60px;
  display: none;
}
.footer-five .endfive-menu {
  display: flex;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.footer-five .endfive-menu li {
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
  color: #FFF;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-five .endfive-menu li i {
  font-size: 20px;
}
.footer-five .endfive-menu li a {
  font-size: 13px;
}
.footer-five .endfive-menu li a span {
  display: block;
  text-align: center;
}
@media (max-width: 1199px) {
  .anim-left,
  .anim-right,
  .anim-down,
  .animated.swing,
  .animated.pulse,
  .animated.bounceInLeft,
  .animated.bounceInRight,
  .animated.bounceIn,
  .animated.fadeInUp,
  .animated.fadeInDown,
  .animated.fadeInLeft,
  .animated.fadeInRight {
    animation: none !important;
  }
}
.wechat-pic {
  position: absolute;
  bottom: 60px;
  display: none;
  background: #fff;
  padding: 10px;
}
.wechat-pic img {
  max-height: 120px;
}
.float-window {
  position: fixed;
  width: auto;
  height: auto;
  top: 40%;
  right: 10px;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 12px;
  background: transparent;
  transition: transform 0.5s ease;
}
@media (max-width: 991px) {
  .float-window {
    top: 30%;
  }
}
@media (max-width: 991px) {
  .float-window {
    right: -110%;
  }
}
.float-window .window-box.box-top i {
  display: flex;
  align-items: center;
  justify-content: center;
}
.float-window .box-top i {
  color: #FFF;
  display: block;
  transition: all 0.3s;
}
.float-window .box-top:hover {
  cursor: pointer;
}
.float-window .window-box {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.6);
  position: relative;
  opacity: 1;
  margin: 3px 0;
}
@media (max-width: 1199px) {
  .float-window .window-box {
    width: 45px;
    height: 45px;
  }
}
.float-window .window-box:hover {
  background: #A06403;
  color: #FFF;
}
.float-window .window-box:hover i {
  color: #fff;
}
.float-window .window-box i {
  font-size: 26px;
  color: #fff;
  font-weight: 500;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  .float-window .window-box i {
    font-size: 24px;
  }
}
.float-window .window-box a {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.float-window .window-box a .name {
  color: #FFF;
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 400;
}
.float-window .window-box:hover.box-wechat a i {
  opacity: 1 !important;
}
.float-window .window-box:hover.box-cart a i,
.float-window .window-box:hover.box-linkedin a i,
.float-window .window-box:hover.box-telephone a i,
.float-window .window-box:hover.box-whatapp a i,
.float-window .window-box:hover.box-email a i,
.float-window .window-box:hover.box-wechat a i,
.float-window .window-box:hover.box-inquiry a i,
.float-window .window-box:hover.box-message a i,
.float-window .window-box:hover.box-facebook a i,
.float-window .window-box:hover.box-tiktok a i,
.float-window .window-box:hover.box-youtube a i,
.float-window .window-box:hover.box-twitter a i,
.float-window .window-box:hover.box-instagram a i,
.float-window .window-box:hover.box-product a i,
.float-window .window-box:hover.box-tiktok a i,
.float-window .window-box:hover.box-skype a i {
  opacity: 1;
  pointer-events: none;
}
.float-window .window-box:hover.box-cart a p,
.float-window .window-box:hover.box-linkedin a p,
.float-window .window-box:hover.box-telephone a p,
.float-window .window-box:hover.box-whatapp a p,
.float-window .window-box:hover.box-email a p,
.float-window .window-box:hover.box-wechat a p,
.float-window .window-box:hover.box-inquiry a p,
.float-window .window-box:hover.box-message a p,
.float-window .window-box:hover.box-facebook a p,
.float-window .window-box:hover.box-tiktok a p,
.float-window .window-box:hover.box-youtube a p,
.float-window .window-box:hover.box-twitter a p,
.float-window .window-box:hover.box-instagram a p,
.float-window .window-box:hover.box-product a p,
.float-window .window-box:hover.box-tiktok a p,
.float-window .window-box:hover.box-skype a p {
  display: block;
  opacity: 1;
  transform: translateX(100%);
  animation: slideInFromRight 0.5s forwards;
  padding: 8px 15px;
  border-radius: 4px;
  background: #A06403;
  vertical-align: middle;
  height: 100% !important;
  display: flex;
  align-items: center;
  top: 0% !important;
  margin: 0;
  right: calc(100%);
}
.float-window .window-box:hover.box-cart a p i,
.float-window .window-box:hover.box-linkedin a p i,
.float-window .window-box:hover.box-telephone a p i,
.float-window .window-box:hover.box-whatapp a p i,
.float-window .window-box:hover.box-email a p i,
.float-window .window-box:hover.box-wechat a p i,
.float-window .window-box:hover.box-inquiry a p i,
.float-window .window-box:hover.box-message a p i,
.float-window .window-box:hover.box-facebook a p i,
.float-window .window-box:hover.box-tiktok a p i,
.float-window .window-box:hover.box-youtube a p i,
.float-window .window-box:hover.box-twitter a p i,
.float-window .window-box:hover.box-instagram a p i,
.float-window .window-box:hover.box-product a p i,
.float-window .window-box:hover.box-tiktok a p i,
.float-window .window-box:hover.box-skype a p i {
  margin-right: 10px;
  vertical-align: middle;
  opacity: 1;
  pointer-events: auto;
  font-size: 20px;
}
@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
    /* 初始位置在右侧外部 */
  }
  to {
    transform: translateX(0%);
    /* 移动到初始位置 */
  }
}
.float-window .window-box.box-wechat p {
  display: block;
  padding: 10px;
  background: #fff;
}
.float-window .window-box.box-wechat p img {
  background: #fff;
  max-height: 120px;
}
.float-window .window-box.box-cart a {
  position: relative;
}
.float-window .window-box.box-cart a span {
  content: "";
  width: 14px;
  height: 14px;
  background: #A06403;
  border-radius: 100%;
  top: 0;
  right: -10px;
  position: absolute;
  z-index: 1;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.float-window .window-box.box-wechat a p {
  position: absolute;
  right: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  color: #FFF;
  top: 120px;
  border-radius: 100px;
  display: none;
  background: none !important;
}
.float-window .window-box.box-whatapp a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 96px;
  border-radius: 100px;
  display: none;
  z-index: -1;
}
.float-window .window-box.box-linkedin a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 8px;
  border-radius: 100px;
  display: none;
}
.float-window .window-box.box-inquiry a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 157px;
  display: none;
}
.float-window .window-box.box-skype a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 180px;
  border-radius: 100px;
  display: none;
}
.float-window .window-box.box-message a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 70px;
  border-radius: 100px;
  display: none;
}
.float-window .window-box.box-telephone a p {
  position: absolute;
  right: 100%;
  width: 220px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 48px;
  border-radius: 100px;
  display: none;
  z-index: -1;
}
.float-window .window-box.box-email a p {
  position: absolute;
  right: 100%;
  width: 260px;
  background: #222;
  color: #FFF;
  padding: 10px 20px;
  top: 0px;
  border-radius: 100px;
  display: none;
  z-index: -1;
}
#float-window-close {
  position: fixed;
  right: 2px;
  top: 80%;
  z-index: 99;
  width: 46px;
  height: 46px;
  background: #A06403;
  border-radius: 5px;
  text-align: center;
  line-height: 46px;
  color: #FFF;
}
@media (min-width: 991px) {
  #float-window-close {
    display: none;
  }
}
#float-window-close i {
  font-size: 32px;
}
#float-window-close:hover {
  cursor: pointer;
}
#float-window-open {
  position: fixed;
  right: 2px;
  top: 80%;
  z-index: 99;
  width: 46px;
  height: 46px;
  background: #A06403;
  border-radius: 5px;
  text-align: center;
  line-height: 46px;
  display: none;
  color: #FFF;
}
#float-window-open i {
  font-size: 32px;
  transform: rotate(-45deg);
}
#float-window-open:hover {
  cursor: pointer;
}
.float-window-visible {
  transform: translateX(-100%);
  right: 0;
}
@media (max-width: 991px) {
  .float-window-visible {
    right: -6% !important;
  }
}
@media (max-width: 767px) {
  .float-window-visible {
    right: -11% !important;
  }
}
.header {
  position: fixed;
  width: 100%;
  transition: all 0.3s ease-out;
  z-index: 10;
}
.header .header-top {
  background: #F9F0E2;
}
@media (max-width: 1199px) {
  .header .header-top {
    background: #fff !important;
  }
}
.header .header-top .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .header .header-top .info {
    height: 60px;
  }
}
.header .header-top .info .menu-logo a {
  display: block;
  height: auto;
}
.header .header-top .info .menu-logo a img {
  max-height: 50px;
}
.header .header-top .info .menu-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-top .info .menu-right .menu-nav {
  display: flex;
  align-items: center;
  transition: all 0.4s ease;
}
@media (max-width: 1199px) {
  .header .header-top .info .menu-right .menu-nav {
    display: none;
  }
}
.header .header-top .info .menu-right .menu-nav .nav-first {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.4s ease;
}
.header .header-top .info .menu-right .menu-nav .nav-first li.active a {
  background: #A06403;
  color: #fff;
}
.header .header-top .info .menu-right .menu-nav .nav-first li.active ul li a {
  color: #000;
  background: none;
  text-decoration: none;
}
.header .header-top .info .menu-right .menu-nav .nav-first li.active ul li a::before {
  display: none;
}
.header .header-top .info .menu-right .menu-nav .nav-first li.active ul li a:hover::before {
  width: 0%;
}
.header .header-top .info .menu-right .menu-nav .nav-first li.active ul li ul li a {
  background: none;
  color: #000;
}
.header .header-top .info .menu-right .menu-nav .nav-first li.active ul li ul li a:hover {
  color: #A06403;
}
.header .header-top .info .menu-right .menu-nav .nav-first li {
  position: relative;
  display: inline-block;
  padding: 0 15px;
}
@media (max-width: 1470px) {
  .header .header-top .info .menu-right .menu-nav .nav-first li {
    padding: 0 20px;
  }
}
.header .header-top .info .menu-right .menu-nav .nav-first li a {
  color: #000;
  display: block;
  transition: all 0.2s;
  position: relative;
  font-size: 20px;
  line-height: 80px;
  font-weight: 500;
  padding: 0 15px;
}
.header .header-top .info .menu-right .menu-nav .nav-first li a:hover {
  background: #A06403;
  color: #fff;
}
.header .header-top .info .menu-right .menu-nav .nav-first li > ul {
  display: none;
  position: absolute;
  z-index: 99;
  top: calc(100%);
  border-top: 0;
  min-width: 200px;
  left: 50%;
  transform: translateX(-50%);
  text-align: left;
  box-shadow: 0 4px 12px 0 rgba(25, 27, 29, 0.08);
  transform-origin: center top;
  background: #F9F0E2;
  padding: 15px 0;
  z-index: 2;
}
.header .header-top .info .menu-right .menu-nav .nav-first li > ul li {
  margin: 0;
  width: 100%;
  display: block;
  text-align: start;
  flex-wrap: wrap;
  background: transparent;
  padding: 0;
}
.header .header-top .info .menu-right .menu-nav .nav-first li > ul li a {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  color: #000;
  line-height: 32px;
  padding: 5px 10px;
  position: relative;
}
.header .header-top .info .menu-right .menu-nav .nav-first li > ul li a:hover {
  background: #A06403;
  color: #fff;
}
.header .header-top .info .menu-right .menu-nav .nav-first li > ul li a:hover::before {
  display: none;
}
.header .header-top .info .menu-right .menu-nav .nav-first li > ul li a:hover::after {
  opacity: 1;
  left: 10px;
}
.header .header-top .info .menu-right .menu-nav .nav-first li > ul li > ul {
  display: none;
  position: absolute;
  flex-wrap: wrap;
  left: 100%;
  top: -15px;
  min-width: 100%;
  z-index: 9;
  background: #F9F0E2;
  text-align: left;
  box-shadow: 0 4px 12px 0 rgba(25, 27, 29, 0.08);
  transform: none;
}
.header .header-top .info .menu-right .menu-nav .nav-first li > ul li > ul li {
  display: block;
  text-align: start;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
}
.header .header-top .info .menu-right .menu-nav .nav-first li > ul li > ul li a {
  color: #000;
  font-size: 16px;
  line-height: 32px;
  padding: 5px 10px;
  font-size: 15px;
}
.header .header-top .info .menu-right .menu-nav .nav-first li > ul li > ul li a:hover::after {
  left: 0;
}
.header .header-top .info .menu-right .menu-nav .nav-first li:hover .drop-product {
  opacity: 1;
  pointer-events: all;
}
.header .header-top .info .menu-right .menu-cart {
  padding-left: 40px;
}
@media (max-width: 1199px) {
  .header .header-top .info .menu-right .menu-cart {
    padding-left: 0;
  }
}
.header .header-top .info .menu-right .menu-cart a {
  display: flex;
  align-items: center;
  color: #A06403;
}
.header .header-top .info .menu-right .menu-cart a:hover {
  color: #A06403;
}
.header .header-top .info .menu-right .menu-cart a:hover b {
  text-decoration: underline;
}
.header .header-top .info .menu-right .menu-cart a i {
  font-size: 30px;
  margin-right: 15px;
  display: inline-block;
  transition: all 0.2s ease-out;
}
@media (max-width: 1199px) {
  .header .header-top .info .menu-right .menu-cart a i {
    font-size: 20px;
    margin-right: 5px;
  }
}
.header .header-top .info .menu-right .menu-cart a b {
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  font-weight: 300;
}
@media (max-width: 1199px) {
  .header .header-top .info .menu-right .menu-cart a b {
    font-size: 16px;
  }
}
.header .header-product {
  background: #5A3700;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.58);
}
@media (max-width: 1199px) {
  .header .header-product {
    display: none;
  }
}
.header .header-product .info ul {
  display: flex;
  justify-content: space-between;
}
.header .header-product .info ul li {
  padding: 0 30px;
  display: inline-block;
  flex: 1;
  text-align: center;
  position: relative;
}
@media (max-width: 1470px) {
  .header .header-product .info ul li {
    padding: 0 15px;
  }
}
@media (max-width: 1199px) {
  .header .header-product .info ul li {
    padding: 0;
  }
}
.header .header-product .info ul li:first-child {
  text-align: start;
  padding-left: 0;
}
.header .header-product .info ul li:last-child {
  text-align: end;
  padding-right: 0;
}
.header .header-product .info ul li a {
  display: block;
  padding: 8px;
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}
.header .header-product .info ul li:hover > ul {
  visibility: visible;
  transform: perspective(500px) rotatex(0);
  opacity: 1;
  pointer-events: all;
}
.header .header-product .info ul li ul {
  position: absolute;
  left: 0%;
  top: 100%;
  min-width: 260px;
  background: #5A3700;
  padding: 15px 0;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.58);
  display: flex;
  flex-direction: column;
  align-items: start;
  transition: all 0.3s ease-out;
  opacity: 0;
  pointer-events: none;
  transform: perspective(500px) rotatex(-20deg);
  transform-origin: 50% 0;
  visibility: hidden;
  transition-delay: 0s;
}
.header .header-product .info ul li ul:hover {
  visibility: visible;
  transform: perspective(500px) rotatex(0);
  opacity: 1;
  pointer-events: all;
}
.header .header-product .info ul li ul li {
  padding: 0 15px !important;
  display: block;
  flex: auto;
  width: 100%;
  text-align: start;
}
.header .header-product .info ul li ul li:first-child {
  text-align: start;
}
.header .header-product .info ul li ul li:last-child {
  text-align: start;
}
.header .header-product .info ul li ul li a {
  display: block;
}
.header .header-product .info ul li ul li a:hover {
  text-decoration: underline;
}
.header .header-product .info ul li ul li:hover > ul {
  visibility: visible;
  transform: perspective(500px) rotatex(0);
  opacity: 1;
  pointer-events: all;
}
.header .header-product .info ul li ul li > ul {
  left: calc(100%);
  top: 0;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  min-width: 260px;
}
.wrap-tit h2 {
  color: #000;
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
  letter-spacing: -1.2px;
  margin: 0;
}
@media (max-width: 1470px) {
  .wrap-tit h2 {
    font-size: 48px;
    line-height: 52px;
  }
}
@media (max-width: 1199px) {
  .wrap-tit h2 {
    font-size: 24px;
    line-height: 30px;
    letter-spacing: normal;
  }
}
.wrap-tit h2 span {
  color: #A06403;
}
.wrap-txt {
  margin-top: 40px;
}
@media (max-width: 1470px) {
  .wrap-txt {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .wrap-txt {
    margin-top: 20px;
  }
}
.wrap-txt p {
  color: #000;
  font-size: 20px;
  font-weight: 200;
  line-height: 36px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-contact {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(160, 100, 3, 0.1) 100%);
  position: relative;
  overflow: hidden;
}
.wrap-contact .contact-mark {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 20vw;
  z-index: -1;
}
@media (max-width: 1199px) {
  .wrap-contact .contact-mark {
    max-width: initial;
  }
}
.wrap-contact .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199px) {
  .wrap-contact .info {
    flex-direction: column;
    align-items: start;
  }
}
.wrap-contact .info .left {
  width: 45%;
}
@media (max-width: 1199px) {
  .wrap-contact .info .left {
    width: 100%;
  }
}
.wrap-contact .info .left .box {
  overflow: hidden;
  padding: 50px;
  border-radius: 0 50px 0 0;
  background: linear-gradient(180deg, rgba(160, 100, 3, 0.02) 0%, rgba(160, 100, 3, 0.05) 100%);
}
@media (max-width: 1199px) {
  .wrap-contact .info .left .box {
    padding: 30px;
  }
}
.wrap-contact .info .left .box .tit h2 {
  color: #000;
  font-size: 48px;
  font-weight: 500;
  line-height: 50px;
  margin: 0;
}
.wrap-contact .info .left .box .tit h2 span {
  color: #A06403;
}
@media (max-width: 1199px) {
  .wrap-contact .info .left .box .tit h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.wrap-contact .info .left .box .txt {
  margin: 40px 0;
}
@media (max-width: 1199px) {
  .wrap-contact .info .left .box .txt {
    margin: 20px 0;
  }
}
.wrap-contact .info .left .box .txt p {
  color: #000;
  font-size: 22px;
  font-weight: 200;
  line-height: 36px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-contact .info .left .box .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-contact .info .left .box .list p {
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .wrap-contact .info .left .box .list p {
    margin-bottom: 10px;
  }
}
.wrap-contact .info .left .box .list p i {
  font-size: 30px;
  color: #A06403;
  margin-right: 13px;
  font-weight: bold;
}
@media (max-width: 1199px) {
  .wrap-contact .info .left .box .list p i {
    font-size: 20px;
    margin-right: 8px;
  }
}
.wrap-contact .info .left .box .list p a,
.wrap-contact .info .left .box .list p .address {
  color: #000;
  font-size: 22px;
  font-weight: 200;
  line-height: 30px;
  display: block;
}
@media (max-width: 1199px) {
  .wrap-contact .info .left .box .list p a,
  .wrap-contact .info .left .box .list p .address {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-contact .info .left .box .list p a:hover {
  color: #A06403;
  text-decoration: underline;
}
.wrap-contact .info .right {
  width: 50%;
}
@media (max-width: 1199px) {
  .wrap-contact .info .right {
    width: 100%;
    margin-top: 40px;
  }
}
.wrap-contact .info .right .box .tit h2 {
  color: #000;
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-contact .info .right .box .tit h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.wrap-contact .info .right .box .common-form {
  margin-top: 50px;
}
@media (max-width: 1470px) {
  .wrap-contact .info .right .box .common-form {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .wrap-contact .info .right .box .common-form {
    margin-top: 20px;
  }
}
.wrap-btn {
  display: inline-block;
  padding: 7px 60px;
  text-align: center;
  background: #A06403;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  transition: all 0.2s ease-out;
}
.wrap-btn:hover {
  background: #000;
  color: #fff;
}
@media (max-width: 1199px) {
  .wrap-btn {
    font-size: 14px;
    padding: 7px 40px;
  }
}
.wrap-btn span {
  color: #fff;
}
.common-form form .row .col-12 .form-group-tit {
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group-tit {
    margin-bottom: 15px;
  }
}
.common-form form .row .col-12 .form-group-tit input {
  width: 100%;
  background: #A06403;
  border: none;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  padding: 13px 15px;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group-tit input {
    font-size: 14px;
    padding: 8px 15px;
  }
}
.common-form form .row .col-12 .form-group {
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group {
    margin-bottom: 15px;
  }
}
.common-form form .row .col-12 .form-group label {
  color: #222;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: -0.32px;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group label {
    font-size: 14px;
    letter-spacing: normal;
  }
}
.common-form form .row .col-12 .form-group input,
.common-form form .row .col-12 .form-group textarea {
  width: 100%;
  border: 1px solid #DEDEDE;
  background: #fff;
  padding: 13px 15px;
  color: #B1B1B1;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group input,
  .common-form form .row .col-12 .form-group textarea {
    padding: 8px 15px;
  }
}
.common-form form .row .col-12 .form-group input::placeholder,
.common-form form .row .col-12 .form-group textarea::placeholder {
  color: #B1B1B1;
  font-size: 16px;
  font-weight: 100;
  letter-spacing: -0.32px;
}
@media (max-width: 1199px) {
  .common-form form .row .col-12 .form-group input::placeholder,
  .common-form form .row .col-12 .form-group textarea::placeholder {
    font-size: 14px;
    letter-spacing: normal;
  }
}
.common-form form .row .col-12 .form-group input:focus::placeholder,
.common-form form .row .col-12 .form-group textarea:focus::placeholder {
  color: #ccc;
}
.common-form form .row .col-12 .submit-group button {
  border: none;
}
.footer {
  background: rgba(167, 135, 83, 0.4);
}
.footer .foot-tit h2 {
  color: #A06403;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin: 0;
}
@media (max-width: 1199px) {
  .footer .foot-tit h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
.footer .info {
  padding-top: 20px;
}
@media (max-width: 1199px) {
  .footer .info {
    padding-top: 15px;
  }
}
.footer .foot {
  padding: 55px 0;
}
@media (max-width: 1199px) {
  .footer .foot {
    padding: 40px 0 20px 0;
  }
}
.footer .foot .box {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer .foot .box {
    flex-direction: column;
  }
}
.footer .foot .box .foot-message {
  max-width: 410px;
  border-radius: 0 98px 0 0;
  background: rgba(246, 240, 231, 0.6);
  text-align: center;
  padding: 40px;
}
@media (max-width: 1199px) {
  .footer .foot .box .foot-message {
    max-width: 100%;
    width: 100%;
    padding: 30px;
  }
}
.footer .foot .box .foot-message .foot-logo a {
  display: block;
  height: auto;
}
.footer .foot .box .foot-message .foot-logo a img {
  max-height: 90px;
}
@media (max-width: 1199px) {
  .footer .foot .box .foot-message .foot-logo a img {
    max-height: 60px;
  }
}
.footer .foot .box .foot-message .txt {
  margin-top: 20px;
}
@media (max-width: 1199px) {
  .footer .foot .box .foot-message .txt {
    margin-top: 15px;
  }
}
.footer .foot .box .foot-message .txt p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  margin: 0;
}
@media (max-width: 1199px) {
  .footer .foot .box .foot-message .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.footer .foot .box .foot-contact {
  max-width: 330px;
  padding: 30px 0;
}
@media (max-width: 1199px) {
  .footer .foot .box .foot-contact {
    padding: 0;
    max-width: 100%;
    width: 100%;
    margin: 20px 0 0 0;
  }
}
.footer .foot .box .foot-contact .info {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.footer .foot .box .foot-contact .info p {
  display: flex;
  align-items: flex-start;
  margin: 0;
}
.footer .foot .box .foot-contact .info p i {
  font-size: 18px;
  color: #A06403;
  margin-right: 10px;
}
.footer .foot .box .foot-contact .info p a,
.footer .foot .box .foot-contact .info p .address {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  display: block;
}
@media (max-width: 1199px) {
  .footer .foot .box .foot-contact .info p a,
  .footer .foot .box .foot-contact .info p .address {
    font-size: 14px;
    line-height: 30px;
  }
}
.footer .foot .box .foot-contact .info p a:hover {
  color: #A06403;
  text-decoration: underline;
}
.footer .foot .box .foot-nav {
  padding: 30px 0;
}
@media (max-width: 1199px) {
  .footer .foot .box .foot-nav {
    padding: 0;
    margin: 20px 0;
  }
}
.footer .foot .box .foot-nav .info a {
  display: block;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
}
@media (max-width: 1199px) {
  .footer .foot .box .foot-nav .info a {
    font-size: 14px;
    line-height: 28px;
    display: inline-block;
    margin-right: 20px;
  }
}
.footer .foot .box .foot-nav .info a:hover {
  color: #A06403;
  text-decoration: underline;
}
.footer .copyright {
  background: #5A3700;
  padding: 8px 0;
}
@media (max-width: 1199px) {
  .footer .copyright {
    padding: 20px 0 70px 0;
    text-align: center;
  }
}
.footer .copyright .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer .copyright .box {
    flex-direction: column;
  }
}
.footer .copyright .box p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  font-size: 14px;
  font-weight: 300;
}
.footer .copyright .box p a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .copyright .box .link a {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  position: relative;
  padding-left: 40px;
}
.footer .copyright .box .link a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer .copyright .box .link a:last-child::before {
  content: '';
  position: absolute;
  width: 2px;
  background: rgba(255, 255, 255, 0.6);
  height: 16px;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.wrap-news {
  padding: 160px 0 70px 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(160, 100, 3, 0.1) 100%);
}
@media (max-width: 1199px) {
  .wrap-news {
    padding: 40px 0;
  }
}
@media (max-width: 1199px) {
  .wrap-news .info .row {
    margin: 0 -7px;
  }
}
@media (max-width: 1199px) {
  .wrap-news .info .row .col-12 {
    padding: 0 7px;
  }
}
@media (max-width: 991px) {
  .wrap-news .info .row .col-12 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .wrap-news .info .row .col-12 {
    width: 100%;
  }
}
.wrap-news .info .row .col-12:nth-child(1) .item,
.wrap-news .info .row .col-12:nth-child(2) .item,
.wrap-news .info .row .col-12:nth-child(3) .item {
  margin-top: 0;
}
@media (max-width: 1199px) {
  .wrap-news .info .row .col-12:nth-child(1) .item,
  .wrap-news .info .row .col-12:nth-child(2) .item,
  .wrap-news .info .row .col-12:nth-child(3) .item {
    margin-top: 20px;
  }
}
.wrap-news .info .row .col-12 .item {
  margin-top: 150px;
}
@media (max-width: 1560px) {
  .wrap-news .info .row .col-12 .item {
    margin-top: 90px;
  }
}
@media (max-width: 1470px) {
  .wrap-news .info .row .col-12 .item {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .wrap-news .info .row .col-12 .item {
    margin-top: 20px;
  }
}
.wrap-news .info .row .col-12 .item:hover .pic .img-box img {
  transform: scale3d(1.1, 1.1, 1);
}
.wrap-news .info .row .col-12 .item:hover .pic .note .tit a {
  text-decoration: underline;
}
.wrap-news .info .row .col-12 .item .pic {
  position: relative;
  overflow: hidden;
}
.wrap-news .info .row .col-12 .item .pic .img-box {
  padding-bottom: calc(400 / 450 * 100%);
}
.wrap-news .info .row .col-12 .item .pic .img-box img {
  transition: all 1s ease-out;
}
.wrap-news .info .row .col-12 .item .pic .note {
  padding: 25px;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  border-radius: 0 30px 0 0;
  background: rgba(160, 100, 3, 0.6);
}
@media (max-width: 1199px) {
  .wrap-news .info .row .col-12 .item .pic .note {
    padding: 20px;
  }
}
.wrap-news .info .row .col-12 .item .pic .note .tit a {
  color: #FFF;
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 64px;
}
@media (max-width: 1199px) {
  .wrap-news .info .row .col-12 .item .pic .note .tit a {
    font-size: 18px;
    line-height: 24px;
    height: 24px;
  }
}
.wrap-news .info .row .col-12 .item .pic .note .txt {
  margin-top: 5px;
}
.wrap-news .info .row .col-12 .item .pic .note .txt p {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
}
.wrap-news .info .row .col-12 .item .pic .note .link {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrap-news .info .row .col-12 .item .pic .note .link .date span {
  display: inline-block;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
}
.wrap-news .info .row .col-12 .item .pic .note .link .more a {
  display: inline-block;
  padding: 2px 20px;
  background: #FFF;
  text-align: center;
  color: #A06403;
  font-size: 14px;
  font-weight: 300;
  transition: all 0.2s ease-out;
}
.wrap-news .info .row .col-12 .item .pic .note .link .more a:hover {
  background: #000;
  color: #fff;
}
.pagination {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: end;
  padding-top: 80px;
}
@media (max-width: 1560px) {
  .pagination {
    padding-top: 50px;
  }
}
@media (max-width: 1199px) {
  .pagination {
    padding-top: 30px;
  }
}
.pagination ul li.other a {
  border: none;
}
.pagination ul li {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .pagination ul li {
    margin: 2px;
  }
}
.pagination ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 18px;
  color: #A06403;
  border: 1px solid #A06403;
  transition: all 0.4s;
  border-radius: 0 5px 0 0;
}
@media (max-width: 1199px) {
  .pagination ul li a {
    font-size: 14px;
  }
}
.pagination ul li a:hover {
  cursor: pointer;
  color: #FFF;
  background: #A06403;
}
.pagination ul li.active a {
  background: #A06403;
  color: #fff;
}
.pagination ul li.next a {
  border-radius: 5px;
  width: 35px;
  height: 35px;
  background: rgba(160, 100, 3, 0.33);
  border: 1px solid transparent;
  color: rgba(255, 255, 255, 0.4);
}
.pagination ul li.next a:hover {
  cursor: pointer;
  color: #FFF;
  background: #A06403;
}
.pagination ul li.next a:hover i {
  color: #fff;
}
.pagination ul li.next a i {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-weight: 500;
}
.pagination ul li.prev a {
  border-radius: 5px;
  width: 35px;
  height: 35px;
  background: rgba(160, 100, 3, 0.33);
  border: 1px solid transparent;
  color: rgba(255, 255, 255, 0.4);
}
.pagination ul li.prev a:hover {
  cursor: pointer;
  color: #FFF;
  background: #A06403;
}
.pagination ul li.prev a:hover i {
  color: #fff;
}
.pagination ul li.prev a i {
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-weight: 500;
}
.panter {
  padding: 70px 0 170px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .panter {
    padding: 40px 0;
  }
}
.panter::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: -1;
  top: 0;
  background: linear-gradient(180deg, #F5EFE6 0%, rgba(255, 255, 255, 0) 50%, #F5EFE6 100%);
}
.panter .info .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .panter .info .top {
    flex-direction: column;
    align-items: start;
  }
}
.panter .info .top .wrap-txt {
  width: 50%;
  margin-top: 0;
}
@media (max-width: 1199px) {
  .panter .info .top .wrap-txt {
    width: 100%;
    margin-top: 20px;
  }
}
.panter .info .top .wrap-txt p {
  color: rgba(0, 0, 0, 0.5);
  line-height: 30px;
}
@media (max-width: 1199px) {
  .panter .info .top .wrap-txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.panter .info .slick-panter {
  padding-top: 140px;
  margin: 0 -35px;
}
@media (max-width: 1560px) {
  .panter .info .slick-panter {
    padding-top: 100px;
  }
}
@media (max-width: 1470px) {
  .panter .info .slick-panter {
    padding-top: 80px;
    margin: 0 -20px;
  }
}
@media (max-width: 1199px) {
  .panter .info .slick-panter {
    padding-top: 30px;
    margin: 0 -7px;
  }
}
.panter .info .slick-panter .slick-slide {
  padding: 0 35px;
}
@media (max-width: 1470px) {
  .panter .info .slick-panter .slick-slide {
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .panter .info .slick-panter .slick-slide {
    padding: 0 7px;
  }
}
.panter .info .slick-panter .slick-track {
  padding: 15px 0;
}
.panter .info .slick-panter .slick-dots {
  bottom: -70px;
}
@media (max-width: 1199px) {
  .panter .info .slick-panter .slick-dots {
    bottom: -20px;
  }
}
.panter .info .slick-panter .item {
  cursor: grab;
  border-radius: 0 30px 0 0;
  background: #FFF;
  text-align: center;
  padding: 30px 30px 60px 30px;
  position: relative;
  box-shadow: 0 0 15px 0 #999898;
}
.panter .info .slick-panter .item::before {
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 10px;
  left: 0;
  background: #A06403;
  z-index: 2;
}
.panter .info .slick-panter .item .pic {
  height: auto;
}
.panter .info .slick-panter .item .pic img {
  display: inline-block;
  max-height: 60px;
  margin: 0 auto;
  border-radius: 50%;
}
.panter .info .slick-panter .item .type {
  margin-top: 12px;
}
.panter .info .slick-panter .item .type span {
  display: block;
  color: #000;
  font-size: 14px;
  font-weight: 100;
  line-height: 24px;
}
.panter .info .slick-panter .item .name {
  margin-top: 1px;
}
.panter .info .slick-panter .item .name h2 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin: 0;
}
.panter .info .slick-panter .item .rate {
  margin-top: 10px;
}
.panter .info .slick-panter .item .rate i {
  color: #A06403;
}
.panter .info .slick-panter .item .txt {
  margin-top: 15px;
}
.panter .info .slick-panter .item .txt p {
  color: #000;
  font-size: 16px;
  font-weight: 100;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 1199px) {
  .panter .info .slick-panter .item .txt p {
    font-size: 14px;
    line-height: 24px;
  }
}
.about-introduce,
.home-about {
  padding: 120px 0;
}
@media (max-width: 1199px) {
  .about-introduce,
  .home-about {
    padding: 40px 0;
  }
}
.about-introduce .info,
.home-about .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1199px) {
  .about-introduce .info,
  .home-about .info {
    flex-direction: column;
    align-items: start;
  }
}
.about-introduce .info .left,
.home-about .info .left {
  width: 55%;
}
@media (max-width: 1199px) {
  .about-introduce .info .left,
  .home-about .info .left {
    width: 100%;
    order: 2;
    margin-top: 40px;
  }
}
.about-introduce .info .left .advantage,
.home-about .info .left .advantage {
  padding: 50px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin: 0 -10px;
}
@media (max-width: 1470px) {
  .about-introduce .info .left .advantage,
  .home-about .info .left .advantage {
    padding: 20px 0;
  }
}
.about-introduce .info .left .advantage p,
.home-about .info .left .advantage p {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .about-introduce .info .left .advantage p,
  .home-about .info .left .advantage p {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .about-introduce .info .left .advantage p,
  .home-about .info .left .advantage p {
    width: 100%;
  }
}
.about-introduce .info .left .advantage p:last-child,
.home-about .info .left .advantage p:last-child {
  margin-bottom: 0;
}
.about-introduce .info .left .advantage p img,
.home-about .info .left .advantage p img {
  display: inline-block;
  max-height: 40px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .about-introduce .info .left .advantage p img,
  .home-about .info .left .advantage p img {
    max-height: 35px;
    margin-top: 10px;
  }
}
.about-introduce .info .left .advantage p span,
.home-about .info .left .advantage p span {
  display: inline-block;
  color: rgba(0, 0, 0, 0.6);
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  .about-introduce .info .left .advantage p span,
  .home-about .info .left .advantage p span {
    font-size: 14px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .about-introduce .info .left .link a,
  .home-about .info .left .link a {
    display: block;
    text-align: center;
    margin: 10px 0;
  }
}
.about-introduce .info .left .link .play,
.home-about .info .left .link .play {
  margin-left: 40px;
  color: #A06403;
  font-size: 22px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .about-introduce .info .left .link .play,
  .home-about .info .left .link .play {
    margin-left: 0;
    font-size: 14px;
  }
}
.about-introduce .info .left .link .play:hover span::before,
.home-about .info .left .link .play:hover span::before {
  width: 100%;
}
.about-introduce .info .left .link .play span,
.home-about .info .left .link .play span {
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .about-introduce .info .left .link .play span,
  .home-about .info .left .link .play span {
    vertical-align: middle;
  }
}
.about-introduce .info .left .link .play span::before,
.home-about .info .left .link .play span::before {
  content: '';
  position: absolute;
  width: 0%;
  height: 2px;
  background: #A06403;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease-out;
}
.about-introduce .info .left .link .play i,
.home-about .info .left .link .play i {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .about-introduce .info .left .link .play i,
  .home-about .info .left .link .play i {
    font-size: 18px;
  }
}
.about-introduce .info .right,
.home-about .info .right {
  width: 40%;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .about-introduce .info .right,
  .home-about .info .right {
    width: 100%;
    order: 1;
    margin-top: 20px;
  }
}
.about-introduce .info .right .pic,
.home-about .info .right .pic {
  box-shadow: 0 0 20px 0 #B7B7B7;
  border-radius: 0 90px 0 0;
  position: relative;
}
.about-introduce .info .right .pic::before,
.home-about .info .right .pic::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: -40px;
  right: -40px;
  border-radius: 0 90px 0 0;
  background: rgba(160, 100, 3, 0.15);
  z-index: -1;
}
@media (max-width: 1199px) {
  .about-introduce .info .right .pic::before,
  .home-about .info .right .pic::before {
    top: -20px;
    right: -20px;
  }
}
.about-introduce .info .right .pic img,
.home-about .info .right .pic img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0 90px 0 0;
}
.wrap-about {
  background: linear-gradient(0deg, rgba(160, 100, 3, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
}
.wrap-about .honor {
  padding: 40px 0 110px 0;
  background: linear-gradient(0deg, rgba(160, 100, 3, 0.04) 0%, rgba(255, 255, 255, 0.1) 100%);
}
@media (max-width: 1199px) {
  .wrap-about .honor {
    padding: 0 0 40px 0;
  }
}
.wrap-about .honor .info .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-about .honor .info .top {
    flex-direction: column;
    align-items: start;
  }
}
.wrap-about .honor .info .top .wrap-txt {
  width: 50%;
  margin-top: 0;
}
@media (max-width: 1199px) {
  .wrap-about .honor .info .top .wrap-txt {
    width: 100%;
    margin-top: 20px;
  }
}
.wrap-about .honor .info .top .wrap-txt p {
  color: rgba(0, 0, 0, 0.5);
  line-height: 30px;
}
@media (max-width: 1199px) {
  .wrap-about .honor .info .top .wrap-txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-about .honor .info .slick-honor {
  margin: 0 -25px;
  padding-top: 130px;
}
@media (max-width: 1560px) {
  .wrap-about .honor .info .slick-honor {
    padding-top: 90px;
  }
}
@media (max-width: 1470px) {
  .wrap-about .honor .info .slick-honor {
    padding-top: 80px;
    margin: 0 -15px;
  }
}
@media (max-width: 1199px) {
  .wrap-about .honor .info .slick-honor {
    margin: 0 -7px;
    padding-top: 30px;
  }
}
.wrap-about .honor .info .slick-honor .slick-slide {
  padding: 0 25px;
}
@media (max-width: 1470px) {
  .wrap-about .honor .info .slick-honor .slick-slide {
    padding: 0 15px;
  }
}
@media (max-width: 1199px) {
  .wrap-about .honor .info .slick-honor .slick-slide {
    padding: 0 7px;
  }
}
@media (max-width: 1199px) {
  .wrap-about .honor .info .slick-honor .slick-dots {
    bottom: -20px;
  }
}
.wrap-about .honor .info .slick-honor .slick-track {
  padding: 20px 0;
}
.wrap-about .honor .info .slick-honor .item {
  cursor: pointer;
}
.wrap-about .honor .info .slick-honor .item:hover .pic .img-box img {
  transform: scale3d(1.05, 1.05, 1);
}
.wrap-about .honor .info .slick-honor .item .pic {
  color: #A06403;
  box-shadow: 0 0 8px 0 rgba(192, 192, 192, 0.47);
  padding: 20px;
  border-radius: 0 30px 0 0;
  background: linear-gradient(180deg, #FFF 0%, #F9F0E2 100%);
}
.wrap-about .honor .info .slick-honor .item .pic .img-box {
  box-shadow: 0 0 8px 0 rgba(192, 192, 192, 0.47);
  padding-bottom: calc(390 / 270 * 100%);
}
.wrap-about .honor .info .slick-honor .item .pic .img-box img {
  transition: all 1s ease-out;
}
.wrap-product {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(160, 100, 3, 0.1) 100%);
}
.wrap-product .product-list .container {
  position: relative;
}
.wrap-product .product-list .introduce {
  padding: 50px 140px 65px 140px;
  background: #FCF9F4;
  box-shadow: 0 0 40px 0 #C2B9AA;
  border-bottom: 7px solid #E0BF8C;
  position: relative;
  width: 100%;
  top: -80px;
  z-index: 5;
}
@media (max-width: 1199px) {
  .wrap-product .product-list .introduce {
    top: auto;
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .wrap-product .product-list .introduce {
    padding: 30px;
  }
}
.wrap-product .product-list .introduce .tit h2 {
  color: #000;
  font-size: 44px;
  font-weight: 500;
  line-height: 46px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-product .product-list .introduce .tit h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.wrap-product .product-list .introduce .txt {
  margin-top: 20px;
}
.wrap-product .product-list .introduce .txt p {
  color: #000;
  font-size: 20px;
  font-weight: 200;
  line-height: 44px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-product .product-list .introduce .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-product .product-list .box {
  padding: 20px 0 120px 0;
  margin-top: -110px;
}
@media (max-width: 1199px) {
  .wrap-product .product-list .box {
    margin-top: 40px;
    padding: 0 0 40px 0;
  }
}
@media (max-width: 1199px) {
  .wrap-product .product-list .box .row {
    margin: 0 -7px;
  }
}
@media (max-width: 1199px) {
  .wrap-product .product-list .box .row .col-12 {
    padding: 0 7px;
  }
}
@media (max-width: 991px) {
  .wrap-product .product-list .box .row .col-12 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .wrap-product .product-list .box .row .col-12 {
    width: 100%;
  }
}
.wrap-product .product-list .box .row .col-12 .item {
  padding: 30px 30px 40px 30px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-out;
  margin-top: 110px;
}
@media (max-width: 1560px) {
  .wrap-product .product-list .box .row .col-12 .item {
    margin-top: 80px;
  }
}
@media (max-width: 1470px) {
  .wrap-product .product-list .box .row .col-12 .item {
    margin-top: 60px;
  }
}
@media (max-width: 1199px) {
  .wrap-product .product-list .box .row .col-12 .item {
    margin-top: 20px;
    padding: 20px;
  }
}
.wrap-product .product-list .box .row .col-12 .item:hover {
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(194, 185, 170, 0.25);
}
.wrap-product .product-list .box .row .col-12 .item:hover::before {
  opacity: 1;
  width: 100%;
}
.wrap-product .product-list .box .row .col-12 .item:hover .pic .img-box img {
  transform: scale3d(1.1, 1.1, 0.1);
}
.wrap-product .product-list .box .row .col-12 .item:hover .note .tit a {
  text-decoration: underline;
}
.wrap-product .product-list .box .row .col-12 .item::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 8px;
  background: #A06403;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease-out;
}
@media (max-width: 1199px) {
  .wrap-product .product-list .box .row .col-12 .item::before {
    height: 4px;
  }
}
.wrap-product .product-list .box .row .col-12 .item .pic .img-box {
  border-radius: 0 30px 0 0;
}
.wrap-product .product-list .box .row .col-12 .item .pic .img-box img {
  transition: all 1s ease-out;
}
.wrap-product .product-list .box .row .col-12 .item .note .tit {
  padding: 20px 0;
}
@media (max-width: 1199px) {
  .wrap-product .product-list .box .row .col-12 .item .note .tit {
    padding: 15px 0;
  }
}
.wrap-product .product-list .box .row .col-12 .item .note .tit a {
  color: #A06403;
  font-size: 28px;
  font-weight: 400;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
  position: relative;
}
@media (max-width: 1470px) {
  .wrap-product .product-list .box .row .col-12 .item .note .tit a {
    font-size: 24px;
    line-height: 26px;
    height: 26px;
  }
}
@media (max-width: 1199px) {
  .wrap-product .product-list .box .row .col-12 .item .note .tit a {
    font-size: 18px;
    line-height: 26px;
    height: 26px;
  }
}
.wrap-product .product-list .box .row .col-12 .item .note .link {
  display: flex;
  justify-content: space-between;
}
.wrap-product .product-list .box .row .col-12 .item .note .link a {
  display: inline-block;
  width: 48%;
  padding: 7px;
}
.wrap-product .product-list .box .row .col-12 .item .note .link a.add {
  background: transparent;
  border: 2px solid #A06403;
  color: #A06403;
}
.wrap-product .product-list .box .row .col-12 .item .note .link a.add:hover {
  background: #A06403;
}
.wrap-product .product-list .box .row .col-12 .item .note .link a.add:hover span {
  color: #fff;
}
.wrap-product .product-list .box .row .col-12 .item .note .link a.add span {
  color: #A06403;
}
.wrap-product .product-list .end {
  padding-bottom: 120px;
}
@media (max-width: 1199px) {
  .wrap-product .product-list .end {
    padding-bottom: 40px;
  }
}
.wrap-product .product-list .end .tit h2 {
  color: #000;
  font-size: 40px;
  font-weight: 500;
  line-height: 60px;
  margin: 0;
}
.wrap-product .product-list .end .tit h2 span {
  color: #A06403;
}
@media (max-width: 1199px) {
  .wrap-product .product-list .end .tit h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.wrap-product .product-list .end .more {
  margin-top: 30px;
}
.wrap-product .oem {
  background: radial-gradient(50% 50% at 50% 50%, rgba(249, 240, 226, 0.43) 0%, rgba(255, 255, 255, 0.43) 100%), #FFF;
  padding: 140px 0;
}
@media (max-width: 1199px) {
  .wrap-product .oem {
    padding: 40px 0;
  }
}
.wrap-product .oem .info {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-product .oem .info {
    flex-direction: column;
  }
}
.wrap-product .oem .info .left {
  width: 50%;
}
@media (max-width: 1199px) {
  .wrap-product .oem .info .left {
    width: 100%;
  }
}
.wrap-product .oem .info .left .more {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-product .oem .info .left .more {
    margin-top: 20px;
  }
}
.wrap-product .oem .info .right {
  width: 45%;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .wrap-product .oem .info .right {
    width: 100%;
    margin-top: 60px;
  }
}
.wrap-product .oem .info .right .pic {
  box-shadow: 0 0 20px 0 #B7B7B7;
  border-radius: 0 90px 0 0;
  position: relative;
  z-index: 2;
}
.wrap-product .oem .info .right .pic::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: -40px;
  right: -40px;
  border-radius: 0 90px 0 0;
  background: rgba(160, 100, 3, 0.15);
  z-index: -1;
}
@media (max-width: 1199px) {
  .wrap-product .oem .info .right .pic::before {
    top: -20px;
    right: -20px;
  }
}
.wrap-product .oem .info .right .pic img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0 90px 0 0;
}
.wrap-details {
  margin-top: 124px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(160, 100, 3, 0.1) 100%);
}
@media (max-width: 1199px) {
  .wrap-details {
    margin-top: 60px;
  }
}
.wrap-details .box .introduce {
  padding: 100px 0 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-details .box .introduce {
    padding: 40px 0 0 0;
    flex-direction: column;
    align-items: start;
  }
}
.wrap-details .box .introduce .left {
  width: 50%;
  padding: 65px 30px;
  background: #FFF;
  box-shadow: 0 0 20px 0 rgba(194, 185, 170, 0.25);
}
@media (max-width: 1199px) {
  .wrap-details .box .introduce .left {
    width: 100%;
    padding: 30px;
  }
}
.wrap-details .box .introduce .left .slider-for .item .img-box {
  border-radius: 0 30px 0 0;
}
.wrap-details .box .introduce .left .slider-nav {
  padding-top: 50px;
  margin: 0 -18px;
}
@media (max-width: 1470px) {
  .wrap-details .box .introduce .left .slider-nav {
    padding-top: 30px;
    margin: 0 -10px;
  }
}
@media (max-width: 1199px) {
  .wrap-details .box .introduce .left .slider-nav {
    padding-top: 15px;
    margin: 0 -7px;
  }
}
.wrap-details .box .introduce .left .slider-nav .slick-slide {
  padding: 0 18px;
}
@media (max-width: 1470px) {
  .wrap-details .box .introduce .left .slider-nav .slick-slide {
    padding: 0 10px;
  }
}
@media (max-width: 1199px) {
  .wrap-details .box .introduce .left .slider-nav .slick-slide {
    padding: 0 7px;
  }
}
.wrap-details .box .introduce .left .slider-nav .slick-current .item {
  border: 1px solid #A06403;
}
.wrap-details .box .introduce .left .slider-nav .item {
  cursor: pointer;
  border: 1px solid transparent;
}
.wrap-details .box .introduce .left .slider-nav .item-video {
  position: relative;
}
.wrap-details .box .introduce .left .slider-nav .item-video .play {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  top: 0;
}
.wrap-details .box .introduce .left .slider-nav .item-video .play i {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
}
.wrap-details .box .introduce .right {
  width: 45%;
}
@media (max-width: 1199px) {
  .wrap-details .box .introduce .right {
    width: 100%;
    margin-top: 40px;
  }
}
.wrap-details .box .introduce .right .nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.wrap-details .box .introduce .right .nav ul li {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
.wrap-details .box .introduce .right .nav ul li:last-child::after {
  display: none;
}
.wrap-details .box .introduce .right .nav ul li::after {
  content: '/';
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(0, 0, 0, 0.7);
}
.wrap-details .box .introduce .right .nav ul li a {
  display: block;
  color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  font-weight: 200;
  line-height: 32px;
}
.wrap-details .box .introduce .right .nav ul li a:hover {
  color: #A06403;
  text-decoration: underline;
}
@media (max-width: 1199px) {
  .wrap-details .box .introduce .right .nav ul li a {
    font-size: 18px;
    line-height: 24px;
  }
}
.wrap-details .box .introduce .right .note {
  margin-top: 70px;
}
@media (max-width: 1470px) {
  .wrap-details .box .introduce .right .note {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .wrap-details .box .introduce .right .note {
    margin-top: 20px;
  }
}
.wrap-details .box .introduce .right .editor-content {
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .wrap-details .box .introduce .right .editor-content {
    margin-top: 20px;
  }
}
.wrap-details .box .introduce .right .editor-content b {
  color: #000;
  font-size: 30px;
  font-weight: 500;
  line-height: 70px;
  letter-spacing: -0.6px;
}
@media (max-width: 1199px) {
  .wrap-details .box .introduce .right .editor-content b {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: normal;
  }
}
.wrap-details .box .introduce .right .editor-content table {
  width: 100% !important;
  margin: 15px 0;
}
.wrap-details .box .introduce .right .editor-content table tr td {
  border-color: #A06403;
  border-width: 1px;
  padding: 9px 15px;
  color: #A06403;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .wrap-details .box .introduce .right .editor-content table tr td {
    font-size: 14px;
  }
}
.wrap-details .box .introduce .right .editor-content table tr td p {
  color: #A06403;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-details .box .introduce .right .editor-content table tr td p {
    font-size: 14px;
  }
}
.wrap-details .box .introduce .right .editor-content table tr td:first-child {
  background: #F9F0E2;
  color: #000;
}
.wrap-details .box .introduce .right .link {
  margin-top: 70px;
}
@media (max-width: 1470px) {
  .wrap-details .box .introduce .right .link {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .wrap-details .box .introduce .right .link {
    margin-top: 20px;
  }
}
.wrap-details .box .introduce .right .link a {
  display: inline-block;
}
.wrap-details .box .introduce .right .link a.contact {
  border: 2px solid transparent;
  margin-right: 20px;
}
.wrap-details .box .introduce .right .link a.add {
  background: transparent;
  border: 2px solid #A06403;
  color: #A06403;
}
.wrap-details .box .introduce .right .link a.add:hover {
  background: #A06403;
}
.wrap-details .box .introduce .right .link a.add:hover span {
  color: #fff;
}
.wrap-details .box .introduce .right .link a.add span {
  color: #A06403;
}
.wrap-details .box .details-list .editor-content {
  margin-top: 50px;
}
@media (max-width: 1470px) {
  .wrap-details .box .details-list .editor-content {
    margin-top: 30px;
  }
}
@media (max-width: 1199px) {
  .wrap-details .box .details-list .editor-content {
    margin-top: 20px;
  }
}
.wrap-details .box .details-list .editor-content p {
  color: #000;
  font-size: 20px;
  font-weight: 200;
  line-height: 32px;
}
@media (max-width: 1199px) and (max-width: 1199px) {
  .wrap-details .box .details-list .editor-content p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-details .box .details-list .editor-content ul {
  padding-left: 20px;
}
.wrap-details .box .details-list .editor-content ul li {
  list-style-type: disc;
  color: #000;
  font-size: 20px;
  font-weight: 200;
  line-height: 32px;
}
@media (max-width: 1199px) and (max-width: 1199px) {
  .wrap-details .box .details-list .editor-content ul li {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-details .box .details-list .editor-content .table-box {
  width: 100% !important;
}
@media (max-width: 1199px) {
  .wrap-details .box .details-list .editor-content .table-box {
    overflow: auto;
  }
}
.wrap-details .box .details-list .editor-content .table-box table {
  width: 100% !important;
}
.wrap-details .box .details-list .editor-content .table-box table tr td {
  padding: 10px 20px;
  border-width: 1px;
  border-color: #A06403 !important;
  color: #000;
  font-size: 20px;
  font-weight: 200;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-details .box .details-list .editor-content .table-box table tr td {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-details .box .details-list .editor-content .table-box table tr td p {
  color: #000;
  font-size: 20px;
  font-weight: 200;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-details .box .details-list .editor-content .table-box table tr td p {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-details .box .details-list .menu-des,
.wrap-details .box .details-list .menu-inquiry {
  width: 80%;
}
@media (max-width: 1199px) {
  .wrap-details .box .details-list .menu-des,
  .wrap-details .box .details-list .menu-inquiry {
    width: 100%;
  }
}
.wrap-details .box .details-list .menu-inquiry .common-form {
  margin-top: 70px;
}
@media (max-width: 1470px) {
  .wrap-details .box .details-list .menu-inquiry .common-form {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .wrap-details .box .details-list .menu-inquiry .common-form {
    margin-top: 30px;
  }
}
.wrap-details .box .details-list .menu-inquiry .common-form form .form-group {
  margin-bottom: 10px;
}
.wrap-details .box .details-list .menu-inquiry .common-form form .submit-group {
  margin-top: 10px;
}
.wrap-details .box .details-list .menu-related {
  padding-bottom: 170px;
}
@media (max-width: 1199px) {
  .wrap-details .box .details-list .menu-related {
    padding-bottom: 80px;
  }
}
.wrap-details .box .details-list .menu-related .slick-related {
  padding-top: 80px;
  margin: 0 -20px;
}
@media (max-width: 1470px) {
  .wrap-details .box .details-list .menu-related .slick-related {
    margin: 0 -15px;
  }
}
@media (max-width: 1199px) {
  .wrap-details .box .details-list .menu-related .slick-related {
    padding-top: 30px;
    margin: 0 -7px;
  }
}
.wrap-details .box .details-list .menu-related .slick-related .slick-slide {
  padding: 0 20px;
}
@media (max-width: 1470px) {
  .wrap-details .box .details-list .menu-related .slick-related .slick-slide {
    padding: 0 15px;
  }
}
@media (max-width: 1199px) {
  .wrap-details .box .details-list .menu-related .slick-related .slick-slide {
    padding: 0 7px;
  }
}
.wrap-details .box .details-list .menu-related .slick-related .slick-dots {
  bottom: -70px;
}
@media (max-width: 1199px) {
  .wrap-details .box .details-list .menu-related .slick-related .slick-dots {
    bottom: -40px;
  }
}
.wrap-details .box .details-list .menu-related .item {
  padding: 30px 30px 40px 30px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-out;
}
@media (max-width: 1199px) {
  .wrap-details .box .details-list .menu-related .item {
    padding: 20px;
  }
}
.wrap-details .box .details-list .menu-related .item:hover {
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(194, 185, 170, 0.25);
}
.wrap-details .box .details-list .menu-related .item:hover::before {
  opacity: 1;
  width: 100%;
}
.wrap-details .box .details-list .menu-related .item:hover .pic .img-box img {
  transform: scale3d(1.1, 1.1, 0.1);
}
.wrap-details .box .details-list .menu-related .item:hover .note .tit a {
  text-decoration: underline;
}
.wrap-details .box .details-list .menu-related .item::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 8px;
  background: #A06403;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.wrap-details .box .details-list .menu-related .item .pic .img-box {
  border-radius: 0 30px 0 0;
}
.wrap-details .box .details-list .menu-related .item .pic .img-box img {
  transition: all 1s ease-out;
}
.wrap-details .box .details-list .menu-related .item .note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.wrap-details .box .details-list .menu-related .item .note .tit {
  width: 80%;
}
.wrap-details .box .details-list .menu-related .item .note .tit a {
  color: #A06403;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 24px;
  position: relative;
}
@media (max-width: 1199px) {
  .wrap-details .box .details-list .menu-related .item .note .tit a {
    font-size: 18px;
  }
}
.wrap-details .box .details-list .menu-related .item .note .add a i {
  font-size: 24px;
  color: #A06403;
}
.box-inner {
  padding-top: 110px;
}
@media (max-width: 1560px) {
  .box-inner {
    padding-top: 90px;
  }
}
@media (max-width: 1470px) {
  .box-inner {
    padding-top: 70px;
  }
}
@media (max-width: 1199px) {
  .box-inner {
    padding-top: 40px;
  }
}
.wrap-home .home-introduce {
  background: linear-gradient(180deg, rgba(249, 240, 226, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
}
.wrap-home .home-introduce .introduce {
  padding: 50px 140px 65px 140px;
  background: #FCF9F4;
  box-shadow: 0 0 40px 0 #C2B9AA;
  border-bottom: 7px solid #E0BF8C;
  position: relative;
  width: 100%;
  top: -140px;
  z-index: 5;
}
@media (max-width: 1199px) {
  .wrap-home .home-introduce .introduce {
    top: auto;
    padding: 40px;
    margin-top: 40px;
    box-shadow: none;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-introduce .introduce {
    padding: 30px;
  }
}
.wrap-home .home-introduce .introduce .tit h2 {
  color: #000;
  font-size: 44px;
  font-weight: 500;
  line-height: 46px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-introduce .introduce .tit h2 {
    font-size: 24px;
    line-height: 30px;
  }
}
.wrap-home .home-introduce .introduce .txt {
  margin-top: 20px;
}
.wrap-home .home-introduce .introduce .txt p {
  color: #000;
  font-size: 20px;
  font-weight: 200;
  line-height: 44px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-introduce .introduce .txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-home .home-introduce .common-num {
  padding-bottom: 50px;
  margin-top: -60px;
}
@media (max-width: 1199px) {
  .wrap-home .home-introduce .common-num {
    margin-top: 40px;
    padding-bottom: 40px;
  }
}
.wrap-home .home-introduce .common-num ul {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .wrap-home .home-introduce .common-num ul {
    margin: 0 -7px;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-introduce .common-num ul li {
    width: 50%;
    margin: 10px 0;
    padding: 0 7px;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-introduce .common-num ul li {
    width: 100%;
    text-align: center;
  }
}
.wrap-home .home-introduce .common-num ul li .item {
  padding: 20px;
  position: relative;
}
@media (max-width: 1199px) {
  .wrap-home .home-introduce .common-num ul li .item {
    padding: 10px;
  }
}
.wrap-home .home-introduce .common-num ul li .item::before {
  content: '';
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  left: 0;
  border-radius: 0 20px 0 0;
  background: rgba(160, 100, 3, 0.1);
}
@media (max-width: 767px) {
  .wrap-home .home-introduce .common-num ul li .item::before {
    width: 40px;
    height: 40px;
    left: 40%;
  }
}
.wrap-home .home-introduce .common-num ul li .item::after {
  content: '';
  position: absolute;
  top: 10px;
  width: 50px;
  height: 50px;
  left: 0;
  border-radius: 0 20px 0 0;
  background: rgba(160, 100, 3, 0.2);
}
@media (max-width: 767px) {
  .wrap-home .home-introduce .common-num ul li .item::after {
    left: 40%;
    width: 30px;
    height: 30px;
    border-radius: 0 15px 0 0;
  }
}
.wrap-home .home-introduce .common-num ul li .item b {
  color: #000;
  font-size: 48px;
  font-weight: 600;
}
@media (max-width: 1199px) {
  .wrap-home .home-introduce .common-num ul li .item b {
    font-size: 34px;
    line-height: 36px;
  }
}
.wrap-home .home-introduce .common-num ul li .item p {
  margin: 20px 0 0 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .wrap-home .home-introduce .common-num ul li .item p {
    font-size: 14px;
    line-height: 24px;
  }
}
.wrap-home .home-hot {
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 238, 211, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  padding: 90px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-hot {
    padding: 40px 0;
  }
}
.wrap-home .home-hot .info .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-home .home-hot .info .top {
    flex-direction: column;
    align-items: start;
  }
}
.wrap-home .home-hot .info .top .wrap-txt {
  width: 50%;
  margin-top: 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-hot .info .top .wrap-txt {
    width: 100%;
    margin-top: 20px;
  }
}
.wrap-home .home-hot .info .top .wrap-txt p {
  color: rgba(0, 0, 0, 0.5);
  line-height: 30px;
}
@media (max-width: 1199px) {
  .wrap-home .home-hot .info .top .wrap-txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-home .home-hot .info .slick-hot {
  padding-top: 80px;
}
@media (max-width: 1199px) {
  .wrap-home .home-hot .info .slick-hot {
    padding-top: 30px;
  }
}
.wrap-home .home-hot .info .slick-hot .slick-dots {
  bottom: -40px;
}
@media (max-width: 1199px) {
  .wrap-home .home-hot .info .slick-hot .slick-dots {
    bottom: -20px;
  }
}
.wrap-home .home-hot .info .slick-hot .slick-slide {
  margin: -15px;
}
@media (max-width: 1199px) {
  .wrap-home .home-hot .info .slick-hot .slick-slide {
    margin: -7px;
  }
}
.wrap-home .home-hot .info .slick-hot .slick-slide .item-box {
  padding: 15px;
}
@media (max-width: 1199px) {
  .wrap-home .home-hot .info .slick-hot .slick-slide .item-box {
    padding: 7px;
  }
}
.wrap-home .home-hot .info .slick-hot .item {
  padding: 30px 30px 40px 30px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-out;
}
@media (max-width: 1199px) {
  .wrap-home .home-hot .info .slick-hot .item {
    padding: 20px;
  }
}
.wrap-home .home-hot .info .slick-hot .item:hover {
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(194, 185, 170, 0.25);
}
.wrap-home .home-hot .info .slick-hot .item:hover::before {
  opacity: 1;
  width: 100%;
}
.wrap-home .home-hot .info .slick-hot .item:hover .pic .img-box img {
  transform: scale3d(1.1, 1.1, 0.1);
}
.wrap-home .home-hot .info .slick-hot .item:hover .note .tit a {
  text-decoration: underline;
}
.wrap-home .home-hot .info .slick-hot .item::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 5px;
  background: #A06403;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease-out;
}
@media (max-width: 1199px) {
  .wrap-home .home-hot .info .slick-hot .item::before {
    height: 4px;
  }
}
.wrap-home .home-hot .info .slick-hot .item .pic .img-box {
  border-radius: 0 30px 0 0;
}
.wrap-home .home-hot .info .slick-hot .item .pic .img-box img {
  transition: all 1s ease-out;
}
.wrap-home .home-hot .info .slick-hot .item .note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.wrap-home .home-hot .info .slick-hot .item .note .tit {
  width: 80%;
}
.wrap-home .home-hot .info .slick-hot .item .note .tit a {
  color: #A06403;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 24px;
  position: relative;
}
@media (max-width: 1199px) {
  .wrap-home .home-hot .info .slick-hot .item .note .tit a {
    font-size: 18px;
  }
}
.wrap-home .home-hot .info .slick-hot .item .note .add a i {
  font-size: 24px;
  color: #A06403;
}
.wrap-home .home-category {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.29) 0%, rgba(255, 238, 211, 0.29) 55.29%, rgba(255, 255, 255, 0.29) 100%);
  padding: 60px 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-category {
    padding: 40px 0;
  }
}
.wrap-home .home-category .info .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-home .home-category .info .top {
    flex-direction: column;
    align-items: start;
  }
}
.wrap-home .home-category .info .top .wrap-txt {
  width: 50%;
  margin-top: 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-category .info .top .wrap-txt {
    width: 100%;
    margin-top: 20px;
  }
}
.wrap-home .home-category .info .top .wrap-txt p {
  color: rgba(0, 0, 0, 0.5);
  line-height: 30px;
}
@media (max-width: 1199px) {
  .wrap-home .home-category .info .top .wrap-txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-home .home-category .info .group {
  margin-top: 110px;
}
@media (max-width: 1470px) {
  .wrap-home .home-category .info .group {
    margin-top: 80px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-category .info .group {
    margin-top: 30px;
  }
}
.wrap-home .home-category .info .group .row {
  margin: -15px;
}
@media (max-width: 1199px) {
  .wrap-home .home-category .info .group .row {
    margin: -7px;
  }
}
.wrap-home .home-category .info .group .row .col-12 {
  padding: 15px;
}
@media (max-width: 1199px) {
  .wrap-home .home-category .info .group .row .col-12 {
    padding: 7px;
  }
}
@media (max-width: 767px) {
  .wrap-home .home-category .info .group .row .col-12 {
    width: 100%;
  }
}
.wrap-home .home-category .info .group .row .col-12 .item:hover .pic .img-box img {
  transform: scale3d(1.05, 1.05, 1);
}
.wrap-home .home-category .info .group .row .col-12 .item:hover .pic .note {
  background: rgba(160, 100, 3, 0.6);
  transform: translateY(0);
}
.wrap-home .home-category .info .group .row .col-12 .item:hover .pic .note .list {
  max-height: 300px;
  opacity: 1;
  transform: translateY(0);
}
.wrap-home .home-category .info .group .row .col-12 .item:hover .pic .note .more {
  opacity: 1;
  transform: translateY(0);
}
.wrap-home .home-category .info .group .row .col-12 .item .pic {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
}
.wrap-home .home-category .info .group .row .col-12 .item .pic .img-box img {
  transition: all 1s ease-out;
}
.wrap-home .home-category .info .group .row .col-12 .item .pic .note {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  border-radius: 0 30px 0 0;
  background: rgba(160, 100, 3, 0.47);
  padding: 20px 30px;
  transition: 0.3s ease-out;
  transform: translateY(calc(100% - 66px));
}
@media (max-width: 1199px) {
  .wrap-home .home-category .info .group .row .col-12 .item .pic .note {
    padding: 10px;
    transform: translateY(calc(100% - 46px));
  }
}
@media (max-width: 991px) {
  .wrap-home .home-category .info .group .row .col-12 .item .pic .note {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    border-radius: 0;
    background: rgba(160, 100, 3, 0.6);
    padding: 15px;
  }
}
.wrap-home .home-category .info .group .row .col-12 .item .pic .note .tit a {
  color: #FFF;
  font-size: 26px;
  font-weight: 500;
  line-height: 26px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 26px;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .wrap-home .home-category .info .group .row .col-12 .item .pic .note .tit a {
    font-size: 16px;
    line-height: 24px;
    height: 24px;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-category .info .group .row .col-12 .item .pic .note .tit a {
    font-size: 18px;
  }
}
.wrap-home .home-category .info .group .row .col-12 .item .pic .note .tit a:hover {
  text-decoration: underline;
}
.wrap-home .home-category .info .group .row .col-12 .item .pic .note .list {
  margin-top: 20px;
  max-height: 0;
  opacity: 0;
  transform: translateY(10px);
  transition: 0.3s ease-out;
}
@media (max-width: 1199px) {
  .wrap-home .home-category .info .group .row .col-12 .item .pic .note .list {
    margin-top: 10px;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-category .info .group .row .col-12 .item .pic .note .list {
    max-height: 100%;
    height: auto;
    transform: none;
    opacity: 1;
  }
}
.wrap-home .home-category .info .group .row .col-12 .item .pic .note .list ul {
  padding-left: 20px;
  margin: 0;
}
.wrap-home .home-category .info .group .row .col-12 .item .pic .note .list ul li {
  list-style-type: disc;
}
.wrap-home .home-category .info .group .row .col-12 .item .pic .note .list ul li::marker {
  color: #fff;
}
.wrap-home .home-category .info .group .row .col-12 .item .pic .note .list ul li a {
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .wrap-home .home-category .info .group .row .col-12 .item .pic .note .list ul li a {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-category .info .group .row .col-12 .item .pic .note .list ul li a {
    font-size: 14px;
    line-height: 20px;
  }
}
.wrap-home .home-category .info .group .row .col-12 .item .pic .note .list ul li a:hover {
  text-decoration: underline;
}
.wrap-home .home-category .info .group .row .col-12 .item .pic .note .more {
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 5px;
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease-out;
}
@media (max-width: 1199px) {
  .wrap-home .home-category .info .group .row .col-12 .item .pic .note .more {
    margin-top: 15px;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-category .info .group .row .col-12 .item .pic .note .more {
    opacity: 1;
    transform: none;
  }
}
.wrap-home .home-category .info .group .row .col-12 .item .pic .note .more a {
  display: inline-block;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  text-decoration: none;
}
@media (max-width: 1199px) {
  .wrap-home .home-category .info .group .row .col-12 .item .pic .note .more a {
    font-size: 14px;
  }
}
.wrap-home .home-category .info .group .row .col-12 .item .pic .note .more a:hover {
  text-decoration: underline;
}
.wrap-home .home-category .info .group .row .col-12 .item .pic .note .more a::before {
  content: '<';
  left: 0;
  padding-right: 5px;
}
.wrap-home .home-category .info .group .row .group-left .item .pic .img-box {
  padding-bottom: calc(660 / 448 * 100%);
  position: relative;
}
.wrap-home .home-category .info .group .row .group-right .row .col-12 .item .pic .note .list {
  height: 170px;
  overflow: auto;
}
.wrap-home .home-category .info .group .row .group-right .row .col-12 .item .pic .note .list::-webkit-scrollbar {
  border-radius: 5px;
  width: 3px;
  height: 3px;
  background-color: #fff;
}
.wrap-home .home-category .info .group .row .group-right .row .col-12 .item .pic .note .list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #fff;
}
.wrap-home .home-category .info .group .row .group-right .row .col-12 .item .pic .note .list::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #fff;
}
.wrap-home .home-category .info .group .row .group-right .row .col-12 .item .pic .note .list::-webkit-scrollbar-thumb:hover {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.2);
}
@media (max-width: 1199px) {
  .wrap-home .home-category .info .group .row .group-right .row .col-12 .item .pic .note .list {
    height: auto;
  }
}
.wrap-home .home-category .info .group .row .group-right .row .col-lg-8 {
  width: 60.888%;
}
@media (max-width: 991px) {
  .wrap-home .home-category .info .group .row .group-right .row .col-lg-8 {
    width: 100%;
  }
}
.wrap-home .home-category .info .group .row .group-right .row .col-lg-8 .item .pic .img-box {
  padding-bottom: calc(320 / 560 * 100%);
}
.wrap-home .home-category .info .group .row .group-right .row .col-lg-4 {
  width: calc(100% - 60.888%);
}
@media (max-width: 991px) {
  .wrap-home .home-category .info .group .row .group-right .row .col-lg-4 {
    width: 100%;
  }
}
.wrap-home .home-category .info .group .row .group-right .row .col-lg-4 .item .pic .img-box {
  padding-bottom: calc(320 / 350 * 100%);
}
.wrap-home .home-service {
  padding: 90px 0 140px 0;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .wrap-home .home-service {
    padding: 40px 0;
  }
}
.wrap-home .home-service::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0) 70%, #FFF 100%);
  z-index: -1;
}
.wrap-home .home-service .info .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-home .home-service .info .top {
    flex-direction: column;
    align-items: start;
  }
}
.wrap-home .home-service .info .top .wrap-txt {
  width: 50%;
  margin-top: 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-service .info .top .wrap-txt {
    width: 100%;
    margin-top: 20px;
  }
}
.wrap-home .home-service .info .top .wrap-txt p {
  color: rgba(0, 0, 0, 0.5);
  line-height: 30px;
}
@media (max-width: 1199px) {
  .wrap-home .home-service .info .top .wrap-txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-home .home-service .info .group {
  margin-top: 140px;
  min-height: 400px;
}
@media (max-width: 1470px) {
  .wrap-home .home-service .info .group {
    margin-top: 100px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-service .info .group {
    margin-top: 30px;
    min-height: 100%;
    min-height: auto;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-service .info .group .row {
    margin: 0 -7px;
  }
}
.wrap-home .home-service .info .group .row .col-12 {
  transition-duration: 1s;
}
@media (max-width: 1199px) {
  .wrap-home .home-service .info .group .row .col-12 {
    padding: 0 7px;
    animation: none;
  }
}
@media (max-width: 991px) {
  .wrap-home .home-service .info .group .row .col-12 {
    margin: 10px 0;
  }
}
.wrap-home .home-service .info .group .row .col-12:nth-child(2) {
  transition-duration: 1.2s;
}
.wrap-home .home-service .info .group .row .col-12:nth-child(3) {
  transition-duration: 1.4s;
}
.wrap-home .home-service .info .group .row .col-12:nth-child(4) {
  transition-duration: 1.6s;
}
.wrap-home .home-service .info .group .row .col-12 .item {
  border-radius: 0 30px 0 0;
  background: rgba(255, 255, 255, 0.9);
  padding: 60px 40px;
  transition: all 0.3s ease-out;
  position: relative;
}
@media (max-width: 1199px) {
  .wrap-home .home-service .info .group .row .col-12 .item {
    height: 100%;
    padding: 20px;
    box-shadow: 0 0 40px 0 #C2B9AA;
  }
}
.wrap-home .home-service .info .group .row .col-12 .item:hover {
  box-shadow: 0 0 40px 0 #C2B9AA;
}
.wrap-home .home-service .info .group .row .col-12 .item:hover::before {
  opacity: 1;
}
.wrap-home .home-service .info .group .row .col-12 .item:hover::before {
  width: 100%;
}
.wrap-home .home-service .info .group .row .col-12 .item:hover::after {
  opacity: 1;
}
.wrap-home .home-service .info .group .row .col-12 .item:hover .pic img {
  transform: translateY(-10px);
}
.wrap-home .home-service .info .group .row .col-12 .item:hover .txt {
  height: auto;
  max-height: initial;
  opacity: 1;
  pointer-events: all;
  transform: translateY(0px);
}
.wrap-home .home-service .info .group .row .col-12 .item::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 7px;
  background: #A06403;
  bottom: 0;
  transition: all 0.3s ease-out;
}
@media (max-width: 1199px) {
  .wrap-home .home-service .info .group .row .col-12 .item::before {
    width: 100%;
    height: 4px;
  }
}
.wrap-home .home-service .info .group .row .col-12 .item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: url(../img/contact-mark.png) no-repeat center;
  background-size: cover;
  height: 56px;
  min-width: 120px;
  opacity: 0;
  transition: all 0.3s ease-out;
}
@media (max-width: 1199px) {
  .wrap-home .home-service .info .group .row .col-12 .item::after {
    opacity: 1;
  }
}
.wrap-home .home-service .info .group .row .col-12 .item .pic {
  position: relative;
  z-index: 2;
}
.wrap-home .home-service .info .group .row .col-12 .item .pic::before {
  content: '';
  position: absolute;
  top: 0;
  z-index: -1;
  width: 60px;
  height: 60px;
  border-radius: 0 20px 0 0;
  background: rgba(160, 100, 3, 0.1);
  left: 40%;
  transform: translateX(-40%);
}
@media (max-width: 1199px) {
  .wrap-home .home-service .info .group .row .col-12 .item .pic::before {
    width: 45px;
    height: 45px;
  }
}
.wrap-home .home-service .info .group .row .col-12 .item .pic::after {
  content: '';
  position: absolute;
  top: 10px;
  z-index: -1;
  width: 50px;
  height: 50px;
  border-radius: 0 20px 0 0;
  background: rgba(160, 100, 3, 0.1);
  left: calc(40% - 4px);
  transform: translateX(-40%);
}
@media (max-width: 1199px) {
  .wrap-home .home-service .info .group .row .col-12 .item .pic::after {
    width: 40px;
    height: 40px;
    border-radius: 0 15px 0 0;
    left: calc(40% - 3px);
    top: 6px;
  }
}
.wrap-home .home-service .info .group .row .col-12 .item .pic img {
  max-height: 70px;
  margin: 0 auto;
  display: block;
  transition: all 0.3s ease-out;
}
@media (max-width: 1199px) {
  .wrap-home .home-service .info .group .row .col-12 .item .pic img {
    max-height: 40px;
  }
}
.wrap-home .home-service .info .group .row .col-12 .item .tit {
  margin: 10px 0 15px 0;
}
.wrap-home .home-service .info .group .row .col-12 .item .tit h2 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-service .info .group .row .col-12 .item .tit h2 {
    font-size: 18px;
    line-height: 24px;
  }
}
.wrap-home .home-service .info .group .row .col-12 .item .txt {
  transition: all 0.3s ease-out;
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(50px);
}
@media (max-width: 1199px) {
  .wrap-home .home-service .info .group .row .col-12 .item .txt {
    max-height: 100%;
    opacity: 1;
    transform: none;
    pointer-events: all;
  }
}
.wrap-home .home-service .info .group .row .col-12 .item .txt p {
  color: #000;
  font-size: 16px;
  font-weight: 100;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-service .info .group .row .col-12 .item .txt p {
    font-size: 14px;
  }
}
.wrap-home .home-news {
  padding: 90px 0 140px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(160, 100, 3, 0.1) 100%);
}
@media (max-width: 1199px) {
  .wrap-home .home-news {
    padding: 40px 0;
  }
}
.wrap-home .home-news .info .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .top {
    flex-direction: column;
    align-items: start;
  }
}
.wrap-home .home-news .info .top .wrap-txt {
  width: 50%;
  margin-top: 0;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .top .wrap-txt {
    width: 100%;
    margin-top: 20px;
  }
}
.wrap-home .home-news .info .top .wrap-txt p {
  color: rgba(0, 0, 0, 0.5);
  line-height: 30px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .top .wrap-txt p {
    font-size: 14px;
    line-height: 26px;
  }
}
.wrap-home .home-news .info .slick-news {
  padding-top: 100px;
  margin: 0 -15px;
}
@media (max-width: 1470px) {
  .wrap-home .home-news .info .slick-news {
    padding-top: 80px;
  }
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .slick-news {
    padding-top: 30px;
    margin: 0 -7px;
  }
}
.wrap-home .home-news .info .slick-news .slick-slide {
  padding: 0 15px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .slick-news .slick-slide {
    padding: 0 7px;
  }
}
.wrap-home .home-news .info .slick-news .slick-dots {
  bottom: -80px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .slick-news .slick-dots {
    bottom: -20px;
  }
}
.wrap-home .home-news .info .slick-news .item:hover .pic .img-box img {
  transform: scale3d(1.1, 1.1, 1);
}
.wrap-home .home-news .info .slick-news .item:hover .pic .note .tit a {
  text-decoration: underline;
}
.wrap-home .home-news .info .slick-news .item .pic {
  position: relative;
  overflow: hidden;
}
.wrap-home .home-news .info .slick-news .item .pic .img-box {
  padding-bottom: calc(400 / 450 * 100%);
}
.wrap-home .home-news .info .slick-news .item .pic .img-box img {
  transition: all 1s ease-out;
}
.wrap-home .home-news .info .slick-news .item .pic .note {
  padding: 25px;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  border-radius: 0 30px 0 0;
  background: rgba(160, 100, 3, 0.6);
}
.wrap-home .home-news .info .slick-news .item .pic .note .tit a {
  color: #FFF;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 30px;
}
@media (max-width: 1199px) {
  .wrap-home .home-news .info .slick-news .item .pic .note .tit a {
    font-size: 18px;
    line-height: 24px;
    height: 24px;
  }
}
.wrap-home .home-news .info .slick-news .item .pic .note .txt {
  margin-top: 5px;
}
.wrap-home .home-news .info .slick-news .item .pic .note .txt p {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
}
.wrap-home .home-news .info .slick-news .item .pic .note .link {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrap-home .home-news .info .slick-news .item .pic .note .link .date span {
  display: inline-block;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
}
.wrap-home .home-news .info .slick-news .item .pic .note .link .more a {
  display: inline-block;
  padding: 2px 20px;
  background: #FFF;
  text-align: center;
  color: #A06403;
  font-size: 14px;
  font-weight: 300;
  transition: all 0.2s ease-out;
}
.wrap-home .home-news .info .slick-news .item .pic .note .link .more a:hover {
  background: #000;
  color: #fff;
}
.wrap-cart {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(160, 100, 3, 0.1) 100%);
}
@media (max-width: 1199px) {
  .wrap-cart {
    padding: 40px 0;
  }
}
.wrap-cart .cart {
  padding: 0 3%;
}
.wrap-cart .info-form {
  padding-top: 20px;
}
.wrap-cart .common-form {
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .wrap-cart .common-form {
    padding-top: 20px;
  }
}
.wrap-cart .list-inquiry {
  padding: 50px 0;
}
@media (max-width: 1199px) {
  .wrap-cart .list-inquiry {
    padding: 40px 0;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info {
  font-size: 0;
  width: 100%;
  border-collapse: collapse;
}
.wrap-cart .wrap-inquiry {
  padding-top: 90px;
}
@media (max-width: 991px) {
  .wrap-cart .wrap-inquiry {
    padding-top: 40px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .title-inquiry-info {
  text-transform: capitalize;
  background-color: #F9F0E2;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .title-inquiry-info {
    padding: 0;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .title-inquiry-info > div {
  font-size: 16px;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .title-inquiry-info > div {
    font-size: 14px;
    padding: 0 10px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .inquiry-list {
  border-bottom: 1px solid #dfdfdf;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox,
.wrap-cart .wrap-inquiryinfo .inquiry-info .pimg,
.wrap-cart .wrap-inquiryinfo .inquiry-info .pname,
.wrap-cart .wrap-inquiryinfo .inquiry-info .number,
.wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
  font-size: 14px;
  display: inline-block;
  padding: 20px 10px;
  vertical-align: middle;
  word-break: break-word;
}
@media (max-width: 1470px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pimg,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pname,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .number,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
    padding: 20px 10px;
  }
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pimg,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pname,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .number,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
    padding: 20px 10px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox {
  width: 10%;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .checkbox {
    width: 30px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
  width: 14%;
  text-align: center;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .Operation {
    width: 30px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .pimg {
  width: 14%;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .pimg .img-box {
  padding-bottom: 75.71428571%;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .pimg {
    width: -webkit-calc(14%);
    width: calc(44% - 30px);
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .number {
  width: 20%;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .number {
    width: -webkit-calc(26%);
    width: calc(56% - 30px);
    padding: 10px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .pname {
  width: 38%;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .check-all .substitite {
  padding-left: 0;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .check-all span {
    display: none;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .all,
.wrap-cart .wrap-inquiryinfo .inquiry-info span {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .check-all {
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .hidden-xs {
    display: none;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .visible-xs {
  display: none;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .visible-xs {
    display: block;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .Each,
.wrap-cart .wrap-inquiryinfo .inquiry-info .all {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: -2px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #999;
  border-radius: 50%;
  outline: none;
  background: none;
  -webkit-appearance: none;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .Each:checked::after,
.wrap-cart .wrap-inquiryinfo .inquiry-info .all:checked::after {
  font-family: 'iconfont';
  font-size: 18px;
  position: absolute;
  top: -12px;
  left: 0;
  content: '\e60b';
  color: #A06403;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .change .Each::after {
  font-family: 'iconfont';
  font-size: 18px;
  position: absolute;
  top: -12px;
  left: 0;
  content: '\e60b';
  color: #A06403;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info input {
  font-size: 16px;
  line-height: 34px;
  position: relative;
  width: 60px;
  height: 34px;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
}
@media (max-width: 991px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info input {
    width: 30px;
  }
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info input {
    font-size: 14px;
    line-height: 25px;
    width: 25px;
    height: 25px;
    border-right: none;
    border-left: none;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .del1,
.wrap-cart .wrap-inquiryinfo .inquiry-info .add1 {
  font-size: 20px;
  line-height: 36px;
  display: inline-block;
  width: 34px;
  height: 36px;
  margin: 0;
  margin-top: -2px;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
  background-color: #fff;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info .del1,
  .wrap-cart .wrap-inquiryinfo .inquiry-info .add1 {
    line-height: 25px;
    position: relative;
    z-index: 8;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    border-radius: 2px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .del1:hover,
.wrap-cart .wrap-inquiryinfo .inquiry-info .add1:hover {
  color: #fff;
  border-color: #383838;
  background-color: #383838;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .add1 {
  margin-top: -1px;
  margin-left: 2px;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info .pic {
  border: 1px solid #dcdcdc;
}
.wrap-cart .wrap-inquiryinfo .inquiry-info p {
  line-height: 24px;
  color: #000;
  margin: 0;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-info p {
    font-size: 13px;
    margin-bottom: 4px;
  }
}
.wrap-cart .wrap-inquiryinfo .iclose {
  float: none;
  cursor: pointer;
  text-align: center;
  opacity: 1;
  color: #444;
}
@media (max-width: 767px) {
  .wrap-cart .wrap-inquiryinfo .iclose::after {
    font-size: 16px;
  }
}
.wrap-cart .wrap-inquiryinfo .iclose:hover::after {
  color: #A06403;
}
.wrap-cart .wrap-inquiryinfo .inquiry-message {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .wrap-cart .wrap-inquiryinfo .inquiry-message {
    padding-top: 50px;
  }
}
.wrap-cart .wrap-inquiryinfo .inquiry {
  padding-top: 80px;
}
@media (max-width: 991px) {
  .wrap-cart .wrap-inquiryinfo .inquiry {
    padding-top: 50px;
  }
}
.wrap-cart .box-cart .wrap-inquiry .formbox form .form-inquiry .form-group input,
.wrap-cart .box-cart .wrap-inquiry .formbox form .form-inquiry .form-group textarea {
  background: #F9F9F9;
}
