@charset "utf-8";
/* CSS Document */

.Sixth ul li img {
  opacity: 0;
  width: 100%;
}
 
  .Sixth ul li:hover .border .wrapper .tit {
    color:#fff;
  }
  
   .Sixth ul li:hover .border .wrapper .dis {
     color:#fff;
  }
    
   .Sixth ul li:hover .border .wrapper .dis p{
     color:#fff;
  }
  
.Sixth ul li a .img-box {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
 
  .Sixth ul li:hover .border {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  .Sixth ul li:hover a {
    color: #333;
	
  }
  .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 {
  position: relative;
 

}
.Sixth .title {
  text-align: center;

}
.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: 20px;
  color: #32A1A5;
  font-weight: 700;
  overflow: hidden;
   text-align:center;
    margin-top:-50px;

}

.Sixth ul li .border .wrapper .dis {
  margin-top:10px;
  overflow: hidden;
  line-height:28px;
  font-size:15px;
}

.Sixth ul li .border .wrapper p{ 
  overflow: hidden;
  line-height:28px;
  font-size:15px;
   margin:0;
  } 


.Sixth .title.common .en {
  background-position: center center;
}
.Sixth ul {
  position: relative;
  width: 100%;
  max-width:1200px;  
  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:48%;
	max-width:535px;
}
.Sixth ul li .border {
  width: 500px;
  position: relative;
  height: 230px;
  margin: -30px auto;
  background:#fff;
  -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: 10px;
  width: 460px;
  left: 23px;
  height: 148px;
}
.Sixth ul li .border::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 200px;
  left: 0;
  bottom: 0;
}
.Sixth ul li .border::after {
  content: "";
  width: 100%;
  display: block;
  height: 234px;
  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);
  background:#32A1A5;
   color:#333;
}


@media screen and (max-width: 1440px) {
  .w1400 {
    max-width: 1000px;
  }
  
  .Sixth ul li .border::after {
    height: 210px;
  }
  .Sixth ul {
    max-width: 1200px;
  }
  .Sixth ul li {
  position: relative;
   display:inline-block;
   margin:2% 1%;
    width:31.33%;
	max-width:370px;
  }
  .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: 1051px) and (max-width:1250px ) {
   .w1400 {
    max-width: 100%;
  }
  
  .Sixth ul li .border::after {
    height: 210px;
  }
  .Sixth ul {
    max-width: 100%;
  }
  .Sixth ul li {
    max-width:30.33%;
  }
  .Sixth ul li img {
    width: 100%;
  }
  }
  
  
    @media (min-width: 641px) and (max-width:1050px ) {
   .w1400 {
    max-width:100%;
  }
  
  .Sixth ul li .border::after {
    height: 210px;
  }
  .Sixth ul {
    max-width: 100%;
  }
  .Sixth ul li {
    max-width:30.33%;
	  margin:2% 1%;
	  
  }
  .Sixth ul li img {
    width: 100%;
  }


.Sixth ul li .border .wrapper .tit {
  font-size: 14px;


}

.Sixth ul li .border .wrapper .dis {
  margin-top: 0px;
}

.Sixth .more {
 display:none;
}
.n_news_box{ padding:10px 2%; }
.n_news_box_left { padding:10px 0;}
.n_news_box_left .news_tit {line-height:28px; font-size:16px; }
.n_news_box_left .news_cont{ line-height:25px; font-size:12px;}
.n_news_box .date{ width:30%; max-width:120px;   margin-top:15px;}
.n_news_box .date h4{ font-size:20px; width:100%;}
.n_news_box .date h5{ font-size:14px; width:100%; }
  }
  
  
  
 @media screen and (max-width: 640px) {
  .w1400 {
    max-width: 100%;
  }
  .Sixth ul {

  display: block;

}
  .Sixth ul li .border::after {
    height: 250px;
  }
  .Sixth ul {
    max-width: 640px;
  }
  .Sixth ul li {
    width:96%;
	max-width:100%;

  }
  
  
.Sixth ul li .border .wrapper .dis {
  margin-top: 0px;
}
  
  .n_news_box{ padding:10px 2%; }
  .n_news_box_left .news_tit {line-height:25px; font-size:14px; }
.n_news_box_left .news_cont{ line-height:25px; font-size:12px;}


.n_news_box .date{  display:none; }
.n_news_box_left { width:100%; padding:5px 0;}
  }
  