@charset "utf-8";
.nbanner {
  width: 100%;
  position: relative;
  z-index: 1;
}
.nbanner > img {
  width: 100%;
  display: block;
}
.nbanner .banner-word{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top:0;
  color: #fff;
}
.nbanner .banner-word .banner-path{
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  font-size: 14px;
}
.nbanner .banner-word .banner-path .wrap{
  height: 50px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.nbanner .banner-word .banner-path a{
  display: block;
  color: #fff;
}
.nbanner .banner-word .banner-path .icon-jiantou{
  font-size: 12px;
  margin:0 10px;
}
.nbanner .banner-word .banner-type{
  height: calc(100% - 51px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.nbanner .banner-word .banner-type .title{
  border:2px solid rgba(255, 255, 255, .35);
  padding:5px 30px;
  border-radius: 40px;
}
.nbanner .banner-word .banner-type .content{
  font-size: 42px;
  line-height: 42px;
  margin-top: 40px;
  font-weight: 700;
  text-align: left;
}
@media (max-width: 1280px) {
  .nbanner {
    height:50vh;
  }
  .nbanner > img {
    height: 100%;
    object-fit: cover;
  }
  .nbanner .banner-word .banner-type{
    align-items: center;
  }
  .nbanner .banner-word .banner-type .content{
    margin-top: 4%;
    font-size: 32px;
    line-height: 32px;
    text-align: center;
  }
}
@media (max-width: 992px) {

}
@media (max-width: 750px) {
  .nbanner {
    height:38vh;
  }
  .nbanner .banner-word .banner-path .wrap{
    height: 36px;
  }
  .nbanner .banner-word .banner-type{
    height: calc(100% - 37px);
  }
  .nbanner .banner-word .banner-type .title{
    padding:3px 20px;
  }
  .nbanner .banner-word .banner-type .content{
    font-size: 20px;
    line-height: 24px;
  }
}

.ny{
  width: 100%;
  padding:110px 0;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .ny{
    padding:10% 0;
  }
}
@media (max-width: 992px) {

}
@media (max-width: 750px) {

}

.ntype{
  width: 100%;
  border-bottom: 1px #eee solid;
  overflow: hidden;
}
.ntype ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.ntype li{
  line-height: 60px;
  padding:0 30px;
}
.ntype a{
  display: block;
  font-weight: 700;
  position: relative;
}
.ntype a:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  background: #bf1c1f;
  bottom: 0;
  left: 0;
  transform-origin: center;
  transform: scale(0, 1);
  transition: transform 0.3s cubic-bezier(1, 0, 0, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ntype li:hover a,
.ntype li.active a{
  color: #bf1c1f;
}
.ntype li:hover a:after,
.ntype li.active a:after {
  transform-origin: center;
  transform: scale(1);
}
@media (max-width: 1280px) {
  .ntype li{
    line-height: 50px;
    padding:0 20px;
  }
}
@media (max-width: 992px) {

}
@media (max-width: 750px) {
  .ntype li{
    line-height: 40px;
    padding:0 10px;
  }
}

.ntitle{
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.ntitle.center{
  text-align: center;
  align-items: center;
  justify-content: center;
}
.ntitle .title{
  font-size: 36px;
  line-height: 36px;
  font-weight: 900;
}
.ntitle .line{
  display: flex;
  margin-top: 20px;
  align-items: center;
}
.ntitle.center .line{
  justify-content: center;
}
.ntitle .line .line1,
.ntitle .line .line2,
.ntitle .line .line3{
  width: 36px;
  height: 5px;
}
.ntitle .line .line1{
  background: #bf1c1f;
}
.ntitle .line .line2{
  background: #f9f9f9;
}
.ntitle .line .line3{
  background: #1B2F60;
}
@media (max-width: 1280px) {
  .ntitle .title{
    font-size: 28px;
    line-height: 28px;
  }
  .ntitle .line .line1,
  .ntitle .line .line2,
  .ntitle .line .line3{
    width: 30px;
    height: 4px;
  }
}
@media (max-width: 992px) {

}
@media (max-width: 750px) {
  .ntitle .title{
    font-size: 20px;
    line-height: 24px;
  }
  .ntitle .line{
    margin-top: 10px;
  }
  .ntitle .line .line1,
  .ntitle .line .line2,
  .ntitle .line .line3{
    width: 20px;
    height: 2px;
  }
}

.npage {
  width: 100%;
  font-size: 0;
  text-align: center;
  margin-top: 2%;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.npage span,
.npage a {
  width: 44px;
  height: 44px;
  line-height: 42px;
  border: 1px solid #eee;
  margin: 4px 5px;
  font-size: 16px;
  color: #666;
  transition: all 0.4s ease;
  border-radius: 22px;
  background-color: #fff;
  display: block;
}
.npage a.first,
.npage a.last {
  display: none;
}
.npage a.prev,
.npage a.next {
  width: 100px;
}
.npage span:hover,
.npage span.active,
.npage span.on,
.npage a:hover,
.npage a.active,
.npage a.on {
  border-color: #bf1c1f;
  background-color: #bf1c1f;
  color: #fff;
}
.npage a.disable {
  pointer-events: none;
}
@media (max-width: 1280px) {
  .npage span,
  .npage a {
    margin: 4px 2px;
    width: 34px;
    height: 34px;
    line-height: 32px;
    border-radius: 17px;
    font-size: 14px;
  }
  .npage a.prev,
  .npage a.next {
    width: 64px;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
  .npage span,
  .npage a {
    margin: 4px 2px;
    width: 28px;
    height: 28px;
    line-height: 26px;
    border-radius: 14px;
  }
}

.nabout{
  width: 100%;
  overflow: hidden;
}
.nabout .about-box1{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  overflow: hidden;
}
.nabout .about-box1 .left{
  width: 50%;
  padding-bottom: 110px;
}
.nabout .about-box1 .left .title{
  display: flex;
  align-items: center;
  color: #666;
}
.nabout .about-box1 .left .title em{
  margin-right: 5px;
  font-size: 20px;
}
.nabout .about-box1 .left .subtitle{
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  margin:20px 0 40px 0;
}
.nabout .about-box1 .left .arrow{
  width: 80px;
  height: 80px;
  border:1px #bf1c1f dashed;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding:8px;
  margin-top: 40px;
}
.nabout .about-box1 .left .arrow em{
  width: 62px;
  line-height: 62px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #bf1c1f;
  color: #fff;
  font-size: 24px;
}
.nabout .about-box1 .right{
  width: 44%;
  position: relative;
}
.nabout .about-box1 .right .img1{
  width: 100%;
  display: block;
}
.nabout .about-box1 .right .img2{
  width: 54%;
  position: absolute;
  left: 50%;
  bottom:1rem;
  margin-left: -27%;
  animation: img360 8s linear infinite;
}
@keyframes img360{
  0% {
      transform: rotate(0deg);
  }

  100% {
      transform: rotate(360deg);
  }
}
.nabout .about-box2{
  width: 100%;
  overflow: hidden;
}
.nabout .about-box2 .bgimg {
    width: 100%;
    height: 44rem;
    position: relative;
    overflow: hidden;
}
.nabout .about-box2 .bgimg .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    background-attachment: fixed;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.nabout .about-box2 .content{
    margin-top: -110px;
    position: relative;
    z-index: 4;
    padding: 80px 80px 0 80px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nabout .about-box2 .content .left{
    width: 44%;
    position: relative;
}
.nabout .about-box2 .content .left img{
    width: 100%;
    display: block;
}
.nabout .about-box2 .content .left .image{
  border:1px #eee solid;
}
.nabout .about-box2 .content .left .name{
  background: #bf1c1f;
  text-align: center;
  color: #fff;
  line-height: 46px;
  margin-top: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  display: block;
}
.nabout .about-box2 .content .left .swiper-button-next,
.nabout .about-box2 .content .left .swiper-button-prev{
  color: #fff;
  background: #000;
}
.nabout .about-box2 .content .left .swiper-button-next:after,
.nabout .about-box2 .content .left .swiper-button-prev:after{
  font-size: 16px;
}
.nabout .about-box2 .content .right{
  width: 50%;
}
.nabout .about-box2 .content .right li{
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}
.nabout .about-box2 .content .right li:last-child{
  margin-bottom: 0;
}
.nabout .about-box2 .content .right .icon i{
  font-size: 60px;
  color: #bf1c1f;
}
.nabout .about-box2 .content .right .word{
  margin-left: 20px;
}
.nabout .about-box2 .content .right .word .word1 {
  color: #bf1c1f;
}
.nabout .about-box2 .content .right .word .word1 .counter{
  font-size: 60px;
  font-weight: 700;
}
.nabout .about-box3{
  width: 100%;
  margin-top: 110px;
  background: url(../images/about1.jpg) no-repeat center;
  background-size: cover;
  height: calc(760rem / 16);
  overflow: hidden;
}
.nabout .about-box3 ul{
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  border-left:1px solid rgba(255, 255, 255, .3);
}
.nabout .about-box3 li{
  width: 33.33333333%;
  color: #fff;
  text-align: center;
  border-right:1px solid rgba(255, 255, 255, .3);
  padding:110px 60px;
  position: relative;
}
.nabout .about-box3 li:after{
  content: "";
  width: 100%;
  height: 0;
  background: linear-gradient(to bottom, transparent, #bf1c1f);
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.nabout .about-box3 li:hover:after{
  opacity: 1;
  height: 60%;
}
.nabout .about-box3 .title{
  position: relative;
  z-index: 1;
  position: relative;
}
.nabout .about-box3 .title span{
  position: relative;
}
.nabout .about-box3 .title span:after{
  content: "";
  width: 50px;
  height: 50px;
  top:0;
  right: -20px;
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  background: #bf1c1f;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.nabout .about-box3 li:hover .title span:after{
  top:-20px;
  opacity: 1;
}
.nabout .about-box3 .content{
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
.nabout .about-box4{
  padding:110px 0;
  background: #f9f9f9;
  overflow: hidden;
}
.nabout .about-box4 .title{
  color: #666;
}
.nabout .about-box4 .title i{
  margin-right: 5px;
  font-size: 20px;
}
.nabout .about-box4 .subtitle{
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  margin:20px 0 40px 0;
}
.nabout .about-box4 .content li{
  display: flex;
  align-items: center;
}
.nabout .about-box4 .content .image{
  width: 60%;
}
.nabout .about-box4 .content .image img{
  width: 100%;
  display: block;
}
.nabout .about-box4 .content .word{
  width: 50%;
  background: #fff;
  margin-left: -10%;
  padding:60px;
}
.nabout .about-box4 .content .word .t{
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}
.nabout .about-box4 .content .word .c{
  margin-top: 10px;
}
.nabout .about-box4 .content .btns{
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.nabout .about-box4 .content .btns .swiper-button-prev,
.nabout .about-box4 .content .btns .swiper-button-next{
  position: static;
  width: 40px;
  height: 40px;
  background: #bf1c1f;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  margin-top: 0;
}
.nabout .about-box4 .content .btns .swiper-button-prev:after,
.nabout .about-box4 .content .btns .swiper-button-next:after{
  font-size: 16px;
  color: #fff;
}
.nabout .about-box5{
  margin-top: 110px;
  overflow: hidden;
}
.nabout .about-box5 .title{
  color: #666;
}
.nabout .about-box5 .title i{
  margin-right: 5px;
  font-size: 20px;
}
.nabout .about-box5 .subtitle{
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  margin:20px 0 40px 0;
}
.nabout .about-box5 .content{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.nabout .about-box5 .content img{
  max-width: 100%;
  display: block;
}
.nabout .about-box5 .content .img2{
  position: absolute;
  left: 0;
  top:0;
}
@media (max-width: 1280px) {
  .nabout .about-box1{
    flex-direction: column;
  }
  .nabout .about-box1 .left,
  .nabout .about-box1 .right{
    width: 100%;
  }
  .nabout .about-box1 .left{
    padding-bottom: 10%;
  }
  .nabout .about-box1 .left .subtitle{
    margin:2% 0 4% 0;
    font-size: 28px;
    line-height: 28px;
  }
  .nabout .about-box1 .left .arrow{
    width: 64px;
    height: 64px;
    margin-top: 4%;
  }
  .nabout .about-box1 .left .arrow em{
    width: 46px;
    line-height: 46px;
  }
  .nabout .about-box2 .bgimg {
    height: 32rem;
  }
  .nabout .about-box2 .content{
    padding:8% 3% 0 3%;
    flex-direction: column;
  }
  .nabout .about-box2 .content .left,
  .nabout .about-box2 .content .right{
    width: 100%;
  }
  .nabout .about-box2 .content .right{
    margin-top: 4%;
  }
  .nabout .about-box2 .content .right li{
    margin-bottom: 4%;
  }
  .nabout .about-box2 .content .right .icon i{
    font-size: 50px;
  }
  .nabout .about-box2 .content .right .word{
    margin-left: 15px;
  }
  .nabout .about-box2 .content .right .word .word1 .counter{
    font-size: 50px;
  }
  .nabout .about-box3{
    margin-top: 10%;
    height: auto;
  }
  .nabout .about-box3 ul{
    flex-direction: column;
    border:none;
  }
  .nabout .about-box3 li{
    width: 100%;
    padding:10% 3%;
    border:none;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
  }
  .nabout .about-box3 li:after{
    display: none;
  }
  .nabout .about-box3 .content{
    margin-top: 2%;
    font-size: 28px;
  }
  .nabout .about-box3 .title span:after{
    width: 36px;
    height: 36px;
    right: -15px;
    top:-15px;
    opacity: 1;
  }
  .nabout .about-box3 li:hover .title span:after{
    top:-15px;
  }
  .nabout .about-box4{
    padding:10% 0;
  }
  .nabout .about-box4 .subtitle{
    margin:2% 0 4% 0;
    font-size: 28px;
    line-height: 28px;
  }
  .nabout .about-box4 .content li{
    flex-direction: column;
  }
  .nabout .about-box4 .content .image{
    width: 100%;
  }
  .nabout .about-box4 .content .word{
    width: 100%;
    padding:3%;
    margin-left: 0;
  }
  .nabout .about-box4 .content .word .t{
    font-size: 20px;
  }
  .nabout .about-box4 .content .btns{
    margin-top: 4%;
  }
  .nabout .about-box4 .content .btns .swiper-button-prev,
  .nabout .about-box4 .content .btns .swiper-button-next{
    width: 32px;
    height: 32px;
  }
  .nabout .about-box4 .content .btns .swiper-button-prev:after,
  .nabout .about-box4 .content .btns .swiper-button-next:after{
    font-size: 14px;
  }
  .nabout .about-box5{
    margin-top: 10%;
  }
  .nabout .about-box5 .subtitle{
    margin:2% 0 4% 0;
    font-size: 28px;
    line-height: 28px;
  }
}
@media (max-width: 992px) {
  .nabout .about-box1 .left .subtitle{
    font-size: 24px;
    line-height: 24px;
  }
  .nabout .about-box3 .content{
    font-size: 24px;
  }
  .nabout .about-box4 .subtitle{
    font-size: 24px;
    line-height: 24px;
  }
  .nabout .about-box5 .subtitle{
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 750px) {
  .nabout .about-box1 .left .subtitle{
    font-size: 20px;
  }
  .nabout .about-box1 .left .arrow{
    width: 48px;
    height: 48px;
    padding:6px;
  }
  .nabout .about-box1 .left .arrow em{
    width: 34px;
    line-height: 34px;
    font-size: 12px;
  }
  .nabout .about-box2 .bgimg {
    height: 24rem;
  }
  .nabout .about-box2 .content .left .name{
    line-height: 40px;
  }
  .nabout .about-box2 .content .right .icon i{
    font-size: 32px;
  }
  .nabout .about-box2 .content .right .word{
    margin-left: 10px;
  }
  .nabout .about-box2 .content .right .word .word1 .counter{
    font-size: 32px;
  }
  .nabout .about-box3 .content{
    font-size: 20px;
  }
  .nabout .about-box3 .title span:after{
    width: 30px;
    height: 30px;
    right: -10px;
    top:-10px;
  }
  .nabout .about-box3 li:hover .title span:after{
    top:-10px;
  }
  .nabout .about-box4 .subtitle{
    font-size: 20px;
  }
  .nabout .about-box4 .content .word .t{
    font-size: 16px;
  }
  .nabout .about-box4 .content .word .c{
    margin-top: 5px;
  }
  .nabout .about-box4 .content .btns .swiper-button-prev,
  .nabout .about-box4 .content .btns .swiper-button-next{
    width: 28px;
    height: 28px;
    margin-right: 5px;
  }
  .nabout .about-box5 .subtitle{
    font-size: 20px;
  }
}

.nprotype{
  width: 100%;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.nprotype:after{
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
  position: absolute;
  left: 0;
  top:34px;
}
.nprotype .wrap{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.nprotype a{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.nprotype .swiper-container{
  width: calc(100% - 166px);
}
.nprotype li.active a{
  color: #bf1c1f;
}
.nprotype .icon{
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nprotype .icon i{
  font-size: 30px;
  color: #bf1c1f;
}
.nprotype li.active .icon{
  background:#bf1c1f;
}
.nprotype li.active .icon i{
  color: #fff;
}
.nprotype .text{
  margin-top: 10px;
}
.nprotype .swiper-button-prev,
.nprotype .swiper-button-next{
  position: relative;
  width: 48px;
  height: 48px;
  background: #eee;
  border-radius: 50%;
  margin-top: 10px;
}
.nprotype .swiper-button-prev:after,
.nprotype .swiper-button-next:after{
  font-size: 16px;
  color: #bf1c1f;
}
@media (max-width: 1280px) {
  .nprotype{
    margin-top: 4%;
  }
  .nprotype:after{
    top:24px;
  }
  .nprotype .swiper-container{
    width: calc(100% - 112px);
  }
  .nprotype .icon{
    width: 48px;
    height: 48px;
  }
  .nprotype .icon i{
    font-size: 24px;
  }
  .nprotype .swiper-button-prev,
  .nprotype .swiper-button-next{
    width: 36px;
    height: 36px;
    margin-top: 5px;
  }
  .nprotype .swiper-button-prev:after,
  .nprotype .swiper-button-next:after{
    font-size: 16px;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
  .nprotype:after{
    top:16px;
  }
  .nprotype .swiper-container{
    width: calc(100% - 68px);
  }
  .nprotype .icon{
    width: 32px;
    height: 32px;
  }
  .nprotype .icon i{
    font-size: 16px;
  }
  .nprotype .text{
    margin-top: 5px;
  }
  .nprotype .swiper-button-prev,
  .nprotype .swiper-button-next{
    width: 24px;
    height: 24px;
    margin-top: 5px;
  }
  .nprotype .swiper-button-prev:after,
  .nprotype .swiper-button-next:after{
    font-size: 12px;
  }
}

.nproducts{
  overflow: hidden;
}
.nproducts ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nproducts li{
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding:10px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}
.nproducts li:nth-child(3n){
  margin-right: 0;
}
.nproducts a{
  display: block;
  border:1px #eee solid;
  border-radius: 10px;
  overflow: hidden;
}
.nproducts a:hover{
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.nproducts .products-pic{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.nproducts .products-pic img{
  width: 100%;
  display: block;
}
.nproducts .products-pic .icon{
  width: 60px;
  height: 60px;
  background: #bf1c1f;
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 50%;
  color: #fff;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  opacity: 0;
  visibility: hidden;
}
.nproducts a:hover .products-pic .icon{
  opacity: 1;
  visibility: visible;
}
.nproducts .products-info{
  padding:0 20px;
}
.nproducts .products-info .text1{
  width: 100%;
  font-weight: 700;
  line-height: 48px;
  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.nproducts .products-info .text2{
  width: 100%;
  font-size: 14px;
  border-top: 1px #eee solid;
  line-height: 48px;
  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
@media (max-width: 1280px) {
  .nproducts li{
    width: 49%;
  }
  .nproducts li:nth-child(3n){
    margin-right: 2%;
  }
  .nproducts li:nth-child(2n){
    margin-right: 0;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
  .nproducts li{
    width: 100%;
    margin-right: 0;
  }
  .nproducts li:nth-child(3n){
    margin-right: 0;
  }
}

.nproductsdetail{
  width: 100%;
  overflow: hidden;
}
.nproductsdetail .productsdetail-box1{
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.nproductsdetail .productsdetail-box1 .left{
  width: 40%;
  border:1px #eee solid;
}
.nproductsdetail .productsdetail-box1 .left img{
  width: 100%;
  display: block;
}
.nproductsdetail .productsdetail-box1 .right{
  width: 54%;
}
.nproductsdetail .productsdetail-box1 .right .title {
  font-weight: 600;
  font-size: 24px;
}
.nproductsdetail .productsdetail-box1 .right .content,
.nproductsdetail .productsdetail-box1 .right .typename,
.nproductsdetail .productsdetail-box1 .right .button .c {
  margin-top: 20px;
}
.nproductsdetail .productsdetail-box1 .right .content {
  line-height: 1.5;
}
.nproductsdetail .productsdetail-box1 .right .content .div2 ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 1%;
}
.nproductsdetail .productsdetail-box1 .right .content .div2 li{
    width: 100;
}
.nproductsdetail .productsdetail-box1 .right .content img{
    max-width: 100%;
    display: block;
}
.nproductsdetail .productsdetail-box1 .right .typename a {
  color: #bf1c1f;
}
.nproductsdetail .productsdetail-box1 .right .button {
  margin-top: 50px;
}
.nproductsdetail .productsdetail-box1 .right .button .c ul {
  display: flex;
}
.nproductsdetail .productsdetail-box1 .right .button .c li {
  margin-right: 20px;
}
.nproductsdetail .productsdetail-box1 .right .button .c li:last-child {
  margin-right: 0;
}
.nproductsdetail .productsdetail-box1 .right .button .c a {
  display: block;
  background: #bf1c1f;
  color: #fff;
  border-radius: 16px;
  padding: 5px 20px;
}
.nproductsdetail .productsdetail-box2{
  margin-top: 40px;
}
.nproductsdetail .productsdetail-box2 ul {
  display: flex;
  justify-content: space-between;
}
.nproductsdetail .productsdetail-box2 li {
  width: 49%;
  background: #f9f9f9;
  padding: 20px;
  display: flex;
}
.nproductsdetail .productsdetail-box2 .left {
  margin-right: 10px;
  color: #999;
}
.nproductsdetail .productsdetail-box2 .right a {
  color: #bf1c1f;
}
.nproductsdetail .productsdetail-box3{
  margin-top: 60px;
}
.nproductsdetail .productsdetail-box3 img{
  max-width: 100%;
}
.nproductsdetail .productsdetail-box3 table{
  width: 100% !important;
}
.nproductsdetail .productsdetail-box3 td,
.nproductsdetail .productsdetail-box3 th{
  padding:0 !important;
}
.nproductsdetail .productsdetail-box4{
  width: 100%;
  margin-top:110px;
  padding:110px 0;
  background: rgba(196, 25, 33, .1);
}
.nproductsdetail .productsdetail-box4 .list{
  margin-top: 30px;
}
.nproductsdetail .productsdetail-box4 li{
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding:10px;
  overflow: hidden;
}
.nproductsdetail .productsdetail-box4 li:nth-child(3n){
  margin-right: 0;
}
.nproductsdetail .productsdetail-box4 a{
  display: block;
  border:1px #eee solid;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.nproductsdetail .productsdetail-box4 a:hover{
  box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}
.nproductsdetail .productsdetail-box4 .products-pic{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.nproductsdetail .productsdetail-box4 .products-pic img{
  width: 100%;
  display: block;
}
.nproductsdetail .productsdetail-box4 .products-pic .icon{
  width: 60px;
  height: 60px;
  background: #bf1c1f;
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 50%;
  color: #fff;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  opacity: 0;
  visibility: hidden;
}
.nproductsdetail .productsdetail-box4 a:hover .products-pic .icon{
  opacity: 1;
  visibility: visible;
}
.nproductsdetail .productsdetail-box4 .products-info{
  padding:0 20px;
}
.nproductsdetail .productsdetail-box4 .products-info .text1{
  width: 100%;
  font-weight: 700;
  line-height: 48px;
  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.nproductsdetail .productsdetail-box4 .products-info .text2{
  width: 100%;
  font-size: 14px;
  border-top: 1px #eee solid;
  line-height: 48px;
  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.nproductsdetail .productsdetail-box4 .swiper-pagination{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.nproductsdetail .productsdetail-box4 .swiper-pagination .swiper-pagination-bullet-active{
  background: #bf1c1f;
}
.nproductsdetail .productsdetail-box5{
  margin-top: 110px;
}
@media (max-width: 1280px) {
  .nproductsdetail .productsdetail-box1{
    flex-direction: column;
  }
  .nproductsdetail .productsdetail-box1 .left,
  .nproductsdetail .productsdetail-box1 .right {
    width: 100%;
  }
  .nproductsdetail .productsdetail-box1 .right {
    margin-top: 4%;
  }
  .nproductsdetail .productsdetail-box1 .right .title {
    font-size: 18px;
  }
  .nproductsdetail .productsdetail-box1 .right .content {
    font-size: 14px;
  }
  .nproductsdetail .productsdetail-box1 .right .button {
    margin-top: 5%;
  }
  .nproductsdetail .productsdetail-box1 .right .button .c li {
    margin-right: 10px;
  }
  .nproductsdetail .productsdetail-box1 .right .button .c a {
    padding: 5px 15px;
  }
  .nproductsdetail .productsdetail-box1 .right .content,
  .nproductsdetail .productsdetail-box1 .right .typename,
  .nproductsdetail .productsdetail-box1 .right .button {
    font-size: 14px;
  }
  .nproductsdetail .productsdetail-box1 .right .button .c i {
    font-size: 12px;
  }
  .nproductsdetail .productsdetail-box2{
    margin-top: 4%;
  }
  .nproductsdetail .productsdetail-box3{
    margin-top: 6%;
  }
  .nproductsdetail .productsdetail-box4{
    margin-top: 10%;
    padding:10% 0;
  }
  .nproductsdetail .productsdetail-box4 .list{
    margin-top: 4%;
  }
  .nproductsdetail .productsdetail-box4 .swiper-pagination{
    margin-top: 4%;
  }
  .nproductsdetail .productsdetail-box5{
    margin-top: 10%;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
  .nproductsdetail .productsdetail-box1 .right .title {
    font-size: 16px;
  }
  .nproductsdetail .productsdetail-box2 ul {
    flex-direction: column;
  }
  .nproductsdetail .productsdetail-box2 li {
    width: 100%;
    padding: 10px;
  }
  .nproductsdetail .productsdetail-box2 li:nth-child(2) {
    margin-top: 10px;
  }
}

.nservice{
  width: 100%;
  overflow: hidden;
}
.nservice .service-box1 ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.nservice .service-box1 li{
  width: 23.8%;
  border:1px #eee solid;
  border-radius: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nservice .service-box1 li:hover{
  background: #bf1c1f;
  border-color: #bf1c1f;
  color: #fff;
  border-radius: 16px 16px 32px 16px;
}
.nservice .service-box1 li.active,
.nservice .service-box1 li:hover{
  border-color: #bf1c1f;
  background: #bf1c1f;
  color: #fff;
  border-radius: 20px 20px 48px 20px;
}
.nservice .service-box1 a{
  padding:60px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.nservice .service-box1 li.active a,
.nservice .service-box1 li:hover a{
  color: #fff;
}
.nservice .service-box1 img{
  display: block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nservice .service-box1 li:hover .icon img{
  filter: brightness(100);
}
.nservice .service-box1 .title{
  margin:20px 0;
  font-size: 28px;
  line-height: 28px;
  font-weight: 500;
}
.nservice .service-box1 .arrow{
  margin-top: 60px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #aaaaaa;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nservice .service-box1 li:hover .arrow{
  background: #bf1c1f;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.nservice .service-box2{
  width: 100%;
  margin-top: 110px;
  padding:110px 0;
  background: rgba(196, 25, 33, .1);
  overflow: hidden;
}
.nservice .service-box2 .content ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nservice .service-box2 .content li{
  margin-top: 60px;
  background: #fff;
  width: 23.8%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding:50px;
  text-align: center;
}
.nservice .service-box2 .content .icon{
  display: flex;
  align-items: center;
  justify-content: center;
}
.nservice .service-box2 .content .icon img{
  display: block;
  width: 70px;
}
.nservice .service-box2 .content .title{
  font-size: 24px;
  font-weight: 700;
  color: #bf1c1f;
  margin-top: 40px;
  margin-bottom: 10px;
}
.nservice .service-box3{
  margin-top: 110px;
}
.nservice .service-box3 li{
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nservice .service-box3 li:last-child{
  margin-bottom: 0;
}
.nservice .service-box3 li:nth-child(2n){
  flex-direction: row-reverse;
}
.nservice .service-box3 .left,
.nservice .service-box3 .right{
  width: 48%;
}
.nservice .service-box3 .left .title{
  font-size: 36px;
  line-height: 36px;
  font-weight: 900;
}
.nservice .service-box3 .left .content{
  margin-top: 30px;
}
.nservice .service-box3 .right{
  border-radius: 10px;
  overflow: hidden;
}
.nservice .service-box3 .right img{
  width: 100%;
  display: block;
}
@media (max-width: 1280px) {
  .nservice .service-box1 li{
    width: 49%;
  }
  .nservice .service-box1 li:nth-child(n+3){
    margin-top: 2%;
  }
  .nservice .service-box1 a{
    padding:6% 4%;
  }
  .nservice .service-box1 .title{
    margin:4% 0;
  }
  .nservice .service-box1 .arrow{
    margin-top: 6%;
  }
  .nservice .service-box2{
    margin-top: 10%;
    padding:10% 0;
  }
  .nservice .service-box2 .content li{
    margin-top: 6%;
    width: 49%;
    padding:5%;
  }
  .nservice .service-box2 .content li:nth-child(n+3){
    margin-top: 2%;
  }
  .nservice .service-box2 .content .icon img{
    width: 60px;
  }
  .nservice .service-box2 .content .title{
    font-size: 20px;
    margin-top: 4%;
    margin-bottom: 2%;
  }
  .nservice .service-box3{
    margin-top: 10%;
  }
  .nservice .service-box3 li{
    margin-bottom: 6%;
    flex-direction: column;
  }
  .nservice .service-box3 li:nth-child(2n){
    flex-direction: column;
  }
  .nservice .service-box3 .left,
  .nservice .service-box3 .right{
    width: 100%;
  }
  .nservice .service-box3 .left .title{
    font-size: 24px;
    line-height: 24px;
  }
  .nservice .service-box3 .left .content{
    margin-top: 2%;
    margin-bottom: 4%;
  }
}
@media (max-width: 992px) {
  .nservice .service-box1 .title{
    font-size: 24px;
    line-height: 24px;
  }
  .nservice .service-box1 .icon img{
    width: 60px;
  }
  .nservice .service-box1 .arrow{
    width: 40px;
    height: 40px;
  }
  .nservice .service-box3 .left .title{
    font-size: 20px;
  }
}
@media (max-width: 750px) {
  .nservice .service-box1 li{
    width: 100%;
  }
  .nservice .service-box1 li:nth-child(n+2){
    margin-top: 2%;
  }
  .nservice .service-box1 .icon img{
    width: 50px;
  }
  .nservice .service-box1 .title{
    font-size: 18px;
  }
  .nservice .service-box1 .arrow{
    width: 32px;
    height: 32px;
  }
  .nservice .service-box1 .arrow img{
    width: 10px;
  }
  .nservice .service-box2 .content li{
    width: 100%;
  }
  .nservice .service-box2 .content li:nth-child(n+2){
    margin-top: 2%;
  }
  .nservice .service-box2 .content .icon img{
    width: 40px;
  }
  .nservice .service-box2 .content .title{
    font-size: 18px;
  }
  .nservice .service-box3 .left .title{
    font-size: 18px;
  }
}

.nmove{
  overflow: hidden;
}
.nmove .move-ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.nmove .move-ul li{
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.nmove .move-ul li:nth-child(3n){
  margin-right: 0;
}
.nmove .move-ul a{
  display: block;
  position: relative;
}
.nmove .move-ul .move-pic{
  width: 100%;
  overflow: hidden;
}
.nmove .move-ul .move-pic img{
  width: 100%;
  display: block;
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}
.nmove .move-ul a:hover .move-pic img{
  transform: scale(1.08);
}
.nmove .move-ul .move-info{
  width: 100%;
  height: 100%;
  background: ;
  position: absolute;
  left: 0;
  bottom:0;
  color: #fff;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, .6));
}
.nmove .move-ul .move-info .text{
  width: 100%;
  display: flex;
  align-items: center;
  padding:10px;
}
.nmove .move-ul .move-info .text i{
  font-size: 20px;
  color: #bf1c1f;
  margin-right: 10px;
  display: block;
}
.nmove .move-ul .move-info .text span{
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
@media (max-width: 1280px) {
  .nmove .move-ul li{
    width: 49%;
  }
  .nmove .move-ul li:nth-child(3n){
    margin-right: 2%;
  }
  .nmove .move-ul li:nth-child(2n){
    margin-right: 0;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
  .nmove .move-ul li{
    width: 100%;
    margin-right: 0;
  }
  .nmove .move-ul li:nth-child(3n){
    margin-right: 0;
  }
}

.ndownload{
  overflow: hidden;
}
.ndownload .download-ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.ndownload .download-ul li{
  width: 32%;
  margin-right: 2%;
  border:1px #eee solid;
  border-radius: 10px;
  margin-bottom: 2%;
  padding:0 20px;
}
.ndownload .download-ul li:nth-child(3n){
  margin-right: 0;
}
.ndownload .download-ul a{
  width:100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ndownload .download-ul .title{
  margin:20px 0;
  font-weight: 700;
}
.ndownload .download-ul .download{
  border-top: 1px #eee solid;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding:10px 0;
  font-size: 14px;
}
.ndownload .download-ul .download .left{
  display: flex;
  align-items: center;
}
.ndownload .download-ul .download .left i{
  display: block;
  margin-right: 5px;
  color: #bf1c1f;
}
.ndownload .download-ul .download .right{
  display: flex;
  align-items: center;
}
.ndownload .download-ul .download .right i{
  display: block;
  margin-left: 5px;
}
@media (max-width: 1280px) {
  .ndownload .download-ul li{
    width: 49%;
  }
  .ndownload .download-ul li:nth-child(3n){
    margin-right: 2%;
  }
  .ndownload .download-ul li:nth-child(2n){
    margin-right: 0;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
  .ndownload .download-ul li{
    width: 100%;
    padding:0 10px;
  }
  .ndownload .download-ul li:nth-child(3n){
    margin-right: 0;
  }
  .ndownload .download-ul .title{
    margin:10px 0;
  }
  .ndownload .download-ul .download{
    padding:5px 0;
  }
}

.nfaq{
  overflow: hidden;
}
.nfaq .faq-ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  overflow: hidden;
}
.nfaq .faq-ul li{
  width: 49%;
  margin-right: 2%;
  border:1px #eee solid;
  margin-bottom: 2%;
  padding:20px;
}
.nfaq .faq-ul li:nth-child(2n){
  margin-right: 0;
}
.nfaq .faq-ul a{
  display: block;
}
.nfaq .faq-ul .faq-q{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
   font-weight: 700;
}
.nfaq .faq-ul .faq-q span{
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.nfaq .faq-ul .faq-q i{
  margin-left: 5px;
}
.nfaq .faq-ul .faq-a{
  width: 100%;
  border-top: 1px #eee solid;
  margin-top: 10px;
  padding-top: 10px;
  display: none;
}
@media (max-width: 1280px) {
  .nfaq .faq-ul li{
    padding:10px 15px;
  }
  .nfaq .faq-ul .faq-q i{
    font-size: 14px;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
  .nfaq .faq-ul li{
    width: 100%;
    margin-right: 0;
    padding:10px;
  }
}

.nnews{
  overflow: hidden;
}
.nnews .news-ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.nnews .news-ul li {
  display: block;
  width: 32%;
  float: left;
  margin: 0 2% 2% 0;
  background: #fff;
  transition: all 0.4s ease;
  position: relative;
  border:1px #eee solid;
}
.nnews .news-ul li:nth-child(3n) {
  margin-right: 0;
}
.nnews .news-ul .news-pic {
  width: 100%;
  overflow: hidden;
}
.nnews .news-ul .news-pic img {
  width: 100%;
  object-fit: cover;
  transition: all 0.8s ease;
  height: 258px;
  display: block;
}
.nnews .news-ul li:hover img {
  transform: scale(1.06);
}
.nnews .news-ul .news-info {
  background: #fff;
  display: flex;
  padding: 34px 30px 41px;
  z-index: 1;
  position: relative;
  transition: all 0.4s ease;
}
.nnews .news-ul li:hover .news-info {
  transform: translateY(-40px);
}
.nnews .news-ul .news-time {
  font-size: 14px;
  color: #888;
  font-family: "Samsung";
  text-align: center;
}
.nnews .news-ul .news-time span {
  font-weight: 700;
  font-size: 36px;
  color: #333;
  display: block;
  width: 60px;
  line-height: 1;
}
.nnews .news-ul .news-txt {
  width: calc(100% - 60px);
  padding-left: 28px;
}
.nnews .news-ul .news-txt-title {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  margin-bottom: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nnews .news-ul .news-txt p {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  color: #888;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.nnews .news-ul .news-more {
  position: absolute;
  z-index: 0;
  width: 100%;
  background: #bf1c1f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  left: 0;
  bottom: 0;
  font-size: 16px;
}
.nnews .news-ul .news-more i {
  display: block;
  background: url("../images/arr-r.png") no-repeat center/100%;
  width: 6px;
  height: 10px;
  margin-left: 20px;
}
@media (max-width: 1280px) {
  .nnews .news-ul li {
    width: 49%;
  }
  .nnews .news-ul li:nth-child(3n) {
    margin-right: 2%;
  }
  .nnews .news-ul li:nth-child(2n) {
    margin-right: 0;
  }
  .nnews .news-ul .news-info {
    padding: 20px 15px;
  }
  .nnews .news-ul .news-time {
    font-size: 12px;
  }
  .nnews .news-ul .news-time span {
    font-size: 26px;
  }
  .nnews .news-ul .news-txt {
    padding-left: 15px;
  }
  .nnews .news-ul .news-txt-title {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
  .nnews .news-ul li {
    width: 100%;
    margin-right: 0;
  }
  .nnews .news-ul li:nth-child(3n) {
    margin-right: 0;
  }
  .nnews .news-ul .news-txt-title {
    font-size: 15px;
    margin-bottom: 0;
  }
}

.nnewsdetail {
  overflow: hidden;
}
.nnewsdetail .news-box {
  background: #fff;
  padding: 4%;
  border: 1px #eee solid;
}
.nnewsdetail .news-title {
  width: 100%;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
  overflow: hidden;
}
.nnewsdetail .news-tools {
  width: 100%;
  text-align: center;
  color: #999;
  padding: 10px 0 20px 0;
  border-bottom: 1px #eee solid;
  overflow: hidden;
}
.nnewsdetail .news-content {
  width: 100%;
  margin-top: 40px;
  line-height: 1.5;
  overflow: hidden;
}
.nnewsdetail .news-content img {
  max-width: 100%;
  height: auto;
}
.nnewsdetail .news-nav {
  width: 100%;
  margin-top: 40px;
  border: 1px #eee solid;
  background: #fff;
  overflow: hidden;
}
.nnewsdetail .news-nav,
.nnewsdetail .news-nav a {
  color: #666;
}
.nnewsdetail .news-nav a:hover {
  color: #bf1c1f;
}
.nnewsdetail .news-nav .nav-right {
  float: right;
  width: 120px;
  height: 90px;
  line-height: 90px;
  text-align: center;
}
.nnewsdetail .news-nav .nav-right a {
  display: block;
  background: #eee;
}
.nnewsdetail .news-nav .nav-right a:hover {
  background: #bf1c1f;
  color: #fff;
}
.nnewsdetail .news-nav .nav-left {
  margin-right: 120px;
  height: 90px;
  padding: 0 2%;
  line-height: 26px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.nnewsdetail .news-nav .nav-left a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.nnewsdetail .news-relate,
.nnewsdetail .news-message {
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
}
.nnewsdetail .news-relate .title,
.nnewsdetail .news-message .title {
  font-size: 20px;
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  padding-bottom: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
}
.nnewsdetail .news-relate .title i,
.nnewsdetail .news-message .title i {
  display: block;
  margin-right: 5px;
}
.nnewsdetail .news-relate .content ul {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: stretch;
}
.nnewsdetail .news-relate .content li {
  width: 32%;
  margin-right: 2%;
  margin-top: 2%;
  float: left;
  border: 1px #eee solid;
  background: #fff;
  padding: 2%;
  line-height: 1.5;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.nnewsdetail .news-relate .content li:nth-child(3n) {
  margin-right: 0;
}
.nnewsdetail .news-relate .content li:hover {
  background: #bf1c1f;
}
.nnewsdetail .news-relate .content li a {
  display: block;
}
.nnewsdetail .news-relate .content li .rt {
  width: 16px;
}
.nnewsdetail .news-relate .content li .box {
  display: block;
  margin-right: 32px;
}
.nnewsdetail .news-relate .content li .box .t {
  font-weight: 600;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.nnewsdetail .news-relate .content li .box .s {
  margin-top: 10px;
  color: #666;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.nnewsdetail .news-relate .content li:hover a,
.nnewsdetail .news-relate .content li:hover .box .s {
  color: #fff;
}
.nnewsdetail .content img {
  max-width: 100%;
}
@media (max-width: 1280px) {
  .nnewsdetail .news-title {
    font-size: 16px;
  }
  .nnewsdetail .news-content {
    margin-top: 4%;
  }
  .nnewsdetail .news-nav {
    margin-top: 4%;
  }
  .nnewsdetail .news-nav .nav-right {
    width: 100px;
    height: 70px;
    line-height: 70px;
  }
  .nnewsdetail .news-nav .nav-left {
    margin-right: 100px;
    height: 70px;
  }
  .nnewsdetail .news-relate,
  .nnewsdetail .news-message {
    margin-top: 4%;
  }
  .nnewsdetail .news-relate .title,
  .nnewsdetail .news-message .title {
    padding-bottom: 10px;
    font-size: 18px;
  }
  .nnewsdetail .news-relate .content li {
    width: 49%;
  }
  .nnewsdetail .news-relate .content li:nth-child(3n) {
    margin-right: 2%;
  }
  .nnewsdetail .news-relate .content li:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 750px) {
  .nnewsdetail .news-tools {
    padding: 10px 0;
  }
  .nnewsdetail .news-nav {
    display: flex;
    flex-direction: column-reverse;
  }
  .nnewsdetail .news-nav .nav-right {
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
  .nnewsdetail .news-nav .nav-left {
    width: 100%;
    float: left;
    margin-right: 0;
    padding: 4%;
    height: auto;
  }
  .nnewsdetail .news-relate .title,
  .nnewsdetail .news-message .title {
    font-size: 16px;
  }
  .nnewsdetail .news-relate .content li {
    width: 100%;
    margin-top: 4%;
    padding: 4%;
    margin-right: 0;
  }
  .nnewsdetail .news-relate .content li:nth-child(3n) {
    margin-right: 0;
  }
  .nnewsdetail .news-relate .content li .box {
    margin-right: 20px;
  }
}

.ncontact{
  width: 100%;
  overflow: hidden;
}
.ncontact .contact-box1{
  width: 100%;
  padding:110px 0;
  background: url(../images/bg3.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.ncontact .contact-box1 .content{
  margin-top: 60px;
}
.ncontact .contact-box1 .content ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ncontact .contact-box1 .content li{
  width: 33.33333333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(191, 28, 21, .15);
  padding:50px;
}
.ncontact .contact-box1 .content li:nth-child(2n){
  background: rgba(191, 28, 21, 1);
  color: #fff;
}
.ncontact .contact-box1 .content .icon{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #bf1c1f;
}
.ncontact .contact-box1 .content .icon em{
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ncontact .contact-box1 .content .text{
  margin-top: 10px;
}
.ncontact .contact-box1 .code{
  margin-top: 40px;
}
.ncontact .contact-box1 .code ul{
  display: flex;
  align-items: center;
  justify-content: center;
}
.ncontact .contact-box1 .code li{
  margin:0 10px;
}
.ncontact .contact-box1 .code img{
  width: 200px;
  border:1px #eee solid;
}
.ncontact .contact-box2{
  width: 100%;
  background: url(../images/bg2.png) rgba(196, 25, 33, .15) no-repeat center;
  background-attachment: fixed;
  padding:110px 0;
  overflow: hidden;
}
.ncontact .contact-box2 .main{
  width: 100%;
  position: relative;
  overflow: hidden;
}
.ncontact .contact-box2 .message{
  width: 50%;
}
.ncontact .contact-box2 .message .form{
  margin-top: 60px;
}
.ncontact .contact-box2 .message li{
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.ncontact .contact-box2 .message li.button{
  margin-bottom: 0;
}
.ncontact .contact-box2 .message .form-div{
  width: 100%;
  position: relative;
}
.ncontact .contact-box2 .message .form-div .help-block{
  font-size: 14px;
  color: #ff0000;
}
.ncontact .contact-box2 .message input,
.ncontact .contact-box2 .message textarea{
  width:100%;
  background: #f9f9f9;
  border:none;
  outline: none;
  padding:0 10px;
  border-radius: 4px;
}
.ncontact .contact-box2 .message input{
  height: 40px;
}
.ncontact .contact-box2 .message textarea{
  padding:10px;
  height: 150px;
  display: block;
  resize: none;
}
.ncontact .contact-box2 .message button{
  background: #c00008;
  border:none;
  color: #fff;
  width: 140px;
  height: 42px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ncontact .contact-box2 .message button i{
  display: block;
  margin-left: 4px;
}
.ncontact .contact-box2 .message img{
  position: absolute;
  right: 0;
  top:0;
  display: block;
  height: 36px !important;
}
.ncontact .contact-box2 .image{
  width: 42%;
/*  box-shadow: 0 10px 50px rgba(0, 0, 0, .3);*/
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.ncontact .contact-box2 .image img{
  width: 100%;
  display: block;
}
.ncontact .contact-box3{
  padding:110px 0;
}
.ncontact .contact-box3 .my-map{
  width: 100%;
  height: 640px;
  border:4px #eee solid;
}
@media (max-width: 1280px) {
  .ncontact .contact-box1{
    padding:10% 0;
  }
  .ncontact .contact-box1 .content{
    margin-top: 6%;
  }
  .ncontact .contact-box1 .content li{
    padding:3% 5%;
    width: 100%;
    margin-top: 2px;
  }
  .ncontact .contact-box1 .content li:first-child{
    margin-top: 0;
  }
  .ncontact .contact-box1 .content .icon{
    width: 50px;
    height: 50px;
  }
  .ncontact .contact-box1 .code{
    margin-top: 4%;
  }
  .ncontact .contact-box2{
    padding:10% 0;
  }
  .ncontact .contact-box2 .wrap{
    display: flex;
    flex-direction: column;
  }
  .ncontact .contact-box2 .message{
    width: 100%;
  }
  .ncontact .contact-box2 .message .form{
    margin-top: 6%;
  }
  .ncontact .contact-box2 .image{
    width: 100%;
    position: relative;
    transform: none;
    margin-top: 4%;
  }
  .ncontact .contact-box3{
    padding:10% 0;
  }
  .ncontact .contact-box3 .my-map{
    height: 540px;
    border:2px #eee solid;
  }
}
@media (max-width: 992px) {

}
@media (max-width: 750px) {
  .ncontact .contact-box1 .content .icon{
    width: 40px;
    height: 40px;
  }
  .ncontact .contact-box1 .content .icon em{
    font-size: 18px;
  }
  .ncontact .contact-box1 .content .text{
    margin-top: 5px;
  }
  .ncontact .contact-box1 .code li{
    margin:0 5px;
  }
  .ncontact .contact-box1 .code img{
    width: 120px;
  }
  .ncontact .contact-box3 .my-map{
    height: 420px;
  }
}

.nmessage .content {
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
}
.nmessage .content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.nmessage .content li {
  width: 32%;
  float: left;
  margin-bottom: 2%;
}
.nmessage .content li.wid-100 {
  width: 100%;
}
.nmessage .content li .text {
  font-weight: 600;
  color: #999;
}
.nmessage .content input,
.nmessage .content textarea {
  width: 100%;
  height: 60px;
  background: #f9f9f9;
  display: block;
  border: none;
  outline: none;
  padding: 0 24px;
}
.nmessage .content textarea {
  height: 320px;
  resize: none;
  padding: 24px;
  display: block;
}
.nmessage .content li.code {
  display: flex;
  align-items: center;
}
.nmessage .content li.code img {
  display: block;
  margin-left: 10px;
}
.nmessage .content button {
  width: 200px;
  cursor: pointer;
  border: none;
  outline: none;
  background: #fff;
  border: 2px #000 solid;
  height: 60px;
  margin: 0 auto;
  display: block;
  border-radius: 40px;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nmessage .content button span {
  display: block;
  margin-right: 20px;
}
.nmessage .content button:hover {
  background: #bf1c1f;
  border-color: #bf1c1f;
  color: #fff;
}
.nmessage .content button:hover i {
  animation: aw 1s ease-out infinite;
  position: relative;
}
@media (max-width: 1024px) {
  .nmessage .content{
    margin-top: 4%;
  }
  .nmessage .content li .text {
    display: none;
  }
  .nmessage .content input,
  .nmessage .content textarea {
    height: 48px;
    padding: 0 14px;
  }
  .nmessage .content textarea {
    height: 280px;
    padding: 14px;
  }
  .nmessage .content button {
    height: 48px;
  }
  .nmessage .content button i{
    font-size: 14px;
  }
}
@media (max-width: 992px) {
}
@media (max-width: 768px) {
  .nmessage .content li {
    width: 100%;
  }
  .nmessage .content textarea {
    height: 240px;
  }
  .nmessage .content button {
    width: 120px;
    height: 40px;
  }
  .nmessage .content button span {
    margin-right: 5px;
  }
  .nmessage .content button i{
    font-size: 12px;
  }
}

.nfooter{
  width: 100%;
  padding:110px 0;
  background: url(../images/nfooter.jpg) no-repeat center;
  background-size: cover;
  color:#fff;
  overflow: hidden;
}
.nfooter .title{
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
}
.nfooter .subtitle{
  margin-top: 20px;
  font-size: 20px;
}
.nfooter .tel{
  color: #D70C19;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .nfooter{
    padding:10% 0;
  }
  .nfooter .title{
    font-size: 32px;
    line-height: 32px;
  }
  .nfooter .subtitle{
    font-size: 16px;
  }
  .nfooter .tel{
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 992px) {

}
@media (max-width: 750px) {
  .nfooter .title{
    font-size: 20px;
    line-height: 24px;
  }
  .nfooter .subtitle{
    font-size: 16px;
    margin-top: 10px;
  }
  .nfooter .tel{
    font-size: 20px;
  }
}