.project{
	margin-bottom: 30px;
}
.project .img{
	position: relative;
	border-bottom: solid 5px #4b9600;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.project:hover .img{
	border-bottom-color: #006edd;
}
.project .img .wrap{
	padding-top: 64.666666%;
	position: relative;
	overflow: hidden;
}
.project .img img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.project:hover .img img{
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.project .icon{
	width: 44px;
	height: 44px;
	background: #4b9600;
	border:solid 3px #ffffff;
	position: absolute;
	bottom: -22px;
	right: 10px;
	border-radius: 100%;
	font-size: 18px;
	line-height: 26px;
	z-index: 1;
	color:#ffffff;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.project:hover .icon{
	background: #006edd;
}
.project .icon i{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.project .tend{
	background: #f0f0f0;
	height:75px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
}
.project .tend a{
	display: block;
	font-size: 14px;
	line-height: 22px;
	max-height: 44px;
	overflow: hidden;
}
.project:hover .tend a{
	color:#006edd;
}
/*======================================================*/
.projectThumbnail{
	margin-bottom: 40px;
}
#slideFor img{
	width: 100%;
}
#slideFor .slick-arrow{
	width:40px;
	height:70px;
	background: rgba(0,0,0,0.5);
	border:none;
	position: absolute;
	top: 50%;
	font-size: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color:#ffffff;
}
#slideFor .slick-prev{
	left:0px;
}
#slideFor .slick-next{
	right:0px;
}
#slideFor .slick-arrow:before{
	font-family: FontAwesome;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 35px;
	line-height: 45px;
}
#slideFor .slick-prev:before{
	content: "\f104";
}
#slideFor .slick-next:before{
	content: "\f105";
}
#slideFor .slick-arrow:hover{
	color:#4b9600;
}
.slideNav{
	background: #ebebeb;
	padding:10px 0px;
}
#slideNav{
	padding: 0 35px;
}
#slideNav .slick-list{
	margin: 0 -5px;
}
#slideNav .item{
	padding: 0 5px;
}
#slideNav .img img{
	width: 100%;
}
#slideNav .slick-arrow{
	width: 15px;
	height: 25px;
	background: none;
	border:none;
	color:#999999;
	padding:0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 0;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#slideNav .slick-prev{
	left: 0;
}
#slideNav .slick-next{
	right:0;
}
#slideNav .slick-arrow:before{
	font-family: fontAwesome;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 25px;
	line-height: 35px;
}
#slideNav .slick-prev:before{
	content: "\f053";
}
#slideNav .slick-next:before{
	content: "\f054";
}
#slideNav .slick-arrow:hover{
	color:#4b9600;
}
/*=====================================================*/
.projectAttr{
	font-size: 15px;
	line-height: 23px;
}
.projectAttr ul li{
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: dashed 1px #cccccc;
}
.projectAttr ul li:last-child{
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
.projectAttr .at{
	width: 150px;
	margin-right: 30px;
	float: left;
	font-weight: bold;
}
.projectAttr .at:before{
	content: ":";
	float: right;
}
.projectAttr .as{
	overflow: hidden;
}
.projectAttr ul li.dd .at{
	float: none;
	width: 100%;
}
.projectAttr ul li.dd .at:before{
	content: initial;
}
.projectAttr ul li.dd .as{
	overflow: initial;
}
.projectAttr{
	margin-bottom: 30px;
}
.projectDf{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 35px;
	margin-bottom: 30px;
	border-bottom: solid 5px #ededed;
}
.projectCart a {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    background: #4b9600;
    color: #ffffff;
    padding: 12px 70px;
    position: relative;
    font-weight: bold;
}
.projectCart a:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 100%;
	background: rgba(0,0,0,0.15);
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.projectCart a:hover:before{
	right:0;
}
.projectCart a span{
	position: relative;
	z-index: 1;
	padding-left: 25px;
}
.projectCart a span:before{
	content: "\f0e0";
	font-family: fontAwesome;
	position: absolute;
	left:0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-weight: normal;
}
.ds_share ul:after{
    display: block;
    content: '';
    clear: both;
}
.ds_share ul li{
    margin-left: 5px;
    font-size: 16px;
    line-height: 30px;
    float: left;
    padding: 5px 0;
}
.ds_share ul li a{
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.ds_share ul li a:hover{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.ds_share ul li a .fa{
    font-size: 14px;
    line-height: 30px;
}
.projectContent{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 35px;
}
/*============================================================*/
#slideOther .slick-list{
	margin: 0 -15px;
}
#slideOther .item{
	padding: 0 15px;
}
#slideOther .slick-arrow{
	width: 55px;
	height: 55px;
	background: #f2f2f2;
	border:none;
	font-size: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
#slideOther .slick-arrow:before{
	font-family: FontAwesome;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	font-size: 35px;
	line-height: 45px;
}
#slideOther .slick-prev{
	left: 0;
}
#slideOther .slick-next{
	right:0;
}
#slideOther .slick-prev:before{
	content: "\f104";
}
#slideOther .slick-next:before{
	content: "\f105";
}
#slideOther .slick-arrow:hover{
	background: #4b9600;
	color:#ffffff;
}
#slideOther .product{
	margin-bottom: 0;
}
/*==========================================================================*/
/*============================RESPONSIVE====================================*/
/*==========================================================================*/
@media all and (max-width: 768px){
.projectDf{
	display: block;
}
.ds_share ul li{
	margin-left: 0;
	margin-right: 10px;
}
.projectCart {
    margin-bottom: 20px;
}
.projectAttr .at{
	width: 120px;
}
}