header {
  position: sticky;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 72px;
  z-index: 99;
  padding: 0 112px;
  box-sizing: border-box;
  background: rgba(151, 157, 177, 0.5);
}
@media (max-width: 1280px) {
  header {
    padding: 0 48px;
  }
}
@media (max-width: 768px) {
  header {
    padding: 0 28px;
  }
}
@media (max-width: 375px) {
  header {
    padding: 0 16px;
  }
}
header .title {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 700;
  font-size: 30px;
  color: #FFFFFF;
  line-height: 60px;
}
@media (max-width: 1279px) {
  header .list {
    display: none;
  }
}
header .list ul {
  display: flex;
}
header .list ul li {
  margin-left: 46px;
  font-weight: 500;
  font-size: 17px;
  line-height: 38px;
  white-space: nowrap;
  cursor: pointer;
}
header .list ul li a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.65);
}
header .list ul .active {
  font-weight: 500;
  font-size: 17px;
  color: #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
}
header .list ul .active a {
  color: #FFFFFF;
}
header .menu-img {
  display: none;
}
@media (max-width: 1279px) {
  header .menu-img {
    display: inline-block;
  }
}
header .menu-list {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 812px;
  background: #fff;
  padding: 22px;
  box-sizing: border-box;
}
header .menu-list .top {
  display: flex;
  justify-content: space-between;
}
header .menu-list .top img {
  width: 17px;
  height: 17px;
}
header .menu-list ul {
  padding-top: 69px;
  width: 100%;
}
header .menu-list ul li {
  text-align: center;
  margin-top: 36px;
}
header .menu-list ul li a {
  font-family: 'Noto Sans SC';
  font-size: 15px;
  color: rgba(0, 0, 0, 0.65);
  position: relative;
}
@media (max-width: 1280px) {
  header .menu-list ul li .active:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    top: 26px;
    background: #262626;
  }
}
.section-one {
  margin-top: -72px;
  height: 520px;
}
.section-one .back-img {
  height: 520px;
  background: url('../images/product-center-back-img.png') no-repeat center center;
  background-size: 100% 100%;
}
.section-one .text {
  position: absolute;
  top: 228px;
  margin-left: 50%;
  transform: translateX(-50%);
}
.section-one .text p {
  font-weight: 700;
  font-size: 32px;
  line-height: 46px;
  text-align: center;
  color: #FFFFFF;
}
.section-one .text span {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
  opacity: 0.85;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.section-two .section-title {
  height: 40px;
  padding: 0 10%;
  background: #F2F2F2;
  line-height: 40px;
}
@media (max-width: 1100px) {
  .section-two .section-title {
    text-align: center;
  }
}
.section-two .section-title span {
  font-weight: 500;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.45);
}
.section-two .content {
  margin-top: 20px;
  padding-bottom: 18px;
  display: flex;
  justify-content: center;
}
@media (max-width: 1100px) {
  .section-two .content {
    flex-direction: column;
    align-items: center;
    padding: 0 2%;
  }
}
.section-two .content .list {
  width: 219px;
  height: 300px;
  margin-right: 25px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}
@media (max-width: 1100px) {
  .section-two .content .list {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.section-two .content .list ul li {
  width: 195px;
  height: 36px;
  border-radius: 4px;
  margin: 12px 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  background: #F2F2F2;
  cursor: pointer;
}
@media (max-width: 1100px) {
  .section-two .content .list ul li {
    width: auto;
  }
}
.section-two .content .list ul .active {
  background: #FF3E32;
  color: white;
}
.section-two .content .imgList {
  width: 1128px;
  height: auto;
}
@media (max-width: 1100px) {
  .section-two .content .imgList {
    width: 100%;
    margin: 0 auto;
  }
}
.section-two .content .imgList .imgListUl {
  display: flex;
  flex-wrap: wrap;
}
.section-two .content .imgList .imgListUl li {
  width: 265px;
  height: 236px;
  margin-bottom: 24px;
  margin-right: 15px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .section-two .content .imgList .imgListUl li {
    height: auto;
    flex-grow: 1;
    margin: 0 7.5px 24px;
  }
}
.section-two .content .imgList .imgListUl li img {
  width: 100%;
}
.section-two .content .imgList .imgListUl li p {
  font-weight: 600;
  font-size: 16px;
  line-height: 48px;
  text-indent: 1em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.85);
}
.section-two .content .imgList .imgListUl li:hover {
  border: 1px solid #FF3E32;
}
.section-two .content .imgList .page {
  display: block;
  padding-right: 8px;
}
.section-two .content .imgList .page ul {
  display: flex;
  justify-content: flex-end;
}
.section-two .content .imgList .page ul li {
  width: 23px;
  height: 26px;
  line-height: 23px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
}
.section-two .content .imgList .page ul .active {
  color: #409EFF;
}
footer .one {
  display: flex;
  justify-content: space-around;
  width: 100%;
  padding: 87px 0;
  background: #F5F7FA;
}
@media (max-width: 850px) {
  footer .one {
    display: none;
  }
}
footer .one .text > p {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 700;
  font-size: 24.8201px;
  line-height: 29px;
  color: #2947A9;
}
footer .two {
  display: none;
  width: 100%;
  padding: 19px;
  box-sizing: border-box;
  background: #F5F7FA;
}
@media (max-width: 850px) {
  footer .two {
    display: block;
  }
}
footer .two .logo {
  font-family: 'Work Sans';
  font-style: italic;
  font-weight: 700;
  font-size: 24.8201px;
  line-height: 29px;
  color: #2947A9;
}
footer .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 278px;
  height: 204px;
  font-family: 'Work Sans';
  font-style: normal;
  font-size: 16px;
  line-height: 19px;
}
@media (max-width: 850px) {
  footer .text {
    height: auto;
  }
}
footer .text p {
  font-weight: 400;
  color: #292E3D;
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 12px;
}
footer .text p i {
  font-weight: 500;
  font-variant: small-caps;
  color: #2947A9;
}
@media (max-width: 850px) {
  footer .map {
    margin: 28px 0;
  }
}
@media (max-width: 850px) {
  footer .map img {
    width: 100%;
    height: 100%;
  }
}
/*# sourceMappingURL=productCenter.css.map */