/*--------------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, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video  {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.8;
	letter-spacing: 2px;
	font-size: 16px;
	font-family:'Gotu','Noto Serif TC',sans-serif;
	background:#fff;
	color:#2d2d2d;
	overflow-x:hidden;
	width:100%;
}
ol,
ul {
	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;
}
td {
	vertical-align: top;
}
a {
	display: block;
	color: #333;
	text-decoration: none;
}
a:hover,a:focus {
	text-decoration: none;
	transition:.3s ease all;
	color: #333;
}
img {
	max-width:100%;
}
::selection {
	background: #61bfe0;
    color: #fff;
}
.clean {
	clear:both;
}

/************************************************************************************************************************************************
************************************************************************************************************************************************
************************************************************************************************************************************************/
/*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;
}
.carousel-inner>.item>img {
	display:inline-block;
}
/*---header-------------------------------------------------------------------------------------------------------------------------*/
header {
	position:relative;
	width:100%;
	height:100vh;
	background:url(../../images/mask.png) top center no-repeat;
	background-size:auto;
	box-shadow: 0px 0px 3px rgba(0,0,0,.1);
}
	header:before {
		content:'';
		background:url(../../images/ibg1.jpg) center center no-repeat;
		background-size:cover;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		z-index:-99;
	}
/*logo_area*/
.logo_area {
	position:absolute;
	top:21em;
	left:50%;
	transform:translateX(-50%);
	text-align:center;
}
img.logo {
}
.logo_area h1 {
	font-size:16px;
	color:#fff;
	opacity:0.000001;
	line-height:1;
}
/*scroll*/
.scroll {
	padding-top:5em;
}
.scroll a {
	position:relative;
}
	.scroll a:before {
		content:'';
		border-radius:60px;
		border:solid 1px #2d2d2d;
		width:17px;
		height:40px;
		position:absolute;
		top:5px;
		left:calc(50% - 8px);
		animation:move 1.2s infinite alternate linear;
	}
.scroll span {
	display:block;
	font-size:12px;
	letter-spacing:1px;
}
	@keyframes move {
		0% {
			top:5px;
		}
		100% {
			top:47px;
		}
	}
	@media screen and (max-width:1080px) {
		header {
			background-size:cover;
		}
		header:before {
			position:absolute;
		}
		.logo_area {
			top:29vh;
			width:220px;
		}
	}
	@media screen and (max-width:700px) {
		.logo_area {
			width:180px;
		}
	}
	@media screen and (max-width:380px) {
		.scroll {
			padding-top: 8em;
		}
	}
	@media screen and (max-width:350px) {
		.logo_area {
			width: 120px;
		}
		.scroll {
			padding-top:2em;
		}
	}
/*---navbar-----------------------------------------------------------------------------------------------------------------------------*/
/***menulogo***/
.menulogo {
	padding: 1em 2em 1em 2em;
	display: inline-block;
	border-radius: 0 0 40px 0;
	transition:.6s ease all;
	float:left;
	opacity:0;
}
/***navbar_block***/
.navbar_block {
	width: 380px;
    display: inline-block;
    float: right;
	text-align:right;
	margin-top:2em;
	position:relative;
	transform: translateX(280px);
	transition:.6s ease all;
}
.show {
	transform: translateX(0px) !important;
}
/*menu_btn*/
.menu_btn {
	display:inline-block;
	vertical-align:top;
	position:absolute;
	top:0;
	left:0;
	width: 100px;
    background: #fff;
	border-radius: 40px 0 0 40px;
    overflow: hidden;
	padding-bottom:1em;
	-webkit-filter: drop-shadow(0px 0px 3px rgba(51, 51, 51, .5));
	filter: drop-shadow(0px 0px 3px rgba(51, 51, 51, .5));
}
.mibutton {
	z-index:65;
	cursor:pointer;
	width:100%;
	height:80px;
	color:#fff;
	position:relative;
	text-align:center;
	transition:.3s ease all;
	background:#032f48;
}
	.mibutton span {
		background: #fff;
		width: 60%;
		height: 1px;
		position: absolute;
		right:1.8em;
		top: 2em;
		transition: .3s;
	}
	.mibutton span:nth-child(1) {
		top:1.7em;
		width: 20%;
		transform: rotate(30deg);
	}
	.mibutton span:nth-child(2) {
		top: 2em;
		width: 45%;
	}
	.mibutton span:nth-child(3) {
		top:2.3em;
		width: 20%;
		transform: rotate(-30deg);
	}
	.mibutton b {
		display: block;
		position: absolute;
		left: 1.5em;
		font-size: 15px;
		font-weight: normal;
		bottom: .5em;
		letter-spacing: 1px;
	}
	.mibutton_ani {
		background:#fffff;
		opacity:1;
	}
	.mibutton_ani span:nth-child(1) {
		width:50%;
		-webkit-transform: rotate(20deg);
		transform: rotate(20deg);
		-webkit-transform-origin:center;
				transform-origin:center;
	}
	.mibutton_ani span:nth-child(2) {
		opacity:0;
	}
	.mibutton_ani span:nth-child(3) {
		width:50%;
		-webkit-transform:rotate(-20deg);
		transform:rotate(-20deg);
		-webkit-transform-origin:center left;
		transform-origin:center left;
	}
.btn1 {
	text-align:center;
}
.btn1 a {
	padding:.5em 0;
	transition:.3s ease all;
}
.btn1 span {
	display:block;
	font-size:14px;
	line-height:1.2;
}
	.btn1 a:hover {
		background:rgba(169, 169, 169, 0.2);
	}
/*ibutton*/
.ibutton {
	background:#032f48;
	display:inline-block;
	vertical-align:top;
	width:280px;
	border-radius:0 0 0 40px;
	padding:2em 0;
	-webkit-filter: drop-shadow(0px 0px 3px rgba(51, 51, 51, .5));
	filter: drop-shadow(0px 0px 3px rgba(51, 51, 51, .5));
}
.ibutton li {
}
.ibutton a {
	padding: 1em 2em;
    text-align: left;
	color:#fff;
}
.ibutton img {
	display:inline-block;
	vertical-align:middle;
	max-width:25%;
}
/*ibtn_tit*/
.ibtn_tit {
	display:inline-block;
	vertical-align:middle;
	width:70%;
	padding-left:1em;
}
.ibutton p.en {
	position:relative;
	z-index:3;
}
	.ibutton p.en:before {
		content:'';
		background:#004c77;
		position:absolute;
		bottom: 5px;
		left: -4px;
		width: 100%;
		height: 9px;
		border-radius: 30px;
		z-index: -1;
		transition:.3s ease all;
	}
.ibutton p.ch {
	font-size:18px;
	color:#dcdcdc;
}
	/**hover**/
	.ibutton a:hover {
		background: rgb(22, 71, 99);
	}
	.ibutton a:hover p.en:before {
		background: rgb(23, 142, 193);
	}
/**top**/
.navtop,.ontop {
	position:fixed;
	top:0;
	z-index:90;
}
.navtop.menulogo {
	left:0;
	background:rgba(255,255,255,.9);
	opacity:1;
}
.navtop.navbar_block {
	right:0;
	z-index:100;
}
.ontop.navbar_block {
	right:0;
}
.ontop.menulogo {
	left:0;
	opacity:1;
}
/*---main----------------------------------------------------------------------------------------------------------------------------------*/
/***ispace***/
.ispace {
	min-height:670px;
}
/***inews***/
.inews {
	background:rgba(217,217,217,.93);
	text-align:center;
	padding:3em 2em;
	position:relative;
}
	.inews:after {
		content:'';
		background:url(../../images/inews_bg.png) right center no-repeat;
		background-size:cover;
		position:absolute;
		top:0;
		left:0;
		height:100%;
		width:30%;
	}
/*inews_tit*/
.inews_tit {
	width:720px;
	margin:0 auto;
	max-width:100%;
	position:relative;
	padding:0 1em 0 1em;
	font-size:42px;
	text-align:left;
	line-height:1.2;
	z-index:3;
}
	.inews_tit:before {
		content:'';
		background:#004c77;
		width:20px;
		height:100%;
		position:absolute;
		top:0;
		left:0;
	}
.inews_tit p {
	font-size:25px;
}
/*inews_list*/
.inews_list {
	width:720px;
	margin:0 auto;
	max-width:100%;
	position:relative;
	z-index:3;
}
.inews_list .page_num {
	display:none;
}
.page_num a {
	display:inline-block;
}
.inews_list .newslist_rwd {
	width:100%;
	padding:2em 0 0;
}
/*morebtn*/
.morebtn {
	position:relative;
	z-index:3;
	width: 720px;
    margin: 0 auto;
    max-width: 100%;
	text-align:right;
}
.morebtn a {
	display:inline-block;
	letter-spacing:0;
	transition:.3s linear;
	font-size:14px;
}
	.morebtn a:hover {
		letter-spacing:3px;
	}
	@media screen and (max-width:1080px) {
		.ispace {
			background:url(../../images/ibg1.jpg) top center no-repeat;
			background-size:cover;
			min-height: 550px;
		}
	}
	@media screen and (max-width:800px) {
		.inews_list {
			margin: 0;
			max-width: 80%;
		}
	}
	@media screen and (max-width:700px) {
		.ispace {
			min-height:480px;
		}
		.menulogo {
			padding:.5em 1em .5em 1em;
			width: 34vw;
		}
		.inews_tit {
			font-size: 36px;
			white-space: nowrap;
		}
		.inews:after {
			width: 60%;
			opacity: .5;
		}
	}
	@media screen and (max-width:600px) {
		.ispace {
			min-height:340px;
		}
		.menulogo {
			width: 200px;
			padding:.1em 1em .1em 1em;
		}
		.inews_tit {
			font-size: 36px;
			white-space: nowrap;
		}
		.inews:after {
			opacity: .5;
		}
		.menu_btn {
			width:80px;
		}
		.navbar_block {
			width:300px;
			transform: translateX(220px);
		}
		.ibutton {
			width:220px;
		}
		.ibutton a {
			padding:1em;
		}
		.mibutton b,.mibutton span {
			right:1em;
		}
		.inews_tit {
			font-size:30px;
		}
		.inews_tit p {
			font-size: 22px;
		}
		.inews {
			padding:2em 2em 1em 2em;
		}
		.navbar_block {
			margin-top:1em;
			position:fixed;
			top:0;
			z-index:-1;
		}
		.ontop {
			z-index:90;
		}
		.morebtn {
			text-align:center;
		}
	}
	@media screen and (max-width:450px) {
		.ispace {
			min-height: 240px;
		}
		.inews:after {
			width:70%;
		}
		.btn1 span {
			font-size:12px;
		}
		.inews_tit:before {
			width:10px;
		}
		.inews_tit {
			padding: 0 0em 0 .6em;
			font-size:26px;
		}
		.inews_tit p {
			font-size: 20px;
		}
		.mibutton b {
			font-size:13px;
			bottom:.2em;
		}
		.menu_btn {
			width: 70px;
		}
		.mibutton {
			height:65px;
		}
		.navbar_block {
			width: 290px;
			margin-top:1em;
		}
		.ibutton {
			padding:1em 0;
		}
		.ibutton a {
			padding: .5em 1em;
		}
		.scroll a:before {
			width:15px;
		}
		.mibutton span:nth-child(1) {
			top: 1.4em;
		}
		.mibutton span:nth-child(2) {
			top: 1.65em;
		}
		.mibutton span:nth-child(3) {
			top: 1.9em;
		}
		.inews_list {
			max-width: 100%;
		}
	}
	@media screen and (max-width:380px) {
		.inews_list {
			min-height:100px;
		}
		.ispace {
			min-height: 180px;
		}
	}
	@media screen and (max-width:350px) {
		.inews_list {
			min-height:100px;
		}
		.ibutton {
			max-height: 90vh;
			overflow-y: scroll;
		}
		.inews {
			padding: 1em 1em 1em 1em;
		}
	}
/*---about--------------------------------------------------------------------------------------------------------------------------------------------*/
/***abt1***/
.abt1 {
	background:url(../../images/ibg2.jpg) top center no-repeat fixed;
	background-size:cover;
	text-align:right;
}
.abt1 h5 {
	font-size: 9vmin;
    text-align: left;
    line-height: .6;
    color: #fff;
    padding: 1em 0 0;
	width:1320px;
	margin:0 auto;
	max-width:90%;
}
	.abt1 h5:first-letter {
		font-size:12vmin;
	}
.wrap1 {
	background:rgba(255,255,255,.9);
	padding: 7em 0 12em;
}
/*abt1_text*/
.abt1_text {
	display:inline-block;
	vertical-align:top;
	width:30%;
}
.abt1_text span {
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	display:block;
	margin:0 auto;
	font-size:30px;
}
.abt1_text p {
	text-align:left;
	padding:3em 2em;
}
.wrap1 img {
	vertical-align:top;
	max-width: 50vw;
}
/***abt2***/
.abt2 {
	position:relative;
	padding:3em 1em;
	background:#fff;
}
	.abt2:before {
		content:'';
		background:url(../../images/abt2_bg.png) bottom left no-repeat;
		background-size:cover;
		position:absolute;
		bottom:0;
		left:0;
		width: 79vw;
		height: 52%;
		box-shadow: 0 0 8px rgba(0,0,0,.3);
	}
.wrap2 {
	width:1540px;
	margin:0 auto;
	max-width:90%;
}
/*abt2_right*/
.abt2_right {
	display:inline-block;
	vertical-align:bottom;
	position:relative;
	z-index:3;
	margin-top: -11em;
	max-width:63%;
}
.abt2_right img {
	display:block;
	margin:0 auto;
}
	.abt2_right img:first-of-type {
		padding-bottom:1em;
		max-width: 45%;
	}
img.abt21 {
	vertical-align:bottom;
	float:left;
	position:relative;
	z-index:3;
	padding: 5em 1em 0 0;
	max-width:35%;
}
	@media screen and (max-width:1400px) {
		.abt1_text {
			width:42%;
		}
		.wrap1 img {
			max-width:55vw;
		}
	}
	@media screen and (max-width:1200px) {
		.abt2_right {
			margin-top: -7em;
		}
		.wrap1 {
			padding: 7em 0 5em;
		}
	}
	@media screen and (max-width:1080px) {
		.abt1 {
			background-attachment:inherit;
		}
		.abt1_text {
			width:100%;
		}
		.wrap1 {
			padding: 4em 0 8em;
		}
		.abt1_text p {
			text-align: left;
			width: 700px;
			padding: 2em;
			margin: 0 auto;
			max-width:100%;
		}
		.wrap1 img {
			max-width: 80vw;
		}
	}
	@media screen and (max-width:800px) {
		.wrap1 img {
			max-width: 90vw;
		}
		.abt2_right {
			margin-top: -8em;
			width: 100%;
			max-width: inherit;
		}
		img.abt21 {
			float: none;
			padding: 1em 1em 0 0;
			max-width: 65%;
		}
		.abt2:before {
			width: 90vw;
			height: 30%;
		}
	}
	@media screen and (max-width:550px) {
		.wrap1 {
			padding: 3em 0 6em;
		}
		.abt2_right {
			margin-top: -7em;
			max-width: 100%;
		}
		.abt2_right img:first-of-type {
			max-width:55%;
		}
		img.abt21 {
			max-width: 80%;
		}
	}
	@media screen and (max-width:450px) {
		.abt1_text span {
			font-size:26px;
		}
		.wrap1 {
			padding: 2em 0 6em;
		}
		.abt1_text p {
			padding: 1em 2em;
		}
		.abt1 h5 {
			padding: 1.5em 0 0;
		}
		.abt2_right img:first-of-type {
			max-width: 65%;
		}
		.abt2 {
			padding: 3em 0em;
		}
		.abt2:before {
			width: 100vw;
			height: 26%;
		}
	}
/***abt3***/
.abt3 {
	background:#fff;
	padding: 7em 0 4em;
	position:relative;
}
	.abt3:before {
		content:'';
		width:45%;
		height:320px;
		position:absolute;
		bottom:30%;
		right:0;
		background:url(../../images/abt3_bg.png) top right no-repeat fixed, url(../../images/pattern1.png) repeat;
		background-size:cover,auto;
	}
/*abt3_left*/
.abt3_left {
	float:left;
	max-width: 59vw;
	position:relative;
	z-index:3;
}
.abt3_left p {
	text-align:right;
	padding: 1em 4em 8em 1em;
}
.abt3_left img {
}
/*abt3_right*/
.abt3_right {
	float:right;
	position:relative;
	max-width: 41vw;
}
.abt3_right img {
	position:relative;
	z-index:3;
}
/***abt4***/
.abt4 {
	position:relative;
	background:#fff;
	text-align:center;
}
	.abt4:before {
		content:'';
		background:url(../../images/pattern1.png) repeat;
		width:100%;
		height:60%;
		position:absolute;
		left:0;
		top:50%;
		transform:translateY(-50%);
	}
	.abt4:after {
		content:'';
		background:url(../../images/abt4_bg.png) center right no-repeat fixed;
		background-size:cover;
		position:absolute;
		top:50%;
		transform:translateY(-50%);
		right:0;
		width:48%;
		height:60%;
	}
.wrap3 {
	position: relative;
    z-index: 3;
    width: 1320px;
    margin: 0 auto;
    max-width: 90%;
}
.wrap3 img:nth-of-type(1) {
	padding-top: 2em;
    vertical-align: top;
	width:51%;
}
.wrap3 img:nth-of-type(2) {
	margin-left: -13em;
    z-index: -1;
    position: relative;
	vertical-align:top;
	width:63%;
}
/*abt4_btm*/
.abt4_btm {
	position: relative;
    z-index: 3;
    padding: 1em 8vw 3em 2em;
    text-align: right;
}
.abt4_btm div {
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	width:35%;
}
img.moomoo {
}
.abt4_btm p {
	text-align:right;
	padding: 2em 3em 0 0;
}
img.abt43 {
	vertical-align:middle;
	box-shadow: 0px 5px 5px rgba(0,0,0,.5);
	max-width: 56vw;
}
	@media screen and (max-width:1400px) {
		.abt3:before {
			bottom:25%;
			height: 33%;
		}
	}
	@media screen and (max-width:1080px) {
		.abt3:before,.abt4:after {
			background-attachment:inherit;
		}
		.abt3_left p {
			padding: 1em 2em 3em 1em;
		}
		.abt3 {
			padding: 5em 0 4em;
		}
		.wrap3 img:nth-of-type(2) {
			margin-left: -12em;
		}
	}
	@media screen and (max-width:900px) {
		.wrap3 img:nth-of-type(2) {
			margin-left: -9em;
		}
	}
	@media screen and (max-width:800px) {
		.abt3_left {
			max-width:90%;
		}
		.abt3_left p {
			padding: 1em 4em 3em 1em;
		}
		.abt3_right {
			max-width: 85%;
			padding-top:1em;
		}
		.abt3:before {
			bottom: 20%;
			height: 25%;
			width: 100%;
		}
		.abt3 {
			padding: 4em 0 1em;
		}
		.wrap3 img:nth-of-type(1),.wrap3 img:nth-of-type(2) {
			margin:0;
			width:90%;
			padding:0;
		}
		img.moomoo {
			max-width: 70%;
		}
		.abt4_btm p {
			padding: 1em 2em 0 0;
		}
		.abt4_btm {
			padding: 2em 2em 2em 2em;
		}
		.abt4:before,.abt4:after {
			height:40%;
		}
	}
	@media screen and (max-width:600px) {
		.wrap3 img:nth-of-type(1), .wrap3 img:nth-of-type(2) {
			width:100%;
		}
		.abt4_btm div {
			width:100%;
			text-align:right;
		}
		img.abt43 {
			max-width:100%;
		}
		.abt4_btm p {
			padding: 0em 2em 1em 0;
			font-size:15px;
		}
		img.moomoo {
			max-width: 30%;
		}
		.abt4:before, .abt4:after {
			height: 25%;
			top: 55%;
		}
		.abt4:after {
			width:70%;
		}
	}
	@media screen and (max-width:450px) {
		.abt3_left p {
			padding: 0em 2em 2em 1em;
		}
		.abt3_right {
			max-width: 90%;
		}
	}
	@media screen and (max-width:380px) {
		.abt4_btm p {
			padding: 0em 0em 1em 0;
		}
		.abt4:before, .abt4:after {
			top: 53%;
		}
		.abt4_btm {
			padding: 2em 1em;
		}
	}
/***abt5***/
.abt5 {
	text-align:left;
	position:relative;
	background:#fff;
	line-height:0;
}
.abt5 img {
	position:relative;
	z-index:3;
	max-width:65vw;
}
	.abt5:before {
		content:'';
		background:url(../../images/abt5_bg.png) top right no-repeat fixed;
		background-size:cover;
		width:70%;
		height:90%;
		position:absolute;
		bottom:0;
		right:0;
	}
/*---footer-----------------------------------------------------------------------------------------------------------------------------------------*/
footer {
	background:url(../../images/pattern2.jpg) repeat;
	text-align:center;
	box-shadow: 0px 0px 10px rgba(0,0,0,.1);
    padding: 5em 0 0 0;
    z-index: 5;
    position: relative;
}
.wrap4 {
	width:1250px;
	margin:0 auto;
	max-width:90%;
}
/*ft1*/
.ft1 {
	display:inline-block;
	vertical-align:top;
	width:35%;
	text-align:center;
}
img.ftlogo {
	display:block;
	margin:0 auto;
	padding-bottom:1em;
	max-width:65%;
}
.ft1 ul {
}
.ft1 li {
	display:inline-block;
	vertical-align:top;
	width:23%;
	padding:.5em;
}
.ft1 a {
}
.ft1 img {
	transition:.3s ease all;
}
.ft1 span {
	display:block;
	letter-spacing:1px;
	font-size:14px;
	line-height:1;
	white-space:nowrap;
}
	.ft1 a:hover img {
		transform:translateY(-5px);
	}
/*ft2*/
.ft2 {
	display:inline-block;
	vertical-align:bottom;
	width:35%;
	text-align:left;
	padding:0em 1em 1em 1em;
}
.ft2 ul {
}
.ft2 li {
	padding:.2em 0;
}
.ft2 img {
	vertical-align:top;
}
.ft2 p {
	display: inline-block;
    vertical-align: top;
    width: 90%;
    line-height: 1.2;
    padding: 0 0 0 1em;
	word-wrap: break-word;
	word-break: break-all;
}
/*ft3*/
.ft3 {
	display:inline-block;
	vertical-align:bottom;
	width:25%;
	text-align:left;
}
.ft3 ul {
}
.ft3 li {
	display:inline-block;
	vertical-align:top;
	width:45%;
	padding:.5em;
	text-align:center;
}
.ft3 span {
	display:block;
	font-size:14px;
	line-height:1.2;
	letter-spacing:1px;
	white-space:nowrap;
}
footer hr {
	border-top:solid 1px #9cc8d5;
}
/*ftbtm*/
.ftbtm {
	text-align:right;
	padding:0 0 1em;
	font-size:14px;
	color:#008fc1;
	line-height:1.5;
}
.ftbtm a {
	font-size:14px;
	color:#008fc1;
	display:inline-block;
}
/*icon*/
.icon {
	display:inline-block;
	vertical-align:top;
	padding-right:1em;
}
.icon a {
	transition:.3s ease all;
}
	.icon a:hover {
		transform:translateY(-5px);
	}
/*copyright*/
.copyright {
	display:inline-block;
	vertical-align:top;
}
.copyright a {
	transition:.3s ease all;
}
	.copyright a:hover {
		color:#dc7f27;
	}
#gotop {
	position: fixed;
    right: .5em;
    bottom: 10%;
    z-index: 90;
    cursor: pointer;
	display:none;
	transition:.3s ease all;
	-webkit-filter: drop-shadow(0px 0px 2px #333);
	filter: drop-shadow(0px 0px 2px #333);
}
	#gotop:hover {
		transform:translateY(-5px);
	}
	@media screen and (max-width:1200px) {
		footer {
			padding-top:4em;
		}
		.ft1 {
			width:500px;
			margin:0 auto;
			display:block;
			padding-bottom:1em;
			max-width:90%;
		}
		.ft2 {
			width:50%;
		}
		.ft3 {
			width:30%;
		}
	}
	@media screen and (max-width:1080px) {
		.abt5:before {
			background-attachment:inherit;
		}
	}
	@media screen and (max-width:800px) {
		.abt5 img {
			max-width: 70vw;
		}
		.ft2 {
			width: 60%;
		}
		.ft3 {
			width:35%;
		}
	}
	@media screen and (max-width:630px) {
		.ft2 {
			width: 100%;
			padding: 0 0 1em 5em;
		}
		.ft3 {
			width: 300px;
			margin:0 auto;
			max-width:100%;
		}
	}
	@media screen and (max-width:500px) {
		.ft2 {
			width: 100%;
			padding: 0 0 1em 5em;
		}
		.ft3 {
			width: 300px;
			margin:0 auto;
			max-width:100%;
		}
		.abt5 {
			height:80vh;
		}
		.abt5 img {
			position:absolute;
			bottom:0;
			left:0;
			max-width:90vw;
			-webkit-filter: drop-shadow(0px 3px 2px rgb(0, 0, 0,.3));
			filter: drop-shadow(0px 3px 2px rgb(0, 0, 0,.3));
		}
		.abt5:before {
			width:100%;
			height:100%;
		}
		.ft2 {
			padding: 0 0 1em 2em;
		}
	}
	@media screen and (max-width:380px) {
		.ft2 {
			padding: 0 0 1em 0em;
		}
		.ft1 span {
			font-size:13px;
		}
		.ftbtm,.ftbtm a {
			font-size:12px;
		}
	}
/*---inner-------------------------------------------------------------------------------------------------------------------------------------------*/
/***innerbg***/
.innerbg {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-99;
}
.rgbg {
	background:url(../../images/rgbg.jpg) top center no-repeat;
	background-size:cover;
}
.inbg {
	background:url(../../images/inbg.jpg) top center no-repeat;
	background-size:cover;
}
/*---rmguide------------------------------------------------------------------------------------------------------------------------------*/
.rmguide {
	position:relative;
	text-align:right;
}
	.rmguide:before {
		content:'';
		background:rgba(255,255,255,.75);
		height:100%;
		width:70%;
		position:absolute;
		top:0;
		left:5vw;
		box-shadow:0px 5px 5px rgba(0,0,0,.3);
	}
/**rgtitle***/
.rgtitle {
	text-align:center;
	position:fixed;
	top:11em;
	left:10vw;
	width:34vw;
	display:inline-block;
}
img.rgbgtit {
}
.rgtitle p {
	text-align:left;
	border-left:solid 1px #978b81;
	padding:1em;
	margin: 2em 0 2em 20em;
}
img.rgdeco {
}
/***rgbt_list***/
.rgbt_list {
	display:inline-block;
	width: 46vw;
    position: relative;
    z-index: 5;
    padding: 6em 10vw 6em 0;
}
/*bg*/
.rgbt:nth-of-type(1) {
	background:url(../../images/rgbt02.jpg) top center no-repeat;
	background-size:cover;
}
.rgbt:nth-of-type(2) {
	background:url(../../images/rgbt03.jpg) top center no-repeat;
	background-size:cover;
}
.rgbt:nth-of-type(3) {
	background:url(../../images/rgbt04.jpg) top center no-repeat;
	background-size:cover;
}
.rgbt:nth-of-type(4) {
	background:url(../../images/rgbt05.jpg) top center no-repeat;
	background-size:cover;
}
.rgbt:nth-of-type(5) {
	background:url(../../images/rgbt06.jpg) top center no-repeat;
	background-size:cover;
}
.rgbt:nth-of-type(6) {
	background:url(../../images/rgbt07.jpg) top center no-repeat;
	background-size:cover;
}
.rgbt:nth-of-type(7) {
	background:url(../../images/rgbt08.jpg) top center no-repeat;
	background-size:cover;
}
.rgbt:nth-of-type(8) {
	background:url(../../images/rgbt09.jpg) top center no-repeat;
	background-size:cover;
}
.rgbt:nth-of-type(9) {
	background:url(../../images/rgbt10.jpg) top center no-repeat;
	background-size:cover;
}
.rgbt:nth-of-type(10) {
	background:url(../../images/rgbt10.jpg) top center no-repeat;
	background-size:cover;
}
/*rgbt*/
.rgbt {
	border:solid 1px #fff;
	box-shadow:3px 5px 5px rgba(0,0,0,.3);
	margin:2em 0;
	transition:.3s ease all;
}
.rgbt a {
	min-height:348px;
	position:relative;
	text-align:left;
}
/*rgtit*/
.rgtit {
	background:rgba(0,0,0,.3);
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	color:#fff;
	line-height:1.5;
	padding:1em;
	transition:.3s ease all;
}
.rgtit p {
	font-size:20px;
}
.rgtit span {
	display:block;
	font-size:18px;
	position:relative;
	padding-left: 8em;
}
	.rgtit span:after {
		content:'';
		background:#fff;
		width:20%;
		height:1px;
		position:absolute;
		top:50%;
		left:0;
	}
	/*hover*/
	.rgbt:hover .rgtit {
		background: rgba(0, 0, 0, 0.6);
	}
	.rgbt:hover {
		-webkit-filter: brightness(.8);
		filter: brightness(.7);
	}
	@media screen and (max-width:1460px) {
		.rgtitle {
			left: 0vw;
			width: 44vw;
		}
	}
	@media screen and (max-width:1200px) {
		.rgtitle p {
			margin: 2em 0 2em 15em;
		}
		.rgbt a {
			min-height:250px;
		}
	}
	@media screen and (max-width:1080px) {
		.rgtitle {
			left: 0vw;
			width: 65%;
			position: relative;
			top: 0;
			text-align: center;
			display: block;
			padding: 8em 0em 0em 4em;
			max-width: 100%;
		}
		.rgtitle p {
			margin:1em 0 1em 0em;
			transform: translateX(53%);
		}
		.rgbt_list {
			width: 70vw;
			padding: 0em 13vw 6em 0;
		}
		.rgbt a {
			min-height: 285px;
		}
	}
	@media screen and (max-width:850px) {
		.rmguide:before {
			width:80%;
		}
		.rgtitle {
			padding: 8em 0em 0em 0em;
		}
		img.rgdeco {
			max-width: 35%;
		}
		.rgbt_list {
			width: 75vw;
			padding: 0em 8vw 4em 0;
		}
	}
	@media screen and (max-width:660px) {
		.rgtitle {
			padding: 6em 0em 0em 0em;
		}
		.rgtitle p {
			transform: translateX(34%);
			padding: 0 0 0 1em;
		}
		.rgbt_list {
			width: 85vw;
			padding: 0em 8vw 4em 0;
		}
		.rmguide:before {
			left:0;
		}
		.rgbt a {
			min-height: 250px;
		}
	}
	@media screen and (max-width:500px) {
		.rgtitle {
			width: 75%;
		}
		.rgtitle p {
			transform: translateX(0);
			padding: 0 1em;
			text-align: right;
			font-size: 14px;
			border-left: solid 0px #978b81;
			border-right: solid 1px #978b81;
		}
		.rgbt_list {
			width: 90vw;
			padding: 0em 8vw 2em 0;
		}
		.rgbt {
			margin:1em 0;
		}
		.rgbt a {
			min-height: 200px;
		}
		.rgtit p {
			font-size: 18px;
		}
		.rgtit span {
			font-size:15px;
		}
		.rgtit span:after {
			width:28%;
		}
	}
	@media screen and (max-width:450px) {
		.rgbt a {
			min-height:180px;
		}
		.rgtit {
			padding:.5em;
		}
		.rmguide:before {
			width:0;
		}
	}
	@media screen and (max-width:380px) {
		.rgtitle p {
			font-size:12px;
		}
		.rgbt a {
			min-height: 155px;
		}
		.rgtit p {
			font-size: 16px;
		}
		.rgtit span {
			font-size: 13px;
		}
	}
	@media screen and (max-width:350px) {
		.rgbt a {
			min-height: 140px;
		}
	}
/******/
/*---icons----------------------------------------------------------------------------------------------------------------------------------*/
.icons {}
.icons ul {
	list-style: none;
}
.icons li {
	margin: 5px 5px;
	display: inline-block;
	vertical-align: top;
	width: 21%;
	background: rgba(255, 255, 255, .6);
	border-radius: 7px;
	padding: 5px 0 8px;
	text-align: center;
	border: solid 1px #afafaf;
}
.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;
	padding-left:2em;
}
.r_icons li {
	width: 11%;
}
table.fac {
	padding: 0 0 3% 2%;
	display: block;
}
table.fac td {
	vertical-align: top;
}
@media screen and (max-width:1290px) {
	.r_icons li {
		width: 14%;
	}
}
@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:480px) {
	.r_icons li {
		width: 22%;
	}
}

@media screen and (max-width:440px) {
	.r_icons li {
		width: 30%;
		margin: 3px 2px;
		padding: 3px;
	}
}
/*--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: 3px 0;
	}
}
@media screen and (max-width:505px) {
	.note_icon li {
		width: 23%;
		padding: 7px;
	}
	.note_icon li img {
		width: 100%;
	}
}
@media screen and (max-width:453px) {
	.note_icon li {
		width: 23.66666%;
	}
	.icons li span {
		font-size: 12px;
	}
}
@media screen and (max-width:400px) {
	.note_icon li {
		width: 31%;
		padding: 6px;
	}
}
/*rinfo*/
.rinfo {
	text-align: left;
	padding: 3% 0%;
	width: 100%;
    margin: 0 auto;
	letter-spacing:1px;
}
.rinfo li span {
	display: inline-block;
	vertical-align: top;
}
.rinfo li span:nth-of-type(2) {
	width: 75%;
}

/******/
/*---rooom------------------------------------------------------------------------------------------------------------------------------------------*/
.wrap_rm {
	width:1430px;
	margin:0 auto;
	max-width:90%;
	text-align:center;
}
	.wrap_rm:before {
		content:'';
		background:url(../../images/blue_deco.png) left top no-repeat;
		background-size:auto;
		position:absolute;
		top:10em;
		left:0;
		width:989px;
		height:607px;
		z-index:-1;
	}
/***rm_top***/
.rm_top {
	position:relative;
	padding:14em 0 0;
}
/*rmtitle*/
.rmtitle {
	display:inline-block;
	vertical-align:middle;
	text-align:left;
	position:relative;
	z-index:3;
	width: 45%;
    padding: 0 7em 1em 0;
}
.rmtitle h6 {
	display:inline-block;
	vertical-align:middle;
	color:#c9773b;
	font-size:50px;
	padding-left:2em;
}
.rmtitle span {
	vertical-align:middle;
	display:inline-block;
	font-size:20px;
	padding:0 1em;
}
.rmtitle p {
	position:relative;
	font-size:22px;
	padding: 0 0 0 6em;
}
	.rmtitle p:before {
		content:'';
		background:#000;
		width:20%;
		height:1px;
		position:absolute;
		top:50%;
		left:0;
	}
	.rmtitle p:after {
		content:'';
		background:#000;
		width:40%;
		height:1px;
		position:absolute;
		top:50%;
		right:0;
	}
/*rmbtn*/
.rmbtn {
	position:relative;
	z-index:3;
	display:inline-block;
	vertical-align:middle;
	width:40%;
}
.rmbtn ul {
}
.rmbtn li {
	display:inline-block;
	width:31%;
	color:#004c77;
	padding:0 .5em;
}
.rmbtn a {
	color:#004c77;
	border:solid 1px #004c77;
	padding:.1em 0;
	transition:.3s ease all;
	position:relative;
}
	.rmbtn a:after {
		content:'';
		background:#004c77;
		width:0;
		height:100%;
		position:absolute;
		top:0;
		left:0;
		z-index:-1;
		transition:.5s ease all;
	}
	.rmbtn a:hover:after {
		width:100%;
	}
	.rmbtn a:hover {
		color:#fff;
	}
/***rm_btm***/
.rm_btm {
	background:url(../../images/rm_mask.png) top center no-repeat;
	background-size:cover;
	padding:2em 0;
}
/***rmb***/
.rmb {
	width: 1430px;
    margin: 0 auto;
    max-width: 90%;
    text-align: center;
	background:rgba(255,255,255,.9);
	padding:2em 5em;
	box-shadow:0px 0px 5px rgba(0,0,0,.3);
}
.rmfac {
	margin-bottom:10em;
}
.rmb_tit {
	position:relative;
	padding:3em 0;
}
.rmb_tit sup {
	font-size: 20px;
    top: 0;
    display: block;
    position: relative;
    line-height: 1;
}
.rmb_tit p {
	color:#9fcbd8;
	position:relative;
	font-size:38px;
}
	.rmb_tit p:before {
		content:'';
		background:#000;
		width:30%;
		height:1px;
		position:absolute;
		top:50%;
		left:0;
	}
	.rmb_tit p:after {
		content:'';
		background:#000;
		width:30%;
		height:1px;
		position:absolute;
		top:50%;
		right:0;
	}
	@media screen and (max-width:1500px) {
		.rmtitle {
			width:50%;
		}
		.wrap_rm:before {
			width:65vw;
			background: url(../../images/blue_deco.png) right top no-repeat;
			background-size: cover;
		}
		.rmtitle p:after {
			width:35%;
		}
	}
	@media screen and (max-width:1270px) {
		.rmtitle {
			padding: 0 2em 1em 0;
		}
	}
	@media screen and (max-width:1100px) {
		.rm_top {
			padding: 12em 0 0;
		}
		.rmbtn {
			width:45%;
		}
		.rmtitle p {
			font-size: 20px;
		}
		.rmb_tit {
			padding: 2em 0 1em;
		}
	}
	@media screen and (max-width:990px) {
		.rm_top {
			padding: 9em 0 0;
		}
		.wrap_rm:before {
			top:7em;
		}
		.rmtitle {
			padding: 0 0em 1em 0;
			width: 500px;
			display: block;
			max-width: 100%;
		}
		.rmbtn {
			width: 520px;
			display: block;
			padding: 0 0 2em;
		}
		.rmb_tit p:before,.rmb_tit p:after {
			width:24%;
		}
		.r_icons ul {
			padding-left: 1em;
		}
		.rmb {
			padding:2em;
		}
		.rmfac {
			margin-bottom: 5em;
		}
	}
	@media screen and (max-width:700px) {
		.wrap_rm:before {
			width: 90vw;
			height:50%;
		}
		.rmtitle h6 {
			font-size:45px;
		}
		.rmtitle p:before {
			width:15%;
		}
		.rmtitle p {
			font-size: 18px;
		}
		.rmtitle span {
			font-size:18px;
		}
		.rmb_tit p:before, .rmb_tit p:after {
			width: 20%;
		}
		.rmb_tit {
			padding: 1em 0 1em;
		}
		.r_icons ul {
			padding-left: 1em;
		}
		.rmb_tit p {
			font-size:32px;
		}
		.rmb_tit sup {
			font-size:18px;
		}
	}
	@media screen and (max-width:580px) {
		.rmtitle {
			max-width:85%;
		}
		.rmbtn {
			max-width:90%;
		}
		.rmbtn li {
			padding: 0 .1em;
		}
		.wrap_rm:before {
			width: 90vw;
			height: 45vh;
		}
		.rmb_tit {
			padding: 1em 0 0em;
		}
		.rmprice .rmb_tit {
			padding: 1em 0 1em;
		}
		.rmb {
			padding: 1em;
		}
		.rmfac {
			margin-bottom: 4em;
		}
		.rmb_tit p {
			font-size: 30px;
		}
	}
	@media screen and (max-width:500px) {
		.rmtitle h6 {
			font-size: 40px;
			padding-left:1em;
		}
		.rmtitle p {
			font-size: 16px;
			padding: 0 0 0 3em;
		}
		.rmtitle p:before {
			width: 9%;
		}
		.rmtitle p:after {
			width: 47%;
		}
		.rmbtn {
			max-width: 86%;
		}
		.rm_btm {
			padding: 1em 0;
		}
	}
	@media screen and (max-width:450px) {
		.rmtitle p:after {
			width: 35%;
		}
		.rmtitle h6 {
			font-size: 35px;
		}
		.r_icons ul {
			padding-left:0em;
		}
		.rmb_tit sup {
			font-size: 16px;
		}
		.rmb_tit p {
			font-size: 28px;
			line-height:1.5;
		}
		.rmb_tit p:before, .rmb_tit p:after {
			width: 15%;
		}
		.rm_top {
			padding: 6em 0 0;
		}
		.wrap_rm:before {
			top: 5em;
		}
		.rmbtn a {
			font-size:15px;
		}
	}
	@media screen and (max-width:380px) {
		.rmtitle h6 {
			font-size:30px;
		}
		.rmtitle span {
			font-size: 15px;
		}
		.rmtitle {
			max-width: 80%;
		}
		.rmtitle p {
			font-size:15px;
		}
		.rmtitle p:after {
			width: 32%;
		}
		.rmbtn {
			max-width: 83%;
		}
		.rmb_tit p {
			font-size: 26px;
		}
		.rmb_tit p:before, .rmb_tit p:after {
			width: 12%;
		}
		.rmfac {
			margin-bottom: 3em;
		}
	}
	@media screen and (max-width:350px) {
		.rmtitle p {
			padding: 0 0 0 2em;
		}
		.rmtitle p:after {
			width: 29%;
		}
		.rmtitle h6 {
			font-size: 28px;
		}
		.rmbtn a {
			font-size: 13px;
		}
		.rmbtn {
			padding:0 0 1em;
		}
		.rmb_tit p:before, .rmb_tit p:after {
			width: 8%;
		}
	}
/***price***/
.modal-dialog {
	width:1400px;
	max-width:90%;
	margin:5vh auto 0;
}
.close {
    font-size:45px;
    font-weight: normal;
    color: #909090cc;
    opacity: 1;
	position: absolute;
    top: .1em;
    right: .3em;
	z-index:10;
}
.rmprice {
	box-shadow: 0px 0px 0px rgba(0,0,0,.3);
	max-width:100%;
}
.rmprice .rmb_tit {
	padding: 2em 0 1em;
}
.modal-dialog {
	height:85vh;
	overflow-y: scroll;
	box-shadow: 0px 0px 5px rgba(0,0,0,.5);
}
.modal-content {
	border:0;
}
.rmprice td {
	vertical-align:middle;
	line-height: 1.3;
    padding: 5px 0;
	font-size: 15px;
    letter-spacing: 1px;
}
table.rmtable tr:nth-of-type(2n) {
	background: #efefef;
}
	@media screen and (max-width:380px) {
		.rmprice {
			font-size: 14px;
			letter-spacing: 0;
		}
		.rinfo li span:nth-of-type(2) {
			width: 73%;
		}
	}
/*---intitle-----------------------------------------------------------------------------------------------------------------------------------------*/
.intitle {
	text-align:right;
	position:relative;
	padding-bottom:5em;
}
	.intitle:before {
		content:'';
		background:url(../../images/blue_deco.png) center right no-repeat;
		background-size:cover;
		position:absolute;
		top: 10em;
		left: 0;
		width: 52%;
		height: 87%;
		z-index:-1;
	}
img.inhouse {
	vertical-align:top;
	max-width:40vw;
}
img.intit {
	vertical-align: top;
    position: absolute;
    top: 13em;
    left:20em;
    max-width: 44vw;
}
/*inbanner*/
.inbanner {
	min-height:372px;
	box-shadow:0px 0px 5px rgba(0,0,0,.3);
}
.inbanner_note {
	background:url(../../images/inbanner_note.jpg) top center no-repeat;
	background-size:cover;
}
.inbanner_loc {
	background:url(../../images/inbanner_loc.jpg) top center no-repeat;
	background-size:cover;
}
.inbanner_news {
	background:url(../../images/inbanner_news.jpg) top center no-repeat;
	background-size:cover;
}
.inbanner_trav {
	background:url(../../images/inbanner_trav.jpg) top center no-repeat;
	background-size:cover;
}
/*---notice--------------------------------------------------------------------------------------------------------------------------------------*/
.notice {
	width:1240px;
	margin:0 auto;
	max-width:90%;
	padding:1em 0 5em;
}
/***note***/
.note {
	padding-bottom:3em;
}
/*notetit*/
.notetit {
	padding-bottom:2em;
}
.notetit p {
	font-size:25px;
	text-align:left;
	padding-left:2.5em;
}
.note_bg {
	height:44px;
	width:100%;
}
.note_bg1 {
	background:url(../../images/note1.png) top left no-repeat;
	background-size:cover;
}
.note_bg2 {
	background:url(../../images/note2.png) top left no-repeat;
	background-size:cover;
}
.note_bg3 {
	background:url(../../images/note3.png) top left no-repeat;
	background-size:cover;
}
	@media screen and (max-width:1300px) {
		img.intit {
			top: 11em;
			left: 2em;
			transform: none;
			max-width: 55vw;
		}
		.intitle:before {
			top:6em;
			left: 0;
			width: 70%;
			height: 88%;
		}
		.inbanner {
			min-height: 315px;
		}
	}
	@media screen and (max-width:1140px) {
		img.intit {
			top: 8em;
			left: 1em;
			max-width: 60vw;
		}
		.inbanner {
			min-height: 285px;
		}
		.intitle:before {
			height: 85%;
		}
	}
	@media screen and (max-width:950px) {
		.intitle {
			padding-bottom: 3em;
		}
		img.intit {
			top: 7em;
		}
		.intitle:before {
			width:75%;
		}
	}
	@media screen and (max-width:730px) {
		.inbanner {
			min-height: 150px;
		}
		.intitle:before {
			top:6em;
			height: 72%;
		}
		img.inhouse {
			max-width: 45vw;
		}
		.notice {
			padding: 1em 0 3em;
		}
	}
	@media screen and (max-width:600px) {
		img.intit {
			top: 5em;
			max-width:70vw;
		}
		.intitle:before {
			top: 4em;
			height: 82%;
		}
		.notetit p {
			font-size: 22px;
			padding-left: 2em;
		}
		.note_bg {
			height: 30px;
		}
		.notetit {
			padding-bottom: 1em;
		}
		.intitle {
			padding-bottom: 2em;
		}
		.note {
			padding-bottom: 2em;
		}
	}
	@media screen and (max-width:500px) {
		img.inhouse {
			max-width: 53vw;
		}
		img.intit {
			max-width: 67vw;
		}
		.inbanner {
			min-height: 110px;
		}
		.intitle:before {
			height: 78%;
		}
		#gotop {
			bottom:10vh;
			width:55px;
		}
	}
	@media screen and (max-width:430px) {
		img.inhouse {
			max-width: 59vw;
		}
		img.intit {
			max-width: 70vw;
		}
		.notetit p {
			font-size: 20px;
		}
		.note_bg {
			height: 25px;
		}
		.notice {
			padding: 1em 0 1em;
		}
		.inbanner {
			min-height: 85px;
		}
	}
	@media screen and (max-width:380px) {
		.intitle {
			padding-bottom: 1em;
		}
	}
	@media screen and (max-width:350px) {
		img.intit {
			top:4em;
		}
		.intitle:before {
			height: 70%;
			top:3.5em;
		}
		#gotop {
			bottom:1vh;
		}
	}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    border-radius: 5px;
    padding: 0% 4%;
	transition:.3s ease-in-out;
	letter-spacing:2px;
	margin:0 1%;
	height:45px;
	line-height:45px;
	background: rgb(55, 172, 216);
    color: #fff;
}
	button:hover, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
		border-radius: 50px;
		opacity:.8;
	}
/****************************************************************************************************************************************/
/*************************
********services_sce******
**************************/
#services_sce {
	padding:0 0 3em;
	width:1500px;
	margin:0 auto;
	max-width:90%;
}

.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;
	letter-spacing:0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.scebox:hover {
	cursor: pointer;
}

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

.scebox_hot {
	padding: 0 80px;
}

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

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

.scetag1 {
	background: #d85a51;
}

.scetag2 {
	background: #80a076;
}

.scetag3 {
	background: #89b5cb;
}

.scetag4 {
	background: #8dcfca;
}

.scetag5 {
	background: #b7ad6f;
}

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

.sceimg img {
	margin: 0 auto;
}

.scep p {
	color: #616161;
	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 5em;
	max-width:90%;
	width:1200px;
	position:relative;
	z-index:10;
}
	.newstable table {
		width:100%;
	}
	.newstable a {
		display:inline-block;
	}
	.newstable img {
		max-width:100%;
	}
/******************************************/
.npic div {
    background: no-repeat center center;
}
.newslist_rwd .ntitle p {
    font-size: 18px;
    color: #131212;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 0px;
	text-align:left;
}
.newslist_rwd .ninfo p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0px;
	color:#514132;
	text-align:left;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.newslist_rwd .ninfo {
    font-size: 14px;
    line-height: 16px;
	color:#a64d4d;
	text-align:right;
}
.nbox {
    margin: 0;
    padding: 0;
}
.nbox div {
    display: inline-block;
    float: left;
}
.nbox div:nth-child(2) {
    width: 100%-130px;
}

/*******/
.newslist_rwd {
    width: 48%;
    display: inline-block;
    vertical-align: top;
	padding:1em;
	transition:.2s ease all;
}
	.newslist_rwd:hover {
		opacity:.5;
	}
	.newslist_rwd a {
		display:inline-block;
	}
.newslist_rwd td {
    vertical-align: top
}
.newslist_rwd .npic {
    width: 35%;
}
.newslist_rwd .ntext {
    width: 55%;
	padding: 1em 1em 1em 0;
}
.newslist_rwd .npic img {
    width: 120px;
    height: 120px;
	border-radius:100%;
}
.newslist_rwd .ntitle,
.newslist_rwd .ninfo {
    padding-bottom: 5px;
	display:block;
	width:100%;
}
.newslist_rwd .npicimg {
    min-width: 175px;
    min-height: 140px;
	border-radius:5px;
}
@media screen and (max-width: 1199px) {
	.newslist_rwd .npic {
		width: 42%;
	}
	.newslist_rwd .ntext {
		width:50%;
	}
}
@media screen and (max-width: 991px) {
   .newstable {
	   width:100%;
   }
   .newslist_rwd .ntext {
		padding: 1em 1em 1em 1em;
		width:45%;
	}
	.newslist_rwd .npic {
		width: 50%;
	}
}
@media screen and (max-width: 840px) {
   .newslist_rwd {
	   width:85%;
	   padding:1em;
   }
}
@media screen and (max-width: 700px) {
   .newslist_rwd .npicimg {
		min-width: 165px;
		min-height: 135px;
	}
	.newslist_rwd .npic {
		width: 45%;
	}
	.inews_top .newslist_rwd {
		padding:2em 0 0;
	}
}
@media screen and (max-width: 480px) {
	.newslist_rwd .npicimg {
		min-height: 120px;
		min-width: 135px;
	}
	.newslist_rwd .npic {
		padding:2% 0;
	}
	.inews_title {
		padding: 2em 0 3em;
	}
	.newslist_rwd .ntext {
		width:48%;
	}
}
@media screen and (max-width: 425px) {
	.newslist_rwd .npicimg {
		min-height: 95px;
		min-width: 115px;
	}
}
@media screen and (max-width: 375px) {
	.inewstable {
		padding: 0 1em;
	}
	.newslist_rwd {
	   padding:0em;
	   width:80%;
   }
}
@media screen and (max-width: 330px) {
	.newslist_rwd .ntext {
		padding: 1em 0em 1em 2em;
	}
}
/***map***/
.map {
	position:relative;
	overflow:hidden;
	width:1280px;
	margin:1em auto 8em;
	max-width:90%;
	min-height:560px;
	border:solid 10px #fff;
	box-shadow:0px 0px 5px rgba(0,0,0,.3);
}
.map iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
	@media screen and (max-width:900px) {
		.map {
			margin: 2em auto 6em;
			min-height: 520px;
		}
	}
	@media screen and (max-width:650px) {
		.map {
			min-height: 480px;
		}
	}
	@media screen and (max-width:500px) {
		.map {
			margin: 2em auto 5em;
			min-height: 400px;
		}
	}
	@media screen and (max-width:430px) {
		.map {
			min-height: 350px;
		}
	}
	@media screen and (max-width:350px) {
		.map {
			min-height: 300px;
		}
	}













