@charset "utf-8";
.fancybox-overlay{
    z-index: 999999999999!important;
}


.nybanner{
    position: relative;
}
.nybanner img{
    width: 100%;
}
.nybanner .nybanner-p{
    position: absolute;
    top: 45%;
    left: 6%;
    text-align: center;
    padding: 0px;
    width: 88%;
}
.nybanner .nybanner-p h3{
    color: #fff;
    font-size: 40px;
    padding-bottom: 0px;
    font-weight: 600;
}
.nybanner .nybanner-p p{
    font-size: 20px;
    margin: 0 auto;
    padding-top: 10px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 8px;
}


.nybeijing{
    padding: 3rem 0;
}

/*位置*/
.nyposition{
    color: #666;
    margin-bottom: 3rem;
}
.nyposition a{
    color: #666;
    margin: 0 5px;
}


/*产品分类*/
.cpfl{
    background: #f6f6f6;
    padding: .5rem 0;
}
.cpfl-list{
    display: table;
    margin: auto;
}
.cpfl-list a{
    display: block;
    float: left;
    background: #f5990f;
    margin: 1rem;
    padding: 1rem 2rem;
    border-radius: 20px;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: bold;
}
.cpfl-list a:hover{
    background: #3385ff;
    color: #fff;
}



/*产品展示*/
.nypro-list li{
    padding: 0 1.5rem 3rem 1.5rem;
}
.nypro-list li .bigimg{
    border: 1px solid #eee;
    border-bottom: 0;
}
.nypro-list li a:hover img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);    /* IE 9 */
    -webkit-transform: scale(1.05,1.05);    /* Safari å’Œ Chrome */
    -o-transform: scale(1.05,1.05); /* Opera */
    -moz-transform: scale(1.05,1.05);   /* Firefox */
}
.nypro-list li p{
    background: #f6f6f6;
    text-align: center;
    line-height: 2.5rem;
    font-size: 1.6rem;
    border: 1px solid #eee;
    border-top: 0;
    padding: 1rem 0;
}
.nypro-list li a:hover p{
    background: #0a7dd6;
    color: #fff;
}


/*产品详情*/
.leftnav{
    padding-right: 2rem;
}
.leftnav dl dt{
    font-size: 2.4rem;
    color: #0a7dd6;
    line-height: 4rem;
}
.leftnav dl{
    border: 1px solid #ccc;
}
.leftnav dl dd{
    border-top: 1px solid #ccc;
}
.leftnav dl dd:first-child{
    border-top: 0;
}
.leftnav dl dd a{
    display: block;
    line-height: 6rem;
    color: #333;
    padding: 0 2rem;
}
.leftnav dl dd a:hover{
    background: #3385ff;
    color:#fff;
}
.prodetail-img .swiper-slide {
  background-size: cover;
  background-position: center;
}
.prodetail-img .gallery-top {
  height: 80%;
  width: 100%;
}
.prodetail-img .gallery-top img{
    border: 1px solid #eee;
}
.prodetail-img .gallery-thumbs {
  height: 20%;
  box-sizing: border-box;
  padding-top: 10px;
  margin:0 30px;
}
.prodetail-img .gallery-thumbs .swiper-slide {
  height: 100%;
  opacity: 0.4;
  cursor: pointer;
}
.prodetail-img .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}
.prodetail-img .swiper-button-next:after,.prodetail-img .swiper-button-prev:after{
    font-size: 18px;
    color: #fff;
}
.prodetail-img .swiper-button-next,.prodetail-img .swiper-button-prev{
    bottom: 8px;
    top: auto;
    background: #3385ff;
    outline: 0;
    width: 2rem;
}
.prodetail-img .swiper-button-next{
    right: 2rem;
}
.prodetail-img .swiper-button-prev{
    left: 2rem;
}

.prodetail-brief dl{
    margin-bottom: 2rem;
}
.prodetail-brief dl dt{
    color: #3385ff;
    font-size: 2.4rem;
}
.prodetail-brief dl dd{
    line-height: 2.8rem;
}
.prodetail-brief a{
    display: block;
    background: #3385ff;
    color: #fff;
    text-align: center;
    line-height: 4rem;
    border-radius: 30px;
    width: 13rem;
}
.prodetail-con{
    margin-top: 2rem;
    padding: 0;
}
.prodetail-con-tit{
    font-size: 2rem;
    text-transform: uppercase;
    color: #3385ff;
    border-bottom: 1px solid #3385ff;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
}
.prodetail-con-brief{
    line-height: 2.8rem;
}


/*新闻*/
.nynews-list{
    margin-top:5rem;
}
.nynews-list:first-child{
    margin-top:0;
}
.newsimg img{
    display: block;
    width: 100%;
}
.nynews-list .tit{
    font-size: 1.68rem;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.nynews-list .tb{
    color: #999;
    margin: 1rem 0;
    font-size: 1.2rem;
}
.nynews-list .tb i{
    margin-right: 2rem;
}
.nynews-list .brief{
    color: #666;
    line-height: 2.5rem;
}
.nynews-a{
    margin-top: 1.5rem;
}
.nynews-a a{
    color: #0a7dd6;
}
.nynews-a a:hover{
    text-decoration: underline;
}
.newsdetail-tit{
    text-align: center;
    font-size: 2.4rem;
}
.newsdetail-tb{
    text-align: center;
    font-size: 1.4rem;
    border-bottom: 1px solid #eee;
    padding: 1rem 0;
    margin-bottom: 1rem;
}
.newsdetail-tb i{
    margin: 0 1rem;
    color: #666;
}
.newsdetail-brief{
    line-height: 2.5rem;
}

.articles{
    border-top: 1px dashed #ccc;
    padding-top: 1rem;
    margin-top: 1rem;
}
.articles>div{
    color: #000;
}
.articles a{
    color: #666;
}


/*关于我们*/
.nyabout-list{
    line-height: 3.5rem;
}



/*地图*/
.contact-bj{
    background: #f6f6f6;
    padding: 3rem;
}
.contact-list h2{
    font-size: 3rem;
}
.contact-list .contact-p{
    margin-top: 2rem;
    line-height: 2.8rem;
}
.contact-list .contact-p p{
    line-height: 2.8rem;
    color: #666;
}

.my-map { margin: 0 auto; width:100%; height: 350px; }
.my-map .icon { background: url(../images/marker.png) no-repeat; }
.my-map .icon-cir { height: 31px; width: 28px; }
.my-map .icon-cir-red { background-position: -11px -5px; }
.amap-container{height: 100%;}
.my-map .mapContainer{width: 100%;height: 400px;}


/*在线留言*/
.message{
    background: #f6f6f6;
    margin-top: 2rem;
    padding: 5rem 0;
}
.message-tit{
    text-align: center;
}
.message-tit h2{
    font-size: 3rem;
}
.message-tit p{
    color: #666;
}
.message-list{
    margin-top: 2rem;
}
.message-textarea{
    margin-top: 2rem;
}
.message-textarea textarea{
  resize: none;
}
.message-button{
    width: 100%;
    margin-top: 2rem;
}
.message-yzm{
    margin-top: 2rem;
}
.message-yzm input{
    width: 30rem!important;
    float: left;
}
.message-yzm img{
    float: left;
    margin-left: 2rem;
    height: 37px;
}


@media screen and (max-width: 1200px) {
  .nyabout-list{
      line-height: 3rem;
      font-size: 1.6rem;
  }
  .nybanner .nybanner-p{
      position: absolute;
      top: 1rem;
      left: 6%;
      text-align: center;
      padding: 0px;
      width: 88%;
  }
  .nybanner .nybanner-p h3{
      color: #fff;
      font-size: 3rem;
      padding-bottom: 0px;
      font-weight: 600;
  }
  .nybanner .nybanner-p p{
      font-size: 1.6rem;
      padding-top: 1rem;
      letter-spacing: 0;
  }
  /*产品分类*/
  .cpfl{
      background: #f6f6f6;
      padding: .5rem 0;
  }
  .cpfl-list a{
      margin: .5rem;
      padding: 1rem 2rem;
      font-size: 1.6rem;
  }
  .leftnav{
    display:none;    
  }
  .prodetail-con{
    padding: 0 1rem;
  }
  /*新闻*/
  .nynews-list{
      margin-top: 3rem;
  }
  .nynews-list:first-child{
      margin-top:0;
  }
  .newsimg img{
    margin-bottom: 2rem;
  }
  .nynews-list .tit{
      font-size: 1.6rem;
      text-overflow: initial;
      white-space: inherit;
      overflow: hidden;
  }
  .nynews-list .tb i{
      margin-right: 2rem;
  }
  .nynews-a{
      margin-top: 1.5rem;
  }
  .newsdetail-tit{
      text-align: center;
      font-size: 2.4rem;
  }
  .newsdetail-tb{
      text-align: center;
      font-size: 1.4rem;
      border-bottom: 1px solid #eee;
      padding: 1rem 0;
      margin-bottom: 1rem;
  }
  .newsdetail-tb i{
      margin: 0 1rem;
      color: #666;
  }
  .newsdetail-brief{
      line-height: 2.5rem;
  }

  .articles{
      border-top: 1px dashed #ccc;
      padding-top: 1rem;
      margin-top: 1rem;
  }
  /*地图*/
  .contact-bj{
      padding: 1rem;
  }
  .contact-list h2{
      font-size: 2.4rem;
  }
  .contact-list .contact-p{
      margin-top: 1rem;
      line-height: 2.8rem;
  }
  .contact-list .contact-p p{
      line-height: 2.8rem;
      color: #666;
  }
  .my-map{
    margin-top:2rem;
  }
  /*在线留言*/
  .message{
      padding: 2rem 0;
  }
  .message-tit{
      text-align: center;
  }
  .message-tit h2{
      font-size: 3rem;
  }
  .message-textarea,.message input{
      margin-top: 1.5rem;
  }
  .message-textarea textarea{
    resize: none;
  }
  .message-button{
      width: 100%;
      margin-top: 2rem;
  }
  .message-yzm{
      margin-top: 2rem;
  }
  .message-yzm input{
      width: 50%!important;
      float: left;
      margin-top: 0;
  }
  .message-yzm img{
      margin-left: 5%;
      height: 3.7rem;
      width: 45%;
  }
}