@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "微软雅黑";
	background-color: #4f473a;
}

a {
	outline: none;
	text-decoration: none;
}

.clear {
	clear: both;
}

.alpha_img {
	height: 100%;
	width: 0;
	vertical-align: middle;
}

.show_img {
	vertical-align: middle;
	border: none;
	border:2px solid silver;
}


/* ----------------------------------------------Wrapper-------------------------------------*/

div.wrapper {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: left;
}

.col1 {
	color: #fff;
	background-color: #294e79;
}

.col3 {
	color: #313131;
	background-color: #f8f7df;
}

.col4 {
	color: #666;
	background-color: #294e79;
}

.col4 a {
	color: #746550;
	/*  background-color: #f8f7df;  */
}

.col5 {
	background-color: #f8f7df;
}

.col6 {
	background-color: #294e79;
}


/* ----------------------------------------------Generalise-------------------------------------*/
#head, #footer {
	position: relative;
	margin: 0 auto 0 auto;
	display: block;
	width: 960px;
}


/* ----------------------------------------------Head-------------------------------------*/

#head {
	height: 235px;
	z-index: 1000;
	background-image:url(ptsc_logo.png);
	background-repeat: no-repeat;
	background-position: 0 20px;
}

#head h1,
#head p,
#head ul, 
#head a {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#head h1 a {
	position: absolute;
	top: 40px;
	left: 0;
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	background-color: #294e79;
}

#head p {
	display: block;
	position: absolute;
	top: 75px;
	left: 0;
	color: #f5f5f5;
	background-color: #294e79;
	font-size: 16px;
}

/* ----------------------------------------------Container-------------------------------------*/

.container_ptsc {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	overflow: hidden;
}

.container_ptsc h1 {
	margin: 0 0 15px 0;
	padding: 15px 0 6px 0;
	color: #fff;
	font-size: 20px;
	border-bottom: #fff 1px solid;
}

.container_ptsc h2, 
.container_ptsc h3, 
.container_ptsc h4, 
.container_ptsc h5, 
.container_ptsc h6 {
	font-size: 16px;
	margin: 0;
	padding: 6px 0;
	color: #fff;
	text-align: center;
	/*  background-color: #f8f7df;  */
}


/* ----------------------------------------------Homepage Services-------------------------------------*/

#hpage {
	display: block;
	width: 100%;
	margin: 10px 0;
	overflow: hidden;
}

#hpage ul {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	line-height: normal;
}

#hpage ul li {
	display: block;
	float: left;
	width: 300px;
	margin: 0 15px 0 0;
	padding: 0;
}

#hpage ul li.last {
	margin: 0;
	padding: 0;
}

#hpage ul li div.imgholder {
	display: block;
	margin: 0;
	padding: 5px;
	background-color: #fff;
}

#hpage p {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 1.8em;
}

#hpage p.readmore {
	display: block;
	margin: 0;
	line-height: 30px;
	font-weight: bold;
	text-align: right;
}

#hpage ul li a {
	color: #fff;
}

#hpage ul li a:link {
	text-decoration: none;
}

#hpage ul li a:visited {
	text-decoration: none;
}

#hpage ul li a:hover {
	color: #6ff;
	text-decoration: none;
}

#hpage ul li a:active {
	text-decoration: none;
}

/* ----------------------------------------------  footer  -------------------------------------*/

#footer {
	margin: 0 auto;
	padding: 15px 0;
	text-align: center;
}

#footer p {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}

.cas_content {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    padding-bottom: 12px;
    padding-top: 0;
    text-indent: 28pt;
}
.cas_content P {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    padding-bottom: 12px;
    padding-top: 0;
    text-indent: 28pt;
}
.cas_content a:link, visited, hover, active {
    font-size: 18px;
}
.cas_content table td {
    font-size: 18px;
    padding-bottom: 0;
    padding-top: 0;
    text-indent: 0;
}
.cas_content table p {
    font-size: 18px;
    padding-bottom: 0;
    padding-top: 0;
    text-indent: 0;
}