body{
	font-size: 16px;
	line-height: 30px;
	font-family: "微軟正黑體";
	color: #333;
}
.pts_mainBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 0;
	background: url(../images/pts_bg.jpg) center bottom repeat-x;
}
.pts_main{
	width: 1200px;
	margin: 0 auto;
	min-height: 400px;
	padding: 30px 0 0 0;
	background: url(../images/pts_img.png) right bottom no-repeat;
}

.pts_main .ctn{
	width: 100%;
	float: left;
}
.pts_main .left{
	width: 55%;
	float: left;
}
.pts_main .left li{
	list-style-type: decimal;
	list-style-position: inside;
}
.pts_main .right{
	width: 45%;
	float: left;
}
.pts_main .right table{
	margin: 10px auto;
}
.pts_main .right td{
	text-align: center;
	padding: 5px;
}
.pts_main .right ul{
	width: 450px;
	margin: 0 auto;
}
.pts_main .right li{
	float: left;
	height: 175px;
}
.pts_main .right li.ct{
	padding: 45px 0 0 0;
	height: 130px;
}
.pts_main .right li.dis{
	display: none;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.pts_mainBg{
	min-width: 1000px;
}
.pts_main{
	width: 970px;
	padding: 0 15px;
}
.pts_main .right ul{
	width: 100%;
}
.pts_main .right li.ct img{
	width: 35px;
	height: auto;
}
.pts_main .right li.dis{
	display: none;
}
}
@media screen and (min-width: 320px) and (max-width: 768px) {
.pts_mainBg{
	min-width: 320px;
}
.pts_main{
	width: 90%;
	margin: 0 5%;
	height: auto;
}
.pts_main .left, .pts_main .right{
	width: 100%;
}
.pts_main .left ol{
	width: 90%;
	padding: 0 0 0 10%;}
.pts_main .left li{
	list-style-position: outside;
}
.pts_main .left .img img{
	width: 100%;
	height: aut;
}
.pts_main .right ul{
	width: 100%;
}
.pts_main .right li.dis{
	display: block;
}
}