header {
  background: #fff;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.08);
  color: #333333;
}

header > .content .logo {
  display: none;
}

header > .content .has-color {
  display: inline-block;
}

header > .content nav > .main-nav > li > a {
  color: #333333;
}

header > .content .site-phone {
  border-color: #333333;
}

header > .content > .search-input-box {
  background: #fff;
}

header > .content > .search-input-box input {
  color: #999999;
  caret-color: #999999;
}

header > .content > .search-input-box .icon {
  color: #999999;
}

header.scroll-style {
  color: #ffffff;
  background-color: black;
}

header.scroll-style > .content nav > .main-nav > li > a {
  color: #fff;
}

header.scroll-style:hover > .content nav > .main-nav > li > i {
  color: #fff !important;
}

header.scroll-style:hover > .content .lan,
header.scroll-style:hover > .content .search-button,
header.scroll-style:hover > .content .site-phone {
  color: #fff !important;
}

.page-crumbs {
  color: #999999;
  margin-top: 120px;
  height: 60px;
  line-height: 60px;
}

.page-crumbs .page-crumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page-crumbs .page-crumbs > i.icon {
  display: block;
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
  margin: 0 6px;
  color: #999999;
}

.page-crumbs .page-crumbs span {
  color: #999999;
}

.page-crumbs .page-crumbs span a {
  color: #999999;
}

.page-crumbs .page-crumbs span a:hover {
  color: #297bff;
}

main {
  padding-bottom: 30px;
}

main .product-message {
  margin-top: 41px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main .product-message .left {
  width: 333px;
  min-width: 333px;
}

main .product-message .left .bgImg {
  width: 100%;
  height: 333px;
}

main .product-message .left .bgImg > img {
  width: 100%;
  height: 100%;
}

main .product-message .left .img-list {
  width: 100%;
  margin-top: 22px;
  height: 76px;
}

main .product-message .left .img-list > img {
  width: 69px;
  height: 69px;
  margin-right: 10px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  cursor: pointer;
}

main .product-message .left .img-list > img.active {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}

main .product-message .right {
  margin-left: 71px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

main .product-message .right .title {
  font-size: 26px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: bold;
  text-align: left;
  color: #333333;
  line-height: 26px;
  margin-bottom: 30px;
}

main .product-message .right .field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .product-message .right .field label {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  color: #999999;
}

main .product-message .right .field .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  color: #aaaaaa;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

main .product-message .right .field.service .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .product-message .right .field.service .text > div {
  margin-right: 20px;
}

main .product-message .right .button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main .product-message .right .button .common-button {
  padding: 15px 27px;
  background: #297bff;
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular;
  color: #ffffff;
  line-height: 16px;
}

main .content-tab {
  margin-top: 48px;
  height: 48px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #eeeeee;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  background: #fff;
}

main .content-tab .tab {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: PingFangSC, PingFangSC-Regular;
  text-align: center;
  color: #333333;
  line-height: 16px;
  cursor: pointer;
  position: relative;
}

main .content-tab .tab::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -16px;
  border-bottom: 1px solid #297bff;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

main .content-tab .tab.active {
  color: #297bff;
}

main .content-tab .tab.active::after {
  left: 30%;
  right: 30%;
}

main .content-tab .tab:hover {
  color: #297bff;
}

main .content-tab .tab:hover::after {
  left: 40%;
  right: 40%;
}

main .panel {
  font-size: 16px;
  font-family: PingFangSC, PingFangSC-Regular;
  color: #666666;
  overflow: hidden;
}

main .panel p {
  margin: 0;
}

main .panel .panel-title {
  height: 56px;
  line-height: 56px;
  font-size: 24px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: bold;
  color: #333333;
  margin-top: 14px;
}

main .panel .params-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

main .panel .params-list .params-item {
  width: 50%;
  margin-bottom: 26px;
}

main .panel .company p + p {
  margin-top: 36px;
}

main .panel .purpose {
  margin-bottom: 16px;
}

main .panel .img-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 235px;
}

main .panel .img-info-list > img {
  width: 235px;
  margin: 0 2px;
}

.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.swiper-wrapper .swiper-slide {
  width: 20%;
}

.swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=pc.css.map */