/*--------------copyright by alva start-------------------------------*/

@import url(//fonts.googleapis.com/earlyaccess/cwtexfangsong.css);
* {
	padding: 0px;
	margin: 0px;
}

ul {
	margin-bottom: 0px;
	list-style: none;
}

body {
	font-family: 'cwTeXFangSong', serif, Arial, sans-serif, "微軟正黑體", "Microsoft JhengHei";
	position: relative;
	font-size: 17px;
	color: #000;
	line-height: 30px;
	letter-spacing: 1px;
}

a {
	display: block;
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}


/*----header area-------------------------------------------------------------------------------------------------------------------*/


/*---navbar----------------------------------------------------------------*/

.navbar {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: url(../../images/pattern.jpg) top repeat;
	background-size: auto;
	text-align: center;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
	z-index: 999;
	padding: 1% 0;
	border-radius: 0;
	margin: 0;
}

.ilogo {
	display: inline-block;
	vertical-align: top;
	width: 20%;
}

.ibutton {
	display: inline-block;
	vertical-align: top;
	width: 60%;
}

.ibutton ul {}

.ibutton li {
	display: inline-block;
	vertical-align: bottom;
	width: 10%;
	padding: 0 1%;
	position: relative;
}

.ibutton li:before {
	content: '';
	position: absolute;
	width: 1px;
	height: 18px;
	top: 45%;
	right: 0px;
	background: #bfbfbf;
}

.ibutton li:last-of-type:before {
	display: none;
}

.ibutton li a:hover,
.ilogo a:hover {
	animation: imgflash 1s ease-in;
}

@keyframes imgflash {
	0% {
		opacity: .5;
	}
	100% {
		opacity: 1;
	}
}


/*---mobile ibutton----------------------------------------------------*/

.mibutton {
	position: fixed;
	top: 9px;
	right: 6px;
	width: 70px;
	height: 40px;
	line-height: 25px;
	padding: 9px 10px;
	border-radius: 7px;
	font-size: 12px;
	z-index: 10;
	cursor: pointer;
	display: none;
	border-radius: 2px 0px 2px 2px;
	font-size: 20px;
	color: #528435;
	border: solid 1px #528435;
	border-radius: 5px;
	letter-spacing: 3px;
}

.mibutton span {
	display: inline-block;
	width: 29px;
	height: 3px;
	background: #528435;
	transition: .3s ease all;
	position: absolute;
	left: 11px;
}

.mibutton span:nth-child(1) {
	top: 10px;
}

.mibutton span:nth-child(2) {
	top: 19px;
}

.mibutton span:nth-child(3) {
	top: 29px;
}

.mibutton_ani span {
	background: #75bb4d;
}

.mibutton_ani span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: left top;
	transform-origin: left top;
}

.mibutton_ani span:nth-child(2) {
	display: none;
}

.mibutton_ani span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: left bottom;
	transform-origin: left bottom;
}


/*blueberry*/

.blueberry .pager {
	display: none;
}


/*mask*/

#mask_area {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	width: 100%;
}

.mask {
	background: url(../../images/mask.png) top center no-repeat;
	background-size: cover;
	min-height: 875px;
	z-index: 9999;
	cursor: pointer;
}

.click {
	text-align: center;
	font-size: 22px;
	letter-spacing: 3px;
	position: absolute;
	bottom: 23%;
	left: calc(50% - 49px);
	color: #4a822a;
}

.scroll {
	position: absolute;
	bottom: 18%;
	left: calc(50% - 11px);
	animation: sing 1.5s infinite;
}

@keyframes sing {
	0% {
		transform: translateY(0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: translateY(40px);
		opacity: 0;
	}
}

@media screen and (max-width:540px) {
	.click {
		bottom: 18%;
	}
	.scroll {
		bottom: 11%;
	}
}

@media screen and (max-width:500px) {
	.mibutton {
		font-size: 18px;
		width: 65px;
	}
}


/*inews*/

.inews {
	text-align: center;
	background: url(../../images/pattern.jpg) repeat;
	padding: 3% 2% 2%;
	min-height: 270px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.inews img {
	padding-bottom: 2%;
}

.inews table {
	width: 50%;
	margin: 0 auto;
	text-align: left;
}

@media screen and (max-width:1725px) {
	.ibutton {
		width: 70%;
	}
}

@media screen and (max-width:1445px) {
	.ibutton {
		width: 75%;
	}
}

@media screen and (max-width:1240px) {
	.ibutton {
		width: 82%;
	}
}

@media screen and (max-width:1160px) {
	.mibutton {
		display: block;
	}
	.ibutton {
		width: 100%;
		display: none;
		padding: 1% 0 0;
	}
	.blueberry {
		padding-top: 8%;
	}
}

@media screen and (max-width:930px) {
	.ilogo,
	.ilogo img {
		width: 100%;
	}
	.ilogo a {
		width: 20%;
		margin: 5px auto;
	}
	.inews {
		min-height: 220px;
	}
	.inews img {
		width: 60%;
	}
}

@media screen and (max-width:930px) {
	.ibutton li img {
		width: 100%;
	}
}

@media screen and (max-width:700px) {
	.mask {
		min-height: 750px;
	}
	.ibutton li {
		width: 18%;
		padding: 1%;
	}
	.ibutton li img {
		width: 60%;
	}
	.ibutton li:nth-of-type(4):before {
		display: none;
	}
}

@media screen and (max-width:600px) {
	.mask {
		min-height: 600px;
	}
	.ilogo a {
		width: 27%;
	}
	.ibutton li img {
		width: 65%;
	}
	.blueberry {
		padding-top: 12%;
	}
	.inews {
		min-height: 200px;
	}
	.inews img {
		width: 85%;
		padding-bottom: 5%;
	}
	.inews table {
		width: 100%;
	}
	.inews table img {
		width: auto;
		height: auto;
	}
}

@media screen and (max-width:450px) {
	.mask {
		min-height: 500px;
	}
	.ibutton {
		padding: 2% 0;
	}
	.ibutton li {
		display: block;
		margin: 0 auto;
		width: 22%;
	}
	.ibutton li img {
		width: 75%;
	}
	.ibutton li:before {
		display: none;
	}
	.mibutton {
		top: 6px;
	}
	.ilogo a {
		width: 30%;
	}
	.blueberry {
		padding-top: 14%;
	}
	.inews img {
		width: 100%;
	}
	.inews {
		min-height: 150px;
	}
}

@media screen and (max-width:360px) {
	.ilogo a {
		width: 35%;
	}
	.ibutton li img {
		width: 85%;
	}
	.blueberry {
		padding-top: 17%;
	}
}

@media screen and (max-width:330px) {
	.mask {
		min-height: 450px;
	}
}


/*---about------------------------------------------------------------------------------------------------------------------------------------*/

.about1 {
	background: url(../../images/about_bg.jpg) top no-repeat fixed;
	background-size: cover;
	padding: 3% 3%;
	text-align: center;
}


/*about1_1*/

.about1_1 {
	display: inline-block;
	vertical-align: top;
	border: solid 1px #fff;
	border-radius: 100%;
	padding: 1%;
	width: 48%;
}

.about1_text {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .6);
	border-radius: 100%;
	padding: 25% 13% 20%;
}

.about1_text span {
	font-size: 16px;
	text-align: left;
	line-height: 30px;
	letter-spacing: 3px;
	display: block;
	padding: 3% 0 0 6%;
}


/*about1_2*/

.about1_2 {
	display: inline-block;
	vertical-align: bottom;
	width: 47%;
	text-align: right;
}

@media screen and (max-width:1600px) {
	.about1_text img {
		width: 100%;
	}
	.about1_2 img {
		width: 80%;
	}
	.about1_1 {
		width: 51%;
	}
}

@media screen and (max-width:1380px) {
	.about1_1 {
		width: 60%;
		display: block;
		margin: 0 auto;
	}
	.about1_2 {
		width: 100%;
		display: block;
		padding: 1% 0 0 0;
	}
	.about1_2 img {
		width: 45%;
	}
}

@media screen and (max-width:1200px) {
	.about1_1 {
		width: 70%;
	}
	.about1_2 img {
		width: 50%;
	}
}

@media screen and (max-width:1000px) {
	.about1 {
		padding: 5% 4%;
	}
	.about1_1 {
		width: 80%;
	}
}

@media screen and (max-width:875px) {
	.about1 {
		padding: 7% 4%;
	}
	.about1_1 {
		border-radius: 90px;
	}
	.about1_text {
		border-radius: 90px;
		padding: 15% 10% 15%;
	}
	.about1_2 {
		padding: 5% 0 0 0;
	}
	.about1_2 img {
		width: 60%;
	}
}

@media screen and (max-width:735px) {
	.about1_1 {
		width: 100%;
	}
}

@media screen and (max-width:600px) {
	.about1_text {
		padding: 15% 5% 15%;
	}
	.about1_2 img {
		width: 90%;
	}
}

@media screen and (max-width:500px) {
	.about1 {
		background: url(../../images/about_bg.jpg) top center no-repeat;
	}
	.about1_text span {
		letter-spacing: 1px;
		line-height: 25px;
	}
	.about1_1,
	.about1_text {
		border-radius: 10px;
	}
}


/*about2*/

.about2 {
	background: url(../../images/about2_bg.jpg) top left no-repeat;
	background-size: cover;
	position: relative;
	text-align: right;
}

.about2_1 {
	display: inline-block;
	vertical-align: top;
	width: 51%;
	text-align: center;
	padding: 4% 2% 4% 13%;
}

.about2_1 img {}

.about2_1 span {
	font-size: 16px;
	text-align: left;
	line-height: 30px;
	letter-spacing: 3px;
	display: block;
	padding-top: 5%;
}

.about2_2 {
	display: inline-block;
	width: 47%;
	vertical-align: bottom;
	position: relative;
}

.about2_2 img {
	width: 100%;
}

.about2_deco {
	position: absolute;
	top: -11%;
	right: 0;
	width: 100%;
}

.about2_deco img {
	width: 100%;
}


/*about3*/

.about3 {
	background: url(../../images/about3_bg.jpg) top no-repeat fixed;
	background-size: cover;
	min-height: 800px;
}

@media screen and (max-width:1640px) {
	.about2_1 img {
		width: 100%;
	}
	.about3 {
		min-height: 600px;
	}
}

@media screen and (max-width:1320px) {
	.about2_1 {
		padding: 4% 2% 4% 6%;
	}
}

@media screen and (max-width:1000px) {
	.about2_1 {
		display: block;
		margin: 0 auto;
		width: 50%;
		padding: 5% 1%;
	}
	.about2_2 {
		display: block;
		width: 65%;
		float: right;
	}
	.about3 {
		min-height: 500px;
	}
}

@media screen and (max-width:700px) {
	.about2_1 {
		width: 70%;
	}
	.about2_2 {
		width: 75%;
	}
	.about2_1 span {
		line-height: 25px;
	}
}

@media screen and (max-width:550px) {
	.about2_1 {
		width: 100%;
		padding: 6% 6%;
	}
	.about2_2 {
		width: 90%;
	}
	.about3 {
		min-height: 400px;
		background: url(../../images/about3_bg.jpg) center no-repeat;
		background-size: cover;
	}
}

@media screen and (max-width:400px) {
	.about2_1 {
		padding: 10% 6% 6%;
	}
	.about2_2 {
		width: 100%;
	}
	.about3 {
		min-height: 250px;
	}
}


/*about4*/

.about4 {
	position: relative;
	background: url(../../images/about4_bg.jpg) top center no-repeat;
	background-size: cover;
}

.about4_2 {
	float: right;
	display: inline-block;
	vertical-align: top;
	width: 45%;
	text-align: center;
	padding: 3% 5% 3% 2%;
}

.about4_2 img {
	width: 100%;
}

.about4_1 {
	display: inline-block;
	vertical-align: bottom;
	width: 54%;
	position: absolute;
	bottom: 0px;
	left: 0;
}

.about4_1 img {
	width: 100%;
}

@media screen and (max-width:700px) {
	.about4_2 {
		float: none;
		display: block;
		margin: 0 auto;
		padding: 5% 3% 1%;
		width: 90%;
	}
	.about4_1 {
		position: relative;
		display: block;
		width: 90%;
	}
}

@media screen and (max-width:500px) {
	.about4_2 {
		padding: 8% 3% 1%;
		width: 100%;
	}
	.about4_1 {
		width: 95%;
	}
}


/*about5*/

.about5 {
	background: #4aae9c;
	position: relative;
}

.leaf {
	position: absolute;
	top: -50px;
	left: 0;
	width: 35%;
}

.leaf img {
	width: 100%;
}

.about5_img {
	width: 80%;
	margin: 0 auto;
	padding: 4% 0;
}

.about5_img ul {
	border-bottom: solid 1px #fff;
	padding-bottom: 1%;
}

.about5_img li {
	display: inline-block;
	vertical-align: bottom;
	width: 33%;
	padding: 0 3px;
}

.about5_img li:nth-of-type(1) {
	text-align: right;
}

.about5_img li:nth-of-type(1) img {
	width: 55%;
}

.about5_img li img {
	width: 100%;
}

.a5t {
	text-align: right;
	padding-top: 1%;
}

@media screen and (max-width:1265px) {
	.about5_img {
		width: 90%;
	}
	.about5_img li {
		width: 32%;
	}
}

@media screen and (max-width:800px) {
	.a5t img {
		width: 35%;
	}
	.leaf {
		top: -20px;
	}
}

@media screen and (max-width:700px) {
	.about5_img li {
		display: block;
		margin: 0 auto;
		width: 100%;
		padding: 0 0 4%;
	}
	.leaf {
		width: 50%;
	}
	.a5t {
		padding-top: 5%;
	}
	.a5t img {
		width: 50%;
	}
}


/*---top---*/

#gotop {
	position: fixed;
	bottom: 7%;
	right: 1%;
	opacity: 1;
	cursor: pointer;
	display: none;
	transition: .3s ease-in;
	z-index: 9;
}

#gotop:hover {
	transform: scale(0.9);
}

@media screen and (max-width:1000px) {
	#gotop {
		width: 10%;
	}
	#gotop img {
		width: 100%;
	}
}

@media screen and (max-width:700px) {
	#gotop {
		width: 13%;
	}
}

@media screen and (max-width:500px) {
	#gotop {
		width: 17%;
	}
}


/*---footer------------------------------------------------------------------------------------------------------------------------------------*/

.footer {
	background: url(../../images/pattern.jpg) repeat;
	text-align: center;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}


/*footer_logo*/

.footer_logo {
	padding: 3% 0 2%;
}


/*contact*/

.contact {
	background: url(../../images/contact.png) top center no-repeat;
	background-size: cover;
	min-height: 17px;
}


/*f_info*/

.f_info {
	font-size: 16px;
	line-height: 35px;
	color: #595757;
	letter-spacing: 1px;
	padding: 2% 0 2%;
}

.f_info ul {}

.f_info li {}


/*f_icon*/

.f_icon {
	width: 10%;
	margin: 0 auto;
}

.f_icon ul {}

.f_icon li {
	display: inline-block;
	vertical-align: top;
	width: 30%;
	padding: 0 1%;
}

.f_icon li a:hover {
	animation: imgflash 1s;
}

.f_icon span {
	font-size: 14px;
	line-height: 32px;
	color: #595757;
	letter-spacing: 3px;
	padding: 3% 0;
	display: block;
}


/*copyright*/

.copyright {
	font-size: 15px;
	color: #6abaab;
	padding: 2% 0 3%;
}

.copyright a {
	font-size: 15px;
	color: #6abaab;
	display: inline-block;
	transition: .2s ease-out;
}

.copyright a:hover {
	color: #000;
}

@media screen and (max-width:1600px) {
	.f_icon {
		width: 12%;
	}
}

@media screen and (max-width:1330px) {
	.f_icon {
		width: 15%;
	}
}

@media screen and (max-width:1070px) {
	.f_icon {
		width: 18%;
	}
	.footer_logo {
		padding: 4% 0 3%;
	}
}

@media screen and (max-width:890px) {
	.f_icon {
		width: 22%;
	}
	.f_icon span {
		letter-spacing: 1px;
	}
	.f_info {
		line-height: 30px;
	}
}

@media screen and (max-width:650px) {
	.footer_logo {
		padding: 5% 0 5%;
	}
	.footer_logo img {
		width: 50%;
	}
	.f_info {
		padding: 4% 0;
	}
	.f_icon {
		width: 30%;
	}
	.copyright {
		padding: 3% 0 5%;
	}
}

@media screen and (max-width:470px) {
	.footer_logo {
		padding: 5% 0 5%;
	}
	.footer_logo img {
		width: 50%;
	}
	.f_info {
		padding: 4% 0;
	}
	.f_icon {
		width: 40%;
	}
	.copyright {
		padding: 3% 2% 5%;
	}
}

@media screen and (max-width:370px) {
	.contact {
		background-size: 330%;
	}
	.f_icon {
		width: 47%;
	}
	.copyright {
		padding: 3% 2% 6%;
	}
	.f_info {
		font-size: 15px;
	}
	.footer_logo {
		padding: 7% 0 7%;
	}
}


/*---intop-------------------------------------------------------------------------------------------------------------------------------------*/

.intop {
	background: url(../../images/intop.jpg) top center no-repeat;
	background-size: cover;
	min-height: 338px;
	position: relative;
}

.in_leaf01 {
	position: absolute;
	top: 0;
	left: 0;
}

.in_leaf02 {
	position: absolute;
	top: 0;
	right: 0;
}

@media screen and (max-width:1200px) {
	.in_leaf01 {
		width: 30%;
	}
	.in_leaf01 img {
		width: 100%;
	}
	.in_leaf02 {
		width: 28%;
	}
	.in_leaf02 img {
		width: 100%;
	}
}

@media screen and (max-width:700px) {
	.intop {
		min-height: 280px;
	}
}

@media screen and (max-width:500px) {
	.intop {
		min-height: 220px;
	}
}

@media screen and (max-width:380px) {
	.intop {
		min-height: 190px;
	}
}

@media screen and (max-width:350px) {
	.intop {
		min-height: 160px;
	}
}


/*---main-------------------------------------------------------------------------------------------------------------------------------------*/

.main {
	background: url(../../images/pattern.jpg) repeat;
}


/*---innav-------------------------------------------------------------------------------------------------------------------------------------*/

.innav {
	text-align: center;
	padding: 1% 0;
	z-index: 999;
}

.innav .ilogo {
	display: none;
}

@media screen and (max-width:1160px) {
	.innav {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		background: url(../../images/pattern.jpg) repeat;
		box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
	}
	.innav .ilogo {
		display: inline-block;
	}
	.intop {
		margin-top: 7%;
	}
}

@media screen and (max-width:600px) {
	.intop {
		margin-top: 10%;
	}
}

@media screen and (max-width:365px) {
	.intop {
		margin-top: 13%;
	}
}

@media screen and (max-width:330px) {
	.intop {
		margin-top: 15%;
	}
}


/*infooter*/

.infooter {
	background: url(../../images/infooter.png) top center no-repeat;
	background-size: cover;
	min-height: 56px;
}

.shadow {
	box-shadow: none;
}

@media screen and (max-width:400px) {
	.infooter {
		min-height: 45px;
	}
}


/*room_area*/

.room_area {
	text-align: center;
	width: 65%;
	margin: 0 auto;
	padding: 4% 0 4%;
}


/*intitle_room*/

.intitle_room {
	display: inline-block;
	width: 38%;
	vertical-align: top;
}


/*rmbt*/

.rmbt {
	display: inline-block;
	width: 60%;
	vertical-align: top;
}

.rmbt ul {}

.rmbt li {
	display: inline-block;
	width: 24%;
	vertical-align: top;
}

@media screen and (max-width:1750px) {
	.intitle_room img,
	.rmbt li img {
		width: 100%;
	}
}

@media screen and (max-width:1000px) {
	.room_area {
		width: 75%;
		padding: 5% 0 5%;
	}
}

@media screen and (max-width:730px) {
	.room_area {
		width: 85%;
		padding: 6% 0 6%;
	}
}

@media screen and (max-width:550px) {
	.room_area {
		width: 100%;
		padding: 7% 2% 7%;
	}
	.rmbt li {
		width: 30%;
	}
}

@media screen and (max-width:400px) {
	.room_area {
		padding: 7% 2% 8%;
	}
	.intitle_room {
		width: 45%;
	}
	.rmbt {
		width: 80%;
		padding-top: 6%;
	}
	.rmbt li {
		width: 31%;
		padding: 0 1%;
	}
}


/*room*/

.room {
	position: relative;
	padding: 0 2%;
}


/*room_bg*/

.room_bg {
	background: url(../../images/room_bg.jpg) top center no-repeat;
	background-size: cover;
	min-height: 605px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#wowslider-container1.ws_gestures {
	padding: 4% 0;
}

@media screen and (max-width:1200px) {
	.room_bg {
		min-height: 550px;
	}
	#wowslider-container1.ws_gestures {
		padding: 5% 0;
	}
}

@media screen and (max-width:1000px) {
	.room_bg {
		min-height: 480px;
	}
}

@media screen and (max-width:900px) {
	.room_bg {
		min-height: 410px;
	}
	#wowslider-container1.ws_gestures {
		padding: 6% 0;
	}
}

@media screen and (max-width:720px) {
	.room_bg {
		min-height: 340px;
	}
}

@media screen and (max-width:630px) {
	.room_bg {
		min-height: 290px;
	}
	#wowslider-container1.ws_gestures {
		padding: 7% 0;
	}
}

@media screen and (max-width:520px) {
	.room_bg {
		min-height: 240px;
	}
}

@media screen and (max-width:430px) {
	.room_bg {
		min-height: 205px;
	}
}

@media screen and (max-width:380px) {
	.room_bg {
		min-height: 185px;
	}
	#wowslider-container1.ws_gestures {
		padding: 8% 0;
	}
}

@media screen and (max-width:350px) {
	.room_bg {
		min-height: 170px;
	}
}


/*roomb_area*/

.roomb_area {
	width: 68%;
	margin: 0 auto;
	padding: 0 0 5%;
}

.roomb {
	width: 48%;
	padding: 0 2%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-size: 18px;
	line-height: 30px;
}

.roomb img {
	padding-bottom: 4%;
}

@media screen and (max-width:1500px) {
	.roomb_area {
		width: 83%;
	}
}

@media screen and (max-width:1280px) {
	.roomb_area {
		width: 95%;
	}
}

@media screen and (max-width:700px) {
	.roomb {
		width: 100%;
		padding: 0 2% 3%;
	}
}


/*news*/

.news {
	width: 70%;
	margin: 0 auto;
	padding-bottom: 10%;
}

.newstable {
	background: #6abaab;
	padding: 3%;
	min-height: 600px;
}

.newstable table {
	width: 100%;
}

.newstable table a {
	color: #3f4241;
	font-size: 18px;
	display: inline;
	transition: .2s ease-out;
	font-weight: bold;
	line-height: 30px;
}

.newstable table a:hover {
	color: #fff;
}

.tableimg img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
}

.news_bg {
	background: url(../../images/news_bg.png) top center no-repeat;
	background-size: cover;
	min-height: 16px;
	margin-top: 7px;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
	background: transparent;
	padding: 1% 2%;
	border: solid 1px #6f9874;
	border-radius: 9px;
	color: #6f9874;
	font-size: 18px;
	margin: 0 1% 0 0;
	transition: .3s ease-out;
}

button:hover,
html input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
	background: #3b766b;
	border: solid 1px #3b766b;
}

.ripple button {
	background: #3b766b;
	border: solid 1px #3b766b;
	-webkit-appearance: button;
	cursor: pointer;
	padding: 1% 2%;
	border-radius: 9px;
	color: #ffffff;
	font-size: 18px;
	margin: 0 1% 0 0;
	transition: .3s ease-out;
}

.ripple button:hover {
	background: transparent;
	color: #3b766b;
}

input,
textarea {
	border: solid 1px #6abaab;
}


/*intitle*/

.intitle {
	text-align: center;
	padding: 3% 2% 3%;
}

@media screen and (max-width:1200px) {
	.intitle {
		padding: 3% 2% 4%;
	}
	.news {
		width: 90%;
		padding-bottom: 15%;
	}
}

@media screen and (max-width:770px) {
	.intitle {
		padding: 3% 2% 5%;
	}
	.intitle img {
		width: 50%;
	}
	.newstable {
		padding: 4%;
	}
}

@media screen and (max-width:400px) {
	.intitle {
		padding: 4% 2% 6%;
	}
	.intitle img {
		width: 60%;
	}
	.newstable {
		padding: 5%;
	}
	.news_bg {
		background-size: 270%;
	}
	button,
	html input[type=button],
	input[type=reset],
	input[type=submit] {
		padding: 3% 6%;
	}
}


/*notice*/

.notice {
	width: 70%;
	margin: 0 auto;
	line-height: 30px;
	font-size: 18px;
}

.note {
	text-align: center;
	padding: 0 0 5% 0;
}

.note_title {
	font-size: 27px;
	color: #fff;
	line-height: 30px;
	letter-spacing: 5px;
	margin-bottom: 3%;
}

.note table {
	text-align: left;
}

@media screen and (max-width:1190px) {
	.notice {
		width: 80%;
	}
	.note {
		padding: 0 0 7% 0;
	}
}

@media screen and (max-width:900px) {
	.notice {
		width: 90%;
	}
}

@media screen and (max-width:500px) {
	.notice {
		width: 95%;
	}
	.note {
		padding: 0 0 15% 0;
	}
	.note_title {
		font-size: 24px;
	}
}

@media screen and (max-width:400px) {
	.note_title {
		font-size: 20px;
	}
}


/*bbs*/

.bbstable {
	width: 70%;
	margin: 0 auto;
	padding-bottom: 15%;
}

.bbstable table {
	width: 100%;
}

.bbstable table td {
	padding: 1% 0;
}
.bbstable table td a {
	display:inline-block;
}

.bbstable table a:visited {
	color: #000;
}

.bbstable table a:hover,
.bbstable table a:focus {
	color: #ff9000;
}

.bbshid {
	display: none;
}

@media screen and (max-width:900px) {
	.bbstable {
		width: 90%;
	}
}

@media(max-width:768px) {
	.bbsimg img {
		max-width: 80px;
	}
}

@media(max-width:650px) {
	.bbsimg img {
		max-width: 70px;
	}
	.bbstable {
		width: 95%;
	}
}

@media(max-width:580px) {
	.bbsimg img {
		max-width: 60px;
	}
}

@media(max-width:500px) {
	.bbsimg img {
		max-width: 90px;
	}
	.bbshid {
		display: block;
	}
	.bbstable table td {
		font-size: 12px;
		letter-spacing: 0px;
	}
}


/*services_loc*/

#services_loc {
	padding: 0 0 20% 0;
	font-size: 18px;
}

div#map_canvas {
	height: 545px;
}

#services_loc span {
	padding: 4% 0 2%;
}

@media screen and (max-width:830px) {
	div#map_canvas {
		height: 450px;
	}
}

@media(max-width:500px) {
	div#map_canvas {
		height: 390px;
	}
	#services_loc span {
		padding: 6% 0 2%;
	}
}


/*************************
********services_sce******
**************************/

#services_sce {
	padding-top: 30px;
	padding-bottom: 60px;
}

.scebtn {
	text-align: center;
	margin-bottom: 30px;
}

.scebtn h2 {
	display: inline-block;
	margin: 5px;
	color: #fff;
	padding: 25px 5px;
	font-size: 16px;
	border-radius: 100%;
	min-width: 82px;
	border: 3px solid #fff;
	cursor: pointer;
	line-height: 24px;
}

.scebtn h2.scebtn1 {
	background: #d85a51;
}

.scebtn h2.scebtn2 {
	background: #80a076;
}

.scebtn h2.scebtn3 {
	background: #89b5cb;
}

.scebtn h2.scebtn4 {
	background: #8dcfca;
}

.scebtn h2.scebtn5 {
	background: #b7ad6f;
}

.scebtn h2.scebtn6 {
	background: #8b8583;
}

.scebtn h2:hover.scebtn1,
.scebtn h2:hover.scebtn2,
.scebtn h2:hover.scebtn3,
.scebtn h2:hover.scebtn4,
.scebtn h2:hover.scebtn5,
.scebtn h2:hover.scebtn6 {
	background: #fff;
	border: #7e6b5a 3px solid;
	color: #656565;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

@media (max-width:650px) {
	.scebtn {
		padding: 0 120px;
	}
}

@media (max-width:600px) {
	.scebtn {
		padding: 0 100px;
	}
}

@media (max-width:550px) {
	.scebtn {
		padding: 0 60px;
	}
}

@media (max-width:480px) {
	.scebtn {
		padding: 0 25px;
	}
}

@media (max-width:400px) {
	.scebtn {
		padding: 0 5px;
	}
	.scebtn {
		margin-bottom: 10px;
	}
}

@media (max-width:350px) {
	.scebtn {
		padding: 0 0px;
	}
}


/***********/

.scebox {
	border: #c3c3c3 1px solid;
	border-radius: 5px;
	box-shadow: -1px 1px 6px 0.5px rgba(138, 138, 138, 0.75);
	padding: 0 10px 10px 10px;
}

.mount .sceimg {
	background-color: #80a076;
}

.sea .sceimg {
	background-color: #89b5cb;
}

.farm .sceimg {
	background-color: #8dcfca;
}

.city .sceimg {
	background-color: #b7ad6f;
}

.hot .sceimg {
	background-color: #d85a51;
}

.scebox:hover {
	cursor: pointer;
}

.scebox:hover .sceimg img {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	transform: scale(0.95);
	overflow: hidden;
}

.scebox_hot {
	padding: 0 80px;
}

.scebox_hot .scebox {
	display: inline-block;
	float: left;
	width: 23%;
	margin: 0 10px;
}

.scetag {
	float: right;
	color: #fff;
	padding: 4px 20px;
	margin-left: 5px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.scetag1 {
	background: #d85a51;
}

.scetag2 {
	background: #80a076;
}

.scetag3 {
	background: #89b5cb;
}

.scetag4 {
	background: #8dcfca;
}

.scetag5 {
	background: #b7ad6f;
}

.scet h3 {
	clear: both;
	color: #3d3d3d;
	font-size: 23px;
	letter-spacing: 1px;
	margin-top: 20px;
	display: inline-block;
}

.sceimg img {
	margin: 0 auto;
}

.scep p {
	color: #616161;
}

@media(max-width:1700px) {
	.scebox_hot {
		padding: 0 10px;
	}
}

@media(max-width:1400px) {
	.scebox_hot .scebox {
		width: 24%;
		margin: 0 5px;
	}
}

@media(max-width:1199px) {
	.scebox_hot .scebox {
		width: 48%;
		margin: 5px;
	}
	.scebox_hot .scebox:nth-child(3) {
		clear: both;
	}
}

@media(max-width:700px) {
	.scebox_hot .scebox {
		width: 100%;
		margin: 5px 0px;
	}
	.scet h3 {
		font-size: 22px;
	}
	.scep p {
		line-height: 24px;
	}
}

@media(max-width:550px) {
	.city .sceimg,
	.farm .sceimg,
	.hot .sceimg,
	.mount .sceimg,
	.sea .sceimg {
		background-color: #fff;
	}
}

@media(max-width:500px) {
	.scet h3 {
		letter-spacing: 0px;
	}
}

@media(max-width:450px) {
	.mount .sceimg {
		background-color: #80a076;
	}
	.sea .sceimg {
		background-color: #89b5cb;
	}
	.farm .sceimg {
		background-color: #8dcfca;
	}
	.city .sceimg {
		background-color: #b7ad6f;
	}
	.hot .sceimg {
		background-color: #d85a51;
	}
}

@media(max-width:350px) {
	.scet h3 {
		font-size: 20px;
	}
}


/*************/

.scebox_content {
	padding: 0 110px;
	margin-top: 30px;
}

.scebox_content .scebox {
	display: inline-block;
	float: left;
	width: 100%;
	margin: 5px;
}

@media (max-width: 1800px) {
	.scebox_content {
		padding: 0px;
	}
}

@media screen and (max-width:1700px) {
	.scebox_content {
		padding: 0 0px;
		margin-top: 30px;
	}
}


/*********************** 20170328  以上 優質a****************/

.scecontainer {
	display: block;
	margin: auto;
	width: 100%;
}

.scecontainer .item {
	margin: 0.5%;
	float: left;
	background: #ffffff;
	display: block;
	width: 16.3%;
}

@media screen and (max-width: 1800px) {
	.scecontainer {
		width: 96%;
	}
	.scecontainer .item {
		width: 19%;
	}
}

@media screen and (max-width: 1400px) {
	.scecontainer .item {
		width: 24%;
	}
}

@media screen and (max-width: 991px) {
	.scecontainer .item {
		width: 32%;
	}
}

@media screen and (max-width:767px) {
	.scecontainer .item {
		width: 49%;
	}
}

@media screen and (max-width:550px) {
	.scecontainer .item {
		width: 99%;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:400px) {
	span.notephone {
		font-size: 13px;
	}
}