body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

@font-face {
  src: url(/css/SOURCEHANSANSCN-REGULAR.ttf);
  font-family: "siyuan";
}

body {
  font-family: "siyuan";
  margin-bottom: 92px;
}

img {
  display: inline-block;
  vertical-align: top;
  border: 0 none;
}

input,
textarea,
select,
button {
  box-sizing: border-box;
}

/* header */

.header {
  width: 1275px;
  height: 110px;
  margin: 0 auto;
}

.logo {
  float: left;
  width: 449px;
  height: 88px;
  margin-top: 18px;
  background: url(../images/logo.jpg) no-repeat;
  text-indent: -99999px;
}

.header_tel {
  float: left;
  margin-top: 20px;
  width: 272px;
  height: 88px;
  padding-left:300px;
}
.gh {
  float:left;
  margin-top:20px;
  width:143px;
  height:88px;
  padding-left:30px;
}

.navqb{width:100%;background:#f5f5f5;border-bottom:1px solid #d4d4d4;float:left;}
.nav {
  width:1275px;
  margin: 0 auto;
  text-align: center;
}

.nav__link {
  float:left;
  height:100px;
  line-height: 100px;
  padding: 0 60px;
  color: #089189;
  font-size: 23px;
}
.xian{float:left;height:30px;margin-top:35px;border:1px solid #dadada;}
/*.nav__link:hover {
  color: #0a918a;
  padding-bottom: 0px;
  border-bottom: 1px solid;
  width:100px;
  float:left;
}

.nav__link.on {
  color: #0a918a;
  padding-bottom: 0px;
  border-bottom: 1px solid;
  float:left;
  width:100px;
}*/

/* banner */

.banner .swiper-container {
  padding: 0;
}

.banner__img {
  width: 100%;
  height: auto;
}

/* booking */

.booking {
  position: relative;
  display: flex;
  width: 1290px;
  height: 170px;
  margin: 0 auto;
  background: #f8f7f7;
  z-index: 1;
}

.booking__img-wrap {
  width: 395px;
  line-height: 170px;
  text-align: center;
  background: #c80d19;
}

.form {
  flex: 1;
  padding: 20px 50px;
}

.form-left {
  display: inline-block;
  height: 100%;
  vertical-align: top;
}

.form__row {
  display: flex;
  align-items: center;
  height: 50%;
}

.form__label {
  font-size: 26px;
  color: #666;
}

.form__input {
  width: 230px;
  line-height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #f1f1f1;
  outline: none;
  padding-left: 10px;
  border-radius: 5px;
  font-size: 20px;
}

.form__tip {
  padding-left: 30px;
  font-size: 16px;
  color: #666;
}

.form__tip::before {
  content: "";
  position: absolute;
  margin-left: -28px;
  margin-top: -2px;
  width: 22px;
  height: 22px;
  background: url(../images/i.png) -104px -149px;
}

.form__tip strong {
  color: #e0ae1d;
}

.form__btn {
  width: 120px;
  height: 120px;
  border: 0 none;
  background: linear-gradient(#f38c29, #e2770f);
  border-radius: 5px;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
  outline: none;
  transition: background 1s;
}

.form__btn:hover {
  background: #df0000;
}

/* side */

.side {
  position: fixed;
  right: 20px;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
}

.side__item {
  position: relative;
  width: 90px;
  height: 90px;
}

.side__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
}

.side__link::before {
  content: "";
  margin-bottom: 8px;
  transition: transform 1s;
}

.side__link:hover::before {
  transform: rotate(360deg);
}

.side__item--online-chat {
  background: #edbe3f;
}

.side__link--online-chat::before {
  width: 36px;
  height: 36px;
  background: url(../images/i.png) -70px -89px;
}

.side__link::before {
  content: "";
  margin-bottom: 8px;
  transition: transform 1s;
}

.side__item--tel {
  background: #6d95f1;
}

.side__link--tel::before {
  width: 34px;
  height: 34px;
  background: url(../images/i.png) -165px -61px;
}

.phone-number {
  position: absolute;
  top: 0;
  right: -375px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 355px;
  height: 90px;
  background: #6c93ed;
  font-size: 30px;
  font-weight: 700;
  transition: all 0.5s;
  color: #fff;
}

.side__item--tel:hover .phone-number {
  right: 0;
}

.phone-number::before {
  content: "";
  width: 51px;
  height: 51px;
  margin-right: 20px;
  background: url(../images/i.png) -94px -10px;
}

.side__item--wx {
  background: #21c46e;
}

.side__link--wx::before {
  width: 38px;
  height: 31px;
  background: url(../images/i.png) -165px -10px;
}

.side__item-img {
  position: absolute;
  top: 0;
  z-index: -1;
  right: -192px;
  width: 172px;
  height: 178px;
  transition: all 0.5s;
}

.side__link--wx:hover + .side__item-img {
  right: 110px;
}

.side__item--top {
  position: relative;
  background: #99a8ac;
}

.side__link--top::before {
  width: 32px;
  height: 34px;
  background: url(../images/i.png) -10px -149px;
}

/* dialog */

.dialog-wrap {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 50px;
  bottom: 0;
  z-index: 3;
  width: 560px;
  margin: auto;
}

.dialog__close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 48px;
  height: 48px;
  cursor: pointer;
}

.dialog-header {
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
}

.dialog-header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 276px;
  background-color: #327bfd;
  font-size: 26px;
  color: #fff;
}

.dialog-title {
  font-size: 30px;
}

.dialog-header-action {
  font-size: 0;
}

.dialog-btn {
  display: inline-block;
  width: 280px;
  height: 92px;
  line-height: 92px;
  background: #fff;
  text-align: center;
  color: #327bfd;
  font-size: 26px;
}

.dialog-btn:nth-child(1) {
  color: #000;
  box-sizing: border-box;
  border-right: 1px solid #ccc;
}

.dialog-main {
  position: relative;
  padding: 40px;
  margin-top: 20px;
  background: #fff;
  box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, 0.2);
}

.dialog-main::after {
  content: "";
  position: absolute;
  top: -30px;
  right: 120px;
  width: 0;
  height: 0;
  border: 15px solid;
  border-color: transparent transparent #fff transparent;
}

.dialog-input-wrap {
  display: flex;
  justify-content: space-between;
}

.dialog__input {
  width: 260px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  border: 1px solid #327bfd;
  border-radius: 5px;
  outline: none;
  box-sizing: border-box;
  padding-left: 10px;
  text-align: center;
}

.dialog__btn {
  width: 200px;
  height: 60px;
  line-height: 60px;
  font-size: 24px;
  border: 0 none;
  border-radius: 5px;
  text-align: center;
  background: #327bfd;
  color: #fff;
  outline: none;
}

.dialog-main-p {
  margin-top: 20px;
  font-size: 22px;
  color: #333;
  text-align: center;
}

/* footer */

.footer {
  margin-top: 720px;
  margin-bottom:94px;
  background: #e9ebea;
  padding: 60px 0 0 0;
  text-align: center;
}

.footerzt{
  margin-bottom:94px;
  background: #e9ebea;
  padding: 60px 0 0 0;
  text-align: center;
}


.footer-left,
.footer-wx-code {
  display: inline-block;
  vertical-align: middle;
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-top:30px;
  float:left;
}

.dibuxian{width:0;height:150px;float:left;border-right:1px solid #0a9288;margin-left:30px;margin-right:30px;}
.dbjw{width:100%;height:60px;background:#0a918a;margin-top:30px;}
.footer-row:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom-width: 0;
}

.footer__logo {
  display: inline-block;
  width: 359px;
  height: 99px;
  background: url(../images/footer_logo.jpg) no-repeat;
}

.footer-nav {
  width:1100px;
  margin:0 auto;
  margin-bottom:50px;
}

.footer-nav__link {
  padding: 0 30px;
  color: #0a9288;
  font-size:24px;
}

/*.footer-nav__link:hover {
  padding-bottom: 14px;
  border-bottom: 1px solid;
}

.footer-nav__link.on {
  padding-bottom: 14px;
  border-bottom: 1px solid;
}*/

.footer__addr {
  font-size: 16px;
  font-weight: 700;
  color: #0a9288;
}

.icp {
  padding-top:30px;
  padding-bottom:20px;
  font-size: 18px;
  color: #0a9288;
}

.wx-code {
  display: block;
  width: 134px;
  height: 165px;
}

.footer-wx-code {
  margin-left: 120px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}

.footer__tel {
  width: 225px;
  height: 51px;
}

/* footer-fixed */

.footer-fixed {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 90px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.footer-fixed__img {
  position: relative;
  top: -55px;
}

.footer-fixed-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 475px;
  height: 60px;
  margin: 0 20px;
  background: #fff;
  border-radius: 30px;
}

.footer-fixed-form__input {
  width: 260px;
  line-height: 60px;
  margin-left: 20px;
  border: 0 none;
  color: #343434;
  font-size: 24px;
  box-sizing: border-box;
  background: transparent;
  outline: none;
}

.footer-fixed-form__submit {
  width: 165px;
  line-height: 52px;
  margin-right: 5px;
  font-size: 26px;
  border: 0 none;
  color: #fff;
  background: linear-gradient(#f63a3a, #cd1111);
  box-sizing: border-box;
  border-radius: 26px;
  cursor: pointer;
  outline: none;
}

.footer-fixed__phone {
  display: flex;
  align-items: center;
  padding-right: 20px;
  font-size: 22px;
  color: #fff;
}

b {
  font-size: 32px;
}

.footer-fixed__link {
  display: flex;
  padding: 0 20px;
  border-right: 1px solid;
  border-left: 1px solid;
  align-items: center;
  font-size: 24px;
  color: #fff;
}

.footer-fixed__icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background: url(../images/i.png) -10px -89px;
}

.footer-fixed__icon::after {
  content: "66";
  position: absolute;
  margin-left: 25px;
  margin-top: -10px;
  width: 26px;
  line-height: 26px;
  background-color: #fdbf01;
  border-radius: 100%;
  font-size: 15px;
  color: #fff;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  animation: boo 1s infinite;
}

@keyframes boo {
  0%,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.5, 0.1, 0.5, 1);
    transform: translateZ(0);
  }

  40%,
  43% {
    animation-timing-function: cubic-bezier(0.1, 0.05, 0.1, 0.06);
    transform: translate3d(0, -10px, 0);
  }

  70% {
    animation-timing-function: cubic-bezier(0.1, 0.05, 0.1, 0.06);
    transform: translate3d(0, 0px, 0);
  }

  90% {
    transform: translate3d(0, -4px, 0);
  }
}

/* public */

.main {
  margin-top: 10px;
}

.title--en {
  font-weight: 100;
  font-size: 55px;
  color: #f4f4f4;
  text-align: center;
  text-transform: uppercase;
}

.title {
  font-weight: 100;
  font-size: 50px;
  color: #333;
  text-align: center;
}

.title__p {
  text-align: center;
  font-size: 28px;
  color: #666;
}

.justify {
  font-size: 0;
  text-align: justify;
}

.justify::after {
  content: "";
  display: inline-block;
  width: 100%;
}

.button {
  width: 120px;
  line-height: 30px;
  border: 0 none;
  background: #ef8823;
  text-align: center;
  border-radius: 15px;
  color: #fff;
  cursor: pointer;
  outline: none;
  transition: all 0.5s;
  font-size: 16px;
}

.button:hover {
  background: #df0000;
}

/* reset baidu css */

#LRdiv0,
#LRdiv1,
#LRdiv2,
#LRdiv3 {
  display: none !important;
}

#LXB_CONTAINER,
#LXB_CLOSE_BTN,
#LXB_INVITE {
  display: none !important;
}

/* reset swiper.css */

.swiper-pagination .swiper-pagination-bullet {
  width: 25px;
  height: 25px;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background: #f73434;
}
