.calls{
	
}
.calls .item{
	margin-bottom: 30px;
}
.calls .item .titles{
	color: #3568be;
	background-image: -webkit-gradient(linear, left 0, right 0, from(rgba(53, 104, 190, 1)), to(rgba(100, 169, 226, 1)));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 16px;
	text-align: left;
	margin-bottom: 15px;
}
.calls .item dl{
	margin-bottom: 24px;
}
.calls .item dl dt{
	width: 300px;
	float: left;
}
.calls .item dl dt img{
	display: block;
	width: 300px;
	height: 200px;
	box-shadow: 0 0 5px #C3C2C2;
}
.calls .item dl dd{
	float: right;
	width: 525px;
	margin-bottom: 15px;
}
.calls .item dl dd span{
	float: left;
	padding-left: 30px;
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	width: 72px;
	text-align: right;
}
.calls .item dl dd .phone{
	background: url(../img/call/ic_01.png) no-repeat left center;
}
.calls .item dl dd .chuanzhen{
	background: url(../img/call/ic_02.png) no-repeat left center;
}
.calls .item dl dd .youbian{
	background: url(../img/call/ic_03.png) no-repeat left center;
}
.calls .item dl dd .address{
	background: url(../img/call/ic_04.png) no-repeat left center;
}
.calls .item dl dd .ditie{
	background: url(../img/call/ic_05.png) no-repeat left center;
}
.calls .item dl dd .gongjiao{
	background: url(../img/call/ic_06.png) no-repeat left center;
}
.calls .item dl dd .jiache{
	background: url(../img/call/ic_07.jpg) no-repeat left center;
}

.calls .item dl dd p{
	float: left;
	font-size: 14px;
	color: #7a7a7a;
	width: 400px;
	margin-left: 12px;
}

@media screen and (max-width: 1024px) {
	
	.calls .item dl dt{
		float: left!important;
	}
	.calls .item dl dd{
		width: 66%;
	}
	.calls .item dl dd p{
		width: 72%;
	}
	
}

@media screen and (max-width: 768px) {
	
	.calls .item dl dt{
		float: left!important;
	}
	.calls .item dl dd{
		width: 57%;
	}
	.calls .item dl dd p{
		width: 72%;
	}
	
}

@media screen and (max-width: 750px) {
	
	.calls .item dl dt{
		float: initial!important;
		margin: 0 auto 0.4rem;
	}
	.calls .item dl dd{
		width: 100%;
	}
	.calls .item dl dd p{
		width: 60%;
	}
	
}


