@charset "utf-8"; /* 設計師用 桌機版CSS檔 style.css */
/* 說明：
    可提供設計師在此檔，針對桌機版面進行設計；為網站必載CSS檔。*/
body {
    font-size: 15px;
    color: #333;
}

p {
    line-height: 30px;
    margin-bottom: 24px;
}

a {
    color: #666;
}

a:hover {
    color: #A02025;
}

/********************* Header *********************/
.header {
}

.header.down .navbar {
    /*position: static;*/
    top: -230px;
}

.header_top {
    height: 176px;
}

/* header logo */
.header .navbar {
    background: url(../images/all/header_bg.png) center top no-repeat #fff;
    box-shadow: 0 0 3px #888;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.header .navbar .navbar-header {
    float: none;
}

.header .navbar .navbar-brand {
    width: 180px;
    height: 110px;
    background: url(../images/all/logo.png) no-repeat;
    text-indent: -9999px;
    display: block;
    /* margin: 25px 0 23px; */
    padding: 0;
    margin: 20px auto 0;
    float: none;
    background-size: contain;
    background-position: -6px top;
}

.header .navbar .navbar-brand:hover {
    animation: pulse 0.5s ease-in-out;
}

/* header 主選單 */
.header .navbar .navbar-nav {
    background: none;
    float: none;
    margin: 13px auto;
    display: block;
}

.header .navbar .navbar-nav li > ul {
    background-color: rgba(74, 79, 5, 0.52);
    text-align: center;
    min-width: 125px;
    padding-top: 15px;
    top: 93%;
    display: none;
}

.header .navbar .navbar-nav li li {
    list-style: none;
}

.header .navbar .navbar-nav .room:hover ul {
    display: block;
    animation: fadeInDown 0.3s ease-in-out;
}

.open>.dropdown-menu {
    animation: fadeInDown 0.3s ease-in-out;
}

.header .navbar .navbar-nav li > ul a {
    color: #fff;
    display: block;
    text-shadow: 0 0 5px #000;
}

.header .navbar .navbar-nav li > ul li > a:hover, .header .navbar .navbar-nav li > ul li.b > a {
    background: rgba(78, 83, 9, 0.8);
}

.header .navbar .navbar-nav > li > a {
    background: none;
    color: #977A34;
    /* font-weight: bold;*/
    font-size: 18px;
    letter-spacing: 4px;
    padding: 10px 19px;
}

.header .navbar .navbar-nav > li > a:hover, .header .navbar .navbar-nav > li.b > a {
    color: #333;
}

.header .navbar .navbar-nav > li + li > a {
    /*border-left: 1px solid #eee;*/
}

.header .navbar .navbar-nav > li ul li a {
    padding: 5px;
}

/* header 次選單 */
.header .navbar .sub-nav {
    position: absolute;
    right: 62px;
    top: 65px;
}

.header .navbar .sub-nav li {
    padding: 0;
}

.header .navbar .sub-nav li a {
    background: url(../images/all/toplink.png) no-repeat -29px 0;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
}

.header .navbar .sub-nav li a.f {
    background-position: 0 0;
}

.header .navbar .sub-nav li a.b {
    background-position: -57px 0;
}

.header .navbar .sub-nav li a.c {
    background-position: -85px 0;
}

.header .navbar .sub-nav li a.d {
    background-position: -113px 0;
    width: 67px;
}

.header .navbar .sub-nav li a.e {
    width: 37px;
    background-position: -113px 0;
}

.header .navbar .sub-nav li a:hover {
    position: relative;
    top: 2px;
}

.header .navbar .btn-default {
    background: #fff;
    color: #B1B1B1;
    text-shadow: none;
    border-radius: 0;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px 13px;
    font-size: 15px;
    position: relative;
}

.header .navbar .btn-default:before {
    position: absolute;
    content: "Language";
    left: -77px;
    top: 0;
    color: #B1B1B1;
}

.header .navbar .lang {
    position: absolute;
    right: 62px;
    top: 24px;
}

.header .navbar .lang .dropdown-menu {
    background: #fff;
    color: #fff;
    border-radius: 0;
    border-color: #ADADAD;
}

.header .navbar .lang .dropdown-menu a {
    color: #B1B1B1;
}

.header .navbar .lang .dropdown-menu a:hover {
    background: #fff;
    color: #000;
}

.header .navbar .phone {
    position: absolute;
    top: 26px;
    left: 40px;
    background: #FFF5E1;
    color: #939822;
    letter-spacing: 5px;
    font-weight: bold;
    padding: 3px 10px 3px 20px;
    text-align: center;
    border-radius: 60px;
}

.header .navbar .phone:before {
    content: "";
    background: url(../images/all/h_phone.png)no-repeat;
    width: 17px;
    height: 18px;
    display: inline-block;
    position: relative;
    left: -12px;
    top: 3px;
}

.header .navbar .phone span {
    font-style: italic;
    letter-spacing: 3px;
    font-weight: 100;
}

.header .navbar .obut {
    position: absolute;
    top: 60px;
    left: 40px;
    color: #939822;
    letter-spacing: 3px;
    font-weight: bold;
    padding: 3px 10px 3px 10px;
    text-align: center;
    display: block;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
}

.header .navbar .obut:after {
    content: "Go";
    background-color: #E8EAC0;
    font-size: 13px;
    font-weight: normal;
    border-radius: 10px;
    letter-spacing: 0;
    padding: 2px;
}

.header .navbar .obut.o2 {
	/*left: 200px;*/
}

/*------- Banner -------*/
.banner {
    position: relative;
    margin-top: 21px;
}

.banner .container {
    max-width: 1144px;
    background-color: #EEE;
    padding: 0;
}

.banner .bx-wrapper {
    margin-bottom: 0;
}

.banner .bxslider li {
    background-repeat: no-repeat;
    background-position: center top;
}

.banner .bxslider li a {
    display: block;
    width: 100%;
    height: 100%;
}

.banner .bxslider li img {
    width: 100%;
    display: none;
}

.banner .bx-wrapper .bx-viewport {
    background: none;
    border: none;
    box-shadow: none;
    left: 0;
}

.banner .bx-wrapper .bx-pager.bx-default-pager {
    text-align: right;
    padding: 0 15px;
    bottom: 2px;
    z-index: 60;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-align: left;
    width: 13px;
    height: 13px;
    border-radius: 15px;
}

.banner .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #9E7B36;
}

/********************* Footer *********************/
.footer {
    padding: 0;
    text-align: center;
}

.footer .footer_top {
    background: url(../images/all/sitemapT_bg.jpg)no-repeat;
    height: 20px;
}

/* sitemap */
.footer .footer_top .sitemap {
    display: none;
}

.footer .sitemap ul li {
    padding: 0;
}

.footer .sitemap .list-inline {
    margin: 0;
}

.footer .sitemap ul li a {
    color: #757843;
    padding: 0;
    font-size: 15px;
    font-weight: bolder;
}

.footer .sitemap ul li a:after {
    content: "/";
    margin: 0 0 0 5px;
    color: #757843;
}

.footer .sitemap ul li:nth-last-child(1) a:after {
    content: "";
}

.footer .sitemap ul li a:hover {
    color: #A02025;
}

.footer_content {
    background-color: #fff;
    font-size: 13px;
    line-height: 22px;
    padding: 15px 0 5px;
}

/* siteinfo */
.footer .siteinfo > div > ul > li {
    padding: 0;
    display: block;
    text-align: left;
    color: #6C6C6C;
    line-height: 26px;
}

.footer .siteinfo > div > ul > li:nth-child(2) {
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.footer .siteinfo > div > ul > li span {
    margin-left: 20px;
}

.footer .siteinfo .icon {
    background: url(../images/all/footer01.png)no-repeat center 16px;
    height: 110px;
}

.footer .siteinfo li b {
    color: #989953;
}

.footer .sub-nav {
    position: absolute;
    right: 0;
    top: 5px;
}

.footer .sub-nav li a {
    background: url(../images/all/toplink.png) no-repeat -29px 0;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
}
.header .navbar .sub-nav li a.iglinkto,
.footer .sub-nav li a.iglinkto {
	background: url(../images/all/toplinkig.png) no-repeat 0px 1px;
}

.footer .sub-nav li a.b {
    background-position: -57px 0;
}

.footer .sub-nav li a.c {
    background-position: -85px 0;
}

.footer .sub-nav li a.d {
    background-position: -113px 0;
    width: 67px;
}

.footer .sub-nav li a.e {
    width: 37px;
    background-position: -113px 0;
}

.footer .sub-nav li a.f {
    background-position: 0 0;
}

.footer .sub-nav li.f {
    width: 73px;
    height: 70px;
    background: url(../images/all/footer02.png)no-repeat;
}

.footer .sub-nav li a:hover {
    position: relative;
    top: 2px;
}

.footer .powered {
    display: inline-block;
}

.footer .powered a {
    color: #AAA;
}

.footer .powered a:hover {
    color: #666;
}

/********************* floating *********************/
#floating .btn-floating {
    width: 28px;
    height: 58px;
    background-color: #52CED5;
    display: none;
    margin: 1px;
    padding: 10px 3px;
    position: absolute;
    left: -30px;
}

#floating .btn-floating .icon-arrow {
    width: 32px;
    height: 40px;
    background: url(../images/all/arrow.png) no-repeat;
    display: block;
}

#floating.open .btn-floating .icon-arrow {
    background-position: 0 -40px;
}

#floating ul {
    background: #fff;
    background: rgba(255, 255, 255, 0.9);
}

#floating ul li {
    padding: 10px 0;
}

#floating ul li + li {
    border-top: 1px solid #E7E7E7;
}

#floating ul li a {
    width: 56px;
    height: 60px;
    background: url(../images/all/floating_icon.png) no-repeat;
    background-position-x: 0;
    font-size: 10px;
    color: #bbb;
    text-align: center;
    display: block;
    padding: 40px 0 0;
    position: relative;
}

#floating ul li.b1 a {
    background-position-y: 0;
}

#floating ul li.b2 a {
    background-position-y: -80px;
}

#floating ul li.b3 a {
    background-position-y: -160px;
}

#floating ul li a:hover {
    color: #333;
    background-position-x: -56px;
}

#floating ul li a .num {
    min-width: 20px;
    height: 20px;
    background-color: #EB0F0F;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    right: 8px;
    top: 0;
}

/********************* Main *********************/
.main {
    /*-ms-box-shadow: 0 0 10px 0 #919191;
    -moz-box-shadow: 0 0 10px 0 #919191;
    -webkit-box-shadow: 0 0 10px 0 #919191;
    box-shadow: 0 0 10px 0 #919191;*/
    z-index: 10;
}

.main .main_top .home_search-box {
    background: url(../images/all/mTop_bg.jpg)repeat-y center top;
    min-height: 86px;
}

.main .main_top .home_search-box .container {
    margin: 0 auto;
    text-align: center;
}

.main .main_top .home_search-box .search {
    margin: 19px 0;
    height: 0;
    display: block;
}

.main .main_top .home_search-box .search .form-control {
    width: 100%;
    min-height: 44px;
    padding-left: 15px;
}

.main .main_top .home_search-box .search .ch input:before, .main .main_top .home_search-box .search .ch input:after {
    display: none;
}

.main .main_top .home_search-box .search a.search {
    background: #949923;
    display: inline-block;
    border: 1px solid #CFCFCF;
    padding: 2px 22px 39px;
    margin-top: 0;
}

.main .main_top .home_search-box .search a.search:hover {
    background: #70731B;
    -webkit-transition: all 0.5s ;
    -moz-transition: all 0.5s ;
    -ms-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    transition: all 0.5s ;
}

.main .main_top .home_search-box .search > div {
    padding: 0;
}

.main .main_top .home_search-box .search .icon::after {
    content: "";
    position: absolute;
    right: 30px;
    top: 15px;
    width: 15px;
    height: 15px;
    background: url(../images/all/search_icon.png)no-repeat;
}

.main .main_top .home_search-box .search a.search span {
    color: #fff;
    font-size: 24px;
    top: 7px;
}

.main_top:after {
    content: "";
    background: url(../images/all/room_main_bg.png)no-repeat right top;
    position: absolute;
    width: 692px;
    height: 549px;
    right: 0;
    top: 0;
}

body.home .main_top:after {
    display: none;
}

.main_content {
    min-height: 300px;
    padding: 30px 0;
}

body.home .main_content {
    padding: 0px;
}

/*----------------------- side -----------------------*/
.side .side-toggle {
    font-size: 15px;
    color: #000;
    text-align: left;
    line-height: 28px;
    margin-top: 0px;
}

.side h3 {
    color: #23989f;
    font-size: 15px;
    text-align: center;
    line-height: 28px;
    margin: 7px 0;
}

.side h3 .txt-tw {
    background: #967B34;
    color: #fff;
    padding: 3px;
}

.side h3 .txt-en, .side h3 .txt-tw {
    display: block;
}

.side .nav > li + li {
    border-top: 1px solid #B9B9B9;
}

.side .nav > li a {
    color: #333;
    line-height: 20px;
    display: block;
    padding: 10px 10px 10px 22px;
}

.side .nav > li a:hover, .side .nav > li a:focus, .side .nav > li.active a {
    /*background: url(../images/all/list_icon.png) no-repeat 0 10px;
    color: #979035;*/
    background: #544540;
    color: #fff;
    border-radius: 2px;
}

.side .nav > li > ul {
    padding-left: 20px;
    list-style-type: none;
}

.side .nav > li > ul > li > a, .side .nav > li > ul > li > a:hover {
    background: url(../images/all/list_icon2.png) no-repeat 0 6px;
    padding: 6px 10px 6px 20px;
}

.side .nav > li > ul > li > ul {
    margin-left: 18px;
    list-style-type: none;
}

.side .nav > li > ul > li > ul > li > a, .side .nav > li > ul > li > ul > li > a:hover {
    background: url(../images/all/list_icon3.png) no-repeat 0 6px;
    padding: 6px 10px 6px 20px;
}

/*----------------------- Content -----------------------*/
.content > h1 {
    color: #6F6564;
    font-size: 30px;
    border-bottom: 1px solid #6F6564;
    padding: 5px 0px 15px;
    margin-top: 0;
    margin-bottom: 30px;
}

/* breadcrumb */
.content .breadcrumb {
    background: none;
    margin: 0;
    font-size: 13px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.content .breadcrumb > li + li:before {
    content: "＞";
}

/* btn-more */
.content .btn-more {
    position: absolute;
    right: 15px;
    top: 30px;
    display: block;
    border: 1px solid #DDDBDC;
    border-radius: 11px;
    font-size: 10px;
    padding: 0px 15px 0 10px;
}

.content .btn-more:after {
    content: "";
    background: url(../images/home/H_P_more.png)no-repeat;
    width: 8px;
    height: 6px;
    position: absolute;
    right: 4px;
    top: 6px;
}

/* list-box */
.content .list-box .txt-list {
    margin-bottom: 60px;
}

.content .list-box .txt-list li {
    background: url(../images/all/icon_list.png) no-repeat 8px 12px;
    border-bottom: 1px dotted #ccc;
    padding-left: 30px;
}

.content .list-box .txt-list li:nth-child(2n+1) {
    background-color: rgba(240,240,240,0.3);
}

.content .list-box .txt-list li a {
    line-height: 28px;
    display: block;
    padding: 10px 0;
}

.content .list-box .txt-list li a:hover, .content .list-box .txt-list li a:focus {
    color: #979035;
}

.content .list-box .txt-list li span {
    font-size: 13px;
    color: #aaa;
    line-height: 20px;
    display: inline-block;
    float: right;
    padding: 3px 20px;
}

.content .list-box .txt-list li span.news-title {
    width: 78%;
    color: #848275;
    float: left;
}

.content .list-box .txt-list li.list-header {
    background: none;
    border-bottom: 1px solid #B9B9B9;
    padding-left: 40px;
    padding-right: 15px;
}

.content .list-box .txt-list li.list-header a, .content .list-box .txt-list li.list-header a span {
    font-size: 18px;
    color: #9E7B36;
}

.content .list-box .txt-list li.list-header a span {
    padding-right: 24px;
}

/* btn-box */
.content .btn-box {
    border-top: 1px solid #B9B9B9;
    margin: 0 0 20px;
    padding-top: 15px;
    clear: both;
}

.content .btn-box:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.content .btn-box .pager {
    text-align: left;
    display: inline-block;
    margin: 0 0 20px;
}

.content .btn-box .pager li {
    margin: 0 5px;
}

.content .btn-box .pager li > a {
    background: #979035;
    color: #fff;
    border-radius: 0px;
    border: none;
    padding: 5px 20px;
}

.content .btn-box .pager li > a:hover {
    background-color: #9F8644;
    color: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.content .btn-box .pager li > a .icon {
    display: none;
}

.content .btn-box .page-info {
    color: #888;
    float: right;
    text-align: center;
    margin: 0 5px;
}

.content .btn-box .page-info select {
    min-width: 60px;
    border: 1px solid #DFDFDF;
    margin-right: 10px;
}

.content .txt {
    padding: 10px;
    line-height: 24px;
}

.cont {
    color: #C1AA74;
    line-height: 40px;
    font-size: 15px;
    position: relative;
    letter-spacing: 2px;
}

/*----------------------------------------- 首頁 home --------------------------------------*/
body.home .main_content {
    min-height: 0;
}

.main_ex .wid {
    text-align: center;
}

body.home .content h2:before, .main_ex .wid h2:before {
    content: "";
    background: url(../images/home/H_P_icon.png)no-repeat;
    width: 44px;
    height: 26px;
    position: absolute;
    top: -27px;
    left: 41px;
}

body.home .content h2, .main_ex .wid h2 {
    font-size: 24px;
    color: #484903;
    padding: 10px;
    text-align: center;
    position: relative;
    display: inline-block;
    letter-spacing: 5px;
    margin: 40px 0 25px;
}

body.home .content h2:after, .main_ex .wid h2:after {
    content: "";
    position: absolute;
    border-top: 1px solid #B1B195;
    left: 25px;
    width: 71px;
    bottom: 0;
}

body.home .content .btn-more, .main_ex .wid .btn-more {
    top: 56px;
    right: 62px;
}

body.home .content .btn-more:hover, .main_ex .wid .btn-more:hover {
    top: 58px;
}

body.home .wid-home-product a .info span, .main_ex .wid a .info span {
    display: block;
    line-height: 23px;
    font-size: 17px;
    color: #A28331;
    min-height: 23px;
}

.main_ex .wid a .info {
    margin-top: 20px;
}

body.home .wid-home-product a .info, .main_ex .wid a .info {
    position: relative;
}

body.home .wid-home-product a .info:after {
    content: "";
    background: url(../images/home/H_P_info.png)no-repeat ;
    width: 14px;
    height: 5px;
    display: inline-block;
}

body.home .wid-home-product a .info span:nth-child(1) {
    font-size: 16px;
    color: #95980D;
}

body.home .content .wid-home-product {
    margin-bottom: 30px;
}

/*第二區塊*/
body.home .main_content > .container {
    width: 100%;
}

body.home .content .top {
    background: url(../images/home/home_top_bg.png)repeat;
}

body.home .content .bottom {
    background: #E4E5DF;
    min-height: 200px;
    text-align: center;
}

body.home .content .bottom img {
    margin: 0 auto;
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -ms-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

body.home .content .bottom .del {
    padding: 0;
    list-style: none;
    position: relative;
}

body.home .content .bottom .del img {
    border: 1px solid #fff;
}

body.home .content .bottom .del .info {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.63);
    padding: 10px;
    font-size: 17px;
    color: #000;
    text-shadow: 0 0 0 #000;
}

body.home .content .bottom .pic {
    overflow: hidden;
}

body.home .content .bottom .del a:hover .pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.9;
}

body.home .content .bottom .del a:hover .info {
    background: #ccc;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

/*----------------------------------------- about 關於 --------------------------------------*/
body.about .content h1 {
    border-bottom: none;
    position: relative;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

body.about .content h1:after {
    content: "";
    border-bottom: 1px solid #B7B7B7;
    position: absolute;
    left: 50%;
    width: 65px;
    bottom: -3px;
    margin-left: -65px;
}

body.about .cont {
    letter-spacing: 0px;
}

body.about .tbox {
    line-height: 50px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.np {
    padding: 0px;
}

.yp {
    padding-top: 20px;
    /*padding-bottom: 10px;*/
}

.yp:nth-first-child {
    padding-left: 0px;
}

.yp:nth-last-child {
    padding-right: 0px;
}

body.about .pt {
    background-image: url(../images/about/abg.jpg);
    background-color: #6f7420;
    color: #fff;
    min-height: 247px;
    box-sizing: border-box;
}

body.about p {
    margin-bottom: 0;
    line-height: 28px;
}

/*----------------------------------------- news 訊息 --------------------------------------*/
body.news .content h3 {
    color: #000;
    font-size: 20px;
    padding: 10px 20px;
    line-height: 1.4;
    background: #F5F5F5;
}

body.news .content h3 small {
    float: right;
    line-height: 28px;
    font-size: 13px;
}

body.news .content h3:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

body.news.show .content .btn-box {
    text-align: center;
}

body.news .list-box a {
    display: block;
    color: #888;
    padding: 15px 0px 15px 15px;
    margin: 0 -15px;
    border-bottom: 1px solid #ccc;
}

body.news .list-box a:hover {
    background: #F1F1F1;
}

body.news .list-box .col-md-12:nth-last-child(1) a {
    border: none;
}

body.news .list-box li .kind {
    color: #fff;
    margin-right: 10px;
    padding: 2px 11px;
    display: inline-block;
    border-radius: 5px;
}

body.news .list-box li .kind.A {
    background: #9fb76e;
    background: -moz-linear-gradient(-45deg, #9fb76e 0%, #88b92c 100%);
    background: -webkit-linear-gradient(-45deg, #9fb76e 0%,#88b92c 100%);
    background: linear-gradient(135deg, #9fb76e 0%,#88b92c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9fb76e', endColorstr='#88b92c',GradientType=1 );
}

body.news .list-box li .kind.B {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed87aa+0,ee4f87+100 */
    background: #ed87aa;
    /* Old browsers */
    background: -moz-linear-gradient(-45deg, #ed87aa 0%, #ee4f87 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #ed87aa 0%,#ee4f87 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #ed87aa 0%,#ee4f87 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed87aa', endColorstr='#ee4f87',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
}

body.news .list-box li.title {
    margin-top: 8px;
    color: #000;
    font-size: 16px;
    /* font-weight: bold; */
    text-shadow: 0 0 0 #ccc,0 0 0 #ccc;
}

/*----------------------------------------- room --------------------------------------*/
body.room .content h1 {
    border-bottom: none;
    position: relative;
}

body.room .content h1#rn, body.room .content h1#rt {
    padding-top: 215px;
    margin-top: -215px;
    z-index: -10;
}

body.room .content h1:after {
    content: "";
    border-bottom: 1px solid #B7B7B7;
    position: absolute;
    left: 0;
    width: 65px;
    bottom: -3px;
}

body.room .main_top:after {
    content: "";
    background: url(../images/all/room_main_bg.png)no-repeat right top;
    position: absolute;
    width: 692px;
    height: 549px;
    right: 0;
    top: 0;
}

body.room .content .room li {
    list-style: none;
}

body.room .content .room .btn-box {
    border-top: none;
    text-align: center;
    margin: 20px 0 0;
}

body.room .content .room .price {
    /* position: absolute; */
    background: #FFF4E4;
    /* right: 0; */
    /* top: -25px; */
    padding: 30px;
    border-radius: 84px;
    text-align: center;
    font-size: 17px;
    float: right;
    clear: both;
    margin-top: -30px;
}

body.room .content .room .price ul {
    margin-bottom: 0px;
}

body.room .content .room .price li {
    line-height: 28px;
}

body.room .content .room .price li.title {
    color: #979131;
}

body.room .content .room .cont {
    color: #C1AA74;
    line-height: 40px;
    font-size: 15px;
    position: relative;
    letter-spacing: 2px;
}

body.room .content .room ul.spec {
    border: 1px solid #E4E5DF;
    padding: 0;
}

body.room .content .room ul.spec li {
    border-bottom: 1px solid #E4E5DF;
    line-height: 50px;
    padding-left: 20px;
}

body.room .content .room h4 {
    padding-left: 15px;
    color: #989136;
    margin: 0;
}

body.room .content .room ul.spec li:nth-last-child(1) {
    border-bottom: none;
}

body.room .content .room .spec2 {
    padding: 0 0 0 30px;
    margin-bottom: 40px;
}

body.room .content .room .spec2 ul {
    margin-bottom: 0;
}

body.room .content .room .spec2 li {
    line-height: 38px;
    background: url(../images/all/li_style.png)no-repeat left center;
    padding-left: 12px;
}

body.room .content .room .btn-box a {
    background: #979035;
    padding: 0;
    color: #fff;
    margin: 5px;
    font-size: 20px;
    display: inline-block;
    min-height: 54px;
    padding-top: 13px;
    float: none;
}

body.room .content .room .btn-box a:nth-last-child(1) {
    background: url(../images/all/btn_bg.jpg)repeat;
}

body.room .content .room .btn-box a:hover {
    animation: pulse 0.5s ease-in-out;
}

body.room .main_ex {
    background: #E4E5DF;
    padding: 20px 0;
    min-height: 420px;
}

body.room.p1 .rnbox ul {
    list-style: none;
}

body.room.p1 .rnbox ul li {
    line-height: 30px;
}

body.room.p1 .rnbox ul li::before {
    content: "．";
    color: #977A34;
}

/*----------------------------------------- wid --------------------------------------*/
.content .wid {
    position: relative;
    z-index: 10;
}

/* wid-home-product */
.content .wid-home-product {
    text-align: center;
}

.content .wid-home-product .bxslider li a, .main_ex .wid .bxslider li a {
    display: block;
}

.content .wid-home-product .bxslider li a:hover , .main_ex .wid .bxslider li a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.5s ;
    -moz-transition: all 0.5s ;
    -ms-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    transition: all 0.5s ;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a {
    width: 24px;
    height: 40px;
    background: url(../images/home/arrow.png) no-repeat;
    display: none;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a.bx-prev {
    left: -24px;
}

.content .wid-home-product .bx-wrapper .bx-controls-direction a.bx-next {
    right: -24px;
    background-position: 0 -40px;
}

/* wid-home-contact */
.content .wid-home-contact ul li {
    color: #717171;
    padding-left: 20px;
    font-size: 12px;
    line-height: 1.8;
}

.content .wid-home-contact ul li.phone {
    font-size: 22px;
    color: #333;
    font-weight: bold;
}

/* jcarousel */
.pic-gallery {
    margin-bottom: 22px;
}

.pic-gallery .pic-pager {
    position: relative;
    background: none;
    margin: -115px auto 0;
    z-index: 999;
}

.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.pic-gallery .pic-pager .jcarousel div {
    overflow: auto;
    width: 20000em;
    position: relative;
    list-style-type: none;
}

.pic-gallery .pic-pager .jcarousel div a {
    float: left;
    padding: 0 9px;
    opacity: 0.5;
}

.pic-gallery .pic-pager .jcarousel div a:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
}

.pic-gallery .pic-pager .jcarousel div a img, .pic-gallery .pic-stage ul li a img {
    width: 100%;
    border: 1px solid #fff;
}

.pic-gallery .pic-pager .jcarousel-control {
    background: url(../images/all/gallery_btn.png) no-repeat;
    display: block;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
}

.pic-gallery .pic-pager .jcarousel-control-prev {
    background-position: -80px 0;
    left: -40px;
}

.pic-gallery .pic-pager .jcarousel-control-next {
    background-position: -120px 0;
    right: -40px;
}

.pic-gallery .pic-pager .jcarousel div a.active {
    opacity: 1;
    -webkit-transition: all 0.5s ;
    -moz-transition: all 0.5s ;
    -ms-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    transition: all 0.5s ;
}

.main_ex .bx-wrapper .bx-controls-direction a {
    background: url(../images/all/jcarousel_btn.png)no-repeat;
    width: 52px;
    height: 78px;
    margin-top: -50px;
}

.main_ex .bx-wrapper a.bx-prev {
    left: -60px;
}

.main_ex .bx-wrapper a.bx-next {
    right: -60px;
    background-position: -58px 0;
}

/*SPA*/
.wbox_1 {
    background-image: url(../images/about/abg.jpg);
    background-color: #939822;
    /* min-height: 50px; */
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    line-height: 30px;
    text-align: center;
}

.wbox_1 img {
    /* border:5px solid #fff; */
}

.wbox_2 {
    background-image: url(../images/all/fw.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-color: #eee;
    padding-top: 13px;
    line-height: 32px;
    padding-bottom: 54px;
}

body.spa .pbox span {
    text-align: center;
    display: block;
    background-color: #A58544;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    color: #fff;
    position: absolute;
    line-height: 30px;
    top: 3px;
    left: 50%;
    margin-left: -20px;
}

h4 {
    color: #A1A43A;
}

body.spa.p3 .wbox_2 {
    line-height: 25px;
    padding-bottom: 15px;
}

/*contact*/
body.contact label {
    margin-bottom: 0;
}

body.contact .content .btn-box {
    border-top: none;
    text-align: center;
    margin: 20px 0 0;
}

body.contact .content .btn-box a {
    background: #979035;
    padding: 0;
    color: #fff;
    margin: 5px;
    font-size: 20px;
    display: inline-block;
    min-height: 54px;
    padding-top: 13px;
    float: none;
}

body.contact .content .btn-box a:nth-last-child(1) {
    background: url(../images/all/btn_bg.jpg)repeat;
}

body.contact .content .btn-box a:hover {
    animation: pulse 0.5s ease-in-out;
}

body.food.p1 .wbox_2 {
    background-image: url(../images/all/fbg.png);
    background-repeat: repeat;
    color: #fff;
    background-color: #D4003B;
}

body.food.p2 .wbox_2 {
    background-image: url(../images/all/fbg.png);
    background-repeat: repeat;
    color: #fff;
    background-color: #C40D23;
}

body.food.p3 .wbox_2 {
    background-image: url(../images/all/fbg.png);
    background-repeat: repeat;
    color: #fff;
    background-color: #000;
}

body.food.p4 .wbox_2 {
    background-image: url(../images/all/fbg.png);
    background-repeat: repeat;
    color: #fff;
    background-color: #7d61a8;
    position: relative;
}

body.food.p4 .wbox_2 span {
    position: absolute;
    left: 30px;
    bottom: 10px;
}

body.trip.p1 .wbox_2 {
    background-image: url(../images/trip/zz.png);
    background-repeat: no-repeat;
    background-position: left 0;
    padding-bottom: 13px;
    margin-bottom: 10px;
}

body.trip.p1 h2 {
    color: #8c9220;
    font-size: 25px;
}

.tbox2 {
    line-height: 30px;
    background-color: #FFF5E1;
    padding: 20px;
    margin-left: -30px;
    margin-top: 30px;
}

.t2 .imgr {
    float: right;
}

.t2 .imgr img {
    margin-left: -30px;
}

.t2 .tbox2 {
    margin-left: 0;
}

.mp {
    margin-top: 100px;
}

.yp2 {
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.fr {
    border: 1px solid #DAD7CF;
    margin-top: -1px;
}

body.rp h4 {
    color: #A1A43A;
    line-height: 25px;
}

ul.tlinebox li {
    margin-left: 22px;
    border-bottom: 1px dotted #eee;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 25px;
    margin-top: 10px;
}

.vmt {
    margin-top: -5px;
}

body.contact .wbox_2 {
    padding-bottom: 30px;
}

.footer .list-inline>li {
    padding-left: 0;
    padding-right: 0;
}

.as p span {
    color: #990;
}

a.t1 {
    color: #b1b1b1;
}

a.t2 {
    color: #868686;
}

a.t1:hover,a.t2:hover {
    color: #b49e55;
}
