#dotels-nav {
  width: 100%;
}
@media (min-width: 768px) {
  #dotels-nav {
    position: fixed;
    /*display: none;*/
  }
}
#dotels {
  opacity: 0;
}
#dotels .section.section-1 {
  /*background-image: url(../img/index-section-1-bg.jpg);*/
  /*background-size: cover;*/
  /*background-position: center;*/
  /*height: 100%;*/
}
#dotels .section.section-2 {
  background-image: url(../img/index-section-2-bg-about.png), url(../img/index-section-2-bg.jpg);
  background-size: auto, cover;
  background-position: left 64px, center;
  background-repeat: no-repeat;
}
#dotels .section.section-2 .section-2-content .row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
#dotels .section.section-2 .section-2-content .row .about-us {
  color: #004386;
}
#dotels .section.section-2 .section-2-content .row .about-us span {
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
}
#dotels .section.section-2 .section-2-content .row .about-us h3 {
  font-size: 40px;
  line-height: 80px;
  margin: 0;
  font-weight: 700;
}
#dotels .section.section-2 .section-2-content .row .about-us p {
  font-size: 16px;
  line-height: 30px;
  padding: 13px 0;
  margin: 0;
  color: #333;
}
#dotels .section.section-2 .section-2-content .row .about-us .button-arr {
  padding-top: 40px;
}
#dotels .section.section-2 .section-2-content .row .about-us .button-arr a {
  display: inline-block;
  height: 50px;
  width: 140px;
  margin-right: 15px;
}
#dotels .section.section-2 .section-2-content .row .about-us .button-arr a button {
  width: 100%;
  height: 100%;
  border: 2px solid #004386;
  background: none;
  color: #004386;
  font-size: 20px;
  line-height: 46px;
}
#dotels .section.section-2 .section-2-content .row .about-us .button-arr a button:hover {
  background-color: #004386;
  color: #fff;
}
#dotels .section.section-2 .section-2-content .row img {
  width: 100%;
}
#dotels .section.section-3 {
  background-image: url(../img/index-section-3-bg-product.png), url(../img/index-section-3-bg.jpg);
  background-size: auto, cover;
  background-position: right 64px, center;
  background-repeat: no-repeat;
}
#dotels .section.section-3 .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
#dotels .section.section-3 .container .slide-title {
  width: 100%;
  color: #fff;
  text-align: center;
}
#dotels .section.section-3 .container .slide-title span {
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
}
#dotels .section.section-3 .container .slide-title h3 {
  font-size: 40px;
  line-height: 80px;
  margin: 0;
  font-weight: 700;
}
#dotels .section.section-3 .container .slide-title p {
  font-size: 16px;
  line-height: 30px;
  padding: 0;
  margin: 0;
}
#dotels .section.section-3 .container ul li {
  padding-bottom: 80px;
}
#dotels .section.section-3 .container ul li .imgbox {
  height: 500px;
  width: 500px;
  margin: 0 auto;
  text-align: center;
}
#dotels .section.section-3 .container ul li p.slide-item-title {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  bottom: 40px;
}
#dotels .section.section-3 .container ul li p.slide-item-series {
  color: #fff;
  font-size: 16px;
  font-style: italic;
  bottom: 10px;
}
#dotels .section.section-3 .container a {
  display: inline-block;
  margin: 0 auto;
  height: 50px;
  width: 180px;
}
#dotels .section.section-3 .container a button {
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  background: none;
  color: #fff;
  font-size: 20px;
  line-height: 46px;
}
#dotels .section.section-3 .container a button:hover {
  background-color: #fff;
  color: #004386;
}
#dotels .section.section-4 {
  background-image: url(../img/index-section-4-bg-culture.png), url(../img/index-section-4-bg.jpg);
  background-size: auto, cover;
  background-position: left 64px, center;
  background-repeat: no-repeat;
}
#dotels .section.section-4 .accordion-title {
  width: 100%;
  color: #004386;
  text-align: center;
}
#dotels .section.section-4 .accordion-title span {
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
}
#dotels .section.section-4 .accordion-title h3 {
  font-size: 40px;
  line-height: 80px;
  margin: 0;
  font-weight: 700;
}
#dotels .section.section-4 .accordion-title p {
  color: #333;
  font-size: 16px;
  line-height: 30px;
  padding: 13px 0;
  margin: 0;
}
#dotels .section.section-4 #dotels-accordion {
  padding: 0;
}
@media (max-height: 800px) {
  #dotels .section.section-4 #dotels-accordion {
    padding-bottom: 40px;
  }
}
#dotels .section.section-4 #dotels-accordion ul {
  width: 1170px;
  margin: 35px auto 0;
  overflow: hidden;
}
#dotels .section.section-4 #dotels-accordion ul li {
  float: left;
  height: 460px;
  width: 90px;
}
#dotels .section.section-4 #dotels-accordion ul li .filter {
  width: 720px;
  height: 100%;
  background-color: rgba(0, 67, 134, 0.7);
  padding: 30px 30px 60px 30px;
}
#dotels .section.section-4 #dotels-accordion ul li .filter.transparency {
  background-color: rgba(0, 0, 0, 0);
}
#dotels .section.section-4 #dotels-accordion ul li .filter h4 {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  margin: 0;
}
#dotels .section.section-4 #dotels-accordion ul li .filter p.small {
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  padding-top: 20px;
  margin: 0;
}
#dotels .section.section-4 #dotels-accordion ul li .filter p.slogan {
  color: #fff;
  text-align: right;
  font-size: 20px;
  padding-top: 288px;
}
#dotels .section.section-4 #dotels-accordion ul li.accordion-item-1 {
  background-image: url(../img/index-accordion-1.png);
  width: 720px;
}
#dotels .section.section-4 #dotels-accordion ul li.accordion-item-2 {
  background-image: url(../img/index-accordion-2.png);
}
#dotels .section.section-4 #dotels-accordion ul li.accordion-item-3 {
  background-image: url(../img/index-accordion-3.png);
}
#dotels .section.section-4 #dotels-accordion ul li.accordion-item-4 {
  background-image: url(../img/index-accordion-4.png);
}
#dotels .section.section-4 #dotels-accordion ul li.accordion-item-5 {
  background-image: url(../img/index-accordion-5.png);
}
#dotels .section.section-4 #dotels-accordion ul li.accordion-item-6 {
  background-image: url(../img/index-accordion-6.png);
}
#dotels .section.section-4 #dotels-accordion ul li.transparency {
  opacity: 1;
}
#dotels .section.section-5 {
  background-image: url(../img/index-section-5-bg-talent.png), url(../img/index-section-5-bg.jpg);
  background-size: auto, cover;
  background-position: right 64px, center;
  background-repeat: no-repeat;
}
@media (max-height: 800px) {
  #dotels .section.section-5 .container {
    padding-bottom: 40px;
  }
}
#dotels .section.section-5 .container .section-5-left {
  text-align: center;
}
#dotels .section.section-5 .container .section-5-right {
  color: #fff;
  padding-top: 27px;
  padding-bottom: 27px;
}
#dotels .section.section-5 .container .section-5-right p.small-title {
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0;
}
#dotels .section.section-5 .container .section-5-right h3 {
  font-size: 40px;
  line-height: 80px;
  margin: 0;
  font-weight: 700;
}
#dotels .section.section-5 .container .section-5-right ul li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding-bottom: 30px;
}
#dotels .section.section-5 .container .section-5-right ul li span.li-index {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #004386;
  line-height: 36px;
  font-size: 20px;
  text-align: center;
}
#dotels .section.section-5 .container .section-5-right ul li .li-content {
  padding-left: 13px;
  width: 100%;
}
#dotels .section.section-5 .container .section-5-right ul li .li-content .li-content-top {
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 7px;
  font-weight: 500;
}
#dotels .section.section-5 .container .section-5-right ul li .li-content .li-content-bottom {
  font-size: 16px;
}
#dotels .section.section-5 .container a {
  display: inline-block;
  height: 50px;
  width: 140px;
  margin-right: 15px;
}
#dotels .section.section-5 .container a button {
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  background: none;
  color: #fff;
  font-size: 20px;
  line-height: 46px;
}
#dotels .section.section-5 .container a button:hover {
  background-color: #fff;
  color: #004386;
}
#dotels .section.section-6 {
  background-image: url(../img/index-section-6-bg-project.png), url(../img/index-section-6-bg.jpg);
  background-size: auto, cover;
  background-position: left 64px, center;
  background-repeat: no-repeat;
}
#dotels .section.section-6 .container {
  position: relative;
  text-align: center;
  padding: 0 15px;
}
@media (max-height: 800px) {
  #dotels .section.section-6 .container {
    padding-bottom: 40px;
  }
}
#dotels .section.section-6 .container .section-6-title {
  width: 100%;
  color: #004386;
  text-align: center;
}
#dotels .section.section-6 .container .section-6-title span {
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
}
#dotels .section.section-6 .container .section-6-title h3 {
  font-size: 40px;
  line-height: 80px;
  margin: 0;
  font-weight: 700;
}
#dotels .section.section-6 .container .section-6-title p {
  color: #333;
  font-size: 16px;
  line-height: 30px;
  padding: 13px 0;
  margin: 0;
}
#dotels .section.section-6 .container #flexisel {
  padding: 15px 0;
}
#dotels .section.section-6 .container #flexisel li.nbs-flexisel-item a {
  width: 80%;
}
#dotels .section.section-6 .container a {
  display: inline-block;
  height: 50px;
  width: 180px;
  margin-top: 40px;
}
#dotels .section.section-6 .container a button {
  width: 100%;
  height: 100%;
  border: 2px solid #004386;
  background: none;
  color: #004386;
  font-size: 20px;
  line-height: 46px;
}
#dotels .section.section-6 .container a button:hover {
  background-color: #004386;
  color: #fff;
}
#dotels .section.section-6 .nbs-flexisel-nav-left:before {
  margin-left: 8px;
}
#dotels .section.section-6 .nbs-flexisel-nav-right:before {
  margin-left: -6px;
}
#dotels .section.section-7 {
  background-image: url(../img/index-section-7-bg-news.png), url(../img/index-section-7-bg-1.png), url(../img/index-section-7-bg-2.png);
  background-position: right 64px, left top, right bottom;
  background-size: auto;
  background-repeat: no-repeat;
}
#dotels .section.section-7 .container {
  text-align: center;
}
@media (max-height: 800px) {
  #dotels .section.section-7 .container {
    padding-bottom: 40px;
  }
}
#dotels .section.section-7 .container .section-7-title {
  width: 100%;
  color: #004386;
  text-align: center;
}
#dotels .section.section-7 .container .section-7-title span {
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
}
#dotels .section.section-7 .container .section-7-title h3 {
  font-size: 40px;
  line-height: 80px;
  margin: 0;
  font-weight: 700;
}
#dotels .section.section-7 .container .section-7-title p {
  color: #333;
  font-size: 16px;
  line-height: 30px;
  padding: 13px 0;
  margin: 0;
}
#dotels .section.section-7 .container ul {
  margin: 28px 0;
}
#dotels .section.section-7 .container ul li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  height: 95px;
  padding-left: 146px;
  text-decoration: none;
  border-top: 1px solid #e3e3e3;
}
#dotels .section.section-7 .container ul li a:hover {
  background-color: rgba(0, 67, 134, 0.1);
}
#dotels .section.section-7 .container ul li a .li-content-time {
  width: 80px;
  height: 80px;
  background-color: #004386;
  color: #fff;
  text-align: center;
  padding: 10px;
}
#dotels .section.section-7 .container ul li a .li-content-time p.li-content-time-yyyy {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
}
#dotels .section.section-7 .container ul li a .li-content-time p.li-content-time-mm-dd {
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}
#dotels .section.section-7 .container ul li a p.li-content-title {
  padding-left: 50px;
  font-size: 20px;
  color: #333;
  font-weight: 500;
}
#dotels .section.section-7 .container ul li:last-child {
  border-bottom: 1px solid #e3e3e3;
}
#dotels .section.section-7 .container .more-news {
  display: inline-block;
  height: 50px;
  width: 180px;
  margin-bottom: 20px;
}
#dotels .section.section-7 .container .more-news button {
  width: 100%;
  height: 100%;
  border: 2px solid #004386;
  background: none;
  color: #004386;
  font-size: 20px;
  line-height: 46px;
}
#dotels .section.section-7 .container .more-news button:hover {
  background-color: #004386;
  color: #fff;
}
#dotels .section.section-8 {
  background-image: url(../img/index-section-8-bg-contact.png), url(../img/index-section-8-bg.jpg);
  background-size: auto, cover;
  background-position: left 64px, center;
  background-repeat: no-repeat;
  position: relative;
}
#dotels .section.section-8 .fp-tableCell > .container {
  padding-bottom: 10px;
}
@media (max-height: 800px) {
  #dotels .section.section-8 .fp-tableCell > .container {
    padding-bottom: 70px;
  }
}
#dotels .section.section-8 .fp-tableCell > .container .section-8-title {
  width: 100%;
  color: #fff;
  text-align: center;
}
#dotels .section.section-8 .fp-tableCell > .container .section-8-title span {
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
}
#dotels .section.section-8 .fp-tableCell > .container .section-8-title h3 {
  font-size: 40px;
  line-height: 80px;
  margin: 0;
  font-weight: 700;
}
#dotels .section.section-8 .fp-tableCell > .container .section-8-title p {
  font-size: 16px;
  line-height: 30px;
  padding: 13px 0;
  margin: 0;
}
#dotels .section.section-8 .fp-tableCell > .container .section-8-content .section-8-content-left img {
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  #dotels .section.section-8 .fp-tableCell > .container .section-8-content .section-8-content-left img {
    display: block;
    margin: 0 auto;
  }
}
#dotels .section.section-8 .fp-tableCell > .container .section-8-content .section-8-content-left ul li {
  margin: 10px 0;
  color: #fff;
  font-size: 16px;
}
#dotels .section.section-8 .fp-tableCell > .container .section-8-content .section-8-content-left ul li p {
  padding: 0;
}
#dotels .section.section-8 .fp-tableCell > .container .section-8-content .section-8-content-left ul li p.contact-key {
  font-weight: 700;
}
#dotels .section.section-8 .fp-tableCell > .container .section-8-content .section-8-content-left ul li p a {
  color: #fff;
  font-size: 16px;
}
@media (max-width: 768px) {
  #dotels .section.section-8 .fp-tableCell > .container .section-8-content .section-8-content-left .wechat {
    text-align: center;
  }
}
#dotels .section.section-8 .fp-tableCell > .container .section-8-content .section-8-content-left .wechat img {
  padding: 0;
  width: 180px;
}
#dotels .section.section-8 .fp-tableCell > .container .section-8-content .section-8-content-left .wechat span {
  color: #fff;
  font-size: 14px;
}
@media (max-width: 768px) {
  #dotels .section.section-8 .fp-tableCell > .container .section-8-content .section-8-content-left .wechat br {
    display: none;
  }
}
#dotels .section.section-8 .fp-tableCell > .container .section-8-content .section-8-content-right {
  text-align: center;
}
#dotels .section.section-8 .fp-tableCell > .container .section-8-content .section-8-content-right #allmap {
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin: 0;
  font-family: SourceHanSans-Regular; /*这里是说明调用来的字体名字*/
  src: url('../fonts/siyuan/SourceHanSans-Regular.otf'); /*这里是字体文件路径*/
  /* font-family: "微软雅黑"; */
}
#dotels .section.section-8 footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
#dotels .section.section-8 footer .copyright {
  width: 100%;
  margin: auto 0;
  border: none;
  color: #999;
  padding: 20px 0;
  line-height: 30px;
}
#dotels .section.section-8 footer .copyright div {
  padding: 0;
}
@media (min-width: 768px) {
  #dotels .section.section-8 footer .copyright .copyright-left span:first-child {
    margin-right: 36px;
  }
}
@media (min-width: 768px) {
  #dotels .section.section-8 footer .copyright .copyright-left br {
    display: none;
  }
}
@media (min-width: 768px) {
  #dotels .section.section-8 footer .copyright .copyright-right {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
  }
}
#dotels .section.section-8 footer .copyright a {
  color: #999;
}
@media (max-width: 768px) {
  #dotels .section.section-8 footer .copyright {
    text-align: center;
  }
}
#mobile-dotels .section-1 img {
  width: 100%;
}
#mobile-dotels .section-2 {
  width: 100%;
  padding: 50px 15px;
  background-image: url(../img/index-section-2-bg-xs.png), url(../img/index-section-2-bg-about.png);
  background-size: cover, 75%;
  background-position: center, left -8px;
  background-repeat: no-repeat;
}
#mobile-dotels .section-2 .about-us {
  color: #004386;
  bottom: 120px;
  left: 10%;
  margin-bottom: 30px;
}
#mobile-dotels .section-2 .about-us span {
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
}
#mobile-dotels .section-2 .about-us h3 {
  font-size: 24px;
  line-height: 60px;
  margin: 0;
  font-weight: 700;
}
#mobile-dotels .section-2 .about-us p {
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 20px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
#mobile-dotels .section-2 .about-us .button-arr {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
#mobile-dotels .section-2 .about-us .button-arr a {
  display: inline-block;
  height: 50px;
  width: 48%;
}
#mobile-dotels .section-2 .about-us .button-arr a button {
  width: 100%;
  height: 100%;
  border: 2px solid #004386;
  background: none;
  color: #004386;
  font-size: 18px;
  line-height: 46px;
  padding: 1px;
}
#mobile-dotels .section-2 .about-us .button-arr a button:hover {
  background-color: #004386;
  color: #fff;
}
#mobile-dotels .section-2 img {
  width: 100%;
}
#mobile-dotels .section-3 {
  background-image: url(../img/index-section-3-bg-product.png), url(../img/index-section-3-xs.png);
  background-size: 75%, cover;
  background-position: right -8px, center;
  background-repeat: no-repeat;
  padding-top: 50px;
  padding-bottom: 50px;
}
#mobile-dotels .section-3 .slide-title {
  width: 100%;
  text-align: center;
  color: #fff;
}
#mobile-dotels .section-3 .slide-title span {
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
}
#mobile-dotels .section-3 .slide-title h3 {
  font-size: 24px;
  line-height: 60px;
  margin: 0;
  font-weight: 700;
}
#mobile-dotels .section-3 .slide-title p {
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 20px;
}
#mobile-dotels .section-3 #section-3-slide-mobile li {
  padding-bottom: 80px;
}
#mobile-dotels .section-3 #section-3-slide-mobile li div.imgbox {
  width: 80%;
  /*height: 240px;*/
  height: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  margin: 0 auto;
}
#mobile-dotels .section-3 #section-3-slide-mobile li .slide-item-title {
  margin: 0;
  bottom: 10px;
  color: #fff;
  font-size: 20px;
}
#mobile-dotels .section-3 #section-3-slide-mobile li .slide-item-series {
  margin: 0;
  bottom: 30px;
  color: #fff;
  font-size: 16px;
  font-style: italic;
}
#mobile-dotels .section-3 .nbs-flexisel-nav-left {
  left: 0;
}
#mobile-dotels .section-3 .nbs-flexisel-nav-right {
  right: 0;
}
#mobile-dotels .section-3 button {
  width: 60%;
  height: 50px;
  background: none;
  border: 2px solid #fff;
  margin: 20px 20% 0;
}
#mobile-dotels .section-3 button a {
  width: 100%;
  height: 100%;
  display: inline-block;
  font-size: 20px;
  line-height: 46px;
  text-decoration: none;
  color: #fff;
}
#mobile-dotels .section-4 {
  background-image: url(../img/index-section-4-bg-culture.png), url(../img/index-section-4-bg.jpg);
  background-size: 75%, cover;
  background-position: left -8px, center;
  background-repeat: no-repeat;
  padding: 50px 15px;
}
#mobile-dotels .section-4 .accordion-title {
  width: 100%;
  text-align: center;
  color: #004386;
}
#mobile-dotels .section-4 .accordion-title span {
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
}
#mobile-dotels .section-4 .accordion-title h3 {
  font-size: 24px;
  line-height: 60px;
  margin: 0;
  font-weight: 700;
}
#mobile-dotels .section-4 .accordion-title p {
  color: #333;
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 20px;
}
#mobile-dotels .section-4 ul#dotels-accordion-xs {
  padding: 0;
  margin: 35px auto 0;
}
#mobile-dotels .section-4 ul#dotels-accordion-xs li {
  position: relative;
  width: 100%;
}
#mobile-dotels .section-4 ul#dotels-accordion-xs li img {
  width: 100%;
}
#mobile-dotels .section-4 ul#dotels-accordion-xs li h4 {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  margin: 0;
  font-weight: 400;
}
#mobile-dotels .section-4 ul#dotels-accordion-xs li p.small {
  position: absolute;
  top: 50px;
  left: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  margin: 0;
}
#mobile-dotels .section-4 ul#dotels-accordion-xs li p.slogan {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
  text-align: right;
  font-size: 16px;
  margin: 0;
}
#mobile-dotels .section-5 {
  /*background-image: url();*/
  background-image: url(../img/index-section-5-bg-talent.png), url(../img/index-section-5-bg.jpg);
  background-size: 75%, cover;
  background-position: right -8px, center;
  background-repeat: no-repeat;
  padding: 50px 15px;
}
#mobile-dotels .section-5 .section-5-top img {
  width: 100%;
}
#mobile-dotels .section-5 .section-5-bottom {
  color: #fff;
  padding: 10px 0;
}
#mobile-dotels .section-5 .section-5-bottom p.small-title {
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0;
  text-align: center;
}
#mobile-dotels .section-5 .section-5-bottom h3 {
  font-size: 24px;
  line-height: 60px;
  margin: 0;
  font-weight: 700;
  text-align: center;
}
#mobile-dotels .section-5 .section-5-bottom ul li {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 15px;
}
#mobile-dotels .section-5 .section-5-bottom ul li span.li-index {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #004386;
  line-height: 36px;
  font-size: 20px;
  text-align: center;
}
#mobile-dotels .section-5 .section-5-bottom ul li .li-content {
  width: 100%;
  padding-left: 13px;
}
#mobile-dotels .section-5 .section-5-bottom ul li .li-content .li-content-top {
  font-size: 20px;
  line-height: 20px;
  padding-bottom: 7px;
  font-weight: 500;
}
#mobile-dotels .section-5 .section-5-bottom ul li .li-content .li-content-bottom {
  font-size: 16px;
}
#mobile-dotels .section-5 .button-arr {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
#mobile-dotels .section-5 .button-arr a {
  display: inline-block;
  height: 50px;
  width: 48%;
}
#mobile-dotels .section-5 .button-arr a button {
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  background: none;
  color: #fff;
  font-size: 18px;
  line-height: 46px;
  padding: 1px;
}
#mobile-dotels .section-5 .button-arr a button:hover {
  background-color: #fff;
  color: #004386;
}
#mobile-dotels .section-6 {
  background-image: url(../img/index-section-6-bg-project.png), url(../img/index-section-6-bg.jpg);
  background-size: 75%, cover;
  background-position: left -8px, center;
  background-repeat: no-repeat;
  padding: 50px 15px;
}
#mobile-dotels .section-6 .slide-title {
  width: 100%;
  text-align: center;
  color: #004386;
}
#mobile-dotels .section-6 .slide-title span {
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
}
#mobile-dotels .section-6 .slide-title h3 {
  font-size: 24px;
  line-height: 60px;
  margin: 0;
  font-weight: 700;
}
#mobile-dotels .section-6 .slide-title p {
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 20px;
  color: #333;
}
#mobile-dotels .section-6 #section-6-slide-mobile li a {
  height: 240px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 20px;
}
#mobile-dotels .section-6 #section-6-slide-mobile li .slide-item-title {
  margin: 0;
  bottom: 0px;
  color: #333;
  font-size: 16px;
  line-height: 16px;
}
#mobile-dotels .section-6 .nbs-flexisel-nav-left {
  left: 8px;
}
#mobile-dotels .section-6 .nbs-flexisel-nav-right {
  right: 8px;
}
#mobile-dotels .section-6 button.more-project {
  width: 60%;
  height: 50px;
  background-color: #004386;
  border: none;
  margin: 20px 20% 0;
}
#mobile-dotels .section-6 button.more-project a {
  width: 100%;
  height: 100%;
  display: inline-block;
  font-size: 20px;
  line-height: 46px;
  text-decoration: none;
  color: #fff;
}
#mobile-dotels .section-7 {
  background-image: url(../img/index-section-7-bg-news.png), url(../img/index-section-7-bg-1.png), url(../img/index-section-7-bg-2.png);
  background-position: right -8px, left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 75%, contain, contain;
  padding: 50px 15px;
  text-align: center;
}
#mobile-dotels .section-7 .section-7-title {
  width: 100%;
  text-align: center;
  color: #004386;
}
#mobile-dotels .section-7 .section-7-title span {
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
}
#mobile-dotels .section-7 .section-7-title h3 {
  font-size: 24px;
  line-height: 60px;
  margin: 0;
  font-weight: 700;
}
#mobile-dotels .section-7 .section-7-title p {
  color: #333;
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 20px;
}
#mobile-dotels .section-7 ul li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  height: 100px;
  text-decoration: none;
  border-top: 1px solid #e3e3e3;
  padding: 10px;
}
#mobile-dotels .section-7 ul li a .li-content-time {
  width: 80px;
  height: 80px;
  background-color: #004386;
  color: #fff;
  text-align: center;
  padding: 10px;
}
#mobile-dotels .section-7 ul li a .li-content-time p.li-content-time-yyyy {
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  margin: 0;
}
#mobile-dotels .section-7 ul li a .li-content-time p.li-content-time-mm-dd {
  font-size: 16px;
  line-height: 30px;
  margin: 0;
}
#mobile-dotels .section-7 ul li a p.li-content-title {
  padding-left: 10px;
  width: 100%;
  font-size: 18px;
  color: #333;
  font-weight: 500;
  text-align: left;
  margin: 0;
}
#mobile-dotels .section-7 ul li:last-child {
  border-bottom: 1px solid #e3e3e3;
}
#mobile-dotels .section-7 button.more-news {
  width: 60%;
  height: 50px;
  background-color: #004386;
  border: none;
  margin: 20px 20% 0;
}
#mobile-dotels .section-7 button.more-news a {
  width: 100%;
  height: 100%;
  display: inline-block;
  font-size: 20px;
  line-height: 46px;
  text-decoration: none;
  color: #fff;
}
#mobile-dotels .section-8 {
  background-image: url(../img/index-section-8-bg-contact.png), url(../img/index-section-8-bg.jpg);
  background-size: 75%, cover;
  background-position: left -8px, center;
  background-repeat: no-repeat;
  padding: 50px 0 0;
}
#mobile-dotels .section-8 .container .section-8-title {
  width: 100%;
  text-align: center;
  color: #fff;
}
#mobile-dotels .section-8 .container .section-8-title span {
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
}
#mobile-dotels .section-8 .container .section-8-title h3 {
  font-size: 24px;
  line-height: 60px;
  margin: 0;
  font-weight: 700;
}
#mobile-dotels .section-8 .container .section-8-title p {
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 20px;
}
#mobile-dotels .section-8 .container .section-8-content .section-8-content-top {
  padding: 15px;
}
#mobile-dotels .section-8 .container .section-8-content .section-8-content-top img {
  padding-bottom: 20px;
  display: block;
  margin: 0 auto;
}
#mobile-dotels .section-8 .container .section-8-content .section-8-content-top ul li {
  margin: 10px 0;
  color: #fff;
  font-size: 16px;
}
#mobile-dotels .section-8 .container .section-8-content .section-8-content-top ul li p {
  margin: 0;
  padding: 0;
}
#mobile-dotels .section-8 .container .section-8-content .section-8-content-top ul li p.contact-key {
  font-weight: 700;
}
#mobile-dotels .section-8 .container .section-8-content .section-8-content-top ul li p a {
  color: #fff;
  font-size: 16px;
}
#mobile-dotels .section-8 .container .section-8-content .section-8-content-top .wechat {
  text-align: center;
}
#mobile-dotels .section-8 .container .section-8-content .section-8-content-top .wechat img {
  padding: 0;
  width: 50%;
}
#mobile-dotels .section-8 .container .section-8-content .section-8-content-top .wechat span {
  color: #fff;
  font-size: 14px;
}
#mobile-dotels .section-8 .container .section-8-content .section-8-content-bottom #allmap {
  width: 100%;
  height: 350px;
  overflow: hidden;
  margin: 0;
  /* font-family: "微软雅黑"; */
  font-family: SourceHanSans-Regular; /*这里是说明调用来的字体名字*/
  src: url('../fonts/siyuan/SourceHanSans-Regular.otf'); /*这里是字体文件路径*/
}
#mobile-dotels .section-8 footer {
  width: 100%;
  padding: 0;
  margin-top: 20px;
  background-color: rgba(0, 0, 0, 0.3);
}
#mobile-dotels .section-8 footer .copyright {
  width: 100%;
  margin: auto 0;
  border: none;
  color: #999;
  padding: 20px 0;
  line-height: 30px;
  text-align: center;
}
#mobile-dotels .section-8 footer .copyright a {
  color: #999;
}
