@charset "UTF-8";
.flex {
  display: -webkit-box;
  /* 老版本语法: Safari 3.1-6,  iOS 6-, Android browser, older WebKit browsers.  */
  display: -moz-box;
  /* 老版本语法: Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* 混淆版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法： Chrome 21+ */
  display: flex;
  /* 新版本语法： Opera 12.1, Firefox 22+ */
}

.flex-v {
  /***兼容性写法***/
  -moz-box-orient: vertical;
  /* Firefox */
  -webkit-box-orient: vertical;
  /* Safari、Opera 以及 Chrome */
  box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  /* Safari */
  flex-direction: column;
}

.flex-align-center {
  /*老版本语法*/
  -webkit-box-align: center;
  -moz-box-align: center;
  /*混淆版本语法*/
  -ms-flex-align: center;
  /*新版本语法*/
  -webkit-align-items: center;
  /* Safari */
  align-items: center;
}

.flex-align-start {
  /*老版本语法*/
  -webkit-box-align: start;
  -moz-box-align: start;
  /*混淆版本语法*/
  -ms-flex-align: start;
  /*新版本语法*/
  -webkit-align-items: flex-start;
  /* Safari */
  align-items: flex-start;
}

.flex-align-end {
  /*老版本语法*/
  -webkit-box-align: end;
  -moz-box-align: end;
  /*混淆版本语法*/
  -ms-flex-align: end;
  /*新版本语法*/
  -webkit-align-items: flex-end;
  /* Safari */
  align-items: flex-end;
}

.flex-pack-center {
  /*老版本语法*/
  -webkit-box-pack: center;
  -moz-box-pack: center;
  /*混淆版本语法*/
  -ms-flex-pack: center;
  /*新版本语法*/
  -webkit-justify-content: center;
  /* Safari */
  justify-content: center;
}

.flex-pack-justify {
  /*老版本语法*/
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  /*混淆版本语法*/
  -ms-flex-pack: justify;
  /*新版本语法*/
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}

.flex-pack-distribute {
  /*混淆版本语法*/
  -ms-flex-pack: distribute;
  /*新版本语法*/
  -webkit-justify-content: space-around;
  /* Safari */
  justify-content: space-around;
}

.flex-pack-start {
  /*老版本语法*/
  -webkit-box-pack: start;
  -moz-box-pack: start;
  /*混淆版本语法*/
  -ms-flex-pack: start;
  /*新版本语法*/
  -webkit-justify-content: flex-start;
  /* Safari */
  justify-content: flex-start;
}

.flex-pack-end {
  /*老版本语法*/
  -webkit-box-pack: end;
  -moz-box-pack: end;
  /*混淆版本语法*/
  -ms-flex-pack: end;
  /*新版本语法*/
  -webkit-justify-content: flex-end;
  /* Safari */
  justify-content: flex-end;
}

@font-face {
  font-family: 'dy';
  src: url("/m/static/fonts/webfont.woff2") format("woff2"), url("/m/static/fonts/webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.scroll-scenes::-webkit-scrollbar {
  width: 12px;
  border: 2px solid #aaaaaa;
  border-radius: 5px;
}

.scroll-scenes::-webkit-scrollbar-thumb {
  border-radius: 5px;
  border: 4px solid rgba(255, 255, 255, 0);
  height: 54px;
  background: #7d7d7d;
  background-clip: content-box;
}

.scroll-scenes::-webkit-scrollbar-track {
  border-radius: 5px;
  background: transparent;
}

.w1560 {
  width: 100%;
  padding: 0 0.25rem;
  margin: 0 auto;
  box-sizing: border-box;
}

main {
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}

.swiper-button-disabled {
  cursor: no-drop !important;
}

.bold {
  font-family: 'Microsoft YaHei Light';
  font-weight: bold;
}

html {
  font-size: 13.33333333vw;
}

body {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  font-family: 'Source Han Sans CN', '思源黑体', 'Microsoft YaHei';
  font-size: 0.26rem;
}

@media screen and (min-width: 751px) {
  html {
    font-size: 100px;
  }
}

.head-place{
  height: 61px;
}
.head{
  position: fixed;
  width: 100%;
  max-width: 750px;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  z-index: 999;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: solid 1px #ccc;
}
.head a{
  display: block;
  overflow: hidden;
  float: left;
  padding: 12px 0 0;
}
.head a img{
  display: block;
  height: 36px;
}
.header-menu{
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.header-menu .line-group{
  position: absolute;
  width: 45px;
  height: 45px;
  right: 17px;
  top: 20px;
}
.header-menu .line-group .line{
  position: absolute;
  right: 0;
  top: 0;
  height: 3px;
  width: 26px;
  background: #00b1cc;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}
.header-menu .line-group .line2{
  width: 20px;
  top: 9px;
}
.header-menu .line-group .line3{
  top: 18px;
}
.header-menu.open .line-group .line1 {
  width: 30px;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
}
.header-menu.open .line-group .line2 {
  display: none;
}
.header-menu.open .line-group .line3 {
  width: 30px;
  top: 21px;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -moz-transform-origin: 0% 0%;
  -o-transform-origin: 0% 0%;
}
#nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 888;
  background: #EEEEEE;
  height: 100%;
  display: none;
  max-width: 750px;
}
#nav .list {
  position: relative;
  padding: 61px 0.2rem 1.1rem;
}
#nav .list ul {
  padding: 10px 0;
}
#nav .list ul li {
  font-size: 18px;
  line-height: 60px;
  border-bottom: solid 1px #ccc;
}
.footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 1.08rem;
  padding: 0.4rem 0;
  width: 100%;
  height: auto;
  color: #333;
  background-color: white;
  font-size: 0.2rem;
}
.footer-copyright p {
  height: 0.5rem;
  line-height: 0.5rem;
}
.footer-copyright p .footer-logo {
  position: relative;
  top: 0.08rem;
  margin-left: 0.05rem;
  display: inline-block;
  width: 0.8rem;
  height: 0.26rem;
  background: no-repeat url("../images/logo-xghl.png") center;
  background-size: contain;
}
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 750px;
  width: 100%;
  height: 1.08rem;
  position: fixed;
  max-width: 750px;
  bottom: 0;
  background: #00b1cc;
  opacity: 0.9;
  z-index: 777;
}
.footer-nav a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: block;
  height: 100%;
  color: white;
  font-size: 0.24rem;
  text-align: center;
  line-height: 1.55rem;
  font-weight: bold;
}
.footer-nav a.footer-nav-map {
  background: url("/m/static/images/bottom_map.png") no-repeat center 0.12rem;
  background-size: 0.32rem 0.46rem;
}
.footer-nav a.footer-nav-tel {
  border-left: 0.025rem solid rgba(255, 255, 255, 0.7);
  border-right: 0.025rem solid rgba(255, 255, 255, 0.7);
  background: url("/m/static/images/bottom_tel.png") no-repeat center 0.17rem;
  background-size: 0.38rem;
}
.footer-nav a.footer-nav-top {
  background: url("/m/static/images/bottom_top.png") no-repeat center 0.26rem;
  background-size: 0.67rem 0.28rem;
}
.footer-nav.fixed {
  position: fixed;
}<!--耗时1772149481.9105秒-->