@font-face {
	font-family: 'iconfont';
	src:url('../fonts/iconfont.eot');
	src:url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),
		url('../fonts/iconfont.woff') format('woff'),
		url('../fonts/iconfont.ttf') format('truetype'),
		url('../fonts/iconfont.svg#ecoicon') format('svg');
	font-weight: normal;
	font-style: normal;
}

.hi-icon-wrap {
	text-align: center;
	margin: 0 auto;
	padding: 2em 0 3em;
}

.hi-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 15px 30px;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #999;
}

.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.hi-icon:before {
	font-family: 'iconfont';
	speak: none;
	font-size: 60px;
	line-height: 110px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}

.hi-icon-mobile:before {
	 content: "\e60d";
}

.hi-icon-screen:before {
	content: "\e64f";
}

.hi-icon-earth:before {
	content: "\e6f5";
}

.hi-icon-support:before {
	content: "\e609";
}

.hi-icon-locked:before {
	content: "\e6af";
}

/* Effect 1 */
.p1_list { width: 1200px; margin: 0 auto; padding: 70px 0;}
.p1_list a { color: #999; }
.p1_list div { /* width: 216px; */ float: left; }
.p1_list h1 { font-size: 16px; color: #333; font-weight: 400; line-height: 40px; background: url(../images/p1_xian.jpg) bottom no-repeat; margin-top: 10px; text-align: left; }
.p1_list h1 span { font-size: 10px; color: #999; text-transform: uppercase; margin: 0 5px; }
.p1_list p { padding: 10px 0; color: #999; }
.mr30 { margin-right: 30px; }

.hi-icon-effect-1 .hi-icon {
	border: 1px solid #ccc;
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}

.hi-icon-effect-1 .hi-icon:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 4px #f60;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}

/* Effect 1a */
.hi-icon-effect-1a .hi-icon:hover {
	background: rgba(255,255,255,1);
	color: #f60;
	border: 1px solid #f60;
}

.hi-icon-effect-1a .hi-icon:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}