body {
	font-family: "微软雅黑", "Times New Roman", serif;
	width: 100%;
	min-width: 1200px;
	background-color: #fff;
	font-size: 14px;
	line-height: 1.6;
}
/* Head */
.header{
	background-image:url(ptj_banner1.jpg);
	background-repeat:no-repeat;
	background-position: 50% 0%;
	width:100%;
	height:551px;
}

.header_bg{
	background:#fff;
	width:100%;
	height:100px;
	position:absolute;
	-moz-box-shadow: 0px 5px 10px #3682c8; /* 老的 Firefox */
    box-shadow:  0px 5px 10px #3682c8;
}
.header_box{
	width:1200px;
	height:100px;
	line-height:100px;
	margin:0 auto;
}
.logo{
	float:left;
	margin-top:8px;
	}
.search{
	float:right;
	position:relative;
	margin-top:30px;
}
.search_input{
	width:350px;
	height:34px;
	background-color:transparent;
	line-height:34px;
	border:1px solid #dedede;
	text-indent:0.5em;
	font-size:14px;
	color:#999;
	font-family: "微软雅黑";
}
.submit{
	width:80px;
	line-height:28px;
	height:32px;
	background:#8d0243;
	color:#fff;
	border:0;
	font-size:16px;
	position:absolute;
	top:1px;
	right:0px;
	font-family: "微软雅黑";
}
.map{
	width:1200px;
	margin:0 auto;
	position:relative;
	
}
.map img{
	position:absolute;
	top:150px;
	right:0;
	
}
/*nav*/
.nav{
	width:100%;
	height:52px;
	background:#5c0a20;
}
.nav ul{
	width:1200px;
	margin:0 auto;
}
.nav ul li{
	width:120px;
	float:left;
	color:#fff;
	font-size:18px;
	line-height:52px;
	text-align:center;
}
.nav ul li:hover{
	width:120px;
	height:52px;
	background:#4f0216;
}
.nav ul li a{
	color:#fff;
}
.nav ul li a:hover{
	color:#fff;
}
.nav_line{
	width:100%;
	height:2px;
	background:#5c0a20;
	margin-top:1px;
}





/* Foot */
.link{
	width:100%;
	height:52px;
	background:#5c0a20;
}
.link ul{
	width:1200px;
	margin:0 auto;
}
.link ul li{
	float:left;
	color:#fff;
	font-size:16px;
	line-height:52px;
	text-align:center;
	margin-right:31px;
}

.link ul li a{
	color:#fff;
}
.link ul li a:hover{
	color:#fff;
}