.nav-container {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 72px;
  transition: all 0.2s linear;
}
.nav-container.nav-container-border {
  border-bottom: 1px solid #009c43;
}
.nav-container.nav-container-bg {
  background: #fff !important;
}
.nav-container.nav-container-bg .nav-box .stock {
  color: #888888;
}
.nav-container.nav-container-bg .nav-box .logo {
  background: url('/yxt/imgs/header-logo2.png') no-repeat;
  background-size: contain;
}
.nav-container.nav-container-bg .nav-box .item a {
  color: #2B2E2E;
}
.nav-container.nav-container-mouseenter {
  background: #fff;
  height: 370px;
}
.nav-container.nav-container-mouseenter .active {
  position: relative;
  transition: all 0.2s;
}
.nav-container.nav-container-mouseenter .active:after {
  position: absolute;
  left: 0;
  bottom: 6px;
  content: '';
  width: 100%;
  height: 3px;
  background: #E60947;
  border-radius: 1px;
  transition: all 0.2s;
}
.nav-container.nav-container-mouseenter .sub-nav-show {
  height: 284px !important;
}
.nav-container:hover .nav-box .stock {
  color: #888888;
}
.nav-container:hover .nav-box .logo {
  background: url('/yxt/imgs/header-logo2.png') no-repeat;
  background-size: contain;
}
.nav-container:hover .nav-box .item a {
  color: #2B2E2E;
}
.nav-container .nav-box {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 72px;
  margin: auto;
}
.nav-container .nav-box .stock {
  display: flex;
  align-items: center;
  flex-direction: column;
  height: 72px;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  text-align: center;
} 
.nav-container .nav-box .stock div {
  margin-top: 20px;
  height: auto;
  font-size: 12px !important;
}
.nav-container .nav-box .logo {
  background: url('/yxt/imgs/header-logo.png') no-repeat;
  background-size: contain;
  width: 132px;
  height: 52px;
  margin-top: 20px;
  cursor: pointer;
}
.nav-container .nav-box .item {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
}
.nav-container .nav-box .item a {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
}
.nav-container .nav-box .item .sub-nav {
  height: 0;
  overflow: hidden;
  position: absolute;
  width: 160px;
  left: 50%;
  top: 60px;
  margin-left: -80px;
  text-align: center;
  z-index: 2;
  transition: all 0.2s linear;
  padding-top: 25px;
}
.nav-container .nav-box .item .sub-nav .sub-item {
  cursor: pointer;
  height: auto;
  margin-bottom: 25px;
}
.nav-container .nav-box .item .sub-nav .sub-item a {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  cursor: pointer;
}
.nav-container .nav-box .item .sub-nav .sub-item a:hover {
  color: #333;
}
.nav-fixed-height {
  height: 72px;
}
.imgScale img {
  cursor: pointer;
  transition: all 0.6s;
}
.imgScale img:hover {
  transform: scale(1.1);
}
/**
 * 省略 超出 文本
 *
 * @lineNumber 文字的行数
 */
.tab-nav {
  width: 100%;
  height: 56px;
  background: #fff;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.tab-nav.tab-nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
.tab-nav .tab-con {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 1200px;
  height: 100%;
  overflow: hidden;
  margin: auto;
}
.tab-nav .tab-con .item {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  color: #202022;
  margin-right: 60px;
}
.tab-nav .tab-con .item.active:after {
  position: absolute;
  left: 0;
  bottom: 0px;
  content: '';
  width: 100%;
  height: 3px;
  background: #E60947;
  border-radius: 1px;
}
.tab-nav .tab-con .item:last-child {
  margin-right: 0;
}
.tab-nav .tab-con .item:hover:after {
  position: absolute;
  left: 0;
  bottom: 0px;
  content: '';
  width: 100%;
  height: 3px;
  background: #E60947;
  border-radius: 1px;
}
.footer {
  width: 100%;
  min-height: 501px;
  height: auto;
  background: #FBFBFB;
}
.footer .main {
  width: 1200px;
  height: 100%;
  margin: auto;
}
.footer .main .title-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 86px;
  border-bottom: 1px solid #009c43;
}
.footer .main .title-con .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer .main .title-con .left .title {
  font-size: 20px;
  font-weight: 400;
  color: #666666;
}
.footer .main .title-con .left .btn-icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 44px;
}
.footer .main .title-con .left .btn-icon .item {
  position: relative;
  margin-right: 36px;
}
.footer .main .title-con .left .btn-icon .item.show .popup-img {
  transition: opacity 0.2s linear;
  opacity: 1;
}
.footer .main .title-con .left .btn-icon .item img {
  cursor: pointer;
  width: 44px;
  height: 44px;
}
.footer .main .title-con .left .btn-icon .item img:last-child {
  margin-right: 0;
}
.footer .main .title-con .left .btn-icon .item .popup-img {
  position: absolute;
  left: 0;
  top: -186px;
  z-index: 999999;
  opacity: 0;
  transition: opacity 0.2s linear;
  pointer-events: none;
  width: 176px;
  height: 176px;
}
.footer .main .title-con .left .btn-icon .item .popup-img img {
  width: 176px;
  height: 176px;
}
.footer .main .title-con .right {
  width: 143px;
  height: 40px;
}
.footer .main .menu-con {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 35px;
}
.footer .main .menu-con .item {
  font-size: 15px;
  font-weight: 400;
  color: #666666;
}
.footer .main .menu-con .item .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}
.footer .main .menu-con .item .title a {
  color: #666666;
}
.footer .main .menu-con .item .title a:hover {
  color: #202022;
}
.footer .main .menu-con .item .btn {
  margin-bottom: 18px;
  cursor: pointer;
}
.footer .main .menu-con .item .btn:last-child {
  margin-bottom: 0;
}
.footer .main .menu-con .item .btn a {
  color: #666666;
}
.footer .main .menu-con .item .btn a:hover {
  color: #202022;
}
.footer .main .beian {
  width: 880px;
  margin: 80px auto auto;
  font-size: 13px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  text-align: center;
}
.product-service-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product-service-container .banner {
  width: 100%;
  height: 554px;
  margin-top: -72px;
}
.product-service-container .product-description {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #F5F5F5;
}
.product-service-container .product-description .content {
  width: 1200px;
  height: 100%;
  overflow: hidden;
  margin: auto;
  box-sizing: border-box;
  padding: 80px 0;
}
.product-service-container .product-description .content .title-con {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product-service-container .product-description .content .title-con .tag {
  width: 5px;
  height: 27px;
  background: #E60947;
  margin-right: 10px;
}
.product-service-container .product-description .content .title-con .title {
  font-size: 30px;
  font-weight: 500;
  color: #2C2E2E;
}
.product-service-container .product-description .content .product-con {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.product-service-container .product-description .content .product-con .item {
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  background: #fff;
  margin-top: 60px;
  border-radius: 10px;
}
.product-service-container .product-description .content .product-con .item .title {
  font-size: 28px;
  font-weight: 500;
  color: #2C2E2E;
}
.product-service-container .product-description .content .product-con .item .list {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.product-service-container .product-description .content .product-con .item .list.list3 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  padding: 0 47px;
}
.product-service-container .product-description .content .product-con .item .list .list-item {
  margin-top: 20px;
}
.product-service-container .product-description .content .product-con .item .list .list-item .img {
  border-radius: 8px;
  overflow: hidden;
}
.product-service-container .product-description .content .product-con .item .list .list-item .img img {
  cursor: pointer;
  transition: all 0.6s;
}
.product-service-container .product-description .content .product-con .item .list .list-item .img img:hover {
  transform: scale(1.1);
}
.product-service-container .product-description .content .product-con .item .list .list-item.w1 {
  width: 212px;
  height: 167px;
}
.product-service-container .product-description .content .product-con .item .list .list-item.w1 .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.product-service-container .product-description .content .product-con .item .list .list-item.w2 {
  width: 212px;
  height: auto;
}
.product-service-container .product-description .content .product-con .item .list .list-item.w2 .img {
  width: 100%;
  height: 127px;
  overflow: hidden;
}
.product-service-container .product-description .content .product-con .item .list .list-item.w3 {
  width: 164px;
  height: auto;
  margin-right: 110px;
}
.product-service-container .product-description .content .product-con .item .list .list-item.w3:nth-child(4n) {
  margin-right: 0;
}
.product-service-container .product-description .content .product-con .item .list .list-item.w3 .img {
  width: 100%;
  height: 164px;
  overflow: hidden;
  border-radius: 100%;
}
.product-service-container .product-description .content .product-con .item .list .list-item .name {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 400;
  color: #2C2E2E;
  text-align: center;
}
.product-service-container .product-description .content .description {
  width: 1200px;
  min-height: 565px;
  height: auto;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 30px;
  margin-top: 60px;
}
.product-service-container .product-description .content .description .title {
  font-size: 28px;
  font-weight: 500;
  color: #2C2E2E;
}
.product-service-container .product-description .content .description .text-con {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.product-service-container .product-description .content .description .text-con .text {
  width: 563px;
  margin-right: 20px;
  overflow: hidden;
}
.product-service-container .product-description .content .description .text-con .text p {
  font-size: 16px;
  font-weight: 400;
  color: #2C2E2E;
  line-height: 30px;
  margin-bottom: 20px;
}
.product-service-container .product-description .content .description .text-con .text p:last-child {
  margin-bottom: 0;
}
.product-service-container .product-description .content .description .text-con .text .more a {
  font-size: 18px;
  font-weight: 400;
  color: #E60947;
}
.product-service-container .product-description .content .description .text-con .img {
  width: 557px;
  height: 405px;
  overflow: hidden;
}
.product-service-container .product-description .content .description .text-con .img img {
  cursor: pointer;
  transition: all 0.6s;
}
.product-service-container .product-description .content .description .text-con .img img:hover {
  transform: scale(1.1);
}
.product-service-container .service-description {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #fff;
}
.product-service-container .service-description .content {
  width: 1200px;
  height: 100%;
  overflow: hidden;
  margin: auto;
  box-sizing: border-box;
  padding: 80px 0 100px 0;
}
.product-service-container .service-description .content .title-con {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product-service-container .service-description .content .title-con .tag {
  width: 5px;
  height: 27px;
  background: #E60947;
  margin-right: 10px;
}
.product-service-container .service-description .content .title-con .title {
  font-size: 30px;
  font-weight: 500;
  color: #2C2E2E;
}
.product-service-container .service-description .content .service-con {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  margin-top: 75px;
}
.product-service-container .service-description .content .service-con.three {
  margin-top: 30px;
}
.product-service-container .service-description .content .service-con.three .item {
  width: 380px;
}
.product-service-container .service-description .content .service-con.three .desc {
  font-size: 18px !important;
  line-height: 28px;
}
.product-service-container .service-description .content .service-con .item {
  position: relative;
  width: 585px;
  height: 280px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
  padding: 0 30px;
  border-radius: 10px;
}
.product-service-container .service-description .content .service-con .item:hover .mask-bg {
  transform: translate(0, 0px);
  -webkit-transform: translate(0, 0px);
}
.product-service-container .service-description .content .service-con .item:hover .title {
  color: #fff;
}
.product-service-container .service-description .content .service-con .item:hover .desc {
  opacity: 1;
  transform: translate(0, 0px);
  -webkit-transform: translate(0, 0px);
}
.product-service-container .service-description .content .service-con .item .mask-bg {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.5);
  transform: translate(0, 280px);
  transform-origin: bottom;
  transition: all 0.5s cubic-bezier(0.2, 0, 0.2, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.2, 0, 0.2, 1);
}
.product-service-container .service-description .content .service-con .item .mask-bg.mb1 {
  background: rgba(24, 39, 56, 0.54);
}
.product-service-container .service-description .content .service-con .item .mask-bg.mb2 {
  background: rgba(76, 74, 65, 0.62);
}
.product-service-container .service-description .content .service-con .item .mask-bg.mb3 {
  background: rgba(57, 67, 72, 0.53);
}
.product-service-container .service-description .content .service-con .item .mask-bg.mb4 {
  background: rgba(54, 49, 44, 0.58);
}
.product-service-container .service-description .content .service-con .item .mask-bg.mb5 {
  background: rgba(58, 83, 83, 0.74);
}
.product-service-container .service-description .content .service-con .item .title {
  position: relative;
  margin-top: 43px;
  font-size: 36px;
  font-weight: 400;
  color: #202022;
  transition: all 0.5s cubic-bezier(0.2, 0, 0.2, 1);
}
.product-service-container .service-description .content .service-con .item .desc {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 41px;
  opacity: 0;
  line-height: 28px;
  transform: translate(0, 78px);
  transform-origin: bottom;
  transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.2, 1);
  -webkit-transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.2, 1);
}
.product-service-container .member-store {
  width: 100%;
  height: auto;
  overflow: hidden;
  background: #F5F5F5;
}
.product-service-container .member-store .content {
  width: 1200px;
  height: 100%;
  overflow: hidden;
  margin: auto;
  box-sizing: border-box;
  padding: 80px 0;
}
.product-service-container .member-store .content .title-con {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product-service-container .member-store .content .title-con .tag {
  width: 5px;
  height: 27px;
  background: #E60947;
  margin-right: 10px;
}
.product-service-container .member-store .content .title-con .title {
  font-size: 30px;
  font-weight: 500;
  color: #2C2E2E;
}
.product-service-container .member-store .content .member {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 30px;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  margin-top: 60px;
}
.product-service-container .member-store .content .member .title {
  font-size: 28px;
  font-weight: 500;
  color: #2C2E2E;
}
.product-service-container .member-store .content .member .item-con {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.product-service-container .member-store .content .member .item-con .item {
  width: 212px;
  height: 265px;
  background: #FCF8F2;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 25px 20px;
}
.product-service-container .member-store .content .member .item-con .item .icon {
  width: 64px;
  height: 64px;
  margin: auto;
}
.product-service-container .member-store .content .member .item-con .item .name {
  font-size: 22px;
  font-weight: 500;
  color: #2C2E2E;
  text-align: center;
  margin-top: 25px;
}
.product-service-container .member-store .content .member .item-con .item .desc {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-top: 15px;
}
.product-service-container .member-store .content .member .tel-con {
  display: flex;
  justify-content: center;
  justify-items: center;
  align-items: center;
  margin-top: 20px;
}
.product-service-container .member-store .content .member .tel-con .icon {
  width: 64px;
  height: 64px;
  margin-right: 10px;
}
.product-service-container .member-store .content .member .tel-con .tel {
  font-size: 28px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #2C2E2E;
}
.product-service-container .member-store .content .member .tel-con .tel span:first-child {
  margin-right: 40px;
}
.product-service-container .member-store .content .store {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  padding: 30px;
  overflow: hidden;
  background: #fff;
  border-radius: 10px;
  margin-top: 60px;
}
.product-service-container .member-store .content .store .title {
  font-size: 28px;
  font-weight: 500;
  color: #2C2E2E;
}
.product-service-container .member-store .content .store .item-con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-service-container .member-store .content .store .item-con .item {
  position: relative;
  width: 270px;
  height: 167px;
  overflow: hidden;
  border-radius: 10px;
  margin-top: 30px;
  transition: all 0.3s;
}

.product-service-container .member-store .content .store .item-con .item:hover {
  margin-top: 22px;
}
.product-service-container .member-store .content .store .item-con .item .label {
  position: absolute;
  left: 0;
  bottom: 20px;
  text-align: center;
  width: 100%;
  font-size: 22px;
  font-weight: 500;
  color: #2C2E2E;
}
<!--0.0001680850982666-->