.fl {
	float:left;
	height: 250px;
	width:270px;
	overflow: hidden;
	margin: 0 15px 15px 0;
	background-color: #fff;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	list-style: none;
}

.img-show {
	height: 200px;
	overflow: hidden;
	position: relative;
}

.hover-content {
	display: block;
	position: absolute;
	top: -50px;
	left: 0;
	margin: 0 8px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

.fl a {
	line-height: 38px;
	color: #4b4b4b;
	padding: 0 10px;
}

.container {
    width: 1160px;
    margin: 0 auto;
    /* min-height: 600px; */
}

/* 交易服务 */

.ewb-service {
    margin-top: 35px;
    height: 344px;
    overflow: hidden;
}

.ewb-service ul {
     margin: -20px -150px 0 0;
    /*width: 1350px; */
}

.ewb-service-node {
    float: left;
    margin: 20px 40px 0 40px;
    width: 120px;
    height: 162px;
    vertical-align: top;
}

.ewb-service-item {
    display: block;
    height: 162px;
}

.ewb-service-name {
    display: block;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 15px;
    color: #333;
}

.ewb-service-icon {
    width: 120px;
    height: 120px;
    border-radius: 26px;
    vertical-align: top;
}

.ewb-service-item:hover .ewb-service-icon {
    box-shadow:0px 3px 9px 0px rgba(0,0,0,0.3);
}

.ewb-service-item:hover .ewb-service-name {
    color: #1a78cc;
}

/* 属性值渐变 */

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.ewb-service{
    height: auto;
}