.international{
	background-color: #fff;
	border:1px solid #c8c8c8;
	overflow: hidden;
	padding-bottom:40px;
}
.international>li{
	width:275px;
	height:300px;
	float:left;
	margin:40px 0px 0px 40px;
}
.internat_img{
	/*height:275px;*/
	overflow: hidden;
	text-align: center;
}
.internat_img>img{
	width:70%;
	/*height:100%;*/
	transition: all 500ms;
    -moz-transition: all 500ms;
    -webkit-transition: all 500ms;
    -o-transition: all 500ms;
}
.internat_con{
	text-align: center;
	font-size:16px;
	color:#333;
	margin-top:10px;
}
.internat_img>img:hover{
	transform: scale(1.1, 1.1);
}
.internat_imgs{
	height:150px !important;
}
.xyzl{
	background-color: #fff;
	border:1px solid #c8c8c8;
	padding:40px;
}
