@charset "utf-8";
/* css reset www.admin10000.com */
html {
  font-size: 10px;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
body {
  background: #fff;
  color: #555;
  font-size: 1.4rem;
  font-family: "Microsoft Yahei";
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
i,
b,
u,
strong,
th,
var {
  font-style: normal;
}
a {
  color: #555;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #333;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  font: 14px "Microsoft Yahei";
}
table {
  border-collapse: collapse;
}
/* css common */
.clearfix:after,
.clearfix:before {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.con {
  width: 95%;
  margin: 0 auto 1.6rem;
  background: #fff;
}
.header {
  padding: 0.2rem 0.35rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 66;
}
.header .logo img {
  max-width: 60%;
}
.header .icon_cd {
  margin-top: 0.1rem;
}
.header .icon_cd img {
  width: 1rem;
}
.nav {
  position: absolute;
  top: 100%;
  right: -100%;
  width: 5rem;
  z-index: 33;
  background: #947855;
  transition: all 0.5s;
}
.nav.on {
  right: 0;
}
.nav li {
  border-bottom: solid 1px #a08768;
}
.nav li a {
  display: block;
  text-align: center;
  line-height: 3;
  font-size: 0.36rem;
  color: #fff;
}
.banner {
  margin-top: 1.6rem;
}
.banner .am-slider-b2 .am-direction-nav .am-nav-prev a {
  width: 63px;
  height: 48px;
  left: 16px;
  background: url("../images/banner_left.png") no-repeat center;
  background-size: 75%;
}
.banner .am-slider-b2 .am-direction-nav .am-nav-prev a:before {
  display: none;
}
.banner .am-slider-b2 .am-direction-nav .am-nav-next a {
  width: 63px;
  height: 48px;
  right: 16px;
  background: url("../images/banner_right.png") no-repeat center;
  background-size: 75%;
}
.banner .am-slider-b2 .am-direction-nav .am-nav-next a:before {
  display: none;
}
.Hotel_introduction {
  margin: 0.55rem auto;
}
.Hotel_introduction h3 {
  text-align: center;
  color: #989898;
  font-size: 0.36rem;
  text-transform: uppercase;
}
.Hotel_introduction h4 {
  text-align: center;
  line-height: 1.2;
  font-size: 0.4rem;
  color: #000000;
}
.Hotel_introduction .Hotel_introduction_left {
  width: 100%;
}
.Hotel_introduction .Hotel_introduction_left .Hotel_introduction_text {
  margin-top: 0.2rem;
  font-size: 0.36rem;
  color: #464646;
  line-height: 2;
  /*
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  */
  text-align: justify;
}
.conference_room {
  margin: 0.55rem auto;
}
.conference_room h3 {
  text-align: center;
  color: #989898;
  font-size: 0.36rem;
  text-transform: uppercase;
}
.conference_room h4 {
  text-align: center;
  line-height: 1.2;
  font-size: 0.4rem;
  color: #000000;
}
.conference_room .conference_room_list {
  margin: 0.35rem auto;
}
.conference_room .conference_room_list li {
  float: left;
  width: 48.5%;
  text-align: center;
  margin-left: 3%;
}
.conference_room .conference_room_list li:hover p {
  color: #937149;
}
.conference_room .conference_room_list li img {
  height: 3.5rem;
  width: 100%;
}
.conference_room .conference_room_list li p {
  line-height: 3.5;
  font-size: 0.36rem;
  color: #3b3b3b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
}
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #947855;
}
.footer li {
  float: left;
  width: 25%;
  border-right: solid 0.5px #a2896b;
}
.footer li a {
  display: block;
  text-align: center;
  font-size: 0.36rem;
  line-height: 3;
  color: #fff;
}
.ny_content {
  padding: 0.35rem 0;
}
.ny_content .ny_about_text {
  text-align: justify;
  line-height: 1.8;
  font-size: 0.36rem;
  color: #464646;
}
.ny_list {
  margin: 0.5rem auto;
  white-space: nowrap;
  overflow-x: auto;
  text-align: center;
  height: 1rem;
}
.ny_list li {
  margin: 0 0.1rem;
  display: inline-block;
  vertical-align: middle;
  border: solid 1px #b3b2b6;
  border-radius: 25px;
}
.ny_list li.on {
  background: #947855;
  border: solid 1px #947855;
}
.ny_list li.on a {
  color: #fff;
}
.ny_list li a {
  color: #b3b2b6;
  display: block;
  font-size: 15px;
  padding: 0.15rem 0.75rem;
}
.ny_content_list {
  margin: 0.35rem auto 0;
}
.ny_content_list li {
  float: left;
  width: 48.5%;
  text-align: center;
  margin-left: 3%;
}
.ny_content_list li:hover p {
  color: #937149;
}
.ny_content_list li img {
  height: 3.5rem;
  width: 100%;
}
.ny_content_list li p {
  line-height: 3.5;
  font-size: 14px;
  color: #3b3b3b;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.5s;
}
.page {
  width: 100%;
  margin: 15px auto;
  text-align: center;
}
.page > a {
  display: inline-block;
  padding: 0 0.25rem;
  text-align: center;
  border: solid 1px #efefef;
  margin: 0 0.3%;
  line-height: 2;
  color: #404040;
  background-color: #fcfcfc;
}
.page span {
  display: inline-block;
  padding: 0 0.25rem;
  text-align: center;
  border: solid 1px #947855;
  margin: 0 0.3%;
  background-color: #947855;
  color: #fff;
  line-height: 2;
}
.ny_content_news_list {
  width: 90%;
  margin: 0 auto;
}
.ny_content_news_list li {
  border-bottom: solid 1px #d9d9d9;
  background: url("../images/icon_jt.png") no-repeat left center;
}
.ny_content_news_list li a {
  display: block;
  padding-left: 0.5rem;
  font-size: 0.36rem;
  color: #464646;
  line-height: 3.5;
}
.ny_content_info {
  padding: 0.35rem 0;
}
.ny_content_info h3 {
  font-size: 0.4rem;
  color: #1b1b1b;
  text-align: center;
}
.ny_content_info h6 {
  font-size: 0.36rem;
  border-bottom: solid 1px #d9d9d9;
  color: #464646;
  text-align: center;
  padding: 0.1rem 0;
}
.ny_content_info .ny_content_info_text {
  text-align: justify;
  font-size: 0.36rem;
  color: #464646;
  padding: 0.25rem 0;
}
img {
  max-width: 100%;
}
.pages_list {
  border-top: solid 1px #d9d9d9;
  margin: 0.25rem auto;
  padding: 0.25rem  0;
}
.pages_list li {
  line-height: 2;
  font-size: 0.36rem;
  color: #464646;
}
.pages_list li a {
  color: #464646;
}
.Internet_booking_top {
  border: solid 1px #e3d7ca;
  background: #f3f0ec;
  padding: 0.35rem ;
  margin: 0.35rem auto 0.2rem;
}
.Internet_booking_top h3 {
  font-size: 0.4rem;
  color: #000000;
  font-weight: bold;
}
.Internet_booking_top p {
  background: url("../images/icon_d.png") no-repeat left top 8px;
  font-size: 0.36rem;
  color: #464646;
  padding-left: 0.35rem;
  line-height: 1.8;
  text-align: justify;
}
.Internet_booking_list li {
  margin-bottom: 0.2rem;
}
.Internet_booking_list li span {
  width: 80px;
  text-align: right;
  font-size: 0.36rem;
  color: #464646;
  display: inline-block;
  vertical-align: middle;
}
.Internet_booking_list li input[type='text'] {
  width: 7rem;
  height: 0.9rem;
  background: #f2f2f2;
  border: solid 1px #d4d4d4;
  border-radius: 5px;
  padding-left: 10px;
}
.Internet_booking_list li input[type='date'] {
  width: 7rem;
  height: 0.9rem;
  background: #f2f2f2;
  border: solid 1px #d4d4d4;
  border-radius: 5px;
  padding-left: 10px;
}
.Internet_booking_list li select {
  width: 7rem;
  height: 0.9rem;
  background: #f2f2f2;
  border: solid 1px #d4d4d4;
  border-radius: 5px;
  padding-left: 10px;
}
.Internet_booking_list li label {
  font-weight: normal;
  margin: 0 15px 0 0;
  line-height: 2.4;
  width: 3rem;
  font-size: 0.36rem;
  text-align: left;
}
.Internet_booking_list li label input[type='radio'] {
  width: 24px;
  height: 21px;
  background: #f2f2f2;
  border: solid 1px #d4d4d4;
  border-radius: 5px;
  padding-left: 10px;
  vertical-align: middle;
  display: inline-block;
  margin: 0 5px;
}
.Internet_booking_list li label i {
  display: inline-block;
  vertical-align: middle;
}
.Internet_booking_list li textarea {
  width: 7rem;
  height: 3rem;
  background: #f2f2f2;
  border: solid 1px #d4d4d4;
  border-radius: 5px;
  padding-left: 10px;
  resize: none;
}
.Internet_booking_list li .yzm_input {
  width: 2rem!important;
}
.Internet_booking_list li .yzm {
  height: 0.9rem;
}
.Internet_booking_list li .Internet_btn {
  width: 3rem;
  height: 0.9rem;
  border: none;
  font-size: 0.365rem;
  color: #fff;
  border-radius: 5px;
  margin: 0.2rem 0.1rem;
}
.Internet_booking_list li .submit {
  background: #947855;
}
.Internet_booking_list li .reset {
  background: #525252;
}
.input_radio {
  padding-left: 2.2rem;
}
.Internet_title {
  margin: 0.1rem auto 0.35rem;
  width: 100%;
  text-align: center;
  font-size: 0.38rem;
  color: #464646;
  font-weight: bold;
  padding: 0.15rem 0;
  background: #f3f0ec;
}
