html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	font-family:Arial, sans-serif,"微軟正黑體", "Microsoft JhengHei";
    position: relative;
    font-size: 15px;
	line-height:30px;
	letter-spacing:1px;
	color: rgba(51,51,51,1);
	background:#fff;
	line-height: 1;
	overflow-x:hidden;
}
ol, ul {
	list-style: none;
	margin-bottom: 0px;
	list-style:none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

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


/****************************************************************************************************************************************/
/*********************************************************************************************************************************************/
/*gotop*/
#gotop {
	position:fixed;
	bottom: 1%;
    right: 8px;
	cursor:pointer;
	display:none;
	z-index:9;
	transition:.3s ease-in-out;
}
	#gotop:hover {
		transform:scale(.9);
	}
	@media screen and (max-width:500px) {
		#gotop {
			width:15%;
		}
		#gotop img {
			width:100%;
		}
	}
/*carousel-fade*/
.carousel-fade .carousel-inner .item {
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item,  
.carousel-fade .carousel-inner .active.left,  
.carousel-fade .carousel-inner .active.right {
   opacity: 0;
}
.carousel-fade .carousel-inner .active,  
.carousel-fade .carousel-inner .next.left,  
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,  
.carousel-fade .carousel-inner .prev,  
.carousel-fade .carousel-inner .active.left,  
.carousel-fade .carousel-inner .active.right {
    left: 0;
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}
/*********************************************************************************************************************************************/

/******************************************
******************************************
******************************************/
/*mask*/
.mask {
	background:url(../../images/mask.png) top center no-repeat, url(../../flash/dex1.png) top center no-repeat;
	background-size:cover;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	text-align:center;
	z-index:50;
	cursor:pointer;
	overflow:hidden;
}
	img.mask_logo {
		padding: 6em 1em 3em;
		max-width:60%;
	}
	.scroll {
	}
		.scroll img {
			display:block;
			margin:0 auto;
			animation:load 1s ease-in-out infinite alternate;
			max-width:12%;
		}
		.scroll span {
			color:#fff;
			margin: 2em 0 0 0;
			display: block;
			font-size:18px;
			letter-spacing:3px;
		}
		@keyframes load {
			0% {
				transform: translateY(0px);
			}
			100% {
				transform: translateY(20px);
			}
		}
/*maskup*/
.maskup {
	opacity:.2;
	transition:all 600ms cubic-bezier(0.86, 0, 0.07, 1);
}
/*---mobile ibutton----------------------------------------------------*/
.mibutton {
	position: fixed;
	top:2%;
    right:1%;
	width: 50px;
	height: 40px;
	padding: 0 10px;
	z-index: 10;
	cursor:pointer;
	display:none;
}
	.mibutton span {
		display: inline-block;
		width: 29px;
		height: 2px;
		transition: .3s ease all;
		position: absolute;
		left:11px;
		background:#000;
	}
		.mibutton span:nth-child(1) {
			top:10px;
		}
		.mibutton span:nth-child(2) {
			top:18px;
		}
		.mibutton span:nth-child(3) {
			top:26px;
		
		}
	.mibutton_ani span {
		background:#fff;
	}
		.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;
		}
/*---navbar---------------------------------------------------------------------------------------------------------------------------------------*/
/*navbar*/
.navbar {
	border:0px;
	min-height:auto;
	border-radius:0px;
	background:url(../../images/nav_bg.png) repeat;
	text-align:center;
	position:sticky;
	top:0;
	margin:0;
	padding: 15px 2%;
	z-index:20;
}
	/*logo*/
	.logo {
		display:inline-block;
		vertical-align:middle;
		width:20%;
	}
		.logo img {
			max-width:100%;
		}
	/*ibutton*/
	.ibutton {
		display:inline-block;
		vertical-align:middle;
		width:75%;
	}
		.ibutton ul {
		}
			.ibutton li {
				display:inline-block;
				vertical-align:middle;
				width:12%;
				padding:0 1%;
			}
				.ibutton li:not(:nth-of-type(6)) {
					border-right:solid 1px #fff;
				}
				.ibutton li a {
					position:relative;
				}
					.ibutton li img {
						max-width:100%;
					}
					img.ibtn1 {
						position: absolute;
						bottom: 0;
						left: 50%;
						transform: translateX(-50%);
						opacity:0;
						transition:.3s ease-in-out;
					}
					img.ibtn {
						transition:.3s ease-in-out;
					}
					/*hover*/
					.ibutton li:hover img.ibtn1 {
						opacity:1;
					}
					.ibutton li:hover img.ibtn {
						opacity:0;
					}
					@media screen and (max-width: 1440px) {
						.ibutton li {
							width:14%;
						}
					}
					@media screen and (max-width: 768px) {
						.navbar {
							position: fixed;
							width:100%;
						}
						.mibutton {
							display:block;
						}
						.ibutton {
							width:100%;
							display:none;
							padding: 3% 0 0 0;
						}
							.ibutton li {
								width: 25%;
								padding: 2%;
							}
							.ibutton li:not(:nth-of-type(6)) {
								border-right: solid 0px #fff;
							}
						.dex {
							padding-top:10%;
						}
					}
					@media screen and (max-width: 600px) {
						.ibutton li {
							padding: 1% 5%;
						}
						.logo {
							display:block;
							width:100%;
						}
							.logo img {
								max-width: 30%;
							}
						.dex {
							padding-top: 14%;
						}
					}
					@media screen and (max-width: 425px) {
						.dex {
							padding-top: 16%;
						}
					}
					@media screen and (max-width: 375px) {
						.dex {
							padding-top: 17%;
						}
						.logo img {
							max-width: 30%;
						}
						.navbar {
							padding:12px 2%;
						}
					}
/*---inews------------------------------------------------------------------------------------------------------------------------------------*/
.inews {
	background:url(../../images/inews_bg_01.png) top center repeat;
	text-align:center;
	padding:3em 2em;
}
	/*inews_title*/
	.inews_title {
		display: inline-block;
		width: 22%;
		vertical-align:top;
	}
		.inews_title img {
			max-width:100%;
		}
	/*inews_list*/
	.inews_list {
		width: 45%;
		display: inline-block;
		padding: 0 1em;
	}
		.inews_list table {
			width:100%;
		}
		.inews_list .newslist_rwd {
			width:100%;
			padding-bottom:1em;
		}
		.inews_list a {
			display:inline-block;
		}
	.inews_list .page_num {
		display:none;
	}
	/*inews_deco*/
	.inews_deco {
		display: inline-block;
		vertical-align: bottom;
		width: 20%;
		text-align: left;
	}
		.inews_deco img {
			max-width:100%;
		}
/*---about----------------------------------------------------------------------------------------------------------------------------*/
/*about_title*/
.about_title {
	background:url(../../images/about_bg.png) top center no-repeat fixed;
	background-size:cover;
	text-align:center;
	padding: 224px 1em 205px;
	position:relative;
}
	.about_title:after {
		content:'';
		background:url(../../images/inews_bg_02.png) top left no-repeat;
		background-size:cover;
		width:418px;
		height:444px;
		position:absolute;
		top:0;
		left:0;
		z-index:2;
	}
	.about_title:before {
		content:'';
		background:url(../../images/inews_bg_03.png) top right no-repeat;
		background-size:cover;
		width:418px;
		height:444px;
		position:absolute;
		top:0;
		right:0;
		z-index:2;
	}
	.about_title img {
		max-width: 32%;
	}
	@media screen and (max-width: 1440px) {
		.about_title:before,.about_title:after {
			width:340px;
			height:363px;
		}
	}
	@media screen and (max-width: 1200px) {
		.inews_list {
			width:55%;
		}
		.about_title {
			padding: 200px 1em 165px;
		}
		.about_title:before, .about_title:after {
			width: 280px;
			height: 298px;
		}
	}
	@media screen and (max-width: 1024px) {
		.about_title:before, .about_title:after {
			width: 240px;
			height: 256px;
		}
	}
	@media screen and (max-width: 768px) {
		.inews {
			padding:1em 1em;
		}
			.inews_title {
				display: block;
				width: 30%;
				margin:0 auto 1em;
			}
			.inews_list {
				width: 100%;
			}
			.inews_deco {
				display:block;
				margin:0 auto;
			}
		.about_title {
			padding: 9em 1em 7em;
		}
			.about_title:before, .about_title:after {
				width: 169px;
				height: 179px;
			}
	}
	@media screen and (max-width: 600px) {
		.inews_title {
			width:37%;
		}
		.inews_deco {
			width:25%;
		}
		.about_title {
			padding: 7em 1em 6em;
			background-attachment:inherit;
		}
		.about_title:before, .about_title:after {
			width: 120px;
			height: 128px;
		}
		.about_title img {
			max-width: 35%;
		}
	}
	@media screen and (max-width: 425px) {
		.inews_title {
			width: 43%;
		}
		.inews_deco {
			width: 30%;
		}
		.about_title {
			padding: 6em 1em 6em;
		}
			.about_title img {
				max-width: 39%;
			}
			.about_title:before, .about_title:after {
				width: 90px;
				height: 95px;
			}
	}
/*about*/
.about {
	text-align:right;
	padding-bottom:4em;
}
	/*at_left*/
	.at_left {
		display:inline-block;
		vertical-align:top;
		width:47%;
		text-align:left;
		padding: 8em 0 0 0;
		margin-right: -4%;
	}
		.at_left img {
			max-width:100%;
		}
		.at_left span {
			display: block;
			text-align: left;
			font-size: 18px;
			line-height: 2;
			padding: 3em 6em 2em 1em;
			letter-spacing: 3px;
		}
	/*at_right*/
	.at_right {
		display: inline-block;
		vertical-align: top;
		width: 51%;
	}
		.at_right img {
			padding-bottom:2em;
			max-width:100%;
		}
		.at_right img:nth-of-type(2) {
			max-width:90%;
		}
/*---rental----------------------------------------------------------------------------------------------------------------------------------*/
.rental {
	background:url(../../images/rental_bg.jpg) top center no-repeat fixed;
	background-size:cover;
	position:relative;
	text-align:center;
}
	img.rm {
		position:absolute;
		top:0;
		left:0;
		width:28%;
	}
	img.rm2 {
		position:absolute;
		top:0;
		right:0;
		transform:scaleX(-1);
		width:28%;
	}
	/*rental_title*/
	.rental_title {
		padding: 6em 1em 7em;
	}
		.rental_title img {
			max-width:50%;
		}
	.rental ul {
		width: 65%;
		margin: 0 auto;
	}
		.rental li {
			display:inline-block;
			vertical-align:top;
			width:32%;
			padding:0 1%;
		}
			.rental li img {
				max-width:100%;
			}
	/*istyle*/
	.istyle {
		background:rgba(0,0,0,.5);
		text-align:center;
		margin-top:5em;
	}
		/*style_btn*/
		.style_btn {
			display: inline-block;
			width: 235px;
			max-width: 80%;
			margin: 1.5em auto;
			border: solid 1px #fff;
			font-size: 18px;
			letter-spacing: 4px;
			line-height:3;
		}
			.style_btn a {
				color:#fff;
			}
			.style_btn span {
				z-index: 6;
				position: relative;
				display: block;
			}
		.istyle img {
			display:block;
			margin:0 auto;
			max-width:80%;
		}
	/*loc_title*/
	.loc_title {
		background:url(../../images/loc_title.png) top center no-repeat;
		background-size:cover;
		min-height:238px;
		position: relative;
		z-index: 3;
	}
/*loc*/
.loc {
	text-align:right;
	background:url(../../images/loc_bg.jpg) top center no-repeat;
	background-size:cover;
	margin-top: -4%;
    position: relative;
    z-index: 0;
    padding: 9em 0 5em;
}
	img.route {
		vertical-align: top;
		padding-right: 34px;
		max-width: 100%;
		width: 42%;
	}
	iframe {
		width: 50%;
		height:660px;
		border: solid 10px #000;
		border-right-style: none;
	}
#about,#loc {
	transform:translateY(-115px);
}
	@media screen and (max-width: 1800px) {
		.at_left {
			padding: 8em 2em 0 0;
			margin-right: -1%;
		}
	}
	@media screen and (max-width: 1430px) {
		img.rm,img.rm2 {
			width:25%;
		}
		.rental ul {
			width:80%;
		}
		.loc_title {
			min-height:180px;
		}
		img.route {
			width:45%;
		}
		iframe {
			height:520px;
		}
		.at_left {
			padding: 4em 2em 0 0;
		}
		.at_left span {
			line-height:1.5;
			padding: 3em 1em 2em 1em;
		}
	}
	@media screen and (max-width: 990px) {
		.rental_title {
			padding: 6em 1em 4em;
		}
		.rental li {
			padding:0 2%;
		}
		.loc {
			padding:6em 0 3em;
		}
		.loc_title {
			min-height: 150px;
		}
		iframe {
			height: 400px;
		}
		img.route {
			width: 47%;
			padding-right: 2%;
		}
		.about {
			padding-bottom: 2em;
		}
		.at_left span {
			font-size: 16px;
			padding: 1em 1em 1em 1em;
		}
		.at_left {
			padding: 2em 1em 0 1em;
			margin-right: 0;
		}
		#about,#loc {
			transform:translateY(-100px);
		}
	}
	@media screen and (max-width: 768px) {
		.at_left {
			width: 80%;
			display: block;
			margin: 0 auto;
		}
		.at_right {
			width: 88%;
			padding-top: 1em;
		}
			.at_right img {
				padding-bottom:1em;
			}
		.loc_title {
			min-height: 120px;
		}
		.loc {
			padding: 4em 0 2em;
			text-align:center;
		}
		img.route {
			width: 63%;
			padding-right:0;
			padding-bottom:1em;
			display: block;
			margin: 0 auto;
		}
		iframe {
			border: solid 6px #000;
			border-right-style: groove;
			width:80%;
		}
		#about,#loc {
			transform:translateY(-80px);
		}
	}
	@media screen and (max-width: 600px) {
		img.route {
			width:70%;
		}
		.rental {
			background-attachment:inherit;
		}
		.rental ul {
			width: 100%;
		}
		.rental_title {
			padding: 5em 1em 3em;
		}
			.rental_title img {
				max-width: 60%;
			}
		iframe {
			height: 350px;
		}
		.loc {
			margin-top:-5%;
		}
	}
	@media screen and (max-width: 430px) {
		.at_left {
			width:100%;
		}
		.at_left span {
			padding: 1em 0em 1em 0em;
		}
		.at_right {
			width: 97%;
		}
		.about {
			padding-bottom: 1em;
		}
		.rental_title {
			padding: 3em 1em 2em;
		}
			.rental_title img {
				max-width: 65%;
			}
		.istyle {
			margin-top:2em;
		}
		.loc_title {
			min-height: 80px;
		}
		.loc {
			padding:2em 0 2em;
		}
		img.route {
			width: 90%;
		}
		iframe {
			height: 300px;
			width: 90%;
		}
		#about,#loc {
			transform:translateY(-65px);
		}
	}
/*---footer----------------------------------------------------------------------------------------------------------------------------------*/
/*ft_top*/
.ft_top {
	background:url(../../images/ft_top.png) bottom center no-repeat;
	background-size:cover;
	min-height:41px;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background-position-x: 30%;
}
footer {
	background:url(../../images/ft_bg.png) top center repeat;
	text-align:center;
}
	/*ft_logo*/
	.ft_logo {
		display: inline-block;
		vertical-align: middle;
		width: 25%;
	}
		.ft_logo img {
			max-width:100%;
		}
	/*info*/
	.info {
		display: inline-block;
		vertical-align: middle;
		width: 30%;
		text-align:left;
		border-right: solid 1px #bbb8b6;
		border-left: solid 1px #bbb8b6;
		padding-left: 4%;
		margin:3em 0;
	}
		.info ul {
		}
			.info li {
				padding:2% 0;
			}
				.info img {
					width:21%;
					vertical-align:top;
				}
				.info p {
					display:inline-block;
					padding:5px 0 0 3%;
					width:78%;
					vertical-align:top;
					line-height:20px;
				}
	/*ft_btn*/
	.ft_btn {
		display: inline-block;
		vertical-align: middle;
		width: 30%;
		padding-left:2%;
	}
		.ft_btn ul {
		}
			.ft_btn li {
				display: inline-block;
				vertical-align: middle;
				width: 32%;
				padding: 1% 3%;
			}
				.ft_btn a {
				}
					.ft_btn a:hover {
						animation:imgflash 1.2s ease-in-out;
					}
					.ft_btn img {
						max-width:100%;
					}
	/*link*/
	.link {
		background:#000;
		width:100%;
		padding: 2em 1em 2em;
	}
		.link a {
			display:inline-block;
			vertical-align:top;
			padding:0 8px;
		}
			.link a:hover img {
				opacity:.6
			}
			.link img {
				max-width:100%;
				transition:.3s ease-in-out;
			}
	/*copyright*/
	.copyright {
		color:#fff;
		padding-top:2em;
		line-height:20px;
	}
		.copyright a {
			color:#fff;
			display:inline-block;
			padding:0;
			transition:.3s ease-in-out;
		}
			.copyright a:hover {
				color: #f6d320;
			}
		@keyframes imgflash {
			0% {
				opacity:.5;
			}
			100% {
				opacity:1;
			}
		}
		@media screen and (max-width: 1200px) {
			.ft_logo {
				padding:0 2%;
			}
			.info {
				padding:0 2%;
			}
			.ft_btn li {
				padding:1%;
			}
			.link a {
				width:100px;
			}
			.copyright a {
				width:auto;
			}
		}
		@media screen and (max-width: 1100px) {
			.ft_logo {
				padding: 2% 2% 0;
				display: block;
				margin: 0 auto;
				width: 100%;
			}
			.info {
				padding: 0 2%;
				width: 48%;
				border-left:0px;
			}
			.ft_btn {
				width:48%;
				padding:0 2%;
			}
		}
		@media screen and (max-width: 600px) {
			.ft_logo {
				padding: 4% 2% 0;
			}
			.info {
				padding: 0;
				width: 70%;
				border-left: 0px;
				margin: 1em 0;
				border-right:0px;
			}
				.info li {
					padding: 1% 0;
				}
			.ft_btn {
				width: 60%;
				padding: 0 2% 4%;
			}
			.copyright {
				font-size:12px;
			}
		}
		@media screen and (max-width: 470px) {
			.ft_logo img {
				max-width: 47%;
			}
			.info {
				width:80%;
			}
			.ft_btn {
				width:80%;
			}
			.link {
				padding: 2em 1em 1em;
			}
			.link a {
				width: 85px;
				padding:0 3px;
			}
			.copyright a {
				width:auto;
				padding:0;
			}
		}
		@media screen and (max-width:375px) {
			.info ,.ft_btn{
				width: 85%;
			}
		}
		@media screen and (max-width:340px) {
			.info p {
				padding:0 0 0 3%;
			}
		}
/****show****/
#show {
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	padding: 11px 2%;
}
/*---intop-----------------------------------------------------------------------------------------------------------------------------------*/
.intop {
	text-align:center;
	position:relative;
	width:100%;
	background: url(../../images/intop.png) top center no-repeat;
	background-size:cover;
	min-height:578px;
}
	/*inlogo*/
	.inlogo {
		background:url(../../images/inlogo_bg.png) top center no-repeat;
		background-size:auto;
		min-height: 134px;
		padding-top: 45px;
	}
		.inlogo a {
			display:inline-block;
		}
			.inlogo img {
			}
	/*innavbar*/
	.innavbar {
		background:url(../../images/nav_bg.png) repeat;
		min-height: 140px;
		width: 1067px;
		max-width: 100%;
		padding-top:23px;
	}
	/*intitle*/
	.intitle {
		min-height:145px;
		width:1280px;
		max-width:100%;
		margin:0 auto;
	}
	.intitle_news {
		background:url(../../images/intitle_news.png) top center no-repeat;
		background-size:cover;
	}
	.intitle_price {
		background:url(../../images/intitle_price.png) top center no-repeat;
		background-size:cover;
	}
	.intitle_note {
		background:url(../../images/intitle_note.png) top center no-repeat;
		background-size:cover;
	}
	.intitle_message {
		background:url(../../images/intitle_message.png) top center no-repeat;
		background-size:cover;
	}
	@media screen and (max-width:1024px) {
		.intitle {
			min-height: 120px;
			margin-top: 1em;
		}
	}
	@media screen and (max-width:768px) {
		.innavbar {
			display:block;
			padding-top:0;
		}
			.innavbar li {
				padding:1%;
			}
		.inlogo {
			min-height:auto;
			background-size:cover;
			display:none;
		}
			.inlogo img {
				width: 195px;
				max-width:100%;
			}
		.intop {
			min-height:auto;
			background:none;
			padding-top:1em;
		}
		#show {
			display:block !important;
			opacity:1 !important;
		}
		.innavbar {
			display:none !important;
		}
		.intitle {
			min-height: 110px;
			margin-top: 5em;
		}
	}
	@media screen and (max-width:650px) {
		.intitle {
			min-height: 90px;
		}
	}
	@media screen and (max-width:500px) {
		.intitle {
			min-height: 73px;
			margin-top: 5em;
		}
	}
	@media screen and (max-width:425px) {
		.intitle {
			margin-top: 4em;
		}
	}
/*---inmain----------------------------------------------------------------------------------------------------------------------------------*/
/*inmain*/
.inmain {
	position:relative;
	min-height:500px;
	margin-top: -8em;
}
/*---news-----------------------------------------------------------------------------------------------------------------------------------*/
.news {
	margin:0 auto;
	width:1200px;
	max-width:100%;
	padding-bottom:3em;
	line-height:2;
}
	.news table {
		width:100%;
	}
	.news a {
		display:inline-block;
	}
	.news img {
		max-width:100%;
	}
	.news .newslist_rwd {
		padding:0 3%;
	}
	button, html input[type=button], input[type=reset], input[type=submit] {
		background: #a52327;
		color: #fff;
		border-radius: 5px;
		border: 0px;
		width: 200px;
		padding: 10px 0;
		letter-spacing: 4px;
		transition:.3s ease-in-out;
		border: solid 2px #a52327;
		font-weight:bold;
		margin:1% 5px;
	}
		button:hover, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
			 background:transparent;
			 color: #a52327;
		}
	/******************************************/
	.npic div {
		background: no-repeat center center;
	}
	.newslist_rwd .ntitle p {
		font-size: 17px;
		color: #0d0d0d;
		line-height: 20px;
		font-weight: 600;
		margin-bottom: 0px;
		text-align:left;
		transition:.3s ease-in-out;
	}
	.newslist_rwd .ninfo p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 0px;
		color:#333333;
		text-align:left;
		min-height:90px;
		transition:.3s ease-in-out;
	}
	.newslist_rwd .ninfo {
		font-size: 14px;
		line-height: 16px;
		color:#0d0d0d;
		text-align:right;
	}
	.nbox {
		margin: 0;
		padding: 0;
	}
	.nbox div {
		display: inline-block;
		float: left;
	}
	.nbox div:nth-child(2) {
		width: 100%-130px;
	}
	
	/*******/
	.newslist_rwd {
		width: 48%;
		display: inline-block;
		vertical-align: top;
		line-height:2;
	}
		.newslist_rwd:hover {
			animation:imgflash 1.2s ease-in-out;
		}
	.newslist_rwd a {
		display:block;
	}
	.ntitle a {
		display:inline-block;
	}
	.newslist_rwd td {
		vertical-align: top
	}
	.newslist_rwd .npic {
		width: 25%;
	}
	.newslist_rwd .ntext {
		width: 75%;
		padding: 2% 1% 2% 3%;
	}
	.newslist_rwd .npic img {
		width: 120px;
		height: 120px;
		border-radius:100%;
	}
	.newslist_rwd .ntitle,
	.newslist_rwd .ninfo {
		padding-bottom: 5px;
		width: 100%;
        display: block;
	}
	.newslist_rwd .npicimg {
		min-height: 135px;
		border-radius:2px;
		width:100%;
	}
	/*hover*/
	.newslist_rwd:hover .ntitle p {
		color:#c4411c;
	}
	.newslist_rwd:hover .ninfo p,.newslist_rwd:hover .ninfo {
		color: #c4411c;
	}
	@media screen and (max-width: 1199px) {
		.newslist_rwd .npic {
			width: 30%;
		}
	
		.newslist_rwd .ntext {
			width: 70%;
		}
	}
	@media screen and (max-width: 991px) {
	   .newstable {
		   width:100%;
	   }
	}
	@media screen and (max-width: 840px) {
	   .newslist_rwd {
		   width:100%;
	   }
	}
	@media screen and (max-width: 630px) {
		.newslist_rwd .ntext {
			padding: 3% 1% 1% 4%;
		}
	}
	@media screen and (max-width: 430px) {
		.newslist_rwd .npic {
			width: 40%;
		}
		.newslist_rwd .ntext {
			width: 60%;
		}
	}
	@media screen and (max-width: 480px) {
		.newslist_rwd .npic {
			padding-top:2%;
		}
	}
/*****************************************************/
	@media screen and (max-width:768px) {
		.inmain {
			margin-top:0;
			padding:1em;
		}
		.news {
			width:100%;
		}
	}
/*---renatl---------------------------------------------------------------------------------------------------------------------------------*/
.renatl {
	width: 1200px;
    margin: 0 auto;
    text-align: left;
    max-width: 100%;
	padding:0 2%;
}
	/*style*/
	.style {
		padding-bottom:2em;
	}
		.styletopic {
			border:0px;
			padding:0 1% 0 0;
			display:inline-block;
			vertical-align:middle;
		}
			.styletopic img {
				max-width:100%;
			}
		.style ul {
			display:inline-block;
			vertical-align:top;
			vertical-align:middle;
		}
			.style li {
				display:inline-block;
				vertical-align:middle;
				position:relative;
				padding:12px;
				cursor:pointer;
			}
				.style li a:before{
				  content:'';
				  display: inline-block;
				  height: 100%;
				  width: 0;
				  vertical-align: middle;
				}
				.style img {
					max-width:100%;
				}
				.style a {
					color:#000;
					font-size:17px;
					text-align:center;
					line-height:1.2;
					display:inline-block;
					position:relative;
					z-index:2;
				}
	/*style1*/
	.style1 {
		display: inline-block;
		vertical-align: top;
		width: 50%;
	}
		.style1 li {
			border: solid 1px #f1815f;
		}
		/*.style1 .active {
			background: #f1815f;
		}
		.style1 .active a {
			color:#fff;
		}*/
	/*style2*/
	.style2 {
	    display: inline-block;
		vertical-align: top;
		width: 30%;
	}
		.style2 li {
			border: solid 1px #a40035;
			padding:18px 30px;
		}
		/*.style2 .active {
			background: #a40035;
		}
		.style3 .active a {
			color:#fff;
		}*/
	/*style3*/
	.style3 {
	}
		.style3 li {
			border: solid 1px #8fc31f;
			height:86px;
			line-height:86px;
		}
		/*.style3 .active {
			background: #8fc31f;
		}
		.style3 .active a {
			color:#fff;
		}*/
	@media screen and (max-width:1140px) {
		.styletopic {
			width:180px;
			vertical-align:top;
		}
		.style ul {
			width:80%;
			vertical-align:top;
		}
			.style li {
				margin-bottom:1%;
			}
		.style1 {
			width:100%;
		}
		.style2 {
			width:100%;
		}
	}
	@media screen and (max-width:965px) {
		.styletopic {
			width:19%;
		}
	}
	@media screen and (max-width:700px) {
		.styletopic {
			width: 100%;
			padding: 0 0 3% 0;
		}
		.style ul {
			width:100%;
		}
			.style li {
				padding:10px;
			}
				.style a {
					font-size:15px;
				}
		.style3 li {
			height:80px;
			line-height:80px;
		}
		.style1 {
			width: 55%;
			display:inline-block;
		}
		.style2 {
			width: 40%;
			display:inline-block;
			padding-left:2%;
		}
		.style2 li {
			padding:19px 20px;
		}
	}
	@media screen and (max-width:580px) {
		.style1 {
			width: 100%;
		}
		.style2 {
			width: 100%;
			padding-left:0;
		}
	}
	@media screen and (max-width:495px) {
		.style img {
			width:44%;
		}
		.style li {
			width:32%;
			text-align:center;
		}
		.style a {
			font-size: 12px;
		}
		.style3 li {
			height: 75px;
			line-height: 75px;
		}
	}
/*rental_info*/
.rental_info {
	padding: 1em 1em 10em 1em;
}
#rental_info {
	transform:translateY(-105px);
}
	/*rental_type*/
	.rental_type {
	}
		/*type*/
		.type {
			display:inline-block;
			vertical-align:top;
			background:url(../../images/type_bg.png) repeat;
			text-align:center;
			padding:15px 20px 5px;
			width: 29%;
		}
			.type img {
				max-width:83%;
			}
			.type h1 {
				font-size: 25px;
				margin: 13px 0;
				font-weight: bold;
				color: #000;
				letter-spacing: 2px;
			}
			.type ul {
				list-style: circle;
				list-style-position: outside;
				text-align:left;
				padding: 2em 2em 2em 5em;
				min-height: 425px;
			}
				.type li {
					line-height: 28px;
					font-size: 16px;
				}
		/*carousel-type*/
		.carousel-type {
			display:inline-block;
			vertical-align:top;
			width: 60%;
			padding-left: 2%;
		}
		.dex {
			width:100% !important;
			padding-left:0;
		}
			.carousel-type img {
				max-width:100%;
			}
			.carousel-control.left,.carousel-control.right {
				background-image:none;
			}
		.fade {
			opacity:1;
		}
			@media screen and (max-width:1545px) {
				.type ul {
					min-height:300px;
					padding: 2em 2em 2em 3em;
				}
			}
			@media screen and (max-width:1024px) {
				.type {
					width:100%;
					margin-bottom:1em;
				}
				.type ul {
					min-height:auto;
					padding: 2em 2em 2em 2em;
				}
				.carousel-type {
					width:100%;
					padding:0;
				}
			}
			@media screen and (max-width:768px) {
				.rental_info {
					padding: 1em 1em 6em 1em;
				}
				#rental_info {
					transform:translateY(-70px);
				}
			}
			@media screen and (max-width:500px) {
				.rental_info {
					padding: 0em 0em 4em 0em;
				}
			}
			@media screen and (max-width:425px) {
				.type {
					padding: 15px 10px 5px;
				}
				.type ul {
					padding: 1em 0em 2em 1em;
				}
			}
/*---note-------------------------------------------------------------------------------------------------------------------------------------*/
.note {
	text-align:center;
	width:800px;
	max-width:100%;
	margin:0 auto;
	padding-bottom:5em;
}
	/*note_list*/
	.note_list {
		padding:1em 1em 4em;
		text-align:center;
		font-size: 16px;
		line-height: 2;
	}
		.note_list img {
			max-width:45%;
			padding-bottom:2em;
		}
		@media screen and (max-width:768px) {
			.note_list {
				padding:1em 1em 2em;
			}
		}
		@media screen and (max-width:600px) {
			.note {
				padding-bottom:2em;
			}
			.note_list {
				padding:1em 1em 2em;
			}
		}
		@media screen and (max-width:430px) {
			.note_list {
				padding: 0em 0em 2em;
			}
				.note_list img {
					max-width: 43%;
					padding-bottom: 1em;
				}
		}
/****services_order******/
#services_order {
	padding-bottom:6em;
	line-height:2;
}
#services_order p {
	text-align:center;
	color: #c14624;
	margin-bottom:1em;
}

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

#services_order .ripple input[type="submit"] {
	position: relative;
	border: none;
	outline: none;
	cursor: pointer;
	background: #b64424;
	color: #fff;
	padding: 8px 20px;
	border-radius: 2px;
	font-size: 14px;
	border: 1px #fff solid;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border-radius: 5px;
	max-width:45%;
	width:200px;
}

#services_order .ripple input[type="submit"]:hover {
	border: 1px #b64424 solid;
	color: #fff;
	border-radius: 30px;
}

#services_order .ripple input[type="reset"] {
	position: relative;
	border: none;
	outline: none;
	cursor: pointer;
	background: transparent;
	color: #b64424;
	padding: 8px 20px;
	border-radius: 2px;
	font-size: 14px;
	border: 1px #b64424 solid;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border-radius: 5px;
	max-width:45%;
	width:200px;
}

#services_order .ripple input[type="reset"]:hover {
	border: 1px #b64424 solid;
	color: #b64424;
	border-radius: 30px;
}

#services_order label {
	color: #424040;
	text-align:left;
}

#services_order input,#services_order select {
	padding: 2px 0;
	line-height: 26px;
	border-radius: 2px;
	border: 1px #767676 solid;
	background: transparent;
	color: #313131;
}

#services_order input:hover,,#services_order select:hover {
	border-color: #d25c3c;
	outline: 0
}
.ripple {
	text-align:center;
}
#services_order input:focus {
	border-color: #fb6452;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .0), 0 0 8px rgba(102, 175, 233, .0);
}

#services_order textarea {
	padding: 2px 0;
	line-height: 26px;
	border-radius: 2px;
	border: 1px #767676 solid;
	background: transparent;
	color: #313131;
}

#services_order textarea:hover {
	border-color: #fb6452;
	outline: 0;
}

#services_order textarea:focus {
	border-color: #fb6452;
	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:500px) {
		#services_order {
			padding-bottom: 3em;
		}
	}
	@media screen and (max-width:425px) {
		#services_order {
			padding-bottom: 1em;
		}
	}
a.remit {
	display:inline-block;
	border-bottom:solid 1px #1a62da;
	line-height: 22px;
    color: #1a62da;
}
#remit {
	transform:translateY(-115px);
}

/***********************/
/***booking start***/

.booking {
    width: 1440px;
    max-width: 100%;
    margin: 0 auto;
}

/*---apply-------------------------------------------------------------------------------------------------------------------------------*/
.ui-widget {
    font-family: inherit !important;
    font-size: 1.1em;
}
/*apply*/
.apply {
    width:1000px;
    margin:0 auto;
    max-width:90%;
    padding-bottom:7em;
    position:relative;
}
.apply iframe {
    width: 100%;
    height: 700px;
	border: none;
}
.apply label {
    width:48%;
    text-align:left;
    padding:0 1em;
    font-weight:normal;
}
.apply td {
    padding-bottom:1em;
}
table.tb1 input[type=text], textarea,table.tb1 input[type=date] {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 90%;
    background: rgb(255, 255, 255);
    border: solid 1px #dadada;
    border-radius: 5px;
    height: 40px;
    box-shadow: 1px 1px 1px rgb(158, 170, 175,.5);
}
.apply .s {
    display:inline-block;
    width:25%;
}
.apply .s input[type=text] {
    width:60px;
}
.apply input[type=submit],.apply input[type=reset] {
    background: #fff;
    border: solid 1px #a7a7a7;
    border-radius: 5px;
    padding: 10px 13px;
    letter-spacing: 1px;
    box-shadow: 2px 2px 1px rgba(0,0,0,.3);
    transition: .2s ease all;
    width: 150px;
    margin: 0 1%;
    color: #000;
}
.apply input[type=button]:hover,.apply input[type=reset]:hover,.apply input[type=submit]:hover {
    background: rgba(0,0,0,.8);
    box-shadow: 0px 0px 1px rgba(0,0,0,.3);
    color: #fff;
}
.apply input[type=reset] {
    background: rgb(173, 176, 176);
}
/*remark*/
.remark {
    text-align:center;
    color:#e64c2e;
    font-size:20px;
    margin-top:1em;
}
table.tb2 input[type=text],table.tb2 input[type=date] {
    box-shadow:none;
    width:80%;
    background: rgb(255, 255, 255);
    border: solid 1px #dadada;
    border-radius: 5px;
    height: 40px;
}
.table-condensed>tbody>tr>td {
    padding:10px;
}
.side {
    text-align:right;
}
    @media screen and (max-width:800px) {
        .apply label {
            width:100%;
        }
        .apply .s {
            width:30%;
            margin:.2em 0;
        }
        .apply iframe {
            width: 100%;
            height:800px;
        }
    }
    @media screen and (max-width:660px) {
        .apply .s {
            width:45%;
        }
    }
    @media screen and (max-width:480px) {
        table.tb1 tr {
            border-bottom: dashed 1px #dedede;
            display:block;
            padding:.5em 0;
        }
        table.tb1 td {
            padding-bottom: .5em;
            display: block;
            text-align: left !important;
            width: 100% !important;
        }
        .side {
            text-align:left;
        }
        .apply label {
            padding:0 1em 0 0;
        }
        table.tb1 input[type=text], textarea,table.tb1 input[type=date] {
            width:100%;
        }
        .apply table.tb2 tr {
            border-bottom: dashed 0px #dedede;
            padding: .5em 0;
        }
        .apply .s {
            width:40%;
        }
        .apply {
            padding-bottom:8em;
        }
        table.tb2 input[type=text], table.tb2 input[type=date] {
            width:100%;
        }
        .table-condensed>tbody>tr>td {
            padding: 5px;
        }
    }
    @media screen and (max-width:350px) {
        .apply .s {
            width: 48%;
        }
        .apply input[type=submit], .apply input[type=reset] {
            width: 100%;
            margin: .5em 0;
        }
        .apply {
            padding-bottom:6em;
        }
    }


/***booking end****/
/***********************/









