.navbar-light .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.5);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.nav-active {
  background-color: #00b0b9;
}
.nav-active:hover > a {
  color: #fff !important;
}
.details-header .nav-active a {
    color: #fff!important;
}
.details-header .nav-active .navdown li a:hover {
    color: #00B0B9!important;
}

@media(min-width: 1200px) {
   .container {
      max-width:1000px;
   }
}

@media(min-width: 1600px) {
    .container {
      max-width:1140px;
   }
}
/*.havchild::after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  border-style: solid;*/
/*  border-width: 8px 8px 0 8px;*/
/*  border-color: #fff transparent transparent transparent;*/
/*  right: 10px;*/
/*  top: 28px;*/
/*  transform: translateY(-50%);*/
/*}*/
.common-title {
  text-align: center;
}
.common-title h2 {
  font-size: 26px;
  font-weight: 600;
}
.common-title span {
  font-size: 14px;
}
/*@media (min-width: 992px) {*/
/*  .havchild::after {*/
/*    right: -20px;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*  }*/
/*}*/
.header {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  z-index: 999;
}
.header .navbar {
  padding-left: 0;
  padding-right: 0;
}
.header .navbar .navbar-brand img {
  width: 120px;
}
.header .navbar .header-navs {
  margin-top: 10px;
}
.header .navbar .header-navs > li {
  padding: 10px;
  position: relative;
}
.header .navbar .header-navs > li:hover > a {
  color: #00b0b9;
}
.header .navbar .header-navs > li:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.header .navbar .header-navs > li > a {
  color: #fff;
  font-size: 16px;
}
.header .navbar .header-navs > li .navdown {
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  padding: 5px 0;
}
.header .navbar .header-navs > li .navdown li {
  padding: 5px 10px;
}
.header .navbar .header-navs > li .navdown li a {
  display: flex;
  width: 100%;
  white-space: nowrap;
  color: #fff;
}
.banner-box {
  height: 205px;
}
@media (min-width: 576px) {
  .banner-box {
    height: 400px;
  }
}
@media (min-width: 768px) {
    .header .container {
        padding: 0;
    }
  .banner-box {
    height: 550px;
  }
}
@media (min-width: 992px) {
  .header .navbar .navbar-brand {
    margin-right: 100px;
  }
  .header .navbar .navbar-brand img {
    width: 120px;
  }
  .header .navbar .header-navs {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .header .navbar .header-navs > li {
    padding: 0 15px;
    width: calc(100% / 6);
    text-align: center;
    position: relative;
  }
  .header .navbar .header-navs > li::after {
      content: '';
      position: absolute;
      height: 30px;
      width: 5px;
      right: -5px;
      top: 50%;
      transform: translate(-50%,-50%);
      background: url(../images/sline1.png) no-repeat center center /cover;
  }
  .header .navbar .header-navs > li:last-child::after {
      content: none;
  }
  .header .navbar .header-navs > li:not(:last-child) {
    border-bottom: none;
  }
  .header .navbar .header-navs > li > a {
    font-size: 16px;
  }
  .header .navbar .header-navs > li .navdown {
    padding: 5px 0;
    position: absolute;
    min-width: 95px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
  }
  .header .navbar .header-navs > li .navdown li {
    padding: 5px 10px;
    text-align: center;
  }
  /*.header .navbar .header-navs > li .navdown li:hover {*/
  /*    background-color: #ff9800!important;*/
  /*}*/
  .header .navbar .header-navs > li .navdown li a:hover {
      color:#00b0b9;
  }
  .header .navbar .header-navs > li .navdown li a {
      justify-content: center;
  }
  .banner-box {
    height: 600px;
  }
}
@media (min-width: 1200px) {
  .header .navbar .navbar-brand {
    margin-right: 100px;
  }
  .header .navbar .navbar-brand img {
    width: 200px;
  }
  .header .navbar .header-navs {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .header .navbar .header-navs > li {
    padding: 0 15px;
  }
  .header .navbar .header-navs > li:not(:last-child) {
    border-bottom: none;
  }
  .header .navbar .header-navs > li > a {
    font-size: 16px;
    display: block;
    width: 100%;
    height: 100%;
  }
  .header .navbar .header-navs > li .navdown {
    padding: 5px 0;
    position: absolute;
    min-width: 95px;
    text-align: center;
  }
  .header .navbar .header-navs > li .navdown li {
    padding: 5px 10px;
  }
  
}
@media (min-width: 1920px) {
  .banner-box {
    height: 780px;
  }
}
@media (min-width: 2000px) {
  .banner-box {
    height: 880px;
  }
}
.banner-swiper {
    height: 100%;
}
.inquire {
  margin-top: -25px;
  position: relative;
  z-index: 9;
}
.inquire .inquire-box .inquire-left {
  background-color: #00b0b9;
  padding: 5px 15px;
  margin-bottom: 5px;
}
.inquire .inquire-box .inquire-left h3 {
  color: #fff;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 5px;
  font-size: 17px;
  font-weight: 600;
}
.inquire .inquire-box .inquire-left h3 span:first-child {
    margin-right: 10px;
}
.inquire .inquire-box .inquire-left .inquire-form {
  position: relative;
  text-align: center;
  width: fit-content;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.inquire .inquire-box .inquire-left .inquire-form input {
  width: 100%;
  height: 35px;
  padding: 5px 15px;
  border: none;
}
.inquire .inquire-box .inquire-left .inquire-form button {
  position: absolute;
  height: 100%;
  border: none;
  background-color: transparent;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.inquire .inquire-box .inquire-left .inquire-form button img {
  width: 20px;
}
.inquire .inquire-box .inquire-right {
  background-color: #ff9800;
  display: flex;
  align-items: center;
  justify-content: center;
}
.inquire-right-txt {
    display: flex;
    align-items: center;
}
.inquire .inquire-box .inquire-right .inquire-right-txt span {
  font-size: 15px;
  margin-right: 10px;
}
.inquire .inquire-box .inquire-right .inquire-right-txt h3 {
margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
}
@media (min-width: 768px) {
  .inquire {
    margin-top: -45px;
    padding: 0 40px;
  }
  .inquire .inquire-box .inquire-left {
    padding: 10px 15px;
    margin-bottom: 0;
  }
  .inquire .inquire-box .inquire-left h3 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  
  .inquire .inquire-box .inquire-left .inquire-form input {
    height: 35px;
    padding: 5px 15px;
  }
  .inquire .inquire-box .inquire-left .inquire-form button {
    right: 5px;
  }
  .inquire .inquire-box .inquire-left .inquire-form button img {
    width: 20px;
  }
  .inquire .inquire-box .inquire-right .inquire-right-txt {
      flex-direction: column;
  }
  .inquire .inquire-box .inquire-right .inquire-right-txt span {
    font-size: 18px;
  }
  .inquire .inquire-box .inquire-right .inquire-right-txt h3 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .inquire {
    margin-top: -40px;
  }
  .inquire .inquire-box .inquire-left {
    padding: 15px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .inquire .inquire-box .inquire-left h3 {
    margin-bottom: 0;
    letter-spacing: 5px;
    display: flex;
    flex-direction: column;
  }
  .inquire .inquire-box .inquire-left h3 span:first-child {
      margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .inquire {
    margin-top: -50px;
  }
  .inquire .inquire-box .inquire-left {
    padding: 15px 60px;
  }
  .inquire .inquire-box .inquire-left h3 {
    margin-right: 50px;
     flex-direction: column;
    display: flex;
  }
}
.hlife {
  padding: 0 0 35px;
}
.hlife .hlife-box {
  position: relative;
}
.hlife .hlife-box .hlife-cont {
    flex-direction: column-reverse;
}
.hlife .hlife-box::after {
  content: '';
  position: absolute;
  right: 30px;
  top: -50px;
  background: url(../images/hlife-bg.png) no-repeat center center / cover;
  width: 200px;
  height: 160px;
  z-index: -1;
}
.hlife .hlife-box .hlife-left {
  margin-top: 55px;
}
.hlife .hlife-box .hlife-left h2 {
  text-align: center;
  font-size: 23px;
  font-weight: 600;
  border-bottom: 1px solid #ff9800;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.hlife .hlife-box .hlife-left h2 span {
  position: relative;
  display: flex;
  padding-left: 0;
}
.hlife .hlife-box .hlife-left h2 span::after {
  content: '';
  position: absolute;
  width: 40px;
  height: 27px;
  background: url(../images/hlife-left.png) no-repeat center center;
  left: 0;
  top: -45px;
}
.hlife .hlife-box .hlife-left p {
  color: #666;
}
.hlife .hlife-box .hlife-right {
    padding: 0;
}
.hlife .hlife-box .hlife-right .hlife-right-box {
  position: relative;
}
.hlife .hlife-box .hlife-right .hlife-right-box video {
  width: 100%;
}
.hlife .hlife-box .hlife-right .hlife-right-box .hlife-play {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 97.5%;
}
.hlife .hlife-box .hlife-right .hlife-right-box .hlife-play figure {
  margin-bottom: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hlife .hlife-box .hlife-right .hlife-right-box .hlife-play figure img {
  cursor: pointer;
}
@media (min-width: 768px) {
  .hlife {
    padding: 75px 0;
  }
  .hlife .hlife-box .hlife-cont {
    flex-direction: row;
    }
  .hlife .hlife-box .row {
    align-items: center;
  }
  .hlife .hlife-box .hlife-left h2 span {
      padding-left: 60px;
  }
  .hlife .hlife-box::after {
    right: 0px;
    top: -70px;
    width: 200px;
    height: 160px;
  }
  .hlife .hlife-box .hlife-left h2 span::after {
      top: -15px;
    }
  .hlife .hlife-box .hlife-right {
    padding: 0 15px;
    }
  .hlife .hlife-box .hlife-left {
    margin-bottom: 20px;
    margin-top: 0;
  }
  .hlife .hlife-box .hlife-left h2 {
    font-size: 23px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .hlife .hlife-box .hlife-left p {
    color: #666;
  }
}
.popularity {
  background-color: #efefef;
  padding: 35px 0;
}
.popularity .swiper1 {
  padding: 40px 0 150px;
}
.popularity .swiper1 .swiper-pagination{
    bottom: 115px;
}
.popularity .swiper1 .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #00b0b9;
}
.popularity .swiper1 .swiper-slide {
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.popularity .swiper1 .swiper-slide .img-tag {
    position: absolute;
    top: -30px;
    left: -2px;
    width: 100px;
    color: #Fff;
    z-index: 99;
}

.popularity .swiper1 .swiper-slide:hover figure img {
  transform: scale(1.01);
}
.popularity .swiper1 .swiper-slide:hover .swiper-float {
  color: #fff;
}
.popularity .swiper1 .swiper-slide figure {
  margin-bottom: 0;
  overflow: hidden;
  border: 5px solid #00b0b9;
}
.popularity .swiper1 .swiper-slide figure img {
  transition: all 0.6s;
}
.popularity .swiper1 .swiper-slide .swiper-float {
  display: none;
  position: absolute;
    left: 50%;
    bottom: -145px;
    width: 80%;
    background-color: #ff9800;
    padding: 15px;
    transition: all 0.6s;
    transform: translateX(-50%);
}
.popularity .swiper1 .swiper-slide .swiper-float h5 {
  font-weight: 600;
}
.popularity .swiper1 .swiper-slide .swiper-float p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 12px;
}
@media (min-width: 576px) {
  .popularity {
    padding: 35px 0;
  }
  .popularity .swiper1 {
    padding: 50px 0 80px;
  }
  .popularity .swiper1 .swiper-slide .swiper-float {
    right: -20px;
    bottom: -60px;
    width: 85%;
    left: auto;
    transform: none;
  }
  
  .popularity .swiper1 .swiper-slide .img-tag {
     top: -35px;
     left: 0;
  }
  
  .popularity .swiper1 .swiper-slide .swiper-float h5 {
    font-weight: 600;
  }
  .popularity .swiper1 .swiper-slide .swiper-float p {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .popularity {
    padding: 45px 0;
  }
  .popularity .swiper1 {
    padding: 60px 0 80px;
  }
  .popularity .swiper1 .swiper-slide .swiper-float {
    right: -20px;
    bottom: -60px;
    width: 85%;
  }
  .popularity .swiper1 .swiper-slide .swiper-float h5 {
    font-weight: 600;
  }
  .popularity .swiper1 .swiper-slide .swiper-float p {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .popularity {
    padding: 55px 0;
  }
  .popularity .swiper1 {
    padding: 50px 0 80px;
  }
  .popularity .swiper1 .swiper-slide .swiper-float {
    right: -20px;
    bottom: -60px;
    width: 85%;
  }
  .popularity .swiper1 .swiper-slide .swiper-float h5 {
    font-weight: 600;
  }
  .popularity .swiper1 .swiper-slide .swiper-float p {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .popularity {
    padding: 65px 0;
  }
  .popularity .swiper1 {
    padding: 80px 0 80px;
  }
  .popularity .swiper1 .swiper-slide {
    /*width: 700px;*/
    width: 580px;
  }
  .popularity .swiper1 .swiper-slide-active figure{
      transform: scale(1.2);
  }
  .popularity .swiper1 .swiper-slide .img-tag {
    left: 0;
    width: 150px;
  }
  .popularity .swiper1 .swiper-slide-active .img-tag {
    left: -70px;
     top: -70px;
  }
  .popularity .swiper1 .swiper-slide .swiper-float {
    right: -100px;
    bottom: -60px;
    width: 60%;
    padding: 20px;
  }
  .popularity .swiper1 .swiper-slide .swiper-float h5 {
    font-weight: 600;
  }
  .popularity .swiper1 .swiper-slide .swiper-float p {
    font-size: 14px;
  }
  .popularity .swiper1 .mode-area {
    position: absolute;
    /*width: 975px;*/
    width: 850px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
  }
  .popularity .swiper1 .mode-area .swiper-button-next:after,
  .popularity .swiper1 .mode-area .swiper-button-prev:after {
    color: #00b0b9;
    font-weight: 600;
    font-size: 70px;
  }
}
.newval {
  padding: 35px 0 0;
}
.newval .newval-box {
  margin-top: 20px;
}
.newval .newval-box .newval-img {
  overflow: hidden;
}
.newval .newval-box .newval-left {
  margin-bottom: 15px;
}
.newval .newval-box .newval-left .newval-img:hover a {
  transform: scale(1.05);
}
.newval .newval-box .newval-left .newval-img a {
  display: block;
  height: 500px;
  width: 100%;
  transition: all 0.6s;
}
.newval .newval-box .newval-right .newval-img:hover a {
  transform: scale(1.05);
}
.newval .newval-box .newval-right .newval-img:not(:last-child) {
  margin-bottom: 15px;
}
.newval .newval-box .newval-right .newval-img a {
  display: block;
  height: 300px;
  transition: all 0.6s;
}
@media (min-width: 768px) {
  .newval {
    padding: 45px 0;
  }
  .newval .newval-box {
    margin-top: 30px;
  }
  .newval .newval-box .col-12 {
    padding: 0 10px;
  }
  .newval .newval-box .newval-left {
    margin-bottom: 0;
  }
  .newval .newval-box .newval-left .newval-img a {
    height: 615px;
  }
}
@media (min-width: 1200px) {
  .newval {
    padding: 60px 0;
  }
  .newval .newval-box {
    margin-top: 50px;
  }
  .newval .newval-box .newval-left .newval-img a {
    height: 820px;
  }
  .newval .newval-box .newval-right .newval-img a {
    height: 350px;
  }
}
.support {
  padding: 35px 0;
}
.support .support-box {
  margin-top: 20px;
}
.support .support-box .support-items {
  margin-bottom: 15px;
}
.support .support-box .support-items:hover .support-img a {
  transform: scale(1.05);
}
.support .support-box .support-items .support-img {
  overflow: hidden;
}
.support .support-box .support-items .support-img a {
  display: block;
  height: 250px;
  transition: all 0.6s;
}
.support .support-box .support-items .support-title {
  display: flex;
  align-items: center;
  background-color: #efefef;
  padding: 10px 15px;
}
.support .support-box .support-items .support-title span {
  color: #00b0b9;
  font-size: 52px;
  font-weight: 600;
  margin-right: 10px;
  opacity: 0.5;
  line-height: 1;
  height: 30px;
  overflow: hidden;
}
.support .support-box .support-items .support-title h3 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}
.support .support-box .support-items .support-ulst {
  background-color: #efefef;
  padding-left: 20px;
  padding-right: 5px;
  padding-bottom: 20px;
  min-height: 135px;
}
.support .support-box .col-6 {
    padding-left: 5px;
    padding-right: 5px;
}
@media(min-width: 576px) {
    .support .support-box .support-items .support-ulst {
        min-height: 105px;
         padding-left: 40px;
    }
    .support .support-box .col-6 {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (min-width: 768px) {
  .support {
    padding: 45px 0;
  }
  .support .support-box {
    margin-top: 20px;
  }
  .support .support-box .col-12 {
    padding: 0 10px;
  }
  .support .support-box .support-items {
    margin-bottom: 20px;
  }
  .support .support-box .support-items .support-img a {
    height: 300px;
  }
  .support .support-box .support-items .support-title {
    padding: 10px 15px;
    background-color: #ccc;
  }
  .support .support-box .support-items .support-title span {
    font-size: 52px;
    margin-right: 20px;
    height: 40px;
  }
  .support .support-box .support-items .support-ulst {
        background-color: #ccc;
         padding-left: 50px;
  }
  .support .support-box .support-items .support-title h3 {
    font-size: 20px;
  }
   {
    padding-left: 55px;
    padding-bottom: 20px;
    min-height: 105px;
    max-height: 105px;
    background-color: #ccc;
  }
}
@media (min-width: 992px) {
  .support {
    padding: 55px 0;
  }
  .support .support-box {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .support {
    padding: 65px 0;
  }
  .support .support-box {
    margin-top: 40px;
  }
  .support .support-box .col-xl-6 .support-img {
    height: 200px;
  }
}
.hnews {
  background-color: #efefef;
  padding: 35px 0;
}
.hnews .hnews-box {
  margin-top: 20px;
}
.hnews .hnews-box .hnews-left a {
  display: block;
  height: 260px;
  position: relative;
}
.hnews .hnews-box .hnews-left a .left-float {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 8px 20px;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  color: #fff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.hnews .hnews-box .hnews-right {
  margin-top: 20px;
}
.hnews .hnews-box .hnews-right .right-top {
  border-bottom: 2px solid #00b0b9;
  position: relative;
  text-align: right;
}
.hnews .hnews-box .hnews-right .right-top::after {
  content: '';
  position: absolute;
  width: 30%;
  background-color: #ff9800;
  bottom: -2px;
  right: 0;
  height: 2px;
}
.hnews .hnews-box .hnews-right .right-top a {
  color: #00b0b9;
  font-weight: 600;
  font-size: 16px;
}
.hnews .hnews-box .hnews-right .right-box {
  margin-top: 10px;
}
.hnews .hnews-box .hnews-right .right-box li {
  display: flex;
  justify-content: space-between;
  color: #999;
}
.hnews .hnews-box .hnews-right .right-box li:not(:last-child) {
  margin-bottom: 5px;
}
.hnews .hnews-box .hnews-right .right-box li a {
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-right: 20px;
  color: #999;
}
.hnews .hnews-box .hnews-right .right-box li a:hover {
  color: #00b0b9;
}
@media (min-width: 768px) {
  .hnews {
    padding: 45px 0;
  }
  .hnews .hnews-box {
    margin-top: 30px;
  }
  .hnews .hnews-box .hnews-left a {
    height: 300px;
  }
  .hnews .hnews-box .hnews-left a .left-float {
    padding: 8px 20px;
    font-size: 16px;
  }
  .hnews .hnews-box .hnews-right {
    margin-top: 0;
  }
  .hnews .hnews-box .hnews-right .right-top a {
    font-size: 16px;
  }
  .hnews .hnews-box .hnews-right .right-box {
    margin-top: 10px;
  }
  .hnews .hnews-box .hnews-right .right-box li {
    color: #999;
  }
  .hnews .hnews-box .hnews-right .right-box li a {
    margin-right: 20px;
  }
}
@media (min-width: 992px) {
  .hnews {
    padding: 55px 0;
  }
  .hnews .hnews-box {
    margin-top: 40px;
  }
}
.footer {
  overflow: hidden;
  padding: 5px 0 15px;
  background-color: #00b0b9;
}
.footer .footer-left {
  margin-bottom: 15px;
}
.footer .footer-left img {
  max-width: 260px;
}
.footer .footer-right {
  color: #fff;
}
.footer .footer-right a {
  color: #fff;
}
.footer .footer-right .footer-right-top {
  text-align: center;
  margin-bottom: 10px;
}
.footer .footer-right .footer-right-top h3 {
  font-size: 18px;
  font-weight: 600;
}
.footer .footer-right .footer-right-top span {
  font-size: 15px;
}
.footer .footer-right .footer-right-bot {
  text-align: center;
}
.footer .footer-right .footer-right-bot .footer-link {
  display: flex;
  flex-direction: column;
}
.footer .footer-right .footer-right-bot .footer-link a:not(:last-child) {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .footer {
    padding: 25px 0;
  }
  .footer .footer-box {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .footer .footer-left {
    margin-bottom: 30px;
    margin-right: 30px;
  }
  .footer .footer-right .footer-right-top {
    margin-bottom: 20px;
  }
  .footer .footer-right .footer-right-top h3 {
    font-size: 22px;
  }
  .footer .footer-right .footer-right-top span {
    font-size: 17px;
  }
  
}
@media (min-width: 992px) {
  .footer {
    padding: 25px 0;
  }
  .footer .footer-right .footer-right-bot .footer-link {
    flex-direction: row;
    justify-content: center;
  }
  .footer .footer-right .footer-right-bot .footer-link a:not(:last-child) {
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  .footer .footer-left img {
    min-width: 360px;
    max-width: 360px;
  }
}

.swiper2 {
    padding-bottom: 50px;
}

.swiper2 .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #00b0b9;
}

.swiper3 .swiper-pagination {
    bottom: -5px;
}

.swiper3 .swiper-pagination .swiper-pagination-bullet-active{
    background-color: #fff;
}

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

.city-picker-span {
    height: 40px;
    line-height: 40px;
    color: #666;
}

@media(min-width: 768px) {
    .swiper2 {
        padding-bottom: 0;
    }
    .city-picker-span {
        width: 100%;
    }
}

#other-input {
    display: none;
}
#urban {
    display: none;
    margin-left: 10px;
}
#city {
 background-color: #fff;   
}
.city-input {
    display: flex;
    align-items: center;
    line-height: 1;
    cursor: pointer;
}
.city-select {
    position: absolute;
    left: 115px;
    top: 55px;
    width: 465px;
    display: flex;
    z-index: 99;
}
.city-select-one,
.city-select-two {
    flex: 1;
    padding: 5px 15px;
    background-color: #fff;
    border: 2px solid #ccc;
    box-shadow: 2px 2px 10px #ccc;
    border-radius: 10px;
}

.city-select-one li,
.city-select-two li {
    padding: 10px;
    border-bottom: 2px dashed #eee;
    cursor: pointer;
    transition: all .3s;
}

.city-select-one li:hover,
.city-select-two li:hover {
    background-color: #00b0b9;
    color: #fff;
}

.city-select-one,
.city-select-two{
     height: 300px;
    overflow-y: auto;
    margin-right: 0px;
    display: none;
}

.city-select-one::-webkit-scrollbar,
.city-select-two::-webkit-scrollbar{
  width:10px;
  height:10px;
  /**/
}
.city-select-one::-webkit-scrollbar-track,
.city-select-two::-webkit-scrollbar-track{
  background: rgb(239, 239, 239);
  border-radius:2px;
}
.city-select-one::-webkit-scrollbar-thumb,
.city-select-two::-webkit-scrollbar-thumb{
  background: #00b0b9;
  border-radius:10px;
}
.city-select-one::-webkit-scrollbar-thumb:hover,
.city-select-two::-webkit-scrollbar-thumb:hover{
  background: #333;
}
.city-select-one::-webkit-scrollbar-corner,
.city-select-two::-webkit-scrollbar-corner{
  background: #179a16;
}

.form-active {
     background-color: #00b0b9;
    color: #fff;
}

.city-select span{
    display: none;
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #00B0B9;
    color: #fff;
    border-radius: 100%;
    padding: 5px;
    cursor: pointer;
    font-weight: 600;
    border: 2px solid #00B0B9;
   
}

.city-select span:hover {
    background-color: #fff;
    color: #00B0B9;
}

@media(max-width:768px) {
    .city-select {
        width: 100%;
        left: 25px;
    }
}

