@charset "utf-8";
/* CSS Document */

html, body, ul, ol, form, h1, h2, h3, h4, h5, h6, p{ margin:0; padding:0; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }
img{ border:0; }
a{ outline:none; }

body{
	width: 100%;
	background: #8fcefb url(../images/bodyBg.jpg) no-repeat 50% 0;
}
.pl-wrap{
	position: relative;
	width: 1000px; margin: 0 auto;
}
.pl-header{
	height: 80px;
	font-size: 0; letter-spacing: -6px;
}
.pl-logo, .pl-indexLink{
	display: inline-block;
	width: 50%;
	font-size: 16px; letter-spacing: 0; vertical-align: top;
}
.pl-indexLink{
	padding-top: 32px;
	text-align: right;
}
.pl-indexLink a{
	color: #fa4a1e; text-decoration: none;
}
.pl-trans{
	position: absolute; left: 0; top: 80px; bottom: 0; z-index: -1;
	width: 1000px;
	background-color: #fff;
	filter:alpha(opacity=50);  
    -moz-opacity:0.5;  
    opacity: 0.5; 
}
.pl-main{
	width: 1000px; padding: 0 0 20px 0;
	overflow:hidden;
}
.pl-main h3{
	width: 960px; height: 50px; margin: 20px 20px 0;
	background-color: #ffe1d9;
}
.pl-main h3 span{
	display: inline-block;
	height: 50px; line-height: 50px; padding: 0 20px;
	color: #fff; font-size: 16px; font-weight: bold;
	background-color: #fa4a1e;
}
.pl-main ul{
	padding: 20px 0 0 10px;
	font-size: 0; letter-spacing: -6px;
	list-style-type:none; overflow:hidden;
}
.pl-main ul li{
	display: inline-block;
	width: 200px; padding: 10px; margin: 0 0 20px 20px;
	font-size: 14px; letter-spacing: 0; vertical-align: top;
	background-color: #fff;
	list-style-type:none;float:left;
}
.pl-pic{
	display: block;
	width: 200px; height: 200px;
}
.pl-pic img{
	width: 200px; height: 200px;
}
a.pl-name{
	display: inline-block; overflow: hidden;
	width: 200px; height: 20px; line-height: 20px; margin-top: 5px;
	color: #333; font-size: 14px; text-decoration: none;
}
a:hover.pl-name{
	color: #fa4a1e;
}
.pl-details{
	width: 940px; margin: 20px 0 0 20px; padding: 10px;
	text-align: center;
	background-color: #fff;
}
.pl-details img{
	max-width: 940px;
}
.pl-details p{
	padding: 10px 0;
	color: #333; font-size: 14px;
}

.pl-footer {
	margin:20px 0 0 0; padding:0 0 10px 0; border-top:#da5f24 3px solid;
	line-height:24px;
	text-align: center;
	font-size:12px;
}
.footer-nav span{
	display:inline-block;
	padding:0 10px;	
	margin-top:10px;
}
.footer-nav a{
	color:#444; text-decoration:none;	
}
.footer-nav a:hover{
	color:#da5f24; text-decoration:underline;	
}

.bacode a{color:#444; text-decoration:none;	}
.bacode a:hover{
	color:#da5f24; text-decoration:underline;	
}
