/* 内页banner */
.nyBannerBox {
  position: relative;
}
.nyBannerBox img.bj {
  display: block;
  width: 100%;
}
.nyBannerBox .txtBox {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}
.nyBannerBox .txtBox p {
  position: relative;
  font-family: "yahei";
  font-weight: 900;
  font-size: 40px;
  color: #fff;
  line-height: 100px;
}
.nyBannerBox .txtBox p span {
  margin-left: 20px;
}
.nyBannerBox .bt p {
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  text-align: center;
}
.nyBannerBox .txtBox p::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  width: 4px;
  height: 20px;
  background-color: #007ed3;
}
/* 面包屑和内页选项卡 */
.ny-mbxAxxk {
  border-bottom: solid 1px #eee;
}
.ny-mbxAxxk main {
  border-bottom: solid 1px #ddd;
}
.ny-mbxAxxk a {
  line-height: 80px;
  font-size: 15px;
  font-family: "yahei";
  font-weight: 900;
}
.ny-mbxAxxk span {
  margin: 0 20px;
  font-family: "yahei";
  font-weight: 900;
}
.ny-mbxAxxk .right a {
  position: relative;
  margin: 0 10px;
}
.ny-mbxAxxk .right a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -32px;
  width: 0;
  height: 4px;
  background-color: #007ed3;
}
.ny-mbxAxxk .right a:hover:after {
  width: 100%;
}
.ny-mbxAxxk .right a.on:after {
  width: 100%;
}
/* 关于   公司简介 */
.ny-about {
  padding: 160px 0;
  background: url(../images/nyabbj.jpg) no-repeat;
  background-position: center;
  background-size: cover;
}
.ny-about main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.ny-about main .left {
  width: 50%;
}
.ny-about main .left .bt {
  font-size: 32px;
  font-weight: 900;
}
.ny-about main .left img {
  width: 30px;
  margin: 30px 0;
}
.ny-about main .left .nr {
  font-size: 17px;
  line-height: 34px;
  text-align: justify;
}
.ny-about main .right {
  width: 34%;
}
.ny-about main .right .aboutrightimg {
  width: 100%;
}
.ny-about main .right .aboutrightimg:nth-child(1) {
  margin-bottom: 20px;
}
.ny-about main .right .aboutrightimg .txt {
  padding: 30px 0 0 40px;
}
/* 产品 */
/* 选项卡 */
.ny-product-list .aBox {
  padding: 50px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.ny-product-list .aBox a {
  border: solid 1px #ccc;
  margin: 6px;
  padding: 10px 30px;
  font-size: 17px;
  font-weight: 900;
  transform: skew(-30deg);
  border-radius: 5px;
}
.ny-product-list .aBox a span {
  display: block;
  transform: skew(30deg);
}
.ny-product-list .aBox a:hover {
  background-color: #007ed3;
  color: #fff;
}
/* 列表 */
.ny-product-list .content {
  width: 90%;
  margin: 0 auto;
  min-width: 1250px;
  padding: 0 15px;
}
.ny-product-list main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ny-product-list main .proLi {
  border: solid 1px #eee;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 34px;
  overflow: hidden;
}
.ny-product-list main .proLi:nth-child(4n) {
  margin-right: 0;
}
.ny-product-list main .proLi .imgBox {
  height: 300px;    text-align: center;
}
.ny-product-list main .proLi .imgBox img {

  max-height: 100%;
    max-width: 100%;
  object-fit: cover;text-align: center;
}
.ny-product-list main .proLi .txtbox {
  padding: 15px;
}
.ny-product-list main .proLi .txtbox .leftBox {
  border-bottom: solid 1px #eee;
  padding: 0 0 10px 0;
}
.ny-product-list main .proLi .txtbox .leftBox p {
  font-size: 16px;
  font-weight: 900;
  font-family: "yahei";
  line-height: 26px;text-align: center;
}
.ny-product-list main .proLi .txtbox .leftBox p.nr {
  font-weight: normal;
  font-size: 15px;
  color: #aaa;
}
.ny-product-list main a.lookDetail {
  display: block;
  padding-top: 5px;
}
.ny-product-list main a.lookDetail .jt {
  float: right;
}
.ny-product-list main a.lookDetail .jt .i2 {
  display: none;
}
.ny-product-list main .proLi:hover a.lookDetail .jt .i1 {
  display: none;
}
.ny-product-list main .proLi:hover a.lookDetail .jt .i2 {
  display: inline-block;
}
.ny-product-list main a.lookDetail .gd {
  font-weight: 900;
  font-family: "yahei";
  color: #666;
}
.ny-product-list main .proLi:hover a.lookDetail .gd {
  color: #000;
}
/* 分页器 */
.fyq {
  margin: 40px 0 80px 0;
}
.fyq a {
  padding: 15px 20px;
}
/* 产品详情 */
/* 产品简介 */
.ny-cpxq {
  /*   background-color: #f5f5f5; */
}
.ny-cpxq main {
  padding: 60px 0;
  background-color: #fff;
}
.ny-product-jj .imgBox {
  width: 46%;
  float: left;
  display: inline-block;
  background-color: #fff;
  position: relative;
  height: 500px;
}

.ny-product-jj .swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.ny-product-jj .mySwiper2 {
  height: 400px;
  width: 100%;
}
.ny-product-jj .mySwiper2 .swiper-slide {
  position: relative;
  background-color: #fff;
}

.ny-product-jj .mySwiper {
  padding: 10px;
  width: 99%;
  height: 90px;
  box-sizing: border-box;
}

.ny-product-jj .mySwiper .swiper-slide {
  width: 50%;
  height: 100%;
  opacity: 0.4;
  background-color: #fff;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 65px;
  border: solid 1px #eee;
}

.ny-product-jj .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
  background: url(../images/jbbj.png) no-repeat;
  background-size: 100%;
  border: solid 1px #9b6889;
}

.ny-product-jj .swiper-slide img,
.ny-product-jj .swiper-slide video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: 0;
}

.ny-product-jj .swiper-button-next,
.ny-product-jj .swiper-button-prev {
  width: 20px;
  height: 40px;
  border: solid 1px #aaa;
}
.ny-product-jj .swiper-button-next {
  background: url(../images/right.png) no-repeat;
  background-position: center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 9999;
}
.ny-product-jj .swiper-button-prev {
  background: url(../images/left.png) no-repeat;
  background-position: center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 15px;
  z-index: 9999;
}
.ny-product-jj .txtBox {
  display: inline-block;
  width: 46%;
  float: right;
}
.ny-product-jj .txtBox .bt {
  font-weight: 900;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 30px;
}
.ny-product-jj .txtBox .bt img {
  height: 20px;
  margin-right: 5px;
}
.ny-product-jj .txtBox .jj {
  font-size: 17px;
  line-height: 32px;
}
.ny-product-jj .txtBox .abox {
  margin-top: 40px;
}
.ny-product-jj .txtBox .abox a {
  display: inline-block;
  float: left;
  width: 120px;
  height: 40px;
  border-radius: 5px;
  line-height: 40px;
  color: #333;
  margin-right: 10px;
  text-align: center;
  border: solid 1px #ccc;
}
.ny-product-jj .txtBox .abox a:nth-child(2) {
  background-color: #007ed3;
  color: #fff;
}
.ny-cpxq .xqbt {
  background-color: #003596;
  text-align: center;
  color: #fff;
  line-height: 36px;
  font-weight: 900;
  margin: 20px 0;
}
.ny-cpxq img.cpt {
  display: block;
  width: 100%;
}
.xqwz p {
  font-size: 17px;
  line-height: 32px;
  margin: 20px 0;
}
.xqwz strong {
  font-weight: 900;
  font-size: 24px;
  margin: 20px 0;
}
/* 下一篇 */

.next-box {
  border-top: solid 1px #eee;
  overflow: hidden;
  padding: 15px 0;
}

.next-box a {
  display: inline-block;
  float: left;
  font-size: 16px;
  width: 49%;
  background-color: #fff;
  border: solid 1px #eee;
  margin: 0;
  padding: 0 20px;
  line-height: 50px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.next-box a:nth-child(2) {
  float: right;
}

.next-box a:hover {
  background-color: #007ed3;
  color: #fff;
}
/* 联系我们内页 */
.ny-contact main {
  background-color: #f5f5f5;
  margin: 80px 0;
  padding: 60px 6%;
}
.ny-contact .left,
.ny-contact .right {
  display: inline-block;
  width: 47%;
}
.ny-contact p.bt {
  font-weight: 900;
  font-family: "yahei";
  margin-bottom: 30px;
}
.ny-contact .left .imgBox {
  height: 160px;
}
.ny-contact .left .imgBox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ny-contact .txtBox {
  background-color: #fff;
  padding: 40px;
}
.ny-contact p.dz {
  font-size: 24px;
  line-height: 40px;
  margin: 10px 0;
}
.ny-contact p.dh {
  font-size: 16px;
  margin: 10px 0;
  line-height: 26px;
}
.ny-contact p.rx {
  font-size: 32px;
  color: #2167d2;
  font-weight: 900;
  margin: 40px 0 10px;
}
.ny-contact .inp1 {
  width: 100%;
  line-height: 50px;
  background-color: #fff;
  margin-bottom: 30px;
  border: solid 1px #eee;
  padding-left: 20px;
  color: #ccc;
}
.ny-contact textarea {
  background-color: #fff;
  color: #ccc;
  padding: 14px 20px 20px;
  border: solid 1px #eee;
}
.ny-contact .inp2 {
  width: 200px;
  height: 50px;
  background-color: #003596;
  margin: 30px auto 0;
  color: #fff;
}
.ny-contact .map {
  height: 400px;
  margin-bottom: 80px;
}
.ny-contact .map img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}