@charset "utf-8";
/* CSS Document */

.Sixth ul li img {
  opacity: 0;
  width: 100%;
}

.Sixth ul li a .img-box {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
 .Sixth ul li:hover .border .wrapper .dis {
    color: rgba(255, 255, 255, 0.6);
  }
  .Sixth ul li:hover .border .wrapper .tit {
    color: rgba(255, 255, 255, 0.95);
  }
  .Sixth li:hover .more {
    color: #fff;
  }
  .Sixth ul li:hover .border {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  .Sixth ul li:hover a {
    color: #fff;
  }
  .Sixth ul li:hover .border::after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .Sixth li:hover .more::before {
    background-color: #fff;
  }
  .Sixth .en {
  position: relative;
}
.Sixth .en::before,
.Sixth .en::after {
  content: "";
  position: absolute;
  width: 19.5vw;
  height: 1px;
  top: 0;
  left: 0;
  background-color: #000;
  display: block;
}
.Sixth {
  background-color: #fff;
  position: relative;

}
.Sixth .title {
  text-align: center;
  padding-top: 38px;
}
.title.common .cn {
  color: #deb86e;
  font-size: 50px;
  line-height: 1;
  margin-bottom: 10px;
}
.title.common {
  position: relative;
  z-index: 5;
}
.title.common .en {
  color: #deb86e;
  line-height: 1;
  text-transform: uppercase;
  display: block;
  height: 24px;
  margin-top: 10px;
  background-position: 6px 0;
  background-repeat: no-repeat;
}
.Sixth ul li .border .wrapper .tit {
  font-size: 16px;
  color: #4f4f4f;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  
}

.Sixth ul li .border .wrapper .dis {
  color: #848484;
  margin-top: 8px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 60px;
  text-align: justify;
}

.Sixth .title.common .en {
  background-position: center center;
}
.Sixth ul {
  position: relative;
  width: 100%;
  max-width:1100px;  
  margin: 0  auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: block;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.Sixth ul li {
  position: relative;
   display:inline-block;
   margin:1% 1%;
    width:31%;
	max-width:400px;
}
.Sixth ul li .border {
  width: auto;
  max-width:320px;
  position: relative;
  height: 140px;
  margin: 0 auto;
  -webkit-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.Sixth ul li .border .wrapper {
  position: absolute;
  bottom: 20px;
   width: auto;
  max-width:290px;
  left: 15px;
  height: 100px;
}
.Sixth ul li .border::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 160px;
  border: 1px solid #C20A14;
  left: 0;
  bottom: 0;
}
.Sixth ul li .border::after {
  content: "";
  width: 100%;
  display: block;
  height: 180px;
  background-color: #C20A14;
  bottom: 1px;
  left: 1px;
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);

  transition: all 1.5s cubic-bezier(0.19, 1, 0.22, 1);
}
.Sixth .more {
  color: #C20A14;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.Sixth .more::before {
  content: "";
  display: block;
  position: absolute;
  width: 280px;
  height: 1px;
  background-color: #C20A14;
  left: 55px;
  top: 50%;
}



@media screen and (max-width: 1440px) {
  .w1400 {
    max-width: 1100px;
  }
  
  .Sixth ul li .border::after {
    height: 210px;
  }
  .Sixth ul {
    max-width: 1100px;
  }
  .Sixth ul li {
  position: relative;
   display:inline-block;
   margin:2% 1%;
    width:31%;
	max-width:300px;
  }
  .Sixth ul li img {
    width: 100%;
  }
  .Sixth ul li .border .wrapper {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    left: 20px;
    height: 120px;
  }
  .Sixth ul li .border::before {
    height: 210px;
  }
  .Sixth ul li .border {
    width: -webkit-calc(100% - 2px);
    width: calc(100% - 2px);
    height: 160px;
  }
  .Sixth ul li .border::after {
    left: 0;
  }
  .Sixth ul li .border::before {
    left: -1px;
  }
  .Sixth .more::before {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
  }
  
   .Sixth {

  }
  }
  
  @media (min-width: 1024px) and (max-width:1199px ) {
   .w1400 {
    max-width: 1000px;
  }
  
  .Sixth ul li .border::after {
    height: 210px;
  }
  .Sixth ul {
    max-width: 1000px;
  }
  .Sixth ul li {

	max-width:300px;
  }
  .Sixth ul li img {
    width: 100%;
  }
  }
  
  
    @media (min-width: 641px) and (max-width:1023px ) {
   .w1400 {
    max-width:800px;
  }
  
  .Sixth ul li .border::after {
    height: 210px;
  }
  .Sixth ul {
    max-width: 800px;
  }
  .Sixth ul li {
    max-width:100%;
  }
  .Sixth ul li img {
    width: 100%;
  }
  
    .Sixth ul li {
    width:45%;
	max-width:100%;

  }
  
  }
  
  
  
 @media screen and (max-width: 640px) {
  .w1400 {
    max-width: 100%;
  }
  .Sixth ul {

  display: block;

}
  .Sixth ul li .border::after {
    height: 210px;
  }
  .Sixth ul {
    max-width: 640px;
  }
  .Sixth ul li {
    width:96%;
	max-width:100%;

  }
  }