/*--------------copyright by vicky start-------------------------------*/
/*---footer--------------------------------------------------------------------------------------------------------------------------*/
footer {
    text-align: center;
    font-size: 16px;
    background: url(../../images/ft_bg.jpg) top left;
}

/*ft_warp*/
.ft_warp {
    width: 1468px;
    max-width: 100%;
    margin: 0 auto;
    padding: 8.9rem 0 7.8rem 0;
    display: flex;
    justify-content: space-between;
}

.ft_warp .ft_lt {
    width: 500px;
    max-width: 100%;
    margin-right: 5rem;
}

.ftlt .ftrt_top {
    display: flex;
    padding-left: 16.5rem;
}

.ft_warp .ft_rt {}

.ft_lt .ft_title {
	width: 80%;
    margin: 0 auto;
}




/*ftlogo*/
.ftlogo {
    position: relative;
    width: 50%;
    margin: 0 auto 3rem;
}

/*ftinfo*/
.ftinfo {
    width: 460px;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
    color: #151515;
}

.ftinfo ul {}

.ftinfo li {
    padding: .2em 0;
}

.ftinfo li img {
    vertical-align: middle;
}

.ftinfo li p {
    display: inline-block;
    vertical-align: top;
    line-height: 1.5;
}

.ftinfo li p:nth-of-type(1) {
    white-space: nowrap;
}

.ftinfo li p:nth-of-type(2) {
    width: 60%;
    word-wrap: break-word;
    word-break: break-all;
}

/*ft_lt_bot*/
.ft_lt .ftlt_btn {
    margin: 2rem 0;
    display: flex;
    justify-content: center;
}


/*ftbtn*/
.ftbtn {

    max-width: 100%;
}

.ftbtn li {
    display: inline-block;
    vertical-align: baseline;
    width: 32%;
    padding: 1rem 0 1rem;
}

.ftbtn a {
    transition: .2s linear;
}

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

.ftbtn_mob {
    display: none;
}

/***ftbtm***/
.ftbtm {
    background: #252525;
    text-align: center;
    padding: 2em 1em 2em;
    font-size: 14px;
}

/*ftmark*/
.ftmark {
    padding: 1em 0 0 0;
}

.ftmark img {
    padding: 5px;
	width: 5%;
}

/*number*/
.number {
    color: #fff;
    padding: 0 0 1em;
}

/*icon*/
.icon {
    color: #828282;
}

.icon a {
    display: inline-block;
    vertical-align: middle;
    padding: 3px;
    transition: .2s linear;
}

.icon a:hover {
    -webkit-filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.52));
    filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.52));
}


/*map*/
.map {
    position: relative;
    width: 828px;
    min-height: 516px;
    margin: 0 auto;
    max-width: 90%;
}

.map iframe {
    border: solid 5px #736866;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/*copyright*/
.copyright {
    color: #828282;
}

.copyright a,
.copyright a h1 {
    display: inline-block;
    color: #828282;
    font-size: 14px;
}

.copyright a:hover,
.copyright a:hover h1 {
    color: #fff;
}

@media screen and (max-width:1680px) {
    .ft_warp {}

    .ftbtn li {
        width: 22%;
    }
}
@media screen and (max-width:1536px) {
	.ftmark img {
	width: 7%;
}
}
@media screen and (max-width:1500px) {
    .ft_warp {
        padding: 8.9rem 2rem 7.8rem;
    }

    .ft_warp .ft_lt {
        margin: 0;
    }

    .ftlt .ftrt_top {
        padding-left: 3rem;
    }

}

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

    .ft_warp .ftlt {
        width: 43%;
    }
}

@media screen and (max-width:1200px) {
    .ft_warp {
        padding: 7rem 0;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .ft_warp .ft_lt {
        width: 80%;
    }

    .ftlogo {
        width: 35%;
    }

    .ft_warp .ft_rt {
        margin-top: 5rem;
        width: 100%;
        padding: 0 1rem;
    }

    .ft_rt .ft_title {
        display: none;
    }

    .ft_warp .ftlt {
        width: 100%;
    }

    .ftlt .ftrt_top {
        width: 80%;
        padding: 0;
        margin: 0 auto;
    }


}
@media screen and (max-width:1100px) {
	.ftmark img {
	width: 9%;
}
}
@media screen and (max-width:1000px) {

    .ftlogo:before,
    .ftlogo:after {
        width: 24%;
    }

    .ftbtn li {
        padding: 0 .2em 1em;
    }
}

@media screen and (max-width:768px) {
    .ft_warp .ft_lt {
        width: 85%;
    }
}
@media screen and (max-width:834px) {
	.ftmark img {
	width: 11%;
}
}
@media screen and (max-width:568px) {


    .ftinfo {
        margin-top: 2rem;
    }
}
@media screen and (max-width:530px) {
	.ftbtn_mob {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        line-height: 0;
        z-index: 999;
    }

    .ftbtn_mob ul {
        display: flex;
    }

    .ftbtn_mob ul li {
        width: 33.3%;
        display: inline-block;
        padding: 1rem;
    }

    .ftbtn_mob li:nth-of-type(1) {
        background: #b7828c;
    }

    .ftbtn_mob li:nth-of-type(2) {
        background: #7797aa;
    }

    .ftbtn_mob li:nth-of-type(3) {
        background: #7aaa77;
    }

    .ftbtn_mob li:nth-of-type(4) {
        background: #a577aa;
    }
	.ftmark img {
	width: 13%;
}
}
@media screen and (max-width:500px) {

    .ftbtm {
        padding: 1em 1em 3em 1em;
    }

    .ftmark img {
        width: 20%;
    }

    .ftlogo {
        margin: 0 auto 2em;
        width: 70%;
    }
}

@media screen and (max-width:450px) {
    .ft_warp {
        padding: 5rem 0;
    }

    .ft_warp .ft_lt {
        width: 95%;
        margin-top: 0;
    }
	.ft_lt .ft_title {
    width: 100%;
}

    .ftinfo {
        max-width: 100%;
    }

    .ftinfo li p:nth-of-type(2) {
        width: 62%;
        letter-spacing: 0;
    }

    .ft_lt .ftlt_btn {
        display: none;
    }
	.ftmark img {
	width: 23%;
}
   

    .ft_warp .ft_rt {
        margin-top: 2rem;
    }

    .map {
        max-width: 100%;
        min-height: 390px;
    }
}

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

    .ftlogo:before,
    .ftlogo:after {
        width: 21%;
        height: 30px;
    }

    .ftinfo {
        padding: 0em 0 1em;
    }

    .ftbtn li {
        width: 32%;
    }

    .ftmark img {
        width: 23%;
    }

    .number {
        padding: 0em 0 1em;
    }

    footer {
        font-size: 15px;
    }
}

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

    .ftlogo img:nth-of-type(2) {
        width: 120px;
    }

    .ftinfo li p:nth-of-type(2) {
        width: 56%;
    }

    .ftbtm {
        font-size: 12px;
    }

    .ftmark {
        padding: 0;
    }

    .ftmark img {
        padding: 3px;
    }

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

/*.btns*/
.btns {
    position: fixed;
    bottom: 5%;
    right: 1%;
    cursor: pointer;
    display: none;
    z-index: 9;
}

.btns div {
    transition: .3s ease-in-out;
    margin: 25px 0 0;
	width: 45%;
    margin: 0 0 0 auto;
}

.btns div img {
    max-width: 100%;
}

.btns div:hover {
    transform: scale(.9);
}

@media screen and (max-width:768px) {
    .btns {
        width: 10%;
    }
	.btns div {
    width: 100%;
}
}

@media screen and (max-width:600px) {
    .btns {
        width: 15%;
    }
}
@media screen and (max-width:500px) {
        .btns {
        bottom: 9%;
    }
}
@media screen and (max-width:430px) {
    .btns {
        width: 17%;
		bottom: 7%;
    }

    .btns div {
        margin: 10px 0 0;
    }
}

/*--intop------------------------------------------------*/

.intop {
    width: 100%;
    background: rgba(255, 255, 255, .75);
    min-height: 100px;
    position: absolute;
    z-index: 3;
}

.intop .inlogo {
    padding-left: 22rem;
}

.intop .inlogo h1 {
    font-size: 30px;
    color: #373737;
    line-height: 100px;
}

@media screen and (max-width:1366px) {
    .intop .inlogo {
        padding-left: 5rem;
    }
}

@media screen and (max-width:768px) {
    .intop .inlogo {
        padding-left: 2rem;
    }
}

@media screen and (max-width:450px) {
    .intop {
        min-height: 90px;
        position: relative;
    }

    .intop .inlogo h1 {
        line-height: 90px;
        font-size: 20px;
    }
}

/*--banner------------------------------------------------*/
.banner {
    position: relative;
    z-index: 2;
    background: url(../../images/banner.jpg) top center fixed;
    background-size: contain;
    width: 100%;
    min-height: 648px;
}

.banner .ban_title {
    background: url(../../images/ban_mask.png) bottom center no-repeat;
    background-size: contain;
    width: 100%;
    min-height: 124px;
    position: absolute;
    bottom: 0;
}

.ban_title .title_ch {
    text-align: center;
    padding-top: 3rem;
}

.ban_title .title_ch h2 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 500;
}

@media screen and (max-width:1600px) {
    .banner {
        min-height: 490px;
    }

    .ban_title .title_ch {
        padding-top: 4rem;
    }
}

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

    .ban_title .title_ch {
        padding-top: 5rem;
    }
}

@media screen and (max-width:1200px) {
    .banner .ban_title {
        background-size: cover;
    }

    .ban_title .title_ch {
        padding-top: 3rem;
    }
}

@media screen and (max-width:1000px) {
    .banner {
        min-height: 360px;
        background-attachment: inherit;
    }
}

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

@media screen and (max-width:650px) {
    .banner {
        min-height: 230px;
    }

    .banner .ban_title {
        min-height: 90px;
    }

    .ban_title .title_ch {
        padding-top: 2rem;
    }
}

@media screen and (max-width:450px) {
    .banner {
        background-size: 140%;
    }
}

@media screen and (max-width:393px) {
    .banner {
        background-size: 160%;
    }
}

@media screen and (max-width:350px) {
    .banner {
        background-size: 170%;
    }
}

@media screen and (max-width:320px) {
    .banner {
        background-size: 190%;
    }
}

/*---notice----------------------------------------------------------------------------------------------------------------------*/
#note {
    transform: translateY(-98px);
}

.notice {
    width: 1220px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 3rem;
	padding-bottom: 5rem;
}

/*note*/
.note {
    margin: 0 auto;
}

.note img {
    padding-bottom: 2%;
}

.note td {
    vertical-align: top;
}


.note_title {
    background: url(../../images/note_01.png) bottom left no-repeat;
    background-size: contain;
    width: 1215px;
    max-width: 100%;
    min-height: 128px;
}

.note_title2 {
    background: url(../../images/note_02.png) bottom left no-repeat;
    background-size: contain;
}

.note_title3 {
    background: url(../../images/note_03.png) bottom left no-repeat;
    background-size: contain;
}

.note_title h5 {
    font-size: 24px;
    color: #2a2827;
    padding: 1.7rem 0 0 4.6rem;
}


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

    .note {
        width: 90%;
    }

    .note img {
        padding-bottom: 6%;
    }
}

@media screen and (max-width:1200px) {
    .note_title h5 {
        padding: 2.5rem 0 0 3rem;
    }
}

@media screen and (max-width: 1000px) {
    .note_title h5 {
        padding: 3.5rem 0 0 3rem;
    }
}


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

    .note {
        width: 95%;
        padding: 0 2% 10%;
    }

    .note_title h5 {
        padding: 5rem 0 0 2.5rem;
    }
}

@media screen and (max-width:576px) {
    .note_title h5 {
        padding: 6rem 0 0 2rem;
    }
}

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

    .note_title h5 {
        padding: 1rem 0 0 2rem;
    }
}

@media screen and (max-width:430px) {
    .note_title h5 {
        padding: 1rem 0 0 1.5rem;
    }
}

@media screen and (max-width:370px) {
    .note_title h5 {
        padding: 1.5rem 0 0 1.5rem;
    }

}


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


/***newstable***/
.newstable {
    width: 900px;
    margin: 0 auto;
    max-width: 100%;
    min-height: 500px;
    padding: 1em 0 2em;
}

.newstable table {
    width: 100%;
}

.newstable a:hover {
    color: #ff9800;
}

img.newsicon {
    max-width: inherit;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background: rgba(255, 255, 255, .7);
    border: double 4px #a9a9a9;
    border-radius: 5px;
    padding: .3em 1em;
    margin: 3px;
    font-size: 16px;
    letter-spacing: 2px;
    transition: .2s linear;
}

button:hover,
html input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: double 4px #fff;
}

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

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

    .inbg_btm {
        background-size: contain;
        min-height: 70px;
    }
}

@media screen and (max-width:500px) {
    .inbg {
        padding: 2em 1em 1em 1em;
    }

}

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

@media screen and (max-width:380px) {
    .inbg_btm {
        min-height: 60px;
    }
}

/*************************
********services_sce******
**************************/
#services_sce {
    width: 1330px;
    max-width: 100%;
    margin: 3rem auto 0;
    padding: 0 2em 60px;
    position: relative;
    z-index: 2;
}

.scebtn {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 2;
}

.scebtn h2 {
    display: inline-block;
    margin: 5px;
    color: #fff;
    padding: 25px 5px;
    font-size: 16px;
    border-radius: 100%;
    min-width: 82px;
    border: 3px solid #fff;
    cursor: pointer;
    line-height: 24px;
}

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

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

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

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

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

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

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

@media (max-width:1440px) {
    #services_sce {
        padding: 0 1em 60px;
    }
}

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

@media (max-width:480px) {
    .scebtn h2 {
        margin: 1px;
        font-size: 15px;
    }
}

@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: 20px;
    letter-spacing: 1px;
    margin: .5em 0;
    display: inline-block;
}

.sceimg img {
    margin: 0 auto;
}

.scep p {
    color: #616161;
    text-align: left;
    margin: 10px 0 0 0;
    font-size: 16px;
    line-height: 1.5;
}

.scemore {
    text-align: right;
}

@media(max-width:1700px) {
    .scebox_hot {
        padding: 0 10px;
    }
}

@media(max-width:1400px) {
    .scebox_hot .scebox {
        width: 24%;
        margin: 0 5px;
    }
}

@media(max-width:1199px) {
    .scebox_hot .scebox {
        width: 48%;
        margin: 5px;
    }

    .scebox_hot .scebox:nth-child(3) {
        clear: both;
    }
}

@media(max-width:700px) {
    .scebox_hot .scebox {
        width: 100%;
        margin: 5px 0px;
    }

    .scet h3 {
        font-size: 22px;
    }

    .scep p {
        line-height: 24px;
    }
}

@media(max-width:550px) {

    .city .sceimg,
    .farm .sceimg,
    .hot .sceimg,
    .mount .sceimg,
    .sea .sceimg {
        background-color: #fff;
    }
}

@media(max-width:500px) {
    .scet h3 {
        letter-spacing: 0px;
    }
}

@media(max-width:450px) {
    .mount .sceimg {
        background-color: #80a076;
    }

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

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

    }

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

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

@media(max-width:350px) {
    .scet h3 {
        font-size: 20px;
    }
}


/*************/

.scebox_content {
    padding: 0 0px;
    margin-top: 30px;
}

.scebox_content .scebox {
    display: inline-block;
    float: left;
    width: 100%;
    margin: 5px;
}

@media (max-width: 1800px) {
    .scebox_content {
        padding: 0px;
    }
}

@media screen and (max-width:1700px) {
    .scebox_content {
        padding: 0 0px;
        margin-top: 30px;
    }
}


/*********************** 20170328  以上 優質a****************/

.scecontainer {
    display: block;
    margin: auto;
    width: 100%;
}

.scecontainer .item {
    margin: 0.5%;
    float: left;
    background: #ffffff;
    display: block;
    width: 24%;
}

@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;
    }
}


/***********************/
/***news start***/

.news {
    width: 1330px;
    max-width: 100%;
    margin: 6rem auto 0;
}

/*newstable*/
.newstable {
    width: 80%;
    margin: 0 auto;
    padding: 2em 0;
    position: relative;
    z-index: 3;
}

.newstable table {
    width: 100%;
}

table.tableimg img {
    max-width: 100%;
}

.newstable a {
    display: inline-block;
    color: #000;
    transition: .3s ease-in-out;
}

a.news_title {
    display: block;
}

.newstable a:first-of-type {
    display: block;
}

.newstable a:hover {
    color: rgba(13, 13, 184, 1);
}

tr.page a {
    display: inline-block !important;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background: transparent;
    border-radius: 5px;
    padding: 0% 4%;
    transition: .3s ease-in-out;
    letter-spacing: 2px;
    margin: 0 1%;
    height: 45px;
}

button:hover,
html input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
    background: #dddddd;
}


.newslist_rwd2 {
    padding: 0 1.4rem 1.7rem 2rem;
    position: relative;
    width: 45%;
    margin: 0 2rem 5rem;
}

.newslist_rwd2 a:first-of-type {
    display: inline-block;
}

.newslist_rwd2 .ntitle a:not(p>a) {
    display: none;
}

.newslist_rwd2 .ntitle p a:not(:first-of-type) {
    display: inline-block;
}

.newslist {
    margin: 0 auto;
    padding: 0 0 3em 0;
    min-height: 40vh;
    text-align: center;
    position: relative;
    z-index: 5;
}

.newslist_rwd a.news_a:hover {
    transform: translateY(-5px);
}

/*npic*/
.npic {
    position: relative;
    width: 331px;
    max-width: 100%;
    min-height: 223px;
    transition: .3s ease all;
    display: inline-block;
    margin-right: 2.5rem;
}

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

/*ntitle*/
.ntitle {
    text-align: left;
    position: relative;
    font-size: 18px;
    display: inline-block;
    width: 35%;
    vertical-align: top;
    padding-top: 5.6rem;
}

.ntitle p {
    position: relative;
    overflow: hidden;
    transition: .3s ease all;
    color: #151515;
    text-align: justify;
}

.ntitle p a:nth-of-type(1) {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.newslist_rwd a:hover .ntitle p {
    color: #deae12;
}

.newslist_rwd a:hover .npic {
    -webkit-filter: drop-shadow(2px 2px 7px rgba(120, 120, 21205, 0.5));
    filter: drop-shadow(2px 2px 7px rgba(120, 120, 120, 0.5));
}

/*page_num*/
.page_num {}

.page_num a {
    display: inline-block;
}

.inews .page_num {
    display: none;
}

table.tableimg {
    margin: 0 auto;
    max-width: 100%;
}

table.tableimg a {
    word-break: break-all;
    letter-spacing: 1px;
}

.ripple2 {
    margin: 1em 0;
}

.news_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

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

    .ntitle {
        width: 40%;
    }

    .newslist_rwd2 .ntitle {
        width: 35%;
        padding-top: 3rem;
    }
}

@media screen and (max-width:1200px) {
    .news_area {
        justify-content: center;
    }

    .newslist_rwd2 {
        width: 60%;
    }

    table.tableimg {
        max-width: 90%;
    }
}

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

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

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

@media screen and (max-width:576px) {
    .npic {
        margin-right: 0;
    }

    .newslist_rwd2 .npic {
        width: 95%;
        min-height: 300px;
    }

    .newslist_rwd2 .ntitle {
        width: 96%;
        padding: 3rem 0 5rem;
    }
}

@media screen and (max-width:450px) {
    .newslist_rwd2 {
        padding: 0 2rem 1.7rem 2rem;
        margin: 0 0 5rem;
    }
}

@media screen and (max-width:430px) {
    .newslist_rwd2 .npic {
        width: 100%;
        min-height: 250px;
    }
}

@media screen and (max-width:360px) {
    .newslist_rwd2 {
        padding: 0 1rem 1.7rem 1rem;
    }

    .newslist_rwd2 .npic {
        min-height: 230px;
    }
}

@media screen and (max-width:320px) {
    .newslist_rwd2 .npic {
        min-height: 200px;
    }
}

/***********************/
/***room start***/

.room {
    padding: 3rem 0;
    position: relative;
}

.room:before {
    content: '';
    background: url(../../images/room_deco02.png) top right no-repeat;
    background-size: contain;
    width: 1069px;
    max-width: 100%;
    min-height: 1106px;
    position: absolute;
    top: 28rem;
    right: 0;
}

/***rmbt***/
.rmbt {
    width: 1331px;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 0 5rem;
    position: relative;
    z-index: 2;
    text-align: center;
}

.rmbt ul {
    display: flex;
    justify-content: space-between;
}

.rmbt li {
    justify-content: space-around;
    display: inline-flex;
    width: 18%;
    padding-bottom: 1.5em;
    margin: 0 .5rem;
    position: relative;
}

.rmbt li:before {
    content: '';
    background: #f39e78;
    width: 24px;
    max-width: 100%;
    min-height: 24px;
    position: absolute;
    top: 3.5rem;
    left: 0;
    border-radius: 100%;
}

.rmbt li:after {
    content: '';
    background: rgba(148,171,197, .3);
    width: 73px;
    max-width: 100%;
    min-height: 73px;
    position: absolute;
    top: 0rem;
    right: 0;
    border-radius: 100%;
}

.rmbt a {
    padding: 0 2rem 0 3rem;
    position: relative;
    transition: .3s ease-in-out;
    width: 100%;
    border-radius: 50px;
}

.rmbt a p {
    font-size: 24px;
    position: relative;
    z-index: 3;
    white-space: nowrap;
    transition: .3s ease-in-out;
    color: #2a2827;
    font-weight: 500;
    text-align: left;
    border-bottom: 1px #d3c6a3 dashed;
    margin-bottom: .5rem;
    padding: .5rem 0 0 .5rem;
}

.rmbt a span {
    display: block;
    font-size: 14px;
    line-height: 1;
    position: relative;
    z-index: 3;
    transition: .3s ease-in-out;
    padding-bottom: 1.5rem;
    color: #2a2827;
    text-align: left;
    font-family: 'Inter';
    font-weight: 300;
    padding-left: 1rem;
    text-transform: uppercase;
}

.rmbt a:hover p,
.rmbt a:hover span {
    color: #f39e78;
}


/***room_slider***/
.room_slider {
    width: 1331px;
    margin: 0 auto;
    max-width: 95%;
    -webkit-filter: drop-shadow(2px 2px 7px rgba(78, 78, 78, 0.7));
    filter: drop-shadow(2px 2px 7px rgba(78, 78, 78, 0.7));
}

/*rinfo*/
.rinfo {
    text-align: left;
    padding: 0 0 3%;
}

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

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

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

/***rm_info***/
.rm_info {
    width: 1330px;
    margin: 0 auto;
    max-width: 100%;
    padding: 3rem 0 4rem;
}

/***roomb***/
.roomb {}

.roomb td {
    vertical-align: middle;
}

.roomb h5 {
    font-size: 22px;
    margin-bottom: 4rem;
    font-weight: 500;
    position: relative;
    padding: 1.7rem 0 1rem 9rem;
}

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

.roomb h5:after {
    content: '';
    border-bottom: 1.5px #94abc5 dashed;
    width: 40%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 7rem;
}

.roomb h5 img {
    padding-right: 12px;
    vertical-align: bottom;
}

.roomc h5:before {
    background: url(../../images/room_deco03.png) top left no-repeat;
    background-size: contain;
}

.roomc h5:after {
    width: 65%;
}

@media screen and (max-width:1200px) {
    .room:before {
        min-height: 800px;
    }
}

@media screen and (max-width:1000px) {
    .room:before {
        min-height: 700px;
        max-width: 67%;
        top: 37rem;
    }

    .rmbt ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .rmbt li {
        width: 25%;
        margin: 0 2rem;
    }

    .rm_info {
        padding: 3rem 2rem 4rem;
    }
}

@media screen and (max-width:768px) {
    .room:before {
        min-height: 490px;
    }

    .rmbt li {
        width: 29%;
        margin: 0 1rem;
    }

    .roomc h5:after {
        width: 45%;
    }
}

@media screen and (max-width:576px) {
    .room:before {
        min-height: 400px;
        top: 42rem;
    }

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

    .rmbt li {
        width: 40%;
    }

}

@media screen and (max-width:450px) {
    .rmbt li {
        width: 45%;
    }

    .roomb h5:after {
        width: 60%;
    }

    .roomc h5:after {
        width: 75%;
    }
}

@media screen and (max-width:430px) {
    .room:before {
        min-height: 300px;
        top: 40rem;
    }

    .rm_info {
        padding: 3rem 1rem 4rem;
    }

    .roomb {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width:414px) {
    .room:before {
        min-height: 280px;
        top: 62rem;
    }

    .rmbt li {
        width: 44%;
    }

    .rmbt a p {
        font-size: 18px;
    }

    .rmbt a span {
        font-size: 12px;
    }

    .rmbt li:after {
        max-width: 35%;
        min-height: 60px;
    }

    .rmbt li:before {
        max-width: 12%;
        min-height: 20px;
        top: 2.5rem;
    }

    .rm_info {
        padding: 3rem 1rem 4rem;
    }
}

@media screen and (max-width:402px) {
    .roomb h5:after {
        width: 65%;
    }

    .roomc h5:after {
        width: 80%;
    }
}

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

@media screen and (max-width:390px) {
    .room:before {
        min-height: 260px;
    }
}

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


    .roomb h5 {
        font-size: 18px;
    }
}

@media screen and (max-width:360px) {
    .rmbt a span {
        letter-spacing: 0;
    }

    .roomb h5 {
        padding: 1rem 0 1rem 7rem;
    }

    .roomb h5:after {
        left: 5rem;
    }

    .roomb h5:before {
        max-width: 20%;
        min-height: 50px;
    }
}

@media screen and (max-width:350px) {
    .room:before {
        min-height: 240px;
    }

    .rmbt a {
        padding: 0 2rem 0 3rem;
    }

    .roomb h5 {
        font-size: 15px;
    }
}

@media screen and (max-width:330px) {
    .rmbt li {
        width: 70%;
    }

    .rmbt li:after {
        min-height: 70px;
    }
}

@media screen and (max-width:310px) {
    .room:before {
        min-height: 200px;
    }

    .rmbt li {
        width: 76%;
    }

    .roomb h5 {
        font-size: 13px;
    }

    .roomb h5:after {
        width: 60%;
    }

    .roomc h5:after {
        width: 75%;
    }
}

@media screen and (max-width:300px) {
    .roomb h5 {
        font-size: 11px;
    }
}

/***room end****/
/***********************/
/*---icons----------------------------------------------------------------------------------------------------------------------------------*/
.icons ul {
    list-style: none;
}

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

.icons li img {
    padding: 0 7px;
    margin: 0 auto;
}

.icons li span {
    display: block;
    font-size: 14px;
    line-height: 20px;
}

@media screen and (max-width:1199px) {
    .icons li {
        width: 10%;
    }
}

@media screen and (max-width:900px) {
    .icons li span {
        letter-spacing: 1px;
    }
}

@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;
    }
}

@media screen and (max-width:360px) {
    .icons li span {
        font-size: 12px;
    }
}

@media screen and (max-width:340px) {
    .icons li {
        width: 28%;
        margin: 5px 5px;
        padding: 5px 2px 8px;
    }
}

/*---r_icons-----------------------------------------------------------------------------------------------------------------------------------*/
.r_icons {
    padding-bottom: 0;
    text-align: left;
}

.r_icons ul {
    list-style: none;
}

.r_icons li {
    width: 18%;
    float: left;
}

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

table.fac td {
    vertical-align: top;
}

@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;
    }
}

@media screen and (max-width: 300px) {
    .r_icons li {
        width: 30%;
    }
}

/*--note_icons--------------------------------------------------------------------------------------------------------------------------------*/
.note_icon {
    padding: 0;
    text-align: left;
    padding: 1% 0;
}

.note_icon ul {
    list-style: none;
}

.note_icon li {
    width: 10.666666%;
    padding: 5px 0 5px;
}

.note_icon li img {
    padding-bottom: 5px;
    max-width: 100%;
}

@media screen and (max-width:1220px) {
    .note_icon li {
        width: 12%;
    }
}

@media screen and (max-width:790px) {
    .note_icon li {
        width: 16%;
    }
}

@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: 90%;
    }
}

@media screen and (max-width:453px) {
    .note_icon li {
        width: 31%;
        padding: 4px;
    }
}

@media screen and (max-width:400px) {
    .note_icon li {
        padding: 6px;
    }
}

@media screen and (max-width:350px) {
    .note_icon li {
        width: 31%;
        padding: 3px;
    }
}

/**order**/
.ordericon {
    position: fixed;
    bottom: 150px;
    right: 1%;
    display: inline-block;
    z-index: 25;
	width: 5%;
}

.ordericon a {
    display: block;
    transition: .3s ease-in-out;
}
.ordericon a:hover {
    transform: scale(0.9);
    opacity: .9;
}
@media screen and (max-width:1366px) {
.ordericon {
    width: 7%;
}
}
@media screen and (max-width:991px) {
    .ordericon {
    width: 9%;
}
}

@media screen and (max-width:500px) {
   .ordericon {
        bottom: 150px;
        width: 17%;
    }
}

@media screen and (max-width:414px) {
        .ordericon {
        bottom: 155px;
        width: 19%;
        right: 3px;
    }
}