.header-wrap {
  width: 100%;
  height: 4rem;
  background-color: #222222;
  min-width: 80rem;
  position: fixed;
  z-index: 99;
  left: 0;
  top: 0;
}

.header-wrap .header {
  width: 80rem;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-wrap .header .header-logo {
  width: 4rem;
  height: 2rem;
}

.header-wrap .header .header-right {
  width: 34rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-wrap .header .header-right li {
  font-family: Microsoft YaHei;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 4rem;
  letter-spacing: 0rem;
  color: #c2c2c2;
  cursor: pointer;
  user-select: none;
}

.header-wrap .header .header-right li:hover {
  color: #ffffff;
}

.header-wrap .header .header-right li:hover a {
  color: #ffffff;
}

.header-wrap .header .header-right li a {
  color: #c2c2c2;
}

.header-wrap .header .header-right .activelis {
  color: #ffffff;
}

.header-wrap .header .header-right .activelis a {
  color: #ffffff;
}

.header-wrap .product-wrap {
  display: none;
  width: 100%;
  min-width: 80rem;
  background-color: #ffffff;
  height: 31rem;
  position: absolute;
  left: 0;
  box-shadow: 0px 6px 6px 0px rgba(3, 6, 38, 0.16);
}

.header-wrap .product-wrap .product {
  width: 80rem;
  height: 100%;
  margin: 0 auto;
}

.header-wrap .product-wrap .product .product-content {
  margin-top: 2rem;
  width: 80rem;
  height: 26rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-wrap .product-wrap .product .product-content .product-left {
  width: 18rem;
  border-right: 0.0625rem solid #eeeeee;
  height: 100%;
}

.header-wrap .product-wrap .product .product-content .product-left li {
  width: 100%;
  height: 4rem;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.header-wrap .product-wrap .product .product-content .product-left li .proce {
  font-family: Microsoft YaHei;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1rem;
  letter-spacing: 0rem;
  color: #666666;
}

.header-wrap .product-wrap .product .product-content .product-left li .arrows {
  width: 1rem;
  height: 1rem;
  background: url("../images/rightarrows.png") no-repeat center center;
}

.header-wrap .product-wrap .product .product-content .product-left .chakan {
  width: 100%;
  height: 4rem;
  padding: 0 1rem;
  cursor: pointer;
}

.header-wrap .product-wrap .product .product-content .product-left .chakan a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  color: #347dfe;
  font-family: Microsoft YaHei;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1rem;
  letter-spacing: 0rem;
}

.header-wrap .product-wrap .product .product-content .product-left .chakan a img {
  margin-left: 1rem;
}

.header-wrap .product-wrap .product .product-content .product-left .liActive {
  background-color: #347dfe;
}

.header-wrap .product-wrap .product .product-content .product-left .liActive .proce {
  color: #ffffff;
}

.header-wrap .product-wrap .product .product-content .product-left .liActive .arrows {
  background: url("../images/rightarrowactive.png") no-repeat center center;
}

.header-wrap .product-wrap .product .product-content .product-right {
  flex: 1;
  padding: 1rem 0;
  height: 100%;
}

.header-wrap .product-wrap .product .product-content .product-right .product-right-content {
  width: 100%;
  height: 100%;
}

.header-wrap .product-wrap .product .product-content .product-right .product-right-content .product-right-content-top {
  width: 100%;
  height: 20rem;
  padding: 0 2rem 0 3rem;
}

.header-wrap .product-wrap .product .product-content .product-right .product-right-content .product-right-content-top .wrap {
  width: 100%;
  height: 100%;
  display: none;
}
.header-wrap .product-wrap .product .product-content .product-right .product-right-content .product-right-content-top .wrap:nth-child(1){
  display: block;
}

.header-wrap .product-wrap .product .product-content .product-right .product-right-content .product-right-content-top .wrap li {
  height: 9rem;
  width: 7rem;
  margin-top: 2rem;
  float: left;
  margin-right: 5.5rem;
}

.header-wrap .product-wrap .product .product-content .product-right .product-right-content .product-right-content-top .wrap li:hover .img img {
  transform: scale(1.1);
}

.header-wrap .product-wrap .product .product-content .product-right .product-right-content .product-right-content-top .wrap li:nth-child(5n) {
  margin-right: 0;
}

.header-wrap .product-wrap .product .product-content .product-right .product-right-content .product-right-content-top .wrap li:nth-child(-n+5) {
  margin-top: 0;
}

.header-wrap .product-wrap .product .product-content .product-right .product-right-content .product-right-content-top .wrap li a {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.header-wrap .product-wrap .product .product-content .product-right .product-right-content .product-right-content-top .wrap li a .img {
  width: 7rem;
  height: 7rem;
  background-color: #f4f6f9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-wrap .product-wrap .product .product-content .product-right .product-right-content .product-right-content-top .wrap li a .img img {
  transition: all .2s ease;
}

.header-wrap .product-wrap .product .product-content .product-right .product-right-content .product-right-content-top .wrap li a p {
  font-family: Microsoft YaHei;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1rem;
  letter-spacing: 0rem;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
}

.header-wrap .product-wrap .product .product-content .product-right .product-right-content .product-right-content-bottom {
  margin-top: 2rem;
  width: 100%;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-wrap .product-wrap .product .product-content .product-right .product-right-content .product-right-content-bottom .pages {
  width: 8rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-wrap .product-wrap .product .product-content .product-right .product-right-content .product-right-content-bottom .pages div {
  font-family: Microsoft YaHei;
  font-size: 1rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1rem;
  letter-spacing: 0rem;
  color: #666666;
  cursor: pointer;
}

.header-wrap .product-wrap .product .product-content .product-right .product-right-content .product-right-content-bottom .pages div:hover {
  color: #347dfe;
}
