﻿section.business {
	/*background: url(../images/other/wallpaper2.jpg) 80% bottom;*/
}

.business .box {
	margin: 0 auto;
	position: relative;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.business .box ul.items {
	margin: 0 auto;
}

.business .box ul.items li {
	width: 180px;
	height:135px;
	margin: 0 0px 0 12px;
	background:url(img/bg_green.png) no-repeat 0px 800px;
	overflow: hidden;
	display: inline-block;
}

.business .box ul.items li i {
	display: block;
	position: relative;
	margin: 0 auto;
	margin-top:5px;
	/*height:64px;*/
    text-align:center;
    font-size:45px;
}

.business .box ul.items li.it i {
	color:#146e85;
}

/*.business .box ul.items li.pc i {
	width:69px;
	background: url(../images/other/words.png) no-repeat -245px -357px;
}*/

/*.business .box ul.items li.mobi i {
	width: 64px;
	background: url(../images/other/words.png) no-repeat -416px -291px;
}*/

/*.business .box ul.items li.sys i {
	width: 76px;
	background: url(../images/other/words.png) no-repeat -415px -362px;
}

.business .box ul.items li.app i {
	width: 74px;
	background: url(../images/other/words.png) no-repeat -244px -439px;
}

.business .box ul.items li.host i {
	width: 79px;
	background: url(../images/other/words.png) no-repeat -420px -439px;
}*/

/*.business .box ul.items li u {
	display: block;
	position: absolute;
	width: 80px;
	height: 80px;
	background: url(../images/other/words.png) no-repeat 0px -620px;
	-webkit-transition: all .5s ease-in-out 0s;
	-moz-transition: all .5s ease-in-out 0s;
	-ms-transition: all .5s ease-in-out 0s;
	-o-transition: all .5s ease-in-out 0s;
	transition: all .5s ease-in-out 0s;
}*/

.business .box ul.items li u.cl {
	clip: rect(0px,156px,-10px,78px);
}

.business.active .box ul.items li u.cl {
	clip: rect(0px,156px,156px,78px);
}

.business .box ul.items li u.cr {
	clip: rect(156px,78px,156px,0px);
}

.business.active .box ul.items li u.cr {
	clip: rect(0px,78px,156px,0px);
}

.business .box ul.items li a {
    color:#000000;
	display: block;
	margin-top:10px;
	font-size: 14px;
	text-align: center;
}

.business .box ul.items li p {
	position: relative;
	color: White;
	font-size:12px;
}

.business .box ul.items li:hover {
	background-position: 0px 0px;
	-webkit-transition: all .5s ease-in-out .3s;
	-moz-transition: all .5s ease-in-out .3s;
	-ms-transition: all .5s ease-in-out .3s;
	-o-transition: all .5s ease-in-out .3s;
	transition: all .5s ease-in-out .3s;
}

.business .box ul.items li:hover i {
	-webkit-transition: all .5s ease-in-out .4s;
	-moz-transition: all .5s ease-in-out .4s;
	-ms-transition: all .5s ease-in-out .4s;
	-o-transition: all .5s ease-in-out .4s;
	transition: all .5s ease-in-out .4s;
}

.business .box ul.items li.it:hover i {
    color:#ffffff;
	/*background: url(../images/other/words.png) no-repeat -168px -357px;*/
}

.business .box ul.items li:hover u.cl {
	clip: rect(0px,156px,-10px,78px);
}

.business .box ul.items li:hover u.cr {
	clip: rect(156px,78px,156px,0px);
}

.business .box ul.items li:hover a {
	color: White;
	-webkit-transition-delay: .4s;
	-moz-transition-delay: .4s;
	-ms-transition-delay: .4s;
	-o-transition-delay: .4s;
	transition-delay: .4s;
}

.business .box ul.items li:hover p {
	top:8px;
	-webkit-transition: all .3s ease-in-out .5s;
	-moz-transition: all .3s ease-in-out .5s;
	-ms-transition: all .3s ease-in-out .5s;
	-o-transition: all .3s ease-in-out .5s;
	transition: all .3s ease-in-out .5s;
}
