.xlx16-container {
	width: 100%;
	margin: 1px auto;
	padding: 50px 0;
}

.xlx16-inner-wrapper {
	width: 100%;
	margin: auto;
}

.xlx16-list-wrapper ul:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	clear: both;
	visibility: hidden;
}

.xlx16-list-wrapper a {
	display: block;
	width: 100%;
}

.xlx16-list-wrapper ul li {
	width: 25%;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
}

.xlx16-inner-item-wrapper {
	text-align: center;
	padding: 40px 20px;
	box-sizing: border-box;
	-webkit-transition: box-shadow .5s;
    -moz-transition: box-shadow .5s;
    -ms-transition: box-shadow .5s;
    -o-transition: box-shadow .5s;
	transition: box-shadow .5s;
}

.xlx16-icon-wrapper {
	position: relative;
	width: 48px;
	height: 48px;
	margin: 0 auto 40px auto;
	border-color: #229dd1;
}

.xlx16-icon-inner-wrapper {
	width: 100%;
	height: 100%;
	border-color: #229dd1;
}

.xlx16-icon-wrapper:after,
.xlx16-icon-wrapper:before,
.xlx16-icon-inner-wrapper:after,
.xlx16-icon-inner-wrapper:before {
	content: " ";
	display: block;
	width: 13px;
	height: 13px;
	position: absolute;
	border-style: solid;
	border-color: inherit;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
	transition: all .3s linear;
}

.xlx16-icon-wrapper:before {
	top: -15px;
	left: -15px;
	border-width: 1px 0 0 1px;
}

.xlx16-icon-wrapper:after {
	top: -15px;
	right: -15px;
	border-width: 1px 1px 0 0;
}

.xlx16-icon-inner-wrapper:before {
	bottom: -15px;
	right: -15px;
	border-width: 0 1px 1px 0;
}

.xlx16-icon-inner-wrapper:after {
	bottom: -15px;
	left: -15px;
	border-width: 0 0 1px 1px;
}

.xlx16-inner-item-wrapper:hover .xlx16-icon-wrapper:before {
	top: -10px;
	left: -10px;
}

.xlx16-inner-item-wrapper:hover .xlx16-icon-wrapper:after {
	top: -10px;
	right: -10px;
}

.xlx16-inner-item-wrapper:hover .xlx16-icon-inner-wrapper:before {
	bottom: -10px;
	right: -10px;
}

.xlx16-inner-item-wrapper:hover .xlx16-icon-inner-wrapper:after {
	bottom: -10px;
	left: -10px;
}

.xlx16-inner-item-wrapper:hover {
	box-shadow: 0 0 5px 0 rgba(1, 3, 4, 0.13);
}


.xlx16-icon-wrapper img {
	display: block;
	width: 100%;
	height: 48px;
	width: 48px;
	margin: 0 auto;
}

.xlx16-title-wrapper {
	color: #229dd1;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 30px;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -ms-transition: color .5s;
    -o-transition: color .5s;
	transition: color .5s;
}

.xlx16-title-wrapper div {
	color: black;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -ms-transition: color .5s;
    -o-transition: color .5s;
	transition: color .5s;
}

.xlx16-title-wrapper:hover div{
	color: inherit;
	cursor: pointer;
}

.xlx16-content-wrapper {
	color: #666;
	font-size: 15px;
	line-height: 24px;
}


@media screen and (max-width: 1220px) {
	.xlx16-list-wrapper ul li {
		width: 50%;
	}
}

@media screen and (max-width: 768px) {
	.xlx16-list-wrapper ul li {
		width: 100%;
		margin: 20px 0;
	}

	.xlx16-title-wrapper {
		margin-bottom: 15px;
	}
}