.main-color {
  color: #2dadd6;
}
.w1200 {
  width: 1200px;
  margin: auto;
}
.w1400 {
  width: 1360px;
  margin: auto;
}
.w1480 {
  width: 1480px;
  margin: auto;
}
.w1600 {
  width: 1600px;
  margin: auto;
}
.w1660 {
  width: 1660px;
  margin: auto;
}
@font-face {
  font-family: 'iconfont';
  src: url('../iconfonts/iconfont.eot');
  src: url('../iconfonts/iconfont.eot?#iefix') format('embedded-opentype'), url('../iconfonts/iconfont.woff') format('woff'), url('../iconfonts/iconfont.ttf') format('truetype'), url('../iconfonts/iconfont.svg#iconfont') format('svg');
}
.icon {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
.bg-f9 {
  background: #f9f9f9;
}
.color-f {
  color: #fff;
}
.color-7 {
  color: #727272;
}
.color-0 {
  color: #000;
}
.color-9 {
  color: #999;
}
.color-3 {
  color: #333;
}
.color-2 {
  color: #2b3137;
}
.color-6 {
  color: #666;
}
.ho-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  min-width: auto;
  min-height: auto;
  width: 100%;
  height: 100%;
  transform: none;
  transition: transform 0.5s ease;
  object-fit: cover;
  max-height: 100%;
}
.swiper-pagination-bullet-active {
  background: #2dadd6;
}
.flex-1 {
  flex: 1;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
header .head-nav {
  height: 80px;
  border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}
header .head-nav .logo {
  height: 100%;
  display: flex;
  align-items: center;
}
header .head-nav .logo img {
  max-height: 60%;
}
header .head-nav .logo .b {
  display: none;
}
header .head-nav > ul {
  height: 100%;
}
header .head-nav > ul > li {
  height: 100%;
}
header .head-nav > ul > li > a {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
}
header .head-nav > ul > li > a::before {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -1px;
  height: 2px;
  background-color: #2dadd6;
  transition: 0.5s;
}
header .head-nav > ul > li.active > a,
header .head-nav > ul > li:hover > a {
  color: #2dadd6 !important;
}
header .head-nav > ul > li.active > a::before,
header .head-nav > ul > li:hover > a::before {
  left: 0;
  right: 0;
}
header .head-nav > ul > li .head-son-catname {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background-color: #fff;
  z-index: -10;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transform: translateY(calc(-100% + 80px));
}
header .head-nav > ul > li .head-son-catname .catname-info {
  padding-top: 120px;
  opacity: 0;
}
header .head-nav > ul > li .head-son-catname.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
header .head-nav > ul > li .head-son-catname.active .catname-info {
  animation: 0.5s sonhide forwards linear;
  animation-delay: 0.3s;
}
header .head-nav > ul > li .pro-son-catname .catname-info .left {
  width: 40%;
}
header .head-nav > ul > li .pro-son-catname .catname-info .left ul {
  display: flex;
  flex-wrap: wrap;
}
header .head-nav > ul > li .pro-son-catname .catname-info .left ul li {
  width: 44%;
  margin-right: 6%;
}
header .head-nav > ul > li .pro-son-catname .catname-info .left ul li a {
  border-bottom: 1px #eeeeee solid;
  position: relative;
}
header .head-nav > ul > li .pro-son-catname .catname-info .left ul li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #2dadd6;
  transition: 0.5s;
  width: 0;
}
header .head-nav > ul > li .pro-son-catname .catname-info .left ul li a:hover h4 {
  color: #2dadd6;
}
header .head-nav > ul > li .pro-son-catname .catname-info .left ul li a:hover .icon {
  color: #2dadd6;
}
header .head-nav > ul > li .pro-son-catname .catname-info .left ul li a:hover::before {
  width: 100%;
}
header .head-nav > ul > li .pro-son-catname .catname-info .mid {
  flex: 1;
  padding: 0 4%;
  border-right: 1px #eee solid;
  border-left: 1px #eee solid;
}
header .head-nav > ul > li .pro-son-catname .catname-info .mid ol li a {
  border: 1px #eee solid;
  box-sizing: border-box;
  height: 88px;
  transition: 0.5s;
}
header .head-nav > ul > li .pro-son-catname .catname-info .mid ol li a:hover {
  background-color: #2dadd6;
}
header .head-nav > ul > li .pro-son-catname .catname-info .mid ol li a:hover h4,
header .head-nav > ul > li .pro-son-catname .catname-info .mid ol li a:hover .icon {
  color: #fff;
}
header .head-nav > ul > li .pro-son-catname .catname-info .right {
  width: 32%;
  padding-left: 4%;
}
header .head-nav > ul > li .pro-son-catname .catname-info .right .btm div:hover .icon {
  color: #2dadd6;
}
header .head-nav > ul > li .pro-son-catname .catname-info .right .head-pro-container a .img {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
header .head-nav > ul > li .pro-son-catname .catname-info .right .head-pro-container a .img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
  transition: 0.5s;
}
header .head-nav > ul > li .pro-son-catname .catname-info .right .head-pro-container a:hover img {
  transform: scale(1.1);
}
header .head-nav > ul > li .pro-son-catname .catname-info .right .head-pro-container a:hover h4 {
  color: #2dadd6;
}
header .head-nav > ul > li .about-son-catname ol li a .img {
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}
header .head-nav > ul > li .about-son-catname ol li a:hover img {
  transform: scale(1.1);
}
header .head-nav > ul > li .about-son-catname ol li a:hover h3 {
  color: #2dadd6;
}
header .head-nav > ul > li .service-son-catname ol {
  display: flex;
  justify-content: center;
  align-items: center;
}
header .head-nav > ul > li .service-son-catname ol li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
header .head-nav > ul > li .service-son-catname ol li a:hover .icon {
  color: #2dadd6;
}
header .head-nav > ul > li .service-son-catname ol li a:hover h3 {
  color: #2dadd6;
}
header .head-nav .info a,
header .head-nav .info .code {
  transition: 0.5s;
}
header .head-nav .info a:hover,
header .head-nav .info .code:hover {
  color: #2dadd6;
}
header .head-nav .info a:hover .icon,
header .head-nav .info .code:hover .icon {
  color: #2dadd6;
}
header .head-nav .info .code {
  position: relative;
  z-index: 10;
}
header .head-nav .info .code img {
  display: none;
  position: absolute;
  left: -40px;
  width: 100px;
  top: 200%;
  z-index: 10;
}
header .head-nav .info .code:hover img {
  display: block;
}
header .head-nav .info .buy {
  height: 28px;
  width: 108px;
  background: url(../images/common/common-shape.png) no-repeat;
  background-size: 100%;
  background-position: center center;
}
header .head-nav .info .buy:hover {
  color: #fff;
}
header .head-nav .info .buy:hover .icon {
  color: #fff;
}
header .head-nav .info .applink {
  width: 100px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px #2dadd6 solid;
  border-radius: 4px;
}
header .head-nav .info .applink:hover {
  background-color: #2dadd6;
  color: #fff;
}
header.active {
  background: #fff;
  position: fixed !important;
}
header.active .head-nav .logo .b {
  display: block;
}
header.active .head-nav .logo .a {
  display: none;
}
header.active .head-nav ul li a {
  color: #2b3137;
}
header.active .head-nav .info .icon {
  color: #2b3137;
}
header.active .head-nav .info .buy .icon {
  color: #fff;
}
header.list-active {
  position: relative;
  border-bottom: 1px #eee solid;
}
header.list-active .head-nav .logo .b {
  display: block;
}
header.list-active .head-nav .logo .a {
  display: none;
}
header.list-active .head-nav ul li a {
  color: #2b3137;
}
header.list-active .head-nav .info .icon {
  color: #2b3137;
}
header.list-active .head-nav .info .buy .icon {
  color: #fff;
}
header.page-active .head-nav {
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}
header.page-active .head-nav .logo .b {
  display: block;
}
header.page-active .head-nav .logo .a {
  display: none;
}
header.page-active .head-nav ul li a {
  color: #2b3137;
}
header.page-active .head-nav .info .icon {
  color: #2b3137;
}
header.page-active .head-nav .info .buy .icon {
  color: #fff;
}
@keyframes sonhide {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.footer-info {
  border-top: 1px #eee solid;
}
.footer-info ul {
  display: flex;
  justify-content: space-between;
}
.footer-info ul li .link {
  width: 108px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/common/border-bg.png) no-repeat;
  background-size: 100%;
  background-position: center center;
  transition: 0.5s;
}
.footer-info ul li .link:hover {
  background: url(../images/common/main-bg1.png) no-repeat;
  background-size: 100%;
  background-position: center center;
  color: #fff;
}
.footer-info ul li .link:hover .icon {
  color: #fff;
}
.footer-info ul li .tel span {
  width: 38px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/common/common-lingxing.png) no-repeat;
  background-size: 100%;
  background-position: center center;
}
.footer-info ul li .mall a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.5s;
}
.footer-info ul li .mall a span {
  width: 38px;
  height: 38px;
  border: 1px #dedede solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.footer-info ul li .mall a:hover {
  transform: translateY(-10px);
}
.footer-info ul li .mall a:hover span {
  background: #2dadd6;
  border-color: #2dadd6;
}
.footer-info ul li .mall a:hover span .icon {
  color: #fff;
}
footer {
  background: #2b3137;
  position: relative;
}
footer .f-top,
footer .i-f-top {
  width: 120px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/common/f-top.png) no-repeat;
  background-size: 100%;
  background-position: center center;
  transition: 0.5s;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.8);
}
footer .f-top:hover,
footer .i-f-top:hover {
  background: url(../images/common/f-top1.png) no-repeat;
  background-size: 100%;
  background-position: center center;
  color: #fff;
}
footer .f-top:hover .icon,
footer .i-f-top:hover .icon {
  color: #fff;
}
footer .i-f-top {
  display: none;
}
footer .content ul li {
  margin-right: 10%;
}
footer .content ul li:last-child {
  margin-right: 0;
}
footer .content ul li a {
  display: block;
  color: #b5b5b6;
  line-height: 28px;
}
footer .content ul li a:hover {
  color: #fff;
}
footer .content .contact p {
  color: #b5b5b6;
}
footer .content .contact .info .code img {
  width: 98px;
}
footer .links span {
  color: #b5b5b6;
}
footer .links a {
  color: #b5b5b6;
}
footer .links a:hover {
  color: rgba(255, 255, 255, 0.7);
}
footer .copyright {
  border-top: 1px rgba(255, 255, 255, 0.2) solid;
}
footer .copyright p {
  color: #b5b5b6;
  font-size: 12px;
}
footer .copyright a {
  color: #b5b5b6;
  font-size: 12px;
  margin-left: 10px;
}
footer .copyright a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.position {
  height: 50px;
}
.position .content {
  height: 100%;
}
.position .category ul li a {
  display: flex;
  align-items: center;
  height: 50px;
}
.position .category ul li:hover,
.position .category ul li.active {
  background: #2dadd6;
}
.position .category ul li:hover a,
.position .category ul li.active a {
  color: #fff;
}
.breadcrumb {
  margin-bottom: 0rem;
  font-size: 14px;
  color: #2dadd6;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, "/");
  margin-top: 2px;
}
.breadcrumb-item {
  display: flex;
  align-items: center;
}
.breadcrumb-item a {
  color: #727272;
  font-size: 14px;
}
.breadcrumb-item a:hover {
  color: #2dadd6 !important;
}
/* 翻页 start */
.pagination-box {
  text-align: center;
  line-height: 32px;
  color: #595959;
}
.pagination-box select {
  margin: 0 8px;
}
.pagination-box a,
.pagination-box span {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #e2e2e2;
  border-radius: 2px;
  text-align: center;
  margin-right: 8px;
  cursor: pointer;
  vertical-align: top;
  color: #666;
  font-size: 14px;
}
.pagination-box a:last-child,
.pagination-box span:last-child {
  margin-right: 0;
}
.pagination-box a.active,
.pagination-box span.active,
.pagination-box a.current,
.pagination-box span.current,
.pagination-box a:hover,
.pagination-box span:hover {
  background-color: #2dadd6;
  border-color: #2dadd6;
  color: #fff !important;
}
.pagination-box select {
  height: 32px;
  border: 1px solid #e2e2e2;
  box-sizing: border-box;
}
.pagination-box .prev_disabled,
.pagination-box .next_disabled {
  background-color: transparent !important;
  border-color: #e2e2e2 !important;
  color: #e2e2e2 !important;
  cursor: no-drop;
}
.pagination-box .prev_disabled:hover,
.pagination-box .next_disabled:hover {
  color: #e2e2e2 !important;
}
.pagination-box .page_num {
  border: none;
}
.pagination-box .prev::before,
.pagination-box .prev_disabled::before {
  content: '<';
}
.pagination-box .next::before,
.pagination-box .next_disabled::before {
  content: '>';
}
/* 翻页 end */
.common-pagination span {
  margin: 0 2px;
}
.searchlist-input-container {
  display: flex;
  width: 50%;
  height: 60px;
  border-radius: 8px;
  padding-left: 16px;
  overflow: hidden;
  border: 1px #ddd solid;
}
.searchlist-input-container .key {
  flex: 1;
  font-size: 14px;
  color: #727272;
}
.searchlist-input-container button {
  height: 60px;
  color: #fff;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.searchlist-input-container button:hover .icon {
  color: #2dadd6;
}
.home-swiper-container {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 2;
}
.home-swiper-container .home-swiper {
  width: 100%;
  height: 100%!important;
}
.home-swiper-container .home-swiper .last-swiper-slide {
  background-color: yellowgreen;
  overflow-y: auto;
}
.home-swiper-container .home-swiper .last-swiper-slide .h1 {
  height: 1200px;
}
.product-activity .content {
  background-color: rgba(9, 2, 4, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
}
.product-activity .content .w1400 {
  height: 50px;
}
.product-activity .content p .icon {
  color: #2dadd6;
}
.product-activity .content .info {
  height: 30px;
}
.product-activity .content .info .info-container {
  height: 100%;
}
.product-activity .content .info .info-container .swiper-slide {
  height: 100%;
}
.product-activity .content .info .info-container .swiper-slide a {
  height: 100%;
  display: flex;
  align-items: center;
}
.product-activity .content .info .info-container .swiper-slide a h4 {
  line-height: 30px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.product-activity .content .info .info-container .swiper-slide a:hover h4 {
  color: #2dadd6;
}
/*产品中心*/
.product .content .product-left-width {
  width: 326px;
  padding-right: 40px;
  margin-right: 40px;
  border-right: 1px #ddd solid;
}
.product .content .product-filter .product-head form {
  display: flex;
  height: 44px;
  border: 1px #ddd solid;
}
.product .content .product-filter .product-head form input {
  width: calc(100% - 42px);
}
.product .content .product-filter .product-head form button {
  height: 100%;
  width: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product .content .product-filter .product-head form button:hover .icon {
  color: #2dadd6;
}
.product .content .product-filter .sort .title {
  border-bottom: 1px #ddd solid;
}
.product .content .product-filter .sort .title span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 30px;
  background-color: #fafafa;
  border: 1px #ddd solid;
  cursor: pointer;
  transition: 0.5s;
}
.product .content .product-filter .sort .title span:hover {
  border-color: #2dadd6;
  background-color: #2dadd6;
  color: #fff;
}
.product .content .product-filter .sort ul li {
  border-bottom: 1px #f2f2f2 solid;
}
.product .content .product-filter .sort ul li .condition {
  cursor: pointer;
}
.product .content .product-filter .sort ul li .condition .icon {
  transform: rotate(180deg);
  transition: 0.5s;
}
.product .content .product-filter .sort ul li .condition:hover h4 {
  color: #727272;
}
.product .content .product-filter .sort ul li .condition:hover .icon {
  color: #2dadd6;
}
.product .content .product-filter .sort ul li .options a {
  padding: 10px 16px;
  background-color: #f5f5f5;
  margin-right: 10px;
  margin-top: 10px;
  transition: 0.5s;
  display: inline-block;
}
.product .content .product-filter .sort ul li .options a:hover,
.product .content .product-filter .sort ul li .options a.active {
  color: #fff;
  background-color: #2dadd6;
}
.product .content .product-filter .sort ul li.active .condition .icon {
  transform: rotate(0);
}
.product .content .product-filter .sort .close-filter {
  width: 100%;
  height: 40px;
  background-color: #2dadd6;
  justify-content: center;
  align-items: center;
}
.product .content .product-filter .product_kitchen_catname ul li a {
  height: 48px;
  border: 1px #eee solid;
  border-radius: 2px;
}
.product .content .product-filter .product_kitchen_catname ul li a:hover,
.product .content .product-filter .product_kitchen_catname ul li a.active {
  background-color: #2dadd6;
  border-color: #2dadd6;
}
.product .content .product-filter .product_kitchen_catname ul li a:hover h4,
.product .content .product-filter .product_kitchen_catname ul li a.active h4 {
  color: #fff;
}
.product .content .product-filter .product_kitchen_catname ul li a:hover .icon,
.product .content .product-filter .product_kitchen_catname ul li a.active .icon {
  color: #fff;
}
.product .content .product-list .info {
  border-bottom: 1px #e5e5e5 solid;
}
.product .content .product-list .info .condition a:hover {
  color: #2dadd6;
}
.product .content .product-list .info .condition a:hover .icon {
  color: #2dadd6;
}
.product .content .product-list .info .condition .filter {
  width: 200px;
  height: 48px;
  display: flex;
  background: #2b3137;
  cursor: pointer;
  transition: 0.5s;
}
.product .content .product-list .info .condition .filter:hover {
  background: #2dadd6;
}
.product .content .product-list .filter-product {
  display: none;
}
.product-list .loop ul li .item {
  border: 1px #ededed solid;
  transition: 0.5s;
  position: relative;
}
.product-list .loop ul li .item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  transition: 0.5s;
  overflow: hidden;
}
.product-list .loop ul li .item .img {
  position: relative;
  padding-top: 100%;
  background-color: #fff;
  overflow: hidden;
}
.product-list .loop ul li .item .img .d {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 65%;
  max-height: 65%;
  background-color: #fff;
}
.product-list .loop ul li .item .img .h {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 65%;
  max-height: 65%;
  background-color: #fff;
  opacity: 0;
  transition: 0.5s;
}
.product-list .loop ul li .item .img .h1 {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: 0.5s;
}
.product-list .loop ul li .item .text {
  position: relative;
  border-top: 1px #ededed solid;
}
.product-list .loop ul li .item .text h3,
.product-list .loop ul li .item .text h4 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.product-list .loop ul li .item .text .compared {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.product-list .loop ul li .item .text .compared .icon {
  transition: 0.5s;
}
.product-list .loop ul li .item .text .compared P {
  overflow: hidden;
  height: 0;
  transition: 0.5s;
}
.product-list .loop ul li .item .text .compared.cancel {
  background-color: #2dadd6;
}
.product-list .loop ul li .item .text .compared.cancel .icon {
  transform: rotate(45deg);
  color: #fff !important;
}
.product-list .loop ul li .item .text .compared.cancel P {
  overflow: hidden;
  height: 0 !important;
}
.product-list .loop ul li .item .text .btm {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background: #fff;
  height: 0;
  overflow: hidden;
  transition: 0.5s;
}
.product-list .loop ul li .item .text .btm a {
  width: 48%;
  height: 36px;
  border-radius: 2px;
  box-sizing: border-box;
  transition: 0.5s;
}
.product-list .loop ul li .item .text .btm a:first-child {
  background: #2dadd6;
}
.product-list .loop ul li .item .text .btm a:first-child:hover {
  color: #2dadd6;
  background: rgba(0, 0, 0, 0);
  border: 1px #2dadd6 solid;
}
.product-list .loop ul li .item .text .btm a:last-child {
  background: #eeeeee;
}
.product-list .loop ul li .item .text .btm a:last-child:hover {
  background: #2dadd6;
  color: #fff;
}
.product-list .loop ul li .item:hover {
  border-color: rgba(0, 0, 0, 0);
  z-index: 2;
}
.product-list .loop ul li .item:hover .img .h {
  opacity: 1;
  z-index: 1;
}
.product-list .loop ul li .item:hover .img .h1 {
  opacity: 1;
  z-index: 1;
}
.product-list .loop ul li .item:hover::before {
  bottom: -70px;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
}
.product-list .loop ul li .item:hover .text .compared .icon {
  color: #2dadd6;
}
.product-list .loop ul li .item:hover .text .compared p {
  height: 14px;
  line-height: 14px;
}
.product-list .loop ul li .item:hover .text .btm {
  height: 70px;
}
.product-browsing-history {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: -1;
  width: 0;
  overflow: hidden;
}
.product-browsing-history .content {
  position: absolute;
  right: -260px;
  top: 80px;
  bottom: 0;
  width: 260px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.5s;
}
.product-browsing-history .content .close-history {
  position: absolute;
  right: 16px;
  top: 16px;
  display: block;
  cursor: pointer;
}
.product-browsing-history .content ul li a {
  line-height: 32px;
  height: 32px;
  border-bottom: 1px #eee solid;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.product-browsing-history .content ul li a:hover {
  color: #2dadd6;
}
.product-browsing-history.active {
  width: 100%;
  z-index: 99;
}
.product-browsing-history.active .content {
  right: 0;
}
/*产品中心*/
/*首页*/
.index-nav {
  position: absolute;
  right: 6%;
  top: 0;
  bottom: 0;
  display: flex;
  margin: auto;
  justify-content: center;
  flex-direction: column;
  z-index: 99;
}
.index-nav li a {
  color: #b5b5b6;
}
.index-nav li a span {
  width: 58px;
  height: 51px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/index/section2-bg1.png) no-repeat;
  background-size: 100%;
  background-position: center center;
  transition: 0.5s;
}
.index-nav li.active a,
.index-nav li:hover a {
  color: #2dadd6;
}
.index-nav li.active a span,
.index-nav li:hover a span {
  background: url(../images/index/section2-bg2.png) no-repeat;
  background-size: 100%;
  background-position: center center;
}
.index-nav li.active a span .icon,
.index-nav li:hover a span .icon {
  color: rgba(255, 255, 255, 0.8);
}
.home-banner {
  height: 100vh;
}
.home-banner .index-container,
.home-banner .m-index-container {
  height: 100%;
}
.home-banner .index-container .swiper-slide,
.home-banner .m-index-container .swiper-slide {
  height: 100%;
}
.home-banner .index-container .swiper-slide img,
.home-banner .m-index-container .swiper-slide img {
  transition: 1s linear 2s;
  transform: scale(1.05, 1.05);
}
.home-banner .index-container .swiper-slide-active img,
.home-banner .m-index-container .swiper-slide-active img {
  transition: 6s linear;
  transform: scale(1, 1);
}
.home-banner .swiper-pagination {
  position: absolute;
  bottom: 40px;
  display: flex;
  left: 0;
  right: 0;
  justify-content: center;
  align-items: center;
}
.home-banner .swiper-pagination span {
  margin: 0 10px !important;
  opacity: 1;
  background-color: #b9bbbd;
}
.home-banner .swiper-pagination-bullet .rect-box {
  position: absolute;
  left: -10px;
  top: -10px;
  width: 27px;
  height: 27px;
  box-sizing: border-box;
  position: relative;
  display: none;
}
.home-banner .swiper-pagination-bullet .rect {
  width: 13px;
  height: 27px;
  box-sizing: border-box;
  position: absolute;
  overflow: hidden;
  top: 0;
}
.home-banner .swiper-pagination-bullet .rect > div {
  width: 27px;
  height: 27px;
  border: 2px solid transparent;
  border-radius: 50%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  z-index: 3;
  transform: rotate(45deg);
}
.home-banner .swiper-pagination-bullet .left {
  left: 0;
}
.home-banner .swiper-pagination-bullet .left .circle {
  border-bottom: 2px solid #666;
  border-left: 2px solid #666;
  left: 0;
  animation: left 4.8s linear forwards;
}
.home-banner .swiper-pagination-bullet .right {
  right: 0;
}
.home-banner .swiper-pagination-bullet .right .circle {
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  border-left: 2px solid #51c551;
  border-bottom: 2px solid #fff;
  right: 0;
  animation: right 4.8s linear forwards;
}
.home-banner .swiper-pagination-bullet-active {
  background-color: #2dadd6;
}
.home-banner .swiper-pagination-bullet-active .rect-box {
  display: block;
}
.home-banner .index-nav li.active a {
  color: #b5b5b6;
}
.home-banner .index-nav li.active a span {
  background: url(../images/index/section2-bg1.png) no-repeat;
  background-size: 100%;
  background-position: center center;
}
@keyframes right {
  0% {
    border-left: 2px solid #2dadd6;
    border-bottom: 2px solid #2dadd6;
    -webkit-transform: rotate(45deg);
  }
  50% {
    border-left: 2px solid #2dadd6;
    border-bottom: 2px solid #2dadd6;
    -webkit-transform: rotate(225deg);
  }
  100% {
    border-left: 2px solid #2dadd6;
    border-bottom: 2px solid #2dadd6;
    -webkit-transform: rotate(225deg);
  }
}
@keyframes left {
  0% {
    border-top: 2px solid #2dadd6;
    border-right: 2px solid #2dadd6;
    -webkit-transform: rotate(45deg);
  }
  50% {
    border-top: 2px solid #2dadd6;
    border-right: 2px solid #2dadd6;
    -webkit-transform: rotate(45deg);
  }
  100% {
    border-top: 2px solid #2dadd6;
    border-right: 2px solid #2dadd6;
    -webkit-transform: rotate(226deg);
  }
}
.home-product {
  height: 100vh;
  z-index: 2;
}
.home-product .product-container {
  height: 100%;
}
.home-product .product-container .swiper-slide img {
  transition: 1s linear 2s;
  transform: scale(1.05, 1.05);
}
.home-product .product-container .swiper-slide .recommend {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.26);
  visibility: hidden;
}
.home-product .product-container .swiper-slide .recommend .w1400 {
  height: 130px;
}
.home-product .product-container .swiper-slide .recommend .pro-container-content {
  width: calc(100% - 160px);
  position: relative;
  z-index: 10;
}
.home-product .product-container .swiper-slide .recommend .pro-container ul li {
  pointer-events: auto !important;
}
.home-product .product-container .swiper-slide .recommend .pro-container ul li a {
  position: relative;
  z-index: 3;
}
.home-product .product-container .swiper-slide .recommend .pro-container ul li a .img {
  height: 120px;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.home-product .product-container .swiper-slide .recommend .pro-container ul li a .img img {
  max-width: 100%;
  max-height: 100%;
  transition: 0.5s;
}
.home-product .product-container .swiper-slide .recommend .pro-container ul li a:hover .img img {
  transform: scale(1.1);
}
.home-product .product-container .swiper-slide .recommend .pro-container ul li a:hover h4 {
  color: #2dadd6;
}
.home-product .product-container .swiper-slide .recommend .product-next {
  width: 36px;
  height: 36px;
  border: 1px #fff solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
}
.home-product .product-container .swiper-slide .recommend .product-next:hover {
  border-color: #2dadd6;
  background: #2dadd6;
}
.home-product .product-container .swiper-slide-active img {
  transition: 6s linear;
  transform: scale(1, 1);
}
.home-product .product-container .swiper-slide-active .recommend {
  visibility: visible;
}
.home-kitchen-product {
  height: 100vh;
}
.home-kitchen-product .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  padding-top: 5.3%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.home-kitchen-product .text h2 {
  letter-spacing: 5px;
}
.home-kitchen-product .text h5,
.home-kitchen-product .text h2,
.home-kitchen-product .text .btn {
  transform: translateY(10px);
  opacity: 0;
}
.home-kitchen-product .text.active h5 {
  animation: gotop 0.3s linear forwards;
}
.home-kitchen-product .text.active h2 {
  animation: gotop 0.3s linear forwards;
  animation-delay: 0.1s;
}
.home-kitchen-product .text.active .btn {
  animation: gotop 0.3s linear forwards;
  animation-delay: 0.2s;
}
.home-kitchen-product .text .btn a {
  width: 108px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-kitchen-product .text .btn a:first-child {
  background: url(../images/common/main-bg1.png) no-repeat;
  background-size: 100%;
  background-position: center center;
}
.home-kitchen-product .text .btn a:last-child {
  background: url(../images/common/red-bg1.png) no-repeat;
  background-size: 100%;
  background-position: center center;
}
.home-kitchen-product .text .btn a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.home-about {
  height: 100vh;
}
.home-about .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 80px;
  padding-top: 8%;
  margin: auto;
  display: flex;
  flex-direction: column;
}
.home-about .text .desc {
  line-height: 30px;
  color: rgba(255, 255, 255, 0.7);
  width: 40%;
}
.home-about .text a {
  width: 174px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/common/main-bg2.png) no-repeat;
  background-size: 100%;
  background-position: center center;
}
.home-about .text a:hover {
  color: rgba(255, 255, 255, 0.8);
}
.home-about .text h2 {
  letter-spacing: 5px;
}
.home-about .text h5,
.home-about .text h2,
.home-about .text .desc,
.home-about .text a {
  transform: translateY(10px);
  opacity: 0;
}
.home-about .text.active h5 {
  animation: gotop 0.3s linear forwards;
}
.home-about .text.active h2 {
  animation: gotop 0.3s linear forwards;
  animation-delay: 0.1s;
}
.home-about .text.active .desc {
  animation: gotop 0.3s linear forwards;
  animation-delay: 0.2s;
}
.home-about .text.active a {
  animation: gotop 0.3s linear forwards;
  animation-delay: 0.3s;
}
.home-about ol {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  top: 0;
  width: 21%;
  background: rgba(45, 173, 214, 0.6);
  padding: 8% 5% 5%;
  display: flex;
  flex-direction: column;
}
.home-about ol li {
  height: 25%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-top: 1px rgba(255, 255, 255, 0.2) solid;
}
.home-about ol li:first-child {
  border-top: none;
}
.home-about ol li div {
  line-height: 0.7;
}
.home-news .news-content {
  transform: translateY(10px);
  opacity: 0;
}
.home-news .news-content:nth-child(1).active {
  animation: gotop 0.3s linear forwards;
}
.home-news .news-content:nth-child(2).active {
  animation: gotop 0.3s linear forwards;
  animation-delay: 0.1s;
}
.home-news .news-content:nth-child(3).active {
  animation: gotop 0.3s linear forwards;
  animation-delay: 0.2s;
}
.home-news .item .news-item .img {
  padding-top: 54%;
  position: relative;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.home-news .item .news-item .text {
  border: 1px #ddd solid;
  border-bottom: none;
}
.home-news .item .news-item .text h4 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.home-news .item .news-item .text p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.home-news .item .news-item:hover img {
  transform: scale(1.1);
}
.home-news .item .news-item:hover h4 {
  color: #2dadd6;
}
.home-news .item ul {
  border: 1px #ddd solid;
  border-top: 1px #eee solid;
}
.home-news .item ul li a {
  line-height: 36px;
}
.home-news .item ul li a h4 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.home-news .item ul li a:hover h3 {
  color: #2dadd6;
}
#swiper-container1,
#swiper-container2 {
  width: 100%;
  height: 100vh;
}
#swiper-container2 .swiper-slide {
  height: auto;
  box-sizing: border-box;
  display: block;
}
@keyframes gotop {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/*首页*/
/*品牌概况*/
.about-page .section1 .info .desc {
  width: 53%;
}
.about-page .section1 .build {
  z-index: 2;
}
.about-page .section1 .build::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  z-index: -1;
  background: #eee;
}
.about-page .section1 .build span {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 80px;
  height: 42px;
  box-shadow: 0 2px 10px 2px rgba(0, 52, 69, 0.15);
  border-radius: 20px;
  background: #fff;
  z-index: 2;
}
.about-page .section1 .build h2 {
  font-size: 280px;
  line-height: 0.8;
}
.about-page .section1 .odds .container-fluid {
  box-shadow: 0 0 8px 3px rgba(83, 125, 138, 0.3);
  background: #fff;
}
.about-page .section1 .odds ul li .item {
  height: 200px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.about-page .section1 .video .btn {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.about-page .section1 .video:hover .btn .icon,
.about-page .section1 .video:hover .btn p {
  color: #2dadd6;
}
.about-page .section2 .content {
  background: url(../images/about/about-section2-bg.jpg);
  background-size: cover;
  background-position: center center;
}
.about-page .section2 .content .text {
  padding: 200px 0;
}
.about-page .section2 .content .text .desc {
  color: rgba(255, 255, 255, 0.8);
  line-height: 30px;
}
.about-page .section2 .odds {
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
}
.about-page .section2 .odds ul li .item {
  height: 100%;
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.about-page .section2 .odds ul li .item h3 {
  display: flex;
  align-items: flex-start;
}
.about-page .section2 .odds ul li:last-child .item {
  border-right: 1px rgba(0, 0, 0, 0.1) solid;
}
.about-page .section3 .content {
  padding: 80px 0 160px;
  background-image: linear-gradient(#feffff, #fefeff, #fcfcfd, #f9fbfc, #f6f8fa, #f1f4f7, #edf1f6, #e9eef4);
}
.about-page .section3 .content .img {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.about-page .section3 .content .img img {
  max-width: 90%;
}
.about-page .section3 .honor {
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  transform: translateY(-60px);
}
.about-page .section3 .honor .tab-content ul li .img {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.about-page .section3 .honor .tab-content ul li .img img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
}
.about-page .section3 .honor .nav {
  border-bottom: 1px #e5e5e5 solid;
}
.about-page .section3 .honor .nav li {
  margin-right: 10px;
}
.about-page .section3 .honor .nav li:last-child {
  margin-right: 0;
}
.about-page .section3 .honor .nav li a {
  position: relative;
}
.about-page .section3 .honor .nav li a::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background: #2dadd6;
  transition: 0.5s;
}
.about-page .section3 .honor .nav li a.active,
.about-page .section3 .honor .nav li a:hover {
  color: #2dadd6;
}
.about-page .section3 .honor .nav li a.active::before,
.about-page .section3 .honor .nav li a:hover::before {
  width: 100%;
}
.about-page .section3 .honor .coomon-btns {
  position: absolute;
  top: -40px;
  right: 0;
  display: flex;
  align-items: center;
}
.about-page .section3 .honor .coomon-btns div {
  width: 36px;
  height: 36px;
  border: 1px #ddd solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.about-page .section3 .honor .coomon-btns div:hover {
  border-color: #2dadd6;
  background-color: #2dadd6;
}
.about-page .section3 .honor .coomon-btns div:hover .icon {
  color: #fff;
}
.about-page .section3 .honor .coomon-btns .icon:hover {
  color: #2dadd6;
}
.about-page .section4 {
  background-color: #2dadd6;
  padding: 150px 0;
}
.about-page .section4 .text h5 {
  color: rgba(255, 255, 255, 0.8);
}
.about-page .section4 .text ul li p {
  color: rgba(255, 255, 255, 0.9);
}
.about-page .section5 ul li .img {
  margin-left: -1px;
  margin-top: -1px;
  position: relative;
  height: 122px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px #e5e5e5 solid;
  transition: 0.5s;
}
.about-page .section5 ul li .img img {
  max-width: 90%;
  max-height: 90%;
}
.about-page .section5 ul li .img .title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0;
  background-color: #2dadd6;
  overflow: hidden;
  transition: 0.5s;
}
.about-page .section5 ul li .img:hover {
  border-color: #2dadd6;
  z-index: 1;
}
.about-page .section5 ul li .img:hover .title {
  height: 28px;
  line-height: 28px;
}
/*品牌概况*/
.page-banner .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  padding-left: 100px;
}
.page-banner .text h2 {
  line-height: 1.5;
  letter-spacing: 3px;
}
.page-banner .app-info {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
}
.page-banner .app-info img {
  max-width: 140px;
}
.page-banner .app-info p {
  width: 50%;
}
.page-banner .join-text {
  position: absolute;
  left: 0;
  top: 24%;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
.page-banner .join-text h2 {
  line-height: 1.3;
  letter-spacing: 3px;
}
/*品牌历程*/
.course-list .video-link {
  position: relative;
  overflow: hidden;
  margin-top: 140px;
}
.course-list .video-link img {
  transition: 0.5s;
}
.course-list .video-link .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.course-list .video-link:hover img {
  transform: scale(1.1);
}
.course-list .content .title {
  width: 280px;
}
.course-list .content .course {
  width: calc(100% - 360px);
}
.course-list .content .course .item {
  position: relative;
}
.course-list .content .course .item .img {
  position: relative;
  padding-top: 60%;
  border-radius: 20px;
  margin-bottom: 60px;
}
.course-list .content .course .item h2 {
  position: absolute;
  left: 20px;
  bottom: -60px;
  font-size: 160px;
  line-height: 1;
}
.course-list .gallery {
  position: relative;
  z-index: 1;
}
.course-list .gallery::before {
  content: '';
  z-index: -1;
  position: absolute;
  left: 0;
  top: 28px;
  right: 0;
  height: 1px;
  background: #eeeeee;
}
.course-list .gallery ul li {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.course-list .gallery ul li span {
  width: 8px;
  height: 8px;
  background: #b5b5b6;
  border-radius: 50%;
}
.course-list .gallery ul li h4 {
  width: 78px;
  height: 40px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.course-list .gallery ul li:hover h4,
.course-list .gallery ul li.swiper-slide-thumb-active h4 {
  background: #2dadd6;
  color: #fff;
  transform: translateY(-30px);
}
.course-list .gallery .course-next {
  position: absolute;
  right: -50px;
  top: 0;
  width: 50px;
  height: 50px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 1px #ddd solid;
}
.course-list .gallery .course-next:hover {
  background: #2dadd6;
  border-color: #2dadd6;
}
.course-list .gallery .course-next:hover .icon {
  color: #fff;
}
/*品牌历程*/
/*迅达人文*/
.culture-page .section1 ul li a {
  border: 1px #eeeeee solid;
}
.culture-page .section1 ul li a .img {
  padding-top: 52%;
  position: relative;
  overflow: hidden;
}
.culture-page .section1 ul li a .img::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(45, 173, 214, 0.7);
  z-index: 1;
  transition: 0.5s;
  opacity: 0;
}
.culture-page .section1 ul li a .img .icon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  opacity: 0;
  transition: 0.5s;
  transform: translateY(16px);
}
.culture-page .section1 ul li a h3 {
  border-top: 1px #eeeeee solid;
}
.culture-page .section1 ul li a:hover .img::before {
  opacity: 1;
}
.culture-page .section1 ul li a:hover .img .icon {
  opacity: 1;
  transform: translateY(0);
}
.culture-page .btm .next,
.culture-page .btm .prev {
  width: 36px;
  height: 36px;
  border: 1px #e3e3e3 solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.culture-page .btm .next:hover,
.culture-page .btm .prev:hover {
  background: #2dadd6;
  border-color: #2dadd6;
}
.culture-page .btm .next:hover .icon,
.culture-page .btm .prev:hover .icon {
  color: #fff;
}
.culture-page .btm .common-pagination span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b5b5b6;
  margin: 2px;
  opacity: 1;
}
.culture-page .btm .common-pagination .swiper-pagination-bullet-active {
  background: #2dadd6;
}
.culture-page .section2 h2 {
  position: absolute;
  left: 0;
  right: 0;
  top: 18%;
}
.culture-page .section3 .item .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.culture-page .section3 .odds {
  border: 1px #eeeeee solid;
  border-radius: 8px;
}
.culture-page .section3 .odds ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.culture-page .section3 .odds ul li .img {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.culture-page .section3 .odds ul li .img img {
  max-height: 100%;
}
.culture-page .section3 .odds ul li p {
  min-height: 40px;
}
.culture-page .section4 .content {
  background: url(../images/about/culture-page-section4-bg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  padding: 140px 0;
}
.culture-page .section4 .content .text {
  width: 40%;
}
.culture-page .section4 .content .text h3 {
  color: #f2dddf;
  line-height: 0;
}
.culture-page .section4 .content .text h2 {
  color: #e30c0f;
}
.culture-page .section4 .content .text .desc {
  line-height: 36px;
}
.culture-page .section4 .m-text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 3%;
}
.culture-page .section4 .m-text h3 {
  color: #f2dddf;
  line-height: 0;
}
.culture-page .section4 .m-text h2 {
  color: #e30c0f;
}
.culture-page .section4 ul li a {
  border: 1px #eeeeee solid;
}
.culture-page .section4 ul li a .img {
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}
.culture-page .section4 ul li a .text {
  border-top: 1px #eeeeee solid;
}
.culture-page .section4 ul li a .text h3 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.culture-page .section4 ul li a .text p {
  line-height: 20px;
  height: 40px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.culture-page .section4 ul li a:hover .img::before {
  opacity: 1;
}
.culture-page .section4 ul li a:hover .img .icon {
  opacity: 1;
  transform: translateY(0);
}
.culture-page .section5 ul li .item {
  padding-top: 46%;
  position: relative;
}
.culture-page .section5 ul li .item .img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.culture-page .section5 ul li .item .img::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.7);
  z-index: 2;
}
.culture-page .section5 ul li .item .img img {
  width: 80%;
  height: 80%;
  transform: none;
  transition: transform 0.5s ease;
  object-fit: cover;
  max-height: 100%;
  border-radius: 10px;
}
.culture-page .section5 ul li.swiper-slide-prev .item .img {
  justify-content: flex-end;
}
.culture-page .section5 ul li.swiper-slide-active .item .img::before {
  opacity: 0;
}
.culture-page .section5 ul li.swiper-slide-active .item .img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.culture-page .section5 .section5-btm div {
  width: 36px;
  height: 36px;
  border: 1px #e3e3e3 solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  background: #fff;
}
.culture-page .section5 .section5-btm div.prev {
  left: 11.8%;
}
.culture-page .section5 .section5-btm div.next {
  right: 11.8%;
}
.culture-page .section5 .section5-btm div:hover {
  background: #2dadd6;
  border-color: #2dadd6;
}
.culture-page .section5 .section5-btm div:hover .icon {
  color: #fff;
}
/*迅达人文*/
/*终端形象*/
.setting-list .son-nav li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.setting-list .son-nav li:hover a,
.setting-list .son-nav li.active a {
  color: #2dadd6;
}
.setting-list .son-nav li:hover a .icon,
.setting-list .son-nav li.active a .icon {
  color: #2dadd6;
}
.setting-list .son-nav li:hover a::before,
.setting-list .son-nav li.active a::before {
  left: 0;
  right: 0;
}
.setting-list .setting-container .item .img {
  position: relative;
  overflow: hidden;
  padding-top: 45%;
}
.setting-list .setting-container .btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.setting-list .setting-container .btn div {
  width: 56px;
  height: 56px;
  border: 1px #fff solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.setting-list .setting-container .btn div.prev {
  left: 5%;
}
.setting-list .setting-container .btn div.next {
  right: 5%;
}
.setting-list .setting-container .btn div:hover {
  background: #2dadd6;
  border-color: #2dadd6;
}
.setting-list ul li {
  cursor: pointer;
}
.setting-list ul li .img {
  padding-top: 50%;
  position: relative;
  overflow: hidden;
}
.setting-list ul li:hover .img img {
  transform: scale(1.1);
}
/*终端形象*/
/*迅达视频*/
.video-list .nav a {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  border-bottom: 1px #dddddd solid;
  position: relative;
}
.video-list .nav a::before {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -1px;
  height: 1px;
  background: #2dadd6;
  transition: 0.5s;
}
.video-list .nav a:hover,
.video-list .nav a.active {
  color: #2dadd6;
}
.video-list .nav a:hover::before,
.video-list .nav a.active::before {
  left: 0;
  right: 0;
}
.video-list .nav a:first-child {
  border-right: 1px #dddddd solid;
}
.video-list .son-nav li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.video-list .son-nav li:hover a,
.video-list .son-nav li.active a {
  color: #2dadd6;
}
.video-list .son-nav li:hover a .icon,
.video-list .son-nav li.active a .icon {
  color: #2dadd6;
}
.video-list .son-nav li:hover a::before,
.video-list .son-nav li.active a::before {
  left: 0;
  right: 0;
}
.video-list .video .video-container {
  height: 660px;
}
.video-list .video .video-container ul li {
  height: calc(50% - 16px);
}
.video-list .video .video-container ul li a {
  border: 1px #eeeeee solid;
  height: 100%;
}
.video-list .video .video-container ul li a .img {
  height: calc(100% - 60px);
  position: relative;
  overflow: hidden;
}
.video-list .video .video-container ul li a .img::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(45, 173, 214, 0.7);
  z-index: 1;
  transition: 0.5s;
  opacity: 0;
}
.video-list .video .video-container ul li a .img .icon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  opacity: 0;
  transition: 0.5s;
  transform: translateY(16px);
}
.video-list .video .video-container ul li a h3 {
  height: 60px;
  border-top: 1px #eeeeee solid;
}
.video-list .video .video-container ul li a:hover .img::before {
  opacity: 1;
}
.video-list .video .video-container ul li a:hover .img .icon {
  opacity: 1;
  transform: translateY(0);
}
.video-list .btm .next,
.video-list .btm .prev {
  width: 36px;
  height: 36px;
  border: 1px #e3e3e3 solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.video-list .btm .next:hover,
.video-list .btm .prev:hover {
  background: #2dadd6;
  border-color: #2dadd6;
}
.video-list .btm .next:hover .icon,
.video-list .btm .prev:hover .icon {
  color: #fff;
}
.video-list .btm .common-pagination span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b5b5b6;
  margin: 2px;
  opacity: 1;
}
.video-list .btm .common-pagination .swiper-pagination-bullet-active {
  background: #2dadd6;
}
/*迅达视频*/
/*迅达资讯*/
.news-list .son-nav li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-list .son-nav li:hover a,
.news-list .son-nav li.active a {
  color: #2dadd6;
}
.news-list .son-nav li:hover a .icon,
.news-list .son-nav li.active a .icon {
  color: #2dadd6;
}
.news-list .son-nav li:hover a::before,
.news-list .son-nav li.active a::before {
  left: 0;
  right: 0;
}
.news-list ul li .new .text {
  width: 34%;
  border: 1px #e5e5e5 solid;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.news-list ul li .new .text p {
  line-height: 30px;
}
.news-list ul li .new .text i {
  height: 28px;
  width: 108px;
  background: url(../images/common/common-shape.png) no-repeat;
  background-size: 100%;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.news-list ul li .new .text i:hover {
  color: #fff;
}
.news-list ul li .new .text i:hover .icon {
  color: #fff;
}
.news-list ul li .new .text i:hover {
  transform: translateY(-10px);
}
.news-list ul li .new .img {
  width: 66%;
  overflow: hidden;
}
.news-list ul li .new .img img {
  transition: 0.5s;
}
.news-list ul li .new:hover h4 {
  color: #2dadd6;
}
.news-list ul li .new:hover img {
  transform: scale(1.05);
}
.news-list ul li .item .img {
  padding-top: 65%;
  position: relative;
  overflow: hidden;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.news-list ul li .item .text {
  border: 1px #e5e5e5 solid;
  border-top: none;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  overflow: hidden;
}
.news-list ul li .item .text h4 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.news-list ul li .item .text p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.news-list ul li .item:hover img {
  transform: scale(1.05);
}
.news-list ul li .item:hover h4 {
  color: #2dadd6;
}
/*迅达资讯*/
/*招商加盟*/
.join-page .section1 ul li .item {
  height: 178px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: -1px;
  margin-top: -1px;
  border: 1px #eee solid;
  position: relative;
  overflow: hidden;
}
.join-page .section1 ul li .item img {
  opacity: 0;
}
.join-page .section1 ul li .item:hover img {
  opacity: 1;
  z-index: 1;
  transform: scale(1.05);
}
.join-page .btn a {
  width: 144px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.join-page .btn a:first-child {
  background: url(../images/about/main-bg1.png) no-repeat;
  background-size: 100%;
  background-position: center center ;
}
.join-page .btn a:last-child {
  background: url(../images/about/black-bg1.png) no-repeat;
  background-size: 100%;
  background-position: center center ;
}
.join-page .btn a:hover {
  color: #fff;
  transform: translateY(-10px);
}
.join-page .section2 .content {
  border-radius: 8px;
  overflow: hidden;
}
.join-page .section2 .content ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 15%;
  bottom: 20%;
  display: flex;
  margin: auto;
  justify-content: space-between;
}
.join-page .section2 .content ul li {
  position: relative;
  height: 100%;
}
.join-page .section2 .content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #45a4cd;
}
.join-page .section2 .content ul li::after {
  content: '';
  position: absolute;
  left: -1px;
  width: 3px;
  top: 0;
  height: 84px;
  background: #2dadd6;
}
.join-page .section2 .content ul li:nth-child(odd) {
  transform: translateY(40px);
}
.join-page .section2 .content ul li div {
  line-height: 0.7;
}
.join-page .section2 .content ul li div h3 {
  line-height: 0.7;
}
.join-page .section2 .content h5 {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0081b8;
}
.join-page .section3 .content {
  border-radius: 8px;
  overflow: hidden;
}
.join-page .section3 .content ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 15%;
  bottom: 20%;
  display: flex;
  margin: auto;
  justify-content: space-between;
}
.join-page .section3 .content ul li {
  position: relative;
  height: 100%;
}
.join-page .section3 .content ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
}
.join-page .section3 .content ul li::after {
  content: '';
  position: absolute;
  left: -1px;
  width: 3px;
  top: 0;
  height: 84px;
  background: rgba(255, 255, 255, 0.8);
}
.join-page .section3 .content ul li:nth-child(2) {
  transform: translateY(40px);
}
.join-page .section3 .content ul li:nth-child(3) {
  transform: translateY(80px);
}
.join-page .section3 .content ul li div {
  line-height: 0.7;
}
.join-page .section3 .content ul li div h3 {
  line-height: 0.7;
}
.join-page .section3 .content h5 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 70px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
}
.join-page .section4 .title {
  font-size: 160px;
}
.join-page .section4 .content {
  z-index: 1;
}
.join-page .section4 .content::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 48px;
  height: 1px;
  background-color: #eee;
  z-index: -1;
}
.join-page .section4 .content ul {
  display: flex;
  justify-content: space-between;
}
.join-page .section4 .content ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.join-page .section4 .content ul li .img {
  border-radius: 50%;
  width: 98px;
  height: 98px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.join-page .section4 .content ul li .img img {
  max-width: 80%;
  max-height: 80%;
}
.join-page .section5 .nav li a {
  position: relative;
  display: flex;
  align-items: center;
}
.join-page .section5 .nav li a::before {
  content: '';
  width: 84px;
  height: 6px;
  display: flex;
  justify-content: center;
  margin: 0 10px;
  align-items: center;
  background: url(../images/about/line.png) no-repeat;
  background-size: 100%;
  background-position: center center;
}
.join-page .section5 .nav li a.active,
.join-page .section5 .nav li a:hover {
  color: #2dadd6;
}
.join-page .section5 .nav li:first-child a::before {
  content: none;
}
.join-page .section5 .tab-content ul li a {
  padding-bottom: 80px;
}
.join-page .section5 .tab-content ul li a .img {
  padding-top: 46%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.join-page .section5 .tab-content ul li a .text {
  position: absolute;
  left: 6%;
  right: 6%;
  bottom: 0;
  height: 160px;
  border-radius: 10px;
  box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.join-page .section5 .tab-content ul li a .text h3 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.join-page .section5 .tab-content ul li a .text .desc {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  white-space: normal;
  overflow: hidden;
}
.join-page .section5 .tab-content ul li a:hover img {
  transform: scale(1.04);
}
.join-page .section5 .tab-content ul li a:hover h3 {
  color: #2dadd6;
}
.join-page .section5 .tab-content .btn {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 80px;
}
.join-page .section5 .tab-content .btn div {
  width: 36px;
  height: 36px;
  border: 1px #fff solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.join-page .section5 .tab-content .btn div.prev {
  left: 5%;
}
.join-page .section5 .tab-content .btn div.next {
  right: 5%;
}
.join-page .section5 .tab-content .btn div:hover {
  background: #2dadd6;
  border-color: #2dadd6;
}
.message form .item {
  display: flex;
  position: relative;
}
.message form .item input {
  border: 1px #e1e1e1 solid;
  border-radius: 6px;
  height: 60px;
  width: 100%;
  font-size: 14px;
  color: #999;
  padding: 0 6px;
  box-sizing: border-box;
}
.message form .item input:focus {
  border-color: #2dadd6;
}
.message form .error span {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 12px;
  color: red;
}
.message form textarea {
  width: 100%;
  height: 160px;
  border: 1px #e1e1e1 solid;
  border-radius: 6px;
  padding: 1rem 6px;
  box-sizing: border-box;
  font-size: 14px;
  color: #999;
  resize: none;
}
.message form textarea:focus {
  border-color: #2dadd6;
}
.message form .btn-1 {
  display: flex;
  width: 284px;
  justify-content: center;
  align-items: center;
  height: 50px;
  border-radius: 6px;
  margin: auto;
  background: url(../images/about/button-bg.png) no-repeat;
  background-size: 100%;
  background-position: center center;
}
/*招商加盟*/
/*服务中心*/
.service-page .section1 .left .title {
  position: absolute;
  left: 0;
  top: 0;
}
.service-page .section1 .left .title p {
  color: rgba(255, 255, 255, 0.8);
}
.service-page .section1 .left .tel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 64px;
  background: #2dadd6;
}
.service-page .section1 .left .tel a {
  width: 108px;
  height: 32px;
  background: url(../images/common/white-bg1.png) no-repeat;
  background-size: 100%;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  overflow: hidden;
}
.service-page .section1 .left .tel a:hover {
  color: #2dadd6;
  width: 130px;
}
.service-page .section1 .right .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.service-page .section1 .right .text ul {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.service-page .section1 .right .text a {
  width: 108px;
  height: 32px;
  background: url(../images/common/main-bg1.png) no-repeat;
  background-size: 100%;
  background-position: center center;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  overflow: hidden;
}
.service-page .section1 .right .text a:hover {
  color: #fff;
  width: 130px;
}
.service-page .section2 .text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.service-page .section2 .text h2 {
  line-height: 0.7;
}
.service-page .section2 .text form select {
  display: block;
  width: 516px;
  height: 56px;
  border: 1px #ddd solid;
  color: #333;
}
.service-page .section2 .text form button {
  width: 240px;
  height: 50px;
  background: #2dadd6;
  border: 1px #2dadd6 solid;
  transition: 0.5s;
}
.service-page .section2 .text form button:hover {
  color: #2dadd6;
  background: #fff;
}
.service-page .section2 .text ul {
  width: 100%;
}
.service-page .section2 .text ul li {
  margin: 0 5%;
}
.service-page .section3 ul li .item {
  height: 248px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
}
.service-page .section3 ul li .item .icon {
  transition: 0.5s;
}
.service-page .section3 ul li .item:hover p {
  color: #2dadd6;
}
.service-page .section3 ul li .item:hover .icon {
  transform: translateY(-10px);
}
.pop-ups-form {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999999;
  display: none;
  justify-content: center;
  align-items: center;
}
.pop-ups-form form {
  width: 520px;
  background-image: linear-gradient(#daf1f8, #e3f4fa, #eff9fc, #f6fbfd, #ffffff 20%, #ffffff 50%, #ffffff 80%, #f6fbfd, #eff9fc, #e3f4fa, #daf1f8);
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.pop-ups-form form .item {
  position: relative;
}
.pop-ups-form form .item span {
  display: none;
}
.pop-ups-form form .item select {
  border: 1px #dbeaf4 solid;
  width: 100%;
  display: flex;
  align-items: center;
  height: 46px;
  color: #727272;
  background: #fff;
}
.pop-ups-form form .item select:focus {
  border-color: #2dadd6;
}
.pop-ups-form form .item select::-webkit-input-placeholder {
  font-family: "Arial", "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  color: #ccc;
}
.pop-ups-form form .item select:-moz-placeholder {
  font-family: "Arial", "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  color: #ccc;
}
.pop-ups-form form .item select::-moz-placeholder {
  font-family: "Arial", "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  color: #ccc;
}
.pop-ups-form form .item select:-ms-input-placeholder {
  font-family: "Arial", "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  color: #ccc;
}
.pop-ups-form form .item input {
  border: 1px #dbeaf4 solid;
  width: 100%;
  display: flex;
  align-items: center;
  height: 46px;
  color: #727272;
}
.pop-ups-form form .item input:focus {
  border-color: #2dadd6;
}
.pop-ups-form form .item.error input {
  box-shadow: 0 0 5px 1px rgba(255, 0, 0, 0.2);
}
.pop-ups-form form .item textarea {
  border: 1px #dbeaf4 solid;
  width: 100%;
  display: flex;
  align-items: center;
  height: 116px;
  color: #727272;
  background: none;
}
.pop-ups-form form .item textarea:focus {
  border-color: #2dadd6;
}
.pop-ups-form form .area .distpicker {
  display: flex;
  justify-content: space-between;
}
.pop-ups-form form .area .distpicker select {
  border: 1px #dbeaf4 solid;
  width: 32.4%;
  display: flex;
  align-items: center;
  height: 46px;
  color: #727272;
  background: #fff;
}
.pop-ups-form form .area .distpicker select:focus {
  border-color: #2dadd6;
}
.pop-ups-form form button {
  width: 234px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/service/service-form-button-bg.png) no-repeat;
  background-size: 100%;
  background-position: center center ;
}
.pop-ups-form form .pop-ups-close {
  position: absolute;
  right: 4%;
  top: 4%;
  cursor: pointer;
}
.pop-ups-form form .pop-ups-close .icon {
  color: #b9bbbd;
}
.pop-ups-form form .pop-ups-close:hover .icon {
  color: #2dadd6;
}
/*服务中心*/
/*关于服务*/
.service-list .son-nav li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service-list .son-nav li:hover a,
.service-list .son-nav li.active a {
  color: #2dadd6;
}
.service-list .son-nav li:hover a .icon,
.service-list .son-nav li.active a .icon {
  color: #2dadd6;
}
.service-list .son-nav li:hover a::before,
.service-list .son-nav li.active a::before {
  left: 0;
  right: 0;
}
.service-list ul {
  padding: 2px 0;
}
.service-list ul li {
  border: 1px #ddd solid;
  margin-top: -1px;
}
.service-list ul li:nth-child(even) {
  background: #fff;
}
.service-list ul li .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.service-list ul li .title h3 {
  display: flex;
  align-items: center;
  transition: 0.5s;
  color: #2dadd6;
}
.service-list ul li .title h3 span {
  width: 24px;
  height: 26px;
  border-radius: 2px;
  background: #2dadd6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.service-list ul li .title:hover h3 {
  color: #2dadd6;
}
.service-list ul li .title .fx .a {
  display: none;
}
.service-list ul li .title .fx .b {
  display: block;
}
.service-list ul li .collapsed h3 {
  color: #2b3137;
}
.service-list ul li .collapsed .fx .a {
  display: block;
}
.service-list ul li .collapsed .fx .b {
  display: none;
}
.service-list ul li .desc {
  border-top: 1px #eee solid;
  line-height: 32px;
}
/*关于服务*/
.product-page .section1 .page-container .img {
  padding-top: 80%;
  position: relative;
  overflow: hidden;
}
.product-page .section1 .page-container .img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  margin: auto;
  max-width: 70%;
  max-height: 70%;
}
.product-page .section1 .page-container .hide {
  opacity: 0;
}
.product-page .section1 .page-container .button-next,
.product-page .section1 .page-container .button-prev {
  position: absolute;
  top: 48%;
  bottom: 0;
  z-index: 2;
}
.product-page .section1 .page-container .button-next:hover .icon,
.product-page .section1 .page-container .button-prev:hover .icon {
  color: #2dadd6;
}
.product-page .section1 .page-container .button-prev {
  left: 2%;
}
.product-page .section1 .page-container .button-next {
  right: 2%;
}
.product-page .section1 .product-thumbs {
  width: 60%;
  margin: auto;
}
.product-page .section1 .product-thumbs ul li .img {
  padding-top: 100%;
  position: relative;
  border: 1px #eee solid;
  background-color: #fff;
  cursor: pointer;
}
.product-page .section1 .product-thumbs ul li .img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  margin: auto;
  max-width: 95%;
  max-height: 95%;
}
.product-page .section1 .product-thumbs ul .swiper-slide-thumb-active .img {
  border: 1px #2dadd6 solid;
}
.product-page .section1 .text .desc {
  line-height: 30px;
  border-top: 1px #e5e5e5 solid;
}
.product-page .section1 .text .price {
  width: calc(100% - 124px);
  background-color: #f5f5f5;
  padding: 0 24px;
  height: 54px;
  display: flex;
  align-items: center;
}
.product-page .section1 .text .price i,
.product-page .section1 .text .price h4 {
  color: red;
}
.product-page .section1 .text .links .buy,
.product-page .section1 .text .links .reserve {
  width: 54px;
  height: 54px;
  flex-direction: column;
  transition: 0.5s;
}
.product-page .section1 .text .links .buy {
  border: 1px #2dadd6 solid;
  background-color: #2dadd6;
}
.product-page .section1 .text .links .buy:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #2dadd6;
}
.product-page .section1 .text .links .buy:hover .icon {
  color: #2dadd6;
}
.product-page .section1 .text .links .reserve {
  border: 1px #eee solid;
  background: #fff;
}
.product-page .section1 .text .links .reserve:hover {
  background-color: #2dadd6;
  color: #fff;
}
.product-page .section1 .text .links .reserve:hover .icon {
  color: #fff;
}
.product-page .section1 .text .links .store {
  height: 55px;
  background: #2b3137;
  position: relative;
  z-index: 2;
}
.product-page .section1 .text .links .store::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #2dadd6;
  z-index: -1;
  transition: 0.5s;
}
.product-page .section1 .text .links .store:hover {
  color: #fff;
}
.product-page .section1 .text .links .store:hover::before {
  width: 100%;
}
.product-page .section1 .text .history:hover {
  color: #2dadd6;
}
.product-page .section1 .text .history:hover .icon {
  color: #2dadd6;
}
.product-page .section2 .title {
  border-bottom: 1px #e5e5e5 solid;
}
.product-page .section2 .title ol li a {
  position: relative;
  transition: 0.5s;
}
.product-page .section2 .title ol li a::before {
  content: '';
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -1px;
  height: 1px;
  background: #2dadd6;
  transition: 0.5s;
}
.product-page .section2 .title ol li a:hover {
  color: #2b3137;
}
.product-page .section2 .title ol li a:hover::before {
  left: 0;
  right: 0;
}
.product-page .section2 .title ol li a.active {
  font-size: 30px !important;
  color: #2b3137;
}
.product-page .section2 .title ol li a.active::before {
  left: 0;
  right: 0;
}
.product-page .section2 .title .links .buy,
.product-page .section2 .title .links .reserve {
  width: 120px;
  height: 36px;
  transition: 0.5s;
}
.product-page .section2 .title .links .buy {
  border: 1px #2dadd6 solid;
  background-color: #2dadd6;
}
.product-page .section2 .title .links .buy:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #2dadd6;
}
.product-page .section2 .title .links .buy:hover .icon {
  color: #2dadd6;
}
.product-page .section2 .title .links .reserve {
  border: 1px #eee solid;
  background: #fff;
}
.product-page .section2 .title .links .reserve:hover {
  background-color: #2dadd6;
  color: #fff;
}
.product-page .section2 .title .links .reserve:hover .icon {
  color: #fff;
}
.product-page .section2 .title .links .store {
  width: 160px;
  height: 36px;
  background: #2b3137;
  position: relative;
  z-index: 2;
}
.product-page .section2 .title .links .store::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #2dadd6;
  z-index: -1;
  transition: 0.5s;
}
.product-page .section2 .title .links .store:hover {
  color: #fff;
}
.product-page .section2 .title .links .store:hover::before {
  width: 100%;
}
.product-page .section2 .details {
  line-height: 26px;
}
.product-page .section2 .details p img {
  max-width: 100%;
  vertical-align: middle;
}
/*集成厨房介绍*/
.kitchen-page .section1 .content {
  border-radius: 10px;
  overflow: hidden;
}
.kitchen-page .section1 .kitchen-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 6%;
  display: flex;
  align-items: center;
}
.kitchen-page .section1 .kitchen-nav ul {
  z-index: 2;
  width: 150px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.9), #000000 40%, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.4));
}
.kitchen-page .section1 .kitchen-nav ul li h4 {
  cursor: pointer;
  position: relative;
}
.kitchen-page .section1 .kitchen-nav ul .active h4 {
  font-weight: bold;
  background-color: #bc111a;
}
.kitchen-page .section1 .product-container a h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8) 40%, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  height: 36px;
  justify-content: center;
  align-items: center;
}
.kitchen-page .section1 .kitchen-section1-product ul li a {
  border: 1px #ededed solid;
  transition: 0.5s;
  position: relative;
}
.kitchen-page .section1 .kitchen-section1-product ul li a .img {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
  background-color: #fff;
}
.kitchen-page .section1 .kitchen-section1-product ul li a .img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 65%;
  max-height: 65%;
  transition: 0.5s;
}
.kitchen-page .section1 .kitchen-section1-product ul li a .text {
  border-top: 1px #ededed solid;
}
.kitchen-page .section1 .kitchen-section1-product ul li a:hover {
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
}
.kitchen-page .section1 .kitchen-section1-product ul li a:hover img {
  transform: scale(1.06);
}
.kitchen-page .section1 .kitchen-section1-product ul li a:hover h3 {
  color: #2dadd6;
}
.kitchen-page .section1 .more {
  width: 174px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/product/red-bg1.png) no-repeat;
  background-size: 100%;
  background-position: center center;
  margin: auto;
  overflow: hidden;
  transition: 0.5s;
}
.kitchen-page .section1 .more:hover {
  width: 190px;
  color: #fff;
}
.kitchen-page .section2 .text {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  margin: auto;
  flex-direction: column;
  justify-content: center;
}
.kitchen-page .section2 .text a {
  width: 174px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/product/white-bg.png) no-repeat;
  background-size: 100%;
  background-position: center center;
  color: #bc111a;
}
.kitchen-page .section3 ul {
  display: flex;
  justify-content: space-between;
}
.kitchen-page .section3 ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.kitchen-page .section3 ul li img {
  max-width: 80%;
}
.kitchen-page .section4 .consult {
  background: #f5f5f5;
  padding: 0 2% 0 12%;
}
.kitchen-page .section4 .consult .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.kitchen-page .section4 .consult .text a {
  width: 164px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/product/red-bg.png) no-repeat;
  background-size: 100%;
  background-position: center center;
  overflow: hidden;
  transition: 0.5s;
}
.kitchen-page .section4 .consult .text a:hover {
  color: #fff;
  width: 180px;
}
.kitchen-page .section4 .consult .img {
  width: 50%;
}
.kitchen-page .section4 .consult .img img {
  max-width: 100%;
}
.kitchen-page .section4 .tel,
.kitchen-page .section4 .code {
  position: relative;
  padding-top: 100%;
  background: #f5f5f5;
}
.kitchen-page .section4 .tel > div,
.kitchen-page .section4 .code > div {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.kitchen-page .section4 .tel > div .hei,
.kitchen-page .section4 .code > div .hei {
  height: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.kitchen-page .section4 .tel > div img,
.kitchen-page .section4 .code > div img {
  height: 50%;
}
.kitchen-page .section4 .tel > div .gz,
.kitchen-page .section4 .code > div .gz {
  width: 164px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/product/transparent-bg.png) no-repeat;
  background-size: 100%;
  background-position: center center;
  overflow: hidden;
  transition: 0.5s;
}
.kitchen-page .section4 .tel a:hover,
.kitchen-page .section4 .code a:hover {
  color: #bc111a;
}
.kitchen-page .section4 .code img {
  width: 150px;
}
/*集成厨房介绍*/
/*集成产品招商加盟*/
.product-join-page .btns a {
  width: 174px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/product/red-bg1.png) no-repeat;
  background-size: 100%;
  background-position: center center;
  overflow: hidden;
  transition: 0.5s;
}
.product-join-page .btns a:last-child {
  background: url(../images/product/gold-bg.png) no-repeat;
  background-size: 100%;
  background-position: center center;
}
.product-join-page .btns a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.product-join-page .section2 ul li .item {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 8px 2px rgba(95, 14, 18, 0.1);
  overflow: hidden;
}
.product-join-page .section2 ul li .item .text {
  position: relative;
  padding: 36px 32px 26px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  transition: 0.5s;
}
.product-join-page .section2 ul li .item .text h5 {
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  margin: auto;
  width: 116px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/product/product-join-page-section2-bg1.png) no-repeat;
  background-size: 100%;
  background-position: center center;
}
.product-join-page .section2 ul li .item .text h3 {
  line-height: 0.8;
  color: #bc111a;
}
.product-join-page .section2 ul li .item .text p {
  line-height: 26px;
  color: rgba(43, 49, 55, 0.7);
}
.product-join-page .section2 ul li .item .text:hover {
  background-color: #bc111a;
}
.product-join-page .section2 ul li .item .text:hover h5 {
  background: url(../images/product/product-join-page-section2-bg2.png) no-repeat;
  background-size: 100%;
  background-position: center center;
}
.product-join-page .section2 ul li .item .text:hover h3 {
  color: #ddc293;
}
.product-join-page .section2 ul li .item .text:hover h4 {
  color: #fff;
}
.product-join-page .section2 ul li .item .text:hover p {
  color: rgba(255, 255, 255, 0.7);
}
.product-join-page .section3 ul li .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.product-join-page .section3 ul li .item .img {
  width: 50%;
  padding-top: 50%;
  position: relative;
  border: 2px #e5e5e5 solid;
  border-radius: 50%;
}
.product-join-page .section3 ul li .item .img img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  max-width: 80%;
  max-height: 80%;
}
.product-join-page .section3 ul li .item h4 {
  color: #bc111a;
}
.product-join-page .section3 ul li .item p {
  line-height: 26px;
  color: rgba(43, 49, 55, 0.7);
}
.product-join-page .section4 {
  background: url(../images/product/product-join-page-section4-bg.jpg);
  background-size: cover;
}
.product-join-page .section4 .btm .next,
.product-join-page .section4 .btm .prev {
  width: 36px;
  height: 36px;
  border: 1px #e3e3e3 solid;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.product-join-page .section4 .btm .next:hover,
.product-join-page .section4 .btm .prev:hover {
  background: #bc111a;
  border-color: #bc111a;
}
.product-join-page .section4 .btm .next:hover .icon,
.product-join-page .section4 .btm .prev:hover .icon {
  color: #fff;
}
.product-join-page .section4 .btm .common-pagination span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #b5b5b6;
  margin: 2px;
  opacity: 1;
}
.product-join-page .section4 .btm .common-pagination .swiper-pagination-bullet-active {
  background: #bc111a;
}
.product-join-page .section5 ul li .item {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 0 8px 2px rgba(95, 14, 18, 0.1);
}
.product-join-page .section5 ul li .item img {
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
}
.product-join-page .section5 ul li .item h4 {
  color: #bc111a;
}
.product-join-page .section5 ul li .item a {
  width: 134px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/product/product-join-page-section5-bg1.png) no-repeat;
  background-size: 100%;
  background-position: center center;
}
.product-join-page .section5 ul li .item:hover img {
  opacity: 1;
}
.product-join-page .section5 ul li .item:hover h3,
.product-join-page .section5 ul li .item:hover h4 {
  color: #deaf6b;
}
.product-join-page .section5 ul li .item:hover h5 {
  color: #fff;
}
.product-join-page .section5 ul li .item:hover p {
  color: rgba(255, 255, 255, 0.7);
}
.product-join-page .section5 ul li .item:hover a {
  background: url(../images/product/product-join-page-section5-bg2.png) no-repeat;
  background-size: 100%;
  background-position: center center;
  color: #fff;
}
.product-join-page .message form .item input:focus {
  border-color: #bca06f;
}
.product-join-page .message form textarea:focus {
  border-color: #bca06f;
}
.product-join-page .message form .btn-1 {
  background: url(../images/product/product-join-page-section6-bg.png) no-repeat;
  background-size: 100%;
  background-position: center center;
}
/*集成产品招商加盟*/
.product-compared {
  position: fixed;
  left: 0;
  right: 0;
  bottom: -126px;
  background-color: #fff;
  z-index: 999;
  transition: 0.5s;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
}
.product-compared.active {
  bottom: 0;
}
.product-compared .title {
  height: 56px;
  padding: 0 6%;
}
.product-compared .title .switch span {
  cursor: pointer;
}
.product-compared .title .switch span:hover {
  color: #2dadd6;
}
.product-compared .title .switch span:hover .icon {
  color: #2dadd6;
}
.product-compared .title .switch .b {
  display: flex;
}
.product-compared .title .switch .a {
  display: none;
}
.product-compared .title .on .b {
  display: none;
}
.product-compared .title .on .a {
  display: flex;
}
.product-compared .info {
  height: 126px;
  border-top: 1px solid #ededed;
  padding: 0 6% 0 4%;
}
.product-compared .info ul {
  height: 100%;
}
.product-compared .info ul li {
  height: 100%;
  width: 25%;
  border-right: 1px solid #ededed;
  position: relative;
}
.product-compared .info ul li .contrast-item-empty {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-compared .info ul li .contrast-item-pro {
  height: 100%;
  display: flex;
  align-items: center;
}
.product-compared .info ul li .contrast-item-pro .icon {
  position: absolute;
  right: 2%;
  top: 4%;
  transform: rotate(45deg);
  cursor: pointer;
  z-index: 2;
}
.product-compared .info ul li .contrast-item-pro .icon:hover {
  color: #2dadd6;
}
.product-compared .info ul li .contrast-item-pro .img {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-compared .info ul li .contrast-item-pro .img img {
  max-width: 100%;
  max-height: 100%;
}
.product-compared .info .compared-btns a {
  width: 108px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/common/common-shape.png) no-repeat;
  background-size: 100%;
  background-position: center center;
}
.product-compared .info .compared-btns a:hover {
  color: #fff;
}
.product-compared .info .compared-btns span {
  width: 108px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.product-compared .info .compared-btns span:hover {
  color: #2dadd6;
}
.product-contrast ul li {
  display: flex;
}
.product-contrast ul li .contrast-name {
  border: 1px #eee solid;
  width: 120px;
  margin-top: -2px;
}
.product-contrast ul li .contrast-name .item {
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px #eee solid;
  margin-top: -1px;
  background-color: #f5f5f5;
}
.product-contrast ul li .contrast-name .product-name {
  height: 280px;
  background-color: #f5f5f5;
}
.product-contrast ul li .contrast-content {
  flex: 1;
  display: flex;
}
.product-contrast ul li .contrast-content .info {
  flex: 1 auto;
}
.product-contrast ul li .contrast-content .info .other-info {
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px #eee solid;
  margin-top: -1px;
  margin-left: -1px;
}
.product-contrast ul li .contrast-content .info .other-info:nth-child(odd) {
  background-color: #f5f5f5;
}
.product-contrast ul li .contrast-content .info .product-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 280px;
  border: 1px #eee solid;
  margin-top: -1px;
  margin-left: -1px;
  background-color: #f5f5f5;
}
.product-contrast ul li .contrast-content .info .product-info .img {
  width: 50%;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-contrast ul li .contrast-content .info .product-info .img img {
  max-width: 100%;
  max-height: 100%;
}
.product-contrast ul li .contrast-content .info .product-info .text h4 {
  color: #2dadd6;
}
/*移动端头部*/
.m-header {
  position: fixed;
  top: -100%;
  right: 0;
  left: 0;
  height: 100%;
  z-index: 9999;
  transition: 0.5s;
}
.m-header.active {
  top: 0;
}
.m-header .content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 30px 16px;
  overflow-y: auto;
}
.m-header .content .m-menu-close {
  display: flex;
  height: 22px;
  justify-content: end;
  align-items: center;
}
.m-header .content .m-menu-close .icon {
  transform: rotate(45deg);
  display: block;
}
.m-header .content > ul > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px #dcdcdc solid;
}
.m-header .content > ul > li > a .icon {
  transition: 0.5s;
}
.m-header .content > ul > li > a.active,
.m-header .content > ul > li > a:hover {
  color: #2b3137;
}
.m-header .content > ul > li > a.active .icon,
.m-header .content > ul > li > a:hover .icon {
  transform: rotate(45deg);
}
.m-header .content > ul > li .head-son-catname {
  display: none;
}
.m-header .content > ul > li .pro-son-catname ol {
  flex-wrap: wrap;
}
.m-header .content > ul > li .pro-son-catname ol li {
  width: 33.333%;
}
.m-header .content > ul > li .pro-son-catname ol li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.m-header .content > ul > li .about-son-catname ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.m-header .content > ul > li .about-son-catname ol li {
  width: 48%;
}
/*移动端头部*/
.store-wrap .store-search {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 100%;
  background-color: #f5f5f5;
  border-radius: 8px;
}
.store-wrap .store-search input {
  flex: 1;
  width: 100%;
  font-size: 14px;
  color: #999;
  padding-left: 10px;
}
.store-wrap .store-search .btn-1 {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.store-wrap .store-search .btn-1:hover .icon {
  color: #2dadd6;
}
.store-wrap .item {
  display: block;
}
.store-wrap .item .img {
  position: relative;
}
.store-wrap .item .img .make {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  visibility: hidden;
}
.store-wrap .item .img .make .icon-box {
  background-color: #2dadd6 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  border-radius: 50%;
}
.store-wrap .item .img .make .icon-box i {
  color: #FFF;
}
.store-wrap .item:hover .make {
  visibility: visible;
}
.store-wrap .body .title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.store-wrap .body .address {
  color: #808080;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.store-wrap .map-wrap {
  position: relative;
}
.store-wrap .map-wrap .map {
  height: 850px;
  width: 100%;
}
.store-wrap .map-wrap .map-marker-clusterer {
  position: relative;
  height: 52px;
  width: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: url("../images/map-icon.png") no-repeat;
  background-size: cover;
}
.store-wrap .map-wrap .search-form-content {
  position: absolute;
  left: 5%;
  top: 5%;
  z-index: 99;
  width: 460px;
  border-radius: 10px;
  overflow: hidden;
}
.store-wrap .map-wrap .search-form-content .store-ttile {
  height: 108px;
  background: url(../images/service/store-bg.png) #2dadd6 no-repeat;
  background-position: bottom right;
  padding-bottom: 24px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.store-wrap .map-wrap .search-form-content .search-form-wrap {
  background: #fff;
}
.store-wrap .map-wrap .search-form-content .search-form-wrap .icon-show-list {
  display: none;
}
.store-wrap .map-wrap .search-form-content .search-form-wrap .form-wrap {
  transform: translateY(-24px);
  height: 48px;
  background-color: #FFF;
  border: 1px solid #DEDEDE;
  overflow: hidden;
  -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.store-wrap .map-wrap .search-form-content .search-form-wrap .form-wrap .distpicker {
  width: 66.666%;
}
.store-wrap .map-wrap .search-form-content .search-form-wrap .form-wrap .item {
  width: 100%;
  height: 48px;
}
.store-wrap .map-wrap .search-form-content .search-form-wrap .form-wrap select {
  /*将默认的select选择框右侧三角清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: transparent;
  text-align: center;
  font-size: 14px;
  /*清除iIE的默认选择框样式*/
}
.store-wrap .map-wrap .search-form-content .search-form-wrap .form-wrap select::-ms-expand {
  display: none;
}
.store-wrap .map-wrap .search-form-content .search-form-wrap .form-wrap .row > div .item {
  text-align: center;
  border-right: 1px solid #dedede;
  display: flex;
  align-items: center;
  justify-content: center;
}
.store-wrap .map-wrap .search-form-content .search-form-wrap .form-wrap .row > div select {
  outline: 0;
  color: #000;
  background: transparent;
  -webkit-appearance: none !important;
  text-align-last: center !important;
  text-align: center !important;
  appearance: none;
  outline: none;
  border-radius: 0;
  width: 80px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.store-wrap .map-wrap .search-form-content .search-form-wrap .form-wrap .row > div select option {
  text-align: center;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.store-wrap .map-wrap .search-form-content .search-form-wrap .form-wrap .store_type {
  width: 33.333%;
}
.store-wrap .map-wrap .search-form-content .search-form-wrap .form-wrap .store_type .item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.store-wrap .map-wrap .search-form-content .search-form-wrap .sotre-list-wrap {
  height: 400px;
  overflow-y: auto;
}
.store-wrap .map-wrap .search-form-content .search-form-wrap .sotre-list-wrap ul li {
  padding: 16px 0;
  border-bottom: 1px #eee solid;
  cursor: pointer;
}
.store-wrap .map-wrap .search-form-content .search-form-wrap .sotre-list-wrap ul li h2 {
  display: flex;
  align-items: center;
}
.store-wrap .map-wrap .search-form-content .search-form-wrap .sotre-list-wrap ul li h2 label {
  width: 50px;
  height: 22px;
  background: #2dadd6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.store-wrap .map-wrap .search-form-content .search-form-wrap .sotre-list-wrap ul li:hover h2 {
  color: #2dadd6;
}
.store-wrap .map-wrap .search-form-content .search-form-wrap .sotre-list-wrap ul li:hover h2 label {
  color: #fff;
}
.store-wrap .map-wrap .content-window-card {
  position: relative;
  box-shadow: none;
  bottom: 0;
  left: 0;
  width: auto;
  padding: 0;
}
.store-wrap .map-wrap .custom-info {
  border: solid 1px silver;
}
.store-wrap .map-wrap .custom-info .colse {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 99999;
  cursor: pointer;
}
.store-wrap .map-wrap div.info-middle {
  font-size: 12px;
  padding: 10px 6px;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.store-wrap .map-wrap div.info-middle .content-box {
  position: relative;
  width: 300px;
  margin-left: 20px;
}
.store-wrap .map-wrap div.info-middle .content-box .store-title {
  padding: 4px 0 9px;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.store-wrap .map-wrap div.info-middle .content-box .store-title {
  line-height: 1.6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
}
.store-wrap .map-wrap div.info-middle .content-box .text {
  color: #787878;
  line-height: 1.6;
  letter-spacing: 0;
}
.store-wrap .map-wrap div.info-middle .content-box .text a {
  color: #787878;
}
.store-wrap .map-wrap div.info-middle .content-box label {
  padding: 4px 6px;
  color: #FFF;
  border-radius: 4px;
  margin-top: 10px;
}
.store-wrap .map-wrap div.info-middle .content-box label.label1 {
  background-color: #8cb25d;
}
.store-wrap .map-wrap div.info-middle .content-box label.label2 {
  background-color: #c5dc7a;
}
.store-wrap .map-wrap div.info-middle .content-box .distance {
  margin-bottom: 9px;
  font-size: 12px;
  color: #a6a6a6;
  font-weight: 700;
  letter-spacing: 0;
}
.store-wrap .map-wrap div.info-middle .img-box {
  width: 308px;
  height: 232px;
}
.store-wrap .map-wrap div.info-middle .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-detail .content {
  line-height: 24px;
  min-height: 200px;
}
.news-detail .content img {
  max-width: 100%;
  display: block;
  margin: auto;
}
.news-detail .news-detail-footer {
  border-top: 1px #f5f5f5 solid;
}
.news-detail .news-detail-footer a {
  font-size: 14px;
  color: #333;
}
.news-detail .news-detail-footer a:hover {
  color: #2dadd6;
}
.news-detail .related ul li .img {
  overflow: hidden;
}
.news-detail .related ul li .img img {
  transition: 0.5s;
}
.news-detail .related ul li a:hover img {
  transform: scale(1.1);
}
.news-detail .related ul li a:hover h4 {
  color: #2dadd6;
}
.news-detail .new ol li .img {
  width: 36%;
  overflow: hidden;
}
.news-detail .new ol li .img img {
  transition: 0.5s;
}
.news-detail .new ol li a:hover img {
  transform: scale(1.1);
}
.news-detail .new ol li a:hover h4 {
  color: #2dadd6;
}
.app-page {
  background-color: #f5f5f5;
}
.app-page .code .img img {
  width: 140px;
  border-radius: 8px;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.08);
}
.app-page .code ul li {
  display: flex;
}
.app-page .code ul li p {
  height: 38px;
  width: 216px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.5px solid #979797;
  margin-bottom: -1px;
  margin-left: -1px;
}
.app-page .app-img {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.app-page .app-img .img {
  width: 20%;
  margin: 2%;
}
.app-page .app-img .img img {
  width: 100%;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
}
.app-page .app-container .app-pagination span {
  margin: 0 2px;
}
