* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Microsoft Yahei";
}

body,
html {
  background: #fff;
  min-width: 1200px;
}

img {
  border-width: 0;
  border: none;
  display: block;
  margin: 0 auto;
}

input:not([type="radio"]),
input:not([type="file"]),
button,
textarea {
  outline: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

ul,
ol,
li,
dl,
dt,
dd {
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cb:after {
  clear: both;
  content: "";
  display: block;
}

.cb:before {
  clear: both;
  content: "";
  display: block;
}

.inner {
  width: 1280px;
  margin: 0 auto;
}

.bgcc {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.table {
  display: table;
  width: 100%;
  height: 100%;
}

.table .table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.page {
  position: relative;
  overflow: hidden;
}

.img_wrap img {
  width: 100%;
/*  height: 100%;*/
}

/* init */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  height: 165px;
  z-index: 3;
}

.header .hedaer_top {
  height: 55px;
  line-height: 55px;
  font-size: 14px;
}

.header .hedaer_top span {
  padding-left: 42px;
}

.header .hedaer_bottom .left {
  margin-top: 9px;
}

.header .hedaer_bottom .right {
  margin-top: 22px;
}

.header .hedaer_bottom .right .img_wrap {
  float: left;
  margin-left: 13px;
  width: 21px;
  height: 21px;
}

.header .hedaer_bottom .right .img_wrap:nth-of-type(1) {
  margin-left: 0;
}

.nav {
  margin-left: 99px;
}

.nav li {
  float: left;
  width: 120px;
  text-align: center;
  line-height: 38px;
  margin-top: 14px;
}

.nav li.active {
  background: #bd8b56;
}

.banner {
  position: relative;
}

.banner .slide {
  height: 850px;
}

.banner .search_container {
  width: 1280px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
  position: absolute;
  top: 295px;
}

.banner .search_container .t1 {
  line-height: 128px;
  text-align: center;
  font-size: 70px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.banner .search_wrap {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  width: 646px;
  height: 68px;
  background: rgba(255, 255, 255, 0.6);
  margin: auto;
  border-radius: 34px;
  padding-left: 37px;
  padding-top: 11px;
}

.banner .search_wrap input {
  display: block;
  float: left;
}

.banner .search_wrap input[type="text"] {
  width: 419px;
  height: 48px;
  background: none;
  border: none;
  border-bottom: 1px dashed #fff;
  color: #fff;
  font-size: 16px;
}

.banner .search_wrap input[type="text"]:placeholder {
  color: #fff;
}

.banner .search_wrap input[type="text"]:-moz-placeholder {
  color: #fff;
}

.banner .search_wrap input[type="text"]:-ms-input-placeholder {
  color: #fff;
}

.banner .search_wrap input[type="text"]::-moz-placeholder {
  color: #fff;
}

.banner .search_wrap input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}

.banner .search_wrap input[type="image"] {
  margin-left: 43px;
  cursor: pointer;
}

.banner_down {
  padding-bottom: 20px;
  /* .banner_down_wrapper {} */
}

.banner_down .banner_down_container {
  height: 200px;
  background: #bd8b56;
}

.banner_down .inner {
  position: relative;
}

.banner_down .left {
  width: 1000px;
  height: 200px;
  background: #1f1f1f;
  position: absolute;
  top: 20px;
  right: 800px;
}

.banner_down .w480 {
  float: right;
  height: 200px;
  width: 480px;
  color: #fff;
}

.banner_down .w480 .t1 {
  line-height: 52px;
  font-size: 40px;
}

.banner_down .w480 .t2 {
  line-height: 44px;
  font-size: 25px;
}

.banner_down .w480 .t3 {
  line-height: 30px;
  color: #747474;
  font-size: 14px;
}

.banner_down .banner_down_form_wrap {
  padding-top: 40px;
  padding-right: 189px;
  position: relative;
}

.banner_down .banner_down_form_wrap .item {
  width: 200px;
  float: left;
  margin-left: 10px;
  position: relative;
  z-index: 3;
}

.banner_down .banner_down_form_wrap .item.w141 {
  width: 141px;
}

.banner_down .banner_down_form_wrap .item.abs {
  right: 0;
  position: absolute;
  z-index: 2;
  top: 87px;
}

.banner_down .banner_down_form_wrap .item.abs input {
  cursor: pointer;
  height: 54px;
  background: #1f1e19;
  color: #fff;
  font-size: 18px;
}

.banner_down .banner_down_form_wrap .item input {
  width: 100%;
  height: 42px;
  background: #fff;
  display: block;
  padding-left: 17px;
  font-size: 14px;
  border: none;
  background: #fff;
}

.banner_down .banner_down_form_wrap .item input:placeholder {
  color: #bbbbbb;
}

.banner_down .banner_down_form_wrap .item input:-moz-placeholder {
  color: #bbbbbb;
}

.banner_down .banner_down_form_wrap .item input:-ms-input-placeholder {
  color: #bbbbbb;
}

.banner_down .banner_down_form_wrap .item input::-moz-placeholder {
  color: #bbbbbb;
}

.banner_down .banner_down_form_wrap .item input::-webkit-input-placeholder {
  color: #bbbbbb;
}

.banner_down .banner_down_form_wrap .item .item_title {
  font-size: 16px;
  color: #fff;
  line-height: 53px;
}

/*  */
.index_title_wrap {
  padding-left: 564px;
}

.index_title_wrap img {
  margin-left: 0;
}

.index_title_wrap .index_title_container {
  position: relative;
}

.index_title_wrap .index_title_text_wrap {
  position: absolute;
  left: 160px;
  top: 57px;
}

.index_title_wrap .en {
  text-transform: uppercase;
  line-height: 29px;
  color: #1f1e19;
  font-size: 25px;
}

.index_title_wrap .cn {
  margin-left: -35px;
  line-height: 34px;
  color: #bd8b56;
  font-size: 25px;
}

.hotels_interior {
  padding-top: 110px;
}

.hotels_interior .container {
  margin-top: 50px;
}

.hotels_interior .container .left {
  width: 590px;
  padding-top: 126px;
}

.hotels_interior .container .left .t1 {
  line-height: 34px;
  color: #1f1f1f;
  font-size: 30px;
}

.hotels_interior .container .left .t2 {
  line-height: 27px;
  font-size: 18px;
  color: #1f1f1f;
}

.hotels_interior .container .left .text {
  margin-top: 98px;
  font-size: 14px;
  line-height: 27px;
  overflow: hidden;
  height: 81px;
  color: #888888;
  margin-bottom: 42px;
}

.hotels_interior .container .left .read_more {
  color: #888888;
  border: 1px solid #888888;
  width: 178px;
  height: 47px;
  display: block;
  text-align: center;
  line-height: 45px;
  text-transform: uppercase;
}

.hotels_interior .container .inner {
  position: relative;
  height: 586px;
}

.hotels_interior .hotels_container_right {
  width: 51.92708%;
  height: 586px;
  /* background: red; */
  float: right;
  position: relative;
}

.hotels_interior .hotels_container_right .bx-wrapper {
  height: 100%;
}

.hotels_interior .hotels_container_right img {
  width: auto;
  max-width: 1500px;
}

.hotels_interior .hotels_container_right .line {
  position: absolute;
  width: 49px;
  height: 587px;
  background: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 3;
}

.hotels_interior .hotels_container_right .bx-prev {
  left: 57px;
  top: 36px;
  background-image: url("../images/img11.png");
  width: 46px;
  height: 46px;
}

.hotels_interior .hotels_container_right .bx-next {
  left: 57px;
  width: 46px;
  height: 46px;
  top: 90px;
  background-image: url("../images/img12.png");
}

.hotels_interior .hotels_container_right .bx-prev:hover,
.hotels_interior .hotels_container_right .bx-next:hover {
  background-position: center;
}

/*  */
.guest_rooms {
  margin-top: 90px;
}

.guest_rooms .title_text {
  margin-top: 26px;
  color: #888888;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 45px;
  text-align: center;
}

.guest_rooms .bx-viewport {
  overflow: visible !important;
}

.guest_rooms .guest_rooms_sw,
.guest_rooms .bx-wrapper {
  position: relative;
  /*    padding: 0 77px; */
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /*         .btnx{
            width: 895px;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            margin: auto;
        } */
}

.guest_rooms .guest_rooms_sw .swiper-slide,
.guest_rooms .guest_rooms_sw .slider9,
.guest_rooms .bx-wrapper .swiper-slide,
.guest_rooms .bx-wrapper .slider9 {
  opacity: 0.5;
  position: relative;
  height: 570px;
  overflow: hidden;
}

.guest_rooms .guest_rooms_sw .swiper-slide img,
.guest_rooms .guest_rooms_sw .slider9 img,
.guest_rooms .bx-wrapper .swiper-slide img,
.guest_rooms .bx-wrapper .slider9 img {
  height: 526px;
  width: 673px;
}

.guest_rooms .guest_rooms_sw .swiper-slide .text_wrap,
.guest_rooms .guest_rooms_sw .slider9 .text_wrap,
.guest_rooms .bx-wrapper .swiper-slide .text_wrap,
.guest_rooms .bx-wrapper .slider9 .text_wrap {
  width: 644px;
  background: #fff;
  text-align: center;
  padding-top: 47px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  opacity: 0;
  max-width: 90%;
}

.guest_rooms .guest_rooms_sw .swiper-slide .text_wrap .t1,
.guest_rooms .guest_rooms_sw .slider9 .text_wrap .t1,
.guest_rooms .bx-wrapper .swiper-slide .text_wrap .t1,
.guest_rooms .bx-wrapper .slider9 .text_wrap .t1 {
  line-height: 23px;
  font-size: 18px;
  color: #1f1f1f;
}

.guest_rooms .guest_rooms_sw .swiper-slide .text_wrap .t2,
.guest_rooms .guest_rooms_sw .slider9 .text_wrap .t2,
.guest_rooms .bx-wrapper .swiper-slide .text_wrap .t2,
.guest_rooms .bx-wrapper .slider9 .text_wrap .t2 {
  line-height: 17px;
  color: #1f1f1f;
  font-size: 14px;
  margin-bottom: 20px;
}

.guest_rooms .guest_rooms_sw .swiper-slide .text_wrap .text,
.guest_rooms .guest_rooms_sw .slider9 .text_wrap .text,
.guest_rooms .bx-wrapper .swiper-slide .text_wrap .text,
.guest_rooms .bx-wrapper .slider9 .text_wrap .text {
  line-height: 27px;
  height: 54px;
  overflow: hidden;
  width: 500px;
  margin: auto;
  color: #888888;
}

.guest_rooms .guest_rooms_sw .swiper-slide-active,
.guest_rooms .bx-wrapper .swiper-slide-active {
  opacity: 1;
}

.guest_rooms .guest_rooms_sw .swiper-slide-active .text_wrap,
.guest_rooms .bx-wrapper .swiper-slide-active .text_wrap {
  opacity: 1;
}

.guest_rooms .guest_rooms_sw .guest_rooms_sw_prev,
.guest_rooms .guest_rooms_sw .guest_rooms_sw_next,
.guest_rooms .guest_rooms_sw .bx-prev,
.guest_rooms .guest_rooms_sw .bx-next,
.guest_rooms .bx-wrapper .guest_rooms_sw_prev,
.guest_rooms .bx-wrapper .guest_rooms_sw_next,
.guest_rooms .bx-wrapper .bx-prev,
.guest_rooms .bx-wrapper .bx-next {
  width: 77px;
  height: 526px;
  top: 0;
  position: absolute;
  z-index: 3;
  margin-top: 0;
  cursor: pointer;
}

.guest_rooms .guest_rooms_sw .guest_rooms_sw_prev,
.guest_rooms .guest_rooms_sw .bx-prev,
.guest_rooms .bx-wrapper .guest_rooms_sw_prev,
.guest_rooms .bx-wrapper .bx-prev {
  left: -77px;
}

.guest_rooms .guest_rooms_sw .guest_rooms_sw_next,
.guest_rooms .guest_rooms_sw .bx-next,
.guest_rooms .bx-wrapper .guest_rooms_sw_next,
.guest_rooms .bx-wrapper .bx-next {
  right: -77px;
}

.guest_rooms .guest_rooms_sw .bx-prev,
.guest_rooms .bx-wrapper .bx-prev {
  left: 0;
  background: url("../images/img14.png");
}

.guest_rooms .guest_rooms_sw .bx-next,
.guest_rooms .bx-wrapper .bx-next {
  right: 0;
  background: url("../images/img15.png");
}

.guest_rooms .btnx {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 913px;
}

/*  */
.food {
  padding-top: 101px;
  position: relative;
}

.food .index_title_wrap {
  padding-left: 0;
}

.food .inner {
  position: relative;
  z-index: 3;
}

.food .abs {
  position: absolute;
  right: 0;
  top: 0;
}

.food .food_container {
  background: url("../images/img17.png");
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 40px;
  margin-top: 50px;
  min-height: 324px;
  position: relative;
  z-index: 4;
}

.food .food_container .inner li {
  width: 414px;
  float: left;
  height: 470px;
  border-bottom: 3px solid #bd8b56;
  margin-right: 19px;
}

.food .food_container .inner li:nth-of-type(3n) {
  margin-right: 0;
}

.food .food_container .inner li .img_wrap {
  width: 414px;
  height: 244px;
  margin-bottom: 75px;
  position: relative;
  overflow: hidden;
}

.food .food_container .inner li .img_wrap .mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: scale(0, 0) rotateX(-180deg);
  transform: scale(0, 0) rotateX(-180deg);
}

.food .food_container .inner li .img_wrap .mask img {
  width: 54px;
  height: 54px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.food .food_container .inner li .text_wrap {
  padding: 0 30px;
}

.food .food_container .inner li .text_wrap .title {
  color: #1f1e19;
  font-size: 18px;
  line-height: 27px;
}

.food .food_container .inner li .text_wrap .text {
  line-height: 22px;
  margin-top: 20px;
  color: #888;
  font-size: 14px;
  height: 66px;
  overflow: hidden;
}

.food .food_container .inner li:hover {
  border-bottom: 3px solid #1f1e19;
}

.food .food_container .inner li:hover .img_wrap .mask {
  -webkit-transform: scale(1, 1) rotateX(0deg);
  transform: scale(1, 1) rotateX(0deg);
}

.news_center {
  height: 931px;
  margin-top: 90px;
  padding-top: 72px;
}

.news_center .index_title_wrap * {
  color: #fff;
}

.news_center .inner {
  border-bottom: 3px solid #bd8b56;
}

.news_center .container {
  margin-top: 55px;
}

.news_center .container li {
  float: left;
  width: 640px;
  height: 320px;
}

.news_center .container li .item {
  position: relative;
  width: 320px;
  height: 320px;
  float: left;
}

.news_center .container li .text_container img {
  position: relative;
  z-index: 3;
}

.news_center .container li .text_wrap {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-top: 52px;
  padding-right: 46px;
}

.news_center .container li .text_wrap .t1 {
  line-height: 31px;
  color: #fff;
  opacity: 0.5;
  font-size: 14px;
  margin-bottom: 14px;
  height: 31px;
}

.news_center .container li .text_wrap .t2 {
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  height: 27px;
  margin-bottom: 18px;
}

.news_center .container li .text_wrap .t3 {
  color: #fff;
  opacity: 0.5;
  height: 44px;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
  margin-bottom: 25px;
}

.news_center .container li .text_wrap .btn {
  color: #fff;
  border: 1px solid #fff;
  width: 178px;
  height: 47px;
  display: block;
  text-align: center;
  line-height: 45px;
  text-transform: uppercase;
}

.news_center .container li:nth-of-type(2n) .img_wrap {
  float: left;
}

.news_center .container li:nth-of-type(2n) .text_container {
  float: right;
}

.news_center .container li:nth-of-type(2n) .text_container img {
  margin-left: -23px;
}

.news_center .container li:nth-of-type(2) .btn, .news_center .container li:nth-of-type(3) .btn {
  color: #bd8b56;
  border: 1px solid #bd8b56;
  width: 178px;
  height: 47px;
  display: block;
  text-align: center;
  line-height: 45px;
  text-transform: uppercase;
}

.footer {
  background: #000000;
  padding-top: 46px;
  padding-bottom: 54px;
}

.footer .address {
  line-height: 22px;
  color: #6d6d6d;
  font-size: 14px;
  text-align: center;
  margin-top: 33px;
}

.footer .tel {
  text-align: center;
  margin-top: 9px;
  line-height: 35px;
  color: #bd8b56;
  font-size: 30px;
  font-weight: bold;
}

.footer .tel img {
  display: inline-block;
  vertical-align: top;
  margin-right: 9px;
}

.footer .footer_nav {
  text-align: center;
  color: #fff;
  line-height: 0;
  margin-top: 31px;
  font-size: 0;
  margin-bottom: 15px;
  letter-spacing: -4px;
}

.footer .footer_nav a {
  display: inline-block;
  line-height: 25px;
  height: 25px;
  position: relative;
  padding: 0 27px;
  font-size: 16px;
  letter-spacing: 0px;
}

.footer .footer_nav a:after {
  position: absolute;
  background: #5a5a5a;
  width: 1px;
  height: 12px;
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.footer .footer_nav a:last-of-type:after {
  display: none;
}

.footer .box {
  width: 900px;
  margin: auto;
  line-height: 22px;
  font-size: 14px;
  color: #6d6d6d;
}

.footer .box span {
  padding-left: 35px;
}

.er_banner {
  height: 582px;
  position: relative;
}

.er_banner .slide {
  height: 582px;
}

.er_banner .search_container {
  top: 250px;
}

.er_banner_down .left {
  background: #bd8b56;
}

.er_banner_down .left .t1 {
  text-transform: uppercase;
}

.er_banner_down .left .t3 {
  color: #f2c18d;
}

.er_banner_down .left .t3 img {
  display: inline-block;
  vertical-align: top;
}

.er_banner_down .banner_down_container {
  background: #1f1f1f;
}

.er_banner_down .er_btn_wrap {
  padding-top: 74px;
}

.er_banner_down .er_btn {
  float: left;
  width: 120px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  color: #fff;
  margin-left: 12px;
  font-size: 18px;
  background-image: url("../images/img34.png");
}

.er_banner_down .er_btn a {
  display: block;
}

.er_banner_down .er_btn.active {
  color: #1f1f1f;
  background: #fff;
}

/*  */
.food_ul {
  padding-top: 90px;
  padding-bottom: 15px;
}

.food_ul li {
  float: left;
  width: 614px;
  height: 480px;
  margin-bottom: 40px;
  position: relative;
}

.food_ul li:nth-of-type(2n) {
  float: right;
}

.food_ul li .mask {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  margin: auto;
  border: 3px solid #fff;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: scale(0, 0) rotateX(-180deg);
  transform: scale(0, 0) rotateX(-180deg);
}

.food_ul li .mask .text_wrap {
  height: 152px;
  background: rgba(0, 0, 0, 0.7);
  right: 27px;
  left: 27px;
  bottom: 27px;
  margin: auto;
  position: absolute;
  padding: 27px 27px 0 27px;
}

.food_ul li .mask .text_wrap .t1 {
  line-height: 27px;
  color: #f2c18d;
  font-size: 18px;
}

.food_ul li .mask .text_wrap .t2 {
  line-height: 23px;
  color: #fff;
  font-size: 14px;
  margin-bottom: 25px;
  height: 23px;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.food_ul li .mask .text_wrap .line {
  height: 1px;
  background: #676767;
  width: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.food_ul li .mask .text_wrap .more {
  line-height: 49px;
  font-size: 14px;
  color: #fff;
  text-align: right;
}

.food_ul li:hover .mask {
  -webkit-transform: scale(1, 1) rotateX(0deg);
  transform: scale(1, 1) rotateX(0deg);
}

.food_ul li:hover .mask .line {
  width: 100%;
}

.er_food_container {
  padding-bottom: 90px;
}

.my_pagination {
  font-size: 0;
  line-height: 0;
  text-align: center;
  letter-spacing: -4px;
}

.my_pagination a {
  display: inline-block;
  line-height: 34px;
  min-width: 34px;
  letter-spacing: normal;
  margin: 0 4px;
  font-size: 14px;
}

.my_pagination .num {
  background: #efeeee;
  color: #3d3d3d;
  border-radius: 50%;
}

.my_pagination .active {
  background: #bd8b56;
  color: #fff;
}

.my_pagination .prev_next {
  color: #3d3d3d;
  font-size: 14px;
  margin: 0 16px;
}

.er_title_wrap {
  padding-top: 87px;
}

.er_title_wrap .en {
  line-height: 24px;
  font-size: 18px;
  color: #bebebe;
}

.er_title_wrap .cn {
  line-height: 36px;
  font-size: 30px;
  color: #bd8b56;
  margin-bottom: 8px;
}

.er_title_wrap .line {
  width: 32px;
  height: 4px;
  background: #dbdbdb;
}

.er_title_wrap .text {
  color: #1f1f1f;
  line-height: 45px;
  font-size: 18px;
}

.er_title_wrap.center {
  text-align: center;
}

.er_title_wrap.center .line {
  margin: auto;
}

.er_about_container {
  padding-top: 40px;
  line-height: 35px;
  font-size: 15px;
  padding-bottom: 100px;
}

.er_news_ul {
  padding-top: 89px;
  padding-bottom: 56px;
}

.er_news_ul li {
  padding: 26px;
  margin-bottom: 30px;
}

.er_news_ul li .img_wrap {
  width: 214px;
  height: 214px;
}

.er_news_ul li .text_wrap {
  width: 980px;
}

.er_news_ul li .text_box {
  padding-top: 7px;
  width:780px;
  position: relative;
}

.er_news_ul li .text_box:after {
  display: block;
  width: 1px;
  height: 130px;
  content: "";
  background: #ebebeb;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}

.er_news_ul li .text_box .t1 {
  line-height: 63px;
  height: 63px;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #1f1f1f;
  width: 610px;
}

.er_news_ul li .text_box .t2 {
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
  height: 44px;
  color: #888888;
  margin-bottom: 25px;
  width: 700px;
}

.er_news_ul li .text_box .btn {
  color: #bd8b56;
  border: 1px solid #bd8b56;
  width: 178px;
  height: 47px;
  display: block;
  text-align: center;
  line-height: 45px;
  text-transform: uppercase;
}

.er_news_ul li .date_box {
  text-align: right;
  color: #e3c3a0;
  padding-top: 55px;
}

.er_news_ul li .date_box .year {
  line-height: 24px;
  font-size: 18px;
}

.er_news_ul li .date_box .date {
  line-height: 55px;
  font-size: 50px;
  margin-top: -5px;
}

.er_news_ul li:last-of-type {
  margin-bottom: 0;
}

.er_news_ul li:hover {
  -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
}

.er_news_ul li:hover .text_box .btn {
  color: #fff;
  background: #bd8b56;
}

.er_contact_container {
  padding-bottom: 90px;
  margin-top: 47px;
}

.map_wrap {
  width: 604px;
  height: 321px;
}

.map_text_wrap {
  width: 616px;
  height: 321px;
  font-size: 15px;
  line-height: 35px;
}

.er_online_container {
  padding: 90px 0;
}

.er_online_container .box {
  height: 741px;
  -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
  padding-top: 52px;
}

.er_online_container .box .title {
  line-height: 40px;
  font-size: 24px;
  color: #bd8b56;
  text-align: center;
}

.er_online_container .box .text {
  line-height: 32px;
  font-size: 18px;
  color: #1f1f1f;
  text-align: center;
}

.er_online_container .box .form_wrap {
  width: 1159px;
  margin: auto;
  margin-top: 56px;
}

.er_online_container .box .item {
  line-height: 52px;
  margin-bottom: 20px;
}

.er_online_container .box input,
.er_online_container .box textarea {
  display: block;
  background: #f5f5f5;
  border: none;
  font-size: 14px;
  color: #333;
  padding: 0 17px;
  width: 100%;
  line-height: 52px;
  font-family: "Microsoft Yahei";
}

.er_online_container .box input:placeholder,
.er_online_container .box textarea:placeholder {
  color: #888888;
}

.er_online_container .box input:-moz-placeholder,
.er_online_container .box textarea:-moz-placeholder {
  color: #888888;
}

.er_online_container .box input:-ms-input-placeholder,
.er_online_container .box textarea:-ms-input-placeholder {
  color: #888888;
}

.er_online_container .box input::-moz-placeholder,
.er_online_container .box textarea::-moz-placeholder {
  color: #888888;
}

.er_online_container .box input::-webkit-input-placeholder,
.er_online_container .box textarea::-webkit-input-placeholder {
  color: #888888;
}

.er_online_container .box input {
  width: 100%;
  height: 52px;
}

.er_online_container .box .input_wrap {
  width: 477px;
}

.er_online_container .box .one {
  float: left;
}

.er_online_container .box .one:nth-of-type(2n) {
  float: right;
}

.er_online_container .box .input_title {
  width: 79px;
  color: #1f1f1f;
  font-size: 16px;
}

.er_online_container .box .textarea_wrap {
  width: 1080px;
}

.er_online_container .box textarea {
  height: 300px;
}

.er_online_container .box input[type="submit"] {
  height: 52px;
  background: #bd8b56;
  font-size: 18px;
  color: #fff;
  margin-left: 79px;
  cursor: pointer;
}

/*  */
