@charset "utf-8";
/* CSS Document */
header{
	height:650px;
}
header nav{
	left: 0px;
	top: 95px;
	width: 1000px;
	height: 35px;
	background-image: url(../images/navBg.png);
}
header #banner{
    width:100%;
	height:515px;
	position:absolute;
	background:none;
}
.pageBody{
	width:930px;
	height: 380px;
	background-image: url(../images/pageBodyBg.jpg);
}
.pageBody .news{
	position:absolute;
	width:310px;
	height: 360px;
	background-image: url(../images/newsBg.jpg);
}
.pageBody .news .newsList{
	position: absolute;
	width: 280px;
	height: 145px;
	left: 15px;
	top: 155px;
}
.pageBody .news .imageNews {
	position:absolute;
	top:45px;
	background-color:#eeeeee;
	left:15px;
}
.pageBody .news .imageNews ul{
	position: absolute;
	width: 260px;
	height: 100px;
	top:0px;
}
.pageBody .news .imageNews ul li{
	background:none;
	width:100%;
	height:100%;
}
.pageBody .news .imageNews ul li .preview{
	display:block;
	overflow:hidden;
}
.pageBody .news .imageNews ul li .preview img{
	width:260px;
	height:114px;
}
.pageBody .news .imageNews ul li .upDateTime,.pageBody .news .imageNews ul li .title{
	display:none;
}
.pageBody .news .more{
	position: absolute;
	left: 13px;
	top: 307px;
	color: #ef3800;
	text-decoration: underline;
}
.pageBody .products{
	position: absolute;
	width: 310px;
	height: 360px;
	background-image: url(../images/productsBg.jpg);
	left: 325px;
}
.pageBody .products .newsList{
	background-color:#eeeeee;
	position: absolute;
	width: 280px;
	height: 145px;
	left: 15px;
	top: 155px;
}
.pageBody .products .more{
	position: absolute;
	left: 13px;
	top: 307px;
	color: #ef3800;
	text-decoration: underline;
}

.pageBody .partner{
	position: absolute;
	width: 280px;
	height: 360px;
	background-image: url(../images/partnerBg.jpg);
	left: 650px;
}
.pageBody .partner .focusModule{
	position: absolute;
	width: 240px;
	height: 160px;
	left: 20px;
	top: 70px;
}
.pageBody .partner .block a{
	position: absolute;
	background-image: url(../images/blockBg.png);
	background-position: center top;
	background-repeat: no-repeat;
	line-height: 30px;
	height: 30px;
	width: 120px;
	text-align: center;
	font-size: 14px;
	font-family: "微软雅黑";
}
.pageBody .partner .block a:hover{
	background-position:center bottom;
	color: #fff;
}
.pageBody .partner .block a#btn1{
	left: 15px;
	top: 275px;
}
.pageBody .partner .block a#btn2{
	left: 145px;
	top: 275px;
}
.pageBody .partner .block a#btn3{
	left: 15px;
	top: 315px;
}
.pageBody .partner .block a#btn4{
	left: 145px;
	top: 315px;
}
