/* CSS Document */
.RelationBox {
  padding-bottom: 50px;
}

.topbanner {
  position: relative;
}
.topbanner .titleBox {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
.topbanner .titleBox .titleTw {
  font-weight: 100;
  font-size: 20px;
  letter-spacing: 3px;
  color: #fff;
  padding: 0 15px 0 20px;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  line-height: 1;
  margin-bottom: 20px;
}
.topbanner .titleBox .titleEn {
  font-weight: 400;
  font-size: 80px;
  text-transform: uppercase;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  border: none;
}
.topbanner img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  z-index: 5;
}
@media (max-width: 1023px) {
  .topbanner .titleBox .titleEn {
    font-size: 30px;
  }
}

.caseRelationList .catalogItem {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  padding: 3px;
}
.caseRelationList .catalogItem .item {
  padding: 15px;
  -webkit-box-shadow: -1px -1px 10px rgba(0, 0, 0, 0);
          box-shadow: -1px -1px 10px rgba(0, 0, 0, 0);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border: 1px solid #e7e7e7;
}
.caseRelationList .catalogItem:hover {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}
.caseRelationList .catalogItem:hover .item {
  -webkit-box-shadow: -1px -1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: -1px -1px 10px rgba(0, 0, 0, 0.1);
}
.caseRelationList .Img {
  position: relative;
}
.caseRelationList .Img::before {
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
  color: #fff;
  display: block;
  line-height: 1;
  letter-spacing: 0.5px;
  padding: 8px 25px;
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  text-align: center;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
.caseRelationList .Img.statusNew::before {
  content: "NEW";
  background-color: #294fa1;
  border: 1px solid #294fa1;
}
.caseRelationList .Img.statusHot::before {
  content: "HOT";
  background-color: #294fa1;
  border: 1px solid #294fa1;
}
.caseRelationList .Img a {
  display: block;
  overflow: hidden;
}
.caseRelationList .Img img {
  display: block;
  width: 100%;
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.caseRelationList .Txt {
  padding: 15px 0;
}
.caseRelationList .Txt .title {
  font-weight: 400;
}
.caseRelationList .Txt .title a {
  display: block;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.caseRelationList .Txt .title a:hover {
  color: #f08200;
}
.caseRelationList .Txt .text {
  margin-top: 10px;
  color: #515151;
  font-size: 15px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.caseRelationList .price {
  margin-top: 10px;
}
.caseRelationList .price strong {
  display: inline-block;
  margin: 0 5px;
}
.caseRelationList .price .discount b {
  font-style: italic;
  font-size: 18px;
  color: #000;
}

.facList {
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.facList .facItem {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  width: 33.3333333333%;
  padding: 3px;
}
.facList .facItem .item {
  padding: 15px;
  -webkit-box-shadow: -1px -1px 10px rgba(0, 0, 0, 0);
          box-shadow: -1px -1px 10px rgba(0, 0, 0, 0);
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border: 1px solid #e7e7e7;
}
.facList .facItem:hover {
  -webkit-transform: translate(0, -10px);
          transform: translate(0, -10px);
}
.facList .facItem:hover .item {
  -webkit-box-shadow: -1px -1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: -1px -1px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1023px) {
  .facList .facItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .facList .facItem {
    width: 100%;
  }
}
.facList .Img {
  position: relative;
  overflow: hidden;
}
.facList .Img img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.facList .Txt {
  padding: 15px 0;
}
.facList .Txt .title {
  font-weight: 400;
}
.facList .Txt .title a {
  display: block;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.facList .Txt .title a:hover {
  color: #f08200;
}
.facList .Txt .text {
  margin-top: 10px;
  color: #515151;
  font-size: 15px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}

.insIntroBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .insIntroBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.insIntroBox .albumBox {
  width: 50%;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .insIntroBox .albumBox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.insIntroBox .albumBox .albumList .albumItem {
  cursor: pointer;
}
.insIntroBox .albumBox .albumList .albumItem img {
  width: 100%;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.insIntroBox .albumBox .albumListNav {
  margin: 15px -5px 0;
}
.insIntroBox .albumBox .albumListNav .albumItem {
  padding: 0 5px;
}
.insIntroBox .introBox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 767px) {
  .insIntroBox .introBox {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}
.insIntroBox .introBox .Txt {
  margin-top: 20px;
  line-height: 1.6;
  font-size: 13px;
  color: #6c6c6c;
}