﻿body{
	font-size: 16px;
	line-height: 30px;
	font-family: "微軟正黑體";
	color: #333;
}
.sp_topBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 0 0 15px 0;
}
.sp_top{
	width: 1200px;
	margin: 0 auto;
}
.sp_top .tit, .sp_bot .tit{
	font-weight: bold;
	font-size: 20px;
	color: #333;
	margin-bottom: 5px;
}
.sp_top .ctn{
	width: 100%;
	float: left;
	padding: 0 0 130px 0;
	background: url(../images/sp_img_1.png) center bottom no-repeat;
}
.sp_top .text{
	width: 75%;
	float: left;
}
.sp_top .slider{
	width: 100%;
	float: left;
	padding: 15px 0;
}
.sp_top .slider .left{
	width: 500px;
	float: left;
}
.sp_top .slider .img{
	width: 650px;
	height: 410px;
	float: left;
	background: url(../images/sp_img_bg.png) top center no-repeat;
	padding: 0 25px;
}
/*slider*/
.sp_top .flexslider{
	background: none;
	box-shadow: 0 0 0 0;
	padding: 15px 10px;
border: 0;
}
.sp_top .flexslider .slides p{
	bottom: 0;
	font-size: 18px;
	font-weight: normal;
	background: rgba(0,0,0,0.7);
	line-height: 50px;
}
.sp_top .flex-direction-nav a{
	width: 62px !important;
	height: 64px;
	background: url(../images/sp_nav_l.png) no-repeat;
}
.sp_top .flex-direction-nav .flex-next{
	background: url(../images/sp_nav_r.png) no-repeat !important;
	right: -11px;
}
.sp_top .flex-direction-nav .flex-prev{
	left: -11px;
}
.sp_botBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 0 0 15px 0;
}
.sp_bot{
	width: 1200px;
	margin: 0 auto;
}
.sp_bot .left{
	width: 530px;
	float: left;
}
.sp_bot .left .btn{
	width: 211px;
	height: 174px;
	float: left;
	position: relative;
	text-align: center;
	margin: 10px;
}
.sp_bot .left .btn img{
	z-index: 1;
}
.sp_bot .left .btn span{
	position: absolute;
	z-index: 2;
	font-size: 18px;
	top: 70px;
	right: 25px;
}
.sp_bot .right{
	width: 610px;
	float: left;
	padding: 0 30px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
.sp_topBg{
	padding: 0 0 30px 0;
	min-width: 1000px;
}
.sp_top{
	width: 970px;
	padding: 0 15px;
}
.sp_top .slider .left{
	width: 40%;
}
.sp_top .slider .img{
	width: 55%;
	padding: 0 2.5%;
	background: none;
}
.sp_top .ctn{
	padding: 0 0 150px 0;
}
.sp_botBg{
	padding: 0 0 30px 0;
	min-width: 1000px;
}
.sp_bot{
	width: 970px;
	padding: 0 15px;
}
.sp_bot .left{
	width: 50%;
}
.sp_bot .right{
	width: 45%;
	padding: 30px 2.5%;
}
}
@media screen and (min-width: 320px) and (max-width: 768px) {
.sp_topBg{
	min-width: 320px;
	padding: 20px 0;
}
.sp_top{
	width: 90%;
	margin: 0 5%;
	height: auto;
}
.sp_top .ctn{
	background: url(../images/sp_img_1.png) -105px bottom no-repeat;
	padding: 0 0 250px 0;
}
.sp_top .text, .sp_top .slider .left{
	width: 100%;
}
.sp_top .slider .img{
	width: 100%;
	padding: 0;
	height: auto;
	background: none;
}
.sp_botBg{
	min-width: 320px;
	padding: 20px 0;
}
.sp_bot{
	width: 90%;
	margin: 0 5%;
	height: auto;
}
.sp_bot .left, .sp_bot .right{
	width: 100%;
	padding: 15px 0;
}
.sp_bot .left .btn{
	float: none;
	margin: 0 auto;
}
.sp_top .flexslider .slides p{
	font-size: 14px;
	line-height: 20px;
	width: 90%;
	padding: 5px 5%
}
}