﻿.service_li
{
	width: 100%;
	margin: 0 auto;
	background: #fff;
}
.service_content
{
	width: 1180px;
	overflow: hidden;
	margin: 0px auto;
	position: relative;
}

.list_icon
{
	border-radius: 50%;
	float: left;
	overflow: hidden;
	transition: transform 1s ease-in-out 0s;
	width: 50px;
	height: 50px;
}
.list_service
{
	background-color: #007CD8;
}
.server_title
{
	color: #007CD8;
	font-size: 26px;
	font-family: "寰蒋闆呴粦";
	font-weight: bold;
	margin-left: 70px;
	padding-top: 12px;
}
.list_service img
{
	width: 50px;
	height: 50px;
}
.service_int
{
	font-family: "寰蒋闆呴粦";
	font-size: 14px;
	line-height: 28px;
	margin-top: 20px;
	text-indent: 2em;
}
span.list_icon:hover
{
	transform: rotate(360deg);
}
