.mixin-center {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
html {
  color: #444;
}
a {
  color: #444;
}
.nav {
  background-color: #bd0608;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: -3rem;
  z-index: 100;
}
.nav ul {
  display: flex;
}
.nav ul li {
  flex: 1;
  text-align: center;
}
.nav ul li:active,
.nav ul li:hover {
  background-color: #d21111;
}
.nav ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 0.6rem 0;
  font-size: 1.1rem;
}
.nav ul li .input {
  position: relative;
  padding: 0.6rem 0;
  margin-right: 1rem;
}
.nav ul li .input input {
  border: 1px solid #245399;
  outline: none;
  width: 100%;
  padding-right: 1.6rem;
  padding-left: 0.2rem;
  height: 1.8rem;
}
.nav ul li .input .search-icon {
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  background: url("../../images/new/search-icon.png") no-repeat center;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  cursor: pointer;
}
.nav ul li .input .search-icon:active,
.nav ul li .input .search-icon:hover {
  background: url("../../images/new/search-hover-icon.png") no-repeat center;
}
.banner {
  position: relative;
}
.banner .logo {
  position: absolute;
  left: 0;
  right: 0;
  top: 4rem;
  z-index: 100;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.banner .logo img {
  max-width: 100%;
}
.banner .phone {
  position: absolute;
  left: 0;
  right: 0;
  text-align: right;
  padding-right: 3rem;
  top: 4rem;
  z-index: 100;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.banner .phone img {
  max-width: 100%;
}
.banner .item {
  height: 400px;
  overflow: hidden;
}
.banner .item img {
  width: 100%;
  height: 400px;
}
/*# sourceMappingURL=header_pc.css.map */