* {
  padding: 0;
  margin: 0;
  scroll-behavior: smooth;
}
a {
  width: 100%;
  height: 100%;
  display: inline-block;
  text-decoration: none;
  color: inherit;
  box-sizing: border-box;
}
a:hover {
  text-decoration: none;
}
header {
  background-color: #fff;
  position: relative;
  height: 60px ;
}
header .header {
  display: flex;
  width: calc(100% - 30px);
  height: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
header .header .logo {
  width: auto;
  height: auto;
}
header .header .logo img {
  height: 24px;
  width: auto;
}
header .header .menu {
  height: 100%;
  display: none;
  align-items: center;
}
header .header .menu .item {
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 10px;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  transition: all 0.3s linear;
}
header .header .menu .item:not(:last-child) {
  padding: 0 20px;
}
header .header .menu .item:hover:not(:last-child) {
  background-color: #9b2727;
  color: #fff;
}
header .header .menu .item:last-child {
  margin-left: 50px;
}
header .header .menu .tel-info {
  display: flex;
  align-items: center;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 14px;
  color: #333;
}
header .header .menu .tel-info .search {
  display: flex;
  align-items: center;
  width: 28px;
  height: 28px;
  position: relative;
}
header .header .menu .tel-info .search:hover input {
  width: 250px;
  border: 1px solid #E5E5E5;
  padding: 0 20px;
}
header .header .menu .tel-info .search input {
  position: absolute;
  right: -9px;
  width: 0;
  height: 46px;
  background: #F8F8F8;
  border-radius: 23px 23px 23px 23px;
  border: none;
  outline: none;
}
header .header .menu .tel-info .search input:hover + a {
  position: relative;
  z-index: 999;
}
header .header .menu .tel-info .search a img {
  width: 28px;
  height: 28px;
}
header .header .menu .tel-info .search a:hover {
  position: relative;
  z-index: 999;
}
header .header .menu .tel-info .tel {
  display: flex;
  align-items: center;
  margin-left: 30px ;
}
header .header .menu .tel-info .tel:hover .txt {
  color: #9b2727;
}
header .header .menu .tel-info .tel img {
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
header .header .menu .tel-info .tel .txt {
  white-space: nowrap;
  line-height: 1.8;
  transition: all 0.3s linear;
}
header .header .openNav-box {
  cursor: pointer;
}
header .header .openNav-box .line {
  transition: all 0.5s linear;
  width: 38px;
  height: 4px;
  background-color: #333;
  border-radius: 2px;
  margin-top: 8px;
}
header .header .openNav-box .line:first-child {
  margin-top: 0;
}
header .header .animate1 .second-line {
  transform: rotateY(360deg);
  opacity: 0;
}
header .header .animate1 .first-line {
  transform-origin: center center;
  transform: translateY(12px) rotate(405deg);
}
header .header .animate1 .third-line {
  transform-origin: center center;
  transform: translateY(-12px) rotate(-405deg);
}
header .header .sm-menu {
  position: absolute;
  left: 0;
  background-color: #f8f8f8;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
  top: -100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s linear;
}
header .header .sm-menu .item {
  height: 60px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  border-bottom: 1px solid #ddd;
}
header .header .sm-menu .item:last-child {
  border-bottom: none;
}
header .header .sm-menu .item:hover {
  background-color: #f1f1f1;
}
header .header .act {
  top: 100%;
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.r-fixed {
  position: fixed;
  right: 10px;
  width: 166px;
  background: #FFFFFF;
  box-shadow: 2px 2px 12px 1px rgba(207, 207, 207, 0.29);
  z-index: 99999;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 18px;
  display: none;
  scale: 0.8;
}
.r-fixed .tit {
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 14px;
  color: #313131;
}
.r-fixed .item {
  width: 122px;
  height: 38px;
  background-color: #EFEFEF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #2D2D2D;
  margin-top: 20px;
  transition: all 0.3s linear;
}
.r-fixed .item .img {
  width: 24px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.r-fixed .item:first-of-type:hover img {
  content: url("../img/2.png");
}
.r-fixed .item:first-of-type .img img {
  width: 14px;
  height: auto;
}
.r-fixed .item:nth-of-type(2):hover img {
  content: url("../img/4.png");
}
.r-fixed .item:nth-of-type(2) .img img {
  width: 12.6px;
  height: auto;
}
.r-fixed .item:hover {
  background: #8A2424;
  color: #fff;
}
.r-fixed .qr-tit {
  font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 14px;
  color: #313131;
  margin-top: 30px;
}
.r-fixed .qr-img {
  width: 100px;
  height: 100px;
  border: 10px solid #F5F5F5;
  margin-top: 10px;
}
@media (min-width: 576px) {
  header .header .logo img {
    height: 30px;
  }
}
@media (min-width: 768px) {
  header .header .logo img {
    height: 34px;
  }
}
@media (min-width: 992px) {
  header {
    position: sticky;
    top: 0;
    z-index: 99999;
    background-color: #fff;
    height: 80px ;
  }
  header .header {
    display: flex;
    width: 962px;
    height: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
  }
  header .header .logo {
    width: auto;
    height: auto;
  }
  header .header .logo img {
    height: 35px;
    width: auto;
  }
  header .header .menu {
    height: 100%;
    display: flex;
    align-items: center;
  }
  header .header .menu .item {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 10px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    transition: all 0.3s linear;
  }
  header .header .menu .item:not(:last-child) {
    padding: 0 15px;
  }
  header .header .menu .item:hover:not(:last-child) {
    background-color: #9b2727;
    color: #fff;
  }
  header .header .menu .item:last-child {
    margin-left: 50px;
  }
  header .header .menu .tel-info {
    display: none;
    align-items: center;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #333;
  }
  header .header .menu .tel-info .search {
    display: flex;
    align-items: center;
    width: 28px;
    height: 28px;
    position: relative;
  }
  header .header .menu .tel-info .search:hover input {
    width: 250px;
    border: 1px solid #E5E5E5;
    padding: 0 20px;
  }
  header .header .menu .tel-info .search input {
    position: absolute;
    right: -9px;
    width: 0;
    height: 46px;
    background: #F8F8F8;
    border-radius: 23px 23px 23px 23px;
    border: none;
    outline: none;
  }
  header .header .menu .tel-info .search input:hover + a {
    position: relative;
    z-index: 999;
  }
  header .header .menu .tel-info .search a img {
    width: 28px;
    height: 28px;
  }
  header .header .menu .tel-info .search a:hover {
    position: relative;
    z-index: 999;
  }
  header .header .menu .tel-info .tel {
    display: flex;
    align-items: center;
    margin-left: 30px ;
  }
  header .header .menu .tel-info .tel:hover .txt {
    color: #9b2727;
  }
  header .header .menu .tel-info .tel img {
    width: 28px;
    height: 28px;
    margin-right: 10px;
  }
  header .header .menu .tel-info .tel .txt {
    white-space: nowrap;
    line-height: 1.8;
    transition: all 0.3s linear;
  }
  header .header .openNav-box,
  header .header .sm-menu {
    display: none;
  }
  .r-fixed {
    display: flex;
  }
}
@media (min-width: 1200px) {
  header {
    background-color: #fff;
    height: 90px ;
  }
  header .header {
    display: flex;
    width: 1180px;
    height: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
  }
  header .header .logo {
    width: auto;
    height: auto;
  }
  header .header .logo img {
    height: 40px;
    width: auto;
  }
  header .header .menu {
    height: 100%;
    display: flex;
    align-items: center;
  }
  header .header .menu .item {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 10px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    transition: all 0.3s linear;
  }
  header .header .menu .item:not(:last-child) {
    padding: 0 20px;
  }
  header .header .menu .item:hover:not(:last-child) {
    background-color: #9b2727;
    color: #fff;
  }
  header .header .menu .item:last-child {
    margin-left: 50px;
  }
  header .header .menu .tel-info {
    display: none;
    align-items: center;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #333;
  }
  header .header .menu .tel-info .search {
    display: flex;
    align-items: center;
    width: 28px;
    height: 28px;
    position: relative;
  }
  header .header .menu .tel-info .search:hover input {
    width: 250px;
    border: 1px solid #E5E5E5;
    padding: 0 20px;
  }
  header .header .menu .tel-info .search input {
    position: absolute;
    right: -9px;
    width: 0;
    height: 46px;
    background: #F8F8F8;
    border-radius: 23px 23px 23px 23px;
    border: none;
    outline: none;
  }
  header .header .menu .tel-info .search input:hover + a {
    position: relative;
    z-index: 999;
  }
  header .header .menu .tel-info .search a img {
    width: 28px;
    height: 28px;
  }
  header .header .menu .tel-info .search a:hover {
    position: relative;
    z-index: 999;
  }
  header .header .menu .tel-info .tel {
    display: flex;
    align-items: center;
    margin-left: 30px ;
  }
  header .header .menu .tel-info .tel:hover .txt {
    color: #9b2727;
  }
  header .header .menu .tel-info .tel img {
    width: 28px;
    height: 28px;
    margin-right: 10px;
  }
  header .header .menu .tel-info .tel .txt {
    white-space: nowrap;
    line-height: 1.8;
    transition: all 0.3s linear;
  }
}
@media (min-width: 1520px) {
  header {
    background-color: #fff;
    height: 90px ;
  }
  header .header {
    display: flex;
    width: 1500px;
    height: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
  }
  header .header .logo {
    width: auto;
    height: auto;
  }
  header .header .logo img {
    height: 40px;
    width: auto;
  }
  header .header .menu {
    height: 100%;
    display: flex;
    align-items: center;
  }
  header .header .menu .item {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 10px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    transition: all 0.3s linear;
  }
  header .header .menu .item:not(:last-child) {
    padding: 0 20px;
  }
  header .header .menu .item:hover:not(:last-child) {
    background-color: #9b2727;
    color: #fff;
  }
  header .header .menu .item:last-child {
    margin-left: 50px;
  }
  header .header .menu .tel-info {
    display: flex;
    align-items: center;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #333;
  }
  header .header .menu .tel-info .search {
    display: flex;
    align-items: center;
    width: 28px;
    height: 28px;
    position: relative;
  }
  header .header .menu .tel-info .search:hover input {
    width: 250px;
    border: 1px solid #E5E5E5;
    padding: 0 20px;
  }
  header .header .menu .tel-info .search input {
    position: absolute;
    right: -9px;
    width: 0;
    height: 46px;
    background: #F8F8F8;
    border-radius: 23px 23px 23px 23px;
    border: none;
    outline: none;
  }
  header .header .menu .tel-info .search input:hover + a {
    position: relative;
    z-index: 999;
  }
  header .header .menu .tel-info .search a img {
    width: 28px;
    height: 28px;
  }
  header .header .menu .tel-info .search a:hover {
    position: relative;
    z-index: 999;
  }
  header .header .menu .tel-info .tel {
    display: flex;
    align-items: center;
    margin-left: 30px ;
  }
  header .header .menu .tel-info .tel:hover .txt {
    color: #9b2727;
  }
  header .header .menu .tel-info .tel img {
    width: 28px;
    height: 28px;
    margin-right: 10px;
  }
  header .header .menu .tel-info .tel .txt {
    white-space: nowrap;
    line-height: 1.8;
    transition: all 0.3s linear;
  }
}
@media (min-width: 1720px) {
  header {
    background-color: #fff;
    height: 90px ;
  }
  header .header {
    display: flex;
    width: 1700px;
    height: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
  }
  header .header .logo {
    width: auto;
    height: auto;
  }
  header .header .logo img {
    height: 54px;
    width: auto;
  }
  header .header .menu {
    height: 100%;
    display: flex;
    align-items: center;
  }
  header .header .menu .item {
    height: 100%;
    display: flex;
    align-items: center;
    margin-left: 10px;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    transition: all 0.3s linear;
  }
  header .header .menu .item:not(:last-child) {
    padding: 0 20px;
  }
  header .header .menu .item:hover:not(:last-child) {
    background-color: #9b2727;
    color: #fff;
  }
  header .header .menu .item:last-child {
    margin-left: 50px;
  }
  header .header .menu .tel-info {
    display: flex;
    align-items: center;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #333;
  }
  header .header .menu .tel-info .search {
    display: flex;
    align-items: center;
    width: 28px;
    height: 28px;
    position: relative;
  }
  header .header .menu .tel-info .search:hover input {
    width: 250px;
    border: 1px solid #E5E5E5;
    padding: 0 20px;
  }
  header .header .menu .tel-info .search input {
    position: absolute;
    right: -9px;
    width: 0;
    height: 46px;
    background: #F8F8F8;
    border-radius: 23px 23px 23px 23px;
    border: none;
    outline: none;
  }
  header .header .menu .tel-info .search input:hover + a {
    position: relative;
    z-index: 999;
  }
  header .header .menu .tel-info .search a img {
    width: 28px;
    height: 28px;
  }
  header .header .menu .tel-info .search a:hover {
    position: relative;
    z-index: 999;
  }
  header .header .menu .tel-info .tel {
    display: flex;
    align-items: center;
    margin-left: 30px ;
  }
  header .header .menu .tel-info .tel:hover .txt {
    color: #9b2727;
  }
  header .header .menu .tel-info .tel img {
    width: 28px;
    height: 28px;
    margin-right: 10px;
  }
  header .header .menu .tel-info .tel .txt {
    white-space: nowrap;
    line-height: 1.8;
    transition: all 0.3s linear;
  }
}
/*# sourceMappingURL=header.css.map */