
/*header*/

.header {

  position: relative;
  background: #fff;

}

.nav_bg .t_nav>ul>li>a>span {

  color: #4c4c4c;

}

.header .search .searchIco em.show {
  background: url(../nyimages/sou.png) center no-repeat;
  background-size: 100%;
}

.header .search .searchIco em.hide {
  background: url(../nyimages/sou.png) center no-repeat;
  background-size: 100%;
}

.header .top_r .en a {

  color: #4c4c4c;
  background: url(../nyimages/ico.png) left center no-repeat;
  background-size: 0.19rem 0.19rem;

}

html {
  scroll-behavior: smooth;
}


/*banner*/

.nybanner{
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 0;
}

.nybanner img{
  display: block;
  margin: 0 auto;
  height: 100%;
  width: 100%;
}



/*trait*/

.traitbg{
  width: 100%;
  margin: 0 auto;
  background: #00479d;
  line-height: 0.8rem;
}

.traitbg .trait{
  margin: 0 auto;
}

.traitbg .trait ul li{
  display: inline-block;
  margin-right: 1.1rem;
}

.traitbg .trait ul li a{
  display: block;
  font-size: 0.2rem;
  color: #ffffff;
}

.traitbg .trait ul li a.active{

  color: #ef7b00;
  font-weight: bold;
}

.nyprobg{
  margin: 0 auto;
  width: 100%;
  background: #f2f6fa;
  padding: 0.63rem 0 0.8rem 0;
}

.nyprobg .nypro{
  margin: 0 auto;
}

.nyprobg .nypro .nytitle{
  margin: 0 auto;
  text-align: center;
}

.nyprobg .nypro .nytitle h3{
  font-size: 0.3rem;
  color: #333333;
  font-weight: bold;

}

.nyprobg .nypro .nytitle i{
  display: block;
  font-size: 0.12rem;
  color: #999999;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-top: 0.07rem;
}

.nyprobg .nypro .nyprobox{
  margin: 0.65rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nyprobg .nypro .nyprobox .pro_l{
  position: relative;
  width: 42.2%;
  height: 6rem;
  background: #fff;
  -webkit-box-shadow: 0 0px 10px 10px rgba(0, 0, 0, .01);
  box-shadow: 0 0px 10px 10px rgba(0, 0, 0, .01);
}

.nyprobg .nypro .nyprobox .pro_l .swiper-slide{
  position: relative;
}

.nyprobg .nypro .nyprobox .pro_l .swiper-slide a{
  display: block;
}

.nyprobg .nypro .nyprobox .pro_l .swiper-slide .pic{
  position: relative;
  width: 100%;
  height: 6rem;

}

.nyprobg .nypro .nyprobox .pro_l .swiper-slide .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nyprobg .nypro .nyprobox .pro_l .pro-next{
  position: absolute;
  right: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4rem;
  height: 0.4rem;
  background: url(../nyimages/proright.png)  center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 9;

}

.nyprobg .nypro .nyprobox .pro_l .pro-prev{
  position: absolute;
  left: 0.15rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.4rem;
  height: 0.4rem;
  background: url(../nyimages/proleft.png)  center no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
  z-index: 9;
}

.nyprobg .nypro .nyprobox .pro_r{
  width: 54.9%;
  height: 6rem;
  background: #fff;
  -webkit-box-shadow: 0 0px 10px 10px rgba(0, 0, 0, .01);
  box-shadow: 0 0px 10px 10px rgba(0, 0, 0, .01);
  overflow-y: auto;
}


.nyprobg .nypro .nyprobox .pro_r .nr{
  padding: 0.4rem;
}


.nyprobg .nypro .nyprobox .pro_r .nr h5{
  font-size: 0.24rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.35rem;

}

.nyprobg .nypro .nyprobox .pro_r .nr p{
  font-size: 0.18rem;
  color: #333333;
  line-height: 0.32rem;
  margin-bottom: 0.3rem;
}

.nyprobg .nypro .nyprobox .pro_r .nr ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nyprobg .nypro .nyprobox .pro_r .nr ul li{
  width: 49%;
  margin-bottom: 0.45rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nyprobg .nypro .nyprobox .pro_r .nr ul li i{
  display: block;
  width: 0.79rem;
  height: 0.91rem;
  line-height: 0.91rem;
  background: url(../nyimages/proico.png)  center no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-size: 0.3rem;
  color: #fff;
  font-weight: bold;
}

.nyprobg .nypro .nyprobox .pro_r .nr ul li .txt{
  width: calc((100% - 1.15rem));
}

.nyprobg .nypro .nyprobox .pro_r .nr ul li .txt h6{
  font-size: 0.22rem;
  color: #333333;
  font-weight: bold;
  margin: 0.15rem 0 0.1rem 0;
}

.nyprobg .nypro .nyprobox .pro_r .nr ul li .txt span{
  display: block;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.32rem;
}


.nyprobg .nypro .nyprobox .pro_r .nr .pic{
  width: 100%;
  height: auto;
  overflow: hidden;

}

.nyprobg .nypro .nyprobox .pro_r .nr .pic img{
  display: block;
  width: 100%;
  height: auto;
  
}









  
  
  /* 滚动条轨道宽度设为2px */
  
  ::-webkit-scrollbar {
  
    width: 8px; /* 垂直滚动条宽度 */
    
    height: 2px; /* 水平滚动条高度 */
    
    }
    
     
    
    /* 轨道样式 */
    
    ::-webkit-scrollbar-track {
    
    background: #d6d6d6; /* 透明轨道，避免遮挡滑块延伸 */
    
    }
    
     
    
    /* 滑块样式：通过边框扩展视觉宽度 */
    
    ::-webkit-scrollbar-thumb {
    
    background: #00479d;
    
    border-radius: 10px;
    
    border: 8px solid #00479d; /* 关键：用边框扩展宽度 */
    
    background-clip: content-box; /* 限制背景仅显示在内容区域 */
    
    min-width: 6px; /* 确保滑块最小宽度为10px */
    
    }
    
     
    
    /* 滑块悬停效果 */
    
    ::-webkit-scrollbar-thumb:hover {
    
    background: #00479d;
    
    border-color: #00479d;
    
    }






/*case*/

.nycase{
  margin: 0 auto;
  padding-bottom: 1.6rem;
}


.nycase .case_show{
  margin: 0 auto;
  padding-top: 0.5rem;
}


.nycase .case_show .case_show_t{
  margin: 0 auto;
  text-align: center;
}


.nycase .case_show .case_show_t h3{
  font-size: 0.36rem;
  color: #333;
  font-weight: bold;

}

.nycase .case_show .case_show_t i{
  display: block;
  text-transform: uppercase;
  font-size: 0.16rem;
  color: #ee7500;
  margin-top: 0.15rem;
}


.nycase .case_show .case_showbox{
  margin: 0.5rem auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}


.nycase .case_show .case_showbox .pic{
  position: relative;
  width: 56.5%;
  height: 6.4rem;

}

.nycase .case_show .case_showbox .pic img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}


.nycase .case_show .case_showbox .nr{
  position: relative;
  width: 43.5%;
  height: 6.4rem;
  background: #f0f0f2;
  padding: 0.6rem 0.4rem 0 0.7rem;
  box-sizing: border-box;
  overflow: hidden;

}


.nycase .case_show .case_showbox .nr h5{
  font-size: 0.3rem;
  color: #333333;
  font-weight: bold;
  margin-bottom: 0.2rem;

}

.nycase .case_show .case_showbox .nr span{
  display: block;
  font-size: 0.13rem;
  color: #666;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 0.25rem;
  margin-bottom: 0.3rem;
}

.nycase .case_show .case_showbox .nr p{
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.32rem;
  margin-bottom: 0.3rem;
}

.nycase .case_show .case_showbox .nr ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.35rem;
  width: 102%;
}

.nycase .case_show .case_showbox .nr ul li{
  width: 49%;
  margin-bottom: 0.45rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.nycase .case_show .case_showbox .nr ul li i{
  display: block;
  width: 0.52rem;
  height: 0.6rem;
  line-height: 0.6rem;
  background: url(../nyimages/caseico.png)  center no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-size: 0.2rem;
  color: #fff;
  font-weight: bold;
}

.nycase .case_show .case_showbox .nr ul li .txt{
  width: calc((100% - 0.7rem));
}

.nycase .case_show .case_showbox .nr ul li .txt h6{
  font-size: 0.18rem;
  color: #333333;
  font-weight: bold;
  margin: 0.02rem 0 0.05rem 0;
}

.nycase .case_show .case_showbox .nr ul li .txt span{
  display: block;
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.26rem;
}

.nycase .wen{
  margin: 0.65rem auto 0 auto;

}


.nycase .wen .wen_t{
  text-align: center;
  font-size: 0.3rem;
  color: #333333;
  font-weight: bold;
}

.nycase .wen ul{
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  margin: 0.65rem auto 0 auto;
}

.nycase .wen ul li{
  width: 29.5%;
  height: 2.07rem;
  background: #fff;
  -webkit-box-shadow: 0 0px 10px 10px rgba(0, 0, 0, .05);
  box-shadow: 0 0px 10px 10px rgba(0, 0, 0, .05);
  margin-right: 5.5%;
}

.nycase .wen ul li:last-child{
  margin-right: 0;
}

.nycase .wen ul li span{
  display: block;
  margin: 0.3rem auto 0 auto;
  width: 0.85rem;
  height: 0.85rem;
  background: #ef7b00;
  border-radius: 50%;
  overflow: hidden;
}

.nycase .wen ul li span img{
  display: block;
  width: 100%;
  height: 100%;

}

.nycase .wen ul li p{
  text-align: center;
  font-size: 0.2rem;
  color: #333333;
  margin: 0.25rem auto 0 auto;
} 


.nycase .case_nr{
  margin: 0.75rem auto 0 auto;
  padding: 0 0.9rem;
  box-sizing: border-box;
}


.nycase .case_nr h5{
  text-align: center;
  font-size: 0.3rem;
  color: #333333;
  font-weight: bold;
}

.nycase .case_nr img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}


.nycase .case_nr .txt1{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.nycase .case_nr .txt1 p{
  font-size: 0.24rem;
  color: #333333;
  line-height: 0.5rem;
  flex: 1;

}

.nycase .case_nr .txt1 img{
  margin: 0 0.2rem;
}

.nycase .case_nr .txt2{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
} 

.nycase .case_nr .txt2 .txt_l{
  width: 46%;
  text-align: left;

}

.nycase .case_nr .txt2 .txt_l h5{
  font-size: 0.26rem;
  color: #333333;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0.2rem;
}

.nycase .case_nr .txt2 .txt_l p{
  font-size: 0.2rem;
  color: #4c4c4c;
  line-height: 0.38rem;
  margin-bottom: 0.5rem;
}

.nycase .case_nr .txt2 .pic{
  width: 46%;
}

.nycase .case_nr .txt2 .pic img{
  margin-bottom: 1.3rem;
}



@media (max-width: 1440px){

  .nycase .case_show .case_showbox .nr {

    padding: 0.3rem 0.4rem 0 0.4rem;

}

  .nycase .case_show .case_showbox .nr h5 {
    font-size: 0.24rem;
}

.nycase .case_show .case_showbox .nr ul li {
  margin-bottom: 0.2rem;

}

}


@media (max-width: 1024px){




.traitbg{
  width: 100%;
  line-height: 0.38rem;
  padding: 0.05rem 0;
}



.traitbg .trait ul li{
  margin-right: 0rem;
  width: 48%;
  text-align: center;
}

.traitbg .trait ul li a{

  font-size: 0.16rem;

}



.nyprobg{
  padding: 0.4rem 0 0.4rem 0;
}



.nyprobg .nypro .nytitle h3{
  font-size: 0.24rem;

}

.nyprobg .nypro .nytitle i{
  font-size: 0.14rem;
}

.nyprobg .nypro .nyprobox{
  margin: 0.3rem auto 0 auto;
}

.nyprobg .nypro .nyprobox .pro_l{

  width: 100%;
  height: 3rem;
}



.nyprobg .nypro .nyprobox .pro_l .swiper-slide .pic{
  position: relative;
  width: 100%;
  height: 3rem;

}




.nyprobg .nypro .nyprobox .pro_l .pro-next{

  width: 0.28rem;
  height: 0.28rem;


}

.nyprobg .nypro .nyprobox .pro_l .pro-prev{
  width: 0.28rem;
  height: 0.28rem;

}

.nyprobg .nypro .nyprobox .pro_r{
  width: 100%;
  height: 6rem;
  margin: 0.2rem auto 0 auto;
}


.nyprobg .nypro .nyprobox .pro_r .nr{
  padding: 0.3rem;
}


.nyprobg .nypro .nyprobox .pro_r .nr h5{
  font-size: 0.18rem;
  margin-bottom: 0.2rem;

}

.nyprobg .nypro .nyprobox .pro_r .nr p{
  font-size: 0.16rem;
  line-height: 0.32rem;
  margin-bottom: 0.3rem;
}


.nyprobg .nypro .nyprobox .pro_r .nr ul li{
  width: 100%;
  margin-bottom: 0.2rem;
}

.nyprobg .nypro .nyprobox .pro_r .nr ul li i{

  width: 0.4rem;
  height: 0.45rem;
  line-height: 0.45rem;
  font-size: 0.18rem;

}

.nyprobg .nypro .nyprobox .pro_r .nr ul li .txt{
  width: calc((100% - 0.55rem));
}

.nyprobg .nypro .nyprobox .pro_r .nr ul li .txt h6{
  font-size: 0.18rem;
  margin: 0rem 0 0.07rem 0;
}

.nyprobg .nypro .nyprobox .pro_r .nr ul li .txt span{
  font-size: 0.16rem;
}




.nycase{

  padding-bottom: 0.5rem;
}


.nycase .case_show{
  padding-top: 0.3rem;
}


.nycase .case_show .case_show_t h3{
  font-size: 0.24rem;

}

.nycase .case_show .case_show_t i{

  font-size: 0.16rem;
  margin-top: 0;

}


.nycase .case_show .case_showbox{
  margin: 0.3rem auto 0 auto;

}


.nycase .case_show .case_showbox .pic{
  width: 100%;
  height: 2.8rem;

}




.nycase .case_show .case_showbox .nr{

  width: 100%;
  height: auto;
  padding: 0.3rem 0.3rem 0.1rem 0.3rem ;


}


.nycase .case_show .case_showbox .nr h5{
  font-size: 0.2rem;
  margin-bottom: 0.15rem;

}

.nycase .case_show .case_showbox .nr span{
  font-size: 0.14rem;
  margin-bottom: 0.2rem;
}

.nycase .case_show .case_showbox .nr p{
  font-size: 0.16rem;
  margin-bottom: 0.2rem;
}

.nycase .case_show .case_showbox .nr ul{
  width: 100%;
}

.nycase .case_show .case_showbox .nr ul li{
  width: 100%;
  margin-bottom: 0.2rem;
}

.nycase .case_show .case_showbox .nr ul li i{
  display: block;
  width: 0.52rem;
  height: 0.6rem;
  line-height: 0.6rem;
  background: url(../nyimages/caseico.png)  center no-repeat;
  background-size: 100% 100%;
  text-align: center;
  font-size: 0.2rem;
  color: #fff;
  font-weight: bold;
}



.nycase .wen{
  margin: 0.3rem auto 0 auto;

}


.nycase .wen .wen_t{
  font-size: 0.24rem;
}

.nycase .wen ul{

  margin: 0.3rem auto 0 auto;
}

.nycase .wen ul li{
  width: 100%;
  height: 1.7rem;
  margin-right: 0%;
  margin-bottom: 0.2rem;
}


.nycase .wen ul li span{

  margin: 0.25rem auto 0 auto;
  width: 0.6rem;
  height: 0.6rem;

}



.nycase .wen ul li p{
  font-size: 0.16rem;
} 


.nycase .case_nr{
  margin: 0.3rem auto 0 auto;
  padding: 0rem;
}


.nycase .case_nr h5{
  font-size: 0.2rem;

}




.nycase .case_nr .txt1{
  display: block;
  margin-bottom: 0.5rem;
}

.nycase .case_nr .txt1 p{
  font-size: 0.16rem;
  line-height: 0.36rem;

}

.nycase .case_nr .txt1 img{
  margin: 0 auto;
}



.nycase .case_nr .txt2 .txt_l{
  width: 100%;

}

.nycase .case_nr .txt2 .txt_l h5{
  font-size: 0.2rem;
  margin-bottom: 0.1rem;
}

.nycase .case_nr .txt2 .txt_l p{
  font-size: 0.16rem;
  line-height: 0.38rem;
  margin-bottom: 0.3rem;
}

.nycase .case_nr .txt2 .pic{
  width: 100%;
}

.nycase .case_nr .txt2 .pic img{
  margin-bottom: 0.5rem;
}






}