@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
body {
	color: #7c7c7c;
	font-family: "Microsoft Yahei", "微软雅黑", Arial, Helvetica, sans-serif;
	font-size: 14px;
	overflow-x: hidden;
	background-color: #272727;
	line-height: 24px;
}
ul {
	list-style: none;
}
a {
	text-decoration: none;
}
img {
	border: 0;
	display: inline-block;
	outline: none;
}
.main .main-l .tit {
	padding: 70px 0;
	text-align: center;
	color: #ffffff;
	font-size: 25px;
	line-height: 28px;
}
.main .tit span {
	display: block;
	color: #767676;
	font-size: 15px;
}
.main-l-m .w-1300 {
	width: 1400px;
	margin: 0 auto;
	position: relative;
}
.main-l-m li {
	text-align: center;
	width: 160px;
	float: left;
	padding: 35px 59px;
	border: 1px solid rgba(218, 218, 218, 0.12);
	border-top: none;
	border-left: none;
	transition:all .7s ease 0s;
}
.main-l-m li:hover{
	background-color: rgba(134,216,251,0.32);
	color: aliceblue;
}
.main-l-m li.li-bor-notbot {
	border-bottom: 0;
}
.main-l-m li.li-bor-notrig {
	border-right: 0;
}
.main-l-m li img {
	transition: transform 1s ease-out;
}
.main-l-m li img:hover {
	transform: rotateZ(360deg);
}
.main-l-m li p {
	font-size: 13px;
	line-height: 22px;
	padding-top: 15px;
}
.clear {
	clear: both;
	line-height: 0px;
	overflow: hidden;
	zoom: 1;
	font-size: 0px;
	content: '';
}
