.aboutUs{
	margin: 80px 0px;
}
.aboutUs .title{
	font-size: 20px;
	color: #E16A00;
}
.aboutUs .txt{
	font-size: 16px;
	color: #555;
	line-height: 1.8em;
	margin-top: 30px;
}
.serviceIdea{
	height: 320px;
	margin: 100px 0px;
	position: relative;
}
.serviceIdea .icon{
	width: 229px;
	height: 285px;
	margin: 0px auto;
	position: relative;
}
.serviceIdea .icon div{
	position: absolute;
	width: 229px;
	height: 285px;
	top: 0;
	left: 0;
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	-o-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	display: none;
	
	-webkit-transition:all 0.5s ease 0s;
	-o- transition:all 0.5s ease 0s;
	 -moz-transition:all 0.5s ease 0s;
	 transition:all 0.5s ease 0s;
}
.serviceIdea .icon .scale{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.serviceIdea .fwln{
	position: absolute;
	display: none;
}
.serviceIdea .fwln .title{
	height: 38px;
	padding-left: 85px;
	background: url(../images/fwln_icon.png) 0px 0px no-repeat;
	color: #333;
	font-size: 16px;
	line-height: 38px;
	font-weight: bold;
}
.serviceIdea .fwln p{
	margin-top: 10px;
	color: #545454;
	font-size: 12px;
	line-height: 1.6em;
	margin-left: 30px;
	margin-right: 5px;
}
.serviceIdea .fwln01{
	width: 327px;
	background: url(../images/fwln_line01.png) 0px 24px no-repeat;
	top: 165px;
	left: 550px;
}
.serviceIdea .fwln01 .con{
	margin-left: 50px;
}
.serviceIdea .fwln02{
	width: 346px;
	background: url(../images/fwln_line02.png) 0px 12px no-repeat;
	top: 164px;
	left: 19px;
}
.serviceIdea .fwln02 .title{
	background-position: 0px -45px;
}
.serviceIdea .fwln02 .con{
	margin-right: 80px;
}
.serviceIdea .fwln03{
	width: 400px;
	background: url(../images/fwln_line03.png) 0px 44px no-repeat;
	top: 12px;
	left: 19px;
}
.serviceIdea .fwln03 .title{
	background-position: 0px -88px;
}
.serviceIdea .fwln03 .con{
	margin-right: 58px;
}
.serviceIdea .fwln04{
	width: 358px;
	background: url(../images/fwln_line04.png) 0px 44px no-repeat;
	top: 10px;
	left: 520px;
}
.serviceIdea .fwln04 .title{
	background-position: 0px -132px;
}
.serviceIdea .fwln04 .con{
	margin-left: 80px;
}
.culture{
	margin: 70px 0px;
}
.contact{
	width: 540px;
	margin: 100px auto;
}
.contact .con{
	height: 244px;
	position: relative;
	margin: 100px 0px;
}
.contact .con .txt{
	width: 280px;
	border-bottom: #c4c5c9 solid 2px;
	padding-bottom: 10px;
	position: absolute;
}
.contact .con .txt h2{
	color: #333;
	font-size: 18px;
	margin-bottom: 20px;
}
.contact .con .txt p{
	color: #555;
	line-height: 1.8em;
	font-size: 14px;
}
.contact .layout1 .pic{
	float: left;
}
.contact .layout1 .txt{
	right: 0px;
	bottom: 0px;
}
.contact .layout2 .pic{
	float: right;
}
.contact .layout2 .txt{
	left: 0px;
	bottom: 0px;
	text-align: right;
}
.service .rollBox{width:900px;overflow:hidden;padding:0;margin:120px auto; height: 210px;}
.service .rollBox .LeftBotton{height:53px;width:30px;background: url(../images/leftArrow.gif) no-repeat;overflow:hidden;float:left;display:inline;margin:70px 0 0 0;cursor:pointer;}
.service .rollBox .RightBotton{height:53px;width:30px;background:url(../images/rightArrow.gif) no-repeat;overflow:hidden;float:right;display:inline;margin:70px 0 0 0;cursor:pointer;}
.service .rollBox .Cont{width:741px;overflow:hidden;float:left; margin-left: 49px;}
.service .rollBox .ScrCont{width:10000000px;}
.service .rollBox .Cont .pic{width:205px;float:left;text-align:center; margin-right:63px; background: #fff; overflow: hidden;}
.service .rollBox .Cont .pic .img{
	display: block;
}
.service .rollBox .Cont .pic .img img{width: 205px; height: 140px;}
.service .rollBox .Cont .pic:hover{
	opacity: 0.8;
}
.service .rollBox .Cont .pic .name{
	color: #333;
	font-size: 16px;
	display: block;
	width: 195px;
	margin: 10px 5px 5px 5px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.service .rollBox .Cont .pic .name:hover{
	color: #e16a00;
}
.service .rollBox .Cont .pic .txt{
	color: #555;
	font-size: 12px;
	display: block;
	width: 195px;
	margin: 0px 5px 10px 5px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.recruit .rollBox{width:900px;overflow:hidden;padding:0;margin:120px auto; height: 135px;}
.recruit .rollBox .LeftBotton{height:53px;width:30px;background: url(../images/leftArrow.gif) no-repeat;overflow:hidden;float:left;display:inline;margin:40px 0 0 0;cursor:pointer;}
.recruit .rollBox .RightBotton{height:53px;width:30px;background:url(../images/rightArrow.gif) no-repeat;overflow:hidden;float:right;display:inline;margin:40px 0 0 0;cursor:pointer;}
.recruit .rollBox .Cont{width:741px;overflow:hidden;float:left; margin-left: 79px;}
.recruit .rollBox .ScrCont{width:10000000px;}
.recruit .rollBox .Cont .job{width:205px;float:left; margin-right:63px; overflow: hidden;}
.recruit .rollBox .Cont .job h2{
	color: #E16A00;
	font-size: 18px;
	font-weight: normal;
}
.recruit .rollBox .Cont .job h3{
	font-size: 16px;
	color: #333;
	font-weight: normal;
	margin: 20px 0px 5px 0px;
}
.recruit .rollBox .Cont .job p{
	font-size: 14px;
	color: #555;
	line-height: 1.8em;
}
.rollBox #List1,.rollBox #List2{float:left;}