
/* 轮播 */
.bannerBox{
  width: 100%;
  height: 8.7rem;
  /*background: url(../img/banner/banner.png) no-repeat center;*/
  background-size: cover;
}

/* 产品解决方案 */
.productSolve{
  text-align: center;
  margin: 1.2rem auto 0.6rem;
}

/* 选项卡点击 */
.tabBox{
  width: 100%;
  margin-bottom: 0.6rem;
}
.tabBox .tabPackage{
  width:auto;
  padding-bottom: 0.1rem;
  display: flex;
  justify-content: center;
}
.tabBox .tabPackage .tabLeft{
  cursor: pointer;    
  width: 49%;
  text-align: right;
}
.tabMiddle>div,
#tabRight,
#tabLeft {
  display: inline-block;
  line-height: 0.4rem;
  position: relative;
}
.tabBox .tabPackage .tabMiddle{
 width: 2%;
 text-align: center;
}
.tabBox .tabPackage .tabRight{
  cursor: pointer;  
  width: 49%;
  text-align: left;
}
/* .lineHover{
 position: relative; 
}
.lineHoverBlcok{
  display: none;
  width: 0rem;
  height: 0.01rem;
  background: black;
  position: absolute; 
  left: 0;
  bottom: -0.1rem;
 }
 .lineHover:hover .lineHoverBlcok{
   display: block;
   animation: line 0.3s linear forwards;
 }
 @keyframes line {
	0% {width: 0rem;}
	100% {width: 0.5rem;}
} */
/* 选项卡的跑马灯 */
.horseRaceLamp{
  width: 100%;
  /* height: 4.3rem; */
  /* overflow: hidden; */
}
.horseRaceLampItemBox{
  width:17.5rem;
  height: 100%;
  margin: 0 auto;
  overflow: hidden; 
}
/* 跑马灯元素 */
.horseRaceLampItems{
  width: 3.9rem;
  height: 4.3rem;
  overflow: hidden;
  /* background: url(../img/cpjufa/2.png) no-repeat center; */
  background-size: cover;
  transition: all 0.3s;
  position: relative;
  margin-bottom: 0.2rem;
}
.horseRaceLampImgBox{
  width: 1.35rem;
  height:2.9rem;
  /* background: rgba(0, 0, 235, 0.2); */
  position: absolute;
  top: 0.75rem;
  left: 0;
  /* overflow: hidden; */
  transition: all 0.3s;

}
.horseRaceLampImgBox>img{
  width: 2.2rem;
  height: 2.2rem;
  display: block;
  margin: 0.35rem 0 0 -0.45rem;
  transition: all 0.3s;
}
.horseRaceLampItems:hover .horseRaceLampImgBox{
  width: 1.8rem;
}
.horseRaceLampItems:hover .horseRaceLampImgBox img{
  margin: 0.35rem 0 0 0;
}
.horseRaceLampItems .productText{
  width: 1.4rem;
  height: 1rem;
  margin: 1.6rem 0 0 2.2rem;
}
.productName{
  font-weight: bold;
  transition: all 0.3s;
  transform-origin: 50% 50% 0;
}
.productInfo{
  margin-top: 0.12rem;
  line-height: 0.2rem;
  transform-origin: 50% 50% 0;
  transition: all 0.3s;
}
.horseRaceLampItems:hover .productName{
  /* font-size: 0.2rem; */
  transform: scale(1.14);
}
.horseRaceLampItems:hover .productInfo{
  /* margin-top: 0.14rem;
  font-size: 0.15rem; */
  transform: scale(1.1);
}
/* 品牌新闻 标题 */
.brandNews{
  text-align: center;
  margin: 1.2rem auto 0.8rem;
}
/* 品牌新闻 更多新闻 */
.moveNews{
  width: 12.8rem;
  height: 0.2rem;
  line-height: 0.2rem;
  margin: auto;
  text-align: right;
  cursor: pointer;
}
.moveNews .moveIcon{
  width: 0.07rem;
  height: 0.11rem;
  display: inline-block;
  margin-left: 0.12rem;
  background: url(../img/ppxw/icon.png) no-repeat center;
  background-size: cover;
}
/* 品牌新闻 内容 */
.brandNewsContent{
  width: 12.80rem;
  height: 4.5rem;
  margin: 0 auto;
  margin-top: 0.2rem;
}
.brandNewsContent>.brandNewsContentLeft{
  width: 6.14rem;
  height: 4.5rem;
  
}
.brandNewsContentLeft:hover .newsImg>img{
  transition: all 0.2s linear;
  transform: scale(1.1);
}
.brandNewsContentLeft:hover .newsTextTimeIcon{
  transition: all 0.2s linear;
  transform: translateX(calc(1rem - 0.6rem));
  opacity: 1;
}
.brandNewsContentRight .newsText:nth-of-type(1){
  margin-top: 0;
}
/* 新闻内容 需要复用 */
.newsText{
  width: 100%;
  height: 0.8rem;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 0.3rem;
  position: relative;
}
.newsText>.lineImg{
  width: 1px;
  height: 0;
  background-color: #c82a28;
  position: absolute;
  left: -0.31rem;
  top: 0;
  transition: all 0.2s linear;
  
}
.newsText:hover>.lineImg{
  height: 0.35rem;
}
.newsText .newsTextTime{
  width: 1rem;
  text-align: right;
}
.newsTextTimeMonth{
  line-height: 16px;
 height: 0.32rem;
}
.newsTextTimeYear{
  
}
.newsTextTimeIcon{
  width: 0.07rem;
  height: 0.11rem;
  background: url(../img/ppxw/icon.png) no-repeat center;
  background-size: cover;
  margin-left: 0.6rem;/* calc(1rem - 0.07rem) */
  margin-top: 0.2rem;
  opacity: 0;
  transition: all 0.3s linear;
}
.newsTitle{
  width: calc(100% - 2.5rem);
  height: 0.8rem;
  margin-right: 1rem;
}
/* 复用结束 */
.newsImg{
  width: 100%;
  height: 3.2rem;
  overflow: hidden;
  /* background: url(../img/ppxw/2.png) no-repeat center;
  background-size: cover; */
  margin-top: 0.2rem;
}
.newsImg>img{
  transition: all 0.3s linear;
}
.brandNewsContent>.brandNewsContentRight{
  width: 6.05rem;
  height: 4.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 0.3rem;
  border-left: 1px solid #f5f5f5;
  background: url(../img/ppxw/line.png) no-repeat top left;
}
.brandNewsContentRight .newsText:nth-child(1):hover .newsTitle div:nth-child(1),
.brandNewsContentRight .newsText:nth-child(2):hover .newsTitle div:nth-child(1),
.brandNewsContentRight .newsText:nth-child(3):hover .newsTitle div:nth-child(1){
  transform: translateX(0.1rem);
  transition: all 0.2s linear;
}
.brandNewsContentRight .newsText:nth-child(3):hover .newsTitle div:nth-child(1){
  transform: translateX(0.1rem);
  transition: all 0.2s linear;
}
/* 宁美全球标题 */
.ngGlobal{
  text-align: center;
  margin: 1.2rem auto 1rem;
}
/* 地图盒子 */
.ngGlobalMapBox{
  width: 11.92rem;
  height: 5.94rem;
  margin: 0 auto;
  background: url(../img/nmqq/map.png) no-repeat center;
  background-size: cover;
  position: relative;
}

/* 联系我们盒子 */
.lxwmBox{
  width: 19.2rem;
  height: 5.94rem;
  margin: 0 auto;
  margin-bottom: 2rem;
  background: url(../img/dbl/foot.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}


/* 地图盒子 更多按钮  弃用*/
.ngGlobalMapBox>.moveBtn{
  width: 2.4rem;
  height: 0.46rem;
  position: absolute;
  bottom: 0;
  left: calc(50% - 1.15rem);
  background: url(../img/nmqq/moveBtnWithe.png) no-repeat center;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.3s;
}
.moveBtn:hover{
  background: url(../img/nmgy/btn.png) no-repeat center;
  background-size: 100%;
}
/* 地图盒子 更多按钮  最新的更换样式*/
.ngGlobalMapBox>.understandMoreBtn{
  width: 2.4rem;
  height: 0.46rem;
  position: absolute;
  bottom: 0;
  left: calc(50% - 1.15rem);
  cursor: pointer;
  transition: all 0.3s;
  background-color: #c82a28;
  box-shadow: 0 3px 10px rgba(193, 25, 32, 0.43);
  border-radius: 0.22rem;
  color: white;
  font-size: 0.18rem !important;
  line-height: 0.46rem;
  text-align: center;
}
.iconfont {
  font-size: 0.18rem;

}
.ngGlobalMapBox>.understandMoreBtn>.understandMoreBtnText{
	display: inline-block;
}
.ngGlobalMapBox>.understandMoreBtn>.understandMoreBtnIcon{
	display: inline-block;
	margin-left: 0.1rem;
	transition: all 0.2s;
}
.understandMoreBtn:hover{
  background-color: #bf2826;
}
.understandMoreBtn:hover .understandMoreBtnIcon{
	display: inline-block;
  transition: all 0.2s;
  transform: translateX(0.04rem);
}
/* 宁美公益 */
.ngPublicWelfare{
  text-align: center;
  margin: 1.2rem auto 1rem;
}
/* 宁美公益内容 */
.ngPublicWelfareBox{
  width: 19.19rem;
  height: 7rem;
  /* margin: 0 auto; */
  /* background: url(../img/nmgy/ngPublicWelfareContent.png) no-repeat center;
  background-size: cover; */
  /* position: relative; */
  margin-bottom: 2rem;
  background-color: #f9f9f9;
}

.ngPublicWelfareBox .leftImg{
  width: 11.04rem;
  height: 7rem;
  background: url(../img/nmgy/nmgy.jpg) no-repeat center;
  background-size: cover;
}
.ngPublicWelfareBox .rightText{
  width: calc(100% - 11.04rem);
  height: 7rem;
  padding-left: 1rem;
  padding-right: 1.2rem;
  box-sizing: border-box;
}
.rightText>div:nth-child(1){
  margin-top: 2.24rem;
  /* margin-left: 2.4rem; */
  text-align: left;
  font-size: 0.22rem;
  color: black;
  font-family: 'lbt';
}
.rightText>div:nth-child(2){
  font-size: 0.14rem;
  color: #999;
  text-align: left;
  margin-top: 0.6rem;
}
.rightText>div:nth-child(3){
  font-size: 0.14rem;
  color: #999;
  margin-left: 1.54rem;
  margin-top: 0.1rem;
}
/* 宁美公益内容 更多按钮 */
.ngPublicWelfareBox .rightText>.moveBtnWithe{
  width: 2.4rem;
  height: 0.46rem;
  margin: 0 auto;
  margin-top: 0.8rem;
  margin-left: 0;
  cursor: pointer;
  transition: all 0.3s;
  background-color: #c82a28;
  box-shadow: 0 3px 10px rgba(193, 25, 32, 0.43);
  border-radius: 0.22rem;
  color: white;
  font-size: 0.18rem;
  line-height: 0.46rem;
  text-align: center;
}
.moveBtnWitheText{
	display: inline-block;
}
.moveBtnWitheIcon{
	display: inline-block;
	margin-left: 0.1rem;
  transition: all 0.2s;
  font-size: 0.18rem;
}
.ngPublicWelfareBox .rightText>.moveBtnWithe:hover{
  background-color: #bf2826;
}
.moveBtnWithe:hover .moveBtnWitheIcon{
  transform: translateX(0.04rem);
  transition: all 0.2s;
}
