.banner{
	width: 100%;
	height: 460px;
	background-image: url(images/banner.png);
	background-position: center; 
}
.banner .w1190{
	height: 460px;
	transition: all .4s linear 0s;
	-moz-transition: all .4s linear 0s;
	-webkit-transition: all .4s linear 0s;
}
.banner .w1190:hover{
	padding-left: 10px;
}
.b01h{
	padding: 125px 0 0 20px;
	font-size: 56px;
	font-weight: bold;
	color: #2dcc70;
}
.b01hr{
	width: 100px;
	height: 6px;
	background-color: #2dcc70;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin-left: 25px;
}
p.b01p{
	color: #fff;
	font-size: 18px;
	padding-top: 40px;
	padding-left: 25px;
	font-weight: normal;
	line-height: 30px;
}
.contaner{
	width: 100%;
}
.title{
	font-size: 42px;
	color: #4a4a4a;
	padding: 50px 0 37px;
	text-align: center;
}
ul.pro{
	float: left;
	width: 100%;
	height: 269px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	margin-bottom: 80px;
	overflow: hidden;
}
ul.pro li{
	width: 396px;
	height: 269px;
	float: left;
	color: #fff;
	text-align: center;
}
ul.pro li.more div{
	width: 100%;
	height: 269px;
	background-color: #ffbb44;
	opacity: 0.9;
	filter:alpha(opacity=90);
	-khtml-opacity: 0.9;
	-moz-opacity: 0.9;
}
li.more{
	background-image: url(images/more.png);
}
ul.pro li.miscellaneous div{
	width: 100%;
	height: 269px;
	background-color: #2dcc70;
	opacity: 0.9;
	filter:alpha(opacity=90);
	-khtml-opacity: 0.9;
	-moz-opacity: 0.9;
}
li.miscellaneous{
	background-image: url(images/miscellaneous.png);
}
ul.pro li.numerous div{
	width: 100%;
	height: 269px;
	background-color: #ef5f5f;
	opacity: 0.9;
	filter:alpha(opacity=90);
	-khtml-opacity: 0.9;
	-moz-opacity: 0.9;
}
li.numerous{
	background-image: url(images/numerous.png);
}
ul.pro li:hover div{
	opacity: 1;
	filter:alpha(opacity=100);
	-khtml-opacity: 1;
	-moz-opacity: 1;
}
ul.pro li b{
	margin: 30px 0 20px;
	display: inline-block;
	width: 88px;
	height: 88px;
	line-height: 88px;
	border: 1px solid #fff;
	text-align: center;
	font-size: 56px;
}
ul.pro li h4{
	font-size: 26px;
	padding-bottom: 10px;
}
ul.pro li p{
	font-size: 16px;
}
.problemBg{
	width: 100%;
	height: 600px;
	background-image: url(images/problemBg.png);
	background-position: center;
}
.problemBg .title{
	color: #fff;
}
ul.problemContaner{
	width: 1230px;
	float: left;
}
ul.problemContaner li{
	float: left;
	width: 410px;
	color: #fff;
	position: relative;
}
ul.problemContaner li img{
	cursor: default;
}
ul.problemContaner li i{
	width: 65px;
	height: 80px;
	background-color: #2dcc70;
	position: absolute;
	left: 0;
	top: 237px;
	background-position: center;
	background-repeat: no-repeat;
}
ul.problemContaner li i.power{
	background-image: url(images/powerIco.png);
}
ul.problemContaner li i.controllable{
	background-image: url(images/controllableIco.png);
}
ul.problemContaner li i.one{
	background-image: url(images/oneIco.png);
}
ul.problemContaner .floatright{
	margin-right: 40px;
}
ul.problemContaner h4{
	font-size: 26px;
	color: #fff;
	padding: 12px 0 6px;
}
ul.problemContaner p{
	font-size: 16px;
	color: #c6c6c6;
	line-height: 28px;
}
.serviceList{
	position: relative;
	padding-bottom: 80px;
}
.serviceList img{
	float: left;
}
.serviceList .floatleft,.serviceList .floatright{
	margin-bottom: 20px;
}
.serviceList .floatleft{
	margin-left: 180px;
}
.serviceDetails{
	width: 380px;
	height: 200px;
	float: left;
	margin-left: 4px;
	background-color: #ededed;
}
.serviceDetails h4{
	font-size: 26px;
	color: #4a4a4a;
	padding: 30px;
	padding-bottom: 20px;
}
.serviceDetails p{
	font-size: 16px;
	color: #4a4a4a;
	padding-left: 30px;
	line-height: 24px;
}
.linebg01{
	position: absolute;
	left: 0;
	top: 108px;
	width: 552px;
	height: 200px;
	background-image: url(images/line01.png);
}
.linebg02{
	position: absolute;
	left: 0;
	top: 330px;
	width: 552px;
	height: 200px;
	background-image: url(images/line02.png);
}
.footerService{
	width: 100%;;
	height: 240px;
	padding-top: 60px;
	background-image: url(images/linkFooter.png);
	background-position: center;
}
.footerService .floatleft{
	width: 49%;
	position: relative;
	text-align: center;
}
.footerService h4{
	font-size: 36px;
	color: #fff;
	font-weight: normal;
}
.footerService p{
	font-size: 18px;
	color: #fff;
	margin-top: 5px;
}
.footerService a{
	position: absolute;
	top: 110px;
	left: 50%;
	margin-left: -80px;
	width: 160px; 
	height: 46px;
	line-height: 46px;
	background-color: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #2dcc70;
	font-size: 18px;
	text-align: center;
}
.footerService a:hover{
	text-decoration: none;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.26);
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.26);
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.26);
}
.hrline{
	width: 2%;
	float: left;
	text-align: center;
}
.hrline span{
	display: inline-block;
	width: 1px;
	height: 160px;
	background-color: #fff;
}
.footerBar{
	padding-bottom: 30px;
}

.footerService i,.loginFooterService i{
	float: left;
}
.footerService i.contactIco,.loginFooterService i.contactIco{
	margin-left: 100px;
	width: 107px;
	height: 107px;
	background-image: url(images/contactIco.png)
}
.footerService i.housekeeperIco,.loginFooterService i.housekeeperIco{
	margin-left: 190px;
	width: 99px;
	height: 99px;
	background-image: url(images/housekeeperIco.png)
}
.loginFooterService{
	width: 100%;;
	height: 140px;
	padding-top: 40px;
	background-image: url(images/footerBg.png);
	background-position: center;
}
.loginFooterService .floatleft{
	margin-left: 30px;
}
.loginFooterService h4{
	padding-top: 12px;
	font-size: 36px;
	color: #fff;
}
.loginFooterService h5{
	padding-top: 27px;
	font-size: 36px;
	color: #fff;
}
.loginFooterService p{
	padding-top: 6px;
	font-size: 18px;
	color: #fff;
}
 .loginFooterService a{
	float: left;
	margin-left: 80px;
	margin-top: 20px;
	width: 260px;
	height: 60px;
	font-size: 24px;
	color: #2DCC70;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
	background-color: #fff;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.loginFooterService a:hover{
	text-decoration: none;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.26);
	-moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.26);
	-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.26);
}
