	.search {
		height: auto;
		overflow: hidden;
		margin-top: 20px;
		width: 482px;
	}
	
	.search form {
		float: right;
	}
	
	.se-txt {
		width: 343px;
		height: 34px;
		border: 1px solid #d3d3d3;
		float: right;
		padding-left: 10px;
		margin-right: 10px;
	}
	
	.fl {
		float: left;
	}
	
	.fr {
		float: right;
	}
	.tel,.tel-400{
		color: #A8A8A8;
		font-family: "微软雅黑";
		margin-top: 5px;
	}
	.headerinner #logo {
		float: left;
		width: auto;
		margin: auto;
		
		
	}
	
	.clear {
		clear: both;
	}
	
	.nav {
		margin-top: 20px;
	}
	
	.nav li {
		display: block;
		width: 167px;
		height: 57px;
		background: url(../images/navbg.jpg);
		float: left;
		padding-top: 17px;
		margin-left: 10px;
	}
	
	.nav li a {
		color: #fff;
		font-size: 14px;
		font-family: "微软雅黑";
		text-decoration: none;
	}
	
	.nav li dt {
		display: block;
		height: 74px;
		float: left;
		width: 65px;
		text-align: center;
	}
	
	.nav li dd {
		display: block;
		width: 100px;
		text-align: center;
		height: 74px;
		float: right;
	}
	
	.nav li dd a {
		display: block;
		width: 100%;
		text-align: center;
	}
	
	#header {
		float: left;
		width: 100%;
		height: auto;
		position: static z-index: 3;
		margin-top: 0px;
	}
	
	.tempWrap {
		width: 390px;
		margin: 0px auto;
	}
	
	.picScroll-left {
		text-align: center;
		position: relative;
	}
	
	.picList li {
		display: block;
		width: 185px;
		height: 276px;
		margin-left: 10px;
		position: relative;
	}
	
	.picList li .title {
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 100%;
		height: 60px;
		background: url(../images/aaaaa.png);
	}
	
	.picList li .title a {
		color: #fff;
		font-size: 16px;
		font-family: "微软雅黑";
		text-decoration: none;
	}
	
	.picList li .title p {
		line-height: 30px;
	}
	
	.next,
	.prev {
		position: absolute;
		top: 50%;
		margin-top: -5px;
		cursor: pointer;
	}
	
	.prev {
		left: 0px;
	}
	
	.next {
		right: 0px;
	}
	
	.top20 {
		margin-top: 20px;
	}