#product {
  padding-top: 0.7rem;
}
#product > img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@keyframes navInUp50 {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translatey(-30px);
    -o-transform: translatey(-30px);
    -moz-transform: translatey(-30px);
    -webkit-transform: translatey(-30px);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translatey(0);
    -o-transform: translatey(0);
    -moz-transform: translatey(0);
    -webkit-transform: translatey(0);
  }
}
#product .content .series {
  display: flex;
  padding: 0.64rem 0 0.76rem;
  justify-content: center;
}
#product .content .series .li {
  flex: none;
  width: 3.6rem;
  margin-right: 0.6rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#product .content .series .li .li-link {
  color: #0A0A0A;
  font-size: 0.18rem;
  background: #DEDEDE;
  width: 100%;
  height: 0.77rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#product .content .series .li:last-child {
  margin-right: 0;
}
#product .content .series .li:hover .li-link {
  color: #fff;
  background: #1F8BCC;
}
#product .content .series .li .li-list {
  position: absolute;
  top: 0.73rem;
  left: 0;
  width: 100%;
  height: auto;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 29;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.11);
}
#product .content .series .li .li-list::before {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 0;
  transform: translatey(-102%);
  -o-transform: translatey(-102%);
  -moz-transform: translatey(-102%);
  -webkit-transform: translatey(-102%);
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#product .content .series .li .li-list a {
  display: none;
  position: relative;
  width: 100%;
  padding: 0.18rem 0.3rem;
  font-size: 0.16rem;
  color: #0A0A0A;
  border-top: solid 1px #eaeaea;
  opacity: 0;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#product .content .series .li .li-list a:hover {
  color: #1F8BCC;
}
#product .content .series .li .li-list .list-box {
  position: relative;
  width: 100%;
  z-index: 9;
}
#product .content .series .li .li-list .list-box .box-cent {
  position: absolute;
  top: 0;
  left: 100%;
  width: 2.5rem;
  height: auto;
  background: #fff;
  opacity: 0;
  visibility: hidden;
}
#product .content .series .li .li-list .list-box:hover .box-cent {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#product .content .series .li:hover .li-list {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#product .content .series .li:hover .li-list::before {
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
}
#product .content .series .li:hover .li-list a {
  display: block;
  animation: navInUp50 0.6s ease;
  animation-fill-mode: forwards;
}
#product .content .goods {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.53rem;
}
#product .content .goods a {
  flex: none;
  width: 3.97rem;
  margin-right: 0.44rem;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
  display: inline-block;
  padding: 0.32rem 0.18rem 0.18rem;
  margin-bottom: 0.3rem;
}
#product .content .goods a:nth-child(4n) {
  margin-right: 0;
}
#product .content .goods a .title {
  padding-left: 0.21rem;
  position: relative;
  font-size: 0.2rem;
  color: #171717;
  margin-bottom: 0.24rem;
  transition: all ease-in-out 0.3s;
}
#product .content .goods a .title::after {
  content: '';
  width: 0.13rem;
  height: 0.13rem;
  background: #1F8BCC;
  position: absolute;
  left: 0;
  top: calc(50% - 0.065rem);
}
#product .content .goods a .img {
  overflow: hidden;
}
#product .content .goods a .img img {
  transition: all ease-in-out 0.4s;
}
#product .content .goods a:hover .img img {
  transform: scale(1.12);
}
#product .content .goods a:hover .title {
  color: #1F8BCC;
}
#product_detail {
  padding-top: 0.7rem;
}
#product_detail .series_div {
  background: url(../images/product/news.png) no-repeat;
  object-fit: fill;
  height: 1.4rem;
  display: flex;
  justify-content: center;
  margin-bottom: 0.15rem;
}
#product_detail .series {
  display: flex;
  align-items: center;
}
#product_detail .series li {
  position: relative;
  margin-right: 1.54rem;
}
#product_detail .series li > a {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 0.24rem;
  padding: 0.2rem 0;
}
#product_detail .series li > a:last-child {
  margin-right: 0;
}
#product_detail .series li > a img {
  width: 0.2rem;
  height: 0.2rem;
  margin-left: 0.2rem;
  transition: all ease-in-out 0.3s;
}
#product_detail .series li .li-list {
  position: absolute;
  top: 0.73rem;
  left: calc(50% - 1.59rem);
  width: 3.18rem;
  height: auto;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 29;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.11);
}
#product_detail .series li .li-list::before {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 0;
  transform: translatey(-102%);
  -o-transform: translatey(-102%);
  -moz-transform: translatey(-102%);
  -webkit-transform: translatey(-102%);
  transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#product_detail .series li .li-list a {
  display: none;
  position: relative;
  width: 100%;
  padding: 0.18rem 0.3rem;
  font-size: 0.16rem;
  color: #0A0A0A;
  border-top: solid 1px #eaeaea;
  opacity: 0;
  z-index: 9;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#product_detail .series li .li-list a:hover {
  color: #1F8BCC;
}
#product_detail .series li .li-list .list-box {
  position: relative;
  width: 100%;
  z-index: 9;
}
#product_detail .series li .li-list .list-box .box-cent {
  position: absolute;
  top: 0;
  left: 100%;
  width: 2.5rem;
  height: auto;
  background: #fff;
  opacity: 0;
  visibility: hidden;
}
#product_detail .series li .li-list .list-box:hover .box-cent {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#product_detail .series li:hover > a img {
  transform: rotate(90deg);
}
#product_detail .series li:hover .li-list {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#product_detail .series li:hover .li-list::before {
  transform: translatey(0);
  -o-transform: translatey(0);
  -moz-transform: translatey(0);
  -webkit-transform: translatey(0);
}
#product_detail .series li:hover .li-list a {
  display: block;
  animation: navInUp50 0.6s ease;
  animation-fill-mode: forwards;
}
#product_detail .product_info {
  margin-top: 0.23rem;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
}
#product_detail .product_info .img {
  flex: none;
  width: 5.27rem;
  height: 4.3rem;
  border: 1px solid #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
}
#product_detail .product_info .introduce {
  width: 11.3rem;
  flex: none;
}
#product_detail .product_info .introduce .title {
  color: #232323;
  font-size: 0.24rem;
  text-transform: uppercase;
}
#product_detail .product_info .introduce .class {
  color: #7E7E7E;
  font-size: 0.16rem;
  margin: 0.1rem 0 0.3rem;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #DCDCDC;
}
#product_detail .product_info .introduce .swiper_box {
  width: 6.12rem;
}
#product_detail .product_info .introduce .swiper_box .swiper-slide {
  padding: 0 0.03rem;
  border: 1px solid #E2E2E2;
}
#product_detail .product_info .introduce .desc {
  color: #666666;
  font-size: 0.16rem;
  line-height: 0.3rem;
  margin: 0.3rem 0 0.5rem;
}
#product_detail .product_info .introduce > a {
  display: flex;
  width: 2rem;
  height: 0.46rem;
  background: #1F8BCC;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-size: 0.16rem;
  text-transform: uppercase;
}
#product_detail .detail .title {
  font-size: 0.24rem;
  font-weight: bold;
  color: #232323;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #DCDCDC;
  margin-bottom: 0.5rem;
}
#product_detail .detail .html {
  color: #666666;
  font-size: 0.16rem;
  line-height: 0.35rem;
  padding-bottom: 0.9rem;
}
#product_detail .product {
  background: url(../images/product/bg_dt.png) no-repeat;
  object-fit: fill;
  padding-top: 0.6rem;
}
#product_detail .product .safe_width {
  padding-bottom: 1.38rem;
  position: relative;
}
#product_detail .product .safe_width > .title {
  font-size: 0.24rem;
  color: #232323;
  margin-bottom: 0.36rem;
}
#product_detail .product .safe_width .proSwiper {
  padding: 6px;
}
#product_detail .product .safe_width .proSwiper .swiper-slide {
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.16);
  display: inline-block;
  padding: 0.32rem 0.18rem 0.18rem;
  background: #fff;
}
#product_detail .product .safe_width .proSwiper .swiper-slide .title {
  padding-left: 0.21rem;
  position: relative;
  font-size: 0.2rem;
  color: #171717;
  margin-bottom: 0.24rem;
  transition: all ease-in-out 0.3s;
}
#product_detail .product .safe_width .proSwiper .swiper-slide .title::after {
  content: '';
  width: 0.13rem;
  height: 0.13rem;
  background: #1F8BCC;
  position: absolute;
  left: 0;
  top: calc(50% - 0.065rem);
}
#product_detail .product .safe_width .proSwiper .swiper-slide .img {
  overflow: hidden;
}
#product_detail .product .safe_width .proSwiper .swiper-slide .img img {
  transition: all ease-in-out 0.4s;
}
#product_detail .product .safe_width .proSwiper .swiper-slide:hover .img img {
  transform: scale(1.12);
}
#product_detail .product .safe_width .proSwiper .swiper-slide:hover .title {
  color: #1F8BCC;
}
#product_detail .product .safe_width .swiper-pagination {
  bottom: 0.55rem;
}
#product_detail .product .safe_width .swiper-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  background: #707070;
  opacity: 1;
}
#product_detail .product .safe_width .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1F8BCC;
  margin: 0 0.12rem;
  position: relative;
}
#product_detail .product .safe_width .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: '';
  width: 0.22rem;
  height: 0.22rem;
  border: 1px solid #1F8BCC;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 0.12rem);
  top: calc(50% - 0.12rem);
}
#production {
  background: url(../images/product/top_bg.png) no-repeat left top;
  background-size: 100% auto;
  padding-top: 0.7rem;
}
#production .cnt_title {
  font-size: 0.18rem;
  color: #1F8BCC;
  letter-spacing: 0.01rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
}
#production .introduce {
  margin: 0.58rem 0 0.8rem;
  display: flex;
  justify-content: space-between;
}
#production .introduce .info {
  flex: none;
  width: 8.83rem;
}
#production .introduce .info .title {
  margin: 0.16rem 0 0.2rem;
  color: #010101;
  font-size: 0.36rem;
  line-height: 0.5rem;
}
#production .introduce .info .desc {
  color: #212121;
  font-size: 0.2rem;
  line-height: 0.3rem;
}
#production .introduce .video {
  width: 7.9rem;
  background: #fff;
  border-radius: 0.47rem;
  padding: 0.27rem 0.25rem 0.29rem;
  box-shadow: 0px 0px 30px 1px rgba(0, 0, 0, 0.07);
}
#production .introduce .video .img {
  width: 100%;
  border-radius: 0.47rem;
  overflow: hidden;
}
#production .introduce .video .img img {
  transition: all ease-in-out 0.4s;
}
#production .introduce .video .play {
  width: 0.7rem;
  height: 0.7rem;
  position: absolute;
  top: calc(50% - 0.35rem);
  left: calc(50% - 0.35rem);
  cursor: pointer;
}
#production .introduce .video:hover .img img {
  transform: scale(1.12);
}
#production .environment {
  overflow: hidden;
}
#production .environment .title {
  font-size: 0.4rem;
  color: #010101;
  margin: 0.14rem 0 0.53rem;
}
#production .environment .mySwiper {
  padding-bottom: 1.47rem;
}
#production .environment .mySwiper .swiper-pagination {
  bottom: 0.9rem;
}
#production .environment .mySwiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  background: #707070;
  opacity: 1;
}
#production .environment .mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #1F8BCC;
  margin: 0 0.12rem;
  position: relative;
}
#production .environment .mySwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: '';
  width: 0.22rem;
  height: 0.22rem;
  border: 1px solid #1F8BCC;
  border-radius: 50%;
  position: absolute;
  left: calc(50% - 0.12rem);
  top: calc(50% - 0.12rem);
}
#production .environment .swiper-slide {
  border-radius: 0.27rem;
  overflow: hidden;
}
#production .environment .swiper-slide img {
  border-radius: 0.27rem;
  transition: all ease-in-out 0.4s;
}
#production .environment .swiper-slide:hover img {
  transform: scale(1.1);
}
#production .video-mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#production .video-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 13.72rem;
  height: auto;
  background: #000;
  z-index: 199;
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#production .video-popup .popup-icon {
  position: absolute;
  top: -50px;
  right: -10px;
  width: 20px;
  cursor: pointer;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
#production .video-popup .popup-icon:hover {
  transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
#production .video-popup video {
  width: 100%;
  height: auto;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
@media screen and (max-width: 1024px) {
  #product {
    padding-top: 1.28rem;
  }
  #product > .block_sj {
    width: 100%;
    max-width: 100%;
  }
  #product .content .series {
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
    z-index: 50;
    padding: 0.1rem 0 0.3rem;
  }
  #product .content .series .li {
    width: 100%;
    line-height: inherit;
    margin-right: 0.2rem;
    margin-bottom: 0.15rem;
  }
  #product .content .series .li:nth-child(2n) {
    margin-right: 0;
  }
  #product .content .series .li:nth-child(2n) .li-list {
    left: auto;
    right: 0;
  }
  #product .content .series .li:nth-child(3) {
    width: 100%;
  }
  #product .content .series .li .li-link {
    height: auto;
    font-size: 0.32rem;
    padding: 0.26rem 0.2rem;
  }
  #product .content .series .li .li-list {
    width: 6.9rem;
    top: 0.92rem;
  }
  #product .content .series .li .li-list a {
    font-size: 0.24rem;
    padding: 0.23rem 0.3rem;
  }
  #product .content .goods {
    margin-bottom: 0.2rem;
  }
  #product .content .goods a {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.37rem;
    padding: 0.54rem 0.3rem 0.45rem;
  }
  #product .content .goods a .title {
    padding-left: 0.38rem;
    font-size: 0.34rem;
  }
  #product .content .goods a .title::after {
    width: 0.22rem;
    height: 0.22rem;
    top: calc(50% - 0.11rem);
  }
  #product .content .goods a .img {
    padding: 0 0.2rem;
  }
  #production {
    padding-top: 1.28rem;
    background: none;
    position: relative;
  }
  #production > .block_sj {
    position: absolute;
  }
  #production > .block_sj.bg_t {
    top: 0;
    right: 0;
    width: 7.5rem;
  }
  #production > .block_sj.bg_b {
    width: 1.77rem;
    left: 0;
    top: 15rem;
  }
  #production .video-popup {
    width: 6.9rem;
  }
  #production .introduce {
    flex-direction: column;
    margin: 0.1rem 0 0.7rem;
  }
  #production .introduce .info {
    width: 100%;
  }
  #production .introduce .info .title {
    margin: 0.2rem 0 0.3rem;
  }
  #production .introduce .info .desc {
    font-size: 0.28rem;
    line-height: 0.5rem;
  }
  #production .introduce .video {
    width: 100%;
    margin-top: 0.32rem;
  }
  #production .cnt_title {
    font-size: 0.28rem;
    margin-bottom: 0.1rem;
  }
  #production .environment .title {
    font-size: 0.36rem;
  }
  #product_detail {
    padding-top: 1.28rem;
  }
  #product_detail .series_box {
    display: flex;
    flex-direction: column-reverse;
  }
  #product_detail .series_div {
    margin-bottom: 0.1rem;
    background: none;
    height: auto;
  }
  #product_detail .series {
    padding: 0 0.3rem;
    margin-bottom: 0;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #product_detail .series::-webkit-scrollbar {
    height: 0;
  }
  #product_detail .series li {
    background: #1F8BCC;
    margin-right: 0;
    margin-bottom: 0.15rem;
    width: 3.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
  #product_detail .series li:nth-child(1) {
    margin-right: 0.2rem;
  }
  #product_detail .series li:nth-child(3) {
    width: 100%;
  }
  #product_detail .series li > a img {
    display: none;
  }
  #product_detail .series li .li-list {
    width: 6.9rem;
    font-size: 0.24rem;
    left: 0;
  }
  #product_detail .series li:nth-child(2n) .li-list {
    left: auto;
    right: 0;
  }
  #product_detail .series a {
    flex: none;
    width: max-content;
  }
  #product_detail .product_info {
    flex-direction: column;
    padding-bottom: 0.6rem;
  }
  #product_detail .product_info .img {
    width: 100%;
    padding: 0.5rem 0.2rem;
  }
  #product_detail .product_info .introduce {
    width: 100%;
  }
  #product_detail .product_info .introduce .introduce_top {
    margin-top: 0.16rem;
    display: flex;
    flex-direction: column-reverse;
  }
  #product_detail .product_info .introduce .swiper_box {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  #product_detail .product_info .introduce .title {
    font-size: 0.34rem;
  }
  #product_detail .product_info .introduce .class {
    font-size: 0.28rem;
    text-transform: uppercase;
    margin: 0.16rem 0 0.3rem;
    padding-bottom: 0;
    border-bottom: none;
  }
  #product_detail .product_info .introduce .desc {
    font-size: 0.28rem;
    line-height: 0.4rem;
    margin: 0 0 0.45rem;
  }
  #product_detail .product_info .introduce > a {
    width: 100%;
    height: 1.09rem;
    font-size: 0.34rem;
  }
  #product_detail .detail .title {
    font-size: 0.34rem;
  }
  #product_detail .detail .html {
    font-size: 0.28rem;
    line-height: 0.5rem;
    padding-bottom: 0.85rem;
  }
  #product_detail .product {
    background: url(../images/product/bg_dt_m.png) no-repeat;
  }
  #product_detail .product .safe_width {
    padding-bottom: 0.74rem;
  }
  #product_detail .product .safe_width > .title {
    font-size: 0.34rem;
    padding-bottom: 0.23rem;
    border-bottom: 1px solid #DCDCDC;
  }
  #product_detail .product .safe_width .proSwiper .swiper-wrapper {
    flex-direction: column;
  }
  #product_detail .product .safe_width .proSwiper .swiper-wrapper .swiper-slide {
    margin-bottom: 0.34rem;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.37rem;
    padding: 0.54rem 0.3rem 0.45rem;
  }
  #product_detail .product .safe_width .proSwiper .swiper-wrapper .swiper-slide .title {
    padding-left: 0.38rem;
    font-size: 0.34rem;
  }
  #product_detail .product .safe_width .proSwiper .swiper-wrapper .swiper-slide .title::after {
    width: 0.22rem;
    height: 0.22rem;
    top: calc(50% - 0.11rem);
  }
  #product_detail .product .safe_width .proSwiper .swiper-wrapper .swiper-slide .img {
    padding: 0 0.2rem;
  }
}
