body>div:last-of-type {
  height: 50px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:focus {
  position: relative;
  width: auto;
  height: auto;
  clip: initial;
  margin: inherit;
  padding: inherit;
  border: initial;
}

#accesskey_u {
  top: -17px;
  z-index: 10;
  position: absolute;
  color: transparent !important
}

#accesskey_c {
  top: -17px;
  z-index: 10;
  position: absolute;
  color: transparent !important
}

.sitemap {
  text-align: right;
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
  height: 17px;
  margin-top: 17px;
}

.sitemap a{
  margin-right: 17px;
}

/*basic-set*/
@media only screen and (max-width: 768px) {
  .sitemap {
    display: none;
  }

  .map .inside .icons .down .icon2:first-child {
    margin-left: -45% !important;
  }
}

html,
body,
div,
table,
margin,
padding {
  border: 0px;
  display: block;
  width: 100%;
  height: 100%;
  font-family: 'Open Sans', Helvetica, Arial, 'LiHei Pro', 'Microsoft JhengHei', 'Microsoft YaHei', sans-serif;
  font-size: 16px;
  color: #292929;
  margin: 0;
  padding: 0;
  /*
  -webkit-user-select:none;
  -moz-user-select:none;
  -o-user-select:none;
  user-select:none;*/
}

a {
  text-decoration: none;
  color: #292929;
}

html {
  overflow-x: hidden;
}

img {
  -webkit-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  width: 100%;
  height: auto;
  display: block;
}

html {
  /*
  background-color: #ebebeb;
  */
  background-color: #fff;
  position: relative;
}

body {
  position: relative;
}

/*文字顏色+文字大小*/
.text_red {
  color: #cf0022 !important;
}

.text_white {
  color: #fff !important;
}

.text_yellow {
  color: #ffe200 !important;
}

.text_black {
  color: #000 !important;
}

.color_green {
  color: #0c6b43 !important;
}

.color_blue {
  color: #001b37 !important;
}

.color_red {
  color: #cf0022 !important;
}

.color_yellow {
  color: #d8a36d !important;
}

.color_fff {
  color: #fff !important;
}

.color_000 {
  color: #000 !important;
}

.text_size_20 {
  font-size: 20px;
}

.text_size_12 {
  font-size: 12px;
}


.visit_xs,
.visit_xs_lb,
.mobile_view {
  display: none !important;
}

.visit_lg {
  display: block !important;
}

.visit_lg2 {
  display: inline-block !important;
}

.pc_view {
  display: block !important;
  margin: auto;
}



/*pc-ver*/
.wrapper {
  max-width: 1600px;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}

.berger_cover {
  display: none;
}

.float_item {
  width: 82px;
  height: auto;
  position: fixed;
  bottom: 3%;
  right: 3%;
  z-index: 9999;
}

.float_item>a:first-child {
  display: block;
  margin-bottom: 15px;
}

.header {
  width: 100%;
  height: 120px;
  background-color: #fff;
  position: relative;
  z-index: 99999;
  text-align: center;
  display: inline;
}

.header .inside {
  max-width: 1100px;
  width: 100%;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  position: relative;
  align-self: center;
  justify-content: space-between;
  vertical-align: middle;
}

.header .inside .logo {
  width: 220px;
  height: 40px;
  position: relative;
  display: inline-block;
  pointer-events: painted;
  margin: auto;
  align-content: center;
  vertical-align: middle;
}

.header .inside .logo>img {
  width: 100%;
}

.header .inside .menu {
  width: auto;
  height: 40px;
  margin: auto;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.header .inside .menu .btn {
  width: auto;
  height: auto;
  font-size: 15px;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.header .inside .menu .btn .main_menu,
.header .inside .menu .btn .main_menu2 {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: auto;
}

.main_menu a {
  min-width: 110px;
}

.header .inside .menu .btn a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  transition: 0.3s;
  border-radius: 10px 10px 0px 0px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  justify-self: center;

}

.header .inside .menu .btn6 {
  margin-left: 15px;
  margin-top: -5px;
}

.header .inside .menu .btn6,
.header .inside .menu .btn7,
.header .inside .menu .btn8 {
  opacity: 1;
  transition: 0.3s;
  cursor: pointer;
}

.header .inside .menu .btn7 {
  margin-left: 5px;
  margin-top: -5px;
}

.header .inside .menu .btn8 {
  width: 31px;
  height: 30px;
  display: none;
}

.header .inside .menu .btn8 .off {
  display: block;
}

.header .inside .menu .btn8 .on {
  display: none;
}

.header .inside .menu .btn .sub_menu {
  background-color: #c9c9c9;
  color: #fff;
  font-size: 15px;
  transition: 0.3s;
  text-align: center;
  display: none;
  cursor: pointer;
  z-index: 99999;
}

.header .inside .menu .btn .sub_menu a {
  color: #fff;
  border-radius: 0;
  text-align: center;
  line-height: 2;
  padding: 0;
}

.kv {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  height: auto;
}

.kv .slider {
  width: 100%;
  height: auto;
  background-color: #fff;
  margin: 0 auto;
  display: block !important;
}

.kv .mob_slider {
  width: 100%;
  height: auto;
  background-color: #fff;
  margin: 0 auto;
  display: none !important;
}

.kv .ticker {
  width: 100%;
  padding: 10px 0;
  background: #b9d300;
  margin: -5px auto 0;
  z-index: 9999;
  text-align: center;
  display: inline-block;
  position: relative;
}

.kv .ticker .inside {
  position: relative;
  display: inline-flex;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  align-content: center;

}

.kv .ticker .inside .title {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  align-content: center;
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  width: auto;
  height: auto;
  margin: auto 0;
}

.kv .ticker .inside .icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 30px;
  margin: 0 auto 0 5px;
  float: none;
}

.kv .ticker .inside .text {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 220px);
  height: auto;
  margin: 0;
  overflow: hidden;
  text-align: left;
}

.kv .ticker .inside .text .words {
  position: relative;
  vertical-align: middle;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: inline-block;
  color: #f1f6ce;
  font-size: 20px;
  display: -webkit-box;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.kv .ticker .inside .date span {
  width: auto;
  margin: 0 auto;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

.kv .ticker .inside .more {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: auto;
  transition: 0.4s;
  color: #fff;
  font-size: 20px;
}

.kv .ticker .inside .more>a {
  color: #fff;
}

.intro {
  width: 100%;
  height: auto;
  background-color: #fff;
}

.intro .inside {
  max-width: 1100px;
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 90px 0;
  text-align: center;
  box-sizing: border-box;
}

.intro .inside .logo {
  width: 23%;
  height: auto;
  margin: 0 auto 5px;
}

.intro .inside .text {
  width: auto;
  height: auto;
  text-align: center;
  margin: 0 auto;
  padding-top: 30px;
  font-weight: bold;
  font-size: 22.5px;
  line-height: 32px;
}

.intro .inside .btns {
  position: relative;
  display: inline-flex;
  width: 60%;
  height: auto;
  max-width: 300px;
  margin: 30px auto;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}

.intro .inside .btns>a {
  position: relative;
  display: inline-flex;
  transition: 0.4s;
  width: 45%;
  font-size: 20px;
  font-weight: bold;
  background: #0166ff;
  color: #fff;
  border-radius: 50px;
  padding: 11px 0;
  cursor: pointer;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.step {
  width: 100%;
  height: auto;
  background-color: #fff;
  overflow: hidden;
}

.step .inside {
  max-width: 1000px;
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 100px;
}

.step .inside .title {
  position: relative;
  display: inline-flex;
  width: 100%;
  vertical-align: middle;
  align-self: center;
  align-content: center;
  text-align: left;
  margin-bottom: 45px;
}

.step .inside .title .text {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  align-self: center;
  align-content: center;
  text-align: left;
  margin: auto 0;
  width: auto;
  font-size: 22px;
  font-weight: bold;
}

.step .inside .title .icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 30px;
  font-size: 22px;
  font-weight: bold;
  margin: auto 0 auto 5px;
}

.step .inside .steps {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.step .inside .steps .step1 {
  width: 31%;
  float: left;
}

.step .inside .steps .step1 .img {
  width: 100%;
  height: auto;
  float: left;
}

.step .inside .steps .step1 .text {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 30px;
  margin-bottom: 50px;
}

.step .inside .steps .step1 .text .num {
  width: 23%;
  height: auto;
  float: left;
  margin-right: 0px;
}

.step .inside .steps .step1 .text .words {
  width: 75%;
  height: 30px;
  float: left;
  margin-top: 15px;
}

.step .inside .steps .step1 .text .words .bold_text {
  font-size: 21.5px;
  font-weight: bold;
  margin-top: 5px;
}

.step .inside .steps .step1 .text .words .normal_text {
  font-size: 15px;
  line-height: 20px;
  margin-top: 3px;
}

.step .inside .steps .step1 .text .mob_normal_text {
  display: none;
  line-height: 25px;
}

.step .inside .steps .step2 {
  width: 31%;
  float: left;
  margin-left: 3%;
}

.step .inside .steps .step2 .img {
  width: 100%;
  height: auto;
  float: left;
}

.step .inside .steps .step2 .text {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 30px;
  margin-bottom: 50px;
}

.step .inside .steps .step2 .text .num {
  width: 23%;
  height: auto;
  float: left;
  margin-right: 12px;
}

.step .inside .steps .step2 .text .words {
  width: 70%;
  height: auto;
  float: left;
  margin-top: 15px;
}

.step .inside .steps .step2 .text .words .bold_text {
  font-size: 21.5px;
  font-weight: bold;
  margin-top: 3px;
}

.step .inside .steps .step2 .text .words .normal_text {
  font-size: 15px;
  line-height: 20px;
  margin-top: 7px;
}

.step .inside .steps .step2 .text .mob_normal_text {
  display: none;
  line-height: 25px;
}

.step .inside .steps .step3 {
  width: 31%;
  float: left;
  margin-left: 3%;
}

.step .inside .steps .step3 .img {
  width: 100%;
  height: auto;
  float: left;
}

.step .inside .steps .step3 .text {
  width: 100%;
  height: auto;
  float: left;
  margin-top: 30px;
  margin-bottom: 50px;
}

.step .inside .steps .step3 .text .num {
  width: 23%;
  height: auto;
  float: left;
  margin-righT: 10px;
}

.step .inside .steps .step3 .text .words {
  width: 70%;
  height: auto;
  float: left;
  margin-top: 15px;
}

.step .inside .steps .step3 .text .words .bold_text {
  font-size: 21.5px;
  font-weight: bold;
  margin-top: 5px;
}

.step .inside .steps .step3 .text .words .normal_text {
  font-size: 15px;
  line-height: 20px;
  margin-top: 7px;
}

.step .inside .steps .step3 .text .mob_normal_text {
  display: none;
  line-height: 25px;
}

.step .inside .rent {
  display: inline-block;
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #b9d300;
  border-radius: 50px;
  text-align: center;
  padding: 30px 0;
  box-sizing: border-box;
}

.step .inside .rent .text {
  width: 100%;
  height: 35px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.step .inside .rent .btns {
  position: relative;
  display: inline-flex;
  width: 60%;
  height: auto;
  max-width: 350px;
  margin: 15px auto 0;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}

.step .inside .rent .btns>a {
  position: relative;
  display: inline-flex;
  transition: 0.4s;
  width: 45%;
  font-size: 20px;
  font-weight: bold;
  background: #0166ff;
  color: #fff;
  border-radius: 50px;
  padding: 11px 0;
  cursor: pointer;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.map {
  width: 100%;
  height: auto;
  background: #fff;
  overflow: hidden;
}

.map .inside {
  max-width: 1000px;
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
}

.map .inside .title {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  align-self: center;
  align-content: center;
  text-align: left;
  width: 100%;
  margin-bottom: 45px;
}

.map .inside .title .text {
  position: relative;
  display: inline-flex;
  margin: auto 0;
  vertical-align: middle;
  align-self: center;
  align-content: center;
  text-align: left;
  width: 90px;
  font-size: 22px;
  font-weight: bold;
}

.map .inside .title .icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 30px;
  font-size: 22px;
  font-weight: bold;
  margin: auto 0 auto 5px;
}

.map .inside .icons {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}

.map .inside .icons .down {
  width: 100%;
  position: relative;
  margin-top: 200px;
}

.map .inside .icons .down .icon1 {
  width: 30%;
  height: auto;
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -29%;
  margin-top: -17%;
}

.map .inside .icons .down .icon1 .text {
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.map .inside .icons .down .icon1 .img {
  width: 45%;
  height: auto;
  margin: 0 auto;
  transition: 0.4s;
  cursor: pointer;
  margin-top: 10px;
}


.map .inside .icons .down .icon2 {
  width: 30%;
  height: auto;
  position: absolute;
  z-index: 1;
  left: 50%;
  margin-left: -11%;
  margin-top: -17%;
}

.map .inside .icons .down .icon2 .text {
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.map .inside .icons .down .icon2 .img {
  width: 45%;
  height: auto;
  margin: 0 auto;
  transition: 0.4s;
  cursor: pointer;
  margin-top: 10px;
}

.map .inside .icons .down .down_bg {
  width: 100%;
  height: auto;
  overflow: hidden;
  z-index: 0;
  margin-top: 100px;
}

.gotop {
  position: relative;
  display: block;
  width: 50px;
  height: auto;
  background-color: #fff;
  overflow: hidden;
  transition: 0.4s;
  cursor: pointer;
  margin: 30px auto;
  text-align: center;
}

.gotop .icon {
  width: 33px;
  height: 20px;
  margin: 0 auto 5px;
}

.gotop .text {
  font-weight: bold;
  font-size: 17px;
  margin: 0 auto;
  margin-top: 3px;
  text-align: center;
}

.footer {
  width: 100%;
  height: auto;
  background-color: #fff;
  overflow: hidden;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 15px 0;
}

.footer .logo {
  width: 186px;
  height: 34px;
  overflow: hidden;
  margin: 0 auto;
}

.footer .btns {
  width: 100%;
  height: 34px;
  overflow: hidden;
  text-align: center;
  margin: 20px 0 0;
}

.footer .btns .btn {
  margin-left: 10px;
  margin-right: 10px;
  transition: 0.4s;
  cursor: pointer;
}

.footer .copy {
  width: 100%;
  height: auto;
  margin: 5px 0;
  #line-height: 2;
  #overflow: hidden;
  text-align: center;
  font-size: 12px;
}

.footer .copy p {
  margin: 2px;
}

/*mob-ver*/
@media only screen and (min-width: 50px) and (max-width: 768px) {
  * {
    box-sizing: border-box;
  }

  .visit_xs,
  .mobile_view {
    display: block !important;
  }

  .visit_xs_lb {
    display: inline-block !important;
  }

  .visit_lg,
  .pc_view,
  .visit_lg2 {
    display: none !important;
  }

  .wrapper {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
    padding: 58px 0 0px;
    box-sizing: border-box;
  }

  .berger_cover {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 99999;
    display: none;
    overflow: hidden;
    background: #fff;
    padding: 0 0 60px 0;
    top: 0;
    left: 0;
  }

  .m_scollbar {
    position: relative;
    display: inline-block;
    height: auto;
    overflow-y: auto;
    max-height: 100%;
    padding: 60px 0 60px 0;
  }

  .m_scollba>a {
    display: inline-block;
    width: 100%;
    position: relative;
  }

  .berger_cover .btn {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    background-color: #fff;
    color: #111;
    font-size: 20px;
    text-align: center;
    padding: 5px 0;
    box-sizing: border-box;
    line-height: 2;
  }

  .berger_cover .btn_h4 {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    background-color: #fff;
    z-index: 9999999;
  }

  .berger_cover .btn_in {}

  .berger_cover .btn_h1 {
    background-color: #0166ff;
    color: #fff;
    border-bottom: 1px solid #0166ff;
  }

  .berger_cover .btn_h2 {
    background-color: #c9c9c9;
    color: #fff;
    border-bottom: 1px solid #fff;
  }

  .berger_cover .btn:nth-child(4) {
    border-bottom: 0px;
  }

  .berger_cover .btn_h3 {
    background-color: #fff;
    color: #111111;
    border-bottom: 1px solid #c9c9c9;
  }

  .header {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0;
    position: fixed;
    z-index: 99999;
    top: 0;
  }

  .header .inside {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 13px 0;
    position: relative;
  }

  .header .inside .logo {
    width: 180px;
    height: auto;
    margin: auto auto auto 15px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }

  .header .inside .menu {
    width: 150px;
    height: auto;
    margin: auto 15px auto auto;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: right;
  }

  .header .inside .menu .btn {
    width: auto;
    height: 30px;
    display: inline-block;
    font-size: 15px;
    display: none;
  }

  .header .inside .menu .btn6 {
    width: 30px;
    height: auto;
    display: inline-block;
    margin: auto 2% auto auto;
  }

  .header .inside .menu .btn7 {
    width: 30px;
    height: auto;
    display: inline-block;
    margin: auto 2% auto auto;
  }

  .header .inside .menu .btn8 {
    width: 30px;
    height: auto;
    display: inline-block;
    margin-top: 11px;
  }

  .header .inside .menu .btn6>a,
  .header .inside .menu .btn7>a,
  .header .inside .menu .btn8>a {
    padding: 0;
  }

  .float_item {
    width: 50px;
    height: auto;
    position: fixed;
    bottom: 3%;
    right: 3%;
    z-index: 9999;
  }

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

  .kv .slider {
    width: 100%;
    height: auto;
    background-color: #fff;
    margin: 0 auto;
    display: none !important;
  }

  .kv .mob_slider {
    width: 100%;
    height: auto;
    background-color: #fff;
    margin: 0 auto;
    display: block !important;
  }

  .kv .ticker {
    width: 100%;
    height: 54px;
    background-color: #b9d300;
    margin: 0 auto;
    display: none;
  }

  .intro {
    width: 100%;
    height: auto;
    background-color: #fff;

  }

  .intro .inside {
    max-width: 90%;
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .intro .inside .logo {
    width: 50%;
    height: auto;
    margin: 0 auto;
  }

  .intro .inside .text {
    width: auto;
    height: auto;
    text-align: center;
    margin: 0 auto;
    padding-top: 30px;
    font-weight: bold;
    font-size: 18px;
  }

  /*
      .intro .inside .btns{
        width: 60%;
        height: auto;
        text-align: center;
        margin: 0 auto;
        padding-top: 30px;
        position: absolute;
        left: 50%;
        margin-left: -27%;
      }
        .intro .inside .btns .btn1{
          width: 45%;
          height: 45px;
          line-height:45px;
          text-align: center;
          margin: 0 auto;
          font-weight: bold;
          font-size: 18px;
          background-color: #0166ff;
          border-radius:50px;
          color:#fff;
          float: left;
          padding:0px;
        }
        .intro .inside .btns .btn2{
          width: 45%;
          height: 45px;
          line-height:45px;
          text-align: center;
          margin: 0 auto;
          font-weight: bold;
          font-size: 18px;
          background-color: #0166ff;
          border-radius:50px;
          color:#fff;
          float: left;
          margin-left: 10px;
          padding:0px;
        }*/
  .intro .inside .btns>a {
    position: relative;
    display: inline-flex;
    transition: 0.4s;
    width: 45%;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    cursor: pointer;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .step {
    width: 100%;
    height: auto;
    background-color: #fff;
    overflow: hidden;
    margin: 0px 0 0 0;
  }

  .step .inside {
    width: 90%;
    padding: 0 0;
  }

  .step .inside .title .text {
    width: 90px;
    font-size: 22px;
    font-weight: bold;
  }

  .step .inside .title .icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 30px;
    font-size: 22px;
    font-weight: bold;
  }

  .step .inside .steps {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .step .inside .steps .step1 {
    width: 100%;
  }

  .step .inside .steps .step1 .img {
    width: 45%;
    height: auto;
    float: left;
  }

  .step .inside .steps .step1 .text {
    width: 50%;
    height: auto;
    float: left;
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .step .inside .steps .step1 .text .num {
    width: 20%;
    height: auto;
    float: left;
    margin-left: 20px;
    margin-bottom: 10px;
  }

  .step .inside .steps .step1 .text .words {
    width: auto;
    height: auto;
    float: left;
    margin-top: 12%;
  }

  .step .inside .steps .step1 .text .words .bold_text {
    font-weight: normal;
  }

  .step .inside .steps .step1 .text .words .normal_text {
    font-size: 16px;
    display: none;
  }

  .step .inside .steps .step1 .text .mob_normal_text {
    width: 100%;
    height: auto;
    display: block;
    clear: both;
    margin-top: 90px;
    margin-left: 20px;
  }

  .step .inside .steps .step2 {
    width: 100%;
    margin-left: 0%;
    margin-top: 3%;
  }

  .step .inside .steps .step2 .img {
    width: 45%;
    height: auto;
    float: left;
  }

  .step .inside .steps .step2 .text {
    width: 50%;
    height: auto;
    float: left;
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .step .inside .steps .step2 .text .num {
    width: 20%;
    height: auto;
    float: left;
    margin-left: 20px;
    margin-bottom: 10px;
  }

  .step .inside .steps .step2 .text .words {
    width: auto;
    height: 30px;
    float: left;
    margin-top: 12%;
  }

  .step .inside .steps .step2 .text .words .bold_text {
    font-weight: normal;
  }

  .step .inside .steps .step2 .text .words .normal_text {
    font-size: 16px;
    display: none;
  }

  .step .inside .steps .step2 .text .mob_normal_text {
    width: 100%;
    height: auto;
    display: block;
    clear: both;
    margin-top: 90px;
    margin-left: 20px;
  }

  .step .inside .steps .step3 {
    width: 100%;
    margin-left: 0%;
    margin-top: 3%;
  }

  .step .inside .steps .step3 .img {
    width: 45%;
    height: auto;
    float: left;
  }

  .step .inside .steps .step3 .text {
    width: 50%;
    height: auto;
    float: left;
    margin-top: 0%;
    margin-bottom: 0%;
  }

  .step .inside .steps .step3 .text .num {
    width: 20%;
    height: auto;
    float: left;
    margin-left: 20px;
    margin-bottom: 10px;
  }

  .step .inside .steps .step3 .text .words {
    width: auto;
    height: 30px;
    float: left;
    margin-top: 12%;
  }

  .step .inside .steps .step3 .text .words .bold_text {
    font-weight: normal;
  }

  .step .inside .steps .step3 .text .words .normal_text {
    font-size: 16px;
    display: none;
  }

  .step .inside .steps .step3 .text .mob_normal_text {
    width: 100%;
    height: auto;
    display: block;
    clear: both;
    margin-top: 90px;
    margin-left: 20px;
  }

  .step .inside .rent {
    width: 100%;
    margin: 30px auto;
    padding: 15px 0;
    border-radius: 30px;
  }

  .step .inside .rent .text {
    width: 100%;
    height: 35px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    text-align: center;
  }

  .intro .inside .btns,
  .step .inside .rent .btns {
    width: 100%;
    margin: 15px 0;
  }

  .map {
    width: 100%;
    height: 400px;
    background-color: #fff;
    overflow: hidden;
  }

  .map .inside {
    max-width: 90%;
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding-top: 5%;
    padding-bottom: 5%;
    position: relative;
  }

  .map .inside .title {
    width: 100%;
  }

  .map .inside .title .text {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    align-self: center;
    align-content: center;
    text-align: left;
    width: 90px;
    font-size: 22px;
    font-weight: bold;
  }

  .map .inside .title .icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: 30px;
    font-size: 22px;
    font-weight: bold;
  }

  .map .inside .icons {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
  }

  .map .inside .icons .down {
    width: 100%;
    position: relative;
    margin-top: 25%;
  }

  .map .inside .icons .down .icon1 {
    width: 50%;
    height: auto;
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -47%;
    margin-top: -25%;
  }

  .map .inside .icons .down .icon1 .text {
    width: 100%;
    height: auto;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }

  .map .inside .icons .down .icon1 .img {
    width: 35%;
    height: auto;
    margin: 0 auto;
  }

  .map .inside .icons .down .icon2 {
    width: 50%;
    height: auto;
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: 0%;
    margin-top: -25%;
  }

  .map .inside .icons .down .icon2 .text {
    width: 100%;
    height: auto;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }

  .map .inside .icons .down .icon2 .img {
    width: 35%;
    height: auto;
    margin: 0 auto;
  }

  .map .inside .icons .down .down_bg {
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 0;
  }

  .gotop {
    width: 100%;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
    margin: 15px 0;
  }

  .gotop .icon {
    width: 33px;
    height: 17px;
    margin: 0 auto;
  }

  .gotop .text {
    font-weight: bold;
    font-size: 20px;
    margin: 0 auto;
    margin-top: 3px;
  }

  .footer {
    position: relative;
    display: inline-block;
  }

  .footer .logo {
    width: 186px;
    height: 34px;
    overflow: hidden;
    margin: 0 auto;
  }

  .footer .btns {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 30px;
    font-size: 20px;
    display: inline-block;
  }

  .footer .btns .btn {
    margin-left: 1%;
    margin-right: 1%;
  }

  .footer .copy {
    width: 100%;
    #height: 34px;
    #overflow: hidden;
    text-align: center;
    font-size: 14px;
  }
}


@media only screen and (min-width:769px) and (max-width: 880px) {
  .header {
    width: 100%;
    height: 150px;
    background-color: #fff;
  }

  .header .inside {
    max-width: 1100px;
    width: 100%;
    height: 150px;
    margin: 0 auto;
  }

  .header .inside .logo {
    width: 219px;
    height: 33px;
    float: none;
    margin: 0 auto;
    margin-top: 40px;
    display: block;
  }

  .header .inside .menu {
    width: 76%;
    height: 30px;
    margin-right: 0px;
    left: 50%;
    position: absolute;
    margin-left: -35%;
  }

  .kv .ticker .inside .text {
    width: 40%;
  }

  .step .inside .steps .step1 .text .words .bold_text,
  .step .inside .steps .step2 .text .words .bold_text,
  .step .inside .steps .step3 .text .words .bold_text {
    font-size: 22px;
    font-weight: bold;
    margin-top: -20px;
  }
}

@media only screen and (min-width:446px) and (max-width: 768px) {

  .step .inside .steps .step1 .text .words .bold_text,
  .step .inside .steps .step2 .text .words .bold_text,
  .step .inside .steps .step3 .text .words .bold_text {
    font-size: 30px;
  }
}

@media only screen and (min-width:50px) and (max-width: 445px) {

  .step .inside .steps .step1 .text .words .bold_text,
  .step .inside .steps .step2 .text .words .bold_text,
  .step .inside .steps .step3 .text .words .bold_text {
    font-size: 18px;
    font-weight: bold;
  }

  .step .inside .steps .step1 .text .mob_normal_text,
  .step .inside .steps .step2 .text .mob_normal_text,
  .step .inside .steps .step3 .text .mob_normal_text {
    margin-top: 30px;
  }

  .map .inside .icons .down .icon1 .text {
    font-size: 12px;
  }

  .map .inside .icons .down .icon2 .text {
    font-size: 12px;
  }

  .footer .btns {
    font-size: 14px;
  }

  .footer .btns .btn {
    margin-left: 1%;
    margin-right: 1%;
  }

  .footer .copy {
    font-size: 12px;
  }

  .map {
    height: 250px;
    margin: 0 0;
  }

}





.kv .main_kv .word2 .circle3 {
  width: 50px;
  height: 50px;
  bottom: 27px;
  left: 27px;
  position: absolute;
  z-index: -1;
  border-radius: 999em;
  background-color: #fff;
  opacity: 1;
  animation-name: circle2_3;
  animation-duration: 1s;
  animation-delay: 0.6s;
  animation-iteration-count: infinite;
}

@keyframes circle2_1 {
  0% {
    opacity: 0.8;
    width: 50px;
    height: 50px;
    bottom: 30px;
    left: 27px;
  }

  100% {
    opacity: 0;
    width: 200px;
    height: 200px;
    bottom: -45px;
    left: -45px;
  }
}

@media only screen and (max-device-width:376px) and (min-device-width:320px) {
  .berger_cover {
    top: 10px;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    display: none;
    overflow: hidden;
  }

  .berger_cover .btn {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    font-size: 20px;
    padding: 5px 0;
    box-sizing: border-box;
    line-height: 1.6;
  }

  .m_scollbar {
    position: relative;
    display: inline-block;
    height: auto;
    overflow-y: auto;
    max-height: calc(700px - 130px);
  }

  .footer .btns {
    margin: 15px 0 0;
  }

  .gotop {
    margin: 5px auto;
  }

}


@media (hover: hover) and (pointer: fine) {

  .header .inside .menu .btn6:hover,
  .header .inside .menu .btn7:hover {
    opacity: 0.5;
    transition: 0.3s;
  }

  .header .inside .menu .btn .main_menu2 a:hover {
    color: #fff;
    background-color: #0166ff;
  }

  .intro .inside .btns .btn1:hover,
  .intro .inside .btns .btn2:hover {
    background: #00A0E9;
    border-radius: 50px;
  }

  .step .inside .rent .btns .btn1:hover,
  .step .inside .rent .btns .btn2:hover {
    background: #00A0E9;
    border-radius: 50px;
  }

  .header .inside .menu .btn .sub_menu:hover {
    background-color: #0166ff;
  }

  .map .inside .icons .down .icon1 .img:hover {
    width: 35%;
  }

  .map .inside .icons .down .icon2 .img:hover {
    width: 35%;
  }

  .gotop:hover {
    overflow: hidden;
    opacity: 0.5;
  }

  .footer .btns .btn:hover {
    margin-left: 10px;
    margin-right: 10px;
    opacity: 0.5;
  }

  .kv .ticker .inside .more:hover {
    border-bottom: solid 1px #0066ff;
    color: #0066ff;
    padding: 0;
    display: table;
    margin: 0;
  }

  .kv .ticker .inside .more:hover>a {
    color: #0066ff;
  }

}


html.fixWindow {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
}

html.fixWindow2 {

  display: inline-block;
  width: 100%;
  overflow: hidden;
}