/*--------------copyright by alva start-------------------------------*/
* {
    padding: 0px;
    margin: 0px;
}

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

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

a {
    display: block;
	color:#333;
}
a:hover {
	text-decoration:none;
}
.clear {
	clear:both;
}
td {
	vertical-align:top;
}


/****************************************************************************************************************************************/
/*************************
********services_sce******
**************************/
#services_sce {
	padding-top: 0px;
	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 0px;
	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: 19%;
}

@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;
	}
}
/*********************************************************************************************************************************************/
/*gotop*/
#gotop {
	position:fixed;
	bottom:1%;
	right:1%;
	cursor:pointer;
	display:none;
	z-index:9;
}
	@media screen and (max-width:500px) {
		#gotop {
			width:15%;
		}
		#gotop img {
			width:100%;
		}
	}
/*********************************************************************************************************************************************/
/*********************************************************************************************************************************************/

/*---menu_area----------------------------------------------------------------------------------------------------------------------------*/
/*menu*/
.menu {
	position:fixed;
	top:0;
	right:0;
	z-index:99;
	cursor:pointer;
}
/*navbar*/
.navbar {
	background:url(../../images/menu_bg.png) repeat;
	border-radius: 2px;
    min-height: inherit;
    margin: 0;
    z-index: 999;
	width:300px;
	position:fixed;
	top:0;
	right:-300px;
	transition:  all .5s cubic-bezier(0.46, 0.03, 0.52, 0.96);
	box-shadow: 0px 0px 10px rgba(0,0,0,.3);
}
/*navbarshow*/
.navbarshow {
	right:0;
}
	/*close*/
	.menuclose {
		text-align:right;
		float:none;
		opacity:1;
		cursor:pointer;
	}
	/*ibuttons*/
	.ibuttons {
		padding: 5% 0% 12% 0%;
	}
		.ibuttons ul {
			text-align:center;
		}
			.ibuttons li {
				text-align:left;
				position:relative;
				transition:.2s ease-in;
			}
				.ibuttons li:before {
					content:'[';
					position:absolute;
					top: 30%;
					left: 29%;
					opacity:0;
					transition:.2s ease-in;
				}
				.ibuttons li:after {
					content:']';
					position:absolute;
					top: 30%;
					right: 26%;
					opacity:0;
					transition:.2s ease-in;
				}
				.ibuttons li a {
					padding:6% 5% 5% 40%;
				}
				h1 {
					color:#274c5e;
					font-size:16px;
					margin:4px 0;
					transition:.2s ease-in;
				}
				h2 {
					color:#7f9eb2;
					font-size:13px;
					margin:4px 0;
					transition:.2s ease-in;
				}
					/*hover*/
					.ibuttons li:hover:before {
						left:26%;
						opacity:1;
					}
					.ibuttons li:hover:after {
						right:22%;
						opacity:1;
					}
					.ibuttons li:hover {
						text-shadow:0px 0px 1px rgba(255,255,255,.5);
						background:rgba(127, 158, 178, 0.1);
					}
					.ibuttons li:hover h1,.ibuttons li:hover h2 {
						font-weight:bolder;
					}
/*---header---------------------------------------------------------------------------------------------------------------------------------*/
.header {
	position:relative;
	text-align:center;
}
	/*dex*/
	.dex {
		background:url(../../images/dex_bg.jpg) top center no-repeat;
		background-size:cover;
		padding:4% 2% 0%;
		height:90vh;
	}
		.dex1 {
			width:100%;
			height:100%;
			-webkit-filter:drop-shadow(0px 2px 3px rgba(0,0,0,.3));
			filter:drop-shadow(0px 2px 3px rgba(0,0,0,.3));
			background:url(../../images/dex.jpg) top center no-repeat;
			background-size:cover;
		}
	/*logo*/
	.logo {
		background:url(../../images/logo_bg.png) top center no-repeat;
		background-size:contain;
		text-align:center;
		position:absolute;
		top:0;
		width:25%;
		left:38%;
	}
		.logo img {
			width: 75%;
			padding: 11px 1% 12%;
		}
	/*info*/
	.info {
		background:url(../../images/info_bg.jpg) repeat;
		text-align:center;
		color:#fff;
		padding:1% 0 0 0;
	}
		.info ul {
		}
			.info li {
				display:inline-block;
				width:48%;
				vertical-align:top;
				text-align:left;
				padding:0px 10px;
			}
				.info li:nth-of-type(1),.info li:nth-of-type(3) {
					text-align:right;
				}
		/*info_deco1*/
		.info_deco1 {
			background:url(../../images/info_deco1.png) top center no-repeat;
			background-size:contain;
			height:21px;
			margin:2% 0;
		}
		/*info_deco2*/
		.info_deco2 {
			padding:0 0 2% 0;
		}
			.info_deco2 img {
			}
	/*info_bottom*/
	.info_bottom {
		background:url(../../images/info_bottom.png) top left repeat-x;
		background-size:contain;
		height:24px;
	}
		@media screen and (max-width:1300px) {
			.logo {
				width:27%;
				left:37%;
			}
				.logo img {
					padding: 11px 3% 12%;
				}
			.menu {
				width:7%;
			}
				.menu img {
					width:100%;
				}
			.menuclose img {
				width:27%;
			}
		}
		@media screen and (max-width:1100px) {
			.menuclose img {
				width: 25%;
			}
			.dex {
				height:85vh;
			}
		}
		@media screen and (max-width:950px) {
			.logo {
				width: 33%;
				left: 35%;
			}
			.menu {
				width: 9%;
			}
		}
		@media screen and (max-width:768px) {
			.menu {
				width:10%;
			}
			.menuclose img {
				width: 25%;
			}
			.dex {
				height: 85vh;
			}
			.info_deco1 {
				margin:5% 0;
			}
			.info {
				padding:3% 0 0 0;
			}
			.navbar {
				max-height:600px;
				overflow-y:scroll;
			}
			.logo {
				width: 37%;
				left: 33%;
			}
		}
		@media screen and (max-width:640px) {
			.logo {
				width: 43%;
				left: 30%;
			}
			.menu {
				width: 11%;
			}
			.menuclose img {
				width: 22%;
			}
			.info li,.info li:nth-of-type(odd) {
				display:block;
				width:100%;
				text-align:center;
			}
			.dex {
				height: 70vh;
			}
			.info_deco1 {
				background-size:100%;
			}
		}
		@media screen and (max-width:500px) {
			.logo {
				position:relative;
				left:0;
				background:url(../../images/info_bg.jpg) repeat;
				width:100%;
				text-align:center;
			}
			.logo img {
				width:50%;
				padding:3%;
			}
			.dex {
				height: 58vh;
			}
			.menu {
				width: 14%;
			}
			.navbar {
				height:85vh;
				overflow-y:scroll;
				max-height:none;
			}
		}
		@media screen and (max-width:400px) {
			.menu {
				width: 16%;
			}
			.menuclose img {
				width: 20%;
			}
			.ibuttons {
				padding: 0% 0% 12% 0%;
			}
			.logo img {
				width: 63%;
				padding: 5%;
			}
			.dex {
				padding:3% 3% 0;
			}
		}
		@media screen and (max-width:350px) {
			.menu {
				width: 18%;
			}
		}
/*---about-------------------------------------------------------------------------------------------------------------------------------*/
.about {
	text-align:center;
	position:relative;
}
	.about:after {
		content:'';
		position:absolute;
		left:0;
		bottom:0;
		width:100%;
		height:80vh;
		background:#baaa71;
		z-index:-1;
	}
	.container {
		width:1455px;
		margin:0 auto;
	}
		/*about_title*/
		.about_title {
			padding:1% 0;
		}
			.about_title img {
			}
		/*about_line*/
		.about_line {
			background:url(../../images/about_line.png) top repeat-x;
			height:16px;
			width:100%;
		}
		/*about1*/
		.about1 {
			padding:4% 0;
			border-bottom:solid 1px #a0a0a0;
		}
			/*a1_img*/
			.a1_img {
				display:inline-block;
				vertical-align:top;
				width:61%;
				padding:0 2% 0 0;
			}
				.a1_img img {
					width:100%;
				}
			/*a1_text*/
			.a1_text {
				display:inline-block;
				vertical-align:top;
				width:38%;
			}
				.a1_text img {
					width:100%;
				}
				.a1_text span {
					display:block;
					text-align:left;
					padding: 9% 4% 12% 11%;
				}
		/*about2*/
		.about2 {
			display:inline-block;
			vertical-align:top;
			width:42%;
			text-align:left;
			margin: 2% 37px 0px 0;
		}
			.about2 img {
				width:100%;
				padding:5% 0 0 0;
			}
		/*about3*/
		.about3 {
			display:inline-block;
			vertical-align:top;
			width:55%;
			text-align:right;
		}
			.about3 img {
				width:100%;
				padding:12% 0 0 0;
			}
			@media screen and (max-width:1600px) {
				.container {
					width:85%;
					padding:0;
				}
				.about2 {
					margin: 2% 0 0px 0;
					padding:0 2% 0 0;
				}
				.about:after {
					height:74vh;
				}
			}
			@media screen and (max-width:1300px) {
				.about_title {
					padding: 3% 0;
				}
				.a1_text span {
					padding: 6% 4% 0% 11%;
					font-size:15px;
				}
				.about:after {
					height: 59vh;
				}
			}
			@media screen and (max-width:1100px) {
				.container {
					width:90%;
				}
				.about_title img {
					width: 85%;
				}
				.about:after {
					height: 53vh;
				}
			}
			@media screen and (max-width:800px) {
				.a1_img {
					padding:0 0 5%;
					width:100%;
				}
				.a1_text {
					width:100%;
					padding:0 7%;
				}
				.about2 {
					width: 87%;
					display: block;
					margin: 0 auto;
				}
				.about3 {
					width: 87%;
					display: block;
					margin: 0 auto;
				}
				.about:after {
					height: 15%;
				}
			}
			@media screen and (max-width:640px) {
				.about_title {
					padding: 4% 0;
				}
					.about_title img {
						width: 90%;
					}
				.about2,.about3 {
					width:90%;
				}
				.about:after {
					height: 14%;
				}
			}
			@media screen and (max-width:520px) {
				.about_title {
					padding: 6% 0;
				}
				.a1_text {
					padding:0;
				}
				.about2,.about3 {
					width:100%;
				}
			}
			@media screen and (max-width:440px) {
				.about_title img {
					width: 100%;
				}
				.about:after {
					height: 13%;
				}
			}
/*---loc-----------------------------------------------------------------------------------------------------------------------------------*/
.loc {
	background:url(../../images/loc_bg.jpg) repeat;
}
	/*about_bottom*/
	.about_bottom {
		background:url(../../images/about_bottom.png) top center no-repeat;
		background-size: cover;
		min-height:156px;
		-webkit-filter:drop-shadow(0px 8px 3px rgba(0,0,0,.2));
		filter: drop-shadow(0px 8px 3px rgba(0,0,0,.2));
	}
	/*loc_title*/
	.loc_title {
		text-align:center;
	}
		.loc_title img {
			position: relative;
			margin: -30px 0 0 0;
		}
	/*services_loc*/
	#services_loc {
		position: relative;
		margin-bottom: -15%;
	}
		#map_canvas {
			height:586px;
			width: 90%;
			margin: 0 auto;
		}
	.map iframe {
    width: 100%;
    min-height: 100%;
    vertical-align: middle;
}
/*---sce--------------------------------------------------------------------------------------------------------------------------------*/
.sce {
	text-align:center;
	padding: 16% 0 0 0;
	background:#fff;
}
	/*sce_title*/
	.sce_title {
	}
		.sce_title img {
			padding: 0 0 0 0;
		}
	/*sce_line*/
	.sce_line {
		background:url(../../images/sce_line.jpg) top repeat-x;
		height:27px;
		width:100%;
	}
	@media screen and (max-width:1200px) {
		.loc_title img {
			width:82%;
		}
		.sce_title img {
			width:90%;
		}
	}
	@media screen and (max-width:1000px) {
		#map_canvas {
			height:500px
		}
		#services_loc {
			margin-bottom:-22%;
		}
		.sce {
			padding:24% 0 0 0;
		}
		.about_bottom {
			min-height:115px;
		}
	}
	@media screen and (max-width:768px) {
		.loc_title img {
			width: 87%;
			margin: -13px 0 0 0;
		}
		#map_canvas {
			height:400px
		}
	}
	@media screen and (max-width:500px) {
		.about_bottom {
			min-height: 85px;
		}
		.loc_title img {
			width: 100%;
			margin: -1px 0 0 0;
		}
		#map_canvas {
			height:300px
		}
		.sce_title img {
			width: 95%;
		}
	}
	@media screen and (max-width:400px) {
		#map_canvas {
			height:280px
		}
		.about_bottom {
			min-height: 75px;
		}
	}

/*************************
*********services_isce*****
**************************/

#services_isce {
	background: url(../../images/index1bg.jpg);
	background-position: top left;
	background-size: auto;
	background-repeat: repeat;
}

#services_isce h2 {
	color: #fff;
	padding-bottom: 15px;
	text-align: center;
	background-image: url(../../images/isceline.png);
	background-position: center bottom;
	background-size: auto;
	background-repeat: no-repeat;
}

.iscebg {
	background-image: url(../../images/iscebg.jpg);
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 0 200px;
}

.iscemore {
	background-image: url(../../images/iscemore.png);
	background-position: right bottom;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 16px;
}

.isce h2 span.iscenew {
	background: #dc5127;
	border-radius: 10px;
	font-size: 12px;
	padding: 2px 5px;
	vertical-align: middle;
	margin-right: 5px;
}

.isce h2 span.iscehot {
	background: #af2411;
	border-radius: 10px;
	font-size: 12px;
	padding: 2px 5px;
	vertical-align: middle;
	margin-right: 5px;
}

.isce {
	padding-top: 80px;
	padding-bottom: 60px;
}

.isce ul {
	margin: 0;
	padding: 0;
}

.isce ul li {
	display: inline-block;
	float: left;
	width: 25%;
	padding: 0 35px;
}

.isce ul li img {
	margin: 0 auto;
}

.isce ul li p {
	color: #fff;
}

.iscebtn img {
	margin: 0 auto;
	padding-bottom: 80px;
}

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

@media(max-width:1550px) {
	.iscebg {
		padding: 0 20px;
	}
	.isce ul li {
		padding: 0 15px;
	}
}

@media(max-width:1250px) {
	#services_isce h2 {
		font-size: 20px;
	}
	.isce ul li p {
		font-size: 14px;
		line-height: 26px;
	}
}

@media(max-width:1100px) {
	#services_isce h2 {
		font-size: 16px;
	}
}

@media(max-width:991px) {
	#services_isce h2 {
		font-size: 20px;
	}
	.isce ul li {
		display: inline-block;
		float: left;
		width: 50%;
	}
	.iscebg {
		padding: 0 150px;
	}
	.isce ul li:nth-child(3) {
		clear: both;
	}
	.iscemore {
		margin-bottom: 20px;
	}
	.isce {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.iscebtn img {
		margin: 0 auto;
		padding-bottom: 20px;
	}
}

@media(max-width:850px) {
	.iscebg {
		padding: 0 80px;
	}
}

@media(max-width:700px) {
	.iscebg {
		padding: 0 15px;
	}
	.iscebtn img {
		max-width: 300px;
	}
}

@media(max-width:500px) {
	.isce ul li {
		display: inline-block;
		float: left;
		width: 100%;
	}
	.iscebg {
		padding: 0 80px;
	}
}

@media(max-width:450px) {
	.iscebg {
		padding: 0 30px;
	}
	.iscemore {
		background-image: url(../../images/iscemore.png);
		background-position: right bottom;
		background-size: auto;
		background-repeat: no-repeat;
		min-height: 16px;
	}
	.iscebtn img {
		max-width: 250px;
	}
}

@media(max-width:380px) {
	.iscebg {
		padding: 0 5px;
	}
	.iscebtn img {
		max-width: 80%;
	}
}

.isce li:hover {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	transform: translateY(-10px);
}

.isce ul li:hover img {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0.7;
}

.iscebtn img {
	position: relative;
	-webkit-animation: aniscebtn 0.6s infinite;
	animation: aniscebtn 0.6s infinite;
}

.iscebtn:hover img {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	transform: scale(0.9);
	transform-origin: center center;
}

@-webkit-keyframes aniscebtn {
	0% {
		top: 0;
	}
	50% {
		top: 10px;
	}
	100% {
		top: 2px;
	}
}

@keyframes aniscebtn {
	0% {
		top: 0;
	}
	50% {
		top: 10px;
	}
	100% {
		top: 2px;
	}
}


/*
.iscebtn img  {
	position: relative;
    -webkit-animation: myfirst 0.5s infinite;
    -webkit-animation-direction: alternate;
    animation: myfirst 0.5s infinite;
    animation-direction: alternate;
}

@-webkit-keyframes myfirst {
   0%   {top: 0px;}
    25%  {top: 2px;}
    50%  {top: 20px;}
    75%  {top: 2px;}
    100% {top: 0px;}
}

@keyframes myfirst {
    0%   {top: 0px;}
    25%  {top: 2px;}
    50%  {top: 20px;}
    75%  {top: 2px;}
    100% {top: 0px;}
}
*/


/*********************************************************************************************************************************************/
/*---footer-------------------------------------------------------------------------------------------------------------------------------*/
.footer {
	text-align:center;
	padding:3% 0 0;
	color:#000;
}
	/*flogo*/
	.flogo {
		position:relative;
	}
		.flogo img {
			display:block;
			margin:0 auto;
		}
		.flogo:before {
			content:'';
			background:url(../../images/line.png) repeat-x;
			width:38%;
			height:40px;
			position:absolute;
			bottom:0;
			left:0;
		}
		.flogo:after {
			content:'';
			background:url(../../images/line.png) repeat-x;
			width:38%;
			height:40px;
			position:absolute;
			bottom:0;
			right:0;
		}
	/*finfo*/
	.finfo {
		text-align:left;
		padding:2% 0 2% 42%;
	}
		.finfo ul {
		}
			.finfo li {
			}
	/*footer_line*/
	.footer_line {
		background:url(../../images/footer_line.png) top center no-repeat;
		background-size:auto;
		min-height:12px;
	}
	/*fbtn*/
	.fbtn {
		padding:2% 0;
	}
		.fbtn ul {
		}
			.fbtn li {
				display: inline-block;
				vertical-align: bottom;
				width: 10%;
				padding:0 1%;
			}
				.fbtn li img {
					width:100%;
				}
				.fbtn li:hover {
					animation:imgflash 1.2s;
				}
	/*footer_bottom*/
	.footer_bottom {
		background:#252525;
		padding:2%;
	}
		/*fmark*/
		.fmark {
		}
			.fmark ul {
			}
				.fmark li {
					display:inline-block;
					vertical-align:top;
					width: 5%;
					padding: 3px;
				}
					.fmark li img {
						width:100%;
					}
		/*bnbnumber*/
		.bnbnumber {
			color:#fff;
			padding:1% 0;
		}
		/*icon*/
		.icon {
			color:#828282;
			font-size:14px;
			padding:15px 0 0 0;
		}	
			.icon span {
				display:inline-block;
				vertical-align:middle;
				color:#828282;
			}
			.icon a {
				display:inline-block;
				vertical-align:middle;
				color:#828282;
				transition:.3s;
			}
				.icon a:hover {
					-webkit-filter:drop-shadow(0px 0px 1px rgba(255,255,255,.8));
					filter:drop-shadow(0px 0px 1px rgba(255,255,255,.8));
				}
		/*copyright*/
		.copyright {
			color:#828282;
			font-size:14px;
			padding:5px 0 0 0;
		}
			.copyright a {
				color:#828282;
				display:inline-block;
				font-size:14px;
				transition:.3s;
			}
				.copyright a:hover {
					color:#fff;
				}
			@keyframes imgflash {
				0% {
					opacity:.5;
				}
				100% {
					opacity:1;
				}
			}
			@media screen and (max-width:1440px) {
				.finfo {
					padding: 2% 0 2% 40%;
				}
				.fbtn li {
					width:13%;
				}
				.fmark li {
					width:7%;
				}
			}
			@media screen and (max-width:960px) {
				.finfo {
					padding: 2% 0 2% 34%;
				}
				.fbtn li {
					width:18%;
				}
				.fmark li {
					width:10%;
				}
				.footer_line {
					width:70%;
					margin:0 auto;
				}
			}
			@media screen and (max-width:768px) {
				.footer {
					padding: 5% 0 0;
				}
				.finfo {
					padding: 3% 0 3% 30%;
				}
				.fbtn li {
					width:21%;
				}
				.fmark li {
					width:12%;
				}
				.flogo:after,.flogo:before {
					width:26%;
				}
				.flogo img {
					width:38%;
				}
				.flogo img:last-of-type {
					width:23%;
				}
			}
			@media screen and (max-width:500px) {
				.flogo img {
					width:43%;
				}
				.flogo img:last-of-type {
					width:26%;
				}
				.finfo {
					padding: 4% 0 4% 20%;
				}
				.fbtn {
					padding: 4% 0;
				}
				.fbtn li {
					width: 28%;
				}
				.footer_line {
					width:85%;
				}
				.fmark li {
					width: 15%;
				}
			}
			@media screen and (max-width:425px) {
				.finfo {
					padding: 4% 0 4% 5%;
				}
				.fbtn li {
					width: 30%;
				}
			}


/*************************
*********services_news*****
**************************/

#services_news a {
	color: #b37525;
}

#services_news a:visited {
	color: #87571a;
}

#services_news a:hover,
#services_news a:focus {
	color: #6d4715;
}

.newstable table {
	width: 100%;
}
	.newstable table a {
		display:inline-block;
		color:#000;
		transition:.2s ease all;
	}
		.newstable table a:hover {
			color:#ff6e13;
		}
button, html input[type=button], input[type=reset], input[type=submit] {
	background: #d3d3d3;
    border: solid 1px #a7a7a7;
    border-radius: 5px;
    padding: 7px 13px;
    letter-spacing: 1px;
    box-shadow: 2px 2px 4px rgba(0,0,0,.3);
	transition:.2s ease all;
}
input[type=reset] {
	background: rgb(173, 176, 176);
}
button:hover, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
	background: #fff;
    box-shadow: 0px 0px 4px rgba(0,0,0,.3);
}
@media screen and (max-width:600px) {
	.newstable td {
		letter-spacing: 0px;
	}
}

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

.newstable iframe {
	display: block;
	height: 600px;
	max-width: 100%;
	max-height: auto;
}

@media screen and (max-width:991px) {
	.newstable table {
		width: 100%;
	}
}

@media screen and (max-width:767px) {
	.newstable iframe {
		padding-left: 15px;
		padding-right: 15px;
		height: 400px;
	}
	.table-responsive {
		border: 0px solid transparent;
		margin-bottom: 0px;
	}
}


/*************************
*********services_bbs*****
**************************/

#services_bbs {
	min-height: 400px;
	padding-bottom: 60px;
}

#services_bbs a {
	color: #b37525;
}

#services_bbs a:visited {
	color: #87571a;
}

#services_bbs a:hover,
#services_bbs a:focus {
	color: #6d4715;
}
.bbshid {
	display: none;
}
input, select, textarea {
    background:rgba(255,255,255,.8);
    border: solid 1px #fff;
    border-radius: 5px;
	margin-bottom:2%;
}
.bbsfont td:last-of-type {
	margin-bottom:2%;
	padding-bottom:1%;
}

@media(max-width:768px) {
	.bbsimg img {
		max-width: 80px;
	}
}
@media(max-width:700px) {
	.bbshid {
		width: 25%;
		display: inline-block;
		padding: 0 2% 8%;
	}
}

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

@media(max-width:580px) {
	.bbsimg img {
		max-width: 60px;
	}
	#services_bbs td {
		letter-spacing: 0px;
	}
}
@media(max-width:511px) {
	.bbshid {
		width: 22%;
	}
}

@media(max-width:500px) {
	.bbsimg img {
		max-width: inherit;
		width: 22%;
	}
	.bbshid {
		width:18%;
		padding: 0 2% 12%;
	}
	#services_bbs td {
		font-size: 12px;
	}
}
@media(max-width:375px) {
	.bbsimg img  {
		width:25%;
	}
	.bbshid {
		width:13%;
	}
}
input[type=checkbox], input[type=radio] {
	margin: 4px 5px 0 2%;
}
/*---intop--------------------------------------------------------------------------------------------------------------------------------*/
.intop {
	background:url(../../images/intop.png) top repeat-x;
	background-size:contain;
	height:73px;
}
/*inlogo*/
.inlogo {
}
/*---main---------------------------------------------------------------------------------------------------------------------------------*/
#main {
	text-align:center;
	padding:8% 0 0 0;
}
	/*intitle*/
	.intitle {
		position:relative;
	}
	/*inner*/
	.inner {
		background:url(../../images/inner_bg.jpg) repeat;
		min-height:600px;
		width:90%;
		margin:0 auto;
		position:relative;
		padding:3% 4% 2%;
	}
		.inner:before {
			content:'';
			position:absolute;
			top:0;
			left:3%;
			height:100%;
			width:8px;
			background:#fff;
		}
		.inner:after {
			content:'';
			position:absolute;
			top:0;
			right:3%;
			height:100%;
			width:8px;
			background:#fff;
		}
		@media screen and (max-width:1024px) {
			.intop {
				height:50px;
			}
			.inlogo {
				width: 32%;
				left: 34%;
			}
			#main {
				padding: 13% 0 0 0;
			}
		}
		@media screen and (max-width:800px) {
			#main {
				padding: 15% 0 0 0;
			}
			.intitle img {
				width:70%;
			}
			.inlogo {
				width: 40%;
				left: 30%;
			}
			.inner {
				width:95%;
			}
		}
		@media screen and (max-width:600px) {
			.inlogo {
				width: 45%;
				left: 27%;
			}
			.inner:before {
				left:2%;
				width:5px;
			}
			.inner:after {
				right:2%;
				width:5px;
			}
			.inner {
				padding:4% 5%;
			}
			.intop {
				height: 45px;
			}
		}
		@media screen and (max-width:500px) {
			.inlogo {
				width: 45%;
				left: 27%;
				position: absolute;
				background: url(../../images/logo_bg.png) top center no-repeat;
				background-size: cover;
			}
				.inlogo img {
					padding: 11px 3% 14%;
					width:80%;
				}
			#main {
				padding: 18% 0 0 0;
			}
				.intitle img {
					width: 90%;
				}
			.inner {
				padding: 5% 6%;
			}
			.intop {
				height: 35px;
			}
		}
/*---room----------------------------------------------------------------------------------------------------------------------------------*/
.room {
	padding:0 0 1% 0;
}
	.room div {
		display:inline-block;
		vertical-align:top;
		width:47%;
		padding:1%;
	}
		.room img {
			width:100%;
		}
		img.rbtn {
			padding:0 0 11px 0;
			cursor:pointer;
		}
		@media screen and (max-width:1000px) {
			.room {
				padding: 1% 0 5% 0;
			}
			.room div {
				width:90%;
			}
		}
		@media screen and (max-width:500px) {
			.room div {
				width:100%;
			}
		}
/*---room_info---------------------------------------------------------------------------------------------------------------------------------*/
.modal {
	padding:0 !important;
}
.modal-content {
	background:rgba(255,255,255,.9);
	padding:2% 5% 5px;
	border-radius: 20px;
	position:relative;
	height: 80vh;
}
.close {
	text-shadow: none;
    opacity: 1;
    font-weight: normal;
    box-shadow: none;
    font-size: 30px;
	position:absolute;
	top:2%;
	right:1%;
}
.close:focus, .close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
	background:none;
	box-shadow:none;
}
.modal-header .close {
    margin-top: 0px;
}
.modal-header {
	padding:15px 0;
	border-bottom:1px solid #959595;
}
.modal-footer {
	padding: 2% 0;
    border-top: 1px solid #959595;
    text-align: center;
    color: #5e5e5e;
    font-size: 15px;
}
.modal-dialog {
	width:80%;
	margin: 85px auto;
}
.modal-body {
	padding:15px 0;
	height: 68vh;
    overflow-y: scroll;
}
/*roomb1*/
.roomb1 {
	text-align:left;
}
	.roomb1 img {
		padding:2% 0 6% 0;
	}
		.roomb1 td {
			vertical-align:middle;
		}
h4 {
	font-size:25px;
}
	@media screen and (max-width:1200px) {
		.modal-dialog {
			margin: 75px auto;
		}
	}
	@media screen and (max-width:990px) {
		.roomb1 {
			padding:0 0 2% 0;
		}
		.roomb1 img {
			padding: 4% 0 3% 0;
		}
		.modal-content {
			overflow:hidden;
			padding: 2% 3% 5%;
		}
		.modal_body {
			height:75vh;
		}
		.modal-body {
			padding: 0;
			height: 65vh;
			overflow-y: scroll;
		}
		.close {
			right:2%;
		}
	}
	@media screen and (max-width:900px) {
		.modal-dialog {
			margin: 40px auto 0;
		}
	}
	@media screen and (max-width:768px) {
		.modal-dialog {
			width: 85%;
		}
	}
	@media screen and (max-width:530px) {
		.modal-dialog {
			width: 85%;
		}
		.roomb1 img {
			width:70%;
		}
	}
	@media screen and (max-width:450px) {
		.modal-dialog {
			width: 95%;
			margin: 9% auto 0;
		}
		h4 {
			font-size:22px;
		}
	}
	@media screen and (max-width:400px) {
		.roomb1 {
			font-size:14px;
		}
		h4 {
			font-size:20px;
		}
		.modal-body {
			padding:0;
		}
	}
/*---note--------------------------------------------------------------------------------------------------------------------------------*/
/*note_title*/
.note_title {
	background:url(../../images/note_title.png) top center no-repeat;
	background-size:cover;
	height:100px;
}
/*notice*/
.notice {
	background:url(../../images/note_bg.png) repeat;
	text-align:center;
	color:#333;
}
	/*note*/
	.note {
		padding:3% 0;
		width:60%;
		margin:0 auto;
	}
		.note img {
			padding:0 0 2% 0;
		}
		.note td {
			vertical-align:top;
		}
		@media screen and (max-width:1200px) {
			.note {
				width:80%;
			}
			.note img {
				padding: 1% 0 3% 0;
			}
		}
		@media screen and (max-width:768px) {
			.note_title {
				height:90px;
				margin:1% 0;
			}
			.note {
				width: 90%;
			}
				.note img {
					padding: 2% 0 4% 0;
				}
		}
		@media screen and (max-width:600px) {
			.note_title {
				height:80px;
				margin:2% 0;
			}
		}
		@media screen and (max-width:500px) {
			.note_title {
				height:70px;
				margin:3% 0;
			}
			.note {
				width: 95%;
			}
				.note img {
					padding: 3% 0 5% 0;
				}
		}
		@media screen and (max-width:430px) {
			.note_title {
				height: 61px;
				margin: 4% 0;
			}
			.note img {
				padding: 4% 0 6% 0;
				width:68%;
			}
		}
		@media screen and (max-width:400px) {
			.note_title {
				height: 50px;
				margin: 4% 0;
			}
			.note img {
				padding: 4% 0 6% 0;
				width:68%;
			}
		}
/*---sce_intitle---------------------------------------------------------------------------------------------------------------------------*/
.sce_intitle {
	position:relative;
	display:inline-block;
}
	.sce_intitle img {
	}
.sce_deco {
	position: absolute;
    bottom: 0;
    right: -13%;
}
	@media screen and (max-width:1300px) {
		.sce_intitle {
			width:62%;
		}
			.sce_intitle img {
				width:100%;
			}
		.sce_deco {
			width:14%;
		}
	}
	@media screen and (max-width:768px) {
		.sce_intitle {
			width: 75%;
		}
	}
	@media screen and (max-width:500px) {
		.sce_intitle {
			width: 80%;
		}
		.sce_deco {
			right:-11%;
		}
	}
	
	  
	
	
	
	
	
	
	
	
	
	
	
	
	
	

/*bbstable*/
.bbstable {
}
	.bbstable table {
		width:100%;
	}
	@media screen and (max-width:500px) {
		.bbstable table {
			font-size:14px;
		}
	}
/*order*/
.form-control {
	background:rgba(255,255,255,.8);
    border: 1px solid #fff;
}
/****services_order******/

.form-group {
	padding-top: 5px;
	padding-bottom: 5px;
}

#services_order label {
	color: #424040;
}
#services_order input:focus {
	border-color: #5c4c15;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0), 0 0 8px rgba(102, 175, 233, .0);
}
@media screen and (max-width:768px) {
	#services_order label {
		width:100%;
		text-align:right;
	}
}
@media screen and (max-width:400px) {
	#services_order label {
		text-align:left;
		font-size:15px;
	}
}

/*---icons----------------------------------------------------------------------------------------------------------------------------------*/
.icons {
}
	.icons ul {
		list-style:none;
	}
	.icons li {
		margin: 5px 5px;
		display:inline-block;
		vertical-align:top;
		width: 21%;
		background:rgba(255,255,255,.6);
		border-radius: 7px;
		padding: 5px 0 8px;
		text-align:center;
	}
		.icons li img {
			padding:0 7px;
			margin:0 auto;
		}
		.icons li span {
			display:block;
			font-size:14px;
			line-height:20px;
		}
	@media screen and (max-width:1199px) {
		.icons li {
			width:10%;
		}
	}
	@media screen and (max-width:900px) {
		.icons li span {
			font-size:12px;
		}
	}
	@media screen and (max-width:768px) {
		.icons li {
			width:13%;
		}
	}
	@media screen and (max-width:600px) {
		.icons li {
			width:17%;
		}
	}
	@media screen and (max-width:500px) {
		.icons li {
			width:21%;
		}
	}
	@media screen and (max-width:430px) {
		.icons li {
			width:27%;
			margin:5px 8px;
			padding: 5px 4px 8px;
		}
		.icons li span {
			font-size:13px;
		}
	}
	@media screen and (max-width:360px) {
		.icons li span {
			font-size:12px;
		}
	}
	@media screen and (max-width:340px) {
		.icons li {
			width: 28%;
			margin: 5px 5px;
			padding: 5px 2px 8px;
		}
	}
/*---r_icons-----------------------------------------------------------------------------------------------------------------------------------*/
.r_icons {
	padding-bottom:4%;
	text-align:left;
}
	.r_icons ul {
		list-style:none;
	}
	.r_icons li {
		width:17%;
		float:left;
	}
	table.fac {
		padding:0 0 3% 2%;
		display:block;
	}
		table.fac td {
			vertical-align:top;
		}
	@media screen and (max-width:1290px) {
		.r_icons li {
			width:21%;
		}
	}
	@media screen and (max-width:1060px) {
		.r_icons li {
			width:28%;
		}
	}
	@media screen and (max-width:991px) {
		.r_icons li {
			width:15%;
		}
	}
	@media screen and (max-width:815px) {
		.r_icons li {
			width:17%;
		}
	}
	@media screen and (max-width:765px) {
		.r_icons li {
			width: 20%;
		}
	}
	@media screen and (max-width: 765px) {
		.r_icons li {
			width: 17%;
		}
	}
	@media screen and (max-width:580px) {
		.r_icons li {
			width: 21%;
		}
	}
	@media screen and (max-width:480px) {
		.r_icons li {
			width: 22%;
		}
	}
	@media screen and (max-width:440px) {
		.r_icons li {
			width: 31%;
			margin: 5px 3px;
			padding:5px;
		}
	}
/*--note_icons--------------------------------------------------------------------------------------------------------------------------------*/
.note_icon {
	padding:3% 0 0 0;
	text-align:left;
}
	.note_icon ul {
		list-style:none;
	}
	.note_icon li {
		width:10.666666%;
		padding: 5px 0 5px;
	}
		.note_icon li img {
			padding-bottom:5px;
			max-width:100%;
		}
		@media screen and (max-width:1220px) {
			.note_icon li {
				width:12%;
			}
		}
		@media screen and (max-width:1080px) {
			.note_icon li {
				width:12%;
			}
		}
		@media screen and (max-width:760px) {
			.note_icon li {
				width:14%;
			}
		}
		@media screen and (max-width:700px) {
			.note_icon li {
				width:17%;
			}
		}
		@media screen and (max-width:580px) {
			.note_icon li {
				width:19%;
				margin:5px 0;
			}
		}
		@media screen and (max-width:505px) {
			.note_icon li {
				width:23%;
				padding:7px;
			}
			.note_icon li img {
				width:100%;
			}
		}
		@media screen and (max-width:453px) {
			.note_icon li {
				width:23.66666%;
			}
			.icons li span {
				font-size: 12px;
			}
		}
		@media screen and (max-width:400px) {
			.note_icon li {
				width:31%;
				padding:6px;
			}
		}


