/*--------------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: 'Libre Caslon Text', 'Noto Serif TC', sans-serif;
    position: relative;
    font-size:18px;
	line-height:2;
	letter-spacing:2px;
	color:#fff;
	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;
	transition:.5s ease all;
}
a:hover,a:focus {
	text-decoration:none;
}
.clear {
	clear:both;
}
::selection {
  background:#d4b5d3;
  color:#fff;
}
img {
	max-width:100%;
}

/****************************************************************************************************************************************/
/*********************************************************************************************************************************************/
/*gotop*/
#gotop {
	position: fixed;
	bottom: 1%;
    right: 1%;
	cursor:pointer;
	z-index:20;
	transition:.3s ease-in-out;
	display:none;
}
	#gotop:hover,#online:hover {
		transform:scale(.9);
	}
#online {
	position: fixed;
	bottom: 7em;
    right: 1%;
	cursor:pointer;
	z-index:20;
	transition:.3s ease-in-out;
}
	@media screen and (max-width:500px) {
		#gotop {
			width: 55px;
			right:.5em;
			bottom: .5em;
		}
		#online {
			width: 57px;
			bottom: 5em;
			right: .5em;
		}
		#gotop img {
			width:100%;
		}
	}
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:0 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;
}
/*********************************************************************************************************************************************/
/*********************************************************************************************************************************************/
/*dex*/
.dex {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100vh;
	z-index:-1;
}
.dex ol {
	display:none;
}
.carousel-inner>.item {
	transition: transform .6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
	-webkit-transition: transform .6s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
	/*item*/
	.dex .item {
		background: url(../../flash/dex1.jpg) top center no-repeat;
		background-size:cover;
		width:100%;
		height:100vh;
	}
	.dex .item img {
		display:none !important;
	}
	.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;
	}
	.dex .item:nth-of-type(5) {
		background: url(../../flash/dex5.jpg) top center no-repeat;
		background-size:cover;
	}
	.dex .item:nth-of-type(6) {
		background: url(../../flash/dex6.jpg) top center no-repeat;
		background-size:cover;
	}
/***imain***/
.imain {
	position:relative;
	text-align:right;
}
/*mask*/
.mask {
	position:fixed;
	top:0;
	right:0;
	width:902px;
	height:100%;
	background:url(../../images/mask.png) top right no-repeat;
	background-size:cover;
	-webkit-filter:drop-shadow(0px 5px 8px rgba(18,10,11,.25));
	filter:drop-shadow(0px 5px 8px rgba(18,10,11,.25));
}
/*iblock*/
.iblock {
	text-align:center;
	display:inline-block;
	width:810px;
	padding:10vh 5em 3em 2em;
	z-index:10;
	position:relative;
}
/*logo*/
.logo {
	color:#d5b6d5;
}
.logo img {
	display:block;
	margin:0 auto;
	-webkit-filter:drop-shadow(0px 2px 8px rgba(74,41,79,1));
	filter:drop-shadow(0px 2px 8px rgba(74,41,79,1));
}
.logo h3 {
	font-size:72px;
	font-style:italic;
}
.logo p {
}
/*ilink*/
.ilink {
	width:410px;
	margin:0 auto;
	max-width:100%;
	padding:3em 1em;
}
.ilink ul {
}
.ilink li {
	display:inline-block;
	vertical-align:top;
	width:48%;
	padding:8px 10px;
}
.ilink a {
	color:#fff;
	border:solid 1px #d5b6d5;
	display:block;
}
.ilink p {
	letter-spacing:4px;
	padding-bottom:.5em;
}
.ilink span {
	font-size:24px;
	font-family: 'Libre Caslon Text',sans-serif;
	vertical-align:bottom;
	padding:0 3px;
}
	.ilink a:hover {
		box-shadow: inset 0 0 0 2em #92509a;
		border:solid 1px #92509a;
	}
/***dexs***/
.dexs {
}
/*dexslider*/
.dexslider {
	display:inline-block;
	vertical-align:top;
	width:48%;
	padding:0 .1em;
}
.dexslider ol {
	position: relative;
    bottom: 0;
    left: 0;
    margin: 0;
	padding: 1em 0 0 0;
    text-align: left;
}
/*copyright*/
.copyright {
	color:#d5b6d5;
	font-size:12px;
	text-align:right;
	padding:1em .7em 0 0;
}
.copyright a {
	display:inline-block;
	color:#d5b6d5;
	font-size:12px;
}
	.copyright a:hover {
		color:#fff;
	}
	@media screen and (max-width:1400px) {
		.mask {
			width:60%;
		}
		.iblock {
			width:50%;
		}
	}
	@media screen and (max-width:1080px) {
		.dex {
			position:relative;
			height:auto;
		}
		.dex ol {
			display: block;
		}
		.dex .item {
			background:none;
			height:auto;
		}
		.dex .item img {
			display: block !important;
		}
		.mask {
			display:none;
		}
		.imain {
			background:url(../../images/pattern.jpg) repeat;
		}
		.iblock {
			width: 900px;
			display: block;
			margin: 0 auto;
			max-width: 100%;
			padding: 3em 2em;
		}
		.dexs {
			display:none;
		}
		.copyright {
			padding:1em 0 0 0;
			text-align:center;
		}
	}
	@media screen and (max-width:520px) {
		.logo img {
			width:150px;
		}
		.logo h3 {
			font-weight: 600;
			font-size: 60px;
		}
		.ilink {
			padding: 2em 0em;
		}
		.iblock {
			padding: 3em 2em 1em;
		}
	}
	@media screen and (max-width:430px) {
		.iblock {
			padding: 2em 1em 1em;
		}
		.logo h3 {
			font-size: 55px;
		}
		.ilink {
			padding: 1em 0em;
		}
	}
	@media screen and (max-width:350px) {
		.logo img {
			width: 120px;
		}
		.logo h3 {
			font-size: 45px;
		}
		.logo p {
			font-size: 15px;
		}
		.ilink li {
			padding: 8px 2px;
		}
	}
/***load***/
#load {
	background:#54275b;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:30;
}
.loading {
	position:fixed;
	top:45%;
	left:50%;
	transform:translate(-50%,-50%);
	width:480px;
	max-width:90%;
}
/*---nav-----------------------------------------------------------------------------------------------------------------------------------*/
/***mobile ibutton***/
.mibutton {
	z-index: 30;
	cursor:pointer;
	width:40px;
	height:40px;
	color:#6c6c6c;
	display:none;
	position:fixed;
	top:2em;
	right:2em;
	text-align:center;
}
	.mibutton span {
		display: inline-block;
		width: 100%;
		height: 3px;
		transition: .3s ease-in-out;
		position: absolute;
		top:0;
		right:0;
		background:#d5b6d5;
	}
		.mibutton span:nth-child(2) {
			top:10px;
		}
		.mibutton span:nth-child(3) {
			top:20px;
		}
		.mibutton_ani {
			background:#fffff;
			opacity:1;
		}
		.mibutton_ani span:nth-child(1) {
			-webkit-transform:rotate(30deg);
					transform:rotate(30deg);
			-webkit-transform-origin:left top;
					transform-origin:left top;
		}
		.mibutton_ani span:nth-child(2) {
			opacity:0;
		}
		.mibutton_ani span:nth-child(3) {
			-webkit-transform:rotate(-30deg);
					transform:rotate(-30deg);
			-webkit-transform-origin:left bottom;
					transform-origin:left bottom;
		}
/*logo_mob*/
.logo_mob {
	display:none;
}
/*---header-------------------------------------------------------------------------------------------------------------------------------*/
header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:80;
	min-height:229px;
	background:url(../../images/menu_bg.png) top center no-repeat;
	background-size:cover;
}
/*nav*/
.nav {
	position:relative;
	padding:1.5em 0 1em 0;
}
/*menulogo*/
.menulogo {
	display: inline-block;
    text-align: right;
    width: 25%;
    vertical-align: middle;
    padding: 0 6em 0 1em;
}
.menulogo img {
	width:120px;
	-webkit-filter:drop-shadow(0px 2px 8px rgba(74,41,79,1));
	filter:drop-shadow(0px 2px 8px rgba(74,41,79,1));
}
	.menulogo a:hover {
		opacity:.8;
	}
/*navbar*/
.navbar {
	display:inline-block;
	text-align:right;
	width:70%;
	min-height: auto;
    border: 0;
    margin: 0;
    border-radius: 0;
	vertical-align:middle;
}
/*ibutton*/
.ibutton {
}
.ibutton ul {
}
.ibutton li {
	display: inline-block;
    vertical-align: bottom;
    width:9%;
	padding:0 .5em;
    text-align: center;
	position:relative;
}
.ibutton a {
	position:relative;
}
	.ibutton li a:after {
		content:'';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 6px 0 6px;
		border-color: #000000 transparent transparent transparent;
		position:absolute;
		top:-20px;
		left:calc(50% - 4px);
		opacity:0;
	}
p.ch {
	color:#fff;
	font-size:16px;
}
p.en {
	color:#cb7bd4;
	font-size:14px;
	line-height:1;
}
/***hover***/
.ibutton a:hover:after {
	opacity:1;
	animation:updown .6s ease-in-out alternate infinite;
}
	@keyframes updown {
		0% {
			top:-20px;
		}
		100% {
			top:-15px;
		}
	}
ul.dropmenu,ul.mob_sub {
	position: absolute;
    width: 100%;
    top:4em;
    left: 0;
	color:#fff;
	padding:1em 0;
	opacity:0;
	visibility:hidden;
	transition:.3s ease-in-out;
	font-weight:normal;
	font-size:16px;
	background: rgba(75, 35, 78, .8);
}
ul.dropmenu li,ul.mob_sub li {
	display:block;
	width:100%;
	color:#fff;
	text-align:center;
	padding:0;
}
ul.dropmenu a,ul.mob_sub a {
	color:#fff;
	transition:.2s ease-in-out;
	padding:.5em;
}
	ul.dropmenu a:after {
		display:none;
	}
.ibutton li:hover ul.dropmenu {
	top:3em;
	visibility:visible;
	opacity:1;
}
ul.dropmenu a:hover,ul.mob_sub a:hover {
	background:#000;
}
/*mob_sub*/
.mob_sub {
	display:none;
}
.off {
	display:none;
}
	@media screen and (max-width:1450px) {
		.mibutton {
			display:block;
		}
		.navbar {
			display: block;
			width:390px;
			min-height: auto;
			height: 100vh;
			overflow-y:scroll;
			position: fixed;
			top: 0;
			right: 0;
			transform: translateX(100%);
			background: url(../../images/menu_mob_pattern.jpg) repeat;
			transition:.6s ease all;
		}
		.logo_mob {
			display: block;
			background: #fff;
			text-align: center;
			padding: 3em 3em 1em 3em;
		}
		.logo_mob p {
			color:#663f62;
			font-size:20px;
			letter-spacing:8px;
		}
		.logo_mob sub {
			bottom:0;
			font-size:13px;
			display:block;
			position:relative;
			line-height:1;
			letter-spacing:0;
		}
		.ibutton ul {
			padding: 1em 0em 2em;
		}
		.ibutton li {
			display: block;
			width: 100%;
			padding: 1em 0 .5em;
		}
		ul.dropmenu, ul.mob_sub {
			position: relative;
			width: 100%;
			top: 0;
			left: 0;
			opacity: 1;
			visibility: visible;
			transition:none;
			display:none;
			background: #92509a;
			padding:1em 0;
		}
		.ibutton a:hover:after {
			display:none;
		}
		.show {
			transform: translateX(0%);
		}
		.ibutton li:hover ul.dropmenu {
			top:0;
		}
		li.fir p.ch {
			position:relative;
			display:inline-block;
		}
			li.fir p.ch:after {
				content:'+';
				color:#d5b6d4;
				position:absolute;
				top:0;
				right:-1em;
			}
	}
	@media screen and (max-width:1200px) {
		header {
			min-height: 215px;
			background: url(../../images/menu_bg.png) top left no-repeat;
			background-position-x: 29%;
		}
		.menulogo {
			padding: 0 6em 0 5em;
			width:auto;
		}
	}
	@media screen and (max-width:700px) {
		header {
			min-height: 130px;
			background-position-x: 0;
			background:url(../../images/menu_mob_bg.png) top center no-repeat;
			background-size:cover;
		}
		.nav {
			padding: 1em 0 1em 0;
		}
		.menulogo img {
			width:100px;
		}
		.logo_mob img {
			width:120px;
		}
		.logo_mob p {
			font-size:18px;
		}
		.logo_mob sub {
			font-size:12px;
		}
		.menulogo {
			padding: 0 1em;
			width: 100%;
			text-align: center;
		}
		.menulogo a {
			display:inline-block;
		}
	}
	@media screen and (max-width:430px) {
		.navbar {
			width:100%;
		}
		.logo_mob {
			padding: 2em 3em 1em 3em;
		}
		.logo_mob img {
			width: 110px;
		}
	}
	@media screen and (max-width:350px) {
		.menulogo img {
			width: 90px;
		}
		.mibutton {
			right:1em;
		}
		.logo_mob img {
			width: 100px;
		}
	}
/*---main------------------------------------------------------------------------------------------------------------------------------*/
.main {
	position:relative;
	padding-top:12em;
	text-align:center;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,1);
}
	.main:after {
		content:'';
		background:rgba(146,80,154,.5);
		width:100%;
		height:8px;
		position:absolute;
		bottom:0;
		left:0;
	}
/***allbg***/
.allbg {
}
.allbg_abt {
	background:url(../../images/allbg_abt.jpg) top center no-repeat fixed;
	background-size:cover;
}
.allbg_loc {
	background:url(../../images/allbg_loc.jpg) top center no-repeat fixed;
	background-size:cover;
}
.allbg_room {
	background:url(../../images/allbg_room.jpg) top center no-repeat fixed;
	background-size:cover;
}
.allbg_sce {
	background:url(../../images/allbg_sce.jpg) top center no-repeat fixed;
	background-size:cover;
}
.inbg_loc {
	background:url(../../images/inbg_loc.jpg) top center no-repeat fixed;
	background-size:cover;
}
.inbg_news {
	background:url(../../images/inbg_news.jpg) top center no-repeat fixed;
	background-size:cover;
}
.inbg_note {
	background:url(../../images/inbg_note.jpg) top center no-repeat fixed;
	background-size:cover;
}
.inbg_room {
	background:url(../../images/inbg_room.jpg) top center no-repeat fixed;
	background-size:cover;
}
/***fukun1***/
.inbg1_1 {
	background:url(../../images/inbg1_1.jpg) top center no-repeat fixed;
	background-size:cover;
}
.inbg1_2 {
	background:url(../../images/inbg1_2.jpg) top center no-repeat fixed;
	background-size:cover;
}
.inbg1_3 {
	background:url(../../images/inbg1_3.jpg) top center no-repeat fixed;
	background-size:cover;
}
.inbg1_4 {
	background:url(../../images/inbg1_4.jpg) top center no-repeat fixed;
	background-size:cover;
}
/***fukun2***/
.inbg2_1 {
	background:url(../../images/inbg2_1.jpg) top center no-repeat fixed;
	background-size:cover;
}
.inbg2_2 {
	background:url(../../images/inbg2_2.jpg) top center no-repeat fixed;
	background-size:cover;
}
.inbg2_3 {
	background:url(../../images/inbg2_3.jpg) top center no-repeat fixed;
	background-size:cover;
}
.inbg2_4 {
	background:url(../../images/inbg2_4.jpg) top center no-repeat fixed;
	background-size:cover;
}
/***fukun3***/
.inbg3_1 {
	background:url(../../images/inbg3_1.jpg) top center no-repeat fixed;
	background-size:cover;
}
.inbg3_2 {
	background:url(../../images/inbg3_2.jpg) top center no-repeat fixed;
	background-size:cover;
}
.inbg3_3 {
	background:url(../../images/inbg3_3.jpg) top center no-repeat fixed;
	background-size:cover;
}
.inbg3_4 {
	background:url(../../images/inbg3_4.jpg) top center no-repeat fixed;
	background-size:cover;
}
/***fukun5***/
.inbg5_1 {
	background:url(../../images/inbg5_1.jpg) top center no-repeat fixed;
	background-size:cover;
}
.inbg5_2 {
	background:url(../../images/inbg5_2.jpg) top center no-repeat fixed;
	background-size:cover;
}
.inbg5_3 {
	background:url(../../images/inbg5_3.jpg) top center no-repeat fixed;
	background-size:cover;
}
.inbg5_4 {
	background:url(../../images/inbg5_4.jpg) top center no-repeat fixed;
	background-size:cover;
}
/***fukun6***/
.inbg6_1 {
	background:url(../../images/inbg6_1.jpg) top center no-repeat fixed;
	background-size:cover;
}
.inbg6_2 {
	background:url(../../images/inbg6_2.jpg) top center no-repeat fixed;
	background-size:cover;
}
.inbg6_3 {
	background:url(../../images/inbg6_3.jpg) top center no-repeat fixed;
	background-size:cover;
}
.inbg6_4 {
	background:url(../../images/inbg6_4.jpg) top center no-repeat fixed;
	background-size:cover;
}
/***fukun7***/
.inbg7_1 {
	background:url(../../images/inbg7_1.jpg) top center no-repeat fixed;
	background-size:cover;
}
.inbg7_2 {
	background:url(../../images/inbg7_2.jpg) top center no-repeat fixed;
	background-size:cover;
}
.inbg7_3 {
	background:url(../../images/inbg7_3.jpg) top center no-repeat fixed;
	background-size:cover;
}
.inbg7_4 {
	background:url(../../images/inbg7_4.jpg) top center no-repeat fixed;
	background-size:cover;
}
/***title***/
.title {
	padding: 2em 3em;
}
.title p {
	color: #fff;
    font-size: 85px;
    display: inline-block;
    vertical-align: bottom;
    letter-spacing: 2.5px;
    line-height: 1;
    transform: skewX(-10deg);
}
.title sub {
	bottom:0;
	background:#d5b6d5;
	width:10px;
	height:26px;
	display:inline-block;
	transform: skewX(-40deg);
	margin:0 1em;
}
/***abt***/
.abt {
	width:800px;
	margin:0 auto;
	max-width:100%;
	position:relative;
	padding-bottom:4em;
}
img.abt_deco {
	position: absolute;
    left: 24vw;
    bottom: 0;
    z-index: 3;
    width: 22%;
}
/*wrap1*/
.wrap1 {
	width:725px;
	margin:0 auto;
	max-width:100%;
	background:#dfd7cb;
	padding:20px 0;
}
/*abt_inner*/
.abt_inner {
	background:#d5c8b9;
	padding:5px 0;
}
/*abt_bg*/
.abt_bg {
	background:url(../../images/abt_bg.png) repeat;
	padding:1em 2em;
	min-height:600px;
	position:relative;
}
.abt_bg h5 {
	color:#453c32;
	font-size:30px;
	transform: skewX(-10deg);
	padding:1em 0;
	letter-spacing:5px;
}
.abt_bg p {
	color:#202020;
}
img.abt_text {
	position:absolute;
	bottom:2em;
	right:2em;
	width:44%;
}
	@media screen and (max-width:1400px) {
		img.abt_deco {
			left: 14vw;
			width: 30%;
		}
	}
	@media screen and (max-width:1080px) {
		img.abt_deco {
			left: 4vw;
			width: 40%;
		}
		.main {
			background-attachment:inherit;
		}
	}
	@media screen and (max-width:830px) {
		.title p {
			font-size:70px;
		}
	}
	@media screen and (max-width:700px) {
		.main {
			padding-top: 9em;
		}
		.title p {
			font-size: 65px;
			display: block;
		}
		img.abt_deco {
			width: 50%;
		}
	}
	@media screen and (max-width:700px) {
		.main {
			padding-top: 7em;
		}
		.title p {
			font-size: 50px;
		}
		img.abt_deco {
			left:0;
			width:55%;
		}
		.abt_bg {
			min-height:550px;
		}
	}
	@media screen and (max-width:480px) {
		.abt_bg {
			min-height: 650px;
			padding:1em;
		}
		img.abt_text {
			right:1em;
		}
		.title sub {
			width:8px;
			height:20px;
		}
		.title {
			padding: 2em 3em 1em;
		}
		.abt_bg h5 {
			padding:.5em 0;
		}
		img.abt_deco {
			width: 240px;
		}
	}
	@media screen and (max-width:350px) {
		img.abt_deco {
			width: 210px;
		}
	}
/*---footer----------------------------------------------------------------------------------------------------------------------------*/
footer {
	background:url(../../images/ft_pattern.jpg) repeat;
	text-align:center;
}
/***ft_top***/
.ft_top {
	width:1435px;
	margin:0 auto;
	max-width:100%;
	padding:4em 0;
}
/*ft_logo*/
.ft_logo {
	display:inline-block;
	vertical-align:top;
	width:18%;
	text-align:left;
	padding-right:1em;
}
.ft_logo p {
	font-size:20px;
	color:#fff;
	display:inline-block;
	vertical-align:top;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	position:relative;
	margin-top:3.5em;
	padding-left:.7em;
	letter-spacing:3.5px;
}
	.ft_logo p:after {
		content:'HOT SPRING';
		font-size: 12px;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		letter-spacing:1px;
		white-space:nowrap;
	}
.ft_logo img {
	vertical-align:top;
}
/*website*/
.website {
	display:inline-block;
	vertical-align:top;
	width:80%;
	border-left: solid 1px #92509a;
}
.website_mob {
	display:none;
}
.card {
	display:inline-block;
	vertical-align:top;
	border-right: solid 1px #92509a;
	min-height:149px;
	color:#fff;
	font-size:14px;
}
.card a,.btn-link:focus, .btn-link:hover,.btn-link {
	color:#fff;
	font-size:15px;
}
.btn-link:focus, .btn-link:hover {
	color:#fff !important;
}
	.card a:hover {
		color:#d5b6d5;
	}
.style {
	letter-spacing:3px;
}
.on {
	display:block;
}
.btn-link:focus, .btn-link:hover {
    color: #23527c;
    text-decoration: none;
    background-color: transparent;
}
/***incopyright***/
.incopyright {
	background:#000000;
	padding:.5em 1em;
	color:#663f62;
	font-size:13px;
	text-align:center;
}
.incopyright a {
	color:#663f62;
	font-size:13px;
	display:inline-block;
}
	.incopyright a:hover {
		color:#b374ac;
	}
	@media screen and (max-width:1530px) {
		.card {
			width:13%;
		}
		.style {
			width:100%;
			margin:0;
		}
	}
	@media screen and (max-width:1370px) {
		.ft_logo {
			display: block;
			width: 100%;
			text-align: center;
			padding:0 0 1em 0;
		}
		.ft_logo p {
			transform: scale(.9);
		}
		.website {
			width:100%;
		}
	}
	@media screen and (max-width:1000px) {
		.ft_top {
			padding: 3em 0;
		}
		.card {
			width: 23%;
			margin-bottom: 1em;
		}
		.website {
			border-left:0;
		}
		.website .card:nth-of-type(1),.website .card:nth-of-type(5) {
			border-left: solid 1px #92509a;
		}
	}
	@media screen and (max-width:500px) {
		.card {
			width: 100%;
			margin-bottom: 0em;
			min-height: auto;
			border-bottom: solid 1px #4e2952;
		}
		.website {
			display:none;
		}
		.website_mob {
			display:block;
		}
		.mb h2 {
			position: relative;
			display: inline-block;
			padding: 0 .5em;
		}
			.mb h2:after {
				content: '+';
				color: #77407b;
				position: absolute;
				top: .5em;
				left: 0em;
				font-size: 20px;
				font-weight:700;
			}
		.ft_top {
			padding: 3em 0 1em;
		}
		.incopyright,.incopyright a {
			font-size:12px;
		}
	}
	@media screen and (max-width:380px) {
		.ft_logo p {
			transform: scale(.8);
			margin-top:3em;
		}
	}
/*---abouts-----------------------------------------------------------------------------------------------------------------------*/
.abouts {
	padding:0;
}
/*******abt1*******/
/***abt1_tp***/
.abt1_tp {
	background:url(../../images/abt1_bg1.jpg) top left no-repeat fixed;
	background-size:cover;
	padding:19em 2em 10em;
	text-align:center;
}
.abt1_tp img:nth-of-type(1) {
	vertical-align: top;
    padding-top: 4em;
    margin-right: -4em;
    width: 43%;
}
.abt1_tp img:nth-of-type(2) {
	vertical-align:top;
	width:44%;
}
/***abt1_img***/
.abt1_img {
	background:url(../../images/abt1_pattern.jpg) repeat;
	text-align:center;
	box-shadow: 0px 0px 10px rgba(0,0,0,1);
    position: relative;
}
.abt1_img div {
	display:inline-block;
	vertical-align:top;
	width:29%;
	padding:2em 1em 3em;
	position:relative;
	margin-top: -4em;
}
.abt1_img span {
	color:#fff;
	font-size:45px;
	position:absolute;
	bottom:2em;
	left:0;
	transform:skewX(-10deg);
}
/***abt1_btm***/
.abt1_btm {
	background:url(../../images/abt1_bg2.jpg) bottom left no-repeat fixed;
	background-size:cover;
	text-align:center;
}
.abt1_btm div {
	color:#0a0a0a;
	transform:skewX(-10deg);
	padding:16em 2em;
	font-weight:700;
}
.abt1_btm span {
	display:block;
	font-size:28px;
	text-shadow:0px 0px 5px rgba(255,255,255,1);
	line-height:0;
	-webkit-filter: drop-shadow(3px 4px 2px rgba(51, 51, 51, .4));
	filter: drop-shadow(3px 4px 2px rgba(51, 51, 51, .4));
}
.abt1_btm p {
	font-size:50px;
}
	@media screen and (max-width:1430px) {
		.abt1_img span {
			font-size:30px;
		}
		.abt1_btm div {
			padding: 13em 2em;
		}
		.abt1_tp {
			padding: 16em 2em 8em;
		}
		.abt1_tp img:nth-of-type(1) {
			margin-right: -2em;
			width: 46%;
		}
	}
	@media screen and (max-width:1200px) {
		.abt1_tp,.abt1_btm {
			background-attachment:inherit;
		}
		.abt1_img div {
			width: 31%;
			margin-top: -3em;
		}
		.abt1_btm div {
			padding: 12em 2em;
		}
	}
	@media screen and (max-width:950px) {
		.abt1_tp img:nth-of-type(1) {
			margin-right: 0;
			width: auto;
			display: block;
			margin: 0 auto;
			padding: 0;
		}
		.abt1_tp img:nth-of-type(2) {
			width: auto;
			padding-top: 2em;
			max-width: 80%;
		}
		.abt1_tp {
			padding: 16em 2em 5em;
		}
	}
	@media screen and (max-width:820px) {
		.abt1_tp img:nth-of-type(1) {
			max-width:90%;
		}
		.abt1_img span {
			font-size: 26px;
		}
		.abt1_btm div {
			padding: 9em 2em;
		}
	}
	@media screen and (max-width:590px) {
		.abt1_tp {
			padding: 11em 2em 5em;
			background-position-x: 27%;
		}
		.abt1_tp img:nth-of-type(1),.abt1_tp img:nth-of-type(2) {
			max-width: 100%;
		}
		.abt1_img div {
			width: 70%;
			margin-top: -4em;
			padding: 2em 1em 4em;
		}
		.abt1_img span {
			bottom:4em;
		}
		.abt1_btm div {
			padding: 7em 2em;
		}
	}
	@media screen and (max-width:450px) {
		.abt1_tp {
			padding: 10em 1em 3em;
			background-position-x: 27%;
		}
		.abt1_tp img:nth-of-type(2) {
			max-width: 95%;
		}
		.abt1_img div {
			width: 80%;
			padding: 3em 1em 3em;
		}
		.abt1_img span {
			bottom: 3em;
		}
		.abt1_btm span {
			font-size:22px;
		}
		.abt1_btm p {
			font-size: 42px;
		}
		.abt1_btm div {
			padding: 5em 2em;
		}
	}
	@media screen and (max-width:350px) {
		.abt1_btm span {
			font-size:20px;
		}
		.abt1_btm p {
			font-size: 34px;
		}
		.abt1_btm div {
			padding: 4em 2em;
		}
	}
/*******abt2*******/
.abt2 {
	position:relative;
	text-align:center;
	min-height:2160px;
}
	.abt2:before {
		content:'';
		background:url(../../images/abt2_bg1.jpg) top center no-repeat fixed;
		background-size:cover;
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:50%;
		z-index:-1;
	}
	.abt2:after {
		content:'';
		background:url(../../images/abt2_bg2.jpg) top center no-repeat fixed;
		background-size:cover;
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		height:50%;
		z-index:-1;
	}
img.abt2_title {
	padding: 16em 2em 10em;
}
.abt2 div {
	padding:0 2em;
}
.abt2 div img:nth-of-type(1) {
	vertical-align:top;
	width: 35%;
}
.abt2 div img:nth-of-type(2) {
	vertical-align: top;
    padding: 6em 0 0 1em;
    width: 44%;
}
	@media screen and (max-width:1440px) {
		.abt2 {
			min-height: 1850px;
		}
		.abt2 div img:nth-of-type(1) {
			width: 38%;
		}
		.abt2 div img:nth-of-type(2) {
			width: 48%;
		}
	}
	@media screen and (max-width:1200px) {
		.abt2:before,.abt2:after {
			background-attachment:inherit;
		}
		.abt2 {
			min-height: 1600px;
		}
		img.abt2_title {
			padding: 14em 2em 6em;
		}
	}
	@media screen and (max-width:970px) {
		.abt2 {
			min-height: 1500px;
		}
		img.abt2_title {
			padding: 14em 2em 6em;
		}
		.abt2 div img:nth-of-type(1) {
			width: 44%;
		}
		.abt2 div img:nth-of-type(2) {
			width: 54%;
		}
	}
	@media screen and (max-width:750px) {
		.abt2 {
			min-height: 1400px;
		}
		img.abt2_title {
			padding: 11em 2em 5em;
			max-width: 70%;
		}
		.abt2 div {
			text-align:right;
		}
		.abt2 div img:nth-of-type(1) {
			width: 60%;
			display: block;
		}
		.abt2 div img:nth-of-type(2) {
			width: 65%;
			padding: 2em 0 4em 0em;
		}
	}
	@media screen and (max-width:550px) {
		.abt2 {
			min-height: 1200px;
		}
		img.abt2_title {
			padding: 11em 2em 4em;
		}
		.abt2 div img:nth-of-type(1) {
			width:70%;
		}
		.abt2 div img:nth-of-type(2) {
			width:85%;
		}
	}
	@media screen and (max-width:450px) {
		img.abt2_title {
			max-width:80%;
		}
		.abt2 div {
			padding: 0 1em;
		}
		.abt2 div img:nth-of-type(1) {
			width: 90%;
		}
		.abt2 div img:nth-of-type(2) {
			width:95%;
		}
	}
	@media screen and (max-width:350px) {
		.abt2 {
			min-height:auto;
		}
		img.abt2_title {
			padding: 10em 2em 3em;
			max-width: 90%;
		}
	}
/*******abt3*******/
.abt3_tp {
	background:url(../../images/abt3_bg1.jpg) top left no-repeat fixed;
	background-size:cover;
	text-align:center;
	padding:16em 2em 5em;
}
.abt3_tp img:nth-of-type(1) {
	vertical-align: top;
    margin-right: -6em;
    position: relative;
    padding-top: 2em;
    width: 37%;
	z-index:3;
}
.abt3_tp img:nth-of-type(2) {
	vertical-align:top;
	width:38%;
}
/*abt3_btm*/
.abt3_btm {
	background:url(../../images/abt3_bg2.jpg) top center no-repeat fixed;
	background-size:cover;
	text-align:left;
}
.abt3_btm img {
    padding: 14em 2em 14em 20vw;
}
	@media screen and (max-width:1400px) {
		.abt3_tp img:nth-of-type(1),.abt3_tp img:nth-of-type(2) {
			width:42%;
		}
		.abt3_btm img {
			padding: 10em 2em 8em 20vw;
		}
	}
	@media screen and (max-width:1200px) {
		.abt3_tp,.abt3_btm {
			background-attachment:inherit;
		}
		.abt3_tp img:nth-of-type(1), .abt3_tp img:nth-of-type(2) {
			width: 47%;
		}
		.abt3_btm img {
			padding: 6em 2em 6em 14vw;
			max-width: 60%;
		}
	}
	@media screen and (max-width:900px) {
		.abt3_tp img:nth-of-type(1) {
			margin-right:-3em;
		}
		.abt3_tp img:nth-of-type(1), .abt3_tp img:nth-of-type(2) {
			width: 52%;
		}
		.abt3_tp {
			padding: 13em 2em 4em;
		}
		.abt3_btm img {
			padding: 6em 2em 5em 14vw;
		}
	}
	@media screen and (max-width:700px) {
		.abt3_tp {
			padding: 10em 1em 3em;
		}
	}
	@media screen and (max-width:500px) {
		.abt3_tp {
			padding: 10em 1em 2em;
		}
		.abt3_tp img:nth-of-type(1), .abt3_tp img:nth-of-type(2) {
			width: 80%;
			margin: 0;
			padding: 0;
		}
		.abt3_btm img {
			padding: 5em 2em 4em 7vw;
			max-width: 75%;
		}
	}
	@media screen and (max-width:430px) {
		.abt3_tp img:nth-of-type(1), .abt3_tp img:nth-of-type(2) {
			width: 90%;
		}
		.abt3_btm img {
			padding: 3em 2em 3em 6vw;
			max-width: 90%;
		}
	}
	@media screen and (max-width:350px) {
		.abt3_tp {
			padding: 8em 1em 1em;
		}
	}
/*******abt5*******/
.abt5_tp {
	text-align:center;
	background:url(../../images/abt5_bg1.jpg) top center no-repeat fixed;
	background-size:cover;
}
.abt5_tp img {
	padding:15em 0 5em;
	max-width:50%;
}
/*abt5_btm*/
.abt5_btm {
	background:url(../../images/abt5_bg2.jpg) top left no-repeat fixed;
	background-size:cover;
	text-align:center;
	min-height:1080px;
}
.abt5_img {
	background:url(../../images/abt5_pattern.png) repeat;
	padding: 3em 1em;
}
.abt5_img img:nth-of-type(1) {
	vertical-align: top;
    padding-right: 2em;
    width: 36%;
}
.abt5_img img:nth-of-type(2) {
	vertical-align:top;
	width:31%;
}
	@media screen and (max-width:1400px) {
		.abt5_img img:nth-of-type(1) {
			width:40%;
		}
		.abt5_img img:nth-of-type(2) {
			width:36%;
		}
		.abt5_btm {
			min-height:1000px;
		}
	}
	@media screen and (max-width:1200px) {
		.abt5_tp,.abt5_btm {
			background-attachment:inherit;
		}
		.abt5_btm {
			min-height: 900px;
			background-position-x: 30%;
		}
	}
	@media screen and (max-width:950px) {
		.abt5_tp img {
			padding: 12em 0 5em;
			max-width: 60%;
		}
		.abt5_img img:nth-of-type(1) {
			width: 45%;
		}
		.abt5_img img:nth-of-type(2) {
			width: 40%;
		}
		.abt5_btm {
			min-height: 800px;
		}
	}
	@media screen and (max-width:740px) {
		.abt5_tp img {
			padding: 12em 0 2em;
			max-width: 65%;
		}
		.abt5_btm {
			min-height:700px;
		}
		.abt5_img img:nth-of-type(1) {
			width: 50%;
			padding-right:1em;
		}
		.abt5_img img:nth-of-type(2) {
			width: 45%;
		}
	}
	@media screen and (max-width:700px) {
		.abt5_tp img {
			padding: 10em 0 2em;
		}
	}
	@media screen and (max-width:550px) {
		.abt5_tp img {
			padding: 9em 0 2em;
			max-width: 80%;
		}
		.abt5_btm {
			min-height:600px;
		}
	}
	@media screen and (max-width:430px) {
		.abt5_btm {
			min-height:450px;
		}
		.abt5_img {
			background: url(../../images/abt5_pattern.png) repeat;
			padding: 1em 1em;
		}
		.abt5_img img:nth-of-type(1) {
			width: 52%;
			padding-right:.5em;
		}
		.abt5_img img:nth-of-type(2) {
			width: 45%;
		}
	}
	@media screen and (max-width:380px) {
		.abt5_btm {
			min-height: 400px;
		}
	}
/*******abt6*******/
.abt6_tp {
	background:url(../../images/abt6_bg1.jpg) top center no-repeat fixed;
	background-size:cover;
	padding:15em 2em 7em;
}
.abt6_tp div {
	width:1230px;
	margin:0 auto;
	max-width:100%;
	background:rgba(255,255,255,.25);
	padding:2em;
	text-align:center;
}
.abt6_tp img:nth-of-type(1) {
	float: right;
    vertical-align: top;
    margin: -1em 0 0 -2em;
    width: 43%;
}
.abt6_tp img:nth-of-type(2) {
	vertical-align:top;
	width:57%;
}
/*abt6_btm*/
.abt6_btm {
	background:url(../../images/abt6_bg2.jpg) top left no-repeat fixed;
	background-size:cover;
	text-align:right;
}
/*abt6_mob*/
.abt6_mob {
	display:none;
}
.abt6_btm ul {
	display: inline-block;
	padding:2em 6em;
	text-align:center;
	position:relative;
}
	.abt6_btm ul:after {
		content:'';
		background:url(../../images/abt5_pattern.png) repeat;
		opacity:.5;
		width:100%;
		height:100%;
		position:absolute;
		top:0;
		right:0;
	}
.abt6_btm li {
	position:relative;
	padding:1em 0;
	z-index:3;
}
.abt6_btm li span {
	font-size:46px;
	color:#fff;
	transform:skewX(-10deg);
	position:absolute;
	bottom:.5em;
	right:0;
}
	.abt6_btm li:nth-of-type(2) span {
		left:0;
		right:inherit;
	}
	@media screen and (max-width:1200px) {
		.abt6_tp,.abt6_btm {
			background-attachment:inherit;
		}
		.abt6_btm {
			background-position-x: 40%;
		}
		.abt6_btm ul {
			padding: 2em 4em;
			width: 55%;
		}
		.abt6_btm li span {
			font-size:38px;
		}
	}
	@media screen and (max-width:990px) {
		.abt6_tp {
			padding: 16em 2em 5em;
		}
		.abt6_btm li span {
			font-size: 30px;
			right: -1em;
		}
		.abt6_btm li:nth-of-type(2) span {
			left:-1em;
			right:inherit;
		}
	}
	@media screen and (max-width:700px) {
		.abt6_tp {
			padding: 11em 2em 4em;
		}
		.abt6_tp img:nth-of-type(1) {
			float: none;
			vertical-align: top;
			margin: -3em 0 0 0;
			width: auto;
		}
		.abt6_tp img:nth-of-type(2) {
			vertical-align: top;
			width: auto;
			padding: 2em 1em 0;
		}
		.abt6_mob {
			display: block;
			background:url(../../images/abt6_bg2.jpg) top left no-repeat;
			background-size:cover;
			min-height:300px;
		}
		.abt6_btm ul {
			padding: 2em 5em;
			width: 100%;
		}
		.abt6_btm li span {
			right: 0;
			bottom:1em;
		}
		.abt6_btm li:nth-of-type(2) span {
			left:0;
			right:inherit;
		}
	}
	@media screen and (max-width:530px) {
		.abt6_tp img:nth-of-type(2) {
			padding: 2em 0em 0;
		}
		.abt6_tp {
			padding: 10em 2em 3em;
		}
		.abt6_btm ul {
			padding: 2em;
		}
		.abt6_btm li {
			padding:1em;
		}
		.abt6_btm li span {
			font-size:26px;
		}
		.abt6_mob {
			min-height:250px;
		}
	}
	@media screen and (max-width:430px) {
		.abt6_tp img:nth-of-type(2) {
			padding: 1em 0 0;
		}
		.abt6_btm ul {
			padding: 1em 1em;
		}
	}
	@media screen and (max-width:380px) {
		.abt6_tp {
			padding: 9em 1em 2em;
		}
		.abt6_tp div {
			padding:2em 1em;
		}
		.abt6_mob {
			min-height: 220px;
		}
	}
/*******abt7*******/
.abt7_tp {
	text-align:center;
	background:url(../../images/abt7_bg1.jpg) top center no-repeat fixed;
	background-size:cover;
}
img.abt4_title {
	max-width:60%;
	padding:17em 0 9em;
}
/*abt7_img*/
.abt7_img {
	width:1500px;
	margin:0 auto -4em;
	position:relative;
	max-width:90%;
	background:url(../../images/abt7_pattern.png) repeat;
	text-align:center;
	padding:1em;
}
.abt7_img img:nth-of-type(1) {
	vertical-align: top;
    padding-right: 2em;
    margin-top: -3em;
    width: 41%;
	-webkit-filter:drop-shadow(3px 3px 3px rgba(0,0,0,.1));
	filter:drop-shadow(3px 3px 3px rgba(0,0,0,.1));
}
.abt7_img img:nth-of-type(2) {
	vertical-align:top;
	width:52%;
}
/*abt7_btm*/
.abt7_btm {
	background:url(../../images/abt7_bg2.jpg) top center no-repeat fixed;
	background-size:cover;
	padding: 8em 0 15em;
}
/*abt7_deco*/
.abt7_deco {
	min-height:710px;
	width:1250px;
	margin:0 auto;
	max-width:90%;
	border:solid 1px rgba(255,255,255,.7);
	position:relative;
	padding:1em;
}
/*abt7_l*/
.abt7_l {
	background:rgba(255,255,255,.25);
	padding:3em 2em;
	text-align:left;
	position:absolute;
	top:2em;
	left:2em;
	width:45%;
	height:90%;
}
.abt7_l p {
	font-size:26px;
	color:#160b16;
	display:inline-block;
	font-style:italic;
	background:rgba(255,255,255,.5);
	padding:0 .5em;
}
/*abt7_r*/
.abt7_r {
	color: #fff;
    font-size: 45px;
    font-style: italic;
    position: absolute;
    top: 2em;
    right: 1em;
    line-height: 1.2;
    text-align: left;
}
.abt7_deco img {
	position: absolute;
    bottom: -7em;
    right: 2em;
}
	@media screen and (max-width:1200px) {
		.abt7_tp,.abt7_btm {
			background-attachment:inherit;
		}
	}
	@media screen and (max-width:1024px) {
		.abt7_tp,.abt7_btm {
			background-attachment:inherit;
		}
		.abt7_img img:nth-of-type(1) {
			padding-right: 1em;
			width: 43%;
		}
		.abt7_img img:nth-of-type(2) {
			width: 54%;
		}
		.abt7_deco img {
			width:75%;
		}
	}
	@media screen and (max-width:810px) {
		img.abt4_title {
			max-width: 55%;
			padding: 15em 0 8em;
		}
		.abt7_img img:nth-of-type(1) {
			padding-right: 0em;
			width: 70%;
			display: block;
		}
		.abt7_img img:nth-of-type(2) {
			width: 100%;
		}
		.abt7_deco {
			min-height:500px;
		}
		.abt7_l {
			top:1em;
			left:1em;
		}
		.abt7_r {
			font-size:35px;
		}
	}
	@media screen and (max-width:610px) {
		img.abt4_title {
			max-width: 60%;
			padding: 12em 0 7em;
		}
		.abt7_l {
			width:92%;
			padding:2em;
		}
		.abt7_r {
			top: 4em;
			right: 2em;
		}
		.abt7_deco {
			min-height: 400px;
		}
		.abt7_deco img {
			width: 80%;
			right:1em;
		}
		.abt7_btm {
			padding: 7em 0 12em;
		}
	}
	@media screen and (max-width:500px) {
		img.abt4_title {
			max-width: 75%;
			padding: 11em 0 4em;
		}
		.abt7_img img:nth-of-type(1) {
			margin: 0 auto;
			display: block;
			width:100%;
		}
		.abt7_r {
			right: initial;
			left: 2em;
		}
		.abt7_deco img {
			width:85%;
			bottom:-5em;
		}
		.abt7_btm {
			padding: 6em 0 9em;
		}
		.abt7_l p {
			font-size:22px;
		}
	}
	@media screen and (max-width:430px) {
		img.abt4_title {
			padding: 10em 0 3em;
		}
		.abt7_deco {
			min-height: 380px;
		}
		.abt7_r {
			font-size: 32px;
		}
		.abt7_deco img {
			width: 89%;
			bottom: -4em;
		}
	}
	@media screen and (max-width:350px) {
		.abt7_l {
			width: 88%;
			padding: 1em;
		}
		.abt7_l p {
			font-size: 18px;
		}
		.abt7_r {
			font-size: 28px;
			left: 1em;
		}
		.abt7_deco {
			min-height: 300px;
		}
		.abt7_deco img {
			width: 87%;
		}
		.abt7_btm {
			padding: 5em 0 8em;
		}
	}
/*---alldeco-------------------------------------------------------------------------------------------------------------------------*/
.alldeco {
	position:relative;
	text-align:left;
	padding:4em 0;
}
	.alldeco:before {
		content:'';
		background: url(../../images/all_deco_01.png) top left no-repeat;
		background-size:contain;
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}
	.alldeco:after {
		content:'';
		background: url(../../images/all_deco_02.png) bottom right no-repeat;
		background-size:contain;
		position:absolute;
		bottom:0;
		right:0;
		width:30%;
		height:30%;
	}
/***alltitle***/
.alltitle {
	color:#fff;
	display:inline-block;
	text-align:left;
	padding:0 1em 0 5em;
	white-space:nowrap;
	width:26%;
	position:relative;
	z-index:5;
}
.alltitle ul {
}
.alltitle li {
	padding-bottom:1em;
}
.alltitle h5 {
	font-size:72px;
	transform:skewX(-10deg);
	display:inline-block;
	vertical-align:middle;
	padding-right:.2em;
}
.alltitle span {
	font-size:100px;
	background:#92509a;
	width:95px;
	height:95px;
	border-radius:100%;
	display:inline-block;
	vertical-align:bottom;
	text-align:center;
	line-height:90px;
	transform:skewX(0);
	font-family: 'Libre Caslon Text',sans-serif;
}
.alltitle li p:nth-of-type(1) {
	font-size:22px;
	position:relative;
	display:inline-block;
	vertical-align:top;
	transform:skewX(-10deg);
	letter-spacing:4px;
	padding: 0 1em 2em 0;
}
	.alltitle li p:nth-of-type(1):after {
		content:'';
		background:#fff;
		position:absolute;
		top:0;
		right:0;
		width:1px;
		height:100%;
		transform: skewX(-40deg);
	}
.alltitle li p:nth-of-type(2) {
	font-size:42px;
	display:inline-block;
	vertical-align:top;
	line-height:1;
	text-align:left;
	transform:skewX(-10deg);
    padding: 1em 0 0 .5em;
}
/***inner***/
.inner {
	display: inline-block;
	vertical-align:top;
	padding:4em 2em 3em 2em;
	width:70%;
	position:relative;
	z-index:20;
}
/***rmguide***/
.rmguide {
	text-align:center;
}
/*rmguide1*/
.rmguide1 li a {
	background:url(../../images/rgbt_bg1.png) top right no-repeat;
	background-size:contain;
}
/*rmguide2*/
.rmguide2 li a {
	background:url(../../images/rgbt_bg2.png) top right no-repeat;
	background-size:contain;
}
/*rmguide3*/
.rmguide3 li a {
	background:url(../../images/rgbt_bg3.png) top right no-repeat;
	background-size:contain;
}
/*rmguide5*/
.rmguide5 li a {
	background:url(../../images/rgbt_bg5.png) top right no-repeat;
	background-size:contain;
}
/*rmguide6*/
.rmguide6 li a {
	background:url(../../images/rgbt_bg6.png) top right no-repeat;
	background-size:contain;
}
/*rmguide7*/
.rmguide7 li a {
	background:url(../../images/rgbt_bg7.png) top right no-repeat;
	background-size:contain;
}
.rmguide ul {
}
.rmguide li {
	display:inline-block;
	vertical-align:top;
	position:relative;
	padding:0 1em 2em;
	width:21%;
	-webkit-filter: drop-shadow(0px 0px 5px #000);
	filter: drop-shadow(0px 0px 5px #000);
}
.rmguide5 li {
	width:28%;
}
.rmguide a {
	min-height:294px;
	position:relative;
	color:#fff;
	padding:1em 0;
}
	.rmguide a:hover {
		opacity:.8;
		transform:translate(5px,5px);
	}
.rmguide span {
	font-size:14px;
	transform:skewX(-10deg);
	position:absolute;
	top:1em;
	right:1em;
}
.rmguide p {
	text-align:right;
	position:absolute;
	top:50%;
	right:0;
	transform:translateY(-50%);
	border-bottom:solid 8px #d5b6d5;
	line-height:1.5;
	padding:0 .5em .5em 0;
}
	@media screen and (max-width:1550px) {
		.rmguide li {
			width:27%;
		}
	}
	@media screen and (max-width:1350px) {
		.alltitle {
			width:auto;
			display:block;
		}
		.alldeco {
			padding:2em 0;
		}
		.inner {
			width:100%;
		}
		.rmguide li {
			width: 22%;
		}
		.rmguide5 li {
			width:28%;
		}
		.rmguide p {
			margin-right:.5em;
		}
	}
	@media screen and (max-width:1100px) {
		.alltitle h5 {
			font-size:60px;
		}
		.alltitle span {
			transform:scale(.9);
		}
		.inner {
			padding: 2em 2em 1em 2em;
		}
		.alldeco {
			padding: 1em 0;
		}
		.rmguide li {
			width: 28%;
		}
	}
	@media screen and (max-width:900px) {
		.rmguide li {
			width: 31%;
		}
	}
	@media screen and (max-width:760px) {
		.rmguide li {
			width: 42%;
		}
		.alltitle {
			padding: 2em 1em 0 5em;
		}
	}
	@media screen and (max-width:590px) {
		.rmguide li {
			width: 48%;
			padding: 0 1em 1em;
		}
		.alltitle {
			padding: 2em 1em 0 3em;
		}
		.rmguide a {
			min-height:265px;
		}
	}
	@media screen and (max-width:500px) {
		.alltitle h5 {
			font-size: 55px;
		}
		.alltitle span {
			transform: scale(.8);
			transform-origin: bottom;
		}
		.alltitle {
			padding: 1em 1em 0 2em;
		}
		.rmguide a {
			min-height: 220px;
		}
		.rmguide li {
			width: 48%;
			padding: 0 0em 1em;
		}
		.rmguide span {
			right:2em;
		}
		.rmguide p {
			margin-right: 1em;
		}
	}
	@media screen and (max-width:430px) {
		.rmguide p {
			margin-right: 0em;
			font-size:16px;
		}
		.rmguide a {
			min-height: 210px;
		}
		.rmguide li {
			padding: 0 .3em 1em;
			width:47%;
		}
		.rmguide span {
			right: 1em;
		}
	}
	@media screen and (max-width:380px) {
		.inner {
			padding:1em;
		}
		.rmguide a {
			min-height:180px;
		}
		.rmguide li {
			width:46%;
		}
	}
	@media screen and (max-width:350px) {
		.rmguide a {
			min-height: 160px;
		}
		.rmguide span {
			font-size:12px;
		}
		.rmguide p {
			font-size:14px;
		}
		.alltitle {
			padding: 1em 1em 0 1em;
		}
		.alltitle h5 {
			font-size: 50px;
			padding-right:0;
		}
		.alltitle span {
			transform: scale(.7);
		}
		.alltitle li p:nth-of-type(2) {
			font-size:38px;
			padding: 1em 0 0 0em;
		}
	}
/*---location-----------------------------------------------------------------------------------------------------------------------*/
.location {
	width:1100px;
	margin:0 auto;
	max-width:100%;
	text-align:left;
}
/***loc_info***/
.loc_info {
	background:url(../../images/loc_pattern.png) repeat;
	position:relative;
	color:#181818;
	padding:3em 2em;
	overflow:hidden;
}
	.loc_info:before {
		content:'';
		background:url(../../images/loc_deco.png) top left no-repeat;
		background-size:contain;
		transform:rotate(-180deg);
		position:absolute;
		top:0;
		left:0;
		width:45px;
		height:45px;
		z-index:-1;
	}
	.loc_info:after {
		content:'';
		background:url(../../images/loc_deco.png) bottom right no-repeat;
		background-size:contain;
		position:absolute;
		bottom:0;
		right:0;
		width:30%;
		height:20%;
		z-index:-1;
	}
.loc_info h5 {
	font-size: 30px;
    letter-spacing: 10px;
    font-weight: 600;
}
.loc_info h6 {
	font-size:20px;
	padding-top:.5em;
}
.loc_info ul {
	display:inline-block;
	vertical-align:top;
	width: 45%;
    padding: 0em 1em 0 1em;
	font-size:16px;
	margin:2em 0;
	font-weight: 600;
}
.loc_info ul:first-of-type {
	border-right:solid 1px #999;
	font-weight: normal;
}
.loc_info ul:first-of-type li:nth-of-type(1) p:nth-of-type(2),.loc_info ul:first-of-type li:nth-of-type(2) p:nth-of-type(2) {
	font-weight: 600;
}
.loc_info li p:nth-of-type(1) {
	display:inline-block;
	vertical-align:top;
	width:20%;
}
.loc_info li p:nth-of-type(2) {
	display:inline-block;
	vertical-align:top;
	word-wrap: break-word;
	word-break: break-all;
	width:70%;
	font-family: serif;
}
/*loc_btn*/
.loc_btn {
}
.loc_btn a {
	color:#181818;
	font-size:18px;
	display:inline-block;
	vertical-align:bottom;
	text-align:left;
	padding: 0em 2em 0em 0;
}
.loc_btn img {
	transition:.3s ease all;
}
	.loc_btn a:hover {
		color:#924a9a;
	}
	.loc_btn a:hover img {
		transform:translateY(-5px);
	}
/*order_btn*/
.order_btn {
	position:absolute;
	top:0;
	right:2em;
}
.order_btn a {
}
	.order_btn a:hover {
		transform:translateY(-10px);
	}
/***map***/
.map {
	position:relative;
	width:100%;
	min-height:415px;
	margin:2em 0;
}
.map iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/***route***/
.route {
	width:710px;
	margin:0 auto;
	max-width:90%;
}
.route ul {
	border-bottom:solid 2px #eeeeee;
	text-align:center;
}
.route li {
	display:inline-block;
	vertical-align:baseline;
	width:30%;
	position:relative;
}
.route li img {
	transform:scale(.9);
	transition:.3s ease all;
}
.route li a {
	position:relative;
	padding-bottom:1em;
}
	.route li a:hover img {
		transform:scale(1);
	}
.route li.active a:after {
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #eeeeee transparent;
	position:absolute;
	bottom:0;
	left:calc(50% - 10px);
	transition:.5s ease all;
}
	.route li a:hover:after {
		content:'';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 10px 10px 10px;
		border-color: transparent transparent #eeeeee transparent;
		position:absolute;
		bottom:0;
		left:calc(50% - 10px);
	}
.route li.active img {
	transform:scale(1);
}
/*tag_inner*/
.tag_inner {
	color:#eeeeee;
	padding:2em 1em;
	width:550px;
	margin:0 auto;
	max-width:100%;
	min-height:430px;
}
	@media screen and (max-width:1700px) {
		.location {
			width:900px;
		}
		.loc_info li p:nth-of-type(1) {
			width:90px;
		}
	}
	@media screen and (max-width:1520px) {
		.location {
			width: 85%;
		}
	}
	@media screen and (max-width:1460px) {
		.loc_info li p:nth-of-type(1) {
			width: 80px;
		}
		.loc_info ul {
			width:48%;
		}
	}
	@media screen and (max-width:960px) {
		.location {
			width: 100%;
		}
	}
	@media screen and (max-width:770px) {
		.loc_info ul:first-of-type {
			border-right: solid 0px #999;
			padding: 2em 0 0 0;
		}
		.loc_info ul {
			width: 100%;
			padding: 1em 0 2em;
			margin: 0;
		}
		.tag_inner {
			min-height:400px;
		}
	}
	@media screen and (max-width:620px) {
		.order_btn {
			right: 1em;
			width: 17%;
		}
		.loc_btn a {
			padding:0;
			width:30%;
		}
		.loc_info {
			padding: 3em 2em 2em;
		}
		.map {
			min-height:350px;
		}
	}
	@media screen and (max-width:500px) {
		.loc_info {
			padding: 2em 1em;
		}
		.loc_info h5 {
			font-size: 28px;
			letter-spacing: 5px;
		}
		.loc_info h6 {
			font-size:18px;
		}
		.loc_info li p:nth-of-type(2) {
			width:75%;
		}
		.loc_btn {
			text-align:center;
		}
		.loc_btn a {
			white-space: nowrap;
			text-align:center;
			font-size:16px;
		}
		.loc_btn img {
			display: block;
			margin: 0 auto;
		}
	}
	@media screen and (max-width:430px) {
		.order_btn {
			position: relative;
			text-align: right;
			width: 100%;
			top: 0;
			right: 0;
			margin-top: -3em;
		}
		.order_btn a {
			display: inline-block;
			width: 90px;
		}
		.loc_info li p:nth-of-type(2) {
			width: 70%;
		}
		.loc_info h5 {
			padding-top:.5em;
		}
		.map {
			min-height: 300px;
		}
	}
	@media screen and (max-width:350px) {
		.loc_info h5 {
			font-size: 25px;
			letter-spacing: 5px;
		}
		.loc_info h6 {
			font-size: 14px;
		}
		.loc_info li p:nth-of-type(2) {
			width: 65%;
		}
		.tag_inner {
			padding:2em 0;
		}
	}
/*---notice------------------------------------------------------------------------------------------------------------------------*/
.notice {
	padding-left:5em;
}
/*note*/
.note {
	color:#fff;
	padding:0 0 3em 0;
}
.note img {
	display:inline-block;
	vertical-align:top;
}
.note ul {
	display:inline-block;
	vertical-align:top;
	padding:0 0 0 2em;
	width:75%;
}
.notice a {
	display:inline-block;
	color:#d5b6d5;
}
.notice a span {
	border-bottom: dotted 3px;
	color:#d5b6d5;
	transition:.2s ease all;
}
	.notice a:hover span {
		color:#ffc5ff;
	}
	@media screen and (max-width:1400px) {
		.notice {
			padding-left: 8em;
		}
	}
	@media screen and (max-width:1040px) {
		.notice {
			padding-left: 3em;
		}
	}
	@media screen and (max-width:700px) {
		.notice {
			padding-left:0;
			text-align:center;
		}
		.note ul {
			padding: 1em 0 0 0;
			width: 100%;
			text-align: left;
		}
		.note img {
			width:110px;
		}
	}
	@media screen and (max-width:500px) {
		.note img {
			width:100px;
		}
	}
	@media screen and (max-width:380px) {
		.note img {
			width:90px;
		}
	}
/*---icons----------------------------------------------------------------------------------------------------------------------------------*/
.icons {}

.icons ul {
	list-style: none;
}

.icons li {
	margin: 5px 5px;
	display: inline-block;
	vertical-align: top;
	width:13%;
	background: rgba(255, 255, 255, .5);
	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:15%;
	}
}

@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: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;
	}
}
@media screen and (max-width:350px) {
	.r_icons li {
		width: 30%;
	}
}
/*--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;
	}
}

@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;
	}
}
/*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:76%;
}
/*---rmtp-----------------------------------------------------------------------------------------------------------------------------*/
.rmtp {
	padding:13em 2em 0;
}
.rmslider {
	position:relative;
	width:1245px;
	margin:0 auto;
	max-width:100%;
	display:block;
}
.ws_images div:nth-of-type(5) {
	display:none;
}
/*rm_tag*/
.rm_tag {
	color:#19131b;
	position:absolute;
	bottom:-1px;
	left:50%;
	transform:translateX(-50%);
	background:url(../../images/rm_deco.png) bottom center no-repeat;
	background-size:auto;
	width:121px;
	min-height:59px;
	text-align:center;
	z-index:2;
}
.rm_tag span {
	position: absolute;
    bottom: 0;
    left: 50%;
    line-height: 1;
    font-size: 45px;
    transform: translateX(-50%);
}
/*---rm_info--------------------------------------------------------------------------------------------------------------------------*/
.rm_info {
	background:url(../../images/rm_pattern.png) repeat;
	text-align:center;
	position:relative;
	color:#1f1622;
	box-shadow: 0px 0px 5px rgba(0,0,0,.3);
}
	.rm_info:after {
		content: '';
		background: rgba(146,80,154,.5);
		width: 100%;
		height: 8px;
		position: absolute;
		bottom: 0;
		left: 0;
	}
/***rm_title***/
.rm_title {
	padding:2em 1em 1em;
	line-height:1;
	font-weight:700;
}
.rm_title p {
	font-size:24px;
	display:inline-block;
	vertical-align:bottom;
	letter-spacing:3px;
}
.rm_title span {
	font-size:16px;
	display:inline-block;
	vertical-align:bottom;
}
/***rm_text***/
.rm_text {
	font-size:14px;
	font-style:italic;
	padding:0 1em 2em;
	line-height:1.5;
}
/***roomb***/
.roomb {
	width:900px;
	margin:0 auto;
	max-width:90%;
	padding:2em 0;
	font-size:16px;
}
.roomb table a {
	color: #88157a;
	transition: .2s linear;
	
}
.roomb table a:hover {
	color: #663f62;
}
/*rb_tit*/
.rb_tit {
	color:#663f62;
	padding-bottom:1em;
	font-size:18px;
}
.rb_tit img {
	display:block;
	margin:0 auto;
}
.rb_tit span:nth-of-type(1) {
}
.rb_tit span:nth-of-type(2) {
	font-size:15px;
	transform:skewX(-10deg);
	display:inline-block;
	font-weight:700;
}
/***other_rm***/
.other_rm {
	background:#663f62;
}
.other_rm a {
	color:#d5b6d5;
	font-size:16px;
	font-weight:700;
	padding:1em 0 1.2em;
}
.other_rm span {
	display:inline-block;
	width:20px;
	height:20px;
	border-radius:100%;
	border:solid 2px #d5b6d5;
	line-height:1;
}
.other_rm p {
	display:inline-block;
	transform:skewX(-10deg);
}
	.other_rm a:hover {
		color:#fff;
	}
	@media screen and (max-width:800px) {
		.rmtp {
			padding: 12em 2em 0;
		}
		.rm_tag {
			min-height:50px;
			background-size:contain;
		}
		.roomb {
			padding:0 0 1em;
		}
	}
	@media screen and (max-width:700px) {
		.rmtp {
			padding: 10em 2em 0;
		}
	}
	@media screen and (max-width:550px) {
		.rmtp {
			padding: 9em 2em 0;
		}
		.rm_tag {
			min-height:45px;
		}
		.rm_tag span {
			font-size:40px;
		}
	}
	@media screen and (max-width:430px) {
		.rmtp {
			padding: 9em 1em 0;
		}
		.rm_tag {
			min-height:35px;
		}
		.rm_tag span {
			font-size:22px;
		}
	}
	@media screen and (max-width:380px) {
		.rm_tag {
			min-height:30px;
		}
		.rm_tag span {
			font-size:28px;
			left:52%;
		}
		.rb_tit {
			padding-bottom:.5em;
		}
	}
	@media screen and (max-width:350px) {
		.rinfo li span:nth-of-type(2) {
			width: 72%;
		}
	}

/****services_order******/
#services_order {
	padding-bottom:6em;
	line-height:2;
	font-size:16px;
}
#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: #83368c;
	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 #83368c solid;
	color: #fff;
	border-radius: 30px;
}

#services_order .ripple input[type="reset"] {
	position: relative;
	border: none;
	outline: none;
	cursor: pointer;
	background: transparent;
	color: #cd7fd6;
	padding: 8px 20px;
	border-radius: 2px;
	font-size: 14px;
	border: 1px #cd7fd6 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 #cd7fd6 solid;
	color: #cd7fd6;
	border-radius: 30px;
}

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

#services_order input,#services_order select {
	padding: 2px 0;
	line-height: 26px;
	border-radius: 2px;
	border: 1px #d5b6d4 solid;
	background:rgba(255,255,255,1);
	color: #000;
	letter-spacing:2px;
}

#services_order input: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 #d5b6d4 solid;
	background: #fff;
	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);
}
.form-horizontal .form-group {
	text-align:left;
}
	@media screen and (max-width:500px) {
		#services_order {
			padding-bottom: 3em;
		}
	}
	@media screen and (max-width:425px) {
		#services_order {
			padding-bottom: 1em;
		}
	}
/*************************
********services_sce******
**************************/
#services_sce {
	padding: 0 2em 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:1440px) {
	#services_sce {
		padding: 0 1em 60px;
	}
}
@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 0;
	}
	.scebtn h2 {
		margin:1px;
	}
}

@media (max-width:400px) {
	.scebtn {
		margin-bottom: 10px;
	}
}
/***********/

.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;
	text-align:left;
	margin:10px 0 0 0;
}
.scemore {
	text-align:right;
}

@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;
	}
}
/*---newstable------------------------------------------------------------------------------------------------------------------------*/
.newstable {
	text-align:left;
	margin:0 auto;
	max-width:90%;
	width:1200px;
	padding-bottom:3em;
	position:relative;
	z-index:10;
	word-wrap: break-word;
	word-break: break-all;
}
	.newstable table {
		width:100%;
	}
	.newstable a {
		display:inline-block;
		mix-blend-mode: difference;
		color:#fff;
		word-wrap: break-word;
		word-break: break-all;
	}
	.newstable img {
		max-width:100%;
	}
	.newslist_rwd a {
		display:inline-block;
		mix-blend-mode:unset;
		color:#1e1e1e;
		position:relative;
		z-index:5;
	}
/******************************************/
.npic div {
    background: no-repeat center center;
}
.newslist_rwd .ntitle {
	padding-bottom:1em;
}
.newslist_rwd .ntitle p {
    font-size: 20px;
    color: #131212;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 0px;
	text-align:left;
	transition:.2s ease all;
}
.newslist_rwd .ninfo p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0px;
	color:#131212;
	text-align:left;
	padding-bottom:3em;
	transition:.2s ease all;
}
.newslist_rwd .ninfo {
    font-size: 14px;
    line-height: 16px;
	text-align:right;
	border-top: solid 1px #000;
	padding:1em 0;
	color:#92509a;
}
.nbox {
    margin: 0;
    padding: 0;
}
.nbox div {
    display: inline-block;
    float: left;
}
.nbox div:nth-child(2) {
    width: 100%-130px;
}

/*******/
.newslist_rwd {
    width: 100%;
    display: inline-block;
    vertical-align: top;
	padding:1em;
	transition:.2s ease all;
	background:url(../../images/news_bg.png) repeat;
	margin-bottom:2em;
	position:relative;
	transition:.2s ease all;
}
	.newslist_rwd:after {
		content:'';
		background: url(../../images/news_deco.png) bottom right no-repeat;
		background-size:contain;
		position:absolute;
		bottom:1em;
		right:1em;
		width:20%;
		height:20%;
	}
	.newslist_rwd:hover {
		transform:translateY(-5px);
	}
	.newslist_rwd:hover p {
		color: #7e4d84;
	}
.newslist_rwd td {
    vertical-align: top
}
.newslist_rwd .npic {
    width: 46%;
}
.newslist_rwd .ntext {
    width: 53%;
    padding: 1em 4em 1em 1em;
    float: right;
}
.newslist_rwd .npic img {
    width: 120px;
    height: 120px;
	border-radius:100%;
}
.newslist_rwd .ntitle,
.newslist_rwd .ninfo {
	display:block;
	width:100%;
}
.newslist_rwd .npicimg {
    min-width: 375px;
    min-height: 255px;
}
	@media screen and (max-width: 980px) {
		.newslist_rwd .npicimg {
			min-width: 320px;
			min-height: 230px;
		}
		.newslist_rwd .ntext {
			padding: 1em 3em 1em 1em;
		}
	}
	@media screen and (max-width: 840px) {
		.newslist_rwd .ntext {
			padding: 1em 1em 1em 1em;
			width:46%;
		}
		.newslist_rwd .ninfo p {
			padding-bottom:1em;
		}
	}
	@media screen and (max-width: 768px) {
		.newslist_rwd .npicimg {
			min-width: 260px;
			min-height: 200px;
		}
		.newslist_rwd .ntext {
			width:50%;
		}
	}
	@media screen and (max-width: 670px) {
		.newslist_rwd .npicimg {
			min-width: 220px;
			min-height: 180px;
		}
		.newslist_rwd .ntext {
			width:50%;
		}
	}
	@media screen and (max-width: 600px) {
		.newslist_rwd .npic {
			width: 100%;
		}
		.newslist_rwd .npicimg {
			min-width:100%;
			min-height:250px;
		}
		.newslist_rwd .ntext {
			width:100%;
		}
		.newslist_rwd .ninfo p {
			padding-bottom: 0em;
		}
	}
	@media screen and (max-width: 500px) {
		.newslist_rwd .npicimg {
			min-width: 100%;
			min-height: 230px;
		}
		.newslist_rwd .ninfo {
			padding: 1em 0 0;
		}
		.newstable {
			max-width:100%;
		}
		.newslist_rwd .ntext {
			padding:1em 0 0;
		}
	}
	@media screen and (max-width: 350px) {
		.newslist_rwd .npicimg {
			min-width: 100%;
			min-height: 200px;
		}
	}
.newstitle input {
	color:#000;
}
.cke_source {
	color:#000;
}
.style2 {
	text-align:left;
}
.style2 img {
	margin-bottom:5px;
}
.style2 p {
	font-size:15px;
	text-align:left !important;
	color: #c898ce !important;
}
	
