.header {
  width: 100%;
  margin: 0 auto;
  height: 80px;
  position: fixed;
  /* background-color: rgba(255, 255, 255, 0.4); */
  background-color: #fff;
  z-index: 100;
  box-shadow: 0 1px 10px 1px #eeeeee;
}
.header-box {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1200px;
  /* padding: 0 50px; */
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.icon-box {
  width: 207px;
  height: 60px;
}
.icon-box img {
  width: 100%;
  height: 100%;
}
.navigation {
  width: 60%;
}
.navigation > ul {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  letter-spacing: 1px;
}
.navigation ul li {
  position: relative;
  z-index: 100;
}
.tab-active {
  color: #ca1935 !important;
}
.navigation ul li a {
  display: block;
  width: 100px;
  text-align: center;
  padding: 10px 0;
}
.navigation .menu {
  color: #333333;
}
.navigation .menu a {
  display: block;
  width: 100px;
  text-align: center;
  padding: 10px 0;
}
.navigation .menu a:hover {
  background: none;
  background-color: #ee1a29;
  color: #fff;
}
.navigation ul li ul {
  padding-top: 20px;
  background-color: #ffffff;
  position: absolute;
  width: 100%;
  overflow: hidden;
  display: none;
}

.navigation ul li ul li {
  text-align: center;
  width: 100%;
}
/* footer 底部css */
.footer {
  width: 100%;
  height: 40px;
  background: url("../images/footer-bg.png") no-repeat center top;
}
.footer-main {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  padding: 30px 0 40px;
  justify-content: space-between;
}
.footer-main .left-box {
  width: 20%;
}
.footer-main .left-box img {
  width: 207px;
  height: 60px;
  margin-bottom: 20px;
}
.footer-main .right-box {
  width: 67%;
}
.footer-main .right-box > ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.footer-main .right-box > ul > li > a {
  font-weight: bold;
  font-size: 16px;
  margin: 20px 0 10px;
}
.footer-main h2 {
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 1px;
}
.footer-main .right-box .menu {
  color: #333333;
  line-height: 22px;
}

.footer-main li {
  display: flex;
  flex-direction: column;
}
.footer-text p {
  margin: 0;
  color: #999999;
  line-height: 45px;
  text-align: center;
}
