@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: "微軟正黑體";
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
a {
	text-decoration: none;
	color: #00CCFF;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
a:hover {
	color: #2263A4;
}
ul, li {
	margin: 0;
	padding: 0;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.pic {
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.pic:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/*------------------------------首頁------------------------------*/
.header {
	width: 990px;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.col-3 {
	width: calc(100%/3);
	float: left;
}
.col-3:nth-child(1) {
	width: 330px;
}
.col-3:nth-child(2) {
	width: 380px;
	color: #FF6600;
	font-size: 20px;
	font-weight: bold;
	padding-left: 140px;
	margin-top: 0px;
	padding-top: 35px;
}
.col-3:nth-child(2) a {
	color: #FF6600;
}
.top_tel {
	background-image: url(../images/top_tel.png);
	background-position: left center;
	padding-left: 40px;
	background-repeat: no-repeat;
	margin-right: 20px;
}
.top_cell {
	background-image: url(../images/top_cell.png);
	background-position: -7px center;
	padding-left: 35px;
	background-repeat: no-repeat;
}
.col-3:nth-child(3) {
	width: 140px;
	margin-top: 5px;
}
.line, .wechat {
	width: 140px;
	height: 25px;
	background-image: url(../images/icon_line.png);
	background-position: left center;
	padding: 3px 15px 3px 35px;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 22px;
	display: block;
}
.wechat {
	background-image: url(../images/icon_wechat.png);
}
.menu_div {
	position: relative;
	width: 990px;
	margin-left: auto;
	margin-right: auto;
}
.menu {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 91;
}
.slider {
	position: relative;
	margin-top: 20px;
}
#abgne_fade_pic {
	position: relative;
	height: 486px;
	width: 990px;
}
#abgne_fade_pic2 {
	position: relative;
	height: 320px;
	width: 990px;
}
#abgne_fade_pic a.ad, #abgne_fade_pic2 a.ad {
	position: absolute;
}
#abgne_fade_pic .control, #abgne_fade_pic2 .control {
	position: absolute;
	right: 10px;
	bottom: 10px;
	visibility: hidden;
}
.contant {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
	padding: 10px;
}
.col-2 {
	width: 480px;
	float: left;
	margin-right: 10px;
}
.col-2:nth-child(2) {
	margin-right: 0px;
}
.title_div {
	color: #1AB755;
	font-size: 25px;
	position: relative;
	border-bottom: thin dashed #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.title_div2 {
	color: #cb1d7f;
	font-size: 25px;
	position: relative;
	border-bottom: thin dashed #CCCCCC;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.title_div span, .title_div2 span {
	color: #999;
	font-size: 15px;
}
.more a {
	background-color: #1AB755;
	border-radius: 5px;
	position: absolute;
	top: 0px;
	color: #FFFFFF;
	font-size: 13px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	right: 0px;
}
.more2 a {
	background-color: #cb1d7f;
	border-radius: 5px;
	position: absolute;
	top: 0px;
	color: #FFFFFF;
	font-size: 13px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	right: 0px;
}
.text_div {
	font-size: 15px;
	text-align: justify;
	line-height: 25px;
	clear: both;
}
#myDiv {
	width: 480px;
	overflow: hidden;
}
#myDiv img  {
	width: 120px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px #CCCCCC;
	box-shadow: 0px 0px 5px #CCCCCC;
	margin-right: 5px;
}
.footer {
	width: 100%;
	clear: both;
	margin-top: 20px;
	background-image: url(../images/foot_bg.jpg);
	background-repeat: repeat-x;
	background-color: #083B72;
	position: relative;
}
.b_footer {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	color: #FFFFFF;
	font-size: 15px;
	position: relative;
	padding: 0px 10px 50px 10px;
}
.foot_menu a {
	color: #FFFFFF;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	background-image: url(../images/line.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
	margin-right: 20px;
}
.foot_menu a:nth-last-child(1) {
	background-image: none;
}
.foot_menu a:hover {
	color: #bee6ff;
}
.b_footer a {
	color: #FFFFFF;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
}
.b_footer a:hover {
	color: #bee6ff;
}
.add,.tel,.cell,.mail {
	background-position: left center;
	padding-left: 30px;
	background-repeat: no-repeat;
	display: inline-block;
	margin-right: 10px;
	margin-top: 10px;
}
.add {
	background-image: url(../images/add.png);	
}
.tel {
	background-image: url(../images/tel.png);
}
.cell {
	background-image: url(../images/cell.png);
}
.mail {
	background-image: url(../images/mail.png);
}
.b_footer p {
	clear: both;
	margin: 0px;
	padding-top: 10px;
}
.people {
	position: absolute;
	top: 10px;
	left: 880px;
}

/*------------------------------加好友+來電------------------------------*/
.qlink {
	width: 100%;
	height: 40px;
	max-width: 290px;
	display: block;
	position: fixed;
	bottom: 6px;
	z-index: 999;
	font-family: "微軟正黑體";
	font-weight: bold;
	line-height: 40px;
}
.qlink li {
	width: 45%;
	margin: 0 1.5%;
	float: left;
	text-align: center;
	list-style: none;
	border-radius: 20px;
}
.qlink li:nth-child(1) {
	background-color: #C4EAC1;
}
.qlink li:nth-child(2) {
	background-color: #8ED9F9;
}
.qlink li:nth-child(1):hover {
	background-color: #2F7028;
}
.qlink li:nth-child(2):hover {
	background-color: #288EC9;
}
.qlink li a:link, .qlink li a:active, .qlink li a:visited {
	display: block;
	color: #2F7028;
}
.qlink li:nth-child(2) a:link, .qlink li:nth-child(2) a:active, .qlink li:nth-child(2) a:visited {
	display: block;
	color: #007AC1;
}
.qlink li a:hover, .qlink li:nth-child(2) a:hover {
	color: #FFFFFF;
}
.qlink li a .fa {
	margin-right: 5px;
	position: relative;
	font-size: 25px;
}
.qlink li a .fa.fa-commenting {
	top: 4px;
}
.qlink li a .fa.fa-phone {
	top: 5px;
}

.see_div {
	font-size: 15px;
	color: #2263a4;
	height: 20px;
	width: 300px;
	position: absolute;
	top: 10px;
	right: 0px;
	text-align: right;
}
.home a:link, .home a:visited, .home a:active {
	font-size: 15px;
	color: #666;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	height: 20px;
	width: 50px;
	padding-left: 20px;
}
.home a:hover {
	color: #2263a4;
	background-position: 0px -21px;
}
.text_div2, .text_div4, .text_div5, .text_div6, .text_div7 {
	font-size: 15px;
	text-align: justify;
	line-height: 25px;
	clear: both;
	background-repeat: no-repeat;
	background-position: right top;
}
.text_div2 img, .text_div4 img, .text_div5 img {
	float: right;
}
.text_div2 strong, .text_div3 strong, .text_div4 strong, .text_div5 strong, .text_div6 strong, .text_div7 strong {
	color: #2263a4;
	font-size: 18px;
	display: inline-block;
}
.text_div2 ul, .text_div3 ul, .text_div4 ul, .text_div5 ul, .text_div6 ul, .text_div7 ul {
	margin-top: 20px;
}
.text_div2 ul li, .text_div3 ul li, .text_div4 ul li, .text_div5 ul li, .text_div6 ul li, .text_div7 ul li {
	list-style-type: none;
	padding-left: 15px;
	padding-right: 15px;
}
.red {
	color: #DD0002;
}
.car_div {
	border-top: thin dashed #CCCCCC;
	margin-top: 20px;
	padding-top: 20px;
	width: calc(100%/2);
	float: left;
}
.car_pic {
	float: left;
	width: 250px;
}
.car_pic img {
	width: 100%;
}
.car_text {
	float: right;
	width: 235px;
	text-align: left;
	line-height: 30px;
}
a .car_btn {
	padding: 5px 30px;
	color: #FFFFFF;
	border-radius: 10px;
	background-color: #E53562;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
a:hover .car_btn {
	background-color: #FB7F9C;
}
.both {
	clear: both;
}

/*------------------------------套裝按鈕------------------------------*/
.pack_btn {
	width: 100%;
	margin-top: 15px;
	margin-bottom: 25px;
	position: relative;
	z-index: 1;
}
.pack_btn li a, .pack_btn li.on {
	width: calc(100%/4 - 70px);
	float: left;
	margin-bottom: 20px;
	padding-left: 30px;
	color: #000000;
	font-size: 20px;
	background-image: url(../images/icon-01.png);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.pack_btn li a:hover {
	color: #E60000;
	background-position: 0px -24px;
}
 .pack_btn li.on {
	color: #E60000;
	background-position: 0px -24px;
}


/*------------------------------套裝------------------------------*/
.pack {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: thin dashed #2263A4;
}
.pack:nth-last-child(1) {
	border-bottom: none;
}
.pack .pi {
	width: 200px;
	height: 200px;
	margin-right: 20px;
	float: left;
	background-color: #FFF;
	padding: 2px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px #ccc;
	box-shadow: 0px 0px 10px #ccc;
}
.pack .pi img {
	width: 100%;
	border-radius: 10px;
}
.pack .te {
	width: 740px;
	min-height: 200px;
	float: right;
	font-size: 14px;
	line-height: 25px;
	text-align: justify;
	letter-spacing: 1px;
}
.pack .title {
	padding-bottom: 20px;
	color: #2263A4;
	font-size: 20px;
}
.pack .title span {
	color: #000000;
	font-size: 16px;
}
.pack .title strong {
	font-size: 20px;
	color: #FF0004;
}
.pack p strong {
	font-size: 20px;
	color: #FF0004;
}

/*------------------------------回頂端------------------------------*/
.backToTop {
	width: 50px;
	height: 50px;
	position: fixed;
	_position: absolute;
	right: 30px;
	bottom: 30px;
	_bottom: "auto";
	cursor: pointer;
	background-image: url(../images/gotop.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 900;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.backToTop:hover {
	background-image: url(../images/gotop.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
}

@media screen and (min-width:250px) and (max-width:990px){
body {
	background-image: none;
}	
.header {
	width: 100%;
}
.col-3:nth-child(1) {
	width: 100%;
	text-align: center;
}
.col-3:nth-child(2) {
	width: 50%;
	padding-left: 0px;
	padding-top: 0px;
	text-align: center;
}
.col-3:nth-child(3) {
	width: 50%;
	margin-top: 0px;
	text-align: center;
}
.line, .wechat {
	background-position: center center;
	display: inline-block;
}

.menu_div {
	display: none;
}

.contant {
	width: 95%;
	padding: 0px;
}
.col-2 {
	width: 100%;
	float: none;
	margin-right: 0px;
	overflow:hidden;
	padding: 10px 0px;
}
.title_div {
	padding-top: 10px;
}
.more a, .more2 a {
	margin-top: 10px;
}
#myDiv {
	width: 100%;
	overflow: hidden;
}

.b_footer {
	width: calc(100% - 20px);
	padding: 0px 10px 80px 10px;
	text-align: center;
}
.foot_menu a {
	width: calc(100%/4 - 10px);
	text-align: center;
	padding-right: 10px;
	margin-right: 10px;
}
.foot_menu a:nth-child(3), .foot_menu a:nth-child(6) {
	background-image: none;
}
.people {
	position: relative;
	top: 10px;
	left: 0px;
}
.see_div {
	width: 100%;
	position: relative;
	top: 10px;
	right: 0px;
	text-align: left;
	padding-bottom: 10px;
}
.car_pic {
	width: 90%;
}
.car_text {
	float: left;
	width: 100%;
}
.pack_btn li a, .pack_btn li.on {
	width: calc(100%/2 - 70px);
}
.pack_btn li:nth-child(3) a {
	margin-right: 10px;
	margin-left: 10px;
}
.pack .pi {
	width: 40%;
	height: 100%;
	margin-right: 0px;
	padding: 2px 2px 0px 2px;
}
.pack .te {
	width: 55%;
	min-height: 100px;
}
}

@media screen and (max-width:768px){
.col-3:nth-child(2) {
	width: 100%;
	padding-left: 0px;
	padding-top: 0px;
	text-align: center;
}
.col-3:nth-child(3) {
	width: 100%;
	margin-top: 0px;
	text-align: center;
}
.line, .wechat {
	background-position: center center;
	display: inline-block;
}
.top_tel, .top_cell {
	display: inline-block;
}
}
@media screen and (max-width:480px){
.text_div2 img, .text_div4 img, .text_div5 img {
	width: 100%;
	float: left;
}
.car_div, .car_pic, .car_text {
	float: none;
	width: 100%;
}
.pack_btn li a, .pack_btn li.on {
	width: 100%;
}
.pack .pi {
	width: calc(100% - 4px);
	height: 100%;
	margin-right: 0px;
	margin-bottom: 20px;
	padding: 2px 2px 0px 2px;
	float: none;
}
.pack .te {
	width: 100%;
	min-height: 100px;
	float: none;
}
}
@media screen and (max-width:370px){
.col-3:nth-child(1) img {
	width: 90%;
}
}