@charset "utf-8";

html{overflow-x:hidden;}
body{font-size:12px;font-family:'微软雅黑';}
*{padding:0;margin:0;list-style:none;}
a{text-decoration:none;color:#666;}/* CSS Document */
	.con_1140{width:1140px;margin:auto}	
	/*title*/
.n-title p{
	height:24px;
	line-height:24px;
	color:#555;
	font-size:24px;
}
		
.about-2{
	width:1152px;
}
.about-2-box {
	position:relative;
	float:left;
	width:372px;
	height:252px;
	margin-right:12px;
	margin-bottom:12px;
	cursor:pointer;
}
.about-2-box .title-1{
	position:absolute;
	left:30px;
	top:45px;
	font-size:24px;
	color:#fff;
}
.about-2-box .title-2{
	position:absolute;
	left:30px;
	top:85px;
	color:#fff;
	text-transform:uppercase;
}
	/*project*/
		  .project-list:after {
    content: " ";
    display: block;
    clear: both; }
  .project__image {
    display: block;
    position: relative; }
    .project__image img {
      width: 100%;
      max-width: 100%;
      display: block; }
    .project__image:after {
      content: " ";
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.6);
      transition: opacity .3s ease;
      opacity: 0; }
  .project__card {
    position: relative;
    will-change: transform;
    transition: box-shadow .3s ease;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
    .project__card.hover-in {
      transition: -webkit-transform .2s ease-out;
      transition: transform .2s ease-out;
      transition: transform .2s ease-out, -webkit-transform .2s ease-out; }
    .project__card.hover-out {
      transition: -webkit-transform .2s ease-in;
      transition: transform .2s ease-in;
      transition: transform .2s ease-in, -webkit-transform .2s ease-in; }
  .project:hover .project__card {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
  .project:hover .project__image:after {
    opacity: 1; }

  .project:hover .project__title, .project:hover .project__category {
    -webkit-transform: translateY(0) scale(1);
        -ms-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 1; }
  .project__detail {
    position: absolute;
    left: 30px;
    right: 30px;
    top: 0;
    bottom: 0;
    pointer-events: none;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    /*-webkit-transform: translateZ(20px);
            transform: translateZ(20px);*/
    }
  .project__title {
	text-align:center;
    transition: .3s ease;
    opacity: 0;
    -webkit-transform: translateY(40px) scale(0);
        -ms-transform: translateY(40px) scale(0);
            transform: translateY(40px) scale(0);
    will-change: transform; }
  .project__category {
	margin-top:15px;
	line-height:26px;
	color:#fff;
	font-size:15px;
	text-align:center;
    opacity: 0;
    transition: .3s ease;
    transition-delay: .1s;
    -webkit-transform: translateY(40px) scale(0);
        -ms-transform: translateY(40px) scale(0);
            transform: translateY(40px) scale(0);
    will-change: transform; }



  .project:hover .title-1, .project:hover .title-2 {
	  display:none}



	/*project*/

