/**======浜у搧銆佹渚嬮〉瀵艰埅鍒楄〃=====**/
.current-page {
  height: 0.9rem;
  padding: 0.2rem;
}
.current-page > div {
  padding: 0;
}
.current-page > div.col-8 {
  height: 100%;
  color: #333;
  position: relative;
}
.current-page > div.col-4 {
  line-height: 0.5rem;
  padding-left: 0.2rem;
  color: #E12F01;
  position: relative;
}
.current-page > div.col-4::after {
  content: '';
  width: 0.24rem;
  height: 0.28rem;
  background: url("../images/icon.png") no-repeat -4.9rem -1.1rem;
  background-size: 6.51rem 5.51rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.case.current-page > div.col-8 > div::before {
  background-image: url('../images/icon-out-cfb.png');
}
.icon-inner {
  position: relative;
}
.icon-inner i {
  width: 1rem;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.icon-inner i img {
  max-width: 0.7rem;
  max-height: 0.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.icon-inner p {
  height: 100%;
  line-height: 0.5rem;
  margin-left: 1rem;
  padding-left: 0.2rem;
  margin-top: 0;
  border-left: 1px solid #ddd;
}
.p-nav-list {
  width:100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  z-index: 999990;
  display: none;
}
.p-nav-list .inner_c {
  margin: 0 -0.2rem;
  padding: 0.2rem 0.2rem 0.6rem 0.2rem;
  background-color: #fff;
  box-shadow: 0 1px 0.16rem 1px rgba(0, 0, 0, 0.3);
}
.p-nav-list .inner_c .part-top {
  margin-bottom: 0.4rem;
}
.p-nav-list .inner_c nav {
  height: auto;
}
.p-nav-list .inner_c nav a {
  display: block;
  height: 1.2rem;
  color: #333;
  padding: 0.35rem 0;
  margin: 0 0.2rem;
  border-bottom: 1px solid #eee;
  position: relative;
}
.p-nav-list .inner_c nav a:last-child { border-bottom:none;}
.p-nav-list .inner_c nav a p {
  width: 5rem;
}
.p-nav-list .inner_c nav a::after {
  content: '';
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  border: 1px solid #333;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.p-nav-list .inner_c nav a.active::after {
  border: none;
  background: url(../images/icon_current.png) no-repeat center;
  background-size: 0.3rem 0.3rem;
}
.p-nav-list .inner_c nav a.animated {
  animation-duration: 0.6s;
}
/**======浜у搧銆佹渚嬭疆鎾浘=====**/
.p-banner {
  height: 4.9rem;
  margin-bottom: 0.4rem;
}
.case-banner #banner-news {
  height: 5.1rem;
}
.case-banner .serviceBtn {
  margin-top: 0.4rem;
}
/**======浜у搧绠€浠婟====**/
.presentation .parameters {
  height: 2.3rem;
  background-color: #fff;
  margin-bottom: 0.8rem;
}
.presentation .parameters dl {
  padding: 0.5rem 0;
  border-left: 1px solid #eee;
  text-align: center;
  line-height: 1.5;
  position: relative;
}
.presentation .parameters dl dt {
  margin-top: 0.55rem;
}
.presentation .parameters dl dd {
  color: #333;
}
.presentation .parameters dl:first-of-type {
  margin-left: 0;
}
.presentation .parameters dl::before {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  padding: 0.05rem;
  background-image: url('../images/i1.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-origin: content-box;
  background-size: contain;
  position: absolute;
  top: 0.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.presentation .parameters dl.i2::before {
  background-image: url('../images/i2.png');
}
.presentation .parameters dl.i3::before {
  background-image: url('../images/i3.png');
}
.presentation .parameters dl.i4::before {
  background-image: url('../images/i4.png');
}
.presentation .parameters dl.i5::before {
  background-image: url('../images/i5.png');
}
.presentation .parameters dl.i6::before {
  background-image: url('../images/i6.png');
}
.presentation .parameters dl.i7::before {
  background-image: url('../images/i7.png');
}
.presentation .parameters dl.i8::before {
  background-image: url('../images/i8.png');
}
.presentation .parameters dl.i9::before {
  background-image: url('../images/i9.png');
}
.presentation .parameters dl.i10::before {
  background-image: url('../images/i10.png');
}
.presentation .video {
  margin-bottom: 0.4rem;
}
/**======鎬ц兘浼樺娍=====**/
.advantage .row {
  height: 4rem;
  border: 1px solid #eee;
  margin-bottom: 0.4rem;
}
.advantage .row .col-3 {
  border-right: 1px solid #eee;
  position: relative;
}
.advantage .row .col-3 i {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 50%;
  padding: 0.15rem;
  position: absolute;
  top: 0.45rem;
  left: 50%;
  transform: translateX(-50%);
}
.advantage .row .col-3 i img {
  max-width: 0.35rem;
  max-height: 0.35rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.advantage .row .col-3 P {
  text-align: center;
  margin-top: 1.3rem;
}
.advantage .row .col-3:nth-of-type(4n) {
  border-right: 0;
}
.advantage .row .col-3:nth-of-type(-n + 4) {
  border-bottom: 1px solid #eee;
}
.advantage .row .col-3:first-of-type i {
  background-color: #d8b548;
}
.advantage .row .col-3:nth-of-type(2) i {
  background-color: #27b7b0;
}
.advantage .row .col-3:nth-of-type(3) i {
  background-color: #78b2ee;
}
.advantage .row .col-3:nth-of-type(4) i {
  background-color: #ff7056;
}
.advantage .row .col-3:nth-of-type(5) i {
  background-color: #99b5ff;
}
.advantage .row .col-3:nth-of-type(6) i {
  background-color: #caa5ef;
}
.advantage .row .col-3:nth-of-type(7) i {
  background-color: #91d4bd;
}
.advantage .row .col-3:last-of-type i {
  background-color: #f197a2;
}
/**======鎶€鏈弬鏁?====**/
.technique .type {
  margin: 0 -0.2rem 0.3rem 0;
}
.technique .type .swiper-slide {
  display: table;
  height: 0.9rem;
  border-radius: 0.15rem;
  border: 1px solid #ccc;
  text-align: center;
}
.technique .type .swiper-slide p {
  display: table-cell;
  vertical-align: middle;
}
.technique .type .swiper-slide.active {
  color: #fff;
  border: none;
  background-color: #3a83d2;
}
.technique .container {
  padding: 0;
}
.technique .container table {
  width: 100%;
  background-color: #fff;
}
.technique .container table thead {
  border-bottom: 1px solid #3a83d2;
}
.technique .container table thead td {
  line-height: 1.5;
}
.technique .container table .tabTh td {
  color: #3a83d2;
  line-height: 1.5;
  vertical-align: top;
}
.technique .container table tr.tabTh.th-last {
  border-bottom: 1px solid #3a83d2;
}
.technique .container table tr.tabTh.th-last td {
  padding-bottom: 0.3rem;
}
.technique .container table td {
  min-height: 0.5rem;
  line-height: 2.5;
  vertical-align: middle;
}
.technique .container .data-para {
  height: auto;
  margin-right: -0.2rem;
  overflow: auto;
  display: none;
}
.technique .container .data-para table tr td {
  text-align: center;
  padding: 0 0.2rem;
}
.technique .container .data-para:first-of-type {
  display: block;
}
/**======鐩稿叧妗堜緥=====**/
.related-case #related-case {
  padding: 0;
  height: 3.75rem;
}
.related-case #related-case .swiper-slide {
  padding: 0.25rem;
  border-radius: 0.15rem;
  background-color: #fff;
}
.related-case #related-case .swiper-slide .imgBox {
  border-radius: 0.09rem;
}
.related-case #related-case .swiper-slide p {
  max-height: 0.72rem;
  overflow: hidden;
}
/**======妗堜緥鍒楄〃=====**/
.case-list .row a.col-12 {
  height: 2.4rem;
  padding: 0.2rem;
  background-color: #fff;
  margin-bottom: 0.4rem;
}
.case-list .row a.col-12 .imgBox {
  width: 3rem;
  height: 100%;
  overflow: hidden;
}
.case-list .row a.col-12 .right {
  width: 3.2rem;
  height: 100%;
  margin-left: 0.2rem;
  overflow: hidden;
}
.case-list .row a.col-12 .right h3 {
  line-height: 1.5;
  font-weight: normal;
  height: 0.72rem;
  overflow: hidden;
}
.case-list .row a.col-12 .right .smalltext {
  color: #999;
  margin-top: 0.1rem;
  height: 0.72rem;
  overflow: hidden;
}
.case-list .row a.col-12 .right .application {
  margin-top: 0.1rem;
  overflow: hidden;
}
.case-list .row a.col-12 .right .application dt,
.case-list .row a.col-12 .right .application dd {
  line-height: 1.5;
}
.case-list .row a.col-12 .right .application dt {
  float: left;
  width: 1.2rem;
  color: #999;
}
.case-list .row a.col-12 .right .application dd {
  margin-left: 1.2rem;
  color: #3a83d2;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/**======妗堜緥鍐呭椤?鍙傛暟=====**/
.c-banner {
  padding-bottom: 0.4rem;
}
.case .four-grid {
  margin-bottom: 0.4rem;
}
.case .four-grid .col-6 i::before {
  background-position-x: -0.5rem;
}
/**======妗堜緥鍐呭椤?姝ｆ枃=====**/
.newstext {
  padding-top: 0.2rem;
  padding-bottom: 0.8rem;
}
/**======妗堜緥鍐呭椤?鐩稿叧浜у搧=====**/
.relative-products .row .col-6 a {
  display: block;
}
.relative-products .row .col-6 a p {
  text-align: center;
}
