@charset "utf-8";
/* CSS Document */
body{
	/*background-color:#ececec;*/}
.web .pageBody {
	height:1800px;
	background-image:url(../images/pageBodyBg.png);
	background-position:center bottom;
	background-repeat:no-repeat;
}

.web .pageBody .wrapper{
	background-image:url(../images/pageBodyBg.png);
	height:1300px;
	background-position:center top;
	position:relative;
	background-repeat:no-repeat;
}

.web #banner {
	width:100%;
	height: 500px;
	margin:auto;
}
.web #banner .alpha {
	height:500px;
}
.web #banner .control {
	top:470px;
	z-index:5500;
}



.mobile #banner {
	width:100%;
	height: 140px;
	margin:auto;
	background-image:url(../images/bannerBg.png);
	background-position:center top;
	/*display:block;*/
}
.mobile #banner .alpha {
	height:140px;
}
.mobile #banner .control {
	position:absolute;
	top:120px;
	z-index:5500;
}



.web .module{
	position:relative;
	display: block;
}
.web .module .titleBar{

}
.web .module .more{
	position: absolute;
	right: 15px;
	top: 30px;
	width: 50px;
	height: 20px;
	display: block;
	text-indent:-9999px;
	z-index:10;
}



.web #news{
	position:absolute;
	left:50px;
	top:0px;
	height:260px;
	width:500px;
	background-image:url(../images/newsBg.png);
}
.web #news .newsList{
	position:absolute;
	left:15px;
	top:60px;
	width:460px;
}
.web #company{
	position:absolute;
	left:550px;
	top:0px;
	height:260px;
	width:500px;
	background-image:url(../images/companyBg.png);
}
.web #company div{
	position:absolute;
	left:220px;
	top:60px;
	width:270px;
	line-height:25px;
}




.mobile #company{
}
.mobile #company div{
	line-height:30px;
	text-indent:2em;
}


















.web #product{
	position:absolute;
	left:00px;
	top:260px;
	height:445px;
	width:1100px;
	background-image:url(../images/productBg.png);
}
.web #product a.more{
	right:50px;
	top:40px;
}


.web #product #productContainer{ width:1100px; height:370px;  position:relative; margin:auto; top:75px;}
.web #product #productContainer .container{ width:1000px; height:370px; position:absolute; left:50px; }
.web #product ul{
	position:absolute;
	width:9999px;
}
.web #product li{
	position:relative;
	width:250px;
	height:370px;
	float:left;
	background-image:url(../images/productItemBg.png);
	background-repeat:no-repeat;
	background-position:top center;
}
.web #product li .preview{
	background:none;
	width:200px;
	height:200px;
	display:block;
	position:relative;
	margin:auto;
	left:0;
	top:0;
	overflow:hidden;
	margin-top:15px;
	border:solid 1px #eeeeee;
}
.web #product li .title{
	display:block;
	display:block;
	line-height:40px;
	padding-top:10px;
	font-size:16px;
	color:#006428;
	width:200px;
	margin:auto;
}
.web #product li .description{
	display:block;
	line-height:25px;
	font-size:12px;
	margin:auto;
	width:200px;
}
.web #product .prevBtn{ width:20px; height:75px; background:none; position:absolute; left:25px; top:150px;}
.web #product .nextBtn{ width:20px; height:75px; background:none; position:absolute; right:25px; top:150px;}










.mobile #product{
}

.mobile #product #productContainer{
	height:auto;
}
.mobile #product #productContainer .container{
	position:relative;
	width:auto;
	height:auto;
}
.mobile #product ul{
	position:relative;
	width:100%;
	height:600px;
	overflow:hidden;
	display:block;
}
.mobile #product li{
	position:relative;
	width:auto;
	height:120px;
	border-bottom:solid 1px #ccc;
}
.mobile #product li .preview{
	width:100px;
	height:100px;
	display:block;
	position:absolute;
	top:10px;
}
.mobile #product li .title{
	display:block;
	font-size:14px;
	color:#006428;
	width:180px;
	margin:auto;
	line-height:25px;
	position:absolute;
	left:120px;
	top:10px;
}
.mobile #product li .description{
	display:block;
	width:180px;
	margin:auto;
	line-height:25px;
	font-size:12px;
	position:absolute;
	left:120px;
	top:35px;
}
.mobile #product .prevBtn{ display:none;}
.mobile #product .nextBtn{ display:none;}






.web #application{
	position:absolute;
	left:50px;
	bottom:165px;
	height:430px;
	width:1000px;
	background-image:url(../images/applicationBg.png);
}

.web #application ul{
	position:absolute;
	width:1000px;
	height:300px;
	left:0px;
	top:80px;
}
.web #application li{
	position:relative;
	width:250px;
	height:150px;
	float:left;
	display:block;
	overflow:hidden;
}
.web #application li img{
	width:250px;
	height:150px;
	position:absolute;
	left:0;
	top:0;
	
	transition: all 2s;
	-moz-transition: all 2s;
	-webkit-transition: all 2s;
	-o-transition: all 2s;
}
.web #application li:hover img{
	transform:scale(1.1,1.1);
}
.web #application li strong{
	position:absolute;
	width:250px;
	height:50px;
	left:0;
	bottom:-10px;
	line-height:40px;
	text-indent:20px;
	background-image:url(../images/aItemBg.png);
	color:#FFF;
	
	transition: bottom 0.2s;
	-moz-transition: bottom 0.2s;
	-webkit-transition: bottom 0.2s;
	-o-transition: bottom 0.2s;
}
.web #application li:hover strong{
	bottom:0px;
}















.mobile #application{}
.mobile #application ul{
	position:relative;
	width:100%;
	height:400px;
	padding-top:20px;
	padding-bottom:20px;
}
.mobile #application li{
	position:relative;
	width:50%;
	height:100px;
	float:left;
	display:block;
	overflow:hidden;
}
.mobile #application li img{
	width:100%;
	height:100px;
	position:absolute;
	left:0;
	top:0;
	transition: all 2s;
	-moz-transition: all 2s;
	-webkit-transition: all 2s;
	-o-transition: all 2s;
	max-width:1000px;
}
.mobile #application li:hover img{
	transform:scale(1.1,1.1);
}
.mobile #application li strong{
	position:absolute;
	width:250px;
	height:50px;
	left:0;
	bottom:-10px;
	line-height:40px;
	text-indent:20px;
	background-image:url(../images/aItemBg.png);
	color:#FFF;
	
	transition: bottom 0.2s;
	-moz-transition: bottom 0.2s;
	-webkit-transition: bottom 0.2s;
	-o-transition: bottom 0.2s;
}
.mobile #application li:hover strong{
	bottom:0px;
}
















.web #links{
	height:165px;
	position:absolute;
	bottom:0;
	left:0;
	width:1100px;
	background-image:url(../images/linksBg.png);
}

.web #links div{
	padding-top:70px;
	margin:auto;
	width:91%;
}
.web #links p{
	line-height:30px;
}




.mobile #links{
	display:none;
}