/*!
 * Cube Portfolio - Responsive jQuery Grid Plugin
 *
 * version: 3.2.1 (14 October, 2015)
 * require: jQuery v1.7+
 *
 */
.cbp, .cbp *, .cbp :after, .cbp :before, .cbp-l-filters-alignCenter, .cbp-l-filters-alignCenter *, .cbp-l-filters-alignLeft, .cbp-l-filters-alignLeft *, .cbp-l-filters-alignRight, .cbp-l-filters-alignRight *, .cbp-l-filters-button, .cbp-l-filters-button *, .cbp-l-filters-buttonCenter, .cbp-l-filters-buttonCenter *, .cbp-l-filters-dropdown, .cbp-l-filters-dropdown *, .cbp-l-filters-list, .cbp-l-filters-list *, .cbp-l-filters-work, .cbp-l-filters-work *, .cbp-l-filters-big, .cbp-l-filters-big *, .cbp-l-filters-text, .cbp-l-filters-text *, .cbp-l-filters-underline, .cbp-l-filters-underline *, .cbp-popup-wrap, .cbp-popup-wrap *, .cbp-popup-singlePage, .cbp-popup-singlePage *, .cbp-search, .cbp-search *, .cbp-search :after, .cbp-search :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.cbp-l-grid-agency-title, .cbp-l-grid-agency-desc, .cbp-l-grid-work-title, .cbp-l-grid-work-desc, .cbp-l-grid-blog-title, .cbp-l-grid-projects-title, .cbp-l-grid-projects-desc, .cbp-l-grid-masonry-projects-title, .cbp-l-grid-masonry-projects-desc {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.cbp-l-filters-alignCenter, .cbp-l-filters-alignCenter *, .cbp-l-filters-alignLeft, .cbp-l-filters-alignLeft *, .cbp-l-filters-alignRight, .cbp-l-filters-alignRight *, .cbp-l-filters-button, .cbp-l-filters-button *, .cbp-l-filters-buttonCenter, .cbp-l-filters-buttonCenter *, .cbp-l-filters-dropdown, .cbp-l-filters-dropdown *, .cbp-l-filters-list, .cbp-l-filters-list *, .cbp-l-filters-work, .cbp-l-filters-work *, .cbp-l-filters-big, .cbp-l-filters-big *, .cbp-l-filters-text, .cbp-l-filters-text *, .cbp-l-filters-underline, .cbp-l-filters-underline * {
  -webkit-tap-highlight-color: transparent; }


.pdi-top{text-align: center;  background: url(../images/pdi-img2.png) #0c0c0c top center no-repeat;}
.pdi-t1{font-size: 90px;font-family: Arial;line-height: 120px;padding-top: 190px;}
.pdi-t2{font-size: 75px;font-family: Arial;line-height: 120px;}
.pdi-t3{color: #d0d0d0;font-size: 24px;padding-top:50px}
.pdi-t4{padding-top:200px}
.pdi-t5{font-size:100px; font-weight: bold; padding-top: 100px;color:#d0d0d0;}
.pdi-t6{font-size:48px; color:#8d8d8d; padding-bottom: 60px;}

.section-md{background: url(../images/pdi-img4.png) #0c0c0c top center no-repeat; padding-bottom: 200px;}



.page-title {
color: #fff;
font-size: 2rem;
padding: 5px 40px;
background: -webkit-linear-gradient(90deg, rgba(120, 20, 20, 0.8) 0%, transparent 100%);
background: -moz-linear-gradient(90deg, rgba(120, 20, 20, 0.8) 0%, transparent 100%);
background: linear-gradient(90deg, rgba(120, 20, 20, 0.8) 0%, transparent 100%);
border-radius: 15px 0px 0 15px;
margin: 120px 0 50px 0;    margin-left: 30px;
}

.products-container {}
.pdi-t1-1{clear:both;}
.product-card {
/* 渐变边框实现：使用padding加背景模拟，兼容所有浏览器 */
padding: 2px;
background: -webkit-linear-gradient(180deg, #4a2927 0%, #302221 50%, #0c0c0c 100%);
background: -moz-linear-gradient(180deg, #4a2927 0%, #302221 50%, #0c0c0c 100%);
background: linear-gradient(180deg, #4a2927 0%, #302221 50%, #0c0c0c 100%);
border-radius: 18px;
transition: all 0.3s ease;
transform: translateY(0);
}

.product-inner {background-color: #0c0c0c;border-radius: 16px;padding: 35px 30px;color: #ffffff;}

/* 鼠标悬停效果，增强了渐变边框表现 */
.product-card:hover {
transform: translateY(-8px);
box-shadow: 0 5px 10px rgba(120, 30, 30, 0.3);
background: -webkit-linear-gradient(180deg, #4f2d2b 0%, #0d0d0c 30%, #0c0c0c 100%);
background: -moz-linear-gradient(180deg, #4f2d2b 0%, #0d0d0c 30%, #0c0c0c 100%);
background: linear-gradient(180deg, #4f2d2b 0%, #0d0d0c 30%, #0c0c0c 100%);
cursor: pointer;
}
.product-inner:hover{background: linear-gradient(180deg, rgba(39, 18, 17, 1) 0%, rgba(12, 12, 12, 1) 100%); }

.product-title {font-size: 22px;font-weight: bold;margin-bottom: 40px;line-height: 1.2;}

.spec-row {display: -webkit-flex;display: flex;align-items: center;margin: 12px 0;font-size: 1rem;letter-spacing: 0.5px;gap: 10px;}

.spec-divider {flex-grow: 1;height: 2px;background-color: rgba(255, 255, 255, 0.6);opacity: 0.7;}

.warranty-tag {
display: inline-block;
margin-top: 30px;
padding: 6px 28px;
background-color: rgba(120, 20, 20, 0.85);
border-radius: 6px;
font-size: 1rem;
font-weight: 500;
}

@media (min-width: 1300px) {.container {width: 100%;padding: 20px 7% 0px 7%;}
}

@media (max-width: 768px) {
    .pdi-t1{font-size: 42px; line-height: 80px;padding-top: 100px;}
	.pdi-t2{font-size:42px; line-height: 80px;}
	.pdi-t3{font-size:18px;}
	.pdi-t4{padding-top:100px;}
	.pdi-t5{ font-size: 30px;}
	.pdi-t6{font-size: 24px;}
	.xilie-tab li{font-size: 18px !important;margin-bottom: 15px !important;}
	.page-title{margin: 50px 0 30px 0;}
	.products-container{display: block;}
	.cbp-item{display: block !important;}
}

.xilie-tab{text-align: center;}
.xilie-tab li{
background-color: transparent;
color: #fff;
cursor: pointer;
font-size: 32px;
font-weight: bold;
position: relative;
overflow: visible;
padding: 7.5px 25px;
display: inline-block;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
line-height: 50px;
background-color: #1b1a1a;
transform: skew(-10deg);
letter-spacing: 5px;
margin: 0px 8px;
}
.xilie-tab li.active, .xilie-tab li:hover{background: #312e2e;}
.xilie-tab li.active a{color:#fff;text-decoration:none}
.xilie-tab li a{color:#555555;}
.xilie-tab li a:hover{ text-decoration:none}




.cbp-item {
  display: inline-block;margin-bottom: 20px; }

.cbp {
  position: relative;
  margin: 0 auto;
  z-index: 1;
  /* @editable properties */
  height: 400px; }
  .cbp:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("../images/portfolio/cbp-loading.gif") no-repeat scroll center center transparent; }
  .cbp > * {
    visibility: hidden; }
  .cbp .cbp-item {
    position: absolute;
    top: 0;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden; }
	.cbp .cbp-item.with-spacing{
		padding:10px;
	}

	.cbp .cbp-item.with-spacing.pt-110{
		padding-top:110px;
	}
	
  .cbp img {
    display: block;
    width: 100%;
    height: auto;
    border: 0; }
  .cbp a, .cbp a:hover, .cbp a:active {
    text-decoration: none;
    outline: 0; }

.cbp-ready > * {
  visibility: visible; }
.cbp-ready:before {
  display: none;
  visibility: hidden; }

.cbp-wrapper-outer {
  overflow: hidden;
  position: relative;
  margin: 0 auto; }

.cbp-wrapper-outer, .cbp-wrapper, .cbp-wrapper-helper {
  list-style-type: none;
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.cbp-wrapper, .cbp-wrapper-helper {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0; }

.cbp-item-off {
  z-index: -1;
  pointer-events: none;
  visibility: hidden; }

.cbp-item-on2off {
  z-index: 0; }

.cbp-item-off2on {
  z-index: 1; }

.cbp-item-on2on {
  z-index: 2; }

.cbp-item-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0; }

.cbp-l-project-related-wrap img, .cbp-l-inline img {
  display: block;
  width: 100%;
  height: auto;
  border: 0; }

.cbp-addItems {
  /* @editable properties */
  -webkit-transition: height .5s ease-in-out !important;
  transition: height .5s ease-in-out !important;
  will-change: height; }
  .cbp-addItems .cbp-item {
    -webkit-transition: top .5s ease-in-out, left .5s ease-in-out;
    transition: top .5s ease-in-out, left .5s ease-in-out; }
  .cbp-addItems .cbp-item-loading {
    -webkit-animation: fadeIn .5s ease-in-out;
    animation: fadeIn .5s ease-in-out;
    -webkit-transition: none;
    transition: none; }

/*  END - Default style for plugin. Please change them carefully! */
.cbp-panel {
  /* @editable properties */
  width: 94%;
  max-width: 1170px;
  margin: 0 auto; }



.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both; }

.cbp-l-filters-left {
  float: left; }

.cbp-l-filters-right {
  float: right; }

.cbp-l-filters-alignCenter {
  /* @editable properties */
  margin-bottom: 0px;
  text-align: center;
 }

.cbp-l-filters-alignCenter .cbp-filter-item {
    background-color: transparent;
    color: #fff;
    cursor: pointer;
    font-size: 32px;font-weight: bold;
    position: relative;
    overflow: visible;
    padding: 7.5px 25px;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	line-height: 50px;
	background-color: #1b1a1a;
	transform: skew(-10deg);
	letter-spacing: 5px;margin: 0px 8px;
}


.cbp-l-filters-alignCenter .cbp-filter-item:hover {
    color: #fff;
    background: #312e2e;
}

.cbp-l-filters-alignCenter .cbp-filter-item.cbp-filter-item-active {
    color: #fff;
    cursor: default;
    background: #312e2e;
	
}

.cbp-l-filters-alignCenter .cbp-filter-counter {
    background-color: transparent;
    color: #bdbdbd;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    padding: 10px 30px;
    position: relative;
    overflow: visible;
    margin: 0 5px;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 20px;
    font-weight: 500;
	border-top: 1px solid #6a82fb;
    border-bottom: 1px solid #fc5c7d;
    border-left: 1px solid #6a82fb;
    border-right: 1px solid #fc5c7d;
 }

.cbp-l-filters-alignCenter .cbp-filter-counter:before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #626161;
  display: none; }

.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter:before {
  display: block; }

.cbp-l-filters-alignCenter .cbp-filter-item:hover .cbp-filter-counter {
  /* @editable properties */
  bottom: 30px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1; }





.cbp-l-filters-underline {
  margin-bottom: 30px; }
  .cbp-l-filters-underline .cbp-filter-item {
    border-bottom: 3px solid transparent;
    cursor: pointer;
    font: 600 14px/21px "Open Sans", sans-serif;
    padding: 8px 10px;
    position: relative;
    overflow: visible;
    margin: 0 20px 10px 0;
    display: inline-block;
    color: #787878;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .cbp-l-filters-underline .cbp-filter-item:hover {
      color: #111; }
    .cbp-l-filters-underline .cbp-filter-item.cbp-filter-item-active {
      border-bottom-color: #666;
      color: #444;
      cursor: default; }
  .cbp-l-filters-underline .cbp-filter-counter {
    display: inline; }

.cbp-animation-frontRow {
  /* @editable properties */
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height; }

.cbp-animation-frontRow .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px; }

.cbp-animation-frontRow .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.cbp-animation-frontRow .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-animation: frontRow-out .7s both ease;
  animation: frontRow-out .7s both ease; }

.cbp-animation-frontRow .cbp-wrapper .cbp-item-wrapper {
  -webkit-animation: frontRow-in .6s both ease;
  animation: frontRow-in .6s both ease; }

/* out */
@-webkit-keyframes frontRow-out {
  100% {
    -webkit-transform: translateX(-60%) scale(.8);
    opacity: 0; } }

@keyframes frontRow-out {
  100% {
    transform: translateX(-60%) scale(.8);
    opacity: 0; } }

/* in */
@-webkit-keyframes frontRow-in {
  0% {
    -webkit-transform: translateX(100%) scale(.8); }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%) scale(1); } }

@keyframes frontRow-in {
  0% {
    transform: translateX(100%) scale(.8); }

  100% {
    opacity: 1;
    transform: translateX(0%) scale(1); } }

.cbp-animation-rotateRoom {
  /* @editable properties */
  -webkit-transition: height .6s ease-in-out;
  transition: height .6s ease-in-out;
  will-change: height; }

.cbp-animation-rotateRoom .cbp-item {
  -webkit-perspective: 1000px;
  perspective: 1000px; }

.cbp-animation-rotateRoom .cbp-item-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.cbp-animation-rotateRoom .cbp-wrapper-helper .cbp-item-wrapper {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-animation: rotateRoom-out .8s both ease;
  animation: rotateRoom-out .8s both ease; }

.cbp-animation-rotateRoom .cbp-wrapper .cbp-item-wrapper {
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-animation: rotateRoom-in .8s both ease;
  animation: rotateRoom-in .8s both ease; }

/* out */
@-webkit-keyframes rotateRoom-out {
  90% {
    opacity: .3; }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotateY(90deg); } }

@keyframes rotateRoom-out {
  90% {
    opacity: .3; }

  100% {
    opacity: 0;
    transform: translateX(-100%) rotateY(90deg); } }

/* in */
@-webkit-keyframes rotateRoom-in {
  0% {
    opacity: .3;
    -webkit-transform: translateX(100%) rotateY(-90deg); } }

@keyframes rotateRoom-in {
  0% {
    opacity: .3;
    transform: translateX(100%) rotateY(-90deg); } }



.cbp-displayType-sequentially .cbp-item {
  -webkit-animation: fadeIn .5s both ease-in;
  animation: fadeIn .5s both ease-in; }

.cbp-displayType-bottomToTop {
  -webkit-perspective: 1000px;
  perspective: 1000px; }

.cbp-displayType-bottomToTop .cbp-item {
  -webkit-animation: fadeInBottomToTop .3s both ease-in;
  animation: fadeInBottomToTop .3s both ease-in; }

@-webkit-keyframes fadeInBottomToTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px); }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInBottomToTop {
  0% {
    opacity: 0;
    transform: translateY(50px); }

  100% {
    opacity: 1;
    transform: translateY(0); } }

