/*--------------copyright by alva start-------------------------------*/
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,  th, 
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: 16px;
	line-height:30px;
	letter-spacing:1px;
	color: rgba(51,51,51,1);
	background: url(../../images/pattern1.png) repeat;
	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;
	text-decoration:none;
}
a:hover {
	text-decoration:none;
}
.clear {
	clear:both;
}
::selection {
  background:#d2efea;
}

/****************************************************************************************************************************************/
/*********************************************************************************************************************************************/
/*gotop*/
#gotop {
	position: fixed;
	bottom: 1%;
    right: 1%;
	cursor:pointer;
	z-index:30;
	transition:.3s ease-in-out;
	display:none;
	width:60px;
}
#gotop img {
	max-width:100%;
}
	#gotop:hover {
		transform: translateY(-10px);
	}
	@media screen and (max-width:500px) {
		#gotop {
			width:40px;
			bottom:2%;
		}
	}
	@media screen and (max-width:430px) {
		#gotop {
			bottom:17%;
		}
	}
button, html input[type=button], input[type=reset], input[type=submit] {
	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:1%;
	color:#000;
}
input[type=reset] {
	background: rgb(173, 176, 176);
}
button:hover, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
	background:rgba(0,0,0,.8);
    box-shadow: 0px 0px 1px rgba(0,0,0,.3);
	color:#fff;
}
/*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;
}
/*********************************************************************************************************************************************/
/*********************************************************************************************************************************************/
/*---header-------------------------------------------------------------------------------------------------------------------------------*/
header {
	position:relative;
	background-size:cover;
	height:100vh;
}
header a {
	display:block;
	width:100%;
	height:100%;
	position:relative;
}
header a:after {
	content:'';
	background:url(../../images/mask.png) top left no-repeat;
	background-size:cover;
	height:100%;
	width:864px;
	position:absolute;
	top:0;
	left:0;
}
/*dex*/
.dex {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	z-index:-1;
}
.carousel {
}
	/*item*/
	.dex .item {
		background: url(../../flash/dex1.jpg) top right no-repeat;
		background-size:cover;
		width:100%;
		height:100vh;
	}
	.dex .item:nth-of-type(2) {
		background: url(../../flash/dex2.jpg) top center no-repeat;
		background-size:cover;
	}
	.dex .item:nth-of-type(3) {
		background: url(../../flash/dex3.jpg) top center no-repeat;
		background-size:cover;
	}
	.dex .item:nth-of-type(4) {
		background: url(../../flash/dex4.jpg) top center no-repeat;
		background-size:cover;
	}
/*ilogo*/
.ilogo {
	text-align: center;
    display: inline-block;
    position: absolute;
    top: 30%;
    left: 15em;
	z-index:5;
}
.ilogo img {
	max-width:100%;
}
/*scroll*/
.scroll {
	padding-top:3em;
}
.scroll img {
	display:block;
	margin:0 auto;
	max-width:30%;
	-webkit-filter: drop-shadow(5px 7px 1px rgba(99, 99, 99, 0.3));
	filter: drop-shadow(5px 7px 1px rgba(99, 99, 99, 0.3));
}
.scroll i {
	color:#292627;
	animation:move 1.2s infinite alternate ease-in-out;
}
	@keyframes move {
		0% {
			transform:translateY(0);
			opacity:0;
		}
		100% {
			transform:translateY(15px);
			opacity:1;
		}
	}
/*---nav-----------------------------------------------------------------------------------------------------------------------------------*/
nav {
	position:relative;
}
nav:after {
	content:'';
	background:rgba(255,255,255,.9);
	position: fixed;
	top:0;
	left:0;
	width:100%;
	min-height:85px;
	opacity:0;
	z-index:10;
	transition:.6s ease-in-out;
	z-index:35;
}
.navbg:after {
	opacity:1;
	transition:.6s ease-in-out;
}
.inav:after {
}
/*navlogo*/
.navlogo {
	position:fixed;
	top:.5em;
	left:3em;
	z-index:40;
}
/***navbar***/
.navbar {
	position: fixed;
    top:1em;
    right:1em;
    min-height: auto;
    margin: 0;
    border: 0;
	border-radius:0;
	width:65px;
	text-align:right;
	z-index:50;
	mix-blend-mode: difference;
    color: #fff;
}
/***mobile ibutton***/
.mibutton {
	z-index: 30;
	cursor:pointer;
	width:60px;
	height:60px;
	color:#fff;
	display:inline-block;
	position:relative;
	text-align:center;
}
	.mibutton span {
		display: inline-block;
		width: 40px;
		height: 3px;
		transition: .3s ease all;
		position: absolute;
		top:0;
		left:calc(50% - 20px);
		background:#fff;
		border-radius:60px 0 60px 0;
		transform-origin:left top;
	}
		.mibutton span:nth-child(2) {
			top:13px;
			width:100%;
			height:4px;
			left:0;
		}
		.mibutton span:nth-child(3) {
			top:26px;
		}
	.mibutton strong {
		color:#fff;
		display:block;
		text-align:center;
		font-weight: normal;
		font-size: 13px;
		position:absolute;
		bottom:3px;
		left:50%;
		transform:translateX(-50%);
	}
	.mibutton_ani span {
	}
		.mibutton_ani span:nth-child(1) {
			-webkit-transform:rotate(45deg);
					transform:rotate(45deg);
			-webkit-transform-origin:left bottom;
					transform-origin:left bottom;
			top:0;
		}
		.mibutton_ani span:nth-child(2) {
			opacity:0;
		}
		.mibutton_ani span:nth-child(3) {
			-webkit-transform:rotate(-45deg);
					transform:rotate(-45deg);
			-webkit-transform-origin:left top;
					transform-origin:left top;
			top:26px;
		}
/*language*/
.language {
	display:inline-block;
	position:relative;
	border: 2px #888888 solid;
	padding: 2px 10px;
	vertical-align:top;
	margin:1.5em 0;
	cursor:pointer;
}
	.switch {
		font-weight: bold;
		font-size: 9pt;
	}
	.fa {
		padding-left: 4px;
	}
/*#google_translate_element*/
#google_translate_element {
	display:inline-block;
	vertical-align:top;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	opacity: 0;
	width: 100%;
	color:#4d4d4d;
}
.goog-te-gadget {
	font-size:0 !important;
}
.goog-logo-link {
	display:none;
}
.goog-te-combo {
	cursor:pointer;
}
.goog-te-gadget .goog-te-combo {
	padding:8px 0;
	margin:0 !important;
	width:100%;
}
select {
	font-size: 10pt;
}
	@media screen and (max-width:768px) {
		header a:after {
			width:100%;
		}
		.ilogo {
			top:50%;
			left:50%;
			transform:translate(-50%,-50%);
			width:80%;
		}
		.dex .item:nth-of-type(4) {
			background-position-x:70%;
		}
	}
	@media screen and (max-width:500px) {
		header a:after {
			width:100%;
		}
		.ilogo {
			top:50%;
			left:50%;
			transform:translate(-50%,-50%);
			width:60%;
		}
		.language {
			padding:0 5px;
			margin:.5em 0;
		}
		.mibutton {
			height:50px;
			width:50px;
		}
		.mibutton span:nth-child(2) {
			top:9px;
		}
		.mibutton span:nth-child(3) {
			top:19px;
		}
		.mibutton span {
			width:36px;
			left: calc(50% - 18px);
		}
		.mibutton_ani span:nth-child(1) {
			-webkit-transform: rotate(30deg);
			transform: rotate(30deg);
		}
		.mibutton_ani span:nth-child(3) {
			-webkit-transform: rotate(-30deg);
			transform: rotate(-30deg);
		}
	}
/***nav_inner***/
.nav_inner {
	background:rgba(255,255,255,.95);
	text-align:center;
	position:fixed;
	top:0;
	left:0;
	width:0;
	height:100vh;
	opacity:0;
	overflow:hidden;
	transition:1s ease-in-out;
	z-index:-1;
}
.nav_on {
	opacity:1;
	overflow:visible;
	z-index:48;
	width:100%;
	left:inherit;
	right:0;
}
.wrap0 {
	width:506px;
	margin:0 auto;
	max-width:80%;
	padding:5em 0 2em;
	position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
	transition:1s ease-in-out;
	max-height:95vh;
	overflow-y:scroll;
}
.nav_on .wrap0 {
	opacity:1;
	transition-delay:.8s;
}
.stop {
	overflow:hidden;
}
/*logo*/
.logo {
}
.logo a {
	display:inline-block;
	transition:.2s ease-in-out;
}
.logo img {
	max-width:90%;
}
.logo a:hover {
	opacity:.5;
}
img.imgmenu {
	max-width:30%;
	padding:3em 0;
}
/*ibutton*/
.ibutton {
	position:relative;
}
.ibutton:after {
	content:'';
	background:url(../../images/menu_line.png) top center repeat-y;
	background-size:auto;
	position:absolute;
	top:0;
	left:50%;
	width:4px;
	height:100%;
}
.ibutton ul {
}
.ibutton li {
	display:inline-block;
	vertical-align:top;
	width:48%;
	padding:2em 1em;
}
.ibutton a {
	position:relative;
}
.ibutton a:after {
	content:'';
	background: rgb(228, 228, 228,.5);
	position:absolute;
	bottom: -1em;
    right:0;
	width:0%;
	height:100%;
	z-index:-1;
	border-radius:2px;
	transition:.3s ease-in-out;
}
.ibutton a:hover:after {
	width:100%;
	left:0;
	right: inherit;
}
.ibutton img {
	max-width:100%;
}
	@media screen and (max-width:430px) {
		img.imgmenu {
			padding: 2em 0;
		}
		.ibutton:after {
			width:2px;
		}
		.wrap0 {
			padding: 5vh 0 2em;
			max-height:100vh;
			overflow-y:scroll;
		}
	}
/*--main----------------------------------------------------------------------------------------------------------------------------------*/
#main {
}
/***inews***/
.inews {
	background:url(../../images/pattern1.png) repeat;
	text-align:center;
	padding:3em 1em;
}
img.inews_title {
	width: 369px;
    max-width: 100%;
	vertical-align:middle;
}
.inews_list {
	display:inline-block;
	width:60%;
	vertical-align:middle;
}
.inews_list .newslist_rwd .ninfo p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	 -webkit-line-clamp:1;
}
.inews_list .page_num {
	display:none;
}
/***abt1***/
.abt1 {
	background:url(../../images/abt1_deco.png) top left no-repeat,url(../../images/pattern2.png) repeat;
	background-size:auto,auto;
	position:relative;
	padding-bottom:15em;
}
img.abt1_tit {
	width:41%;
	padding: 8em 0 0 0;
}
/*abt1_img*/
.abt1_img {
	width:63%;
	position:absolute;
	top:0;
	right:0;
	text-align:right;
}
.abt1_img img:nth-of-type(1) {
	position:absolute;
	right:0;
	bottom:0;
	max-width:100%;
	-webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.3));
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.3));
}
img.house {
	z-index:3;
	position:relative;
	width:44%;
}
/*story*/
.story {
	width:1230px;
	margin:3em auto 0px;
	max-width:90%;
	background:url(../../images/abt1_textbg.jpg) repeat;
	position:relative;
	z-index:5;
	-webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.3));
	filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.3));
}
.story p {
	color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 3em 2em 5em 7em;
    width: 60%;
}
.story img {
	width:35%;
	padding-top:2em;
	margin-bottom:-10em;
}
	@media screen and (max-width:1400px) {
		img.abt1_tit {
			padding: 4em 0 0 0;
		}
		.abt1 {
			background-size: 43%,auto;
		}
	}
	@media screen and (max-width:1024px) {
		.story img {
			margin-bottom: -5em;
		}
		.abt1 {
			padding-bottom:8em;
		}
	}
	@media screen and (max-width:830px) {
		.story {
			margin: 1em auto 0px;
		}
	}
	@media screen and (max-width:700px) {
		.story {
			margin: 1em auto 0px;
		}
		img.abt1_tit {
			padding: 3em 0 0 0;
			width: auto;
			max-width: 70%;
		}
		.abt1_img {
			width: 100%;
			position: relative;
			margin-top:-2em;
		}
		.story {
			margin: -1em auto 0px;
			text-align:center;
		}
		.story p {
			width:100%;
			padding:3em 2em;
			text-align:left;
		}
		.story img {
			padding: 0;
			width: auto;
			max-width: 60%;
			display:inline-block;
			margin: 0 auto -5em;
		}
	}
	@media screen and (max-width:550px) {
		img.abt1_tit {
			max-width: 100%;
			margin-left: -8em;
		}
		.abt1 {
			background-size:85%,auto;
		}
		img.house {
			width:45%;
		}
		.story img {
			max-width:70%;
		}
	}
	@media screen and (max-width:430px) {
		img.abt1_tit {
			margin-left: -6em;
		}
		.abt1 {
			padding-bottom: 7em;
		}
	}
/***abt2***/
.abt2 {
	position:relative;
	text-align:center;
}
.abt2:before {
	content:'';
	background:url(../../images/pattern2.png) repeat;
	opacity:.88;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.abt2:after {
	content:'';
	background:url(../../images/pattern1.png);
	clip-path: polygon(15% 0%, 100% 0, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(15% 0%, 100% 0, 100% 100%, 0% 100%);
	position:absolute;
	bottom:0;
	right:0;
	width:90%;
	height:30%;
}
/*abt2_top*/
.abt2_top {
	position:relative;
	z-index:3;
	padding:0 1em 0 0;
	text-align:left;
}
.abt2_top:before {
	content:'';
	background:url(../../images/abt2_line.jpg) top left repeat-x;
	min-height:74px;
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
/*abt2_deco*/
.abt2_deco {
	clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
	-webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
	background:url(../../images/pattern1.png) repeat;
	opacity:.65;
	width: 53%;
    height: 280px;
    display: inline-block;
    vertical-align: top;
}
.abt2_top img {
	position:relative;
	z-index:3;
	width: 34%;
    padding: 3em 0 0 2em;
}
img.abt2_img {
	position:relative;
	z-index:3;
	max-width:90%;
	padding-top:5em;
	margin-bottom: -5em;
}
/***abt3***/
.abt3 {
	position:relative;
	background:#b3c9ce;
	text-align:center;
	padding-bottom:3em;
}
.abt3:before {
	content:'';
	background:url(../../images/abt3_bg.jpg) center left no-repeat;
	background-size:cover;
	width:100%;
	height:50%;
	position:absolute;
	bottom:0;
	left:0;
}
img.abt3_img1 {
	position:relative;
	z-index:3;
	width: 28%;
	vertical-align:bottom;
}
/*abt3_right*/
.abt3_right {
	position:relative;
	z-index:3;
	display:inline-block;
	vertical-align:bottom;
	width:48%;
	padding:0 1em;
}
.abt3_right p {
	text-align: left;
    padding: 4em 0em;
    width: 55%;
    margin: 0 auto;
}
.abt3_right img {
	max-width:90%;
	margin-top:-1em;
	-webkit-filter: drop-shadow(0px 0px 10px rgba(51, 51, 51, 0.3));
	filter: drop-shadow(0px 0px 10px rgba(51, 51, 51, 0.3));
}
	@media screen and (max-width:1400px) {
		.abt2_deco {
			height:240px;
		}
		.abt2_top img {
			width: 38%;
			padding: 2em 0 0 2em;
		}
		.abt2_top:before {
			min-height:60px;
		}
		img.abt3_img1 {
			vertical-align:middle;
		}
		.abt3_right {
			vertical-align:middle;
		}
		.abt3_right p {
			padding:3em 0em 0;
			width: 60%;
		}
	}
	@media screen and (max-width:1200px) {
		.abt2_deco {
			height: 200px;
		}
		.abt2 {
			padding-bottom:1em;
		}
		img.abt3_img1 {
			width:32%;
		}
	}
	@media screen and (max-width:1000px) {
		.abt2_top:before {
			min-height: 50px;
		}
		.abt2_deco {
			height: 170px;
		}
		.abt2_top img {
			width: 40%;
			padding: 2em 0 0 0em;
		}
		.abt2:after {
			height:25%;
		}
		.abt2 {
			padding-bottom: 3em;
		}
		.abt3_right p {
			width:80%;
		}
	}
	@media screen and (max-width:700px) {
		.abt2_top:before {
			min-height: 45px;
		}
		.abt2_deco {
			height: 130px;
			width:45%;
		}
		.abt2_top img {
			width:50%;
		}
		img.abt3_img1 {
			width: 40%;
		}
		.abt3_right p {
			padding: 1em 0em 0;
		}
	}
	@media screen and (max-width:600px) {
		.abt2 {
			padding-bottom: 4em;
		}
		.abt2_top img {
			width: 60%;
		}
		.abt2_deco {
			height: 110px;
			width: 36%;
		}
		img.abt2_img {
			padding-top:3em;
		}
		.abt2:after {
			height: 23%;
		}
		.abt3 {
			text-align:right;
		}
		img.abt3_img1 {
			width: 65%;
			padding: 0 2em 1em 0px;
			margin-top:-1em;
		}
		.abt3_right {
			margin: 0 auto;
			width: 85%;
			display:block;
		}
		.abt3_right img {
			max-width:100%;
			margin:0;
		}
		.abt3:before {
			background-position-x: 28%;
		}
	}
	@media screen and (max-width:430px) {
		.abt2 {
			padding-bottom: 5em;
		}
		img.abt3_img1 {
			padding: 0 1em 1em 0px;
		}
		.abt3_right {
			width:90%;
		}
		.abt3_right p {
			width: 90%;
		}
	}
/*---abt4-----------------------------------------------------------------------------------------------------------------------------------*/
.abt4 {
	background:#c9cfd0;
	text-align:left;
}
.abt4 img:nth-of-type(1) {
	width:46%;
}
.abt4 img:nth-of-type(2) {
	padding: 1em 2em 1em 6em;
    width: 44%;
}
/*---abt5------------------------------------------------------------------------------------------------------------------------------------*/
.abt5 {
	background:url(../../images/abt5_bg.jpg) top center no-repeat fixed;
	background-size:cover;
	text-align:left;
	position:relative;
}
/*abt5_text*/
.abt5_text {
	display:inline-block;
	background:rgba(0,0,0,.7);
	padding:8em 8em 8em 5em;
	width: 700px;
    max-width: 90%;
	margin-left:15em;
}
.abt5_text p {
	text-align:left;
	color:#fff;
	font-size:14px;
	padding:0 1em 5em 3em;
}
/*abt5line*/
.abt5line {
	position:relative;
}
.abt5line:after {
	content:'';
	border:solid 2px #fff;
	position:absolute;
	width: 220%;
    height: 115%;
    top: -2em;
    left: -2em;
}
.abt5line img {
	vertical-align: middle;
	max-width:100%;
}
img.abt5_img2 {
	vertical-align:middle;
	position:absolute;
	top: 10em;
    right: 15em;
    width: 41%;
}
	@media screen and (max-width:1800px) {
		img.abt5_img2 {
			right:10em;
			width:40%;
		}
	}
	@media screen and (max-width:1680px) {
		.abt5_text {
			margin-left: 12em;
		}
		img.abt5_img2 {
			right: 8em;
		}
	}
	@media screen and (max-width:1520px) {
		.abt4 img:nth-of-type(1) {
			width: 52%;
		}
		.abt4 img:nth-of-type(2) {
			padding: 1em 2em 1em 3em;
		}
		.abt5_text {
			margin-left: 7em;
		}
	}
	@media screen and (max-width:1380px) {
		img.abt5_img2 {
			right: 0;
			top: 0;
			position: relative;
			max-width:100%;
			width:auto;
			padding:2em 0 0 0;
		}
		.abt5_text {
			padding: 6em 3em;
		}
		.abt5line {
			padding:1em;
			display:inline-block;
			width: 604px;
			text-align: center;
			max-width: 100%;
		}
		.abt5line:after {
			width:100%;
			height:100%;
			top:0;
			left:0;
		}
	}
	@media screen and (max-width:900px) {
		.abt4 img:nth-of-type(1) {
			width: 83%;
		}
		.abt4 img:nth-of-type(2) {
			width: auto;
			display: block;
			margin: 0 auto;
			max-width: 90%;
			padding: 3em 0em;
		}
		.abt5_text {
			margin:0;
		}
	}
	@media screen and (max-width:500px) {
		.abt5 {
			background-attachment:inherit;
		}
		.abt5_text {
			width:100%;
			padding: 4em 3em;
			max-width:100%;
		}
		.abt4 img:nth-of-type(1) {
			width: 90%;
		}
		.abt5_text p {
			padding: 0 1em 3em 1em;
		}
	}
	@media screen and (max-width:430px) {
		.abt5_text {
			padding:4em 2em;
		}
	}
/*---abt6----------------------------------------------------------------------------------------------------------------------------------*/
.abt6 {
	background:url(../../images/abt6_bg.jpg) top right no-repeat;
	background-size:cover;
	text-align:left;
}
/*abt6_block*/
.abt6_block {
	position:relative;
	width:1170px;
	max-width:80%;
	background:url(../../images/pattern1.png) repeat;
	text-align:right;
}
.abt6_block:after {
	content:'';
	background: url(../../images/abt6_deco.png) center center no-repeat;
	background-size:contain;
	border-left:19px solid #fff;
	position:absolute;
	top:0;
	right:-66px;
	height:100%;
	width:66px;
}
/*abt6_img*/
.abt6_img {
	text-align:right;
	padding:3em 3em 4em 2em;
	overflow:hidden;
	position:relative;
	display:inline-block;
}
.abt6_img img {
	max-width:100%;
}
.layer1 {
	background: url(../../images/pattern1.png) repeat;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5;
}
/*---abt7--------------------------------------------------------------------------------------------------------------------------*/
.abt7 {
	min-height:660px;
	box-shadow: inset 0px -3px 10px rgba(0,0,0,.5);
}
.silder2 {
	display:none;
}
	@media screen and (max-width:768px) {
		.abt7 {
			min-height:auto;
		}
		.silder2 {
			display:block;
		}
	}
	@media screen and (max-width:600px) {
		.abt6_block:after {
			border-left: 12px solid #fff;
			width:45px;
			right:-45px;
		}
		.abt6 {
			background-attachment:inherit;
		}
	}
	@media screen and (max-width:430px) {
		.abt6_block:after {
			border-left: 10px solid #fff;
			width:40px;
			right:-40px;
		}
		.abt6_img {
			padding: 3em 2em 3em 1em;
		}
	}
/*---footer------------------------------------------------------------------------------------------------------------------------------*/
footer {
	position:relative;
	z-index:10;
}
/***ft_top***/
.ft_top {
	background:url(../../images/ftbg.png) top right no-repeat,#fff;
	background-size:cover;
	text-align:right;
}
img.contact {
	max-width:100%;
	width:431px;
    padding: 7em 2em 2em 0;
}
/*ftbtn*/
.ftbtn {
	display:inline-block;
	width:25%;
	margin: 7em 4em 0 6em;
	border-right: solid 1px #bdbdbd;
}
.ftbtn ul {
}
.ftbtn li {
	display:inline-block;
	width:31%;
	padding:0 1em;
	border-left:solid 1px #bdbdbd;
}
.ftbtn a {
	transition:.2s ease-in-out;
}
.ftbtn img {
	max-width:100%;
}
.ftbtn a:hover {
	opacity:.5;
}
/***ft_inner***/
.ft_inner {
	text-align:center;
	padding:0 0 2em 0;
	margin-top:-2em;
}
img.ftlogo {
	width:10%;
	vertical-align:bottom;
}
.ftinfo {
	display:inline-block;
	vertical-align:bottom;
	text-align:left;
	padding: 0 1em 0em 5em;
}
.ftinfo ul {
}
.ftinfo li {
}
.ftinfo i {
	width: 20px;
    font-size: 15px;
}
.ftinfo p {
	display:inline-block;
	vertical-align:top;
}
.ftinfo a {
	display: inline-block;
}
/***ft_bottom****/
.ft_bottom {
	background:#000;
	text-align:center;
}
/*ft_icon*/
.ft_icon {
	width:650px;
	margin:0 auto;
	max-width:90%;
	padding:2em 0;	
}
/*mark*/
.mark {
	padding:0;
	background:none;
}
.mark img {
	display:block;
	margin:0 auto;
	max-width:100%;
}
.mark span {
	color: #fff;
    font-size: 14px;
    line-height: 19px;
    display: block;
    padding: 6px 0;
}
.mark div {
	display:inline-block;
	padding:0 1em;
}
/*icon*/
.icon {
	color:#fff;
	font-size:14px;
	padding:1em 0;
}
.icon a {
	color:#fff;
	display:inline-block;
	padding:0 5px;
	transition:.2s ease-in-out;
}
.icon img {
	max-width:100%;
}
.icon a:hover {
	transform:translateY(-5px);
}
/*copyright*/
.copyright {
	color:#474747;
	font-size:14px;
	line-height:22px;
}
.copyright a {
	color:#474747;
	display:inline-block;
	transition:.2s ease-in-out;
}
.copyright a:hover {
	color:#fff;
}
	@media screen and (max-width:1600px) {
		img.contact {
			padding: 6em 2em 2em 0;
		}
		.ftbtn {
			width: 30%;
			margin: 6em 4em 0 6em;
		}
		.ft_inner {
			margin:0;
		}
	}
	@media screen and (max-width:1200px) {
		img.contact {
			padding: 5em 2em 2em 0;
			width: 36%;
		}
		.ftbtn {
			width:35%;
			margin: 6em 4em 0 1em;
		}
	}
	@media screen and (max-width:1024px) {
		.ft_top {
			background-size:auto;
		}
		img.contact {
			padding: 7.3em 2em 2em 0;
			width:410px;
			display:block;
			margin:0 auto;
		}
		.ftbtn {
			width: 600px;
			margin: 0em auto 1em;
			display: block;
			max-width: 90%;
		}
	}
	@media screen and (max-width:770px) {
		img.ftlogo {
			width: 154px;
		}
	}
	@media screen and (max-width:620px) {
		img.contact {
			max-width:90%;
		}
		img.ftlogo {
			width: 150px;
			display: block;
			margin: 0 auto;
			max-width: 50%;
			padding: 1em 0;
		}
		.ftinfo {
			display: inline-block;
			vertical-align: bottom;
			text-align: left;
			padding: 1em 0em 0em 0em;
			width: 75%;
		}
	}
	@media screen and (max-width:430px) {
		img.contact {
			padding: 7.5em 2em 2em 0;
		}
		.ftbtn li {
			width:32%;
			padding:0 .5em;
		}
		.ftinfo {
			width:85%;
			font-size:14px;
		}
		.ftinfo p {
			width:90%;
		}
		.ft_inner {
			padding:0 0 1em 0;
		}
		.ft_icon {
			padding:1em 0;
		}
		.icon a {
			width:10%;
		}
	}
/*---rmbg-------------------------------------------------------------------------------------------------------------------------------------*/
.rmbg {
	position:relative;
	text-align:center;
	padding-bottom:5em;
}
.rmbg:after {
	content:'';
	background:url(../../images/rmask.png) top left no-repeat;
	background-size:auto;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.rmbg0 {
	background:url(../../images/rmbg0.png) top center no-repeat fixed;
	background-size:cover;
}
.rmbg1 {
	background:url(../../images/rmbg1.png) top left no-repeat fixed;
	background-size:cover;
}
.rmbg2 {
	background:url(../../images/rmbg2.png) top center no-repeat fixed;
	background-size:cover;
}
.rmbg3 {
	background:url(../../images/rmbg3.png) top center no-repeat fixed;
	background-size:cover;
}
.rmbg4 {
	background:url(../../images/rmbg4.png) top center no-repeat fixed;
	background-size:cover;
}
/*rmwrap*/
.rmwrap {
	width:1300px;
	max-width:90%;
	margin:0 auto;
	position:relative;
	z-index:5;
}
/***rgtitle***/
.rgtitle {
	text-align:right;
	padding:10em 4em 4em;
}
.rgtitle img {
	max-width:100%;
}
/***rglist***/
.rglist {
}
/*rg*/
.rg {
	position:relative;
	width:100%;
	position:relative;
	background:rgba(255,255,255,.5);
	margin-bottom:2em;
	padding:1em;
	-webkit-filter:drop-shadow(0px 0px 3px rgba(0,0,0,.3));
	filter:drop-shadow(0px 0px 3px rgba(0,0,0,.3));
	transition:.3s ease-in-out;
}
.rg a {
	height:100%;
	width:100%;
	min-height:420px;
	position:relative;
	z-index:5;
}
.rg:after {
	content:'';
	background:rgba(154, 247, 228, 0.7);
	height:100%;
	width:55%;
	position:absolute;
	top:0;
	left:0;
	transition:.5s ease-in-out;
}
.rg:nth-of-type(2):after {
	background:rgba(220, 202, 137, 0.7);
	left:inherit;
	right:0;
}
.rg:nth-of-type(3):after {
	background:rgba(100, 181, 165, 0.7);
}
.rg:nth-of-type(4):after {
	background:rgba(236, 175, 134, 0.7);
	left:inherit;
	right:0;
}
/*rmbt*/
.rmbt {
	vertical-align:middle;
	display:inline-block;
	width:28%;
	padding-top:6em;
}
.rmbt img {
	vertical-align:middle;
	max-width:100%;
}
.rmbt span {
	color:#fff;
	display:inline-block;
	text-align:left;
	padding:0 1em;
	font-size:18px;
	vertical-align:bottom;
}
.rmbt span img {
	display: block;
    border-top: solid 1px #fff;
    padding-top: .5em;
}
/*more*/
.more {
	margin: 40px 0 1em;
    text-align: center;
    background: #353535;
    font-size: 15px;
    padding: 5px 0;
	position:relative;
}
.more:after {
	content:'';
	background:#fff;
	width:1px;
	height:30px;
	position:absolute;
	top:-30px;
	left:50%;
}
/*rgimg*/
.rgimg {
	vertical-align:middle;
	width:70%;
	min-height:420px;
	display:inline-block;
	vertical-align:middle;
	-webkit-filter:drop-shadow(0px 0px 3px rgba(0,0,0,.3));
	filter:drop-shadow(0px 0px 3px rgba(0,0,0,.3));
	transition:.6s ease-in-out;
}
.rgimg1 {
	background:url(../../images/rgimg1.jpg) top right no-repeat;
	background-size:cover;
	float:right;
}
.rgimg2 {
	background:url(../../images/rgimg2.jpg) top right no-repeat;
	background-size:cover;
	float:left;
}
.rgimg3 {
	background:url(../../images/rgimg3.jpg) top right no-repeat;
	background-size:cover;
	float:right;
}
.rgimg4 {
	background:url(../../images/rgimg4.jpg) top right no-repeat;
	background-size:cover;
	float:left;
}
.rg:hover:after {
	width:100%;
}
.rg:hover .rgimg {
	opacity:.6;
}
	@media screen and (max-width:1080px) {
		.rgimg {
			width:65%;
			min-height:350px;
		}
		.rg a {
			min-height:350px;
		}
		.rmbt {
			padding-top:4em;
		}
		.rmbt img {
			width:23%;
		}
		.rmbt span {
			width:70%;
		}
		.rmbt span img {
			width:auto;
		}
	}
	@media screen and (max-width:900px) {
		.rmbt {
			width:100%;
			text-align:center;
			padding-top:1em;
		}
		.rmbt img {
			width:62px;
		}
		.rmbt span {
			width:70%;
		}
		.rmbt span img {
			width:auto;
		}
		.rgimg {
			width: 100%;
			min-height: 400px;
			margin-top:2em;
		}
		.rg:after {
			width:100%;
			height:55%;
		}
		.more:after {
			display:none;
		}
	}
	@media screen and (max-width:630px) {
		.rgimg {
			min-height:300px;
		}
		.rmbt img {
			width: 50px;
		}
		.rmbg {
			padding-bottom: 3em;
		}
	}
	@media screen and (max-width:500px) {
		.rmbg {
			background-attachment:inherit;
		}
		.navlogo {
			top: .5em;
			left: 1em;
			width: 130px;
		}
		.navlogo img {
			max-width:100%;
		}
		nav:after {
			min-height:65px;
		}
		.rgimg {
			min-height: 250px;
		}
		.rmbt img {
			width: 42px;
		}
		.rmbt span {
			width:16px;
			width:70%;
		}
		.rmbt span img {
			width: 110px;
		}
		.rgtitle {
			padding: 7em 2em 2em 3em;
		}
		.more {
			margin: 15px 0 0em;
		}
	}
	@media screen and (max-width:380px) {
		.rgimg {
			min-height: 200px;
		}
		.rmbt img {
			width: 35px;
		}
	}
/*---rm------------------------------------------------------------------------------------------------------------------------------------*/
.rmwrap1 {
	width:1830px;
	margin:0 auto;
	max-width:100%;
	text-align:center;
	z-index:10;
	position: relative;
}
/***rmtitle***/
.rmtitle {
	text-align:left;
	padding: 10em 7em 0;
}
.rmtitle img {
	max-width:100%;
}
/***rm***/
.rm {
	background:rgba(255,255,255,.95);
	margin-top:13em;
	padding: 2em 1em 2em 5em;
}
/*rmleft*/
.rmleft {
	display: inline-block;
    text-align: left;
    width: 20%;
    padding: 7em 1em 0 2em;
}
.rmleft img {
	max-width:100%;
}
.number {
	padding:3em 0;
}
.number img {
	-webkit-filter:invert(1);
	filter:invert(1);
	padding-bottom:1em;
}
.number p {
	font-size:24px;
	font-weight:bold;
	position:relative;
	padding-left:1em;
}
.number p:after {
	content:'';
	background:url(../../images/lines.png) center left no-repeat;
	background-size:contain;
	position:absolute;
	top:0;
	left:0;
	width:10px;
	height:23px;
}
/*other*/
.other {
	padding-top:2em;
}
.other a {
	transition:.2s ease-in-out;
	display:inline-block;
}
.other img {
	max-width:100%;
}
.other a:hover {
	-webkit-filter:invert(1);
	filter:invert(1);
}
/***rmright***/
.rmright {
	display: inline-block;
    vertical-align: top;
    width: 75%;
	position:relative;
	margin-top: -17em;
}
.rmright:after {
	content:'';
	background:url(../../images/pattern1.png) repeat;
	width:100%;
	min-height:190px;
	position:absolute;
	bottom:2em;
	right:0;
}
/*rmslide*/
.rmslide {
	display:inline-block;
	width:78%;
	position:relative;
	z-index:3;
}
/*rmdeco*/
.rmdeco {
	display:inline-block;
	vertical-align:bottom;
	width:12%;
	position:relative;
	z-index:3;
	padding-left:1em;
}
.rmdeco img {
	max-width:60%;
}
/*---roomb--------------------------------------------------------------------------------------------------------------------------------*/
/*rinfo*/
.rinfo {
	text-align: left;
	padding: 3% 0%;
}
.rinfo ul {}
.rinfo li {}
.rinfo li span {
	display: inline-block;
	vertical-align: top;
}
.rinfo li span:nth-of-type(1) {}
.rinfo li span:nth-of-type(2) {
	width:80%;
}
/*---icons----------------------------------------------------------------------------------------------------------------------------------*/
.icons {}

.icons ul {
	list-style: none;
}

.icons li {
	margin: 5px 5px;
	display: inline-block;
	vertical-align: top;
	width:12%;
	background: rgba(255, 255, 255, .3);
	border-radius: 7px;
	padding: 5px 0 8px;
	text-align: center;
	border:solid 1px #ada5a0;
}

.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: 0;
	text-align: left;
}

.r_icons ul {
	list-style: none;
}

.r_icons li {
	float: left;
}

table.fac {
	padding: 0 0 3% 2%;
	display: block;
}

table.fac td {
	vertical-align: top;
}
@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:0;
	text-align: left;
	padding:1% 0;
}

.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%;
		padding:3px;
	}
	.icons li span {
		font-size: 12px;
	}
}

@media screen and (max-width:400px) {
	.note_icon li {
		width: 32%;
		padding: 6px;
	}
}
@media screen and (max-width:330px) {
	.note_icon li {
		width: 31%;
		padding: 1px;
	}
}
/***roomb***/
.roomb {
	text-align:right;
	padding-bottom:3em;
	padding-left: 26em;
}
/*roomb1*/
.roomb1 {
	display:inline-block;
	width:100%;
    text-align: left;
    padding: 2em 12em 2em 0;
}
/*rb_tit*/
.rb_tit {
	padding-bottom:2em;
}
.rb_tit img {
	max-width:100%;
}
	@media screen and (max-width:1400px) {
		.rmright {
			margin-top: -13em;
		}
		.rm {
			margin-top:9em;
			padding: 2em 1em 2em 1em;
		}
		.rmleft {
			padding: 3em 1em 0 2em;
		}
	}
	@media screen and (max-width:1200px) {
		.rm {
			margin-top: 3em;
			padding: 2em;
		}
		.rmleft {
			padding: 1em 0em 0 2em;
			width: 100%;
		}
		.number {
			padding: 2em 0;
		}
		.rmright {
			margin-top: 2em;
			width: 100%;
		}
		.rmslide {
			width:86%;
		}
		.rmdeco {
			width:10%;
		}
		.roomb {
			padding:0 3em 3em;
		}
		.roomb1 {
			padding:2em 0 0 0;
		}
	}
	@media screen and (max-width:900px) {
		.rmtitle {
			padding: 11em 4em 0;
		}
		.rm {
			margin-top: 2em;
			padding: 1em;
		}
		.other {
			padding-top: .5em;
		}
		.roomb {
			padding: 0 1em 3em;
		}
	}
	@media screen and (max-width:700px) {
		.rmtitle {
			padding: 10em 2em 0;
		}
		.rmleft {
			padding: 1em 0em 0 1em;
		}
		.rmleft img {
			width:150px;
		}
		.number img {
			width:120px;
		}
		img.rmtext {
			width:auto;
		}
		.other img {
			width:auto;
		}
		.rmdeco,.rmright:after {
			display:none;
		}
		.rmslide {
			width:100%;
		}
		.rb_tit {
			padding-bottom: 1em;
		}
	}
	@media screen and (max-width:500px) {
		.rmtitle {
			padding: 7em 2em 0;
		}
		.rmleft img {
			width:140px;
		}
		.number img {
			width:100px;
		}
		img.rmtext {
			width: 225px;
		}
		.other img {
			width: 215px;
		}
		.number {
			padding: 1em 0;
		}
		.roomb {
			padding: 0 0em 3em;
		}
	}
	@media screen and (max-width:430px) {
		.rb_tit img {
			width:190px;
		}
		#wowslider-container1 .ws_bullets {
			bottom:0;
		}
		#wowslider-container1 .ws_bullets a {
			padding:7px;
		}
	}
/*---inner----------------------------------------------------------------------------------------------------------------------------*/
.inner {
	background:url(../../images/pattern1.png) repeat;
	position:relative;
	text-align:center;
	padding-top:90px;
}
.btm {
	padding-bottom:5em;
}
.inner:before {
	content:'';
	background:rgba(255,255,255,.7);
	width:100%;
	height:95vh;
	position:absolute;
	top:0;
	left:0;
}
.inner:after {
	content:'';
	background:url(../../images/intop.png) top left no-repeat;
	background-size:contain;
	width:60%;
	height:40%;
	position:absolute;
	top:0;
	left:0;
}
/*inbanner*/
.inbanner {
	min-height:576px;
	position:relative;
	z-index:5;
	margin-bottom:4em;
}
.inbanner_note {
	background:url(../../images/inbanner_note.png) top center no-repeat;
	background-size:cover;
}
.inbanner_loc {
	background:url(../../images/inbanner_loc.png) top center no-repeat;
	background-size:cover;
}
.inbanner_news {
	background:url(../../images/inbanner_news.png) top center no-repeat;
	background-size:cover;
}
.inbanner_sce {
	background:url(../../images/inbanner_sce.png) top center no-repeat;
	background-size:cover;
}

/*---inbg---------------------------------------------------------------------------------------------------------------------------------*/
.inbg {
	background:rgba(255,255,255,.8);
	width:1275px;
	margin:0 auto;
	max-width:100%;
	text-align:center;
	box-shadow:0px 0px 5px rgba(0,0,0,.5);
	position:relative;
	z-index:10;
	padding: 6em 0 1em;
}
/*---note-------------------------------------------------------------------------------------------------------------------------------*/
.note {
	padding:0em 0em 0em 3em;
	width:900px;
	margin:0 auto 5em;
	max-width:90%;
	position:relative;
}
.note:before {
	content:'';
	background:#000;
	width:1px;
	height:100%;
	position:absolute;
	top:0px;
	left:20px;
}
.note:after {
	content:'';
	background: url(../../images/dot.png) top center no-repeat;
	background-size:auto;
	width:4px;
	height:26px;
	position:absolute;
	bottom:-30px;
	left:18px;
}
/*square*/
.square {
	background:#444444;
	width:30px;
	height:25px;
	position:absolute;
	top:0;
	left:5px;
}
/*notetitle*/
.notetitle {
	position:relative;
	text-align:left;
	padding-bottom:2em;
}
.notetitle img {
	max-width:100%;
}
.notetitle span {
	display:block;
	padding-left:1em;
	position:relative;
	font-size:24px;
	margin-top:.5em;
}
.notetitle span:after {
	content:'';
	background:url(../../images/lines.png) top left no-repeat;
	background-size:contain;
	width:10px;
	height:23px;
	position:absolute;
	bottom: 4px;
	left:8px;
}
	@media screen and (max-width:1080px) {
		.inbanner {
			min-height:390px;
		}
	}
	@media screen and (max-width:800px) {
		.inbanner {
			min-height: 310px;
			background-position-x: 93%;
			margin-bottom: 3em;
		}
	}
	@media screen and (max-width:650px) {
		.inbanner {
			min-height: 220px;
			background-position-x: 100%;
			margin-bottom: 2em;
		}
		.inbg {
			padding: 4em 0 1em;
		}
	}
	@media screen and (max-width:500px) {
		.inner {
			padding-top:60px;
		}
		.inbanner {
			background-size:130%;
			margin:0;
		}
	}
	@media screen and (max-width:430px) {
		.notetitle {
			padding-bottom:1em;
		}
		.notetitle img {
			width:210px;
		}
		.notetitle span {
			font-size:20px;
		}
		.notetitle span:after {
			left:4px;
		}
		.inbanner {
			min-height:185px;
		}
		.btm {
			padding-bottom: 3em;
		}
	}
	@media screen and (max-width:380px) {
		.inbanner {
			min-height: 170px;
		}
		.inbg {
			padding: 3em 0 1em;
		}
	}
	@media screen and (max-width:330px) {
		.inbanner {
			min-height: 140px;
		}
	}
/*---newstable------------------------------------------------------------------------------------------------------------------------*/
.newstable {
	text-align:left;
	margin:0 auto;
	max-width:90%;
	width:1200px;
	padding-bottom:3em;
	position:relative;
	z-index:10;
}
	.newstable table {
		width:100%;
	}
	.newstable a {
		display:inline-block;
	}
	.newstable img {
		max-width:100%;
	}
.newstable .newslist_rwd {
	width:33%;
}
/******************************************/
.npic div {
    background: no-repeat center center;
}
.newslist_rwd .ntitle p {
    font-size:24px;
    color: #292929;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 0px;
	text-align:left;
}
.newslist_rwd .ninfo p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0px;
	color:#292929;
	text-align:left;
}
.newslist_rwd .ninfo {
    font-size: 14px;
    line-height: 16px;
	color:#a64d4d;
	text-align:right;
}
.nbox {
    margin: 0;
    padding: 0;
}
.nbox div {
}
.nbox div:nth-child(2) {
    width: 100%-130px;
}

/*******/
.newslist_rwd {
    width: 35%;
    display: inline-block;
    vertical-align: top;
	padding:0 1em;
	transition:.2s ease all;
	border-left: solid 1px #949494;
}
	.newslist_rwd:hover {
		opacity:.5;
	}
	.newslist_rwd a {
		display:inline-block;
	}
.newslist_rwd td {
    vertical-align: top
}
.newslist_rwd .npic {
    width: 100%;
}
.newslist_rwd .ntext {
    width: 100%;
	padding: 1em;
}
.newslist_rwd .npic img {
    width: 120px;
    height: 120px;
	border-radius:100%;
}
.newslist_rwd .ntitle,
.newslist_rwd .ninfo {
    padding-bottom:1em;
	display:block;
	width:100%;
}
.newslist_rwd .npicimg {
    /*min-width: 310px;*/
    min-height: 240px;
}
@media screen and (max-width:1400px) {
	img.inews_title {
		width:25%;
	}
	.newslist_rwd {
		width:45%;
	}
	.inews {
		padding:2em 1em;
	}
	.newstable .newslist_rwd {
		width:33%;
	}
}
@media screen and (max-width:1200px) {
	.newslist_rwd {
		width:45%;
	}
	.newstable .newslist_rwd {
		width:32%;
	}
}
@media screen and (max-width:970px) {
	.newslist_rwd {
		width:48%;
	}
	.inews_list {
		width:70%;
	}
}
@media screen and (max-width:900px) {
	.newstable .newslist_rwd {
		width: 48%;
		margin-bottom: 3em;
	}
}
@media screen and (max-width:800px) {
	.inews_list {
		width: 100%;
	}
	img.inews_title {
		width: auto;
		max-width: 35%;
		padding-bottom: 2em;
	}
	.inews {
		padding: 2em 1em 1em;
	}
}
@media screen and (max-width:600px) {
	.newslist_rwd .npicimg {
		min-height:175px;
	}
	.newslist_rwd .ntitle p {
		font-size:22px;
	}
	.newslist_rwd .ntitle, .newslist_rwd .ninfo {
		padding-bottom:.5em;
	}
	.newslist_rwd .ntext {
		padding:1em 0;
	}
}
@media screen and (max-width:430px) {
	img.inews_title {
		max-width:55%;
	}
	.newslist_rwd .npicimg {
		min-height: 120px;
	}
	.newslist_rwd .ntitle p {
		font-size: 18px;
	}
	.newstable .newslist_rwd {
		width: 100%;
		margin-bottom: 2em;
	}
	.newstable .newslist_rwd .npicimg {
		min-height: 220px;
	}
}
@media screen and (max-width:380px) {
	.newslist_rwd .npicimg {
		min-height: 100px;
	}
	.newslist_rwd .ntitle, .newslist_rwd .ninfo {
		padding-bottom:0;
	}
}
/*************************
********services_sce******
**************************/
#services_sce {
	padding-top: 0px;
	padding-bottom: 60px;
	width:90%;
	margin:0 auto;
	position:relative;
	z-index:10;
}

.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 10px;
	}
}

@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%;
	text-align:left;
	height:auto !important;
}

@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;
	}
}
/*---map-----------------------------------------------------------------------------------------------------------------------------*/
.map {
	width:1600px;
	margin:0 auto;
	max-width:90%;
	padding:3em 0;
	position:relative;
	z-index:10;
}
.map iframe {
	width:100%;
	min-height:590px;
	border:solid #fff 15px;
	box-shadow:0px 0px 3px rgba(0,0,0,.3);
}
	@media screen and (max-width:650px) {
		.map iframe {
			min-height:500px;
		}
		.map {
			padding:2em 0 0;
		}
	}
	@media screen and (max-width:530px) {
		.map iframe {
			min-height:450px;
		}
	}
	@media screen and (max-width:430px) {
		.map iframe {
			min-height:350px;
		}
	}





	
