.client_wrap{
	background: none;
	padding-top: 84px;
	margin-bottom: 100px;
}
.client .top_bar{
    min-width: 1200px;
}
.client .top_bar img {
    width: 100%;
}
.client .content{
    width: 1200px;
    min-width: 1200px;
	margin: 0 auto;
}
.client .topic {
    padding-top: 50px;
    padding-bottom: 35px;
    border-bottom: 1px solid #EBEBEB;
}
.client .topic .title {
    font-size: 22px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 10px;
}
.client .topic .subTitle {
    font-size: 14px;
    line-height: 14px;
    color: #888888;
}
.client .client_item{
	margin-bottom: 50px;
	margin-right: 30px;
	width: 380px;
	height: 340px;
	float: left;
	cursor: pointer;
}
.client .client_item .client_img{
	width: 380px;
	height: 270px;
	overflow: hidden;
	position: relative;
}
.client .client_item .client_img img{
	width: 100%;
}
.client .client_list{
	padding-top: 35px;
}
.client .client_list >div:nth-child(3n){
	margin-right: 0px;
}
.client .client_title{
	font-size: 16px;
	line-height: 16px;
	color: #000000;
	margin-top: 30px;
	margin-bottom: 12px;
	text-align: center;
}
.client .client_area{
	font-size: 12px;
	line-height: 12px;
	color: #888888;
	text-align: center;
}
.client .client_item_hover{
	position: absolute;
	top:270px;
	left: 0;
	right: 0;
	bottom: 0; 
	background: rgba(0, 90, 188, 0.9);
	color: #fff;
	padding: 32px 30px 0;
	/*display: none;*/
}
/*.client .client_item:hover .client_item_hover {
	top:0px !important;
	animation:myShow 0.5s;
    -webkit-animation:myShow 0.5s;  
}
.client .client_item:hover .client_area{
	opacity: 0;
	animation:area 0.5s;
    -webkit-animation:area 0.5s; 
}*/
@keyframes area
{
	0% {
		margin-top:0px;
		opacity: 1;
	}
	100% {
		margin-top:-30px;
		opacity: 0;
	}
}

@-webkit-keyframes area
{
	0% {
		margin-top:0px;
		opacity: 1;
	}
	100% {
		margin-top:-30px;
		opacity: 0;
	}
}
@keyframes areaOut
{
	0% {
		margin-top:-30px;
		opacity: 0;
	}
	100% {
		margin-top:0px;
		opacity: 1;
	}
}

@-webkit-keyframes areaOut
{
	0% {
		margin-top:-30px;
		opacity: 0;
	}
	100% {
		margin-top:0px;
		opacity: 1;
	}
}
@keyframes myShow
{
	0% {top:270px;}
	100% {top:0px;}
}

@-webkit-keyframes myShow
{
	0% {top:270px;}
	100% {top:0px;}
}
@keyframes myShowOut
{
	0% {top:0px;}
	100% {top:270px;}
}

@-webkit-keyframes myShowOut
{
	0% {top:0px;}
	100% {top:270px;}
}
/*.client .client_item:hover .client_area {
	display: none;
}*/
.client .item_hover{
	height: 112px;
}
.client .item_hover .area_name{
	font-size: 16px;
	line-height: 16px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	margin-bottom:8px;
    width: fit-content;
}	

.client .item_hover .area_title{
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
}
.clientNew {
	padding-top: 0;
}
.clientNew .top_bar {
	max-height: 300px;
	height: auto;
}
.clientNew .top_bar img {
	max-height: 300px;
	height: auto;
}

