@charset "utf-8";
/*----案例标题--------------*/
.lrtitle{ text-align: center; padding:30px 0px}
.lrtitle p{ line-height:26px; color: #666666; padding:0px 40px}
.lrtitle h2{ padding:10px 0px}
.lrtitlenew{ text-align: center; padding:0px 0px 15px}
/*----案例列表--------------*/
.prbg{ background:#F1F1F1; margin:0px auto 30px; padding-bottom:20px}
.cp figcaption{ background:#FFFFFF; line-height:60px; font-size:16px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
.cp figure{ margin-top:30px;overflow: hidden;border-radius: 5px}
.cp .imgheight{ background:#FDFDFD;position:relative;
	display: flex;
	align-items: center; /* 垂直居中 */
	justify-content: center; /* 水平居中 */
	max-height:190px;min-height:190px;line-height:190px;height:100% !important;
	overflow:hidden !important;
}
.cp .imgheight img{
	transition: all 0.3s ease;
}
.cp figure:hover img{transform: scale(1.1);transition: all 0.3s ease}
.cp figcaption a{color: #333}
.nonecp{ display:none}
/*----答疑--------------*/
.newlr { padding-bottom:20px}
.newlr .bk{ border:1px solid #E4E4E4; margin-bottom:15px; padding:5px 20px;min-height: 150px}
.newlr h3{ font-size:16px; font-weight:bold;overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
.newlr span{ color:#CCCCCC}
.newlr p{ color:#666666}

/*----服务热线--------------*/
.telbg{ background:#FF7922; text-align:center; color:#EEE; padding:30px}
.telbg tel{ color:#FFF}

/*----信息--------------*/
.news{background: #FBFBFC; border:1px solid #E0E2E3; padding:25px;overflow: hidden;text-align:center;box-sizing: border-box;margin: 0 15px 30px 15px}
.news a{color: #333;line-height: 2}

/*手机超小屏幕下的单独样式 xs < 768px */
@media (min-width: 300px) and (max-width: 766px){
  .cp .imgheight{ height:80px; overflow:hidden}
  .cp figcaption{line-height:30px; font-size:14px}
  .lrtitle{ text-align: center; padding:10px 0px}
  .prbg{  /*margin:10px auto; */padding-bottom:20px}
  .cp figure{ margin-top:10px;}
  .telbg tel{ color:#FFFF00; display:table}
  .telbg span{ display:none}
  .news{padding: 15px}
}
/*平板小屏幕样式 768px <= sm < 992px */
@media (min-width: 767px) and (max-width: 1023px){
  .banner .bg{width:70%; }
  .cp .imgheight{ height:140px; overflow:hidden}
  .nonecp{ display: block}
  .cp figcaption{line-height:40px; font-size:14px}
}
/*大于992px以上固定宽度为970px md >= 992px */
@media (min-width: 1024px) and (max-width: 1299px){
  .cp .imgheight{ height:130px; overflow:hidden}
}