<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import "iconfont/iconfont.css";

/* @首页 */
/* 页面头部 */
.header {
  width: 100%;
  padding: 20px 0;
  transition: all 0.5s ease 0s;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

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

.header .wrapper .logo {
  display: block;
  width: 210px;
}

.header .wrapper .logo img {
  transition: all 0.5s ease 0s;
}

.nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.nav-wrap a {
  margin: 0 30px;
  color: #fff;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  display: block;
  position: relative;
}

.nav-wrap a.active {
  color: #fedf85;
}

.nav-wrap a.active::after {
  content: "";
  /* position: absolute; */
  /* left: 0; */
  /* bottom: 0; */
  width: 32px;
  display: block;
  margin: 0 auto;
  border-bottom: 3px solid #fedf85;
  border-radius: 1px solid #4f4f4f;
}

.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1000;
  top: 0;
}

.navbar-top {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 1000;
  top: 0;
}

.bgClass {
  background: url(../images/bg00080.png) repeat;
  padding: 5px 0;
  transition: all 0.5s ease 0s;
}

.bgClass .logo img {
  transform: scale(0.8);
}

/* 首页轮播图 */
.mySwiper {
  position: relative;
  width: 100%;
  height: auto;
}

.mySwiper .swiper-pagination {
  bottom: 50px;
  left: 0;
  padding-right: 20px;
}

.mySwiper .swiper-pagination-bullet {
  background: #bdbdbd;
  border-radius: 2px;
  opacity: 1;
  width: 11px;
  height: 5px;
}

.mySwiper .swiper-pagination-bullet-active {
  opacity: 1;
  width: 27px;
  height: 5px;
  border-radius: 2px;
  background: #fedf85;
}

.banner::after {
  content: "";
  width: 100%;
  height: 8px;
  background: url(../images/slideline.png) no-repeat center bottom;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}

.swiper-slide img {
  display: block;
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
}
.banner .bg {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
/* 企业介绍 */
.index-about {
  background-image: url(../images/bgimg1.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 95px 0 127px;
}

.title-wrapper {
  text-align: center;
  height: 70px;
  position: relative;
  margin-bottom: 91px;
}

.title-wrapper .titen {
  color: #e0e0e0;
  font-size: 32px;
  line-height: 44px;
  height: 44px;
  font-weight: 600;
}

.title-wrapper .tith1 {
  color: #4f4f4f;
  font-size: 40px;
  font-weight: 500;
  line-height: 56px;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.title-wrapper .tith1::after {
  content: "";
  width: 65px;
  height: 5px;
  margin: 0 auto;
  background: url(../images/titline.png) no-repeat center bottom;
  display: block;
  margin-top: 5px;
}

.about-img {
  width: 834px;
  height: 551px;
}

.about-img img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.about-content {
  background: #fff;
  position: absolute;
  right: 0;
  top: 62px;
  z-index: 2;
  width: 787px;
  height: 536px;
  padding: 90px 113px 0;
  box-sizing: border-box;
  color: #4f4f4f;
}

.about-content .more,
.culture-content .more,
.honor-content .more {
  display: block;
  width: 129px;
  height: 40px;
  background: #fedf85;
  border: 1px solid #4f4f4f solid #fedf85;
  border-radius: 3px;
  text-align: center;
  line-height: 40px;
  position: absolute;
  left: 113px;
  bottom: 40px;
}
/* 产品介绍 */
.index-product {
  padding: 95px 0 0;
}

.product-wrap {
  background: #f3f3f3;
  display: flex;
  /* width: 80%;
  margin: 0 auto; */
}

.index-product-text {
  padding: 80px 110px 60px;
  position: relative;
  width: 50%;
  box-sizing: border-box;
  background: url(../images/bgimg5.png) no-repeat right bottom;
}

.index-product-text .title {
  margin-bottom: 40px;
}

.index-product-text .title h2 {
  font-size: 32px;
  line-height: 45px;
  color: #4f4f4f;
}

.index-product-text .title span {
  font-weight: 800;
  font-size: 32px;
  line-height: 45px;
  color: #e0e0e0;
  margin-top: 5px;
  display: block;
}
.index-product-text .cont {
  height: 140px;
  overflow: hidden;
}
.index-product-text .look-more {
  position: absolute;
  bottom: 60px;
  left: 110px;
  margin: 0;
}

.index-product-img {
  width: 50%;
  height: 700px;
}

.index-product-img img {
  display: block;
  width: 100%;
  height: 100%;
}

.productSwiper {
  height: 700px;
}

.productSwiper .swiper-pagination {
  display: flex;
  align-items: center;
  justify-items: center;
  bottom: 128px;
  left: 110px;
  text-align: left;
}

.productSwiper .swiper-slide {
  text-align: left;
  display: flex;
  background: #f3f3f3;
}

.productSwiper .swiper-pagination-bullet {
  width: 20%;
  height: 160px;
  line-height: 160px;
  background: rgba(255, 255, 255);
  opacity: 0.8;
  font-size: 24px;
  border-radius: 0;
  color: #4f4f4f;
  text-align: center;
  margin: 0 !important;
}

.productSwiper .swiper-pagination-bullet::before {
  content: "";
}

.productSwiper .swiper-pagination-bullet + .swiper-pagination-bullet {
  background: url(../images/fgx.png) no-repeat left center;
  background-color: rgba(255, 255, 255, 0.8);
}

.productSwiper .swiper-pagination-bullet-active {
  background: #fedf85 !important;
  font-size: 32px;
  height: 170px;
}

.tabs {
  width: 15%;
  float: left;
}

.tabs-content {
  float: right;
  width: 85%;
}

.tab-list {
  position: relative;
  padding-right: 14px;
}

.tab-list .iconfont {
  margin-bottom: 10px;
  font-size: 24px;
}

.tab-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 348px;
  background: #f3f3f3;
  border: 1px solid #e0e0e0;
  color: #828282;
  font-size: 18px;
}

.tab-list.current {
  background: #4f4f4f;
  border: 1px solid #4f4f4f;
  color: #fff;
}

.tab-list .current .triangleRight {
  position: absolute;
  right: 0;
  top: 50%;
  width: 0px;
  height: 0px;
  border-left: 20px solid #4f4f4f;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  margin-top: -15px;
}

.tab-cont {
  display: none;
}

/* 新闻动态 */
.index-news {
  padding: 95px 0;
}

.newsSwiper {
  width: 100%;
  height: 412px;
  margin-bottom: 48px;
}

.newsSwiper .swiper-slide {
  background: #f3f3f3;
  display: flex;
}

.img-wrap {
  width: 625px;
  height: 412px;
  float: left;
}

.img-wrap img {
  width: 100%;
  height: 100%;
}

.text-wrap {
  width: 900px;
  height: 412px;
  float: right;
  padding: 54px 90px;
  box-sizing: border-box;
  text-align: left;
}

.text-wrap .look-more {
  margin: 40px 0 0;
}

.index-news .tit {
  color: #4f4f4f;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  height: 54px;
  margin-bottom: 10px;
}

.index-news .info {
  color: #828282;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
}
.index-news .time {
  color: #bdbdbd;
  font-size: 14px;
  line-height: 35px;
  /* position: absolute; */
  /* top: 54px; */
  /* right: 90px; */
}

.index-news .swiper-pagination {
  bottom: 40px;
  left: 0;
  padding-right: 20px;
}

.index-news .swiper-pagination-bullet {
  background: #bdbdbd;
  border-radius: 2px;
  opacity: 1;
  width: 11px;
  height: 5px;
}

.index-news .swiper-pagination-bullet-active {
  opacity: 1;
  width: 27px;
  height: 5px;
  border-radius: 2px;
  background: #fedf85;
}

.list-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.list-item {
  width: 32%;
}

.list-item a {
  width: 100%;
  height: 277px;
  padding: 43px;
  box-sizing: border-box;
  background: #f3f3f3;
  display: block;
}

.list-item a:hover {
  background: #fedf85;
}

.list-item .info {
  height: 105px;
  margin-bottom: 10px;
  overflow: hidden;
}
.list-item .date {
  color: #bdbdbd;
  font-size: 14px;
  line-height: 35px;
}

.look-more {
  display: block;
  width: 129px;
  height: 40px;
  margin: 60px auto 0;
  background: #fedf85;
  border: 1px solid #4f4f4f solid #fedf85;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
}
/* 合作 */
.index-cooperation {
  padding-top: 90px;
}
.partner {
  text-align: center;
  background: url(../images/bgimg2.png) no-repeat center top;
  padding-bottom: 60px;
}

.partner ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.partner ul.row {
  margin-top: -90px;
}

.partner ul li {
  width: 212px;
  height: 212px;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: chocolate;
            margin: 2px; */
}

.partner ul li a {
  /* border: 1px solid #bdbdbd; */
  display: flex;
  align-items: center;
  position: relative;
  width: 120px;
  height: 120px;
  overflow: hidden;
}

.partner ul li a img {
  display: block;
  width: 100%;
}

.partner ul li:hover .libg {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.be-partner {
  text-align: center;
  background: #f0f0f0 url(../images/bgimg4.png) no-repeat center bottom;
  height: 409px;
  padding: 60px 0;
  box-sizing: border-box;
}

.be-partner .title {
  font-weight: 400;
  font-size: 32px;
  line-height: 45px;
  color: #4f4f4f;
}

.be-partner .titen {
  font-weight: 800;
  font-size: 32px;
  line-height: 44px;
  color: #e0e0e0;
}

.be-partner .content {
  font-weight: 400;
  font-size: 14px;
  line-height: 35px;
  color: #828282;
  margin: 30px auto 20px;
  width: 50%;
  text-align: left;
}

.partner ul li .libg {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  position: absolute;
  left: 30px;
  top: 30px;
  width: 150px;
  height: 150px;
  transform: rotate(45deg);
}

/* 底部 */
.foot-wrap {
  padding: 64px 0 10px;
  background: #4f4f4f;
}

.foot-wrap .wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}

.mini-logo {
  margin-right: 100px;
}

.links {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.links dl dt {
  height: 32px;
  margin-bottom: 10px;
  line-height: 32px;
  font-size: 18px;
  color: #ffffff;
}

.links dl dt a {
  color: #ffffff;
}

.links dl dd {
  height: 35px;
  padding-right: 10px;
  line-height: 35px;
  font-size: 14px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.85);
}

.links dl.contact {
  margin-right: 30px;
}

.links dl.contact dd {
  display: flex;
}

.links dl.contact dd span {
  margin-right: 10px;
}

.links dl dd a {
  color: rgba(255, 255, 255, 0.85);
}

.copyright {
  border-top: 1px solid #828282;
  text-align: center;
  color: rgba(255, 255, 255, 0.25);
  padding: 20px;
}
.copyright a {
  color: rgba(255, 255, 255, 0.25);
}

.links dl.contact .code {
  display: flex;
  height: 110px;
  text-align: center;
  color: rgba(255, 255, 255, 0.45);
  margin: 30px 0;
}

.code .icon-wchat {
  font-size: 12px;
  margin-right: 18px;
}

.code img {
  width: 78px;
  height: 78px;
  display: block;
  transition-duration: 1s;
}
.code img:hover {
  /* width: 72px;
  height: 72px; */
  transform: scale(2);
  box-shadow: 0 0 15px rgb(0 0 0 / 50%);
  transition: all 0.5s ease 0s;
}
.gotop {
  display: none;
  position: fixed;
  right: 120px;
  bottom: 120px;
  margin: auto;
  width: 80px;
  height: 80px;
  background: #f4f4f4 url(../images/icon-gotop.png) no-repeat center center/32px;
  box-shadow: 0 5px 14px 3px rgb(0 0 0 / 18%);
  z-index: 10;
  cursor: pointer;
}
/* ***************首页end************** */

/* @关于我们 */
.development {
  background: url(../images/bgimg2.png) no-repeat center bottom;
  padding: 95px 200px;
}

.devSwiper .swiper-slide {
  background: none;
}

.dev-content {
  position: relative;
  display: flex;
  height: 700px;
  padding-top: 40px;
}

.line {
  border: 3px solid #efefef;
  position: absolute;
  left: 0;
  top: 355px;
  width: 100%;
}

.dev-content .dev-list {
  width: 33%;
  /* padding: 16px; */
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dev-list-txt {
  background: #ffffff;
  box-shadow: 0px 15px 25px -10px rgba(0, 0, 0, 0.4);
  border: 0.5px solid #f2f2f2;
  padding: 50px;
  width: 440px;
  height: 250px;
  margin-bottom: 30px;
  box-sizing: border-box;
  /* opacity: 0; */
}

.dev-list-txt .tit {
  position: absolute;
  top: -35px;
  left: 50px;
  background: #fedf85;
  border: 1px solid #fedf85;
  border-radius: 3px;
  width: 112px;
  height: 72px;
  line-height: 72px;
  text-align: center;
  font-size: 36px;
  color: #4f4f4f;
}

.dev-list-txt p {
  text-align: left;
}

.dev-content .dev-list .year {
  color: #e0e0e0;
  font-size: 80px;
  line-height: 98px;
  font-weight: 700;
}

.dev-content .dev-list:nth-child(2n) {
  margin-top: 180px;
}

.dev-content .dev-list .dot {
  background: url(../images/rectangle-on.png) no-repeat;
  width: 72px;
  height: 74px;
  position: relative;
  /* margin-top: 20px; */
}

.dev-list.y2 .dot {
  height: 100px;
  margin-top: 0;
}

.dev-list.y2 .dev-list-txt {
  margin-top: 35px;
}

.culture {
  overflow: hidden;
  /* padding: 95px 200px 0; */
}

.culture-content,
.culture-img {
  box-sizing: border-box;
}

.culture-content {
  float: left;
  width: 55%;
  height: 500px;
  padding: 80px;
  padding-right: 10%;
  margin-top: 50px;
}

.culture-img {
  width: 50%;
  height: 500px;
  position: absolute;
  right: 0;
  top: 0;
}

.culture-content .more {
  left: 80px;
}

.honor {
  overflow: hidden;
  padding: 95px 200px 10px;
}

.honor-img {
  float: left;
  width: 50%;
  padding: 50px;
  box-sizing: border-box;
}

.honor-content {
  float: right;
  width: 50%;
  padding: 0 16px;
  box-sizing: border-box;
}

.honor-content .details {
  margin: 60px 0;
  width: 80%;
}

.honor-content .more {
  bottom: 0;
  left: 16px;
}

.honor-content-img {
  width: 80%;
}
/* @新闻动态 */
.col-banner img {
  width: 100%;
}

.bancontent {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 118px;
}

.bancontent h2 {
  height: 78px;
  margin-bottom: 4px;
  line-height: 78px;
  color: #fff;
  font-size: 60px;
  /* text-shadow: 0 0 5px rgb(0 0 0 / 0.3); */
  margin-bottom: 10px;
}

.bancontent p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 32px;
  line-height: 38px;
}

.crumbs {
  margin-bottom: 60px;
}

.crumbs .wrapper {
  align-items: center;
  height: 80px;
}

.crumbs a {
  font-size: 18px;
  color: #828282;
}

.crumbs a::after {
  content: "/";
  font-size: 20px;
  padding: 0 10px;
}
.crumbs a:last-child::after {
  content: "";
}
.crumbs span {
  display: inline-block;
  color: #4f4f4f;
  font-size: 24px;
}

.side-menu {
  float: left;
  margin-right: 60px;
}

.side-menu-item {
  position: relative;
  padding-right: 14px;
}

.side-menu-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 300px;
  background: #f3f3f3;
  border: 1px solid #e0e0e0;
  color: #828282;
  font-size: 18px;
  cursor: pointer;
}

.side-menu-item .iconfont {
  font-size: 24px;
  margin-bottom: 10px;
}

.side-menu-item.active {
  background: #4f4f4f;
  border: 1px solid #4f4f4f;
  color: #fff;
}

.side-menu-item .active .triangleRight {
  position: absolute;
  right: 0;
  top: 50%;
  width: 0px;
  height: 0px;
  border-left: 20px solid #4f4f4f;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  margin-top: -15px;
}

.news-box {
  float: left;
  overflow: hidden;
  margin-bottom: 40px;
}

.list-box {
  display: flex;
  margin-bottom: 40px;
}

.img-box,
.img-box img {
  max-width: 445px;
  width: 445px;
  height: 294px;
  display: block;
}

.news-list .text-detail {
  float: right;
  padding: 35px 70px 0;
  box-sizing: border-box;
  text-align: left;
  position: relative;
}

.text-detail .tit {
  color: #4f4f4f;
  font-weight: 500;
  font-size: 20px;
  /* height: 28px; */
  line-height: 28px;
  /* overflow: hidden; */
  /* white-space: nowrap;
  text-overflow: ellipsis; */
}

.text-detail .info {
  color: #828282;
  font-weight: 400;
  font-size: 14px;
  line-height: 32px;
  margin: 10px 0 10px;
  min-height: 100px;
}

.text-detail .time {
  color: #bdbdbd;
  font-size: 14px;
  line-height: 32px;
  /* position: absolute;
  right: 70px;
  top: 40px; */
}

.text-detail .more {
  display: block;
  width: 129px;
  height: 40px;
  background: #fedf85;
  border: 1px solid #4f4f4f solid #fedf85;
  border-radius: 3px;
  color: #4f4f4f;
  text-align: center;
  line-height: 40px;
  /* position: absolute;
  right: 70px;
  bottom: 30px; */
}
/* @文章详情 */
.detail-box {
  margin-bottom: 60px;
}

.detail-box .title {
  width: 75%;
  margin: 0 auto;
  color: #4f4f4f;
  font-size: 36px;
  line-height: 44px;
  font-weight: 500;
  margin-bottom: 15px;
}

.detail-box .meta {
  color: #bdbdbd;
  font-size: 14px;
  line-height: 35px;
  margin-bottom: 40px;
}

.detail-box .content {
  width: 80%;
  margin: 0 auto;
}

.detail-box .content p {
  margin-bottom: 32px;
  line-height: 32px;
  font-size: 16px;
  color: #666;
  /* text-indent: 2em; */
}
/* @文创产品 */
/*分页位置样式*/
.website-pager-box {
  text-align: center;
  margin-bottom: 30px;
}
/*分页背景样式*/
.el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #fedf85;
  color: black;
}
.product-list .list-box {
  position: relative;
  z-index: 10;
  /* box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.3); */
}

.product-list .list-box:hover:before {
  content: "";
  display: block;
  width: 90%;
  height: 10px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 50%;
  background: none;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3);
  z-index: 9;
  transform: translate(50px, 0);
}

.product-list .product-text {
  padding: 60px 80px;
  width: 55%;
  position: relative;
  box-sizing: border-box;
}

.product-list .product-img {
  width: 550px;
  height: 425px;
}

.product-text .title {
  margin-bottom: 40px;
}

.product-text .title h2 {
  font-size: 32px;
  line-height: 45px;
  color: #4f4f4f;
}

.product-text .title span {
  font-weight: 800;
  font-size: 32px;
  line-height: 45px;
  color: #e0e0e0;
  margin-top: 5px;
  display: block;
}

.product-text .look-more {
  left: 0;
  margin: 40px 0 0;
}

.product-img img {
  display: block;
  width: 100%;
  height: 100%;
}

.product-text .cont {
  height: 140px;
  /* text-overflow: ellipsis; */
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.goods-list {
  display: flex;
  flex-flow: row wrap;
  overflow: hidden;
  margin-bottom: 40px;
  width: 100%;
}

.goods-list .list-box {
  width: 25%;
  padding: 16px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.goods-list .list-box a {
  display: block;
  position: relative;
  /* width: 340px; */
  width: 100%;

  box-sizing: border-box;
  border: 1px solid #bdbdbd;
  background: #ffffff;
}

.goods-list .list-box .imgbox {
  height: 311px;
  overflow: hidden;
  padding: 15px;
}

.goods-list .list-box .imgbox img {
  width: 100%;
  height: 100%;
  display: block;
}

.goods-list .list-box .txt {
  font-size: 14px;
  margin-top: 10px;
  padding: 15px;
  /* background: #4f4f4f; */
  /* color: #fff; */
}

.goods-list .list-box .name {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  line-height: 22px;
  color: #4f4f4f;
}
.goods-list .list-box .name .price {
  color: #e60113;
}

.goods-list .list-box .txt p {
  color: #828282;
  font-size: 14px;
  line-height: 22px;
  margin: 10px 0 0;
}

.goods-list .list-box .mask {
  background: rgba(7, 7, 7, 0.75);
  width: 100%;
  height: 0%;
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 50%;
  box-sizing: border-box;
}

.goods-list .list-box .mask .summary {
  height: 100%;
  position: absolute;
  padding: 40px;
  color: #fff;
  opacity: 0;
  z-index: 2;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
  box-sizing: border-box;
}

.goods-list .list-box .mask .summary .title {
  font-size: 26px;
  line-height: 45px;
  margin-bottom: 20px;
}

.goods-list .list-box .mask .summary .look-more {
  color: #362d2d;
  margin: 0;
}

.goods-list .list-box a:hover .mask {
  height: 100%;
  top: 0%;
  opacity: 1;
}

.goods-list .list-box a:hover .mask .summary {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.goods-list .list-box a:hover .mask .summary .p-cont{
  height: 210px;
  overflow: hidden;
}

.goods-list .list-box a:hover .mask .summary .btn {
  margin-top: 15px;
  align-items: flex-start;
  justify-content: space-between;
  position: absolute;
  bottom: 40px;
  left: 40px;
}

.goods-list .list-box a:hover .mask .summary .btn-buy {
  width: 68px;
  height: 68px;
  text-align: center;
}

.goods-list .list-box a:hover .txt {
  opacity: 0;
  filter: alpha(opacity=0);
}

.goods-list .list-box a:hover::after {
  content: "";
  display: block;
  width: 100%;
  height: 10px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  bottom: -2px;
  border-radius: 50%;
  background: none;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.4);
  z-index: 9;
}
/* @文创商品详情 */
.goods-info {
  overflow: hidden;
  padding: 0 5%;
}

.goods-info .left-box {
  float: left;
}

.goods-info .right-box {
  margin-left: 80px;
  float: left;
}

.goodsSwiper2 {
  width: 500px;
  height: 500px;
  border: 1px solid #bdbdbd;
  box-sizing: border-box;
}

.goodsSwiper {
  width: 500px;
  height: 100px;
  box-sizing: border-box;
}

.goodsSwiper .swiper-slide {
  width: 20%;
  height: 100%;
  opacity: 0.4;
}

.goodsSwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.goods-info .swiper-thumbs {
  position: relative;
  margin: 10px 0;
}

.goods-info .swiper-thumbs .swiper-slide {
  position: relative;
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  border: 1px solid #bdbdbd;
  overflow: hidden;
  cursor: pointer;
}

.goods-info .swiper-thumbs .swiper-wrapper {
  width: 100%;
}

.goods-info .goodsSwiper2 .swiper-button-prev {
  left: 10px;
  top: 0;
  width: 16px;
  height: 100%;
  margin-top: 0;
}

.goods-info .goodsSwiper2 .swiper-button-next {
  top: 0;
  right: 10px;
  width: 16px;
  height: 100%;
  margin-top: 0;
}

.goods-info .goodsSwiper2 .swiper-button-prev::after {
  content: "prev";
  color: #999;
  font-size: 20px;
  font-weight: bold;
}

.goods-info .goodsSwiper2 .swiper-button-next::after {
  content: "next";
  color: #999;
  font-size: 20px;
  font-weight: bold;
}

.goods-info .title-box {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.title-box .gtitle {
  color: #4f4f4f;
  font-size: 36px;
  line-height: 50px;
}

.right-box .price {
  font-size: 28px;
  line-height: 22px;
  color: #e60113;
  margin-bottom: 30px;
  font-weight: 600;
}

.goods-info .stitle {
  margin-bottom: 10px;
  color: #828282;
}

.goods-info .info-box {
  color: #4f4f4f;
  font-size: 14px;
  line-height: 32px;
  max-height: 115px;
  overflow: hidden;
  /* margin-bottom: 30px; */
}

.btn-box .bg-orange {
  background: #fedf85;
  border: 1px solid #fedf85;
  border-radius: 3px;
  width: 177px;
  height: 40px;
  color: #4f4f4f;
  font-size: 16px;
  cursor: pointer;
}

.buy-box {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #f2f2f2;
}

.buy-box .buy-title {
  background: rgba(254, 223, 133, 0.25);
  border: 1px solid #fedf85;
  border-radius: 3px;
  line-height: 40px;
  width: 177px;
  font-size: 16px;
  display: flex;
  align-items: center;
}

.icon-box {
  background: #fedf85;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.icon-box .iconfont {
  font-size: 24px;
  color: #4f4f4f;
  line-height: 28px;
}

.buy-box .buy-wchat {
  margin-top: 30px;
  margin-right: 40px;
  width: 149px;
  height: 149px;
  border: 1px solid #e0e0e0;
  text-align: center;
  color: #4f4f4f;
}

.buy-box .buy-wchat p {
  display: flex;
  align-items: center;
  justify-content: center;
}

.buy-box .buy-wchat .icon-zan {
  font-size: 18px;
  color: #e60113;
}

.buy-box .buy-wchat .icon-taobao {
  font-size: 20px;
  color: #f56039;
  margin-right: 3px;
}

.goods-detail {
  margin: 40px 0;
  padding: 0 5%;
}

.goods-detail .title {
  font-size: 20px;
  line-height: 60px;
  color: #4f4f4f;
  position: relative;
}

.goods-detail .title::after {
  content: "";
  width: 100%;
  height: 4px;
  background: url(../images/slideline.png) no-repeat center bottom;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
}

.goods-detail .detail {
  padding: 40px 0;
}

.goods-detail .detail img {
  max-width: 100%;
}

/* 盒子分布 */
.index-box-point {
  padding: 80px 0 40px;
  background: #fbfbfb;
}
.list-boxes {
  background: url(../images/hezifenbubg.png) no-repeat center top;
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list-ul ul li {
  width: 197px;
  height: 128px;
  margin: 20px 0;
  box-shadow: 8px 0 15px -5px rgba(0, 0, 0, 0.4);
}
.list-ul ul li .tit {
  display: block;
  background: #fedf85;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #4f4f4f;
  font-size: 18px;
}
.list-ul ul li img {
  display: block;
  width: 100%;
  height: 80px;
}
.list-ul.list-left ul li:nth-child(2n) {
  margin-left: 80px;
}
.list-ul.list-right ul li:nth-child(2n + 1) {
  margin-left: 80px;
}
.list-ul.list-right ul li {
  margin: 30px 0;
}
.index-box-content{
  width: 1280px;
  margin: 0 auto;
  text-align: center;
}

/* 返回顶部 */
.el-backtop {
  background-color: #fedf85;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
}
.el-backtop:hover{
  background-color: #F3D16F
}
.el-icon-download{
  transform: rotate(180deg);
  font-size: 28px;
}
/* 侧边栏二维码 */
.code-group{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 40px;
  top: 220px;
  z-index: 10000;
  border-radius: 10px;
  overflow: hidden;
  transition-duration: 0.5s;
  /* transition: 1s; */
  border: 1px solid #eee;
  background-color: #fff;
}
.code-group:hover{
  width: 110px;
  height: 430px;
}
.code-box:hover{
  height: 182px;
}

.code-group .code-hd{
  height: 50px;
  width: 100%;
  background: #fedf85;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.code-group .code-hd img{
  display: block;
  width: 36px;
  height: 36px;
}

.code-item{
  width: 100%;
  text-align: center;
  padding:10px 10px 0;
  box-sizing: border-box;
}
.code-item img{
  display: block;
  width: 100%;
}
.code-item p{
  line-height: 20px;
  margin-bottom: 0;
}
.code-item:last-child{
  padding-bottom: 15px;
}





/***** @响应 */
@media (max-width: 1680px) {
  .wrapper {
    width: 1344px;
  }

  .about-content {
    padding: 72px 90px 0;
  }

  .about-content .more,
  .culture-content .more,
  .honor-content .more {
    left: 90px;
  }
  /* 发展历程 */
  .development {
    padding: 95px 150px 0;
  }

  .dev-list-txt {
    width: 400px;
    height: 250px;
    padding: 50px 40px 40px;
  }
  /* 文创产品列表 */
  .goods-list .list-box .imgbox {
    height: 246px;
  }
  .goods-list .list-box a:hover .mask .p-cont{
    height: 140px;
    overflow: hidden;
  }


}

@media (max-width: 1550px) {
  .wrapper {
    width: 1240px;
  }

  .index-product-text {
    padding: 65px 88px 60px;
  }

  .index-product-text .title span {
    font-size: 26px;
  }

  .productSwiper .swiper-pagination,
  .index-product-text .look-more {
    left: 88px;
  }

  .partner ul li {
    width: 170px;
    height: 170px;
  }

  .partner ul li .libg {
    left: 24px;
    top: 24px;
    width: 120px;
    height: 120px;
  }

  .partner ul li a img {
    transform: scale(0.8);
  }

  .partner ul.row {
    margin-top: -72px;
  }
  /* 发展历程 */
  .development {
    padding: 95px 100px 0;
  }
}

@media (max-width: 1440px) {
  /* 发展历程 */
  .development {
    padding: 95px 50px 0;
  }

  .dev-list-txt {
    width: 380px;
    height: 250px;
    padding: 50px 40px 40px;
  }
}



</pre></body></html>