@charset "utf-8";
.m-btn {
  display: none;
  position: absolute;
  cursor: pointer;
  right: 25px;
  top: 20px;
}
.m-btn span {
  display: block;
  width: 25px;
  height: 2px;
  background: #0487d4;
  position: relative;
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
  -o-transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
}
.m-btn span::before,
.m-btn span::after {
  content: "";
  display: block;
  height: 2px;
  width: 25px;
  background: #0487d4;
  position: absolute;
  left: 0;
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
  -o-transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0, 1);
}
.m-btn span:before {
  top: -8px;
}
.m-btn span:after {
  bottom: -8px;
}
.m-btn.active span {
  background: transparent;
  margin-left: 10px;
}
.m-btn.active span:before {
  transform: rotate(-48deg) translate(-6px, 5px);
  -webkit-transform: rotate(-48deg) translate(-6px, 5px);
  -o-transform: rotate(-48deg) translate(-6px, 5px);
  width: 24px;
}
.m-btn.active span:after {
  transform: rotate(48deg) translate(-6px, -5px);
  -webkit-transform: rotate(48deg) translate(-6px, -5px);
  -o-transform: rotate(48deg) translate(-6px, -5px);
  width: 24px;
}
@media (max-width: 992px) {
  .m-btn {
    display: block;
  }
}
/* 内页banner */
.ny-ban {
  position: relative;
  overflow: hidden;
  background: #0a125a;
}
.ny-ban img {
  width: 100%;
}
.ny-ban .ny-title {
  position: absolute;
  bottom: 0%;
  left: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
  color: #fff;
}
.ny-ban .position ul li a{
  color: #fff;
}
.ny-ban .ny-title h5.cntitle {
  font-size: 5rem;
  line-height: 1;
}

@media (max-width: 1450px) {
  .ny-ban .ny-title h5.cntitle {
    font-size: 3.65rem;
  }
}

@media (max-width: 991px) {
  .ny-ban .ny-title h5.cntitle {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .ny-ban .ny-title h5.cntitle {
    font-size: 1.5rem;
  }
}

/* 当前位置 */
.position {
  position: relative;
  overflow: hidden;
  line-height: 35px;
  padding: 10px 0;
}
.position span a{
  display: inline-block;
  line-height: 50px;
  padding-left: 60px;
  background: url(../img/left.png) no-repeat left center;
  background-size: 50px;
}
.position ul li {
  padding: 0px 2px;
}
.ny-nav {
  position: relative;
  background: #fff;
  padding: 25px 0px;
  line-height: 50px;
  border-bottom: 1px solid #e4e4e4;
}
.position ul,.ny-nav ul{
  display: flex;
}
.flex{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.flex span{
  display: flex;
  align-items: center;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s;
}
.flex span i{
  margin-left: 5px;
  display: none;
}
.flex.on span,.flex.on span i{
  color: #005ca9;
}
.flex span i:first-child{
  display: block;
}
.flex .subnav{
  width: 94%;
  padding-right: 30px;
  flex-wrap: wrap;
  transition: all 0.3s;
  height: 55px;
  overflow: hidden;
}
.flex.on,.flex.on .subnav{
  height: auto;
}
.flex.on span i:first-child{
  display: none;
}
.flex.on span i:last-child{
  display: block;
}
.ny-nav ul li{
  white-space: nowrap;
  padding: 0px 5px;
}
.ny-nav ul li span{
  font-size: 18px;
  font-weight: 600;
  color: #005ca9;
}
.ny-nav ul li a {
  margin: 2px 2px;
  font-size: 1.125rem;
  white-space: nowrap;
  display: block;
  transition: 0.6s;
  position: relative;
  padding: 0 20px;
}
.ny-nav ul li:before {
  content: "|";
  float: right;
  margin-right: -8px;
}
.ny-nav ul li:last-child {
  /* padding: 0; */
}
.ny-nav ul li:last-child::before {
  content: "";
}
.ny-nav ul li a.active,
.ny-nav ul li a:hover,
.ny-nav ul.subnav li a.subactive,
.ny-nav ul.subnav li a:hover {
  color: #fff;
  background: #005ca9;
  /* padding: 0px 20px; */
  border-radius: 50px;
  font-weight: normal;
}
@media (max-width: 992px) {
  .position {
    line-height: 1;
    font-size: 1rem;
    padding: 5px 0;
    white-space: nowrap;
  }
  .ny-nav{
    display: none;
  }
  .ny-nav ul li a{
    font-size: 1.0rem;
  }
  .position span a {
    line-height: 35px;
    padding-left: 45px;
    background-size: 35px;
  }
}
/* 搜索 */
.search {
}
.search form {
  width: 100%;
  height: 100%;
  position: relative;
}
.search form input {
  width: 100%;
  height: 35px;
  line-height: 35px;
  border: 1px solid #f4f5f6;
  background: #f4f5f6;
  padding: 0px 20px;
  border-radius: 25px;
  text-transform: uppercase;
}
.search form input:-moz-placeholder {
  font-size: 14px;
}
.search form input:-ms-input-placeholder {
  font-size: 14px;
}
.search form input::-webkit-input-placeholder {
  font-size: 14px;
}
.search form button {
  background: transparent;
  position: absolute;
  right: 5px;
  top: -1px;
  border: none;
  width: 50px;
  color: #363433;
  height: 100%;
}
.search form button i {
  font-size: 18px;
}
/*主页面*/
.main {
  background: #fff;
}
.ny-comm {
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
}
.commB{
  padding-bottom: 7rem;
}
.commT{
  padding-top: 7rem;
}
@media (max-width: 1360px) {
  .ny-comm {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .commT{
    padding-top: 5rem;
  }
  .commB{
    padding-bottom: 5rem;
  }
}
.main .m-pro-nav {
  display: none;
}
.main .m-pro-nav .dropdown .btn {
  width: 100%;
  background: #005ca9;
  color: #fff;
  padding: 10px 0;
}
.main .m-pro-nav .dropdown .dropdown-menu {
  width: 100%;
  padding: 10px 20px;
  height: 313px;
  overflow: auto;
}
.main .m-pro-nav .dropdown .dropdown-menu li {
  padding: 8px 10px;
  border-bottom: 1px solid #ddd;
}
.main .ny-title {
  font-size: 1.875rem;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 1;
}
.main .ny-title span {
  color: #005ca9;
}
.line{
  height: 5px;
  border-bottom: 1px solid #e4e4e4;
  margin: 4rem 0rem;
}
.line:after{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #e4e4e4;
}

@media (max-width: 992px) {
  .main .m-pro-nav {
    display: block;
    margin: 0px 0px 20px;
  }
  .main .m-pro-nav.mt20 {
    margin-top: 25px;
  }
  .ny-comm {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .commT{
    padding-top: 20px;
  }
  .commB{
    padding-bottom: 30px;
  }
  .main .ny-title {
    margin-bottom: 15px;
    font-size: 1.25rem;
  }
  .line{
    margin: 1rem 0rem;
  }
}

/*产品类别*/
.ny-comm .comm-left .cstlayer {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.0;
  overflow: hidden;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.ny-comm .comm-left .cstlayer span {
  display: block;
  font-size: 28px;
  color: #0487d4;
}
.comm-left .ny-nav {
  padding: 15px 20px;
  background: #f5f5f5;
  margin-bottom: 20px;
}
.comm-left .ny-nav ul.subnav{
    padding:0px 0px;
    display: none;
}
.comm-left .ny-nav li.active ul.subnav{
    display: block;
}
.comm-left .ny-nav li {
  width: 100%;
  display: block;
}
.comm-left .ny-nav li a {
  display: block;
  padding: 18px 5px 18px 2px;
  line-height: 1.2;
  font-size: 1rem;
  position: relative;
  text-align: left;
  border-bottom: 1px solid #dedede;
}
.comm-left .ny-nav li.active a.on,
.comm-left .ny-nav li a:hover {
  color: #0487d4;
}
.comm-left .ny-nav ul.subnav li a {
  display: block;
  padding: 10px 10px 10px 12px;
  line-height: 1.2;
  font-size: 14px;
}

.comm-left .ny-nav ul.nonesub li a:hover,
.comm-left .comm-left .ny-nav ul.subnav li a:hover,
.comm-left .ny-nav ul.subnav li a.subactive {
  color: #fff;
  background: #0487d4;
}
/*内页关于我们*/
.ny-about {
  overflow: hidden;
}
.ny-about .about-txt{
  padding-right: 3rem;
}
.ny-about .about-txt strong{
  font-size: 4.0rem;
  font-weight: 500;
}
.ny-about .about-img img{
  width: 100%;
  max-width: none;
}
.ny-about .about-img .about-swiper{
  margin-top: 1.5rem;
}
.ny-about .about-img .about-swiper .swiper-slide{
  border-radius: 0.6rem;
  overflow: hidden;
}
@media (max-width: 1450px) {
  .ny-about .about-txt strong{
    font-size: 3.5rem;
  }
}
@media (max-width: 1280px) {
  .ny-about .about-txt{
    line-height: 1.6;
  }
  .ny-about .about-txt strong{
    font-size: 2.5rem;
  }
}
@media (max-width: 991px) {
  .ny-about .about-txt{
    padding-right: 15px;
    margin-bottom: 15px;
  }
  .ny-about .about-txt strong {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .ny-about .about-txt strong {
    font-size: 1.8rem;
  }
}
/* 创始人 */
.ny-leader{
  background: url(../img/leader.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}
.ny-leader .leader-txt {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.ny-leader .leader-con h5{
  font-size: 1.5rem;
  margin-bottom: 3rem;
}
.ny-leader .leader-con h5 strong{
  color: #005ca9;
  font-size: 3.75rem;
  font-weight: 500;
}
.ny-leader .leader-con ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
}
.ny-leader ul li{
  border-left: 2px solid #c4c4c4;
  width: 33.333%;
  padding: 0px 10px 0px 10px;
  position: relative;
}
.ny-leader ul li:before{
  content: "";
  position: absolute;
  left: -2px;
  top: 0;
  width: 2px;
  height: 30px;
  background-color: #005ca9;
}
.ny-leader ul li strong{
  color: #005ca9;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  display: block;
}
@media (max-width: 1280px) {
  .ny-leader .leader-con h5{
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
  }
  .ny-leader .leader-con h5 strong{
    font-size: 2.5rem;
  }
}
@media (max-width: 991px) {
  .ny-leader .leader-img{
    margin-bottom: 15px;
  }
  .ny-leader .leader-con h5{
    font-size: 1.125rem;
  }
  .ny-leader .leader-con h5 strong{
    font-size: 2.0rem;
  }
  .ny-leader ul li{
    width: 100%;
    margin: 10px 0px;
  }
}
/* 发展历程 */
.g-lc {
  background: url(../img/history.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}
.g-lc .g-lc-con {
  margin-top: 5rem;
  position: relative;
}
.g-lc .g-lc-con .glc-cz {
  position: absolute;
  width: 100%;
  left: 0;
  top: 48.5%;
}
.g-lc .g-lc-con .lc-swiper {
  position: relative;
  width: 92%;
  margin: 0 auto;
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper{
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide {
    padding-left: 1rem;
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con {
  display: flex;
  flex-direction: column-reverse;
  padding-left: 1rem;
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-tp h4 {
  font-size: 6.25rem;
  line-height: 0.8;
  font-weight: 600;
  color: #005ca9;
  transition: all 0.3s;
  position: relative;
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-tp div strong{
  font-size: 2.5rem;
  line-height: 1.0;
  color: #005ca9;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-tp::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 1px;
  height: calc(100% - 240px);
  background-color: #b6b6b8;
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-bt {
  height: 290px;
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide:nth-child(2n) .glc-con .glc-tp::before {
    bottom: auto;
    top: 0;
    height: calc(100% - 202px);
}
.g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide:nth-child(2n) .glc-con {
  flex-direction: column;
}
@media (max-width: 1280px) {
  .g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-tp h4 {
    font-size: 4.0rem;
  }
  .g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-tp div strong {
    font-size: 1.8rem;
  }
}
@media (max-width: 992px) {
  .g-lc .g-lc-con{
    margin-bottom: 5rem;
  }
  .g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-tp h4 {
    font-size: 3.0rem;
  }
  .g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-tp div strong {
    font-size: 1.35rem;
  }
  .g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide .glc-con .glc-bt {
    height: auto;
  }
  .g-lc .g-lc-con .lc-swiper .swiper-wrapper .swiper-slide:nth-child(2n) .glc-con {
    flex-direction: row;
  }
}


/* 荣誉证书 */
.honor-tabs{
  display: flex;
  align-items: center;
}
.honor-tabs .ny-title{
  cursor: pointer;
}
.honor-tabs .ny-title:first-child::after{
  content: '';
  display: inline-block;
  height: 25px;
  width: 2px;
  background: #181818;
  margin: 0 20px;
}
.honor-content .honor-box {
  position: relative;
  display: none;
}
.honor-content .honor-box.active {
  display: block;
}
.honor-list {
  border: 1px solid #ededed;
  background-color: #fff;
  padding: 1rem;
  border-radius: 0.6rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.honor-list .honor-img {
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.honor-list .honor-img img {
  max-height: 100%;
}
.honor-list .honor-con {
  padding: 15px 0px 0;
  transition: all 0.6s;
  min-height: 60px;
}
.honor-list h5 {
  text-align: center;
  font-size: 1.0rem;
  font-weight: 200;
  transition: all 0.6s;
}
@media (max-width: 992px) {
  .honor-tabs .ny-title:first-child::after{
    height: 15px;
  }
}
/*企业文化*/
.ny-culture{
    background: url(../img/culture.jpg) no-repeat center bottom;
    background-size: cover;
    color: #fff;
    position: relative;
    overflow: hidden;
    padding: 13rem 0 11rem;
}
.ny-culture .culture-con{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.ny-culture .culture-l,.ny-culture .culture-r{
  width: 50%;
}
.ny-culture .culture-tit{
  text-align: right;
  color: #fff;
}
.ny-culture .culture-tit h3{
  font-size: 3.75rem;
  font-weight: 800;
  line-height: 1;
}
.ny-culture .culture-tit p{
  font-size: 1.5rem;
  line-height: 1.5;
  text-transform: uppercase;
}
.ny-culture ul{
    display: flex;
    flex-wrap: wrap;
    padding: 6rem 0;
}
.ny-culture ul li{
  width: 40%;
  padding: 1.5rem 0 1.5rem 0.5rem;
}
.ny-culture ul li:nth-child(2n){
  width: 60%;
}
.ny-culture ul li p{
    font-size: 1.25rem;
    color: #0d5ca9;
    font-weight: normal;
    line-height: 1.5;
}
.ny-culture ul li strong{
    font-size: 1.0rem;
    color: #00a1dd;
    line-height: 1;
}
@media (max-width:1360px){
  .ny-culture{
    padding: 10rem 0 8rem;
  }
  .ny-culture .culture-tit h3{
  font-size: 3.0rem;
}
.ny-culture .culture-tit p{
  font-size: 1.12rem;
}
}
@media (max-width:991px){
  .ny-culture{
    padding: 2rem 0 2rem;
    background: #bdd9ef;
  }
  .ny-culture .culture-l,.ny-culture .culture-r{
    width: 100%;    
  }
  .ny-culture .culture-tit{
    text-align: left;
    color: #181818;
  }
  .ny-culture .culture-tit h3{
    font-size: 1.25rem;
  }
  .ny-culture .culture-tit span{
    color: #005ca9;
  }
  .ny-culture .culture-tit p{
    display: none;
  }
  .ny-culture ul{
    padding: 1rem 0;
  }
  .ny-culture ul li,.ny-culture ul li:nth-child(2n){
    width: 100%;
    padding: 0.5rem 0 0.5rem 0rem;
  }
}
/*内页案例*/
.case-list {
  border: 1px solid #e2e2e2;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 30px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.case-list .case-img img {
  width: 100%;
}
.case-list .case-content {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
}
.case-list .case-content h5 {
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1.375rem;
}
.case-list .case-content .online {
  transition: all 0.3s ease-in-out;
  background: url(../img/online.png) no-repeat left center;
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  display: inline-block;
}
.case-list:hover .case-content .online {
  background: url(../img/online-hover.png) no-repeat left center;
}
.case-list .case-desc {
  line-height: 1.3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 限制为两行 */
  overflow: hidden;
  text-overflow: ellipsis; /* 显示省略号 */
}
.case-list:hover {
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
}
.case-list:hover .case-content h5{
  color: #005ca9;
}

@media (max-width: 991px) {
  .case-list {
    margin: 10px 0px;
    padding: 10px;
  }
  .case-list .case-content h5{
    font-size: 1.125rem;
  }
  .case-list .case-content h5 span{
    font-size: 0.75rem
  }
}

/*案例详情*/
.ny-info-tit{
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #969696;
  position: relative;
}
.ny-info-tit::after {
  position: absolute;
  content: '';
  top: calc(100% + 4px);
  left: 0;
  height: 1px;
  width: 100%;
  background: #969696;
}
.ny-info-tit h5{
  font-size: 2.0rem;
  line-height: 1;
  margin-bottom: 15px;
}
.ny-info-tit p{
  font-size: 0.9rem;
  line-height: 1;
}
.ny-info-tit p span{
  margin-right: 10px;
}
.news-info img{
  margin: 10px 0;
}
@media (max-width:992px) {
  .ny-case .case-info h5, .ny-news .news-info h5 {
    font-size: 1.2rem;
  }
  .ny-info-tit p span{
    font-size: 14px;
  }
}
/*产品列表*/
.product-list {
  position: relative;
  background-size: 100%;
  transition: all 0.6s;
  margin-bottom: 30px;
  border: 1px solid #ddd;
  border-right: 0;
}
.relat-swiper .product-list{
  border-right: 1px solid #ddd;
}
.ny-product .product-list:nth-child(4n) {
  border-right: 1px solid #ddd;
}
.ny-product .product-list:last-child {
  border-right: 1px solid #ddd;
}
.ny-pro-con .product-list {
  width: 25%;
}
.product-list .product-img {
  background: url(../img/pro-bg.png) no-repeat 0 0;
  background-size: 100% 100%;
}
.product-list .product-img img {
  width: 100%;
  transition: all 0.6s;
}
.product-list .pro-con{
  transition: all 0.6s;
  padding: 25px;
  border-top: 1px solid #ddd;
}
.product-list h5 {
  font-size: 1.25rem;
  line-height: 1.2;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 10px;
  min-height: 56px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-list .p {
  font-size: 1rem;
  display: block;
  line-height: 1;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-list .online{
  display: flex;
  justify-content: space-between;
}
.product-list .zixun,.product-list .wechat{
  border: 1px solid #fff;
  text-align: center;
  border-radius: 50px;
  padding: 10px 0;
  width: 48%;
  color: #909090;
  display: inline-block;
  position: relative;
  background: #f4f4f4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-list .zixun img,.product-list .wechat img{
  width: 15px;
  height: auto;
  margin-left: 5px;
  filter: grayscale(100%) brightness(40%);
}
.product-list:hover .zixun{
  color: #f28e00;
}
.product-list:hover .wechat{
  color: #005ca9;
}
.product-list:hover .zixun img,.product-list:hover .wechat img{
  filter: none;
}
.ny-product .product-more:hover{
  background-color: #005ca9;
}
.product-list:hover {
  border: 1px solid #005ca9;
  border-right: 1px solid #005ca9;
}
.product-list:last-child:hover {
  border-right: 1px solid #005ca9;
}
.product-list:hover .pro-con{
  color: #fff;
  background: url(../img/pro-con.png) no-repeat 0 0 ;
  background-size: cover;
}
.product-list:hover h5,.product-list:hover p{
  color: #fff;
}
.product-list:hover .product-img img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
}
@media (max-width: 1360px) {
  .product-list .zixun, .product-list .wechat {
    padding: 5px 0;
    font-size: 1rem;
  }
  .product-list h5{
    font-size: 1.25rem;
  }
}
@media (max-width: 992px) {
  .ny-pro-con .product-list{
    width: 100%;
  }
  .ny-product .product-list {
    border-right: 1px solid #ddd;
  }
  .product-list h5 span{
    font-size: 1.0rem;
  }
  .product-list .zixun, .product-list .wechat {
    padding: 5px;
  }
}
/* 合金规格 */
.product-spec h3{
  font-size: 1.5rem;
  line-height: 2;
}
.product-spec table,.product-spec td,.product-spec th{
  border: none;
  text-align: center;
}
.product-spec table{
  width: 100%;
  margin-top: 20px;
  border-top: 3px solid #333;
}
.product-spec tr{
  padding: 10px;
  border-bottom: 1px solid #333;
}
.product-spec td{
  padding: 10px;
}
/*产品展示详情 */
.product-info .pro-tit {
  color: #005ca9;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
.product-con .pro-tit span {
  display: block;
  font-weight: 500;
  font-size: 1.5rem;
  color: #2b2b2b;
}
.product-con li{
  margin-bottom: 25px;
}
.product-con li img{
  border-radius: 10px;
}

.product-con {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.product-con h5 {
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 5px;
}
.product-con h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 1.0rem 0;
}

.product-con .overview {
  overflow: hidden;
  margin-bottom: 2rem;
}
.product-con .overview p{
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.product-con .overview .table{
  border-bottom: 1px solid #e4e4e4;
}
.product-con .overview table tr th {
  width: 20%;
  color: #005ca9;
  font-size: 1.125rem;
  background-color: transparent;
  font-weight: 600;
  vertical-align: top;
}
.product-con .overview table tr td {
  font-size: 1.125rem;
  background-color: transparent;
}
.product-con .online {
  transition: all 0.6s;
  display: flex;
  justify-content: space-between;
}
.product-con .zixun, .product-con .wechat,.sol-right .zixun, .sol-right .wechat,
.after-tel .zixun, .after-tel .wechat{
  transition: all 0.3s ease-in-out;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 40px;
  font-size: 1.125rem;
  padding: 0.8rem 1.35rem;
  width: 45%;
  color: #fff;
  background-color: #005ca9;
  display: inline-block;
  position: relative;
}
.product-con .zixun img{
  margin-right: 10px;
  filter: brightness(0) invert(1);
}
.product-con .zixun{
  width: 100%;
}
.product-con .wechat .er-box,.product-list .wechat .er-box ,.sol-right .wechat .er-box,
.after-tel .wechat .er-box{
  position: absolute;
  top: 100%;
  left: 0;
  width: 10px;
  height: 10px;
  opacity: 0.0;
  transition: all 0.3s;
}
.product-con .wechat .er-box, .product-list .wechat .er-box{
  top: 95%;
}
.product-con .wechat:hover .er-box,.product-list .wechat:hover .er-box, .sol-right .wechat:hover .er-box,
.after-tel .wechat:hover .er-box{
  opacity: 1.0;
  background: #fff;
  padding: 5px;
  width: 50%;
  height: auto;
  z-index: 100;
  margin-top: 5px;
  border: 1px solid #ededed;
  left: 25%;
}
.product-con .wechat:hover .er-box img,.product-list .wechat:hover .er-box img, .sol-right .wechat:hover .er-box img,
.after-tel .wechat:hover .er-box img{
  width: 100%;
}
.modal-body{
  padding: 30px 50px;
}
.modal-dialog {
  max-width: 800px;
  margin: 30px auto;
}
@media (max-width: 1399px) {
  .product-con .overview {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 1360px) {
  .product-con .overview {
    margin-bottom: 1.5rem;
  }
  .product-con .overview table tr th {
    font-size: 1.0rem;
  }
  .product-con .overview table tr td {
    font-size: 1.0rem;
  }
  .product-con h5{
    font-size: 2rem;
  }
}

@media (max-width:992px) {
  .product-con .zixun, .product-con .wechat, .sol-right .zixun, .sol-right .wechat {
    padding: 6px 25px;
  }
  .product-con .wechat .er-box, .product-list .wechat .er-box{
    top: 90%;
  }
  .product-con span{
    font-size: 1rem;
  }
  .product-con h5{
    font-size: 1.25rem;
  }
}
@media (max-width:768px) {
  .modal-body{
    padding: 10px 20px;
  }
  .modal-dialog {
    max-width: 400px;
    margin: 0px auto;
  }
}
/*详情页导航*/
.product-dh{
  padding: 1rem 0px;
  font-weight: 600;
  margin-bottom: 40px;
}
.product-dh .ny-title{
  position: relative;
  padding-left: 25px;
  font-size: 2.5rem;
  line-height: 1;
}
.product-dh .ny-title::before{
  content: '';
  position: absolute;
  left: 0;top: 0;
  width: 10px;
  height: 100%;
  background: #005ca9;
  display: inline-block;
}
.product-dh span{
  color: #005ca9;
}
.product-dh ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.product-dh ul li ,.product-dh ul li:hover{
  padding: 0px 0px 0px 32px;
  color: #fff;
}
.product-dh ul li a,.product-dh ul li a:hover{
  color: #fff;
  padding: 0px 0px;
}
.product-dh ul li:before{
  content: "|";
  float: left;
  margin-right: 0px;
  margin-left: -16px;
}

@media (max-width: 992px) {
  .product-dh .ny-title{
    font-size: 1.5rem;
  }
  .product-dh{
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .product-info {
    padding-bottom: 20px;
    padding-top: 25px;
  }
  .product-info .adv-img {
    margin-bottom: 10px;
  }
  .product-con {
    padding-top: 0px;
  }
  .product-con h5 {
    font-size: 1.5rem;
  }
  .product-dh .container {
    display: flex;
    flex-direction: column;
  }
  .product-dh ul {
    justify-content: space-between;
  }
  .product-dh ul li, .product-dh ul li:hover {
    padding: 0px 0px 0px 25px;
    font-size: 1.0rem;
  }
}

/*产品功能*/
.product-info-content {
  padding: 40px 0;
  border-top: 2px solid #969696;
  position: relative;
}
.product-info-content::before {
  position: absolute;
  content: '';
  top: 4px;
  height: 1px;
  width: 100%;
  background: #969696;
}
.product-info-content h2 {
  color: #005ca9;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 15px;
}
.product-info-content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.product-info-content .table-container {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 30px;
  -webkit-overflow-scrolling: touch;
}
.product-info-content .table-container table {
  border-collapse: collapse;
  min-width: 100%;
  white-space: nowrap;
}
.product-info-content tr,.product-info-content td {
  padding: 5px 10px;
  text-align: center;
  border: 1px solid #ddd;
}
.downlist ul li{
  position: relative;
  padding: 0.8rem 0px 0.8rem 4.5rem;
  width: 100%;
  background: #f7f7f7;
  border-radius: 2px;
  overflow: hidden;
  justify-content: space-between;
  border: 1px solid #e4e4e4;
  margin-bottom: 0.5rem;
}
.downlist ul li{
  background-color: #fff;
}
.downlist ul{
  counter-reset: item;
}
.downlist ul li:before {
  counter-increment: item;  /* 每个<li>元素增加计数器 */
  content: counters(item, ".") " ";  /* 在<li>元素前显示当前计数器值 */
  position: absolute;
  left: 0;
  top: 0;
  width: 3.5rem;
  text-align: center;
  color: #fff;
  height: 100%;
  padding: 0.5rem 0px 0.5rem 0rem;
  vertical-align: middle;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.6;
  background-color: #faaa23;
}
.downlist ul li:before{
  content: "0" counters(item, ".") ;  /* 在<li>元素前显示当前计数器值 */
}

.product-con .overview table {
  margin: 10px 0px;
}

@media (max-width: 992px) {
  .pro-wechat {
    position: relative;
    width: 100%;
  }
  .pro-wechat .tel a,
  .pro-wechat .online a {
    padding: 7px 15px;
    font-size: 16px;
  }
  .pro-wechat .tel a i,
  .pro-wechat .online a i {
    font-size: 22px;
  }
}
/*上一页下一页*/
.pre-next {
  margin-top: 30px;
}
.pre-next p {
  line-height: 35px;
  background: url(../img/qian.png) no-repeat left 15px center;
  background-size: 35px;
  padding-left: 60px;
}
.pre-next p:last-child {
  background: url(../img/hou.png) no-repeat right 15px center;
  background-size: 35px;
  padding-left: 0;
  padding-right: 60px;
}
.pre-next span {
  font-weight: bold;
}

@media (max-width: 991px) {
  .pre-next{
    display: none;
  }
}
.box{
  position: relative;
}
.box .swiper-container {
  overflow: initial;
}
/*相关产品*/
.related_product{
  overflow: hidden;
  padding-bottom: 90px;
  border-top: 2px solid #969696;
  position: relative;
}
.related_product::before{
  position: absolute;
  content: '';
  top: 4px;
  height: 1px;
  width: 100%;
  background: #969696;
}
.related_product .ny-title{
  position: relative;
  padding-left: 25px;
  font-size: 2.5rem;
  line-height: 1;
}
.related_product .ny-title::before{
  content: '';
  position: absolute;
  left: 0;top: 0;
  width: 10px;
  height: 100%;
  background: #005ca9;
  display: inline-block;
}
.related_product .swiper-button-next, .related_product .swiper-button-prev{
  width: 30px;
  left: -50px;
  height: 60px;
  margin-top: -65px;
  -webkit-background-size: 30px 60px;
  background-size: 30px 60px;
}
.related_product .swiper-button-next{
  right: -50px;
  left: auto;
}
.case-nav1{
  position: relative;
}
.case-nav1 .swiper-button-prev,
.case-nav1  .swiper-button-next{
  top: 30%;
  width: 25px;
  height: 40px;
  background-size: cover;
}
.case-nav1  .swiper-button-next{
  right: -35px;
}
.case-nav1 .swiper-button-prev{
  left: -35px;
}
@media (max-width:992px) {
  .case-nav1 .swiper-button-prev,.case-nav1  .swiper-button-next{
    top: 43%;
  }
  .related_product{
    padding-bottom: 30px;
  }
  .related_product .ny-title{
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
@media (max-width:768px) {
  .case-nav1 .swiper-button-prev, .case-nav1 .swiper-button-next {
    right: -11px;
    top: 50%;
    width: 10px;
    height: 18px;
  }
  .case-nav1 .swiper-button-prev {
    left: -11px;
  }
}
/*相关案例*/
.case .ny-case-btn{
  width: 33.33333333%;
}
.case .ny-case-btn .swiper-button-prev, .case .ny-case-btn .swiper-button-next{
  padding: 0px 1.4rem;
  width: 45px;
}
.case .ny-case-btn .swiper-button-next{
  left: 4.5rem;
}
.case .case-more{
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
  border-radius: 35px;
  padding: 0.5rem 2rem;
  background: #005ca9;
  transition: all 0.6s;
  float: right;
  margin-top: 7.5rem;
}
@media (max-width: 991px) {
  .case .ny-case-btn .swiper-button-next{
    left: 60%;
  }
}
@media (max-width: 768px) {
  .case .ny-case-btn .swiper-button-next{
    left: 40%;
  }
}

/* 新闻 */
.ny-news .news-list {
  border-top: 1px solid #e5e5e5;
}
.ny-news .news-list li {
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.6s;
}
.ny-news .news-list li a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ny-news .news-list li  .news-img{
  width: 19%;
  border-radius: 0.6rem;
}
.ny-news .news-list li  .news-img img{
  width: 100%;
}
.ny-news .news-list li .news-con {
  width: 80.5%;
  display: flex;
  align-items: center;
}
.ny-news .news-list li .news-time {
  width: 12%;
  padding: 0 25px;
  text-align: center;
}
.ny-news .news-list li .news-time p{
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
}
.ny-news .news-list li .news-time span{
  font-size: 1rem;
  line-height: 1;
  font-weight: 300;
}
.ny-news .news-list li .news-con-1 {
  width: 86%;
}
.ny-news .news-list li .news-con-1 .newt{
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
  font-size: 1.5rem;
  margin-bottom: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #181818;
}
.ny-news .news-list li .news-sort {
  font-size: 0.875rem;
  padding: 2px 20px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  color: #696969;
  margin-right: 20px;
  border: 1px solid #ddd;
  font-size: 1.125rem;
  white-space: nowrap;
}
.ny-news .news-list li .news-con-1 .newb{
  font-weight: 300;
  color: #181818;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ny-news .news-list li:hover .news-sort {
  color: #fff;
  background: #005ca9;
  border: 1px solid #005ca9;
}
.ny-news .news-list li:hover {
  background: #f6f6f6;
}

@media (max-width: 992px) {
  .ny-news .news-list {
    line-height: 1.2;
  }
  .network-tel .nmore{
    padding: 6px 5rem;
  }
  .ny-news .news-list li{
    padding: 15px 0;
  }
  .ny-news .news-list li .news-sort {
    padding: 5px 5px;
    font-size: 0.75rem;
    z-index: auto;
    margin-left: 5px;
  }
  .ny-news .news-list li .news-sort:before{
    left: -5px;
  }
  .ny-news .news-list li .news-img,.ny-news .news-list li .news-con{
    width: 100%;
  }
  .ny-news .news-list li .news-time {
    padding: 5px 5px;
  }
  .ny-news .news-list li .news-time p{
    font-size: 2rem;
  }
  .ny-news .news-list li .news-time {
    width: 20%;
  }
  .ny-news .news-list li .news-con-1{
    width: 78%;
  }
  .ny-news .news-list li .news-con-1 .newt {
    padding: 10px 0;
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
/* 新闻详情页 */
.news-info-content img {
  max-width: 100%;
  width: auto;
  margin: 10px 0px;
}
.ny-news .about-news {
  display: flex;
  align-items: center;
  flex-direction: column;
  border-top: 1px solid #ddd;
  margin-top: 50px;
}
.ny-news .about-news li{
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.ny-news .about-news li a{
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #333;
  padding: 25px 20px;
  font-size: 18px;
}
.ny-news .about-news li .l{
  width: 88%;
  display: flex;
  align-items: center;
}
.ny-news .about-news li .l p{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ny-news .about-news li a span{
  font-size: 16px;
  color: #7f7e7e;
  padding: 5px 25px;
  border-radius: 20px;
  display: inline-block;
  border: 1px solid #dbdbdb;
  margin-right: 30px;
  white-space: nowrap;
}
.ny-news .about-news li a i{
  color: #dbdbdb;
  margin-right: 30px;
}
.ny-news .about-news li a b{
  font-weight: 300;
}
.ny-news .about-news li a:hover {
  color: #fff;
  background: #005ca9;
}
.ny-news .about-news li a:hover span{
  color: #005ca9;
  background: #fff;
}
.ny-news .about-news li a:hover b{
  font-weight: 600;
}
@media (max-width:992px) {
  .ny-news .about-news {
    margin-top: 25px;
  }
  .ny-news .about-news li a {
    padding: 10px;
    font-size: 16px;
  }
  .ny-news .about-news li .l {
    width: 75%;
  }
  .ny-news .about-news li a i,
  .ny-news .about-news li a span {
    margin-right: 10px;
  }
  .ny-news .about-news li a span {
    margin-right: 10px;
    font-size: 14px;
    padding: 5px 10px;
  }
}

/* 联系我们 */
.contact{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact .contact-l{
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact .contact-r{
  width: 55%;
}
.contact .contact-tit{
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.4;
}
.contact .contact-tit span{
  font-size: 1.5rem;
  display: block;
}
.contact .foot-contact ul li a{
  color: #2b2b2b;
}
.contact .foot-contact li.email a {
    border-bottom: 1px solid #525252;
}
.contact .foot-er .er-box{
  border: 1px solid #e4e4e4;
}
.map {
  height: 100%;
}
.map img{
  max-width: none;
}
.map label{
  background-color: transparent !important;
  border: none !important;
}
/* 在线留言 */
.message .form-control-feedback{
  top: 8px;
  left: 5px;
  right: auto;
  color: #d1d1d1;
}
.form-control{
    height: 50px;
    border-radius: 0px;
    padding: 5px 5px 5px 22px;
    border: none;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 10px;
}
.form-control1{
    height: 180px !important;
}
.message .msg-btn{
    width: 100%;
    height: 50px;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    border:none;
    border-radius: 35px;
    background-color: #005ca9;
}
@media (max-width:992px) {
  .contact .contact-tit{
    font-size: 2.0rem;
  }
  .contact .contact-tit span{
    font-size: 1.125rem;
  }
  .contact .contact-l,.contact .contact-r{
    width: 100%;
  }
  .contact .contact-l{
    margin-bottom: 30px;
  }
}
/* 加入我们 */
.job-list {
  margin-top: 40px;
  position: relative;
}
.job-li {
  padding: 1.85rem 2rem;
  border-top: 1px solid #e4e4e4;
}
.job-li:last-child {
  border-bottom: 1px solid #e4e4e4;
}
.job-li .card-header{
  padding: 0 0;
  background-color: transparent;
  border-bottom:  none;
}
.job-li .card-link{
  padding: 10px 0;
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  box-shadow: none;
  transition: all 0.6s;
  background: url(../img/up.png) no-repeat right center;
}
.job-li .collapsed{
  transition: all 0.6s;
  background: url(../img/down.png) no-repeat right center;
}
.job-li .card-body{
  display: flex;
  padding: 1.0rem 1.2rem 2.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
.job-li .card-body p{
  margin-right: 2rem;
  font-weight: 600;
}
.job-li .card-body .con b{
  white-space: nowrap;
  font-weight: 600;
}
.job-li .card-body p span{
  font-weight: normal;
}
.job-li .card-body .con{
  display: flex;
  font-weight: 700;
}
.job-li .card-body .con div p{
  font-weight: normal;
  margin: 0;
}
.job-li .job-link {
  font-size: 1.125rem;
  padding: 15px 1.2rem 30px;
}
.job-li .job-link span{
  display: block;
}
.job-li .job-link a{
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  color: #005ca9;
  border-bottom: 2px solid #005ca9;
}
@media (max-width:992px) {
  .job-li {
      padding: 0.5rem 1rem;
  }
  .job-li .card-body{
      padding: 0 0 2rem;
      flex-direction: column;
  }
  .job-li .card-body p{
      line-height: 2;
  }
  .job-li .card-link {
      font-size: 1.125rem;
      background-size: 15px;
  }
  .job-li .job-link {
      padding: 1.5rem 0;
  }
  .job-li .job-link a {
      font-size: 1.125rem;
  }
}
/* 合作伙伴 */
.ny-partner{
  background: url(../img/partner.jpg) no-repeat top center ;
  overflow: hidden;
  background-size: contain;
}
.ny-partner .partner-txt{
  padding: 3.0rem 0 2.5rem;
}
.ny-partner .partner-img{
  box-shadow: -2px 3px 20px 10px rgba(0, 0, 0, 0.10);
  background-color: #fff;
  border-radius: 0.6rem;
  padding: 1.9rem 0.5rem 1.9rem 0.5rem;
  text-align: center;
  margin: 1.0rem 0;
}
.ny-partner .partner-img img,.partner .swiper-slide img{
    transition: all 0.6s;
}
.ny-partner .partner-img:hover img,.partner .swiper-slide:hover img,.partner .swiper-slide.swiper-slide-active img{
    transform: scale(1.2);
}
@media (max-width: 998px) {
  .ny-partner .partner-txt,.partner .partner-txt{
    padding: 0rem 0 0rem;
    margin-bottom: 0rem;
  }
  .ny-partner .partner-img{
    margin: 0.5rem 0;
    padding: 1.0rem 0.5rem 1.0rem 0.5rem;
  }
}
/* 产品 */
.product-item{
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 5rem;
  margin-bottom: 5rem;
}
.product-item .product-pics{
  display: flex;
  margin-left: -1%;
  margin-right: -1%;
}
.product-item .product-pics li{
  width: 31.33%;
  margin: 0px 1% 2.5%;
  background: #f0f1f2;
  text-align: center;
  border-radius: 0.6rem;
  overflow: hidden;
}
.ny-product .product-item h5 {
  font-size: 3.125rem;
  margin-bottom: 1.5rem;
}
.ny-product .product-item span{
  display: inline-block;
  padding: 1.5rem 4rem 1.5rem 4rem;
  border-radius: 2.5rem;
  background: #efefef;
}
@media (max-width: 998px) {
  .product-item{
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }
  .product-item .product-pics{
    margin-top: 1.5rem;
  }
  .ny-product .product-item h5 {
    font-size: 1.35rem;
  }
  .ny-product .product-item span {
    padding: 0.7rem 2rem 0.7rem 2rem;
  }
  .product-info .pro-tit{
    font-size: 1.5rem;
  }
}
/* 核心技术 */
.tec-list{
  display: flex;
  flex-wrap: wrap;
  align-items: center;  
  border-radius: 10px;
  transition: all 0.5s;
  box-shadow: 0 2px 15px 5px rgba(0, 0, 0, 0.1);
  padding: 4rem 3rem;
  margin-bottom: 3rem;
  background: #fff url(../img/tec.png) no-repeat center bottom;
  background-size: 90% auto;
}
.tec-list:hover{
  background-color: #005ca9;
  color: #fff;
}
.tec-list .tec-l{
  width: 45%;
  padding-right: 2.5rem;  
}
.tec-list .tec-l .num{
  font-size: 4.0rem;
  font-weight: 600;
  line-height: 1.0;
  color: #d0d0d0;
  transition: all 0.5s;
}
.tec-list .tec-l h2{
  font-size: 2.125rem;
  transition: all 0.5s;
  margin-bottom: 1.0rem;
}
.tec-list .tec-l h2 i{
  display: block;
  font-style: normal;
}
.tec-list .tec-l ul{
  margin-left: 1.5rem;
}
.tec-list:hover .tec-l .num,.tec-list:hover .tec-l h2{
  color: #fff;
  font-weight: 700;
}
.tec-list .tec-r{
  width: 55%;
  overflow: hidden;
  border-radius: 0.5rem;
}

@media (max-width:1380px) {
  .tec-list .tec-l .num{
    font-size: 3rem;
  }
  .tec-list .tec-l h2{
    font-size: 2rem;
  }
}
@media (max-width:992px) {
  .tec-list{
    padding: 2rem 1.5rem;
    margin-bottom: 1.5rem;
    background-size: 90% auto;
    box-shadow: 0 2px 10px 5px rgba(0, 0, 0, 0.1);
  }
  .tec-list .tec-l,.tec-list .tec-r{
    width: 100%;
  }
  .tec-list .tec-l{
    margin-bottom: 1.5rem;
  }
  .tec-list .tec-l .num{
    font-size: 2rem;
  }
  .tec-list .tec-l h2{
    font-size: 1.35rem;
  }
  .tec-list .tec-l h2 i{
    display: block;
  }
  .tec-list .tec-r p{
    margin-bottom: 0.3rem;
  }
}
/* 检测中心 */
.table1 {
  width: 100%;
  overflow-x: auto;
}
.table1 table{
  position: relative;
  border-top: 1px solid #000;
  margin-top: 5px;
  border-collapse: collapse;
  min-width: 100%;
  width: auto;
}
.table1 table::before{
  content:'';
  width: 100%;
  position: absolute;
  height: 2px;
  background: #000;
  top: -4px;
}
.table1 tr{
  border-bottom: 1px solid #000;
}
.table1 td{
  padding: 10px 5px;
  vertical-align: top;
  border: 0;
  text-align: center;
  vertical-align: middle;
}
.table1 tr:first-child{
  font-weight: bold;
}
.detect-list li:nth-child(1){
  background: url(../img/detect1.jpg) no-repeat left top;
}
.detect-list li:nth-child(2){
  background: url(../img/detect2.jpg) no-repeat left top;
}
.detect-list li:nth-child(3){
  background: url(../img/detect3.jpg) no-repeat left top;
}
.detect-list li{
  padding: 14rem 0 7rem;
  background-size: 100% auto;
}
.detect-list li .left-tit{
  color: #fff;
  margin-bottom: 3rem;
}
.detect-list li .left-tit h3{
  font-size: 3.125rem;
  margin-bottom: 1rem;
}
.detect-list li .left-tit p{
  width: 50%;
  font-size: 1.5rem;
  line-height: 1.5;
}
.detect-list li .right-con .detect-con{
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.detect-list li .right-con .detect-li{
  border-radius: 10px;
  background: #fff;
  padding: 1.5rem;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
  width: 15.33%;
  margin: 0 1% 1.5rem 0;
}
.detect-list li .right-con .detect-li:nth-child(6n){
  margin-right: 0;
}
.detect-list li .right-con p{
  text-align: center;
}
.detect-list li:last-child .right-con{
  border-radius: 10px;
  background: #fff;
  padding: 4rem;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
}
@media (min-width:1280px) {
  .detect-list li .right-con .detect-li{
    width: 24%;
    margin: 0 1.33% 1.5rem 0;
  }
  .detect-list li .right-con .detect-li:nth-child(6n){
    margin-right: 1.33%;
  }
  .detect-list li .right-con .detect-li:nth-child(4n){
    margin-right: 0;
  }
}
@media (max-width:992px) {
  .table1 {
    white-space: nowrap;
  }
  .ny-detection{
    padding-top: 30px;
  }
  .detect-list li{
    padding: 2rem 0;
  }
  .detect-list li .left-tit h3{
    color: #005ca9;
    font-size: 1.35rem;
    margin-bottom: 1rem;
  }
  .detect-list li .left-tit p{
    width: 100%;
    font-size: 1rem;
  }
  .detect-list li .left-tit{
    margin-bottom: 1.5rem;
  }
  .detect-list li:last-child .right-con{
    padding: 2rem;
  }
  .detect-list li .right-con .row{
    margin-bottom: 1rem;
  }
  .detect-list li .right-con .detect-li{
    width:49%;
    margin: 0 2% 1.5rem 0;
  }
  .detect-list li .right-con .detect-li:nth-child(2n){
    margin-right: 0;
  }
}