@charset "utf-8";
.product-banner {
  height: 600px;
  background: url(../images/product_banner.png) no-repeat center;
  background-color: #111222;
}
.product-banner .banner-content {
  width: 1180px;
  height: 100%;
  margin: 0 auto;
  padding: 180px 0 0 500px;
}
.product-banner .banner-content p {
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 24px;
}
.product-banner .banner-content p.tit {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 18px;
  margin-bottom: 40px;
}
.product-banner .banner-content h2 {
  font-size: 44px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 72px;
  margin-bottom: 16px;
}
.product-banner .banner-content .banner-action {
  height: 36px;
}
.product-banner .banner-content .banner-action .buy {
  display: inline-block;
  width: 88px;
  height: 48px;
  background: #0178FD;
  border-radius: 24px;
  font-size: 20px;
  text-align: center;
  line-height: 48px;
  color: #FFFFFF;
  margin-right: 30px;
}
.product-banner .banner-content .banner-action .moreinfo {
  display: inline-block;
  font-size: 20px;
  color: #0178FD;
  height: 36px;
  line-height: 36px;
  position: relative;
}
.product-banner .banner-content .banner-action .moreinfo::after {
  content: '';
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  height: 15px;
  width: 8px;
  background: url(../images/arrow_right.png) no-repeat center;
}
.new-product {
  height: 600px;
  background: url(../images/bi01.png) no-repeat center;
  background-color: #F2F3F4;
}
.new-product .page-content {
  padding: 160px 0 0 80px;
}
.new-product .page-content p {
  font-size: 24px;
  font-weight: 500;
  color: #333;
  line-height: 24px;
}
.new-product .page-content p.tit {
  font-size: 18px;
  color: #333;
  line-height: 18px;
  margin-bottom: 40px;
}
.new-product .page-content .new {
  font-size: 18px;
  color: #0178FD;
  margin-bottom: 16px;
}
.new-product .page-content h2 {
  font-size: 44px;
  font-weight: bold;
  color: #333;
  line-height: 72px;
  margin-bottom: 16px;
}
.new-product .page-content .product-action {
  height: 36px;
}
.new-product .page-content .product-action .buy {
  display: inline-block;
  width: 88px;
  height: 48px;
  background: #0178FD;
  border-radius: 24px;
  font-size: 20px;
  text-align: center;
  line-height: 48px;
  color: #FFFFFF;
  margin-right: 30px;
}
.new-product .page-content .product-action .moreinfo {
  display: inline-block;
  font-size: 20px;
  color: #0178FD;
  height: 36px;
  line-height: 36px;
  position: relative;
}
.new-product .page-content .product-action .moreinfo::after {
  content: '';
  position: absolute;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  height: 15px;
  width: 8px;
  background: url(../images/arrow_right.png) no-repeat center;
}
.product-gps {
  padding: 80px 0 120px;
  background-color: #F5F6F7;
}
.product-gps .program-tab {
  padding-top: 36px;
  margin-bottom: 60px;
}
.product-gps .program-tab ul {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: center;
}
.product-gps .program-tab ul li {
  padding: 0 30px;
  cursor: pointer;
}
.product-gps .program-tab ul li a {
  display: block;
  font-size: 18px;
  color: #666666;
  line-height: 66px;
}
.product-gps .program-tab ul li.active-tab a {
  color: #0178FD;
  position: relative;
}
.product-gps .program-tab ul li.active-tab a::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: #0178FD;
}
.product-gps .locatorbox {
  display: grid;
  grid-template-columns: repeat(2, 560px);
  grid-gap: 60px;
}
.product-gps .locatorbox .locator-item {
  height: 680px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 48px 0 48px;
  position: relative;
}
.product-gps .locatorbox .locator-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 3px;
  background: #0178FD;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.product-gps .locatorbox .locator-item:hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #0178FD;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.product-gps .locatorbox .locator-info {
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.product-gps .locatorbox .locator-info p:first-child {
  font-size: 20px;
  color: #666666;
  line-height: 20px;
  margin-bottom: 12px;
}
.product-gps .locatorbox .locator-info p:last-child {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  line-height: 32px;
}
.product-gps .locatorbox .locator-specialty {
  padding: 40px 0 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: space-between;
}
.product-gps .locatorbox .locator-specialty .specialty-name {
  flex-shrink: 0;
  width: 108px;
  height: 82px;
  padding-top: 8px;
  background: url(../images/img_cp01.png) no-repeat center;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 22px;
}
.product-gps .locatorbox .locator-specialty ul {
  display: flex;
  height: 64px;
  justify-content: space-around;
  flex-wrap: wrap;
}
.product-gps .locatorbox .locator-specialty ul li {
  margin-left: 20px;
  height: 32px;
}
.product-gps .locatorbox .locator-specialty ul li i {
  display: inline-block;
  width: 12px;
  height: 10px;
  background: url(../images/CHECK.png) no-repeat center;
}
.product-gps .locatorbox .locator-specialty ul li span {
  font-size: 18px;
  color: #666;
  line-height: 32px;
}
.product-gps .locatorbox .locator-use {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  padding-left: 60px;
  position: relative;
  margin-bottom: 40px;
}
.product-gps .locatorbox .locator-use > span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  color: #666666;
  line-height: 50px;
}
.product-gps .locatorbox .locator-use ul {
  display: flex;
  flex-wrap: wrap;
}
.product-gps .locatorbox .locator-use ul li {
  margin-right: 18px;
  font-size: 18px;
  color: #666666;
  line-height: 50px;
}
.product-gps .locatorbox .price-box {
  padding-top: 36px;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  line-height: 16px;
}
.product-gps .locatorbox .price-box span {
  display: inline-block;
}
.product-gps .locatorbox .price-box .price {
  display: inline-block;
  line-height: 28px;
  font-size: 28px;
  margin: 0 3px;
}
.product-gps .locatorbox .actions a:nth-child(1) {
  display: inline-block;
  width: 64px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  margin-right: 30px;
  background: #0178FD;
  border-radius: 18px;
}
.product-gps .locatorbox .actions a:nth-child(2) {
  display: inline-block;
  font-size: 18px;
  line-height: 36px;
  position: relative;
  color: #0178FD;
}
.product-gps .locatorbox .actions a:nth-child(2)::after {
  content: '';
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  height: 15px;
  width: 8px;
  background: url(../images/arrow_right.png) no-repeat center;
}
@keyframes line {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/*******产品系列*******/
.product-detail .detail-tab {
  height: 80px;
  padding-top: 30px;
  background: #0178FD;
}
.product-detail .detail-tab .page-content {
  display: flex;
  justify-content: space-between;
}
.product-detail .detail-tab .page-content p {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 16px;
  opacity: 0.6;
}
.product-detail .detail-tab .page-content .product-name {
  opacity: 1;
  font-size: 18px;
  line-height: 18px;
}
.product-detail .detail-introduce {
  padding-top: 60px;
  padding-bottom: 96px;
  background: #F5F8FD;
}
.product-detail .detail-introduce .page-content {
  display: flex;
}
.product-detail .detail-introduce .page-content .introduce-left {
  margin-right: 80px;
}
.product-detail .detail-introduce .page-content .introduce-left .bigimg-box {
  width: 520px;
  height: 520px;
  margin-bottom: 24px;
  background: #fff;
}
.product-detail .detail-introduce .page-content .introduce-left .bigimg-box img {
  width: 100%;
  height: 100%;
}
.product-detail .detail-introduce .page-content .introduce-left .small-img-box {
  display: flex;
}
.product-detail .detail-introduce .page-content .introduce-left .small-img-box img {
  width: 80px;
  height: 80px;
  box-sizing: content-box;
  border: 1px solid transparent;
  margin-right: 12px;
  background: #fff;
  cursor: pointer;
}
.product-detail .detail-introduce .page-content .introduce-left .small-img-box img.active-img {
  border: 1px solid #0178FD;
}
.product-detail .detail-introduce .page-content .introduce-left .small-img-box img:last-child {
  margin-right: 0;
}
.product-detail .detail-introduce .page-content .introduce-right .subtitle {
  font-size: 20px;
  color: #666666;
  line-height: 20px;
  margin-bottom: 24px;
  margin-top: 0;
  text-align: left;
}
.product-detail .detail-introduce .page-content .introduce-right .title {
  font-size: 40px;
  font-weight: bold;
  color: #333333;
  text-align: left;
  line-height: 40px;
}
.product-detail .detail-introduce .page-content .introduce-right .locator-specialty {
  padding: 40px 0 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: space-between;
}
.product-detail .detail-introduce .page-content .introduce-right .locator-specialty .specialty-name {
  flex-shrink: 0;
  width: 108px;
  height: 82px;
  padding-top: 8px;
  background: url(../images/img_cp01.png) no-repeat center;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 22px;
}
.product-detail .detail-introduce .page-content .introduce-right .locator-specialty ul {
  display: flex;
  height: 64px;
  max-width: 420px;
  justify-content: space-around;
  flex-wrap: wrap;
}
.product-detail .detail-introduce .page-content .introduce-right .locator-specialty ul li {
  margin-left: 20px;
  height: 32px;
}
.product-detail .detail-introduce .page-content .introduce-right .locator-specialty ul li i {
  display: inline-block;
  width: 12px;
  height: 10px;
  background: url(../images/CHECK.png) no-repeat center;
}
.product-detail .detail-introduce .page-content .introduce-right .locator-specialty ul li span {
  font-size: 18px;
  color: #666;
  line-height: 32px;
}
.product-detail .detail-introduce .page-content .introduce-right dl {
  margin-top: 16px;
  display: flex;
  font-size: 18px;
  color: #666666;
}
.product-detail .detail-introduce .page-content .introduce-right dl dt {
  margin-right: 12px;
  font-weight: normal;
}
.product-detail .detail-introduce .page-content .introduce-right dl dd {
  margin-left: 12px;
}
.product-detail .detail-introduce .page-content .introduce-right .rigth-qrcode {
  margin-top: 32px;
}
.product-detail .detail-introduce .page-content .introduce-right .rigth-qrcode a {
  display: block;
  float: left;
  width: 124px;
  height: 48px;
  font-size: 20px;
  margin-right: 50px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  background: #0178FD;
  border-radius: 24px;
}
.product-detail .detail-introduce .page-content .introduce-right .rigth-qrcode .migbox {
  float: left;
}
.product-detail .detail-introduce .page-content .introduce-right .rigth-qrcode .migbox .img {
  background: #fff;
  width: 164px;
  height: 164px;
  padding: 11px;
  margin-bottom: 14px;
}
.product-detail .detail-introduce .page-content .introduce-right .rigth-qrcode .migbox .img img {
  width: 142px;
  height: 142px;
}
.product-detail .detail-introduce .page-content .introduce-right .rigth-qrcode .migbox p {
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  text-align: center;
}
.product-detail .detail-trait {
  height: 700px;
  padding-top: 80px;
}
.product-detail .detail-trait .title {
  color: #fff;
  margin-bottom: 100px;
}
.product-detail .detail-trait .trait-swiper .swiper-container {
  height: 400px;
}
.product-detail .detail-trait .trait-swiper .swiper-slide {
  opacity: 0 !important;
}
.product-detail .detail-trait .trait-swiper .swiper-slide-duplicate-active {
  opacity: 1 !important;
}
.product-detail .detail-trait .trait-swiper .swiper-pagination {
  left: 120px;
  bottom: 30px;
}
.product-detail .detail-trait .trait-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #FFFFFF;
  opacity: 0.6;
  border-radius: 50%;
}
.product-detail .detail-trait .trait-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 20px;
  height: 8px;
  background: #0178FD;
  border-radius: 4px;
}
.product-detail .detail-trait .trait-swiper .trait-list {
  display: grid;
  grid-template-columns: repeat(2, 380px);
  grid-column-gap: 20px;
  grid-row-gap: 40px;
}
.product-detail .detail-trait .trait-swiper .trait-list .trait-item {
  padding-left: 8px;
  position: relative;
}
.product-detail .detail-trait .trait-swiper .trait-list .trait-item .trait-icon {
  position: absolute;
  top: 28px;
  left: 0;
  width: 16px;
  height: 16px;
  z-index: 100;
  background: url(../images/trait_bg.png) no-repeat center;
}
.product-detail .detail-trait .trait-swiper .trait-list .trait-item dl {
  width: 380px;
  height: 132px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 8px;
  padding: 26px 20px 0 24px;
}
.product-detail .detail-trait .trait-swiper .trait-list .trait-item dl dt {
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 18px;
  margin-bottom: 12px;
  position: relative;
}
.product-detail .detail-trait .trait-swiper .trait-list .trait-item dl dt i {
  position: absolute;
  top: -5px;
  margin-left: 8px;
  font-size: 14px;
  color: #FFFFFF;
  font-weight: normal;
}
.product-detail .detail-trait .trait-swiper .trait-list .trait-item dl dd {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 28px;
  opacity: 0.8;
}
.product-detail .detail-parameter {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #fff;
}
.product-detail .detail-parameter .parameter-label {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 24px;
}
.product-detail .detail-parameter .parameter-table {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.product-detail .detail-parameter .parameter-table thead tr th,
.product-detail .detail-parameter .parameter-table tbody tr td,
.product-detail .detail-parameter .parameter-table tfoot tr td {
  font-size: 18px;
  color: #333333;
  font-weight: normal;
  text-align: center;
}
.product-detail .detail-parameter .parameter-table .row-color {
  background-color: #F5F8FD;
  border-right: 1px solid #fff;
}
.product-detail .detail-parameter .parameter-table thead tr th {
  padding: 40px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.product-detail .detail-parameter .parameter-table thead tr th .info p {
  text-align: center;
}
.product-detail .detail-parameter .parameter-table thead tr th .info p a {
  display: inline-block;
  margin: 0 auto 40px;
  height: 32px;
  padding: 0 16px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  color: #FFFFFF;
  background: #3499FD;
  border-radius: 16px;
}
.product-detail .detail-parameter .parameter-table thead tr th .info .img-box {
  display: block;
  width: 75px;
  height: 115px;
  margin: 0 auto;
  position: relative;
}
.product-detail .detail-parameter .parameter-table thead tr th .info .img-box img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.product-detail .detail-parameter .parameter-table tbody tr td {
  padding: 25px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.product-detail .detail-parameter .parameter-table thead tr th:first-child,
.product-detail .detail-parameter .parameter-table tbody tr td:first-child,
.product-detail .detail-parameter .parameter-table tfoot tr td:first-child {
  text-align: left;
}
.product-detail .detail-parameter .parameter-table tfoot tr td {
  padding: 25px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.product-detail .detail-parameter .parameter-table tfoot tr td img {
  display: block;
  width: 166px;
  height: 166px;
  margin: 0 auto 26px;
}
.product-detail .detail-parameter .parameter-table tfoot tr td a {
  display: block;
  width: 200px;
  height: 16px;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  color: #0178FD;
}
.product-detail .detail-parameter .parameter-table tfoot tr td .buy {
  display: block;
  width: 98px;
  height: 36px;
  margin-top: 16px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  background: #0178FD;
  border-radius: 18px;
}
.product-detail .detail-parameter .parameter-table tfoot tr:last-child td {
  padding: 60px 0;
  border: none;
}
