@charset "utf-8";
.kc-title {
    width: 100%;
    line-height: 84px;
    color: #CD001F;
    font-size: 36px;
    text-align: center;
    padding: 20px 0px 0px;
    margin: 0px auto;
    position: relative;
}

.content-25 p,.content-1 p {
    font-size: 18px;
    font-weight: normal;
    color: #666;
    text-align: center;
    padding-bottom: 1px;	
}

/** news **/

.c6_nav a{ width:120px; 
           height:50px; 
		   line-height:50px; 
		   display:inline-block; 
		   text-align:center; 
		   font-size:18px;
		   background:#f8f8f8; 
		   border-bottom:4px solid #f2f2f2;
		   margin:5px 5px 5px 0;
		   color: #666;
    	   text-decoration: none;
    	   transition: color 0.25s ease 0s, background 0.25s ease 0s;
		  }

@media (min-width: 768px) {
  .c6_nav a {
    width: 185px;
  }
}

.news-nav{
     padding-top:20px;
	 text-align:center;

}

.c6_nav .c6_dq{ border-bottom:1.6px solid #CD001F; color:#CD001F; text-decoration:none;}

.c6_l_box {
    display: none;
}
.course-item {
    box-shadow: 0px 1px 2px rgba(197, 197, 197, 0.4);
    border-bottom: 1px solid #F7FAF9;
    position: relative;
    transition: all 0.3s ease 0s;
	margin:20px auto;
	max-width:262.5px;
}
.course-img {
    position: relative;
    overflow: hidden;
}
.course-img img {
    width: 100%;
    height: 170px;
}
.course-img img:hover {
  opacity: 0.8;
}
.course-info {
    padding: 12px;
}
.blog-title {
    height: 46px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
	font-size:16px;
}
.blog-metas {
    margin-top: 15px;
	font-size:14px;
    margin-bottom: 5px;
    margin-left: -5px;
    height: 20px;
    overflow: hidden;
	color: #969696;
}
.blog-metas span{
    margin: 0px 5px;
}
.blog-title a {
    position: absolute;
    top: 2px;
	color:#666;
}
.blog-title a:hover {
    color: #888;
    position: absolute;
    top: 2px;
	text-decoration:none;
}
a.transition {
    transition: all 0.3s ease 0s;
}
.yxb_hg a{
    font-size:16px;
}
.yxb_hg a:hover{
    color:#888;
}

.yxb_hg a img:hover{
    opacity: 0.8;
}


@media (max-width:767px){
  .yxb_hg img{
    width:263px;
}
}
@media (min-width: 1200px) {
.news-box2 {
  height: 320px;
}
}
@media (min-width: 1400px) {
.news-box2 {
  height: 360px;
}
}

.news-box2 {
  position: relative;
  width:100%;
  border-radius: 4px;
  overflow: hidden;
  margin:0 auto;
  news-box2-shadow: 0 1.4px 1.7px rgba(0, 0, 0, 0.017), 0 3.3px 4px rgba(0, 0, 0, 0.024), 0 6.3px 7.5px rgba(0, 0, 0, 0.03), 0 11.2px 13.4px rgba(0, 0, 0, 0.036), 0 20.9px 25.1px rgba(0, 0, 0, 0.043), 0 50px 60px rgba(0, 0, 0, 0.06);
}

.news-box2 .hide {
  opacity: 0;
}
.news-box2 .frame {
  position: absolute;
  border: 1px solid #fff;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news-box2 h2, .news-box2 p {
  position: absolute;
  color: #fff;
  z-index: 2;
  width: 100%;
  transition: opacity 0.2s, transform 0.3s;
}
.news-box2 h2 {
  font-size: 20px;
  margin-bottom: 0;
  letter-spacing: 1px;
}
.news-box2 p {
  bottom: 0;
  font-size: 14px;
  letter-spacing: 1px;
}
.news-box2:hover {
  transition: all .3s ease-in-out;
}
.news-box2:hover:before {
  transition: all .3s ease-in-out;
}
.news-box2 img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  margin:0;
}

.img-box a img {
  transition: 0.5s;
}
.img-box a:hover img {
  transform: scale(1.1);
}


.zoom-in h2 {
  top: 50%;
  transform: translatey(-50%);
  text-align: center;
  margin: 0;
}
.zoom-in p {
  text-align: center;
  top: calc(50% + 40px);
  transition: all .3s ease;
  transform: scale(1.8);
  opacity: 0;
}
.zoom-in:hover img {
  transform: scale(1.1);
  filter: grayscale(100%);
}
.zoom-in:hover p {
  transform: scale(1);
  transition: all .3s ease;
  opacity: 1;
}

.w-content .frame {
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-color: transparent;
}
.w-content h2 {
  margin-top: 0;
  top: 50%;
  transform: translatey(-50%);
  text-align: center;
  letter-spacing: 1px;
}
.w-content p {
  transform: translate3d(0, -10px, 0);
}
.w-content:hover {
  opacity: .8;
}
.w-content:hover .frame {
  border-color: #fff;
  transition: color .3s ease-in-out, all .3s ease-in-out;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}

.postcard h2 {
  top: 50%;
  text-align: left;
  transform: translate3d(50px, 20px, 0);
}
.postcard p {
  transform: translate3d(40px, 60px, 0);
  font-size: 24px;
  letter-spacing: 1px;
}
.postcard:hover h2 {
  transform: translate3d(20px, 20px, 0);
}
.postcard:hover p {
  opacity: 1;
}
.postcard:hover img {
  filter: opacity(0.7);
  transform: translate3d(-30px, 0, 0);
}

.blury-card .frame {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.blury-card h2, .blury-card p {
  text-align: center;
  top: 50%;
  transform: translatey(-50%);
  margin: 0;
  z-index: 3;
}
.blury-card p {
  transform: translatey(30px);
  letter-spacing: 3px;
}
.blury-card span {
  font-size: 24px;
}
.blury-card:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #008E6B;
  z-index: 1;
  left: 0;
  opacity: 0;
  transition: all .3s ease-in-out;
}
.blury-card img {
  z-index: 2;
}
.blury-card:hover .frame {
  width: calc(100% - 120px);
  height: calc(100% - 120px);
  opacity: 1;
}
.blury-card:hover img {
  opacity: .7;
}
.blury-card:hover:before {
  opacity: 1;
  transition: all .3s ease-in-out;
}

.vintage h4 {
  top:60px;
  transform: translate3d(0, 60px, 0);
  text-align: left;
  padding:0 15px;
  color:#fff;
  font-size:16px;
  transition: opacity 0.2s, transform 0.3s;
}
.vintage h2 {
  top:40px;
  transform: translate3d(0, 60px, 0);
  text-align: left;
  padding:0 15px;
}
.vintage p {
  opacity: 0;
  bottom: -15px;
  transform: translate3d(0, -10px, 0);
  font-size: 14px;
  letter-spacing: 1px;
  text-align: left;
  padding:0 15px;
}
.vintage:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.5) 75%);
  z-index: 2;
  bottom: -100%;
  left: 0;
}
.vintage:hover:before {
  bottom: 0;
}
.vintage:hover h4 {
  bottom: 60px;
  transform: translate3d(0, 26px, 0);
}
.vintage:hover h2 {
  bottom: 40px;
  transform: translate3d(0, 20px, 0);
}
.vintage:hover p {
  opacity: 1;
  transform: translate3d(0, -30px, 0);
}

.zoom-out .frame {
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  height: calc(100% - 40px);
}
.zoom-out h2 {
  font-size: 20px;
  font-weight: 300;
  margin-left: 10px;
  letter-spacing: 1px;
}
.zoom-out span {
  font-size: 24px;
  font-weight: 500;
}
.zoom-out p {
  max-width: 120px;
  text-align: right;
  margin: 10px;
  right: 0;
}
.zoom-out img {
  transform: scale(1.1);
}
.zoom-out:hover img {
  transform: scale(1);
  filter: contrast(70%);
}

@media screen and (max-width: 880px) {
  .news-wrapper {
    width: 50%;
  }
}
@media screen and (max-width: 520px) {
  .news-wrapper {
    width: 100%;
  }
}
.news-box2-cant {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 43%;
  background: linear-gradient(rgba(0,0,0,0) 0,rgba(0,0,0,0.5) 70%);
  margin:0;
  padding: 25px;
  bottom: -45px;
  color:#fff;
  font-size:16px;
  transition: opacity 0.2s, transform 0.3s;
}
.vintage:hover .news-box2-cant {
  transform: translate3d(0, -40px, 0);
}
.news-box2-list2,.news-box2-list3,.news-box2-list4 {
  color:#fff;
}
.news-box2-list4 {
  opacity: 0;
}
.vintage:hover .news-box2-list4 {
  opacity: 1;
}
.news-box2-list1 {
  font-size:15px;
  margin:5px 0;
}
.news-box2-list2 {
  font-size:22px;
  margin:5px 0;
}
.news-box2-list3 {
  font-size:15px;
  margin:5px 0;
}
.news-box2-list4 {
  font-size:15px;
  margin:10px 0;
}
.news-box2-list1 div{
  line-height: 20px;
  margin:0;
  padding:0;
  color:#fff;
  font-size:15px;
}
.cp-box-bg1,.cp-box-bg2,.cp-box-bg3,.cp-box-bg4,.cp-box-bg5,.cp-box-bg6,.cp-box-bg7 {
	background-image: linear-gradient(#f2f2f2,#d0d1d4);
	width:100%;
	height:100%;
	padding:0;
	margin:0 auto;
	border-radius:4px;
}
