img {
  vertical-align: middle;
}
* {
  user-select: none;
}
a {
  text-decoration: none !important;
}
header {
  padding: 0 !important;
  min-height: 80px;
  width: 100%;
}
header .index-nav {
  min-height: 80px;
  width: 100%;
}
header .index-nav .logo-box {
  width: 70%;
}
header .index-nav .logo-box img {
  height: auto;
  width: 100%;
  max-height: 60px;
  max-width: 400px;
}
header .index-nav .navbar-nav .nav-item {
  position: relative;
  z-index: 5;
  width: 6em;
}
header .index-nav .navbar-nav .nav-item .h-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: #1c4393;
  transition: all 0.3s linear;
  z-index: -1;
  border-radius: 100%;
}
header .index-nav .navbar-nav .nav-item .nav-txt {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  color: #000000;
  height: 50px;
  line-height: 50px;
  width: 6em;
  padding-left: 1em;
  transition: all 0.3s linear;
}
header .index-nav .navbar-nav .nav-item .submenu {
  transition: all 0.3s linear;
  opacity: 0;
  line-height: 2;
  height: auto;
  position: absolute;
  left: 100%;
  top: 0;
  visibility: hidden;
  transform: scale(0.4);
}
header .index-nav .navbar-nav .nav-item .submenu a {
  font-size: 14px;
  color: #333;
  text-decoration: none;
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  margin-bottom: 1px;
  width: 8em;
  padding: 10px 1em;
  position: relative;
  z-index: 10;
  transition: all 0.3s linear;
}
header .index-nav .navbar-nav .nav-item .submenu a:before {
  content: '';
  width: 0;
  height: 50%;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  background-color: rgba(28, 67, 147, 0.8);
  transition: all 0.3s linear;
  z-index: -1;
}
header .index-nav .navbar-nav .nav-item .submenu a:after {
  content: '';
  width: 0;
  height: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  background-color: rgba(28, 67, 147, 0.8);
  transition: all 0.3s linear;
  z-index: -1;
}
header .index-nav .navbar-nav .nav-item .submenu .sub-item:hover a {
  color: #fff;
}
header .index-nav .navbar-nav .nav-item .submenu .sub-item:hover a:before {
  width: 100%;
}
header .index-nav .navbar-nav .nav-item .submenu .sub-item:hover a:after {
  width: 100%;
}
header .index-nav .navbar-nav .selected {
  background-color: #1c4393;
}
header .index-nav .navbar-nav .selected .nav-txt {
  color: #fff;
}
header .index-nav .navbar-nav .nav-item:hover .h-bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0;
}
header .index-nav .navbar-nav .nav-item:hover > a {
  color: #fff;
}
header .index-nav .navbar-nav .nav-item:hover .submenu {
  opacity: 1;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: auto;
  visibility: visible;
  transform: scale(1);
}
header .index-nav .animate1 {
  transition: all 3s;
}
header .index-nav .animate1 .open-btn2 {
  transform: rotateY(360deg);
  opacity: 0;
}
header .index-nav .animate1 .open-btn1 {
  transform-origin: center center;
  transform: translateY(9px) rotate(405deg);
}
header .index-nav .animate1 .open-btn3 {
  transform-origin: center center;
  transform: translateY(-9px) rotate(-405deg);
}
header .index-nav .open-btn1,
header .index-nav .open-btn2,
header .index-nav .open-btn3 {
  display: block;
  width: 30px;
  height: 4px;
  background-color: #000;
  margin: 5px 0;
  transition: all 0.5s;
}
.banner {
  height: 400px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  line-height: 2;
  display: flex;
  align-items: center;
}
.banner .cn-name {
  font-size: 28px;
  font-weight: bold;
  color: #FFFFFF;
}
.banner .en-name {
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  color: #FFFFFF;
  opacity: 0.4;
}
.brand-cate {
  background-image: linear-gradient(90deg, #eff0f3 34%, #fcfcfc 34%);
  padding-top: 90px;
  padding-bottom: 90px;
}
.brand-cate .title-box {
  position: relative;
  z-index: 10;
}
.brand-cate .title-box .title {
  font-size: 24px;
  font-weight: bold;
  color: #010101;
  position: relative;
  z-index: 10;
}
.brand-cate .title-box .title-mark {
  font-size: 100px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: -20px;
  left: -55px;
  line-height: 1;
}
.brand-cate .brand-title {
  font-size: 22px;
  font-weight: bold;
  color: #2C52A1;
  line-height: 3.6;
}
.brand-cate .brand-items {
  height: 600px;
  overflow: auto;
}
.brand-cate .brand-items .item-name {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 3.2;
}
.brand-cate .brand-items .item-name:hover {
  color: #17408A;
  cursor: pointer;
}
.brand-cate .brand-items .selected {
  color: #17408A;
}
.search-mask {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
}
.search-mask .search-box {
  width: 100%;
  height: 66px;
  background: #FFFFFF;
  border-radius: 33px;
  position: relative;
}
.search-mask .search-box input {
  width: 100%;
  height: 100%;
  border-radius: 33px;
  outline: none;
  border: none;
  text-indent: 6%;
}
.search-mask .search-box .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100%;
  display: inline-block;
  background-color: #EAEAEA;
  border-radius: 33px;
  background-image: url('../img/icon/search.png');
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center center;
}
.footer {
  padding-top: 50px;
  padding-bottom: 90px;
  width: 100%;
  background-color: #16233d;
}
.footer .panel {
  margin-top: 40px;
}
.footer .title-name {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.footer .txt {
  line-height: 2.6;
  font-size: 14px;
  color: #8B95A9;
}
.footer .txt a {
  font-size: 14px;
  color: #8B95A9;
}
.footer .txt img {
  width: 16px;
  height: auto;
}
.footer .qr-box {
  font-size: 14px;
  color: #FFFFFF;
}
.footer .qr-box img {
  width: 110px;
  height: 110px;
  margin-top: 15px;
}
.copy {
  width: 100%;
  min-height: 70px;
  background-color: #1d2b47;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copy .txt {
  font-size: 14px;
  color: #8B95A9;
}
.copy a {
  font-size: 14px;
  color: #8B95A9;
}
@media (min-width: 992px) {
  header {
    padding: 0 !important;
    z-index: 10;
    position: relative;
    height: 80px;
    width: 100%;
  }
  header .search {
    width: 80px;
    height: 80px;
    background-color: #e1e1e1;
    position: absolute;
    top: 0;
    right: 0;
    align-items: center;
    justify-content: center;
  }
  header .search img {
    display: inline-block;
    width: 22px;
    height: 23px;
  }
  header .index-nav {
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  header .index-nav .logo-box img {
    height: auto;
    width: 290px;
  }
  header .index-nav .navbar-nav {
    height: 80px;
    width: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
  }
  header .index-nav .navbar-nav .nav-item {
    position: relative;
    z-index: 5;
    width: auto;
  }
  header .index-nav .navbar-nav .nav-item .h-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background-color: #1c4393;
    transition: all 0.3s linear;
    z-index: -1;
    border-radius: 100%;
  }
  header .index-nav .navbar-nav .nav-item .nav-txt {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    color: #000000;
    width: 6em;
    padding: 0;
    height: 80px;
    transition: all 0.3s linear;
  }
  header .index-nav .navbar-nav .nav-item .submenu {
    transition: all 0.3s linear;
    opacity: 0;
    line-height: 2;
    height: auto;
    position: absolute;
    left: 0;
    top: 80px;
    visibility: hidden;
    transform: scale(0.4);
  }
  header .index-nav .navbar-nav .nav-item .submenu a {
    font-size: 14px;
    color: #333;
    text-decoration: none;
    display: block;
    background-color: #fff;
    margin-bottom: 1px;
    width: 8em;
    padding: 10px 1em;
    position: relative;
    z-index: 10;
    transition: all 0.3s linear;
  }
  header .index-nav .navbar-nav .nav-item .submenu a:before {
    content: '';
    width: 0;
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    background-color: rgba(28, 67, 147, 0.8);
    transition: all 0.3s linear;
    z-index: -1;
  }
  header .index-nav .navbar-nav .nav-item .submenu a:after {
    content: '';
    width: 0;
    height: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    background-color: rgba(28, 67, 147, 0.8);
    transition: all 0.3s linear;
    z-index: -1;
  }
  header .index-nav .navbar-nav .nav-item .submenu .sub-item:hover a {
    color: #fff;
  }
  header .index-nav .navbar-nav .nav-item .submenu .sub-item:hover a:before {
    width: 100%;
  }
  header .index-nav .navbar-nav .nav-item .submenu .sub-item:hover a:after {
    width: 100%;
  }
  header .index-nav .navbar-nav .selected {
    background-color: #1c4393;
  }
  header .index-nav .navbar-nav .selected .nav-txt {
    color: #fff;
  }
  header .index-nav .navbar-nav .nav-item:hover .h-bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 0;
  }
  header .index-nav .navbar-nav .nav-item:hover > a {
    color: #fff;
  }
  header .index-nav .navbar-nav .nav-item:hover .submenu {
    opacity: 1;
    position: absolute;
    left: 0;
    top: 80px;
    bottom: auto;
    visibility: visible;
    transform: scale(1);
  }
}
@media (min-width: 1200px) {
  header .index-nav {
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  header .index-nav .logo-box img {
    height: auto;
    width: 400px;
  }
}
@-webkit-keyframes mymove {
  from {
    background-size: auto 100%;
  }
  to {
    background-size: auto 110%;
  }
}
@-webkit-keyframes mymove1 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
/*# sourceMappingURL=product.css.map */