.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 68px;
}
.banner img {
  width: 100%;
}
.banner .txt {
  position: absolute;
  top: 28%;
  left: 10%;
  z-index: 2;
}
.banner h1 {
  color: #fff;
}
.banner p {
  color: #fff;
}
.sub_nav ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding: 2% 0;
}
.sub_nav ul li {
  color: #999999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sub_nav ul li i {
  margin-right: 15px;
}
.sub_nav ul li span {
  margin: 0 8px;
}
.sub_nav ul li.on {
  color: #007bf5;
}
.cont_1 {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 6%;
}
.cont_1 .w1480_f {
  display: flex;
  justify-content: space-between;
}
.cont_1 .w1480_f .txt {
  width: 53%;
  color: #141414;
}
.cont_1 .w1480_f .txt p {
  width: 73%;
  padding-top: 3%;
  color: #141414;
}
.cont_1 .w1480_f .txt .btn {
  padding-top: 5%;
}
.cont_1 .w1480_f .txt .btn a {
  display: inline-block;
  padding: 2% 6%;
  border: 1px solid #007bf5;
  background-color: #f2f8fe;
  color: #007bf5;
  font-size: 14px;
  margin-right: 15px;
  transition: all 0.3s;
}
.cont_1 .w1480_f .txt .btn a i {
  color: #007bf5;
  font-size: 16px;
  margin-left: 8px;
  transition: all 0.3s;
}
.cont_1 .w1480_f .txt .btn a:hover {
  color: #fff;
  background-color: #007bf5;
}
.cont_1 .w1480_f .txt .btn a:hover i {
  color: #fff;
}
.cont_1 .w1480_f .img {
  width: 47%;
  position: relative;
  overflow: hidden;
}
.cont_1 .w1480_f .img:hover img {
  transform: scale(1.05);
}
.cont_1 .w1480_f .img img {
  width: 100%;
}
.cont_2 {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 4% 0 5%;
  background-color: #f2f3f5;
}
.cont_2 h1 {
  width: 100%;
  text-align: center;
  color: #141414;
}
.cont_2 ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding: 5% 10% 0;
}
.cont_2 ul li .icon {
  width: 4.4rem;
  height: 4.9rem;
  overflow: hidden;
  margin: 0 auto;
}
.cont_2 ul li .icon img {
  width: 100%;
}
.cont_2 ul li p {
  font-weight: bold;
  color: #141414;
  padding-top: 4%;
}
.cont_2 ul li span {
  color: #888;
  padding-top: 2%;
  display: block;
  text-align: center;
}
.cont_2 ul li:hover .icon {
  animation: flip-x 0.6s linear 0s 1 forwards;
}
.cont_3 {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 4% 0 0;
}
.cont_3 h1 {
  width: 100%;
  text-align: center;
  color: #141414;
}
.cont_3 table {
  width: 100%;
  margin-top: 4%;
}
.cont_3 table tr:nth-child(odd) {
  background-color: #f2f3f5;
}
.cont_3 table tr td {
  font-size: 16px;
  padding: 1.5% 0;
  color: #141414;
}
.cont_3 table tr td:nth-child(1) {
  font-weight: bold;
  padding-left: 1.5%;
}
.cont_3 table tr td:nth-child(3) {
  font-weight: bold;
  padding-left: 2%;
}
.cont_3 table tr td:nth-child(2) {
  text-align: right;
  padding-right: 2%;
}
.cont_3 table tr td:nth-child(4) {
  text-align: right;
  padding-right: 1.5%;
}
.cont_3 table tr:hover {
  background-color: #f4f5f9;
}
.cont_4 {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 4% 0 7%;background:#f4f4f4;margin-top:60px;
}
.cont_4 h1 {
  width: 100%;
  text-align: center;
  color: #141414;
}
.cont_4 ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 5%;
}
.cont_4 ul li {
  width: 15%;
  padding-top: 15%;
  position: relative;
}
.cont_4 ul li:hover .img .q1 {
  animation: rotate_l 3s linear 0s infinite;
}
.cont_4 ul li:hover .img .q2 {
  animation: rotate_r 3s linear 0s infinite;
}
.cont_4 ul li:hover .img i img {
  transform: scale(1.2);
}
.cont_4 ul li .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cont_4 ul li .img i {
  display: block;
  width: 70%;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.cont_4 ul li .img i img {
  position: static;
}
.cont_4 ul li .img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.cont_4 ul li p {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 22px;
}
.cont_5 {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 3% 0 0%;
  background-color: #f2f3f5;
}
.cont_5 h1 {
  width: 100%;
  text-align: center;
  color: #141414;
}
.cont_5 .case {
  margin-top: 4%;
}
.cont_5 .case .swiper-slide {
  display: flex;
  justify-content: space-between;
}
.cont_5 .case .swiper-slide:hover .img img {
  transform: scale(1.05);
}
.cont_5 .case .swiper-slide .img {
  width: 46%;
}
.cont_5 .case .swiper-slide .img img {
  width: 100%;
}
.cont_5 .case .swiper-slide .txt {
  width: 54%;
  display: flex;
  align-items: center;
  padding-left: 4%;
  padding-right: 3%;
  background-color: #fff;
}
.cont_5 .case .swiper-slide .txt h1 {
  color: #007bf5;
  text-align: left;
  font-weight: bold;
}
.cont_5 .case .swiper-slide .txt p {
  color: #333;
  text-align: left;
  line-height: 1.8;
  font-weight: bold;
}
.cont_5 .case .swiper-slide .txt span {
  color: #666;
  text-align: left;
  line-height: 1.8;
  display: inline-block;
  margin-top: 4%;
}
.cont_5 .case .swiper-slide .txt .more {
  background-color: #007bf5;
  display: inline-block;
  color: #fff;
  padding: 2% 7%;
  margin-top: 7%;
}
.cont_5 .pag_1 {
  width: 100%;
  text-align: center;
  position: static;
}
.cont_5 .pag_1 .swiper-pagination-bullet {
  margin: 5% 8px 0;
}
.cont_6 {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 3% 0 5%;
  background-color: #f2f3f5;
}
.cont_6 h1 {
  width: 100%;
  text-align: center;
  color: #141414;
}
.cont_6 .tab {
  display: flex;
  margin-top: 1%;
  justify-content: center;
  margin-bottom: 4%;
}
.cont_6 .tab li {
  font-size: 16px;
  margin: 0 15px;
  cursor: pointer;
  color: #141414;
  font-weight: bold;
}
.cont_6 .tab li.on {
  color: #007bf5;
}
.cont_6 .product {
  display: none;
}
.cont_6 .product .relevant {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.cont_6 .product .relevant li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 2%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2%;
}
.cont_6 .product .relevant li .img {
  width: 22.5%;
}
.cont_6 .product .relevant li .img img {
  width: 100%;
}
.cont_6 .product .relevant li .txt {
  width: 42%;
}
.cont_6 .product .relevant li .txt h1 {
  font-weight: bold;
  text-align: left;
  color: #141414;
}
.cont_6 .product .relevant li .txt p {
  color: #666;
}
.cont_6 .product .relevant li .btn {
  width: 22%;
  text-align: center;
  border: 1px solid #007bf5;
  padding: 1.5% 0;
  color: #007bf5;
  white-space: nowrap;
  transition: all 0.3s;
}
.cont_6 .product .relevant li .btn:hover {
  background-color: #007bf5;
  color: #fff;
}
.cont_6 .product .relevant li:nth-child(2n) {
  margin-right: 0;
}
.cont_6 .product.on {
  display: block;
}
.mask {
  position: absolute;
  left: -100%;
  top: -50%;
  width: 300px;
  height: 200%;
  opacity: 0.2;
  animation: mask 4s ease-in-out 0s infinite;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  transform: rotate(-45deg);
}
@keyframes mask {
  0% {
    left: -100%;
  }
  30% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
@keyframes rotate_l {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate_r {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes flip-x {
  0% {
    transform: rotateY(0) translateY(0);
  }
  50% {
    transform: rotateY(180deg) translateY(-10%);
  }
  100% {
    transform: rotateY(360deg) translateY(0);
  }
}
@media screen and (max-width: 1366px) {
  .cont_3 table tr td {
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) {
  .cont_5 .case .swiper-slide {
    overflow: hidden;
  }
  .cont_5 .case .swiper-slide .img img {
    width: 120%;
    margin-left: -10%;
  }
}
@media screen and (max-width: 1024px) {
  .cont_1 .w1480_f {
    flex-wrap: wrap;
  }
  .cont_1 .w1480_f .txt {
    width: 100%;
    order: 1;
    padding-top: 5%;
  }
  .cont_1 .w1480_f .txt p {
    width: 100%;
  }
  .cont_1 .w1480_f .txt .btn {
    text-align: center;
  }
  .cont_1 .w1480_f .img {
    width: 100%;
  }
  .cont_5 .case .swiper-slide {
    flex-wrap: wrap;
  }
  .cont_5 .case .swiper-slide .img {
    width: 100%;
  }
  .cont_5 .case .swiper-slide .img img {
    width: 100%;
    margin-left: 0;
  }
  .cont_5 .case .swiper-slide .txt {
    width: 100%;
    padding: 5% 4%;
  }
  .cont_6 .product .relevant {
    flex-wrap: wrap;
  }
  .cont_6 .product .relevant li {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 900px) {
  .banner {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .cont_2 ul {
    padding: 5% 0 0;
  }
  .cont_3 table tr td {
    font-size: 12px;
  }
  .cont_4 {
    padding: 4% 0 18%;
  }
  .cont_4 ul li p {
    font-size: 16px;
  }
  .cont_4 ul li {
    width: 27%;
    padding-top: 27%;
  }
}
/*# sourceMappingURL=product_details.css.map */