/*--------------copyright by vicky 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;
}

html {
    font-size: 10px;
    line-height: 1.8;
}

body {
    line-height: 1.8;
    letter-spacing: 1px;
    font-size: 1.6rem;
    color: #000;
    font-family: '"Lora', 'Noto Serif TC', sans-serif;
    background: #fff;
    overflow-x: hidden;
}

:root {
    clientHeight: 0px;
    /* 初期化なので値はなんでも構いません */
}

header {
    height: var(--clientHeight);
    /* この場合headerの高さは初期登録した値の0pxになります */
}

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 {
    color: inherit;
    text-decoration: none;
    outline: none;
    transition: all .3s;
    box-sizing: border-box;
}

a:hover,
a:focus {
    text-decoration: none;
	outline: none;
    color: #333;
}

.clear {
    clear: both;
}

img {
    max-width: 100%;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

::selection {
    background: #cacaca;
}

.clear {
    clear: both;
}

/*--捲軸效果--*/
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0 0 5px 0;
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: rgb(0, 0, 0, .5);
    /*捲軸顏色*/
}

/************************************************************************************************************************************************
************************************************************************************************************************************************
************************************************************************************************************************************************/
/*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;
}

/**********ibg**********/
.ibg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -99;
    background: url(../../images/ibg.jpg) top center no-repeat;
    background-size: cover;
}

/*---ilogo_block----------------------------------------------------------------------------------------------------------------------*/
/*ilogo*/
.ilogo {}

.ilogo div {
    position: relative;
    overflow: hidden;
    line-height: 0;
}

.ilogo img {
    transition: cubic-bezier(0, 0.55, 0.45, 1);
}






/*---header--------------------------------------------------------------------------------------------------------------------------------*/
/*dex*/
.dex {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -999;
}

.carousel-inner {
    height: 100%;
}

.dex .itembg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dex .item:nth-of-type(1) {
    background: url(../../flash/dex1.jpg) top center no-repeat;
    background-size: cover;
}

.dex .item:nth-of-type(2) {
    background: url(../../flash/dex2.jpg) top left no-repeat;
    background-size: cover;
}

.dex .item:nth-of-type(3) {
    background: url(../../flash/dex3.jpg) top left no-repeat;
    background-size: cover;
}

.dex .item:nth-of-type(4) {
    background: url(../../flash/dex4.jpg) top center no-repeat;
    background-size: cover;
}

.dex_mob {
    display: none !important;
}

/*mask*/
.mask {
    text-align: center;
    position: relative;
    height: 100vh;
}

.mask:before {
    content: '';
    /*background: url(../../images/mask_deco01.png) top right no-repeat;*/
    background-size: cover;
    width: 446px;
    max-width: 100%;
    min-height: 435px;
    position: absolute;
    top: 0;
    right: 0;
}

img.ilogo {
    margin: 5em 0 11em;
    max-width: 80%;
}

/*inscroll*/
.inscroll {
    /*background: url(../../images/scroll_bg.png) bottom left no-repeat;*/
    background-size: cover;
    width: 577px;
    max-width: 100%;
    min-height: 414px;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 12.7rem 0 0 27.2rem;
}

.inscroll:before {
    content: '';
    /*background: url(../../images/scroll_deco01.png) top left no-repeat;*/
    background-size: cover;
    width: 266px;
    max-width: 100%;
    min-height: 222px;
    position: absolute;
    top: -6rem;
    left: 0;
}

.inscroll h3 {
    font-size: 18px;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    padding-left: 1.5rem;
}

/*scroll*/
.scroll {
    padding: 3rem 0 0 0;
    display: flex;
    align-items: center;
}

.scroll span {
    display: inline-block;
    font-size: 14px;
    color: #2a2a2a;
    vertical-align: middle;
    padding-left: 1rem;
}

.scroll .lin {
    width: 30%;
    position: relative;

}

.scroll .lin:before {
    content: '';
    background: #454545;
    width: 0;
    height: 1px;
    position: absolute;
    right: 0;
    top: 0;

    animation: move 3s infinite;
}

@keyframes move {
    0% {
        right: calc(2% + 80px);
        width: 0px;
    }

    35% {
        right: calc(2% + 0px);
        width: 80px;
    }

    70% {
        right: calc(2% + 0px);
        width: 0px;
    }

    100% {
        right: calc(2% + 0px);
        width: 0px;
    }
}


/*navbar*/
.navbar {
    position: fixed;
    top: 2.4rem;
    right: 0;
    z-index: 90;
    border-radius: 0;
    min-height: auto;
    margin: 0;
    border: 0;
    padding-right: 1em;
    opacity: 0;
}
.navbar2 {
    position: fixed;
    top: 24rem;
    right: 0;
    z-index: 80;
    border-radius: 0;
    min-height: auto;
    margin: 0;
    border: 0;
    padding-right: 1em;
    opacity: 0;
}
/***mibutton***/
.mibutton {
    /*position: absolute;
    top: 0em;
    right: 0em;*/
    z-index: 30;
    cursor: pointer;
    width: 82px;
    height: 82px;
    text-align: right;
    font-size: 13px;
    line-height: 1;
    color: #ffffff;
    background: url(../../images/menubg1.png) top center no-repeat;
    background-size: cover;
    padding: 1.3rem;
    margin-bottom: 3.9rem;
}

.mibutton:before {
    content: 'MENU';
    font-size: 16px;
    position: absolute;
    top: 2.5rem;
    left: 1.3rem;
    color: #ffffff;
}

.mibutton span {
    display: inline-block;
    width: 100%;
    height: 3px;
    position: relative;
    left: 0;
    background: #ffffff;
    top: 25px;
    transition: .3s ease-in-out;
    transform-origin: left;
}

.mibutton span:nth-child(2) {
    top: 20px;
    left: auto;
    right: 0;
    width: 50%;
    transform-origin: right;
}



.mibutton_ani {
    opacity: 1;
    background: url(../../images/menubg2.png) top center no-repeat;
    background-size: cover;
    color: #282828;
}

.mibutton_ani:before {
    content: 'CLOSE';
    font-size: 16px;
    position: absolute;
    top: 2.5rem;
    left: 1.3rem;
    color: #282828;
}

.mibutton_ani span {
    background: #282828;
}

.mibutton_ani span:nth-child(1) {
    width: 50%;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    top: 25px;
    left: -10px;
    height: 1px;
}

.mibutton_ani span:nth-child(2) {
    width: 50%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    top: 10px;
    height: 1px;
    right: 16px;
}



/****menublock***/
.menublock {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 80;
    padding: 25vh 0 2em;
    opacity: 0;
    overflow: hidden;
    transition: .6s ease all;
    pointer-events: none;
}

.menublock:before {
    content: '';
    background: url(../../images/menublock_bg1.png) top left no-repeat;
    width: 43.75%;
    height: 0%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    transition: .6s cubic-bezier(0.5, 1, 0.89, 1);
    transition-delay: .1s;
}

.menublock:after {
    content: '';
    background: url(../../images/menublock_bg2.png) top left;
    width: 56.25%;
    height: 0%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    transition: .6s cubic-bezier(0.5, 1, 0.89, 1);
    transition-delay: .1s;
}

/*menulogo*/
.menulogo {
    display: inline-block;
    vertical-align: top;
    width: 43.7%;
    opacity: 0;
    transform: translateY(20px);
    transition: 1s cubic-bezier(0.5, 1, 0.89, 1);
    transition-delay: .8s;
    background: rgba(0, 0, 0, .5);
    padding: 18rem 14rem 19rem 37.9rem;
    text-align: right;
}

.menulogo img {
    position: relative;
}

.menulogo p {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    padding: 2em 0 .2em;
    position: relative;
}

.menulogo span {
    color: #ffffff;
    display: block;
    margin: 0 auto;
    font-size: 12px;
    position: relative;
}

/*ibutton*/
.ibutton {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 2em 0 10em;
    text-align: left;
    opacity: 0;
    transform: translateY(20px);
    transition: 1s cubic-bezier(0.5, 1, 0.89, 1);
    transition-delay: 1s;
}

.ibutton li {
    display: inline-block;
    width: 45%;
    padding: 1em 2em;
    text-align: left;
    white-space: nowrap;
}

.ibutton a {}

.ibutton p.en {
    color: #ffffff;
    font-size: 30px;
    position: relative;
    transition: .5s all;
}

.ibutton p.en:after {
    content: '';
    background: #3c3c3c;
    width: 0;
    height: 1px;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: .6s ease all;
    transition-delay: .1s;
}

.ibutton p.ch {
    color: #0f0f0f;
    font-size: 22px;
    padding-left: 10rem;
    position: relative;
}

.ibutton p.ch:before {
    content: '';
    background: #0f0f0f;
    width: 44px;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    transition: .5s all;
}

.ibutton a:hover p.en {
    opacity: .5;
}

.ibutton a:hover p.ch:before {
    width: 85px;
    left: 0;
    right: inherit;
}

.logo {
    position: fixed;
    top: 2em;
    left: 3em;
    z-index: 100;
    opacity: 0;
    /*    mix-blend-mode: difference;*/
}

/***show***/
.show {
    opacity: 1;
    overflow: visible;
    pointer-events: auto;
}

.show:before,
.show:after {
    height: 100%;
}

.show .menulogo,
.show .ibutton {
    opacity: 1;
    transform: translateY(0);
}

.navtop,
.ontop {
    opacity: 1;
}

.navtop2,
.ontop2 {
    opacity: 1;
}

.navtop3,
.ontop3 {
    opacity: 1;
}

.btn1 {
    text-align: right;
    mix-blend-mode: difference;
    background: #51767a;
    width: 82px;
    max-width: 100%;
    border-radius: 50px;
    text-align: center;
    padding: 2.3rem 0;
}


.btn1 a {
    padding: .5em 0;
    transition: .3s ease all;
    display: block;
}

.btn1 a:hover {
    transform: scale(0.95);
}

.btn1 h6 {
    font-size: 18px;
    color: #fff;
    padding-bottom: .8rem;
}

.btn1 p {
    font-size: 14px;
    color: #fff;
    line-height: 1;
}

.btn1_mob {
    display: none;
}
@media screen and (max-width:1600px) {
    .ibutton li {
        width: 48%;
    }

    .menublock {
        padding: 20vh 0em 2em;
    }

    .menulogo {
        padding: 18rem 14rem 19rem 15rem;
        width: 43.8%;
    }

    .ibutton {
        padding: 0 2em 0 6em;
    }
}

@media screen and (max-width:1400px) {
    .ibutton {
        width: 55%;
        padding: 0 2em 0 5em;
    }

    .ibutton p.en {
        font-size: 28px;
    }

    .abt1_text {
        margin: 0 0 0 15em;
    }

    .title {
        width: 70%;
    }
}

@media screen and (max-width:1310px) {
    .menulogo {
        padding: 18rem 10rem 19rem 10rem;
    }
}

@media screen and (max-width:1100px) {
    .menulogo {
        padding: 18rem 5rem 19rem 5rem;
    }
}

@media screen and (max-width:1080px) {

    .menublock {
        padding: 15vh 0em 2em;
    }

    .menulogo {}

    .ibutton {
        height: 80vh;
        overflow-y: scroll;
    }

    .ibutton li {
        width: 75%;
        display: block;
        padding: 1em;
    }

    .abt1_text {
        margin: 0 0 0 8em;
        padding: 4em 0 5em;
    }


    img.abt1_img {
        margin: -5em 0 0em -1em;
        padding-right: 1em;
    }

    .ibutton p.en {
        font-size: 26px;
    }

}

@media screen and (max-width:900px) {
    .mask:before {
        background-size: 60%;
    }

    .inscroll {
        background-size: 80%;
        padding: 17.7rem 0 0 14.2rem;
    }

    .inscroll:before {
        background-size: 50%;
        top: 9rem;
        left: 0;
    }

    .scroll {
        margin-left: -7rem;
    }
    .mibutton:before {
        font-size: 13px;
        top: 3rem;
        left: 1.8rem;
    }

    .mibutton span {
        top: 25px;
        width: 90%;
        left: -2px;
    }

    .mibutton span:nth-child(2) {
        top: 21px;
        right: 3px;
    }

    .mibutton_ani:before {
        font-size: 13px;
        top: 2.5rem;
        left: 1.8rem;
    }

    .mibutton_ani span:nth-child(1) {
        top: 16px;
        left: -8px;
    }

    .mibutton_ani span:nth-child(2) {
        top: 2px;
        right: 14px;
    }

    .menublock {
        padding: 0;
        /*        overflow-y: scroll;*/
    }

    .menulogo {
        padding-top: 0em;
        display: block;
        width: 100%;
        padding: 3em 2em;
        position: relative;
        transform: translateY(0);
        opacity: 1;
        min-height: 40vh;
        text-align: center;
    }

    .menulogo:after {
        content: '';
        background: url(../../images/menublock_bg1.png) top center no-repeat;
        background-size: cover;
        width: 100%;
        height: 0%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        transition: .6s cubic-bezier(0.5, 1, 0.89, 1);
        transition-delay: .1s;
    }
    .menulogo:before{
        content: '';
        background: rgba(0, 0, 0, .5);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }

    .show .menulogo:after {
        height: 100%;
    }

    .ibutton {
        width: 100%;
        position: relative;
        transform: translateY(0);
        opacity: 1;
        height: auto;
        overflow-y: auto;
        padding: 3em 2em;
        min-height: 60vh;
    }

    .ibutton:after {
        content: '';
        background: url(../../images/menublock_bg2.png) top center;
        background-size: contain;
        width: 100%;
        height: 0%;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: -1;
        transition: .6s cubic-bezier(0.5, 1, 0.89, 1);
        transition-delay: .1s;
    }

    .show .ibutton:after {
        height: 100%;
    }

    .menublock:before,
    .menublock:after,
    .show:before,
    .show:after {
        display: none;
    }

    .ibutton ul {
        width: 700px;
        margin: 0 auto;
        max-width: 100%;
        padding-left: 5em;
    }

    .ibutton li {
        width: 48%;
        display: inline-block;
        padding: 1em;
    }


}
@media screen and (max-width:768px){
   .btn1{
    display: none;
   }
    .btn1_mob{
    display: block;
    position: fixed;
    bottom: .5rem;
    left: 0;
    right: 0;
    background: #51767a;
    width: 95%;
    border-radius: 50px;
    text-align: center;
    padding: 1.3rem 2rem;
    margin: 0 auto;
    }    

.btn1_mob a {
    padding: 0 2rem;
    transition: .3s ease all;
    display: inline-block;
}
.btn1_mob img{
    vertical-align: bottom;
}
}
@media screen and (max-width:600px) {
    img.ilogo {
        margin: 4em 0 6em;
        max-width: 35%;
    }

    .ibutton ul {
        padding-left: 2em;
    }

    .title {
        width: 100%;
    }

    .title p {
        font-size: 42px;
    }


}

@media screen and (max-width:576px) {
    .navbar {
        padding-right: 2rem;
    }
	.navbar2 {
        padding-right: 2rem;
    }

    .mibutton_ani span:nth-child(1) {
        top: 20px;
        left: -10px;
    }

    .mibutton_ani span:nth-child(2) {
        top: 7px;
        right: 17px;
    }
}

@media screen and (max-width:530px) {

    .menulogo img {
        width: 170px;
    }

    .menulogo p {
        font-size: 16px;
        padding: 1em 0 0em;
    }

    .menulogo {
        padding: 4em 2em 2em;
    }

    .ibutton {
        padding: 2em;
    }

    .ibutton ul {
        padding-left: 0em;
    }

    .ibutton p.en {
        font-size: 22px;
    }

    .ibutton p.ch {
        font-size: 16px;
    }

    .ibutton p.ch img {
        width: 16px;
    }


}

@media screen and (max-width:450px) {
    .logo {
        top: 1em;
        left: 1em;
        width: 40%;
    }

    .dex {
        display: none;
    }

    .dex_mob {
        display: block !important;
    }

    .mask {
       /* height: auto;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;*/
        display: none;
    }

    .mask:before {
        display: none;
    }

    .inscroll {
        display: none;
    }

    img.ilogo {
        margin: 5em 0 0;
    }

    .menulogo {
        text-align: center;
    }

    .ibutton {
        padding: 3em 1em;		
    }
	.ibutton ul{
		overflow-y: scroll;
        height: 400px;
        padding-bottom: 7rem;
	}

    .ibutton li {
        padding: .5em;
    }

    .ibutton p.en {
        font-size: 20px;
    }

    .ibutton p.ch {
        padding-left: 7rem;
    }

    .ibutton p.ch:before {
        width: 20px;
    }

    .ibutton a:hover p.ch:before {
        width: 55px;
    }

    .menulogo img {
        width: 160px;
    }

}

@media screen and (max-width:414px) {
    .navbar {
        padding-right: 0;
    }
	.navbar2 {
        padding-right: 0;
    }

    .btn1 {
        padding: 2.3rem 0;
        width: 60px;
        margin: 0 auto;
    }

    .btn1 img {
        width: 40%;
    }

    .btn1 h6 {
        font-size: 15px;
    }

    .btn1 p {
        font-size: 12px;
    }

    .mibutton {
        background-size: 80%;
        margin-bottom: 0.9rem;
    }

    .mibutton:before {
        top: 2rem;
    }

    .mibutton span {
        top: 16px;
    }

    .mibutton span:nth-child(2) {
        top: 9px;
    }

    .mibutton_ani span:nth-child(1) {
        top: 13px;
    }

    .mibutton_ani span:nth-child(2) {
        top: 0;
    }
}

@media screen and (max-width:380px) {
    .mask {}

    img.ilogo {
        margin: 4em 0 0em;
    }

    .menulogo {
        padding: 6em 2em 3em;
    }

    img.ilogo {
        max-width: 40%;
    }
}
@media screen and (max-width:380px){
    .btn1_mob {
    padding: 1.3rem 1rem;
}
}
@media screen and (max-width:360px) {
    

}

@media screen and (max-width:350px) {

    .menublock {
        overflow-y: scroll;
    }

    .menulogo {
        padding: 5em 1em 2em;
    }

    .menulogo p {
        font-size: 15px;
        padding: 1em 0 0em;
        letter-spacing: 6px;
    }

    .menulogo img {
        width: 150px;
    }

    .ibutton {
        padding: 1em 1em;
    }

    .ibutton li {
        width: 100%;
    }

    .ibutton ul {
        width: 170px;
    }
    .btn1_mob {
    padding: 1.3rem 0rem;
}
.btn1_mob a {
    padding: 0 1.5rem;
}
}

/***price***/

.modal-dialog {
    width: 1235px;
    max-width: 90%;
    margin: 5vh auto 0;
}

.close {
    font-size: 40px;
    font-weight: normal;
    color: #434343;
    opacity: 1;
    position: absolute;
    top: .1em;
    right: .3em;
    z-index: 10;
    border: 1px rgba(67, 67, 67, .75) solid !important;
    border-radius: 50px;

}

.rmprice {
    max-width: 80%;
    margin: 0 auto;
}

.rmprice .rmb_tit {
    text-align: center;
    padding: 1.6rem 0 5rem;
}

.rmprice .rmb_tit p {
    font-size: 23px;
    color: #5e5e5d;
    font-weight: 600;
    line-height: .8;

}

.rmprice .rmb_tit span {
    font-size: 16px;
    color: #5e5e5d;
    opacity: .5;
    font-family: 'Lora';
    letter-spacing: 0px;

}

.modal-dialog {
    height: 90vh;
}

.modal-content {
    border: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    -webkit-filter: drop-shadow(2px 2px 7px rgba(25, 25, 25, 0.5));
    filter: drop-shadow(2px 2px 7px rgba(25, 25, 25, 0.5));
}

.modal-content img {
    vertical-align: bottom;
    width: 100%;
}

.modal-wrap {
    background: url(../../images/rmprice_bg_02.png) top center repeat;
    height: 70vh;
    overflow-y: scroll;
    position: relative;
}

.rmprice table {
    /*border-bottom: solid 1px #434343;
    border-top: solid 1px #434343;*/
    width: 95%;
    margin: 0 auto;
    text-align: center;
    color: #5e5e5d;
}

.rmprice table tr {}

.rmprice table tr:nth-of-type(1) {}

.rmprice td {
    vertical-align: middle;
    padding: 5px 0;
    font-size: 18px;
    letter-spacing: 1px;
}

/*table.rmtable tr:nth-of-type(1) {
    border-bottom: solid 1px rgba(67, 67, 67, .25);
}

table.rmtable tr:nth-of-type(1),
table.rmtable tr:nth-of-type(2) {
    line-height: 3;
}

table.rmtable tr:nth-of-type(3) td,
table.rmtable tr:nth-of-type(7) td {
    padding-top: 1rem;
}

table.rmtable tr:nth-of-type(2) td,
table.rmtable tr:nth-of-type(11) td {
    padding-bottom: 1rem;
}*/

/*rinfo*/
.rinfo {
    text-align: left;
    padding: 2rem 0 2rem 0;
    width: 95%;
    margin: 0 auto;
}

.rinfo li span {
    display: inline-block;
    vertical-align: top;
}

.rinfo li span:nth-of-type(1) {}

.rinfo li span:nth-of-type(2) {
    width: 78%;
}

.rmtable .rmdt {
    text-align: center;
    background: #cfcecc;
}

@media screen and (max-width:1000px) {
    .rmprice {
    max-width: 90%;
}
}

@media screen and (max-width:991px) {
   
}

@media screen and (max-width:834px) {
   
}

@media screen and (max-width:768px) {
    .rmprice .rmb_tit {
        padding: 1.6rem 0 3rem;
    }

    .rmprice td {
        line-height: 1.2;
    }
    
}

@media screen and (max-width:576px) {
    .rmprice {
    max-width: 100%;
}
}

@media screen and (max-width:450px) {
    .rinfo li span:nth-of-type(2) {
        width: 67%;
    }
    
}

@media screen and (max-width:414px) {
   .modal-body {
    padding: 15px 9px;
}
}

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

@media screen and (max-width:380px) {
    .rmprice {
        font-size: 14px;
        letter-spacing: 0;
    }

    .rinfo li span:nth-of-type(2) {
        width: 73%;
    }
}

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


/***********************/
.space {
    transform: translateY(-82px);
}

.space2 {
    transform: translateY(-10px);
}

@media (max-width:840px) {
    .space {}
}

/***********************/
/*---main--------------------------------------------------------------------------------------------------------------------------------*/

/*iabout1*/
.iabout1 {
    position: relative;
    background: url(../../images/iabt1_bg02.jpg) top left no-repeat, #fff;
    background-size: cover;
    width: 100%;
    min-height: 1367px;
    padding: 18.5rem 0 2.4rem;

}

.iabt_bg01 {
    background: url(../../images/iabt1_bg01.jpg) bottom left fixed;
    background-size: auto;
    width: 56%;
    min-height: 954px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.iabout1:after {
    content: '';
    background: url(../../images/iabt1_deco01.jpg) bottom left;
    background-size: contain;
    width: 44%;
    min-height: 509px;
    position: absolute;
    bottom: 0;
    right: 0;

}

.iabt1 .iabt11 {
    width: 1145px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    padding: 0 9rem 9rem 11.5rem;
}

.iabt11 .iabt11_lt {}

.iabt11 .iabt11_rt {
    text-align: center;


}

.iabt11_rt .iabt11_title {
    position: relative;
    padding-left: 2.2rem;
}

.iabt11_rt .iabt11_title:before {
    content: '';
    /*background: url(../../images/deco02.png) top left no-repeat;*/
    background-size: 100%;
    width: 105px;
    max-width: 100%;
    min-height: 105px;
    position: absolute;
    top: 10px;
    left: 0;
}

.iabt11_rt .iabt11_title h3 {
    font-size: 66px;
    color: #0f0f0f;
}

.iabt11_rt .iabt11_title p {
    font-size: 24px;
}

.iabt11_rt .iabt11_title img {
    vertical-align: middle;
}

.iabt11_rt .iabt11_txt {
    margin-top: 11.6rem;
    text-align: left;
    padding-left: 2.2rem;

}

.iabt11_rt .iabt11_txt h4 {
    font-size: 40px;
    color: #51767a;
    font-weight: 600;
    padding-bottom: .5rem;
}

.iabt11_rt .iabt11_txt h4 span {
    font-size: 30px;
    position: relative;
    top: 8px;
    left: -6px;
}

.iabt11_rt .iabt11_txt p {
    font-size: 18px;
    font-weight: 500;
}

.iabt11_rt .iabt11_more {
    text-align: left;
    padding: 3rem 0 0 2.2rem;
}

.iabt11_rt .iabt11_more a {}

.iabt11_rt .iabt11_more a img {
    display: inline-block;
    vertical-align: middle;
    transition: .5s all;
    transform-origin: center center;
}

.iabt11_rt .iabt11_more a p {
    display: inline-block;
    text-decoration: underline;
    padding-left: 1.2rem;
}

.iabt11_rt .iabt11_more a:hover img {
    transform: rotate(180deg);
}

#about {
    transform: translateY(-1em);
}

@media screen and (max-width:1366px) {
    .iabout1 {
        background-size: contain;
    }
}

@media screen and (max-width:1100px) {
    .iabt1 .iabt11 {
        padding: 0 6rem 9rem 6.5rem;
    }
}

@media screen and (max-width:1040px) {
    .iabout1:before {
        max-width: 59%;
    }

    .iabt1 .iabt11 {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column-reverse;
        padding: 0 6rem 9rem 6rem;
    }

    .iabt11 .iabt11_lt {
        width: 90%;
        margin: 0 auto;
        text-align: center;
    }

    .iabt11 .iabt11_rt {
        width: 60%;
        margin: 0 auto 3rem;
    }

    .iabt11_rt .iabt11_title {
        padding-left: 0;
    }

    .iabt11_rt .iabt11_title:before {
        left: 80px;
    }

    .iabt11_rt .iabt11_txt {
        width: 60%;
        padding: 0;
        margin: 11.6rem auto 0;
    }

    .iabt11_rt .iabt11_more {
        width: 60%;
        margin: 0 auto;
        padding: 3rem 0 0 0;
    }

    .iabt_bg01 {
        position: relative;
        background-attachment: initial;
        background-size: contain;
        background-repeat: no-repeat;
        width: 60%;
        min-height: 520px;
        margin: 0 auto;
        z-index: 1;
    }
}

@media screen and (max-width:834px) {
    .iabt11_rt .iabt11_title:before {
        left: 20px;
    }

    .iabt11_rt .iabt11_txt {
        width: 80%;
    }

    .iabt11_rt .iabt11_more {
        width: 80%;
    }

    .iabt_bg01 {
        width: 75%;
    }
}

@media screen and (max-width:768px) {
    .iabt11_rt .iabt11_title:before {
        left: 0px;
    }

    .iabt11_rt .iabt11_txt {
        width: 92%;
    }

    .iabt11_rt .iabt11_more {
        width: 92%;
    }

    .iabt_bg01 {
        width: 80%;
        text-align: center;
        background-position: center;
    }
}

@media screen and (max-width:576px) {
    .iabout1 {
        padding: 8.5rem 0 2.4rem;
    }

    .iabt11 .iabt11_rt {
        width: 90%;
    }

    .iabt_bg01 {
        min-height: 410px;
    }
}

@media screen and (max-width:450px) {
    .iabt1 .iabt11 {
        padding: 0 1rem 9rem 1rem;
    }

    .iabt_bg01 {
        min-height: 320px;
    }
}

@media screen and (max-width:414px) {
    .iabout1 {
        padding: 5.5rem 0 2.4rem;
    }

    .iabt1 .iabt11 {
        padding: 0 1rem 3rem 1rem;
    }

    .iabt11_rt .iabt11_txt {
        margin: 5.6rem auto 0;
    }

    .iabt11_rt .iabt11_title h3 {
        font-size: 60px;
    }

    .iabt11_rt .iabt11_title:before {
        left: -1px;
        top: 11px;
        background-size: 80%;
    }

    .iabt_bg01 {
        min-height: 300px;
    }
}

@media screen and (max-width:390px) {
    .iabt11_rt .iabt11_title h3 {
        font-size: 50px;
    }

    .iabt_bg01 {
        min-height: 280px;
    }
}

@media screen and (max-width:360px) {
    .iabt11_rt .iabt11_title:before {
        left: -12px;
        top: 6px;
        background-size: 70%;
    }

    .iabt_bg01 {
        min-height: 260px;
    }
}

@media screen and (max-width:320px) {
    .iabt11_rt .iabt11_title h3 {
        font-size: 40px;
    }

    .iabt11_rt .iabt11_title p {
        font-size: 20px;
    }

    .iabt_bg01 {
        min-height: 230px;
    }
}

/*---iabout2--------------------------------------------------------------------*/
.iabout2 {
    background: url(../../images/iabt2_bg.jpg) top center fixed;
    background-size: cover;
    width: 100%;
    min-height: 880px;
}

.iabout2 .iabt2 {
    width: 1145px;
    max-width: 100%;
    margin: 0 auto;
    padding: 19.2rem 0 0 0;
}

.iabt2 .iabt2_wrap {
    width: 48%;
    text-align: right;
}

.iabt2_wrap .iabt2_title {
    position: relative;
    z-index: 0;
}

.iabt2_wrap .iabt2_title:before {
    content: '';
    background: url(../../images/deco02.png) top left no-repeat;
    background-size: 100%;
    width: 105px;
    max-width: 100%;
    min-height: 105px;
    position: absolute;
    top: 7px;
    right: 240px;
    z-index: -1;
}

.iabt2_wrap .iabt2_title h3 {
    font-size: 66px;
    color: #fff;
}

.iabt2_wrap .iabt2_title p {
    font-size: 24px;
    color: #fff;
}

.iabt2_wrap .iabt2_title img {
    vertical-align: middle;
}

.iabt2_wrap .iabt2_txt {
    margin-top: 2rem;
    text-align: right;
    padding-left: 2.2rem;
}

.iabt2_wrap .iabt2_txt h4 {
    font-size: 40px;
    color: #8da6a3;
    font-weight: 600;
    padding-bottom: .5rem;
    position: relative;
    right: -16px;
}

.iabt2_wrap .iabt2_txt h4 span {
    font-size: 30px;
    position: relative;
    top: 8px;
    left: -6px;
}

.iabt2_wrap .iabt2_txt p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.iabt2_wrap .iabt2_more {
    text-align: right;
    padding: 2.7rem 0 0 2.2rem;
}

.iabt2_wrap .iabt2_more a {}

.iabt2_wrap .iabt2_more a img {
    display: inline-block;
    vertical-align: middle;
    transition: .5s all;
    transform-origin: center center;
    filter: brightness(100);
}

.iabt2_wrap .iabt2_more a p {
    display: inline-block;
    text-decoration: underline;
    padding-left: 1.2rem;
    color: #fff;
}

.iabt2_wrap .iabt2_more a:hover img {
    transform: rotate(180deg);
}

@media screen and (max-width:1100px) {
    .iabt2 .iabt2_wrap {
        width: 58%;
    }
}

@media screen and (max-width:900px) {
    .iabout2 .iabt2 {
        padding: 13.2rem 0 0 0;
    }

    .iabt2 .iabt2_wrap {
        width: 70%;
        padding: 0 0 0 2rem;
    }
}

@media screen and (max-width:834px) {
    .iabout2 {
        min-height: 760px;
    }
}

@media screen and (max-width:768px) {
    .iabout2 {
        min-height: 580px;
        background-attachment: inherit;
    }

    .iabout2 .iabt2 {
        padding: 9.2rem 0 0 0;
    }
}

@media screen and (max-width:576px) {
    .iabt2_wrap .iabt2_title h3 {
        font-size: 48px;
    }

    .iabt2_wrap .iabt2_more {
        padding: 0.7rem 0 0 2.2rem;
    }
}

@media screen and (max-width:450px) {
    .iabt2_wrap .iabt2_title:before {
        background-size: 70%;
        right: 190px;
    }

    .iabt2_wrap .iabt2_title h3 {
        font-size: 36px;
    }
}

@media screen and (max-width:414px) {}

@media screen and (max-width:390px) {
    .iabout2 {
        min-height: 400px;
    }

    .iabout2 .iabt2 {
        padding: 4.2rem 0 0 0;
    }

    .iabt2_wrap .iabt2_title h3 {
        font-size: 36px;
    }

    .iabt2_wrap .iabt2_title p {
        font-size: 20px;
    }

    .iabt2_wrap .iabt2_title:before {
        background-size: 60%;
        right: 140px;
    }

    .iabt2 .iabt2_wrap {
        width: 75%;
        padding: 0 0 0 1rem;
    }
}

@media screen and (max-width:360px) {
    .iabout2 .iabt2 {
        padding: 4rem 0 0 0;
    }

    .iabt2_wrap .iabt2_title h3 {
        font-size: 30px;
    }

    .iabt2_wrap .iabt2_txt {
        padding-left: 0;
    }
}

@media screen and (max-width:340px) {
    .iabt2_wrap .iabt2_title h3 {
        font-size: 25px;
    }

    .iabt2_wrap .iabt2_title p {
        font-size: 16px;
    }

    .iabt2_wrap .iabt2_title:before {
        right: 110px;
    }

    .iabt2_wrap .iabt2_txt h4 {
        font-size: 35px;
    }

    .iabt2_wrap .iabt2_txt p {
        font-size: 15px;
    }

    .iabt2_wrap .iabt2_more a p {
        font-size: 14px;
    }
}

/*--inews-----------------------------------------------------------------------*/
.inews {
    text-align: right;
    position: relative;
    width: 1145px;
    max-width: 100%;
    margin: 0 auto;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    padding-left: 8rem;
}

/*inews_title*/
.inews_title {
    position: relative;
}

.inews .inews_title h3 {
    font-size: 66px;
    color: #0f0f0f;
}

.inews .inews_title p {
    font-size: 24px;
}

.inews .inews_title img {
    vertical-align: middle;
}

.inews .inews_title:before {
    content: '';
    /*background: url(../../images/deco02.png) top left no-repeat;*/
    background-size: 100%;
    width: 105px;
    max-width: 100%;
    min-height: 105px;
    position: absolute;
    top: 4px;
    left: 50px;
}




/*inews_list*/
.inews_list {
    text-align: left;
}

/*inewslist_rwd*/
.inewslist_rwd {
    position: relative;
    width: 610px;
    max-width: 100%;
    min-height: 247px;
    margin-bottom: 4.7rem;
    transition: .5s all;
}

.inewslist_rwd:before {
    content: '';
    background: url(../../images/inews_bg.jpg) top left;
    background-size: initial;
    width: 100%;
    height: 100%;
    -webkit-filter: drop-shadow(2px 2px 7px rgba(25, 25, 25, 0.5));
    filter: drop-shadow(2px 2px 7px rgba(25, 25, 25, 0.5));
    clip-path: polygon(100% 0, 100% 83%, 91% 100%, 0 100%, 0 0);
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s all;
}

.inewslist_rwd:after {
    content: '';
    background: #fff;
    width: 54px;
    max-width: 100%;
    min-height: 54px;
    position: absolute;
    bottom: .8rem;
    right: 1rem;
    z-index: -1;
    transition: .5s all;
}

.inewslist_rwd a {
    display: flex;
    position: relative;
    transition: .5s all;
}

.inewslist_rwd .npic {
    display: inline-block;
    position: relative;
    top: 2.4rem;
    left: -3.3rem;
    width: 269px;
    max-width: 100%;
    min-height: 200px;
}

.npicimg {
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
}

.inewslist_rwd .ntitle {
    display: inline-block;
    width: 56%;
    padding: 3.9rem 3.9rem 6.5rem 0;
    margin-left: -4rem;
}

.inewslist_rwd .ntitle h3 {
    font-size: 22px;
    color: #fff;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 0 0 0 3.8rem;
}

.inewslist_rwd .ntitle .inews_lin {
    background: rgba(255, 255, 255, .5);
    display: block;
    width: 100%;
    height: 1px;
}

.inewslist_rwd .ntitle p {
    font-size: 18px;
    color: #fff;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    padding: 1.5rem 0 0 3.8rem;
}

.inewslist_rwd .inews_deco {
    font-size: 10px;
    color: #adadad;
    position: absolute;
    right: 3.8rem;
    bottom: 3.1rem;
    transition: .5s all;
}

.inewslist_rwd:hover:before,
.inewslist_rwd:hover:after,
.inewslist_rwd a:hover,
.inewslist_rwd:hover .inews_deco {
    transform: translateY(-10px);
}

@media screen and (max-width:1100px) {
    .inews {
        padding-left: 3rem;
    }
}

@media screen and (max-width:1040px) {
    .inews {
        padding-left: 0;
        flex-wrap: wrap;
        align-items: center;
    }

    .inews_title {
        width: 50%;
        margin: 0 auto 3rem;
        text-align: center;
    }

    .inews_list {
        text-align: center;
        width: 90%;
        margin: 0 auto;

    }

    .inewslist_rwd {
        margin: 0 auto 4.7rem;
        text-align: left;
        width: 100%;
    }

    .inews .inews_title:before {
        left: 70px;
    }
}

@media screen and (max-width:991px) {}

@media screen and (max-width:834px) {
    .inews .inews_title:before {
        left: 15px;
    }
}

@media screen and (max-width:768px) {

    .inews .inews_title:before {
        left: 0;
    }

    .inews_list {
        padding: 0 1rem;
        width: 100%;
    }

}

@media screen and (max-width:576px) {
    .inews_title {
        width: 90%;
    }

    .inews .inews_title:before {
        left: 65px;
    }

    .inews_list {
        width: 75%;
    }

    .inewslist_rwd a {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }

    .inewslist_rwd .npic {
        top: 2.4rem;
        left: -3.3rem;
    }

    .inewslist_rwd .ntitle {
        width: 100%;
    }
}

@media screen and (max-width:450px) {
    .inews_list {
        width: 95%;
    }

    .inewslist_rwd:before {
        clip-path: polygon(100% 0, 100% 90%, 92% 100%, 0 100%, 0 0);
    }

    .inews_title {
        width: 100%;
    }

    .inews .inews_title:before {
        left: 24px;
        top: 37px;
    }

    .inewslist_rwd:after {
        right: 0rem;
    }

    .inewslist_rwd .ntitle p {
        font-size: 16px;
    }
}

@media screen and (max-width:414px) {
    .inews .inews_title h3 {
        font-size: 60px;
    }

    .inews .inews_title:before {
        left: 26px;
        top: 42px;
        background-size: 80%;
    }

    .inewslist_rwd {
        margin: 0 auto 2.7rem;
    }

    .inewslist_rwd:after {
        right: 0.5rem;
    }

    .inewslist_rwd .ntitle {
        padding: 3.9rem 0 6.5rem 0;
    }

    .inewslist_rwd .npic {
        left: -2.3rem;
    }
}

@media screen and (max-width:390px) {
    .inews .inews_title h3 {
        font-size: 50px;
    }
}

@media screen and (max-width:360px) {
    .inews .inews_title:before {
        left: 13px;
        top: 39px;
        background-size: 70%;
    }
}

@media screen and (max-width:320px) {
    .inews_list {
        width: 90%;
    }

    .inews .inews_title h3 {
        font-size: 40px;
    }

    .inews .inews_title p {
        font-size: 20px;
    }

}

/*---iroom-------------------------------------------------------------------------------------------*/
.iroom {
    background: url(../../images/iroom_bg02.png) top right no-repeat, url(../../images/iroom_bg01.jpg) top left;
    background-size: auto;
    width: 100%;
    min-height: 790px;
    padding: 7.4rem 0;
}

.iroom .iroom_wrap {
    width: 1375px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.iroom_wrap .irmbt {
    width: 67%;
}

.iroom_wrap .irmbt ul {
    text-align: center;
}

.iroom_wrap .irmbt ul li {
    position: relative;
    display: inline-block;
    width: 32.33%;

}

.iroom_wrap .irmbt ul li:nth-child(1),
.iroom_wrap .irmbt ul li:nth-child(2),
.iroom_wrap .irmbt ul li:nth-child(3) {
    padding-bottom: 6.6rem;
}

.iroom_wrap .irmbt ul li a {}

.iroom_wrap .irmbt ul li a img {
    transition: .5s all;
    -webkit-filter: drop-shadow(2px 2px 7px rgba(25, 25, 25, 0.5));
    filter: drop-shadow(2px 2px 7px rgba(25, 25, 25, 0.5));
}

.iroom_wrap .irmbt ul li a .irmbt1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    opacity: 0;
    transition: .3s linear;
}

@media (any-hover: hover) {
    .iroom_wrap .irmbt ul li a:hover img {
        opacity: 0;
    }

    .iroom_wrap .irmbt ul li a:hover .irmbt1 {
        opacity: 1;
    }
}

.iroom_wrap .irmtit {
    position: relative;
    padding-right: 3.8rem;
    text-align: right;
    z-index: 1;

}

.iroom_wrap .irmtit h3 {
    font-size: 66px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.iroom_wrap .irmtit p {
    font-size: 24px;
    color: #fff;
}

.iroom_wrap .irmtit img {
    vertical-align: middle;
}

.iroom_wrap .irmtit:before {
    content: '';
    /*background: url(../../images/deco02.png) top left no-repeat;*/
    background-size: 100%;
    width: 105px;
    max-width: 100%;
    min-height: 105px;
    position: absolute;
    top: 79px;
    left: 155px;
}

.irmtit .irmtxt {
    padding-top: 2rem;
}

.irmtit .irmtxt h4 {
    font-size: 40px;
    color: #8da6a3;
    font-weight: 600;
    padding-bottom: 1.7rem;
    position: relative;
    right: -13px;
}

.irmtit .irmtxt h4 span {
    font-size: 30px;
    position: relative;
    top: 8px;
    left: -6px;
}

.irmtit .irmtxt p {
    font-size: 18px;
    font-weight: 400;
}


@media screen and (max-width:1800px) {}

@media screen and (max-width:1700px) {}

@media screen and (max-width:1600px) {}

@media screen and (max-width:1440px) {}

@media screen and (max-width:1366px) {
    .iroom {
        background-size: contain, auto;
    }

    
}

@media screen and (max-width:1040px) {
    .iroom .iroom_wrap {
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .iroom_wrap .irmtit {
        padding-right: 4rem;
        width: 90%;
    }

    .iroom_wrap .irmbt {
        width: 90%;
        padding-top: 5rem;
    }

    .iroom_wrap .irmtit:before {
        left: auto;
        right: 270px;
    }
}

@media screen and (max-width:768px) {
    .iroom_wrap .irmtit {
        padding-right: 13rem;
    }

    .iroom_wrap .irmbt {
        width: 100%;
        padding: 5rem 1rem 0;
    }

    .iroom_wrap .irmbt ul li a .irmbt1 {       
        opacity: 1;
    }
}

@media screen and (max-width:576px) {}

@media screen and (max-width:450px) {
    .iroom_wrap .irmtit {
        padding-right: 10rem;
    }

    .iroom_wrap .irmtit:before {
        right: 278px;
        top: 83px;
    }

    .iroom_wrap .irmbt ul li {
        width: 45%;
        padding: 0 0.5rem 0;
    }

}

@media screen and (max-width:414px) {
    .iroom_wrap .irmtit:before {
        right: 229px;
        background-size: 80%;
    }

    .iroom_wrap .irmtit {
        padding-right: 8rem;
    }

    .iroom_wrap .irmtit h3 {
        font-size: 60px;
    }

    .iroom_wrap .irmbt ul li:nth-child(1),
    .iroom_wrap .irmbt ul li:nth-child(2),
    .iroom_wrap .irmbt ul li:nth-child(3) {
        padding-bottom: 4rem;
    }
}

@media screen and (max-width:390px) {
    .iroom_wrap .irmtit {
        padding-right: 7rem;
    }

    .iroom_wrap .irmtit:before {
        right: 219px;
        background-size: 70%;
    }

    .iroom_wrap .irmtit h3 {
        font-size: 36px;
    }

    .iroom_wrap .irmtit p {
        font-size: 20px;
    }

    .irmtit .irmtxt p {
        font-size: 18px;
    }
}

@media screen and (max-width:360px) {
    .irmtit .irmtxt p {
        font-size: 15px;
    }
}

@media screen and (max-width:340px) {}

@media screen and (max-width:320px) {
    .iroom_wrap .irmtit h3 {
        font-size: 40px;
    }

    .iroom_wrap .irmtit p {
        font-size: 18px;
    }

    .irmtit .irmtxt p {
        font-size: 13px;
    }
}

/*---footer----------------------------------------------------------------------------------------------------------------------*/
/***fttop***/

footer {
    background: url(../../images/footer_bg.jpg) top left;
    text-align: center;
    padding: 3rem 0 2rem;
}

/*ftlogo*/
.ftlogo {
    width: 453px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

/*ftbtn*/
.ftbtn {
    width: 221px;
    max-width: 100%;
    margin: 0 auto;
    padding: 3.4rem 0 4rem;
}

.ftbtn a {
    display: inline-block;
    vertical-align: top;
    width: 31.33%;

}

.ftbtn img {
    transition: .3s ease all;
}

.ftbtn a:hover img {
    transform: translateY(-5px);
}



/*ftinfo*/
.ftinfo {
    display: inline-block;
    vertical-align: top;
    width: 453px;
    max-width: 100%;
    margin: 0 auto;
    color: #0f0f0f;
    padding: 0 0 0 10rem;
    text-align: left;
}

.ftinfo li {
    padding-bottom: .5em;
}

.ftinfo li i {
    color: #c9a48d;
    width: 20px;
}

.ftinfo p:nth-of-type(1) {
    display: inline-block;
    vertical-align: top;
    padding-right: .8rem;
    white-space: nowrap;
}

.ftinfo p:nth-of-type(2) {
    display: inline-block;
    vertical-align: top;
    width: 85%;
    word-wrap: break-word;
    word-break: break-all;
}

hr {
    border: 0;
    border-top: 1px solid rgba(23, 20, 19, .5);
    width: 1375px;
    max-width: 100%;
    margin: 3.9rem auto 7rem;
}

/*ftmark*/
.ftmark {
    width: 1375px;
    margin: 0 auto;
    max-width: 100%;
    text-align: left;
    padding-bottom: 6.5rem;

}

.ftmark li {
    display: inline-block;
    width: 24%;
    text-align: left;
    vertical-align: middle;
}

.ftmark h1 {
    font-size: 16px;
    line-height: 1.2;
    color: #0f0f0f;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.ftmark p {
    font-size: 16px;
    line-height: 1.2;
    color: #0f0f0f;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

.ftmark img {
    vertical-align: middle;
}

/*ftlink*/
.ftlink {
    color: #c9a48d;
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 0 0 1em;
    text-align: left;
}

.ftlink p {}

.ftlink button {
    position: relative;
    border: solid 1px #3d62a7;
    background: none;
    height: 100%;
    padding: 0em 1em 0em 4em;
    display: block;
    margin: 1em 0;
    font-family: 'Noto Sans TC', sans-serif;
    transition: .3s ease all;
    white-space: nowrap;
    line-height: 1.7;
    color: #969696;
    border-radius: 50px;
    font-size: 15px;
    max-width: 100%;
    width: 200px;
}

.ftlink button img {
    position: absolute;
    left: 0;
    top: 0;
}

.ftlink button:hover {
    background: #3d62a7;
    color: #fff;
}

.ftbot {
    width: 1560px;
    max-width: 100%;
    margin: 0 auto;
    background: #8da6a3;
    padding: 2rem 9.2rem;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



/*icon*/
.icon {
    color: #4c6462;
    font-size: 12px;

}

.icon a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}

.icon img {
    transition: .2s linear;
}

.icon a:hover img {
    transform: translateY(-3px);
}

/*copyright*/
.copyright {
    color: #4c6462;
    font-size: 14px;
    display: inline-block;
    width: 50%;
    text-align: left;
}

.copyright a {
    color: #4c6462;
    font-size: 14px;
    display: inline-block;
    transition: .2s linear;
}

.copyright a:hover {
    color: #ffffff;
}

@media screen and (max-width:1366px) {
    .ftmark {
        padding: 0 2rem 6.5rem;
    }

    .ftbot {
        padding: 2rem 4.2rem;
    }

    .copyright {
        width: 70%;
    }
}

@media screen and (max-width:880px) {
    .ftmark {
        padding: 0 2rem 4.5rem;
    }

    .ftmark li {
        width: 49%;
        text-align: center;
        padding-bottom: 2rem;
    }
}

@media screen and (max-width:834px) {
    .ftbot {
        padding: 2rem 2rem;
    }
}

@media screen and (max-width:768px) {
    footer {
    padding: 3rem 0 8rem;
}
    .ftbot {
        flex-wrap: wrap;
        justify-content: center;
        border-radius: 60px;
    }

    .copyright {
        width: 100%;
        text-align: center;
        padding-bottom: 2rem;
    }
}

@media screen and (max-width:576px) {}

@media screen and (max-width:450px) {
    .ftmark {
        padding: 0 2rem 2.5rem;
        width: 60%;
    }

    .ftmark li {
        width: 100%;
        padding-bottom: 2rem;
        text-align: left;
    }
}

@media screen and (max-width:414px) {
    .ftlogo {
        width: 30%;
    }

    .ftinfo {
        padding: 0 0 0 6rem;
    }

    .ftbot {
        border-radius: 70px;
    }
}

@media screen and (max-width:390px) {
    .ftmark {
        width: 70%;
    }
}

@media screen and (max-width:360px) {
    .ftinfo {
        padding: 0 0 0 4rem;
    }
}

@media screen and (max-width:340px) {
    .ftmark {
        width: 80%;
    }
}

@media screen and (max-width:320px) {
    .ftmark {
        width: 90%;
    }

    .ftinfo {
        padding: 0 0 0 2rem;
    }
}


/*---about--------------------------------------------------------------------------------------*/

/*abt_banner*/
.abt_banner {
    background: url(../../images/abt_banner.jpg) top center fixed;
    background-size: cover;
    width: 100%;
}

/*about1*/
.about1 {
    width: 1375px;
    max-width: 100%;
    margin: 0 auto;
    padding: 25.8rem 0 49rem;
    text-align: right;
}

.about1 .abt1_title {
    position: relative;
    width: 27.7%;
    margin: 0 0 0 auto;
    z-index: 0;
    padding-bottom: 2.3rem;
}

.about1 .abt1_title:before {
    content: '';
    background: url(../../images/deco03.png) top left no-repeat;
    background-size: 100%;
    width: 105px;
    max-width: 100%;
    min-height: 105px;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: -1;
}

.about1 .abt1_title h3 {
    font-size: 66px;
    color: #ffffff;
}

.about1 .abt1_title p {
    font-size: 24px;
    color: #ffffff;
}

.about1 .abt1_title img {
    vertical-align: middle;
    filter: brightness(100);
}

.about1 .abt1_txt p {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
}

.about2 {}

.about2 .abt2_bg01 {}

.about2 .abt2_bg01 img {
    vertical-align: bottom;
}

.about2 .abt2_wrap {
    background: url(../../images/abt2_bg02.png) top left;
    background-size: contain;
    width: 100%;
    padding: 3rem 0 5.8rem;
}

.abt2_wrap .abt2 {
    width: 1375px;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 11.5rem;
    display: flex;
    justify-content: space-between;
}

.abt2 .abt2_txt {
    width: 36%;
    text-align: left;

}

.abt2 .abt2_txt img {}

.abt2 .abt2_txt h4 {
    font-size: 18px;
    color: #fff;
    padding: 2rem 0 .5rem;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.abt2 .abt2_txt p {
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    padding-bottom: 4rem;
}

.abt2 .abt2_img {
    width: 63%;
    padding-right: 3.4rem;
    position: relative;

}

.abt2 .abt2_img img {
    position: absolute;
    top: -11rem;
}

@media screen and (max-width:1750px) {
    .about1 {
        padding: 25.8rem 3rem 49rem 0;
    }
}

@media screen and (max-width:1650px) {
    .about1 {
        padding: 25.8rem 10rem 49rem 0;
    }
}

@media screen and (max-width:1500px) {
    .about1 {
        padding: 25.8rem 21rem 49rem 0;
    }

    .about1 .abt1_title {
        width: 33%;
    }
}

@media screen and (max-width:1300px) {
    .about1 {
        padding: 15.8rem 21rem 49rem 0;
    }

    .about1 .abt1_title {
        width: 36%;
    }
}

@media screen and (max-width:1200px) {
    .about1 .abt1_title {
        width: 40%;
    }

    .about1 {
        padding: 15.8rem 21rem 34rem 0;
    }

    .about2 .abt2_bg01 {
        position: relative;
        top: 1px;
    }

    .about2 .abt2_wrap {
        padding: 3rem 2rem 5.8rem;
    }

    .abt2_wrap .abt2 {
        padding-left: 0;
    }
}

@media screen and (max-width:1100px) {
    .about1 .abt1_title {
        width: 50%;
    }

    .about1 .abt1_title:before {
        left: 6rem;
    }
}

@media screen and (max-width:991px) {
    .about1 {
        padding: 11.8rem 21rem 34rem 0;
    }

    .about1 .abt1_title {
        width: 60%;
    }
}

@media screen and (max-width:834px) {
    .about1 {
        padding: 11.8rem 15rem 34rem 0;
    }
}

@media screen and (max-width:768px) {
    .abt_banner {
        background-attachment: inherit;
    }

    .about1 .abt1_title {
        width: 75%;
    }

    .abt2_wrap .abt2 {
        flex-wrap: wrap;
        justify-content: center;
    }

    .abt2 .abt2_txt {
        width: 70%;
        margin-bottom: 3rem;
    }

    .abt2 .abt2_img {
        width: 100%;
        padding-right: 0;
    }

    .abt2 .abt2_img img {
        position: relative;
        top: 0;
    }

}

@media screen and (max-width:576px) {
    .about1 {
        padding: 11.8rem 12rem 34rem 0;
    }

    .about1 .abt1_title {
        width: 100%;
    }

    .abt2 .abt2_txt {
        width: 80%;
    }
}

@media screen and (max-width:450px) {
    .about1 .abt1_title {
        padding-bottom: 1.3rem;
    }

    .about1 .abt1_title:before {
        left: 3rem;
    }

    .about1 .abt1_title h3 {
        font-size: 50px;
    }

    .abt2 .abt2_txt {
        width: 100%;
    }
}

@media screen and (max-width:414px) {
    .about1 {
        padding: 7.8rem 8rem 14rem 0;
    }

    .about1 .abt1_title:before {
        left: 5rem;
        background-size: 70%;
        min-height: 80px;
    }

    .about2 .abt2_bg01 {
        top: 0px;
    }

    .about2 .abt2_wrap {
        padding: 3rem 2rem 1.8rem;
    }

    .about1 .abt1_txt p {
        font-size: 14px;
    }

    .abt2 .abt2_txt h4 {
        font-size: 16px;
    }

    .abt2 .abt2_txt p {
        font-size: 16px;
    }
}

@media screen and (max-width:390px) {
    .about1 .abt1_title h3 {
        font-size: 40px;
    }

    .about1 .abt1_title p {
        font-size: 20px;
    }

    .about1 .abt1_title p img {
        width: 10%;
    }

    .about1 .abt1_title:before {
        left: 8rem;
        background-size: 60%;
        top: 6px;
        min-height: 70px;
    }

}

@media screen and (max-width:360px) {
    .about1 .abt1_title:before {
        left: 5rem;
    }
}

@media screen and (max-width:330px) {
    .about1 .abt1_title:before {
        left: 2rem;
    }
}

@media screen and (max-width:310px) {
    .about1 .abt1_title:before {
        left: 0rem;
        min-height: 70px;
    }

    .abt2 .abt2_txt h4 {
        font-size: 13px;
        padding: 1rem 0 0.5rem;
    }

    .abt2 .abt2_txt p {
        font-size: 13px;
        padding-bottom: 2rem;
    }
}

/*about3*/
.about3 {
    background: url(../../images/abt3_bg01.jpg) top center no-repeat;
    background-size: contain, cover;
    width: 100%;
    padding: 11.4rem 0 23rem;
}

.about3 .abt3 {
    width: 1660px;
    max-width: 100%;
    margin: 0 0 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.abt3 .abt3_img {
    width: 43.5%;
}

.abt3 .abt3_deco {
    width: 55%;
}

@media screen and (max-width:1200px) {
    .about3 {
        padding: 11.4rem 0 17rem;
    }
}

@media screen and (max-width:768px) {
    .about3 {
        padding: 7.4rem 0 11rem;
    }
}

@media screen and (max-width:576px) {}

@media screen and (max-width:450px) {
    .about3 {
        padding: 4.4rem 0 6rem;
    }

    .about3 .abt3 {
        justify-content: center;
        flex-wrap: wrap;
    }

    .abt3 .abt3_img {
        width: 90%;
        padding-bottom: 3rem;
    }

    .abt3 .abt3_deco {
        width: 100%;
    }
}

/*---environment----------------------------------------------------------------------------------------------*/

/*environment1*/
.environment1 {
    background: url(../../images/env1_bg.jpg) top right fixed;
    background-size: cover;
    width: 100%;
    min-height: 1080px;
    padding-top: 23.8rem;
}

.environment1 .env1 {
    width: 1070px;
    max-width: 100%;
    margin: 0 0 0 auto;
    text-align: right;
    padding-right: 27.4rem;
}

.env1 .env1_title {
    position: relative;
}

/*.env1 .env1_title:before {
    content: '';
    background: url(../../images/deco03.png) top left no-repeat;
    background-size: 100%;
    width: 105px;
    max-width: 100%;
    min-height: 105px;
    position: absolute;
    top: 10px;
    right: 43rem;
    z-index: -1;
}*/

.env1 .env1_title h3 {
    font-size: 66px;
    color: #ffffff;
    letter-spacing: -2px;
}

.env1 .env1_title p {
    font-size: 24px;
    color: #ffffff;
    padding-bottom: 2.6rem;
}

.env1 .env1_title img {
    vertical-align: middle;
    filter: brightness(100);
}

.env1 .env1_txt {}

.env1 .env1_txt p {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 2px;
}

@media screen and (max-width:1500px) {
    .environment1 .env1 {
        padding-right: 22rem;
    }
}

@media screen and (max-width:1100px) {
    .environment1 {
        padding-top: 12.8rem;
        min-height: 830px;
    }
}

@media screen and (max-width:991px) {
    .environment1 {
        padding-top: 10rem;
    }
}

@media screen and (max-width:834px) {
    .environment1 {
        min-height: 760px;
    }

    .environment1 .env1 {
        padding-right: 16rem;
    }
}

@media screen and (max-width:768px) {
    .environment1 {
        background-attachment: inherit;
        background-size: cover;
    }
}

@media screen and (max-width:576px) {
    .environment1 {
        background-position-x: -619px;
    }

    .environment1 .env1 {
        padding-right: 12rem;
    }

    .env1 .env1_title:before {
        top: 3px;
        right: 35rem;
    }

    .env1 .env1_title h3 {
        font-size: 50px;
    }

}

@media screen and (max-width:450px) {
    .environment1 {
        min-height: 760px;
    }

    .env1 .env1_title:before {
        right: 22rem;
        background-size: 60%;
    }

    .env1 .env1_title h3 {
        font-size: 40px;
    }

    .env1 .env1_txt {
        padding-bottom: 0rem;
    }
}

@media screen and (max-width:414px) {
    .environment1 .env1 {
        padding-right: 9rem;
    }

    .env1 .env1_title:before {
        right: 16rem;
        min-height: 70px;
    }

    .env1 .env1_title h3 {
        font-size: 30px;
    }

    .env1 .env1_title p {
        font-size: 20px;
    }

    .env1 .env1_title p img {
        width: 10%;
    }
}

@media screen and (max-width:390px) {
    .environment1 {
        min-height: 550px;
        padding-top: 8rem;
        background-position-x: -419px
    }
}

@media screen and (max-width:360px) {
    .environment1 {
        background-position-x: -433px;
    }
}

@media screen and (max-width:340px) {
    .environment1 {
        background-position-x: -460px;
    }

    .env1 .env1_title h3 {
        font-size: 25px;
    }

    .env1 .env1_title:before {
        right: 13rem;
    }

    .env1 .env1_title p {
        padding-bottom: 1.6rem;
    }
}

@media screen and (max-width:320px) {
    .environment1 {
        min-height: 500px;
        background-position-x: -430px;
    }

    .environment1 .env1 {
        padding-right: 8rem;
    }

    .env1 .env1_title:before {
        right: 11rem;
        background-size: 50%;
    }
}


/*environment2*/
.environment2 {}

.environment2 .env2 {
    position: relative;
    width: 100%;
    min-height: 920px;
    text-align: right;
    z-index: 0;
}

.environment2 .env2:before {
    content: '';
    background: url(../../images/env2_bg01.jpg) top left no-repeat;
    background-size: cover;
    width: 56.2%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.environment2 .env2:after {
    content: '';
    background: url(../../images/env2_bg02.jpg) top right no-repeat;
    background-size: cover;
    width: 43.8%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.env2_deco01 {
    position: absolute;
    top: -38rem;
    right: 0;
}

.env2_deco01 img {
    vertical-align: bottom;
}

.env2 .env2_wrap {
    position: absolute;
    top: -13.5rem;
    right: 0;
}

.env2_wrap .env2_con {
    background: url(../../images/grey_pattern.jpg) top left;
    width: 1533px;
    max-width: 100%;
    margin: 0 0 0 auto;
    padding: 3rem 27.4rem 3rem 11.5rem;
}

.env2_con .env2_top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
}

.env2_con .env2_bot {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.env2_bot .env2_txt {
    text-align: left;
    padding-top: 3rem;
    position: relative;
    width: 45%;
    z-index: 0;
}

.env2_bot .env2_txt:before {
    content: '';
    background: url(../../images/env2_deco02.png) top right no-repeat;
    background-size: contain;
    width: 271px;
    max-width: 100%;
    min-height: 258px;
    position: absolute;
    top: -1rem;
    right: 0;
    z-index: -1;
}

.env2_bot .env2_txt p {
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 2px;
}

.env2_bot .env2_img1 {
    position: relative;
    z-index: 0;

}

.env2 .env2_img2 {
    padding: 4.6rem 23.8rem 0 0;
}

@media screen and (max-width:1700px) {
    .env2 .env2_img2 {
        padding: 4.6rem 11rem 0 0;
    }
}

@media screen and (max-width:1500px) {
    .env2 .env2_img2 {
        padding: 4.6rem 1rem 0 0;
    }
}

@media screen and (max-width:1430px) {
    .env2_wrap .env2_con {
        padding: 3rem 20.4rem 3rem 18.5rem;
    }
}

@media screen and (max-width:1360px) {
    .env2_deco01 {
        top: -23rem;
    }

    .env2 .env2_wrap {
        position: relative;
        top: 0;
    }

    .env2_wrap .env2_con {
        padding: 3rem 18.4rem 3rem 3.5rem;
    }
}

@media screen and (max-width:1300px) {
    .env2_wrap .env2_con {
        padding: 3rem 5rem 3rem 5rem;
    }

    .env2_con .env2_top img:nth-child(1) {
        width: 48%;
        padding-right: 1rem;
    }

    .env2_con .env2_top img:nth-child(2) {
        width: 48%;
        padding-left: 1rem;
    }
}

@media screen and (max-width:1152px) {}

@media screen and (max-width:1024px) {}

@media screen and (max-width:991px) {}

@media screen and (max-width:834px) {
    .env2_wrap .env2_con {
        padding: 2rem;
    }
}

@media screen and (max-width:768px) {
    .env2_wrap .env2_con {
        display: flex;
        flex-wrap: wrap;
    }

    .env2_con .env2_top {
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }

    .env2_con .env2_top img:nth-child(1) {
        width: 100%;
        padding: 0 0 2rem 0;

    }

    .env2_con .env2_top img:nth-child(2) {
        width: 100%;
        padding-left: 0;
    }

    .env2_con .env2_bot {
        justify-content: center;
        flex-wrap: wrap;
    }

    

    .env2_bot .env2_txt {
        width: 90%;
        padding-bottom: 2rem;
    }

    .env2_bot .env2_txt:before {
        top: -1rem;

    }

    .env2_bot .env2_img1 {
        width: 100%;
        text-align: center;
        padding-bottom: 1rem;
    }
}

@media screen and (max-width:576px) {
    .env2_deco01 {
        top: -16rem;
        width: 60%;
    }

    .env2_bot .env2_txt {
        width: 100%;
    }

    .env2 .env2_img2 {
        padding: 1.6rem 1rem 0 0;
    }
}

@media screen and (max-width:450px) {
    .env2_deco01 {
        top: -12rem;
    }
}

@media screen and (max-width:414px) {
    .env2_wrap .env2_con {
        padding: 1rem;
    }

    .env2_deco01 {
        top: -11rem;
    }

    .env2_bot .env2_txt {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .env2_bot .env2_txt:before {
        top: -1rem;
        background-size: 80%;
        min-height: 188px;
    }

    .env2_bot .env2_img1 {
        padding-bottom: 0;
    }

    .env2_con .env2_top img:nth-child(1) {
        padding: 0px 0 1rem 0;
    }
}

@media screen and (max-width:390px) {}

@media screen and (max-width:360px) {
    .env2_deco01 {
        top: -10rem;
    }

    .env2_bot .env2_txt p {
        font-size: 14px;
    }
}

@media screen and (max-width:330px) {
    .env2_deco01 {
        top: -8rem;
    }
}

@media screen and (max-width:310px) {
    .environment2 .env2 {
        min-height: 880px;
    }
}

/*environment3*/
.environment3 {
    background: url(../../images/env3_bg01.png) top center no-repeat;
    background-size: contain, cover;
    width: 100%;
}

.environment3 .env3 {
    width: 1375px;
    max-width: 100%;
    margin: 0 auto;
    padding: 5.7rem 0 26rem;
}

.env3 .env3_img {}

@media screen and (max-width:1375px) {
    .environment3 .env3 {
        padding: 5.7rem 2rem 26rem;
    }
}

@media screen and (max-width: 991px) {
    .environment3 .env3 {
        padding: 5.7rem 2rem 12rem;
    }
}

@media screen and (max-width:576px) {
    .environment3 .env3 {
        padding: 3.7rem 2rem 8rem;
    }
}

@media screen and (max-width:450px) {
    .environment3 .env3 {
        padding: 3rem 2rem 6rem;
    }
}

@media screen and (max-width:414px) {
    .environment3 .env3 {
        padding: 2rem 1rem 5rem;
    }
}

/*---inbanner-----------------------------------------------------------------------------------------------------------------------------*/

.inbanner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -99;
}

.inbanner_room1 {
    background: url(../../images/inbanner_room1.jpg) top center no-repeat;
    background-size: cover;
}

.inbanner_room2 {
    background: url(../../images/inbanner_room2.jpg) top center no-repeat;
    background-size: cover;
}

.inbanner_room3 {
    background: url(../../images/inbanner_room3.jpg) top center no-repeat;
    background-size: cover;
}

.inbanner_room4 {
    background: url(../../images/inbanner_room4.jpg) top center no-repeat;
    background-size: cover;
}

.inbanner_room5 {
    background: url(../../images/inbanner_room5.jpg) top center no-repeat;
    background-size: cover;
}


.inbanner_news {
    background: url(../../images/inbanner_news.jpg) top center no-repeat;
    background-size: cover;
}

.inbanner_note {
    background: url(../../images/inbanner_note.jpg) top center no-repeat;
    background-size: cover;
}

.inbanner_sce {
    background: url(../../images/inbanner_sce.jpg) top center no-repeat;
    background-size: cover;
}

.inbanner_loc {
    background: url(../../images/inbanner_loc.jpg) top center no-repeat;
    background-size: cover;
}

/***intparea***/
.intparea {
    padding-top: 270px;
}

@media screen and (max-width:450px) {
    .intparea {
        padding-top: 220px;
    }
}

@media screen and (max-width:414px) {
    .intparea {
        padding-top: 200px;
    }
}

@media screen and (max-width:330px) {
    .intparea {
        padding-top: 150px;
    }
}

@media screen and (max-width:320px) {
    .intparea {
        padding-top: 140px;
    }
}


/*---intop---------------------------------------------------------------------------------------------------------------------------------*/
.intop {
    position: relative;
    padding-bottom: 27.5rem;
}

/*.intop:before {
    content: '';
    background: url(../../images/intop_deco01.png) top left no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}*/

/*.intop:after {
    content: '';
    background: url(../../images/logo_pattern.png) top left no-repeat;
    background-size: contain;
    width: 515px;
    max-width: 100%;
    min-height: 548px;
    position: absolute;
    top: 29rem;
    left: 0;
}*/

.intop_title {
    width: 915px;
    max-width: 100%;
    margin: 0 auto;
    padding-left: 32.7rem;
}

.intop_title h3 {
    font-size: 66px;
    color: #fff;
    position: relative;
    padding-left: 3rem;
    text-transform: uppercase;
}

/*
.intop_title h3:before {
    content: '';
    background: url(../../images/deco02.png) top left no-repeat;
    background-size: 100%;
    width: 105px;
    max-width: 100%;
    min-height: 105px;
    position: absolute;
    top: 5px;
    left: -1px;
    z-index: -1;
}
*/

.intop_title p {
    font-size: 24px;
    color: #fff;
    padding-left: 7rem;
}

.intop_title img {
    vertical-align: bottom;
}

.intop_wrap {
    width: 337px;
    max-width: 100%;
    margin: 0 auto;
    padding: 1rem 0 0 7rem;

}

.intop_wrap .intop_top {}

.intop_wrap .intop_top p {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

@media screen and (max-width:1200px) {
    .intop {
        padding-bottom: 12rem;
    }

    .intop:after {
        background-size: 90%;
        min-height: 370px;
        max-width: 30%;
    }
}

@media screen and (max-width:991px) {
    .intop {
        padding-bottom: 12rem;
        padding-top: 130px;
    }
}

@media screen and (max-width:834px) {
    .intop_title {
        padding-left: 28rem;
    }
}

@media screen and (max-width:768px) {
    .intop:before {
        left: -7rem;
    }

    .intop:after {
        min-height: 230px;
    }

    .intop_title {
        padding-left: 24rem;
    }
}

@media screen and (max-width:650px) {
    .intop_title {
        padding-left: 18rem;
    }
}

@media screen and (max-width:576px) {
    .intop:before {
        left: -17rem;
    }

    .intop:after {
        min-height: 160px;
        max-width: 27%;
    }

    .intop_title {
        padding-left: 12rem;
    }

    .intop_title h3:before {
        background-size: 80%;
        max-width: 60%;
        min-height: 85px;
    }

    .intop_wrap {
        padding: 1rem 0 0 3rem;
    }
}

@media screen and (max-width:450px) {
    .intop:before {
        left: -20rem;
    }

    .intop_title {
        padding-left: 4rem;
    }

}

@media screen and (max-width:414px) {
    .intop {
        padding-bottom: 5rem;
        padding-top: 75px;
    }

    .intop:before {
        left: -11rem;
    }

    .intop:after {
        top: 22rem;
    }

    .intop_title h3 {
        font-size: 55px;
    }

    .intop_title p {
        font-size: 20px;
        padding-left: 5rem;
    }

    .intop_title h3:before {
        background-size: 90%;
        max-width: 20%;
        min-height: 65px;
    }
}

@media screen and (max-width:390px) {
    .intop_title h3 {
        font-size: 50px;
        padding-left: 2rem;
    }
}

@media screen and (max-width:360px) {
    .intop_title h3 {
        font-size: 50px;
        padding-left: 2rem;
    }

    .intop_title p {
        font-size: 15px;
    }

    .intop_title p img {
        width: 10%;
    }

    .intop_wrap .intop_top p {
        font-size: 13px;
        padding-left: 2rem;
    }
}

@media screen and (max-width:320px) {
    .intop_title h3 {
        font-size: 45px;
        padding-left: 1rem;
    }
}

/*--inwrap---------------------------------------------------------------------------------------------*/

.inwrap {
    background: url(../../images/all_pattern.png) top left;
    position: relative;
}

/*.inwrap:after {
    content: '';
    background: url(../../images/allbot_bg.png) bottom center no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 266px;
    position: absolute;
    bottom: -1px;
    left: 0;
}*/

@media screen and (max-width:768px) {
    .inwrap:after {
        min-height: 120px;
    }
}

@media screen and (max-width:576px) {
    .inwrap:after {
        min-height: 90px;
    }
}

@media screen and (max-width:450px) {}

@media screen and (max-width:414px) {
    .inwrap:after {
        min-height: 70px;
    }
}

@media screen and (max-width:390px) {}

@media screen and (max-width:360px) {}

/*---room1------------------------------------------------------------------------------------------------------------------------------*/

/*room11*/
.room11 {
    position: relative;
}

.room11:before {
    content: '';
    /*background: url(../../images/room_deco01.png) top left no-repeat;*/
    background-size: contain;
    width: 621px;
    max-width: 100%;
    min-height: 445px;
    position: absolute;
    top: 0;
    left: 0;
}

.room11:after {
    content: '';
    /*background: url(../../images/room_deco02.png) bottom right no-repeat;*/
    background-size: contain;
    width: 100%;
    min-height: 540px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

.room11 .room11_title {
    width: 590px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding-bottom: 9.7rem;
}

.room11 .room11_title:before {
    content: '';
    /*background: url(../../images/deco03.png) top left no-repeat;*/
    background-size: 100%;
    width: 105px;
    max-width: 100%;
    min-height: 105px;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: -1;
}

.room11 .room11_title h3 {
    font-size: 66px;
    color: #ffffff;
}

.room11 .room11_title p {
    font-size: 24px;
    color: #ffffff;
}

.room11 .room11_title img {
    vertical-align: middle;
    filter: brightness(100);
}

.room11 .room11_wrap {
    width: 1145px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 189px;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    z-index: 1;
}

.room11_wrap .room11_lt {
    width: 30%;
    padding-left: 3rem;
}

.room11_wrap .room11_lt p {
    font-size: 16px;
    color: #fff;
}

.room11_wrap .room11_rt {}

.room11_wrap .room11_rt img {
    -webkit-filter: drop-shadow(2px 2px 7px rgba(35, 31, 29, 0.85));
    filter: drop-shadow(2px 2px 7px rgba(35, 31, 29, 0.85));
}

@media screen and (max-width:1366px) {
    .room11:before {
        background-size: 80%;
    }
}

@media screen and (max-width:1100px) {
    .room11:before {
        background-size: 60%;
    }

    .room11 .room11_wrap {
        padding: 0 2rem 0;
    }

    .room11_wrap .room11_lt {
        padding-left: 0;
    }
}

@media screen and (max-width:991px) {
    .room11_wrap .room11_rt {
        width: 65%;
    }
}

@media screen and (max-width:834px) {}

@media screen and (max-width:768px) {
    .room11:before {
        background-size: 50%;
        min-height: 235px;
    }

    .room11 .room11_title h3 {
        font-size: 50px;
    }

    .room11 .room11_title p {
        font-size: 20px;
    }

    .room11 .room11_title:before {
        background-size: 70%;
        top: 5px;
        left: 7rem;
    }

    .room11 .room11_wrap {
        flex-wrap: wrap;
        justify-content: center;
    }

    .room11_wrap .room11_lt {
        width: 60%;
    }

    .room11_wrap .room11_rt {
        width: 100%;
        text-align: center;
        padding-top: 5rem;
    }
}

@media screen and (max-width:576px) {}

@media screen and (max-width:450px) {
    .room11 .room11_title h3 {
        font-size: 40px;
    }

    .room11 .room11_title {
        padding-bottom: 4rem;
    }

    .room11_wrap .room11_lt {
        width: 80%;
    }
}

@media screen and (max-width:414px) {
    .room11 .room11_title:before {
        left: 2rem;
    }

    .room11 .room11_title img {
        width: 7%;
    }
}

@media screen and (max-width:390px) {
    .room11 .room11_title h3 {
        font-size: 35px;
    }

    .room11 .room11_title p {
        font-size: 17px;
    }

    .room11 .room11_title:before {
        background-size: 60%;
        left: 3rem;
        min-height: 65px;
    }

    .room11_wrap .room11_lt {
        width: 100%;
    }

    .room11_wrap .room11_rt {
        padding-top: 3rem;
    }
}

@media screen and (max-width:360px) {
    .room11 .room11_title:before {
        left: 1rem;
    }
}

@media screen and (max-width:320px) {
    .room11_wrap .room11_lt p {
        font-size: 13px;
    }
}

/*room12*/
.room12 {
    background: url(../../images/room12_bg.png) top center no-repeat;
    width: 100%;
    min-height: 811px;
    position: relative;
}

.room12 .room12_wrap {
    width: 1145px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -8rem;
}

.room12_wrap .room12_lt {
    width: 61%;
}

.room12_wrap .room12_rt {
    padding-top: 1.7rem;
    padding-right: 2.8rem;
}

@media screen and (max-width:1200px) {
    .room12 .room12_wrap {
        top: -5rem;
    }
}

@media screen and (max-width:1100px) {
    .room12 .room12_wrap {
        top: 3rem;
        padding: 0 2rem;
    }

    .room12_wrap .room12_rt {
        padding: 1.7rem 0 0 1rem;
    }
}

@media screen and (max-width:768px) {
    .room12 {
        min-height: 700px;
    }

    .room12 .room12_wrap {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column-reverse;
        align-items: center;
    }

    .room12_wrap .room12_rt {
        padding: 1.7rem 0 3rem 1rem;
    }
}

@media screen and (max-width:576px) {
    .room12 {
        background-position: top right -40rem;
    }
}

@media screen and (max-width:450px) {
    .room12 {
        background-position: top right -50rem;
    }

    .room12_wrap .room12_rt {
        padding: 1.7rem 0 3rem 0;
    }
}

@media screen and (max-width:414px) {
    .room12 {
        background-position: top right -60rem;
        min-height: 600px;
    }

    .room12_wrap .room12_lt {
        width: 100%;
    }
}

@media screen and (max-width:390px) {
    .room12 {
        min-height: 530px;
    }
}

@media screen and (max-width:360px) {}

@media screen and (max-width:330px) {
    .room12 {
        min-height: 470px;
    }
}

@media screen and (max-width:300px) {
    .room12 {
        min-height: 430px;
    }
}

/*room13*/
.room13 {
    background: url(../../images/room_deco04.png) top right no-repeat, url(../../images/room_deco05.png) bottom left no-repeat, url(../../images/grey_bg.png) top left repeat;
    background-size: contain;
    width: 100%;
    min-height: 1616px;
    position: relative;
}

.room13:before {
    content: '';
    background: rgba(255, 255, 255, .5);
    width: 841px;
    max-width: 100%;
    min-height: 973px;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(100% 0, 100% 95%, 93% 100%, 0 100%, 0 0);
}

/*room_img*/
.room13 .room13_img {
    position: relative;
    z-index: 1;
    padding: 5.5rem 0 2rem;
}


/*room_more*/
.room13 .room_more {
    width: 1145px;
    max-width: 100%;
    margin: 0 auto;
    text-align: right;
    position: relative;
    z-index: 5;
}

.room13 .room_more ul {}

.room13 .room_more ul li {
    display: inline-block;
    padding-right: 4rem;
}

.room13 .room_more ul li a {
    transition: .5s all;
}

.room13 .room_more ul li a:hover {
    opacity: .8;
}

.room13 .room_more ul li:nth-child(3) {
    padding-right: 3rem;
}

.room13 .room_more ul li:nth-child(3) h5,
.room13 .room_more ul li:nth-child(3) p {
    color: #000;
}

.room13 .room_more ul li a img {
    display: inline-block;
    vertical-align: middle;
    padding-right: .5rem;
}

.room_more .rm_more {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.room_more .rm_more h5 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.room_more .rm_more p {
    font-size: 16px;
    color: #fff;
}

/*room13_inner*/
.room13_inner {
    width: 1145px;
    max-width: 100%;
    margin: 0 auto;
    padding: 11rem 2.7rem 0 11.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.room13_inner:before {
    content: '';
    background: rgba(0, 0, 0, .5);
    width: 23px;
    min-height: 301px;
    position: absolute;
    top: 7rem;
    left: 6rem;
}

.room13_inner .room13_lt {
    padding: 2.5rem 0 0 1.7rem;
}

.room13_inner .room13_lt p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.room13_inner .room13_rt {}

@media screen and (max-width:1800px) {
    .room13:before {
        max-width: 40%;
    }
}

@media screen and (max-width:1160px) {
    .room13_img #wowslider-container1 {
        max-width: 95%;
    }

    .room13_inner:before {
        min-height: 260px;
        top: 95px;
    }
}

@media screen and (max-width:991px) {
    .room13:before {
        max-width: 30%;
        min-height: 830px;
    }

    .room13_inner {
        padding: 11rem 2.7rem 0 3.5rem;
    }

    .room13_inner:before {
        min-height: 340px;
        top: 58px;
        left: 1rem;
    }
}

@media screen and (max-width:834px) {
    .room13:before {
        max-width: 14%;
        min-height: 700px;
        clip-path: polygon(100% 0, 100% 97%, 85% 100%, 0 100%, 0 0);
    }

    .room13_inner {
        padding: 6rem 2.7rem 0 3.5rem;
    }

    .room13_inner:before {
        top: 26px;
    }
}

@media screen and (max-width:768px) {
    .room13 {
        min-height: 1560px;
    }

    .room13:before {
        max-width: 10%;
        min-height: 650px;
        clip-path: polygon(100% 0, 100% 95%, 70% 100%, 0 100%, 0 0);
    }

    .room13_inner {
        padding: 4rem 2rem 0 2rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    .room13_inner .room13_lt {
        padding: 2.5rem 0 5rem 0;
        width: 50%;
    }

    .room13_inner:before {
        top: 45px;
        min-height: 210px;
        left: 15rem;
    }
}

@media screen and (max-width:576px) {
    .room13 {
        min-height: 1430px;
    }

    .room13:before {
        max-width: 6%;
        min-height: 590px;
        clip-path: polygon(100% 0, 100% 95%, 60% 100%, 0 100%, 0 0);
    }

    .room13 .room_more ul li {
        padding-right: 2rem;
        width: 32%;
        text-align: center;
    }

    .room_more .rm_more {
        text-align: center;
    }

    .room13 .room_more ul li a img {
        display: block;
        margin: 0 auto;
    }

    .room13_inner:before {
        left: 6rem;
    }

    .room13_inner .room13_lt {
        width: 70%;
    }
}

@media screen and (max-width:490px) {
    .room_more .rm_more p {
        font-size: 13px;
    }
}

@media screen and (max-width:450px) {
    .room13 {
        min-height: 1100px;
        background-size: contain, 60%, contain;
    }

    .room13:before {
        min-height: 520px;
    }

    .room13 .room_more {
        text-align: center;
    }

    .room13 .room_more ul li {
        padding-right: 0rem;
        width: 32%;
    }

    .room13 .room_more ul li:nth-child(3) {
        padding-right: 0;
    }

    .room13_inner:before {
        top: 65px;
        left: 4rem;
        width: 10px;
        min-height: 170px;
    }

    .room13_inner .room13_lt {
        width: 80%;
    }

}

@media screen and (max-width:414px) {

    .room13:before {
        max-width: 6%;
        min-height: 480px;
        clip-path: polygon(100% 0, 100% 98%, 70% 100%, 0 100%, 0 0);
    }

    .room13_inner {
        padding: 4rem 1rem 0 1rem;
    }

    .room13_inner:before {
        left: 2rem;
    }

    .room_more .rm_more h5 {
        font-size: 16px;
    }

}

@media screen and (max-width:390px) {
    .room13 {
        min-height: 1060px;
    }

    .room13:before {
        min-height: 470px;
    }

    .room13_inner .room13_lt {
        width: 90%;
    }

    .room13_inner:before {
        left: 1rem;
    }
}

@media screen and (max-width:360px) {
    .room13 {
        min-height: 1000px;
    }

    .room13:before {
        min-height: 440px;
        max-width: 4%;
    }

    .room_more .rm_more p {
        font-size: 12px;
    }

    .room13_inner .room13_lt {
        width: 100%;
        padding: 2.5rem 0 5rem 1.5rem;
    }

    .room13_inner:before {
        left: 0.5rem;
    }
}

@media screen and (max-width:350px) {
    .room13:before {
        display: none;
    }

    .room13_img #wowslider-container1 {
        max-width: 90%;
    }

    .room_more .rm_more p {
        line-height: 1;
        font-size: 15px;
    }

    .room13 .room_more ul {
        display: flex;
    }
}

@media screen and (max-width:330px) {
    .room13 {
        min-height: 940px;
    }

    .room13_inner {
        padding: 4rem 1rem 0 1rem;
    }

    .room13_inner:before {
        display: none;
    }

    .room13_inner .room13_lt {
        padding: 2.5rem 0 3rem 0;
    }
}

/*room14*/
.room14 {
    margin: -29rem auto 0;
    position: relative;
}

/*.room14:after {
    content: '';
    background: url(../../images/allbot_bg.png) bottom center no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 266px;
    position: absolute;
    bottom: -1px;
    left: 0;
}*/

.room14 .room14_wrap {
    width: 1234px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 20rem;
}

.room14 .room14_wrap img {
    vertical-align: bottom;
}

.room14_wrap .room14_inner {
    background: url(../../images/roomb_bg_02.png) top center;
    width: 100%;
    padding: 5rem 11rem;
}

.room14_inner .rm_fac {
    padding-bottom: 5rem;
}

.room14_inner .rm_fac hr {
    margin: 1.7rem auto;
    border-top: 1px solid rgba(67, 67, 67, 1);
    width: 100%;
}

.rm_fac .r_icons {}

.rm_fac .r_icons ul {}

.rm_fac .r_icons ul li {
    width: 12%;
    padding: 5px 0 5px;
}

.room14_inner .he_fac {}

.room14_inner .he_fac hr {
    margin: 1.7rem auto;
    border-top: 1px solid rgba(67, 67, 67, 1);
    width: 100%;
}

@media screen and (max-width:1230px) {
    .room14 .room14_wrap {
        padding: 0 2rem 20rem;
    }
}

@media screen and (max-width:1160px) {
    .room14 .room14_wrap {
        padding: 0 2rem 15rem;
    }

    .room14 .room14_wrap img:nth-of-type(1) {
        position: relative;
        top: 1px;
    }
}

@media screen and (max-width:1080px) {
    .room14_wrap .room14_inner {
        padding: 5rem;
    }
}

@media screen and (max-width:991px) {
    .room14 {
        margin: -42rem auto 0;
    }

    .rm_fac .r_icons ul li {
        width: 18%;
    }

    .he_fac .icons li {
        width: 18%;
    }
}

@media screen and (max-width:834px) {
    .room14 {
        margin: -57rem auto 0;
    }

    .room14 .room14_wrap {
        padding: 0 2rem 12rem;
    }

    .room14_wrap .room14_inner {
        padding: 5rem 3rem;
    }
}

@media screen and (max-width:768px) {
    .room14 {
        margin: -35rem auto 0;
    }

    .room14:after {
        min-height: 115px;
    }

    .room14 .room14_wrap {
        padding: 0 2rem 10rem;
    }

    .room14 .room14_wrap img:last-of-type {
        position: relative;
        top: -1px;
    }

    .rm_fac .r_icons ul li {
        width: 22%;
    }

    .he_fac .icons li {
        width: 22%;
    }
}

@media screen and (max-width:576px) {
    .room14 .room14_wrap {
        padding: 0 2rem 8rem;
    }
}

@media screen and (max-width:450px) {
    .room14 {
        margin: -18rem auto 0;
    }

    .room14:after {
        min-height: 65px;
    }

    .room14 .room14_wrap {
        padding: 0 2rem 7rem;
    }

    .room14_wrap .room14_inner {
        padding: 3rem 1rem;
    }

    .rm_fac .r_icons ul li {
        width: 29%;
    }

    .he_fac .icons li {
        width: 32%;
    }
}

@media screen and (max-width:414px) {
    .room14 {
        margin: -21rem auto 0;
    }

    .room14 .room14_wrap {
        padding: 0 1rem 6rem;
    }
}

@media screen and (max-width:390px) {
    .room14 {
        margin: -17rem auto 0;
    }
}

@media screen and (max-width:360px) {
    .room14 {
        margin: -12rem auto 0;
    }

    .room14 .room14_wrap img:last-of-type {
        position: relative;
        top: -3px;
    }
}

@media screen and (max-width:330px) {

    .he_fac .icons li {
        width: 30%;
    }
}

@media screen and (max-width:320px) {
    .room14 .room14_wrap img:last-of-type {
        top: -7px;
    }
}

/*---room2------------------------------------------------------------------------------------------------------------------------------*/

/*room21*/
.room21 {
    position: relative;
}

/*.room21:before {
    content: '';
    background: url(../../images/room_deco01.png) top left no-repeat;
    background-size: contain;
    width: 621px;
    max-width: 100%;
    min-height: 445px;
    position: absolute;
    top: 0;
    left: 0;
}*/

/*.room21:after {
    content: '';
    background: url(../../images/room_deco02.png) bottom right no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 540px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}*/

.room21 .room21_title {
    width: 590px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding-bottom: 9.7rem;
}

/*.room21 .room21_title:before {
    content: '';
    background: url(../../images/deco03.png) top left no-repeat;
    background-size: 100%;
    width: 105px;
    max-width: 100%;
    min-height: 105px;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: -1;
}*/

.room21 .room21_title h3 {
    font-size: 66px;
    color: #ffffff;
}

.room21 .room21_title p {
    font-size: 24px;
    color: #ffffff;
}

.room21 .room21_title img {
    vertical-align: middle;
    filter: brightness(100);
}

.room21 .room21_wrap {
    width: 1145px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 189px;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    z-index: 1;
}

.room21_wrap .room21_lt {
    width: 30%;
    padding-left: 3rem;
}

.room21_wrap .room21_lt p {
    font-size: 16px;
    color: #fff;
}

.room21_wrap .room21_rt {}

.room21_wrap .room21_rt img {
    -webkit-filter: drop-shadow(2px 2px 7px rgba(35, 31, 29, 0.85));
    filter: drop-shadow(2px 2px 7px rgba(35, 31, 29, 0.85));
}

@media screen and (max-width:1366px) {
    .room21:before {
        background-size: 80%;
    }
}

@media screen and (max-width:1100px) {
    .room21:before {
        background-size: 60%;
    }

    .room21 .room21_wrap {
        padding: 0 2rem 0;
    }

    .room21_wrap .room21_lt {
        padding-left: 0;
    }
}

@media screen and (max-width:991px) {
    .room21_wrap .room21_rt {
        width: 65%;
    }
}

@media screen and (max-width:834px) {}

@media screen and (max-width:768px) {
    .room21:before {
        background-size: 50%;
        min-height: 235px;
    }

    .room21 .room21_title h3 {
        font-size: 50px;
    }

    .room21 .room21_title p {
        font-size: 20px;
    }

    .room21 .room21_title:before {
        background-size: 70%;
        top: 5px;
        left: 7rem;
    }

    .room21 .room21_wrap {
        flex-wrap: wrap;
        justify-content: center;
    }

    .room21_wrap .room21_lt {
        width: 60%;
    }

    .room21_wrap .room21_rt {
        width: 100%;
        text-align: center;
        padding-top: 5rem;
    }
}

@media screen and (max-width:576px) {}

@media screen and (max-width:450px) {
    .room21 .room21_title h3 {
        font-size: 40px;
    }

    .room21 .room21_title {
        padding-bottom: 4rem;
    }

    .room21_wrap .room21_lt {
        width: 80%;
    }
}

@media screen and (max-width:414px) {
    .room21 .room21_title:before {
        left: 2rem;
    }

    .room21 .room21_title img {
        width: 7%;
    }
}

@media screen and (max-width:390px) {
    .room21 .room21_title h3 {
        font-size: 35px;
    }

    .room21 .room21_title p {
        font-size: 17px;
    }

    .room21 .room21_title:before {
        background-size: 60%;
        left: 3rem;
        min-height: 65px;
    }

    .room21_wrap .room21_lt {
        width: 100%;
    }

    .room21_wrap .room21_rt {
        padding-top: 3rem;
    }
}

@media screen and (max-width:360px) {
    .room21 .room21_title:before {
        left: 1rem;
    }
}

@media screen and (max-width:320px) {
    .room21_wrap .room21_lt p {
        font-size: 13px;
    }
}

/*room22*/
.room22 {
    background: url(../../images/room22_bg.png) top center no-repeat;
    width: 100%;
    min-height: 811px;
    position: relative;
}

.room22 .room22_wrap {
    width: 1145px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -8rem;
}

.room22_wrap .room22_lt {
    width: 61%;
}

.room22_wrap .room22_rt {
    padding-top: 1.7rem;
    padding-right: 2.8rem;
}

@media screen and (max-width:1200px) {
    .room22 .room22_wrap {
        top: -5rem;
    }
}

@media screen and (max-width:1100px) {
    .room22 .room22_wrap {
        top: 3rem;
        padding: 0 2rem;
    }

    .room22_wrap .room22_rt {
        padding: 1.7rem 0 0 1rem;
    }
}

@media screen and (max-width:768px) {
    .room22 {
        min-height: 700px;
    }

    .room22 .room22_wrap {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column-reverse;
        align-items: center;
    }

    .room22_wrap .room22_rt {
        padding: 1.7rem 0 3rem 1rem;
    }
}

@media screen and (max-width:576px) {
    .room22 {
        background-position: top right -40rem;
    }
}

@media screen and (max-width:450px) {
    .room22 {
        background-position: top right -50rem;
    }

    .room22_wrap .room22_rt {
        padding: 1.7rem 0 3rem 0;
    }
}

@media screen and (max-width:414px) {
    .room22 {
        background-position: top right -60rem;
        min-height: 600px;
    }

    .room22_wrap .room22_lt {
        width: 100%;
    }
}

@media screen and (max-width:390px) {
    .room22 {
        min-height: 530px;
    }
}

@media screen and (max-width:360px) {}

@media screen and (max-width:330px) {
    .room22 {
        min-height: 470px;
    }
}

@media screen and (max-width:300px) {
    .room22 {
        min-height: 430px;
    }
}

/*room23*/
.room23 {
    background: url(../../images/room_deco04.png) top right no-repeat, url(../../images/room_deco05.png) bottom left no-repeat, url(../../images/grey_bg.png) top left repeat;
    background-size: contain;
    width: 100%;
    min-height: 1616px;
    position: relative;
}

.room23:before {
    content: '';
    background: rgba(255, 255, 255, .5);
    width: 841px;
    max-width: 100%;
    min-height: 973px;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(100% 0, 100% 95%, 93% 100%, 0 100%, 0 0);
}

/*room_img*/
.room23 .room23_img {
    position: relative;
    z-index: 1;
    padding: 5.5rem 0 2rem;
}


/*room_more*/
.room23 .room_more {
    width: 1145px;
    max-width: 100%;
    margin: 0 auto;
    text-align: right;
    position: relative;
    z-index: 5;
}

.room23 .room_more ul {}

.room23 .room_more ul li {
    display: inline-block;
    padding-right: 4rem;
}

.room23 .room_more ul li a {
    transition: .5s all;
}

.room23 .room_more ul li a:hover {
    opacity: .8;
}

.room23 .room_more ul li:nth-child(3) {
    padding-right: 3rem;
}

.room23 .room_more ul li:nth-child(3) h5,
.room23 .room_more ul li:nth-child(3) p {
    color: #000;
}

.room23 .room_more ul li a img {
    display: inline-block;
    vertical-align: middle;
    padding-right: .5rem;
}

.room_more .rm_more {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.room_more .rm_more h5 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.room_more .rm_more p {
    font-size: 16px;
    color: #fff;
}

/*room23_inner*/
.room23_inner {
    width: 1145px;
    max-width: 100%;
    margin: 0 auto;
    padding: 11rem 2.7rem 0 11.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.room23_inner:before {
    content: '';
    background: rgba(0, 0, 0, .5);
    width: 23px;
    min-height: 301px;
    position: absolute;
    top: 7rem;
    left: 6rem;
}

.room23_inner .room23_lt {
    padding: 2.5rem 0 0 1.7rem;
}

.room23_inner .room23_lt p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.room23_inner .room23_rt {}

@media screen and (max-width:1800px) {
    .room23:before {
        max-width: 40%;
    }
}

@media screen and (max-width:1160px) {
    .room23_img #wowslider-container1 {
        max-width: 95%;
    }

    .room23_inner:before {
        min-height: 260px;
        top: 95px;
    }
}

@media screen and (max-width:991px) {
    .room23:before {
        max-width: 30%;
        min-height: 830px;
    }

    .room23_inner {
        padding: 11rem 2.7rem 0 3.5rem;
    }

    .room23_inner:before {
        min-height: 340px;
        top: 58px;
        left: 1rem;
    }
}

@media screen and (max-width:834px) {
    .room23:before {
        max-width: 14%;
        min-height: 700px;
        clip-path: polygon(100% 0, 100% 97%, 85% 100%, 0 100%, 0 0);
    }

    .room23_inner {
        padding: 6rem 2.7rem 0 3.5rem;
    }

    .room23_inner:before {
        top: 26px;
    }
}

@media screen and (max-width:768px) {
    .room23 {
        min-height: 1560px;
    }

    .room23:before {
        max-width: 10%;
        min-height: 650px;
        clip-path: polygon(100% 0, 100% 95%, 70% 100%, 0 100%, 0 0);
    }

    .room23_inner {
        padding: 4rem 2rem 0 2rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    .room23_inner .room23_lt {
        padding: 2.5rem 0 5rem 0;
        width: 50%;
    }

    .room23_inner:before {
        top: 45px;
        min-height: 210px;
        left: 15rem;
    }
}

@media screen and (max-width:576px) {
    .room23 {
        min-height: 1430px;
    }

    .room23:before {
        max-width: 6%;
        min-height: 590px;
        clip-path: polygon(100% 0, 100% 95%, 60% 100%, 0 100%, 0 0);
    }

    .room23 .room_more ul li {
        padding-right: 2rem;
        width: 32%;
        text-align: center;
    }

    .room_more .rm_more {
        text-align: center;
    }

    .room23 .room_more ul li a img {
        display: block;
        margin: 0 auto;
    }

    .room23_inner:before {
        left: 6rem;
    }

    .room23_inner .room23_lt {
        width: 70%;
    }
}

@media screen and (max-width:490px) {
    .room_more .rm_more p {
        font-size: 13px;
    }
}

@media screen and (max-width:450px) {
    .room23 {
        min-height: 1100px;
        background-size: contain, 60%, contain;
    }

    .room23:before {
        min-height: 520px;
    }

    .room23 .room_more {
        text-align: center;
    }

    .room23 .room_more ul li {
        padding-right: 0rem;
        width: 32%;
    }

    .room23 .room_more ul li:nth-child(3) {
        padding-right: 0;
    }

    .room23_inner:before {
        top: 65px;
        left: 4rem;
        width: 10px;
        min-height: 170px;
    }

    .room23_inner .room23_lt {
        width: 80%;
    }

}

@media screen and (max-width:414px) {

    .room23:before {
        max-width: 6%;
        min-height: 480px;
        clip-path: polygon(100% 0, 100% 98%, 70% 100%, 0 100%, 0 0);
    }

    .room23_inner {
        padding: 4rem 1rem 0 1rem;
    }

    .room23_inner:before {
        left: 2rem;
    }

    .room_more .rm_more h5 {
        font-size: 16px;
    }

}

@media screen and (max-width:390px) {
    .room23 {
        min-height: 1060px;
    }

    .room23:before {
        min-height: 470px;
    }

    .room23_inner .room23_lt {
        width: 90%;
    }

    .room23_inner:before {
        left: 1rem;
    }
}

@media screen and (max-width:360px) {
    .room23 {
        min-height: 1000px;
    }

    .room23:before {
        min-height: 440px;
        max-width: 4%;
    }

    .room_more .rm_more p {
        font-size: 12px;
    }

    .room23_inner .room23_lt {
        width: 100%;
        padding: 2.5rem 0 5rem 1.5rem;
    }

    .room23_inner:before {
        left: 0.5rem;
    }
}

@media screen and (max-width:350px) {
    .room23:before {
        display: none;
    }

    .room23_img #wowslider-container1 {
        max-width: 90%;
    }

    .room_more .rm_more p {
        line-height: 1;
        font-size: 15px;
    }

    .room23 .room_more ul {
        display: flex;
    }
}

@media screen and (max-width:330px) {
    .room23 {
        min-height: 940px;
    }

    .room23_inner {
        padding: 4rem 1rem 0 1rem;
    }

    .room23_inner:before {
        display: none;
    }

    .room23_inner .room23_lt {
        padding: 2.5rem 0 3rem 0;
    }
}

/*room24*/
.room24 {
    margin: -29rem auto 0;
    position: relative;
}

/*.room24:after {
    content: '';
    background: url(../../images/allbot_bg.png) bottom center no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 266px;
    position: absolute;
    bottom: -1px;
    left: 0;
}*/

.room24 .room24_wrap {
    width: 1234px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 20rem;
}

.room24 .room24_wrap img {
    vertical-align: bottom;
}

.room24_wrap .room24_inner {
    background: url(../../images/roomb_bg_02.png) top center;
    width: 100%;
    padding: 5rem 11rem;
}

.room24_inner .rm_fac {
    padding-bottom: 5rem;
}

.room24_inner .rm_fac hr {
    margin: 1.7rem auto;
    border-top: 1px solid rgba(67, 67, 67, 1);
    width: 100%;
}

.rm_fac .r_icons {}

.rm_fac .r_icons ul {}

.rm_fac .r_icons ul li {
    width: 12%;
    padding: 5px 0 5px;
}

.room24_inner .he_fac {}

.room24_inner .he_fac hr {
    margin: 1.7rem auto;
    border-top: 1px solid rgba(67, 67, 67, 1);
    width: 100%;
}

@media screen and (max-width:1230px) {
    .room24 .room24_wrap {
        padding: 0 2rem 20rem;
    }
}

@media screen and (max-width:1160px) {
    .room24 .room24_wrap {
        padding: 0 2rem 15rem;
    }

    .room24 .room24_wrap img:nth-of-type(1) {
        position: relative;
        top: 1px;
    }
}

@media screen and (max-width:1080px) {
    .room24_wrap .room24_inner {
        padding: 5rem;
    }
}

@media screen and (max-width:991px) {
    .room24 {
        margin: -42rem auto 0;
    }

    .rm_fac .r_icons ul li {
        width: 18%;
    }

    .he_fac .icons li {
        width: 18%;
    }
}

@media screen and (max-width:834px) {
    .room24 {
        margin: -57rem auto 0;
    }

    .room24 .room24_wrap {
        padding: 0 2rem 12rem;
    }

    .room24_wrap .room24_inner {
        padding: 5rem 3rem;
    }
}

@media screen and (max-width:768px) {
    .room24 {
        margin: -35rem auto 0;
    }

    .room24:after {
        min-height: 115px;
    }

    .room24 .room24_wrap {
        padding: 0 2rem 10rem;
    }

    .room24 .room24_wrap img:last-of-type {
        position: relative;
        top: -1px;
    }

    .rm_fac .r_icons ul li {
        width: 22%;
    }

    .he_fac .icons li {
        width: 22%;
    }
}

@media screen and (max-width:576px) {
    .room24 .room24_wrap {
        padding: 0 2rem 8rem;
    }
}

@media screen and (max-width:450px) {
    .room24 {
        margin: -18rem auto 0;
    }

    .room24:after {
        min-height: 65px;
    }

    .room24 .room24_wrap {
        padding: 0 2rem 7rem;
    }

    .room24_wrap .room24_inner {
        padding: 3rem 1rem;
    }

    .rm_fac .r_icons ul li {
        width: 29%;
    }

    .he_fac .icons li {
        width: 32%;
    }
}

@media screen and (max-width:414px) {
    .room24 {
        margin: -21rem auto 0;
    }

    .room24 .room24_wrap {
        padding: 0 1rem 6rem;
    }
}

@media screen and (max-width:390px) {
    .room24 {
        margin: -17rem auto 0;
    }
}

@media screen and (max-width:360px) {
    .room24 {
        margin: -12rem auto 0;
    }

    .room24 .room24_wrap img:last-of-type {
        position: relative;
        top: -3px;
    }
}

@media screen and (max-width:330px) {

    .he_fac .icons li {
        width: 30%;
    }
}

@media screen and (max-width:320px) {
    .room24 .room24_wrap img:last-of-type {
        top: -7px;
    }
}

/*---room3------------------------------------------------------------------------------------------------------------------------------*/

/*room31*/
.room31 {
    position: relative;
}

/*.room31:before {
    content: '';
    background: url(../../images/room_deco01.png) top left no-repeat;
    background-size: contain;
    width: 621px;
    max-width: 100%;
    min-height: 445px;
    position: absolute;
    top: 0;
    left: 0;
}*/

/*.room31:after {
    content: '';
    background: url(../../images/room_deco02.png) bottom right no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 540px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}*/

.room31 .room31_title {
    width: 590px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding-bottom: 9.7rem;
}

/*.room31 .room31_title:before {
    content: '';
    background: url(../../images/deco03.png) top left no-repeat;
    background-size: 100%;
    width: 105px;
    max-width: 100%;
    min-height: 105px;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: -1;
}*/

.room31 .room31_title h3 {
    font-size: 66px;
    color: #ffffff;
}

.room31 .room31_title p {
    font-size: 24px;
    color: #ffffff;
}

.room31 .room31_title img {
    vertical-align: middle;
    filter: brightness(100);
}

.room31 .room31_wrap {
    width: 1145px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 189px;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    z-index: 1;
}

.room31_wrap .room31_lt {
    width: 30%;
    padding-left: 3rem;
}

.room31_wrap .room31_lt p {
    font-size: 16px;
    color: #fff;
}

.room31_wrap .room31_rt {}

.room31_wrap .room31_rt img {
    -webkit-filter: drop-shadow(2px 2px 7px rgba(35, 31, 29, 0.85));
    filter: drop-shadow(2px 2px 7px rgba(35, 31, 29, 0.85));
}

@media screen and (max-width:1366px) {
    .room31:before {
        background-size: 80%;
    }
}

@media screen and (max-width:1100px) {
    .room31:before {
        background-size: 60%;
    }

    .room31 .room31_wrap {
        padding: 0 2rem 0;
    }

    .room31_wrap .room31_lt {
        padding-left: 0;
    }
}

@media screen and (max-width:991px) {
    .room31_wrap .room31_rt {
        width: 65%;
    }
}

@media screen and (max-width:834px) {}

@media screen and (max-width:768px) {
    .room31:before {
        background-size: 50%;
        min-height: 235px;
    }

    .room31 .room31_title h3 {
        font-size: 50px;
    }

    .room31 .room31_title p {
        font-size: 20px;
    }

    .room31 .room31_title:before {
        background-size: 70%;
        top: 5px;
        left: 7rem;
    }

    .room31 .room31_wrap {
        flex-wrap: wrap;
        justify-content: center;
    }

    .room31_wrap .room31_lt {
        width: 60%;
    }

    .room31_wrap .room31_rt {
        width: 100%;
        text-align: center;
        padding-top: 5rem;
    }
}

@media screen and (max-width:576px) {}

@media screen and (max-width:450px) {
    .room31 .room31_title h3 {
        font-size: 40px;
    }

    .room31 .room31_title {
        padding-bottom: 4rem;
    }

    .room31_wrap .room31_lt {
        width: 80%;
    }
}

@media screen and (max-width:414px) {
    .room31 .room31_title:before {
        left: 2rem;
    }

    .room31 .room31_title img {
        width: 7%;
    }
}

@media screen and (max-width:390px) {
    .room31 .room31_title h3 {
        font-size: 35px;
    }

    .room31 .room31_title p {
        font-size: 17px;
    }

    .room31 .room31_title:before {
        background-size: 60%;
        left: 3rem;
        min-height: 65px;
    }

    .room31_wrap .room31_lt {
        width: 100%;
    }

    .room31_wrap .room31_rt {
        padding-top: 3rem;
    }
}

@media screen and (max-width:360px) {
    .room31 .room31_title:before {
        left: 1rem;
    }
}

@media screen and (max-width:320px) {
    .room31_wrap .room31_lt p {
        font-size: 13px;
    }
}

/*room32*/
.room32 {
    background: url(../../images/room32_bg.png) top center no-repeat;
    width: 100%;
    min-height: 811px;
    position: relative;
}

.room32 .room32_wrap {
    width: 1145px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    top: -8rem;
}

.room32_wrap .room32_lt {
    width: 61%;
}

.room32_wrap .room32_rt {
    padding-top: 1.7rem;
    padding-right: 2.8rem;
}

@media screen and (max-width:1200px) {
    .room32 .room32_wrap {
        top: -5rem;
    }
}

@media screen and (max-width:1100px) {
    .room32 .room32_wrap {
        top: 3rem;
        padding: 0 2rem;
    }

    .room32_wrap .room32_rt {
        padding: 1.7rem 0 0 1rem;
    }
}

@media screen and (max-width:768px) {
    .room32 {
        min-height: 700px;
    }

    .room32 .room32_wrap {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column-reverse;
        align-items: center;
    }

    .room32_wrap .room32_rt {
        padding: 1.7rem 0 3rem 1rem;
    }
}

@media screen and (max-width:576px) {
    .room32 {
        background-position: top right -40rem;
    }
}

@media screen and (max-width:450px) {
    .room32 {
        background-position: top right -50rem;
    }

    .room32_wrap .room32_rt {
        padding: 1.7rem 0 3rem 0;
    }
}

@media screen and (max-width:414px) {
    .room32 {
        background-position: top right -60rem;
        min-height: 600px;
    }

    .room32_wrap .room32_lt {
        width: 100%;
    }
}

@media screen and (max-width:390px) {
    .room32 {
        min-height: 530px;
    }
}

@media screen and (max-width:360px) {}

@media screen and (max-width:330px) {
    .room32 {
        min-height: 470px;
    }
}

@media screen and (max-width:300px) {
    .room32 {
        min-height: 430px;
    }
}

/*room33*/
.room33 {
    background: url(../../images/room_deco04.png) top right no-repeat, url(../../images/room_deco05.png) bottom left no-repeat, url(../../images/grey_bg.png) top left repeat;
    background-size: contain;
    width: 100%;
    min-height: 1616px;
    position: relative;
}

.room33:before {
    content: '';
    background: rgba(255, 255, 255, .5);
    width: 841px;
    max-width: 100%;
    min-height: 973px;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(100% 0, 100% 95%, 93% 100%, 0 100%, 0 0);
}

/*room_img*/
.room33 .room33_img {
    position: relative;
    z-index: 1;
    padding: 5.5rem 0 2rem;
}


/*room_more*/
.room33 .room_more {
    width: 1145px;
    max-width: 100%;
    margin: 0 auto;
    text-align: right;
    position: relative;
    z-index: 5;
}

.room33 .room_more ul {}

.room33 .room_more ul li {
    display: inline-block;
    padding-right: 4rem;
}

.room33 .room_more ul li a {
    transition: .5s all;
}

.room33 .room_more ul li a:hover {
    opacity: .8;
}

.room33 .room_more ul li:nth-child(3) {
    padding-right: 3rem;
}

.room33 .room_more ul li:nth-child(3) h5,
.room33 .room_more ul li:nth-child(3) p {
    color: #000;
}

.room33 .room_more ul li a img {
    display: inline-block;
    vertical-align: middle;
    padding-right: .5rem;
}

.room_more .rm_more {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.room_more .rm_more h5 {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}

.room_more .rm_more p {
    font-size: 16px;
    color: #fff;
}

/*room33_inner*/
.room33_inner {
    width: 1145px;
    max-width: 100%;
    margin: 0 auto;
    padding: 11rem 2.7rem 0 11.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.room33_inner:before {
    content: '';
    background: rgba(0, 0, 0, .5);
    width: 23px;
    min-height: 301px;
    position: absolute;
    top: 7rem;
    left: 6rem;
}

.room33_inner .room33_lt {
    padding: 2.5rem 0 0 1.7rem;
}

.room33_inner .room33_lt p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}

.room33_inner .room33_rt {}

@media screen and (max-width:1800px) {
    .room33:before {
        max-width: 40%;
    }
}

@media screen and (max-width:1160px) {
    .room33_img #wowslider-container1 {
        max-width: 95%;
    }

    .room33_inner:before {
        min-height: 260px;
        top: 95px;
    }
}

@media screen and (max-width:991px) {
    .room33:before {
        max-width: 30%;
        min-height: 830px;
    }

    .room33_inner {
        padding: 11rem 2.7rem 0 3.5rem;
    }

    .room33_inner:before {
        min-height: 340px;
        top: 58px;
        left: 1rem;
    }
}

@media screen and (max-width:834px) {
    .room33:before {
        max-width: 14%;
        min-height: 700px;
        clip-path: polygon(100% 0, 100% 97%, 85% 100%, 0 100%, 0 0);
    }

    .room33_inner {
        padding: 6rem 2.7rem 0 3.5rem;
    }

    .room33_inner:before {
        top: 26px;
    }
}

@media screen and (max-width:768px) {
    .room33 {
        min-height: 1560px;
    }

    .room33:before {
        max-width: 10%;
        min-height: 650px;
        clip-path: polygon(100% 0, 100% 95%, 70% 100%, 0 100%, 0 0);
    }

    .room33_inner {
        padding: 4rem 2rem 0 2rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    .room33_inner .room33_lt {
        padding: 2.5rem 0 5rem 0;
        width: 50%;
    }

    .room33_inner:before {
        top: 45px;
        min-height: 210px;
        left: 15rem;
    }
}

@media screen and (max-width:576px) {
    .room33 {
        min-height: 1430px;
    }

    .room33:before {
        max-width: 6%;
        min-height: 590px;
        clip-path: polygon(100% 0, 100% 95%, 60% 100%, 0 100%, 0 0);
    }

    .room33 .room_more ul li {
        padding-right: 2rem;
        width: 32%;
        text-align: center;
    }

    .room_more .rm_more {
        text-align: center;
    }

    .room33 .room_more ul li a img {
        display: block;
        margin: 0 auto;
    }

    .room33_inner:before {
        left: 6rem;
    }

    .room33_inner .room33_lt {
        width: 70%;
    }
}

@media screen and (max-width:490px) {
    .room_more .rm_more p {
        font-size: 13px;
    }
}

@media screen and (max-width:450px) {
    .room33 {
        min-height: 1100px;
        background-size: contain, 60%, contain;
    }

    .room33:before {
        min-height: 520px;
    }

    .room33 .room_more {
        text-align: center;
    }

    .room33 .room_more ul li {
        padding-right: 0rem;
        width: 32%;
    }

    .room33 .room_more ul li:nth-child(3) {
        padding-right: 0;
    }

    .room33_inner:before {
        top: 65px;
        left: 4rem;
        width: 10px;
        min-height: 170px;
    }

    .room33_inner .room33_lt {
        width: 80%;
    }

}

@media screen and (max-width:414px) {

    .room33:before {
        max-width: 6%;
        min-height: 480px;
        clip-path: polygon(100% 0, 100% 98%, 70% 100%, 0 100%, 0 0);
    }

    .room33_inner {
        padding: 4rem 1rem 0 1rem;
    }

    .room33_inner:before {
        left: 2rem;
    }

    .room_more .rm_more h5 {
        font-size: 16px;
    }

}

@media screen and (max-width:390px) {
    .room33 {
        min-height: 1060px;
    }

    .room33:before {
        min-height: 470px;
    }

    .room33_inner .room33_lt {
        width: 90%;
    }

    .room33_inner:before {
        left: 1rem;
    }
}

@media screen and (max-width:360px) {
    .room33 {
        min-height: 1000px;
    }

    .room33:before {
        min-height: 440px;
        max-width: 4%;
    }

    .room_more .rm_more p {
        font-size: 12px;
    }

    .room33_inner .room33_lt {
        width: 100%;
        padding: 2.5rem 0 5rem 1.5rem;
    }

    .room33_inner:before {
        left: 0.5rem;
    }
}

@media screen and (max-width:350px) {
    .room33:before {
        display: none;
    }

    .room33_img #wowslider-container1 {
        max-width: 90%;
    }

    .room_more .rm_more p {
        line-height: 1;
        font-size: 15px;
    }

    .room33 .room_more ul {
        display: flex;
    }
}

@media screen and (max-width:330px) {
    .room33 {
        min-height: 940px;
    }

    .room33_inner {
        padding: 4rem 1rem 0 1rem;
    }

    .room33_inner:before {
        display: none;
    }

    .room33_inner .room33_lt {
        padding: 2.5rem 0 3rem 0;
    }
}

/*room34*/
.room34 {
    margin: -29rem auto 0;
    position: relative;
}

/*.room34:after {
    content: '';
    background: url(../../images/allbot_bg.png) bottom center no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 266px;
    position: absolute;
    bottom: -1px;
    left: 0;
}*/

.room34 .room34_wrap {
    width: 1234px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 20rem;
}

.room34 .room34_wrap img {
    vertical-align: bottom;
}

.room34_wrap .room34_inner {
    background: url(../../images/roomb_bg_02.png) top center;
    width: 100%;
    padding: 5rem 11rem;
}

.room34_inner .rm_fac {
    padding-bottom: 5rem;
}

.room34_inner .rm_fac hr {
    margin: 1.7rem auto;
    border-top: 1px solid rgba(67, 67, 67, 1);
    width: 100%;
}

.rm_fac .r_icons {}

.rm_fac .r_icons ul {}

.rm_fac .r_icons ul li {
    width: 12%;
    padding: 5px 0 5px;
}

.room34_inner .he_fac {}

.room34_inner .he_fac hr {
    margin: 1.7rem auto;
    border-top: 1px solid rgba(67, 67, 67, 1);
    width: 100%;
}

@media screen and (max-width:1230px) {
    .room34 .room34_wrap {
        padding: 0 2rem 20rem;
    }
}

@media screen and (max-width:1160px) {
    .room34 .room34_wrap {
        padding: 0 2rem 15rem;
    }

    .room34 .room34_wrap img:nth-of-type(1) {
        position: relative;
        top: 1px;
    }
}

@media screen and (max-width:1080px) {
    .room34_wrap .room34_inner {
        padding: 5rem;
    }
}

@media screen and (max-width:991px) {
    .room34 {
        margin: -42rem auto 0;
    }

    .rm_fac .r_icons ul li {
        width: 18%;
    }

    .he_fac .icons li {
        width: 18%;
    }
}

@media screen and (max-width:834px) {
    .room34 {
        margin: -57rem auto 0;
    }

    .room34 .room34_wrap {
        padding: 0 2rem 12rem;
    }

    .room34_wrap .room34_inner {
        padding: 5rem 3rem;
    }
}

@media screen and (max-width:768px) {
    .room34 {
        margin: -35rem auto 0;
    }

    .room34:after {
        min-height: 115px;
    }

    .room34 .room34_wrap {
        padding: 0 2rem 10rem;
    }

    .room34 .room34_wrap img:last-of-type {
        position: relative;
        top: -1px;
    }

    .rm_fac .r_icons ul li {
        width: 22%;
    }

    .he_fac .icons li {
        width: 22%;
    }
}

@media screen and (max-width:576px) {
    .room34 .room34_wrap {
        padding: 0 2rem 8rem;
    }
}

@media screen and (max-width:450px) {
    .room34 {
        margin: -18rem auto 0;
    }

    .room34:after {
        min-height: 65px;
    }

    .room34 .room34_wrap {
        padding: 0 2rem 7rem;
    }

    .room34_wrap .room34_inner {
        padding: 3rem 1rem;
    }

    .rm_fac .r_icons ul li {
        width: 29%;
    }

    .he_fac .icons li {
        width: 32%;
    }
}

@media screen and (max-width:414px) {
    .room34 {
        margin: -21rem auto 0;
    }

    .room34 .room34_wrap {
        padding: 0 1rem 6rem;
    }
}

@media screen and (max-width:390px) {
    .room34 {
        margin: -17rem auto 0;
    }
}

@media screen and (max-width:360px) {
    .room34 {
        margin: -12rem auto 0;
    }

    .room34 .room34_wrap img:last-of-type {
        position: relative;
        top: -3px;
    }
}

@media screen and (max-width:330px) {

    .he_fac .icons li {
        width: 30%;
    }
}

@media screen and (max-width:320px) {
    .room34 .room34_wrap img:last-of-type {
        top: -7px;
    }
}

/*---room4------------------------------------------------------------------------------------------------------------------------------*/

.room4 {}

/*room41*/
.room41 {
    position: relative;
}

/*.room41:before {
    content: '';
    background: url(../../images/room_deco01.png) top left no-repeat;
    background-size: contain;
    width: 621px;
    max-width: 100%;
    min-height: 445px;
    position: absolute;
    top: 0;
    left: 0;
}*/

/*.room41:after {
    content: '';
    background: url(../../images/room41_deco01.png) bottom right no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 540px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}*/

.room41 .room41_title {
    width: 590px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding-bottom: 9.7rem;
}

/*.room41 .room41_title:before {
    content: '';
    background: url(../../images/deco03.png) top left no-repeat;
    background-size: 100%;
    width: 105px;
    max-width: 100%;
    min-height: 105px;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: -1;
}*/

.room41 .room41_title h3 {
    font-size: 66px;
    color: #ffffff;
}

.room41 .room41_title p {
    font-size: 24px;
    color: #ffffff;
}

.room41 .room41_title img {
    vertical-align: middle;
    filter: brightness(100);
}

.room41 .room41_wrap {
    width: 1145px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 140px;
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
    z-index: 1;
}

.room41_wrap .room41_lt {
    width: 30%;
    padding-left: 3rem;
}

.room41_wrap .room41_lt p {
    font-size: 16px;
    color: #fff;
}

.room41_wrap .room41_rt {
    width: 70%;
}

.room41_rt .rm4bt {}

.room41_rt .rm4bt ul {}

.room41_rt .rm4bt ul li {
    display: inline-block;
    width: 32%;
    transition: .3s ease all;
}

.room41_rt .rm4bt ul li a {
    transition: .3s ease all;
}

@media screen and (max-width:1366px) {
    .room41:before {
        background-size: 80%;
    }
}

@media screen and (max-width:1100px) {
    .room41:before {
        background-size: 60%;
    }

    .room41 .room41_wrap {
        padding-bottom: 80px;
        padding: 0 2rem 0;
    }
}

@media screen and (max-width:834px) {
    .room41 .room41_wrap {
        flex-wrap: wrap;
        justify-content: center;
    }

    .room41_wrap .room41_lt {
        width: 60%;
        padding-left: 0;
    }

    .room41_wrap .room41_rt {
        width: 100%;
        padding: 2rem 0 0;
        text-align: center;
    }
}

@media screen and (max-width:768px) {
    .room41:before {
        background-size: 50%;
        min-height: 235px;
    }

    .room41 .room41_title:before {
        background-size: 70%;
        top: 5px;
        left: 7rem;
    }
}

@media screen and (max-width:576px) {}

@media screen and (max-width:450px) {
    .room41 .room41_title {
        padding-bottom: 4rem;
    }

    .room41 .room41_title h3 {
        font-size: 40px;
    }

    .room41 .room41_title p {
        font-size: 20px;
    }

    .room41_rt .rm4bt ul li {
        width: 49%;
    }

    .room41_wrap .room41_lt {
        width: 80%;
    }
}

@media screen and (max-width:414px) {
    .room41 .room41_title:before {
        left: 4rem;
    }
}

@media screen and (max-width:390px) {
    .room41 .room41_wrap {
        padding-bottom: 40px;
    }

    .room41_wrap .room41_lt {
        width: 100%;
    }

    .room41 .room41_title:before {
        background-size: 60%;
        top: 5px;
        left: 4rem;
        min-height: 65px;
    }
}

@media screen and (max-width:360px) {
    .room41 .room41_title:before {
        left: 3rem;
    }
}

@media screen and (max-width:330px) {
    .room41 .room41_title:before {
        left: 1rem;
    }
}

/*room4_inner*/
.room4_inner {
    background: url(../../images/all_pattern.png) top left;
    width: 100%;
    position: relative;

}

/*room4_con*/
.room4_con {
    position: relative;
    padding: 7rem 0 0;
}

.room4_con:before {
    content: '';
    background: url(../../images/room4_deco01.png) top left;
    width: 47%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 88% 0, 100% 9%, 100% 100%, 0 100%);
    z-index: 0;
}

/*room4_team*/
.room4_team {
    width: 1160px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.room4_team:not(:last-of-type) {
    padding-bottom: 5rem;
}

.room4_team .team_title {
    padding: 0 0 1.2rem 4rem;
}

.room4_team .team_title img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
}

.room4_team .team_title h5 {
    color: #fff;
    font-size: 28px;
    display: inline-block;
    letter-spacing: 2px;

}

.room4_team .team_title h6 {
    color: #fff;
    font-size: 16px;
    display: inline-block;
}
.room4_team #wowslider-container1 .ws-title, .room4_team #wowslider-container2 .ws-title, .room4_team #wowslider-container3 .ws-title{
    display: none !important;
}
/*room_more*/
.room4_team .room4_more {
    padding: 2rem 0 0 4rem;
    display: flex;
}

.room4_more .rmlt_more {
    width: 80%;
}

.room4_more .rmlt_more img {
    display: inline-block;
    vertical-align: middle;
}

.rmlt_more a {
    display: inline-block;
    width: 30%;
    transition: .5s all;
}

.rmlt_more a:hover {
    opacity: .8;
    transform: translateY(-5px);
}

.rmlt_more .rm_more {
    display: inline-block;
    vertical-align: middle;
}

.rmlt_more .rm_more h5 {
    font-size: 20px;
    color: #fff;
}

.rmlt_more .rm_more p {
    font-size: 16px;
    color: #fff;
}

.room4_more .rmrt_more img {
    display: inline-block;
}

.rmrt_more a {
    transition: .5s all;
    display: block;
    width: 100%;
}

.rmrt_more a:hover {
    opacity: .8;
    transform: translateY(-5px);
}

.rmrt_more .rm_more {
    display: inline-block;
}

.rmrt_more .rm_more img {
    display: inline-block;
    vertical-align: middle;
}

.rmrt_more .rm_more h5 {
    font-size: 20px;
    color: #000;
}

.rmrt_more .rm_more p {
    font-size: 16px;
    color: #000;
}

@media screen and (max-width:1160px) {
    .room4_team #wowslider-container1, .room4_team #wowslider-container2, .room4_team #wowslider-container3 {
        max-width: 95%;
    }
}

@media screen and (max-width:900px) {
    .room4_more .rmlt_more {
        width: 70%;
    }

    .rmlt_more a {
        width: 40%;
    }
}

@media screen and (max-width:860px) {
    .room4_con:before {
        width: 65%;
    }
}

@media screen and (max-width:820px) {
    .room4_con {
        padding: 5rem 0 0;
    }
	.room4_con:before {
        width: 55%;
		clip-path: polygon(0 0, 85% 0, 100% 9%, 100% 100%, 0 100%);
    }
}

@media screen and (max-width:700px) {
    .room4_con:before {
        width: 60%;
    }
}

@media screen and (max-width:768px) {
    .room4_team .room4_more {
        padding: 2rem 0 0 2rem;
    }

    .rmlt_more a {
        width: 45%;
    }
}

@media screen and (max-width:660px) {
    .rmlt_more a {
        width: 49%;
    }
}

@media screen and (max-width:610px) {
    .room4_team .room4_more {
        justify-content: space-between;
    }

    .rmlt_more a {
        text-align: center;
        width: 40%;
    }

    .room4_more .rmlt_more img {
        display: block;
        margin: 0 auto;
    }

    .rmlt_more a {
        text-align: center;
    }

    .room4_more .rmrt_more {
        padding-right: 2rem;
    }

    .room4_more .rmrt_more img {
        display: block;
        margin: 0 auto;
    }
}

@media screen and (max-width:510px) {
    .rmlt_more a {
        width: 45%;
    }
}

@media screen and (max-width:460px) {
    .room4_team .room4_more {
        padding: 2rem 0 0 0rem;
    }

    .rmlt_more a {
        width: 49%;
    }
}

@media screen and (max-width:414px) {
    .room4_con:before {
        width: 70%;
    }

    .room4_team .team_title {
        padding: 0 0 1.2rem 1rem;
    }

    .rmlt_more .rm_more h5 {
        font-size: 18px;
    }

    .rmlt_more .rm_more p {
        font-size: 13px;
    }

    .rmrt_more .rm_more h5 {
        font-size: 18px;
    }

    .rmrt_more .rm_more p {
        font-size: 13px;
    }
}

@media screen and (max-width:390px) {
    .room4_more .rmlt_more {
        width: 68%;
    }
}

@media screen and (max-width:370px) {
    .room4_more .rmlt_more {
        width: 70%;
    }

    .rmlt_more a {
        width: 46%;
    }

    .room4_more .rmrt_more {
        padding-right: 0rem;
    }

    .rmrt_more .rm_more p {
        line-height: 1;
        text-align: center;
    }
}

@media screen and (max-width:350px) {
    .room4_con {
        padding: 3rem 0 0;
    }

    .room4_con:before {
        clip-path: polygon(0 0, 88% 0, 100% 6%, 100% 100%, 0 100%);
    }

    .room4_team .team_title img {
        padding-right: 5px;
        width: 10%;
        vertical-align: sub;
    }

    .room4_team .team_title h5 {
        font-size: 23px;
    }

    .room4_team .team_title h6 {
        font-size: 14px;
    }

    .room4_team #wowslider-container1, .room4_team #wowslider-container2, .room4_team #wowslider-container3 {
        max-width: 90%;
    }

    .rmlt_more .rm_more p {
        line-height: 1;
    }

    .room4_more .rmlt_more {
        display: flex;
    }
}

@media screen and (max-width:320px) {}

/*room42*/
.room42 {
    margin: 4rem auto 0;
    position: relative;
}

/*.room42:after {
    content: '';
    background: url(../../images/allbot_bg.png) bottom center no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 266px;
    position: absolute;
    bottom: -1px;
    left: 0;
}*/

.room42 .room42_wrap {
    width: 1234px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 20rem;
}

.room42 .room42_wrap img {
    vertical-align: bottom;
}

.room42_wrap .room42_inner {
    background: url(../../images/roomb_bg_02.png) top center;
    width: 100%;
    padding: 5rem 11rem;
}

.room42_inner .rm_fac {
    padding-bottom: 5rem;
}

.room42_inner .rm_fac hr {
    margin: 1.7rem auto;
    border-top: 1px solid rgba(67, 67, 67, 1);
    width: 100%;
}

.rm_fac .r_icons {}

.rm_fac .r_icons ul {}

.rm_fac .r_icons ul li {
    width: 12%;
    padding: 5px 0 5px;
}

.room42_inner .he_fac {}

.room42_inner .he_fac hr {
    margin: 1.7rem auto;
    border-top: 1px solid rgba(67, 67, 67, 1);
    width: 100%;
}

@media screen and (max-width:1230px) {
    .room42 .room42_wrap {
        padding: 0 2rem 20rem;
    }
}

@media screen and (max-width:1160px) {
    .room42 .room42_wrap {
        padding: 0 2rem 15rem;
    }

    .room42 .room42_wrap img:nth-of-type(1) {
        position: relative;
        top: 1px;
    }
}

@media screen and (max-width:1080px) {
    .room42_wrap .room42_inner {
        padding: 5rem;
    }
}

@media screen and (max-width:991px) {
    .room42 {
        margin: 4rem auto 0;
    }

    .rm_fac .r_icons ul li {
        width: 18%;
    }

    .he_fac .icons li {
        width: 18%;
    }
}

@media screen and (max-width:900px) {}

@media screen and (max-width:860px) {}

@media screen and (max-width:834px) {
    .room42 {
        margin: 4rem auto 0;
    }

    .room42 .room42_wrap {
        padding: 0 2rem 12rem;
    }

    .room42_wrap .room42_inner {
        padding: 5rem 3rem;
    }
}

@media screen and (max-width:768px) {
    .room42 {
        margin: 4rem auto 0;
    }

    .room42:after {
        min-height: 115px;
    }

    .room42 .room42_wrap {
        padding: 0 2rem 10rem;
    }

    .room42 .room42_wrap img:last-of-type {
        position: relative;
        top: -1px;
    }

    .rm_fac .r_icons ul li {
        width: 22%;
    }

    .he_fac .icons li {
        width: 22%;
    }
}

@media screen and (max-width:576px) {
    .room42 .room42_wrap {
        padding: 0 2rem 8rem;
    }

    .room42_inner .rm_fac .r_icons ul li {
        width: 21%;
    }
}

@media screen and (max-width:450px) {
    .room42 {
        margin: 4rem auto 0;
    }

    .room42:after {
        min-height: 65px;
    }

    .room42 .room42_wrap {
        padding: 0 2rem 7rem;
    }

    .room42_wrap .room42_inner {
        padding: 3rem 1rem;
    }

    .rm_fac .r_icons ul li {
        width: 29%;
    }

    .he_fac .icons li {
        width: 32%;
    }
}

@media screen and (max-width:414px) {
    .room42 {
        margin: 4rem auto 0;
    }

    .room42 .room42_wrap {
        padding: 0 1rem 6rem;
    }
}

@media screen and (max-width:390px) {
    .room42 {
        margin: 4rem auto 0;
    }
}

@media screen and (max-width:360px) {
    .room42 {
        margin: 4rem auto 0;
    }

    .room42 .room42_wrap img:last-of-type {
        position: relative;
        top: -3px;
    }
}

@media screen and (max-width:330px) {

    .he_fac .icons li {
        width: 30%;
    }
}

@media screen and (max-width:320px) {
    .room42 .room42_wrap img:last-of-type {
        top: -7px;
    }

    .room42_inner .rm_fac .r_icons ul li {
        width: 45%;
    }

    .room42_inner .he_fac .icons li {
        width: 45%;
    }
}

/*---room5------------------------------------------------------------------------------------------------------------------------------*/
.room5 {}

/*room51*/
.room51 {
    position: relative;
}

.room51:before {
    content: '';
    /*background: url(../../images/room_deco01.png) top left no-repeat;*/
    background-size: contain;
    width: 621px;
    max-width: 100%;
    min-height: 445px;
    position: absolute;
    top: 0;
    left: 0;
}

/*.room51:after {
    content: '';
    background: url(../../images/room41_deco01.png) bottom right no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 540px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}*/

.room51 .room51_title {
    width: 590px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding-bottom: 5rem;
}

/*.room51 .room51_title:before {
    content: '';
    background: url(../../images/deco03.png) top left no-repeat;
    background-size: 100%;
    width: 105px;
    max-width: 100%;
    min-height: 105px;
    position: absolute;
    top: 5px;
    left: 0;
    z-index: -1;
}*/

.room51 .room51_title h3 {
    font-size: 66px;
    color: #ffffff;
}

.room51 .room51_title p {
    font-size: 24px;
    color: #ffffff;
}

.room51 .room51_title img {
    vertical-align: middle;
    filter: brightness(100);
}

.room51 .room51_wrap {
    width: 1145px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 140px;
    z-index: 1;
}

.room51_wrap .room51_top {
    width: 453px;
    max-width: 100%;
    margin: 0 auto;
}

.room51_wrap .room51_top p {
    font-size: 16px;
    color: #fff;
}

.room51_wrap .room51_bot {
    width: 1375px;
    max-width: 100%;
    margin: 0 auto;
}

.room51_bot .rm5bt {
    padding-top: 6rem;
    text-align: center;
}

.room51_bot .rm5bt ul {}

.room51_bot .rm5bt ul li {
    display: inline-block;
    width: 24%;
    transition: .3s ease all;
}

.room51_bot .rm5bt ul li a {
    transition: .3s ease all;
}

@media screen and (max-width:1366px) {
    .room51:before {
        background-size: 80%;
    }
}

@media screen and (max-width:1100px) {
    .room51:before {
        background-size: 60%;
    }

    .room51 .room51_wrap {
        padding: 0 2rem 80px;
    }
}

@media screen and (max-width:834px) {

    .room51_wrap .room51_top {
        width: 60%;
        padding-left: 0;
    }

    .room51_wrap .room51_bot {
        width: 100%;
        padding: 2rem 0 0;
        text-align: center;
    }
}

@media screen and (max-width:768px) {
    .room51:before {
        background-size: 50%;
        min-height: 235px;
    }

    .room51 .room51_title:before {
        background-size: 70%;
        top: 5px;
        left: 3rem;
    }
}

@media screen and (max-width:576px) {
    .room51 .room51_wrap {
        padding: 0 2rem 40px;
    }

    .room51_wrap .room51_top {
        width: 90%;
    }
}

@media screen and (max-width:450px) {
    .room51 .room51_title {
        padding-bottom: 4rem;
    }

    .room51 .room51_title:before {
        left: 5rem;
    }

    .room51 .room51_title h3 {
        font-size: 40px;
    }

    .room51 .room51_title p {
        font-size: 20px;
    }

    .room51_bot .rm5bt ul li {
        width: 49%;
    }

    .room51_wrap .room51_top {
        width: 100%;
    }

    .room51_bot .rm5bt {
        padding-top: 2rem;
    }
}

@media screen and (max-width:414px) {
    .room51 .room51_title:before {
        left: 4rem;
    }
}

@media screen and (max-width:390px) {
    .room51 .room51_wrap {
        padding-bottom: 40px;
    }

    .room51_wrap .room51_top {
        width: 100%;
    }

    .room51 .room51_title:before {
        background-size: 60%;
        top: 5px;
        left: 2rem;
        min-height: 65px;
    }
}

@media screen and (max-width:360px) {
    .room51 .room51_title:before {
        left: 3rem;
    }
}

@media screen and (max-width:330px) {
    .room51 .room51_title:before {
        left: 1rem;
    }
}

/*room5_inner*/
.room5_inner {
    background: url(../../images/all_pattern.png) top left;
    width: 100%;
    position: relative;

}

/*room5_con*/
.room5_con {
    position: relative;
    padding: 7rem 0 0;
}

.room5_con:before {
    content: '';
    background: url(../../images/room4_deco01.png) top left;
    width: 47%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 88% 0, 100% 9%, 100% 100%, 0 100%);
    z-index: 0;
}

/*room_team*/
.room5_team {
    width: 1160px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}


.room5_team .team_title {
    padding: 0 0 1.2rem 4rem;
}

.room5_team .team_title img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
}

.room5_team .team_title h5 {
    color: #fff;
    font-size: 28px;
    display: inline-block;
    letter-spacing: 2px;

}

.room5_team .team_title h6 {
    color: #fff;
    font-size: 16px;
    display: inline-block;
}
.room5_team #wowslider-container1 .ws-title{
    display: none !important;
}
/*room_more*/
.room5_team .room5_more {
    padding: 2rem 0 0 4rem;
    display: flex;
}

.room5_more .rmlt_more {
    width: 80%;
}

.room5_more .rmlt_more img {
    display: inline-block;
    vertical-align: middle;
}

.rmlt_more a {
    display: inline-block;
    width: 30%;
    transition: .5s all;
}

.rmlt_more a:hover {
    opacity: .8;
    transform: translateY(-5px);
}

.rmlt_more .rm_more {
    display: inline-block;
    vertical-align: middle;
}

.rmlt_more .rm_more h5 {
    font-size: 20px;
    color: #fff;
}

.rmlt_more .rm_more p {
    font-size: 16px;
    color: #fff;
}

.room5_more .rmrt_more img {
    display: inline-block;
}

.rmrt_more a {
    transition: .5s all;
    display: block;
    width: 100%;
}

.rmrt_more a:hover {
    opacity: .8;
    transform: translateY(-5px);
}

.rmrt_more .rm_more {
    display: inline-block;
}

.rmrt_more .rm_more img {
    display: inline-block;
    vertical-align: middle;
}

.rmrt_more .rm_more h5 {
    font-size: 20px;
    color: #000;
}

.rmrt_more .rm_more p {
    font-size: 16px;
    color: #000;
}

@media screen and (max-width:1160px) {
    .room5_team #wowslider-container1 {
        max-width: 95%;
    }
}

@media screen and (max-width:900px) {
    .room5_more .rmlt_more {
        width: 70%;
    }

    .rmlt_more a {
        width: 40%;
    }
}

@media screen and (max-width:860px) {
    .room5_con:before {
        width: 65%;
    }
}

@media screen and (max-width:820px) {
    .room5_con:before {
        width: 55%;
    }

    .room5_con {
        padding: 5rem 0 0;
        clip-path: polygon(0 0, 85% 0, 100% 9%, 100% 100%, 0 100%);
    }
}

@media screen and (max-width:700px) {
    .room5_con:before {
        width: 60%;
    }
}

@media screen and (max-width:768px) {
    .room5_team .room5_more {
        padding: 2rem 0 0 2rem;
    }

    .rmlt_more a {
        width: 45%;
    }
}

@media screen and (max-width:660px) {
    .rmlt_more a {
        width: 49%;
    }
}

@media screen and (max-width:610px) {
    .room5_team .room5_more {
        justify-content: space-between;
    }

    .rmlt_more a {
        text-align: center;
        width: 40%;
    }

    .room5_more .rmlt_more img {
        display: block;
        margin: 0 auto;
    }

    .rmlt_more a {
        text-align: center;
    }

    .room5_more .rmrt_more {
        padding-right: 2rem;
    }

    .room5_more .rmrt_more img {
        display: block;
        margin: 0 auto;
    }
}

@media screen and (max-width:510px) {
    .rmlt_more a {
        width: 45%;
    }
}

@media screen and (max-width:460px) {
    .room5_team .room5_more {
        padding: 2rem 0 0 0rem;
    }

    .rmlt_more a {
        width: 49%;
    }
}

@media screen and (max-width:414px) {
    .room5_con:before {
        width: 70%;
    }

    .room5_team .team_title {
        padding: 0 0 1.2rem 1rem;
    }

    .rmlt_more .rm_more h5 {
        font-size: 18px;
    }

    .rmlt_more .rm_more p {
        font-size: 13px;
    }

    .rmrt_more .rm_more h5 {
        font-size: 18px;
    }

    .rmrt_more .rm_more p {
        font-size: 13px;
    }
}

@media screen and (max-width:390px) {
    .room5_more .rmlt_more {
        width: 68%;
    }
}

@media screen and (max-width:370px) {
    .room5_more .rmlt_more {
        width: 70%;
    }

    .rmlt_more a {
        width: 46%;
    }

    .room5_more .rmrt_more {
        padding-right: 0rem;
    }

    .rmrt_more .rm_more p {
        line-height: 1;
        text-align: center;
    }
}

@media screen and (max-width:350px) {
    .room5_con {
        padding: 3rem 0 0;
    }

    .room5_con:before {
        clip-path: polygon(0 0, 88% 0, 100% 6%, 100% 100%, 0 100%);
    }

    .room5_team .team_title img {
        padding-right: 5px;
        width: 10%;
        vertical-align: sub;
    }

    .room5_team .team_title h5 {
        font-size: 23px;
    }

    .room5_team .team_title h6 {
        font-size: 14px;
    }

    .room5_team #wowslider-container1 {
        max-width: 90%;
    }

    .rmlt_more .rm_more p {
        line-height: 1;
    }

    .room5_more .rmlt_more {
        display: flex;
    }
}

@media screen and (max-width:320px) {}

/*room52*/
.room52 {
    margin: 4rem auto 0;
    position: relative;
}

/*.room52:after {
    content: '';
    background: url(../../images/allbot_bg.png) bottom center no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 266px;
    position: absolute;
    bottom: -1px;
    left: 0;
}*/

.room52 .room52_wrap {
    width: 1234px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 20rem;
}

.room52 .room52_wrap img {
    vertical-align: bottom;
}

.room52_wrap .room52_inner {
    background: url(../../images/roomb_bg_02.png) top center;
    width: 100%;
    padding: 5rem 11rem;
}

.room52_inner .rm_fac {
    padding-bottom: 5rem;
}

.room52_inner .rm_fac hr {
    margin: 1.7rem auto;
    border-top: 1px solid rgba(67, 67, 67, 1);
    width: 100%;
}

.rm_fac .r_icons {}

.rm_fac .r_icons ul {}

.rm_fac .r_icons ul li {
    width: 12%;
    padding: 5px 0 5px;
}

.room52_inner .he_fac {}

.room52_inner .he_fac hr {
    margin: 1.7rem auto;
    border-top: 1px solid rgba(67, 67, 67, 1);
    width: 100%;
}

@media screen and (max-width:1230px) {
    .room52 .room52_wrap {
        padding: 0 2rem 20rem;
    }
}

@media screen and (max-width:1160px) {
    .room52 .room52_wrap {
        padding: 0 2rem 15rem;
    }

    .room52 .room52_wrap img:nth-of-type(1) {
        position: relative;
        top: 1px;
    }
}

@media screen and (max-width:1080px) {
    .room52_wrap .room52_inner {
        padding: 5rem;
    }
}

@media screen and (max-width:991px) {
    .room52 {
        margin: 4rem auto 0;
    }

    .rm_fac .r_icons ul li {
        width: 18%;
    }

    .he_fac .icons li {
        width: 18%;
    }
}

@media screen and (max-width:900px) {}

@media screen and (max-width:860px) {}

@media screen and (max-width:834px) {
    .room52 {
        margin: 4rem auto 0;
    }

    .room52 .room52_wrap {
        padding: 0 2rem 12rem;
    }

    .room52_wrap .room52_inner {
        padding: 5rem 3rem;
    }
}

@media screen and (max-width:768px) {
    .room52 {
        margin: 4rem auto 0;
    }

    .room52:after {
        min-height: 115px;
    }

    .room52 .room52_wrap {
        padding: 0 2rem 10rem;
    }

    .room52 .room52_wrap img:last-of-type {
        position: relative;
        top: -1px;
    }

    .rm_fac .r_icons ul li {
        width: 22%;
    }

    .he_fac .icons li {
        width: 22%;
    }
}

@media screen and (max-width:576px) {
    .room52 .room52_wrap {
        padding: 0 2rem 8rem;
    }

    .room52_inner .rm_fac .r_icons ul li {
        width: 21%;
    }
}

@media screen and (max-width:450px) {
    .room52 {
        margin: 4rem auto 0;
    }

    .room52:after {
        min-height: 65px;
    }

    .room52 .room52_wrap {
        padding: 0 1rem 7rem;
    }

    .room52_wrap .room52_inner {
        padding: 3rem 1rem;
    }

    .rm_fac .r_icons ul li {
        width: 29%;
    }

    .he_fac .icons li {
        width: 32%;
    }
}

@media screen and (max-width:414px) {
    .room52 {
        margin: 4rem auto 0;
    }

    .room52 .room52_wrap {
        padding: 0 1rem 6rem;
    }
}

@media screen and (max-width:390px) {
    .room52 {
        margin: 4rem auto 0;
    }
}

@media screen and (max-width:360px) {
    .room52 {
        margin: 4rem auto 0;
    }

    .room52 .room52_wrap img:last-of-type {
        position: relative;
        top: -3px;
    }
}

@media screen and (max-width:330px) {

    .he_fac .icons li {
        width: 30%;
    }
}

@media screen and (max-width:320px) {
    .room52 .room52_wrap img:last-of-type {
        top: -7px;
    }

    .room52_inner .rm_fac .r_icons ul li {
        width: 45%;
    }

    .room52_inner .he_fac .icons li {
        width: 45%;
    }
}

/*---icons----------------------------------------------------------------------------------------------------------------------------------*/
.icons {}

.icons ul {
    list-style: none;
}

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

.icons li img {
    padding: 0 7px;
    margin: 0 auto;
}

.icons li span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
}

@media screen and (max-width:1199px) {
    .icons li {
        width: 10%;
    }
}

@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: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 {
    width: 17%;
}

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

table.fac td {
    vertical-align: top;
}

@media screen and (max-width:1290px) {
    .r_icons li {
        width: 21%;
    }
}

@media screen and (max-width:1060px) {
    .r_icons li {
        width: 28%;
    }
}

@media screen and (max-width:991px) {
    .r_icons li {
        width: 15%;
    }
}

@media screen and (max-width:815px) {
    .r_icons li {
        width: 17%;
    }
}

@media screen and (max-width:765px) {
    .r_icons li {
        width: 20%;
    }
}

@media screen and (max-width: 765px) {
    .r_icons li {
        width: 17%;
    }
}

@media screen and (max-width:580px) {
    .r_icons li {
        width: 21%;
    }
}

@media screen and (max-width:480px) {
    .r_icons li {
        width: 22%;
    }
}

@media screen and (max-width:440px) {
    .r_icons li {
        width: 31%;
        margin: 5px 3px;
        padding: 5px;
    }
}

/*--note_icons--------------------------------------------------------------------------------------------------------------------------------*/
.note_icon {
    padding: 0;
    text-align: left;
    padding: 1% 0;
}

.note_icon ul {
    list-style: none;
}

.note_icon li {
    width: 12%;
    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: 32%;
    }
}

@media screen and (max-width:400px) {
    .note_icon li {
        width: 32%;
        padding: 6px;
    }
}

/*---notice--------------------------------------------------------------------------------------------------------------------------------*/
.notice {
    position: relative;
    padding: 11.3rem 0 15rem;
}

/*note*/
.note {
    position: relative;
    z-index: 3;
    padding-bottom: 1em;
    width: 1145px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.note ul {}

.note li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}

.note li a {
    z-index: 30;
    display: block;
}

.note li img {
    pointer-events: none;
}

img.nt {
    max-width: 100%;
    transition: .2s linear;
}

img.nt1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 100%;
    opacity: 0;
    transition: .3s linear;
}

.note li.active img.nt {
    opacity: 0;
}

.note li.active img.nt1 {
    opacity: 1;
}

/*hover*/
.note li a:hover img.nt {
    opacity: 0;
}

.note li a:hover img.nt1 {
    opacity: 1;
}

/*tab-content*/
.tab-content {
    border-radius: 10px;
    padding: 3em 2em;
    min-height: 500px;
    width: 1145px;
    max-width: 100%;
    margin: 0 auto;
}

/*note_info*/
.note_info {
    width: 900px;
    margin: 0 auto;
    max-width: 100%;
}

@media screen and (max-width:820px) {

    .tab-content {
        min-height: 600px;
        padding: 2em;
    }
}

@media screen and (max-width:768px) {
    .notice {
        padding: 7.3rem 0 7rem;
    }
}

@media screen and (max-width:600px) {
    .notice {
        padding: 4rem 0 7rem;
    }

    .note {
        padding-bottom: 1em;
    }

    .note li {
        width: 32%;
        margin: 0;
    }

    .note li img {
        padding: 2%;
    }

    .note {
        padding-bottom: 0em;
    }

    .tab-content {
        padding: 1em;
    }
}

@media screen and (max-width:500px) {

    .note,
    .tab-content {
        max-width: 100%;
        margin: 0 auto;
        padding: 1rem;
    }
}

@media screen and (max-width:430px) {}

@media screen and (max-width:350px) {}




/*---news-----------------------------------------------------------------------------------------------------------------------------*/

.news {
    width: 1375px;
    margin: 0 auto;
    max-width: 90%;
    text-align: left;
    position: relative;
    z-index: 3;
    padding: 6em 0;
}
.ripple2{
	margin-bottom:2rem;
}
.news_wrap {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}

.npic div {
    background: no-repeat center center;
}

.newstable table {
    width: 100%;
}

/*newslist_rwd*/
.newslist_rwd {
    position: relative;
    width: 555px;
    max-width: 100%;
    min-height: 566px;
    margin-bottom: 4.7rem;
    transition: .5s all;
    display: inline-block;
}

.newslist_rwd:before {
    content: '';
    background: url(../../images/inews_bg.jpg) top left;
    background-size: initial;
    width: 100%;
    height: 100%;
    -webkit-filter: drop-shadow(2px 2px 7px rgba(25, 25, 25, 0.5));
    filter: drop-shadow(2px 2px 7px rgba(25, 25, 25, 0.5));
    clip-path: polygon(100% 0, 100% 93%, 91% 100%, 0 100%, 0 0);
    position: absolute;
    top: 0;
    left: 0;
    transition: .5s all;
}

.newslist_rwd:after {
    content: '';
    background: #fff;
    width: 54px;
    max-width: 100%;
    min-height: 54px;
    position: absolute;
    bottom: .8rem;
    right: 1rem;
    z-index: -1;
    transition: .5s all;
}

.newslist_rwd a {
    display: flex;
    position: relative;
    transition: .5s all;
}

.newslist_rwd .npic {
    position: relative;
    top: 4.2rem;
    left: -3rem;
    width: 468px;
    max-width: 100%;
    min-height: 317px;
	transition: .5s all;
}

.npicimg {
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
}

.newslist_rwd .ntitle {
    width: 95%;
    padding: 6rem 3.9rem 6.5rem 0;
}

.newslist_rwd .ntitle h3 {
    font-size: 22px;
    color: #fff;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    padding: 0 0 0 3.5rem;
	position: relative;
	margin-bottom: 1rem;
}

.newslist_rwd .ntitle .inews_lin {
    background: rgba(255, 255, 255, .5);
    display: block;
    width: 100%;
    height: 1px;
	z-index: 1;
    position: relative;
}

.newslist_rwd .ntitle p {
    font-size: 18px;
    color: #fff;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    padding: 1.5rem 0 0 3.8rem;
	z-index: 1;
    position: relative;
}

.newslist_rwd .inews_deco {
    font-size: 10px;
    color: #adadad;
    position: absolute;
    right: 3.8rem;
    bottom: 3.1rem;
    transition: .5s all;
}

.newslist_rwd:hover:before,
.newslist_rwd:hover a,
.newslist_rwd:hover .inews_deco {
 -webkit-filter: drop-shadow(2px 2px 7px rgba(25, 25, 25, 0.5));
filter: drop-shadow(2px 2px 7px rgba(25, 25, 25, 0.5));
opacity:.9;
}


table.tableimg img {
    max-width: 100%;
}
table.tableimg a{
	color:#000;
}
.newstable a {
    display: inline-block;
    color: #fff;
    transition: .3s ease-in-out;
    word-wrap: break-word;
    word-break: break-all;
}
.newslist_rwd .ntitle h3 a:nth-of-type(1){
	display:block;
	line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.newslist_rwd .newsfont{
	color:#000;
}

.newsfont a{
	color:#000;
	transition: .5s all;
}

.newsfont a:hover{
	color:#2b646a !important;
}
td.page a {
    display: inline-block !important;
}

.newstable a:hover {
    color: #ec5d5e;
}
.page_num a{
	color:#000;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background: #51767a;
    border-radius: 5px;
    padding: 0% 4%;
    transition: .3s ease-in-out;
    letter-spacing: 2px;
    margin: 0 1%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    border: solid 1px #bad4d7;
}

button:hover,
html input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    background: #8c8b88;
    color: #fff;
    border: solid 1px #8c8b88;
}

@media screen and (max-width:1360px) {
    .news_wrap {
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .newslist_rwd {
        width: 50%;
    }
}

@media screen and (max-width:1080px) {
    .newstable {
        min-height: auto;
    }
}

@media screen and (max-width:1040px) {


    .newslist_rwd {
        margin: 0 auto 4.7rem;
        text-align: left;
        width: 65%;
    }


}

@media screen and (max-width:991px) {}

@media screen and (max-width:834px) {
    .newslist_rwd {
        width: 80%;
    }
}

@media screen and (max-width:768px) {}

@media screen and (max-width:576px) {
    .newslist_rwd {
        width: 90%;
    }
	.newstable a {
		width: 100%;
		text-align: center;
		display: inline;
}

    .newslist_rwd a {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }

    .newslist_rwd .npic {
        top: 2.4rem;
        left: -3.3rem;
        width: 100%;
    }

    .newslist_rwd .ntitle {
        width: 100%;
    }
}

@media screen and (max-width:450px) {

    .newslist_rwd {
        width: 100%;
    }

    .newslist_rwd:before {
        clip-path: polygon(100% 0, 100% 90%, 92% 100%, 0 100%, 0 0);
    }


    .newslist_rwd:after {
        right: 0rem;
    }

    .newslist_rwd .npic {
        min-height: 248px;
    }

    .newslist_rwd .ntitle p {
        font-size: 16px;
    }

}

@media screen and (max-width:430px) {}

@media screen and (max-width:414px) {


    .newslist_rwd {
        margin: 0 auto 2.7rem;
        min-height: 510px;
    }

    .newslist_rwd:after {
        right: 0.5rem;
    }

    .newslist_rwd .npic {
        left: -1.3rem;
    }

    .newslist_rwd .ntitle {
        padding: 5rem 3.9rem 2.5rem 0;
    }
}

@media screen and (max-width:390px) {}

@media screen and (max-width:360px) {
    .newslist_rwd {
        min-height: 460px;
    }

    .newslist_rwd .npic {
        min-height: 219px;
    }
}

@media screen and (max-width:330px) {
    .newslist_rwd {
        min-height: 430px;
    }

    .newslist_rwd .npic {
        min-height: 200px;
    }

    .newslist_rwd .ntitle {
        padding: 4rem 3.9rem 1.5rem 0;
    }

}




/*---location----------------------------------------------------------------------------------------------------------------------------*/
.location {
    padding: 11rem 0 25rem;
}

.location .loc_inner {
    width: 915px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 7rem;
    padding-bottom: 6rem;
}

.loc_inner .loc_img {}

.loc_inner .loc_txt {
    width: 35%;
}

.loc_txt .loc_title {
    padding-bottom: 3rem;
}

.loc_txt .loc_title h2 {
    font-size: 18px;
}

.loc_txt .loc_title p {
    font-size: 16px;
}

.loc_txt .locinfo {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    margin: 0 auto;
    color: #0f0f0f;
    text-align: left;
}

.loc_txt .locinfo li {
    padding-bottom: 0.5em;
}

.loc_txt .locinfo p:nth-of-type(1) {
    display: inline-block;
    vertical-align: top;
    padding-right: 0.8rem;
    white-space: nowrap;
}

.loc_txt .locinfo p:nth-of-type(2) {
    display: inline-block;
    vertical-align: top;
    word-wrap: break-word;
    word-break: break-all;
}



.map {
    width: 1145px;
    margin: 0 auto;
    max-width: 95%;
    min-height: 745px;
    position: relative;
    /*-webkit-filter: grayscale(1);
    filter: grayscale(1);*/

}

.location iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

@media screen and (max-width:900px) {
    .location .loc_inner {
        padding: 0 2rem 6rem 2rem;
    }

    .map {
        min-height: 600px;
    }

    .location {
        padding: 6em 0 8em;
    }
}

@media screen and (max-width:768px) {
    .location .loc_inner {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 0 2rem 3rem 2rem;
    }

    .loc_inner .loc_img {
        width: 95%;
        text-align: center;
    }

    .loc_inner .loc_txt {
        width: 50%;
        order: -1;
        padding-bottom: 3rem;
    }
}

@media screen and (max-width:700px) {
    .map {
        min-height: 500px;
    }

    .location {
        padding: 5em 0 6em;
    }
}

@media screen and (max-width:500px) {
    .loc .intop_title {
        padding-left: 8rem;
    }

    .loc .intop_title h3 {
        font-size: 50px;
    }

    .location {
        padding: 4em 0 5em;
    }

    .loc_inner .loc_txt {
        width: 80%;
    }

    .map {
        min-height: 400px;
    }


}

@media screen and (max-width:450px) {
    .loc .intop_title {
        padding-left: 5rem;
    }

    .location .loc_inner {
        padding: 0 1rem 3rem 1rem;
    }

    .loc_inner .loc_txt {
        width: 80%;
    }
}

@media screen and (max-width:430px) {
    .map {
        min-height: 350px;
    }

    .location {
        padding: 3em 0 5em;
    }
}

@media screen and (max-width:414px) {
    .loc .intop_title {
        padding-left: 3rem;
    }

    .intop_title h3 {
        padding-left: 1rem;
    }

    .loc_txt .loc_title {
        padding-bottom: 1rem;
    }
}

@media screen and (max-width:380px) {
    .loc .intop_wrap {
        padding: 1rem 0 0 4rem;
    }

    .loc_inner .loc_txt {
        width: 100%;
    }

    .map {
        min-height: 300px;
    }
}

@media screen and (max-width:360px) {
    .intop_title h3 {
        padding-left: 0rem;
    }
}

@media screen and (max-width:350px) {
    .map {
        min-height: 250px;
    }

    .location {
        padding: 2em 0 1em;
    }
}

@media screen and (max-width:320px) {
    .loc .intop_title h3 {
        font-size: 45px;
    }
}

/*--scenic------------------------------------------------------------*/
.scenic {
    width: 1165px;
    max-width: 100%;
    margin: 0 auto;
    padding: 11.2rem 0 25rem;
    position: relative;
    z-index: 3;
}

.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: 3em 1em 4em;
    }
}

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

    .scebtn h2 {
        margin: 5px;
    }
}

@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: 10px;
    margin-bottom: 10px;
    display: inline-block;
}

.sceimg img {
    margin: 0 auto;
    display: block !important;
}

.scep p {
    color: #616161;
    text-align: left;
    margin: 10px 0 0 0;
    line-height: 25px;
}

.scemore {
    text-align: right;
}

.scemore img {
    display: inline-block !important;
}

@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;
    }
}

/*isce*/


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

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

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

.isce ul li img {
    margin: 0 auto;
}
.isce h2{
	font-size:16px;	
	padding:2rem 0;
	text-align:center;
}
.isce ul li p {
    font-size: 15px;
}
@media(max-width:1700px) {
    .iscebg {
        padding: 0 100px;
    }
}

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

    .isce ul li {
        padding: 0 15px;
    }
}

@media(max-width:1200px) {
    .isce ul li {
        width: 50%;
    }
}

@media(max-width:1100px) {

}

@media(max-width:991px) {


    .isce ul li {
        display: inline-block;
        float: left;
        width: 50%;
    }

    .isce ul li:nth-child(3) {
        clear: both;
    }

 

    .isce {
        padding-top: 30px;
        padding-bottom: 30px;
    }

}

@media(max-width:900px) {
    .isce ul li {
        float: none;
        width: 22%;
        vertical-align: top;
    }

}

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

    
        .isce ul li {
            width: 23%;
        }
    }

    @media(max-width:600px) {
        .isce ul li {
            width: 45%;
        }
    }

    @media(max-width:450px) {
  
        .isce ul li {
            width: 48%;
        }
    }

    @media(max-width:380px) {
        .isce ul li {
            padding: 0 .5em;
        }

        .isce ul li p {
            font-size: 14px;
        }
    }

    @media(max-width:380px) {
  
    }


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

    .isce ul li:hover img {
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        opacity: 0.7;
    }
/*********************** 20170328  以上 優質a****************/

.scecontainer {
    display: block;
    margin: 0 auto;
    width: 1500px;
    max-width: 100%;
    font-family: 'Noto Sans TC', sans-serif;
}

.scecontainer .item {
    margin: 0.5%;
    float: left;
    background: #ffffff;
    display: block;
    width: 24%;
    height: auto !important;
}

@media screen and (max-width: 1800px) {
    .scecontainer {
        width: 96%;
    }

    .scecontainer .item {
        width: 19%;
    }
}

@media screen and (max-width: 1400px) {
    .scecontainer .item {
        width: 24%;
    }
}

@media screen and (max-width: 991px) {
    .scecontainer .item {
        width: 32%;
    }
}

@media screen and (max-width:767px) {
    .scecontainer .item {
        width: 49%;
    }
}

@media screen and (max-width:550px) {
    .scecontainer .item {
        width: 99%;
        margin-bottom: 10px;
    }
}

/*btns*/
.btns {
    position: fixed;
    bottom: 0;
    right: 0em;
    z-index: 20;
    display: none;
    text-align: right;
}
.ota{
	position: fixed;
    top: 12rem;
    z-index: 20;
    text-align: right;
    right: 1em;
	transition: .3s ease-in-out;
	width: 5%;
    margin: 0 0 0 auto;
}
#gotop {
    cursor: pointer;
    margin: 0 1em 1em 0;
    transition: .3s ease-in-out;
}

.book {
    transition: .3s ease-in-out;
}

#gotop:hover {
    transform: translateY(-5px);
}

.book:hover {
    transform: translateX(5px);
}
.ota:hover {
    transform: translateY(-5px);
}
@media screen and (max-width:1536px){
	.ota {
    width: 7%;
}
}
@media screen and (max-width:991px){
	.ota {
    width: 7%;
}
}


@media screen and (max-width:768px){
    .btns {
    bottom: 5rem;
}
	.ota {
    width: 12%;
}
}
@media screen and (max-width:500px) {
    .btns {
        width: 120px;
        bottom: 7rem;
    }

    #gotop {
        margin: 0 1em 0em 0;
        width: 45px;
        display: inline-block;
    }
	.ota {
    width: 19%;
}
}

@media screen and (max-width:450px) {
    .btns {
        width: 110px;
    }
	.ota {
    width: 22%;
}
	
}
@media screen and (max-width:402px) {
	    .ota {
        right: .5em;
    }
}
@media screen and (max-width:360px) {    
	.ota {
    width: 25%;
}
}
.goog-te-banner-frame {
    z-index: 9;
}