@charset "utf-8";
body {}

/*div {border: 1px solid #ff0000;}*/

#containner {
  width: 100%;
  min-width: 640px;
  overflow: hidden;
}
#header {
  width: 100%;
  height: auto;
}
#header #h_top {
  height: 70px;
  background-image: url('../images/logo/logo_text_sm.png');
  background-size: auto auto;
  background-position: 75px 12px;
}
#header #h_logo {
  width: 60px;
  height: 63px;
  background-size: auto 60px;
  margin-top: 5px;
}
#header #h_top #h_right {
  width: 100%;
  margin-top: 5px;
  /*margin-right: 10px;*/
  margin-right: 55px;
}
#header #h_top #h_right #h_phone {
  width: 45px;
  height: 45px;
  background-image: url('../images/logo/logo_phone_sm.png');
  background-size: auto 45px;
  margin-top: 7px;
  margin-left: 10px;
  border-radius: 10px;
}
#header #h_top #h_right #h_iso {
  display: block;
  margin-top: 7px;
}
#header #h_menu {
  display: none;
}
#header #h_menu #menu_top {
  display: none;
}
#header #h_banner {
  width: 100%;
  height: auto;
  top: 0px;
  min-width: 640px;
}
#header #h_banner .banner_img img {
  width: 100vw;
  height: auto;
}

/* prev / next links */
.cycle-prev, .cycle-next {
  width: 70px;
}
.cycle-prev {
  background-size: auto 40px;
}
.cycle-next {
  background-size: auto 40px;
}
/* display paused text on top of paused slideshow */
.cycle-paused:after {}

#h_menu_sm {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #5b5b5b;
}
#menu_top_sm {
  display: block;
  width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}
#menu_top_sm ul {
  position: relative;
  /*float: none;*/
  width: 100%;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#menu_top_sm ul li {
  position: relative;
}
#menu_top_sm ul li a {
  display: block;
  width: 100%;
  height: auto;
  text-align: left;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 50px;
  font-size: 18px;
  text-decoration: none;
  box-sizing: border-box;
  color: #ffffff;
  background-color: #591C74;

}
#menu_top_sm ul li a:hover {
  background-color: #3a144b;
}
#menu_top_sm ul li ul {
  display: none;
  height: auto;
}
#menu_top_sm ul li:hover ul {
  display: block;
  position: relative;
}
#menu_top_sm ul li:hover ul li a {
  display: block;
  float: left;
  background-color: #591C74;
  width: calc(50% - 4px);
  border: 1px solid #ffffff;
  text-align: left;
  font-size: 18px;
  color: #ffffff;
  margin: 0px;
}
#menu_top_sm ul li:hover ul li a:hover {
  background-color: #8b43ab;
}
#menu_top_sm ul li:hover ul li ul {
  display: none;
  height: auto;
}
#menu_top_sm ul li:hover ul li:hover ul {
  display: block;
  position: relative;
  height: auto;
}
#menu_top_sm ul li:hover ul li:hover ul li a {
  display: block;
  float: left;
  background-color: #decadd;
  width: calc(50%-2px);
  border-top: 1px solid #ffffff;
  text-align: left;
  font-size: 18px;
  color: #591C74;
}
#menu_top_sm ul li:hover ul li:hover ul li a:hover {
  background-color: #eedeee;
}

#main {
  top: 0px;
}

#nav {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.content {
  width: 100%;
}
.content_title {
  padding-left: 5px;
  background: none;
}
.content_box {
  padding: 5px;
}

/* index ============================*/
.idx_content {
  width: 100%;
}
.idx_content_title {
  width: calc(100% - 10px);
  margin-left: auto;
  margin-right: auto;
}
.idx_menu {
  width: calc(100% - 10px);
  padding-top: 0px;
  padding-bottom: 0px;
}
.idx_menu ul {
  float: none;
}
.idx_menu li {
  float: left;
  position: relative;
  margin-top: 1px;
  width: 50%;
}
.idx_menu li a {
  display: block;
  height: 75px;
  padding-top: 18px;
  padding-left: 85px;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.69);
  box-sizing: border-box;
  margin: 3px;
  color: #000000;
}
.idx_news_box_l {
  float: left;
  width: calc(50% - 5px);
  height: auto;
  margin-left: 5px;
}
.idx_news_box_l .idx_news_box_l_photo img {
  width: 100%;
  ;
  height: auto;
}
.idx_news_box_l .idx_news_box_l_photo {
  width: auto;
  ;
  height: auto;
}
.idx_news_box_r {
  float: right;
  width: 50%;
  height: auto;
}

.pg_box {
  float: left;
  width: 50%;
  padding: 5px;
  margin: 0px;
  box-sizing: border-box;
}
.pg_box_photo img {
  width: 100%;
  height: auto;
}
.pg_box_photo {
  width: auto;
  height: 200px;
}

.pg_box_list {
  padding: 10px;
}
.pg_box_photo_list img {
  width: 240px;
  height: auto;
}
.pg_box_photo_list {
  width: 240px;
  height: 137px;
}
.pg_box_txt_list {
  width: calc(100% - 260px);
  height: auto;
}

.gl_box {
  float: left;
  width: 50%;
  height: 280px;
  padding: 5px;
  margin: 0px;
  box-sizing: border-box;
}
.gl_box_photo img {
  width: 100%;
  height: auto;
}
.gl_box_photo {
  width: auto;
  height: 220px;
}
.gl_box_txt {
  width: 100%;
  height: 50px;
  margin-top: 1px;
  padding: 5px;
  box-sizing: border-box;
}


/* Footer */
#footer {}
.footer_box {
  width: 100%;
}
#menu_footer ul {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
}
#menu_footer ul li {
  margin-left: -10px;
}



/* news =============================*/
.news_photo_full img {
  width: 90%;
}
.news_box {
  width: calc(100% - 10px);
  padding: 10px;
  margin: 0 0 5px 0;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.news_list_photo img {
  width: 240px;
  height: auto;
}
.news_list_photo {
  width: 240px;
  height: 160px;
  float: left;
}
.news_list_txt {
  width: calc(100% - 260px);
  float: roght;
}

/* package ===========================*/
.pg_photo_full img {
  width: 90%;
}

/* gallery ===========================*/
.gl_p_box {
  float: left;
  width: calc(50% - 10px);
  padding-right: 5px;
  padding-left: 5px;
}
.gl_p_photo img {
  left: 0px;
  width: 100%;
}
.gl_p_photo {
  width: auto;
  height: auto;
  overflow: none;
}

/* medical ===========================*/
.md_box {
  position: relative;
  float: left;
  width: calc(50% - 16px);
}
.md_photo img {
  width: 100%;
  height: auto;
}
.md_photo {
  width: auto;
  height: 150px;

}
/* promotion =========================*/
.pm_box {
  float: left;
  width: 50%;
  padding: 5px;
  margin: 0px;
  box-sizing: border-box;
}
.pm_box_photo img {
  width: 100%;
}
.pm_box_photo {
  width: auto;
  height: 200px;
}
.pm_box_list {
  padding: 10px;
}
.pm_box_photo_list img {
  width: 240px;
  height: auto;
}
.pm_box_photo_list {
  width: 240px;
  height: 137px;
}
.pm_box_txt_list {
  width: calc(100% - 260px);
  height: auto;
}

/* content ===========================*/
.ct_box {
  width: 100%;
  padding: 20px;
  margin: 0 0 5px 0;
  float: none;
}

/* contact ===========================*/
.cont_txt {
  width: 100%;
  float: none;
}
.cont_from {
  width: 100%;
  float: none;
  margin-left: 0%;
  padding: 20px;
}
.cont_from input[type="text"] {
  width: 100%;
}
.cont_from textarea[type="text"] {
  width: calc(100% - 5px);
}
.cont_from p {
  margin: 0;
}

/* room =============================*/
.r_box {
  width: calc(100% - 10px);
  height: auto;
  overflow: auto;
  padding: 5px;
  margin: 0 0 10px 0;
  float: left;
}
.r_list_photo img {
  width: 320px;
}
.r_list_photo {
  width: 320px;
  height: auto;
  float: left;
}
.r_list_txt {
  width: calc(100% - 340px);
  float: right;
}
.r_p_box {
  float: left;
  width: calc(50% - 10px);
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 10px;
}
.r_p_photo img {
  width: 100%;
  height: auto;
}
.r_p_photo {
  width: auto;
  height: auto;
}

/* facility =========================*/
.fc_box {
  width: 100%;
  padding: 5px;
  margin: 0px;
  float: none;
}
.fc_box .f_list_photo img {
  width: 320px;
}
.fc_box .f_list_photo {
  width: 320px;
  float: left;
}
.fc_box .f_list_txt {
  width: calc(100% - 340px);
  float: right;
}
.fc_box .f_full_photo img {
  width: 90%;
}

/* card =============================*/
.c_box {
  width: 100%;
  padding: 5px;
}
.c_box_list {
  width: 100%;
  padding: 5px;
}
.c_box_list_photo img {
  width: 320px;
}
.c_box_list_photo {
  float: left;
  width: 320;
}
.c_box_list_txt {
  float: right;
  width: calc(100% - 340px);
}

/* award ========================== */
.w_box {
  width: 100%;
  padding: 20px;
}
.w_box_list {
  width: 100%;
  padding: 5px;
}
.w_box_list_photo img {
  width: 320px;
}
.w_box_list_photo {
  float: left;
  width: 320px;
}
.w_box_list_txt {
  float: right;
  width: calc(100% - 340px);
}

/* job =============================*/
.j_box {
  width: 100%;
  padding: 5px;
}
.j_box_detail {
  width: 100%;
  padding: 5px;
}

/* table */
.j_tb {
  font-size: 14px;
  color: #333333;
  border-width: 1px;
  border-color: #666666;
  border-collapse: collapse;
}
.j_tb th {
  height: auto;
  padding: 7px;
  background-color: #f2f2f2;
  border-top: 3px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.j_tb td {
  height: auto;
  padding: 7px;
  border-bottom: 1px solid #ddd;
}
.j_tb th:nth-child(1), .j_tb td:nth-child(1) {
  display: none;
}
.j_from {
  width: 100%;
  padding: 20px;
}
.j_from textarea {
  width: calc(100% - 180px);
  height: 150px;
  margin-bottom: 5px;
}
.j_from p {
  padding: 0 10px 0 10px;
  margin: 5px 0;
}

.black-ribbon {
  position: fixed;
  z-index: 9999;
  width: 70px;
}
@media only all and (min-width: 768px) {
  .black-ribbon {
    width: auto;
  }
}
.stick-left {
  left: 0;
}
.stick-right {
  right: 0;
}
.stick-top {
  top: 0;
}
.stick-bottom {
  bottom: 0;
}

/*chinese-spa**************************/
.ch_box1 .ch_box1_photo{
  width: 180px;
}
.ch_box1 .ch_box1_photo .ch_box1_img img{
  width: 180px;
}
.ch_box1 .ch_box1_photo .ch_box1_img{
  width: 180px;
  height: 120px;
}
.ch_box1 .ch_box1_txt{
  width: calc(100% - 200px);
}

.ch_box2 .ch_box2_photo{
  width: 240px;
}
.ch_box2 .ch_box2_photo .ch_box2_img img{
  width: 240px;
}
.ch_box2 .ch_box2_photo .ch_box2_img{
  width: 240px;
  height: 143px;
}
.ch_box2 .ch_box2_txt{
  width: calc(100% - 260px);
}

.ch_box3{
  width: 270px;
  height: 300px;
}
.ch_box3 .ch_box3_photo{
  width: 270px;
  height: 168px;
}
.ch_box3 .ch_box3_photo .ch_box3_img img{
  width: 270px;
}
.ch_box3 .ch_box3_photo .ch_box3_img{
  width: 270px;
  height: 168px;
}
.ch_box3 .ch_box3_txt{
  width: 100%;
  height: 100px;
}

.ch_img_full img{
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
}
