@charset "utf-8";
/*更新成功*/
:root {
  --radius5: 5px;
}
body::after {
  content: '';
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0,0,0,0.7);
  top: 0;
  left: 0;
  display: none;
}
body.active::after {
  display: block;
}

/*顶部横条*/
.topBar {
  background: url('../images/home/topBar.jpg') no-repeat center;
  height: 60px;
  background-size: cover !important;
  z-index: 10;
  width: 100%;
  top: 0;
  transition: all 0.5s;
  display: flex;
}
.topBar .topBar-box {
  position: relative;
  width: 90%;
  max-width: 1280px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.topBar .close {
  width: 10px;
  height: 100%;
  position: absolute;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.topBar .text {
  margin-right: 50px;
  /*margin-left: 120px;*/
}
.topBar .text a {
  background: url('../images/home/next1.png') no-repeat center right;
  padding-right: 10px;
  margin-left: 30px;
}
.topBar .text a:hover {
  text-decoration: underline;
}
.send {
  width: 100px;
  height: 48px;
  background: #024287;
  color: #ffff;
  text-align: center;
  line-height: 48px;
  border: 0;
}
.register {
  max-width: 350px;
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  display: none;
  width: 90%;
  bottom: 0;
  height: fit-content;
  max-height: 90vh;
  overflow: auto;
  z-index: 10;
}
.register .send {
  display: inline-block;
  width: 28%;
  height: 50px;
  line-height: 50px;
}
.register .send1 {
  background: #313131;
}
.register::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  position: fixed;
}
.register .registerTop {
  position: relative;
  z-index: 10;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}
.register .registerTop .close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.register .register-form {
  background: #fff;
  position: relative;
  z-index: 10;
  padding: 30px;
}
.register .register-form input {
  width: 100%;
  height: 50px;
  border: 1px solid #eee;
  margin-bottom: 20px;
}
.register .register-form button {
  width: 100%;
  height: 50px;
  background: var(--dominant-color);
  border: none;
  color: #fff;
}
.register .register-form .tip {
  margin-top: 10px;
  text-align: center;
}
.register .register-form .tip a {
  color: var(--dominant-color);
}
.register .register-form .tip a:hover {
  text-decoration: underline;
}
/*顶部*/
header {
  position: fixed;
  z-index: 10;
  width: 100%;
  transition: all 0.5s;
  top: 0;
}
header .header-menu {
  transition: all 0.5s;
  height: 54px;
  position: relative;
}
header.getActive {
  top: -60px;
}
header .section {
  height: 100%;
}
header .section .header-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
}
header .section .header-box .logo {
  filter: grayscale(1) brightness(100);
}
header .section .header-box .menu-box {
  height: 100%;
}
header .section .header-box .menu-box .menu-list {
  margin-left: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  color: #333;
}
header .section .header-box .menu-box .menu-list .firstItem {
  display: flex;
  align-items: center;
  height: 100%;
}
header .section .header-box .menu-box .menu-list .firstItem .firstItem-title {
  padding: 0 30px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
header .section .header-box .menu-box .menu-list .firstItem .firstItem-title a {
  color: rgba(255, 255, 255, 0.8);
}
header .section .header-box .menu-box .menu-list .firstItem .firstItem-title::after {
  content: '';
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #333;
  position: absolute;
  margin: auto;
  right: 0;
}
header .section .header-box .menu-box .menu-list .firstItem .firstItem-title:hover::after {
  width: 100%;
}
header .section .header-box .menu-box .menu-list .firstItem > a {
  font-size: 14px;
  height: 80px;
  line-height: 80px;
}
header .section .header-box .menu-box .menu-list .firstItem i {
  width: 7px;
  height: 4px;
  background: url('../images/home/menu-icon.png') no-repeat center;
  display: inline-block;
  margin-left: 6px;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box {
  position: absolute;
  top: 54px;
  background: #fff;
  width: 100%;
  left: 0;
  padding: 30px 0 30px;
  box-shadow: 0 20px 20px 10px rgba(0, 0, 0, 0.05);
  display: none;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section {
  display: flex;
  justify-content: space-between;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section.news-header-box {
  justify-content: center;
  flex-direction: row;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section.news-header-box .second-item-box {
  display: flex;
  justify-content: space-between;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section.news-header-box .second-item-box .second-item {
  width: calc(100% / 3);
  text-align: center;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section.news-header-box .second-item-box .second-item .news-img {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section.news-header-box .second-item-box .second-item .news-title {
  font-size: 18px;
  margin-top: 20px;
  display: block;
  color: #333;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section.support-header-box .second-box-support {
  justify-content: space-between;
  display: flex;
  width: 100%;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section.support-header-box .second-item-support {
  border-right: 1px solid #eee;
  width: 100%;
  margin-right: 30px;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section.support-header-box .second-item-support:last-child {
  border-right: none;
  margin-right: 0;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section.support-header-box .second-item-support-title {
  font-size: 18px;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section.support-header-box .second-item-support-summary {
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section.support-header-box .second-item-support-link {
  margin-top: 30px;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section.support-header-box .second-item-support-link a {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section.support-header-box .second-item-support-link a:hover {
  text-decoration: underline;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section .second-item-box {
  width: 65%;
  position: relative;
  display: flex;
}

header .section .header-box .menu-box .menu-list .firstItem .second-box .section .second-item-box .second-item-left {
  flex-basis: 25%;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section .second-item-box .second-item-right {
  flex-basis: 75%;
  border-left: 1px solid #e5e5e5;
  /*padding-left: 10%;*/
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section .second-item-box .second-item {
  margin-bottom: 30px;
  cursor: pointer;
  width: 100%;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section .second-item-box .second-item .second-item-title {
  font-size: 18px;
  color: #333;
  display: flex;
  align-items: center;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section .second-item-box .second-item .second-item-title img {
  margin-left: 10px;
  display: none;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section .second-item-box .second-item .second-item-title.active {
  color: var(--dominant-color);
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section .second-item-box .second-item .second-item-title.active img {
  display: block;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section .second-item-box .three-box {
  /*position: absolute;*/
  /*left: 25%;*/
  /*top: 0;*/
  /*border-left: 1px solid #e5e5e5;*/
  padding-left: 10%;
  width: 80%;
  /*min-height: 300px;*/
  /*z-index: 10;*/
  display: none;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section .second-item-box .three-box.three-box-product-box {
  padding-left: 5%;
  width: 100%;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section .second-item-box .three-box .three-box-product {
  display: flex;
  flex-wrap: wrap;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section .second-item-box .three-box .three-box-product .three-item-product {
  /*width: calc((100% - 80px) / 3);*/
  width: 160px;
  margin-right: 40px;
  transition: all 0.5s;
  background: #fff;
  margin-bottom: 20px;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section .second-item-box .three-box .three-box-product .three-item-product:nth-child(3n) {
  margin-right: 0;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section .second-item-box .three-box .three-box-product .three-item-product .imgBox {
  height: 0;
  padding-bottom: 100%;
  margin-bottom: 4px;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section .second-item-box .three-box .three-box-product .three-item-product .imgBox img {
  position: absolute;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section .second-item-box .three-box .three-box-product .three-item-product .title {
  font-size: 14px;
  text-align: center;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section .second-item-box .three-box .three-box-product .three-item-product .summary {
  margin-bottom: 20px;
  text-align: center;
  font-size: 12px;
  color: #666;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section .second-item-box .three-box.active {
  display: block;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section .second-item-box .three-box .title {
  font-size: 18px;
  color: #333;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section .second-item-box .three-box .sub {
  font-size: 14px;
  color: #666;
  opacity: 0.5;
  margin-top: 4px;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section .second-item-box .three-box .three-item {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 24px;
  padding-bottom: 14px;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section .second-item-box .three-box .three-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section .second-item-box .three-box .three-item .three-item-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  position: relative;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section .second-item-box .three-box .three-item .three-item-list a {
  width: calc((100% - 100px) / 3);
  position: relative;
  /*margin-right: 50px;*/
  /*max-width: 70px;*/
  margin-bottom: 10px;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section .second-item-box .three-box .three-item .three-item-list a:nth-last-child(2) {
  margin-right: 0;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section .second-item-box .three-box .three-item .three-item-list a.contrast {
  margin-right: 0;
  margin-left: auto;
  position: absolute;
  right: 0;
  text-align: right;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section .second-item-box .three-box .three-item .three-item-list a:hover {
  color: var(--dominant-color);
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section .second-item-box .three-box .three-item .three-item-list a.hot::after {
  content: 'HOT';
  /*position: absolute;*/
  top: -2px;
  color: #fff;
  background: #f1363a;
  font-size: 12px;
  transform: scale(0.7);
  padding: 2px 6px;
  border-radius: 3px;
  margin-left: 4px;
  right: -40px;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section .second-item-box .three-box .three-item .three-item-list a.news::after {
  content: 'NEW';
  /*position: absolute;*/
  top: -2px;
  color: #fff;
  background: #0070d5;
  font-size: 12px;
  transform: scale(0.7);
  padding: 2px 6px;
  border-radius: 3px;
  margin-left: 4px;
  right: -40px;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section .second-item-box .three-box .three-item .three-item-list a.contrast img {
  margin-left: 4px;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section .second-img {
  width: 28%;
  max-width: 300px;
  min-height: 390px;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section .second-img .second-img-list {
  display: none;
}
header .section .header-box .menu-box .menu-list .firstItem .second-box .section .second-img .second-img-list.active {
  display: block;
}
header .section .header-box .headerRight {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-left: auto;
}
header .section .header-box .headerRight .item {
  margin-left: 20px;
  cursor: pointer;
}
header .section .header-box .headerRight .item.login {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
header .section .header-box .headerRight .item.login span {
  opacity: 0.8;
  background: url('../images/page/down.png') no-repeat center right;
  padding-right: 20px;
  margin-left: 6px;
}
header .section .header-box .headerRight .item.login .login-box {
  position: absolute;
  width: 80px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  left: 50%;
  margin-left: -40px;
  top: 54px;
  text-align: center;
  display: none;
}
header .section .header-box .headerRight .item.login .login-box a {
  display: block;
  padding: 10px;
  z-index: 10;
  position: relative;
  font-size: 12px;
}
header .section .header-box .headerRight .item.login .login-box a:hover {
  background: #eee;
}
header .section .header-box .headerRight .item.login .login-box::after {
  content: '';
  width: 100%;
  height: 20px;
  background: transparent;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
}
header .section .header-box .headerRight .item.login.member-login .login-box {
  width: 160px;
  margin-left: -80px;
}
header .section .header-box .headerRight .item.login.member-login .login-box a {
  padding: 16px 38px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
header .section .header-box .headerRight .item.login.member-login .login-box a img {
  margin-right: 10px;
}
header .section .header-box .headerRight .item.language {
  margin-left: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
}
header .section .header-box .headerRight .item.language span {
  font-size: 12px;
  margin-left: 6px;
}
header .section .header-box .headerRight .item.language i {
  width: 7px;
  height: 4px;
  background: url('../images/home/menu-icon.png') no-repeat center;
  display: inline-block;
  margin-left: 6px;
}
header .section .header-box .headerRight .item.shop {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
header .section .header-box .headerRight .item.shop a {
  position: relative;
}
header .section .header-box .headerRight .item.shop a .cart-number {
  position: absolute;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #cb1616;
  text-align: center;
  line-height: 17px;
  color: #fff;
  font-size: 12px;
  bottom: 10px;
  right: -12px;
}
header .section .header-box .headerRight .item.shop .cart-list {
  display: none;
  position: absolute;
  top: 54px;
  background: #fff;
  width: 280px;
  left: 50%;
  margin-left: -140px;
  padding: 20px;
  border: 1px solid #e5e5e5;
}
header .section .header-box .headerRight .item.shop .cart-list .item {
  display: flex;
  justify-content: flex-start;
  margin-left: 0;
  align-items: center;
  margin-bottom: 10px;
}
header .section .header-box .headerRight .item.shop .cart-list .item .item-img {
  width: 56px;
  height: 56px;
  margin-right: 20px;
}
header .section .header-box .headerRight .item.shop .cart-list .item .item-img img {
  filter: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .section .header-box .headerRight .item.shop .cart-list .item .text .title {
  font-size: 16px;
  font-weight: 600;
}
header .section .header-box .headerRight .item.shop .cart-list .item .text .summary {
  font-size: 14px;
  color: #666;
}
header .section .header-box .headerRight .item.shop .cart-list .item .text .number {
  font-size: 12px;
}
header .section .header-box .headerRight .item.shop .cart-list .cart-tip {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
header .section .header-box .headerRight .item.shop .cart-list a {
  background: var(--dominant-color);
  width: 80%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  display: block;
  margin: auto;
  border-radius: 30px;
}
header .section .header-box .headerRight .item.shop:hover .cart-list {
  display: block;
}
header.active .header-menu,
header.bgActive .header-menu,
header.header-shadow .header-menu {
  box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.03);
}
header.active .header-menu,
header.bgActive .header-menu{
  background: rgba(0,0,0,0.5)
}
header.header1 .header-menu,
header.header1.active .header-menu,
header.header1.bgActive .header-menu{
  background: rgba(255,255,255,1)
}
header.header1 .header-menu .section .header-box .logo {
  filter: none;
}

header.header1 .header-menu .section .header-box .menu-box {
  color: #333;
}
header.header1 .header-menu .section .header-box .menu-box .menu-list .firstItem .firstItem-title a {
  color: #333;
}
header.header1 .header-menu .section .header-box .menu-box i {
  filter: brightness(0);
}
header.header1 .header-menu .section .header-box .headerRight .item img {
  filter: brightness(0);
}
header.header1 .header-menu .section .header-box .headerRight .item span {
  color: #333;
}
header.header1 .header-menu .section .header-box .headerRight .item i {
  filter: brightness(0);
}
.slideBar {
  position: fixed;
  bottom: 10%;
  right: 10px;
  height: fit-content;
  margin: auto;
}
.slideBar .item {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 0 3px 3px rgba(211, 211, 211, 0.2);
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
}
.slideBar .item:hover {
  background: var(--dominant-color);
  transition: all 0.5s;
}
.slideBar .item:hover .messages-box {
  /*display: block;*/
}
.slideBar .item:hover img {
  filter: none;
  transition: all 0.5s;
}
.slideBar .item .messages-box {
  position: absolute;
  padding-right: 10px;
  right: 40px;
  bottom: 0;
  display: none;
}
.slideBar .item .messages-box .messages-container {
  width: 200px;
  background: #fff;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 10px;
}
.slideBar .item .messages-box .message-item {
  margin-bottom: 10px;
  text-align: left;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  line-height: 1.8;
}
.slideBar .item .messages-box .message-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.slideBar .item .messages-box .message-item a {
  justify-content: flex-start;
  color: #666;
}
.slideBar .item .messages-box .message-item a:hover {
  color: var(--dominant-color);
}
.slideBar .item .messages-box .message-item .messages-title {
  font-size: 18px;
  color: #000;
}
.slideBar .item img {
  filter: grayscale(0) brightness(0.5);
  transition: all 0.5s;
}
.slideBar .item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*注册窗口弹出*/
/*语言选择*/
.language-box {
  display: none;
}
.language-box::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  position: fixed;
}
.language-box .language-box-box {
  padding: 60px 50px;
  background: #fff;
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 800px;
  width: 90%;
  margin: auto;
  height: fit-content;
}
.language-box .language-box-box .close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
.language-box .language-box-box .title {
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.language-box .language-box-box .summary {
  font-size: 14px;
  color: #999;
}
.language-box .language-box-box .change-box {
  margin-top: 30px;
  background: #f5f5f5;
  padding: 30px 30px 0;
  display: flex;
  flex-wrap: wrap;
}
.language-box .language-box-box .change-box a {
  font-size: 14px;
  color: #999;
  width: calc((100% - 30px) / 2);
  margin-right: 30px;
  display: block;
  padding: 20px;
  background: #fff;
  margin-bottom: 30px;
  transition: all 0.5s;
}
.language-box .language-box-box .change-box a:hover {
  background: var(--dominant-color);
  color: #fff;
  transition: all 0.5s;
}
.language-box .language-box-box .change-box a:nth-child(2n) {
  margin-right: 0;
}
/*留言弹窗*/
.messages {
  display: none;
}
.messages::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  position: fixed;
}
.messages .messages-box {
  background: #fff;
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 90%;
  max-width: 1080px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  overflow: auto;
  height: 80%;
}
.messages .messages-box .close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
.messages .messages-box .messages-left {
  width: 55%;
  padding: 60px;
  background: #f8f8f8;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.messages .messages-box .messages-left .summary {
  font-size: 18px;
  color: #666;
  line-height: 1.8;
  margin: 40px 0;
}
.messages .messages-box .messages-right {
  width: 45%;
  padding: 60px;
  display: flex;
  align-items: center;
}
.messages .messages-box .messages-right .messages-form {
  width: 100%;
}
.messages .messages-box .messages-right .input-box {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.messages .messages-box .messages-right .input-box input {
  width: 100%;
  height: 50px;
  border-radius: 3px;
  padding-left: 30px;
  border: 1px solid #eee;
}
.messages .messages-box .messages-right .input-box input::placeholder {
  font-size: 16px;
  color: rgba(153, 153, 153, 0.6);
}
.messages .messages-box .messages-right .input-box label {
  position: absolute;
  left: 15px;
  top: -5px;
  bottom: 0;
  margin: auto;
  height: fit-content;
}
.messages .messages-box .messages-right textarea {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #eee;
  resize: none;
  height: 90px;
  padding: 5px 15px;
  margin-bottom: 30px;
}
.messages .messages-box .messages-right textarea::placeholder {
  font-size: 16px;
  color: rgba(153, 153, 153, 0.6);
}
.messages .messages-box .messages-right button {
  height: 50px;
  border-radius: 3px;
  border: none;
  background: #024287;
  font-size: 16px;
  color: #fff;
  width: 100%;
}
/*搜索*/
.search-content {
  display: none;
  position: absolute;
  top: 60px;
  width: 100%;
}
.search-content::before {
  content: '';
  width: 100%;
  height: 80px;
  background: #fff;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}
.search-content::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  position: fixed;
}
.search-content .search-box {
  width: 100%;
  max-width: 1280px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  position: relative;
}
.search-content .search-box .search-logo {
  width: 150px;
}
.search-content .search-box .search-form {
  width: calc(100% - 300px);
}
.search-content .search-box .search-form input {
  height: 50px;
  border: 1px solid #fff;
  width: 100%;
  background: url('../images/home/search2.png') no-repeat center left;
  padding-left: 30px;
}
.search-content .search-box .search-form .search-tip {
  position: absolute;
  background: #fff;
  padding: 30px;
  border: 1px solid #ddd;
  top: 80px;
  width: 60%;
}
.search-content .search-box .search-form .search-tip .tip-title {
  color: #666;
}
.search-content .search-box .search-form .search-tip a {
  display: block;
  margin: 10px 0;
  font-size: 16px;
}
.search-content .search-box .search-form .search-tip a:hover {
  color: var(--dominant-color);
}
.search-content .search-box .close {
  position: absolute;
  top: 30px;
  right: 30px;
  cursor: pointer;
}
/*轮播图*/
.banner {
  width: 100%;
  position: relative;
  z-index: 0;
  height: calc(100vh);
}
.banner .swiper-slide {
  height: calc(100vh);
}

@media screen and (max-width: 768px) {
  .banner {
    height: calc(100vh - 120px);
    margin-top: 60px;
  }
  .banner .swiper-slide {
    height: calc(100vh - 120px);
  }
  .topBar .close {
    display: none;
  }
}
.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .text {
  position: absolute;
  max-width: 1280px;
  left: 0;
  right: 0;
  top: 24%;
  margin: auto;
  text-align: center;
  color: #fff;
  z-index: 10;
  width: 90%;
}
.banner .text .title {
  font-size: 42px;
  transform: translateY(100px);
  opacity: 0;
  transition: all 1s;
}
.banner .text .summary {
  font-size: 16px;
  margin-top: 20px;
  transform: translateY(100px);
  opacity: 0;
  transition: all 1s;
}
.banner .text .more-fade {
  transform: translateY(100px);
  transition: all 1s;
  opacity: 0;
}
.banner .text .more {
  width: 100px;
  height: 30px;
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #fff;
  display: inline-block;
  margin-top: 30px;
}
.banner .text .more:hover {
  background: var(--dominant-color);
  border-color: var(--dominant-color);
  transition: all 0.5s;
}
.banner .text .more:hover i {
  filter: none;
}
.banner .text .more i {
  width: 5px;
  height: 9px;
  background: url(../images/home/next1.png) no-repeat center;
  display: inline-block;
  margin-left: 10px;
  filter: grayscale(0) brightness(1);
  transition: all 0.5s;
}
.banner .bannerLeft .text {
  top: 0;
  bottom: 0;
  height: fit-content;
  text-align: left;
}
.banner .bannerRight .text {
  top: 0;
  bottom: 0;
  height: fit-content;
  text-align: right;
}
.banner .bannerVideo-box {
  position: absolute;
  top: 0;
  max-width: 1280px;
  width: 90%;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  align-items: center;
  display: flex;
}
.banner .bannerVideo-box .text {
  flex-basis: 40%;
  position: initial;
  text-align: left;
  margin-left: 0;
}
.banner .bannerVideo-box .banner-video {
  flex-basis: 50%;
  border-radius: 5px;
  overflow: hidden;
  transform: translate(150px);
}
.banner .bannerVideo-box .banner-video video {
  display: block;
}
.banner .swiper-button-prev {
  width: 34px;
  left: 30px;
}
.banner .swiper-button-prev::after {
  color: #fff;
}
.banner .swiper-button-prev:hover {
  opacity: 1;
}
.banner .swiper-button-next {
  right: 30px;
  width: 34px;
}
.banner .swiper-button-next::after {
  color: #fff;
}
.banner .swiper-button-next:hover {
  opacity: 1;
}
.banner .swiper-slide.swiper-slide-active .title {
  transform: translateY(0);
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.5s;
}
.banner .swiper-slide.swiper-slide-active .summary {
  transform: translateY(0);
  opacity: 0.6;
  transition: all 1s;
  transition-delay: 0.7s;
}
.banner .swiper-slide.swiper-slide-active .more-fade {
  transform: translateY(0);
  opacity: 1;
  transition: all 1s;
  transition-delay: 0.9s;
}
.banner .swiper-pagination {
  bottom: 30px !important;
}
.banner .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  background: none;
  position: relative;
}
.banner .swiper-pagination-bullet svg {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.banner .swiper-pagination-bullet svg #circle {
  transition: linear 4.5s;
  stroke-dasharray: 140,140;
  stroke-dashoffset: 140;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active #circle {
  stroke-dashoffset: 0;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active svg {
  opacity: 1;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
}
.banner .swiper-pagination-bullet::after {
  content: "";
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px;
  opacity: 0.5;
}
.index-box1 .imgBox-hover .show-img,
.index-box2 .imgBox-hover .show-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.6s;
  width: 100%;
  height: 100%;
}
.index-box1 .imgBox-hover .get-to-cart,
.index-box2 .imgBox-hover .get-to-cart {
  position: absolute;
  right: 20px;
  /*top: 0;*/
  bottom: 20px;
  margin: auto;
  z-index: 10;
  width: 40px;
  cursor: pointer;
  opacity: 0;
  height: 40px;
  background: url('../images/home/cart-click.png') no-repeat center;
  background-size: 80%;
}
.index-box1 .imgBox-hover .get-to-cart.active,
.index-box2 .imgBox-hover .get-to-cart.active {
  background: url('../images/home/check.png') no-repeat center;
  background-size: 80%;
}
.index-box1 .imgBox-hover .get-to-cart img,
.index-box2 .imgBox-hover .get-to-cart img {
  transform: none !important;
}
.index-box1 .imgBox-hover .tip,
.index-box2 .imgBox-hover .tip {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 30px;
}
.index-box1 .imgBox-hover .tip::after,
.index-box2 .imgBox-hover .tip::after {
  content: '';
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s;
}
.index-box1 .imgBox-hover .tip .parameter,
.index-box2 .imgBox-hover .tip .parameter {
  opacity: 0;
  transition: all 0.2s;
  z-index: 9;
  position: relative;
  margin-bottom: 10px;
}
.index-box1 .imgBox-hover .tip .parameter span,
.index-box2 .imgBox-hover .tip .parameter span {
  color: #fff;
  background: rgba(255, 255, 255, 0.15);
  padding: 5px;
  font-size: 12px;
}
.index-box1 .imgBox-hover .tip .price,
.index-box2 .imgBox-hover .tip .price {
  font-size: 16px;

  z-index: 9;
  position: relative;
}
.index-box1 .imgBox-hover .tip .price-box .t-title,
.index-box2 .imgBox-hover .tip .price-box .t-title {
  font-size: 14px;
  color: #333;
  font-weight: 600;
  transition: all 0.2s;
  z-index:1;
  position: relative;
}
.index-box1 .imgBox-hover .tip .price-box .t-summary,
.index-box2 .imgBox-hover .tip .price-box .t-summary {
  font-size: 14px;
  color: #666;
  transition: all 0.2s;
  z-index:1;
  position: relative;
}

.index-box1 .item.imgBox-hover.no-show:hover .imgBox img,
.index-box2 .item.imgBox-hover.no-show:hover .imgBox img{
  opacity: 1;
}

.index-box1 .imgBox-hover.no-show:hover .show-img,
.index-box2 .imgBox-hover.no-show:hover .show-img {
  opacity: 0;
}

.index-box1 .imgBox-hover:hover .imgBox .pc,
.index-box1 .imgBox-hover:hover .imgBox .phone,
.index-box2 .imgBox-hover:hover .imgBox .pc,
.index-box2 .imgBox-hover:hover .imgBox .phone{
  opacity: 0;
}
.index-box1 .imgBox-hover:hover .show-img,
.index-box2 .imgBox-hover:hover .show-img {
  opacity: 1;
  transition: all 0.6s;
  background: #f2f2f2;
}
.index-box1 .imgBox-hover:hover .text,
.index-box2 .imgBox-hover:hover .text {
  opacity: 0;
}
.index-box1 .imgBox-hover:hover .get-to-cart,
.index-box2 .imgBox-hover:hover .get-to-cart {
  opacity: 1;
}
.index-box1 .imgBox-hover:hover .tip,
.index-box2 .imgBox-hover:hover .tip {
  display: flex;
}
.index-box1 .imgBox-hover:hover .tip::after,
.index-box2 .imgBox-hover:hover .tip::after {
  top: 0;
  transition: all 0.2s;
}
.index-box1 .imgBox-hover:hover .tip .parameter,
.index-box2 .imgBox-hover:hover .tip .parameter {
  opacity: 1;
  transition: all 0.2s;
  transition-delay: 0.1s;
}

.index-box1 .imgBox-hover:hover .tip .price,
.index-box2 .imgBox-hover:hover .tip .price{
  color: #fff;
}
.index-box1 .imgBox-hover:hover .tip .t-title,
.index-box2 .imgBox-hover:hover .tip .t-title,
.index-box1 .imgBox-hover:hover .tip .t-summary,
.index-box2 .imgBox-hover:hover .tip .t-summary {
  display: none;
}
.index-box1 {
  display: flex;
  justify-content: space-between;
  max-width: 1250px;
  margin: 30px auto 0;
  padding: 0 20px;
}
.index-box1 .imgBox-hover:hover img {
  transform: scale(1) !important;
}
.index-box1 .item {
  border-radius: 5px;
  overflow: hidden;
  margin-right: 20px;
  position: relative;
  flex-basis: 50%;
  box-shadow: 0 0 10px 0 rgba(211, 211, 211, 0.5);
  background: #f2f2f2
}
.index-box1 .item:last-child {
  margin-right: 0;
}
.index-box1 .item:hover .more {
  display: none !important;
}
.index-box1 .item:hover .more i {
  filter: none !important;
  transition: all 0.5s;
}
.index-box1 .item .text {
  position: absolute;
  padding: 60px;
  text-align: center;
  width: 100%;
  top: 0;
}
.index-box1 .item .text .summary {
  color: #666;
  font-weight: 100;
  margin: 30px 0;
}
.index-box1 .item .text .more {
  width: 160px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  margin: auto;
  border-radius: 21px;
  transition: all 0.5s;
  display: block;
}
.index-box1 .item .text .more i {
  width: 5px;
  height: 9px;
  background: url('../images/home/next1.png') no-repeat center;
  display: inline-block;
  margin-left: 10px;
  filter: grayscale(0) brightness(0.5);
  transition: all 0.5s;
}
.index-box2 {
  background: #fff;
  max-width: 1250px;
  margin: auto;
  /*width: 90%;*/
  padding: 0 20px;
}
.index-box2 .imgBox-hover:hover img {
  transform: scale(1) !important;
}
.index-box2 .taps {
  display: flex;
  justify-content: center;
  color: #999;
  margin: 70px auto 50px;
}
.index-box2 .taps .item {
  margin: 0 40px;
  position: relative;
  cursor: pointer;
}
.index-box2 .taps .item::after {
  content: '';
  height: 2px;
  width: 0;
  position: absolute;
  background: var(--dominant-color);
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.5s;
}
.index-box2 .taps-box {
  height: 700px;
}
.index-box2 .taps-box-list {
  justify-content: space-between;
  flex-wrap: wrap;
  display: none;
  height: 100%;
}
.index-box2 .taps-box-list.active {
  display: flex;
}
.index-box2 .taps-box-list .item {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  background: #f2f2f2;
  height: calc(50% - 10px);
  box-shadow: 0 0 10px 0 rgba(211, 211, 211, 0.5);
}
.index-box2 .taps-box-list .item .show-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.6s;
  width: 100%;
  height: 100%;
}
.index-box2 .taps-box-list .item.no-show:hover .imgBox .show-img {
  opacity: 0;
}
.index-box2 .taps-box-list .item:nth-child(2) {
  margin: 0 10px;
  /*flex-basis: calc(40% - 20px);*/
}
.index-box2 .taps-box-list .item:nth-child(2) .imgBox {
  text-align: center;
}
.index-box2 .taps-box-list .item:nth-child(2) .imgBox img {
  width: 100%;
  margin: auto;
}
.index-box2 .taps-box-list .item:nth-child(5) {
  margin-right: 0 !important;
}
.index-box2 .taps-box-list .item:hover .imgBox .pc,
.index-box2 .taps-box-list .item:hover .imgBox .phone{
  opacity: 0;
}
.index-box2 .taps-box-list .item:hover .show-img {
  opacity: 1;
}
.index-box2 .taps-box-list .item:hover .text {
  opacity: 0;
}
.index-box2 .taps-box-list .item:hover .text .more {
  background: var(--dominant-color);
  color: #fff;
  transition: all 0.5s;
  transform: translateY(0);
  opacity: 1;
}
.index-box2 .taps-box-list .item:hover .text .more i {
  filter: none;
}
.index-box2 .taps-box-list .item .text {
  position: absolute;
  padding: 60px;
  top: 0;
  width: 100%;
  text-align: center;
}
.index-box2 .taps-box-list .item .text .title {
  max-width: 340px;
  margin: auto;
}
.index-box2 .taps-box-list .item .text .summary {
  color: #999;
  margin: 20px 0;
}
.index-box2 .taps-box-list .item .text .more {
  width: 100px;
  height: 30px;
  line-height: 30px;
  transition: all 0.5s;
  text-align: center;
  border-radius: 15px;
  transform: translateY(20px);
  opacity: 0;
  margin: auto;
  display: none;
}
.index-box2 .taps-box-list .item .text .more i {
  width: 5px;
  height: 9px;
  background: url('../images/home/next1.png') no-repeat center;
  display: inline-block;
  margin-left: 10px;
  filter: grayscale(0) brightness(0.5);
  transition: all 0.5s;
}
.index-box2 .taps-box-list.taps-box-list1 .item-list {
  display: flex;
  flex-wrap: wrap;
  flex-basis: calc((100% - 10px) / 2);
  height: 100%;
}
.index-box2 .taps-box-list.taps-box-list1 .item-list .item {
  flex-basis: calc((100% - 10px) / 2);
  height: calc((100% - 10px) / 2);
  margin: 0 10px 0 0;
}
.index-box2 .taps-box-list.taps-box-list1 .item-list .item:nth-child(2n) {
  margin-right: 0;
}
.index-box2 .taps-box-list.taps-box-list1 .item-list:first-child .item {
  flex-basis: 100%;
  height: 100%;
  margin-right: 0;
}
.index-box2 .taps-box-list.taps-box-list2 .item-list {
  display: flex;
  flex-wrap: wrap;
  flex-basis: calc((100% - 10px) / 2);
  height: 100%;
}
.index-box2 .taps-box-list.taps-box-list2 .item-list .item {
  flex-basis: calc((100% - 10px) / 2);
  height: calc((100% - 10px) / 2);
  margin: 0 10px 0 0;
  box-shadow: 0 0 10px 0 rgba(211, 211, 211, 0.5);
}
.index-box2 .taps-box-list.taps-box-list2 .item-list:last-child .item {
  flex-basis: 100%;
  height: 100%;
  margin-right: 0;
}
.index-box2 .taps-box-list.taps-box-list2 .item-list:first-child .item:nth-child(1) {
  flex-basis: 100%;
  margin-bottom: 10px;
  margin-right: 0;
}
.index-box2 .taps-box-list.taps-box-list2 .item-list:first-child .item:nth-child(3) {
  margin-right: 0;
}
.index-box2 .taps-box-list.taps-box-list4 .item {
  flex-basis: calc((100% - 10px) / 2) !important;
  height: 100% !important;
}
.index-box2 .taps-box-list.taps-box-list4 .item:last-child {
  margin-right: 0 !important;
}
.index-box2 .phone-taps-box {
  display: none;
}
.index-box2 .taps .item:hover,
.index-box2 .taps .item.active {
  color: var(--dominant-color);
  transition: all 0.5s;
}
.index-box2 .taps .item:hover::after,
.index-box2 .taps .item.active::after {
  width: 50px;
  transition: all 0.5s;
}
.index-box2 .taps-box-list .item{
  flex-basis: calc((100% - 20px) / 3);
}
.index-box2 .taps-box-list .item:nth-child(4),
.index-box2 .taps-box-list .item:nth-child(5) {
  flex-basis: calc((100% - 10px) / 2);
  margin-right: 10px;
  /*margin-top: 10px;*/
  height: calc(50% - 10px);
}
.index-box2 .taps-box-list .item:nth-child(4) .text,
.index-box2 .taps-box-list .item:nth-child(5) .text {
  text-align: left;
}
.index-box2 .taps-box-list .item:nth-child(4) .text .title,
.index-box2 .taps-box-list .item:nth-child(5) .text .title {
  margin-left: 0;
}
.index-box2 .taps-box-list .item:nth-child(4) .text .more,
.index-box2 .taps-box-list .item:nth-child(5) .text .more {
  margin-left: 0;
}
.index-box2 .taps-box-list.taps-box-list1 .item-list:last-child .item:nth-child(1),
.index-box2 .taps-box-list.taps-box-list1 .item-list:last-child .item:nth-child(2) {
  margin-bottom: 10px;
}

.index-box3 {
  margin-top: 50px;
  position: relative;
  z-index: 0;
}
.index-box3 .index-box2-swiper {
  max-width: 1200px;
  width: 90%;
  margin: auto;
}
.index-box3 .index-box2-swiper .swiper {
  overflow: inherit;
}
@media screen and (max-width: 768px) {
  .index-box3 .index-box2-swiper .swiper {
    overflow: hidden;
  }
}
.index-box3 .index-box2-swiper .swiper .swiper-slide {
  cursor: pointer;
  position: relative;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden;
}
.index-box3 .index-box2-swiper .swiper .swiper-slide video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
}
.index-box3 .index-box2-swiper .swiper .text {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fff;
}
.index-box3 .index-box2-swiper .swiper .text .title {
  font-size: 28px;
  font-family: SourceHanSansCN-Bold;
}
.index-box3 .index-box2-swiper .swiper .text .more {
  margin: 15px auto;
  font-size: 16px;
  display: block;
}
.index-box3 .index-box2-swiper .swiper .swiper-pagination {
  bottom: 50px;
}
.index-box3 .index-box2-swiper .swiper .swiper-pagination-bullet {
  --swiper-pagination-bullet-width: 30px;
  --swiper-pagination-bullet-height: 3px;
  --swiper-pagination-color: #fff;
  border-radius: 0;
}
.index-box3 .swiper-button-prev,
.index-box3 .swiper-button-next {
  width: 60px;
  height: 60px;
}
.index-box3 .swiper-button-prev::after,
.index-box3 .swiper-button-next::after {
  /*opacity: 1;*/
  color:#fff
}
.index-box3 .swiper-button-prev {
  left: 40px;
  /*background: url('../images/page/prev.png') no-repeat center / cover;*/
}
@media screen and (max-width: 768px) {
  .index-box3 .swiper-button-prev {
    width: 40px;
    height: 40px;
    left: 20px;
  }
  .index-box3 .swiper-button-prev::after,
  .index-box3 .swiper-button-next::after {
    font-size:16px
  }
  .index-box3 .index-box2-swiper .swiper .text .title {
    font-size: 20px;
  }
}
.index-box3 .swiper-button-next {
  right: 40px;
  background: url('../images/page/next.png') no-repeat center / cover;
}
@media screen and (max-width: 768px) {
  .index-box3 .index-box2-swiper .swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    right: 20px;
  }
}


.indexTitle {
  font-size: 48px;
  text-align: center;
  margin: 5% auto 30px;
}
.index-box4 {
  background: #fff;
  padding-top: 1px;
  position: relative;
  z-index: 0;
}
.index-box4 .phone-news-swiper {
  display: none;
}
.index-box4-box {
  background: #fff;
  display: flex;
  justify-content: space-between;
}
.index-box4-box .imgBox-hover {
  cursor: pointer;
}
.index-box4-box .imgBox-hover:hover .more {
  opacity: 1 !important;
  background: var(--dominant-color);
  width: 100px !important;
  color: #fff;
  transform: translateY(20px) !important;
}
.index-box4-box .imgBox-hover:hover .more i {
  filter: none;
}
.index-box4-box .imgBox-hover:hover .title {
  color: var(--dominant-color);
  transition: all 0.5s;
}
.index-box4-box .text {
  position: absolute;
  padding: 60px;
  top: 0;
  width: 64%;
}
.index-box4-box .text .title {
  font-size: 24px;
  transition: all 0.5s;
}
.index-box4-box .text .summary {
  font-size: 18px;
  margin: 20px 0 10px;
}
.index-box4-box .text .more {
  width: 100px;
  height: 30px;
  line-height: 30px;
  transition: all 0.5s;
  text-align: center;
  border-radius: 15px;
  transform: translateY(20px);
  margin: 0;
}
.index-box4-box .text .more i {
  width: 5px;
  height: 9px;
  background: url(../images/home/next1.png) no-repeat center;
  display: inline-block;
  margin-left: 10px;
  filter: grayscale(0) brightness(0.5);
  transition: all 0.5s;
}
.index-box4-box .itemLeft {
  width: calc(40% - 16px);
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}
.index-box4-box .itemLeft .text {
  color: #fff;
  width: 100%;
  text-align: center;
}
.index-box4-box .itemLeft .text .title {
  color: #fff;
}
.index-box4-box .itemLeft .text .summary {
  opacity: 0.6;
}
.index-box4-box .itemLeft .text .more {
  margin: auto;
  display: block;
  background: var(--dominant-color);
  color: #fff;
  opacity: 0;
  transition: all 0.5s;
  transform: translateY(40px);
}
.index-box4-box .itemLeft .text .more i {
  filter: none;
}
.index-box4-box .itemRight {
  width: 60%;
}
.index-box4-box .itemRight .news-swiper {
  margin-bottom: 16px;
  border-radius: 5px;
  overflow: hidden;
}
.index-box4-box .itemRight .news-swiper .more {
  background: var(--dominant-color);
  color: #fff;
  transition: all 0.5s;
  justify-content: center;
  opacity: 0;
  transform: translateY(40px);
}
.index-box4-box .itemRight .news-swiper .more i {
  filter: none;
}
.index-box4-box .itemRight .news-swiper .swiper-button-prev {
  left: 0;
  background: url('../images/home/prev.png') no-repeat center;
}
.index-box4-box .itemRight .news-swiper .swiper-button-prev::after {
  opacity: 0;
}
.index-box4-box .itemRight .news-swiper .swiper-button-next {
  right: 0;
  background: url('../images/home/next2.png') no-repeat center;
}
.index-box4-box .itemRight .news-swiper .swiper-button-next::after {
  opacity: 0;
}
.index-box4-box .itemRight .itemRight-bottom {
  display: flex;
  justify-content: space-between;
}
.index-box4-box .itemRight .itemRight-bottom .item {
  width: calc((100% - 16px) / 2);
  margin-right: 16px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  background: #f2f2f2;
}
.index-box4-box .itemRight .itemRight-bottom .item:nth-child(2) {
  margin-right: 0;
}
.index-box4-box .itemRight .itemRight-bottom .item .text {
  width: 100%;
  padding: 60px 30px;
  text-align: center;
}
.index-box4-box .itemRight .itemRight-bottom .item .text .more {
  margin: auto;
  display: block;
  opacity: 0;
  transition: all 0.5s;
  background: var(--dominant-color);
  color: #fff;
  transform: translateY(40px);
}
.index-box4-box .itemRight .itemRight-bottom .item .text .more i {
  filter: none;
}
.index-box5 {
  background: #fff;
  margin: 50px auto 60px;
  position: relative;
  z-index: 0;
}
.index-box5-box {
  position: relative;
}
.index-box5-box .swiper {
  padding: 20px 0 50px;
  position: initial;
  width: calc(100% - 120px);
  margin: auto;
}
.index-box5-box .swiper-button-prev {
  left: 0;
}
.index-box5-box .swiper-button-next {
  right: 0;
}
.index-box5-box .swiper-button-prev,.index-box5-box .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #333;
}
.index-box5-box .swiper-button-prev::after,.index-box5-box .swiper-button-next::after {
  font-size: 16px;
  color: #333;
}
.index-box5-box .imgBox-hover:hover {
  transform: translateY(-5px);
  transition: all 0.5s;
}
.index-box5-box .imgBox-hover:hover .title {
  transform: translateY(-10px);
  transition: all 0.5s;
}
.index-box5-box .swiper-slide {
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s;
  background: #f2f2f2
}
.index-box5-box .swiper-slide .imgBox {
  height: 0;
  padding-bottom: 100%;
}
.index-box5-box .swiper-slide .imgBox img {
  position: absolute;
}
.index-box5-box .swiper-slide .imgBox::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
  top: 0;
  left: 0;
  position: absolute;
}
.index-box5-box .swiper-slide .title {
  color: #fff;
  position: absolute;
  bottom: 0;
  padding: 20px;
  transition: all 0.5s;
}
.index-box5-box .swiper-slide.swiper-slide-active .imgBox::after,
.index-box5-box .swiper-slide:hover .imgBox::after {
  background: rgba(0, 0, 0, 0);
  transition: all 0.5s;
}
footer {
  background: #3a3a3a;
}
footer.product-footer {
  padding-bottom: 90px;
}
footer .footer {
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding: 70px 0;
}
footer .footer .title {
  font-size: 18px;
  margin-bottom: 20px;
  pointer-events: none;
}
footer .footer .footerItem {
  margin-bottom: 40px;
}
footer .footer .title2 {
  /*margin-top: 40px;*/
}
footer .footer .footerItem a {
  display: block;
  margin-bottom: 12px;
  color: #9fa3a6;
}
footer .footer .footerItem a:hover {
  color: #fff;
}
footer .footer .footerItem .contact {
  padding-left: 26px;
  margin-bottom: 12px;
}
footer .footer .footerItem .add {
  background: url('../images/home/add.png') no-repeat center left;
}
footer .footer .footerItem .tel {
  background: url('../images/home/tel.png') no-repeat center left;
}
footer .footer .footerItem .phone {
  background: url('../images/home/phone.png') no-repeat center left;
}
footer .footer .footerItem .email {
  background: url('../images/home/email.png') no-repeat center left;
}
footer .footer .shopLink {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
footer .footer .shopLink a {
  margin-right: 20px;
  height: fit-content;
  position: relative;
  text-align: center;
}
footer .footer .shopLink a:last-child {
  margin-right: 0;
}
footer .footer .shopLink a:hover {
  /*opacity: 0.6;*/
}
footer .footer .shopLink a .show-img {
  display: none;
}
footer .footer .shopLink a:hover .show-img {
  display: block;
  position: absolute;
  top: -110px;
  width: 100px;
  left: 50%;
  transform: translateX(-50%);
}
footer .footer .form {
  margin-top: 10px;
}
footer .footer .index-label {
  display: flex;
  justify-content: space-between;
  width: 280px;
}
footer .footer .index-label input {
  width: 230px;
  background: none;
  border: 1px solid #414141;
  border-right: none;
  border-radius: 6px 0 0 6px;
  height: 40px;
  color: #fff;
}
footer .footer .index-label input::placeholder {
  color: rgba(255, 255, 255, 0.3);
}
footer .footer .index-label button {
  width: 50px;
  background: var(--dominant-color) url('../images/home/next3.png') no-repeat center;
  border: none;
  border-radius: 0 6px 6px 0;
  transition: all 0.5s;
}
footer .footer .index-label button:hover {
  background-color: #024287;
  transition: all 0.5s;
}
footer .footer .wechatCode {
  margin-top: 20px;
  display: inline-block;
  text-align: center;
}
footer .footer .wechatCode .code-box {
  padding: 10px;
  border: 1px solid #414141;
  background: #313131;
  display: inline-block;
}
footer .footer .wechatCode .tip {
  margin-top: 10px;
  opacity: 0.3;
}
footer .copyRight {
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
}
footer .copyRight img {
  margin: 0 20px;
}
footer .copyRight a:hover {
  color: #fff;
}
footer .bottomLink {
  border-top: 1px solid #414141;
}
footer .bottomLink .section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}
footer .bottomLink .section .link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 200px;
  width: 20%;
}
footer .bottomLink .section .link .item {
  cursor: pointer;
  position: relative;
}
footer .bottomLink .section .link .item:hover .link-show-code {
  display: block;
}
footer .bottomLink .section .link .item .link-show-code {
  position: absolute;
  bottom: 30px;
  left: 50%;
  width: 100px;
  margin-left: -50px;
  display: none;
}
footer .bottomLink .section .link .item .link-show-code img {
  width: 100%;
}

.mall-colde {
  color: rgba(255,255,255,0.3);
  font-size: 14px;
  display: flex;
  align-items: center;
  width: 320px;
}
.mall-colde .item {
  height: 25px;
  display: flex;
  align-items: center;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}
.mall-colde img {
  width: 20px;
  margin-right: 2px;
}

.mall-colde .show-code {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  display: none;
}
.mall-colde .show-code img {
  width: 100%;
}
.mall-colde .item:hover .show-code {
  display: block;
}

@media screen and (max-width: 1280px) {
  .footer .copyRight {
    max-width: 600px;
  }
}


@media screen and (max-width: 768px) {
  .mall-colde {
    margin-bottom: 20px;
  }
}



.product-list-menu .item-box .item-list {
  margin-bottom: 10px;
}
.product-list-menu .item-box .item-title {
  font-size: 14px;
  position: relative;
  cursor: pointer;
}
.product-list-menu .item-box .item-title::after {
  content: '';
  background: url('../images/page/jiantou.png') no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  transition: all 0.5s;
}
.product-list-menu .item-box .item-title.active::after {
  transform: rotate(180deg);
}
.product-list-menu .item-box .active .item-second-box {
  display: block;
}

.product-list-menu .item-box .item-second-box {
  display: none;
}
.product-list-menu .item-box .item-second-box label {
  display: flex;
  align-items: center;
  margin: 4px 0;
}
.product-list-menu .item-box .item-second-box label input {
  margin-right: 6px;
}



.index-box4-box.phone-news-swiper .imgBox-hover {
  height: 75vh;
  background: #f2f2f2;
}




#app .app-download .mid {
  display: flex;
}
#app .app-download a {
  max-width: 150px;
}
#app .app-download .mid .item .title {
  font-weight: 500;
  line-height: 24px;
  height: 24px;
  color: #3b3e40;
  font-size: 16px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 8px 0;
}
#app .app-download .mid .item .summary {
  line-height: 16px;
  font-size: 12px;
  color: #6c7073;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}

