﻿/* Portolio Hover */
.ny-pro-list{
	width:1200px;
	height:auto;
	margin: 0 auto;
	margin-top:50px;
	}
.low-bg h3{
	font-family:微软雅黑;
	font-size:18px;
	color:#fff;
	text-align:center;
	margin-top:80px;
	}
.low-bg img{
	margin:0 auto;
	margin-top:100px;}
.da-thumbs li, .da-thumbs li img {
	display: block;
	position: relative;
	height: 380px;
    width: 380px;
}
.da-thumbs li {
	overflow: hidden;
	float:left;
	heigth:380px;
	width: 380px;
}
.da-thumbs li article {
	position: absolute;
	background-image: url(../img/img_hover.png);
	background-repeat:repeat;
	width: 100%;
	height: 100%;
}
.da-thumbs li article.da-animate {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
/* Initial state classes: */
.da-slideFromTop {
	left: 0px;
	top: -100%;
}
.da-slideFromBottom {
	left: 0px;
	top: 100%;
}
.da-slideFromLeft {
	top: 0px;
	left: -100%;
}
.da-slideFromRight {
	top: 0px;
	left: 100%;
}
/* Final state classes: */
.da-slideTop {
	top: 0px;
}
.da-slideLeft {
	left: 0px;
}
.da-thumbs li article a {
	color:#fff;
	padding:20px;
	display:block;
}
.da-thumbs {
	text-align:center;
	margin-right:-40px;
}
.da-thumbs li article h3 {
	color:#fff;
	padding-top:10px;
        line-height: 1.5;
}
.da-thumbs li article em {
	margin-bottom:10px;
	color:#fff;
	display:block;
}
.da-thumbs li article span {
	display:inline-block;
}
span.link_post {
	display:block;
	width:35px;
	height:35px;
	background-color:#DF6232;
	border-radius:50px;
	cursor:pointer;
	background-image:url(../img/link_post_icon.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-right:10px;
}
span.zoom {
	overflow:hidden;
	display:block;
	width:35px;
	height:35px;
	background-color:#DF6232;
	border-radius:50px;
	cursor:pointer;
	background-image:url(../img/zoom_icon.png);
	background-repeat:no-repeat;
	background-position:center;
	margin-left:10px;
}
.portfolio_2col article h3 {
	padding-top:70px !important;
}
/* Image Grid */
.image_grid {
	margin:0 auto;
	overflow:hidden;
	width:1200px;
	position:relative;
}
.image_grid li {
	line-height: 17px;
	color: #686f74;
	list-style:none;
	overflow:hidden;
	margin-bottom:35px;
	margin-right:30px;
	text-align:center;
	heigth:380px;
	width: 380px;
}


/* Responsive image grid*/
/* Mobile landscape width 320 */
@media only screen and (max-width: 767px) {
 .image_grid {
width:300px;
}
 .image_grid li img {
width:220px;
}
 .portfolio_4col .da-thumbs li article h3 {
padding-top:70px;
}
 .portfolio_3col .da-thumbs li article h3 {
padding-top:50px;
}
 .portfolio_2col .da-thumbs li article h3 {
padding-top:53px !important;
}
}
 @media only screen and (min-width: 480px) and (max-width: 767px) {
 .image_grid {
width:450px;
}
 .image_grid li {
width:178px !important;
}
 .portfolio_4col .da-thumbs li article h3 {
padding-top:58px;
}
 .portfolio_3col .da-thumbs li article h3 {
padding-top:34px;
}
 .portfolio_2col .da-thumbs li article h3 {
padding-top:23px !important;
}
}
