
.insp{
  width: 100%;
  padding: 6% 0;
  text-align: center;
  background: url(/template/default/css/../images/main.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.insp h2{
  font-weight: bold;
  font-size: 32px;
  color: #fff;
  line-height: 46px;
  letter-spacing: 2px;
  text-shadow: 0 0 10px rgba(0, 0, 0, .3);
}

/* 弹出视频 */
.videos {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9995;
  display: none;
}
.videos_zhezhao {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  z-index: 9996;
  text-align: right;
}
.videos_zhezhao img {
  margin-top: 20px;
  margin-right: 20px;
  display: inline-block;
  cursor: pointer
}
.videos_box {
  position: absolute;
  z-index: 9997;
  width: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#video {
  width: 100%;
  height: 100%;
  position: relative;
}
#video video {
  width: 100%;
  height: 100%;
  background: #000;
}
.videos_cha {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-100%);
}
.videos_cha i {
  color: #fff;
  font-size: 60px;
}
  /* 关于我们 */
  .aboutdw_boxr {
    padding: 0 10px;
  }
  .aboutdw_boxr_boxh {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .aboutdw_boxr_boxp {
    margin-top: 0;
    font-size: 12px;
    line-height: 20px;
  }
  .aboutdw_boxr_gd {
    margin-top: 20px;
  }
  .aboutdw_boxr_gdvideo, .aboutdw_boxr_gd .aboutdw_boxr_gdmore {
    height: 46px;
    line-height: 46px;
    z-index: 999;
  }
  .aboutl {
    height: 260px;
  }
  .aboutdw_boxr_gdvideo i {
    font-size: 16px;
  }
  .aboutdw_boxr_gdvideo span, .aboutdw_boxr_gdmore span {
    font-size: 14px;
  }




.iqanm{
  padding: 80px 0;
}
.iqan{
  position: relative;
}
.iq-popup-video .iq-video.popup-youtube {
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%,-50%);
    position: absolute;
    z-index: 2
}

.iq-popup-video .iq-waves {
    width: 15rem;
    height: 15rem;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%,-50%);
    position: absolute;
    z-index: 0
}

.iq-popup-video .iq-video-img img {
    object-fit: cover;
    width: 100%;
    height: 100%
}


.iq-video {
    border: 1px solid #fff;
    display: inline-block;
    width: 75px;
    height: 75px;
    text-align: center;
    font-size: 24px;
    color: #000;
    border-radius: 100%!important;
    line-height: 75px;
    background-color: #fff;
    z-index: 3;
}

.iq-video:hover {
    color: #fff;
    background-color: #0193de;
    border-color: #0193de
}
.iqan .iq-video.popup-youtube {
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 2;
}

.iq-video i::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
    height: 75px;
    width: 75px;
    background: url(/template/default/css/../images/an1.png) no-repeat center;
}
.iq-video i:hover::before{
    background: url(/template/default/css/../images/an2.png) no-repeat center;
}

.iq-video-two {
    background: var(--primary-color);
    display: inline-block;
    width: 80px;
    height: 80px;
    text-align: center;
    font-size: 32px;
    color: var(--white-color);
    float: left;
    border-radius: 100%;
    line-height: 2.6;
    z-index: 9;
    position: relative
}

.iq-waves {
    position: absolute;
    width: 14rem;
    height: 14rem;
    left: -80px;
    top: -80px;
    z-index: 2;
    float: right
}

.iq-waves .waves {
    position: absolute;
    width: 384px;
    width: 15rem;
    height: 384px;
    height: 15rem;
    background: rgba(255,255,255,.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 320px;
    background-clip: padding-box;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite
}

.iq-waves .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.iq-waves .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.iq-waves .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

@-webkit-keyframes waves {
    0% {
        -webkit-transform: scale(.2,.2);
        transform: scale(.2,.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }

    50% {
        opacity: .9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
    }

    100% {
        -webkit-transform: scale(.9,.9);
        transform: scale(.9,.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}

@keyframes waves {
    0% {
        -webkit-transform: scale(.2,.2);
        transform: scale(.2,.2);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }

    50% {
        opacity: .9;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"
    }

    100% {
        -webkit-transform: scale(.9,.9);
        transform: scale(.9,.9);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
    }
}

@media screen and (max-width: 1200px) {
  .videos_box {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .insp h2{
    font-size: 28px;
  }
  .videos_box {
    width: 95%;
  }
}


/* 热门产品 */
.rmproduct {
  margin-top: 3%;
}
.rmproduct_title {
  font-size: 40px;
  font-family: 'ProximaNova-Bold';
  text-transform: capitalize;
}
.rmproduct_box {
  margin-top: 0;
  position: relative;
}
.rmproduct_prev, .rmproduct_next {
  position: absolute;
  top: 30%;
  z-index: 10;
  outline: none;
}
.rmproduct_prev {
  left: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.rmproduct_next {
  right: 0;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  -o-transform: translateX(50%);
}
.rmproduct_prev i, .rmproduct_next i {
  font-size: 34px;
  color: #333;
}
.rmproduct_prev.swiper-button-disabled i, .rmproduct_next.swiper-button-disabled i {
  color: #666;
}
.rmproduct_slide .rmproduct_slidea {
  display: block;
}
.rmproduct_slidea_img {
  overflow: hidden;
  border: 1px solid #efefef;
}
.rmproduct_slidea_img img {
  width: 100%;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}
.rmproduct_slidea_txt {
  padding: 20px 5px;
  text-align: center;
  font-size: 16px;
  color: #313635;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rmproduct_slide .rmproduct_slidea:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.rmproduct_slide .rmproduct_slidea:hover .rmproduct_slidea_txt {
  color: #df002c;
}
.rmproduct_more {
  margin-top: 50px;
}
.rmproduct_more > a:hover {
  border-color: #df002c;
}
.rmproduct_more .hvr-sweep-to-right::before {
  background-color: #df002c;
}
.rmproduct_more > a {
  width: 200px;
  height: 54px;
  line-height: 52px;
  text-align: center;
  border: 1px solid #5a5a5a;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  text-transform: uppercase;
  overflow: hidden;
}
@media screen and (max-width:1700px) {
  .rmproduct_slidea_txt {
    font-size: 14px;
  }
}
@media screen and (max-width:1200px) {
  .rmproduct {
    margin-top: 3%;
  }
  .rmproduct_title {
    font-size: 30px;
  }
  .rmproduct_more {
    margin-top: 30px
  }
  .rmproduct_more > a {
    width: 150px;
    height: 40px;
    line-height: 38px;
  }
}
@media screen and (max-width:992px) {
  .rmproduct_box {
    margin-top: 15px;
  }
  .rmproduct_more {
    margin-top: 20px;
  }
  .rmproduct_more > a {
    height: 46px;
    line-height: 44px;
  }
  .rmproduct {
    margin-top: 3%;
  }
  .rmproduct_title {
    font-size: 20px;
  }
}
@media screen and (max-width:768px) {
  .rmproduct_more > a {
    height: 36px;
    line-height: 34px;
  }
  .rmproduct_prev {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .rmproduct_next {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
}