body{
	font-size: 16px;
	line-height: 30px;
	font-family: "微軟正黑體";
	color: #333;
}
.ars_topBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 0 0 80px 0;
	background: url(../images/awd_certBg_r.png) right 10% no-repeat, url(../images/sou_bot_bg.jpg) right bottom no-repeat, url(../images/sc_bg_l.png) left bottom no-repeat;
}
.ars_top{
	width: 1200px;
	margin: 0 auto;
}
.ars_top .tit{
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.ars_top .tit img{
	vertical-align: middle;
	margin-right: 5px;
}
.ars_top .top{
	width: 850px;
	float: left;
	padding: 0;
}
.ars_top .bot{
	width: 100%;
	float: left;
}
.ars_top ul{
	width: 100%;
	float: left;
}
.ars_top li{
	width: 33%;
	float: left;
	text-align: center;
	margin: 15px 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.ars_topBg{
	min-width: 1000px;
	padding: 0;
}
.ars_top{
	width: 970px;
	padding: 0 15px;
}
.ars_top li{
	width: 50%;
}
}
@media screen and (min-width: 320px) and (max-width: 768px) {
.ars_topBg{
	min-width: 320px;
	padding: 15px 0;
}
.ars_top{
	width: 90%;
	margin: 0 5%;
	height: auto;
}
.ars_top .top{
	width: 100%;
}
.ars_top ul{
	background: rgba(255,255,255,0.7)
}
.ars_top li{
	width: 100%;
}
.ars_top li img{
	width: 100%;
	height: auto;
}
}