@charset "UTF-8";
/*header start*/
.child-box {
  position: absolute;
  top: 100%;
  left: 0%;
  z-index: 1;
  background-color: rgba(0, 3, 24, 0.4);
  width: 100%;
  display: none;
  height: 60px;
}

.nav-box nav#menuPc > ul > li {
  position: relative;
}

.nav-box nav#menuPc > ul > li:hover:after {
  width: 90px;
}

.nav-box nav#menuPc > ul > li:after {
  content: '';
  position: absolute;
  left: 50%;
  height: 2px;
  background-color: #CDB689;
  width: 0px;
  transform: translateX(-50%);
  transition: all 0.4s;
  bottom: 0;
}

.nav-box nav#menuPc > ul > li .erji {
  padding-top: 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  display: none;
  text-align: center;
}

.nav-box nav#menuPc > ul > li .erji dl {
  display: flex;
}

.nav-box nav#menuPc > ul > li dl dd a {
  display: block;
  line-height: 1.5;
  padding: 12px 20px;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 400;
  color: #fff;
  transition: all 0.6s;
}

.nav-box nav#menuPc > ul > li dl dd a i {
  font-size: 14px;
}

.nav-box nav#menuPc > ul > li dl dd a:hover {
  color: #CDB689;
}

.header {
  position: fixed;
  z-index: 2023;
  left: 0;
  right: 0;
  padding: 0px 80px 0px 0;
  padding-left: calc((100% - 1440px)/2);
  box-sizing: border-box;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent 100%);
}

.header.header-detail {
  background: #FFF;
  position: relative;
}

.header.header-detail #menuPc > ul > li > a, .header.header-detail .h-right a {
  color: #333;
}

.header .header-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}

.header .h-left {
  float: left;
  display: flex;
  align-items: center;
}

.header .h-gp {
  font-weight: 500;
  color: #FFF;
  border-radius: 17px;
  line-height: 34px;
  height: 34px;
  padding: 0 18px;
  background: rgba(182, 162, 120, 0.8);
}

.header-product {
  background: transparent;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
}

.header-product #menuPc > ul > li > a, .header-product .h-right a {
  color: #333;
}

.header-product.fix {
  background-color: #FFF;
}

#menuPc > ul > li > a {
  color: #FFF;
  display: block;
  padding: 27px 35px;
  font-weight: 500;
  position: relative;
}

#menuPc ul {
  display: flex;
}

#menuPc .iconfont {
  font-size: 1.8rem;
  padding-left: 3px;
}

.h-right {
  float: right;
  color: #FFF;
  display: flex;
  align-items: center;
}

.h-right a {
  color: #FFF;
}

.h-right .h-top {
  margin-bottom: 12px;
  text-align: right;
}

.h-tool dl {
  display: flex;
}

.h-tool dl dd {
  position: relative;
  padding-left: 40px;
}

.h-tool .tmall img {
  width: 20px;
}

#menuWap {
  display: none;
}

/*header end*/
/*footer start*/
.footer {
  padding: 12vh 0 6vh;
  background: url("../images/f-bg.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.footer .footer-top {
  position: relative;
  margin: 50px 0;
  text-align: center;
}

.footer .f-logo img {
  max-width: 100%;
}

.footer .f-nav {
  margin: 34px 0;
}

.footer .f-nav ul {
  display: flex;
  justify-content: center;
}

.footer .f-nav h3 {
  font-weight: 400;
}

.footer .f-nav a {
  display: block;
  color: #FFF;
  padding: 0 50px;
  transition: all 0.4s;
}

.footer .f-nav a:hover {
  color: #B6A278;
}

.footer-share {
  margin: 12vh 0 40px;
}

.footer-share .h-text {
  position: absolute;
  bottom: 100%;
  right: 0;
  background-color: #FFF;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  padding: 12px;
  border-radius: 5px;
  color: #6e6e6e;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  display: flex;
}

.footer-share .h-text img {
  width: 120px;
  height: 120px;
}

.footer-share .h-text.cen {
  right: 50%;
  transform: translateX(50%);
}

.footer-share .h-text .f-code {
  margin-right: 24px;
}

.footer-share .h-text .f-code:nth-last-child(1) {
  margin-right: 0;
}

.footer-share dl {
  display: flex;
  justify-content: center;
}

.footer-share dd {
  position: relative;
}

.footer-share dd:hover .h-text {
  opacity: 1;
  visibility: visible;
}

.footer-share a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 8px;
  background-color: #666;
  color: #FFF;
  text-align: center;
  line-height: 30px;
  transition: all 0.4s;
}

.footer-share a .iconfont {
  font-size: 20px;
}

.footer-share a:hover {
  background-color: #B6A278;
  width: 44px;
  border-radius: 10px;
}

.foot-copy {
  text-align: center;
  color: #fff;
  padding: 24px 0 12px;
}

.foot-copy a {
  color: #FFF;
  transition: all 0.3s;
}

.foot-copy a:hover {
  text-decoration: underline;
}

.f-link {
  color: #666;
  text-align: center;
}

.f-link a {
  color: #666;
  transition: all 0.4s;
}

.f-link a:hover {
  color: #FFF;
}

.f-link i {
  padding: 0 3px;
}

/*footer end*/
/*轮播图start*/
.banner {
  margin: 0 auto 0;
  width: 100%;
  background: #FFFFFF;
  color: #F1F3F8;
  position: relative;
}

.banner p {
  font-size: 1.2rem;
  opacity: 0.3;
}

.banner p span {
  display: block;
}

.banner h3 {
  margin-bottom: 20px;
}

.banner h3,
.banner h2 {
  font-weight: 500;
}

.banner .swiper-slide {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.banner .bg-box {
  position: relative;
  z-index: 1;
}

.banner .bg-box img {
  width: 100%;
  height: 100vh;
  transform: scale(1.1);
  transition: all 4s;
  object-fit: cover;
}

.banner .wap-box {
  display: none;
}

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

.banner .swiper-pagination {
  bottom: 40px;
}

.banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  opacity: 0.3;
  border-radius: 50%;
  transition: all 0.6s;
  box-sizing: border-box;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #FFF;
}

.banner .swiper-container-horizontal > .swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
  bottom: 20px;
}

.banner .banner-content {
  position: absolute;
  left: 0;
  top: 25vh;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 9;
  flex-direction: column;
  opacity: 0;
  transition: all 0.3s;
}

.banner .banner-content .text-p {
  transform: translateY(20%);
  opacity: 0;
  transition: all 1.5s;
}

.banner .banner-content h2 {
  color: #B6A278;
  font-weight: 500;
}

.banner .banner-content h3 {
  font-weight: 300;
}

.see-more {
  width: 133px;
  height: 36px;
  background-image: url("../images/more-bg.png");
  background-repeat: no-repeat;
  display: inline-block;
  color: #fff;
  line-height: 36px;
  box-sizing: border-box;
  padding: 0 0 0 14px;
  position: relative;
  transition: all 0.3s;
  text-align: left;
}

.see-more:hover {
  background-image: url("../images/more-bg2.png");
  color: #FFF;
}

.see-more i {
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
}


.banner .banner-content .type1 h2{
  color: #FFF;
  letter-spacing: 5px;
}
.banner .banner-content .type1 h2 em{
  font-weight: bold;
}
.banner .banner-content .type1 .c1{
  color: #B6A278;
}
.banner .banner-content .type1.center{
  text-align: center;
}
.banner .banner-content .type1 h3{
  margin-bottom: 0;
}
.banner .banner-content .type1 h3.subt{
  margin: 3vh 0 6vh;
}


.banner-bot {
  padding-right: calc((100% - 1440px) / 2);
  position: absolute;
  right: 0;
  bottom: 11vh;
  display: flex;
  align-items: center;
  z-index: 22;
}

.banner-bot .b-t {
  color: #FFF;
  opacity: 0.6;
}

.banner-bot .b-page {
  position: relative;
  height: 34px;
  width: 100px;
}

.banner-bot .swiper-pagination {
  margin: 0 80px;
  position: relative;
  bottom: 0;
}

.banner-bot .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}

.banner-bot .swiper-button-next {
  right: 0;
}

.banner-bot .swiper-button-prev {
  left: 0;
}

.banner-bot .swiper-button-next,
.banner-bot .swiper-button-prev {
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #666;
  background: none;
  color: #666;
  text-align: center;
  line-height: 30px;
  margin-top: 0;
  top: 0;
  transition: all 0.3s;
}

.banner-bot .swiper-button-next:hover,
.banner-bot .swiper-button-prev:hover {
  border-color: #B6A278;
  color: #B6A278;
}

.banner-bot .swiper-button-next .iconfont,
.banner-bot .swiper-button-prev .iconfont {
  font-size: 28px;
}

.banner .ani-slide .banner-content {
  opacity: 1;
}

.ani-slide .imgshow img {
  transform: scale(1);
}

.banner .ani-slide .banner-content .text-p {
  transform: translateY(0);
  opacity: 1;
}

/*轮播图end*/
.crumbs-box {
  padding: 12px 0;
  color: #333;
  position: absolute;
  left: 0;
  right: 0;
  top: 90px;
}

.crumbs-box.crumbs-d {
  position: relative;
  top: 0;
  background-color: #001E32;
}

.crumbs-box.crumbs-d a, .crumbs-box.crumbs-d span {
  color: #FFF;
}

.crumbs-box.white a, .crumbs-box.white span {
  color: #FFF;
}

.crumbs-box a {
  color: #333;
  display: inline-block;
  transition: all 0.4s;
}

.crumbs-box a:hover {
  color: #B6A278;
}

.crumbs-box i {
  display: inline-block;
  padding: 0 5px;
  color: #999;
}

/*公共样式定义 start*/
/*例如,统一间距,统一字体,统一大小写,统一最大距离*/
/* 内容区域宽度+40px */
.m-width-content {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}

.m-width-1280 {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}

/*置顶按钮 start*/
/*置顶按钮 end*/
/*分页 start*/
.page-box {
  padding: 60px 0 10vh;
  text-align: center;
}

.page-box .page-list {
  margin: 0 5px;
}

.page-box .iconfont {
  font-size: 1.8rem;
}

.page-box .layui-laypage a,
.page-box .layui-laypage button,
.page-box .layui-laypage input,
.page-box .layui-laypage select,
.page-box .layui-laypage span {
  border-color: #B6A278;
  font-size: 16px;
  line-height: 42px;
  height: 42px;
  min-width: 45px;
  box-sizing: border-box;
  margin: 0 5px;
  color: #fff;
}

.page-box .page-inner {
  display: flex;
  justify-content: center;
}

.page-box .page-inner a,
.page-box .page-inner span {
  border: 1px solid #DFDFDF;
  display: inline-flex;
  font-size: 1.8rem;
  color: #999;
  margin: 0 3px;
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  justify-content: center;
  background: transparent;
  transition: all 0.3s;
  box-sizing: border-box;
}

.page-box .page-inner a.page-text {
  width: auto;
  padding: 9px 15px;
  border-radius: 17px;
  height: auto;
  line-height: 1;
}

.page-box .page-inner a.page-text:hover {
  color: #fff;
  background-color: #B6A278;
  border: 1px solid #B6A278;
}

.page-box .page-inner .current,
.page-box .page-inner a:hover {
  color: #fff;
  background-color: #B6A278;
  border: 1px solid #B6A278;
}

/*分页 end*/
/*公共样式定义 end*/
.section1 {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #cbced3;
}

.section {
  position: relative;
}

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

.section .img-bg img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.section .wap-bg {
  display: none;
}

.index-page2-grid {
  background-repeat: no-repeat;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
}

.index-page2-grid.animated .index-title {
  opacity: 1;
  transform: translateY(0);
}

.index-page2-grid.animated .indexpage2-list {
  opacity: 1;
  transform: translateY(0);
}

.index-page2-grid.animated .indexpage2-bot .p-left,
.index-page2-grid.animated .indexpage2-bot .p-right {
  opacity: 1;
  transform: translateY(0);
}

.font2 {
  font-family: 'MFXiHei';
}

.font3 {
  font-weight: 400;
  font-family: 'GeHei';
}

.index-title {
  color: #FFF;
  margin-bottom: 5vh;
  padding-bottom: 1px;
  transition: all 1s;
  opacity: 0;
  transform: translateY(20px);
}

.index-title h2 {
  color: #B6A278;
  font-weight: 500;
}

.index-title h3 {
  font-weight: 500;
  margin: 6px 0 14px;
}

.index-title h3 span {
  display: block;
}

.index-title .font2 {
  text-transform: uppercase;
  padding-right: 20px;
  display: block;
}

.indexpage2-list {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
  transition-delay: 0.3s;
}

.indexpage2-list .p-item {
  display: flex;
}

.indexpage2-list .p-item:hover .text {
  color: #B6A278;
}

.indexpage2-list li {
  margin-bottom: 5vh;
}

.indexpage2-list li:nth-last-child(1) {
  margin-bottom: 0;
}

.indexpage2-list .text {
  margin-left: 16px;
  color: #FFF;
  flex: 1;
  transition: all 0.3s;
}

.indexpage2-list .text span {
  opacity: 0.3;
}

.indexpage2-bot {
  margin: 12vh 0 0 6vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.indexpage2-bot .img-box {
  padding-bottom: 55.17241%;
}

.indexpage2-bot .p-left {
  display: flex;
  flex-direction: row;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
  transition-delay: 0.6s;
}

.indexpage2-bot .p-left .imgshow {
  width: 203px;
  margin-right: 24px;
}

.indexpage2-bot .p-right {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
  transition-delay: 0.9s;
}

.indexpage2-bot .text {
  color: #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.indexpage2-bot .text h3 {
  font-weight: 400;
}

.indexpage2-bot .text .line {
  margin-top: 18px;
  height: 1px;
  background-color: #FFF;
  opacity: 0.2;
  position: relative;
  margin-left: 8px;
}

.indexpage2-bot .text .line:after {
  content: '';
  position: absolute;
  height: 8px;
  width: 8px;
  border: 1px solid #FFF;
  border-radius: 50%;
  left: -8px;
  top: 50%;
  margin-top: -4px;
}

.indexpage2-bot .t-cont {
  display: flex;
  padding-right: 80px;
}

.indexpage2-bot .t-num {
  margin-left: 24px;
  color: #B6A278;
  font-weight: bold;
}

.index-page3-grid {
  background-repeat: no-repeat;
  height: 100%;
  display: flex;
  flex-direction: column;
  background-size: cover;
  justify-content: center;
}

.index-page3-grid .ipd-20 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.index-page3-grid.animated .index-title {
  opacity: 1;
  transform: translateY(0);
}

.index-page3-grid.animated .p3-btn,
.index-page3-grid.animated .page3-list {
  opacity: 1;
  transform: translateY(0);
}

.p3-btn {
  margin-top: 12vh;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
  transition-delay: 0.9s;
}

.p3-btn .see-more {
  float: right;
}

.page3-list {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
  transition-delay: 0.6s;
}

.page3-list .icon {
  width: 100px;
  border: 2px solid #FFF;
  transition: all 0.3s;
}

.page3-list .img-box {
  padding-bottom: 56%;
}

.page3-list .p-item {
  display: flex;
  cursor: pointer;
}

.page3-list .p-item:hover .icon {
  border-color: #B6A278;
}

.page3-list li {
  margin-bottom: 5vh;
}

.page3-list li:nth-last-child(1) {
  margin-bottom: 0;
}

.page3-list .text {
  margin-left: 16px;
  color: #FFF;
  flex: 1;
}

.page3-list .text span {
  opacity: 0.3;
}

.index-page4-grid {
  background-repeat: no-repeat;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-size: cover;
}

.index-page4-grid.animated .index-title {
  opacity: 1;
  transform: translateY(0);
}

.index-page4-grid.animated .page4-list,
.index-page4-grid.animated .p4-btn {
  opacity: 1;
  transform: translateY(0);
}

.page4-list {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
  transition-delay: 0.3s;
}

.page4-list li {
  margin-bottom: 3.5vh;
}

.page4-list .p-item {
  color: #FFF;
  display: inline-block;
  padding: 6px 30px;
  position: relative;
  box-sizing: border-box;
  min-width: 280px;
  background: linear-gradient(0deg, transparent 0, rgba(27, 27, 27, 0.1) 0) bottom right, linear-gradient(45deg, transparent 12px, rgba(27, 27, 27, 0.1) 0) bottom left, linear-gradient(0deg, transparent 0, rgba(27, 27, 27, 0.1) 0) top left, linear-gradient(-135deg, transparent 12px, rgba(27, 27, 27, 0.1) 0) top right;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.page4-list .p-item .iconfont {
  position: absolute;
  top: 5px;
  right: 20px;
  transition: all 0.4s;
  opacity: 0;
}

.page4-list .p-item p {
  opacity: 0.4;
}

.page4-list .p-item:hover {
  background: linear-gradient(0deg, transparent 0, rgba(162, 235, 66, 0.6) 0) bottom right, linear-gradient(45deg, transparent 12px, rgba(162, 235, 66, 0.6) 0) bottom left, linear-gradient(0deg, transparent 0, rgba(162, 235, 66, 0.6) 0) top left, linear-gradient(-135deg, transparent 12px, rgba(162, 235, 66, 0.6) 0) top right;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}

.page4-list .p-item:hover .iconfont {
  opacity: 1;
}

.p4-btn {
  margin-top: 12vh;
  opacity: 0;
  transform: translateY(20px);
  transition: all 1s;
  transition-delay: 0.6s;
}

.p4-btn .see-more {
  float: right;
}

.btn-nav {
  display: none;
}

.inner-banner {
  position: relative;
}

.inner-banner .img-box {
  padding-bottom: 31.25%;
}

.inner-banner.banner-luntai .img-box {
  padding-bottom: 40.72917%;
}

.inner-banner.banner-luntai .lt-text {
  position: absolute;
  right: 8%;
  top: 30%;
}

.inner-banner.banner-luntai .hei h4, .inner-banner.banner-luntai .hei p, .inner-banner.banner-luntai .hei h3 {
  color: #333;
}

.inner-banner.banner-luntai .hei .f-110 {
  color: #B6A278;
}

.inner-banner.banner-luntai .b-content {
  justify-content: center;
  padding-bottom: 0;
}

.inner-banner .b-text {
  position: relative;
}

.inner-banner .b-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 16vh;
  color: #FFF;
}

.inner-banner .b-content h3 em {
  padding-right: 10px;
}

.inner-banner p {
  color: #B6A278;
  font-style: italic;
  text-transform: uppercase;
}

.luntai-search {
  background: url("../images/ss-bg.jpg") no-repeat 50% 50%;
  background-size: cover;
  padding: 60px 0;
  position: relative;
  z-index: 2;
}

.luntai-search.p30 {
  padding: 30px 0;
}

.luntai-search.p30 .layui-input {
  padding-left: 24px;
}

.ss-filter .layui-form-label {
  width: auto;
  padding-left: 0;
  padding-right: 0;
  color: #FFF;
  font-size: 20px;
}

.ss-filter .layui-input-block {
  margin-left: auto;
}

.ss-filter .f-top {
  display: flex;
}

.ss-filter .f-top .layui-input:hover, .ss-filter .f-top .layui-input:focus, .ss-filter .f-top .layui-textarea:hover {
  border: transparent !important;
}

.ss-filter .f-top .layui-btn {
  background-image: url("../images/ss-btn.png");
  background-repeat: no-repeat;
  width: 52px;
  height: 50px;
  background-color: transparent;
  padding: 0;
}

.ss-filter .f-top .layui-btn .iconfont {
  font-size: 20px;
}

.ss-filter .f-top .layui-form-label {
  font-size: 24px;
  line-height: 50px;
  padding: 0;
}

.ss-filter .f-top .layui-input-block {
  width: 100%;
  flex: 1;
  margin-right: 20px;
}

.ss-filter .f-top .layui-input {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid transparent;
  height: 50px;
  color: #FFF;
}

.ss-filter .f-top .layui-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.ss-result {
  color: #FFF;
}

.ss-result h3 {
  margin-bottom: 32px;
}

.ss-result .r-item a {
  display: block;
  background-image: url("../images/ss-btn-bg.png");
  height: 50px;
  background-size: 100% 100%;
  color: #FFF;
  text-align: center;
  line-height: 50px;
  font-weight: 500;
  background-repeat: no-repeat;
  transition: all 0.4s;
}

.ss-result .r-item a:hover {
  background-image: url("../images/ss-btn-bg-h.png");
}

.ss-result .r-item.cur a {
  background-image: url("../images/ss-btn-bg-h.png");
}

.ss-result .ss-res-swiper {
  position: relative;
}

.ss-result .res-page {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.ss-result .res-page .swiper-button-next, .ss-result .res-page .swiper-button-prev {
  background: transparent;
  position: initial;
}

.ss-result .res-page .swiper-button-next:hover, .ss-result .res-page .swiper-button-prev:hover {
  color: #B6A278;
}

.ss-select {
  margin: 32px 0 0;
}

.ss-select .layui-edge {
  background: url("../images/s-arrow.png") no-repeat 50% 50%;
  width: 14px;
  height: 14px;
  background-size: 14px;
  border: none;
  margin-top: -7px;
}

.ss-select .layui-form-item {
  margin-bottom: 0;
}

.ss-select .layui-input:hover, .ss-select .layui-input:focus, .ss-select .layui-textarea:hover {
  border-top-color: transparent !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
}

.ss-select ul {
  display: flex;
  flex-wrap: wrap;
}

.ss-select ul {
  margin: 0 -68px;
}

.ss-select li {
  float: left;
  width: 33.33%;
  padding: 0 68px;
  box-sizing: border-box;
}

.ss-select .layui-input {
  background-color: transparent;
  border: 1px solid transparent;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1px;
  line-height: 50px;
  height: 50px;
  color: #FFF;
  font-size: 20px;
  border-bottom: 1px solid #FFF;
}

.ss-select .layui-input::placeholder {
  color: white;
}

.product-list li {
  margin-top: 15vh;
  position: relative;
}

.product-list li:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100px;
  height: 100px;
  background-color: #fff;
  transform: translate(47%, 60%) rotate(-38deg);
}

.product-list li:nth-child(2n) .imgshow {
  left: auto;
  right: 0;
}

.product-list li:nth-child(2n) .p-t {
  padding-left: 10%;
  padding-right: 50%;
}

.product-list li:nth-child(2n) .t-cont {
  flex-direction: row-reverse;
}

.product-list li:nth-child(2n) .t-cont .left-default {
  margin-right: 0;
  margin-left: 9%;
}

.product-list li:nth-child(2n) .t-cont .text-p {
  padding-right: 0;
  padding-left: 10%;
}

.product-list .p-item {
  position: relative;
  color: #333;
}

.product-list .imgshow {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 512px;
}

.product-list .t-cont {
  height: 350px;
  background-image: url("../images/prolist-itembg.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
  display: flex;
  box-sizing: border-box;
  transition: all 0.4s;
}

.product-list .t-cont .left-default {
  margin: 1px 0 0 1px;
  width: 41%;
  margin-right: 9%;
  background-image: url("../images/prolist-item-img-bg.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100% 100%;
  transition: all 0.4s;
}

.product-list .t-cont .img-h {
  display: none;
}

.product-list .t-cont:hover {
  color: #FFF;
  background-image: url("../images/prolist-itembg-h.png");
}

.product-list .t-cont:hover .p-tags dl {
  border-color: rgba(255, 255, 255, 0.1);
}

.product-list .t-cont:hover .img-h {
  display: inline-block;
}

.product-list .t-cont:hover .img-d {
  display: none;
}

.product-list .t-cont:hover .left-default {
  background-image: url("../images/prolist-item-img-bg-h.png");
}

.product-list .p-t {
  padding-left: 50%;
  margin-bottom: 24px;
  padding-right: 10%;
  color: #333;
}

.product-list .p-t h3 {
  display: inline-block;
  background: url("../images/product-item-tt.png") no-repeat 100% 50%;
  padding-right: 75px;
  font-style: italic;
}

.product-list .p-t h4 {
  font-style: italic;
}

.product-list .p-tags {
  display: inline-block;
}

.product-list .p-tags dl {
  display: flex;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding-bottom: 20px;
}

.product-list .p-tags dl dd {
  margin-right: 70px;
  display: flex;
  align-items: center;
}

.product-list .p-tags dl dd img {
  margin-right: 10px;
}

.product-list .p-tags dl dd:nth-last-child(1) {
  margin-right: 0;
}

.product-list .p-type h5 {
  margin: 32px 0;
  font-style: italic;
}

.product-list .text-p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  width: 50%;
  box-sizing: border-box;
  padding-right: 10%;
}

.product-list .p-btns {
  margin: 5vh 0 0;
}

.product-list .p-btns a {
  display: inline-block;
  background-image: url("../images/product-btn-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #FFF;
  transition: all 0.4s;
  margin-right: 70px;
  width: 200px;
  height: 50px;
  text-align: center;
  line-height: 50px;
}

.product-list .p-btns a:nth-last-child(1) {
  margin-right: 0;
}

.product-list .p-btns a:hover {
  background-image: url("../images/product-btn-bg2.png");
}

.ptype-swiper {
  position: relative;
  padding-right: 60px;
}

.ptype-swiper .t-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.ptype-swiper .t-item img {
  margin-right: 10px;
}

.ptype-swiper .swiper-button-next {
  position: absolute;
  right: 0;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  background: transparent;
  color: #B6A278;
  height: auto;
}

.ptype-swiper .swiper-button-next .iconfont {
  font-size: 22px;
  font-weight: 100;
}

.productfenlei-list {
  margin-top: 11vh;
}

.productfenlei-list ul {
  display: flex;
  flex-wrap: wrap;
}

.productfenlei-list ul {
  margin: 0 -20px;
}

.productfenlei-list li {
  float: left;
  width: 50%;
  padding: 0 20px;
  box-sizing: border-box;
}

.productfenlei-list .img-box {
  padding-bottom: 56.28571%;
}

.productfenlei-list li {
  margin-bottom: 40px;
}

.productfenlei-list .p-item {
  position: relative;
  transition: all 0.3s;
}

.productfenlei-list .p-item:hover {
  transform: translateY(-10px);
}

.productfenlei-list .p-item .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 52px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.productfenlei-list .p-item .p-t {
  color: #B9A57D;
}

.productfenlei-list .p-item .p-t span {
  text-transform: uppercase;
  font-weight: 500;
}

.productfenlei-list .p-item .p-t p {
  color: rgba(255, 255, 255, 0.6);
}

.productfenlei-list .p-item .p-t h3 {
  margin: 5px 0 24px;
  display: flex;
  align-items: center;
}

.productfenlei-list .p-item .p-t h3 em {
  color: transparent;
  display: inline-block;
  background: linear-gradient(-90deg, #A0875F 50%, #F9EEBD 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparen;
}

.productfenlei-list .p-item .p-t h3 .h-t {
  flex-shrink: 0;
  width: 71px;
  height: 28px;
  color: #A2EB42;
  font-weight: bold;
  display: inline-block;
  background: url("../images/sx.png") no-repeat;
  text-align: center;
  line-height: 28px;
  margin-left: 16px;
}

.prodct-gaoduan {
  position: relative;
  margin: 12vh 0;
}

.prodct-gaoduan .img-box {
  padding-bottom: 25.52083%;
}

.prodct-gaoduan .swiper-button-prev, .prodct-gaoduan .swiper-button-next {
  background-color: transparent;
  background-image: url("../images/gd-btn1.png");
  width: 52px;
  height: 50px;
  background-size: 100% 100%;
  text-align: center;
  top: 70%;
}

.prodct-gaoduan .swiper-button-prev .iconfont, .prodct-gaoduan .swiper-button-next .iconfont {
  color: #FFF;
  font-size: 20px;
  line-height: 50px;
}

.prodct-gaoduan .swiper-button-next {
  background-image: url("../images/gd-btn2.png");
  right: 15%;
}

.prodct-gaoduan .swiper-button-prev {
  left: 12%;
}

.prodct-gaoduan h3 {
  margin-bottom: 11vh;
}

.prodct-gaoduan .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  color: #333333;
  align-items: center;
  text-align: center;
  padding-top: 6vh;
}

.prodct-gaoduan .t-dingzhi {
  margin: 32px 0 0;
  position: relative;
  display: inline-block;
  background: url("../images/gd-btn.png") no-repeat 50% 50%;
  color: #FFF;
  background-size: 100% 100%;
  padding: 10px 80px 10px 30px;
  text-align: left;
  transition: all 0.3s;
}

.prodct-gaoduan .t-dingzhi:hover {
  transform: translateY(-10px);
}

.prodct-gaoduan .t-dingzhi .iconfont {
  position: absolute;
  right: 10px;
  top: 10px;
}

.prodct-gaoduan .t-dingzhi em {
  display: block;
}

.prodct-gaoduan .t-dingzhi span {
  opacity: 0.4;
}

.prodis-top {
  display: flex;
  margin-top: 70px;
}

.prodis-top .p-page {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  color: #FFF;
  left: 5%;
  font-size: 20px;
  bottom: 15%;
  line-height: 1;
}

.prodis-top .p-page .swiper-button-next, .prodis-top .p-page .swiper-button-prev {
  background: none;
  height: auto;
  width: auto;
  position: initial;
  margin: 0;
}

.prodis-top .p-page .swiper-button-next .iconfont, .prodis-top .p-page .swiper-button-prev .iconfont {
  font-size: 20px;
}

.prodis-top .p-page .swiper-pagination {
  position: initial;
  margin: 0 10px;
}

.prodis-top .imgshow {
  width: 37.5%;
  flex-shrink: 0;
  height: 100%;
  position: relative;
}

.prodis-top .text {
  width: 62.5%;
  box-sizing: border-box;
  padding-left: 5%;
  padding-right: 10%;
}

.prodis-top .d-t {
  margin-bottom: 40px;
}

.prodis-top .d-t h3 {
  font-weight: bold;
}

.prodis-top .d-t h4 {
  font-style: italic;
}

.prodis-top .d-tags dl {
  display: flex;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding-bottom: 20px;
}

.prodis-top .d-tags dl dd {
  margin-right: 70px;
  display: flex;
  align-items: center;
}

.prodis-top .d-tags dl dd img {
  margin-right: 10px;
}

.prodis-top .d-tags dl dd:nth-last-child(1) {
  margin-right: 0;
}

.prodis-top .d-price {
  display: flex;
  line-height: 1;
  align-items: center;
  margin: 40px 0 0;
}

.prodis-top .d-price .pleft {
  font-weight: bold;
  font-style: italic;
  padding-right: 70px;
}

.prodis-top .d-price em {
  color: #D40000;
  font-style: italic;
  padding-left: 10px;
}

.prodis-top .d-price del {
  color: #999999;
  font-style: italic;
}

.prodis-top .d-ser {
  background-color: #001E32;
  color: #FFF;
  display: inline-block;
  padding: 6px 14px 6px 30px;
  line-height: 1;
  margin: 70px 0 60px;
  position: relative;
}

.prodis-top .d-ser:after {
  content: '';
  width: 46px;
  height: 40px;
  background-image: url("../images/d-ser-icon.png");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  margin: -8px 0 0 -20px;
}

.prodis-top .d-btns .img-h {
  display: none;
}

.prodis-top .d-btns i {
  display: inline-block;
  margin-left: 20px;
}

.prodis-top .d-btns a {
  box-sizing: border-box;
  min-width: 200px;
  display: inline-block;
  text-align: center;
  background-color: #DCDCDC;
  color: #666;
  padding: 16px 40px;
  line-height: 1;
  position: relative;
  margin-right: 40px;
  transition: all 0.3s;
}

.prodis-top .d-btns a:nth-last-child(1) {
  margin-right: 0;
}

.prodis-top .d-btns a:hover {
  background-color: #B6A278;
  color: #FFF;
}

.prodis-top .d-btns a:hover .img-d {
  display: none;
}

.prodis-top .d-btns a:hover .img-h {
  display: inline-block;
}

.prodis-top .d-btns a:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 18px 0 0;
  border-color: #fff transparent transparent transparent;
  z-index: 1;
}

.prodis-top .d-btns a:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 18px 18px;
  border-color: transparent transparent #fff transparent;
}

.prod-tt {
  margin: 11vh 0 40px;
}

.prod-tt.cen {
  text-align: center;
}

.guige-tt h4 {
  color: #B9A67E;
  background: #001E32;
  border: 1px solid #DCDCDC;
  line-height: 1;
  display: inline-block;
  padding: 16px 20px;
}

.prod-table-row .ptable {
  display: flex;
  flex-wrap: wrap;
}

.prod-table-row .ptable .t-t {
  font-weight: bold;
}

.prod-table-row .ptable dl {
  display: flex;
  margin-top: 20px;
  width: 49%;
  margin-right: 2%;
}

.prod-table-row .ptable dl:nth-child(2n) {
  margin-right: 0;
}

.prod-table-row .ptable dd {
  width: 50%;
  background-color: #F7F7F7;
  padding: 16px 20px;
}

.prodis-anzhuang ul {
  display: flex;
  justify-content: center;
}

.prodis-anzhuang .icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  background: #001E32;
  border-radius: 10px;
  text-align: center;
  line-height: 80px;
  margin-bottom: 12px;
}

.prodis-anzhuang .text span {
  color: #999;
}

.prodis-anzhuang .a-arrow {
  height: 80px;
  line-height: 80px;
  margin: 0 5%;
}

.prodis-anzhuang .a-item {
  text-align: center;
}

.prod-related {
  margin-bottom: 11vh;
}

.prod-related .text {
  display: flex;
  justify-content: space-between;
  padding: 12px 18px;
  transition: all 0.4s;
}

.prod-related .text h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.prod-related .text .iconfont {
  flex: 0;
  font-size: 20px;
}

.prod-related .r-item:hover {
  cursor: pointer;
}

.prod-related .r-item:hover .text {
  background-color: #001E32;
  color: #FFF;
}

.answer-list {
  margin: 11vh 0 0;
}

.answer-list li {
  margin-bottom: 20px;
  cursor: pointer;
}

.answer-list .a-t {
  padding: 20px;
  background-color: #F7F7F7;
  display: flex;
  padding-right: 50px;
  position: relative;
}

.answer-list .a-t h3 {
  font-weight: 400;
  color: #666;
  line-height: 1;
}

.answer-list .a-t .iconfont {
  position: absolute;
  right: 0;
  height: 60px;
  width: 60px;
  text-align: center;
  font-size: 24px;
  line-height: 60px;
  top: 0;
  transition: all 0.4s;
  transform: rotate(-90deg);
  color: #333;
  font-weight: bold;
  cursor: pointer;
}

.answer-list .a-text {
  padding: 32px 20px 5vh;
  color: #999;
  font-weight: 500;
  display: none;
}

.answer-list .cur .a-t h3 {
  color: #333;
  font-weight: bold;
}

.answer-list .cur .a-t .iconfont {
  transform: rotate(90deg);
}

.answer-list .act .a-text {
  display: block;
}

.answer-list .act .a-t h3 {
  color: #333;
  font-weight: bold;
}

.answer-list .act .a-t .iconfont {
  transform: rotate(90deg);
}

.content-techlist {
  padding-top: 10vh;
}

.tech-block {
  margin-bottom: 10vh;
}

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

.tech-block .te-num {
  font-style: italic;
  font-weight: bold;
  color: transparent;
  font-size: 200px;
  opacity: 0.2;
  padding-right: 30px;
  background: linear-gradient(-90deg, #A0875F 22.68555%, #F9EEBD 79.04785%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}

.tech-block.tech1 .te-tt {
  margin: 0 0 50px;
  display: flex;
  align-items: flex-end;
  width: 70%;
}

.tech-block.tech1 .te-tt h3 {
  margin-bottom: 12px;
  margin-left: -50px;
}

.tech-block.tech1 .te-tt em {
  flex-shrink: 0;
}

.tech-block.tech2 {
  background: url("../images/tech-b2-bg.png") no-repeat 50% 50%;
  background-size: cover;
}

.tech-block.tech2 .imgshow {
  width: 70%;
}

.tech-block.tech2 .imgshow img {
  max-width: 100%;
}

.tech-block.tech2 .text {
  width: 40%;
  position: relative;
  box-sizing: border-box;
  margin-left: -10%;
}

.tech-block.tech2 .tech2-tt {
  position: relative;
  display: inline-block;
}

.tech-block.tech2 .tech2-tt .te-num {
  position: absolute;
  left: 100%;
  bottom: 0;
  transform: translateX(-40%);
}

.tech-block.tech2 .tech2-cont {
  align-items: center;
  display: flex;
}

.tech-block.tech2 .tech2-cont h3 {
  margin-bottom: 32px;
}

.tech-block.tech3 {
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/tech-b3.jpg");
  color: #FFF;
  padding: 12vh 13% 16vh;
  position: relative;
}

.tech-block.tech3 .text {
  padding-right: 42%;
  font-weight: 500;
}

.tech-block.tech3 h3 {
  margin-bottom: 32px;
}

.tech-block.tech3 .te-num {
  position: absolute;
  left: 0;
  top: 0;
}

.news-tabitem {
  margin: 12vh 0 0;
  position: relative;
}

.news-tabitem .swiper-container {
  padding: 50px 0;
}

.news-tabitem .swiper-pagination {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}

.news-tabitem .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #B8A47C;
  height: 2px;
}

.news-tabitem .cur .n-item {
  background: #FDFDFD;
  box-shadow: 0px 1px 51px 0px rgba(0, 0, 0, 0.11);
  border-left: 0;
}

.news-tabitem .cur .n-item em {
  color: transparent;
  background: linear-gradient(-107deg, #5b3800 26.855%, #bda746 79.04785%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  padding-right: 12px;
}

.news-tabitem .cur .text {
  opacity: 1;
}

.news-tabitem .cur .text p {
  font-size: 24px;
  font-weight: bold;
}

.news-tabitem .swiper-slide {
  box-sizing: border-box;
  height: auto;
}

.news-tabitem .n-item {
  cursor: pointer;
  height: 100%;
  box-sizing: border-box;
  border-left: 1px solid rgba(51, 51, 51, 0.1);
  padding: 20px 30px;
}

.news-tabitem .n-item em {
  font-weight: bold;
  color: #333;
  opacity: 0.4;
  font-style: italic;
  line-height: 1;
}

.news-tabitem .text {
  color: #333;
  opacity: 0.4;
  margin-top: 32px;
  line-height: 24px;
}

.newstabbox {
  background-color: #FCFCFC;
  padding: 60px;
  line-height: 2;
  margin-bottom: 12vh;
}

.content-contact .c-t {
  text-align: center;
  margin: 12vh 0 32px;
}

.cont-map {
  background: url("../images/con-map-bg.png") no-repeat 50% 0;
  padding-top: 52px;
  background-size: 100%;
  margin-bottom: 12vh;
}

.cont-map .imgshow {
  position: relative;
}

.cont-map .imgshow img {
  width: 100%;
}

.map-num {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.map-num ul {
  display: flex;
  justify-content: space-around;
}

.map-num li {
  text-align: center;
}

.map-num .m-t {
  margin-bottom: 14px;
  color: #B6A278;
  line-height: 1;
}

.map-num .m-t em {
  font-weight: bold;
}

@keyframes fd {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

.map-dot li {
  position: absolute;
  z-index: 2;
}

.map-dot .dot {
  width: 12px;
  height: 12px;
  background-color: #B9A57D;
  border-radius: 50%;
  position: relative;
}

.map-dot .dot.china {
  background-color: #96DC41;
}

.map-dot .dot.china:before {
  content: '';
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #001E32;
  left: 50%;
  top: 50%;
  margin: -11px 0 0 -11px;
  z-index: -1;
}

.map-dot .dot:after {
  content: '';
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: rgba(182, 162, 120, 0.3);
  left: 50%;
  top: 50%;
  margin: -27.5px 0 0 -27.5px;
  animation: fd 3s linear infinite;
}

.map-dot .d-t {
  position: absolute;
  bottom: 100%;
  white-space: nowrap;
  margin-bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
}

.map-dot .d-t.bot {
  top: 100%;
  bottom: auto;
  margin: 25px 0 0;
}

.contact-list {
  display: flex;
  margin-bottom: 12vh;
}

.contact-list .icon .h-img {
  display: none;
}

.contact-list .c-left {
  width: 31%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 7vh;
}

.contact-list .c-left .text {
  transition: all 0.4s;
}

.contact-list .c-left .text:hover {
  transform: translateY(-10px);
}

.contact-list .c-left .text:hover .icon {
  background-color: #001e32;
}

.contact-list .c-left .text:hover .d-img {
  display: none;
}

.contact-list .c-left .text:hover .h-img {
  display: inline-block;
}

.contact-list .c-right {
  width: 31%;
  margin-top: 10%;
  transition: all 0.4s;
}

.contact-list .c-right:hover {
  margin-top: 9%;
}

.contact-list .c-right:hover .icon {
  background-color: #001e32;
}

.contact-list .c-right:hover .d-img {
  display: none;
}

.contact-list .c-right:hover .h-img {
  display: inline-block;
}

.contact-list .c-center {
  transition: all 0.4s;
  width: 31%;
  margin: 0 3.5%;
  position: relative;
}

.contact-list .c-center .text-p {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 20px 32px;
  color: #FFF;
}

.contact-list .c-center:hover .imgshow img {
  transform: scale(1.05);
}

.contact-list .c-center:hover .icon {
  background-color: #001e32;
}

.contact-list .c-center:hover .d-img {
  display: none;
}

.contact-list .c-center:hover .h-img {
  display: inline-block;
}

.contact-list .c-center .imgshow {
  overflow: hidden;
}

.contact-list .c-center .imgshow img {
  transition: all 0.3s;
}

.contact-list h2 {
  line-height: 1.25;
}

.contact-list .imgshow img {
  width: 100%;
}

.contact-list .text-p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}

.contact-list .text-p .icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(0, 30, 50, 0.6);
  text-align: center;
  line-height: 50px;
  transition: all 0.4s;
}

.contact-list .text-p .lx-cn {
  font-weight: bold;
  margin-bottom: 8px;
}

.contact-list .text-p .lx-cn a {
  display: block;
}

.content-shop {
  padding: 7vh 0 1px;
  background: url("../images/shop-bg.jpg") no-repeat 50% 100%;
  background-size: cover;
}

.shop-swiper {
  padding-bottom: 32px;
  margin-bottom: 12vh;
  position: relative;
}

.shop-swiper .swiper-pagination {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
}

.shop-swiper .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #B8A47C;
  height: 2px;
}

.shop-swiper .s-item {
  padding: 36px 36px 26px;
}

.shop-swiper h3 {
  margin-bottom: 24px;
}

.shop-swiper .swiper-slide {
  background-color: #F7F7F7;
}

.shop-swiper .swiper-slide:nth-child(2n) {
  background-color: #FFF;
}

.shop-swiper .swiper-slide.cur {
  background-color: #001E32;
  color: #FFF;
}

.shop-swiper .swiper-slide.cur h3 {
  color: #B9A57D;
}

.shop-swiper .swiper-slide.cur dd {
  color: #fff;
}

.shop-swiper .swiper-slide.cur dd a {
  color: #FFF;
}

.shop-swiper dd {
  color: #999999;
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 25px;
  margin-bottom: 10px;
}

.shop-swiper .add {
  background-image: url("../images/shop-icon1.png");
}

.shop-swiper .tel {
  background-image: url("../images/shop-icon2.png");
}

.shop-swiper a {
  color: #999999;
}

.shop-swiper a:hover {
  color: #B6A278;
}

.enlay-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.enlay-box .en-tt {
  text-align: center;
  display: none;
}

.enlay-box .imgshow {
  text-align: center;
  padding: 12px;
}

.enlay-box .imgshow img {
  max-width: 100%;
}

.content-single-page {
  padding: 40px 0;
}

.content-single-page .p-t {
  text-align: center;
  margin-bottom: 23px;
}

.content-single-page .text {
  line-height: 2;
  font-size: 14px;
}

@media screen and (max-width: 1566px) {
  .product-list .p-btns a {
    width: 150px;
  }
  .product-list .p-t h3 {
    background-size: 32px;
    padding-right: 40px;
  }
  .f-48 {
    font-size: 3.2rem;
  }
  .f-110 {
    font-size: 6.0rem;
  }
  .f-60 {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 1466px) {
  .product-list li:after {
    transform: translate(57%, 57%) rotate(-44deg);
  }
  .tech-block .te-num {
    font-size: 160px;
  }
  .news-tabitem .cur .text p {
    font-size: 18px;
  }
  .f-20 {
    font-size: 16px;
  }
  .prodis-top .d-btns a {
    min-width: 150px;
    padding: 16px;
  }
  .product-list .p-type h5 {
    margin: 18px 0;
  }
  .product-list .p-btns {
    margin-top: 20px;
  }
  .ptype-swiper .t-item img {
    margin-bottom: 12px;
  }
  .product-list .imgshow {
    width: 473px;
  }
  .ss-filter .f-top .layui-form-label {
    font-size: 18px;
  }
  .ss-select .layui-input {
    font-size: 16px;
  }
  .ss-select li {
    padding: 0 15px;
  }
  .ss-select ul {
    margin: 0 -15px;
  }
  .nav-box nav#menuPc > ul > li dl dd a {
    font-size: 14px;
  }
  .ipd-20 {
    padding: 0 20px;
  }
  .m-width-content {
    max-width: 1200px;
  }
  .f-36 {
    font-size: 3.2rem;
  }
  .f-40 {
    font-size: 3.2rem;
  }
  .pages3-info .text {
    padding-right: 0;
  }
  .f-24 {
    font-size: 1.8rem;
  }
  .header {
    padding-left: calc((100% - 1200px)/2);
  }
  .f-30 {
    font-size: 2.0rem;
  }
  .banner-bot {
    padding-right: calc((100% - 1200px)/2);
  }
}

@media screen and (max-width: 1366px) {
  .product-list li:after {
    transform: translate(60%, 60%) rotate(-49deg);
  }
  #menuPc > ul > li > a {
    padding-left: 24px;
    padding-right: 24px;
  }
  .m-width-content {
    max-width: 1000px;
  }
  .header {
    padding-left: calc((100% - 1000px)/2);
  }
  .banner-bot {
    padding-right: calc((100% - 1000px)/2);
  }
  #menuPc a {
    padding: 20px;
    font-size: 14px;
  }
  .f-36 {
    font-size: 2.4rem;
  }
  .f-40 {
    font-size: 2.8rem;
  }
  body,
  input,
  select,
  button,
  textarea {
    font-size: 1.4rem;
  }
  .page3-list li {
    margin-bottom: 20px;
  }
  .index-title {
    margin-bottom: 24px;
  }
  .pages3-info .p3-btn {
    margin-top: 24px;
  }
  .indexpage2-bot {
    margin-top: 24px;
  }
  .indexpage2-bot .p-left .imgshow {
    width: 140px;
  }
  .indexpage2-list li {
    margin-bottom: 12px;
  }
  .page4-list li {
    margin-bottom: 12px;
  }
  .p4-btn {
    margin-top: 24px;
  }
}

@media screen and (max-width: 1000px) {
  .prodct-gaoduan {
    margin: 50px 0;
  }
  .prodct-gaoduan .text {
    padding: 0;
  }
  .prodct-gaoduan .t-dingzhi em, .prodct-gaoduan .t-dingzhi span {
    font-size: 12px;
  }
  .prodct-gaoduan .t-dingzhi {
    margin: 5px 0 0;
    padding: 5px 12px;
  }
  .prodct-gaoduan .t-dingzhi .iconfont {
    display: none;
  }
  .prodct-gaoduan h3 {
    margin: 0 0 6px;
    font-size: 14px;
  }
  .productfenlei-list .p-item .p-t h3 .h-t {
    font-size: 12px;
    margin-left: 0;
    margin-top: 8px;
  }
  .productfenlei-list .p-item .p-t h3 {
    flex-direction: column;
    align-items: flex-start;
  }
  .productfenlei-list .p-item {
    background-color: #2c2e35;
    height: 100%;
  }
  .productfenlei-list .p-item .p-t span {
    font-size: 12px;
  }
  .productfenlei-list .p-item .p-t p {
    font-size: 12px;
  }
  .productfenlei-list .p-item .p-t h3 em {
    font-size: 16px;
  }
  .productfenlei-list .p-item .text {
    position: relative;
    padding: 12px;
  }
  .productfenlei-list {
    margin: 32px 0 0;
  }
  .productfenlei-list li {
    margin-bottom: 20px;
    padding: 0 10px;
  }
  .productfenlei-list ul {
    margin: 0 -10px;
  }
  .crumbs-box.white a, .crumbs-box.white span {
    color: #333;
  }
  .product-list .t-cont:hover {
    color: initial;
  }
  .product-list .t-cont:hover .img-d {
    display: inline-block;
  }
  .product-list .t-cont:hover .img-h {
    display: none;
  }
  .product-list .text-p {
    padding-right: 0;
  }
  .product-list .p-t {
    padding-right: 0;
  }
  .product-list .t-cont:hover {
    background-image: none;
  }
  .product-list li:nth-child(2n) .t-cont .text-p {
    padding-left: 0;
  }
  .product-list li:nth-child(2n) .p-t {
    padding-right: 0;
    padding-left: 0;
  }
  .page-box .page-list {
    display: none;
  }
  .product-list li {
    margin-top: 32px;
  }
  .product-list .p-tags dl dd {
    margin-right: 12px;
  }
  .product-list .p-btns a {
    margin-right: 12px;
  }
  .product-list .t-cont .left-default {
    display: none;
  }
  .product-list .p-t {
    padding-left: 0;
  }
  .product-list .imgshow {
    position: relative;
    width: 100%;
    margin-bottom: 12px;
  }
  .product-list .t-cont {
    height: auto;
    background: none;
  }
  .luntai-search {
    padding: 24px 0;
  }
  .ss-filter .f-top .layui-form-label {
    font-size: 14px;
  }
  .inner-banner.banner-luntai .hei .f-110 {
    font-size: 16px;
  }
  .inner-banner.banner-luntai .lt-text {
    display: none;
  }
  .crumbs-box {
    position: relative;
    top: 0;
  }
  .header.header-product {
    position: sticky;
  }
  .btn-nav {
    display: block;
  }
  html.mm-blocking body {
    overflow: initial;
  }
  .header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 22px 0;
  }
  #menuPc {
    display: none;
  }
  .mm-opened #menuWap {
    display: block;
  }
  #page {
    background: #FFFFFF;
  }
  .btn-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    background: transparent;
    border: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 99999;
    display: block;
    width: 30px;
    float: right;
  }
  .icon-bar {
    display: block;
    margin: 6px 0;
    width: 30px;
    height: 3px;
    background-color: #B6A278;
    box-shadow: 0 1px 1px #000000;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    z-index: 999999;
  }
  .mm-opening .top {
    -webkit-transform: translateY(8px) rotateZ(45deg);
    -moz-transform: translateY(8px) rotateZ(45deg);
    -ms-transform: translateY(8px) rotateZ(45deg);
    -o-transform: translateY(8px) rotateZ(45deg);
    transform: translateY(8px) rotateZ(45deg);
  }
  .mm-opening .bottom {
    -webkit-transform: translateY(-10px) rotateZ(-45deg);
    -moz-transform: translateY(-10px) rotateZ(-45deg);
    -ms-transform: translateY(-10px) rotateZ(-45deg);
    -o-transform: translateY(-10px) rotateZ(-45deg);
    transform: translateY(-10px) rotateZ(-45deg);
  }
  .mm-opening .middle {
    width: 0;
  }
  .banner .bg-box {
    display: none;
  }
  .banner .banner-content .f-46 {
    font-size: 1.8rem;
  }
  .banner .banner-content .f-30 {
    font-size: 1.4rem;
  }
  .banner .video-show .p-icon {
    width: 40px;
    height: 40px;
    background-size: cover;
  }
  .banner .swiper-pagination {
    height: 14px;
  }
  .banner h3 {
    margin-bottom: 12px;
  }
  .banner .banner-content .text {
    padding: 20px 0;
    padding-left: 0px;
  }
  .banner .wap-box {
    display: block;
  }
  .banner .wap-box img {
    height: 100vh;
  }
  .banner .swiper-slide .video-box {
    display: none;
  }
  .logo img {
    height: 50px;
  }
  .h-right {
    margin-right: 30px;
    margin-top: 3px;
  }
  .h-lang .icon {
    height: 24px;
    background-size: 24px;
  }
  .h-tool dl dd {
    padding-right: 12px;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  .banner .banner-content .text-p h2 {
    font-size: 3.2rem;
  }
  .banner .banner-content .text-p h3 {
    font-size: 2.0rem;
  }
  .banner .banner-content .text-p p {
    font-size: 1.2rem;
  }
  .banner .banner-content {
    top: 0;
  }
  .ipd-20 {
    padding: 0 20px;
  }
  .indexpage2-bot .p-left {
    flex-direction: column;
  }
  .indexpage2-bot {
    flex-wrap: wrap;
    flex-direction: column;
    margin: 24px 0 0;
    justify-content: flex-start;
    align-items: self-start;
  }
  .indexpage2-bot .t-cont {
    padding-right: 0;
  }
  .indexpage2-bot .t-cont {
    flex-wrap: wrap;
    flex-direction: column;
    margin: 12px 0;
  }
  .indexpage2-bot .t-num {
    margin-left: 0;
  }
  .indexpage2-bot .p-right {
    margin-top: 12px;
  }
  .index-page3-grid,
  .index-page3-grid.animated,
  .index-page4-grid,
  .index-page4-grid.animated {
    background-size: cover;
    transition: all 0s;
    justify-content: flex-start;
    padding-top: 40%;
  }
  .index-page2-grid.animated,
  .index-page2-grid {
    justify-content: flex-end;
    padding-top: 0;
  }
  .indexpage2-bot {
    margin-bottom: 40px;
  }
  .pages3-info {
    max-width: 100%;
  }
  .footer {
    padding: 64px 0 32px;
  }
  .footer .f-nav a {
    padding: 0;
  }
  .footer .f-nav li {
    margin: 0 10px;
  }
  .footer .f-nav ul {
    flex-wrap: wrap;
  }
  .footer-share {
    margin: 32px 0 24px;
  }
  .footer .footer-top {
    margin: 0;
  }
  .foot-copy,
  .f-link {
    font-size: 12px;
  }
  .foot-copy {
    margin: 0;
    padding-top: 0;
  }
  .f-logo {
    max-width: 80%;
    margin: 0 auto;
  }
  .home-main .footer .ipd-20 {
    padding: 0 12px;
  }
  .banner-bot {
    bottom: 5vh;
    flex-direction: column;
    width: 100%;
  }
  .banner .swiper-pagination {
    margin: 12px 0;
  }
  .banner-bot .b-t {
    display: none;
  }
  .indexpage2-bot .text .line {
    margin-top: 0;
  }
  .page4-list .p-item {
    width: 100%;
  }
  .index-title h3 {
    font-size: 14px;
  }
  .indexpage2-bot .p-right {
    width: 100%;
    text-align: right;
  }
  .banner-bot .b-page {
    display: none;
  }
  .banner .banner-content {
    flex-direction: column;
    padding-top: 40%;
  }
  .banner .banner-content .text {
    text-align: center;
  }
  .section .img-bg {
    display: none;
  }
  .section .img-bg.wap-bg {
    display: block;
  }
  .index-title .font2 {
    display: block;
  }
  .home-main .ipd-20 {
    padding: 0 20px;
  }
  .page3-list {
    display: none;
  }
  .p3-btn .see-more {
    float: none;
  }
  .page4-list {
    display: none;
  }
  .p4-btn .see-more {
    float: none;
  }
  .indexpage2-bot .p-left {
    display: none;
  }
  .footer .f-nav {
    display: none;
  }
  .index-title i {
    display: block;
  }
  .index-title h3 span {
    display: inline-block;
  }
  .map-dot .d-t {
    display: none;
  }
  .map-num .m-t em {
    font-size: 32px;
  }
  .f-40 {
    font-size: 24px;
  }
  .content-contact .c-t {
    margin: 32px 0;
  }
  .contact-list {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .contact-list .c-left, .contact-list .c-center, .contact-list .c-right {
    width: 100%;
    margin: 0 0 12px;
    padding: 0;
  }
  .contact-list h2 {
    margin-bottom: 24px;
  }
  .cont-map {
    padding: 32px 0 0;
    margin-bottom: 32px;
  }
  .answer-list .a-t h3 {
    line-height: 1.5;
    font-size: 16px;
  }
  .answer-list {
    margin: 50px 0 0;
  }
  .news-tabitem {
    margin-top: 50px;
  }
  .news-tabitem .n-item em {
    font-size: 24px;
  }
  .news-tabitem .cur .text p {
    font-size: 18px;
  }
  .news-tabitem .n-item {
    padding: 12px;
  }
  .news-tabitem .text {
    margin-top: 12px;
  }
  .newstabbox {
    padding: 24px;
    margin-bottom: 50px;
  }
  .tech-block.tech1 .te-tt {
    width: 100%;
    flex-direction: column;
  }
  .tech-block .te-num {
    font-size: 32px;
    display: block;
    width: 100%;
    padding: 0;
    color: #B6A278;
    opacity: 1;
  }
  .tech-block.tech1 .te-tt h3 {
    margin-left: 0;
  }
  .content-techlist {
    padding-top: 50px;
  }
  .tech-block {
    margin-bottom: 24px;
  }
  .tech-block.tech2 .tech2-cont {
    flex-direction: column;
    padding: 0 20px;
  }
  .tech-block.tech2 .imgshow, .tech-block.tech2 .text {
    width: 100%;
  }
  .tech-block.tech2 .tech2-tt .te-num {
    position: initial;
    transform: translateX(0);
  }
  .tech-block.tech2 .tech2-cont h3 {
    margin: 0 0 12px;
  }
  .tech-block.tech3 {
    padding: 24px;
  }
  .tech-block.tech3 .text {
    width: 100%;
    padding: 0;
  }
  .tech-block.tech3 h3 {
    margin-bottom: 12px;
  }
  .tech-block.tech3 .te-num {
    position: initial;
    margin-bottom: 12px;
  }
  #container {
    height: 30vh !important;
  }
  .shop-swiper .s-item {
    padding: 12px;
  }
  .shop-swiper .swiper-slide.cur h3 {
    margin-bottom: 12px;
  }
  .shop-swiper {
    margin-bottom: 50px;
  }
  .product-list li:after {
    display: none;
  }
  .ptype-swiper .t-item span {
    display: block;
  }
  .ptype-swiper .t-item {
    flex-direction: column;
  }
  .ss-filter .f-top .layui-form-label {
    display: block;
    width: 100%;
    text-align: left;
  }
  .ss-filter .f-top {
    flex-wrap: wrap;
  }
  .prodis-top {
    flex-wrap: wrap;
  }
  .prodis-top .imgshow, .prodis-top .text {
    width: 100%;
  }
  .prodis-top .imgshow {
    margin-bottom: 12px;
  }
  .prodis-top .text {
    padding: 0;
    overflow: hidden;
  }
  .prodis-top .d-tags dl dd {
    margin-right: 12px;
  }
  .prodis-top .d-tags dl {
    flex-wrap: wrap;
  }
  .prodis-top .d-t {
    margin-bottom: 24px;
  }
  .prodis-top .d-price {
    flex-wrap: wrap;
    margin: 24px 0 0;
  }
  .prodis-top .d-ser {
    margin: 24px 0;
  }
  .prodis-top .d-btns a {
    width: 100%;
    margin-bottom: 12px;
  }
  .prod-table-row .ptable dl {
    width: 100%;
  }
  .prodis-anzhuang ul {
    overflow-x: auto;
    justify-content: flex-start;
  }
  .prodis-anzhuang ul li .a-item {
    width: 130px;
  }
  .prod-tt {
    margin: 40px 0 32px;
  }
  .prod-related {
    margin-bottom: 40px;
  }
  .prodis-top .d-ser {
    margin-left: 20px;
  }
  .prodis-top {
    margin-top: 40px;
  }
}
