body{
	font-size: 16px;
	line-height: 30px;
	font-family: "微軟正黑體";
	color: #333;
}
.sc_topBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 0 0 15px 0;
	background: url(../images/sc_bg_r.png) right bottom no-repeat;
}
.sc_top{
	width: 1200px;
	margin: 0 auto;
}
.sc_top .tit, .sc_ctn .tit, .sc_bot .tit{
	font-weight: bold;
	font-size: 20px;
	color: #333;
	margin-bottom: 5px;
}
.sc_top .ctn, .sc_ctn .ctn, .sou_eaf ,ctn{
	width: 100%;
	float: left;
}
.sc_top .left{
	width: 400px;
	float: left;
}
.sc_top .left ul{
	width: 300px;
	height: 190px;
	float: left;
	padding: 30px 30px 0 20px;
	background:url(../images/sc_listBg.png) center top no-repeat;
}
.sc_top .left li{
	width: 270px;
	float: left;
	background: url(../images/sc_list.png) left 5px no-repeat;
	padding: 0 0 0 30px;
	color: #fff;
}

.sc_top .right{
	width: 800px;
	float: left;
	text-align: center;
}
.sc_ctnBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	min-height: 435px;
	background: url(../images/sc_bg.png) left bottom repeat-x;
}
.sc_ctn{
	width: 1200px;
	margin: 0 auto;
	
}
.sc_ctn .ctn{
	background: url(../images/sc_ctn_bg_r.png) right -1px no-repeat;
	padding: 30px 0;
	min-height: 375px
}
.sc_ctn ul{
	width: 100%;
	height: auto;
	padding: 0;
}
.sc_ctn .tit2{
	color: #0669b2;
}
.sc_ctn li{
	width: 30%;
	padding: 0 1.5%;
	float: left;
}
.sc_ctn li .pay {
	font-size: 14px;
	text-align: center;
}
.sc_ctn li .pay tr.tit_bg{
	background: rgba(120,175,0,0.7);
	font-weight: 600;
	color: #fff;
}
.sc_ctn li .pay td{
	border-bottom: 1px solid #78af00;
}
.sc_ctn li .pay tr.bg{
	background: rgba(255,255,255,0.7);
}
.sc_botBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 30px 0; 
	background: url(../images/sc_bg_r.png) right bottom no-repeat, url(../images/sc_bg_l.png) left bottom no-repeat;
	border-top: 1px solid #ccc;
}
.sc_bot{
	width: 1200px;
	margin: 0 auto;
}
.sc_bot .left{
	width: 880px;
	float: left;
	padding: 0 20px 0 0;
}
.sc_bot .left .text{
	width: 480px;
	float: left;
}
.sc_bot .left .img{
	width: 400px;
	float: left;
}
.sc_bot .right{
	width: 300px;
	float: left;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.sc_topBg{
	padding: 0 0 30px 0;
	min-width: 1000px;
}
.sc_top{
	width: 970px;
	padding: 0 15px;
}
.sc_top .left{
	width: 350px;
}
.sc_top .right{
	width: 620px;
	text-align: center;
	padding: 50px 0 0 0;
}
.sc_top .right img{
	width: 95%;
	height: auto;
}
.sc_ctnBg{
	padding: 0;
	min-width: 1000px;
	background: url(../images/sc_bg.png) left top repeat-x;
}
.sc_ctn{
	width: 970px;
	padding: 0 15px;
}
.sc_ctn .ctn{
	background: url(../images/sc_ctn_bg_r.png) right top no-repeat;
	padding: 20px 0;
}
.sc_ctn li{
	padding: 0 2% 0 0;
	width: 31.3%;
}
.sc_botBg{
	padding: 20px 0;
	min-width: 1000px;
}
.sc_bot{
	width: 970px;
	padding: 0 15px;
}
.sc_bot .left{
	width: 500px;
}
.sc_bot .right{
	width: 420px;
}
}
@media screen and (min-width: 320px) and (max-width: 768px) {
.sc_topBg{
	min-width: 320px;
	padding: 20px 0;
}
.sc_top{
	width: 90%;
	margin: 0 5%;
	height: auto;
}
.sc_top .left, .sc_top .right{
	width: 100%;
}
.sc_top .left ul{
	width: 95%;
	padding: 0;
	padding: 30px 0 0 5%;
}
.sc_top .left li{
	width: 80%;
}
.sc_top .right img{
	width: 100%;
	height: auto;
}
.sc_ctnBg{
	min-width: 320px;
	padding: 20px 0;
	background: url(../images/stp_bg.jpg) center bottom no-repeat;
}
.sc_ctn{
	width: 90%;
	margin: 0 5%;
	height: auto;
}
.sc_ctn li{
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px dashed #a9de5e;
}
.sc_ctn .ctn{
	background: none;
	padding: 0;
}
.sc_botBg{
	min-width: 320px;
	padding: 20px 0;
}
.sc_bot{
	width: 90%;
	margin: 0 5%;
	height: auto;
}
.sc_bot .left, .sc_bot .right{
	width: 100%;
	padding: 15px 0;
}
.sc_bot .left .img, .sc_bot .left .text{
	width: 100%;
}
.sc_bot .left .img img{
	width: 100%;
	height: auto;
}
}