.w {
  width: 1250px;
  margin: 0 auto;
}
.Product-center {
  max-width: 100vw;
  width: 100%;
  margin: 0 auto;
}
.nav-top {
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 104px;
  padding: 0;
}
.nav-top .top-logo {
  margin-left: 1.67%;
}
.nav-top .menu {
  margin-right: 3.2%;
  display: flex;
}
.nav-top .menu .navlist {
  display: flex;
  line-height: 104px;
  font-size: 16px;
}
.nav-top .menu .navlist .btli .droplist {
  z-index: -100;
  position: absolute;
  left: 0;
  width: 100vw;
  height: calc(50vh - 104px);
  background: #F0F0F0;
  display: flex;
  justify-content: space-evenly;
  z-index: 999;
}
.nav-top .menu .navlist .btli .droplist li {
  margin-top: 46px;
  display: flex;
  flex-direction: column;
}
.nav-top .menu .navlist .btli .droplist li a {
  line-height: 30px;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: 400;
  color: #383838;
}
.nav-top .menu .navlist li {
  margin-right: 88px;
}
.nav-top .menu .navlist li a {
  color: #878da4;
  font-size: 16px;
  font-weight: 700;
}
.nav-top .menu .navlist li a:hover {
  color: #0f1c49;
}
.nav-top .menu .navlist li .droplist-news {
  z-index: -100;
  position: absolute;
  left: 0;
  width: 100vw;
  height: calc(50vh - 104px);
  background: #F0F0F0;
  display: flex;
  justify-content: space-around;
}
.nav-top .menu .navlist li .droplist-news li {
  width: 15%;
  margin-top: 46px;
  display: flex;
  flex-direction: column;
}
.nav-top .menu .navlist li .droplist-news li a {
  font-size: 18px;
  margin-bottom: 10px;
  width: 139.39px;
  height: 45.37px;
  font-weight: 700;
  line-height: 30px;
  color: #18498a;
}
.nav-top .menu .navlist li .droplist-news li a img {
  width: 300px;
  height: 167.87px;
  border-radius: 8px;
}
.mask {
  position: absolute;
  left: 0;
  top: 104px;
  background: grey;
  opacity: 0.8;
  width: 100vw;
  height: 100vh;
  z-index: -999;
}
.container {
  width: 100%;
  height: 400px;
  margin-top: 104px;
}
.container .center {
  position: relative;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .center .productInfo {
  display: table-cell;
  vertical-align: middle;
  z-index: 1;
}
.container .center .productInfo h1 {
  color: #fff;
  font-size: clamp(18px, 1520px, 56px);
  font-weight: 400;
  text-align: center;
}
.container .center .productInfo .detailInfo {
  display: table-cell;
  vertical-align: middle;
  height: 106px;
  width: 430px;
}
.container .center .productInfo p {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
}
.container .center img {
  width: 100%;
  height: 400px;
  position: absolute;
}
.search {
  height: 128px;
  display: flex;
  align-items: center;
  position: relative;
}
.search .shou {
  height: 22px;
}
.search .shou span {
  margin: 0 30px;
}
.search .shou a:nth-of-type(n):hover {
  color: #18498a;
}
.search .search-box {
  height: 36px;
  left: 28%;
  position: absolute;
}
.search .search-box .search-link {
  display: flex;
  align-items: center;
  width: 770px;
  height: 36px;
  border-radius: 2px;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}
.search .search-box .search-link img {
  display: block;
  margin-left: 15px;
  width: 20.31px;
  height: 20.31px;
  background: rgba(255, 255, 255, 0.3);
}
.search .search-box .search-link input {
  width: 718.7px;
  padding-left: 13px;
  font-size: 12px;
  line-height: 31px;
  text-align: left;
  vertical-align: top;
  font-weight: 400;
  border: none;
  outline: none;
  color: #808080;
  background-color: #fff;
}
.search .search-box .search-link #auto_div {
  display: none;
  z-index: 999;
  border: 1px solid rgba(204, 204, 204, 0.7);
  width: 768px;
  background: #FFF;
  position: absolute;
  top: 35px;
  left: 0;
  color: #323232;
}
.search .search-box .search-link .active {
  display: inline-block;
  width: 749px;
  padding: 10px;
}
.search .search-box .search-link .active:hover {
  background: rgba(204, 204, 204, 0.5);
}
.show {
  display: flex;
}
.show .left {
  width: 34%;
}
.show .left dt {
  font-size: 24px;
  font-weight: 700;
  line-height: 48px;
  color: #0f1c49;
  margin-bottom: 14px;
}
.show .left .active {
  border-left: 3px solid #f8b62b;
}
.show .left dd {
  width: 318px;
  height: 96px;
  border-left: 1px solid rgba(166, 166, 166, 0.5);
}
.show .left dd:hover {
  border-left: 3px solid #f8b62b;
}
.show .left dd a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.show .left dd a span {
  width: 96px;
  height: 96px;
  background: linear-gradient(180deg, rgba(204, 204, 204, 0) 0%, rgba(204, 204, 204, 0) 100%);
}
.show .left dd a span img {
  display: block;
  width: 71px;
  height: 35px;
  margin-left: 21%;
  margin-top: 30px;
}
.show .left dd a p {
  width: 192px;
  height: 35px;
  line-height: 35px;
  color: #0f1c49;
  text-align: left;
}
.show .left dd a p p2 {
  width: 3px;
  height: 6px;
  line-height: 35px;
}
.show .right div {
  display: none;
}
.show .right .active {
  display: block;
}
.show .right h3 {
  height: 48px;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
  color: #0f1c49;
}
.show .right p {
  width: 470px;
  height: 56px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #585757;
  margin-top: 16px;
  margin-bottom: 88px;
}
.show .right .pro {
  width: 900px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.show .right .pro li {
  width: calc(50% - 30px);
  height: 289px;
  display: flex;
  flex-direction: column;
  margin-bottom: 75px;
  margin-left: -2px;
}
.show .right .pro li img {
  cursor: pointer;
}
.show .right .pro li p {
  width: 206px;
  height: 30px;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  color: #000000;
  text-align: left;
  margin: 26px 0 13px;
  cursor: pointer;
}
.show .right .pro li span {
  height: 17px;
  color: #878da4;
  cursor: pointer;
}
.footer-wrap {
  width: 100%;
  height: 32vh;
  background-color: #232323;
  position: absolute;
}
.footer-wrap .footer-box .footer-boc {
  display: flex;
  height: 24vh;
  justify-content: center;
  padding-top: 2vh;
}
.footer-wrap .footer-box .footer-boc .footer-logo {
  margin-right: 5vw;
}
.footer-wrap .footer-box .footer-boc .footer-menu {
  text-align: left;
  margin-right: 5vw;
}
.footer-wrap .footer-box .footer-boc .footer-menu li {
  margin-bottom: 0.5vh;
}
.footer-wrap .footer-box .footer-boc .footer-menu a {
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #fff;
}
.footer-wrap .footer-box .footer-boc .footer-menu .navigation a:hover {
  color: #F8B62B;
}
.footer-wrap .footer-box .footer-wechat {
  display: flex;
  align-items: center;
}
.footer-wrap .footer-box .footer-wechat img {
  margin-right: 20px;
  width: 98px;
}
.footer-wrap .footer-box .footer-wechat h6 {
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: left;
}
.footer-wrap .footer-box .footer-wechat span {
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
}
.footer-copyright {
  line-height: 6vh;
  height: 6vh;
  text-align: center;
  border-top: solid 1px #999;
  font-family: SourceHanSansCN-Regular;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}
/*# sourceMappingURL=./pc-Product.css.map */