@charset "utf-8";
:root {
  --color: #a59890;
  --vh: 100vh;
}
/*字体*/
@font-face {
  font-family: "abold";
  src: url("../fonts/Poppins-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "aregular";
  src: url("../fonts/Poppins-Medium.ttf") format("truetype");
}
.fontnum {
  font-family: "abold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.fontnum2 {
  font-family: "aregular", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
.font-b {
  font-family: "abold", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
}
* {
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: calc(100vw/19.2);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scrollbar-width: thin;
}
html ::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
html ::-webkit-scrollbar-thumb {
  /*滚动条-滑块*/
  border-radius: 3px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #a59890;
}
html ::-webkit-scrollbar-track {
  /*滚动条-背景*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  background: #ededed;
}
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: 66px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
body {
  min-height: 100%;
  font-family: "aregular", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
  font-size: 16px;
  line-height: 1.5;
  color: #333;
  background: #fff;
}
@media (max-width: 1580px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.28rem;
  }
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
video,
video:focus {
  display: block;
  font-size: 0;
  border: 0;
  outline: none;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
}
a,
a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}
input,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
button {
  cursor: pointer;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}
textarea {
  resize: none;
  overflow: auto;
}
input,
button,
textarea,
select {
  border: 0;
  font-family: inherit;
  font-style: inherit;
  font-size: inherit;
  font-weight: normal;
  color: inherit;
  background: transparent;
}
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}
table {
  border-collapse: collapse;
}
picture,
section,
main {
  display: block;
}
.container {
  margin: 0 auto;
  padding: 0 50px;
  width: 95%;
  max-width: 1200px;
}
@media (max-width: 1260px) {
  .container {
    padding: 0 ;
    width: 90%;
  }
}
.public-img {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.public-img::before {
  content: "";
  display: block;
  position: relative;
  z-index: 0;
  padding-top: 100%;
}
.public-img > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.public-img > video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}
.public-pc-img {
  width: 100%;
  display: block;
}
@media (max-width: 991px) {
  .public-pc-img {
    display: none;
  }
}
.public-mb-img {
  width: 100%;
  display: none;
}
@media (max-width: 991px) {
  .public-mb-img {
    display: block;
  }
}
.public-content {
  color: #666;
  line-height: 1.8;
}
.public-content a {
  color: #666;
}
.public-content table {
  max-width: 100%;
}
.public-content table td,
.public-content table th {
  padding: 10px 15px;
  border: 1px solid #dbf1ed;
}
.public-content li {
  margin-left: 15px;
  list-style: disc;
}
.public-content ol {
  margin-left: 15px;
  list-style: decimal;
}
.public-content img,
.public-content video {
  max-width: 100%;
  height: auto !important;
}
#hi-upgrade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: #fff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
}
#hi-upgrade .hi-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -177px 0 0 -450px;
  width: 900px;
}
#hi-upgrade .hi-wrap .hi-title {
  font-size: 30px;
  line-height: 40px;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-close {
  margin: 10px 0;
  display: inline-block;
  cursor: pointer;
  font-size: 18px;
  color: #a59890;
}
#hi-upgrade .hi-wrap .hi-close:hover {
  text-decoration: underline;
}
#hi-upgrade .hi-wrap .hi-text1 {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-text1 span {
  color: #a59890;
}
#hi-upgrade .hi-wrap .hi-text2 {
  position: relative;
  margin: 60px 0;
  color: #333;
}
#hi-upgrade .hi-wrap .hi-text2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  border-top: 1px solid #ddd;
}
#hi-upgrade .hi-wrap .hi-text2 span {
  position: relative;
  z-index: 5;
  padding: 0 30px;
  background: #fff;
}
#hi-upgrade .hi-wrap .hi-list {
  overflow: hidden;
}
#hi-upgrade .hi-wrap .hi-list li {
  display: inline-block;
  width: 16%;
}
#hi-upgrade .hi-wrap .hi-list li div {
  margin: 0 auto 5px;
  width: 50px;
  height: 50px;
}
#hi-upgrade .hi-wrap .hi-list li a {
  color: #666;
}
#hi-upgrade .hi-wrap .hi-list li a:hover {
  color: #a59890;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico1 {
  background: url(../images/hi-llq-1.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico2 {
  background: url(../images/hi-llq-2.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico3 {
  background: url(../images/hi-llq-3.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico4 {
  background: url(../images/hi-llq-4.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico5 {
  background: url(../images/hi-llq-5.jpg) no-repeat center / 100%;
}
#hi-upgrade .hi-wrap .hi-list li .hi-ico6 {
  background: url(../images/hi-llq-6.jpg) no-repeat center / 100%;
}
.textflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.textflow2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.textflow3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.textflow4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.textflow5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.textflow6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.textflow7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.textflow10 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
.font80 {
  font-size: 0.8rem;
}
.font72 {
  font-size: 0.72rem;
}
.font60 {
  font-size: 0.6rem;
}
@media (max-width: 991px) {
  .font60 {
    font-size: 0.5rem;
  }
}
.font58 {
  font-size: 0.58rem;
}
@media (max-width: 991px) {
  .font58 {
    font-size: 0.5rem;
  }
}
.font56 {
  font-size: 0.56rem;
}
@media (max-width: 991px) {
  .font56 {
    font-size: 0.5rem;
  }
}
.font54 {
  font-size: 0.54rem;
}
@media (max-width: 991px) {
  .font54 {
    font-size: 0.5rem;
  }
}
.font52 {
  font-size: 0.52rem;
}
@media (max-width: 991px) {
  .font52 {
    font-size: 0.5rem;
  }
}
.font50 {
  font-size: 0.5rem;
}
.font48 {
  font-size: 0.48rem;
}
.font46 {
  font-size: 0.46rem;
}
.font44 {
  font-size: 0.44rem;
}
.font42 {
  font-size: 0.42rem;
}
.font40 {
  font-size: 0.4rem;
}
@media (max-width: 991px) {
  .font40 {
    font-size: 0.4rem;
  }
}
.font38 {
  font-size: 0.38rem;
}
@media (max-width: 991px) {
  .font38 {
    font-size: 0.4rem;
  }
}
.font36 {
  font-size: 0.36rem;
}
@media (max-width: 991px) {
  .font36 {
    font-size: 0.4rem;
  }
}
.font34 {
  font-size: 0.34rem;
}
@media (max-width: 991px) {
  .font34 {
    font-size: 0.4rem;
  }
}
.font32 {
  font-size: 0.32rem;
}
@media (max-width: 991px) {
  .font32 {
    font-size: 0.4rem;
  }
}
.font30 {
  font-size: 0.3rem;
}
@media (max-width: 991px) {
  .font30 {
    font-size: 0.4rem;
  }
}
.font28 {
  font-size: 0.28rem;
}
@media (max-width: 991px) {
  .font28 {
    font-size: 0.4rem;
  }
}
.font26 {
  font-size: 0.26rem;
}
@media (max-width: 991px) {
  .font26 {
    font-size: 0.3rem;
  }
}
.font24 {
  font-size: 24px;
}
@media (max-width: 1580px) {
  .font24 {
    font-size: 22px;
  }
}
@media (max-width: 1260px) {
  .font24 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .font24 {
    font-size: 16px;
  }
}
.font22 {
  font-size: 22px;
}
@media (max-width: 991px) {
  .font22 {
    font-size: 16px;
  }
}
.font20 {
  font-size: 20px;
}
@media (max-width: 991px) {
  .font20 {
    font-size: 16px;
  }
}
.font18 {
  font-size: 18px;
}
@media (max-width: 991px) {
  .font18 {
    font-size: 16px;
  }
}
.font16 {
  font-size: 16px;
}
.font14 {
  font-size: 14px;
}
.font12 {
  font-size: 12px;
}
.index-title-box .ititlecn1 {
  color: #a59890;
  line-height: 1.5;
  text-align: center;
}
.index-title-box .ititlecn2 {
  text-align: center;
  margin-top: 0.2rem;
  color: #132236;
  line-height: 1.16666667;
}
.index-news {
  padding: 1.65rem 0 1.25rem;
}
@media (max-width: 991px) {
  .index-news {
    padding: 1.2rem 0;
  }
}
.index-news .container .box {
  margin-top: 0.55rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index-news .container .box .box2 {
  width: 49.22222222%;
}
@media (max-width: 991px) {
  .index-news .container .box .box2 {
    width: 100%;
  }
}
.index-news .container .box .box2 .box3 {
  height: 100%;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  border-radius: 0.2rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .index-news .container .box .box2 .box3 {
    flex-direction: row-reverse;
  }
}
.index-news .container .box .box2 .box3 .img {
  width: 100%;
  flex-grow: 0;
}
@media (max-width: 991px) {
  .index-news .container .box .box2 .box3 .img {
    border-radius: 0 0.2rem 0.2rem 0;
    width: 44.69525959%;
  }
}
@media (max-width: 767px) {
  .index-news .container .box .box2 .box3 .img {
    width: 100% !important;
    border-radius: 0 !important;
  }
}
.index-news .container .box .box2 .box3 .img::before {
  padding-top: 42.32505643%;
}
@media (max-width: 991px) {
  .index-news .container .box .box2 .box3 .img::before {
    padding-top: 85.3164557%;
  }
}
.index-news .container .box .box2 .box3 .text {
  flex-grow: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #f4f4f4;
  justify-content: space-between;
  padding: 0.3rem 0.4rem;
}
@media (max-width: 991px) {
  .index-news .container .box .box2 .box3 .text {
    border-radius: 0.2rem 0 0 0.2rem;
    width: 55.30474041%;
  }
}
@media (max-width: 767px) {
  .index-news .container .box .box2 .box3 .text {
    width: 100% !important;
    border-radius: 0 !important;
  }
}
.index-news .container .box .box2 .box3 .text .text2 .text4 {
  display: flex;
}
.index-news .container .box .box2 .box3 .text .text2 .cn1 {
  border-radius: 0.3rem;
  background-color: #f8a278;
  padding: 0.05rem 0.2rem;
  line-height: 1.71428571;
  color: #Fff;
  transition: all 0.5s;
}
.index-news .container .box .box2 .box3 .text .text2 .cn2 {
  margin-top: 0.15rem;
  color: #222222;
  line-height: 1.33333333;
  transition: all 0.5s;
}
@media (max-width: 991px) {
  .index-news .container .box .box2 .box3 .text .text2 .cn2 {
    font-size: 0.3rem;
  }
}
.index-news .container .box .box2 .box3 .text .text3 .cn3 {
  margin-top: 0.15rem;
  color: #8a8a8a;
  line-height: 1.55555556;
}
.index-news .container .box .box2 .box3:hover .img img {
  transform: scale(1.05);
}
.index-news .container .box .box2 .box3:hover .text .text2 .cn1 {
  background-color: #a59890;
}
.index-news .container .box .box2 .box3:hover .text .text2 .cn2 {
  color: #a59890;
}
.index-news .container .box .box2.box2a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index-news .container .box .box2.box2a .box3 {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .index-news .container .box .box2.box2a .box3 {
    margin-top: 0.35rem;
  }
}
.index-news .container .box .box2.box2a .box3:nth-child(2) {
  margin-top: 0.35rem;
}
.index-news .container .box .box2.box2a .box3 .img {
  border-radius: 0 0.2rem 0.2rem 0;
  width: 44.69525959%;
}
.index-news .container .box .box2.box2a .box3 .img::before {
  padding-top: 85.3164557%;
}
.index-news .container .box .box2.box2a .box3 .text {
  border-radius: 0.2rem 0 0 0.2rem;
  width: 55.30474041%;
}
.index-news .container .box .box2.box2a .box3 .text .text2 .cn2 {
  font-size: 0.26rem;
}
@media (max-width: 991px) {
  .index-news .container .box .box2.box2a .box3 .text .text2 .cn2 {
    font-size: 0.3rem;
  }
}
.index-news .container .public-btn-box {
  margin-top: 0.55rem;
}
.public-btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-btn {
  min-width: 120px;
  line-height: 50px;
  background-color: #a59890;
  color: #Fff;
  display: flex;
  align-items: center;
  margin: 0.15rem 0.15rem 0;
  justify-content: center;
  padding: 0 0.3rem;
  border: 1px solid #fff;
  text-align: center;
  position: relative;
  transition: all 0.5s;
}
.public-btn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  border: 2px solid #fff;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.5s;
}
.public-btn .pbtncn1 {
  color: #Fff;
}
.public-btn:hover {
  transform: scale(1.01);
  border: 1px solid #a59890;
  background-color: #a59890;
  box-shadow: -0.1rem -0.1rem 0.1rem -0.1rem #0000000d, 0.1rem 0.1rem 0.1rem -0.1rem #0000000d, 0 0 0.05rem #fff0, 0 0.2rem 0.35rem -0.2rem #00000080;
}
@keyframes myscale {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.05) rotate(0.01deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
@keyframes myscale2 {
  0% {
    transform: rotate(0deg) translate(0px) rotate(0deg) scale(1.2);
  }
  50% {
    transform: rotate(0.05deg) translate(0.15rem) rotate(-0.05deg) scale(1.2);
  }
  100% {
    transform: rotate(0deg) translate(0px) rotate(0deg) scale(1.2);
  }
}
.index-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.index-banner .swiper-slide {
  position: relative;
}
.index-banner .swiper-slide .bgimg {
  height: 420px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .index-banner .swiper-slide .bgimg {
    height: 5.6rem;
  }
}
.index-banner .swiper-slide .bgimg img {
  animation: myscale2 10s infinite linear;
}
.index-banner .swiper-slide .bgimg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.index-banner .swiper-slide .bgimg .pc-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .index-banner .swiper-slide .bgimg .pc-img {
    display: none;
  }
}
.index-banner .swiper-slide .bgimg .mb-img {
  display: none;
}
@media (max-width: 991px) {
  .index-banner .swiper-slide .bgimg .mb-img {
    display: block;
  }
}
.index-banner .swiper-slide .bigbox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
}
.index-banner .swiper-slide .bigbox .cn1 {
  color: #Fff;
}
.index-banner .swiper-slide .bigbox .cn2 {
  margin-top: 0.3rem;
  line-height: 1.5;
  color: #ffffffbf;
}
.index-banner .swiper-slide .bigbox .public-btn-box {
  margin-top: 0.5rem;
}
.index-banner .bigbox2 {
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-banner .bigbox2 .swiper-button-prev,
.index-banner .bigbox2 .swiper-button-next {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  margin-top: 0;
  width: 6px;
  height: 10px;
  opacity: 1;
}
.index-banner .bigbox2 .swiper-button-prev::after,
.index-banner .bigbox2 .swiper-button-next::after {
  color: #a59890;
  font-size: 16px;
}
.index-banner .bigbox2 .swiper-pagination {
  margin: 0 0.2rem;
  width: auto;
  display: flex;
  opacity: 1;
  color: #a59890;
  position: relative;
  bottom: 0;
  justify-content: center;
}
.index-banner .bigbox2 .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px;
  background-color: transparent;
  opacity: 1;
  border: 1px solid #a59890;
}
.index-banner .bigbox2 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #a59890;
}
#c-header {
  position: fixed;
  background-color: #Fff;
  z-index: 999;
  width: 100%;
  left: 0;
  top: 0;
  transition: all 0.3s;
}
#c-header.c-style2 {
  background-color: #Fff;
}
#c-header.c-style2 .container a,
#c-header.c-style2 .container p {
  color: #222;
}
#c-header a,
#c-header p {
  color: #222;
}
#c-header.c-head-move {
  top: -116px;
}
@media (max-width: 1260px) {
  #c-header.c-head-move {
    top: -1.2rem;
  }
}
#c-header .container {
  padding: 0 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 116px;
}
@media (max-width: 1260px) {
  #c-header .container {
    padding: 0;
    height: 1.2rem;
  }
}
#c-header .container .gn {
  display: flex;
}
#c-header .container .gn .gn1-box1 {
  line-height: 0.38rem;
  align-items: center;
  display: flex;
  margin-right: 0.4rem;
}
@media (max-width: 991px) {
  #c-header .container .gn .gn1-box1 {
    line-height: 0.76rem;
  }
}
#c-header .container .gn .gn1-box1 a {
  border: 0.02rem solid #a59890;
  padding: 0 0.1rem;
  text-align: center;
  color: #a59890;
  min-width: 0.66rem;
  position: relative;
}
@media (max-width: 991px) {
  #c-header .container .gn .gn1-box1 a {
    padding: 0 0.3rem;
  }
}
#c-header .container .gn .gn1-box1 a:nth-child(1) {
  border-radius: 0.4rem 0 0 0.4rem;
}
#c-header .container .gn .gn1-box1 a:last-child {
  border-radius: 0 0.4rem 0.4rem 0;
}
#c-header .container .gn .gn1-box1 a span {
  position: relative;
  z-index: 2;
}
#c-header .container .gn .gn1-box1 a.on {
  background-color: #a59890;
  color: #Fff;
}
#c-header .container .gn .gn1-box2 {
  display: flex;
  align-items: center;
  margin-right: 0.4rem;
}
#c-header .container .gn .gn1-box2 .img {
  display: flex;
  align-items: center;
}
#c-header .container .gn .gn1-box2 .img img,
#c-header .container .gn .gn1-box2 .img svg {
  margin-right: 0.1rem;
}
#c-header .container .gn .gn1-box2 .img img path,
#c-header .container .gn .gn1-box2 .img svg path {
  stroke: none;
  opacity: 1;
  fill: currentColor;
}
#c-header .container .gn .gn1-box3 {
  display: flex;
  align-items: center;
  position: relative;
}
#c-header .container .gn .gn1-box3 .cn1 {
  display: flex;
  align-items: center;
  line-height: 0.8rem;
}
#c-header .container .gn .gn1-box3 .cn1 img,
#c-header .container .gn .gn1-box3 .cn1 svg {
  margin-left: 0.1rem;
}
#c-header .container .gn .gn1-box3 .cn1 img path,
#c-header .container .gn .gn1-box3 .cn1 svg path {
  stroke: none;
  opacity: 1;
  fill: currentColor;
}
#c-header .container .gn .gn1-box3 ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #Fff;
}
#c-header .container .gn .gn1-box3 ul li {
  line-height: 1.5;
  padding: 0.1rem 0.2rem;
  width: 100%;
  border-bottom: 1px solid #eee;
}
#c-header .container .gn .gn1-box3 ul li:last-child {
  border-bottom: 0;
}
#c-header .container .gn .gn1-box3 ul li a {
  color: #222;
  line-height: 1.5;
  transition: all 0.5s;
}
#c-header .container .gn .gn1-box3 ul li a:hover {
  color: #a59890;
}
/* 占位标签，设置导航样式 */
#c-placeholder {
  height: 116px;
}
@media (max-width: 1260px) {
  #c-placeholder {
    height: 1.2rem;
  }
}
/*顶部*/
#c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  line-height: 1.1rem;
  text-align: center;
  color: #222;
  transition: 0.4s;
}
#c-header.c-ie {
  top: 0 !important;
}
@media (max-width: 991px) {
  #c-header {
    line-height: 1.2rem;
  }
}
#c-header a {
  color: #222;
  transition: 0.4s;
}
#c-header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  #c-header .container {
    height: 1.2rem;
  }
}
#c-header .c-left-box {
  display: flex;
  align-content: center;
}
#c-header .c-right-box {
  display: flex;
  align-items: center;
}
#c-header.c-style2 {
  color: #333;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
#c-header.c-style2 a {
  color: #333;
}
/*顶部logo*/
#c-header .c-logo {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box {
  display: flex;
  align-items: center;
}
#c-header .c-logo .c-img-box img {
  width: auto;
  height: 0.2rem;
}
@media (max-width: 991px) {
  #c-header .c-logo .c-img-box img {
    height: 0.3rem;
  }
}
#c-header .c-logo .c-img-box img:nth-child(2) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(1) {
  display: none;
}
#c-header.c-style2 .c-logo .c-img-box img:nth-child(2) {
  display: inline-block;
}
/*顶部pc导航*/
#c-header .c-nav {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  #c-header .c-nav {
    display: none;
  }
}
#c-header .c-nav > li {
  position: relative;
  padding-right: 0.7rem;
}
@media (max-width: 1260px) {
  #c-header .c-nav > li {
    padding-right: 0.3rem;
  }
}
#c-header .c-nav > li:last-child {
  padding-right: 0;
}
#c-header .c-nav > li > .c-title-box {
  display: flex;
  align-items: center;
  cursor: pointer;
}
#c-header .c-nav li {
  line-height: 1.5;
}
#c-header .c-nav li a {
  position: relative;
  display: block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#c-header .c-nav ul {
  padding: 0.3rem 0;
  position: absolute;
  top: 99%;
  left: 0;
  display: none;
  min-width: 1.8rem;
  line-height: 0.5rem;
  background: #fff;
}
#c-header .c-nav ul li {
  text-align: left;
}
#c-header .c-nav ul li a {
  line-height: 0.4rem;
  padding: 0 0.2rem 0 0.5rem;
  color: #333;
}
#c-header .c-nav ul li a::before {
  top: 0.07rem;
  width: 2px !important;
  left: 0.2rem !important;
  height: 0.26rem;
  background: #a59890;
  opacity: 0;
  transition: all 0.5s;
}
#c-header .c-nav ul li:hover a {
  color: #a59890;
}
#c-header .c-nav ul li:hover a::before {
  opacity: 1;
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a,
#c-header .c-nav li:hover > .c-title-box > a,
#c-header .c-nav li.on > a,
#c-header .c-nav li:hover > a {
  color: #a59890;
}
#c-header.c-style2 .c-nav li.on > .c-title-box > a:before,
#c-header .c-nav li:hover > .c-title-box > a:before,
#c-header .c-nav li.on > a:before,
#c-header .c-nav li:hover > a:before {
  left: 0;
  width: 100%;
}
#c-header.c-style2 .c-nav li.on > .c-title-box svg,
#c-header .c-nav li:hover > .c-title-box svg {
  color: #a59890;
}
#c-header.c-style3 .c-nav li.on > .c-title-box > a,
#c-header .c-nav li:hover > .c-title-box > a,
#c-header .c-nav li.on > a,
#c-header .c-nav li:hover > a {
  color: #a59890;
}
#c-header.c-style3 .c-nav li.on > .c-title-box > a:before,
#c-header .c-nav li:hover > .c-title-box > a:before,
#c-header .c-nav li.on > a:before,
#c-header .c-nav li:hover > a:before {
  left: 0;
  width: 100%;
}
#c-header.c-style3 .c-nav li.on > .c-title-box svg,
#c-header .c-nav li:hover > .c-title-box svg {
  color: #a59890;
}
/*顶部移动端导航*/
#c-header .c-nav2 {
  position: absolute;
  top: 1.2rem;
  left: 0;
  width: 100%;
  height: 0;
  line-height: 1rem;
  color: #333;
  background: #fff;
  overflow-y: auto;
  transition: 0.4s;
  text-align: left;
}
#c-header .c-nav2 > li:last-child {
  border-bottom: 1px solid #f1f1f1;
}
#c-header .c-nav2 li {
  padding: 0 0.5rem;
  border-top: 1px solid #f1f1f1;
}
@media (max-width: 767px) {
  #c-header .c-nav2 li {
    padding: 0 0.5rem;
  }
}
#c-header .c-nav2 li .c-title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#c-header .c-nav2 li .c-title-box img,
#c-header .c-nav2 li .c-title-box svg {
  width: 0.3rem;
  height: 0.3rem;
  transition: all 0.4s;
}
#c-header .c-nav2 li .c-title-box.on img,
#c-header .c-nav2 li .c-title-box.on svg {
  transform: rotate(90deg);
}
#c-header .c-nav2 li a {
  color: #333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on > a {
  color: #a59890;
}
#c-header .c-nav2 li ul {
  display: none;
}
.c-open #c-header .c-nav2 {
  height: calc(100vh - 1.2rem);
}
.c-open #c-header {
  color: #333;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.c-open #c-header .c-logo .c-img-box img:nth-child(1) {
  display: none;
}
.c-open #c-header .c-logo .c-img-box img:nth-child(2) {
  display: block;
}
.c-open #c-header i {
  background-color: #a59890 !important;
}
#c-header.navheader a {
  color: #333 !important;
}
#c-header.navheader .c-logo .c-img-box img:nth-child(1) {
  display: none;
}
#c-header.navheader .c-logo .c-img-box img:nth-child(2) {
  display: block;
}
#c-header.navheader i {
  background-color: #333 !important;
}
/*顶部导航开关*/
#c-header .c-switch {
  position: relative;
  display: none;
  width: 0.48rem;
  height: 0.4rem;
  cursor: pointer;
}
@media (max-width: 991px) {
  #c-header .c-switch {
    display: block;
  }
}
#c-header .c-switch i {
  position: absolute;
  left: 0;
  height: 2px;
  width: 100%;
  background: #a59890;
  transition: all 0.4s;
}
#c-header .c-switch i:nth-child(1) {
  top: 0;
}
#c-header .c-switch i:nth-child(3) {
  bottom: 0;
}
#c-header .c-switch i:nth-child(2) {
  top: 50%;
  margin-top: -1px;
}
#c-header.c-style2 .c-switch i {
  background: #a59890;
}
#c-header.c-style3 .c-switch i {
  background: #a59890;
}
body.c-open #c-header .c-switch i:nth-child(2) {
  opacity: 0;
}
body.c-open #c-header .c-switch i:nth-child(1) {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.c-open #c-header .c-switch i:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* 顶部功能区 */
#c-header .c-gn {
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 991px) {
  #c-header .c-gn.pc-gn .gn1-box1 {
    display: none;
  }
}
#c-header .c-gn.mb-gn {
  width: 100%;
  padding: 0 5%;
  justify-content: space-between;
  margin-top: 0.3rem;
}
#c-header .c-gn.mb-gn .gn {
  justify-content: space-between;
  width: 100%;
  padding-bottom: 0.3rem;
}
#c-header .c-gn.mb-gn .gn .gn1-box1 {
  margin-right: 0;
}
.index-product {
  border-top: 1px solid rgba(3, 3, 3, 0.08);
  padding: 0.6rem 0;
}
.index-product .container {
  margin-top: 0.8rem;
}
.index-product .container:nth-child(1) {
  margin-top: 0;
}
.index-product .container .cn1 {
  color: #a59890;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .index-product .container .cn1 {
    margin-bottom: 0.4rem;
    font-size: 16px;
  }
}
.index-product .container .box {
  flex-wrap: wrap;
  display: flex;
}
@media (max-width: 991px) {
  .index-product .container .box {
    justify-content: space-between;
  }
}
.index-product .container .box .box2 {
  width: calc((100% - 0.3rem) / 4);
  margin-top: 0.1rem;
  margin-right: 0.1rem;
  display: block;
}
@media (max-width: 991px) {
  .index-product .container .box .box2 {
    margin-top: 0.3rem;
    margin-right: 0;
    width: calc(50% - 0.15rem);
  }
}
.index-product .container .box .box2:nth-child(4n) {
  margin-right: 0;
}
.index-product .container .box .box2:hover .img {
  box-shadow: -0.1rem -0.1rem 0.1rem -0.1rem #0000000d, 0.1rem 0.1rem 0.1rem -0.1rem #0000000d, 0 0 0.05rem #fff0, 0 0.2rem 0.35rem -0.2rem #00000080;
}
.index-product .container .box .box2:hover .img img {
  transform: scale(1.05);
}
.index-product .container .box .box2:hover .img .hover {
  opacity: 1;
}
.index-product .container .box .box2:hover .text .cn2 {
  text-decoration: underline;
}
.index-product .container .box .box2 .img::before {
  padding-top: 100%;
}
.index-product .container .box .box2 .img .moren {
  opacity: 1;
}
.index-product .container .box .box2 .img .hover {
  opacity: 0;
}
.index-product .container .box .box2 .text {
  padding: 17px 0;
}
.index-product .container .box .box2 .text .cn2 {
  display: block;
  line-height: 1.71428571;
  color: #030303;
}
@media (max-width: 991px) {
  .index-product .container .box .box2 .text .cn2 {
    line-height: 1.2;
  }
}
.index-product .container .box .box2 .text .cn3 {
  display: block;
  line-height: 1.83333333;
  color: #030303;
  margin-top: 0.1rem;
}
@media (max-width: 991px) {
  .index-product .container .box .box2 .text .cn3 {
    margin-top: 0.2rem;
  }
}
.index-product .container .box .box2 .text .cn4 {
  display: block;
  line-height: 1.625;
  color: #030303;
  margin-top: 0.1rem;
}
.index-product .container .box .box2 .text .cn4 em {
  font-style: normal;
}
.index-product .container .box .box2 .text .cn4 em.emprice {
  color: #030303;
}
.index-product .container .box .box2 .text .cn4 em.emstate {
  color: #999999;
}
.index-product .container .public-btn-box {
  margin-top: 0.2rem;
}
.footer {
  background-color: #a59890;
  padding: 0.4rem 0 0;
}
.footer .footer1 {
  padding-bottom: 0.4rem;
}
.footer .footer2 {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 0.35rem 0;
}
.footer .container .box1 {
  display: flex;
  flex-wrap: wrap;
}
.footer .container .box2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer .container .box1a {
  width: 25%;
}
@media (max-width: 991px) {
  .footer .container .box1a {
    width: 100%;
    text-align: center;
  }
}
.footer .container .box1a .logo img {
  width: 1.6rem;
  height: auto;
}
.footer .container .box1a .footerform {
  margin-top: 0.4rem;
}
.footer .container .box1a .footerform .cn1 {
  color: #ffffff;
  line-height: 1.55555556;
}
.footer .container .box1a .footerform .cn2 {
  margin-top: 0.15rem;
  position: relative;
}
.footer .container .box1a .footerform .cn2 form {
  width: 100%;
}
.footer .container .box1a .footerform .cn2 input {
  background-color: #fff;
  width: 100%;
  border-radius: 0.3rem;
  line-height: 0.63rem;
  color: #333;
  padding: 0 1.5rem 0 0.28rem;
}
@media (max-width: 1260px) {
  .footer .container .box1a .footerform .cn2 input {
    line-height: 0.8rem;
    border-radius: 0.4rem;
    padding: 0 1.8rem 0 0.28rem;
  }
}
@media (max-width: 991px) {
  .footer .container .box1a .footerform .cn2 input {
    padding: 0 2.2rem 0 0.28rem;
  }
}
.footer .container .box1a .footerform .cn2 input::placeholder {
  color: #666666;
}
.footer .container .box1a .footerform .cn2 button {
  position: absolute;
  right: 0.08rem;
  top: 50%;
  min-width: 1.34rem;
  line-height: 0.53rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transform: translateY(-50%);
  border-radius: 0.26rem;
  background-color: #a59890;
  text-align: center;
  margin: 0;
  min-width: auto;
}
@media (max-width: 1260px) {
  .footer .container .box1a .footerform .cn2 button {
    line-height: 0.64rem;
    border-radius: 0.32rem;
  }
}
.footer .container .box1a .footerform .cn2 button .pbtncn1 {
  margin-right: 0.14rem;
}
.footer .container .box1a .footerform .cn2 button .pbtncn2 svg {
  height: auto;
  width: 0.1rem;
}
@media (max-width: 991px) {
  .footer .container .box1a .footerform .cn2 button .pbtncn2 svg {
    width: 0.14rem;
  }
}
.footer .container .box1a .footershare {
  margin-top: 0.4rem;
}
.footer .container .box1a .footershare .cn1 {
  color: #ffffff;
  line-height: 1.55555556;
}
.footer .container .box1a .footershare .cn2 {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .footer .container .box1a .footershare .cn2 {
    justify-content: center;
  }
}
.footer .container .box1a .footershare .cn2 .cn3 {
  margin-top: 0.16rem;
  margin-right: 0.16rem;
  position: relative;
}
@media (max-width: 991px) {
  .footer .container .box1a .footershare .cn2 .cn3 {
    margin-left: 0.08rem;
    margin-right: 0.08rem;
  }
}
.footer .container .box1a .footershare .cn2 .cn3 .cn4 {
  width: 0.56rem;
  height: 0.56rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all 0.3s;
  border: 0.02rem solid rgba(255, 255, 255, 0.23);
}
@media (max-width: 991px) {
  .footer .container .box1a .footershare .cn2 .cn3 .cn4 {
    width: 0.76rem;
    height: 0.76rem;
  }
}
.footer .container .box1a .footershare .cn2 .cn3 .cn4 img,
.footer .container .box1a .footershare .cn2 .cn3 .cn4 svg {
  width: 50%;
  height: auto;
}
.footer .container .box1a .footershare .cn2 .cn3 .cn4 img path,
.footer .container .box1a .footershare .cn2 .cn3 .cn4 svg path {
  fill: #fff;
  opacity: 1;
  stroke: none;
  transition: all 0.3s;
}
.footer .container .box1a .footershare .cn2 .cn3 .cn5 {
  position: absolute;
  left: 0;
  width: 100px;
  bottom: 100%;
  padding-bottom: 0.1rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.footer .container .box1a .footershare .cn2 .cn3 .cn5 .cn6 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background-color: #Fff;
  border-radius: 0.1rem;
  padding: 0.05rem;
  overflow: hidden;
}
.footer .container .box1a .footershare .cn2 .cn3 .cn5 .cn6 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer .container .box1a .footershare .cn2 .cn3:hover .cn4 {
  background-color: #Fff;
}
.footer .container .box1a .footershare .cn2 .cn3:hover .cn4 svg path {
  fill: #a59890;
}
.footer .container .box1a .footershare .cn2 .cn3:hover .cn5 {
  opacity: 1;
  visibility: visible;
}
.footer .container .box1b {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .footer .container .box1b {
    width: 100%;
    margin-top: 0.4rem;
  }
}
.footer .container .box1b .box1c {
  width: calc(100% / 3);
  padding-right: 0.2rem;
  margin-bottom: 0.2rem;
}
@media (max-width: 991px) {
  .footer .container .box1b .box1c {
    width: 100%;
    padding-right: 0;
  }
}
.footer .container .box1b .box1c:nth-child(1) {
  margin-left: 0;
}
.footer .container .box1b .box1c .box1cbox1 .cn1 {
  color: #ffffff;
  line-height: 1.5;
}
.footer .container .box1b .box1c .box1cbox2 {
  margin-top: 0.15rem;
}
.footer .container .box1b .box1c .box1cbox2 .cn2 {
  transition: all 0.5s;
  margin-top: 0.1rem;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.8);
}
.footer .container .box1b .box1c .box1cbox2 .cn2:hover {
  color: #Fff;
}
@media (max-width: 991px) {
  .footer .container .box1b .box1c .box1cbox2 a {
    text-decoration: underline;
  }
}
.footer .container .box1b .box1c .box1cbox3 {
  display: flex;
  align-items: center;
  color: #Fff;
  margin-top: 0.2rem;
}
.footer .container .box1b .box1c .box1cbox3 img {
  width: 0.13rem;
  margin-left: 0.1rem;
  transition: all 0.5s;
}
.footer .container .box1b .box1c .box1cbox3:hover img {
  transform: translateX(0.1rem);
}
.footer .container .box2a {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.55555556;
}
@media (max-width: 1260px) {
  .footer .container .box2a {
    width: 100%;
    justify-content: center;
  }
}
.footer .container .box2a p {
  color: #fff;
}
@media (max-width: 767px) {
  .footer .container .box2a p {
    font-size: 12px;
  }
}
.footer .container .box2a span {
  color: #fff;
  margin: 0 0.1rem;
}
@media (max-width: 767px) {
  .footer .container .box2a span {
    font-size: 12px;
  }
}
.footer .container .box2a a {
  color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .footer .container .box2a a {
    font-size: 12px;
  }
}
.footer .container .box2a a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  transition: all 0.5s;
  background-color: #Fff;
}
.footer .container .box2a a:hover::before {
  width: 100%;
}
.footer .container .box2b {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.55555556;
}
@media (max-width: 1260px) {
  .footer .container .box2b {
    width: 100%;
    justify-content: center;
  }
}
.footer .container .box2b span {
  color: #fff;
  margin: 0 0.1rem;
}
@media (max-width: 767px) {
  .footer .container .box2b span {
    font-size: 12px;
  }
}
.footer .container .box2b span:last-child {
  display: none;
}
.footer .container .box2b a {
  color: #fff;
  position: relative;
}
@media (max-width: 767px) {
  .footer .container .box2b a {
    font-size: 12px;
  }
}
.footer .container .box2b a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  transition: all 0.5s;
  background-color: #Fff;
}
.footer .container .box2b a:hover::before {
  width: 100%;
}
.productboxinfo {
  padding: 1rem 0;
}
.productboxinfo .container .tcn1 {
  text-align: center;
  color: #000;
  line-height: 1.2;
}
.productbox1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 25px;
}
.productbox1 .cn1 {
  margin-bottom: 0 !important;
}
.productbox1 .pcn1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.productbox1 .pcn1 .pcn2 {
  margin-left: 10px;
  cursor: pointer;
}
.selectbox {
  display: none;
  padding-bottom: 0.3rem;
}
.selectbox p {
  border-bottom: 1px solid rgba(3, 3, 3, 0.08);
  padding: 0.2rem;
  text-align: right;
  cursor: pointer;
  transition: all 0.5s;
}
.selectbox p:hover {
  background-color: #a59890;
  color: #Fff;
}
.selectbox2 {
  position: fixed;
  left: 0;
  display: none;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
.selectbox2.on .selectbox2a {
  transform: translateX(0);
}
.selectbox2 .selectbox2a {
  transition: all 0.5s;
  transform: translateX(450px);
  margin: 0 0 0 auto;
  width: 450px;
  height: 100%;
  background-color: #fff;
}
@media (max-width: 767px) {
  .selectbox2 .selectbox2a {
    width: 70%;
  }
}
.selectbox2 .selectbox2a .selectbox3 {
  width: 100%;
  height: 116px;
  padding: 0.3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1260px) {
  .selectbox2 .selectbox2a .selectbox3 {
    height: 1.2rem;
  }
}
.selectbox2 .selectbox2a .selectbox3 .scn1 {
  color: #a59890;
}
.selectbox2 .selectbox2a .selectbox3 .sclose {
  cursor: pointer;
  padding-right: 0.2rem;
}
.selectbox2 .selectbox2a .selectbox3 .sclose img,
.selectbox2 .selectbox2a .selectbox3 .sclose svg {
  width: 20px;
}
.selectbox2 .selectbox2a .selectbox3 .sclose img path,
.selectbox2 .selectbox2a .selectbox3 .sclose svg path {
  fill: #a59890;
  opacity: 1;
  stroke: none ;
}
.selectbox2 .selectbox2a .selectbox4 {
  width: 100%;
  height: calc(100% - 116px);
  overflow: auto;
  padding: 0.3rem;
}
.selectbox2 .selectbox2a .selectbox4 .selectbox4a {
  cursor: pointer;
}
.selectbox2 .selectbox2a .selectbox4 .selectbox4a .selectbox5 {
  color: #fff;
  padding: 0.2rem;
  background-color: #a59890;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.selectbox2 .selectbox2a .selectbox4 .selectbox4a .selectbox5 img,
.selectbox2 .selectbox2a .selectbox4 .selectbox4a .selectbox5 svg {
  width: 20px;
  height: auto;
  transition: all 0.5s;
}
.selectbox2 .selectbox2a .selectbox4 .selectbox4a .selectbox5 img path,
.selectbox2 .selectbox2a .selectbox4 .selectbox4a .selectbox5 svg path {
  fill: #fff;
  opacity: 1;
  stroke: none;
}
.selectbox2 .selectbox2a .selectbox4 .selectbox4a .selectbox5.on img,
.selectbox2 .selectbox2a .selectbox4 .selectbox4a .selectbox5.on svg {
  transform: rotate(90deg);
}
.selectbox2 .selectbox2a .selectbox4 .selectbox4a .selectbox6 {
  padding: 0.2rem;
}
.selectbox2 .selectbox2a .selectbox4 .selectbox4a .selectbox6 .selectbox7 {
  display: flex;
  align-items: flex-start;
  margin-top: 10px;
}
.selectbox2 .selectbox2a .selectbox4 .selectbox4a .selectbox6 .selectbox7:nth-child(1) {
  margin-top: 0;
}
.selectbox2 .selectbox2a .selectbox4 .selectbox4a .selectbox6 .selectbox7 .yuan {
  margin-right: 10px;
  border: 1px solid #a59890;
  width: 20px;
  height: 20px;
  position: relative;
}
.selectbox2 .selectbox2a .selectbox4 .selectbox4a .selectbox6 .selectbox7 .yuan::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 60%;
  opacity: 0;
  transition: all 0.5s;
  background-color: #a59890;
}
.selectbox2 .selectbox2a .selectbox4 .selectbox4a .selectbox6 .selectbox7 .scn2 {
  color: #a59890;
  width: calc(100% - 30px);
  line-height: 20px;
}
.selectbox2 .selectbox2a .selectbox4 .selectbox4a .selectbox6 .selectbox7.on .yuan::before {
  opacity: 1;
}
.pagebox {
  padding-top: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0.5rem;
}
.pagebox .pageprev {
  margin: 0 0.05rem;
  color: #a59890;
  background-color: #fff;
  transition: all 0.5s;
  height: 0.5rem;
  width: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0.5rem;
  border-radius: 0.04rem;
}
.pagebox .pageprev img,
.pagebox .pageprev svg {
  width: 35%;
  height: auto;
}
.pagebox .pageprev img path,
.pagebox .pageprev svg path {
  fill: #a59890;
  opacity: 1;
  stroke: none;
}
.pagebox .pageprev:hover {
  color: #fff;
  background-color: #a59890;
}
.pagebox .pageprev:hover img path,
.pagebox .pageprev:hover svg path {
  fill: #fff;
}
.pagebox .pageprev.pageprev2 {
  transform: rotate(180deg);
}
.pagebox .num {
  width: 0.5rem;
  height: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.04rem;
  margin: 0 0.05rem;
  color: #a59890;
  transition: all 0.5s;
  position: relative;
  background-color: #fff;
}
.pagebox .num:hover {
  color: #fff;
  background-color: #a59890;
}
.pagebox .num.on {
  color: #fff;
  background-color: #a59890;
}
.xialabox {
  position: absolute;
  width: 100%;
  height: 5rem;
  background-color: #Fff;
  padding: 30px;
  overflow: auto;
  display: none;
}
@media (max-width: 991px) {
  .xialabox {
    padding: 0.15rem;
  }
}
.xialabox .xialabox2 {
  display: flex;
  align-items: center;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .xialabox .xialabox2 {
    padding-bottom: 0.3rem;
  }
}
.xialabox .xialabox2:last-child {
  padding-bottom: 0;
}
.xialabox .xialabox2 .img {
  width: 80px;
}
@media (max-width: 991px) {
  .xialabox .xialabox2 .img {
    width: 1rem;
  }
}
.xialabox .xialabox2 .text {
  width: calc(100% - 110px);
  margin-left: 30px;
}
@media (max-width: 991px) {
  .xialabox .xialabox2 .text {
    width: calc(100% - 1.2rem);
    margin-left: 0.2rem;
  }
}
.xialabox .xialabox2 .text .text1 {
  display: block;
  color: #222;
}
.xialabox .xialabox2 .text .text2 {
  display: block;
  color: #999;
}
.public-search {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: none;
}
.public-search .close {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background-color: #a59890;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  border-radius: 50%;
}
.public-search .close span {
  position: absolute;
  width: 50%;
  height: 2px;
  background-color: #fff;
  left: 50%;
  top: 50%;
}
.public-search .close span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.public-search .close span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.public-search .public-search-box {
  width: 100%;
  background-color: #Fff;
  padding: 0.5rem 0;
}
.public-search .public-search-box .container {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .public-search .public-search-box .container {
    justify-content: flex-start;
  }
}
.public-search .public-search-box .container .box {
  width: 740px;
  position: relative;
}
@media (max-width: 991px) {
  .public-search .public-search-box .container .box {
    width: 100%;
  }
}
.public-search .public-search-box .container .box .layui-input-affix {
  width: 44px;
  height: 44px;
  right: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 44px;
}
.public-search .public-search-box .container .box form {
  width: 100%;
}
.public-search .public-search-box .container .box input {
  padding: 0 100px 0 20px;
  border: 1px solid #eee;
  width: 100%;
  line-height: 45px;
  color: #333;
}
.public-search .public-search-box .container .box input::placeholder {
  color: #999;
}
.public-search .public-search-box .container .box button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.public-search .public-search-box .container .box button::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 50%;
  background-color: #999;
}
.public-search .public-search-box .container .box button img {
  width: 50%;
}
.gn1-box4 {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .gn1-box4 {
    margin-right: 0.4rem;
  }
}
.gn1-box4 .gn1-box4-search {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.gn1-box4 .gn1-box4-search svg {
  width: 0.2rem;
  height: 0.2rem;
}
@media (max-width: 991px) {
  .gn1-box4 .gn1-box4-search svg {
    width: 0.48rem;
    height: 0.48rem;
  }
}
.gn1-box4 .gn1-box4-search svg path {
  fill: #a59890;
  opacity: 1;
  stroke: none;
}
.product-info {
  padding: 1rem 0;
}
.product-info .container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.product-info .container .left {
  width: 500px;
  margin-right: 50px;
  position: sticky;
  left: 0;
  overflow: hidden;
  padding: 1px;
  top: 1rem;
  position: -webkit-sticky;
}
@media (max-width: 991px) {
  .product-info .container .left {
    width: 100%;
    margin-right: 0;
    top: 0;
    position: relative;
  }
}
.product-info .container .left .productinfoswiper {
  position: relative;
  overflow: hidden;
}
.product-info .container .left .productinfoswiper .swiper-slide {
  cursor: zoom-in;
}
.product-info .container .left .productinfoswiper .scalebig {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: initial;
  min-width: 100%;
  min-height: 100%;
  width: 1000px;
  height: 1000px;
  object-fit: cover;
  pointer-events: none;
  z-index: 5;
  opacity: 0;
  display: none;
}
.product-info .container .left .productinfoswiper .icon {
  opacity: 0;
  z-index: 5;
  background-color: #a59890;
  position: absolute;
  left: 0.3rem;
  top: 0.3rem;
  width: 0.6rem;
  height: 0.6rem;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  .product-info .container .left .productinfoswiper .icon {
    opacity: 1;
  }
}
.product-info .container .left .productinfoswiper .icon img,
.product-info .container .left .productinfoswiper .icon svg {
  left: 0;
  top: 0;
  position: relative;
  width: 50%;
  height: auto;
}
.product-info .container .left .productinfoswiper .icon img path,
.product-info .container .left .productinfoswiper .icon svg path {
  fill: #Fff;
  opacity: 1;
  stroke: none;
}
.product-info .container .left .productinfoswiper2 {
  margin-top: 10px;
  position: relative;
}
.product-info .container .left .productinfoswiper2 .swiper-slide {
  position: relative;
  cursor: pointer;
}
.product-info .container .left .productinfoswiper2 .swiper-slide::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border: 1px solid #a59890;
  z-index: 2;
  opacity: 0;
  transition: all 0.5s;
}
.product-info .container .left .productinfoswiper2 .swiper-slide.swiper-slide-thumb-active::before {
  opacity: 1;
}
.product-info .container .right {
  width: calc(100% - 550px);
}
@media (max-width: 991px) {
  .product-info .container .right {
    width: 100%;
    margin-top: 1rem;
  }
}
.product-info .container .right .rightbox .cn1 {
  color: #030303bf;
}
.product-info .container .right .rightbox .cn2 {
  margin-top: 0.2rem;
  color: #030303;
  line-height: 1.2;
}
.product-info .container .right .rightbox .cn3 {
  margin-top: 0.2rem;
  color: #030303;
}
.product-info .container .right .rightbox .public-content {
  margin-top: 1rem;
  color: #030303;
}
@media (max-width: 991px) {
  #c-header .c-left-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 991px) {
  #c-header .c-right-box {
    width: 100%;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  #c-header .gn1-box4 {
    margin-right: 0;
  }
}
.public-contact {
  padding-top: 1.15rem;
  margin-bottom: 1.2rem;
}
.public-contact .container .cn1 {
  line-height: 1.27777778;
  color: #a59890;
  text-align: center;
}
@media (max-width: 991px) {
  .public-contact .container .cn1.pccn1 {
    display: none;
  }
}
.public-contact .container .cn1.mbcn1 {
  display: none;
}
@media (max-width: 991px) {
  .public-contact .container .cn1.mbcn1 {
    display: block;
  }
}
.public-contact .container .cn2 {
  margin-top: 0.15rem;
  line-height: 1.5;
  text-align: center;
}
.public-contact .container .public-btn {
  margin-top: 0.35rem;
}
.work-box1 {
  padding-top: 1.2rem;
}
.work-box1 .container .cn1 {
  text-align: center;
  line-height: 1.25;
  color: #a59890;
  margin-bottom: 0.3rem;
}
.work-box1 .container .cn2 {
  margin: 0 auto;
  color: #999;
  line-height: 1.4;
  text-align: center;
}
.work-box1 .container .public-swiper1bigbox {
  margin-top: 0.5rem;
}
.work-box1 .container .public-swiper1bigbox.public-swiper1bigboxmt120 {
  margin-top: 1.2rem;
  padding-bottom: 0;
}
.public-video-box {
  margin-top: 0.55rem;
  width: 100%;
  position: relative;
}
.public-video-box .bgimg1 {
  z-index: 2;
}
.public-video-box.on video {
  opacity: 1;
}
.public-video-box.on .public-blue-btn {
  opacity: 0;
}
.public-about-box2 {
  margin-top: 0.55rem;
}
.public-about-box2 .pbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.5rem;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.public-about-box2 .pbox:nth-child(1) {
  margin-top: 0;
}
.public-about-box2 .pbox:nth-child(even) {
  flex-direction: row-reverse;
}
.public-about-box2 .pbox:nth-child(even) .pleft .pimg::after {
  left: 0;
  background-image: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0.8) 100%);
}
.public-about-box2 .pbox:nth-child(even) .pright {
  padding: 0.6rem 0.3rem;
}
@media (max-width: 991px) {
  .public-about-box2 .pbox:nth-child(even) .pright {
    padding: 0.6rem 0.3rem;
  }
}
.public-about-box2 .pbox:hover .pleft .pimg img {
  transform: scale(1.05);
}
.public-about-box2 .pleft {
  width: 53.75%;
}
@media (max-width: 991px) {
  .public-about-box2 .pleft {
    width: 100%;
  }
}
.public-about-box2 .pleft .pimg {
  width: 100%;
}
.public-about-box2 .pleft .pimg::before {
  padding-top: 62.79069767%;
}
.public-about-box2 .pleft .pimg::after {
  display: none;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0.6rem;
  height: 100%;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(8px);
  background-image: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0.8) 100%);
  z-index: 3;
}
@media (max-width: 991px) {
  .public-about-box2 .pleft .pimg::after {
    display: none;
  }
}
.public-about-box2 .pright {
  overflow: auto;
  width: 46.25%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.6rem 0.3rem;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .public-about-box2 .pright {
    width: 100%;
    padding: 0.6rem 0.3rem;
    height: auto !important;
  }
}
.public-about-box2 .pright .pcn1 {
  color: #000000;
  line-height: 1.33333333;
}
@media (max-width: 991px) {
  .public-about-box2 .pright .pcn1 {
    font-size: 0.4rem;
  }
}
.public-about-box2 .pright .pcn2 {
  margin-top: 0.2rem;
  color: #666;
  line-height: 1.66666667;
}
.public-about-box2 .pright .public-btn {
  margin-top: 0.2rem;
}
.public-about-box2 .pright .pcn3 {
  margin-top: 0.3rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .public-about-box2 .pright .pcn3 {
    font-size: 0.26rem;
  }
}
.public-about-box2 .pright .pcn3 .pcn4 {
  padding-right: 0.1rem;
  width: 50%;
  color: #666666;
  margin-top: 0.1rem;
}
@media (max-width: 767px) {
  .public-about-box2 .pright .pcn3 .pcn4 {
    width: 100%;
  }
}
.public-about-box2 .pright .pcn3 .pcn4 span {
  margin-right: 0.05rem;
}
.public-about-box2 .pright .pcn6 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.1rem;
}
.public-about-box2 .pright .pcn6 .pcn5 {
  width: 1.25rem;
  height: 0.6rem;
  border-radius: 0.05rem;
  border: 1px solid #e6e6e6;
  text-align: center;
  line-height: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.2rem;
  margin-top: 0.2rem;
}
@media (max-width: 991px) {
  .public-about-box2 .pright .pcn6 .pcn5 {
    width: 1.8rem;
    height: 1rem;
  }
}
.public-about-box2 .pright .pcn6 .pcn5 img {
  max-height: 90%;
  max-width: 90%;
  object-fit: contain;
}
.public-table {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.public-table .ptbox1 {
  border: 1px solid #e6e6e6;
  width: 25%;
  border-left: 0;
  border-top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.6rem 0.3rem;
  flex-direction: column;
}
@media (max-width: 991px) {
  .public-table .ptbox1 {
    padding: 0.6rem 0.3rem;
    width: 50%;
    border: 1px solid #e6e6e6 !important;
  }
}
.public-table .ptbox1:nth-child(-n+4) {
  border-top: 1px solid #e6e6e6;
}
.public-table .ptbox1:nth-child(4n-3) {
  border-left: 1px solid #e6e6e6;
}
.public-table .ptbox1 .ptbox2 .ptcn1 {
  display: block;
  font-size: 0.7rem;
  color: #a59890;
  line-height: 1;
}
.public-table .ptbox1 .ptbox2 .ptcn1 em {
  font-style: normal;
}
.public-table .ptbox1 .ptbox2 .ptcn2 {
  display: block;
  color: #666666;
  line-height: 1.5;
}
.public-table .ptbox1 .ptbox3 {
  margin-top: 0.3rem;
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .public-table .ptbox1 .ptbox3 {
    width: 100%;
    margin-top: 0.3rem;
  }
}
.public-table .ptbox1 .ptbox3 img {
  width: 0.5rem;
}
@media (max-width: 767px) {
  .public-table .ptbox1 .ptbox3 img {
    width: 0.76rem;
  }
}
.public-table .ptbox1 .ptbox3 svg {
  height: 0.5rem;
  width: auto;
}
@media (max-width: 767px) {
  .public-table .ptbox1 .ptbox3 svg {
    height: 0.76rem;
  }
}
.public-table .ptbox1 .ptbox3 svg path {
  fill: #a59890;
  opacity: 1;
  stroke: none;
}
.public-content {
  text-wrap: initial !important;
}
.public-content p,
.public-content span {
  text-wrap: initial !important;
}
